@charset "UTF-8";
.YKKAP-PickupText-color {
  color: #dc1e54;
}

.YKKAP-PickupBanner {
  color: #ffffff;
  background-color: #dc1e54;
  font-size: 13px;
  padding: 1px 4px 0px 4px;
  margin: 0 10px;
  vertical-align: text-bottom;
}

.YKKAP-SolidLineBlack {
  border-top: 1px #333 solid;
  height: 0;
}

.YKKAP-SolidLineGray {
  border-top: 1px #cdcdcd solid;
  height: 0;
}

.YKKAP-SolidLineBlue {
  border-top: 1px solid #0084b9;
  height: 0;
}

.YKKAP-DetailFooterContainer {
  display: flex;
  padding: 42px 30px;
  background-color: #ebf4ff;
  margin-top: 80px; /* 2023.01.27追記 */
}

.YKKAP-DetailFooterContainer .YKKAP-TextL {
  font-size: 16px;
}

.YKKAP-DetailFooterContainer__item > p:not(:first-child) {
  margin-top: 10px;
}

.YKKAP-ContentTable > .YKKAP-ContentTable__item {
  display: flex;
  border-bottom: 1px #000 solid;
}

.YKKAP-ContentTable > .YKKAP-ContentTable__item:first-child {
  border-top: 1px #000 solid;
}

.YKKAP-Margin-Left-0 {
  margin-left: 0;
}

.YKKAP-Margin-Bottom-0 {
  margin-bottom: 0;
}

.note-box {
  background: none;
  font-family: Noto Sans JP, sans-serif !important;
}

.main_txt_02 {
  margin: 20px 0 0;
  background: #ebf2f8;
  font-size: 13px;
  font-weight: 400;
  padding: 30px 20px;
  color: #000;
}

