@charset "utf-8";
.mainvisual {
	background: #fef8f8;
	overflow: hidden
}

.mainvisual .screen {
	width: 944px;
	margin: 0 auto;
	position: relative;
	z-index: 11;
	line-height: 0
}

.mainvisual .screen:before {
	content: "";
	position: absolute;
	z-index: 13;
	width: 1920px;
	height: 100%;
	background: #eee9e8;
	background: rgba(0, 0, 0, 0.06);
	right: 100%;
	top: 0
}

.mainvisual .screen:after {
	content: "";
	position: absolute;
	z-index: 13;
	width: 1920px;
	height: 100%;
	background: #eee9e8;
	background: rgba(0, 0, 0, 0.06);
	left: 100%;
	top: 0
}

.mainvisual .screen .sliderwrap {
	width: 1280px;
	position: relative;
	z-index: 12;
	margin: 0 0 0 -168px
}

.mainvisual .screen .sliderwrap .swiper-slide img {
	width: 100%
}

.mainvisual .screen .swiper-pagination {
	z-index: 16;
	bottom: 20px;
	left: 50%;
	width: 208px;
	margin: 0 0 0 -208px;
	text-align: center
}

.mainvisual .screen .swiper-pagination .swiper-pagination-bullet {
	-webkit-box-shadow: 0 1px 2px 1px rgba(4, 0, 0, 0.1);
	box-shadow: 0 1px 2px 1px rgba(4, 0, 0, 0.1);
	width: 8px;
	height: 8px;
	background: #ffffff;
	opacity: 1;
	border-radius: 4px
}

.mainvisual .screen .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 1px solid #ffffff;
	background: #6fba2c
}

.mainvisual .screen .slideoverimg {
	width: 208px;
	position: absolute;
	z-index: 20;
	left: 261.6px;
	top: 64px
}

.mainvisual .screen .slideoverimg img {
	width: 100%
}

.mainvisual .screen .verticalwrap {
	position: absolute;
	z-index: 13;
	right: 0;
	top: 0;
	width: 208px;
	height: 100%;
	display: block;
	line-height: 1
}

.mainvisual .screen .verticalwrap .flexbox {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.mainvisual .screen .verticalwrap .verticalitem {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	font-size: 0;
	line-height: 0
}

.mainvisual .screen .verticalwrap .verticalitem a {
	background: #f00
}

.mainvisual .screen .verticalwrap .verticalitem a img {
	width: 100%
}

.mainvisual .screen .verticalwrap .verticalitem a:hover {
	opacity: 0.8
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.mainvisual .screen {
		width: 92.1875vw
	}
	.mainvisual .screen .sliderwrap {
		width: 125vw;
		margin: 0 0 0 -16.40625vw
	}
	.mainvisual .screen .swiper-pagination {
		bottom: 1.953125vw;
		width: 20.3125vw;
		margin: 0 0 0 -20.3125vw
	}
	.mainvisual .screen .slideoverimg {
		width: 20.3125vw;
		left: 25.546875vw;
		top: 6.25vw
	}
	.mainvisual .screen .verticalwrap {
		width: 20.3125vw
	}
}

@media only screen and (min-width:1281px) {
	.mainvisual .screen {
		width: 1180px
	}
	.mainvisual .screen .sliderwrap {
		width: 1600px;
		margin: 0 0 0 -210px
	}
	.mainvisual .screen .swiper-pagination {
		bottom: 25px;
		width: 260px;
		margin: 0 0 0 -260px
	}
	.mainvisual .screen .slideoverimg {
		width: 260px;
		left: 327px;
		top: 80px
	}
	.mainvisual .screen .verticalwrap {
		width: 260px
	}
}

@media only screen and (max-width:767px) {
	.mainvisual .screen {
		width: 100%
	}
	.mainvisual .screen:before {
		content: none
	}
	.mainvisual .screen:after {
		content: none
	}
	.mainvisual .screen .sliderwrap {
		width: 100%;
		position: relative;
		z-index: 12;
		margin: 0
	}
	.mainvisual .screen .swiper-pagination {
		z-index: 16;
		bottom: 2vw;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: center
	}
	.mainvisual .screen .swiper-pagination .swiper-pagination-bullet {
		-webkit-box-shadow: 0 1px 2px 1px rgba(4, 0, 0, 0.1);
		box-shadow: 0 1px 2px 1px rgba(4, 0, 0, 0.1);
		width: 2.66666667vw;
		height: 2.66666667vw;
		background: #ffffff;
		opacity: 1;
		border-radius: 1.46666667vw
	}
	.mainvisual .screen .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		border: 1px solid #ffffff;
		background: #ee7700
	}
	.mainvisual .screen .slideoverimg {
		width: 40vw;
		left: 11.33333333vw;
		top: 10vw
	}
	.mainvisual .screen .verticalwrap {
		position: relative;
		z-index: 13;
		right: auto;
		top: auto;
		width: 100%;
		height: auto;
		display: block;
		line-height: 1;
		background: #f5f7f8
	}
	.mainvisual .screen .verticalwrap .flexbox {
		width: 100%;
		height: 100%;
		display: block;
		padding: 3.33333333vw;
		*zoom: 1
	}
	.mainvisual .screen .verticalwrap .flexbox:after {
		content: "";
		display: table;
		clear: both
	}
	.mainvisual .screen .verticalwrap .verticalitem {
		width: 29.33333333vw;
		padding: 0 2.4vw 0 0;
		line-height: 0;
		float: left
	}
	.mainvisual .screen .verticalwrap .verticalitem a {
		background: transparent
	}
	.mainvisual .screen .verticalwrap .verticalitem a:hover {
		opacity: 1
	}
	.mainvisual .screen .verticalwrap .verticalitem.verticalitemlast {
		margin: 1px 0 0
	}
}

.pickupslide {
	overflow: hidden
}

.pickupslide .container {
	background: #f5f7f8
}

.pickupslide .screen {
	padding: 16px 0;
	width: 864px;
	margin: 0 auto;
	position: relative;
	z-index: 11
}

.pickupslide .screen:before {
	content: "";
	position: absolute;
	z-index: 13;
	width: 1920px;
	height: 100%;
	background: #8d9498;
	background: rgba(38, 50, 56, 0.5);
	right: 904px;
	top: 0
}

.pickupslide .screen:after {
	content: "";
	position: absolute;
	z-index: 13;
	width: 1920px;
	height: 100%;
	background: #8d9498;
	background: rgba(38, 50, 56, 0.5);
	left: 904px;
	top: 0
}

.pickupslide .screen .pu-swiper-button-prev {
	content: "";
	border-bottom: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	z-index: 15;
	top: 50%;
	margin-top: -4px;
	left: -64px;
	cursor: pointer
}

.pickupslide .screen .pu-swiper-button-prev.swiper-button-disabled {
	border-color: #cccccc
}

.pickupslide .screen .pu-swiper-button-next {
	content: "";
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	z-index: 15;
	top: 50%;
	margin-top: -4px;
	right: -64px;
	cursor: pointer
}

.pickupslide .screen .pu-swiper-button-next.swiper-button-disabled {
	border-color: #cccccc
}

.pickupslide .swiper-container {
	overflow: visible;
	overflow: initial
}

.pickupslide .swiper-slide a {
	padding: 0 8px;
	display: block
}

.pickupslide .swiper-slide a img {
	width: 100%;
	-webkit-box-shadow: 0 1px 4px 1px rgba(4, 0, 0, 0.1);
	box-shadow: 0 1px 4px 1px rgba(4, 0, 0, 0.1)
}

.pickupslide .swiper-slide a:hover {
	opacity: 0.8
}

.pickupslide .nowork .swiper-wrapper{
	justify-content: center;
}
.pickupslide .nowork .swiper-slide{
	width: initial;
	width: auto;
}

.pickupslide .nowork.screen:before{
	content: none;
}
.pickupslide .nowork.screen:after{
	content: none;
}

