@charset "UTF-8";

/* base */
body {
	background: #fff;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 1.4;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
}
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
footer, header, nav, section {
	display: block;
}
img {
	-ms-interpolation-mode: bicubic;
	height: auto;
}
ul, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, form, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.0em;
}
li {
	white-space: nowrap;
}
a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

/*clearfix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/* header */
header {
	text-align: center;
	position: relative;
}
#head-top {
	height: 100px;
}
.head-nav {
	position: relative;
}
.head-logo {
	position: absolute;
	top: 45px;
	right: 0;
	left: 0;
}
.head-logo img {
	width: 300px;
}
.corp-logo {
	padding-top: 5px;
}
.corp-logo img {
	width: 100px;
}
h2.nav-txt {
	font-size: 1.2em;
	color: #666666;
}
.menu {
	display: none;
}
#head-bottom {
	background: #f76012;
	padding: 10px 0 0;
}
.caption-img img {
	width: 300px;
}
.capture-img {
	height: 270px;
}
.capture-img img {
	width: 250px;
}
.live-btn {
	background: #fff;
	padding: 20px 0;
	text-align: center;
}
.live-btn span.txt {
	display: block;
	font-size: 2.0em;
	font-weight: bold;
}
.live-btn span.orange {
	color: #f76012;
}
.live-btn img {
	width: 300px;
}
.live-btn .btn {
	width: 240px;
	height: 45px;
	border-radius: 5px;
	background: #fcee21;
	margin: 5px auto;
	box-shadow: 0 5px 0 rgba(250,175,60,1);
	position: relative;
	font-size: 1.8em;
	line-height: 45px;
	font-weight: bold;
}
.live-btn .btn a {
	display: block;
	color: #000;
}
.live-btn .btn a:after {
	content: "▶︎";
	position: absolute;
	right: 10px;
	color: #f76012;
}
.head-train {
	position: relative;
	width: 100%;
	top: -150px;
}
.head-train img {
	position: absolute;
	bottom: 0;
}
.head-train img.line {
	width: 1000px;
	right: 0;
}
.head-train img.train {
	width: 100px;
	right: 20px;
	bottom: 5px;
}

/* main */
#com-content {
	margin-bottom: 30px;
}
h4.com-ttl {
	text-align: center;
	font-size: 2.0em;
	font-weight: bold;
	background: #f2f2f2;
	height: 100px;
	padding-top: 30px;
	margin-bottom: 80px;
}
h4.com-ttl:after {
	content: "";
	width: 0;
	position: relative;
	bottom: -65px;
	border-style: solid;
	border-color: #f2f2f2 transparent transparent transparent;
	border-width: 50px 100px 0 100px;
	z-index: 1;
}
hr.line {
	border: 0;
	border-top: 2px dashed #f76012;
	width: 95%;
	position: relative;
	overflow: visible;
}
hr.line:before {
	content: '●';
	display: inline-block;
	position: absolute;
	top: -14px;
	left: -5px;
	color: #f76012;
	font-size: 20px;
}
hr.line:after {
	content: '●';
	display: inline-block;
	position: absolute;
	top: -14px;
	right: -5px;
	color: #f76012;
	font-size: 20px;
}
hr.line.top {
	border-top: 2px dashed #fff;
}
hr.line.top:before {
	color: #fff;
}
hr.line.top:after {
	color: #fff;
}
hr.line.top.bottom {
	display: none;
}

#main {
	margin-bottom: 20px;
}
.main-box {
	margin-bottom: 50px;
}
.main-box.last {
	margin-bottom: 20px;
}
.box-ttl {
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
}
.box-ttl img {
	width: 40px;
}
.box-ttl span {
	display: block;
	padding: 10px 0 5px;
}
.box-img {
	text-align: center;
	padding: 10px 0;
}
.box-img img {
	width: 300px;
}
.box-img.icn img {
	width: 120px;
}
.box-txt {
	font-size: 1.4em;
	line-height: 1.8;
	padding: 5px 10px;
}
.box-txt a {
	text-decoration: underline;
	color: #f76012;
}
.box-btn {
	text-align: center;
}
.box-btn .btn {
	width: 300px;
	height: 40px;
	border-radius: 5px;
	box-shadow: 0 5px 0 rgba(237,40,0,1);
	line-height: 40px;
	background: #f76012;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	position: relative;
	margin: 0 auto 10px;
}
.box-btn .btn a {
	display: block;
	color: #fff;
}
.box-btn .btn a:after {
	content: "▶︎";
	position: absolute;
	right: 10px;
	color: #fcee21;
}
.box-btn .btn .space {
	display: none;
}

/* footer */
footer {
	background: #f2f2f2;
	text-align: center;
}
footer .foot-logo {
	padding: 10px 5px 0;
}
footer .foot-logo img {
	width: 200px;
}
footer .copy {
	color: #666666;
	padding: 5px 0 55px;
}
.to-top {
	position: fixed;
	bottom: 0px;
	right: 5px;
}
.to-top img {
	width: 45px;
}


