@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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
	box-sizing: border-box;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight: 700;
	box-sizing: border-box;
}
html,body {
	width: 100%;
}
html {font-size: 62.5%;}
body {
	padding:0;
	color: #333;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
	word-break: normal;
	-webkit-text-size-adjust: 100%;
}
@media all and (-ms-high-contrast:none){
  body { font-family: sans-serif; }
}
fieldset,
img {
	border:0;
}
img {
	font-size: 0;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
input {
	margin:0;
	padding:0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}

select::-ms-expand {
  display: none;
}

/* # margin
--------------------------------------------------------- */
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb55 {margin-bottom: 55px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb65 {margin-bottom: 65px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

/* # float
---------------------------------------------------------------------------- */
.pc-fl,
.sp-fl {
	float: left;
}
.pc-fr,
.sp-fr {
	float: right;
}

/* # clearfix
---------------------------------------------------------------------------- */
.cf:after {
	clear:both;
	content:"";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}

*:first-child+html .cf {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE6/IE Mac \*/
* html .cf {height: 1%;}

.cf {display: block;}
/* End hide from IE6/IE Mac */

/*ログイン
***************************/
#page-login {background-color: #f9f9fb;}
#page-login .head {background-color: #456DB1; padding: 2% 5%; text-align: center; margin-bottom: 3%;}
#page-login .head .ttl {font-size: 3.6rem; color: #fff; margin-bottom: 1%;padding-top: 3%;}
#page-login .head .ttl + p {color: #fff; font-size: 1.6rem;}

#page-login .sign-sec {width: 700px; margin: 0 auto;}
#page-login .sign-sec .ttl {font-size: 1.8rem; font-weight: bold; margin-bottom: 5%;}

#page-login .sign-sec .box-inner {background-color: #fff; border-radius: 3px; padding: 5% 3%; margin-bottom: 3%;}

#page-login .sign-sec .col--row {overflow: hidden; margin: 0 20% 3% 20%;}
#page-login .sign-sec .col--row + .col--row {margin-bottom: 6%;}
#page-login .sign-sec .col--row dt {float: left; width: 120px;}
#page-login .sign-sec .col--row dd {overflow: hidden;}

#page-login .ttl-a {color: #144182; font-size: 1.5rem; font-weight: bold; border-bottom: 2px solid #144182; padding-bottom: 10px;}

#page-login .sign-sec .error-msg {margin-bottom: 5%;color: #f4511e;font-size: 14px;}
#page-login .sign-sec .menber-msg {margin-bottom: 3%; font-size: 1.6rem; color: #2D4DA2;}

#page-login .forgot-msg {margin-top: 25px; text-align: right;}
#page-login .forgot-msg a{color: #337ab7; text-decoration: none;}
#page-login .sign-sec .dl-col-2 dt {width: 30%;}
#page-login .sign-sec .dl-col-2 dd {width: 70%;}

#page-login .btn-fbb {background-color: #212E9E; color: #fff; position: relative; border: none; box-shadow: 0 -3px 0 0 #182278 inset; }
#page-login .btn-fbb:hover, .btn-fbb:focus {background-color: #2432B0; color: #fff; }
#page-login .btn-fbb:active {background-color: #212E9E; color: #fff; box-shadow: none; top: 3px;}
#page-login .btn--lg {padding: 15px 0; text-align: center; font-size: 1.7rem; display: block; font-weight: bold; margin: 0 auto; width: 60%; border-radius:4px;}