#contents_chara sup{
	font-size: 12px;
}
#contents_chara img{
	height: auto;
}
/* ------------------------------------------

raeding

------------------------------------------ */


.reading p {
	font-size: 1.4rem;
	line-height: 1.6;
}
.reading * + p {
	margin-top: 1em;
}
.reading .footnote {
	font-size: 1.1rem;
}

.reading .txt_box_w{
	padding:1rem 1.5rem;
	background: #fff;
}
#contents_chara h2,
#contents_chara h3,
#contents_chara h4{
	font-weight:normal;
}


.reading .catch{
	position: relative;
	margin-top: 3rem;
}
.reading .catch::before {
	position: absolute;
	top: -2rem;
	left: 0;
	background: #f2f2f2;
	border-radius: 0.4rem;
	content: "\8A8D\5B9A\6E08\307F";
	color:#767676;
	font-size: 1.1rem;
	text-align: center;
	padding: .2rem .5rem;
	width: 35%;
}
.reading .catch.non::before {
	position: absolute;
	top: -2rem;
	left: 0;
	background: #fff;
	border-radius: 0.4rem;
	content: "";
	color:#767676;
	font-size: 1.1rem;
	text-align: center;
	padding: .2rem .5rem;
	width: 35%;
}

@media screen and (min-width: 1024px) {
	.reading h2,
	.reading h2.hLine > span {
		font-size: 27px;
	}
}


/* -----------------------------------------

common

--------------------------------------------- */

.sub_title {

	font-weight: normal;
}
.sub_title.small {
	font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
	.sub_title {
		font-size: 23px;
	}
	.sub_title.small {
		font-size: 20px;
	}
}

@media screen and (max-width: 1023px) {
	.oj_fit_w100{
		object-fit: cover;
		width: 100%;
	}
}

/*===================
 order1
======================== */
@media screen and (min-width: 768px) {
	.order1_md { order: 1 !important; }
}

@media screen and (min-width: 1024px) {
	.order1_lg { order: 1 !important; }
}


/* -----------------------------------------

content_area

----------------------------------------- */
.content_area {
	padding: 4rem 1.6rem;
}
@media screen and (min-width: 1024px){
	.content_area {
	    padding: 60px 0;
	}
}


/* ==================================================
	data
================================================== */

.data {
	padding: 1.6rem;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	line-height: 2;
	background: #5a5a5a;
}
.data a {
	color: #fff;
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	.data {
		padding: 25px;
	}
}

@media screen and (min-width: 1024px) {
	.data {
		font-size: 18px;
	}
}




/*============================== 

mv__box

============================== */
.mv__box {
	background: #000;
	/*position: relative;*/
}
.mv__box p {
	font-size: 12px;
	color: #fff;
	padding: .5rem 2rem;
	text-align: right;
}



/*------------------------------------------------------- 
	workload_box
--------------------------------------------------------- */
.workload_box {
	display: grid;
	gap: 1px;
	text-align: center;
}
.workload_box > li {
	background: #0096d6;
	color: #fff;
	padding: 1rem .5em;
}
@media screen and (min-width: 480px) {
	.workload_box {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: max-content max-content 1fr auto;
		gap: 0;
	}
	.workload_box > li:nth-child(5) {
		grid-column: span 2 / span 2;
	}
}
@media screen and (min-width: 768px) {
	.workload_box {
		grid-template-columns: repeat(4, 1fr);
	}
	.workload_box > li:nth-child(5) {
		grid-column: span 4 / span 4;
	}
}
@media screen and (min-width: 1024px) {
	.workload_box {
		grid-template-columns: repeat(5, 1fr);
	}
	.workload_box > li:nth-child(5) {
		grid-column: auto;
	}
}
/*------------------------------------------------------------  photo_box -------- */
.photo__box {
	margin-top: 1rem;
}


/*------------------------------------------------------------  sub_photo_box -------- */

.workload_box .sub_photo_box {
	display: grid;
	gap: 10px 5px;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
}

@media screen and (min-width: 480px) {
	.workload_box .sub_photo_box {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(1, 1fr);
	}
}
@media screen and (min-width: 1024px) {
	.workload_box .sub_photo_box {
		grid-template-columns: auto;
		grid-template-rows: auto;
	}
}

.workload_box .sub_photo_box > li {
	border: 1px #fff solid;
}
.workload_box .sub_photo_box > li h4 {
	background: #e6e6e6;
	color: #222;
}


/*------------------------------------------------ 
	reason_that
---------------------------------------------------- */
.reason_that {
	margin-top: 3rem;
}

.reason_that > li {
	display: flex;
}
.reason_that > li + li {
	margin-top: 3rem;
}
.reason_that .icon {
	margin-right: 1rem;
}
.reason_that .icon img{
	max-width: 80px;
}
@media screen and (min-width: 768px) {
	.reason_that > li + li {
		margin-top: 40px;
	}
	.reason_that .icon {
		margin-right: 20px;
	}
}


/* ==================================================
	overview
================================================== */

.overview {
	padding: 0 20px 60px;
}
.overview_list {
	display: grid;
	margin-top: 45px;
}
.overview_list .font_body {
	font-size: 18px;
}
.overview_list * + .font_body {
	margin-top: 0;
}

@media screen and (max-width: 719px) {
	.overview_list {
		gap: 60px;
	}
	.overview_list h3 {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #000;
	}
}

@media screen and (min-width: 720px) {
	.overview_list {
		grid-template-columns: repeat(2, 1fr);
	}
	.overview_list > li {
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 2;
		gap: 30px;
		position: relative;
		padding: 30px 45px;
	}
	.overview_list > li:nth-child(odd)::after,
	.overview_list > li:nth-child(n+3)::before {
		content: "";
		position: absolute;
		top: 0;
		background: #000;
	}
	.overview_list > li:nth-child(odd)::after {
		right: 0;
		width: 1px;
		height: 100%;
	}
	.overview_list > li:nth-child(n+3)::before {
		left: 0;
		width: 100%;
		height: 1px;
	}
}
