@charset "utf-8";

/* =============================== */
/* トップページ */
/* =============================== */

/* メインビジュアル */
/* -------------------------------------------------- */

#pageTitle {
	background-image: url(../../img/books/head_sp.jpg);
}



/* 書籍一覧 */
/* -------------------------------------------------- */

#bksList {
	text-align: center;
	margin-bottom: 30px;
}

#bksList ul {
	display: flex;
	flex-wrap: wrap;
}

#bksList ul li {
	vertical-align: top;
	margin: 0 2% 30px 0;
	width: 32%;
	text-align: left;
}

#bksList ul li:nth-child(3n) {
	margin: 0 0 30px 0;
}

.bksListHead {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

.bksListHeadInner {
	display: table-cell;
	width: 100%;
	height: 32vw;
	border: solid 1px #c9c9c9;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.bksListPh {
	width: 50%;
	margin: 0 auto;
}

.bksListNew {
	position: absolute;
	top: 0;
	left: 0;
	width: 23.5px;
	height: auto;
}

.bksListTit {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.231;
	letter-spacing: 0.075em;
	margin-bottom: 0.25em;
}

.bksListComment {
	font-size: 1.2rem;
	line-height: 1.091;
	letter-spacing: 0.075em;
	margin-bottom: 0.5em;
}

.bksListAuthor {
	font-size: 1.2rem;
	line-height: 1.154;
	font-weight: bold;
	letter-spacing: 0.100em;
}

.bksListPrice {
	font-size: 1.4rem;
	line-height: 1.154;
	font-weight: bold;
	letter-spacing: 0.100em;
}



/* フォーム */
/* -------------------------------------------------- */
.cntLead {
	font-size: 1.4rem;
	line-height: 1.286;
	letter-spacing: 0.075em;
	margin-bottom: 1em;
}

.cntLead span.red {
	color: #c51919;
}

#contactFlow {
	width: 290px;
	margin: 0 auto 30px;
}

#cntInput {
	margin-bottom: 60px;
}

/* 入力エリア */
#contactform input[type="text"],
#contactform input[type="number"],
#contactform textarea {
	width: 100%;
	height: 35px;
	border: 1px solid #c9c9c9;
	padding: 0 10px;
	font-family: inherit;
	font-size: 1.3rem;
	margin-bottom: 10px;
	-webkit-appearance: none;
	border-radius: 2.5px;
}
#contactform input[type="number"] {
	width: 96px;
	text-align: left;
}
#contactform textarea {
	height: 14em;
	padding: 10px;
	-webkit-appearance: none;
	border-radius: 0;
}
#contactform input[type="text"]::-webkit-input-placeholder,
#contactform input[type="number"]::-webkit-input-placeholder,
#contactform textarea::-webkit-input-placeholder {
	color: #878787;
	-webkit-appearance: none;
	border-radius: 0;
}
#contactform input[type="text"]::-moz-placeholder,
#contactform input[type="number"]::-moz-placeholder,
#contactform textarea::-moz-placeholder {
	color: #878787;
	-webkit-appearance: none;
	border-radius: 0;
}
#contactform input[type="text"]:-ms-input-placeholder,
#contactform input[type="number"]:-ms-input-placeholder,
#contactform textarea::-ms-input-placeholder {
	color: #878787;
	-webkit-appearance: none;
	border-radius: 0;
}
#contactform input[type="text"]:-moz-placeholde,
#contactform input[type="number"]:-moz-placeholde,
#contactform textarea::-ms-input-placeholder {
	color: #878787;
	-webkit-appearance: none;
	border-radius: 0;
}

/* ラジオボタン */
#contactform input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: -0.6rem;
	color: #fff;
	background-color: #fff;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	outline: none;
	border-radius: 50%;
	border: 1px solid #d2d2d2;
}
#contactform input[type=radio]:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	color: #fff;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#contactform input[type=radio]:checked:before {
	background: #004098;
}
#contactform .radiolabel {
	display: inline-block;
	margin-bottom: 10px;
}
#contactform .radiotxt {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.100em;
}

