@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=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");

:root {
  /*------â–¼åŸºæœ¬è¨¬å®šâ–¼------*/
  --color-background: #fff;
  --color-background01: #f1f1f1;
	--clr-EFFAFF: #EFFAFF;
  --color-font: #111;
  --color-font01: #333;
  --color-font02: #000;
  --color-primary: #284dab;
  --color-primary-shade: #83d1f2;
  --color-table-border: #ccc;
  --body-font-size: min(calc(1.7rem + (1vw - 19.2px) * 0.1294), 1.7rem); /* 1.6-1.4rem (1920-375) */
  --body-font-family: "Noto Sans JP", sans-serif;
  --content-max-width: 1100px;
  /*------â–¼ãƒ˜ãƒƒãƒ€ãƒ¼è¨¬å®šâ–¼------*/
  --header-background: #fff;
  --header-color-font: #444;
  --header-color-primary: #284dab;
  /*------â–¼ãƒ•ãƒƒã‚¿ãƒ¼è¨¬å®šâ–¼------*/
  --footer-background: #eeeeee;
  --footer-color-font: #111;
  --footer-color-primary: #111;
  /*------â–¼ãƒ•ã‚©ãƒ³ãƒˆè¨¬å®šâ–¼------*/
  --font-family01: "Noto Sans JP", sans-serif;
  --font-family02: "Zen Maru Gothic", "Noto Sans JP", sans-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)*/
  --rem40s: min(calc(4rem + (1vw - 1.92rem) * 1.4239), 4rem); /*4rem-1.8rem (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;
}

.text-normal {
  font-size: var(--body-font-size);
  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;
}

.bg01 {
  background: var(--color-background01);
}

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

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

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

.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(--rem36);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--color-font01);
  position: relative;
  margin-bottom: var(--px50);
  padding-bottom: var(--px20);
  font-family: var(--font-family02);
}

h1.title.main-ttl::after {
  content: "";
  position: absolute;
  width: var(--px80);
  height: 2px;
  background: var(--color-primary-shade);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

h1.title.main-ttl.txt-l {
  text-align: left;
}

h1.title.main-ttl.txt-l::after {
  left: 0;
  transform: translateX(0);
}

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

/* ----------- end style h1 ----------------- */

/* ----------- style h2 ----------------- */
body:not(.home) .post h2 {
  font-size: var(--rem36);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--color-font);
  position: relative;
  margin-bottom: var(--px50);
  font-family: var(--font-family02);
}

body:not(.home) .post h2::after {
  content: "";
	background: var(--color-primary-shade);
}
/* ----------- end style h2 ----------------- */

/* ----------- style h3 ----------------- */
body:not(.home) .post h3.wall-ttl {
  font-size: var(--rem24w);
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: var(--font-family02);
  margin-bottom: var(--px40);
  color: var(--color-primary);
	border: 2px solid var(--color-primary);
  border-left: var(--rem20w) solid var(--color-primary);
  
  background: var(--color-background);
  padding: .5em 1em;
}
/* ----------- end style h3 ----------------- */

/* ----------- style table ----------------- */
table.responsive {
  border: none;
  border-collapse: separate;
  border-spacing: 0 3px;
}

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

table.responsive td {
  font-size: var(--body-font-size);
  color: var(--color-font);
  line-height: 2;
  padding: var(--px20) var(--px30);
  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: 300px;
  font-size: var(--body-font-size);
  letter-spacing: 0em;
  color: var(--color-background);
  line-height: 1.8;
  text-align: center;
  background: var(--color-primary);
  font-weight: 500;
  padding: var(--rem20) 30px var(--rem20) 20px;
  margin: var(--px40) auto 0;
  border: none;
  border-radius: 5px;
  transition: all 0.3s;
}
.post .linkBtn::after,
.linkBtn::after,
a.linkBtn::after {
  border-color: var(--color-background);
  border-width: 2px;
}
.post .linkBtn:hover,
.linkBtn:hover,
a.linkBtn:hover,
.post .subimitarea .linkBtn input[type="submit"]:hover {
  color: var(--color-background);
  background: var(--color-primary);
  opacity: 0.7;
}
.post .linkBtn:hover::after,
.linkBtn:hover::after,
a.linkBtn:hover::after {
  border-color: var(--color-background);
}
.subimitarea > .linkBtn {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
  margin-top: 0;
}
/* ------- style button --------------- */

