@charset "UTF-8";
/* CSS Document */
/* font
=========================================== */
@font-face { /*NotoSansJP*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Regular.ttf"); src: url("../fonts/font/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Regular.woff") format("woff"), url("../fonts/font/NotoSansJP-Regular.ttf") format("truetype"); font-weight: 400; }
@font-face { /*NotoSansJPミディアム*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Medium.ttf"); src: url("../fonts/font/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Medium.woff") format("woff"), url("../fonts/font/NotoSansJP-Medium.ttf") format("truetype"); font-weight: 500; }
@font-face { /*NotoSansJPボールド*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Bold.ttf"); src: url("../fonts/font/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Bold.woff") format("woff"), url("../fonts/font/NotoSansJP-Bold.ttf") format("truetype"); font-weight: 700; }
@font-face { /*NotoSansJPブラック*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Black.ttf"); src: url("../fonts/font/NotoSansJP-Black.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Black.woff") format("woff"), url("../fonts/font/NotoSansJP-Black.ttf") format("truetype"); font-weight: 900; }
@font-face { /*robotoボールド*/
font-family: "roboto"; src: url("../fonts/font/Roboto-Bold.ttf"); src: url("../fonts/font/Roboto-Bold.woff2") format("woff2"), url("../fonts/font/Roboto-Bold.woff") format("woff"), url("../fonts/font/Roboto-Bold.ttf") format("truetype"); font-weight: 700; }
/* Link
=========================================== */
a:link, a:visited { color: #000000; text-decoration: none; }

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

a { outline: none; transition: 0.3s; }

a img { transition: 0.3s; }

:focus { outline: none; }

/* LAYOUT
=========================================== */
body { overflow: hidden; width: 100%; }

.pc { display: none !important; }

.sp { display: block; }

body { color: #000000; background: #FFF9F4; font-size: 18px; line-height: 1.25; font-family: YakuHanJP,'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight: 500; font-style: normal; word-break: break-all; }

img { width: 100%; height: auto; }

table { width: 100%; table-layout: fixed; }

h1, h2, h3, h4, h5, h6 { font-weight: 700; }

.wrap { position: relative; }

input, select { -webkit-appearance: auto; appearance: auto; }

/*共通設定*/
.btn01 { width: 100%; max-width: 360px; height: 72px; margin: 24px auto 0; }

.btn01 a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0 45px; box-sizing: border-box; background: #FFFFFF; border: 2px solid #ACDD96; border-radius: 40px; position: relative; }

.btn01 a .btn-text { font-size: 18px; font-weight: 700; text-align: center; transition: 0.3s; }

.btn01 a .arrow { display: block; width: 24px; height: 24px; border-radius: 50%; background: #5DB833; position: absolute; top: 50%; right: 16px; transform: translateY(-50%); transition: 0.3s; }

.btn01 a .arrow::before { content: ""; display: block; width: 9px; height: 10px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 8px; transform: translateY(-50%); }

.c_btn01 a { background: #F37A10; border: 2px solid #F37A10; }

.c_btn01 a .btn-text { color: #FFFFFF; }

.c_btn01 a .arrow { background: #FFFFFF; }

.c_btn01 a .arrow::before { filter: brightness(0) saturate(100%) invert(56%) sepia(80%) saturate(3002%) hue-rotate(357deg) brightness(100%) contrast(91%); }

.r_btn01 a { background: #5DB833; border: 2px solid #5DB833; }

.r_btn01 a .btn-text { color: #FFFFFF; }

.r_btn01 a .arrow { background: #FFFFFF; }

.r_btn01 a .arrow::before { filter: brightness(0) saturate(100%) invert(52%) sepia(92%) saturate(377%) hue-rotate(57deg) brightness(101%) contrast(85%); }

.title01 { padding-top: 40px; box-sizing: border-box; font-size: 44px; line-height: 1.2; text-align: center; position: relative; margin-bottom: 40px; }

.title01::before { content: ""; display: block; width: 46px; height: 24px; background: url("../img/common/icon_title01.svg") no-repeat center; background-size: contain; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }

.title01 .sub_title { display: block; font-size: 20px; line-height: 1.35; margin-bottom: 8px; }

.tel_box { text-align: center; }

.tel_box .tel .num { font-size: 44px; line-height: 1; color: #F37A10; }

.tel_box .tel .sub_tel { display: none; font-size: 16px; }

.tel_box .tel-text li { font-size: 20px; line-height: 28px; text-align: center; margin-top: 8px; }

.tel_box .tel-text li .midashi { display: inline-block; padding: 5px 10px 6px; box-sizing: border-box; background: #EFEFEF; border-radius: 40px; font-size: 17px; line-height: 1; margin-right: 8px; }

.tel_box .tel-text li.tel-text02 { display: none; }

.contact_box01 { justify-content: space-between; }

.contact_box01 .btn { width: calc(50% - 5px); height: 64px; margin-right: 10px; }

.contact_box01 .btn:last-child { margin-right: 0; }

.contact_box01 .btn a { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; padding: 9px 10px; box-sizing: border-box; border-radius: 40px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); }

.contact_box01 .btn a .btn-text { display: inline-block; padding-left: 32px; box-sizing: border-box; font-weight: 700; color: #FFFFFF; text-align: center; position: relative; }

.contact_box01 .btn a .btn-text::before { content: ""; display: block; width: 24px; height: 24px; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

.contact_box01 .btn.header-contact_btn a { background: #F37A10; }

.contact_box01 .btn.header-contact_btn a .btn-text::before { background-image: url("../img/common/icon_mail02.svg"); }

.contact_box01 .btn.cancel_btn a { background: #5DB833; }

.contact_box01 .btn.cancel_btn a .btn-text::before { background-image: url("../img/common/icon_reservation.svg"); }

.under-cont > section { padding: 80px 5%; }

.under-cont > section:first-child { padding-top: 56px; }

/*ウェブフォント*/
.normal { font-weight: 400; }

.medium { font-weight: 500; }

.bold { font-weight: 700; }

.black { font-weight: 900; }

.common_text { line-height: 1.7; }

.text_uppercase { text-transform: uppercase; }

.text_capitalize { text-transform: capitalize; }

.tcenter { text-align: center; }

.tleft { text-align: left; }

.tright { text-align: right; }

.roboto { font-family: "roboto"; font-weight: 700; }

/*色*/
.shiro { color: #fff; }

.green { color: #5DB833; }

.orange { color: #F37A10; }

.bg-green { background-color: #5DB833; }

.bg-lightgreen { background-color: #EEFFE5; }

.bg-orange { background-color: #F37A10; }

.bg-white { background-color: #fff; }

.mt20 { margin-top: 20px; }

.flex { width: 100%; margin: 0; padding: 0; display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

/*header
---------------------------------------------------------------*/
#header { width: 100%; height: 70px; position: fixed; transition: 0.3s; left: 0; right: 0; top: 0; margin: auto; z-index: 100; }

.fixed #header { background: #FFFFFF; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); }

#header:has(.navs-list.opon) { background: #FFFFFF; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); }

#header .header_inner { height: 100%; justify-content: space-between; align-items: center; flex-wrap: nowrap; }

#header .header_inner .logo_box { width: auto; margin-left: 10px; position: relative; z-index: 1; }

#header .header_inner .logo { width: 180px; }

#header .header_inner .logo a { display: block; width: 100%; }

#header .header_inner .right { width: calc(100% - 263px); height: 100%; justify-content: flex-end; align-items: center; margin-right: 63px; }

#header .header_inner .right .right_top { height: 48px; flex-direction: row-reverse; justify-content: flex-start; align-items: center; }

#header .header_inner .right .right_top .tel_box { width: 48px; height: 100%; }

#header .header_inner .right .right_top .tel_box .tel { display: block; width: 100%; height: 100%; }

#header .header_inner .right .right_top .tel_box .tel a { display: block; width: 100%; height: 100%; background: url("../img/common/icon_tel.svg") no-repeat center, #FFFFFF; background-size: 24px; border-radius: 5px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); }

#header .header_inner .right .right_top .tel_box .tel .num { display: none; }

#header .header_inner .right .right_top .tel_box .tel-text { display: none; }

#header .header_inner .right .right_top .access_btn { width: 48px; height: 100%; margin-right: 5px; }

#header .header_inner .right .right_top .access_btn a { display: block; width: 100%; height: 100%; background: url("../img/common/icon_access.svg") no-repeat center, #FFFFFF; background-size: 24px; border-radius: 5px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); }

#header .header_inner .right .right_top .access_btn a .btn-text { display: none; }

#header .header_inner .right .right_top .header-contact_box { display: none; }

/*gnav*/
.gnav { display: none; }

/* CTA */
#fixed-box01.contact_box01 { width: 100%; height: 64px; position: fixed; bottom: -100%; left: 0; transition: 0.3s; z-index: 10; }

.fixed #fixed-box01.contact_box01 { bottom: 0; }

#fixed-box01.contact_box01 .btn { width: 50%; height: 100%; margin-right: 0; }

#fixed-box01.contact_box01 .btn a { border-radius: 0; }

/* nav
=========================================== */
.sp-nav-btn { width: 48px; height: 48px; background: #FFFFFF; border-radius: 5px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); position: absolute; top: 50%; right: 10px; transform: translateY(-50%); z-index: 101; transition: 0.3s; }

.sp-nav-btn .btn_in { width: 24px; height: 16px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.sp-nav-btn .btn_in > span { width: 100%; height: 2px; background: #000000; position: absolute; left: 0; transition: 0.3s; }

.sp-nav-btn .border01 { top: 0; }

.sp-nav-btn .border02 { top: 50%; transform: translateY(-50%); }

.sp-nav-btn .border03 { bottom: 0; }

.sp-nav-btn.opon .border01 { transform: translate(-50%, -50%) rotateZ(45deg); top: 50%; left: 50%; }

.sp-nav-btn.opon .border02 { display: none; }

.sp-nav-btn.opon .border03 { transform: translate(-50%, 50%) rotateZ(-45deg); bottom: 50%; left: 50%; }

.sp-nav-list .overlay-nav { visibility: hidden; width: 100%; height: calc(100% - 69px); position: fixed; top: 69px; left: 0; background: rgba(0, 0, 0, 0.4); opacity: 0; }

.sp-nav-list .overlay-nav.opon { visibility: visible; opacity: 1; }

.sp-nav-list .navs-list { position: fixed; width: 100%; height: calc(100% - 69px); z-index: 99; top: 69px; background: #fff; right: -100%; transition: 0.3s; overflow-x: hidden; overflow-y: auto; padding: 4px 5% 60px; box-sizing: border-box; }

.sp-nav-list .navs-list.opon { right: 0; }

.sp-nav-list .navs-list > ul { margin-bottom: 6px; }

.sp-nav-list .navs-list > ul > li { padding: 24px 0; box-sizing: border-box; border-bottom: 1px solid #EAEAEA; }

.sp-nav-list .navs-list > ul > li:last-child { border-bottom: none; }

.sp-nav-list .navs-list > ul > li > a { display: block; padding-left: 28px; box-sizing: border-box; line-height: 1; font-weight: 700; position: relative; }

.sp-nav-list .navs-list > ul > li > a::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/common/spnav_arrow.png") no-repeat center; background-size: contain; position: absolute; top: 0; left: 0; }

.sp-nav-list .navs-list ul li .nav-midashi { padding-right: 30px; }

.sp-nav-list .navs-list ul li .nav-midashi::after { content: ""; display: block; width: 24px; height: 24px; background: url("../img/common/nav_open.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 0; transform: translateY(-50%); transition: 0.3s; }

.sp-nav-list .navs-list ul li .nav-midashi.on::after { background: url("../img/common/nav_close.svg") no-repeat center; background-size: contain; }

.sp-nav-list .navs-list .tel_box { margin-top: 26px; }

.sp-nav-list .navs-list .tel_box .tel .sub_tel { display: block; }

.sp-nav-list .navs-list .tel_box .tel .num { padding-left: 40px; box-sizing: border-box; color: #000000; position: relative; }

.sp-nav-list .navs-list .tel_box .tel .num::before { content: ""; display: block; width: 32px; height: 32px; background: url(../img/common/icon_tel.svg) no-repeat center; background-size: contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

.sp-nav-list .navs-list .tel_box .tel-text { margin-top: 16px; }

.sp-nav-list .navs-list .tel_box .tel-text li.tel-text02 { display: block; }

/* main */
/*-------------------------------------------*/
#main { padding: 70px 5% 0; box-sizing: border-box; }

#main.home_main { width: 100%; padding-top: 90px; padding-bottom: 40px; background: url("../img/main/main_bg_sp.jpg") no-repeat top center; background-size: cover; position: relative; }

#main.home_main .main_img02 { display: none; }

#main.home_main .text_box { text-align: center; }

#main.home_main .text_box .main_text { font-size: 20px; line-height: 1; margin-bottom: 20px; }

#main.home_main .text_box .main_text em { display: inline-block; padding: 4px 6px 5px; box-sizing: border-box; background: #F37A10; border-radius: 5px; margin: 0 4px 4px; }

#main.home_main .text_box .main_title { width: 100%; max-width: 350px; margin: 0 auto 24px; }

#main.home_main .text_box .point-list01 li { display: inline-flex; text-align: left; }

#main.home_main .text_box .stats_box { justify-content: center; margin-top: 32px; }

#main.home_main .text_box .stats_box .stats00 { margin-right: 10px; }

#main.home_main .text_box .stats_box .stats00:last-child { margin-right: 0; }

#main.home_main .text_box .stats_box .stats00::before, #main.home_main .text_box .stats_box .stats00::after { width: 25px; height: 64px; background: url("../img/common/stats01.png") no-repeat center; background-size: contain; }

#main.home_main .text_box .stats_box .stats00 > p { font-size: 16px; }

#main.home_main .text_box .stats_box .stats00 > p em { font-size: 44px; color: #000000; }

#main.home_main .text_box .stats_box .stats00 > p .num { display: block; margin-top: 4px; font-size: 18px; }

#main.home_main .text_box .stats_box .stats00 > p .num .orange { color: #000000 !important; }

#main.home_main .text_box .stats_box .stats02 > p { font-size: 16px; }

#main.home_main .main_img01 { width: 100%; position: relative; margin-top: 32px; }

#main.home_main .main_img01 .text { width: 166px; height: 108px; padding: 28px 16px 0; box-sizing: border-box; background: url("../img/main/hukidashi01_sp.png") no-repeat center; background-size: contain; position: absolute; bottom: -24px; left: -10px; z-index: 1; }

#main.home_main .main_img01 .text span { display: inline-block; line-height: 1; margin-bottom: 6px; }

#main.home_main .main_img01 .text span:last-child { margin-bottom: 0; }

/* 下層 main */
/*-------------------------------------------*/
#main.kasou { width: 100%; min-height: 200px; padding: 100px 5% 55px; box-sizing: border-box; background: url("../img/main/kasou_bg_sp.jpg") no-repeat center top; background-size: cover; }

#main.kasou .main_title { font-size: 32px; line-height: 1.4; }

#main.kasou .main_box { display: block; }

#main.kasou .main_box .right { text-align: center; margin-top: 40px; }

#main.kasou .main_box .right h2 { font-size: 20px; line-height: 1.4; margin-bottom: 16px; text-align: left; }

#main.kasou .main_box .right .main-text { text-align: left; }

#main.kasou .main_box .right .main-text .sub { display: block; margin-top: 8px; font-size: 16px; line-height: 1.45; }

#main.kasou .main_box .right .stats00 { margin-bottom: 24px; }

#main.kasou.single-main .main_title { font-size: 24px; line-height: 1.4; }

#main.kasou.single-main .info_cate { margin-top: 12px; }

#main.kasou.single-main .info_cate .cate-list li { color: #FFFFFF; background: #5DB833; }

#main.kasou.single-main .info_cate .time { display: block; margin: 16px 0 0 0; color: #000000; }

/*パンくず*/
div#bread { width: 100%; padding: 8px 5% 0; box-sizing: border-box; }

ul.bread-list { font-size: 13px; justify-content: flex-start; }

ul.bread-list li { line-height: 1.2; }

ul.bread-list li a { text-decoration: none; line-height: 1.2; color: #5DB833; text-decoration: underline; }

ul.bread-list li::after { content: "＞"; margin: 0 4px; color: #5DB833; }

ul.bread-list li:last-child::after { display: none; }

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger { position: absolute; left: 0; top: 50px; z-index: -100; }

/* CLEARFIX
=========================================== */
.cf:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; overflow: hidden; font-size: 0.1em; line-height: 0; }

.cf { min-height: 1px; }

* html .cf { height: 1px; /*¥*/ 	                 /*/ height: auto; overflow: hidden; /**/ }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration { display: none; }

input[type="submit"]::focus, input[type="button"]::focus { outline-offset: -2px; }

input[type="date"]::-webkit-date-and-time-value, input[type="time"]::-webkit-date-and-time-value { text-align: left; }

/*ライトボックス設定*/
#fancybox-wrap { padding: 0 !important; width: 100% !important; left: 0 !important; }

div#fancybox-content { border: none; width: 92% !important; padding: 2%; margin: 2%; height: auto !important; }

div#fancybox-outer { background: none; }

#fancybox-close { position: absolute; top: 0 !important; right: 0 !important; }

section { position: relative; }

/* footer */
/*-------------------------------------------*/
#contact-sec { padding: 80px 5%; background: url("../img/common/contact_bg_sp.jpg") no-repeat center; background-size: cover; }

#contact-sec .cnt { display: block; }

#contact-sec .cnt .text_box .title { font-size: 36px; line-height: 1.2; margin-bottom: 48px; text-align: center; }

#contact-sec .cnt .text_box .point-list01 { justify-content: space-between; }

#contact-sec .cnt .text_box .point-list01 li { display: block; width: calc((100% - 6px) / 3); padding: 39px 5px 10px; border-radius: 10px; margin: 0 3px 0 0; position: relative; text-align: center; }

#contact-sec .cnt .text_box .point-list01 li:last-child { margin-right: 0; }

#contact-sec .cnt .text_box .point-list01 li .icon { margin-right: 0; border: 2px solid #5DB833; position: absolute; top: -9px; left: 50%; transform: translateX(-50%); }

#contact-sec .cnt .text_box .point-list01 li .text { font-size: 18px; }

#contact-sec .cnt .text_box .point-list01 li .text .sub { top: 2px; right: -14px; }

#contact-sec .cnt .text_box .sub_text { font-size: 16px; margin-top: 8px; padding-left: 1em; text-indent: -1em; }

#contact-sec .cnt .reception-table_box { margin-top: 24px; }

#contact-sec .contact_box { display: block; width: 100%; margin-top: 40px; }

#contact-sec .contact_box .box { padding: 24px 20px 40px; background: #FFFFFF; box-sizing: border-box; border-radius: 16px; text-align: center; position: relative; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); }

#contact-sec .contact_box .box .icon { display: inline-block; width: 32px; margin-bottom: 16px; }

#contact-sec .contact_box .box h3 { font-size: 20px; }

#contact-sec .contact_box .box.box_left { margin-bottom: 16px; }

#contact-sec .contact_box .box.box_left .tel_box { margin-top: 7px; }

#contact-sec .contact_box .box.box_left .sub_text { font-size: 14px; margin-top: 8px; }

#contact-sec .contact_box .box.box_right .tel_box { margin-top: 16px; }

#contact-sec .contact_box .box.box_right .tel_box .btn01 { height: 64px; margin-top: 0; }

#contact-sec .contact_box .box.box_right .tel_box .tel-text li { font-size: 18px; }

#map-sec { display: block; width: 100%; }

#map-sec .img_box { width: 100%; aspect-ratio: 8 / 5; max-height: 400px; position: relative; }

#map-sec .img_box .img { width: 100%; height: 100%; background: url("../img/common/access01.jpg") no-repeat center top; background-size: cover; }

#map-sec .img_box .text { width: 120px; height: 120px; padding-top: 11px; box-sizing: border-box; background: #FFFFFF; border-radius: 50%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); position: absolute; top: -10px; left: 10px; z-index: 1; }

#map-sec .img_box .text img { width: 40px; }

#map-sec .img_box .text p { font-size: 16px; margin-top: 4px; line-height: 1; }

#map-sec .img_box .text p span.big { display: block; font-size: 18px; margin-top: 2px; }

#map-sec .img_box .text p span.big em { font-size: 26px; }

#map-sec .map_box { width: 100%; height: 400px; position: relative; }

#map-sec .map_box iframe { width: 100%; height: 100%; }

#footer { background: #FFFFFF; }

#footer .footer_box { display: block; padding: 80px 5% 40px; box-sizing: border-box; }

#footer .footer_box .left { margin-top: 40px; text-align: center; }

#footer .footer_box .left .logo { display: inline-block; width: 220px; }

#footer .footer_box .left .logo a { display: block; width: 100%; }

#footer .footer_box .left .address { margin-top: 16px; line-height: 1.45; }

#footer .footer_box .right .navs-list { display: block; }

.navs-list > ul > li > a, .navs-list ul li .nav-midashi { display: block; line-height: 1; font-weight: 700; position: relative; }

.navs-list > ul > li > a { padding-left: 28px; box-sizing: border-box; }

.navs-list > ul > li > a::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/common/spnav_arrow.png") no-repeat center; background-size: contain; position: absolute; top: 0; left: 0; }

.navs-list ul li .sp-nav { margin-top: 24px; }

.navs-list > ul > li .sp-nav li { margin-bottom: 20px; }

.navs-list > ul > li .sp-nav li:last-child { margin-bottom: 0; }

.navs-list > ul > li .sp-nav li a { display: block; padding-left: 14px; box-sizing: border-box; position: relative; }

.navs-list > ul > li .sp-nav li a::before { content: ""; display: block; width: 9px; height: 12px; background: url("../img/common/nav_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 6px; left: 0; }

.navs-list > ul.navs-list00 { margin-bottom: 32px; }

.navs-list > ul.navs-list00:last-child { margin-bottom: 0; }

.navs-list > ul.navs-list00 > li { margin-bottom: 32px; }

.navs-list > ul.navs-list00 > li:last-child { margin-bottom: 0; }

.navs-list > ul.navs-list00 > li .sp-nav { justify-content: space-between; }

.navs-list > ul.navs-list00 > li .sp-nav ul { width: calc(50% - 8px); }

#footer .bottom_box { display: block; padding: 32px 5% 80px; box-sizing: border-box; background: #F8F8F8; }

#footer .bottom_box .link_list { justify-content: center; }

#footer .bottom_box .link_list li { font-size: 14px; line-height: 1; margin-right: 18px; }

#footer .bottom_box .link_list li:last-child { margin-right: 0; }

#footer .bottom_box .copyright { font-size: 14px; text-align: center; margin-top: 24px; }

/*parts
=========================================== */
.slider01 { margin-bottom: 0 !important; }
.slider01 .slick-prev, .slider01 .slick-next { width: 48px; height: 48px; background: #FFFFFF; border-radius: 50%; border: 1px solid #ACDD96; box-sizing: border-box; transition: 0.3s; z-index: 1; }
.slider01 .slick-prev::before, .slider01 .slick-next::before { content: ""; display: block; width: 12px; height: 15px; opacity: 1; background: url("../img/common/slide_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.slider01 .slick-prev:hover, .slider01 .slick-prev:focus, .slider01 .slick-next:hover, .slider01 .slick-next:focus { background: #5DB833; border: 1px solid #5DB833; }
.slider01 .slick-prev:hover:before, .slider01 .slick-prev:focus:before, .slider01 .slick-next:hover:before, .slider01 .slick-next:focus:before { filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(168deg) brightness(107%) contrast(97%); }
.slider01 .slick-prev { left: -10px; }
.slider01 .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }
.slider01 .slick-next { right: -10px; }

.cate-list li { display: inline-block; font-size: 17px; line-height: 1; color: #31820C; font-weight: 700; padding: 4px 10px 5px; box-sizing: border-box; background: #E8F8E0; border-radius: 40px; margin: 4px 4px 0 0; }
.cate-list li:last-child { margin-right: 0; }

.time { display: inline-block; font-size: 16px; line-height: 1; color: #777777; }

.info_cate { align-items: flex-start; margin-bottom: 6px; }
.info_cate .cate-list { width: auto; }
.info_cate .time { margin: 5px 8px 0 0; }

.ba01 .ba-midashi { display: block; width: 100%; max-width: 500px; margin: 0 auto 6px; }
.ba01 a { display: block; width: 100%; background: #FFFFFF; border-radius: 0 0 12px 12px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); }
.ba01 a .img { width: 100%; aspect-ratio: 13 / 12; overflow: hidden; }
.ba01 a .img .img-list { width: 100%; height: 100%; transition: 0.3s; }
.ba01 a .img .img-list .in_img { width: 50%; height: 100%; }
.ba01 a .info_box { padding: 12px 16px 24px; box-sizing: border-box; }
.ba01 a .info_box h3 { font-size: 18px; line-height: 1.4; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top: 8px; }
.ba01 a .info_box .info { margin-top: 8px; }
.ba01 a .info_box .info span { display: inline-block; line-height: 1.4; }
.ba01 a .info_box .info span:last-child::after { display: none; }
.ba01 a .info_box .info span::after { content: "/"; display: inline-block; margin: 0 4px; }
.ba01 a .info_box .time { display: block; margin-top: 8px; }

.voice01 a { display: block; width: 100%; background: #FFFFFF; border-radius: 12px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); }
.voice01 a .img { width: 100%; aspect-ratio: 18 / 13; border-radius: 12px 12px 0 0; overflow: hidden; }
.voice01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.voice01 a .info_box { padding: 12px 16px 24px; box-sizing: border-box; }
.voice01 a .info_box h3 { font-size: 20px; line-height: 1.4; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top: 8px; }
.voice01 a .info_box .info { margin-top: 8px; }
.voice01 a .info_box .info span { display: inline-block; line-height: 1.4; }
.voice01 a .info_box .info span:last-child::after { display: none; }
.voice01 a .info_box .info span::after { content: "/"; display: inline-block; margin: 0 4px; }

.news01 a { display: block; width: 100%; }
.news01 a .img { width: 100%; aspect-ratio: 10 / 7; border-radius: 12px; overflow: hidden; margin-bottom: 12px; }
.news01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.news01 a h3 { font-size: 20px; line-height: 1.4; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.news01 a .info_cate { margin-top: 8px; }
.news01 a .info_cate .cate-list { width: 100%; }
.news01 a .info_cate .time { display: block; margin: 12px 0 0 0; }

.point-list01 { justify-content: center; }
.point-list01 li { display: flex; align-items: center; padding-right: 14px; box-sizing: border-box; background: #5DB833; border: 2px solid #5DB833; border-radius: 34px; margin: 4px 4px 0 0; }
.point-list01 li:last-child { margin-right: 0; }
.point-list01 li .icon { display: inline-block; width: 44px; height: 44px; background: #F3FFEE; border-radius: 50%; position: relative; margin-right: 8px; }
.point-list01 li .icon img { display: block; width: 25px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.point-list01 li .text { display: inline-block; font-size: 16px; line-height: 1.2; position: relative; }
.point-list01 li .text .sub { display: inline-block; font-size: 14px; line-height: 1; position: absolute; }

.stats00 { display: inline-block; padding: 0 29px; box-sizing: border-box; position: relative; }
.stats00::before, .stats00::after { content: ""; display: block; width: 21px; height: 48px; background: url("../img/common/stats02.png") no-repeat center; background-size: contain; position: absolute; top: 50%; transform: translateY(-50%); }
.stats00::before { left: 0; }
.stats00::after { right: 0; transform: translateY(-50%) scale(-1, 1); }
.stats00 > p { font-size: 24px; line-height: 1; }
.stats00 > p em { display: inline-block; font-size: 48px; }

.stats02 > p { font-size: 22px; }

.reception-table_box .reception-table { display: block; width: 100%; background: #FFFFFF; border: 1px solid #5DB833; box-sizing: border-box; border-radius: 10px; overflow: hidden; }
.reception-table_box .reception-table tbody { display: block; width: 100%; }
.reception-table_box .reception-table tr { display: flex; border-bottom: 1px solid #D3EFC6; box-sizing: border-box; }
.reception-table_box .reception-table tr:last-child { border-bottom: none; }
.reception-table_box .reception-table tr th, .reception-table_box .reception-table tr td { padding: 8px 0 10px; box-sizing: border-box; font-size: 16px; line-height: 1.2; text-align: center; vertical-align: middle; }
.reception-table_box .reception-table tr th { width: 84px; }
.reception-table_box .reception-table tr th:first-child { border-right: 1px solid #D3EFC6; }
.reception-table_box .reception-table tr th .sub { display: block; transform: rotate(90deg); }
.reception-table_box .reception-table tr td { display: flex; justify-content: center; align-items: center; width: calc((100% - 84px) / 7); }
.reception-table_box .reception-table tr td .mark { display: inline-block; width: 18px; height: 18px; }
.reception-table_box .reception-table tr td .maru.mark { background: #5DB833; border-radius: 50%; }
.reception-table_box .reception-table tr td .none { font-weight: 700; color: #626262; text-align: center; }
.reception-table_box .reception-table tr.first { background: #5DB833; border-bottom: none; }
.reception-table_box .reception-table tr.first th { display: flex; justify-content: center; align-items: center; width: calc((100% - 84px) / 7); color: #FFFFFF; }
.reception-table_box .reception-table tr.first th:first-child { width: 84px; }
.reception-table_box .text-list li { margin-top: 8px; }
.reception-table_box .text-list li .midashi { display: flex; justify-content: center; align-items: center; width: 70px; padding: 4px 0 5px; box-sizing: border-box; background: #5DB833; border-radius: 5px; font-size: 17px; line-height: 1; margin-right: 8px; }
.reception-table_box .text-list li .text { display: block; width: calc(100% - 78px); font-size: 18px; }

.wrap.twin div#two-side { margin-bottom: 60px; }
.wrap.twin div#two-side .side_box .side-title { padding: 12px 20px; box-sizing: border-box; border-radius: 5px; line-height: 1.4; }
.wrap.twin div#two-side .side_box .side-inner { margin-top: 10px; }
.wrap.twin div#two-side .side_box .side-inner select { width: 100%; height: 48px; box-sizing: border-box; padding: 12px 40px 12px 16px; font-size: 16px; line-height: 1.5; font-weight: 400; border: 1px solid #D4D4D4; font-family: 'NotoSansJP'; background: url("../img/p10/select_arrow.svg") no-repeat center right 16px, #FFFFFF; background-size: 14px; border-radius: 0; -webkit-appearance: none; appearance: none; cursor: pointer; color: #000000 !important; }
.wrap.twin div#two-side .side_box .side-inner select option { color: #000000 !important; }
.wrap.twin div#two-side .side_box .side-link > li { margin-top: 24px; }
.wrap.twin div#two-side .side_box .side-link > li > a { display: block; padding-left: 32px; box-sizing: border-box; font-weight: 700; position: relative; }
.wrap.twin div#two-side .side_box .side-link > li > a::before { content: ""; display: block; width: 24px; height: 24px; background: url("../img/common/side_arrow.png") no-repeat center; background-size: contain; position: absolute; top: 0; left: 0; }
.wrap.twin div#two-side .side_box .side-link > li .child-link li { margin-top: 20px; }
.wrap.twin div#two-side .side_box .side-link > li .child-link li > a { display: block; padding-left: 14px; box-sizing: border-box; line-height: 1; position: relative; }
.wrap.twin div#two-side .side_box .side-link > li .child-link li > a:hover { text-decoration: none; color: #5DB833; }
.wrap.twin div#two-side .side_box .side-link > li .child-link li > a::before { content: ""; display: block; width: 9px; height: 12px; background: url("../img/common/side_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 4px; left: 0; }
.wrap.twin div#two-side .side_box .side-link > li .child-link li.on_cat > a { color: #5DB833; }
.wrap.twin div#two-side .side_box .side-link > li.on_cat > a { color: #5DB833; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; width: 40px; height: 40px; background: #FFFFFF; border: 1px solid #5DB833; border-radius: 50%; box-sizing: border-box; margin: 0 2px; text-decoration: none; font-size: 18px; font-weight: 700; color: #5DB833; line-height: 36px; transition: 0.3s; }

.wp-pagenavi { text-align: center; margin-top: 64px; }
.wp-pagenavi span.current { background: #5DB833; color: #FFFFFF; }
.wp-pagenavi a.page { position: relative; }
.wp-pagenavi span.extend { width: auto; margin: 0; border: 0; background: transparent; font-size: 14px; }
.wp-pagenavi span.pages { display: none; }
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink { position: relative; color: transparent; }
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { content: ""; width: 8px; height: 12px; background: url("../img/common/page_arrow01.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.previouspostslink::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.first, .wp-pagenavi a.last { position: relative; color: transparent; }
.wp-pagenavi a.first::before, .wp-pagenavi a.last::before { content: ""; width: 15px; height: 12px; background: url("../img/common/page_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.first { margin-left: 0; }
.wp-pagenavi a.first::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.last { margin-right: 0; }

.post-navigation { margin-top: 64px; }

.post-navigation ul { justify-content: center; align-items: center; position: relative; }

.post-navigation ul > li a { display: flex; justify-content: center; align-items: center; width: 48px; height: 48px; padding: 0; box-sizing: border-box; background: #FFFFFF; border: 1px solid #5DB833; border-radius: 50%; position: relative; font-size: 18px; font-weight: 700; line-height: 1; color: transparent; text-align: center; }
.post-navigation ul > li a::before { content: ""; display: block; width: 8px; height: 12px; background: url("../img/common/page_arrow01.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.post-navigation ul > li.prev a, .post-navigation ul > li.next a { text-indent: 100%; white-space: nowrap; overflow: hidden; }

.post-navigation ul > li.prev a::before { transform: translate(-50%, -50%) scale(-1, 1); }

.post-navigation ul > li.blog-back { margin: 0 8px; }
.post-navigation ul > li.blog-back a { width: 160px; background: #5DB833; color: #FFFFFF; border-radius: 40px; }
.post-navigation ul > li.blog-back a::before { display: none; }

.post-navigation ul > li.kara { opacity: 0; pointer-events: none; }

/*TOPページ　p01
=========================================== */
#campaign-sec { padding: 40px 5%; background: #5DB833; }
#campaign-sec .banner01 { width: 100%; max-width: 350px; margin: 0 auto; }
#campaign-sec .banner01 a { display: block; width: 100%; height: 100%; background: #FFFFFF; border-radius: 10px; box-shadow: 0 0 16px rgba(0, 0, 0, 0.16); }
#campaign-sec .banner01 a .t-shadow { text-shadow: 0 4px 0 rgba(0, 0, 0, 0.24); }
#campaign-sec .banner01 a .left { width: 100%; height: 140px; padding-top: 14px; box-sizing: border-box; background: url("../img/common/banner_bg.jpg") no-repeat center bottom; background-size: cover; justify-content: center; align-items: flex-start; border-radius: 9px 9px 0 0; }
#campaign-sec .banner01 a .left .text01 { display: inline-block; font-size: 43px; margin-right: 5px; }
#campaign-sec .banner01 a .left .text02 { width: 180px; text-align: center; }
#campaign-sec .banner01 a .left .text02 .num { font-size: 32px; line-height: 1; position: relative; margin-bottom: -5px; }
#campaign-sec .banner01 a .left .text02 .num em { display: inline-block; font-size: 80px; letter-spacing: -0.04em; margin-right: 3px; }
#campaign-sec .banner01 a .left .text02 .num .percent { position: absolute; top: 5px; right: 42px; }
#campaign-sec .banner01 a .right { width: 100%; padding: 8px 20px 20px; box-sizing: border-box; border: 3px solid #F37A10; border-top-width: 0; border-radius: 0 0 9px 9px; overflow: hidden; }
#campaign-sec .banner01 a .right .menu { line-height: 1; margin-bottom: 8px; }
#campaign-sec .banner01 a .right .menu em { display: inline-block; font-size: 24px; margin-left: 4px; }
#campaign-sec .banner01 a .right .price_box { display: block; text-align: center; }
#campaign-sec .banner01 a .right .price_box .price01 { font-size: 20px; line-height: 1; }
#campaign-sec .banner01 a .right .price_box .price01 .mini { display: inline-block; font-size: 18px; }
#campaign-sec .banner01 a .right .price_box .price01 .price { display: inline-block; font-size: 18px; margin-left: 8px; }
#campaign-sec .banner01 a .right .price_box .price01 .price em { display: inline-block; font-size: 24px; margin-right: 1px; position: relative; }
#campaign-sec .banner01 a .right .price_box .price01 .price em::before { content: ""; display: block; width: 100%; height: 2px; background: #F34D10; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(160deg); }
#campaign-sec .banner01 a .right .price_box .price02 { display: inline-block; font-size: 29px; line-height: 1; color: #F34D10; position: relative; margin-top: 8px; }
#campaign-sec .banner01 a .right .price_box .price02 em { display: inline-block; font-size: 64px; margin-right: 4px; }
#campaign-sec .banner01 a .right .price_box .price02 .mini { display: inline-block; font-size: 14px; position: absolute; top: 10px; right: 1px; }
#campaign-sec .banner01 a .right .btn01 { display: flex; align-items: center; justify-content: center; height: 40px; padding: 0 45px; box-sizing: border-box; margin-top: 7px; background: #F37A10; border: 2px solid #F37A10; border-radius: 24px; position: relative; }
#campaign-sec .banner01 a .right .btn01 .btn-text { font-weight: 700; text-align: center; transition: 0.3s; font-size: 20px; line-height: 1; color: #FFFFFF; }
#campaign-sec .banner01 a .right .btn01 .arrow { display: block; width: 20px; height: 20px; border-radius: 50%; background: #FFFFFF; position: absolute; top: 50%; right: 16px; transform: translateY(-50%); transition: 0.3s; }
#campaign-sec .banner01 a .right .btn01 .arrow::before { content: ""; display: block; width: 7px; height: 8px; background: url("../img/common/banner_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 8px; transform: translateY(-50%); }

#nayami-sec { padding: 80px 5%; background: #FFF9F4; }
#nayami-sec .nayami-list .nayami01 { width: calc(50% - 8px); margin: 16px 16px 0 0; }
#nayami-sec .nayami-list .nayami01:nth-child(-n+2) { margin-top: 0; }
#nayami-sec .nayami-list .nayami01:nth-child(2n) { margin-right: 0; }
#nayami-sec .nayami-list .nayami01:last-child { margin-right: 0; }
#nayami-sec .nayami-list .nayami01 a { display: block; width: 100%; height: 100%; padding: 16px 5px 24px; box-sizing: border-box; background: #FFFFFF; border-radius: 12px; text-align: center; position: relative; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); }
#nayami-sec .nayami-list .nayami01 a img { width: auto; height: 100px; }
#nayami-sec .nayami-list .nayami01 a .text { width: 100%; margin-top: 8px; transition: 0.3s; }
#nayami-sec .nayami-list .nayami01 a .text span { display: inline-block; font-size: 18px; line-height: 1.2; }
#nayami-sec .nayami-list .nayami01 a .arrow { display: block; width: 24px; height: 24px; background: #5DB833; border-radius: 8px 0 12px; position: absolute; bottom: 0; right: 0; z-index: 1; }
#nayami-sec .nayami-list .nayami01 a .arrow::before { content: ""; display: block; width: 7px; height: 8px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 8px; left: 9px; }

.home #campaign-sec { background: linear-gradient(135deg, rgba(50, 157, 0, 0.64) 0%, rgba(18, 154, 0, 0.64) 100%); }

#topbox01 { padding: 80px 5%; }
#topbox01 .cnt { display: block; }
#topbox01 .cnt > div { padding: 42px 20px 40px; box-sizing: border-box; background: #FFFFFF; border-radius: 16px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); margin-bottom: 24px; }
#topbox01 .cnt > div:last-child { margin-bottom: 0; }
#topbox01 .cnt > div .box-title { padding-left: 52px; box-sizing: border-box; font-size: 32px; line-height: 1; position: relative; margin-bottom: 38px; }
#topbox01 .cnt > div .box-title::before { content: ""; display: block; width: 40px; height: 40px; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: -2px; left: 0; }
#topbox01 .cnt .news_box .box-title::before { background-image: url("../img/top/icon_news.png"); }
#topbox01 .cnt .news_box .news-list .top-news01 { border-bottom: 1px solid #EAEAEA; }
#topbox01 .cnt .news_box .news-list .top-news01:first-child a { padding-top: 0; }
#topbox01 .cnt .news_box .news-list .top-news01:last-child { border-bottom: none; }
#topbox01 .cnt .news_box .news-list .top-news01:last-child a { padding-bottom: 0; }
#topbox01 .cnt .news_box .news-list .top-news01 a { display: block; padding: 12px 0 24px; box-sizing: border-box; }
#topbox01 .cnt .news_box .news-list .top-news01 a .text { line-height: 1; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; transition: 0.3s; }
#topbox01 .cnt .reception-table_box .box-title::before { background-image: url("../img/top/icon_time.png"); }
#topbox01 .box { margin-top: 80px; }
#topbox01 .box .title_box { text-align: center; }
#topbox01 .box .title_box .sub { display: inline-block; padding: 6px 16px 8px; box-sizing: border-box; background: #5DB833; border-radius: 40px; line-height: 1; position: relative; margin-bottom: 8px; }
#topbox01 .box .title_box .sub::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 12px 16px 0 16px; border-color: #5DB833 transparent transparent transparent; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%); }
#topbox01 .box .title_box div.flex { justify-content: center; align-items: center; margin-bottom: -7px; }
#topbox01 .box .title_box div.flex .img01 { width: 100px; margin-right: 8px; }
#topbox01 .box .title_box div.flex h2 { font-size: 20px; line-height: 1; text-align: left; }
#topbox01 .box .title_box div.flex h2 em { display: inline-block; font-size: 28px; margin: 8px 0; }
#topbox01 .box .title_box div.flex .img02 { display: none; }
#topbox01 .box .check-list { display: block; }
#topbox01 .box .check-list li { width: 100%; box-sizing: border-box; position: relative; }
#topbox01 .box .check-list li::before { content: ""; display: block; background: url("../img/top/icon_check.png") no-repeat center; background-size: contain; position: absolute; }
#topbox01 .box .check-list01 li { display: table; min-height: 86px; padding: 15px 20px 16px 64px; background: #FFFFFF; border-radius: 10px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); margin-bottom: 8px; }
#topbox01 .box .check-list01 li:last-child { margin-bottom: 0; }
#topbox01 .box .check-list01 li::before { width: 32px; height: 32px; top: 50%; left: 20px; transform: translateY(-50%); }
#topbox01 .box .check-list01 li span { display: table-cell; vertical-align: middle; }
#topbox01 .box .check-list01 li em { font-size: 24px; color: #31820C; }
#topbox01 .box .check-list02 { margin-top: 25px; }
#topbox01 .box .check-list02 li { padding-left: 28px; margin-bottom: 12px; }
#topbox01 .box .check-list02 li:last-child { margin-bottom: 0; }
#topbox01 .box .check-list02 li::before { width: 22px; height: 22px; top: 0; left: 0; }

#topbox02 { padding: 90px 5% 80px; position: relative; }
#topbox02::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 62px 100px 0 100px; border-color: #FFF9F4 transparent transparent transparent; position: absolute; top: -16px; left: 50%; transform: translateX(-50%); }
#topbox02 .title { font-size: 26px; margin-bottom: 26px; }
#topbox02 .title em, #topbox02 .title .big { font-size: 38px; }
#topbox02 .title em { display: inline-block; color: #FFEA00; background-image: radial-gradient(circle at center, #FFEA00 15%, transparent 15%); /* 点の色とサイズ調整 */ background-position: top right; /* 点の位置 */ background-repeat: repeat-x; /* 横方向に繰り返し */ background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */ padding-top: .3em; /* 縦方向の位置調整 */ }
#topbox02 .approach_box { padding: 40px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 24px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); }
#topbox02 .approach_box h3 { font-size: 38px; line-height: 1; margin-bottom: 32px; }
#topbox02 .approach_box h3 em { display: inline-block; padding: 4px 6px 6px; box-sizing: border-box; border-radius: 5px; margin-right: 8px; }
#topbox02 .approach_box h3 .sub { display: block; font-size: 18px; line-height: 1.35; margin-bottom: 8px; }
#topbox02 .approach_box .approach-list .approach01 { display: block; padding-bottom: 40px; background-image: repeating-linear-gradient(90deg, #b4b4b4, #b4b4b4 2px, transparent 2px, transparent 10px); background-position: left bottom; background-repeat: repeat-x; background-size: 100% 2px; margin-bottom: 40px; }
#topbox02 .approach_box .approach-list .approach01:last-child { padding-bottom: 0; background-image: none; margin-bottom: 0; }
#topbox02 .approach_box .approach-list .approach01 .text_box h4 { font-size: 32px; line-height: 1.3; margin-bottom: 24px; }
#topbox02 .approach_box .approach-list .approach01 .text_box h4 .sub_text { display: block; font-size: 18px; line-height: 1.2; margin-bottom: 8px; }
#topbox02 .approach_box .approach-list .approach01 .text_box h4 .sub_text em { font-size: 22px; color: #459421; }
#topbox02 .approach_box .approach-list .approach01 .text_box .list .list_in { padding-left: 27px; box-sizing: border-box; position: relative; margin-bottom: 16px; }
#topbox02 .approach_box .approach-list .approach01 .text_box .list .list_in:last-child { margin-bottom: 0; }
#topbox02 .approach_box .approach-list .approach01 .text_box .list .list_in .num { display: inline-block; width: 22px; height: 22px; border-radius: 50%; line-height: 22px; position: absolute; top: 0; left: 0; }
#topbox02 .approach_box .approach-list .approach01 .text_box .list .list_in h5 { line-height: 1.2; margin-bottom: 6px; }
#topbox02 .approach_box .approach-list .approach01 .img_box { margin-top: 24px; }

#topbox03 { padding: 80px 5%; }
#topbox03 .slider-cont { display: block; }
#topbox03 .slider-cont .text_box { margin-bottom: 40px; }
#topbox03 .slider-cont .text_box .title01 { margin-bottom: 23px; }
#topbox03 .slider-cont .text_box .sub { font-size: 16px; line-height: 1.45; margin-top: 16px; }
#topbox03 .slider-cont #ba-slider { margin-bottom: 0; }
#topbox03 .slider-cont #ba-slider .ba01 { margin: 0 20px 8px; }
#topbox03 .btn01 { margin-top: 24px; }

#topbox04 { padding: 80px 5%; }
#topbox04 .slider-cont { display: block; }
#topbox04 .slider-cont .text_box { text-align: center; margin-bottom: 24px; }
#topbox04 .slider-cont .text_box .title01 { margin-bottom: 23px; }
#topbox04 .slider-cont .text_box .stats02 { margin-bottom: 24px; }
#topbox04 .slider-cont .text_box p.common_text { text-align: left; }
#topbox04 .slider-cont #voice-slider .voice01 { margin: 0 20px 8px; }
#topbox04 .btn01 { margin-top: 24px; }

#topbox05 { padding: 80px 5% 90px; background: #EEFFE5; }
#topbox05 .title_box .stats01 { margin-bottom: 16px; }
#topbox05 .title_box .title01 { padding-top: 0; }
#topbox05 .title_box .title01::before { display: none; }
#topbox05 .reason-list .reason01 { display: block; margin-bottom: 48px; }
#topbox05 .reason-list .reason01:last-child { margin-bottom: 0; }
#topbox05 .reason-list .reason01 .img_box { margin-bottom: 24px; }
#topbox05 .reason-list .reason01 .text_box .sub { display: inline-block; padding: 7px 16px 8px; box-sizing: border-box; border-radius: 24px; font-size: 16px; line-height: 1; margin-bottom: 8px; }
#topbox05 .reason-list .reason01 .text_box h3 { font-size: 28px; line-height: 1.6; margin-bottom: 16px; }
#topbox05 .reason-list .reason01 .text_box h3 em { font-size: 32px; }
#topbox05 .reason-list .reason01 .text_box .btn01 { height: 64px; margin-top: 24px; }

#topbox06 { padding: 80px 5%; }
#topbox06 .title_box { display: block; margin-bottom: 24px; }
#topbox06 .title_box .title01 { margin-bottom: 24px; }
#topbox06 #news-slider .slick-prev, #topbox06 #news-slider .slick-next { top: calc((55.47vw - 48px) / 2); transform: translate(0, 0); }
#topbox06 #news-slider .news01 { margin: 0 20px; }
#topbox06 .btn01 { margin-top: 24px; }

/*神経リセット調整法　p02
=========================================== */
em.line01 { background: url("../img/p02/line01.png") repeat-x left bottom; background-size: auto 3px; padding-bottom: 1px; }

em.line02 { color: #FFEA00; background: url("../img/p02/line02.png") repeat-x left bottom; background-size: auto 3px; padding-bottom: 1px; }

em.line03 { background: url("../img/p02/line03.png") repeat-x left bottom; background-size: auto 3px; padding-bottom: 1px; }

#p02box01 .cnt { display: block; }
#p02box01 .cnt .img_box { margin-bottom: 24px; }
#p02box01 .cnt .text_box { text-align: center; }
#p02box01 .cnt .text_box .stats01 { margin-bottom: 24px; }
#p02box01 .cnt .text_box .text01 { text-align: left; font-size: 18px; line-height: 1.4; margin-bottom: 14px; }
#p02box01 .cnt .text_box .text01 em { font-size: 22px; color: #459421; }
#p02box01 .cnt .text_box h2 { font-size: 28px; line-height: 1.4; text-align: left; }
#p02box01 .cnt .text_box h2 em { font-size: 32px; }

#p02box02 .mechanism-list .title { font-size: 28px; line-height: 1.4; margin-bottom: 32px; }
#p02box02 .mechanism-list .title em { font-size: 32px; }
#p02box02 .mechanism-list .title .sub_title { display: block; font-size: 18px; margin-bottom: 8px; }
#p02box02 .mechanism-list .mechanism01 { margin-bottom: 80px; }
#p02box02 .mechanism-list .mechanism01 .cnt { display: block; }
#p02box02 .mechanism-list .mechanism01 .cnt .img_box { margin-top: 32px; }
#p02box02 .mechanism-list .mechanism01 .box-list { display: block; margin-top: 40px; }
#p02box02 .mechanism-list .mechanism01 .box-list .box00 { background: #FFFFFF; border-width: 1px; border-style: solid; box-sizing: border-box; border-radius: 10px; }
#p02box02 .mechanism-list .mechanism01 .box-list .box00 h4 { padding: 12px; box-sizing: border-box; font-size: 20px; line-height: 1.4; border-radius: 7px 7px 0 0; }
#p02box02 .mechanism-list .mechanism01 .box-list .box00 .box_in { padding: 18px 20px 16px; box-sizing: border-box; }
#p02box02 .mechanism-list .mechanism01 .box-list .box00 .box_in .list li { padding-left: 27px; box-sizing: border-box; font-weight: 700; position: relative; margin-bottom: 18px; }
#p02box02 .mechanism-list .mechanism01 .box-list .box00 .box_in .list li:last-child { margin-bottom: 0; }
#p02box02 .mechanism-list .mechanism01 .box-list .box00 .box_in .list li .num { display: inline-block; width: 22px; height: 22px; background: #F37A10; border-radius: 50%; line-height: 22px; position: absolute; top: 2px; left: 0; }
#p02box02 .mechanism-list .mechanism01 .box-list .box01 { border-color: #F37A10; position: relative; margin-bottom: 36px; }
#p02box02 .mechanism-list .mechanism01 .box-list .box01::after { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 12px 12px 0 12px; border-color: #B6E0A2 transparent transparent transparent; position: absolute; bottom: -24px; left: 50%; transform: translateX(-50%); }
#p02box02 .mechanism-list .mechanism01 .box-list .box01 h4 { background: #F37A10; }
#p02box02 .mechanism-list .mechanism01 .box-list .box02 { border-color: #5DB833; }
#p02box02 .mechanism-list .mechanism01 .box-list .box02 h4 { background: #5DB833; }
#p02box02 .mechanism-list .mechanism01 .box-list .box02 .box_in .list li { padding-left: 0; text-align: center; }
#p02box02 .mechanism-list .mechanism02 p.common_text span { color: #31820C; font-weight: 700; }
#p02box02 .mechanism-list .mechanism02 .cnt { display: block; margin-top: 40px; }
#p02box02 .mechanism-list .mechanism02 .cnt .list .list_in { padding-left: 27px; box-sizing: border-box; position: relative; margin-bottom: 16px; }
#p02box02 .mechanism-list .mechanism02 .cnt .list .list_in:last-child { margin-bottom: 0; }
#p02box02 .mechanism-list .mechanism02 .cnt .list .list_in .num { display: inline-block; width: 22px; height: 22px; border-radius: 50%; line-height: 22px; position: absolute; top: 0; left: 0; }
#p02box02 .mechanism-list .mechanism02 .cnt .list .list_in h4 { line-height: 1.2; margin-bottom: 6px; }
#p02box02 .mechanism-list .mechanism02 .cnt .img_box { margin-bottom: 24px; }
#p02box02 .mechanism-list .mechanism02 .range_box { margin-top: 80px; }
#p02box02 .mechanism-list .mechanism02 .range_box .edit-title01 { margin-bottom: 24px; }
#p02box02 .mechanism-list .mechanism02 .range_box .waku { background: #FFFFFF; border: 1px solid #5DB833; box-sizing: border-box; border-radius: 10px; overflow: hidden; }
#p02box02 .mechanism-list .mechanism02 .range_box .waku .range-table tr:last-child th { border-bottom: none; }
#p02box02 .mechanism-list .mechanism02 .range_box .waku .range-table tr:last-child td { border-bottom: none; }
#p02box02 .mechanism-list .mechanism02 .range_box .waku .range-table tr th, #p02box02 .mechanism-list .mechanism02 .range_box .waku .range-table tr td { padding: 16px; box-sizing: border-box; line-height: 1.2; vertical-align: middle; }
#p02box02 .mechanism-list .mechanism02 .range_box .waku .range-table tr th { width: 80px; padding-left: 12px; padding-right: 12px; background: #5DB833; border-bottom: 1px solid #FFFFFF; font-size: 20px; line-height: 1.4; color: #FFFFFF; }
#p02box02 .mechanism-list .mechanism02 .range_box .waku .range-table tr td { border-bottom: 1px solid #5DB833; border-right: 1px solid #B7E3A2; }
#p02box02 .mechanism-list .mechanism02 .range_box .waku .range-table tr td:last-child { border-right: none; }
#p02box02 .mechanism-list .mechanism02 .range_box .waku .range-table tr.first th { width: calc((100% - 80px) / 2); padding-left: 16px; padding-right: 16px; background: #E4F5DB; border-bottom: 1px solid #5DB833; border-right: 1px solid #5DB833; color: #000000; font-size: 18px; line-height: 1.2; font-weight: 500; }
#p02box02 .mechanism-list .mechanism02 .range_box .waku .range-table tr.first th:first-child { width: 80px; background: #5DB833; border-bottom: 1px solid #FFFFFF; color: #FFFFFF; }
#p02box02 .mechanism-list .mechanism02 .range_box .waku .range-table tr.first th:last-child { border-right: none; }

#p02box03 { padding-bottom: 24px; }
#p02box03 .cnt { margin-bottom: 80px; }
#p02box03 .cnt .img_box { margin-bottom: 24px; }
#p02box03 .cnt .point { font-size: 28px; line-height: 1.4; margin-bottom: 24px; }
#p02box03 .cnt .point em { font-size: 32px; }
#p02box03 .cnt + .title { font-size: 36px; line-height: 1.4; margin-bottom: 24px; }
#p02box03 .reason-list { display: block; }
#p02box03 .reason-list .reason01 { padding: 24px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; margin-bottom: 16px; }
#p02box03 .reason-list .reason01:last-child { margin-bottom: 0; }
#p02box03 .reason-list .reason01 .sub { display: inline-block; padding: 4px 10px 5px; box-sizing: border-box; border-radius: 24px; font-size: 17px; line-height: 1; margin-bottom: 4px; }
#p02box03 .reason-list .reason01 h4 { font-size: 24px; line-height: 1.4; margin-bottom: 16px; }
#p02box03 .reason-list .reason01 h4 em { font-size: 28px; color: #31820C; }
#p02box03 .reason-list .reason01 .check-list { margin: 16px 0; }
#p02box03 .reason-list .reason01 .check-list li { padding-left: 28px; box-sizing: border-box; font-weight: 700; position: relative; margin-bottom: 8px; }
#p02box03 .reason-list .reason01 .check-list li:last-child { margin-bottom: 0; }
#p02box03 .reason-list .reason01 .check-list li::before { content: ""; display: block; width: 22px; height: 22px; background: url("../img/p02/icon_check.png") no-repeat center; background-size: contain; position: absolute; top: 1px; left: 0; }

#p02box03 + #campaign-sec { padding-bottom: 80px; }

#voice-sec { text-align: center; }
#voice-sec .title01 { margin-bottom: 24px; }
#voice-sec .stats02 { margin-bottom: 24px; }
#voice-sec .stats02 > p em { margin-left: 8px; }
#voice-sec #voice-slider { text-align: left; margin-bottom: 0; }
#voice-sec #voice-slider .slick-list { padding: 8px; }
#voice-sec #voice-slider .voice01 { margin: 0 13px; }

/*検査・施術方法　p03
=========================================== */
.page-treatment div#bread { background-color: #fff; }

.attention_box01 { padding: 24px 20px; box-sizing: border-box; background: #FFF8F8; border-radius: 10px; }
.attention_box01 .title { padding-top: 28px; box-sizing: border-box; font-size: 28px; line-height: 1.4; text-align: center; position: relative; margin-bottom: 16px; }
.attention_box01 .title::before { content: ""; display: block; width: 30px; height: 24px; background: url("../img/p03/icon01.png") no-repeat center; background-size: contain; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
.attention_box01 .check-list02 { display: block; margin-top: 16px; }
.attention_box01 .check-list02 li { padding-left: 28px; box-sizing: border-box; font-weight: 700; position: relative; margin-bottom: 8px; }
.attention_box01 .check-list02 li:last-child { margin-bottom: 0; }
.attention_box01 .check-list02 li::before { content: ""; display: block; width: 22px; height: 22px; background: url("../img/p05/icon_check02.png") no-repeat center; background-size: contain; position: absolute; top: 1px; left: 0; }

.stretch_box01 > .title { margin-bottom: 24px; }
.stretch_box01 > .title .sub_title { display: inline-block; padding: 5px 16px 8px; box-sizing: border-box; border-radius: 16px; line-height: 1; margin-bottom: 8px; }
.stretch_box01 > .title .text { display: block; font-size: 40px; }
.stretch_box01 .stretch-list { display: block; }
.stretch_box01 .stretch-list .stretch-news01 { margin-bottom: 16px; }
.stretch_box01 .stretch-list .stretch-news01:last-child { margin-bottom: 0; }
.stretch_box01 .stretch-list .stretch-news01 a { display: block; width: 100%; padding: 24px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 12px; position: relative; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); }
.stretch_box01 .stretch-list .stretch-news01 a .text { font-size: 20px; line-height: 1.4; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; transition: 0.3s; }
.stretch_box01 .stretch-list .stretch-news01 a .info_cate { display: block; margin-top: 16px; margin-bottom: 0; }
.stretch_box01 .stretch-list .stretch-news01 a .info_cate .time { margin: 0; }
.stretch_box01 .stretch-list .stretch-news01 a .arrow { display: block; width: 40px; height: 40px; background: #5DB833; border-radius: 16px 0 10px; position: absolute; bottom: 0; right: 0; z-index: 1; }
.stretch_box01 .stretch-list .stretch-news01 a .arrow::before { content: ""; display: block; width: 9px; height: 10px; background: url("../img/common/btn_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 16px; left: 17px; }

#p03box01 .cnt { display: block; }
#p03box01 .cnt .img_box { margin-bottom: 24px; }
#p03box01 .cnt .text_box .text01 { font-size: 18px; line-height: 1.4; margin-bottom: 8px; color: #459421; }
#p03box01 .cnt .text_box h2 { font-size: 28px; line-height: 1.4; margin-bottom: 24px; }
#p03box01 .cnt .text_box h2 em { font-size: 32px; }
#p03box01 .attention_box01 { margin-top: 32px; }

#p03box02 .flow-list .flow01 { display: block; border-radius: 10px; box-shadow: none; margin-bottom: 24px; }
#p03box02 .flow-list .flow01:last-child { margin-bottom: 0; }
#p03box02 .flow-list .flow01 .text_box > .title { font-size: 28px; line-height: 1.4; text-align: center; position: relative; margin-bottom: 24px; }
#p03box02 .flow-list .flow01 .text_box > .title .num { display: block; width: 32px; height: 32px; padding-top: 7px; box-sizing: border-box; background: #5DB833; border-radius: 50%; font-size: 17px; line-height: 1; margin: 0 auto 4px; }
#p03box02 .flow-list .flow01 .text_box > p.point { font-size: 24px; line-height: 1.4; margin-bottom: 16px; }
#p03box02 .flow-list .flow01 .text_box .box { background: #FFFFFF; border: 1px solid #5DB833; box-sizing: border-box; border-radius: 10px; margin-top: 24px; overflow: hidden; }
#p03box02 .flow-list .flow01 .text_box .box .title { padding: 12px; box-sizing: border-box; background: #5DB833; font-size: 20px; line-height: 1.4; }
#p03box02 .flow-list .flow01 .text_box .box .box_in { padding: 18px 20px 16px; box-sizing: border-box; }
#p03box02 .flow-list .flow01 .text_box .box .box_in .text { line-height: 1.4; }
#p03box02 .flow-list .flow01 .img_box { margin-top: 24px; }
#p03box02 .flow-list .flow01 .btn01 { height: 56px; margin-top: 24px; }
#p03box02 .stretch_box01 { margin-top: 80px; }

/*コース・料金　p04
=========================================== */
.page-price #campaign-sec { padding-top: 0; }
.page-price div#bread { margin-bottom: 40px; }
.page-price ul.bread-list li { color: #FFFFFF; }
.page-price ul.bread-list li a { color: #FFFFFF; }
.page-price ul.bread-list li::after { color: #FFFFFF; }

.course00 { background: #FFFFFF; border: 1px solid #5DB833; box-sizing: border-box; border-radius: 10px; overflow: hidden; }
.course00 .title_box { padding: 16px 20px 14px; box-sizing: border-box; background: #5DB833; }
.course00 .title_box .sub_title { display: inline-block; padding: 4px 10px 5px; box-sizing: border-box; background: #E8F8E0; border-radius: 40px; font-size: 17px; line-height: 1; color: #31820C; margin-bottom: 4px; }
.course00 .title_box .title { font-size: 24px; line-height: 1.4; }
.course00 .box_in { padding: 16px 20px 24px; box-sizing: border-box; }
.course00 .box_in .price01 { line-height: 1; }
.course00 .box_in .price01 span { display: inline-block; }
.course00 .box_in .price01 span:last-child::after { display: none; }
.course00 .box_in .price01 span::after { content: "/"; display: inline-block; font-size: 24px; line-height: 32px; margin: 0 4px; }
.course00 .box_in .price01 span em { display: inline-block; font-size: 32px; margin-right: 4px; }
.course00 .box_in .text { line-height: 1.4; margin-top: 8px; }
.course00 .box_in .btn-list { display: block; margin-top: 20px; }
.course00 .box_in .btn-list .btn01 { height: 50px; margin-top: 0; margin-bottom: 8px; }
.course00 .box_in .btn-list .btn01:last-child { margin-bottom: 0; }
.course00 .box_in .btn-list .btn01 a { padding: 0 40px; border: 1px solid #F37A10; border-radius: 24px; }
.course00 .box_in .btn-list .btn01 a .btn-text { font-size: 20px; }
.course00 .box_in .btn-list .btn01 a .arrow { width: 20px; height: 20px; right: 15px; }
.course00 .box_in .btn-list .btn01 a .arrow::before { width: 7px; height: 8px; left: 7px; }
.course00 .box_in .btn-list .btn_right a { background: #FFFFFF; }
.course00 .box_in .btn-list .btn_right a .btn-text { color: #F37A10; }
.course00 .box_in .btn-list .btn_right a .arrow { background: #F37A10; }
.course00 .box_in .btn-list .btn_right a .arrow::before { filter: none; }

#p04box01 .common_price_box { background: #FFFFFF; border: 1px solid #5DB833; box-sizing: border-box; border-radius: 10px; overflow: hidden; margin-bottom: 80px; }
#p04box01 .common_price_box h2 { padding: 10px; box-sizing: border-box; background: #5DB833; font-size: 20px; line-height: 1.4; }
#p04box01 .common_price_box .box_in { padding: 16px 20px 24px; box-sizing: border-box; }
#p04box01 .common_price_box .box_in .cnt { display: block; }
#p04box01 .common_price_box .box_in .cnt .price01 { text-align: center; line-height: 1; }
#p04box01 .common_price_box .box_in .cnt .price01 span { display: inline-block; }
#p04box01 .common_price_box .box_in .cnt .price01 span:last-child::after { display: none; }
#p04box01 .common_price_box .box_in .cnt .price01 span::after { content: "/"; display: inline-block; font-size: 24px; line-height: 32px; margin: 0 4px; }
#p04box01 .common_price_box .box_in .cnt .price01 span em { display: inline-block; font-size: 32px; margin-right: 4px; }
#p04box01 .common_price_box .box_in .cnt .bikou-list { margin-top: 12px; }
#p04box01 .common_price_box .box_in .cnt .bikou-list li { font-size: 16px; line-height: 1.45; padding-left: 1em; text-indent: -1em; margin-bottom: 2px; }
#p04box01 .common_price_box .box_in .cnt .bikou-list li:last-child { margin-bottom: 0; }
#p04box01 .common_price_box .box_in .other-list .other01 { background: #EEFFE5; border: 1px solid #5DB833; border-radius: 5px; box-sizing: border-box; overflow: hidden; margin-top: 12px; }
#p04box01 .common_price_box .box_in .other-list .other01 h3 { display: table; width: 100px; padding: 10px; box-sizing: border-box; background: #5DB833; }
#p04box01 .common_price_box .box_in .other-list .other01 h3 span { display: table-cell; font-size: 20px; line-height: 1.4; text-align: center; vertical-align: middle; }
#p04box01 .common_price_box .box_in .other-list .other01 .contetnt { width: calc(100% - 100px); padding: 16px 10px; box-sizing: border-box; }
#p04box01 .common_price_box .box_in .other-list .other01 .contetnt .text01 { font-size: 16px; line-height: 1; margin-bottom: 4px; }
#p04box01 .common_price_box .box_in .other-list .other01 .contetnt .text01 em { font-size: 24px; }
#p04box01 .common_price_box .box_in .other-list .other01 .contetnt .price01 { line-height: 1; }
#p04box01 .common_price_box .box_in .other-list .other01 .contetnt .price01 em { font-size: 32px; }
#p04box01 .course-list { display: block; }
#p04box01 .course-list .course00 { margin-bottom: 24px; }
#p04box01 .course-list .course00:last-child { margin-bottom: 0; }

/*コピーページ　p05
=========================================== */
#p05box01 .cnt { display: block; }
#p05box01 .cnt .img_box { margin-bottom: 24px; }
#p05box01 .cnt .img_box img { border-radius: 10px; }
#p05box01 .cnt .text_box h2 { font-size: 28px; line-height: 1.4; }
#p05box01 .cnt .text_box .point { font-size: 18px; line-height: 1.4; margin-top: 16px; }
#p05box01 .cnt .text_box .point em { font-size: 22px; color: #459421; }
#p05box01 .cnt .text_box .anchor-btn-list { display: block; margin-top: 40px; }
#p05box01 .cnt .text_box .anchor-btn-list .btn01 { height: 56px; margin-top: 0; margin-bottom: 8px; }
#p05box01 .cnt .text_box .anchor-btn-list .btn01:last-child { margin-bottom: 0; }
#p05box01 .cnt .text_box .anchor-btn-list .btn01 a { justify-content: flex-start; padding: 0 45px 0 22px; }
#p05box01 .cnt .text_box .anchor-btn-list .btn01 a .btn-text { text-align: left; }
#p05box01 .cnt .text_box .anchor-btn-list .btn01 a .arrow { right: 22px; }
#p05box01 .cnt .text_box .anchor-btn-list .btn01 a .arrow::before { width: 10px; height: 7px; background: url("../img/p05/anchor_arrow.svg") no-repeat center; background-size: contain; top: 10px; left: 50%; transform: translateY(0); transform: translateX(-50%); }
#p05box01 .voice_box01 { margin-top: 64px; }
#p05box01 .voice_box01 .title_box { display: block; text-align: center; margin-bottom: 24px; }
#p05box01 .voice_box01 .title_box .title01 { margin-bottom: 15px; }
#p05box01 .voice_box01 #voice-slider { margin-bottom: 0; }
#p05box01 .voice_box01 #voice-slider .slick-list { padding: 8px; }
#p05box01 .voice_box01 #voice-slider .voice01 { margin: 0 20px 8px; }

.common-reason-list01-list .reason01 { padding: 32px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; margin-bottom: 16px; }
.common-reason-list01-list .reason01:last-child { margin-bottom: 0; }
.common-reason-list01-list .reason01 .sub { display: inline-block; padding: 4px 10px 5px; box-sizing: border-box; border-radius: 24px; font-size: 17px; line-height: 1; margin-bottom: 8px; }
.common-reason-list01-list .reason01 .title { font-size: 28px; line-height: 1.4; margin-bottom: 24px; }
.common-reason-list01-list .reason01 .check-list01 .list01 { margin-bottom: 24px; }
.common-reason-list01-list .reason01 .check-list01 .list01:last-child { margin-bottom: 0; }
.common-reason-list01-list .reason01 .check-list01 .list01 h5 { padding-left: 28px; box-sizing: border-box; position: relative; margin-bottom: 8px; }
.common-reason-list01-list .reason01 .check-list01 .list01 h5::before { content: ""; display: block; width: 22px; height: 22px; background: url("../img/p02/icon_check.png") no-repeat center; background-size: contain; position: absolute; top: 1px; left: 0; }
.common-reason-list01-list .reason01 .check-list01 .list01 p { line-height: 1.7; }
.common-reason-list01-list .reason01 .box_in { display: block; }
.common-reason-list01-list .reason01 .box_in .img_box { margin-bottom: 15px; }
.common-reason-list01-list .reason01 .box_in .img_box img { border-radius: 10px; }
.common-reason-list01-list .reason01 .c_box01 { margin-top: 32px; }
.common-reason-list01-list .reason01 .c_box01 .edit-title01 { margin-bottom: 16px; }
.common-reason-list01-list .reason01 .attention_box01 { margin-top: 16px; }

#p05box02 .cnt { display: block; }
#p05box02 .cnt .img_box { margin-bottom: 16px; }
#p05box02 .cnt .img_box img { border-radius: 10px; }
#p05box02 .cnt .text_box .title { font-size: 28px; line-height: 1.4; margin-bottom: 16px; }
#p05box02 .common-reason-list01-list { margin-top: 40px; }

#p05box04 .approach-list .approach01 { display: block; margin-bottom: 40px; }
#p05box04 .approach-list .approach01:last-child { margin-bottom: 0; }
#p05box04 .approach-list .approach01 .img_box { margin-bottom: 16px; }
#p05box04 .approach-list .approach01 .img_box img { border-radius: 10px; }
#p05box04 .approach-list .approach01 .text_box h3 { font-size: 28px; line-height: 1.4; margin-bottom: 16px; }

#p05box05 .cnt .img_box { margin-bottom: 24px; }
#p05box05 .stretch_box01 { margin-top: 64px; }
#p05box05 .course-list { margin-top: 80px; }
#p05box05 .course-list .course01 { display: block; border-radius: 8px; margin-bottom: 24px; }
#p05box05 .course-list .course01:last-child { margin-bottom: 0; }
#p05box05 .course-list .course01 .img_box { margin-bottom: 16px; }
#p05box05 .course-list .course01 .img_box img { border-radius: 10px; }
#p05box05 .course-list .course01 .text_box .sub_title { font-size: 16px; line-height: 1; color: #31820C; margin-bottom: 4px; }
#p05box05 .course-list .course01 .text_box .sub_title span { display: inline-block; margin-right: 4px; }
#p05box05 .course-list .course01 .text_box .sub_title span:last-child { margin-right: 0; }
#p05box05 .course-list .course01 .text_box .title { font-size: 24px; line-height: 1.4; }
#p05box05 .course-list .course01 .text_box .price01 { font-size: 16px; line-height: 1; margin-top: 8px; }
#p05box05 .course-list .course01 .text_box .price01 span { display: inline-block; }
#p05box05 .course-list .course01 .text_box .price01 span:last-child::after { display: none; }
#p05box05 .course-list .course01 .text_box .price01 span::after { content: "/"; display: inline-block; margin: 0 4px; }
#p05box05 .course-list .course01 .text_box .price01 span em { display: inline-block; font-size: 20px; }
#p05box05 .course-list .course01 .text_box .text { line-height: 1.4; margin-top: 8px; }
#p05box05 .course-list .course01 .text_box .btn01 { height: 40px; margin-top: 16px; }
#p05box05 .course-list .course01 .text_box .btn01 a { padding: 0 40px; border-radius: 24px; }
#p05box05 .course-list .course01 .text_box .btn01 a .btn-text { line-height: 1; }
#p05box05 .course-list .course01 .text_box .btn01 a .arrow { width: 20px; height: 20px; right: 16px; }
#p05box05 .course-list .course01 .text_box .btn01 a .arrow::before { width: 7px; height: 8px; }

/*院概要・アクセス　p06
=========================================== */
#p06box01 .cnt { display: block; }
#p06box01 .cnt .img_box { max-width: 460px; margin: 24px auto 0; }
#p06box01 .cnt .img_box .name { margin-top: 16px; line-height: 1; }
#p06box01 .cnt .img_box .name em { display: inline-block; font-size: 22px; margin-left: 8px; }
#p06box01 .info_box { display: block; padding: 32px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; margin-top: 40px; }
#p06box01 .info_box .info01 { padding-bottom: 32px; border-bottom: 1px solid #E5E5E5; box-sizing: border-box; margin-bottom: 32px; }
#p06box01 .info_box .info01:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }
#p06box01 .info_box .info01 .edit-title01 { margin-bottom: 24px; }
#p06box01 .info_box .info01 .text ul li { font-family: 'NotoSansJP'; line-height: 1.45; padding-left: 1em; text-indent: -1em; margin-bottom: 4px; }
#p06box01 .info_box .info01 .text ul li:last-child { margin-bottom: 0; }

#p06box02 .cnt { display: block; }
#p06box02 .cnt .table_box { background: #FFFFFF; border: 2px solid #5DB833; box-sizing: border-box; border-radius: 10px; overflow: hidden; margin-top: 40px; }
#p06box02 .cnt .table_box .info-table tr:last-child th { border-bottom: 0; }
#p06box02 .cnt .table_box .info-table tr:last-child td { border-bottom: 0; }
#p06box02 .cnt .table_box .info-table tr th, #p06box02 .cnt .table_box .info-table tr td { box-sizing: border-box; border-bottom: 1px solid #E9E8DD; vertical-align: middle; }
#p06box02 .cnt .table_box .info-table tr th { width: 110px; padding: 12px; border-bottom: 1px solid #D3EFC6; background: #5DB833; font-size: 18px; line-height: 1.4; color: #FFFFFF; }
#p06box02 .cnt .table_box .info-table tr td { padding: 15px 16px; border-bottom: 1px solid #B7E3A2; }

#p06box03 .cnt { display: block; }
#p06box03 .cnt .title_box .access-list .access01 { margin-bottom: 16px; }
#p06box03 .cnt .title_box .access-list .access01:last-child { margin-bottom: 0; }
#p06box03 .cnt .title_box .access-list .access01 h3 { padding-left: 32px; box-sizing: border-box; position: relative; margin-bottom: 8px; }
#p06box03 .cnt .title_box .access-list .access01 h3 .icon { display: block; width: 24px; position: absolute; top: 0; left: 0; }
#p06box03 .cnt .title_box .access-list .access01 .text { padding-left: 32px; box-sizing: border-box; }
#p06box03 .cnt .map_box { width: 100%; aspect-ratio: 7 / 5; position: relative; margin-top: 32px; }
#p06box03 .cnt .map_box iframe { width: 100%; height: 100%; border-radius: 10px; }

/*お客様の声　p07
=========================================== */
.common_content00 { padding: 20px 20px 24px; box-sizing: border-box; background: #FFFFFF; border-top: 4px solid #5DB833; border-radius: 12px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); }
.common_content00 .title_box { padding-bottom: 32px; border-bottom: 1px solid #EAEAEA; margin-bottom: 32px; }
.common_content00 .title_box .title { font-size: 20px; line-height: 1.4; }
.common_content00 .title_box .info { margin-top: 8px; }
.common_content00 .title_box .info span { display: inline-block; line-height: 1.4; }
.common_content00 .title_box .info span:last-child::after { display: none; }
.common_content00 .title_box .info span::after { content: "/"; display: inline-block; margin: 0 4px; }

#p07box01 .voice-list .voice00 { margin-bottom: 24px; }
#p07box01 .voice-list .voice00:last-child { margin-bottom: 0; }
#p07box01 .voice-list .voice00 .title_box { padding-bottom: 20px; margin-bottom: 20px; }
#p07box01 .voice-list .voice00 .box_in { display: block; }
#p07box01 .voice-list .voice00 .box_in .img { margin-bottom: 24px; }
#p07box01 .voice-list .voice00 .box_in .img .in_img { width: 100%; aspect-ratio: 60 / 49; border-radius: 10px; }
#p07box01 .voice-list .voice00 .box_in .info_box { line-height: 1.6; }

/*ビフォアアフター　p08
=========================================== */
#p08box01 .ba-list .ba00 { margin-bottom: 40px; }
#p08box01 .ba-list .ba00:last-child { margin-bottom: 0; }
#p08box01 .ba-list .ba00 .box_in { display: block; }
#p08box01 .ba-list .ba00 .box_in .img-list { display: block; }
#p08box01 .ba-list .ba00 .box_in .img-list .img01 { margin-bottom: 24px; }
#p08box01 .ba-list .ba00 .box_in .img-list .img01:last-child { margin-bottom: 0; }
#p08box01 .ba-list .ba00 .box_in .img-list .img01 h3 { padding: 8px 10px 10px; box-sizing: border-box; border-width: 1px; border-style: solid; line-height: 1; margin-bottom: 8px; }
#p08box01 .ba-list .ba00 .box_in .img-list .img01 .in_img { display: block; width: 100%; max-width: 300px; aspect-ratio: 27 / 49; }
#p08box01 .ba-list .ba00 .box_in .img-list .img01.b_img01 h3 { border-color: #BEBEBE; color: #5E5E5E; }
#p08box01 .ba-list .ba00 .box_in .img-list .img01.a_img01 h3 { border-color: #5DB833; color: #5DB833; }
#p08box01 .ba-list .ba00 .box_in .btn01 { height: 56px; margin-top: 32px; }
#p08box01 .ba-list .ba00 .sub_text { font-size: 16px; line-height: 1.45; margin-top: 8px; text-align: center; }
#p08box01 .ba-list .ba00 .sub_text span { font-family: 'NotoSansJP'; }

/*お知らせ　p09
=========================================== */
#p09box01 .news-list { display: block; }
#p09box01 .news-list .news01 { margin-bottom: 40px; }
#p09box01 .news-list .news01:last-child { margin-bottom: 0; }

.edit-title01 { padding-left: 12px; box-sizing: border-box; font-size: 24px; line-height: 1.4; position: relative; margin-bottom: 16px; }
.edit-title01::before { content: ""; display: block; width: 4px; height: 100%; background: #5DB833; border-radius: 2px; position: absolute; top: 1px; left: 0; }

#toc_container { background: #FFFFFF !important; border: 1px solid #5DB833 !important; padding: 0 !important; border-radius: 10px; margin-bottom: 40px !important; width: 100% !important; font-size: 18px !important; box-sizing: border-box; overflow: hidden; }
#toc_container p.toc_title { text-align: left !important; margin: 0 0 24px !important; padding: 12px 20px !important; box-sizing: border-box; background: #5DB833; font-size: 20px; line-height: 1.4; font-weight: 700; color: #FFFFFF; }
#toc_container ul.toc_list { padding: 0 20px 24px; box-sizing: border-box; margin-top: 0 !important; }
#toc_container ul.toc_list > li { padding-left: 27px; box-sizing: border-box; margin-bottom: 18px; }
#toc_container ul.toc_list > li:last-child { margin-bottom: 0; }
#toc_container ul.toc_list > li > a { display: block; position: relative; font-weight: 700; line-height: 1.2; text-decoration: underline; }
#toc_container ul.toc_list > li > a .toc_number { width: 22px; height: 22px; padding-top: 2px; box-sizing: border-box; background: #5DB833; border-radius: 50%; box-sizing: border-box; font-family: "roboto"; font-size: 18px; line-height: 1; font-weight: 700; color: #FFFFFF; text-align: center; position: absolute; top: 0; left: -27px; text-decoration: none; }

#newsBox01 .thumbnail_img { width: 100%; margin-bottom: 80px; }
#newsBox01 .thumbnail_img img { display: block; margin: 0 auto; border-radius: 10px; }
#newsBox01 .blog-text p img { margin: 10px 0; }
#newsBox01 .writer_box { padding: 32px 20px; box-sizing: border-box; background: #EEFFE5; border: 1px solid #5DB833; border-radius: 10px; margin-top: 44px; }
#newsBox01 .writer_box .title { font-size: 20px; margin-bottom: 26px; text-align: center; }
#newsBox01 .writer_box .box_in { display: block; }
#newsBox01 .writer_box .box_in .img { width: 120px; height: 120px; border-radius: 50%; margin: 0 auto 16px; }
#newsBox01 .writer_box .box_in .info_box .info { line-height: 1.4; color: #31820C; }
#newsBox01 .writer_box .box_in .info_box .name { line-height: 1.4; }
#newsBox01 .writer_box .box_in .info_box .text { margin-top: 16px; }

/*お問い合わせ　p10
=========================================== */
#p10box01 .box-title { margin-bottom: 32px; }
#p10box01 .box-title .icon { display: inline-block; width: 32px; margin-bottom: 8px; }
#p10box01 .box-title .text { display: block; font-size: 20px; line-height: 1; }
#p10box01 .contact-list { display: block; }
#p10box01 .contact-list .box { padding: 32px 20px 40px; box-sizing: border-box; background: #FFFFFF; border-radius: 12px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); margin-bottom: 24px; }
#p10box01 .contact-list .box_left .box-title .icon { width: 30px; }
#p10box01 .contact-list .box_left .text01 { font-size: 18px; font-weight: 700; margin-bottom: 15px; }
#p10box01 .contact-list .box_left .tel_box .tel-text li .midashi { display: block; width: 90px; margin: 0 auto 5px; }
#p10box01 .contact-list .box_right .box-title { margin-bottom: 16px; }
#p10box01 .contact-list .box_right .sub_text { font-size: 14px; line-height: 1; margin-top: 8px; }
#p10box01 .form_box { padding: 32px 20px 40px; box-sizing: border-box; background: #FFFFFF; border-radius: 12px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); }
#p10box01 .form_box > .sub_text { line-height: 1.8; margin-bottom: 24px; }

.reservation_box .monthly-calendar caption { text-align: center; font-size: 20px; margin-bottom: 10px; }
.reservation_box .monthly-calendar table { width: 100%; }
.reservation_box tbody th { background: #EEFFE5; text-align: center; vertical-align: top; padding: 5px 0; border: 1px solid #5DB833; font-size: 18px; }
.reservation_box tbody td { padding: 10px 0; border: 1px solid #5DB833; text-align: center; font-size: 18px; }
.reservation_box .monthly-prev { margin-top: 5px; float: left; }
.reservation_box .monthly-prev a:before { content: '<'; display: inline-block; margin-right: 5px; }
.reservation_box .monthly-next { margin-right: 0; margin-top: 5px; float: right; }
.reservation_box .monthly-next a:after { content: '>'; display: inline-block; margin-left: 5px; }
.reservation_box .day-calendar table { width: 100%; border-collapse: collapse; border-spacing: 0; margin-top: 10px; }
.reservation_box .day-calendar tbody th { text-align: left; padding: 5px 10px; width: 50%; line-height: 1.8; }
.reservation_box .day-calendar tbody td { padding: 5px 10px; line-height: 1.8; }
.reservation_box .required-message { display: none; }
.reservation_box .required { display: inline-block; padding: 2px 4px 4px; box-sizing: border-box; background: #B83333; border-radius: 2px; font-family: 'NotoSansJP'; font-weight: 700; font-size: 15px; line-height: 1; color: #FFFFFF !important; margin-right: 3px; }
.reservation_box .ninni { display: inline-block; padding: 2px 4px 4px; box-sizing: border-box; background: #E6E6E6; border-radius: 2px; font-family: 'NotoSansJP'; font-weight: 700; font-size: 15px; line-height: 1; color: #000000 !important; margin-right: 3px; }

#booking-form div#action-button { max-width: 300px; width: 100%; height: 72px; margin: 12px auto 0; }
#booking-form div#action-button button { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0 40px; box-sizing: border-box; white-space: normal; border-radius: 40px; background-color: #FFFFFF; background-image: url("../img/p10/submit_arrow.png"); background-repeat: no-repeat; background-position: center right 16px; background-size: 24px; border: 2px solid #ACDD96; cursor: pointer; transition: 0.3s; font-size: 18px; line-height: 1.25; color: #000000; font-weight: 700; appearance: none; -webkit-appearance: none; -moz-appearance: none; }

#booking-reservation-fieldset { width: 100%; padding: 10px; box-sizing: border-box; margin: 0 0 20px; }
#booking-reservation-fieldset table { border-spacing: 0; border-collapse: collapse; }
#booking-reservation-fieldset table tr { display: block; }
#booking-reservation-fieldset table tr th, #booking-reservation-fieldset table tr td { display: block; width: 100%; }
#booking-reservation-fieldset table tr td { border-top-width: 0; }

#booking_client-fieldset, #booking-message-fieldset { width: 100%; padding: 0; box-sizing: border-box; border: 0; margin: 0; }
#booking_client-fieldset > legend, #booking-message-fieldset > legend { display: none; }
#booking_client-fieldset table, #booking-message-fieldset table { border-spacing: 0; border-collapse: collapse; margin: 20px 0; }
#booking_client-fieldset table tbody, #booking-message-fieldset table tbody { display: block; width: 100%; /*doui-check*/ }
#booking_client-fieldset table tbody tr, #booking-message-fieldset table tbody tr { display: block; width: 100%; margin-bottom: 40px; }
#booking_client-fieldset table tbody tr:last-child, #booking-message-fieldset table tbody tr:last-child { margin-bottom: 0; }
#booking_client-fieldset table tbody tr th, #booking_client-fieldset table tbody tr td, #booking-message-fieldset table tbody tr th, #booking-message-fieldset table tbody tr td { display: block; width: 100%; text-align: left; background: transparent; padding: 0; border: none; }
#booking_client-fieldset table tbody tr th, #booking-message-fieldset table tbody tr th { margin-bottom: 18px; line-height: 1; }
#booking_client-fieldset table tbody tr td input[type="text"], #booking_client-fieldset table tbody tr td textarea, #booking_client-fieldset table tbody tr td select, #booking-message-fieldset table tbody tr td input[type="text"], #booking-message-fieldset table tbody tr td textarea, #booking-message-fieldset table tbody tr td select { width: 100%; height: 48px; padding: 12px 16px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #D4D4D4; border-radius: 0; font-family: 'NotoSansJP'; font-size: 16px; font-weight: 400; line-height: 1.5; color: #000000; cursor: pointer; }
#booking_client-fieldset table tbody tr td textarea, #booking-message-fieldset table tbody tr td textarea { height: 160px; }
#booking_client-fieldset table tbody tr td select, #booking-message-fieldset table tbody tr td select { width: 100%; padding-right: 40px; background: url("../img/p10/select_arrow.svg") no-repeat center right 15px, #FFFFFF; background-size: 14px; -webkit-appearance: none; appearance: none; }
#booking_client-fieldset table tbody tr td select option, #booking-message-fieldset table tbody tr td select option { color: #000000; }
#booking_client-fieldset table tbody .koumoku td label, #booking-message-fieldset table tbody .koumoku td label { display: block; cursor: pointer; font-family: 'NotoSansJP'; font-size: 18px; line-height: 1; font-weight: 500; margin-bottom: 16px; color: #000000; }
#booking_client-fieldset table tbody .koumoku td label:last-child, #booking-message-fieldset table tbody .koumoku td label:last-child { margin-bottom: 0; }
#booking_client-fieldset table tbody .koumoku td label input[type="radio"], #booking-message-fieldset table tbody .koumoku td label input[type="radio"] { width: 16px; height: 16px; background: #FFFFFF; border: 1px solid #D4D4D4; margin: 0 8px 0 0; cursor: pointer; }
#booking_client-fieldset table tbody .doui-box .doui-text, #booking-message-fieldset table tbody .doui-box .doui-text { font-size: 16px; font-weight: 500; line-height: 1.4; margin-top: 16px; }
#booking_client-fieldset table tbody .doui-box .doui-text a, #booking-message-fieldset table tbody .doui-box .doui-text a { display: inline-block; text-decoration: underline; color: #003CBE; }
#booking_client-fieldset table tbody .doui-box label, #booking-message-fieldset table tbody .doui-box label { display: block; cursor: pointer; font-family: 'NotoSansJP'; font-size: 16px; line-height: 1.5; font-weight: 700; color: #000000; }
#booking_client-fieldset table tbody .doui-box label:last-child, #booking-message-fieldset table tbody .doui-box label:last-child { margin-bottom: 0; }
#booking_client-fieldset table tbody .doui-box label input[type="checkbox"], #booking-message-fieldset table tbody .doui-box label input[type="checkbox"] { width: 16px; height: 16px; background: #FFFFFF; border: 1px solid #D4D4D4; margin: 0 8px 0 0; cursor: pointer; }

#booking-confirm-fieldset { width: 100%; padding: 10px; box-sizing: border-box; margin: 0; }
#booking-confirm-fieldset table { border-spacing: 0; border-collapse: collapse; }
#booking-confirm-fieldset table tr { display: block; }
#booking-confirm-fieldset table tr:first-child { margin-bottom: 20px; }
#booking-confirm-fieldset table tr th, #booking-confirm-fieldset table tr td { display: block; width: 100%; }
#booking-confirm-fieldset table tr td { border-top-width: 0; }
#booking-confirm-fieldset table tr td.option-confirm-header { display: none; }
#booking-confirm-fieldset table tr.none-tr { display: none; }

ul.contact-state { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0; }
ul.contact-state > li { display: table; width: 32%; height: 60px; position: relative; }
ul.contact-state > li > span { display: table-cell; text-align: center; vertical-align: middle; background: #D4D4D4; font-size: 16px; font-weight: 700; line-height: 1.5; color: #737373; }
ul.contact-state > li.state01 { clip-path: polygon(0 0, calc(100% - 6px) 0%, 100% 50%, calc(100% - 6px) 100%, 0 100%, 0% 50%); }
ul.contact-state > li.state01 > span { background: #000000; color: #FFFFFF; }
ul.contact-state li.state02 { clip-path: polygon(0 0, calc(100% - 6px) 0%, 100% 50%, calc(100% - 6px) 100%, 0 100%, 0% 50%); }

ul.contact-state.contact-state02 { display: flex; flex-wrap: wrap; justify-content: space-between; }
ul.contact-state.contact-state02 > li.state02 > span { background: #000000; color: #FFFFFF; }

.state-text { display: none; text-align: center; color: #E11717; font-weight: 700; font-size: 18px; }

.wpcf7-form.custom-wpcf7c-confirmed .state-text { display: block; }
.wpcf7-form.custom-wpcf7c-confirmed ul.contact-state { margin-bottom: 20px; }

.contactTBL { padding: 40px 0; /*お問い合わせ項目*/ /*doui-check*/ /*送信ボタン*/ }
.contactTBL::placeholder { color: #9A9A9A; }
.contactTBL th, .contactTBL td { display: block; font-size: 16px; line-height: 24px; }
.contactTBL th { padding-left: 48px; box-sizing: border-box; position: relative; margin-bottom: 16px; }
.contactTBL th .hissu, .contactTBL th .ninni { display: inline-block; font-size: 13px; line-height: 19px; font-weight: 700; padding: 2px 7px 3px; box-sizing: border-box; position: absolute; top: 0; left: 0; }
.contactTBL th .hissu { background: #E11717; color: #FFFFFF; }
.contactTBL th .ninni { background: #E9E9E9; }
.contactTBL td { margin-bottom: 60px; }
.contactTBL input.wpcf7-text, .contactTBL textarea.wpcf7-form-control.wpcf7-textarea, .contactTBL select.wpcf7-form-control.wpcf7-select, .contactTBL input.wpcf7-date { width: 100%; height: 40px; padding: 8px 20px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #D4D4D4; border-radius: 0; font-family: 'NotoSansJP'; font-size: 16px; font-weight: 400; line-height: 1.5; color: #000000; cursor: pointer; }
.contactTBL input.wpcf7-text.your-name, .contactTBL input.wpcf7-text.kana, .contactTBL input.wpcf7-text.tel01 { width: 200px; }
.contactTBL textarea.wpcf7-form-control.wpcf7-textarea { height: 200px; }
.contactTBL select.wpcf7-form-control.wpcf7-select { width: auto; min-width: 160px; padding: 8px 30px 8px 16px; background: url("../img/p09/select_arrow.svg") no-repeat center right 16px, #FFFFFF; background-size: 10px; -webkit-appearance: none; appearance: none; }
.contactTBL select.wpcf7-form-control.wpcf7-select option { color: #000000; }
.contactTBL .koumoku .wpcf7-list-item { display: block; margin: 10px 0 0 0; }
.contactTBL .koumoku .wpcf7-list-item label { display: flex; align-items: center; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item label input[type="radio"] { width: 20px; height: 20px; background: #FFFFFF; border: 1px solid #D4D4D4; margin-right: 10px; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item label span.wpcf7-list-item-label { font-weight: 700; }
.contactTBL .koumoku .wpcf7-list-item.first { margin-top: 0; }
.contactTBL .doui-box .doui-text { font-weight: 700; margin-top: 16px; }
.contactTBL .doui-box .doui-text a { display: block; text-decoration: underline; }
.contactTBL .doui-box .wpcf7-list-item { display: block; margin-left: 0; }
.contactTBL .doui-box .wpcf7-list-item label { display: flex; align-items: center; justify-content: flex-start; }
.contactTBL .doui-box .wpcf7-list-item label span.wpcf7-list-item-label { position: relative; display: flex; align-items: center; cursor: pointer; }
.contactTBL .doui-box .wpcf7-list-item label input[type="checkbox"] { width: 16px; height: 16px; margin-right: 8px; background: #FFFFFF; border: 1px solid #D4D4D4; border-radius: 100%; cursor: pointer; }
.contactTBL .contact-submit.flex { display: block; }
.contactTBL .contact-submit.flex .btn02 input.wpcf7-form-control { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0 50px; box-sizing: border-box; white-space: normal; border-radius: 40px; background-color: #000000; background-image: url("../img/p09/submit_arrow.png"); background-repeat: no-repeat; background-position: center right 16px; background-size: 24px; border: 2px solid #000000; cursor: pointer; transition: 0.3s; font-size: 16px; line-height: 1.5; color: #FFFFFF; font-weight: 700; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.contactTBL .contact-submit.flex .btn02:has(.wpcf7c-force-hide) { display: none; }
.contactTBL .contact-submit.flex .btn02.back { margin-top: 20px !important; }
.contactTBL .contact-submit.flex .btn02.back input.wpcf7-form-control { background-color: #FFFFFF; background-image: url("../img/p09/back_arrow.png"); background-position: center left 16px; color: #000000; }
.contactTBL .contact-submit.flex .wpcf7c-elm-step2.mt20 { width: 100%; text-align: center; margin-top: 20px; }
.contactTBL .contact-submit.flex input.wpcf7-form-control:focus { outline: none; }

/*確認画面時の表示設定*/
.contactArea.che .contactTBL { background: #eee; }
.contactArea.che .contactTBL td { margin-bottom: 20px; }
.contactArea.che .dnd-upload-status .dnd-upload-details .remove-file, .contactArea.che .codedropz-upload-handler, .contactArea.che .file-text, .contactArea.che span.dnd-progress-bar, .contactArea.che input[type=checkbox], .contactArea.che input[type=radio] { display: none; }
.contactArea.che input[type=checkbox]:checked, .contactArea.che input[type=radio]:checked { display: inline-block; }
.contactArea.che input[type=checkbox] ~ span.wpcf7-list-item-label, .contactArea.che input[type=radio] ~ span.wpcf7-list-item-label { display: none; }
.contactArea.che input[type=checkbox]:checked ~ span.wpcf7-list-item-label, .contactArea.che input[type=radio]:checked ~ span.wpcf7-list-item-label { display: inline-block; font-weight: 700; }
.contactArea.che textarea.wpcf7-textarea, .contactArea.che input.wpcf7-number, .contactArea.che input.wpcf7-date, .contactArea.che input.wpcf7-text, .contactArea.che select { font-weight: 700; }

/*入力内容確認時にフォーム上部へスクロールするがナビゲーションが追従の場合フォームとナビゲーションが重なるのでそのためのオフセット設定*/
form.wpcf7-form { padding-top: 185px; margin-top: -185px; }

.wpcf7c-conf { background-color: #D4D4D4 !important; }

input:-webkit-autofill, input:-internal-autofill-selected { -webkit-appearance: none; -webkit-box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; }

.wpcf7 .ajax-loader { display: none !important; }

.wpcf7-spinner { display: none !important; }

/*Thanks・404
=========================================== */
#other { padding: 60px 5%; text-align: center; }
#other h2 { font-size: 24px; margin-bottom: 30px; }
#other p { position: relative; }
#other .btn01 { margin-top: 40px; text-align: center; }

/*プライバシーポリシー
=========================================== */
div#pageBox01 { padding: 60px 5%; }

h2.pp-title01 { font-size: 24px; border-bottom: solid 2px; margin-bottom: 30px; padding-bottom: 10px; }

h3.pp-title02 { font-size: 20px; position: relative; margin: 20px 0; padding-left: 10px; }
h3.pp-title02::before { content: ""; width: 2px; height: 65%; background: #000; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; }

/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 0px) and (max-width: 569px) { #main.home_main .point-list01 { max-width: 508px; }
  #main.home_main .point-list01 li:nth-child(2n) { margin-right: 0; } }
@media screen and (min-width: 0px) and (max-width: 374px) { #main.home_main .point-list01 li { padding-right: 10px; }
  #main.home_main .point-list01 li .icon { width: 40px; height: 40px; margin-right: 4px; }
  #main.home_main .point-list01 li .text { font-size: 14px; }
  #main.home_main .text_box .stats_box .stats00 { padding: 0 22px; margin-right: 5px; }
  #main.home_main .text_box .stats_box .stats00:last-child { margin-right: 0; }
  #main.home_main .text_box .stats_box .stats00::before, #main.home_main .text_box .stats_box .stats00::after { width: 20px; height: 50px; }
  #main.home_main .text_box .stats_box .stats00 > p em { font-size: 38px; }
  #main.home_main .text_box .stats_box .stats00 > p .num { font-size: 16px; }
  #main.home_main .text_box .stats_box .stats02 > p { font-size: 16px; }
  #contact-sec .cnt .text_box .point-list01 li .text .sub { top: auto; right: 0; bottom: 2px; }
  .wp-pagenavi > span, .wp-pagenavi > a { width: 10.67vw; height: 10.67vw; margin: 0 0.53vw; line-height: 9.6vw; } }
@media screen and (min-width: 0px) and (max-width: 370px) { #header .header_inner .logo { width: 150px; }
  #header .header_inner .right { width: calc(100% - 227px); margin-right: 57px; }
  #header .header_inner .right .right_top { height: 42px; }
  #header .header_inner .right .right_top .tel_box { width: 42px; }
  #header .header_inner .right .right_top .access_btn { width: 42px; }
  .sp-nav-btn { width: 42px; height: 42px; } }
@media screen and (min-width: 0px) and (max-width: 350px) { #topbox01 .box .title_box div.flex .img01 { width: 85px; margin-right: 5px; } }
@media screen and (min-width: 0px) and (max-width: 340px) { .contact_box01 .btn a .btn-text { padding-left: 28px; }
  .contact_box01 .btn a .btn-text::before { width: 22px; height: 22px; }
  #campaign-sec .banner01 a .left .text02 { width: 170px; }
  #campaign-sec .banner01 a .right { padding-right: 10px; padding-left: 10px; }
  .stats00 > p { font-size: 22px; }
  .stats00 > p em { font-size: 46px; }
  .stats02 > p { font-size: 20px; } }
/*safari用
=========================================== */
