@charset "utf-8";
/* CSS Document */
img{width: 100%;}
.pink{color: #ce4186;}
/*=====================================================================================
***************************************************************************************


		
***************************************************************************************
=====================================================================================*/
#fv{background-color: #eae7de;}
#contents{padding: 0 25px;}
.contents_box{
	margin-bottom: 60px;
	text-align: left;
}
.contents_in_box{margin-bottom: 20px;}
.bg_beige{
	background-color: #eae7de;
	padding: 0 10% 34px;
	text-align: justify;
	margin-bottom: 50px;
}
.bg_beige img{margin-bottom: 22px;}
.bg_beige h3{
	font-size: 24px;
	text-align: center;
	margin-bottom: 18px;
}
.category{
	margin-bottom: 34px;
	text-align: justify;
}
.category h4{
	text-align: center;
	border-bottom: solid 1px #ce4186;
	padding-bottom: 10px;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
}
.category span{
	font-size: 16px;
	font-weight: bold;
}
.contents_box a{
	background-color: #ce4186;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 15px;
}
.contents_box a::after{
	content: "";
	background-image: url("../img/pdf_icon.png");
	width: 20px;
	height: 23px;
	margin-left: 10px;
	background-size: contain;
	background-repeat: no-repeat;
}

.pre p{
	display: block;
	margin-bottom: 40px;
}
.movie{
	width: 350px;
  	position: relative;
  	padding-bottom: 56.25%; /* 16:9 */
	margin-bottom: 20px;
}
.movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contents_box .pre_btn{margin-top: 40px;}
.contents_box .pre_btn::after{
	content: "＞";
	background-image: none;
    margin-left: 5px;
    font-size: 11px;
	width: auto;
	height: auto;
}
