@charset "UTF-8";

/*-----------------------------------
	base
-----------------------------------*/
.ttl {
	font-size: 68px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding-bottom: 10.5px;
}

.ttl span {
	display: block;
	font-size: 15px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin-bottom: 10.5px;
}

.view_btn {
	display: block;
	font-size: 18px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	width: 137.5px;
	padding: 2.25px 0 12.25px;
	border-bottom: 1px solid #707070;
	position: relative;
}

.view_btn::after {
	content: "";
	display: block;
	background: url(../img/common/arw_rt_bk.svg) no-repeat center/contain;
	width: 5px;
	height: 9px;
	position: absolute;
	top: 8px;
	right: 0.5px;
	transition: 0.3s;
}

.view_btn:hover::after {
	right: 5.5px;
}

.view_btn.splitText .splitText_wrap,
.view_btn.splitText .before,
.view_btn.splitText .after {
	justify-content: flex-start;
}

.view_btn.splitText .before span:nth-of-type(4),
.view_btn.splitText .after span:nth-of-type(4) {
	margin-right: 0.25em;
}

@media screen and (max-width: 640px) {
	.ttl {
		font-size: 34px;
		padding-bottom: 7.5px;
	}

	.ttl span {
		font-size: 13px;
		margin-bottom: 7.5px;
	}

	.view_btn {
		font-size: 14px;
		width: 110px;
	}

#breadcrumb .contents_inner {
	margin-top: 31px !important;
}
}

#contents {
	font-family: 'Noto Serif CJK JP';
	color: #505050;
}


/*-----------------------------------

	intro_block

-----------------------------------*/
#intro_block {
	width: 100%;
	padding: 90px 0 80px;

}

#intro_block .intro_text {
	text-align: center;
	position: relative;
}

#intro_block .intro_text::before {
	content: "";
	display: block;
	height: 60px;
	width: 1px;
	background-color: #DFDFDF;
	position: absolute;
	top: -75px;
	right: 50%;
	z-index: 2;

}

#intro_block .intro_text h3 {
	font-size: 34px;
	font-weight: 700;
	line-height: 191%;
	margin-bottom: 35px;
}

#intro_block .intro_text p {
	font-size: 18px;
	font-weight: 600;
	line-height: 312%;
	margin-bottom: 50px;
}

#intro_block .slider-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	position: relative;
	background-color: #F5F5F5;
	overflow-x: hidden;
	margin-top: 50px;
}

.swiper {
	width: 100%;
}

/* スライド個別の基本スタイル */
.swiper-slide {
	width: 400px !important;
	height: 390px !important;
	display: flex;
	justify-content: center;
	/* align-items は個別のクラスで制御します */
	overflow: hidden;
}

/* * 上揃え・下揃えの制御クラス
         * loopモードでの複製によるズレを防ぐため、nth-childではなくクラスで指定します
         */
.slide-up {
	align-items: flex-start;
}

.slide-down {
	margin-top: 50px;
}


/* 画像のスタイル */
.swiper-slide img {
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
	/* 画像自体にも角丸を適用 */
}

/* 等速アニメーション設定 */
.swiper-wrapper {
	transition-timing-function: linear;
}

@media screen and (max-width: 840px) {
	#intro_block {
		width: 100%;
		padding: 50px 0 80px;
	}

	#intro_block .intro_text::before {
		height: 50px;
		top: -55px;
	}

	#intro_block .intro_text h3 {
		font-size: 28px;
		margin-bottom: 25px;
	}

	#intro_block .intro_text p {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.swiper-slide {
		width: 300px !important;
		height: 294px !important;
	}
}

@media screen and (max-width: 640px) {
	#intro_block {
		width: 100%;
		padding: 50px 0 60px;
	}

	#intro_block .intro_text {

	}
	#intro_block .intro_text h3 {
		font-size: 21px;
				width: 100%;
