@charset "UTF-8";
/* Custom Properties
============================================================================= */
:root {
  /* Font Family */
  --ff-noto-sans: "Noto Sans JP", sans-serif;
  --ff-din-2014: din-2014, sans-serif;
  --ff-default-sans: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",
  	"Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic",
  	YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  /* 色 */
  --main-color: #0c559f;
  --sub-color: #338fdd;
  --tertiary-color: #bfe7f7;
  --accent-color: #d70035;
  --point-color: #ffec3f;
  --text-color: #000000;
  --gray-color: #cccbcb;
  --light-gray-color: #eeeeee;
  --white-color: #ffffff;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: var(--ff-noto-sans);
  letter-spacing: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  color: var(--text-color);
  /* スクロール位置 */
  scroll-behavior: smooth;
}
@media print, screen and (min-width: 767px) {
  html { /* PC */
    /* PC */
    font-size: clamp(65px, 6.25vw, 100px);
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  html { /* SP */
    /* SP */
    font-size: clamp(85px, 26.6666666667vw, 114px);
    -webkit-text-size-adjust: 100%;
  }
}
@media print, screen and (min-width: 641px) {
  html { /* PC */
    scroll-padding-top: 80px;
  }
}
@media screen and (max-width: 640px) {
  html { /* SP */
    scroll-padding-top: 70px;
  }
}

body {
  font-size: 0.11rem;
  position: relative;
  margin: 0;
}
@media print, screen and (min-width: 767px) {
  body { /* PC */
    /* PC */
    min-width: 1024px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
td,
th,
figure {
  margin: 0;
}

dl,
dt,
dd {
  padding: 0;
}

ol,
ul,
li {
  padding: 0;
  list-style: none;
}

img,
picture {
  max-width: 100%;
  display: block;
}

img {
  border-style: none;
}

svg {
  shape-rendering: geometricPrecision;
}

a {
  text-decoration: none;
  color: inherit;
  text-decoration-skip-ink: auto;
}

@media (hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
input,
select,
button,
optgroup,
textarea {
  font-family: inherit;
  appearance: none;
  background: none;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

button,
select,
input[type=submit] {
  cursor: pointer;
  text-transform: none;
}

/* 721px以上は消す */
@media print, screen and (min-width: 767px) { /* PC */
  /* PC */
  ._sp {
    display: none !important;
  }
}
/* 720px以下は消す */
@media screen and (max-width: 767px) { /* SP */
  /* SP */
  ._pc {
    display: none !important;
  }
}
.mod_main {
  padding-top: var(--header-height);
}
@media print, screen and (min-width: 641px) and (max-width: 1024px) {
  .mod_main {
    overflow: hidden;
  }
}

.flowbottomSP {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  display: table;
  text-align: center;
  transition: transform 1s;
  transform: translateY(100%);
  z-index: 999;
}
.flowbottomSP a {
  display: table-cell;
  background-color: #fff;
  vertical-align: middle;
}
.flowbottomSP a:nth-child(2) {
  background-color: #fffeb7;
}
.flowbottomSP span {
  font-size: 0.11rem;
}
.state_fewscroll .flowbottomSP {
  transform: none;
}

.detailbox > .button {
  position: relative;
  font-size: 0.14rem;
  font-weight: 700;
  color: var(--white-color);
  border-radius: 0.25rem;
  background: linear-gradient(90deg, #03b5d5, #81d8ff);
  padding: 0.1rem 0.76rem;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .detailbox > .button { /* SP */
    margin: 0.19rem 0 0 0;
  }
}
@media (hover) {
  .detailbox > .button {
    transition: 0.2s;
  }
  .detailbox > .button:hover {
    background: var(--white-color);
    color: var(--main-color);
    border: 1px solid var(--main-color);
  }
  .detailbox > .button:hover .arrow {
    border: 0.025rem solid var(--main-color);
    border-left: 0;
    border-bottom: 0;
  }
}
.detailbox > .button .arrow {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: var(--white-color);
  line-height: 1;
  width: 0.1rem;
  height: 0.1rem;
  border: 0.025rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  top: 50%;
  right: 0.174rem;
  transform: translateY(-50%) rotate(45deg);
  border-radius: 0.01rem;
}

/* WEBでカンタン申し込み */
.application {
  background-color: var(--tertiary-color);
}
@media print, screen and (min-width: 767px) {
  .application { /* PC */
    padding: 0.23rem 0 0.3rem 0;
  }
}
@media screen and (max-width: 767px) {
  .application { /* SP */
    padding: 0.12rem 0.2rem 0.2rem;
  }
}
.application .title {
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--main-color);
}
@media print, screen and (min-width: 767px) {
  .application .title { /* PC */
    font-size: 0.22rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .application .title { /* SP */
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 767px) {
  .application .title .large { /* PC */
    font-size: 0.36rem;
    margin-left: 0.04rem;
  }
}
@media screen and (max-width: 767px) {
  .application .title .large { /* SP */
    font-size: 0.24rem;
    margin-left: 0.02rem;
  }
}
.application .link {
  background-color: var(--accent-color);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  position: relative;
  font-weight: 700;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
}
@media print, screen and (min-width: 767px) {
  .application .link { /* PC */
    height: 0.66rem;
    max-width: 8.7rem;
    margin: 0.13rem auto 0;
    padding: 0 0.41rem;
    font-size: 0.35rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .application .link { /* SP */
    flex-direction: column;
    height: 0.6rem;
    padding: 0 0.21rem;
    margin: 0.04rem auto 0;
    font-size: 0.23rem;
    line-height: 1.2;
  }
}
.application .link::after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media print, screen and (min-width: 767px) {
  .application .link::after { /* PC */
    background-image: url(../img/common/arrow_application.svg);
    width: 0.25456rem;
    height: 0.25456rem;
    right: 0.41rem;
  }
}
@media screen and (max-width: 767px) {
  .application .link::after { /* SP */
    background-image: url(../img/common/arrow_application_sp.svg);
    width: 0.19634rem;
    height: 0.19634rem;
    right: 0.214rem;
  }
}
@media print, screen and (min-width: 767px) {
  .application .link .head { /* PC */
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .application .link .head { /* SP */
    font-size: 0.14rem;
    margin-right: 0.15rem;
  }
}
@media print, screen and (min-width: 767px) {
  .application .link .text { /* PC */
    position: relative;
    top: -2px;
  }
}
@media screen and (max-width: 767px) {
  .application .link .text { /* SP */
    display: block;
  }
}
@media print, screen and (min-width: 767px) {
  .application .link .text .web { /* PC */
    font-size: 0.37rem;
  }
}
@media screen and (max-width: 767px) {
  .application .link .text .web { /* SP */
    font-size: 0.24rem;
  }
}
@media print, screen and (min-width: 767px) {
  .application .link .text .de { /* PC */
    font-size: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .application .link .text .de { /* SP */
    font-size: 0.16rem;
  }
}
@media (hover) {
  .application .link:hover {
    background-color: var(--white-color);
    color: var(--accent-color);
    border: 2px solid var(--accent-color);
  }
}
@media print and (hover), screen and (hover) and (min-width: 767px) {
  .application .link:hover::after { /* PC */
    background-image: url(../img/common/arrow_application_red.svg);
  }
}
@media screen and (hover) and (max-width: 767px) {
  .application .link:hover::after { /* SP */
    background-image: url(../img/common/arrow_application_sp_red.svg);
  }
}
.application .diagnosis {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 767px) {
  .application .diagnosis { /* PC */
    column-gap: 0.27rem;
    margin: 0.15rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .application .diagnosis { /* SP */
    column-gap: 0.05rem;
    margin: 0.1rem auto 0;
  }
}
.application .diagnosis .text {
  font-weight: 700;
  line-height: 1;
  color: var(--main-color);
}
@media print, screen and (min-width: 767px) {
  .application .diagnosis .text { /* PC */
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .application .diagnosis .text { /* SP */
    font-size: 0.14rem;
    white-space: nowrap;
  }
}
.application .diagnosis .button {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
  background-color: var(--white-color);
  border-radius: 100px;
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}
@media print, screen and (min-width: 767px) {
  .application .diagnosis .button { /* PC */
    width: 2.57rem;
    height: 0.44rem;
  }
}
@media screen and (max-width: 767px) {
  .application .diagnosis .button { /* SP */
    max-width: 1.49rem;
    width: 100%;
    height: 0.33rem;
    padding-right: 0.12rem;
  }
}
.application .diagnosis .button::after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media print, screen and (min-width: 767px) {
  .application .diagnosis .button::after { /* PC */
    background-image: url(../img/common/arrow_diagnosis.svg);
    width: 0.21743rem;
    height: 0.21743rem;
    right: 0.217rem;
  }
}
@media screen and (max-width: 767px) {
  .application .diagnosis .button::after { /* SP */
    background-image: url(../img/common/arrow_diagnosis_sp.svg);
    width: 0.16311rem;
    height: 0.16311rem;
    right: 0.189rem;
  }
}
@media (hover) {
  .application .diagnosis .button:hover {
    opacity: 0.7;
  }
}
.application .diagnosis .button .text {
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 767px) {
  .application .diagnosis .button .text { /* PC */
    font-size: 0.22rem;
    padding-bottom: 0.02rem;
  }
}
@media screen and (max-width: 767px) {
  .application .diagnosis .button .text { /* SP */
    font-size: 0.16rem;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 767px) {
  .application .diagnosis .button .text .num { /* PC */
    font-size: 0.33rem;
    margin-right: 0.02rem;
  }
}
@media screen and (max-width: 767px) {
  .application .diagnosis .button .text .num { /* SP */
    font-size: 0.24rem;
    margin-right: 0.01rem;
    padding-bottom: 0.03rem;
  }
}

/* ページトップボタン */
.pagetopbtn {
  display: block;
  position: fixed;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  filter: opacity(0%);
  pointer-events: none;
  background-color: #ceddec;
  border: 1.5px solid var(--main-color);
  z-index: 999;
  margin-bottom: env(safe-area-inset-bottom);
  transition: filter 0.2s;
}
@media print, screen and (min-width: 767px) {
  .pagetopbtn { /* PC */
    bottom: 0.12rem;
    right: 2.84rem;
  }
}
@media screen and (max-width: 767px) {
  .pagetopbtn { /* SP */
    bottom: 0.986rem;
    right: 0.06rem;
  }
}
.pagetopbtn:before {
  content: "";
  display: block;
  background-image: url(../img/common/arrow_pagetopbtn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 0.19263rem;
  height: 0.10382rem;
}
@media (hover) {
  .pagetopbtn {
    transition: 0.2s;
  }
  .pagetopbtn:hover {
    opacity: 0.6;
  }
}
.state_screenheightscroll .pagetopbtn {
  filter: opacity(100%);
  pointer-events: auto;
}

/* お申し込みバナー */
.banner {
  position: fixed;
  z-index: 999;
  box-sizing: border-box;
  border-top-left-radius: 10px;
  background-color: var(--accent-color);
}
@media print, screen and (min-width: 767px) {
  .banner { /* PC */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    opacity: 0.96;
    display: block;
    border-bottom-left-radius: 10px;
    padding: 0.17rem 0.24rem 0.2rem;
    bottom: 0.02rem;
    right: 0;
    width: 2.68rem;
  }
}
@media screen and (max-width: 767px) {
  .banner { /* SP */
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
    padding: 0.08rem 0.12rem 0.12rem 0.12rem;
    border-top-right-radius: 10px;
    width: calc(100% - 0.1rem);
    height: 0.9rem;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: grid;
    grid-template-columns: 1fr 1.24rem;
    grid-template-rows: 1fr 1fr;
  }
}
@media (hover) {
  .banner:hover {
    background-color: var(--sub-color);
  }
  .banner:hover > .guidebtn span {
    color: var(--sub-color);
  }
  .banner:hover > .guidebtn .arrow path {
    stroke: var(--sub-color);
  }
}
.banner .leadbox {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 767px) {
  .banner .leadbox { /* PC */
    column-gap: 0.13rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .leadbox { /* SP */
    column-gap: 0.07rem;
    grid-column: 1;
    grid-row: 1;
  }
}
.banner .leadbox .imgwrap {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 767px) {
  .banner .leadbox .imgwrap { /* PC */
    column-gap: 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .leadbox .imgwrap { /* SP */
    column-gap: 0.043rem;
  }
}
.banner .leadbox .imgwrap .smartphone {
  height: auto;
}
@media print, screen and (min-width: 767px) {
  .banner .leadbox .imgwrap .smartphone { /* PC */
    width: 0.24969rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .leadbox .imgwrap .smartphone { /* SP */
    width: 0.2rem;
  }
}
.banner .leadbox .imgwrap .desktop {
  height: auto;
}
@media print, screen and (min-width: 767px) {
  .banner .leadbox .imgwrap .desktop { /* PC */
    width: 0.40425rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .leadbox .imgwrap .desktop { /* SP */
    width: 0.324rem;
  }
}
.banner .leadbox .lead {
  font-weight: 700;
  line-height: 1;
  color: var(--white-color);
  letter-spacing: -0.05em;
}
@media print, screen and (min-width: 767px) {
  .banner .leadbox .lead { /* PC */
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .leadbox .lead { /* SP */
    font-size: 0.19rem;
  }
}
.banner .title {
  font-weight: 700;
  line-height: 1;
  color: var(--white-color);
  display: block;
  letter-spacing: -0.1em;
}
@media print, screen and (min-width: 767px) {
  .banner .title { /* PC */
    font-size: 0.34rem;
    text-align: center;
    margin-top: 0.1rem;
    white-space: pre;
  }
}
@media screen and (max-width: 767px) {
  .banner .title { /* SP */
    font-size: 0.33rem;
    grid-column: 1;
    grid-row: 2;
  }
}
.banner .guidebtn {
  background-color: var(--white-color);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 767px) {
  .banner .guidebtn { /* PC */
    width: 2.16rem;
    height: 0.34rem;
    border-radius: 100px;
    padding: 0 0.15rem 0 0.29rem;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .guidebtn { /* SP */
    grid-column: 2;
    grid-row: 1/-1;
    align-self: flex-end;
    width: 100%;
    height: 0.6rem;
    border-radius: 10px;
    padding: 0 0.1rem 0 0.15rem;
  }
}
.banner .guidebtn span {
  font-weight: 700;
  color: var(--accent-color);
  display: block;
}
@media print, screen and (min-width: 767px) {
  .banner .guidebtn span { /* PC */
    font-size: 0.16rem;
    line-height: 1;
    margin-bottom: 0.02rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .guidebtn span { /* SP */
    font-size: 0.14rem;
    letter-spacing: -0.05em;
    line-height: 1.214;
    text-align: center;
  }
}
.banner .guidebtn .arrow {
  display: block;
}
@media print, screen and (min-width: 767px) {
  .banner .guidebtn .arrow { /* PC */
    width: 0.14991rem;
    height: 0.14991rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .guidebtn .arrow { /* SP */
    width: 0.17249rem;
    height: 0.17249rem;
  }
}
.banner .guidebtn .arrow path {
  stroke: var(--accent-color);
}

/* ヘッダー高さ */
@media print, screen and (min-width: 767px) {
  :root { /* PC */
    --header-height: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  :root { /* SP */
    --header-height: 0.6rem;
  }
}

/* ヘッダー */
.mod_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: var(--main-color);
  width: 100%;
  box-sizing: border-box;
  height: var(--header-height);
  display: grid;
}
@media print, screen and (min-width: 767px) {
  .mod_header { /* PC */
    grid-template-columns: auto 1fr auto;
    padding: 0 0.73rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_header { /* SP */
    grid-template-columns: 1fr auto;
    padding: 0 0.2rem;
  }
}
.mod_header .logo {
  grid-row: 1;
  align-self: center;
}
@media print, screen and (min-width: 767px) {
  .mod_header .logo { /* PC */
    width: 2.68rem;
    grid-column: 2;
    justify-self: center;
  }
}
@media screen and (max-width: 767px) {
  .mod_header .logo { /* SP */
    width: 1.78rem;
    grid-column: 1;
  }
}
@media (hover) {
  .mod_header .logo a {
    transition: 0.2s;
  }
  .mod_header .logo a:hover {
    opacity: 0.6;
  }
}
.mod_header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.mod_header .drawer {
  position: fixed;
  top: var(--header-height);
  bottom: 0;
  right: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  z-index: 1000;
  pointer-events: none;
  transition: opacity 0.4s;
}
@media print, screen and (min-width: 767px) {
  .mod_header .drawer { /* PC */ }
}
@media screen and (max-width: 767px) {
  .mod_header .drawer { /* SP */
    width: 100%;
  }
}
.spmenuopen .mod_header .drawer {
  opacity: 1;
  pointer-events: auto;
}
.mod_header .nav {
  display: grid;
  grid-template-columns: 1fr;
  background-color: var(--white-color);
}
@media print, screen and (min-width: 767px) {
  .mod_header .nav { /* PC */
    width: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_header .nav { /* SP */
    width: 100%;
  }
}
.mod_header .nav li:not(:first-of-type) {
  border-top: 1px solid var(--white-color);
}
.mod_header .nav li a {
  background-color: var(--tertiary-color);
  display: grid;
  grid-template-columns: auto 1fr auto;
}
@media print, screen and (min-width: 767px) {
  .mod_header .nav li a { /* PC */
    height: 0.7rem;
    column-gap: 0.18rem;
    padding: 0 0.26rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_header .nav li a { /* SP */
    height: 0.6rem;
    column-gap: 0.16rem;
    padding: 0 0.3rem 0 0.23rem;
  }
}
.mod_header .nav li a::after {
  content: "";
  display: block;
  border-top: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  transform: rotate(45deg);
  border-radius: 1px;
  margin: auto;
}
@media print, screen and (min-width: 767px) {
  .mod_header .nav li a::after { /* PC */
    width: 0.12rem;
    height: 0.12rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_header .nav li a::after { /* SP */
    width: 0.1rem;
    height: 0.1rem;
  }
}
.mod_header .nav li a .imageBox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 767px) {
  .mod_header .nav li a .imageBox { /* PC */
    width: 0.61rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_header .nav li a .imageBox { /* SP */
    width: 0.53rem;
  }
}
.mod_header .nav li a img {
  display: block;
  height: auto;
}
@media print, screen and (min-width: 767px) {
  .mod_header .nav li a:nth-child(1) img { /* PC */
    width: 0.5639rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_header .nav li a:nth-child(1) img { /* SP */
    width: 0.4888rem;
  }
}
@media print, screen and (min-width: 767px) {
  .mod_header .nav li a:nth-child(1) img { /* PC */
    width: 0.5168rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_header .nav li a:nth-child(1) img { /* SP */
    width: 0.448rem;
  }
}
@media print, screen and (min-width: 767px) {
  .mod_header .nav li a:nth-child(1) img { /* PC */
    width: 0.5159rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_header .nav li a:nth-child(1) img { /* SP */
    width: 0.4472rem;
  }
}
@media print, screen and (min-width: 767px) {
  .mod_header .nav li a:nth-child(1) img { /* PC */
    width: 0.6098rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_header .nav li a:nth-child(1) img { /* SP */
    width: 0.5286rem;
  }
}
@media print, screen and (min-width: 767px) {
  .mod_header .nav li a:nth-child(1) img { /* PC */
    width: 0.5696rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_header .nav li a:nth-child(1) img { /* SP */
    width: 0.4937rem;
  }
}
.mod_header .nav li a span {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 700;
  color: var(--main-color);
}
@media print, screen and (min-width: 767px) {
  .mod_header .nav li a span { /* PC */
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_header .nav li a span { /* SP */
    font-size: 0.18rem;
  }
}
@media (hover) {
  .mod_header .nav li a {
    transition: 0.2s;
  }
  .mod_header .nav li a:hover {
    opacity: 0.6;
  }
}
.mod_header .nav li a.active {
  opacity: 0.6;
}
.mod_header .menubtn {
  width: 0.3rem;
  height: 0.2rem;
  position: relative;
  grid-column: -1;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  z-index: 1000;
  transition: 1s;
  cursor: pointer;
}
@media (hover) {
  .mod_header .menubtn {
    transition: 0.2s;
  }
  .mod_header .menubtn:hover {
    opacity: 0.6;
  }
}
@media print, screen and (min-width: 767px) {
  .mod_header .menubtn .bar { /* PC */ }
}
@media screen and (max-width: 767px) {
  .mod_header .menubtn .bar { /* SP */
    border-radius: 2px;
  }
}
.mod_header .menubtn .open .bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0.3rem;
  height: 2px;
  margin: auto;
  background-color: var(--white-color);
  transition: 0.3s;
}
.mod_header .menubtn .open .bar:nth-child(1) {
  bottom: -0.18rem;
}
.mod_header .menubtn .open .bar:nth-child(3) {
  top: -0.18rem;
}
.mod_header .menubtn .close .bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  margin: auto;
  background-color: var(--white-color);
  transition: 0.3s;
}
.mod_header .menubtn .close .bar:nth-child(1) {
  transform: rotate(45deg);
}
.mod_header .menubtn .close .bar:nth-child(2) {
  transform: rotate(-45deg);
}
.headerMenuFix.headerMenuUp .mod_header .menubtn {
  top: 0;
}
.headerMenuFix.headerMenuDown .mod_header .menubtn, .headerMenuFix .mod_header .menubtn {
  top: 0;
}
.spmenuopen .mod_header .menubtn .open .bar {
  width: 0;
}
.spmenuopen .mod_header .menubtn .close .bar {
  width: 0.24rem;
}

/* フッター */
@media print, screen and (min-width: 767px) {
  .mod_footer .message { /* PC */
    max-width: 10rem;
    padding: 0.2rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .mod_footer .message { /* SP */
    padding: 0.2rem 0.14rem 0.1rem;
  }
}
.mod_footer .message .text {
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 767px) {
  .mod_footer .message .text { /* PC */
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_footer .message .text { /* SP */
    font-size: 0.14rem;
    letter-spacing: -0.05em;
  }
}
.mod_footer .message .date {
  font-weight: 400;
  line-height: 1;
  text-align: end;
}
@media print, screen and (min-width: 767px) {
  .mod_footer .message .date { /* PC */
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_footer .message .date { /* SP */
    font-size: 0.12rem;
    margin-top: 0.12rem;
  }
}
.mod_footer .consultation {
  background-color: #eaedee;
}
@media print, screen and (min-width: 767px) {
  .mod_footer .consultation { /* PC */
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 0.195rem 0;
  }
}
@media screen and (max-width: 767px) {
  .mod_footer .consultation { /* SP */
    padding: 0.17rem 0.2rem;
  }
}
.mod_footer .consultation .title {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1;
  color: var(--main-color);
}
@media print, screen and (min-width: 767px) {
  .mod_footer .consultation .title { /* PC */
    font-size: 0.2rem;
    column-gap: 0.102rem;
    padding: 0 0.2rem 0 0.6rem;
    grid-column: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 767px) {
  .mod_footer .consultation .title { /* SP */
    font-size: 0.18rem;
    column-gap: 0.04rem;
    padding-bottom: 0.079rem;
    justify-content: center;
    padding-bottom: 0.076rem;
    border-bottom: 1px solid var(--main-color);
    justify-content: center;
  }
}
.mod_footer .consultation .title::before {
  content: "";
  display: block;
  background-image: url(../img/common/icon_phone.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 767px) {
  .mod_footer .consultation .title::before { /* PC */
    width: 0.2557rem;
    height: 0.3971rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_footer .consultation .title::before { /* SP */
    width: 0.1544rem;
    height: 0.2397rem;
  }
}
@media print, screen and (min-width: 767px) {
  .mod_footer .consultation .tel { /* PC */
    border-left: 1px solid var(--main-color);
    padding-left: 0.249rem;
    grid-column: 2;
    grid-row: 1;
  }
}
@media screen and (max-width: 767px) {
  .mod_footer .consultation .tel { /* SP */
    padding-top: 0.097rem;
    width: fit-content;
    margin: 0 auto;
  }
}
.mod_footer .consultation .tel .head {
  font-weight: 700;
  line-height: 1;
  color: var(--main-color);
}
@media print, screen and (min-width: 767px) {
  .mod_footer .consultation .tel .head { /* PC */
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_footer .consultation .tel .head { /* SP */
    font-size: 0.14rem;
  }
}
@media print, screen and (min-width: 767px) {
  .mod_footer .consultation .tel .box { /* PC */ }
}
@media screen and (max-width: 767px) {
  .mod_footer .consultation .tel .box { /* SP */
    margin-top: 0.03rem;
    width: 2.4rem;
  }
}
.mod_footer .consultation .tel .box .num {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  color: var(--main-color);
  font-family: var(--ff-din-2014);
  font-weight: 600;
  line-height: 1;
}
@media print, screen and (min-width: 767px) {
  .mod_footer .consultation .tel .box .num { /* PC */
    font-size: 0.54rem;
    column-gap: 0.032rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_footer .consultation .tel .box .num { /* SP */
    font-size: 0.34rem;
    column-gap: 0.02rem;
    white-space: pre;
  }
}
.mod_footer .consultation .tel .box .num::before {
  content: "";
  display: block;
  background-image: url(../img/common/icon_tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 767px) {
  .mod_footer .consultation .tel .box .num::before { /* PC */
    width: 0.5219rem;
    height: 0.2986rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_footer .consultation .tel .box .num::before { /* SP */
    width: 0.3278rem;
    height: 0.1876rem;
  }
}
.mod_footer .consultation .tel .box .note {
  font-weight: 400;
}
@media print, screen and (min-width: 767px) {
  .mod_footer .consultation .tel .box .note { /* PC */
    font-size: 0.12rem;
    line-height: 1;
    margin-top: 0.08rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_footer .consultation .tel .box .note { /* SP */
    font-size: 0.11rem;
    line-height: 1.455;
    margin-top: 0.04rem;
  }
}
.mod_footer .consultation .chatlink {
  border-radius: 100px;
  background-color: var(--tertiary-color);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: var(--main-color);
}
@media print, screen and (min-width: 767px) {
  .mod_footer .consultation .chatlink { /* PC */
    grid-column: 1/3;
    grid-row: 2;
    max-width: 5rem;
    column-gap: 0.218rem;
    margin: 0.17rem auto 0.07rem;
    padding-right: 0.4rem;
    height: 0.56rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_footer .consultation .chatlink { /* SP */
    column-gap: 0.178rem;
    margin: 0.165rem auto 0.03rem;
    padding-right: 0.3rem;
    height: 0.5rem;
  }
}
.mod_footer .consultation .chatlink::before {
  content: "";
  display: block;
  background-image: url(../img/common/icon_chat.svg);
  width: 0.554rem;
  height: 0.388rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 767px) {
  .mod_footer .consultation .chatlink::before { /* PC */ }
}
@media screen and (max-width: 767px) {
  .mod_footer .consultation .chatlink::before { /* SP */ }
}
.mod_footer .consultation .chatlink::after {
  content: "";
  display: block;
  background-image: url(../img/common/arrow_chatlink.svg);
  width: 0.17rem;
  height: 0.17rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media print, screen and (min-width: 767px) {
  .mod_footer .consultation .chatlink::after { /* PC */
    right: 0.37rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_footer .consultation .chatlink::after { /* SP */
    right: 0.25rem;
  }
}
@media (hover) {
  .mod_footer .consultation .chatlink:hover {
    background-color: var(--white-color);
    border: 2px solid var(--main-color);
  }
}
@media print and (hover), screen and (hover) and (min-width: 767px) {
  .mod_footer .consultation .chatlink:hover::after { /* PC */
    right: calc(0.37rem - 2px);
  }
}
@media screen and (hover) and (max-width: 767px) {
  .mod_footer .consultation .chatlink:hover::after { /* SP */
    right: calc(0.25rem - 2px);
  }
}
.mod_footer .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #003894;
}
@media print, screen and (min-width: 767px) {
  .mod_footer .bottom { /* PC */
    padding: 0.25rem 0 0.21rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_footer .bottom { /* SP */
    padding: 0.19rem 0.1rem 1.39rem;
  }
}
@media (hover) {
  .mod_footer .bottom .hokuyobanklink {
    transition: 0.2s;
  }
  .mod_footer .bottom .hokuyobanklink:hover {
    opacity: 0.6;
  }
}
.mod_footer .bottom .hokuyobank {
  display: block;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 767px) {
  .mod_footer .bottom .hokuyobank { /* PC */
    width: 1.99rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_footer .bottom .hokuyobank { /* SP */
    width: 1.639rem;
  }
}
.mod_footer .bottom .copy {
  display: block;
  font-family: var(--ff-default-sans);
  font-weight: 300;
  text-align: center;
  line-height: 1;
  color: var(--white-color);
}
@media print, screen and (min-width: 767px) {
  .mod_footer .bottom .copy { /* PC */
    font-size: 0.12rem;
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .mod_footer .bottom .copy { /* SP */
    font-size: 0.1rem;
    margin-top: 0.27rem;
  }
}

.pdfbtn {
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  column-gap: 0.07rem;
}
.pdfbtn::before {
  content: "";
  display: block;
  background-image: url(../img/common/icon_pdf.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.129688rem;
  height: 0.16523rem;
}
@media (hover) {
  .pdfbtn:hover {
    opacity: 0.7;
  }
}

@media print, screen and (min-width: 767px) {
  .summary .tabnav { /* PC */
    max-width: 8.7rem;
    margin: 1rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .summary .tabnav { /* SP */
    margin: 0.5rem 0.2rem 0;
  }
}
.summary .tabnav .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
@media print, screen and (min-width: 767px) {
  .summary .tabnav .list { /* PC */
    column-gap: 0.13rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .tabnav .list { /* SP */
    column-gap: 0.07rem;
  }
}
.summary .tabnav .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.214;
  text-align: center;
  color: #f7f9fa;
  background-color: var(--gray-color);
  cursor: pointer;
}
@media print, screen and (min-width: 767px) {
  .summary .tabnav .list .item { /* PC */
    height: 0.7rem;
    font-size: 0.18rem;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
    padding-top: 0.04rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .tabnav .list .item { /* SP */
    height: 0.5rem;
    font-size: 0.14rem;
    border-top-left-radius: 0.05rem;
    border-top-right-radius: 0.05rem;
  }
}
.summary .tabnav .list .item.active {
  color: var(--white-color);
  background-color: var(--main-color);
  pointer-events: none;
}
@media (hover) {
  .summary .tabnav .list .item:hover {
    opacity: 0.7;
  }
}
.summary .contents {
  background-color: #eeefef;
  border-top: 2px solid var(--main-color);
}
@media print, screen and (min-width: 767px) {
  .summary .contents { /* PC */
    padding: 0.3rem 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents { /* SP */
    padding: 0.1rem 0.2rem 0.4rem;
  }
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box { /* PC */
    max-width: 8rem;
    margin: 0 auto;
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box { /* SP */
    padding-top: 0.18rem;
  }
}
.summary .contents .box .titlewrap .name {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: var(--main-color);
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box .titlewrap .name { /* PC */
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box .titlewrap .name { /* SP */
    font-size: 0.14rem;
  }
}
.summary .contents .box .titlewrap .title {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: var(--main-color);
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box .titlewrap .title { /* PC */
    font-size: 0.3rem;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box .titlewrap .title { /* SP */
    font-size: 0.2rem;
    margin-top: 0.08rem;
  }
}
.summary .contents .box.procedures .flow {
  display: grid;
  position: relative;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .flow { /* PC */
    grid-template-columns: repeat(6, 1fr);
    margin: 0.3rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .flow { /* SP */
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0.25rem;
    margin: 0.2rem 0 0;
  }
}
.summary .contents .box.procedures .flow::before {
  content: "";
  display: block;
  height: 0.05rem;
  background-color: var(--sub-color);
  position: absolute;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .flow::before { /* PC */
    width: calc(100% - 1rem);
    top: 0.175rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .flow::before { /* SP */
    width: 100%;
    top: 0.11rem;
    right: 0;
  }
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .flow::after { /* PC */ }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .flow::after { /* SP */
    content: "";
    display: block;
    height: 0.05rem;
    background-color: var(--sub-color);
    position: absolute;
    width: 100%;
    bottom: 0.59rem;
    left: 0;
  }
}
.summary .contents .box.procedures .flow .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .flow .item:first-of-type::after, .summary .contents .box.procedures .flow .item:last-of-type::after { /* PC */ }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .flow .item:first-of-type::after, .summary .contents .box.procedures .flow .item:last-of-type::after { /* SP */
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-color: #eeefef;
    position: absolute;
    top: 0;
    z-index: -1;
  }
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .flow .item:first-of-type::after { /* PC */ }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .flow .item:first-of-type::after { /* SP */
    left: 0;
  }
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .flow .item:last-of-type::after { /* PC */ }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .flow .item:last-of-type::after { /* SP */
    right: 0;
  }
}
.summary .contents .box.procedures .flow .item .num {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--sub-color);
  font-family: var(--ff-din-2014);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: var(--white-color);
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .flow .item .num { /* PC */
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .flow .item .num { /* SP */
    width: 0.27rem;
    height: 0.27rem;
    font-size: 0.16rem;
  }
}
.summary .contents .box.procedures .flow .item .num.focus {
  position: relative;
  z-index: 2;
}
.summary .contents .box.procedures .flow .item .num.focus::before {
  content: "";
  display: block;
  background-color: var(--point-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .flow .item .num.focus::before { /* PC */
    width: calc(100% + 0.15rem);
    height: calc(100% + 0.15rem);
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .flow .item .num.focus::before { /* SP */
    width: calc(100% + 0.116rem);
    height: calc(100% + 0.116rem);
  }
}
.summary .contents .box.procedures .flow .item .num.focus::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--sub-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.summary .contents .box.procedures .flow .item .text {
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .flow .item .text { /* PC */
    font-size: 0.16rem;
    line-height: 1.375;
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .flow .item .text { /* SP */
    font-size: 0.13rem;
    line-height: 1.231;
    margin-top: 0.01rem;
  }
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .flow .item .num.focus + .text { /* PC */
    margin-top: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .flow .item .num.focus + .text { /* SP */
    margin-top: 0.07rem;
  }
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .details .list { /* PC */
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .details .list { /* SP */
    margin-top: 0.16rem;
  }
}
.summary .contents .box.procedures .details .list .item {
  background-color: var(--white-color);
  border-radius: 0.18rem;
  position: relative;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .details .list .item { /* PC */
    padding: 0.25rem 0.73rem 0.3rem 0.87rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .details .list .item { /* SP */
    padding: 0.17rem 0.2rem 0.2rem 0.5rem;
  }
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .details .list .item:not(:first-of-type) { /* PC */
    margin-top: 0.48rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .details .list .item:not(:first-of-type) { /* SP */
    margin-top: 0.3rem;
  }
}
.summary .contents .box.procedures .details .list .item:not(:first-of-type)::before {
  content: "";
  display: block;
  background-image: url(../img/common/procedures_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.3352rem;
  height: 0.15395rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 2;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .details .list .item:not(:first-of-type)::before { /* PC */
    top: -0.13rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .details .list .item:not(:first-of-type)::before { /* SP */
    top: -0.08rem;
  }
}
.summary .contents .box.procedures .details .list .item:nth-of-type(1) .titlewrap .iconbox img {
  width: 0.56098rem;
}
.summary .contents .box.procedures .details .list .item:nth-of-type(2) .titlewrap .iconbox img {
  width: 0.56196rem;
}
.summary .contents .box.procedures .details .list .item:nth-of-type(3) .titlewrap .iconbox img {
  width: 0.60305rem;
}
.summary .contents .box.procedures .details .list .item:nth-of-type(4) .titlewrap .iconbox img {
  width: 0.54393rem;
}
.summary .contents .box.procedures .details .list .item:nth-of-type(5) .titlewrap .iconbox img {
  width: 0.56196rem;
}
.summary .contents .box.procedures .details .list .item:nth-of-type(6) .titlewrap .iconbox img {
  width: 0.41357rem;
}
.summary .contents .box.procedures .details .list .item .step {
  background-color: var(--sub-color);
  border-radius: 0.1rem;
  font-family: var(--ff-din-2014);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: var(--white-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .details .list .item .step { /* PC */
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.13rem;
    padding-top: 0.03rem;
    top: 0.18rem;
    left: -0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .details .list .item .step { /* SP */
    width: 0.48rem;
    height: 0.48rem;
    font-size: 0.1rem;
    padding-top: 0.04rem;
    top: 0.12rem;
    left: -0.08rem;
  }
}
.summary .contents .box.procedures .details .list .item .step .num {
  display: block;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .details .list .item .step .num { /* PC */
    font-size: 0.31rem;
    margin-top: 0.02rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .details .list .item .step .num { /* SP */
    font-size: 0.26rem;
  }
}
.summary .contents .box.procedures .details .list .item .titlebox {
  display: flex;
  align-items: center;
  column-gap: 0.12rem;
}
.summary .contents .box.procedures .details .list .item .titlebox .iconbox {
  width: 0.60305rem;
}
.summary .contents .box.procedures .details .list .item .titlebox .iconbox img {
  height: auto;
  display: block;
  margin: 0 auto;
}
.summary .contents .box.procedures .details .list .item .titlebox .title {
  font-weight: 700;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .details .list .item .titlebox .title { /* PC */
    font-size: 0.2rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .details .list .item .titlebox .title { /* SP */
    font-size: 0.16rem;
    line-height: 1.25;
  }
}
.summary .contents .box.procedures .details .list .item .text {
  font-weight: 400;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .details .list .item .text { /* PC */
    font-size: 0.16rem;
    line-height: 1.5;
    margin-top: 0.13rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .details .list .item .text { /* SP */
    font-size: 0.14rem;
    line-height: 1.429;
    margin-top: 0.1rem;
  }
}
.summary .contents .box.procedures .details .list .item .note {
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 1.33;
  display: grid;
  grid-template-columns: auto 1fr;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .details .list .item .note { /* PC */
    column-gap: 0.02rem;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .details .list .item .note { /* SP */
    margin-top: 0.06rem;
  }
}
.summary .contents .box.procedures .details .list .item .note::before {
  content: "※";
  display: block;
  grid-column: 1;
  grid-row: 1;
}
.summary .contents .box.procedures .details .list .item .hokku {
  height: auto;
  display: block;
  position: absolute;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .details .list .item .hokku { /* PC */
    width: 1.32rem;
    bottom: -1.49rem;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .details .list .item .hokku { /* SP */
    width: 0.82rem;
    bottom: -1.21rem;
    right: 0.02rem;
  }
}
.summary .contents .box.procedures .details .attention {
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 1.5;
  display: grid;
  grid-template-columns: auto 1fr;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.procedures .details .attention { /* PC */
    margin-top: 0.3rem;
    padding-right: 1.46rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.procedures .details .attention { /* SP */
    margin-top: 0.21rem;
    padding-right: 0.96rem;
    min-height: 0.7rem;
  }
}
.summary .contents .box.procedures .details .attention::before {
  content: "注）";
  grid-column: 1;
  grid-row: 1;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.faq .topics { /* PC */
    margin-top: 0.42rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.faq .topics { /* SP */
    margin-top: 0.24rem;
  }
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.faq .topics .topic:not(:first-of-type) { /* PC */
    margin-top: 0.31rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.faq .topics .topic:not(:first-of-type) { /* SP */
    margin-top: 0.27rem;
  }
}
.summary .contents .box.faq .topics .topic .title {
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.faq .topics .topic .title { /* PC */
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.faq .topics .topic .title { /* SP */
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.faq .topics .topic .list { /* PC */
    margin-top: 0.21rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.faq .topics .topic .list { /* SP */
    margin-top: 0.16rem;
  }
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item:not(:first-of-type) { /* PC */
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item:not(:first-of-type) { /* SP */
    margin-top: 0.12rem;
  }
}
.summary .contents .box.faq .topics .topic .list .item .accordion .question,
.summary .contents .box.faq .topics .topic .list .item .accordion .answer {
  display: grid;
}
.summary .contents .box.faq .topics .topic .list .item .accordion .question .head,
.summary .contents .box.faq .topics .topic .list .item .accordion .answer .head {
  grid-column: 1;
  grid-row: 1;
  font-family: var(--ff-din-2014);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .question .head,
  .summary .contents .box.faq .topics .topic .list .item .accordion .answer .head { /* PC */
    width: 0.22rem;
    font-size: 0.34rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .question .head,
  .summary .contents .box.faq .topics .topic .list .item .accordion .answer .head { /* SP */
    width: 0.19rem;
    font-size: 0.3rem;
  }
}
.summary .contents .box.faq .topics .topic .list .item .accordion .question .text,
.summary .contents .box.faq .topics .topic .list .item .accordion .answer .text {
  grid-column: 2;
  grid-row: 1;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .question .text,
  .summary .contents .box.faq .topics .topic .list .item .accordion .answer .text { /* PC */
    margin-left: 0.28rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .question .text,
  .summary .contents .box.faq .topics .topic .list .item .accordion .answer .text { /* SP */
    margin-left: 0.15rem;
  }
}
.summary .contents .box.faq .topics .topic .list .item .accordion .question {
  grid-template-columns: auto 1fr auto;
  background-color: var(--sub-color);
  cursor: pointer;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .question { /* PC */
    padding: 0.2rem 0.4rem 0.2rem 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .question { /* SP */
    padding: 0.1rem 0.19rem 0.1rem 0.17rem;
  }
}
.summary .contents .box.faq .topics .topic .list .item .accordion .question::before, .summary .contents .box.faq .topics .topic .list .item .accordion .question::after {
  content: "";
  display: block;
  width: 0.15rem;
  border-top: 2px solid var(--white-color);
  align-self: center;
  justify-self: center;
  grid-column: 3;
  grid-row: 1;
}
.summary .contents .box.faq .topics .topic .list .item .accordion .question::after {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.summary .contents .box.faq .topics .topic .list .item .accordion .question.open::after {
  transform: rotate(0);
}
@media (hover) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .question:hover {
    opacity: 0.7;
  }
}
.summary .contents .box.faq .topics .topic .list .item .accordion .question .head {
  color: var(--white-color);
  align-self: center;
}
.summary .contents .box.faq .topics .topic .list .item .accordion .question .text {
  color: var(--white-color);
  font-weight: 700;
  align-self: center;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .question .text { /* PC */
    font-size: 0.16rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .question .text { /* SP */
    font-size: 0.14rem;
    line-height: 1.429;
  }
}
.summary .contents .box.faq .topics .topic .list .item .accordion .answer {
  grid-template-columns: auto 1fr;
  background-color: var(--white-color);
  margin-top: 0.08rem;
  border-radius: 0.18rem;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .answer { /* PC */
    padding: 0.3rem 0.7rem 0.3rem 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .answer { /* SP */
    padding: 0.18rem 0.2rem 0.18rem 0.17rem;
  }
}
.summary .contents .box.faq .topics .topic .list .item .accordion .answer .head {
  color: var(--sub-color);
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .answer .head { /* PC */ }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .answer .head { /* SP */
    padding-top: 0.03rem;
  }
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .answer .text { /* PC */
    padding-top: 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .answer .text { /* SP */ }
}
.summary .contents .box.faq .topics .topic .list .item .accordion .answer .text .sentence {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.57;
}
.summary .contents .box.faq .topics .topic .list .item .accordion .answer .text .sentence a {
  font-weight: 700;
  color: var(--sub-color);
  text-decoration: underline;
}
@media (hover) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .answer .text .sentence a:hover {
    opacity: 0.7;
  }
}
.summary .contents .box.faq .topics .topic .list .item .accordion .answer .text .sentence sup {
  line-height: 1;
}
.summary .contents .box.faq .topics .topic .list .item .accordion .answer .text .sentence .markup {
  font-weight: 700;
  color: var(--sub-color);
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .answer .text .bullets { /* PC */
    margin-top: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .answer .text .bullets { /* SP */
    margin-top: 0.09rem;
  }
}
.summary .contents .box.faq .topics .topic .list .item .accordion .answer .text .bullets .bullet {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.57;
  display: grid;
  grid-template-columns: auto 1fr;
}
.summary .contents .box.faq .topics .topic .list .item .accordion .answer .text .bullets .bullet::before {
  content: "・";
  grid-column: 1;
  grid-row: 1;
}
.summary .contents .box.faq .topics .topic .list .item .accordion .answer .text .bullets .bullet .note {
  grid-column: 1/-1;
  grid-row: 2;
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 1.33;
  display: grid;
  grid-template-columns: auto 1fr;
}
.summary .contents .box.faq .topics .topic .list .item .accordion .answer .text .bullets .bullet .note::before {
  content: "（注）";
  grid-column: 1;
  grid-row: 1;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .answer .text .bullets .bullet .note { /* PC */
    margin-top: 0.19rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .answer .text .bullets .bullet .note { /* SP */
    margin-top: 0.01rem;
  }
}
.summary .contents .box.faq .topics .topic .list .item .accordion .answer .text .attention {
  font-size: 0.12rem;
  font-weight: 400;
  line-height: 1.33;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.02rem;
}
.summary .contents .box.faq .topics .topic .list .item .accordion .answer .text .attention::before {
  content: "※";
  grid-column: 1;
  grid-row: 1;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .answer .text .attention { /* PC */
    margin-top: 0.08rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .answer .text .attention { /* SP */
    margin-top: 0.09rem;
  }
}
.summary .contents .box.faq .topics .topic .list .item .accordion .answer .text .linkbtn {
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1.429;
  color: var(--sub-color);
  text-decoration: underline;
  display: block;
  margin-top: 0.09rem;
}
@media (hover) {
  .summary .contents .box.faq .topics .topic .list .item .accordion .answer .text .linkbtn:hover {
    opacity: 0.7;
  }
}
.summary .contents .box.product .table {
  border-spacing: 0;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.product .table { /* PC */
    margin-top: 0.41rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.product .table { /* SP */
    margin-top: 0.22rem;
  }
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.product .table .tbody .row { /* PC */ }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.product .table .tbody .row { /* SP */
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.product .table .tbody .row:last-of-type .head,
  .summary .contents .box.product .table .tbody .row:last-of-type .data { /* PC */
    border-bottom: 1px solid #b4b4b4;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.product .table .tbody .row:last-of-type .head,
  .summary .contents .box.product .table .tbody .row:last-of-type .data { /* SP */ }
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.product .table .tbody .row:not(:first-of-type) { /* PC */ }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.product .table .tbody .row:not(:first-of-type) { /* SP */
    margin-top: 0.21rem;
  }
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.product .table .tbody .row .head,
  .summary .contents .box.product .table .tbody .row .data { /* PC */
    border-top: 1px solid #b4b4b4;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.product .table .tbody .row .head,
  .summary .contents .box.product .table .tbody .row .data { /* SP */ }
}
.summary .contents .box.product .table .tbody .row .head {
  background-color: var(--white-color);
  font-size: 0.14rem;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.product .table .tbody .row .head { /* PC */
    min-width: 1.9rem;
    padding: 0;
    line-height: 1.429;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.product .table .tbody .row .head { /* SP */
    line-height: 1.286;
    padding: 0.06rem 0;
  }
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data { /* PC */
    width: 100%;
    padding: 0.3rem 0 0.3rem 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data { /* SP */
    padding: 0.1rem 0 0;
  }
}
.summary .contents .box.product .table .tbody .row .data .sentence,
.summary .contents .box.product .table .tbody .row .data .bullets .bullet,
.summary .contents .box.product .table .tbody .row .data .note,
.summary .contents .box.product .table .tbody .row .data .attention,
.summary .contents .box.product .table .tbody .row .data .countednotes .countednote,
.summary .contents .box.product .table .tbody .row .data .ratesbox .rates .text,
.summary .contents .box.product .table .tbody .row .data .ratesbox .countedattentions .countedattention {
  font-size: 0.14rem;
  font-weight: 400;
}
.summary .contents .box.product .table .tbody .row .data .sentence {
  line-height: 1.43;
}
.summary .contents .box.product .table .tbody .row .data .bullets .bullet {
  line-height: 1.43;
  display: grid;
  grid-template-columns: auto 1fr;
}
.summary .contents .box.product .table .tbody .row .data .bullets .bullet::before {
  content: "・";
  grid-column: 1;
  grid-row: 1;
}
.summary .contents .box.product .table .tbody .row .data .bullets .bullet span {
  grid-column: 2;
}
.summary .contents .box.product .table .tbody .row .data .bullets .bullet .attention {
  grid-column: 2;
}
.summary .contents .box.product .table .tbody .row .data .bullets .bullet .attention:last-of-type {
  padding-bottom: 0.11rem;
}
.summary .contents .box.product .table .tbody .row .data .bullets .bullet a {
  text-decoration: underline;
}
@media (hover) {
  .summary .contents .box.product .table .tbody .row .data .bullets .bullet a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .sentence + .bullets { /* PC */
    margin-top: 0.11rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .sentence + .bullets { /* SP */
    margin-top: 0.07rem;
  }
}
.summary .contents .box.product .table .tbody .row .data .note,
.summary .contents .box.product .table .tbody .row .data .attention {
  line-height: 1.57;
  display: grid;
  grid-template-columns: auto 1fr;
}
.summary .contents .box.product .table .tbody .row .data .note::before,
.summary .contents .box.product .table .tbody .row .data .attention::before {
  grid-column: 1;
  grid-row: 1;
}
.summary .contents .box.product .table .tbody .row .data .note.link,
.summary .contents .box.product .table .tbody .row .data .attention.link {
  display: block;
}
.summary .contents .box.product .table .tbody .row .data .note::before {
  content: "（注）";
}
.summary .contents .box.product .table .tbody .row .data .attention a {
  text-decoration: underline;
}
@media (hover) {
  .summary .contents .box.product .table .tbody .row .data .attention a:hover {
    opacity: 0.7;
  }
}
.summary .contents .box.product .table .tbody .row .data .attention::before {
  content: "※";
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .bullets + .note,
  .summary .contents .box.product .table .tbody .row .data .bullets + .attention { /* PC */
    margin-top: 0.08rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .bullets + .note,
  .summary .contents .box.product .table .tbody .row .data .bullets + .attention { /* SP */
    margin-top: 0.07rem;
  }
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .ratesbox + .attention { /* PC */
    margin-top: 0.17rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .ratesbox + .attention { /* SP */
    margin-top: 0.16rem;
  }
}
.summary .contents .box.product .table .tbody .row .data .countednotes {
  counter-reset: note-number 0;
}
.summary .contents .box.product .table .tbody .row .data .countednotes .countednote {
  line-height: 1.57;
  display: grid;
  grid-template-columns: auto 1fr;
}
.summary .contents .box.product .table .tbody .row .data .countednotes .countednote::before {
  counter-increment: note-number 1;
  content: "（注" counter(note-number) "）";
  grid-column: 1;
  grid-row: 1;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .bullets + .countednotes { /* PC */
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .bullets + .countednotes { /* SP */
    margin-top: 0.07rem;
  }
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .sentence + .attention,
  .summary .contents .box.product .table .tbody .row .data .attention + .sentence { /* PC */
    margin-top: 0.11rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .sentence + .attention,
  .summary .contents .box.product .table .tbody .row .data .attention + .sentence { /* SP */
    margin-top: 0.07rem;
  }
}
.summary .contents .box.product .table .tbody .row .data .tel {
  font-size: 0.2rem;
  line-height: 1.3;
  font-weight: 700;
  display: flex;
  align-items: center;
  column-gap: 0.04rem;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .tel { /* PC */ }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .tel { /* SP */ }
}
.summary .contents .box.product .table .tbody .row .data .tel::before {
  content: "";
  display: block;
  background-image: url(../img/common/icon_tel_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.245rem;
  height: 0.1402rem;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .ratesbox:not(:first-of-type) { /* PC */
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .ratesbox:not(:first-of-type) { /* SP */
    margin-top: 0.11rem;
  }
}
.summary .contents .box.product .table .tbody .row .data .ratesbox .rates .title {
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1.43;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .ratesbox .rates .title { /* PC */ }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .ratesbox .rates .title { /* SP */ }
}
.summary .contents .box.product .table .tbody .row .data .ratesbox .rates .text {
  line-height: 1.43;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .ratesbox .rates .text { /* PC */ }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .ratesbox .rates .text { /* SP */ }
}
.summary .contents .box.product .table .tbody .row .data .ratesbox .rates .text:not(:first-of-type) {
  margin-top: 1em;
}
.summary .contents .box.product .table .tbody .row .data .ratesbox .countedattentions {
  counter-reset: attention-number 0;
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .ratesbox .countedattentions { /* PC */
    margin-top: 0.09rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .ratesbox .countedattentions { /* SP */
    margin-top: 0.07rem;
  }
}
.summary .contents .box.product .table .tbody .row .data .ratesbox .countedattentions .countedattention {
  line-height: 1.57;
  display: grid;
  grid-template-columns: auto 1fr;
}
.summary .contents .box.product .table .tbody .row .data .ratesbox .countedattentions .countedattention::before {
  counter-increment: attention-number 1;
  content: "※" counter(attention-number);
  grid-column: 1;
  grid-row: 1;
  margin-right: 0.5em;
}
.summary .contents .box.product .table .tbody .row .data .linkbtn {
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 1;
  max-width: 1.8rem;
  height: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.15rem 0.02rem 0.12rem;
  border-radius: 0.04rem;
  border: 1px solid var(--text-color);
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .linkbtn { /* PC */
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.product .table .tbody .row .data .linkbtn { /* SP */
    margin-top: 0.1rem;
  }
}
.summary .contents .box.product .table .tbody .row .data .linkbtn::after {
  content: "";
  display: block;
  background-image: url(../img/common/summary_product_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.12728rem;
  height: 0.12728rem;
  transform: translate(0, 0.02rem);
}
@media (hover) {
  .summary .contents .box.product .table .tbody .row .data .linkbtn:hover {
    background-color: #232323;
    color: var(--white-color);
    border-color: #232323;
  }
  .summary .contents .box.product .table .tbody .row .data .linkbtn:hover::after {
    background-image: url(../img/common/summary_product_arrow_white.svg);
  }
}
@media print, screen and (min-width: 767px) {
  .summary .contents .box.product .more { /* PC */
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .summary .contents .box.product .more { /* SP */
    margin-top: 0.25rem;
  }
}
.summary .contents .box.product .more .lead {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.429;
}
.summary .contents .box.product .more .pdfbtn {
  margin-top: 0.12rem;
  column-gap: 0.07rem;
}

.procedures,
.faq,
.product {
  display: none;
}
.procedures.active,
.faq.active,
.product.active {
  display: block;
}

[data-pararax01-opacity01],
[data-pararax01-opacity02],
[data-pararax01-opacity03],
[data-pararax01-opacity04],
[data-pararax01-opacity05],
[data-pararax01-opacity06],
[data-pararax01-opacity07] {
  opacity: 0;
}

[data-animationforever="01"] {
  /* 上下に動き続けるアニメーション */
  transform-origin: center bottom; /* 要素の底辺を支点にアニメーションさせます */
  animation: moveUpDown 1s cubic-bezier(0, 0.58, 0.45, 0.99) infinite alternate; /* circ.out相当のイージングをCSSのcubic-bezierで再現 */
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
[data-animationforever="02"] {
  /* 縦方向に拡大縮小し続けるアニメーション */
  transform-origin: center bottom; /* 要素の底辺を支点に拡大縮小させます */
  animation: scaleYAnimation 1s cubic-bezier(0, 0.58, 0.45, 0.99) infinite alternate; /* circ.out相当のイージングを使用 */
}

@keyframes scaleYAnimation {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(1.1);
  }
}
/* 要素を左右にゆったり揺れ続けるアニメーション */
[data-animationforever="03"] {
  transform-origin: center bottom; /* 要素の底辺を支点に回転させます */
  animation: rotateBackForth 1.5s ease-in-out infinite alternate; /* -5度から5度へ左右に揺れ続ける */
}

@keyframes rotateBackForth {
  0% {
    transform: rotate(-5deg); /* -5度の状態から始めます */
  }
  100% {
    transform: rotate(5deg); /* 5度まで回転 */
  }
}
/* 要素を左下支点に軽く回転させ続けるアニメーション */
[data-animationforever="04"] {
  transform-origin: left bottom; /* 左下を回転の支点にします */
  animation: rotateLeftRight 1s ease-in-out infinite alternate; /* 0度から8度へ繰り返し回転 */
}

@keyframes rotateLeftRight {
  0% {
    transform: rotate(0deg); /* 0度の状態 */
  }
  100% {
    transform: rotate(8deg); /* 8度まで回転 */
  }
}