@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;}
h1,h2,h3,h4,h5{font-size:100%;}
ol,ul{list-style:none;}

html {
 overflow-x: hidden;
 overflow-y: scroll;
-webkit-overflow-scrolling: touch;
    scroll-padding-top: 100px;
 }

body{
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    
}
#formWrap {
	max-width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
    
    
h1{
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    padding: 80px 0px 70px;
    letter-spacing: 0.1em;
    }
    
.form_txt{
    padding-bottom: 30px;    
    }

.form_hosoku{
    border: 1px solid #ccc;
    background-color: #FFEEEE;
    padding: 20px;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.arrow_y{
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	vertical-align: middle;
    color: #EC595C;
}
.arrow_y::before,
.arrow_y::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}


.arrow4-1::before{
	left: 6px;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 8px solid #EC595C;
}

    
.choose{
    border-top:1px solid #ccc;
    padding: 30px 0px;
    }
    
    
.choose_tit{
   font-size: 18px;
   font-weight: 700;
   line-height: 1.5;
   padding: 0px 0px 20px;
   }
    
.is-empty{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
 }

select {
  background: #f5f5f5;
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  padding: 20px 15px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
　color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
}
    
select.is-txt {
  color: #757575;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
}

.product_name{
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0px;
    line-height: 1.5;
}

.required{
    background-color: #EC595C;
    color: #fff;
    padding:  5px 8px;
    margin-left: 10px;
    font-size: 14px;
}
    
select:invalid {
  color: #757575;
}
    
.c-form{
        margin-bottom: 30px;
    }

.yoko_n{
    display: flex;
    gap:0px 10px;
}

.yoko_l{
    width: 50%;
}

.yoko_r{
    width: 50%;
}


.b_dot{
    border-bottom: dotted #ccc 1px;
    padding-bottom: 30px;
}
    
.c-form__select{
  position: relative;
}
.c-form__select::after{
  border-color: #191919 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
    
    
.c-form__text{
    width: 95%;
    padding: 10px 15px;
    }
    
.hosoku{
    padding: 10px 0px 10px;
    }
    
input,textarea{
   border:solid 1px #ccc; 
    }
    
.p_b10{
   padding-bottom: 10px;
    }
    
.p_t10{
    padding-top: 10px;
    }
    
.your_company{
    position: relative;
    padding: 10px 0px 10px 25px;
        
    }
    
.your_company::before{
  border-color: #191919 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  left: 5px;
  top: 55%;
  transform: translateY(-50%);
  width: 0;
}
    
.form_btn{
    color: #fff;
    background-color: #191919;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    padding: 15px 20px;
    letter-spacing: 0.1em;
    border-radius: 5px;
    margin: 0px 0px 50px;
    }
    
    
.form_btn:hover{
    opacity: 0.8;
        
    }


.c-form__area{
    width: 95%;
    height: 100px;
    padding: 10px 15px;
}

@media screen and (max-width:600px) {
    
    body{
    font-size: 14px;
    }

    h1{
    font-size: 20px;
    }
    

    .yoko_n{
        display: block;
        gap:0px;
    }
    
    .yoko_l{
    width: 95%;
    margin-bottom: 20px;
    }

    .yoko_r{
    width: 95%;
    }
    
    .c-form__select{
        width: 95%;
    }
    
    .product_name{
    font-size: 12px;
}
    

    .is-empty{
      font-size:12px;
    }
    
    .select{
        width: 95%;
    }
    select {
      font-size: 12px;
    }


    select.is-txt {
      font-size: 12px;
    }
    
    
    .choose_tit{
   font-size: 12px;
   }
    
    
    .required{
    background-color: #EC595C;
    color: #fff;
    padding:  5px 8px;
    margin-left: 10px;
    font-size: 10px;
    }
    
    [type="text"], form textarea {
	width:85%;
	padding: 10px 15px;
	display:block;
    }
    
    .c-form__area{
    width: 90%;
    }
    
    
}


@media screen and (max-width:730px) {

    #formWrap {
	width:95%;
	margin:0 auto;
}

    


}


.drilling_k{
    display: flex;
    gap:10px;
    margin-bottom: 20px;
}


.drilling_k_ri{
    width: 60%;
}


.drilling_k_ri img{
    width: 100%;
}


@media screen and (max-width:730px) {
    .drilling_k_ri{
    width: 100%;
    }
}

@media screen and (max-width:480px) {
    .drilling_k{
    display: block;
    gap:0px;
    margin-bottom: 20px;
    }
    
    .drilling_k_ri{
    width: 100%;
    }
}
    
    
/*フッターここから*/

footer{
    padding: 100px 0px 50px;
    background-color: #fff;
}


.footer_txt{
    max-width: 700px;
    margin: 0 auto;
}


.footer_s{
    font-size: 12px;
}

.yamatei_logo{
    margin: 30px 0px 10px;
    border-bottom: 1px solid #555;
    padding-bottom: 5px;
}



.yamatei_logo img{
    width: 120px;
}


.insta{
    margin: 15px 0px 10px;
}

.insta img{
    width: 40px;
}



.copyright{
    font-size: 9px;
}



@media (max-width: 1100px) {
    .footer_txt{
        width: 90%;
    }
    
    
}



@media screen and (max-width:600px){
    
    .footer_txt{
        width: 90%;
    }
    
    
    .footer_s{
        margin: 0 auto;
        font-size: 10.5px;
        line-height: 17px;
        }
    
    
    .yamatei_logo img{
        width: 82px;
    }
    
}


/*フッターここまで*/