@charset "utf-8";


/* ================================================================================
	common
================================================================================ */
*{box-sizing:border-box !important;}

body {
	background: url(../images/bg.gif);
	background-position: center bottom; 
background-repeat: no-repeat;
background-attachment: fixed; 
}

.wrapper {
	overflow: hidden;
	position: relative;
	max-width: 960px;
	height: 100%;
	margin: 0 auto;
	box-sizing:border-box;
	padding:10px;
	box-shadow:inset 2px 2px 2px rgba(0, 0, 0, 0.3);
	border:1px solid rgba(0, 0, 0, 0.3);
	background:#fff;
	margin-top: 3vh;
}
img{
	    width: 100%;
}

.lp > img{
	maw-width:100%;
	vertical-align:bottom;
}

@media screen and (max-width: 980px) {

.body{background:none;}
	
.wrapper{
border:none;
margin:none;
box-shadow:none;
padding:0px;
margin-top:0px;
}
}

/* ================================================================================
	form
================================================================================ */
#form {
	position: relative;
	padding: 100px 0 0px;
	background: #0d406f;
	max-width: 960px;
	margin: 0 auto !important;
	overflow:hidden;
	}
#form:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin: 0 0 0 -120px;
	border: solid transparent;
	border-width: 60px 120px;
	border-top-color: #ffffff;
}
#form h2:before{
	content: url('../images/form-title-ps.png');
	position: absolute;
	top: -0px;
	left: calc(50% - 151px);
}
#confirm #form h2:before,#confirm #form:before{
	content: '';
	border: none;
}
#confirm #form{
	padding: 1.5em 0;
}
#form h2 {
	width: 100%;
	position: relative;
	text-align: center;
	color: #fff;
	line-height: 1.5em;
	font-size: 1.5em;
	margin-top: 0em;
	background: none;
	margin-top: 150px;
	font-size: calc(10px + 1.4vw);
}

.thanks > h2{
	margin:0px !important;
	font-size: calc(14px + 1.5vw) !important;
	padding: 1em 0px 0px 0px;
}

#form > p {
	font-weight: bold;
	text-align: center;
	color: #fff;
}
#form h2 + p {
	margin: 20px 0 0;
	font-size: 24px;
}
#form h2 + p + p {
	font-size: 36px;
}
#form h2 + p + p img {
	margin: 0 10px 0 0;
	vertical-align: middle;
}
#form h2 + p + p + p {
	font-size: 18px;
}
#form .wrap {
	margin: 40px auto 0;
	padding: 40px 25px 10px;
	background: #0d406f;
	box-sizing: border-box;
}
#form dl {
	display: table;
	width: 100%;
}
#form dl + dl {
	margin: 30px 0 0;
}
#form dt, #form dd {
	display: table-cell;
	font-size: 18px;
	vertical-align: middle;
}
#form dt {
	width: 310px;
	color: #fff;
}

#form input[type="checkbox"],
#form input[type="text"],
#form textarea {
	background: #fff;
	border: #ccc solid 1px;
	border-radius: 3px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.1) inset;
}
#form input[type="checkbox"],#form select,#form input[type="radio"] {
	-webkit-appearance: none;
    -moz-appearance: none;

    appearance: none;
    border: none;
    outline: none;
}
#form select {
    border-radius: 5px;
    font-size: 14px;
    border: solid 1px #ddd;
    padding: 8px 0 6px 18px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(0.60, #e9e9e9));
    background: -webkit-linear-gradient(#fff, #e9e9e9);
    background: -moz-linear-gradient(#fff, #e9e9e9);
    background: -o-linear-gradient(#fff, #e9e9e9);
    background: -ms-linear-gradient(#fff, #e9e9e9);
    background: linear-gradient(#fff, #e9e9e9);
}
#form .select label:before{
	content: '\025bc';
	position: absolute;
	right: 10px;
	top: 20px;
	font-size: 20px;
	line-height: 0;
	color: #ff5252;
	font-size: 10px;
}
.size--M{
	width: 100%;
}
#form input[type='radio'] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 2;
    transition: all .2s;
    margin: 0px 15px 0 0;
    position: relative;
    bottom: 2px;
}
#form [type='radio']:before {
    content: '';
    display: block;
    left: 0;
    bottom: 0px;
    margin: -5px 0 0 -5px;
    width: 20px;
    height: 20px;
    border: #ccc solid 2px;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
#form [type='radio']:checked {
    background: #ff5252;
    z-index: 2;
}
#form .radio label{
	width: 190px;
	height: 45px;
	padding: 10px 30px;
	margin: 0 20px -15px 0;
	background: #f5f5f5;
	border-radius: 5px;
	color: #444;
}
#form .radio label:after {
    content: '';
    display: block;
    left: 0;
    top: -20px;
    margin: -5px 0 0 -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    /* background: #fff; */
    z-index: 0;
}
#form .select label{
	margin: 0 20px 0 0;
}


#form input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
#form label {
	display: inline-block;
	position: relative;
	margin: 0 20px 10px 0;
	font-size: 18px;
}
#form .active:before {
	content: ' ';
	position: absolute;
	top: 6px;
	left: 6px;
	width: 16px;
	height: 16px;
	background: #00a8b5;
	border-radius: 2px;
}

#formID dt::after {
    content: none;
}



#form input[type="text"],
#form textarea {
	width: 100%;
	padding: 8px 5px 8px 10px;
	font-size: 14px;
}
#form button {
	display: block;
	width: 560px;
	margin: 60px auto;
	padding: 30px 0 24px;
	background: #ff5252;
	border: none;
	border-radius: 3px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
