@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------------

    reseat　▼

-------------------------------------------------------------------- */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
ul, ol {
/*
	list-style:none;
*/
	margin-left: 20px;
}

blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs 
*/
hr {
	display:block;
	height:1px;
	border:0; 
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
select {
    height: 34px !important;
    vertical-align: middle;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
	display: none;
}
select[multiple="multiple"] {
    font-size: 1.4rem;
    height: 8.5em !important;
    vertical-align: middle;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* -------------------------------------------------------------------

    共通　▼

-------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    font-size:14px;
    font-size:1.4rem;
	font-family: "HelveticaNeue","Helvetica Neue","Helvetica","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Osaka,"MS UI Gothic","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.4;
	vertical-align:baseline;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-callout: none;
	-webkit-user-select: none;
}
article, header, footer, aside, figure, figcaption, nav, section { 
	display:block;
}
: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; }

.form_ctr {
	width: 100%;
	max-width: 840px;
	margin-right: auto;
    margin-left: auto;
}

h2 {
	color: #2263bb;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 15px 0 15px;
}
h4 {
	margin: 0  0 15px 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: #2263bb;
}
h5 {
	margin: 0  0 10px 0;
	font-size: 1.4rem;
	font-weight: normal;
	color: #262626;
}
h5.nom {
	margin: 0;
	font-size: 1.4rem;
	font-weight: normal;
	color: #262626;
}

textarea {
	height: 10em !important;
}
#form_area {
	background-color: #edeff2;
	padding: 30px;
}
#form_area hr {
	border-top: 1px solid #d4d6d9;
	border-bottom: 1px solid #f7f9fc;
}
#form_area .check_block input {
	display: none;
    opacity: 0;
}
#form_area .check_block {
	width: 100%;
	max-width: 964px;
	margin: 0 0 10px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-moz-transition: box-shadow 0.5s;
	-webkit-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
