@charset "shift_jis";
/* Updated 2022/04/26.T */
/* Updated 2022/03/03.T */

/* ************************
 wrap
************************* */
main{
  width: 100%;
}
main a:hover{
  opacity: 0.7;
}
header {
  z-index: 0;
}

/* ************************
 background modifier
************************* */
.bgType01{
  background: #eff7c4;
}
.bgType02{
  background: #f0f0f0;
}
.bgType03{
  background: #fdffcf;
}
.bgType04{
  background: #f9fbfd;
}
.bgType05{
  background: #edf3b2;
}
.bgType06{
  background: #fdd9b2;
}
.bgType07{
  background: #e3efbd;
}
.bgType08{
  background: #f8f8f8;
}
.bgTypeImg01{
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_contents_bg_pattern01.gif) 0 0 repeat;
}
.bgType01.bgArrowType01,
.bgType02.bgArrowType01,
.bgType03.bgArrowType01,
.bgType04.bgArrowType01,
.bgType05.bgArrowType01,
.bgType06.bgArrowType01,
.bgType07.bgArrowType01,
.bgType08.bgArrowType01,
.bgTypeImg01.bgArrowType01{
  padding-top: 43px;
  padding-bottom: 5px;
}
.bgArrowType01:before{
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -50px;
  border-style: solid;
  border-width: 40px 50px 0 50px;
  border-color: #ffffff transparent transparent transparent;
}
[class^="sectionInner"] > [class^="bgFullType"]{
  margin-left: -100%;
  margin-right: -100%;
}

/* ************************
 position modifier
************************* */
.posRelative{
  position: relative;
}
.posAbsolute{
  position: absolute;
}
.posStatic{
  position: static;
}

/* ************************
 border modifier
************************* */
.borderLeftType01{
  border-left: 2px solid #a0c81e;
}

/* ************************
 fontsize modifier
************************* */
.fs12{
  font-size: 12px !important;
}
.fs26{
  font-size: 26px !important;
}

/* ************************
 txt modifier
************************* */
.ledeTxt{
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
.ledeTxt.large{
  font-size: 22px;
}
.icoClerk{
  position: relative;
  display: inline-block;
  text-align: left;
}
.icoClerk:after{
  content: " ";
  position: absolute;
  right: -125px;
  top: -34px;
  width: 112px;
  height: 112px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_bankClerk_001.png) right center no-repeat;
}
.normalTxt{
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
}
.middleTxt{
  font-size: 16px;
}
.smallTxt{
  font-size: 12px;
}
.boldTxt{
  font-weight: bold !important;
}
.colorRed{
  color: #ff4040 !important;
}
.colorSky{
  color: #3885dc !important;
}

/* ************************
 txt align modifier
************************* */
.txtL{text-align: left !important;}
.txtC{text-align: center !important;}
.txtR{text-align: right !important;}

/* ************************
 width modifier
************************* */
.w05p{width: 5% !important;}
.w10p{width: 10% !important;}
.w15p{width: 15% !important;}
.w20p{width: 20% !important;}
.w25p{width: 25% !important;}
.w30p{width: 30% !important;}
.w35p{width: 35% !important;}
.w40p{width: 40% !important;}
.w45p{width: 45% !important;}
.w50p{width: 50% !important;}
.w55p{width: 55% !important;}
.w60p{width: 60% !important;}
.w65p{width: 65% !important;}
.w70p{width: 70% !important;}
.w75p{width: 75% !important;}
.w85p{width: 85% !important;}
.w80p{width: 80% !important;}
.w90p{width: 90% !important;}
.w95p{width: 95% !important;}
.w100p{width: 100% !important;}
.w750{width: 750px !important;}
.wAuto{width: auto !important;}

