@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body,td,th {
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-style: normal;
    font-size: 10px;
    color: #000000;
}
body {
    background-color: #FFFFFF;
    margin: 0 auto;
}
a:link {
    text-decoration: none;
    color: inherit;
}
a:visited {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
a:active {
    text-decoration: none;
    color: inherit;
}

h2 {
    font-family: kozuka-mincho-pr6n;
    font-style: normal;
    font-weight: 700;
    font-size: 4em;
}
h3 {
    font-family: kozuka-mincho-pr6n;
    font-style: normal;
    font-weight: 500;
    font-size: 3em;
}
h4 {
    font-weight: 700;
    font-style: normal;
    font-size: 2em;
}
h5 {
    font-weight: 500;
    font-size: 1.5em;
}
.left{
    float:left;
}
.right{
    float:right;
}
.type_p{
    display: block;
}
.type_m{
    display:none;
}
.wrap{
    align-content: center;
    width: 1024px;
    margin: 0 auto;
}
.wrap:after {
    content: "";
    clear: both;
    display: block;
}
.fadeUpTrigger{
		opacity: 0;
}
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
.delay02{
		animation-delay: 0.2s;
}
.delay04{
		animation-delay: 0.4s;
}
.delay06{
		animation-delay: 0.6s;
}
.delay08{
		animation-delay: 0.8s;
}
.delay10{
		animation-delay: 1.0s;
}
.delay12{
		animation-delay: 1.2s;
}
.delay14{
		animation-delay: 1.4s;
}
.delay16{
		animation-delay: 1.6s;
}
.delay18{
		animation-delay: 1.8s;
}
.delay20{
		animation-delay: 2.0s;
}
@keyframes fadeUpAnime{
		from {
		    opacity: 0;
		    transform: translateY(100px);
		}
		to {
		    opacity: 1;
		    transform: translateY(0);
		}
}
header{
    background-color:#004386;
    text-align: center;
}
header img.bg{
    width: 100%;
    min-width:1024px;
    height: 100vh;
    max-height: 1300px;
    object-fit: cover;
    margin-top:17px;
}
header div{
    position: absolute;
    top: 15%;
    right: 0;
    left: 0;
    margin: auto;
    }
header h2{
    text-indent: 1em;
    letter-spacing: 0.3em;
    }
header h1{
    object-fit:none;
    margin-top: 5em;
}
header a.toi{
    display: block;
    writing-mode: vertical-rl;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2em;
    padding:1.2em 0.6em;
    letter-spacing: 0.1em;
    background-color:#8a7536;
    position: fixed;
    top:15%;
    right:0;
    color: #fff;
    border-radius: 10px 0 0 10px;
    z-index:99;
}
article{
    clear: both;
}
article#cont1{
    background-color: #004386;
    color:#fff;
    padding:5em 0 15em;
    text-align: center;
}
article#cont1 h2{
    letter-spacing: 0.2em;
}
article#cont1 h2 span{
    font-size: 2em;
    font-style: italic;
}
article#cont1 div.box {
    display: block;
    width: 440px;
    margin:0;
}
article#cont1 div img.title{
    width:96%;
    margin-top: 7em;
    
}
article#cont1 div.genchi{
    width:100%;
    margin-top: 5em;
}
article#cont1 div.genchi img{
    width:100%;
    cursor: pointer;
	  transition-duration: 0.3s;
}
article#cont1 div.genchi img:hover{
		opacity: 0.6;
	  transition-duration: 0.3s;
}
article#cont1 div h3{
    margin-top: 1em;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
