/* ----------------------------------------

アンケート

---------------------------------------- */


table.formtable {
    width: 100%;
    border: 1px #d9d9d9 solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 20px;
}

table.formtable th {
    padding: 15px;
    border: #d9d9d9 solid;
    border-width: 0 0 1px 1px;
    background: #ecebeb;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
	box-sizing: border-box;
	position: relative;
	width: 40%;
	line-height: 1.6;
}
table.formtable td {
    padding: 15px;
    border: 1px #d9d9d9 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	  background: #f8f8f8;
	box-sizing: border-box;
	line-height: 1.6;
}

.input01 {
	font-size: 1.6rem;
	padding: 10px 10px;
	box-sizing: border-box;
	width: 50%;
	border: 1px solid #d9d9d9;
	background: #ebebeb;
	border-radius: 3px;
}
.input02 {
	font-size: 1.6rem;
	padding: 10px 10px;
	box-sizing: border-box;
	width: 90%;
	border: 1px solid #c6c6c6;
	background: #ebebeb;
	border-radius: 3px;
	margin: 5px 0;
}
.selecttub {
	font-size: 2rem;
}
.textarea {
	font-size: 1.6rem;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 90%;
	border: 1px solid #c6c6c6;
	background: #ebebeb;
	border-radius: 3px;
}
p.cation {
	padding: 0;
	margin: 5px 0 5px 0;
	font-size: 1.2rem;
}
.hissu {
	background: #f06c6c;
	text-align: center;
	font-size: 1.2rem;
	position: absolute;
	padding: 2px 10px 4px 10px;
	right:10px;
	color:#fff;
}


.buttonbox {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.sendbutton {
	background:#222;
	text-align: center;
	color:#fff;
	padding: 20px;
	font-weight: bold;
	font-size: 2rem;
	border: 0px;
	width: 300px;
	margin: 0 5px;
	box-sizing: border-box;
}
.resetbutton {
	background: #4c4c4c;
	text-align: center;
	color:#fff;
	padding: 20px;
	font-weight: bold;
	font-size: 2rem;
	border: 0px;
	width: 300px;
	margin: 0 5px;
	box-sizing: border-box;
}

.kakunin {
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.6;
}




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

.formbox {
	margin-bottom: 25px;
}

table.formtable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	font-size: 1.3rem;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}

table.formtable th {
    padding: 10px;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	line-height: 1.6;
	display: block;
	border: 0px;
}

table.formtable td {
    padding: 10px;
    text-align: left;
	box-sizing: border-box;
	line-height: 1.6;
	width: 100%;
	display: block;
	border: 0px;
}

.input01 {
	font-size: 1.4rem;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #c6c6c6;
	background: #ebebeb;
	border-radius: 3px;
}
.input02 {
	font-size: 1.4rem;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #c6c6c6;
	background: #ebebeb;
	border-radius: 3px;
}
.selecttub {
	font-size: 1.5rem;
}
.textarea {
	font-size: 1.4rem;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #c6c6c6;
	background: #ebebeb;
	border-radius: 3px;
}
p.cation {
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 1.2rem;
}
.hissu {
	text-align: center;
	font-size: 1rem;
	position: absolute;
	padding: 2px 10px;
	right:10px;
}

.buttonbox {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.sendbutton {
	text-align: center;
	color:#fff;
	padding: 15px;
	font-weight: bold;
	font-size: 1.5rem;
	border: 0px;
	width: 50%;
	margin: 0 5px;
	box-sizing: border-box;
}
.resetbutton {
	background: #4c4c4c;
	text-align: center;
	color:#fff;
	padding: 15px;
	font-weight: bold;
	font-size: 1.5rem;
	border: 0px;
	width: 50%;
	margin: 0 5px;
	box-sizing: border-box;
}
	
.kakunin {
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 1.4rem;
}

}