@charset "utf-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
	font-display: swap;
}
/* @font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	src: url("fonts/NS-500.woff2") format("woff2"), url("fonts/NS-500.woff") format("woff");
	font-display: swap;
} */
@font-face {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
	font-display: swap;
}
/*
---------------------------------------------

base settings

*/
html {
	font-size: 62.5%;
}
body {
	min-width: 1000px;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP',  "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 1.5rem;
	-webkit-text-size-adjust: 100%;
	line-height: 1.866666667;
	color: #41503e;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	clear: both;
}
li {
	list-style: none;
}
td, th{
	word-break: break-all;
}
input,
textarea {
	font-size: 1.2rem;
}
	img {
	max-width: 100%;
	height: auto;

}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	opacity: 0.6;    
}
/* microclearfix */
.cf:before,
.cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
.cf:after {
	clear: both;
}
/** For IE 6/7 only */
/* .cf {
	*zoom: 1;
} */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* microclearfix */
.cf:before,
.cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}
.cf:after {
	clear: both;
}
/** For IE 6/7 only */
/* .cf {
	*zoom: 1;
} */
*{
	box-sizing: border-box;
}
p:not([class]) span {
 	text-decoration: underline;
	text-decoration-thickness: 0.3em; /* 線の太さ */
	text-underline-offset: 0em; /* 線の位置 */
	text-decoration-color: #fda57e;
	text-decoration-skip-ink: none;
	font-weight: bold;
}
.caption {
	font-size: 1rem;
	line-height: 1.4;
	margin: 1em 0;
	word-break: break-all;
	text-align: center;
	color: #999;
}
/*
---------------------------------------------

*/

.l-main-area p:not([class]) {
	margin: 0.5em 0 em;
}

.l-main-area p:not([class]) a{
	text-decoration:underline;
}