#form_area .check_block:hover {
	-moz-box-shadow:0px 2px 7px -2px #0a0204;
	-webkit-box-shadow:0px 2px 7px -2px #0a0204;
	box-shadow:0px 2px 7px -2px #0a0204;
}
#form_area .check_block label {
	width: 100%;
}
#form_area .check_block .check_txt {
	/*padding: 14px 0 0 0;*/
	padding: 0;
	display: block;
	font-size: 1.4rem;
	float: left;
}
#form_area input[type="checkbox"] + label {
	padding: 10px 0 10px 50px;
    background-image: url(/eform/common/images/bg_checkbox_off.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 20px center;
    background-color: #ffffff;
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: normal;
}
#form_area input[type="checkbox"]:checked + label {
	color: #ffffff;
    background-image: url(/eform/common/images/bg_checkbox_on.png);
	background-color: #2b7be7;
}
#form_area input[type="checkbox"]:checked + label .check_txt,
#form_area input[type="checkbox"]:checked + label .price {
	border-color: #ffffff;
	color: #ffffff !important;
}
#form_area input[type="radio"] + label {
	padding: 10px 0 10px 50px;
    background-color: #ffffff;
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: normal;
}
#form_area input[type="radio"]:checked + label {
	border-color: #ffffff;
	color: #ffffff !important;
	background-color: #2b7be7;
}
#form_area ul.btn_block {
	text-align: center;
	margin: 0;
	list-style:none;
}
#form_area ul.btn_block li {
	display: inline-block;
}
#form_area ul.btn_block li:first-of-type {
	margin-right: 20px;
}
#form_area ul.btn_block li a.form_btn {
	width: 300px;
	height: 50px;
	display: inline-block;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 50px;
    background-color: #b6b6b6;
    touch-action: manipulation;
    cursor: pointer;
    text-decoration: none;
}
#form_area .btn_block li a.form_btn:hover {
	color: #ffffff;
    background-color: #2263bb;
}
form table {
	width: 100%;
	table-layout: fixed;
}
form td {
	word-wrap: break-word;
}
form th.ttl_cell {
    width: 10%;
    text-align: right;
}
form td.req_cell {
    width: 10%;
}
form td.col_split01 {
	width: 100%;
	padding: 0 10px;
}
form td.col_split02 {
	width: 40%;
	padding: 0 10px;
}
#form_area span.form_note {
	display: inline-block;
	padding: 10px 0 0 0;
	font-size: 1.2rem;
	color: #595959;
	white-space: nowrap;
}
/* -------------------------------------------------------------------

    汎用　▼

-------------------------------------------------------------------- */
.cfx:after {
	content: "";
	clear: both;
	display: block;
}
.visible_hidden{
	visibility: hidden;
}
.table {
	display: table;
    table-layout: fixed;
	border-bottom:1px solid #ddd ; 
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.flexiblebox {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.up_note {
	color: #595959;
	display: inherit;
	font-size: 1.2rem;
	padding-bottom: 4px;
	margin-left: 24%;
}
.down_note {
	color: #595959;
	display: inherit;
	font-size: 1.2rem;
    line-height: 2;
	margin-left: 24%;
}
.shiryou_note {
	margin-left: 0;
}

.error {
	color: #FF1C1C	;
	background-color: #FFDBDB;
	border: 1px solid #FF8282;
	padding: 5px 10px;
	font-size: 1.4rem;
	display: flex;
}

.textarea_h5 {
	height: 5em !important;
}
.textarea_h8 {
	height: 8em !important;
}
.textarea_h10 {
	height: 10em !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt90 {
    margin-top: 90px !important;
}
.mt100 {
    margin-top: 100px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.mr50 {
    margin-right: 50px !important;
}
.mr60 {
    margin-right: 60px !important;
}
.mr70 {
    margin-right: 70px !important;
}
.mr80 {
    margin-right: 80px !important;
}
.mr90 {
    margin-right: 90px !important;
}
.mr100 {
    margin-right: 100px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.mb90 {
    margin-bottom: 90px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.ml50 {
    margin-left: 50px !important;
}
.ml60 {
    margin-left: 60px !important;
}
.ml70 {
    margin-left: 70px !important;
}
.ml80 {
    margin-left: 80px !important;
}
.ml90 {
    margin-left: 90px !important;
}
.ml100 {
    margin-left: 100px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt50 {
    padding-top: 50px !important;
}
.pt60 {
    padding-top: 60px !important;
}
.pt70 {
    padding-top: 70px !important;
}
.pt80 {
    padding-top: 80px !important;
}
.pt90 {
    padding-top: 90px !important;
}
.pt100 {
    padding-top: 100px !important;
}
.pr10 {
    padding-right: 10px !important;
}
.pr20 {
    padding-right: 20px !important;
}
.pr30 {
    padding-right: 30px !important;
}
.pr40 {
    padding-right: 40px !important;
}
.pr50 {
    padding-right: 50px !important;
}
.pr60 {
    padding-right: 60px !important;
}
.pr70 {
    padding-right: 70px !important;
}
.pr80 {
    padding-right: 80px !important;
}
.pr90 {
    padding-right: 90px !important;
}
.pr100 {
    padding-right: 100px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pb60 {
    padding-bottom: 60px !important;
}
.pb70 {
    padding-bottom: 70px !important;
}
.pb80 {
    padding-bottom: 80px !important;
}
.pb90 {
    padding-bottom: 90px !important;
}
.pb100 {
    padding-bottom: 100px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.pl20 {
    padding-left: 20px !important;
}
.pl30 {
    padding-left: 30px !important;
}
.pl40 {
    padding-left: 40px !important;
}
.pl50 {
    padding-left: 50px !important;
}
.pl60 {
    padding-left: 60px !important;
}
.pl70 {
    padding-left: 70px !important;
}
.pl80 {
    padding-left: 80px !important;
}
.pl90 {
    padding-left: 90px !important;
}
.pl100 {
    padding-left: 100px !important;
}
/* -------------------------------------------------------------------

    bootstrap書換　▼

-------------------------------------------------------------------- */
.label_red {
	display: inline-block;
	margin-left: 10px;
	padding: 4px 8px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #cc0000;
	color: #ffffff;
	border-radius: .25em;
}

.control-label-second {
    padding-top: 10px;
    margin-bottom: 0;
    text-align: right;
}
.form-control-second {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 5px;
	-moz-box-shadow:0px 1px 5px -2px #333333 inset;
	-webkit-box-shadow:0px 1px 5px -2px #333333 inset;
	box-shadow:0px 1px 5px -2px #333333 inset;
}
/* -------------------------------------------------------------------

    form_header　▼

-------------------------------------------------------------------- */
#form_header {
	background-color: #2263bb;
}
#form_header h1 {
	padding: 10px 0;
	margin: 0;
	font-size: 2.8rem;
	color: #ffffff;
	font-weight: normal;
}
/* -------------------------------------------------------------------

    step_area　▼

-------------------------------------------------------------------- */
#step_area {
    width: 100%;
    margin: 35px auto;
}
#step_area .flexiblebox {
	max-width: 836px;
	margin-right: auto;
	margin-left: auto;
}
#step_area .step_block {
	width: 115px;
    box-sizing: border-box;
	text-align: center;
}
#step_area .step_root{
	font-size: 1.4rem;
	height: 99px;
}
#step_area .table {
	margin: 0 auto;
	display: table;
    table-layout:fixed;
}
#step_area .table li {
    display:table-cell;
    text-align:center;
}
#circle_no1,
#circle_no2,
#circle_no3,
#circle_no4,
#circle_no5 {
	width: 140px;
}
#step_area .step_circle {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
    border-radius: 50%;
	font-size: 1.4rem;
	color: #ffffff;
	background: #b6b6b6;
	text-align: center;
}
#step_area .step_circle span {
    width: 70px;
    height: 70px;
	font-size: 1.4rem;
	line-height: 1.4;
    display: table-cell;
    vertical-align: middle;
}
#step_area em {
	margin: 10px 0 0 0;
	display: block;
	font-weight: bold;
}
#step_area  p {
	margin: 10px 0 0 0;
	font-size: 1.4rem;
	font-weight: bold;
    line-height: 1.4;
    color: currentColor;
}
#step_area .step_root span {
	height: 70px;
	color: #b6b6b6;
	display: table-cell;
	vertical-align: middle;
}
/* -------------------------------------------------------------------

    #step1　▼

-------------------------------------------------------------------- */
#step1 #form_area > p {
	margin-bottom: 15px;
	font-size: 1.4rem;
	text-align: center;
}
#step1 #form_area > p:first-of-type {
	color: #f30101;
}
#step1 #step_area #circle_no1 .step_circle {
	background-color: #2263bb;
}
#step1 #step_area #circle_no1 p {
	color: #2263bb;
}
#step1 #form_area hr:nth-of-type(1) {
	margin: 30px 0 20px 0;
}
#step1 .caution_txt {
	height: 200px;
	margin-bottom: 30px;
	padding: 20px;
	font-size: 1.4rem;
	line-height: 1.4;
	overflow: auto;
	background-color: #ffffff;
	-moz-box-shadow:0px 1px 5px -2px #333333 inset;
	-webkit-box-shadow:0px 1px 5px -2px #333333 inset;
	box-shadow:0px 1px 5px -2px #333333 inset;
}
#step1 .caution_txt p, 
#step1 .caution_txt li,
#step1 .caution_txt a {
	font-size: 1.4rem;
	line-height: 1.4;
}
#step1 #form_area input[type="checkbox"] + label {
    padding: 40px 0 9px 80px;
    background-size: 80px;
}
#step1 #form_area > p a.form_btn {
	width: 300px;
	height: 50px;
	display: inline-block;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 50px;
    background-color: #b6b6b6;
    touch-action: manipulation;
    cursor: pointer;
    text-decoration: none;
}
#step1 #form_area > p a.form_btn:hover {
	color: #ffffff;
    background-color: #2263bb;
}
#step1 #form_area .blockPolicy_if {
    background-color: #ffffff;
    border: 0 none;
    box-shadow: 0 1px 5px -2px #333333 inset;
    font-size: 1.4rem;
    height: 90px;
    line-height: 1.4;
    overflow: auto;
    width: 100%;
}
#step1 #form_area input[type="checkbox"] + label {
    padding: 40px 0 9px 80px;
    background-image: url(/eform/common/images/bg_checkbox_02_off.png);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: 20px center;
    background-color: #ffffff;
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: normal;
}
#step1 #form_area input[type="checkbox"]:checked + label {
	color: #ffffff;
    background-image: url(/eform/common/images/bg_checkbox_02_on.png);
	background-color: #2b7be7;
}
#step1 .blockPersonal {
	margin: 30px 0 10px 0;
}
/* -------------------------------------------------------------------

    #step2　▼

-------------------------------------------------------------------- */
#step2 #step_area #circle_no1 .step_circle {
	background-color: #5892df;
}
#step2 #step_area #circle_no1 p,
#step2 #step_area #root_no1 span {
	color: #5892df;
}
#step2 #step_area #circle_no2 .step_circle {
	background-color: #2263bb;
}
#step2 #step_area #circle_no2 p {
	color: #2263bb;
}
#step2 #form_area hr:nth-of-type(1) {
	margin: 30px 0 15px 0;
}
#step2 #form_area > p {
	font-size: 1.4rem;
	text-align: right;
	color: #262626;
}
#step2 #form_area .check_block:last-of-type {
	margin: 0 0 20px 0;
}
/**/
#step2 #form_area input[type="checkbox"] + div.chk_item {
    background-color: #ffffff;
    background-size: 20px auto;
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.4;
    padding: 20px 0 20px 20px;
    width: 100%;
}
#step2 #form_area input[type="checkbox"]:checked + div.chk_item {
    color: #ffffff;
    background-color: #2b7be7;
}
#step2 #form_area input[type="checkbox"] + div.chk_item label{
    background-image: url(/common/images/bg_checkbox_off.png);
    background-repeat: no-repeat;
    float: left;
    margin-top: 5px;
    width: 22px;
    height: 22px;
}
#step2 #form_area input[type="checkbox"]:checked + div.chk_item label{
    background-image: url(/common/images/bg_checkbox_on.png);
    background-repeat: no-repeat;
    float: left;
    margin-top: 5px;
    width: 22px;
    height: 22px;
}
#step2 #form_area input[type="checkbox"]:checked + div.chk_item .check_txt,
#step2 #form_area input[type="checkbox"]:checked + div.chk_item .price {
	border-color: #ffffff;
	color: #ffffff !important;
}
/**/
/*
#step2 #form_area input[type="checkbox"] + label {
	padding: 20px 0 20px 50px;
    background-image: url(/eform/common/images/bg_checkbox_off.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 20px center;
    background-color: #ffffff;
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: normal;
}

#step2 #form_area input[type="checkbox"]:checked + label {
	color: #ffffff;
    background-image: url(/eform/common/images/bg_checkbox_on.png);
	background-color: #2b7be7;
}
#step2 #form_area input[type="checkbox"]:checked + label .check_txt,
#step2 #form_area input[type="checkbox"]:checked + label .price {
	border-color: #ffffff;
	color: #ffffff !important;
}
*/
#step2 #form_area .check_block .check_txt {
    padding: 5px 0 0 0;
	display: block;
	font-size: 1.4rem;
	float: left;
}
#step2 #form_area .price {
	float: right;
	display: inline-block;
	/*padding: 0 20px 0 20px;*/
	padding: 8px 20px 8px 20px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #2263bb;
	border-left: 1px solid #cccccc;
	min-width: 120px;
	text-align: right;
}
#step2 #form_area .num_member {
    display: inline-block;
    float: right;
    opacity: 1;
    margin: 0px 80px 0 0;
    padding: 5px;
}
/* -------------------------------------------------------------------

    step3　▼

-------------------------------------------------------------------- */
#step3 #step_area #circle_no1 .step_circle,
#step3 #step_area #circle_no2 .step_circle {
	background-color: #5892df;
}
#step3 #step_area #circle_no1 p,
#step3 #step_area #circle_no2 p,
#step3 #step_area #root_no1 span,
#step3 #step_area #root_no2 span {
	color: #5892df;
}
#step3 #step_area #circle_no3 .step_circle {
	background-color: #2263bb;
}
#step3 #step_area #circle_no3 p {
	color: #2263bb;
}
#step3 #form_area > h4:first-child {
	margin-bottom: 10px;
}
#step3 #form_area > p {
	font-size: 1.4rem;
}
#step3 #form_area p > span:first-child {
	font-size: 1.4rem;
	color: #f30101;
}
#step3 #form_area hr:nth-of-type(1) {
	margin: 15px 0 30px 0;
}
#step3 #form_area form hr:nth-of-type(1) {
	margin: 30px 0 15px 0;
}
#step3 #form_area hr:nth-of-type(2) {
	margin: 30px 0 20px 0;
}
.form_block {
	width: 100%;
	max-width: 820px;
	margin: 0 auto 20px auto;
	padding: 0 20px;
}
.form_titel {
	width: 20%;
	margin: 12px 4% 0 0;
	float: left;
	text-align: right;
}
.form_titel h5 {
}
.filler {
	width: 5%;
	float: left;
	text-align: center;
}
.filler span {
	font-size: 1.4rem;
	height: 45px;
	line-height: 45px;
}
/*----------------------
		box_col2_1 ▼
------------------------*/
.box_col2_1 .form_con1 {
	width: 35%;
	float: left;
}
.box_col2_1 .form_con2 {
	width: 40%;
	float: left;
	height: 45px;
}
/*----------------------
		box_col2_2 ▼
------------------------*/
.box_col2_2 .form_con1 {
	width: 76%;
	float: left;
}
/*----------------------
		box_col3 ▼
------------------------*/
.box_col3 .form_con1 {
	width: 37%;
	float: left;
	margin: 0 2% 0 0;
}
.box_col3 .form_con2 {
	width: 37%;
	float: left;
}
/*----------------------
		box_col4_1 ▼
------------------------*/
.box_col4_1 .form_con1 {
	width: 10%;
	float: left;
	min-width: 78px;
}
.box_col4_1 .form_con2 {
	width: 11%;
	float: left;
	margin: 0 3% 0 0;
	min-width: 86px;
}
.box_col4_1 .form_con3 {
	width: 32%;
	float: left;
}
.box_col4_1 .form_con4 {
	height: 45px;
	width: 13%;
	float: left;
}
.box_col4_1 .form_con5 {
	height: 45px;
	width: 65%;
	float: left;
}
/*----------------------
		box_col4_2 ▼
------------------------*/
.box_col4_2 .form_con1 {
	width: 10%;
	float: left;
	min-width: 78px;
}
.box_col4_2 .form_con2 {
	width: 10%;
	float: left;
	min-width: 78px;
}
.box_col4_2 .form_con3 {
	width: 10%;
	float: left;
	min-width: 78px;
}
.box_col4_2 .form_con4 {
	height: 45px;
	width: 33%;
	float: left;
}
/*----------------------
		box_col5 ▼
------------------------*/
.box_col5 .form_con1 {
	width: 12%;
	float: left;
	min-width: 93px;
}
.box_col5 .form_con2 {
	width: 10%;
	float: left;
	min-width: 78px;
}
.box_col5 .form_con3 {
	width: 10%;
	float: left;
	min-width: 78px;
}
.box_col5 .form_con4 {
	height: 45px;
	width: 26%;
	float: left;
}
/*----------------------
		box_col6 ▼
------------------------*/
.box_col6 .form_con1 {
	width: 23%;
	float: left;
	min-width: 93px;
	margin: 0 3% 0 0;
}
.box_col6 .form_con2 {
	width: 23%;
	float: left;
	min-width: 78px;
	margin: 0 3% 0 0;
}
.box_col6 .form_con3 {
	width: 23%;
	float: left;
	min-width: 78px;
	margin: 0 0 0 0;
}

