﻿

@import url('css2-NotoSansJPwght400700_swap.css');

/*
--使用色メモ--
濃いブルー：#d60b17
中間ブルー：#88A2E2
薄いブルー：#D2DDF8
薄いグレー：#F2F4F5
中間グレー：#707070
オレンジ：#FC9724
黄色：#F5CE3E
薄い黄色：#FBEBB1
赤：#E05041
線：#E5E5E5, #CCCCCC
*/

* {
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  color: #535151;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
  list-style-type: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  word-break: break-all;
  box-sizing: border-box;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
img {
  vertical-align: top;
}
html {
  font-size: 16px;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-break: keep-all;
}
body {
  font-size: 16px;
  text-align: center;
  background: #fff;
  -webkit-text-size-adjust: none;
}
a {
  color: #0d72e8;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}

/*ヘッダー*/
header {
  width: 100%;
}
header .headInr {
  width: 100%;
  min-width: 880px;
  padding: 30px 20px;
  margin: 0 auto;
  position: relative;
}
header .logo {
  float: left;
}
header .logo img {
  width: 200px;
}
header .package {
  float: left;
  max-width: calc(100% - 320px);
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  color: #707070;
  padding: 5px 10px;
  vertical-align: baseline;
}
header .bankcord {
  position: absolute;
  right: 20px;
  top: 30px;
}
header .bankcord dt {
  width: 100px;
  text-align: center;
  padding: 0;
  font-size: 11px;
  line-height: 20px;
  background: #707070;
  color: #fff;
}
header .bankcord dd {
  width: 100px;
  text-align: center;
  padding: 0;
  font-size: 11px;
  line-height: 20px;
  background: #f2f4f5;
  color: #707070;
}

/*フロー*/

/* .flow {
  margin: 0 auto;
  padding: 20px 0;
  list-style: none;
  text-align: center;
  width: 100%;
  background: #f2f4f5;
  font-size: 0;
}
.flow li {
  display: inline-block;
  position: relative;
  width: 130px;
  margin: 10px 1px 0;
  padding: 20px 0 0;
  color: #b4b4b5;
  border-top: 4px solid #b4b4b5;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.flow li span {
  color: #b4b4b5;
  font-size: 12px;
  line-height: 1.5;
}
.flow .active {
  border-top: 4px solid #d60b17;
}
.flow .active span {
  color: #d60b17;
  font-weight: bold;
}
.flow .active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #d60b17;
} */
.flow-box {
  background: #fff;
 }
 .flow-box .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0;
 }
 .flow-box .flow-num {
  font-size: 20px;
  font-weight: bold;
  min-width: 80px;
  margin-right: 14px;
  display: flex;
  align-items: center;
 }
 .flow-box .flow-num .num-red {
  color: #e70013;
  font-size: 26px;
  font-weight: bold;
  margin-right: 10px;
 }
 .flow-box .flow-num .slash {
  font-weight: 400;
  font-size: 40px;
  margin-right: 10px;
 }
 .flow-box .flow {
  display: flex;
  width: 100%;
  height: 10px;
  border-radius: 30px;
  overflow: hidden;
  flex: 1;
 }
 .flow-box .flow li {
  background: #ddd;
  width: calc(100% / 8 );
 }
 .flow-box .flow .active {
  background: #E70013;
 }
 .flow-box .flow .active:last-of-type {
  border-radius: 0px 10px 10px 0px;
 }
 .pdfViewer {max-height: 845px; overflow: auto;}
 
 @media screen and (max-width: 880px) {
  .flow-box .inner {
    padding: 20px 15px;
  }
 }

/*見出し*/
.headline00 {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 0;
  padding: 0;
}
.headline01 {
  text-align: center;
  margin: 0 auto 40px;
}
.headline01 h2 {
  display: inline-block;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  color: #535151;
}
.headline02 {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  padding-left: 15px;
  margin: 0 auto;
  font-weight: 600;
}
.headline02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #e70013;
  border-radius: 20px;
}
.headline02.acr {
  background: url(../image/icon_plus1.svg) no-repeat right center;
  background-size: contain;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.headline02.acr.open {
  background-image: url(../image/icon_minus1.svg);
}
.headline03 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 20px;
  margin: 0;
  vertical-align: middle;
}
.headline03.requiredIcon:before {
  content: "必須";
  display: inline-block;
/*  font-size: 14px; */
  font-size: 12px;
/*  padding: 6px 14px; */
  padding: 2px 6px;
  margin: 2px 10px 5px 0;
  line-height: 14px;
  background: #fff;
  border: 1px solid #E70013;
  color: #E70013;
  vertical-align: middle;
  font-weight: 400;
}
.headline03.anyIcon:before {
  content: "任意";
  display: inline-block;
/*  font-size: 14px; */
  font-size: 12px;
/*  padding: 6px 14px; */
  padding: 2px 6px;
  margin: 2px 10px 5px 0;
  line-height: 14px;
  border: 1px solid  #2a7de1;
  background: #fff;
  color:  #2a7de1;
  vertical-align: middle;
  font-weight: 400;
}
.headline04 {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  padding: 10px 15px;
  background: #f2f4f5;
  margin: 30px auto 0;
}
.headline04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #707070;
}
.headline05 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  padding: 30px 0 0;
  margin: 0;
  vertical-align: middle;
}
.headline06 {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  margin: 30px auto 0;
  font-weight: 600;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 15px;
}
.headline03 .letterIcon {
  display: inline-block;
  background: #f2f4f5;
  color: #707070;
  margin: 5px 0 5px 10px;
/* padding: 3px; */
  padding: 0px;
  font-size: 13px;
  line-height: 14px;
}
.itemGroup.login .letterIcon {
  background: #fff;
}
.itemGroup.contract .letterIcon {
  background: #fff;
}

/*枠*/
.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.mainContent {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0 50px;
}
.mainInrCont {
  width: 100%;
  margin: 0 auto;
}
.noFlow {
/*  border-top: 4px solid #d2ddf8; */
}

/*項目*/
.formArea {
  padding: 0;
  margin: 0 auto;
  background-color: #f2f4f5;
}
.itemGroup {
  padding: 0 0 20px;
  margin: 0 auto 50px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(108, 108, 108, 0.2);
  padding: 40px 60px;
}
.item {
  padding: 20px 0 0;
  margin: 0 auto;
}
.item dl {
  padding: 0 20px 0 0;
}
.item dt {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px;
}
.item dt:empty {
  padding: 0;
}
.item dt.requiredIcon:before {
  content: "必須";
  display: inline-block;
/*  font-size: 14px; */
  font-size: 12px;
/*  padding: 6px 14px; */
  padding: 2px 6px;
  margin: 2px 10px 5px 0;
  line-height: 14px;
  background: #fff;
  border: 1px solid #E70013;
  color: #E70013;
  vertical-align: middle;
  font-weight: 400;
}
.item dt.anyIcon:before {
  content: "任意";
  display: inline-block;
/*  font-size: 14px; */
  font-size: 12px;
/*  padding: 6px 14px; */
  padding: 2px 6px;
  margin: 2px 10px 5px 0;
  line-height: 14px;
  border: 1px solid  #2a7de1;
  background: #fff;
  color:  #2a7de1;
  vertical-align: middle;
  font-weight: 400;
}
.item .inrCont {
  padding: 0;
  margin: 0 auto;
}
.item span {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  padding: 10px 10px 10px 5px;
}
.item .selectActive {
  padding: 30px 0 0;
}
.item dt .letterIcon {
  display: inline-block;
  margin: 2px 0 2px 10px;
/* padding: 3px; */
  padding: 0px;
  font-size: 14px;
  color: #808080;
  /* line-height: 24px; */
}
@media screen and (max-width: 880px) {
  .item dt {
    font-size: 14px;
  }
  .item dt .letterIcon {
    font-size: 12px;
    margin: 3px 0px 0px 10px;
    line-height: 20px;
  }
  .item dt.requiredIcon:before {
    font-size: 12px;
    /* padding: 3px 10px; */
    padding: 2px 6px;
  }
  .item dt.anyIcon:before {
    font-size: 12px;
    /* padding: 3px 10px; */
    padding: 2px 6px;
  }
}
.itemBox {
  margin: 20px 0;
}
.itemBox dl {
  display: table;
  width: 100%;
}
.itemBox dt {
  display: table-cell;
  width: 320px;
  border-top: 5px solid #fff;
  background: #FFF4F4;
  padding: 10px 20px 10px;
  line-height: 30px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
}
.itemBox dl.itLabel dt {
  border-top: none;
  padding: 10px 10px 10px 20px;
}
.itemBox dt .letterIcon {
  display: inline-block;
  background: #f2f4f5;
  color: #707070;
  margin: 5px 0 5px 10px;
  padding: 3px;
  font-size: 13px;
  line-height: 14px;
}
.itemBox dd {
  display: table-cell;
  width: calc(100% - 320px);
  padding: 10px 10px 10px 15px;
  line-height: 30px;
  font-weight: 600;
  font-size: 16px;
}
.itemBox dl.itLabel dd {
  border-top: none;
  padding: 10px 10px 10px 15px;
}

