html {
  width: 100%;
}

body {
  width: 100%;
  background-color: #fff;
}

/* layout */
header {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
header .inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 960px;
}
header .logo01 {
  max-width: 300px;
}
header .logo01 span {
  font-size: 12px;
  padding-left: 0.25em;
}
header .logo01 .aruhiLogo {
  display: block;
  margin-top: 0.45em;
  vertical-align: bottom;
}
header .logo01 img {
  width: 100%;
}
header .btn_yellow {
  display: inline-block;
}
header .btn_yellow a {
  line-height: 1.3;
  font-size: 16px;
  padding: 10px 15px;
}
header .btn_gray {
  display: inline-block;
  background-color: #f2f2f2;
  border-radius: 5px;
  margin: 0 3px 2% 0;
}
header .btn_gray a {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
header .btn_gray br {
  display: none;
}

main {
  margin-top: 70px;
}
main img {
  max-width: 100%;
}

.gotop {
  bottom: 20px;
  z-index: 1000;
}

.container_960 {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
}
.container_1080 {
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
}

#commonFooter {
  margin-top: 0;
}

/* utility */
.bg_white {
  background: #FFF !important;
}
.bg_lightblue {
  background: #E7F4FC !important;
}
.bg_yellow {
  background-color: #FFE100;
}

.btn_yellow {
  background-color: #FFE100;
  border-radius: 5px;
  margin: 0 0px 2% 0px;
}
.btn_yellow a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.btn_yellow br {
  display: none;
}

/* styles */
#loan .p01 {
  border-left: solid 6px #039;
  font-size: 140%;
  font-weight: bold;
  line-height: 32px;
  margin: 40px 0 20px;
  padding: 0 0 0 15px;
}
#loan .tbl-01.product th {
  border-color: #fff;
}
#loan .tbl-01.product td {
  border-color: #fff;
  background: #f2f2f2;
}
#loan .tbl-01.product tbody th {
  background: #ddd;
}

.wrap-01 {
  padding: 0;
}

/* cta */
.cta-btn_label {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5em;
  position: relative;
}
.cta-btn_label span {
  color: #F03;
}
.cta-btn_label::before, .cta-btn_label::after {
  background: #000;
  content: "";
  display: block;
  width: 1px;
  height: 1.25em;
  position: absolute;
  top: 50%;
}
.cta-btn_label::before {
  left: -0.5em;
  -webkit-transform: rotate(-37deg) translateY(-50%);
      -ms-transform: rotate(-37deg) translateY(-50%);
          transform: rotate(-37deg) translateY(-50%);
}
.cta-btn_label::after {
  right: -0.5em;
  -webkit-transform: rotate(37deg) translateY(-50%);
      -ms-transform: rotate(37deg) translateY(-50%);
          transform: rotate(37deg) translateY(-50%);
}

.btn-cta {
  background: #FF7300;
  color: #FFF !important;
  font-size: 26px;
  margin: 0;
  max-width: 460px;
  padding: 0.35em 1em;
  position: relative;
  width: 100%;
}
.btn-cta sup {
  font-size: 60%;
  vertical-align: super;
}
.btn-cta::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.413' height='15.659'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1.413 1.413 7 6.423-7 6.41'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
  width: 10px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  header .inner {
    padding: 0 2em;
    width: 100%;
  }
  .cta-btn_label {
    font-size: 2vw;
  }
  .btn-cta {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  header .download-links {
    display: none;
  }
  header .btn_yellow br {
    display: inline;
  }
  header .btn_gray br {
    display: inline;
  }
  .cta-btn_label {
    font-size: 20px;
    margin-bottom: 0.25em;
  }
  .cta-btn_label::before {
    left: -0.75em;
  }
  .cta-btn_label::after {
    right: -0.75em;
  }
  .btn-cta {
    font-size: 20px;
    padding: 0.5em;
  }
  .btn-cta::after {
    width: 8px;
    height: 13px;
    right: 1em;
  }
  .section-btn .col-2 {
    padding-right: 1em;
    padding-left: 1em;
  }
  .section-btn .col-2 + .col-2 {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 600px) {
  header {
    height: 55px;
  }
  header h1 {
    white-space: nowrap;
  }
  header .inner {
    padding: 0 1em;
  }
  header .logo01 {
    max-width: 200px;
  }
  header .logo01 span {
    font-size: 10px;
  }
  header .btn_yellow {
    margin-bottom: 0;
  }
  header .btn_yellow a {
    font-size: 13px;
    padding: 5px 8px;
    letter-spacing: -0.05em;
  }
  header .btn_gray {
    margin-bottom: 0;
  }
  header .btn_gray a {
    font-size: 13px;
    padding: 5px 8px;
    letter-spacing: -0.05em;
  }
  main {
    margin-top: 55px;
  }
  .cta-btn_label {
    font-size: 16px;
    margin-bottom: 0.25em;
  }
  .cta-btn_label::before {
    left: -0.75em;
  }
  .cta-btn_label::after {
    right: -0.75em;
  }
}