@charset "UTF-8";

/* *******************************************************************************************
*
*	Index SP
*
******************************************************************************************* */

@media screen and (max-width : 768px){

.fHeader{
	display: block;
}

.fHeader_inner {
	padding-top: 5px;
}

#spNav {
	top: 5px;
}

/* -------------------------------------------------------------------------------------------
*
* ビジュアル
*
* ----------------------------------------------------------------------------------------- */

.visual_btm{
	padding-bottom: 31px;
	height: auto;
	border-top: 0;
}

.visual_btm_wrap{
	position: static;
	width: 100%;
display: block;
}

.visual_slider{
position: static;
width:100%;
}
.visual_fcon{
position: static;
width:100%;
margin-top: 20px;
}
.visual_fcon_inner{
width: 100%;
height: auto;
background: #e5eded;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin-left: 0;
}


.visual_slider{
/*	position: static;
width: 100%;
*/
}
.visual_slider_item{
padding: 0;
}
.visual_slider_item_link{
width: 100%;
height: auto;
background: #e5eded;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.visual_slider_item_link:hover{
background: #e5eded;
}
.visual_slider_item_link-new:before{
width: 60px;
height: 60px;
background-size: 60px 60px;
}
.visual_slider_item_link-update:before{
width: 60px;
height: 60px;
background-size: 60px 60px;
}
.visual_slider_item_img{
height: auto;
}
.visual_slider_item_link:hover .visual_slider_item_img{
opacity: 1;
}
.visual_slider_item_content{
padding: 0 16px;
	height: auto;
}
.visual_slider_item_label{
	top: 15px;
	left: 0;
}
.visual_slider_item_ttl{
	padding-top: 50px;
	font-size: 17px;
	line-height: 28px;
}
.visual_slider_item_date{
	position: static;
	font-size: 13px;
	line-height: 20px;
	text-align: right;
}

/* ----------------------------- override carousel ----------------------------- */

.visual_slider .slick-dots li{
    margin:0 2px;
}
.visual_slider .slick-dots li button{
    width: 32px;
    height: 8px;
    background-size: 32px 8px;
}
.visual_slider .slick-dots li.slick-active button{
    background-size: 32px 8px;
}

/* -------------------------------------------------------------------------------------------
*
* バナー
*
* ----------------------------------------------------------------------------------------- */

.banner {
	padding-top: 45px;
}

/* -------------------------------------------------------------------------------------------
*
* トピックス
*
* ----------------------------------------------------------------------------------------- */

