/* pc sp表示 */
@media screen and (min-width: 681px) {
  .view-sp,
  .view-sp-flex {
    display: none !important;
  }
}
@media screen and (max-width: 680px) {
  .link-disabled-sp {
    pointer-events: none;
  }
  .view-pc,
  .view-pc-flex {
    display: none !important;
  }
  .h0-sp {
    box-sizing: border-box;
    padding: 0 !important;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 460px) {
  .view-over-460 {
    display: none !important;
  }
}
@media screen and (min-width: 461px) {
  .view-460 {
    display: none !important;
  }
}
@media screen and (max-width: 420px) {
  .view-over-420 {
    display: none !important;
  }
}
@media screen and (min-width: 421px) {
  .view-420 {
    display: none !important;
  }
}
@media screen and (min-width: 401px) {
  .view-sp2 {
    display: none !important;
  }
}
@media screen and (max-width: 400px) {
  .view-over-sp2 {
    display: none !important;
  }
}
@media screen and (min-width: 390px) {
  .view-389 {
    display: none !important;
  }
}
@media screen and (min-width: 361px) {
  .view-360 {
    display: none !important;
  }
}
@media screen and (max-width: 540px) {
  .view-over-541 {
    display: none !important;
  }
}
@media screen and (min-width: 541px) {
  .view-under-540 {
    display: none !important;
  }
}
/* pc sp改行 */
.sp {
  display: none;
}
@media screen and (max-width: 680px) {
  .sp {
    display: block;
  }
}
.pc {
  display: block;
}
@media screen and (max-width: 680px) {
  .pc {
    display: none;
  }
}

/* 注意事項 */
.caution {
  color: var(--caution-color);
}
.asterisk {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
}
.asterisk-normal {
  margin-left: 1em;
  text-indent: -1em;
}
.link {
  text-decoration: underline;
}
.strong {
  font-weight: 700;
}
.strong2 {
  color: var(--text-color-pink);
}
.strong3 {
  font-weight: 700;
  color: var(--text-color-pink);
}
.underconstruction .article-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.underconstruction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.underconstruction-text {
  text-align: center;
  margin-bottom: -6px !important;
}
@media screen and (max-width: 680px) {
  .asterisk {
    font-size: 10px;
  }
}
.textarea-mb1rem > p:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 680px) {
  .textarea-mb1rem {
    padding: 0 1rem;
  }
}
.note {
  display: block;
}
.note-right {
  display: block;
  text-align: right;
}
.last-line {
  margin-bottom: -6px !important;
}
.note-recommend {
  color: var(--caution-color);
}
.note-recommend::before {
  content: "※";
  color: inherit;
  font-size: inherit;
}