margin: 0 auto 40px;
	}

	#intro_block .intro_text p {
		line-height: 220%;
		width: 90%;
		margin: 0 auto 20px;
				text-align: left;
	}

	.swiper-slide {
		width: 250px !important;
		height: 245px !important;
	}
}
@media screen and (max-width: 440px) {
	#intro_block .intro_text h3 {
		font-size: 20px;
	}
		#intro_block .intro_text p {
		font-size: 14px;
	}
}

/*-----------------------------------

	fields_block

-----------------------------------*/
#fields_block {
	width: 100%;
	background-color: #FFFFFF;
	padding: 120px 0 105px;
}

#fields_block .row_box {
	justify-content: space-between;
	align-items: center;
}

#fields_block .row_box .title_box {
	font-size: 24px;
	font-weight: 700;
	line-height: 166%;
	position: relative;
	width: 40%;
}

#fields_block .row_box .list_box {
	width: 60%;
	font-size: 15px;
	font-weight: 700;
	line-height: 200%;
	border: solid 1px #D4D4D4;
	border-radius: 3px;
	padding: 27px 40px;
	background-color: #fff;
	z-index: 1;
}

#fields_block .row_box .title_box::before {
	position: absolute;
	content: "Fields of App";
	font-family: 'Cormorant Garamond', serif;
	font-size: 68px;
	font-weight: 600;
	opacity: 0.1;
	white-space: nowrap;
	top: -45px;
	left: 0;
}

#fields_block .row_box .list_box li {
	position: relative;
	padding-left: 1.3em;
}

#fields_block .row_box .list_box li::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	left: 0;
	top: 8px;
	border: solid 1px #505050;
}

@media screen and (max-width: 840px) {
	#fields_block {
		width: 100%;
		background-color: #FFFFFF;
		padding: 120px 0 70px;
	}

	#fields_block .row_box .title_box {
		width: 100%;
	}


	#fields_block .row_box {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#fields_block .row_box .list_box {
		width: 100%;
		margin-top: 30px;
	}

}

@media screen and (max-width: 640px) {
	#fields_block {
		width: 100%;
		background-color: #FFFFFF;
		padding: 110px 0 60px;
	}

	#fields_block .row_box .title_box::before {
		font-size: 58px;
	}

	#fields_block .row_box .title_box {
		font-size: 21px;
	}

	#fields_block .row_box .list_box {
		padding: 20px 10px 20px 20px;
	}

	#fields_block .row_box .list_box li {
		font-size: 14px;
		margin-bottom: 10px;
	}

	#fields_block .row_box .list_box li:last-child {
		margin-bottom: 0px;
	}

	#fields_block .row_box .list_box li::before {
		width: 12px;
		height: 12px;
		top: 10px;
	}
}

/*-----------------------------------

	sponsor_block

-----------------------------------*/
#sponsor_block {
	width: 100%;
	background-color: #F5F5F5;
	padding: 88px 0 88px;
}

#sponsor_block .row_box {
	justify-content: space-between;
	align-items: center;
}

#sponsor_block .row_box .title_box {
	font-size: 24px;
	font-weight: 700;
	line-height: 166%;
	position: relative;
	width: 40%;
}

#sponsor_block .row_box .title_box p {
	margin-left: 1em;
}

#sponsor_block .row_box .list_box {
	width: 60%;
	font-size: 15px;
	font-weight: 700;
	line-height: 200%;
	border: solid 1px #D4D4D4;
	border-radius: 3px;
	padding: 27px 40px;
	background-color: #fff;
	z-index: 1;
}

#sponsor_block .row_box .title_box::before {
	position: absolute;
	content: "Sponsorship";
	font-family: 'Cormorant Garamond', serif;
	font-size: 68px;
	font-weight: 600;
	opacity: 0.1;
	white-space: nowrap;
	top: -45px;
	left: 0;
}

#sponsor_block .row_box .list_box li {
	position: relative;
	padding-left: 1.3em;
}

#sponsor_block .row_box .list_box li::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	left: 0;
	top: 8px;
	border: solid 1px #505050;
}

