@charset "utf-8";
/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
 font-family: "Noto Sans JP";
 font-style: normal;
 font-weight: 400;
 src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
 font-display: swap;
}
@font-face {
 font-family: "Noto Sans JP";
 font-style: normal;
 font-weight: 500;
 src: url("fonts/NS-500.woff2") format("woff2"), url("fonts/NS-500.woff") format("woff");
 font-display: swap;
}
/*---------------------------------------------
    base settings
---------------------------------------------*/
html {
 font-size: 62.5%;
}
body {
 margin: 0;
 padding: 0;
 font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
 font-size: 1.5rem;
 -webkit-text-size-adjust: 100%;
 line-height: 1.8;
 color: #1c1c1c;
 -webkit-font-smoothing: antialiased;
 word-break: break-word;
 padding-left: 100px;
}
h1, h2, h3, h4, h5, h6 {
 margin: 0;
 padding: 0;
 font-weight: bold;
 line-height: 1.4;
}
li {
 list-style: none;
}
td, th {
 word-break: break-all;
}
img {
 max-width: 80%;
 height: auto;
}
a {
 color: inherit;
 text-decoration: underline;
}
a:hover,
a:hover img{
 opacity: 0.6;
}
span:not([class]) {
 border-bottom: #ffdd51 solid 4px;
 font-size: 1.125em;
 font-weight: bold;
}
/* microclearfix */
.cf:before, .cf:after {
 content: " ";
 /* 1 */
 display: table;
 /* 2 */
}
.cf:after {
 clear: both;
}
/** For IE 6/7 only */
.cf {
 *zoom: 1;
}
* {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
/* microclearfix */
.cf:before, .cf:after {
 content: " ";
 /* 1 */
 display: table;
 /* 2 */
}
.cf:after {
 clear: both;
}
/** For IE 6/7 only */
.cf {
 *zoom: 1;
}
* {
 box-sizing: border-box;
}
.caption {
 font-size: 1rem;
 line-height: 1.4;
 margin: 1em 0;
 word-break: break-all;
 color: #999;
}
.caption a {
 color: #999;
}
/*
---------------------------------------------


*/
.l-main-area p:not([class]) {
 margin: 1rem 0;
}
.l-main-area ul:not([class]) {
 margin: 2rem 0;
}
.l-main-area ul:not([class]) li {
 margin: 0 0 1em 0;
 padding: 0 0 0 25px;
 background: url(img/icon_li.svg) no-repeat 5px 10px;
 background-size: 7px auto;
}
.l-main-area ol:not([class]) {
 margin: 30px 20px;
 counter-reset: number;
 list-style-type: none !important;
 text-align: left;
}
.l-main-area ol:not([class]) li {
 position: relative;
 margin: 0 0 1em 0;
 padding: 0 0 0 25px;
}
.l-main-area ol:not([class]) li:before {
 position: absolute;
 counter-increment: number;
 content: counter(number);
 background: #fffc2a;
 border-radius: 50%;
 top: 4px;
 left: 0;
 width: 20px;
 height: 20px;
 text-align: center;
 font-size: 1.2rem;
 display: block;
 align-items: center;
 justify-content: center;
}
.l-main-area table {
 width: 100%;
 margin: 30px 0;
 padding: 0;
 border-collapse: collapse;
 text-align: left;
 table-layout: fixed;
 font-size: 1.4rem;
}
.l-main-area table th {
 padding: 10px 15px;
 background: #fcfff2;
 border: 1px #ccc solid;
 min-width: 80px;
 font-weight: bold;
}
.l-main-area table td {
 padding: 10px 15px;
 background: #fff;
 border: 1px #ccc solid;
}
.btn-web,
.btn-internal {
 margin: 3rem auto;
 padding: 0;
 display: block;
 text-align: center;
 position: relative;
}
.btn-web a,
.btn-internal a {
 width: 90%;
 max-width: 450px;
 margin: 0;
 padding: 2.3rem 9%;
 display: inline-block;
 background: #86b91c;
 box-shadow: 5px 5px 0 #ccc;
 border-radius: 1000px;
 font-size: 1.7rem;
 font-weight: bold;
 line-height: 1.4;
 color: #fff;
 text-decoration: none;
 text-align: center;
 position: relative;
 transition: 0.2s;
}
.btn-web a::after,
.btn-internal a::after {
 content: "";
 width: 7px;
 height: 13px;
 background: url(img/arrow01_white.svg) no-repeat;
 background-size: 100% auto;
 position: absolute;
 top: 50%;
 right: 5%;
 transform: translateY(-50%);
}
.btn-web a {
 background-color: #1c1c1c;
}
.btn-tel {
 display: none;
}
.btn-link {
 margin: 20px 0;
 padding: 0;
 font-weight: bold;
 text-align: right;
 line-height: 1.4;
}
.btn-link a {
 padding: 5px 0 5px 20px;
 background: url("img/arrow01_green.svg") no-repeat left center;
 background-size: 7px auto;
 font-weight: normal;
 text-decoration: underline;
}
.btn-accordion {
 text-align: center;
 width: 450px;
 margin: 20px auto 50px;
}
.btn-accordion span:not([class]) {
 background: #fff;
 border: 3px solid #cccccc;
 border-radius: 1000px;
 padding: 16px 51px;
 display: block; 
 line-height: 1.4;
 font-size: 1.7rem;
 position: relative;
 box-shadow: 5px 5px 0 #cccccc;
 cursor: pointer;
 transition: 0.2s;
}
.btn-accordion span:hover {
 opacity: 0.6;
}
.btn-accordion span:after {
 content: "";
 position: absolute;
 width: 8px;
 height: 14px;
 background: url("img/arrow01_gray.svg") no-repeat center center;
 background-size: 100% auto;
 top: 50%;
 right: 25px;
 transform: translateY(-50%) rotate(90deg);
 transition: 0.2s;
}
.btn-accordion.is-open span:after {
 transform: translateY(-50%) rotate(-90deg);
}
.float-wrap {
 margin: 10px 0 40px;
}
.float-wrap .float-img img {
 max-width: 100%;
}
.float-wrap .float-img.fr {
 width: 300px;
 margin: 0 0 10px 20px;
 float: right;
}
.float-wrap .float-img.fl {
 width: 300px;
 margin: 0 20px 10px 0;
 float: left;
}
.float-wrap .float-img.ct {
 width: 300px;
 margin: 0 auto;
}
.float-wrap .float-img .caption {
 text-align: center;
}
.float-wrap .catch {
 font-weight: bold;
 font-size: 2.2rem;
}
.l-main-area .l-icon-title {
 margin: 7rem 0 2rem;
 padding: 13px 13px 13px 114px;
 background: #fff8db;
 font-size: 2.2rem;
 font-weight: 500;
 line-height: 1.4;
 position: relative;
}
.l-main-area .l-icon-title:after {
 content: "";
 width: 80px;
 height: 72px;
 background: url("img/l-icon-title.png") no-repeat;
 background-size: 100% auto;
 display: flex;
 justify-content: center;
 align-items: center;
 color: #86b91c;
 font-size: 2.0rem;
 line-height: 1;
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto 0;
 letter-spacing: 1px;
 left: 5px;
}
.l-main-area .l-icon-title--check:after {
 content: "Check";
}
.l-main-area .l-icon-title--recommend:after {
 content: "おすすめ";
 font-size: 1.5rem;
}
.l-main-area .l-icon-title--point:after {
 content: "Point";
}
.l-main-area .box-wrap {
 width: 100%;
 margin: 3rem 0;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.box-wrap .box {
 width: calc((100% - 4rem) / 2);
 margin: 4rem 0 0 0;
 padding: 3.5rem 3rem;
 border: solid 2px #83bd11;
 background-color: #fff;
}
.box-wrap .box p {
 margin: 0;
}
.box-wrap .box p + p {
 margin-top: 2rem;
}
.box-wrap .box-head {
 padding: 0;
 display: flex;
 align-items: center;
 font-size: 2.2rem;
 font-weight: bold;
 line-height: 1.4;
 margin: 0 0 3.5rem;
 width: 100%;
}
.box-wrap .box-head a {
 display: block;
 width: 100%;
 padding: 0 3rem 0 0;
 background: url("img/arrow01_gray.svg") no-repeat right center;
 background-size: 7px auto;
 text-decoration: none;
 color: inherit;
}
.frame-wrap {
 width: 100%;
 margin: 3rem 0;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.frame-wrap::after {
 content: "";
 width: calc((100% - 6rem) / 3);
 height: 0;
}
.frame-wrap .frame {
 width: calc((100% - 6rem) / 3);
 margin: 3rem 0 0;
 padding: 3.6rem 2.6rem;
 border: solid 2px #86b91c;
 position: relative;
}
.frame-wrap .frame-head {
 margin: 0 0 2rem;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 2.2rem;
 font-weight: bold;
 letter-spacing: 0.03em;
 line-height: 1.4;
 text-align: center;
}
.frame-wrap .frame-head a {
 padding: 0 2.5rem;
 display: block;
 background: url("img/arrow01_gray.svg") no-repeat right 0 center;
 background-size: 7px auto;
 text-decoration: none;
 width: 100%;
}
.frame-wrap .frame-body .thum {
 text-align: center;
 margin: 2rem 0 1.7rem;
}
.frame-wrap .frame p {
 margin: 0;
}
.frame-wrap .frame p + p {
 margin-top: 2rem;
}
/* low ----------------*/
.site_title_lower-wrapper {
 margin: 0;
 background: #e1f2d0;
 padding: 1.3rem 0;
}
.site_title_lower-wrapper a {
 width: 111px;
 text-decoration: none;
 display: inline-block;
 line-height: 1;
}
.site_title_lower {
 width: 100%;
 max-width: 1000px;
 margin: auto;
 text-align: center;
 line-height: 1;
}
.l-contents-area h1 , .l-contents-area h2, .l-contents-area h3, .l-contents-area h4, .l-contents-area h5, .l-contents-area h6 {
 font-weight: bold;
 line-height: 1.4;
}
.l-contents-area h1 a, .l-contents-area h2 a, .l-contents-area h3 a, .l-contents-area h4 a, .l-contents-area h5 a, .l-contents-area h6 a {
 text-decoration: none;
 display: block;
 padding-right: 2rem;
 background:url("img/arrow01_gray.svg") no-repeat right 50%;
 background-size: 8px auto;
}
.l-main-area--low h1:not([class]) {
 margin: 3rem 0 3rem;
 padding: 9.6rem 0 0;
 background: url("img/icon_doctor02.png") no-repeat center top;
 background-size: 71px auto;
 font-size: 3.4rem;
 font-weight: bold;
 color: #86b91c;
 letter-spacing: 0.01em;
 text-align: center;
}
.l-main-area h3:not([class]),
.l-main-area--low h2:not([class]) {
 margin: 7rem 0 3rem;
 padding: 1.8rem 5rem;
 font-size: 3rem;
 font-weight: bold;
 border-bottom: 3px solid #86b91c;
 line-height: 1.4;
 position: relative;
 z-index: 5;
 background: #f4f9e4;
}
.l-main-area h3:not([class]):nth-of-type(1),
.l-main-area--low h2:not([class]):nth-of-type(1) {
 margin-top: 2rem;
}
.l-main-area h4:not([class]),
.l-main-area--low h3:not([class]) {
 margin: 3rem auto 2rem;
 padding: 1rem;
 padding-left: 7.3rem;
 background: url("img/icon_book.png") no-repeat left 50%;
 background-size: 54px auto;
 font-size: 2.3rem;
 color: #86b91c;
}
.l-main-area h4:not([class]) a,
.l-main-area--low h3:not([class]) a {
 background-image: url("img/arrow01_green.svg");
}
.l-main-area h5:not([class]),
.l-main-area--low h4:not([class]),
.l-main-area--low h5:not([class]) {
 margin: 3rem 0 2rem;
 padding: 1rem 2rem;
 background: #f8f8f8;
 font-size: 1.8rem;
 font-weight: bold;
 color: #86b91c;
}
.l-main-area h5:not([class]) a,
.l-main-area--low h4:not([class]) a,
.l-main-area--low h5:not([class]) a {
 background-image: url("img/arrow01_green.svg");
}
/*
---------------------------------------------

  header area

  */
.l-header-area {
 width: 100%;
 margin: 0;
}
.l-header {
 max-width: 1100px;
 margin: 0 auto;
 padding: 1rem 0;
}
.l-header__link {
 display: inline-block;
 text-decoration: none;
}
.l-header-sitename {
 width: 100%;
 font-size: 1.2rem;
 line-height: 1.4;
 text-align: right;
 font-weight: normal;
}
.l-header-sitename__link {
 text-decoration: none;
}
.l-header-sitename__link:hover {
 text-decoration: underline;
}
.l-header-logo {
 margin: 10px 0 0;
 text-align: center;
}
.l-header-logo__image {
 width: 100%;
 height: 100%;
}
.l-header-logo a {
 display: block;
 margin: 0 auto;
 width: 300px;
 height: 60px;
}
.l-gnavi-btn {
 text-decoration: none;
 width: 60px;
 height: 60px;
 margin: 0 auto;
 padding: 50px 0 0;
 display: block;
 position: relative;
 line-height: 1;
 font-size: 0.8rem;
 font-weight: bold;
 text-align: center;
 color: #86b91c;
 cursor: pointer;
}
.l-gnavi-btn:hover {
 color: #86b91c;
}
.l-gnavi-btn span:not([class]) {
 border: none;
 width: 30px;
 height: 3px;
 display: inline-block;
 background: #86b91c;
 transition: all 0.4s;
 position: absolute;
 left: 15px;
}
.l-gnavi-btn span:nth-of-type(1) {
 top: 19px;
}
.l-gnavi-btn span:nth-of-type(2) {
 top: 29px;
}
.l-gnavi-btn span:nth-of-type(3) {
 top: 39px;
}
.l-gnavi-btn-box {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 transition: all 0.4s;
}
.l-gnavi-btn-box.is-active .l-gnavi-btn {
 background: none;
}
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(1) {
 transform: translateY(10px) rotate(-45deg);
}
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(2) {
 opacity: 0;
}
.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(3) {
 transform: translateY(-10px) rotate(45deg);
}
.is-navi-open .l-gnavi-area--slide-left {
 transform: translateX(0);
}
.l-gnavi-area {
 width: 400px;
 height: 100vh;
 padding: 0;
 background: #fff;
 position: fixed;
 box-shadow: 1px 0 5px rgba(0, 0, 0, 0.14);
 transition: all 0.8s ease;
 top: 0;
 left: 0;
 z-index: 300;
}
.l-gnavi-area-menu {
 display: table-cell;
 vertical-align: middle;
}
.l-gnavi-area-scroll {
 height: 100%;
 padding: 20px 100px 20px 0;
 overflow-x: hidden;
 overflow-y: scroll;
 -ms-overflow-style: none;
}
.l-gnavi-area-scroll::-webkit-scrollbar {
 display: none;
 -webkit-appearance: none;
}
.l-gnavi-area-scroll__inner {
 height: 100%;
 display: table;
}
.l-gnavi-area-bar {
 width: 100px;
 height: 100vh;
 position: absolute;
 top: 0;
 right: 0;
}
.l-gnavi-area--slide-right {
 transform: translateX(-300px);
}
.l-gnavi-area--slide-left {
 left: auto;
 right: 0;
 transform: translateX(-100%);
}
.l-gnavi-area--slide-down {
 transform: translateY(-100%);
}
.l-gnavi-area--slide-up {
 transform: translateY(100%);
}
.l-gnavi-list {
 position: relative;
 width: 300px;
}
.l-gnavi-list__link {
 width: 90%;
 margin: 0 auto;
 padding: 10px 45px 10px 20px;
 display: block;
 text-decoration: none;
}
.l-gnavi-list__link--menu {
 cursor: pointer;
}
.l-gnavi-list__sub {
 margin: 0 0 0 1.6rem;
 border-top: dashed 1px #86b91c;
 background: #e1f2d0;
 display: none;
}
.l-gnavi-list__sub .l-gnavi-list__item {
 background: url("img/arrow01_green.svg") no-repeat left 2rem center;
 background-size: 4px 8px;
}
.l-gnavi-btn-close__link {
 margin: 20px auto;
 padding: 10px 20px 10px 50px;
 display: inline-block;
 background: #ffffff;
 text-decoration: none;
 position: relative;
}
.l-gnavi-btn-close__link:hover {
 background: #ccc;
 color: #ffffff;
}
.l-gnavi-btn-close__link:hover:after {
 background: #ffffff;
}
.l-gnavi-btn-close__link:hover:before {
 background: #ffffff;
}
.l-gnavi-btn-close__link:before {
 content: "";
 width: 20px;
 height: 3px;
 background: #000;
 -webkit-transform: translateY(-50%) rotate(45deg);
 transform: translateY(-50%) rotate(45deg);
 position: absolute;
 top: 50%;
 left: 20px;
}
.l-gnavi-btn-close__link:after {
 content: "";
 width: 20px;
 height: 3px;
 background: #000;
 -webkit-transform: translateY(-50%) rotate(-45deg);
 transform: translateY(-50%) rotate(-45deg);
 position: absolute;
 top: 50%;
 left: 20px;
}
.is-gnavi-cover .l-gnavi-area {
 height: auto;
 top: auto;
 z-index: 1;
 overflow-y: hidden;
}
.is-navi-open .l-gnavi-area {
 opacity: 1;
}
.is-navi-open .l-gnavi-area--slide-right {
 transform: translateX(0);
}
.is-navi-open .l-gnavi-area--slide-left {
 transform: translateX(0);
}
.is-navi-open .l-gnavi-area--slide-down {
 transform: translateY(0);
}
.is-navi-open .l-gnavi-area--slide-up {
 transform: translateY(0);
}
.is-navi-open .is-gnavi-cover {
 height: 100vh;
 overflow-y: scroll;
}
.is-navi-open .is-gnavi-cover .l-gnavi-area {
 position: static;
}
/*
---------------------------------------------

  footer area

  */
.l-footer-area {
 margin: 0 auto;
 background: #f4f9e4;
 position: relative;
 padding-top: 4rem;
}
.l-footer-logo {
 text-align: center;
}
.l-footer-logo a {
 display: inline-block;
 width: 111px;
}
.l-footer-disclaimer {
 width: 80%;
 max-width: 800px;
 margin: 20px auto;
 padding: 20px;
 background: #ffffff;
 font-size: 1rem;
 color: #000;
 text-align: left;
}
.l-footer-disclaimer dt {
 float: left;
}
.l-footer-note {
 text-align: center;
 margin: 20px auto;
 font-size: 1.2rem;
}
.l-footer-bottom {
 margin: 0 auto;
 background: #86b91c;
 color: #fff;
 font-size: 1.2rem;
 text-align: center;
}
.l-footer-bottom__inner {
 width: 96%;
 max-width: 1100px;
 display: table;
 margin: 0 auto;
}
.l-footer-bottom__copy {
 padding: 10px 0;
 display: table-cell;
 text-align: left;
}
.l-footer-bottom__copy__link {
 text-decoration: none;
 color: #fff;
}
.l-footer-bottom__copy__link:hover {
 text-decoration: underline;
}
.l-footer-bottom__sitemap {
 padding: 10px 0;
 display: table-cell;
 text-align: right;
}
.l-footer-bottom__sitemap__link {
 background: url(img/arrow01_white.svg) no-repeat right center;
 background-size: 7px 12px;
 padding: 0 24px 0 0;
 text-decoration: none;
 color: #fff;
}
.l-footer-bottom__sitemap__link:hover {
 text-decoration: underline;
}
.l-footer-menu-wrapper {
 width: 100%;
 max-width: 1100px;
 margin: 0 auto;
 padding-top: 4rem;
}
.l-footer-menu {
 margin: 0 0 40px;
}
.l-footer-menu__title {
 margin: 0 0 10px 0;
 padding: 0 0 5px;
 border-bottom: solid 1px #333;
 text-align: left;
 font-size: 1.4rem;
 line-height: 1.4;
}
.l-footer-menu__title__link {
 display: block;
 padding: 0 0 0 3rem;
 background: url("img/arrow01_green.svg") no-repeat left 1rem center;
 background-size: 9px auto;
 text-decoration: none;
 font-weight: bold;
 position: relative;
}
.l-footer-menu__title__link:hover {
 text-decoration: underline;
}
.l-footer-menu__list {
 display: inline;
}
.l-footer-menu__list__item {
 float: left;
 padding: 0 10px;
 display: inline-block;
}
.l-footer-menu__list__item:first-child {
 display: none;
}
.l-footer-menu__list__link {
 padding: 5px 0 5px 15px;
 background: url(img/icon_li_footer.svg) no-repeat left top 11px;
 background-size: 8px 8px;
 text-align: left;
 font-size: 1.2rem;
 text-decoration: none;
}
.l-footer-menu__list__link:hover {
 text-decoration: underline;
}
.l-footer-submenu__list {
 display: inline-block;
}
.l-footer-submenu__list__item {
 display: inline-block;
}
.l-footer-submenu__list__link {
 padding: 5px 15px;
 text-align: left;
 font-size: 1.2rem;
 text-decoration: none;
}
.l-footer-submenu__list__link:before {
 content: "- ";
}
.l-footer-submenu__list__link:hover {
 text-decoration: underline;
}
/*
---------------------------------------------

  common

  */
.l-pagetop {
 position: absolute;
 top: -80px;
 right: 30px;
 z-index: 100;
}
.l-pagetop__link {
 width: 60px;
 height: 60px;
 background: #86b91c;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
}
.l-pagetop__image {
 width: 24px;
}
.l-pagetop.is-fixed {
 position: fixed;
 top: auto;
 bottom: 30px;
}
#pankuzu {
 max-width: 1100px;
 width: 94%;
 margin: 2rem auto;
 font-size: 1.2rem;
}
#pankuzu span {
 border: none;
 font-size: 1.2rem;
 font-weight: normal;
}
/*
---------------------------------------------

  contents area

  */
.l-contents-area {
 margin: 0 auto;
}
/*
---------------------------------------------

  main area / common

  */
.l-main-area {
 margin: 0 auto 7rem auto;
 padding: 0;
 text-align: left;
}
.l-main-area--low {
 max-width: 1100px;
 width: 94%;
 margin: 0 auto 7rem auto;
}
.l-section-inner {
 max-width: 1000px;
 margin: 0 auto;
 padding: 8rem 0;
}
.l-contents-area .l-common-title {
 padding: 5.8rem 0 0;
 margin: 0 0 4rem;
 font-size: 3.6rem;
 font-weight: bold;
 text-align: center;
 color: #86b91c;
 letter-spacing: 0.05em;
 background: url("img/icon_book.png") no-repeat center top;
}
.l-contents-area .l-common-title a {
 padding: 0 3rem;
 display: inline-block;
}
.l-common-lead {
 margin:2rem auto 4rem;
}
/*
---------------------------------------------

  top

  */
.l-mv {
 background: url(img/bg_mv.jpg) center 50% no-repeat;
 background-size: cover; 
 margin:0 auto;
}
.l-mv-wrapper {
 width: 1140px;
 padding: 2.5rem 0 5.8rem 7rem;
 margin: 0 auto;
 position: relative;
}
.l-mv-logo {
 width: 165px;
 margin: 0 auto 1.5rem;
}
.l-mv-box {
 width: 736px;
 background-color: rgba(255, 255, 255, 0.702);
 padding: 4.7rem 2.5rem 4.7rem 5rem;
}
.l-mv-box .l-mv-title {
 font-weight: bold;
 font-size: 3rem;
}
.l-mv-box .l-mv-title .green {
 color: #86b91c;
 font-size: 3.7rem;
}
.l-mv-box .btn-internal {
 margin-bottom: 0;
}
.l-mv-box .btn-internal a {
 background-color: #5aa2e7;
}
.l-mv-box .btn-internal a::after {
 transform: translateY(-50%) rotate(90deg);
}
.l-mv-box02 {
 display: block;
 width: 320px;
 position: absolute;
 right: 0;
 bottom: 30px;
}
.l-mv__person_box {
 position: relative;
}
.l-mv__person-balloon {
 position: absolute;
 left: 0;
 top: 43px;
 display: block;
 width: 223px;
 font-size: 1.4rem;
 font-weight: bold;
 line-height: 1.4;
 color: #86b91c;
 background: #fff;
 padding: 10px 15px;
 border-radius: 20px;
}
.l-mv__person__img {
 width: 97px;
 line-height: 1;
 margin: 0 auto 0 177px;
 position: relative;
 z-index: 1;
}
.l-mv__person_txt {
 font-size: 1.6rem;
 line-height: 1.5;
 border: #86b91c 2px solid;
 background-color: #fff;
 border-radius: 15px;
 padding: 0.2rem 1rem;
 position: relative;
}
.l-mv__person_txt::before {
 content: "";
 display: block;
 width: 28px;
 height: 16px;
 background: #86b91c;
 clip-path: polygon(100% 0%, 0% 99%, 82% 100%);
 position: absolute;
 top: -16px;
 left: 154px;
}
.l-mv__person_txt::after {
 content: "";
 display: block;
 width: 28px;
 height: 16px;
 background: #fff;
 clip-path: polygon(100% 0%, 0% 99%, 82% 100%);
 position: absolute;
 top: -12px;
 left: 151px;
}
.l-parts01 {
}
.l-parts01-column3 {
 display: flex;
 justify-content: space-between;
 padding: 0 5rem;
 margin: 0 0 5.9rem;
}
.l-parts01-column3__box {
 width: calc((100% - 60px) / 2);
 background: #ffffff;
 border: solid 2px #86b91c;
 padding: 2.8rem;
}
.l-parts01-column3 .catch-text {
 margin: 0 0 2rem;
 line-height: 1.4;
 font-size: 2rem;
 font-weight: bold;
 text-align: center;
}
.l-parts01-column3 .catch-body {
 text-align: center;
 color: #86b91c;
 padding: 4.8rem 0 0;
 position: relative;
}
.l-parts01-column3 .catch-body::before {
 content: "";
 display: block;
 width: 40px;
 height: 20px;
 background: #c5de93;
 clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 margin: 0 auto;
}
.l-parts02 {
 background-color: #e1f2d0;
}
.l-contents-area .l-parts02 .l-common-title {
 color: #1c1c1c;
}
.l-parts02-white {
 padding-bottom: 2rem;
 border-radius: 20px;
 background: #fff;
}
.l-parts02-white + .l-parts02-white {
 margin-top: 4rem;
}
.l-parts02-white__title {
 padding: 2rem;
 background: #73ae00;
 border-radius: 20px 20px 0 0;
 color: #fff;
}
.l-parts02-white__title .company__icons div {
 width: 135px;
}
.l-parts02-white__title .catch-title {
 margin: 0 auto;
 text-align: center;
 font-size: 3.3rem;
 line-height: 1.4;
 letter-spacing: 0.05em;
}
.l-parts02-white__title .catch-title .line {
 background: linear-gradient(to bottom, rgba(255,221,81,0) 0%,rgba(255,221,81,0) 89%,rgba(255,221,81,1) 90%,rgba(255,221,81,1) 100%);
}
.l-parts02-white-inner {
 margin: 1.8rem auto;
 padding: 0 5rem;
}
.l-parts02-white-inner .clinic {
 display: table;
 margin: 0 auto;
 text-align: center;
 padding: 3.9rem 6.2rem;
 font-size: 3rem;
 font-weight: bold;
 position: relative;
}
.l-parts02-white-inner .clinic .small {
 font-size: 2rem;
}
.l-parts02-white-inner .clinic::before {
 content: "";
 width: 60px;
 height: 70px;
 background: url("img/icon_doctor01.png") no-repeat left 50%;
 background-size: 100% auto;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translate(0%, -50%);
}
.l-parts02-white-inner .thum {
 text-align: center;
}
.l-parts02-white .title-voice {
 margin: 7rem 0 2.5rem;
 text-align: center;
 background: url("img/title-voice_bg.png") repeat-x left 50%;
}
.l-parts02-white .title-voice span:not([class]) {
 display: inline-block;
 padding: 0 2rem;
 background: #fff;
 font-size: 2.5rem;
 font-weight: bold;
 color: #86b91c;
 letter-spacing: 0.05em;
 border: none;
}
.l-parts02-white .iconBox {
 background-color: #f4f9e4;
 border-radius: 10px;
 padding: 4rem 5rem 2rem;
 position: relative;
}
.l-parts02-white .iconBox::after {
 content: "";
 width: 75px;
 height: 75px;
 background: #fff url("img/icon_doctor02.png") no-repeat center top 6px;
 background-size: 100% auto;
 border: solid 1px #83bd11;
 border-radius: 100%;
 overflow: hidden;
 position: absolute;
 left: -24px;
 top: -21px;
}
.l-parts02-white .iconBox .catch {
 font-size: 2.1rem;
 line-height: 1.4;
 text-align: center;
 letter-spacing: 0.03em;
 font-weight: bold;
}
.l-parts02-white__column3 {
 margin-bottom: 1rem;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.l-parts02-white__column3__box {
 width: calc((100% - 4rem) / 2);
 padding: 3rem 2rem;
 background: #f8f8f8;
 border-radius: 10px;
}
.l-parts02-white__column3__box .voice-catch {
 margin: 0 0 2rem;
 padding: 0 0 1.5rem;
 font-weight: bold;
 font-size: 2.2rem;
 line-height: 1.4;
 display: flex;
 align-items: center;
 width: 100%;
 border-bottom: 1px solid #86b91c;
}
.l-main-area .l-parts02-white table th {
 width: 140px;
}
.l-parts03 {
 background: url("img/parts03_bg.jpg") no-repeat center bottom;
 background-size: 100% auto;
}
.l-parts03-column3 {
 display: flex;
 justify-content: space-between;
}
.l-parts03-column3__box {
 width: calc((100% - 4rem) / 3);
 background: #fff;
 border: solid 2px #73ae00;
 border-radius: 20px 20px 0 0;
 overflow: hidden;
}
.l-parts03-column3__line {
 padding: 1rem 2rem;
}
.l-parts03-column3__catch {
 background-color: #73ae00;
 color: #fff;
 padding: 1.8rem 2rem;
 text-align: center;
 font-size: 2.1rem;
 line-height: 1.4;
 font-weight: 500;
}
.l-parts03-column3__catch p:not([class]) {
 margin: 0;
 line-height: 1.4;
}
.l-parts03-column3__catch .big {
 font-size: 2.7rem;
 background: linear-gradient(to bottom, rgba(255,221,81,0) 0%,rgba(255,221,81,0) 89%,rgba(255,221,81,1) 90%,rgba(255,221,81,1) 100%);
}
.l-parts03-column3__title {
 font-weight: 500;
 font-size: 2.5rem;
 line-height: 1.3;
 text-align: center;
 margin: 1.7rem auto 2.7rem;
}
.l-parts03-column3__title .small {
 font-size: 2.1rem;
}
.l-parts03-column3__box .l-parts03-column3__subtitle {
 background-color:#F7FFDE;
 text-align: center;
 line-height: 1.4;
 font-size: 1.6rem;
 font-weight: bold;
 margin: 1.6rem 0 2rem;
}
.l-parts03-column3__image {
 text-align: center;
}
.l-parts03-column3__image img {
 max-width: 100%;
}
.l-parts03-column3__box p.icon {
 padding: 7rem 0 0;
 background: url("img/icon_maru.png") no-repeat center top;
}
.l-parts03-column3__box .icon.sankaku {
 background-image: url("img/icon_sankaku.png");
}
.l-parts03-column3__box p.icon.nashi {
 background-image: url("uploads/icon_nashi.png");
}
.l-parts03-column3__box div[class^="btn"] a {
 font-size: 1.6rem; 
}
.company__icons {
 display: flex;
 justify-content: center;
 margin: 0 0 1.7rem;
}
.company__icons > div {
 width: calc((100% - 10px)/2);
 font-size: 1.6rem;
 padding: 0.2rem;
 text-align: center;
 background-color: #dfc03f;
}
.company__icons > div + div {
 margin-left: 10px;
}
.company__icons .semi-order {
 background-color: #4a84bd;
}
.l-parts04-list {
 display: flex;
 justify-content: space-between;
 position: relative;
}
.l-parts04-list + .l-parts04-list {
 margin-top: 5.3rem;
}
.l-parts04-image .label {
 margin: 0;
 padding: 0.3rem 0.5rem;
 background: #86b91c;
 font-size: 1.6rem;
 line-height: 1.2;
 text-align: center;
 color: #fff;
}
.l-parts04-image {
 text-align: center;
 width: 111px;
}
.l-parts04-image .image-box {
 margin: 0; 
 line-height: 1;
}
.l-parts04-image .image-box img {
 width: 100%;
 height: auto;
 line-height: 1;
}
.l-parts04-body {
 width: calc(100% - 140px);
 border: 3px solid #86b91c;
 padding: 3rem 5rem 1rem;
 border-radius: 20px;
 position: relative;
 background: #fff;
 font-size: 1.5rem;
 height: 50%;
}
.l-parts04-body:first-child::before,
.l-parts04-body:first-child::after {
 content: "";
 position: absolute;
 border: solid transparent;
 border-width: 11px 28px;
 top: 52px;
 margin-top: -6px;
}
.l-parts04-body:first-child::before {
 border-left-color: #86b91c;
 right: -59px;
}
.l-parts04-body:first-child::after {
 border-left-color: #fff;
 right: -53px;
}
.l-parts04-body:nth-child(2)::before,
.l-parts04-body:nth-child(2)::after {
 content: "";
 position: absolute;
 border: solid transparent;
 border-width: 11px 28px;
 top: 55px;
 margin-top: -6px;
}
.l-parts04-body:nth-child(2)::before {
 border-right-color: #86b91c;
 left: -59px;
}
.l-parts04-body:nth-child(2)::after {
 border-right-color: #fff;
 left: -53px;
}
.l-parts04-body .catch {
 font-size: 2.2rem;
 font-weight: bold;
 line-height: 1.4;
 letter-spacing: 0.05em;
}
.l-parts05-column2 {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.l-parts05-box {
 width: calc((100% - 4rem) / 2);
 padding: 3.8rem 3rem;
 border-radius: 10px;
 position: relative;
 background: #fff8db;
}
.l-parts05-box .l-parts05-catch {
 font-size: 2.1rem;
 font-weight: bold;
 line-height: 1.4;
 letter-spacing: 0.03em;
 margin: 0 0 2rem;
 display: flex;
 align-items: center;
}
.l-parts06 .pr-wrap {
 border: 2px solid #33abdb;
 border-radius: 10px;
 background: url("img/pr_bg.jpg") no-repeat right bottom;
 background-size: auto 100%;
 margin-left: 2rem;
}
.pr-box-head {
 margin: -2.6rem 0 2rem -2.0rem;
 background: #5aa2e7;
 border-radius: 10px;
 padding: 2rem 2rem 2rem 10rem;
 color: #fff;
 font-size: 2.6rem;
 font-weight: 500;
 letter-spacing: 0.03em;
 display: inline-block;
 max-width: 650px;
 position: relative;
 line-height: 1.4;
}
.l-contents-area .pr-box-head a {
 background-image: url("img/arrow01_white.svg");
}
.pr-box-head .txt-pr {
 position: absolute;
 left: 20px;
 top: 0;
 bottom: 0;
 margin: auto;
 width: 60px;
 height: 60px;
 background: #fff;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 color: #0096d2;
 font-size: 2.2rem;
}
.pr-box-body {
 padding: 0 11.8rem 1rem 8rem;
}
.l-parts08 .frame .btn-internal a {
 width: 100%;
 font-size: 1.4rem;
}
.l-parts09 {
 overflow: hidden;
}
.l-parts09 .pic {
 text-align: center;
}
.l-parts09 .table_scroll + .caption {
 text-align: right;
}
.l-parts09 .box-wrap {
 position: relative;
}
.l-parts09 .box-wrap::before {
 content: "";
 display: block;
 width: calc( 100vw - 100px);
 height: 100%;
 background: url("img/parts09_bg.png") no-repeat center top;
 background-size: 100% auto;
 position: absolute;
 top: 148px;
 left: calc( 50% + 50px);
 transform: translate(-50vw, 0);
 z-index: -1;
}
/*--------------------------------------
  toc_parts
---------------------------------------*/
.toc_parts {
 background: #f8f8f8;
 margin: 5rem 0;
 padding: 4rem 5rem;
 box-sizing: border-box;
}
.toc_parts .ttl {
 padding: 0 0 0 1rem;
 font-size: 2rem;
 font-weight: bold;
 border-left: 4px solid #86b91c;
}
#toc {
 margin: 1.5rem 0 0 0;
 padding: 0 2rem 0;
 border-top: 1px solid #1c1c1c;
}
#toc .chapter {
 margin: 0 0 2rem;
 counter-reset: count;
}
#toc .chapter .chapter-h {
 margin: 2rem 0 0;
 padding: 0 0 0 3.5rem;
 font-size: 1.6rem;
 line-height: 1.8;
 position: relative;
 counter-increment: count;
 background: none;
}
#toc .chapter .chapter-h:last-child {
 margin-bottom: 0;
}
#toc ul.chapter .chapter-h::before {
 content: counter(count, decimal-leading-zero);
 position: absolute;
 top: 14px;
 left: 0;
 transform: translate(0, -50%);
 color: #86b91c;
 font-size: 2rem;
 font-weight: bold;
 background: none;
 width: auto;
 height: auto;
 border-radius: 0;
}
#toc .chapter .chapter-h a {
 font-weight: bold;
 text-decoration: none;
}
#toc .chapter .chapter-h span {
 color: #0b072b;
 font-weight: bold;
}
#toc li.chapter-h.chapter-h-three {
 margin: 1rem 0 1rem 4rem;
 padding: 0 0 0 1.5rem;
 counter-increment: none;
}
#toc li.chapter-h.chapter-h-three::before {
 content: "";
 position: absolute;
 top: 8px;
 left: 0;
 width: 8px;
 height: 8px;
 border-top: solid 1px #0b072b;
 border-right: solid 1px #0b072b;
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
#toc li.chapter-h.chapter-h-three a {
 font-weight: 400;
}
#toc li.chapter-h.chapter-h-three span {
 font-weight: 400;
}
#toc .chapter br {
 display: none;
}
.host_table table th {
 width: 24%;
}





