@charset "utf-8";


/* --------------------------------------------- */
/* base settings                                 */
/* header area                                   */
/* footer area                                   */
/* common                                        */
/* contents area                                 */
/* main area                                     */
/* smartphone settings                           */
/* --------------------------------------------- */


/* --------------------------------------------- */
/* base settings                                 */
/* --------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	/* font-size: 1; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.03deg);
}

ul,
ol,
dl,
p,
img,
form,
dt,
dd {
	margin: 0;
	padding: 0;
	border: 0;
}

li {
	list-style: none;
}

input,
textarea {
	font-size: 1.2rem;
}

img {
	vertical-align: bottom;
}

a {
	color: #111;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:active,
a:hover {
	color: #111;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-weight: normal;
	font-style: italic;
}

	.txt_bold {
    	margin: 0 4px 0 0;
    	font-weight: bold;
    	color: #d80c24;
	}
	.txt_merker {
		background: linear-gradient(transparent 60%, #fff03d 60%);
    	margin: 0 4px 0 0;
    	font-weight: bold;
    	color: #000;
	}

/* microclearfix */

.cf:before,
.cf:after {
	/* 1 */
	display: table;
	content: " ";
	/* 2 */
}

.cf:after {
	clear: both;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.forPC,
.pc_br {
	display: block;
}

.forSP,
.sp_br {
	display: none;
}


/* microclearfix */

.cf:before,
.cf:after {
	/* 1 */
	display: table;
	content: " ";
	/* 2 */
}

.cf:after {
	clear: both;
}

.caption {
	padding: 1rem 0;
	color: #999;
	word-break: break-all;
	font-size: 1.2rem !important;
	line-height: 1.5 !important;
}

b,mark {
	font-size: 1.7rem;
	font-weight: bold;
	color: #000;
	background: linear-gradient(transparent 60%, #fff03d 60%);
}


/* --------------------------------------------- */
/* header area                                   */
/* --------------------------------------------- */
.l-header {position: relative;z-index: 999;min-height: 100%;width: 250px;}

.l-header__inner {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 250px;
	height: 100vh;
	border-right: solid 1px #e5e5e5;
	background: #fff;
}

.l-header::after {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 250px;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	content: '';
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	transform: translate(0, 0);
}

.l-header.show-subnavi::after {
	transform: translate(100%, 0);
}

.l-siteinfo {
	padding: 1.5rem;
	border-bottom: solid 1px #e5e5e5;
	background: #fff;
}

.l-siteinfo__sitename {
	padding: 0.3rem 0 3.3rem;
	font-size: 1.2rem;
	line-height: 1.2;
}

.l-siteinfo__sitename a {
	text-decoration: none;
}

.l-siteinfo__sitename a:hover {
	text-decoration: underline;
}

.l-siteinfo__logo {
	padding: 0 0 13px;
}

.l-siteinfo__logo img {
	max-width: 100%;
}

.l-siteinfo__logo a img:hover {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
}

.l-gnavi-btn {
	display: none;
}

.l-gnavi-area {
	overflow-y: auto;
	height: 100%;
	background: #fff;
}

.l-gnavi-list {
	position: relative;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.l-gnavi-list__item {
	border-bottom: solid 1px #e5e5e5;
}

.l-gnavi-list__link {
	display: block;
	margin: 0 auto;
	padding: 1.5rem 2rem 2.5rem 4.5rem;
	background: #fff url(img/arrow01_green.svg) no-repeat left 2rem center;
	background-size: 1.6rem;
	color: #111;
	text-decoration: none;
	word-break: break-word;
	font-size: 1.6rem;
	line-height: 1.7;
}

.l-gnavi-list__link:hover {
	opacity: .6;
}

.l-gnavi-list.is-show::after {
	transform: translate(100%, 0);
}

.l-gnavi-sub-list {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	overflow-y: scroll;
	padding: 30px 0;
	width: 250px;
	height: 100%;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	transform: translate(0, 0);
}

.l-gnavi-sub-list__item:nth-child(1),
.l-gnavi-sub-list__item:nth-child(2) {
	display: none;
}

.l-gnavi-sub-list__link {
	display: block;
	padding: 0.5rem 2rem 0.5rem 4rem;
	background: url(img/arrow01_green.svg) no-repeat left 2rem top 1.0rem;
	background-size: 14px;
	color: #000;
	text-decoration: none;
	font-size: 1.4rem;
}

.l-gnavi-sub-list__link:hover {
	color: #000;
	text-decoration: underline;
}

.l-gnavi-sub-list.is-show {
	transform: translate(100%, 0);
}

.l-gnavi-sub-list.is-show .l-gnavi-sub-list {
	transform: translate(0, 0);
}

.l-gnavi-sub-list .l-gnavi-sub-list {
	position: static;
	padding: 0 0 0 2rem;
	width: 100%;
	height: inherit;
}

.l-gnavi-btn-close__link {
	position: relative;
	display: inline-block;
	margin: 20px auto;
	padding: 10px 20px 10px 50px;
	background: #ffffff;
	text-decoration: none;
}

.l-gnavi-btn-close__link:hover {
	background: #ccc;
	color: #ffffff;
}

.l-gnavi-btn-close__link:hover:after {
	background: #ffffff;
}

.l-gnavi-btn-close__link:hover:before {
	background: #ffffff;
}

.l-gnavi-btn-close__link:before {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 20px;
	height: 3px;
	background: #000;
	content: '';
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.l-gnavi-btn-close__link:after {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 20px;
	height: 3px;
	background: #000;
	content: '';
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.is-navi-open .l-gnavi-area {
	transform: translateX(0);
	transform: translate3d(0,0,0);
}



/* --------------------------------------------- */
/* footer area                                   */
/* --------------------------------------------- */
.l-footer-area {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff;
	text-align: center;
}

.l-footer-area__inner {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 1000px;
}

.l-footer-disclaimer {
	margin: 0 auto 72px;
	padding: 20px 20px 30px;
	width: 500px;
	background: #f9f0df;
	color: #999;
	text-align: left;
	font-size: 1.2rem;
}

.l-footerBox--copy {
	padding: 0 0 1rem;
}

.l-footer-list {
	margin: 0 0 20px 0;
}

.l-footer-list__item {
	display: inline-block;
	padding: 0 0 0 20px;
}

.l-footer-bottom {
	margin: 0 auto;
	padding: 0 20px;
	background: #8e7456;
	color: #ffffff;
	text-align: center;
	font-size: 1.2rem;
}

.l-footer-bottom__inner {
	display: table;
	margin: 0 auto;
	width: 1100px;
}

.l-footer-bottom__sitemap {
	display: table-cell;
	padding: 10px 0;
	text-align: right;
}

.l-footer-bottom__sitemap__link {
	padding: 0 20px 0 0;
	background: url(img/arrow01_white.svg) no-repeat right center;
	background-size: 6px 12px;
	color: #ffffff;
	text-decoration: none;
}

.l-footer-bottom__sitemap__link:hover {
	color: #ffffff;
	text-decoration: underline;
}

.l-footer-copy-wrapper {
	background: #5d973e;
	color: #fff;
}

.l-footer-copy {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 1.3rem 2rem;
	max-width: 1000px;
	font-size: 1.2rem;
}

.l-footer-copy .sitemap {
	flex: 0 0 100px;
	width: 100px;
	text-align: right;
}

.l-footer-copy a {
	position: relative;
	padding: 0 20px 0 0;
	color: #fff;
	text-decoration: none;
}

.l-footer-copy .sitemap a::after {
	position: absolute;
	top: 37%;
	right: 1px;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: " ";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.l-footer-copy a:hover {
	text-decoration: underline;
}

.l-footer-menu-wrapper {
	margin: 0 auto;
	padding: 50px 0;
}

.l-footer-menu {
	margin: 50px 0 0 0;
}

.l-footer-menu__title {
	margin: 0 0 10px;
	padding: 0 10px;
	border-bottom: solid 1px #b0a8a7;
	text-align: left;
}

.l-footer-menu__title__link {
	display: block;
	color: #484140;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.6rem;
}

.l-footer-menu__title__link:hover {
	text-decoration: underline;
}

.l-footer-menu__list__item {
	float: left;
	width: 25%;
}

.l-footer-menu__list__item:first-child {
	display: none;
}

.l-footer-menu__list__link {
	display: block;
	padding: 5px 10px;
	color: #666;
	text-align: left;
	text-decoration: none;
	font-size: 1.5rem;
}

.l-footer-menu__list__link:hover {
	text-decoration: underline;
}

.l-footer-submenu__list__link {
	display: block;
	padding: 5px 15px;
	color: #666;
	text-align: left;
	text-decoration: none;
	font-size: 1.5rem;
}

.l-footer-submenu__list__link:before {
	content: '- ';
}

.l-footer-submenu__list__link:hover {
	text-decoration: underline;
}



/* --------------------------------------------- */
/* common                                        */
/* --------------------------------------------- */

.l-parts.low {
	/* padding: 2.6rem; */
}

.l-pagetop {
	position: fixed;
	right: 20px;
	bottom: 80px;
}

.l-pagetop__link {
	display: block;
	padding: 10px 0 0 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #5d973e;
	text-align: center;
}

.l-pagetop__link:hover {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
}

.l-pagetop__image {
	width: 24px;
}

.l-sns-list__item img {
	display: block;
	width: 2.5rem;
	height: 2.5rem;
}

.l-sns-list--header {
	display: flex;
	justify-content: space-around;
	margin: 3rem 2rem;
}

.l-sns-list--menu {
	margin: 0 auto 20px auto;
}

.l-sns-list--fixed {
	position: fixed;
	right: 35px;
	bottom: 150px;
}

.l-sns-list--fixed .l-sns-list__item {
	display: block;
	padding: 0 0 20px;
}

.l-tab {
	margin: 0 0 30px;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}

.l-tab__btn {
	font-size: 0;
	cursor: pointer;
}

.l-tab__btn__item {
	display: inline-block;
	padding: 10px;
	width: calc(100% / 2);
	border-top: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	text-align: center;
	font-size: 1.4rem;
}

.l-tab__btn__item:last-child {
	border-right: none;
}

.l-tab__btn__item.is-active {
	border-bottom: none;
}

.l-tab__content {
	display: none;
	padding: 10px;
}

.l-tab__content.is-active {
	display: block;
}

#pankuzu {
	margin: 15px auto;
	padding: 0 20px;
	width: 100%;
	font-size: 1.2rem;
}



/* --------------------------------------------- */
/* contents area                                 */
/* --------------------------------------------- */

.l-wrapper {
	display: flex;
	width: 100%;
	transition: none;
}

.l-contents-area {
	width: calc(100% - 250px);
}
.l-contents-area--low {
	background: #fbf2e0;
}
.l-contents-area__inner {
	margin: 0 auto;
	padding: 2rem;
	max-width: 1040px;
}



/* --------------------------------------------- */
/* main area                                     */
/* --------------------------------------------- */

.l-main-area {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}

.l-main-area--low {
	margin: 32px auto 50px;
	width: 100%;
}

.l-main-area .top_h4 {
	margin: 8rem 0 5rem;
	padding: 1rem 5rem;
	background: #ffdc17;
	color: #111;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.4;
}

.l-main-area .top_h5 {
	margin: 3rem 0;
	border-bottom: dotted 2px #b0a8a7;
	color: #252322;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
}

.l-main-area ul {
	margin: 20px;
}

.l-main-area ul li {
	position: relative;
	margin: 0 0 0.5em;
	padding: 0 0 0 30px;
	list-style-type: none!important;
}

.l-main-area ul li:before {
	position: absolute;
	left: 0;
	top: 0.6rem;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #5d973e;
	content: '';
}

.l-main-area ol {
	margin: 30px 20px 20px 20px;
	list-style-type: none!important;
	counter-reset: number;
	text-align: left;
}

.l-main-area ol li {
	position: relative;
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

.l-main-area ol li:before {
	position: absolute;
	top: 3px;
	left: 0;
	display: inline-block;
	padding-top: 3px;
	width: 22px;
	height: 22px;
	background: #484140;
	color: #ffffff;
	content: counter(number);
	counter-increment: number;
	text-align: center;
	line-height: 20px;
}

.l-main-area table {
	margin: 30px 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.l-main-area table th {
	padding: 10px 15px;
	background: #d9d3b8;
	border: 1px #b6b6b6 solid;
	word-break: break-all;
}

.l-main-area table td {
	padding: 10px 15px;
	border: 1px #b6b6b6 solid;
	word-break: break-all;
}

.l-main-area table thead th {
	background: #d9d3b8;
	font-weight: normal;
}

.l-main-area table thead td {
	background: #fff;
}

.l-main-area table tbody th {
	background: #d9d3b8;
	font-weight: normal;
}

.l-main-area table tbody td {
	background: #fff;
}

.l-main-area .btn-web {
	display: block;
	margin: 4rem auto;
	padding: 0;
	width: 50%;
	text-align: center;
}

.l-main-area .btn-web a {
	z-index: 10;
	display: inline-block;
	padding: 1.7rem 4.5rem;
	width: 100%;
	border-radius: 5rem;
	background: url(img/arrow01_white.svg) no-repeat right 2rem center / 18px #fb7c00;
	background-size: 18px;
	box-shadow: 0 5px 0 0 #ce6912;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
}

.l-main-area .btn-web a:hover {
	background-color: #ffae0d;
	opacity: 1;
}

.l-main-area .btn-internal {
	display: block;
	margin: 4rem auto;
	padding: 0;
	width: 50%;
	text-align: center;
}

.l-main-area .btn-internal a {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 1.7rem 4.5rem;
	width: 100%;
	border-radius: 5rem;
	background: url(img/arrow01_green.svg) no-repeat right 2rem center / 18px #fff352;
	background-size: 18px;
	box-shadow: 0 5px 0 0 #dfd247;
	color: #111;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
}

.l-main-area .btn-internal a:hover {
	background-color: #fcfc7a;
	opacity: 1;
}

.l-main-area .btn-tel,
.l-main-area .btn-line {
	display: none;
}

.l-main-area .btn-link {
	margin: 3rem 0;
	padding: 0;
	text-align: right;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.4;
}

.l-main-area .btn-link a {
	padding: 0.5rem 0 0.5rem 2.6rem;
	background: url(img/arrow01_black.svg) no-repeat left center / 20px;
}

.l-main-area .float-wrap {
	margin: 10px 0 40px;
}

.l-main-area .float-wrap .float-img img {
	width: 100%;
}

.l-main-area .float-wrap .float-img.fr {
	float: right;
	margin: 0 0 10px 20px;
	width: 300px;
}

.l-main-area .float-wrap .float-img.fl {
	float: left;
	margin: 0 20px 10px 0;
	width: 300px;
}

.l-main-area .float-wrap .float-img.ct {
	margin: 0 auto 1rem;
	width: 500px;
}

.l-main-area .float-wrap .caption {
	display: block;
	padding: 8px 0 0 0;
	color: #999999;
	text-align: center;
	word-break: break-all;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.4;
}

.l-main-area .icon-check {
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
	width: 90px;
	height: 90px;
	border: solid 3px #484140;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #f16915;
	color: #484140;
	font-weight: bold;
	font-size: 1.5rem;
}

.l-main-area .icon-point {
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	border: solid 3px #f16915;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #484140;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
}

.l-main-area .l-icon-title {
	position: relative;
	margin: 5rem 0 3rem 5rem;
	padding: 2rem 2rem 2rem 7.6rem;
	border-radius: 10px;
	background: #fff8cf;
	font-weight: bold;
	font-size: 2.4rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.03deg);
	line-height: 1.4;
}

.l-main-area .l-icon-title--recommend:before,
.l-main-area .l-icon-title--check:before,
.l-main-area .l-icon-title--point:before {
	position: absolute;
	top: 49%;
	left: -48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -45px;
	width: 94px;
	height: 94px;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #fff, -10px 0 0 #ebecf0;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
}
.l-main-area .l-icon-title--recommend {
	background: #ffdc17;
}
.l-main-area .l-icon-title--recommend:before {
	background: #1e1874;
	content: 'まとめ';
}

.l-main-area .l-icon-title--check:before {
	background: #111;
	content: 'CHECK';
}

.l-main-area .l-icon-title--point:before {
	background: #1e1874;
	content: 'POINT';
}

.l-main-area .box-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 5px;
	width: 100%;
}

.l-main-area .box-wrap .box {
	overflow: hidden;
	margin: 0 30px 20px 0;
	padding: 0;
	width: calc((100% - 25px - 15px) / 2);
	border: solid 3px #b4cf4a;
	border-radius: 20px;
	background: #fefdfd;
}

.l-main-area .box-wrap .box:nth-child(2n) {
	margin: 0 0 20px 0;
}

.l-main-area .box-wrap p {
	margin: 0;
}

.l-main-area .box-wrap .box-head {
	display: flex;
	align-items: center;
	background: #dcf084;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.03deg);
	min-height: 7rem;
}

.l-main-area .box-wrap .box:nth-child(1) .box-head {
	padding: 1rem 3rem 1rem 13rem;
	background: #dcf084 url(img/ochikun_num001.png) no-repeat 1.5rem center;
}
.l-main-area .box-wrap .box:nth-child(2) .box-head {
	padding: 1rem 3rem 1rem 13rem;
	background: #dcf084 url(img/ochikun_num002.png) no-repeat 1.5rem center;
}
.l-main-area .box-wrap .box:nth-child(3) .box-head {
	padding: 1rem 3rem 1rem 13rem;
	background: #dcf084 url(img/ochikun_num003.png) no-repeat 1.5rem center;
}
.l-main-area .box-wrap .box:nth-child(4) .box-head {
	padding: 1rem 3rem 1rem 13rem;
	background: #dcf084 url(img/ochikun_num004.png) no-repeat 1.5rem center;
}
.l-main-area .box-wrap .box:nth-child(5) .box-head {
	padding: 1rem 3rem 1rem 13rem;
	background: #dcf084 url(img/ochikun_num005.png) no-repeat 1.5rem center;
}
.l-main-area .box-wrap .box:nth-child(6) .box-head {
	padding: 1rem 3rem 1rem 13rem;
	background: #dcf084 url(img/ochikun_num006.png) no-repeat 1.5rem center;
}
.l-main-area .box-wrap .box:nth-child(7) .box-head {
	padding: 1rem 3rem 1rem 13rem;
	background: #dcf084 url(img/ochikun_num007.png) no-repeat 1.5rem center;
}
.l-main-area .box-wrap .box:nth-child(8) .box-head {
	padding: 1rem 3rem 1rem 13rem;
	background: #dcf084 url(img/ochikun_num008.png) no-repeat 1.5rem center;
}
.l-main-area .box-wrap .box:nth-child(9) .box-head {
	padding: 1rem 3rem 1rem 13rem;
	background: #dcf084 url(img/ochikun_num009.png) no-repeat 1.5rem center;
}

.l-main-area .l-parts.low .box-wrap .box .box-head {
	padding: 2rem 2rem 2rem 12rem;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1.4;
}

.l-main-area .box-wrap .box-head a {
	position: relative;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	font-size: 2.1rem;
	line-height: 1.4;
	padding-right: 4rem;
}

.l-main-area .box-wrap .box-head a::after {
	content: "";
	position: absolute;
	height: 2rem;
	width: 2rem;
	right: 0;
	top: calc(50% - 1rem);
	padding: 2rem 8rem 2rem 2rem;
	width: 100%;
	background: url(img/arrow01_green.svg) right top no-repeat;
	background-size: 2rem;
}

.l-main-area .box-wrap .box-head a:hover {
	opacity: 0.7;
}

.l-main-area .box-wrap .box-body {
	padding: 20px;
}

.l-main-area .box-wrap .caption {
	padding: 20px;
}

.l-main-area .frame-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 5px;
	width: 100%;
}

.l-main-area .frame-wrap .frame {
	margin: 0 30px 20px 0;
	padding: 0 2rem;
	width: calc((100% - 40px - 30px) / 3);
	border: 3px solid #c5a874;
	border-radius: 20px;
	background: #fff;
}

.l-main-area .frame-wrap .frame:nth-child(3n) {
	margin: 0 0 20px 0;
}

.l-main-area .frame-wrap p {
	margin: 0;
}

.l-main-area .frame-wrap .frame-head {
	display: flex;
	align-items: center;
	border-bottom: 4px dotted #c5a874;
	color: #111;
	font-weight: bold;
	font-size: 1.8rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.03deg);
}

.l-main-area .frame-wrap .frame-head a {
	display: block;
	padding: 2.5rem 4rem 2rem 0;
	width: 100%;
	background: url(img/arrow01_green.svg) no-repeat right 12px center / 20px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
}

.l-main-area .frame-wrap .frame-head span {
	font-size: 1.5rem;
}

.l-main-area .frame-wrap .frame-head a:hover {
	opacity: 0.6;
}

.l-main-area .frame-wrap .frame-body {
	padding: 2rem 0;
}

.l-main-area .frame-wrap.type-a .frame-head {
	justify-content: center;
	margin: 0;
	border-bottom: none;
	color: #5d973e;
	font-size: 2.2rem;
	text-align: center;
}
.l-main-area .frame-wrap.type-a .frame-head a {
	display: inline-block;
	width: auto;
	padding: 2rem 4rem 2rem 0;
	color: #5d973e;
	font-size: 2.2rem;
	text-align: center;
}
.l-main-area .frame-wrap.type-a .frame-body {
	margin: 0;
	padding: 0 0 2rem 0;
}
.l-main-area .frame-wrap.type-a .frame-body .ico {
	margin: 0 0 2rem 0;
	text-align: center;
}
.l-main-area .frame-wrap.type-a .frame-body .catch {
	margin: 0 0 0.5rem 0;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}


/* low ----------------*/

.l-main-area--low {
	position: relative;
	width: 1000px;
}

.l-main-area--low h1 {
	/* display: inline-block; */
	margin: 0 0 4rem 0;
	padding: 2rem;
	border-radius: 10px;
	background: #b6cf4c;
	/* box-shadow: 0 10px 0 #ebecf0; */
	color: #fff;
	font-weight: bold;
	font-size: 4rem;
	line-height: 1.4;
	text-align: center;
	position: relative;
}

.l-main-area--low p {
	margin: 2rem 0;
}
.l-main-area--low h2,
.l-main-area .top_h2 {
	position: relative;
	margin: 8rem 0 3rem 0;
	padding: 9rem 0 0 0;
	color: #111;
	text-align: center;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.3;
}

.l-main-area .top_h2 {
	margin: 6rem 0 4rem 0;
	font-size: 4rem;
}

.l-main-area .top_h2::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 96px;
	height: 84px;
	background: url(img/h3_deco03.png) no-repeat center / contain;
	content: '';
}

.l-main-area--low h2::before {
	position: absolute;
	top: -13px;
	right: 0;
	left: 0;
	margin: auto;
	width: 96px;
	height: 96px;
	background: url(img/ochikun05b.png) no-repeat center / contain;
	content: '';
}

.l-parts.type-recommend_system .top_h2::before {
	background: url(img/ochikun05b.png) no-repeat center / contain;	
}

.l-parts.type-recommend_system.num .top_h2::before {
	background: url(img/h3_deco02.png) no-repeat center / contain;	
}


.l-main-area .top_h2 span {
	color: #5d973e;
	font-size: 2.4rem;
}
.l-main-area .top_h2 a {
	display: inline-block;
	padding: 0 4.5rem 0 0;
	background: url(img/arrow01_green.svg) no-repeat right center;
	background-size: 20px 20px;
	text-decoration: none;
}
.l-main-area .top_h2 a:hover {
	opacity: 0.7;
}
.l-main-area--low h3,
.l-main-area .top_h3 {
	margin: 5rem 0 2rem;
	padding: 1rem 2rem;
	border-radius: 10px;
	background: #5d973e;
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.4;
}

.l-main-area .top_h3 {
	margin: 0;
	text-align: center;
	font-size: 2.7rem;
}

.l-main-area--low h4,
.l-main-area--low h5 {
	margin: 4.5rem 0 2rem;
	padding: 10px 5px;
	border-bottom: 4px dotted #c5a874;
	color: #111;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
}



/* --------------------------------------------- */
/* lower-bottom settings                           */
/* --------------------------------------------- */

.l-lower-bottom-area {
	margin: 0 0 10rem 0;
	text-align: center;
}

.l-lower-bottom-area img{
	margin:0 auto;
	width: 700px;
}

.l-lower-bottom-area__inner {
	margin: -7rem auto 10.5rem;
	padding: 2rem;
	max-width: 1040px;
}

.l-lower-bottom-text {
	margin: 0 auto 6.5rem;
	width: 88%;
}

.l-lower-bottom-area img:hover {
	opacity: .6;
}

.l-yellow-title {
	padding: 9rem 1rem 16rem;
	background: url(img/yellow-title-bg.png) no-repeat top center / cover;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.03deg);
}

.l-yellow-title-catch {
	padding: 0 0 1.2rem;
	font-size: 2.4rem;
	line-height: 1.2;
}

.l-yellow-title-name {
	font-size: 4rem;
	line-height: 1.0;
}

#for_first_time .l-parts__text {
	margin-top: -2rem;
	padding-top: 0;
}
@media all and (-ms-high-contrast:none) {
	/* 	IE対策 */
	.l-pagetop__link {
		position: relative;
	}
	.l-pagetop__link::before {
		content: '';
		display: block;
		position: absolute;
		top: 1rem;
		bottom: 0;
		left: 0;
		right: 0;
		width: 20px;
		height: 20px;
		margin: auto;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		transform: rotate(-45deg);
	}

	.l-pagetop__image {
		display: none;
	}
}

