
	.flow02 .txt_box {
		margin: 0 auto 4em;
		max-width: 850px;
	}
	.flow{
		background-color: #3785c3;
	}
	.flow03 a{
		transition: all .3s ease;
		text-decoration: none;
	}
	.flow03 a:hover{
		opacity: 0.8;
	}
	.elementary-school a{
		color: #3785c3;
	}
	.title h2{
		font-size: 3.1vw;
		text-align: center;
		color: #fff;
		padding: 1.5em 0;
	}
	.flow02 table{
		margin: 0 auto 2em;
	}
	.center{
		text-align: center;
	}
	 .flow_ttl{
		margin-bottom: 0!important;
		 padding-left: 10px;
	}
	.flow03 a::before {

		transition: all .3s ease;
	}
	.flow03 a {
	  position: relative;
	  display: inline-block;
	  text-decoration: none;
	  color:#3785c3;
	}
	.flow03 a::after {
		position: absolute;
		bottom: 11px;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background: #3785c3;
		transform: scale(0, 1);
		transform-origin: center top;
		transition: transform .3s;
	}
	.flow03 a:hover::after {
	  transform: scale(1, 1);
	}

	.school_list a{
		position: relative;
		font-size: 1.5rem;
		font-family: 'Noto Sans JP', sans-serif;
		text-decoration: none;
		color: #3785c3;
	}
	.school_list td{
		padding-right: 30px;
	}
	.school_list a::before {
		content: '';
		position: absolute;
		left: -1em;
		top: .45em;
		width: .5em;
		height: .5em;
		border-top: 2px solid #3785c3;
		border-right: 2px solid #3785c3;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		transition: all .3s ease;
	}
	.school_list a {
	  position: relative;
	  display: inline-block;
	  text-decoration: none;
	  color:#3785c3;
	}
	.school_list a::after {
	  position: absolute;
	  bottom: -4px;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 2px;
	  background: #3785c3;
	  transform: scale(0, 1);
	  transform-origin: center top;
	  transition: transform .3s;
	}
	.school_list a:hover::after {
	  transform: scale(1, 1);
	}
	.arrow img{
		display: block;
		margin: 0 auto 2em;
		width: 43px;
	}
	.flow02 {
    padding-top: 1em!important;
}
	.flow02::before {
    background: none!important;
}

@media screen and (max-width: 767px) {
	.title h2 {
		font-size: 2.5rem;
	}
	.flow02 .txt{
		margin-bottom:2em;
	}

	.category_body .inner .txt_box::before {
		width: 1.5em;
		height: 1.5em;
	}
	.school_list table {
		width: 100%;
	}
	.school_list td {
		display: block;
		text-align: left;
		width: 100%;
		margin: 0 auto;
		padding-right: 0;
		padding-bottom: 1em;
}
}