@charset "UTF-8";
.columnKv{
	position: relative;
	height: calc(100vw * 410 / 750);
	max-height: calc(410 * 750px / 750);
	background-color: #5abbe8;
	background-image: url(../img/columnKv_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	overflow: hidden;
}
p.columnKv_ttl_head{
	margin-top: 4rem;
	margin-bottom: 1rem;
	text-align: center;
}
p.columnKv_ttl_head img{
	width: 16rem;
}
.columnKv_ttl{
	color: #fff;
	font-size: 3.2rem;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
@media screen and (min-width:750px){
	.columnKv{
		height: calc(100vw * 330 / 750);
		max-height: calc(330 * 750px / 750);
	}
}

.columnHeader{
	padding: 2.5rem 1rem;
	background-color: #fff;
	overflow: hidden;
}
.columnHeader_img{
	float: left;
	margin-right: 2rem;
}
.columnHeader_img img{
	width: 6.2rem;
}
p.columnHeader_number{
	color: #009944;
	font-size: 1.3rem;
	margin-top: 0;
	margin-bottom: .5rem;
}
.columnHeader_ttl{
	font-size: 1.8rem;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	line-height: 1.4;
	overflow: hidden;
}

.columnList{
	padding: 2.5rem 3rem 0;
}
.columnList .columnList_note{
	color: #333;
	font-size: 1.3rem;
	line-height: 1.8;
	margin-top: 0;
	margin-bottom: 2rem;
}
.columnList .columnList_imgright{
	float: right;
	margin-right: -3rem;
	margin-left: 1rem;
}
.columnList .columnList_imgright img{
	width: 15rem;
}
.columnList .btn{
	padding: 0 1.4rem;
	margin-bottom: 4rem;
}

.bousai_wrapper .btn_body.btn_back::after {
	right: auto;
	left: 8%;
	font-family: "CONDENSEicon";
	content: "ù";
}

.columnCont{
	padding: 2rem 3rem;
}
.columnCont_box{
	padding: 2.5rem 0;
	border-bottom: 1px solid #ccc;
}
.columnCont_box:last-child{
	border-bottom: none;
}
.columnCont_box_thumb{
	display: block;
	float: left;
	width: 10rem;
	margin: 0 1rem  1rem 0;
}
.columnCont_box_number{
	display: block;
	color: #094;
	font-size: 1.3rem;
	margin-bottom: 1rem;
}
.columnCont_box_ttl{
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	padding-right: 2rem;
	margin-bottom: 1rem;
	position: relative;
}
.columnCont_box_ttl::after {
	position: absolute;
	right: 0;
	top: 0;
	color: #094;
	font-family: "CONDENSEicon";
	content: "ú";
}
.columnCont_box_note{
	display: block;
	clear: both;
	font-size: 1.3rem;
	line-height: 1.8;
}

.comment{
	clear: both;
	padding: 4rem 3rem;
	background-image: url(../../../common/img/bg_top_sec04.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: 100% auto;
}
.commentHeader{
	overflow: hidden;
	margin-bottom: 2rem;
}
p.commentHeader_img{
	float: left;
	margin-top: .2rem;
	margin-right: 1rem;
	vertical-align: middle;
}
.commentHeader_img img{
	width: 8.5rem;
}
.commentHeader_ttl{
	color: #fff;
	font-size: 2.2rem;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
}
.commentHeader_ttl span{
	display: inline-block;
	color: #fff000;
	font-size: 1.2rem;
	vertical-align: middle;
	margin-bottom: .5rem;
}
.comment_read{
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
}
.comment_note{
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.8;
}
.comment_note b{
	font-weight: bold;
}



.fb_area{
	background-image: url(../img/bg_fb.png);
	background-repeat: repeat;
	width: 100%;
	padding: 1rem;
	border-radius: 1rem;
}
.fb_area form textarea.medium{
	width: 100%!important;
}

.pageSec{
	padding: 0 0 52%;
	background-image: url(../../../common/img/img_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}




