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

body{
	font: 1.3rem/2 "遊ゴシック体", "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" ;
	letter-spacing: 0.1em;
	line-height: 1.7em;
}

header > .wrap_header > .logo{
    width: 180px;
}
header > .wrap_header > .logo img{
	width: 100%;
}

article #wrap_form{
	width: 100%;
	padding: 40px 0;
}

article #intro p{
	width: 85%;
    margin: 0 auto 40px;
}

table.formTable{
	width: 90%;
	padding: 0;
}
table.formTable tr{
	width: 100%;
    display: block;
}
table.formTable th{
	float: left;
	width: auto;
	padding-right: 10px;
}
table.formTable .required{
	float: left;
	padding: 20px 0;
	width: 100px;
}
table.formTable td{
	width:100%;
	display: block;
	padding: 60px 0 20px;
}
.text{
	width: 95%;
}
.label_radio1{
	display: block;
}
.label_radio1 input{
	margin-left: -135px;
}
.label_radio2{
	display: block;
}
.label_check{
	display: block;
}
.check1{
	margin-left: -40px;
}
.label_radio_purpose{
	margin-left: -24px;
}
.radio_f{
	margin-left: -158px !important;
}

article h2{
	margin: 0 0 20px;
}
table.formTable tbody{
	display: block;
	width: 100%;
}
.check table.formTable th{
	display: block;
    float: none;
    width: 100%;
    padding: 20px 0 0 0;
}
.check table.formTable td{
	padding: 10px 0 20px;
}
table.formTable td .wrap_select select{
	padding: 0 10px;
}

.wrap_button{
	width: 100%;
}
.button_revision{
	float: none;
    text-align: center;
    margin: 0 auto 10px;
    width: 90%;
}
.button_submit{
	float: none;
    text-align: center;
    margin: 0 auto 10px;
    width: 90%;
}
.button_conf, .button_submit, .button_back, .button_revision{
	border-radius: 0;
}

@media (max-width: 600px) {
	.thanks footer{
		position: relative;
	}
}