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


@media screen and (min-width: 769px){
.form_wrap{
	margin-top:70px;
}


.common_content_inner input{
	width:100%;
	padding:7px 10px;
	border:1px #ccc solid;
	margin-bottom:5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.common_content_inner textarea{
	width:100% !important;
	padding:7px 10px;
	border:1px #ccc solid;
	margin-bottom:5px;
	height:100px !important;
	line-height:28px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.common_content_inner select{
	width:100%;
	padding:7px 10px;
	border:1px #ccc solid;
	margin-bottom:5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form_box_wrap{
	display:flex;
	width:100%;
	align-items: center;
	border-bottom:1px #ccc dotted;
	padding:20px 0;
}

.form_box_th{
	width:180px;
	margin-right:20px;
	margin-bottom:5px;
}

.form_box_td{
	width:calc(100% - 200px);
	margin-bottom:5px;
}

.form_box_td02{
	width:calc(100% - 200px);
	margin-bottom:5px;
	display:flex;
	align-items: center;
}
.form_box_td02 input{
	width:20px;
	align-items: center;
}

span.must{
	color:#f00;
	font-size:12px;
	margin-left:5px;
}

.form_wrap button{
	width:300px;
	margin:10px auto 0;
	background:#3f3b3a;
	color:#fff !important;
	text-align:center;
	padding:20px 0;
	display:block;
	color:#fff !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	cursor: hand;
	cursor:pointer;
}

.form_wrap button:hover{
	opacity:0.7;
}

div#mfp_hidden {
overflow: hidden;
width: 1px;
height: 1px;
padding: 0px;
margin: 0px;
}

.form_submit{
	margin-top:40px;
}


h4{
	font-size:18px !important;
}

table{
	margin:50px 0 !important;
}

td,
th{
	padding:10px 0 !important;
}

.form_wrap02{
	margin-top:70px;
}
.form_wrap02 p{
	text-align:center;
	font-size:16px;
	line-height:40px;
}
.form_wrap02_btn a{
	width:300px;
	margin:50px auto ;
	background:#3f3b3a;
	color:#fff !important;
	text-align:center;
	padding:20px 0;
	display:block;
	color:#fff !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	cursor: hand;
	cursor:pointer;
	text-decoration:none;
}
.form_wrap02_btn a:hover{
	opacity:0.7;
}


}

@media screen and (max-width: 768px){
.form_wrap{
	margin-top:0;
}
	
.common_content_inner input{
	width:100%;
	padding:7px 10px;
	border:1px #ccc solid;
	margin:0 0 5px 0 !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.common_content_inner textarea{
	width:100% !important;
	padding:7px 10px;
	border:1px #ccc solid;
	margin:0 0 5px 0 !important;
	height:100px !important;
	line-height:28px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.common_content_inner select{
	width:100%;
	padding:7px 10px;
	border:1px #ccc solid;
	margin:0 0 5px 0 !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form_box_wrap{
	width:100%;
	border-bottom:1px #ccc dotted;
	padding:20px 0;
}

.form_box_th{
	width:100%;
	margin-bottom:10px;
}

.form_box_td{
	width:100%;
}

.form_box_td02{
	width:100%;
	display:flex;
	align-items: center;
}
.form_box_td02 input{
	width:20px;
	align-items: center;
}

span.must{
	color:#f00;
	font-size:12px;
	margin-left:5px;
}

.form_wrap button{
	width:100%;
	margin:10px auto 0;
	background:#3f3b3a;
	color:#fff !important;
	text-align:center;
	padding:20px 0;
	display:block;
	color:#fff !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	cursor: hand;
	cursor:pointer;
}

.form_wrap button:hover{
	opacity:0.7;
}

div#mfp_hidden {
overflow: hidden;
width: 1px;
height: 1px;
padding: 0px;
margin: 0px;
}

.form_submit{
	margin-top:40px;
}


h4{
	font-size:18px !important;
}

table{
	margin:50px 0 !important;
}

td,
th{
	padding:10px 0 !important;
}

.form_wrap02{
	margin-top:2vw;
}
.form_wrap02 p{
	font-size:16px;
	line-height:40px;
}
.form_wrap02_btn a{
	width:100%;
	margin:50px auto ;
	background:#010167;
	color:#fff !important;
	text-align:center;
	padding:20px 0;
	display:block;
	color:#fff !important;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	cursor: hand;
	cursor:pointer;
	text-decoration:none;
}
.form_wrap02_btn a:hover{
	opacity:0.7;
}

input,
textarea,
select{
	font-size:16px !important;
}
}

