@charset "UTF-8";
/* CSS Document */


@media screen and (min-width:1200px) {
  .mdv {
    display: none !important;
  }
}

@media screen and (max-width:1200px) {
  .wdv {
    display: none !important;
  }
}

@media screen and (min-width:810px) {
  .spv {
    display: none !important;
  }
}

@media screen and (max-width:810px) {
  .pcv {
    display: none !important;
  }
}

html {
  width: 100%;
  transition: width 0.3s ease;
}

body {
  position: relative;
}

body::after {
  content: '';
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/bg_main.png) no-repeat bottom center / cover;
}

a.off {
  opacity: 0.45;
  pointer-events: none;
}

/*ブロック・スキップ*/
.jump {
  margin: 0;
}

.jump a {
  position: absolute;
  top: -100px;
  left: 0;
  height: 0;
  width: 0;
  font-size: 0%;
}

.txtRd{ color: #FF0000;}
.txtBu{ color: #0072C1;}
a.link_arrow {
  padding-left: 1.2em;
  position: relative;
  display: inline-block;
}
a.link_arrow::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f138';
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  speak: none;
}
#mainContent h2.pageTitle .cap{
  display: block;
  font-size: initial;
  margin-top: 10px;
}

/* HEADER + NAVIGATION */
header {
  width: 100%;
  z-index: 99;
  display: block;
  /* position: sticky; */
  top: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 2rem;
}

.header__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.header__inner h1.logo {
  z-index: 999999;
  margin-right: auto;
}

.header__inner h1 a {
  font-size: min(3.5vw, 15px);
  font-weight: 600;
  color: inherit;
  line-height: 1.4em;
}

.header__inner .headerLogo {
  width: min(40vw, 240px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__inner .headerLogo a {
  display: block;
}

.header__inner .headerLogo a:first-of-type {
  width: 38%;
}

.header__inner .headerLogo a:last-of-type {
  width: 53%;
}


.humberger {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 80px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  order: 4;
}

.humberger.-active {
  display: none;
}

.humberger.-active .humberger__line {
  background-color: transparent;
}

.humberger.-active .humberger__line::before {
  top: 0;
  transform: rotate(45deg);
}

.humberger.-active .humberger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

/*.humberger.-active .humberger__text::before { content: '閉じる'; }*/
.humberger__line {
  display: block;
  height: 3px;
  width: 30px;
  background-color: #444;
  transition: 0.4s;
  border-radius: 2px;
  transform: translate(0);
}

.humberger__line:before,
.humberger__line:after {
  content: '';
  border-radius: 2px;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
  background-color: #444;
}

.humberger__line:before {
  top: -10px;
}

.humberger__line:after {
  top: 10px;
}

/*表示されるナビの設定*/

.header__nav-area {
  z-index: 9;
  height: auto;
  /*width:100%;*/
  /* visibility: visible;
  transition: 0.4s; */
}

/* .header__nav-area.-active {
  right: 0;
  visibility: visible;
} */


.global-navigation__list {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  gap: 10px;
}

.global-navigation-child__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.global-navigation .cat_name_kaito-support {
  font-size: 10px;
  margin-bottom: 5px;
  font-weight: 500;
}

.global-navigation__list>li a.comingSoon {
  color: hsla(0, 0%, 20%, 0.30);
  position: relative;
  pointer-events: none;
}

.global-navigation__list>li a.comingSoon:after {
  position: absolute;
  content: 'Coming Soon';
  color: #333;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  display: block;
}

/*メニューの文字サイズ*/
.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #333;
  font-weight: 700;
  transition: all 0.4s;
  font-size: 1.7rem;
  /*margin: 0 4px 0 8px;*/
  background-color: hsla(229, 100%, 34%, 0);
  border-radius: 8px;
  height: 100%;
  padding: 0.8em;
}

.global-navigation__link:hover,
.global-navigation__link.active {
  color: white;
  background-color: #0272C1;
}

.global-navigation__link.btn_online {
  box-shadow: none !important;
  transform: translateY(0) !important;
  padding-left: 45px;
}

.global-navigation-child__list li:first-of-type {
  border-right: 1px solid #B2B2B2;
  margin-right: 0.5em;
}

.global-navigation-child__list li p {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  padding: 0 0.7em;
}

.global-navigation-child__list li a {
  font-size: 1.6rem;
  color: inherit;
  font-weight: 600;
  padding: 0.7em 0.5em;
  display: block;
}

.global-navigation-child__list li a.active,
.global-navigation-child__list li a:hover {
  color: #fff;
  background-color: #0072C1;
  /* border-radius: 5px; */
}


.global-navigation-child__list li.off a {
  opacity: 0.45;
  pointer-events: none;
}

/*ヘッダー固定後*/
/* .header__nav-area.nav_fixed{ position: fixed; top:10px; transform: translateY(-120%);}
.header__nav-area.nav_fixed.is-show  {transform: translateY(0); animation: DownAnime 2s forwards; display: block !important;}
.header__nav-area.nav_fixed.is-show .global-navigation{box-shadow: 0px 5px 10px hsla(0,0%,0%,0.20);} */

.zoom-link-box {
  position: fixed;
  left: 0;
  top: 230px;
  border-radius: 0 10px 10px 0;
  padding: 10px 7px;
  background: white;
  z-index: 100;
  box-shadow: 0 0 5px hsl(0deg 0% 0% / 30%);
}

.zoom-link-box ul {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.zoom-link-box li p {
  font-size: 12px;
  font-weight: 600;
}

.zoom-link-box li input {
  display: none;
}

.zoom-link-box li label {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  padding: 0;
  font-weight: 600;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  border: 1px solid #0072C1;
  cursor: pointer;
}

.zoom-link-box li label span {
  writing-mode: vertical-rl;
  transform: translateY(0.1em);
  letter-spacing: 0.2em;
  line-height: 1em;
  font-size: 18px;
}

.zoom-link-box li:last-of-type label {
  height: 50px;
}

.zoom-link-box li input:checked+label {
  background: #0072C1;
  color: white;
}

/*ローカルナビゲーション*/
#tit_navi.content {
  padding-bottom: 50px;
}

#tit_navi {
  margin-bottom: 6rem;
}

