@charset "utf-8";
/* CSS Document */

/******* Hero *******/

#hero {
  width:100%;
	margin-bottom:20px;
}
#hero img {
  max-width:100%;
  margin:0 auto;
}
#hero .title {
  width:100%;
	background-color:#c6dc96;
}
#hero .title-txt {
  width:100%;
	min-height:50px;
	background-image:url(../img/top_bg.png);
	background-repeat: repeat-x;
}

/******* Main *******/

#mainBox {
  width:100%;
	background-image:url(../../common/img/bg_dot.png);
	background-repeat: repeat;
	padding:40px 0;
}
#mainBox .container {
  margin:0 auto 40px auto;
	text-align:center;
}

.first-txt h3 {
  font-size:20px;
	text-align:center;
  color:#00873c;
	margin-bottom:20px;
}
.first-txt p {
  font-size:18px;
	line-height:220%;
  text-align:left;
}
.first-txt p span {
  color:#00873c;
	font-weight:bold;
}
p.center { text-align:center;}

@media only screen and (max-width: 480px){
.first-txt h3 {
  font-size:16px;
	line-height:140%;
}
.first-txt p {
  font-size:16px;
	line-height:200%;
}
}

/*** Form ***/

/* エラーメッセージ
-------------------------------------------------*/
.formLayout #errorMessage {
	box-sizing: border-box;
	width:100%;
	background:#FFF;
	border:3px solid #f00;
	padding:20px;
	margin:0 auto 20px auto;
	color:#F00;
	text-align:left;
}

/* 画面別表示/非表示 */
.formLayout.input_now .display_check,
.formLayout.check_now .display_input{
	display:none;
}

.Area-dl-l dd label:after,
.Area-dl-l dd label::after {
  content: "\A" ;
  white-space: pre ;
}

/* 入力欄サイズ */
.age, .chance {
  width: 25%;
	margin-right:6px;
}

.formArea {
  max-width: 100%;
	margin: 0 auto;
	padding: 10px;
	overflow:hidden;
	border:2px solid #00873c;
	background-color:#fff;
	border-radius: 4px;
}

.formLayout h3 {
  text-align:left;
	clear:both;
	background-color:#00873c;
	color:#fff;
	padding:8px;
	margin-bottom:20px;
}

.Area-dl, .Area-dl-l {
  max-width:100%;
	overflow:hidden;
	margin-bottom:30px;
	text-align:left;
}
.Area-dl dt span, .Area-dl-l dt span { 
  font-weight:normal;
	margin-left:8px;
	color:#cc0000;
}
.Area-dl dd p, .Area-dl-l dd p {
  font-size:80%;
}

/** Area-dl **/

.Area-dl .dot {
  max-width:100%;
  border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
.Area-dl dt { 
  font-weight:bold;
  padding :0 10px;
  width : 38%;
  float : left;
  clear : both;
}
.Area-dl dd {    
  padding : 0 10px;
  width : 52%;
  margin-left : 40%;
}

/** Area-dl-l **/

.Area-dl-l .dot {
  max-width:100%;
  border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
.Area-dl-l dt { 
  font-weight:bold;
	line-height:140%;
  margin-bottom : 14px;
  padding :0 10px;
  width : 100%;
  clear : both;
}
.Area-dl-l dd {    
  padding : 0 10px;
  width : 100%;
	line-height:170%;
}
.Area-dl-l .ques {    
  margin-bottom:4px;
	font-weight:normal;
}

.Area-dl input, .Area-dl textarea, .Area-dl select,
.Area-dl-l input, .Area-dl-l textarea, .Area-dl-l select {
  max-width:100%;
	margin: 0;
	padding: 5px;
	background-color:#fbfaed;
	border: 1px solid #ccc;
	border-radius: 2px;
	outline: none;
	font-size: 16px;
}

.btnArea {
  text-align:center;
}
.btnArea .submit_button {
  width:90%;
	text-align:center;
	-moz-box-shadow:inset 0px 1px 0px 0px #38915e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #38915e;
	box-shadow:inset 0px 1px 0px 0px #38915e;
	background-color:#0b5e2e;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #0b602f;
	display:inline-block;
	cursor:pointer;
	color:#fff !important;
	font-size:110%;
	padding:10px;
	text-decoration:none;
	margin-top:10px;
	clear:both;
}
.btnArea .submit_button:hover {
	background-color:#366349;
	color:#fff;
}
.btnArea .submit_button:active {
	position:relative;
	bottom:1px;
	color:#fff;
}
.btnArea .submit_button.retouch {
	width: 25%;
	margin-right: 5%;
	background-color:#666;
	border:1px solid #333;
	-moz-box-shadow:inset 0px 1px 0px 0px #777;
	-webkit-box-shadow:inset 0px 1px 0px 0px #777;
	box-shadow:inset 0px 1px 0px 0px #777;
}
.btnArea .submit_button.retouch:hover {
	background-color:#999;
}
.btnArea .submit_button.submit {
	width: 65%;
}

.btnArea .submit_button[type="submit"]{
-webkit-appearance: none;
}

@media only screen and (max-width: 480px) {

.Area-dl dt, .Area-dl-l dt,
.Area-dl dd, .Area-dl-l dd {    
  padding : 0 0 10px 0;
	width:auto;
  max-width : 100%;
  margin : 0;
	float:none;
	clear : both;
}
.Area-dl th, .Area-dl td,
.Area-dl-l th, .Area-dl-l td{
  width: 100%;
  display: block;
}
.Area-dl input, .Area-dl textarea, .Area-dl select,
.Area-dl-l input, .Area-dl-l textarea, .Area-dl-l select {
  max-width:92%;
}
}