@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
body {
  box-sizing: border-box;
  line-height: normal;
}
body * {
  box-sizing: border-box;
  line-height: 1.3;
}

a {
  color: #000;
}
a.underLine {
  text-decoration: underline;
}
a.underLine:hover {
  color: #a3acd4;
  transition: all 0.2s;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: none;
}

header #gnavi .contentwrap ul li a,
header #gnavi .contentwrap ul li a:visited,
header #gnavi .contentwrap ul li a:active {
  color: #002896;
}

p {
  line-height: 1.5;
  margin: 15px 0;
}

.ib {
  display: inline-block;
  text-decoration: inherit;
}

:root {
  --skyBlue: #00a0f0;
  --skyBlue2: #42a0ea;
  --orange: #f59600;
  --comBlue: #002896;
  --subBlue: #CEEDFD;
  --palegray: #eff4f7;
}

.blueGradation {
  background-image: linear-gradient(to right, #002896, #002896, #00a0f0, #48c0ff);
}

.palegray_bg {
  background: var(--palegray);
}

.txt-comBlue, .txt-com-blue {
  color: var(--comBlue);
}

.txt-skyBlue, .txt-sky-blue {
  color: var(--skyBlue);
}

.txt-skyBlue2, .txt-sky-blue2 {
  color: var(--skyBlue2);
}

.txt-orange, .txt-orange {
  color: var(--orange);
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.notice {
  font-weight: normal;
  font-size: 12px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin: 15px 0;
  padding: 0;
}

.f-content-h1 {
  font-size: 33px;
  color: var(--comBlue);
  font-weight: bold;
  font-synthesis: 1.3;
  text-align: center;
}
.f-content-h2 {
  font-size: 38px;
  font-weight: 300;
  padding-top: 8px;
  color: var(--comBlue);
  font-weight: bold;
  font-synthesis: 1.3;
  text-align: center;
}

.f-maintitle {
  margin-bottom: 72px;
}

.c-leadTitle {
  margin-bottom: 32px;
}

.contentWrap h1, .contentWrap h2, .contentWrap h3, .contentWrap h4, .contentWrap-h1, .contentWrap-h2, .contentWrap-h3, .contentWrap-h4, .l-contentWrap h1, .l-contentWrap h2, .l-contentWrap h3, .l-contentWrap h4, .l-contentWrap-h1, .l-contentWrap-h2, .l-contentWrap-h3, .l-contentWrap-h4 {
  color: var(--comBlue);
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.contentWrap h2, .contentWrap-h2, .l-contentWrap h2, .l-contentWrap-h2 {
  font-size: 38px;
}
.contentWrap h2.top_title, .contentWrap-h2.top_title, .l-contentWrap h2.top_title, .l-contentWrap-h2.top_title {
  font-size: 38px;
}
.contentWrap h2.top_title + p, .contentWrap-h2.top_title + p, .l-contentWrap h2.top_title + p, .l-contentWrap-h2.top_title + p {
  margin-top: 3px;
  color: var(--skyBlue);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
}
.contentWrap h3, .contentWrap-h3, .l-contentWrap h3, .l-contentWrap-h3 {
  margin-bottom: 32px;
  font-size: 30px;
}
.contentWrap h4, .contentWrap-h4, .l-contentWrap h4, .l-contentWrap-h4 {
  margin-bottom: 16px;
  font-size: 18px;
}
.contentWrap p, .l-contentWrap p {
  font-size: 18px;
}

.font12 {
  font-size: 12px !important;
}

.font14 {
  font-size: 14px !important;
}

.font15 {
  font-size: 15px !important;
}

.font16 {
  font-size: 16px !important;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.font24 {
  font-size: 24px !important;
}

@media screen and (max-width: 768px) {
  .notice {
    font-size: 10px !important;
  }
  .sp-font12 {
    font-size: 12px !important;
  }
  .sp-font14 {
    font-size: 14px !important;
  }
  .sp-font15 {
    font-size: 15px !important;
  }
  .sp-font16 {
    font-size: 16px !important;
  }
  .sp-font18 {
    font-size: 18px !important;
  }
  .sp-font20 {
    font-size: 20px !important;
  }
  .sp-font24 {
    font-size: 24px !important;
  }
  .contentWrap h2 {
    font-size: 24px;
  }
  .contentWrap h2, .contentWrap-h2 {
    margin-bottom: 24px;
  }
  .contentWrap h3, .contentWrap-h3 {
    margin-bottom: 24px;
    font-size: 20px;
  }
  a[class^=btn] {
    font-size: 14px;
  }
  .btn01, .btn02 {
    width: 240px;
    height: 40px;
  }
  .btn01::before, .btn02::before {
    right: 24.5px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .btn01 .btn03, .btn02 .btn03 {
    padding-left: 25px;
  }
  .btn01 .btn03::before, .btn02 .btn03::before {
    width: 16px;
    height: 16px;
  }
  .btn01 .btn03::after, .btn02 .btn03::after {
    top: calc(50% - 2px);
    left: 5.5px;
    width: 2.8px;
    height: 2.8px;
  }
  .btn04 {
    height: 24px;
    padding: 0 10px;
  }
  a.btn-change-icon01, a.btn-change-icon02 {
    font-size: 14px;
    height: 40px;
    width: 240px;
  }
  .btn-dl {
    width: 211px;
    height: 40px;
    font-size: 14px;
  }
  .btn-dl ::before {
    right: 21.9px;
    width: 19px;
    height: 20px;
    background: url(houjin/mobacho050/common/images/btn-dl-sp.svg) center no-repeat;
  }
  .page-top {
    width: 48px;
    height: 48px;
    padding-bottom: 8px;
    border-radius: 24px;
  }
  .page-top::before {
    top: 12px;
    left: 17px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .arrow-img-left img, .arrow-img-right img {
    width: 24px;
    height: 24px;
  }
}
.l-subnavi {
  position: sticky;
  top: 0;
  z-index: 999;
}
.l-subnavi .l-subnavi-base {
  position: relative;
  transition: all 0.2s;
}
.l-subnavi .l-subnavi-base .l-subnavi-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 999;
}
.l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
}
.l-subnavi .l-subnavi-base .l-subnavi-wrap .rightBlock {
  display: flex;
  height: 70px;
}
.l-subnavi .l-subnavi-base .l-subnavi-wrap .rightBlock a {
  border: 1px solid;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 200px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 8px;
  text-decoration: none;
}
.l-subnavi .l-subnavi-base .l-subnavi-wrap .rightBlock a.reqinfo {
  border-color: #f59600;
  background-color: #f59600;
  background-position: center top 14px;
  background-image: url(../../images/download.svg);
  background-repeat: no-repeat;
}
.l-subnavi .l-subnavi-base .l-subnavi-wrap .rightBlock a.reqinfo:hover {
  border: 1px solid #f59600;
  background-color: #fff;
  color: #f59600;
  background-image: url(../../images/download_on.svg);
}
.l-subnavi .l-subnavi-base .l-subnavi-wrap .rightBlock a.inquiry {
  border-color: #00a0f0;
  background-color: #00a0f0;
  background-image: url(../../images/contact.svg);
  background-repeat: no-repeat;
}
.l-subnavi .l-subnavi-base .l-subnavi-wrap .rightBlock a.inquiry:hover {
  border: 1px solid #00a0f0;
  background-color: #fff;
  color: #00a0f0;
  background-image: url(../../images/contact_on.svg);
}
.l-subnavi .l-subnavi-base.fixed .l-subnavi-wrap {
  background-color: rgb(255, 255, 255);
}

.subNaviM {
  display: flex;
  align-items: center;
  padding: 0 20px 0 80px;
}
.subNaviM li {
  position: relative;
  width: auto;
}
.subNaviM li.active a::after {
  position: absolute;
  right: 0;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #68bff9;
  content: "";
}
.subNaviM li a {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  height: 70px;
  width: auto;
  color: #002896;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}
.subNaviM li a:hover::after {
  position: absolute;
  right: 0;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: var(--skyBlue);
  content: "";
}
.subNaviM li:nth-of-type(n+2) {
  margin-right: 32px;
  font-weight: 500;
}
.subNaviM .l-subnavi-head {
  margin-right: 32px;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}
.subNaviM .l-subnavi-head a {
  font-size: 18px;
}

.subNavi-cta {
  display: flex;
  justify-content: flex-end;
  height: 70px;
}
.subNavi-cta a {
  border: 1px solid;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 200px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 8px;
  text-decoration: none;
}
.subNavi-cta a.reqinfo {
  border-color: #f59600;
  background-color: #f59600;
  background-position: center top 14px;
  background-image: url(../images/download.svg);
  background-size: 19px;
  background-repeat: no-repeat;
}
.subNavi-cta a.reqinfo:hover {
  border: 1px solid #f59600;
  background-color: #fff;
  color: #f59600;
  background-image: url(../images/download_on.svg);
}
.subNavi-cta a.inquiry {
  border-color: #00a0f0;
  background-color: #00a0f0;
  background-image: url(../images/contact.svg);
  background-position: center top 19px;
  background-size: 22px;
  background-repeat: no-repeat;
}
.subNavi-cta a.inquiry:hover {
  border: 1px solid #00a0f0;
  background-color: #fff;
  color: #00a0f0;
  background-image: url(../images/contact_on.svg);
}

.snavi_title.open::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid var(--comBlue);
  border-right: 2px solid var(--comBlue);
  transform: translateX(-50%) rotate(45deg);
}

.subNaviM .snavi_content {
  display: none;
  position: absolute;
  left: 0;
  top: 69px;
  z-index: 20;
}
.subNaviM .snavi_content a {
  display: block;
  color: #454545;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  text-align: left;
  height: auto;
  width: auto;
  padding: 14px 34px 14px 24px;
  white-space: nowrap;
}
.subNaviM .snavi_content a:hover {
  color: var(--skyBlue);
}
.subNaviM .snavi_content a:hover::after {
  background-color: transparent;
  height: 0;
}

.subNaviM li.active .snavi_content a::after {
  background-color: transparent;
  height: 0;
}

@media screen and (max-width: 1366px) {
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi {
    max-width: 1295px;
    margin-right: 0;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .subNaviM {
    margin-left: 1vw;
    padding: 0 !important;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .subNaviM li:first-of-type {
    margin-right: 5.8vw;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .subNaviM li:nth-of-type(n+2) {
    margin-right: 2.3vw;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap .rightBlock a {
    width: 110px;
    line-height: 1;
    text-align: center;
  }
  .subNavi-cta a {
    width: 110px;
    line-height: 1;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .l-subnavi .l-subnavi-base .l-subnavi-wrap {
    z-index: 10;
    position: relative;
    height: auto;
    margin-bottom: 0px;
    box-shadow: 1px 2px 4px rgba(141, 141, 141, 0.4705882353);
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi {
    justify-content: flex-end;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi ul {
    margin: 0;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .subNaviM {
    position: absolute;
    flex-wrap: wrap;
    width: 100%;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .subNaviM li a:hover::after {
    display: none;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .subNaviM li:first-of-type {
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 65px;
    padding-top: 0;
    padding-left: 24px;
    font-size: 14px;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .subNaviM li:first-of-type a {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .subNaviM li:nth-of-type(n+2) {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .subNaviM li:not(:first-child) {
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: opacity 0.2s;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .subNaviM li.active a::after {
    right: auto;
    bottom: -3px;
    width: 56px;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .subNaviM li:first-child.active a::after {
    content: none;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .subNaviM.open li:not(:first-child) {
    visibility: visible;
    height: auto;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 1;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .subNaviM.open li a {
    justify-content: center;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .subNaviM a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    height: auto;
    padding: 10px 0;
    cursor: pointer;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .subNaviM a:hover {
    color: var(--skyBlue);
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .subNaviM a:focus, .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .subNaviM a:hover {
    outline: none;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .rightBlock {
    width: 50%;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .rightBlock a {
    box-sizing: border-box;
    position: relative;
    width: 33.9%;
    line-height: 1.3;
    text-align: center;
    padding-top: 33px;
    padding-bottom: 0;
    align-items: center;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .rightBlock a.reqinfo {
    padding-right: 4px;
    padding-left: 4px;
    background-position: center top 13px;
    background-size: 16px;
    font-size: 11px;
  }
  .l-subnavi .l-subnavi-base .l-subnavi-wrap #subNavi .rightBlock a.inquiry {
    background-position: center top 16px;
    background-size: 20px;
    font-size: 11px;
  }
  .subNavi-cta {
    width: 50%;
  }
  .subNavi-cta a {
    box-sizing: border-box;
    position: relative;
    width: 33.9%;
    line-height: 1.3;
    text-align: center;
    padding-top: 33px;
    padding-bottom: 0;
    align-items: center;
  }
  .subNavi-cta a.reqinfo {
    padding-right: 4px;
    padding-left: 4px;
    background-position: center top 13px;
    background-size: 16px;
    font-size: 11px;
  }
  .subNavi-cta a.inquiry {
    background-position: center top 16px;
    background-size: 20px;
    font-size: 11px;
  }
  #sp_menu_btn {
    display: block;
    z-index: 1000;
    position: relative;
    width: 32.3%;
    padding-top: 15px;
    padding-bottom: 20px;
    background: var(--comBlue);
    color: #fff;
    text-align: center;
    cursor: pointer;
  }
  #sp_menu_btn.active {
    color: var(--comBlue);
  }
  #sp_menu_btn::after {
    position: absolute;
    bottom: 14px;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px;
    transform: rotate(135deg);
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    content: "";
  }
  #sp_menu_btn.active::after {
    z-index: 100;
    position: absolute;
    right: 0;
    bottom: -5px;
    left: inherit;
    width: 100%;
    height: 100%;
    margin-top: 0;
    transform: inherit;
    border-top: none;
    border-right: none;
    content: "×";
    color: #fff;
    font-size: 38px;
    text-align: center;
  }
  .subNaviM .snavi_content {
    position: relative;
    top: 0;
  }
  .subNaviM .snavi_content a {
    text-align: center;
  }
}
.margin0 {
  margin-bottom: 0;
}
.margin15 {
  margin-bottom: 15px;
}
.margin30 {
  margin-bottom: 30px;
}
.margin40 {
  margin-bottom: 40px;
}
.margin45 {
  margin-bottom: 45px;
}

.l-mainvisual, #mainVisual {
  width: 100%;
  height: 326px;
  background: linear-gradient(to bottom, #002896, #022c99, #124db0 36%, #48c0ff);
  color: #fff;
  text-align: center;
  padding-top: 110px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-mainvisual h1, .l-mainvisual-h1, #mainVisual h1, #mainVisual-h1 {
  display: inline-block;
  padding: 8px 70px 12px;
  border-bottom: 2px solid #fff;
  font-weight: bold;
  font-size: 38px;
  margin-top: 0;
}
.l-mainvisual h2, .l-mainvisual-h2, #mainVisual h2, #mainVisual-h2 {
  padding-top: 8px;
  font-weight: 300;
  font-size: 30px;
}

.l-content-wrap {
  padding: 60px 0 72px;
  color: #000;
}

.l-content-throughRight {
  max-width: 1483px;
  padding-right: 0;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 80px;
}
.l-content-throughLeft {
  max-width: 1483px;
  padding-left: 0;
  box-sizing: border-box;
  margin: 0 auto;
  padding-right: 80px;
}

.l-column-box02a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}
.l-column-box02a .l-column-left_item {
  max-width: 603px;
  margin-right: 40px;
  margin-left: auto;
  width: 51.5%;
}
.l-column-box02a .l-column-right_item {
  width: 51.5%;
}
.l-column-box02a h3 {
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  font-size: 30px;
  color: var(--comBlue);
  font-weight: bold;
}
.l-column-box02a p {
  margin: 32px 0;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .l-mainvisual, #mainVisual {
    padding-top: 0px;
    height: 170px !important;
  }
  .l-mainvisual h1, .l-mainvisual-h1, #mainVisual h1, #mainVisual-h1 {
    font-size: 24px;
    padding: 10px 24px;
    margin: 0;
    border-bottom: none;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .l-mainvisual h1::after, .l-mainvisual-h1::after, #mainVisual h1::after, #mainVisual-h1::after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
    content: "";
  }
  .l-mainvisual h2, .l-mainvisual-h2, #mainVisual h2, #mainVisual-h2 {
    padding: 10px 24px 0;
    font-size: 20px;
  }
  .l-mainvisual h3, .l-mainvisual-h3, #mainVisual h3, #mainVisual-h3 {
    font-size: 20px;
  }
  .l-column-box02a h3 {
    font-size: 20px;
  }
}
.contentWrap {
  padding: 60px 0 72px;
  color: #000;
}
.contentWrap.smallCntBtm0 {
  padding-bottom: 0;
}

.l-contentInner, .contentWrap .contentInner, .contentThroughRight, .contentThroughLeft {
  box-sizing: border-box;
  max-width: 1366px;
  margin: 0 auto;
  padding-right: 80px;
  padding-left: 80px;
}
.l-contentInner > p:first-child, .contentWrap .contentInner > p:first-child, .contentThroughRight > p:first-child, .contentThroughLeft > p:first-child {
  margin-top: 0;
}
.l-contentInner > p:last-child, .contentWrap .contentInner > p:last-child, .contentThroughRight > p:last-child, .contentThroughLeft > p:last-child {
  margin-bottom: 0;
}

.contentThroughRight, .contentThroughLeft {
  max-width: 1483px;
}

.contentThroughLeft {
  padding-left: 0;
}

.contentThroughRight {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .contentWrap {
    padding-top: 48px;
    padding-bottom: 56px;
  }
  .contentWrap .contentInner,
  .contentThroughRight,
  .contentThroughLeft,
  .l-contentInner {
    padding-right: 24px;
    padding-left: 24px;
  }
  .contentThroughLeft {
    padding-left: 0;
  }
  .contentThroughRight {
    padding-right: 0;
  }
  .contentThroughRight .column-box02a div:not(.img-through) {
    width: 100%;
    max-width: none;
    padding-right: 24px;
  }
  .contentThroughRight img, .contentThroughLeft img {
    width: 100%;
    height: auto;
  }
  .contentThroughRight .column-box02a div, .contentThroughLeft .column-box02a div {
    width: 100%;
  }
  .contentThroughRight .column-box02a div:not(.img-through), .contentThroughLeft .column-box02a div:not(.img-through) {
    width: 100%;
    max-width: none;
    padding-right: 24px;
  }
}
.column-box02a {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 30px;
  flex-wrap: wrap;
}
.column-box02a > div {
  box-sizing: border-box;
  width: calc((100% - 24px) / 2);
}
.column-box02a > div.box {
  background: #fff;
  box-shadow: 5px 5px 0px rgba(0, 16, 58, 0.074509);
}

.contentThroughRight .column-box02a {
  flex-wrap: nowrap;
}
.contentThroughRight .column-box02a > div {
  width: 51.5%;
}
.contentThroughRight .column-box02a > div:first-of-type {
  max-width: 603px;
  margin-right: 40px;
  margin-left: auto;
}
.contentThroughRight .img-through {
  text-align: right;
}

.contentThroughLeft .column-box02a, .contentThroughLeft-column-box02a {
  flex-wrap: nowrap;
}
.contentThroughLeft .column-box02a > div, .contentThroughLeft-column-box02a > div {
  width: 51.5%;
}
.contentThroughLeft .column-box02a > div:first-of-type, .contentThroughLeft-column-box02a > div:first-of-type {
  max-width: 603px;
  margin-right: auto;
}
.contentThroughLeft .img-through, .contentThroughLeft-img-through {
  text-align: left;
}

.img-through img {
  max-width: 100%;
}

.column-box03a, .column-box03b {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px 40px;
}
.column-box03a .box, .column-box03a-box, .column-box03b .box, .column-box03b-box {
  display: flex;
  flex-direction: column;
  width: calc((100% - 80px) / 3);
  max-width: 375px;
  background: #fff;
  box-shadow: 5px 5px 0px rgba(0, 16, 58, 0.0745098039);
}
.column-box03a .box p:last-child, .column-box03a-box p:last-child, .column-box03b .box p:last-child, .column-box03b-box p:last-child {
  margin-bottom: 0;
}
.column-box03a .box h3, .column-box03a-box h3, .column-box03b .box h3, .column-box03b-box h3 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 24px;
}

.column-box03a .box figure, .column-box03a-box figure {
  margin-bottom: 0;
}
.column-box03a .box .thumb img, .column-box03a .box-thumb img, .column-box03a-box .thumb img, .column-box03a-box-thumb img {
  width: 100%;
  height: auto;
}
.column-box03a .box .content, .column-box03a .box-content, .column-box03a-box .content, .column-box03a-box-content {
  padding: 0 40px 40px;
}
.column-box03a .box .content p, .column-box03a .box-content p, .column-box03a-box .content p, .column-box03a-box-content p {
  text-align: justify;
  text-justify: inter-ideograph;
  min-height: 91px;
  font-size: 16px;
}
.column-box03a .box h3 img, .column-box03a-box h3 img {
  max-width: 60%;
  max-height: 62px;
  text-align: left;
}
.column-box03a .box .more_btn, .column-box03a .box-more_btn, .column-box03a-box .more_btn, .column-box03a-box-more_btn {
  text-align: right;
}
.column-box03a .box .tag, .column-box03a-box .tag {
  margin: 32px 0;
}
.column-box03a .box .tag li, .column-box03a-box .tag li {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin: 0 24px 16px 0;
  padding: 0 12px;
  border: solid 1px var(--comBlue);
  border-radius: 15px;
  background-color: #fff;
  color: var(--comBlue);
  font-size: 16px;
  letter-spacing: 0.8px;
  text-decoration: none;
}
.column-box03a .box .tag li:last-of-type, .column-box03a-box .tag li:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

.column-box03b {
  padding-top: 35px;
}
.column-box03b .box {
  box-sizing: border-box;
  position: relative;
  padding: 40px;
  box-shadow: none;
  text-align: center;
}
.column-box03b .box .num {
  position: absolute;
  top: -35px;
  left: 20px;
  color: #002896;
  font-weight: 300;
  font-size: 50px;
  line-height: 1.3;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 2.5px;
}

@media screen and (max-width: 768px) {
  .column-box03a, .column-box03b {
    flex-direction: column;
    align-items: center;
  }
  .column-box03a .box, .column-box03b .box {
    width: 100%;
    max-width: 328px;
  }
  .column-box03a .box h3, .column-box03b .box h3 {
    margin-top: 32px;
    margin-bottom: 0;
    font-size: 20px;
  }
  .column-box03a .box .content {
    padding: 0 24px 32px;
  }
  .column-box03a .box .tag {
    margin: 24px 0;
  }
  .column-box03a .box .tag li {
    min-height: 24px;
    margin: 0 10px 16px 0;
    padding: 0 10px;
    font-size: 14px;
  }
  .column-box03a .box .tag li:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
  .column-box03b .box {
    padding: 32px 24px;
  }
  .column-box03b .box .num {
    top: -25px;
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contentThroughRight .column-box02a > div, .contentThroughLeft .column-box02a > div {
    width: 100%;
  }
  .contentThroughRight .column-box02a > div {
    padding-right: 24px;
  }
  .contentThroughLeft .column-box02a > div {
    padding-left: 24px;
  }
  .column-box02a {
    flex-direction: column;
    justify-content: space-between;
  }
  .column-box02a div {
    width: 100%;
  }
  .column-box02a div:not(:last-of-type) {
    margin-right: 0;
  }
}
.btn01, .btn02, .btn03, .btn04 {
  color: #fff;
}
.btn01:hover, .btn02:hover, .btn03:hover, .btn04:hover {
  text-decoration: none;
  transition: all 0.2s;
}
.btn01:hover::before, .btn02:hover::before, .btn03:hover::before, .btn04:hover::before {
  text-decoration: none;
  transition: all 0.2s;
}

.c-btn, .btn01 {
  display: flex;
  position: relative;
  align-items: center;
  width: 295.93px;
  height: 50px;
  margin-bottom: 5px;
  padding: 0 2em 0 24px;
  border: 2px solid;
  border-radius: 25px;
  box-shadow: 3px 5px 0 rgba(0, 40, 150, 0.27);
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}
.c-btn.skyBlue, .btn01.skyBlue {
  border-color: var(--skyBlue);
  background-color: var(--skyBlue);
}
.c-btn.skyBlue:hover, .btn01.skyBlue:hover {
  border: 2px solid var(--skyBlue);
  background-color: #ceedfd;
  color: #00a0f0;
}
.c-btn.skyBlue:hover::before, .btn01.skyBlue:hover::before {
  border-color: #012896;
}
.c-btn.orange, .btn01.orange {
  border-color: var(--orange);
  background-color: var(--orange);
}
.c-btn.orange:hover, .btn01.orange:hover {
  border: 2px solid var(--orange);
  background-color: #ffebcc;
  color: var(--orange);
}
.c-btn.orange:hover::before, .btn01.orange:hover::before {
  border-color: var(--orange);
}
.c-btn.comBlue, .btn01.comBlue {
  border-color: var(--comBlue);
  background-color: var(--comBlue);
}
.c-btn.comBlue:hover, .btn01.comBlue:hover {
  border: 2px solid var(--comBlue);
  background-color: #c8d3f5;
  color: var(--comBlue);
}
.c-btn.comBlue:hover::before, .btn01.comBlue:hover::before {
  border-color: var(--comBlue);
}
.c-btn::before, .btn01::before {
  position: absolute;
  right: 24px;
  width: 11.5px;
  height: 11.5px;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
}

.c-btn-secondery, .btn02 {
  display: flex;
  position: relative;
  align-items: center;
  width: 295.93px;
  height: 50px;
  margin-bottom: 5px;
  padding: 0 2em 0 24px;
  border: 2px solid;
  border-radius: 25px;
  box-shadow: 3px 5px 0 rgba(0, 40, 150, 0.27);
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  background-color: #fff;
}
.c-btn-secondery.comBlue, .btn02.comBlue {
  border-color: var(--comBlue);
  color: var(--comBlue);
}
.c-btn-secondery.comBlue::before, .btn02.comBlue::before {
  border-color: var(--comBlue);
}
.c-btn-secondery.comBlue:hover, .btn02.comBlue:hover {
  border: 2px solid #42a0ea;
  background-color: #ceedfd;
}
.c-btn-secondery.orange, .btn02.orange {
  border-color: var(--orange);
  color: var(--orange);
}
.c-btn-secondery.orange::before, .btn02.orange::before {
  border-color: var(--orange);
}
.c-btn-secondery.orange:hover, .btn02.orange:hover {
  border: 2px solid #f59600;
  background-color: #ffebcc;
  color: #f59600;
}
.c-btn-secondery::before, .btn02::before {
  position: absolute;
  right: 24px;
  width: 11.5px;
  height: 11.5px;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
}

.btn03 {
  box-sizing: border-box;
  display: inline-flex;
  position: relative;
  align-items: center;
  padding-left: 33px;
  color: var(--comBlue);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.8px;
  text-decoration: none;
}
.btn03::before {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--comBlue);
  content: "";
}
.btn03::after {
  position: absolute;
  top: 50%;
  left: 7px;
  width: 5.5px;
  height: 5.5px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
.btn03:hover {
  color: var(--skyBlue);
}
.btn03:hover::before {
  background-color: var(--skyBlue);
}

.btn04 {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 12px;
  border: solid 1px var(--comBlue);
  border-radius: 15px;
  background-color: #fff;
  color: var(--comBlue);
  font-size: 16px;
  letter-spacing: 0.8px;
  text-decoration: none;
}
.btn04:hover {
  background-color: var(--comBlue);
  color: #fff;
}

.underLine {
  text-decoration: underline;
}
.underLine:hover {
  color: #a3acb4;
}

.btn-change-icon01, .btn-change-icon02 {
  box-sizing: border-box;
  display: flex;
  position: relative;
  align-items: center;
  width: 295.93px;
  height: 50px;
  margin-bottom: 5px;
  padding-right: 3.5em;
  padding-left: 24px;
  border: 2px solid;
  border-radius: 25px;
  box-shadow: 3px 5px 0px rgba(0, 40, 150, 0.27);
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.2s;
}
.btn-change-icon01::before, .btn-change-icon02::before {
  position: absolute;
  right: 28px;
  width: 24px;
  height: 19px;
  background: url(../images/contact_on.svg) center no-repeat;
  background-size: contain;
  content: "";
}
.btn-change-icon01:hover::before, .btn-change-icon02:hover::before {
  background-image: url(../images/contact_on.svg);
}

.btn-change-icon01 {
  text-decoration: none;
}
.btn-change-icon01::before {
  background-image: url(../images/contact.svg);
  transform: none;
  border: none;
}
.btn-change-icon01:hover {
  -webkit-box-decoration-break: 2px solid var(--skyBlue2);
          box-decoration-break: 2px solid var(--skyBlue2);
  background-color: #ceedfd;
  text-decoration: none;
  transition: all 0.2s;
  text-decoration: none;
}
.btn-change-icon01:hover::before {
  text-decoration: none;
  transition: all 0.2s;
  background-image: url(../images/contact.svg);
}
.btn-change-icon01.skyBlue {
  border-color: var(--skyBlue);
  background-color: var(--skyBlue);
}
.btn-change-icon01.skyBlue:hover {
  border: 2px solid var(--skyBlue2);
  background-color: #ceedfd;
  color: var(--skyBlue);
}
.btn-change-icon01.skyBlue:hover::before {
  background-image: url(../images/contact_on.svg);
}
.btn-change-icon01.orange {
  border-color: var(--orange);
  background-color: var(--orange);
}
.btn-change-icon01.orange:hover {
  border: 2px solid var(--orange);
  background-color: #ffebcc;
  color: var(--orange);
}
.btn-change-icon01.orange:hover::before {
  background-image: url(../images/contact_o_on.svg);
}
.btn-change-icon01.comBlue {
  border-color: var(--comBlue);
  background-color: var(--comBlue);
}
.btn-change-icon01.comBlue:hover {
  background-color: #c8d3f5;
  color: var(--comBlue);
}
.btn-change-icon01.comBlue:hover::before {
  background-image: url(../images/contact_on.svg);
}

.btn-change-icon02 {
  background-color: #fff;
  text-decoration: none;
}
.btn-change-icon02:hover {
  text-decoration: none;
}
.btn-change-icon02:hover::before {
  background-image: url(../images/contact.svg);
}
.btn-change-icon02.comBlue {
  border-color: var(--comBlue);
  color: var(--comBlue);
}
.btn-change-icon02.comBlue:hover {
  border: 2px solid var(--skyBlue2);
  background-color: #ceedfd;
}
.btn-change-icon02.comBlue:hover::before {
  background-image: url(../images/contact_on.svg);
}
.btn-change-icon02.orange {
  border-color: var(--orange);
  color: var(--orange);
}
.btn-change-icon02.orange::before {
  background-image: url(/common/img/component/contact_o_on.svg);
}
.btn-change-icon02.orange:hover {
  background-color: #ffebcc;
  color: var(--orange);
}
.btn-change-icon02.orange:hover::before {
  background-image: url(/common/img/component/contact_o_on.svg);
}

.btn-dl {
  box-sizing: border-box;
  display: flex;
  position: relative;
  align-items: center;
  width: 216px;
  height: 52px;
  margin-bottom: 5px;
  padding-left: 24px;
  border: 2px solid var(--orange);
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 3px 5px 0px rgba(0, 40, 150, 0.27);
  color: var(--orange);
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}
.btn-dl::before {
  position: absolute;
  right: 28px;
  width: 24px;
  height: 19px;
  background: url(../images/btn-dl.svg) center no-repeat;
  background-size: contain;
  content: "";
}
.btn-dl:hover {
  text-decoration: none;
  transition: all 0.2s;
  border: 2px solid var(--orange);
  background-color: #ffebcc;
  color: var(--orange);
}
.btn-dl:hover::before {
  text-decoration: none;
  transition: all 0.2s;
}

a.page-top, .page-top {
  box-sizing: border-box;
  display: inline-flex;
  position: relative;
  align-items: flex-end;
  justify-content: center;
  width: 66px;
  height: 66px;
  padding-bottom: 16px;
  border-radius: 33px;
  background-color: #002896;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}
a.page-top::before, .page-top::before {
  position: absolute;
  top: 17.7px;
  left: 25.5px;
  width: 11.5px;
  height: 11.5px;
  transform: rotate(-45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
}
a.page-top::before:hover, .page-top::before:hover {
  background-color: var(--skyBlue);
}

.arrow-img-left, .arrow-img-right {
  position: relative;
}
.arrow-img-left img, .arrow-img-right img {
  cursor: pointer;
}
.arrow-img-left:hover .arrow-active, .arrow-img-right:hover .arrow-active {
  opacity: 1;
}
.arrow-img-left .arrow-active, .arrow-img-right .arrow-active {
  position: absolute;
  top: 1px;
  left: 0;
  opacity: 0;
  transition: all 0.2s;
}

.arrow-img-left img {
  transform: rotate(180deg);
}

a.btn-manual-dl:hover,
a.btn-manual-dl:hover::before {
  text-decoration: none;
  transition: all 0.2s;
}

.btn-manual-dl {
  box-sizing: border-box;
  display: flex;
  position: relative;
  align-items: center;
  width: 295.93px;
  height: 50px;
  margin-bottom: 5px;
  padding-left: 24px;
  border: 2px solid var(--comBlue);
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 3px 5px 0px rgba(0, 40, 150, 0.27);
  color: var(--comBlue);
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}
.btn-manual-dl::before {
  position: absolute;
  right: 28px;
  width: 24px;
  height: 19px;
  background: url(/common/img/component/btn-manual-dl.svg) center no-repeat;
  content: "";
}
.btn-manual-dl:hover {
  border: 2px solid var(--skyBlue);
  background-color: #ceedfd;
}

@media screen and (max-width: 1366px) {
  #page-top-area {
    right: 10px;
    left: auto;
  }
}
.c-breadcrumb-wrap, #page-trail_wrap {
  max-width: unset;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  margin-top: 0;
  padding: 13px;
  position: absolute;
  top: 70px;
  color: #000;
  font-size: 12px;
  z-index: 1;
}

.c-breadcrumb, #page-trail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-size: 12px;
}

#info {
  padding: 32px 24px;
}
#info h2 {
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
#info .wrap {
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
#info .wrap .btn {
  position: relative;
  width: 480px;
  height: 80px;
  margin: 0 10px;
}
#info .wrap .btn a {
  box-sizing: border-box;
  display: block;
  z-index: 0;
  position: relative;
  width: 100%;
  font-size: 24px;
  text-align: left;
  text-decoration: none;
}
#info .wrap .btn a span {
  box-sizing: border-box;
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  padding: 23px 30px 22px 51px;
  border: 2px solid var(--comBlue);
  border-radius: 50px;
  background-color: var(--comBlue);
  font-size: 24px;
}
#info .wrap .btn a::before {
  box-sizing: border-box;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 100%;
  height: 100%;
  transform: translateY(5px);
  border-radius: 50px;
  background-color: rgba(0, 40, 150, 0.2705882353);
  content: "";
}
#info .wrap .btn a::after {
  z-index: 3;
  position: absolute;
  content: "";
  color: var(comBlue);
}
#info .wrap .btn a:hover {
  text-decoration: none;
}
#info .wrap .btn a:hover span {
  background-color: #ceedfd;
  transition: all 0.2s;
}
#info .wrap .btn.contact a span {
  border: 2px solid #fff;
  background-color: var(--skyBlue);
  color: #fff;
}
#info .wrap .btn.contact a:hover::after {
  background-image: url(../images/contact_on.svg);
  background-size: cover;
}
#info .wrap .btn.contact a:hover span {
  border: 2px solid var(--skyBlue);
  background-color: #fff;
  color: var(--skyBlue);
}
#info .wrap .btn.contact a::after {
  z-index: 3;
  position: absolute;
  top: 25px;
  right: 31px;
  width: 42px;
  height: 29px;
  background-image: url(../images/contact.svg);
  background-size: cover;
  content: "";
}
#info .wrap .btn.pamph a:hover::after {
  background-image: url(../images/download_on.svg);
  background-size: cover;
}
#info .wrap .btn.pamph a:hover span {
  border: 2px solid var(--orange);
  background-color: #fff;
  color: var(--orange);
}
#info .wrap .btn.pamph a span {
  border: 2px solid #fff;
  background-color: var(--orange);
  color: #fff;
}
#info .wrap .btn.pamph a::after {
  z-index: 3;
  position: absolute;
  top: 18px;
  right: 34px;
  width: 34px;
  height: 42px;
  background-image: url(../images/download.svg);
  background-size: cover;
  content: "";
}
#info .wrap .call {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
#info .wrap .call .free_call {
  box-sizing: border-box;
  display: inline-block;
  width: 126px;
  min-height: 65px;
  margin-top: 10px;
  margin-right: 5px;
  padding: 8px 12px 0;
  border: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