#tit_navi:first-child {
  margin-top: 30px;
}

.localNavi ol {
  width: 100%;
  background-color: #F2F2F2;
  padding: 2em 3em;
  border-radius: 10px;
  font-weight: 500;
  display: flex;
  gap: 5px 40px;
  flex-wrap: wrap;
}

.localNavi ol li {
  position: relative;
  list-style: none;
  width: fit-content;
}

.localNavi a {
  padding-left: 1.4em;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
}

.localNavi a:before {
  font-weight: 900;
  content: "▼";
  position: absolute;
  left: 0;
  top: 3px;
  speak: none;
  color: #0072C1;
}

/* .localNavi a:hover{ text-decoration: underline;} */

/*共通部品*/
a.btn_online {
  background-color: #FFD700;
  border-radius: 40px;
  padding: 0.8em;
  padding-left: 35px;
  background-image: url("../img/icon_online.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 15px center;
  color: #333;
  font-weight: 600;
  box-shadow: 0 6px 0 hsla(0, 0%, 80%, 0.90);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}

a.btn_online.comingSoon {
  background-color: #eee;
  background-image: url("../img/icon_online_cs.svg");
}

a.btn_online:hover {
  color: #fff;
  background-color: #0072C1;
  box-shadow: 0 0 0 hsla(0, 0%, 80%, 0.90);
  /* transform: translateY(6px); */
  border: #fff 1px solid;
}

a.btn_form {
  font-weight: 600;
  color: #1a0dab;
  border: 3px solid #1a0dab;
  background-color: #fff;
  padding: 0.8em;
  border-radius: 40px;
  text-align: center;
  box-shadow: 0 6px 0 hsla(0, 0%, 80%, 0.90);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}

a.btn_form.comingSoon {
  border-color: #ccc;
}

a.btn_form:hover {
  color: #1a0dab;
  background-color: #ccd2ef;
  box-shadow: 0 0 0 hsla(0, 0%, 80%, 0.90);
  transform: translateY(6px);
  border-color: #ccd2ef;
}

a.btn_form:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f08e";
  margin-left: 0.2em;
  speak: none;
}

a.btn_online.comingSoon,
a.btn_form.comingSoon {
  color: hsla(0, 0%, 20%, 0.30);
  position: relative;
  pointer-events: none;
}

a.btn_online.comingSoon:after,
a.btn_form.comingSoon:after {
  font-family: 'Noto Sans JP', sans-serif;
  position: absolute;
  content: 'Coming Soon';
  color: #333;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  display: block;
}

a.btn_blue {
  background-color: #1a0dab;
  padding: 1.2em;
  padding-left: 2.8em;
  text-align: left;
  width: 290px;
  max-width: 100%;
  margin: 30px auto 0;
  color: #fff;
  border-radius: 40px;
  font-weight: 600;
  display: block;
  position: relative;
  line-height: 1.4;
}

