@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Poppins:wght@500&display=swap');

/* ----------------------------------------------------
 全端末共通
---------------------------------------------------- */

/* common reset ==== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, ection, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}
a {
	-webkit-tap-highlight-color: transparent;
}
main {
	display: block;
	overflow: hidden;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* common ==== */
html {
	-webkit-text-size-adjust: 100%;
	/* フォントサイズ自動調整OFF */
	font-size: 62.5%;
	/* 10px */
	overflow-x: hidden;
}
body {
	color: #333333;
	/* letter-spacing : 0.04em; */
	font-size: 14px;
	font-size: 1.4rem;
	/* 14px */
	line-height: 1;
	position: relative;
	/* page top ボタン用 */
	overflow: hidden;
	font-family: 'Roboto', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
button, input, select, textarea, option {
	font-family: inherit;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
img {
	max-width: 100%;
	height: auto;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, YuGothic, "Original Yu Gothic", "Yu Gothic", sans-serif;
	}
}
/* ----------------------------------------------------
メディアクエリ設定 All
---------------------------------------------------- */
.wrapper {
	display: flex;
	font-size: 1.6rem;
	/*----▼背景画像：デフォルト時----*/
	background: url(../images/bg_default.jpg) right bottom / 95% auto no-repeat;
	/*----▲背景画像：デフォルト時----*/
}
.bgno {
	background: none;
}
.login, .ad {
	width: 50vw;
	height: 100vh;
	min-height: 580px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.login {
	background: #fff;
}
.login-box {
	max-width: 415px;
}
.login-box form {
	padding-bottom: 5%;
}
.login-box ul {
	margin: 40px 0 30px;
}
.login-box li {
	margin-bottom: 20px;
}
.login-box li input {
	padding: 15px 15px 15px 35px;
	border-radius: 3px;
	background: #f9f9f9 url(../images/ico_tenant.png)left 10px top 14px no-repeat;
	border: 1px solid #e0e0e0;
	width: 100%;
}
.login-box li:nth-of-type(2) input {
	background-image: url(../images/ico_user.png);
}
.login-box li:nth-of-type(3) input {
	background-image: url(../images/ico_pass.png);
}
.login-box button {
	width: 100%;
	background: #000;
	border-radius: 4px;
	text-align: center;
	padding: 15px 0;
	font-size: 2.4rem;
	cursor: pointer;
	color: #fff;
	transition: .3s;
}
.login-box button:hover {
	opacity: .7;
}
.copy {
	max-width: 415px;
	position: absolute;
	bottom: 5%;
	left: 50%;
	text-align: center;
	font-size: 1.2rem;
	color: #666666;
	transform: translate(-50%, 0);
}
.copy img {
	max-width: 131px;
}
.copy p {
	margin-top: 20px;
}

.ad-box {
	width: 50vw;
	color: #fff;
	line-height: 1.8;
	font-size: 1.8rem;
	text-align: center;
	min-height: 580px;
}
.ad-box > section {
	display: flex;
	width: 100%;
	height: 100vh;
	justify-content: center;
	align-items: center;
	min-height: 580px;
	padding: 30px;
}
.ad-box .lead {
	font-size: 2.4rem;
	margin: 50px 0 30px;
}
.ad-box .btn {
	max-width: 250px;
	margin: 20px auto 0;
	width: 100%;
}
.ad-box .btn a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	padding: 5px 0;
	border-radius: 3px;
	transition: .3s;
}
.ad-box .btn a:hover {
	background: rgba(255, 255, 255, 0.4);
}
.item {
	display: none;
}



/*----▼背景画像：広告エリア----*/
.nest {
	background: #f9f9f9;
}
.datalympic {
	background: #fff url(../images/bg_datalympic19.jpg) center bottom -10% / contain no-repeat;
}
.vyndex {
	background: #000 url(../images/bg_vyndex.jpg) right 20% center/ cover no-repeat;
}
.waf18 {
	background: url("../images/bg_waf01.png") center top / 100% auto no-repeat, url("../images/bg_waf02.png") center bottom /100% auto no-repeat, #fff;
}
.datatime {
	background: #000 url(../images/bg_datatime.jpg) center center / cover no-repeat;
}
.tech {
	background: #000 url(../images/bg_tech.jpg) center center / cover no-repeat;
}
.mb60 {
	background: #000 url(../images/bg_mb60.jpg) center center / cover no-repeat;
}
.spa {
	background: #000 url(../images/bg_spa.jpg) center center / 100% auto no-repeat;
}
.svfc {
	background: #000 url(../images/bg_svfc.jpg) center center / cover no-repeat;
}
.waf2019 {
	background: #000 url("../images/bg_waf2019.jpg") center center / cover no-repeat;
}
.stp {
	background: url(../images/bg_stp.jpg) left bottom / 100% auto no-repeat, linear-gradient(to right, #dedfdf 43%, #ebebed 100%);
}
.dejiren {
	background: url("../images/bg_dejiren01.png") right top / 60% auto no-repeat, url("../images/bg_dejiren02.png") left bottom /auto 17vw no-repeat, #fff;
}
.updata20 {
	background: url("../images/bg_updata20_2.png") right 20px bottom 20px / 22% auto no-repeat, #fff;
}
.membership {
	background: url("../images/bg_membership.png") center center / cover no-repeat, #fff;
	color: #000;
}
.mb {
	background: url("../images/bg_mb02.png") center bottom 30px / 50% auto no-repeat, url("../images/bg_mb.jpg") center 0 /cover no-repeat;
}
.ds {
	background: url("../images/bg_ds.jpg") center bottom /cover no-repeat;
}
.dsc {
	background: url("../images/bg_dsc.jpg") center bottom /cover no-repeat;
}
.tp {
	background-image: linear-gradient(-25deg, rgba(18, 99, 168, 0.99608) 0%, rgb(76, 169, 180) 34%, rgb(255, 255, 255) 67%, rgb(255, 255, 255) 100%);
}
.membership02 {
	background: #84ba71;
}
.updata20-02 {
	background: #fff;
	color: #000;
}
.updata21 {
	background: url("../images/bg_updata21.jpg") 0 0 /cover no-repeat;
}
.chat {
	background: url("../images/bg_chat.png") center bottom 10% / 75% auto no-repeat, #fff;
	color: #000;
}
.academy {
	background: url("../images/img_academy.png") center bottom 5% / auto 35% no-repeat, url("../images/bg_academy.jpg") 0 0 / cover no-repeat;
	color: #000;
}
.sg {
	background: url("../images/bg_sg.jpg") 0 0 /cover no-repeat;
	color: #000;
	padding: 0 !important;
	position: relative;
	align-items: flex-start !important;
}
.sg::before {
	bottom: 0;
	left: 0;
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 50vh;
	background: url("../images/img_sg.png") right 0 bottom -2vh/ cover no-repeat;
}
.sg > * {
	position: relative;
	z-index: 1;
}
.sg > div {
	height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 5vh;
}
.sg h2 span {
	display: inline-block;
	font-weight: bold;
	font-size: 1.4vw;
	padding-bottom: 0.6vw;
	border-bottom: 2px solid #000;
	margin-bottom: 1vw;
}
.sg h2 img {
	width: 71%;
	margin: 0 auto;
}
.sg p {
	font-size: 1vw;
}
.sg .btn {
	max-width: none;
	width: 35%;
	margin-top: 1.5vw;
}
.sg .btn a {
	background: #000;
	font-size: 1vw;
	border-radius: 60px;
	font-weight: bold;
	padding: 0.5vw;
	position: relative;
	border: none;
}
.sg .btn a:hover {
	background: #666;
}
.sg .btn a::before {
	content: "";
	position: absolute;
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
	right: 1vw;
	margin: auto;
}
/*----▲背景画像：広告エリア----*/


/*----▼waf 個別設定----*/
.waf18 h2 {
	width: 40%;
	margin: 0 auto;
}
.waf18 .lead {
	color: #000;
	font-size: 1.8rem;
}
.waf18 .btn a {
	color: #000;
	border: 1px solid #b4b4b4;
}
.waf18 .btn a:hover {
	background: rgba(0, 0, 0, 0.1);
}

/*----▲waf 個別設定----*/

/*----▼データのじかん 個別設定----*/
.datatime p {
	color: #000;
}
.datatime .btn a {
	color: #000;
	border: 1px solid #000;
}
/*----▲データのじかん 個別設定----*/

/*----▼TECH BLOG 個別設定----*/
.tech p {
	color: #000;
}
.tech .btn a {
	color: #000;
	border: 1px solid #000;
}
/*----▲TECH BLOG 個別設定----*/

/*----▼spa 個別設定----*/
.spa > div {
	position: relative;
	width: 100%;
	height: 100vh;
}
.spa h2 {
	top: 0;
	left: 0;
	position: absolute;
	width: 50%;
	height: 39vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
.spa h2 img {
	max-width: none;
	width: 60%;
	text-align: center;
}
.spa .btn {
	position: absolute;
	top: 65%;
	right: 0;
	left: 0;
	margin: auto;
}
@media screen and (max-width: 1250px) {
	.spa h2 {
		height: 43vh;
	}
}
/*----▲svfc 個別設定----*/

/*----▼svfc 個別設定----*/
.svfc p {
	margin: 30px auto;
	max-width: 400px;
}
.svfc .btn a {
	color: #000;
	border: 1px solid #000;
}
/*----▲spa 個別設定----*/

/*----▼データリンピック 個別設定----*/
.datalympic {
	padding-bottom: 200px !important;
}
.datalympic p {
	color: #000;
	margin: 20px 0;
}
.datalympic .btn a {
	color: #000;
	border: 1px solid #000;
}
.datalympic .btn a:hover {
	background: rgba(0, 0, 0, 0.1);
}

/*----▼WAF2019 個別設定----*/
.waf2019 h2 {
	margin-bottom: 30px;
}
.waf2019 p {
	max-width: 500px;
	margin: 0 auto;
	text-align: left;
}
.waf2019 p + p {
	margin-top: 15px;
}

/*----▼STP 個別設定----*/
.stp > div {
	width: 90%;
	align-self: flex-start;
	margin: 10vw auto 0;
	padding: 3vw;
	background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-height: 700px) {
	.stp > div {
		margin-top: 7vw;
	}
}
.stp p {
	color: #000;
	margin-bottom: 1.2vw;
	font-size: 1.5vw;
	font-weight: bold;
}
.stp h2 {
	width: 80%;
	margin: 0 auto 2vw;
}
.stp .btn a {
	color: #000;
	border: 1px solid #000;
}
.stp .btn a:hover {
	opacity: .7;
}

/*----▼dejiren 個別設定----*/
.dejiren {
	padding-bottom: 200px !important;
}
.dejiren p {
	color: #000;
	margin-bottom: 20px;
	font-size: 2.4rem;
}
.dejiren p span::before,
.dejiren p span::after {
	content: "\22";
	color: #41F2C1;
}
.dejiren h2 {
	max-width: 400px;
	margin: 0 auto 30px;
}

.dejiren .btn a {
	color: #000;
	border: 1px solid #000;
}
.dejiren .btn a:hover {
	opacity: .7;
}

/*----updata20 個別設定----*/
.updata20 {
	align-items: flex-start !important;
	justify-content: flex-start !important;
	color: #000;
	text-align: left;
}
.updata20 > div {
	height: 100vh;
}
.updata20 h2 {
	width: 50vw;
	height: 45vh;
	background: url(../images/bg_updata20_1.png) left bottom / auto 100% no-repeat;
	margin: -30px 0 20px -30px;
	padding: 0 30px 0 50px;
	display: flex;
	align-items: center;
}
.updata20 h2 img {
	width: 60%;
	min-width: 350px;
}
.updata20 .txt-box {
	display: inline-block;
}
.updata20 dl {
	line-height: 1.6;
	margin-left: 31px;
}
.updata20 dt {
	font-weight: bold;
	font-size: 3vw;
}
.updata20 dd {
	font-weight: bold;
	font-size: 1.5vw;
}
.updata20 .btn {
	max-width: none;
	display: inline-flex;
	justify-content: flex-end;
}

.updata20 .btn a {
	color: #000;
	background: #fff;
	border: 1px solid #000;
	border-radius: 100px;
	padding: 5px 65px 5px 1.5vw;
	position: relative;
	font-weight: bold;
	font-size: 1.2vw;

}
.updata20 .btn a::before,
.updata20 .btn a::after {
	content: "";
	position: absolute;
	display: block;
	background: #000;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}
.updata20 .btn a::before {
	width: 35px;
	height: 2px;
}
.updata20 .btn a::after {
	width: 2px;
	height: 10px;
	top: -8px;
	right: 17px;
	transform: rotate(-40deg);
}
.updata20 .btn a:hover {
	opacity: .7;
}



/*----mootionboard----*/
.mb {
	padding: 0 !important;
}
.mb > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 30%;
}
.mb p:first-child {
	font-weight: bold;
	font-size: 1.5vw;
}
.mb h2 {
	width: 70%;
	margin: 30px auto 15px;
}
.mb .badge {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 30px 3%;
}
.mb .badge figure {
	max-width: 100px;
	margin-right: 2%;
}
.mb .badge p {
	font-size: 0.8vw;
	text-align: left;
}
.mb .btn a {
	background: rgba(255, 255, 255, 1);
	color: #192b7d;
}
.mb .btn a:hover {
	color: #fff;
}

/*----dr.sum----*/
.ds {
	padding: 0 !important;
}
.ds > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 30%;
}
@media screen and (max-height: 700px) {
	.ds > div {
		padding-bottom: 15%;
	}
}
.ds p:first-child {
	font-weight: bold;
	font-size: 1.5vw;
}
.ds h2 {
	width: 60%;
	margin: 10px auto 15px;
}
.ds .badge {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 30px 3%;
}
.ds .badge figure {
	max-width: 100px;
	margin-right: 2%;
}
.ds .badge p {
	font-size: 0.8vw;
	text-align: left;
}
.ds .btn a {
	background: rgba(255, 255, 255, 1);
	color: #192b7d;
}
.ds .btn a:hover {
	color: #fff;
}

/*----updata20-02 個別設定----*/
.updata20-02 {
	padding: 30px 0 !important;
}
.updata20-02 .main {
	margin: 0.5% 0;
}
.updata20-02 .main img {
	max-width: none;
	width: 100%;
	vertical-align: bottom;
}
.updata20-02 .logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.updata20-02 .logo h2 {
	width: 53%;
}
.updata20-02 .logo h2 img {
	max-width: none;
	width: 100%;
}
.updata20-02 .logo p {
	font-weight: bold;
	width: 45%;
	font-size: 1.2vw;

}
.updata20-02 .txt-box {
	display: flex;
	text-align: left;
}
.updata20-02 .txt-box dl {
	flex: 1;
	font-size: 1vw;
}
.updata20-02 .txt-box dt {
	font-weight: bold;
	font-size: 1.8vw;
}
.updata20-02 .txt-box dd span {
	font-weight: bold;
	font-size: 1.3vw;
}
.updata20-02 .txt-box div {
	width: 25%;
	margin-left: 3%;
}
.updata20-02 .txt-box div img {
	max-width: none;
	width: 100%;
}
.updata20-02 .txt-box a {
	display: block;
	transition: .3s;
}
.updata20-02 .txt-box a:hover {
	opacity: 0.7;
}
@media screen and (max-height: 700px) {
	.updata20-02 .main {
		background: #000;
	}
	.updata20-02 .main img {
		width: auto;
		max-height: 300px;
	}
	.updata20-02 .txt-box div {
		max-width: 150px;
	}
}

/*----membership 個別設定----*/
.membership {
	padding: 0 !important;
}
.membership > div {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 3% 0;
}
.membership h2 {
	width: 75%;
	margin: 0 auto;
	text-align: left;
}
.membership h2 img {
	width: 65%;
}
.membership figure {
	width: 75%;
	margin: 0 auto;
}
.membership p {
	line-height: 1.6;
	font-size: 1vw;
	font-weight: bold;
}
.membership .btn a {
	border: none;
	background: #cd2b1e;
}
.membership .btn a:hover {
	background: #cd2b1e;
	opacity: 0.7;
}
/*----dr.sum Cloud----*/
.ad-box > .dsc {
	padding-bottom: 5vw;
}
.dsc h2 {
	width: 76%;
	margin: 0 auto 2vw;
}
.dsc dl {
	width: 76%;
	margin: 0 auto;
	text-align: left;
}
.dsc dt {
	font-weight: bold;
	margin-bottom: 1.5vw;
	font-size: 1.3vw;
}
.dsc dd {
	font-size: 1vw;
	margin-bottom: 1.5vw;
}

/*----transprint----*/
.tp h2 {
	width: 70%;
	margin: 3vw auto 1.5vw;
}
.tp h2 + p {
	color: #333;
	font-weight: bold;
	font-size: 1.3vw;
	line-height: 1.5;
	margin-bottom: 2vw;
}
.tp h2 + p span {
	font-weight: bold;
	font-size: 2vw;
}
.tp .btn a {
	background: #438b97;
	border-radius: 10px;
}
.tp .btn a:hover {
	color: #333;
}
.tp figure {
	text-align: center;
	width: 50%;
	margin: 3vw auto 0;
}

/*----membershipDay----*/
.membership02 h2 {
	line-height: 1.4;
	font-weight: bold;
	font-size: 1.5vw;
	margin-bottom: 2%;
}
.membership02 h2 img {
	width: 80%;
}
.membership02 figure {
	width: 80%;
	margin: 0 auto 1%;
}
.membership02 p {
	font-weight: bold;
	font-size: 2vw;
	line-height: 1;
	margin-bottom: 1%;
}
.membership02 p span {
	font-weight: bold;
	font-size: 1.5vw;
	margin-left: 2%;
}
.membership02 .btn a {
	background: #cc0000;
	border-color: #cc0000;
	font-weight: bold;
}
.membership02 .btn a:hover {
	background: #fff;
	color: #cc0000;
}

/*----updata21----*/
.updata21 h2 {
	width: 40%;
	position: absolute;
	top: 16vw;
	left: 19%;
}
.updata21 p {
	position: absolute;
	width: 40%;
	bottom: 0.5vw;
	right: 1vw;
}
.updata21 p img {
	image-rendering: -webkit-optimize-contrast;
}
.updata21 .btn {
	position: absolute;
	max-width: none;
	width: 30%;
	top: 22vw;
	left: 27%;
}
.updata21 .btn a {
	border-radius: 60px;
}
.updata21 .btn a span {
	position: relative;
	font-weight: bold;
	font-size: 1vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.updata21 .btn a span::after {
	content: "";
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 3%;
}


/*----chat----*/
.chat {
	text-align: left;
	justify-content: flex-start !important;
	align-items: flex-start !important;
}
.chat h2 {
	font-weight: bold;
	font-size: 2vw;
	line-height: 1.5;
	padding: 3vw 0 0 0;
}
.chat h2 span {
	font-weight: bold;
	font-size: 2.5vw;
	color: #4faafe;
}

/*----academy----*/
.academy > div {
	padding-bottom: 15vw;
}
.academy h2 {
	width: 70%;
	margin: 0 auto 3%;
}
.academy p {
	font-size: 1vw;
}
.academy .btn a {
	background: #3587a4;
	border-color: #3587a4;
}
.academy .btn a:hover {
	color: #3587a4;
}

/*----nest----*/
.nest {
	color: #000;
	padding: 0 !important;
	flex-direction: column;
	justify-content: space-around;
}

.nest img {
	max-width: none;
	width: auto;
	height: 100%;
}

.nest h2 {
	width: auto;
	height: 18vh;
	margin: 0 auto;
}

.nest figure {
	height: 38vh;
	margin-top: 1vh;
}

.nest p {
	font-size: 1vw;
	font-weight: bold;
	margin-top: 1vh;

}

.nest .btn {
	max-width: none;
	width: 50%;
	margin-top: 2vh !important;
}

.nest .btn a {
	background: #d70d1b;
	border: 1px solid rgba(255, 255, 255, 0);
	font-weight: bold;
	font-size: 1.2vw;
	padding: 0.5vw;
}

.nest .btn a:hover {
	background: #fff;
	color: #d70d1b;
	border-color: #d70d1b;
}

.ad-box > .nc {
	background: url(../images/bg_nc.jpg) center bottom / cover no-repeat;
	align-items: flex-end;
	padding: 0 0 3vw;
}
.nc p {
	color: #cc1323;
	font-weight: bold;
	position: absolute;
	top: 4.5vw;
	right: 0;
	left: 0;
	margin: auto;
	font-size: 3vw;
	text-shadow: #fff 1px 1px 15px, #fff -1px 1px 15px,
		#fff 1px -1px 15px, #fff -1px -1px 15px;
	;
}
.nc h2 {
	width: 90%;
	margin: 0 auto;
}
.nc .btn {
	max-width: none;
	width: 50%;
}
.nc .btn a {
	background: #d70d1b;
	border: 1px solid rgba(255, 255, 255, 0);
	font-weight: bold;
	font-size: 1.5vw;
	padding: 0.5vw;
}
.nc .btn a:hover {
	background: #fff;
	color: #d70d1b;
	border-color: #d70d1b;
}

.updata23 {
	background: url(../images/bg_updata23.jpg) 0 0 / 100% auto no-repeat, #ffde00;
	color: #000;
	padding: 0 !important;
	align-items: flex-end !important;
	line-height: 1;
	font-family: "Poppins", "Noto Sans JP", sans-serif;
}

.updata23 h2 {
	width: 29.629vw;
	margin-bottom: 1.8518vw;
}

.updata23 .tit-data {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 36.29629vw;
	letter-spacing: 0.04em;
}

.updata23 .tit-data dt {
	text-align: center;
	font-weight: bold;
	border-radius: 100px;
	font-size: 0.9629vw;
	border: 0.148145vw solid #000;
	padding: 0.444vw 0;
}

.updata23 .tit-data dd {
	font-size: 1vw;
	padding: 0.2222vw 1.1111vw 0.370387vw;
	border-bottom: 0.22222vw solid #000;
	font-family: "Noto Sans JP", sans-serif;
}

.updata23 .tit-data dd span {
	font-size: 3.33333vw;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	position: relative;
	bottom: -0.25vw;
}

.updata23 .tit-data dd p {
	font-weight: bold;
}

.updata23 .tit-data .day01 dd {
	display: inline-flex;
}

.updata23 .tit-data .day01 .place {
	font-size: 0.96295vw;
	align-self: center;
	line-height: 1.46;
	margin-left: 1.111vw;
	text-align: left;
}

.updata23 .tit-data .day02 p span:nth-child(2) {
	margin-left: 0.5vw;
}

.updata23 .btn {
	max-width: none;
	width: 100%;
	margin: 1.5vw auto 5vw;
}

.updata23 .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: #000;
	box-shadow: -0.37vw 0.37vw 0px 0px #07fbed;
	padding: 0;
	border-radius: 0.5925vw;
	font-size: 1.333vw;
	font-weight: 500;
	height: 5.185vw;
	position: relative;
	transition: .3s;
}

.updata23 .btn a:hover {
	background: #000;
	opacity: 0.7;
}

.updata23 .btn a::before,
.updata23 .btn a::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
}

.updata23 .btn a::before {
	right: 2.4444vw;
	width: 1.48145vw;
	height: 1.037vw;
	background: url(../images/ico_updata23_01.png) 0 0 / contain no-repeat;
}

.updata23 .btn a::after {
	left: 2.4444vw;
	width: 2.2222vw;
	height: 2.29629vw;
	background: url(../images/ico_updata23_02.png) 0 0 / contain no-repeat;
}
.assistant {
	background: #eee;
  }
  
  .assistant img {
	vertical-align: bottom;
  }
  
  .assistant .btn {
	max-width: none;
	margin: 0;
  }
  
  .assistant .btn a {
	padding: 0;
	border: none;
  }

/* ----------------------------------------------------
メディアクエリ設定 (tablet and PC) 769px～
---------------------------------------------------- */
@media only screen and (min-width: 769px) {

	.sp-only {
		display: none !important;
	}
	/*smartPhone END*/
}

/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 960px) {
	body {
		font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	}
	.pc-only {
		display: none;
	}
	.login {
		width: 100%;
		padding: 40px 15px 30px;
		min-height: auto;
		justify-content: flex-start;
	}
	.login-box {
		width: 100%;
	}
	.ad {
		display: none;
	}
	.login-box h1 {
		display: flex;
		align-items: center;
		flex-direction: column;
		margin: 0 auto;
	}
	.login-box ul {
		margin-top: 30px;
	}
	.login-box li input {
		font-size: 1.6rem;
	}
	.token-input {
		width: 2em;
		height: 68px;
		font-size: 1.5rem;
	  }
	  #backDiv {
		font-size: 1em;
	  }
	/*smartPhone END*/
	
}