#info .wrap .call .tel {
  padding: 0 10px;
  color: #fff;
  font-size: 42px;
  line-height: 1;
}
#info .wrap .call .tel a {
  color: #fff;
  text-decoration: none;
}
#info .wrap .call .time {
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 5px 20px;
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
}
#info .wrap .box01 {
  width: 100%;
  margin-right: 0;
  text-align: center;
}
#info .wrap .box01 p:first-of-type {
  font-size: 28px;
}
#info .wrap .box01 p:nth-of-type(3) {
  word-wrap: break-word;
  font-size: 50px;
}
#info .wrap .box02 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  #info {
    padding: 32px 24px;
  }
  #info .wrap {
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  #info .wrap .box01 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  #info .wrap .box01 p:first-of-type {
    font-size: 28px;
  }
  #info .wrap .box01 p:nth-of-type(3) {
    word-wrap: break-word;
    font-size: 50px;
  }
  #info .wrap .box02 {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 26px;
  }
  #info .wrap .btn {
    position: relative;
    width: 100%;
    height: auto;
    margin: 10px auto;
  }
  #info .wrap .btn a span {
    width: 100%;
    padding: 15.5px 23px 15.5px 36px;
    font-size: 17px;
  }
  #info .wrap .btn.pamph a:after {
    z-index: 3;
    position: absolute;
    top: 15px;
    right: 23px;
    width: 25px;
    height: 30px;
    background: url(/common/component_2023/images/download.svg);
    background-size: cover;
    content: "";
  }
  #info .wrap .btn.contact a:after {
    z-index: 3;
    position: absolute;
    top: 21px;
    right: 23px;
    width: 25px;
    height: 18px;
    background: url(/common/component_2023/images/contact.svg);
    background-size: cover;
    content: "";
  }
  #info .wrap .call .free_call {
    display: block;
    width: auto;
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 8px 12px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
  }
  #info .wrap .call .tel {
    flex: 1;
    margin: 0;
    padding: 0;
    padding-left: 4vw;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    text-align: center;
  }
  #info .wrap .call .time {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    padding: 0;
    padding-top: 5px;
    border-top: 1px solid #fff;
    border-left: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
  }
  #info h2 {
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
}
.tabWrap {
  background-color: #fff;
}

