@charset "UTF-8";
#contaner {
  margin-top: 64px !important;
}
.contents_title_wrap {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 10px;
	border-bottom: 3px solid #ccc;
}
.contents_title {
	width: auto;
	margin: auto;
	text-align: center;
	color: #555;
	font-size: 1rem;
	font-weight: bolder;
}
.container_center a {
	color: unset;
}
.container_center {
	width: 1050px;
	margin: 0 auto;
}
@media screen and (max-width:1050px) {
	#contaner,
	.container_center {
		width: 100%;
	}
}
a.square_btn {
	display: block;
	width: 40%;
	margin: 1% auto;
	padding: 2% 0;
	transition: .4s;
	text-align: center;
	text-decoration: none;
	color: #1d70ff !important;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #f5f5f5;
	font-weight: 500;
}
a.square_btn:hover {
	color: #fff !important;
	background: #1d70ff;
}
@media screen and (max-width:480px) {
	a.square_btn {
		width: 100%;
	}
	a.sp_spacer {
		margin-bottom: 50px;
	}
}
.new-entry_box {
	margin: 50px 0;
	font-size: 16px;
}
/*イベントリスト*/
.event_contents {
	width: 100%;
}
.contents_item {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #dcdddd;
	border-radius: 5px;
	background: #f9f7f1;
}
.item_cols_left {
	flex-basis: 50%;
	max-width: 50%;
	padding-right: 10px;
}
@media screen and (max-width:768px) {
	.item_cols_left {
		flex-basis: 100%;
		max-width: 100%;
	}
}
.item_title {
	height: auto;
	padding: 10px;
	text-align: center;
	color: white;
	border-radius: 5px;
	background: #555;
	line-height: 1.5em;
}
.item_text {
	display: block;
	margin: 10px auto;
	font-size: .875rem;
	font-weight: lighter;
}
.item_img {
	width: 80%;
	margin: auto;
}
.item_img img {
	width: 100%;
	height: auto;
	margin: auto;
}
.item_cols_right {
	flex-basis: 50%;
	max-width: 50%;
}
@media screen and (max-width:768px) {
	.item_cols_right {
		flex-basis: 100%;
		max-width: 100%;
	}
}
.item_cols_right input[type="submit"] {
	display: none;
}
.item_submit_btn {
	width: 100%;
	padding: 10px;
	text-align: center;
	color: white !important;
	border-radius: 5px;
	background: dodgerblue;
}
.item_submit_btn:nth-child(even) {
	margin-top: 10px;
}
.item {
	flex-basis: 100%;
	max-width: 100%;
	font-size: .875rem;
}
/*ECリスト*/
.ec_contents {
	width: 100%;
	margin-bottom: 50px;
}
.ec_item_img {
	width: 70%;
	margin: auto;
}
.ec_item_img img {
	width: 100%;
	height: auto;
	margin: auto;
}
/*利用規約チェック*/
.agree_wrap {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 2%;
}
.agree_box {
	width: 80%;
	padding: 2%;
	text-align: center;
	border: 1px solid #ccc;
}
.agree_area {
	display: flex;
	align-items: center;
	gap: 5px;
	padding-bottom: 10px;
	line-height: 0px;
}
.Kiyaku_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	border: 4px double #ccc;
	border-radius: 5px;
	background: white;
	font-size: 13px;
}
.Kiyaku_container a {
	color: white !important;
}
.Kiyaku_container:nth-child(n+2) {
	margin-bottom: 0px !important;
}
.Kiyaku_link {
	display: flex;
	flex-basis: 100%;
	justify-content: center;
	color: dodgerblue;
}
.Kiyaku_text {
	position: relative;
	display: flex;
	flex-basis: 100%;
	justify-content: center;
	margin: 1% 0;
	padding-left: 1.2em;
	color: #666;
	line-height: 1.5em;
}
.Kiyaku_text::before {
	content: "\0203B";
	left: 0;
	display: inline-block;
	box-sizing: border-box;
}
.Kiyaku_text2 {
	position: relative;
	display: flex;
	flex-basis: 100%;
	max-width: 100%;
	justify-content: center;
	margin: 1% 10%;
	padding: 10px 10px 10px 1.2em;
	color: #666;
	border: 1px dotted #ccc;
	border-radius: 5px;
	line-height: 1.5em;
}
.Kiyaku_text2::before {
	content: "\0203B";
	left: 0;
	display: inline-block;
	box-sizing: border-box;
}
.KiyakuCheckBox {
	display: flex;
	align-items: center;
	flex-basis: 100%;
	flex-wrap: wrap;
	justify-content: center;
	box-sizing: border-box;
	margin-top: 1%;
	padding: 2% 0;
	border: 1px solid dodgerblue;
	border-radius: 5px;
}
.KiyakuCheckBox input[type="checkbox"] {
	align-self: center;
	margin-right: 5px;
}
.KiyakuCheckBox input[type="radio"] {
	align-self: center;
	margin-right: 5px;
}
.KiyakuCheckBox_text {
	display: flex;
	flex-basis: 100%;
	justify-content: center;
	letter-spacing: 0;
	color: #666;
}
.KiyakuCheckBox_subtext {
	color: dodgerblue;
	font-size: 12px;
}
.KiyakuCheckBox input[type="text"] {
	flex-basis: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	border: none;
	border-bottom: 1px dotted #ccc;
	outline: none;
	background: none;
	font-size: 13px;
}
/*アコーディオンメニュー*/
.acd-check {
	display: none;
}
.acd-label {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 1px;
	padding: 10px;
	text-align: center;
	color: dodgerblue;
	border-bottom: 1px dotted dodgerblue;
}
.acd-label:after {
	content: '\f107';
	position: absolute;
	top: -2px;
	right: 10px;
	display: block;
	/*background: #00479d;*/
	box-sizing: border-box;
	color: dodgerblue;
	font-family: "Font Awesome 5 Free";
	font-size: 2em;
	font-weight: 900;
}
.acd-content {
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	padding: 0 10px;
	transition: .5s;
	transition: .5s ease-out;
	opacity: 0;
	border: 1px solid dodgerblue;
}
.acd-check:checked+.acd-label:after {
	content: '\f106';
}
.acd-check:checked+.acd-label+.acd-content {
	visibility: visible;
	height: auto;
	padding: 10px;
	transition: .5s ease-out;
	opacity: 1;
}
@media screen and (max-width:480px) {
	.acd-label {
		display: flex;
		flex-direction: column;
		padding-right: 55px;
	}
	.acd-label:after {
		height: 100%;
		padding: 30px 15px;
	}
}
/*portals*/
.mypage__title_wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width:1024px) {
	.mypage__title_wrap {
		width: 100%;
		padding: 0;
	}
}
@media screen and (max-width:768px) {
	.mypage__title_wrap {
		width: 100%;
	}
}
.mypage__title {
	display: none;
	align-items: flex-start;
	flex-basis: 30%;
	max-width: 30%;
	min-height: 80px;
	margin: 0;
	padding: 0;
	color: #ee7700;
	font-size: 28px;
}
@media screen and (max-width: 1050px) {
	.mypage__title {
		flex-basis: 40%;
		max-width: 40%;
	}
}
@media screen and (max-width: 854px) {
	.mypage__title {
		display: flex;
		flex-wrap: wrap;
		margin-top: 50px;
		padding: 0 10px;
		font-size: 18px;
	}
}
@media screen and (max-width: 480px) {
	.mypage__title {
		flex-basis: 100%;
		max-width: 100%;
		justify-content: center;
		height: auto;
		min-height: auto;
		margin: auto;
		margin-top: 0px;
		font-size: 1em;
	}
}
.mypage__title a {
	align-self: start;
}
ul.event_navi {
	display: flex;
	align-items: flex-start;
	flex-basis: 70%;
	justify-content: flex-end;
	height: 40px;
	margin: 0;
}
@media screen and (max-width: 768px) {
	ul.event_navi {
		display: flex;
		flex-basis: 100%;
		justify-content: center;
		height: auto;
	}
}
ul.event_navi li a {
	margin-left: 10px;
	padding: 10px 20px;
	text-align: center;
	border-radius: 4px;
	font-size: 13px;
}
@media screen and (max-width: 768px) {
	ul.event_navi li a {
		padding: 10px;
		font-size: 13px;
	}
	ul.event_navi li a.hobima_top {
		margin-left: 0;
	}
}
.completion_message {
	width: 100%;
	margin: auto;
	padding: 20px;
	text-align: center;
	color: dodgerblue;
	border: dodgerblue 1px solid;
	border-radius: 5px;
	background: lightcyan;
	font-size: 18px;
}
@media screen and (max-width: 480px) {
	.completion_message {
		font-size: 14px;
	}
}
.user_status_pt2 {
	position: relative;
	display: none;
	flex-basis: 100%;
	max-width: 100%;
}
@media screen and (max-width: 480px) {
	.user_status_pt2 {
		display: flex;
		flex-wrap: wrap;
	}
}
.user_status_pt2 li.user_name_area {
	display: flex;
	align-items: center;
	flex-basis: 100%;
	max-width: 100%;
	justify-content: center;
	font-size: 1rem;
	line-height: 1.5rem;
}
.user_name {
	max-width: 460px;
	padding: 0 10px;
	word-break: break-all;
	color: #ee7700;
	font-weight: 600;
}
@media screen and (max-width: 480px) {
	.user_name {
		padding: 10px 0;
	}
}
.user_status_pt2 li.user_status_area {
	display: flex;
	align-items: flex-start;
	flex-basis: 100%;
	max-width: 100%;
	justify-content: center;
	font-size: .875rem;
	line-height: 1.225rem;
}
/*main_navi*/
.user_main_navi {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
	padding-bottom: 30px;
}
@media screen and (max-width:480px) {
	.user_main_navi {
		justify-content: flex-start;
	}
}
.user_main_navi li {
	flex-basis: 19%;
	margin-right: 1%;
	margin-bottom: 1%;
	color: #555;
	font-size: 15px;
}
.user_main_navi li {
	margin-right: 0;
}
@media screen and (max-width:1050px) {
	.user_main_navi li {
		font-size: 12px;
	}
}
@media screen and (max-width:480px) {
	.user_main_navi li {
		flex-basis: 49%;
		margin-right: 2%;
	}
	.user_main_navi li:nth-child(2n) {
		margin-right: 0;
	}
}
.user_main_navi li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin: auto;
	padding-left: 18px;
	letter-spacing: 0;
	color: #555;
	border: 1px solid #dcdddd;
	border-radius: 4px;
	background: #f9f7f1;
}
.user_main_navi li a:hover {
	color: white !important;
	border: 1px solid #555;
	background: #555;
}
.two-lines {
	font-size: 100%;
	line-height: 1.2;
}
@media screen and (min-width:769px) {
	.two-lines {
		font-size: 0.8125rem;
	}
}
.box {
	position: relative;
	margin-top: 5px;
}
.box__title {
	position: relative;
	margin-bottom: 20px;
	padding: 15px 0;
	color: #555;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	font-size: 1rem;
}
@media screen and (max-width:480px) {
	.box__title {
		font-size: .875rem;
	}
}
.box__subtitle {
	padding-left: 10px;
	color: #00008B;
	font-size: .875rem;
}
@media screen and (max-width:480px) {
	.box__subtitle {
		display: flex;
		padding-top: 5px;
		padding-left: 26px;
		font-size: .75rem;
	}
}
.box p {
	font-size: .875rem;
}
.select-lang {
	display: flex;
	align-self: stretch;
}
.select-lang-ttl,
.select-lang-select {
	padding: 5px 10px;
	font-size: 14px;
}
.select-lang-ttl {
	color: #fff;
	border:#555 1px solid;
	background-color:#555;
}
.select-lang-ttl::before {
	content: "\f0ec";
	padding-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.select-lang-select {
	align-self: stretch;
	flex: 1;
	height: auto;
    margin: 0;
	color:#555;
	border:#555 1px solid;
}
.-lang-ttl-pc {
	display: inline;
}
.-lang-ttl-sp {
	display: none;
}
@media screen and (max-width:480px) {
	.-lang-ttl-pc {
		display: none;
	}
	.-lang-ttl-sp {
		display: inline;
	}
}
.-lang-ja {
	display: flex;
	padding-left: 24px;
	color: #fff;
	font-size: 13px;
}
.select_box {
	display: flex;
	align-self: stretch;
	flex-direction: column;
	justify-content: center;
	gap: 50px;
	padding: 50px 0;
}
#contaner a.select_jpn_btn,
#contaner a.select_os_btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 480px;
	margin: auto;
	padding: 10px 0;
	text-align: center;
	border-radius: 4px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}
