@charset "utf-8";
/* CSS Document */
.pc {
	display:block;
}
.sp {
	display:none;
}
body,html,p {
	padding: 0;
	margin: 0;
}
body {
	font-family: "Noto Sans Japanese";
}
#wrap,#wrap_clear{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	transition:1s;
}
.wrap__bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:0;
	opacity:1;
}
.imgphoto1 {
	background:url(../img/img1.jpg)center no-repeat;
	background-size:cover;
}
/*.imgphoto1__blur {
	background:url(../img/img1blur.jpg)center no-repeat;
	background-size:cover;
}*/
.imgphoto2 {
	background:url(../img/img2.jpg)center no-repeat;
	background-size:cover;
}
/*.imgphoto2__blur {
	background:url(../img/img2blur.jpg)center no-repeat;
	background-size:cover;
}*/
.imgphoto3 {
	background:url(../img/img3.jpg)center no-repeat;
	background-size:cover;
}
/*.imgphoto3__blur {
	background:url(../img/img3blur.jpg)center no-repeat;
	background-size:cover;
}*/
.imgphoto4 {
	background:url(../img/img4.jpg)center no-repeat;
	background-size:cover;
}
/*.imgphoto4__blur {
	background:url(../img/img4blur.jpg)center no-repeat;
	background-size:cover;
}*/
.imgphoto5 {
	background:url(../img/img5.jpg)center no-repeat;
	background-size:cover;
}
/*.imgphoto5__blur {
	background:url(../img/img5blur.jpg)center no-repeat;
	background-size:cover;
}*/
.blkdot{
	background:url(../img/dot.png);
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.whiteline{
	position:absolute;
	width:100%;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
	box-sizing:border-box;
	z-index:2;
}
.whiteline__block{
	margin:auto;
	font-family: 'Open Sans', sans-serif;
}
.whiteline__block input {
	width:240px;
	border:none;
	background:rgba(255,255,255,0.7);
	padding:9px 12px;
	box-sizing:border-box;
	border:2px solid rgba(0,0,0,0);
	transition:  0.3s;
	font-size:14px;
	border-radius:6px;
}
.whiteline__block input.ok {
}
.whiteline__block input:hover {
	outline: none;
	background:rgba(255,255,255,0.6);
}
.whiteline__block input.ok:hover {
}
.whiteline__block input:focus {
	border:2px solid #b61c2b;
	outline: none;
	background:rgba(255,255,255,0.6);
}
.whiteline__block ::-webkit-input-placeholder {
	color:#777;
    font-weight:bold;
    font-size:14px;
	font-family: 'Open Sans', sans-serif;
}
.logo{
	margin-bottom:55px;
}
.logo img {
	width:145px;
	margin-top:5px;
}
.user{
	margin-bottom:10px;
}
.time{
	color: white;
	margin-bottom:10px;}
.password{
	position:relative;
	width:240px;
	margin:auto;
	margin-bottom:20px;
}
.password img {
	position:absolute;
	width:18px;
	right:15px;
	top:50%;
	transform:translateY(-50%);
	cursor:pointer;
	display:none;
}
.password .eyes.on {
	display:block;
}
.login{
	margin-bottom:10px;
}
.login input[type="submit"] {
	box-sizing:border-box;
	width:240px;
	background:rgba(255,255,255,0.7);
	font-size:14px;
	font-weight:bold;
	color:#777;
	padding:9px 12px;
	font-family: 'Open Sans', sans-serif;
	border:none;
	outline: none;
	transition:1s;
	border-radius:6px;
	opacity:.5;
}
.login input[type="submit"].on {
		opacity:1;
	background:#b61c2b;
	color:#fff;
	cursor:pointer;
}
.login input[type="submit"].on:hover {
}
.sub_wrap {
	display:table;
	margin:auto;
	width:440px;
	box-sizing:border-box;
}
.whiteline__autocheck{
	font-size:12px;
	margin:10px 0;
	box-sizing:border-box;
	text-align:center;
}
.whiteline__autocheck label {
	font-size:14px;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    position: relative;
    transition:0.5s;
}
.whiteline__autocheck label:hover {
	color:#ddd;
}
.whiteline__autocheck input {
    display: none;
}




.check__label {
	position: relative;
	display: inline-block;
	color:#fff;
}
.check__label.on {
	color:#fff;
}

.check__content {
	width:36px;
	height:18px;
	display: inline-block;
  cursor: pointer;
  position: relative;
  vertical-align:middle;
  border-radius: 30px;
  -webkit-transition: all .1s .4s;
	   -moz-transition: all .1s .4s;
	    -ms-transition: all .1s .4s;
	     -o-transition: all .1s .4s;
	        transition: all .1s .4s;
	overflow: hidden;
	margin-right:2px;
}
.check__content:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 20px;
	border:2px solid #ccc;
	background-color: #fff;
	box-sizing:border-box;
}
.check__content:after {
	content: "";
	display: block;
	position: absolute;
	background-color: transparent;
	top: 0;
	left: 0;
	box-sizing:border-box;
	border-radius: 20px;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
.check__input {
	display: none;
}
.check__circle {
	display: block;
	top: 50%;
	left: 6px;
	position: absolute;
	transform:translateY(-50%);
	width: 9px;
	height: 9px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	background-color: #aaa;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
.check__input:checked ~ .check__circle {
	left: 22px;
	background-color: #fff;
}
.check__input:checked ~ .check__content {
	border-color: transparent;
	-webkit-transition: all 0s;
	   -moz-transition: all 0s;
	    -ms-transition: all 0s;
	     -o-transition: all 0s;
	        transition: all 0s;
}
 
.check__input:checked ~ .check__content:after {
	background-color: #b61c2b;
	width: 100%;
	height:18px;
	box-sizing:border-box;
}

.outarea{
	width:100%;
	position:fixed;
	bottom:0px;
	left:50%;
	transform:translateX(-50%);
	height:calc(50% - 130px);
	background:rgba(255,255,255,.85);
}
.des{
	font-size:14px;
	color:#fff;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
}
.des a {
    color: #faf225;
}

.noid {
	position:absolute;
	text-align:center;
	width:100%;
	background:rgba(0,0,0,0.5);
	padding:10px;
	display:none;
}
.noid a {
	color:#fff;
	text-decoration:none;
	font-size:15px;
	border-radius:5px;
	transition:.5s;
	margin:0 auto;
	display:inline-block;
	position:relative;
	padding:5px 10px 5px 25px;
}
.noid a:after {
	position:absolute;
	content:"";
	display:block;
	width:2px;
	height:9px;
	background:#fff;
	left:15px;
	top:50%;
	margin-top:-6px;
	transform:rotate(135deg);
}
.noid a:before {
	position:absolute;
	content:"";
	display:block;
	width:2px;
	height:9px;
	background:#fff;
	left:15px;
	top:50%;
	transform:rotate(-135deg);
}
.outarea__info{
	overflow-Y:scroll;
	-webkit-overflow-scrolling: touch;
	position:absolute;
	width:100%;
	height:100%;
	box-sizing:border-box;
	color:#333;
	font-size:11px;
	padding:30px;
}
.info__wrap {
	display:table;
	width:100%;
}
.info__l{
	display:table-cell;
	width:40%;
	vertical-align:top;
	text-align:left;
	padding:15px;
	box-sizing:border-box;
	font-size:18px;
	line-height:1;
	color:#aaa;
}
.info_r{
	display:table-cell;
	width:60%;
	vertical-align:top;
}
.info_r__table{
	vertical-align:top;
	width:100%;
	border-collapse: collapse;
}
.info_r__table strong {
	font-size:13px;
	color:#b61c2b;
}
.info_r__table a {
	color:#b61c2b;
}
.info_r__table th {
	font-size:10px;
	line-height:2;
	white-space:nowrap;
	text-align:left;
	width:20%;
	color:#aaa !important;
}
.info_r__table td {
	width:80%;
}
.info_r__table th,
.info_r__table td{
	vertical-align:top;
	padding:15px;
	box-sizing:border-box;
	color:#555;
}
.info_r__table__tit{
	font-size:13px;
	margin-bottom:5px;
}
.info_r__table__read{
	font-size:12px;
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
  border-radius: 30px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 30px;
}
.openbt {
	display:none;
}
#error {
	color:#fff;
	position:absolute;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	top:50%;
	left:0;
	padding:4px;
	margin-top:-123px;
	background:rgba(205,51,51,0.9);
	width:100%;
}
#error.off {
	display:none;
}

