@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #3C3C3C;
}
a i {
	margin-left: 5px;
}
a:link, a:visited, a:active {
	color: #2C4C89;
	text-decoration: underline;
	transition: 0.5s;
}
a:hover {
	transition: 0.5s;
	opacity: 0.8;
}
select {
	font-size: 13px;
}
header .inner{
	border-bottom: 6px solid #2C4C89;
}
header nav ul a:link, header nav ul a:visited, header nav ul a:active {
	color: #3f3f3f;
	text-decoration: none;
}
header nav ul a:hover{
	background: #2C4C89;
	opacity: 1;
}
.pc_hide {
	display: none;
}
.sp_hide {
	display: block;
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
}
.dpsj .title img{
	max-width: 750px;
	width: 100%;
    display: block;
    margin: 0 auto;
}

.guide h2, .feature h2, .faq h2 {
	font-size: clamp(32px, 6vw, 44px);
	letter-spacing: 0.15em;
	color: #2C4C89;
	text-align: center;
}
.guide h2, .feature h2 {
	margin: 120px 0px 40px;
}
.item_info .details .feature h2 {
	text-align: center;
	letter-spacing: 0.5em;
	margin-right: -0.5em;
	margin-bottom: 40px;
	width: 100%;
}

/*******************************************
	購入ページボタン（共通指定）
/*******************************************/
.item_info .details .detail_link .btn {
	display: inline-block;
	width: 380px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #3C3C3C;
	border: 2px solid #3C3C3C;
	color: #FFF;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	float: right;
}
.item_info .details .detail_link .btn::before, .item_info .details .detail_link .btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.item_info .details .detail_link .btn, .item_info .details .detail_link .btn::before, .item_info .details .detail_link .btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.item_info .details .detail_link .btn::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.item_info .details .detail_link .btn:hover::after {
	background: #FFF;
	border-color: #3C3C3C;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.item_info .details .detail_link .btn:hover {
	color: #3C3C3C;
}
.item_info .details .detail_link .buy {
	float: left;
}
.item_info .details .detail_link .official {
	float: right;
}
.item_info .other_item {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 40px 0px;
	text-align: center;
	margin-top: 50px;
}
.item_info .other_item img:hover {
	opacity: 0.9;
}
.item_info .other_item li {
	margin-bottom: 40px;
}
.item_info .other_item li:last-child {
	margin-bottom: 0px;
}
.item_info .other_item .current {
	display: none;
}
.item_info .other_item h3 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
	color: #3C3C3C;
}
.faq {
	margin: 120px auto 50px;
	max-width: 980px;
	margin-inline: auto;
	background: #F9f9f9;
	padding: 80px 0;
}
.guide {
	text-align: center;
	margin-inline: 2%;
}
.guide img.schedule, .guide img.flow, .guide img.henkyaku {
	max-width: 980px;
}
.guide .period_img img{
	max-width: 770px;
	width: 100%;
}
.guide .flow_img img{
	width: 100%;
}
.faq h2 {
	margin-bottom: 10px;
}
.faq p {
	font-size: 18px;
	letter-spacing: 0.15em;
	line-height: 1.4em;
	text-align: center;
}
.guide img {
	margin-top: 30px;
}
.guide dl {
	width: 100%;
	max-width: 980px;
	margin: 0px auto;
}
.guide dt {
	font-size: clamp(18px, 5.5vw, 28px);
	color: #FFF;
	padding: 5px 0;
	box-sizing: border-box;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: min(5vh, 90px);
	background: #2C4C89;
}
.guide dd {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 0.5em;
}
.guide dd.txt_left {
	text-align: left;
}
.guide dd.txt_left .fa-angle-right {
	padding-left: 2.4em;
	color: #906;
}
.guide dd.txt_left.payment {
	margin-top: 10px;
}
.guide dt.cost_title {
	color: #3C3C3C;
	margin: 40px auto 20px auto;
	font-size: 24px;
	background: none;
	color: #000;
}
.guide .price_link {
	margin-top: 30px;
}
.guide .payment_list {
	width: 450px;
	margin: 50px auto;
}
.guide .payment_list li {
	border-top: 1px solid #CCC;
}
.guide .payment_list li:last-child {
	border-bottom: 1px solid #CCC;
}
.guide .payment_list dl {
	padding: 15px;
}
.guide .payment_list dt {
	text-align: left;
	background: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	line-height: normal;
	float: left;
	font-size: 18px;
	color: #000;
	display: -webkit-box;
	margin-left: 10px;
	font-weight: normal;
	width: 13em;
}
.guide .payment_list dt img {
	margin-top: 0px;
	margin-right: 10px;
	display: -webkit-box;
}
.guide .payment_list dd {
	float: left;
	display: block;
	margin-top: 2px;
	margin-left: 80px;
	text-align: right;
	width: 85px;
}
.guide .payment_list dd.sub_category dl {
	margin-top: 10px;
	margin-left: -16em;
	padding-bottom: 5px;
}
.guide .payment_list dd.sub_category dt {
	width: 15.2em;
}
.guide .payment_list dd.sub_category dd {
	margin-left: -10px;
}
.stepbar {
	margin: 0 auto;
	width: fit-content;
}
.stepbar .stepbarwrap {
	margin: 3em 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: column
}
.stepbar .stepbarwrap .steptitle {
	display: inline-flex;
	align-items: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle {
	display: inline-block;
	width: 3em;
	height: 3em;
	content: "";
	border-radius: 50%;
	background-color: #f3f7ff;
	color: #2C4C89;
	text-align: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle span {
	display: inline-block;
	line-height: 1.2em;
	font-size: 0.8em;
	font-weight: bold;
	position: relative;
	top: 0.9em;
}
.stepbar .stepbarwrap .steptitle .title {
	margin: 0.5em 0 0.5em 1em;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
}
.stepbar .stepbarwrap .steptxt {
	padding-left: 4.3em;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	margin-top: -5px;
}
.stepbar .stepbarwrap .steptxt .txt {
	font-size: 0.9em;
	line-height: 1.2em;
	display: block;
}
.stepbar .stepbarwrap .stepline {
	width: 3px;
	height: calc(100% + 3em);
	background-color: #EEEEEE;
	position: absolute;
	top: 1em;
	left: 1.5em;
	z-index: -1;
}
.stepbarwrap:last-of-type .stepline:last-of-type {
	display: none;
}
@media screen and (max-width: 960px) {
	.stepbar {
		width: 90%;
	}
}
@media all and (-ms-high-contrast:none) { /* IEのみ */
	*::-ms-backdrop, .guide .payment_list dd {
		margin-top: 10px;
	}
	*::-ms-backdrop, .guide .payment_list dd.sub_category {
		padding-top: 10px;
	}
	*::-ms-backdrop, .guide .payment_list dd.sub_category dl {
		padding-bottom: 10px;
	}
	*::-ms-backdrop, .guide .payment_list dd.sub_category dd {
		margin-top: 0px;
	}
}
.guide .payment_list li:last-child {
	border-bottom: none;
	font-size: 12px;
	text-align: right;
}
.guide dd.sim {
	margin-top: 1em;
}
.guide .cms_tel {
	color: #3C3C3C;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.guide .cms_time {
	font-size: 14px;
	color: #3C3C3C;
	font-weight: bold;
}
.guide .cms_title a {
	font-size: 18px;
}
.guide dt.cost_title .tax {
	font-size: 10px;
}
.guide dd img.henkyaku {}
.guide ul.cost {
	width: 600px;
	margin: 0px auto;
	align-item: center;
}
.guide ul.cost li {
	width: 150px;
	float: left;
	box-sizing: border-box;
	height: 50px;
}
.guide ul.cost li dl {
	width: 150px;
}
.guide ul.cost li dt, .guide ul.cost li dd {
	line-height: 50px;
	margin: 0px;
	font-size: 18px;
	float: left;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	width: 150px;
	height: 50px;
}
.guide ul.cost li dt {
	background: #3C3C3C;
	color: #FFF;
}
.guide ul.cost li dd {
	color: #000;
}
.guide ul.cost li:nth-child(4) dt, .guide ul.cost li:nth-child(4) dd {
	border-right: 1px solid #DDD;
}
.guide ul.cost li:nth-child(4), .guide ul.cost li:nth-child(8) {
	border-right: 1px solid #DDD;
}
.guide ul.cost li dd {
	border-bottom: 1px solid #DDD;
}
.form .rform_title {
	margin-top: 100px;
	width: 100%;
	background: #2C4C89;
	font-size: clamp(25px, 6vw, 30px);
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 60px;
	margin-bottom: 30px;
}
.form .rental_form {
	width: 980px;
	margin: 30px auto 0px auto;
	border-bottom: 1px solid #DDD;
}
.form .rental_form dt {
	background: #f3f7ff;
	font-weight: bold;
	height: 60px;
	color: #3C3C3C;
	box-sizing: border-box;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	width: 280px;
	float: left;
	display: table;
}
.form .rental_form dd {
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	float: left;
	box-sizing: border-box;
	width: 700px;
	height: 60px;
	display: table;
}
.form .valiation{
	display: flex;
	align-items: stretch;
	width: 100%;
}
.form .valiation dt{
	height: auto;
}
.form .valiation dd{
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	height: auto;
}


.form .rental_form dd.deposit .small {
	font-size: 12px;
	padding-left: 0px;
}
.form .rental_form .name {
	height: 120px;
	padding: 0px;
}
.form .rental_form .name dt {
	width: 180px;
	box-sizing: border-box;
	float: left;
	border: none;
	height: 119px;
	display: table;
}
.form .rental_form .name dd {
	width: 99px;
	float: left;
	height: 60px;
	border-right: none;
}
.form .rental_form dt span, .form .rental_form dd span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
.form .valiation dd span{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.form .rental_form .name dd.kanji {
	border-top: none;
	border-bottom: none;
	height: 59px;
}
.form .rental_form .name dd.kana {
	border-top: 1px solid #DDD;
	height: 60px;
}
.form h3.kiyaku_title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-top: 50px;
}
.form .kiyaku_txt {
	width: 850px;
	height: 200px;
	overflow-y: scroll;
	margin: 30px auto;
	border: 1px solid #DDD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-sizing: border-box;
	padding: 5px;
	resize: both;
}
.form .kiyaku_txt dt {
	font-weight: bold;
	margin-top: 20px;
}
.form .kiyaku_txt dt:first-child {
	margin-top: 0px;
}
.form .kiyaku_txt dd {
	padding-left: 1em;
	text-indent: -1em;
}
.form .agree {
	margin: 20px auto;
	text-align: center;
}
.form .form_submit {
	margin: 0px auto;
	text-align: center;
}
.form input[type=text], .form input[type=date], .form input[type=datetime], .form input[type=number], .form input[type=search], .form input[type=time], .form input[type=url], .form input[type=email], .form input[type=password], .form textarea, .form select {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #BEBEBE;
	padding: 7px;
	margin: 0px;
	font-size: 16px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	color: #3C3C3C;
}
.form input.addr1_box, .form input.addr2_box {
	width: 95%;
}
.form input[type="file"] {
	font-size: 14px;
	-webkit-appearance: button;
	appearance: button;
}
.form input[type=text]:focus, .form input[type=date]:focus, .form input[type=datetime]:focus, .form input[type=number]:focus, .form input[type=search]:focus, .form input[type=time]:focus, .form input[type=url]:focus, .form input[type=email]:focus, .form input[type=password]:focus, .form textarea:focus, .form select:focus {
	-moz-box-shadow: 0 0 8px #2C4C89;
	-webkit-box-shadow: 0 0 8px #2C4C89;
	box-shadow: 0 0 8px #2C4C89;
	border: 1px solid #2C4C89;
}
.form input[type=submit], .form input[type=button] {
	background: #4B99AD;
	padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
}
.form input[type=submit]:hover, .form input[type=button]:hover {
	background: #4691A4;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.form .radio label {
	line-height: 135%;
	position: relative;
	margin: 0.5rem 0px;
	cursor: pointer;
}
.form .valiation .radio dd span{
	display: inline;

}
.form .valiation .radio label{
	width: calc(50% - 2em);
	display: block;
	text-indent: -1.2em;
	margin-left: 1.2em;
}

.form .radio .option-input {
	position: relative;
	margin: 0 0.4rem 0 0;
	cursor: pointer;
}
.form .radio input[type="radio"] {
  appearance: none;         /* 各ブラウザのデフォルト見た目を消す */
  -webkit-appearance: none; /* Safari用 */
  -moz-appearance: none;    /* Firefox用 */
  width: 16px;
  height: 16px;
  border: 1px solid #FFF;
  border-radius: 50%;
  background-color: white;
}
.form .radio .option-input:before, .form .radio .option-input:after {
	position: absolute;
	z-index: 1;
	top: -0.125rem;
	left: -0.125rem;
	width: 1rem;
	height: 1rem;
	content: '';
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 50%;
	background: #ffffff;
}
.form .radio .option-input:after {
	z-index: 0;
	top: -0.25rem;
	left: -0.25rem;
	width: 1.25rem;
	height: 1.25rem;
	background: #2C4C89;
}
.form .radio .option-input:checked:before {
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	border-width: 0.625rem;
	border-color: #2C4C89;
}
.form .radio .outofstock .option-input:after,
.form .radio .outofstock .option-input:checked:before{
	background: #EEE;	
}
.form .radio label.outofstock{
	color: #CCC;
}

.form .agree {
	height: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	text-align: center;
	width: 20em;
}
.form .agree input[type="checkbox"] {
	visibility: hidden;
}
.form .agree input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	font: 14px/20px 'Open Sans', Arial, sans-serif;
	color: #2C4C89;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.form .agree input[type="checkbox"] + label:last-child {
	margin-bottom: 0;
}
.form .agree input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #2C4C89;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}
.form .agree input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.form .note_camera {
	width: 980px;
	display: block;
	margin: 5px auto 0px auto;
	font-size: 12px;
	line-height: 1.2em;
}
.form .rental_form span.required {
	padding-left: 0px;
	text-align: right;
}
.form .rental_form span.required.pc_hide {
	display: none;
}
.form .rental_form dt.photo2 span {
	display: block;
	margin-top: 10px;
}
.form .rental_form dt.photo2 .note_photo {
	font-size: 8px;
	line-height: 0px;
	padding: 0px;
	margin-top: 5px;
}
.form .rental_form .identification p {
	font-size: 12px;
	margin-top: 5px;
	line-height: 14px;
}
.contact a.btn_contact {
	color: #FFF;
}
.contact a.btn_contact:hover {
	color: #0026a5;
}
/*******************************************
	お申し込みボタン
/*******************************************/
.form .form_submit button.submit {
	display: inline-block;
	width: 380px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #2C4C89;
	border: 2px solid #2C4C89;
	color: #FFF;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	margin-top: 50px;
}
.form .form_submit button.submit::before, .form .form_submit button.submit::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.form .form_submit button.submit, .form .form_submit button.submit::before, .form .form_submit button.submit::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.form .form_submit button.submit::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.form .form_submit button.submit:hover::after {
	background: #FFF;
	border-color: #2C4C89;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.form .form_submit button.submit:hover {
	color: #2C4C89;
	cursor: pointer;
}
.form .form_submit button.submit.back-btn {
	background: #999;
	color: #FFF;
	border-color: #999;
}
.form .form_submit button.submit.back-btn:hover {
	color: #000;
}
.form .alert-msg {
	width: 980px;
	text-align: center;
	font-weight: bold;
	margin: 0px auto 25px auto;
	color: #F00;
	min-height: 1px;
}
.alert-stock {
	border: 1px #FF0000 dashed;
	padding: 20px 0px;
	margin: 40px auto 10px auto;
	color: #F00;
	font-weight: bold;
	text-align: center;
	width: 980px;
	font-size: 18px;
}
.alert-stock-inline {
	margin-top: 10px;
}
.alert-stock-inline p {
	font-size: 12px;
	color: #F00;
	font-weight: bold;
}
.alert-stock-inline .note {
	color: #000;
}
.form .alert-stock .note {
	color: #333;
	font-size: 16px;
	line-height: 1.2em;
}
.contact .retissa .cform_title {
	background: #F3F3F3;
	color: #3C3C3C;
}
.contact .retissa h2 {
	background: #F3F3F3;
	color: #3C3C3C;
	text-align: center;
}
.contact .cms_title {
	color: #3C3C3C;
	margin-top: 30px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	margin-inline: 2%;
}
.cms_title a {
	font-size: 20px;
	font-weight: normal;
	word-break: break-all;
}
/*******************************************
	confirm.php
/*******************************************/
.confirm h2.rform_title {
	margin: 50px auto;
	height: auto;
	line-height: 1.2em;
	padding: 20px 0px;
}
.confirm .form_submit button:first-child {
	margin-right: 50px;
}
.confirm .form {
	margin-bottom: 50px;
}
/*******************************************
	login.php
/*******************************************/
.login {
	padding: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	width: 400px;
	height: 360px;
	border: 3px solid #3C3C3C;
	border-radius: 15px;
	text-align: center;
}
.login.blank {
	height: 220px;
}
.login img {
	width: 200px;
}
.login h1 {
	margin-top: 10px;
	padding: 20px 0px 0px 0px;
	font-size: 24px;
	line-height: 28px;
	border-top: 1px dashed #3C3C3C;
	color: #3C3C3C;
	font-weight: bold;
}
.login .note {
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: 0.2em;
	border-bottom: 1px dashed #3C3C3C;
	padding-bottom: 20px;
}
.login .caution {
	color: #F00;
}
.login .form .label {
	font-size: 14px;
	width: 95px;
	display: inline-block;
}
.login .form .pw {
	margin: 10px 0px;
}
.login .form .form_submit button.submit {
	width: 150px;
	margin-top: 10px;
}
@media screen and (max-width: 979px) {
	.pc_hide {
		display: block;
	}
	.sp_hide {
		display: none;
	}
	header nav ul li:hover {
		background: #2C4C89;
	}
	header nav ul a:link, header nav ul a:visited, header nav ul a:active {
		color: #FFF;
	}
	.guide h2, .feature h2 {
		margin: calc(120 / 980 * 100vw) 0px calc(120 / 980 * 40vw);
	}

	#nav_toggle span{
		background: #2C4C89;
	}
	.item_info {
		padding: 0 2%;
	}
	.item_info .details .top_title {
		margin-bottom: 0;
	}
	.item_info .details .top_title p {
		text-align: left;
		margin-bottom: 1em;
	}
	.item_info .details .feature {
		width: 100%;
	}
	.item_info .details .detail_wrapper, .item_info .details .left, .item_info .details .right {
		width: 100%;
	}
	.item_info .details .right {
		margin-top: 40px;
	}
	.item_info .details .detail_link {
		margin-inline: auto;
		width: 100%;
	}
	.item_info .details .detail_link .btn {
		width: 100%;
	}
	.guide h2 {
		margin-bottom: 0px;
	}
	.feature h2 {
		margin-top: 15vh;
	}
	.item_info .details .feature h3 {
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.guide .flow_img img{
		max-width: 600px;
	}
	.faq {
		margin-inline: 2%;
	}
	.form .rform_title {
		box-sizing: border-box;
		margin-top: 10vh;
		width: 100%;
		padding: 0.25em;
		color: #FFF;
		text-align: center;
		font-weight: bold;
		margin-bottom: 5vh;
	}
	.form .cform_title {
		margin-top: 10vh;
		margin-bottom: 5vh;
		width: 100%;
		background: #0026a5;
		height: 8vh;
		color: #FFF;
		text-align: center;
		font-weight: bold;
		line-height: 8vh;
	}
	.form .rental_form {
		width: 95%;
		margin: 0px auto;
		border-bottom: 1px solid #DDD;
	}
	.form .rental_form dt {
		color: #3C3C3C;
		padding: 2vh 0vh;
		box-sizing: border-box;
		border-right: 1px solid #DDD;
		border-left: 1px solid #DDD;
		border-top: 1px solid #DDD;
		width: 100%;
		float: left;
		font-weight: bold;
		display: table;
	}
	.form .rental_form dd {
		border-left: 1px solid #DDD;
		border-top: 1px solid #DDD;
		border-right: 1px solid #DDD;
		float: left;
		box-sizing: border-box;
		width: 100%;
		padding: 2vh 0vh;
		display: table;
	}
	.form .rental_form .valiation {
		flex-wrap: wrap;
	}
	.form .rental_form .valiation dt{
		width: 100%;
	} 
	.form .rental_form .name {
		padding: 0px;
		height: auto;
	}
	.form .rental_form .name dt {
		width: 100%;
		box-sizing: border-box;
		float: left;
		border: none;
		display: table;
		height: auto;
	}
	.form .rental_form .name dd {
		width: 99px;
		float: left;
		border-right: none;
	}
	.form .name_box {
		width: 25vw;
	}
	.form .zip_box, .form .pref_box {
		width: 14em;
	}
	.form .tel_box {
		width: 14em;
	}
	.form .addr1_box, .form .addr2_box, .form .mail_box {
		width: 90%;
	}
	.form .rental_form dt span, .form .rental_form dd span {
		padding-left: 10px;
	}
	.form .rental_form span.required {
		padding-left: 0px;
		font-size: 12px;
	}
	.form .rental_form .name dd.kanji {
		border-top: none;
		border-bottom: none;
		height: 59px;
		display: none;
	}
	.form .rental_form .name dd.kana {
		border-top: 1px solid #DDD;
		height: 60px;
		display: none;
	}
	.form h3.kiyaku_title {
		text-align: center;
		font-size: 6vw;
		font-weight: bold;
		margin-top: 4vh;
		line-height: 1.2em;
	}
	.form .kiyaku_txt,
	.form_privacy{
		width: 95%;
		height: 20vh;
		overflow-y: scroll;
		margin: 4vh auto 0vh auto;
		border: 1px solid #DDD;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		box-sizing: border-box;
		padding: 5px;
	}
	.form .kiyaku_txt dt {
		font-weight: bold;
		margin-top: 20px;
	}
	.form .kiyaku_txt dt:first-child {
		margin-top: 0px;
	}
	.form .kiyaku_txt dd {
		padding-left: 1em;
		text-indent: -1em;
	}
	.form .agree {
		margin: 20px auto;
		text-align: center;
	}
	.form .agree .formErrorArrow {
		margin-top: 20px;
	}
	.form .form_submit {
		margin: 0px auto;
		text-align: center;
	}
	.form input[type=text], .form input[type=date], .form input[type=datetime], .form input[type=number], .form input[type=search], .form input[type=time], .form input[type=url], .form input[type=email], .form input[type=password], .form textarea, .form select {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		border: 1px solid #BEBEBE;
		padding: 7px;
		margin: 0px;
		-webkit-transition: all 0.30s ease-in-out;
		-moz-transition: all 0.30s ease-in-out;
		-ms-transition: all 0.30s ease-in-out;
		-o-transition: all 0.30s ease-in-out;
		outline: none;
		color: #3C3C3C;
	}
	.form input[type=text]:focus, .form input[type=date]:focus, .form input[type=datetime]:focus, .form input[type=number]:focus, .form input[type=search]:focus, .form input[type=time]:focus, .form input[type=url]:focus, .form input[type=email]:focus, .form input[type=password]:focus, .form textarea:focus, .form select:focus {
		-moz-box-shadow: 0 0 8px #bbb;
		-webkit-box-shadow: 0 0 8px #bbb;
		box-shadow: 0 0 8px #bbb;
		border: 1px solid #3f3f3f;
	}
	.form input[type=text] {
		font-size: 16px;
	}
	.form input[type=submit], .form input[type=button] {
		background: #4B99AD;
		padding: 8px 15px 8px 15px;
		border: none;
		color: #fff;
	}
	.form input[type=submit]:hover, .form input[type=button]:hover {
		background: #4691A4;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.form .valiation .radio label{
		width: calc(47% - 1.2em);
	}
	.form .radio label {
		line-height: 135%;
		position: relative;
		margin: 0.5rem 0.5rem 0.5rem 0px;
		cursor: pointer;
		display: table;
	}
	.form .rental_form dd.radio span {
		padding-left: 0px;
	}
	.form .rental_form dd.radio {
		padding: 1vh 0vh 1vh 10px;
	}
	.form .radio .option-input {
		position: relative;
		margin: 0 0.4rem 0 0;
		cursor: pointer;
	}
/*
	.form .radio .option-input:before, .form .radio .option-input:after {
		position: absolute;
		z-index: 1;
		top: -0.125rem;
		left: -0.125rem;
		width: 1rem;
		height: 1rem;
		content: '';
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		border-radius: 50%;
		background: #ffffff;
	}
	.form .radio .option-input:after {
		z-index: 0;
		top: -0.25rem;
		left: -0.25rem;
		width: 1.25rem;
		height: 1.25rem;
		background: #2C4C89;
	}
*/
	.form .radio .option-input:checked:before {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		border-width: 0.625rem;
	}
	.form .radio .option-input:before, .form .radio .option-input:after{
		top:0.25rem;
	}
	.form .radio .option-input:after{
		top:0.1rem;
	}
	.form .note_camera {
		width: 95%;
		text-align: justify;
		margin: 1vh auto 0vh auto;
		display: block;
		font-size: 12px;
		line-height: 1.2em;
	}
	.form .agree {
		height: 100%;
		margin: 0 auto;
		display: table;
		align-items: center;
		text-align: center;
	}
	.form .agree input[type="checkbox"] {
		visibility: hidden;
	}
	.form .agree input[type="checkbox"] + label {
		display: block;
		position: relative;
		padding-left: 28px;
		margin-bottom: 20px;
		font: 14px/20px 'Open Sans', Arial, sans-serif;
		color: #333;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
	}
	.form .agree input[type="checkbox"] + label:last-child {
		margin-bottom: 0;
	}
	.form .agree input[type="checkbox"] + label:before {
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		border: 1px solid #3f3f3f;
		position: absolute;
		left: 0;
		top: 0;
		opacity: .6;
		-webkit-transition: all .12s, border-color .08s;
		transition: all .12s, border-color .08s;
	}
	.form .agree input[type="checkbox"]:checked + label:before {
		width: 10px;
		top: -5px;
		left: 5px;
		border-radius: 0;
		opacity: 1;
		border-top-color: transparent;
		border-left-color: transparent;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.form .rental_form .identification p {
		font-size: 14px;
		width: 95%;
		display: block;
		margin: 12px 0;
		line-height: 1.2em;
	}
	.form .rental_form .identification {
		padding-bottom: 0vh;
	}
	.form .alert-msg {
		width: 100%;
	}
	.form .form_submit button.submit {
		width: 96%;
		margin-inline: auto;
	}
}
/* End hide from IE-mac */
/*-------------------------
clearfix
-------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*-------------------------
clearfixここまで
-------------------------*/