#questionnaire h4 {
	margin: 0 0 20px 0;
	color: #262626;
}
#questionnaire p {
	margin: 30px 0 20px 0;
	font-size: 1.6rem;
	color: #262626;
}
#questionnaire p:first-of-type {
	margin: 0 0 15px 0;
}
#questionnaire div.title {
	margin: 30px 0 20px 0;
	font-size: 1.6rem;
	color: #262626;
}
.questions_col {
	width: 32%;
	margin: 0 2% 0 0;
	float: left;
}
.questions_col:last-child {
	margin: 0;
}
.questions_col2 {
	width: 49%;
	margin: 0 2% 0 0;
	float: left;
}
.questions_col2:last-child {
	margin: 0;
}
#step3 #questionnaire > .form_block {
	margin: 0 auto 0 auto;
	padding: 0 20px;
}
#step3 #questionnaire > .form_block span.form_note {
    margin-bottom: -20px;
    padding-top: 0;
    white-space: normal;
}
#step3 #questionnaire .form_block .form_con1,
#step3 #questionnaire .form_block .questions_col,
#step3 #questionnaire .form_block .questions_col2 {
	margin-bottom: 10px;
}
.radio-second {
	width: 100%;
	height: 45px;
	min-height: 45px; 
	height: auto !important;
	font-size: 1.4rem;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 5px;
}
.radio-third {
	width: 100%;
	height: 65px;
	min-height: 65px; 
	height: auto !important; 
	font-size: 1.4rem;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#step3 #form_area .radio-second label{
    padding: 13px 0 13px 40px;
	display: block;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
	color: #3e4956;
	font-size: 1.4rem;
	line-height: 1.4;
	overflow: hidden;
}
#step3 #form_area .radio-third label {
    padding: 15px 15px 15px 45px;
	display: block;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
	color: #3e4956;
	font-size: 1.4rem;
	line-height: 1.4;
}
#step3 #form_area .radio-third label.third {
	padding: 24px 120px 24px 45px;
}
#step3 #form_area .radio-second,
#step3 #form_area .radio-third {
	-moz-transition: box-shadow 0.5s;
	-webkit-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