/* ------------- HEADER --------------- */
.logo-txt {
  font-size: 1.4rem !important;
  font-weight: 500;
  line-height: 0.05em;
  line-height: 1.4;
  color: #090909;
  text-align: center;
}

.logo-txt span {
  font-size: var(--rem20w);
  display: block;
}

#mainImg {
  padding: 0 var(--px40);
}
@media print, screen and (min-width: 1024px) {
  nav#mainNav ul li.pc_none {
    display: none;
  }

  #header {
    height: 100px;
  }

  #header .logo {
    display: flex;
    align-items: center;
    gap: 15px;
	  padding: 6px min(calc(20px + (1vw - 19.2px) * 1.1161), 20px);
  }
  #header .logo img {
    max-width: 70px;
    max-height: 70px;
    width: 100%;
    height: auto;
  }
	#header .logo .char-img img {
		max-width: 88px;
		max-height: 88px;
	}

  .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);
  }

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

  #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: 240px;
  }

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

  #header a.head_btn.tel_btn .tel_icon {
    font-size: var(--rem24);
    font-weight: bold;
  }
  #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: 60px;
    background: var(--header-color-primary);
    color: var(--header-background);
    font-size: var(--rem16);
    font-weight: bold;
    border-radius: 50vh;
  }

  #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);
  }
}

@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;
  }

  nav#mainNav ul li a {
    padding: var(--px20);
  }
}

@media print, screen and (max-width: 1023px) {
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav 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);
  }
	
	body.mobile #header .logo .mark {
		gap: var(--px20);
	}
}
/* ------------- END  HEADER --------------- */

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

.imgarea img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
/* home 1 */
#home-1 .flexbox .txtarea {
  display: flex;
  align-items: center;
  padding: 0 var(--px40);
}

#home-1 .flexbox .txtarea .txtinner {
  max-width: 720px;
  margin: 0 auto;
}
/* home 1 */

/* home 2 */
/*-----------------------------
column_06
------------------------------*/
.column06 {
  position: relative;
  margin: 0 0;
}
.column06_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  z-index: 20;
}
.column06_wrap + .column06_wrap {
  margin-top: calc(100px + 90px);
}
.column06 .imgarea {
  position: relative;
  aspect-ratio: 1370 / 760;
  overflow: hidden;
  width: 71%;
}
.column06 .imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column06 .txtarea {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-background);
  padding: clamp(40px, calc(14rem + ((1vw - 19.2px) * 11.1607)), 140px) var(--px40);
  margin: 0 auto 0 -21%;
  z-index: 10;
}
.column06 .txtarea .txtinner {
  max-width: 600px;
}

@media print, screen and (min-width: 1024px) {
  /*左右反転*/
  .column06_wrap + .column06_wrap {
    margin-top: 60px;
  }
  .column06_wrap.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .column06_wrap.rev .txtarea {
    margin: 0 -21% 0 auto;
  }
}

@media print, screen and (max-width: 1023px) {
  .column06_wrap.rev {
    flex-direction: row;
  }
  .column06 .imgarea,
  .column06 .txtarea {
    width: 90%;
  }
  .column06 .txtarea {
    margin: calc(-60px + (1vw - 10.23px) * -3.858) 0 0 auto;
  }

  .column06_wrap + .column06_wrap {
    margin-top: 90px;
  }
}

@media print, screen and (max-width: 768px) {
  .column06 .txtarea {
    padding: var(--px80) 5%;
  }
}
/* home 2 */

/* home 3 */
#home-3 {
  padding-bottom: var(--px120);
}

.home-3-inner {
  max-width: 840px;
  margin: 0 auto;
  border-radius: 20px;
  background: #efedba;
  overflow: hidden;
  width: 90%;
}

.home-3-inner a {
  display: flex;
  align-items: center;
}