@media screen and (max-width:480px) {
	#contaner a.select_jpn_btn,
	#contaner a.select_os_btn {
		width: 100%;
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
#contaner a.select_jpn_btn {
	color: #0077ff;
	border: 1px solid #0077ff;
}
#contaner a.select_os_btn {
	position: relative;
	color: #fff;
	background-color: #1D3994;
}
.select_os_btn::before,
.select_os_btn::after {
	position: absolute;
	top: -20px;
	left: 0;
	display: flex;
	align-items: center;
	height: 15px;
	color: #1D3994;
	font-size: 14px;
}
.select_os_btn::before {
	content: "";
	width: 5px;
	background-color: #1D3994;
}
.select_os_btn::after {
	content: "海外在住の方はこちらから";
	padding-left: 10px
}
.select_btn_subtxt {
	font-size: .875rem;
}
@media screen and (max-width:480px) {
	.select_btn_subtxt {
		font-size: .75rem;
	}
}
/*仮登録完了-登録完了*/
.reg-box {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin: 50px auto;
}
.reg-box-txt {
	margin: auto;
	text-align: center;
}
@media screen and (max-width:480px) {
	.reg-box-txt {
		display: flex;
		flex-direction: column;
	}
}
.reg-box-ttl,
.reg-box-ttl2,
.reg-box-btn,
.reg-box-btn2 {
	display: flex;
	justify-content: center;
	width: 480px;
	margin: auto;
	padding: 10px 0;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 700;
}
@media screen and (max-width:480px) {
	.reg-box-ttl,
	.reg-box-ttl2,
	.reg-box-btn,
	.reg-box-btn2 {
		width: 100%;
		font-size: 16px;
	}
}
.reg-box-ttl {
	color: #0077FF;
	background: #DAEBFF;
}
.reg-box-ttl2 {
	color: #DD3500;
	background: #FFE0C1;
}
dl.reg-box-dl,
dl.reg-box-dl-hon {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 480px;
	margin: auto;
}
dl.reg-box-dl dt,
dl.reg-box-dl-hon dt {
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	background: #666;
	font-size: .875rem;
}
dl.reg-box-dl-hon dt {    display: flex;
	justify-content: center;
	font-size: 1rem;    
	}