.btn_line {
	margin-top: 12px;
	display: inline-grid;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0;
	color: #fff;
	height: 40px;
	box-sizing: border-box;
	background-color: #06C755;
	line-height: 40px;
	background-image: url(/img/MA/common/parts/btn_line_base.png);
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: 15px 50%;
	border-radius: 25px;
	background-size: 30px;
	width: 100%;
	max-width: 300px;
}

.line_linkage_dialog {
	display: none;
	opacity: 1;
	z-index: 1001;
	margin: 0;
	padding: 0;
	width: 90%;
	max-width: 360px;
	min-height: 200px;
	background: #FFF;
	box-sizing: border-box;
	padding: 12px 10px 12px;
	text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

	.line_linkage_dialog .close_btn {
		background-image: url('/img/ma/layout/parts/close.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 31px 31px;
		position: absolute;
		top: -10px;
		right: -5px;
		width: 31px;
		height: 31px;
	}


	.line_linkage_dialog .btn {
		float: left;
		width: 100%;
		border-radius: 5px;
		width: -webkit-calc( 100% );
		width: calc( 100% );
		background-color: #333333;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-webkit-box-shadow: 0 2px 2px rgba(51,51,51,0.20);
		-moz-box-shadow: 0 2px 2px rgba(51,51,51,0.20);
		-o-box-shadow: 0 2px 2px rgba(51,51,51,0.20);
		-ms-box-shadow: 0 2px 2px rgba(51,51,51,0.20);
		box-shadow: 0 2px 2px rgba(51,51,51,0.20);
		margin-top: 20px;
	}

		.line_linkage_dialog .btn a {
			display: block;
			margin: 0;
			padding: 13px 0;
			font-size: 12px;
			text-align: center;
			letter-spacing: 0;
			color: #fff;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			-o-border-radius: 5px;
			-ms-border-radius: 5px;
			border-radius: 5px;
			height: min-content;
			box-sizing: border-box;
			font-weight: bold;
		}

			.line_linkage_dialog .btn a:active {
				background-color: #222;
			}

		.line_linkage_dialog .btn a {
			background-color: #b8141d;
		}

			.line_linkage_dialog .btn a:active {
				background-color: #8f0109;
			}

@media screen and (max-width: 767px) {
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	body {
		-webkit-text-size-adjust: 100%;
	}
	#wrap,#wrap_clear{
	}
	
	.openbt {
	}
	.whiteline .des{
		max-width:300px;
		width:90%;
		margin:auto;
		box-sizing:border-box;
		display:block;
		text-align:center;
		padding:1.5vh 2vh;
	}
	.whiteline__block{
		display:block;
		margin:auto;
	}
	.logo{
		position:relative;
		display:block;
		padding:1vh 0px 5.2vh;
		margin-bottom:0px;
	}
	.logo img {
		width:40vw;
		max-width:150px;
		margin-top:5px;
	}
	.user{
		width:90%;
		max-width:300px;
		margin:auto;
		display:block;
		vertical-align:middle;
		padding:1.5vh 0;
	}
	.password{
		width:90%;
		max-width:300px;
		margin:auto;
		display:block;
		padding:0;
		margin-bottom:2vh;
	}
	.login{
		max-width:300px;
		width:90%;
		margin:auto;
		margin-top:2.5vh;
		padding-left:0px;
		display:block;
		vertical-align:middle;
	}
	.login button {
		width:100%;
		padding:1.5vh 3vw;
	}
	.sub_wrap {
		display:block;
		margin:auto;
		width:100%;
	}
	.whiteline__autocheck{
		margin:2vh 0 1vh;
		font-size:12px;
		position:initial;
		transform:translateX(0);
		display:block;
		text-align:center;
	}
	.whiteline__autocheck label {
		color:#fff !important;
	}
	.whiteline__block input {
		padding:1.5vh 12px;
		width:100%;
		box-sizing:border-box;
	}

	.copy p {
		display:none !important;
	}
	.outarea{
		position:initial;
		border:none;
		width:100%;
		bottom:auto;
		left:0;
		background:rgba(255,255,255,1);
		transform:translateX(0);
		height:auto;
		margin-top:6vh;
	}
	.outarea__info{
		position:initial;
		width:100%;
		box-sizing:border-box;
		padding:0 20px;
		font-size:11px;
		margin-top:0px;
	}
	.outarea.on .outarea__info{
		overflow-Y:scroll;
	}
	.des{
		display:none;
	}
	.info__wrap {
		display:block;
		width:100%;
	}
	.info__l{
		display:block;
		width:100%;
		text-align:left;
		padding:0;
		box-sizing:border-box;
		font-size:12px;
		font-weight:bold;
		padding:0;
		padding-top:20px;
	}
	.info_r{
		margin-top:3vh;
		display:block;
		width:100%;
	}
	.info_r__table{
		vertical-align:top;
		display:block;
		width:100%;
	}
	.info_r__table tbody,.info_r__table tr{
		display:block;
		width:100%;
	}
	.info_r__table th,
	.info_r__table td{
		vertical-align:top;
		padding:0px;
		box-sizing:border-box;
		display:block;
		text-align:left;
		margin-bottom:15px;
		width:100%;
		border-bottom:none;
	}
	.info_r__table th {
		margin-bottom:10px
	}
	.info_r__table__read{
		font-size:12px;
	}
	.info_r__table td{
		padding-bottom:15px;
		border-bottom:1px solid #ddd;
	}
	#error {
		color:#fff;
		position:absolute;
		font-size:3vw;
		text-align:center;
		top:auto;
		bottom:-3px;
		left:0;
		padding:.5vh 5vw;
		margin-top:0px;
		box-sizing:border-box;
		line-height:1.3
	}
	.noid {
		padding:0;
		z-index:2;
	}
	.noid a {
		max-width:500px;
		color:#fff;
		text-decoration:none;
		font-size:12px;
		line-height:6vh;
		margin:0 auto;
		display:inline-block;
		position:relative;
		padding:3px 0px 3px 25px;
	}
	.noid a:after {
		height:7px;
		margin-top:-5px;
	}
	.noid a:before {
		height:7px;
		margin-top:-1px;
	}
}
.overlay_logout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 1000;
    cursor: pointer;
}