#sponsor_block .text_box {
	font-size: 13px;
	line-height: 192%;
	color: #7B7B7B;
}

#sponsor_block .text_box p {
	margin-top: 30px;
}

#sponsor_block .text_box p span {
	font-size: 14px;
	line-height: 214%;
	color: #505050;
}

@media screen and (max-width: 840px) {
	#sponsor_block {
		padding: 88px 0 88px;
	}

	#sponsor_block .row_box {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#sponsor_block .row_box .list_box {
		width: 100%;
		margin-top: 30px;
	}
}

@media screen and (max-width: 640px) {
	#sponsor_block {
		width: 100%;
		padding: 110px 0 60px;
	}

	#sponsor_block .row_box .title_box::before {
		font-size: 58px;
	}

	#sponsor_block .row_box .title_box {
		font-size: 21px;
	}

	#sponsor_block .row_box .list_box {
		padding: 20px 10px 20px 20px;
	}

	#sponsor_block .row_box .list_box li {
		font-size: 14px;
		margin-bottom: 10px;
	}

	#sponsor_block .row_box .list_box li:last-child {
		margin-bottom: 0px;
	}

	#sponsor_block .row_box .list_box li::before {
		width: 12px;
		height: 12px;
		top: 10px;
	}

	#sponsor_block .text_box {
		width: 90%;
		margin: 0 auto;
	}
}


/*-----------------------------------

	sponsor_contact_block

-----------------------------------*/
#sponsor_contact_block {
	width: 100%;
	background-color: #fff;
	padding: 74px 0 106px;
}


#sponsor_contact_block .title_box {
	font-size: 24px;
	font-weight: 700;
	line-height: 166%;
	position: relative;
	text-align: center;
	width: 100%;
}

#sponsor_contact_block .title_box::before {
	content: "Sponsor/Partner";
	position: relative;
	font-family: 'Cormorant Garamond', serif;
	font-size: 68px;
	font-weight: 600;
	opacity: 0.1;
	top: 5px;
}

#sponsor_contact_block .intro_box {
	width: 100%;
	margin: 40px 0 66px;
	font-size: 14px;
	font-weight: 500;
	line-height: 214%;
}

#sponsor_contact_block ul {
	width: 100%;
}

#sponsor_contact_block .detail_li {
	width: 100%;
	padding: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#sponsor_contact_block .detail_li:nth-child(1),
#sponsor_contact_block .detail_li:nth-child(3) {
	background-color: #F5F5F5;
}

#sponsor_contact_block .detail_li .left_box {
	width: 30%;
	font-size: 14px;
	font-weight: 700;
	line-height: 214%;
}

#sponsor_contact_block .detail_li .right_box {
	width: 65%;
	margin-left: 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 214%;
}

#sponsor_contact_block .right_box .point_list {
	position: relative;
	padding-left: 1em;
}

#sponsor_contact_block .right_box .point_list .publish_text {
	display: flex;
}

#sponsor_contact_block .right_box .point_list .publish_text .publish {
	white-space: nowrap;
}

#sponsor_contact_block .right_box .point_list::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	left: 0.5em;
	top: 1em;
	border: solid 1px #505050;
}

#sponsor_contact_block .number_list .point_list::before {
	top: 0.8em;
}

#sponsor_contact_block .right_box ol .number_list {
	font-size: 15px;
	font-weight: 700;
	line-height: 200%;
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
	padding-left: 1.7em;
	margin-bottom: 25px;
}

#sponsor_contact_block .right_box ol .number_list:nth-child(3) {
	margin-bottom: 10px;
}

#sponsor_contact_block .right_box ol .number_list::before {
	content: "(" counter(cnt) ")";
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

#sponsor_contact_block .right_box ol .number_list li {
	font-size: 14px;
	font-weight: 500;
	line-height: 178%;
}

#sponsor_contact_block .right_box .detail_box {
	margin-top: 15px;
}