.itemBox li {
  float: left;
  width: 50%;
  padding: 0 10px 20px 10px;
}
.itemBox dl dt.requiredIcon:before {
  position: absolute;
  right: 10px;
  top: 15px;
  content: "必須";
  display: inline-block;
  font-size: 12px;
  padding: 3px 8px;
  margin: 0;
  line-height: 14px;
  background: #e05041;
  color: #fff;
  vertical-align: middle;
}
.itemBox dl dt.requiredIcon + dd input {
  margin: 0;
}
.itemBox dl dt.requiredIcon + dd .alertMessage {
  margin: 10px 0 0;
}
.itemBox .itemBoxInr .itLabel:last-child dt {
  padding: 10px 10px 10px 20px;
}
.itemBox .itemBoxInr .itLabel:last-child dd {
  padding: 10px 10px 10px 15px;
}
.itemBox .itGL dt:empty,
.itemBox .itGL dt:empty + dd {
  padding: 0;
}
.itemBox02 {
  margin: 30px 0;
}
.itemBox02 dl {
  display: table;
  width: 100%;
}
.itemBox02 dt {
  display: table-cell;
  width: 200px;
  border-top: 1px solid #88a2e2;
  background: #d2ddf8;
  padding: 10px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  position: relative;
}
.itemBox02 dd {
  display: table-cell;
  width: calc(100% - 200px);
  border-top: 1px solid #e5e5e5;
  padding: 10px;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
}
.itemBox02 dl:last-child dt {
  border-bottom: 1px solid #88a2e2;
}
.itemBox02 dl:last-child dd {
  border-bottom: 1px solid #e5e5e5;
}

.disc {
  padding: 0 0 30px;
  margin: 0 auto;
}
.disc p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 auto;
  text-align: center;
}
.message {
  padding: 0 0 50px;
  margin: 0 auto;
}
.message h4 {
  font-size: 20px;
  line-height: 1.75;
  margin: 0 auto;
  padding: 0 0 10px;
}
.message p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 auto;
}
.supplement {
  font-size: 12px;
  line-height: 1.75;
  padding: 0;
  margin-bottom: 22px;
}
.supplement2 {
  font-size: 12px;
  line-height: 1.75;
  padding: 0;
}

.supplement span {
  padding: 0 2px;
}
.info {
  font-size: 16px;
  line-height: 1.75;
  margin: 20px auto 0;
  padding: 0;
}
.info02 {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 auto 20px;
  padding: 0;
}
.info03 {
  font-size: 16px;
  line-height: 1.75;
  margin: 20px auto 0;
  padding: 0;
  font-weight: 600;
}
.inrInfo {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 auto;
  padding: 0 0 10px;
}
.inrInfo:empty {
  padding: 0;
}
.inputInfo {
  font-size: 14px;
  line-height: 1.75;
  margin: 0 auto;
  padding: 0 0 10px;
}
.inputInfo:empty {
  padding: 0;
}
.list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.list li {
  float: left;
  min-width: 180px;
  margin: 0 20px 10px 0;
  width: fit-content;
}
.list02 {
  margin: 0 0 10px;
  padding: 0 10px 0 0;
  list-style: none;
}
.list02 li {
  float: left;
  min-width: 190px;
  margin: 0 10px 0 0;
}
.list02.radioBtn li label {
  line-height: 22px;
}
.infoList {
  padding: 30px 0;
}
.infoList li {
  font-size: 16px;
  line-height: 26px;
  list-style-type: none;
  position: relative;
}

.contactBox {
  width: 100%;
  padding: 30px 10px 40px;
  background: #FFF4F4;
  margin: 0 auto;
  text-align: center;
}
.contactBox h3 {
  color: #e70013;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
  border-radius: 90px;
  padding: 5px 54px;
  width: fit-content;
  margin: 0 auto 15px;
}
.contactBox dl {
  padding: 5px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.contactBox dt {
  font-size: 16px;
  line-height: 28px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-right: 20px;
}
.contactBox dd {
  color: #e70013;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  vertical-align: middle;
  text-align: center;
}
.contactBox dl:first-of-type dd {
  background: url(../image/icon_tel1.svg) no-repeat left center;
  background-size: contain;
  padding-left: 40px;
}
.contactBox dl:last-child {
  margin-top: 10px;
}
.contactBox dl:last-child dt {
  font-weight: 400;
  font-size: 16px;
}
.contactBox dl:last-child dd {
  font-weight: 400;
  font-size: 16px;
  color: #535151;
}
.informationWrap {
  margin: 0 auto 30px;
}
.informationWrap ul {
  border: 1px solid #88a2e2;
  background: #d2ddf8;
  padding: 10px;
}
.informationWrap ul li {
  font-size: 16px;
  line-height: 1.75;
  color: #535151;
  padding: 5px;
}
.contractList {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.contractList th {
  min-width: 80px;
  border-top: 1px solid #88a2e2;
  border-right: 1px solid #88a2e2;
  background: #d2ddf8;
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
  text-align: center;
}
.contractList th:last-child {
  border-right: none;
}
.contractList td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
  text-align: center;
}
.contractList td:last-child {
  border-right: none;
}
.inlineBox {
  display: inline-block;
}

/*ボタン*/
label {
  display: inline-block;
  margin: 0;
  padding: 0;
}
label:hover {
  cursor: pointer;
}
select,
input,
textarea {
  font-family: Helvetica Neue, Arial, "hiragino kaku gothic pro", meiryo,
    "ms pgothic", sans-serif;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
}
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="password"],
textarea {
  width: 100%;
  max-width: 600px;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  border: 1px solid #DDDDDD;
  vertical-align: middle;
  outline: none;
  border-radius: 0;
  margin: 0 5px 10px 0;
  border-radius: 8px;
}
input[type="search"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #d60b17;
}
input[type="search"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
  color: #ccc;
}
input[type="search"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
textarea:disabled {
  background: #efefef;
}
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 90px;
  padding: 20px 0;
}
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="file"]:focus,
input[type="submit"]:focus {
  outline: none;
}
button[disabled],
input[disabled] {
  cursor: default;
}
.year select {
  min-width: 100px;
}
input.txtBoxXS {
  max-width: 70px;
}
input.txtBoxS {
  max-width: 100px;
}
input.txtBoxM {
  max-width: 200px;
}
input.txtBoxL {
  max-width: 400px;
}
.selectBox {
  overflow: hidden;
  position: relative;
  margin: 0 0 10px;
}
.selectBox:before {
  position: absolute;
  display: block;
  content: "";
  top: 17px;
  right: 8px;
  width: 10px;
  height: 5px;
  vertical-align: middle;
  background: url(../image/icon_downarrow.svg) no-repeat;
  background-size: contain;
}
select::-ms-expand {
  display: none;
}
select {
  text-indent: 0;
  min-width: 70px;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 10px 20px 10px 10px;
  vertical-align: middle;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  background: #FFFFFF;
  color: #000000;
}
select:focus {
  border: 1px solid #d60b17;
}
.item dd input[type="search"],
.item dd input[type="email"],
.item dd input[type="text"],
.item dd textarea {
  margin: 0 10px 0 0;
}
/* input.oneTimeInput { max-width: calc( 100% - 130px ); float: left; margin: 0 10px 10px 0; } */