/* ************************
 inner
************************* */
.sectionInner01{
  width: 1008px;
  margin: 30px auto 0;
}
.sectionInner02{
  width: 1008px;
  margin: 30px auto 0;
  padding: 30px;
}
.sectionInner03{
  width: 1008px;
  margin: 0 auto;
  padding: 30px 0;
}
.sectionInner04{
  width: 750px;
  margin: 30px auto 0;
}
.sectionInner05{
  width: 950px;
  margin: 0 auto;
}
.sectionInner06{
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.sectionInner07{
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.sectionInner08{
  width: 100%;
  margin: 0 auto;
  padding: 30px;
}
.sectionInner09{
  width: 100%;
  margin: 30px auto 0;
}
.sectionInner10{
  width: 1008px;
  margin: 25px auto 0;
  padding: 33px 20px;
}
.sectionInner11{
  width: 100%;
  margin: 42px auto 0;
  padding: 35px 36px;
}
[class^="sectionInner"] + [class^="sectionInner"]{
  margin-top: 55px;
}

/* ************************
 list
************************* */
.cautionList{
  margin-top: 15px;
}
.cautionList li{
  margin-top: 10px;
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 12px;
}
.cautionList li:first-child{
  margin-top: 0;
}
.cautionList li:before{
  content: "\00203b";
  display: inline;
  width: 1em;
  margin-right: 0.2em;
}
.cautionList.numType li{
  padding-left: 2em;
  text-indent: -2em;
}
.cautionList.numType li:before{
  display: none;
}
.dotList li{
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.dotList li:before{
  content: "\0030fb";
  display: inline;
  width: 1em;
}
.dotList:first-child li:first-child{
  margin-top: 0;
}
.normalList{
  margin-top: 15px;
}
.normalList li{
  margin-top: 10px;
  font-size: 12px;
}
.normalList li:first-child{
  margin-top: 0;
}
.normalTxt + .cautionList{
  margin-top: 5px;
}
[class^="bgType"] .normalList,
[class^="bgType"] .cautionList,
[class^="bgType"] .dotList{
  margin-top: 20px;
}

/* ************************
 housingBreadcrumb
************************* */
.housingBreadcrumb{
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_breadcrumb_bg_001.gif) 0 0 repeat-x;
}
.housingBreadcrumbList *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.housingBreadcrumbList{
  width: 1008px;
  margin: 0 auto;
  padding: 6px 0 7px;
  letter-spacing: -0.4em;
}
.housingBreadcrumbList li{
  display: inline-block;
  letter-spacing: normal;
}
.housingBreadcrumbList li a,
.housingBreadcrumbList li span{
  font-size: 12px;
  color: #333;
}
.housingBreadcrumbList li:after{
  content: "\003e";
  display: inline-block;
  padding: 0 10px;
}
.housingBreadcrumbList li:last-child:after{
  display: none;
}

/* ************************
 headingBlock
************************* */
.headingBlockA01{
  margin: 55px 0;
}
.headingBlockA01 h1{
  color: #0a8b71;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.headingBlockA02{
  margin: 45px 0 0;
}
.headingBlockA02 h2,
.headingBlockA02 h3{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #004831;
}
.headingBlockA02 h4{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #004831;
}
.headingBlockA02 h5{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.headingBlockB01{
  margin: 120px 0 70px;
  padding: 3px 0;
  background-image: url(/kojin/jutaku_loan/column/common/imgs/cmn_bg_ttl01_top.png), url(/kojin/jutaku_loan/column/common/imgs/cmn_bg_ttl01_bottom.png);
  background-position: center top, center bottom;
  background-repeat: repeat-x, repeat-x;
}
.headingBlockB01.firstChild{
  margin-top: 60px;
  padding-top: 0;
  background-image: url(/kojin/jutaku_loan/column/common/imgs/cmn_bg_ttl01_bottom.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}
.headingBlockB01.isPosTopMinus{
  position: relative;
  top: -3px;
}
.headingBlockB01 h2{
  padding: 36px 0 30px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_heading_bg_001.gif) 0 0 repeat;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.headingBlockB01 h2 .stepText{
  margin-right: 20px;
}
.headingBlockC01{
  margin: 60px auto 30px;
  padding: 0 15px;
}
[class^="sectionInner"] + .headingBlockC01{
  margin-top: 30px;
}
[class^="sectionInner"] > .headingBlockC01{
  padding: 0;
}
.headingBlockC01Inner{
  position: relative;
  width: 1008px;
  margin: 0 auto;
}
.headingBlockC02Inner{
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px;
  background: #f8f8f8;
  border-radius: 10px;
}
.headingBlockC01 h3{
  position: relative;
  width: 100%;
  padding-left: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #004831;
}
.headingBlockC02 h3{
  position: relative;
  width: 100%;
  padding-left: 14px;
  font-size: 18px;
  font-weight: bold;
  color: #004831;
  line-height: 1.2;
}
.headingBlockC01 h3:before{
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 100%;
  margin: 0;
  padding: 0;
  background-image:  url(/kojin/jutaku_loan/column/common/imgs/cmn_heading_bg_002.png);
  background-position: left bottom;
  background-repeat: repeat;
}
.headingBlockC02 h3:before{
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 100%;
  transform: translateY(-50%);
  background: #C4D700;
}
.headingBlockD01{
  padding: 30px 0;
  text-align: center;
}

/* ************************
 mainvisualBlock
************************* */
.mainvisualBlock *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainvisualBlockInner{
  width: 1008px;
  margin: 0 auto;
  padding: 45px 0;
}
.mvImage{
  margin-top: 30px;
}
.mainvisualBlock .ledeTxt{
  margin-top: 0;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.mainvisualBlockInner .headingBlockA01{
  margin-top: 0;
  margin-bottom: 10px;
}

/* ************************
 anchorLinkBlock
************************* */
.anchorLinkBlockWrap{
  padding: 60px 0;
  background: #f6f1d3;
}
.anchorLinkBlock *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.anchorLinkBlock{}
.anchorLinkList{
  width: 1008px;
  margin: 0 auto;
  letter-spacing: -0.4em;
}
.anchorLinkList li{
  display: inline-block;
  width: 240px;
  margin-right: 16px;
  letter-spacing: normal;
  vertical-align: middle;
}
.anchorLinkList li:last-child{
  margin-right: 0 !important;
}
.anchorLinkList li a{
  position: relative;
  display: block;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_contents_bg_pattern01.gif) left center repeat;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 20px 10px 55px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
.anchorLinkList li a:after{
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  bottom: 13px;
  left: 50%;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_005.png) center center no-repeat;
  margin-left: -16px;
}
.anchorLinkList li .stepTxt{
  display: block;
  margin-bottom: 10px;
}
.anchorLinkList li .anchorTxt{
  display: block;
}
/* column modifier */
.anchorLinkList.column3{
  width: 752px;
}
.anchorLinkList.column4{
  width: 1008px;
}

/* ************************
 table
************************* */
.myhomeTableType01{
  width: 950px;
  margin: 30px auto 0;
  table-layout: fixed;
  border-collapse: separate;
  border-left: 2px solid #a0c81e;
  -webkit-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.myhomeTableType01.typeW750{
  width: 750px;
}
.myhomeTableType01 *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.myhomeTableType01 thead th{
  background: #a0c81e;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.myhomeTableType01 thead th.col01{
  -webkit-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
  border-left: 2px solid #a0c81e;
  border-right: 2px solid #ffffff;
  vertical-align: middle;
}
.myhomeTableType01 thead th.col02{
  -webkit-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
  border-right: 2px solid #a0c81e;
  vertical-align: middle;
}
.myhomeTableType01 tbody th{
  background: #faffe2;
  padding: 15px;
  border-right: 2px solid #a0c81e;
  border-bottom: 2px solid #a0c81e;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
.myhomeTableType01 tbody td{
  padding: 15px;
  background: #fff;
  border-right: 2px solid #a0c81e;
  border-bottom: 2px solid #a0c81e;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
}
.myhomeTableType01.tdCenter tbody td{
  text-align: center;
}
.myhomeTableType01 .cautionList{
  margin-top: 10px;
}
.myhomeTableType01 .cautionList li{
  font-size: 14px;
}
.myhomeTableType02{
  width: 950px;
  margin: 30px auto 0;
  border-collapse: separate;
}
.myhomeTableType02 *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.myhomeTableType02 thead th{
  background: #a0c81e;
  padding: 20px;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.myhomeTableType02 tbody td{
  padding: 20px;
  border-right: 2px solid #a0c81e;
  border-bottom: 2px solid #a0c81e;
  background: #fff;
  font-size: 16px;
  text-align: right;
}
.myhomeTableType02 tbody td:first-child{
  border-left: 2px solid #a0c81e;
  text-align: left;
}
.myhomeTableType02 tbody td.noBorderRight{
  border-right: none;
}
.myhomeTableType03{
  width: 1008px;
  margin: 30px auto 0;
  border-collapse: separate;
}
.myhomeTableType03 *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.myhomeTableType03 thead th{
  position: relative;
  background: #a0c81e;
  border-right: 15px solid #fff;
  width: 31%;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}
.myhomeTableType03 thead th:after{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -11px;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  border-color: #a0c81e transparent transparent transparent;
}
.myhomeTableType03 thead th:first-child{
  width: 6%;
  border-right: 10px solid #fff;
}
.myhomeTableType03 thead th:last-child{
  border-right: none;
}
.myhomeTableType03 thead th.noBgCell{
  background: none;
}
.myhomeTableType03 thead th.noBgCell:after{
  display: none;
}
.myhomeTableType03 tbody th{
  background: #faffe2;
  padding: 0;
  border-right: 10px solid #fff;
  border-bottom: 3px solid #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  white-space:nowrap;
}
.myhomeTableType03 tbody th span{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.myhomeTableType03 tbody td{
  padding: 15px 20px;
  border-right: 15px solid #fff;
  border-bottom: 3px solid #fff;
  font-size: 16px;
  text-align: left;
}
.myhomeTableType03 tbody td:last-child{
  border-right: none;
}
.myhomeTableType03 .bgPtn01Row th,
.myhomeTableType03 .bgPtn01Row td{
  background: #f9fbe5;
}
.myhomeTableType03 .bgPtn01Row td{
  padding-top: 20px;
}
.myhomeTableType03 .bgPtn02Row th,
.myhomeTableType03 .bgPtn02Row td{
  background: #ffedb2;
}
.myhomeTableType03 .bgPtn03Row th,
.myhomeTableType03 .bgPtn03Row td{
  background: #f0f0f0;
}
.myhomeTableType03 .dotList{
  margin-left: -0.2em;
}
.myhomeTableType03 .dotList li{
  margin-top: 15px;
}

/* table layout div*/
.myhomeTableSeparete{
  width: 950px;
  margin: 30px auto 0;
  table-layout: fixed;
  border-collapse: separate;
  border-left: 2px solid #a0c81e;
  -webkit-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.myhomeTableSeparete.typeW750{
  width: 750px;
}
.spTableSeparete{
  display: none;
}
.myhomeTableSeparete *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.myhomeTableSeparete thead th{
  background: #a0c81e;
  border-right: 2px solid #fff;
  padding: 22px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.myhomeTableSeparete thead th.col01{
  -webkit-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
  border-left: 2px solid #a0c81e;
  border-right: 2px solid #ffffff;
}
.myhomeTableSeparete thead th.col02{
  -webkit-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
  border-right: 2px solid #a0c81e;
}
.myhomeTableSeparete thead th:last-child{
  border-right: 2px solid #a0c81e;
  -webkit-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.myhomeTableSeparete tbody th{
  background: #faffe2;
  padding: 15px;
  border-right: 2px solid #a0c81e;
  border-bottom: 2px solid #a0c81e;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
.myhomeTableSeparete tbody td{
  padding: 15px;
  background: #fff;
  border-right: 2px solid #a0c81e;
  border-bottom: 2px solid #a0c81e;
  font-size: 18px;
  text-align: left;
}
.myhomeTableSeparete.tdCenter tbody td{
  text-align: center;
}
.myhomeTableSeparete.tdRight tbody td{
  text-align: right;
}
.myhomeTableSeparete .cautionList{
  margin-top: 10px;
}
.myhomeTableSeparete .cautionList li{
  font-size: 14px;
}

/* table layout div*/
.myhomeTableLayoutBlock01{}
.myhomeTableLayoutBlock01 .tableColumn2Wrap{
  width: 1008px;
  margin: 0 auto;
}
.myhomeTableLayoutBlock01 .tableColumn2Wrap:before,
.myhomeTableLayoutBlock01 .tableColumn2Wrap:after {
  content:"";
  display:table;
}
.myhomeTableLayoutBlock01 .tableColumn2Wrap:after {
  clear:both;
}
.myhomeTableLayoutBlock01 .tableColumn2Wrap .tableColumn01{
  float: left;
  width: 495px;
  border: 2px solid #a0c81e;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.myhomeTableLayoutBlock01 .tableColumn2Wrap .tableColumn02{
  float: right;
  width: 495px;
  border: 2px solid #fcb466;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.myhomeTableLayoutBlock01 .tableThCell{
  background: #a0c81e;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.myhomeTableLayoutBlock01 .tableColumn02 .tableThCell{
  background: #fcb466;
}
.myhomeTableLayoutBlock01 .tableColumn2Wrap .tableColumn01 .tableThCell{
}
.myhomeTableLayoutBlock01 .tableColumn2Wrap .tableColumn02 .tableThCell{
}
.myhomeTableLayoutBlock01 .tableTdCell {
  padding: 15px;
  border-bottom: 2px solid #a0c81e;
  font-size: 18px;
  vertical-align: middle;
}
.myhomeTableLayoutBlock01 .tableColumn02 .tableTdCell {
  border-color: #fcb466;
}
.myhomeTableLayoutBlock01 .tableTdCell:last-child{
  border-bottom: none;
}
.myhomeTableLayoutBlock01 .tableTdCell.prural{
  padding: 29px 15px;
}
.myhomeTableLayoutBlock01.tdDotIco .tableTdCell > span{
  display: block;
  padding-left: 20px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_table_001.png) left center no-repeat;
}
.myhomeTableLayoutBlock01.tdDotIco .tableColumn02 .tableTdCell > span{
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_table_002.png) left center no-repeat;
}

/* scroll table */
.myhomeTableTypeScroll {
  width: 950px;
  margin: 30px auto 0;
}
.myhomeTableTypeScroll:before,
.myhomeTableTypeScroll:after {
  content:"";
  display:table;
}
.myhomeTableTypeScroll:after {
  clear:both;
}
.myhomeTableTypeScroll *{
  box-sizing: border-box;
}
.myhomeTableSpFixParts {
  display: none;
}
.myhomeTableSpScrollParts {
  width: 100%;
}
.myhomeTableType04 {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
.myhomeTableType04 .pcOnlyCell{
  display: table-cell;
}
.myhomeTableType04 thead th{
  background: #a0c81e;
  border-right: 2px solid #fff;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  vertical-align: middle;
}
.myhomeTableType04 tbody th{
  background: #faffe2;
  padding: 15px;
  border-right: 2px solid #a0c81e;
  border-bottom: 2px solid #a0c81e;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
.myhomeTableType04 tbody td{
  padding: 10px 20px;
  border-right: 2px solid #a0c81e;
  border-bottom: 2px solid #a0c81e;
  background: #fff;
  font-size: 18px;
  text-align: left;
}
.myhomeTableSpScrollParts .myhomeTableType04{
  border-left: 2px solid #a0c81e;
  -webkit-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.myhomeTableSpScrollParts .myhomeTableType04 th:last-child{
  border-right: 2px solid #a0c81e;
  -webkit-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.myhomeTableSpScrollParts .myhomeTableType04 th.borderTop{
  border-top: 2px solid #fff;
}
.myhomeTableSpScrollParts .myhomeTableType04 td{
  vertical-align: middle;
}
.tdCenter .myhomeTableSpScrollParts .myhomeTableType04 tbody td{
  text-align: center;
}
.myhomeTableSpScrollParts .myhomeTableType04 tbody td.firstChild{
  background: #faffe2;
  font-weight: bold;
}

/* ************************
 borderRadiusBlockA01
************************* */
.borderRadiusBlockA01{
  padding: 15px;
  border: 2px solid #a0c81e;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* ************************
 btnLink
************************* */
.btnLink{
  position: relative;
  display: block;
  width: 100%;
  max-width: 365px;
  margin: 25px auto 0;
  background: #004831;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 0 rgba(0,0,0,0.1);
  box-shadow: 0 6px 0 rgba(0,0,0,0.1);
  padding: 22px 30px 20px;
  font-size: 17px;
  font-weight: bold;
  color: #fff !important;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}
.btnLink.isNarrow{
  padding: 10px 30px 14px;
}
.btnLink.isPageLink{
  margin-top: 75px;
}
.btnLink:hover{
  color: #fff;
}
.btnLink.arrowRight:after{
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 24px;
  margin-top: -12px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_002_right.png) center center no-repeat;
  -webkit-background-size: 7px auto;
  background-size: 7px auto;
}
.btnLink.isBlank{
  padding-right: 45px;
  padding-left: 45px;
}
.btnLink.isBlank:after{
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_blank_001.png) center center no-repeat;
}
.btnLink.signboard{
  max-width: 365px;
}
.btnLink.signboard:before{
  content: " ";
  position: absolute;
  top: 25%;
  left: -20px;
  width: 76px;
  height: 58px;
  margin-top: -29px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_signBorad_next_001.png) left center no-repeat;
}
.pageNavBlock .btnLink{
  margin-top: 40px;
}

/* customerBtn */
main .customerBtn01 {
  display: block;
  width: 100%;
  padding: 14px 40px 14px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #fa8200 url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_004.png) right 20px center no-repeat;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 0 rgba(0,0,0,0.1);
  box-shadow: 0 6px 0 rgba(0,0,0,0.1);
}
.customerBtn01 .customerBtnInner {
  display: block;
  padding-left: 40px;
  position: relative;
}
.customerBtn01 .customerBtnInner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}
.customerBtn01.typeShop .customerBtnInner:before {
  width: 26px;
  height: 32px;
  margin-top: -16px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_shop01.png) center center no-repeat;
  background-size: 100% 100%;
  left: 0;
}
.customerBtn01.typeTel .customerBtnInner:before {
  width: 26px;
  height: 32px;
  margin-top: -16px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_tel01.png) center center no-repeat;
  background-size: 100% 100%;
  left: 0;
}
.customerBtn01.typeWeb .customerBtnInner:before {
  width: 32px;
  height: 30px;
  margin-top: -15px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_pc01.png) center center no-repeat;
  background-size: 100% 100%;
  left: 0;
}
.customerBtn01 .customerBtnTxtLarge {
  font-size: 28px;
}
.customerBtn01 .customerBtnTxtSmall {
  font-size: 16px;
}

main .customerBtn01.typePcCnt,
.device-pc main .customerBtn01.typePcCnt,
.device-tab main .customerBtn01.typeSpTabCnt,
.device-sp main .customerBtn01.typeSpTabCnt {
  display: block;
}
main .customerBtn01.typeSpTabCnt,
.device-pc main .customerBtn01.typeSpTabCnt,
.device-tab main .customerBtn01.typePcCnt,
.device-sp main .customerBtn01.typePcCnt {
  display: none;
}

/* ************************
 textLink
************************* */
a.textLink{
  color: #004831;
  text-decoration: underline;
}
a.textLink:hover{
  text-decoration: none;
}
a.textLink.arrowRight{
  display: inline-block;
  margin-right: 15px;
  padding-left: 15px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_006.png) left 5px no-repeat;
  font-size: 16px;
  text-decoration: none;
}

/* ************************
 calcBlock
************************* */
.calcBlock{
  width: 1008px;
  margin: 45px auto 0;
  border: 2px solid #a0c81e;
  border-top: none;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.calcColumn2Wrap{
  width: 100%;
}
.calcColumn2Wrap:before,
.calcColumn2Wrap:after {
  content: " ";
  display: table;
}
.calcColumn2Wrap:after {
  clear: both;
}
.calcColumn2Wrap .calcColumn01,
.calcColumn2Wrap .calcColumn02{
  float: left;
  width: 50%;
}
.calcColumn2Wrap .calcBlockWrap{
  position: relative;
  padding-bottom: 78px;
}
.calcColumn2Wrap .calcTitle{
  padding: 20px;
  background: #a0c81e;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.lBorderRadius .calcTitle{
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.rBorderRadius .calcTitle{
  border-left: 2px solid #fff;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}
.calcBlockInner{
  padding: 15px 45px 7px;
}
.calcBlockInner02{
  padding: 8px 50px 15px;
}
.calcDetailParts{
  width: 100%;
  margin-top: 25px;
  letter-spacing: -0.4em;
}
.calcDetailParts:first-of-type{
  margin-top: 0;
}
.calcDetailParts .calcDetailTtl{
  display: inline-block;
  width: 155px;
  margin-right: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
  letter-spacing: normal;
  line-height: 1.2;
}
.calcDetailParts .calcDetailTtl .subTxt{
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: middle;
}
.modalIco{
  display: inline-block;
  background: #d8d8d8;
  margin-left: 7px;
  padding: 2px 3px 0px 3px;
  border-radius: 14px;
  line-height: 1.2;
  font-size: 18px;
  color: #8e8e8e;
  cursor: pointer;
  vertical-align: 1px;
}
.calcDetailParts .calcDetailForm span.modalIco{
  vertical-align: 1px;
}
.calcDetailParts .calcDetailForm{
  display: inline-block;
  width: 245px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
  letter-spacing: normal;
}
.calcDetailParts .calcDetailForm span{
  display: inline-block;
  font-size: 22px;
  vertical-align: bottom;
}
.calcDetailParts .calcDetailForm span.subTtl{
  font-size: 16px;
  vertical-align: middle;
}
.calcDetailParts .calcDetailForm span.subTtl:first-of-type{
  margin-top: 0;
}
.numCalc01{
  display: inline-block;
  width: 212px;
  margin-right: 7px;
  padding: 5px 10px;
  border: 2px solid #a0c81e;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
}
.numCalc01.isReadOnly{
  outline: 0;
  cursor: default;
  color: #004832;
  pointer-events : none;
}
.numCalc01.isReadOnly:-ms-input-placeholder{
  color: #ddd;
  opacity: 1;
}
.numCalc01.isReadOnly::selection{
  background: none;
  color: #ddd;
  opacity: 1;
}
.numCalc01.isReadOnly:focus::-webkit-input-placeholder{
  color: #ddd;
  opacity: 1;
}
.numCalc01.isReadOnly:focus:-moz-placeholder{
  color: #ddd;
  opacity: 1;
}
.numCalc01.isReadOnly:focus::-moz-placeholder{
  color: #ddd;
  opacity: 1;
}
.calcSum .numCalc01{
  width: 185px;
  margin-right: 0;
  padding: 0;
  border: none;
}
::-webkit-input-placeholder {
  color: #ddd;
}
::-moz-placeholder {
  color: #ddd; opacity: 1;
}
:-ms-input-placeholder {
  color: #ddd;
}
.calcColumn2Wrap .calcSumBlock{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #a0c81e;
  letter-spacing: -0.4em;
}
.calcColumn2Wrap .calcSumBlock .calcSumBlockInner{
  position: relative;
  margin: 0 45px;
  padding: 15px 0;
  text-align: center;
}
.calcColumn2Wrap .calcSumBlock .calcSumTtl{
  display: inline-block;
  width: 155px;
  margin-right: 5px;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  letter-spacing: normal;
  vertical-align: middle;
}
.calcColumn2Wrap .calcSumBlock .calcSum{
  display: inline-block;
  width: 245px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: normal;
  text-align: right;
  vertical-align: middle;
}
.calcColumn2Wrap .calcSumBlock .calcSum:after{
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  margin-left: 10px;
  background: #a0c81e;
}
.calcColumn2Wrap .calcSumBlock .calcSumYen{
  padding: 0 8px 0 12px;
  font-size: 22px;
  font-weight: bold;
  vertical-align: bottom;
}
.calcBlockInner02 .calcDetailParts .calcDetailForm{
  width: 340px;
  text-align: right;
}
.calcBlockInner02 .calcDetailParts .calcDetailFormInner{
  margin-top: 15px;
}
.calcBlockInner02 .calcDetailParts .calcDetailFormInner:first-child{
  margin-top: 0;
}
.calcBlockInner02 .calcDetailParts .calcDetailForm .numCalc01{
  margin-left: 5px;
}
.calcBlockInner02 .calcDetailParts .calcDetailForm span.subTtl{
  display: inline-block;
}
.calcBlockInner02 .calcDetailParts .calcDetailTtl{
  width: 50px;
}

/* calcBlock02 */
.calcBlock02{
  width: 927px;
  margin: 0 auto;
}
.calcColumn3Wrap{
  position: relative;
  width: 100%;
}
.calcColumn3Wrap:before{
  content: " ";
  position: absolute;
  top: 50%;
  left: 275px;
  display: block;
  width: 36px;
  height: 18px;
  margin-top: -9px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_minus_001.png) center center no-repeat;
}
.calcColumn3Wrap:after{
  content: " ";
  position: absolute;
  top: 50%;
  right: 285px;
  display: block;
  width: 36px;
  height: 18px;
  margin-top: -9px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_equal_001.png) center center no-repeat;
}
.calcColumn3WrapInner{
  width: 100%;
}
.calcColumn3WrapInner:before,
.calcColumn3WrapInner:after {
  content: " ";
  display: table;
}
.calcColumn3WrapInner:after {
  clear: both;
}
.calcColumn3Wrap .calcColumn01{
  float: left;
  width: 260px;
  padding: 15px 10px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.calcColumn3Wrap .calcColumn02,
.calcColumn3Wrap .calcColumn03{
  float: left;
  width: 270px;
  margin-left: 63px;
  padding: 20px 10px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.calcBlock02 .calcDetailParts{
  text-align: center;
}
.calcBlock02 .calcDetailParts .calcDetailTtl{
  width: auto;
}
.calcBlock02 .calcColumn3Wrap .calcColumn01 .calcDetailParts .calcDetailTtl{
  margin-top: 10px;
}
.calcBlock02 .calcDetailParts .calcDetailForm{
  display: block;
  width: 100%;
  margin-top: 10px;
}
.calcBlock02 .calcColumn3Wrap .calcColumn01 .calcDetailParts .calcDetailForm{
  margin-top: 25px;
}
.calcBlock02 .calcDetailParts .calcDetailForm span{
  font-size: 21px;
}
.calcBlock02 .calcColumn3Wrap .calcSumBlock{
  text-align: center;
}
.calcBlock02 .calcColumn3Wrap .calcSumBlock .calcSumTtl{
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
  letter-spacing: normal;
  line-height: 1.2;
}
.calcBlock02 .calcColumn3Wrap .calcColumn03 .numCalc01{
  border: none;
}

/* ************************
 infomation
************************* */
.infomationBlock{
  position: relative;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_infoparts_bg_001.gif) 0 0 no-repeat;
  border: 4px solid #ffedb2;
  padding: 25px 40px;
}
.infomationBlock.typeW750{
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.infomationBlock:after{
  content: " ";
  display: inline-block;
  position: absolute;
  right: -69px;
  bottom: 35px;
  width: 72px;
  height: 92px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_infoparts_ico_002.png) center center no-repeat;
}
.infomationBlock.type01:after{
  content: " ";
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 78px;
  height: 64px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_infoparts_ico_001.png) center center no-repeat;
  background-size: 78px auto;
}
.infoColumn2Wrap:before,
.infoColumn2Wrap:after {
  content: " ";
  display: table;
}
.infoColumn2Wrap:after {
  clear: both;
}
.infoColumn2Wrap .columnBlock01{
  float: left;
  width: 148px;
}
.infoColumn2Wrap .columnBlock02{
  float: right;
  width: 500px;
}
.ptn01 .infoColumn2Wrap .columnBlock01{
  width: 280px;
}
.ptn01 .infoColumn2Wrap .columnBlock02{
  width: 355px;
}
.infomationBlock .infoTtl{
  background: #fbe6a2;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  padding: 10px 8px 6px 8px;
  font-size: 18px;
  font-weight: bold;
  color: #004831;
  text-align: center;
}
.infomationBlock .infoTxt{
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.7;
}
.infomationBlock .infoTxt:first-child{
  margin-top: 0;
}
.infomationBlock .btnLink{
  width: 75%;
  margin: 25px auto 0;
}
.infomationBlock.ptn01 .btnLink{
  width: 100%;
}

/* ************************
 consultationBlock
************************* */
.consultationBlock *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.consultationBlock{
  min-width: 1028px;
  margin-top: 45px;
  background: #d7e487;
}
.consultationBlockInner{
  width: 1008px;
  margin: 0 auto;
  padding: 60px 0 70px;
  text-align: center;
}
.consuleLedeBlock .consuleTtl{
  font-size: 36px;
  font-weight: bold;
  color: #004831;
  text-align: center;
}
.consuleLedeBlock .consuleTxt{
  display: inline-block;
  margin-top: 40px;
  padding-left: 180px;
  font-size: 18px;
  color: #333;
}
.consuleBtnBlock{
  position: relative;
  background: #fff;
  margin-top: 50px;
  padding: 50px 30px;
  text-align: center;
}
.consuleBtnBlock:before{
  content: " ";
  position: absolute;
  top: -170px;
  left: 55px;
  width: 194px;
  height: 232px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_consule_ico_001.png) 0 0 no-repeat;
  z-index: 2;
}
.consuleBtnBlockInner{
  width: 718px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.78;
}
.consuleBtnList{
  letter-spacing: -0.4em;
}
.consuleBtnList > li{
  display: inline-block;
  letter-spacing: normal;
  margin-top: 35px;
}
.consuleBtnList > li > a,
.consuleBtnList > li > span{
  display: block;
  background: #fa8200;
  width: 330px;
  padding: 17px 15px 13px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0 #c96b07;
  box-shadow: 0 3px 0 #c96b07;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.consuleBtnList > li > a > span,
.consuleBtnList > li > span > span{
  display: inline-block;
  padding-left: 37px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.consuleBtnList > li > a > span.ico01,
.consuleBtnList > li > span > span.ico01{
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_consuleBtn_ico_001.png) left 2px no-repeat;
}
.consuleBtnList > li > a > span.ico02,
.consuleBtnList > li > span > span.ico02{
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_consuleBtn_ico_002.png) left 2px no-repeat;
}
.consuleBtnList > li > a > span.ico03,
.consuleBtnList > li > span > span.ico03{
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_consuleBtn_ico_003.png) left 2px no-repeat;
}
.consuleBtnList > li > a > span > span,
.consuleBtnList > li > span > span > span{
  font-size: 16px;
}
.consuleBtnList > li:first-child > a,
.consuleBtnList > li:first-child > span{
  width: 390px;
}
.consuleBtnList > li:nth-child(2){
  margin-right: 20px;
}

/* ************************
 customerBlock
************************* */
.customerBlock01 .customerBlockTop {
  padding: 0 0 86px;
  position: relative;
}
.customerBlock01 .customerBlockTop:before {
  content: "";
  width: 188px;
  height: 173px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_img_guide01.png) no-repeat top center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 9px;
}
.customerBlock01 .customerBlockTop:after {
  content: "";
  width: 159px;
  height: 165px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_img_guide02.png) no-repeat top center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 1px;
  right: -1px;
}
.customerBlock01 .customerBlockMid {
  width: 988px;
  margin: 0 auto;
  padding: 35px 40px 43px 40px;
  background: #f5f1d2;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 -5px 0 #e4e0c3;
  box-shadow: 0 -5px 0 #e4e0c3;
}
.customerBlock01 .customerBlockBtm {
  padding: 10px 10px 60px 10px;
  background: #fff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.customerBlock01 .customerBlockBtm > * {
  margin-top: 25px;
}
.customerBlock01 .customerBlockBtm > *:first-child {
  margin-top: 0;
}
.customerBlock01 .customerTxt01 {
  font-size: 18px;
  text-align: center;
}
.customerBlock01 .customerTxt02 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.customerBlock01 .customerBox {
  padding: 40px 20px 0 20px;
  background: #dbefff;
  -webkit-border-top-left-radius: 22px;
  -webkit-border-top-right-radius: 22px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  position: relative;
}
.customerBlock01 .customerBox .customerIco01 {
  width: 140px;
  position: absolute;
  top: -70px;
  left: 42px;
  padding: 30px 10px;
  background: #177740;
  border-radius: 100px;
}
.customerBlock01 .customerBox .customerIco01 p {
  font-size: 33px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 4px;
}
.customerBlock01 .customerBox > * {
  margin-top: 25px;
}
.customerBlock01 .customerBox > *:first-child {
  margin-top: 0;
}
.customerBlock01 .customerBox .customerTitBox01 {
  margin-top: 0;
}
.customerBlock01.underLayer .customerBox .customerTitBox01 {
  padding-bottom: 40px;
}
.customerBlock01 .customerBox .customerTitBox01 > * {
  margin-top: 10px;
}
.customerBlock01 .customerBox .customerTitBox01 > *:first-child {
  margin-top: 0;
}
.customerBlock01 .customerBox .customerTitBox01 > .title01 {
  font-size: 34px;
  font-weight: bold;
  color: #004831;
  line-height: 1.3;
  text-align: center;
}
.customerBlock01 .customerBox .customerIpsBlock01 > * {
  margin-top: 15px;
}
.customerBlock01 .customerBox .customerIpsBlock01 > *:first-child {
  margin-top: 0;
}
.customerBlock01 .customerBox .customerIpsBlock01 > .customerIpsTxt01 {
  font-size: 20px;
  font-weight: bold;
  color: #009275;
  text-align: center;
}
.customerBlock01 .customerBox .customerIpsBlock01 .customerIpsList01 {
  text-align: center;
  letter-spacing: -0.5em;
}
.customerBlock01 .customerBox .customerIpsBlock01 .customerIpsList01 .ipsListElm {
  display: inline-block;
  width: 252px;
  margin-left: 38px;
  letter-spacing: normal;
}
.customerBlock01 .customerBox .customerIpsBlock01 .customerIpsList01 .ipsListElm:first-child {
  margin-left: 0;
}
.customerBlock01 .customerDetailBox {
  padding: 0 68px;
}
.customerBlock01 .customerDetailBox > * {
  margin-top: 25px;
}
.customerBlock01 .customerDetailBox > *:first-child {
  margin-top: 0;
}
.customerBlock01 .customerDetailBox .customerTxtBox01 > * {
  margin-top: 5px;
}
.customerBlock01 .customerDetailBox .customerTxtBox01 > *:first-child {
  margin-top: 0;
}
.customerBlock01 .customerDetailBox .customerBtnList01 {
  letter-spacing: -0.5em;
}
.customerBlock01 .customerDetailBox .customerBtnList01 .listElm {
  display: inline-block;
  width: 366px;
  margin-left: 20px;
  letter-spacing: normal;
}
.customerBlock01 .customerDetailBox .customerBtnList01 .listElm:first-child {
  margin-left: 0;
}

/* underLayer only */
.customerBlockBgOuter{
  position: relative;
  margin-top: 115px;
  padding: 40px 0 0;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_contents_bg_pattern01.gif) left top repeat;
}
.customerBlockBgOuter:before{
  content: " ";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_bg_ttl01_top.png) left top repeat-x;
}
.customerBlockBgInner{
  margin: 0 auto;
  padding: 0 0 55px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_customer_bg_001.png) center -55px no-repeat;
}

/* ************************
 housingFooterNav
************************* */
.housingFooterNavBlock *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.housingFooterNavBlock{
  position: relative;
  min-width: 1028px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_footer_bg_pattern01.gif) 0 0 repeat;
}
.housingFooterNavBlock:before{
  content: " ";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_footer_bg_pattern02.png) center top repeat-x;
}
.housingFooterNavBlock:after{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_footer_bg_pattern03.png) center bottom repeat-x;
  z-index: 2;
}
.housingFooterNavInner{
  width: 1028px;
  margin: 0 auto;
  padding: 50px 0 100px;
}
.housingFooterTtlBlock{
  text-align: center;
}
.housingFooterTtlBlock .housingFooterTtl{
  position: relative;
  display: inline-block;
  padding-bottom: 50px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.housingFooterTtlBlock .housingFooterTtl span{
  font-size: 18px;
  margin-left: 10px;
}
.housingFooterNavList{}
.housingFooterNavList:before,
.housingFooterNavList:after {
  content: " ";
  display: table;
}
.housingFooterNavList:after {
  clear: both;
}
.housingFooterNavList > li{
  float: left;
  width: 350px;
  padding: 0 20px;
}
.housingFooterNavList > li:nth-child(3n){
  float: left;
  width: 328px;
  padding-right: 0;
}
.housingFooterNavList > li > a{
  display: block;
  padding: 15px 0 15px 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.housingFooterNavList > li > a.num01{
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_footer_numIco01.png) left 7px no-repeat;
  border-bottom: solid 2px #c5e0af;
}
.housingFooterNavList > li > a.num02{
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_footer_numIco02.png) left 7px no-repeat;
  border-bottom: solid 2px #c5e0af;
}
.housingFooterNavList > li > a.num03{
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_footer_numIco03.png) left 7px no-repeat;
  border-bottom: solid 2px #c5e0af;
}
.housingFooterNavList .listBorderB {
  padding-bottom: 10px;
  border-bottom: solid 1px #498600;
}
.housingFooterSubnav li{
  margin-top: 20px;
}
.housingFooterSubnav li a{
  display: block;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_004.png) left center no-repeat;
  padding-left: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}
