@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
/*------------------------------
  common
-----------------------------*/
html {
  font-size: 62.5%;
}
html * {
  box-sizing: border-box;
}
body {
  color: #898989;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif!important;
  line-height: 1.5;
  background: #ffffff;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a{
	color: inherit;
}
.inner{
	max-width: 1000px;
	margin: 0 auto;
}
.indent{
	padding-left:1em;
	text-indent:-1em;
}

/* PC・SP */
.pc {
  display: block!important;
}
.sp {
  display: none!important;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 1.2rem;
    -webkit-text-size-adjust: 100%;
    }
  .pc {
    display: none!important;
    }
  .sp {
    display: block!important;
    }
}

/* btn */
.btn-wrap{
	margin: 47px auto 0;
	text-align: center;
}
.btn {
	display: inline-block;
	margin: auto;
	position: relative;
	width: auto;
	padding: 0.82em 54px 0.82em 38px;
	text-align: center;
	text-decoration: none;
	color: #ef8596;
	background: #fff;
	border:2px solid #ef8596;
	border-radius: 25px;
}
.btn:hover {
	 background: #ef8596;
     color: #fff;
	 cursor: pointer;
	 text-decoration: none;
}
.btn::after{
     position: absolute;
     top: 1.8px;
     bottom: 0;
     margin: auto;
     content: "";
     vertical-align: middle;
     right: 30px;
     width: 5.5px;
     height: 5.5px;
     border-top: 2px solid #ef8596;
     border-right: 2px solid #ef8596;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
.btn:hover::after{
	 border-top: 2px solid #ffffff;
     border-right: 2px solid #ffffff;
}
/* title */
.ttl-h2{
	color: #00ACEC;
	text-align: center;
	font-size: 2.4rem;
}

/*------------------------------
  header
-----------------------------*/
.header-in{
	max-width: 1000px;
	margin: 0 auto;
	padding: 19.5px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo {
    margin-left: 20px;
    width: 197px;
}
.global-nav li:first-child a{
	padding-left: 0;
}
.global-nav li:last-child a{
	padding-right: 0;
}
.global-nav li a{
	display: block;
    font-size: 2rem;
	font-weight: bold;
	color: #898989;
    margin: 0px 10px;
    position: relative;
    line-height: 1;
	transition: .3s all;
}
.global-nav li:last-child a:hover {
	opacity: .8;
}
.global-nav li a:hover{
	color: #ef8596;
}
.fade {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0;
	height: auto;
}
.fade img{
	width: 100%;
}
.nav-button {
  display: none;
}
.nav{
  	display: flex;
	align-items: center;
}
.nav a {
  text-decoration: none;
  font-size: 14px;
  color: #448aff;
}
.nav li {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 640px) {
	.header .logo{
		display: flex;
		/* justify-content: center; */
		justify-content: left;
		align-items: center;
		margin-left: 0;
		width: 50%;
	}
	.header-in{
		padding: 10px 3.125% 20px;
	}
	.global-nav li a{
		display: block;
		font-size: 1.6rem;
		padding: 12px 0;
	}
	.global-nav li a:hover {
		color: #ffffff;
	}

  /*spメニューボタン*/
	body.fixed{
		overflow: hidden;
		position: fixed;
	}
   .nav-button {
		display: block;
		cursor: pointer;
    }
	.global-nav li a.active {
		font-size: 2.8rem;
	}
    .nav-button,
    .nav-button span {
		display: inline-block;
		box-sizing: border-box;
    }
    .nav-button {
		z-index: 20;
		position: relative;
		width: 40px;
		height: 40px;
    }
    .nav-button span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
    }
    .nav-button span:nth-of-type(1) {
		top: 0;
		opacity: 1;
    }
    .nav-button span:nth-of-type(2) {
		top: 16px;
		opacity: 0;
    }
    .nav-button span:nth-of-type(3) {
		bottom: 0;
		opacity: 0;
    }
	.sp_nav span:nth-child(1) {
	  top: 0;
	}
	.sp_nav span:nth-child(2) {
	  top: 20px;
	}
	.sp_nav span:nth-child(3) {
	  top: 30px;
	}
	/* ナビ開いてる時のボタン */
	.sp_nav.active span:nth-child(1) {
		opacity: 0;
		top: 0;
	}
	.sp_nav.active span:nth-child(2),
	.sp_nav.active span:nth-child(3) {
	  top: 16px;
	  background :#fff;
	  -webkit-transform: rotate(45deg);
	  -moz-transform   : rotate(45deg);
	  transform        : rotate(45deg);
	  display: block;
	  position: absolute;
	  width: 36px;
	  height: 4px;
	  left: 3px;
	  border-radius: 3px;
	  opacity: 1;
	}
	.sp_nav.active span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform   : rotate(-45deg);
	  transform        : rotate(-45deg);
	}
	nav.global-nav-sp {
	  display: none;
	}
	nav.global-nav-sp ul {
	  margin: 0 auto;
	  padding: 0;
	  width: 100%;
	  flex-direction: column;
	}
	nav.global-nav-sp ul li {
	  list-style-type: none;
	  padding: 0;
	  width: 100%;
	}
	nav.global-nav-sp ul li:last-child a img {
	  margin: auto;
	}
	nav.global-nav-sp ul li a {
	  display: block;
	  color: #fff;
	  padding: 1em 0;
	  text-decoration :none;
	}
	nav.global-nav-sp ul li a:last-child {
		display: inline-block;
	}
	nav.global-nav-sp.active {
	  position: fixed;
	  top  : 0;
	  left : 0;
	  color: #fff;
	  padding: 15% 8% 0;
	  background: #00ACEC;
	  text-align: center;
	  width: 100%;
	  height: 100vh;
	  z-index: 20;
	  display: block;
	}

		.sp-open-logo{
    max-width: 423px;
    margin: 0 auto;
}

	.sp-open-logo img {
		width: 100%;
	}
}

