/*========================
interview
=========================*/
.interview {
	padding: 80px 0 0;
}
.interview .inner {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
	/*padding: 0 0 120px;*/
}
.interview .inner02 {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
	/*padding: 0 0 60px*/
}
.interview h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
}
.interview .main_img {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.interview .main_img img {
	width: 100%;
	height: auto;
}
.interview .main_img p.message {
	position: absolute;
	font-size: 60px;
	line-height: 1.6;
	font-weight: bold;
	color: #EA3223;
	top: 30px;
	left: 30px;
}
.interview .main_img .people_detail {
	position: absolute;
	width: 540px;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
	right: 0;
	top: 500px;
}
.interview .main_img .people_detail p {
	font-size: 14px;
	line-height: 1.6;
	color: #343434;
	padding: 0px 30px 30px 30px;
}
.interview .main_img .people_detail p.position {
	font-weight: bold;
	font-size: 16px;
	color: #EA3223;
	line-height: 1.6;
	margin-bottom: 10px;
	padding: 30px 30px 10px;
}
.interview .main_img .people_detail p.name {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	line-height: 1.6;
	margin-bottom: 10px;
	padding: 0px 30px 10px 30px;
}
.interview_box01 {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*margin-bottom: 160px;*/
	margin-top: 80px;
}
.interview_box01 .img {
	width: 380px;
}
.interview_box01 .img img {
	width: 100%;
	height: auto;
}
.interview_box01 .txt {
	width: 660px;
	padding: 40px 0 0;
}
.interview_box01 p.question {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.interview_box01 h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.8;
	color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-left: 10px;
	box-sizing: border-box;
}
.interview_box01 h2:before {
	content: "";
	width: 5px;
	background: #ea3223;
	height: 80%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
.interview_box01 p {
	text-align: left;
	font-size: 16px;
	color: #343434;
	line-height: 1.8;
	margin-bottom: 40px;
}
.interview_box02 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*margin-bottom: 160px;*/
	margin-top: 80px;
}
.interview_box02 .img {
	width: 610px;
}
.interview_box02 .img img {
	width: 100%;
	height: auto;
}
.interview_box02 .txt {
	width: 430px;
}
.interview_box02 p.question {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 30px;
	display: block;
	width: 100%;
}
.interview_box02 h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.8;
	color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-left: 10px;
	box-sizing: border-box;
	width: 65%;
}
.interview_box02 h2:before {
	content: "";
	width: 5px;
	background: #ea3223;
	height: 80%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
.interview_box02 p {
	text-align: left;
	font-size: 16px;
	color: #343434;
	line-height: 1.8;
	margin-bottom: 40px;
}
.interview_box03_bg {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	position: relative;
}
.interview_box03_bg::before {
	content: '';
	position: absolute;
	top: 10%;
	bottom: 0;
	left: 0;
	right: 0;
	background: #EDEDED;
	transform: skewY(-7deg);
	z-index: -1;
}
.interview_box03 {
	width: 1100px;
	margin: 0 auto;
	margin-top: 80px;
}
.interview_box03 .img {
	width: 100%;
	margin-bottom: 60px;
}
.interview_box03 .img img {
	width: 100%;
	height: auto;
}
.interview_box03 .txt {
	width: 100%;
}
.interview_box03 p.question {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.interview_box03 h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.8;
	color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
	width: 70%;
}
.interview_box03 h2:before {
	content: "";
	width: 5px;
	background: #ea3223;
	height: 80%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
.interview_box03 p {
	text-align: left;
	font-size: 16px;
	color: #343434;
	line-height: 1.8;
	margin-bottom: 40px;
}
.interview_box04 h2 {
	font-size: 30px;
	color: #262626;
	font-weight: bold;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	margin-bottom: 40px;
	position: relative;
}
.interview_box04 h2:before {
	content: "";
	background: #ea3223;
	width: 5px;
	height: 34px;
	left: 0;
	position: absolute;
}
.interview_box_bottom_wide {
	margin-bottom: 270px;
}
.interview_box_bottom_narrow {
	margin-bottom: 150px;
}
.tabs {
	margin-top: 50px;
	/*  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tab_item {
	/*  width: calc(100%/2);*/
	width: 49%;
	height: 50px;
	background-color: #EA3223;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	display: block;
	text-align: left;
	font-weight: bold;
	transition: all 0.2s ease;
	border-radius: 8px 8px 0 0;
	padding: 0 20px;
	box-sizing: border-box;
	/*
		box-shadow: 
                7px 7px 7px -7px rgba(0,0,0,0.1),
			0px 10px 7px -7px rgba(0,0,0,0.1);*/
	position: relative;
}
.tab_item:after {
	content: "";
	width: 10px;
	height: 10px;
	border: 0;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px;
	transform: rotate(45deg);
}
input[name="tab_item"] {
	display: none;
}
.tab_content {
	display: none;
	padding: 40px;
	background: #fff;
	clear: both;
	overflow: hidden;
	border-radius: 0 0 8px 8px;
	width: 100%;
	box-shadow: 0px 10px 7px -7px rgba(0, 0, 0, 0.1), 7px 7px 7px -7px rgba(0, 0, 0, 0.1);
}
#weekday:checked~#weekday_content, #busyday:checked~#busyday_content {
	display: block;
}
.tabs input:checked+.tab_item {
	background-color: #fff;
	color: #000;
}
.tabs input:checked+.tab_item::after {
	content: "";
	width: 90%;
	height: 50px;
	border-bottom: 1px solid #DBDBDB;
	border-right: none;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
	transform: rotate(0deg);
}
.tab_inner {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}
dl.schedule_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
dl.schedule_list dt {
	width: 20%;
	position: relative;
}
dl.schedule_list dt p {
	position: absolute;
	text-align: right;
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-weight: bold;
	right: 30px;
	top: -3px;
}
dl.schedule_list dt::after {
	content: '●';
	position: absolute;
	right: -0.55em;
	top: -3px;
	font-size: 22px;
	color: #EA3223;
}
dl.schedule_list dd {
	width: calc(100% - 20%);
	padding: 0 30px 60px 30px;
	border-left: 2px dashed#EA3223;
	box-sizing: border-box;
}
dl.schedule_list dd:last-child {
	border: none;
}
dl.schedule_list dd h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #000;
	line-height: 1.2;
}
dl.schedule_list dd p {
	color: #343434;
	font-size: 14px;
	line-height: 1.8;
}