dl.reg-box-dl-hon dt::before {
	content: url(../img/icon_light.png);
	padding-right: 5px;
}
dl.reg-box-dl dd.__mail_to{
	position: relative;
	align-self: center;
	padding-left: 1.5rem;
	color: #0077ff;
	font-size: .875rem;
}
dl.reg-box-dl dd.__mail_to::before{
	content:url(../img/icon_mail-out.png);
	position: absolute;
	left: 0;
}
dl.reg-box-dl-hon dd.__lead_text{
	padding: 10px 0;
	text-align: center;
	color: #444;
	font-size: .875rem;
}
dl.reg-box-dl-hon dd.__lead_text::before{
	content: "\f35a";
	padding-right: 5px;
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
}
dl.reg-box-dl-hon dd.__lead_text em{
	color: #dd0000;
}
dl.reg-box-dl-hon dd.__event_list{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
dl.reg-box-dl-hon dd.__event_list a.parent_grid{
	display: grid;
	padding: 10px;
	/*grid-row-gap: 10px;*/
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #ccc;

	grid-template-columns: 1fr 4fr;
	grid-template-rows: 0.5fr 1fr;
	grid-column-gap: 10px;
}
dl.reg-box-dl-hon dd.__event_list a.parent_grid:hover{
	text-decoration: none;
}
.grid1{
	margin: auto;
	vertical-align: middle;

	grid-area: 1 / 1 / 3 / 2;
}
.grid1 img{ 
	width: 60px;
	height: 40px;
}
.grid2 {
	text-align: center;
	color: #333;
	font-size: 1rem;
	font-weight: 600;

	grid-area: 1 / 2 / 2 / 3; 
	}
@media screen and (max-width:480px) {
	.grid2 {
		font-size: .875rem;
	}
}
.grid3 {
	width: 300px;
	margin: auto;
	padding:5px 0;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	background: #0077ff;
	font-size: .8125rem;

	grid-area: 2 / 2 / 3 / 3;
}
@media screen and (max-width:480px) {
	.grid3 {
		width: 250px;
	}
}
#contaner a.reg-box-a{
	margin: auto;
	text-decoration: underline;
	color: #0077FF;
	font-size: 1rem;

	text-underline-offset: 5px;
}
p.reg-box-lead{
	width: 480px;
	margin: auto;		text-align: center;
	color: #444;	font-size: .875rem;
	}
