/*///////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////// topslide ////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////*/
.slidernolink{
    cursor: default;
}
.slide-arrow{
    position: absolute;
    width: 40px;
    height: 40px;
    background: #00bf76;
    border-radius: 20px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1;
    top: calc(50% - 20px);
    z-index: 9;
}
.slide-arrow i{
    margin-top: 8px;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}
.topcontents_topslide{
	position: relative;
}
.slidebg_left{
	position: absolute;
	top: 0;
	left: 0;
	height: 400px;
	background: #fff;
	opacity: 0.75;
}
.slidebg_right{
	position: absolute;
	top: 0;
	right: 0;
	height: 400px;
	background: #fff;
	opacity: 0.75;
}
.thumb-item{
    width: 100%;
    text-align: center;
}
.slick-dots{
    bottom: -35px;
}
.slick-dots li button:before{
    color: #ccc;
    opacity: 1;
}
.slick-dots li.slick-active button:before{
    color: #00bf76;
    opacity: 1;
}
@media only screen and (max-width: 480px) {
    .slide-arrow{
        width: 20px;
        height: 20px;
        border-radius: 10px;
        font-size: 12px;
        top: calc(50% - 10px);
    }
    .slide-arrow i{
        margin-top: 4px;
    }
}

/*///////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////// 全体 ////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////*/

.topcontents_right{
	width: 30%;
	float: right;
}
.topcontents_left{
	width: 70%;
	padding-right: 30px;
	float: left;
}
@media only screen and (max-width: 768px) {
    .topcontents_right{
    	width: 100%;
    	float: none;
        margin-top: 40px;
    }
    .topcontents_left{
    	width: 100%;
    	padding-right: 0px;
    	float: none;
    }
}
@media only screen and (max-width: 480px) {
    .topcontents_right{
    	width: 100%;
    	float: none;
        margin-top: 30px;
    }
}

/*///////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////// Push Item ///////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////*/
.topcontents_pushitem{
	width: 100%;
	position: relative;
    border: 1px solid #ddd;
	padding: 10px 20px 10px;
	margin-top: 40px;
}
.topcontents_pushitem .alpha_title{
	top: -30px;
    left: 15px;
	position: absolute;
    background: #fff;
    padding: 0 10px;
}
.pushitemul{
    margin-bottom: 5px;
}
.pushitemul li{
    width: 32%;
    margin-top: 20px;
    display: inline-block;
}
.pushitemul li:nth-child(3n+2){
    margin: 20px 2% 0;
}
@media only screen and (max-width: 480px) {
    .topcontents_pushitem{
        margin-top: 40px;
        padding: 10px 20px;
    }
    .pushitemul li,.pushitemul li:nth-child(3n+2){
        width: 47.5%;
    }
    .pushitemul li:nth-child(odd){
        margin: 10px 2.5% 0 0;
    }
    .pushitemul li:nth-child(even){
        margin: 10px 0 0 2.5%;
    }
}


/*///////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////// Youtube ////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////*/

.youtubeul{
    width: 100%;
}
.topcontents_youtube{
    background: #f1f1f1;
    padding: 10px 20px 13px;
    margin: 40px 0 20px;
}
.topcontents_youtube .alpha_title{
    margin-bottom: 10px;
}
.youtube_title{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.youtubetextcover{
    padding: 15px;
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
}
.topcontents_youtube .sub_btn{
    margin-top: 0;
}

/*///////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////// Twitter /////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////*/

.topcontents_twitter{
    background: #f1f1f1;
    padding: 10px 20px 13px;
    width: 100%;
}
.topcontents_twitter .alpha_title{
    margin-bottom: 10px;
    font-size: 32px;
}
.topcontents_twitter .twitter-timeline{
    margin-bottom: 10px;
}
.topcontents_twitter iframe{
    width: 740px!important;
}
.topcontents_twitter .sub_btn{
    margin-top: 0;
}

/*///////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////// News/Press共通 ///////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////*/

.sub_btn{
	font-size: 12px;
	color: #245059;
	text-decoration: none;
}
.sub_btn span{
	font-family: 'Noto Sans JP','Lato','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}
.sub_btn span{
    margin: 0 0 0 5px;
}
.rss i{
    transform: scale(-1, 1);
}
.rss{
    margin-right: 15px;
}
.scroll_area{
    position: relative;
    border: 1px solid #ddd;
    padding: 10px 15px;
}
/*
.scroll_area .line_top{
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #eee;
    width: calc(100% - 10px);
}
.scroll_area .line_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #eee;
    width: calc(100% - 10px);
}
*/
.published{
    color: #00bf76;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    background: url('/wp_test/wp/wp-content/themes/theme/img/datebg.gif');
    font-family: 'Noto Sans JP','Lato','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    width: 100%;
    margin-bottom: 8px;
}
.published span{
    padding-right: 10px;
    background: #fff;
}
.news_list::-webkit-scrollbar,.pressrelease_list::-webkit-scrollbar{
  width: 6px;
}
.news_list::-webkit-scrollbar-track,.pressrelease_list::-webkit-scrollbar-track{
    background: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: inset 0 0 2px #ccc;
}
.news_list::-webkit-scrollbar-thumb,.pressrelease_list::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 3px;
  box-shadow: none;
}
.news_list,.pressrelease_list{
    height: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px 20px 20px 0;
}
.news_list li,.pressrelease_list li{
    margin-bottom: 30px;
}
.news_list .contents a,.pressrelease_list .contents a{
    color: #111;
    font-size: 14px;
}
.topcontents_news,.topcontents_press{
    position: relative;
}
.topcontents_news .contents_linkarea,.topcontents_press .contents_linkarea{
    position: absolute;
    top: 38px;
    right: 0;
}

/*///////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////// news ////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////*/
.topcontents_news .dot_bar{
    margin: 40px 0 0;
}

/*///////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////// press release ///////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////*/

.topcontents_press .dot_bar{
    margin: 40px 0 0;
}

@media only screen and (max-width: 768px) {
    .topcontents_news .dot_bar{
        margin-top: 40px;
    }
    .topcontents_press .dot_bar{
        margin-top: 40px;
    }
    .topcontents_youtube,.topcontents_twitter{
        width: 49%;
        float: left;
    }
    .topcontents_press,.topcontents_news{
        width: 100%;
    }
    .topcontents_youtube{
        margin: 0 2% 0 0;
    }
    .published{
        margin-bottom: 10px;
    }
    .sub_btn{
        margin-top: 5px;
    }
    .topcontents_news .contents_header,.topcontents_press .contents_header{
        margin-top: 10px;
    }
    .topcontents_news .contents_linkarea, .topcontents_press .contents_linkarea{
        top: 33px;
    }
}
@media only screen and (max-width: 560px) {
    .topcontents_youtube,.topcontents_twitter{
        width: 100%;
        float: none;
    }
    .topcontents_youtube{
        margin: 0 0 30px 0;
    }
    .topcontents_news .contents_linkarea,.topcontents_press .contents_linkarea{
        position: static;
        margin: 2px 0 10px;
    }
    .topcontents_news .contents_header,.topcontents_press .contents_header{
        margin: 5px 0 0;
    }
}
@media only screen and (max-width: 480px) {
    .topcontents_news .dot_bar{
        margin-top: 30px;
    }
    .topcontents_press .dot_bar{
        margin-top: 30px;
    }
}
