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

@media print, screen and (min-width: 1240px) {
main{
	margin: 100px auto;
	width: 1320px;
}
main>p{
	text-align: center;
	border: solid 2px #ffa337;
	display: block;
	margin: 0 auto;
	padding: 10px;
	width: 750px;
	margin-bottom: 30px;
}
.kome{
	display: inline-block;
	margin-right: 10px;
	width: 60px;
	text-align: center;
	background: #fa4444;
	color: #fff;
}
.requirement{
	text-align: center;
	display: inline-block;
	padding-bottom: 30px;
	width: 100%;
	font-weight: 500;
}
.form_wrapper{
	width: 1360px;
	margin: 0 auto;
	margin-bottom: 160px;
}
	.moving{
		width: 900px;
		margin-left:auto;
		margin-right: auto;
		margin-bottom: 100px;
	}
	
dl{
	display: flex;
	margin-bottom: 40px;
}
dt{
	width: 250px;
	font-weight: 600;
}
dd{
	width: 580px;
}

dd.second{
	width: 290px;
}
.input_text{
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	width: 100%;
	height: 44px;
	background-color: #f2f2f2;
	color: #111111;
}

.input_text2{
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	width: 40%;
	height: 44px;
	background-color: #f2f2f2;
	font-size: 15px;
	color: #111111;
}
textarea{
	box-sizing: border-box;
	border: solid 1px #EDEDED;
	border-radius: 4px;
	width: 100%;
	height: 130px;
	background-color: #f8f8f8;
	font-size: 15px;
	color: #111111;
}
input::placeholder,
textarea::placeholder {
	color: #CFCFCF;
	padding-left: 5px;
}
input[type="text"]:focus {
  border: 2px solid #eeeeee;
  outline: 0;
}
input[type="tel"]:focus {
  border: 2px solid #eeeeee;
  outline: 0;
}
input[type="email"]:focus {
  border: 2px solid #eeeeee;
  outline: 0;
}
textarea:focus{
  border: 2px solid #eeeeee;
  outline: 0;
}

.label{
	position: relative;
}
.radio_input{
	position: relative;
	vertical-align: text-bottom;
}
.radio_input:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0.125rem;
	width: 0.75rem;
	height: 0.75rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: scale(0, 0);
	        transform: scale(0, 0);
	border-radius: 50%;
	background: #2da9e9;
}
.radio_input:checked:before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}
.radio_input:after {
	position: absolute;
	top: -0.25rem;
	left: -0.125rem;
	width: 1rem;
	height: 1rem;
	content: '';
	border: 2px solid #f2f2f2;
	border-radius: 50%;
	background: #f2f2f2;
}
.option label{
	padding-left: 12px;
}
.option{
	padding-bottom: 10px;
}
input[type="date"] {
    border: 2px solid #ddd;
	border-radius: 4px;
	padding: 5px;
}

.date{
	margin-bottom: 10px;
}
.date_text{
	font-size: 14px;
}
.hyphen{
	font-size: 14px;
	padding-bottom: 10px;
}
.checked_btn{
	display: block;
	padding: 15px;
	width: 280px;
	margin: 0 auto;
	border: solid 2px #2da9e9;
	background-color: #2da9e9;
	color: #fff;
	transition: .3s;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
}
.checked_btn:hover{
	background-color: #fff;
	color: #2da9e9;
}


/** 入力内容確認
---------------------------------------------------------------------------------*/
.back{
	display: block;
	padding: 15px;
	width: 280px;
	margin: 0 auto;
	border: solid 2px #BBBBBB;
	background-color: #BBBBBB;
	color: #fff;
	transition: .3s;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
}
.back:hover{
	background-color: #fff;
	color: #BBBBBB;
}
.button_flex{
	display: flex;
	justify-content: center;
	margin: 30px 0;
}
.button_flex .back{
	margin: 0 15px;
	width: 250px;
}
.button_flex .checked_btn{
	margin: 0 15px;
	width: 250px;
}
.conf_text{
	padding: 30px 0;
}

/** thanksページ
---------------------------------------------------------------------------------*/
.msg{
	text-align: center;
	padding-bottom: 80px;
}

/** 駐車場解約ページ
---------------------------------------------------------------------------------*/
dd>div{
	padding-bottom: 15px;
}
.option_flex{
	display: flex;
}
.sub{
	font-size: 14px;
	padding-bottom: 5px;
}
.parking_number{
	width: 240px;
}
.option_first{
	margin-right: 30px;
}
.kouza_flex{
	display: flex;
}

}


