@charset"euc-jp";

/* ---------------------------------------------------------
　会員登録ページ
--------------------------------------------------------- */

#social_reg {
	margin-bottom: 4rem;
	padding: 1.5rem 1rem;
	background: #f8f8f8;
}

.social_reg_title {
	margin-bottom: 3%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.social_reg_title .circle_icon {
	position: relative;
	text-align: center;
	width: 50px;
	height: 50px;
	background: #4479dd;
	color: #FFF;
	border-radius: 50%;
}

.social_reg_title .circle_icon span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	height: 1rem;
	line-height: 1;
}

.social_reg_title p {
	margin-left: 1rem;
}

.social_description {
}

.social_btns ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	margin-top: 3%;
}

.social_btns li {
	width: 100%;
	max-width: 300px;
}

#social_reg .social_btn {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	color: #FFF;
	text-decoration: none;
	margin-top: 4%;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 40px;
}

.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: 1.5rem;
	margin-right: 1rem;
}

.social_btn .social_icon img{
	vertical-align: middle;
}

.social_btn .social_name, .social_btn .social_name span{
	width: 60%;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: -0.02em;
	white-space: nowrap;
}

.social_success {
	text-align: center;
	padding: 3%;
	color: #369829;
	background: #d3f3cf;
	font-size: 1.4rem;
	margin: 5% 0;;
}

/*@media screen and (min-width:992px) {*/
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

@media screen and (min-width:768px) {
	/* 幅768px以上に適用されるCSS（タブレット）*/

	#social_reg {
		padding: 3rem 1rem;
	}

	.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 .social_description {
		text-align: center;
	}

	#social_reg .social_btns ul {
		margin: 0 auto;
		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;
		width: 600px;
	}

	#social_reg .social_btns ul {
		width: 75%;
		flex-direction: row;
	}

	#social_reg .social_btns li {
		list-style: none;
		width: 240px;
		margin: 0 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;
		margin-top: 5%;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}

	#social_reg .social_btn:hover {
		opacity: 0.9;
	}

	.social_btn .social_name {
		width: 60%;
		text-align: center;
		font-size: 1rem;
		line-height: 1;
		color: #FFF;
		letter-spacing: 0;
	}

	.social_success {
		margin: 0 0 40px;
		padding: 15px;
		color: #369829;
		background: #d3f3cf;
		text-align: center;
		font-size: 15px;
	}
}

@media screen and (min-width:992px) {
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	.social_reg_title .circle_icon span {
		font-size: 1.4rem;
	}

	#social_reg .social_reg_title p {
		font-size: 1.8rem;
	}

	.social_btn .social_name {
		font-size: 1.2rem;
	}
}

/* ---------------------------------------------------------
　ログインページ
--------------------------------------------------------- */
#login_wrap {
}

#login_wrap .login_type {
	margin-bottom: 8%;
	padding: 6% 4%;
	background: #f5f5f5;
}

#login_wrap .login_type:last-child {
	margin-top: 5%;
}

#login_wrap .login_type_title {
	font-size: 1.2rem;
	line-height: 1.2;
	margin-bottom: 3%;
	text-align: center;
}

#login_wrap .social_description {
	font-size: 1.3rem;
	line-height: 1.4;
}

/*ソーシャルログイン*/

#login_wrap .social_reg_title {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: 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_btn {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	height: 40px;
	color: #FFF;
	text-decoration: none;
	margin-top: 4%;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#login_wrap .social_btn:hover {
	opacity: 0.9;
}

#login_wrap .social_btn .social_name{
	font-size: 1.4rem;
}

@media screen and (max-width:320px) {
	/* 幅320px以下に適用されるCSS（iphone5/SE）*/

	#login_wrap .social_btn .social_name,
	#login_wrap .social_btn .side_none{
		font-size: 1rem;
	}
}

@media screen and (min-width:992px){
	/* 幅992px以上に適用されるCSS（PCサイズ以上） */

	#login_wrap .login_type {
		padding: 6% 20px;
	}

	#login_wrap .social_btns ul {
		display: flex;
		flex-wrap: wrap;
	}

	#login_wrap .social_btns li {
		width: 240px;
		margin: 0 auto;
	}

	#login_wrap .social_btn .social_icon {
		width: 9%;
	}

	#login_wrap .social_btn {
		height: 40px;
		padding: 0 0 0 8%;
	}

	#login_wrap .social_btn .social_name,
	#login_wrap .social_btn .side_none{
		font-size: 1.2rem;
	}

	#login_wrap .login_type_title {
		font-size: 1.8rem;
	}

	#login_wrap .social_description {
		font-size: 1.4rem;
		line-height: 1.4;
		margin: 10px;
		text-align: center;
	}

}