#step3 #form_area .radio-second:hover,
#step3 #form_area .radio-third:hover {
	-moz-box-shadow:0px 2px 7px -2px #0a0204;
	-webkit-box-shadow:0px 2px 7px -2px #0a0204;
	box-shadow:0px 2px 7px -2px #0a0204;
}
#step3 #form_area .radio-btn input{
	display: none;
}
#step3 #form_area .radio-btn label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 15px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #cccccc;
	border-radius: 50%;
}
#step3 #form_area .radio-btn input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 19px;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-radius: 50%;
	background: #2263bb;
}
#step3 #form_area .radio-btn input[type="radio"]:checked + label:before {
	background: #ffffff;
}
/*                 */
.checkbox-second {
	width: 100%;
	height: 45px;
	min-height: 45px; 
	height: auto !important;
	font-size: 1.4rem;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 5px;
}
.checkbox-third {
	width: 100%;
	height: 65px;
	min-height: 65px; 
	height: auto !important; 
	font-size: 1.4rem;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 5px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#step3 #form_area .checkbox-second label{
    padding: 13px 0 13px 40px;
	display: block;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
	color: #3e4956;
	font-size: 1.4rem;
	line-height: 1.4;
	overflow: hidden;
}
#step3 #form_area .checkbox-third label {
    padding: 15px 15px 15px 45px;
	display: block;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
	color: #3e4956;
	font-size: 1.4rem;
	line-height: 1.4;
}
#step3 #form_area .checkbox-third label.third {
	padding: 24px 120px 24px 45px;
}
#step3 #form_area .checkbox-second,
#step3 #form_area .checkbox-third {
	-moz-transition: box-shadow 0.5s;
	-webkit-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
