@charset "utf-8";
/* CSS Document */
.report_sec {
	background:#FFF;
}
.report_sec .wrap {
	max-width:900px;
	padding:100px 0;
	margin:0 auto;
}
.mod-catHead01 {
	margin-bottom:55px;
}
.mod-catHead01-en_report br {
	display:none;
}
.report_ul {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.report_ul li {
	width:33.3333%;
	font-family:'Noto Serif Japanese', "Yu Mincho", 'Hiragino Mincho ProN', Georgia, "Times New Roman", Times, 'MS P Mincho', 'MS Mincho', serif;
	font-size:0;
}
.report_ul li:nth-child(3n+1) {
	padding-right:10px;
}
.report_ul li:nth-child(3n) {
	padding-left:10px;
}
.report_ul li:nth-child(3n+2) {
	padding-right:5px;
	padding-left:5px;
}
.report_ul li:nth-child(n+4) {
	padding-top:35px;
}
.report_name {
	font-size:16px;
	text-align:center;
	color:#FFF;
	padding-bottom:10px;
	max-width:100%;
	word-break:break-all;
	background:#c2a07d;
	padding:5px;
	letter-spacing:0.12em;
}
.report_date {
	padding:10px 0 0;
	font-size:14px;
}
.report_ttl {
	font-size:16px;
	padding-bottom:8px;
}
.report_ul li div a img,
.report_ul li div a .report_date,
.report_ul li div a .report_ttl {
	transition:.4s;
}
.report_ul li div a:hover {
	text-decoration:none;
}
.report_ul li div a:hover img {
	opacity:0.7;
}
.report_ul li div a:hover .report_date,
.report_ul li div a:hover .report_ttl {
	color:#c2a07d;
}
/*post*/
.wrap_post {
	max-width:1200px !important;
	padding:100px 0 0 !important;
}
.report_post_img {
	max-width:500px;
	margin:0 auto;
}
.report_post_img img {
	width:100%;
	height:auto;
}
.report_post_date,
.report_post_ttl,
.report_post_name {
	font-family:'Noto Serif Japanese', "Yu Mincho", 'Hiragino Mincho ProN', Georgia, "Times New Roman", Times, 'MS P Mincho', 'MS Mincho', serif;
	text-align:center;
	font-weight:lighter;
}
.report_post_date {
	font-size:18px;
}
.report_post_ttl {
	font-size:28px;
	margin-bottom:15px;
}
.report_post_name {
	font-size:45px;
	color:#C2A07D;
}
.wrap_post_cont {
	max-width:900px;
	margin:0 auto;
	text-align:left;
}
/*.post_cont_ttl*/.wrap_post_cont h4 {
	font-size:25px;
	font-family:'Noto Serif Japanese', "Yu Mincho", 'Hiragino Mincho ProN', Georgia, "Times New Roman", Times, 'MS P Mincho', 'MS Mincho', serif;
	margin-bottom:15px;
	margin-top:55px;
}
/*.post_cont_ttl::after*/.wrap_post_cont h4::after {
	content:'';
	display:block;
	width:200px;
	height:1px;
	background:#C2A07D;
	margin-top:8px;
}
/*.post_cont_text*/.wrap_post_cont p {
	font-size:15px;
	font-weight:bold;
	color:#231815;
}
/*.post_cont_img*/.wrap_post_cont img {
	margin:35px auto;
	/*max-width:500px;*/
}
/*ページネーション*/
.post_cont_pagnavi {
	display:flex;
	justify-content:space-between;
	margin:55px 0;
}
.post_cont_pagnavi li {
	flex:1 0 0%;
	position:relative;
}
.post_cont_pagnavi li a span,
.post_cont_pagnavi li a i {
	display:inline-block;
	vertical-align:middle;
}
.post_cont_pagnavi li i {
	font-size:65px;
	color:#C29F7D;
}
.post_cont_pagnavi li a span {
	font-size:12px;
	font-weight:bold;
	font-family:'Noto Serif Japanese', "Yu Mincho", 'Hiragino Mincho ProN', Georgia, "Times New Roman", Times, 'MS P Mincho', 'MS Mincho', serif;
}
.post_cont_pagnavi li .pagenav_center {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	right:0;
	margin:auto;
	padding-bottom:5px;
	border-bottom:1px solid #231815;
	color:#231815;
	text-align:center;
	width:fit-content;
	width:-moz-fit-content;
	width:-webkit-fit-content;
}
.post_cont_pagnavi li a .pagenav_text {
}
.post_cont_pagnavi li:nth-of-type(1) {
	text-align:left;
}
.post_cont_pagnavi li:nth-of-type(3) {
	text-align:right;
}
.post_cont_pagnavi li:nth-of-type(1) a .pagenav_text {
	padding-left:10px;
}
.post_cont_pagnavi li:nth-of-type(3) a .pagenav_text {
	padding-right:10px;
}

.wp_pagenation {
}

.wp_pagenation_ul {
	list-style:none;
	margin:20px 0 40px 0;
	padding:0;
	text-align:center;
}

.wp_pagenation_ul_li {
	display:inline-block;
	width:auto;
	margin:0 2px 10px;
	padding:0 10px;
	font-size:16px;
	font-weight:bold;
	color:#c2a07d;
	line-height:30px;
	background:#FFF;
	border:#c2a07d 1px solid;
	text-align:center;
	/* border-radius 
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;*/
}

.wp_pagenation_ul_li a {
	color:#c2a07d;
}

.wp_pagenation_ul_li_o {
	color:#FFF;
	background:#c2a07d;
}

.wp_pagenation_ul_li.wp_pagenation_ul_li_o {
}

.wp_pagenation_ul_li_nb {
	background:none;
	border:none;
	font-size:16px;
	font-weight:normal;
	color:#999;
	line-height:30px;
}

@media screen and (max-width: 768px) {
.report_sec .wrap {
	padding:55px 15px;
}
.mod-catHead01-en_report br {
	display:block;
}
.mod-catHead01-en_report {
	line-height:1.2;
	font-size:7vw;
}
.report_name {
	font-size:2vw;
}
.report_date {
	font-size:12px;
}
.report_ttl {
	font-size:15px;
}
/*.report_ul li:nth-of-type(odd) {
	padding-right:8px;
}
.report_ul li:nth-of-type(even) {
	padding-left:8px;
}*/
/*post*/
.wrap_post {
	padding:85px 0 0 !important;
}
.wrap_post_cont {
	padding:0 35px;
}
.report_post_ttl {
	font-size:28px;
	padding:0 15px;
}
.post_cont_ttl {
	font-size:20px;
}
.report_post_name {
	font-size:7vw;
}
/*ページネーション*/
.post_cont_pagnavi li a .pagenav_text {
	display:none;
}
}

@media screen and (max-width: 480px) {
.report_ul li {
	width:50%;
	padding:0 10px;
}
.report_ul li:nth-child(3n+1),
.report_ul li:nth-child(3n),
.report_ul li:nth-child(3n+2) {
	padding:0 10px;
}
.report_ul li:nth-child(odd) {
	padding-left:0;
}
.report_ul li:nth-child(even) {
	padding-right:0;
}
.report_ul li:nth-child(n+3) {
	padding-top:35px;
}
.report_ttl {
	font-size:3.5vw;
}
.report_button {
	font-size:12px;
}
.report_name {
	font-size:3vw;
}
/*post*/
.report_post_ttl {
	font-size:5.8vw;
	padding:0 15px;
}
.post_cont_ttl {
	font-size:5vw;
}
}