@charset "utf-8";
body,pre {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
/*
共通項目
*/
.header {
	margin: 20px 0
}
.container {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 970px;
}

.progress_border {
	border-left: 1px solid #4DCAEE;
	height: 48px;
	margin: 0 0 10px;
	display: flex;
}
.progress_border_arrow01 {
	background-image: url('/step/img/stepNav.gif');
	background-repeat: no-repeat;
	height: 48px;
	width: 322px;
	background-position: right -144px;
}
.progress_border_arrow02 {
	background-image: url('/step/img/stepNav.gif');
	background-repeat: no-repeat;
	height: 48px;
	width: 322px;
	background-position: right -48px;
}
.progress_border_arrow03 {
	background-image: url('/step/img/stepNav.gif');
	background-repeat: no-repeat;
	height: 48px;
	width: 322px;
	background-position: right 0px;
}
.progress_border_arrow04 {
	background-image: url('/step/img/stepNav.gif');
	background-repeat: no-repeat;
	height: 48px;
	width: 322px;
	background-position: right -96px;
}
.progress_border_arrow05 {
	background-image: url('/step/img/stepNav.gif');
	background-repeat: no-repeat;
	height: 48px;
	width: 322px;
	background-position: right -192px;
}
.progress_border_text {
	position: relative;
	top: 30%;
	left: 10px;
	font-weight: bold;
}
.progress_border_activetext_col {
	color: #FFFFFF;
}
.progress_border_passivetext_col {
	color: #BBBBBB;
}
.wrap {
	margin-bottom: 140px;
	font-size: 12pt;
}
.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.title {
	margin-bottom: 10px;
	padding: 5px 0 5px 42px;
	background: #4dcaee;
	color: #fff;
	font-size: 140%;
}
.group_title {
	margin-bottom: 10px;
	padding: 5px 0 5px 10px;
	background: #0062b0;
	color: #fff;
	font-size: 110%;
}
.input_title {
	font-size: 90%;
}
.datatype {
	float: right;
	color: #0062b0;
	font-size: 75%;
}
.required {
	float: right;
	display: inline-block;
	padding: 2px 4px 1px;
	font-size: 75%;
	font-weight: bold;
	color: #fff;
	background-color: #ff0000;
	margin-left: 5px;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table th {
	width: 290px;
	padding: 10px;
	background-color: #f0f8ff;
	border-bottom: 1px solid #0062b0;
}
.table td {
	padding: 10px 10px 10px 35px;
	border-bottom: 1px solid #0062b0;
}
label {
	display: block;
}
label .small {
    font-size: 70%;
}
.error_text {
	color: red;
}
.form_description {
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 1em;
	font-size: 15px;
	line-height: 2em;
	margin-bottom: 2em;
}
.check_agree {
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 1em;
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: .5em;
}
.check_agree li {
	margin-bottom: 1em;
}
.check_agree li:last-child{
	margin-bottom: 0;
}
.check_agree ul li input[type=checkbox] {
	width:			15px;
	height:			15px;
	-moz-transform:		scale(1.2);
	-webkit-transform:	scale(1.2);
	transform:		scale(1.2);
	margin-right: .5em;
	cursor: pointer;
}
.check_agree ul li label {
	display: inline;
	cursor: pointer;
}
.check_agree ul li input:checked + label {
	border: 0;
}
.check_agree ul li {
	border: 1px solid transparent;
}
.check_agree ul li.checked_agree {
	border: 1px solid #4dbf21;
}
.check_agree .kiyaku .contents-tt {
	background-color: #00b3e6;
	color: #fff !important;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 5px 0 5px 10px;
}

.check_agree .kiyaku h3.headLine {
	background-color: #4dcaee;
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
	padding: 5px 0 5px 10px;
}

.check_agree .kiyaku ol {
	list-style: decimal;
	margin-left: 2em;
    font-size: 10pt;
}

.check_agree hr {
	border: none;
	border-bottom: 1px solid #cccccc;
	height: 1px;
	color: #cccccc;
	margin: 1em 0;
}

.check_agree .end {
	font-weight: bold;
}
.description {
	margin: 10px 0;
	font-size: 0.8em
}
.calendar_icon {
	display: inline-block;
	margin-left: 5px;
}
.calendar_icon img {
	pointer-events: none;
}
.footer {
	background-color:#0062b0;
	padding:1.5em;
	margin-top:auto;
}

/* flex_box */
.flex_box label {
    display: flex;
    padding: .8em .5em;
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 4px;
    align-items: center;
}
label.flex_center {
    position: relative;
    background-color: #fff;
}
.flex_center,
.flex_box.col_3>li>label.flex_center{
	display:flex;
	justify-content:center;
	align-items:center;
}
.flex_box{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.flex_box.col_1>li{
	width:100%;
}
.flex_box.col_1>li:nth-of-type(n+2){
	margin-top:.3em;
}
.flex_box.col_1>li>label{
	width:100%;
	padding:.3em;
	box-sizing:border-box;
	border-width:1px;
}
.flex_box.col_2>li{
	box-sizing:border-box;
	width:48%;
	margin-left:4%;
}
.flex_box.col_2>li:nth-of-type(3n+1){
	margin-left:0;
}
.flex_box.col_2>li>label{
	box-sizing:border-box;
	width:100%;
	height:100%;;
	text-align:center;
}
.flex_box.col_3>li{
	box-sizing:border-box;
	width:30%;
	margin-left:4%;
}
.flex_box.col_3>li:nth-of-type(n+4){
	margin-top:1em;
}
.flex_box.col_3>li:nth-of-type(3n+1){
	margin-left:0;
}
.flex_box.col_3>li>label{
	box-sizing:border-box;
	width:100%;
	height:100%;
	text-align:center;
}
.flex_box.col_4>li{
	box-sizing:border-box;
	width:24%;
}
.flex_box.col_4>li:nth-of-type(n+5){
	margin-top:1em;
}
.flex_box.col_4>li>label{
	box-sizing:border-box;
	width:100%;
	height:100%;
	text-align:center;
	font-size:14px;
	padding-top:17px;
	padding-bottom:17px;
}
.flex_box.col_5>li{
	box-sizing:border-box;
	width:19%;
}
.flex_box.col_5>li:nth-of-type(n+6){
	margin-top:1em;
}
.flex_box.col_5>li>label{
	box-sizing:border-box;
	width:100%;
	height:100%;
	text-align:center;
	font-size:14px;
	padding-top:17px;
	padding-bottom:17px;
}
.flex_box.col_5>li>label>input[type=checkbox] {
	display: none;
}
.flex_center label.done{
	border:2px solid #ff5252;
}
/*発送方法*/
.plan_box {
    padding-top: 2em;
}
.plan_box .campaign{
	color:#ff5252;
	font-size:11.5px;
}
.plan_box dl>dt{
	position: absolute;
	top: 0;
	left: 3%;
	width: 94%;
	padding: 0.4em 0;
	border-bottom: 1px dashed #ccc;
}
.plan_box .info>a{
	text-decoration:none;
	font-size: 12px;
	padding: 10px 3px;
	display: inline-block;
	padding:8px 6px;
	color:#666;
	background:#ffff52;
	border-radius:4px;
	transition:opacity .2s,transform .2s;;
}
.plan_box .info>a:hover{
	opacity:.95;
	transform:translateY(-1px);
}
.plan_box .info>a:active{
	opacity:1;
	transform:translateY(0px);
}
.plan_box .info>a::before{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f05a";
	font-size:1.1em;
	margin-right:.4em;
}
.plan_box .shipping_cost{
	margin-top:6px;
}
.plan_box .price{
	display:inline-block;
	font-size:14px;
}
.plan_box .shipping_cost{
	display:inline-block;
	margin-left:.8em;
	font-size:18px;
}
.simple_radio:nth-of-type(n+2){
	margin-top:5px;
}
@media screen and (max-width:600px){
	dl.input_wrapper>dt{
	  margin-top:8vw;
	}
	.flex_box.col_3>li{
	  width:32%;
	  margin-left:0;
	}
	.flex_box.col_3>li>label{
	  font-size:4vw;
	}
	.flex_box.col_3.control_check>li{
	  width:100%;
	}
	.flex_box.col_3.control_check>li label{
	  border-width:1px;
	  justify-content:flex-start;
	  text-align:left;
	}
	.flex_box.col_3.control_check>li label.done{
	  border-width:2px;
	}
	.flex_box.col_1>li:nth-of-type(n+2),
	.flex_box.col_3.control_check>li:nth-of-type(n+2),
	.flex_box.col_3.plan_wrapper>li:nth-of-type(n+2){
	  margin-top:1.5vw;
	}
	.flex_box.col_2,
	.flex_box.col_4,
	.flex_box.col_5{
	  justify-content:space-between;
	}
	.flex_box.col_2>li,
	.flex_box.col_4>li,
	.flex_box.col_5>li{
	  width:46.5vw;
	  margin-left:0;
	}
	.flex_box.col_2>li:nth-of-type(n+3),
	.flex_box.col_4>li:nth-of-type(n+3),
	.flex_box.col_5>li:nth-of-type(n+3){
	  margin-top:1.6vw;
	}
	.flex_box.col_2>li>label,
	.flex_box.col_4>li>label,
	.flex_box.col_5>li>label{
	  font-size:3.6vw;
	}
	.flex_box.col_3.plan_wrapper>li{
	  width:100%;
	}
	.plan_box{
	  padding-top:0;
	}
	.plan_box dl>dt{
	  position:static;
	  font-size:5vw;
	  margin-left:auto;
	  margin-right:auto;
	}
	.flex_box.col_3.plan_wrapper>li label{
	  padding-top:0;
	  padding-right:0;
	  padding-left:0;
	}
	.flex_box.col_3.plan_wrapper>li label>span{
	  width:100%;
	}
  }

input:checked + label{
	border:2px solid #ff5252;
}
/* DatePicker用 */
	.ui-datepicker {
	width: 13em;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
	width: 95%;
	margin: 0.5em auto;
}
.ui-widget-header {
	background: #fff;
	color: #333333;
	font-weight: bold;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
	left: 5px;
}
.ui-datepicker .ui-datepicker-next {
	right: 5px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.3em;
	text-align: center;
}
.ui-widget-content {
	border: 1px solid #0062b0;
	background-color: #e5f9ff;
	display: none;
}
.ui-datepicker table {
	width: 95%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 auto .4em;
	background-color: #fff;
}
.ui-datepicker table thead {
	background-color: #e5f9ff;
}
.ui-datepicker td {
	border: 1px solid #ccc;
}
.ui-datepicker td.ui-state-disabled {
	background-color: #eee;
	color: #aaa;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.cleaning_plan_img {
    margin-bottom: 10px;
}
.cleaning_plan_img img {
    margin: 5px 2.5px 0;
}
.open-modal {
	font-size: 12pt;
	color: #0062b0;
	text-decoration: underline;
	cursor: pointer;
}
.confirm-description .open-modal {
	display: none;
}
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
}
.modal .modal-content {
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	position: relative;
	margin: auto;
	width: 670px;
	max-height: 500px;
}
.modal .modal-content .check_agree{
	max-height: 480px;
	overflow-y: auto;
	border: 0;
}
.modal .modal-close-btn {
	position: absolute;
	top: -20px;
	right: 10px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: #0062b0;
	color: white;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
}
.modal .modal-close-btn:before {
	content: '\00D7';
	font-size: 30px;
	line-height: 50px;
}
.button-wrap {
	text-align: center;
}
.return-button {
	margin-top: 1em;
	display: inline;
	background-color: #fff;
	height: 57px;
	width: auto;
	width: 260px;
	border: 2px solid #ccc;
	border-radius: .5em;
	color: #605b5a;
	text-decoration: none;
	text-align: center;
	line-height: 53px;
	font-weight: bold;
	cursor: pointer;
}
.send-button {
	margin-top: 1em;
	display: inline;
	background: rgb(255,180,8); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,180,8) 0%, rgb(250,124,3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgb(255,180,8) 0%,rgb(250,124,3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgb(255,180,8) 0%,rgb(250,124,3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb408', endColorstr='#fa7c03',GradientType=0 ); /* IE6-9 */
	height: 57px;
	width: auto;
	width: 520px;
	border: 2px solid #F38401;
	border-radius: .5em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 53px;
	font-weight: bold;
	cursor: pointer;
}
.meg_wrap {
	font-size: 120%;
}
.mail_request {
	margin-bottom: 20px;
}
table input.has-error,
textarea.has-error,
select.has-error,
.has-error + .year,
.has-error + .year + .month,
.has-error + .year + .month + .day,
.has-error select {
	border: 3px solid rgb(255, 0, 0);
}
/* complete.tpl */
.complete_wrap {
	font-size: 130%;
	margin: 0 auto 80px;
	width: 68%;
}
.complete_wrap h2 {
	color: #f57c00;
	font-size: 180%;
	margin: 50px 0 20px;
	text-align: center;
}

/* SP対応 */
@media only screen and (max-width: 768px) {
	.header {
		margin: 10px 4px;
	}
	.header img{
		max-width: 100%;
		height: 36px;
	}
	.container {
		width: 100%;
		padding: 0;
	}
	.inq_wrapper .inq_select_list_wrapper {
		padding: 10px;
	}
	.title {
		line-height: 1.4;
		padding: 8px 10px;
	}
	/*.wrap {
		margin: 0 10px 40px;
	}*/
	.progress_border_text {
		display: inline-block;
		position: relative;
		top: 6px;
		left: 10px;
		font-weight: bold;
		width: 70%;
	}
	.meg_wrap {
		font-size: 110%;
		margin: 0 0 10px;
		padding: 0 10px;
	}
	.group_title {
		margin-top: 20px;
    	font-size: 100%;
	}
	.table {
		margin: 0 auto;
		width: 94%;
	}
	.table th,.table td {
		display: block;
		width: 100%;
		text-align: left;
		padding: 0;
	}
	.table th {
		border: none;
		background: none;
		margin: 12px 0 2px;
		padding: 0;
	}
	.input_title {
		font-weight: bold;
		font-size: 100%;
	}
	.table td {
		border-bottom: none;
	}
	.table td img {
		max-width: 100%;
	}
	.description {
		font-size: 70%;
		line-height: 1.4;
    margin: 2px 0 4px;
	}
	.table input[type="text"] {
		background-color: #ffffff;
		border-radius: 5px;
		border: solid 2px #7f7f7f;
		box-sizing: border-box;
		height: 40px;
		padding: 5px 1%;
	}
	.textbox {
		background-color: #ffffff;
		border-radius: 5px;
		border: solid 2px #7f7f7f;
		box-sizing: border-box;
		padding: 5px 1%;
	}
	.table input[type=image] {
		width: 90%;
	}
	.table select {
		background-color: #ffffff;
		border-radius: 5px;
		border: solid 2px #7f7f7f;
		box-sizing: border-box;
		height: 40px;
		padding: 5px 1%;
	}
	.table input[type="button"] {
		background-image: linear-gradient(180deg, #fcfcfc 0%, #ebebeb 100%);
		border: solid 2px #BFBFBF;
		border-radius: 4px;
		color: #444;
		font-size: 1rem;
		margin-left: 2%;
		outline: none;
		padding: 6px 0;
		width: 48%;
	}
	input[type=text],input[type=button],textarea,select,.table td img {
		width: 100%;
	}
	input#datepicker_day1,input#datepicker_day2 {
		width: 90%;
		display: inline-block;
	}
	#zip {
		width: 48%;
	}
	.year {
		margin-right: 1%;
		width: 30%;
	}
	.month,.day {
		margin-left: 4%;
		margin-right: 1%;
		width: 20%;
	}
	.error_text {
		font-size: 80%;
	}
	.cleaning_plan_img img {
		margin: 5px 2.5px 2.5px;
		width: auto !important;
	}
	.table input[type="text"].has-error,
	.table select.has-error {
		border: 3px solid rgb(255, 0, 0);
	}
	
	/* confirm.tpl */
	table.cnfirm td {
		padding-bottom: 10px;
		border-bottom: dotted 1px silver;
	}
	table.cnfirm td pre {
		white-space: pre-wrap ;
	} 
	.send_meg {
		font-size: 90%;
		margin: 10px 0 0;
		padding: 0 10px;
	}
	.button-wrap {
		display: grid;
	}
	.return-button,
	.send-button {
		width: 80%;
	}
	.send-button {
		order: -1;
	}
	.center-block {
		max-width: 100%;
	}
	
	/* complete.tpl */
	.complete_wrap {
		font-size: 110%;
		margin: 0 auto 30px;
		width: 94%;
	}
	.complete_wrap h2 {
		color: #f57c00;
		font-size: 150%;
		margin: 20px 0;
	}
}
