﻿@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333333;
  background: #FFF;
  padding-top: 70px;
}
@media screen and (max-width:819px) {
  body {
    font-size: 14px;
    padding-top: 72px;
  }
}
/*------------------------------------------------------------------------------
　共通
-------------------------------------------------------------------------------*/
header, footer, div, section, form {
  margin: 0;
  padding: 0;
  display: block;
}
pre, blockquote, input, textarea, select {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, var {
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.1;
}
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  margin: 0;
  padding: 0;
  text-align: left;
  font-style: normal;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
input, select {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}
/* リンク
----------------------------------------------- */
a:link, a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover, a[href]:hover {
  text-decoration: none;
}
a:hover img, a[href]:hover img {
  opacity: 0.7;
}
/* 位置
----------------------------------------------- */
.clear {
  clear: both;
}
.alignL {
  text-align: left;
}
.alignR {
  text-align: right;
}
.alignC {
  text-align: center;
}
.floatL {
  float: left;
  margin: 0;
  padding: 0;
}
.floatR {
  float: right;
  margin: 0;
  padding: 0;
}
/* PC・スマホ切り替え
----------------------------------------------- */
@media screen and (min-width:820px) {
  img.sp_img {
    display: none;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width:819px) {
  img.pc_img {
    display: none;
  }
  .pc {
    display: none;
  }
}
/*------------------------------------------------------------------------------
　レイアウト
-------------------------------------------------------------------------------*/

/* ヘッダー
----------------------------------------------- */
header {
  width: 100%;
  padding: 17px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: white;
}
header img {
  width: 100%;
  height: auto;
}
header a {
  color: #333;
}
header #header-inner {
  max-width: 1110px;
  width: 94%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
header #header-inner #h_logo {
  line-height: 1;
  margin: 0;
}
header #header-inner #h_logo a {
  width: 225px;
  display: inline-block;
}
@media screen and (max-width:819px) {
  header {
    padding: 21px 0 22px;
  }
  header #header-inner {
    width: 90%;
  }
  header #header-inner #h_logo a {
    width: 181px;
  }
  header #header-inner #header-right {
    display: none;
  }
}

/* ページタイトル
----------------------------------------------- */
#pageTitleWrap {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  background: #0079BF;
}
#pageTitleWrap .pageTitleInner {
  clear: both;
  margin: 0 auto;
  padding: 46px 0 46px;
  overflow: hidden;
}
body #pageTitleWrap .pageTitleInner h1 {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 2px 2px 0px #012058;
  text-decoration: none;
}
#pageTitleWrap .pageTitleInner .pageTitle {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#pageTitleWrap .pageTitleInner .pageTitle h2 {
  margin: 0 auto;
  padding: 20px 20px;
  font-size: 28px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 2px 2px 0px #0C3A7F;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: table;
}
@media screen and (max-width:819px) {
  #pageTitleWrap .pageTitleInner {
    padding: 23px 0 28px;
  }
  body #pageTitleWrap .pageTitleInner h1 {
    margin-bottom: 25px;
    font-size: 22px;
  }
  #pageTitleWrap .pageTitleInner .pageTitle h2 {
    padding: 12px 0 10px;
    font-size: 18px;
  }
}

/* コンテナ
----------------------------------------------- */
#container {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#container .blockInner {
  clear: both;
  max-width: 1130px;
  margin: 0 auto;
  padding: 50px 10px 70px;
  overflow: hidden;
}
#container .pageNavi {
  clear: both;
  max-width: 1130px;
  margin: 0 auto;
  padding: 28px 10px 0;
  text-align: left;
  font-size: 14px;
}
#container .pageNavi a {
  color: #0044CC;
  text-decoration: underline;
}
#container .pageNavi a:hover {
  text-decoration: none;
}
#container .tac {
  text-align: center;
}
#container .tal {
  text-align: left;
}
@media screen and (max-width:819px) {
  #container .blockInner {
    padding: 30px 20px 30px;
  }
  #container .pageNavi {
    width: 100%;
    font-size: 12px;
    padding: 20px 20px 0;
  }
  #container .tac {
    text-align: left;
  }
}

/* フッター
----------------------------------------------- */
#foot {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  background: #0079BF;
}
#foot .footInner {
  clear: both;
  max-width: 1000px;
  margin: 0 auto;
  padding: 18px 0 18px 0;
  overflow: hidden;
}
#foot .footInner p {
  clear: both;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
#foot .footInner a {
  color: #FFF;
  text-decoration: none;
}
#foot .footInner a:hover {
  text-decoration: underline;
}
@media screen and (max-width:819px) {
  #foot {
    font-size: 12px;
    font-weight: normal;
  }
  #foot .footInner {
    width: 100%;
    padding: 11px 0;
  }
}

