@charset "utf-8";

:root {
	--max-width: 960px;
}

/* CSS Document */

#header-common {
    border-bottom: solid 1px #DEDEDF;
}

#header-common .header_inner {
	width: var(--max-width);
	margin: auto;
	padding: 16px 0;
}

#main-content {
	width: var(--max-width);
	font-size: 16px;
	margin: 22px auto 58px;
}

#main-content #main-content-inner {
	width: var(--max-width);
	margin: 0 auto;
}

#main-content #main-content-inner a {
	color: #3695D6;
	text-decoration: none;
}

#main-content #main-content-inner a:hover {
	color: #FB4F65;
}

#main-content a#pagetop {
	position: fixed;
	bottom: 4%;
	right: 5%;
	display: none;
	/* ボタンの非表示対応 */
}

h2 {
	margin: 0 auto 11px;
	font-size: 21px;
	text-align: center;
	font-weight: 600;
}

h2 span {
	font-size: 16px;
}

.content-wrapper {
	display: grid;
	grid-template-columns: 712px 221px;
	justify-content: space-between;
}


.loginFormList {
	text-align: center;
	width: 100%;
}

.loginFormList label {
	font-size: 16px;
	font-weight: bold;
}

.loginFormList label span {
	font-size: 14px;
}

.mailInput {
	border: solid 1px #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 16px;
	width: 386px;
	height: 48px;
	margin: 8px auto 16px;
}

.mailInput::placeholder {
	font-family: sans-serif;
	font-size: 16px;
	color: #919191;
}

.signUpSection,
.loginSection {
	border: solid 1px #DEDEDF;
	border-radius: 4px;
	padding: 24px;
}

.signUpSection {
	text-align: center;
}

.loginSection h2 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}

ul.btnList {
	display: flex;
	margin: 15px 0 0;
	padding: 0 0 8px 0;
	flex-wrap: wrap;
	text-align: center;
	border-bottom: 1px dotted #c0c0c0;
	gap: 16px;
	justify-content: center;
}

ul.btnList {
	border-bottom: none;
}

ul.btnList li {
	margin: 0 0 6px;
	display: inline-block;
}

ul.btnList li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #252525;
	border-radius: 50px;
}

ul.btnList li a#socialLoginLineLink {
	background: #00B900;
	border-color: #00B900;
}

ul.btnList li a#socialLoginLineLink img {
	width: 28px;
	height: auto;
	margin: auto;
}

ul.btnList li a#socialLoginYahooLink {
	background: #FF0033;
	border-color: #FF0033;
}

ul.btnList li a#socialLoginYahooLink img {
	width: 36px;
	height: auto;
	height: auto;
	margin: auto;
}

ul.btnList li a#socialLoginAppleLink {
	background: #000000;
	border-color: #000000;
}

ul.btnList li a#socialLoginAppleLink img {
	width: 20px;
	height: auto;
	height: auto;
	margin: auto;
}

ul.btnList li a#socialLoginFacebookLink {
	background: #2579EE;
	border-color: #2579EE;
}

ul.btnList li a#socialLoginFacebookLink img {
	width: 25px;
	height: auto;
	height: auto;
	margin: auto;
}

ul.btnList li a#socialLoginGoogleLink {
	background: #4484ED;
	border-color: #4484ED;
}

ul.btnList li a#socialLoginGoogleLink img {
	width: 25px;
	height: auto;
	height: auto;
	margin: auto;
}

ul.btnList li a#socialLoginTwitterLink {
	background: #000000;
	border-color: #000000;
}

ul.btnList li a#socialLoginTwitterLink img {
	width: 25px;
	height: auto;
	position: relative;
	top: 12px;
}

.parts_submit_btn input[type="image"]:hover,
ul.btnList li a:hover,
#registration a:hover {
	opacity: 0.6;
}

#main-content #main-content-inner .policy_note {
	font-size: 14px;
}
#main-content #main-content-inner .policy_note a {
	color: #0071BE;
	font-size: 14px;
	text-decoration: underline;
}

.submitBtn {
	background: #D7373D;
	border: none;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	width: 386px;
	height: 56px;
	margin: 0 auto 16px;
}

.submitBtn:hover {
	opacity: 0.7;
	transition: 0.3s all ease-in-out;
}

/* footer */
footer {
	background: none;
	border-top: solid 1px #DEDEDF;
	font-size: 12px;
	width: 100%;
	padding: 20px 0;
}

.footer_inner {
	display: flex;
	justify-content: space-between;
	width: var(--max-width);
	margin: auto;
}

footer ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: var(--max-width);
	margin: auto;
}

footer ul li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #999;
}

footer ul li:first-child {
	border-left: none;
}

footer ul a {
	color: #1a1a1a;
	text-decoration: none;
}

footer address {
	float: none;
	display: inline-block;
	width: auto;
	color: #767676;
	font-size: 12px;
	font-style: normal;
	white-space: nowrap;
}


/*
2025/11/25
*/

#res_header.res_simple {
	border-top: none;
	border-bottom: none;
}


h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
}

.loginSection {
	margin-bottom: 46px;
}

.signUp_title {
	font-size: 18px;
	margin-bottom: 8px;
}


.signUp_note {
	background: #E2EFFF;
	font-size: 16px;
	margin-bottom: 35px;
	padding: 19px 15px;

}