article#cont2{
    position: relative;
}
article#cont2 img{
    width: 100%;
    min-width:1024px;
    height: auto;
    object-fit: cover;
}
article#cont2 .wrap{
    text-align: center;
    position: absolute;
    top: 15%;
    right: 0;
    left: 0;
    margin: auto;
}
article#cont2 h2{
    letter-spacing: 0.1em;
    color:#FFF;
    text-shadow: 2px 2px 0.2em #000, 0 0 1em #000, 0 0 1em #000;
}
article#cont2 p{
    color:#FFF;
    font-family: kozuka-mincho-pr6n;
    font-style: normal;
    font-weight: 500;
    font-size: 2.5em;
    line-height: 2.2em;
    margin-top: 3em;
    letter-spacing: 0.1em;
    text-shadow: 2px 2px 0.2em #000, 0 0 1em #000, 0 0 1em #000;
}
article#cont3 h4,
article#cont4 h4,
article#cont5 h4{
    display: block;
    background-color:#004386;
    color:#fff;
    padding:0.3em 0 0.3em 1em;
    letter-spacing: 0.1em;
    margin-top:1em;
}
article#cont3 h2,
article#cont4 h2,
article#cont5 h2{
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin-top:0.8em;
    text-indent: 0;
}
article#cont3 p.read,
article#cont4 p.read,
article#cont5 p.read{
    font-family: kozuka-mincho-pr6n;
    display:block;
    font-size: 1.8em;
    line-height: 1.8em;
    text-align: justify;
    margin:2em 0;
}
article#cont3 p.read{
    width:100%;  
}
article#cont4 p.read,
article#cont5 p.read{
    width: 45%;
}
article#cont3 .box{
    width:48%;
}
article#cont3 .left .left,
article#cont3 .left .right{
    width:47%;
}
article#cont3 .left .left .direction{
    background-color:#1eaa39;
}
article#cont3 .left .right .direction{
    background-color: #036eb7;
}
article#cont3 .left .left .root p{
    color:#1eaa39;
}
article#cont3 .left .right .root p{
    color: #036eb7;
}
article#cont3 .direction{
    text-align: center;
    color:#fff;
    font-weight: 500;
    font-size:3em;
    padding:0.2em 0;
}
article#cont3 .root{
    font-weight:700;
    font-size:1.8em;
    line-height: 1.2em;
    margin-top:1em;
}
article#cont3 .root p{
    text-align: right;
    margin-top:0.5em;
    font-size:2.75em;
    font-weight:700;
    font-style: italic;
    margin-bottom:1.8em;
    padding-right:0.3em;
}
article#cont3 .root p span{
    font-size:2em;
}
article#cont3 img{
    margin-top:-80px;
    width: 48%;
}
article#cont4 header,
article#cont5 header{
    background-color:#FFF;
    text-align: left;
    background-repeat: no-repeat;
    background-position: bottom right;
}
article#cont4 header{
    background-image:url("img/point2_img.png");
}
article#cont5 header{
    background-image:url("img/point3_img.png");
}
article#cont4 .point2{
    float:left;
    width:231px;
    margin:17px 32px 17px 0;
}
article#cont4 div.point2:nth-child(4n+2){
    margin:17px 0 17px 0;
}

article#cont4 .point2 img{
    width:100%;
}
article#cont4 .point2 p{
    display:block;
    font-size: 1.5em;
    line-height:1.2em;
    margin-top:0.5em;
}
article#cont5 .point3{
    float:left;
    width: 442px;
    background-color:#C3E2F7;
    padding:30px 17px 30px 34px;
    margin:40px 30px 0 0;
}
article#cont5 .point3:nth-child(even){
    margin:40px 0 0;
}
article#cont5 .sub_box{
		float:left;
		width:493px;
		margin:40px 0 30px;
}
article#cont5 .sub_box .point3_sub1{
		float:left;
		width:47.5%;
}
article#cont5 .sub_box .point3_sub2{
		float:right;
		width:47.5%;
}
article#cont5 .point3 img{
    width:55%;
    float:right;
    margin-left: 1em;
}
article#cont5 .sub_box img{
		width:100%;
}
article#cont5 .point3 h5{
    font-size: 2.5em;
    margin-bottom:0.8em;
    line-height:1em;
}
article#cont5 .sub_box h5{
    font-size: 2em;
    margin:0.2em 0 0.5em;
    line-height:1.2;
}
article#cont5 .means{
    font-size:1.4em;
    margin-bottom: 1.4em;
}
article#cont5 .cap{
    display: block;
    font-size: 1.5em;
    margin-right:1em;
    line-height: 1.5em;
}
#map {
		width: 100%;
		height: 400px;
}
article.land header h1 img{
    width:630px;
    height:auto;
}
article.land header h1{
    margin:5em 0;
    padding:4em 0;
}
article.land h2{
    text-align: center;
    margin: 0 auto 2em;
    }
