@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: sub.css
 * style info	: page styles
 -----------------------------------------------------------*/

/* .index
----------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

.index h3{
	width:585px;
	display:table;
	padding-left:30px;
	height:63px;
	background-color:#fafafa;
	border-top:2px #88bcbf solid;
	font-size:2.5em;
	font-family:'roboto';
	font-weight:100;
	color:#1a1a1a;
	line-height:63px;
	margin-bottom:20px;
}

.index h3 span{
	margin-left:20px;
	vertical-align:middle;
	font-size:0.4em;
	font-family:'Noto Sans Japanese';
	font-weight:300;
}

.index #contents {
	width:615px;
	margin:40px auto 0;
}

.index #contents .content {
	margin-top:0;
}
.index #contents .content:nth-child(2) {
	padding-bottom:0;
}


.index .content ul#number {
	display:table;
}
.index .content ul#number li{
	color:#1a1a1a;
	font-size:3em;
	font-family: 'Open Sans Condensed';
	font-weight:300;
	display:table-cell;
	width:280px;
	line-height:1em;
}
.index .content ul#number li span{
	font-size:0.8em;
}

.index .content ul#number+p {
	margin-top:15px;
}
.index .content p span{
	display:block;
	margin-top:10px;
	font-size:0.9em;
}

/* .content table
--------------------------*/

.index .content .form_table{
	width:615px;
	background:url(../../../../common/img/modules/img_dot.gif) repeat-x top left;
	margin:10px 0 30px;
}
.index .content .form_table th{
	padding-left:30px;
	vertical-align:middle;
	text-align:left;
	width:180px;
	color:#1a1a1a;
	font-weight:bold;
	background-color:#e8f1f1 !important;
}

.index .content .form_table td{
	padding:8px 0 7px 30px;
}

.index .content .form_table th,
.index .content .form_table td{
	background:url(../../../../common/img/modules/img_dot.gif) repeat-x bottom left;
}

.form_table th label{
	width: 150px;
	display: inline-block;
}
.form_table th label+.require{
	color:#da2424;
	float: right;
	width: 30px;
}

.form_table .text-input{
	width: 260px;
}
.form_table .tel-input{
	width: 60px;
}

/*
 form
--------------------------*/
select{
	color:inherit;
	padding:4px;
}

textarea,
.text-input{
	padding:6px 4px;
	border: none;
	border-top:1px solid #d8d7d5;
	border-left:1px solid #d8d7d5;
	background-color: #f2f2f2;
	color: inherit;

	-webkit-transition: all 0.15s ease-in-out;
	   -moz-transition: all 0.15s ease-in-out;
	     -o-transition: all 0.15s ease-in-out;
	        transition: all 0.15s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


label.radio,
label.checkbox{
	margin-right:1em;
	cursor:pointer;
}

label.radio input,
label.checkbox input{
	vertical-align:-0.2em;
	margin-right:0.5em;
	cursor:pointer;
}

select:focus,
textarea,
.text-input:focus{
	outline:none;
}

select.error{
	background-color:#f2dede;
	border-color:#d8ceaa;
}
textarea.error,
.text-input.error{
	border-color:#e0cece;
	background-color:#f2dede;
	color: #d90000;
}
label.radio.error,
label.checkbox.error{
	color:#d90000;
}


textarea.hover,
.text-input.hover{
	border-color:#c0cfd1;
	background-color:#d8e9ee;
}

textarea.focus,
.text-input.focus{
	border-color:#a1c3cd;
	background-color:#b5dce9;
	color:#0090b7;
}

.error_message{
	display:inline-block;
	color: #d90000;
	font-size:0.917em;
	margin-left: 1em;
}

.form_actions{
	padding-left:3.4em;
	text-align:center;
}


/*
.btn
--------------------------*/
.btn,
a.btn,
button.btn{
	cursor:pointer;
	display:inline-block;
	position:relative;
	height:55px;
	line-height:55px;
	font-size:14px;
	font-family:'Noto Sans Japanese';
	font-weight:300;
	padding:0 30px;
	color:#fff;
	text-align:center;
	overflow:hidden;
	border:none;
	outline:none;
	vertical-align: top;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

button.btn{
	color:#fff;
	background-color:#a3cbcd;

	-webkit-transition: all ease-out 0.7s;
	   -moz-transition: all ease-out 0.7s;
	     -o-transition: all ease-out 0.7s;
	        transition: all ease-out 0.7s;
}

.btn:hover{
	background-color:#88bcbf;
	
	-webkit-transition: all ease-out 0s;
	   -moz-transition: all ease-out 0s;
	     -o-transition: all ease-out 0s;
	        transition: all ease-out 0s;
}

button.btn_sub{
	background-color:#404040;
}

/* .confirm
----------------------------------------------------------- */

.confirm #contents {
	width:615px;
	margin:40px auto 0;
	position:relative;
	height:300px;
}

.confirm #contents .content {
	position:absolute;
	top:-240px;
	width:615px;
	padding-top:70px;
	border:10px #e8f1f1 solid;
	background:#fff;
}

.confirm #contents .content h3 {
	text-align:center;
	color:#1a1a1a;
	font-size:2em;
	font-family:'Noto Sans Japanese';
	font-weight:700;
	line-height:1.4;
	margin-bottom:40px;
}

.confirm #contents .content p{
	text-align:center;
	line-height:2.2;
}

.confirm #contents .content p a{
	display:block;
	width:240px;
	margin:40px auto 0;
	padding:10px 0;
	text-align:center;
	color:#fff;
	background:#afcfd0;

	-webkit-transition: all ease-out 0.7s;
	   -moz-transition: all ease-out 0.7s;
	     -o-transition: all ease-out 0.7s;
	        transition: all ease-out 0.7s;
}

.confirm #contents .content p a:hover{
	background:#88bcbf;
	
	-webkit-transition: all ease-out 0s;
	   -moz-transition: all ease-out 0s;
	     -o-transition: all ease-out 0s;
	        transition: all ease-out 0s;
}


/* add 20171220 bqmn
----------------------------------------------------------- */
.block_submit_check{
	margin: 0 auto;
	background: #eee;
	padding: 20px 25px;
	margin-bottom: 30px;
}
.block_submit_check span{
	display: inline-block;
	vertical-align: middle;
	width: 95%;
}
.block_submit_check input{
	vertical-align: middle;
}
.btn.is-disable{
	pointer-events: none;
	opacity: 0.4;
	transition: 0s;
}