@charset "utf-8";

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
input, select {
	vertical-align:middle;
	border: none;
}
a p {
	font-weight:normal;
}
label{
	cursor:pointer;
}

html {
	-webkit-text-size-adjust: 100%;
}
body {
	background:#fff;
	font-size: 14px;
	line-height: 1.4;
	color: #000;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	-webkit-text-size-adjust: 100%;
	letter-spacing: -0.001em;
}
.enqWrap {
  background: #fff;
  margin: 0 auto;
  width: 750px;
	text-align: center;
	padding-bottom: 10px;
}
.kv {
  text-align: center;
  margin-bottom: 10px;
}
.sendBtn1 {
  max-width: 400px;
}
#menu {
 margin: 0 0 0 10px;
 text-align: center;
   max-width: 730px;
}
#menu li{
 display: inline-block;
 width: 350px;
 vertical-align: top;
 margin-left: 5px;
 margin-bottom: 10px;
}
#menu li img {margin-right: 5px;}

.link_page_top{
	text-align: right;
	margin-right: 10px;
	margin-bottom:20px;
}

.link_page_top img{
width: 250px;
}

.answer_check {
	width: 350px;
}
.f_l {
	margin-right: 5%;
	width:35%;
}
.f_l img {
	width:100%;
}
.f_r {
	text-align: center;
	width: 60%;
}


@media (max-width: 750px) {
  .enqWrap {
    width: 100%;
  }
   img {
     width: 100%;
   }
   .sendBtn1 {
     max-width: 80%;
   }
	 #menu li{
	 	width: 43%;
	 }
	 .link_page_top img{
	 width: 45%;
	 }
	 .answer_check img {
	 	width: 50%;
	 }
	 .f_l {
	 	width:35%;
	}
	 .f_r {
	 width:55%;
	 }
	  }
body * {
	word-break: break-word;
	word-wrap:normal;
}
img {
	border : 0;
	vertical-align: bottom;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th,td{vertical-align: middle;}
hr {
	display:block;
	border:0;
	margin:0;
	padding:0;
}
button{
	-webkit-appearance: none;
	border:none;
}

#wrapper{
	margin-bottom: 100px;
}



section {
	margin-bottom: 15px;
}
.mt10{margin-top: 10px!important;}
.mb10{margin-bottom: 10px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.mb40{margin-bottom: 40px!important;}
.mb50{margin-bottom: 50px!important;}
.mb60{margin-bottom: 60px!important;}
.mb70{margin-bottom: 70px!important;}
.mb80{margin-bottom: 80px!important;}

.btn_area{
	margin: 0px auto 25px;
	text-align: center;
}
footer{
	padding-top: 0px;
	font-size: 12px;
	text-align: center;
}



.texteria{
	width:97%;
	padding-left:3%;
	text-align:left;
}
.pinkbox {
	background-color:#ffe1e7;
	width:90%;
	padding: 10px 10px;
	margin-left:3%;
	margin-bottom:20px;
}

.guideline {
	margin-top: 0;
	margin-right: auto;
	padding-left: 5%;
	margin-bottom: 0.3em;
	width: 90%;
	text-align: left;
	font-size: 100%;
	line-height: 1.4;
		}
		.guideline_long {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.3em;
	width: 95%;
	text-align: left;
	font-size: 100%;
	line-height: 1.4;
	padding-left:10px;
		}
		.text_strong {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.3em;
	margin-bottom: 0.3em;
	width: 95%;
	color: #129688;
	text-align: left;
	font-size: 100%;
	line-height: 1.4;
	font-style: normal;
	font-weight: bold;
		}

.red {
	color:#ff0000;
}
.white {
	color:#fff;}

.center {
	text-align:center;
	margin:0;
	padding:0;
	width:100%;
	}


.bigf {
	font-size:large;
	font-weight:bold;
}
.blue {
	color: #10628d;
}

.yellow {
	color: #fffc00;
}


.eria1 {
	display: flex;
	align-items: center;
	 width: 86%;
	 margin: 0 5%;
	 padding:2% 2% 0 2%;
color:#333;
border-bottom: #ccc 1px solid;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
margin: 0;
padding: 0;
visibility: hidden;
}
.clearfix { display: inline-table; }

/**
 * フリーテキストエリア
 */
/* 選択肢用 */
textarea.input_free_text_choice {
	width: 80%;
	height: 5em;
}
/* アンケート用 */
textarea.input_free_text_only {
	width: 80%;
	height: 15em;
}
/**
 * リスト
 */
/* 箇条書きリストの「・」を削除 */
.type-free-text ul {
	list-style-position: inside;
	list-style-type: none;
}
.type-choice ul {
	list-style-position: inside;
	list-style-type: none;
}