@font-face {
	font-family: "NotoSansCJKjp";
	src: local('Noto Sans CJK JP Medium'),
		url('/front/font/NotoSansCJKjp-Medium_subset-ef7674e59ff1fb332647d3ef6aabf212.woff') format('woff'),
		url('/front/font/NotoSansCJKjp-Medium_subset-0e9f326d23fce5d1d5bd597567e3ca62.otf') format('opentype')
}

html {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /*ルートのフォントサイズを10pxに設定 */
    scrollbar-width: none;/* スクロールバー非表示 Firefox 対応 */
}

body {
	background-color: #F0FFE1;
	-ms-overflow-style: none; /* スクロールバー非表示 IE, Edge 対応 */
	scrollbar-width: none; /* スクロールバー非表示 Firefox 対応 */
	font-family: "NotoSansCJKjp";
	font-size: 1em; /* bodyのフォントサイズを1em（10px）に設定 */
}

body::-webkit-scrollbar { /* スクロールバー非表示 Chrome, Safari 対応 */
	display: none;
}

.logo-big {
	background-color: #A0FA78;
	height: 25.5rem;
}

a {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

pre {
	font-family: "NotoSansCJKjp";
	white-space: pre-wrap;
	padding: 0;
	margin: 0;
}

ruby {
	margin: 0;
	padding: 0;
}

ruby rt {
	font-size: 1rem;
	padding-bottom: 0;
	margin-bottom: -0.5em;
	transform: translateY(0.5rem);
}

_:-ms-lang(x), ruby rt {
	position: relative;
	top: 0.3rem;
}

.container-fluid {
	margin: 0;
	padding: 0;
}

.row {
	margin: 0;
	padding: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5,
	.col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1,
	.col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4,
	.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
	.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2,
	.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8,
	.col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11,
	.col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
	.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1,
	.col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4,
	.col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	margin: 0;
	padding: 0;
}

.form-control {
	font-size: 1.8rem;
}

.contents-area {
	background-color: #FFFFFF;
	margin: 0;
	padding: 6rem 7.2rem 4rem 7.2rem;
	width: 100%;
}

.contents-data-area {
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
	max-width: 88rem;
}

.common-contents-area {
	background-color: #F0FFE1;
	margin: 6rem 0 0 0;
	padding: 0rem 7.2rem 0 7.2rem;
	width: 100%;
}

.common-contents-data-area {
	background-color: #F0FFE1;
	font-size: 1.8rem;
	max-width: 88rem;
}

.heading-area {
	margin-top: 6rem;
}

.paragraph-area {
	margin-top: 5rem;
}

.form-area {
	padding: 0.8rem;
}

.heading-title {
	font-size: 2.8rem;
	font-weight: bold;
	max-height: 5.6rem;
	align-items: center;
	text-align: center;
	min-height: 3.1rem;
}
.heading-title-author {
	font-size: 2.8rem;
	font-weight: bold;
	min-height: 5.6rem;
	align-items: center;
	text-align: center;
	min-height: 3.1rem;
}
.heading-title-ruby {
	font-size: 2rem;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: block;
}

.heading-title-img {
	margin: 0;
	padding: 0;
	height: 3rem;
	width: 3rem;
}

.heading-title-img-ruby {
	margin: 0;
	padding: 0;
	height: 3.1rem;
	width: auto;
}

.heading-headertitle-img-ruby {
	margin: 0;
	padding: 0;
	height: 2.2rem;
	width: auto;
}

.contents-title {
	font-size: 1.8rem;
}

.contents-title-img {
	margin: 0;
	padding: 0;
	height: 2rem;
	width: auto;
}

.contents-title-img-ruby {
	margin: 0;
	padding: 0;
	height: 2.5rem;
	width: auto;
}

.contents-text {
	font-family: "メイリオ", "游ゴシック体", sans-serif;
	font-size: 1.2rem;
}

.bg-title {
	background-color: #E6E6E6;
}

.boxshadow {
	box-shadow: 0 1rem 1rem #808080;
}

.breadcrumb {
	background: url('/front/icons/icon_shadow-667843580204c3793581d8c14bfa9638.png') no-repeat;
	background-size: 100% 100%;
	font-family: "メイリオ", "游ゴシック体", sans-serif;
	font-size: 1.2rem;
}

.breadcrumb-padding-top {
	padding-top: 1.2rem !important;
}

.breadcrumb-padding-top-ruby {
	padding-top: 0 !important;
}

.wrapper .breadcrumb-list {
	width: 100%;
	height: 4.2rem;
	display: inline;
	white-space: nowrap;
	float: left;
	overflow-x: scroll;
	overflow-y: hidden;
	scrollbar-width: none;
}

.wrapper .breadcrumb-list::-webkit-scrollbar {
	display: none;
}

.wrapper .breadcrumb-list li {
	display: inline-block;
	height: 4.2rem;
	list-style: none;
	margin: 0 auto;
}

.common-btn-cursor {
	cursor: pointer;
}

button img {
	max-height: 4rem;
	max-width: 100%;
}

.common-book-title {
	max-height: 50rem;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.common-name-text-ruby {
	display: block;
}

.common-name-ruby {
	font-size: 1.2rem;
	padding: 0;
	margin: 0;
	display: block;
	line-height: 150%;
}

.common-contents-ruby {
	font-size: 1rem;
	padding: 0;
	margin: 0;
	display: block;
}

.common-menu-ruby-margin {
	transform: translateY(-0.6rem);
}

.common-ruby-margin {
	transform: translateY(0.9rem);
}

.common-name-ruby-margin {
	transform: translateY(0.5rem);
}

.common-book-title-ruby {
	max-height: 40rem;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.common-book-title-detail {
	font-size: 1.8rem;
}

.block-magin {
	margin-top: 6rem;
}

.common-display-link a, .common-display-link-internal a {
	color: #0048b4;
	text-decoration: none !important;
}

.common-display-link a:hover, .common-display-link-internal a:hover {
	color: #0048b4;
	text-decoration: underline !important;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 0 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: 0;
	color: #6c757d;
	content: "" !important;
}

/* ↓↓↓ 共通「カテゴリでさがす」 ↓↓↓ */
.common-category-button {
	background: url('/front/icons/icon_category_pointer-5cb1265ca519b6405b39a8b7e5fb6f56.png') no-repeat right
		0.2rem top 0.2rem;
	width: 100%;
	height: 6rem;
	background-color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
}

/* ↓↓↓ 共通「ジャンルでさがす」 ↓↓↓ */
.common-genre-title {
	width: 100%;
	min-height: 3.5rem;
	background-color: #F0E2F2;
	font-weight: bold;
	line-height: 1.1;
}

.common-genre-title-text-ruby {
	font-size: 1.0rem;
	font-weight: bold;
	letter-spacing: 0.5rem;
}

.common-genre-title-text {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1rem;
}

.common-genre-title-text:first-letter {
	color: #78008C;
}

.common-genre-title a {
	display: block;
	line-height: 3.5rem;
	height: 3.5rem;
}

.common-genre-button {
	background: url('/front/icons/icon_genre_pointer-02c0115b7d12f03e345d5fde5104080c.png') no-repeat right 0.2rem
		top 0.2rem;
	width: 100%;
	height: 6rem;
	background-color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
}

/* .common-genre-button a {
	display: block;
	line-height: 6rem;
	height: 6rem;
} */

/* ↓↓↓ 共通「学年でさがす」 ↓↓↓ */
.common-grade-button-erea {
	max-width: 44.4rem;
}

.common-grade-button {
	font-size: 1.8rem;
	font-weight: bold;
	background: url('/front/icons/icon_grade_pointer-6b9e6137e5dcf701b5c9b0a770668b2a.png') no-repeat right 0.2rem
		top 0.2rem;
	height: 5.7rem;
	background-color: #ffffff;
}

.common-grade-button a {
	display: block;
	line-height: 5rem;
	height: 5.7rem;
}

select {
	-webkit-appearance: none;
	background: url('/front/icons/icon_pulldown_arrow-275d495767c7da3a689d6e08325905ed.png') no-repeat scroll right
		center transparent;
	width: 80%;
	border: none;
	outline: none;
	padding-left: 0.5rem;
}
/* ---------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------- メディア設定によりレスポンシブ実装 -------------------------------------- */
/* -----------------------------------------------------↓↓↓----------------------------------------------------- */

/* スマホ */
@media ( max-width : 575.98px) {
	.logo-big {
		height: 12rem;
	}
	.contents-area {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.common-contents-area {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.heading-title {
		font-size: 2rem;
		max-height: 4.7rem;
	}
	.heading-title-author {
		font-size: 2rem;
		min-height: 4.7rem;
	}
	.heading-title-img {
		height: 2.5rem;
		weight: 2.5rem;
	}
	.common-genre-title-text {
		font-size: 2rem;
	}
	.common-ruby-margin {
		transform: translateY(0.6rem);
	}
	.common-name-ruby-margin {
		transform: translateY(0.5rem);
	}
	.common-booklist-name-ruby-margin {
		transform: translateY(0.1rem);
	}
	.common-booklist-text-ruby-margin {
		transform: translateY(0.3rem);
	}
	select {
		width: 92%;
	}
	.heading-phone-title{
	    font-size: 1.4rem;
		max-height: 4.7rem;
	}
}

/* タブレット */
@media ( min-width : 576px)and (max-width: 991.98px) {
	.logo-big {
		height: 20rem;
	}
	.contents-area {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.common-contents-area {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.toppage-row {
		height: 57rem; /* 2行表示 */
	}
}

/* PC */
@media ( min-width : 992px) {
	.common-genre-button-erea {
		max-width: 22.2rem;
	}
	.common-booklist {
		max-width: 17.5rem;
		min-width: 17.5rem;
	}
	ruby rt {
		transform: translateY(0rem);
	}
}

/*BOOK*/
.common-booklist {
	height: 28.5rem;
	width: 100%;
	padding: 1rem;
}

.common-booklist-img {
	border: 1px solid #AAAAAA;
	width: 11.7rem;
	height: auto;
}

.common-booklist-name {
	font-weight: 700 !important;
	font-family: "メイリオ", "游ゴシック体", sans-serif;
	font-size: 1.4rem;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
	margin-top: 0.4rem;
	padding: 0;
}

.common-booklist-name-ruby {
	font-weight: 700 !important;
	font-family: "メイリオ", "游ゴシック体", sans-serif;
	font-size: 1rem;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
	padding: 0;
}

.common-text-ruby {
	font-family: "メイリオ", "游ゴシック体", sans-serif;
	font-size: 1rem;
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
	text-align: left;
	padding: 0;
}

_:-ms-lang(x)::-ms-backdrop, .common-booklist-ruby-ie rt {
	position: relative;
	top: 0.2rem;
}

_:-ms-lang(x), .common-list rt {
	position: relative;
	top: 0.2rem;
}

.common-booklist-name-ruby-margin {
	transform: translateY(0.2rem);
}

.common-booklist-text-ruby-margin {
	transform: translateY(0.2rem);
}

.common-booklist-readbtn {
	width: 5.8rem;
	height: 3.1rem;
	cursor: pointer;
}

.common-booklist-favorite-img {
	width: 3.1rem;
	height: 3.1rem;
	cursor: pointer;
}

.common-booklist-favorite-text {
	font-weight: bold;
	font-family: "メイリオ", "游ゴシック体", sans-serif;
	font-size: 2rem;
	vertical-align: middle;
}

/*検索窓*/
.common-searchform {
	position: relative;
	width: 75rem;
	margin: 0 auto;
	border: 0.2rem solid #808080;
}

.common-searchform input, button {
	border: none;
	outline: none;
	background: transparent;
}

.common-searchform input {
	width: 95%;
	height: 3.2rem;
	padding-left: 8rem;
}

.common-searchform button {
	height: 3.2rem;
	width: 4rem;
	right: 0;
	cursor: pointer;
	position: absolute;
	background: url('/front/icons/icon_search-a176e9810bfbdf078e6372f27ed5283a.svg') no-repeat center;
	background-size: 60% auto;
	cursor: pointer;
}

.common-searchform select {
	height: 3.2rem;
	width: 7rem;
	left: 0.5rem;
	cursor: pointer;
	position: absolute;
}

.common-searchform button:focus {
	outline: none;
}

.common-searchform select:focus {
	outline: none;
}

button:focus {
	border: none;
	outline: none;
}

.common-link-font-color {
	color: #0048b4;
}

.common-link-text {
	word-wrap:normal!important;
	max-width:100%;
	overflow-wrap: break-word!important;
}

.common-link-author {
	word-wrap:break-word;
	max-width:100%;
	word-break:break-all;
}

.common-table-left{
	text-align: left;
}
