@charset "utf-8";
@import "https://use.fontawesome.com/releases/v5.10.1/css/all.css";
@import "https://use.fontawesome.com/releases/v5.10.1/css/v4-shims.css";

/* noorthbookcenter css */

/*## 基本情報 #####################################*/
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;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;

}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display:block;
}
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;
}
img{
	max-width:100%;
	height:auto;
	line-height:0;
	vertical-align: bottom;
}

body {
	margin:0;
	padding:0;
	height:100%;
	font-size:100%;
	line-height:1.4;
	color:#333;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

body a:hover img{opacity:0.8;filter:alpha(opacity=80);}

#wrapper{
	overflow: hidden;
	padding: 5em 0;
}

/* ハック
---------------------------------------------- */
/* letter-spacing hack */
@media screen{
	body{letter-spacing:0.5px;}
	br{letter-spacing:0;}
}

/* height100% hack */
body > #container{height:auto;}


/* リンク
---------------------------------------------- */
a{
	color:#333;
	overflow:hidden;
	outline:none;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
	vertical-align: bottom;
	text-decoration: none;
}
a:hover{
	color:#333;
	text-decoration:underline;
	transition: all 0.2s ease;
}

a:hover img{
	opacity: 0.8;
	transition: all 0.2s ease;
}



/* 基本リンク色 */
/*a:link,a:visited,a:active
	{ color:#914a3f;	text-decoration:none; }
a:hover
	{ color:#914a3f;	text-decoration:underline; }
*/
.inblock{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

/*## 要素リセット #####################################*/

img{border:0;}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	margin:0;
	padding:0;
	}

p{margin:0;padding:0;}

/*## 大枠 #############################################*/

/*#container{
	width:800px;
	margin:0 auto;
	padding:20px 0;
	font-size:0.75em;
}
*/
/* ボタンのスタイル */
#container .btn-input{
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	height: 30px;
	margin: 0 4px 5px;
	padding: 3px 15px;
	/padding: 3px 8px;
	background-color: #b07369;
	border: 0;
	border-radius:3px;
	color: #fff;
	font-size:1.4em;
	cursor:pointer;
	/zoom:1;
	vertical-align: bottom;
}
#container p.btn-input{
	height: 24px;
	vertical-align: bottom;
}
#container .btn-input a{
	display: block;
	padding: 0;
	color: #fff;
}
#container .btn-input a:hover{
	text-decoration: none;
}

#container #button{
	overflow:hidden;
	width:450px;
}

#container #button .btn-collect,
#container #button .btn-reset,
#container #button .btn-back,
#container #button .btn-conf{
	width:200px;
	height: 30px;
	margin: 0 4px 5px;
	padding: 3px 15px;
	border: 0;
	border-radius:3px;
	color: #fff;
	font-size:1.4em;
	cursor:pointer;
	vertical-align: bottom;
}

#container #button .btn-collect,
#container #button .btn-conf{
	float:right;
}

#container #button .btn-reset,
#container #button .btn-back{
	float:left;
}

#container #button input:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}

#container .bg-red{
	background: #b07369 url("../common_img/bg_btn_red.gif") 0 0 repeat-x;
}
#container .bg-green{
	background: #54939d url("../common_img/bg_btn_green.gif") 0 0 repeat-x;
}
#container .bg-gray{
	background: #888989 url("../common_img/bg_btn_gray.gif") 0 0 repeat-x;
}
#container .bg-blue{
	background: #314d66 url("../common_img/bg_btn_blue.gif") 0 0 repeat-x;
}
#container .bg-deepred{
	background: #99483a url("../common_img/bg_btn_deepred.gif") 0 100% repeat-x;
}
#container .bg-gradient{
	background: #fff url("../common_img/bg_btn_gradient.gif") 0 100% repeat-x;
	border:1px solid #cccccc;
	padding-left:9px;
	padding-top:7px;
}
#container .bg-gradient a{
	padding-left:10px;
	color:#000;
	font-size: 0.85em;
	font-weight:bold;
	background:transparent url("../common_img/bg_button_arr.png") no-repeat 0 50%;
}
#container .bg-gradient a:hover {
	opacity:0.6;
}

/*## ヘッダ #############################################*/
#header-wrapper{
	background-color:#64584d;
	padding: 1em 0;
}
#header-wrapper .fat-nav{
	display: none;
}

