@charset "utf-8";

html {
	font-size: 62.5%;
}


/*Title--------------------------------------------------*/
.tit_box {
	padding-right: 20px;
	margin-bottom: 30px;
}

.tit_box h1,
.tit_box h2,
.tit_box h3 {
	font-size: 1.6rem;
	font-weight: 300;
}



.tit_gray_bar {
	background-color: #999898;
	color: #FFF;
	padding: 15px;
}

.tit_block_login {
	margin-bottom: 20px;
}

.tit_long_arrow {
	display: flex;
	gap: 0 10px;
}

.tit_long_arrow::after {
	display: block;
	content: '';
	background: url('../images/ico_long_arrow.png') no-repeat center center;
	background-size: contain;
	width: 50px;
}

.tit_bg_black {
	display: block;
	width: 300px;
	background-color: #000;
	color: #FFF;
	font-weight: 300;
	padding: 10px 0px 10px 40px;
	font-size: var(--fontL);
	margin-bottom: 30px;
}

.tit_mini_center_border {
	font-size: 1.4rem;
	text-align: center;
	border-bottom: 1px solid #000;
	font-weight: 500;
	padding-bottom: 20px;
}

/*インラインコンテンツ------------------------------------*/
#inline_content {
	padding: 40px;
}

#windowcolumn {
	font-size: 1.2rem;
	line-height: 2.2rem;
}

#popup_area {
	padding: 65px;
}

#window_area {
	padding: 50px;
}

.subbox_tit {
	background-color: #f6f6f6;
	line-height: 60px;
	padding: 0 20px;
	font-size: 1.2rem;
}

.subbox_inner {
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 30px;
}

#mail-dialog {
	display: none;
	font-size: 1.2rem;
	line-height: 180%;
	padding: 30px;
}

#mail-dialog-title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}

.dialog-title {
	display: none;
}

/*Btn--------------------------------------------------*/
.btn_black_more a {
	display: flex;
	align-items: center;
	background-color: #000;
	color: #FFF;
	font-weight: 300;
	padding: 15px 40px;
	font-size: var(--fontL);
	gap: 0 20px;
	line-height: 100%;
	max-width: 300px;
}

.btn_black_more a:after {
	display: block;
	content: '';
	background: url(../images/ico_plus_w.png) no-repeat center center;
	width: 15px;
	height: 15px;
	background-size: contain;
}

/*Btn Default--------------------------------------------------*/
.btn_area_S {
	margin-top: 20px;
}

.btn_area_wait {
	text-align: center;
	font-weight: 700;
	margin-top: 40px;
	display: none;
}

.btn_area_center {
	text-align: center;
	margin-top: 40px;
}

.btn_area li {
	margin: 0 8px
}

.btn_area ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.white {
	background-color: #FFF;
	color: #333333;
}

.gray {
	background-color: #333;
	color: #FFF;
}

.light_gray {
	background-color: #b2b2b2;
	color: #FFF;
}

.btn_gray_norm {
	display: inline-block;
	width: 100%;
	color: #FFF;
	height: 48px;
	background-color: #000;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	font-size: 1.4rem;
}