/*------------------------------------------------------------------------------
　お申込みにあたりご同意いただく事項
-------------------------------------------------------------------------------*/
/* お申込みにあたっての注意事項
----------------------------------------------- */
#notes {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
}
#notes h3 {
  clear: both;
  margin: 0 0 35px 0;
  padding: 0 0 15px 0;
  position: relative;
  text-align: center;
  color: #0079BF;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
#notes p {
  margin: 20px 5px;
}
#notes ul {
  clear: both;
  width: 100%;
  margin: 0;
}
#notes ul li {
  margin: 0 5px;
  padding: 0 0 0 25px;
  position: relative;
}
#notes ul li:last-child {
  margin-bottom: 0;
}
#notes ul li::before {
  width: 4px;
  height: 4px;
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 10px;
  content: "";
  border-radius: 50%;
  background: #333333;
}
#notes .fileBox {
  margin: 0;
  padding: 40px 0 0 0;
}
#notes .fileBox ul {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#notes .fileBox ul li {
  width: 48.65%;
  margin: 0 0 30px 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#notes .fileBox ul li::before {
  display: none;
}
#notes .fileBox ul li a {
  width: 100%;
  min-height: 80px;
  margin: 0;
  padding: 10px 20px;
  display: flex;
  position: relative;
  text-align: center;
  transition: 0.2s;
  color: #333;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 10px;
  border: 2px solid #FF5759;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
#notes .fileBox ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  background: url("../images/icon_pdf.png") no-repeat;
  background-size: 25px 28px;
  width: 25px;
  height: 28px;
}
#notes .fileBox ul li a span {
  width: 85%;
  margin: 0 auto;
  align-self: center;
}
#notes .fileBox ul li a:hover {
  box-shadow: none;
  transform: translateY(5px);
}
@media screen and (max-width:819px) {
  #notes p {
    margin: 30px 0;
  }
  #notes ul {
    padding-bottom: 0;
  }
  #notes ul li {
    margin: 0;
    padding-left: 20px;
  }
  #notes ul li::before {
    left: 8px;
  }
  #notes h3 {
    margin-bottom: 25px;
    padding-bottom: 12px;
    font-size: 20px;
  }
  #notes h3::before {
    font-size: 28px;
  }
  #notes .fileBox {
    padding-top: 30px;
  }
  #notes .fileBox ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #notes .fileBox ul li a {
    min-height: 60px;
    font-size: 14px;
    padding: 8px;
  }
  #notes .fileBox ul li a::before {
    right: 12px;
  }
  #notes .fileBox ul li a span {
    width: 82%;
    margin: 0;
    white-space: nowrap;
    align-self: center;
  }
}

/* Web申込
----------------------------------------------- */
#check {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #D0EAF8;
}
#check .blockInner {
  padding: 84px 10px 100px;
}
#check h3 {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #333333;
  margin-bottom: 40px;
}
#check .check-button {
  padding: 50px 0 0 0;
  margin: 0;
}
#check .check-button ul {
  clear: both;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
#check .check-button ul li {
  width: 48.65%;
  display: flex;
  flex-wrap: wrap;
}
#check .check-button ul li a {
  width: 100%;
  min-height: 80px;
  transition: 0.2s;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 40px;
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  position: relative;
}
#check .check-button ul li a span {
  align-self: center;
  text-align: center;
  width: 100%;
}
#check .check-button ul li.refi a span {
  padding-left: 10px;
}
#check .check-button ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  background: url("../images/icon_arrow.png") no-repeat;
  background-size: 23px 14px;
  width: 23px;
  height: 14px;
}
#check .check-button ul li a.buy-active {
  background: #0079BF;
}
#check .check-button ul li a.refi-active {
  background: #00BFB4;
}
#check .check-button ul li a.off {
  background: #C4C4C4;
}
#check h4 {
  clear: both;
  margin: 0 0 20px 0;
  padding: 10px 20px 8px 20px;
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  background: #DD434B;
}
#check #js-check-box {
  margin-top: 40px;
  border: 3px solid #0079BF;
}
#check p {
  font-size: 16px;
  margin-top: 20px;
}
#check .checkBox {
  background: #FFF;
  padding: 30px;
}
#check .check-buy .checkBox {
  border: 3px solid #0079BF;
}
#check .check-refi .checkBox {
  border: 3px solid #00BFB4;
}
#check .applyBox {
  clear: both;
  width: 100%;
  position: relative;
}
#check .applyBox .apply-checkbox {
  clear: both;
  margin: 0;
  padding: 0;
}
#check .applyBox .apply-checkbox .apply-checkbox-item {
  clear: both;
  margin: 0 0 24px 0;
  padding: 0;
  text-align: left;
}
#check .applyBox .apply-checkbox .apply-checkbox-item label {
  margin: 0;
  padding: 0 0 0 35px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