#form button:hover {
	opacity: 0.8;
}
.required_mack:before,.any_mack:before{
	color: #fff;
	font-size: 14px;
	padding: 2px 10px;
	border-radius: 10px;
	position: relative;
	top: -3px;
	margin: 0 15px 0 0;
}
.required_mack:before{
	content: '必須';
	background: #ff5252;
}
.any_mack:before{
	content: '任意';
	background: #666;
}
.invisible {
    display: none!important;
}
.step_title{
	display: block;
	margin: 30px auto!important;
}

.step_title img{
	width: 90% !important;
	max-width: 840px !important;
}

.fullsize-input{
	width: 100%;
}
#form .fullsize-input dt,#form .fullsize-input dd{
	width: 100%;
	float: left;
	font-size: 16px;
	color: #fff;
}
#form .fullsize-input dt span{
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 0 65px;
	color: #fff;
}
#form .fullsize-input dd{
	margin: 20px 0 0 60px;
}
#form .fullsize-input .radio label{
	width: 320px;
}
	/*	validation
	============================================================ */
	.formError .formErrorContent,
	.formError .formErrorArrow div {
		box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
		background: #FF5252;
	}
.formError .formErrorContent {
    width: 100%;
    background: #FF5252;
    position: relative;
    color: #fff;
    min-width: 120px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}
	
	/*	confirm
	============================================================ */
	#confirm {
		background: #0d406f;
	}
	#confirm .wrap {
		margin: 20px auto 0;
	}
	#confirm dl {
		padding: 15px 0;
		border-bottom: #aaa dashed 1px;
	}
	#confirm dl + dl {
		margin: 0;
	}
	#confirm_btn {
		display: table;
		margin: 40px auto 0;
	}
	#confirm_btn div {
		display: table-cell;
		padding: 0 10px;
	}
	#confirm_btn input {
		display: block;
		width: 200px;
		padding: 20px 0 14px;
		border: none;
		border-radius: 3px;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}
	#confirm_btn input[type="button"] {
		background: #444;
	}
	#confirm_btn input[type="submit"] {
		background: #ff5252;
	}
	#confirm_btn input:hover {
		opacity: .8;
	}
	/*	thanks
	============================================================ */
	#confirm .thanks .wrap {
		padding: 40px 20px;
	}
	#confirm .thanks{
		padding: 1.5em 0;
	}
	#confirm .thanks p{
		text-align: center;
		font-size: 16px;
		line-height: 180%;
		margin: 0 0 50px;
		color: #fff;
		font-size: calc(10px + 0.5vw);
	}
	#confirm .thanks a {
		display: block;
		width: 200px;
		margin: 0 auto;
		padding: 20px 0 14px;
		background: #ff5252;
		border: none;
		border-radius: 3px;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		color: #fff;
		text-decoration: none;
	}
	#confirm .thanks a:hover {
		opacity: .8;
	}



/* ================================================================================
	footer
================================================================================ */
footer {
	padding: 20px 0;
	background: #0d406f;
	width: 100%;
	display: block;
	margin: 0 auto;
}
footer p {
	text-align: center;
}
footer p,
footer a {
	font-size: 14px;
	color: #fff;
}
footer ul {
	text-align: center;
	margin: 10px 0 0;
	width: 100%;
	margin: 0 auto;
	display: block;
}
footer li {
	display: inline-block;
	padding: 0 10px;
}
footer a:hover {
	opacity: 0.8;
}


/* ================================================================================
	2017/08/07追加分
================================================================================ */
span.click {
    display: block !important;
    height: 30px !important;
    color: #fff !important;
    line-height: 30px !important;
    background: #fdae1e;
    font-size: 12px !important;
    text-align: center;
}
.fa {
    color: #fff;
}

/*2017/11/24*/
.trouble{
	position: relative;
	padding: 45px 0 50px;
}
.trouble h2{
	font-size: 48px;
	color: #444;
	text-align: left;
}
.trouble ul{
	width: 700px;
	height: auto;
	margin: 0;
	padding: 15px 0 10px;
	list-style: none;
	overflow: hidden;
}
.trouble ul li{
	position: relative;
	width: 650px;
	font-size: 18px;
	line-height: 60px;
	padding: 0 0 0 50px;
	float: left;
	background: url('../images/trouble-icon.png') no-repeat left 4px;
}
.trouble ul li span{
	font-size: 24px;
	line-height: 60px;
	color: #ed0e32;
}
.trouble ul li:after{
	content:'';
	width: 750px;
	border-bottom: dotted 2px #333;
	display: block;
	position: absolute;
	left: -50px;
}
.trouble figure{
	position: absolute;
	bottom: -50px;
	right: -80px;
}


/* ================================================================================
	bookmark
================================================================================ */

#bookmarkme {
    background: #fff;
    border: 4px solid #c00;
    z-index: 2147483647;
    font-size: 16px;
    display: block;
    width: 200px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1.5em;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(102, 102, 102, 0.6);
    text-decoration: none;
    color: #c00;
}
#bookmarkme span {
    background: #c00;
    display: block;
    border-radius: 3px;
    line-height: 2.5em;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
    text-shadow: 0 0 7px rgba(246,69,15,1);
    margin-top: -15px;
}

/* ================================================================================
	フォームレスポンシブ
================================================================================ */



@media screen and (max-width: 980px) {
#form textarea,#form input[type="text"], #form textarea {
	display:block;
	width: 300px !important;
}

#form dt{
	display:block;
}
#form dl{
	display:block;
}

#form button{
	display: block;
	width: 100%;
	margin: 0 auto !important;
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}
}

@media screen and (max-width: 800px) {
#form .wrap{
	margin:0px;
	padding:10px;
    }

  form dt {
    padding: 5px 0px;
}  
    
    body {
	background:none;
}

	#form .radio label{
		box-sizing: border-box !important;
		width: 100%;
	}

#form dt, #form dd{
	width:100vw !important;
}
	
}
