/*reset追加*/

ul {
	margin: 0;
	padding: 0;
}

.skill-detail {
	display: block;
	margin-left: 1em;
}

.skill-detail:before {
	content: "→";
	color: #D80127;
	display: inline-block;
	padding-left: 1em;

}


.update .text-box .update-note-ttl {
	font-weight: bold;
	color: #D80127;
	font-size: 1em;
}

.update-note {
	border: 1px solid #333;
	margin-bottom: 4vw;
	padding: 1em;
}


@media only screen and (max-width: 1023px) {
	.update-note {
		margin-bottom: 8vw;
	}
}

.update-note-indent {
	text-indent: -1em;
	padding-left: 1em;
}

/************************************
	Base
************************************/

.list {
	margin-left: 1em;
}

.update {
	background: #000;
	color: #FFF;
}

.update #wrapper {
	padding-top: 12vw;
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	.update #wrapper {
		min-height: 100vh;
		padding-top: 2vw;
	}
}

@media only screen and (min-width: 1024px) {
	.update footer #title_footer {
		left: auto;
	}
}

.update.page-bg::after {
	background: url(../images/news/page_bg.jpg) top center no-repeat;
	background-size: 400%;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

@media only screen and (min-width: 1024px) {
	.update.page-bg::after {
		background-size: cover;
	}
}

.update .conts {
	position: relative;
	z-index: 2;
}

@media only screen and (min-width: 1024px) {
	.update .conts-box {
		margin-right: auto;
		margin-left: auto;
		width: 69.56522% !important;
	}
}

.update .conts article {
	background: rgba(0, 0, 0, 0.5);
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	padding: 8vw;
}

@media only screen and (min-width: 1024px) {
	.update .conts article {
		padding: 4vw;
	}
}

.update .conts section:not(:last-child) {
	margin-bottom: 8vw;
}

@media only screen and (min-width: 1024px) {
	.update .conts section:not(:last-child) {
		margin-bottom: 4vw;
	}
}

.update .page-ttl {
	color: #FFF;
	font-family: "Oswald", "Noto Sans", sans-serif;
	font-size: 7.40741vw;
	line-height: 1.2;
	margin-bottom: 8vw;
	position: relative;
	text-align: center;
}

@media only screen and (min-width: 1024px) {
	.update .page-ttl {
		font-size: 3.66032vw;
		margin-bottom: 4vw;
	}
}
body[data-lang="hk"].update .page-ttl {
  font-family: "Oswald", "Noto Sans TC", sans-serif; }
body[data-lang="cn"].update .page-ttl {
  font-family: "Oswald", "Noto Sans SC", sans-serif; }
body[data-lang="kr"].update .page-ttl {
  font-family: "Oswald", "Noto Sans KR", sans-serif; }


.update .page-ttl small {
	display: block;
	font-size: .3em;
}

.update .page-logo {
	margin-right: auto;
	margin-bottom: 4vw;
	margin-left: auto;
	width: 92%;
}

@media only screen and (min-width: 1024px) {
	.update .page-logo {
		margin-bottom: 2vw;
		width: 73.33333%;
	}
}

.update .page-logo-img {
	line-height: 0;
	margin-bottom: 1em;
	position: relative;
}

.update .page-lead {
	font-weight: 700;
	font-size: 4.44444vw;
	line-height: 1.2;
	margin-bottom: 8vw;
	text-align: center;
}

@media only screen and (min-width: 1024px) {
	.update .page-lead {
		font-size: 2.34261vw;
		margin-bottom: 4vw;
	}
}

.update .update-info-box {
	overflow: hidden;
}

.update .update-ver-box,
.update .important-ver-box {
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #333;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 4vw;
}

@media only screen and (min-width: 1024px) {
	.update .update-ver-box,
	.update .important-ver-box {
		padding: 2vw;
	}
}

.update .update-ver-box .update-ver,
.update .important-ver-box .important-ver {
	color: #D80127;
	font-size: 3.33333vw;
	font-weight: 700;
	width: calc(100% - 3em);
}

@media only screen and (max-width: 1023px) {
	.update .update-ver-box .update-ver,
	.update .important-ver-box .important-ver {
		margin-bottom: .5em;
	}
}

@media only screen and (min-width: 1024px) {
	.update .update-ver-box .update-ver,
	.update .important-ver-box .important-ver {
		font-size: 1.46413vw;
		width: calc(100% - 11em);
	}
}

.update .update-ver-box .date,
.update .important-ver-box .date {
	font-size: 2.40741vw;
	width: 100%;
}

@media only screen and (max-width: 1023px) {
	.update .update-ver-box .date,
	.update .important-ver-box .date {
		padding-left: 4em;
	}
}

@media only screen and (min-width: 1024px) {
	.update .update-ver-box .date,
	.update .important-ver-box .date {
		font-size: 0.87848vw;
		text-align: right;
		width: 13em;
	}
}

.update .update-ver-box .date span,
.update .important-ver-box .date span {
	position: relative;
}

.update .update-ver-box .date span::before,
.update .important-ver-box .date span::before {
	background: #D80127;
	color: #FFF;
	content: "UP";
	display: block;
	font-size: .6em;
	line-height: 1;
	padding: .2em .5em;
}

@media only screen and (max-width: 1023px) {
	.update .update-ver-box .date span::before,
	.update .important-ver-box .date span::before {
		display: inline-block;
		margin-right: 1em;
	}
}

@media only screen and (min-width: 1024px) {
	.update .update-ver-box .date span::before,
	.update .important-ver-box .date span::before {
		display: inline-block;
		margin-right: .5em;
		vertical-align: middle;
	}
}

.update .text-box p,
.update .text-box li {
	color: #FFF;
	font-size: 2.77778vw;
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), 1px -1px 2px rgba(0, 0, 0, 0.8), -1px 1px 2px rgba(0, 0, 0, 0.8), -1px -1px 2px rgba(0, 0, 0, 0.8);
}