/* add mbc settings */
div.error{
	color:#FF3333;
}

div.hide {
	display: none;
}

/* ----------------------------------------------------
メディアクエリ設定 (モバイルログインページ用)   0～568px
---------------------------------------------------- */
@media screen and (max-height: 568px) {
	.login-box li input {
		padding: 10px 10px 10px 35px;
		background-position: left 10px top 10px;
	}
	.login-box button {
		padding: 10px 0;
	}
	.copy {
		display: none;
	}
}
@media screen and (max-width: 450px) {}

/* for MFA */
.token-container {
	padding-top: 0.5em;
	padding-bottom: 2em;
	text-align: center;
  }
  .token-input {
	width: 2.5em;
	height: 45px;
	margin-top: 0.4em;
	padding: 0px;
	color: #2e2e2e;
	background-color: #ffffff;
	border: solid;
	border-radius: 0.2em;
	box-sizing: border-box;
	transition: background-color 0.3s ease-in-out;
	text-align: center;
	border-color: lightgray;
  }
  #backDiv {
	margin-top: 1.4em;
	font-size: 0.75em;
  }
  #back {
	color: #547ece
  }
  .token-input:focus {
	/*outline: 2px #cccccc solid;*/
	outline: none;
	border: 2px skyblue solid;
  }
  input[type='number'] {
	-moz-appearance: textfield;
}
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.token-msg {
	margin: 1em;
	margin-top: 2em;
	text-align: center;
}