@charset "utf-8";

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

 * ブラウザ解釈値リセット＆設定ファイル

 *

 * LastUpdate : 16/02/15

----------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, tfoot, thead, time, tr, th, td,
u, ul, var, video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  line-height: 1.5;/* base line height */
  text-align: left;
  letter-spacing: 0.2px;
}

textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  line-height: 1.5;/* base line height */
  text-align: left;
}


article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
  display: block;
}

ol, ul  {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


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

 * 設定をしなおす

---------------------------------------------- */
html,body {
	 /*-webkit-text-size-adjust: none;*/
}

body {
	margin: 0 auto;
	padding: 0 auto;
  	font-size: 15px;
  	line-height: 1.2em;
	/*font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;*/
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
  	font-weight: 500;
	color: #000;
  }

table {
	margin : 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

img {
	vertical-align: bottom;
	border: none;
}


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

 * アンカータグの設定

---------------------------------------------- */
a {
	outline:none;
	color: #222;
}

a:hover {
	text-decoration: none;
}


a,a:hover,a:hover img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}

a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}


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

 * 要素を左右中央寄せ

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

.taC {
	text-align: center !important;
}

.taR {
	text-align: right !important;
}

.taL {
	text-align: left !important;
}

.txtR {
	text-align:right;
}

.posL {
	float: left;
}

.posR {
	float: right;
}

.caption {
	font-size: 83% !important;
	letter-spacing: 0;
}


/* ----------------------------------------------
 * clearfix
---------------------------------------------- */
/*for IE 5.5-7*/
.clr {
	zoom: 1;
	display: inline-table;
}

/*for modern browser*/
.clr:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

* html .clr {
	height: 1%;
	display:inline-table;
	/*\*/display:block;/**/
}

/* Hides from IE-mac \*/
* html .clr {
	height: 1%;
}

.clr {
	display: block;
}
/* End hide from IE-mac */

html {
	min-height: 100%;
	position: relative;
}

body {
	-webkit-text-size-adjust: 100%;
	/* padding-bottom: 5em; */
/*	background: url(../img/bg_pc01.jpg) no-repeat center bottom;
*/
	background-attachment: fixed;
}


img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

.inner {
	/* width: 800px; */
	margin: 0 auto;
}

header {
	padding: 20px 0;
	background: #f00;
	width: 100%;
	background: url(header_bg.jpg) 0 0 repeat-x;
}

#main {

}

#main .inner {
	position: relative;
}
#main .inner h2 {
	text-align: center;
	margin-bottom: 20px;
}
#main .illust {
	position: absolute;
	right: 0;
	top: 0;
}
#main .form {
	margin: 0 auto;
	/* width: 610px; */
	background-color: white;
}
.form_inner {
	/* border-radius:6px; */
	/* box-shadow:0px 0px 8px 0px rgba(0,0,0,0.13); */
/*	padding-top: 74px;
*/
	/* width: 610px; */
	margin: 0 auto;
	position: relative;
	height: 480px;
}
.multi_steps {
    background-color: #eee;
    padding: 10px 0;
	margin-bottom:10px;
    /* border-radius: 6px 6px 0 0; */
	text-align:center;
}
.multi_steps img {
}

.step {
	position: absolute;
	right: 0;
	top: 74px;
}

.step li {
	float: left;
	border-right: 1px solid #fff;
	display: block;
	line-height: 36px;
	height: 36px;
	width: 36px;
	text-align: center;
	background: #c3c3c3;
	color: #fff;
}
.step li:last-child {
	border-right: none;
}
.step li.active {
	background: #2b8f0c;
}

.checkboxList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto 0 auto;
    max-width: 480px;
    /* margin-bottom: 50px; */
}
.checkboxList li label {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 6px;
    padding: 12px;
    background: #eeeeee;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    height: 40px;
    cursor: pointer;
}
.checkboxList li div.comment {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 12px;
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
    height: 40px;
}

#license_message {
    max-width: 515px;
    margin: 0 auto;
    text-align: center;
    background: #fcebeb;
}

h3 {
	padding: 1.5em 0 0 0;
    text-align: center;
    color: #2bb2ff;
    font-weight: normal;
    font-size: 18px;

/*	background: #eee;
	color: #ff6000;
	border-left: 5px solid #ff6000;
	padding: 0 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
	height: 36px;
	margin-bottom: 15px;
*/
}

h4 {
	padding: 0 0 15px 0;
    text-align: center;
    color: #2bb2ff;
    font-weight: normal;
    font-size: 18px;
}

.attention {
    display: block;
    width: 110px;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
}
.number_unknown {
    display: inline-block;
    margin: 5px 0 5px 5px;
    padding: 3px 5px;
    border-radius: 100px;
    font-size: 10px;
	font-weight:bold;
    color: #555;
    background: #f8f8f8;
	cursor: pointer;
}