@media only screen and (min-width: 1024px) {
	.update .text-box p,
	.update .text-box li {
		font-size: 1.02489vw;
	}
}

.list2 {
	margin-top: .4em;
}

.update .text-box .list-ttl.list-ttl--2 {
	border-left: none;
	margin-left: 1em;
	margin-bottom: .2em;

}



.update .text-box .list-ttl--big {
	border-left: 3px solid;
	color: #D80127;
	font-size: 1.5em;
	font-weight: 900;
	display: block;
	line-height: 1.2;
	padding-left: .5em;
	margin-bottom: 1em;
}

@media only screen and (min-width: 1024px) {
	.update .text-box .list-ttl.list-ttl--2 {
		font-size: 1.1vw;
	}
	.update .text-box .list-ttl--big {
		font-size: 1.4vw;
	}
}

.update .text-box .list-ttl {
	border-left: 3px solid;
	color: #D80127;
	font-size: 1.5em;
	font-weight: 700;
	display: block;
	line-height: 1.2;
	padding-left: .5em;
	margin-bottom: .5em;
}

@media only screen and (min-width: 1024px) {
	.update .text-box .list-ttl {
		font-size: 1.4vw;
	}
}

.update .text-box .list {
	display: block;
}

.update .text-box .list:not(:last-child) {
	margin-bottom: 2em;
}

.update .text-box .list li,
.update .end-note {
	padding-left: 1em;
	text-indent: -1em;
}

	{
	padding-left: 1em;
	text-indent: -1em;
}

@media only screen and (max-width: 1023px) {
	.update .text-box .note {
		line-height: 1.2;
	}
}

.update .update-info {
	padding: 0;
	position: relative;
}

@media only screen and (min-width: 1024px) {
	.update .update-info {
		padding: 0 1em;
	}
}

.update .update-info .update-info-cat {
	font-family: "Oswald", "Noto Sans", sans-serif;
	font-size: 3.33333vw;
	top: -1.25em;
	position: relative;
	text-align: center;
	width: 100%;
}

@media only screen and (min-width: 1024px) {
	.update .update-info .update-info-cat {
		font-size: 1.46413vw;
	}
}
body[data-lang="hk"].update .update-info .update-info-cat {
  font-family: "Oswald", "Noto Sans TC", sans-serif; }