@media screen and (max-width: 840px) {
	#sponsor_contact_block .detail_li {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#sponsor_contact_block .detail_li .left_box {
		width: 100%;
	}

	#sponsor_contact_block .detail_li .right_box {
		width: 100%;
		margin-left: 0px;
		padding-top: 15px;
		border-top: 1px dotted #A7A7A7;
	}

	#sponsor_contact_block .pc {
		display: none;
	}

	#sponsor_contact_block .right_box ol .number_list {
		font-size: 14px;
	}

}

@media screen and (max-width: 840px) {
	#sponsor_contact_block {
		padding: 74px 0 60px;
	}

	#sponsor_contact_block .title_box::before {
		font-size: 58px;
	}

	#sponsor_contact_block .title_box {
		font-size: 21px;
	}
}

@media screen and (max-width: 640px) {
	#sponsor_contact_block .title_box::before {
		font-size: 53px;
	}

	#sponsor_contact_block .intro_box {
		margin: 30px auto 50px;
		width: 90%;
	}

	#sponsor_contact_block {
		padding: 60px 0 60px;
	}

	#sponsor_contact_block .detail_li {
		padding: 20px 10px 20px 20px;
	}

	#sponsor_contact_block .right_box ol .number_list {
		margin-bottom: 20px;
	}
}

/*-----------------------------------

	faq_block

-----------------------------------*/
#faq_block {
	width: 100%;
	background-color: #F5F5F5;
	padding: 80px 0 100px;
}


#faq_block .title_box {
	font-size: 24px;
	font-weight: 700;
	line-height: 166%;
	position: relative;
	text-align: center;
	width: 100%;
}

#faq_block .title_box::before {
	content: "Faq";
	position: relative;
	font-family: 'Cormorant Garamond', serif;
	font-size: 68px;
	font-weight: 600;
	opacity: 0.1;
	top: 5px;
}

.cp_qa01 {
	width: 100%;
	margin-top: 45px;

}

.cp_qa01 .cp_actab input {
	display: none;
}

/*質問テキスト*/
.cp_qa01 .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	background-color: #fff;
}

.cp_qa01 .cp_actab label {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 0 0 0;
	padding: 15px 30px;
	cursor: pointer;
}

.cp_qa01 .cp_actab .q_text {
	display: flex;
	gap: 5px;
	font-size: 18px;
	font-weight: 700;

}

.cp_qa01 .cp_actab .cp_actab-content p {
	padding: 23px 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 214%;
	color: #505050;
	transition: 0.5s ease;
}

.cp_qa01 .cp_actab label:hover {
	transition: 0.5s ease;
}

.cp_qa01 .cp_actab input:checked~label {}

/*答えテキスト*/
.cp_qa01 .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	color: #ffffff;
	transition: 0.2s;
}

.cp_qa01 .cp_actab input:checked~.cp_actab-content {
	max-height: 40em;
	transition: 0.2s;
	border-top: solid 1px #DEDEDE;
}

/*▼アイコン*/
.cp_qa01 .cp_actab label::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 1px #505050;
	border-right: solid 1px #505050;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 23px;
	bottom: 0;
	margin: auto;
}



.cp_qa01 .cp_actab input[type=checkbox]:checked+label::after {
	transform: rotate(225deg);
}

@media screen and (max-width: 840px) {
	#faq_block {
		padding: 80px 0 86px;
	}

}

@media screen and (max-width: 640px) {
	#faq_block {
		padding: 60px 0 40px;
	}

	#faq_block .title_box {
		font-size: 21px;
	}

	#faq_block .title_box::before {
		font-size: 58px;
	}
.cp_qa01 .cp_actab .q_text {
	font-size: 16px;
}
.cp_qa01 .cp_actab label {
	padding: 15px 20px;
}
.cp_qa01 .cp_actab .cp_actab-content p {
	padding:20px;
}
}