.must,.required {
	background: #f61c1c;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
	padding: 5px 10px;
	line-height: 1;
	margin-right: 10px;
	font-size: 12px;
}
.required {
	margin-right: 0;
	margin-left: 10px;
}
.required2 {
    display: inline-block;
    margin-right: 10px;
    padding: 4px 10px;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: border-box;
    line-height: 1;
    vertical-align: middle;
    border: 1px solid #ff6699;
    color: #ff6699;
    font-size: 14px;
}

.error {
	color: #f61c1c;
	font-size: 12px;
}
.question {
	margin-bottom: 15px;
}
.checkboxList li {
	margin: 0 5px 10px 5px;
/*	float: left;
*/	display: inline-block;
	width: 150px;
}
/*.checkboxList li label {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
}
.checkboxList li.on label {
	background: #ff8400;
	color: #fff;
	border: 1px solid #ff8400;
}
.checkboxList input[type="checkbox"] {
	margin-right: 10px;
}*/
.checkboxList li.on label {
    background: #ff6b6b;
    color: #fff;
    border: none;
}
.checkboxList input[type="checkbox"] {
    /* display: none; */
    visibility: hidden;
    position: absolute;
    left: -40;
}

input[type="text"], select {
    height: 44px;
    font-size: 17px;
    border: 1px solid #2bb2ff;
    box-sizing: border-box;
    padding: 9px;
    border-radius: 3px;
/*	border:2px solid #ccc;
	border-radius: 5px;
	margin-right: 5px;
	padding: 9px;
	min-width: 200px;
*/}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color: #cccccc; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #cccccc; }

/* Firefox 18- */
:-moz-placeholder {
    color: #cccccc; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #cccccc; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #cccccc; }

.zip_area {
	position:relative;
    max-width: 515px;
    margin: 30px auto 30px auto;
}
.address_area {
    max-width: 515px;
    margin: 0 auto;
}
.name_area, .contact_area {
	max-width: 515px;
	margin: 30px auto 30px auto;
}
.formItem {
	margin-bottom: 20px;
}
.formItem input[type="text"],
.formItem select
{
	width: 400px;
}
.koyoukeitai_area {
	margin: 0 auto;
	/* width: 515px; */
	text-align: center;
}

#zip-error {
	display: block !important;
    position: absolute;
    top: 45px;
	left:0;
	width: 200px;
    background: #fcebeb;
}
#state-error, #city-error, #last_name-error,
#\30 0N28000005U5c2-error, #\30 0N28000005U5hX-error, #mobile-error
{
	display: block !important;
	width: 250px;
    background: #fcebeb;	
}

dt {
	margin-bottom: 5px;
}
dt strong,p strong {
	color: #FF0073;
}
dd {
	margin-bottom: 10px;
}
.add_detail {
	margin-top: 20px;
}

.btnArea {
	position: absolute;
	bottom: 0px;
	border-radius: 0 0 6px 6px;
	width:100%;
	padding:15px 0;
	background:rgba(200,200,200,.1);
}

.hukidashi {
	position: absolute;
	z-index: 2;
	right: 50px;
	bottom: 65px;
}
.position_adjust1{
  right: 100px;
  bottom: 65px;
}
.position_adjust4{
  right: -30px;
  bottom: 65px;
}

.hukidashi_inner {
	position: relative;
	animation: moveY 2s infinite alternate linear;
	-ms-animation: moveY 2s infinite alternate linear;
	-webkit-animation: moveY 2s infinite alternate linear;
	-moz-animation: moveY 2s infinite alternate linear;
}
@-ms-keyframes moveY {
0% {top:0px;}
50% {	top:10px;}
100% {top:0px;}
}

@-webkit-keyframes moveY /* Safari and Chrome */
{
0% {top:0px;}
50% {	top:10px;}
100% {top:0px;}
}

@-moz-keyframes moveY /* Firefox */
{
0% {top:0px;}
50% {	top:10px;}
100% {top:0px;}
}

.hukidashi_inner p {
	color: #fff;
	z-index: 3;
	top: 18px;
	position: absolute;
	width: 100px;
	right: 20px;
	font-size: 13px;
	text-align: center;
}
.hukidashi_inner img {
	z-index: 2;
	position: relative;
}

