@charset "UTF-8";
/* ====================
 SIZE SET
==================== */
/* ===================
 MIXIN
==================== */
/*----------------------------------------
	RESET
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: none;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  /*min-width: 1240px;*/
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus {
  outline: none;
}

input::-ms-clear {
  visibility: hidden;
}

textarea {
  overflow: auto;
}

hr {
  margin: 0;
  border: none;
}

option {
  padding: 0;
}

input[type=submit],
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.pc {
  display: block;
}
@media only screen and (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 1000px) {
  .sp {
    display: block !important;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 1000px) {
  html {
    overflow-x: hidden;
  }
}

.l-hd,
.l-ft,
.page-patients {
  font-family: "Noto Sans JP", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: justify;
  color: #333;
  background: #fff;
  width: 100%;
  word-wrap: break-word;
  line-height: 1.62;
  letter-spacing: 0.105em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  hanging-punctuation: allow-end;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  .l-hd,
  .l-ft,
  .page-patients {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.63;
  }
}

.l-hd *,
.l-ft *,
.page-patients * {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.l-hd *:before, .l-hd *:after,
.l-ft *:before,
.l-ft *:after,
.page-patients *:before,
.page-patients *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.l-hd a,
.l-ft a,
.page-patients a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 1001px) {
  .l-hd a[href*="tel:"],
  .l-ft a[href*="tel:"],
  .page-patients a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-hd input[type=text],
.l-hd input[type=password],
.l-hd textarea,
.l-hd select,
.l-ft input[type=text],
.l-ft input[type=password],
.l-ft textarea,
.l-ft select,
.page-patients input[type=text],
.page-patients input[type=password],
.page-patients textarea,
.page-patients select {
  outline: none;
}
.l-hd img,
.l-hd video,
.l-ft img,
.l-ft video,
.page-patients img,
.page-patients video {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

/*===================================
画面サイズ
===================================*/
.c-inner {
  width: 88%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1000px) {
  .c-inner {
    width: calc(100% - 20px);
  }
}

.c-page-h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  padding-bottom: 17px;
  border-bottom: 3px solid #e06a69;
  margin-bottom: 60px;
}
.c-page-h2:nth-of-type(n + 2) {
  margin-top: 100px;
}
.c-page-h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  color: #e06a69;
  margin-bottom: 15px;
}
.c-page-text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}
.c-page-listBox {
  border: 1px solid #e06a69;
  padding: 30px 40px 33px;
  border-radius: 10px;
}
.c-page-listBox__title {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  color: #e06a69;
  margin-bottom: 15px;
}
.c-page-listBox ul li {
  font-size: 18px;
  line-height: 1.5;
  text-indent: -13px;
  padding-left: 13px;
}
.c-page-listBox ul li::before {
  content: "●";
  color: #e06a69;
  display: inline-block;
  margin-right: 5px;
}
.c-page-listBox ul li:nth-of-type(n + 2) {
  margin-top: 15px;
}

@media only screen and (max-width: 1000px) {
  .c-page-h2 {
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .c-page-h2:nth-of-type(n + 2) {
    margin-top: 77px;
  }
  .c-page-h3 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 19px;
  }
  .c-page-text {
    font-size: 16px;
    line-height: 2.25;
    margin-bottom: 35px;
  }
  .c-page-listBox {
    padding: 26px 22px 26px;
  }
  .c-page-listBox ul li {
    font-size: 16px;
    line-height: 1.5;
    text-indent: -10px;
    padding-left: 10px;
  }
  .c-page-listBox ul li:nth-of-type(n + 2) {
    margin-top: 12px;
  }
}
.c-txt-indent {
  text-indent: -1em;
  padding-left: 1em;
}

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

.c-txt-sup {
  font-size: 60%;
  vertical-align: super;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tac {
  text-align: center;
}

.u-tal {
  text-align: left;
}

.u-tar {
  text-align: right;
}

.u-taj {
  text-align: justify;
}

.u-tdu {
  text-decoration: underline;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-fwb {
  font-weight: bold;
}

.u-pink {
  color: #e06a69;
}

.u-redCol {
  color: #ff2300;
}

@media only screen and (max-width: 1000px) {
  .u-mt10 {
    margin-top: 0.6em;
  }
  .u-mt20 {
    margin-top: 1.2em;
  }
  .u-mt30 {
    margin-top: 1.8em;
  }
  .u-mt40 {
    margin-top: 2.4em;
  }
  .u-mt50 {
    margin-top: 3em;
  }
  .u-mt60 {
    margin-top: 3.6em;
  }
  .u-mt70 {
    margin-top: 4.2em;
  }
  .u-mt80 {
    margin-top: 4.8em;
  }
  .u-mt90 {
    margin-top: 5.4em;
  }
  .u-mt100 {
    margin-top: 6em;
  }
  .u-pt10 {
    padding-top: 0.6em;
  }
  .u-pt20 {
    padding-top: 1.2em;
  }
  .u-pt30 {
    padding-top: 1.8em;
  }
  .u-pt40 {
    padding-top: 2.4em;
  }
  .u-pt50 {
    padding-top: 3em;
  }
  .u-pt60 {
    padding-top: 3.6em;
  }
  .u-pt70 {
    padding-top: 4.2em;
  }
  .u-pt80 {
    padding-top: 4.8em;
  }
  .u-pt90 {
    padding-top: 5.4em;
  }
  .u-pt100 {
    padding-top: 6em;
  }
}
.ft-bg01 .l-ft {
  background-color: #ffeec5;
}

.ft-bg02 .l-ft {
  background-color: #f7f5ec;
}

.l-ft {
  background-image: url(../img/common/ft_bg_pc.png);
  background-size: cover;
  background-repeat: repeat-x;
  padding: 94px 0 0;
  position: relative;
  margin-top: -30px;
}
.l-ft::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/ft_deco_pc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1390px;
  height: 236px;
  position: absolute;
  top: -213px;
  left: calc(50% - 692px);
  pointer-events: none;
}
.l-ft__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 70px;
}
.l-ft__left {
  width: 29%;
  margin-right: 13.2%;
}
.l-ft__left-logo {
  margin-top: 5px;
  display: block;
}
.l-ft__left-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 19px auto 0;
  width: 160px;
}
.l-ft__left-sns a {
  width: 25%;
}
.l-ft__center {
  width: 32%;
  margin-right: 6.7%;
}
.l-ft__center ul li {
  position: relative;
}
.l-ft__center ul li::before {
  content: "●";
  position: absolute;
  color: #fe9900;
  left: -1.2em;
}
.l-ft__center ul li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.l-ft__center ul li a {
  color: #333;
  text-decoration: underline;
}
.l-ft__right {
  width: 19.1%;
  margin-top: 5px;
}
.l-ft__right-btn {
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 17px 15px 17px 10px;
  position: relative;
  border-radius: 10px;
  width: 100%;
}
.l-ft__right-btn::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.l-ft__right-btn.--01 {
  background-color: #e06a69;
}
.l-ft__right-btn.--02 {
  background-color: #023f73;
  margin-top: 10px;
}
.l-ft__right-bnr {
  display: block;
  margin-top: 20px;
}
.l-ft__copy {
  color: #fff;
  background-color: #fe9900;
  text-align: center;
  padding: 15px 0 0;
}
.l-ft__copy-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.l-ft__copy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.l-ft__copy-list .item {
  line-height: 1;
  font-size: 14px;
  letter-spacing: 1px;
}
.l-ft__copy-list .item:not(:first-child) {
  border-left: 1px solid #fff;
  margin: 0 0 0 19px;
  padding: 0 0 0 20px;
}
.l-ft__copy-list .item a {
  color: #fff;
  text-decoration: none;
}
.l-ft__copy-logo {
  margin: 15px auto 0;
  background-color: #fff;
  padding-top: 15px;
}
.l-ft__copy-logo a {
  width: 175px;
  display: block;
  margin: 0 auto;
}
.l-ft__copy-right {
  font-size: 10px;
  letter-spacing: 0.1em;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
}

