﻿/*****************************************************************

	新規登録／ログインページ用スタイルシート定義.

*****************************************************************/
@charset "utf-8";

/* =============================================== */
/* 基本のボタンデザイン                            */
/* =============================================== */

.button-base {
	border-radius: 3px;
	padding: 10px 20px;
	font-size: 11pt;
	width: 90%;
	transition: 0.3s ease-in-out;
}

/* =============================================== */
/* 追加のボタン色                                  */
/* =============================================== */

/* ============================== */
/* Facebook(SNS)カラーのボタン色  */
/* ============================== */
.btn-facebook,
.btn-facebook.disabled, .btn-facebook:disabled {
	color: #fff;
	background-color: #3b5998;
	border-color: #3b5998;
}

/* focusされた時の枠線の色 */
.btn-facebook:focus, .btn-facebook.focus,
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus,
.show > .btn-facebook.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
.btn-facebook:hover {
	color: #fff;
	background-color: #2e4779;
	border-color: #273c67;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active,
.show > .btn-facebook.dropdown-toggle {
	color: #fff;
	background-color: #273c67;
	border-color: #203155;
}

/* ============================== */
/* Google+(SNS)カラーのボタン色   */
/* ============================== */
.btn-google,
.btn-google.disabled, .btn-google:disabled {
	color: #fff;
	background-color: #db4437;
	border-color: #db4437;
}

/* focusされた時の枠線の色 */
.btn-google:focus, .btn-google.focus,
.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus,
.show > .btn-google.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(219, 68, 55, 0.5);
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
.btn-google:hover {
	color: #fff;
	background-color: #cb3124;
	border-color: #ba2c21;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active,
.show > .btn-google.dropdown-toggle {
	color: #fff;
	background-color: #ba2c21;
	border-color: #a8271d;
}

/* ============================== */
/* LINE(SNS)カラーのボタン色      */
/* ============================== */
.btn-snsline,
.btn-snsline.disabled, .btn-snsline:disabled {
	color: #fff;
	background-color: #00b900;
	border-color: #00b900;
}

/* focusされた時の枠線の色 */
.btn-snsline:focus, .btn-snsline.focus,
.btn-snsline:not(:disabled):not(.disabled):active:focus, .btn-snsline:not(:disabled):not(.disabled).active:focus,
.show > .btn-snsline.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 185, 0, 0.5);
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
.btn-snsline:hover {
	color: #fff;
	background-color: #009e00;
	border-color: #008e00;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.btn-snsline:not(:disabled):not(.disabled):active, .btn-snsline:not(:disabled):not(.disabled).active,
.show > .btn-snsline.dropdown-toggle {
	color: #fff;
	background-color: #008e00;
	border-color: #007f00;
}

/* ============================== */
/* Twitter(SNS)カラーのボタン色   */
/* ============================== */
.btn-twitter,
.btn-twitter.disabled, .btn-twitter:disabled {
	color: #fff;
	background-color: #1da1f2;
	border-color: #1da1f2;
}

/* focusされた時の枠線の色 */
.btn-twitter:focus, .btn-twitter.focus,
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus,
.show > .btn-twitter.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(29, 161, 242, 0.5);
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
.btn-twitter:hover {
	color: #fff;
	background-color: #0d9af1;
	border-color: #0c94e8;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active,
.show > .btn-twitter.dropdown-toggle {
	color: #fff;
	background-color: #0c94e8;
	border-color: #0b88d5;
}

/* ============================== */
/* Yahoo(SNS)カラーのボタン色     */
/* ============================== */
.btn-yahoo,
.btn-yahoo.disabled, .btn-yahoo:disabled {
	color: #fff;
	background-color: #ff0033;
	border-color: #ff0033;
}

/* focusされた時の枠線の色 */
.btn-yahoo:focus, .btn-yahoo.focus,
.btn-yahoo:not(:disabled):not(.disabled):active:focus, .btn-yahoo:not(:disabled):not(.disabled).active:focus,
.show > .btn-yahoo.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 185, 0, 0.5);
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
.btn-yahoo:hover {
	color: #fff;
	background-color: #E0002C;
	border-color: #E0002C;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.btn-yahoo:not(:disabled):not(.disabled):active, .btn-yahoo:not(:disabled):not(.disabled).active,
.show > .btn-yahoo.dropdown-toggle {
	color: #fff;
	background-color: #ff0033;
	border-color: #ff0033;
}

/* ============================== */
/* リンク                         */
/* ============================== */

/* ボタン下リンク 中央揃え */
.supplementaryExplanation_area {
	padding: 10px;
	text-align: center;
	font-size: 12px;
}

@media screen and (min-width: 740px) {
	.supplementaryExplanation_area {
	}
}

/* リンク　右矢印 */
.supplementaryExplanation_link {
	color: var(--color-icon);
	font-weight: 600;
	padding: 3px 30px 3px 0px;
	border-bottom: 1px dashed var(--color-icon);
	position: relative;
	display: inline-block;
}

	.supplementaryExplanation_link:hover {
		opacity: 1;
	}

	.supplementaryExplanation_link::after {
		position: absolute;
		top: 3px;
		right: 3px;
		/* transform: translateY(-50%); */
		display: inline-block;
		width: 20px;
		height: 20px;
		content: '';
		background-image: url(../img/textArrow.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		transition: all .2s cubic-bezier(.34,1.61,.7,1.3);
	}

	.supplementaryExplanation_link:hover:after {
		opacity: 1;
		transform: translateX(5px);
	}

/* ============================== */
/* その他                         */
/* ============================== */

/* お問い合わせ確認 */
.textConfirmBox {
	background: var(--color-bg-light);
	padding: 15px 30px 40px;
	position: relative;
	width: 100%;
	font-size: 12px;
	box-shadow: inset 0px 0px 0 1px #6c6c6c;
	width: 90%;
	margin: 50px auto 30px;
}

@media screen and (min-width: 768px) {
	.textConfirmBox {
		font-size: 14px;
	}
}

.textConfirmBox::before {
	background-color: var(--color-font-light);
	color: var(--color-bg-light);
	content: "個人情報の取得に関する同意のご確認";
	font-weight: bold;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 15px;
	position: absolute;
	top: -17px;
	font-size: 13px;
	width: 100%;
	text-align: center;
	display: block;
	white-space: nowrap;
}

@media screen and (min-width: 768px) {
	.textConfirmBox::before {
		font-size: 15px;
		top: -19px;
	}
}

.textConfirmBox_inner {
	margin: 35px 0 30px;
	font-size: 12px;
	text-align: left;
}

.tf-c-button_Confirm {
	display: block;
	text-align: center;
	min-width: 120px;
	margin: 0 auto;
	padding: 10px 10px;
	border: none;
	border-radius: 5px;
	outline: none;
	background-color: var(--color-font-err);
	color: var(--color-bg-light);
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.2em;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0px 3px 0px 0px #8a041e;
}

/*モーダルを開くボタン*/
.modal-open___2 {
}

body.fixed {
	overflow: hidden;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container___2 {
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	transform: translateX(-50%);
	padding: 40px 20px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	/*cursor: pointer;*/
	z-index: 1000; /*他のスタッキングコンテキストとかち合った時用*/
}

	/*モーダル本体に「active」クラス付与した時のスタイル*/
	.modal-container___2.active {
		opacity: 1;
		visibility: visible;
	}
/*モーダル枠の指定*/
.modal-body___2 {
	position: relative;
	display: block;
	vertical-align: middle;
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
	border: 5px solid var(--color-font-base3);
	border-radius: 25px;
	box-shadow: 0px 5px 0px 0px var(--color-font-base3);
}
/*モーダルを閉じるボタンの指定*/
.modal-close___2 {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -24px;
	right: -22px;
	width: 40px;
	height: 40px;
	font-size: 27px;
	line-height: 1;
	cursor: pointer;
	color: var(--color-bg-light);
	background: var(--color-font-base);
	border: 2px solid var(--color-bg-light);
	border-radius: 50px;
	filter: drop-shadow(0px 0px 3px #333);
}
/*モーダル内のコンテンツの指定*/
.modal-content___2 {
	background: #fff;
	text-align: left;
	padding: 25px 20px;
	overflow-y: auto;
	height: calc(100vh - 190px);
	height: calc(100dvh - 190px);
	border-radius: 20px 20px 0 0;
}

	.modal-content___2::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
		border-radius: 7px;
		background-color: #f5f5f5
	}

	.modal-content___2::-webkit-scrollbar {
		width: 10px;
		background-color: #f9f9f9;
	}

	.modal-content___2::-webkit-scrollbar-thumb {
		border-radius: 7px;
		-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
		background-color: #ccc;
	}

.modal-content_inner___2 {
	font-size: 13px;
}

@media screen and (min-width: 768px) {
	.modal-content_inner___2 {
		font-size: 15px;
	}
}

.modal-title___2 {
	padding: 10px;
	background: #0385cd;
	color: #ffffff;
	border: 4px double #ffffff;
	text-align: center;
	border-radius: 5px;
	box-shadow: 2px 2px #b9ccd5;
	margin: 0 0 25px;
	position: relative;
	overflow: hidden;
	font-weight: 600;
}

	.modal-title___2:before {
		background-color: #fff;
		content: '';
		display: block;
		opacity: 0.1;
		transform: rotate(-50deg);
		position: absolute;
		bottom: -10px;
		right: -330px;
		width: 500px;
		height: 500px;
	}

	.modal-title___2:after {
		background-color: #fff;
		content: '';
		display: block;
		opacity: 0.2;
		transform: rotate(-70deg);
		position: absolute;
		bottom: -100px;
		right: -500px;
		width: 500px;
		height: 500px;
	}

@media screen and (min-width: 768px) {
	.modal-title___2:before {
		opacity: 0.3;
	}

	.modal-title___2:after {
		opacity: 0.3;
	}
}


.modal-content_text___2 p {
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	.modal-content_text___2 p {
		font-size: 13px;
	}
}

.privacy_title___2 {
	color: #0385cd;
	border-bottom: 1px solid #0385cd;
	padding: 0 0 0 0;
	margin: 20px 0 10px 0;
	font-weight: bold;
	width: 100%;
	position: relative;
}


.privacy_agree___2 {
	background-color: #fff1f1;
	/* text-align: center; */
	margin: 30px 0 20px;
	color: red;
	font-weight: 600;
	font-size: 12px !important;
	/* border: 1px solid; */
	padding: 10px;
}

@media screen and (min-width: 768px) {
	.privacy_agree___2 {
		font-size: 15px !important;
	}
}

/*モーダル内のフッターの指定*/
.modal-footer___2 {
	background: #fff;
	text-align: center;
	padding: 30px 0;
	border-top: 1px solid var(--color-font-base);
	border-radius: 0 0 20px 20px;
}

/* ============================== */
/* 下線                           */
/* ============================== */

.marker-normal {
	background: linear-gradient(transparent 80%, rgba(96, 194, 216, 0.4) 80%);
}

.marker-bold {
	background: linear-gradient(transparent 50%, rgba(96, 194, 216, 0.4) 50%);
}

.marker-all {
	background: linear-gradient(transparent 0%, rgba(96, 194, 216, 0.4) 0%);
}

/* ============================== */
/* リンク                         */
/* ============================== */

.common_link {
	color: var(--color-icon);
	font-weight: 600;
	border-bottom: 1px dashed var(--color-icon);
	position: relative;
	display: inline-block;
}

	.common_link:hover {
		opacity: 1;
		color: var(--color-font-light);
		border-bottom: 1px dashed var(--color-font-light);
	}

/*EOF*/