.fadein {
    opacity: 0;
    animation: fadein 0.6s ease forwards;
}
@keyframes fadein {
    100% {  opacity: 1;}
}

/*------------------------------
  main
-----------------------------*/
.main{
	width: 100%;
	overflow: hidden;
}
.first-view{
	max-width: 1300px;
	margin: 0 auto 90px;
	text-align: center;
}
.first-view-ttl{
	font-size: 2rem;
	line-height: 3;
	margin-top: 70px;
	letter-spacing: 0.05em;
}

/* スライド */
.swiper-container{
	max-width: 1300px;
	padding: 0 50px 70px;
}
/* dot */
.swiper-pagination-bullet {
	width: 18px; /* 幅 */
	height: 18px; /* 高さ */
	background: #ffffff; /* 色 */
	opacity: 1; /* 半透明（デフォルトでは0.2） */
	border: 3px solid #ef8596;
}
.swiper-pagination-bullet-active {
	width: 18px; /* 幅 */
	height: 18px; /* 高さ */
	background: #ef8596; /* 色 */
	opacity: 1; /* 不透明 */
}
.swiper-slide{
	transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(0.9)!important;
	border-radius: 5px;
	overflow: hidden;
}
.swiper-slide.swiper-slide-active{
	transition: all .5s!important;
	transform: scale(1)!important;
	box-shadow: 0px 10px 12px 2px rgba(0,0,0,0.4);
	border-radius: 5px;
}
.swiper-slide-duplicate img{
	border-radius: 5px;
}
.swiper-slide.swiper-slide-active img,.swiper-container-3d .swiper-slide img{
	border-radius: 5px;
}

/* NEWS */
.news-wrap{
	margin-top: 60px;
}
.news-wrap ul{
	margin-top: 50px;
}
.news-info{
	display: flex;
}
.news-info-text{
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
    line-height: 1.7;
}
.news-info-text a:hover{
	color: #ef8596;
	border-bottom: 1px solid #ef8596;
}
.news-info-text dt{
	font-size: 1.7rem;
    color: #00ACEC;
}
.news-info-text dd{
	font-size: 1.5rem;
	display: inline;
	width: 100%;
}
.news-list:not(:last-child){
	margin-bottom: 30px;
}
.news-list:nth-child(n+4) {
    display: none;
  }