.button {
  display: block;
  min-width: 350px;
  margin: 0 auto 20px;
  transition: all 0.3s;
  border: none;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
}
.button:hover {
  box-shadow: 1px 1px 4px #c0c0c2;
}
.button:disabled {
  background: #707070;
  box-shadow: none;
  color: #e5e5e5;
}
.downloadBtn {
  width: 180px;
  padding: 10px 0;
  background: #E70013;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}
.stepBtn {
  padding: 30px 0;
}
.stepBtn02 {
  padding: 0 0 60px;
}
.agreeBtn {
  padding: 22px 0;
  background: #E70013;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.nextBtn {
  background: #E70013;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.cancelBtn {
	padding: 22px 0;
  background: #DDDDDD;
  color: #535151;
  font-weight: 600;
  font-size: 20px;
}
.modalBtn {
  color: #535151;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  margin: 0 10px 0 0;
  display: inline-block;
  min-width: 180px;
}
.applyBtn {
  padding: 13px 0;
  background: #d60b17;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.editBtn {
  min-width: 140px;
  background: #DDDDDD;
  color: #535151;
  font-weight: 600;
  font-size: 20px;
  padding: 5px;
  margin: 0;
  border-radius: 90px;
}
.editBtn.pcShow {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 250px;
  padding: 15px 0;
}
.editBtn.spShow {
  display: none;
}
.linkBtn {
  width: 100%;
  padding: 10px 0;
  background: #E70013;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
}
.signBtn {
  width: 100%;
  min-width: auto;
  background: #E70013;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
}
.oneTimeBtn {
  min-width: 120px;
  width: 120px;
  float: left;
  padding: 5px 30px;
  background: #E70013;
  border: 1px solid #E70013;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 10px;
}
.clearBtn {
  min-width: auto;
  width: auto;
  float: left;
  padding: 5px 30px;
  background: #E70013;
/*  border: 1px solid #E70013; */
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin: 0 5px 10px 0;
}
.confirmBtn {
  width: 100%;
  padding: 10px 0;
  background: #E70013;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}
.printBtn {
  padding: 10px 0;
  background: #ddd;
  color: #535151;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
.correctionBtn {
  padding: 10px 0;
  background: #707070;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

.radioBtn label {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 25px;
  border: none;
  padding: 10px;
  padding-left: 50px;
  text-align: center;
  transition: all 0.15s;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  font-weight: 600;
}
.radioBtn label:hover {
  cursor: pointer;
}
.radioBtn label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 25px;
  height: 25px;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  background: #fff;
}
.radioBtn label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  width: 17px;
  height: 17px;
  background: #DDDDDD;
  border-radius: 50%;
}
.radioBtn label.selected::after {
  background: #F599A1;
}

.radioBtn input[type="radio"] {
  display: none;
}

.radioBtn.selected label {
}
.radioBtn label.selected {
  background: #FACCD0;
}
.radioBtn.radioPastCheckW input[type="radio"]:hover {
  cursor: pointer;
}
.radioBtn.radioPastCheckW input[type="radio"] {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
  outline: 0;
  opacity: 0;
  top: 0;
  right: 0;
  display: block;
  margin: 0;
  padding: 0;
}


.disableInputType li label:hover {
  cursor: default;
  box-shadow: none;
}
.disableInputType li label {
  opacity: 0.5;
}

.checkBtn label {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 25px;
  border: none;
  padding: 10px;
  text-align: center;
  background: #d2ddf8;
  transition: all 0.15s;
}
.checkBtn label:hover {
  cursor: pointer;
  box-shadow: 1px 2px 4px #c0c0c2;
}
.checkBtn input[type="checkbox"] {
  display: none;
}
.checkBtn label.selected {
  background: #88a2e2;
  color: #fff;
}

.radioBtn.imgRadio label {
  background: transparent;
  padding: 0;
}
.list.imgRadio li {
  min-width: auto;
}
.radioBtn.imgRadio label img {
  max-width: 100%;
}
.radioBtn.imgRadio.selected label {
  opacity: 0.6;
}
.radioBtn.imgRadio label.selected {
  opacity: 1;
}

.fileBox {
  margin: 0 auto 10px;
}
.fileBox .fileup-btn {
  display: inline-block;
  width: 180px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  border: none;
  padding: 10px 20px;
  text-align: center;
  transition: all 0.15s;
  margin: 0 auto 10px;
  border: 1px solid #DDDDDD;
  background: #ddd;
  border-radius: 22px;
}
.fileBox .fileup-btn:hover {
  cursor: pointer;
  box-shadow: 1px 2px 4px #c0c0c2;
}
.fileBox .fileName {
  display: inline-block;
  width: calc(100% - 200px);
  box-sizing: border-box;
  font-size: 16px;
  line-height: 25px;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*エラー*/
.errorwrap {
  margin: 0 auto 30px;
}
.errorwrap ul {
  padding: 10px 0;
}
.errorwrap ul li {
  font-size: 16px;
  line-height: 1.75;
  color: #E70013;
  padding: 10px 0 0;
  font-weight: 600;
}
.error select,
.error input,
.error textarea,
.error label,
.error .fileup-btn,
.error .main_visual {
  background: #FFF4F4;
  border-color: #E70013;
}
.errorMessage {
  color: #E70013;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 auto;
  padding: 0 0 10px;
}
.errorMessage:empty {
  padding: 0;
}

/*モーダルウィンドウ*/
.modal {
  position: fixed;
  z-index: 6666;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-enter-active,
.modal-leave-active {
  transition: opacity 0.4s;
}
.modal-enter-active .modal-window,
.modal-leave-active .modal-window {
  transition: opacity 0.4s, transform 0.4s;
}
.modal-enter,
.modal-leave-to {
  opacity: 0;
}
.modal-enter .modal-window,
.modal-leave-to .modal-window {
  opacity: 0;
}
.main_visual {
  display: inline-block;
  min-width: 180px;
  text-align: center;
  margin: 0 10px 10px 0;
  transition: all 0.3s;
  border: 1px solid #DDDDDD;
  background: #ddd;
  border-radius: 35px;
  font-weight: bold;
  font-weight: 600;
  padding: 10px;
}
.modal_open {
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #535151;
  text-decoration: none;
}
.main_visual:hover {
  box-shadow: 1px 1px 4px #c0c0c2;
  cursor: pointer;
}
.modal_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal_box {
  position: fixed;
  z-index: 7777;
  display: block;
  width: 80%;
  max-width: 840px;
  margin: 0;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}
.modalInner {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 60px;
}
.modal_box h4 {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  padding-left: 15px;
  margin: 0 auto 30px;
  font-weight: 600;
}
.modal_box h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #e70013;
  border-radius: 20px;
}
.modal_box .branchList ul {
  float: left;
  width: 70px;
  padding: 0 5px;
}
.modal_box .branchList ul li {
  width: 100%;
  height: 60px;
  margin: 0 0 10px;
  text-align: center;
}
.modal_box .branchList ul li a {
  display: block;
  background: #d2ddf8;
  font-size: 26px;
  line-height: 60px;
  color: #535151;
  text-decoration: none;
  transition: all 0.15s;
}
.modal_box .branchList ul li a:hover {
  cursor: pointer;
  box-shadow: 1px 2px 4px #c0c0c2;
}
.modal_box .branchList ul li span {
  display: block;
  background: #f2f4f5;
  font-size: 26px;
  line-height: 60px;
  font-weight: 400;
  color: #ddd;
  padding: 0;
  text-align: center;
}
.modal_box .branchListInr ul {
  width: 100%;
}
.modal_box .branchListInr ul li {
  border-bottom: 1px solid #e5e5e5;
}
.modal_box .branchListInr ul li a {
  display: block;
  color: #535151;
  text-decoration: none;
  padding: 10px 0;
  transition: all 0.3s;
}
.modal_box .branchListInr ul li a dl {
  padding: 0;
}
.modal_box .branchListInr ul li a dt {
  font-size: 16px;
  font-weight: 600;
}
.modal_box .branchListInr ul li a dd {
  font-size: 14px;
}
.modal_box .branchListInr ul li a:hover {
  background: #d2ddf8;
}
.link_area {
  text-align: center;
  margin-top: 30px;
}
.link_area .modal_link {
  text-align: center;
  width: 180px;
  margin: 0 auto;
}
.link_area .modal_link a {
  display: block;
  color: #535151;
  line-height: 25px;
  text-decoration: none;
  background: #DDDDDD;
  padding: 10px;
  border-radius: 90px;
  font-weight: 600;
}
.branchSelect .modal_box {
  height: 80vh;
}
.modal_box.pinCordBox {
  position: fixed;
  z-index: 7777;
  display: block;
  width: auto;
  max-width: auto;
  margin: 0;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}
.modal_box.pinCordBox .clearBtn,
.modal_box.pinCordBox .confirmBtn {
  background: #88a2e2;
  font-size: 16px;
  font-weight: 600;
}
.modal_box.pinCordBox .confirmBtn:disabled {
  background: #707070;
}
.modal_box .cordList {
  text-align: center;
  margin: 0 auto 20px;
}
.modal_box .cordList ul {
  display: inline-block;
  width: 70px;
  padding: 0 5px;
}
.modal_box .cordList ul li {
  width: 100%;
  height: 60px;
  margin: 0 0 10px;
  text-align: center;
}
.modal_box .cordList ul li a {
  display: block;
  background: #d2ddf8;
  font-size: 26px;
  line-height: 60px;
  color: #535151;
  text-decoration: none;
  transition: all 0.15s;
}
.modal_box .cordList ul li a:hover {
  cursor: pointer;
  box-shadow: 1px 2px 4px #c0c0c2;
}
.modal_box .cordList ul li span {
  display: block;
  background: #f2f4f5;
  font-size: 26px;
  line-height: 60px;
  font-weight: 400;
  color: #ddd;
  padding: 0;
  text-align: center;
}
.modal_box .tc {
  margin: 0 auto 20px;
}
.modal_box .txtBoxPin {
  width: 60%;
  margin: 0 2% 10px 5%;
}
.modal_box .clearBtn {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  margin: 0 3px 0;
  padding: 6px;
}
.modal .btn {
  display: inline-block;
  width: 45%;
  height: 70px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  border: none;
  padding: 25px 20px;
  text-align: center;
  background: #d2ddf8;
  transition: all 0.15s;
  margin: 20px 3% 0 0;
}

/*リアルタイムガイド表示*/
.alertMessage {
  position: relative;
}
.alertMessageInr {
  display: inline-block;
  position: relative;
  z-index: 666;
  background: #E70013;
  padding: 5px 20px 5px 10px;
  border-radius: 8px;
}
.alertTxt {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  white-space: pre-wrap;
  word-break: break-all;
}
.alertMessageInr:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 15px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #E70013;
  border-top: 0;
}
.alertClose {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 10px;
  height: 10px;
}
.alertClose a {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.alertClose a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #fff;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 6px;
  right: 0;
}
.alertClose a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #fff;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 6px;
  right: 0;
}

/*フッター*/
footer {
  width: 100%;
  padding: 30px 0 80px;
}
footer .copyRight {
  min-width: 880px;
  font-size: 11px;
  line-height: 1.5;
  color: #535151;
  text-align: center;
}
footer .logo {
  text-align: center;
  min-width: 880px;
  line-height: 1;
  padding: 0 0 25px;
}
footer .logo img {
  height: 49px;
}
.pageTop {
  width: 100%;
  min-width: 880px;
  background: #f2f4f5;
}
.pageTop span {
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 11px;
  color: #707070;
  vertical-align: middle;
  transition: all 0.3s;
}
.pageTop:hover span {
  cursor: pointer;
  opacity: 0.8;
}
.pageTop span img {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

/*同意画面*/
.inrCont dd {
	padding: 0 0 10px 0;
}
.teamsBox {
  max-height: 500px;
  padding-right: 20px;
  margin: 20px 0 20px;
  overflow: auto;
  background-color: white;
  scrollbar-width: 10px;
  scrollbar-color: #A0A0A0;
}
.teamsBox::-webkit-scrollbar {
	width: 10px;
	margin: 10px 0;
}
.teamsBox::-webkit-scrollbar-track {
	background-color: #DDDDDD;
  }
  
.teamsBox::-webkit-scrollbar-thumb {
	background-color: #A0A0A0;
	border-radius: 20px;
  }
.teamsBox img {
  width: 100%;
}
.teamsBox h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 5px;
}
.teamsBox h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 5px;
}
.teamsBox p {
  font-size: 16px;
  padding: 0 0 5px;
}
.teamsBox ul {
  padding: 0 0 0 10px;
}
.teamsBox li {
  font-size: 16px;
  padding: 0 0 5px;
  position: relative;
}
/*.teamsBox li:before { content: '・'; } */
.agree .item {
  padding: 60px 0 30px;
}
.agreeBox {
  padding: 35px 0 30px;
  margin: 0 auto;
  background: #FFF4F4;
  text-align: center;
  margin: 0 auto;
}
.agreeBox p {
  font-weight: 600;
  text-align: center;
  padding: 0 0 10px;
}
.agreeBox label {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  max-width: 100%;
  transition: all 0.3s;
}
.agreeBox label.selected {
/*   background: #d60b17; */
}
.agreeBox .checkbox-input {
  display: none;
}
.agreeBox .checkbox-parts {
  padding: 0 0 0 45px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.agreeBox .checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 2px solid #DDDDDD;
  background: #fff;
}
.agreeBox .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 12px;
  height: 12px;
}
.agreeBox .checkbox-input:checked + .checkbox-parts {
  font-weight: 600;
}
.agreeBox .checkbox-input:checked + .checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 5px;
    height: 10px;
    transform: rotate(40deg);
    border-bottom: 4px solid #d60b17;
    border-right: 4px solid #d60b17;
}

