@charset "utf-8";

@media print, screen and (min-width: 751px) {
	/*---------------------------------------------------------------------------- 

	adoption info 

	----------------------------------------------------------------------------*/
	/* #mv 
	----------------------------------------*/
	.infoTop #mv {
		background: url(../adoption/info/img/mv_info.jpg) center top;
		background-size: cover;
		height: 150px;
		position: relative;
	}
	.infoTop #info .inner{
		padding: 70px 0;
	}
	/*----------------------------------------------------------------------------*/
	/* #container 
	----------------------------------------*/
	.infoTop #info .itemInfo h2{
		position: relative;
		padding-bottom: 20px;
		margin-bottom: 35px;
	}
	.infoTop #info .itemInfo h2:after{
		position: absolute;
		content: '';
		bottom: 0;
		width: 80px;
		height: 3px;
		background: #009de4;
		left: 0;
	}
	.infoTop #info .itemInfo h2:before{
		position: absolute;
		content: '';
		bottom: 1px;
		width: 100%;
		height: 1px;
		background: #e6ecef;
		left: 0;
	}
	.infoTop #info .itemInfo h2 b{
		color: #009de4;
		font-size: 24px;
	}
	.infoTop #info .itemInfo:nth-child(2){
		background: #f0f7fa;
	}
	.infoTop #info .itemInfo:nth-child(2) .inner{
		padding-top: 70px;
		padding-bottom: 45px;
	}
	.infoTop #info .itemInfo .contentInfo01 li:nth-child(1){
		float: left;
		width: 58%;
		text-align: justify;
		font-size: 14px;
		padding-right: 30px;
		box-sizing: border-box;
		line-height: 29px;
	}
	.infoTop #info .itemInfo .contentInfo01 li:nth-child(2){
		float: right;
		width: 42%;
	}
	.infoTop #info .itemInfo .contentInfo02 li:nth-child(2){
		float: right;
		width: 58%;
		text-align: justify;
		font-size: 14px;
		padding-left: 30px;
		box-sizing: border-box;
		line-height: 29px;
	}
	.infoTop #info .itemInfo .contentInfo02 li:nth-child(1){
		float: left;
		width: 42%;
	}
	.infoTop #info .itemInfo .contentInfo02 li:nth-child(2) p{
		margin-top: 15px; 
	}
	.infoTop #info .itemInfo:nth-child(2) p{
		margin-bottom: 40px;
		line-height: 29px;
	}
	.infoTop #info .itemInfo .contentInfo03 h3{
		font-size: 20px;
		margin-top: 43px;
		margin-bottom: 45px;
		line-height: 32px;
	}
	.infoTop #info .itemInfo .contentInfo03 .desInfo03{
		border: 1px solid #009de4;
		padding: 25px;
		padding-bottom: 53px;
	}
	.infoTop #info .itemInfo .contentInfo03 .desInfo03 p{
		font-size: 20px;
		color: #009de4;
		margin-bottom: 36px;
		font-weight: bold;
		padding-left: 25px;
	}
	.infoTop #info .itemInfo .contentInfo03 ul li{
		width: 33.33%;
		float: left;
		text-align: center;
		padding: 0 30px;
	}
	.infoTop #info .itemInfo .contentInfo03 ul li dl{
		margin-top: 25px;
	}
	.infoTop #info .itemInfo .contentInfo03 ul li dt{
		font-size: 16px;
		font-weight: bold;
	}
	.infoTop #info .itemInfo .contentInfo03 ul li dd{
		font-size: 14px;
		line-height: 27px;
	}
	.infoTop #info .itemInfo:last-child{
		background: #009de4;
		width: 100%;
		display: table;
	}
	.infoTop #info .itemInfo:last-child .textMain{
		display: table-cell;
		vertical-align: middle;
		padding-right: 100px;
		width: 59.7%;
	}
	.infoTop #info .itemInfo:last-child .img{
		display: table-cell;
		height: 100%;
		max-width: 100%;
		background: #e8f3f7;
	}
	.infoTop #info .itemInfo:last-child .img img{
		height: auto;
		width: 100%;
	}
	.infoTop #info .itemInfo:last-child dt{
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 15px;
		padding-top: 15px;
	}
	.infoTop #info .itemInfo:last-child p{
		color: #fff;
	}
	.infoTop #info .itemInfo:last-child dd p{
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 991px) {
	.infoTop #info .itemInfo:last-child .textMain {
		padding-right: 35px;
		padding-top: 15px;
		    width: 60.4%;
	}
	.infoTop #info .itemInfo:last-child dd p {
	    margin-bottom: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.infoTop #info .itemInfo:last-child .textMain {
		padding-right: 15px;

	}
	.infoTop #info .itemInfo:last-child dd p {
	    margin-bottom: 15px;
	}
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
	.infoTop #info .itemInfo:last-child .textMain {
		    width: 60.4%;
	}
	.infoTop #info .itemInfo h2 b {
		font-size: 1.9vw !important;
	}
	.infoTop #info .itemInfo .contentInfo03 .desInfo03 p{
		font-size: 1.6vw !important;
	}
	.infoTop #info .itemInfo .contentInfo03 h3{
		font-size: 1.6vw !important;
		line-height: 25px;
	}
	.pageSub #mv h2 b{
		font-size: 2.5vw !important;
	}
}