@media only screen and (max-width: 1000px) {
  .l-ft {
    background-image: url(../img/common/ft_bg_sp.png);
    padding: 70px 0 0;
  }
  .l-ft::after {
    background-image: url(../img/common/ft_deco_sp.svg);
    background-size: 430px 173px;
    background-position: center;
    width: 100%;
    height: 173px;
    top: -150px;
    left: 0;
  }
  .l-ft__inner {
    max-width: 400px;
    width: calc(100% - 40px);
    margin: 0 auto;
    display: block;
    padding-bottom: 40px;
  }
  .l-ft__left {
    width: 100%;
    margin-right: 0;
  }
  .l-ft__left-logo {
    margin: 0 auto;
    width: 224px;
    display: block;
  }
  .l-ft__left-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 19px auto 0;
    width: 160px;
  }
  .l-ft__left-sns a {
    width: 25%;
  }
  .l-ft__center {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
  .l-ft__center ul li {
    font-size: 14px;
    padding-left: 1em;
  }
  .l-ft__center ul li::before {
    left: -0.2em;
  }
  .l-ft__center ul li:nth-of-type(n + 2) {
    margin-top: 7px;
  }
  .l-ft__center ul li a {
    color: #333;
  }
  .l-ft__right {
    width: 100%;
    margin-top: 27px;
  }
  .l-ft__right-btn {
    font-size: 15px;
    padding: 14px 15px 14px 10px;
    width: 100%;
  }
  .l-ft__right-btn::after {
    right: 22px;
  }
  .l-ft__right-bnr {
    display: block;
    margin: 25px auto 0;
    text-align: center;
  }
  .l-ft__copy {
    font-size: 10px;
    padding: 5px 0 0;
  }
  .l-ft__copy-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .l-ft__copy-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 14px;
    margin: 0 auto;
    max-width: 300px;
  }
  .l-ft__copy-list .item {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .l-ft__copy-list .item:not(:first-child) {
    border-left: none;
    margin: 0;
    padding: 0;
  }
  .l-ft__copy-list .item:first-child {
    border-right: 1px solid #fff;
    margin-right: 19px;
    padding-right: 20px;
  }
  .l-ft__copy-list .item a {
    color: #fff;
    text-decoration: none;
  }
  .l-ft__copy-right {
    font-size: 10px;
    letter-spacing: 0em;
    padding-top: 10px;
  }
}
.modal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.modal .sp {
  display: none;
}
.modal.ok {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.modal_outer {
  width: 85%;
  max-width: 1100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
}
.modal_outer section {
  max-height: 75vh;
  overflow-y: scroll;
  padding: 30px 30px 110px;
}
.modal_outer section h5 {
  padding: 0 0 20px;
  text-align: center;
  border-bottom: 3px solid #e06a69;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.375;
  margin: 45px 0 35px;
  color: #e06a69;
  letter-spacing: 0.1em;
}
.modal_outer section p {
  margin: 0.75rem auto;
  font-size: 20px;
}
.modal_outer section sup {
  font-size: 90%;
  vertical-align: top;
  position: relative;
  top: 0;
}
.modal_outer section .f_600 {
  font-weight: 600 !important;
}
.modal_outer section .f_s {
  font-size: 18px;
  line-height: 2;
  margin: 28px auto 0;
  width: calc(100% - 38px);
}
.modal_outer section .f_s.--02 {
  margin-top: 5px;
}
.modal_outer section .t_center {
  text-align: center !important;
}
.modal_outer section img.logo {
  width: 100%;
  max-width: 200px;
  margin: 0;
  display: block;
}
.modal_outer section .boxbg_lavender {
  background: #ffd7d7;
  border-radius: 5px;
  padding: 19px 10px;
  margin: 50px auto 0;
  width: calc(100% - 38px);
}
.modal_outer section .boxbg_lavender p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.modal_outer section .btnSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
.modal_outer section .btnSet_areaText {
  font-weight: 600;
  text-align: center;
}
.modal_outer section .btnSet .btnsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.modal_outer section .btnSet .btnsArea.gastaut a {
  background-color: #e06a69;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.modal_outer section .btnSet .btnsArea.gastaut a.btn_no {
  background: #fff;
  border: 2px solid #e06a69;
  color: #4d4d4d;
}
.modal_outer section .btnSet .btnsArea a {
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 250px;
}
.modal_outer section .btnSet .btnsArea a span {
  font-weight: 600;
  position: relative;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 1000px) {
  .modal .pc {
    display: none;
  }
  .modal .sp {
    display: block;
  }
  .modal_outer {
    width: 95%;
    max-width: 540px;
    border-radius: 20px;
  }
  .modal_outer section {
    max-height: 75vh;
    padding: 23px 8px 110px;
  }
  .modal_outer section h5 {
    padding: 0 0 20px;
    border-bottom: 3px solid #e06a69;
    font-size: 19px;
    margin: 64px 0 35px;
  }
  .modal_outer section p {
    margin: 0.75rem auto;
    font-size: 17px;
  }
  .modal_outer section .f_s {
    line-height: 1.7;
    font-size: 15px;
    margin: 23px auto 0;
    width: calc(100% - 0px);
  }
  .modal_outer section .f_s.--02 {
    margin-top: 8px;
    text-align: center !important;
  }
  .modal_outer section .t_center {
    text-align: left !important;
  }
  .modal_outer section img.logo {
    max-width: 193px;
  }
  .modal_outer section .boxbg_lavender {
    border-radius: 5px;
    padding: 5px 0;
    margin: 50px auto 0;
    width: calc(100% - 0px);
  }
  .modal_outer section .boxbg_lavender p {
    font-size: 16px;
  }
  .modal_outer section .btnSet {
    gap: 10px;
    margin-top: 40px;
  }
  .modal_outer section .btnSet .btnsArea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .modal_outer section .btnSet .btnsArea.gastaut a.btn_no {
    border: 2px solid #e06a69;
  }
  .modal_outer section .btnSet .btnsArea a {
    border-radius: 35px;
    height: 65px;
    margin: 0 auto;
    width: 160px;
  }
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
#page-top a {
  width: 90px;
  padding: 5px 0;
  text-align: center;
  display: block;
}

@media screen and (max-width: 896px) {
  #page-top {
    bottom: 3px;
    right: 3px;
  }
}
.l-hd {
  position: fixed;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}
