@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ページ
    
  ----------------------------------------------------------------------------- */
#container {
	padding: 60px 0 120px;
}
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 li {
	float: left;
	/*min-width: 60px;*/
	width: 13%;
	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:first-child {
	width: 14%;
}
#news .newsWrap .ttl .tab li:nth-child(2),
#news .newsWrap .ttl .tab li:nth-child(4) {
	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;
}
/* company
  ---------------------------------------------*/
#company {
	padding: 60px 0 30px;
	background: url(../img/sp/bg_insight.png) no-repeat center top;
	background-size: 100%;
}
#company .inner {
	box-sizing: border-box;
	position: relative;
}
#company .inner .ttlWrap {
	position: relative;
}
#company .inner h2 {
	color: #fff;
	font-size: 3.8rem;
	text-align: center;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, "sans-serif";
}
#company .inner .lead {
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 10px;
}
#company .inner .portrait {
	padding: 15px;
}
#company .inner .portrait img {
	width: 100%;
}
#company .inner .btnWrap .btn {
	margin: 0 auto;
}
#company .inner .btnWrap .btn a {
	background: #fff url(../common/img/sp/icon_arrow_r.png) no-repeat 93% center;
	background-size: 6px;
	color: #333;
}
/* overview
  ---------------------------------------------*/
	#overview {
		margin-top: 20px;
	}
	#overview .inner {
		padding: 0 15px;
	}
	#overview h2 {
		text-align: center;
		font-size: 1.5rem;
	}
	#overview h2 b {
		font-size: 4rem;
		font-weight: bold;
		display: block;
		margin-top: 5px;
	}
	#overview .tabWrap {
		margin-top: 30px;
	}
	#overview .tabWrap .tabList li {
		background: #aaa;
		color: #fff;
	}
	#overview .tabWrap .tabList li.active {
		background: #cb151d;
		color: #fff;
	}
	#overview .tabCont {
		margin-top: 20px;
		background: #fff;
		padding: 20px;
	}
	#overview .tabCont .location .lead {
		font-size: 1.4rem;
	}
	#overview .tabCont .location .lead b {
		display: block;
		font-size: 1.8rem;
		margin-bottom: 5px;
		font-weight: normal;
	}
	#overview .tabCont .location dl {
		margin-top: 25px;
	}
	#overview .tabCont .location dl dt {
		font-size: 1.7rem;
		font-weight: bold;
		color: #e60012;
		position: relative;
	}
	#overview .tabCont .location dl dt:before {
		content: "";
		width: 14px;
		height: 14px;
		background: url(../common/img/sp/icon_plus_g.png) no-repeat center / 14px;
		position: absolute;
		top: 7px;
		right: 0;
	}
	#overview .tabCont .location dl dt.open:before {
		content: "";
		width: 14px;
		height: 14px;
		background: url(../common/img/sp/icon_minus_g.png) no-repeat center / 14px;
		position: absolute;
		top: 7px;
		right: 0;
	}
	#overview .tabCont .location dl dd {
		display: none;
	}
	#overview .tabCont .location dl dd > ul > li {
		font-size: 1.4rem;
		padding-left: 14px;
		position: relative;
	}
	#overview .tabCont .location dl dd > ul > li + li {
		margin-top: 10px;
	}
	#overview .tabCont .location dl dd > ul > li a:before {
		content: "";
		width: 10px;
		height: 10px;
		background: #fff url(../common/img/sp/icon_arrow_r.png) no-repeat left center / 6px;
		position: absolute;
		top: 6px;
		left: 0;
	}
	#overview .tabCont .location dl dd > ul > li  ul {
		padding-left: 5px;
	}
	#overview .tabCont .location dl dd > ul > li  ul > li {
		text-indent: -1em;
		padding-left: 1em;
	}
	#overview .tabCont .field > ul {
		display: flex;
		flex-wrap: wrap;
	}
	#overview .tabCont .field > ul li {
		width: 50%;
		position: relative;
	}
	#overview .tabCont .field > ul li figure {
		margin: 0;
	}
	#overview .tabCont .field > ul li figure img {
		width: 100%;
	}
	#overview .tabCont .field > ul li p {
		position: absolute;
		bottom: 0;
		left: 0;
		color: #fff;
		font-size: 1.3rem;
		z-index: 1;
		padding: 10px;
	}
}

/* -----------------------------------------------------------------------------
  
  追加修正
    
  ----------------------------------------------------------------------------- */
@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;
	}
}

/* -----------------------------------------------------------------------------
  
  /oceania/固有記述
    
  ----------------------------------------------------------------------------- */
@media print, screen and (max-width: 750px) {
	#news .newsWrap .ttl .tab li:first-child {
		width: 40%;
	}
	#news .newsWrap .ttl .tab li:nth-child(2) {
		width: 25%;
	}
	#news .newsWrap .ttl .tab li:nth-child(3) {
		width: 30%;
	}
}

/* -----------------------------------------------------------------------------
  
  iPhone5
    
  ----------------------------------------------------------------------------- */
@media print, screen and (max-width: 320px) {
	#overview .tabCont .field > ul li p {
		font-size: 1.2rem;
	}
}