@charset "utf-8";

h2 {
	margin-bottom: 70px;
}
.thick_select {
		margin-bottom: 40px;
		text-align: center;
}
	.thick_select p {
			display: inline-block;
			border: 5px solid #f2f2f2;
			padding: 15px;
			width: 520px;
			font-size: 2.0rem;
			position: relative;
	}
		.thick_select p:before {
				content: "";
				display: inline-block;
				margin-left: -10px;
				border: 10px solid transparent;
				border-top: 15px solid #f2f2f2;
				position: absolute;
				left: 50%;
				bottom: -28px;
		}

.sec_page {
	margin-top: 50px;
}
	.sec_page h3 {
		border-bottom: 2px solid #fabe00;
		margin-bottom: 20px;
		color: #fabe00;
		font-size: 2.0rem;
		text-align: center;
	}
	.appearance h3 {
		margin-bottom: 5px;
	}
	.appearance .h-txt {
		margin-bottom: 20px;
		text-align: center;
	}
.sec_block {
	margin: 0 auto 40px;
	text-align: center;
}
	.sec_block dt {
		background-image: url(../../../img/common/bg_ptn_gray.gif);
		background-repeat: repeat;
		margin: 20px 0;
		padding: 10px;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}
	.sec_block dd p {
		margin-top: 20px;
		margin-right: 100px;
		margin-left: 100px;
		text-align: left;
	}
	.sec_block dd p.construct-img {
		text-align: center;
	}
		.sec_block dd .memo {
			font-size: 1.2rem;
		}
		.sec_block dd .txt01 {
			text-align: center;
			font-weight: bold;
		}
			.sec_block dd .txt01 span {
				color: #a5001e;
				font-size: 1.8rem;
			}
.sec_block dd .txt01 i {
	padding: 0 5px;
}

.ws-point {
	margin-top: 50px;
}
	.ws-point .point_index {
		color: #fabe00;
		font-size: 3.6rem;
		font-weight: bold;
		text-align: center;
	}
	.ws-point .point_txt {
		margin-top: 10px;
		margin-right: 100px;
		margin-left: 100px;
		text-align: left;
	}

.bn_box {
	margin-top: 40px;
	margin-bottom: 100px;
}

.sec_page .menu_area {
}
	.sec_page .menu_area .col {
		margin-top: 20px;
	}
	.sec_page .menu_area a {
		display: block;
		border: 3px solid #292929;
		padding: 10px 5px;
		color: #222;
		text-align: center;
	}
		.sec_page .menu_area a p {
			line-height: 1.3;
			font-size: 1.6rem;
			font-weight: bold;
		}
		.sec_page .menu_area a p span {
			font-size: 1.2rem;
		}
		.sec_page .menu_area i {
			margin-left: 3px;
		}
		.sec_page .menu_area a:hover, .sec_page .menu_area a:focus {
			border-color: #a5001e;
		}
			.sec_page .menu_area a:hover img, .sec_page .menu_area a:focus img {
				opacity: 1;
			}

@media (max-width: 667px) {

.thick_select {
	margin-top: 30px;
}
	.thick_select p {
		width: 100%;
		padding: 10px 5px;
	}

.sec_page {
	margin-top: 40px;
}
	.sec_page h3 {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}

.sec_block {
	margin: 0 auto 30px;
	width: 100%;
}
	.sec_block dt {
		font-size: 1.6rem;
	}
		.sec_block dd .txt01 {
			font-size: 1.6rem;
		}
			.sec_block dd .txt01 span {
				font-size: 2.0rem;
			}

.ws-point {
	margin-top: 30px;
}
	.ws-point .point_index {
		font-size: 2.6rem;
	}

.bn_box {
	margin-top: 40px;
}
	.bn_box .col {
		margin-bottom: 10px;
	}


}


/* 追記 */
/* head */

.contents_head {
	margin-bottom: 100px;
	overflow: hidden;
}
/* .contents_head h2 {
	padding-bottom: 20px;
} */
.contents_head_block {
	display: flex;
}
@media (min-width: 668px){
.contents_head_block {
	justify-content: space-between;
	align-items: flex-end;
}
}
/* .contents_head h3 {
	padding-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}
.contents_head h3 span {
	display: block;
	font-size: 14px;
  font-weight: normal;
} */

/* webp用にcss変更 */
.contents_head .title {
	padding-bottom: 20px;
	}
	.contents_head h2 {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	}
	.contents_head h2 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	}
	
/* .head_price {
	text-align: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.head_price em {
	font-size: 30px;
  font-weight: bold;
  color: #D1563E;
  padding-right: 5px;
} */
@media (max-width:667px){
/* head */

.contents_head {
	margin-bottom: 50px;
}
.contents_head_block {
	flex-direction: column;
}
.contents_head h3 {
	width: auto;
	font-size: 22px;
}
.contents_head h3 span {
	display: block;
	font-size: 12px;
}
.head_price {
	width: auto;
}
.head_price img {
	max-width: 200px;
}
}
.head_price > div {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.head_price .icn {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  padding: 0 5px;
}
.head_lead {
	clear: both;
}

#cont_hd {
	border-bottom:3px solid #fabe00;
	padding-bottom:15px;
	margin-top:30px;
	margin-bottom:45px;
}
#cont_hd .icn {
	display:inline-block;
	vertical-align:middle;
	width:60px;
	margin:0 15px;
}
#cont_hd h2 {
	display:inline-block;
	vertical-align:middle;
	width:88%;
	font-size:28px;
	line-height:1.3;
}
#cont_hd h2 span {
	display:block;
	font-size:2.0rem;
}

