@charset "UTF-8";

/* ===========================================================================
  p-newsImportant
============================================================================= */
.p-newsImportant {
	border-bottom: 1px solid #bfbfbf;
	background: #fff;
	box-sizing: border-box;
}
.p-newsImportant_inner {
	display: flex;
	flex-wrap: wrap;
	width: 96%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 10px 0;
}
.p-newsImportant_title {	
	width: 140px;
	height: 36px;
	background-color: #e81500;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	padding-left: 10px;
	position: relative;
}
.p-newsImportant_title::after {
	content: '';
	position: absolute;
	top: 0;
	right: -18px;
	border-style: solid;
	border-width: 18px 0 18px 18px;
	border-color: transparent transparent transparent #e81500;
}
.p-newsImportant_text {
	width: calc(100% - 190px);
	font-size: 1.6rem;
	margin: 8px 0 0 40px;
}
.p-newsImportant_link {
	color: #e81500;
}
.p-newsImportant_link:hover {
	color: #e81500;
	text-decoration: underline;
}
/* ===========================================================================
  p-mainVisual
============================================================================= */
.p-mainVisual {
	position: relative;
	z-index: 1;
}
.p-mainVisual_link {
	display: block;
	transition: opacity .4s;
}
.p-mainVisual_img {
	width: 100%;
	height: auto;
}
.p-mainVisual button {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
	font-size: 0;
}
.p-mainVisual_arrow-prev,
.p-mainVisual_arrow-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 80px;
	opacity: .4;
}
.p-mainVisual_arrow-prev {
	left: 0;
	transform: translateY(-50%);
}
.p-mainVisual_arrow-next {
	right: 0;
	transform: translateY(-50%) rotate(180deg);
}
.p-mainVisual_dots {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}
.p-mainVisual_dots li button {
	position: relative;
	padding: 15px;
}
.p-mainVisual_dots li button::before {
	position: absolute;
	font-size: 1.8rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 5px;
	text-align: center;
	background-color: #c4c4c4;
}
.p-mainVisual_dots li.slick-active button::before {
	background-color: #00266c;
}
/* ===========================================================================
  p-block01
============================================================================= */
.p-block01 {
	width: calc(100% - 50px * 2);
	margin: 70px auto 0;
	background: linear-gradient(-6deg, #00266c, #00266c 59.9%, #f1f0ef 60%);
	padding-bottom: 45px;
}
.p-block01_text {
	text-align: center;
	margin-top: 45px;
}
/* ===========================================================================
  p-bnrList
============================================================================= */
.p-bnrList {
	width: 96%;
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	line-height: 0;
}
.p-bnrList_item {
	box-sizing: border-box;
	border: solid 4px #fff;
	overflow: hidden;
	width: 31%;
}
.p-bnrList_img {
	transition: transform .4s;
}
/* ===========================================================================
  p-block02List
============================================================================= */
.p-block02List {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p-block02List_item {
	width: calc((100% - 3px) / 4);
}
/* ===========================================================================
  p-block02
============================================================================= */
.p-block02 {
	position: relative;
	background-color: #00266c;
}
.p-block02_img {
	line-height: 0;
	overflow: hidden;
}
.p-block02_img > img {
	opacity: .6;
	transition: all .2s;
}
.p-block02_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: flex-end;
}
.p-block02_textWrap {
	width: calc(100% - 30px * 2);
	margin: 0 auto 20px;
}
.p-block02_title {
	font-size: 2.8rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	margin-bottom: 15px;
}
.p-block02_title-s {
	font-size: 1.8rem;
}
/* ===========================================================================
  p-event
============================================================================= */
.p-event {
	box-sizing: border-box;
	display: block;
	width: calc(100% - 50px * 2);
	margin: 50px auto 0;
	text-align: center;
	background-color: #000;
	padding: 30px;
	overflow: hidden;
	position: relative;
	transition: background-color .4s;
}
.p-event::before,
.p-event::after {
	content: '';
	width: 240px;
	height: 177px;
	background: url("/img/index/event_bg.png") no-repeat top/contain;
	position: absolute;
}
.p-event::before {
	top: -3px;
	left: -8px;
}
.p-event::after {
	top: -3px;
	right: 2px;
}
.p-event:hover {
	text-decoration: none;
}
.p-event_textWrap {
	display: inline-block;
	background: url("/img/index/icon_event.svg") no-repeat left center / 60px;
	padding: 0 110px 0 100px;
	position: relative;
}
.p-event_textWrap::before,
.p-event_textWrap::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: right .4s;
}
.p-event_textWrap::before {
	right: 10px;
	box-sizing: border-box;
	width: 45px;
	height: 45px;
	border: solid 1px #fff;
	border-radius: 50%;
}
.p-event_textWrap::after {
	right: 28px;
	width: 15px;
	height: 15px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
}
.p-event_text-ja {
	color: #fff;
	font-size: 2.8rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.p-event_text-en {
	display: block;
	color: #264682;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 5px;
}
/* ===========================================================================
  p-block03
============================================================================= */
.p-block03 {
	display: flex;
	flex-wrap: wrap;
	margin-right: 50px;
}
.p-block03_titleArea {
	width: 380px;
	background: linear-gradient(-6deg, #f1f0ef, #f1f0ef 19.9%, #fff 20%);
}
.p-block03_titleAreaInner {
	margin: 50px 0 0 50px;
}
.p-block03_title {
	font-size: 3.2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	color: #00266c;
	border-bottom: solid 1px #00266c;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.p-block03_btn {
	display: inline-block;
	color: #00266c;
	position: relative;
	padding-right: 30px;
	transition: all .2s;
}
.p-block03_btn:visited {
	color: #00266c;
}
.p-block03_btn:hover {
	text-decoration: none;
}
.p-block03_btn::before,
.p-block03_btn::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.p-block03_btn::before {
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	border: solid 1px #00266c;
	border-radius: 50%;
}
.p-block03_btn::after {
	right: 7px;
	width: 5px;
	height: 5px;
	border-top: solid 1px #00266c;
	border-right: solid 1px #00266c;
	transform: rotate(45deg);
}
.p-block03_body {
	box-sizing: border-box;
	width: calc(100% - 280px);
	margin: 50px 0 0 -100px;
	padding: 50px;
	background: linear-gradient(to right, #f1f0ef 0%, #e6e4e2 100%);
	border-left: solid 1px #00266c;
}
/* ===========================================================================
  p-newsList
============================================================================= */
.p-newsList_item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.p-newsList_item:nth-child(n + 2) {
	margin-top: 30px;
}
.p-newsList_category {
	width: 136px;
	background-color: #d8e1f2;
	color: #002fb5;
	font-size: 1.2rem;
	text-align: center;
	padding: 8px 0;
	margin-right: 30px;
}
.p-newsList_date {
	color: #00266c;
	width: 110px;
	margin-top: 5px;
}
.p-newsList_title {
	width: calc(100% - 276px);
	margin-top: 5px;
}
.p-newsList_link {
	color: #000;
}
.p-newsList_link:visited {
	color: #000;
}
.p-newsList_link[target="_blank"] {
    padding-right: 20px;
	background: url("/img/icon_blank.png") no-repeat right 0.2em / 11px;
}
.p-newsList_link[target="_blank"][href$=".pdf"],
.p-newsList_link[target="_blank"][href$=".xls"],
.p-newsList_link[target="_blank"][href$=".xlsx"],
.p-newsList_link[target="_blank"][href$=".doc"],
.p-newsList_link[target="_blank"][href$=".docx"] {
	padding-right:0;
	background-image:none;
}
.p-newsList_link[href$=".pdf"] > span,
.p-newsList_link[target="_blank"][href$=".pdf"] > span {
	padding-left: 20px;
	background: url("/img/icon_pdf.png") no-repeat top .2em left 5px / 12px;
}
.p-newsList_link[href$=".xls"] > span,
.p-newsList_link[href$=".xlsx"] > span,
.p-newsList_link[target="_blank"][href$=".xls"] > span,
.p-newsList_link[target="_blank"][href$=".xlsx"] > span {
	padding-left: 20px;
	background: url("/img/icon_xls.png") no-repeat top .2em left 5px / 12px;
}
.p-newsList_link[href$=".doc"] > span,
.p-newsList_link[href$=".docx"] > span,
.p-newsList_link[target="_blank"][href$=".doc"] > span,
.p-newsList_link[target="_blank"][href$=".docx"] > span {
	padding-left: 20px;
	background: url("/img/icon_word.png") no-repeat top .2em left 5px / 12px;
}
.p-newsList_new {
	display: inline-block;
	width: 40px;
	height: 14px;
	background: url("/img/index/icon_new.svg") no-repeat top / contain;
	margin-left: 5px;
}
/* ===========================================================================
  p-block04List
============================================================================= */
.p-block04List {
	display: flex;
	flex-wrap: wrap;
}
.p-block04List_item {
	width: calc((100% - 40px * 2) / 3);
}
.p-block04List_item:nth-child(3n - 1) {
	margin-right: 39.9px;
	margin-left: 39.9px;
}
.p-block04List_item:nth-child(n + 4) {
	margin-top: 40px;
}
/* ===========================================================================
  p-block04
============================================================================= */
.p-block04 {
	background-color: #fff;
}
.p-block04:hover {
	text-decoration: none;
}
.p-block04_img {
	position: relative;
	padding-top: 66.66%;
	overflow: hidden;
}
.p-block04_img > img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform .4s;
}
.p-block04_category {
	width: 136px;
	padding: 6px 0;
	background-color: #ede7b7;
	font-size: 1.2rem;
	color: #002fb5;
	text-align: center;
}
.p-block04_textWrap {
	display: flex;
	flex-wrap: wrap;
}
.p-block04_date {
	color: #00266c;
	margin: 10px 20px 0 auto;
}
.p-block04_text {
	width: calc(100% - 40px);
	margin: 20px auto;
	color: #000;
}
/* ===========================================================================
  p-block05List
============================================================================= */
.p-block05List {
	width: 96%;
	max-width: 1400px;
	margin: 70px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p-block05List_item {
	width: calc((100% - 20px * 5) / 6);
}
/* ===========================================================================
  p-block05
============================================================================= */
.p-block05 {
	position: relative;
}
.p-block05:hover {
	text-decoration: none;
}
.p-block05::before,
.p-block05::after {
	content: '';
	position: absolute;
	background-color: #1091db;
	width: 0;
	height: 1px;
	transition: all 0.2s linear;
}
.p-block05::before {
	left: 5px;
	bottom: -5px;
}
.p-block05::after {
	right: -5px;
	top: 5px;
}
.p-block05_inner::before,
.p-block05_inner::after {
	content: '';
	position: absolute;
	background-color: #1091db;
	width: 1px;
	height: 0;
	transition: all 0.1s linear;
}
.p-block05_inner::before {
	right: -5px;
	bottom: -5px;
}
.p-block05_inner::after {
	left: 5px;
	top: 5px;
}
.p-block05_box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.p-block05_box::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 0;
	display: block;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: solid 1px #00266c;
	transition: all 0.1s;
}
.p-block05_content {
	position: relative;
	z-index: 2;
	padding: 5px;
}
.p-block05_text {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #00266c;
	padding: 8px 0;
	transition: color 0.1s;
}
.p-block05_text-s {
	font-size: 1.0rem;
}
/* ===========================================================================
  p-footerLink
============================================================================= */
.p-footerLink {
	width: 96%;
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	padding: 80px 0 35px;
}
.p-footerLink_item-book,
.p-footerLink_item-facebook,
.p-footerLink_item-ranking,
.p-footerLink_item-search {
	display: flex;
	align-items: center;
}
.p-footerLink_item-book::before,
.p-footerLink_item-facebook::before,
.p-footerLink_item-ranking::before,
.p-footerLink_item-search::before {
	content: '';
	width: 40px;
	height: 40px;
	background: no-repeat center / contain;
	margin-right: 10px;
}
.p-footerLink_item-book::before {
	background-image: url("/img/index/icon_book.svg");
}
.p-footerLink_item-facebook::before {
	background-image: url("/img/index/icon_facebook.svg");
}
.p-footerLink_item-ranking::before {
	background-image: url("/img/index/icon_ranking.svg");
}
.p-footerLink_item-search::before {
	background-image: url("/img/index/icon_search.svg");
}

@media screen and (min-width:1025px) {
	/* ===========================================================================
	  p-mainVisual
	============================================================================= */
	.p-mainVisual_link:hover {
		opacity: .9;
	}
	/* ===========================================================================
	  p-bnrList
	============================================================================= */
	.p-bnrList_img:hover {
		transform: scale(1.1);
	}
	/* ===========================================================================
	  p-block02
	============================================================================= */	
	.p-block02:hover .p-block02_img > img {
		transform: scale(1.1);
		opacity: 1;
	}
	/* ===========================================================================
	  p-event
	============================================================================= */	
	.p-event:hover {
		background-color: #00266c;
	}
	.p-event:hover .p-event_textWrap::before {
		right: 0;
	}
	.p-event:hover .p-event_textWrap::after {
		right: 18px;
	}
	/* ===========================================================================
	  p-block03
	============================================================================= */
	.p-block03_btn:hover {
		color: #1091db;
		padding-right: 35px;
	}
	.p-block03_btn:hover::before {
		border-color: #1091db;
		background-color: #1091db;
	}
	.p-block03_btn:hover::after {
		border-top-color: #fff;
		border-right-color: #fff;
	}
	/* ===========================================================================
	  p-newsList
	============================================================================= */	
	.p-newsList_link:hover {
		color: #1091db;
	}
	/* ===========================================================================
	  p-block04
	============================================================================= */
	.p-block04:hover img {
		transform: scale(1.1);
	}
	/* ===========================================================================
	  p-block05
	============================================================================= */
	.p-block05:hover::before,
	.p-block05:hover::after {
		width: 100%;
	}
	.p-block05:hover::after {
		transition-delay: 0.5s;
	}
	.p-block05:hover::before {
		transition-delay: 0.2s;
	}
	.p-block05:hover .p-block05_inner::before,
	.p-block05:hover .p-block05_inner::after {
		height: 100%;
	}
	.p-block05:hover .p-block05_inner::before {
		transition-delay: 0.3s;
	}
	.p-block05:hover .p-block05_inner::after {
		transition-delay: 0s;
	}
	.p-block05:hover .p-block05_box::after {
		border-color: transparent;
	}
	.p-block05:hover .p-block05_text {
		color: #1091db;
	}
}

@media screen and (max-width:1024px) {
	/* ===========================================================================
	  p-newsImportant
	============================================================================= */
	.p-newsImportant_text {
		margin-top: 0;
	}
	/* ===========================================================================
	  p-block01
	============================================================================= */
	.p-block01 {
		box-sizing: border-box;
		width: 100%;
		padding: 0 15px 45px;
	}
	.p-block01_text {
		width: 96%;
		margin: 20px auto 0;
	}
	/* ===========================================================================
	  p-block02List
	============================================================================= */
	.p-block02List_item {
		width: calc((100% - 1px) / 2);
	}
	.p-block02List_item:nth-child(n + 3) {
		margin-top: 1px;
	}
	/* ===========================================================================
	  p-block02
	============================================================================= */
	.p-block02 {
		height: 250px;
	}
	.p-block02_img > img {
		object-fit: cover;
		font-family: 'object-fit: cover;';
		width: 100%;
		height: 250px;
	}
	.p-block02_textWrap {
		margin-bottom: 30px;
	}
	.p-event {
		width: calc(100% - 30px * 2);
	}
	.p-event_text-ja {
		font-size: 2.6rem;
	}
	.p-event_text-en {
		font-size: 1.4rem;
	}
	/* ===========================================================================
	  p-block03
	============================================================================= */
	.p-block03 {
		margin-right: 0;
	}
	.p-block03_titleArea {
		width: 100%;
		background: linear-gradient(-6deg, #f1f0ef, #f1f0ef 9.9%, #fff 10%);
	}
	.p-block03_titleAreaInner {
		margin: 30px 30px 0 30px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.p-block03_title {
		font-size: 2.8rem;
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.p-block03_btn {
		padding: 10px 30px 10px 20px;
		border-left: solid 1px #00266c;
		font-size: 1.4rem;
	}
	.p-block03_body {
		width: calc(100% - 30px);
		margin: 100px 0 0 calc((100% - 30px) * -1);
		padding: 30px;
	}
	/* ===========================================================================
	  p-block04List
	============================================================================= */
	.p-block04List_item {
		width: calc((100% - 30px) / 2);
	}
	.p-block04List_item:nth-child(3n - 1),
	.p-block04List_item:nth-child(n + 4) {
		margin: 0;
	}
	.p-block04List_item:nth-child(2n) {
		margin-left: 29.9px;
	}
	.p-block04List_item:nth-child(n + 3) {
		margin-top: 30px;
	}
	/* ===========================================================================
	  p-block04
	============================================================================= */
	.p-block04_date,
	.p-block04_text {
		font-size: 1.4rem;
	}
	/* ===========================================================================
	  p-block05List
	============================================================================= */
	.p-block05List {
		margin: 40px auto 0 30px;
		width: calc(100% - 65px);
		justify-content: flex-start;
	}
	.p-block05List_item {
		width: calc((100% - 40px) / 3);
	}
	.p-block05List_item:nth-child(3n - 1) {
		margin-left: 20px;
		margin-right: 20px;
	}
	.p-block05List_item:nth-child(n + 4) {
		margin-top: 20px;
	}
	.p-footerLink {
		padding: 50px 0 40px;
	}
}

@media screen and (max-width:767px) {
	/* ===========================================================================
	  sp_utility
	============================================================================= */
	body:not(#small) header ul.sp_utility {
		background: #e7e6e4;
		border-top: 1px solid #fff;
		display: table;
		width: 100%;
	}
	body:not(#small) header ul.sp_utility li {
		display: table-cell;
		width: 32.27%;
		text-align: center;
		border-right: 1px solid #fff;
		box-sizing: border-box;
	}
	body:not(#small) header ul.sp_utility li:first-child {
		width: 35.46%;
		border-left: 1px solid #fff;
	}
	body:not(#small) header ul.sp_utility li a {
		display: block;
		color: #00266c;
		padding: 15px 0 15px 20px;
		font-size: 1.2rem;
	}
	body:not(#small) header ul.sp_utility li:first-child a {
		background: url(/img/icon_sp_01.png) 8px no-repeat;
		background-size: 14px;
	}
	body:not(#small) header ul.sp_utility li:nth-child(2) a {
		background: url(/img/icon_sp_02.png) 8px no-repeat;
		background-size: 14px;
	}
	body:not(#small) header ul.sp_utility li:last-child a {
		background: url(/img/icon_sp_03.png) 8px no-repeat;
		background-size: 14px;
	}
	/* ===========================================================================
	  p-newsImportant
	============================================================================= */
	.p-newsImportant_inner {
		display: block;
	}
	.p-newsImportant_title {
		width: 100%;
		font-size: 1.6rem;
	}
	.p-newsImportant_title::after {
		content: none;
	}
	.p-newsImportant_text {
		width: 100%;
		margin: 8px 0 0;
		font-size: 1.4rem;
	}
	/* ===========================================================================
	  p-block01
	============================================================================= */
	.p-block01 {
		margin-top: 60px;
		padding-bottom: 20px;
	}
	.p-block01_text {
		margin-top: 30px;
	}
	/* ===========================================================================
	  p-bnrList
	============================================================================= */
	.p-bnrList {
		width: 100%;
		display: block;
	}
	.p-bnrList_item {
		display: block;
		width: 100%;
	}
	.p-bnrList_item:nth-child(n + 2) {
		margin-top: 10px;
	}
	/* ===========================================================================
	  p-block02
	============================================================================= */
	.p-block02 {
		height: auto;
	}
	.p-block02_img {
		padding-top: 100%;
		position: relative;
	}
	.p-block02_img > img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}
	.p-block02_textWrap {
		width: calc(100% - 15px * 2);
		margin-bottom: 15px;
	}
	.p-block02_title {
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	.p-block02_title-s {
		font-size: 1.2rem;
	}
	.p-block02_text {
		font-size: 1.2rem;
	}
	/* ===========================================================================
	  p-event
	============================================================================= */
	.p-event {
		width: calc(100% - 15px * 2);
		margin-top: 20px;
		padding: 20px;
	}
	.p-event::before,
	.p-event::after {
		width: 140px;
		height: 102px;
	}
	.p-event::before {
		top: 0;
		left: -60px;
	}
	.p-event::after {
		top: 0;
		right: -70px;
	}
	.p-event_textWrap {
		box-sizing: border-box;
		background-size: 35px;
		padding: 0 40px;
		width: 100%;
		margin: 0 auto;
	}
	.p-event_textWrap::before {
		width: 28px;
		height: 28px;
	}
	.p-event_textWrap::after {
		right: 22px;
		width: 8px;
		height: 8px;
	}	
	.p-event_text-ja {
		font-size: 1.6rem;
	}
	.p-event_text-en {
		font-size: 1.0rem;
	}
	/* ===========================================================================
	  p-block03
	============================================================================= */
	.p-block03_titleAreaInner {
		margin: 20px 15px 0 15px;
	}
	.p-block03_title {
		font-size: 2.0rem;
	}
	.p-block03_body {
		width: calc(100% - 15px);
		margin: 80px 0 0 calc((100% - 15px) * -1);
		padding: 20px 0 20px 20px;
	}
	/* ===========================================================================
	  p-newsList
	============================================================================= */
	.p-newsList {
		margin-right: 20px;
	}
	.p-newsList_item:nth-child(n + 2) {
		margin-top: 20px;
	}
	.p-newsList_category {
		margin-right: 20px;
	}
	.p-newsList_date {
		font-size: 1.4rem;
	}
	.p-newsList_title {
		width: 100%;
		margin-top: 10px;
		font-size: 1.4rem;
	}
	/* ===========================================================================
	  p-block04List
	============================================================================= */
	.p-block04List .slick-list {
		padding: 0 20% 0 0 !important;
	}
	.p-block04List .slick-track {
		display: flex;
	}
	.p-block04List_item {
		width: calc((100% - 30px) / 2);
		margin: 0 20px 0 0 !important;
		display: block;
	}
	/* ===========================================================================
	  p-block05List
	============================================================================= */
	.p-block05List {
		margin-left: 15px;
		width: calc(100% - 35px);
	}
	.p-block05List_item {
		width: calc((100% - 15px) / 2);
	}
	.p-block05List_item:nth-child(3n - 1),
	.p-block05List_item:nth-child(n + 4) {
		margin: 0;
	}
	.p-block05List_item:nth-child(2n) {
		margin-left: 15px;
	}
	.p-block05List_item:nth-child(n + 3) {
		margin-top: 15px;
	}
	/* ===========================================================================
	  p-footerLink
	============================================================================= */
	.p-footerLink {
		width: 100%;
		display: block;
		padding: 60px 0 0;
	}
	.p-footerLink_item-book,
	.p-footerLink_item-facebook,
	.p-footerLink_item-ranking,
	.p-footerLink_item-search {
		border-top: solid 1px #bfbfbf;
		display: flex;
		align-items: center;
		padding: 10px 15px;
	}
	.p-footerLink_item-book::before,
	.p-footerLink_item-facebook::before,
	.p-footerLink_item-ranking::before,
	.p-footerLink_item-search::before {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
}
