@charset "UTF-8";
/*
Theme Name: Dosukoi
Author: Hiromu EHARA
Author URI: https://dosukoi-clinic.jp/
Description: どすこい膝クリニックサイトのテーマV2。
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* COLOR */
/* Linear-Gradient for Buttons*/
/* ContentsMaxWidth */
/*  z-index  */
/* SHADOW */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  margin: 0;
  /*outline: 1px solid magenta;*/
}

html {
  background-color: #fafafa;
  line-height: 2;
  word-break: break-all;
  z-index: 10;
  font-size: 10px;
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
}
body {
  margin: 0 !important;
  padding: 0 !important;
}

/*------------------
    SP/PC ONLY
------------------*/
.only-sp {
  display: block;
}

.only-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
  .only-pc {
    display: block;
  }
}
.u-3col {
  display: block;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .u-3col {
    display: flex;
    gap: 2rem;
  }
}
.u-4col {
  display: block;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .u-4col {
    display: flex;
    gap: 2rem;
  }
  .u-4col .p-secList {
    width: 24% !important;
  }
}
.u-2col {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-2col {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
  .u-2col div {
    width: 50%;
    padding-top: 4rem;
  }
  .u-2col .p-secList {
    width: 50%;
  }
}
.u-fix {
  position: fixed;
  display: block;
}

.u-mt1 {
  margin-top: 1rem;
}

.u-mt2 {
  margin-top: 2rem;
}

.u-mt4 {
  margin-top: 4rem;
}

header {
  margin-top: 5.6rem;
}

.c-header {
  display: block;
  background-color: #fcfcfc;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  height: 5.6rem;
  padding: 0.4rem;
  z-index: 11;
  position: fixed;
  top: 0;
  box-shadow: 0 0.4rem 0.8rem rgba(23, 24, 75, 0.2);
}
.c-header .c-headerLogo {
  width: 25rem;
  height: 4.8rem;
}
.c-header .c-menuButton {
  display: block;
  width: 5.8rem;
  height: 5.8rem;
}

.c-modalHeaderNav {
  display: fixed;
  width: 100%;
  height: 100vh !important;
  overflow-y: scroll;
  padding-top: 21px;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  opacity: 0;
  transition: 0.2s;
}
.c-modalHeaderNav.is-active {
  z-index: 100;
  display: block;
  position: fixed;
  background-color: rgba(252, 252, 252, 0.3);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  top: 0;
  right: 0;
  opacity: 1;
  transition: 0.2s;
  box-shadow: 0 2.4rem 4.8rem rgba(23, 24, 75, 0.2);
}

@media screen and (min-width: 768px) {
  .c-modalHeaderNav.is-active {
    width: 50%;
  }
}
.c-contentWrap {
  display: block;
  padding: 4rem 1rem;
  margin: 0;
  overflow-x: scroll;
}

@media screen and (min-width: 768px) {
  .c-contentWrap {
    display: block;
    padding: 6rem 2rem;
    margin: 0 auto;
    width: 100%;
    max-width: 128rem;
  }
}
.c-interview {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .c-interview {
    width: 60%;
  }
}
.close-infomation {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  margin-bottom: 26px;
  padding: 36px 25px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #2C2C75;
}
.close-infomation .close-title {
  color: #4B4848;
  font-family: "Noto Sans JP";
  font-size: 24px;
  margin-bottom: 28px;
  font-style: normal;
  font-weight: bold;
  line-height: 150%; /* 40.5px */
}
.close-infomation .close-desc {
  color: #5F5F5F;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  line-height: 150%; /* 30px */
  text-align: left;
}

/* PC */
@media screen and (min-width: 768px) {
  .close-infomation {
    width: 100%;
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 36px 32px;
  }
  .close-infomation .close-title {
    font-size: 27px;
    margin-bottom: 32px;
  }
  .close-infomation .close-desc {
    font-size: 20px;
  }
}
/*++++++++++++++++++++++++

 footer

+++++++++++++++++++++++++*/
footer {
  background-color: #ecedee;
  display: block;
  width: 100vw;
  z-index: 100;
  box-shadow: 0 -0.4rem 0.8rem rgba(23, 24, 75, 0.2);
  margin-top: 8rem;
  text-align: center;
  padding: 2.4rem;
  padding-bottom: 12rem;
  border-radius: 5.4rem 5.4rem 0 0;
  /*++++++++++++++++++++++
      footer PC
  +++++++++++++++++++++++*/
}
footer .p-footerAbout {
  display: block;
  width: 100%;
}
footer .p-footerAbout .c-footerLogo {
  width: 100%;
  height: fit-content;
  margin: 0;
  padding: 2rem 0;
}
footer .p-footerAbout .c-footerLogo img {
  width: 100%;
  height: fit-content;
}
footer .p-footerSiteNav {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
footer .p-footerSiteNav .p-footerLinkList {
  display: block;
  margin: 4rem auto;
  width: 100%;
}
footer .p-footerSiteNav .p-footerLinkList h2 {
  margin-top: 2rem;
}
footer .p-footerSiteNav .p-footerLinkList ul li {
  list-style: none;
}
footer .p-footerSiteNav .p-footerLinkList ul li a {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
}
footer .p-footerSiteNav .p-footerSiteNavItem {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  text-align: left;
  padding-top: 0;
}
footer .p-footerAdress {
  display: block;
  width: 100%;
  background-color: #ecedee;
  box-shadow: inset 1.6rem 1.6rem 2rem rgba(90, 90, 90, 0.2), inset -1.6rem -1.6rem 2rem rgba(250, 250, 250, 0.8);
  padding: 2rem;
  border-radius: 3.2rem;
  margin-top: 4rem;
  align-items: center;
}
footer .p-footerAdress .p-footerBizDay {
  width: 100%;
  height: fit-content;
  font-family: "Noto Sans JP", sans-selif;
  color: #5f5f5f;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  border-radius: 1.6rem;
  text-align: center;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
footer .p-footerAdress .p-footerBizDay thead {
  border-radius: 1.6rem;
}
footer .p-footerAdress .p-footerBizDay thead th {
  padding: 1rem;
}
footer .p-footerAdress .p-footerBizDay thead .p-footerBizDayThead {
  width: 14rem;
}
footer .p-footerAdress .p-footerBizDay tbody th {
  padding: 1rem;
}
footer .p-footerAdress .p-footerBizDay tbody td {
  padding: 1rem;
}
footer .p-footerCaption {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  padding-top: 2rem;
  border-top: solid 1px #5f5f5f;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-selif;
  color: #5f5f5f;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  text-align: center;
}
footer .p-footerCaption a {
  display: block;
  text-decoration: none;
  margin-top: 1.6rem;
  height: 3.2rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  footer .p-footerAbout {
    margin: 0 auto;
    max-width: 128rem;
    display: flex;
    gap: 0;
    margin-top: 0;
    margin-bottom: 2rem;
    justify-content: space-between;
  }
  footer .p-footerAbout .c-footerLogo {
    padding: 2rem;
    width: 50%;
  }
  footer .p-footerAbout .c-footerLogo img {
    width: 100%;
    height: fit-content;
  }
  footer .p-footerAbout .c-reservationNavList {
    width: 50%;
    padding: 0 2rem;
    margin: auto !important;
  }
  footer .p-footerSiteNav {
    margin: 0 auto;
    max-width: 128rem;
    display: flex;
    gap: 0;
    margin-bottom: 2rem;
    justify-content: space-between;
  }
  footer .p-footerSiteNav .p-footerLinkList {
    display: flex;
    justify-content: space-evenly;
    margin: 0;
    width: 50%;
    gap: 1rem;
  }
  footer .p-footerSiteNav .p-footerLinkList div {
    height: fit-content;
    font-size: 2rem;
    padding-top: 0;
  }
  footer .p-footerSiteNav .p-footerLinkList div h2 {
    text-align: left;
  }
  footer .p-footerSiteNav .p-footerLinkList div ul {
    font-size: 1.6rem;
  }
  footer .p-footerSiteNav .p-footerLinkList div ul li a {
    text-align: left;
    padding-top: 0;
  }
  footer .p-footerSiteNav .p-footerSiteNavItem {
    width: 30%;
    align-self: center;
  }
  footer .p-footerAdress {
    width: 90%;
    margin: 2rem auto;
    max-width: 128rem;
    display: flex;
    gap: 0;
    margin-bottom: 2rem;
    justify-content: space-between;
    padding: 2rem;
    border-radius: 3.2rem;
  }
  footer .p-footerAdress .p-footerContactItem {
    width: 50%;
  }
  footer .p-footerAdress .p-footerBizDay {
    width: 50%;
  }
  footer .p-footerCaption {
    width: 100%;
    max-width: 128rem;
    margin: 0 auto;
    border-top: solid 1px #5f5f5f;
    justify-content: space-between;
    font-family: "Noto Sans JP", sans-selif;
    color: #5f5f5f;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
  }
  footer .p-footerCaption copyright {
    margin-top: 1.6rem;
  }
  footer .p-footerCaption a {
    text-decoration: none;
  }
}

/*++++++++++++++++++++++++

 FIX

+++++++++++++++++++++++++*/
.p-footerFix {
  width: 100vw;
  padding: 0 1rem;
  bottom: 0;
}
.p-footerFix button {
  width: 100%;
}
.p-footerFix button img {
  width: 100%;
  height: fit-content;
  max-width: 54rem;
}

.p-modalFooterNav {
  display: none;
}
.p-modalFooterNav.is-active {
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(252, 252, 252, 0.3);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  top: 0;
  right: 0;
  opacity: 1;
  transition: 0.6s;
  box-shadow: 0 2.4rem 4.8rem rgba(23, 24, 75, 0.2);
}
.p-modalFooterNav.is-active img {
  width: 100%;
  height: fit-content;
}
.p-modalFooterNav.is-active .c-modalArea {
  display: block;
  width: 80%;
  height: fit-content;
  background-color: #fcfcfc;
  border-radius: 1.6rem;
  text-align: center;
}
.p-modalFooterNav.is-active .c-modalArea img {
  border-radius: 1.6rem 1.6rem 0 0;
}
.p-modalFooterNav.is-active .c-modalArea .c-modalContentWrap {
  padding: 1rem;
}
.p-modalFooterNav.is-active .c-modalArea .c-modalContentWrap a {
  margin: 1rem auto !important;
}
.p-modalFooterNav.is-active .c-modalArea .c-modalContentWrap .c-modalClose {
  display: block;
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon/close.svg");
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-modalFooterNav.is-active .c-modalArea {
    display: block;
    width: 30%;
  }
}

/*-----------------
  header Hamburger
------------------*/
.c-hamburger {
  height: 4.8rem;
  width: 4.8rem;
  border: 0.4rem solid #2C2C75;
  background-color: #fcfcfc;
  border-radius: 0.8rem;
  box-shadow: 0 1.6rem 2rem rgba(23, 24, 75, 0.2), 0 -1.6rem 2rem rgba(229, 231, 244, 0.1);
  padding: 0.8rem;
  position: relative;
  z-index: 110;
}

.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 32px;
  height: 3px;
  transform: translateX(-50%);
  background: #2C2C75;
  transition: all 0.4s;
  border-radius: 1.5px;
}

.c-hamburger span:nth-of-type(1) {
  top: -6px;
}

.c-hamburger span:nth-of-type(2) {
  top: 0px;
}

.c-hamburger span:nth-of-type(3) {
  top: 6px;
}

.c-hamburger.is-active span:nth-of-type(1) {
  top: 4px;
  transform: translateX(-50%) rotate(225deg);
}

.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-of-type(3) {
  top: -2px;
  transform: translateX(-50%) rotate(-225deg);
}

/* ----------------
   contents area button
------------------*/
.c-btnWrap {
  display: block;
  padding: 3.2rem 1.6rem;
}

.c-primaryBtn {
  display: block;
  padding: 1rem;
  border-radius: 7rem;
  width: 100%;
  box-shadow: 0 1.6rem 2rem rgba(23, 24, 75, 0.2), 0 -1.6rem 2rem rgba(229, 231, 244, 0.1);
  max-width: 600px;
  font-family: "Noto Sans JP", sans-selif;
  color: #fcfcfc;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  background: linear-gradient(#4673B9, #2C2C75);
}

.c-destractionBtn {
  display: block;
  padding: 1rem;
  border-radius: 7rem;
  width: 100%;
  box-shadow: 0 1.6rem 2rem rgba(23, 24, 75, 0.2), 0 -1.6rem 2rem rgba(229, 231, 244, 0.1);
  max-width: 600px;
  font-family: "Noto Sans JP", sans-selif;
  color: #fcfcfc;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  background-color: #dd2254;
}

.c-pagenationWrap {
  display: block;
  margin: 4rem auto;
  text-align: center;
}
.c-pagenationWrap ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.c-pagenationWrap ul li {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
}
.c-pagenationWrap ul li span.current {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  font-weight: 700;
  padding: 2rem;
}
.c-pagenationWrap ul li a {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  text-decoration: none;
  padding: 2rem;
  background-color: linear-gradient(#fcfcfc, #ecedee);
  border-radius: 0.8rem;
  box-shadow: 0 1.6rem 2rem rgba(23, 24, 75, 0.2), 0 -1.6rem 2rem rgba(229, 231, 244, 0.1);
}
.c-pagenationWrap ul li a:visited {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  text-decoration: none;
  padding: 2rem;
  background-color: linear-gradient(#fcfcfc, #ecedee);
  border-radius: 0.8rem;
  box-shadow: 0 1.6rem 2rem rgba(23, 24, 75, 0.2), 0 -1.6rem 2rem rgba(229, 231, 244, 0.1);
}

.p-heroImage {
  width: 100%;
  height: 45vh;
  background-image: url("../img/contentImage/frontpage0001.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-heroImage .p-heroImageTitleWrap {
  display: inline-flex;
  padding-left: 1.6rem;
  position: relative;
  z-index: 10;
  top: 22.5vh;
  background-color: rgba(152, 152, 152, 0.3);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: right;
  flex-direction: column;
  padding: 1rem;
  margin-left: 0;
}
.p-heroImage .p-heroImageTitleWrap h1 {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.25;
  font-weight: 700;
  color: #fcfcfc;
}
.p-heroImage .p-heroImageTitleWrap p {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  color: #fcfcfc;
}

@media screen and (min-width: 768px) {
  .p-heroImage .p-heroImageTitleWrap {
    display: inline-flex;
    padding-left: 1.6rem;
    position: relative;
    z-index: 10;
    top: 22.5vh;
    background-color: rgba(152, 152, 152, 0.3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    text-align: right;
    flex-direction: column;
    padding: 2rem;
    margin-left: 10vw;
    text-align: center;
  }
  .p-heroImage .p-heroImageTitleWrap h1 {
    font-family: "Noto Sans JP", sans-selif;
    color: #4B4848;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.25;
    font-weight: 700;
    color: #fcfcfc;
  }
  .p-heroImage .p-heroImageTitleWrap p {
    font-family: "Noto Sans JP", sans-selif;
    color: #4B4848;
    font-size: 2rem;
    line-height: 2;
    font-weight: 400;
    color: #fcfcfc;
  }
}
.c-heroImage {
  width: 100%;
  height: 100vw;
  padding: 2.4rem 0;
  max-height: 70rem;
}
.c-heroImage img {
  width: 100%;
  border-radius: 4rem 0 0 4rem;
  height: fit-content;
}
.c-heroImage .c-heroImageImg {
  margin-left: 4rem;
  width: calc(100% - 4rem);
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 4rem 0 0 4rem;
}
.c-heroImage .c-heroImageTitleWrap {
  display: inline-flex;
  position: relative;
  top: -200px;
  margin-right: 1.6rem;
  z-index: 10;
  background-color: rgba(252, 252, 252, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.c-heroImage .c-heroImageTitleWrap:after {
  content: "";
  width: 1rem;
  border-bottom: 4rem solid #4673B9;
  background-color: #2C2C75;
}
.c-heroImage .c-heroImageTitleWrap h1 {
  z-index: 10;
  padding: 1.6rem;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.25;
}
.c-heroImage .c-heroImageTitleWrap h1 span {
  font-family: "Noto Sans JP", sans-selif;
  color: #5f5f5f;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  display: block;
}

@media screen and (min-width: 768px) {
  .c-heroImage {
    width: 100vw;
    height: fit-content;
    overflow-x: clip;
    max-height: 60rem;
  }
  .c-heroImage figure img {
    margin: 0 0 0 auto;
    width: auto;
    border-radius: 4rem 0 0 4rem;
    height: fit-content;
    max-height: 56rem;
    right: 0;
  }
  .c-heroImageTitleWrap {
    width: 40vw;
    justify-content: right;
  }
  .c-heroImageTitleWrap h1 {
    padding: 1.6rem;
    padding-left: 3.2rem;
  }
}
.c-img {
  width: 100%;
  height: auto;
  border-radius: 4rem;
}

.c-imgLink {
  width: 100%;
  height: auto;
  border-radius: 4rem;
  box-shadow: 0 1.6rem 2rem rgba(23, 24, 75, 0.2), 0 -1.6rem 2rem rgba(229, 231, 244, 0.1);
}

.c-leftImg {
  width: 80%;
  border-radius: 0 4rem 4rem 0;
}

.c-rightImg {
  margin-left: 4rem;
  width: calc(100% - 4rem);
  border-radius: 4rem 0 0 4rem;
}

.c-video iframe {
  border-radius: 4rem;
  width: 100%;
  height: fit-content;
  aspect-ratio: 16/9;
}

.c-map {
  width: 100%;
  height: 35rem;
}

.c-list {
  display: block;
  width: 100%;
  list-style: none;
}
.c-list li {
  display: block;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
}
.c-list :before {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  border: solid 2px #4673B9;
  border-radius: 0.5rem;
  margin-right: 1rem;
  margin-left: 1rem;
}

.p-secList {
  display: block;
  padding: 2rem 1rem;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .p-secList {
    width: 40rem;
  }
}
/*----------
 TOP NAV LIST
-----------*/
.c-topNav {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-topNav {
    flex-direction: row;
  }
}
/*----------
 FEATURE LIST
　3つの特徴
-----------*/
.c-featureList .c-featureListItem {
  display: block;
  padding: 2rem 1rem;
  list-style: none;
}
.c-featureList .c-featureListItem .c-featureListItemHead {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
}
.c-featureList .c-featureListItem .c-featureListItemDesc {
  font-family: "Noto Sans JP", sans-selif;
  color: #5f5f5f;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
}
.c-featureList .c-featureListItem span {
  display: block;
  width: 6.4rem;
  height: 6.4rem;
}
.c-featureList .c-featureListItem .i-regenelative {
  display: inline-block;
  width: 6.4rem;
  height: 6.4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon/regenelative.svg");
}
.c-featureList .c-featureListItem .i-aftercare {
  display: inline-block;
  width: 6.4rem;
  height: 6.4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon/hand.svg");
}
.c-featureList .c-featureListItem .i-trendDown {
  display: inline-block;
  width: 6.4rem;
  height: 6.4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon/trendDown.svg");
}
.c-featureList .c-featureListItem .i-clock {
  display: inline-block;
  width: 6.4rem;
  height: 6.4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon/clock.svg");
}
.c-featureList .c-featureListItem .i-calender {
  display: inline-block;
  width: 6.4rem;
  height: 6.4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon/calender.svg");
}
.c-featureList .c-featureListItem .i-ambulance {
  display: inline-block;
  width: 6.4rem;
  height: 6.4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon/ambulance.svg");
}
@media screen and (min-width: 768px) {
  .c-featureList .c-featureListItem {
    width: 33%;
  }
}

/*----------
STEP LIST
手順や工程を表す
-----------*/
.p-stepList .c-iconWrap {
  display: block;
  width: 100%;
  margin: 1rem 0;
  text-align: center;
}
.p-stepList .c-iconWrap .i-arrowDown {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon/arrowDown.svg");
}
.p-stepList .c-stepListItem {
  border: 0.2rem solid #2C2C75;
  border-radius: 2rem;
  list-style: none;
  display: flex;
  align-items: center;
  background-color: #2C2C75;
}
.p-stepList .c-stepListItem .c-stepNum {
  font-family: "Noto Sans JP", sans-selif;
  color: #fcfcfc;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
  text-decoration: none;
  border-radius: 1.6rem 0 0 1.6rem;
  vertical-align: middle;
  width: 10%;
}
.p-stepList .c-stepListItem .c-stepInfo {
  width: 90%;
  background-color: #fcfcfc;
  border-radius: 0 1.6rem 1.6rem 0;
}

@media screen and (min-width: 768px) {
  .p-stepList {
    max-width: 75%;
    margin: 0 auto;
  }
}
/*----------
 BreadCrumb List
　パンくずリスト
-----------*/
.c-breadcrumbList {
  width: 100%;
  background-color: #fcfcfc;
  display: flex;
  gap: 1rem;
  padding: 0.5rem 1rem;
  overflow-x: clip;
}
.c-breadcrumbList .c-breadcrumbListItem {
  font-family: "Noto Sans JP", sans-selif;
  color: #5f5f5f;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  list-style: none;
  white-space: nowrap;
}
.c-breadcrumbList .c-breadcrumbListItem a {
  font-family: "Noto Sans JP", sans-selif;
  color: #5f5f5f;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}
.c-breadcrumbList .c-breadcrumbListItem:before {
  content: ">";
  display: inline;
  font-family: "Noto Sans JP", sans-selif;
  color: #5f5f5f;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  margin-right: 1rem;
}

/*----------
 modal Nav List
　header menu　専用
-----------*/
.p-modalNavLink {
  list-style: none;
  padding: 5.6rem 1.6rem 1.6rem 1.6rem;
}
.p-modalNavLink .p-modalNavLinkItem a {
  text-decoration: none;
  padding: 2rem 1rem;
  background-color: #fcfcfc;
  border-radius: 1.6rem;
  margin-bottom: 1rem;
  box-shadow: 0 1.6rem 2rem rgba(23, 24, 75, 0.2), 0 -1.6rem 2rem rgba(229, 231, 244, 0.1);
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  display: block;
  width: 100%;
}
.p-modalNavLink .p-modalNavLinkItem a span {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
  vertical-align: sub;
}
.p-modalNavLink .p-modalNavLinkItem a .i-beginner {
  background-image: url("../img/icon/beginner.svg");
}
.p-modalNavLink .p-modalNavLinkItem a .i-clinic {
  background-image: url("../img/icon/clinic.svg");
}
.p-modalNavLink .p-modalNavLinkItem a .i-hand {
  background-image: url("../img/icon/hand.svg");
}
.p-modalNavLink .p-modalNavLinkItem a .i-price {
  background-image: url("../img/icon/yen.svg");
}
.p-modalNavLink .p-modalNavLinkItem a .i-price {
  background-image: url("../img/icon/yen.svg");
}
.p-modalNavLink .p-modalNavLinkItem a .i-column {
  background-image: url("../img/icon/report.svg");
}
.p-modalNavLink .p-modalNavLinkItem a .i-news {
  background-image: url("../img/icon/arrowRight.svg");
}
.p-modalNavLink .p-modalNavLinkItem a .i-faq {
  background-image: url("../img/icon/questionMark.svg");
}

/*----------
 resercation Nav List
　予約動線へのナビゲーション
-----------*/
.c-reservationNavList {
  display: flex;
  justify-content: space-around;
  padding: 1rem 1rem 0 1rem;
  list-style: none;
  width: 100%;
  height: fit-content;
  margin: auto 0;
  gap: 1rem;
}
.c-reservationNavList li {
  display: block;
  width: 33%;
  text-align: center;
  align-items: stretch;
  margin-bottom: 1rem;
}
.c-reservationNavList li a,
.c-reservationNavList li button {
  background: linear-gradient(#4673B9, #2C2C75);
  border-radius: 1.6rem;
  box-shadow: 0 1.6rem 2rem rgba(23, 24, 75, 0.2), 0 -1.6rem 2rem rgba(229, 231, 244, 0.1);
  display: block;
  height: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-selif;
  color: #5f5f5f;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  color: #fcfcfc;
  font-weight: 700;
  text-decoration: none;
  padding: 0.8rem 0;
}
.c-reservationNavList li a span,
.c-reservationNavList li button span {
  display: inline-block;
  width: 6.4rem;
  height: 6.4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 60%;
  height: 5.4rem;
  margin: 0.4rem auto;
}
.c-reservationNavList li button {
  width: 100%;
}
.c-reservationNavList li .i-phone {
  background-image: url("../img/icon/phone.svg");
}
.c-reservationNavList li .i-mri {
  background-image: url("../img/icon/mri.svg");
}
.c-reservationNavList li .i-reserve {
  background-image: url("../img/icon/reserve.svg");
}

@media screen and (min-width: 768px) {
  .c-reservationNavList {
    width: 100%;
    max-width: 128rem;
    margin: 0 auto;
  }
}
/*----------
 site Index Nav List
　TOPページのナビゲーション
-----------*/
.c-siteIndexNavList {
  display: flex;
  justify-content: space-around;
  padding: 0 1rem;
  list-style: none;
  width: 100%;
  height: fit-content;
  flex-wrap: wrap;
}
.c-siteIndexNavList li {
  display: block;
  width: 33%;
  text-align: center;
  align-items: stretch;
  margin-bottom: 1rem;
}
.c-siteIndexNavList li a {
  background: linear-gradient(#fcfcfc, #ecedee);
  border: 1px solid #fcfcff;
  border-radius: 1.6rem;
  box-shadow: 0 1.6rem 2rem rgba(23, 24, 75, 0.2), 0 -1.6rem 2rem rgba(229, 231, 244, 0.1);
  display: block;
  margin: 0.4rem;
  height: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-selif;
  color: #5f5f5f;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  font-weight: 700;
  text-decoration: none;
  padding: 0.4rem 0;
}
.c-siteIndexNavList li a span {
  display: inline-block;
  width: 6.4rem;
  height: 6.4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 60%;
  height: 5.4rem;
  margin: 0.4rem auto;
}
.c-siteIndexNavList li a .i-beginner {
  background-image: url("../img/icon/beginner.svg");
}
.c-siteIndexNavList li a .i-clinic {
  background-image: url("../img/icon/clinic.svg");
}
.c-siteIndexNavList li a .i-report {
  background-image: url("../img/icon/report.svg");
}
.c-siteIndexNavList li a .i-hand {
  background-image: url("../img/icon/hand.svg");
}
.c-siteIndexNavList li a .i-yen {
  background-image: url("../img/icon/yen.svg");
}
.c-siteIndexNavList li a .i-questionMark {
  background-image: url("../img/icon/questionMark.svg");
}

@media screen and (min-width: 768px) {
  .c-siteIndexNavList {
    width: 100%;
    flex-wrap: nowrap;
    gap: 1rem;
    max-width: 128rem;
    margin: 0 auto;
  }
}
.c-linkList {
  display: block;
  width: 100%;
  list-style: none;
  border-top: 1px solid #5f5f5f;
}
.c-linkList li {
  padding: 1rem;
  border-bottom: 1px solid #5f5f5f;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
}
.c-linkList li a {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.c-linkList li :before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon/arrowRight.svg");
  margin-right: 1rem;
  vertical-align: middle;
}
.c-linkList li a:visited {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
}

.c-questionList {
  display: block;
  width: 100%;
  list-style: none;
  border-top: 1px solid #5f5f5f;
}
.c-questionList .c-questionListItem {
  padding: 2rem 1rem;
  border-bottom: 1px solid #5f5f5f;
}
.c-questionList .c-questionListItem a {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.c-questionList .c-questionListItem :before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon/question.svg");
  margin-right: 1rem;
  vertical-align: middle;
}
.c-questionList .c-questionListItem a:visited {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
}

.c-newsList {
  display: block;
  width: 100%;
  list-style: none;
  border-top: 1px solid #5f5f5f;
}
.c-newsList .c-newsListItem {
  display: block;
  width: 100%;
  padding: 2rem 1rem;
  border-bottom: 1px solid #5f5f5f;
}
.c-newsList .c-newsListItem a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  color: #4B4848;
}
.c-newsList .c-newsListItem a .c-newsListItemDate {
  padding-right: 2rem;
}
.c-newsList .c-newsListItem a .c-newsListItemTitle {
  text-align: right;
}

.c-doctorLicenseList {
  list-style: inside;
}
.c-doctorLicenseList li {
  padding: 0.4rem;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  width: 100%;
}

.c-policyList {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  list-style: inside;
}

.c-medicalTreatmentNav {
  width: 100%;
  padding: 1rem;
  margin: 0 auto;
  display: block;
}
.c-medicalTreatmentNav .c-medicalTreatmentNavItem {
  margin-top: 1rem;
  display: block;
  background-color: #fcfcfc;
  padding: 1rem;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  width: 100%;
  border-radius: 1.6rem;
  box-shadow: 0 1.6rem 2rem rgba(23, 24, 75, 0.2), 0 -1.6rem 2rem rgba(229, 231, 244, 0.1);
  text-align: center;
}
.c-medicalTreatmentNav .c-medicalTreatmentNavCurrent {
  background: none !important;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  font-weight: 700;
  color: #5f5f5f;
  border: none !important;
  border-radius: none !important;
  box-shadow: none !important;
}

@media screen and (min-width: 768px) {
  .c-medicalTreatmentNav {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .c-medicalTreatmentNav .c-medicalTreatmentNavItem {
    background: none !important;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border-bottom: solid 2px #2C2C75;
  }
  .c-medicalTreatmentNav .c-medicalTreatmentNavCurrent {
    background: none !important;
    border-radius: 1.6rem 1.6rem 0 0;
    border-left: solid 2px #2C2C75 !important;
    border-right: solid 2px #2C2C75 !important;
    border-top: solid 2px #2C2C75 !important;
    border-bottom: solid 2px #fcfcfc !important;
    box-shadow: 0 -1.6rem 2rem rgba(23, 24, 75, 0.2) !important;
  }
}
.c-priceTable {
  display: flex;
  width: 100%;
  max-width: 80rem;
  border-top: 1px solid #5f5f5f;
  margin: 2rem auto;
  align-items: center;
}
.c-priceTable tbody {
  display: block;
  width: 100%;
}
.c-priceTable tbody tr {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #5f5f5f;
  padding: 2rem 0;
}
.c-priceTable tbody tr th {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  width: 40%;
  margin: auto !important;
}
.c-priceTable tbody tr td {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  width: 60%;
  text-align: right;
  line-height: 1.5;
  margin: auto !important;
}
.c-priceTable tbody tr td span {
  display: block;
  font-family: "Noto Sans JP", sans-selif;
  color: #5f5f5f;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .c-priceTable tbody tr {
    padding: 2rem;
  }
}
.c-ClinicInfoTable {
  display: flex;
  width: 100%;
  max-width: 80rem;
  border-top: 1px solid #5f5f5f;
  margin: 2rem auto;
  font-style: normal;
}
.c-ClinicInfoTable tbody {
  display: block;
  width: 100%;
}
.c-ClinicInfoTable tbody tr {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #5f5f5f;
  padding: 2rem 0;
  align-items: center;
}
.c-ClinicInfoTable tbody tr th {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  width: 40%;
}
.c-ClinicInfoTable tbody tr td {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  padding: 1rem;
  width: 60%;
  text-align: left;
  line-height: 1.5;
}

.c-text {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
}

.c-telNumber {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2;
}

.c-headingLv1 {
  padding: 1.6rem;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.25;
}
.c-headingLv1 span {
  font-family: "Noto Sans JP", sans-selif;
  color: #5f5f5f;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  display: block;
}

.c-pageTitle {
  display: flex;
  background-color: #fcfcfc;
}
.c-pageTitle:after {
  content: "";
  width: 1rem;
  border-bottom: 4rem solid #4673B9;
  background-color: #2C2C75;
}

.c-headingLv2 {
  padding: 4rem 0 3rem 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2;
}
.c-headingLv2 span {
  font-family: "Noto Sans JP", sans-selif;
  color: #5f5f5f;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  display: block;
}
.c-headingLv2:after {
  display: block;
  content: "";
  width: 12rem;
  height: 1.2rem;
  margin-top: 2rem;
  border-left: 6rem solid #4673B9;
  background-color: #2C2C75;
}

.c-headingLv3 {
  display: block;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  font-weight: 700;
}
.c-headingLv3:before {
  display: inline-block;
  position: relative;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border: 0.5rem solid #2C2C75;
  border-radius: 1.5rem;
  margin-right: 0.5rem;
}

.c-headingLv4 {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  font-weight: 700;
}

.c-caption {
  font-family: "Noto Sans JP", sans-selif;
  color: #5f5f5f;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}

.c-stepInfo {
  padding: 1.6rem;
}

strong {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  font-weight: 700;
  background-image: linear-gradient(transparent 60%, #ff6 60%);
  background-repeat: no-repeat;
  display: inline;
  animation: lineMarker ease-in;
  animation-timeline: view();
  animation-range: entry exit 50%;
}

a.i-question {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  text-decoration: none;
}
a.i-question:before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon/question.svg");
  display: inline;
  padding-left: 2rem;
}

/*================
  コラム
================*/
/*================
  column General
================*/
.c-columnContentWideWrap {
  width: 100%;
  overflow-x: hidden;
  background-color: #ecedee;
  margin-top: 4rem;
}

.c-columnContentWideInner {
  display: block;
  padding: 4rem 1rem;
  margin: 0;
  overflow-x: scroll;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-columnContentWideInner {
    display: block;
    padding: 2rem;
    margin: 0 auto;
    width: 100%;
    max-width: 128rem;
  }
}
.c-columnArchiveStatusWrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.6rem;
  font-family: "Noto Sans JP", sans-selif;
  color: #5f5f5f;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}
.c-columnArchiveStatusWrap .c-columnArchiveCategoryTag {
  border: 1px solid #5f5f5f;
  border-radius: 0.4rem;
  padding: 0.4rem 1rem;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-selif;
  color: #5f5f5f;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}
.c-columnArchiveStatusWrap .c-columnArchiveDateTag {
  padding-top: 0.4rem;
  text-decoration: none;
}

.c-columnPickupList {
  display: block;
  width: 100%;
  list-style: none !important;
  margin-left: 0 !important;
  margin-top: 2rem;
}
.c-columnPickupList .c-columnPickupListItem {
  list-style: none !important;
  margin-left: 0 !important;
  background: linear-gradient(#fcfcfc, #ecedee);
  border-radius: 1.6rem;
  box-shadow: 0 1.6rem 2rem rgba(23, 24, 75, 0.2), 0 -1.6rem 2rem rgba(229, 231, 244, 0.1);
  margin-bottom: 1rem;
}
.c-columnPickupList .c-columnPickupListItem a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  text-decoration: none;
}
.c-columnPickupList .c-columnPickupListItem a img {
  width: 40%;
  height: fit-content;
  display: block;
  border-radius: 1.6rem 0 0 1.6rem;
}
.c-columnPickupList .c-columnPickupListItem a p {
  width: 58%;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0 !important;
  padding-right: 2rem;
}

@media screen and (min-width: 768px) {
  .c-columnPickupList .c-columnPickupListItem a {
    padding: 0;
  }
  .c-columnPickupList .c-columnPickupListItem a img {
    width: 20%;
  }
  .c-columnPickupList .c-columnPickupListItem a p {
    width: 78%;
  }
}
.c-affectedAreaBtn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 2rem;
  margin-bottom: 4rem;
}
.c-affectedAreaBtn li {
  list-style: none;
  display: block;
  width: 47%;
  background: linear-gradient(#fcfcfc, #ecedee);
  border-radius: 1.6rem;
  box-shadow: 0 1.6rem 2rem rgba(23, 24, 75, 0.2), 0 -1.6rem 2rem rgba(229, 231, 244, 0.1);
}
.c-affectedAreaBtn li a {
  text-decoration: none;
}
.c-affectedAreaBtn li a img {
  width: 100%;
  height: fit-content;
  border-radius: 1.6rem 1.6rem 0 0;
}
.c-affectedAreaBtn li a p {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.8rem;
}

@media screen and (min-width: 768px) {
  .c-affectedAreaBtn li {
    width: 15%;
  }
}
.c-affectedAreaNav {
  justify-content: center;
  align-items: center;
  background-color: #ecedee;
  padding: 2rem;
}
.c-affectedAreaNav .c-affectedAreaLinkList {
  width: 100%;
}
.c-affectedAreaNav .c-affectedAreaLinkList li {
  list-style: none;
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}
.c-affectedAreaNav .c-affectedAreaLinkList li a {
  display: block;
  padding: 1rem 0;
  border-radius: 7rem;
  width: 100%;
  box-shadow: 0 1.6rem 2rem rgba(23, 24, 75, 0.2), 0 -1.6rem 2rem rgba(229, 231, 244, 0.1);
  max-width: 600px;
  font-family: "Noto Sans JP", sans-selif;
  color: #fcfcfc;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  background-color: #2C2C75;
}

/*================
  archive
================*/
.c-columnArchiveList {
  list-style: none;
  display: block;
  width: 100%;
}
.c-columnArchiveList .c-columnArchiveListItem {
  margin-top: 2rem;
  background: linear-gradient(#fcfcfc, #ecedee);
  box-shadow: 0 1.6rem 2rem rgba(23, 24, 75, 0.2), 0 -1.6rem 2rem rgba(229, 231, 244, 0.1);
  border-radius: 1.6rem;
}
.c-columnArchiveList .c-columnArchiveListItem a {
  text-decoration: none;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
}
.c-columnArchiveList .c-columnArchiveListItem a img {
  width: 100%;
  height: fit-content;
  border-radius: 1.6rem 1.6rem 0 0;
}
.c-columnArchiveList .c-columnArchiveListItem a p.c-columnArchiveTitle {
  display: block;
  width: 100%;
  padding: 1.6rem;
}

@media screen and (min-width: 768px) {
  .c-columnArchiveList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .c-columnArchiveList .c-columnArchiveListItem {
    width: 32%;
  }
}
.c-columnArchiveTermChildrenWrap {
  padding: 0 1rem;
  margin-bottom: 4rem;
}
.c-columnArchiveTermChildrenWrap .c-columnArchiveTermChildrenNav {
  width: 100%;
  display: block;
  padding: 1rem;
}
.c-columnArchiveTermChildrenWrap .c-columnArchiveTermChildrenNav a {
  display: block;
  padding: 1rem 2rem;
  width: 100%;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  text-decoration: none;
  border-radius: 1.6rem;
  box-shadow: 0 1.6rem 2rem rgba(23, 24, 75, 0.2), 0 -1.6rem 2rem rgba(229, 231, 244, 0.1);
  background: linear-gradient(#fcfcfc, #ecedee);
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .c-columnArchiveTermChildrenWrap {
    max-width: 128rem;
    margin: 0 auto;
  }
  .c-columnArchiveTermChildrenWrap .c-columnArchiveTermChildrenNav {
    display: flex;
    padding: 1rem 2rem;
    gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: 4rem;
    max-width: 128rem;
  }
  .c-columnArchiveTermChildrenWrap .c-columnArchiveTermChildrenNav a {
    width: 30%;
    margin-top: 0;
  }
}
/*================
  single
================*/
.c-snsShareList {
  display: flex;
  justify-content: space-between;
  border-radius: 1.6rem;
  padding: 0.8rem 4rem;
  margin-left: 0 !important;
  margin-top: 2rem;
  margin-bottom: 4rem;
  box-shadow: inset 1.6rem 1.6rem 2rem rgba(90, 90, 90, 0.2), inset -1.6rem -1.6rem 2rem rgba(250, 250, 250, 0.8);
}
.c-snsShareList .c-snsShareListItem {
  list-style: none;
  margin-left: 0 !important;
}
.c-snsShareList .c-snsShareListItem a {
  display: block !important;
  background-color: #fcfcfc;
  box-shadow: 0 1.6rem 2rem rgba(23, 24, 75, 0.2), 0 -1.6rem 2rem rgba(229, 231, 244, 0.1);
  display: inline-block;
  width: 6.4rem;
  height: 6.4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 2rem;
}
.c-snsShareList .c-snsShareListItem .i-twitter {
  background-image: url("../img/icon/twitter.svg");
}
.c-snsShareList .c-snsShareListItem .i-facebook {
  background-image: url("../img/icon/facebook.svg");
}
.c-snsShareList .c-snsShareListItem .i-line {
  background-image: url("../img/icon/line.svg");
}

.c-columnSingleHeading {
  padding: 1rem;
  max-width: 1280px;
  margin: 0 auto;
}
.c-columnSingleHeading:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #2C2C75;
  border: none;
  border-left: 10rem solid #4673B9;
  height: 4px;
  margin-top: 1.2rem;
}

.c-columnSingleTitle {
  width: 100%;
  display: block;
  margin-top: 2rem;
  padding: 0 1rem 0 1rem;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2;
}

.c-columnSingleSupervisorWrap {
  display: flex;
  gap: 2rem;
  padding: 1rem 2rem;
  align-items: center;
  margin-top: 2rem;
  text-decoration: none !important;
  justify-content: space-between;
  border-radius: 2rem;
  background: linear-gradient(#fcfcfc, #ecedee);
  box-shadow: 0 1.6rem 2rem rgba(23, 24, 75, 0.2), 0 -1.6rem 2rem rgba(229, 231, 244, 0.1);
}
.c-columnSingleSupervisorWrap .c-columnSingleSupervisorImg {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 2.8rem;
  border: 0.1rem solid #5f5f5f;
}
.c-columnSingleSupervisorWrap .c-columnSingleSupervisorImg img {
  width: 100%;
  height: 100%;
  border-radius: 2.8rem;
}
.c-columnSingleSupervisorWrap .c-columnSingleSupervisorInfo {
  width: 100%;
  font-family: "Noto Sans JP", sans-selif;
  color: #5f5f5f;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}
.c-columnSingleSupervisorWrap .c-columnSingleSupervisorInfo .c-columnSingleSupervisorName {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-columnSingleSupervisorWrap {
    padding: 1rem 2rem;
    margin: 0 auto;
    margin-top: 2rem;
    width: 100%;
    max-width: 128rem;
  }
}
.c-columnSingleContent {
  padding: 1rem;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  text-decoration: none;
  overflow-x: hidden;
}
.c-columnSingleContent p {
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
}
.c-columnSingleContent h2 {
  padding: 4rem 0 0 0;
  margin: 0;
  margin-top: 4rem;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2;
  line-height: 1.5;
}
.c-columnSingleContent h2 span {
  font-family: "Noto Sans JP", sans-selif;
  color: #5f5f5f;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  display: block;
}
.c-columnSingleContent h2:after {
  display: block;
  content: "";
  width: 20%;
  height: 0.8rem;
  margin-top: 2rem;
  border-left: 4rem solid #4673B9;
  background-color: #2C2C75;
}
.c-columnSingleContent h3 {
  margin-top: 6rem;
  margin-bottom: -1rem;
  display: block;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  font-weight: 700;
  vertical-align: middle;
}
.c-columnSingleContent h3:before {
  display: inline-block;
  position: relative;
  content: "";
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.5rem;
  border: 0.4rem solid #2C2C75;
  border-radius: 1.5rem;
  margin-right: 0.5rem;
}
.c-columnSingleContent h4 {
  margin-top: 4rem;
  margin-bottom: -1rem;
  display: block;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  font-weight: 700;
  vertical-align: middle;
}
.c-columnSingleContent h4:before {
  display: inline-block;
  position: relative;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: 0.5rem;
  background-color: #2C2C75;
  border-radius: 1.5rem;
  margin-right: 0.5rem;
}
.c-columnSingleContent a {
  text-decoration: underline;
  color: #4B4848;
}
.c-columnSingleContent a:visited {
  color: #4B4848;
}
.c-columnSingleContent strong {
  background-size: 100% 100%;
  background-image: linear-gradient(transparent 60%, #ff6 60%);
  background-repeat: no-repeat;
  display: inline;
}
.c-columnSingleContent figure {
  width: 100%;
  text-align: center;
}
.c-columnSingleContent img {
  width: 100%;
  max-width: 100%;
  height: fit-content;
}
.c-columnSingleContent ul {
  margin-top: 2rem !important;
}
.c-columnSingleContent li {
  margin-left: 2rem;
  list-style: inside;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  line-height: 1.75;
}
.c-columnSingleContent table {
  width: 100%;
  margin-top: 4rem;
  text-align: left;
}
.c-columnSingleContent table tr {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  border-bottom: solid 1px #5f5f5f;
}
.c-columnSingleContent table tr td {
  padding: 1rem 0 !important;
}
.c-columnSingleContent .columnLinkList {
  display: block;
  width: 100%;
  list-style: none !important;
  margin: 4rem 0;
}
.c-columnSingleContent .columnLinkList li {
  list-style: none !important;
  margin-left: 0 !important;
  margin-bottom: 0.8rem;
}
.c-columnSingleContent .columnLinkList li a {
  padding: 2rem;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  background: linear-gradient(#fcfcfc, #ecedee);
  box-shadow: 0 1.6rem 2rem rgba(23, 24, 75, 0.2), 0 -1.6rem 2rem rgba(229, 231, 244, 0.1);
  border-radius: 3.6rem;
}
.c-columnSingleContent .columnLinkList li a:visited {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
}
.c-columnSingleContent .columnWordDefine {
  margin: 4rem 1rem;
  background-color: #ecedee;
  box-shadow: inset 1.6rem 1.6rem 2rem rgba(90, 90, 90, 0.2), inset -1.6rem -1.6rem 2rem rgba(250, 250, 250, 0.8);
  padding: 1rem;
  border-radius: 1.6rem;
}
.c-columnSingleContent .columnWordDefine dfn {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  text-align: center;
  margin-top: 1.6rem;
}
.c-columnSingleContent .columnWordDefine dfn:after {
  border-left: solid 5rem #2C2C75;
  margin: 1.6rem auto;
  display: block;
  width: 10rem;
  height: 1.6rem;
  content: "";
  background-color: #4673B9;
}

@media screen and (min-width: 768px) {
  .c-columnSingleContent {
    display: block;
    padding: 0 2rem;
    margin: 0 auto;
    width: 100%;
    max-width: 128rem;
  }
  .c-columnSingleContent figure {
    width: 100%;
    text-align: center;
  }
  .c-columnSingleContent img {
    width: 100%;
    max-width: 960px;
    height: fit-content;
  }
}
.c-about {
  align-items: center;
}
.c-about img {
  width: 100%;
  height: fit-content;
}

@media screen and (min-width: 768px) {
  .c-about img {
    width: 50%;
    height: fit-content;
  }
}
/*
pluginデフォルトCSS打ち消し用
*/
.form-area dl dt span.red {
  background-color: #fcfcfc !important;
}

.form-area dl dd input, .form-area dl dd textarea {
  border: none;
}

/*
pluginデフォルトCSS打ち消し用ここまで
*/
.wpcf7-form {
  width: 100%;
  padding: 1rem;
  overflow-x: hidden;
}
.wpcf7-form dt {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  padding-top: 1.6rem;
}
.wpcf7-form .wpcf7-form-control-wrap {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  color: #5f5f5f;
  padding-left: 1rem;
}
.wpcf7-form .dd-wrap {
  display: block;
  width: 100%;
  height: 4.8rem;
  border-radius: 1rem;
  border: 1px solid #5f5f5f;
}
.wpcf7-form .radio-wrap {
  width: 100%;
  height: 14rem;
  border-radius: 0;
  border: none;
}
.wpcf7-form .checkbox-wrap {
  width: 100%;
  height: auto;
  border-radius: 0;
  border: none;
}
.wpcf7-form .date-wrap {
  margin-bottom: 2rem;
  white-space: nowrap;
}
.wpcf7-form .date-wrap p {
  width: 100%;
  text-align: left;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  color: #5f5f5f;
}
.wpcf7-form .wpcf7-checkbox {
  display: block;
}
.wpcf7-form .wpcf7-text {
  padding-left: 1rem;
}
.wpcf7-form .red {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  font-weight: 700;
  color: #dd2254;
  margin-left: 1rem;
}
.wpcf7-form .date-title {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  color: #5f5f5f;
  text-align: left;
  margin-top: 1rem;
}
.wpcf7-form .form-area dl dd input, .wpcf7-form .form-area dl dd textarea {
  border: none;
}
.wpcf7-form .textarea-wrap {
  width: 100%;
  height: 4rem;
}
.wpcf7-form .wpcf7-textarea {
  width: 100%;
  height: 4rem;
}
.wpcf7-form .sup {
  font-family: "Noto Sans JP", sans-selif;
  color: #5f5f5f;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 4.8rem;
  margin-bottom: 2.4rem;
}
.wpcf7-form .wpcf7-submit {
  display: block;
  padding: 1rem;
  border-radius: 7rem;
  width: 100%;
  box-shadow: 0 1.6rem 2rem rgba(23, 24, 75, 0.2), 0 -1.6rem 2rem rgba(229, 231, 244, 0.1);
  max-width: 600px;
  font-family: "Noto Sans JP", sans-selif;
  color: #fcfcfc;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  background-color: #dd2254;
}

@media screen and (min-width: 768px) {
  .wpcf7-form {
    width: 80%;
    padding: 1rem;
    overflow-x: hidden;
    margin: 0 auto;
  }
}
.p-faqContainer {
  display: block;
  padding: 4rem 1rem;
  margin: 0;
  overflow-x: scroll;
}
.p-faqContainer h1 {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.25;
  font-weight: 700;
  color: #4B4848;
  padding-bottom: 1rem;
  border-bottom: 0.4rem solid #2C2C75;
}
.p-faqContainer h1:before {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon/question.svg");
  margin-left: 1rem;
  vertical-align: middle;
}
.p-faqContainer h2 {
  display: block;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2.4rem;
}
.p-faqContainer h2:before {
  display: inline-block;
  position: relative;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border: 0.5rem solid #2C2C75;
  border-radius: 1.5rem;
  margin-right: 0.5rem;
  vertical-align: sub;
}
.p-faqContainer h3 {
  display: block;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2.4rem;
}
.p-faqContainer p {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
}
.p-faqContainer img {
  width: 100%;
  border-radius: 4rem;
}
.p-faqContainer iframe {
  border-radius: 4rem;
  width: 100%;
  height: fit-content;
  aspect-ratio: 16/9;
}
.p-faqContainer .faqAnswer {
  display: block;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.p-faqContainer .faqAnswer:before {
  display: inline-block;
  position: relative;
  content: "";
  background-image: url("../img/icon/answer.svg");
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .p-faqContainer {
    display: block;
    padding: 6rem 2rem;
    margin: 0 auto;
    width: 100%;
    max-width: 128rem;
  }
}
.p-newsContainer {
  display: block;
  padding: 4rem 1rem;
  margin: 0;
  overflow-x: scroll;
}
.p-newsContainer h1 {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.25;
  font-weight: 700;
  color: #4B4848;
  padding-bottom: 1rem;
  border-bottom: 0.4rem solid #2C2C75;
}
.p-newsContainer h1:before {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon/question.svg");
  margin-left: 1rem;
  vertical-align: middle;
}
.p-newsContainer h2 {
  display: block;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2.4rem;
}
.p-newsContainer h2:before {
  display: inline-block;
  position: relative;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border: 0.5rem solid #2C2C75;
  border-radius: 1.5rem;
  margin-right: 0.5rem;
}
.p-newsContainer h3 {
  display: block;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 2.4rem;
}
.p-newsContainer p {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
}
.p-newsContainer img {
  width: 100%;
  border-radius: 4rem;
}
.p-newsContainer iframe {
  border-radius: 4rem;
  width: 100%;
  height: fit-content;
  aspect-ratio: 16/9;
}
.p-newsContainer .faqAnswer {
  display: block;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.p-newsContainer .faqAnswer:before {
  display: inline-block;
  position: relative;
  content: "";
  background-image: url("../img/icon/answer.svg");
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .p-newsContainer {
    display: block;
    padding: 6rem 2rem;
    margin: 0 auto;
    width: 100%;
    max-width: 128rem;
  }
}
.wsp-container h2 {
  padding: 4rem 0 3rem 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2;
}
.wsp-container h2 span {
  font-family: "Noto Sans JP", sans-selif;
  color: #5f5f5f;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  display: block;
}
.wsp-container h2:after {
  display: block;
  content: "";
  width: 20%;
  height: 0.8rem;
  margin-top: 2rem;
  border-left: 4rem solid #4673B9;
  background-color: #2C2C75;
}
.wsp-container ul {
  display: block;
  width: 100%;
  list-style: none;
  border-top: 1px solid #2C2C75;
}
.wsp-container ul li {
  padding: 1rem;
  border-bottom: 1px solid #2C2C75;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
}
.wsp-container ul li a {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.wsp-container ul li :before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icon/arrowRight.svg");
  margin-right: 1rem;
  vertical-align: middle;
}
.wsp-container ul li a:visited {
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
}

.c-searchBox {
  display: flex;
  width: 100%;
  gap: 1.6rem;
  justify-content: space-between;
  border-radius: 3.2rem;
  padding: 0.4rem;
  box-shadow: inset 1.6rem 1.6rem 2rem rgba(90, 90, 90, 0.2), inset -1.6rem -1.6rem 2rem rgba(250, 250, 250, 0.8);
}
.c-searchBox .c-searchBoxForm {
  height: 5.6rem;
  width: 70%;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  padding: 0.8rem 2rem;
}
.c-searchBox .c-searchBoxButton {
  width: 28%;
  min-width: 5.6rem;
  height: 5.4rem;
  border-radius: 3.2rem;
  background: linear-gradient(#fcfcfc, #ecedee);
  box-shadow: 0 1.6rem 2rem rgba(23, 24, 75, 0.2), 0 -1.6rem 2rem rgba(229, 231, 244, 0.1);
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
}

/* ------------------------------------------
  ez-toc 目次
------------------------------------------ */
.c-columnSingleContent #ez-toc-container {
  padding-bottom: 4rem;
}
.c-columnSingleContent #ez-toc-container .ez-toc-heading-level-3 {
  margin-left: 0 !important;
  list-style: inside !important;
}
.c-columnSingleContent #ez-toc-container .ez-toc-title-container .ez-toc-title {
  background-color: #4673B9;
  color: #fcfcfc !important;
  font-size: 2.4rem !important;
  font-weight: bold;
  line-height: 1.5 !important;
  padding: 1rem 1.6rem;
  margin-top: 2rem !important;
  border-radius: 1.6rem 1.6rem 0 0;
}
.c-columnSingleContent #ez-toc-container nav {
  padding: 0 1rem 1rem 1rem !important;
  background-color: #ecedee;
  box-shadow: inset 1.6rem 1.6rem 2rem rgba(90, 90, 90, 0.2), inset -1.6rem -1.6rem 2rem rgba(250, 250, 250, 0.8);
  border-radius: 0 0 1.6rem 1.6rem;
  max-height: 24rem;
  overflow-y: scroll;
}
.c-columnSingleContent #ez-toc-container nav .ez-toc-list {
  padding: 1rem;
  margin: 0 !important;
  list-style: none !important;
  margin: 0 !important;
}
.c-columnSingleContent #ez-toc-container nav .ez-toc-list li {
  margin-left: 0 !important;
  list-style: inside !important;
}
.c-columnSingleContent #ez-toc-container nav .ez-toc-list .ez-toc-heading-level-2 {
  margin-top: 1rem !important;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-selif;
  color: #4B4848;
  font-size: 2rem;
  line-height: 2;
  font-weight: 400;
  display: block;
  width: 100%;
}
.c-columnSingleContent #ez-toc-container nav .ez-toc-list .ez-toc-list-level-3 {
  padding-left: 1rem !important;
  margin-top: 1rem !important;
}
.c-columnSingleContent #ez-toc-container nav .ez-toc-list .ez-toc-list-level-3 a {
  font-family: "Noto Sans JP", sans-selif;
  color: #5f5f5f;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  color: #5f5f5f;
  text-decoration: none !important;
}

/*# sourceMappingURL=style-v2.css.map */
