/*------------------------------------------------------------------------------
								NEWS
------------------------------------------------------------------------------*/
.contents-box {
	width: 100%;
	max-width: 1440px;
	min-width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 70px;
}
a:link {
text-decoration:underline;
}
.center {
	text-align: center!important;
}
h2 {
	background: url("../../img/title/ticket.png") no-repeat center center / contain;
	text-indent: -99999px;
	font-size: 0px;
	line-height: 0px;
	padding-top: 90px;
}
.box .navi {
    width: 100%;
    padding: 0 0 0 0;
	position: relative;
	overflow: hidden;
}
.box .navi li {
	background:#c40018;
	float: left;
	width: 33%;
	margin-right: 0.5%;
	position: relative;
}
.box .navi li p {
	color: #FFFFFF;
	font-weight: 600;
	text-align: center;
	line-height: 1.5em;
	padding: 0.8em;
	margin-right: -0.5em;
}
.box .navi li:last-child {
	margin-right: 0%;
}
.box .navi li {
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	opacity: 1;
}
.box .navi li:hover {
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	opacity: 0.7;
}
.box .navi li a {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}
.box .head-content {
	width: 100%;
}
.box .head-content .head-content-li {
	width: 100%;
	padding: 20px 0;
	border-top: 2px dotted #000000;
	line-height: 2em;
}
.box .head-content .head-content-li span {
	width: 10em;
	display: inline-block;
	margin-right: 2em;
	padding-left: 1em;
	border-right: 1px solid #000000;
}
.box .head-content .head-content-li:last-child {
	border-bottom: 2px dotted #000000;
}
.box .mvtk-img {
	width: 1000px;
	margin: 0 auto;
}
.box .main-content {
	width: 100%;
}
.box .main-content li {
	margin-top: -30px;
	padding-top: 30px;
}
.box .main-content li div {
	padding: 40px;
	box-sizing: border-box;
	border: 3px solid #c40018;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}
.box .main-content li .mvtk-img2 {
	width: 49%;
	margin-left: 20px;
	float: right;
	
}
.box .main-content li div h3 {
	font-size: 26px;
	line-height: 1.5em;
	color: #c40018;
	margin-bottom: 10px;
}
.box .main-content li div h3 span {
	font-size: 20px;
	line-height: 1.5em;
}
.box .main-content li div .chu {
	font-size: 18px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.6em;
}
.box .main-content li div .btn {
	display: block;
	width: 21em;
	font-weight: 600;
	position: relative;
	box-sizing: border-box;
	line-height: 2em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-left: 2em;
	border: 2px solid #c40018;
}
.box .main-content li div .btn {
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	background: url("../../img/contents/arrow.png") no-repeat left 0.5em center / 1em;
	color: #c40018;
}
.box .main-content li div .btn:hover {
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	background: #c40018 url("../../img/contents/arrow-w.png") no-repeat left 0.5em center / 1em;
	color: #FFFFFF;
}
.box .main-content li div .btn a {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}

@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								NEWS
------------------------------------------------------------------------------*/
.contents-box {
	min-width: 740px;
	padding: 0 40px;
}
h2 {
	padding-top: 10vw;
}
.box .navi li {
	width: 32.666%;
	margin-right: 1%;
}
.box .navi li p {
	margin-right: 0em;
}
.box .navi li:last-child {
	margin-right: 0%;
}
.box .navi li {
	-webkit-transition: none;
	transition:         none;
	opacity: 1;
}
.box .navi li:hover {
	-webkit-transition: none;
	transition:         none;
	opacity: 1;
}
.box .head-content .head-content-li {
	padding: 2vw 0;
	border-top: 0.3vw dotted #000000;
}
.box .head-content .head-content-li span {
	width: 8.5em;
	border-right: 0.15VW solid #000000;
}
.box .head-content .head-content-li:last-child {
	border-bottom: 0.3vw dotted #000000;
}
.box .mvtk-img {
	width: 100%;
}
.box .main-content li {
	margin-top: -3.75vw;
	padding-top: 3.75vw;
}
.box .main-content li div {
	padding: 40px;
	border: 0.375vw solid #c40018;
	-webkit-border-radius: 2.5vw;
	-moz-border-radius: 2.5vw;
	border-radius: 2.5vw;
}
.box .main-content li .mvtk-img2 {
	width: 100%;
	margin: 0 auto 3vw;
	float: none;
	
}
.box .main-content li div h3 {
	font-size: 4vw;
	margin-bottom: 1vw;
}
.box .main-content li div h3 span {
	font-size: 3vw;
}
.box .main-content li div .chu {
	font-size: 2.8vw;
}
.box .main-content li div .btn {
	-webkit-border-radius: 1vw;
	-moz-border-radius: 1vw;
	border-radius: 1vw;
	border: 0.3vw solid #c40018;
}
.box .main-content li div .btn {
	-webkit-transition: none;
	transition:         none;
	background: url("../../img/contents/arrow.png") no-repeat left 0.5em center / 1em;
	color: #c40018;
}
.box .main-content li div .btn:hover {
	-webkit-transition: none;
	transition:         none;
	background: url("../../img/contents/arrow.png") no-repeat left 0.5em center / 1em;
	color: #c40018;
}

}


@media print{
.main ul li .photo-none {
	display:none;
}
}