#tab_label {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
}
#tab_label li {
  display: block;
  position: relative;
  flex: 1;
  margin-bottom: 0;
  padding: 30px 15px;
  float: none;
  border-right: 1px solid #fff;
  background-color: #b0b0b0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
#tab_label li:last-of-type {
  border-right: none;
}
#tab_label li:not(.select):hover {
  background-color: #a3acb4;
  color: #fff;
}
#tab_label .select {
  background-color: var(--skyBlue);
  color: #fff;
}
#tab_label .select::after {
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 15px 25px 0 25px;
  border-style: solid;
  border-color: #00a0f0 transparent transparent transparent;
  content: "";
}

.tabbox {
  padding: 20px 40px 40px;
}
.tabbox .box {
  display: flex;
  justify-content: space-between;
}
.tabbox .box:not(:last-of-type) {
  margin-bottom: 40px;
}
.tabbox .box .thumb {
  width: 40vw;
  max-width: 350px;
}
.tabbox .box .thumb img {
  width: 100%;
  height: auto;
}
.tabbox .box .box-right {
  width: 100%;
  padding-left: 24px;
}
.tabbox .box .box-right a {
  color: #000;
  font-size: 20px;
  text-align: left;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .tabWrap {
    margin: 0;
    background: #fff;
  }
  #tab_label li {
    padding: 20px 7px;
    font-size: 16px;
  }
  .tabbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 24px 32px;
  }
  .tabbox .box {
    flex-direction: column;
    max-width: 297px;
  }
  .tabbox .box:not(:last-of-type) {
    margin-bottom: 32px;
  }
  .tabbox .box h2 {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
  }
  .tabbox .box .box-right {
    padding-left: 0;
  }
  .tabbox .box .box-right a {
    font-size: 14px;
  }
}
.table-normal {
  width: 100%;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  line-height: 1.88;
}
.table-normal tr:first-of-type th {
  box-sizing: border-box;
  height: 60px;
}
.table-normal th {
  background-color: #c7eafd;
}
.table-normal th:first-of-type {
  color: var(--comBlue);
}
.table-normal th.em, .table-normal th.em-top, .table-normal th.em-left, .table-normal th.em-right, .table-normal th.em-bottom {
  background-color: var(--comBlue);
  color: #fff;
}
.table-normal .em-top {
  border-top: 2px solid var(--comBlue);
}
.table-normal .em-left {
  border-left: 2px solid var(--comBlue);
}
.table-normal .em-right {
  border-right: 2px solid var(--comBlue);
}
.table-normal .em-bottom {
  border-bottom: 2px solid var(--comBlue);
}
.table-normal td[class^=em] {
  color: var(--comBlue);
}