.l-parts02-white__column2__right .balloon span,
.l-main-area p:not([class]) strong,
.l-main-area p:not([class]) span {
	text-decoration: underline;
	text-decoration-thickness: 0.3em; /* 線の太さ */
	text-underline-offset: 0em; /* 線の位置 */
	text-decoration-color: #fda57e;
	text-decoration-skip-ink: none;
	font-weight: bold;
}
.l-parts03 ul:not([class]) li,
.l-main-area ul:not([class]) li {
	font-size: 1.4rem;
	line-height: 1.785714286;
	margin: 0 0 0.25em 0;
	padding: 0 0 0 20px;
	background: url(img/icon_li.svg) no-repeat left 10px;
	background-size: 7px auto;
	list-style-position: outside;
}
.l-main-area table {
	width: 100%;
	margin: 30px 0;
	padding: 0;
	border-collapse: collapse;
	text-align: left;
}
.l-main-area table th {
	padding: 10px 15px;
	background: #edf3e9;
	border: 1px #ccc solid;
	min-width: 80px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.l-main-area table td {
	padding: 10px 15px;
	background: #fff;
	border: 1px #ccc solid;
	font-size: 1.4rem;
}
.l-parts .frame-wrap .frame table {
	margin: 1rem 0;
}
.l-parts .frame-wrap .frame table td {
	padding: 10px 15px;
	background: #fff;
	border: 1px #ccc solid;
	font-size: 1.2rem;
}
.btn-web {
	margin: 3rem auto;
	padding: 0;
	display: block;
	text-align: center;
	position: relative;
}
.btn-web a {
	width: 90%;
	max-width: 470px;
	margin: 0;
	padding: 2.5rem 5rem 2.5rem 3rem;
	display: inline-block;
	background: #41503e;
	box-shadow: 5px 5px 0 #c3d718;
	border-radius: 50px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: relative;
	transition: 0.2s;
}
.btn-web a:after {
	content: '';
	width: 10px;
	height: 21px;
	background: url(img/arrow01_white.svg) no-repeat center center;
	background-size: 96%;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.btn-web a:hover {
	opacity: .7;
}
.l-parts03 .btn-web,
.l-parts03 .btn-internal{
	margin: 2rem auto 0;
}
.l-parts03 .btn-web a,
.l-parts03 .btn-internal a{
	font-size: 1.6rem;
	letter-spacing: -0.02em;
	padding:2rem 3rem;
}
.l-parts03 .btn-web a::after,
.l-parts03 .btn-internal a::after{
	right: 15px;
}
.l-contents-area .l-parts03 .btn-internal a::after{
	transform:translateY(-50%) rotate(90deg);
	background-size: 80%;
}
.l-contents-area--low .l-parts03 .btn-internal a::after{
	transform:translateY(-50%);
}
.btn-internal {
	margin: 3rem auto;
	padding: 0;
	display: block;
	text-align: center;
	position: relative;
}
.btn-internal a {
	width: 90%;
	max-width: 470px;
	margin: 0;
	padding: 2.5rem 5rem 2.5rem 3rem;
	display: inline-block;
	background: #eb6d47;
	box-shadow: 5px 5px 0 #fda57e;
	border-radius: 100px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: relative;
	transition: 0.2s;
}
.btn-internal a:after {
	content: '';
	width: 10px;
	height: 21px;
	background: url(img/arrow01_white.svg) no-repeat center center;
	background-size: 96%;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.btn-internal a:hover {
	opacity: .7;
}
.l-parts .btn-internal a {
	width: 90%;
}
.btn-tel {
	display: none;
}
.btn-link {
	margin: 20px 0;
	padding: 0;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: right;
	line-height: 1.75;
}
.btn-link a {
	padding: 5px 0 5px 20px;
	background: url(img/arrow01_green.svg) no-repeat left center;
	background-size: 9px 15px;
	font-weight: 500;
	text-decoration: underline;
}
.btn-accordion{
	text-align: center;
}
.btn-accordion span{
	background: #fff;
	border: 2px solid #41503f;
	border-radius: 100px;
	padding: 2rem;
	width: 360px;
	display: inline-block;
	margin-top: 36px;
	margin-bottom: 67px;
	line-height: 1.4;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	box-shadow: 5px 5px 0 #c4d1af;
	cursor: pointer;
	transition: 0.2s;
}
.btn-accordion span:hover {
	opacity: 0.6;
}
.btn-accordion span:after {
	content: '＋';
	font-size: 2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.btn-accordion.is-open span:after {
	content: '－';
}
.accordion-item {
	display: none;
}
.l-main-area .float-wrap {
	margin: 10px 0 40px;
}
.l-main-area .float-wrap .float-img img {
	max-width: 100%;
}
.l-main-area .float-wrap .float-img.fr {
	width: 300px;
	margin: 0 0 10px 20px;
	float: right;
}
.l-main-area .float-wrap .float-img.fl {
	width: 300px;
	margin: 0 20px 10px 0;
	float: left;
}
.l-main-area .float-wrap .float-img.ct {
	margin: 0 auto;
}
.l-main-area .float-wrap .flame {text-align: center;}
.l-main-area .float-wrap .caption {
	display: block;
	font-size: 1rem;
	font-weight: normal;
	color: #999999;
	word-break: break-all;
	line-height: 1.4;
	text-align: center;
}
.l-parts .float-wrap .float-img.fl {
    width: 350px;
    margin: 0 70px 10px 0;
    float: left;
}
.l-main-area .l-icon-title {
	margin: 2rem 0 1.5rem;
	padding: 13px 13px 13px 100px;
	background: url(img/bg_slash01.png);
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 2px;
	position: relative;
}
.l-main-area .l-icon-title:after {
	content: "";
	width: 70px;
	height: 44px;
	background: url(img/icon_bubble.png) no-repeat;
	background-size: 70px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #040303;
	font-size: 3rem;
	line-height: 1;
	position: absolute;
	top: 0rem;
	bottom:0;
	margin:auto;
	letter-spacing: 1px;
	left: 14px;
	padding: 0 0 8px 0;
	box-sizing: border-box;
}
.l-main-area .box-wrap {
	width: 100%;
	margin: 8rem 0 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.l-main-area .frame-wrap {
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	counter-reset: number;
}
.l-main-area .frame-wrap .frame {
	width: calc((100% - 41px) / 3);
	margin: 30px 20px 0 0;
	padding: 2rem 2rem 3rem;
	border: solid 3px #c4d1af;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.l-main-area .frame-wrap .frame:nth-child(3n){
	margin: 30px 0 0;
}
.l-main-area .frame-wrap p {
	margin: 0;
}
.l-main-area .frame-wrap .frame-head {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.363636364;
	text-align: center;
	position: relative;
}
.l-main-area .frame-wrap .frame-body {
	padding: 2rem 0 0;
	font-size: 1.4rem;
	line-height: 2;
}
.l-main-area .frame-wrap .frame-body table th{
	padding: 10px;
	text-align: center;
	font-size: 1.2rem;
}
.l-main-area .frame-wrap .btn-internal {
	margin: 2rem auto 0;
}
.l-main-area .frame-wrap .btn-internal a {
	width: 85%;
	padding: 1.5rem;
	min-width: inherit;
	font-size: 1.6rem;
}
.l-main-area .frame-wrap .btn-internal a::after{
	background-size: 8px auto;
}
.l-main-area .frame-wrap .frame table{
	margin-bottom: 0;
	line-height: 1.333333333;
}

/* low ----------------*/
.site_title_lower-wrapper {
	width: 100%;
	margin: 0 auto;
	background: url(img/bg_slash01.png);
	padding: 1.3rem 0;
	padding-left: 100px;
}
.site_title_lower {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	text-align: center;
	font-size: 2.222rem;
	font-weight: bold;
	padding: 0 0 0.5rem;
	letter-spacing: .1em;
	line-height: 1.315931593;
}
.site_title_lower .belt {
	display: inline-block;
	font-size: 1.8rem;
	background: #7b9a4d;
	color: #fff;
	padding: 5px 20px;
	line-height: 1.34663626;
	letter-spacing: .2em;
	border-radius: 5px;
	margin-bottom: 5px;
}
.l-main-area--low h1 {
	margin: 3rem 0 7rem;
	padding: 9rem 0 0;
	background: url(img/icon_house02.png) no-repeat center top;
	background-size: 77px auto;
	font-size: 3.4rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.352941176;
	position: relative;
	text-align: center;
}
.l-main-area--low h1 a {
	padding: 0 4rem 0 0;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(img/arrow01_white.svg) no-repeat right center;
	background-size: 14px;
}
.l-main-area--low h1 a:hover {
	color: #ffff00;
	background: url(img/arrow01_yellow.svg) no-repeat right center;
	background-size: 14px;
}
.l-main-area h2:not([class]),
.l-main-area--low h2,
.l-main-area .jirei h3:not([class]) {
	margin: 7rem 0 1.5rem;
	padding: 1.7rem 2rem;
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	position: relative;
	z-index: 5;
	background-color: #7b9a4e;
}
.l-main-area .jirei h3:not([class]){
	border-radius: 0;
	margin: 4rem 0;
}
.l-main-area .jirei h3:not([class])::before{
	content: none;
}
.l-main-area h2:not([class]) a,
.l-main-area--low h2 a,
.l-main-area .jirei h3:not([class]) a{
	display: block;
	padding: 0 2rem 0 0;
	background: url(img/arrow01_white.svg) no-repeat right 0 center;
	background-size: 12px 20px;
	text-decoration: none;
}
.l-main-area h2:not([class]):nth-of-type(1),
.l-main-area--low h2:nth-of-type(1) {
	margin: 2rem 0 1.5rem;
}

.l-main-area h3:not([class]),
.l-main-area--low h3 {
	margin: 3rem auto;
	padding: 1rem 1.5rem 1rem 5rem;
	background-size: auto 4px;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
}
.l-main-area h3:not([class]):before,
.l-main-area--low h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(img/icon_house01.png) no-repeat;
	background-size: 34px auto;
	width: 34px;
	height: 40px;
}
.l-main-area h3:not([class]) a,
.l-main-area--low h3 a {
	display: inline-block;
	padding-right: 3rem;
	background: url(img/arrow01_green.svg) no-repeat right 0 center;
	background-size: 10px auto;
	text-decoration: none;
	font-weight: bold;
}
.l-main-area h3:not([class]) a:hover,
.l-main-area--low h3 a:hover {
	background: url(img/arrow01_black.svg) no-repeat right 0 center;
	background-size: 10px 18px;
}
.l-main-area h4:not([class]),
.l-main-area h5:not([class]),
.l-main-area--low h4,
.l-main-area--low h5 {
	margin: 3rem 0;
	padding: 1rem 2rem;
	background: #edf3e9;
	font-size: 1.8rem;
	line-height: 1.333333333;
	position: relative;
	font-weight: bold;
}
.l-main-area h4:not([class]) a,
.l-main-area h5:not([class]) a,
.l-main-area--low h4 a,
.l-main-area--low h5 a {
	display: inline-block;
	padding-right: 3rem;
	background: url(img/arrow01_green.svg) no-repeat right 0 center;
	background-size: 8px auto;
	text-decoration: none;
}
.l-main-area h4:not([class]):hover,
.l-main-area h5:not([class]):hover,
.l-main-area--low h4 a:hover,
.l-main-area--low h5 a:hover {
}

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

  header area

  */
.l-header-area {
	width: 100%;
	margin: 0;
	padding: 0 0 0 100px;
}
.l-header {
	max-width: 1000px;
	margin: 0 auto;
	padding: 1rem 0;
}
.l-header__link {
	display: inline-block;
	text-decoration: none;
}
.l-header__link:hover {
	opacity: 0.6;
}
.l-header-sitename {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: right;
}
.l-header-sitename:before {
	content: "PR";
	display: inline-block;
	background: #40513f;
	color: #fff;
	text-align: center;
	width: 3rem;
	margin-right: 1rem;
	font-size: 1.4rem;
}
.l-header-sitename__link {
	text-decoration: none;
}
.l-header-sitename__link:hover {
	text-decoration: underline;
}
.l-header-logo {
	margin: 10px 0 0;
	text-align: center;
}
.l-header-logo__image {
	width: 100%;
	height: 100%;
}
.l-header-logo a {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 60px;
}
.l-gnavi-btn {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	padding: 50px 0 0;
	display: block;
	position: relative;
	line-height: 1;
	font-size: 0.8rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.l-gnavi-btn:hover {
	color: #040303;
}
.l-gnavi-btn span {
	width: 30px;
	height: 4px;
	display: inline-block;
	background: #7b9a4d;
	transition: all 0.4s;
	position: absolute;
	left: 15px;
}
.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-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
}
.l-gnavi-btn-box.is-active .l-gnavi-btn {
	background: none;
}
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(2) {
	opacity: 0;
}
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}
.is-navi-open .l-gnavi-area--slide-left {
	transform: translateX(0);
}
.l-gnavi-area {
	width: 400px;
	height: 100vh;
	padding: 0;
	background: #FFF;
	position: fixed;
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.14);
	transition: all 0.8s ease;
	top: 0;
	left: 0;
	z-index: 300;
}
.l-gnavi-area-menu {
	display: table-cell;
	vertical-align: middle;
}
.l-gnavi-area-scroll {
	height: 100%;
	padding: 20px 100px 20px 0;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
}
.l-gnavi-area-scroll::-webkit-scrollbar {
	display: none;
	-webkit-appearance: none;
}
.l-gnavi-area-scroll__inner {
	height: 100%;
	display: table;
}
.l-gnavi-area-bar {
	width: 100px;
	height: 100vh;
	position: absolute;
	top: 0;
	right: 0;
}

.l-gnavi-area--slide-right {
	transform: translateX(-300px);
}
.l-gnavi-area--slide-left {
	left: auto;
	right: 0;
	transform: translateX(-100%);
}
.l-gnavi-area--slide-down {
	transform: translateY(-100%);
}
.l-gnavi-area--slide-up {
	transform: translateY(100%);
}
.l-gnavi-list {
	position: relative;
	width: 300px;
}
.l-gnavi-list__link {
	width: 90%;
	margin: 0 auto;
	padding: 10px 45px 10px 20px;
	display: block;
	text-decoration: none;
}
.l-gnavi-list__link--menu {
	cursor: pointer;
}
.l-gnavi-list__sub {
	margin: 0 0 0 1.6rem;
	border-top: dashed 1px #fac803;
	background: #fff9f0;
	display: none;
}
.l-gnavi-list__sub .l-gnavi-list__item {
	background: url(img/arrow01_black.svg) no-repeat left 2rem center;
	background-size: 4px 8px;
}
.l-gnavi-btn-close__link {
	margin: 20px auto;
	padding: 10px 20px 10px 50px;
	display: inline-block;
	background: #ffffff;
	text-decoration: none;
	position: relative;
}
.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 {
	content: '';
	width: 20px;
	height: 3px;
	background: #000;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	left: 20px;
}
.l-gnavi-btn-close__link:after {
	content: '';
	width: 20px;
	height: 3px;
	background: #000;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 20px;
}
.is-gnavi-cover .l-gnavi-area {
	height: auto;
	top: auto;
	z-index: 1;
	overflow-y: hidden;
}
.is-navi-open .l-gnavi-area {
	opacity: 1;
}
.is-navi-open .l-gnavi-area--slide-right {
	transform: translateX(0);
}
.is-navi-open .l-gnavi-area--slide-left {
	transform: translateX(0);
}
.is-navi-open .l-gnavi-area--slide-down {
	transform: translateY(0);
}
.is-navi-open .l-gnavi-area--slide-up {
	transform: translateY(0);
}
.is-navi-open .is-gnavi-cover {
	height: 100vh;
	overflow-y: scroll;
}
.is-navi-open .is-gnavi-cover .l-gnavi-area {
	position: static;
}
/*
---------------------------------------------

footer area

*/
.l-footer-area {
	width: 100%;
	margin: 0;
	min-width: 1200px;
	padding: 0 0 0 100px;
	background: #edf3e9;
	position: relative;
}
.l-footer-disclaimer {
	width: 500px;
	margin: 20px auto;
	padding: 20px;
	background: #ffffff;
	font-size: 1rem;
	line-height: 1.8;
	text-align: left;
}
.l-footer-disclaimer dt {
	float: left;
}
.l-footer-note {
	text-align: center;
	margin: 20px auto 60px;
	font-size: 1.2rem;
	max-width: 1000px;
}
.l-footer-bottom {
	margin: 0 auto;
	background: #fff;
	font-size: 1.2rem;
	text-align: center;
}
.l-footer-bottom__inner {
	width: 96%;
	max-width: 1000px;
	display: table;
	margin: 0 auto;
}
.l-footer-bottom__copy {
	padding: 10px 0;
	display: table-cell;
	text-align: left;
}
.l-footer-bottom__copy__link {
	text-decoration: none;
}
.l-footer-bottom__copy__link:hover {
	text-decoration: underline;
}
.l-footer-bottom__sitemap {
	padding: 10px 0;
	display: table-cell;
	text-align: right;
}
.l-footer-bottom__sitemap__link {
	background: url(img/arrow01_black.svg) no-repeat right center;
	background-size: 8px 12px;
	padding: 0 24px 0 0;
	text-decoration: none;
}
.l-footer-bottom__sitemap__link:hover {
	text-decoration: underline;
}
.l-footer-menu-wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0 0;
}
.l-footer-menu {
	margin: 0 0 40px;
}
.l-footer-menu__title {
	margin: 0 0 10px 0;
	padding: 0 0 5px;
	border-bottom: solid 1px #41503e;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.4;
}
.l-footer-menu__title__link {
	display: block;
	padding: 0 0 0 25px;
	background: url(img/arrow01_black.svg) no-repeat left 1rem center;
	background-size: 9px 15px;
	text-decoration: none;
	font-weight: bold;
	position: relative;
}
.l-footer-menu__title__link:hover {
	text-decoration: underline;
}
.l-footer-menu__list {
	display: inline;
}
.l-footer-menu__list__item {
	float: left;
	padding: 0 10px;
	display: inline-block;
	width: 20rem;
}
.l-footer-menu__list__item:first-child {
	display: none;
}
.l-footer-menu__list__link {
	padding: 5px 0 5px 15px;
	background: url(img/icon_li_footer.svg) no-repeat left top 9px;
	background-size: 10px 10px;
	text-align: left;
	font-size: 1.2rem;
	text-decoration: none;
}
.l-footer-menu__list__link:hover {
	text-decoration: underline;
}
.l-footer-submenu__list {
	display: inline-block;
	}
.l-footer-submenu__list__item {
	display: inline-block;
}
.l-footer-submenu__list__link {
	padding: 5px 15px;
	text-align: left;
	font-size: 1.2rem;
	text-decoration: none;
}
.l-footer-submenu__list__link:before {
	content: '- ';
}
.l-footer-submenu__list__link:hover {
	text-decoration: underline;
}
/*
---------------------------------------------

common

*/
.l-pagetop {
	position: absolute;
	top: -90px;
	right: 30px;
	z-index: 100;
}
.l-pagetop__link {
	width: 60px;
	height: 60px;
	background: #7b9a4d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.l-pagetop__link:hover {
	opacity:0.7;
}
.l-pagetop__image {
	width: 24px;
}
.l-pagetop.is-fixed {
	position: fixed;
	top: auto;
	bottom: 30px;
}
#pankuzu {
	max-width: 1000px;
	margin: 4rem auto 2rem auto;
	font-size: 1.2rem;
}
/*
---------------------------------------------

contents area

*/
.l-contents-area {
	width: 100%;
	margin: 0 auto;
	padding-left: 100px;
}
/*
---------------------------------------------

main area / common

*/
.l-main-area {
	width: 100%;
	margin: 0 auto 7rem 0;
	padding: 0;
	text-align: left;
}
.l-main-area--low {
	width: 1000px;
	margin: 0 auto 7rem auto;
}
.l-section-inner {
	max-width: 1000px;
	 padding-top: 4rem; 
	margin: 0 auto;
	/* padding-top: inherit; */
}
.contents-under {
	padding: 4.5rem 0 0;
}
.l-common-title {
	padding: 8.5rem 0px 20px;
	margin: 0 3rem;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	position: relative;
	letter-spacing: .1em;
}
.l-common-title a {
	background: url(img/arrow01_green.svg) no-repeat right center;
	background-size: 12px auto;
	padding: 0 60px;
	display: inline-block;
}
.l-common-title:before {
	content: '';
	padding-top: 2re;
	width: 56px;
	height: 60px;
	background: url(img/icon_house02.png) no-repeat center center;
	background-size: 56px auto;
	background-size: 56px auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -2rem;
	margin: auto;
}
.curtain-title-box {
	padding: 1rem 0;
	background: url(img/txt_special-feature.png)  no-repeat center top 30px;
	background-size: inherit;
	background-size: auto;
	background-size: 15em ;
	background-color: transparent;
}
.reason figure{
	margin: 0 auto 4rem;
	text-align: center;
}
.reason .btn-internal a::after{
	transform:translateY(-50%) rotate(-90deg) ;
}
.curtain-title {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 4rem;
	padding: 6rem 5rem 0;
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.333333333;
	letter-spacing: .1em;
	background: url(img/img_seiko05.png) no-repeat right 6rem bottom,url(img/img_kyoko05.png) no-repeat left 6rem bottom;
}
.l-common-lead {
	width: 80%;
	max-width: 800px;
	margin: 1.5rem auto 4rem;
}

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

