@charset "utf-8";

/*
==================================================
Agree用フォームスタイルシート
==================================================
*/


/*デフォルト
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/
*{
     padding:0px;
     margin:0px;
     }
body {
     font-size:14px;
     font-family: 'Noto Sans CJK JP' , 'Noto Sans JP' sans-serif;
     line-height: 2.0;
     color:#333333;
     background:#fff;
     }
h1     {
     font-size:150%;}
h2     {
     font-size:120%;}
h3     {
     font-size:110%;}


/*--画像--*/
img{
     border:none;
     margin:0px;
     background-color:transparent;
     }

/*--リンク--*/
a:link,a:visited {
     color:#005890;
     text-decoration:none;
     -moz-outline-style:none;
     overflow:hidden;
     }
a:hover,a:active,a:after {
     color:#005890;
     text-decoration:underline;
     -moz-outline-style:none;
     overflow:hidden;
     }

/*--リスト--*/
ul,ol,dl,dt,dd,li{
     color:#333333;
     list-style:none;
     }

/*--clearfix--*/
.clearfix {width:100%;}
.clearfix:after{
     content: "";
     display: block;
     clear: both;
     }


/*--エラー--*/
li em, .error em{ color: #f00; font-style: normal; font-size: 0.9em; font-style: normal; }
.color-red{ color: #f00; }


/*ヘッダー
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/
#header{margin-top:4rem;margin-bottom:2rem;}


/*mein
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/
.lead{font-size:14px;margin-bottom:4rem;}

.form_wrap{margin-bottom:1.5rem;}
label{margin-bottom:0px;font-weight:lighter;}
.conf_form .form_wrap p{width:180px;float:left;}
.form-control{padding:8px 12px;height:36px;}
.form_wrap > .col-xs-6{padding-left:0;padding-right:0;}
.form_wrap > .col-xs-6:first-child{padding-right:2rem;}
.req{color:#f95272;margin-left:0.3rem;}

.well{ background: #f5f5f5 !important; }
/*.well-lg{border-radius:0;}*/

.name_input{width:40%;margin-right:;float:left;}
.privacy{font-size:90%;color:#666;margin:5rem 0;}
.inline{display:inline;}
.inline li{display:inline;margin-right:2rem;}
ul.horizontal{margin:0}
ul.horizontal li{display:inline-block;margin-right:2rem;}
ul.horizontal li.clear{display:list-item;}
.btn_wrap{margin:5rem auto 5rem;text-align:center;}
.btn-primary{background:#005890;width:300px;padding:1rem;font-size:140%;}
.btn-default{background:#fafafa;width:300px;padding:1rem;font-size:140%;margin-right:1rem;}
.ssl{background:#fff;padding:1rem 0;font-size:90%;color:#aaa;}


.footer-terms{color:#999;}
.complete{margin-bottom:7rem;}
.sign{margin-top:6rem;}

.w15{ width: 15%; }
.w20{ width: 20%; float: left; }
.w30{ width: 30%; }
.w50{ width: 50%; }
.w100{ width: 100%; }
.f_left{ display: inline-block; float: left; margin-right: 2%; line-height: 36px; }

#name_1, #read_1, #send_name_1, #send_read_1, #postal_1, #send_postal_1, #phone_1, #phone_2, #send_phone_1, #send_phone_2, #send_fax_1, #send_fax_2{ display: inline-block; float: left; margin-right: 2%; }
#name_2, #name_2, #send_name_2, #send_read_2, #postal_2, #send_postal_2, #phone_3, #send_phone_3, #send_fax_3 { display: inline-block; float: left;}
#card_0{ display: none; }
#send_0{ display: none !important; }
#send_add_0{ display: none !important; }

/* -- for JavaScript
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/
.form dl:after{
	display: block;
	clear: both;
	content: "";
}
.form dl dt:after{
	display: block;
	clear: both;
	content: "";
}
/*.form dd{
	display: block;
	clear: both;
}*/
.creditInnerList dd{ display: inline-block !important; float: left; margin-right: 20px; }

.form dl dt{
	clear : both;
	padding : 0;
}
span.required,
span.optional{
	display : inline-block;
	/*float : left;*/
	font-weight : bold;
	color : #ffffff;
	padding : 3px 5px;
	margin-left: 0.5em;
	border-radius : 3px;
	margin-right: 10px;
	text-shadow : 0px -1px 0px #222222;
}
span.required{
	background : rgba(255, 0, 0, 0.8);
}
span.optional{
	background : rgba(0, 0, 255, 0.8);
}
dd span{
	display : block;
	color : #ff0000;
}

.requiredBox{
	clear: both;
}

#address_1{
	margin-top: -30px;
}

.btnWrap{
	text-align: center;
	margin: 40px auto;
}

.flowWrap ul:after{
	content: "";
	display: block;
	clear: both;
}
.flowWrap li{
	float: left;
}
.flowWrap li:nth-child(1){
	width: 39.5%
}
.flowWrap li:nth-child(2){
	position: relative;
	width: 10%;
	padding: 10% 3.5%;
	text-align: center;
}
.flowWrap li:nth-child(3){
	width: 50.5%;
}

.flowWrap li img{
	width: 100%;
	margin-bottom: 20px;
}
.flowWrap li p{
	text-align: center;
}

/*20170120 Add*/
.flow{ margin-bottom: 2.0em; }
.flow img{ width: 100%; height: auto; }

.text_large{ font-size: 1.3em; font-weight: bold; }


/* 20170220 tbody */
tbody{
	font-size: 14px;
	line-height: 2.0;
}

p{
	margin: 0;
}

/* 20170228 error */
.section .error{
	margin-bottom:10px;
}
/* 20170309 errorMsg */
.caveat.c4 li{
	color: red;

}
td{
	word-break: break-all;
}