@media screen and (max-width: 390px) {
.cp_qa01 .cp_actab .q_text {
	font-size: 15px;
}
.cp_qa01 .cp_actab label::after {
	right: 20px;
}
}
/*-----------------------------------

	application_block

-----------------------------------*/
#application_block {
	width: 100%;
	background-color: #fff;
	padding: 88px 0 88px;
}

#application_block .title_box {
	font-size: 24px;
	font-weight: 700;
	line-height: 166%;
	position: relative;
	width: 40%;
}

#application_block .title_box p {
	margin-left: 1em;
	margin-top: 50px;
}

#application_block .title_box::before {
	position: absolute;
	content: "Contact";
	font-family: 'Cormorant Garamond', serif;
	font-size: 68px;
	font-weight: 600;
	opacity: 0.1;
	white-space: nowrap;
	top: 5px;
	left: 0;
}

#application_block .right_box {
	width: 60%;
}

#application_block .right_box .info_box li {
	padding: 30px;
	background-color: #F5F5F5;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	line-height: 214%;
}

#application_block .right_box .name_box {
	width: 30%;
	font-weight: 700;
}

#application_block .right_box .detail_box {
	width: 60%;
	font-weight: 500;
}

#application_block .right_box .info_box li:nth-child(2) {
	background-color: #fff;
}

#application_block .text_box {
	margin-top: 30px;
	font-size: 13px;
}

#application_block .text_box p {
	margin-bottom: 10px;
}

#application_block .text_box .point_list {
	position: relative;
	padding-left: 1em;
	margin-bottom: 10px;
	line-height: 192%;
}

#application_block .text_box .point_list::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	left: 0.5em;
	top: 11px;
	border: solid 1px #505050;
}

@media screen and (max-width: 840px) {
	#application_block {
		padding: 80px 0 86px;
	}

	#application_block .title_box {
		width: 100%;
	}

	#application_block .row_box {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#application_block .right_box .row_box {
		flex-direction: row;
	}

	#application_block .right_box {
		margin-top: 30px;
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	#application_block {
		padding: 60px 0 60px;
	}
#application_block .title_box {
	font-size: 21px;
}
#application_block .title_box::before {
	font-size: 58px;
		top: 10px;
}
#application_block .right_box .info_box li {
	padding: 20px;
}
#application_block .right_box .detail_box {
	width: 100%;
}
#application_block .right_box .name_box {
	width: 100%;
}
#application_block .text_box {
width: 90%;
margin: 30px auto 0;
}
}
/*-----------------------------------

	contact_block

-----------------------------------*/
#contact_block {
	text-align: center;
	padding: 80px 0 105px;
}

@media screen and (max-width: 840px) {
#contact_block {
	padding: 75px 0 75px;
}

}

@media screen and (max-width: 640px) {
#contact_block p {
	font-size: 13px;
}
}

/* 詳細ページ */
#detail_block {
	padding-bottom: 134px;
	font-family: 'Noto Serif JP', serif;
}

/* #detail_block .contents_inner {
	padding-bottom: 116px;
} */
#detail_block .contents_inner .detail_wrapper {
	/* max-width: 940px;
    margin: 0 auto; */
	margin: 0 5.3vw;
	padding-top: 60px;
	padding-bottom: 25.4px;
	border-bottom: 1px solid #D6D6D6;
}

#detail_block .detail_text .date {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 24px;
}

#detail_block .detail_text h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
	padding-bottom: 23px;
}

#detail_block .detail_text p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
}

#detail_block .detail_text h3 {
	font-size: 26px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 30px;
}

#detail_block .gallery_box {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 0;
	margin-top: 60px;
}

#detail_block .gallery_box img {
	width: 100%;
}

#detail_block .text_area {
	margin-top: 60px;
}

#detail_block .gallery_box:last-child {
	margin-bottom: 60px;
}

#detail_block .gallery_box h3 {
	font-size: 15px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #ffffff;
	width: 360px;
	position: absolute;
	left: 30px;
	bottom: 0px;
	z-index: 2;
}

