@charset "UTF-8";

/* ここからheader */
.navbar{
	top:0;
	width:1366px;
	height:80px;
	position:absolute;
}

.logo{
	top:23px;
	left:25px;
	width:114px;
	height:39px;
	position:absolute;
}

.title{
	top:17px;
	left:193px;
	position:absolute;
}

.maintitle{
	font-size:20px;
	font-weight:bold;
}

.subtitle{
	font-size:14px;
}

.about-us{
	top:18px;
	left:713px;
	position:absolute;
	color:#000;
	
	width:70px;
	text-align:center;
	margin:0 auto;
	
}

.survey{
	top:18px;
	left:837px;
	position:absolute;
	color:#000;
	
	width:70px;
	text-align:center;
	margin:0 auto;
}

.information{
	top:18px;
	left:962px;
	position:absolute;	
	color:#000;
	
	width:120px;
	text-align:center;
	margin:0 auto;	
}

.contact-us{
	top:18px;
	left:1134px;
	position:absolute;
	color:#000;
	
	width:90px;
	text-align:center;
	margin:0 auto;
}

.help{
	top:18px;
	left:1280px;
	position:absolute;
	color:#000;
	
	width:70px;
	text-align:center;
	margin:0 auto;
}

.about-us a,.survey a,.information a,.contact-us a,.help a{
	color:inherit;
	font-weight:bold;
	text-decoration:none;
}

.about-us a img,.survey a img,.information a img,.contact-us a img,.help a img{
	display:block;
	margin:auto;
}

/* ここまでheader */


html,body{
    margin: 0;
    font-family: "Yu Gothic UI", sans-serif;
}

.login-img {
    float: left;
    text-align: center;
    height: 640px;
    width: 916px;
    margin-top: 0;
    padding-top: 0;
}
.login-info {
    height: 718px;
    width: 450px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.fontA {
    font-size: 20px;
    margin-top: 50px;
}
.fontB {
    font-size: 14px;
}

#footer{
    text-align: center;
    width: 100%;
    position: absolute;
    height: 50px;
    top: auto;

}
#login-footer {
    height: 44px;
    text-align: center;
    /* [disabled]padding-top: 30px; */
    /* [disabled]padding-bottom: 30px; */
    width: 100%;
    /* [disabled]position: relative; */
    display: flex;
}


#pass_txt {
    width: 300px;
    height: 35px;
    margin-bottom: 100px;
    font-size: 16px;
}

#main {
    padding-bottom: 50px;
    width: 100%;
    padding-top: 110px;
}
#container {
    /* [disabled]position: relative; */
/*     max-width: 1366px;
    padding-bottom: 50px;
    text-align: center;
    height: 768px; */
    /* [disabled]min-width: 1366px; */
    /* margin-top: 0; */
	
	display: flex;
    width: 100%;
    min-height: 100%;
}



.fboxA {
    /* width: 1366px; */
    /* [disabled]height: 100%; */
 /*    max-width: 1366px; */
    /* [disabled]display: flex; */
}

.btn {
    color: #fff;
    background-color: rgba(219,0,0,1.00);
    font-size: 13pt;
    font-weight: 700;
    position: relative;
    display: inline-block;
    user-select: none;
    border-style: none;
    width: 400px;
    height: 50px;
    border-radius: 0.5em;
    /* [disabled]margin-top: 9px; */
}

.btn:hover{
    background-color: rgba(255,0,0,1.00);
}

.btn:active{
    top: 2px;
    bottom: 2px;



}



.concept-top {
    background-color: white;
    position: fixed;
    height: 220px;
    width: 1366px;
}
.concept-top div {
    font-size: 40px;
    color: #ffffff;
    position: absolute;
    top: 0;
    display: flex;
    width: 50%;
    height: 200px;
    margin: 0;
    align-items: center;
    justify-content: center;
}
.concept-top div p {
    text-align: left;
}



/*ここからコンセプトページのコンテンツ*/
span{
    color: red;
    font-weight: bold;
}

.concept-contents {
    width: 100%;
    margin-bottom: 0px;
    height: 400px;
    margin-top: 110px;
}
.concept-contentsB {
    width: 100%;
    height: 400px;
}


.concept-img  {
    width: 55%;
    float: left;
    text-align: center;
}

.concept-text {
    width: 40%;
    text-align: left;
    float: left;
	line-height:1.5;
}
.center {
    text-align: center;
}
.font-blue {
    color: blue;
    font-weight: bold;
}

#main2 {
    margin-top: -220px;
    padding-top: 220px;
}

#main3 {
    margin-top: -220px;
    padding-top: 220px;
}

#main4 {
    margin-top: -220px;
    padding-top: 220px;
}
.concept-contents .concept-text p {
    line-height: 1.7;
}

/* remodeling　since 20210906 */
.login-form{
	background-color:#EBF2F6;
    flex: 1 1 450px;
    position: relative;
    padding: 50px 65px 30px 55px;
}

.fboxA {
    font-size: 16px;
    color: #B1B1B1;
    position: absolute;
    top: 95%;
	left:33%;
}

.login-form-title{
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 15px;
    text-align: center;
}
.login-error-box{
    display: flex;
    padding: 9px 10px 10px;
    margin-top: -36px;
    margin-bottom: 10px;
    color: #DC0032;
    background: #FFF2F5;
    border: 2px solid #DC0032;
}
.login-error-box-left{
    margin-right: 10px;
}
.login-error-box-left i{
    font-size: 15px;
}
.login-error-box-right{
    padding-top: 1px;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}
