input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
    background: #faf4e2;
}

.form-box{
	font-size: 14px;
}
.form-box .form-subtext{
	margin:20px;
	line-height: 150%;
}

.form-box .form-list{
	width: 100%;
    border-collapse: collapse;
    border: solid 1px #1869c3;
}

.form-box .form-list th{
    padding: 10px;
    background: #EEF5FC;
    border: solid 1px #1869c3;
    width: 180px;
    color: #1869c3;
}
.form-box .form-list td{
    border: solid 1px #1869c3;
    padding: 10px 20px;
}

.form-box .form-list input[type=text],
.form-box .form-list input[type=tel],
.form-box .form-list input[type=email],
.form-box .form-list select {
    height: 30px;
	width:100%;
}

.form-box .form-list .mail input,
.form-box .form-list .tel input{
	width:80%;
}

.form-box .form-list .text-short{
	width: 25% !important; 
}

.form-box .radio_btn p {
    float: left;
    width: 160px;
    padding: 5px;
}

.form-box .check_btn p {
    padding: 5px;
}



.form-box textarea{
	width: 100%;
    height: 180px;
    padding: 5px;
    resize:none;
}

.form-box .form-list a{
	color:#1869c3;
}


.form-box .btn-box{
	margin:30px 0;
	text-align: center;
}

.form-box .btn-box .submit-button,
.form-box .btn-box .backtop{
	display: inline-block;
	width:300px;
	font-family:'Noto sans japanese',sans-serif;
	font-size:18px;
	border:1px solid #1869c3; 
	font-weight:600;
	color:#FFFFFF;
	background:#1869c3;
	padding:20px;
	text-align: center;
}

.form-box .btn-box input:hover,
.form-box .btn-box a:hover{
	text-decoration:none;
	opacity: .7;
}


/*shop-reserve*/
.al-subst{
	display: block;
    text-align: left;
    padding: 10px;
    background: #EEF5FC;
    font-weight: bold;
    color: #1869c3;
    border: solid 1px #1869c3;
}

.shop-reserve .select-list{
	display: table;
	width:60%;
	overflow:hidden;
	margin:10px 0;
}

.shop-reserve .select-list li{
	display: table-cell;
	width:50%;
	vertical-align: middle;
	text-align: center;
	padding:10px;
}

.shop-reserve .select-list li input[type=radio]{
	display: none;
}

.shop-reserve .select-list li label{
	display: block;
	padding:20px;
	background:#999999;
	color:#FFFFFF;
		
	font-family:'Noto sans japanese',sans-serif;
	font-size:18px;
	font-weight:600;
}

.shop-reserve .select-list li label img{
	width:50px;
	vertical-align: middle;
	margin-right:10px;
}

.shop-reserve .select-list li label span{
	display: inline-block;
	vertical-align: middle;
	text-align:left;
}

.shop-reserve .select-list li input[type=radio]:checked + label{
	background:#1869c3;
}

.shop-reserve .todohuken-list{
	margin:20px 10px;
	padding:20px;
	display: block;
	overflow: hidden;
	border:1px solid #1869c3;
}

.shop-reserve .todohuken-list .select-todohuken{
	display: inline-block;
	padding:10px;
	text-align: center;
	margin-right:10px;
	text-decoration: underline;
	color:#1869c3;
}

.shop-reserve .todohuken-list .select-todohuken:hover{
	background:#EEF5FC;
}

.shop-reserve .todohuken-list input[type=radio]{
	display: none;
}

.shop-reserve .todohuken-list input[type=radio]:checked + label{
	background:#EEF5FC;
}

.shop-reserve .sl-shoplist{
	margin:20px 10px;
	overflow: hidden;
}

.shop-reserve .sl-shoplist ul{
	display: table;
	width:100%;
	overflow: hidden;
    box-sizing: border-box;
	border-top:1px solid #1869c3;
	border-left:1px solid #1869c3;
	margin:0 !important;
	padding:0;
}

.shop-reserve .sl-shoplist ul:last-of-type{
	border-bottom:1px solid #1869c3;
}


.shop-reserve .sl-shoplist ul li{
	display: table-cell;
	vertical-align: middle;
	width:20%;
	padding:10px;
	border-right:1px solid #1869c3;
}


.shop-reserve .sl-shoplist ul li:nth-of-type(3){
	width:35%;
}

.shop-reserve .sl-shoplist ul li:last-of-type{
	width:25%;
	text-align: center;
}

.shop-reserve .sl-shoplist ul.sl-sl-midashi{
	background:#EEF5FC;
	text-align: center;
	color:#1869c3;
	font-weight:bold;
}

.shop-reserve .sl-shoplist ul.sl-sl-tenpo li:last-of-type a{
	display: block;
	padding:10px;
	color:#FFFFFF;
	background:#1869c3;
	font-weight:bold;
}

.shop-reserve .sl-shoplist ul.sl-sl-tenpo li:last-of-type a:hover{
	opacity: .7;
	text-decoration:none;
}

.shop-reserve .sl-shoplist ul.sl-sl-tenpo li:first-of-type .sr-store-name{
	text-decoration: underline;
	color:#1869c3;
}

.shop-reserve .sl-shoplist ul.sl-sl-tenpo li:first-of-type .sr-store-name:hover{
	text-decoration: none;
}

.shop-reserve .sl-shoplist ul.sl-sl-tenpo li:first-of-type input[type=radio]{
	display: none;
}

.shop-reserve .sl-shoplist ul.sl-sl-tenpo li:first-of-type input[type=radio]:checked + label{
	text-decoration:none;
    background: #EEF5FC;
}

.shop-reserve .about-list ul li label {
    display: inline-block;
    margin-left: 15px;
	width:30%;
}

.shop-reserve .about-list ul li span.alist-desc input[type=text]{
	height:30px;
}

.estimated_table tr td input[type=text]{
	height:30px;
	box-sizing: border-box;
}




#sr-todouhuken,
#sr-store,
#sr-formdesc{
	display: none;
}

/**/
.postal-repair{}

.postal-repair .attbox{
	margin-bottom:30px;
}

.postal-repair .attbox .con-text{
	margin:10px;
	line-height: 150%;
}

.postal-repair .attbox .bb-red{
	border-color:#FF0004;
	color:#FF0004;
}

.postal-repair .attbox .pr-box dl {
	margin:20px;
}

.postal-repair .attbox .pr-box dl dt{
	font-size:20px;
	margin-bottom:10px;
	font-family:'Noto sans japanese',sans-serif;
	font-weight:700;
}

.postal-repair .attbox .pr-box dl dt img{
	width:20px;
	vertical-align: middle;
	margin-right:10px;
}

.postal-repair .attbox .pr-box dl dd{
    line-height: 150%;
	position: relative;
	margin-top:10px;
    padding-left: 1.5em;
}

.postal-repair .attbox .pr-box dl dd:before{
	content: "■";
    position: absolute;
    left: 5px;
    top: 0;
}

.postal-repair .input{
	position: relative;
}

.postal-repair .form-box .form-list tr .pr-address ul li{
	margin-bottom:5px;
}

.postal-repair .form-box .form-list tr .pr-address ul li:last-of-type{
	margin-bottom:0;
}

.postal-repair .form-box .form-list tr .pr-agreement .t-size{
	font-size:12px;
	line-height: 150%;
}

.postal-repair .form-box .form-list tr .pr-agreement label{
	display: inline-block;
	margin-top:5px;
	font-size:16px;
}

.postal-repair .form-box .form-list tr .pr-history p{
	float: none;
	width:100%;
}