@charset "UTF-8";

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

/* -----------------------------------------------------------------------------

ナビ　アクティブ設定

----------------------------------------------------------------------------- */

/* アクティブ */
.top #navTop > a > span {
	border-bottom: 2px solid #e60012;
}

}

@media screen and (max-width: 750px) {
/* -----------------------------------------------------------------------------

  	TOPページ

  ----------------------------------------------------------------------------- */
main {
	background: #efefef;
}
/* mv
  ---------------------------------------------*/
#mv {
	position: relative;
	padding-bottom: 0;
}
#mv #bgVideo {
	width: 100%;
}
#mv .video-btn {
	display: none;
}
#mv > img {
	width: 100%;
}
.mv {
	position: relative;
	padding-bottom: 0;
}
.mv #bgVideo {
	width: 100%;
}
.mv .video-btn {
	display: none;
}
.mv > img {
	width: 100%;
}
/* news
  ---------------------------------------------*/
#news .inner {
	padding: 30px 0 30px;
	position: relative;
	top: 0;
}
#news .bnrWrap {
	padding: 0 35px;
	margin: 0 auto 40px;
	max-width: 445px;
}
#news .newsWrap .ttl {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 0px 5px;
}
#news .newsWrap .ttl h2 {
	font-size: 2.4rem;
	font-weight: 400;
	display: inline-block;
	padding-left: 15px;
}
#news .newsWrap .ttl .more {
	display: inline-block;
	position: relative;
	top: 4px;
	left: 4px;
}
#news .newsWrap .ttl .more li {
	float: left;
	padding-left: 15px;
	margin-left: 10px;
}
#news .newsWrap .ttl .more li.rss {
	background: url(../common/img/icon_rss.png) no-repeat left center;
}
#news .newsWrap .ttl .more li.list {
	padding-left: 10px;
	background: url(../common/img/sp/icon_arrow_r.png) no-repeat left center;
	background-size: 6px;
}
#news .newsWrap .ttl .more li a {
	font-size: 1.2rem;
}
#news .newsWrap .ttl .tab {
	display: flex;
	justify-content: center;
}
#news .newsWrap .ttl .tab li {
	float: left;
	/*min-width: 60px;*/
	width: 20%;
	margin: 15px 0 0;
	text-align: center;
	line-height: 35px;
	font-size: 1.2rem;
	cursor: pointer;
	position: relative;
	padding: 0;
}

#news .newsWrap .ttl .tab li:last-child {
	margin-right: 0;
	width: 35%;
	line-height: 1.5;
	padding-bottom: 5px;
}
#news .newsWrap .ttl .tab li:first-child {
	margin-right: 0;
	width: 25%;
}
#news .newsWrap .ttl .tab li:nth-child(4) {
	margin-right: 0;
	width: 10%;
}
/*
#news .newsWrap .ttl .tab li:nth-child(2),
#news .newsWrap .ttl .tab li:nth-child(3) {
	width: 22%;
}
#news .newsWrap .ttl .tab li:last-child {
	width: 29%;
}*/
#news .newsWrap .ttl .tab li.active {
	color: #e60012;
}
#news .newsWrap .ttl .tab li.active:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: #e60012;
	position: absolute;
	bottom: -1px;
	left: 0;
}
#news .newsWrap .newsList {
	padding: 15px;
	box-sizing: border-box;
}

#news .newsWrap .newsList .newsBox {
	display: none;
}
#news .newsWrap .newsList .newsBox.active {
	display: block;
}
#news .newsWrap .newsList .newsBox ul li {
	position: relative;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 15px;
}
#news .newsWrap .newsList .newsBox ul li + li {
	margin-top: 15px;
}
#news .newsWrap .newsList .newsBox ul li span {
	font-size: 1.4rem;
	display: inline-block;
}
#news .newsWrap .newsList .newsBox ul li .date {
	color: #666;
	font-size: 1.3rem;
}
#news .newsWrap .newsList .newsBox ul li .date .tag {
	width: 100px;
	margin-left: 20px;
	text-align: center;
	background: #666;
	font-size: 1.2rem;
	color: #fff;
}
#news .newsWrap .newsList .newsBox ul li a {
	font-size: 1.4rem;
	display: block;
	margin-top: 7px;
}
#news .newsWrap .newsList .newsBox ul li a span {
	display: inline;
}
#news .informationWrap {
	margin: 10px 15px;
	position: relative;
	padding: 15px 15px 0;
	box-sizing: border-box;
	box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	background: #fff;
}
#news .informationWrap h2 {
	font-size: 1.5rem;
	color: #e60012;
	background: url(../common/img/sp/icon_caution.png) no-repeat left center;
	background-size: 24px;
	padding-left: 30px;
	line-height: 30px;
}
#news .informationWrap.ir h2 {
	color: #1e1572;
	background: none;
	padding-left: 0;
}
#news .informationWrap .btnAcd {
	width: 100%;
	height: 40px;
	border-top: 1px solid #ddd;
	background: url(../common/img/sp/icon_plus_g.png) no-repeat center center;
	background-size: 14px;
}
#news .informationWrap.active .btnAcd {
	background: url(../common/img/sp/icon_minus_g.png) no-repeat center center;
	background-size: 14px;
}
#news .informationWrap .ttlInfo {
	padding: 10px 0;
	font-size: 1.4rem;
}
#news .informationWrap .ttlInfo .date {
	color: #666;
	display: block;
	margin-right: 18px;
}
#news .informationWrap .ttlInfo a {
	display: block;
}
#news .informationWrap ul {
	margin-bottom: 25px;
	display: none;
}
#news .informationWrap ul li {
	font-size: 1.4rem;
}
#news .informationWrap ul li div {
	margin-bottom: 15px;
}
#news .informationWrap ul li div p {
	font-size: 1.3rem;
	line-height: 1.7;
}
/* insight
  ---------------------------------------------*/
