@charset 'UTF-8';
/* style-sp.css */

/*
COMMON / index.php
================================================ */

html {
	width: 100%;
	color: #000000;
	font-size: 62.5%;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: none;
}
body {
    background-color: #F9F9F8;
	font-size: 1.4rem;
	line-height: 1.4;
}
.cabin_regular {
    font-family: "cabin-sketch-regular", sans-serif;
    font-weight: 400;
    font-style: normal;	
}
.cabin_bold {
    font-family: "cabin-sketch-bold", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.myriad_bold {
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    font-weight: 700;
}
a {
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	color: #000000;
	text-decoration: none;
}
a:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}
a:visited {
	color: #000000;
}
.link_btn a {
	display: block;
	border-radius: 3px;
	text-align: center;	
	text-decoration: none;
	box-sizing: border-box;
}
.link_arrow {
	padding: 0 0 0 8px;
	font-size: 0.9em;
}
.pc_only {
	display: none;
}
img {
	width: 100%;
}


/* global header */

@keyframes slideIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.header_wrapper {
	background-color: #FFFFFF;
}
.gloabal_header_sp.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 10000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  animation: slideIn 0.5s ease-out forwards;
}
.gloabal_header_sp .global_header_inner {
	display: flex;
	justify-content: space-between;
}
.gloabal_header_sp h1 {
    width: 260px;
	margin: 13px 10px 13px 10px;
}
.gloabal_header_sp img {
    width: 100%;
}
.gloabal_header_sp .menu_btn {
    width: 60px;
    height: 60px;
    background-color: #999999;
    color: #FFFFFF;
    font-size: 1.2rem;
}
#nav-toggle {
  z-index: 10000;
}
#nav-toggle div {
    position: relative;
    width: 3.6rem;
    top: 1.6rem;
    left: 1.2rem;    
}
#nav-toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 0.1rem;
    left: 0;
    background: #FFFFFF;
    transition: transform .6s ease-in-out, top .5s ease;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 1.4rem;
}
#nav-toggle span:nth-child(3) {
    top: 2.8rem;
}
#nav-toggle:hover span:nth-child(1) {
    top: 0.4rem;
}
#nav-toggle:hover span:nth-child(3) {
    top: 2.3rem;
}
.open {
    overflow: hidden;
}
.open #nav-toggle span {
    background: #FFFFFF;
}
.open #nav-toggle span:nth-child(1) {
    top: 1.5rem;
    transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
    top: 1.5rem;
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 1.5rem;
    transform: rotate(-45deg);
}
.open #nav-drawer {
    visibility: visible;
    opacity: 1;
}
.open #nav-drawer li {
    opacity: 1;
    transform: translateX(0);
    transition:  transform 1s ease, opacity .9s ease;
}
#nav-drawer {
    position: fixed;    
    top: 6.0rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    padding: 2.0rem 0;
    background: rgba(255,255,255,0.97);
    color: #000000; 
    font-size: 1.6rem; 
    opacity: 0;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
    overflow: scroll;
    visibility: hidden;
}
.global_navi_sp {
	width: calc(100% - 6.0rem);
	margin: 0 auto;
}
.btn_area {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px 0;
}
.btn_area li {
	width: 48%;
}
.btn_area li.link_btn a {
	width: 100%;
	padding: 10px 0;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 1.2rem;
	letter-spacing: 1px;
}
.btn_area li:first-child a {
	background-color: #050069;
}
.btn_area li:last-child a {
	background-color: #B91A00;
}
.header_navi li {
	padding: 15px 10px;
	border-bottom: 1px dotted #CFCFCF;	
}
.header_navi li.has-child ul {
	margin: 10px 0 0 0;
}
.header_navi li.has-child ul li {
	padding: 5px 10px;
	border-bottom: none;
}
.header_navi .parent {
	font-weight: bold;
}


/* index.php */