#step3 #form_area .checkbox-second:hover,
#step3 #form_area .checkbox-third:hover {
	-moz-box-shadow:0px 2px 7px -2px #0a0204;
	-webkit-box-shadow:0px 2px 7px -2px #0a0204;
	box-shadow:0px 2px 7px -2px #0a0204;
}
#step3 #form_area .checkbox-btn input{
	display: none;
}
/*                 */
#step3 #form_area .postal-search-btn {
	width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 1.4rem;
    line-height: 1.42857143;
	display: block;
    color: #ffffff;
    background-color: #404040;
    background-image: none;
    border: none;
}
#step3 #form_area .sel_box {
	position: relative;
    width: 100%;
}
#step3 #form_area .sel_box:after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -8px;
    background: url(../../sp/common/img/pull_arrow.gif)0 0 no-repeat;
    background-size: 20px;
    pointer-events: none;
}
#step3 .selectFile {
    background-color: #404040;
    background-image: none;
    border: medium none;
    color: #ffffff;
    display: block;
    font-size: 1.4rem;
    height: 45px;
    line-height: 1.42857;
    padding: 12px 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
#step3 #file_name {
	display: block;
	height: 45px;
	vertical-align: middle;
	width: 100%;
	padding: 12px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
}
/* -------------------------------------------------------------------

    step3-2　▼

-------------------------------------------------------------------- */
#step3-2 #step_area #circle_no1 .step_circle,
#step3-2 #step_area #circle_no2 .step_circle {
	background-color: #5892df;
}
#step3-2 #step_area #circle_no1 p,
#step3-2 #step_area #circle_no2 p,
#step3-2 #step_area #root_no1 span,
#step3-2 #step_area #root_no2 span {
	color: #5892df;
}
#step3-2 #step_area #circle_no3 .step_circle {
	background-color: #2263bb;
}
#step3-2 #step_area #circle_no3 p {
	color: #2263bb;
}
#step3-2 #form_area form > h4:first-child {
	text-align: center;
	color: #cc0000;
}
#step3-2 #form_area p > span:first-child {
	color: #f30101;
}
#step3-2 #form_area hr:nth-of-type(1) {
	margin: 15px 0 30px 0;
}
#step3-2 #form_area .txtRed {
	font-size: 1.2rem;
	color: #cc0000;
}
#step3-2 #form_area .filler span {
	font-size: 1.4rem;
}
/*----------------------
		box_col2_2 ▼
------------------------*/
#step3-2 #form_area .box_col2_2 .form_con1 {
	width: 76%;
	float: left;
}
/*----------------------
		box_col3 ▼
------------------------*/
#step3-2 #form_area .box_col3 .form_con1 {
	width: 10%;
	float: left;
	margin: 0;
	min-width: 78px;
}
#step3-2 #form_area .box_col3 .form_con2 {
	width: 11%;
	float: left;
	margin: 0;
	min-width: 86px;
}
/*----------------------
		box_col5 ▼
------------------------*/
#step3-2 #form_area .box_col5 .form_con1 {
	width: 10%;
	float: left;
	min-width: 78px;
}
#step3-2 #form_area .box_col5 .form_con2 {
	width: 10%;
	float: left;
	min-width: 78px;
}
#step3-2 #form_area .box_col5 .form_con3 {
	width: 10%;
	float: left;
	min-width: 78px;
}
#step3-2 #form_area .box_col5 .form_con4 {
	width: 10%;
	float: left;
	min-width: 78px;
}
#step3-2 .crad_txt {
	width: 100%;
	max-width: 820px;
    margin: 0 auto 30px auto;
	padding: 20px;
	font-size: 1.4rem;
	line-height: 1.4;
    background-color: #ffffff;
}
#step3-2 .crad_txt li {
	position: relative;
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 5px 0px 5px 30px;
}
#step3-2 .crad_txt li:after{
	content:'';
	display:block; 
	position:absolute;
	width:14px;
	height: 14px;
	top:7px;
	left:5px;
	background: #262626;
	border-radius: 10px;
}
#step3-2 #form_area .sel_box {
	position: relative;
    width: 100%;
}
#step3-2 #form_area .sel_box:after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -8px;
    background: url(../../sp/common/img/pull_arrow.gif)0 0 no-repeat;
    background-size: 20px;
    pointer-events: none;
}
#step3-2 #form_area .checkbox-btn input{
	display: none;
}
/* -------------------------------------------------------------------

    step4　▼

-------------------------------------------------------------------- */
#step4 #step_area #circle_no1 .step_circle,
#step4 #step_area #circle_no2 .step_circle,
#step4 #step_area #circle_no3 .step_circle {
	background-color: #5892df;
}
#step4 #step_area #circle_no1 p,
#step4 #step_area #circle_no2 p,
#step4 #step_area #circle_no3 p,
#step4 #step_area #root_no1 span,
#step4 #step_area #root_no2 span,
#step4 #step_area #root_no3 span {
	color: #5892df;
}
#step4 #step_area #circle_no4 .step_circle {
	background-color: #2263bb;
}
#step4 #step_area #circle_no4 p {
	color: #2263bb;
}
#step4 #form_area hr:nth-of-type(1) {
	margin: 15px 0 40px 0;
}
#step4 #form_area hr:nth-of-type(2) {
	margin: 30px 0 15px 0;
}
#step4 .form_block {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	padding: 0 20px 30px 0;
}
#step4 .confirmation .form_titel {
	margin: 0px 4% 0 0;
}
#step4 .confirmation .form_con1 {
    width: 75%;
    float: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #262626;
}
#step4 .confirmation .form_con1 p {
	padding: 0 0 0 20px;
	font-size: 1.4rem;
	height: 1.4rem;
	line-height: 1.4;
}

