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

アンケート

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

.intro {
	margin-bottom: 40px;
}

.intro p {
	color:#fff;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	line-height: 1.7;
	margin-bottom: 20px;
}
.intro p span {
	color:#ffd200;
}

.enquete-contents {
	
}



.formbox {
	margin-bottom: 50px;
}






table.formtable {
    width: 100%;
    border: 1px #636261 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;
}

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

.input01 {
	font-size: 1.8rem;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 50%;
	border: 1px solid #c6c6c6;
	background: #ebebeb;
	border-radius: 3px;
}
.input02 {
	font-size: 1.8rem;
	padding: 5px 10px;
	box-sizing: border-box;
	width: 90%;
	border: 1px solid #c6c6c6;
	background: #ebebeb;
	border-radius: 3px;
}
.selecttub {
	font-size: 2rem;
}
.textarea {
	font-size: 1.8rem;
	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 0 0;
	font-size: 1.2rem;
}
.hissu {
	background: #c31700;
	text-align: center;
	font-size: 1.2rem;
	position: absolute;
	padding: 2px 10px;
	right:10px;
}


.enpbanner {
	width: 80%;
	margin: 0 auto 20px;
}
.enpbanner img {
	width: 100%;
	height: auto;
}
.jyoken {
	color:#fff000;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.thanks {
	border: 1px solid #fff;
	padding: 20px;
	text-align: center;
	color:#fff;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	line-height: 1.7;
}

.enquete-contents .buttonbox {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.sendbutton {
	background: #a78210;
	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;
}


.titleS {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 20px 0 10px 0;
	color:#a78210;
}



@media screen and (max-width: 1200px) {
.intro {
	margin-bottom: 20px;
}

.intro p {
	color:#fff;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	line-height: 1.7;
	font-size: 1.4rem;
}
.intro p span {
	color:#ffd200;
}

.formbox {
	margin-bottom: 25px;
}

.enquete-contents {
	
}


	
.titleS {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 20px 0 10px 0;
	color:#a78210;
}


table.formtable {
    width: 100%;
    border: 1px #636261 solid;
    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;
    border: #636261 solid;
    border-width: 0 0 1px 0px;
    background: #393939;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
	color:#fff;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	line-height: 1.6;
	display: block;
}
table.formtable td {
    padding: 10px;
    border: 1px #636261 solid;
    border-width: 0 0 1px 0px;
    text-align: left;
	  background: #f8f8f8;
	box-sizing: border-box;
	line-height: 1.6;
	width: 100%;
	display: block;
}

.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 {
	background: #c31700;
	text-align: center;
	font-size: 1rem;
	position: absolute;
	padding: 2px 10px;
	right:10px;
}


.enpbanner {
	width: 100%;
	margin: 0 auto 20px;
}
.enpbanner img {
	width: 100%;
	height: auto;
}
.jyoken {
	color:#fff000;
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	line-height: 1.6;
}

.thanks {
	border: 1px solid #fff;
	padding: 15px;
	text-align: center;
	color:#fff;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	line-height: 1.7;
	font-size: 1.4rem;
}

.enquete-contents .buttonbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 20px;
}
.sendbutton {
	text-align: center;
	color:#fff;
	padding: 15px;
	font-weight: bold;
	font-size: 1.5rem;
	border: 0px;
	width: auto;
	margin: 0 5px;
	box-sizing: border-box;
	display: block;
	margin-bottom: 10px;
}
.resetbutton {
	background: #4c4c4c;
	text-align: center;
	color:#fff;
	padding: 15px;
	font-weight: bold;
	font-size: 1.5rem;
	border: 0px;
	width: auto;
	margin: 0 5px;
	box-sizing: border-box;
	display: block;
}
}