.topNewsRelease .topNewsRelease_foot .topNewsRelease_foot_btn, .topJanews .topJanews_foot .topJanews_foot_btn, .topTopics .topTopics_foot .topTopics_foot_btn {
	-webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	display: block;
}
.topNewsRelease .topNewsRelease_foot .topNewsRelease_foot_btn:hover, .topJanews .topJanews_foot .topJanews_foot_btn:hover, .topTopics .topTopics_foot .topTopics_foot_btn:hover {
	opacity: 0.7;
}
@media only screen and (min-width: 768px), print {
	.topNewsRelease .topNewsRelease_foot .topNewsRelease_foot_btn, .topJanews .topJanews_foot .topJanews_foot_btn, .topTopics .topTopics_foot .topTopics_foot_btn {
		width: 172px;
		margin-left: auto;
	}
}
@media only screen and (max-width: 767px) {
	.topNewsRelease .topNewsRelease_foot .topNewsRelease_foot_btn, .topJanews .topJanews_foot .topJanews_foot_btn, .topTopics .topTopics_foot .topTopics_foot_btn {
		width: 150px;
		margin: auto;
	}
}

body {
	background-color: #aaa;
}

.main .bg {
	height: calc(100% - 190px);
}
.main .bg .topBg {
	position: absolute;
	z-index: 10;
}
.main .bg .topBg.topBg-1 {
	width: 220px;
	left: 0;
	top: 1100px;
}
.main .bg .topBg.topBg-2 {
	width: 140px;
	right: 30px;
	top: 1350px;
}
.main .bg .topBg.topBg-3 {
	width: 250px;
	left: 0;
	top: 1500px;
}
.main .bg .topBg.topBg-4 {
	width: 230px;
	right: 0;
	top: 1650px;
}
.main .bg .topBg.topBg-5 {
	width: 160px;
	left: 50px;
	top: 2160px;
}
.main .bg .topBg.topBg-6 {
	width: 280px;
	right: 0;
	top: 2130px;
}
.main .bg .topBg.topBg-7 {
	width: 250px;
	left: 0;
	top: 3210px;
}
.main .bg .topBg.topBg-8 {
	width: 330px;
	right: 0;
	top: 3360px;
}

