@charset "utf-8";

@media screen and (max-width: 750px) {
	/*---------------------------------------------------------------------------- 

	adoption info 

	----------------------------------------------------------------------------*/
	/* #mv 
	----------------------------------------*/
	.infoTop #mv {
		background: url(../adoption/info/img/mv_info.jpg) center top;
		background-size: cover;
		height: 120px;
		position: relative;
	}
	.infoTop #info .inner{
		padding: 35px 15px;
	}
	/*----------------------------------------------------------------------------*/
	/* #container 
	----------------------------------------*/
	.infoTop #info .itemInfo p{
		line-height: 29px;
		font-size: 14px;
	}
	.infoTop #info .itemInfo h2{
		position: relative;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.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: 18px;
	}
	.infoTop #info .itemInfo:nth-child(2){
		background: #f0f7fa;
	}
	.infoTop #info .itemInfo:nth-child(2) .inner{
		padding-top: 35px;
		padding-bottom: 20px;
	}
	.infoTop #info .itemInfo .contentInfo01 li:nth-child(1){
		text-align: justify;
		font-size: 14px;
		line-height: 29px;
	}
	.infoTop #info .itemInfo .contentInfo01 li:nth-child(2) img{
		margin: 0 auto;
		width: 100%;
    	padding-top: 15px;
	}
	.infoTop #info .itemInfo .contentInfo02 li:nth-child(2){
		text-align: justify;
		font-size: 14px;
		line-height: 29px;
	}
	.infoTop #info .itemInfo .contentInfo02 li:nth-child(1) img{
		width: 100%;
		margin: 0 auto;
    	padding-bottom: 15px;
	}
	.infoTop #info .itemInfo .contentInfo02 li:nth-child(2) p{
		margin-top: 15px; 
	}
	.infoTop #info .itemInfo:nth-child(2) p{
		margin-bottom: 15px;
		line-height: 29px;
	}
	.infoTop #info .itemInfo .contentInfo03 h3{
		font-size: 16px;
		margin-top: 30px;
		margin-bottom: 25px;
		line-height: 32px;
	}
	.infoTop #info .itemInfo .contentInfo03 .desInfo03{
		border: 1px solid #009de4;
		padding: 25px 15px 0 15px;
	}
	.infoTop #info .itemInfo .contentInfo03 .desInfo03 p{
		font-size: 16px;
		color: #009de4;
		margin-bottom: 30px;
		font-weight: bold;
	}
	.infoTop #info .itemInfo .contentInfo03 ul li{
		text-align: center;
		padding: 0 15px;
		margin-bottom: 40px;
		max-width: 300px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.infoTop #info .itemInfo .contentInfo03 ul li dl{
		margin-top: 25px;
	}
	.infoTop #info .itemInfo .contentInfo03 ul li dt{
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.infoTop #info .itemInfo .contentInfo03 ul li dd{
		font-size: 14px;
		line-height: 25px;
	}
	.infoTop #info .itemInfo:last-child{
		background: #009de4;
		width: 100%;
		display: table;
	}
	.infoTop #info .itemInfo:last-child .textMain{
		padding-top: 30px;
		padding-bottom: 20px;
		text-align: justify;
		padding-top: 30px;
		width: 100%;
	}
	.infoTop #info .itemInfo:last-child .img{
		margin-bottom: -75px;
	}
	.infoTop #info .itemInfo:last-child .img img{
		width: 100%;
	}
	.infoTop #info .itemInfo:last-child dt{
		color: #fff;
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.infoTop #info .itemInfo:last-child p{
		color: #fff;
	}
	.infoTop #info .itemInfo:last-child dd p{
		margin-bottom: 20px;
	}
}
