@media screen and (max-width: 750px) {
h1 {
	background-image: url(../cost/img/bg_mv_sp.jpg);
}
.mb50{
    margin-bottom: 25px;
}
/* case
  ------------------------------------------- */
.contwrap > div {
	padding: 35px 0;
}
.contwrap > div.bgclr {
	background: #f9f8f3;
}
.contwrap > div:last-child {
	padding-bottom: 60px;
}
.contwrap > div .inner {
	position: relative;
}
.contwrap > div .inner h2 {
	border-bottom: 1px solid #e4e3dc;
	padding: 15px 10px 15px 102px;
	line-height: 1.3;
	min-height: 72px;
	font-size: 18px;
}
.contwrap > div .inner .label {
	position: absolute;
	top: -6px;
	left: 13px;
	width: 75px;
}
.contwrap > div .inner .left dl {
	background: #f2f2f2;
	padding: 0 15px;
}
.contwrap > div .inner .left dl dt {
	font-size: 16px;
	font-weight: bold;
	padding-left: 24px;
	background: url(../common_re/img/icon/icon_circle01.png) left 4px no-repeat;
	background-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.contwrap > div .inner .left dl dd {
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
	font-size: 17px;
	padding-top: 5px;
}
.contwrap > div .inner .left dl dd span {
	font-size: 34px;
	color: #ef4561;
	margin: 0 3px;
	position: relative;
	bottom: 4px;
	vertical-align: middle;
}
.contwrap > div .inner .left ul {
	padding: 25px 0;
	text-align: center;
}
.contwrap > div .inner .left ul li {
	display: inline-block;
	margin: 0 20px;
}
.contwrap > div .inner .right {
	padding: 20px 15px 35px;
	border-top: 1px solid #e4e3dc;
}
.contwrap > div .inner .right dt {
	font-size: 16px;
	font-weight: bold;
	padding-left: 24px;
	background: url(../common_re/img/icon/icon_circle01.png) left 4px no-repeat;
	background-size: 16px;
	margin-bottom: 15px;
}
.contwrap > div .inner .right dd {
	font-size: 14px;
}
.contwrap > div .inner .right dd + dt {
	margin-top: 30px;
}
.contwrap > div .inner .right ul li {
	float: left;
	margin-right: 2%;
	width: 23.5%;
}
.contwrap > div .inner .right ul li:nth-child(4n) {
	margin-right: 0;
}
.contwrap > div .inner .right ul li:nth-child(n+5) {
	margin-top: 2%;
}
.contwrap h3:not(.border) {
	font-size: 16px;
	font-weight: bold;
	padding-left: 24px;
	background: url(../common_re/img/icon/icon_circle01.png) left 6px no-repeat;
	background-size: 12px;
	margin: 25px 0 15px;
	line-height: 1.4;
}

.contwrap h3.border {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	border: 2px solid #fee101;
	border-radius: 15px;
	padding: 5px 15px;
}

.contwrap > div .inner.read {
    margin-bottom: 20px!important;
}

/*system
 ------------------------------------------- */	
  
#system {
	background: #f9f8f3;
	padding: 5px 0 50px;
  overflow: hidden;}

#system .inner {
  background: #fff;
  padding: 10px;
  border: 3px solid #00aac1;
    border-radius: 20px;
}
  #system .inner h3{
    color: #fff;
    background:#00aac1;
    font-weight: bold;
    font-size: 20px;
    border-radius: 15px 15px 0 0;
    margin: -10px -10px 15px -10px;
    padding: 20px 0;
    text-align: center;
  }
#system .ttlList + p {
	margin-bottom: 30px;
}
#system .ttl02 {
	line-height: 1.5;
	margin-bottom: 5px;
	font-weight: bold;
}
#system .ttl02 + p {
	margin-bottom: 30px;
}
#system dd ul {
	margin-bottom: 30px;
}
#system dd li {
	text-indent: -1em;
	padding-left: 1em;
}
#system dd li:before {
	content: "・";
}
#system dl + p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 5px;
}
#system dl + p + .btnBlank {
	margin-bottom: 50px;
}
#system table {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #000;
}
#system table th {
	width: 50%;
	background: #fcf4c5;
	border: 1px solid #000;
	text-align: center;
	padding: 3px 20px;
	font-size: 18px;
	border-right: none;
}
#system table th.leftCol {
	border-left: none;
}
#system table td {
	padding: 3px 20px;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	border-right: none;
	height: 68px;
}
#system table td.leftCol {
	border-left: none;
	text-align: left;
}
#system table td.leftCol p {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5;
}
#system table td b {
	font-size: 120%;
	font-weight: normal;
}
#system table + .note {
	font-size: 14px;
	margin-bottom: 20px;
}
#system .btnBlank {
	width: 100%;
	margin: 0 auto 20px;
}

  #system .btnBlank a{
    color: #333;
    background: #fee100;
    border: none;
  }	
  #system .btnBlank a:hover{
    background: #ead003;}
	
	#system .btnBlank a.linkNone{
		pointer-events: none;
		background: #7f7000;
	}
  #system .btnBlank a span{
    font-size: 15px;
    color: #333;
    background: url(../common_re/img/icon/icon_blank_b.png) no-repeat right center;
	background-size: 11px;}