a.btn_blue:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f0da';
  speak: none;
  position: absolute;
  top: 50%;
  left: 1.2em;
  transform: translateY(-50%);
}

a.btn_blue:hover {
  color: #1a0dab;
  background-color: #ccd2ef;
  border-color: #ccd2ef;
}

button.btn_blue {
  background-color: #1a0dab;
  padding: 1.2em;
  padding-left: 2.8em;
  text-align: left;
  width: 290px;
  max-width: 100%;
  margin: 30px auto 0;
  color: #fff;
  border-radius: 40px;
  font-weight: 600;
  display: block;
  position: relative;
  line-height: 1.4;
  border: none;
  transition: all 0.3s ease-in 0s;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.6rem;
}

button.btn_blue:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f0da';
  speak: none;
  position: absolute;
  top: 50%;
  left: 1.2em;
  transform: translateY(-50%);
}

button.btn_blue:hover {
  color: #1a0dab;
  background-color: #ccd2ef;
  border-color: #ccd2ef;
}


@media screen and (max-width:1600px) {

  /* HEADER */
  .header__nav-area {
    width: 100%;
  }

  /* HEADER */
  .header__inner h1.logo {
    order: 1;
  }

  .header__nav-area {
    order: 3;
  }

  .header__inner .headerLogo {
    order: 2;
  }



}

@media screen and (max-width:1300px) {
  #header h1 {
    width: 30%;
  }
}


@media screen and (min-width:980px) {
  .global-navigation {
    background: white;
    border-radius: 10px;
    padding: 1.5rem 3rem;
    box-shadow: 0px 5px 10px hsla(0, 0%, 0%, 0.20);
  }
}

@media screen and (max-width:980px) and (min-width:930px) {
  .global-navigation {
    background: white;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0px 5px 10px hsla(0, 0%, 0%, 0.20);
  }

  .global-navigation__list {
    gap: 5px;
  }


}

@media screen and (min-width:930px) {
  .global-navigation-child__list {
    background: #F4F4F4;
    font-size: 14px;
    padding: 0 0.7em;
    border-radius: 30px;
    height: 100%;
  }
  
  .header__nav-area {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    /* padding-top: 2rem; */
    visibility: visible;
    padding: 2rem 20px;
  }

  .humberger {
    display: none;
  }

  .global-navigation li.cat_name_kaito-support {
    display: none;
  }
}

@media screen and (max-width:930px) {
  .zoom-link-box {
    display: none;
  }

  /* HEADER */
  header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }

  .humberger {
    height: 59px;
    width: 60px;
  }

  .global-navigation__list {
    justify-content: flex-start;
  }

  .header__inner h1.logo {
    padding: 0;
  }

  .header__inner .headerLogo {
    display: none;
  }

  .header__nav-area {
    backdrop-filter: none;
  }

  .global-navigation p.cat_name_kaito-support {
    display: none;
  }

  .global-navigation-child__list {
    justify-content: space-between;
  }

  .global-navigation-child__list li:first-of-type::after,
  .global-navigation__list li.child::after {
    content: '';
    background: #F4F4F4;
    display: block;
    height: 4px;
    flex-basis: 100%;
    border-radius: 10px;
  }

  .global-navigation__list li.child::after {
    margin-top: 10px;
  }

  .global-navigation-child__list {
    gap: 10px 0;
  }

  .global-navigation-child__list li {
    margin-bottom: 0;
  }

  .global-navigation-child__list li:not(:first-of-type) {
    margin-bottom: 20px;
  }

  .global-navigation-child__list li p {
    font-size: 16px;
  }

  .global-navigation-child__list li a {
    padding: 10px 0;
    text-align: center;
    display: block;
  }

  .global-navigation-child__list li:first-of-type {
    flex-basis: 100%;
    border: none;
    margin: 0 0 20px;
  }

  .global-navigation-child__list li:first-of-type::after {
    margin-top: 15px;
  }

  .global-navigation__list li.navi_online a {
    background-position: 30px center;
  }


  /* HEADER */
  header {
    padding: 1rem 1rem 1rem 2rem;
  }

  .header__inner {
    gap: 0 10px;
  }

  .header__inner h1 a {
    line-height: 1.2em;
  }

  .humberger {
    z-index: 99;
  }

  .humberger.-active {
    display: block;
  }

  /* .header__inner h1.logo{ width: 455px; max-width: 60%;} */
  .header__inner .headerLogo {
    padding: 0 80px 0 0；
  }

  .header__nav-area {
    height: 100vh;
    width: 100%;
    visibility: hidden;
    background-color: hsla(0, 0%, 100%, 1);
    position: fixed;
    top: 0;
    backdrop-filter: blur(10px);
  }

  .header__nav-area.-active {
    visibility: visible;
  }

  .global-navigation {
    padding-top: 150px;
    padding-right: 0;
    padding-left: 0;
    width: calc(100% - 60px);
    max-width: 600px;
    margin: 0 auto;
    border-radius: 0;
    background-color: hsla(0, 0%, 100%, 0);
    border: none;
    backdrop-filter: none;
  }

  .global-navigation__list li:not(.child) {
    flex-basis: 48%;
    margin-bottom: 20px;
  }

  .global-navigation-child__list li:first-of-type {
    flex-basis: 100%;
  }

  .global-navigation__list li.navi_online {
    margin-top: 20px;
  }

  .global-navigation__list li.child {
    width: 100%;
  }

  .global-navigation-child__list li a:hover {
    border-radius: 5px;
  }

  .global-navigation__list li.navi_online {
    flex-basis: 100%;
  }

  /*メニューの文字サイズ*/
  .global-navigation__link {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  a.btn_online {
    background-color: #FCC777;
    border-radius: 40px;
    padding-left: 45px;
    background-image: url("../img/icon_online.svg");
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 15px center;
  }

  .global-navigation-child__list {
    flex-wrap: wrap;
  }
}