.pickupslide .nowork .swiper-slide a img {
	width: 340px;
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.pickupslide .screen {
		padding: 1.5625vw 0;
		width: 84.375vw
	}
	.pickupslide .screen:before {
		right: 88.28125vw
	}
	.pickupslide .screen:after {
		left: 88.28125vw
	}
	.pickupslide .screen .pu-swiper-button-prev {
		margin-top: -0.390625vw;
		left: -6.25vw
	}
	.pickupslide .screen .pu-swiper-button-next {
		margin-top: -0.390625vw;
		right: -6.25vw
	}
	.pickupslide .swiper-slide a {
		padding: 0 0.78125vw
	}
}

@media only screen and (min-width:1281px) {
	.pickupslide .screen {
		padding: 20px 0;
		width: 1080px
	}
	.pickupslide .screen:before {
		right: 1130px
	}
	.pickupslide .screen:after {
		left: 1130px
	}
	.pickupslide .screen .pu-swiper-button-prev {
		margin-top: -5px;
		left: -80px
	}
	.pickupslide .screen .pu-swiper-button-next {
		margin-top: -5px;
		right: -80px
	}
	.pickupslide .swiper-slide a {
		padding: 0 10px
	}
}

@media only screen and (max-width:767px) {
	.pickupslide .container {
		background: #ffffff;
		padding: 5.33333333vw 0 0
	}
	.pickupslide .screen {
		padding: 2.66666667vw 24vw;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
		position: relative;
		z-index: 11;
		line-height: 1
	}
	.pickupslide .screen:before {
		content: none
	}
	.pickupslide .screen:after {
		content: none
	}
	.pickupslide .screen .pu-swiper-button-prev {
		content: "";
		position: absolute;
		z-index: 12;
		width: 8vw;
		height: 100%;
		background: #8d9498;
		background: rgba(38, 50, 56, 0.5);
		left: 0;
		top: 0;
		border: none;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		margin: 0
	}
	.pickupslide .screen .pu-swiper-button-prev:after {
		content: "";
		border-bottom: 2px solid #ffffff;
		border-left: 2px solid #ffffff;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		z-index: 15;
		top: 50%;
		margin-top: -0.4vw;
		left: 2vw;
		cursor: pointer
	}
	.pickupslide .screen .pu-swiper-button-prev:after.swiper-button-disabled {
		border-color: #cccccc
	}
	.pickupslide .screen .pu-swiper-button-next {
		position: absolute;
		z-index: 12;
		width: 8vw;
		height: 100%;
		background: #8d9498;
		background: rgba(38, 50, 56, 0.5);
		right: 0;
		top: 0;
		border: none;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		margin: 0
	}
	.pickupslide .screen .pu-swiper-button-next:after {
		content: "";
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		z-index: 15;
		top: 50%;
		margin-top: -0.4vw;
		right: 2.66666667vw;
		cursor: pointer
	}
	.pickupslide .screen .pu-swiper-button-next:after.swiper-button-disabled {
		border-color: #cccccc
	}
	.pickupslide .swiper-container {
		overflow: visible;
		overflow: initial
	}
	.pickupslide .swiper-slide a {
		padding: 0 1.33333333vw;
		display: block
	}
	
}

.headline .container {
	width: 944px;
	margin: 48px auto 0
}

.headline .container .containerttlwrap .containerttl {
	font-family: 'Roboto', serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	font-size: 16rem;
	color: #da3915;
	letter-spacing: 0.5px;
	display: inline-block
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.headline .container .containerttlwrap .containerttl {
		font-size: 1.5625vw
	}
}

@media only screen and (min-width:1281px) {
	.headline .container .containerttlwrap .containerttl {
		font-size: 20px;
		font-size: 20rem
	}
}

.headline .container .containerttlwrap .readmore {
	float: right;
	font-size: 11.2px;
	font-size: 11.2rem;
	margin: 4.8px 0 0
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.headline .container .containerttlwrap .readmore {
		font-size: 1.09375vw
	}
}

@media only screen and (min-width:1281px) {
	.headline .container .containerttlwrap .readmore {
		font-size: 14px;
		font-size: 14rem
	}
}

.headline .container .containerttlwrap .readmore a {
	padding: 0 0 0 12px
}

.headline .container .containerttlwrap .readmore a:hover {
	text-decoration: underline
}

.headline .container .leftcontainer {
	width: 456px;
	float: left
}

.headline .container .leftcontainer ul {
	margin: 16px 0 0
}

.headline .container .leftcontainer ul li {
	margin: 12px 0 0
}

.headline .container .leftcontainer ul li a {
	display: block;
	text-align: center;
	line-height: 1.2;
	padding: 12px 32px;
	border: 2px solid #da3915;
	border-radius: 19.2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	font-size: 12.8px;
	font-size: 12.8rem
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.headline .container .leftcontainer ul li a {
		font-size: 1.25vw
	}
}

@media only screen and (min-width:1281px) {
	.headline .container .leftcontainer ul li a {
		font-size: 16px;
		font-size: 16rem
	}
}

.headline .container .leftcontainer ul li a:after {
	left: auto;
	right: 16px
}

.headline .container .leftcontainer ul li a:hover {
	background: #da3915;
	color: #ffffff
}

.headline .container .leftcontainer ul li a:hover:after {
	border-color: #ffffff
}

.headline .container .rightcontainer {
	width: 456px;
	float: right;
	margin: 40px 0 0
}

.headline .container .rightcontainer .screen {
	margin: 0 20px;
	line-height: 1;
	position: relative;
	z-index: 11
}