#system .btnBlank2 a span{
	background: none;
	padding-right: 0;
	display: block;
	position: relative;
}
  #system .btnBlank2 a span:after{
	content: "";
	display: block;
	width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 5px;
	margin-left: 10px;
	margin-top: -4px;
  }
	
/*table
 ------------------------------------------- */
.tablebox {
	margin: 20px 0 0;
}
.tablebox table, td, th {
	border: 1px #000000 solid;
	vertical-align: middle;
	background: #fff;
}
.tablebox table th {
	text-align: left;
	padding: 5px 10px;
	font-size: 14px;
}
.tablebox table th.th01 {
	text-align: center;
}
.tablebox table .th_bg01 th {
	background: #FCF4C5;
	font-weight: bold;
	font-size: 15px;
}
.tablebox table td {
	padding: 5px 10px;
	font-size: 12px;
}
.tablebox .atten {
	margin: 10px 0 0;
	font-size: 14px;
}
.tablebox .atten {
	margin: 10px 0 0;
	font-size: 14px;
}
.tablebox table .th_bg01 th {
	background: #FCF4C5;
	font-weight: bold;
	font-size: 18px;
}
.tablebox .table02 th {
	font-size: 11px!important;
}
.tablebox .table02 td {
	font-size: 11px;
	vertical-align: text-bottom;
}
.tablebox .table03 th {
	width: 100%;
	display: block;
	border: 0;
	border-bottom: 1px solid;
}
.tablebox .table03 td {
	width: 100%;
	display: block;
	border: 0;
	border-bottom: 1px solid;
}
.tablebox .table03 tr:last-child td {
	border: 0;
}
p.left span {
	color: #f00;
}
.links {
	margin: 30px 0 0;
	width: 100%;
	display: table;
	text-align: center;
}
.links a {
	display: table-cell;
	width: 100%;
	height: 72px;
	border-radius: 4px;
	padding: 10px 20px;
	vertical-align: middle;
	position: relative;
	background: url(../common_re/img/icon/icon_arw01.png) right 10px center no-repeat #fee100;
	font-size: 15px;
}
.links a:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
}
.links a:hover {
	background-color: #ead003;
	opacity: 1 !important;
}
/* flow
  ------------------------------------------- */
  