@media screen and (max-width:640px) {
  a.btn_online {
    padding-left: 0.8em;
  }
}

@media screen and (max-width:480px) {

  /* HEADER */
  a.btn_online {
    padding-left: 1.5em;
  }

  .global-navigation {
    padding-top: 120px;
  }

  .global-navigation__list li {
    width: 100%;
  }

  .global-navigation__link {
    padding: 1em 0;
    font-size: 1.5rem;
  }

  .global-navigation__link.btn_online {
    padding-left: 0;
    padding-right: 0;
  }

  .global-navigation-child__list li {
    margin-bottom: 0 !important;
  }

  .global-navigation-child__list li a {
    font-size: 3.4vw;
  }
}

/* FOOTER */
#footer {
  color: #000;
  padding: 50px 30px 20px;
  width: 100%;
  margin: 0;
  background-color: #fff;
}

#footer .footer_inner {
  width: 100%;
  font-size: 1.2rem;
}

#footer .title {
  margin-bottom: 5rem;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}

#footer span {
  display: inline-block;
}

#footer .ft_nav_wrap {
  flex-basis: calc((100% - 40px) / 2);
}

#footer .ft_nav_wrap .ft_nav {}

#footer .ft_nav_wrap .ft_nav a.off {
  pointer-events: none;
}

#footer .ft_nav_wrap .ft_nav>li+li {
  margin-top: 3rem;
}

#footer .ft_nav_wrap .ft_nav li p,
#footer .ft_nav_wrap .ft_nav li a {
  font-size: 16px;
  color: #0072C1;
  line-height: 1.4;

}

#footer .ft_nav_wrap .ft_nav .ft_nav_tit {
  background: #EEF8FF;
  padding: 0.5em 1em;
  margin-bottom: 1.5rem;
  border-radius: 5px;

}

#footer .ft_nav_wrap .ft_nav .ft_nav_tit::before {
  content: '▶';
  margin-right: 0.5em;
}

#footer .ft_nav_wrap .ft_nav .ft_nav_tit.lblSupport::before,#footer .ft_nav_wrap .ft_nav .ft_nav_tit.lblSonota::before {
  content: '';
  margin-right: 0;
}


#footer .ft_nav_wrap .ft_nav_child {
  padding-left: 1.3em;
}

#footer .ft_nav_wrap .ft_nav_child>li+li {
  margin-top: 15px;
}
#footer .ft_nav_wrap .ft_nav_child>li{position: relative; padding-left: 20px;}
#footer .ft_nav_wrap .ft_nav_child>li::before {
  content: '▶';
  color: #0072C1;
  margin-right: 0.5em;
  position: absolute;
  left: 0px;
  top: 5px;
}


#footer .ft_nav_wrap .ft_nav_child>li a {
  text-decoration: underline;
  text-underline-offset: 0.2em;

}

#footer .ft_nav_wrap:nth-of-type(2) {}

/* #footer .ft_nav_wrap:nth-of-type(2) .ft_nav .ft_nav_tit {
  background: #F5F5F5;
} */

