@charset "UTF-8";


/*==================================================================
	1. Style setting
===================================================================*/
body{
	color: #444;
	font-size: 14px;
	line-height: 1.7;
	padding-top: 75px;
	font-family: 'Meiryo', sans-serif,
	overflow: hidden;
}
.wrap-inner{
	margin: auto;
	max-width: 1000px;
}
.txt-cell{
	color: #014f98;
	font-size: 80px;
	font-weight: bold;
	-webkit-text-shadow: 13px 2px 6px #fff, -3px 12px 6px #fff, 6px -3px 1px #fff, -6px -6px 6px #fff, 2px 6px 6px #fff, 10px -6px 6px #fff, 6px -5px 6px #fff;
	-ms-text-shadow: 13px 2px 6px #fff, -3px 12px 6px #fff, 6px -3px 1px #fff, -6px -6px 6px #fff, 2px 6px 6px #fff, 10px -6px 6px #fff, 6px -5px 6px #fff;
	text-shadow: 13px 2px 6px #fff, -3px 12px 6px #fff, 6px -3px 1px #fff, -6px -6px 6px #fff, 2px 6px 6px #fff, 10px -6px 6px #fff, 6px -5px 6px #fff;
	pointer-events: none;
	user-select: none;
}
.txt-cell span{
	color: #2c2c2c;
}
.hline01{
	font-size: 38px;
	font-weight: bold;
	padding: 8px 80px;
	position: relative;
	text-align: center;
}
.hline01 span{
	display: block;
	position: relative;
}
.hline01 span:after{
	content: "";
	border-top: 36px solid;
	border-left: 38px solid transparent;
	border-right: 38px solid transparent;
	position: absolute;
	bottom: -36px;
	left: 50%;
	margin-left: -38px;
}
.rent-block .rent-grey{
	color: #fff;
	background-color: #696969; 
}
.hline01:before{
	content: "";
	position: absolute;
	left: 0;
	border: 40px solid;
	top: 0;
}
.hline01:after{
	content: "";
	position: absolute;
	right: 0;
	border: 40px solid;
	top: 0;
}
.hline01.rent-grey:before{
	border-color: #595959 transparent #595959 #4c4c4c;
}
.hline01.rent-grey:after{
	border-color: #595959 #4c4c4c #595959 transparent;
}
.hline01.rent-grey span:after{
	border-top-color: #696969;
}
.hline01.rent-blue, .hline01.rent-blue2{
	color: #f9df31;
	background-color: #064a9f; 
}
.hline01.rent-blue2{
	color: #fff;
}
.hline01.rent-blue:before, .hline01.rent-blue2:before{
	border-color: #043a8d transparent #043a8d #032e7d;
}
.hline01.rent-blue:after, .hline01.rent-blue2:after{
	border-color: #043a8d #032e7d #043a8d transparent;
}
.hline01.rent-blue span:after, .hline01.rent-blue2 span:after{
	border-top-color: #064a9f;
}
.mb15{margin-bottom: 15px;}

/*-------------------------------------------------------------
	Header
-------------------------------------------------------------*/
#header{
	background-color: #fff;
	-webkit-box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.3);
	left: 0;
	padding: 8px 0 5px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}
#header .header-txt{
	color: #828282;
	font-size: 11px;
	margin-bottom: 8px;
}
#header .leftBox{width: 50%;}
#header .rightBox{padding-top: 8px;text-align: right;width: 50%;}
#header .header-btn, #header .tel_num{
	display: inline-block;
	vertical-align: middle;
}
#header .header-btn{max-width: 36%;}
#header .tel_num{
	margin-left: 15px;
	max-width: 60%;
}

