@charset "UTF-8";
/* CSS Document */
/*20190705form css*/

img.toiawase {
    max-width: 450px;
    display: block;
    margin: 0 auto 20px;
        width: 100%;
}
.tac{
   text-align: center;
}
.form_tbl table {
    width: 100%;
    border: none;
}
.form_tbl th {
    display: block;
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 18px;
	font-weight: bold;
	margin-bottom: 1%;
}
.form_tbl td {
    display: block;
    width: 100%;
    max-width: 92vw;
    border: none!important;
    margin-bottom: 15px;
}
.form_tbl select, textarea {
    text-indent: 1em;
    padding: 10px 0;
    width: 100%;
}
.form_tbl input#tel {
    text-indent: 1em;
    padding: 10px 0;
    width: 100%;
}

.form_tbl select#year {
    text-indent: 1em;
    padding: 10px 0;
    width: 27%;
    margin-right: 1%;
}
.form_tbl select#month {
    text-indent: 1em;
    padding: 10px 0;
    width: 27%;
    margin-right: 1%;
}
.form_tbl select#day {
    text-indent: 1em;
    padding: 10px 0;
    width: 25%;
    margin-right: 1%;
}

.form_tbl input#zip {
    text-indent: 1em;
    padding: 10px 0;
    width: 30%;
}
.form_tbl input#date1, #date2, #date4 {
    text-indent: 1em;
    padding: 10px 0;
    width: 37%;
}
.form_tbl input#time1, #time2, #time3, #time4 {
    text-indent: 1em;
    padding: 10px 0;
    width: 37%;
}
.form_tbl input, select, textarea {
    border: 1px solid #ddd;
    border-radius: 5px;
}
.postcode1,.postcode2 {
    text-indent: 1em !important;
    padding: 10px 0 !important;
    width: 27% !important;
}

@media only screen and (max-width:767px) {
    select, textarea {
    border-radius: 5px;
    padding: 10px 1%;
    background: #fff;
    color: #000;
    }
    .form_tbl th {
    display: block;
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 17px;
    margin: 8px 0px 5px;
    font-weight: bold;
    }
    .form_tbl input, textarea {
        font-size: 15px;
        border-radius: 5px;
    }
	.postcode1,.postcode2 {
		width: 45% !important;
	}
}

@media only screen and (max-width:767px) {
    select { 
        font-size: 18px;
        padding: 3% 0;
    }
}

.form_tbl input.radio {
    width: inherit;
}
span.must {
    font-size: 70%;
    margin-left: 5px;
    color: #fff;
    background: #ed4215;
    padding: 3px;
    font-size: 11px;
    margin-bottom: 3px;
    margin-right: 2px;
    border-radius: 3px;
    font-weight: bold;
	width: 33px;
    height: 20px;
}
.must_flex{
    display:flex;
    margin-bottom:5px;
	align-items: center;
}
.submitbtn {
    text-align: center;
    margin-top: 20px;
}
input[type=submit] {
    width: auto !important;
    padding: 15px 30px 11px 30px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: #ed4215;
    border: solid 1px #e83000;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    font-size: 20px;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
}
@media only screen and (max-width:767px) {
    input[name="submitBack"] {
        margin-left: 0 !important;
        margin-top: 20px !important;
    }
}

.backbtn {
    width: 290px;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 40px;
    font-weight: bold;
    padding: 16px 5px 15px 5px;
    text-align: center;
    /* padding: 0.25em 0.5em; */
    text-decoration: none;
    color: #FFF;
    background: #014c86;
    border: solid 1px #014c86;
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    text-align: center;
}
.backbtn a:visited {
    color: #fff;
}
.backbtn a:link {
    color: #fff;
    text-decoration: none;
}
#err_company {
    color: #FF0000;
}

.sec_03 {
    background: #004b85 !important;
    color: #fff !important;
    padding: 3% 2% 2%;
    font-size: 22px;
    margin-top: 0%;
    margin-bottom: 20px;
    line-height: 22px;
    font-weight: bold;
}
.free-check {
    display: block;
}
.Inquiries-check {
    display: none;
}
.fire-check{
    display: none;
}
.title01 {
    padding: 5px;
    background: #d5ebfb;
    margin: 10px 0 12px;
    border-left: 6px solid #004b85;
    font-weight: bold;
}
.policy {
    height: 100px;
    width: 100%;
    overflow-y: scroll;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 3%;
    font-size: 13px;
    margin-top: 10px;
}
h2 {
    margin-bottom: 10px;
}
.first_radio {
    display: flex;
    align-items: center;
    position: relative;
}
.first_radio label{
    display: block;
    width: 100%;
    background-color: #e1e1e1;
    padding: 5px 0;
    border-radius: 5px;
    margin-bottom: 5px;
    padding-left: 35px;
    position: relative;
    transition: all 0.3s;
}
.first_radio input {
    position: absolute;
    z-index: 2;
    top: 20%;
    left: 10px;
}
.first_radio input:checked + label {
    background-color: #ff7800;
    color: #fff;
    font-weight: bold;
}
input#user_name,input#user_name2,input#user_email {
    padding: 5px;
    width: 100%;
}
.box2.postCode_flex {
    display: flex;
    align-items: center;
	margin-bottom: 10px;
}
input#txt4,input#txt4_2 {
    padding: 10px;
}
input.prefecture,input.prefecture_2 {
    padding: 10px;
    margin: 5px 0 15px;
	width: 100%;
}
input.city,input.city_2 {
    padding: 10px;
    margin: 5px 0 15px;
    width: 100%;
}
input.address,input.address_2 {
    padding: 10px;
    width: 100%;
	margin-top: 5px;
}
span.fsS {
    font-size: 13px;
}
.com p {
    padding-top: 10px;
}
.postCode_flex>span {
	font-weight: bold;
}
	.flex_box>span {
	font-weight: bold;
}
.flex_box {
    margin-top: 15px;
}
@media only screen and (max-width:767px) {
    .postCode_flex>span {
    width: 50%;
}
input#txt4, input#txt4_2 {
    padding: 10px;
    width: 40%;
}
input.city, input.city_2 {
    width: 100%;
}
.sec_03 {
    font-size: 19px;
}
}