@charset "utf-8";
/* 
Theme Name:mrp-child 
Template:mrp 
Version: 1.0.0 
*/
/* 
DesignCode CSS: ver 0.01 
*/
/*------------------------------------------------------ 
Theme Material ------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

:root {
   /*------â–¼åŸºæœ¬è¨¬å®šâ–¼------*/
   --color-background: #fff;
   --color-background01: #f5f5f5;
   --color-background02: #f9fafb;
   --color-font: #222;
   --color-primary: #3b7751;
   --color-primary-shade: #345945;
   --color-table-border: #c5c5c5;
   --color-table-bg: #ffe1c2;
   --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem); /* 1.6-1.4rem (1920-375) */
   --body-font-family: "Noto Sans JP", sans-serif;
   --content-max-width: 1240px;
   /*------â–¼ãƒ˜ãƒƒãƒ€ãƒ¼è¨¬å®šâ–¼------*/
   --header-background: #fff;
   --header-color-font: #222;
   --header-color-primary: #3b7751;
   /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨¬å®šâ–¼------*/
   --footer-background: transparent;
   --footer-color-font: #222;
   --footer-color-primary: #222;
   /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨¬å®šâ–¼------*/
   --font-family01: "Noto Sans JP", sans-serif;
   --font-family02: "Noto Sans JP", sans-serif;
   --font-family03: "Noto Serif JP", "Noto Sans JP", serif;

   /*------â–¼pxãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
   --px300: min(calc(300px + (1vw - 19.2px) * 10.356), 300px); /*300px-80px (1920-375)*/
   --px240: min(calc(240px + (1vw - 19.2px) * 10.356), 240px); /*240px-80px (1920-375)*/
   --px200: min(calc(200px + (1vw - 19.2px) * 6.4725), 200px); /*200px-100px (1920-375)*/
   --px180: min(calc(180px + (1vw - 19.2px) * 3.8835), 180px); /*180-120px (1920-375) */
   --px170: min(calc(170px + (1vw - 19.2px) * 6.4725), 170px); /*160px-60px (1920-375)*/
   --px160w: min(calc(160px + (1vw - 19.2px) * 5.178), 160px); /*160px-80px (1920-375)*/
   --px160: min(calc(160px + (1vw - 19.2px) * 6.4725), 160px); /*160px-60px (1920-375)*/
   --px150: min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); /*150-100px (1920-375) */
   --px140: min(calc(140px + (1vw - 19.2px) * 6.4725), 140px); /*140px-40px (1920-375)*/
   --px130: min(calc(130px + (1vw - 19.2px) * 2.589), 130px); /*130px-90px (1920-375)*/
   --px120: min(calc(120px + (1vw - 19.2px) * 2.589), 120px); /*120px-80px (1920-375)*/
   --px120s: clamp(40px, calc(7.5rem + ((1vw - 19.2px) * 8.9286)), 120px); /*120px-40px (1920-375)*/
   --px100w: min(calc(100px + (1vw - 19.2px) * 3.2362), 100px); /*100px-50px (1920-375)*/
   --px100: min(calc(100px + (1vw - 19.2px) * 3.8835), 100px); /*100px-40px (1920-375)*/
   --px100s: clamp(30px, calc(10rem + ((1vw - 19.2px) * 7.8125)), 100px);
   --px96: min(calc(96px + (1vw - 19.2px) * 3.1068), 96px); /*96px-48px (1920-375)*/
   --px90: min(calc(90px + (1vw - 19.2px) * 3.8835), 90px); /*90px-30px (1920-375)*/
   --px80w: min(calc(80px + (1vw - 19.2px) * 1.2945), 80px); /*80px-60px (1920-375)*/
   --px80: min(calc(80px + (1vw - 19.2px) * 2.589), 80px); /*80px-40px (1920-375)*/
   --px70: min(calc(70px + (1vw - 19.2px) * 1.9417), 70px); /*60px-30px (1920-375)*/
   --px80s: min(calc(80px + (1vw - 19.2px) * 3.8835), 80px); /*80px-20px (1920-375)x*/
   --px60w: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px); /*60px-40px (1920-375)*/
   --px60: min(calc(60px + (1vw - 19.2px) * 1.9417), 60px); /*60px-30px (1920-375)*/
   --px50: min(calc(50px + (1vw - 19.2px) * 1.2945), 50px); /*50px-30px (1920-375)*/
   --px40w: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px); /*40px-30px (1920-375)*/
   --px40: min(calc(40px + (1vw - 19.2px) * 1.2945), 40px); /*40px-20px (1920-375)*/
   --px35: min(calc(35px + (1vw - 19.2px) * 1.2945), 35px); /*35px-15px (1920-375)*/
   --px30w: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px); /*30px-20px (1920-375)*/
   --px30: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px); /*30px-15px (1920-375)*/
   --px24: min(calc(24px + (1vw - 19.2px) * 0.6472), 24px); /*24px-14px (1920-375)*/
   --px20: min(calc(20px + (1vw - 19.2px) * 0.6472), 20px); /*20px-10px (1920-375)*/
   --px18: min(calc(18px + (1vw - 19.2px) * 0.2589), 18px); /*18px-14px (1920-375)*/
   --px16: min(calc(16px + (1vw - 19.2px) * 0.1294), 16px); /*16px-14px (1920-375)*/
   --px14: min(calc(14px + (1vw - 19.2px) * 0.1294), 14px); /*14px-12px (1920-375)*/
   --px12: min(calc(12px + (1vw - 19.2px) * 0.0647), 12px); /*12px-11px (1920-375)*/
   /*------â–¼remãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³â–¼------*/
   --rem120: min(calc(12rem + (1vw - 1.92rem) * 3.8835), 12rem); /*12rem-6rem (1920-375)*/
   --rem84: clamp(30px, calc(8.4rem + ((1vw - 19.2px) * 3.4951)), 84px);
   --rem80w: min(calc(8rem + (1vw - 1.92rem) * 1.2945), 8rem); /*8rem-6rem (1920-375)*/
   --rem80: min(calc(8rem + (1vw - 1.92rem) * 2.589), 8rem); /*8rem-4rem (1920-375)x*/
   --rem72: min(calc(7.2rem + (1vw - 1.92rem) * 1.9417), 7.2rem); /*7.2rem-4.2rem (1920-375)*/
   --rem70: min(calc(7rem + (1vw - 1.92rem) * 2.588), 7rem); /*7rem-4rem (1920-375)*/
   --rem60: min(calc(6rem + (1vw - 1.92rem) * 1.5534), 6rem); /*6rem-3.6rem (1920-375)*/
   --rem56: min(calc(5.6rem + (1vw - 1.92rem) * 1.5534), 5.6rem); /*5.6rem-3.2rem (1920-375)*/
   --rem50: min(calc(5rem + (1vw - 1.92rem) * 1.2945), 5rem); /*5.6rem-3rem (1920-375)*/
   --rem48w: min(calc(4.8rem + (1vw - 1.92rem) * 0.6472), 4.8rem); /*4.8rem-3.8rem*/
   --rem48: min(calc(4.8rem + (1vw - 1.92rem) * 1.5534), 4.8rem); /*4.8rem-2.4rem (1920-375)*/
   --rem46: min(calc(4.6rem + (1vw - 1.92rem) * 1.5533), 4.6rem); /*4.6rem-2.2rem (1920-375)*/
   --rem42w: clamp(30px, calc(4.2rem + ((1vw - 19.2px) * 0.7767)), 42px); /*4.2rem-3rem (1920-375)*/
   --rem42: min(calc(4.2rem + (1vw - 1.92rem) * 1.165), 4.2rem); /*4.2rem-2.4rem (1920-375)*/
   --rem42s: min(calc(4.2rem + (1vw - 1.92rem) * 1.4887), 4.2rem); /*4.2rem-1.9rem (1920-375)*/
   --rem40w: min(calc(4rem + (1vw - 1.92rem) * 0.6472), 4rem); /*4rem-3rem (1920-375)*/
   --rem40: min(calc(4rem + (1vw - 1.92rem) * 1.2945), 4rem); /*4rem-2rem (1920-375)*/
   --rem36: min(calc(3.6rem + (1vw - 1.92rem) * 0.7767), 3.6rem); /*3.6rem-2.4rem (1920-375)*/
   --rem30w: min(calc(3rem + (1vw - 1.92rem) * 0.3883), 3rem); /*3rem-2.4rem (1920-375)*/
   --rem30: min(calc(3rem + (1vw - 1.92rem) * 0.6472), 3rem); /*3rem-2rem (1920-375)*/
   --rem30s: min(calc(3rem + (1vw - 1.92rem) * 0.9709), 3rem); /*3rem-1.5rem (1920-375)*/
   --rem28w: clamp(20px, calc(2.8rem + ((1vw - 19.2px) * 0.5178)), 28px); /*2.8rem-2rem (1920-375)*/
   --rem28: min(calc(2.8rem + (1vw - 1.92rem) * 0.6472), 2.8rem); /*2.8rem-1.8rem (1920-375)*/
   --rem26w: min(calc(2.6rem + (1vw - 1.92rem) * 0.3883), 2.6rem); /*2.6rem-1.8rem (1920-375)*/
   --rem24w: min(calc(2.4rem + (1vw - 1.92rem) * 0.3883), 2.4rem); /*2.4rem-1.8rem (1920-375)*/
   --rem24: min(calc(2.4rem + (1vw - 1.92rem) * 0.6472), 2.4rem); /*2.4rem-1.4rem (1920-375)*/
   --rem22w: min(calc(2.2rem + (1vw - 1.92rem) * 0.2589), 2.2rem); /*2.2rem-1.6rem (1920-375)*/
   --rem20w: min(calc(2rem + (1vw - 1.92rem) * 0.2589), 2rem); /*2rem-1.6rem (1920-375)*/
   --rem20: min(calc(2rem + (1vw - 1.92rem) * 0.3883), 2rem); /*2rem-1.4rem (1920-375)*/
   --rem18: min(calc(1.8rem + (1vw - 1.92rem) * 0.2589), 1.8rem); /*1.8rem-1.4rem (1920-375)*/
   --rem16: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem); /*1.6rem-1.4rem (1920-375)*/
   --rem14: min(calc(1.4rem + (1vw - 1.92rem) * 0.1294), 1.4rem); /*1.4rem-1.2rem (1920-375)*/
   --rem12: min(calc(1.2rem + (1vw - 1.92rem) * 0.0647), 1.2rem); /*1.2rem-1.1rem (1920-375)*/
}