/* #footer .ft_nav_wrap:nth-of-type(2) .ft_nav .ft_nav_tit,
#footer .ft_nav_wrap:nth-of-type(2) .ft_nav li a {
  color: #404040;
} */

#footer .ft_nav_wrap:nth-of-type(2) .ft_nav li:first-of-type .ft_nav_tit {
  background: #FFD700;

}

#footer .ft_nav_wrap:nth-of-type(2) .ft_nav li:first-of-type .ft_nav_tit a {
  color: #000;
  font-weight: bold;
}

#footer .ft_nav_wrap:nth-of-type(2) .ft_nav li:first-of-type p {
  color: #000;
}



/* #footer .ft_nav_wrap:nth-of-type(2) .ft_nav_child>li::before {
  color: #818181;
} */

#footer .footer_lower {
  margin-top: 3rem;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 20px;
  gap: 0 10px;
}

#footer .footer_lower .ft_txt_link {
  order: 1;
  flex-basis: 100%;
  font-size: 1.2rem;
  color: #404040;
}

#footer .footer_lower .ft_txt_link a {
  color: #404040;
}

#footer .footer_lower .ft_txt_link a::before {
  content: '▶';
  margin-right: 0.5em;
}




#footer .footer_logo {
  order: 3;
  flex-basis: min(40%, 384px);
  /* width: min(60vw, 384px); */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .footer_logo a:first-child {
  width: 38%;
  margin-right: 20px;
}

#footer .footer_logo a:nth-child(2) {
  width: 53%;
}

#footer .copyright {
  order: 2;
  flex-basis: calc(60% - 10px);
  font-size: 1.05rem;
  line-height: 1.5;
}

#page-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 90;
  width: 75px;
  transition: all .3s;
  -webkit-transition: all .3s;
}

#page-top.ft {
  bottom: 100px;
}

#page-top a {
  /* pointer-events: all; */
  width: 75px;
  height: 75px;
  font-size: 0;
  text-decoration: none;
  background-image: url("../../common/img/pagetop.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin-left: auto;
}

/* #page-top a:hover { transform: translateY(-5px);} */
/*パンくず*/
.breadcrumb {
  width: 100%;
  max-width: 1140px;
  margin: 20px auto 10px;
  padding: 0 20px;
}

.breadcrumb ol {
  font-size: 1.3rem;
}

.breadcrumb li {
  display: inline;
  margin-left: 0;
}

.breadcrumb li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f0da';
  padding: 0 0.5em;
  speak: none;
}

.breadcrumb li a {
  font-weight: 600;
  color: #333;
}

.breadcrumb li:first-child::before {
  display: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li a.active {
  pointer-events: none;
  color: #333;
  font-weight: 400;
}

/* COMMON PAGE */
#mainContent {
  position: relative;
  padding-bottom: 7rem;
}

.box+.box {
  margin-top: 6rem;
}

.box_in+.box_in {
  margin-top: 3rem;
}

.box_in #tit_navi {
  margin-bottom: 0;
}

.lower_page {
  background-color: #fff;
  border-radius: 30px;
  padding: 25px 25px 60px;
  margin: 0 auto 50px;
}

.lower-inner {
  padding: 0 35px;
}

#mainContent h2.pageTitle {
  font-weight: 600;
  margin: 0 0 60px 0;
  font-size: 2.8rem;
  line-height: 1.3;
  text-align: center;
  font-weight: 500;
  background: #0272C1;
  color: white;
  padding: 5rem 0;
  border-radius: 10px;
}

#mainContent h2.pageTitle span {
  display: inline-block;
}

#mainContent h2.pageTitle span.small_title {
  font-size: 50%;
  display: block;
}

#mainContent h2.pageTitle span.small {
  font-size: 82%;
}

#mainContent h2.pageTitle.flexBox {
  justify-content: center;
  align-items: center;
}

#mainContent h2.pageTitle.flexBox {
  justify-content: center;
  align-items: center;
}

#mainContent h2.pageTitle span.icon {
  display: inline;
  width: fit-content;
  margin-right: 20px;
}

#mainContent h2.pageTitle span.icon img {
  width: 50px;
}

#mainContent h2.pageTitle span.txtBox {
  width: fit-content;
  text-align: left;
  position: relative;
}

#mainContent h2.pageTitle+p.txt {
  font-weight: 700;
  font-size: 1.6rem;
  display: block;
  line-height: 1.4;
  margin-top: -45px;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 20px;
}

#mainContent h2.pageTitle.icon_2 span.txtBox {}

#mainContent h2.pageTitle span.txtBox span.small_title {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}