.topics{
	padding: 45px 0 29px 0;
	border-bottom: 0;
}
.topics_inner1{
	padding: 0 16px;
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.topics_inner2{
	padding: 0 8px;
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.topics_header{
	margin-bottom: 19px;
}
.topics_ttl{
	margin: 0 auto 6px auto;
	width: 100%;
	background: url(../image/ttl_bg_wave.png) center 4px no-repeat;
	background-size: 334px 25px;
}
.topics_ttl_img{
	width: 108px;
}
.topics_copy{
	font-size: 14px;
	line-height: 22px;
}

/* ----------------------------- ナビゲーション ----------------------------- */

.topics_nav{
	margin: 0 auto 16px auto;
	width: 100%;
	background: #0f5966;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.topics_nav_item{
	width: 33%;
	background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.topics_nav_item:last-child{
	width: 34%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.topics_nav_item-active{
	background-size: 750px 250px;
}
.topics_nav_item-active:after{
	top: 36px;
	width: 100%;
	background: url(../image/topics_nav_active_arrow.png) center 0 no-repeat;
	background-size: 11px 9px;
}
.topics_nav_item_link{
	display: block;
	width: 100%;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
}

/* ----------------------------- アイテム ----------------------------- */

#topics_tile{
	margin: 0;
	width: 100%;
}
.topics_tile_clm-Large{
	float: none;
	margin: 0 0 16px 0;
	width: 100%;
}
.topics_tile_clm-Small{
	float: none;
	margin: 0;
	width: 100%;
}
.topics_tile_item{
	padding: 0 8px;
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.topics_tile_clm-Small .topics_tile_item{
	margin: 0 0 16px 0;
	width: 50%;
}
.topics_tile_item_link{
	width: 100%;
	height: auto;
}
.topics_tile_clm-Small .topics_tile_item_link{
	width: 100%;
	height: auto;
}
.topics_tile_item_link:hover{
	background: #fff;
}
.topics_tile_item_img{
	height: auto;
}
.topics_tile_clm-Small .topics_tile_item_img{
	height: auto;
}
.topics_tile_item_link:hover .topics_tile_item_img{
	opacity: 1;
}
.topics_tile_item_content{
	padding: 0 12px 15px 15px;
	height: auto;
}
.topics_tile_clm-Small .topics_tile_item_content{
	height: 95px;
}
.topics_tile_item_label{
	top: 15px;
	left: -4px;
}
.topics_tile_item_ttl{
	margin-bottom: 4px;
	padding-top: 42px;
	font-size: 17px;
	line-height: 28px;
}
.topics_tile_item_ttl small{
	font-size: 11px;
}
.topics_tile_clm-Small .topics_tile_item_ttl{
	font-size: 14px;
	line-height: 22px;
}
.topics_tile_item_txt{
	font-size: 14px;
	line-height: 22px;
}

/* ----------------------------- もっと見る override ----------------------------- */

#readMore{
	margin-bottom: 16px;
	width: 56%;
}
#readMore .readMore_link{
    width: 768px;
	height: 36px;
	font-size: 14px;
	line-height: 22px;
}
.readMore_link_icon{
	padding: 0 0 0 27px;
	background-size: 16px 16px;
}

/* -------------------------------------------------------------------------------------------
*
* キャンペーン
*
* ----------------------------------------------------------------------------------------- */

.campaign{
	padding: 45px 0 29px 0;
}
.campaign_inner{
	padding: 0 16px;
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.campaign_inner img{
width: 100%;
}
.campaign_header{
	margin-bottom: 19px;
}
.campaign_ttl{
	margin: 0 auto 6px auto;
	width: 100%;
	background: url(../image/ttl_bg_waveL.png) center 4px no-repeat;
	background-size: 334px 25px;
}
.campaign_ttl_img{
	width: 166px;
}
.campaign_copy{
	font-size: 14px;
	line-height: 22px;
}

/*--　重要なお知らせ　202004追加　--*/
.important_box{
    width: 100%;
}
.important_box.sp_bottom{
margin-bottom: 40px;
}
.important_box .important_inner{
    margin: 0 16px;
    padding: 20px 16px;
}
.important_box .important_ttl{
font-size: 16px;
margin-bottom: 10px;
}
.important_box .important_txt{
font-size: 14px;
line-height: 22px;
}
.hImportant{display: none;} /*トップページのみ hImportant を非表示（下層のみ表示のため）*/
.fHeader {height: 57px;} /*トップページのみ hImportant を非表示の際のヘッダー高さ調整*/
/* -------------------------------------------------------------------------------------------
*
* 共　通
*
* ----------------------------------------------------------------------------------------- */

.swich_pc{display: none;}
.swich_sp{display: block;}


/* ------------------------------------------------------------------------------------------
*
		.related-site
*
------------------------------------------------------------------------------------------ */

.related-site--top {
	padding: 12px 0 0;
	margin: 20px 0;
}

.related-site--top .only_pc {
	display: none !important;
}

.related-site--top .only_sp {
	display: block !important;
}

.related-site--top .related-site__inner {
	padding-bottom: 0;
}

.related-site__link-text {
	margin-top: 13px;
	font-size: 14px;
	color: #0f5966;
	line-height: 1.6;
}

.related-site__btn-wrap {
    width: auto;
    margin: 14px auto 18px;
}

.related-site__btn {
    text-align: center;
	padding: 14px 48px
}

.related-site__imgs {
	display: block;
	margin-top: 27px;
}

.related-site__icon {
    width: 65px;
    height: 65px;
    top: -8px;
    left: -8px;
    font-size: 14px;
}

.related-site__icon-text {
    font-size: 18px;
}

.related-site__img {
	width: 100%;
}

.related-site__img + .related-site__img {
	margin-top: 42px;
}


}