.l-main-area--low .l-parts04-list__wrap {
  margin: 5rem 0 0;
  }





  .l-header-sitename::before {
    content: 'PR';
    display: inline-block;
    padding: 0 1rem;
    margin-right: 0.5rem;
    background-color: #000;
    color: #fff;
    font-size: 15px;
}




.l-section-inner .img-box {
  text-align: center;
}

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

  smartphone settings

  */
@media screen and (min-width: 481px) {
 .sp, .forSP, .sp_br {
  display: none !important;
 }
}
@media screen and (max-width: 480px) {
 body {
  min-width: 100%;
  min-width: inherit;
  font-size: 1.4rem;
  padding: 0;
 }
 .pc, .forPC, .pc_br {
  display: none !important;
 }
 img {
  max-width: 100%;
  height: auto;
 }
 a:hover ,a:hover img {
  opacity: 1;
 }
 /*
---------------------------------------------


*/
 .l-main-area ul {
  margin: 2rem 0;
  font-size: 1.4rem;
 }
 .l-main-area ol {
  margin: 3rem 0;
  font-size: 1.4rem;
 }
 .l-main-area table:not([class]) {
  width: 100%;
  margin: 30px auto 20px;
  display: block;
  border-top: 1px #d3d3d3 solid;
  font-size: 1.4rem;
 }
 .l-main-area table:not([class]) tr {
  width: 100%;
  display: block;
 }
 .l-main-area table:not([class]) th {
  width: 100%;
  display: block;
  border-top: none;
 }
 .l-main-area table:not([class]) td {
  width: 100%;
  display: block;
  border-top: none;
 }
 .l-main-area table:not([class]) thead {
  width: 100%;
  display: block;
 }
 .l-main-area table:not([class]) thead th {
  width: 100%;
  display: block;
 }
 .l-main-area table:not([class]) thead td {
  width: 100%;
  display: block;
 }
 .l-main-area table:not([class]) tbody {
  width: 100%;
  display: block;
 }
 .l-main-area table:not([class]) tbody th {
  width: 100%;
  display: block;
 }
 .l-main-area table:not([class]) tbody td {
  width: 100%;
  display: block;
 }
 .table_scroll {
  width: 100%;
  overflow-x: auto;
  position: relative;
 }
 .table_scroll::before {
  content: "▼左右にスクロールできます。";
  display: block;
  font-size: 1.2rem;
}
 .table_scroll .table-layout {
  width: auto;
  display: table;
  table-layout: auto;
  margin: 1rem auto 2rem;
  white-space: nowrap;
 }
 .btn-web,
 .btn-internal,
 .btn-tel,
 .btn-link {
  width: 90%;
  margin: 3rem auto;
  padding: 0;
  display: block;
  text-align: center;
 }
 .btn-web a,
 .btn-internal a {
  width: 100%;
  font-size: 1.4rem;
  padding: 1.6rem 10%;
 }
 .btn-tel a {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 1.6rem 16%;
  background: #fb7444 url("img/icon_tel.png") no-repeat left 9% center;
  background-size: auto 20px;
  border-radius: 1000px;
  box-shadow: 5px 5px 0 #ccc;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  z-index: 10;
  color: #fff;
  font-weight: bold;
 }
 .btn-link a {
  width: 100%;
  margin: 0;
  padding: 1.6rem 10%;
  display: inline-block;
  background: #fff url("img/arrow01_green.svg") no-repeat right 5% top 50%;
  background-size: 7px auto;
  border: #86b91c solid 2px;
  border-radius: 1000px;
  color: #86b91c;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
 }
 .btn-accordion {
  width: 90%;
  margin: auto;
 }
 .btn-accordion span:not([class]) {
  font-size: 1.4rem;
 }
 .btn-accordion span:after {
  width: 6px;
  height: 12px;
 }
 .float-wrap {
  width: 100%;
  margin: 10px auto 30px;
  font-size: 1.4rem;
 }
 .float-wrap .float-img.fr {
  width: 100%;
  margin: 0 0 20px;
  float: none;
 }
 .float-wrap .float-img.fl {
  width: 100%;
  margin: 0 0 20px;
  float: none;
 }
 .float-wrap .float-img.ct {
  width: 100%;
 }
 .float-wrap .float-img.t_small {
  width: 40%;
 }
 .float-wrap .float-img.fr.t_small {
  margin: 0 0 20px 10px;
  float: right;
 }
 .float-wrap .float-img.fl.t_small {
  margin: 0 20px 10px 0;
  float: left;
 }
 .float-wrap .catch {
  font-size: 1.8rem;
 }
 .box-wrap {
  margin: 2rem auto;
  display: block;
  font-size: 1.4rem;
 }
 .box-wrap .box {
  width: 100%;
  margin: 0;
  padding: 2rem;
 }
 .box-wrap .box + .box {
  margin-top: 2rem;
 }
 .box-wrap .box-head {
  font-size: 1.8rem;
  margin-bottom: 2rem;
 }
 .box-wrap .box-head a {
  padding-right: 2rem;
 }
 .frame-wrap {
  margin: 2rem auto;
  display: block;
  font-size: 1.4rem;
 }
 .frame-wrap .frame {
  width: 100%;
  padding: 2rem;
  padding-bottom: 0.2rem;
 }
 .frame-wrap .frame + .frame {
  margin-top: 2rem;
 }
 .frame-wrap .frame-head {
  font-size: 1.8rem;
 }
 .frame-wrap .frame-head a {
  padding: 0 2rem;
 }
 .l-main-area .l-icon-title {
  width: 100%;
  margin: 5rem 0 2rem;
  padding: 1rem 1rem 1rem 7.5rem;
  font-size: 1.8rem;
 }
 .l-main-area .l-icon-title:after {
  width: 60px;
  height: 60px;
  left: 4px;
  background-size: 100% auto;
  font-size: 1.3rem;
 }
 /* low ----------------*/
 .site_title_lower-wrapper {
  padding: 1rem;
 }
 .site_title_lower-wrapper a {
  width: 80px;
 }
 .l-main-area--low h1:not([class]) {
  margin: 2rem 0 3rem;
  font-size: 2.6rem;
  background-size: auto 50px;
  padding: 6rem 0 0;
 }
 .l-main-area h2:not([class]),
 .l-main-area--low h2:not([class]) {
  text-align: center;
  font-size: 2.2rem;
  padding: 1.4rem 2rem;
  margin: 5rem 0 2rem;
 }
 .l-main-area h3:not([class]), .l-main-area--low h3 {
  font-size: 2rem;
  padding: 1.4rem 1rem;
  padding-left: 4rem;
  background-size: 36px auto;
 }
 /*
---------------------------------------------

  header area

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

  footer area

  */
 .l-footer-area {
  padding: 2rem 0 5rem 0;
  min-width: inherit;
 }
 .footMenu {
  width: 100%;
  height: 5rem;
  margin: 0;
  position: fixed;
  bottom: 0;
  z-index: 300;
 }
 .footMenu .menuLeft {
  width: 50%;
  height: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #86b91c;
 }
 .footMenu .menuLeft .l-gnavi-btn {
  margin: 0;
 }
 .footMenu .menuRight {
  width: 50%;
  height: 100%;
  float: right;
  background: #c5de93;
  font-size: 1.2rem;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
 }
 .footMenu .menuRight a {
  padding: 0.15rem 2rem 0 1.5rem;
  background: url("img/arrow01_gray.svg") no-repeat right 1rem center;
  background-size: 6px;
  color: inherit;
  display: block;
  text-decoration: none;
 }
 .footMenu .l-gnavi-btn {
  width: 100%;
  height: 100%;
 }
 .footMenu .l-gnavi-btn span {
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
 }
 .footMenu .l-gnavi-btn span:nth-child(1) {
  top: 15px;
 }
 .footMenu .l-gnavi-btn span:nth-child(2) {
  top: 25px;
 }
 .footMenu .l-gnavi-btn span:nth-child(3) {
  top: 35px;
 }
 .footMenu .l-gnavi-btn.active span:nth-of-type(1) {
  transform: translate(-50%, 10px) rotate(-45deg);
 }
 .footMenu .l-gnavi-btn.active span:nth-of-type(2) {
  opacity: 0;
 }
 .footMenu .l-gnavi-btn.active span:nth-of-type(3) {
  transform: translate(-50%, -10px) rotate(45deg);
 }
 .l-footer-logo {
  margin: 1rem auto;
 }
 .l-footer-logo__image {
  width: 100%;
 }
 .l-footer-logo__link {
  display: block;
  width: 100px;
  margin: 0 auto;
 }
 .l-footer-disclaimer {
  width: 90%;
  margin: 0 auto 1rem;
  padding: 2rem 5%;
 }
 .l-footer-bottom {
  padding: 0 5%;
 }
 .l-footer-bottom__inner {
  width: 90%;
  display: block;
 }
 .l-footer-bottom__copy {
  display: block;
  text-align: center;
  margin: 0;
 }
 .l-footer-bottom__sitemap {
  display: none;
 }
 .l-footer-note {
  margin: 0 0 1rem;
  font-size: 1rem;
 }
 .l-footer-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  background: #f4f9e4;
  margin: 0;
  padding: 0 0 60px 0;
  opacity: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 1s;
 }
 .l-footer-menu-wrapper.active {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s ease-in-out, opacity 0.3s;
  opacity: 1;
 }
 .l-footer-menu {
  width: 90%;
  margin: 0 auto 2rem;
 }
 .l-footer-menu__title {
  margin: 0 0 1rem;
  padding: 0;
  border-bottom: solid 1px #5a5b56;
 }
 .l-footer-menu__title__link {
  display: block;
  font-size: 1.5rem;
  position: relative;
  padding: 1rem 2.5rem 1rem 0;
  background: none;
  font-weight: inherit;
 }
 .l-footer-menu__title__link::after {
  content: "";
  width: 6px;
  height: 14px;
  background: url("img/arrow01_gray.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
 }
 .l-footer-menu__title__link.is-open::after {
  transform: translateY(-50%) rotate(270deg);
 }
 .l-footer-menu__title__link:hover {
  text-decoration: none;
  opacity: 1;
 }
 .l-footer-menu__list {
  display: none;
 }
 .l-footer-menu__list__item {
  width: 100%;
  padding: 0.8rem;
 }
 .l-footer-menu__list__item:first-child {
  display: block;
 }
 .l-footer-menu__list__link {
  margin: 0;
  display: block;
  background: url(img/icon_li_footer.svg) no-repeat left top 13px;
  background-size: 8px 8px;
 }
 .l-footer-submenu__list {
  display: block;
 }
 .l-footer-submenu__list__item {
  display: block;
 }
 /*
---------------------------------------------

  common

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

  contents area

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

  main area

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

  top

  */
 .l-mv {
  background: none;
  position: relative;
  margin-bottom: 2rem;
 }
 .l-mv-wrapper {
  width: 100%;
  padding: 0;
 }
 .l-mv-logo {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 44%;
  background: url("img/bg_mv_sp.jpg") no-repeat;
  background-size: 100% auto;
 }
 .l-mv-logo img {
  display: block;
  width: 28.4%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
 }
 .l-mv-box {
  width: auto;
  margin: -5rem 3% 2rem;
  padding: 1.6rem 1.6rem 2rem;
  background: rgba(252,255,242,0.6);
  position: relative;
  z-index: 1;
 }
 .l-mv-box .l-mv-title {
  font-size: 5.3vw;
  line-height: 1.6;
 }
 .l-mv-box .l-mv-title .green {
  font-size: 6.5vw;
 }
 .l-mv-box02 {
  position: relative;
  width: 100%;
  right: auto;
  bottom: auto;
 }
 .l-mv__person_box {
  margin: 0 3%;
  font-size: 1.4rem;
  position: relative;
 }
 .l-mv__person-balloon {
  position: absolute;
  background: url(img/bg_slash.png);
  left: -6px;
  top: 90px;
  margin:0 auto;
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 0.5rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
 }
 .l-mv__person_txt {
  padding-left: 9rem;
 }
 .l-mv__person__img {
  width: auto;
  height: 80px;
 }
 .l-mv__person__img img {
  width: auto;
  height: 100%;
 }
 .l-contents-area .l-common-title {
  font-size: 2.4rem;
  background-size: auto 2.4rem;
  padding-top: 4rem;
  margin: 0 0 2rem;
 } 
 .l-common-lead {
  margin: 2rem auto;
  padding: 0 1rem;
  width: auto;
 }
 .l-parts01-column3 {
  display: block;
  padding: 0;
  margin: 0 0 3rem;
 }
 .l-parts01-column3__box {
  width: 100%;
  padding: 1.6rem;
 }
 .l-parts01-column3__box + .l-parts01-column3__box {
  margin-top: 2rem;
 }
 .l-parts01-column3 .catch-body {
  padding: 3rem 0 0;
 }
 .l-parts02-white-inner {
  margin: 0 auto;
  padding: 0 1.6rem;
 }
 .l-parts02-white__title {
  padding: 1.6rem;
 }
 .l-parts02-white__title .catch-title {
  font-size: 1.8rem;
 }
 .l-parts02-white__title .catch-title span {
  font-size: 2.1rem;
 }
 .l-parts02-white-inner .clinic {
  padding: 2rem 5rem;
  font-size: 2rem;
 }
 .l-parts02-white-inner .clinic::before {
  width: 40px;
  height: 40px;
 }
 .l-parts02-white-inner .clinic .small {
  display: block;
  font-size: 1.4rem;
 }
  .l-parts02-white .title-voice {   
   margin: 4rem 0 2rem;
 }
 .l-parts02-white .title-voice span:not([class]) {
  font-size: 1.8rem;
  padding: 0 1rem;
  max-width: 80%;
 }
 .l-parts02-white .iconBox {
  padding: 3rem 1.6rem 1.6rem;
 }
 .l-parts02-white .iconBox::after {
  width: 50px;
  height: 50px;
  top: -20px;
  left: -10px;
 }
 .l-parts02-white .iconBox .catch {
  font-size: 1.8rem;
 }
 .l-parts02-white__column3 {
  display: block;
 }
 .l-parts02-white__column3__box {
  width: 100%;
  padding: 1.6rem;
 }
 .l-parts02-white__column3__box + .l-parts02-white__column3__box {
  margin-top: 2rem;
 }
 .l-parts02-white__column3__box .voice-catch {
  font-size: 1.8rem;
  padding: 0 0 1.6rem;
  margin-bottom: 1.6rem;
 }
 .l-parts03-column3 {
  display: block;
 }
 .l-parts03-column3__box {
  width: 100%; 
 }
 .l-parts03-column3__box + .l-parts03-column3__box {
  margin-top: 3rem;
 }
 .l-parts04-list {
  display: block;
  margin: 0 0 2rem 0;
  position: relative;
 }
 .l-parts04-list + .l-parts04-list {
  margin-top: 2rem;
 }
 .l-parts04-body {
  font-size: 1.4rem;
 }
 .l-main-area .l-parts04-body *:last-child {
  margin-bottom: 0;
 }
 .l-parts04-body:first-child, .l-parts04-body:nth-child(2) {
  margin: 0;
  display: block;
 }
 .l-parts04-body:first-child::before, .l-parts04-body:first-child::after, .l-parts04-body:nth-child(2)::before, .l-parts04-body:nth-child(2)::after {
  display: none;
 }
 .l-parts04-image {
  width: 8rem;
  height: auto;
  position: absolute;
  z-index: 1;
  margin: auto;
  top: 2rem;
  text-align: center;
 }
 .l-parts04-image:first-child {
  left: 2rem;
 }
 .l-parts04-image:nth-child(2n) {
  right: 2rem;
 }
 .l-parts04-image .label {
  top: 1rem;
  font-size: 1.1rem;
  width: 100%;
  line-height: 1.4;
 }
 .l-parts04-image .image-box {
  width: auto;
  height: 6rem;
  margin: auto;
 }
 .l-parts04-image .image-box img {
  width: auto;
  height: 100%;
 }
 .l-parts04-body {
  width: 100%;
  padding: 2rem;
 } 
 .l-parts04-body .catch {
  font-size: 1.8rem;
  min-height: 7rem;
  display: flex;
  align-items: center;
  margin: 0 9rem 2rem 0;
 }
 .l-parts04-body .catch a {
  padding-right: 2rem;
 }
 .l-parts04-body:nth-child(2n) .catch {
  margin: 0 0 2rem 9rem;
 }
 .l-parts05-column2 {
  display: block;
 }
 .l-parts05-box {
  width: 100%;
  padding: 2rem 2rem 0.2rem;
 }
 .l-parts05-box + .l-parts05-box {
  margin-top: 2rem;
 }
 .l-parts05-box .l-parts05-catch {
  font-size: 1.8rem;
 }
 .l-parts06 .pr-wrap {
  margin: 7rem 0 2rem 2rem;
  background: url("img/pr_bg_sp.jpg") no-repeat right bottom;
  background-size: 100% auto;
 }
 .pr-box-head {
  margin: -2rem 0 1rem -2.2rem;
  padding: 1.5rem 1.4rem 1.5rem 5.5rem;
  font-size: 1.7rem;
  max-width: 100%;
 }
 .pr-box-head .txt-pr {
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
 }
 .pr-box-body {
  padding: 0 2rem;
 }
 .l-parts09 table.table-layout tr:first-child th:first-child {
  width: 34%;
 }
 .sitemap_area .l-footer-menu__title__link:after {
  content: "";
  transform: translateY(-50%) rotate(00deg);
 }
 .toc_parts {
  margin: 3rem 0;
  padding: 3rem 2.5rem 2rem;
 }
 .toc_parts .ttl {
  font-size: 1.6rem;
  border-left: 2px solid #86b91c;
 }
 #toc {
  margin: 1.5rem 0 0 0;
  padding: 1rem 0 0;
 }
 #toc .chapter .chapter-h {
  margin: 1rem 0;
  padding: 0 0 0 3rem;
  font-size: 1.5rem;
  line-height: 1.6;
 }
 #toc ul.chapter .chapter-h::before {
  top: 11px;
  font-size: 1.8rem;
 }
 #toc li.chapter-h.chapter-h-three {
  margin: 0.5rem 0 0.5rem 2rem;
 }
 #toc li.chapter-h.chapter-h-three::before {
  top: 6px;
  width: 6px;
  height: 6px;
 }
 #toc li.chapter-h-three + .chapter-h-two {
  margin-top: 2rem;
 }




 .l-main-area--low .l-parts04-list__wrap {
  margin: 0;
  }


  table:not([class]) th {
    text-align: center;
}





.l-header-sitename::before {
  font-size: 14px;
}

}