html {
   scroll-behavior: smooth;
}

body.home #contact-bottom {
   display: none;
}

.cta01 .cta01_wrap h1 {
   text-align: center;
}

.anchor_link::before {
   content: "";
   display: block;
   padding-top: 150px;
   margin-top: -150px;
}

.lh2 {
   line-height: 2;
}

.home-content_max {
   max-width: 1240px;
   width: 90%;
   margin: 0 auto;
   position: relative;
   z-index: 1;
}

.content_max_width {
   max-width: 1100px;
   width: 90%;
   margin: 0 auto;
}
.clr-fff {
   color: var(--color-background) !important;
}

.clr-primary {
   color: var(--color-primary) !important;
}

.fw-500 {
   font-weight: 500;
}

.fw-bold {
   font-weight: bold;
}

@media print, screen and (min-width: 700px) {
   .sm_center {
      text-align: center;
   }
}

.fs-18 {
   font-size: var(--rem18);
}

.fs-20 {
   font-size: var(--rem20) !important;
}

@media print, screen and (min-width: 768px) {
   .flexbox-sp {
      display: flex;
   }

   .flexbox-sp .w50 {
      width: 50%;
   }
}

@media print, screen and (min-width: 1024px) {
   .pc_left {
      text-align: left !important;
   }
   .pc_right {
      text-align: right !important;
   }
}