/* 郵便番号 */
#zipmark {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0;
	color: #000;
	margin-right: 5px;
}
#contactform input[type="text"].zip {
	width: 100px;
}
#zip1wrap:after {
	top: 0;
	right: 0;
	display: inline-block;
	content: "";
	width: 10px;
	height: 2px;
	background-color: #000;
	-webkit-background-size: 10px 2px;
	background-size: 10px 2px;
	vertical-align: middle;
	margin: 0 2px 0 5px;
}

/* 都道府県 */
#contactpref select {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 150px;
	border: none;
	background-color: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 2.5px;
	background: url(../../img/common/ic_pulldown_sp.png) no-repeat right 15px center;
	-webkit-background-size: 7.5px auto;
	background-size: 7.5px auto;
	font-size: 1.4rem;
	line-height: 1;
	color: #333;
	padding: 10px;
	margin-bottom: 10px;
}

#contactform {
	text-align: left;
}
#contactform dt {
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #333333;
	margin-bottom: 10px;
}
#contactform dt span {
	font-size: 0.9rem;
	letter-spacing: 0.100em;
	color: #fff;
	background-color: #c10e0e;
	padding: 2px 4px;
	margin-left: 5px;
}
#contactform dt span.contactnote {
	color: #c10e0e;
	background: none;
}
#contactform dd {
	padding-bottom: 10px;
}

/* 入力不具合時 */
#contactform .errorMessage {
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.100em;
	color: #cd2a2e;
}

/* プライバシーポリシー */
#ppWrap {
	margin-bottom: 18px;
}

#ppWrap p {
	text-align: center;
	font-size: 1.1rem;
	letter-spacing: 0.100em;
}

#ppWrap p a {
	color: #004098;
	text-decoration: underline;
}


/* ボタン */
button{
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
	appearance: none;
	cursor: pointer;
}
#contactform button {
	display: block;
	color: #fff;
	border-radius: 5px;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: normal;
	letter-spacing: 0.150em;
	text-align: center;
	width: 250px;
	margin: 0 auto;
	padding: 13px 0;
	background: #f6a800 url(../../img/common/arrow_white_r1_sp.png) no-repeat right 12px center;
	-webkit-background-size: 6px auto;
	background-size: 6px auto;
}
#contactform button span {
	display: inline-block;
	font-size: 1.0rem;
	letter-spacing: 0.150em;
	margin-bottom: 5px;
}

/* 確認画面 */
/* -------------------------------------------------- */
#contactform.contactformCheck dl {
	margin-bottom: 30px;
}
#contactform.contactformCheck dt {
	color: #878787;
}
#contactform.contactformCheck dd {
	font-size: 1.4rem;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#contactform button.submitCheck {
	padding: 17px 0;
}
#contactprev {
	margin-top: 20px;
}
#contactprev a {
	font-size: 1.2rem;
	line-height: 1;
	color: #878787;
	letter-spacing: 0.130em;
	background: url(../../img/common/arrow_gray_l1_sp.png) no-repeat left 1em center;
	-webkit-background-size: 6px auto;
	background-size: 6px auto;
	padding-left: 25px;
}
.uniPara span.red {
	color: #c10e0e;
}

/* 完了画面 */
/* -------------------------------------------------- */

#contactEnd {
	width: 235px;
	margin: 23px auto 0;
}


/* 書籍詳細 */
/* -------------------------------------------------- */

#bksDetail {
	width: 100%;
	margin-bottom: 18px;
}

#bksDetailPh {
	width: 100%;
	max-width: 400px;
	height: 400px;
	text-align: center;
	border: solid 1px #d2d2d2;
	margin: 0 auto 18px;
	display: flex; /* 子要素をflexboxで揃える */
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;  /* 子要素をflexboxにより中央に配置する */
}

#bksDetailPh img {
	width: 50%;
	height: auto;
}

#bksDetailBody {
	width: 100%;
	margin: 0 auto;
}