/*フォーム*/
.pepsList {
  counter-reset: my-counter;
  list-style: none;
  padding: 0 0 20px 25px;
}
.pepsList li:before {
  content: counter(my-counter) "：";
  counter-increment: my-counter;
  display: block;
  float: left;
  margin-left: -25px;
  text-align: center;
  vertical-align: middle;
}
.nameBox dl {
  width: 290px;
}
.nameBox .fraction dl {
  padding: 0;
  display: inline-block;
}
.nameBox .fraction .line {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  padding: 40px 10px 20px 0;
}
.enNameBox .inlineBox {
  max-width: 400px;
  width: 50%;
}
.enNameBox dl {
  max-width: 400px;
  width: 100%;
}
.costBox .txtBoxL {
  width: 400px;
}

/*ログイン・マイページ*/
.itemGroup.login {
  background: #fff;
  padding: 30px 140px;
  margin: 0 auto 30px;
}
.itemGroup.login .inrCont {
  max-width: 600px;
  margin: 0 auto;
}
.forgetInfo {
  padding: 0 0 60px;
}
.forgetInfo dt {
  font-size: 16px;
  font-weight: bold;
}
.forgetInfo dd {
  font-size: 16px;
}
.fontwb {
  font-weight: bold;
}
.tc {
  text-align: center;
}
.fl {
  float: left;
}
/* .itemGroup.important .headline02::before {
  border-left: 15px solid #fc9724;
} */
.itemGroup.important .itemBox dt {
  border-top: 1px solid #fff;
  background: #FFF4F4;
}
.itemGroup.important .itemBox .itemBoxInr:last-child dl:last-child dt {
  border-bottom: 1px solid #fff;
}
.contractList li {
  float: none;
  width: auto;
  padding: 5px;
}
.contractList li .linkBtn {
  width: auto;
}
.itemGroup.contract {
  background: #f2f4f5;
  padding: 30px 140px;
  margin: 0 auto 30px;
}
.itemGroup.contract dl {
  max-width: 600px;
  padding: 0;
  margin: 20px auto 0;
}
.itemGroup.contract .inrCont {
  max-width: 600px;
  margin: 0 auto;
}
.pdfPrev {
  width: 630px;
  margin: 0 auto;
}
.prevInr {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 142%;
}
.prevInr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.teamsBtn .downloadBtn {
  float: right;
  margin: 0 0 10px;
}
.download {
  text-align: center;
  margin: 20px auto 0;
}

.tabGroup {
  font-size: 0;
  padding: 10px 0 0;
}
.tabGroup .tab {
  display: inline-block;
  width: auto;
  min-width: 160px;
  margin: 0 10px 10px 0;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px;
  background: #d2ddf8;
  list-style: none;
  text-align: left;
  cursor: pointer;
}
.tabGroup .tab span {
  display: block;
  font-size: 14px;
}
.panel {
  display: none;
}
.tabGroup .tab.is-active {
  background: #88a2e2;
  color: #fff;
  transition: all 0.2s ease-out;
}
.tabGroup .tab.is-active span {
  color: #fff;
  transition: all 0.2s ease-out;
}
.panel.is-show {
  display: block;
}
.spShow {
  display: none;
}

.requiredCount {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  width: 250px;
  width: 205px;
  border-radius: 20px;
  background: #fff4f4;
  box-shadow: 0px 0px 20px rgba(108, 108, 108, 0.2);
  
}
.requiredCount div {
  position: relative;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  vertical-align: baseline;
  font-weight: 600;
}

.requiredCount div .number {
  display: inline-block;
  font-size: 34px;
  line-height: 40px;
  font-weight: bold;
  padding: 0 5px;
  color: #d60b17;
  vertical-align: baseline;
}

/** パスワード入力用文言 */
div .passwordNoticeTxt {
 font-size: 13px;
 color: #d60b17;
}

@media screen and (max-width: 880px) {
  header .headInr {
    min-width: 100%;
  }
  header .logo {
    float: none;
  }
  header .package {
    float: none;
    max-width: 100%;
    padding: 10px 0 0;
  }
  .mainContent {
    width: 100%;
    padding: 60px 10px 50px;
  }
  footer .copyRight {
    min-width: 100%;
  }
  footer .logo {
    min-width: 100%;
  }
  .pageTop {
    min-width: 100%;
  }
  .linkBtn {
    min-width: auto;
  }
  .itemGroup.login {
    padding: 30px;
  }
  .itemGroup.contract {
    padding: 30px;
  }
  .contactBox {
    width: 90%;
  }
  .pdfPrev {
    width: 90%;
  }
  .requiredCount {
    width: auto;
  }
  .requiredCount div {
    padding: 15px 30px;
    font-size: 14px;
  }
  .requiredCount div .number {
    font-size: 30px;
  }
  .list.radioBtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list.radioBtn li {
    width: 48%;
    min-width: initial;
  }
}