.schedule_img {
	width: 45%;
}
.schedule_img img {
	width: 100%;
	height: auto;
}
.interview .linkbtn {
	width: 500px;
	margin: 60px auto;
}
.interview .linkbtn a {
	display: block;
	width: 100%;
	background: #fff;
	text-align: center;
	color: #ea3223;
	font-size: 20px;
	font-weight: bold;
	padding: 25px 0;
	border-radius: 40px;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.35);
	font-family: 'Roboto', sans-serif;
	position: relative;
}
.interview .linkbtn a:after {
	content: "";
	width: 10px;
	height: 10px;
	border: 0;
	border-bottom: solid 2px #ea3223;
	border-right: solid 2px #ea3223;
	position: absolute;
	top: 50%;
	right: 40px;
	margin-top: -6px;
	transform: rotate(-45deg);
}

@media screen and (max-width:1099px) {
	.interview .inner {
		max-width: 95%;
		/*padding: 0 0 60px;*/
	}
	.interview .inner02 {
		max-width: 95%;
	}
	.interview .main_img .people_detail {
		width: 540px;
		top: 450px;
	}
	.interview_box01 .img {
		width: 35%;
	}
	.interview_box01 .txt {
		width: 60%;
		padding: 80px 0 0;
	}
	.interview_box02 h2 {
		width: 70%;
	}
	.interview_box02 .img {
		width: 60%;
	}
	.interview_box02 .txt {
		width: 35%;
	}
	.interview_box03 {
		width: 95%;
		margin: 0 auto 120px;
	}
	.interview_box03 .txt {
		width: 100%;
	}
}