.housingFooterSubnav .footerAncLinkBlk li {
  padding-left: 16px;
  text-indent: -16px;
}
.housingFooterSubnav .footerAncLinkBlk.footerAncLinkStepBlk li {
  padding-left: 5em;
  text-indent: -5em;
}
.housingFooterSubnav .footerAncLinkBlk li a {
  background-image: none;
  font-size: 14px;
}
/* ************************
 imageTxtBlock01
************************* */
.imageTxtBlock01{
  margin: 10px auto 0;
}
.imageTxtBlock01:after{
  display: table;
  clear: both;
  content: '';
}
.imageTxtBlock01 .imageBlock{
  float: right;
  width: 28%;
  padding-left: 5%;
  text-align: center;
}
.imageTxtBlock01 .txtBlock{
  float: left;
  width: 72%;
  font-size: 18px;
}
.imageTxtBlock01 .txtBlockTtl{
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}

/* width modifier */
.imageTxtBlock01.imageTxtw920{
  width: 920px;
}
.imageTxtBlock01.imageTxtw920 .imageBlock{
  width: 27%;
  margin-left: 0;
}
.imageTxtBlock01.noFixWidth .txtBlock{
  width: auto;
}
.imageTxtBlock01.noFixWidth .imageBlock{
  float: left;
  width: auto;
}