@media screen and (min-width: 896px) {
  .l-hd {
    font-size: 12px;
    letter-spacing: 0;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}

@media print, screen and (min-width: 897px) {
  .l-hd__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 0px;
  }
}
@media screen and (max-width: 896px) {
  .l-hd__upper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 54px;
    padding: 10px 0 0 12px;
    border-bottom: solid 1px #999;
  }
}
.l-hd__upper p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-hd__upper p i {
  font-style: normal;
}
.l-hd__upper .siteLogo > a {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 896px) {
  .l-hd__upper .siteLogo > a {
    height: 51.69px;
    position: relative;
    top: -1px;
  }
}
.l-hd__upper .siteLogo > a > i {
  font-weight: normal;
}
.l-hd__upper .sns .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 896px) {
  .l-hd__upper .sns .list {
    position: relative;
    top: -1px;
  }
}
.l-hd__upper .sns .list > li {
  width: 33px;
}
@media screen and (min-width: 896px) {
  .l-hd__upper .sns .list > li {
    height: 37.19px;
  }
}
.l-hd__upper .sns .list > li:not(:first-child) {
  margin-left: 8px;
}
.l-hd__upper .sns .list > li img {
  max-width: 100%;
  width: auto;
}

@media print, screen and (min-width: 897px) {
  .l-hd__upper .siteLogo > a img {
    width: 220px;
  }
}
@media screen and (max-width: 896px) {
  .l-hd__upper .siteLogo > a img {
    width: 150px;
  }
}
/*
@media screen and (max-width: 896px) and (min-width: 480px) {
  .l-hd__upper .siteLogo>a {
    padding: 0px 0 10px 45px;
  }
}*/
@media print, screen and (min-width: 897px) {
  .l-hd__upper .siteLogo i {
    margin: 20px 0 0 20px;
    font-size: 14px;
    color: #333;
  }
  .l-hd__upper .siteLogo i:has(.sp) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 896px) {
  .l-hd__upper .siteLogo i {
    margin-left: 10px;
    font-size: 10px;
    color: #333;
  }
}
@media screen and (max-width: 1067px) and (min-width: 897px) {
  .l-hd__upper .siteLogo > a > i {
    margin-left: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 896px) {
  .l-hd__upper .sns {
    display: none;
  }
}
@media print, screen and (min-width: 897px) {
  .l-hd__nav__wrapper {
    max-width: 1380px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 896px) {
  .l-hd__nav__wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    left: 100%;
    width: 100%;
    height: 100%;
    top: 54px;
    padding: 0 18px;
    border-top: 1px solid #ccc;
    background-color: #fe9900;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 897px) {
  .l-hd__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1033px;
    width: 75%;
  }
}
.l-hd__navOpener {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
}

@media print, screen and (min-width: 897px) {
  .l-hd__navOpener {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .l-hd__navOpener {
    background-color: #fe9900;
  }
}
.l-hd__navOpener__icon {
  display: block;
  position: relative;
  width: 54px;
  height: 54px;
}
.l-hd__navOpener__icon > span {
  position: absolute;
  right: 17px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-hd__navOpener__icon > span:nth-of-type(1) {
  top: 16px;
}
.l-hd__navOpener__icon > span:nth-of-type(2) {
  top: 26px;
}
.l-hd__navOpener__icon > span:nth-of-type(3) {
  bottom: 16px;
}
.l-hd__navOpener__icon > i {
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 10px;
  color: #fff;
}

.l-hd__navOpenerCheckbox {
  display: none;
}
.l-hd__navOpenerCheckbox:checked ~ .l-hd__navOpener .l-hd__navOpener__icon > span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-315deg);
          transform: translateY(11px) rotate(-315deg);
}
.l-hd__navOpenerCheckbox:checked ~ .l-hd__navOpener .l-hd__navOpener__icon > span:nth-of-type(2) {
  opacity: 0;
}
.l-hd__navOpenerCheckbox:checked ~ .l-hd__navOpener .l-hd__navOpener__icon > span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
          transform: translateY(-9px) rotate(315deg);
}
.l-hd__navOpenerCheckbox:checked ~ .l-hd__navOpener .l-hd__navOpener__icon > i:before {
  display: none;
}
.l-hd__navOpenerCheckbox:checked ~ .l-hd__navOpener .l-hd__navOpener__icon > i:after {
  display: inline-block;
}
.l-hd__navOpenerCheckbox:checked ~ .l-hd__nav__wrapper {
  left: 0;
}

@media print, screen and (min-width: 897px) {
  .l-hd__nav .item {
    width: 200px;
    height: 100px;
    border-right: solid 1px #fec266;
    background-color: #fe9900;
    letter-spacing: 0;
  }
  .l-hd__nav .item:first-child {
    border-radius: 0 0 0 10px;
    overflow: hidden;
  }
  .l-hd__nav .item:last-child {
    border-radius: 0 0 10px 0;
  }
}
@media screen and (max-width: 896px) {
  .l-hd__nav .item {
    border-bottom: 1px solid #ffd699;
    font-size: 12px;
  }
}
.l-hd__nav .item > a {
  position: relative;
  display: block;
  line-height: 1.4;
  font-weight: 600;
  text-decoration: none;
}
.l-hd__nav .item .subList__item a {
  display: block;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 1px 1px 0px #cb7a00;
}