.widearea {
   margin-right: calc(((100vw - 100%) / 2) * -1);
   margin-left: calc(((100vw - 100%) / 2) * -1);
}

.py-120 {
   padding: var(--px120) 0;
}

/* ----------- style h1 ----------------- */
h1.title.main-ttl {
   font-size: var(--rem48);
   font-weight: 900;
   letter-spacing: 0em;
   color: var(--color-primary);
   position: relative;
   margin-bottom: var(--px50);
   font-family: var(--font-family03);
}

h1.title.main-ttl > span {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

h1.title.main-ttl.txt-l > span {
   align-items: flex-start;
}

h1.title.main-ttl span span {
   display: inline-block;
   background: var(--color-primary);
   font-size: var(--rem22w);
   color: var(--color-background);
   letter-spacing: 0.08em;
   font-weight: 900;
   line-height: 1;
   font-family: var(--font-family01);
   padding: 8px 10px;
}

h1.title.main-ttl.clr-fff {
   color: var(--color-background);
}
h1.title.main-ttl.clr-fff span span {
   color: var(--color-primary);
   background: var(--color-background);
}

h1.title.bottom-loop {
   font-size: var(--rem48w);
   font-weight: bold;
   letter-spacing: 0.08em;
   color: var(--color-primary);
   position: relative;
   margin-bottom: var(--px50);
   font-family: var(--font-family03);
}

h1.title.bottom-loop span span {
   display: block;
   font-size: calc(var(--rem30w) + 2px);
   color: var(--color-primary);
   letter-spacing: 0.08em;
   font-weight: bold;
   line-height: 1;
   font-weight: bold;
}
/* ----------- end style h1 ----------------- */

/* ----------- style h2 ----------------- */
body:not(.home) .post h2 {
   font-size: var(--rem30w);
   font-weight: 900;
   letter-spacing: 0em;
   color: var(--color-primary);
   position: relative;
   margin-bottom: var(--px50);
   font-family: var(--font-family03);
}

body:not(.home) .post h2:has(span)::after {
   content: none;
}
/* ----------- end style h2 ----------------- */

/* ----------- style h3 ----------------- */
body:not(.home) .post h3:has(span) {
   position: relative;
   font-size: var(--rem24w);
   font-weight: bold;
   letter-spacing: 0.02em;
   margin-bottom: var(--px30);
   color: var(--color-primary);
   border-color: var(--color-table-border);
}

body:not(.home) .post h3:has(span)::after {
   content: "";
   position: absolute;
   width: var(--px150);
   height: 3px;
   background: var(--color-primary);
   left: 0;
   bottom: -1.5px;
}
/* ----------- end style h3 ----------------- */

/* ----------- style table ----------------- */
table.responsive {
   border: none;
}

table.responsive th {
   font-size: var(--rem16);
   color: var(--color-background);
   padding: var(--px24);
   background: var(--color-primary);
   vertical-align: middle;
   border: 1px solid var(--color-table-border);
   border-right: none;
}

table.responsive td {
   font-size: var(--rem16);
   color: var(--color-font);
   line-height: 2;
   padding: var(--px24);
   vertical-align: middle;
   border: 1px solid var(--color-table-border);
   border-left: none;
}
/* ----------- end style table ----------------- */

/* ------- style button --------------- */

.linkBtn,
.post .linkBtn,
a.linkBtn,
.post .subimitarea .linkBtn input[type="submit"] {
   position: relative;
   display: inline-block;
   width: 100%;
   max-width: fit-content;
   min-width: 180px;
   font-size: var(--rem18);
   color: var(--color-primary-shade);
   line-height: 1.8;
   text-align: left;
   letter-spacing: 0.08em;
   background: transparent;
   font-weight: bold;
   padding: var(--rem12) calc(var(--px50) + 16px) var(--rem12) 4px;
   margin: var(--px40) auto 0;
   border-bottom: solid 2px var(--color-table-border);
   border-radius: 0;
   transition: all 0.3s;
}

.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
   content: none;
}
.linkBtn:hover,
.post .linkBtn:hover,
a.linkBtn:hover {
   color: var(--color-primary-shade);
   background: transparent;
}
.linkBtn .arw,
.post .linkBtn .arw,
a.linkBtn .arw {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   position: absolute;
   width: var(--px50);
   height: var(--px50);
   border: 2px solid var(--color-primary-shade);
   background: var(--color-primary-shade);
   border-radius: 50%;
   right: 0;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-transition: 0.4s;
   transition: 0.4s;
}
.linkBtn .arw::after,
.post .linkBtn .arw::after,
a.linkBtn .arw::after {
   content: "";
   position: absolute;
   width: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
   height: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
   border-style: solid;
   border-width: 2px 2px 0 0;
   border-color: var(--color-background);
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-70%, -50%) rotate(45deg);
   transform: translate(-70%, -50%) rotate(45deg);
   -webkit-transition: 0.4s;
   transition: 0.4s;
}
.linkBtn:hover .arw,
.post .linkBtn:hover .arw,
a.linkBtn:hover .arw {
   background: transparent;
}
.linkBtn:hover .arw::after,
.post .linkBtn:hover .arw::after,
a.linkBtn:hover .arw::after {
   border-color: var(--color-primary-shade);
}
.subimitarea > .linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
	z-index: 1;
}