body[data-lang="cn"].update .update-info .update-info-cat {
  font-family: "Oswald", "Noto Sans SC", sans-serif; }
body[data-lang="kr"].update .update-info .update-info-cat {
  font-family: "Oswald", "Noto Sans KR", sans-serif; }

.update .update-info .update-list {
	font-size: 2.77778vw;
}

@media only screen and (min-width: 1024px) {
	.update .update-info .update-list {
		font-size: 1.02489vw;
	}
}

.update .update-info .update-list li:not(:last-child) {
	margin-bottom: 1.5em;
}

.update .update-info .update-list .update-list-ttl {
	font-size: 2.96296vw;
	font-weight: 700;
	border-left: 3px solid;
	padding-left: .5em;
	margin-bottom: .2em;
}

@media only screen and (min-width: 1024px) {
	.update .update-info .update-list .update-list-ttl {
		font-size: 1.1713vw;
	}
}

.update .update-info .update-list p {
	color: #CCC;
}

.update .update-info .conts-pattern {
	height: 25vw;
	position: absolute;
	width: 50%;
	z-index: 5;
}

@media only screen and (min-width: 1024px) {
	.update .update-info .conts-pattern {
		height: 5vw;
	}
}

.update .update-info .conts-pattern::before,
.update .update-info .conts-pattern::after {
	background: rgba(173, 173, 173, 0.5);
	content: '';
	display: block;
	position: absolute;
}

.update .update-info .conts-pattern::before {
	height: 2px;
	width: calc(100% + .1px);
}

.update .update-info .conts-pattern::after {
	height: 20%;
	width: 2px;
}

.update .update-info .conts-pattern.pos-tl {
	left: 0;
	top: 0;
}

.update .update-info .conts-pattern.pos-tl::before,
.update .update-info .conts-pattern.pos-tl::after {
	left: 0;
	top: 0;
}

.update .update-info .conts-pattern.pos-tr {
	right: 0;
	top: 0;
}

.update .update-info .conts-pattern.pos-tr::before,
.update .update-info .conts-pattern.pos-tr::after {
	right: 0;
	top: 0;
}

.update .update-info .conts-pattern.pos-bl {
	bottom: 0;
	left: 0;
}

.update .update-info .conts-pattern.pos-bl::before,
.update .update-info .conts-pattern.pos-bl::after {
	bottom: 0;
	left: 0;
}

.update .update-info .conts-pattern.pos-br {
	bottom: 0;
	right: 0;
}

.update .update-info .conts-pattern.pos-br::before,
.update .update-info .conts-pattern.pos-br::after {
	bottom: 0;
	right: 0;
}

.update .update-info.re3 {
	padding: .5em 2em 2em;
}

.update .update-info.re3 .update-info-cat {
	color: #D80127;
	text-shadow: 0 0 4px rgba(216, 1, 39, 0.8);
}

.update .update-info.re3 .update-list .update-list-ttl {
	border-left-color: #D80127;
	color: #D80127;
	text-shadow: 0 0 4px rgba(216, 1, 39, 0.8);
}

.update .update-info.re3 .conts-pattern::before,
.update .update-info.re3 .conts-pattern::after {
	background: #d80127;
}

.update .update-info.re3 .conts-pattern.pos-tl {
	width: 30%;
}

@media only screen and (min-width: 1024px) {
	.update .update-info.re3 .conts-pattern.pos-tl {
		width: 35%;
	}
}

.update .update-info.re3 .conts-pattern.pos-tr {
	width: 30%;
}

@media only screen and (min-width: 1024px) {
	.update .update-info.re3 .conts-pattern.pos-tr {
		width: 35%;
	}
}

.update .update-info.resistance {
	padding: .5em 2em 2em;
}

.update .update-info.resistance .update-info-cat {
	color: #2CAFED;
	text-shadow: 0 0 4px rgba(44, 175, 237, 0.8);
}