#check .applyBox .apply-checkbox .apply-checkbox-item label:before {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  content: '';
  vertical-align: top;
  border: 2px solid #DD434B;
  background: #FFF;
}
#check .applyBox .apply-checkbox .apply-checkbox-item input[type=checkbox] {
  display: none;
}
#check .applyBox .apply-checkbox .apply-checkbox-item input[type=checkbox]:checked + label:before {
  content: "\2713";
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  font-family: "Font Awesome 5 Free";
}
#check #apply-checkbox-error {
  display: none;
  text-align: center;
  color: #DD434B;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 30px 0 0;
}
.apply-submit {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 23px 0 0;
  text-align: center;
}
#apply-btn {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 30px 0 15px;
}
#apply-btn .btn-box {
  width: 310px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#apply-btn .btn-box p {
  margin-bottom: 18px;
  align-self: stretch;
  font-weight: bold;
}
#apply-btn button[type="submit"], #apply-btn a {
  width: 310px;
  height: 80px;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: default;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  border: none;
  align-self: flex-end;
  background: #EE9CA0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#apply-btn button[type="submit"]::after, #apply-btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  background: url("../images/icon_arrow2.png") no-repeat;
  background-size: 14px 23px;
  width: 14px;
  height: 23px;
}
#apply-btn button[type="submit"] .fa-chevron-right, #apply-btn a .fa-chevron-right {
  margin: 0 0 0 10px;
  padding: 0;
  display: inline-block;
  color: #DDD;
  font-weight: 900;
  line-height: 1;
  letter-spacing: normal;
}
#apply-btn button[type="submit"].active {
  cursor: pointer;
  color: #FFF;
  background: #DD434B;
}
#apply-btn button[type="submit"].active .fa-chevron-right {
  color: #FFF;
}
#apply-btn #btn-box01 {
  position: relative;
}
#apply-btn #btn-box02 a {
  background-color: #9F9F9F;
  cursor: pointer;
  text-decoration: none;
}
#apply-btn #btn-box01 .cover {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 1000px;
  height: 125px;
  z-index: 100;
}
.txt, .txt ul li {
  font-size: 16px;
}

@media screen and (max-width:819px) {
  .apply-submit {
    padding: 30px 22px 0;
  }
  #check .blockInner {
    padding: 35px 20px 50px;
  }
  #check .checkBox {
    padding: 25px 15px;
  }
  #check #js-check-box {
    margin-top: 30px;
  }
  #check h3 {
    font-size: 20px;
  }
  #check .check-button {
    padding: 33px 0 0 0;
  }
  #check .check-button ul li {
    width: 100%;
  }
  #check .check-button ul li a {
    min-height: 70px;
    font-size: 18px;
    border-radius: 15px;
    padding: 10px;
  }
  #check .check-button ul li.buy a span {
    padding-right: 12px;
  }
  #check .check-button ul li.refi a span {
    padding-left: 0;
  }
  #check .check-button ul li a::after {
    right: 12px;
  }
  #check .check-button ul li.buy a {
    margin-bottom: 20px;
  }
  #check .check-button ul li a.buy-active {
    background: #0079BF;
  }
  #check .check-button ul li a.refi-active {
    background: #00BFB4;
  }
  #check .check-button ul li a.off {
    background: #C4C4C4;
  }
  #check h4 {
    margin-bottom: 15px;
    padding: 10px 10px 8px 10px;
  }
  #check p {
    margin-bottom: 30px;
    font-size: 14px;
    text-align: left;
  }
  #check .applyBox .apply-checkbox {
    padding-bottom: 7px;
  }
  #check .applyBox .apply-checkbox .apply-checkbox-item {
    margin-bottom: 22px;
  }
  #check .applyBox .apply-checkbox .apply-checkbox-item label {
    padding-left: 28px;
    line-height: 1.5;
  }
  #check .applyBox .apply-checkbox .apply-checkbox-item label:before {
    width: 20px;
    height: 20px;
    top: 0;
  }
  #check .applyBox .apply-checkbox .apply-checkbox-item input[type=checkbox]:checked + label:before {
    font-size: 13px;
    text-align: center;
  }
  #check #apply-checkbox-error {
    font-size: 18px;
  }
  #apply-btn {
    gap: 25px;
  }
  #apply-btn .btn-box p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
  #apply-btn button[type="submit"], #apply-btn a {
    font-size: 20px !important;
    padding-right: 6px;
  }
  #apply-btn button[type="submit"]::after, #apply-btn a::after {
    right: 13px;
  }
  #apply-btn .btn-box {
    width: 45.7%;
  }
  #apply-btn #btn-box01 .cover, #apply-btn #btn-box02 .cover {
    height: 175px;
  }
  .txt, .txt ul li {
    font-size: 16px;
  }
}