.home-3-left {
  width: 27%;
  padding: 25px 0 25px var(--px30);
}
.home-3-right {
  width: 73%;
  background: #8acae8;
  position: relative;
  padding: 25px var(--px30) 25px 20px;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.home-3-right .txtinner {
  display: flex;
  align-items: center;
  gap: var(--px30);
}

.home-3-txt {
  font-size: var(--rem40s);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: var(--color-background);
  width: 70%;
  font-family: var(--font-family02);
}

.home-3-txt span {
  display: block;
  letter-spacing: 0.1em;
}

.home-3-img {
  width: 30%;
}
/* home 3 */

/* home 4 */
/*-----------------------------
よくある質問
------------------------------*/
.qa_list {
  cursor: pointer;
}
.qa_list .qa_list_inner dt {
  position: relative;
  margin: 1rem 0 0 0;
  display: flex;
  align-items: stretch;
  padding: 0rem;
  border: 1px solid #e0e0e0;
  font-size: var(--rem18);
  font-weight: 500;
  color: var(--color-font02);
  background: var(--color-background);
}
.qa_list .qa_list_inner dd .ans_flex {
  position: relative;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: stretch;
  padding: 0;
  background: transparent;
}
.qa_list .qa_list_inner .a_ico {
  color: var(--color-background);
  background: var(--color-primary-shade);
  line-height: 1;
  font-size: var(--rem40w);
  padding: 2rem 1rem 2rem 1rem;
  border-right: 1px solid #e0e0e0;
  width: 100%;
  text-align: center;
  max-width: 80px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family02);
}
.qa_list .qa_list_inner .q_ico {
  background: var(--color-primary);
  color: var(--color-background);
  line-height: 1;
  padding: 2rem 1rem 2rem 1rem;
  font-size: var(--rem40w);
  font-weight: bold;
  width: 100%;
  text-align: center;
  max-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family02);
  border-right: 1px solid #e0e0e0;
}
.qa_list .qa_list_inner .q_desc,
.qa_list .qa_list_inner .a_desc {
  padding: 2.5rem 1.5rem 2rem 2rem;
  line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.6;
  width: 100%;
  font-size: var(--body-font-size);
  color: var(--color-font02);
  background: #effaff;
}
.qa_list .qa_list_inner dt:after {
  content: "";
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 2px solid #a6a6a6;
  border-bottom: 2px solid #a6a6a6;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
  display: none;
  position: relative;
  padding: 0;
  margin: 0 0 3rem 0;
  border: 1px solid #e0e0e0;
  border-top: 0;
}
@media only screen and (max-width: 959px) {
  .qa_list .qa_list_inner {
    margin-bottom: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .qa_list .qa_list_inner dt {
    padding: 0rem 1rem 0rem 0rem;
  }
  .qa_list .qa_list_inner .a_ico,
  .qa_list .qa_list_inner .q_ico {
    max-width: 50px;
    padding: 1.2rem 1rem;
  }
  .qa_list .qa_list_inner dt:after {
    right: 1.5rem;
    width: 6px;
    height: 6px;
  }
  .qa_list .qa_list_inner .active:after {
    right: 1rem;
  }
}
@media only screen and (max-width: 559px) {
  .qa_list .qa_list_inner dd {
    font-size: 1.4rem;
  }
  .qa_list .qa_list_inner {
    margin-bottom: 6rem;
  }
  .qa_list .qa_list_inner dt {
    font-size: 1.4rem;
  }
}
/* home 4 */

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

#home-5::before {
  position: absolute;
  content: "";
  inset: 0;
  background: #00000080;
}

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

/* .list-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--px20);
}

.btn-item {
  width: calc((100% - var(--px20) * 3) / 4);
  text-align: center;
} */
.list-btn {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		gap: var(--px20);
}
a.btn-link {
  display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
  font-size: var(--rem20);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--color-font02);
  max-width: none;
  width: 100%;
  line-height: 1.6;
  padding: var(--rem14);
  background: var(--color-background);
  border: 2px solid var(--color-font);
  border-radius: var(--px20);
  text-align: center;
	min-height:calc( 3.2em + var(--rem14) * 2 + 4px);
}

a.btn-link > span {
	font-size: var(--rem16);
}

a.btn-link:hover { 
	opacity: 0.7;
}
/* home 5 */
@media print, screen and (max-width: 767px) {
/*   .btn-item {
    width: calc((100% - var(--px20)) / 2);
  } */
}

@media print, screen and (max-width: 420px) {
/*   .btn-item {
    width: 100%;
  } */
}
/* ------------- END  HOME --------------- */

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

/* ---------- NEWS --------------- */
#front_top_content,
#front_bottom_content {
  background: var(--color-background);
}
.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-shade);
  min-width: 92px;
  text-align: center;
  padding: 7px 10px;
}

.postlist .ttls a {
  color: #111;
  line-height: 2;
  font-size: var(--body-font-size);
}

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

