html, body{
	width:100%;
	height:100%;
}

.halfArea{
	height: 100vh;
	padding-top: 0;
}

.row{
  margin: 0;
}


/*---------- 左側 ----------*/

.container{
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (min-width:992px) {
	h1 img{
		width:270px;
	}
}

@media screen and (max-width:991px) {
	h1 img{
		width:200px;
	}
}

p.input-area{
	padding: 0;
}

@media (max-width: 576px) {
  .input-area{
	  width: 100%;
  }
}

#msg-area{
	margin-left: 15px;
  margin-right: 15px;
}

.forgot-pass, .sign-up{
	font-size: 14px;
}

/*---------- 左側 ----------*/
.left-area{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 991px) {
	.halfArea.left-area{
		height: auto;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.halfArea.left-area{
		padding-bottom: 20px;
	}
}
/*---------- 右側 ----------*/
.right-area{
	display: flex;
	flex-direction: column;
	background: #EFEEE9;
	background: #EFEEE9;
	padding: 0;
	background-image: url(../../img/bg_login.png);
	background-repeat: no-repeat;
	background-position:bottom -2px center;
	background-size:auto 272px;
}
.right-cont {
	transform:translateY(49%);
}

h2{
	color: #4e4644;
	font-size: 34px;
	line-height: 64px;
	margin-bottom: 20px;
	font-weight: bold;
}

h2 strong{
	font-size: 53px;
	color: #3C93AD;
}

div.sns-icons > ul > li{
	list-style-type: none;
}

div.sns-icons > ul {
	padding: 0;
}

/* ul{
	list-style-type: none;
	font-size: 14px;
	justify-content: space-around;
}

ul li{
	padding-top: 13px;
	padding-bottom: 13px;
	color: #514644;
	background: #f8f8f7;
	width: calc(160px + 13px * 2);
	font-weight: 500;
}

li strong{
	color: #3c93ad;
	font-weight: 500;
} */


.feature-middle{
	margin-right: 1rem;
	margin-left: 1rem;
}

.about{
	margin-top: 4rem;
}

.about > img{
	width: 100%;
}

.serive-site{
	display: inline-block;
	margin-top: 4rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	box-shadow:none;
	background-color:#108CA6;
	color: #fff;
	border-radius: 4px;
	font-size: 1.8rem;
	}

.serive-site:hover{
	background: #0D7489;
	text-decoration: none;
	}
@media (max-height: 626px) {
	.right-area{
		background-position:bottom -15% center;
	}
	.right-cont {
		transform:translateY(20%);
	}
}
@media screen and (max-width: 991px) {
	.halfArea.right-area{
		height: auto;
		padding-top: 20px;
	}
	.right-area{
		background-position:bottom -2px center;
		background-size:100% auto;
	}
	.right-cont {
		transform:translateY(0);
	  margin-top: 0;
		margin-bottom: 290px;
	}
}
@media screen and (max-width: 767px) {
	.right-area{
		background-position:bottom -2px center;
	}
	.right-cont {
		margin-bottom: 180px;
	}
}
