@charset "UTF-8";

body {
font-weight: 400 !important;
}



/* ARTICLE */

.nav_breadcrumb {
	background: #f5f3e3;
	padding: 20px;
}
.nav_breadcrumb ul {
	font-size: 1.2rem;
	color: #555;
	flex-wrap: wrap;
}
.nav_breadcrumb ul li {
	padding: 2px 0;
	align-items: center;
}
.nav_breadcrumb ul li:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 10px 0 7px;
	box-sizing: content-box;
}
.nav_breadcrumb ul li:last-child:after {
	display: none;
}
.nav_breadcrumb ul li a {
	color: #555;
	line-height: 1.5em;
}
.nav_breadcrumb ul li strong {
	font-weight: 400;
	line-height: 1.5em;
}

.l_article {
	background: #f5f3e3;
	padding: 0 20px 80px 20px;
}
.l_article ._inner {
	max-width: 940px;
	background: #fff;
	border: 1px solid #f5f3e3;
	border-radius: 10px;
	padding: 60px 80px;
}

.l_article ._head {
	margin-bottom: 35px;
}
.l_article ._head ._date {
	color: #888;
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.l_article ._head h1 {
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.5em;
	margin: 0 0 30px 0;
}
.l_article ._head ._data {
	align-items: flex-start;
}
.l_article ._head ._data img {
	display: block;
	border-radius: 5px;
	width: calc((100% - 30px) / 2);
}
.l_article ._head ._data ._desc {
	flex: 1;
	padding-left: 30px;
	font-size: 1.5rem;
	line-height: 2em;
}
.l_article ._toc {
	background: #FAFBFC;
	border-radius: 10px;
	max-width: 600px;
	margin: 0 auto 40px auto;
	padding: 30px 50px 40px 50px;
	box-sizing: border-box;
}
.l_article ._toc p {
	font-size: 2.0rem;
	font-weight: 900;
	border-bottom: 1px solid #EAEEF2;
	padding-bottom: 10px;
	margin-bottom: 16px;
}
.l_article ._toc ul li a {
	color: #555;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.7em;
	display: inline-block;
}
.l_article ._toc ul li + li {
	border-top: 1px dashed #EAEEF2;
	margin-top: 16px;
	padding-top: 16px;
}

.l_article ._body .article-item {
	margin-bottom: 40px;
}
.l_article ._body .item_heading {
	padding-top: 100px;
	margin-top: -100px;
}
.l_article ._body .article-item h2 {
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.7em;
	margin: 0;
	padding: 0 0 0 24px;
	min-height: 60px;
	position: relative;
	border: none;
	display: flex;
	align-items: center;
}
.l_article ._body .article-item h2:before {
	content: '';
	display: block;
	width: 4px;
	height: 100%;
	background: #F37021;
	position: absolute;
	top: 0;
	left: 0;
}
.l_article ._body .article-item h3 {
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.7em;
	margin: 0;
	padding: 0 0 0 35px;
	position: relative;
	border: none;
}
.l_article ._body .article-item h3:before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #F37021;
	position: absolute;
	top: 16px;
	left: 0;
}
.l_article ._body .article-item.item_rich_text {
	font-size: 1.6rem;
	line-height: 2em;
}
.l_article ._body .article-item.item_image figure {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.l_article ._body .article-item.item_image figure img {
	display: block;
	margin: 0 auto;
	border-radius: 5px;
}
.l_article ._body .article-item.item_image ._sup {
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.6em;
	margin-top: 15px;
}
.l_article ._body .article-item.item_cta {
	text-align: center;
}
.l_article ._body .article-item.item_cta p {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.l_article ._body .article-item.item_cta p:before,
.l_article ._body .article-item.item_cta p:after {
	content: '';
	display: block;
	width: 2px;
	height: 22px;
	background: #555;
}
.l_article ._body .article-item.item_cta p:before {
	transform: rotate(-30deg);
	margin-right: 10px;
}
.l_article ._body .article-item.item_cta p:after {
	transform: rotate(30deg);
	margin-left: 10px;
}
.l_article ._body .article-item.item_cta a {
	color: #fff;
	background: #1DBA6A;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5em;
	width: 100%;
	max-width: 340px;
	padding: 12px 44px;
	margin: 0 auto;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
}
.l_article ._body .article-item.item_cta a:after {
	content: '';
	display: block;
	margin-left: 12px;
	width: 8px;
	height: 13px;
	background: url(../img/ico_more_white.svg) center center /contain no-repeat;
}
.l_article ._body .article-item.item_cta a:hover {
	background: #159D53;
}

.l_column {
	padding: 90px 0;
}
.l_column h2 {
	text-align: center;
	color: #ff660b;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.2em;
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
	padding-bottom: 15px;
}
.l_column ._list_column {
	margin: 0 auto;
	gap: 28px;
	flex-wrap: wrap;
}
.l_column ._list_column ._item {
	width: calc((100% - 56px) / 3);
}
.l_column ._list_column ._item a {
	color: #333;
}
.l_column ._list_column ._item figure {
	width: 100%;
	padding-top: 60%;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.l_column ._list_column ._item figure img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}
.l_column ._list_column ._item ._txt ._date {
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 8px;
}
.l_column ._list_column ._item ._txt ._t1 {
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.5em;
	margin-bottom: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.l_column ._list_column ._item ._txt ._t2 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


/* CATEGORY */

.__category .nav_breadcrumb {
background: #fff;
padding: 20px 15px;
max-width: 1230px;
width: 100%;
margin: 0 auto;
}
.l_category {
max-width: 1230px;
width: 100%;
margin: 0 auto 100px;
padding: 0 15px;
position: relative;
display: flex;
}
.l_category ._contents {
flex: 1;
padding-right: 8%;
}
.l_category ._contents h1 {
font-size: 3rem;
font-weight: 900;
line-height: 1.5em;
margin: 0 0 20px 0;
}
.l_category ._contents .list_article ._item {
border-bottom: 1px solid #eee;
}
.l_category ._contents .list_article ._item a {
display: block;
color: #333;
padding: 10px 0 15px;
}
.l_category ._contents .list_article ._item a ._title {
font-size: 1.6rem;
line-height: 1.6em;
font-weight: 500;
}
.l_category ._contents .list_article ._item a:hover ._title {
text-decoration: underline;
}
.l_category ._contents .list_article ._item a ._data {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: 8px;
}
.l_category ._contents .list_article ._item a ._data ._cat {
display: inline-block;
font-size: 1.2rem;
font-weight: 500;
line-height: 1.5em;
background: #51b0ec;
color: #fff;
padding: 3px 6px;
border-radius: 4px;
}
.l_category ._contents .list_article ._item a ._data ._date {
margin-left: auto;
font-size: 1.3rem;
font-weight: 500;
line-height: 1.5em;
color: #a2a2a2;
}
.l_category ._aside {
max-width: 320px;
width: 30%;
}
.l_category ._aside h2 {
font-size: 2rem;
font-weight: 900;
line-height: 1.5em;
margin: 0 0 20px 0;
border-left: 5px solid #ff660b;
padding-left: 12px;
}
.l_category ._aside .list_article ._item {
border-bottom: 1px solid #eee;
}
.l_category ._aside .list_article ._item a {
display: block;
color: #333;
padding: 10px 0;
}
.l_category ._aside .list_article ._item a ._title {
font-size: 1.4rem;
line-height: 1.5em;
font-weight: 500;
}
.l_category ._aside .list_article ._item a:hover ._title {
text-decoration: underline;
}
.l_category ._aside .list_article ._item a ._date {
margin-left: auto;
font-size: 1.1rem;
font-weight: 500;
line-height: 1.5em;
color: #a2a2a2;
margin-top: 4px;
}

.wp-pagenavi {
margin-top: 30px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last {
display: none;
}
.wp-pagenavi a {
display: block;
width: 40px;
line-height: 38px;
text-align: center;
border-radius: 4px;
color: #333;
border: 1px solid #eee;
font-size: 1.4rem;
font-weight: 500;
}
.wp-pagenavi .current {
display: block;
width: 40px;
line-height: 38px;
text-align: center;
border-radius: 4px;
color: #fff;
background: #333;
border: 1px solid #333;
font-size: 1.4rem;
font-weight: 500;
}




@media only screen and (max-width: 767px) {
	
	
	/* ARTICLE */
	
	.nav_breadcrumb {
		padding: 15px 20px;
	}
	
	.l_article {
		padding: 0 20px 40px 20px;
	}
	.l_article ._inner {
		padding: 30px 20px;
	}
	
	.l_article ._head {
		margin-bottom: 30px;
	}
	.l_article ._head ._date {
		font-size: 1.2rem;
		margin-bottom: 15px;
	}
	.l_article ._head h1 {
		font-size: 2rem;
		margin: 0 0 20px 0;
	}
	.l_article ._head ._data {
		display: block;
	}
	.l_article ._head ._data img {
		width: 100%;
	}
	.l_article ._head ._data ._desc {
		padding: 20px 0 0 0;
		/* background-color: #F37021; */
	}
	.l_article ._toc {
		padding: 20px;
	}
	
	.l_article ._body .article-item {
		margin-bottom: 30px;
	}
	.l_article ._body .item_heading {
		padding-top: 0;
		margin-top: 0;
	}
	.l_article ._body .article-item h2 {
		font-size: 2rem;
		min-height: 40px;
	}
	.l_article ._body .article-item h3 {
		font-size: 1.6rem;
		padding: 0 0 0 30px;
	}
	.l_article ._body .article-item h3:before {
		top: 13px;
	}
	.l_article ._body .article-item.item_rich_text {
		font-size: 1.5rem;
	}
	.l_article ._body .article-item.item_image ._sup {
		font-size: 1.2rem;
		margin-top: 12px;
	}
	.l_article ._body .article-item.item_cta p {
		font-size: 1.4rem;
	}
	.l_article ._body .article-item.item_cta p:before,
	.l_article ._body .article-item.item_cta p:after {
		height: 20px;
	}
	.l_article ._body .article-item.item_cta a {
		font-size: 1.6rem;
	}
	.l_article ._body .article-item.item_cta a:after {
		position: absolute;
		top: 50%;
		right: 24px;
		transform: translate(0, -50%);
		margin-left: auto;
	}
	
	.l_column {
		padding: 40px 0;
	}
	.l_column h2 {
		font-size: 2.0rem;
		margin-bottom: 17px;
		padding-bottom: 8px;
	}
	.l_column ._list_column {
		gap: 20px;
	}
	.l_column ._list_column ._item {
		width: 100%;
	}
	.l_column ._list_column ._item a {
		display: flex;
		gap: 15px;
	}
	.l_column ._list_column ._item ._tmb {
		width: 45%;
	}
	.l_column ._list_column ._item figure {
		margin-bottom: 0;
	}
	.l_column ._list_column ._item ._txt {
		flex: 1;
	}
	.l_column ._list_column ._item ._txt ._date {
		font-size: 1.0rem;
		margin-bottom: 4px;
	}
	.l_column ._list_column ._item ._txt ._t1 {
		font-size: 1.5rem;
		margin-bottom: 2px;
	}
	.l_column ._list_column ._item ._txt ._t2 {
		font-size: 1.2rem;
		line-height: 1.6em;
	}
	
	


/* CATEGORY */

.__category .nav_breadcrumb {
padding: 15px 15px;
}
.l_category {
margin: 0 auto 50px;
display: block;
}
.l_category ._contents {
padding: 0;
}
.l_category ._contents h1 {
font-size: 2rem;
margin: 0 0 10px 0;
}
.l_category ._contents .list_article ._item a {
padding: 8px 0 12px;
}
.l_category ._contents .list_article ._item a ._title {
font-size: 1.4rem;
line-height: 1.5em;
}
.l_category ._contents .list_article ._item a ._data {
margin-top: 6px;
}
.l_category ._contents .list_article ._item a ._data ._cat {
font-size: 1.0rem;
padding: 2px 4px;
}
.l_category ._contents .list_article ._item a ._data ._date {
font-size: 1.1rem;
}

.l_category ._aside {
max-width: none;
width: 100%;
margin-top: 40px;
}
.l_category ._aside h2 {
font-size: 1.6rem;
margin: 0 0 10px 0;
}

.wp-pagenavi {
margin-top: 20px;
}
.wp-pagenavi a {
width: 32px;
line-height: 30px;
font-size: 1.4rem;
}
.wp-pagenavi .current {
width: 32px;
line-height: 30px;
font-size: 1.4rem;
}

	
	
}

._wrapper .l_article ._inner ._head .excerpt p {
	/* background: #0ff; */
	/* padding-left: 10px;
	padding-right: 10px; */
    font-size: 1.5rem;
	line-height: 32px;
font-weight: 400;
}

.no_bullets {
	background: #FAFBFC;
    border-radius: 10px;
    max-width: 600px;
    margin: 0 auto 40px auto;
    padding: 30px 50px 40px 50px;
    box-sizing: border-box;
    @media only screen and (max-width: 767px) {
      padding: 20px;
    }
	.toc_title {
		font-size: 2.0rem;
		font-weight: 900;
line-height: 1em;
		border-bottom: 1px solid #EAEEF2;
		padding-bottom: 10px;
		margin: 0 0 16px 0;
	}
	ul li + li {
		border-top: 1px dashed #EAEEF2;
		margin-top: 16px;
		padding-top: 16px;
	}
	ul li a {
		color: #555;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.7em;
		display: inline-block;
	}
	ul li ul {
      padding-left: 1em;
    }
	ul li ul li {
      border-top: 1px dashed #EAEEF2;
		margin-top: 16px;
		padding-top: 16px;
    }
}
.blog h1 {
    margin: 0 0 30px 0;
    padding: 0 0 0 24px;
    min-height: 60px;
    position: relative;
    border: none;
    display: flex;
    align-items: center;
    @media only screen and (max-width: 767px) {
      margin: 0 0 20px 0;
      min-height: 40px
    }
}
.blog h1 span {
	font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.7em;
    @media only screen and (max-width: 767px) {
      font-size: 2rem;
      min-height: 40px;
    }
}
.blog h1:before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    background: #F37021;
    position: absolute;
    top: 0;
    left: 0;
}
/* .blog h1 span:before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    background: #F37021;
    position: absolute;
    top: 0;
    left: 0;
} */

/* .blog h2 span:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #F37021;
    position: absolute;
    top: 16px;
    left: 0;
} */
.blog h2 {
    margin: 0 0 30px 0;
    padding: 0 0 0 35px;
    position: relative;
    border: none;
    @media only screen and (max-width: 767px) {
      margin: 0 0 20px 0;
      padding: 0 0 0 30px;
    }
}
.blog h2 span {
	font-size: 2rem;
    font-weight: 900;
    line-height: 1.7em;
    @media only screen and (max-width: 767px) {
      font-size: 1.6rem;
    }
}
.blog h2:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #F37021;
    position: absolute;
    top: 16px;
    left: 0;
}
@media only screen and (max-width: 767px) {
  .blog h2:before {
      top: 13px;
  }
}

.blog p {
	margin: 0 0 40px 0;
	font-size: 1.6rem;
    line-height: 2em;
font-weight: 400;
    @media only screen and (max-width: 767px) {
      font-size: 1.5rem;
      margin: 0 0 30px 0;
    }
}
.blog p img {
margin-bottom: 10px;
}
.blog .article-item-button p {
	margin: 0 15px 8px 15px;
	font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    @media only screen and (max-width: 767px) {
	  font-size: 1.4rem;
      margin: 0 0 8px 0;
    }
}
.blog .article-item-button a {
	color: #fff;
    background: #1DBA6A;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5em;
    width: 100%;
    max-width: 360px;
    padding: 12px 44px;
    margin: 0 auto;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
	margin-bottom: 30px;
}
.blog table {
	width: 100%;
	border-top: 1px solid #888;
    border-left: 1px solid #888;
    margin-bottom: 40px;
    @media only screen and (max-width: 767px) {
      margin-bottom: 30px;
    }
}
.blog table tr {
	border-bottom: 1px solid #888;
}
.blog table tr th {
	background: #c1c1c1;
}
.blog table tr th, .blog table tr td {
	padding: 10px;
	border-right: 1px solid #888;
	text-align: center;
}