/* ------------- FOOTER ------------- */
#footer {
  padding: var(--px80) 0 var(--px60);
}
#footer .footer__logo:not(:last-child) {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

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

#footer .footnav ul > li::before {
  content: none;
}

#footer .footnav ul > li:last-child:after {
  content: none;
}

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


.mw800 {
	max-width: 800px;
	margin: 0 auto;
}

.mw1000 {
	max-width: 1000px;
	margin: 0 auto;
}

header#h1Header h1.title {
	color: var(--color-font);
	font-size: var(--rem40w);
	font-weight: 500;
	letter-spacing: .1em;
}

h1.title, .post h1, header#h1Header h1.title {
	font-family: var(--font-family02);
}

#thumbImg::before, header#h1Header::before {
	background: #FFFFFF;
	opacity: .6;
}

.img-center {
	text-align: center;
	display: flex;
	justify-content: center;
	
}
.mw50 {
	max-width: 50%;
	margin: 0 auto;
}

.mw70 {
	max-width: 70%;
	margin: 0 auto;
}

.lh2 {
	line-height: 2;
}

.ls5 {
	letter-spacing: .05em;
}

.fs18 {
	font-size: var(--rem18);
}
.fs24 {
	font-size: var(--rem24);
}
.ff02 {
	font-family: var(--font-family02);
}

.fw500 {
	font-weight: 500;
}

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

body:not(.home) .post{
	font-size: var(--rem18);
	letter-spacing: .05em;
}

body:not(.home) .post h3.num-ttl {
	font-size: var(--rem20w);
	font-weight: bold;
	color: var(--color-primary);
	border-color: #CBCBCB;
}

.post ul.comma-num > li {
	list-style: none;
	font-weight: bold;
	position: relative;
}

.post ul.comma-num > li {
	margin-top: .5em;
}
.post ul.comma-num > li:first-child {
	margin-top: 0;
}

.post ul.comma-num {
	counter-reset: comma_num;
	margin-top: var(--px20);
	margin-left: 2.5em;
}

.post ul.comma-num > li::before {
	counter-increment: comma_num;
	content: "(" counter(comma_num, decimal-leading-zero) ")";
	position: absolute;
	left: -2.5em;
	
}

.content-board {
	background: var(--clr-EFFAFF);
	border-radius: var(--px30);
	padding: var(--px40);
	margin-top: var(--px50);
}

.board-ttl {
	font-size: var(--rem22w);
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 2;
	margin-bottom: var(--rem50);
	position: relative;
	padding-left: calc(var(--rem20w) * 2 + 1rem);
}

.board_list {
	counter-reset: boardnum;
}

.board-num {
	position: absolute;
	
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	width: 2em;
	
	min-width: fit-content;
	font-size: var(--rem20w);
	color: var(--color-background);
	background: var(--color-primary);
	line-height: 1;
	top: .1em;
	left: 0;
}

.board-num::before {
	counter-increment: boardnum;
	content: counter(boardnum, decimal-leading-zero);
	display: block;
	margin-left: 1px;
	margin-bottom: 1px;
}

@media print, screen and (max-width: 640px) {
	.board-ttl {
		margin-bottom: 2rem;
		line-height: 1.4;
	}
}

.listTitle h1.title.main-ttl {
	font-size: calc(1px + var(--rem36));
}

.pharmacies-pg .fs18 {
	font-size: calc(1px + var(--rem18));
}



@media print, screen and (min-width: 769px) {
	.col2btn {
	display: flex;
	justify-content: center;
	gap: var(--px40);
	row-gap: 0;
		
}
	.col2btn .linkBtn {
		min-width: 300px;
	}
}

#footer .footer__logo img {
	max-height: calc(var(--px60w) + 4px);
}

#footer .footer__logo .char-img img {
	max-height: calc(var(--px80) + 8px);
}

.col2btn {
	align-items: center;
	justify-content: flex-start;
	max-width: 1000px;
	margin: 0 auto;
	gap: var(--px40);
}

.col2btn p {
	font-size: var(--rem20);
	font-weight: 500;
	line-height: 2;
	letter-spacing: .05em;
}

.col2btn .linkBtn {
	margin-top: 0;
	
}

.col2btn + .col2btn {
	margin-top: var(--px40);
}

@media print, screen and (max-width: 768px) {
	.col2btn > div:last-child {
		margin-top: var(--px40);
	}
} 