.table-normal, .table-normal td, .table-normal th {
  padding: 10px 15px;
  border: 1px solid #99A2AB;
  border-collapse: collapse;
  vertical-align: middle;
  line-height: 1.5;
}
.table-normal li {
  line-height: 1.5;
}

.table-simple {
  background-color: #fff;
  font-size: 18px;
  text-align: left;
}
.table-simple th {
  background-color: #d3dde6;
  line-height: 1.5;
}
.table-simple ul {
  padding: 7px 0 20px;
}
.table-simple ul li {
  position: relative;
  line-height: 1.5;
  list-style-type: none !important;
  vertical-align: middle;
}
.table-simple ul li::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #a3acb4;
  content: "";
}

.table-simple, .table-simple td, .table-simple th {
  padding: 16px 21px;
  border: 1px solid #99A2AB;
  border-collapse: collapse;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .table-scroll {
    padding-bottom: 32px;
    overflow: scroll;
  }
  .table-normal {
    min-width: 500px;
    font-size: 14px;
    line-height: 1.85;
  }
  .table-simple {
    font-size: 14px;
    line-height: 1.85;
  }
  .table-simple th {
    width: auto;
  }
}
dl.accordion {
  border-bottom: solid 1px #a3acb4;
}
dl.accordion dt {
  box-sizing: border-box;
  display: table;
  position: relative;
  width: 100%;
  padding: 40px 160px 25px 0;
  border-top: solid 1px #a3acb4;
  font-weight: bold;
  font-size: 23px;
  cursor: pointer;
}
dl.accordion dt > span {
  color: var(--comBlue);
}
dl.accordion dt.first {
  margin-top: 0;
  border-top: none;
}
dl.accordion dt.close::before {
  position: absolute;
  top: 47px;
  right: 70px;
  width: 26px;
  height: 20px;
  transform: rotate(90deg);
  background: url(/houjin/mobacho050/common/images/link_arrow.png) center no-repeat;
  background-size: contain;
  content: "";
}
dl.accordion dt::before {
  position: absolute;
  top: 47px;
  right: 70px;
  width: 26px;
  height: 20px;
  transform: rotate(270deg);
  background: url(/houjin/mobacho050/common/images/link_arrow.png) center no-repeat;
  background-size: contain;
  content: "";
}
dl.accordion dd {
  max-width: 900px;
  padding: 0 0 50px 40px;
  font-size: 18px;
  line-height: 1.89;
}
dl.accordion dd a {
  color: var(--comBlue);
  text-decoration: none;
}
dl.accordion dd a:hover {
  color: var(--comBlue);
  text-decoration: underline;
}