.news-list a:hover .news-info-text dd {
	color: #00ACEC;
    border-bottom: 1px solid #00ACEC;
}
.news-info-img{
	width: 22.6%;
	text-align: center;
    display: flex;
    align-items: center;
}
.news-info-img > a {
	border: 1px solid #b8b8b8;
	position: relative;
    display: block;
    height: 151px;
    overflow: hidden;
    width: 100%;
}
.news-info-img img{

    border-radius: 5px;
    position: absolute;
    left: -100%;
    right: -100%;
    margin: auto;
    top: -100%;
    bottom: -100%;
    height: 100%;
    width: auto;
    max-width: none;
}
.news-info-detail{
	margin-left: 5%;
	width: 95.4%;
}
.news-info-detail-top{
	display: flex;
	/* align-items: center; */
	margin-bottom: 5px;
}
.news-info-detail-top .date{
	color: #EB6E90;
	font-size: 1.8rem;
	font-weight: bold;
}
.news-info-detail-top .category{
	min-width: 150px;
	/* height: 20px; */
	margin-left: 20px;
	display: inline-block;
	margin-bottom: 6px;
}
.news-info-detail-top .category a{
	color: #666666;
	font-size: 1.2rem;
	background: #FFE900;
	text-align: center;
	padding: 4px 5px 5px;
	display: block;
}
.twitter{
	text-align: center;
	margin: 100px auto 38px;
}
.twitter a:hover{
	opacity: .8;
	transition: all .3s;
}
.news-list.konkoro .news-info-detail-top .date,
.news-list.hachigaku .news-info-detail-top .date,
.news-list.apollon .news-info-detail-top .date {
color: #707070;
}
.news-list.konkoro .news-info-detail-top .category a {
background: #3bbee9;
}
.news-list.hachigaku .news-info-detail-top .category a {
background: #242323;
}
.news-list.apollon .news-info-detail-top .category a {
background: #b18a4a;
}
.news-list.konkoro .news-info-text dt {
color: #3bbee9;
}
.news-list.hachigaku .news-info-text dt {
color: #242323;
}
.news-list.apollon .news-info-text dt {
color: #b18a4a;
}
.news-list.konkoro a:hover .news-info-text dd {
color: #3bbee9;
border-bottom: 1px solid #3bbee9;
}
.news-list.hachigaku a:hover .news-info-text dd {
color: #242323;
border-bottom: 1px solid #242323;
}
.news-list.apollon a:hover .news-info-text dd {
color: #b18a4a;
border-bottom: 1px solid #b18a4a;
}


@media screen and (max-width: 768px) {
	.news-wrap ul {
		margin: 50px 10px 0;
	}
	.news-info-detail{
		margin-left: 3%;
	}
	.news-info-text dt{
		font-size: 1.3rem;
	}
	.news-info-text dd{
		font-size: 1.2rem;
	}
}


@media screen and (max-width: 640px) {
	.first-view{
		margin-bottom: 50px;
	}
	.main{
		overflow: hidden;
		padding: 0 3.125%;
	}
	.main-top{
		margin-top: 40px;
	}
	.main-ttl-img{
		margin: auto;
		padding-right: 60px;
	}
	.main-ttl-img::after{
		content: url(../images/top_nav__bg01_sp.png);
	}
	.main-ttl-img::after{
		right: -89px!important;
	}
	.main-ttl-img img{
		max-width: 160px;
	}
	.swiper-container{
		padding: 0 0 50px;
	}
	.swiper-container:before {
        content: "";
        display: block;
        padding-top: calc(9/16*100%);
    }
	.swiper-wrapper {
	  position: absolute;
	  top: 0;
	  left: 0;
	}
	.swiper-wrapper img {
		width: 100%;
		height: auto;
	}
	.swiper-slide.swiper-slide-active{
		box-shadow: none;
	}
	.news-wrap{
		margin-top: 40px;
	}
	.news-wrap ul{
		margin: 20px 0 0;
	}
	.news-info-img{
		width: 30%;
	}
	.news-info-detail{
		width: 70%;
	}
	.news-info-detail-top .date{
		font-size: 1.4rem;
	}
	.news-info-detail-top .category{
		min-width: 60px;
		margin-left: 7px;
		padding: 0 3px;
	}
	.news-info-detail-top .category a {
		padding: 0 3px;
	}
	.btn-wrap{
		margin: 30px auto;
	}
	.twitter{
		margin-top: 50px;
	}
	.footer{
		padding: 30px 0;
	}
	.footer .logo-list{
		flex-direction: column;
	}
	.footer .logo-list li{
		max-width: 180px;
	}
	.footer .logo-list li:first-child{
		margin-bottom: 20px;
	}
}

