@charset "UTF-8";

/*-----------------------------------

	common

-----------------------------------*/
input[type="text"],input[type="email"],input[type="tel"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="radio"] {
    opacity: 0;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    border-radius: 0;
}
button,input[type="submit"],input[type="reset"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 0;
}

@media(min-width: 640px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/*-----------------------------------

    form_block

-----------------------------------*/
#form_block {
    padding: 80px 0 150px;
}
#form_block .wrap {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
#form_block .intro_text{
    letter-spacing: 0;
	margin-bottom:30px;
}
#form_block table {
    width: 100%;
    margin-bottom: 30px;
}
#form_block table th{
    padding: 15px 0;
    width: 190px;
    text-align: left;
    font-weight: normal;
    letter-spacing: 0;
    vertical-align: middle;
}
#form_block table th span{
    font-size: 14px;
    color: #e83f22;
}
#form_block table td{
    padding: 15px 0;
    width: calc(100% - 190px);
}
#form_block .wFull {
    width: 100%;
}
#form_block .wHalf {
    width: 49%;
    margin-right: 2%;
    float: left;
}
#form_block .wHalf:last-child {
    margin-right: 0;
}
#form_block input[type=text],
#form_block input[type=email],
#form_block input[type=tel] {
    border: none;
    background: #fff;
    padding: 10px;
}
#form_block label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 20px 5px 30px;
    position: relative;
    width: auto;
    line-height: 1;
    margin-left: -30px;
}
label::before {
    background: #f2f2f2;
    border: 1px solid #231815;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
label::after {
    background: #231815;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 8px;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}
input[type="radio"]:checked + label::after {
    opacity: 1;
}
#form_block textarea {
    border: none;
    background: #fff;
    padding: 10px;
    width: 100%;
    height: 210px;
}
#form_block .button_area {
    text-align: center;
}
#form_block input[type=submit] {
    background: #6a98d0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    max-width: 300px;
    width: 47%;
	line-height:80px;
	height:80px;
    cursor: pointer;
	border-radius:40px;
}
#form_block input[type=reset] {
    background: gray;
    color: #fff;
    font-size: 16px;
    text-align: center;
    max-width: 300px;
    width: 47%;
    line-height:80px;
	height:80px;
    cursor: pointer;
    margin-right: 20px;
	border-radius:40px;
}
#form_block input[type=submit]:hover,
#form_block input[type=reset]:hover {
    opacity: 0.8;
}
#form_block .thanks {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

/**/
.p-myform__cover{
    position: relative;
    width: 100%;
/*    height: 31px;*/
	height: 45px;
}
.p-myform__cover select{
	position: absolute;
	width: 100%;
	max-width: 300px;
	height: 100%;
	border: none;
	box-sizing: border-box;
	padding-left: .5em;
}



@media screen and (max-width: 840px) {
    #form_block table th{
        width: 160px;
    }
    #form_block table td{
        width: calc(100% - 160px);
    }
}
@media screen and (max-width: 640px) {
    #form_block {
        padding: 30px 0;
    }
    #form_block h3 {
        padding: 15px;
        font-size: 18px;
        margin-bottom: 15px;
    }
    #form_block h3::after {
        width: 36px;
        height: 36px;
        right: 10px;
    }
    #form_block .tel_wrap {
        width: 310px;
        margin: 30px auto;
        padding-left: 55px;
        font-size: 12px;
    }
    #form_block .tel_wrap::before {
        width: 45px;
        height: 45px;
    }
    #form_block .tel_wrap .tel{
        font-size: 32px;
    }
    #form_block .tel_wrap .tel span{
        font-size: 23px;
    }
    #form_block table th{
        width: 100%;
        display: block;
    }
    #form_block table td{
        width: 100%;
        display: block;
        padding: 0 0 15px;
    }
    input[type="text"],input[type="email"],input[type="tel"] {
        font-size: 16px;
    }
    #form_block textarea {
        height: 110px;
        font-size: 16px;
    }
    #form_block input[type=submit] {
        font-size: 18px;
        width: 250px;
		line-height:60px;
		height:60px;
        display: block;
        margin: 0 auto;
    }
    #form_block input[type=reset] {
        font-size: 18px;
        width: 250px;
      	line-height:60px;
		height:60px;
        display: block;
        margin: 0 auto 20px;
    }
}

/**/
#tel_block {
    border-top: 1px dotted #dedede;
    padding-top: 120px;
    margin-top: 120px;
}
.tel_box {
    border: 2px solid #6a98d0;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
.tel_box:before {
    content: "";
    position: absolute;
    background: #f8f8f8;
    width: 300px;
    height: 5px;
    top: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tel_box .text{
	font-size: 18px;
    font-weight: 100;
    color: #6a98d0;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -15px;
}
.tel_box .time{
	display:block;
	font-size: 16px;
    font-weight: 100;
	margin-bottom:15px;	
}
.tel_box .tel_number{
    color: #6a98d0;
    font-size: 35px;
    font-weight: 100;
	display:inline-block;
    position: relative;
}
.tel_box .tel_number::before {
    content: '\f879';
    font-weight: 900;
    font-family: "font awesome 5 free";
    font-size: 23px;
    padding-right: 5px;
}

@media screen and (max-width: 640px) {
	
	#tel_block {
		padding-top: 60px;
		margin-top: 60px;
	}
	.tel_box {
		
	}
	.tel_box:before {
		width: 200px;
	}
	.tel_box .text{
		font-size: 16px;
	}
	.tel_box .time{
		font-size: 14px;
	}
	.tel_box .tel_number{
    	font-size: 28px;
	}
	
	
}