#insight {
	padding: 60px 0 30px;
	background: url(../img/sp/bg_insight.png) no-repeat center top;
	background-size: 100%;
}
#insight .inner {
	box-sizing: border-box;
	position: relative;
}
#insight .inner .ttlWrap {
	position: relative;
}
#insight .inner h2 {
	color: #fff;
	font-size: 4rem;
	text-align: center;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, "sans-serif";
}
#insight .inner .lead {
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 25px;
}
#insight .inner ul {
	margin: 0 10px;
}
#insight .inner ul li {
	width: 46%;
	float: left;
	margin: 0 2% 30px;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
#insight .inner ul li a {
	display: block;
}
#insight .inner ul li a .figure {
	position: relative;
}
#insight .inner ul li a .figure figure {
	overflow: hidden;
	margin-bottom: 0;
}
#insight .inner ul li a .figure figure img {
	width: 100%;
}
#insight .inner ul li a .figure .label {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	display: inline-block;
	line-height: 25px;
	background: #222;
	font-size: 1.0rem;
	line-height: 1.4;
	padding: 2px 8px;
}
#insight .inner ul li a .text {
	background: #fff;
	font-size: 1.2rem;
	padding: 10px;
	width: 100%;
	height: 75px;
	box-sizing: border-box;
	display: block;
}
#insight .inner .btn {
	margin: 10px auto;
}
/* contentsLink
  ---------------------------------------------*/
#contentsLink .inner {
	width: 100%;
}
#contentsLink .inner > ul {
	background: #fff;
}
#contentsLink .inner > ul > li .figure {
	position: relative;
}
#contentsLink .inner > ul > li .figure figure {
	margin-bottom: 0;
}
#contentsLink .inner > ul > li .figure figure img {
	width: 100%;
	vertical-align: middle;
}
#contentsLink .inner > ul > li .figure p {
	position: absolute;
	bottom: 21px;
	left: 23px;
	color: #fff;
	font-size: 1.1rem;
}
#contentsLink .inner > ul > li .figure p b {
	font-size: 2rem;
	display: block;
	font-weight: 400;
}
#contentsLink .inner > ul > li p.btnAcd02 {
	width: 100%;
	height: 45px;
	border-top: 1px solid #ddd;
	background: url(../common/img/sp/icon_plus_g.png) no-repeat center center;
	background-size: 14px;
}
#contentsLink .inner > ul > li p.btnAcd02.active {
	width: 90%;
	margin: 0 auto;
	background: url(../common/img/sp/icon_minus_g.png) no-repeat center center;
	background-size: 14px;
}
#contentsLink .inner > ul > li ul.linkGroup {
	padding: 15px;
	display: none;
}
#contentsLink .inner > ul > li ul.linkGroup li {
	padding-right: 12px;
	margin-right: 12px;
	margin-bottom: 0;
}
/* movie
  ---------------------------------------------*/
#message {
	background: url(../img/sp/bg_movie.png) no-repeat center top;
	background-size: 100%;
}
#message .inner {
	padding: 60px 0 80px;
	background: url(../img/sp/bg_movie_btm.png) no-repeat center bottom;
	background-size: 100%;
}
#message .inner .ttlWrap {
	text-align: center;
	color: #fff;
}
#message .inner .ttlWrap h2 {
	font-size: 1.2rem;
	margin-bottom: 20px;
}
#message .inner .ttlWrap h2 b {
	font-size: 4rem;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, "sans-serif";
	display: block;
	position: relative;
	z-index: 2;
}
#message .inner .ttlWrap .lead {
	font-size: 1.5rem;
	margin-bottom: 20px;
}
#message .inner .ttlWrap .lead + p {
	font-size: 1.3rem;
	padding: 0 15px;
}
#message .inner .portrait {
	margin: 25px 15px 30px;
}
#message .inner .portrait video {
	width: 100%;
}
#message .inner .portrait img {
	width: 100%;
}
#message .inner .btnWrap .btn {
	margin: 0 auto;
}
/* contnetsLink
  ---------------------------------------------*/
#pickup .inner {
	padding: 40px 15px 30px;
}
#pickup .inner .ttlCenter01 {
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
}
#pickup .inner .listCol4 li a span.blank:after {
	content: "";
	width: 9px;
	height: 8px;
	background: url(../common/img/icon_blank02.png);
	display: inline-block;
	margin-left: 5px;
}
#pickup .inner .bnrSliderSP {
	margin: 25px 20px 0;
}
.bx-wrapper .bx-viewport {
	background: none;
}
.bx-wrapper .bx-prev {
	width: 9px !important;
	height: 16px !important;
	top: 50% !important;
	left: -18px;
	margin-top: -8px !important;
	background: url(../common/img/icon_arrow_prev_b.png) no-repeat;
	background-size: 9px;
}
.bx-wrapper .bx-next {
	width: 9px !important;
	height: 16px !important;
	top: 50% !important;
	right: -18px;
	margin-top: -8px !important;
	background: url(../common/img/icon_arrow_next_b.png) no-repeat;
	background-size: 9px;
}
}





/* -----------------------------------------------------------------------------

  追加修正

  ----------------------------------------------------------------------------- */

@media print, screen and (max-width: 750px) {
	#news .newsWrap .newsList .newsBox ul li {
		position: relative;
		border-bottom: 1px dotted #ccc;
		padding-bottom: 15px;
		font-size: 1.4rem;
	}
	#news .newsWrap .newsList .newsBox ul li .date {
		color: #666;
		font-size: 1.3rem;
		display: block;
		margin-bottom: 7px;
	}


}