.note-box .main_txt_02 {
  margin-top: 0;
  background: none repeat scroll 0 0 #fff3d5;
  border-radius: 4px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.note-box .main_txt_02 img {
  vertical-align: -2px !important;
  margin-right: 5px;
}

.note-box .main_txt_02 .toiawase {
  font-size: 1.6em;
  font-weight: bold;
}

.note-box .main_txt_02 .toiawase02 {
  margin-left: 1em;
  font-size: 17px;
  font-weight: bold;
  color: #0085ba;
}

.note-box .main_txt_02 .toiawase02 img {
  margin-left: 10px;
  width: auto !important;
}

.note-box .main_txt_02 .toiawase02 img.phone10 {
  margin-left: 44px;
}

.note-box .main_txt_02 .toiawase03 {
  margin-left: 1em;
  font-size: 1.2em;
  color: #0085ba;
}

.note-box .main_txt_02 .toiawase04 {
  margin-left: 1em;
  font-size: 1em;
  color: #ff3333;
}

.orange-background-box {
  margin-top: 0;
  background: none repeat scroll 0 0 #ebf4ff;
  /* #fff3d5 */
  box-sizing: border-box;
  padding: 20px;
}

.YKKAP-page-nav {
  padding: 18px 0;
  border-top: 1px #7fc2dc dotted;
  border-bottom: 1px #7fc2dc dotted;
}

.YKKAP-page-nav-item {
  margin: 0 7px;
}

.YKKAP-page-nav-item:first-child {
  margin-left: 0;
}

.YKKAP-page-nav-item-arrow {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px 3px;
  border: 2px solid;
  border-color: transparent transparent #0084b9 #0084b9;
  transform: rotate(-45deg);
}

.YKKAP-page-nav small {
  font-size: 80%;
  margin-top: 5px;
}

.anchor-link::after {
  flex-shrink: 0 !important;
  margin-left: 8px !important;
  background-position: center !important;
  background-size: contain !important;
  width: 10px !important;
  height: 6px !important;
  background-repeat: no-repeat !important;
  background-image: url(/asset_2021/image/icon_arrow_blue_003.svg) !important;
  display: inline-block !important;
  content: "" !important;
}

/* PC */
@media print, screen and (min-width: 640px) {
  .YKKAP-DetailFooterContainer__item:first-child {
    flex: 0 1 180px;
    align-self: center;
    text-align: center;
    margin-right: 30px;
  }
  .YKKAP-DetailFooterContainer__item {
    /* white-space: nowrap; */
    font-family: Noto Sans JP, sans-serif !important;
  }
  .YKKAP-ContentTable > .YKKAP-ContentTable__item {
    flex-direction: row;
  }
  .YKKAP-ContentTable__item .YKKAP-ContentTable__term {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 50%;
  }
  .YKKAP-ContentTable__item .YKKAP-ContentTable__description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
  .YKKAP-Title2 {
    padding-left: 0px;
  }
  .YKKAP-Title2:after {
    top: inherit;
    width: inherit;
    height: inherit;
    margin-top: inherit;
  }
  .YKKAP-Grid {
    justify-content: space-between;
  }
  .YKKAP-Content .YKKAP-Content {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .YKKAP-DetailFooterContainer__item {
    font-size: 14px !important;
  }
}
/* SP */
@media screen and (max-width: 639px) {
  .YKKAP-Title2 {
    padding-left: 0;
    font-size: 6.4vw;
    line-height: 1.6;
  }
  .YKKAP-Title2:after {
    top: 0;
    width: 0;
    height: 0;
    margin-top: 0;
  }
  .YKKAP-DetailFooterContainer {
    flex-flow: column nowrap;
    padding: 24px 20px;
  }
  .YKKAP-DetailFooterContainer__item:first-child {
    margin-bottom: 5px;
  }
  .YKKAP-DetailFooterContainer__item {
    font-family: Noto Sans JP, sans-serif !important;
  }
  .YKKAP-ContentTable__item {
    flex-direction: column;
  }
  .YKKAP-page-nav {
    padding: 12px 0;
  }
  .YKKAP-page-nav-item {
    display: block;
    margin: 12px 0;
  }
}
.YKKAP-header-child {
  width: 32.5%;
  /*8カラム 11.8*/
  /*7カラム 13.5*/
  /*6カラム 16*/
  /*4カラム 19%*/
  /*4カラム 24%*/
  /*3カラム 32.5%*/
  /*2カラム 49.5%*/
  margin-top: 47px;
}

.YKKAP-child-header.clm4 .YKKAP-header-child {
  width: 24%;
  /*8カラム 11.8*/
  /*7カラム 13.5*/
  /*6カラム 16*/
  /*4カラム 19%*/
  /*4カラム 24%*/
  /*3カラム 32.5%*/
  /*2カラム 49.5%*/
  margin-top: 47px;
}

.YKKAP-header-child-no-hover {
  width: 13.5%;
  /*16*/
  /*18*/
  margin-top: 47px;
}

.YKKAP-header-child:hover .YKKAP-header-line {
  background-color: #0084b9;
}

.YKKAP-header-child:hover .YKKAP-header-line-Text {
  color: #0084b9;
}

.YKKAP-header-child.dead-link:hover .YKKAP-header-line {
  background-color: #bbbbbb;
}

.YKKAP-header-child.dead-link:hover .YKKAP-header-line-Text {
  color: #bbbbbb;
}

.YKKAP-header-line {
  width: 100%;
  height: 5px;
  background-color: #bbbbbb;
  border-radius: 20px;
}

.YKKAP-header-line.active {
  background-color: #0084b9;
}

.YKKAP-header-line-Text {
  font-size: 14px;
  /*16*/
  line-height: 1.4;
  /*1.2*/
  margin-top: 16px;
  text-align: center;
  color: #bbbbbb;
}

.YKKAP-header-line-small-Text {
  font-size: 14px;
}

.YKKAP-header-line-Text.active {
  color: #0084b9;
}

.YKKAP-header-child-menu {
  width: 16%;
  /*11.9*/ /*7カラム 13.6*/ /*6カラム 16*/ /*4カラム 24*/
  height: 60px;
  font-size: 16px;
  margin-top: 25px;
  background-color: #e5e5e5;
  position: relative;
  color: black;
  text-align: center;
}

.YKKAP-header-child-menu.nav2 {
  width: 49.33%;
}

.YKKAP-header-child-menu a {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  height: 60px;
}

.YKKAP-header-child-menu a small {
  margin-top: 5px;
}

.YKKAP-header-child-menu.active,
.YKKAP-header-child-menu:hover {
  background-color: #0084b9;
  color: white;
}

.YKKAP-header-child-menu.active:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -1px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0084b9;
}

.YKKAP-LocalNav__item-1 > span,
.YKKAP-LocalNav__item-1 > a.YKKAP-LocalNav__dead-link {
  color: #cccccc;
  cursor: none;
  pointer-events: none;
}

.YKKAP-LocalNav__item-1 > a.YKKAP-LocalNav__dead-link:after {
  content: "";
  background: none;
}

@media print, screen and (min-width: 640px) {
  .YKKAP-header-child-menu small {
    font-size: 80%;
  }
}
a.no-color {
  color: inherit;
}

.YKKAP-FlexCenter {
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 640px) {
  .YKKAP-Content__inner {
    min-width: auto;
  }
}
.KM-sm {
  display: none;
  width: 100%;
}

.KM-md {
  display: none;
  width: 100%;
}

.KM-lg {
  display: none;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .KM-lg {
    display: inline-block !important;
  }
}
@media print, screen and (min-width: 640px) and (max-width: 767.98px) {
  .KM-md {
    display: inline-block !important;
  }
}
@media screen and (max-width: 639.98px) {
  .KM-sm {
    display: inline-block !important;
  }
}
/* com-bnr-blk */
.com-bnr-blk {
  margin: 0 auto 150px;
  padding: 25px 0 0;
  font-family: Noto Sans JP, sans-serif !important;
  width: 100%;
  max-width: 800px;
}

.com-bnr-blk img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

.com-bnr-blk a:hover {
  opacity: 0.8;
}

.com-bnr-blk .hl-01 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 500;
  margin: 100px 0 40px;
  text-align: center;
  color: #000;
}