.headline .container .rightcontainer .screen .swiper-slide {
	padding: 0 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.headline .container .rightcontainer .nowork.screen .swiper-slide {
	width: 50%;
}

.nowork [class $= '-swiper-button-prev'],
.nowork~[class $= '-swiper-button-prev']{
	display: none !important;
}
.nowork [class$='-swiper-button-next'],
.nowork~[class $= '-swiper-button-next']{
	display: none !important;
}

.headline .container .rightcontainer .screen .swiper-slide img {
	width: 100%
}

.headline .container .rightcontainer .screen .swiper-slide a:hover {
	opacity: 0.8
}

.headline .container .rightcontainer .screen .hl-swiper-button-prev {
	background: #92989b;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 14;
	top: 0;
	left: -16px;
	width: 16px;
	height: 100%;
	cursor: pointer
}

.headline .container .rightcontainer .screen .hl-swiper-button-prev span {
	content: "";
	border-bottom: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	z-index: 15;
	top: 50%;
	margin-top: -4px;
	left: 4.8px
}

.headline .container .rightcontainer .screen .hl-swiper-button-prev.swiper-button-disabled {
	opacity: 0.6
}

.headline .container .rightcontainer .screen .hl-swiper-button-prev.swiper-button-disabled span {
	border-color: #ffffff
}

.headline .container .rightcontainer .screen .hl-swiper-button-next {
	background: #92989b;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 14;
	top: 0;
	right: -16px;
	width: 16px;
	height: 100%;
	cursor: pointer
}

.headline .container .rightcontainer .screen .hl-swiper-button-next span {
	content: "";
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	z-index: 15;
	top: 50%;
	margin-top: -4px;
	right: 4.8px
}

.headline .container .rightcontainer .screen .hl-swiper-button-next.swiper-button-disabled {
	opacity: 0.6
}

.headline .container .rightcontainer .screen .hl-swiper-button-next.swiper-button-disabled span {
	border-color: #ffffff
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.headline .container {
		width: 92.1875vw;
		margin: 4.6875vw auto 0
	}
	.headline .container .containerttlwrap .readmore {
		margin: 0.46875vw 0 0
	}
	.headline .container .containerttlwrap .readmore a {
		padding: 0 0 0 1.171875vw
	}
	.headline .container .leftcontainer {
		width: 44.53125vw
	}
	.headline .container .leftcontainer ul {
		margin: 1.5625vw 0 0
	}
	.headline .container .leftcontainer ul li {
		margin: 1.171875vw 0 0
	}
	.headline .container .leftcontainer ul li a {
		padding: 1.171875vw 3.125vw;
		border-radius: 1.875vw
	}
	.headline .container .leftcontainer ul li a:after {
		right: 1.5625vw
	}
	.headline .container .rightcontainer {
		width: 44.53125vw;
		margin: 3.90625vw 0 0
	}
	.headline .container .rightcontainer .screen {
		margin: 0 1.953125vw
	}
	.headline .container .rightcontainer .screen .swiper-slide {
		padding: 0 0.390625vw
	}
	.headline .container .rightcontainer .screen .hl-swiper-button-prev {
		left: -1.5625vw;
		width: 1.5625vw
	}
	.headline .container .rightcontainer .screen .hl-swiper-button-prev span {
		margin-top: -0.46875vw;
		left: 0.390625vw
	}
	.headline .container .rightcontainer .screen .hl-swiper-button-next {
		right: -1.5625vw;
		width: 1.5625vw
	}
	.headline .container .rightcontainer .screen .hl-swiper-button-next span {
		margin-top: -0.46875vw;
		right: 0.390625vw
	}
}

@media only screen and (min-width:1281px) {
	.headline .container {
		width: 1180px;
		margin: 60px auto 0
	}
	.headline .container .containerttlwrap .readmore {
		margin: 6px 0 0
	}
	.headline .container .containerttlwrap .readmore a {
		padding: 0 0 0 15px
	}
	.headline .container .leftcontainer {
		width: 570px
	}
	.headline .container .leftcontainer ul {
		margin: 20px 0 0
	}
	.headline .container .leftcontainer ul li {
		margin: 15px 0 0
	}
	.headline .container .leftcontainer ul li a {
		padding: 15px 40px;
		border-radius: 24px
	}
	.headline .container .leftcontainer ul li a:after {
		right: 20px
	}
	.headline .container .rightcontainer {
		width: 570px;
		margin: 50px 0 0
	}
	.headline .container .rightcontainer .screen {
		margin: 0 25px
	}
	.headline .container .rightcontainer .screen .swiper-slide {
		padding: 0 5px
	}
	.headline .container .rightcontainer .screen .hl-swiper-button-prev {
		left: -20px;
		width: 20px
	}
	.headline .container .rightcontainer .screen .hl-swiper-button-prev span {
		margin-top: -6px;
		left: 5px
	}
	.headline .container .rightcontainer .screen .hl-swiper-button-next {
		right: -20px;
		width: 20px
	}
	.headline .container .rightcontainer .screen .hl-swiper-button-next span {
		margin-top: -6px;
		right: 5px
	}
}

@media only screen and (max-width:767px) {
	.headline .container {
		width: 100%;
		margin: 9.33333333vw auto 0
	}
	.headline .container .containerttlwrap .containerttl {
		font-size: 4.26666667vw
	}
	.headline .container .containerttlwrap .readmore {
		float: right;
		margin: 1.06666667vw 0 0 0
	}
	.headline .container .containerttlwrap .readmore a {
		font-size: 2.4vw;
		padding: 0 0 0 4vw
	}
	.headline .container .containerttlwrap .readmore a:hover {
		text-decoration: none
	}
	.headline .container .leftcontainer {
		width: 100%;
		margin: 0;
		padding: 0 3.33333333vw;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: none
	}
	.headline .container .leftcontainer ul {
		margin: 4vw 4.66666667vw 0
	}
	.headline .container .leftcontainer ul li {
		margin: 2.66666667vw 0 0
	}
	.headline .container .leftcontainer ul li a {
		padding: 3.33333333vw 5.33333333vw;
		border: 1px solid #da3915;
		border-radius: 4.1vw;
		color: #333333;
		font-size: 3.4vw
	}
	.headline .container .leftcontainer ul li a:after {
		left: auto;
		right: 2.66666667vw;
		margin-top: -0.8vw
	}
	.headline .container .leftcontainer ul li a:hover {
		background: #ffffff;
		color: #333333
	}
	.headline .container .leftcontainer ul li a:hover:after {
		border-color: #da3915
	}
	.headline .container .rightcontainer {
		width: 100%;
		float: none;
		margin: 6.66666667vw 0 0
	}
	.headline .container .rightcontainer .screen {
		margin: 0 5.33333333vw 0 8vw;
		padding: 2.66666667vw 0;
		line-height: 1;
		position: relative;
		z-index: 11
	}
	.headline .container .rightcontainer .screen .swiper-slide {
		padding: 0 8px 0 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.headline .container .rightcontainer .screen .hl-swiper-button-prev {
		background: #92989b;
		background: rgba(0, 0, 0, 0.5);
		position: absolute;
		z-index: 14;
		top: 0;
		left: -8vw;
		width: 8vw;
		height: 100%;
		cursor: pointer
	}
	.headline .container .rightcontainer .screen .hl-swiper-button-prev span {
		content: "";
		border-bottom: 2px solid #ffffff;
		border-left: 2px solid #ffffff;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		z-index: 15;
		top: 50%;
		margin-top: -0.4vw;
		left: 8px
	}
	.headline .container .rightcontainer .screen .hl-swiper-button-prev.swiper-button-disabled {
		opacity: 0.6
	}
	.headline .container .rightcontainer .screen .hl-swiper-button-prev.swiper-button-disabled span {
		border-color: #ffffff
	}
	.headline .container .rightcontainer .screen .hl-swiper-button-next {
		background: #92989b;
		background: rgba(0, 0, 0, 0.5);
		position: absolute;
		z-index: 14;
		top: 0;
		right: -5.33333333vw;
		width: 8vw;
		height: 100%;
		cursor: pointer
	}
	.headline .container .rightcontainer .screen .hl-swiper-button-next span {
		content: "";
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		z-index: 15;
		top: 50%;
		margin-top: -0.4vw;
		right: 2.66666667vw
	}
	.headline .container .rightcontainer .screen .hl-swiper-button-next.swiper-button-disabled {
		opacity: 0.6
	}
	.headline .container .rightcontainer .screen .hl-swiper-button-next.swiper-button-disabled span {
		border-color: #ffffff
	}
}

.newspaper .tbl {
	margin-top: 72px
}

.newspaper .newspapercase {
	display: inline-block;
	width: 448px;
	text-align: left;
	position: relative;
	z-index: 1
}

.newspaper .newspapercase .titlewrap {
	text-align: center
}

.newspaper .newspapercase .titlewrap .casettl {
	display: inline-block;
	margin: 0 auto;
	font-size: 22.4px;
	font-size: 22.4rem;
	font-weight: 600;
	padding: 14.4px 12px;
	position: relative;
	z-index: 1
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.newspaper .newspapercase .titlewrap .casettl {
		font-size: 2.1875vw
	}
}

@media only screen and (min-width:1281px) {
	.newspaper .newspapercase .titlewrap .casettl {
		font-size: 28px;
		font-size: 28rem
	}
}

.newspaper .newspapercase .titlewrap .casettl:after {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	content: "";
	border-top: 2px solid #263238;
	border-bottom: 1px solid #263238;
	left: 0;
	top: -1px
}

.newspaper .newspapercase .titlewrap .casettl:before {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	content: "";
	border-top: 1px solid #263238;
	border-bottom: 2px solid #263238;
	left: 0;
	bottom: 2px
}

.newspaper .newspapercase .titlewrap .casettl span {
	color: #da3915
}

.newspaper .newspapercase .circlesamplelink {
	position: absolute;
	z-index: 2;
	width: 128px;
	height: 128px;
	top: -68px;
	right: -8px
}

.newspaper .newspapercase .circlesamplelink3days{
    width: 100px !important;
	right: 7px !important;
    top: 68px !important;
}

.newspaper .newspapercase .circlesamplelink img {
	width: 100%
}

.newspaper .newspapercase .circlesamplelink:hover {
	opacity: 0.8
}

.newspaper .newspapercase .newspaperinfo {
	text-align: center;
	margin: 14.4px 0 0;
	font-size: 14.4px;
	font-size: 14.4rem
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.newspaper .newspapercase .newspaperinfo {
		font-size: 1.40625vw
	}
}

@media only screen and (min-width:1281px) {
	.newspaper .newspapercase .newspaperinfo {
		font-size: 18px;
		font-size: 18rem
	}
}

.newspaper .newspapercase .leadtext {
	text-align: center;
	margin: 28.8px 0 0;
	font-weight: 600;
	font-size: 16.8px;
	font-size: 16.8rem
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.newspaper .newspapercase .leadtext {
		font-size: 2vw
	}
}

@media only screen and (min-width:1281px) {
	.newspaper .newspapercase .leadtext {
		font-size: 21px;
		font-size: 21rem
	}
}

.newspaper .newspapercase .leadtext span {
	font-size: 12.8px;
	font-size: 12.8rem
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.newspaper .newspapercase .leadtext span {
		font-size: 1.25vw
	}
}

@media only screen and (min-width:1281px) {
	.newspaper .newspapercase .leadtext span {
		font-size: 16px;
		font-size: 16rem
	}
}

.newspaper .newspapercase .thumbnail {
	margin: 24px 0 0
}

.newspaper .newspapercase .thumbnail img {
	width: 100%
}

.newspaper .newspapercase .salespoint {
	margin: 24px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.newspaper .newspapercase .salespoint li {
	-ms-flex-preferred-size: 208px;
	flex-basis: 208px;
	margin: 12px 0 0
}

.newspaper .newspapercase .salespoint li a {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 11.2px;
	font-size: 11.2rem;
	color: #333333;
	padding: 9.6px 32px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 16px
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.newspaper .newspapercase .salespoint li a {
		font-size: 1.09375vw
	}
}

@media only screen and (min-width:1281px) {
	.newspaper .newspapercase .salespoint li a {
		font-size: 14px;
		font-size: 14rem
	}
}

.newspaper .newspapercase .salespoint li a:after {
	left: auto;
	right: 20px
}

.newspaper .newspapercase .salespoint li a:hover {
	color: #ffffff
}

.newspaper .newspapercase .salespoint li a:hover:after {
	border-color: #ffffff
}

.newspaper .newspapercase .samplelink {
	margin: 24px 0 0
}

.newspaper .newspapercase .samplelink a {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 12.8px;
	font-size: 12.8rem;
	font-weight: 600;
	color: #333333;
	padding: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.newspaper .newspapercase .samplelink a {
		font-size: 1.25vw
	}
}

@media only screen and (min-width:1281px) {
	.newspaper .newspapercase .samplelink a {
		font-size: 16px;
		font-size: 16rem
	}
}

.newspaper .newspapercase .samplelink a span {
	display: inline-block;
	padding: 0 20px 0 0
}

.newspaper .newspapercase .samplelink a span:after {
	left: auto;
	right: 0
}

.newspaper .newspapercase .samplelink a:hover {
	color: #ffffff
}

.newspaper .newspapercase .samplelink a:hover span:after {
	border-color: #ffffff
}

.newspaper .leftcontainer {
	background: url(../img/top/bgimg_orange.png) left top;
	padding: 32px 24px 48px 0;
	text-align: right;
	vertical-align: top
}

.newspaper .leftcontainer .leadtext {
	color: #ee7700
}

.newspaper .leftcontainer .salespoint li a:hover {
	background: #ee7700
}

.newspaper .leftcontainer .samplelink a:hover {
	background: #ee7700
}

.newspaper .rightcontainer {
	background: url(../img/top/bgimg_blue.png) left top;
	padding: 32px 0 48px 24px;
	text-align: left;
	vertical-align: top
}

.newspaper .rightcontainer .leadtext {
	color: #039be5
}

.newspaper .rightcontainer .salespoint li a:hover {
	background: #039be5
}

.newspaper .rightcontainer .samplelink a:hover {
	background: #039be5
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.newspaper .tbl {
		margin-top: 7.03125vw
	}
	.newspaper .newspapercase {
		width: 43.75vw
	}
	.newspaper .newspapercase .titlewrap .casettl {
		padding: 1.40625vw 1.171875vw
	}
	.newspaper .newspapercase .circlesamplelink {
		width: 12.5vw;
		height: 12.5vw;
		top: -6.640625vw;
		right: -0.78125vw
	}
	
	.newspaper .newspapercase .circlesamplelink3days {
		width: 9.5vw !important;
	    height: 12.5vw !important;
	    top: 6.359375vw !important;
	    right: 0.5875vw !important;
	}
	.newspaper .newspapercase .newspaperinfo {
		margin: 1.40625vw 0 0
	}
	.newspaper .newspapercase .leadtext {
		margin: 2.8125vw 0 0
	}
	.newspaper .newspapercase .thumbnail {
		margin: 2.34375vw 0 0
	}
	.newspaper .newspapercase .salespoint {
		margin: 1.71875vw 0 0
	}
	.newspaper .newspapercase .salespoint li {
		-ms-flex-preferred-size: 20.3125vw;
		flex-basis: 20.3125vw;
		margin: 1.171875vw 0 0
	}
	.newspaper .newspapercase .salespoint li a {
		padding: 0.9375vw 3.125vw;
		border-radius: 1.5625vw
	}
	.newspaper .newspapercase .salespoint li a:after {
		right: 1.953125vw
	}
	.newspaper .newspapercase .samplelink {
		margin: 2.34375vw 0 0
	}
	.newspaper .newspapercase .samplelink a {
		padding: 1.5625vw
	}
	.newspaper .newspapercase .samplelink a span {
		padding: 0 1.953125vw 0 0
	}
	.newspaper .leftcontainer {
		padding: 3.125vw 2.34375vw 4.6875vw 0
	}
	.newspaper .rightcontainer {
		padding: 3.125vw 0 4.6875vw 2.34375vw
	}
}

@media only screen and (min-width:1281px) {
	.newspaper .tbl {
		margin-top: 90px
	}
	.newspaper .newspapercase {
		width: 560px
	}
	.newspaper .newspapercase .titlewrap .casettl {
		padding: 18px 15px
	}
	.newspaper .newspapercase .circlesamplelink {
		width: 160px;
		height: 160px;
		top: -85px;
		right: -10px
	}
	
	.newspaper .newspapercase .circlesamplelink3days {
	    width: 124px!important;
	    height: 160px!important;
	    top: 86px!important;
	    right: 6px!important;
	}
	
	.newspaper .newspapercase .newspaperinfo {
		margin: 18px 0 0
	}
	.newspaper .newspapercase .leadtext {
		margin: 36px 0 0
	}
	.newspaper .newspapercase .thumbnail {
		margin: 30px 0 0
	}
	.newspaper .newspapercase .salespoint {
		margin: 22px 0 0
	}
	.newspaper .newspapercase .salespoint li {
		-ms-flex-preferred-size: 260px;
		flex-basis: 260px;
		margin: 15px 0 0
	}
	.newspaper .newspapercase .salespoint li a {
		padding: 12px 40px;
		border-radius: 20px
	}
	.newspaper .newspapercase .salespoint li a:after {
		right: 25px
	}
	.newspaper .newspapercase .samplelink {
		margin: 30px 0 0
	}
	.newspaper .newspapercase .samplelink a {
		padding: 20px
	}
	.newspaper .newspapercase .samplelink a span {
		padding: 0 25px 0 0
	}
	.newspaper .leftcontainer {
		padding: 40px 30px 60px 0
	}
	.newspaper .rightcontainer {
		padding: 40px 0 60px 30px
	}
}

@media only screen and (max-width:767px) {
	.newspaper .tbl {
		display: block;
		margin-top: 14.66666667vw
	}
	.newspaper .tbl .col {
		display: block;
		width: 100%;
		padding: 4.66666667vw 8vw 8vw;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.newspaper .newspapercase {
		display: block;
		width: 100%
	}
	.newspaper .newspapercase .titlewrap {
		text-align: center
	}
	.newspaper .newspapercase .titlewrap .casettl {
		display: inline-block;
		margin: 0 auto;
		font-size: 4.8vw;
		padding: 1.33333333vw 2.66666667vw;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		z-index: 1
	}
	.newspaper .newspapercase .titlewrap .casettl:after {
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
		content: "";
		border-top: 2px solid #263238;
		border-bottom: 1px solid #263238;
		left: 0;
		top: 0px
	}
	.newspaper .newspapercase .titlewrap .casettl:before {
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
		content: "";
		border-top: 1px solid #263238;
		border-bottom: 2px solid #263238;
		left: 0;
		bottom: -1px
	}
	.newspaper .newspapercase .circlesamplelink {
		position: absolute;
		z-index: 2;
		width: 21.33333333vw;
		height: 21.33333333vw;
		top: -10vw;
		right: -4.66666667vw
	}
	
	.newspaper .newspapercase .circlesamplelink3days {
	    width: 21.33333333vw!important;
	    height: 21.33333333vw!important;
	    top: 12vw!important;
	    right: -4.66666667vw!important;
	}
	
	.newspaper .newspapercase .circlesamplelink:hover {
		opacity: 1
	}
	.newspaper .newspapercase .newspaperinfo {
		text-align: center;
		margin: 3.33333333vw 0 0;
		font-size: 2.4vw
	}
	.newspaper .newspapercase .leadtext {
		text-align: center;
		margin: 4vw 0 0;
		font-size: 3.4vw
	}
	.newspaper .newspapercase .leadtext span {
		font-size: 2.13333333vw
	}
	.newspaper .newspapercase .thumbnail {
		margin: 4vw 0 0;
		line-height: 1
	}
	.newspaper .newspapercase .salespoint {
		margin: 2.66666667vw 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.newspaper .newspapercase .salespoint li {
		-ms-flex-preferred-size: 41.33333333vw;
		flex-basis: 41.33333333vw;
		margin: 2.66666667vw 0 0
	}
	.newspaper .newspapercase .salespoint li a {
		width: 100%;
		display: block;
		text-align: center;
		font-size: 3.4vw;
		color: #333333;
		padding: 2.66666667vw 5.33333333vw;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #ffffff;
		border-radius: 2.66666667vw
	}
	.newspaper .newspapercase .salespoint li a:after {
		left: auto;
		right: 3.33333333vw
	}
	.newspaper .newspapercase .salespoint li a:hover {
		color: #ffffff
	}
	.newspaper .newspapercase .salespoint li a:hover:after {
		border-color: #ffffff
	}
	.newspaper .newspapercase .samplelink {
		margin: 5.33333333vw 0 0
	}
	.newspaper .newspapercase .samplelink a {
		width: 100%;
		display: block;
		text-align: center;
		font-size: 4.1vw;
		color: #333333;
		padding: 4vw;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #ffffff
	}
	.newspaper .newspapercase .samplelink a span {
		display: inline-block;
		padding: 0 3.33333333vw 0 0
	}
	.newspaper .newspapercase .samplelink a span:after {
		left: auto;
		right: 0
	}
	.newspaper .newspapercase .samplelink a:hover {
		color: #333333
	}
	.newspaper .newspapercase .samplelink a:hover span:after {
		border-color: #333333
	}
	.newspaper .leftcontainer {
		background: url(../img/top/bgimg_orange.png) left top;
		padding: 0
	}
	.newspaper .leftcontainer .leadtext {
		color: #ee7700
	}
	.newspaper .leftcontainer .salespoint li a:hover {
		color: #333333;
		background: #ffffff
	}
	.newspaper .leftcontainer .salespoint li a:hover:after {
		border-color: #333333
	}
	.newspaper .leftcontainer .samplelink a {
		background: #ee7700;
		color: #ffffff
	}
	.newspaper .leftcontainer .samplelink a span:after {
		border-color: #ffffff
	}
	.newspaper .leftcontainer .samplelink a:hover {
		background: #ee7700
	}
	.newspaper .leftcontainer .samplelink a:hover span {
		color: #ffffff
	}
	.newspaper .leftcontainer .samplelink a:hover span:after {
		border-color: #ffffff
	}
	.newspaper .rightcontainer {
		margin: 9.33333333vw 0 0;
		background: url(../img/top/bgimg_blue.png) left top;
		padding: 0;
		text-align: left;
		vertical-align: top
	}
	.newspaper .rightcontainer .leadtext {
		color: #039be5
	}
	.newspaper .rightcontainer .salespoint li a:hover {
		color: #333333;
		background: #ffffff
	}
	.newspaper .rightcontainer .salespoint li a:hover:after {
		border-color: #333333
	}
	.newspaper .rightcontainer .samplelink a {
		background: #039be5;
		color: #ffffff
	}
	.newspaper .rightcontainer .samplelink a span:after {
		border-color: #ffffff
	}
	.newspaper .rightcontainer .samplelink a:hover {
		background: #039be5
	}
	.newspaper .rightcontainer .samplelink a:hover span {
		color: #ffffff
	}
	.newspaper .rightcontainer .samplelink a:hover span:after {
		border-color: #ffffff
	}
}

.newsdigest .container {
	margin: 64px auto 0;
	width: 944px;
	padding: 32px 24px 40px;
	background: #f9f9f9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.newsdigest .container .containerttl {
	padding: 0 4px 12px;
	font-size: 17.6px;
	font-size: 17.6rem;
	font-weight: 600;
	color: #da3915;
	border-bottom: 3px solid #da3915
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.newsdigest .container .containerttl {
		font-size: 1.71875vw
	}
}

@media only screen and (min-width:1281px) {
	.newsdigest .container .containerttl {
		font-size: 22px;
		font-size: 22rem
	}
}

.newsdigest .container .newslist {
	margin: 24px 40px 0
}

.newsdigest .container .rightcase {
	width: 608px;
	float: right
}

.newsdigest .container .rightcase ul li {
	font-size: 14.4px;
	font-size: 14.4rem;
	padding: 18.4px 0 0;
	text-align: left;
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.newsdigest .container .rightcase ul li {
		font-size: 1.40625vw
	}
}

@media only screen and (min-width:1281px) {
	.newsdigest .container .rightcase ul li {
		font-size: 18px;
		font-size: 18rem
	}
}

.newsdigest .container .rightcase ul li ruby rt {
	font-size: 10px;
	font-size: 10rem
}

.newsdigest .container .rightcase ul li span {
	color: #da3915;
	font-size: 11.2px;
	font-size: 11.2rem
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.newsdigest .container .rightcase ul li span {
		font-size: 1.09375vw
	}
}

@media only screen and (min-width:1281px) {
	.newsdigest .container .rightcase ul li span {
		font-size: 14px;
		font-size: 14rem
	}
}

.newsdigest .container .rightcase ul li a:hover {
	text-decoration: underline
}

.newsdigest .container .leftcase {
	width: 160px;
	float: left
}

.newsdigest .container .leftcase ul li {
	font-size: 12px;
	font-size: 12rem;
	padding: 20.8px 0 0
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.newsdigest .container .leftcase ul li {
		font-size: 1.171875vw
	}
}

@media only screen and (min-width:1281px) {
	.newsdigest .container .leftcase ul li {
		font-size: 15px;
		font-size: 15rem
	}
}

.newsdigest .container .leftcase ul li a {
	padding: 0 0 0 16px
}

.newsdigest .container .leftcase ul li a:hover {
	text-decoration: underline
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.newsdigest .container {
		margin: 6.25vw auto 0;
		width: 92.1875vw;
		padding: 3.125vw 2.34375vw 3.90625vw
	}
	.newsdigest .container .containerttl {
		padding: 0 0.390625vw 1.171875vw
	}
	.newsdigest .container .newslist {
		margin: 2.34375vw 3.90625vw 0
	}
	.newsdigest .container .rightcase {
		width: 59.375vw
	}
	.newsdigest .container .rightcase ul li {
		padding: 1.796875vw 0 0
	}
	.newsdigest .container .leftcase {
		width: 15.625vw
	}
	.newsdigest .container .leftcase ul li {
		padding: 2.03125vw 0 0
	}
	.newsdigest .container .leftcase ul li a {
		padding: 0 0 0 1.5625vw
	}
}

@media only screen and (min-width:1281px) {
	.newsdigest .container {
		margin: 80px auto 0;
		width: 1180px;
		padding: 40px 30px 50px
	}
	.newsdigest .container .containerttl {
		padding: 0 5px 15px
	}
	.newsdigest .container .newslist {
		margin: 30px 50px 0
	}
	.newsdigest .container .rightcase {
		width: 760px
	}
	.newsdigest .container .rightcase ul li {
		padding: 23px 0 0
	}
	.newsdigest .container .leftcase {
		width: 200px
	}
	.newsdigest .container .leftcase ul li {
		padding: 26px 0 0
	}
	.newsdigest .container .leftcase ul li a {
		padding: 0 0 0 20px
	}
}

@media only screen and (max-width:767px) {
	.newsdigest .container {
		margin: 5.33333333vw auto 0;
		width: 100%;
		padding: 5.33333333vw 3.33333333vw 6.66666667vw;
		background: #f9f9f9;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.newsdigest .container .containerttl {
		padding: 0 0.66666667vw 2vw;
		font-size: 4.26666667vw;
		color: #da3915;
		border-bottom: 2px solid #da3915
	}
	.newsdigest .container .newslist {
		margin: 5.33333333vw 0 0 0
	}
	.newsdigest .container .rightcase {
		width: 100%;
		float: none
	}
	.newsdigest .container .rightcase ul {
		margin: 0 0 0 4.66666667vw
	}
	.newsdigest .container .rightcase ul li {
		font-size: 4.1vw;
		padding: 6vw 0 0;
		word-wrap: break-word
	}
	.newsdigest .container .rightcase ul li ruby rt {
		font-size: 2.13333333vw
	}
	.newsdigest .container .rightcase ul li span {
		color: #da3915;
		font-size: 2.13333333vw
	}
	.newsdigest .container .rightcase ul li a:hover {
		text-decoration: none
	}
	.newsdigest .container .leftcase {
		width: auto;
		float: none;
		margin: 5.33333333vw 8vw 0
	}
	.newsdigest .container .leftcase ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
	.newsdigest .container .leftcase ul li {
		-ms-flex-preferred-size: 37.33333333vw;
		flex-basis: 37.33333333vw;
		font-size: 3.4vw;
		padding: 0
	}
	.newsdigest .container .leftcase ul li a {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		padding: 2vw 3.33333333vw 2vw 4.66666667vw;
		background: #ffffff;
		border-radius: 2.66666667vw
	}
	.newsdigest .container .leftcase ul li a:hover {
		text-decoration: none
	}
	.newsdigest .container .leftcase ul li a:after {
		left: 3.33333333vw
	}
}

.topics .container {
	margin: 64px auto 0;
	width: 944px
}

.topics .container .leftcase {
	width: 224px;
	float: left;
	text-align: right
}

.topics .container .leftcase .titlewrap {
	display: inline-block
}

.topics .container .leftcase .titlewrap .containerttl {
	font-size: 15.2px;
	font-size: 15.2rem;
	font-weight: 600
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.topics .container .leftcase .titlewrap .containerttl {
		font-size: 1.484375vw
	}
}

@media only screen and (min-width:1281px) {
	.topics .container .leftcase .titlewrap .containerttl {
		font-size: 19px;
		font-size: 19rem
	}
}

.topics .container .leftcase .titlewrap .readmore {
	display: block;
	float: right;
	margin: 20px 0 0
}

.topics .container .leftcase .titlewrap .readmore a {
	padding: 0 0 0 16px
}

.topics .container .leftcase .titlewrap .readmore a:hover {
	text-decoration: underline
}

.topics .container .rightcase {
	width: 672px;
	float: right
}

.topics .container .rightcase .topicslist li {
	margin: 12px 0 0;
	text-align: left;
}

.topics .container .rightcase .topicslist li:first-child {
	margin: 0
}

.topics .container .rightcase .topicslist li a {
	font-size: 12px;
	font-size: 12rem;
	display: inline-block;
	padding: 0 0 0 16px
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.topics .container .rightcase .topicslist li a {
		font-size: 1.171875vw
	}
}

@media only screen and (min-width:1281px) {
	.topics .container .rightcase .topicslist li a {
		font-size: 15px;
		font-size: 15rem
	}
}

.topics .container .rightcase .topicslist li a:after {
	top: 9.6px
}

.topics .container .rightcase .topicslist li a:hover {
	text-decoration: underline
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.topics .container {
		margin: 6.25vw auto 0;
		width: 92.1875vw
	}
	.topics .container .leftcase {
		width: 21.875vw
	}
	.topics .container .leftcase .titlewrap .readmore {
		margin: 1.953125vw 0 0
	}
	.topics .container .leftcase .titlewrap .readmore a {
		padding: 0 0 0 1.5625vw
	}
	.topics .container .rightcase {
		width: 65.625vw
	}
	.topics .container .rightcase .topicslist li {
		margin: 1.171875vw 0 0
	}
	.topics .container .rightcase .topicslist li a {
		padding: 0 0 0 1.5625vw
	}
	.topics .container .rightcase .topicslist li a:after {
		top: 0.9375vw
	}
}

@media only screen and (min-width:1281px) {
	.topics .container {
		margin: 80px auto 0;
		width: 1180px
	}
	.topics .container .leftcase {
		width: 280px
	}
	.topics .container .leftcase .titlewrap .readmore {
		margin: 25px 0 0
	}
	.topics .container .leftcase .titlewrap .readmore a {
		padding: 0 0 0 20px
	}
	.topics .container .rightcase {
		width: 840px
	}
	.topics .container .rightcase .topicslist li {
		margin: 15px 0 0
	}
	.topics .container .rightcase .topicslist li a {
		padding: 0 0 0 20px
	}
	.topics .container .rightcase .topicslist li a:after {
		top: 12px
	}
}

@media only screen and (max-width:767px) {
	.topics .container {
		margin: 8.66666667vw 0 0;
		padding: 0 3.33333333vw;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%
	}
	.topics .container .leftcase {
		width: auto;
		display: block;
		float: none;
		text-align: left
	}
	.topics .container .leftcase .titlewrap {
		display: block;
		*zoom: 1
	}
	.topics .container .leftcase .titlewrap .containerttl {
		float: left;
		font-size: 4.26666667vw
	}
	.topics .container .leftcase .titlewrap .readmore {
		display: block;
		float: right;
		margin: 1.06666667vw 0 0
	}
	.topics .container .leftcase .titlewrap .readmore a {
		font-size: 2.4vw;
		padding: 0 0 0 2.66666667vw
	}
	.topics .container .leftcase .titlewrap .readmore a:hover {
		text-decoration: none
	}
	.topics .container .leftcase .titlewrap:after {
		content: "";
		display: table;
		clear: both
	}
	.topics .container .rightcase {
		width: 100%;
		float: none
	}
	.topics .container .rightcase .topicslist {
		margin: 4.66666667vw 0 0
	}
	.topics .container .rightcase .topicslist li {
		margin: 2.66666667vw 8vw 0 2.66666667vw
	}
	.topics .container .rightcase .topicslist li:first-child {
		margin: 0 8vw 0 2.66666667vw
	}
	.topics .container .rightcase .topicslist li a {
		font-size: 3.4vw;
		display: inline-block;
		padding: 0 0 0 5.33333333vw
	}
	.topics .container .rightcase .topicslist li a:after {
		top: 1.6vw
	}
	.topics .container .rightcase .topicslist li a:hover {
		text-decoration: none
	}
}

.contest {
	margin: 64px auto 0;
	padding: 48px 0;
	background: #f5f7f8
}

.contest .container {
	width: 944px;
	margin: 0 auto
}

.contest .container .leftcase {
	width: 224px;
	float: left;
	text-align: right
}

.contest .container .leftcase .titlewrap {
	display: inline-block
}

.contest .container .leftcase .titlewrap .containerttl {
	font-size: 15.2px;
	font-size: 15.2rem;
	font-weight: 600
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.contest .container .leftcase .titlewrap .containerttl {
		font-size: 1.484375vw
	}
}

@media only screen and (min-width:1281px) {
	.contest .container .leftcase .titlewrap .containerttl {
		font-size: 19px;
		font-size: 19rem
	}
}

.contest .container .leftcase .titlewrap .readmore {
	display: block;
	float: right;
	margin: 20px 0 0
}

.contest .container .leftcase .titlewrap .readmore a {
	padding: 0 0 0 16px
}

.contest .container .leftcase .titlewrap .readmore a:hover {
	text-decoration: underline
}

.contest .container .rightcase {
	width: 672px;
	float: right
}

.contest .container .rightcase .contestlist .screen {
	width: 669.6px;
	overflow: hidden;
	padding: 4px 4px 4px 0
}

.contest .container .rightcase .contestlist .screen .swiper-container {
	overflow: visible;
	overflow: initial;
	width: 696px
}

.contest .container .rightcase .contestlist .screen .ct-swiper-button-prev {
	display: none
}

.contest .container .rightcase .contestlist .screen .ct-swiper-button-next {
	display: none
}

.contest .container .rightcase .contestlist .listitem {
	background: #ffffff;
	width: 208px;
	padding: 8px;
	margin: 0 12px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px 1px rgba(4, 0, 0, 0.1);
	box-shadow: 0 1px 4px 1px rgba(4, 0, 0, 0.1)
}

.contest .container .rightcase .contestlist .listitem .linkcase a {
	display: block;
	background: #b0bec5;
	padding: 0 36px 0 0;
	line-height: 0
}

.contest .container .rightcase .contestlist .listitem .linkcase a:after {
	left: auto;
	right: 16.8px;
	top: 21.6px
}

.contest .container .rightcase .contestlist .listitem .linkcase a img {
	width: 100%
}

.contest .container .rightcase .contestlist .listitem p {
	margin: 9.6px 0 0;
	font-size: 11.2px;
	font-size: 11.2rem
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.contest .container .rightcase .contestlist .listitem p {
		font-size: 1.09375vw
	}
}

@media only screen and (min-width:1281px) {
	.contest .container .rightcase .contestlist .listitem p {
		font-size: 14px;
		font-size: 14rem
	}
}

.contest .container .rightcase .contestlist .listitem:hover {
	opacity: 0.8;
	background: #fafafa
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.contest {
		margin: 6.25vw auto 0;
		padding: 4.6875vw 0
	}
	.contest .container {
		width: 92.1875vw
	}
	.contest .container .leftcase {
		width: 21.875vw
	}
	.contest .container .leftcase .titlewrap .readmore {
		margin: 1.953125vw 0 0
	}
	.contest .container .leftcase .titlewrap .readmore a {
		padding: 0 0 0 1.5625vw
	}
	.contest .container .rightcase {
		width: 65.625vw
	}
	.contest .container .rightcase .contestlist .screen {
		width: 65.390625vw
	}
	.contest .container .rightcase .contestlist .screen .swiper-container {
		width: 67.96875vw
	}
	.contest .container .rightcase .contestlist .listitem {
		width: 20.3125vw;
		padding: 0.78125vw;
		margin: 0 1.171875vw 0 0
	}
	.contest .container .rightcase .contestlist .listitem .linkcase a {
		padding: 0 3.515625vw 0 0
	}
	.contest .container .rightcase .contestlist .listitem .linkcase a:after {
		right: 1.640625vw;
		top: 2.109375vw
	}
	.contest .container .rightcase .contestlist .listitem p {
		margin: 0.9375vw 0 0
	}
}

@media only screen and (min-width:1281px) {
	.contest {
		margin: 80px auto 0;
		padding: 60px 0
	}
	.contest .container {
		width: 1180px
	}
	.contest .container .leftcase {
		width: 280px
	}
	.contest .container .leftcase .titlewrap .readmore {
		margin: 25px 0 0
	}
	.contest .container .leftcase .titlewrap .readmore a {
		padding: 0 0 0 20px
	}
	.contest .container .rightcase {
		width: 840px
	}
	.contest .container .rightcase .contestlist .screen {
		width: 837px
	}
	.contest .container .rightcase .contestlist .screen .swiper-container {
		width: 870px
	}
	.contest .container .rightcase .contestlist .listitem {
		width: 260px;
		padding: 10px;
		margin: 0 15px 0 0
	}
	.contest .container .rightcase .contestlist .listitem .linkcase a {
		padding: 0 45px 0 0
	}
	.contest .container .rightcase .contestlist .listitem .linkcase a:after {
		right: 21px;
		top: 27px
	}
	.contest .container .rightcase .contestlist .listitem p {
		margin: 12px 0 0
	}
}

@media only screen and (max-width:767px) {
	.contest {
		margin: 12vw auto 0;
		padding: 6vw 0 8vw;
		background: #f5f7f8
	}
	.contest .container {
		width: 100%;
		margin: 0 auto
	}
	.contest .container .leftcase {
		width: 100%;
		float: none;
		text-align: left;
		padding: 0 3.33333333vw;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.contest .container .leftcase .titlewrap {
		display: block;
		*zoom: 1
	}
	.contest .container .leftcase .titlewrap .containerttl {
		font-size: 4.26666667vw;
		float: left;
		display: block
	}
	.contest .container .leftcase .titlewrap .readmore {
		float: right;
		display: block;
		margin: 1.06666667vw 0 0 0
	}
	.contest .container .leftcase .titlewrap .readmore a {
		font-size: 2.4vw;
		padding: 0 0 0 2.66666667vw
	}
	.contest .container .leftcase .titlewrap .readmore a:hover {
		text-decoration: none
	}
	.contest .container .leftcase .titlewrap:after {
		content: "";
		display: table;
		clear: both
	}
	.contest .container .rightcase {
		width: 100%;
		float: none
	}
	.contest .container .rightcase .contestlist {
		margin: 3.33333333vw 0 0;
		padding: 2vw 0;
		overflow: hidden
	}
	.contest .container .rightcase .contestlist .screen {
		width: 60vw;
		margin: 0 auto;
		overflow: visible;
		overflow: initial;
		padding: 2.66666667vw 0;
		position: relative;
		z-index: 1
	}
	.contest .container .rightcase .contestlist .screen .swiper-container {
		overflow: visible;
		overflow: initial;
		width: 100%
	}
	.contest .container .rightcase .contestlist .screen .ct-swiper-button-prev {
		display: block;
		background: #92989b;
		background: rgba(0, 0, 0, 0.5);
		position: absolute;
		z-index: 14;
		top: 0;
		left: -20vw;
		width: 8vw;
		height: 100%;
		cursor: pointer
	}
	.contest .container .rightcase .contestlist .screen .ct-swiper-button-prev span {
		content: "";
		border-bottom: 2px solid #ffffff;
		border-left: 2px solid #ffffff;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		z-index: 15;
		top: 50%;
		margin-top: -0.4vw;
		left: 8px
	}
	.contest .container .rightcase .contestlist .screen .ct-swiper-button-prev.swiper-button-disabled {
		opacity: 0.6
	}
	.contest .container .rightcase .contestlist .screen .ct-swiper-button-prev.swiper-button-disabled span {
		border-color: #ffffff
	}
	.contest .container .rightcase .contestlist .screen .ct-swiper-button-next {
		display: block;
		background: #92989b;
		background: rgba(0, 0, 0, 0.5);
		position: absolute;
		z-index: 14;
		top: 0;
		right: -20vw;
		width: 8vw;
		height: 100%;
		cursor: pointer
	}
	.contest .container .rightcase .contestlist .screen .ct-swiper-button-next span {
		content: "";
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		z-index: 15;
		top: 50%;
		margin-top: -0.4vw;
		right: 2.66666667vw
	}
	.contest .container .rightcase .contestlist .screen .ct-swiper-button-next.swiper-button-disabled {
		opacity: 0.6
	}
	.contest .container .rightcase .contestlist .screen .ct-swiper-button-next.swiper-button-disabled span {
		border-color: #ffffff
	}
	.contest .container .rightcase .contestlist .listitem {
		background: #ffffff;
		width: 52vw;
		padding: 2vw;
		margin: 0 4vw;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-shadow: 0 1px 4px 1px rgba(4, 0, 0, 0.1);
		box-shadow: 0 1px 4px 1px rgba(4, 0, 0, 0.1)
	}
	.contest .container .rightcase .contestlist .listitem .linkcase a {
		display: block;
		background: #b0bec5;
		padding: 0 9.33333333vw 0 0;
		line-height: 0
	}
	.contest .container .rightcase .contestlist .listitem .linkcase a:after {
		left: auto;
		right: 4.4vw;
		top: 4.66666667vw
	}
	.contest .container .rightcase .contestlist .listitem .linkcase a img {
		width: 100%
	}
	.contest .container .rightcase .contestlist .listitem p {
		margin: 1.6vw 0 0;
		font-size: 2.8vw
	}
	.contest .container .rightcase .contestlist .listitem:hover {
		opacity: 1
	}
}

.sponsorslide {
	overflow: hidden;
	background: #eaeaea;
	margin: 0
}

.sponsorslide .container {
	width: 944px;
	padding: 32px 0;
	margin: 0 auto;
	position: relative;
	z-index: 1
}

.sponsorslide .container .screen {
	width: 303px;
	margin: 0 auto;
}

.sponsorslide .container .screen .swiper-container {
	overflow: visible;
	overflow: initial
}

.sponsorslide .container .screen.nowork{
	width: 100%;
}

.sponsorslide .container .screen.nowork .swiper-wrapper {
	justify-content: center;
}

.sponsorslide .container .screen .swiper-container .swiper-slide {
	width: 327px;
	padding: 0 24px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.sponsorslide .container .screen .swiper-container .swiper-slide img {
	width: 100%
}

.sponsorslide .container .screen a:hover {
	opacity: 0.8
}

.sponsorslide .container:before {
	content: "";
	position: absolute;
	z-index: 13;
	width: 1920px;
	height: 100%;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.9);
	right: 100%;
	top: 0
}

.sponsorslide .container:after {
	content: "";
	position: absolute;
	z-index: 13;
	width: 1920px;
	height: 100%;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.9);
	left: 100%;
	top: 0
}

.sponsorslide .container .ss-swiper-button-prev {
	position: absolute;
	z-index: 15;
	top: 0;
	left: -16px;
	width: 16px;
	height: 100%;
	cursor: pointer
}

.sponsorslide .container .ss-swiper-button-prev span {
	content: "";
	border-bottom: 3px solid #353535;
	border-left: 3px solid #353535;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	z-index: 15;
	top: 50%;
	margin-top: -4px;
	left: 4px
}

.sponsorslide .container .ss-swiper-button-prev.swiper-button-disabled {
	opacity: 0.6
}

.sponsorslide .container .ss-swiper-button-prev.swiper-button-disabled span {
	border-color: #6d6969
}

.sponsorslide .container .ss-swiper-button-next {
	position: absolute;
	z-index: 15;
	top: 0;
	right: -16px;
	width: 16px;
	height: 100%;
	cursor: pointer
}

.sponsorslide .container .ss-swiper-button-next span {
	content: "";
	border-top: 3px solid #353535;
	border-right: 3px solid #353535;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	z-index: 15;
	top: 50%;
	margin-top: -4px;
	right: 4px
}

.sponsorslide .container .ss-swiper-button-next.swiper-button-disabled {
	opacity: 0.6
}

.sponsorslide .container .ss-swiper-button-next.swiper-button-disabled span {
	border-color: #6d6969
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.sponsorslide .container {
		width: 92.1875vw;
		padding: 3.125vw 0
	}
	.sponsorslide .container .screen {
		width: 30vw;
		margin: 0 auto;
	}
	.sponsorslide .container .screen .swiper-container .swiper-slide {
		width: 32vw;
		padding: 0 2.34375vw 0 0
	}
	.sponsorslide .container .ss-swiper-button-prev {
		left: -1.5625vw;
		width: 1.5625vw
	}
	.sponsorslide .container .ss-swiper-button-prev span {
		margin-top: -0.390625vw;
		left: 0.390625vw
	}
	.sponsorslide .container .ss-swiper-button-next {
		right: -1.5625vw;
		width: 1.5625vw
	}
	.sponsorslide .container .ss-swiper-button-next span {
		margin-top: -0.390625vw;
		right: 0.390625vw
	}
}

@media only screen and (min-width:1281px) {
	.sponsorslide .container {
		width: 1180px;
		padding: 40px 0
	}
	.sponsorslide .container .screen {
		width: 380px;
		margin: 0 auto
	}
	.sponsorslide .container .screen .swiper-container .swiper-slide {
		width: 410px;
		padding: 0 30px 0 0
	}
	.sponsorslide .container .ss-swiper-button-prev {
		left: -20px;
		width: 20px
	}
	.sponsorslide .container .ss-swiper-button-prev span {
		margin-top: -5px;
		left: 5px
	}
	.sponsorslide .container .ss-swiper-button-next {
		right: -20px;
		width: 20px
	}
	.sponsorslide .container .ss-swiper-button-next span {
		margin-top: -5px;
		right: 5px
	}
}

@media only screen and (max-width:767px) {
	.sponsorslide {
		overflow: hidden;
		background: #eaeaea;
		margin: 4vw 0 0
	}
	.sponsorslide .container {
		width: 100%;
		padding: 5.33333333vw 0;
		margin: 0 auto;
		position: relative;
		z-index: 1
	}
	.sponsorslide .container .screen {
		width: 64.26666667vw;
		margin: 0 auto
	}
	.sponsorslide .container .screen .swiper-container {
		overflow: visible;
		overflow: initial
	}
	.sponsorslide .container .screen .swiper-container .swiper-slide {
		width: 68.26666667vw;
		padding: 0 4vw 0 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
	.sponsorslide .container .screen .swiper-container .swiper-slide img {
		width: 100%
	}
	.sponsorslide .container:before {
		content: "";
		position: absolute;
		z-index: 13;
		width: 8vw;
		height: 100%;
		background: #ffffff;
		background: rgba(255, 255, 255, 0.9);
		right: 0;
		top: 0
	}
	.sponsorslide .container:after {
		content: "";
		position: absolute;
		z-index: 13;
		width: 8vw;
		height: 100%;
		background: #ffffff;
		background: rgba(255, 255, 255, 0.9);
		left: 0;
		top: 0
	}
	.sponsorslide .container .ss-swiper-button-prev {
		position: absolute;
		z-index: 15;
		top: 0;
		left: 0;
		width: 8vw;
		height: 100%;
		cursor: pointer
	}
	.sponsorslide .container .ss-swiper-button-prev span {
		content: "";
		border-bottom: 2px solid #353535;
		border-left: 2px solid #353535;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		z-index: 15;
		top: 50%;
		margin-top: -0.4vw;
		left: 2vw
	}
	.sponsorslide .container .ss-swiper-button-prev.swiper-button-disabled {
		opacity: 0.6
	}
	.sponsorslide .container .ss-swiper-button-prev.swiper-button-disabled span {
		border-color: #6d6969
	}
	.sponsorslide .container .ss-swiper-button-next {
		position: absolute;
		z-index: 15;
		top: 0;
		right: 0;
		width: 8vw;
		height: 100%;
		cursor: pointer
	}
	.sponsorslide .container .ss-swiper-button-next span {
		content: "";
		border-top: 2px solid #353535;
		border-right: 2px solid #353535;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		z-index: 15;
		top: 50%;
		margin-top: -0.4vw;
		right: 2.66666667vw
	}
	.sponsorslide .container .ss-swiper-button-next.swiper-button-disabled {
		opacity: 0.6
	}
	.sponsorslide .container .ss-swiper-button-next.swiper-button-disabled span {
		border-color: #6d6969
	}
}