@media print, screen and (min-width: 897px) {
  .l-hd__nav .item > a {
    padding-top: 100px;
    text-align: center;
    font-size: 14px;
    color: #666;
  }
}
@media screen and (max-width: 896px) {
  .l-hd__nav .item > a {
    padding: 17px 0 17px 35px;
    color: #fff;
  }
}
@media print, screen and (min-width: 897px) {
  .l-hd__nav .item > a:before {
    top: 0;
    display: block;
    height: 5px;
    width: 100%;
    background-color: #fead33;
    opacity: 1;
  }
}
@media print, screen and (min-width: 897px) {
  .l-hd__nav .item > a:hover {
    background-color: #fead33;
  }
  .l-hd__nav .item > a:hover:before {
    opacity: 1;
  }
}
@media print, screen and (min-width: 897px) {
  .l-hd__nav .item > a > span {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 0px #cb7a00;
  }
}
@media screen and (min-width: 897px) and (max-width: 1350px) {
  .l-hd__nav .item > a > span {
    font-size: 11px;
    white-space: inherit;
    width: 100%;
  }
}
@media screen and (min-width: 897px) and (max-width: 1300px) {
  .l-hd__nav .item > a > span {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 897px) {
  .l-hd__nav .item > a > img {
    position: absolute;
    top: 28%;
    left: 50%;
    width: 38px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .l-hd__nav .item > a > img.ico2 {
    width: 30px;
  }
  .l-hd__nav .item > a > img.ico3 {
    width: 26px;
  }
}
@media screen and (max-width: 896px) {
  .l-hd__nav .item > a > img {
    display: none;
  }
}
@media print, screen and (min-width: 897px) {
  .l-hd__nav .item--current > a {
    background-color: #fead33;
  }
  .l-hd__nav .item--current > a:before {
    opacity: 1;
  }
}
@media print, screen and (min-width: 897px) {
  .l-hd__nav .item .subList {
    display: none;
    text-align: center;
    background-color: #fead33;
  }
}
@media screen and (max-width: 896px) {
  .l-hd__nav .item .subList {
    margin-top: -10px;
    padding: 0 0 10px 35px;
  }
}
@media print, screen and (min-width: 897px) {
  .l-hd__nav .item .subList__item {
    border-top: 1px solid #fece85;
  }
}
@media print, screen and (min-width: 897px) {
  .l-hd__nav .item .subList__item a {
    padding: 18px 0 14px;
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
  }
  .l-hd__nav .item .subList__item a:hover {
    background-color: #fe9900;
  }
}
@media screen and (max-width: 896px) {
  .l-hd__nav .item .subList__item a {
    position: relative;
    padding: 3px 0 3px 14px;
    color: #fff;
  }
}
@media screen and (max-width: 896px) {
  .l-hd__nav .item .subList__item a:before {
    position: absolute;
    top: calc(0.4em + 7px);
    left: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media print, screen and (min-width: 897px) {
  .l-hd__nav .item .subList__item:last-child a {
    padding-bottom: 16px;
  }
}
@media print, screen and (min-width: 897px) {
  .l-hd__nav .item:hover .subList {
    display: block;
  }
}
@media print, screen and (min-width: 897px) {
  .l-hd__navSns {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .l-hd__navSns {
    margin-top: 25px;
    text-align: center;
  }
}
.l-hd__navSns .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-hd__navSns .list > li {
  max-width: 41px;
  margin: 0 5px;
}
.l-hd__navSns .list > li img {
  max-width: 100%;
  width: 100%;
}

.l-hd_s_txt {
  font-size: 11px !important;
  line-height: 1.4;
}

@media screen and (max-width: 896px) {
  i.l-hd_s_txt {
    display: none;
  }
}
.l-hd__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 23.7%;
}
.l-hd__btnArea-btn {
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 0 20px 0 0;
  position: relative;
  border-radius: 0 0 10px 10px;
  letter-spacing: 0.1em;
}
.l-hd__btnArea-btn::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.l-hd__btnArea-btn.--01 {
  background-color: #e06a69;
  width: 65%;
}
.l-hd__btnArea-btn.--02 {
  background-color: #023f73;
  width: 32%;
}

@media screen and (max-width: 896px) {
  .l-hd__btnArea {
    margin-top: 22px;
    display: block;
    width: 100%;
  }
  .l-hd__btnArea-btn {
    font-size: 15px;
    line-height: 1.4;
    border-radius: 10px;
    padding: 14px 10px;
  }
  .l-hd__btnArea-btn.--01 {
    width: 100%;
  }
  .l-hd__btnArea-btn.--02 {
    margin-top: 10px;
    width: 100%;
  }
}
.l-main {
  margin: 181px auto 0;
}
.l-main .main__contentsUpper {
  margin-bottom: 49px;
}
.l-main .main__contentsUpper__inner {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0;
}
.l-main .main__contentsUpper__inner .pathNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-main .main__contentsUpper__inner .pathNav__item {
  font-size: 12px;
}
.l-main .main__contentsUpper__inner .pathNav__item:not(:first-child) {
  position: relative;
  margin-left: 11px;
  padding-left: 17px;
}
.l-main .main__contentsUpper__inner .pathNav__item:not(:first-child):after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #333;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.l-main .main__contentsUpper__inner .pathNav__item > a {
  color: #1d69aa;
  text-decoration: none;
}

@media only screen and (max-width: 1000px) {
  .l-main {
    margin: 135px auto 0;
  }
  .l-main .main__contentsUpper {
    display: none;
  }
}
.l-page-topNav {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-top: 32px;
}
.l-page-topNav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  padding: 15px 10px 0 10px;
  position: relative;
  width: auto;
  height: 80px;
  color: #333;
  width: 16.6666666667%;
  border: 1px solid #fe9900;
  border-right: none;
  letter-spacing: 0.01em;
}
.l-page-topNav__btn:hover {
  background-color: #fe9900;
}
.l-page-topNav__btn.--current {
  background-color: #fe9900;
  pointer-events: none;
}
.l-page-topNav__btn:nth-of-type(n + 2) {
  border-left: 1px solid #fe9900;
}
.l-page-topNav__btn:nth-of-type(1) {
  border-radius: 100px 0 0 100px;
}
.l-page-topNav__btn:nth-of-type(1)::before {
  background-image: url(../img/common/page_icon01.svg);
}
.l-page-topNav__btn:nth-of-type(2)::before {
  background-image: url(../img/common/page_icon02.svg);
}
.l-page-topNav__btn:nth-of-type(3)::before {
  background-image: url(../img/common/page_icon03.svg);
}
.l-page-topNav__btn:nth-of-type(4)::before {
  background-image: url(../img/common/page_icon04.svg);
}
.l-page-topNav__btn:nth-of-type(5)::before {
  background-image: url(../img/common/page_icon05.svg);
}
.l-page-topNav__btn:nth-of-type(6) {
  border-right: 1px solid #fe9900;
  border-radius: 0 100px 100px 0;
}
.l-page-topNav__btn:nth-of-type(6)::before {
  background-image: url(../img/common/page_icon06.svg);
}
.l-page-topNav__btn::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  position: absolute;
  left: calc(50% - 23px);
  top: -24px;
}
.l-page-main {
  margin-top: 150px;
  position: relative;
  padding-bottom: 270px;
}
.l-page-main::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/page_bg_deco_pc.png);
  background-size: contain;
  background-size: 100% 100%;
  width: 100%;
  height: 261px;
  position: absolute;
  top: 0;
  left: 0;
}
.l-page-main::after {
  content: "";
  display: inline-block;
  background-color: #ffeec5;
  width: 100%;
  height: calc(100% - 250px);
  position: absolute;
  top: 250px;
  left: 0;
}
.l-page-title {
  position: relative;
  z-index: 1;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  width: 514px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e06a69;
  border-radius: 100px;
  border: 3px solid #e06a69;
  top: -20px;
  left: 0px;
  padding: 0 50px;
}
.l-page-title::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/page_ttl_deco01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px;
  height: 64px;
  position: absolute;
  left: -8px;
  top: -18px;
}
.l-page-title::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/page_ttl_deco02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 124px;
  height: 132px;
  position: absolute;
  right: -76px;
  top: -28px;
}
.l-page-title span::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/page_ttl_deco01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 49px;
  position: absolute;
  right: 10px;
  top: 60px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.l-page-lead {
  text-align: center;
  font-size: 22px;
  line-height: 1.8;
  text-align: center;
  position: relative;
  font-weight: 600;
  margin-top: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 65px;
  z-index: 1;
}
.l-page-anchor {
  position: relative;
  margin: 0 auto 62px;
  width: 770px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  z-index: 1;
}
.l-page-anchor.--noLead {
  margin-top: 55px;
}
.l-page-anchor a {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e06a69;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  border-radius: 100px;
  padding: 0 10px 0 10px;
  position: relative;
  width: 48.7%;
  height: 70px;
}
.l-page-anchor a::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.l-page-content {
  padding: 75px 50px;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: calc(100% - 20px);
  max-width: 1100px;
}
.l-page-bottomNav {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px auto 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.l-page-bottomNav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fe9900;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  border-radius: 100px;
  padding: 0 10px 0 30px;
  position: relative;
  width: 32%;
  height: 70px;
}
.l-page-bottomNav__btn:nth-of-type(n + 4) {
  margin-top: 23px;
}
.l-page-bottomNav__btn:nth-of-type(1)::before {
  background-image: url(../img/common/page_icon01.svg);
}
.l-page-bottomNav__btn:nth-of-type(2)::before {
  background-image: url(../img/common/page_icon02.svg);
}
.l-page-bottomNav__btn:nth-of-type(3)::before {
  background-image: url(../img/common/page_icon03.svg);
}
.l-page-bottomNav__btn:nth-of-type(4)::before {
  background-image: url(../img/common/page_icon04.svg);
}
.l-page-bottomNav__btn:nth-of-type(5)::before {
  background-image: url(../img/common/page_icon05.svg);
}
.l-page-bottomNav__btn:nth-of-type(6)::before {
  background-image: url(../img/common/page_icon06.svg);
}
.l-page-bottomNav__btn::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 20px;
  top: calc(50% - 23px);
}
.l-page-bottomNav__btn::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media only screen and (max-width: 1000px) {
  .l-page-topNav {
    max-width: 600px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 20px);
    padding-top: 0;
  }
  .l-page-topNav__btn {
    font-size: 12px;
    padding: 13px 0 0 0;
    height: 56px;
    width: 33.3333333333%;
    border: 1px solid #fe9900;
    border-right: none;
    letter-spacing: 0.01em;
  }
  .l-page-topNav__btn:nth-of-type(n + 2) {
    border-left: 1px solid #fe9900;
  }
  .l-page-topNav__btn:nth-of-type(n + 4) {
    border-top: none;
    padding: 0 0 13px 0;
  }
  .l-page-topNav__btn:nth-of-type(n + 4)::before {
    top: auto;
    bottom: -15px;
  }
  .l-page-topNav__btn:nth-of-type(1) {
    border-radius: 20px 0 0 0;
  }
  .l-page-topNav__btn:nth-of-type(3) {
    border-radius: 0 20px 0 0;
    border-right: 1px solid #fe9900;
  }
  .l-page-topNav__btn:nth-of-type(4) {
    border-radius: 0 0 0 20px;
  }
  .l-page-topNav__btn:nth-of-type(6) {
    border-right: 1px solid #fe9900;
    border-radius: 0 0 20px 0;
  }
  .l-page-topNav__btn::before {
    width: 32px;
    height: 32px;
    left: calc(50% - 16px);
    top: -15px;
  }
  .l-page-main {
    margin-top: 188px;
    padding-bottom: 234px;
  }
  .l-page-main::before {
    background-image: url(../img/common/page_bg_deco_sp.png);
    height: 69px;
  }
  .l-page-main::after {
    height: calc(100% - 60px);
    top: 60px;
  }
  .l-page-title {
    font-size: 20px;
    width: calc(100% - 20px);
    max-width: 400px;
    height: 88px;
    border: 2px solid #e06a69;
    top: -108px;
    padding: 0;
  }
  .l-page-title::before {
    left: -6px;
    top: 46px;
  }
  .l-page-title::after {
    width: 84px;
    height: 88px;
    right: calc(50% - 42px);
    top: auto;
    bottom: -78px;
  }
  .l-page-title span::after {
    right: 2px;
    top: 43px;
  }
  .l-page-lead {
    font-size: 18px;
    line-height: 2.2;
    text-align: justify;
    margin: 0px auto 50px;
    width: calc(100% - 40px);
    max-width: 600px;
  }
  .l-page-anchor {
    margin: 0 auto 62px;
    width: calc(100% - 40px);
    max-width: 400px;
    gap: 20px;
  }
  .l-page-anchor.--noLead {
    margin-top: 0px;
  }
  .l-page-anchor a {
    font-size: 16px;
    padding: 0 10px 0 10px;
    height: 60px;
    width: 100%;
  }
  .l-page-content {
    padding: 60px 10px;
    border-radius: 10px;
    width: calc(100% - 20px);
    max-width: 600px;
  }
  .l-page-bottomNav {
    max-width: 600px;
    width: calc(100% - 40px);
    margin: 83px auto 0;
    gap: 20px;
  }
  .l-page-bottomNav__btn {
    font-size: 16px;
    padding: 0 10px 0 10px;
    width: 100%;
    height: 60px;
  }
  .l-page-bottomNav__btn:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .l-page-bottomNav__btn::before {
    left: 7px;
  }
}
.p-about-main__img01 {
  margin: 47px auto 0;
  border: 1px solid #e06a69;
  border-radius: 10px;
  text-align: center;
  padding: 30px 10px 35px;
}
.p-about-main__img01 p {
  font-weight: 600;
  font-size: 23px;
  color: #006ebb;
}
.p-about-main__img01-box {
  margin: 0 auto;
  width: 732px;
}
.p-about-main__img02 {
  margin: 0px auto 0;
  max-width: 202px;
}