.com-bnr-blk .bnr-01 {
  margin: 32px auto 0;
}

.com-bnr-blk .bnr-02 {
  margin: 32px auto 0;
}

.com-bnr-blk .txt-01 {
  font-size: 18px;
  line-height: 1.75;
  margin: 20px 0 0;
  color: #000;
}

.com-bnr-blk .txt-02 {
  font-size: 16px;
  line-height: 1.75;
  margin: 10px 0 0;
  color: #000;
}

.com-bnr-blk .txt-03 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  margin: 40px 0 0;
  color: #000;
}

.com-bnr-blk .txt-04 {
  font-size: 14px;
  line-height: 1.57;
  margin: 14px 0 0;
  color: #545a5f;
  padding-left: 1em;
  text-indent: -1em;
}

.com-bnr-blk .txt-04::before {
  content: "●";
  color: #67b6d5;
}

.com-bnr-blk .blk-01 {
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
}

.com-bnr-blk .blk-01 .box-01 {
  width: 47.5%;
}

@media screen and (max-width: 768px) {
  .com-bnr-blk {
    margin: 0 auto 80px;
    padding: 1px 0 0;
    font-family: Noto Sans JP, sans-serif !important;
    width: 100%;
    max-width: 800px;
  }
  .com-bnr-blk .hl-01 {
    font-size: 22px;
    line-height: 1.45;
    font-weight: 500;
    margin: 50px -7px 15px;
    text-align: center;
  }
  .com-bnr-blk .bnr-01 {
    margin: 15px auto 0;
  }
  .com-bnr-blk .bnr-02 {
    margin: 30px auto 0;
  }
  .com-bnr-blk .txt-01 {
    font-size: 12px;
    line-height: 1.66;
    margin: 10px 0 0;
  }
  .com-bnr-blk .txt-02 {
    font-size: 12px;
    line-height: 1.66;
    margin: 10px 0 0;
  }
  .com-bnr-blk .txt-03 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.57;
    margin: 20px 0 0;
  }
  .com-bnr-blk .txt-04 {
    font-size: 11px;
    line-height: 1.57;
    margin: 8px 0 0;
    color: #545a5f;
    padding-left: 1em;
    text-indent: -1em;
  }
  .com-bnr-blk .txt-04::before {
    content: "●";
    color: #67b6d5;
  }
  .com-bnr-blk .blk-01 {
    margin: 15px 0 0;
    display: block;
    justify-content: space-between;
  }
  .com-bnr-blk .blk-01 .box-01 {
    width: 100%;
    margin: 20px 0 0;
  }
  .com-bnr-blk .blk-01 .box-01:first-child {
    margin: 0 0 0;
  }
}
/* fix-bnr-blk */
.fix-bnr-blk {
  width: 297px;
  position: fixed;
  right: 0;
  bottom: 90px;
  z-index: 100;
}

.fix-bnr-blk img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

.fix-bnr-blk a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .fix-bnr-blk {
    width: 75.46%;
    max-width: 283px;
    position: fixed;
    right: 0;
    left: 0;
    bottom: -1px;
    margin: 0 auto;
  }
}
/* common */
.sp-only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
button.show-act {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  font-family: inherit;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 260px;
  height: 50px;
  border-radius: 8px;
  background-color: #0085b9;
  color: #fff;
  font-size: 20px;
  margin-top: 18px;
}

