@charset "utf-8";

/* ----------------------------------------------------
 全端末共通
---------------------------------------------------- */

/* 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;}


@font-face {
 font-family:'YuGothic M';
 src:local('Yu Gothic Medium')
}
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','游ゴシック Medium','Yu Gothic Medium','YuGothic M','游ゴシック','Yu Gothic','游ゴシック体',YuGothic, "ヒラギノ角ゴ 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;
}
div.error{
	color:#FF3333
}
div.hide{
	display:none
}
@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: 100vw;
	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 h1 img{ margin-right: 15px; max-width: 271px;}
.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 left 10px top 14px no-repeat;
	border: 1px solid #e0e0e0;
	width: 100%;
}
.login-box li:nth-of-type(1) input{
	background-image: url(../images/ico_user.png);
}
.login-box li:nth-of-type(2) 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;}

 /* ----------------------------------------------------
メディアクエリ設定 (tablet and PC) 769px～
---------------------------------------------------- */
@media only screen and (min-width: 769px){
	.copy{
		position: absolute;
	}
.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%;
		height: 100%;
		padding: 40px 15px 30px;
		min-height: auto;
		justify-content: flex-start;
	}
	.copy{
		position: relative;
	}
	.login-box{ width: 100%;}
	.ad{ display: none;}
	.login-box h1{
		display: flex;
		align-items: center;
		flex-direction: column;
		margin: 0 auto;
	}
	.login-box h1 img{ margin: 0 0 15px; }
	.login-box ul{ margin-top: 30px;}
	.login-box li input{ font-size: 1.6rem;}
/*smartPhone END*/
}


@media screen and (max-width: 450px) {
}