/* ************************
 imageBlock
************************* */
.imageBlockA01 *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.imageBlockA01{
  margin: 35px auto 0;
  text-align: center;
}

/* ************************
 col02TxtBlock01
************************* */
.col02TxtBlock01 > *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col02TxtBlock01:after{
  display: table;
  clear: both;
  content: '';
}
.col02TxtBlock01 .col02TxtArea{
  float: left;
  width: 48.41%;
}
.col02TxtBlock01 .col02TxtArea:nth-child(2n){
  float: right;
}
.col02TxtBlock01 .col02TxtTtl{
  padding: 25px 10px 20px;
  background: #edf3b2;
  border-radius: 15px 15px 0 0;
  text-align: center;
  color: #004831;
  font-size: 24px;
  font-weight: bold;
}
.col02TxtBlock01 .col02TxtInner{
  padding: 25px 20px;
  border: 3px solid #edf3b2;
  border-top: none;
  border-radius: 0 0 15px 15px;
}
.col02TxtBlock01 .col02TxtList li{
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 18px;
}
.col02TxtBlock01 .col02TxtList li:first-child{
  margin-top: 0;
}

/* ************************
 modal
************************* */
/* overlay */
#modalOverlay{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  background-color:rgba(0,0,0,0.6);
  z-index:100;
}

/* modal parts*/
body.jsModalFix{
  position: fixed;
  top: 0;
  width: 100%;
  padding-right: 18px;
  overflow: hidden;
}
.modalOuter{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 101;
}
.modalWindow{
  position: absolute;
  top: 25%;
  left: 3.5%;
  width: 80%;
  max-width: 1008px;
  margin: 0 auto;
  background: #f5f1d2;
  z-index: 102;
}
.modalWindow .modalWindowInner{
  padding: 40px 40px 120px;
  font-size: 16px;
  line-height: 1.75;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_modal_bg_001_pc.png) center bottom no-repeat;
}
.modalWindow.jsSlickOn .modalWindowInner{
  padding: 40px 40px 120px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_modal_bg_001_pc.png) center bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  height: 430px;
}
.modalWindow.jsSlickOn .sliderInner{
  max-height: 300px;
  overflow-y: auto;
}
.modalWindow .modalCloseBtn{
  position: absolute;
  top: -40px;
  right: 0;
  text-align: center;
}
.modalWindow .modalCloseBtn .modalClose{
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 20px;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_close02.png) center center no-repeat;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
  cursor: pointer;
}
.modalWindow .modalCloseBtn .modalOpen:hover{
  opacity: 0.8;
}
.modalWindow .modalTtlBlock{
  width: 100%;
  letter-spacing: -0.4em;
}
.modalWindow.jsSlickOn .modalTtlBlock{
  padding: 0 30px;
}
.modalWindow .modalTtlBlock .modalTtl{
  position: relative;
  width: 100%;
  padding: 0 0 15px;
  font-size: 22px;
  font-weight: bold;
  color: #026350;
  letter-spacing: normal;
}
.modalWindow.jsSlickOn .modalTtlBlock .modalTtl{
  padding: 15px 0;
}
.modalWindow .modalTtlBlock .modalTtl .modalContTag{
  position: absolute;
  top: 12px;
  right: 0;
  display: inline-block;
  padding: 6px 17px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  color: #009275;
}
.modalWindow .modalColumn2WrapA01{
  width: 100%;
  margin-top: 10px;
  padding: 0 30px;
}
.modalWindow .modalColumn2WrapA01:before,
.modalWindow .modalColumn2WrapA01:after {
  content:"";
  display:table;
}
.modalWindow .modalColumn2WrapA01:after {
  clear:both;
}
.modalWindow .modalColumn2WrapA01 .columnBlock01{
  float: right;
  width: 30%;
  padding-left: 4%;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.75;
}
.modalWindow .modalColumn2WrapA01 .columnBlock02{
  float: left;
  width: 70%;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.75;
}
/* slider */
.modalWindow .jsSlickSlider img{
  width: 100%;
}
.modalWindow .slick-dotted.slick-slider{
  margin-bottom: 0;
}
.modalWindow  .slick-dots li.slick-active button:before{
  opacity: 1;
}
.modalWindow .slick-prev,
.modalWindow .slick-next{
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.modalWindow .slick-prev:before,
.modalWindow .slick-next:before{
  display: none;
}
.modalWindow .slick-prev:hover,
.modalWindow .slick-next:hover{
  opacity: 0.7;
}
.modalWindow .slick-prev {
  width: 44px;
  height: 44px;
  background: url(/kojin/jutaku_loan/column/common/imgs/slider_prev_01.png) center center no-repeat;
  left: -25px;
}
.modalWindow [dir="rtl"] .slick-prev {
  right: -25px;
}
.modalWindow .slick-next {
  width: 44px;
  height: 44px;
  background: url(/kojin/jutaku_loan/column/common/imgs/slider_next_01.png) center center no-repeat;
  right: -25px;
}
.modalWindow [dir="rtl"] .slick-next {
  left: -25px;
}
.modalWindow .slick-dots{
  bottom: 50px;
  left: 0;
}
.modalWindow .slick-dots li{
  margin: 0;
}
.modalWindow .slick-dots li button:before{
  content: " ";
  width: 11px;
  height: 11px;
  background: url(/kojin/jutaku_loan/column/common/imgs/slider_dot_off_001.png) center center no-repeat;
  opacity: 1;
  line-height: 1;
}
.modalWindow .slick-dots li.slick-active button:before{
  background: url(/kojin/jutaku_loan/column/common/imgs/slider_dot_on_001.png) center center no-repeat;
}

.intDb {
  display: inline-block !important;
}

/* ************************
pageNav
************************* */
.pageNavBlock{
  margin-top: 50px;
}
.pageNavBlock.isColumn3{
  padding: 30px 0 55px;
}
.pageNavBlock.isColumn3.isCurrent01{
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_pageNav_img_3column_001_pc.png) center top no-repeat;
}
.pageNavBlock.isColumn3.isCurrent02{
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_pageNav_img_3column_002_pc.png) center top no-repeat;
}
.pageNavBlock.isColumn3.isCurrent03{
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_pageNav_img_3column_003_pc.png) center top no-repeat;
}
.pageNavBlock.isColumn4{
  padding: 30px 0 55px;
}
.pageNavBlock.isColumn4.isCurrent01{
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_pageNav_img_4column_001_pc.png) center top no-repeat;
}
.pageNavBlock.isColumn4.isCurrent02{
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_pageNav_img_4column_002_pc.png) center top no-repeat;
}
.pageNavBlock.isColumn4.isCurrent03{
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_pageNav_img_4column_003_pc.png) center top no-repeat;
}
.pageNavBlock.isColumn4.isCurrent04{
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_pageNav_img_4column_004_pc.png) center top no-repeat;
}
.pageNavList{
  display: table;
  table-layout: fixed;
  margin: 0 auto;
}
.pageNavBlock.isColumn3 .pageNavList{
  width: 810px;
}
.pageNavBlock.isColumn4 .pageNavList{
  width: 940px;
}
.pageNavList li{
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 20px;
}
.pageNavList li:first-child{
  margin-left: 0;
}
.pageNavBlock.isColumn3 .pageNavList li{
  width: 250px;
}
.pageNavBlock.isColumn4 .pageNavList li{
  width: 215px;
}
.pageNavList li a{
  display: block;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_pageNav_ico_001_pc.png) center top no-repeat;
  padding-top: 95px;
  font-size: 16px;
  font-weight: bold;
  color: #004831;
}
.pageNavList li a:hover{
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_pageNav_ico_001_pc_hover.png) center top no-repeat;
  opacity: 1;
}
.pageNavList li.current a{
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_pageNav_ico_current_001_pc.png) 30px top no-repeat;
}
.pageNavBlock.isColumn3 .pageNavList li:first-child.current a{
  background-position: 67px top;
}
.pageNavBlock.isColumn3 .pageNavList li:nth-child(2).current a{
  background-position: 40px top;
}
.pageNavBlock.isColumn3 .pageNavList li:nth-child(3).current a{
  background-position: 60px top;
}
.pageNavBlock.isColumn4 .pageNavList li:nth-child(2).current a{
  background-position: 30px top;
}
.pageNavBlock.isColumn4 .pageNavList li:nth-child(3).current a{
  background-position: 38px top;
}
.pageNavBlock.isColumn4 .pageNavList li:nth-child(4).current a{
  background-position: 23px top;
}
.pageNavList li a span{
  display: inline-block;
  background: url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_008.png) left center no-repeat;
  padding-left: 30px;
}
.pageNavList li a span.singleTxt{
  padding: 10px 0 10px 30px;
}
.pageNavList li a:hover span{
  opacity: 0.7;
}
.pageNavList li.current a{
  padding-left: 0;
}
.pageNavList li.current a span{
  background: none;
  padding-left: 0;
  color: #177740;
}
.pageNavBlock.isColumn3 .pageNavList li.current a{
  padding-left: 40px;
}
.pageNavBlock.isColumn4 .pageNavList li:last-child a{
  padding-right: 20px;
}

