@charset "utf-8";


/*--------------------------------------------------------------------------
	共通部分
--------------------------------------------------------------------------*/

/*---英字Work Sans---*/
.etext_worksans {
	font-family: 'Work Sans', sans-serif;
}

@media screen and (min-width: 640px){
.pc_no {
	display: none;
}
}

/*--------------------------------------------------------------------------
	fadeindown
--------------------------------------------------------------------------*/
.fadeInUp {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
 visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(40px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInUp {
 0% { opacity: 0; -webkit-transform: translateY(40px); -ms-transform: translateY(40px); transform: translateY(40px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


/*--------------------------------------------------------------------------
	メイン部分
--------------------------------------------------------------------------*/
/*トップ　スクロールマーク部分*/
#jn_image #top_scroll {
    bottom: 0;
	width: 100%;
	text-align: center;
	background:#eee;
}

#top_scroll div {
    width: 60px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 20;
	color: rgba(17,96,136,0.8);
	line-height: 0.9;
	font-size: 20px;
}	

#top_scroll span {
	font-size: 11px;
}

#top_scroll div:hover {
	cursor:pointer;
	color: rgba(255,255,255,0.9);
}

/*カテゴリーリンク部分*/
#top_main .top_maincg {
	width: 100%;
}

#top_main .top_maincg ul {
	display: block;
	margin: 0 auto 0;
	width: 100%;
	max-width: 1050px;
	overflow: hidden;
	box-sizing: border-box;
}

#top_main .top_maincg ul li {
	display: block;
	position: relative;
	float: left;
	padding: 0 15px 0;
	width: 33.3%;
	max-width: 350px;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
}

#top_main .top_maincg ul li a{
    display: block;
}

#top_main .top_maincg ul li img {
	max-width: 300px;
	height: auto;
	z-index: 100;
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

#top_main .top_maincg ul li h2 {
	position: absolute;
    margin: 0 auto;
    width: 100%;
    top: 50%;
    left: 50%;
	color: #ffffff;
    line-height: 1.7;
    font-size: 30px;
	font-weight: 400;
	font-family: 'Work Sans', sans-serif;
	text-shadow: 1px 1px 1px #000;  
	-moz-box-shadow: 1px 1px 1px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 1px #000;　/* Safari,Google Chrome用 */ 
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 200;
}

#top_main .top_maincg ul li a:hover,
#top_main .top_maincg ul li a:active {
	opacity: 0.6;
}

#top_main .top_maincg ul li img:hover,
#top_main .top_maincg ul li img:active {
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/*-----新着情報-----*/
#top_main .top_news {
	display: table;
	margin: 100px auto 0;
	width: 100%;
	max-width: 1000px;
}

#top_main .top_news .block_title {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	text-align: center;
	border-right: 2px solid #757584;
}

#top_main .top_news .block_title h3 {
	font-size:　18px;
	font-weight: 500;
	font-family: 'Work Sans', sans-serif;
}

#top_main .top_news .block_title h3 a {
    color: #525261;
}

#top_main .top_news .block_title h3 a:hover,
#top_main .top_news .block_title h3 a:active {
    color: #55B9EA;
}

#top_main .top_news .block_detail {
	display: table-cell;
	padding: 20px 20px 10px 30px;
	width: 80%;
	box-sizing: border-box;
}

#top_main .top_news .block_detail dl{
	display: table;
	padding: 0 0 10px;
	width: 100%;
}

#top_main .top_news .block_detail dl dt {
	display: table-cell;
	width: 280px;
	font-size: 14px;
	font-weight: 300;
}

#top_main .top_news .block_detail dl dt span {
	padding: 0 0 0 10px;
	font-weight: 400;
}

#top_main .top_news .block_detail dl dd {
	display: table-cell;
}

#top_main .top_news .block_detail dl dd h4 {
    line-height: 1.5;
	font-size: 16px;
	font-weight: 400;
}

#top_main .top_banner01 {
    box-sizing: border-box;
    margin: 100px auto 100px;
    padding: 0 10px 0;
    max-width: 820px;
}

#top_main .top_banner01 a{
    display: block;
}

#top_main .top_banner01 a:hover,
#top_main .top_banner01 a:active{
    opacity: 0.6;
}


/*--------------------------------------------------------------------------
	スマートフォン表示設定
--------------------------------------------------------------------------*/

@media screen and (max-width: 800px){
/*カテゴリーリンク部分*/
#top_main .top_maincg ul li h2 {
    font-size: 20px;
}

/*-----新着情報-----*/
#top_main .top_news .block_title h3 {
	font-size: 16px;
}

#top_main .top_news .block_detail {
	padding: 20px 10px 10px 20px;
	font-size: 14px;
}

#top_main .top_news .block_detail dl dd h4 {
	font-size: 14px;
}

}


@media screen and (max-width: 640px){
/*共通部分*/
.sp_no {
	display: none;
}

/*カテゴリーリンク部分*/
#top_main .top_maincg ul {
	max-width: 600px;
}

#top_main .top_maincg ul li {
	float: none;
	padding: 0;
	width: 100%;
	max-width: 600px;
	height: 100px;
}

#top_main .top_maincg ul li img {
	max-width: 600px;
	height:auto;
}

/*-----新着情報-----*/
#top_main .top_news {
	display: block;
    margin: 50px auto 0;
}

#top_main .top_news .block_title {
	display: block;
	margin: 0 auto 0;
	padding: 0 0 5px;
	width: 80%;
	border-right: none;
	border-bottom: 2px solid #535362;
}

#top_main .top_news .block_detail {
	display: block;
	padding: 20px 10px 0;
	width: 100%;
	font-size: 13px;
}

#top_main .top_news .block_detail dl{
	display: block;
	padding: 10px 0 10px;
	width: 100%;
	border-bottom: 1px solid #B9B9C8;
}

#top_main .top_news .block_detail dl dt {
	display: block;
	width: 100%;
	font-size: 12px;
}

#top_main .top_news .block_detail dl dd {
	display: block;
}

#top_main .top_news .block_detail dl dd h4 {
	font-size: 13px;
}

#top_main .top_banner01 {
    margin: 50px auto 50px;
}

}/*640px*/

