/*===============================================
画面の横幅が641px以上
===============================================*/

@media print, screen and (min-width: 641px){

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

/*  タイトル　*/

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

h1.ques_title{
	padding-top:30px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size:18px;
	color:#333;
	font-weight:600;
	line-height:1.2em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

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

/*  アンケートフォーム　*/

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

.formBox{
	width:720px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
}

.formBox h2{
	background-color:#73BE28;
	padding:12px;
	font-size:15px;
	color:#FFF;
	font-weight:500;
	line-height:1.2em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-align:center;
}

.formBox dl, dt, dd {
	margin : 0;
	padding : 0;
}
 
.formBox dl {
	margin-top:5px;
	background-color : #ECF8E4;
}
 
.formBox dt {
	float : left;
	clear : both;
	width : 220px;
	text-align:center;
	padding:15px 0;
	border-top:3px solid #FFF;
	font-size:15px;
	line-height:1.5em;
}
 
.formBox dd {
	*zoom: 1;
	/* dtの幅だけ横にずらす */
	margin-left : 220px;
	/* dlやdtとは異なった背景色を使用 */
	background-color : #FFF;
	padding:15px 0 0 15px;
}

.formBox dt span.hissu{
	color:#FF0000;
}

.formBox dd:before,
.formBox dd:after {
	display: table;
	line-height: 0;
	content: "";
}
.formBox dd:after {
	clear: both;
}

.formBox ul.soudan_day li{
	margin-bottom:8px;
}

p.kibou{
	line-height:1.7em;
}

p.kibou_hosoku{
	margin-top:10px;
	font-size:12px;
	line-height:1.7em;
}

table.kibou_bengoshi{
	width:95%;
	margin-bottom:15px;
}

table.kibou_bengoshi tr{
	border:1px solid #CCC;
}

table.kibou_bengoshi td{
	border:1px solid #CCC;
	padding:10px;
}

table.kibou_bengoshi td.koumoku{
	width:35%;
	text-align:center;
	vertical-align:middle;
	line-height:1.6em;
}

table.kibou_bengoshi td.info{
	width:65%;
	vertical-align:middle;
	line-height:1.6em;
}

table.kibou_bengoshi td.info ul li{
	margin-bottom:3px;
}

/*  フォームの入力欄　*/

.formBox input.inp[type="text"] {
	width:50%;
	padding:5px;
	font-size:14px;
}

.formBox input.inp2[type="text"] {
	width:7%;
	padding:2px;
	font-size:14px;
}

.formBox input.inp3[type="text"] {
	width:50%;
	padding:3px;
	font-size:14px;
}

.formBox input.inp4[type="text"] {
	width:50%;
	padding:3px;
	font-size:14px;
}

.formBox input[type="email"] {
	width:70%;
	padding:5px;
	font-size:14px;
}

.formBox textarea{
	width:90%;
	padding:5px;
	font-size:14px;
}

/*  フォームのラジオボタンを押しやすく　*/

.formBox form input[type="radio"]{
	width:auto;
	font-size:18px;
}

/*  フォームの送信ボタン　*/

.formBox .bt_space{
	margin-top:15px;
	border:2px solid #CFEFB0;
	padding:25px;
	text-align:center;
}

.formBox .bt_space p.setsumei{
	font-size:100%;
	line-height:1.6em;
	margin-bottom:20px;
}

.formBox input.sousin_bt{
	width: 300px;
	height:54px;
	font-size:15px;
	line-height:1.6em;
	letter-spacing:0.1em;
}

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

/*  アンケートフォーム　*/

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

.question_title{
	margin-top:15px;
	background-color:#73BE28;
	padding:10px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight:600;
	line-height:1.2em;
	letter-spacing:0.03em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-align:center;
}

table.tbl_question{
	width:100%;
}

table.tbl_question tr{
}

table.tbl_question tr td{
	border:1px solid #999;
	padding:25px;
}

table.tbl_question tr td p.question{
	font-size:15px;
	font-weight:bold;
	color:#333;
	line-height:1.7em;
	letter-spacing:0.03em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:15px;
}

.qes_mt{
	margin-top:20px;
}

.qes_mt02{
	margin-top:25px;
}

table.tbl_question tr td ul.ques01{
}

table.tbl_question tr td ul.ques01 li{
	font-size:14px;
	font-weight:normal;
	color:#333;
	line-height:1.6em;
	letter-spacing:0.2px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:5px;
}

table.tbl_question tr td ul.ques01 li:last-child{
	margin-bottom:0;
}

table.tbl_question tr td ul.ques02{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

table.tbl_question tr td ul.ques02 li{
	width:33%;
	font-size:13px;
	font-weight:normal;
	color:#333;
	line-height:1.5em;
	letter-spacing:0.3px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:7px;
}

table.tbl_question tr td ul.ques02 li:last-child{
	margin-bottom:0;
}

table.tbl_question tr td ul.ques02 li input[type="checkbox"]{
	margin-right:5px;
}

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

/*  入力内容の確認画面　*/

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

#formWrap{
}

p.error_messe{
	font-size:14px;
	font-weight:normal;
	color:#555;
	line-height:1.8em;
	letter-spacing:0.2px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

#formWrap h3.kakunin_title{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#555;
	line-height:1.8em;
	letter-spacing:0.2px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:20px;
}

#formWrap p.kakunin_message{
	text-align:center;
	font-size:14px;
	font-weight:normal;
	color:#555;
	line-height:1.8em;
	letter-spacing:0.2px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

#formWrap .formTableBox{
	margin:30px auto 0;
	max-width:680px;
}

#formWrap table.formTable{
	width:100%;
	border-collapse:collapse;
	background:#FFF;
	text-align:left;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

#formWrap table.formTable td,table.formTable th{
	border:1px solid #999;
	padding:5px;
}

#formWrap table.formTable th{
	width:30%;
	font-weight:normal;
	background:#FFF;
	text-align:left;
	font-size:13px;
	font-weight:normal;
	color:#333;
	line-height:1.7em;
	letter-spacing:0.2px;
}

#formWrap table.formTable td{
	font-weight:normal;
	background:#FFF;
	text-align:left;
	font-size:13px;
	font-weight:normal;
	color:#333;
	line-height:1.7em;
	letter-spacing:0.2px;
}

#formWrap .sousin_btBox{
	padding: 30px 0;
	text-align:center;
}

#formWrap .back_bt{
	text-align:center;
	font-size:14px;
	font-weight:normal;
	color:#333;
	line-height:1.7em;
	letter-spacing:0.2px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

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

/*  送信完了画面　*/

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

.thanks{
	width:720px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
	text-align:center;
}

.thanks h2{
	font-size:120%;
	font-weight:bold;
	line-height:1.5em;
	text-align:center;
	margin-bottom:35px;
}

}