.flowbox {
	margin: 40px 0;
}
.flowbox dl {
	border: 1px solid #000;
	margin-bottom: 55px;
	position: relative;
	width: 100%;
	padding: 20px;
	background: #fff;
}
.flowbox dl.stepA:after {
	background-image: url(../cost/loan/img/chart_arrow01.png);
}
.flowbox dl.stepB:after {
	background-image: url(../cost/loan/img/chart_arrow02.png);
}
.flowbox dl:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	bottom: -45px;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}
.flowbox dl:last-child:after {
	content: inherit;
	position: inherit;
}
.flowbox dl.stepA dt span.stepNO {
	background-image: url(../cost/loan/img/icon01.png);
}
.flowbox dl.stepB dt span.stepNO {
	background-image: url(../cost/loan/img/icon02.png);
}
.flowbox dt {
	position: relative;
	width: 100%;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 14px;
}
.flowbox dl:last-child {
	margin-bottom: 00;
}
.flowbox dt span.stepNO {
	position: absolute;
	top: -48px;
	left: -3%;
	width: 45px;
	height: 43px;
	background-repeat: no-repeat;
	background-size: 44px;
	display: table;
	text-align: center;
	vertical-align: middle;
}
.flowbox dt span.stepNO span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	font-size: 10px;
}
.flowbox dd {
	font-size: 14px;
}
.flowbox dl.stepchk dt span.stepNO {
	background-image: url(../cost/extension_rebuilding/img/icon01.png);
}
dl.stepchk {
	border: 0;
	background: inherit;
	overflow: hidden;
	padding: 0;
	margin-bottom: 40px;
}
dl.stepchk dt {
	margin-bottom: 30px;
	display: inline-block;
	padding-left: 80px;
	padding-top: 25px;
	font-size: 17px;
}
dl.stepchk dt span.stepNO {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	display: table;
	text-align: center;
	vertical-align: middle;
	background-size: 70px;
}
dl.stepchk dt span.stepNO span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding-bottom: 0;
	padding-top: 10px;
	font-size: 12px;
}
dl.stepchk dd {
	width: 100%;
	display: block;
	padding: 20px 20px 0;
	vertical-align: top;
	background: #fff;
}
dl.stepchk dd:last-child {
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: center;
}
dl.stepchk.point dt {
	margin-bottom: 30px;
	display: inline-block;
	padding-left: 80px;
	padding-top: 5px;
	font-size: 17px;
}
dl.stepchk.point dt span.stepNO span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	padding-bottom: 0;
	padding-top: 0;
	font-size: 13px;
}
dl.stepchk.point dd {
	width: 100%;
	display: block;
	padding: 20px;
	vertical-align: top;
	background: #fff;
}
dl.stepchk dd:last-child {
	padding-left: 20px;
	text-align: center;
}
.flowbox.point01 {
	margin: 0;
}
.flowbox dl.stepchk.point dt span.stepNO {
	background-image: url(../cost/market_price/img/icon01.png);
}
.attenbox {
	float: right;
}
.attenbox dl {
	float: left;
	margin-right: 10px;
	display: table;
	width: 120px;
}
.attenbox dl dt {
	display: table-cell;
	vertical-align: middle;
	width: 30px;
}
.attenbox dl dd {
	display: table-cell;
	vertical-align: middle;
	font-size: 11px;
	padding-left: 10px;
}
.attenbox dl dt img {
	width: 100%;
}
.attenbox dl:last-child {
	margin-right: 0;
}
/* tax
  ------------------------------------------- */
#tax .pointTime {
	margin: 0 0 0 10px;
	text-align: right;
}
#tax .imgbox {
	margin: 20px 0;
	text-align: center;
}
#tax .imgbox li {
	margin: 0 0 10px;
}
  #case {
    background:#f9f8f3;
  }
  #case .inner{
    padding-bottom: 0 !important;
  }
  
  #case .pointTime{
    text-align: right;
    margin: 30px 0 0;
  }
/* vs
  ------------------------------------------- */

#vs .inner {
	margin-bottom: 0;
	width: 94.8%;
	padding: 15px 0;
}
#vs .imgbox {
	margin: 30px 0 30px;
	text-align: center;
}
#vs .imgbox li {
	margin: 0 0 20px;
}
#vs .imgbox ul.flL3 {
}
#vs .imgbox ul.flL3 li {
	margin: 0 0 10px 0;
	float: none;
	width: 100%;
}
#vs .imgbox ul.flL3 li:last-child {
	margin: 0 0% 0 0;
}
#vs .imgbox ul.flL3 li img {
	width: 100%;
}
#vs01 p {
	margin-bottom: 10px;
}

#vs p.center {
	text-align: center;
}


/* loan
  ------------------------------------------- */