/* ************************
imgSpOpen
************************* */
.imgSpOpen{
  display: none;
}

/* ************************
linkHub
************************* */
.linkHub .sectionInner04{
  margin: 20px auto 60px;
}

/* ************************
animation
************************* */
.jsScrollAct01.active{
  animation: bound 1.5s ease-in-out;
}
@keyframes bound{
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*-------------------------------------------
mpsBlock
-------------------------------------------*/
.mpsBlock{
  width: 750px;
  margin: 51px auto 0;
  padding: 58px 20px 62px;
  border: 4px solid #def0a5;
  background: #fff url(/kojin/jutaku_loan/column/common/imgs/index_bg_mps01.png) no-repeat;
  background-size: 100% auto;
  text-align: center;
  box-sizing: border-box;
}
.mpsBlock .mpsTitle01{
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #004831;
}
.mpsBlock .mpsTitle01:before,
.mpsBlock .mpsTitle01:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 18px;
  height: 24px;
}
.mpsBlock .mpsTitle01:before{
  left: -29px;
  background: url("/kojin/jutaku_loan/column/common/imgs/index_ico_mps01.png") no-repeat;
  background-size: 100% 100%;
}
.mpsBlock .mpsTitle01:after{
  right: -29px;
  background: url(/kojin/jutaku_loan/column/common/imgs/index_ico_mps02.png) no-repeat;
  background-size: 100% 100%;
}
.mpsBlock .mpsImg01{
  margin: 16px auto 0;
}
.mpsBlock .mpsText01{
  margin-top: 18px;
  line-height: 1.7;
  font-size: 16px;
  color: #004831;
}
.mpsBlock .mpsLink01{
  margin-top: 9px;
}
.mpsBlock .mpsLink01 a{
  font-size: 16px;
}
.mpsBlock .mpsButton01 {
  margin-top: 38px;
}
.mpsBlock .mpsButton01 a{
  padding: 5px 15px;
}
.mpsBlock .mpsButton01 a span{
  font-size: 12px;
}
.mpsBlock .btnLink.mpsBtn {
  background-color: #fa8200;
}
.mpsBlock a .smallTxt {
  font-size: 14px;
}

/*-------------------------------------------
spEnlarge
-------------------------------------------*/
.spEnlarge + .spEnlargeSwitch {
  display: none;
}

/*-------------------------------------------
cv
-------------------------------------------*/
.cv-card_shinki .card-box03 >.inner > .body {
  padding-bottom: 40px;
}
.cv-card_shinki .card-box03 .icon-wrap {
  margin-top: -12px;
}
.cv-card_shinki + .content-block02{
  margin-top: 0;
}
.card-overflowing01.-green01{
  background: #f5f9e6;
}

/*-------------------------------------------
column
-------------------------------------------*/
.content-block01.column-uniqueInr {
  max-width: 920px;
}
.column-ttl01.title-heading01 {
  padding: 28px 0 14px;
  background: none;
}
.column-ttl01.title-heading01 .title>.inner {
  font-size: 24px;
}
.column-ttl01.title-heading01>.inner {
  padding: 0;
  text-align: left;
}
.column-ttl02.title-heading02>.title>.inner {
  font-size: 22px;
}
.content-block01.column-uniqueInr a {
  color: #004831;
}
.card-normal01.table-cont {
  margin-top: 37px!important;
}
.card-normal01.table-cont .icon-link01.-bottom>.inner::after {
  left: inherit;
  right: 0;
}
.card-normal01.table-cont .icon-link01.-bottom:not([class*=btn-type]):not(.card-tile02):not(.card-tile04)>.inner {
  padding-left: 0;
  padding-right: 22px;
}

