@charset "utf-8";
/* CSS Document */

body {
	height:100%;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif,Meiryo,メイリオ;
	font-size:16px;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
	color: #333;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	position: relative;
	letter-spacing: normal;
	background: #f5f5f5;
	min-height: 100vh;
	position: relative;
}

#wrapper {
	width: 100%;
}

footer {
	position: absolute;
	bottom: 0;
	padding: 8px;
}

* {
	box-sizing: border-box;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


#all {
 display: flex;
  justify-content: center;
  align-items: center;
	padding: 15px;
}

.login_contact {
	width: 100%;
	padding: 30px 20px;
	margin: 100px auto 0;
	background: #fff;
	box-shadow: 0px 1px 4px -1.5px rgba(0, 0, 000, 0.5);
	box-sizing: border-box;
	text-align: center;
}

.login_contact h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px;
}

.tweeter_login {
  background: #63b5c8;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 12px;
	padding: 12px 10px;
	display: block;
	border-radius: 5px;
	clear: both;
	text-align: center;
	text-decoration: none;
	border: none;
	font-size: 15px;
	color: #fff;
}

.tweeter_login i {
	margin: 0 5px 0 0;
}

.mail_login p {
	margin: 0 0 10px;
}

.mail_login li {
	margin: 0 0 10px;
}

.mail_login_input {
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #e4e4e4;
	background-color: #fff;
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	-webkit-appearance: none;
	font-family: Meiryo,メイリオ,Osaka,"MS PGothic",arial,sans-serif;
	line-height: 1.5;
	width: 100%;
  border-radius: 5px;
  border: 1px solid #e0e8e8;
  padding: 10px 14px;
  height: 48px;
  background-color: #edf6f5;
}

.login_submit {
	width: 100%;
	padding: 12px 0px;
	border: 1px solid #68bab3;
	display: block;
	background: #68bab3;
	color: #fff!important;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 0;
	border-radius: 5px!important;
}

.his {
	margin: 0 0 7px 5px;
	font-size: 14px;
	color: #ff4646;
	display: inline-block;
	vertical-align: inherit;
}

.header_search.hs_pc {
	width: 290px;
	text-align: left;
}

.search_list {
	background: #fff;
	border: 1px solid #d6d6d6;
}

.search_list li {
	padding: 2px 5px;
	font-size: 14px;
}

/* PC
------------------------------ */
@media screen and (min-width:1100px) {
	
.login_contact {
	width: 400px;
	margin: 100px auto 0;
	padding: 40px;
	background: #fff;
	box-shadow: 0px 1px 4px -1.5px rgba(0, 0, 000, 0.5);
	box-sizing: border-box;
}
	
}