/*  ウィンドウサイズ568px以下の時のスタイル ⇒ 880px以下に変更 */
@media screen and (max-width: 880px) {
  html {
    font-size: 14px;
  }
  body {
    font-size: 14px;
  }

  /*ヘッダー*/
  header .headInr {
    padding: 45px 10px 15px;
  }
  header .logo {
    float: none;
    text-align: center;
  }
  header .logo img {
    width: auto;
    height: 30px;
  }
  header .package {
    float: none;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  header .bankcord {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  header .bankcord dt {
    float: left;
    width: 80px;
    font-size: 10px;
    line-height: 25px;
  }
  header .bankcord dd {
    float: left;
    width: 80px;
    font-size: 10px;
    line-height: 25px;
  }

  /*フロー*/



  /*見出し*/
  .headline01 {
    margin: 0 auto 30px;
  }
  .headline01 h2 {
    font-size: 20px;
    padding: 0 0 10px;
  }
  .headline02 {
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
  }
  .headline02::before {
    width: 3px;
  }
  .headline02.acr {
    background-size: 30px;
    padding-right: 30px;
  }
  .headline03 {
    font-size: 14px;
    padding: 0 0 20px;
  }
  .headline04 {
    font-size: 16px;
    padding: 10px;
    margin: 20px auto 0;
  }
  .headline05 {
    font-size: 16px;
    padding: 20px 0 0;
  }
  .headline06 {
    font-size: 16px;
    padding: 0 0 0 10px;
    margin: 20px auto 0;
  }

  /*枠*/
  .mainContent {
    padding: 30px 0px 40px;
  }

  /*項目*/
  .itemGroup {
    border-radius: 20px;
    padding: 25px 20px;
    margin: 0 auto 20px;
  }
  .item {
    padding: 20px 0 0;
  }
  .item dl {
    padding: 0;
  }
  .item .inrCont {
    padding: 0;
  }
  .item .inrCont.clear {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .item .inrCont.clear .inlineBox {
    width: 48%;
  }
  .item .inrCont figure img {
    width: 100%;
  }
  .item span {
    padding: 10px 5px;
  }
  .item .selectActive {
    padding: 20px 0 0;
  }
  .item .branchSelect {
    padding-top: 0;
  }
  .itemBox {
    margin: 20px 0;
  }
  .itemBox dl {
    display: block;
    width: 100%;
  }
  .itemBox dt {
    display: block;
    width: 100%;
    padding: 9px 5px 9px 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .itemBox dt:empty {
    display: none;
  }
  .itemBox dl:last-child dt {
    border-bottom: none;
  }
  .itemBox dl dt.requiredIcon:before {
    top: 5px;
  }
  .itemBox dl.itLabel dt {
    padding: 9px 5px 9px 15px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
  }

  .itemBox .itemBoxInr .itLabel:last-child dt {
    padding: 9px 5px 9px 15px;
  }
  .itemBox .itemBoxInr:last-child dl:last-child dt {
    border-bottom: none;
  }
  .itemBox dd {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
  }
  .itemBox dd:empty {
    display: none;
  }
  .itemBox dl.itLabel dd {
    padding: 10px 10px 10px 15px;
  }
  .itemBox .itemBoxInr .itLabel:last-child dd {
    padding: 10px 10px 10px 15px;
  }
  .itemBox li {
    float: none;
    width: 100%;
    padding: 0 0 10px;
  }
  .itemBox02 {
    margin: 20px 0;
  }
  .itemBox02 dl {
    display: block;
    width: 100%;
  }
  .itemBox02 dt {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 15px;
    line-height: 20px;
  }
  .itemBox02 dd {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
  .itemBox02 dl:last-child dt {
    border-bottom: none;
  }

  .disc {
    padding: 0 0 20px;
  }
  .disc p {
    font-size: 14px;
    line-height: 1.5;
  }
  .message {
    padding: 0 5px 20px;
  }
  .message h4 {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 0 10px;
  }
  .message p {
    font-size: 14px;
    line-height: 1.5;
  }
  .supplement {
    line-height: 1.5;
  }
  .supplement span {
    padding: 0;
  }
  .info {
    font-size: 14px;
    line-height: 1.5;
  }
  .info02 {
    font-size: 14px;
    line-height: 1.5;
  }
  .info03 {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto 20px;
  }
  .inrInfo {
    font-size: 14px;
    line-height: 1.5;
  }
  .inputInfo {
    line-height: 1.5;
  }
  .list li {
    float: none;
    min-width: 100%;
    width: 100%;
    margin: 0 0 10px;
  }
  .list02 {
    padding: 0;
  }
  .list02 li {
    min-width: 100px;
  }
  .infoList {
    padding: 20px 0;
  }
  .infoList li {
    font-size: 14px;
    line-height: 21px;
    padding: 0px 5px;
  }
  .infoList li:before {
    top: 12px;
  }
  .contactBox {
    width: 100%;
    padding: 20px 38px;
  }
  .contactBox h3 {
    font-size: 16px;
    padding: 8px 20px;
  }
  .contactBox dl {
    display: block;
  }
  .contactBox dt {
    font-size: 20px;
    line-height: 1.5;
    margin-right: 0;
  }
  .contactBox dt:before {
    width: 10px;
    height: 10px;
  }
  .contactBox dd {
    font-size: 24px;
    line-height: 1.5;
  }
  .contactBox dl:first-of-type dd {
    background-size: 26px;
    padding-left: 31px;
    width: fit-content;
    margin: 0 auto;
  }
  .contactBox dl:last-child dt {
    font-size: 14px;
  }
  .contactBox dl:last-child dd {
    font-size: 14px;
  }
  .informationWrap {
    margin: 0 auto 20px;
  }
  .informationWrap ul {
    padding: 5px;
  }
  .informationWrap ul li {
    font-size: 14px;
    line-height: 1.5;
    padding: 5px;
  }
  .contractList {
    table-layout: auto;
  }
  .contractList th {
    padding: 10px 5px;
  }
  .contractList th:last-child {
    min-width: 60px;
  }
  .contractList td {
    padding: 10px 5px;
    font-size: 10px;
  }

  /*ボタン*/
  input[type="search"],
  input[type="email"],
  input[type="text"],
  textarea {
    font-size: 16px;
    margin: 0 0 10px;
  }
  select {
    min-width: 60px;
    font-size: 16px;
  }
  .year select {
    min-width: 75px;
  }
  input.oneTimeInput {
    max-width: 100%;
    float: none;
    margin: 0 0 10px;
  }

  .button {
    min-width: 100%;
    max-width: 100%;
    font-size: 16px;
  }
  .downloadBtn {
    font-size: 14px;
  }
  .stepBtn {
    padding: 30px 20px 20px;
  }
  .stepBtn02 {
    padding: 0 0 30px;
  }
  .agreeBtn {
    padding: 10px 0;
    font-size: 16px;
  }
  .nextBtn {
    padding: 10px 0;
    font-size: 16px;
  }
  .cancelBtn {
    padding: 5px 0;
    font-size: 14px;
  }
  .modalBtn {
    font-size: 14px;
    margin: 0;
  }
  .applyBtn {
    padding: 8px 0;
    font-size: 16px;
  }
  .editBtn {
    font-size: 14px;
  }
  .editBtn.pcShow {
    display: none;
  }
  .editBtn.spShow {
    display: block;
  }
  .signBtn {
    font-size: 14px;
  }
  .oneTimeBtn {
    float: none;
    min-width: auto;
    width: auto;
    text-align: center;
    margin: 0 auto;
  }
  .radioBtn label {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
  }

  .radioBtn.imgRadio label {
    display: inline-block;
    width: auto;
  }
  .list.imgRadio li {
    text-align: center;
  }

  .fileBox .fileup-btn {
    display: block;
    width: 100%;
  }
  .fileBox .fileName {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    padding: 10px;
  }

  /*エラー*/
  .errorwrap {
    margin: 0 auto 20px;
  }
  .errorwrap ul {
    padding: 5px;
  }
  .errorwrap ul li {
    font-size: 14px;
    line-height: 1.5;
    padding: 5px;
  }
  .errorMessage {
    font-size: 14px;
    line-height: 1.5;
  }
  .alertTxt {
    font-size: 13px;
    white-space: normal;
  }
  .oneTimeCont {
    position: relative;
  }
  .oneTimeCont .alertMessage {
    position: absolute;
    bottom: 30px;
  }
  .oneTimeCont .alertMessageInr {
    position: static;
  }

  /*モーダルウィンドウ*/
  .main_visual {
    margin: 0 0 10px;
  }
  .modal_open {
    font-size: 14px;
  }
  .modal_box {
    width: 90%;
  }
  .modalInner {
    padding: 30px 10px;
  }
  .modal_box h4 {
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
    margin: 0 auto 10px;
  }
  .modal_box .branchList ul {
    float: none;
    width: 100%;
    padding: 0 0 5px;
    text-align: center;
  }
  .modal_box .branchList ul li {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0;
  }
  .modal_box .branchList ul li a {
    font-size: 14px;
    line-height: 45px;
  }
  .modal_box .branchList ul li span {
    font-size: 14px;
    line-height: 45px;
  }
  .modal_box .branchListInr ul li a {
    padding: 5px 0;
  }
  .modal_box .branchListInr ul li a dt {
    font-size: 14px;
    padding: 0;
  }
  .modal_box .branchListInr ul li a dd {
    font-size: 12px;
  }
  .link_area {
    margin-top: 20px;
  }
  .branchSelect .modal_box {
    height: 90vh;
  }
  .modal_box .cordList ul li a {
    font-size: 16px;
  }
  .modal_box .cordList ul li span {
    font-size: 16px;
  }

  /*フッター*/
  footer {
    padding: 30px 0 50px;
  }
  .pageTop span {
    padding: 15px;
  }

  /*同意画面*/
  .teamsBox img {
    width: 800px;
  }
  .agree .item {
    padding: 30px 0;
  }
  .agreeBox {
    padding: 30px 20px;
    margin: 0 auto;
  }
  .agreeBox p {
    padding: 0 0 10px;
    font-size: 16px;
  }
  .agreeBox label {
    width: 200px;
    padding: 8px 0;
    font-size: 15px;
    line-height: 30px;
  }
  .agreeBox .checkbox-parts {
    font-size: 16px;
  }
  .teamsBtn .downloadBtn {
    float: none;
  }

  /*フォーム*/
  .pepsList {
    padding: 0 0 20px 20px;
  }
  .pepsList li:before {
    margin-left: -20px;
  }
  .nameBox .inlineBox {
    display: block;
  }
  .nameBox dl {
    float: none;
  }
  .nameBox .fraction .inlineBox {
    display: inline-block;
  }
  .nameBox .fraction dl {
    float: none;
  }
  .enNameBox .inlineBox {
    max-width: 400px;
    width: 100%;
  }
  .enNameBox dl {
    max-width: 400px;
    width: 100%;
  }
  .costBox .txtBoxL {
    width: 100%;
  }
  .costBox .inlineBox {
    display: block;
  }

  /*ログイン*/
  .itemGroup.login {
    padding: 0 10px;
  }
  .forgetInfo {
    padding: 0 0 30px;
  }
  .forgetInfo dt {
    font-size: 14px;
  }
  .forgetInfo dd {
    font-size: 14px;
  }
  .itemGroup.important .itemBox dl:last-child dt {
    border-bottom: none;
  }
  .tabGroup {
    padding: 10px 10px 0;
  }
  .tabGroup .tab {
    display: block;
    width: 100%;
    min-width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0 0 10px;
    text-align: center;
  }
  .tabGroup .tab span {
    display: block;
    font-size: 12px;
    text-align: center;
  }
  .spShow {
    display: block;
  }
  .pdfPrev {
    width: 100%;
  }
  .itemGroup.contract {
    padding: 10px;
  }

  .requiredCount {
    bottom: 10px;
    right: 10px;
  }
  .requiredCount div {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 30px;
  }
  .requiredCount div .number {
    font-size: 26px;
    line-height: 30px;
    padding: 0 5px;
    color: #d60b17;
    vertical-align: baseline;
  }
  
  /** PDF */
  .pdfViewer {max-height: 300px, overflow: auto;}
  
}

/*ローディング*/
.loadingContainer .loading {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  opacity: 0.2;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loadingContainer .loading > img {
  display: block;
  width: 26px;
  height: 26px;
  user-select: none;
}

/*住所選択*/
.box_zip {
  position: relative;
}
.list_address {
  position: absolute;
  top: -52px;
  left: 300px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
  z-index: 100;
  padding: 15px;
}
.list_address .title {
  text-align: center;
  vertical-align: center !important;
  color: #fff !important;
  margin: 0 0 15px;
}
.list_address .title strong {
  vertical-align: center !important;
  font-size: 16px;
  color: #fff !important;
}
.list_address dl {
  margin: 0;
}
.list_address .postalCode {
  margin: 0 0 5px;
}
.list_address .address {
  padding-top: 1px;
  margin: 0 0 5px 5px;
}
.list_address a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.list_address a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 880px) {
  .list_address {
    top: 0;
    left: 5px;
  }
  .teamsBox p,
  .teamsBox li {
    font-size: 14px;
  }
}

#kiyaku {
}
#kiyaku .at_comment {
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 0;
}
#kiyaku .at_comment_s {
  text-indent: -1em;
  padding: 0 0 0 1em;
  font-size: 85%;
  line-height: 1.3em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment_s li {
  margin-top: 5px;
}

#kiyaku .at_comment2 {
  text-indent: -2em;
  padding: 0 0 0 2em;
  margin: 0;
}
#kiyaku .at_comment2_s {
  text-indent: -2em;
  padding: 0 0 0 2em;
  font-size: 85%;
  line-height: 1.3em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment2_s li {
  margin-top: 5px;
}

#kiyaku .at_comment2_harf {
  text-indent: -2.5em;
  padding: 0 0 0 2.5em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment2_harf_s {
  text-indent: -2.5em;
  padding: 0 0 0 2.5em;
  font-size: 85%;
  line-height: 1.3em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment2_harf_s li {
  margin-top: 5px;
}

#kiyaku .at_comment3 {
  text-indent: -3em;
  padding: 0 0 0 3em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment3_s {
  text-indent: -3em;
  padding: 0 0 0 3em;
  font-size: 85%;
  line-height: 1.3em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment3_s li {
  margin-top: 5px;
}

#kiyaku .at_comment4 {
  text-indent: -4em;
  padding: 0 0 0 4em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment4_s {
  text-indent: -4em;
  padding: 0 0 0 4em;
  font-size: 85%;
  line-height: 1.3em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment4_s li {
  margin-top: 5px;
}

#kiyaku .at_comment5 {
  text-indent: -5em;
  padding: 0 0 0 5em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment5_s {
  text-indent: -5em;
  padding: 0 0 0 5em;
  font-size: 85%;
  line-height: 1.3em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment5_s li {
  margin-top: 5px;
}

#kiyaku .at_comment6 {
  text-indent: -6em;
  padding: 0 0 0 6em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment6_s {
  text-indent: -6em;
  padding: 0 0 0 6em;
  font-size: 85%;
  line-height: 1.3em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment6_s li {
  margin-top: 5px;
}

#kiyaku .at_comment6_harf {
  text-indent: -6.5em;
  padding: 0 0 0 6.5em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment6_harf_s {
  text-indent: -6.5em;
  padding: 0 0 0 6.5em;
  font-size: 85%;
  line-height: 1.3em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment6_harf_s li {
  margin-top: 5px;
}

#kiyaku .at_comment7 {
  text-indent: -7em;
  padding: 0 0 0 7em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment7_s {
  text-indent: -7em;
  padding: 0 0 0 7em;
  font-size: 85%;
  line-height: 1.3em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment7_s li {
  margin-top: 5px;
}

#kiyaku .at_comment8 {
  text-indent: -8em;
  padding: 0 0 0 8em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment8_s {
  text-indent: -8em;
  padding: 0 0 0 8em;
  font-size: 85%;
  line-height: 1.3em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment8_s li {
  margin-top: 5px;
}

#kiyaku .at_comment10 {
  text-indent: -10em;
  padding: 0 0 0 10em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment10_s {
  text-indent: -10em;
  padding: 0 0 0 10em;
  font-size: 85%;
  line-height: 1.3em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment10_s li {
  margin-top: 5px;
}

#kiyaku .at_comment11 {
  text-indent: -11em;
  padding: 0 0 0 11em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment11_s {
  text-indent: -11em;
  padding: 0 0 0 11em;
  font-size: 85%;
  line-height: 1.3em;
  margin: 10px 0 0 0;
}
#kiyaku .at_comment11_s li {
  margin-top: 5px;
}

#kiyaku .m_point_box ul {
  margin: 10px 0;
}
#kiyaku .m_point_box ul li ul.at_comment_s li {
  font-size: 68%;
  font-weight: normal;
  margin: 5px 0 0 0;
  padding: 0;
  line-height: 1.4em;
}

#kiyaku .m_txt_info {
  font-size: 108%;
  font-weight: bold;
  margin: 15px 0 0;
}

#kiyaku h2 {
  font-size: 131%;
  font-weight: bold;
  border-bottom: 2px #d60b17 solid;
  padding: 0 0 3px 1.2em;
  margin: 40px 0 0;
  background: url(https://loan.hokugin.co.jp/common/images/bg_header02.gif) left 0.15em no-repeat;
}
#kiyaku h2:first-child {
  margin-top: 20px;
}
#kiyaku h3 {
  font-size: 16px;
  font-weight: bold;
  color: #E70013;
  margin: 30px 0 0 0;
  padding-bottom: 3px;
}
#kiyaku h5 {
  font-size: 116%;
  font-weight: bold;
  border-bottom: 2px #d0cdc5 solid;
  margin: 30px 0 0 0;
  padding-bottom: 3px;
}
#kiyaku p {
  margin: 10px 0 0 0;
}
#kiyaku .txt_bold {
  font-weight: bold;
}
#kiyaku span {
  display: initial;
  line-height: 1.75;
  font-weight: 400;
  padding: 0 0 0 0;
}
@media screen and (max-width: 880px) {
  #kiyaku ol.m_parenthesis_list {
    padding-left: 2em;
  }
}