.login-error-box-right span{
    display: block;
    margin-top: 5px;
}
.login-form-box{
    margin-bottom: 15px;
}
.login-form-box.radio-sub{
    padding-left: 30px;
	margin-bottom: 10px;
}
.login-form-box.radio-sub > .login-form-box-title{
    font-size: 14px;
}
.login-form-box-title{
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 3px;
	font-weight: bold;
}
.login-form-box-title .required{
	font-size: 11px;
    margin-left: 10px;
	color: #fff;
	background-color: #E13333;
	padding: 2px 6px;
	border-radius: 3px;
}
.login-form-box-title .any{
	font-size: 11px;
    margin-left: 10px;
	color: #fff;
	background-color: #999;
	padding: 2px 6px;
	border-radius: 3px;
}
input[type="text"].login-form-box-inpt,
input[type="password"].login-form-box-inpt{
    width: 100%;
    /* height: 50px; */
    padding: 15px 20px 14px;
    font-size: 16px;
}
.login-check-container{
    display: flex;
    margin-top: 30px;
	margin-bottom: -10px;
}
.login-check{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url("../lib/image/check.png");
    cursor: pointer;
}
.login-check.active{
    background-image: url("../lib/image/check_active.png");
}
.login-check-right1{
    line-height: 20px;
    margin-bottom: 2px;
}
.login-check-right2{
    font-size: 14px;
    line-height: 16px;
}
.login-info-link{
    font-weight: bold;
    text-decoration: none;
    color: #dc0032;
    cursor: pointer;
}
.login-btn,
.signup-btn {
    width: 100%;
    height: 50px;
    margin: 24px auto 0;
    background: #dc0032;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.after_sending_screen .signup-btn{
    width: 360px;
}

.login-btn:hover,
.signup-btn:hover{
	background-color:#C1002C;
}

.login-btn:active,
.signup-btn:active{
    top: 2px;
    bottom: 2px;
	transform: translateY(2px);
}

input[type="text"]{
    font-family: inherit;
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    outline: none;
}
input[type="text"]::placeholder{
    color: #C8C8C8;
}
input[type="text"]:-ms-input-placeholder{
    color: #C8C8C8;
}
input[type="text"]::-ms-input-placeholder{
    color: #C8C8C8;
}
input[type="password"]{
    font-family: inherit;
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    outline: none;
}
input[type="password"]::placeholder{
    color: #C8C8C8;
}
input[type="password"]:-ms-input-placeholder{
    color: #C8C8C8;
}
input[type="password"]::-ms-input-placeholder{
    color: #C8C8C8;
}
textarea{
    padding: 0;
    font-family: inherit;
    background: #fff;
    border: 1px solid #DDDDDD;
    outline: none;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea::placeholder{
    color: #C8C8C8;
}
textarea:-ms-input-placeholder{
    color: #C8C8C8;
}
textarea::-ms-input-placeholder{
    color: #C8C8C8;
}

.login-btn .w-24,
.login-btn-signup .w-24{
	width: 24px;
	display: inline;
	margin-right: 10px;
	margin-top: -5px;
	vertical-align: middle;
}
.login-btn-signup .w-24{
	color: #dc0032;
}
.login-btn.disabled{
    background: #CCCCCC;
    pointer-events: none;
}
.login-btn-signup{
    width: 100%;
    height: 50px;
    margin-top: 2px;
    line-height: 50px;
    background: #fff;
	border: solid 2px #dc0032;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #dc0032;
    cursor: pointer;
}
.login-btn-signup-title{
    font-size: 16px;
    line-height: 21px;
    margin-top: 30px;
	font-weight: bold;
}
.login-mes{
    margin-bottom: 10px;
    line-height: 19px;
}
.login-mes span{
    display: block;
    margin-top: 5px;
}

.login-forgot-password{
	margin-top:-5px;
	cursor:pointer;
}

/* add 20210909 */
.modal-info {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.modal-info-back{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.modal-info-content{
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    padding: 27px 30px 36px;
    background: #fff;
    border-radius: 4px;
}
.modal-info-close{
    position: absolute;
    right: 0px;
    top: 0px;
    transform: translate(50%, -50%);
    width: 50px;
	height: 50px;
    cursor: pointer;
	background-color:#DC0032;
	padding:16px;
	border-radius:25px;
}
.modal-info-header{
    font-size: 20px;
	font-weight: bold;
    line-height: 26px;
    margin-bottom: 8px;
	color: #000000;
}
.modal-info-hr{
    width: 100%;
    height: 1px;
    margin-bottom: 13px;
    background-color: #DC0032;
}
.modal-info-mes{
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px;
}
.modal-info-box{
    display: flex;
    margin-bottom: 26px;
}
.modal-info-box:last-child{
    margin-bottom: 0;
}
.modal-info-left{
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
}
.modal-info-box-title{
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 14px;
}
.modal-info-box-text{
    font-size: 16px;
    line-height: 27px;
}

.modal-info-box-text a.this{
	color: #DC0032;
	text-decoration: underline;
	cursor:pointer;
}

/* 20210910 add
Video greeting screen */
.door_only_title{
	text-align:center;
	font-size:18px;
	margin-top:15px;
}

.door_only_text{
	text-align:center;
	font-size:24px;
	margin-top:18px;
}

.disguise{
	margin-top:18px;
	text-align:center;
}

.door_only_centering{
	margin-top:18px;
	text-align:center;
}

.door_only_btn{
    color: #fff;
    background-color: rgba(219,0,0,1.00);
    font-size: 13pt;
    font-weight: 700;
    position: relative;
    display: inline-block;
    user-select: none;
    border-style: none;
    width: 200px;
    height: 50px;
    border-radius: 0.5em;	
}

.door_only_btn:hover{
    background-color: rgba(255,0,0,1.00);
}

.door_only_btn:active{
    top: 2px;
    bottom: 2px;
}
