/* =====================================
ソーシャルログイン
======================================== */
#social_reg {
	margin-bottom: 8%;
	padding: 6% 4%;
	background: #f8f8f8;
}
.social_reg_title {
	margin-bottom: 3%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.social_reg_title p {
	line-height: 1.2;
}
.social_description {
	font-size: 1.3rem;
	line-height: 1.4;
}
.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: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	text-decoration: none;
	margin-top: 4%;
	border-radius: 2px;
	height: 40px;
}
.social_btn.facebook {
	background: #1877f2;
    border: 1px solid #1877f2;
}
.social_btn.yahoo {
	background: #ff0034;
    border: 1px solid #ff0034;
}
.social_btn.line {
	background: #00b800;
    border: 1px solid #00b800;
}
.social_btn.google {
	background: #FFFFFF;
    border: 1px solid #CCCCCC;
}
#social_reg .social_btn.google {
	color: #333;
}
.social_btn .social_icon {
	padding: 5px 0;
	width: 8%;
	margin-right: 10px;
}
.social_btn .social_icon img{
	vertical-align: bottom;
}
.social_btn .social_icon.yahoo 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;
}
@media screen and (min-width:769px) {
	#social_reg {
		margin: 30px auto;
		padding: 40px 10px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        max-width: 1140px;
	}
	.social_reg_title {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#social_reg .social_reg_title p {
		line-height: 1.2;
		margin: 0;
		font-size: 1.8rem;
	}
	#social_reg .social_description {
		font-size: 14px;
		line-height: 1.4;
		margin: 10px;
		text-align: center;
	}
	#social_reg .social_btns ul {
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		width: 600px;
	}
    #social_reg .social_btns ul {
        width: 75%;
        width: 60%;
        flex-direction: row;
    }
	#social_reg .social_btns li {
		list-style: none;
		width: 240px;
		margin: 0 5px;
	}
	#social_reg .social_btn {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 40px;
		text-decoration: none;
		margin-top: 5%;
		border-radius: 2px;
	}
	#social_reg .social_btn:hover {
		opacity: 0.9;
	}
	.social_btn .social_icon {
		width: 9%;
	}
	.social_btn .social_name {
		width: 60%;
		text-align: center;
		font-size: 1.2rem;
		line-height: 1;
		letter-spacing: 0;
	}
}

.social_success {
    text-align: center;
    padding: 3%;
    color: #369829;
    background: #d3f3cf;
    font-size: 1.4rem;
    margin: 5% 0;;
}
@media screen and (min-width:769px) {
    .social_success {
        margin: 0 auto 40px;
        padding: 15px;
        color: #369829;
        background: #d3f3cf;
        text-align: center;
        font-size: 15px;
        max-width: 1140px;
    }
}