@media screen and (max-width:970px) {
	.interview {
		padding: 40px 0 0;
	}
	/*.interview .inner {*/
	/*	padding: 0 0 60px;*/
	/*}*/
	.interview h1 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.interview .main_img {
		margin-bottom: 0;
	}
	.interview .main_img p.message {
		font-size: 24px;
		top: 15px;
		left: 15px;
	}
	.interview .main_img .people_detail {
		width: 90%;
		border-radius: 4px;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: -30px;
		position: relative;
	}
	.interview .main_img .people_detail p {
		font-size: 11px;
		padding: 0px 15px 15px 15px;
		margin-bottom: 5px;
	}
	.interview .main_img .people_detail p.position {
		font-size: 13px;
		padding: 15px 15px 10px;
		margin-bottom: 5px;
	}
	.interview .main_img .people_detail p.name {
		font-size: 13px;
		padding: 0px 15px 10px 15px;
		margin-bottom: 5px;
	}
	.interview_box01 {
		margin-top: 40px;
	}
	.interview_box01 .img {
		width: 60%;
	}
	.interview_box01 .txt {
		width: 100%;
		padding: 30px 0 0;
	}
	.interview_box01 p.question {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.interview_box01 h2 {
		font-size: 16px;
		margin-bottom: 10px;
		padding-left: 10px;
	}
	.interview_box01 p {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.interview_box02 {
		margin-top: 40px;
		justify-content: end;
	}
	.interview_box02 .img {
		width: 60%;
	}
	.interview_box02 .txt {
		width: 100%;
		margin-bottom: 20px;
	}
	.interview_box02 p.question {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.interview_box02 h2 {
		font-size: 16px;
		margin-bottom: 10px;
		width: 100%;
	}
	.interview_box02 p {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.interview_box03 {
		margin-top: 40px;
	}
	.interview_box03 .img {
		margin-bottom: 30px;
	}
	.interview_box03 p.question {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.interview_box03 h2 {
		font-size: 16px;
		margin-bottom: 10px;
		width: 100%;
	}
	.interview_box03 p {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.interview_box_bottom_wide {
		margin-bottom: 80px;
	}
		.interview_box_bottom_narrow {
		margin-bottom: 40px;
	}
	.interview .inner h2 {
		font-size: 22px!important;
		margin-bottom: 20px!important;
	}
	.interview .inner h2:before {
		height: 28px;
	}
	.tab_item {
		font-size: 13px;
		padding: 0 10px;
	}
	.tab_item:after {
		width: 8px;
		height: 8px;
		top: 45%;
		right: 10px;
	}
	.tab_content {
		padding: 20px;
	}
	dl.schedule_list {
		width: 100%;
	}
	dl.schedule_list dt {
		width: 20%;
		position: relative;
	}
	dl.schedule_list dt p {
		font-size: 16px;
		right: 30px;
		top: 0px;
	}
	dl.schedule_list dt::after {
		content: '●';
		position: absolute;
		right: -0.55em;
		top: -3px;
		font-size: 22px;
		color: #EA3223;
	}
	dl.schedule_list dd {
		padding: 0 15px 30px 30px;
	}
	dl.schedule_list dd h4 {
		font-size: 16px;
	}
	dl.schedule_list dd p {
		font-size: 11px;
	}
	.schedule_img {
		width: 100%;
	}
	.interview .linkbtn {
		width: 90%;
		margin: 30px auto;
	}
	.interview .linkbtn a {
		font-size: 16px;
		padding: 20px 0;
	}
}

/*========================
report 下部の関連記事用
=========================*/

.report .inner {
	width: 1100px;
	max-width: 95%;
	margin: 0 auto;
	padding: 0 0 120px;
}
.report_box h2 {
	font-weight: 600;
	font-size: 30px!important;
	line-height: 1.2!important;
	padding: 0 0 5px 20px!important;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 40px!important;
}
.report_box h2:before {
	content: "";
	width: 5px;
	height: 30px;
	background: #ea3223;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	position: absolute;
}

.report_link {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 0;
	margin: 0 0 80px;
}
.report_link li {
	width: 207px;
}
.report_link li a {
	display: block;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	color: #ff0000;
	font-size: 22px;
	font-weight: bold;
	background: #fff;
	border: 2px solid #ff0000;
	border-radius: 40px;
	line-height: 1.6;
}
.report_link li a:hover {
	color: #fff;
	background: #ff0000;
	opacity: 1;
}
.report_link li.here a {
	color: #fff;
	background: #ff0000;
	pointer-events: none;
}
.report_link li.here a:hover {
	pointer-events: none;
}
.report_box {
	margin-bottom: 150px;
}

/* report_list */
.report_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 80px 0 40px;
	gap: 40px 0;
}

.report_list.category_list {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 80px 0 40px;
	gap: 40px;
}

.report_list.category_list:after {
	content: "";
	display: block;
	width: 340px;
}

.report_list li {
	position: relative;
	width: 340px;
	border-radius: 10px;
	box-shadow: 0px 0px 15px -5px #777777;
	background: #fff;
}
.report_list.category_list li:nth-child(1), .report_list.category_list li:nth-child(2) {
	width: 340px;
}
.report_list li a {
	display: block;
}
.report_list li a .headline {
	position: absolute;
	top: 10px;
	left: 20px;
	color: #ea3223;
	line-height: 1.6;
	font-size: 18px;
	font-weight: bold;
}
.report_list li ul.tags {
	display: flex;
	align-items: flex-end;
	position: absolute;
	top: 10px;
	right: 10px;
}
.report_list li ul.tags li {
	/*width: 52px !important;*/
	width: auto!important;
	text-align: center;
	border: 1px solid #ff0000;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 20px;
	z-index: 99;
	background: #fff;
	color: #ff0000;
}
.report_list li p.category {
	position: absolute;
	border: 1px solid #ff0000;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 20px;
	left: 10px;
	top: 10px;
	z-index: 99;
	background: #fff;
	color: #ff0000;
}
.report_list li img {
	border-radius: 8px 8px 0px 0px;
	width: 100%;
	height: auto;
}
.report_list li .report_txt {
	background: #fff;
	padding: 15px 15px 50px;
	box-sizing: border-box;
	border-radius: 0px 0px 8px 8px;
	position: relative;
}
.report_list li .report_txt p {
	font-size: 14px;
	line-height: 1.8;
}
.report_list li .report_txt .position {
	font-size: 14px;
	line-height: 1.8;
	color: #565656;
	margin-bottom: 0;
}
.report_list li .report_txt .name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	color: #565656;
	margin-bottom: 0;
}
.report_list li .report_btn {
	position: absolute;
	width: 65px;
	bottom: 10px;
	right: 0;
	padding: 0 25px 0 0;
}
.report_list li .report_btn .more {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-size: 16px;
	letter-spacing: -0.01em;
	line-height: 40px;
	text-align: center;
	color: #ea3223;
	position: relative;
	padding: 0;
}
.report_list li .report_btn .more:after {
	content: "";
	width: 22px;
	height: 22px;
	background: url(../images/top/interview_arrow.svg) no-repeat center/cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -25px;
}

/*
.report_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 80px 0 40px;
    gap: 40px 0;
}

.report_list.category_list{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 80px 0 40px;
    gap: 40px;
}

.report_list.category_list:after{
    content:"";
    display: block;
    width:340px;
}

.report_list li{
    width: 340px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -5px #777777;
    position: relative;
}

.report_list li:nth-child(1), .report_list li:nth-child(2){ width: 530px;}
.report_list.category_list li:nth-child(1), .report_list.category_list li:nth-child(2){ width: 340px;}

.report_list li p.category{
	position: absolute;
	border: 1px solid #ff0000;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 20px;
	left: 10px;
	top: 10px;
	z-index: 99; background: #fff; color: #ff0000;
}

.report_list li img {
	border-radius: 8px 8px 0px 0px;
    width: 100%; height: auto;
}
.report_list li .report_txt {
	background: #fff;
	padding: 15px 15px 50px;
	box-sizing: border-box;
	border-radius: 0px 0px 8px 8px;
	position: relative;
}
.report_list li .report_txt p {
	font-size: 16px;
	line-height: 1.8;
	color: #565656;
	margin-bottom: 0;
}
.report_list li .report_txt .report_btn {
	position: absolute;
	width: 65px;
	bottom: 10px;
	right: 0;
	padding: 0 25px 0 0;
}
.report_list li .report_txt .report_btn a {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-size: 16px;
	letter-spacing: -0.01em;
	line-height: 40px;
	text-align: center;
	color: #ea3223;
	position: relative;
	padding: 0;
}
.report_list li .report_txt .report_btn a:after {
	content: "";
	width: 22px;
	height: 22px;
	background: url(../images/common/interview_arrow.svg) no-repeat center/cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -25px;
}
*/
.event_title {
	margin-top: 80px;
}
.event_title h2 {
	font-size: 26px;
	font-weight: bold;
}
.event_title p {
	text-align: left;
	font-size: 16px;
	color: #343434;
	line-height: 1.8;
	margin-top: 40px;
}

@media screen and (max-width:1099px) {
    .report_link {
    	margin: 0 0 60px;
    }
    .report_link li:first-child {
    	width: 100%;
    }
    .report_link li {
    	width: 48%;
    }
    .report_list.category_list {
    	gap: 20px;
    }
    .report_list li {
    	width: 48%;
    }
    .report_list li:nth-child(1) {
    	width: 100%;
    }
    .report_list li:nth-child(2) {
    	width: 48%;
    }
    .report_list.category_list li:nth-child(1), .report_list.category_list li:nth-child(2) {
    	width: 48%;
    }
    .report_list.category_list:after {
    	content: "";
    	display: block;
    	width: 48%;
    }
}

@media screen and (max-width:767px) {
	.report .inner {
		padding: 0 0 60px;
	}
	.report_box {
		margin-bottom: 60px;
	}
	.report_link {
		margin: 0 0 40px;
	}
	.report_link li a {
		padding: 10px 0;
		font-size: 13px;
	}
	.report h2 {
		font-size: 22px!important;
		margin-bottom: 20px!important;
	}
	.report h2:befoe {
		height: 28px!important;
	}
	.report_list {
		margin: 40px 0;
		gap: 20px 0;
	}
	.report_list li ul.tags li {
		font-size: 11px;
	}
	.report_list.category_list {
		margin: 20px 0;
		gap: 20px 10px;
	}
	.report_list li p.category {
		position: absolute;
		border: 1px solid #ff0000;
		font-size: 11px;
		padding: 5px 15px;
		border-radius: 20px;
		left: 10px;
		top: 10px;
		z-index: 99;
		background: #fff;
		color: #ff0000;
	}
	.report_list li a .headline {
		top: 5px;
		left: 5px;
		font-size: 13px;
	}
	.report_list li .report_txt {
		padding: 10px 10px 30px;
	}
	.report_list li:first-child .report_txt {
		padding: 15px 15px 50px;
	}
	.report_list.category_list li:first-child .report_txt {
		padding: 10px 10px 30px;
	}
	.report_list li .report_txt p {
		font-size: 11px;
	}
	.report_list li:first-child .report_txt p {
		font-size: 13px;
	}
	.report_list.category_list li:first-child .report_txt p {
		font-size: 11px;
	}
	.report_list li .report_txt .position {
		font-size: 11px;
	}
	.report_list li .report_txt .name {
		font-size: 13px;
	}
	.report_list li .report_btn {
		width: 65px;
		padding: 0 10px 0 0;
		bottom: 0;
	}
	.report_list li .report_txt .report_btn {
		position: absolute;
		width: 65px;
		bottom: -5px;
		right: -10px;
		padding: 0 15px 0 0;
	}
	
	.report_list li:first-child .report_txt .report_btn {
		position: absolute;
		width: 65px;
		bottom: 10px;
		right: 0;
		padding: 0 25px 0 0;
	}
	.report_list.category_list li:first-child .report_txt .report_btn {
		position: absolute;
		width: 65px;
		bottom: -5px;
		right: -10px;
		padding: 0 15px 0 0;
	}
	.report_list li .report_txt .report_btn a {
		font-size: 13px;
		line-height: 40px;
	}
	.report_list li:first-child .report_txt .report_btn a {
		font-family: 'Roboto', sans-serif;
		font-style: italic;
		font-size: 16px;
		letter-spacing: -0.01em;
		line-height: 40px;
		text-align: center;
		color: #ea3223;
		position: relative;
		padding: 0;
	}
	.report_list.category_list li:first-child .report_txt .report_btn a {
		font-size: 13px;
		line-height: 40px;
	}
	.report_list li:first-child .report_txt .report_btn a:after {
		content: "";
		width: 22px;
		height: 22px;
		background: url(../images/common/interview_arrow.svg) no-repeat center/cover;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: -25px;
	}
	.event_title {
		margin-top: 40px;
	}
	.event_title h2 {
		font-size: 22px;
	}
	.event_title p {
		font-size: 13px;
	}
}


/*========================
post
=========================*/

.post .category_title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 20px;
}
.post .thumbnails {
	width: 100%;
	margin: 0 0 40px;
}
.post .thumbnails img {
	width: 100%;
	height: auto;
}
.post h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
	font-style: normal;
}
.post h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}
.post h2:before {
    content: "";
    width: 5px;
    background: #ea3223;
    height: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.post h3 {
    font-size: 22px;
    line-height: 1.8;
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid #ea3223;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.post p {
    text-align: left;
    font-size: 16px;
    color: #343434;
    line-height: 1.8;
    margin-bottom: 40px;
}

@media screen and (max-width:767px) {
	.post .category_title {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.post .thumbnails {
		margin: 0 0 20px;
	}
	.post h1 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.post h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.post h2:before {
		height: 100%;
	}
	.post h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.post p {
		font-size: 13px;
		margin-bottom: 20px;
	}
}