top

*/

.l-mv {
	width: 100%;
	min-height: 570px;
	min-width: 1100px;
	background: url(img/bg_mv.jpg) bottom no-repeat;
	background-size: cover;
	position: relative;
}
.l-mv-wrapper {padding: 2rem 0 0;}
.l-mv-box {
	width: 1179px;
	padding-right: 50px;
	margin: auto;
}
.l-mv-logo {
	padding-bottom: 6rem;
}
.l-mv-box02 {
	background: #edf3e9;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
  .l-mv-box02:after {
	content: "";
	position: absolute;
	background: url(img/bg_mv_house.png) repeat-x;
	background-size: auto 114px;
	width: 100%;
	height: 234px;
	top: -113px;
	left: 0;
}
.l-mv-box02_title {
	max-width: 730px;
	font-size: 4.2rem;
	line-height: 1.4;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.5rem;
}
.l-mv-box02_title .ttl-big{
	font-size: 5.8rem;
}
.l-mv-box02_title .belt {
	display: inline-block;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0;
	background: #7b9a4d;
	color: #fff;
	border-radius: 10px;
	padding: 5px 20px;
}
.top-under {
	background-color: #edf3e9;
	padding: 1rem 0 3rem;
}
.top-under .btn-internal a::after{
	transform: translateY(-50%) rotate(90deg);
}


.top-under__inner {
	width: 800px;
	max-width: 100%;
	margin: auto ;
}
.l-parts {
	padding: 0rem 0 0;
}

/*l-parts01*/
.l-parts01 {
	padding: 7rem 0 20rem;
	background: url(img/bg_parts01.png) no-repeat center bottom 40px;
	background-size: contain;
}
.l-parts01-column3 {
	min-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.l-parts01-column3__box {
	width: calc(33.333333% - 40px * 2 / 3);
	margin: 0 40px 0 0;
	background: #f4f1e7;
	border-radius: 10px;
	padding: 10px 0;
	text-align: center;
}
.l-parts01-column3__box:nth-child(3n){
	margin: 0;
}
.l-parts01-column3 .catch-text {
	margin: 0.5em 0 1.5em;
	padding: 0 2rem 0;
	line-height: 1.363636364;
	font-size: 2.2rem;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.l-parts01-column3 .catch-text a{
	display: block;
	background: url(img/arrow01_green.svg) no-repeat right center;
	background-size: 8px auto;
	padding-right: 20px;
}
.l-parts01-column3 .catch-body {
	padding: 0 2rem;
	text-align: left;
	font-size: 1.4rem;
	line-height: 2;
}

/*l-parts02*/
.l-parts02 {
	margin: 12rem 0 0;
	padding: 4rem 0 5rem;
	min-width: 1100px;
	background: #FFF url(img/bg_sooting01.png) repeat-x top 489px center;
	background-size: 100% auto;
	position: relative;
	z-index: 0;
}


/*l-parts02b ここから*/
.l-parts02b {
	margin: 12rem 0 0;
	padding: 3rem 0 5rem;
	min-width: 1100px;
	background: #fff url(img/bg_sooting01b.png) repeat-x top 471px center;
	background-size: 100% auto;
	position: relative;
	z-index: 0;
}
.l-part-inner-bg-squareb {
	position: absolute;
	background: #f4f1e7;
	top: 967px;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}


/*l-parts02b ここまで*/


.l-parts02-white {
	margin-bottom: 4rem;
	padding-bottom: 6rem;
	margin-top: 5rem;
	border-radius: 10px;
	border: 6px solid #ea6d48;
	background: #fff;
}
.l-parts02-white__title-a {
	 padding: 2.5rem 0 2rem;
	 background: url(img/icon_house03.png) no-repeat left 1rem center, url(img/bg_l-parts02-white__title.png);
	 background-size: 8%,100%;
	 color: #fff;
	 position: relative;
}
.l-parts02-white__title-a .catch-title {
	width: 86%;
	margin: 0 auto;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
}
.l-parts02-white__title {
	 padding: 2.5rem 0 2rem;
    background: url(img/bg_l-parts02-white__title.png);
    background-size: 8%,100%;
    color: #fff;
    position: relative;
}
.l-parts02-white__title .catch-title {
	width: 86%;
	margin: 0 auto;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
}
.l-parts02-white__title-b {
	 padding: 2.5rem 0 2rem;
    background: url(img/icon_house04.png) no-repeat left 1rem center, url(img/bg_l-parts02-white__title.png);
    background-size: 8%,100%;
    color: #fff;
    position: relative;
}
.l-parts02-white__title-b .catch-title {
	width: 86%;
	margin: 0 auto;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
}
.l-parts02-white__title-c {
	 padding: 2.5rem 0 2rem;
	 background: url(img/icon_house05.png) no-repeat left 1rem center, url(img/bg_l-parts02-white__title.png);
	 background-size: 8%,100%;
	 color: #fff;
	 position: relative;
}
.l-parts02-white__title-c .catch-title {
	width: 86%;
	margin: 0 auto;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
}
.l-parts02-white-inner {
	margin: 4rem auto;
	padding: 0 5rem;
}
.l-parts02-white__column2 {
	margin: 4rem auto 5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.l-parts02-white__column2__right .balloon__catch {
	font-weight: bold;
}
.l-parts02-white__column2__right .balloon__catch span{
	color: #ea6d48;
	text-decoration: none;
}
.l-parts02-white__column2__right .balloon{
	border: 3px solid #c4d1af;
	border-radius: 10px;
	padding: 2rem;
	position: relative;
	background: #fff;
}
.l-parts02-white__column2__right .balloon::before,
.l-parts02-white__column2__right .balloon::after{
	content: "";
	position: absolute;
	border: solid transparent;
	border-width: 11px 9px;
	left: 40px;
	margin-top: -6px;
}
.l-parts02-white__column2__right .balloon::before{
	border-bottom-color: #9ab5a7;
	top: -18px;
}
.l-parts02-white__column2__right .balloon::after{
	border-bottom-color: #fff;
	top: -14px;
}
.l-parts02-white__column2 .clinic {
	margin: 0 0 0.5rem;
	padding: 4.5rem 0 2rem 13rem;
	background: url(img/img_kyokoseiko01.png) no-repeat left bottom;
	background-size: 117px auto;
	line-height: 1.4;
	font-size: 3rem;
	font-weight: 600;
}
.l-parts02-white .title-voice {
	margin: 7rem 0 2.5rem;
	background: url(img/deco_wave_s_long.png) repeat-x left center;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
}
.l-parts02-white .title-voice span {
	padding: 0 2rem;
	background: #fff;
}
.l-parts02-white__persons {
	display: flex;
	flex-wrap: wrap;
	padding-top: 3rem;
	padding-bottom: 1rem;
}
.l-parts02-white__person:nth-child(1){
	margin-right: 40px;
}
.l-parts02-white__person {
	width: calc(50% - 40px / 2);
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 2rem;
	background: #edf3e9;
}
.l-parts02-white__persons dt span{
	background-color:#455441;
	color:white;
	border-radius:20px;
	padding: 0.3rem 1rem;
	}
.l-parts02-white__person dt{
	font-size: 2rem;
	font-weight: bold;
	padding: 11px 0px;
	line-height: 1.9;
	min-height: 70px;
	margin: 0 0 3rem;
	align-items: center;
	display: inline;
}
.l-parts02-white__person dd{
	margin: 0;
}
.l-parts02-white__person .caption{
	text-align: right;
}
.l-parts02-white__voice .caption{
	text-align: right;
	margin: 0 0 40px;
}
.l-parts02-white__person dd .caption a,
.l-parts02-white__voice .caption a{
	text-decoration: underline;
}
.l-parts02-white__information {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
}
.l-parts02-white__information .map {
	width: 400px;
	margin-right: 40px;
}
.l-parts02-white__information p {
	width: calc(100% - 440px);
	margin: 0;
}

/*l-parts03*/
.l-parts03 {
	position: relative;
	background: url(img/bg_sooting01.png) no-repeat top 430px center;
	background-size: 100% auto;
	padding-bottom: 7rem;
	margin: 11rem 0 0;
}
.l-part-inner-bg-square {
	position: absolute;
	background: #e3d3c3;
	top: 966px;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
.l-parts03-column3 {
	display: flex;
	flex-wrap: wrap;
	margin: 7rem 0 0;
}
.l-parts03-column3__box {
	width: calc(((100% - 4rem) / 3) - 1px);
	margin: 0 2rem 2rem 0;
	background: #f2f4ef;
	position: relative;
	padding-bottom: 20px;
}
.l-parts03-column3__box:nth-child(3n) {
	margin: 0 0 2rem;
}
.l-parts03-column3__line {
	border-top: 0;
	padding: 2rem;
}
.l-parts03-column3__line .btn-web {
	margin-bottom: 0;
}
.l-parts03-column3__box .l-parts03-column3__catch {
	margin: 0;
	padding: 1.5rem 1.5rem 1.5rem 9rem;
	background: #455441;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.4em;
	font-weight: bold;
	position: relative;
}
.l-parts03-column3__box .l-parts03-column3__catch::before{
	width: 80px;
	height: 70px;
	left: 1rem;
	bottom: 1.5rem;
	content: '';
	position: absolute;
}
.l-parts03-column3__box .parts03_01::before{
	background: url(img/icon_house03.png) no-repeat left center;
	background-size: 80px auto;
}
.l-parts03-column3__box .parts03_02::before{
	background: url(img/icon_house04.png) no-repeat left center;
	background-size: 80px auto;
}
.l-parts03-column3__box .parts03_03::before{
	background: url(img/icon_house05.png) no-repeat left center;
	background-size: 80px auto;
}
.l-parts03-column3__catch span{
	color: #d7ee0d;
}
.l-parts03-column3__title {
	margin: 0 0 2rem;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.2;
	text-align: center;
	z-index: 1;
}
.l-parts03-column3__image {
	text-align: center;
	font-size: 1rem;
	color: #999;
	line-height: 1.2;
}
.l-parts03-column3__image img {
	max-width: 100%;
}
.l-parts03-column3__heading {
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.333333333;
	margin: 2rem auto 1rem;
}
.l-parts03-column3__frame {
	background: #fff;
	border-radius: 10px;
	font-size: 1.4rem;
	padding: 2rem;
}
.l-parts03-column3__caption{
	font-size: 1rem;
	color: #999;
	text-align: right;
	overflow-y: hidden;
	white-space: nowrap;
	margin-top: 2rem;
}
.l-parts03-column3__caption a{
	font-weight: normal;
	text-decoration: underline;
}
.l-parts03 .note{
	font-size: 1.1rem;
}
 
/*l-parts04*/
.l-parts04 {
	margin-bottom: 4rem;
	padding: 0;
	min-width: 1000px;
	position: relative;
}
.l-parts04-body img{
	width:700px;}

.l-parts04-body {
	border: 3px solid #c4d1af;
	padding: 15px 40px;
	border-radius: 10px;
	position: relative;
	background: #fff;
	font-size: 1.5rem;
	height: 50%;
	margin: 0 0 2rem 0;
	/* display: flex; */
}
.l-parts04-body .caption{
	text-align: right;
	margin: 0 0 2rem;
}
.l-parts04-body .caption a{
	text-decoration: underline;
}
.l-parts04-body .catch {
	margin: 1.5rem 0;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .1em;
}
.l-parts04-body .catch a{
	display: block;
	background: url(img/arrow01_green.svg) no-repeat right center;
	background-size: 10px auto;
}
.l-parts.reason .btn-internal{
	margin: 4rem auto 0 auto;
}

/*pr*/
.pr-wrap {
	border: 3px solid #c4d1af;
	border-radius: 10px;
	background: #f4f2e6;
	margin-left: 2rem;
	margin-bottom: 7rem;
}
.pr-box-head {
	margin: -2rem 0 2rem -2.2rem;
	background: #7b9a4d;
	background-size: cover;
	border-radius: 10px;
	padding: 2rem 4rem 2rem 10rem;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	display: inline-block;
	max-width: 750px;
	position: relative;
	line-height: 1.384615385;
}
.pr-box-head .txt-pr {
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	background: #ea6d48;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 1.6rem;
}
.pr-box-head a{
	display: block;
	background: url(img/arrow01_white.svg) no-repeat right center;
	background-size: 12px auto;
	padding-right: 40px;
}
.pr-box-body {
	padding: 0 7rem;
}
.pr-box-body .btn-internal a::after{
	transform:translateY(-50%) rotate(-90deg) ;
}

/*--------------------------------------
	toc_parts
---------------------------------------*/
.toc_parts {
	background: #f2f4ef;
	/* margin: 5rem 0; */
	/* margin-top: 4rem; */
	margin-bottom: 7rem;
	padding: 4rem 5rem;
	box-sizing: border-box;
}
.toc_parts .ttl {
	padding: 0 0 0 1rem;
	font-size: 2rem;
	font-weight: bold;
	border-left: 4px solid #7b9a4d;
}
#toc {
	margin: 1.5rem 0 0 0;
	padding: 0 2rem 0;
	border-top: 1px solid #ccc;
}
#toc .chapter {
	margin: 0 0 2rem;
  counter-reset: count;
}
#toc .chapter .chapter-h {
	margin: 2rem 0 0;
	padding: 0 0 0 3.5rem;
	font-size: 1.6rem;
	line-height: 1.8;
	position: relative;
	counter-increment: count;
	background: none;
}
#toc .chapter .chapter-h:last-child {
	margin-bottom: 0;
}
#toc ul.chapter .chapter-h::before {
	content: counter(count, decimal-leading-zero);
	position: absolute;
	top: 14px;
	left: 0;
	transform: translate(0,-50%);
	color: #7b9a4d;
	font-size: 2rem;
	font-weight: bold;
	background: none;
	width: auto;
	height: auto;
	border-radius: 0;
}
#toc .chapter .chapter-h a {
	font-weight: bold;
	text-decoration: none;
}
#toc .chapter .chapter-h a:hover {
	opacity: .6;
}
#toc .chapter .chapter-h span {
	color: #0b072b;
	font-weight: bold;
}
#toc li.chapter-h.chapter-h-three {
  display: none;
  margin: 1rem 0 1rem 4rem;
  padding: 0 0 0 1.5rem;
  counter-increment: none;
}
#toc li.chapter-h.chapter-h-three::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: solid 1px #0b072b;
	border-right: solid 1px #0b072b;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#toc li.chapter-h.chapter-h-three a {
	font-weight: 400;
}
#toc li.chapter-h.chapter-h-three span {
	font-weight: 400;
}
#toc .chapter br {
	display:none;
}
/*--------------------------------------
Slider
---------------------------------------*/
.slider-area {
  margin: 0 auto 3rem;
  max-width: 740px;
}
.slider-area .slider {
  position: relative;
}
.slider-area .slider img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
.slider-area .slick-slide {
  flex-flow: column;
}
.slider-area .slick-slide:focus {
  outline: 0;
}
.slider-area .slick-slide {
  text-align: center;
  display: flex;
  align-content: initial;
}
.slider-area .slick-slide span img {
  margin: 0 auto;
}
.slider-area .slider-for {
  width: 560px;
  padding: 0 20px;
  float: left;
  display: flex;
  align-items: center;
}
.slider-area .slider-for .slick-track {
  display: flex;
  align-items: center;
}
.slider-area .slider-for img {
  max-width: 98%;
}
.slider-area .slider-for .slick-next,
.slider-area .slider-for .slick-prev {
  width: 40px;
  height: 40px;
  background: #40513f;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 0px #d4d4d4;
  position: absolute;
  z-index: 5;
  text-indent: 9999px;
  overflow: hidden;
}
.slider-area .slider-for .slick-next::before,
.slider-area .slider-for .slick-prev::before {
  content: '';
  left: 0;
  right: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  opacity: 1;
}
.slider-area .slider-for .slick-next:hover,
.slider-area .slider-for .slick-prev:hover {
  opacity: .8;
}
.slider-area .slider-for .slick-prev {
  left: 0;
}
.slider-area .slider-for .slick-prev::before {
  transform: rotate(135deg);
  margin-left: 16px;
}
.slider-area .slider-for .slick-next {
  right: 0;
}
.slider-area .slider-for .slick-next::before {
  transform: rotate(-45deg);
  margin-right: 16px;
}
.slider-area .slider-nav {
  width: 155px;
  padding: 0;
  position: absolute;
  top: 85px;
  /* transform: translateY(-50%); */
  right: 0;
}
.slider-area .slider-nav .slick-list {
  padding: 0 !important;
}
.slider-area .slider-nav .slick-track {
  left: 0 !important;
}
.slider-area .slider-nav .slick-slide {
  height: 65px;
  padding: 5px 0;
  border: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1;
  cursor: pointer;
}
.slider-area .slider-nav .slick-slide img {
  height: 100%;
  margin: 0 auto;
  width: auto;
}
.slider-area .slider-nav .slick-slide:hover {
  opacity: .5;
}
.slider-area .caption {
  line-height: 1.4rem;
}