.bksDetailTit {
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 0.050em;
}

.subTitle {
	color: #666;
}

.bksDetailAuthor {
	font-size: 1.4rem;
	line-height: 1.2;
	letter-spacing: 0.050em;
	margin: 15px 0;
}

.bksDetailData {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.050em;
	color: #999999;
	margin-bottom: 20px;
}

.bksDetailPrice {
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.050em;
	background-color: #f5f5f2;
	text-align: center;
	padding: 13px 0;
	margin-bottom: 20px;
}

.bksDetailPriceSmall {
	font-size: 1.2rem;
}

.bksDetailPricePostage {
	font-size: 1.1rem;
	font-weight: bold;
	color: #c51919;
	background-color: #fff;
	border: solid 1px #c51919;
	padding: 0.25em 0.5em;
	vertical-align: middle;
}

.bksDetailComment {
	font-size: 1.4rem;
	line-height: 1.25;
	letter-spacing: 0.100em;
}

#bksNote {
	background-color: #f5f5f2;
	padding: 12px;
	margin-bottom: 30px;
}

#bksNote p {
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.010em;
	color: #626262;
	margin-bottom: 0.5em;
	padding-left: 1em;
	text-indent: -1em;
}

#bksNote p:last-child {
	margin-bottom: 0;
}


#bksOffice {
	width: 100%;
	margin: 20px auto 0;
	background-color: #f8f8f8;
	padding: 20px;
}

.bksOfficeHead {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.308;
	letter-spacing: 0.075em;
	color: #626262;
}

.bksOfficeBody {
	font-size: 1.4rem;
	line-height: 1.308;
	letter-spacing: 0.075em;
	color: #626262;
	white-space: nowrap;
}

#cntInput {
	border: solid 1px #c7c6c6;
	padding: 15px;
}

#contactFlow {
	width: 100%;
	max-width: 260px;
}

/* カテゴリ・月別アーカイブ */
/* -------------------------------------------------- */

#nwsSelect {
	margin-bottom: 30px;
}

#nwsSelect ul li {
	margin-bottom: 17px;
}

/* 見出し */
.nwsSelectTit {
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1;
	color: #333333;
	margin-bottom: 7px;
}

/* プルダウン */
.nwsSelectPulldown {
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.nwsSelectPulldown select {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	border: none;
	background: url(../../img/common/ic_pulldown2_sp.png) no-repeat right 15px center #eeeeee;
	-webkit-background-size: 11px auto;
	background-size: 11px auto;
	font-size: 1.4rem;
	line-height: 1;
	color: #333333;
	padding: 16px;
	border-radius: 2.5px;
}
::-ms-expand {
	display: none;
}

/* お知らせ・一覧：ページネーション */
.pagination {
	margin: 0 auto 58px;
	text-align: center;
	height: 35px;
}

.pagination a {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	font-size: 1.4rem;
	line-height: 30px;
	text-align: center;
	color: #004098;
	border: solid 1px #004098;
	background-color: #fff;
}

.pagination a.prev {
	border: solid 1px #004098;
	background: url(../../img/common/page_prev_blue_sp.png) no-repeat center center;
	-webkit-background-size: 5.5px auto;
	background-size: 5.5px auto;
}

.pagination a.next {
	border: solid 1px #004098;
	background: url(../../img/common/page_next_blue_sp.png) no-repeat center center;
	-webkit-background-size: 5.5px auto;
	background-size: 5.5px auto;
}

.pagination span {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	font-size: 1.4rem;
	line-height: 30px;
	text-align: center;
	color: #333333;
}

.pagination span.current {
	color: #FFF;
	background-color: #004098;
	border: solid 1px #004098;
}

/* パスワード */
/* -------------------------------------------------- */

#password {
	width: 100%;
	padding: 80px 0 80px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#passwordTxt {
	padding-bottom: 10px;
}

#passwordTxt a {
	color: #004098;
}

#password input {
	padding: 5px 10px;
	font-size: 1.6rem;
}