/***　TOPページ用CSS　***/

/*バナー下テキスト*/
#top .banner p{
font-family: 'Noto Serif JP', serif;
font-weight:700;
font-size:1.8rem;
margin-top:20px;
text-align:center
}

hr.top_ceparate{display:none}

/*更新情報*/
#top_news{
background-color:#F6FBF9;
border-radius:50px;
padding:30px 50px;
margin-bottom:50px;
}
#top_news h2{
font-size:3.0rem;
font-weight:normal;
line-height:100%;
}
#top_news h2:first-letter, span.news_jp{color:#5DAB93}
span.news_jp{
font-weight:bold;
font-size:2.0rem;
}
hr.news_line{
margin:10px 0;
border-bottom:1px solid #5DAB93;
}
#top_news ul li{
padding:20px 10px 15px 10px;
border-bottom:1px dashed #777;
overflow:hidden;
}
#top_news ul li p{float:left}
#top_news ul li p.news_time{
font-weight:bold;
font-size:1.3rem;
margin-right:10px;
}
#top_news ul li p.news_tag{
color:#fff;
background:#5DAB93;
border-radius:12px;
font-size:1.4rem;
font-weight:bold;
width:150px;
text-align:center;
margin-right:20px;
}
div.news_hidden{display:none}
#top_news div.news_all{
float:right;
width:150px;
margin-top:20px;
background:#fff;
}
#top_news div.news_all a{
text-decoration:none;
cursor:pointer;
}
#top_news div.news_all a:hover p{
background:#5DAB93;
color:#fff;
}
#top_news .news_all p{
border:1px solid #5DAB93;
box-shadow:2px 2px 5px #333;
padding:10px;
border-radius:5px;
font-weight:bold;
text-align:center;
}



/***************************************/
/*****　タブレット用CSS(iPad基準)　*****/
/***************************************/
@media screen and (max-device-width:768px) {



}

/****************************************************/
/*****　スマホ用横置き専用CSS(iPhone6plusまで)　*****/
/****************************************************/
@media screen and (max-device-width:736px) and (orientation: landscape){


}

/**********************************************/
/*****　スマホ用CSS(iPhone6plusまで対応)　*****/
/**********************************************/
@media screen and (max-device-width:414px) , screen and (max-device-width:736px) and (orientation: landscape){

#top div.banner{width:auto}

hr.top_ceparate{
display:block;
border-bottom:8px solid #5dab93;
width:25%;
margin:20px auto 50px auto;
}

/*更新情報*/
#top_news{
padding:50px;
margin-bottom:50px;
}
#top_news h2{font-size:6.4rem !important}
span.news_jp{font-size:4.8rem !important}
#top_news ul li p.news_time{margin-right:30px}
#top_news ul li p.news_tag{
width:60%;
text-align:center;
border-radius:30px;
margin-right:20px;
}
#top_news ul li p.news_text{
font-size:3.8rem !important;
padding-top:20px;
}
#top_news div.news_all{
width:30%;
margin-top:40px;
}
#top_news .news_all p{font-size:3.2rem !important}




}