.l-main-area table.table-style th:first-child {
	width: 22.3%;
}

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

	smartphone settings

	*/

	@media screen and (min-width: 600px) {
		.sp,
		.forSP,
		.sp_br {
			display: none!important;
		}
	}

	@media screen and (max-width: 599px) {
		body {
			min-width: 100%;
			min-width: inherit;
			font-size: 1.4rem;
		}
		.pc,
		.forPC,
		.pc_br {
			display: none!important;
		}
		img {
			max-width: 100%;
			height: auto;
		}
	/*
	---------------------------------------------
	*/
	.l-main-area .top_h2 {
		margin: 0 0 3rem;
		padding: 2rem 2rem 0;
		font-size: 2.2rem;
	}
	.l-main-area .top_h2 a {
		background-size: 8px 16px;
	}
	.l-main-area .top_h2:after {
		height: 30px;
	}
	.l-main-area .top_h3 {
		font-size: 2rem;
	}
		
	.l-main-area .top_h3 a {
		background-size: 8px 16px;
	}
	.l-main-area .top_h4 {
		font-size: 1.8rem;
	}
	.l-main-area .top_h4 a {
		background-size: 7px 15px;
	}
	.l-main-area ul {
		font-size: 1.4rem;
	}
	.l-main-area table {
		width: 100%;
		margin: 30px auto 20px;
		display: block;
		border-top: 1px #d3d3d3 solid;
		font-size: 1.4rem;
	}
	.l-main-area table tr {
		width: 100%;
		display: block;
	}
	.l-main-area table th {
		width: 100%;
		display: block;
		border-top: none;
	}
	.l-main-area table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.l-main-area table thead {
		width: 100%;
		display: block;
	}
	.l-main-area table thead th {
		width: 100%;
		display: block;
	}
	.l-main-area table thead td {
		width: 100%;
		display: block;
	}
	.l-main-area table tbody {
		width: 100%;
		display: block;
	}
	.l-main-area table tbody th {
		width: 100%;
		display: block;
	}
	.l-main-area table tbody td {
		width: 100%;
		display: block;
	}
	.btn-web {
		width: 90%;
		min-width: inherit;
		margin: 3rem auto;
	}
	.btn-web a {
		width: 100%;
		padding: 1.5rem 4.0rem 1.8rem 3.0rem;
		font-size: 1.6rem;
	}
	.btn-web a:after {
		background-size: 9px 15px;
	}
	.btn-internal {
		width: 90%;
		margin: 3rem auto;
	}
	.btn-internal a {
		width: 100%;
		min-width: inherit;
		padding: 1.5rem 4.0rem 1.8rem 3.0rem;
		font-size: 1.6rem;
	}
	.btn-internal a:after {
		background-size: 9px 15px;
	}  
	.btn-internal.up {
		margin-top: 5rem;
	}	  
		
	.btn-internal.up a{
		width: 90%;
	}
	.btn-tel {
		width: 90%;
		margin: 2rem auto;
		padding: 0;
		display: block;
		text-align: center;
	}
	.btn-tel a {
		width: 100%;
		position: relative;
		margin: 0;
		padding: 1.5rem 5rem 1.8rem;
		background: #46a6eb url(img/icon_tel_black.svg) no-repeat left 35px center;
		background-size: auto 20px;
		border-radius: 50px;
		box-shadow: 5px 5px 0 #a2d2f5;
		display: inline-block;
		font-size: 1.6rem;
		line-height: 1.4;
		text-decoration: none;
		text-align: center;
		z-index: 10;
		color: #fff;
		font-weight: bold;
	}
	.btn-link {
		margin: 3rem auto;
		padding: 0;
		display: block;
		text-align: left;
		width: 90%;
	}
	.btn-link a {
		width: 100%;
		position: relative;
		margin: 0;
		padding: 1.6rem 4rem 1.9rem 2.5rem;
		text-align: left;
		display: inline-block;
		background: #fff url(img/arrow01_black.svg) no-repeat right 20px center;
		background-size: 9px 15px;
		border: #7b9a4e solid 2px;
		border-radius: 100px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
		text-decoration: none;
	}
	.btn-accordion{
		width: 90%;
		margin: auto;
	}
	.l-main-area .float-wrap {
		width: 100%;
		margin: 10px auto 30px;
		font-size: 1.4rem;
	}
	.l-main-area .float-wrap .float-img.fr {
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}
	.l-main-area .float-wrap .float-img.fl {
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}
	.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 {
		margin: 0 0 20px 10px;
		float: right;
	}
	.l-main-area .float-wrap .float-img.fl.t_small {
		margin: 0 20px 10px 0;
		float: left;
	}
	.l-main-area .box-wrap {
		width: 94%;
		margin: 8rem 0 4rem auto;
		display: block;
		font-size: 1.4rem;
	}
	.l-main-area .box-wrap .box-body .btn-internal a {
		width: 90%;
	}
	.l-main-area .frame-wrap {
		display: block;
		font-size: 1.4rem;
	}
	.l-main-area .frame-wrap .frame:nth-child(3n),
	.l-main-area .frame-wrap .frame {
		width: 100%;
		margin: 2rem auto 0;
	}
	.l-main-area .frame-wrap .frame::before {
		left: 25px;
	}
	.l-main-area .frame-wrap .frame-head {
		font-size: 2rem;
		text-align: left;
	}
	.l-main-area .frame-wrap .btn-internal a{
		font-size: 1.4rem;
		width: 100%;
	}
	.l-main-area .l-icon-title {
		width: 100%;
		margin: 5rem 0 1.5rem;
		padding: 1rem 1rem 1rem 7rem;
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.l-main-area .l-icon-title:before {
		width: 60px;
		height: 60px;
		font-size: 1rem;
		left: -4px;
		background-size: 100% auto;
	}
	.l-main-area .l-icon-title:after {
		width: 50px;
		height: 32px;
		left: 1rem;
		background-size: 50px auto;
		font-size: 1.3rem;
	}
	.l-main-area .l-number-wrapper .l-icon-title:before {
		padding: 0;
		font-size: 2.8rem;
	}
	/* low ----------------*/

	.site_title_lower-wrapper {
		padding: 1rem 0;
	}
	.l-main-area--low h1 {
		margin: 2rem 0 3rem;
		font-size: 2.6rem;
		line-height: 1.6;
		background-size: 60px auto;
		padding: 6.5rem 0 0;
	}
	.l-main-area h2:not([class]),
	.l-main-area--low h2,
	.l-main-area .jirei h3:not([class]) {
		text-align: center;
		font-size: 2rem;
		background-size: 50px auto;
		padding: 1.4rem;
		margin: 5rem 0 2rem;
	}
	.l-main-area h2:not([class]) a,
	.l-main-area--low h2 a,
	.l-main-area .jirei h3:not([class]) a{
		background-size: 8px auto;
		padding: 0 1.5rem 0 0;
	}
	.l-main-area h3:not([class]),
	.l-main-area--low h3 {
		font-size: 1.8rem;
	}
	/*
	---------------------------------------------

	header area

	*/
	.l-header {
		width: 96%;
		margin: 0 auto;
		padding: 10px 0;
		text-align: left;
	}
	.l-header-area {
		padding: 0;
	}
	.l-header-left {
		display: none;
	}
	.l-header-sitename {
		font-size: 1rem;
		text-align: left;
	}
	.l-header-logo a {
		width: 50%;
		height: auto;
	}
	.l-gnavi-area {
		display: none;
	}
	/*
	---------------------------------------------

	footer area

	*/
	.l-footer-area {
		padding: 2rem 0 5rem 0;
		min-width: inherit;
	}
	.footMenu {
		width: 100%;
		height: 5rem;
		margin: 0;
		position: fixed;
		bottom: 0;
		z-index: 300;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	}
	.footMenu .menuLeft {
		width: 50%;
		height: 100%;
		float: left;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
	}
	.footMenu .menuLeft .l-gnavi-btn {
		margin: 0;
	}
	.footMenu .menuRight {
		width: 50%;
		height: 100%;
		float: right;
		background: #7b9a4e;
		color: #fff;
		font-size: 1.4rem;
		line-height: 1.4;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	.footMenu .menuRight a {
		padding: 1rem 2rem;
		color: inherit;
		display: block;
		text-decoration: none;
	}
	.footMenu .l-gnavi-btn {
		width: 100%;
		height: 100%;
	}
	.footMenu .l-gnavi-btn span {
		left: 50%;
		transform: translateX(-50%);
		background: #7b9a4e;
	}
	.footMenu .l-gnavi-btn span:nth-child(1) {
		top: 15px;
	}
	.footMenu .l-gnavi-btn span:nth-child(2) {
		top: 25px;
	}
	.footMenu .l-gnavi-btn span:nth-child(3) {
		top: 35px;
	}
	.footMenu .l-gnavi-btn.active span:nth-of-type(1) {
		transform: translate(-50%, 10px) rotate(-45deg);
	}
	.footMenu .l-gnavi-btn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.footMenu .l-gnavi-btn.active span:nth-of-type(3) {
		transform: translate(-50%, -10px) rotate(45deg);
	}
	.l-footer-logo {
		margin: 1rem auto;
	}
	.l-footer-logo__image {
		width: 100%;
	}
	.l-footer-logo__link {
		display: block;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.6;
	}
	.l-footer-logo__link .belt {
		display: inline-block;
		font-size: 1.6rem;
		border-radius: 10px;
		font-weight: 500;
		background: #7b9a4d;
		color: #fff;
		padding: 5px 20px;
	}
	.l-footer-logo__link .small{
		font-size: 2rem;	
	}
	.l-footer-disclaimer {
		width: 90%;
		margin: 0 auto 1rem;
		padding: 2rem 5%;
	}
	.l-footer-bottom {
		padding: 0 5%;
	}
	.l-footer-bottom__inner {
		width: 90%;
		display: block;
	}
	.l-footer-bottom__copy {
		display: block;
		text-align: center;
	}
	.l-footer-bottom__sitemap {
		display: none;
	}
	.l-footer-note {
		margin: 0 0 1rem;
		font-size: 1rem;
		padding: 0 1rem;
	}
	.l-footer-menu-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 110;
		width: 100%;
		height: 100%;
		background: #f2f4ef;
		margin: 0;
		padding: 0 0 60px 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		-webkit-transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out, opacity 1s;
		opacity: 0;
	}
		.l-footer-menu-wrapper.active {
		transform: translate3d(0, 0, 0);
		transition: transform 0.3s ease-in-out, opacity 0.3s;
		opacity: 1;
	}
	.l-footer-menu {
		width: 90%;
		margin: 0 auto 2rem;
	}
	.l-footer-menu__title {
		margin: 0;
		padding: 0;
		font-weight: bold;
	}
	.l-footer-menu__title__link {
		display: block;
		font-size: 1.5rem;
		font-weight: bold;
		position: relative;
		padding: 1rem 2.5rem 1rem 0;
		background: none;
		font-weight: inherit;
	}
	.l-footer-menu__title__link:after {
		content: '';
		width: 8px;
		height: 15px;
		background: url(img/arrow01_black.svg) no-repeat center center;
		background-size: 100%;
		position: absolute;
		top: 50%;
		right: 8px;
		transform: translateY(-50%) rotate(90deg);
	}
	.l-footer-menu__title__link:hover {
		text-decoration: none;
		opacity: 1;
	}
	.l-footer-menu__list {
		display: none;
	}
	.l-footer-menu__list__item {
		width: 100%;
		padding: 0.8rem 1rem;
	}
	.l-footer-menu__list__item:first-child {
		display: block;
	}
	.l-footer-menu__list__link {
		margin: 1rem 0 0 0;
	}
	.l-footer-submenu__list {
		display: block;
	}
	.l-footer-submenu__list__item {
		display: block;
	}
	/*
	---------------------------------------------

	common

	*/
	.l-pagetop {
		top: -5.5rem;
		right: 0.5rem;
	}
	.l-pagetop__link {
		width: 50px;
		height: 50px;
	}
	.l-pagetop__image {
		width: 14px;
	}
	.l-pagetop.is-fixed {
		bottom: 5.5rem;
	}
	#pankuzu {
		margin: 0 auto;
		padding: 1rem;
		white-space: nowrap;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

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

	contents area

	*/
	.l-contents-area {
		padding: 0;
	}
	.l-contents-area--low {
		width: 100%;
	}
	/*
	---------------------------------------------

	main area

	*/
	.l-main-area--low {
		width: 94%;
		margin: 0 auto 7rem;
		float: none;
		overflow: visible;
	}
	.l-section-inner {
		width: 94%;
		margin: 0 auto;
	}
	p.l-common-lead {
		width: 100%;
		margin: 2rem 0 3rem;
	}
	/*
	---------------------------------------------

	top

	*/
	.l-mv {
		min-height: inherit;
		min-width: inherit;
		padding: 0;
		background: none;
		position: relative;
	}
	.l-mv-wrapper {
		width: 100%;
		padding: 0;
	}
	.l-mv-logo {
		position: relative;
		width: 100%;
		padding: 0;
		background: none;
		text-align: center;
	}
	.l-mv-logo img {
		width: 40%;
	}
	.l-mv-box {
		width: 100%;
		min-height: 283px;
		margin: 0;
		padding: 0rem 1rem 1rem;
		background: url(img/bg_mv_sp.jpg) center bottom -0px no-repeat;
		background-size: cover;
	}
	.l-mv-box p {
		margin: 0;
		background: rgba(0,152,210,0.5);
		padding: 0.8rem;
	}
	.l-mv-box02 {
		position: relative;
		padding: 2rem 0 0;
	}
	.l-mv-box02:after {
		background: none;
	}
	.l-mv-box02_title {
		padding: 1rem;
		text-align: center;
		font-size: 2.4rem;
		letter-spacing: 3px;
	}
	.l-mv-box02_title .belt {
		font-size: 1.7rem;
		letter-spacing: 3px;
	}
	.l-mv-box02_title .ttl-big{
		font-size: 3rem;
	}
	.l-parts {
		padding: 4rem 0;
	}
	.top-under {
		padding: 1rem 1rem 3rem 1rem;
	}
	  
	.l-common-title{
		font-size: 2.2rem;
		margin: 1rem 0 2rem;
		padding: 3.5rem 1rem 0;
	}
	.l-common-title:before{
		height: 45px;
		background-size: auto 45px;
	}
	.l-common-title a {
		padding: 0 20px;
		background-size: 8px auto;
	}
	.l-common-title span.sp_fontsize {
		font-size: 1.8rem;
	}
	.l-common-lead{
		margin: 2rem auto;
		width: auto;
		padding: 0 1.5rem;
	}
	.curtain-title-box {
		background: url(img/txt_special-feature.png) no-repeat center top 50px;
		background-size: auto 13px;
	}
	.curtain-title {
		padding: 6rem 6rem 0;
		background: url(img/img_seiko05.png) no-repeat right 2px bottom,url(img/img_kyoko05.png) no-repeat left 2px bottom;
		background-size: 7rem;
		letter-spacing: 0;
		font-size: 2.4rem;
	}
	.reason figure{
		margin: 0 auto 2rem;
	}
	.l-section-inner {
		background-size: 20%;
	}

	/*l-parts01*/
	.l-parts01 {
		padding: 2rem 0 10rem;
		overflow-x: hidden;
	}
	.l-parts01 .l-section-inner {
		background-size: 20%;
		background-position: left top, right top 300px;
	}
	.l-parts01-column3 {
		min-width: inherit;
	}
	.l-parts01-column3:after {
		content: none;
	}
	.l-parts01-column3__box,
	.l-parts01-column3__box:nth-child(3n) {
		width: 96%;
		margin: 2rem auto 0;
		position: relative;
		padding: 1.5rem;
	}
	.l-parts01-column3__box .catch-image {
		width: 80%;
		margin: 0 auto;
	}
	.l-parts01-column3__box .catch-text,
	.l-parts01-column3__box .catch-body {
		padding: 0;
	}
	.l-parts01-column3__box .catch-text{
		font-size: 1.8rem;
	}
	.l-parts01-column3 .catch-text a{
		background-size: 6px auto;
	}

	/*l-parts02*/
	.l-parts02,
	.l-parts02b	{
		margin: 0px 0px 6rem;
		padding: 5rem 0px 6rem;
		min-width: inherit;
	}
	.l-parts02:before,
	.l-parts02b:before {
		height: 3rem;
		background-position: -5rem 0;
		background-size: 120% auto;
	}
	.l-parts02:after,
	.l-parts02b:after {
		bottom: -2px;
		height: 3rem;
		background-position: -5rem 0;
		background-size: 120% auto;
	}
	.l-parts02-white {
		width: 100%;
		border: 4px solid #ea6d48;
	}
	.l-parts02-white:last-child {
		margin-bottom: 0;
	}	  	
	.l-parts02-white-inner {
		margin: 0 auto;
		padding: 0 1.5rem;
	}
	.l-parts02-white__title {
		padding: 1rem 1rem 1.5rem;
	}
	.l-parts02-white__title:after {
		height: 25px;
		top: 99%;
		background: url(img/bg_waveblue2_l_top.svg) no-repeat left top -5px;
	}
	.l-parts02-white__title .catch-title {
		width: auto;
		padding: 0;
		font-size: 1.8rem;
		letter-spacing: 2px;
	}
	.l-parts02-white__column2 {
		width: 100%;
		margin: 3rem 0 2rem;
		display: block;
		position: relative;
	}
	.l-parts02-white__column2__right {
		width: 100%;
	}
	.l-parts02-white__column2__right .balloon {
		padding: 1rem;
	}
	.l-parts02-white__column2__right .balloon::before{
		top: -19px;
		left: 80%;
	}
	.l-parts02-white__column2__right .balloon::after{
		border-bottom-color: #fff;
		top: -15px;
		left: 80%;
	}
	.l-parts02-white__persons {
		display: block;
	}
	.l-parts02-white__person {
		width: 100%;
		margin-bottom: 20px;
	}
	.l-parts02-white__person:nth-child(1){
		margin-right: 0;
	}
	.l-parts02-white__person dt{
		font-size: 1.6rem;
		padding: 5px 0 10px;
		min-height: auto;
	}
	.l-parts02-white__catch-person {
		background: url(img/img_kyokoseiko01.png) no-repeat center right;
		background-size: 80px auto;
	}
	.l-parts02-white__column2__right .clinic {
		margin: 2rem 0 1rem;
		padding: 2.5rem 8rem 2.5rem 1rem;
		background: url(img/img_kyokoseiko01.png) no-repeat right bottom;
		background-size: 80px auto;
		line-height: 1.2;
		font-size: 2.2rem;
	}
	.l-parts02-white__column2__right .price {
		width: 60%;
		margin: 0 0 3.5rem auto;
	}
	.l-parts02-white__column2__right .price-list {
		padding: 0.5rem;
		font-size: 1.4rem;
	}
	.l-parts02-white__column2__right .price-list .data span {
		font-size: 1.8rem;
	}
	.l-parts02-white .title-voice {
		font-size: 1.9rem;
		margin: 3rem 0 2rem;
	}
	.l-parts02-white .title-voice span {
		padding: 0 1rem;
		background: #fff;
		display: inline-block;
		width: 80%;
		line-height: 1.4;
	}
	.l-parts02-white__information .map{
		width: 100%;
		margin: 0 0 2rem;
		text-align: center;
	}
	.l-parts02 .l-parts02-white__information p,
	.l-parts02b .l-parts02-white__information p {
		margin: 0;
		width: 100%;
	}
	.l-parts02 table.information th,
	.l-parts02b table.information th {
		width: 100%;
		border-width: 0px 1px 0px 1px;
		padding: 2px 25px;
	}

	/*l-parts03*/
	.l-parts03 {
		margin-top: 0;
	}
	.l-parts03-column3 {
		margin: 3rem 0 0;
	}
	.l-parts03-column3__box {
		width: 100%;
		margin: 0 0 2rem;
	}
	.l-parts03-column3__box .l-parts03-column3__catch{
		padding: 1rem 1rem 1rem 7rem;
		font-size: 1.6rem;
	}
	.l-parts03-column3__box .l-parts03-column3__catch::before{
		width: 55px;
		left: 30px;
		bottom: 0;
		background-size: 55px auto;
	}
	.l-parts02-white__title-a{
	 padding: 2.5rem 0 rem;
    background: url(img/icon_house03.png) no-repeat left 1rem center, url(img/bg_l-parts02-white__title.png);
    background-size: 25%,100%;
    color: #fff;
    position: relative;}

	.l-parts02-white__title-b{
	 padding: 2.5rem 0 rem;
    background: url(img/icon_house04.png) no-repeat left 1rem center, url(img/bg_l-parts02-white__title.png);
    background-size: 25%,100%;
    color: #fff;
    position: relative;}

	.l-parts02-white__title-c{
	 padding: 2.5rem 0 rem;
    background: url(img/icon_house05.png) no-repeat left 1rem center, url(img/bg_l-parts02-white__title.png);
    background-size: 25%,100%;
    color: #fff;
    position: relative;}
		
	.l-parts02-white__title-a .catch-title, .l-parts02-white__title-b .catch-title, .l-parts02-white__title-c .catch-title{
	width: 60%;
	margin: 0 auto;
	text-align: center;
	margin-left: 11rem;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.2;
}
		
	.l-parts03-column3__title {
		text-align: center;
		font-size: 2.2rem;
	}
	.l-parts03-column3__heading{
		font-size: 1.6rem;
	}
	.l-parts03-column3__frame{
		padding: 1.5rem;
	}
	.l-parts03 .btn-web a, .l-parts03 .btn-internal a{
		padding: 1.5rem 2rem;
	}
	p.l-parts03-column3__image {
		margin: 0;
	}

	/*l-parts04*/
	.l-parts04 {
		min-width: inherit;
		padding: 0;
		margin-bottom: 2rem;
	}
	.l-parts04-body{
		font-size: 1.4rem;
	}	  
	.l-parts04-body:first-child,
	.l-parts04-body:nth-child(2){
		margin: 0;
		display: block;
	}
	.l-main-area.l-main-area--low .l-parts04-body:nth-child(2){
		margin: 0;
		display: block;
		margin: 0px 0 0 8.5rem;
	}
	.l-parts04-body:first-child::after{right: -25px;border-left-color: #fff;}
	.l-parts04-body {
		width: 100%;
		padding: 1.4rem;
	}
	.l-parts04-body:nth-child(2) {
		margin: 0 0 2rem;
		display: block;
		/* margin-left: 8.5rem; */
	}
	.l-parts.reason .btn-internal{
		margin: 2rem auto;
	}
	.l-main-area.l-main-area--low .l-parts04-body {
		width: 100%;
		padding: 1.5rem 1.5rem 0 1.5rem;
		margin: 3rem 0;
	}
	.l-parts04-body .catch {
		display: flex;
		align-items: center;
		font-size: 1.8rem;
		letter-spacing: 1px;
	}
	.l-parts04-body .catch a {
		padding-right: 2rem;
	}
	.l-parts04-body:first-child .catch {
		margin: 0 0 1rem 0;
	}
	.l-parts04-body:nth-child(2n) .catch {
		margin: 0 0 1rem 0;
	}

	/*pr*/
	.pr-wrap {
		margin: 4rem 0 2rem 2rem;
	}
	.pr-box-head {
		margin: -2rem 0 1rem -2.2rem;
		padding: 1.5rem 1.4rem 1.5rem 5.5rem;
		font-size: 1.7rem;
		max-width: 98%;
	}
	.pr-box-head .txt-pr {
		position: absolute;
		left: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		font-size: 1.2rem;
	}
	.pr-box-head a{
		display: block;
		background: url(img/arrow01_white.svg) no-repeat right center;
		background-size: 10px auto;
		padding-right: 20px;
	}
	.pr-box-body {
		padding: 0 2rem;
		position: relative;
	}
	.pr-box-body::before{
		content: "";
		width: 120px;
	}

	.site_title_lower .belt {
		font-size: 1.5rem;
	}
	.site_title_lower {
		font-size: 2.4rem;
	}
	.sitemap_area .l-footer-menu__title__link:after {
		content: '';
		transform: translateY(-50%) rotate(00deg);
	}


	.toc_parts {
		margin: 3rem 0;
		padding: 3rem 2.5rem 2rem;
	}
	.toc_parts .ttl {
		font-size: 1.6rem;
		border-left: 2px solid #7b9a4d;
	}
	#toc {
		margin: 1.5rem 0 0 0;
		padding: 1rem 0 0;
	}
	#toc .chapter .chapter-h {
		margin: 1rem 0;
		padding: 0 0 0 3rem;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	#toc ul.chapter .chapter-h::before {
		top: 11px;
		font-size: 1.8rem;
	}
	#toc li.chapter-h.chapter-h-three {
		margin: 0.5rem 0 0.5rem 2rem;
	}
	#toc li.chapter-h.chapter-h-three::before {
		top: 6px;
		width: 6px;
		height: 6px;
	}
	#toc li.chapter-h-three + .chapter-h-two {
		margin-top: 2rem;
	}

	/* slider
	----------------------------------------------------*/
	.slider-area .slider-for {
		width: 100%;
		padding: 0 1em;
		float: none;
	}
	.slider-area .slider-for .slick-slide {
		margin: 0 0 1rem;
	}
	.slider-area .slider-for img {
		max-width: 98%;
		width: auto;
		height: 210px;
	}
	.slider-area .slider-for .slick-next,
	.slider-area .slider-for .slick-prev {
		width: 25px;
		height: 25px;
		top: 41%;
	}
	.slider-area .slider-for .slick-prev::before {
		margin-left: 10px;
		width: 8px;
		height: 8px;
	}
	.slider-area .slider-for .slick-next::before {
		margin-right: 10px;
		width: 8px;
		height: 8px;
	}
	.slider-area .slider-nav {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: static;
	}
	.slider-area .slider-nav img {
		width: auto;
	}
	.slider-area .slider-nav .slick-list {
		padding: 0 !important;
	}
	.slider-area .slider-nav .slick-track {
		width: 100% !important;
		left: 0 !important;
		opacity: 1;
		display: flex;
		justify-content: center;
	}
	.slider-area .slider-nav .slick-slide {
		width: 20% !important;
		height: 50px;
		padding: 5px .5rem;
	}
	.btn-accordion span{
		width: 90%;
		padding: 1.5rem;
		font-size: 1.5rem;
	}

	.l-main-area table.table-style th:first-child {
		width: 100%;
	}
}