#mainContent h3 {
  font-weight: 500;
  font-size: 3rem;
  text-align: left;
  line-height: 1.5em;
  position: relative;
}

#mainContent h3.title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 30px;
  background: #0272C1;
  color: white;
  padding: 1rem 2rem;
  border-radius: 5px;
}

#mainContent h3 .sub {
  font-size: 2rem;
}

#mainContent h3 {
  font-weight: 500;
  font-size: 3rem;
  text-align: left;
  line-height: 1.5em;
  position: relative;
}

#mainContent h4.title_sub {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #0072C1;
  padding: 1rem 2rem;
  position: relative;
  padding-left: 3rem;
}

#mainContent h4.title_sub::before {
  content: '';
  background: #CEEBFF;
  width: 10px;
  position: absolute;
  border-radius: 5px;
  left: 0;
  top: 0;
  bottom: 0;
}

#mainContent.abt02 h2.pageTitle,
#mainContent.abt02 h3.title {
  background: #00B3D2;
}

#mainContent.abt03 h2.pageTitle,
#mainContent.abt03 h3.title {
  background: #009999;
}

#mainContent.abt04 h2.pageTitle,
#mainContent.abt04 h3.title {
  background: #800080;
}

.content {
  width: min((calc(100% - 50px)), 1100px);
  box-sizing: border-box;
  margin: 0 auto;
}

.content p {
  line-height: 1.6;
}

#mainContent .content p a {
  line-height: 1em;
  word-wrap: break-word;

}

#mainContent .content .txtBig{
  font-size: 1.2em;
}

.con {
  margin-bottom: 60px;
}

.con p {
  margin-bottom: 40px;
}

.con:last-child {
  margin-bottom: 0;
}

.con .sub_tit {
  color: #001faf;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 12px;
}
dl.ex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
dl.ex dt,
dl.ex dd{
  line-height: 1.7;}
dl.ex dt {
  width: 2em;
}
dl.ex dd {
  width: calc(100% - 2em);
}