article#cont6 h2{
    letter-spacing: 0.15em;
}
article.land div.left,
article.land div.right{
    width: 45%;
}
article.land div.left img{
    width:100%;
}
article.land img.right{
    width:48%;
    text-align: right;
    margin-bottom: 1em;
}
article.land p.ppt{
    font-size:2.2em;
    margin: 1em 0 0;
}
article.land p.ppt span.man{
    font-size:3.8em;
    font-weight:700;
    letter-spacing: -0.1em;
}
article.land p.ppt span.sen{
    font-size: 3em;
    font-weight:700;
}
article.land p.ppt span.unit{
    font-size:2em;
    font-weight:700;
}
article.land p.detail{
    font-size: 2.0em;
    line-height:1.8em;
    margin: 0.5em 0 1em;
}
article.land p.detail2{
    font-size: 1.6em;
    line-height:1.6em;
    margin: 0.5em 0 1em;
}
article.land div.tab span{
    display:inline-block;
    background-color: #ff0;
    font-size: 2.5em;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding:0.4em 0.8em 0.3em;
    margin: 0 0.6em 0 0;
}
article.land div.suumo{
		display:inline-block;
		width:160px;
		margin:1em 0;
}
article.land div.list{
    clear:both;
}
article.land h3{
    text-align: center;
    margin: 1em auto;
}
article.land table{
    width: 100%;
}
article.land table.outline{
    margin-bottom: 10em;
}
article.land table thead{
    background-color: #898989;
}
article.land table thead th{
    color:#fff;
    padding:0.2em 0 0.3em;
    font-size: 1.5em;
    font-weight: 500;
}
article.land table tbody th{
    background-color: #004386;
    color: #fff;
    font-weight: 400;
    padding: 0.5em 0 0.5em;
}
article.land table tr.outofbiz th{
    padding: 0.3em 0 0.1em;
}
article.land table tr.outofbiz th img{
		width: 29px;
}
article.land table tbody th.on_biz{
		position:relative
}
article.land table tbody th.on_biz img{
		position:absolute;
		top:7px; left:15px;
		width: 29px;
}
article.land table tbody tr:nth-child(odd){
    background-color: #E9F3FB;
}
article.land table tbody tr:nth-child(even){
    background-color: #d3e6f6;
}
article.land table.value tbody th{
    font-size: 2em;    
    font-weight: 500;
}
article.land table.value tbody td{
    font-size: 1.5em;
    text-align: center;
}
article.land table.value tbody td.price{
    font-size: 2em!important;
    font-weight: 500;
}
article.land table.value tbody td.price span{
		display:block;
		width:6em;
		text-align:right;
		margin:0 auto;
}
article.land table.outline tbody th{
    text-align: left;
    padding: 0.8em 0 0.8em 1em;
    font-size: 1.5em;
}
article.land table.outline tbody td{
    font-size: 1.5em;
    padding-left:1em;
}
article.land p.elect{
    text-align: right;
    font-size: 1.5em;
    margin: 1em 0 10em;
}
article.land div.plan{
    border:solid 2px #004386;
}
article.land div.plan header{
    background-image: url("img/plan.png");
    background-repeat: no-repeat;
    background-position: top left;
    color:#fff;
    height:135px;
}
article.land div.plan header h4,
article.land div.plan header h5{
    vertical-align: middle;
    line-height: 135px;
}
article.land div.plan header h4{
    padding-left:1.5em;
    font-size: 2.5em;
    font-weight: 700;
}
article.land div.plan header h5{
    padding-right:3em;
    font-size:2em;
}
article.land div.plan .plan_price,
article.land div.plan .repayment{
    display: inline-block;
    width:25%;
    float:left;
    margin: 2em 0 0 5%;
    font-size:1.5em;
}
article.land div.plan .repayment{
    margin: 2em 2.5% 0;
}
article.land div.plan  p{
    line-height: 1.5em;
}
article.land div.plan  p.item{
    font-weight: 700;
}
article.land div.plan p.price{
    font-size: 3.5em;
    font-weight: 700;
    line-height: 1.2em;
}
article.land div.plan .plan_price p.price{
    margin-bottom: 0.2em;
}
article.land div.plan .repayment p.price{
     margin-bottom: 0em;
} 
article.land div.plan p.price span {
    font-weight: 700;
    font-size: 0.7em;
}
article.land div.plan .diagram{
    float: right;
    margin: 3em 5% 1em 0;
    width:30%;
}
article.land div.plan .repayment{
    border: solid #004386 2px;
    padding: 0.5em 2%;
    margin-bottom: 1em;
}
article.land div.plan .repayment .bonus{
    display: block;
    background-color: #003486;
    color:#fff;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.8em;
    margin-bottom: 0.5em;
}
article.land div.plan p.tadashi{
    font-size: 1.25em;
    clear: both;
    margin: 0 5% 0;
}
article.land div.plan img.rp{
    width: 90%;
    margin: 50px auto;
}
footer{
    background-color: #004386;
    padding:340px 0 10px;
    margin-top: 100px;
    color:#fff;
}
footer hr{
    border:solid 4px #ff0;
}
footer .wrap{
    position: relative;
}
footer .gototop{
    position: absolute;
    right:0;
    top:-100px;
}
footer img.f_logo{
    padding:0 20px 0 30px;
    background-color: #004386;
    position: absolute;
    top:-50px;
    left:-30px;
}
footer .corporate {
    margin: 50px 0 30px;
}
footer h4{
    margin-top: 1em;
    letter-spacing: 0.1em;
    font-weight: 700;
}
footer p.f_address{
    font-size:1.8em;
    letter-spacing: 0.05em;
    margin-top: 0.5em;
}
footer p.f_title{
    font-size: 1.2em;
    line-height: 1.6em;
    margin-top: 1.2em;
    font-weight: 400;
}
footer p.f_subtitlez{
    font-size: 2em;
    font-weight: 500;
    margin-top: 1em;
}
footer p.openhoure{
    font-size:1.2em;
    margin-top: 2.5em;
}
footer p.f_tel{
    clear: both;
    font-size: 4em;
    font-weight: 700;
    letter-spacing: 0.1em;
}
footer div.f_sns{
    margin-top:60px;
}
footer div.f_sns img{
    display: block;
    margin-bottom: 25px;
    width: 290px;
}
footer .copyright{
    clear: both;
    font-size: 1em;
    text-align: center;
    margin: 10em 0 0;
}
@media screen and (max-width: 1440px) {
    header div{
        top: 10%;
    }
    header h2{
        letter-spacing: 0.2em;
    }
    header h1{
        margin-top: 3em;
    }
		article#cont2 .wrap{
		    top: 12%;
		}
}
@media screen and (max-width: 1024px) {
    body,td,th {
        font-size: 8px;
    }
    .wrap{
		    width: 96%;
		}
    header img.bg{
        width: 100%;
        min-width:auto;
        max-height: 750px;
        margin-top:15px;
    }
    header h2{
        letter-spacing: 0.25em;
        }
    header h1{
        margin-top: 3.5em;
    }
    header h1 img{
        width: 300px;
    }
    article#cont1 div.box {
    width: 43%;
    margin:0;
		}
    article#cont2 img{
        min-width:auto;
    }
    article#cont3 img{
        margin-top:-70px;
    }
    article#cont4 header,
    article#cont5 header{
        background-size: contain;
    }
    article#cont4 .point2{
        width:22.5%;
        margin:15px 3% 15px 0;
    }
    article#cont4 div.point2:nth-child(4n+2){
        margin:15px 0 15px 0;
    }
    article#cont5 .point3{
        width: 43%;
        padding:25px 2.5% 25px 2.5%;
        margin:34px 3% 0 0;
    }
    article#cont5 .point3:nth-child(even){
        margin:34px 0 0;
    }
		article#cont5 .sub_box{
				width:48%;
				margin:34px 0 50px;
		}
		article.land header h1 img{
    width:60%;
    height:auto;
		}
		article.land table tr.outofbiz th.on_biz img{
				width: 25px;
		}
		article.land table tbody th.on_biz img{
				top:7px; left:10px;
				width:25px;
		}

}
@media screen and (max-width: 896px) {
		body,td,th {
		    font-size: 7px;
		}
    header img.bg{
        height: 70vh;
        max-height: 700px;
    }
    header div{
        top: 50px;
        }
    header h2{
				padding-left:1em;
        }
		header h1 img{
		    width: 250px;
		}
		article#cont2 .wrap{
		    top: 70px;
		}
		article#cont3 p.read,
		article#cont4 p.read,
		article#cont5 p.read{
		    font-size:2.2em;
		}
		article#cont3 .root{
		    font-size:2em;
		}
		article#cont3 .root p{
		    font-size:2.5em;
		}
		article#cont3 img{
		    margin-top:-50px;
		}
		article#cont4 header,
		article#cont5 header{
		    margin-bottom:3em;
		}
		article#cont4 header h2,
		article#cont5 header h2{
				padding-left:0;
		}
		article#cont4 .point2{
		    width:30%;
		    margin:15px 1.65%;
		}
		article#cont4 div.point2:nth-child(4n+2){
		    margin:15px 1.65%;
		}
		article#cont4 .point2 p{
		    font-size: 2.2em;
		    margin-top:0.3em;
		}
		article#cont5 .point3 img{
		    width:50%;
		}
		article#cont5 .point3 p.means{
				font-size:1.6em;
		}
		article#cont5 .point3 p.cap{
				font-size:1.8em;
		}
		article#cont5 .sub_box h5{
				font-size:2.2em;
				margin:0.2em 0 0.5em;
		}
		article.land header h1{
		    padding:8em 0;
		}
		article.land table thead th{
		    font-size: 2em;
		}
		article.land table.value tbody th{
		    font-size: 2.5em;    
		}
		article.land table.value tbody td{
		    padding: 0.5em 0;
		    line-height:1.5em;
		    font-size: 2em;
		}
		article.land table.value tbody td.price{
		    font-size: 2.5em!important;
		}
		article.land table.outline tbody th{
		    padding: 0.8em 1em 0.8em 1em;
		    font-size: 2em;
		    white-space:nowrap;
		}
		article.land table.outline tbody td{
		    font-size: 2em;
		    padding: 0.5em 1em 0.5em 1em;
		    line-height:1.5em;
		}
		article.land div.plan header{
		    height:98px;
		    background-size:350px;
		}
		article.land div.plan header h4,
		article.land div.plan header h5{
				text-align:left;
		    line-height: 98px;
		}
		article.land div.plan  p{
				font-size:1.2em;
		}
		article.land div.plan .repayment{
				padding:0.5em 1.5%;
				letter-spacing:-0.1em;
				line-height:1.4em;
		}
		article.land div.plan .repayment .bonus{
				margin:-0.1em 0 0.4em;
		}
		article.land div.plan p.tadashi {
				font-size:1.8em;
		    text-indent:-1em;
		    padding-left:1em;
		}
		article.land div.plan img.rp{
		    width: 90%;
		    margin: 50px auto;
		}
		footer{
		    padding:250px 0 10px;
		}
		footer hr{
		    border:solid 3px #ff0;
		}
		footer .gototop{
		    top:-90px;
		}
		footer img.f_logo{
				width:290px;
		    padding:0 10px 0 15px;
		    top:-36px;
		    left:0;
		}
		footer h4{
				font-size:3em;
		    margin-top: 1em;
		    letter-spacing: 0em;
		}
		footer p.f_address{
		    font-size:2em;
		    letter-spacing: 0.05em;
		    margin-top: 0.5em;
		}
		footer p.f_title{
		    font-size: 1.8em;
		    line-height: 1.6em;
		    margin-top: 1.2em;
		    font-weight: 400;
		}
		footer p.f_subtitlez{
				float:left;
		    font-size: 2.2em;
		    font-weight: 500;
		    margin: 3em 0 1em;
		}
		footer p.openhoure{
				float:left;
		    font-size:2em;
		    margin: 3.3em 0 0 6em;
		}
		footer p.f_tel{
		    font-size: 5em;
		    font-weight: 700;
		    letter-spacing: 0.1em;
		}
		footer div.f_sns{
		    margin-top:60px;
		    text-align:center;
		}
		footer div.f_sns img{
		    margin: 0 auto 25px;
		    width: 290px;
		}
		footer .copyright{
		    font-size: 2em;
		    margin: 10em 0 1em;
		}
}
@media screen and (max-width: 768px) {
		body,td,th {
		    font-size: 6px;
		}
		article.land p.elect{
		    font-size: 2em;
		}
}
@media screen and (max-width: 672px) {
		body,td,th {
		    font-size: 5px;
		}
		article.land table tr.outofbiz th.on_biz img{
		width: 20px;
		}
		article.land table tbody th.on_biz img{
				top:5px; left:8px;
				width:20px;
		}
		footer div.f_sns img{
		    margin: 0 auto 25px;
		    width: 250px;
		}

}
@media screen and (max-width: 576px) {
		body,td,th {
		    font-size: 7px;
		}
		.left{
		    float:none;
		}
		.right{
		    float:none;
		}
    .type_p{
        display: none;
    }
    .type_m{
        display: block;
    }
    header img.bg{
        height: 60vh;
        max-height: 600px;
        margin-top:10px;
    }
    header h2{
       line-height:1.2em;
       text-indent: 0;
        }
		header h1{
		    margin-top: 2.5em;
		}
		header h1 img{
		    width: 200px;
		}
		header a.toi{
		    writing-mode: horizontal-tb;
		    font-size: 4em;
		    padding:0.2em 0 0.5em;
		    letter-spacing: 0.1em;
		    top:auto;
		    right:0;
		    left:0;
		    bottom:0;
		    border-radius: 20px 20px 0 0;
		    z-index:99;
		    line-height:1.8;
		}
		article#cont1 h2{
		    line-height:1.6em;
		}
		article#cont1 div.box {
		    width: 90%;
		    margin:0 5%;
		}
		article#cont1 div h3{
		    margin-top: 0.5em;
		}
		article#cont2 img{
		    height: 450px;
		}
		article#cont2 .wrap{
		    top: 30px;
		}
		article#cont2 h2{
		    line-height:1.5em;
		}
		article#cont3,
		article#cont4,
		article#cont5{
				width:90%;
				margin: 0 auto;
		}
		article#cont3 p.read,
		article#cont4 p.read,
		article#cont5 p.read{
		    width:100%;
		    font-size: 3em;
		    line-height: 1.8em;
		    margin:2em 0;
		}
		article#cont3 .box{
		    width:100%;
		}
		article#cont3 .left .left{
		    width:47%;
		    float:left;
		}
		article#cont3 .left .right{
		    width:47%;
		    float:right;
		}
		article#cont3 .direction{
		    font-size:3em;
		    padding:0.2em 0;
		}
		article#cont3 .root{
		    font-size:2.5em;
		    line-height: 1.2em;
		    margin-top:1em;
		}
		article#cont3 .root p{
		    font-size:2.5em;
		}
		article#cont3 .root p span{
		    font-size:2em;
		}
		article#cont3 img{
		    margin-top:0;
		    width: 100%;
		}
		article#cont4 header,
		article#cont5 header{
				padding-bottom:43vw;
		}
		article#cont4 header{
		    background-image:url("img/point2_img-m.png");
		}
		article#cont5 header{
		    background-image:url("img/point3_img-m.png");
		}
		article#cont4 header h2,
		article#cont5 header h2{
				padding-left:0;
		}
		article#cont4 .point2{
		    width:45%;
		    margin:15px 2.5%;
		}
		article#cont4 div.point2:nth-child(4n+2){
		    margin:15px 2.5%;
		}
		article#cont4 .point2 p{
		    font-size: 2.2em;
		    margin-top:0.3em;
		}
		article#cont5 .point3{
		    width: 95%;
		    margin:20px 0 0 0;
		}
		article#cont5 .point3:nth-child(even){
		    margin:20px 0 0;
		}
		article#cont5 .point3 p.means,
		article#cont5 .sub_box p.means{
				font-size:2em;
				margin-bottom:2em;
		}
		article#cont5 .point3 p.cap{
				font-size:2.2em;
		}
		article#cont5 .sub_box{
				width:100%;
				margin:20px 0 50px;
		}
		article#cont5 .point3 img{
		    margin-left: 1em;
		    width:50%;
		}
		article#cont5 .point3 h5{
		    font-size: 3.5em;
		    margin-bottom:0.5em;
		}
		article#cont5 .sub_box h5{
		    font-size: 3em;
		    margin:0.5em 0;
		}
		article#cont5 .cap{
		    font-size: 2.5em;
		    margin-right:1em;
		    line-height: 1.5em;
		}
		article.land header h1 img{
		    width:80%;
		}
		article.land header h1{
		    margin:5em 0;
		    padding:8em 0;
		}
		article.land div.left,
		article.land div.right{
		    width: 90%;
		    margin:0 auto;
		}
		article.land .wrap img.right{
		    width:90%;
		    display:block;
		    text-align: center!important;
		    margin:10em auto;
		}
		article.land p.ppt{
		    font-size:2.5em;
		}
		article.land p.detail{
		    font-size: 2.8em;
		}
		article.land div.tab span{
		    font-size: 3em;
		}
		article.land table tr.outofbiz th.on_biz img{
		width: 25px;
		}
		article.land table tbody th.on_biz img{
				top:15px; left:5px;
				width:25px;
		}
		article.land div.plan header{
		    height:68px;
		    background-size:60%;
		}
		article.land div.plan header h4,
		article.land div.plan header h5{
				text-align:left;
		    line-height: 68px;
		}
		article.land div.plan header h4{
		    padding-left:1.5em;
		    font-size: 2.5em;
		    float:left;
		}
		article.land div.plan header h5{
		    padding-right:3em;
		    font-size:2em;
		    float:right;
		}
		article.land div.plan .plan_price,
		article.land div.plan .repayment{
		    width:43%;
		    margin: 2em 0 0 5%;
		    font-size:1.5em;
		}
		article.land div.plan .repayment{
		    margin: 2em 0 0;
		}
		article.land div.plan  p{
				font-size:1.2em;
		}
		article.land div.plan .diagram{
		    float: left;
		    margin: 3em 0 1em 5%;
		    width:43%;
		}
		article.land div.plan p.tadashi{
				clear:none;
				width:40%;
				display:inline-block;
		    font-size: 1.5em;
		    margin: 2em 5% 0 4%;
		    text-indent:-1em;
		    padding-left:1em;
		    text-align:justify;
		}
		article.land div.plan img.rp{
		    width: 90%;
		    margin: 50px auto;
		}
		footer{
		    padding:160px 0 10px;
		}
		footer hr{
		    border:solid 2px #ff0;
		}
		footer .gototop{
		    top:-80px;
		}
		footer img.f_logo{
				width:50%;
		    top:-23px;
		    left:2%;
		}
		footer .corporate {
		    margin: 70px auto 30px;
		    width:85%;
		}
		footer h4{
				font-size:3em;
		    margin-top: 1em;
		    letter-spacing: 0em;
		}
		footer p.f_address{
		    font-size:2em;
		    letter-spacing: 0.05em;
		    margin-top: 0.5em;
		}
		footer p.f_title{
		    font-size: 1.8em;
		    line-height: 1.6em;
		    margin-top: 1.2em;
		    font-weight: 400;
		}
		footer p.f_subtitlez{
				float:left;
		    font-size: 2.2em;
		    font-weight: 500;
		    margin: 3em 0 1em;
		}
		footer p.openhoure{
				float:left;
		    font-size:2em;
		    margin: 3.3em 0 0 6em;
		}
		footer p.f_tel{
		    font-size: 5em;
		    font-weight: 700;
		    letter-spacing: 0.1em;
		}
		footer div.f_sns{
				width:340px;
				margin:0 auto;
		}
		footer div.f_sns img{
				display:inline-block;
				float:left;
		    margin: 0 10px 25px;
		    width: 150px;
		}
		footer .copyright{
		    font-size: 1.8em;
		    margin: 30px 0 80px;
		}
}
@media screen and (max-width: 480px) {
		body,td,th {
		    font-size: 6px;
		}
		article.land table tr.outofbiz th.on_biz img{
		width: 20px;
		}
		article.land table tbody th.on_biz img{
				top:13px; left:5px;
				width:20px;
		}
}
@media screen and (max-width: 400px) {
		body,td,th {
		    font-size: 5px;
		}
		article#cont2 img{
		    height: 400px;
		}
		article.land table tr.outofbiz th.on_biz img{
		width: 18px;
		}
		article.land table tbody th.on_biz img{
				top:10px; left:5px;
				width:18px;
		}
}
@media screen and (max-width: 360px) {
		footer div.f_sns{
				width:300px;
		}
		footer div.f_sns img{
		    width: 130px;
		}