.another-login-method {
	position: relative;
	max-width: 300px;
	margin: auto;
}

.hr-with-text {
	position: relative;
	text-align: center;
	margin: 1em 0;
}

	.hr-with-text::before,
	.hr-with-text::after {
		content: "";
		position: absolute;
		top: 50%;
		width: calc(46% - 25px);
		height: 1px;
		background: #fff;
	}

	.hr-with-text::before {
		left: 0;
	}

	.hr-with-text::after {
		right: 0;
	}

			.hr-with-text span {
			display: inline-block;
			color: #fff;
			padding: 0 0.5em;
			position: relative;
			z-index: 1;
		}

/* Apple Sign In Button Styles */
.apple-signin-container {
	text-align: center;
	margin: 12px auto;
	width: 100%;
}

.another-login-method .apple-signin-container {
	margin: 16px 0;
}

.apple-signin-btn {
	display: block;
	width: 100%;
	max-width: 300px;
	height: 40px;
	background: #fff;
	background-color: #fff;
	border: none;
	border-radius: 25px;
	color: #000;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0;
	line-height: 40px;
	cursor: pointer;
	margin: 0 auto;
	transition: all 0.2s ease;
	text-decoration: none;
	position: relative;
	z-index: 1000;
	opacity: 1;
	transform: none;
	box-sizing: border-box;
}

.apple-signin-btn:hover:not(:disabled) {
	background: #ebebeb;
	background-color: #ebebeb;
	transform: translateY(-1px);
}

.apple-signin-btn:active:not(:disabled) {
	background: #ddd;
	background-color: #ddd;
	transform: translateY(0);
}

.apple-signin-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	background: #f5f5f5;
	background-color: #f5f5f5;
	transform: none;
}

.apple-signin-btn:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.apple-logo {
	width: 18px;
	height: 18px;
	fill: currentColor;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.apple-signin-btn span {
	display: inline-block;
	width: 100%;
	text-align: center;
}

/* Mobile responsive */
@media screen and (max-width: 767px) {
	.apple-signin-container {
		width: 90%;
		max-width: 300px;
		margin: 2vh auto;
	}
	
	.another-login-method .apple-signin-container {
		width: 100%;
		margin: 2vh 0;
	}
	
	.apple-signin-btn {
		width: 100%;
		max-width: 300px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
		box-sizing: border-box;
	}
}