.post .subimitarea .linkBtn .arw {
	z-index: 0;
}

/* ------- style button --------------- */

/* ------------- HEADER --------------- */

#thumbImg::before,
header#h1Header::before {
   opacity: 0.4;
   background: #7cae6b;
}
header#h1Header h1.title {
   color: var(--color-background);
}

body.mobile #header .logo img {
   max-width: 250px;
}
@media print, screen and (min-width: 1024px) {
   nav#mainNav ul li.pc_none {
      display: none;
   }

   #header {
      height: 100px;
   }

   #header .logo img {
      max-width: 324px;
      max-height: 60px;
      width: 100%;
      height: auto;
      min-width: 90px;
   }

   .sticky-header #header-layout {
      height: 100px;
   }

   nav#mainNav ul li a b {
      font-size: var(--rem16);
      font-weight: bold;
      line-height: 1;
      letter-spacing: 0em;
      color: var(--header-color-font);
   }

   nav#mainNav ul li ul.sub-menu li a:hover,
   nav#mainNav ul li.current-menu-ancestor li.current-menu-item a {
      color: var(--color-background);
      background: var(--color-primary) !important;
   }

   #header ul.header__contact {
      margin-right: var(--px20);
   }

   #header ul.header__contact li {
      display: flex;
      align-items: center;
   }

   #header a.head_btn::before {
      display: none;
   }
   #header a.head_btn.tel_btn {
      color: var(--header-color-font);
      background: var(--color-background);
      width: 254px;
      height: 64px;
      border-left: 1px solid #aeaeae;
   }

   .note,
   .note b {
      font-weight: normal;
   }

   #header a.head_btn.tel_btn .tel_icon {
      font-size: var(--rem28);
      font-weight: bold;
      font-family: var(--font-family03);
   }
   #header a.head_btn.tel_btn .tel_icon::before {
      content: "\f095";
      font-family: "FontAwesome";
      font-size: var(--rem18);
      font-weight: 400;
      line-height: 1;
      margin-top: 4px;
      margin-right: 8px;
      color: var(--header-color-font);
   }

   #header a.head_btn.tel_btn:hover {
      background: var(--header-color-primary);
      color: var(--header-background);
   }
   #header a.head_btn.tel_btn:hover .tel_icon::before {
      color: var(--header-background);
   }

   #header a.head_btn.mail_btn {
      width: 190px;
      height: 80px;
      background: var(--header-color-primary);
      color: var(--header-background);
      font-size: var(--rem16);
      font-weight: 500;
   }

   #header a.head_btn.mail_btn span::before {
      content: "\f0e0";
      font-family: "FontAwesome";
      font-size: var(--rem18);
      font-weight: 400;
      line-height: 1;
      margin-top: 4px;
      margin-right: 8px;
      color: var(--header-background);
   }

   #header a.head_btn.mail_btn:hover {
      color: var(--header-color-primary);
      background: var(--header-background);
   }

   #header a.head_btn.mail_btn:hover span::before {
      color: var(--header-color-primary);
   }

   nav#mainNav {
      margin-right: var(--px30);
   }
}