/* 標準 */
#kiyaku ul.m_plane_list {
  margin: 10px 0 0;
}
#kiyaku ul.m_plane_list li {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li01.gif) left 0.55em no-repeat;
  padding: 0 0 0 1em;
  margin-bottom: 5px;
}
#kiyaku dl.m_plane_list {
  margin: 10px 0 0;
}
#kiyaku dl.m_plane_list dt {
  font-weight: bold;
}
#kiyaku dl.m_plane_list dd {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li01.gif) left 0.55em no-repeat;
  padding: 0 0 0 1em;
  margin-bottom: 3px;
}
#kiyaku .m_point_box ul li ul.m_plane_list li {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li01.gif) left 0.55em no-repeat;
  padding: 0 0 0 1em;
  margin: 7px 0 0;
  font-size: 66%;
  font-weight: normal;
}

#kiyaku ul.m_none_list li {
  background: none !important;
  padding-left: 0;
}

#kiyaku ol.m_plane_list {
  margin-top: 10px;
}
#kiyaku ol.m_plane_list li {
  list-style: decimal;
  margin: 0 0 0 20px;
  padding-bottom: 15px;
}
#kiyaku ol li ul.m_plane_list li {
  list-style: none;
  margin-left: 0;
}
#kiyaku ol.m_plane_list li ul li {
  list-style: none;
  margin-left: 0;
}