#step4 .confirmation .form_con1 .conf_multi {
	padding: 0 0 0 20px;
	font-size: 1.4rem;
	height: 1.4rem;
	line-height: 1.4;
	display: inline-block;
}
/* -------------------------------------------------------------------

    step5　▼

-------------------------------------------------------------------- */
#step5 #step_area #circle_no1 .step_circle,
#step5 #step_area #circle_no2 .step_circle,
#step5 #step_area #circle_no3 .step_circle,
#step5 #step_area #circle_no4 .step_circle {
	background-color: #5892df;
}
#step5 #step_area #circle_no1 p,
#step5 #step_area #circle_no2 p,
#step5 #step_area #circle_no3 p,
#step5 #step_area #circle_no4 p,
#step5 #step_area #root_no1 span,
#step5 #step_area #root_no2 span,
#step5 #step_area #root_no3 span,
#step5 #step_area #root_no4 span {
	color: #5892df;
}
#step5 #step_area #circle_no5 .step_circle {
	background-color: #2263bb;
}
#step5 #step_area #circle_no5 p {
	color: #2263bb;
}
#step5 #form_area hr:nth-of-type(1) {
	margin: 15px 0 30px 0;
}
#step5 #form_area hr:nth-of-type(2) {
	margin: 30px 0 15px 0;
}
#step5 #form_area p {
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: center;
}
#step5 .form_block {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	font-size: 1.6rem;
}
#step5 .form_btn {
	width: 300px;
	height: 50px;
	display: inline-block;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 50px;
    background-color: #b6b6b6;
    touch-action: manipulation;
    cursor: pointer;
    text-decoration: none;
}
#step5 .form_btn:hover {
	color: #ffffff;
    background-color: #2263bb;
}

