@charset "UTF-8";
/* CSS Document */
/*20190705form css*/
div#form h3{
    max-width: 800px;
    width: 46%;
    padding-bottom: 10px;
    margin: 20px auto 15px;
}
div#form .explanation{
    text-align: center;
    font-size: 0.9rem;
    margin-bottom: 20px;
}
.explanation .must{
    margin-right: 5px;
    color: #fff;
    background: #ef7b1b;
    border-radius: 5px;
    padding: 3px 8px 3px;
    font-size: 13px;
    margin-bottom: 2px;
}
.form_tbl{
    width: 700px;
    margin: 0 auto;
    padding: 2% 5%;
    border-radius: 10px;
}
.form_tbl table {
    width: 100%;
    border: none;
}
.form_tbl th {
    display: block;
    width: 100%;
    /* border: none !important; */
    color: #313131;
    font-size: 16px;
    text-align: left;
    margin: 10px 0;
    border-left: 4px solid #d7304a;
    padding: 2px 10px;
    font-weight: bold;
}
.form_tbl td {
    display: block;
    width: 100%;
    border: none!important;
    margin-bottom: 13px;
}
.form_tbl tr .min{
    font-size: 0.7rem;
    margin-bottom: 5px;
    font-weight:normal;
}
.form_tbl input, select, textarea {
    text-indent: 1em;
    padding: 10px 0;
    width: 100%;
}
.file{
    border: none !important;
}
input[type="radio" i] {
    margin: 3px 3px 0px 25%;
}

input[type="radio" i]:first-child{
     margin: 3px 3px 0px 0px;
}
input[type="checkbox" i] {
    margin: 3px 3px 2% 0;
}

input[type="checkbox" i]:first-child{
     margin: 3px 3px 0px 0px;
}

.form_tbl input#tel {
    text-indent: 1em;
    padding: 10px 0;
    width: 27%;
}
.form_tbl input#zip {
    text-indent: 1em;
    padding: 10px 0;
    width: 30%;
}
/*.form_tbl input#date1, #date2 {
    text-indent: 0.6em;
    padding: 10px 0;
    width: 27%;
    margin-bottom: 5px;
}*/
/*.form_tbl select#time1, #time2 {
    text-indent: 0.8em;
    padding: 10px 0;
    width: 22%;
}*/
.form_tbl input, select, textarea {
    border: 1.5px solid #cacaca;
    border-radius: 5px;
}
.form_tbl input.radio {
    width: inherit;
}
label span.must {
    margin-left: 10px;
    color: #d7304a;
    border: 2px solid #d7304a;
    border-radius: 3px;
    padding: 3px 8px 3px;
    font-size: 13px;
    margin-bottom: 2px;
    font-weight: bold;
}
label span.any {
    margin-left: 10px;
    color: #a5a5a5;
    border: 2px solid #a5a5a5;
    border-radius: 3px;
    padding: 3px 8px 3px;
    font-size: 13px;
    margin-bottom: 2px;
    font-weight: bold;
}
.submitbtn {
    text-align: center;
    margin-top: 20px;
}
input[type=submit] {
    -webkit-appearance: none;
    width: auto !important;
    padding: 10px 50px 7px 32px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: #d7304a;
    border: none;
    border-radius: 50px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    font-size: 20px;
    font-weight: bold;
}
.backbtn {
	-webkit-appearance: none;
    width: 290px;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 40px;
    font-weight: bold;
    padding: 10px 5px 10px 5px;
    /* padding: 0.25em 0.5em; */
    text-decoration: none;
    color: #FFF;
    background: #d7304a;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 50px;
    text-align: center;
}
.backbtn a:visited {
    color: #fff;
}
.backbtn a:link {
    color: #fff;
    text-decoration: none;
}


/*スクロール*/
.suc{
    height: 150px;
    overflow-y: scroll;
    border-color: #d6d6d6;
    border-style: solid;
    border-width: 1px;
    padding: 20px 13px 15px 20px;
    font-size: 12px;
    margin: 2% 0%;
    word-break: break-all;
}
/* スクロールの幅の設定 */
.suc::-webkit-scrollbar {
width: 5px;
height: 5px;
}

/* スクロールの背景の設定 */
.suc::-webkit-scrollbar-track {
border-radius: 3px;
box-shadow: 0 0 3px #fff inset;
}

/* スクロールのつまみ部分の設定 */
.suc::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #d6d6d6;
}
.ds_no_pc{
    display: none;
}
body{
    margin:0px;
}
#wrapper.steps{
    background-color: #f7f7f7;
    margin: 0 auto;
    width: 100%;
}
#wrapper.steps h2{
    background: linear-gradient(to bottom, #e68c32, #da4343);
    padding: 150px 0 40px;
    margin-top:0;
}
#wrapper.steps th {
    background: #f7f7f7;
}
#wrapper.steps #content{
    background-color: #f7f7f7;
}
#wrapper.steps .header {
    width: 100%;
    height: auto;
}
#wrapper.steps .h-bg {
    width: 100%;
    background: #fff;
}
@media (min-width: 1920px) {
    #wrapper.steps{
        width: 1920px;
    }
    #wrapper.steps .header {
        width: 1920px;
        height: auto;
    }
}


@media (max-width: 767px) {
.ds_no_pc{
    display: block;
}
.qa {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 0;
}
.qa_content {
    padding: 15% 0;
}
div#form h3 {
    width: 100%;
}
.form_tbl {
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
    box-sizing: border-box;
}
input[type="checkbox" i]{
     margin: 5px 3px 0px 0px;
}
div#form h3 img {
    width: 85%;
    margin: auto;
}
#wrapper.steps{
    width: 100%;
}
.form_tbl input#tel {
    text-indent: 0.5em;
}
/*.form_tbl input#date1 {
    width: 85%;
    text-indent: 0.2em;
}*/
.form_tbl input#time1 {
    width: 65%;
    text-indent: 0.2em;
}
}

textarea{
    resize:vertical;
}

.naiyou {
    height: 75px;
    width: 100%;
    max-width: 800px;
    font-size: 15px;
    margin: 10px auto 20px;
}
.date input, .date select {
    max-width: 230px;
    width: 100%;
    font-size: 15px;
    margin: 10px 5px 20px;
}
.request {
    height: 40px;
    width: 100%;
    max-width: 800px;
    font-size: 15px;
    margin: 10px auto 20px;
}
@media (max-width: 767px) {
	.date select {
		width: 220px;
		height: 45px;
		margin: 15px 5px 0;
		font-size: 15px;
	}
	.date input {
		width: 220px;
		height: 45px;
		margin: 10px 5px 0;
		font-size: 15px;
	}
	.naiyou {
		font-size: 15px;
	}
    input[type=submit] {
        padding: 10px 30px 10px 12px;
    }
    #wrapper.steps h2 {
        padding: 95px 0 40px;
    }
}