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

/* 共通モーダル設定 */


/* ログインモーダル */
.p-modal-snslogin .p-modal_head {
	text-align: center;
}
.p-modal-snslogin .p-modal_head .ttl {
	color: #9AABAF;
	font-size: 20px;
	margin-bottom: 10px;
}
.p-modal-snslogin .p-modal_head .sub {
	color: #21282A;
	font-size: 14px;
}
.p-modal-snslogin .p-modal_head .sub span {
	cursor: pointer;
	text-decoration: underline;
}
.p-modal-snslogin .p-modal-login-form {
    width: 518px;
    margin: 0 auto;
}
.p-modal-snslogin .p-modal-login-form__row {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.p-modal-snslogin .p-modal-login-form__row img {
	top: 50%;
	width: 23px;
	transform: translate(0, -50%);
	left: 15px;
	position: absolute;
}
.p-modal-snslogin button.c-btn--registerFrom {
	width: 100%;
	height: 50px;
	font-weight: normal;
	font-size: 18px;
	margin: 30px 0 0 0;
}
.p-modal-snslogin .c-form-inputText {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding: 0 50px;
}
.p-modal-snslogin .p-modal-oauth-ttl {
	text-align: center;
	font-size: 20px;
}
.p-modal-snslogin .p-modal-oauth p {
	text-align: center;
	font-size: 20px;
}
.p-modal-snslogin button {
	background: #fff;
	border: none;
	padding: 0;
}
.p-modal-snslogin button:hover {
	cursor: pointer;
	opacity: 0.6;
	transition: 0.7s;
}
.p-modal-snslogin button img {
	width: 74px;
}
.p-modal-snslogin .p-modal-oauth_sns_login_list {
	font-size: 0;
	text-align: center;
	margin: 40px 0 40px;
}
.p-modal-snslogin .p-modal-oauth_sns_login_list .p-modal-oauth_sns_login_item {
	display: inline-block;
	width: 74px;
}
.p-modal-snslogin .p-modal-oauth_sns_login_list .p-modal-oauth_sns_login_item + .p-modal-oauth_sns_login_item {
	margin-left: 37px;
}
.p-modal-snslogin .p-modal-oauth_sns_login-link {
	color: #21282A;
	font-size: 14px;
	margin-top: 40px;
	margin-bottom: 60px;
	text-align: center;
}
.p-modal-snslogin .p-modal-oauth_sns_login-link p + p {
	margin-top: 50px;
}
.p-modal-snslogin .p-modal-oauth_sns_login-link span {
	border-bottom: 2px solid #a4a5a5;
}
.p-modal-snslogin .p-modal-oauth_sns_login-link span:hover {
	cursor: pointer;
	opacity: 0.6;
	transition: 0.7s;
}
.p-modal-snslogin .p-modal-oauth small {
	font-size: 14px;
	color: #050c0f;
}
.p-modal-snslogin .p-login__alert-space {
	text-align: center;
	width: 86%;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 30px;
}

/* その他設定モーダル */
#js-other_login_modal_body {
	padding: 40px 0 0;
}
.p-modal-otherlogin {
	padding: 0 0 0 0;
}
.p-modal-otherlogin .p-modal-oauth-ttl {
	text-align: center;
	font-size: 20px;
	color: #91a5aa;
	padding: 0 0 40px 0;
}
.p-modal-otherlogin .p-modal-oauth__row {
	border-top: 2px solid #c4c4c8;
}
.p-modal-otherlogin .p-modal-oauth__row .label {
	font-size: 20px;
	color: #00a0c8;
}
.p-modal-otherlogin button {
	line-height: 1;
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	width: 100%;
	font-weight: normal;
	height: 70px;
	padding: 0;
}
.p-modal-otherlogin button:hover {
	cursor: pointer;
}


/* 新規登録モーダル */
.p-modal-register .p-modal_head{
	text-align: center;
	margin-bottom: 40px;
}
.p-modal-register .p-modal_head .ttl {
    color: #9AABAF;
    font-size: 20px;
    margin-bottom: 10px;
}
.p-modal-register .p-modal_head .sub {
    color: #21282A;
    font-size: 14px;
}
.p-modal-register .p-modal_head .sub span {
    cursor: pointer;
    text-decoration: underline;
}
.p-modal-register .p-modal-oauth {
	width: 518px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	text-align: center;
}
.p-modal-register .p-modal-login-form__row {
	display: block;
	margin-bottom: 20px;
}
.p-modal-register .c-form-inputText {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding: 0 50px;
}
.p-modal-register .p-modal-login-form__row img {
	top: 50%;
	width: 20px;
	transform: translate(0, -50%);
	left: 15px;
	position: absolute;
}
.p-modal-register .p-modal-login-form__row p {
	font-size: 15px;
}
.p-modal-register .c-btn {
	width: 100%;
	font-size: 18px;
	height: 50px;
	font-weight: normal;
}
.p-modal-register .c-btn.c-btn-color--pink {
	margin-bottom: 25px;
}
.p-modal-register .p-modal-random_button {
	padding: 0 40px;
	margin: 20px 0 40px;
	box-sizing: border-box;
}
.p-modal-register .p-modal-random_button button {
	line-height: 1;
	border: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #fff;
	background-color: #00a0c8;
	width: 100%;
	font-size: 18px;
	height: 50px;
	font-weight: normal;
	border-radius: 7px;
}
.p-modal-register .social .ttl{
	font-size: 1.4rem;
	margin-bottom: 3rem;
	padding: 0 2rem;
	position: relative;
}
.p-modal-register .social .ttl::before,
.p-modal-register .social .ttl::after{
	content: "";
	width: 142px;
	height: 1px;
	background: #D5DADB;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
.p-modal-register .social .ttl::before{
	left: 0;
}
.p-modal-register .social .ttl::after{
	right: 0;
}
.p-modal-register .social .social_list{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4rem;
}
.p-modal-register .social .social_list .list-item{
	width: 9rem;
	height: 9rem;
	border-radius: 50%;
	overflow: hidden;
}
.p-modal-register .social .social_list .list-item + .list-item{
	margin-left: 3rem;
}
.p-modal-register .social .social_list .list-item .button{
	margin: 0;
	padding: 0;
	border: none;
	background: #fff;
	cursor: pointer;
}
.p-modal-register .social .social_list .list-item .button img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}