/*-------------------------------------------------------------
	Keyv
-------------------------------------------------------------*/
.keyv{
	background: url(../images/keyv/bg.jpg) no-repeat center bottom / cover;
	padding: 70px 0 375px;
	text-align: center;
}
.keyv .keyv-box{margin-bottom: 23px;}
.keyv .keyv-icon, .keyv .keyv-txt{
	display: inline-block;
	vertical-align: middle;
}
.keyv .keyv-txt{
	background-color: rgba(255,255,255,0.7);
	margin-left: 18px;
	padding: 15px 40px 15px 44px;
}
.block-thinking{
	background: url(../images/thinking/bg.jpg) repeat left top;
}
.block-thinking .wrap-inner{
	position: relative;
}
.block-thinking .thinking-main img{
	margin-top: -82px;
	margin-bottom: -6px;
}
.block-thinking .thinking-txt{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 100%;
}
.block-thinking .thinking-txt img{width: 48.2%;}
/*-------------------------------------------------------------
	service-block
-------------------------------------------------------------*/
.service-block{
	background: url(../images/service/bg.jpg) no-repeat center top / cover;
	padding: 100px 0;
	text-align: center;
}
.service-block .service-title{
	color: #064a9f;
	display: inline-block;
	font-size: 38px;
	font-weight: bold;
	-webkit-text-shadow: 23px -9px 6px #fff, -10px 6px 6px #fff, 10px -6px 6px #fff, -6px -10px 6px #fff, 2px 9px 6px #fff;
	-ms-text-shadow: 23px -9px 6px #fff, -10px 6px 6px #fff, 10px -6px 6px #fff, -6px -10px 6px #fff, 2px 9px 6px #fff;
	text-shadow: 0px 6px 6px #fff, 10px -3px 6px #fff, -2px -5px 6px #fff, 2px 3px 6px #fff;
	margin-bottom: 40px;
	position: relative;
}
.service-block .service-title span{font-size: 80%;}
.service-block .service-title:before, .service-block .service-title:after{
	content: "";
	display: inline-block;
	height: 79px;
	vertical-align: middle;
	width: 2px;
	background-color: #064a9f;
	-webkit-box-shadow: 0 0 7px 6px #fff;
	-ms-box-shadow: 0 0 7px 6px #fff;
	box-shadow: 0 0 7px 6px #fff;
	position: absolute;
	margin-top: -37px;
	top: 50%;
}
.service-block .service-title:before{
	margin-right: 25px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: -30px;
}
.service-block .service-title:after{
	margin-left: 25px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: -30px;
}
.service-block .service-box{
	background-color: rgba(255,255,255,0.7);
	color: #2c2c2c;
	font-size: 20px;
	margin: 35px auto 0;
	padding: 24px 10px;
	width: 74.4%;
}
.service-block .service-box span{
	position: relative;
	z-index: 0;
}
.service-block .service-box span:after{
	content: "";
	background-color: #f9df31;
	bottom: -5px;
	height: 13px;
	left: -1%;
	position: absolute;
	width: 102%;
	z-index: -1;
}
/*-------------------------------------------------------------
	rent-block
-------------------------------------------------------------*/
.rent-block{
	background-color: #f5f7f7;
	margin-top: -42px;
}
.rent-block .rent-contents{
	padding: 70px 80px 55px;
	position: relative;
}
.rent-block .img-eviction{
	position: absolute;
	left: 40px;
	top: 70px;
	width: 39%;
}
.rent-block .box-list{
	background-color: #fff;
	-webkit-box-shadow: 0 0 12px 1px rgba(0,0,0,0.16);
	-ms-box-shadow: 0 0 12px 1px rgba(0,0,0,0.16);
	box-shadow: 0 0 12px 1px rgba(0,0,0,0.16);
	float: right;
	padding: 15px;
	width: 51%;
}
.rent-block .rent-box-list, .month-rent{
	background: #fff url(../images/common/bg02.jpg) repeat;
	-webkit-box-shadow: 0 0 12px 1px rgba(0,0,0,0.16);
	-ms-box-shadow: 0 0 12px 1px rgba(0,0,0,0.16);
	box-shadow: 0 0 12px 1px rgba(0,0,0,0.16);
	margin-bottom: 60px;
	padding: 15px 60px;
}
.rent-block .box-list li, .rent-block .rent-box-list li{
	border-bottom: 1px solid #4c4c4c;
	background: url(../images/common/ticket01.png) no-repeat left 4px center;
	font-size: 20px;
	font-weight: bold;
	padding: 20px 0 20px 34px;
}
.rent-block .rent-box-list li{
	font-size: 28px;
}
.rent-block .rent-box-list span{position: relative;z-index: 0;}
.rent-block .rent-box-list span:after{
	content: "";
	background-color: #f9df31;
	bottom: -2px;
	height: 11px;
	left: -1%;
	position: absolute;
	width: 102%;
	z-index: -1;
}
.rent-block .box-list li:last-child, .rent-block .rent-box-list li:last-child{border-bottom: none;}
.month-rent{
	padding: 58px 37px;
}
.month-rent .tit-rent{
	color: #064a9f;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 48px;
}
.month-rent .rent-box{
	background: url(../images/common/bg01.jpg) repeat center;
	margin-bottom: 40px;
	padding: 19px 10px;
	text-align: center;
}
.month-rent .rent-box dl{
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	width: 47%;
}
.month-rent .rent-box dt, .month-rent .rent-box dd{
	display: inline-block;
}
.month-rent .rent-box dd{
	color: #064a9f;
}
.month-rent .rent-exp{
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.month-rent .rent-exp h3{
	display: table;
	font-size: 20px;
	font-weight: bold;
	background-color: #fff;
	padding-right: 15px;
}
.month-rent .rent-exp:after{
	content: "";
	display: inline-block;
	background-color: #53b29c;
	height: 3px;
	left: 0.5em;
	margin-right: -50%;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	vertical-align: middle;
	width: 100%;
	z-index: -1;
}
.month-rent .rent-exp img, .month-rent .rent-exp h3 span{
	display: table-cell;
	vertical-align: middle;
}
.month-rent .rent-exp img{width: 60px;}
.month-rent .rent-exp h3 span{padding-left: 13px;}
/*-------------------------------------------------------------
	case-block
-------------------------------------------------------------*/
.case-block{
	background: url(../images/common/bg03.jpg) repeat;
	position: relative;
	padding-bottom: 83px;
}
.case-block:after{
	content: "";
	background: url(../images/common/dotted02.jpg) repeat-x;
	bottom: 0;
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
}
.case-block .case-hline{
	background: url(../images/case/case_img.jpg) no-repeat center / cover;
	padding: 89px 0 125px;
	text-align: center;
}
.case-block .case-hline .txt-shadow{
	color: #014f98;
	font-size: 40px;
	font-weight: bold;
	-webkit-text-shadow: 0px 1px 11px #fff, -1px -2px 11px #fff, 6px 7px 11px #fff;
	-ms-text-shadow: 0px 1px 11px #fff, -1px -2px 11px #fff, 6px 7px 11px #fff;
	text-shadow: 0px 1px 11px #fff, -1px -2px 11px #fff, 6px 7px 11px #fff;
}
.case-block .case-hline .txt-shadow span{
	color: #444;
	font-size: 80%;
}
.case-block .case-hline h2{
	color: #fff;
	font-size: 54px;
	font-weight: bold;
	position: relative;
	padding-bottom: 50px;
}
.case-block .case-hline h2:after{
	content: "";
	border-left: 52px solid transparent;
	border-right: 52px solid transparent;
	border-top: 19px solid #fff;
	position: absolute;
	left: 50%;
	margin-left: -52px;
	bottom: 0;
}
.case-block .case-list{
	margin-top: -42px;
}
.case-block .case-list li{
	-webkit-box-shadow: 0px 5px 31px 5px rgba(0,0,0,0.16);
	-ms-box-shadow: 0px 5px 31px 5px rgba(0,0,0,0.16);
	box-shadow: 0px 5px 31px 5px rgba(0,0,0,0.16);
	background-color: #fff;
	margin-bottom: 60px;
	position: relative;
	overflow: hidden;
	padding: 15px 30px 35px 115px;
	z-index: 0;
}
.case-block .case-list li:last-child{margin-bottom: 0;}
.case-block .case-list li .case-number{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.case-block .case-list li .case-number:after{
	content: "";
	position: absolute;
	border-right: 115px solid transparent;
	border-top: 263px solid #064a9f;
	left: 0;
	top: 0;
	z-index: -1;
}
.case-block .case-list li .case-number img{
	position: absolute;
	left: 10px;
	top: 20px;
	max-width: none;
	z-index: 1;
}
.case-block .case-list .leftBox{width: 70%;}
.case-block .case-list .rightBox{width: 27%;}
.case-block .case-list .case-tit{
	background: url(../images/common/dotted01.jpg) repeat-x left bottom;
	color: #064a9f;
	font-size: 31px;
	font-weight: bold;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.case-block .case-list .case-txt{
	color: #606060;
	font-size: 16px;
	padding: 0 10px 0 15px;
}
.case-block .case-list .case-txt span{
	color: #f5434f;
	font-weight: bold;
}
/*-------------------------------------------------------------
	flow-block
-------------------------------------------------------------*/
.flow-block{
	background: url(../images/common/dotted02.jpg) repeat-x left bottom;
	padding: 80px 0 85px;
}
.flow-block .hline01{margin-bottom: 100px;}
.flow-block .flow-list li{
	float: left;
	padding: 0 20px;
	width: 25%;
}
.flow-block .flow-list .flow-tit{
	font-size: 24px;
	font-weight: bold;
	margin: 30px 0 24px;
}
.flow-block .flow-list li .flow-img{text-align: center;}
/*-------------------------------------------------------------
	offer-block
-------------------------------------------------------------*/
.offer-block{
	padding: 75px 0 80px;
}
.offer-block .offer-tit{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 60px;
	position: relative;
	text-align: center;
}
.offer-block .offer-tit:before,
.offer-block .offer-tit:after{
	content: "";
	border: 21px solid;
	display: inline-block;
	vertical-align: -17%;
}
.offer-block .offer-tit:before{
	border-color: #064a9f transparent #064a9f #064a9f;
	margin-right: 18px;
}
.offer-block .offer-tit:after{
	border-color: #064a9f #064a9f #064a9f transparent;
	margin-left: 18px;
}
.offer-block .offer-box{
	-webkit-box-shadow: 0px 5px 31px 5px rgba(0,0,0,0.16);
	-ms-box-shadow: 0px 5px 31px 5px rgba(0,0,0,0.16);
	box-shadow: 0px 5px 31px 5px rgba(0,0,0,0.16);
	background-color: #fff;
	font-size: 16px;
	padding: 42px 30px;
	text-align: center;
	width: 48%;
}
.offer-block .offer-box .box-tit{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 0 11px;
}
.offer-block .offer-box .box-tit span{
	color: #064a9f;
	font-size: 120%;
}
/*-------------------------------------------------------------
	about-block
-------------------------------------------------------------*/
.about-block{
	background-color: #f5f7f7;
	padding: 74px 0 78px;
}
.about-block .about-contents{
	position: relative;
	padding-bottom: 72px;
}
.about-block .about-tit{
	font-weight: bold;
	font-size: 54px;
	margin-bottom: 20px;
	padding-right: 30.6%;
}
.about-block .about-tit span{
	color: #064a9f;
	font-size: 110%;
}
.about-block .about-contents .about-txt{
	font-size: 16px;
	padding-right: 44.8%;
}
.about-block .about-contents .about-img{
	position: absolute;
	right: 10px;
	bottom: -5px;
	width: 35.7%;
}
.about-block .wrap-table{
	-webkit-box-shadow: 0px 5px 31px 5px rgba(0,0,0,0.16);
	-ms-box-shadow: 0px 5px 31px 5px rgba(0,0,0,0.16);
	box-shadow: 0px 5px 31px 5px rgba(0,0,0,0.16);
	background-color: #fff;
	padding: 43px 60px;
}
.about-block .tbl-about{
	width: 100%;
}
.about-block .tbl-about th, .about-block .tbl-about td,
.tbl-contact th, .tbl-contact td{
	border-bottom: 1px solid #eee;
	padding: 17px 30px;
	line-height: 2;
	vertical-align: top;
}
.about-block .tbl-about th, .tbl-contact th{
	border-bottom: 1px solid #a3a3a3;
	font-weight: bold;
	position: relative;
	width: 180px;
}
.about-block .tbl-about tr:last-child th, .about-block .tbl-about tr:last-child td,
.tbl-contact tr:last-child th, .tbl-contact tr:last-child td{
	border-bottom: none;
}
.about-block .tbl-about ul{
	padding-left: 16px;	
}
.about-block .tbl-about td .txt-address, .about-block .tbl-about td .icon-map{
	display: inline-block;
	vertical-align: top;
}
.about-block .tbl-about td .txt-address{margin-right: 20px;}
/*-------------------------------------------------------------
	contact-block
-------------------------------------------------------------*/
.contact-block .wrap-hline{
	background: url(../images/contact/contact_img.jpg) no-repeat center / cover;
	padding: 120px 0 143px;
}
.contact-block .wrap-hline h2{
	background: url(../images/contact/arrow_icon.png) no-repeat center bottom;
	-webkit-text-shadow: 0px 1px 11px #fff, -1px -2px 11px #fff, 6px 7px 11px #fff;
	-ms-text-shadow: 0px 1px 11px #fff, -1px -2px 11px #fff, 6px 7px 11px #fff;
	text-shadow: 0px 1px 11px #fff, -1px -2px 11px #fff, 6px 7px 11px #fff;
	color: #064a9f;
	font-size: 54px;
	font-weight: bold;
	position: relative;
	padding-bottom: 50px;
	text-align: center;
}
.contact-block .contact-box{
	-webkit-box-shadow: 0px 5px 31px 5px rgba(0,0,0,0.16);
	-ms-box-shadow: 0px 5px 31px 5px rgba(0,0,0,0.16);
	box-shadow: 0px 5px 31px 5px rgba(0,0,0,0.16);
	background-color: #fff;
	margin-top: -60px;
	margin-bottom: 64px;
	padding: 30px 60px;
}
.tbl-contact{width: 100%;}
.tbl-contact th{
	position: relative;
	padding-bottom: 10px;
	padding-left: 0;
}
.tbl-contact th span{
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	width: 40px;
}
.tbl-contact th span._required{
	background-color: #f5434f;
}
.tbl-contact th span._any{
	background-color: #696969;
}
.tbl-contact td{
	font-size: 16px;
}
.tbl-contact td .put01, .tbl-contact td textarea, .tbl-contact td input[type=text],
.tbl-contact td select{
	font-size: 16px;
	padding: 5px 10px;
}
.tbl-contact td .put01, .tbl-contact td textarea, .tbl-contact td select{
	width: 100%;
}
.tbl-contact td label, .tbl-contact td .ds-inline{
	display: inline-block;
	margin-right: 17px;
}
.tbl-contact td label:last-child{margin-right: 0;}
.tbl-contact td .put-min{
	display: inline-block;
	margin-right: 19px;
	vertical-align: middle;
	width: 45%;
}
.tbl-contact td .put-min label{
	float: right;
	margin-right: 0;
}
.tbl-contact td .put-min span, .tbl-contact td .wrap-other span{
	display: block;
	padding-right: 7px;
	overflow: hidden;
}
.tbl-contact td .wrap-other label, .tbl-contact td .wrap-zipcode label{
	float: left;
	margin-right: 7px;
}
.tbl-contact td .wrap-zipcode{
	width: 48%;
}
.tbl-contact td .wrap-zipcode span{
	display: block;
	overflow: hidden;
}
.fcontact .check_privacy{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 27px;
}
.fcontact .btn_form button{
	background-color: #53b29c;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin: auto;
	max-width: 480px;
	outline: none;
	text-align: center;
	text-decoration: none;
	padding: 32px 10px;
	width: 100%;
}
.fcontact .btn_form button:after{
	content: "";
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid #fff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.privacy-block{margin-top: 100px;}
.privacy-block .privacy-tit{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
}
.privacy-block .privacy-tit:before{
	content: "";
	border: 12px solid;
	border-color: #386eb2 transparent #386eb2 #1051a3;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 9px;
}
.privacy-block .privacy-box{
	background-color: #f5f7f7;
	height: 384px;
	line-height: 2;
	overflow-y: scroll;
	padding: 46px 50px 46px 40px;
}
.privacy-block dt{
	font-weight: bold;
}
.privacy-block dd{margin-bottom: 20px;}
.privacy-block dd li{
	list-style-type: circle;
	margin-left: 20px;
}
/*-------------------------------------------------------------
	Footer
-------------------------------------------------------------*/
#footer{
	background-color: #064a9f;
	color: #fff;
	margin-top: 120px;
	padding: 35px 0 40px;
	position: relative;
}
.pageTop{
	display: none;
	position: absolute;
	bottom: 115%;
	right: 15vw;
	z-index: 999;
}
.pageTop.fixed{
	position: fixed;
	bottom: 30px;
}

@media (max-width: 1020px) {
	.wrap-inner{padding: 0 10px;}
	#header .header-btn{
		max-width: 34%;
	}
	#header .tel_num{max-width: 59%;}
	.txt-cell{font-size: 75px;}
	.service-block .service-title{
		font-size: 30px;
		padding: 0 50px;
	}
	.service-block .service-title:before{
		left: 23px;
	}
	.service-block .service-title:after{
		right: 23px;
	}
	.rent-block .rent-contents{
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (max-width: 768px) {
	#header .leftBox, #header .rightBox{
		float: none;
		text-align: center;
		width: 100%;
	}
	.txt-cell{
		font-size: 9vw;
		-webkit-text-shadow: 9px 0px 6px #fff, 0px 6px 6px #fff, 10px 0px 6px #fff, 0px 0px 6px #fff, 2px 9px 6px #fff;
		-ms-text-shadow: 9px 0px 6px #fff, 0px 6px 6px #fff, 10px 0px 6px #fff, 0px 0px 6px #fff, 2px 9px 6px #fff;
		text-shadow: 9px 0px 6px #fff, 0px 6px 6px #fff, 10px 0px 6px #fff, 0px 0px 6px #fff, 2px 9px 6px #fff;
	}
	.keyv{
		background-position: 48% 100%;
		padding-bottom: 325px;
	}
	.keyv .keyv-icon{
		max-width: 156px;
		width: 25%;
	}
	.keyv .keyv-txt{
		width: 70%;
	}
	.block-thinking .thinking-txt img{width: 60%;}
	.block-thinking .thinking-main img{
		margin-top: -40px;
	}
	.service-block .service-box{
		font-size: 16px;
		width: 90%;
	}
	.hline01{
		font-size: 32px;
		padding: 8px 10px;
		margin: 0 -10px;
	}
	.hline01:before, .hline01:after{display: none;}
	.rent-block .img-eviction{
		position: static;
		margin-bottom: 10px;
		text-align: center;
		width: 100%;
	}
	.rent-block .box-list{
		float: none;
		width: 100%;
	}
	.rent-block .rent-box-list{
		padding-left: 20px;
		padding-right: 20px;
	}
	.month-rent{
		padding: 20px;
	}
	.rent-block .rent-box-list li{font-size: 20px;}
	.month-rent .tit-rent{font-size: 35px;}
	.month-rent .rent-box dl{
		display: block;
		width: 100%;
	}
	.month-rent .rent-exp h3{padding-right: 0;}
	.case-block .case-list .leftBox{
		float: none;
		width: 100%;
	}
	.case-block .case-list .rightBox{
		opacity: 0.4;
		position: absolute;
		right: 15px;
		top: 4%;
		width: auto;
		z-index: -1;
	}
	.flow-block .flow-list li{
		margin-bottom: 40px;
		padding: 0 10px;
		width: 50%;
	}
	.about-block .about-contents{
		margin-bottom: -5px;
		padding-bottom: 0;
	}
	.about-block .about-contents .about-img{
		position: static;
		float: right;
	}
	.about-block .about-tit{
		padding-right: 0;
		font-size: 40px;
	}
	.about-block .about-contents .about-txt{
		float: left;
		padding-right: 0;
		width: 63%;
	}
	.about-block .wrap-table, .contact-block .contact-box{padding: 25px;}
	.tbl-contact td .wrap-zipcode, .tbl-contact td .put-min{
		width: 270px;
	}
	.tbl-contact td .put-min, .tbl-contact td .ds-inline{margin-bottom: 10px;}
	.tbl-contact td .put-min label{
		min-width: 30px;
	}
	.about-block .tbl-about th, .about-block .tbl-about td, .tbl-contact th, .tbl-contact td{
		padding-left: 10px;
		padding-right: 10px;
	}
	#footer .rightBox, #footer .leftBox{
		float: none;
		text-align: center;
		width: 100%;
	}
	#footer .leftBox{margin-bottom: 30px;}
	.pageTop{right: 10px;}
}

@media (max-width: 640px) {
	.keyv .keyv-txt{margin-left: 1.5%;padding: 10px 6%;}
	.month-rent .rent-exp:after{display: none;}
	.case-block .case-list li{
		padding-left: 50px;
		padding-right: 15px;
	}
	.case-block .case-list li .case-number:after{
		border-right: 80px solid transparent;
		border-top: 210px solid #064a9f;
	}
	.case-block .case-list li .case-number img{
		left: 8px;
		top: 29px;
		width: 40px;
	}
	.offer-block .offer-box{
		float: none;
		margin: 0 auto 40px;
		padding: 30px 15px;
		width: 98%;
	}
	.about-block .tbl-about th, .about-block .tbl-about td, .tbl-contact th, .tbl-contact td{
		display: block;
		float: left;
		width: 100%;
	}
	.about-block .tbl-about th, .tbl-contact th,
	.about-block .tbl-about tr:last-child th, .tbl-contact tr:last-child th{
		border-bottom: 1px solid #eee;
		padding-bottom: 17px;
	}
	.about-block .tbl-about td, .tbl-contact td{
		border-bottom: 1px solid #a3a3a3;
	}
	.tbl-contact th span{
		position: absolute;
		right: 10px;
		top: 17px;
	}
	.privacy-block .privacy-box{padding: 25px 20px;}
}

@media (max-width: 468px) {
	#header{padding-bottom: 5px;}
	#header .rightBox{display: none;}
	#header .header-txt{font-size: 10px;}
	.txt-cell{
		-ms-text-shadow: 16px 1px 6px #fff, 0px 6px 6px #fff, 10px -1px 6px #fff, -5px -1px 6px #fff, 2px 9px 6px #fff;
		-webkit-text-shadow: 16px 1px 6px #fff, 0px 6px 6px #fff, 10px -1px 6px #fff, -5px -1px 6px #fff, 2px 9px 6px #fff;
		text-shadow: 16px 1px 6px #fff, 0px 6px 6px #fff, 10px -1px 6px #fff, -5px -1px 6px #fff, 2px 9px 6px #fff;
	}
	.keyv{padding: 50px 0 230px;background-position: 48% 100%;}
	.block-thinking .thinking-main img{
		margin-top: -30px;
	}
	.month-rent .rent-box dl:not(:last-child){margin-bottom: 15px;}
	.month-rent .rent-box dl dt, .month-rent .rent-box dl dd{display: block;}
	.rent-block .rent-box-list, .month-rent{
		padding-left: 10px;
		padding-right: 10px;
	}
	.month-rent .tit-rent{font-size: 27px;}
	.flow-block .flow-list li{
		float: none;
		height: auto!important;
		margin-bottom: 50px;
		width: 100%;
	}
	.about-block .about-contents .about-img, .about-block .about-contents .about-txt{
		float: none;
		width: 100%;
	}
	.about-block .about-contents .about-img{
		max-width: 80%;
		margin: 20px auto 0;
		text-align: center;
	}
	.tbl-contact td .wrap-zipcode, .tbl-contact td .put-min{width: 100%;}
	.case-block .case-hline .txt-shadow{
		font-size: 35px;
	}
	.case-block .case-hline h2, .contact-block .wrap-hline h2{font-size: 45px;}
	.service-block .service-title{font-size: 25px;}
}