body {
	color: #212121;
}

.footer {
	margin-top: 0px;
}

.l-container_box {
	padding: 0 10px;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.l-container_box {
		margin-bottom: 0px;
	}
}

/* ------------------------------
kv
------------------------------*/
.main_bg01 {
	background: #6A469E;
	text-align: center;
	padding: 14px 0 17px 0;
}

.main_bg02 {
	text-align: center;
	background: #FCF5ED url(../img/kv_bg.jpg) repeat;
}

.main_bg02 img {
	margin: -40px 20px 0px;
}

/* ------------------------------
コンテンツエリア
------------------------------*/

h2 {
	color: #322154;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 30px;
	text-align: center;
}


/*-------------------------*/

.shop_info_block {
	margin-bottom: 50px;
}

/*-------------------------*/

.trouble_block {
	background: #FCF5ED url(../img/trouble_bg.jpg) repeat;
	padding: 50px 0;
	text-align: center;
	margin-bottom: 50px;
}

.comment_area {
	max-width: 960px;
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	margin-bottom: 30px;
}

.comment_area .trouble_img01 {
	max-width: 308px;
	width: 100%;
}

.comment_area .trouble_img02 {
	max-width: 233px;
	width: 100%;
	margin-left: 30px;
}

.trouble_block h2 {
	font-weight: 700;
	color: #E86015;
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1.3;
}

.trouble_block p {
	font-size: 16px;
	font-weight: 700;
}

.trouble_block p span {
	display: none;
}

/*-------------------------*/
.point_area {
	margin-bottom: 50px;
	padding-top: 4px;
}

.point_area h2 span {
	display: none;
}

.point_area .point_block {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: stretch;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	
}

.point_area .point_block figure img {
	max-width: 300px;
	width: 100%;
	margin-bottom: 20px;
}

.point_area .point_block figure figcaption {
	max-width: 300px;
	width: 100%;
	line-height: 1.6;
}

/*-------------------------*/

.sample_block {
	margin-bottom: 50px;
}

.sample_block h2 {
	margin-bottom: 20px;
}

.sample_block .sample_area {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	margin-bottom: 30px;
}

.sample_block .sample_area section {
	width: 100%;
	max-width: 460px;
	margin-bottom: 50px;
	margin-right: 40px;
}

.sample_block .sample_area section:nth-child(even) {
	margin-right: 0px;
}

.sample_block .sample_area section:nth-child(n+7) {
	margin-bottom: 0px;
}

.sample_block .sample_area .sample_img_box {
	border: 1px solid #E6E6E6;
	max-width: 460px;
	height: 240px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}

.sample_block .sample_area h3 {
	font-weight: 700;
	color:#E86015;
	margin: 20px 0 10px;
}

.sample_block .sample_area table {
	width: 100%;
	border-top: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
}

.sample_block .sample_area table tr th {
	background:#F7F7F7;
	width: 35%;
	text-align: left;
	font-weight: 700;
}

.sample_block .sample_area table tr th , .sample_block .sample_area table tr td {
	padding: 13px 10px;
	border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
}

/*-------------------------*/
.shop_block {
	padding: 50px 0;
	background: #F9F3ED;
}

/*-------------------------*/
.shichi_system_block {
	background: #F7F2DA;
	border-top: 3px solid #6A469E;
	padding: 50px 0px;
}

.shichi_system_block .shichi_system_area {
	background: #FCFBF5;
	border-radius: 10px;
	padding: 50px 0px 30px;
}

.shichi_system_block .shichi_system_area .w-660_box {
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
}

.shichi_system_block .shichi_system_area .bg_wh {
	background: #FFFFFF;
}

/*-------------------------*/

@media screen and (max-width: 980px){
.sample_block .sample_area section {
	margin-right: 30px;
}

.sample_block .sample_area section{
	max-width: 360px;
}
}

/*-------------------------*/

@media screen and (max-width: 780px){
	
.comment_area {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	text-align: center;
}
.comment_area .sp_comment {
	margin: 0 auto;
}

.comment_area .trouble_img02 {
	margin-left: 0px;
	padding-top: 20px;
}

.comment_area .trouble_img01 {
	margin: 0 auto;
}
	
}


@media screen and (max-width: 768px){

.point_area .point_block {
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}

.point_area .point_block figure figcaption {
	margin-bottom: 30px;
}

.point_area h2 span {
	display: block;
}

.point_area .point_block figure img {
	max-width: 100%;
}

.point_area .point_block figure figcaption {
	max-width: 100%;
}

/*-------------------------*/
.sample_block .sample_area section{
	max-width: 460px;
	margin-right: 0px;
}

}

@media screen and (max-width: 750px){
	
.l-container_box {
	padding: 0 3%;
}
h2 {
line-height: 0.8;
}

/*-------------------------*/
.main_bg01 img{
	padding: 0 10px;
	width: 80%;
}

.main_bg02 img {
	margin: 0;
}

/*-------------------------*/

.trouble_block {
	padding: 40px 0;
	text-align: center;
	margin-bottom: 40px;
}

.trouble_block p span {
	display: block;
}

.trouble_block p{
	line-height: 0.6;
}

/*-------------------------*/

.shichi_system_block {
	padding: 0px;
}

.shichi_system_block .shichi_system_area {
	border-radius: 0px;
	padding: 50px 3% 30px;
}
	
}

