@charset "utf-8";
@media screen and (max-width: 768px){

ul.hb-menu{
	font-size: 0px;
	background: #fff;
}
ul.hb-menu li{
	width: 50%;
	font-size: 13px;
	display: inline-block;
	text-align: left;
	height:34px;
	line-height: 26px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 3px 8px 0;
	box-sizing: border-box;
}

ul.hb-menu li a{
	display: block;
}


ul.hb-menu li img{
	width: 25px;
	padding: 0 5px 0 0;
	display: inline-block;
}


.fixed-nav{
	position: relative;
	background: #000;
}
.fixed-nav ul{
	font-size: 0px;
	width: 100%;
	display: block;
	overflow: hidden;
}
.fixed-nav ul li{
	font-size: 12px;
	width: 20%;
	display: inline-block;
}
.fixed-nav ul li img{
	width: 100%;
}

li.fullwide,
li.fullwide img{
	width: 100% !important;
}
}

.sp_only {
	display: none;
}

@media screen and (max-width: 768px){

	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}

h2.tabs,
h2.tabsf,
h2.tabs img,
h2.tabsf img{
	width: 100%;
}
h2.tabs{
	margin: 15px 0;
}
h2.tabsf{
	margin: 0;
}

ul.index-catlist{
	font-size: 0px;
	text-align: left;
	width: 100%;
	overflow: hidden;
	}
ul.index-catlist li{
	width: 25%;
	padding: 0 0 10px;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	}
ul.index-catlist li img{
	width: 90%;
}

ul.index-topicslist{
	width: 100%;
	font-size: 14px;
	overflow: hidden;
	}
ul.index-topicslist li{
	width: 100%;
	padding: 15px;
	clear: both;
	overflow: hidden;
	box-sizing: border-box;
	}
ul.index-topicslist li img{
	width: 100px;
	display: block;
	float: left;
	padding: 0 15px 0 0;
	}
ul.index-topicslist li span{
	color: #E30000;
	}
ul.index-topicslist li h3{
	font-size: 14px;
}

div.season-list{
	width: 100%;
	overflow: hidden;
	}
div.season-list img{
	width: 100%;
	padding: 0 0 10px;
}

div.common-cntobj{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 15px;
	}
	div.common-cntobj img{
		width: 100%;
		}

ul.index-recommendlist{
	font-size: 0px;
	text-align: left;
	width: 100%;
	overflow: hidden;
	}
ul.index-recommendlist li{
	width: 33%;
	padding: 0 0 10px;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	}
ul.index-recommendlist li img{
	width: 90%;
}

ul.snslist{
	font-size: 0px;
	text-align: left;
	width: 96%;
	margin: 10px 2%;
	overflow: hidden;
	}
ul.snslist li{
	/* width: 50%; */
	width: 20%;
	padding: 0 5px 10px;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	}
ul.snslist li:last-child{
	width: 100%;
	}
ul.snslist li img{
	width: 100%;
}

div.footerbox{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	background: #000;
	color: #fff;
	font-size: 10px;
	}
	div.footerbox img{
		width: 100%;
		}
/* delate default items */
.FS2_Search,
.FS2_Utility1_container,
.FS2_Utility2_container{
	display: none !important;
}

/* --------- add 20191031 -- */


ul.tyled-bnr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 0 8vh;
    }
ul.tyled-bnr li{
    width: 49%;
    }
ul.tyled-bnr li img{
    width: 100%;
    }


.swiper-container,
.swiper-subcontainer {
width: 100%;
height: 100%;
}

.dw-cat{
background: #4D669F;
padding: 10px 10px 10px 15px;
}
.row{
width: 100%;
height: 470px;
overflow-y: auto !important;
-webkit-overflow-scrolling:touch;
position: relative;
}


#breadListInner ul{
	display: flex;
	flex-wrap: wrap;
	margin: 10px .5em;
}
.subpmain h2 img{
	width: 100%;
	}
.subpmain h3.question{
	width: 100%;
	padding: 1em 1em 4px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	}
.subpmain .answer{
	width: 100%;
	padding: 1em;
	font-size: 14px;
	box-sizing: border-box;
	}
.subpmain .answer img{
	max-width: 90%;
	display: block;
	margin: 0 auto;
	}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: -1;
  cursor: pointer;
}
.scroll {
	overflow-y: scroll;
	height: 400px;
	width: 100%;
}
.att_disa {
	margin: 0;
	padding: 20px 12px 10px;
	box-sizing:border-box;
	background:#fff;
	color:#333;
	text-align:center;
	font-size:14px;
}


.news_title{
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
color: red;
cursor: pointer;
padding-top: 8px;
}
.news_title a{
color: red;
font-size: 14px;
}

/*モーダルを開くボタン*/
.modal-open{
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
color: red;
margin: auto;
cursor: pointer;
font-size: 14px;
padding-top: 10px;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
background: rgba(0,0,0,50%);
padding: 40px 10px;
overflow: auto;
opacity: 0;
visibility: hidden;
transition: .3s;
box-sizing: border-box;
z-index: 10000;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
content: "";
display: inline-block;
vertical-align: middle;
height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
opacity: 1;
visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
position: relative;
display: inline-block;
vertical-align: middle;
max-width: 750px;
width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: -40px;
right: -20px;
width: 40px;
height: 40px;
font-size: 40px;
color: #fff;
cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
background: #fff;
text-align: left;
padding: 20px;
}
.modal-content p{
font-size: 14px;
}
.modal-content b{
text-align: center;
display: block;
font-size: 14px;
}

.attentionword_wrap {
	overflow: hidden;
	padding: 0 10px;
	position: relative;
}
.attentionword {
	display: flex;
	justify-content: flex-start;
	padding: 8px 0;
	overflow-x: auto;
}
.attentionword li {
	font-size: 13px;
	background: #f0f0f0;
	border-radius: 15px;
	padding: 2px 5px;
	margin-right: 10px;
	white-space: nowrap;
}
.attentionword li a {
	color: #000;
	display: block;
}
}

.bnr_01 {
	margin: 70px auto 0;
	max-width: 590px;
}
@media screen and (max-width: 768px){
	.bnr_01 {
		margin: 40px auto 0;
	}
}