/*------------------------------
  footer
-----------------------------*/
.footer{
	padding: 30px 0 70px;
	background: #00ACEC;
}
.footer .copyright{
	text-align: center;
	color: #ffffff;
	margin-bottom: 10px;
	position: relative;
	font-weight: bold;
}
.footer .copyright small{
	font-size: 1.5rem;
}
.footer .logo-list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 536px;
}

@media screen and (max-width: 640px) {
	.footer .copyright{
		padding: 3% 0;
	}
	.footer .copyright small span{
		font-family:'Times New Roman', 'Times';
	}
}

/*------------------------------
  contents
-----------------------------*/
.row-ttl{
	font-size: 3.6rem;
	font-weight: bold;
	color: #00ACEC;
	text-align: center;
	margin-bottom: 45px;
}
.row-ttl span {
	display: block;
	font-size: 70%;
}
.contents-list{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #a9a9a9;
}
.contents-list:not(:last-child){
	margin-bottom: 60px;
}
.contents-list .btn-wrap .btn:hover {
	 background: #ef8596;
     color: #fff;
	 cursor: pointer;
	 text-decoration: none;
	 background-image: url("../images/icon_outlink_on.png");
	 background-repeat: no-repeat;
	 background-position: 80% center;
}
.contents-list-img{
	width: 60%;
}
.contents-list dl {
    width: 40%;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.contents-list dl dt {
	margin: 0 0 10%;
}

.contents-list .btn-wrap .btn{
	display: inline-block;
    background-image: url("../images/icon_outlink_off.png");
	background-repeat: no-repeat;
	background-position: 80% center;
	padding: 0.82em 45px 0.82em 40px;
}
.contents-list .btn-wrap .btn::after{
	display: none;
}
@media screen and (min-width:641px) and ( max-width:900px) {
	.contents-list-wrap{
		margin: 0 2%;
	}
	/* .contents-list dl{
		margin: 0 3%;
	} */
	 .contents-list dl dt {
    text-align: center;
}

	.contents-list .btn-wrap{
		margin-top: 4%;
	}
	.contents-list .btn-wrap .btn{
		width: 160px;
		padding: 0.45em 47px 0.5em 38px;
	}
	.contents-list:first-child dl dt img{
		max-width: 80%;
	}
	.contents-list:first-child dl dd .btn-wrap{
		margin: 10% auto -4%;
	}
}
@media screen and (max-width: 790px) {
	.contents-list dl dd {
		margin: 0 0 20px;
	}

}
@media screen and (max-width: 640px) {
	.row-ttl{
		font-size: 3rem;
		margin-bottom: 30px;
	}
	.contents-list{
		display: block;
	}
	.contents-list-img,.contents-list dl{
		width: 100%;
	}
	.contents-list dl dt{
		margin-top: 5%;
		padding: 0 2%;
	}
	.contents-list:not(:last-child){
		margin-bottom: 30px;
	}
}

/*------------------------------
  news
-----------------------------*/
.article-list {
    display: flex;
    flex-wrap: wrap;

    max-width: 1000px;
    margin: auto;
}
.article-item {
	display: flex;
    flex-flow: column;
    justify-content: space-between;
	width: 30%;
	/*min-height: 320px;*/
	margin-right: 5%;
	border: 1px solid #898989;
	border-radius: 7px;
}
.article-item.is-hidden {
	display: none;
}
.article-item:nth-child(3n){
	margin-right: 0;
}
.article-item:nth-child(n+4){
	margin-top: 5%;
}
.article-detail-wrap-link {
	height: 100%;
}
.article-item a:hover {
	opacity: .8;
}
.article-item a .article-detail-text {
	width: 100%;
	display: block;
	margin-top: auto;
}
.article-item a:hover .article-detail-text {
	color: #ef8596;
	text-decoration: underline;
}
.article-img {
	text-align: center;
	overflow: hidden;
    position: relative;
	height: 170px;
	border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.article-img img {
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    height: 100%;
    margin: auto;
	width: auto;
    max-width: initial;
}
.article-detail{
	padding: 14px 20px 20px 20px;
	height: 100%;
	display: flex;
    flex-flow: column;
}
.article-detail-top{
	/* display: flex; */
	margin-bottom: 10px;
}
.article-detail-top .date{
	color: #EB6E90;
	font-weight: bold;
}
.article-detail-top .category-wrap {
    font-size: 0;
	/* margin-left: 10px */
}
.article-detail-top .category {
    width: auto;
    /* margin-left: 10px; */
		margin-right: 10px;
    margin-bottom: 4px;
    display: inline-block;
	vertical-align: top;
}
.article-detail-top .category a {
	display: block;
	 color: #666;
    font-size: 1rem;
	background: #FFE900;
	text-align: center;
	padding: 4px 15px 5px;
}

.article-detail-wrap {

height: 100%;

display: flex;

flex-flow: column;
}
.article-detail-wrap h2 {
	font-size: 1.5rem;
	color: #00ACEC;
	margin-bottom: 10px;
}
.article-detail-text{
	font-size: 1.4rem;
	font-weight: bold;
	margin-top: 10px;
	word-break: break-all;
}
/*.news .btn::after{
	top: -2px;
    transform: rotate(135deg);
}*/
.newsContents {
	line-height: 2;
    margin: 25px 0 100px;
}
.newsContents h3 {
	font-size: 2.5rem;
	margin-bottom: 10px;
	color: #00ACEC;
}
.newsContents a:hover {
	color: #00ACEC;
    border-bottom: 1px solid #00ACEC;
}

.news-article-detail .article-detail-top{
	display: flex;
	margin-bottom: 10px;
}

.news-article-detail .category {
    width: auto;
    margin-left: 10px;
    margin-bottom: 4px;
    display: inline-block;
	vertical-align: top;
}


@media screen and (max-width:1024px) {
	.article-list{
		padding: 0 15px;
	}
}
@media screen and (max-width: 640px) {
	.article-list{
		padding: 0;
	}
	.article-item {
		max-width: 100%;
		width: 100%;
		min-height: auto;
	}
	.article-item {
		margin-right: 0;
	}
	.article-item {
		margin-top: 5%;
	}
	.article-img {
		height: auto;
	}
	.article-img img{
		width: auto;
	    max-width: 100%;
	    height: auto;
	    position: static;
	}
	/* .article-detail-top {
		display: block;
	} */
	.article-detail-top .date{
		font-size: 1.3rem;
		margin-bottom: 7px;
	}
	.article-detail-top .category-wrap {
		margin-left: 0;
	}
	.article-detail-top .category{
		width: 120px;
		margin-right: 10px;
		margin-left: 0;
	}
	.newsContents {
		margin-bottom: 48px;
	}
	.newsContents h3 {
		font-size: 1.5rem;
    	margin-bottom: 10px;
	}

	.news-article-detail .article-detail-top {
    display: block;
    margin-bottom: 10px;
}
}

/*------------------------------
  news-article
-----------------------------*/
.news-article .article-detail-top .date{
	font-size: 2rem;
}
.news-article .article-detail-top .category{

}
.news-article .article-detail-top .category a {
	font-size: 1.5rem;
	padding: 4px 35px 4px;
	display: block;
}
.news-article .article-detail-top .category a:hover {
	opacity: .8;
}
.news-article-text01{
	line-height: 2.4;
	font-size: 2rem;
	font-weight: bold;
	margin: 25px 0 30px;
	letter-spacing: 0.03em;
}
.news-article-img{
	text-align: center;
}
.news-article-text02{
	line-height: 2.5;
	margin-top: 38px;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.news-article .btn-wrap{
	margin: 35px auto 0;
}
.news-article .btn{
	padding: 0.82em 38px 0.82em 50px;
}
.news-article .btn::after{
	transform: rotate(-135deg);
	right: 150px;
}

@media screen and (max-width:1024px) {
	.news-article-detail{
		padding: 0 15px;
	}
}

@media screen and (max-width: 640px) {
	.news-article-detail{
		padding: 0;
	}
	.news-article .article-detail-top .date{
		font-size: 1.6rem;
	}
	.news-article .article-detail-top .category{
		/* height: 23px; */
		width: 94px;
	}
	.news-article .article-detail-top .category a{
		padding: 4px 4px 4px;
		font-size: 1.2rem;
	}
	.news-article-text01{
		font-size: 1.6rem;
		line-height: 2;
	}
	.news-article-text02{
		line-height: 2;
		margin-top: 25px;
	}
}

.newsPager {
	width: 100%;
	margin: 70px 0;
	text-align: center;
}
.newsPager {
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.newsPager a {
	margin: 0 0.5% 3px;
	vertical-align: middle;
}
.newsPager ul li.last {
	margin-right: 0;
}
.newsPager a {
	display: block;
	font-size: 1.8rem;
	color: #fff;
	transition: none;
	    border-radius: calc(24px);
	background: #acacac;
	min-width: 45px;
	height: 45px;
	line-height: 44px;
	padding: 0 5px;
}
.newsPager a:hover {
	color:#fff;
	background: #ef8596;
}
.newsPager a.jp-current {
	background: #ef8596;
	color:#fff;
	min-width: 45px;
	height: 45px;
	line-height: 44px;
}
/*.newsPager a.jp-current {
	color: #000;
	background: none;
	min-width: 10px;

}*/
.newsPager a.jp-previous,
.newsPager a.jp-next {
	position: relative;
	font-size: 0;
	text-indent: -9999px;
	height: 100%;
	border: none;
	background: none;
	min-width: 20px;
	cursor: pointer;
}
.newsPager a.jp-previous:hover,
.newsPager a.jp-next:hover {
    background: none;
    border: none;
}
.newsPager a.jp-next {
	position: relative;
	font-size: 0;
	text-indent: -9999px;
	height: 100%;
	border: none;
}
.newsPager a.jp-previous:before {
	content: "";
	left: 0;
	right: 0;
	width: 15px;
	height: 15px;
	border-bottom: 6px solid #00ACEC;
	border-left: 6px solid #00ACEC;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.newsPager a.jp-next:before {
	content: "";
	width: 15px;
	height: 15px;
	border-top: 6px solid #00ACEC;
	border-right: 6px solid #00ACEC;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}
#newsList {
min-height: auto!important;
}
.multitag {
font-size:80%; margin-top: 10px;
display: flex;
    justify-content: flex-end;
}
.multitag span:first-child {
margin-right: 7px;
}
.multitag span img {
margin-top: 1px;
}
.multitag.konkoro {
color: #3bbee9;
}
.multitag.hachigaku {
color: #242323;
}
.multitag.apollon {
color: #b18a4a;
}
.article-item.konkoro .category a {
background: #3bbee9;
}
.article-item.hachigaku .category a {
background: #242323;
}
.article-item.apollon .category a {
background: #b18a4a;
}
.article-item.konkoro h2 {
color: #3bbee9;
}
.article-item.hachigaku h2 {
color: #242323;
}
.article-item.apollon h2 {
color: #b18a4a;
}
.article-item.konkoro .date,
.article-item.hachigaku .date,
.article-item.apollon .date {
color: #707070;
}
.article-item.konkoro a:hover .article-detail-text {
color: #3bbee9;
}
.article-item.hachigaku a:hover .article-detail-text {
color: #242323;
}
.article-item.apollon a:hover .article-detail-text {
color: #b18a4a;
}
@media screen and (max-width: 640px) {
	.newsPager{
		margin: 30px 0;

	}
	.newsPager a{
		margin: 1% 1%;
	}
	.newsPager a {
		min-width: 36px;
	    height: 36px;
	    line-height: 35px;
	}
	.newsPager a.jp-current {
	    min-width: 36px;
	    height: 36px;
	    line-height: 35px;
	}
	.multitag {
		font-size: 100%;
	}
	.multitag span img {
	    width: 14px;
	}
}

.contests-banner-area {
	font-size: 0;
	margin-top: 80px;
	text-align: center;
}
.contests-banner-area li {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin: 0 1.75% 15px;
}
.contests-banner-area li:nth-child(3n) {
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	.contests-banner-area li {
		width: 48%;
		margin-right: 4%;
		margin-left: 0;
	}
	.contests-banner-area li:nth-child(3n) {
		margin-right: 4%;
	}
	.contests-banner-area li:nth-child(even) {
		margin-right: 0;
	}
}

/**ポップアップカスタマイズ**/
.lb-number {
	display: none!important;
}
.lightbox .lb-image{
	width: 100%!important;
	height: auto!important;
	background: none!important;
}
.lb-outerContainer {
	width: 100%!important;
	max-width: 800px;
	height: 100%!important;
	background: none!important;
}
.lb-dataContainer {
	width: 100%!important;
	max-width: 800px;
	margin: auto;
	position: absolute;
    top: -45px;
    right: 0;
	left: 0;
}
.lightbox {
	margin-top: 15px!important;
}

/**ページャー**/
.pager {
	width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 70px 0;
    text-align: center;
}
.pager .page-numbers {
	display: block;
    font-size: 1.8rem;
    color: #fff;
    transition: none;
    border-radius: calc(24px);
    background: #acacac;
    min-width: 45px;
    height: 45px;
    line-height: 44px;
    padding: 0 5px;
	margin: 0 0.5% 3px;
    vertical-align: middle;
}
.pager .page-numbers:not(.next):not(.prev):hover {
	background: #ef8596;
    color: #fff;
}
.pager .page-numbers.current {
	background: #ef8596;
    color: #fff;
    min-width: 45px;
    height: 45px;
    line-height: 44px;
}
.pager .prev,
.pager .next {
	position: relative;
    font-size: 0;
    text-indent: -9999px;
    height: 100%;
    border: none;
    background: none;
    min-width: 20px;
    cursor: pointer;
}
.pager .next {
    position: relative;
    font-size: 0;
    text-indent: -9999px;
    height: 100%;
    border: none;
}
.pager .next:before {
	content: "";
    width: 15px;
    height: 15px;
    border-top: 6px solid #68c3bc;
    border-right: 6px solid #68c3bc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.pager .prev:before {
    content: "";
    left: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border-bottom: 6px solid #68c3bc;
    border-left: 6px solid #68c3bc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
@media screen and (max-width: 640px) {
	.pager {
		margin: 30px 0;

	}
	.pager .page-numbers {
		margin: 1% 1%;
	}
	.pager .page-numbers {
		min-width: 36px;
	    height: 36px;
	    line-height: 35px;
	}
	.pager .page-numbers.current {
	    min-width: 36px;
	    height: 36px;
	    line-height: 35px;
	}
	.pager .prev,
	.pager .next {
		min-width: 20px;
	}
}

/*****
イラストコンテスト
**********************/
.contest .mainvisual {
	margin-bottom: 35px;
	text-align: center;
}
.contest .mainvisual img {
	max-width: 100%;
	height: auto;
}
.contest .lead {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.contest .lead p {
	margin-bottom: 2em;
}
.contest .lead h2 {
	font-size: 32px;
	position: relative;
	color: #ef8596;
	font-weight: bold;
	margin-bottom: 30px;
}
.contest .lead h2 span {
	display: inline-block;
	position: relative;
	z-index: 1;
	background: #ffffff;
	padding: 0 16px;
}
.contest .lead h2:after {
	content: "";
	position: absolute;
	background: #ef8596;
	height: 3px;
	width: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 0;
}
.contest .lead h3 {
	color: #ef8596;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 20px;
}
.contest .lead .btn {

}
.contest .contest-list {
	font-size: 0;
}
.contest .contest-list li {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin-right: 2.65%;
	margin-bottom: 30px;
	color: #000;
	font-size: 12px;
}
.contest .contest-list li:nth-child(4n) {
	margin-right: 0;
}
.contest .contest-list li .contest-img {
	margin-bottom: 10px;
	text-align: center;
}
.contest .contest-list li .contest-head {
	font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	margin-bottom: 10px;
	align-items: center;
}
.contest .contest-list li .contest-head span {
	border: 1px solid #ef8596;
	color: #ef8596;
	font-weight: bold;
	display: inline-block;
	padding: 1px 10px;
	margin-left: 3px;
}
.contest .contest-list li .contest-head span.kemomimi {
	border: 1px solid #68c3bc;
	color: #68c3bc;
}
.contest .contest-list li .data {
	font-weight: normal;
	color: #898989;
	white-space: nowrap;
	margin-right: auto;
}
.contest .contest-list li .contest-title {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}
.dli-chevron-round-right {
	display: inline-block;
	vertical-align: middle;
	color: #68c3bc;
	line-height: 1;
	position: absolute;
	width: 10px;
	height: 10px;
	transform: translateX(-25%) rotate(135deg);
	top: 8px;
	right: 8px;
}
.dli-chevron-round-right::before, .dli-chevron-round-right::after {
	content: '';
	position: absolute;
	background: currentColor;
	border-radius: 3px;
}
.dli-chevron-round-right::before {
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
}
.dli-chevron-round-right::after {
	top: 0;
	right: 0;
	bottom: 0;
	width: 3px;
}
.contest-category-list ul {
	font-size: 0;
}
.contest-category-list ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 48.7%;
	margin-right: 2.6%;
	margin-bottom: 25px;
}
.contest-category-list ul li:nth-child(even) {
	margin-right: 0;
}
.contest-category-list ul li a {
	display: block;
	border: 2px solid #ef8596;
	color: #ef8596;
	text-align: center;
	border-radius: 3px;
	padding: 10px 10px;
	font-weight: bold;
}
.contest-category-list ul li a.active,
.contest-category-list ul li a:hover {
	background: #ef8596;
	color: #ffffff;
}
.contest .sort-btn input[name="s"],
.contest .sort-btn input[accesskey="f"] {
	display: none;
}
.sort {
	padding-top: 100px;
	margin-bottom: 25px;
	display: flex;
}
.sortwrap {
	position: relative;
	margin-right: 20px;
}
.sort-click {
	cursor: pointer;
	border: 2px solid #68c3bc;
	color: #68c3bc;
	border-radius: 3px;
	font-size: 14px;
	position: relative;
	width: 200px;
	padding: 5px 35px 5px 10px;
	font-weight: bold;
}
.sort-btn {
	display: none;
	position: absolute;
	width: 100%;
	border: 1px solid #68c3bc;
	color: #68c3bc;
	background: #fff;
}
.sort-btn.on {
	display: block;
}
.sort-btn input {
	padding: 3px 10px!important;
}
.sort-btn li:hover {
	background: #68c3bc;
	color: #fff;
}
.sort .sort-btn li:hover input[type='submit'],
.sort .sort-btn li:hover label  {
	color: #fff;
}
.sort .search form {
	line-height: 0;
}
.sort input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  width: 100%;
  padding: 0;
}
.sort input:-internal-autofill-selected {
	background: #fff;
}
.sort input[type='submit'],
.sort label {
  cursor: pointer;
  text-align: left;
  font-size: 13px;
  color: #000;
}
.sort .search {
	position: relative;
	border: 2px solid #68c3bc;
	color: #68c3bc;
	border-radius: 3px;
	font-size: 14px;
	position: relative;
	width: 200px;
	padding: 5px 35px 5px 10px;
	font-weight: bold;
}
.sort .search input,
.sort .search input::placeholder {
	color: #68c3bc;
}
.sort .search input:focus {
	background: #ffffff;
}
.sort .search input[type="submit"] {
	text-indent: -9999px;
	font-size: 0;
	position: absolute;
	width: 19px;
	height: 20px;
	background: url(../images/ico_search.png) no-repeat;
	background-position: center;
	background-size: 100% auto;
	top: 5px;
    right: 8px;
}
.sort .search input:focus::-webkit-input-placeholder {
	color: transparent;
}
.sort .search input:focus::-moz-placeholder {
	color: transparent;
}
.sort .search input:focus::-ms-input-placeholder {
	color: transparent;
}
.sort .search input:focus::placeholder {
	color: transparent;
}
.top-banner {
	text-align: center;
	margin: 40px auto;
	max-width: 1000px;
}
.top-banner a:hover {
	opacity: .8;
}
@media screen and (max-width: 768px) {
	.contest .mainvisual {
	    margin-bottom: 20px;
	}
	.contest .contest-list li {
		width: 48%;
	}
	.contest .contest-list li:nth-child(4n) {
		margin-right: 4%;
	}
	.contest .contest-list li:nth-child(even) {
		margin-right: 0;
	}
	.sort {
		padding-top: 35px;
	}
	.sortwrap {
		width: 50%;
	}
	.sort .search {
		width: 50%;
	}
	.sort .search form,
	.sort .search input {
		border: none;
		padding: 0;
		margin: 0;
		outline: none;
	}
	.sort-click {
		width: 100%;
	}
	.contest .lead {
		font-size: 14px;
	}
	.contest .lead h2 {
	    font-size: 20px;
	    margin-bottom: 20px;
	}
	.contest .lead h3 {
	    font-size: 16px;
	}
	.contest .lead h2:after {
		height: 2px
	}
}