@media only screen and (max-width: 1000px) {
  .p-about-main__img01 {
    margin: 34px auto 0;
    max-width: 400px;
    padding: 36px 10px 39px;
  }
  .p-about-main__img01 p {
    font-size: 16px;
  }
  .p-about-main__img01-box {
    width: calc(100% - 20px);
    overflow: scroll;
    padding-bottom: 10px;
    margin-top: -15px;
  }
  .p-about-main__img01-box img {
    min-width: 732px;
  }
}
.p-careful-main__img01 {
  margin: 0px auto 0;
  max-width: 202px;
}
.p-careful-main__box01 {
  border: 1px solid #e06a69;
  padding: 30px 40px 33px;
  border-radius: 10px;
}
.p-careful-main__box01-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  color: #e06a69;
  margin-bottom: 15px;
}
.p-careful-main__box01-flex {
  margin: 0 auto;
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-careful-main__box01-flex li {
  width: 50%;
}
.p-careful-main__box01-flex li p {
  font-size: 18px;
  line-height: 1.5;
}
.p-careful-main__box01-flex li p::before {
  content: "●";
  color: #e06a69;
  display: inline-block;
  margin-right: 5px;
}
.p-careful-main__box01-flex li img {
  width: 131px;
  display: block;
  margin: 10px auto 0;
}
.p-careful-main__box02 {
  border: 1px solid #e06a69;
  padding: 30px 40px 33px;
  border-radius: 10px;
}
.p-careful-main__box02-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  color: #e06a69;
  margin-bottom: 15px;
}
.p-careful-main__box02 dl:nth-of-type(n + 2) {
  margin-top: 25px;
}
.p-careful-main__box02 dl dt {
  font-size: 18px;
  line-height: 1.5;
  text-indent: -13px;
  padding-left: 13px;
  font-weight: bold;
  margin-left: 13px;
}
.p-careful-main__box02 dl dt::before {
  content: "●";
  color: #e06a69;
  display: inline-block;
  margin-right: 5px;
}
.p-careful-main__box02 dl dd {
  margin: 5px auto 0;
  width: calc(100% - 46px);
}
.p-careful-main__box02 dl dd p {
  font-size: 18px;
  line-height: 2;
}
.p-careful-main__box02 dl dd p:nth-of-type(2) {
  margin-top: 10px;
  line-height: 1.65;
  padding: 10px 0;
  border-radius: 5px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-careful-main__box02 dl dd p:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  width: calc(100% + 40px);
  height: 100%;
  border-radius: 5px;
  background-color: #ffd7d7;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
}