#kiyaku .txt_right {
  text-align: right !important;
}

/* 括弧付き */
#kiyaku ol.m_parenthesis_list {
  margin-bottom: 1em;
  padding-left: 1em;
}
#kiyaku ol.m_parenthesis_list li {
  position: relative;
  list-style: none;
  margin: 0 0 0 2%;
}
#kiyaku ol.m_parenthesis_list li span {
  position: absolute;
  top: 0;
  left: -2em;
}
* html ol.m_parenthesis_list li span {
  top: -0em;
} /* for win ie6 */
*:first-child + html ol.m_parenthesis_list li span {
  top: -0em;
} /* for win ie7 */

/* 見出し付き */
#kiyaku ul.m_headed_list {
  margin: 20px 0 0;
}
#kiyaku ul.m_headed_list li {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li01.gif) left 2em no-repeat;
  padding: 0.6em 0 0 1em !important;
  margin-bottom: 5px;
}
#kiyaku ul.m_headed_list li:first-child {
  padding-top: 0 !important;
  background-position: left 0.55em;
}
#kiyaku ul.m_headed_list p.m_headed_title {
  font-size: 108%;
  font-weight: bold;
  margin-top: 0;
}
#kiyaku ul.m_headed_list p.m_headed_sub_text {
  margin-top: 3px;
}

/* 矢印 */
#kiyaku ul.m_arrow_list {
  margin: 20px 0 0;
}
#kiyaku ul.m_arrow_list li {
  background: url(https://loan.hokugin.co.jp/common/images/arrow04.gif) left 0.55em no-repeat;
  padding: 0 0 8px 1em;
  margin-bottom: 5px;
  border-bottom: 1px #e5e5e5 solid;
}
#kiyaku ul.m_arrow_list li a {
  color: #000000;
}

/* PDF */
#kiyaku ul.m_pdf_line_list {
  margin: 20px 0 0;
}
#kiyaku ul.m_pdf_line_list li {
  background: url(https://loan.hokugin.co.jp/common/images/icon_pdf.gif) left 0.1em no-repeat;
  padding: 0 0 8px 20px;
  margin-bottom: 5px;
  border-bottom: 1px #e5e5e5 solid;
}
#kiyaku ul.m_pdf_line_list li a {
  color: #000000;
}

/* 横並べ */
#kiyaku ul.m_list_three li {
  width: 30%;
  float: left;
  list-style: inside;
}
#kiyaku ul.m_list_three li.m_fullwidth {
  width: 100%;
}

/* 番号付き */
#kiyaku ol.m_no_list {
  margin: 20px 0;
}
#kiyaku ol.m_no_list li {
  padding: 0 0 4px 20px;
  margin: 0 10px 5px 0;
}
#kiyaku ol.m_no_list li.m_no_01 {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li_no01.gif) left 0.1em no-repeat;
}
#kiyaku ol.m_no_list li.m_no_02 {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li_no02.gif) left 0.1em no-repeat;
}
#kiyaku ol.m_no_list li.m_no_03 {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li_no03.gif) left 0.1em no-repeat;
}
#kiyaku ol.m_no_list li.m_no_04 {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li_no04.gif) left 0.1em no-repeat;
}
#kiyaku ol.m_no_list li.m_no_05 {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li_no05.gif) left 0.1em no-repeat;
}
#kiyaku ol.m_no_list li.m_no_06 {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li_no06.gif) left 0.1em no-repeat;
}
#kiyaku ol.m_no_list li.m_no_07 {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li_no07.gif) left 0.1em no-repeat;
}
#kiyaku ol.m_no_list li.m_no_08 {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li_no08.gif) left 0.1em no-repeat;
}
#kiyaku ol.m_no_list li.m_no_09 {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li_no09.gif) left 0.1em no-repeat;
}
#kiyaku ol.m_no_list li.m_no_10 {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li_no10.gif) left 0.1em no-repeat;
}

/* 番号付き(グラデーション) */
#kiyaku ol.m_no_gra_list {
  margin: 20px 0;
}
#kiyaku ol.m_no_gra_list li {
  padding: 0 0 5px 26px;
  margin: 0 10px 5px 0;
}
#kiyaku ol.m_no_gra_list li.m_no_gra01 {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li_no_gra01.gif) left 0.1em no-repeat;
}
#kiyaku ol.m_no_gra_list li.m_no_gra02 {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li_no_gra02.gif) left 0.1em no-repeat;
}
#kiyaku ol.m_no_gra_list li.m_no_gra03 {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li_no_gra03.gif) left 0.1em no-repeat;
}
#kiyaku ol.m_no_gra_list li.m_no_gra04 {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li_no_gra04.gif) left 0.1em no-repeat;
}
#kiyaku ol.m_no_gra_list li.m_no_gra05 {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li_no_gra05.gif) left 0.1em no-repeat;
}
#kiyaku ol.m_no_gra_list li.m_no_gra06 {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li_no_gra06.gif) left 0.1em no-repeat;
}
#kiyaku ol.m_no_gra_list li.m_no_gra07 {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li_no_gra07.gif) left 0.1em no-repeat;
}
#kiyaku ol.m_no_gra_list li.m_no_gra08 {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li_no_gra08.gif) left 0.1em no-repeat;
}
#kiyaku ol.m_no_gra_list li.m_no_gra09 {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li_no_gra09.gif) left 0.1em no-repeat;
}
#kiyaku ol.m_no_gra_list li.m_no_gra10 {
  background: url(https://loan.hokugin.co.jp/common/images/bg_li_no_gra10.gif) left 0.1em no-repeat;
}

/* windowアイコンimg */
#kiyaku .txt_middle {
  vertical-align: middle !important;
}
#kiyaku img.txt_middle {
  width: auto;
}

/*------------------------------
	テーブル
-------------------------------*/
#kiyaku .tbColor01 {
  background: none #faf8e9 !important;
}

/* 商品テーブル */
#kiyaku table.m_item_table {
  margin: 20px 0 0;
  table-layout: fixed;
  width: 100%;
}
#kiyaku table.m_item_table caption {
  border: 1px #e0d9c6 solid;
  border-bottom: none;
  text-align: center;
  padding: 10px;
  background: none #fff5d9;
  font-weight: bold;
}
#kiyaku table.m_item_table th {
  border: 1px #e0d9c6 solid;
  padding: 10px;
  background: none #faf8e9;
}
#kiyaku table.m_item_table td {
  border: 1px #e0d9c6 solid;
  padding: 10px;
  background: none #ffffff;
}

