@charset "UTF-8";
boyd {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.9em;
  color: #222;
  line-height: 1.6;
  font-weight: 500;
}
strong {
  font-weight: bold;
}
p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
img {
  overflow-clip-margin: content-box;
  overflow: clip;
}
.txt_small {
  font-size:0.8em;
}
.mainContents .wrapper-heading .main-visual {
    background-image:url(../images/pc_kv.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    min-width: 0; 
}

.wrapper-heading .main-visual .main-visual-wrap {
    max-width: 972px;
    padding-top: calc(100% * 4 / 16);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .description-webloan-box .wrap {
    padding:25px 10px;
  }

  p.rightstext {
    text-align: right;
    font-weight: normal;
    padding-top:10px;
  }
  .description-webloan-box .description {
    line-height:160%;
  }

  .articleblock {
    margin-top:25px;
  }
  .c_mod_h2{
        box-sizing: border-box;
        margin-top: 50px;
        font-weight: 600;
        line-height: calc(30 / 28);
        font-size: 28px;
        border-block: 2px solid currentColor;
        padding: 20px 0;
        color: #272728;
        font-family: "Noto Serif JP", "游明朝", YuMincho, "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Noto Sans JP, CompatilLetterLTCERegular, Arial, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, Osaka, 'ＭＳ Ｐゴシック', Helvetica, Verdana, sans-serif;
    }
  dl {
      display: block;
      margin-block-start: 1em;
      margin-block-end: 1em;
      unicode-bidi: isolate;

  }
.c_mod_para dl.type-D dt {
    display: block;
    font-size: 18px;
    position: relative;
    line-height: 1.6;
  
}
.c_mod_para dl.type-D dt:before {
  content: "";
  width: 40px;
  height: 1px;
  float: left;
  background: #272728;
  margin-right: 5px;
  margin-top: 14px;
  line-height: 1.8;
}
.c_mod_para dl.type-D dd {
  display: block;
  font-size: 18px;
  margin-top: 30px;
  color: #272728;
}
p.txt {
  font-weight: normal;
}
.c_mod_para.img_center {
  margin-left:10%;
  margin-right:10%;
  margin-bottom: 30px;
}

.img_center img {
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
}
.popup-content {
    margin-top: 20px;
}
h4 {
  font-size:0.78em;
  margin-bottom: 10px;
}
.corner-popup {
  position: fixed;
  right: 20px;
  bottom: 80px;
  width: 210px;            /* 必要に応じて調整 */
  max-width: calc(100% - 40px);
  background: #fff;
  color: #000;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  padding: 12px 12px 12px 16px;
  z-index: 9999;
  transform: translateY(20px) scale(0.98);
  opacity: 0;
  transition: opacity 200ms ease, transform 200ms ease;
}
.cv_button {
  width:100%;
  border: solid 1px #000;
  font-size:1.0em;
  padding:5px;
  margin:0 0 15px 0;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  border:solid 2px #ccc;
}
.cv_button.simulation {
  background-color: #080e63;

}
.cv_button.apply {
  background-color: #ca2420;

}


/* 表示状態 */
.corner-popup.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* 閉じるボタン */
.popup-close {
  position: absolute;
  top: 6px;
  right: 6px;
  background: transparent;
  border: none;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: #666;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: #4b4b4b;
  color: #fff;
  border: none;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 200ms ease, transform 200ms ease, visibility 0ms linear 200ms;
}

/* 表示状態 */
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 200ms ease, transform 200ms ease;
}

/* ホバー/フォーカス時の見た目 */
.back-to-top:hover,
.back-to-top:focus {
  background: #4b4b4b;
  outline: none;
}



/* レスポンシブ - 小さい画面では幅を広げる */
@media (max-width: 480px) {
  .corner-popup {
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
  }
  h4 {
    font-size: 1.0em;
    font-weight: bold;
  }
  .cv_button {
    padding:15px 0;
  }
  .cv_button.simulation {
    background-color: #080e63;
  
  }
  .cv_button.apply {
    background-color: #ca2420;
  
  }
  .back-to-top {
    right: 12px;
    bottom: 300px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 18px;
}}

  @media (max-width: 768px) {

    .mainContents .wrapper-heading .main-visual {
      min-width: auto;
      width: 100%;
      padding-top: calc(100% * 39 / 46);
      background-image: url(../images/sp_kv.png);
      background-position: center;
    }
  }