.btn_orange_norm {
	display: inline-block;
	width: 100%;
	color: #000;
	height: 48px;
	background: #f5d78a;
	background: -moz-linear-gradient(center top, #F6DD9F 5%, #F0C24D 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F6DD9F), color-stop(1, #F0C24D));
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	font-size: 1.4rem;
}

.btn_lgray_norm {
	display: inline-block;
	width: 100%;
	color: #FFF;
	height: 48px;
	background-color: #bababa;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	/* font-size: 1.4rem; */
}

.w_mid {
	width: 270px !important;
}

.w_short {
	width: 200px !important;
}

.btn_fix_w {
	width: 200px;
}

.btn_gray_norm_S {
	display: inline-block;
	width: 100%;
	color: #FFF;
	height: 32px;
	background-color: #000;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	font-size: 1.0rem;
}

/*ページング------------------------------------------*/
.paging {
	width: 100%;
	margin-top: 60px;
	border-top: 1px solid #d3d6d6;
	padding: 35px 0 20px 0;
	font-size: 1.2rem;
	display: flex;
	justify-content: space-between;
}

.nav_prev,
.nav_next {
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 30px;
}

.nav_prev a,
.nav_next a {
	width: 100%;
	height: 100%;
	display: block;
}

.list_pageer {
	display: flex;
	gap: 15px;
}

.list_pageer li {
	line-height: 30px;
	width: 15px;
	height: 30px;
}

.list_pageer li a {
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
}

.list_pageer li strong {
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
	border-bottom: 1px solid #000;
	font-weight: normal;
}

.paging ul {
	display: flex;
	justify-content: space-between;
}

/* 目次 -------------------------------------------------

・リンク設定
・共通クラス
・サイト共通
・ヘッダ ・メニュー ・コンテンツ ・フッタ

------------------------------------------------- */
table {
	_line-height: 150%;
	font-size: 100%;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0%;
	height: 0px;
	text-indent: -9999px;
}

.clearer {
	clear: both;
}

.v_middle {
	vertical-align: middle;
}

/* clearfixハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.fontS {
	font-size: 1.0rem;
}

.fontM {
	font-size: 1.3rem;
}

.fontL {
	font-size: 1.8rem;
}

.fontLL {
	font-size: 2.0rem;
}

.font_gray {
	color: #999999;
}

.font_bold {
	font-weight: bold;
}

/* End hide from IE-mac */
/*配置設定クラス*/
.alignL {
	text-align: left !important;
}

.alignC {
	text-align: center !important;
}

.alignR {
	text-align: right !important;
}

.mg_5 {
	margin: 5px !important;
}

.mg_lr5 {
	margin: 0px 5px !important;
}

.mg_t5 {
	margin-top: 5px !important;
}

.mg_b5 {
	margin-bottom: 5px !important;
}

.mg_l5 {
	margin-left: 5px !important;
}

.mg_r5 {
	margin-right: 5px !important;
}

.mg_10 {
	margin: 10px !important;
}

.mg_lr10 {
	margin: 0px 10px !important;
}

.mg_t10 {
	margin-top: 10px !important;
}

.mg_b10 {
	margin-bottom: 10px !important;
}

.mg_l10 {
	margin-left: 10px !important;
}

.mg_r10 {
	margin-right: 10px !important;
}

.mg_12 {
	margin: 12px !important;
}

.mg_lr12 {
	margin: 0px 12px !important;
}

.mg_t12 {
	margin-top: 12px !important;
}

.mg_b12 {
	margin-bottom: 12px !important;
}

.mg_l12 {
	margin-left: 12px !important;
}

.mg_r12 {
	margin-right: 12px !important;
}

.mg_15 {
	margin: 15px !important;
}

.mg_lr15 {
	margin: 0px 15px !important;
}

.mg_t15 {
	margin-top: 15px !important;
}

.mg_b15 {
	margin-bottom: 15px !important;
}

.mg_l15 {
	margin-left: 15px !important;
}

.mg_r15 {
	margin-right: 15px !important;
}

.mg_20 {
	margin: 20px !important;
}

.mg_lr20 {
	margin: 0px 20px !important;
}

.mg_t20 {
	margin-top: 20px !important;
}

.mg_b20 {
	margin-bottom: 20px !important;
}

.mg_l20 {
	margin-left: 20px !important;
}

.mg_r20 {
	margin-right: 20px !important;
}

.mg_25 {
	margin: 25px !important;
}

.mg_lr25 {
	margin: 0px 25px !important;
}

.mg_t25 {
	margin-top: 25px !important;
}

.mg_b25 {
	margin-bottom: 25px !important;
}

.mg_l25 {
	margin-left: 25px !important;
}

.mg_r25 {
	margin-right: 25px !important;
}

.mg_30 {
	margin: 30px !important;
}

.mg_lr30 {
	margin: 0px 30px !important;
}

.mg_t30 {
	margin-top: 30px !important;
}

.mg_b30 {
	margin-bottom: 30px !important;
}

.mg_l30 {
	margin-left: 30px !important;
}

.mg_r30 {
	margin-right: 30px !important;
}

.mg_40 {
	margin: 40px !important;
}

.mg_lr40 {
	margin: 0px 40px !important;
}

.mg_t40 {
	margin-top: 40px !important;
}

.mg_b40 {
	margin-bottom: 40px !important;
}

.mg_l40 {
	margin-left: 40px !important;
}

.mg_r40 {
	margin-right: 40px !important;
}

.mg_t50 {
	margin-top: 50px !important;
}

.mg_b50 {
	margin-bottom: 50px !important;
}

.mg_l50 {
	margin-left: 50px !important;
}

.mg_r50 {
	margin-right: 50px !important;
}

.mg_t60 {
	margin-top: 60px !important;
}

.mg_b60 {
	margin-bottom: 60px !important;
}

.mg_l60 {
	margin-left: 60px !important;
}

.mg_r60 {
	margin-right: 60px !important;
}

.mg_t70 {
	margin-top: 70px !important;
}

.mg_b70 {
	margin-bottom: 70px !important;
}

.mg_l70 {
	margin-left: 70px !important;
}

.mg_r70 {
	margin-right: 70px !important;
}

.mg_t80 {
	margin-top: 80px !important;
}

.mg_b80 {
	margin-bottom: 80px !important;
}

.mg_l80 {
	margin-left: 80px !important;
}

.mg_r80 {
	margin-right: 80px !important;
}

.mg_t90 {
	margin-top: 90px !important;
}

.mg_b90 {
	margin-bottom: 90px !important;
}

.mg_l90 {
	margin-left: 90px !important;
}

.mg_r90 {
	margin-right: 90px !important;
}

.mg_t100 {
	margin-top: 100px !important;
}

.mg_b100 {
	margin-bottom: 100px !important;
}

.mg_l100 {
	margin-left: 100px !important;
}

.mg_r100 {
	margin-right: 100px !important;
}

.pd_5 {
	padding: 5px !important;
}

.pd_lr5 {
	padding: 0px 5px !important;
}

.pd_t5 {
	padding-top: 5px !important;
}

.pd_b5 {
	padding-bottom: 5px !important;
}

.pd_l5 {
	padding-left: 5px !important;
}

.pd_r5 {
	padding-right: 5px !important;
}

.pd_10 {
	padding: 10px !important;
}

.pd_lr10 {
	padding: 0px 10px !important;
}

.pd_t10 {
	padding-top: 10px !important;
}

.pd_b10 {
	padding-bottom: 10px !important;
}

.pd_l10 {
	padding-left: 10px !important;
}

.pd_r10 {
	padding-right: 10px !important;
}

.pd_15 {
	padding: 15px !important;
}

.pd_lr15 {
	padding: 0px 15px !important;
}

.pd_t15 {
	padding-top: 15px !important;
}

.pd_b15 {
	padding-bottom: 15px !important;
}

.pd_l15 {
	padding-left: 15px !important;
}

.pd_r15 {
	padding-right: 15px !important;
}

.pd_20 {
	padding: 20px !important;
}

.pd_lr20 {
	padding: 0px 20px !important;
}

.pd_t20 {
	padding-top: 20px !important;
}

.pd_b20 {
	padding-bottom: 20px !important;
}

.pd_l20 {
	padding-left: 20px !important;
}

.pd_r20 {
	padding-right: 20px !important;
}

.pd_0 {
	padding: 0 !important;
}

.last_item {
	margin-right: 0px !important;
}

.img100 {
	width: 100%;
}

#color_tip_1 a {
	background-color: #FFF;
}

#color_tip_2 a {
	background-color: #4c4c4c;
}

#color_tip_3 a {
	background-color: #b7b7b7;
}

#color_tip_4 a {
	background-color: #877163;
}

#color_tip_5 a {
	background-color: #e3d4b5;
}

#color_tip_6 a {
	background-color: #94a27e;
}

#color_tip_7 a {
	background-color: #6d86e1;
}

#color_tip_8 a {
	background-color: #9d5e9d;
}

#color_tip_9 a {
	background-color: #e9d77a;
}

#color_tip_10 a {
	background-color: #f4a2ca;
}

#color_tip_11 a {
	background-color: #ec656d;
}

#color_tip_12 a {
	background-color: #e4a875;
}

#color_tip_13 a {
	background-color: #d3d3d3;
}

#color_tip_14 a {
	background-color: #d7c89a;
}