@media only screen and (max-width: 1000px) {
  .p-careful-main__img01 {
    margin: 0px auto 0;
    max-width: 202px;
  }
  .p-careful-main__box01 {
    padding: 26px 22px 26px;
  }
  .p-careful-main__box01-title {
    font-size: 16px;
  }
  .p-careful-main__box01-flex {
    width: 100%;
    max-width: 400px;
  }
  .p-careful-main__box01-flex li {
    width: 50%;
  }
  .p-careful-main__box01-flex li p {
    font-size: 16px;
    line-height: 1.5;
    text-indent: -12px;
    padding-left: 22px;
    height: 48px;
  }
  .p-careful-main__box01-flex li img {
    margin: 10px auto 0;
  }
  .p-careful-main__box02 {
    padding: 26px 22px 26px;
  }
  .p-careful-main__box02-title {
    font-size: 16px;
  }
  .p-careful-main__box02 dl:nth-of-type(n + 2) {
    margin-top: 25px;
  }
  .p-careful-main__box02 dl dt {
    font-size: 16px;
    line-height: 1.5;
    text-indent: -13px;
    padding-left: 13px;
    margin-left: 13px;
  }
  .p-careful-main__box02 dl dd {
    margin: 5px auto 0;
    width: calc(100% - 46px);
  }
  .p-careful-main__box02 dl dd p {
    font-size: 16px;
    line-height: 1.6;
    text-indent: -5.3em;
    padding-left: 5.3em;
  }
  .p-careful-main__box02 dl dd p:nth-of-type(2) {
    margin-top: 10px;
    line-height: 1.35;
    padding: 10px 0;
    text-indent: 0em;
  }
}
.p-eligibility-main__listBox-text01 {
  display: inline-block;
  padding-left: 5.5em;
}
.p-eligibility-main__dl {
  margin-top: 24px;
}
.p-eligibility-main__dl dt {
  font-weight: 600;
  font-size: 16px;
  color: #e06a69;
}
.p-eligibility-main__dl dd {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
}
.p-eligibility-main__img01 {
  margin: 47px auto 0;
  max-width: 700px;
  border: 1px solid #e06a69;
  border-radius: 10px;
  text-align: center;
  padding: 30px 10px 35px;
}
.p-eligibility-main__img01 p {
  font-weight: 600;
  font-size: 16px;
  color: #006ebb;
}
.p-eligibility-main__img01 img {
  margin-top: 15px;
  width: 388px;
}
.p-eligibility-main__img02 {
  margin: -14px auto 0;
  max-width: 360px;
  position: relative;
  left: 10px;
}