@media print, screen and (min-width: 768px) {
	
	/* header */
	#head-top {
		height: 80px;
	}
	.head-logo {
		top: 0;
		right: auto;
		padding: 5px;
	}
	.head-logo img {
		width: 400px;
	}
	.corp-logo {
		position: absolute;
		top: 30px;
		right: 10px;
	}
	.nav-txt {
		text-align: right;
		padding: 5px;
	}
	
	#head-bottom {
		padding: 0;
		background: linear-gradient(90deg,#f76012 0%,#f76012 50%,#fff 50%,#fff 100%);
	}
	.caption-img {
		width: 50%;
		float: left;
		padding-top: 10px;
	}
	.capture-img {
		width: 50%;
		height: 380px;
		float: right;
		position: relative;
	}
	.capture-img img {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 340px;
	}
	#head-bottom .live-btn {
		background: none;
		float: left;
		width: 50%;
		padding: 0 0 20px;
	}
	#head-bottom .live-btn span.txt {
		color: #fff;
		font-size: 2.4em;
	}
	#head-bottom .live-btn span.orange {
		color: #fcee21;
	}
	.head-train {
		top: -150px;
		width: 50%;
		float: right;
		height: 150px;
		margin-bottom: -150px;
		overflow: hidden;
	}
	.head-train img.line {
		left: 0;
	}
	.head-train img.train {
		width: 100px;
		right: 50px;
	}
	
	/* main */
	hr.line {
		width: 80%;
	}
	hr.line.top.bottom {
		display: block;
		margin-top: 20px;
	}

	.com-ttl hr.line {
		width: 280px;
	}
	

}
@media print, screen and (min-width: 1000px) {
	
	.inner {
		width: 1000px;
		margin: 0 auto;
	}

	/* header */
	#head-top {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		background: rgba(255,255,255,0.8);
		z-index: 100;
	}
	.head-logo {
		padding: 0px;
	}
	.head-logo img {
		width: 480px;
	}
	.menu {
		display: block;
		width: 500px;
		float: right;
	}
	.menu ul {
		padding: 10px 0 0 10px;
	}
	.menu li {
		float: left;
		padding: 0 15px;
		border-bottom: 2px dashed #f76012;
		margin-right: 20px;
	}
	.menu li a {
		font-size: 1.4em;
	}
	.menu li:hover a {
		color: #f76012;
	}
	#head-bottom {
		margin-top: 80px;
	}
	.caption-img {
		padding-top: 20px;
	}
	.caption-img img {
		width: 400px;
	}
	.capture-img {
		height: 520px;
	}
	.capture-img img {
		width: 460px;
	}
	#head-bottom .live-btn {
		padding: 20px 0;
	}
	.live-btn span.txt {
		font-size: 3.0em;
	}
	#head-bottom .live-btn span.txt {
		font-size: 3.0em;
	}
    .live-btn.flo {
        float: left;
        width: 100%;
    }
	.live-btn img {
		width: 450px;
	}
	.live-btn .btn {
		width: 330px;
		height: 60px;
		font-size: 2.5em;
		line-height: 60px;
	}
	.btn:hover {
		margin-top: 5px;
		margin-bottom: 5px;
		box-shadow: none;
	}
	.live-btn .btn:hover {
		margin-top: 10px;
		margin-bottom: 0;
	}
	#head-bottom .live-btn .btn:hover {
		margin-bottom: -5px;
	}
	.live-btn .btn a:after {
		font-size: 1.2em;
	}
	.live-btn .btn a:hover {
		color: #f76012;
	}	
	.head-train {
		top: -200px;
		height: 200px;
		margin-bottom: -200px;
	}
	.head-train img.train {
		width: 130px;
		left: 340px;
	}
	
	/* main */
	#com-content {
		margin-bottom: 30px;
	}
	h4.com-ttl {
		font-size: 2.5em;
		padding-top: 25px;
		margin-bottom: 120px;
	}
	hr.line {
		width: 80%;
	}
	hr.line.top.bottom {
		margin-top: 40px;
	}
	.com-ttl hr.line {
		width: 280px;
	}
	
	#main {
		margin-bottom: 50px;
	}
	.main-box {
		margin-bottom: 100px;
	}
	.main-box.last {
		margin-bottom: 50px;
	}
	#access .main-box {
		float: left;
		width: 50%;
		padding: 0 20px;
	}
	#access .main-box.last {
		margin-bottom: 100px;
	}
	.box-ttl {
		font-size: 2.0em;
		text-align: left;
		width: 50%;
		float: right;
		position: relative;
	}
	.box-ttl img {
		width: 60px;
		position: absolute;
		top: -10px;
		left: -10px;
	}
	#access .box-ttl {
		width: 100%;
	}
	#access .box-ttl img {
		left: 0
	}
	.box-ttl span {
		margin-left: 60px;
		padding-bottom: 0;
	}
	#access .box-ttl span {
		margin-left: 70px;
	}
	.box-ttl hr.line {
		width: 100%;
	}
	.box-ttl hr.line:before {
		display: none;
	}
	.box-img {
		width: 500px;
		padding: 0;
		float: left;
	}
	.box-img img {
		width: 100%;
	}
	#access	.box-img {
		width: 450px;
	}
	.box-img.icn img {
		width: 150px;
		margin: 10px 0;
	}
	.box-txt {
		float: right;
		width: 50%;
		padding: 5px 10px;
	}
	#access .box-txt {
		width: 100%;
	}
	.box-btn {
		float: left;
		width: 100%;
	}
	.box-btn .btn {
		float: left;
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 1.8em;
	}
	.box-btn.min .btn {
		width: 220px;
		line-height: 1.2;
		padding-top: 5px;
	}
	.box-btn.min .btn .space {
		display: block;
	}
	.box-btn.min .btn:first-child {
		margin-right: 10px;
	}
	.box-btn.min .btn a:after {
	top: 15px;
	}
	.box-btn .btn a:hover {
		color: #fcee21;
	}	


/* footer */
	footer .copy {
		font-size: 1.2em;
		padding-bottom: 5px;
	}
	.to-top {
		bottom: 5px;
		right: 10px;
	}
		
}