@charset "utf-8";

body {
  font-size: 100%;
  line-height: normal;
}
#formWrap {
/*	padding-bottom:60px;
	background: #ece8cf;*/
    background: url("../images/bg.png") repeat;
  width: 100%;
/*	letter-spacing:0.06em;*/
}


/*/////////////////////////////////

ヘッダー

////////////////////////////////*/
#formWrap h1 {
/*  margin-bottom: 40px;*/
    background: url("../images/bg.png") repeat;
/*	background:#fff;*/
  text-align: center;
    padding-top: 20px;
  padding-bottom: 15px;
}
#formWrap h1 img {
  max-width: 600px;
  width: 90%;
  height: auto;
}
#formWrap h2 {
  max-width:900px;
  width: 95%;
  margin:0 auto 20px;
  padding: 8px 0;
  border-radius: 8px;
  background: #ed7b86;;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
/*#formWrap .intro {
  max-width: 900px;
  width: 95%;
  margin: 0 auto 20px;
  padding-top: 190px;
  border-radius: 8px;
  background: url("../images/intro.jpg") no-repeat left top;
  font-size: 0;
}*/
 #formWrap .intro {
  margin-bottom: 40px;
  padding:20px 0;
	background: #0062b2;
  color:#fff;
  font-weight: bold;
  font-size: 1.25em;
  text-align: center;
}
/*#formWrap .intro span {
  display: inline-block;
  margin-left: 20px;
  font-weight: bold;
} */
#formWrap .spbr{
    display: none;
}
#mainContents .undermessage{
    height: 90px;
}
/*/////////////////////////////////

フォーム

////////////////////////////////*/
#mainContents article {
	max-width:900px;
  width: 95%;
	margin: 0px auto;
	padding:40px;
	border-radius:10px;
	background:#fff;

  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#mainContents article form {
  padding-bottom: 20px;
}
#form dl {
	margin:10px 0 40px;
}
dl.errorElement {
  padding: 10px 16px 16px;
}
#form dt,
#form dt label {
	font-weight:bold;
}
#form dt {
  line-height: 1.5;
  margin-bottom: 8px;
  font-size: 1.125em;
}
#form dt span {		/* 必須 */
	display: inline-block;
  margin-right: 10px;
	padding: 3px 10px;
	border-radius: 12px;
	background: #f5d736;
	color: #000;
	font-weight:bold;
	font-size: 11px;
	vertical-align: 2px;
}
#form dt strong {
  display: block;
  margin: 5px 0;
  color: #e23912;
  font-weight: bold;
  font-size: 0.85em;
}
#form dt p {
  color: #e4007f;
  font-size: 0.778em;
}
#form dd {
  line-height: 1.5;
	color:#000;
}

#form ul li {
	margin:5px 0;
}

#form #age {
  margin-right: 5px;
}

#form #zip {
  max-width: 300px;
  width: 100%;
}

.privacy {
  margin-bottom: 40px;
  font-size: 0.938em;
}

#btnWrap li {
	font-weight:bold;
	font-size:112.5%;
	letter-spacing:0.1em;
	text-align:center;
	width:190px;
	height:70px;
	line-height:70px;
	cursor:pointer;
}
#btnWrap #backBtn {
	text-indent:30px;
	border:1px #d1d1d1 solid;
	background:#f5f5f5 url(../images/icon_back.png) no-repeat 50px 25px / 20px auto;
  color: #000;
}
#btnWrap #submitBtn {
  border:2px #000 solid;
	background:#faed0b;
	color:#000;
}
article .boxmessage{
    margin-bottom: 60px;
}
article .message {
	line-height:1.7;
  font-size: 0.875em;
}
article .message a {
	display:block;
	width:200px;
	margin-top:20px;
	padding:20px 0;
	text-indent:30px;
	border:1px #d1d1d1 solid;
	background:#f5f5f5 url(../images/icon_back.png) no-repeat 20px 20px / 20px auto;
	color:#000;
  font-size: 0.929em;
	text-align:center;
	cursor:pointer;
	letter-spacing: 0.06em;
}

.site-link {
  line-height: 1.4;
  margin-top: 20px;
  text-align:center;
}
.site-link a {
  display: inline-block;
  color:#ff0060;
  border-bottom: 1px #ff0060 solid;
}
.site-link a:after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url("../images/icon_link.svg") no-repeat left top / 100% auto;
}

@media (max-width: 812px) {


/*/////////////////////////////////

フォーム

////////////////////////////////*/
/*#formWrap .intro {
  width: 95%;
  margin: 0 auto 20px;
  padding-top: 65%;
  background: url("../images/intro_sp.jpg") no-repeat center top / cover;
}*/
    #formWrap .spbr{
    display: block;
}
#mainContents article {
	width:95%;
	padding:40px 20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
}



@media (max-width: 568px) {
/*/////////////////////////////////

フォーム

////////////////////////////////*/
#formWrap h1 {
  margin-bottom: 20px;
}
#formWrap h2 {
  margin-bottom: 15px;
  font-size: 23px;
}
#formWrap .intro {
  margin: 0 auto 15px;
}
        #formWrap .spbr{
    display: block;
}
#mainContents article {
	padding:7%;
}
article .message {
  font-size: 0.875em;
}
}





