@media print, screen and (max-width: 1430px) and (min-width: 1024px) {
   #header a.head_btn.tel_btn,
   #header a.head_btn.mail_btn {
      width: fit-content;
   }

   #header .logo img {
      max-width: 200px;
   }
}

@media print, screen and (max-width: 1023px) {
   #sp-header .inner #header-layout nav#sp-mainNav .inner ul li.current-menu-item a,
   #sp-header .inner #header-layout nav#sp-mainNav .inner ul li a:hover {
      background: var(--color-primary) !important;
      color: var(--color-background);
   }

   nav#mainNav ul li li.current-menu-item a {
      background: var(--color-primary);
      color: var(--color-background);
   }
}
/* ------------- END  HEADER --------------- */

/* -------------  HOME --------------- */
.imgarea {
   overflow: hidden;
}

.imgarea img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.column01 {
   position: relative;
   z-index: 1;
}

.column01 .txtarea {
   padding: var(--px40);
}

ul.col-list {
   display: flex;
   flex-wrap: wrap;
   gap: var(--px40);
}

/* home 1 */
#home-1 {
   padding: var(--px120) 0;
   background: url(/wp-content/uploads/top-1.png) no-repeat center/cover;
}

#home-1 .imgarea {
   aspect-ratio: 1064 / 590;
}
/* home 1 */
/* home 2 */
#home-2 {
   position: relative;
   padding: var(--px120) 0;
   background: url(/wp-content/uploads/top-3.png) no-repeat center/cover;
}

