@charset "UTF-8";


/*----------------------------------------
	トップ背景
-----------------------------------------*/
.cmn_wrap{
	background: url("../img/cmn_wrap_bg.jpg") no-repeat center top #f6f3f3;
	background-size: 100%;
}


/*----------------------------------------
	about
-----------------------------------------*/
.bio_about_box{
	
}
.bio_about_box .box{
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.bio_about_box .box dl{
	width: 40%;
}

.bio_about_box dt{
	background: #8382a6;
	border-radius: 50px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 700;
	width: 70px;
	text-align: center;
	line-height: 1;
	padding: 8px;
}
.bio_about_box dd{
	font-size: 2.0rem;
	font-weight: 700;
}
.bio_about_box .pic{
	width: 55%;
}
.bio_about_box .box_img{
	margin-top: 50px;
}
.bio_about_box .box_img dd{
	margin-top: 30px;
}
.side-effects{
	border:5px #ceceda solid;
	padding:40px 50px 40px 200px;
	margin-top: 70px;
	background: url("../img/bio_side_ico.png")no-repeat left 60px center #fff;
	border-radius: 10px;
}
.side-effects dt{
	font-size: 2.0rem;
	font-weight: 700;
}
/*----------------------------------------
	flow
-----------------------------------------*/
.flow{
	margin: 0 0 7% 0;
}
.flow .flow_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5%;
}
.flow .flow_box .pic{
	width: 15%;
}
.flow .flow_box .flow_txt{
	width: 80%;
}
.flow .flow_box .flow_txt h3{
	font-size: 2.4rem;
	font-weight: 700;
}
.flow .flow_box .flow_txt .time{
	border-top:#d1cccc 1px solid;
	border-bottom:#d1cccc 1px solid;
	background: url("../img/ico_time.png")no-repeat left center;
	padding: 4px 0 4px 40px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #527585;
	margin: 20px 0;
	width: 200px;
}
.flow .att_box{
	background: #fff;
	padding: 50px;
	margin-bottom: 50px;
}
.flow .att_box em{
	font-weight: 700;
}
.flow .att_box strong{
	font-weight: 700;
	color: #ce005c;
}
.flow .att_box dl:first-of-type{
	margin-top: 20px;
}
.flow .att_box dl{
	border-top:#ddd8d8 1px solid;
	border-bottom:#ddd8d8 1px solid;
	padding: 5px 0;
	display: flex;
}
.flow .att_box dt{
	font-size: 2.0rem;
	font-weight: 700;
	width: 400px;
}
.flow .att_box dd{
	font-size: 1.8rem;
	font-weight: 700;
	flex: 1;
}
.flow .att_box span{
	font-size: 1.4rem;
	font-weight: normal;
}
/*----------------------------------------
	pre
-----------------------------------------*/
.pre{
	margin: 0 0 7% 0;
}
.pre .pre_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pre .pre_box dl{
	width: 47%;
	margin-bottom: 6%;
}
.pre .pre_box dl dt{
	border-top:#b7acac 1px solid;
	border-bottom:#b7acac 1px solid;
	padding: 10px 0 10px 0;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 40px;
}
.pre .pre_box dl dd em{
	font-size: 1.6rem;
	font-weight: 700;
	display: block;
}
.pre .pre_box dl dd{
	font-size: 1.4rem;
}
.pre .pre_box dl dd p{
	margin-bottom: 15px;
}
.pre .pre_box dl dd p a{
	font-weight: 700;
}

.pre .box_l{
	border:1px gray solid;
	padding:20px 30px;
	margin-top: 20px;
}
/*media Queries スマートフォンサイズ（768px以下）で適応したいCSS - スマホ
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {

	
/*----------------------------------------
	トップ背景
-----------------------------------------*/
.cmn_wrap{
	background: url("../img/cmn_wrap_bg_sp.jpg") no-repeat center top #f6f3f3;
	background-size: 100%;
}

/*----------------------------------------
	about
-----------------------------------------*/
.about{
	margin-bottom: 25%;
}
.bio_about_box .box{
	display: block;
	margin-top: 15%;
}
.bio_about_box .box dl{
	width: auto;
}
.bio_about_box dt{
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 20px;
	padding: 8px 0 10px 0;
}
.bio_about_box dd{
	font-size: 1.6rem;
}
.bio_about_box .pic{
	width: auto;
}
.bio_about_box .box_img{
	margin-top: 50px;
}
.bio_about_box .box_img dd{
	margin-top: 30px;
}

.side-effects{
	border:5px #ceceda solid;
	padding:120px 30px 30px 30px;
	margin-top: 50px;
	background: url("../img/bio_side_ico.png")no-repeat top 30px center #fff;
	background-size: 80px;
}
.side-effects dt{
	font-size: 1.6rem;
	font-weight: 700;
}

/*----------------------------------------
	flow
-----------------------------------------*/
.flow{
	margin: 0 0 25% 0;
}
.flow .flow_box{
	display: block;
	margin-bottom: 15%;
}
.flow .flow_box .pic{
	width: auto;
	margin: 10px auto;
}
.flow .flow_box .pic img{
	width: 80px;
}
.flow .flow_box .flow_txt{
	width: auto;
}
.flow .flow_box .flow_txt h3{
	font-size: 2.0rem;
	font-weight: 700;
}
.flow .flow_box .flow_txt .time{
	font-size: 2.0rem;
	margin: 20px 0;
	width: auto;
}
.flow .att_box{
	padding: 7%;
	margin-bottom: 10%;
}
.flow .att_box dl{
	padding: 10px 0;
	display: block;
}
.flow .att_box dt{
	font-size: 1.6rem;
	width: auto;
	line-height: 1.8;
}
.flow .att_box dd{
	font-size: 1.6rem;
	line-height: 1.8;
	flex: 1;
}
.flow .att_box span{
	font-size: 1.2rem;
	font-weight: normal;
}
/*----------------------------------------
	pre
-----------------------------------------*/
.pre{
	margin: 0 0 25% 0;
}
.pre .pre_box{
	display: block;
}
.pre .pre_box dl{
	width: auto;
	margin-bottom: 15%;
}
.pre .pre_box dl dt{
	border-top:#b7acac 1px solid;
	border-bottom:#b7acac 1px solid;
	padding: 8px 0 8px 0;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.pre .pre_box dl dd em{
	font-size: 1.4rem;
	font-weight: 700;
	display: block;
}


	
}/*解像度736px以下*/