@media print, screen and (min-width: 640px) and (max-width: 1239px) {
main{
	margin: 50px auto;
	width: 90%;
}
main>p{
	text-align: center;
	border: solid 2px #ffa337;
	display: block;
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	margin-bottom: 30px;
}
.kome{
	display: inline-block;
	margin-right: 10px;
	width: 60px;
	text-align: center;
	background: #fa4444;
	color: #fff;
}
.requirement{
	text-align: center;
	display: inline-block;
	padding-bottom: 30px;
	width: 100%;
	font-weight: 500;
}
.form_wrapper{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 160px;
}
	
		.moving{
		width: 100%;
		margin-left:auto;
		margin-right: auto;
		margin-bottom: 100px;
	}

dl{
	display: flex;
	margin-bottom: 40px;
}
dt{
	width: 30%;
	font-weight: 600;
}
dd{
	width: 50%;
}

dd.second{
	width: 20%;
}
	
	table{
		font-size: 1.3vw;
	}
.input_text{
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	width: 100%;
	height: 44px;
	background-color: #f2f2f2;
	color: #111111;
}

.input_text2{
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	width: 40%;
	height: 44px;
	background-color: #f2f2f2;
	color: #111111;
}
textarea{
	box-sizing: border-box;
	border: solid 1px #EDEDED;
	border-radius: 4px;
	width: 100%;
	height: 130px;
	background-color: #f8f8f8;
	color: #111111;
}
input::placeholder,
textarea::placeholder {
	color: #CFCFCF;
	padding-left: 5px;
}
input[type="text"]:focus {
  border: 2px solid #eeeeee;
  outline: 0;
}
input[type="tel"]:focus {
  border: 2px solid #eeeeee;
  outline: 0;
}
input[type="email"]:focus {
  border: 2px solid #eeeeee;
  outline: 0;
}
textarea:focus{
  border: 2px solid #eeeeee;
  outline: 0;
}

.label{
	position: relative;
}
.radio_input{
	position: relative;
	vertical-align: text-bottom;
}
.radio_input:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0.125rem;
	width: 0.75rem;
	height: 0.75rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: scale(0, 0);
	        transform: scale(0, 0);
	border-radius: 50%;
	background: #2da9e9;
}
.radio_input:checked:before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}
.radio_input:after {
	position: absolute;
	top: -0.25rem;
	left: -0.125rem;
	width: 1rem;
	height: 1rem;
	content: '';
	border: 2px solid #f2f2f2;
	border-radius: 50%;
	background: #f2f2f2;
}
.option label{
	padding-left: 12px;
}
.option{
	padding-bottom: 10px;
}
input[type="date"] {
    border: 2px solid #ddd;
	border-radius: 4px;
	padding: 5px;
}

.date{
	margin-bottom: 10px;
}
.date_text{
	font-size: 14px;
}
.hyphen{
	font-size: 14px;
	padding-bottom: 10px;
}
.checked_btn{
	display: block;
	padding: 15px;
	width: 280px;
	margin: 0 auto;
	border: solid 2px #2da9e9;
	background-color: #2da9e9;
	color: #fff;
	transition: .3s;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
}
.checked_btn:hover{
	background-color: #fff;
	color: #2da9e9;
}


/** 入力内容確認
---------------------------------------------------------------------------------*/
.back{
	display: block;
	padding: 15px;
	width: 280px;
	margin: 0 auto;
	border: solid 2px #BBBBBB;
	background-color: #BBBBBB;
	color: #fff;
	transition: .3s;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
}
.back:hover{
	background-color: #fff;
	color: #BBBBBB;
}
.button_flex{
	display: flex;
	justify-content: center;
	margin: 30px 0;
}
.button_flex .back{
	margin: 0 15px;
	width: 250px;
}
.button_flex .checked_btn{
	margin: 0 15px;
	width: 250px;
}
.conf_text{
	padding: 30px 0;
}

/** thanksページ
---------------------------------------------------------------------------------*/
.msg{
	text-align: center;
	padding-bottom: 80px;
}

/** 駐車場解約ページ
---------------------------------------------------------------------------------*/
dd>div{
	padding-bottom: 15px;
}
.option_flex{
	display: flex;
}
.sub{
	font-size: 14px;
	padding-bottom: 5px;
}
.parking_number{
	width: 240px;
}
.option_first{
	margin-right: 30px;
}
.kouza_flex{
	display: flex;
}

}

