@charset 'utf-8';

.h_type00.type1 {
	margin-bottom:10px;
}

.h_type02 {
	border-bottom: none;
}

@media screen and (max-width: 767px){
	h2.bold {
		font-size: 20px;
		line-height: 150%;
	}

	.h_type02 {
		line-height: 150%;
	}
}

.digital-contents {
	padding: 30px 32px;
	background-color: #F5F5F5;
}

.digital-contents .img-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

@media screen and (max-width: 767px) {
	.digital-contents .img-wrapper {
		flex-direction: column;
	}
}

.digital-contents .wrapper .img-contents {
	width: 50%;
	max-width: 436px;
}

@media screen and (max-width: 767px) {
	.digital-contents .wrapper .img-contents {
		width: 100%;
	}
}

.digital-contents .wrapper .img-contents p {
	margin-bottom: 11px;
	font-weight: bold;
}

.digital-contents .wrapper .img-contents img {
	width: 100%;
}

.digital-contents .wrapper .img-contents .img-detail {
	margin-top: 12px;
	margin-bottom: 0;
	/* width:436px; */
	font-size: 13px;
	color: #E94C29;
	letter-spacing: 0.05em;
}

.main_subcat .background {
	padding-bottom: 30px;
}

.book_list .title {
	padding-top: 10px;
}

.image img {
	max-width: 100%;
}


.book_table_image {
	position: relative;
}


.book_table_image div:hover {
	opacity: .7;
}

.book_table_image .book_table_img01 {
	position: absolute;
	left: 14.5%;
	width: 9.1%;
	top: 14.3%;
}

.book_table_image .book_table_img02 {
	position: absolute;
	right: 2.2%;
	width: 9%;
	top: 14.5%;
}


.book_list .category_box {
	width: 104px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 0 4px;
}

@media screen and (max-width: 767px) {
	.book_list .category_box {
		margin-top: 10px;
		margin-left: 15px;
		float: left;
	}
}

.book_list .category_red .category_box {
	background-color: #dc000c;
}


.book_list .category_red_orange .category_box {
	background-color: #EA5413;
}

.book_list .category_orange .category_box {
	background-color: #F39800;
}

.book_list .category_blue .category_box {
	background-color: #1EB3C4;
}

/*
.arrow{
	display: inline-block;
	width:6px;
	height:6px;
	margin-left:8px;
	transform:rotate(45deg);
}*/

.arrow {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;

}


.arrow:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	left: 6px;
	top: -9px;
	transform: rotate(45deg);
}


.book_list .category_red .arrow:after {
	border-top: 2px solid #dc000c;
	border-right: 2px solid #dc000c;
}

.book_list .category_red_orange .arrow:after {
	border-top: 2px solid #EA5413;
	border-right: 2px solid #EA5413;
}

.book_list .category_orange .arrow:after {
	border-top: 2px solid #F39800;
	border-right: 2px solid #F39800;
}

.book_list .category_blue .arrow:after {
	border-top: 2px solid #1EB3C4;
	border-right: 2px solid #1EB3C4;
}


.no_pointer {
	pointer-events: none;
}

.book_list .title-detail {
	display: block;
	margin-top: -10px;
}

.h_type00.under {
	margin-bottom: 30px;
}

/* ------------------------------ */
/* add style 260121 START */
/* ------------------------------ */

.unker_links .link_block {
	padding: 27px 15px;
	background-color: #f8f8f8;
}

.unker_links .link_block ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 25px;
	row-gap: 15px;
}

@media screen and (max-width: 830px) {
	.unker_links .link_block ul {
		column-gap: 15px;
		row-gap: 10px;
	}
}

.unker_links .link_block ul li {
	display: flex;
	align-items: center;
}

.unker_links .link_block ul li::before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #dc000c;
	border-right: 2px solid #dc000c;
	transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
	.unker_links .link_block ul li::before {
		margin-right: 4px;
		width: 4px;
		height: 4px;
	}
}

.unker_links .link_block ul li a {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.02em;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.unker_links .link_block ul li a {
		font-size: 16px;
	}
}



.main_subcat .background.mb0 {
	margin-bottom: 0;
}