#home-2::before {
   position: absolute;
   content: "";
   inset: 0;
   background: #1f402eb2;
}

ul.col3-home li {
   width: calc((100% - var(--px60) * 2) / 3);
   background: var(--color-background);
   padding: var(--px40);
}

.ttl-30 {
   font-size: var(--rem30);
   font-weight: bold;
   line-height: 1.4;
   text-align: center;
}

#home-2 .ttl-30::before {
   content: "\f56d";
   font-family: "FontAwesome";
   font-size: var(--rem60);
   font-weight: 400;
   line-height: 1;
   color: var(--color-primary);
   display: block;
   margin-bottom: var(--px20);
}
/* home 2 */

/* home 3 */

ul.col2-home li {
   width: calc((100% - var(--px40)) / 2);
   padding: var(--px40);
   border: 2px solid var(--color-primary);
   display: flex;
   flex-direction: column;
}

ul.col2-home li .txtinner {
   flex-grow: 1;
}
/* home 3 */
@media print, screen and (min-width: 769px) {
   .column01 .txtarea {
      display: flex;
      align-items: center;
      justify-content: center;
   }

   .column01 .txtinner {
      width: 100%;
   }

   #home-1 .imgarea {
      width: 55%;
   }
   #home-1 .txtarea {
      width: 45%;
   }

   #home-1 .txtinner {
      max-width: 576px;
   }

   ul.col3-home {
      gap: var(--px60);
   }
}

@media print, screen and (max-width: 800px) {
   ul.col3-home li {
      width: calc((100% - var(--px60)) / 2);
   }
   ul.col2-home li {
      width: 100%;
   }
}

@media print, screen and (max-width: 600px) {
   ul.col3-home li {
      width: 100%;
   }
}
/* ------------ HOME ---------------------- */

/* ------------ OVERVIEW ---------------------- */
.committee {
   font-size: var(--rem12);
   font-weight: bold;
}
/* ------------ OVERVIEW ---------------------- */

/* ------------ FEES ---------------------- */

table.table-cols th {
   background: var(--color-primary);
   font-weight: 500;
   font-size: var(--rem18);
   text-align: center;
   line-height: 1.6;
   padding: var(--px20);
   color: var(--color-background);
}

table.table-cols tbody tr:nth-child(even) {
   background: #f3f4f6;
}
table.table-cols td {
   padding: var(--px20);
   text-align: center;
   line-height: 1.6;
   vertical-align: middle;
}

table.table-cols tbody tr:has(> td:nth-child(4):last-child) > td:first-child {
   background: var(--color-background02);
   font-weight: 500;
}

.fee ul.list_disc {
   margin: var(--px30) auto 0;
   max-width: fit-content;
}

/* ------------ FEES ---------------------- */

/* ------------ REGULATION ---------------------- */
a {
   color: var(--color-font);
}
.list-btn {
   display: flex;
   justify-content: center;
   gap: var(--px60);
   flex-wrap: wrap;
}

.list-btn .regulation-btn {
   display: block;
   width: 100%;
   margin: 0;
   flex: 1 1 240px;
}

.regulation-btn {
   font-size: var(--rem24w);
   background: var(--color-primary);
   color: var(--color-background);
   display: inline-block;
   padding: var(--px30) var(--px20);
   box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
   font-weight: bold;
   max-width: 265px;
   width: 100%;
   text-align: center;
}

.regulation-btn:hover {
   color: var(--color-background);
   opacity: 0.7;
}

.regulation-item {
   margin-top: var(--px100);
}

.regulation-box {
   padding: var(--px30) var(--px50) var(--px60);
   background: var(--color-background02);
   border: 1px solid var(--color-table-border);
   margin-top: var(--px50);
}

.ttl-20 {
   font-size: var(--rem20w);
   line-height: 1.4;
   margin-bottom: var(--px24);
}

ul.list-pdf li {
   font-size: var(--rem18);
   line-height: 2;
   display: flex;
   align-items: center;
   gap: var(--px12);
}

ul.list-pdf li a.text-decoration {
   text-decoration: underline;
}