@media print, screen and  (max-width: 639px) {
main{
	margin: 50px auto;
	width: 100%;
	font-size: 11px;;
}
main>p{
	text-align: center;
	border: solid 2px #ffa337;
	display: block;
	margin: 0 auto;
	padding: 10px;
	width: 90%;
	margin-bottom: 30px;
}
.kome{
	display: inline-block;
	margin-right: 10px;
	width: 50px;
	text-align: center;
	background: #fa4444;
	color: #fff;
}
.requirement{
	text-align: center;
	display: inline-block;
	padding-bottom: 30px;
	width: 100%;
	font-weight: 500;
}
.form_wrapper{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 160px;
}
	
		.moving{
		width: 95%;
		margin-left:auto;
		margin-right: auto;
		margin-bottom: 100px;
	}

dl{
	display: flex;
	margin-bottom: 40px;
}
dt{
	width: 45%;
	font-weight: 600;
}
dd{
	width: 50%;
}

dd.second{
	width: 20%;
}
	
	table{
		font-size: 1.0vw;
	}
.input_text{
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	width: 100%;
	font-size: 1vw;
	height: 44px;
	background-color: #f2f2f2;
	color: #111111;
}

.input_text2{
	box-sizing: border-box;
	border: none;
	border-radius: 4px;
	width: 40%;
	height: 40px;
	background-color: #f2f2f2;
	font-size: 15px;
	color: #111111;
}
textarea{
	box-sizing: border-box;
	border: solid 1px #EDEDED;
	border-radius: 4px;
	width: 100%;
	height: 130px;
	background-color: #f8f8f8;
	font-size: 15px;
	color: #111111;
}
input::placeholder,
textarea::placeholder {
	color: #CFCFCF;
	padding-left: 5px;
}
input[type="text"]:focus {
  border: 2px solid #eeeeee;
  outline: 0;
}
input[type="tel"]:focus {
  border: 2px solid #eeeeee;
  outline: 0;
}
input[type="email"]:focus {
  border: 2px solid #eeeeee;
  outline: 0;
}
textarea:focus{
  border: 2px solid #eeeeee;
  outline: 0;
}

.label{
	position: relative;
}
.radio_input{
	position: relative;
	vertical-align: text-bottom;
}
.radio_input:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0.125rem;
	width: 0.75rem;
	height: 0.75rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: scale(0, 0);
	        transform: scale(0, 0);
	border-radius: 50%;
	background: #2da9e9;
}
.radio_input:checked:before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}
.radio_input:after {
	position: absolute;
	top: -0.25rem;
	left: -0.125rem;
	width: 1rem;
	height: 1rem;
	content: '';
	border: 2px solid #f2f2f2;
	border-radius: 50%;
	background: #f2f2f2;
}
.option label{
	padding-left: 12px;
}
.option{
	padding-bottom: 10px;
}
input[type="date"] {
    border: 2px solid #ddd;
	border-radius: 4px;
	padding: 5px;
}

.date{
	margin-bottom: 10px;
}
.date_text{
	font-size: 11px;
}
.hyphen{
	font-size: 11px;
	padding-bottom: 10px;
}
.checked_btn{
	display: block;
	padding: 15px;
	width: 280px;
	margin: 0 auto;
	border: solid 2px #2da9e9;
	background-color: #2da9e9;
	color: #fff;
	transition: .3s;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
}
.checked_btn:hover{
	background-color: #fff;
	color: #2da9e9;
}


/** 入力内容確認
---------------------------------------------------------------------------------*/
.back{
	display: block;
	padding: 15px;
	width: 280px;
	margin: 0 auto;
	border: solid 2px #BBBBBB;
	background-color: #BBBBBB;
	color: #fff;
	transition: .3s;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
}
.back:hover{
	background-color: #fff;
	color: #BBBBBB;
}
.button_flex{
	display: flex;
	justify-content: center;
	margin: 30px 0;
}
.button_flex .back{
	margin: 0 15px;
	width: 250px;
}
.button_flex .checked_btn{
	margin: 0 15px;
	width: 250px;
}
.conf_text{
	padding: 30px 0;
}

/** thanksページ
---------------------------------------------------------------------------------*/
.msg{
	text-align: center;
	padding-bottom: 80px;
}

/** 駐車場解約ページ
---------------------------------------------------------------------------------*/
dd>div{
	padding-bottom: 15px;
}
.option_flex{
	display: flex;
}
.sub{
	font-size: 14px;
	padding-bottom: 5px;
}
.parking_number{
	width: 240px;
}
.option_first{
	margin-right: 30px;
}
.kouza_flex{
	display: flex;
}

}