.top_mainVisual {
	position: relative;
	width: 100%;
	height: 200px;
	z-index: -1000;
}
.top_mainVisual .img_main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
.top_mainVisual .img_main img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.top_mainVisual .img_wave {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.top_mainVisual .img_wave img {
	width: 100%;
}
.bx-wrapper {
	width: 100% !important;
	border: none;
	box-shadow: none;	
}
.bxslider img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.bx-pager {
	bottom: 60px !important;
	z-index: 100;
}
.bx-pager-item .active {
	background-color: #050069 !important;	
}
.main_inner {
	width: calc(100% - 6.0rem);
	margin: 0 auto;
	padding: 40px 0;
	font-size: 1.0em;
	letter-spacing: 1px;
}
.main_inner h2 {
	margin: 0 0 40px 0;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
}
.main_inner h2 span {
	display: block;
	font-size: 1.6em;
}
.top_about .main_inner {
	padding: 0 0 40px 0;
}
.top_about h2 {
	margin: 0 0 20px 0;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
.top_about .about_txt p {
	margin: 10px 0 0 0;
}
.top_about .about_txt p:first-child {
	margin: 0 0 0 0;
}
.top_about .main_inner p.link_btn {
	width: 240px;
	height: 46px;
	margin: 30px auto 0 auto;
}
.top_about .main_inner p.link_btn a {
	padding: 15px;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 1.2rem;
}

.top_activity {
	background-color: #FFFFFF;
}
.top_activity_cont h3 {
	font-size: 1.6em;
	font-weight: bold;
}
.top_activity_cont li {
	position: relative;
	margin: 0 0 40px 0;
}
.top_activity_cont .top_activity_en {
	color: #CFCFCF;
	font-size: 1.4em;
	opacity: 0.8;
}
.top_activity_cont .top_activity_caption {
	margin: 20px 0;
}
.top_activity_cont .top_activity_img img {
	width: 100%;
}
.top_activity_cont .top_activity_illust {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
}
.top_activity_cont .top_activity_illust img {
	width: 100%;
}
.top_activity_nav li.link_btn {
	width: 240px;
	height: 46px;
	margin: 10px auto;
}
.top_activity_nav li.link_btn a {
	padding: 15px;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 1.2rem;
}

.top_blog .main_inner ul li {
    width: 300px;
	margin: 0 auto 30px auto;
}
.top_blog .main_inner ul li .thumb {
    width: 300px;
    height: 225px;
    overflow: hidden;	
	margin: 0 auto 10px auto;
}
.top_blog .main_inner ul li .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;	
	border-radius: 4px;
}
.top_blog .main_inner ul li span {
	display: block;
	font-size: 1.2rem;
	margin: 0 0 5px 0;
}
.top_blog .main_inner ul li a {
	text-decoration: underline;
}
.top_blog .main_inner p.link_btn {
	width: 240px;
	height: 46px;
	margin: 30px auto 0 auto;
}
.top_blog .main_inner p.link_btn a {
	padding: 15px;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 1.2rem;
}

.top_support .main_inner ul {
}
.top_support .main_inner ul li {
	width: 300px;
	margin: 0 auto 20px auto;
	padding: 20px;
	border-radius: 4px;
	box-sizing: border-box;
}
.top_support .main_inner ul li:last-child {
	margin: 0 auto;
}
.top_support .main_inner ul li h3 {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.top_support .cont01 {
	background-color: #009944;
}
.top_support .cont02 {
	background-color: #69B2DE;
}
.top_support .support_icon {
	width: 100%;
	height: 80px;
	text-align: center;
}
.top_support .support_icon img {
	height: 100%;
}
.top_support p.link_btn a {
	position: relative;
	margin: 0 0 0 0;
	padding: 10px 30px;
	background-color: #FFFFFF;
	border-radius: 50px;
	font-weight: bold;
}
.top_support .cont01 p.link_btn a {
	color: #009944;
}
.top_support .cont02 p.link_btn a {
	color: #69B2DE;
}

.top_news {
	background-color: #FFFFFF;
}
.top_news .main_inner .right ul li {
	padding: 15px;
	border-bottom: 1px dotted #CFCFCF;
	box-sizing: border-box;
}
.top_news .main_inner .right ul li:first-child {
	padding: 0 15px 15px 15px;
}
.top_news .main_inner .right ul li span {
	display: block;
}
.top_news .main_inner .right ul li a {
	display: block;
	text-decoration: underline;
}
.top_news .main_inner .right ul li a:hover {
	text-decoration: none;
}
.top_news .main_inner p.link_btn {
	width: 150px;
	margin: 20px auto 0 auto;
	font-size: 0.8em;
}
.top_news .main_inner p.link_btn a {
	position: relative;
	padding: 10px 20px;
	border: 1px solid #000000;
	color: #000000;
	font-weight: bold;
}
.top_news .main_inner p.link_btn a img {
	position: absolute;
	width: 20px;
	top: 10px;
	right: 14px;
}

.top_partner {
}

.insta_logo {
	width: 60px;
	height: 60px;
	margin: 40px auto 0 auto;
}
.insta_logo img {
	width: 100%;
	height: 100%;
} 

.site-footer {
	font-size: 1.2rem;
}
.footer_bg {
    width: 100%;
	padding: 0 0 40px 0;
	background-color: #009944;
}
.footer_bg {
    width: 100%;
	padding: 0 0 40px 0;
	background-color: #009944;
}
.footer_bg_sp {
	width: 100%;
	aspect-ratio: 1600 / 600;
    background: url("../images/footer_bg_sp.png") #F9F9F8 top left no-repeat;
    background-size: 100% auto;
}
.index_footer .footer_bg_sp {
	width: 100%;
	aspect-ratio: 1600 / 600;
    background: url("../images/footer_bg_sp.png") #F9F9F8 top left no-repeat;
    background-size: 100% auto;
}
.footer_logo {
    width: 50%;
    margin: 0 auto 20px auto;
}
.footer_logo img {
    width: 100%;
}
.site-footer .address,
.site-footer .copyright {
	margin: 0;
	color: #FFFFFF; 
	text-align: center;
}
.footer_contact {
	width: 125px;
	margin: 20px auto;
}
.footer_contact a {
	position: relative;
	width: 125px;
	padding: 6px 0 6px 20px;
	background-color: #FFFFFF;
	color: #009944;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 1px;
	box-sizing: border-box;
}
.footer_contact a img {
	position: absolute;
    top: 5px;
    left: 10px;
	width: 16px;
	margin: 0 5px 0 0;
}
.site-footer nav {
	text-align: center;
}
.site-footer nav ul {
}
.site-footer nav ul li a {
	color: #FFFFFF;
	font-size: 0.8em;
	line-height: 0.8;
}
.site-footer nav ul li:first-child {
	margin: 0 10px 0 0;
}
.site-footer nav ul li:last-child:before {
	padding: 0 5px 0 0; 
	content: "≫";
	color: #FFFFFF;
	font-size: 0.8em;
}


/*
page.php / page_XXX.php
================================================ */
.page {
}
.page .post-header {
	width: calc(100% - 6.0rem);
	margin: 0 auto;
}
.page .post-header h2.post-title {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
}
.page .post-header h2.post-title span {
	display: block;
	font-size: 1.6em;
}
.page .main-contents section {
	margin: 30px 0 0 0;
}
.page .main-contents section:first-child {
	margin: 0;
}
.page .main-contents p {
	margin: 0 0 10px 0;
}
.page .post-content {
	width: calc(100% - 6.0rem);
	margin: 0 auto 20px auto;
	padding: 20px;
	background-color: #FFFFFF;
	border-radius: 10px;
	line-height: 1.6;
	box-sizing: border-box;
}
.page .post-content h3 {
	margin: 0 0 20px 0;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
}
.page .post-content h3:before {
	position: relative;
	top: 3px;
	width: 16px;
	height: 16px;
	content: "　";
	margin: 0 12px 0 0;
	background: url("../images/h3_icon.svg") no-repeat;
	background-size: contain;
}
.page .post-content h4 {
	margin: 40px 0 20px 0;
	padding: 0 0 0 15px;
	border-left: 5px solid #CCCCCC;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 2px;
}

.page_about p.txt_r {
	text-align: right;
}
.page_about p.txt_r span {
	padding: 0 10px 0 0;
	font-size: 0.8em;
}

.page_outline table {
	width: 100%;
	border: 1px solid #CFCFCF;
	font-size: 0.9em;
	line-height: 1.8;
	box-sizing: border-box;
}
.page_outline table th {
	display: block;
	padding: 10px 15px;
	background-color: #F2F2F2;
	border-bottom: 1px solid #CFCFCF;
	letter-spacing: 2px;
	text-align: left;
}
.page_outline table td {
	display: block;
	padding: 10px 15px;
	background-color: #FCFCFC;
	border-bottom: 1px solid #CFCFCF;
	letter-spacing: 1px;
}
.page_outline table tr:last-child td {
	border-bottom: none;
}
.page_outline table td a {
	text-decoration: underline;
}
.page_outline table td span {
	display: block;
	font-size: 0.8em;
}
.page_outline table td dl {
	display: flex;
	margin: 0 0 15px 0;
}
.page_outline table td dl:last-child {
	margin: 0;
}
.page_outline table td dl dt {
	flex: 0 0 80px;
	font-weight: normal;
}
.page_outline table td dl dd {
    flex: 1;
    min-width: 0;
    margin-left: 0;
    word-break: break-all;
}
.page_outline table td ol {
	margin: 0;
	padding: 0;
}
.page_outline table td ol li {
	margin: 0 !important;
	list-style-type: none;
	counter-increment: cnt;
	line-height: 1.8;
	text-indent: -1.8em;
	padding-left: 1.8em;	
}
.page_outline table td ol li::before {
	content: "(" counter(cnt) ") ";
}

.page_activity section ul {
}
.page_activity section ul li {
	margin: 30px 0 0 0 !important;
	box-sizing: border-box;
}
.page_activity section ul li:first-child {
	margin: 0 0 0 0 !important;
}
.page_activity section ul li img {
	width: 100%;
}
.page_activity section ul li dl dt {
	margin: 15px 0 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}

.page_support section ul li {
	margin: 40px 0 0 0;
}
.page_support section ul li:first-child {
	margin: 0 0 0 0 !important;
}
.page_support  section ul li img {
	width: 100%;
}
.page_support section ul li dl dt {
	margin: 15px 0 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}
.page_support p.link_btn {
	width: 260px;
	height: 60px;
	margin: 10px auto 0 auto;
}
.page_support p.link_btn a {
	position: relative;
	padding: 20px;
	background-color: #333333;
	border-radius: 3px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}
.page_support p.link_btn a img {
	position: absolute;
	width: 20px;
	top: 24px;
	right: 24px;
}

.page_member table,
.page_member thead,
.page_member tbody,
.page_member tr,
.page_member th,
.page_member td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
}
.page_member tr.membership_type,
.page_member tr:nth-child(2) {
    display: none;
}
.page_member table tr {
    border-bottom: 2px solid #CFCFCF;
}
.page_member table tr:last-child {
    border-bottom: none;
}
.page_member table th.annual_fee {
    background-color: #F2F2F2;
    color: #333;
    border-right: none;
    border-bottom: 1px solid #CFCFCF;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}
.page_member table td {
    text-align: left;
    padding: 10px 15px 10px 130px;
    position: relative;
    border-right: none;
    border-bottom: 1px solid #eee;
    background-color: #FCFCFC;
}
.page_member table td:last-child {
    border-bottom: none;
}
.page_member table td::before {
    position: absolute;
    left: 15px;
    width: 110px;
    font-weight: bold;
    color: #666;
    font-size: 0.8em;
    white-space: nowrap;
}
.page_member table td:nth-child(2)::before { content: "正会員（個人）"; }
.page_member table td:nth-child(3)::before { content: "正会員（団体）"; }
.page_member table td:nth-child(4)::before { content: "賛助会員（個人）"; }
.page_member table td:nth-child(5)::before { content: "賛助会員（団体）"; }
.page_member li {
	list-style: circle;
}
.page_member p.link_btn {
	width: 260px;
	height: 60px;
	margin: 20px auto 0 auto;
}
.page_member p.link_btn a {
	position: relative;
	padding: 20px;
	background-color: #333333;
	border-radius: 3px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}
.page_member p.link_btn a img {
	position: absolute;
	width: 20px;
	top: 24px;
	right: 24px;
}

.page_join section ul {
}
.page_join section ul li {
	margin: 30px 0 0 0 !important;
}
.page_join section ul li:first-child {
	margin: 0 0 0 0 !important;
}
.page_join section ul li img {
	width: 100%;
}
.page_join section ul li dl dt {
	margin: 15px 0 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}
.page_activity .caption,
.page_join .caption {
	margin: 30px 0 0 0 !important;
}
.page_activity .caption a,
.page_join .caption a {
	text-decoration: underline;
}

.page_stay table {
	width: 100%;
	border: 1px solid #CFCFCF;
	font-size: 0.9em;
	line-height: 1.8;
	box-sizing: border-box;
}
.page_stay table th {
	display: block;
	padding: 10px 15px;
	background-color: #F2F2F2;
	border-right: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	letter-spacing: 2px;
	text-align: left;
}
.page_stay table td {
	display: block;
	padding: 10px 15px;
	background-color: #FCFCFC;
	border-bottom: 1px solid #CFCFCF;
	letter-spacing: 1px;
}
.page_stay table td a {
	text-decoration: underline;
}
.page_stay table td span {
	display: block;
	font-size: 0.8em;
}
.page_stay .caption {
	margin: 30px 0 0 0 !important;
}
.page_stay .caption a {
	text-decoration: underline;
}


/*
single.php
================================================ */
.single .post-header {
    margin: 0 auto;
}
.single .post-header h2.post-title {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
}
.single .post-header h2.post-title:before {
	display: none;	
}
.single .post-header h2.post-title span {
	display: block;
	font-size: 1.6em;
}
.single .main-contents {
	width: calc(100% - 6.0rem);
	margin: 0 auto;
	padding: 20px;
	background-color: #FFFFFF;
	border-radius: 10px;
	line-height: 1.6;
	box-sizing: border-box;
}
.single .post-title {
	margin: 0 0 20px 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
}
.single .post-title:before {
	position: relative;
	top: 4px;
	width: 16px;
	height: 16px;
	content: "　";
	margin: 0 10px 0 0;
	background: url("../images/h3_icon.svg") no-repeat;
	background-size: contain;
}
.single .post-content a {
	text-decoration: underline;
}
.single .post-content p {
	margin: 0 0 10px 0;
}
.single .wp-post-image {
	width: 100%;
	margin: 0 0 20px 0;
}
.single p.post-list_link {
	width: 200px;
	margin: 0 auto;
}
.single p.post-list_link a {
	display: block;
	width: 100%;
	padding: 15px;
	background-color: #333333;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 1.2rem;
	text-decoration: none;
	letter-spacing: 1px;
	box-sizing: border-box;
}


/*
archive.php
================================================ */
.category .post-header {
    margin: 0 auto;
}
.category .post-header h2.post-title {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
}
.category .post-header h2.post-title span {
	display: block;
	font-size: 1.6em;
}
.category .main-contents {
	width: calc(100% - 6.0rem);
	margin: 0 auto 20px auto;
	padding: 20px;
	background-color: #FFFFFF;
	border-radius: 10px;
	line-height: 1.6;
	box-sizing: border-box;
}
.category-news .main-contents ul li,
.category-event .main-contents ul li {
	padding: 10px;
	border-top: 1px dotted #CFCFCF;
	box-sizing: border-box;
}
.category-news .main-contents ul li:first-child,
.category-event .main-contents ul li:first-child {
	padding: 0 10px 10px 10px;
	border-top: none;
}
.category-news .main-contents ul li:last-child,
.category-event .main-contents ul li:last-child {
	padding: 10px 10px 0 10px;
}
.category .main-contents ul li span {
	display: block;
}
.category .main-contents ul li a {
	display: block;
	text-decoration: underline;
}
.category .main-contents ul li a:hover {
	text-decoration: none;
}
.category .main-contents .nav-links {
	display: flex;
	justify-content: center;
	margin: 20px 0 0 0;
}
.category .main-contents .nav-links a {
	display: block;
	margin: 0 0 0 20px;
	padding: 10px 16px;
	background-color: #333333;
    border-radius: 3px; 
	color: #FFFFFF;
	font-size: 0.8em;
	text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}
.category .main-contents .nav-links a:first-child {
	margin: 0;
}
.category-blog .main-contents ul {
}
.category-blog .main-contents ul li {
	width: 100%;
	margin: 30px 0 0 0; 
	padding: 0;
	box-sizing: border-box;
}
.category-blog .main-contents ul li:first-child {
	margin: 0;
}
.category-blog .main-contents ul li .thumbnail {
	margin: 0;
}
.category-blog .main-contents ul li .archive-thumb {
    width: 100%;
    aspect-ratio: 403 / 302;
    overflow: hidden;
}
.category-blog .main-contents ul li .archive-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}
.category-blog .main-contents ul li .archive-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

}
.category-blog .main-contents ul li .post-date {
	margin: 10px 0 5px 0;
	font-size: 0.9em;
}
.category-blog .main-contents ul li h3 {
	line-height: 1.2;
}