@charset "utf-8";
/* CSS Document */
#wrapper{overflow: hidden;}


/*=====================================================================================
***************************************************************************************

　　MV
		
***************************************************************************************
=====================================================================================*/
#mv {
	background: #d54288; 
	color: #FFFFFF;
	padding: 100px 0;
	font-size: 35px;
	overflow: hidden;
	position: relative;
}

#mv img{
	position: absolute;
	bottom: -80px;
}
#mv p{
	font-size: 25px;
	margin-top: 20px;
}
#mv .left{left: -50px;}
#mv .right{right: -50px;}

@media screen and (max-width: 1250px){
	#mv{font-size: 25px;}
	#mv img{width: 200px; bottom: -70px;}
	#mv p{font-size: 20px;}
}

@media screen and (max-width: 700px){
	#mv{font-size: 17px; line-height: 1.4; padding: 50px 0 100px;}
	br.sp{display: block;}
	#mv img{bottom: -100px;}
	#mv p{
	font-size: 15px;
	margin-top: 10px;
	}
}



/*=====================================================================================
***************************************************************************************

　　contents01
		
***************************************************************************************
=====================================================================================*/
#contents{
	background: #ebe8dfff;
	padding: 0 0 100px;
}
#contents > section {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 100px 0 0;
	text-align: justify;
	font-size: 18px;
}

#contents01 h4{
	display: block;
    background: #d54288;
    color: #FFFFFF;
    font-size: 16px;
    width: 320px;
    text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 760px){
	#contents{padding: 0 0 60px;}
	#contents > section {
		padding: 40px 0 0;
		font-size: 14px;
	}
	#contents01 h4{
		font-size: 14px;
		width: 220px;
		margin-bottom: 10px;
	}
}

/*=====================================================================================
***************************************************************************************

　　contents02
		
***************************************************************************************
=====================================================================================*/

#contents02 h3{
	font-size: 40px;
    color: #d54288;
    margin-bottom: 40px;
	text-align: center;
}
#contents02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contents02 li{
	width: 48%;
	background-color: #FFFFFF;
	padding: 2% 3%;
	border-radius: 10px;
	margin-bottom: 40px;
}
#contents02 li h5{
	text-align: center;
	font-size: 25px;
	margin-bottom: 40px;
}
#contents02 li h5 span{
	font-size: 15px; 
	display: block; 
	border-bottom: 1px solid;
	width: 70%;
	padding-bottom: 10px;
	margin: 0 auto 20px;
}
#contents02 li h5 p{
	font-size: 23px;
	line-height: 1.2;
	color: #333333;
}


#contents02 li > p{
	margin-bottom: 10px; 
	font-size: 15px;
	color: #d54288;
}
#contents02 li p span{
	padding: 2px 4px;
	border: 1px solid #d54288;
	margin-right: 10px;
	font-size: 14px;
}
#contents02 li a{
	display: block;
    background: #d54288;
    border-radius: 5px;
    width: 100%;
    padding: 8px 0px 8px 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
	font-size: 16px;
}
#contents02 li a::after{
	content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/pdf_icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    z-index: 1;
}

@media screen and (max-width: 760px){
	#contents02 h3{
		font-size: 25px;
		margin-bottom: 10px;
	}
	#contents02 li{
		width: 100%;
		padding: 25px;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	#contents02 li h5{
		font-size: 18px;
		margin-bottom: 15px;
	}
	#contents02 li h5 span{
		font-size: 12px;
		padding-bottom: 5px;
		margin: 0 auto 10px;
	}
	#contents02 li h5 p{font-size: 18px;}
	#contents02 li p{margin-bottom: 10px; font-size: 14px;}
	#contents02 li p span{
		border: 1px solid #d54288;
		font-size: 12px;
	}
	#contents02 li a{
		border-radius: 5px;
		width: 100%;
		padding: 8px 0px 8px 0;
		font-size: 13px;
	}
	#contents02 li a::after{
		width: 25px;
		height: 25px;
		right: 20px;
	}
}