.update .update-info.resistance .update-list .update-list-ttl {
	border-left-color: #2CAFED;
	color: #2CAFED;
	text-shadow: 0 0 4px rgba(44, 175, 237, 0.8);
}

.update .update-info.resistance .conts-pattern::before,
.update .update-info.resistance .conts-pattern::after {
	background: #2cafed;
}

.update .update-info.resistance .conts-pattern.pos-tl {
	width: 25%;
}

@media only screen and (min-width: 1024px) {
	.update .update-info.resistance .conts-pattern.pos-tl {
		width: 30%;
	}
}

.update .update-info.resistance .conts-pattern.pos-tr {
	width: 25%;
}

@media only screen and (min-width: 1024px) {
	.update .update-info.resistance .conts-pattern.pos-tr {
		width: 30%;
	}
}

.update .img {
	border: 1px solid #333;
	line-height: 0;
	margin-bottom: 8vw;
}

@media only screen and (min-width: 1024px) {
	.update .img {
		margin-bottom: 4vw;
	}
}

@media only screen and (min-width: 1024px) {
	.update .SumoSelect.open.SumoSelect::after {
		height: 306px;
		width: 135px;
	}
}

@media only screen and (min-width: 1024px) {
	.update .SumoSelect.open .optWrapper {
		width: 120px;
	}
}

@media only screen and (min-width: 1024px) {
	.update #links {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-right: auto;
		margin-left: auto;
		padding: 0 3vw;
		width: 48.93617%;
	}
}

@media only screen and (min-width: 1024px) {
	.update #links .link-btn-list {
		width: 100%;
	}
}

.update #links .links.portal {
	transition: opacity .2s ease;
}

@media only screen and (max-width: 1023px) {
	.update #links .links.portal {
		margin-bottom: 6vw;
	}
}

@media only screen and (min-width: 1024px) {
	.update #links .links.portal {
		border: 2px solid #FFF;
		background: rgba(0, 0, 0, 0.5);
		margin-right: 0;
		margin-left: 0;
		width: 31%;
	}
}

.update #links .links.portal .portal-link {
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}

@media only screen and (min-width: 1024px) {
	.update #links .links.portal .portal-link {
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) {
	.update #links .links.portal .portal-link .link-btn .btn {
		border: none;
		font-size: .8em;
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) {
	.update #links .links.portal .portal-link .link-btn .btn {
		background: transparent;
	}
}

.update #links .links.portal:hover {
	opacity: .8;
}

.update #links .links.site {
	transition: opacity .2s ease;
}

@media only screen and (max-width: 1023px) {
	.update #links .links.site {
		margin-bottom: 6vw;
	}
}

@media only screen and (min-width: 1024px) {
	.update #links .links.site {
		border: 2px solid #FFF;
		background: rgba(0, 0, 0, 0.5);
		margin-right: 0;
		margin-left: 0;
		width: 31%;
	}
}

.update #links .links.site .site-link {
	margin-right: auto;
	margin-left: auto;
	width: 80%;
}

@media only screen and (min-width: 1024px) {
	.update #links .links.site .site-link {
		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;
		height: 100%;
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) {
	.update #links .links.site .site-link .link-btn .btn {
		border: none;
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) {
	.update #links .links.site .site-link .link-btn .btn a {
		background: transparent;
	}
}

.update #links .links.site:hover {
	opacity: .8;
}

/************************************
	State
************************************/

.update .toggle-btn {
	margin-bottom: -1px;
	position: relative;
}

.update .toggle-btn .icon {
	display: block;
	height: 1.5em;
	width: 1.5em;
}

.update .toggle-btn .icon::before {
	background: url(../images/common/toggle_arrow_r.jpg) center no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1.5em;
	width: 1.5em;
}

.update .toggle-btn.is-active {
	margin-bottom: 0;
}

.update .toggle-btn.is-active .icon::before {
	background: url(../images/common/toggle_arrow_b.jpg) center no-repeat;
	background-size: contain;
}

.update .toggle-box {
	display: none;
}

.update .toggle-box.is-active {
	display: block;
}

/*# sourceMappingURL=update.css.map */