.main_subcat .h_type02.mb0 {
	margin-bottom: 0;
}
.main_subcat .book_list.mb0 {
	margin-bottom: 0;
}



.catch {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	line-height: 180%;
}


.number_box li .catch {
	position: relative;
}

.number_box li .catch .icon {
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateX(-100%) translateY(-50%);
}


.book_list ul li {
	padding: 0 30px 30px;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 767px){
	.book_list ul li {
		padding: 15px 30px;
	}
}

.book_list .image {
	box-shadow: none;
}

.book_list .title {
	letter-spacing: 0;
}

.book_list .details {
	font-size: 14px;
	text-align: left;
	display: block;
	line-height: 160%;
}



.book_list .btn01_box {
	margin-top: 25px;
}

.book_list .btn01 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	padding: 12px 0;
	background-color: #CF0023;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	margin: 0 auto;
}

.book_list .btn01:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

.book_list li a:hover .btn01 {
	background-color: #1730A1;
}

@media screen and (max-width:767px) {

	.number_box li .number span {
		width: 35px;
		height: 35px;
		min-width: 35px;
		font-size: 18px;
	}

	.number_box li .list_box {
		margin-top: 20px;
	}

	.number_box li .number {
		font-size: 20px;
	}


	.number_box li .catch .icon {
		position: static;
		margin-bottom: 20px;
		top: initial;
		left: initial;
		transform: initial;
		text-align: center;
	}


	.book_list .details {
		text-align: left;
		width: 60%;
		float: right;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.book_list .price {
		padding-bottom: 10px;
	}


	.book_list .btn01_box {
		width: 60%;
		float: right;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.book_list .btn01 {
		font-size: 12px;
		width: 100px;
	}

	.book_list .btn01 span {
		padding-right: 15px;
	}

	.catch {
		font-size: 16px;
		width: 100%;
	}

}

.marker {
	background: linear-gradient(transparent 40%, #f4f0a4 40%);
	font-weight: bold;
}

.no_pointer {
	pointer-events: none;
}




.gray_box {
	background-color: #f8f8f8;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 40px;
	line-height: 30px;
}


@media screen and (max-width:767px) {
	.gray_box {
		margin-top: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.gray_box .image {
		text-align: center;
	}

	.small_image01 img {
		width: 50%;
	}
}

p.f-color-red {
	color: #CF0023;
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	p.f-color-red {
		font-size: 16px;
	}
}

.ta-center {
	text-align: center;
}

.ta-left {
	text-align: left;
}

.button01.ta-left a:after {
	display: inline-block;
	width: 24px;
	height: 24px;
	right: 14px;
	border: none;
	background-image: url("../../common/img/other/out-link.svg");
	transform: none;
}


/* .file_Table */

.file_table {
	width: 100%;
	margin-bottom: 60px !important;
}

.file_table th,
.file_table td {
	padding: 20px 20px;
	text-align: left;
	border: 1px solid #D6D6D6 !important;
	vertical-align: middle;
}

.file_table th {
	width: 200px;
	background: #FEFAE9;
	font-weight: normal;
	line-height: 160%;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.file_table th {
		width: 100px;
	}
}

@media screen and (max-width: 450px) {
	.file_table th {
		width: 70px;
	}
}

.file_table td {
	line-height: 160%;
	background-color: #fff;
}


.file_table td span {
	margin-right: 20px;
}

.file_table .pdf_file {
	position: relative;
	color: #00AFBC;
	margin-left: 30px;
}

.file_table .pdf_file:after,
.file_table a[target=_blank].pdf_file:after {
	position: absolute;
	display: block;
	right: auto;
	left: -25px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 20px;
	height: 20px;
	/* color: #17A6FF; */
	background: url(../../common/img/other/pdf.png) no-repeat 50% 0;
}

.file_table td a {
	color: #00AFBC;
}

p.with-point span {
	margin-right:6px;
	background-color: #CF0023;
	color: #fff;
	padding: 1px 8px;
	border-radius: 20px;
}

.background.lentrance-contant {
	padding: 50px 62px;
}

@media screen and (max-width: 767px) {
	.background.lentrance-contant {
		padding: 30px 15px;
	}
}