﻿@charset "utf-8";

header{
	width: 100%;
	height: 115px;
}

.header_login{

}

.header_login p{
	display: inline-block;
    margin-top: 50px;
    margin-left: 50px;
    font-size: 28px;
    /*color: #0081c3;*/
	color: #006bb4;
    font-weight: bold;
}

.main{
	width: 100%;
	height: calc(100% - 116px);
}

.back_gradation{
	/*background: linear-gradient(-90deg, #00a395,#00a1d5);*/ /*色が暗い*/
	/*background: linear-gradient(-90deg, #00cfbd,#00a7dd);	/*色が明るい*/
	/*background: linear-gradient(-90deg, #00a1d5,#00a395);*/	/*TOPのボタン2種類*/
	/*background: -moz-linear-gradient(to left,#0c93cc,#0098c1 30%,#00a395); *//*3色指定*/
	/*background: -webkit-linear-gradient(to left,#0c93cc,#0098c1 30%,#00a395);
	background: linear-gradient(to left,#0c93cc,#0098c1 30%,#00a395);*/
	height: 100%;
	background-image: url(../img/login/gradation.png);
    background-repeat: no-repeat;
    /*background-size: 100% auto;*/
    background-size: 100% 250px;
    background-position: left top;
    padding: 0px 25px;
    padding-bottom: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.login_title{
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	font-size: 21px;
	text-align: center;
	display: inline-block;
    width: 100%;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 55px;
}

.login_main{
	max-width: 1070px;
    width: 100%;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255,255,255,0.82);
    box-shadow: 2px 2px 4px #a5a5a5;
	position: relative;
}

.login_icon{
	position: absolute;
	top: 13px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.login_icon img{
	width: 100%;
}


/*ログインフォーム関係*/
.form_login_box{
	max-width: 550px;
	padding-top: 150px;
	margin-left: auto;
    margin-right: auto;
}
.form_login_box div{
	display: inline-block;
	width: 100%;
}

.login_input{
	display: block;
    width: 100%;
    padding: 10px 10px;
    padding-left: 55px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
    font-size: 17px;
    color: #595757;
    background: transparent;
    border: 1px solid #7f7f80;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left 12px top 10px;
}

.login_input::placeholder{
	color: #b3b2b3;
}

/*	tinhnv   .login_input.mail{
	background-image: url(../img/login/login_mail_icon.png);
}

.login_input.pass{
	background-image: url(../img/login/login_pass_icon.png);
}*/

/*	tinhnv   */
.icon-email,.icon-password{
	width: 34px;
    position: absolute;
    margin-left: 10px;
    margin-top: 10px;
}

.login_btn{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	font-size: 21px;
	max-width: 415px;
	width: 100%;
    height: 60px;
    background: #60add2;
    color: #fff;
    border-radius: 30px;
	margin-top: 35px;
	box-shadow: 1px 1px 3px #a5a5a5;
}

.login_btn:active{
	background: #569bbd;
}

.pass_reset{
	text-align: right;
    margin-top: 10px;
    /*padding-right: 120px;*/
	color: #0063a9;
}
.pass_reset a{
	text-decoration: underline;
	cursor : pointer;
}

/*ポップアップ*/
.popup_box.pass_reset_pop{
	max-width: 520px;
}

.pop_pass_input{
	margin: 10px 0px;
}
.pop_pass_input input{
	width: 100%;
	padding: 10px 0px;
	padding-left: 45px;
	line-height: 30px;
	font-size: 15px;
	border: 1px solid #cecece;
    height: 49px;

	/*	tinhnv   background-image: url(../img/login/pop_img_pass.png);
    background-repeat: no-repeat;
	background-size: 30px;
    background-position: left 5px top 7px;*/
}

.btn.pop_form{
	margin-top: 15px;
    background: #60add2;
    max-width: 200px;
    width: 100%;
    margin-bottom: 20px;
}

.mb_only{
	display:none;
}
.btn_box{
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
.btn_top, .btn_bottom{
    width: 100%;
    color: white;
    padding: 10px;
    display: block;
    text-align: center;
}
.btn_top{
    background-color: #fb9983;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px white solid;
}
.btn_bottom{
    background-color: #a72205;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 1px white solid;
    margin-top: -21px;
    font-size: 12px;
}
.login_bottom_a{
	background: #ea9999ff;
	max-width: 400px;
	width: 100%;
	margin-top: 30px;
	border-radius: 15px;
	overflow: hidden;
}

.login_bottom_a .top_a_title{

}

.login_bottom_a .top_a_text{
	background: #e06666ff;
}

@media screen and (max-width: 1080px) {
	/*ヘッダー*/
	header{
		height: 85px;
	}
	.header_login p{
		margin-top: 25px;
	}

	/*メイン*/
	.main{
		height: auto;
	}
	.back_gradation{
		background-size: 100% 180px;
	}
	.login_main{
		max-width: 900px;
		height: 500px;
	}
	.login_title{
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.form_login_box{
		padding-top: 110px;
	}
}

@media screen and (max-width: 810px) {
	.login_main {
    	max-width: 650px;
	}
}
@media screen and (max-width: 768px) {

.main{
	height:100vh;
}


.login_main{
	width:90%;
}

.login_title{
	margin-top:20px;
}

.form_login_box {
	padding-top:100px;
}

}

@media screen and (max-width: 480px){
	.smart_hide{
		display: none;
	}
	.main{
		height:auto;
	}

	header{
		height:auto;
		padding:10px 0;
	}

	.header_login{
		text-align:center;
	}

	.header_login p{
	    font-size: 20px;
		margin:auto;
	}

	.login_title{
		padding-top:20px;
		font-size: 16px;
		margin:0 auto;
		line-height: 23px;
	}

	.back_gradation{
		background-size: 100% 23%;
	    width: 100%;
		padding: 0;
	}

	.login_main{
		margin-top:40px;
		padding:20px 1%;
		height:auto;
	}
	.login_icon{
		width: 55px;
		top: 5px;
	}
	.login_btn{
		max-width: 250px;
	    height: 45px;
	    font-size: 16px;
	    margin-top: 30px;
	    margin-bottom: 10px;
	}

	.form_login_box{
		/*padding-top:80px;*/
		padding:35px 15px 0px 15px;

	}
	input::placeholder {
		font-size: 14px;
	}
	.login_input{
		font-size: 14px;
		background-position: left 12px top 7px;
	}

	.pass_reset{
		text-align:center;
		padding:0;
	}

	.mb_only{
		display:block;
	}
	.err_box{
		font-size: 14px;
	}

	/*ポップアップ*/
	.popup_box.pass_reset_pop {
	    max-width: 330px;
	}
	.popup_box .popup_contents p.pop_text {
    	font-size: 13px;
	}
	.smart_pop_text{
		text-align: left;
    	padding: 0px 7px;
	}
	.popup_box .popup_contents p.pop_bold{
		padding: 0px 0px 10px;
	}
	.btn.pop_form{
		font-size: 14px;
	    max-width: 170px;
	    line-height: 33px;
	}
}

@media screen and (max-width: 375px) {
	input::placeholder {
		font-size: 13px;
	}
	.err_box {
    	font-size: 13px;
	}
}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {

}
