@charset "utf-8";

/* font */
.lh13{ line-height: 1.3!important;}
.lh15{ line-height: 1.5!important;}
.min { font-family: "Hiragino Mincho ProN","游明朝体", "Yu Mincho", YuMincho,  serif;}

/* レコメンド対応 */
div#app-recommend{ width: 100%;}


#taidan-content-wrap {
	width: 100%;
}
#taidan-content-main {
	color: #000;
}
#taidan-content-main .row {
	padding: 80px 20px;
	max-width: 700px;
}
.green {
	color: #3DB182;
}
.dark_green {
	color: #025B13;
}
.blue {
	color: #3D7DB1;
}
.main_visual {
	background-color: #DCE2E2;
}
.profile {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	padding: 20px 20px;
	top: 0;
	left: 0;
}
.profile h2 {
	margin: 10px 0!important;
}

.lead {
	padding: 80px 20px;
}
.lead_txt {
	font-size: 1.4rem;
	text-align: center;
	line-height: 2;
}
.cont {
	background-color: #F3FDFD;
}
.h_ttl {
	margin-bottom: 40px;
	line-height: 1.5;
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 20px;
	color: #3D7DD3;
}
.h_ttl:first-child {
	padding-top: 0;
}
.h_ttl_s {
	font-size: 1rem;
	font-family: 
"Hiragino Kaku Gothic ProN","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.cont .img {
	margin-bottom: 40px;
	text-align: center;
}
.row dl dt {
	font-weight: bold;
}
.row dl dd {
	font-family: "Hiragino Mincho ProN","游明朝体", "Yu Mincho", YuMincho,  serif;
	font-weight: 400;
	padding-bottom: 40px;
	line-height: 1.8;
}
.sub_cont {
	margin-bottom: 40px;
}
.sub_cont_wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
}
.sub_cont_wrap_01 .sub_cont_ph {
	width: 270px;
	margin-right: 20px;
	display: block;
	margin-bottom: 20px;
}
.sub_cont_wrap_02 .sub_cont_ph {
	width: 160px;
	margin-left: 20px;
	display: block;
}
.sub_cont_wrap img {
	width: 100%;
}
.column {
	background-color: #FBEED7;
	padding: 40px;
	max-width: 580px;
	margin: 60px auto 0;
}
.column_wrap {
	display: flex;
	justify-content: space-between;
}
.column_ttl {
	margin-bottom: 20px;
}

.btn>* {
	background-color: #B81A35;
	margin: 40px 0 0;
}


@media screen and (max-width: 767px) {
	#taidan-content-main .row {
		padding: 40px 20px;
	}
	.lead {
		padding: 30px 20px;
	}
	.lead_txt  {
		text-align: left;
	}
	.h_ttl {
		margin-bottom: 30px;
		padding-top: 20px;
		line-height: 1.8;
		font-size: 1.3rem;
		padding-bottom: 10px;
	}
	.cont .img {
		margin-bottom: 30px;
	}
	.row dl dd {
		margin-bottom: 30px;
		padding: 0;
	}
	.sub_cont {
		margin-bottom: 20px;
	}
	.sub_cont_wrap.sub_cont_wrap_01 {
		flex-direction: column;
		margin-bottom: 10px;
	}
	.sub_cont_wrap.sub_cont_wrap_02 {
		flex-direction: column-reverse;
	}
	.sub_cont_wrap_01 .sub_cont_ph {
		max-width: 500px;
		width: 100%;
		margin-right: 0;
	}
	.sub_cont_wrap_02 .sub_cont_ph {
		max-width: 160px;
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
		transform: none;
	}
	.column {
		max-width: 500px;
		margin: 40px auto 0;
		padding: 20px;
	}
	.column_wrap {
		flex-direction: column;
	}
	.column_ttl {
		text-align: center;
		margin-bottom: 20px;
		line-height: 1.8;
	}
	
	.btn>* {
		margin-top: 10px;
	}
}
@media screen and (max-width: 499px){
	

}

