@charset "utf-8";
/*-------------------
共通class
--------------------------------------------------*/
@import url('/vc/base/usr/docs/css/common_smart.css');
/*--------------
■┓基本設定
┗┛
----------------------------------------------------------*/
body {
	font-size: 14px;
	font-size: 1.4rem;
}

/*########################################################################################

ヘッダー
header

########################################################################################*/
header {
	padding: 0 16px;
}
/*----------------------------
上部左ロゴ
----------------------------------------------------------*/
.hd_top {
	padding-top: 20px;
}
.hd_top h1 {
	background: none;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0;
	margin-bottom: 0;
	padding: 2px 0 0 0;
}
.hd_top > div {
	display: none;
}

/*########################################################################################

コンテンツ

########################################################################################*/
/*-----------------------------------------------------------------------------
■┓共通
┗┛
-----------------------------------------------------------------------------*/
.contents {
	padding: 16px;
}
.logout_contents {
	padding: 16px 16px 54px 16px;
}
/*----------------------------
見出し
----------------------------------------------------------*/
#main h2 {
	font-size: 20px;
	font-size: 2.0rem;
}

/*----------------------------
テーブルスタイル
----------------------------------------------------------*/
table.arrow {
	display: table;
	table-layout: fixed;
	width: 100%;
}
table.arrow th,
table.arrow td {
	display: block;
	padding: 8px;
	width: 100%;
}
table.arrow th{
	white-space: normal;
}
table.arrow td {
	display: block;
	padding: 8px;
	width: 100%
}
table.arrow td::before {
	display:none;
}

/*-----------------------------------------------------------------------------

■┓ログインボックス
┗┛
-----------------------------------------------------------------------------*/
.login_wrap {
	margin: 0 auto 24px;
}
.login_wrap > .login_box {
	flex-direction: column;
}
.login_box > .left_container {
	border-right: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
.login_box > .left_container > .login_main {
	padding-top: 24px;
}
#main .login_box > .left_container .ttl_login {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 auto 8px;
}
.login_box > .right_container {
	border-right: none;
	width: 100%;
}
.login_btn {
	margin: 24px auto 8px;
}
.howto {
	padding: 24px 20px 0;
}
.info_box {
	padding: 24px 16px;
}
#main h2.info_ttl {
	font-size: 18px;
	font-size: 1.8rem;
	height: 48px;
}
.info_box h3 {
	font-size: 16px;
	font-size: 1.6rem;
}
.info_box .info_box_txt {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 8px 0 16px;
	padding: 12px;
}
.attention_box .attention_ttl {
	font-size: 15px;
	font-size: 1.5rem;
}
.attention_box .attention_txt {
	font-size: 13px;
	font-size: 1.3rem;
}
#main .membership h2 {
	background-size: 72px auto;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 8px 0 0 80px;
}
#main .membership h2 span {
	font-size: 22px;
	font-size: 2.2rem;
}
#main .membership h2 + p {
	font-size: 14px;
	font-size: 1.4rem;
}
.members_merit {
	flex-direction: column;
	margin: 16px 0;
}
.members_merit >div {
	background-position: top left, bottom 40px right 12px;
	font-size: 20px;
	font-size: 2.0rem;
	padding: 16px 8px;
}
.members_merit >div:first-of-type {
	margin-bottom: 16px;
}
.members_merit >div:last-of-type {
	margin-top: 16px;
}
.members_merit >div span {
	font-size: 32px;
	font-size: 3.2rem;
}
.members_merit img {
	transform: rotate( 90deg );
	width: 32px;
}
.members_merit + p.kome {
	font-size: 13px;
	font-size: 1.3rem;
}
.join_btn_box {
	align-items: center;
	flex-direction: column;
}
.join_btn_box a.btn_submit:not(:last-of-type) {
	margin-bottom: 8px;
}
/*-----------------------------------------------------------------------------

■┓サイトご利用環境について
┗┛
-----------------------------------------------------------------------------*/
.system_requirements {
	padding: 24px 16px;
}
.system_requirements > div {
	justify-content: flex-start;
}
/*
.register_btn {
	padding: 0 8px 24px 0;
}
*/
.register_btn a.btn_registration {
/*margin: 1em 0 8px 8px;*/
	margin: 0;
}

/* パスワード変更の時のログイン */
.login_box.login_cp .left_container {
	width: 100%;
}
/*-----------------------------------------------------------------------------
■┓パスワード変更ページ
┗┛
-----------------------------------------------------------------------------*/
/*----------------------------
ログインに戻る
----------------------------------------------------------*/
.page_transition a {
	min-width: unset;
}
#main .next_btn_two > div {
	width: 100%;
	margin: 0;
	min-width: unset;
}
/*-----------------------------------------------------------------------------
■┓個人情報保護について（policy.jsp）
┗┛
-----------------------------------------------------------------------------*/
/* お問い合わせ */
#main .contact_wrap {
	padding: 16px;
}
#main ol.pr_list > li {
	padding: 10px 0 10px 1.6em;
}
#amin .ic_a ol.pr_list02 li .ml2em {
	margin-left: 0 !important;
}
/*-----------------------------------------------------------------------------
■┓お問い合わせフォーム
┗┛
-----------------------------------------------------------------------------*/
.name_width {
	width:100%;
}
.name_width input {
	width:100%;
}
.button input {
	min-width: 100px;
}
.tel_width input[type="text"],
.email_width input[type="text"] {
	width: 100%;
}
.email_conf1_width,
.email_conf2_width {
	width: 100%;
}
.email_conf1_width input[type="text"],
.email_conf2_width input[type="text"] {
	width: 100%;
}
.qes_tel br {
	display: inline;
}

/*########################################################################################

フッター
#footer

########################################################################################*/
/*----------------------------
フッターメイン
----------------------------------------------------------*/
#footer .footer_nav {
	padding: 0;
}
#footer .footer_nav ul {
	display:inline;
	width: 100%;
}
#footer .footer_nav ul li {
	border-top: 1px dotted #fff;
	position: relative;
}
#footer .footer_nav ul li a {
	display: block;
	padding: 10px 20px;
}
#footer .footer_nav ul li:first-child {
	border-top: none;
}
#footer .footer_nav ul li a:hover {
	background-color: #0b8bb3;
	text-decoration: none;
}
#footer .footer_nav ul li a::after {
	color: #fff;
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-size: 10px;
	font-size: 1.0em;
	font-weight: 900;
	position: absolute;
		right: 20px;
}
/*----------------------------
ページトップ
----------------------------------------------------------*/
.page_top a {
	opacity: 0.9;
}