button.show-act:hover {
  opacity: 0.7;
}

/* 2025-09-03 */
.sub-blk .sub-ttl-01 {
  margin: 60px auto;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.44;
}
@media screen and (max-width: 768px) {
  .sub-blk .sub-ttl-01 {
    margin: 40px auto;
    font-size: 28px;
  }
  .sub-blk .sub-ttl-01 span {
    display: block;
    margin-top: 0.8em;
    font-size: 18px;
  }
}

.-o * {
  box-sizing: border-box;
}
.-o p {
  letter-spacing: 0;
}
.-o,
.-o .YKKAP-Content,
.-o .YKKAP-Title1Container,
.-o .YKKAP-Button {
  font-family: Noto Sans JP, sans-serif;
}
.-o .YKKAP-Content {
  color: #000;
}
.-o .YKKAP-Title1Container {
  letter-spacing: 0;
}
.-o .ls-30 {
  letter-spacing: -0.03em;
}
.-o .ls-50 {
  letter-spacing: -0.05em;
}
.-o .ls-80 {
  letter-spacing: -0.08em;
}
.-o .ls-100 {
  letter-spacing: -0.1em;
}
.-o .ls-120 {
  letter-spacing: -0.12em;
}
.-o .ls-150 {
  letter-spacing: -0.15em;
}
.-o .ls-200 {
  letter-spacing: -0.2em;
}
.-o-main {
  display: flex;
  flex-direction: column;
  height: clamp(0px, (100vw - 80px) * 353 / 1200, 353px);
  margin-bottom: 25px;
  background: url("") no-repeat left top;
  background-size: 100% auto;
  font-size: clamp(0px, (100vw - 80px) * 10 / 1200, 10px);
}
.-o-main h2 {
  margin-right: auto;
}
.-o-main p {
  display: flex;
}
.-o-main p strong:nth-child(1) {
  font-weight: 600;
  letter-spacing: -0.05em;
}
.-o-main p span:nth-child(2) {
  align-self: center;
  font-weight: 500;
}
.-o-main p strong:nth-child(3) {
  line-height: 1;
  letter-spacing: -0.05em;
}
.-o-main p span:nth-child(4) {
  align-self: flex-end;
  font-size: 5.2em;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.34em;
  margin-left: 0.14em;
}
@media screen and (max-width: 768px) {
  .-o-main {
    height: auto;
    margin-left: -40px;
    margin-right: -40px;
    align-items: center;
    justify-content: flex-end;
    font-size: 10px;
  }
  .-o-main h2 {
    width: 100%;
    text-align: center;
  }
  .-o-main h2 span {
    display: inline-block;
  }
}
@media screen and (max-width: 639px) {
  .-o-main {
    margin-left: -6.66667vw;
    margin-right: -6.66667vw;
  }
}
@media screen and (max-width: 375px) {
  .-o-main {
    font-size: clamp(0px, (100vw - 40px) * 10 / 335, 10px);
  }
}
.-o-sec h2 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.4545454545;
}
.-o-sec p {
  font-size: 16px;
  line-height: 2;
}
.-o-red {
  color: #dc1e54;
}
.-o-btns {
  margin: 15px 0 48px;
}
.-o-btns a {
  display: grid;
  align-items: center;
  width: 323px;
  height: 45px;
  padding: 0 18px;
  border: 1px solid #707070;
  border-radius: 24px;
  color: #707070;
  font-size: 18px;
  font-weight: 700;
  background: url(../image/icon_arrow_gray_003.svg) no-repeat right 16px center;
  background-size: 19px 19px;
}
@media screen and (max-width: 639px) {
  .-o-btns a {
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  .-o-btns a {
    font-size: 14px;
  }
}
.-o-btns a:hover {
  opacity: 0.7;
}

.cnt__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -7px;
  margin-right: -7px;
}
.cnt__btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 304px;
  height: 48px;
  margin-left: 7px;
  margin-right: 7px;
  border: 1px solid #707070;
  border-radius: 24px;
  color: #666;
  font-size: 15px;
  background: url(../image/icon_blank_gray_001.svg) no-repeat right 16px center;
  background-size: 13px 13px;
}/*# sourceMappingURL=common.css.map */