@charset"euc-jp";

/* ---------------------------------------------------------
　会員登録ページ
--------------------------------------------------------- */
#social_reg {
	margin: 25px 0 25px;
	padding: 30px 10px;
	background: #f5f5f5;
}

.social_reg_title {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.social_reg_title .circle_icon {
	display: block;
	position: relative;
	width: 40px;
	height: auto;
	background: #4479dd;
	color: #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.social_reg_title .circle_icon:after {
	content: "";
	display: block;
	padding-top: 100%;
}

.social_reg_title .circle_icon span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	font-size: 14px;
}

#social_reg .social_reg_title p {
	padding-left: 2%;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	font-size: 18px;
}

#social_reg .social_description {
	font-size: 14px;
	line-height: 1.4;
	margin: 10px;
	text-align: center;
}

#social_reg .social_btns ul {
	margin: 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
    flex-wrap: wrap;
}

#social_reg .social_btns li {
	list-style: none;
	width: 240px;
	margin: 5px;
}

#social_reg .social_btn {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    justify-content: center;
	height: 40px;
	color: #FFF;
	text-decoration: none;
	padding: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#social_reg .social_btn:hover {
	opacity: 0.9;
}

.social_btn.facebook {
	background: #1877f2;
}

.social_btn.yahoo {
	background: #ff0034;
}

.social_btn.line {
	background: #00b800;
}

.social_btn.google {
	background: #3689ef;
}

.social_btn .social_icon {
	width: 10%;
}

.social_btn .social_name {
	width: 65%;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	color: #FFF;
	letter-spacing: 0;
}

.social_success {
	margin: 25px 0 15px;
	padding: 10px;
	color: #369829;
	background: #d3f3cf;
	text-align: center;
	font-size: 15px;
}

.alert_save_data {
	display: none;
	text-align: center;
	padding: 7px;
	color: #369829;
	background: #d3f3cf;
	font-size: 15px;
	margin: 15px 0 10px;
	letter-spacing: 0;
}

/* ---------------------------------------------------------
　ログインページ
--------------------------------------------------------- */


#login_wrap {
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 0;
	background: #fafafa;
}

#login_wrap .login_type {
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
}

#login_wrap .login_type:first-child {
	border-right: 1px solid #ddd;
}

#login_wrap .login_type_title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#login_wrap input[type="text"],
#login_wrap input[type="email"] {
	width: 100%;
}


/*ソーシャルログイン*/

#login_wrap .social_reg_title {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#login_wrap .social_reg_title .circle_icon {
	display: block;
	position: relative;
	width: 40px;
	height: auto;
	background: #082b61;
	color: #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#login_wrap .social_reg_title .circle_icon:after {
	content: "";
	display: block;
	padding-top: 100%;
}

#login_wrap .social_reg_title .circle_icon span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	font-size: 14px;
}

#login_wrap .social_reg_title p {
	padding-left: 2%;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
	font-size: 18px;
}

#login_wrap .social_description {
	font-size: 13px;
	line-height: 1.4;
	margin: 10px;
	text-align: center;
}

#login_wrap .social_btns ul {
	margin: 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#login_wrap .social_btns li {
	list-style: none;
	width: 240px;
	margin: 5px 0;
}

#login_wrap .social_btn {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    justify-content: center;
	color: #FFF;
	text-decoration: none;
    width: 100%;
    height: 40px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}


/* ---------------------------------------------------------
　サイドメニューログイン
--------------------------------------------------------- */

#secondary #login_wrap {
	padding: 10px 0 0;
	background: none;
    margin-left: -7px;
}

#secondary #login_wrap .login_type {
	width: 100%;
	padding: 0;
	margin-top: 5px;
	border: none;
}

#secondary #login_wrap .login_type_title {
	margin-bottom: 2px;
	font-size: 11px;
}

#secondary #login_wrap .social_btns li {
	width: 200px;
	margin: 4px 0 2px 6px;
}

#secondary #login_wrap .social_btn .side_none {
	display: none;
}

#secondary #login_wrap .social_btn {
    width: 100%;
    height: 25px;
}

#secondary #login_wrap .social_btn .social_icon {
    width: 8%;
}