#detail_block .gallery_box::after {
	content: "";
	display: block;
	background: linear-gradient(to bottom, rgba(23, 23, 23, 0) 0%, rgba(23, 23, 23, 0.7) 100%);
	width: 100%;
	height: 14.6vw;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

#pagination {
	margin-top: 75px;
}

#pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 690px;
	margin: 0 auto;
	align-items: center;
}

#pagination .page-numbers .prev_btn_box {
	width: 130px;
	text-align: right;
}

#pagination .page-numbers .all_btn_box {
	width: 280px;
	text-align: center;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#pagination .page-numbers .next_btn_box {
	width: 130px;
	text-align: right;
}

#pagination .page-numbers li a {
	font-size: 34px;
	font-weight: bold;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	position: relative;
}

#pagination .page-numbers .all_btn_box a {
	justify-content: center;
}

#pagination .page-numbers .next_btn_box a {
	justify-content: right;
}

#pagination .page-numbers .current {
	border: 1px solid #707070;
	font-size: 15px;
	font-weight: bold;
	padding: 9px 11px;
	background: #707070;
	color: #fff;
}

#pagination .page-numbers li .prev_btn::before {
	content: "＜";
	position: absolute;
	background-size: 100%;
	width: 12px;
	height: 12px;
	scale: 0.8;
	left: -48px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 22px;
	font-weight: bold;
}

#pagination .page-numbers li .next_btn::before {
	content: "＞";
	position: absolute;
	background-size: 100%;
	width: 12px;
	height: 12px;
	scale: 0.8;
	right: -48px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 22px;
	font-weight: bold;
}

#pagination .page-numbers li .prev {
	padding: 9px 22px 9px 38px;
}

#pagination .page-numbers li .next {
	padding: 9px 38px 9px 22px;
}

@media screen and (max-width: 980px) {
	#detail_block .detail_text h2 {
		font-size: 22px;
	}

	#detail_block .detail_text h3 {
		font-size: 20px;
	}

	#detail_block .contents_inner .latest_wrapper h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	#detail_block .news_list {
		gap: 25px;
	}

	#detail_block .news_list .new_box {
		width: calc((100% - 50px)/3);
	}
}

@media screen and (max-width: 840px) {
	#pagination .page-numbers li a {
		font-size: 26px;
	}

	#pagination .page-numbers .prev_btn_box,
	#pagination .page-numbers .next_btn_box {
		width: 100px;
	}

	#pagination .page-numbers .all_btn_box {
		width: 200px;
	}

	#pagination .page-numbers li .prev_btn::before,
	#pagination .page-numbers li .next_btn::before {
		font-size: 18px;
	}
}

@media screen and (max-width: 640px) {
	#detail_block .contents_inner {
		padding-bottom: 50px;
	}

	#detail_block .contents_inner .detail_wrapper {
		padding-top: 30px;
		padding-bottom: 10px;
	}

	#detail_block .detail_text h2 {
		font-size: 18px;
		margin-bottom: 30px;
	}

	#detail_block .detail_text h3 {
		font-size: 16px;
		margin-top: 30px;
		margin-bottom: 15px;
	}

	#detail_block .gallery_box {
		margin-top: 30px;
	}

	#detail_block .text_area {
		margin-top: 30px;
	}

	#detail_block .news_list .new_box {
		width: 100%;
	}

	#pagination .page-numbers li a {
		height: 60px;
	}

	#pagination .page-numbers .prev_btn_box,
	#pagination .page-numbers .next_btn_box {
		width: 70px;
	}

	#pagination .page-numbers li:nth-child(2) {
		width: 130px;
	}

	#pagination .page-numbers li a {
		font-size: 20px;
	}

	#pagination .page-numbers li .prev_btn::before {
		font-size: 14px;
		left: -30px;
	}

	#pagination .page-numbers li .next_btn::before {
		font-size: 14px;
		right: -30px;
	}
}