@media only screen and (min-width: 768px), print {
	.topSection {
		min-width: 1000px;
	}
}
.topSection.topSection-1 {
	position: relative;
}
@media only screen and (min-width: 768px), print {
	.topSection.topSection-1 {
		margin-bottom: -100px;
	}
}
.topSection.topSection-1 ._arrows {
	position: absolute;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 100%;
}
@media only screen and (min-width: 768px), print {
	.topSection.topSection-1 ._arrows {
		top: 40%;
	}
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-1 ._arrows {
		top: 50%;
	}
}
.topSection.topSection-1 ._arrows .slick-arrow {
	-webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	width: 64px;
	height: 64px;
	z-index: 1;
}
.topSection.topSection-1 ._arrows .slick-arrow:hover {
	opacity: 0.7;
}
.topSection.topSection-1 ._arrows .slick-arrow::after {
	content: "";
	display: block;
	background-image: url("../img/main/arrow.png");
	background-size: contain;
	background-position: center;
	width: 100%;
	height: 100%;
}
.topSection.topSection-1 ._arrows .slick-arrow::before {
	content: none;
}
@media only screen and (min-width: 768px), print {
	.topSection.topSection-1 ._arrows .slick-arrow.slick-prev {
		left: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-1 ._arrows .slick-arrow.slick-prev {
		left: 0;
	}
}
.topSection.topSection-1 ._arrows .slick-arrow.slick-prev::after {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
@media only screen and (min-width: 768px), print {
	.topSection.topSection-1 ._arrows .slick-arrow.slick-next {
		right: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-1 ._arrows .slick-arrow.slick-next {
		right: 0;
	}
}
.topSection.topSection-1 ._hero {
	background-image: url("../img/bg/yamarepeat.jpg");
	background-repeat: repeat;
	background-size: auto;
	margin: 0;
}
@media only screen and (min-width: 768px), print {
	.topSection.topSection-1 ._hero {
		max-height: 810px;
	}
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-1 ._hero {
		max-height: 280px;
	}
}
.topSection.topSection-1 ._hero ._disable {
	pointer-events: none;
}
.topSection.topSection-1 ._hero .slick-slide > a {
	display: block;
	-webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.topSection.topSection-1 ._hero .slick-slide > a:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-1 ._hero .slick-slide {
		width: 100vw;
		height: 810px;
	}
}
.topSection.topSection-1 ._hero .slick-slide ._image {
	background-size: cover;
	background-position: center;
	text-indent: -10000em;
	background-color: #ccc;
}
@media only screen and (min-width: 768px), print {
	.topSection.topSection-1 ._hero .slick-slide ._image {
		width: 100vw;
		max-width: 1440px;
		height: 810px;
		position: relative;
	}
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-1 ._hero .slick-slide ._image {
		width: 100%;
		height: 300px;
	}
}
.topSection.topSection-1 ._hero .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media only screen and (min-width: 768px), print {
	.topSection.topSection-1 ._hero .slick-dots {
		bottom: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-1 ._hero .slick-dots {
		bottom: 20px;
	}
}
.topSection.topSection-1 ._hero .slick-dots > li {
	width: auto;
	height: auto;
	margin: 0;
}
@media only screen and (min-width: 768px), print {
	.topSection.topSection-1 ._hero .slick-dots > li {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-1 ._hero .slick-dots > li {
		padding: 0 5px;
	}
}
.topSection.topSection-1 ._hero .slick-dots > li.slick-active button {
	background-color: #aaca0f;
}
.topSection.topSection-1 ._hero .slick-dots > li button {
	-webkit-transition: background-color 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: background-color 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: background-color 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-box-shadow: 0 0 2px #ccc;
	        box-shadow: 0 0 2px #ccc;
	-webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	background-color: #fff;
	border-radius: 50%;
	padding: 0;
}
.topSection.topSection-1 ._hero .slick-dots > li button:hover {
	background-color: rgba(170, 202, 15, 0.8);
}
.topSection.topSection-1 ._hero .slick-dots > li button:hover {
	opacity: 0.7;
}
@media only screen and (min-width: 768px), print {
	.topSection.topSection-1 ._hero .slick-dots > li button {
		width: 12px;
		height: 12px;
	}
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-1 ._hero .slick-dots > li button {
		width: 10px;
		height: 10px;
	}
}
.topSection.topSection-1 ._hero .slick-dots > li button::before {
	display: none;
}
.topSection.topSection-2 {
	position: relative;
	z-index: 1;
}
@media only screen and (min-width: 768px), print {
	.topSection.topSection-2 {
		margin-bottom: 80px;
	}
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-2 {
		background-color: #fff;
	}
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
	.topSection.topSection-2::before {
		content: "";
		display: block;
		position: absolute;
		background-position: center bottom;
		background-repeat: no-repeat;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		z-index: -1;
		height: 30px;
		width: 800px;
		top: -30px;
		background-size: contain;
		background-image: url("../img/bg/yama1_sp.png");
	}
}
.topSection.topSection-2 .container {
	position: relative;
}
.topSection.topSection-3 {
	position: relative;
	z-index: 0;
}
@media only screen and (min-width: 768px), print {
	.topSection.topSection-3 {
		padding: 0 0 140px;
	}
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-3 {
		padding: 20px 0 50px;
		background-image: url("../img/bg/yamarepeat.jpg");
	}
}
@media only screen and (min-width: 768px), print {
	.topSection.topSection-3::before {
		pointer-events: none;
		content: "";
		display: block;
		position: absolute;
		background-image: url("../img/bg/yama.png");
		background-size: auto;
		background-position: center bottom;
		background-repeat: no-repeat;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		width: 2900px;
		max-width: 100%;
		height: 410px;
		top: -340px;
		z-index: -1;
	}
}
@media only screen and (min-width: 768px), print {
	.topSection.topSection-3::after {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		background-image: url("../img/bg/yamarepeat.jpg");
		background-repeat: repeat;
		background-size: auto;
		width: 100%;
		height: 100%;
		top: 69px;
		left: 0;
	}
}
.topSection.topSection-4 {
	background-color: #fff;
	position: relative;
	z-index: 0;
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-4 {
		padding: 30px 0;
	}
}
.topSection.topSection-4::before, .topSection.topSection-4::after {
	content: "";
	display: block;
	position: absolute;
	background-position: center bottom;
	background-repeat: no-repeat;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 2900px;
	max-width: 100%;
	z-index: 0;
	max-width: 100%;
}
@media only screen and (min-width: 768px), print {
	.topSection.topSection-4::before, .topSection.topSection-4::after {
		height: 80px;
		background-size: auto;
	}
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-4::before, .topSection.topSection-4::after {
		height: 30px;
		background-size: auto 100%;
	}
}
.topSection.topSection-4::before {
	background-image: url("../img/bg/kumoue.png");
}
@media only screen and (min-width: 768px), print {
	.topSection.topSection-4::before {
		top: -80px;
	}
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-4::before {
		top: -30px;
	}
}
.topSection.topSection-4::after {
	background-image: url("../img/bg/kumoshita.png");
}
@media only screen and (min-width: 768px), print {
	.topSection.topSection-4::after {
		bottom: -80px;
	}
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-4::after {
		bottom: -30px;
	}
}
.topSection.topSection-5 {
	background-image: url("../img/bg/brown.jpg");
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
}
@media only screen and (min-width: 768px), print {
	.topSection.topSection-5 {
		padding: 113px 0 170px;
	}
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-5 {
		padding: 60px 0;
	}
}
.topSection.topSection-6 {
	background-image: url("/common/img/bg/sora.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 0;
}
@media only screen and (min-width: 768px), print {
	.topSection.topSection-6 {
		padding-bottom: 210px;
	}
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-6 {
		padding-bottom: 200px;
	}
}
.topSection.topSection-6::before {
	content: "";
	display: block;
	position: absolute;
	background-size: auto;
	z-index: -1;
}
@media only screen and (min-width: 768px), print {
	.topSection.topSection-6::before {
		background-position: center bottom;
		background-repeat: no-repeat;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		background-image: url("../img/bg/yama2.png");
		top: -160px;
		width: 2900px;
		max-width: 100%;
		height: 610px;
	}
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-6::before {
		background-image: url("../img/bg/yamarepeat.jpg");
		width: 100%;
		height: calc(100% - 200px);
		top: 0;
		left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-6::after {
		content: "";
		display: block;
		position: absolute;
		width: 800px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		top: -30px;
		height: 30px;
		background-image: url("../img/bg/yama2_sp.png");
		background-size: contain;
		z-index: -1;
	}
}
.topSection.topSection-6 .container {
	position: relative;
}
@media only screen and (min-width: 768px), print {
	.topSection.topSection-6 .container {
		top: -60px;
	}
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-6 .container {
		padding: 20px 20px;
	}
}
@media only screen and (max-width: 767px) {
	.topSection.topSection-6 .container::after {
		content: "";
		display: block;
		position: absolute;
		width: 800px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		bottom: -28px;
		height: 30px;
		background-image: url("../img/bg/yama3_sp.png");
		background-size: contain;
		background-position: top center;
		z-index: -1;
	}
}

.topMain .topMain_image {
	width: 100%;
	background-size: cover;
	background-image: url("../img/main/image.jpg");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
@media only screen and (min-width: 768px), print {
	.topMain .topMain_image {
		height: 810px;
	}
}
@media only screen and (max-width: 767px) {
	.topMain .topMain_image {
		height: 200px;
	}
}
.topMain .topMain_logo {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (min-width: 768px), print {
	.topMain .topMain_logo {
		width: 300px;
		height: 310px;
		top: 145px;
	}
}
@media only screen and (max-width: 767px) {
	.topMain .topMain_logo {
		top: 0;
		bottom: 0;
		width: 150px;
		height: 155px;
	}
}

@media only screen and (min-width: 768px), print {
	.topShunBoxArea {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.topShunBoxArea {
		margin: 0 -20px;
	}
}

.topShunBox {
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}
@media only screen and (min-width: 768px), print {
	.topShunBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 200px;
		border-radius: 10px;
	}
}
.topShunBox .topShunBox_1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	height: 100%;
	width: 220px;
}
@media only screen and (max-width: 767px) {
	.topShunBox .topShunBox_1 {
		margin: auto;
		padding: 10px 0;
	}
}
.topShunBox .topShunBox_2 {
	background-color: #f8f7f2;
}
@media only screen and (min-width: 768px), print {
	.topShunBox .topShunBox_2 {
		width: calc(100% - 220px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: start;
		height: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.topShunBox .topShunBox_2 {
		margin: auto;
		padding: 20px 20px;
	}
}
.topShunBox .topShunBox_2 .no_news {
	text-align: center;
	width: 100%;
}
@media only screen and (min-width: 768px), print {
	.topShunBox .topShunBox_title {
		width: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.topShunBox .topShunBox_title {
		width: 150px;
		margin: 0 auto;
	}
}
.topShunBox .topShunBox_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media only screen and (min-width: 768px), print {
	.topShunBox .topShunBox_list {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 680px;
		margin: auto;
	}
}
@media only screen and (max-width: 767px) {
	.topShunBox .topShunBox_list {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		max-width: 400px;
		margin: auto;
	}
	.topShunBox .topShunBox_list > li {
		padding: 5px;
		width: 50%;
		max-width: 50%;
	}
}
.topShunBox .topShunBox_banner {
	display: block;
	border: solid 2px #ff7e3e;
	border-radius: 10px;
	overflow: hidden;
}
@media only screen and (min-width: 768px), print {
	.topShunBox .topShunBox_banner {
		width: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.topShunBox .topShunBox_banner {
		margin: auto;
		width: 100%;
	}
}
.topShunBox .topShunBox_banner:hover .topShunBox_banner_image img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.topShunBox .topShunBox_banner .topShunBox_banner_image {
	width: 100%;
	overflow: hidden;
}
.topShunBox .topShunBox_banner .topShunBox_banner_image img {
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.topShunBox .topShunBox_banner .topShunBox_banner_title {
	color: #fff;
	font-weight: bold;
	background-color: #ff7e3e;
	text-align: center;
}
.topShunBox .topShunBox_banner .topShunBox_banner_title .text {
	display: inline-block;
	position: relative;
}
.topShunBox .topShunBox_banner .topShunBox_banner_title .text::after {
	content: "";
	display: inline-block;
	background-image: url("../img/shun/arrow.png");
	background-size: contain;
	width: 7px;
	height: 10px;
	margin-left: 13px;
}

@media only screen and (max-width: 767px) {
	.topImportantBoxArea {
		padding: 30px 0;
	}
}

.topImportantBox {
	overflow: hidden;
	border-radius: 10px;
	border: solid 2px #ff4d2a;
	background-color: #fff;
}
@media only screen and (min-width: 768px), print {
	.topImportantBox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.topImportantBox .topImportantBox_1 {
	background-color: #ff4d2a;
}
@media only screen and (min-width: 768px), print {
	.topImportantBox .topImportantBox_1 {
		width: 180px;
	}
}
.topImportantBox .topImportantBox_1 .topImportantBox_title {
	color: #fff;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 16px;
}
@media only screen and (min-width: 768px), print {
	.topImportantBox .topImportantBox_1 .topImportantBox_title {
		width: 100%;
		height: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.topImportantBox .topImportantBox_1 .topImportantBox_title {
		width: 180px;
		margin: auto;
		padding: 0.3em 1em;
	}
}
@media only screen and (min-width: 768px), print {
	.topImportantBox .topImportantBox_2 {
		width: calc(100% - 180px);
	}
}
.topImportantBox .topImportantBox_2 .topImportantBox_body {
	overflow: auto;
}
@media only screen and (min-width: 768px), print {
	.topImportantBox .topImportantBox_2 .topImportantBox_body {
		max-height: 150px;
	}
}
@media only screen and (max-width: 767px) {
	.topImportantBox .topImportantBox_2 .topImportantBox_body {
		max-height: 250px;
	}
}
.topImportantBox .topImportantBox_2 .topImportantBox_newsList > li:not(:last-child) {
	border-bottom: dashed 1px #ff4d2a;
}
.topImportantBox .topImportantBox_2 .topImportantBox_news {
	-webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	width: 100%;
	font-weight: bold;
}
.topImportantBox .topImportantBox_2 .topImportantBox_news:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	.topImportantBox .topImportantBox_2 .topImportantBox_news {
		padding: 5px 10px;
		display: block;
	}
}
@media only screen and (min-width: 768px), print {
	.topImportantBox .topImportantBox_2 .topImportantBox_news {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 5px 30px;
	}
}
.topImportantBox .topImportantBox_2 .topImportantBox_news.disable .topImportantBox_news_title .text {
	text-decoration: none;
}
.topImportantBox .topImportantBox_2 .topImportantBox_news .topImportantBox_news_date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media only screen and (min-width: 768px), print {
	.topImportantBox .topImportantBox_2 .topImportantBox_news .topImportantBox_news_date {
		width: 140px;
	}
}
.topImportantBox .topImportantBox_2 .topImportantBox_news .topImportantBox_news_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.topImportantBox .topImportantBox_2 .topImportantBox_news .topImportantBox_news_title .text {
	text-decoration: underline;
}
@media only screen and (min-width: 768px), print {
	.topImportantBox .topImportantBox_2 .topImportantBox_news .topImportantBox_news_title {
		width: calc(100% - 140px);
	}
}
.topImportantBox .topImportantBox_2 .topImportantBox_news .topImportantBox_news_title .new {
	margin-left: 0;
}

@media only screen and (min-width: 768px), print {
	.topSection-3_column2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
@media only screen and (min-width: 768px), print {
	.topSection-3_column2 .topSection-3_column2_1 {
		width: 550px;
	}
}
@media only screen and (max-width: 767px) {
	.topSection-3_column2 .topSection-3_column2_1 {
		margin-bottom: 30px;
		padding: 20px 0;
	}
}
@media only screen and (min-width: 768px), print {
	.topSection-3_column2 .topSection-3_column2_2 {
		width: 400px;
	}
}
@media only screen and (max-width: 767px) {
	.topSection-3_column2 .topSection-3_column2_2 {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 768px), print {
	.topTopics .topTopics_title {
		width: 210px;
		margin: 0 auto 13px;
	}
}
@media only screen and (max-width: 767px) {
	.topTopics .topTopics_title {
		width: 126px;
		margin: 0 auto 1em;
	}
}
.topTopics .topTopics_box {
	background-color: #fff;
	overflow: auto;
}
@media only screen and (min-width: 768px), print {
	.topTopics .topTopics_box {
		border-radius: 20px;
		padding: 5px 40px;
		height: 480px;
		max-height: 480px;
	}
}
@media only screen and (max-width: 767px) {
	.topTopics .topTopics_box {
		margin: 0 -20px;
		max-height: 300px;
	}
}
.topTopics .topTopics_foot {
	text-align: right;
}
@media only screen and (min-width: 768px), print {
	.topTopics .topTopics_foot {
		margin-top: 22px;
	}
}
@media only screen and (max-width: 767px) {
	.topTopics .topTopics_foot {
		margin-top: 15px;
	}
}
.topYoutubeArea {
	margin-bottom: 30px;
}

.topYoutube {
	max-width: 400px;
	background-color: #ff4d2a;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin: auto;
}
.topYoutube .topYoutube_title {
	margin: auto;
}
@media only screen and (min-width: 768px), print {
	.topYoutube .topYoutube_title {
		width: 180px;
	}
}
@media only screen and (max-width: 767px) {
	.topYoutube .topYoutube_title {
		width: 150px;
	}
}
.topTwitter {
	max-width: 400px;
	margin: auto;
}
.topTwitter .topTwitter_title {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
	background-color: #000000;
}
.topTwitter .topTwitter_title img {
	margin: auto;
}
@media only screen and (min-width: 768px), print {
	.topTwitter .topTwitter_title img {
		width: 180px;
	}
}
@media only screen and (max-width: 767px) {
	.topTwitter .topTwitter_title img {
		width: 150px;
	}
}
.topTwitter .topTwitter_iframe_thumb {
	-webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	display: block;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
	position: relative;
	top: -1px;
}
.topTwitter .topTwitter_iframe_thumb:hover {
	opacity: 0.7;
}
.topTwitter .topTwitter_iframe_thumb img {
	background-color: #419de7;
}

@media only screen and (min-width: 768px), print {
	.topMap {
		padding: 56px 0 51px;
	}
}
@media only screen and (min-width: 768px), print {
	.topMap .topMap_title {
		width: 370px;
		margin: 0 22px 0 auto;
	}
}
@media only screen and (max-width: 767px) {
	.topMap .topMap_title {
		width: 222px;
		margin: 0 auto 10px;
	}
}
@media only screen and (min-width: 768px), print {
	.topMap .topMap_map .jamap {
		margin: 0 0 64px 197px;
	}
}
@media only screen and (max-width: 767px) {
	.topMap .topMap_map .jamap {
		margin: 0 auto 20px;
	}
}

@media only screen and (min-width: 768px), print {
	.topSection-5_column2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
@media only screen and (min-width: 768px), print {
	.topSection-5_column2 .topSection-5_column2_1 {
		width: 470px;
	}
}
@media only screen and (max-width: 767px) {
	.topSection-5_column2 .topSection-5_column2_1 {
		margin-bottom: 30px;
	}
}
@media only screen and (min-width: 768px), print {
	.topSection-5_column2 .topSection-5_column2_2 {
		width: 470px;
	}
}

@media only screen and (max-width: 767px) {
	.topJanews {
		margin: 0 -20px;
	}
}
@media only screen and (min-width: 768px), print {
	.topJanews .topJanews_title {
		width: 340px;
		margin: 0 auto 8px;
	}
}
@media only screen and (max-width: 767px) {
	.topJanews .topJanews_title {
		width: 204px;
		margin: 0 auto 10px;
	}
}
.topJanews .topJanews_body {
	overflow: auto;
	background-color: #fff;
}
@media only screen and (min-width: 768px), print {
	.topJanews .topJanews_body {
		border-radius: 20px;
		padding: 5px 25px;
		height: 580px;
		max-height: 580px;
	}
}
@media only screen and (max-width: 767px) {
	.topJanews .topJanews_body {
		max-height: 300px;
	}
}
@media only screen and (min-width: 768px), print {
	.topJanews .topJanews_foot {
		margin-top: 22px;
		text-align: right;
	}
}
@media only screen and (max-width: 767px) {
	.topJanews .topJanews_foot {
		margin-top: 15px;
	}
}
.topNewsRelease .topNewsRelease_title {
	margin: 0 auto 8px;
}
@media only screen and (min-width: 768px), print {
	.topNewsRelease .topNewsRelease_title {
		width: 380px;
	}
}
@media only screen and (max-width: 767px) {
	.topNewsRelease .topNewsRelease_title {
		width: 228px;
	}
}
.topNewsRelease .topNewsRelease_body {
	background-color: #fff;
	overflow: auto;
}
@media only screen and (min-width: 768px), print {
	.topNewsRelease .topNewsRelease_body {
		border-radius: 20px;
		padding: 5px 25px;
		height: 580px;
		max-height: 580px;
	}
}
@media only screen and (max-width: 767px) {
	.topNewsRelease .topNewsRelease_body {
		margin: 0 -20px;
		max-height: 300px;
	}
}
@media only screen and (min-width: 768px), print {
	.topNewsRelease .topNewsRelease_foot {
		margin-top: 22px;
		text-align: right;
	}
}
@media only screen and (max-width: 767px) {
	.topNewsRelease .topNewsRelease_foot {
		margin-top: 15px;
	}
}
@media only screen and (min-width: 768px), print {
	.topBannerList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
@media only screen and (max-width: 767px) {
	.topBannerList {
		max-width: 400px;
		margin: auto;
	}
	.topBannerList::after {
		content: "";
		display: block;
		clear: both;
	}
}
@media only screen and (min-width: 768px), print {
	.topBannerList > li:not(:first-child) {
		margin-left: -50px;
	}
	.topBannerList > li:nth-child(even) {
		margin-top: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.topBannerList > li {
		float: left;
		width: 50%;
		padding: 5px;
	}
	.topBannerList > li:nth-child(1) {
		margin-top: 0;
	}
	.topBannerList > li:nth-child(2) {
		margin-top: 25%;
	}
	.topBannerList > li:nth-child(3) {
		margin-top: -25%;
	}
}

.topBanner {
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
@media only screen and (min-width: 768px), print {
	.topBanner {
		width: 280px;
		height: 280px;
	}
}
@media only screen and (max-width: 767px) {
	.topBanner {
		width: 100%;
		position: relative;
	}
	.topBanner::before {
		content: "";
		display: block;
		padding-top: 100%;
	}
}
.topBanner:hover .topBanner_image {
	overflow: hidden;
}
.topBanner:hover .topBanner_image img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.topBanner .topBanner_image {
	width: 100%;
}
.topBanner .topBanner_image img {
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width: 768px), print {
	.topBanner .topBanner_image {
		height: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.topBanner .topBanner_image {
		position: absolute;
		height: 100%;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}
.topBanner .topBanner_title {
	background-color: #a1bf0d;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.topBanner .topBanner_title .text {
	line-height: 1.5;
}
.topBanner .topBanner_title .text.ext::after {
	background-image: url("/common/img/icon/ext_white.png");
}
.topBanner .topBanner_title .text.pdf::after {
	background-image: url("/common/img/icon/pdf_white.png");
}
@media only screen and (min-width: 768px), print {
	.topBanner .topBanner_title {
		position: relative;
		font-size: 18px;
		height: 85px;
		padding: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.topBanner .topBanner_title {
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 100%;
		bottom: 0;
		left: 0;
		height: 60px;
	}
}
/*# sourceMappingURL=top.css.map */