/* -------------------------------------------------------------------

    error　▼

-------------------------------------------------------------------- */
#error #form_area hr:nth-of-type(1) {
	margin: 15px 0 30px 0;
}
#error #form_area hr:nth-of-type(2) {
	margin: 30px 0 15px 0;
}
#error #form_area p {
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: center;
}
#error .form_block {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	font-size: 1.6rem;
}
#error .form_btn {
	width: 300px;
	height: 50px;
	display: inline-block;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 50px;
    background-color: #b6b6b6;
    touch-action: manipulation;
    cursor: pointer;
    text-decoration: none;
}
#error .form_btn:hover {
	color: #ffffff;
    background-color: #2263bb;
}

/* -------------------------------------------------------------------

    footer　▼

-------------------------------------------------------------------- */
#footer {
	background-color: #2263bb;
}
footer {
	/*margin-top: 50px;*/
}
footer .footerList01 {
	padding: 0;
	margin:0 auto;
	font-size:1.2rem;
	text-align:center;
}
footer .footerList01 li{
	float:left;
	width:50%;
	list-style-type: none;
	border-bottom: 1px solid #5389d1;
}
footer .footerList01 li a {
	color: #fff;
	padding: 5px 0;
	display: inline-block;
	width: 100%;
}
.txtCopy {
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	padding: 10px 0;
	font-size: 1.4rem;
}
.footer01 {
	padding: 15px 0;
	border-bottom: 1px solid #1d4885;
	box-shadow: 0 1px 0 0 #6d9bd8;
}

/*20180723追記*/
@media screen and (max-width: 767px) {
	.footer01 {
		padding: 7px 0 0;
	}
	footer .footerList01 li img {
    padding-bottom: 0!important;
	}
}
/*20180723追記*/
footer .footerList01 {
	float:none;
	width:auto;
	border-top: none;
	display: flex;
	justify-content: center;
	list-style: none;
	margin:5px 0;
	text-align:center;
}
footer .footerList01 li {
	width:auto;
	float:none;
	border-bottom: none;
	text-align: center;
	display:inline-block;
	padding:0 1rem;
}
footer .footerList01 li a {
	font-size: 1.2rem;
	color: #fff;
	padding: 0;
	text-align: center;
	text-decoration: none;
	margin:0;
}
footer .footerList01 li a:hover {
	color: #fff;
	text-decoration: underline;
	pointer: cursor;
}
footer .footerList01 li:first-child{
	/*ClearFix*/
	footer .footerList01:before,
	footer .footerList01:after{
	content: "";
	display: table;
}
footer .footerList01:after{
	clear: both;
}
footer .footerList01{
	zoom: 1;
}