#header{
	/*overflow: hidden;
	width:800px;
	margin:0 auto;
	/zoom:1;*/
}
#header .logo{
	width: 320px;
}
#header .h-right{
	float: right;
	width: 400px;
	padding: 8px 30px 10px 0;
	text-align: right;
}
#header .h-right .close{
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	margin-bottom: 8px;
	/zoom:1;
}
#header .h-right .close a{
	display: block;
	padding: 2px 8px 2px 24px;
}
#header .h-right .btn-mypage{
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	margin-bottom: 8px;
	/zoom:1;
}
#header .h-right .btn-mypage a{
	display: block;
	padding: 4px 8px 4px 24px;
	background: url('../common_img/header/ico_mypage.png') ,-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e6e6e6), color-stop(0.01, #ffffff));
	background: url('../common_img/header/ico_mypage.png') ,-webkit-linear-gradient(top, #ffffff 1%, #e6e6e6 100%);
	background: url('../common_img/header/ico_mypage.png') ,-moz-linear-gradient(top, #ffffff 1%, #e6e6e6 100%);
	background: url('../common_img/header/ico_mypage.png') ,-o-linear-gradient(top, #ffffff 1%, #e6e6e6 100%);
	background: url('../common_img/header/ico_mypage.png') ,-ms-linear-gradient(top, #ffffff 1%, #e6e6e6 100%);
	background: url('../common_img/header/ico_mypage.png') ,linear-gradient(top, #ffffff 1%, #e6e6e6 100%);
	background-position: 6% 50%;
	background-repeat: no-repeat;
	border-radius: 3px;
	font-size: .8em;
	color: #000;
}
#header .h-right .btn-mypage a:hover{
	opacity: .8;
	text-decoration: none;
}
#header .h-right .ssl{
	color: #fff;
	font-size:0.75em;
}
#header .h-right .ssl span{
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	padding-left: 23px;
	background: url("../common_img/header/ico_ssl.gif") 3px 50% no-repeat;
	/zoom:1;
}


/*## フッタ #############################################*/
#footer-wrapper{
	background-color:#64584d;
}
#footer{
	/*width:800px;
	margin:0 auto;*/
	padding:15px 0;
	text-align: center;
}
/* clear hack */
#footer{zoom:1;}
#footer:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}
/* */

#footer address{
	font-size:0.8em;
	font-weight:normal;
	font-style:normal;
	color:#fff;
}


/*## エラー #############################################*/
.error-txt{
	display:block;
	margin-bottom:3px;
	color:#ff0000;
	font-weight:bold;
	text-align:left;
}

.form input.error,
.form textarea.error,
.form select.error,
input.error,
textarea.error,
select.error{
	background-color:#fff7f8;
	border:1px solid #ff0000;
}

.error-message{
	max-width: 681px;
	padding: 20px 15px;
	margin: 0 auto 20px;
	border-radius: 5px;
	border: 1px solid #ff0000;
	background-color:#fff7f8;
	color:#ff0000;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}



/*## システムエラー #############################################*/
#system_error{
	padding: 3em 2em;
	/*border: 1px solid #64584d;
	border-radius: 10px;*/
	text-align: center;
}
#system_error .caution{
	margin-bottom: 40px;
}
#system_error .caution dt{
	margin-bottom: 15px;
	color: #c90000;
	font-size: 1.8em;
	font-weight: bold;
}
#system_error .caution dt i{
	margin-right: 8px;
	font-size: 1.2em;
}
#system_error .caution dd{
	margin: 0;
	font-size: 1em;
}
#system_error .btn-top ul{
	display: flex;
	justify-content: center;
}
#system_error .btn-top ul li{
	width: 100%;
	max-width: 280px;
}
#system_error .btn-top ul li:first-child{
	margin-right: 1em;
}
#system_error .btn-top ul li a{
	display: inline-block;
	width: 100%;
	border: 1px solid #333;
	border-radius: 30px;
	padding: .5em;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: bold;
}
#system_error .btn-top a:hover {
	text-decoration: none;
	opacity: .8;
}
#system_error .btn-top a i {
	margin-right: 5px;
}


/*===========================================================================*/

/*  phone  */

/*===========================================================================*/
@media screen and (max-width:767px){

	img{
		width: auto;
		height: auto;
		max-width:100%;
	}

	/* container
	------------------------------------------------------------------------ */
	#container{
		width: 100%;
	}
	#wrapper{
		padding: 3em 0;
	}

	/* header
	------------------------------------------------------------------------ */
	#header{
		/*position: relative;
		width:100%;*/
	}
	#header .logo{
		max-width: 320px;
		width: 70%;
	}
	#header .h-right{
		float: none;
		width: auto;
		margin: 0 auto;
		padding: 0 0 3px;
		text-align: center;
	}
	#header .h-right .close{
		position: absolute;
		top:5px;
		right:5px;
		padding: 2px 4px;
		z-index:9999;
		font-size:0.8em;
	}
	#header .h-right .close img{
	padding-top: 2px;
	max-height: 21px;
	}
	#header .h-right .ssl{
		display: none;
	}

	/* footer
	------------------------------------------------------------------------ */
	#footer{
		width:100%;
		padding: 10px 0;
	}
	#footer .logo{
		float: none;
		margin-bottom: 5px;
		padding: 0;
		text-align: center;
	}
	#footer address{
		float:none;
		padding:3px 0 0;
		text-align: center;
		letter-spacing: 0;
	}


	/* error-message
	------------------------------------------------------------------------ */
	.error-message{
		box-sizing: border-box;
		width:95%;
		padding: 15px 10px;
		font-size: 1.3em;
	}


	/* error-message
	------------------------------------------------------------------------ */
	#container #button{
		width:auto;
	}

	#container #button .btn-collect,
	#container #button .btn-reset,
	#container #button .btn-back,
	#container #button .btn-conf{
		width:95%;
		margin-bottom:10px;
	}

	#container #button .btn-collect,
	#container #button .btn-conf{
		float:none;
	}

	#container #button .btn-reset,
	#container #button .btn-back{
		float:none;
	}

	#system_error{
		padding: 2em 0;
	}
	#system_error .caution dt{
		font-size: 1.4em;
	}
	#system_error .btn-top ul{
		display: block;
	}
	#system_error .btn-top ul li{
		margin: 0 auto 1em;
	}
	#system_error .btn-top ul li:first-child{
		margin-right: auto;
	}
	#system_error .btn-top ul li a{
		font-size: 1em;
	}



}
