@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------------
form
------------------------------------------------*/ 

/*mail-pc*/	
input {
font-size: 20px;
}
textarea {
font-size: 20px;
}

select{
font-size:18px;
border:1px;
	overflow-wrap: break-word;
　　　word-wrap: break-word;
}
.text_si {
	font-size:20px;
}
.yubin {
}

.todoufuken {

}

#ssl-box {
	border: 1px dotted #FD1902;
	padding: 15px;
	background-color: #FEF9F9;
}
.tyui {
    width: 96%;
    padding: 2%;
    background-color: #EDEBEB;
    border: 1px dotted #949494;
    margin-top: 20px;
}
.tel_left {
    width: 42%;
    float: left;
    padding-right: 2%;
    padding-top: 40px;
    text-align: center;
}
.twl_right {
    width: 42%;
    float: right;
    padding-left: 2%;
      padding-top: 40px;
     text-align: center;
}

/*-----------------------------------------------------
横幅768pxまで　
-------------------------------------------------------*/
@media only screen and (max-width:768px){

	
/*----------------------------------------------------
  お問い合わせ　mobile
----------------------------------------------------*/
.yubin {
	display: block;
}
	textarea {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	height: 15em;
	font-size: 20px;
	
}
input {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
font-size: 24px;
}
input[type="checkbox"] {
    width: 10%;
	font-size:22px;

}
select{
font-size:18px;
border:1px;
}
input[type="radio"] {
    width: 20%;
	font-size:26px;
	text-align: left;
	

}
.red{
	width: 90%;
	text-align: left;
	overflow-wrap: break-word;
　　　word-wrap: break-word;	
	}
label {
      display: flex;
      align-items: left;
      &::after {
        color: #fff;
        background-color: blue;
        text-align: center;
        height: 30px;
        width: 55px;
        font-size: small;
        margin-left: 10px;
		  overflow-wrap: break-word;
      }
  }	


