@charset "utf-8";

@media screen and (max-width: 750px) {
	/*---------------------------------------------------------------------------- 

	adoption.kosen 

	----------------------------------------------------------------------------*/
	/* #mv 
	----------------------------------------*/
.highschool_graduateTop #mv {
		background: url(../kosen/img/mv_kosen.jpg) center top;
		background-size: cover;
		height: 120px;
		position: relative;
	}
	.highschool_graduateTop #highschool_graduate .inner{
		padding: 35px 15px;
	}
/* #ttl
	----------------------------------------*/
	#highschool_graduate h2{
		font-size: 22px;
		position: relative;
		padding-bottom: 25px;
		text-align: center;
	}
	#highschool_graduate h2:after{
		content: "";
		position: absolute;
		width: 86px;
		height: 2px;
		background: #0ea2e5;
		bottom: 0;
		margin: 0 auto;
		left: 0;
		right: 0;
	}	
		#highschool_graduate .lead{
		text-align: left;
		font-size: 14px;
	}
	#highschool_graduate h3 {
		position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
		font-size: 18px;
	}
	#highschool_graduate h3 b{
		color: #009de4;
    font-size: 18px;}
	#highschool_graduate h3:before {
    position: absolute;
    content: '';
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: #e6ecef;
    left: 0;
}
	#highschool_graduate h3:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #009de4;
    left: 0;
}
	/* .itemInfo
	----------------------------------------*/
	#highschool_graduate .itemInfo{
		margin-top: 40px;
	}	
	#highschool_graduate .itemInfo table{
		width: 100%;
		margin-bottom: 15px;
	}
	#highschool_graduate .itemInfo table th,
	#highschool_graduate .itemInfo table td{
		padding: 15px;
		vertical-align: middle;
		text-align: left;
		display: block;
		font-size: 14px;
	}
	#highschool_graduate .itemInfo table th{
		background: #edf7fc;
	}	
	#highschool_graduate .itemInfo table td{
		background: #f6fafc;
	}
	#highschool_graduate .itemInfo table th.br-5{
		border-bottom:  6px solid #fff;
	}
	#highschool_graduate .itemInfo table td{
		border-bottom: 6px solid #fff;
	}
	#highschool_graduate .itemInfo table td dt{
		font-weight: bold;
		position: relative;
		padding-left: 18px;
	}
	#highschool_graduate .itemInfo table td dd{
		margin-bottom: 13px;
	}
	#highschool_graduate .itemInfo table td dt:after{
		position: absolute;
		left: 3px;
		width: 8px;
		height: 8px;
		background: #009de4;
		content: '';
		top: 7px;
	}
	
	/* .itemOffice
	----------------------------------------*/
	#highschool_graduate .itemOffice{
		margin-top: 35px;
	}
	#highschool_graduate .itemOffice .map{
		margin-top: 25px;
	}
	#highschool_graduate .itemOffice .map ul{
		display: flex;
		flex-wrap:wrap;
		justify-content:space-between;
		margin-top: 45px;
	}
	#highschool_graduate .itemOffice .map li{
		width: 49%;
		font-size: 16px;
		font-weight: bold;
		color: #009de4;
		text-align: center;
		margin-bottom: 10px;
	}	
	#highschool_graduate .itemOffice .map li a{
		display: block;
		width: 100%;
		padding: 13px 0;
		border: 1px solid #009de4;
		background: #fff;
		line-height: 1.2;
		position: relative;
		color: #009de4;
	}	
	#highschool_graduate .itemOffice .map li a::after{
    content: '';
    width: 5px;
    height: 5px;
    margin-top: -5px;
    border-top: solid 1px #009de4;
    border-right: solid 1px #009de4;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 8px;
}
	#highschool_graduate .itemOffice .map li a span{
		display: none;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}