/*-------------------------------------------
sp
-------------------------------------------*/
@media screen and (max-width: 767px) {
  /* ************************
  wrap
  ************************* */
  main a:hover{
    opacity: 1;
  }
  #header-wrap {
    z-index: 20;
  }
  /* ************************
  txt modifier
  ************************* */
  .ledeTxt{
    margin-top: 10px;
    font-size: 18px;
  }
  .normalTxt{
    margin-top: 15px;
    font-size: 16px;
  }
  .spTxtL{
    text-align: left !important;
  }
  .icoClerk{
    padding-right: 80px;
  }
  .icoClerk:after{
    right: 0;
    top: 0;
    width: 76px;
    height: 76px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  /* ************************
  background modifier
  ************************* */
  [class^="sectionInner"] > [class^="bgFullType"]{
    margin-left: -15px;
    margin-right: -15px;
  }
  [class^="bgFullType"] > [class^="sectionInner"]{
    padding-left: 15px;
    padding-right: 15px;
  }
  .bgType01.bgArrowType01,
  .bgType02.bgArrowType01,
  .bgType03.bgArrowType01,
  .bgType04.bgArrowType01,
  .bgType05.bgArrowType01,
  .bgType06.bgArrowType01,
  .bgType07.bgArrowType01,
  .bgType08.bgArrowType01,
  .bgTypeImg01.bgArrowType01{
    margin-top: 80px;
    padding: 35px 15px 45px;
  }
  .bgArrowType01:before{
    content: " ";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -45px;
    border-style: solid;
    border-width: 30px 45px 0 45px;
    border-color: #ffffff transparent transparent transparent;
  }
  /* ************************
  inner modifier
  ************************* */
  .sectionInner01{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 15px auto 0;
    padding: 0 15px;
  }
  .sectionInner02{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 15px auto 0;
    padding: 15px;
  }
  .sectionInner03{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 15px auto 0;
    padding: 15px;
  }
  .sectionInner04{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 15px auto 0;
    padding: 15px;
  }
  .sectionInner05{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .sectionInner06{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
  .sectionInner07{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 15px auto 0;
    padding: 15px;
  }
  .sectionInner08{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 15px auto 0;
    padding: 15px;
  }
  .sectionInner09{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 15px auto 0;
    padding: 0 15px;
  }
  .sectionInner10{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 20px auto 0;
    padding: 15px;
  }
  .sectionInner11{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 26px auto 0;
    padding: 15px 15px;
  }
  [class^="sectionInner"] + [class^="sectionInner"]{
    margin-top: 25px;
  }
  [class^="sectionInner"] [class^="sectionInner"]{
    padding-left: 0;
    padding-right: 0;
  }
  /* ************************
  border modifier
  ************************* */
  .borderLeftType01{
    border-left: none;
  }
  /* ************************
  list
  ************************* */
  .cautionList li,
  .dotList li,
  .normalList li{
    font-size: 12px;
  }
  .cautionList{
    margin-top: 10px;
  }
  /* ************************
  housingBreadcrumb
  ************************* */
  .housingBreadcrumb{
    display: none;
  }
  /* ************************
  headingBlock
  ************************* */
  .headingBlockA01{
    margin: 30px 0;
  }
  .headingBlockA01 h1{
    font-size: 24px;
  }
  .headingBlockA02{
    margin: 10px 0;
  }
  .headingBlockA02 h2,
  .headingBlockA02 h3,
  .headingBlockA02 h5{
    font-size: 20px;
  }
  .headingBlockA02 h4{
    font-size: 18px;
  }
  .headingBlockB01{
    margin: 40px 0;
  }
  .headingBlockB01 h2{
    padding: 18px;
    font-size: 24px;
  }
  .headingBlockB01 h2 .stepText{
    margin-right: 0;
  }
  .headingBlockC01{
    margin: 30px auto 15px;
  }
  [class^="sectionInner"] + .headingBlockC01{
    margin-top: 15px;
  }
  .headingBlockC01 h3{
    padding-left: 25px;
    font-size: 24px;
    text-align: left;
  }
  .headingBlockC01 h3:before{
    width: 16px;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .headingBlockC01Inner{
    width: 100%;
    padding: 5px 0;
  }
  .headingBlockC02Inner{
    padding: 10px 7px 10px;
  }
  .headingBlockC01Inner:after{
    display: none;
  }
  .headingBlockD01{
    padding: 15px;
  }

  /* ************************
  mainvisualBlock
  ************************* */
  .mainvisualBlockInner{
    width: 100%;
    padding: 50px 15px;
  }
  .mvImage{
    margin-top: 20px;
  }
  .mvImage img{
    max-width: initial;
    width: 100%;
  }

  /* ************************
  anchorLinkBlock
  ************************* */
  .anchorLinkBlockWrap{
    padding: 20px 15px;
  }
  .anchorLinkList li{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .anchorLinkList li:nth-child(2n){
    margin-right: 0;
  }
  .anchorLinkList li a{
    position: relative;
    padding: 15px 10px 50px;
    /* -webkit-box-shadow: 0 4px 0 rgba(229,229,229,0.7);
    box-shadow: 0 4px 0 rgba(229,229,229,0.7); */
    font-size: 16px;
  }
  .anchorLinkList li .stepTxt{
    margin-bottom: 5px;
  }
  .anchorLinkList li a:after{
    bottom: 7px;
  }
  /* column modifier */
  .anchorLinkList.column3,
  .anchorLinkList.column4{
    width: 100%;
  }
  .anchorLinkList.column3 li:nth-child(3){
    display: block;
    width: 100%;
    text-align: center;
  }
  .anchorLinkList.column3 li:nth-child(3) a{
    display: inline-block;
    width: 48%;
  }

  /* ************************
  table
  ************************* */
  .myhomeTableType01{
    width: 100%;
    margin: 25px 0 0;
    border-width: 1px;
  }
  .myhomeTableType01.typeW750{
    width: 100%;
  }
  [class^="sectionInner"] .myhomeTableType01{
    width: 100%;
    margin: 25px 0 0;
  }
  .myhomeTableType01 thead th{
    padding: 10px;
    border-width: 1px;
  }
  .myhomeTableType01 thead th.col01{
    width: 30%;
  }
  .myhomeTableType01 thead th.col02{
    width: 70%;
  }
  .myhomeTableType01 tbody th,
  .myhomeTableType01 tbody td{
    padding: 10px;
    border-width: 1px;
  }
  .myhomeTableType01 .cautionList li{
    font-size: 12px;
  }
  .myhomeTableType02{
    width: 100%;
    margin: 25px 0 0;
  }
  [class^="sectionInner"] .myhomeTableType02{
    width: 100%;
    margin: 25px 0 0;
  }
  .myhomeTableType02 thead th{
    padding: 10px;
    font-size: 16px;
    border-width: 1px;
  }
  .myhomeTableType02 tbody td{
    padding: 10px;
    font-size: 14px;
    border-width: 1px;
  }
  .myhomeTableType02 tbody td:first-child{
    border-width: 1px;
  }
  .myhomeTableType03{
    width: 100%;
    margin: 25px 0 0;
  }
  .myhomeTableType03 thead th{
    padding: 10px;
    border-right-width: 4px;
    font-size: 13px;
  }
  .myhomeTableType03 thead th:first-child{
    border-right-width: 4px;
  }
  .myhomeTableType03 tbody th,
  .myhomeTableType03 tbody td{
    padding: 8px 5px 8px 8px;
    border-right-width: 4px;
    font-size: 12px;
  }
  .myhomeTableType03 tbody th{
    border-right-width: 6px;
  }
  .myhomeTableType03 tbody .bgPtn01Row th{
    padding-top: 15px;
  }
  .myhomeTableType03 tbody .bgPtn01Row td{
    padding-top: 20px;
  }
  .myhomeTableType03 .dotList li{
    padding-left: 0;
    text-indent: 0;
    font-size: 12px;
  }
  .myhomeTableSeparete{
    display: none;
  }
  .spTableSeparete{
    display: block;
    width: 100%;
    margin: 25px 0 0;
    border-left: 1px solid #a0c81e;
    border-right: 1px solid #a0c81e;
    border-bottom: 1px solid #a0c81e;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .spTableSeparete{
    margin-bottom: 10px;
  }
  .spTableSeparete.active{
    margin-bottom: 0;
  }
  .spTableSeparete + .spTableSeparete{
    margin-top: 10px;
  }
  .spTableSeparete + .spTableSeparete.active{
    margin-top: 0;
  }
  .spTableSeparete .jsTogglePanel{
    display: none;
  }
  .spTableSeparete .myhomeTableWrap{
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .spTableSeparete .thCell,
  .spTableSeparete .tdCell{
    display: table-cell;
  }
  .spTableSeparete .thCell{
    width: 30%;
    padding: 5px 10px 5px 20px;
    background: none;
    border: none;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #A0C81E;
    vertical-align: top;
  }
  .spTableSeparete .thCellRow.jsToggleSwitch .thCell,
  .spTableSeparete.type01 .thCellRow.jsToggleSwitch .thCell,
  .spTableSeparete.type02 .thCellRow.jsToggleSwitch .thCell{
    background: #a0c81e url(/kojin/jutaku_loan/column/common/imgs/cmn_accbtn_plus_001.png) 96% center no-repeat;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
  }
  .spTableSeparete.active .thCellRow.jsToggleSwitch .thCell,
  .spTableSeparete.type01.active .thCellRow.jsToggleSwitch .thCell,
  .spTableSeparete.type02.active .thCellRow.jsToggleSwitch .thCell{
    background: #a0c81e url(/kojin/jutaku_loan/column/common/imgs/cmn_accbtn_minus_001.png) 96% center no-repeat;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
  }
  .spTableSeparete .thCellRow .thCell{
    padding: 10px;
    background: #a0c81e;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  .spTableSeparete .thCellRow:first-of-type .thCell{
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .spTableSeparete.active,
  .spTableSeparete.active .thCellRow .thCell{
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .spTableSeparete.active:first-of-type,
  .spTableSeparete.active:first-of-type .thCellRow .thCell{
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .spTableSeparete.active:first-of-type{
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .spTableSeparete.active:last-of-type{
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
  .spTableSeparete .tdCell{
    width: 70%;
    padding: 5px 20px 5px 10px;
    background: none;
    border: none;
    text-align: right;
    font-size: 16px;
    font-weight: normal;
  }
  .spTableSeparete .cautionList li{
    font-size: 12px;
  }
  .spTableSeparete .ttlCellRow .thCell,
  .spTableSeparete .ttlCellRow .tdCell{
    background: none;
    text-align: left;
    padding: 20px 20px 5px;
    border-top: 1px solid #A0C81E;
    color: #333;
  }
  .spTableSeparete .lastRow .thCell{
    padding: 5px 10px 20px 20px;
  }
  .spTableSeparete .lastRow .tdCell{
    padding: 5px 20px 20px 10px;
  }
  .spTableSeparete.type01 .tdCell{
    width: 100%;
    padding: 15px;
    color: #333;
    text-align: left;
  }
  .spTableSeparete.type02,
  .spTableSeparete.type02 .thCellRow:first-of-type .thCell,
  .spTableSeparete.type02.active:first-of-type,
  .spTableSeparete.type02.active:last-of-type{
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .spTableSeparete.type02 .thCell{
    width: 46%;
    background: #FAFFE2;
    color: #333;
  }
  .spTableSeparete.type02 .tdCell{
    width: 54%;
  }
  .spTableSeparete.type02 .thCell,
  .spTableSeparete.type02 .tdCell{
    padding: 14px;
    border-bottom: 1px solid #A0C81E;
  }
  .spTableSeparete.type02 .thCell{
    border-right: 1px solid #A0C81E;
  }
  .spTableSeparete.type02 .thCellRow .thCell{
    padding: 10px;
    background: #A0C81E;
    color: #fff;
  }
  .spTableSeparete.type02 .myhomeTableWrap:last-of-type .thCell,
  .spTableSeparete.type02 .myhomeTableWrap:last-of-type .tdCell{
    border-bottom: none;
  }
  .myhomeTableLayoutBlock01{
    margin-left: 15px;
    margin-right: 15px;
  }
  .myhomeTableLayoutBlock01 .tableColumn2Wrap{
    width: 100%;
    display: block;
    border-left: none;
  }
  .myhomeTableLayoutBlock01 .tableColumn2Wrap .tableColumn01,
  .myhomeTableLayoutBlock01 .tableColumn2Wrap .tableColumn02{
    display: block;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-width: 1px;
  }
  .myhomeTableLayoutBlock01 .tableColumn2Wrap .tableColumn02{
    margin-top: 20px;
  }
  .myhomeTableLayoutBlock01 .tableColumn2Wrap .tableColumn01 .tableThCell{
    border-color:#a0c81e;
  }
  .myhomeTableLayoutBlock01 .tableTdCell{
    font-size: 16px;
    border-width: 1px;
  }
  .myhomeTableLayoutBlock01 .tableTdCell.prural{
    min-height: initial;
    padding: 15px;
  }
  .myhomeTableTypeScroll{
    width: 100%;
    min-width: 320px;
    margin: 25px 0 0;
  }
  .myhomeTableSpFixParts{
    float: left;
    width: 30%;
  }
  .myhomeTableSpFixParts .myhomeTableType04 th{
    -webkit-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
  }
  .myhomeTableSpFixParts .myhomeTableType04 td{
    background: #faffe2;
  }
  .myhomeTableSpFixParts .myhomeTableType04 th{
    width: 125px;
    border-left: 2px solid #a0c81e;
    border-right: 2px solid #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
  }
  .myhomeTableSpFixParts .myhomeTableType04 td{
    width: 125px;
    border-left: 2px solid #a0c81e;
    border-right: 2px solid #a0c81e;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
  }
  .myhomeTableType04 thead th{
    padding: 10px;
    font-size: 16px;
  }
  .myhomeTableSpFixParts .myhomeTableType04{
    width: 100%;
  }
  .myhomeTableSpFixParts .myhomeTableType04 th{
    width: 100%;
    border-width: 1px;
    font-size: 16px;
  }
  .myhomeTableSpFixParts .myhomeTableType04 td{
    width: 100%;
    border-width: 1px;
    padding: 8px 10px;
    font-size: 13.5px;
  }
  .myhomeTableSpScrollParts{
    float: left;
    width: 70%;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .tableSpScrollParts::-webkit-scrollbar{
    height: 5px;
  }
  .tableSpScrollParts::-webkit-scrollbar-track{
    background: #F1F1F1;
  }
  .tableSpScrollParts::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .myhomeTableSpScrollParts .myhomeTableType04{
    width: 750px;
    border-left: none;
  }
  .myhomeTableSpScrollParts .myhomeTableType04 th{
    border-width: 1px;
    font-size: 16px;
  }
  .myhomeTableSpScrollParts .myhomeTableType04 td{
    border-width: 1px;
    padding: 10px;
    font-size: 13.5px;
  }
  .myhomeTableSpScrollParts .myhomeTableType04 th.borderTop{
    border-width: 1px;
  }
  .myhomeTableType04 .pcOnlyCell{
    display: none;
  }

  /* ************************
  btnLink
  ************************* */
  .btnLink{
    width: 92%;
    margin: 25px auto 0;
    padding: 22px 30px;
    font-size: 18px;
  }
  [class^="sectionInner"] .btnLink{
    width: 100%;
    margin: 25px auto 0;
  }
  .btnLink.isNarrow{
    padding: 18px 30px 15px;
  }
  .bgFullType .btnLink{
    margin-top: 35px;
  }
  .btnLink.isBlank{
    padding-right: 35px;
  }
  .btnLink.arrowRight:after{
    right: 20px;
    width: 8px;
    height: 12px;
    margin-top: -7px;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .btnLink.isBlank:after{
    width: 16px;
    height: 16px;
    margin-top: -8px;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
  }
  .btnLink.signboard::before{
    left: -7px;
    width: 65px;
    height: 50px;
    -webkit-background-size: 65px auto;
    background-size: 65px auto;
  }

  /* customerBtn */
  main .customerBtn01 {
    padding: 8px 30px 8px 14px;
    font-size: 15px;
    background: #fa8200 url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_004.png) right 17px center no-repeat;
    background-size: 5px 9px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 0 rgba(0,0,0,0.1);
  }
  .customerBtn01 .customerBtnInner {
    padding-left: 30px;
  }
  .customerBtn01.typeShop .customerBtnInner:before {
    width: 18px;
    height: 22px;
    margin-top: -11px;
    left: 2px;
  }
  .customerBtn01.typeTel .customerBtnInner:before {
    width: 18px;
    height: 22px;
    margin-top: -11px;
    left: 2px;
  }
  .customerBtn01.typeWeb .customerBtnInner:before {
    width: 22px;
    height: 20px;
    margin-top: -10px;
    left: 0;
  }
  .customerBtn01 .customerBtnTxtLarge {
    font-size: 20px;
  }
  .customerBtn01 .customerBtnTxtSmall {
    font-size: 15px;
  }
  /* ************************
  textLink
  ************************* */
  .textLink{
    font-size: 15px;
  }
  a.textLink.arrowRight{
    margin-right: 0;
    font-size: 14px;
  }

  /* ************************
  calcBlock
  ************************* */
  .calcBlock{
    width: 100%;
    margin: 25px 0 0;
    border: none;
  }
  .calcBlockInner,
  .calcBlockInner02{
    padding: 20px 15px 20px 20px;
  }
  .calcColumn2Wrap .calcBlockWrap{
    padding-bottom: 10px;
  }
  .calcColumn2Wrap .calcColumn01,
  .calcColumn2Wrap .calcColumn02{
    float: none;
    width: 100%;
    border: 2px solid #a0c81e;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .calcColumn2Wrap .calcColumn02{
    margin-top: 16px;
  }
  .calcColumn2Wrap .calcTitle{
    padding: 11px 15px;
    background: #a0c81e url(/kojin/jutaku_loan/column/common/imgs/cmn_accbtn_plus_001.png) 96% center no-repeat;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
    font-size: 18px;
  }
  .calcColumn2Wrap .active .calcTitle{
    background: #a0c81e url(/kojin/jutaku_loan/column/common/imgs/cmn_accbtn_minus_001.png) 96% center no-repeat;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
  }
  .rBorderRadius .calcTitle{
    border-left: none;
  }
  .calcDetailParts .calcDetailTtl{
    display: block;
    width: 100%;
    font-size: 15px;
  }
  .modalIco{
    vertical-align: 1px;
    font-size: 15px;
  }
  .calcDetailParts .calcDetailForm span.modalIco{
    vertical-align: 4px;
    font-size: 15px;
  }
  .calcDetailParts .calcDetailForm .modalIco{
    vertical-align: 4px;
  }
  .calcDetailParts .calcDetailForm{
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .numCalc01{
    width: 85%;
    border-width: 3px;
    font-size: 30px;
  }
  .calcDetailParts .calcDetailForm span{
    font-size: 24px;
  }
  .calcDetailParts .calcDetailForm span.subTtl{
    font-size: 13.5px;
    text-align: left;
  }
  .calcColumn2Wrap .calcSumBlock{
    position: static;
    bottom: 15px;
    padding: 0 17px 0 20px;
  }
  .calcColumn2Wrap .calcSumBlock .calcSumBlockInner{
    width: 100%;
    margin: 0;
    text-align: right;
  }
  .calcColumn2Wrap .calcSumBlock .calcSumTtl{
    width: 100%;
    font-size: 18px;
  }
  .calcColumn2Wrap .calcSumBlock .calcSum{
    font-size: 30px;
  }
  .calcColumn2Wrap .calcSumBlock .calcSumYen{
    padding: 0 8px 0 12px;
    font-size: 24px;
  }
  .calcBlockInner02 .calcDetailParts .calcDetailForm{
    width: 100%;
    text-align: right;
  }
  .calcBlockInner02 .calcDetailParts .calcDetailFormInner{
    margin-top: 15px;
    text-align: left;
  }
  .calcBlockInner02 .calcDetailParts .calcDetailForm .numCalc01{
    margin-left: 0;
  }
  .calcBlockInner02 .calcDetailParts .calcDetailTtl{
    width: 100%;
  }
  .calcBlock02{
    width: 100%;
    padding: 0;
  }
  .calcBlock02 .calcDetailParts{
    text-align: left;
  }
  .calcBlock02 .calcColumn3Wrap .calcColumn01 .calcDetailParts .calcDetailTtl{
    margin-top: 0;
  }
  .calcBlock02 .calcColumn3Wrap .calcColumn01 .calcDetailParts .calcDetailForm{
    margin-top: 10px;
  }
  .calcColumn3Wrap .calcColumn01,
  .calcColumn3Wrap .calcColumn02,
  .calcColumn3Wrap .calcColumn03{
    float: none;
    width: 100%;
    padding: 20px 15px 20px 20px;
  }
  .calcColumn3Wrap .calcColumn02,
  .calcColumn3Wrap .calcColumn03{
    margin-top: 15px;
    margin-left: 0;
  }
  .calcColumn3Wrap:before,
  .calcColumn3Wrap:after{
    display: none;
  }
  .calcColumn3Wrap .calcColumn01,
  .calcColumn3Wrap .calcColumn02{
    position: relative;
  }
  .calcColumn3Wrap .calcColumn01:after{
    content: " ";
    position: absolute;
    bottom: -20%;
    left: 50%;
    display: block;
    width: 18px;
    height: 18px;
    margin-left: -18px;
    padding: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_minus_001.png) center center no-repeat;
    background-size: 18px auto;
    z-index: 2;
    box-sizing: content-box;
  }
  .calcColumn3Wrap .calcColumn02:after{
    content: " ";
    position: absolute;
    bottom: -11%;
    left: 50%;
    display: block;
    width: 18px;
    height: 18px;
    margin-left: -18px;
    padding: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_equal_001.png) center center no-repeat;
    background-size: 18px auto;
    z-index: 2;
    box-sizing: content-box;
  }
  /* ************************
  accordion
  ************************* */
  .jsSpTogglePanel{
    display: none;
  }
  .jsSpToggle01 .jsSpToggleSwitch .arrowIco{
    display: inline-block;
    padding-right: 30px;
    background: url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_010.png) 96% center no-repeat;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
    text-decoration: underline;
    color: #004832;
    cursor: pointer;
  }
  .jsSpToggle01.active .jsSpToggleSwitch .arrowIco{
    background: url(/kojin/jutaku_loan/column/common/imgs/cmn_ico_009.png) 96% center no-repeat;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
  }


  /* ************************
  infomation
  ************************* */
  .infomationBlock,
  .infomationBlock.typeW750{
    width: 100%;
    margin-top: 100px;
    padding: 20px;
  }
  .infomationBlock:after{
    display: none;
  }
  .infomationBlock.spIcoRight:after{
    display: inline-block;
    top: -65px;
    right: 12px;
    width: 78px;
    height: 64px;
    background: url(/kojin/jutaku_loan/column/common/imgs/cmn_infoparts_ico_001.png) 0 0 no-repeat;
    -webkit-background-size: 78px auto;
    background-size: 78px auto;
  }
  .infomationBlock.spIcoLeft:after{
    display: inline-block;
    top: -65px;
    left: 12px;
    width: 78px;
    height: 64px;
    background: url(/kojin/jutaku_loan/column/common/imgs/cmn_infoparts_ico_001.png) 0 0 no-repeat;
    -webkit-background-size: 78px auto;
    background-size: 78px auto;
  }
  .infoColumn2Wrap .columnBlock01,
  .infoColumn2Wrap .columnBlock02,
  .ptn01 .infoColumn2Wrap .columnBlock01,
  .ptn01 .infoColumn2Wrap .columnBlock02{
    float: none;
    width: 100%;
  }
  .infoColumn2Wrap .columnBlock01{
    text-align: center;
  }
  .infoColumn2Wrap .columnBlock02{
    margin-top: 20px;
  }
  .infomationBlock .infoTtl{
    padding: 11px 20px 7px;
    -webkit-border-radius: 36px;
    border-radius: 36px;
  }
  .infomationBlock .infoTxt{
    font-size: 16px;
    line-height: 1.6;
  }
  .infomationBlock .btnLink.arrowRight:after{
    right: 12px;
  }

  /* ************************
  consultationBlock
  ************************* */
  .consultationBlock{
    min-width: 320px;
    margin-top: 30px;
    background: #d7e487;
  }
  .consultationBlockInner{
    width: 100%;
    padding: 30px 0 0;
  }
  .consuleLedeBlock{
    padding: 0 15px;
  }
  .consuleLedeBlock .consuleTtl{
    font-size: 20px;
  }
  .consuleLedeBlock .consuleTxt{
    margin-top: 15px;
    padding-left: 0;
    font-size: 14px;
  }
  .consuleBtnBlock{
    margin-top: 85px;
    padding: 50px 15px 40px;
  }
  .consuleBtnBlock:before{
    top: -75px;
    left: 50%;
    margin-left: -25px;
    width: 97px;
    height: 116px;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .consuleBtnBlockInner{
    width: 100%;
  }
  .consuleBtnTtl{
    font-size: 14px;
    font-weight: normal;
  }
  .consuleBtnList > li{
    display: block;
    margin-top: 15px;
  }
  .consuleBtnList > li > a,
  .consuleBtnList > li > span{
    width: 100%;
    padding: 12px 0 8px;
    font-size: 20px;
  }
  .consuleBtnList > li:first-child > a,
  .consuleBtnList > li:first-child > span{
    width: 100%;
  }
  .consuleBtnList > li:nth-child(2){
    margin-right: 0;
  }
  .consuleBtnList > li > a > span,
  .consuleBtnList > li > span > span{
    display: block;
    padding-left: 0;
    font-size: 18px;
  }
  .consuleBtnList > li > a > span > span,
  .consuleBtnList > li > span > span > span{
    font-size: 14px;
  }
  .consuleBtnList > li > a > span.ico01,
  .consuleBtnList > li > span > span.ico01{
    background-position: 10px -1px;
    background-size: 24px auto;
  }
  .consuleBtnList > li > a > span.ico02,
  .consuleBtnList > li > span > span.ico02,
  .consuleBtnList > li > a > span.ico03,
  .consuleBtnList > li > span > span.ico03{
    background-position: 10px top;
    background-size: 24px auto;
  }
  /* ************************
  customerBlock
  ************************* */
  .customerBlock01 .customerBlockTop{
    padding: 0 0 55px;
  }
  .customerBlock01 .customerBlockTop:before {
    width: 94px;
    height: 87px;
    bottom: 0;
    left: -1px;
  }
  .customerBlock01 .customerBlockTop:after {
    width: 80px;
    height: 82px;
    bottom: 0;
    right: -1px;
  }
  .customerBlock01 .customerBlockMid {
    width: 100%;
    padding: 12px 10px 11px 10px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 -3px 0 #e4e0c3;
    box-shadow: 0 -3px 0 #e4e0c3;
  }
  .customerBlock01 .customerBlockBtm {
    padding: 5px 5px 30px 5px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  .customerBlock01 .customerBlockBtm > * {
    margin-top: 23px;
  }
  .customerBlock01 .customerTxt01 {
    font-size: 16px;
  }
  .customerBlock01 .customerTxt02 {
    font-size: 16px;
  }
  .customerBlock01 .customerBox {
    padding: 30px 20px 14px 20px;
    -webkit-border-top-left-radius: 11px;
    -webkit-border-top-right-radius: 11px;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
  }
  .customerBlock01 .customerBox .customerIco01 {
    width: 88px;
    position: absolute;
    top: -68px;
    left: -14px;
    padding: 20px 10px;
  }
  .customerBlock01 .customerBox .customerIco01 p {
    font-size: 20px;
  }
  .customerBlock01 .customerBox > * {
    margin-top: 15px;
  }
  .customerBlock01 .customerBox .customerTitBox01 > * {
    margin-top: 10px;
  }
  .customerBlock01.underLayer .customerBox .customerTitBox01 {
    padding-bottom: 15px;
  }
  .customerBlock01 .customerBox .customerTitBox01 > .title01 {
    font-size: 24px;
  }
  .customerBlock01 .customerBox .customerIpsBlock01 > * {
    margin-top: 10px;
  }
  .customerBlock01 .customerBox .customerIpsBlock01 > .customerIpsTxt01 {
    font-size: 18px;
  }
  .customerBlock01 .customerBox .customerIpsBlock01 .customerIpsList01 {
    margin-left: 13px;
    letter-spacing: normal;
  }
  .customerBlock01 .customerBox .customerIpsBlock01 .customerIpsList01 .ipsListElm {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  .customerBlock01 .customerBox .customerIpsBlock01 .customerIpsList01 .ipsListElm:first-child {
    margin-top: 0;
  }
  .customerBlock01 .customerBox .customerIpsBlock01 .customerIpsList01 .ipsListElm > img {
    width: 100%;
    max-width: 265px;
  }
  .customerBlock01 .customerDetailBox {
    padding: 0 6px;
  }
  .customerBlock01 .customerDetailBox > * {
    margin-top: 20px;
  }
  .customerBlock01 .customerDetailBox .customerTxtBox01 > * {
    margin-top: 10px;
  }
  .customerBlock01 .customerDetailBox .customerBtnList01 {
    letter-spacing: normal;
  }
  .customerBlock01 .customerDetailBox .customerBtnList01 .listElm {
    display: block;
    width: 100%;
    margin-top: 14px;
    margin-left: 0;
  }
  .customerBlock01 .customerDetailBox .customerBtnList01 .listElm:first-child {
    margin-top: 0;
  }
  /* ************************
  housingFooterNav
  ************************* */
  .housingFooterNavBlock{
    min-width: 320px;
  }
  .housingFooterNavBlock > *{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .housingFooterNavBlock:before{
    top: -7px;
    height: 7px;
    background: url(/kojin/jutaku_loan/column/common/imgs/cmn_footer_bg_pattern04.png) 0 0 repeat-x;
    background-size: auto 7px;
  }
  .housingFooterNavInner{
    width: 100%;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .housingFooterTtlBlock .housingFooterTtl{
    padding: 20px 0 0 0;
    font-size: 20px;
    font-weight: bold;
  }
  .housingFooterTtlBlock .housingFooterTtl span{
    margin-left: 0;
  }
  .housingFooterNavList > li,
  .housingFooterNavList > li:nth-child(3n){
    float: none;
    width: 100%;
    margin-top: 20px;
    padding: 0 15px;
  }
  .housingFooterNavList > li a{
    font-size: 18px;
  }
  .housingFooterNavList > li > a.num01,
  .housingFooterNavList > li > a.num02,
  .housingFooterNavList > li > a.num03{
    -webkit-background-size: 32px auto;
    background-size: 32px auto;
    padding: 11px 0 7px 40px;
  }
  .housingFooterSubnav{
    margin-top: 12px;
  }
  .housingFooterSubnav li{
    margin-top: 10px;
  }
  .housingFooterSubnav li:first-child{
    margin-top: 0;
  }
  .housingFooterNavList > li >.housingFooterSubnav li a{
    font-size: 16px;
  }
  .housingFooterNavBlock .housingFooterSubnav .footerAncLinkBlk {
    margin-top: 7px;
  }
  .housingFooterNavBlock .housingFooterSubnav .footerAncLinkBlk li a {
  font-size: 14px;
  }
  /* ************************
   imageTxtBlock01
  ************************* */
  .imageTxtBlock01{
    margin-top: 10px;
  }
  .imageTxtBlock01 .imageBlock{
    float: none;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .imageTxtBlock01.spFloat .imageBlock{
    display: table;
  }
  .imageTxtBlock01.spFloat .imageBlock{
    float: none;
    display: table-cell;
    width: 28%;
    vertical-align: middle;
  }
  .imageTxtBlock01 .imageBlock img{}
  .imageTxtBlock01 .txtBlock{
    float: none;
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
  }
  .imageTxtBlock01.spFloat .txtBlock{
    float: none;
    display: table-cell;
    width: 72%;
    vertical-align: middle;
  }
  .imageTxtBlock01 .txtBlockTtl{
    font-size: 14px;
  }
  /* width modifier */
  .imageTxtBlock01.imageTxtw920{
    width: 100%;
  }
  .imageTxtBlock01.imageTxtw920 .imageBlock{
    width: 100%;
  }

  /* ************************
  imageBlock
  ************************* */
  .imageBlockA01 img{
    width: 100%;
  }

  /* ************************
   col02TxtBlock01
  ************************* */
  .col02TxtBlock01 .col02TxtArea{
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .col02TxtBlock01 .col02TxtArea:nth-child(2n){
    float: none;
  }
  .col02TxtBlock01 .col02TxtArea:first-child{
    margin-top: 0;
  }
  .col02TxtBlock01 .col02TxtTtl{
    padding: 25px 10px 22px;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
  }
  .col02TxtBlock01 .col02TxtInner{
    padding: 25px 20px;
    border: 2px solid #edf3b2;
    border-top: none;
    border-radius: 0 0 10px 10px;
  }
  .col02TxtBlock01 .col02TxtList li{
    font-size: 15px;
  }

  /* ************************
   modal
  ************************* */
  #modalOverlay,
  .modalOuter,
  .modalCloseBtn{
    cursor: pointer;
  }
  .modalWindow{
    min-width: 80%;
    max-width: 80%;
  }
  .modalWindow .modalWindowInner{
    padding: 0 0 95px;
    height: 100%;
    background-image: url(/kojin/jutaku_loan/column/common/imgs/cmn_modal_bg_002_sp.png), url(/kojin/jutaku_loan/column/common/imgs/cmn_modal_bg_001_sp.png);
    background-position: 22px 96%, left 110%;
    background-repeat: no-repeat, repeat-x;
    -webkit-background-size: 102px auto, 303px auto;
    background-size: 102px auto, 303px auto;
  }
  .modalWindow .modalWindowInner02{
    padding: 20px 30px 0;
    max-height: 400px;
    overflow-y: auto;
  }
  .modalWindow.jsSlickOn .modalWindowInner{
    padding: 20px 30px 150px;
    background-image: url(/kojin/jutaku_loan/column/common/imgs/cmn_modal_bg_002_sp.png), url(/kojin/jutaku_loan/column/common/imgs/cmn_modal_bg_001_sp.png);
    background-position: 22px 96%, left 110%;
    background-repeat: no-repeat, repeat-x;
    -webkit-background-size: 102px auto, 303px auto;
    background-size: 102px auto, 303px auto;
    height: 500px;
  }
  .modalWindow.jsSlickOn .sliderInner{
    max-height: 355px;
  }
  .modalWindow.jsSlickOn .modalTtlBlock{
    padding: 0;
  }
  .modalWindow .slick-dots{
    bottom: 95px;
  }
  .modalWindow .modalTtlBlock .modalTtl{
    font-size: 18px;
  }
  .modalWindow.jsSlickOn .modalTtlBlock .modalTtl{
    padding: 0;
  }
  .modalWindow .modalTtlBlock .modalTtl .modalContTag{
    position: static;
    top: 0;
    margin-top: 5px;
    padding: 5px 12px;
    font-size: 12px;
  }
  .modalWindow .modalColumn2WrapA01{
    padding: 0;
  }
  .modalWindow .modalColumn2WrapA01 .columnBlock01{
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .modalWindow .modalColumn2WrapA01 .columnBlock02{
    float: none;
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
  }
  .modalWindow .slick-prev:hover,
  .modalWindow .slick-next:hover{
    opacity: 1;
  }
  .modalWindow .modalCloseBtn{
    top: -22px;
    right: 0;
  }
  .modalWindow .modalCloseBtn .modalClose{
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
  }
  /* ************************
  pageNav
  ************************* */
  .pageNavBlock{
    max-width: 345px;
    min-width: 290px;
    margin: 70px auto 0;
  }
  .pageNavBlock.isColumn3{
    padding: 16px;
  }
  .pageNavBlock.isColumn3.isCurrent01{
    background: url(/kojin/jutaku_loan/column/common/imgs/cmn_pageNav_img_3column_001_sp.png) center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .pageNavBlock.isColumn3.isCurrent02{
    background: url(/kojin/jutaku_loan/column/common/imgs/cmn_pageNav_img_3column_002_sp.png) center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .pageNavBlock.isColumn3.isCurrent03{
    background: url(/kojin/jutaku_loan/column/common/imgs/cmn_pageNav_img_3column_003_sp.png) center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .pageNavBlock.isColumn4{
    padding: 20px;
  }
  .pageNavBlock.isColumn4.isCurrent01{
    background: url(/kojin/jutaku_loan/column/common/imgs/cmn_pageNav_img_4column_001_sp.png) center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .pageNavBlock.isColumn4.isCurrent02{
    background: url(/kojin/jutaku_loan/column/common/imgs/cmn_pageNav_img_4column_002_sp.png) center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .pageNavBlock.isColumn4.isCurrent03{
    background: url(/kojin/jutaku_loan/column/common/imgs/cmn_pageNav_img_4column_003_sp.png) center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .pageNavBlock.isColumn4.isCurrent04{
    background: url(/kojin/jutaku_loan/column/common/imgs/cmn_pageNav_img_4column_004_sp.png) center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .pageNavList{
    display: block;
  }
  .pageNavBlock.isColumn3 .pageNavList{
    width: 100%;
    padding: 12px 1.5% 0 0;
  }
  .pageNavBlock.isColumn4 .pageNavList{
    width: 100%;
    padding: 12px 1.5% 0 0;
  }
  .pageNavList li{
    display: block;
    margin-bottom: 15%;
    margin-left: 0;
    text-align: left;
  }
  .pageNavList li.current{
    text-align: center;
  }
  .pageNavBlock.isColumn3 .pageNavList li{
    width: auto;
  }
  .pageNavBlock.isColumn4 .pageNavList li{
    width: auto;
  }
  .pageNavBlock.isColumn4 .pageNavList li:first-child{
    margin-bottom: 10%;
  }
  .pageNavList li a{
    display: block;
    background: none;
    padding-top: 0;
    padding-left: 34%;
    font-size: 16px;
  }
  .pageNavList li a:hover{
    background: none;
  }
  .pageNavList li a span.singleTxt{
    padding: 12px 0 12px 30px;
  }
  .pageNavList li.current a span{
    display: inline-block;
    text-align: left;
  }
  .pageNavList li.current a{
    background: none;
    padding-left: 18%;
  }
  .pageNavBlock.isColumn3 .pageNavList li.current a{
    padding-left: 38%;
  }
  .pageNavBlock.isColumn4 .pageNavList li:last-child a{
    padding-right: 0;
  }
  /* ************************
  customerBlock
  ************************* */
  .customerBlockBgOuter{
    margin-top: 60px;
  }
  .customerBlockBgInner{
    padding-bottom: 20px;
  }
  /* ************************
  imgSpOpen
  ************************* */
  .imgSpOpen{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.1);*/
  }
  .imgSpOpen img{
    position: absolute;
    width: 35px;
    height: 35px;
    top:50%;
    left: 50%;
    margin:-17px 0 0 -17px;
  }
  /* ************************
  linkHub
  ************************* */
  .linkHub .sectionInner04{
    margin: 0;
  }
  .intDb {
    display: none !important;
  }
  /*-------------------------------------------
  mpsBlock
  -------------------------------------------*/
  .mpsBlock{
    width: 100%;
    margin: 37px auto 0;
    padding: 40px 10px 47px;
    text-align: center;
  }
  .mpsBlock .mpsTitle01{
    font-size: 16px;
  }
  .mpsBlock .mpsTitle01:before,
  .mpsBlock .mpsTitle01:after{
    top: 18px;
  }
  .mpsBlock .mpsTitle01:before{
    left: -33px;
  }
  .mpsBlock .mpsTitle01:after{
    right: -33px;
  }
  .mpsBlock .mpsImg01{
    margin: 14px auto 0;
  }
  .mpsBlock .mpsText01{
    margin-top: 14px;
    font-size: 14px;
  }
  .mpsBlock .mpsLink01{
    margin-top: 19px;
  }
  .mpsBlock .mpsLink01 a{
    font-size: 14px;
  }
  .mpsBlock .mpsButton01 {
    margin-top: 38px;
  }
  .mpsBlock a.mpsBtn{
    width: 92%;
    padding: 15px 0;
  }
  .mpsBlock a .smallTxt {
    font-size: 12px;
  }

  /*-------------------------------------------
  spEnlarge
  -------------------------------------------*/
  .spEnlarge + .spEnlargeSwitch {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 44px;
    height: 44px;
  }

  /*-------------------------------------------
  cv
  -------------------------------------------*/
  .cv-card_shinki .card-box03 > .inner > .body {
    padding-left: 18px;
    padding-right: 18px;
  }
  .cv-card_shinki .detail .column-layoutB2 {
    flex-direction: row-reverse;
  }
  .cv-card_shinki .detail .column-layoutB2 > li:nth-child(1) {
    width: 70%;
  }
  .cv-card_shinki .detail .column-layoutB2 > li:nth-child(2) {
    width: 30%;
    margin-top: 0;
  }
  /*-------------------------------------------
  column
  -------------------------------------------*/
  .content-block01.column-uniqueInr {
    max-width: 100%;
  }
  .column-ttl01.title-heading01 {
    padding: 16px 0 11px;
  }
  .column-ttl01.title-heading01>.inner {
    min-height: calc(170px - 56px);
  }
  .column-ttl01.title-heading01 .title>.inner {
    font-size: 20px;
  }
  .column-ttl02.title-heading02>.title>.inner {
    font-size: 1.8rem;
  }
  .card-normal01.table-cont {
    margin-top: 29px!important;
  }
  .card-normal01.table-cont>.inner>.header {
    padding: 10px;
  }
  .card-normal01.table-cont .icon-link01.-bottom:not([class*=btn-type]):not(.card-tile02):not(.card-tile04)>.inner {
    padding-left: 0;
    padding-right: 22px;
  }
}

@media screen and (max-width: 385px) {
  .pageNavList li a{
    font-size: 15px;
  }
}
@media screen and (max-width: 370px) {
  .pageNavList li a{
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .pageNavList li a{
    font-size: 13px;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
  }
}
@media screen and (max-width: 320px) {
  .btnLink.signboard:before{
    width: 50px;
    top: 15%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 736px) and (orientation: landscape) {
  .modalWindow.jsSlickOn .modalWindowInner{
    height: 250px;
    background: url(/kojin/jutaku_loan/column/common/imgs/cmn_modal_bg_001_pc.png) left bottom no-repeat;
    background-size: auto auto;
  }
  .modalWindow .modalWindowInner{
    height: 250px;
    background: url(/kojin/jutaku_loan/column/common/imgs/cmn_modal_bg_001_pc.png) left bottom no-repeat;
    background-size: auto auto;
    overflow-y: auto;
  }
  .modalWindow .modalWindowInner02{
    max-height: 135px;
  }
  .modalWindow.jsSlickOn .sliderInner{
    max-height: 140px;
  }
  .modalWindow .slick-dots{
    bottom: 40px;
  }
}