/* 中央寄せテーブル */
#kiyaku table.m_centering_table {
  margin: 20px auto 0;
  table-layout: fixed;
  width: 100%;
}
#kiyaku table.m_centering_table caption {
  font-weight: bold;
}
#kiyaku table.m_centering_table caption.m_table_caption_repletion {
  font-weight: normal;
  text-align: right;
}
#kiyaku table.m_centering_table th {
  border: 1px #e0d9c6 solid;
  padding: 10px;
  background: none #faf8e9;
}
#kiyaku table.m_centering_table td {
  border: 1px #e0d9c6 solid;
  padding: 10px;
  background: none #ffffff;
}
#kiyaku table.m_centering_table tr.table_header th {
  background: none #fff5d9;
}

/* 中央寄せテーブル(th左) */
#kiyaku table.m_centering_table_l {
  margin: 20px auto 0;
  table-layout: fixed;
  width: 100%;
}
#kiyaku table.m_centering_table_l caption {
  border-bottom: none;
  font-weight: bold;
}
#kiyaku table.m_centering_table_l caption.m_table_caption_repletion {
  font-weight: normal;
  text-align: right;
}
#kiyaku table.m_centering_table_l th {
  border: 1px #e0d9c6 solid;
  padding: 10px;
  background: none #fff5d9;
}
#kiyaku table.m_centering_table_l td {
  border: 1px #e0d9c6 solid;
  padding: 10px;
  background: none #ffffff;
}

/* 中央寄せテーブル(th左)02 */
#kiyaku table.m_centering_table_l02 {
  margin: 20px auto 0;
  table-layout: fixed;
  width: 100%;
}
#kiyaku table.m_centering_table_l02 caption {
  border-bottom: none;
  font-weight: bold;
}
#kiyaku table.m_centering_table_l02 caption.m_table_caption_repletion {
  font-weight: normal;
  text-align: right;
}
#kiyaku table.m_centering_table_l02 th {
  border: 1px #e0d9c6 solid;
  padding: 10px;
  background: none #fff5d9;
}
#kiyaku table.m_centering_table_l02 td {
  border: 1px #e0d9c6 solid;
  padding: 10px;
  background: none #ffffff;
}

/* テーブル(td・th中央寄せ) */
#kiyaku table.m_table_c {
  margin: 20px auto 0;
  table-layout: fixed;
  width: 100%;
}
#kiyaku table.m_table_c caption {
  border-bottom: none;
  font-weight: bold;
}
#kiyaku table.m_table_c caption.m_table_caption_repletion {
  font-weight: normal;
  text-align: right;
}
#kiyaku table.m_table_c th {
	border-right: 1px #e0d9c6 solid;
  padding: 18px 10px;
  background: none #faf8e9;
  text-align: center;
}
#kiyaku table.m_table_c td {
    border-right: 1px #e0d9c6 solid;
    border-bottom: 1px #e0d9c6 solid;
  padding: 10px;
  background: none #ffffff;
  text-align: center;
  font-size: 30px;
  line-height: 1;
}
#kiyaku table.m_table_c td.txt_left {
	font-size: 14px;
	border-left: 1px #e0d9c6 solid;
	vertical-align: middle;
	text-align: left;
	padding: 20px;
}
#kiyaku table.m_table_c tr.table_header th {
  background: none #FFF4F4;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
}
#kiyaku table.m_table_c tr.table_header th:last-child {
	border-right: none;
}

/* テーブル(td・th左寄せ) */
#kiyaku table.m_table_l {
  margin: 20px auto 0;
  table-layout: fixed;
  width: 100%;
}
#kiyaku table.m_table_l caption {
  border-bottom: none;
  font-weight: bold;
}
#kiyaku table.m_table_l caption.m_table_caption_repletion {
  font-weight: normal;
  text-align: right;
}
#kiyaku table.m_table_l th {
  border: 1px #e0d9c6 solid;
  padding: 10px;
  background: none #faf8e9;
  text-align: left;
}

#kiyaku table.m_table_l td {
  border: 1px #e0d9c6 solid;
  padding: 10px;
  background: none #ffffff;
  text-align: left;
}
#kiyaku table.m_table_l tr.table_header th {
  background: none #FFF4F4;
}

#kiyaku .bg_color01 {
  background-color: #c2002e !important;
}
#kiyaku .bg_color02 {
  background-color: #ed8121 !important;
}
#kiyaku .bg_color03 {
  background-color: #6b28d0 !important;
}
#kiyaku .bg_color04 {
  background-color: #333333 !important;
}
#kiyaku .bg_color05 {
  background-color: #f2eddc !important;
}
#kiyaku .bg_color06 {
  background-color: #e6f6ff !important;
}
#kiyaku .bg_color07 {
  background-color: #ffeaea !important;
}

#kiyaku table tr th,
#kiyaku table tr td {
  word-wrap: break-word;
}
#kiyaku table tr td big {
	font-size: 16px;
	font-weight: bold;
}

#kiyaku table.m_table_l tr.bg_color06 th,
#kiyaku table.m_table_l tr.bg_color06 td {
  background-color: #e6f6ff;
}

#kiyaku table.m_table_l tr.bg_color05 th,
#kiyaku table.m_table_l tr.bg_color05 td {
  background-color: #fff5d9;
}

#kiyaku table.m_table_l tr.bg_color04 th,
#kiyaku table.m_table_l tr.bg_color04 td {
  background-color: #ccffcc;
}

#rentai {
  margin-bottom: 50px;
}
#rentai h3 {
  font-size: 124%;
  font-weight: bold;
  color: #d60b17;
  border-bottom: 2px #d0cdc5 solid;
  margin: 30px 0 0 0;
  padding-bottom: 3px;
}

.onlyDownload .downloadBtn {
  float: left;
  margin: 0 0 10px;
}

#kakusyuup {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: double 5px #e05041;
}
#kakusyuup p {
  margin: 0;
  padding: 0;
}

#chkme {
  margin-bottom: 20px;
}
#chkme h3 {
  font-size: 124%;
  font-weight: bold;
  color: #d60b17;
  border-bottom: 2px #d0cdc5 solid;
  margin: 30px 0 0 0;
  padding-bottom: 3px;
}

#cardgroup h2 {
  font-size: 131%;
  font-weight: bold;
  border-bottom: 2px #d60b17 solid;
  padding: 0 0 3px 1.2em;
  margin: 40px 0 0;
  background: url(https://loan.hokugin.co.jp/common/images/bg_header02.gif) left 0.15em no-repeat;
}
#cardgroup strong {
  font-weight: bold;
}

/* dl_table */

#cardgroup h2 {
  margin-bottom: 15px !important;
}

#cardgroup h3 {
  margin-bottom: 10px !important;
}

#cardgroup dl {
  width: 100%;
  background: #FFF4F4;
  border-bottom: 1px #DDDDDD solid;
  border-left: 1px #DDDDDD solid;
  padding: 0;
}

#cardgroup dt {
  width: 35%;
  font-weight: bold;
  padding: 10px 2%;
  clear: left;
  float: left;
  border-top: 1px #DDDDDD solid;
}

#cardgroup dt span {
  color: #f00;
}

#cardgroup dd {
  background: #fff;
  border-top: 1px #DDDDDD solid;
  border-right: 1px #DDDDDD solid;
  border-left: 1px #DDDDDD solid;
  padding: 10px 2% 5px;
  margin-left: 35%;
  word-break: break-all;
}

#cardgroup dd:after {
  content: "";
  display: block;
  clear: both;
}

#cardgroup dd li {
  margin-bottom: 5px;
}

#cardgroup .w100 {
  width: 100%;
}

#cardgroup .w80 {
  width: 80%;
}

#cardgroup label input[type="text"] {
  margin-right: 5px;
}

#cardgroup label + label {
  margin-left: 10px;
}

/* ほくぎんカードローン その他同意事項 */
div#\30 00288_010346_012936_1_1 {
    margin-top: -45px;
    margin-bottom: -40px;
}

/* カードローンNOW その他同意事項 */
div#\30 00288_010349_012433_1_1 {
    margin-top: -30px;
    margin-bottom: -10px;
}

#doui .agreeWord li {
  margin-left: 1em;
  list-style-type: decimal;
  font-weight: 600;
  /* margin-top: 30px; */
}

a[target="_blank"] {
  padding-right: 20px;
  background: url(../image/icon_window.gif) right
    center/11px auto no-repeat;
}