@media only screen and (max-width: 1000px) {
  .p-eligibility-main__listBox {
    position: relative;
    padding-bottom: 60px;
  }
  .p-eligibility-main__listBox-text01 {
    display: inline-block;
    padding-left: 0;
    position: absolute;
    right: 20px;
    bottom: 25px;
  }
  .p-eligibility-main__dl {
    margin-top: 27px;
  }
  .p-eligibility-main__dl dt {
    font-size: 14px;
  }
  .p-eligibility-main__dl dd {
    font-size: 14px;
    line-height: 2.1;
    margin-top: 11px;
  }
  .p-eligibility-main__img01 {
    margin: 34px auto 0;
    max-width: 400px;
    padding: 36px 10px 39px;
  }
  .p-eligibility-main__img01 p {
    font-size: 15px;
  }
  .p-eligibility-main__img01 img {
    width: 100%;
  }
  .p-eligibility-main__img02 {
    margin: -4px auto 0;
    max-width: 300px;
    left: 0px;
  }
}
.p-faq-main__box {
  border-radius: 10px;
  border: 1px solid #e06a69;
  overflow: hidden;
  text-align: left;
}
.p-faq-main__box:nth-of-type(n + 2) {
  margin-top: 44px;
}
.p-faq-main__box dt {
  font-size: 27px;
  line-height: 1.2;
  color: #fff;
  background-color: #e06a69;
  font-weight: 600;
  position: relative;
  padding: 14px 70px 16px 62px;
  letter-spacing: 0.11em;
  cursor: pointer;
}
.p-faq-main__box dt.--active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-faq-main__box dt.--active::after {
  opacity: 0;
}
.p-faq-main__box dt::before, .p-faq-main__box dt::after {
  position: absolute;
  content: "";
  top: calc(50% - 2.5px);
  right: 20px;
  width: 30px;
  height: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-faq-main__box dt::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-faq-main__box dt span::before {
  content: "";
  display: inline-block;
  background-image: url(../img/faq/icon_question.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: calc(50% - 20px);
}
.p-faq-main__box dd {
  display: none;
  font-size: 18px;
  line-height: 2;
  padding: 30px 18px 28px 57px;
  position: relative;
  background-color: #fff;
}
.p-faq-main__box dd::before {
  content: "";
  display: inline-block;
  background-image: url(../img/faq/icon_answer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 18px;
  position: absolute;
  left: 20px;
  top: 38px;
}

@media only screen and (max-width: 1000px) {
  .p-faq-main__box {
    border-radius: 10px;
    border: 1px solid #e06a69;
    overflow: hidden;
  }
  .p-faq-main__box:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .p-faq-main__box dt {
    font-size: 18px;
    line-height: 1.8;
    padding: 4px 44px 7px 50px;
    letter-spacing: 0.1em;
  }
  .p-faq-main__box dt::before, .p-faq-main__box dt::after {
    top: calc(50% - 1.5px);
    right: 10px;
    width: 20px;
    height: 3px;
  }
  .p-faq-main__box dt span::before {
    width: 30px;
    height: 30px;
    left: 10px;
    top: 6px;
  }
  .p-faq-main__box dd {
    font-size: 16px;
    line-height: 2.23;
    padding: 22px 10px 22px 36px;
    position: relative;
  }
  .p-faq-main__box dd::before {
    width: 20px;
    height: 14px;
    left: 10px;
    top: 33px;
  }
}
.p-no .pg-no-movie-header {
  border-bottom: 1px solid #dfdfdf;
  border-top: 5px solid #01335c;
}
.p-no .pg-no-movie-header__logo {
  margin: 10px 0 20px 3%;
}
.p-no .pg-no-movie-header__logo img {
  width: 140px;
}
.p-no .pg-no-movie-lead {
  margin: 40px auto 0;
  max-width: 800px;
  font-size: 16px;
  line-height: 2;
}
.p-no .bnrArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.p-no .bnrArea .pg-no-movie-logo {
  display: block;
  width: 184px;
  margin: 0 auto;
}
.p-no .pg-no-movie-footer {
  background: #023f73;
  color: #fff;
  font-size: 12px;
  margin: 90px 0 0;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  .p-no .pg-no-movie-header {
    border-bottom: 1px solid #dfdfdf;
    border-top: 5px solid #01335c;
  }
  .p-no .pg-no-movie-header__logo {
    margin: 10px 0 20px 3%;
  }
  .p-no .pg-no-movie-header__logo img {
    width: 140px;
  }
  .p-no .pg-no-movie-lead {
    margin: 20px auto 0;
    padding: 0 10px;
  }
  .p-no .bnrArea {
    margin-top: 42px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .p-no .bnrArea .pg-no-movie-logo {
    display: block;
    width: 184px;
    margin: 0 auto;
  }
  .p-no .pg-no-movie-footer {
    font-size: 14px;
    padding: 20px 8% 40px;
  }
}
.p-subsidy-main table,
.p-subsidy-main td,
.p-subsidy-main th {
  border: 1px solid #f6b6b6;
  border-collapse: collapse;
  vertical-align: middle;
}
.p-subsidy-main table .--small,
.p-subsidy-main td .--small,
.p-subsidy-main th .--small {
  font-size: 90%;
}
.p-subsidy-main table .--tac,
.p-subsidy-main td .--tac,
.p-subsidy-main th .--tac {
  text-align: center;
}
.p-subsidy-main table .--maincol,
.p-subsidy-main td .--maincol,
.p-subsidy-main th .--maincol {
  color: #333;
}
.p-subsidy-main table .--pink,
.p-subsidy-main td .--pink,
.p-subsidy-main th .--pink {
  color: #ef856d;
}
.p-subsidy-main table .--blue,
.p-subsidy-main td .--blue,
.p-subsidy-main th .--blue {
  color: #008ec5;
}
.p-subsidy-main table .--plMid,
.p-subsidy-main td .--plMid,
.p-subsidy-main th .--plMid {
  padding-left: 45px;
}
.p-subsidy-main table {
  width: 100%;
}
.p-subsidy-main .odd {
  background: #fff;
}
.p-subsidy-main .even {
  background: #fffbf1;
}
.p-subsidy-main th {
  background: #fffbf1;
  text-align: center;
  font-weight: 500;
  color: #e06a69;
  font-size: 20px;
  padding: 10px;
  line-height: 1.5;
}
.p-subsidy-main td {
  padding: 13px;
  font-size: 18px;
}
.p-subsidy-main__table01 table th {
  width: 178px;
}
.p-subsidy-main__table01 table th:nth-of-type(2) {
  width: calc(100% - 178px);
}
.p-subsidy-main__table02 table th span {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  line-height: 1.5;
  text-align: left;
}
.p-subsidy-main__table01Text {
  color: #e06a69;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}
.p-subsidy-main__table02Text {
  text-align: right;
  margin-top: 15px;
}
.p-subsidy-main__table02Text .text01 {
  color: #ef856d;
}
.p-subsidy-main__table02Text .text02 {
  color: #008ec5;
}
.p-subsidy-main__table02Text .text03 {
  margin-top: 5px;
  display: inline-block;
}
.p-subsidy-main__box01 {
  border: 1px solid #e06a69;
  padding: 20px 40px 32px;
  border-radius: 10px;
}
.p-subsidy-main__box01-img {
  margin: 0 auto;
  width: 600px;
}
.p-subsidy-main__box01-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
.p-subsidy-main__box01-list li {
  font-size: 18px;
}
.p-subsidy-main__box01-list li::before {
  width: 26px;
  height: 26px;
  border-radius: 50px;
  font-weight: bold;
  background-color: #f5b6a8;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  line-height: 26px;
  color: #fff;
}
.p-subsidy-main__box01-list li:nth-of-type(n + 2) {
  margin-top: 6px;
}
.p-subsidy-main__box01-list li:nth-of-type(1)::before {
  content: "1";
}
.p-subsidy-main__box01-list li:nth-of-type(2)::before {
  content: "2";
}
.p-subsidy-main__box01-list li:nth-of-type(3)::before {
  content: "3";
}
.p-subsidy-main__img01 {
  border: 1px solid #e06a69;
  padding: 25px 40px 27px;
  border-radius: 10px;
  margin-bottom: 42px;
}
.p-subsidy-main__img01 img {
  margin: 0 auto;
  width: 525px;
  display: block;
  position: relative;
  left: -3.2%;
}

@media only screen and (max-width: 1000px) {
  .p-subsidy-main table {
    min-width: 900px;
  }
  .p-subsidy-main th {
    font-size: 18px;
    padding: 10px;
    line-height: 1.5;
  }
  .p-subsidy-main td {
    padding: 10px 14px;
    font-size: 16px;
  }
  .p-subsidy-main__table01 {
    padding-bottom: 14px;
  }
  .p-subsidy-main__table01 table th {
    width: 166px;
  }
  .p-subsidy-main__table01 table th:nth-of-type(2) {
    width: calc(100% - 166px);
  }
  .p-subsidy-main__table02 {
    padding-bottom: 14px;
  }
  .p-subsidy-main__table02 table th span {
    font-size: 14px;
  }
  .p-subsidy-main__table01Text {
    margin-top: 26px;
    line-height: 1.8;
  }
  .p-subsidy-main__table02Text {
    margin-top: 0;
    font-size: 14px;
    line-height: 2.1;
  }
  .p-subsidy-main__box01 {
    padding: 26px 22px 26px;
  }
  .p-subsidy-main__box01-img {
    width: 100%;
    padding: 0 0 13px;
  }
  .p-subsidy-main__box01-img img {
    min-width: 600px;
  }
  .p-subsidy-main__box01-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 14px auto 0;
  }
  .p-subsidy-main__box01-list li {
    font-size: 16px;
    padding-left: 27px;
    position: relative;
  }
  .p-subsidy-main__box01-list li::before {
    width: 25px;
    height: 25px;
    margin-right: 0;
    line-height: 25px;
    position: absolute;
    left: -2px;
    top: 5px;
  }
  .p-subsidy-main__box01-list li:nth-of-type(n + 2) {
    margin-top: 6px;
  }
  .p-subsidy-main__img01 {
    padding: 26px 9px 26px;
    margin-bottom: 30px;
  }
  .p-subsidy-main__img01 img {
    width: 100%;
    max-width: 330px;
    left: 0%;
  }
}
.p-top {
  padding-bottom: 244px;
}
.p-top-main {
  padding: 32px 0 0;
}
.p-top-main__title {
  text-align: center;
  font-size: 30px;
  line-height: 1.1;
  color: #e06a69;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-top-main__text {
  margin-top: 33px;
}
.p-top-main__btnArea {
  max-width: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 82px auto 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.p-top-main__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fe9900;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  border-radius: 100px;
  padding: 0 10px 0 10px;
  position: relative;
  width: 48.7%;
  height: 70px;
}
.p-top-main__btn:nth-of-type(1)::before {
  background-image: url(../img/common/page_icon01.svg);
}
.p-top-main__btn:nth-of-type(2)::before {
  background-image: url(../img/common/page_icon02.svg);
}
.p-top-main__btn:nth-of-type(3)::before {
  background-image: url(../img/common/page_icon03.svg);
}
.p-top-main__btn:nth-of-type(4)::before {
  background-image: url(../img/common/page_icon04.svg);
}
.p-top-main__btn:nth-of-type(5)::before {
  background-image: url(../img/common/page_icon05.svg);
}
.p-top-main__btn:nth-of-type(6)::before {
  background-image: url(../img/common/page_icon06.svg);
}
.p-top-main__btn::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 20px;
  top: calc(50% - 23px);
}
.p-top-main__btn::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media only screen and (max-width: 1000px) {
  .p-top {
    padding-bottom: 260px;
  }
  .p-top-main {
    padding: 0;
  }
  .p-top-main__title {
    font-size: 20px;
    line-height: 1.6;
  }
  .p-top-main__text {
    margin-top: 27px;
  }
  .p-top-main__btnArea {
    max-width: 350px;
    margin: 34px auto 0;
    gap: 20px;
  }
  .p-top-main__btn {
    width: 100%;
    height: 59px;
  }
  .p-top-main__btn::before {
    left: 8px;
  }
}
.p-treatment-main__box {
  border: 1px solid #e06a69;
  padding: 38px 40px 33px;
  border-radius: 10px;
  position: relative;
}
.p-treatment-main__box::after {
  content: "";
  display: inline-block;
  background-image: url(../img/treatment/img02_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 99px;
  height: 74px;
  position: absolute;
  top: 108px;
  left: calc(50% - 50px);
}
.p-treatment-main__box-main {
  margin: 0 auto;
  width: 752px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-treatment-main__box-block {
  width: 300px;
}
.p-treatment-main__box-title {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.p-treatment-main__box-img {
  margin-top: 20px;
  text-align: center;
}
.p-treatment-main__box-img.--01 img {
  width: 245px;
}
.p-treatment-main__box-img.--02 {
  margin-top: 45px;
}
.p-treatment-main__box-img.--02 img {
  width: 133px;
}
.p-treatment-main__box-list01 {
  margin-top: 23px;
  padding-left: 14px;
}
.p-treatment-main__box-list01 li {
  font-size: 18px;
  line-height: 1.5;
  text-indent: -13px;
  padding-left: 13px;
}
.p-treatment-main__box-list01 li::before {
  content: "●";
  color: #e06a69;
  display: inline-block;
  margin-right: 5px;
}
.p-treatment-main__box-list01 li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.p-treatment-main__box-list02 {
  margin: 6px auto 0;
  font-size: 18px;
  line-height: 1.5;
  background-color: #ffd7d7;
  padding: 13px 25px;
  border-radius: 5px;
  width: calc(100% - 0px);
}
.p-treatment-main__box-list02 li {
  text-indent: -10px;
  padding-left: 10px;
}
.p-treatment-main__box-list02 li::before {
  content: "・";
}
.p-treatment-main__box-note {
  font-size: 16px;
  position: absolute;
  right: 40px;
  bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .p-treatment-main__box {
    padding: 26px 22px 60px;
  }
  .p-treatment-main__box::after {
    background-image: url(../img/treatment/img02_sp.png);
    width: 99px;
    height: 67px;
    top: 376px;
    left: calc(50% - 50px);
  }
  .p-treatment-main__box-main {
    width: 100%;
    display: block;
  }
  .p-treatment-main__box-block {
    width: 100%;
  }
  .p-treatment-main__box-block:nth-of-type(2) {
    margin-top: 76px;
  }
  .p-treatment-main__box-title {
    font-size: 18px;
  }
  .p-treatment-main__box-img {
    margin-top: 0;
  }
  .p-treatment-main__box-img.--01 img {
    width: 245px;
  }
  .p-treatment-main__box-img.--02 {
    margin-top: 6px;
  }
  .p-treatment-main__box-img.--02 img {
    width: 133px;
  }
  .p-treatment-main__box-list01 {
    margin-top: 17px;
    padding-left: 9px;
  }
  .p-treatment-main__box-list01 li {
    font-size: 16px;
    line-height: 1.5;
    text-indent: -10px;
    padding-left: 10px;
  }
  .p-treatment-main__box-list01 li:nth-of-type(n + 2) {
    margin-top: 3px;
  }
  .p-treatment-main__box-list02 {
    margin: 17px auto 0;
    font-size: 16px;
    padding: 10px 12px;
  }
  .p-treatment-main__box-list02 li {
    text-indent: -10px;
    padding-left: 10px;
  }
  .p-treatment-main__box-note {
    font-size: 14px;
    right: 23px;
    bottom: 29px;
  }
}
/*# sourceMappingURL=style.css.map */