@charset "UTF-8";

/* --------------------------------------------------
	[ブランドメッセージ]
-------------------------------------------------- */

@media screen and (min-width: 741px), print {
	.page_title {
		display: inline-block;
		margin-bottom: 45px;
		padding-bottom: 15px;
		background: url(../images/title_bg_l.png) left bottom no-repeat;
		font-size: 135%;
		letter-spacing: 0.1em;
	}
	.page_catch {
		clear: both;
		font-size: 231.25%;
		letter-spacing: 0.1em;
		color: #ee7b32;
	}
	.page_subcatch {
		margin: 20px 0 55px;
		font-size: 125%;
		letter-spacing: 0.1em;
		color: #4d4d4d;
	}
	.page_text {
		margin: 50px 0 70px;
	}
	.page_text p {
		margin-top: 1em;
		font-size: 114.2%;
		line-height: 2;
	}
}

@media screen and (max-width: 740px) {
	.page_title {
		margin-bottom: 1em;
		padding-bottom: 15px;
		background: url(../images/title_bg_m.png) center bottom no-repeat;
		text-align: center;
		font-size: 140%;
	}
	.page_catch {
		font-size: 200%;
		letter-spacing: 0.1em;
		color: #ee7b32;
	}
	.page_subcatch {
		margin: 0.75em 0 1em;
		font-size: 125%;
		letter-spacing: 0.1em;
		color: #4d4d4d;
	}
	.page_text {
		margin: 2em 0;
	}
	.page_text p {
		margin-top: 1em;
		font-size: 114.2%;
		line-height: 2;
	}
}

/* Books ------------------------------- */
.books .cat {
	font-size: 107.1%;
}
.books .ttl {
	margin-bottom: 15px;
	font-size: 135.7%;
	letter-spacing: 0.1em;
	color: #ee7b32;
}
.books .subttl {
	margin-top: 3px;
	margin-bottom: 15px;
	font-size: 96%;
}
.books .img {
	margin-bottom: 20px;
}
.books .cth {
	margin-bottom: 10px;
	font-weight: bold;
	color: #ee7b32;
}
.books .txt {
	text-align: left;
}
.books .txt small {
	display: inline-block;
	margin-top: 5px;
	line-height: 1.4;
	font-size: 85.7%;
}
.books .btn {
	margin-top: 1em;
}
.books .btn a {
	display: inline-block;
	background: #ee7b32;
	font-size: 85.7%;
	text-decoration: none;
	color: #fff;
}
.books .btn a.link_pdf span {
	padding-left: 25px;
	background: url(../images/icon_pdf.png) left center no-repeat #ee7b32;
}
.books .btn a.link_ex span {
	display: inline-block;
	padding-right: 20px;
	background: url(../images/icon_exlink.png) right center no-repeat #ee7b32;
}

@media screen and (min-width: 741px), print {
	.books .inbox {
		position: relative;
		float: left;
		box-sizing: border-box;
		width: 480px;
		padding: 0 30px;
		border-right: dashed 1px #a6a6a6;
		text-align: center;
	}
	.books .inbox:first-child {
		border-left: dashed 1px #a6a6a6;
	}
	.books .txt {
		height: 15em;
	}
	.books .btn a {
		width: 200px;
		line-height: 40px;
	}
}

@media screen and (max-width: 740px) {
	.books .inbox {
		width: 90%;
		margin: 0 auto;
		padding: 1.5em 0 2em;
		border-bottom: dashed 1px #a6a6a6;
		text-align: center;
	}
	.books .inbox:first-child {
		border-top: dashed 1px #a6a6a6;
	}
	.books .btn a {
		width: 70%;
		padding: 0.75em 0;
		font-size: 100%;
	}
}