.note-kome::before {
  content: "※";
  color: inherit;
  font-size: inherit;
}
.align-center {
  text-align: center !important;
}
@media screen and (max-width: 680px) {
  .note-recommend {
    font-size: 14px;
  }
  .note-kome {
    font-size: 14px;
  }
  .align-center-sp {
    text-align: center !important;
  }
}
/* レイアウト */
.width-all {
  width: 100%; /***/
  margin-bottom: 50px;
}
@media screen and (max-width: 680px) {
  .width-all {
    margin-bottom: 25px;
  }
}
.width-adjust {
  width: 980px;
  padding: 0 10px;
  margin: auto;
}
@media screen and (max-width: 680px) {
  .width-adjust {
    width: 87.5%;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 680px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 681px) {
  .anchor {
    padding-top: 90px;
    margin-top: -90px;
  }
}
.scroll {
  overflow: auto;
}
/* 文字 */
.txt-c-logo {
  color: var(--logo-color) !important;
}
.txt-shadow {
  text-shadow: 1px 1px 2px var(--text-shadow-color), -1px 1px 2px var(--text-shadow-color), 1px -1px 2px var(--text-shadow-color), -1px -1px 2px var(--text-shadow-color) !important;
}
.clamp3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.txt-s {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.title {
  font-weight: 700;
}
.text {
  font-weight: 500;
}
.text-pale {
  color: #999;
}
.text-right {
  text-align: right;
}
.text-hr {
  display: block;
  border-bottom: 1px solid #999;
  margin-bottom: 0.5rem !important;
}
.text-wrap {
  overflow-wrap: break-word;
}
.text-vettival {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.text-indent {
  display: block;
  margin-left: 1.5rem;
  text-indent: -1rem;
  font-size: 16px;
}
@media screen and (max-width: 680px) {
  .text-vettival-sp {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .txt-s{
    font-size: 13px;
  }
}
/* フォント */
.lato {
  font-family: "Lato", sans-serif;
}
/* リンク */
.show-detail {
  display: block;
  text-align: left;
}
a.show-detail,
a.show-detail:hover,
a.show-detail:visited,
a.show-detail:active {
  color: var(--text-color-pink);
}
.link-no-opacity:hover {
  opacity: 1;
}
.url {
  display: block;
  font-size: 10px;
  text-align: right;
}
.url a,
.url a:hover,
.url a:visited,
.url a:active {
  color: var(--text-color-pink);
}

.nowrap {
  white-space: nowrap;
}
.prewrap {
  white-space: pre-wrap !important;
}
.main {
  min-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
/* マージン、パディング */
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mb-6 {
  margin-bottom: -6px !important;
}
.mb7 {
  margin-bottom: 7px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt-10 {
  margin-top: -10px !important;
}
.mb-10 {
  margin-bottom: -10px !important;
}
.mb11 {
  margin-bottom: 11px !important;
}
.mb1rem {
  margin-bottom: 1rem !important;
}
.mt1rem {
  margin-top: 1rem !important;
}
.ml1rem {
  margin-left: 1rem !important;
}
.mt1 {
  margin-top: 1px !important;
}
.mt2 {
  margin-top: 2px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mt7 {
  margin-top: 7px !important;
}
.mt11 {
  margin-top: 11px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt58 {
  margin-top: 58px !important;
}
.mt74 {
  margin-top: 74px !important;
}
.mt84 {
  margin-top: 84px !important;
}
.mt-5 {
  margin-top: -5px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mb18 {
  margin-bottom: 18px !important;
}
.mb24 {
  margin-bottom: 24px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb37 {
  margin-bottom: 37px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb54 {
  margin-bottom: 54px !important;
}
.mb58 {
  margin-bottom: 58px !important;
}
.mb68 {
  margin-bottom: 68px !important;
}
.mb68sc{
  margin-bottom: 68px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb73 {
  margin-bottom: 73px !important;
}
.mb74 {
  margin-bottom: 74px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb78 {
  margin-bottom: 78px !important;
}
.mb84 {
  margin-bottom: 84px !important;
}
.mt28 {
  margin-top: 28px !important;
}
.mt36 {
  margin-top: 36px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt43 {
  margin-top: 43px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt54 {
  margin-top: 54px !important;
}
.mt58 {
  margin-top: 58px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt68{
  margin-top: 68px!important;
}
.mt72{
  margin-top: 72px!important;
}
.mt80{
  margin-top: 80px!important;
}
.p0{
  padding: 0!important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pl1rem {
  padding-left: 1rem !important;
}
.pl1_5rem {
  padding-left: 1.5rem !important;
}
.mb-txt-list {
  margin-bottom: 16px !important;
}
.mb-txt-list.mb0 {
  margin-bottom: 0px !important;
}
.mb-txt-list.mb8 {
  margin-bottom: 8px !important;
}
@media (max-width: 680px){
    .mt0 {
    margin-top: 0 !important;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .ml0 {
    margin-left: 0 !important;
  }
  .mr0 {
    margin-right: 0 !important;
  }
  .mb-6 {
    margin-bottom: -6px !important;
  }
  .mb7 {
    margin-bottom: 7px !important;
  }
  .mt8 {
    margin-top: 8px !important;
  }
  .mt-10 {
    margin-top: -10px !important;
  }
  .mb-10 {
    margin-bottom: -10px !important;
  }
  .mb11 {
    margin-bottom: 11px !important;
  }
  .mb1rem {
    margin-bottom: 1rem !important;
  }
  .mt1rem {
    margin-top: 1rem !important;
  }
  .ml1rem {
    margin-left: 1rem !important;
  }
  .mt1 {
    margin-top: 1px !important;
  }
  .mt2 {
    margin-top: 2px !important;
  }
  .mt3 {
    margin-top: 3px !important;
  }
  .mt4 {
    margin-top: 4px !important;
  }
  .mt7 {
    margin-top: 7px !important;
  }
  .mt11 {
    margin-top: 11px !important;
  }
  .mt15 {
    margin-top: 15px !important;
  }
  .mt30 {
    margin-top: 10px !important;
  }
  .mt35 {
    margin-top: 25px !important;
  }
  .mt45 {
    margin-top: 25px !important;
  }
  .mt50 {
    margin-top: 30px !important;
  }
  .mt58 {
    margin-top: 38px !important;
  }
  .mt74 {
    margin-top: 54px !important;
  }
  .mt84 {
    margin-top: 64px !important;
  }
  .mt-5 {
    margin-top: -5px !important;
  }

  .mb0 {
    margin-bottom: 0px !important;
  }
  .mb8 {
    margin-bottom: 8px !important;
  }
  .mb16 {
    margin-bottom: 6px !important;
  }
  .mb18 {
    margin-bottom: 18px !important;
  }
  .mb24 {
    margin-bottom: 24px !important;
  }
  .mb30 {
    margin-bottom: 10px !important;
  }
  .mb35 {
    margin-bottom: 15px !important;
  }
  .mb37 {
    margin-bottom: 17px !important;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .mb45 {
    margin-bottom: 25px !important;
  }
  .mb50 {
    margin-bottom: 30px !important;
  }
  .mb54 {
    margin-bottom: 34px !important;
  }
  .mb58 {
    margin-bottom: 38px !important;
  }
  .mb68 {
    margin-bottom: 50px !important;
  }
  .mb68sc{
    margin-bottom: 28px !important;
  }
  .mb70 {
    margin-bottom: 50px !important;
  }
  .mb73 {
    margin-bottom: 53px !important;
  }
  .mb74 {
    margin-bottom: 54px !important;
  }
  .mb75 {
    margin-bottom: 64px !important;
  }
  .mb78 {
    margin-bottom: 58px !important;
  }
  .mb84 {
    margin-bottom: 64px !important;
  }
  .sp-pb18{
    padding-bottom: 18px!important;
  }
  .sp-mt53{
    margin-top: 53px!important;
  }
  .sp-mb28{
    margin-bottom: 28px!important;
  }
  .sp-mb50{
    margin-bottom: 50px!important;
  }
  .sp-mb58{
    margin-bottom: 58px!important;
  }
  .sp-mb64{
    margin-bottom: 64px!important;
  }
  .mt28 {
    margin-top: 25px !important;
  }
  .mt36 {
    margin-top: 36px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .mt43 {
    margin-top: 23px !important;
  }
  .mt50 {
    margin-top: 30px !important;
  }
  .mt54 {
    margin-top: 34px !important;
  }
  .mt60 {
    margin-top: 40px !important;
  }
  .mt68{
    margin-top: 48px!important;
  }
  .mt72{
    margin-top: 52px!important;
  }
  .mt80{
    margin-top: 60px!important;
  }
  .p0{
    padding: 0!important;
  }
  .pt0 {
    padding-top: 0 !important;
  }
  .pb0 {
    padding-bottom: 0 !important;
  }
  .pl1rem {
    padding-left: 1rem !important;
  }
  .pl1_5rem {
    padding-left: 1.5rem !important;
  }
  .mb-txt-list {
    margin-bottom: 15px !important;
  }
  .mb-txt-list.mb0 {
    margin-bottom: 0px !important;
  }
  .mb-txt-list.mb8 {
    margin-bottom: 8px !important;
  }
}
.mb-txt-list.fz16 {
  font-size: 16px;
}
.list-dot.fz16 li {
  font-size: 16px;
}
.fz16{
  font-size: 16px;
}
.mb-txt-list.shoukai-top {
  margin-bottom: 24px !important;
}
.mt1line {
  margin-top: 1em !important;
}
.mb1line {
  margin-bottom: 1em !important;
}
.mb-title-list {
  margin-bottom: 7px !important;
}
.mb-linetitle-list {
  margin-bottom: 16px !important;
}
.mb-linetitle-list2 {
  margin-bottom: 21px !important;
}
.mb-txt-txt {
  margin-bottom: 13px !important;
}
.mb-linetitle-txt {
  margin-bottom: 12px !important;
}
.mb-txt-bottom {
  margin-bottom: -6px !important;
}
.mb-list-bottom {
  margin-bottom: -6px !important;
}
.mb-txt-list2 {
  margin-bottom: 25px !important;
}
.mb-txt-list3 {
  margin-bottom: 27px !important;
}
.mb-list-btn {
  margin-bottom: 47px !important;
}
.mb-list-title {
  margin-bottom: 30px !important;
}
.mt-txt-txt {
  margin-top: -11px !important;
}
.mt-list-txt {
  margin-top: 8px !important;
}
/*  */
.mb-txt-title {
  margin-bottom: 30px !important;
}
.mb-title-noline-subtitle {
  margin-bottom: 11px !important;
}
@media screen and (max-width: 680px) {
  .pb0-sp {
    padding-bottom: 0 !important;
  }
  .mb45 {
    margin-bottom: 23px !important;
  }

  .mb-txt-list2 {
    margin-bottom: 11px !important;
  }
  .mt-top-list {
    margin-top: 7px !important;
  }
  .mt-top-btn {
    margin-top: 28px !important;
  }
  .mb-list-btn {
    margin-bottom: 30px !important;
  }
  .mb-list-title {
    margin-bottom: 24px !important;
  }
  .mt-txt-txt {
    margin-top: -19px !important;
  }
  .mt-list-title {
    margin-top: -4px !important;
  }
  .mb-linetitle-list2 {
    margin-bottom: 16px !important;
  }
  .mb-list-bottom {
    margin-bottom: 0 !important;
  }
  .mb-linetitle-txt {
    margin-bottom: 10px !important;
  }
  /*  */
  .mb-txt-title {
    margin-bottom: 26px !important;
  }
  .mb-list-title {
    margin-bottom: 20px !important;
  }
}
/* ライン */
.no-bottom-line {
  border-bottom: unset !important;
}

@media screen and (max-width: 680px) {
  .line-b-dot {
    border-bottom: 1px dotted var(--ruledline-color);
  }
}
/* トップ */
/* パンくずリスト */
.topic-path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 10px 0;
  background-color: var(--topicpath-color);
  line-height: 25px;
  color: var(--logo-color);
  zoom: 1;
}
.topic-path-pc {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topic-path-pc li,
.topic-path-pc .divide {
  line-height: 35px;
}
.topic-path-pc .divide {
  color: var(--topicpath-color-divide);
}
.topic-path li {
  font-size: 12px;
  color: var(--logo-color);
}
.topic-path li a {
  font-size: 12px;
  color: var(--logo-color);
}
@media screen and (max-width: 680px) {
  .topic-path {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding-top: 23px;
    padding-bottom: 23px;
    line-height: 1em;
    background-color: var(--topicpath-color-sp);
    vertical-align: middle;
  }
  .topic-path-pc li,
  .topic-path-pc .divide {
    line-height: 24px;
  }
  .topic-path li a {
    text-decoration: underline;
    color: var(--text-color-pink);
    font-size: 10px;
  }
}
.topic-path .home-icon {
  width: 9px;
  height: auto;
}
.topic-path .home a {
  color: var(--text-color-pink);
}
.topic-path .home a img {
  display: inline-block;
  margin-top: -2px;
  padding: 0 9px 0 0;
  vertical-align: middle;
}
@media screen and (max-width: 680px) {
  .topic-path .home a {
    padding-left: 9px;
  }
}
.topic-path .divide::before {
  content: ">";
  display: inline-block;
  padding: 0 7px;
  color: var(--topicpath-color-divide);
}
/* サイドメニュー */
.aside a {
  color: var(--text-color-pink);
  text-decoration: none;
}
/* サイドメニュー問い合わせ */
.side-inquiry {
  position: relative;
  width: 190px;
  height: 126px;
  /* padding-top: 1px; */
  padding-bottom: 5px;
}
.side-inquiry img {
  width: 100%;
  height: auto;
}
.side-inquiry::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 120px;
  background-image: url(../img/sidemenu04_on.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.25s, -webkit-transform 0.25s;
  opacity: 0;
  cursor: pointer;
}
a:hover .side-inquiry:after {
  opacity: 1;
}
/* サイドメニューバナー */
@media screen and (max-width: 680px) {
  .side-menu-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.side-menu-banner a img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.side-menu-banner a:hover img {
  opacity: 0.5;
}
.side-menu-banner .btn a {
  font-size: 10px;
}
.side-menu-banner img {
  height: auto;
  display: block;
  margin: 9px auto 0 auto;
  /* margin: 20px auto 0 auto; */
}
.side-menu-banner a:last-child img {
  height: auto;
  display: block;
  margin-top: 11px;
  margin-bottom: 0;
}
@media screen and (max-width: 680px) {
  .side-menu-banner a {
    display: block;
    margin: 0;
  }
  .side-menu-banner img {
    margin: 0;
    width: 95%;
  }
  .side-menu-banner a:last-child {
    margin-right: -8px;
    margin-left: 0;
  }
  .side-menu-banner a:last-child img {
    margin-top: 0;
  }
}
.side-menu-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 12px 0 12px;
  height: 36px;
  /* overflow: hidden; */
  background-color: var(--sidemenu-title-color);
  font-size: 12px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  vertical-align: middle;
  color: var(--text-color-white);
  text-align: center;
}
aside h3.side-menu-title:first-of-type {
  margin-top: 0;
}
.side-menu-title a {
  color: var(--text-color-white);
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 680px) {
  .side-menu-title {
    text-align: center;
  }
}
/* ご相談はこちら */
.contact-btn {
  display: block;
  padding: 25px 15px;
}
.contact-btn a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: var(--button-text-color);
  background-color: var(--button-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
}
.side-menu {
  margin-top: 5px;
}
.side-menu li {
  border-top: 1px solid var(--ruledline-color-50);
  /* border-top: 1px solid #ecebea; */
  font-size: 15px;
  position: relative;
  background-color: var(--bg-color);
  line-height: 21px;
}
.side-menu li a {
  color: var(--text-color-pink);
  padding: 23px 8px 20px 10px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.side-menu li:first-of-type {
  border-top: none;
}
.side-menu li:last-child {
  border-bottom: 1px solid var(--ruledline-color-50);
}
@media only screen and (min-width: 980px) {
  .box-side-section > ul li a {
    -webkit-transition: background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
}
@media screen and (max-width: 680px) {
  .side-menu li a {
    text-align: center;
  }
}
/* ページタイトル */
.page-title {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 28px;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
  line-height: 2.292;
  padding: 52px 0 54px;
  border-bottom: 1px solid var(--ruledline-color);
  color: var(--logo-color);
}
.kiyaku .page-title {
  font-size: 28px;
}
@media screen and (max-width: 680px) {
  .page-title {
    font-size: 18px;
    padding-top: 38px;
    padding-bottom: 36px;
    padding-right: 9px;
    padding-left: 9px;
    color: var(--text-color-pink);
    /* color: var(--text-color); */
    background-color: var(--h-bg-color-sp);
    border-bottom: unset;
    /* background-color: #EFE4F6; */
    text-shadow: none;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .kiyaku .page-title {
    font-size: 17px;
  }
}
.page-title-img {
  position: relative;
  vertical-align: top;
  /* background-color: var(--logo-color); */
  width: 735px;
  height: 300px;
}
.page-title-img img {
  vertical-align: top;
}
.page-title-img-thin {
  position: relative;
  vertical-align: top;
  /* background-color: var(--logo-color); */
  width: 735px;
  height: 230px;
}
.page-title-img-thin img {
  vertical-align: top;
}

.page-text-wrapper {
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-text {
  font-size: 17px;
  text-align: left;
}
/* ページタイトル */
@media screen and (max-width: 680px) {
  .page-title-img {
    width: 100%; /***/
    height: auto;
    min-height: 4rem;
  }
  .page-title-img img {
    width: 100%; /***/
    height: auto;
  }
  .page-title-img-thin {
    width: 100%; /***/
    height: auto;
    min-height: 4rem;
  }
  .page-title-img-thin img {
    width: 100%; /***/
    height: auto;
  }
}
.h1-img-text {
  position: absolute;
  display: inline-block;
  line-height: 297px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 19px;
  color: var(--text-color-white);
  font-weight: bold;
  text-shadow: 1px 1px 2px var(--text-color-pink);
}
.h1-img-text-thin {
  position: absolute;
  display: inline-block;
  line-height: 230px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: var(--text-color-white);
  font-weight: bold;
  text-shadow: 1px 1px 2px var(--text-color-pink);
}
.top-img-text {
  position: absolute;
  display: inline-block;
  line-height: 300px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  color: var(--text-color-white);
  font-weight: bold;
  text-shadow: 1px 1px 2px var(--text-color-pink);
}
.article-top-title {
  font-size: 13px;
  color: var(--text-color-pink);
  font-weight: bold;
  margin-bottom: 3px;
}
/* .article-top-title2 {
    font-size: 15px;
    color: var(--text-color-pink);
    margin-bottom: 14px;
    padding: 0 0 3px 0;
    border-bottom: 1px solid var(--ruledline-color);
    font-weight: bold;
  } */
.article-top-title3 {
  font-size: 22px;
  color: var(--text-color);
  margin-top: 30px;
  padding: 0 0 8px 0;
  margin-bottom: 20px;
  /* padding: 0 0 11px 0; */
  border-bottom: 1px solid var(--ruledline-color);
  font-weight: bold;
}
@media screen and (max-width: 680px) {
  .h1-img-text {
    line-height: 21px;
    top: 50%;
    right: 0;
    left: 0;
    height: 18px;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    -webkit-transform: translateY(calc(-50% + 1px));
    transform: translateY(calc(-50% + 1px));
  }
  .h1-img-text-thin {
    line-height: 18px;
    /* top: calc(50% - 12px); */
    top: 50%;
    right: 0;
    left: 0;
    height: 18px;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    -webkit-transform: translateY(calc(-50% + 1px));
    transform: translateY(calc(-50% + 1px));
  }
  .top-img-text {
    line-height: 18px;
    top: 50%;
    right: 0;
    left: 0;
    height: 18px;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    -webkit-transform: translateY(calc(-50% + 1px));
    transform: translateY(calc(-50% + 1px));
  }
  .article-top-title {
    font-size: 13px;
  }
  .article-top-title2 {
    font-size: 13px;
  }
  .article-top-title3{
    font-size: 17px;
    margin-bottom: 14px;
    padding: 0 0 11px 0;
    line-height: 1.6;
  }
  /* .article-top-title3 {
      font-size: 12px;
    } */
  /* .article-top-title {
      font-size: 12px;
    } */
}
.sub-title {
  font-size: 15px;
  color: var(--text-color-pink);
  margin-bottom: 3px;
  font-weight: bold;
}
.sub-title2 {
  font-size: 14px;
  color: var(--text-color-pink);
  margin-bottom: 14px;
  padding: 0 0 3px 0;
  border-bottom: 1px solid var(--ruledline-color);
  font-weight: bold;
}
.sub-title3 {
  font-weight: bold;
  line-height: 14px;
  color: var(--logo-color);
}
.sub-title4 {
  font-weight: bold;
  line-height: 13px;
  color: var(--logo-color);
}
@media screen and (max-width: 680px) {
  .sub-title {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .sub-title2 {
    font-size: 12px;
  }
  .sub-title3 {
    font-size: 13px;
  }
  .main > div:first-child > .sub-title:first-child {
    padding-top: 0;
  }
}
/* コンテンツトップナビ */
.content-top-nav {
  position: relative;
  margin-bottom: 24px;
  z-index: 1;
}
.content-top-nav ul {
  display: -ms-grid;
  display: grid;
  grid: auto-flow / repeat(auto-fit, calc((100% - 20px) / 5));
  gap: 5px;
  width: 100%;
}
.content-top-nav li a {
  display: block;
  padding: 0 10px;
  line-height: 31px;
  font-size: 10px;
  border: 1px solid var(--btnline-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--text-color-pink);
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .content-top-nav {
    margin-bottom: 18px;
  }
  .content-top-nav ul {
    grid: auto-flow / repeat(auto-fit, calc((100% - 10px) / 3));
  }
}
@media screen and (max-width: 540px) {
  .content-top-nav ul {
    grid: auto-flow / repeat(auto-fit, calc((100% - 5px) / 2));
  }
}
@media screen and (max-width: 374px) {
  .content-top-nav ul {
    grid: auto-flow / 1fr;
    gap: 0;
  }
  .content-top-nav li:not(:first-child) {
    margin-top: -1px;
  }
}
/* リード部 */
.article-lead {
  padding: 0;
}
.article-lead p:not(:first-of-type) {
  padding-top: 10px;
}
@media screen and (max-width: 680px) {
  .article-lead {
    padding: 0;
  }
}
/* ページ内記事 */
.article-main {
  width: 100%;
}
.article-title {
  font-size: 15px;
  color: var(--text-color-pink);
  margin-bottom: 3px;
  font-weight: bold;
}
h3.article-title {
  font-size: 14px;
}
.article-main + h3.article-title {
  margin-top: 33px;
}
.article-title-no-line {
  font-size: 15px;
  font-weight: bold;
  color: var(--text-color-pink);
  padding: 0 0 0 3px;
  margin-bottom: 14px;
}
.article-title-no-line-blk {
  font-weight: bold;
}
h3.article-title-no-line {
  font-size: 14px;
}
.article-title-strong {
  font-size: 15px;
  font-weight: bold;
}
h3.article-title-strong {
  font-size: 14px;
}
.article-title-strong.pink {
  color: var(--text-color-pink);
}
.catch {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 3px;
  margin-bottom: 14px;
  color: var(--text-color-b);
}
@media screen and (max-width: 680px) {
  .article-title {
    font-size: 13px;
    padding: 0 0 7px 0;
  }
  .article-main + h3.article-title {
    margin-top: 12px;
  }
  h2.article-title {
    font-size: 13px;
  }
  h3.article-title {
    font-size: 13px;
  }
  .article-title-no-line {
    font-size: 13px;
  }
  h3.article-title-no-line {
    font-size: 12px;
  }
  .article-title-line-left {
    font-size: 13px;
  }
  h3.article-title-line-left {
    font-size: 12px;
  }
  .article-title-strong {
    font-size: 13px;
  }
  h3.article-title-strong {
    font-size: 12px;
  }
  .catch {
    font-size: 12px;
  }
}
.article-title-sub {
  font-size: 12px;
  font-weight: bold;
  color: var(--text-color-pink);
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.article-main p {
  margin-bottom: 24px;
}
.article-main > p:last-child {
  margin-bottom: 0;
}
.article-main > p {
  margin-left: 3px;
}
@media screen and (max-width: 680px) {
  .article-main p {
    margin-bottom: 12px;
  }
  .article-main > p {
    margin-left: 0;
  }
}
.article-main-detail {
  margin-bottom: 54px;
  /* margin-bottom: 72px; */
  /* margin-bottom: 55px; */
}
.article-main-detail:last-of-type {
  /* margin-bottom: 110px; */
  margin-bottom: 0;
}
/* .main > div:first-child > .article-top-title:first-child,
  .main > div:first-child > .article-top-title2:first-child,
  .main > div:first-child > .article-top-title3:first-child,
  .main > article:first-child > .article-top-title:first-child,
  .main > div:first-child > .sub-title:first-child,
  .main > div:first-child > .article-title:first-child,
  .main > .article-top-title:first-child,
  .main > div:first-child > p:first-child {
    margin-top: -5px;
  } */
  .article-main-detail.mb68sc {
    margin-bottom: 68px!important;
  }
  .article-main-list.mb68sc {
    margin-bottom: 68px!important;
  }

@media screen and (max-width: 680px) {
  .article-main-detail {
    margin-bottom: 40px!important;
  }
  .article-main-detail.sp-mb58 {
    margin-bottom: 58px!important;
  }
  .article-main-detail.mb54{
    margin-bottom: 50px!important;
  }
  .article-main-detail.mb68sc {
    margin-bottom: 28px!important;
  }
  .article-main-list.account.mb68.mt50{
    margin-bottom: 50px!important;
  }
  .article-main-list.mb68sc {
    margin-bottom: 28px!important;
  }
  .article-main-detail.sp-mb28{
    margin-bottom: 28px!important;
  }
  .article-main-detail.sp-mb50{
    margin-bottom: 50px!important;
  }
  .article-main-detail.form {
    margin-bottom: 35px!important;
  }
  .form .article-main-list.mb75{
    margin-bottom: 35px!important;
  }
  .form .article-main-list.mb84{
    margin-bottom: 35px!important;
  }
  .form .under-link-table.mb84{
    margin-bottom: 35px!important;
  }
  /* .article-main-detail.mb84 {
    margin-bottom: 50px!important;
  } */
  .article-main-detail.beforebanner {
    margin-bottom: 0px;
  }
  .article-main-detail p {
    font-size: 14px;
    padding-left: 0;
  }
}
.article-main-tax {
  font-size: 14px;
  text-align: right;
  /* margin-top: 8px;
  margin-bottom: 20px; */
}
@media screen and (max-width: 680px) {
  .article-main-tax {
    font-size: 12px;
    text-align: center;
    left: 0;
    white-space: nowrap;

    /* margin-bottom: -6px; */
    /* margin-top: 2px; */
  }
  form + .article-main-tax {
    margin-top: 7px;
  }
}
/* ページ画像エリア */
.photo-bc {
  margin: 35px 0 0 0;
  text-align: center;
}
.photo-bc img {
  vertical-align: top;
}
@media screen and (max-width: 680px) {
  .photo-bc img {
    width: 100%;
    height: auto;
  }
}
/* ページ内表 */
/* テーブル */
@media screen and (max-width: 680px) {
  .table-scroll {
    width: 100%; /***/
    overflow-x: scroll;
  }
  .table-scroll table {
    white-space: nowrap;
  }
}
@media screen and (max-width: 480px) {
  .table-scroll {
    width: 86vw !important;
  }
}
/* テーブルヘッダー一行目 */
.table-th-top {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.table-th-top th,
.table-th-top td {
  padding: 13px 32px;
  border: 1px solid var(--ruledline-color);
  font-weight: 500;
  text-align: left;
}
.table-th-top th {
  background-color: var(--list-title-color);
}
@media screen and (max-width: 680px) {
  .table-th-top th {
    padding: 7px 18px;
  }
  .table-th-top td {
    padding: 9px 18px 10px;
  }
}
/* テーブルヘッダー左 */
.table-th-left {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.table-th-left th,
.table-th-left td {
  padding: 13px 32px;
  font-weight: 500;
  text-align: left;
}
.table-th-left th {
  background-color: var(--list-title-color);
  border-top: 1px solid var(--ruledline-color);
  border-bottom: 1px solid var(--ruledline-color);
  border-left: 1px solid var(--ruledline-color);
  width: 35%;
}
.table-th-left td {
  border-top: 1px solid var(--ruledline-color);
  border-bottom: 1px solid var(--ruledline-color);
}
.table-th-left tr td:last-of-type {
  border-right: 1px solid var(--ruledline-color);
}
@media screen and (max-width: 680px) {
  .table-th-left {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .table-th-left tbody,
  .table-th-left tr,
  .table-th-left th,
  .table-th-left td {
    display: block;
    width: unset;
  }
  .table-th-left th {
    padding: 7px 18px;
    border-right: 1px solid var(--ruledline-color);
    border-bottom: none;
  }
  .table-th-left td {
    padding: 9px 18px 10px;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid var(--ruledline-color);
    border-left: 1px solid var(--ruledline-color);
  }
  .table-th-left tr:last-of-type td:last-of-type {
    border-bottom: 1px solid var(--ruledline-color);
  }
}
/* テーブルヘッダー左 sp td横並び */
@media screen and (max-width: 680px) {
  .table-th-left tr.tr-flex-sp {
    display: -ms-grid;
    display: grid;
    grid: auto-flow / 30% 1fr;
  }
  .table-th-left tr.tr-flex-sp th {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .table-th-left tr.tr-flex-sp td {
    padding-top: 0;
    border: none;
  }
  .table-th-left tr.tr-flex-sp td:not(:last-child) {
    border-left: 1px solid var(--ruledline-color);
  }
  .table-th-left tr.tr-flex-sp td:last-child {
    padding-left: 0;
    border-right: 1px solid var(--ruledline-color);
  }
  .table-th-left tr.tr-flex-sp:last-child td {
    border-bottom: 1px solid var(--ruledline-color);
  }
  .table-th-left tr.has-th td {
    padding-top: 9px;
  }
}
/* テーブル型 */

.list-table {
  display: table;
  width: 100%;
}
@media screen and (max-width: 680px) {
  .list-table {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    /* display: block; */
  }
  .list-table dt{
    width: 100%!important;
  }
  .account .list-table dt{
    padding: 14px 20px 11px!important;
    width: 50%!important;
  }
  .list-table:last-child{
    border-bottom: 1px solid var(--ruledline-color);
  }
}
.article-main-list {
  width: 100%;
  margin: 28px auto 0;
  /* margin: 35px auto 0; */
}
.article-main-list.account .list-table dt{
  border-right: none;
}
.table-kome{
  margin-top: 16px;
}
.bt-none{
  border-top: none!important;
}
.list-table dt {
  background-color: var(--list-title-color);
  padding: 13px 16px 14px 22px;;
  /* padding: 23px 16px 20px 20px; */
  /* padding: 31px 16px 28px 20px; */
  display: table-cell;
  width: 190px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  vertical-align: text-top;
  border-top: 1px solid var(--ruledline-color);
  border-left: 1px solid var(--ruledline-color);
  border-right: 1px solid var(--ruledline-color);
  color: var(--text-color);
  box-sizing: border-box;
}
.list-table dt.narrow{
  width: 150px;
}
.account .list-table dt {
  padding: 23px 16px 20px 20px;
  /* padding: 31px 16px 28px 20px; */
}

.list-table.one-row dt {
  border-bottom: 1px solid var(--ruledline-color);
}

.list-table.wc3 dt {
  width: 11%;
}
.list-table.wc4 dt {
  width: 14%;
}
.list-table.wc5 dt {
  width: 16%;
}
.list-table.wc7 dt {
  width: 23%;
}
.list-table.wc8 dt {
  width: 23%;
}
.bb{
  border-bottom: 1px solid var(--ruledline-color);

}

@media screen and (min-width: 681px) {
  .letter .list-table dt {
    padding: 13px 15px 13px 32px;
  }
}
@media screen and (max-width: 680px) {
  .article-main-list.mt0{
    border-top: 1px solid var(--ruledline-color);
  }
  .article-main-list{
    margin-top: 25px!important;
  }
  .list-table dt {
    font-size: 14px;
    padding: 13px 18px 11px;
    webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: unset;
    border-right: 1px solid var(--ruledline-color);
    border-bottom: none;
  }
  .list-cols.plan{
    margin-bottom: 20px;
  }
  .list-cols.plan02{
    border-top: 1px solid var(--ruledline-color);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .article-main-list.plan .list-cols-title,
  .article-main-list.plan .list-cols-item{
    padding: 18px 12px 15px;
  }
  .plan .list-cols-title.ttl,
  .plan .list-cols-item.ttl{
    padding: 14px 6px 11px;
  }
  .sp-bb{
    border-bottom: 1px solid var(--ruledline-color);
  }
  .sp-bb-none{
    border-bottom: none!important;
  }
  .bt-none{
    /* width: 100%; */
    border-top: none!important;
  }
}
/* リスト列型 */
.list-cols {
  display: grid;
  grid: auto / auto-flow;
  align-items: stretch;
  width: 100%;
}
.list-cols.col-cols1 {
  grid: auto / 281px 1fr;
}
.list-cols-item[class*="sub-cols"] {
  padding: 0;
}
.cen{
  text-align: center;
}
.list-cols-item.sub-cols {
  display: grid;
}
.list-cols-item.sub-cols.cols2 {
  grid: auto-flow / 1fr 200px;
}
.sub-cols-item {
  padding: 13px 25px 13px 32px;
}
.sub-cols-item:not(:last-child):not(:nth-last-child(2)) {
  border-bottom: 1px solid var(--ruledline-color);
}
.list-cols.plan02{
  border-bottom: 1px solid var(--ruledline-color);
}
.list-cols.cols1 {
  grid: auto / 190px 310px 1fr;
}
.list-cols.cols2 {
  grid: auto / 190px 310px 1fr;
}
.list-cols.cols3 {
  grid: auto / 190px 134px 1fr;
}
.list-cols.cols4 {
  grid: auto / 190px 134px 1fr;
}
.list-cols.cols5 {
  grid: auto / 190px 134px 1fr;
}
.list-cols.cols6 {
  grid: auto / 190px 330px 1fr;
}
.list-cols.cols7 {
  grid: auto / 150px 150px 1fr;
}
.list-cols.cols8 {
  grid: auto / 190px 150px 1fr;
}
.list-cols.cols9 {
  grid: auto / 190px 134px 1fr;
}
.list-cols.cols10 {
  grid: auto / 190px 134px 1fr;
}
.list-cols.cols11 {
  grid: auto / 190px 134px 1fr;
}
.list-cols.cols12 {
  grid: auto / 320px 1fr 1fr;
}
.list-cols.cols13 {
  grid: auto / 150px 200px 1fr;
}
.list-cols.cols14 {
  width: 880px;
  grid: auto / 360px 134px 1fr;
}
@media (max-width: 768px){
  .list-cols.cols1 {
  grid: auto / 140px 310px 1fr;
}
.list-cols.cols2 {
  grid: auto / 140px 310px 1fr;
}
.list-cols.cols3 {
  grid: auto / 120px 100px 1fr;
}
.list-cols.cols4 {
  width: 620px;
  grid: auto / 150px 118px 1fr;
}
.list-cols.cols5 {
  width: 600px;
  grid: auto / 168px 118px 1fr;
}
.list-cols.cols6 {
  grid: auto / 140px 330px 1fr;
}
.list-cols.cols7 {
  width: 572px;
  grid: auto / 106px 118px 340px;
}
.list-cols.cols8 {
  width: 536px;
  grid: auto / 106px 90px 340px;
}
.list-cols.cols9 {
  width: 580px;
  grid: auto / 156px 90px 340px;
}
.list-cols.cols10 {
  width: 636px;
  grid: auto / 170px 126px 340px;
}
.list-cols.cols11 {
  grid: auto / 140px 120px 1fr;
}
.list-cols.cols12 {
  grid: auto / 320px 1fr 1fr;
}
.list-cols.cols13 {
  width: 420px;
  grid: auto / 120px 160px 1fr;
}
.list-cols.cols14 {
  width: 740px;
  grid: auto / 310px 104px 1fr;
}

}
.list-cols:last-child .list-cols-title {
  border-bottom: 1px solid var(--ruledline-color);
}
.list-cols:last-child .list-cols-item {
  border-bottom: 1px solid var(--ruledline-color);
}
/* .article-main-list dl dd.list-cols-item{
  border-left: 1px solid var(--ruledline-color);
} */
.list-cols-title {
  font-size: 16px;
  font-weight: bold;
  background-color: var(--list-title-color);
  padding: 13px 16px 14px 22px;;
  /* padding: 23px 16px 20px 20px; */
  display: block;
  border-top: 1px solid var(--ruledline-color);
  border-left: 1px solid var(--ruledline-color);
  border-right: 1px solid var(--ruledline-color);
  color: var(--text-color);
}
.list-cols-title.ttl,
.list-cols-item.ttl{
  text-align: center;
  padding: 18px 16px 15px 20px;
}
.list-cols-title.br{
  border-right: 1px solid var(--ruledline-color);
}
.list-cols-title.bg-no{
  background-color: #fff;
}
.list-cols-item {
  font-size: 16px;
  padding: 13px 16px 14px 22px;;
  border-top: 1px solid var(--ruledline-color);
  color: var(--text-color);
}
.list-cols-item.cen{
  padding: 13px 16px 14px 22px;;
}
.plan.js-scrollable{
  overflow-y: hidden!important;
}
.plan .list-cols-item{
  text-align: center;
  /* border-left: 1px solid var(--ruledline-color); */
}
.list-cols-item:last-child {
  border-right: 1px solid var(--ruledline-color);
}
.list-cols .bg {
  background-color: #F1F1F1;
  text-align: left;
}
.list-cols-item.bg.ttl{
  text-align: center;
}
.article-main-list.plan{
  overflow-y: hidden!important;
}
.article-main-list.kousin dt,
.article-main-list.kousin dd{
  padding: 23px 12px 20px 16px;
}
.list-cols.cols14.mb20{
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  .article-main-list.plan{
    overflow-x: scroll;
  }
  .article-main-list.plan2{
    overflow-x: scroll;
    margin-top: 20px;
  }
  .list-cols{
    width: 600px;
  }
  .plan .list-cols-item,
  .plan .list-cols-title{
  padding: 23px 12px 20px;
  }
  .list-cols {
    /* -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block; */
  }
  .list-cols-item.sub-cols.cols2 {
    /* grid: auto-flow / 1fr 182px; */
  }
  .sub-cols-item {
    padding: 9px 18px 10px;
  }
  .list-cols.cols1 {
    grid: unset;
  }
  .list-cols.cols3 {
    display: grid;
    grid: auto auto / 110px 1fr;
  }
  .list-cols.cols3.sp-s {
    display: grid;
    grid: auto auto / 90px 1fr;
  }
  .list-cols.row-2-sp .list-cols-title {    font-size: 14px;
    /* grid-area: 1 / 1 / 2 / 3; */
  }
  .list-cols.row-2-sp .list-cols-item:first-of-type {
    /* grid-area: 2 / 1 / 3 / 2; */
    /* border-right: none; */
  }
  .list-cols.row-2-sp .list-cols-item:last-of-type {
    /* grid-area: 2 / 2 / 3 / 3;
    border-left: none;
    border-bottom: none; */
  }
  .list-cols.row-2-sp:last-child .list-cols-item:first-of-type {
    border-bottom: 1px solid var(--ruledline-color);
  }
  .list-cols.row-2-sp:last-child .list-cols-item:last-of-type {
    border-bottom: 1px solid var(--ruledline-color);
  }
  .list-cols:last-child .list-cols-title {
      border-bottom: 1px solid var(--ruledline-color);
  }
  .list-cols:last-child .list-cols-item {
    border-bottom: unset;
  }
  .list-cols:last-child .list-cols-item:last-child {
    border-bottom: 1px solid var(--ruledline-color);
  }
  .list-cols-title {
    padding: 7px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: unset;
    border-right: 1px solid var(--ruledline-color);
    border-bottom: none;
  }
  .list-cols-item {
    display: block;    font-size: 14px;
    padding: 9px 10px 10px 18px;
    border-top: unset;
    color: var(--text-color);
    border-top: 1px solid var(--ruledline-color);
  }
  .list-cols-item.h0-sp {
    box-sizing: border-box;
    padding: 0;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 370px) {
  .list-cols-item.sub-cols.cols2 {
    display: block;
  }
  .sub-cols-item:not(:last-child):not(:nth-last-child(2)) {
    border-bottom: unset;
  }
  .sub-cols-item:nth-child(even):not(:last-child) {
    border-bottom: 1px solid var(--ruledline-color);
  }
}
/* dt広め */
.list-table dt.width-wide {
  width: 26%;
}
.list-table dt.width-wide-ss {
  width: 170px;
}
.list-table dt.width-wide-m {
  width: 170px;
}
.list-table dt.width-wide-ml {
  width: 170px;
}
.list-table dt.width-wide-l {
  width: 170px;
}
.list-table dt.w180 {
  width: 170px;
}
@media screen and (max-width: 680px) {
  .list-table dt.width-wide {
    padding: 7px 18px;
    width: unset;
  }
  .list-table dt.width-wide-ss {
    padding: 7px 18px;
    width: unset;
  }
  .list-table dt.width-wide-m {
    padding: 7px 18px;
    width: unset;
  }
  .list-table dt.width-wide-ml {
    padding: 7px 18px;
    width: unset;
  }
  .list-table dt.width-wide-l {
    padding: 7px 18px;
    width: unset;
  }
}
.list-table dd {
  display: table-cell;
  background-color: var(--bg-color-content);
  padding: 17px 16px 18px 22px;
  /* padding: 13px 16px 14px 22px;; */
  /* padding: 31px 16px 28px 20px; */
  font-size: 16px;
  border-top: 1px solid var(--ruledline-color);
  border-right: 1px solid var(--ruledline-color);
  /* border-bottom: 1px solid var(--ruledline-color); */
  color: var(--text-color);
}
.list-table.one-row dd {
  border-bottom: 1px solid var(--ruledline-color);
}
.list-table dd.padding-s {
  padding: 13px 25px;
}
.list-table dd a {
  color: var(--text-color);
}
@media screen and (max-width: 680px) {
  .list-table dd {
    width: 100%;
    font-size: 14px;
    padding: 16px 12px 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border-left: 1px solid var(--ruledline-color);
    border-top: none;
  }
  .list-table dd.padding-s {
    padding: 9px 18px 10px;
  }
}
.list-table:last-of-type dt,
.list-table:last-child dd,
.list-table:last-of-type dd {
  border-bottom: 1px solid var(--ruledline-color);
}
.list-table.row1 dt,
.list-table.row1 dd {
  border-bottom: 1px solid var(--ruledline-color);
}
@media screen and (max-width: 680px) {
  .list-table:last-child dt,
  .list-table:last-of-type dt {
    border-bottom: none;
  }
  .list-table.row1 dt {
    border-bottom: none;
  }
  .list-table:last-of-type dt,
  .list-table:last-child dd,
  .list-table:last-of-type dd {
    border-bottom: none;
  }

}
/* テーブル型内側にもテーブル */
.list-table .table2col {
  display: -ms-grid;
  display: grid;
  grid: auto-flow / auto auto;
  padding: 0;
}
.list-table .table2col.col1-s {
  grid: auto-flow / 100px auto;
}
.list-table .table2col.col1-ms {
  grid: auto-flow / 130px auto;
}
.list-table .table2col.col2-l {
  grid: auto-flow / 1fr 235px;
}
.list-table .table2col .table-cell {
  padding: 13px 32px;
  word-break: break-all;
}
.list-table .table2col .table-cell:not(:last-child, :nth-last-child(2)) {
  border-bottom: 1px solid var(--ruledline-color);
}
.list-table .bg {
  background-color: #fafafa;
}
.account .list-table {
  border-right: 1px solid var(--ruledline-color);
}
@media screen and (max-width: 680px) {
  .list-table .table2col.col1-s {
    grid: auto-flow / 80px auto;
  }
  .list-table .table2col.rows-sp {
    grid: unset;
    display: block;
  }
  .list-table .table2col.col2-l {
    grid: auto auto / auto-flow;
  }
  .list-table .table2col .table-cell {
    padding: 9px 18px 10px;
  }
}
/* テーブル型sp時もテーブル */
.list-table2 {
  display: table;
  width: 100%;
}
.list-table2 dt {
  background-color: var(--list-title-color);
  padding: 11px 32px;
  display: table-cell;
  width: 21%;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid var(--ruledline-color);
  border-left: 1px solid var(--ruledline-color);
  color: var(--text-color);
}
.list-table2 dd {
  display: table-cell;
  background-color: var(--bg-color-content);
  padding: 13px 32px;
  border-top: 1px solid var(--ruledline-color);
  border-right: 1px solid var(--ruledline-color);
  color: var(--text-color);
}
.list-table2 dd a {
  color: var(--text-color);
}
.list-table2:last-child dt,
.list-table2:last-child dd {
  border-bottom: 1px solid var(--ruledline-color);
}
.list-table2.row1 dt,
.list-table2.row1 dd {
  border-bottom: 1px solid var(--ruledline-color);
}
@media screen and (max-width: 680px) {
  .list-table2 dt {
    padding: 9px 18px 10px;
  }
  .list-table2 dd {
    padding: 9px 18px 10px;
  }
}
/* テーブル型 上、左タイトル */
.list-table3 {
  display: table;
  width: 100%;
}
.list-table3 .title {
  display: table-cell;
  background-color: var(--list-title-color);
  padding: 13px 32px;
  text-align: left;
  vertical-align: middle;
  color: var(--text-color);
}
.list-table3 .top {
  border-top: 1px solid var(--ruledline-color);
}
.list-table3 .right {
  border-right: 1px solid var(--ruledline-color);
}
.list-table3 .left {
  width: 35%;
  border-left: 1px solid var(--ruledline-color);
}
.list-table3 .bottom {
  border-bottom: 1px solid var(--ruledline-color);
  vertical-align: top;
}
.list-table3 .item {
  display: table-cell;
  background-color: var(--bg-color-content);
  padding: 13px 32px;
  color: var(--text-color);
}
@media screen and (max-width: 680px) {
  .list-table3 title {
    padding: 7px 18px;
  }
  .list-table3 .item {
    padding: 13px 18px;
  }
}
/* テーブル開閉 */
.list-table .list-open + dd {
  padding: 0;
  transition: all 0.25s, -webkit-transform 0.25s;
}
.list-open2 + dd {
  padding: 0;
  transition: all 0.25s, -webkit-transform 0.25s;
}
/* 縦型 */
.list-rows {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
}
.list-rows dt {
  background-color: var(--list-title-color);
  padding: 14px 30px 11px;
  /* padding: 21px 30px 18px; */
  /* padding: 11px 20px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: left;
  border: 1px solid var(--ruledline-color);
  /* border-right: 1px solid var(--ruledline-color);
  border-left: 1px solid var(--ruledline-color); */
  color: var(--text-color);
}
@media screen and (max-width: 680px) {
  .list-rows dt {
    padding: 7px 18px;
  }
}
.list-rows dd {
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--bg-color-content);
  padding: 31px 30px 28px;
  /* padding: 11px 20px 15px; */
  border-right: 1px solid var(--ruledline-color);
  border-left: 1px solid var(--ruledline-color);
  color: var(--text-color);
}
@media screen and (max-width: 680px) {
  .list-rows dd {
    padding: 9px 18px 10px;
  }
}
.list-rows:last-of-type dd {
  border-bottom: 1px solid var(--ruledline-color);
}
/* 縦型開閉 */
.list-open {
  cursor: pointer;
}
.list-open + dd {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.25s, -webkit-transform 0.25s;
}
.list-open.open + dd {
  height: auto;
  max-height: 500px;
}
.list-open-inner {
  padding: 16px 45px 16px 40px;
}
@media screen and (max-width: 680px) {
  .list-open + dd {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.25s, -webkit-transform 0.25s;
  }
  .list-open.open + dd {
    height: auto;
    max-height: 500px;
  }
  .list-open-inner {
    padding: 16px 37px 16px 37px; /* 修正 */
  }
}
/* 表型セクション */
.section-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-right: 1px solid var(--ruledline-color);
  border-left: 1px solid var(--ruledline-color);
  border-bottom: 1px solid var(--ruledline-color);
}
.section-list-title {
  background-color: var(--list-title-color);
  padding: 14px 30px 11px;
  /* padding: 21px 30px 18px; */
  /* padding: 14px 20px 11px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  text-align: left;
  color: var(--text-color);
  font-weight: bold;
  border-bottom: 1px solid var(--ruledline-color);
}
.section-list-title.bt{
  border-top: 1px solid var(--ruledline-color);

}
.list-line-dot.bt{
  border-top: 1px solid var(--ruledline-color);

}
.section-list-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 31px 30px 28px;
  /* padding: 13px 20px; */
  color: var(--text-color);
  font-size: 16px;
}
.section-list-content li{
  font-size: 16px;
}
.section-list-content p{
  font-size: 16px;
}
.section-list-content + .section-list-content {
  border-top: 1px solid var(--ruledline-color);
}
.section-list-content-sub {
  padding-left: 1rem;
}
@media screen and (max-width: 680px) {
  .section-list-content p{
    font-size: 14px;
  }
  .section-list-title {
    font-size: 14px;
    padding: 13px 18px 11px;
  }
  .section-list-content {
    padding: 23px 16px 20px 20px;
    /* padding: 9px 18px 10px; */
  }
  .kiyaku .section-list-content {
    padding: 23px 16px 20px 16px;
    /* padding: 9px 18px 10px; */
  }
  .section-list-content {
    font-size: 14px;
    padding: 16px 12px 20px 20px;
    /* padding: 9px 18px 10px; */
  }
}
/* プラン料金表 */
.article-plan-list{
  width: 100%;
  /* overflow-x: scroll; */
}
.article-plan-list table{
  width: 2012px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-collapse: separate;
}
.article-plan-list table thead th{
  font-size: 16px;
  background-color: var(--list-title-color);
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid var(--ruledline-color);
  border-bottom: 1px solid var(--ruledline-color);
  border-right: 1px solid var(--ruledline-color);
  /* line-height: 1.3;
  padding: 15px 10px 13px; */
  padding: 18px 10px 15px;
  /* padding: 8px 10px 5px; */
}
.article-plan-list table thead th.sti{}

.article-plan-list table tbody th{
  /* width: 160px; */
  font-size: 16px;
  border-bottom: 1px solid var(--ruledline-color);
  padding: 23px 12px 20px 16px;
  /* padding: 15px 20px 11px; */
  background-color: #fff;
  z-index: 10;
  box-sizing: border-box;
}
.article-plan-list table tbody td{
  width: 118px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid var(--ruledline-color);
  border-bottom: 1px solid var(--ruledline-color);
  padding: 23px 16px 20px 20px;
  /* padding: 15px 20px 11px; */
  margin-right: 20px;
box-sizing: border-box;
}
.sti{
  width: 360px!important;
  position: sticky;
  top: 0;
  left: 0;
  border-right: 1px solid var(--ruledline-color);
  font-weight: bold;
  background-color: var(--list-title-color);
  box-sizing: border-box;
}
.sti.bb{
  border-bottom: 2px solid var(--ruledline-color);
}
.sti::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid var(--ruledline-color);
  border-right: 1px solid var(--ruledline-color);
  background-color: var(--list-title-color);
  /* background-color: #fff; */
  z-index: -1;
}
.sti.bg::before{
  background-color: var(--list-title-color);
}
@media (max-width: 680px){
  .article-plan-list table{
    width: 1705px;
  }
  .article-plan-list table tbody th{
    width: 110px;
    font-size: 14px;
    background-color: transparent;
    padding: 18px 12px 15px;
    /* padding: 19px 12px 16px 16px; */
    box-sizing: border-box;
  }
  .article-plan-list table tbody td{
    width: 110px;
    font-size: 14px;
    padding: 19px 12px 16px 16px;
    box-sizing: border-box;
  }
  .article-plan-list table thead th.sti{
    padding: 14px 6px 11px;
  }
  .article-plan-list table thead th{
    width: 110px;
    font-size: 14px;
    padding: 14px 6px 11px;
    box-sizing: border-box;
  }
  .sti{
    width: 310px;
    position: relative;
    background-color: var(--list-title-color);
    box-sizing: border-box;
  }
  .sti::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid var(--ruledline-color);
    /* border-right: none; */
    /* background-color: transparent; */
    z-index: -1;
  }
    .sti.bg{
    position: relative;
    border-left: 1px solid var(--ruledline-color);
  }
  .sti.bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

/* FAQ */
.list-faq dt {
  font-size: 16px;
  font-weight: bold;
}
.list-faq dd {
  font-size: 16px;
  padding: 21px 30px 18px;
  /* padding: 11px 20px 15px; */
}
@media screen and (max-width: 680px) {
  .list-rows.list-faq dt {
    font-size: 14px;
    padding: 13px 18px 11px;
  }
  .list-faq dd {
    font-size: 14px;
    padding: 16px 12px 20px 20px;
    /* padding: 9px 18px 10px; */
  }
}
/* ボタンエリア */
.btn-area-article-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 41px;
}
.article-main + .btn-area-article-bottom {
  margin-top: 41px;
}
.btn-area-article-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  justify-content: left;
  margin-top: 61px;
}
.btn-area-article-inside-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 12px;
}
/* .btn-area-article-inside:not(:last-child) {
    margin-bottom: 30px;
  } */
.btn-area-article-inside-item {
  min-width: 30%;
}
.btn-area-main-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 75px;
}
.btn-area-main-bottom.back{
  margin-top: 100px;
}
@media screen and (max-width: 680px) {
  .btn-area-article-inside-item {
    min-width: 180px;
    width: fit-content;
  }
  .btn-area-article-bottom {
    margin-top: 18px;
  }
  .article-main + .btn-area-article-bottom {
    margin-top: 18px;
  }
  .btn-area-main-bottom {
    margin-top: 30px!important;
    margin-bottom: 36px;
  }
}
/* ボタン */
.btn {
  display: block;
  text-align: center;
  padding: 0;
}
.btn a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  color: var(--button-text-color);
  background-color: var(--button-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0 18px;
  line-height: 23px;
  margin: auto;
  transition: all 0.25s, -webkit-transform 0.25s;
}
.btn2 a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  color: var(--button-color);
  background-color: #fff;
  border: 1px solid var(--button-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0 18px;
  line-height: 21px;
  margin: auto;
  transition: all 0.25s, -webkit-transform 0.25s;
}
.btn-l {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 250px;
  font-weight: bold;
  color: var(--button-text-color);
  background-color: var(--button-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 5px;
  margin: auto;
  transition: all 0.25s, -webkit-transform 0.25s;
}
.btn2-l {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 250px;
  font-weight: bold;
  color: var(--button-color);
  background-color: #fff;
  border: 1px solid var(--button-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 5px;
  margin: auto;
  transition: all 0.25s, -webkit-transform 0.25s;
}
@media screen and (max-width: 680px) {
  .btn a {
    padding: 5px 32px;
  }
}
.btn-sub {
  /* 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-sizing: border-box;
  box-sizing: border-box; 
  min-width: 180px;
  height: 44px;
  line-height: 43px;
  /* min-width: 128px;
  min-height: 25px; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  border: 1px solid var(--btnline-color);
  font-size: 14px;
  /* font-size: 10px; */
  color: var(--text-color-pink);
  /* position:absolute;
    bottom: 30px; */
}
@media screen and (max-width: 680px) {
  .btn-sub {
    min-width: 125px;
    line-height: 42px;
  }
}
/* .form-btn {
  margin: 5px 0;
} */
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/* ボタンスタイル */
input[type="submit"].bnt-form,
input[type="button"].bnt-form,
button.bnt-form {
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 75px;
  background-color: var(--button-color);
  color: var(--button-text-color);
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.25s, -webkit-transform 0.25s;
}
@media screen and (max-width: 680px) {
  input[type="submit"].bnt-form,
  input[type="button"].bnt-form,
  button.bnt-form {
    padding: 5px 44px;
    font-size: 10px;
  }
}
input[type="submit"].bnt-form:disabled,
input[type="button"].bnt-form:disabled,
button.bnt-form:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
/* お問合せエリア */
.inquiry {
  grid-area: inquiry;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* お問合せエリア画像リンク */
@media screen and (max-width: 680px) {
  .inquiry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.inquiry-item {
  height: 131px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  vertical-align: top;
}
.inquiry-item:first-child {
  margin-left: 5px;
}
.inquiry-item:last-child {
  margin-right: 5px;
}
.inquiry-item.inq-mail {
  margin-left: -4px;
}
.inquiry-title {
  font-size: 11px;
  font-weight: 600;
  color: var(--inquiry-color);
  text-align: center;
  margin-bottom: -6px;
}
.inquiry-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.inquiry-detail-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  margin-left: 10px;
}
.inquiry-detail-text .text {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
.inquiry-detail-text .text.line {
  border-bottom: 1px solid var(--text-color-pink);
  padding-bottom: 5px;
}
.inquiry-detail-text img {
  vertical-align: middle;
  margin-right: 5px;
}
.inquiry-detail-text .tel {
  display: inline-block;
  line-height: 24px;
  width: 100%;
  margin: 5px 0 9px 0;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: var(--inquiry-color);
}
.btn-round {
  display: inline-block;
  line-height: 24px;
  border-radius: 12px;
  width: 100%;
  margin: 10px 0;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  color: var(--text-color-white);
  background-color: var(--inquiry-color);
}
.icon-application {
  margin-top: -2px;
}
/* サイドバナー */
.side-banner {
  position: fixed;
  top: 155px;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 100;
}
.side-banne a {
  vertical-align: top;
}
.side-banne a img {
  vertical-align: top;
}
/* olリスト (数字) */
ol.list-number {
  margin-left: 2.5em; /* サイトに合せて調整 */
  margin-top: 1em;
}
ol.list-number li {
  font-size: 16px;
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
ol.list-number li:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -2.5em; /* サイトに合せて調整 */
  width: 2em; /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
/* olリスト .数字 */
ol.list-number-dot {
  margin-left: 2.5em; /* サイトに合せて調整 */
  margin-top: 1em;
}
ol.list-number-dot li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
ol.list-number-dot li:before {
  content: counter(cnt) ".";
  display: inline-block;
  margin-left: -2.5em; /* サイトに合せて調整 */
  width: 2em; /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
/* olリスト (数字) */
ol.list-num-parenthesis {
  margin-left: 2em; /* サイトに合せて調整 */
  margin-top: 1em;
}
ol.list-num-parenthesis li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
ol.list-num-parenthesis li:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -2em; /* サイトに合せて調整 */
  width: 1.5em; /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
/* olリスト 数字) */
ol.list-num-rparenthesis {
  margin-left: 2em; /* サイトに合せて調整 */
  margin-top: 1em;
}
ol.list-num-rparenthesis li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
ol.list-num-rparenthesis li:before {
  content: counter(cnt) ")";
  display: inline-block;
  margin-left: -2em; /* サイトに合せて調整 */
  width: 1.5em; /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
/* olリスト (イロハ) */
ol.list-iroha {
  margin-left: 2.5em; /* サイトに合せて調整 */
  margin-top: 1em;
}
ol.list-iroha li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
ol.list-iroha li:before {
  content: "(" counter(cnt, katakana-iroha) ")";
  display: inline-block;
  margin-left: -2.5em; /* サイトに合せて調整 */
  width: 2em; /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
/* olリスト (カタカナ) */
ol.list-katakana {
  margin-left: 2.5em; /* サイトに合せて調整 */
  margin-top: 1em;
}
ol.list-katakana li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
ol.list-katakana li:before {
  content: "(" counter(cnt, katakana) ")";
  display: inline-block;
  margin-left: -2.5em; /* サイトに合せて調整 */
  width: 2em; /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

/* olリスト (英語小文字) */
ol.list-eng {
  margin-left: 1.5em; /* サイトに合せて調整 */
  margin-top: 1em;
}
ol.list-eng li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
ol.list-eng li:before {
  content: counter(cnt, lower-latin) ".";
  display: inline-block;
  margin-left: -1.5em; /* サイトに合せて調整 */
  width: 1em; /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
/* olリスト (※数字) */
ol.list-komenumber {
  margin-left: 2em; /* サイトに合せて調整 */
  margin-top: 1em;
}
ol.list-komenumber li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
ol.list-komenumber li:before {
  content: "※" counter(cnt);
  display: inline-block;
  margin-left: -2em; /* サイトに合せて調整 */
  width: 1em; /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 680px) {
  ol.list-number li{
    font-size: 14px;
  }
  ol.list-komenumber li {
    font-size: 14px;
  }
}
/* ulリスト ディスク */
ul.list-disc {
  margin-left: 1.5em; /* サイトに合せて調整 */
  margin-top: 1em;
}
ul.list-disc li {
  list-style: disc;
}
/* ulリスト ドット */
ul.list-dot {
  /* margin-left: 1em; */
  margin-top: 1em;
}
ul.list-dot li {
  list-style: none;
  padding: 17px 16px 18px 22px;;
  /* padding: 13px 16px 14px 22px;; */
  /* padding: 23px 16px 20px 20px; */
  /* margin-bottom: 8px; */
}
dd ul.list-dot li{
  font-size: 16px;
}
ul.list-dot li:not(:last-child){
  border-bottom: 1px solid var(--ruledline-color);
}
ul.list li {
  list-style: none;
  padding-left: 20px;
  padding-right: 16px;
  /* margin-bottom: 8px; */
}
ul.list li:before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
  width: 1em;
  text-align: right;
}
@media (max-width: 680px){
  ul.list li {
    font-size: 14px;
    padding-right: 0;
    padding-left: 8px;
  }
}

/* ulリスト ※ */
ul.list-kome li {
  font-size: 16px;
  list-style: none;
  position: relative;
  padding-left: 1.5em;
}
ul.list-kome li:before {
  content: "※";
  display: inline-block;
  margin-left: -1em; /* サイトに合せて調整 */
  width: 1em; /* サイトに合せて調整 */
  text-align: right;
  font-size: inherit;
  color: inherit;
  position: absolute;
  left: 1em;
  top: 0;
}
.kome{
  font-size: 16px;
}
/* ulリスト > */
ul.list-angle {
  margin-left: 1em; /* サイトに合せて調整 */
  margin-top: 1em;
}
ul.list-angle li {
  list-style: none;
}
ul.list-angle li:before {
  content: ">";
  display: inline-block;
  text-indent: -1rem;
  /* width: 1em; サイトに合せて調整 */
  text-align: right;
  font-size: inherit;
  color: inherit;
}
/* ulリスト マーク無し */
ul.list-none {
  margin: 0 0 0 1.5rem;
}
ul.list-none li {
  list-style: none;
  text-indent: -1.5rem;
}
@media screen and (max-width: 680px) {
  dd ul.list-dot li{
    font-size: 14px;
  }
  ul.list-dot li{
    font-size: 14px;
    padding: 16px 13px 17px 20px;
  }
  ul.list-kome li {
    font-size: 14px;
  }
}

/* 画像付きボタン */
.btn-to-mail {
  position: relative;
  display: block;
  margin-top: 16px;
}
.btn-to-mail img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.btn-to-mail-txt {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  margin: -2px 35px 0 0;
  font-size: 19px;
  font-weight: bold;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 680px) {
  .btn-to-mail-txt {
    font-size: 10px;
    margin: -1px 10px 0 0;
  }
}
/* ページ送り */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 41px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.pager li {
  margin: 0 12px;
}
.pager a {
  font-size: 10px;
  color: var(--text-color-pink);
}
.pager-current {
  border-bottom: 1px solid var(--text-color-pink);
}
@media screen and (max-width: 680px) {
  .pager {
    margin-top: 22px;
  }
  .pager li {
    margin: 0 8px;
  }
}
/* トップページに戻る */
.link-top {
  margin: 0;
  padding: 43px 0 41px 0;
  text-align: center;
}
.link-top a {
  color: var(--logo-color);
  text-decoration: underline;
}
@media screen and (max-width: 680px) {
  .link-top {
    margin: 0 -6.5vw;
    padding: 79px 0 67px 0;
  }
}
/* メインコンタクトバナー */
.main-banner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 35px auto;
  padding: 0;
}
.main-banner-img {
  height: auto;
  vertical-align: top;
}
.main-banner img {
  height: auto;
  vertical-align: top;
  margin-bottom: 12px;
}
.main-banner-bottom {
  margin: 0;
  padding: 0;
}
.main-banner-link-top {
  display: block;
  width: 100%;
  text-align: center;
  color: var(--logo-color);
  text-decoration: underline;
}
@media screen and (max-width: 680px) {
  .main-banner {
    margin: 20px 0;
  }
  .main-banner-bottom {
    margin: 30px 0 0 0;
    padding: 0;
  }
  .main-banner-img {
    width: 100%;
    height: auto;
  }
  .main-banner img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .main-banner-link-top {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
@media screen and (max-width: 400px) {
  .main-banner-link-top {
    font-size: 10px;
  }
}
@media screen and (max-width: 300px) {
  .main-banner-link-top {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
/* アイコン3列 */
.article-main-grid {
  display: -ms-grid;
  display: grid;
  grid: auto-flow / repeat(3, 1fr);
  gap: 35px;
  place-content: start space-between;
  margin-bottom: 35px;
}
.article-main-grid-item {
  position: relative;
}
.article-main-grid-item img {
  display: block;
  width: 100%;
  height: auto;
}
.article-main-grid-item .text {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: var(--logo-color);
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .article-main-grid {
    gap: 20px;
    margin-bottom: 20px;
  }
}
/* コピーボタン */
.copy {
  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;
  margin: 0 0 30px 0;
}
.copy-button {
  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-sizing: border-box;
  box-sizing: border-box;
  min-width: 128px;
  min-height: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  border: 1px solid var(--btnline-color);
  font-size: 12px;
  color: var(--text-color-pink);
  line-height: 1;
}
@media screen and (max-width: 680px) {
  .copy-button {
    min-width: 125px;
  }
}
.copy-message {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);

  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: visibility 0s ease 0.2s, opacity 0.2s ease-in-out 0s;
  -webkit-transition: visibility 0s ease 0.2s, opacity 0.2s ease-in-out 0s, z-index 0s 0.3s;
  transition: visibility 0s ease 0.2s, opacity 0.2s ease-in-out 0s, z-index 0s 0.3s;
}
.copy-message.show {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
  -webkit-transition: visibility 0s ease 0.2s, opacity 0.2s ease-in-out 0s;
  transition: visibility 0s ease 0.2s, opacity 0.2s ease-in-out 0s;
}
/* 口コミ */
.review-title .star {
  color: var(--logo-color);
}
.review-title .date {
  display: inline-block;
  margin-left: 10px;
  color: #666;
}
.review-title .aim {
  display: inline-block;
  margin-left: 10px;
  color: #000;
}
.page-banner {
  margin-bottom: 30px;
}
.page-banner img {
  width: 100%;
  height: auto;
}
.banner-link-top {
  display: block;
  width: 100%;
  text-align: center;
  color: var(--logo-color);
  text-decoration: underline;
}
@media screen and (max-width: 680px) {
  .banner-link-top {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 画像背景タイトル */
.title-image1 {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}
.title-image1::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 43px;
  margin-top: -5px;
  margin-right: 10px;
  background-image: url(../img/imgtop/title_03_left.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.title-image1::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 43px;
  margin-top: -5px;
  margin-left: 10px;
  background-image: url(../img/imgtop/title_03_right.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.title-image1 .title-text {
  text-align: center;
}
.title-image1 .sub-title {
  display: inline-block;
  margin-bottom: 6px;
  padding: 0 5px 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-color-pink);
  border-bottom: 2px solid var(--text-color-pink);
  text-align: center;
}
.title-image1 .title {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color-pink);
  text-align: center;
}
.title-image1 .caption {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.title-image2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 407px;
  width: 100%;
  height: 63px;
  padding-left: 79px;
  padding-right: 67px;
  padding-bottom: 22px;
  margin: -2px auto 15px;
  background-image: url(../img/imgtop/title_02.png);
  background-repeat: no-repeat;
  background-position: bottom -3px center;
  background-size: contain;
  line-height: 1.2;
  font-size: 17px;
  font-weight: 700;
  color: var(--text-color-pink);
  text-align: center;
}
@media screen and (max-width: 680px) {
  .title-image2 {
    padding-left: min(59px, calc(87vw * 59 / 407));
    padding-right: min(44px, calc(87vw * 44 / 407));
    font-size: 14px;
    line-height: 1.4;
  }
}
.title-image2-2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 407px;
  height: 63px;
  padding-left: 85px;
  padding-right: 50px;
  padding-bottom: 22px;
  margin: -2px auto 15px;
  background-image: url(../img/imgtop/title_02_before.png);
  background-repeat: no-repeat;
  background-position: bottom -3px left;
  background-size: contain;
  line-height: 1.2;
  font-size: 17px;
  font-weight: 700;
  color: var(--text-color-pink);
  text-align: center;
}
.title-image2-2::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 59px;
  margin: 0 0 -22px 15px;
  background-image: url(../img/imgtop/title_02_after.png);
  background-repeat: no-repeat;
  background-position: bottom -3px right;
  background-size: contain;
}
@media screen and (max-width: 680px) {
  .title-image2-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-width: unset;
    width: 100%;
    height: 63px;
    padding-left: min(59px, calc(87vw * 59 / 407));
    padding-right: min(44px, calc(87vw * 44 / 407));
    padding-bottom: 22px;
    margin: -2px auto 15px;
    background-image: url(../img/imgtop/title_02.png);
    background-repeat: no-repeat;
    background-position: bottom -3px center;
    background-size: contain;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color-pink);
    text-align: center;
  }
  .title-image2-2::after {
    content: none;
  }
}
.title-image3 {
  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;
  max-width: 320px;
  height: 47px;
  margin: 0 auto 10px 0;
  padding-bottom: 5px;
  overflow: visible;
  background-image: url(../img/imgtop/title_02.png);
  background-repeat: no-repeat;
  background-position: bottom -3px left;
  background-size: contain;
  line-height: 1.2;
  font-size: 14px;
  font-weight: bold;
  color: var(--text-color-pink);
  margin-bottom: 14px;
}
.title-bg-pink {
  display: inline-block;
  padding: 4px 10px 1px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  background-color: var(--text-color-pink);
}
.title-bg-pink-round {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  margin: 0 auto 25px auto;
  padding: 3px 20px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background-color: var(--text-color-pink);
}
@media screen and (max-width: 680px) {
  .title-bg-pink-round {
    font-size: 12px;
    margin: 0 auto 20px auto;
  }
}
.link-page-right {
  text-align: right;
}
.attention {
  position: relative;
  font-size: 30px;
  line-height: 1.4;
  color: var(--text-color-pink);
  z-index: 1;
}
.attention::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: -8px;
  bottom: 8px;
  left: -8px;
  background-color: #ffe3ef;
  z-index: -1;
}
.attention-ruby {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color-pink);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.attention2 {
  font-size: 20px;
  color: #646464;
}
.attention3 {
  display: inline-block;
  background-color: #ffdfec;
  padding: 0 8px;
  font-size: 13px;
  text-align: center;
  color: #646464;
}
.attention4 {
  position: relative;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  z-index: 2;
}
.attention4::before {
  position: absolute;
  display: block;
  content: "";
  top: 30%;
  right: -8px;
  bottom: 2px;
  left: -8px;
  background-color: #eadfee;
  z-index: -1;
}
@media screen and (max-width: 680px) {
  .attention4 {
    font-size: 14px;
  }
}
/* 文字＋アイコンリスト */
.list-obj {
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px dotted var(--ruledline-color);
  display: table;
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-obj.top-line {
  border-top: 1px dotted var(--ruledline-color);
}
.list-obj-content {
  padding: 0 60px 0 3px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.list-obj-title {
  font-weight: bold;
  color: var(--logo-color);
}
.list-obj-img {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.list-obj img {
  max-width: 95px;
  height: auto;
  vertical-align: top;
}
.list-obj-title-l {
  font-size: 14px;
  font-weight: bold;
  color: var(--logo-color);
}
a.list-obj-title-l {
  text-decoration: none !important;
}
.list-obj p {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: var(--text-color);
  margin-bottom: 0;
}
.list-obj a {
  text-decoration: underline;
}
@media screen and (max-width: 680px) {
  .list-obj {
    padding: 12px 0;
  }
  .list-obj-content {
    width: auto;
    padding: 0 10px 0 0;
    width: 75%;
  }
  .list-obj-img {
    width: auto;
  }
  .list-obj img {
    width: 100%;
    height: auto;
  }
}
/* アイコン+文字カード */
.list-card {
  display: grid;
  grid: auto / 1fr 1fr 1fr;
  gap: 2px;
  padding: 30px;
  background-color: #ffedf0;
}
.list-card-item {
  display: block;
  padding: 20px;
  background-color: #fff;
}
.list-card-item-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.list-card-item-description {
  display: block;
}
.list-card-item-title {
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--text-color-pink);
  margin: 10px 0 5px;
  text-align: center;
}
.list-card-item-txt {
  font-weight: 500;
}

@media screen and (max-width: 680px) {
  .list-card {
    display: block;
    grid: unset;
    gap: unset;
  }
  .list-card-item {
    display: grid;
    grid: auto / 30% 1fr;
    gap: 10px;
  }
  .list-card-item:not(:last-of-type) {
    margin-bottom: 2px;
  }
  .list-card-item-img {
    align-self: center;
  }
  .list-card-item-title {
    text-align: left;
  }
}
/* ドットラインリスト */
.list-line-dot {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
}
.list-line-dot.top-line {
  border-top: 1px solid #ccc;
}
.list-line-dot-title {
  font-weight: bold;
  /* color: var(--logo-color); */
}
.list-line-dot a {
  text-decoration: underline;
}
h2 + .list-line-dot,
h3 + .list-line-dot {
  padding-top: 6px;
}
h3 + .list-line-dot{
  padding-top: 0;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  h2 + .list-line-dot, h3 + .list-line-dot{
    padding-top: 24px;
  }
  h3 + .list-line-dot{
    padding-top: 10px;
    margin-top: 0;
  }

  .list-line-dot {
    padding: 24px 0;
  }
}
.list-step {
  padding-left: 3px;
  line-height: 1.91px;
}
.list-line-dot-title{
  margin-bottom: 8px;
}
/* 画像ありリスト */
.list-img {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  -ms-grid-columns: 1fr 60px auto;
  grid-template: auto 1fr / 1fr auto;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  padding: 20px 0 20px 3px;
  border-bottom: 1px dotted var(--ruledline-color);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.main-banner + .list-img {
  padding: 20px 0 20px 3px;
  border-top: 1px dotted var(--ruledline-color);
}
.list-img.line-top {
  padding: 20px 0 20px 3px;
  border-top: 1px dotted var(--ruledline-color);
}
.list-img-title {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  margin-top: -5px;
  font-weight: 700;
  color: var(--logo-color);
  margin-bottom: 3px;
}
.list-img.office .list-img-title {
  font-size: 14px;
  margin-bottom: 0;
}
.top-list-img {
  font-size: 14px;
}
.list-img-content {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list-img-link {
  margin-bottom: -5px;
  text-align: right;
}
.list-img-link2 {
  margin-bottom: -5px;
  text-align: right;
  font-size: 10px;
}
.list-img-link2 a {
  display: inline-block;
  margin-left: 8px;
  color: var(--logo-color);
  text-decoration: underline;
}
.list-img .show-detail {
  color: var(--logo-color);
  text-decoration: underline;
  text-align: left;
}
.list-img a {
  color: var(--logo-color);
}
.list-img-img {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 700;
  color: var(--logo-color);
}
.list-img-img img {
  vertical-align: top;
}
.list-img.top-list-img {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 10px;
}
.list-img.top-list-img .list-img-title {
  font-size: 14px;
}
.list-img.rev {
  -ms-grid-rows: auto 1fr;
  -ms-grid-columns: auto 1fr;
  grid-template: auto 1fr / auto 1fr;
}
.rev .list-img-title {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}
.rev .list-img-content {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}
.rev .list-img-img {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
}
@media screen and (max-width: 680px) {
  .list-img {
    grid: auto-flow / 1fr;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
  }
  .list-img-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    grid-area: unset;
    margin-bottom: -2px;
  }
  .list-img.office .list-img-title {
    font-size: 13px;
    margin-bottom: -3px;
  }
  .list-img-content {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    grid-area: unset;
  }
  .list-img-link2 a {
    margin-left: 0;
  }
  .list-img-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    grid-area: unset;
    margin: 14px auto;
    text-align: center;
    max-width: 110px;
    height: auto;
  }
  .list-img-img.l {
    max-width: 165px;
  }
  .list-img-img img {
    margin: 0 auto;
    display: none;
  }

  .list-img-img.img-l img {
    width: 85%;
  }
  .list-img-img.img-m img {
    max-width: 110px;
    margin-top: -4px;
    margin-bottom: -5px;
  }
  .list-img.top-list-img {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
  }
  .list-img.top-list-img .list-img-title {
    font-size: 12px;
  }
  .rev .list-img-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    grid-area: unset;
  }
  .rev .list-img-content {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    grid-area: unset;
  }
  .rev .list-img-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    grid-area: unset;
    margin: 14px auto;
    text-align: center;
  }
}
.lead-img {
  margin: 12px auto 33px;
}
.lead-img img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.btn-square {
  font-size: 22px;
  font-weight: bold;
  width: 80%;
  text-align: left;
  margin: 0 auto;
}
.btn-square-shadow {
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* padding: 0.5em 1em; */
  padding: 5px 2px;
  text-decoration: underline;
  color: var(--logo-color);
  margin-top: 68px;
}
.btn-square-shadow.mypage-link-list-item{
  display: block;
  text-align: center;
}
.btn-square-shadow.mypage-link-list-item.sub{
  display: block;
  text-align: center;
  line-height: 1.3;
  padding: 10px 2px 4px;
}
.btn-square-shadow.mypage-link-list-item span{
  display: block;
  font-size: 14px;
}
.mypage-link-list.option li a.btn-square-shadow{
  margin-top: 56px;
}
.mypage-link-list.option li:not(:last-child){
  margin-bottom: 60px!important;
}
/* .btn-square-shadow:active {
ボタンを押したとき
-webkit-transform: translateY(2px);
transform: translateY(2px); 下に動く
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); 影を小さく
border-bottom: none;
margin-top: 4px;
opacity: 1;
} */
.btn-square-shadow:hover {
  opacity: 0.6;
}

/*グラデーションボタン　赤*/
.btn-square-shadow-red {
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 0.5em 1em; */
  padding: 8px 2px 3px;
  /* padding: 7px 2px 5px; */
  text-decoration: none;
  /* background-color: var(--text-color-pink); ボタン色 */
  /* background: rgb(197 244 255); */
  background: #CE027C!important;
  /* background: rgb(255, 13, 146)!important; */
  /* background: linear-gradient(135deg, rgb(197 244 255) 0%, rgb(252 217 243) 100%); */
  /* background: linear-gradient(135deg, rgb(252 217 243) 0%, rgb(255, 13, 146) 100%); */
  /* color: var(--logo-color); */
  color: #fff!important;
  /* border-bottom: solid 4px #ffb4d9; */
  border-bottom: solid 4px #f720a1;
  /* border-bottom: solid 4px #ff0055; */
  border-radius: 5px;
  text-shadow: #f720a1 1px 1px 1px;
  /* text-shadow: #ff0055 1px 1px 1px; */
}
@media screen and (max-width: 680px) {
  .btn-square-shadow-red,
  .btn-square-shadow .btn-square-shadow {
    width: 100%;
    font-size: 16px;
    padding: 8px 2px 7px;
  }
  .mypage-link-list {
    display: block;
  }
  .sq-btn-footer{
    font-size: 17px;
    margin-top: 41px;
    margin-bottom: 50px;
  }
  .sq-btn-footer.mb75{
    margin-bottom: 0!important;
  }
  .sq-btn-footer.mb84{
    margin-bottom: 0!important;
  }
}

/* .btn-square-shadow-red:active {
  ボタンを押したとき
  -webkit-transform: translateY(2px);
  transform: translateY(2px); 下に動く
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); 影を小さく
  border-bottom: none;
  margin-top: 4px;
  opacity: 1;
} */
.btn-square-shadow-red:hover {
  opacity: 0.7;
}

.btn-submit {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 0.8rem 6rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  outline: none;
  border: none;
}

.btn-submit--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn-submit--orange:hover {
  color: #fff;
  background: #f56500;
}

.top_content_text {
  margin-top: 14px;
}

.article-img {
  display: block;
}

.article-img-item {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
/* .article-top-title5 {
    font-size: 15px;
    color: var(--text-color-pink);
    font-weight: bold;
    margin-bottom: 3px;
    line-height: 1.9;
  }
  @media screen and (max-width: 681px) {
    .article-top-title5 {
      font-size: 13px;
      line-height: 2;
}  
}
  .article-top-title4{
    font-size: 15px;
  } */

aside p.banner-link {
  display: none;
}

.check {
  position: relative;
  padding-left: 30px;
  padding-bottom: 1rem;
}
.check::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  width: 17px;
  height: 17px;
  border: 1px solid var(--text-color);
  border-radius: 2px;
  cursor: pointer;
}
.check::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid var(--text-color);
  border-left: 2px solid var(--text-color);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form-box.checklist .check.list{
  top: 8px;
}
.form-box.checklist .check.list{
  top: 8px;
  cursor: text;
}
.form-box.checklist .check.list::before{
  width: 13px;
  height: 13px;
  top: 4px;
  cursor: text;
}
.form-box.checklist .check.list::after{
  width: 8px;
  height: 4px;
  top: 7px;
  left: 2px;
  cursor: text;
}
/*.check::after
 .branch {
  margin: 60px auto;
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  gap: 52px;
}
.branch-list {
  max-width: 258px;
}
.branch-item {
  margin: 21px 0 8px;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 32px;
  font-weight: 700;
}
.branch-list p {
  text-align: justify;
  line-height: 2.6;
}
.notion {
  text-align: right;
} */

.btn-big {
  font-size: 28px;
}
@media (max-width: 768px){
  .form-box.checklist .check.list{
    top: 3px;
  }
}

/* アンダーラインのリンク */

.under-link-table.menu {
  margin-top: 45px;
}
.under-link-table.pl {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* .under-link {
  font-size: 17px;
  font-size: 22px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2px 5px 13px;
  text-decoration: underline;
  color: var(--logo-color);
  text-shadow: #fff 1px 1px 1px;
  line-height: 1;
} */
 .under-link{
  text-decoration: underline;
 }
.under-link.big {
  font-size: 30px;
}
.list-table.one-row dd {
  border-bottom: 1px solid var(--ruledline-color);
}
.list-table.one-row dt {
  border-bottom: 1px solid var(--ruledline-color);
}
@media (max-width: 768px){
  .under-link-table.mt35.mb40{
    margin-top: 24px!important;
    margin-bottom: 20px!important;
  }
}
/* ボタンのフッター */
.sq-btn-footer {
  margin-top: 61px;
}
.sq-btn-footer.pl {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.txt-list-num {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

/* scrollhint */
.js-scrollable .scroll-hint-icon-white {
  display: none;
}
@media (max-width: 768px){
.js-scrollable .scroll-hint-icon-white {
  display: block;
  width: 220px;
  transform: scale(0.6);
  top: 2px;
  font-size: 20px;
  z-index: 20;
}
.js-scrollable.t20 .scroll-hint-icon-white {
  top: 200px;
  transform: translateY(-50%) scale(0.6);
}
.js-scrollable.t50 .scroll-hint-icon-white {
  top: 50%;
  transform: translateY(-50%) scale(0.6);
}
.scroll-hint-text{
  font-size: 18px!important;
}
}