.block-comment {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	width: 100%;
	margin: 10rem 0 7rem;
	padding: 2.5rem 2rem;
	background: #fff;
	border: 3px solid #b6cf4c;
	border-radius: 1rem;
}
.block-comment .title {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: -2rem;
	transform: translateX(-50%);
	padding: 0.8rem 2rem 1rem 2rem;
	background: #5d973e;
	border-radius: 1rem;
	color: #fff;
	font-size: 2rem;
	line-height: 1.1;
	text-align: center;
}
.block-comment .box-fig {
	width: 128px;
	text-align: center;
}
.block-comment .box-fig .fig img {
	max-width: 100%;
	border-radius: 50%;
}
.block-comment .box-fig .txt {
	margin: 0.5rem 0 0 0;
	line-height: 1.4;
}
.block-comment .box-txt {
	width: calc(100% - 148px);
	padding: 1rem 0 0 0;
}
.block-comment .box-txt .catch {
	margin: 0 0 1.5rem 0;
	padding: 0 0 0.5rem 0;
	border-bottom: 4px dotted #b6cf4c;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
}

/* --------------------------------------------- */
/* smartphone settings                           */
/* --------------------------------------------- */

@media screen and (max-width: 930px) {
	.forPC,
	.pc_br {
		display: none;
	}
	.forSP,
	.sp_br {
		display: block;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	/* --------------------------------------------- */
	/* header area                                   */
	/* --------------------------------------------- */
	.l-header {
		position: relative;
		display: block;
		width: 100%;
	}
	.l-header__inner {
		position: relative;
		width: 100%;
		height:auto;
		
	}
	.l-header::after {
		display: none;
	}
	.l-siteinfo {
		padding: 0.5rem 1.5rem 1rem 1.5rem;
		border: none;
	}
	.l-siteinfo__logo {
		width: calc(100% - 60px);
	}
	.l-footer-area .l-siteinfo__logo {
		margin: 0 auto;
		padding: 0 0 13px;
	}
	.l-siteinfo__sitename {
		padding-bottom: 1rem;
		font-size: 1rem;
	}
	.l-gnavi-area {
		position: fixed;
		top: 0;
		right: 0;
		left: auto;
		z-index: 1000;
		overflow-x: hidden;
		overflow-y: scroll;
		padding: 8rem 0 2rem;
		width: 100%;
		height: 100%;
		background: #fbf2e0;
		background-size: 6px 6px;
		-webkit-transition: all 0.8s ease;
		transition: all 0.8s ease;
		transform: translateX(100%);
	}
	.l-gnavi-area .l-siteinfo__logo {
		margin: 0 auto;
		padding: 0 0 1rem;
	}
	.l-gnavi-list {
		padding: 0 2rem;
	}
	.l-gnavi-list__item {
		margin: 0 0 1.5rem;
		border: solid 3px #c5a874;
	}
	.l-gnavi-list__link {
		padding: 1.3rem 3rem 1.3rem 1.3rem;
		background-position: right 2rem center;
		background-size: 14px;
	}
	.l-gnavi-list__link--menu {
		background: #fff url(img/icon_more_brown.svg) no-repeat right 20px center;
		background-size: 16px 5px;
	}
	.l-gnavi-list__link--menu:hover {
		background: #fff url(img/icon_more_brown.svg) no-repeat right 20px center;
		background-size: 16px 5px;
	}
	.l-gnavi-list__link:hover {
		background-position: right 2rem center;
	}
	.l-gnavi-sub-list {
		position: absolute;
		top: 0;
		left: 100%;
		display: none;
		padding: 0 2rem;
		width: 100%;
		height: inherit;
	}
	.l-gnavi-sub-list__item {
		margin: 0 0 1rem;
		border: solid 2px #c5a874;
	}
	.l-gnavi-sub-list__item:nth-child(1),
	.l-gnavi-sub-list__item:nth-child(2) {
		display: block;
	}
	.l-gnavi-sub-list__link {
		padding: 1.3rem 3rem 1.3rem 1.3rem;
		background-color: #fff;
		background-position: right 2rem center;
		background-size: 14px;
		color: #111;
	}
	.l-gnavi-sub-list__link:hover {
		color: #8e7456;
		text-decoration: none;
	}
	.l-gnavi-sub-list__link--menu {
		background: #fff url(img/icon_more_brown.svg) no-repeat right 20px center;
		background-size: 16px 5px;
	}
	.l-gnavi-sub-list__link--back {
		padding: 1rem 1rem 1rem 3rem;
		outline: 3px #f5f5f5 dotted;
		background: #f5f5f5 url(img/arrow04_brown.svg) no-repeat left 1rem center;
		background-size: 14px;
	}
	.l-gnavi-sub-list .l-gnavi-sub-list {
		position: absolute;
		padding: 0 2rem;
	}
	.l-gnavi-btn {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 200;
		display: block;
		width: 60px;
		height: 60px;
		background: rgba(255, 255, 255, 0.8);
		cursor: pointer;
		transform: translate3d(0,0,0);
	}
	.l-gnavi-btn span {
		position: absolute;
		left: 15px;
		display: inline-block;
		width: 30px;
		height: 3px;
		background: #111;
		transition: all 0.4s;
		transform: translate3d(0,0,0);
	}
	.l-gnavi-btn span:nth-of-type(1) {
		top: 19px;
	}
	.l-gnavi-btn span:nth-of-type(2) {
		top: 29px;
	}
	.l-gnavi-btn span:nth-of-type(3) {
		top: 39px;
	}
	.l-gnavi-btn:hover {
		color: #666;
	}
	.l-gnavi-btn:active {
		color: #666;
	}
	.l-gnavi-btn--gnavi {
		position: absolute;
		top: 20px;
		right: 15px;
		z-index: 200;
		width: 30px;
		height: 23px;
		background: none;
	}
	.l-gnavi-btn--gnavi span {
		left: 0;
		width: 100%;
	}
	.l-gnavi-btn--gnavi span:nth-of-type(1) {
		top: 0;
	}
	.l-gnavi-btn--gnavi span:nth-of-type(2) {
		top: 10px;
	}
	.l-gnavi-btn--gnavi span:nth-of-type(3) {
		top: 20px;
	}
	.l-gnavi-btn.is-active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.l-gnavi-btn.is-active span:nth-of-type(2) {
		opacity: 0;
	}
	.l-gnavi-btn.is-active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
	.is-navi-open .l-gnavi-area--slide-left {
		transform: translateX(0);
	}
	/* --------------------------------------------- */
	/* footer area                                   */
	/* --------------------------------------------- */
	.l-footer-area {
		padding: 30px 0 0 0;
		min-width: auto;
	}
	.l-footer-area__inner {
		padding: 0;
	}
	.l-footer-logo {
		margin: 0 auto;
		width: 90%;
	}
	.l-footer-disclaimer {
		margin: 0 auto;
		padding: 4%;
		width: 90%;
		font-size: 1rem;
	}
	.l-footer-list__item {
		margin: 0;
		padding: 0 20px;
	}
	.l-footer-list__item--top {
		border-right: solid 1px #d3c9bd;
	}
	.l-footer-list__link {
		text-decoration: none;
	}
	.l-footer-list__link:hover {
		text-decoration: underline;
	}
	.l-footer-copy {
		padding: 1rem;
		font-size: 1rem;
		line-height: 1.4;
	}
	.l-footer-copy p {
		margin: 0 auto;
		text-align: center;
	}
	.l-footer-copy .sitemap {
		display: none;
	}
	.l-footer-menu-wrapper {
		padding: 0;
		width: 100%;
	}
	.l-footer-menu {
		float: none;
		margin: 2rem auto;
		width: 90%;
	}
	.l-footer-menu__title {
		margin: 0;
		padding: 0;
	}
	.l-footer-menu__title__link {
		position: relative;
		display: block;
		padding: 0 20px 10px 0;
		font-size: 1.6rem;
	}
	.l-footer-menu__title__link::after {
		position: absolute;
		top: 50%;
		right: 5px;
		width: 14px;
		height: 14px;
		background: url(img/arrow01_green.svg) no-repeat 0 0;
		background-size: 100%;
		content: '';
		transform: translateY(-50%) rotate(90deg);
	}
	.l-footer-menu__title__link.is-open::after {
		background: url(img/arrow01_green.svg) no-repeat 0 0;
		background-size: 100%;
		transform: translateY(-50%) rotate(-90deg);
	}
	.l-footer-menu__list {
		display: none;
		padding: 0;
	}
	.l-footer-menu__list__item {
		float: none;
		width: 100%;
	}
	.l-footer-menu__list__item:first-child {
		display: block;
	}
	.l-footer-menu__list__link {
		padding: 1rem;
	}
	.l-footer-submenu__list__link {
		padding: 1rem 2rem;
	}
	/* --------------------------------------------- */
	/* common                                        */
	/* --------------------------------------------- */
	.l-pagetop {
		right: 20px;
		bottom: 30px;
		z-index: 100;
	}
	.l-pagetop__link {
		padding: 0 0 10px 0;
		width: 40px;
		height: 40px;
	}
	.l-pagetop__image {
		width: 24px;
	}
	.l-sns-list--footer {
		display: flex;
		justify-content: space-around;
		margin: 2rem auto;
		width: 50%;
	}
	.l-sns-list--fixed {
		display: none;
	}
	#pankuzu {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0;
		padding: 0;
		width: 100%;
		white-space: nowrap;
	}
	/* --------------------------------------------- */
	/* contents area                                 */
	/* --------------------------------------------- */
	.l-wrapper {
		display: block;
	}
	.l-contents-area {
		width: 100%;
		position: relative;
		z-index: 0;
	}
	.l-contents-area__inner {
		padding: 1rem;
	}
	/* --------------------------------------------- */
	/* main area                                     */
	/* --------------------------------------------- */
	.l-main-area--low {
		margin: 2rem auto;
		width: 100%;
	}
	.l-parts {
		/* border: solid 3px #ffdc17; */
	}
	.l-main-area h1 {
		font-size: 2rem;
	}
	.l-main-area h2 {
		font-size: 2.3rem;
	}
	.l-main-area h3 {
		font-size: 1.8rem;
	}
	.l-main-area h4 {
		font-size: 2.0rem;
		display: flex;
	}


	.l-main-area h5 {
		font-size: 1.6rem;
	}
	.l-main-area .top_h3 {
		font-size: 1.8rem;
	}
	.l-main-area .top_h4 {
		font-size: 1.8rem;
	}
	.l-main-area .top_h5 {
		font-size: 1.6rem;
	}
	.l-main-area p {
		font-size: 1.5rem;
	}
	.l-main-area table {
		display: block;
		margin: 30px auto 20px;
		width: 100%;
		border-top: 1px #b0a8a7 solid;
	}
	.l-main-area table tr {
		display: block;
		width: 100%;
	}
	.l-main-area table th {
		display: block;
		width: 100%;
		border-top: none;
	}
	.l-main-area table td {
		display: block;
		width: 100%;
		border-top: none;
	}
	.l-main-area table thead {
		display: block;
		width: 100%;
	}
	.l-main-area table thead th {
		display: block;
		width: 100%;
	}
	.l-main-area table thead td {
		display: block;
		width: 100%;
	}
	.l-main-area table tbody {
		display: block;
		width: 100%;
	}
	.l-main-area table tbody th {
		display: block;
		width: 100%;
	}
	.l-main-area table tbody td {
		display: block;
		width: 100%;
	}
	.l-main-area .btn-web {
		margin: 3rem auto;
		width: 90%;
	}
	.l-main-area .btn-web a {
		padding: 1.5rem 4rem 1.5rem 1.5rem;
		background: url(img/arrow01_white.svg) no-repeat right 1rem center / 18px #fb7c00;
		background-size: 18px;
		font-size: 1.6rem;
	}
	.l-main-area .btn-web a:after {
		left: 1rem;
		width: 50px;
		height: 77px;
	}
	.l-main-area .btn-internal {
		margin: 3rem auto;
		width: 90%;
	}
	.l-main-area .btn-internal a {
		padding: 1.5rem 4rem 1.5rem 1.5rem;
		background: url(img/arrow01_green.svg) no-repeat right 1rem center / 18px #fff352;
		background-size: 18px;
		font-size: 1.4rem;
	}
	.l-main-area .btn-tel {
		display: block;
		margin: 3rem auto;
		padding: 0;
		width: 90%;
		text-align: center;
	}
	.l-main-area .btn-tel a {
		position: relative;
		z-index: 10;
		display: inline-block;
		margin: 0;
		padding: 1.5rem 1.5rem 1.5rem 3.5rem;
		width: 100%;
		border-radius: 4rem;
		background: #007fe0 url(img/ico_tel.svg) no-repeat 1.2rem center;
		background-size: 18px;
		box-shadow: 0 5px 0 0 #1c66a5;
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.l-main-area .btn-link {
		display: block;
		margin: 3rem auto;
		padding: 0;
		width: 90%;
		text-align: center;
	}
	.l-main-area .btn-link a {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 1.5rem 4rem 1.5rem 1.5rem;
		width: 100%;
		border: solid 2px #5d973e;
		background: url(img/arrow01_green.svg) no-repeat right 1rem center / 18px #fff;
		background-size: 18px;
		color: #5d973e;
		text-align: left;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.4;
		border-radius: 5rem;
	}
	.l-main-area .btn-line {
		display: block;
		margin: 3rem auto;
		padding: 0;
		width: 90%;
		text-align: center;
	}
	.l-main-area .btn-line a {
		position: relative;
		display: inline-block;
		margin: 0;
		padding: 1.5rem 2rem 1.5rem 4.5rem;
		width: 100%;
		background: #00b900 url(img/icon_line.png) no-repeat 1rem center;
		background-size: 32px;
		color: #fff;
		text-align: left;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.4;
		border-radius: 1.5rem;
	}
	.l-main-area .float-wrap {
		margin: 10px auto 30px;
		width: 100%;
	}
	.l-main-area .float-wrap .float-img.fr {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
	.l-main-area .float-wrap .float-img.fl {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
	.l-main-area .float-wrap .float-img.ct {
		width: 100%;
	}
	.l-main-area .float-wrap .float-img.t_small {
		width: 40%;
	}
	.l-main-area .float-wrap .float-img.fr.t_small {
		float: right;
		margin: 0 0 20px 10px;
	}
	.l-main-area .float-wrap .float-img.fl.t_small {
		float: left;
		margin: 0 20px 10px 0;
	}
	.l-main-area .box-wrap {
		display: block;
		margin: 0 auto 3rem;
	}
	.l-main-area .box-wrap .box {
		margin: 0 auto 2rem;
		width: 100%;
	}
	.l-main-area .box-wrap .box:nth-child(2n) {
		margin: 0 auto 2rem;
	}
	.l-main-area .box-wrap .box .box-head {
    display: flex;
    align-items: center;
    background: #dcf084;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotate(
0.03deg
);
    min-height: 7rem;
    padding: 0 1rem 0 10rem !important;
}
	.l-main-area .box-wrap .box-head a {
		padding: 1rem 2.5rem 1rem 2rem;
		background-position: right 1.5rem center;
		background-size: 1.8rem;
		font-size: 1.8rem;
	}
	.l-main-area .box-wrap .box-body {
		padding: 1.5rem 2.0rem 2.5rem;
	}
	.l-main-area .box-wrap .btn-internal {
		margin: 0 auto 2rem auto;
		width: 80%;
	}
	.l-main-area .frame-wrap {
		display: block;
		margin: 0 auto 3rem;
	}
	.l-main-area .frame-wrap .frame {
		margin: 0 auto 3rem;
		padding: 1.5rem 2.0rem;
		width: 100%;
	}
	.l-main-area .frame-wrap .frame:nth-child(3n) {
		margin: 0 auto 4rem;
	}
	.l-main-area .frame-wrap .frame-head a {
		padding: 1rem 3rem 1rem 0;
		font-size: 1.8rem;
	}
	.l-main-area .frame-wrap .frame-body {
		padding: 5% 0;
	}
	.l-main-area .l-icon-title {
		margin: 55px 0 30px 0;
		padding: 14px 10px 14px 70px;
		font-size: 1.8rem;
	}
	.l-main-area .l-icon-title:before {
		left: 2px;
		margin-top: -33px;
		width: 60px;
		height: 60px;
		box-shadow: 0 0 0 3px #fff, -8px 0 0 #ebecf0;
		letter-spacing: -1px;
		font-size: 1.2rem;
		line-height: 1;
	}
	.l-main-area .icon-check {
		width: 60px;
		height: 60px;
		font-size: 1.2rem;
	}
	.l-main-area .icon-point {
		width: 60px;
		height: 60px;
		font-size: 1.2rem;
	}
	.l-main-area .l-column {
		display: block;
		margin: 30px 0;
	}
	.l-main-area .l-column-box__title a {
		font-size: 1.8rem;
	}
	.l-main-area .l-column--two .l-column-box {
		margin: 0 0 30px 0;
		width: 100%;
	}
	.l-main-area .l-column--three .l-column-box {
		margin: 0 0 30px 0;
		width: 100%;
	}
	/* low ----------------*/
	.l-main-area--low h1 {
		display: block;
		margin: 0 0 3rem;
		padding: 2.6rem 2rem 2.6rem;
		box-shadow: 0 5px 0 #ebecf0;
		font-size: 2.4rem;
		border-radius: 0;
	}
	.l-main-area--low h1:after {
		right: 1rem;
		bottom: -2rem;
		width: 8rem;
		height: 4rem;
		left: auto;
	}
	.l-main-area--low h2 {
		margin: 5rem 0 2rem;
		padding: 6rem 0 0;
		font-size: 2.2rem;
	}
	.l-main-area .top_h2 {
		margin: 4rem 0 0rem;
		padding: 6rem 0 0;
		font-size: 2.2rem;
	}
	.l-main-area--low h2::before,
	.l-main-area .top_h2::before {
		top: -26px;
		width: 84px;
		height: 84px;
	}
	.l-main-area--low h2::after,
	.l-main-area .top_h2::after {
		bottom: 0;
		width: 3px;
		height: 18px;
	}
	.l-main-area--low h3,
	.l-main-area .top_h3 {
		margin: 3rem 0 2rem;
		padding: 1rem 1.5rem;
		font-size: 1.8rem;
	}
	.l-main-area--low h4,
	.l-main-area--low h5 {
		margin: 3rem 0 2rem;
		padding: 1rem 1.5rem;
		font-size: 1.6rem;
	}
	/* --------------------------------------------- */
	/* lower-bottom settings                           */
	/* --------------------------------------------- */
	.l-lower-bottom-area {
		margin: 4rem 1rem;
	}
	.l-lower-bottom-area__inner {
		margin: -2rem auto 5rem;
		padding: 1rem;
	}
	.l-lower-bottom-text {
		margin: 0 auto 2rem;
		width: 100%;
		text-align: left;
	}
	.l-yellow-title {
		margin-top: 5rem;
		padding: 1rem 1rem 5rem;
		background: url(img/yellow-title-bg_sp.png) no-repeat top center / 100% 100%;
	}
	.l-yellow-title-catch {
		padding: 0 0 1rem;
		font-size: 1.5rem;
	}
	.l-yellow-title-name,
	h2.l-yellow-title-name {
		font-size: 2.5rem;
		line-height: 1;
	}


.block-comment {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	margin: 6rem 0;
	padding: 4.5rem 1.5rem 2rem 1.5rem;
	background: #fff;
	border: 3px solid #b6cf4c;
	border-radius: 1rem;
}
.block-comment .title {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: -2rem;
	transform: translateX(-50%);
	padding: 0.8rem 2rem 1rem 2rem;
	background: #5d973e;
	border-radius: 1rem;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.1;
	text-align: center;
	width: 90%;
}
.block-comment .box-fig {
	margin: 0 auto;
}
.block-comment .box-fig .fig img {
    max-width: 90%;
}
.block-comment .box-txt {
	width: 100%;
}
.block-comment .box-txt .catch {
	margin: 0 0 1.5rem 0;
	padding: 0 0 0.5rem 0;
	border-bottom: 4px dotted #b6cf4c;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
}

}