@charset "UTF-8";
@import url("hum.css");
@import url("000.css");
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

p,th,td,a {
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 15px;
}

.mailmoji {
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 17px;
}



#formWrap {
	width: 80%;
	max-width: 350px;
	margin: 0 auto;
	color: #555;
	line-height: 120%;
	font-size: 90%;
	min-height: 100vh;
	
}

table.formTable {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable td, table.formTable th {
	border:1px solid #ccc;
	padding:10px;
}

/*　項目の色　*/
table.formTable th {
	width:30%;
	font-weight:normal;
	background: #fcd13c;
	text-align:left;
}
/*　項目の色　*/


input[type="submit"] {
    width:250px;
    height:50px;
    color: #fff;
    background: #6495ED;
    outline:none;
    border:none;
    box-shadow: 3px 3px 3px #c0c7d9;
    font-size:16px;
	margin-bottom: 10px;
}

input[type="submit"]:after{
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}


input[type="reset"]{
    width:250px;
    height:50px;
    color: #fff;
    background: #fc7474;
    outline:none;
    border:none;
    box-shadow: 3px 3px 3px #c0c7d9;
    font-size:16px;
	
}
input[type="reset"]:after{
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

input[type="button"]{
    width:250px;
    height:50px;
    color: #fff;
    background: #fc7474;
    outline:none;
    border:none;
    box-shadow: 3px 3px 3px #c0c7d9;
    font-size:16px;
}

input[type="button"]:after{
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/

#formWrap {
    width: 95%;
    margin: 0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	
	
}
	
form input[type="tel"] {
	width:24%;
	padding:5px;
	font-size:110%;
		
	}
	
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}

.toimoji {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 18px;
	font-weight: normal;
	
}

.toitoi {
    line-height: 20px;
}

.hissu {  
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 15px;
    color: #FC0004;	
}

::placeholder {
	font-size: 14px;
   color: #C0C0C2;
}