.btn {
	position:relative;
    z-index: 1;
    display: inline-block;
    width: 314px;
    padding: 8px 0;
    border-radius: 6px;
    background-color: #b69e84;
/*
    background: #4dc443;
    background: -moz-linear-gradient(top, #4dc443 0%, #4dc443 50%, #31b526 50%, #31b526 100%);
    background: -webkit-linear-gradient(top, #4dc443 0%,#4dc443 50%,#31b526 50%,#31b526 100%);
    background: linear-gradient(to bottom, #4dc443 0%,#4dc443 50%,#31b526 50%,#31b526 100%);
    border: 1px solid #31b526;
*/
    color: #fff;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	box-shadow: 0px 2px 2px 0px rgba(120,120,120,0.8);

/*	display: block;
	color: #fff;
	text-align: center;
	font-weight:bold;
	display:inline-block;
	background:#2b8f0c;
	color:#fff;
	border-radius:0.4em;
	text-decoration:none;
	line-height:1;
	margin:0.6em 0;
	padding:1em 3em 1em 2em;
	box-shadow:0 6px 0 #1d6f04;
	text-shadow:1px -1px 0 rgba(0,0,0,0.3);
	-webkit-transition: 0;
	-moz-transition: 0;
	-o-transition: 0;
	transition: 0;
	position: relative;
*/}
.btn:hover {
	top:2px;
	box-shadow:none;

/*	color:#fff;
	box-shadow:0 8px 0 #1d6f04;
	position:relative;
	top:-2px;

	-webkit-transition: 0;
	-moz-transition: 0;
	-o-transition: 0;
	transition: 0;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
*/
}
.btn:active {
/*	box-shadow:0 4px 0 #1d6f04;
	position:relative;
	top:2px;
	-webkit-transition: 0;
	-moz-transition: 0;
	-o-transition: 0;
	transition: 0;
*/}
.btn i {
	font-weight: normal;
	position: absolute;
	right: 10px;
	height: 1em;
	width: 1em;
	line-height: 1em;
	top: 50%;
	margin-top: -0.5em;
}

.btn_last {
	position:relative;
    z-index: 1;
    display: inline-block;
    width: 314px;
    padding: 0;
    border-radius: 6px;
    background-color: #b69e84;
/*
    background: #4dc443;
    background: -moz-linear-gradient(to bottom,  #f79e04 0%,#f79e04 50%,#ffaa06 50%,#ffaa06 100%);
    background: -webkit-linear-gradient(to bottom,  #f79e04 0%,#f79e04 50%,#ffaa06 50%,#ffaa06 100%);
    background: linear-gradient(to bottom,  #f79e04 0%,#f79e04 50%,#ffaa06 50%,#ffaa06 100%);
    border: 1px solid #eb8003;
*/
    color: #fff;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	box-shadow: 0px 2px 2px 0px rgba(120,120,120,0.8);
}
.btn_last:hover {
	top:2px;
	box-shadow:none;
}
.btn_last i {
	font-weight: normal;
	position: absolute;
	right: 10px;
	height: 1em;
	width: 1em;
	line-height: 1em;
	top: 50%;
	margin-top: -0.5em;
}

#BtnBack.btn {
	position: absolute;
    left: 10px;
    top: 25px;
    background: #ccc;
    border: none;
    box-shadow: none;
    width: 55px;
    padding: 10px 5px;
    font-size: 12px;
    color: #ffffff;
}
#BtnBack.btn:hover {

}
#BtnBack.btn:active {
/*	box-shadow:0 4px 0 #777;
*/}
#BtnBack.btn i,#BtnTop.btn i {
	left: 10px;
}
#BtnTop.btn {
	background: #0090FF;
	padding:1em 2em 1em 3em;
	box-shadow:0 6px 0 #006ABB;
}
#BtnTop.btn:hover {
	box-shadow:0 8px 0 #006ABB;
}
#BtnTop.btn:active {
	box-shadow:0 4px 0 #006ABB;
}

.mb20 {	margin-bottom: 20px;}
.mt20 { margin-top:20px; }
.ml20 { margin-left:20px; }
.clearboth { clear:both;}
.link a {
  color:#189edd;
}
.link a:hover {
  text-decoration: underline;
}
.link a:hover img.proreco_forthanks{
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}
.link img.proreco_forthanks{
  width:152px;
  margin:0 5px 0 0;
  float:left;
}
.link.mt20 a.proreco {
  /* imgがマウスオーバー後に消える現象の暫定回避策（原因不明のため）*/
  transition: none;
}

.pp_pic {
	margin-bottom: 10px;
}
.pp_pic img {
	width: 100%;
}

/* footer */
footer {
	color: #000;
	background: url(footer.jpg) 0 0 repeat-x #cfe;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
/*	height: 5em;
*/}

footer .copy {
	color: #000;
	text-align: center;
	font-size: 11px;
}
footer .inner {
	margin: 3px auto 0 auto;
	text-align: center;
	padding: 10px;
}
footer .link_area {
	width: 30em;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
footer ul {
	text-align:center;
	display: inline-block;
	margin-bottom: 3px;
}
footer li {
	display: inline-block;
	font-size: 11px;
}
footer li a {
	color: #000;
}
footer li a i {
	color: #000;
}
footer li:after {
	content: "";
	color: #000;
	margin-right: 1em;
}

footer li:first-child:before {
	content: "";
	color: #000;
}

#main .inner .thanks h3
{
	margin-bottom: 1em;
}

.thanksimg
{
	text-align:center;
	margin-top: 1em;
}

#pages {
	margin: 0 20px;
}

.sponly {
	display: none;
}

@media (max-width: 480px) {

.sponly {
	display: inline;
}

#next {
	width: calc(75vw - 46px);
	left: 15%;
}

.btn_last {
	padding-right: 15px;
	font-size: calc((75vw - 46px) / 12);
}

.btn_last > span{
	font-size: calc((75vw - 46px) / 20) !important;
}

.formItem input[type="text"],
.formItem select {
	width: calc(100vw - 112.7px);
}

}