@media screen and (max-width: 758px) {
  dl.accordion {
    padding-bottom: 20px;
  }
  dl.accordion dt {
    box-sizing: border-box;
    margin-top: 20px;
    padding: 20px 50px 0 0;
    padding-left: 2em;
    font-size: 16px;
    line-height: 1.94;
    text-indent: -2em;
  }
  dl.accordion dt::before {
    top: 30px;
    right: 6px;
    width: 11px;
    height: 15px;
  }
  dl.accordion dt.close::before {
    top: 30px;
    right: 6px;
    width: 11px;
    height: 15px;
    content: "";
  }
  dl.accordion dd {
    padding: 15px 60px 5px 32px;
    font-size: 14px;
    line-height: 1.86;
  }
}
.anchor-link01, .anchor-link02 {
  display: flex;
  flex-wrap: wrap;
}
.anchor-link01 a:hover, .anchor-link02 a:hover {
  text-decoration: none;
  transition: all 0.2s;
}
.anchor-link01 a:hover::before, .anchor-link02 a:hover::before {
  text-decoration: none;
  transition: all 0.2s;
}

.anchor-link01 a {
  box-sizing: border-box;
  display: inline-flex;
  position: relative;
  align-items: center;
  min-width: 280px;
  height: 50px;
  margin-bottom: 5px;
  padding-right: 2.5em;
  padding-left: 24px;
  border: 2px solid #00248b;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 3px 5px 0px rgba(0, 40, 150, 0.27);
  color: var(--comBlue);
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}
.anchor-link01 a::before {
  position: absolute;
  right: 24px;
  width: 11.5px;
  height: 11.5px;
  transform: rotate(135deg);
  border-top: 3px solid var(--comBlue);
  border-right: 3px solid var(--comBlue);
  content: "";
}
.anchor-link01 a:hover {
  border: 2px solid var(--skyBlue);
  background-color: #ceedfd;
}
.anchor-link01 li {
  margin-bottom: 10.8px;
}
.anchor-link01 li:not(:last-of-type) {
  margin-right: 24px;
}