#loan .inner {
	margin-bottom: 0;
	width: 94.8%;
	padding: 15px 0;
}
#loan .imgbox {
	margin: 10px 0 20px;
	text-align: center;
}
#loan .imgbox li {
	margin: 0 0 20px;
}
#loan .imgbox ul.flL3 {
}
#loan .imgbox ul.flL3 li {
	margin: 0 0 10px 0;
	float: none;
	width: 100%;
}
#loan .imgbox ul.flL3 li:last-child {
	margin: 0 0% 0 0;
}
#loan .imgbox ul.flL3 li img {
	width: 100%;
}
#loan01 p {
	margin-bottom: 10px;
}
#loan .loanforte{
	margin-top:25px;
}
#extension .inner {
	margin-bottom: 0;
	width: 94.8%;
	padding: 15px 0;
}
#extension .imgbox {
	margin: 10px 0 20px;
	text-align: center;
}
#extension .imgbox li {
	margin: 0 0 20px;
}
#extension table td {
	text-align: left;
}
#extension .flowbox dd {
    font-size: 14px;
    margin: 25px 0 10px;
}
#market .inner {
	margin-bottom: 0;
	width: 94.8%;
	padding: 15px 0;
}
#market .imgbox {
	margin: 10px 0 20px;
	text-align: center;
}
#market .imgbox li {
	margin: 0 0 20px;
}
#market .links {
	margin-top: 0;
}
#market .left {
	margin-bottom: 20px;
}
#cost_d .inner {
	margin-bottom: 0;
	width: 94.8%;
	padding: 15px 0;
}
#cost_d .imgbox {
	margin: 10px 0 20px;
	text-align: center;
}
#cost_d .imgbox li {
	margin: 0 0 20px;
}
#cost_d .links {
	margin-top: 0;
}
#cost_d .left {
	margin-bottom: 20px;
}
#cost_d .left span.note {
	color: #333!important;
	font-size: 14px;
}
#saving .inner {
	margin-bottom: 0;
	width: 94.8%;
	padding: 15px 0;
}
#saving .imgbox {
	margin: 20px 0 0;
	text-align: center;
}
#saving .imgbox li {
	margin: 0 0 40px;
}
#saving .imgbox ul.flL3 {
	margin-bottom: 20px;
}
#saving .imgbox ul.text {
	font-weight: bold;
}
#saving .imgbox ul.text li {
	font-weight: bold;
	border: 1px solid #000;
	padding: 20px;
	background: #fff;
}
#saving .imgbox ul.flL3 li {
	margin: 0 0 10px 0;
	float: none;
	width: 100%;
	border: 1px solid #000;
	padding: 20px;
	background: #fff;
}
#saving .imgbox ul.flL3 li:last-child {
	margin: 0 0 0 0;
}
#saving .imgbox ul.flL3 li img {
	width: 100%;
}
#saving .links {
	margin-top: 0;
}
#saving p .notes {
    font-size: 14px;
}
#tax_r .inner {
	margin-bottom: 0;
	width: 94.8%;
	padding: 15px 0;
}
#tax_r .imgbox {
	margin: 10px 0 20px;
	text-align: center;
}
#tax_r .imgbox li {
	margin: 0 0 20px;
}
#tax_r .links {
	margin-top: 0;
}
#tax_r .left {
	margin-bottom: 20px;
}
#tax_r .tablebox p {
	margin-top: 10px;
	font-size: 13px;
}
#tax_r .tablebox table .th_bg01 th {
    background: #FCF4C5;
    font-weight: bold;
    font-size: 15px;
}
#tax_r .tablebox table td {
    padding: 5px;
    font-size: 12px;
}
#guide .inner {
	margin-bottom: 0;
	width: 94.8%;
	padding: 15px 0;
}
#guide .imgbox {
	margin: 10px 0 20px;
	text-align: center;
}
#guide .imgbox li {
	margin: 0 0 20px;
}
#guide .links {
	margin-top: 0;
}
#guide .left {
	margin-bottom: 20px;
}
#guide dl.stepchk.point dt {
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 80px;
    padding-top: 20px;
    font-size: 17px;
}
#guide dl.stepchk.point dd {
    background: inherit;
    text-align: left;
}
#guide .listbox {
    margin-top: 40px;
}
#guide .listbox .box01 {
    border: 1px solid #000;
    background: #fff;
    margin-bottom: 30px;
    padding: 20px;
}
#guide .links {
	margin-top: 0;
}
#guide .listbox .box01:last-child {
    margin-bottom: 0;
}
#guide .listbox .box01 dt {
    font-weight: bold;
}
#guide .left dl {
    background: inherit;
    padding: 0 0;
}
#guide .left dl dt {
    font-size: 16px;
    font-weight: bold;
    padding-left: 0px;
    background: inherit;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
#guide .left dl dd {
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    font-size: 17px;
    padding-top: 5px;
}
#guide .flowbox {
    margin: 20px 0;
}



#how {
	padding: 35px 0 50px!important;
	background: url(../cost/img/bg_how_sp.jpg) center top no-repeat;
	background-size: 100%;
}
#how ul li a figcaption {
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 4px solid #ffe100;
	line-height: 1.3;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0;
	position: relative;
	height: 77px;
}
#cost {
	border-top: 2px solid #ebe7d2;
}
#cost > div {
	padding-bottom: 0;
}
#cost > div h3:after {
	background-image: url(../common_re/img/icon/icon_money_sp.png);
}
}
@media screen and (max-width: 320px) {
.contwrap > div .inner .left dl {
	padding-top: 10px;
}
.contwrap > div .inner .left dl dt {
	display: block;
}
.contwrap > div .inner .left dl dd {
	padding: 0 0 0 24px;
}
}

/*# sourceMappingURL=reference_sp.css.map */