@media screen and (max-width:480px) {
	dl.reg-box-dl,
	dl.reg-box-dl-hon,
	p.reg-box-lead{
		width: 100%;
	}
}
.reg-box-btn {
	color: #555;
	background: #CCC;
}
#contaner a.reg-box-btn2 {
	color: #fff;
	background: #0077FF;
}
.-txt-blue {
	color: #0077FF;
}
/*ボタンのアイコン制御*/
.icon__contents_list:before,
.icon__guide:before,
.icon__info:before,
.icon__status_upgrade:before,
.icon__pay:before,
.icon__ticket:before,
.icon__buy2:before,
.icon__buy:before {
	position: absolute;
	left: 12px;
	display: block;
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 900;
}
.icon__contents_list:before {
	content: "\f2bd";
}
.icon__guide:before {
	content: "\f059";
}
.icon__info:before {
	content: "\f05a";
}
.icon__status_upgrade:before {
	content: "\f3a5";
}
.icon__pay:before {
	content: "\f09d";
}
.icon__ticket:before {
	content: "\f3ff";
}
.icon__buy:before {
	content: "\f291";
}
@media screen and (max-width:1050px) {
	.icon__contents_list:before,
	.icon__guide:before,
	.icon__info:before,
	.icon__status_upgrade:before,
	.icon__pay:before,
	.icon__ticket:before,
	.icon__buy:before {
		top: 8px;
		left: 6px;
		font-size: 16px;
	}
}
.icon__contents_list2:before,
.icon__guide2:before,
.icon__info2:before,
.icon__status_upgrade2:before,
.icon__pay2:before,
.icon__ticket2:before,
.icon__buy2:before,
.icon__pass:before {
	padding-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.icon__contents_list2:before {
	content: "\f2bd";
}
.icon__guide2:before {
	content: "\f059";
}
.icon__info2:before {
	content: "\f05a";
}
.icon__status_upgrade2:before {
	content: "\f3a5";
}
.icon__pay2:before {
	content: "\f09d";
}
.icon__ticket2:before {
	content: "\f3ff";
}
.icon__buy2:before {
	content: "\f291";
}
.icon__pass:before {
	content: "\f3ff";
}
/*会員ページ遷移ボタン*/
.mypage_btn_wrap {
	width: 100%;
	margin: 100px auto 0;
	text-align: center;
}
.mypage_btn_wrap a.mypage_btn {
	padding: 20px 40px;
	text-align: center;
	color: dodgerblue !important;
	border: 1px solid dodgerblue;
	border-radius: 5px;
	font-size: 14px;
}
.mypage_btn_wrap a.mypage_btn:hover {
	color: white !important;
	background: dodgerblue;
}
@media screen and (max-width:480px) {
	.mypage_btn_wrap {
		margin: 50px auto;
	}
}
/*会員情報*/
table.message_body {
	display: table;
	width: 100%;
	table-layout: fixed;
	font-size: 13px;
}
table.message_body thead {
	background: #b0c4de;
}
@media screen and (max-width: 768px) {
	table.message_body thead {
		display: none;
	}
}
table.message_body tr {
	position: relative;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
}
table.message_body tr:last-child {
	border-bottom: 1px solid #555;
}
@media screen and (max-width: 768px) {
	table.message_body tr {
		display: flex;
		flex-wrap: wrap;
		border-left: 1px solid #555;
	}
	table.message_body tr:last-child {
		border-bottom: 1px solid #555;
	}
}
@media screen and (max-width: 480px) {
	table.message_body tr {
		padding: 10px;
	}
}
table.message_body td {
	overflow: hidden;
	padding: 20px 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-left: 1px solid #555;

	overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
	table.message_body td {
		padding: 10px;
	}
}
table.message_body td.checkbox {
	width: 5%;
	text-align: center;
}
table.message_body td.time {
	width: 10%;
}
@media screen and (max-width: 768px) {
	table.message_body td {
		border-bottom: none;
		border-left: none;
	}
	/*table.message_body td.checkbox{order:1;flex-basis:10%;}*/
	table.message_body td.from {
		flex-basis: 60%;
		order: 1;
	}
	table.message_body td.subject {
		flex-basis: 100%;
		order: 3;
	}
	table.message_body td.time {
		flex-basis: 30%;
		order: 2;
		text-align: right;
	}
}
@media screen and (max-width: 480px) {
	table.message_body td {
		width: 100%;
		padding: 0;
		white-space: unset;
	}
	table.message_body td:nth-child(odd) {
		margin-bottom: 0;
		padding: 5px 0;
	}
	table.message_body td input[type="text"] {
		width: 100%;
	}
	table.message_body td.subject {
		flex-basis: 100%;
		padding-left: 0;
	}
}
.info_asterisk {
	position: relative;
	padding-left: 1.2em!important;
	white-space: normal;
	line-height: 1.5em;
}
.info_asterisk:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
}
@media screen and (max-width: 480px) {
	.info_asterisk {
		margin-left: 0;
		padding-left: 15px !important;
	}
	/*.info_asterisk:before{top:6px;}*/
}
.-fnt-blue,
.info_asterisk.-fnt-blue {
	display: flex;
	color: #0000BB;
}
.info_btn_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 50px 0;
}
.info_btn_area input {
	color: white;
	border: none;
	background: none;
	font-size: 20px;
}
.info_button_else {
	display: flex;
	flex-basis: 45%;
	justify-content: center;
	padding: 20px 0;
	background: #666;
}
.info_button_ok {
	display: flex;
	flex-basis: 45%;
	justify-content: center;
	padding: 20px 0;
	background: #4682b4;
}
/*プレミアム会員ページ*/
.premium_upgrade_btn {
	display: flex;
	width: 40%;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	background: linear-gradient(170deg, #f6e9bf 0%, #c2aa60 100%);
	box-shadow: 0px 0px 1px 5px rgba(250, 225, 150, 1) inset;
}
.premium_content {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
	.premium_content {
		padding-top: 0px;
	}
}
.premium_content_cols_left {
	display: flex;
	align-content: flex-start;
	flex-basis: 70%;
	max-width: 70%;
	flex-wrap: wrap;
	padding-right: 20px;
	border-right: #555 dotted 1px;
}
@media screen and (max-width: 480px) {
	.premium_content_cols_left {
		flex-basis: 100%;
		max-width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
		border-right: none;
		border-bottom: #555 dotted 1px;
	}
}
dl.premium_info {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
	font-size: 16px;
}
dl.premium_info dt.premium_info_col1 {
	flex-basis: 100%;
	max-width: 100%;
	padding: 10px;
	text-align: center;
	color: white;
	border: 1px solid #555;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: #555;
}
dl.premium_info dd.premium_info_col2 {
	display: flex;
	flex-basis: 100%;
	max-width: 100%;
	flex-wrap: wrap;
	padding: 10px 10px 20px;
	border: 1px solid #555;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
@media screen and (max-width: 480px) {
	dl.premium_info dt.premium_info_col1 {
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0px;
	}
	dl.premium_info dd.premium_info_col2 {
		border-top-right-radius: 0px;
		border-bottom-left-radius: 4px;
	}
}
.-is-2cols-L {
	flex-basis: 100%;
	max-width: 100%;
	padding-right: 10px;
}
.-is-2cols-R {
	flex-basis: 50%;
	max-width: 50%;
	justify-content: center;
	margin: auto;
}
.-is-gray-bg {
	background-color: #666 !important;
}
.-is-gray-bd {
	color: #666 !important;
	border-color: #666 !important;
}
.-is-gray-bg-bd {
	border-color: #666 !important;
	background-color: #666 !important;
}
.step1,
.step2,
.step3 {
	position: relative;
}
.step1::before {
	content: "1";
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 19px;
	margin: auto;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 50px;
}
.step2::before {
	content: "2";
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 19px;
	display: flex;
	align-items: center;
	margin: auto;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
}
.step3::before {
	content: "3";
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 19px;
	margin: auto;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 900;
	line-height: 50px;
}
.step1::after,
.step2::after,
.step3::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 30px;
	height: 30px;
	margin: auto;
	border-radius: 5px;
	background: white;
}
@media screen and (max-width: 768px) {
	.step1,
	.step2,
	.step3 {
		font-size: 14px;
	}
	.step2::before {
		align-items: flex-start;
	}
	.step1::before,
	.step2::before,
	.step3::before {
		top: -6px;
		left: 5px;
		margin: 0;
		color: #fff;
		font-size: 14px;
		line-height: 0px;
	}
	.step1::after,
	.step2::after,
	.step3::after {
		top: -15px;
		left: -1px;
		width: 22px;
		height: 20px;
		margin: 0;
		background: #555;
	}
}
@media screen and (max-width: 480px) {
	.step1::before,
	.step2::before,
	.step3::before {
		top: 0;
		left: 18px;
		margin: auto;
		color: #555;
		font-size: 18px;
		line-height: 49px;
	}
	.step2::before {
		line-height: 74px;
	}
	.step1::after,
	.step2::after,
	.step3::after {
		top: 0;
		left: 10px;
		width: 30px;
		height: 30px;
		margin: auto;
		background: #FFF;
	}
}
.premium_info_title {
	margin: auto;
	text-align: center;
	letter-spacing: 5px;
	color: #bb0000;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.premium_info_text {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-left: 10px;
	font-size: 18px;
}
.premium_info_text::before {
	content: "\f005";
	position: relative;
	top: 0;
	left: 0;
	padding-right: 5px;
	color: #f98a00;
	text-shadow: 2px 2px 2px #ccc;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.text_bold {
	color: #bb0000;
	font-size: 20px;
	font-weight: bold;
}
.subtext_box {
	display: flex;
	align-items: center;
	flex-basis: 80%;
	justify-content: center;
	margin-top: 5px;
	margin-left: 20px;
	padding: 10px;
	letter-spacing: 2px;
	color: #333;
	border-radius: 5px;
	background: #ececec;
	font-size: 14px;
}
.premium_content_cols_right {
	display: flex;
	flex-basis: 30%;
	max-width: 30%;
	flex-wrap: wrap;
	height: 1%;
	padding-left: 20px;
}
@media screen and (max-width: 480px) {
	.premium_content_cols_right {
		flex-basis: 100%;
		max-width: 100%;
		padding-top: 20px;
		padding-right: 0;
		padding-left: 0;
	}
}
.upgrade__checkbox {
	display: flex;
	align-items: center;
	align-self: flex-start;
	flex-basis: 100%;
	flex-wrap: wrap;
	margin-bottom: 20px;
	letter-spacing: 0;
	color: #555;
	font-size: 14px;
	line-height: 18px;
}
@media screen and (max-width: 480px) {
	.upgrade__checkbox {
		justify-content: center;
	}
}
.upgrade__checkbox input {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
div.premium_content_cols_right label.upgrade__buy_button {
	position: relative;
	display: block;
	align-self: flex-start;
	flex-basis: 100%;
	max-width: 100%;
	padding: 15px 0 15px 20px;
	transition: .5s;
	text-align: center;
	color: #FFF;
	border-radius: 6px;
	background: orangered;
	box-shadow: 2px 2px 2px #ccc;
}
div.premium_content_cols_right label.upgrade__buy_button:hover {
	transform: translateY(2px);
	box-shadow: none;
}
@media screen and (max-width: 480px) {
	div.premium_content_cols_right label.upgrade__buy_button {
		padding: 10px 0;
	}
}
div.premium_content_cols_right label.upgrade__buy_button:before {
	content: "\f07a";
	position: absolute;
	top: 13px;
	left: 20px;
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	font-weight: 900;
}
@media screen and (max-width: 1050px) {
	div.premium_content_cols_right label.upgrade__buy_button:before {
		top: 17px;
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	div.premium_content_cols_right label.upgrade__buy_button:before {
		left: 5px;
	}
}
@media screen and (max-width: 480px) {
	div.premium_content_cols_right label.upgrade__buy_button:before {
		top: 12px;
		left: 20%;
	}
}
div.premium_content_cols_right label.upgrade__buy_button input {
	text-align: center;
	color: #FFF;
	border: none;
	background: none;
	font-size: 16px;
}
@media screen and (max-width: 1050px) {
	div.premium_content_cols_right label.upgrade__buy_button input {
		font-size: 13px;
	}
}
@media screen and (max-width: 480px) {
	div.premium_content_cols_right label.upgrade__buy_button input {
		font-size: 14px;
	}
}
.premium_content_box {
	display: flex;
	flex-basis: 100%;
	max-width: 100%;
	flex-wrap: wrap;
	height: 1%;
}
.pcbox_col1 {
	display: flex;
	flex-basis: 100%;
	max-width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}
ul.pcbox_col1_list {
	display: flex;
	flex-basis: 65%;
	max-width: 65%;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
	ul.pcbox_col1_list {
		flex-basis: 100%;
		max-width: 100%;
		padding: 0;
	}
}
ul.pcbox_col1_list li {
	display: flex;
	flex-basis: 49%;
	max-width: 49%;
	flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
	ul.pcbox_col1_list li {
		flex-basis: 100%;
		max-width: 100%;
	}
}
.pcbox_col2 {
	display: flex;
	flex-basis: 100%;
	max-width: 100%;
	flex-direction: column;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}
input.pcbox_cc_iput {
	position: relative;
	z-index: 2;
	top: 37px;
	left: 5px;
	width: 20px;
	height: 20px;
	margin-top: -20px;
}
label.pcbox_cc_item {
	position: relative;
	flex-basis: 100%;
	max-width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #fff;
}
label.pcbox_cc_item::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 10px;
	left: 0;
	width: 100%;
	height: 30px;
	background: #ccc;
}
input:hover+label.pcbox_cc_item,
input:checked+label.pcbox_cc_item {
	border: 1px solid #555;
}
input:hover+label.pcbox_cc_item::after,
input:checked+label.pcbox_cc_item::after {
	background: #555;
}
.pcbox_chng_btn {
	display: flex;
	align-self: flex-start;
	flex-basis: 35%;
	max-width: 35%;
	flex-direction: column;
	padding: 10px;
	border: #ffcccc 3px solid;
	border-radius: 5px;
}
@media screen and (max-width: 768px) {
	.pcbox_chng_btn {
		flex-basis: 100%;
		max-width: 100%;
	}
}
.cc_title_wrap {
	flex-basis: 100%;
	max-width: 100%;
	margin-bottom: 5px;
	background: #1e90ff;
}
.cc_title_wrap input {
	height: 50%;
	transform: scale(1.5);
	transform-origin: 0 50%;
}
.cc_title {
	position: relative;
	z-index: 1;
	padding: 0 0 0 50px;
	color: #fff;
	font-size: 12px;
	line-height: 2rem;
}
.cc_title::before {
	content: '\f09d';
	position: absolute;
	top: auto;
	left: 25px;
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 900;
}
.card_num {
	letter-spacing: 0.2em;
	word-break: break-all;
	color: #444;
	font-size: 16px;
	font-weight: 700;
}
.card_num {
	display: block;
	padding-top: 5px;
	letter-spacing: 0.2em;
	word-break: break-all;
	color: #444;
	font-size: 13px;
	font-weight: 500;
}
.card_name {
	display: block;
	letter-spacing: 0.2em;
	color: #444;
	font-size: 16px;
	font-weight: 700;
}
.card_limit {
	display: block;
	letter-spacing: 0.2em;
	color: #666;
	font-size: 14px;
	font-weight: 500;
}
@media screen and (max-width:480px) {
	.card_num {
		padding-top: 20px;
	}
	.card_num {
		padding-top: 0px;
	}
	.card_num,
	.card_name,
	.card_limit {
		font-size: 12px;
	}
}
a.cc_chng_btn {
	width: 35% !important;
	margin: auto;
}
@media screen and (max-width:768px) {
	a.cc_chng_btn {
		width: 50% !important;
	}
}
@media screen and (max-width:480px) {
	a.cc_chng_btn {
		width: 100% !important;
	}
}
a.-inactive {
	pointer-events: none;
	background: #bbb !important;
}
p.cc_chng_p {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 3px solid #b8860b;
	font-size: 1rem;
}
.premium_error_msg {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	color: #ff0000;
	border: 1px solid #bb0000;
	border-radius: 5px;
	background: #ffeeee;
}
@media screen and (max-width:768px) {
	.premium_error_msg {
		font-size: .875rem;
	}
}
#contaner .premium_error_msg a {
	color: #1D3994;
}
/*凡庸テーブル*/
ul.list_table {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 1050px;
	margin: 0 auto;
	border-top: .5px solid #ccc;
	border-left: .5px solid #ccc;
	font-size: .875rem;
}
@media screen and (max-width:1050px) {
	ul.list_table {
		width: 100%;
	}
}
ul.list_table_fixed {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 1050px;
	margin: 0 auto;
	border-top: .5px solid #ccc;
	border-left: .5px solid #ccc;
}
ul.list_table_fixed .fixed {
	position: fixed;
	z-index: 1;
	top: 0;
}
ul.list_table li,
ul.list_table_fixed li {
	flex-grow: 1;
	padding: 10px 5px;
	border-right: .5px solid #ccc;
	border-bottom: .5px solid #ccc;
}
h2.list_table_title {
	flex-basis: 100%;
	max-width: 100%;
	margin-top: 10%;
	text-align: center;
	font-size: 150%;
	font-weight: 600;
}
ul.list_table li.list_table_subtitle {
	text-align: center;
	background: #f9f7f1;
}
ul.list_table li.cols1 {
	flex-basis: 100%;
	max-width: 100%;
	border-left: .5px solid #ccc;
	background: #87cefa;
}
ul.list_table li.cols2 {
	flex-basis: 75%;
	max-width: 75%;
	flex-grow: 2;
}
ul.list_table li.cols3 {
	flex-basis: 25%;
	max-width: 25%;
	background: #f9f7f1
}
@media screen and (max-width:480px) {
	ul.list_table li.cols1,
	ul.list_table li.cols2,
	ul.list_table li.cols3 {
		flex-basis: 100%;
		max-width: 100%;
	}
}
ul.list_table li.border_bottom_none {
	border-bottom: none;
}
ul.list_table li.border_bottom_dot {
	border-bottom: 1px dashed #ccc;
}
ul.list_table li.border_bottom_dot {
	border-bottom: 1px dashed #ccc;
}
span.list_table_info {
	display: flex;
	justify-content: center;
	margin: 1%;
	padding: 1%;
	text-align: center;
	border: 3px solid #ffccaa;
	font-size: 120%;
}
.notes,
.notes2,
.notes-1,
.notes-2 {
	position: relative;
	display: block;
	width: 100%;
	margin: 5px auto 0;
	padding: 5px;
	padding-left: 18px;
	color: #bb0000;
	border: 1px solid #dcdddd;
	border-radius: 4px;
	background: #fff9f9;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
.notes2 {
	padding: 0 0 0 18px;
	letter-spacing: 0;
	color: #333;
	border: none;
	background: none;
	font-size: 11px;
}
.notes-1,
.notes-2 {
	padding-left: 35px;
	letter-spacing: 0.1em;
}
.notes::before,
.notes2::before {
	content: "※";
	position: absolute;
	top: 5px;
	left: 5px;
	display: inline-block;
}
.notes2::before {
	top: 0;
}
.notes-1::before {
	content: "※1";
	position: absolute;
	top: 5px;
	left: 5px;
	display: inline-block;
}
.notes-2::before {
	content: "※2";
	position: absolute;
	top: 5px;
	left: 5px;
	display: inline-block;
}
.notes_w350 {
	width: 350px;
	margin: 5px 0;
}
@media screen and (max-width:480px) {
	.notes_w350 {
		width: 100%;
	}
}
.notes__spplan__txt {
	display: block;
	flex-basis: 50%;
	padding: 10px;
	text-align: center;
	font-size: .825rem;
}
.notes__spplan__keyword {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 10px;
	border: 1px solid #bb0000;
	border-radius: 4px;
	background: #fff;
}
.keyword_ttl {
	display: flex;
	flex-basis: 100%;
	max-width: 100%;
	justify-content: center;
	color: #000;
	font-size: .75rem;
}
.keyword {
	position: relative;
	padding-left: 15px;
	text-decoration: underline;
	color: #000;
	font-size: 13px;
}
.keyword::before {
	content: "●";
	position: absolute;
	left: 0;
}
.notes__spplan {
	/*display:block;*/
	display: flex;
	width: 100%;
	margin: 5px auto 0;
	padding: 5px;
	color: black;
	border: 1px solid #bb7777;
	border-radius: 4px;
	background: linear-gradient(0deg, gold, lightgoldenrodyellow);
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
.notes__spplan__title {
	display: block;
	margin: 0 auto 5px;
	padding: 5px 0;
	text-align: center;
	color: white;
	border-radius: 4px;
	background: none;
}
.notes__spplan__text-red {
	color: red;
	font-weight: bold;
}
.spacerh20 {
	margin-bottom: 20px;
}
.-is-font11px {
	margin: 0;
	letter-spacing: 0;
	font-size: 11px;
}
.list-note1,
.list-note2 {
	position: relative;
	display: block;
	width: 100%;
	padding-left: 13px;
	color: #bb0000;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}
.list-note1:before {
	content: "➀";
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
}
.list-note2:before {
	content: "➁";
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
}
/*ec_paygent_registcard.php*/
.btn_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-top: 20px;
}
.btn_area a {
	box-shadow: 2px 2px 2px #999;
}
.btn_area a.tfo_btn {
	position: relative;
	color: #222 !important;
	background: #ffd700 !important;
}
.btn_area a.tfo_btn::before {
	content: url(../images/tfo_logo.png);
	position: absolute;
	top: 13px;
	left: 20px;
	display: inline-block;
}
@media screen and (max-width:768px) {
	.btn_area a.tfo_btn::before {
		display: none;
	}
}
@media screen and (max-width:480px) {
	.btn_area a.tfo_btn::before {
		display: inline-block;
	}
}
@media screen and (max-width: 768px) {
	.side_ttl {
		font-size: .875rem;
	}
	#left_navi .side_ttl:after {
		width: 13px;
		height: 13px;
	}
}
/*ec_withdrawal.php*/
.del_mbr_wrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 50px 0;
}
.del_mbr_item {
	display: flex;
	flex-basis: 49%;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px;
	border: 1px solid #006837;
	border-radius: 10px;
}
.del_mbr_item:first-child {
	margin-bottom: 20px;
}
@media screen and (max-width:768px) {
	.del_mbr_item {
		flex-basis: 100%;
	}
}
.del_mbr_ttl {
	flex-basis: 100%;
	height: auto;
	min-height: 30px;
	padding-bottom: 20px;
	text-align: center;
	color: #333;
	border-bottom: 2px solid #00a99d;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
@media screen and (max-width:480px) {
	.del_mbr_ttl {
		letter-spacing: 0;
		font-size: .8125rem;
	}
}
.del_mbr_dl {
	display: flex;
	align-items: flex-start;
	flex-basis: 100%;
	flex-wrap: wrap;
	height: 200px;
	margin: 20px 0;
	padding: 10px;
	border-radius: 5px;
	background: #f2f2f2;
	font-size: 14px;
	line-height: 24px;
}
@media screen and (max-width:480px) {
	.del_mbr_dl {
		font-size: .75rem;
	}
}
.del_mbr_dl dt {
	flex-basis: 100%;
	margin-bottom: 10px;
	text-align: center;
	color: #f15a24;
	border-bottom: 1px solid #333;
	background: none;
}
.del_mbr_dl dd {
	position: relative;
	padding-bottom: 10px;
	padding-left: 17px;
	letter-spacing: 0;
	color: #333;
	line-height: 18px;
}
.del_mbr_dl dd::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 13px;
	height: 13px;
	background: url(../img/exc_cube.png);
	background-repeat: no-repeat;
}
.del_mbr_btn {
	flex-basis: 400px;
	padding: 20px;
	text-align: center;
	color: #fff !important;
	border-radius: 15px;
	background: #00a99d;
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width:480px) {
	.del_mbr_btn {
		font-size: .8125rem;
	}
}
/*ec_product_list*/
ul.item_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
li.-item {
	width: 240px;
	margin-right: 26.6px;
	padding: 0 0 20px;
	text-align: center;
}
li.-item:nth-child(4n) {
	margin-right: 0;
}
@media screen and (max-width:768px) {
	li.-item {
		width: 33%;
		margin-right: 0px;
	}
}
@media screen and (max-width:480px) {
	li.-item {
		width: 50%;
		padding: 0 10px 20px;
	}
}
li.-item a {
	display: block;
}
.item_img {
	position: relative;
	width: 240px;
	height: 240px;
	background-color: #fafafa;
}
@media screen and (max-width:480px) {
	.item_img {
		width: 180px;
		height: 180px;
	}
}
.item_img img {
	width: 100%;
	height: 100%;

	object-fit: contain;
	object-position: center;
}
.item_info {
	width: 200px;
	margin: 10px auto 0;
}
@media screen and (max-width:480px) {
	.item_info {
		width: 100%;
	}
}
.-name {
	overflow: hidden;
	max-height: 36px;
	text-overflow: ellipsis;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
.-price,
.-p-price,
.-price-sold {
	height: 30px;
	font-family: Volte;
	font-size: 20px !important;
	font-weight: 600;
}
.-p-price {
	display: inline-block;
	vertical-align: sub;
	color: #f04848;
}
@media screen and (max-width:480px) {
	.-price {
		font-size: 16px !important;
	}
}
.-price-sold {
	display: inline-block;
	vertical-align: sub;
	color: #aaa;
}
@media screen and (max-width:480px) {
	.-price-sold {
		font-size: 16px !important;
	}
}
.-p-price-label,
.-sold-label {
	display: inline;
	padding: 2px 5px;
	color: white;
	font-size: 12px !important;
}
.-p-price-label {
	background-color: #f04848;
}
.-sold-label {
	background-color: #666;
}
.alert_msg {
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
	color: #cc5214;
	border: 3px solid #ee7700;
	border-radius: 5px;
	font-size: .875rem;
	/*text-align: center;*/
}
.alert_msg em{
	font-size: 1.125rem;
	font-weight: 600;
}
.__txt-center{
	text-align: center;
}
.__mg-top-50{
	margin-top: 50px;
}
.domai_item {
	display: inline-block;
	margin-right: 10px;
	padding: 0px 4px;
	border-radius: 5px;
	background: #ffec80;
}
.domai_item_link {
	display: inline-block;
	margin-top: 10px;
	padding: 0 10px;
	color: #fff !important;
	border-radius: 4px;
	background: #cc5214;
	font-size: .8125rem;
}
table.outline_table2 td.fs18 {
	font-size: 18px;
}
.batch {
	margin-left: 10px;
	padding: 0 5px;
	color: white;
	background: #dd0000;
	font-size: 11px;
}
#contaner a.t-c_link {
	cursor: pointer;
	text-decoration: underline;
	color: #0077FF;
}
.birth-area,
.prefecture-area {
	height: 30px;
}
.birth-area {
	margin-left: 10px;
}
.birth-area:first-child {
	margin-left: 0px;
}
.input-width100 {
	width: 100%;
}
.-subtxt {
	display: flex;
	padding-top: 6px;
	color: #777;
	font-size: 12px;
}
.list-txt {
	line-height: 1.2rem;
}
dl.list1,
dl.list2 {
	line-height: 2rem;
}
dl.list1 dt,
dl.list2 dt{
	background:#f9f7f1;
}
dl.list1 dd,
dl.list2 dd{
	display: flex;
	align-items: center;
	padding-left: 10px;
}
dl.list1 dd label,
dl.list2 dd label{
	padding:10px 0px 10px 5px;
	white-space: normal;
	line-height: 1.2rem;
}
div.time-zone,
div.time-zone2 {
	display: flex;
	align-items: center;
	gap: 20px;
}
@media screen and (max-width:768px) {
	div.time-zone{
		align-items: flex-start;
		flex-direction: column;
		gap: 0px;
	}
}
div.time-zone:last-child{
	margin-top: 15px;
}
div.time-zone2 {
	flex-direction: column;
	gap: 10px;
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #ccc;
}
div.time-zone-item{
	display: flex;
	align-items: center;
	align-self: stretch;
	flex: 1 0 0;
	gap: 20px;
}
@media screen and (max-width:768px) {
	div.time-zone-sp{
		align-items: flex-start;
		flex-direction: column;
		gap: 0px;
	}
	div.time-zone-sp:first-child{
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
}
div.time-zone-item input[type=time]{
	height: 30px;
	padding: 5px;
}
div.time-zone-item span.time-zone-col:first-child{
	width: 139px;
	font-weight: 700;
}
div.time-zone span.time-zone-col:first-child {
	flex-basis: 150px;
	font-weight: 700;
}
@media screen and (max-width:768px) {
	div.time-zone span.time-zone-col:first-child {
		flex-basis: auto;
	}
}
@media screen and (max-width:480px) {
	div.time-zone-item span.time-zone-col:first-child,
	div.time-zone span.time-zone-col:first-child {
		flex-basis: auto;
		word-break: keep-all;
	}	
}
label.time-zone-label{
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	width: 200px;
	height: 30px;
	padding: 5px;
	border: 1px solid #777;
	border-right: 0;
    }
	@media screen and (max-width:768px) {
		label.time-zone-label{
			border: none;
		}
	}
label.time-zone-label::after{
	content:"";
	position: absolute;
	right: -11px;
	width: 20px;
	height: 21px;
	transform: rotate(45deg);
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	}
	@media screen and (max-width:768px) {
		label.time-zone-label::after{
			display: none;
		}
	}
.time-set-wrap{
	display: inline-flex;
	align-items: center;
	gap: 5px;
}
select.time-zone-select,
select.time-zone-select-tz {
	height: 30px;
    margin: 0;
    padding: 5px;
    border-color: #777;
    font-size: .75rem;
}
@media screen and (max-width:480px) {
	select.time-zone-select-tz {
		width: 360px;
	}
}
#hiddenElement {
	display: none;
}
button.time-zone-btn{
	padding: 5px 10px;
	cursor: pointer;
	word-break: keep-all;
	border: 1px solid #999;
	border-radius: 4px;
	outline: none;
}
button.-btn-color{
	color: #fff;
	background-color: #0077FF;
}
.-is-set{
	color:#0077ff;
}
.-eng{
	width:auto!important
}