.anchor-link02 a {
  box-sizing: border-box;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 288px;
  padding-bottom: 36px;
  border-bottom: solid 1px #00248b;
  color: var(--comBlue);
  font-weight: bold;
  font-size: 21px;
  text-decoration: none;
}
.anchor-link02 a::before {
  position: absolute;
  bottom: 18px;
  width: 11.5px;
  height: 11.5px;
  transform: rotate(135deg);
  border-top: 2px solid var(--comBlue);
  border-right: 2px solid var(--comBlue);
  content: "";
}
.anchor-link02 li {
  position: relative;
  margin-bottom: 20px;
}
.anchor-link02 li:not(:last-of-type) {
  margin-right: 8.5px;
}
.anchor-link02 li:not(:last-of-type)::after {
  display: block;
  position: absolute;
  top: 0;
  right: -8.5px;
  width: 1px;
  height: 49px;
  background-color: #99a2ab;
  content: "";
}
.anchor-link02 li:not(:first-of-type) {
  margin-left: 8.5px;
}

.news {
  max-height: 300px;
  padding-right: 10px;
  overflow-y: scroll;
}
.news li {
  padding: 5px 0;
}
.news li a {
  display: flex;
  justify-content: flex-start;
  padding: 9px 27px;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}
.news li a > span {
  display: inline-block;
  width: 130px;
  padding-right: 10px;
}/*# sourceMappingURL=style.css.map */