.tel_contact_wrap{}
.tel_contact_wrap .inner{ border: 3px solid #FFA500; border-radius: 10px; margin-bottom: 30px;}
.tel_contact_wrap .inner .txt_01{ background: #FFA500; padding: 10px; font-size: min(4vw,24px); text-align: center; font-weight: bold; margin: 0;}
.tel_contact_wrap .inner .txt_box{ padding: 30px; text-align: center;}
.tel_contact_wrap .inner .txt_box p{ line-height: 1.8em;}

.tel_contact{ gap: 30px 20px;}
.tel_contact .item{ width: calc(50% - 10px);}
.tel_contact .item.w100{ width: 100%;}
.tel_contact .item h4.title{ font-weight: 700; margin-bottom: 0.5em; line-height: 1.5; font-size: 1.6rem!important;}
/* .tel_contact .item:first-of-type{ width: 34%;} */
.tel_contact .item:first-of-type h4.title{ letter-spacing: -0.03em;}
.tel_contact .item p.freeDial span:not(.icon){ font-size: 1.2rem;}
.tel_contact .item p.freeDial{ margin-bottom: 10px; display: flex; flex-wrap: wrap; align-items: center; gap: 0.5em;}
.tel_contact .item p.freeDial .icon{ width: 40px; }
.tel_contact .item p.freeDial .icon img{ vertical-align: text-top;}
.tel_contact .item p.freeDial span{ display: inline-block;}
.tel_contact .item p.freeDial .big{ display: inline-block; font-weight: bold; font-size: min(7.5vw, 4rem);; color: #000;}
.tel_contact .item .tel{ font-weight: 700; line-height: 1.4;}
.tel_contact .item .tel > span{ font-size: 1.2rem; font-weight: normal;}
.tel_contact .item .tel h4{font-weight: 700; }
.tel_contact .item .tel .number{ font-size: min(6vw, 2.6rem); margin-top: 5px; display: block; color: #000;}
.tel_contact .item .tel .number:before{ font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f098"; margin-right: 0.2em; speak: none;}
.tel_contact .item.w100{ width: 100%; margin-bottom: 0;}
.tel_contact .item.w100 .tel .number{ display: inline-block;}
@media screen and (max-width:810px) {
  .tel_contact_wrap .inner .txt_box{ text-align: left; padding: 20px;}
  .tel_contact .item{ width: 100% !important; border-bottom: 1px solid #ccc; padding-bottom: 30px;}
  .tel_contact .item:last-child{ padding-bottom: 0; margin-bottom: 0; border-bottom:none;}
}

/* ol li {padding-left: 0; margin-left: 1.5em;} */

/* ANCHOR LINK ADJUST */
* {
  scroll-margin-top: 100px;
}

#pagetop {
  scroll-margin-top: 0;
}

/* ANCHOR LINK */
.anchorLink {
  scroll-margin-top: 0;
  display: block;
  margin: -100px 0 0 0 !important;
  padding: 100px 0 0 0 !important;
  visibility: hidden;
  width: 0px;
  height: 0px;
  text-indent: -9999px;
}

/*よくある御質問ボタン*/
.footer_btn {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 60px;
}

.footer_btn .inner {}

.footer_btn a {
  font-weight: 700;
  color: #fff;
  background-color: #1a0dab;
  font-size: 2rem;
  border-radius: 10px;
  padding: 1.7em 1.7em;
  box-shadow: 0 6px 0 hsla(0, 0%, 75%, 0.90);
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 100%;
  max-width: 600px;
  display: flex;
  margin: 0 auto;
}

.footer_btn a:before {
  margin-right: 0.5em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0da";
  speak: none;
}

.footer_btn a:hover {
  color: #1a0dab;
  background-color: #ccd2ef;
  transform: translateY(6px);
  box-shadow: 0 0 0 hsla(0, 0%, 80%, 0.90);

}

#mainContent .btn_box {
  margin-top: 6rem;
}

#mainContent .btn_box ul {
  display: flex;
  gap: 3rem 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

#mainContent .btn_box li {}

#mainContent .btn_box li a {
  display: flex;
  justify-content: center;
  padding: 1rem;
  background: #696868;
  color: white;
  font-size: 1.8rem;
  padding: 3rem 2rem;
  border-radius: 40px;
  width: min(90vw, 450px);
}

#mainContent .btn_box li a.btn_bu {
  background: #0072C1;
  gap: 2rem;
}

#mainContent .btn_box li a.btn_bu::before {
  content: '▲';
  display: inline-block;
  transform: rotate(90deg);
}


#mainContent .answ-support .list-item{ display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; align-items: normal;}
#mainContent .answ-support .list-item .item{ color: #000; flex-basis: calc((100% - 30px) / 2); background: #FFFACD; border: 3px solid #FFA500; border-radius: 10px; padding: 30px 15px; display: flex;align-items: center; text-decoration: none; gap: 15px;}
#mainContent .answ-support .list-item .item::after{content: ''; flex-basis: 27px;height: 27px;background: url('../img/support-icon.png') no-repeat center center/100% 100%;}
#mainContent .answ-support .list-item .item .img{flex-basis: min(6vw,60px);}
#mainContent .answ-support .list-item .item .txt{ flex-basis: calc(100% - (min(6vw,60px)) - 57px);}
#mainContent .answ-support .list-item .item h4{font-size: 20px;font-weight: 500;line-height:1.05;margin: 0 0 6px;}
#mainContent .answ-support .list-item .item .txt p{line-height: 1.3;margin-bottom: 0;}
#mainContent .answ-support .list-item .item:hover{background: #FFA500;color: #fff;}
#mainContent .answ-support .list-item .item:nth-of-type(2) .txt p{text-indent: -1rem;margin-left: 1rem;}

.btnChart{ max-width: 650px; margin: 0 auto 40px;}
.btnChart a{background-color: #0072C1; border: 2px #0072C1 solid; color: #fff; display: flex; border-radius: 10px; padding: 15px; align-items: center; transition: 0.5s;}
.btnChart a .icon{flex-basis: 130px; margin-right: 10px; text-align: center;}
.btnChart a .icon img{ max-width: 130px;}
.btnChart a p:first-of-type{margin-bottom: 0px;font-size: 2.4rem;}
.btnChart a:hover{ background-color: #fff; color: #0072C1 ;}
.btnChart a em{ display: inline-block; background: white; padding: 3px 10px; border-radius: 30px; color: #000; margin: 0 5px; border: 1px solid #0072C1;}


@media screen and (max-width:1023px) {
  /* FOOTER */

  /* COMMON PAGE */
}


@media screen and (min-width:810px) {
  #footer .footer_lower .ft_txt_link {
    order: 1;
    flex-basis: 100%;
    transform: translateY(1em);
  }
}

@media screen and (max-width:810px) {

  /* COMMON PAGE */
  .lower_page {
    margin: 0 auto 20px;
    width: 100%;
  }
  .lower-inner {
    padding: 0;
  }

  #mainContent h2.pageTitle {
    font-size: 2.3rem;
    margin-bottom: 50px;
    padding-top: 50px;
  }

  #mainContent h2.pageTitle span.icon {
    margin-right: 10px;
  }

  #mainContent h2.pageTitle span.icon img {
    width: 35px;
    margin-right: 8px;
  }

  #mainContent h2.pageTitle span.txtBox {
    max-width: calc(100% - 53px);
  }

  #mainContent h2.pageTitle.icon_2 span.txtBox {
    max-width: calc(100% - 96px);
  }

  #mainContent h2.pageTitle+p.txt {
    margin-bottom: 50px;
  }

  #mainContent h4 {
    font-size: 2.2rem;
  }

  .footer_btn {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
  }

  /*ローカルナビゲーション*/
  #tit_navi:first-child {
    margin-top: 0;
  }

  /*ローカルナビゲーション*/
  .localNavi {}

  .localNavi ol {
    background-color: #fff;
    padding: 0;
    border-radius: 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 5px;
  }

  .localNavi ol li {
    background-color: #F2F2F2;
    border-radius: 30px;
    display: flex;
    width: calc((100% - 10px)/3);
    line-height: 1.2;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.4rem;
  }

  .localNavi a {
    padding: 0.7em 0.5em 0.7em 2.3em;
    display: block;
    width: 100%;
  }

  .localNavi a:hover {
    text-decoration: none;
  }

  .localNavi a:before {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  /* FOOTER */
  #footer {
    padding: 30px 0 20px;
  }

  #footer .footer_logo {
    margin: 2rem 0 0 auto;
  }

  #footer .copyright {
    margin-top: 2rem;
  }

  #page-top {
    width: 55px;
    bottom: 15px;
  }

  #page-top.ft {
    bottom: 130px;
  }

  #page-top a {
    width: 55px;
    height: 55px;
  }
  #mainContent .answ-support .list-item{ gap: 20px;}
  #mainContent .answ-support .list-item .item{ flex-basis: 100%; padding: 20px 15px; flex-wrap: wrap; gap: 10px;}
  #mainContent .answ-support .list-item .item .img { flex-basis: 100%; text-align: center; margin: 0;}
  #mainContent .answ-support .list-item .item .txt{ flex-basis: calc(100% - 37px);}
  #mainContent .answ-support .list-item .item h4{ margin-top: 15px;}
  .btnChart a{ display: block;}
  .btnChart a .icon img{ transform: translateX(15px);}
  .btnChart a p:first-of-type { font-size: 2rem; margin-bottom: 0.5em;}
}

