@charset "utf-8";

/* ----------------------------------------------
Reset
---------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* ----------------------------------------------
Global Elements
---------------------------------------------- */
html {font-size: 62.5%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;overflow:auto;}
body {
	font-family:"メイリオ", "ヒラギノ角ゴ ProN W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Hiragino Kaku Gothic ProN, Arial,  Meiryo, sans-serif;
	background:#FFFFFF;color:#2b2b2b;font-size:18px;font-size:1.8rem;line-height:1.46em;width: 100%;
}


ul{list-style-type:none;}
img {border:none;vertical-align:bottom;}
input,textarea,select {}
form {margin:0px;}
table {border-collapse:collapse;font-size:100%;border-spacing:0;}

/* -- clearfix -------- */
.clearfix:after {content: ".";display:block;visibility:hidden;height:0;clear:both;}
.clearfix {zoom:1;}
ul:before, ul:after {content:" ";display:;}
ul:after {clear:both;}
ul {*zoom:1;}

/* ----------------------------------------------
Text elements
---------------------------------------------- */
a {color:#464646;text-decoration:none;}
a:hover {color:#464646;text-decoration:none;}
a:focus, *:focus { outline:none; }

/* ----------------------------------------------
Form
---------------------------------------------- */
.form_wrap {margin:0 auto;padding:40px 20px 30px;width:100%;max-width:768px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
input[type="button"],input[type="text"], input[type="submit"], button, select, textarea {-webkit-appearance:none;-o-appearance:none;-ms-appearance:none;appearance:none;border-radius:0;border:none;}

.alignleft {display:inline;float:left;}
.alignright {display:inline;float:right;}
.aligncenter {display:block;margin-right:auto;margin-left:auto;text-align:center;}

.step_group_box{
	margin:0 auto;position:relative;width:100%;max-width:768px;
	-webkit-border-radius:15px;-moz-border-radius:15px;-o-border-radius:15px;-ms-border-radius:15px;border-radius:15px;
}
.step_group{
	border-radius: 10px;
	position: absolute; top:0; left:0; background: #fff; box-sizing: border-box; display: none; margin:0 auto; padding:40px 60px; width:100%; font-size: 1.2rem;}
.step_group.active{position: static;}

.sg_title{font-size:1em;line-height:1.2em;margin-bottom:20px;text-align:center;}
.sg_btn{
	font-size:1em;
	background:#072160;
	color:#fff;
	width:100%;
	cursor:pointer;font-weight:bold;margin-bottom:20px;padding:35px 0;
	-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;border-radius:6px;
}
.sg_btn:hover{background:#004dff;}
.sg_caution{background:#fff1dc;padding:1.5em 0;text-align:center;}
.sg_return{display: none;}

.sg_return button {
	width: 100%;
	max-width:200px;
	margin:15px auto;
	color: #fff;
	cursor: pointer;
	display: block;
	text-align: center;
	line-height:40px;
	background: #f7931e;
    width: 150px;
    height: 150px;
    border-radius: 150px;
        position: relative;
        z-index: 100;
        margin-top: -20px
}

.point_f .pointBox img{
	width: 80%
}

.info{

}

.ng_box{padding: 80px 0;}
.sg_title_ng{font-size:1em;line-height:1.46em;margin-bottom:20px;text-align:center;}
.sg_ng_btn {width:100%;max-width:300px;margin:0 auto;}
.sg_ng_btn a {
	display:block;background: #324b85;color: #fff;width: 100%;cursor: pointer;line-height:50px;font-size:16px;
	-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;border-radius:6px;
}
.attention_text {text-align: center;font-size: 1rem;color: #E50023;padding:8px 0;margin-bottom: 20px;}

.form_box {}
.form_box dl, .form_box dt, .form_box dd {box-sizing: border-box;}
.form_box dl {margin-bottom:2em;}
.form_box dt, .form_box dd {}
.form_box dt {padding:0 0 0.3em;color:#324b85;font-weight:bold;}
.form_box dd {padding:0 0 1em;font-size:18px;}
.form_box dt span {color:#f7931e;padding:0 2px;font-size:0.8em;}
.form_box dd span {padding-left:3px;}

.form_box input[type="text"], .form_box input[type="number"], .form_box input[type="tel"], .form_box input[type="email"], .form_box textarea {
	border:2px solid #324b85;;width:100%;margin:0;line-height: 45px;padding:3px;height: 45px;font-size:18px;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
}
.form_box input[type="text"].int02 {;width:10em;}

/* select */
.form_box select {-moz-appearance: none;-webkit-appearance: none;-o-appearance: none;-ms-appearance: none;appearance: none;border-radius: 0;border: 0;margin: 0;padding: 0;background: transparent;background-image: none;box-shadow: none;font-size: inherit;color: inherit; box-sizing: content-box;}
.form_box select::-ms-expand {display: none;}
.select-box select {width: 100%;padding: 10px 38px 10px 3px;color: #666666;}
.select-box {
	position: relative;border: 2px solid #324b85;background: #ffffff;
	overflow: hidden;width: 100%;margin:0 50px 0 0;text-align: center;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
}
.select-box::before {position: absolute;top: 20px;right:8px;width: 0;height: 0;padding: 0;content: '';border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #324b85;pointer-events: none;}

input[type="submit"].sg_form_submit {
    width: 100%;max-width:350px;margin:0 auto;background: #324b85;color: #fff;cursor: pointer;display: block;text-align: center;font-size: 24px;line-height:50px;
	-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;border-radius:6px;
}

/* Confirmation */
#formWrap {margin:0 auto;position:relative;width:100%;max-width:768px;}
table.formTable {
	width: 100%;margin:0 auto 20px;border-collapse: collapse;border-spacing: 0;font-size: 1.4rem;line-height: 1.5;
	border-top: 1px solid #ccc;border-left: 1px solid #ccc;border-right: 1px solid #ccc;}
table.formTable th, table.formTable td {display:block;border-bottom: 1px solid #ccc;padding: 10px;}
table.formTable th {font-weight:bold;text-align:left;background: #eee;}
table.formTable td {}

#formWrap .form_button {margin:1.5em 0 3em;}
#formWrap input[type="submit"], #formWrap input[type="button"] {width:47%;margin:0 1%;max-width:300px;line-height:40px;font-size:1.1em;border-radius: 4px;}
#formWrap input[type="submit"] {background:#324b85;color:#ffffff;}
#formWrap input[type="button"] {background:#b5b5b5;color:#ffffff;}

.error_messe {color:#ff0000;}


/*ポイント*/
.point_f{
	-webkit-background-size: 8px 8px;
	-moz-background-size: 8px 8px;
	background-size: 8px 8px;
	background-color: #fff1dc;
}


@media only screen and (max-width :480px) {
	.step_group{padding:20px 15px 20px;}
	.info_f{display: none !important;}
	.form_wrap {margin:0 auto;padding:10px 10px 30px;width:100%;max-width:768px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
	.step_group{position: absolute; top:0; left:0; background: #fff; box-sizing: border-box; display: none; margin:0 auto; padding:35px 30px 20px; width:100%; font-size: 1.2rem;}
.sg_btn{
	font-size:1em;
	background:#324b85;
	color:#fff;
	width:100%;
	cursor:pointer;font-weight:bold;margin-bottom:20px;padding:15px 0;
	-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;border-radius:6px;
}
}