ul.list-pdf li::before {
   display: block;
   position: relative;
   top: 4px;
   content: "";
   width: 6px;
   height: 6px;
   border-right: 2px solid var(--color-font);
   border-bottom: 2px solid var(--color-font);
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
   margin-top: -3px;
   transition: all 0.3s;
}

.list-file {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   gap: var(--px80s);
   margin: var(--px50) auto 0;
   max-width: 840px;
   width: 100%;
}
.list-file .btn-file {
   display: block;
   width: 100%;
   margin: 0;
   flex: 1 1 240px;
}

.btn-file {
   position: relative;
   font-size: var(--rem20w);
   background: #d9d9d9;
   color: var(--color-font);
   display: inline-block;
   padding: var(--px30) calc(var(--px60w)) var(--px30) var(--px24);
   font-weight: 600;
   min-width: 350px;
   width: 100%;
   max-width: fit-content;
   text-align: center;
}

.btn-file::after {
   position: absolute;
   content: "\f56d";
   top: 50%;
   right: 20px;
   transform: translateY(-50%);
   font-family: "FontAwesome";
   font-size: var(--rem30w);
   font-weight: 400;
   line-height: 1;
   color: var(--color-primary);
   display: block;
}

.btn-file:hover {
   opacity: 0.7;
}

.regulation-box.nobg {
   background: transparent;
}

ul.regulation-box-col2 {
   display: flex;
   flex-wrap: wrap;
   gap: var(--px30w);
}

ul.regulation-box-col2 li {
   width: calc((100% - var(--px30w)) / 2);
   background: var(--color-background02);
   border: 1px solid var(--color-table-border);
   padding: 24px;
}

ul.regulation-box-col2 li .ttl-20 {
   display: flex;
   align-items: center;
   gap: 10px;
}

ul.regulation-box-col2 li .ttl-20.ttl-mail::before {
   content: "";
   position: relative;
   display: inline-block;
   aspect-ratio: 1 / 1;
   width: 24px;
   top: 2px;
   background: url(/wp-content/uploads/regulation-1.png) no-repeat center/contain;
}
ul.regulation-box-col2 li .ttl-20.ttl-address::before {
   content: "";
   position: relative;
   display: inline-block;
   aspect-ratio: 1 / 1;
   width: 24px;
   top: 2px;
   background: url(/wp-content/uploads/regulation-2.png) no-repeat center/contain;
}

@media print, screen and (max-width: 900px) {
   .list-file {
      gap: var(--px30);
   }

   .btn-file {
      min-width: 280px;
   }

   ul.regulation-box-col2 li {
      width: 100%;
   }

   .table-container {
      overflow-x: scroll;
   }

   table.table-cols {
      width: 800px;
   }
}
@media print, screen and (max-width: 600px) {
   .list-btn .regulation-btn {
      flex: 1 1 170px;
   }
   .list-file {
      justify-content: center;
   }
}
/* ------------ REGULATION ---------------------- */

/* ---------- NEWS --------------- */
#front_bottom_content {
   background: url(/wp-content/uploads/post-bg.png) no-repeat center/cover;
}
.postlist .post_text {
   padding: var(--px30) 0;
}

.postlist li:first-child {
   border-top: 1px solid var(--color-table-border);
}

.postlist li {
   border-bottom: 1px solid var(--color-table-border);
}

.postlist .time {
   background: var(--color-primary);
}

.postlist .ttls a {
   line-height: 2;
   font-size: var(--rem16);
}

.postlist .date {
   line-height: 2;
   font-size: var(--rem16);
}
/* ---------- END NEWS --------------- */

.wpcf7-form .must {
   background: #e80303;
}

/* ------------- FOOTER ------------- */
#footer {
   padding: var(--px80) 0 var(--px60);
   background: url(/wp-content/uploads/ft-bg.png) no-repeat center/cover;
}

#footer ul li a {
   font-weight: 500;
}

#footer .footer__logo img {
   max-width: 324px;
   max-height: 60px;
}

#footer .footnav ul {
   margin-bottom: var(--px30);
}
#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
   content: none;
}

#copyright {
   margin-top: 0;
}

/* ------------- FOOTER ------------- */

.post ul#sitemap_list.sitemap_disp_level_0 > li,
#privacy h3 {
	border-color: var(--color-primary);
}

a#scrollUp {
	background: var(--color-font);
}