@media screen and (max-width:640px) {
  .breadcrumb ol {
    font-size: 1.3rem;
  }

  /* COMMON PAGE */
  #mainContent h3 {
    font-size: 2.4rem;
  }

  #mainContent .btn_box li a {
    font-size: 1.7rem;
    padding: 2.5rem 1rem;
  }

  #mainContent h2.pageTitle {
    padding: 3rem 0;
  }

  .breadcrumb ol {
    font-size: 1.1rem;
  }

  .class_con {
    border-width: 5px;
  }

  .class_title {
    font-weight: 700;
    font-size: 1.4rem;
  }

  #footer .ft_nav_wrap .ft_nav>li+li,
  #footer .ft_nav_wrap:nth-of-type(2) {
    margin-top: 2rem;
  }

  #footer .ft_nav_wrap .ft_nav li p,
  #footer .ft_nav_wrap .ft_nav li a {
    font-size: 3.6vw;
  }
}

@media screen and (max-width:480px) {
  #footer .footer_lower

  /* FOOTER */
  #footer .title {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 15px;
  }

  #footer .footer_lower {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 5rem;
  }

  #footer .privacy {
    text-align: center;
    margin-bottom: 10px;
  }

  /*パンくず*/
  .breadcrumb ul {
    font-size: 1.1rem;
  }

  /* COMMON PAGE */
  .box+.box {
    margin-top: 4rem;
  }

  #tit_navi {
    margin-bottom: 4rem;
  }

  .lower_page {
    padding: 20px 20px 40px;
  }
    /* .content { padding: 20px 0;} */
  .lower-inner {
    padding: 0;
  }

  .localNavi ol li {
    width: calc((100% - 5px)/2);
  }

  /* .localNavi ol li:nth-child(3n){ margin-right: 5px;}
  .localNavi ol li:nth-child(2n){ margin-right: 0;} */
  .footer_btn a {
    font-size: 4.6vw;
  }

}

@media screen and (max-width:390px) {

  /* FOOTER */
  #footer .title {
    font-size: 4.5vw;
  }
}
