@charset "UTF-8";
/*共通*/
.cat{
    display: inline-block;
    background-color: #186E9B;
    border-radius: 1.4rem;
    color: #FFF;
    padding: .5rem 1.2rem;
    font-size: 1.2rem;
    line-height: 1;
}
@media screen and (max-width:767.98px){
    .cat{
        border-radius: 1rem;
        padding: .5rem 1rem 0.3rem;
        font-size: 1rem;
    }
}

.selectbtn {
	display: flex;
  	justify-content: flex-start;
  	align-items: center;
}
.selectwrap{
    position: relative;
	margin-right: 1rem;
	margin-bottom: 6rem;
	line-height: 1;
	padding: 0;
	border: 1px solid #E3E3E3;
}
@media screen and (max-width: 767.98px) {
	.selectwrap{
		margin-bottom: 3rem;
        margin-right: 2%;
        width: 49%;
	}
	.selectwrap:last-of-type {
        margin-right: 0;
	}
}

.selectwrap::before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
	border-radius: 0 0.5rem 0.5rem 0;
    height: 4rem;
    width: 4rem;
}
@media screen and (max-width: 767.98px) {
	.selectwrap::before{
    	width: 3rem;
    	height: 3rem;
	}
}
.selectwrap::after{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem 0.8rem 0 0.8rem;
    border-color: #186E9B transparent transparent transparent; 
}
@media screen and (max-width: 767.98px) {
	.selectwrap::after{
    	right: 10px;
    	border-width: 0.5rem 0.5rem 0 0.5rem;
	}
}
.selectwrap select {
    margin: 0;
    height: 4rem;
    position: relative;
    padding: 0 5rem 0 1rem;
}
@media screen and (max-width: 767.98px) {
	.selectwrap select{
    	height: 3rem;
    	padding: 0 3.5rem 0 1rem;
	}
}
.selectwrap select::-ms-expand {
    display: none;
}

/* ************************
news
************************ */

.news-list-item {
    position: relative;
}

.news-list-item a {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1.6rem;
    padding: 1.6rem 3.6rem 1.6rem 0;
    border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width:767.98px){
    .news-list-item a{
        gap: .8rem;
        padding: 1.2rem 2.6rem 1.2rem 0;
    }
}

.news-list-item a:hover {
    opacity: 0.8;
}

.news-list-item a::before{
    content: "";
    position: absolute;
    top: 50%;
    right: .8rem;
    width: 10px;
    height: 10px;
    border-right: 1px solid #101010;
    border-bottom: 1px solid #101010;
    transform: translateY(-50%) rotate(-45deg);
    transition: transform .2s ease, right .2s ease;
    opacity: .9;
}
@media screen and (max-width:767.98px){
    .news-list-item a::before{
        right: .6rem;
        width: 8px; 
        height: 8px;
    }
}

.news-list-item a:hover::before{
    right: .4rem;
    transform: translateY(-50%) rotate(-45deg) translateX(2px);
}

.news-list-body {
  flex: 1 1 auto;
}

.news-posts-item-head {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0 0 .2rem;
}
@media screen and (max-width:767.98px){
    .news-posts-item-head { 
        gap: .8rem;
    }
}

.newsbox .news-posts .pagination {
	padding-top: 10rem;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}
@media screen and (max-width: 767.98px) {
	.newsbox .news-posts .pagination {
    	padding-top: 5rem;
  	}
}
.newsbox .news-posts .pagination > * {
	margin: 0 0.8rem;
}
@media screen and (max-width: 767.98px) {
	.newsbox .news-posts .pagination > * {
    	margin: 0 0.4rem;
  	}
}
.newsbox .news-posts .pagination .prev,
.newsbox .news-posts .pagination .next{
	width: 3.5rem!important;
  	height: 3.5rem!important;
  	border-radius: 200rem;
  	border: 1px solid #186E9B;
	background-color: #186E9B;
  	position: relative;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}
@media screen and (max-width: 767.98px) {
	.newsbox .news-posts .pagination .prev,
  	.newsbox .news-posts .pagination .next {
    	width: 2.5rem!important;
    	height: 2.5rem!important;
  	}
}
.newsbox .news-posts .pagination .prev:before,
.newsbox .news-posts .pagination .next:before {
	content: "";
  	display: block;
  	width: 1.4rem;
  	height: 0.7rem;
  	background: transparent url(../img/common/icon_arrow_w.png) no-repeat scroll center center/contain;
}
@media screen and (max-width: 767.98px) {
	.newsbox .news-posts .pagination .prev:before,
  	.newsbox .news-posts .pagination .next:before {
    	width: 1.2rem;
    	height: 0.6rem;
  	}
}
.newsbox .news-posts .pagination .prev {
	transform: scaleX(-1);
}
.newsbox .news-posts .pagination .page-numbers {
	width: 5rem;
  	height: 5rem;
  	border-radius: 200rem;
  	border: 1px solid #186E9B;
  	color: #186E9B;
  	display: inline-flex;
  	justify-content: center;
  	align-items: center;
  	font-size: 1.8rem;
  	line-height: 1;
}
@media screen and (max-width: 767.98px) {
	.newsbox .news-posts .pagination .page-numbers {
    	width: 3rem;
    	height: 3rem;
    	font-size: 1.2rem;
  	}
}
.newsbox .news-posts .pagination .page-numbers.current,
.newsbox .news-posts .pagination .page-numbers:hover {
	background-color: #186E9B;
  	color: #FFF;
  	border-color: #186E9B;
}

/* ************************
single
************************ */
#news-detail .news-head {
  margin-bottom: 2rem;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767.98px) {
  #news-detail .news-head {
    margin-bottom: 1rem;
  }
}
#news-detail .news-head time {
	display: inline-block;
    margin-right: 0.5rem;
}
#news-detail .news-head-title {
    margin-bottom: 5rem;
  	font-size: 2.2rem;
  	line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
	#news-detail .news-head-title {
		font-size: 1.6rem;
	}
}
#news-detail .btnbox {
	padding-top: 10rem;
}
@media screen and (max-width: 767.98px) {
	#news-detail .btnbox {
    	padding-top: 5rem;
  	}
}

/*記事エディタ関係*/
#news-detail .news-main p {
	margin-bottom: 2rem;
}
#news-detail .news-main p:last-of-type {
	margin-bottom: 0;
}
#news-detail .news-main a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #A67C52;
}
#news-detail .news-main img {
	width: inherit;
	max-width: 100%;
}
#news-detail .news-main .size-full {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	#news-detail .news-main img {
		max-width: 100%;
		height: auto;
	}
}
.alignnone {
	padding: 0;
	margin: 0px 15px 0 0!important;
}
.aligncenter {
	display: block;
	margin-left: auto!important;
	margin-right: auto!important;
	padding: 0;
}
.alignright {
	float: right;
	display: inline;
	padding: 0;
	margin: 0px 15px 0 0!important;
}
.alignleft {
	float: left;
	display: inline;
	padding: 0;
	margin: 0px 15px 0 0!important;
}
.clear {
	clear: both;
}