@charset "utf-8";

.u_mat0 { margin-top: 0; }
.u_mat5 { margin-top: 5px; }
.u_mat10 { margin-top: 10px; }
.u_mat20 { margin-top: 20px; }
.u_mat30 { margin-top: 30px; }
.u_mat40 { margin-top: 40px; }
.u_mat50 { margin-top: 50px; }

.u_mab0 { margin-bottom: 0; }
.u_mab5 { margin-bottom: 5px; }
.u_mab10 { margin-bottom: 10px; }
.u_mab15 { margin-bottom: 15px; }
.u_mab20 { margin-bottom: 20px; }
.u_mab25 { margin-bottom: 25px; }
.u_mab30 { margin-bottom: 30px; }
.u_mab40 { margin-bottom: 40px; }
.u_mab50 { margin-bottom: 50px; }
.u_mab60 { margin-bottom: 60px; }
.u_mab100 { margin-bottom: 100px; }
.u_mab150 { margin-bottom: 150px; }

.u_mar10 { margin-right: 10px; }
.u_mar20 { margin-right: 20px; }

.u_mal10 { margin-left: 10px; }
.u_mal20 { margin-left: 20px; }

.u_margin_auto{ margin: 0 auto; }

.u_ALcenter { text-align: center!important; }
.u_ALright { text-align: right!important; }
.u_ALleft { text-align: left!important; }
.u_ALjustify{ text-align: justify!important; }
.u_ALtop { vertical-align: top; }
.u_ALmiddle { vertical-align: middle; }
.u_ALbottom { vertical-align: bottom; }

.u_float_left { float: left; }
.u_float_right { float: right; }

.u_red { color: #e31010; }
.u_black { color: #333; }
.u_white { color: #fff; }
.u_yellow { color: #f8e187; }
.u_green { color: #3F920F; }
.u_main_color { color: var(--main_color); }

.u_bold { font-weight: bold; }
.u_fw_normal { font-weight: normal; }
.u_underline { text-decoration: underline; }
.u_strike { text-decoration: line-through; }

.u_img_floatL { float: left; margin-right: 20px; }
.u_img_floatR { float: right; margin-left: 20px; }

.u_fs11 { font-size: 1.1rem; }
.u_fs12 { font-size: 1.2rem; }
.u_fs13 { font-size: 1.3rem; }
.u_fs14 { font-size: 1.4rem; }
.u_fs15 { font-size: 1.5rem; }
.u_fs16 { font-size: 1.6rem; }
.u_fs17 { font-size: 1.7rem; }
.u_fs18 { font-size: 1.8rem; }
.u_fs19 { font-size: 1.9rem; }
.u_fs20 { font-size: 2rem; }
.u_fs21 { font-size: 2.1rem; }
.u_fs22 { font-size: 2.2rem; }
.u_fs23 { font-size: 2.3rem; }
.u_fs24 { font-size: 2.4rem; }

.u_inline { display: inline; }
.u_inlineblock { display: inline-block; }

.u_disable { pointer-events: none; }

.u_hover:hover { opacity: .7; }

.u_sp {
  display: none;
}

.u_pos_relative{
  position: relative;
}

/*----------------------------------------------
	.u_indent
---------------------------------------------*/
.u_indent01 {
	text-indent: -1em;
	padding-left: 1em;
}
.u_indent02 {
	text-indent: -2em;
	padding-left: 2em;
}
.u_indent03 {
	text-indent: -3em;
	padding-left: 3em;
}

/*----------------------------------------------
	.u_flex
---------------------------------------------*/
.u_flex {
	display: flex;
}

.u_flex.is_jc_end { 
  flex-wrap: wrap;
	justify-content: flex-end;
}
.u_flex.is_jc_center { 
	flex-wrap: wrap;
	justify-content: center;
}
.u_flex.is_jc_spBetween { 
	flex-wrap: wrap;
	justify-content: space-between;
}
.u_flex.is_jc_spAround { 
	flex-wrap: wrap; 
	justify-content: space-around;
}
.u_flex.is_jc_spEvenly { 
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.u_flex.is_jc_end.no_wrap,
.u_flex.is_jc_center.no_wrap,
.u_flex.is_jc_spBetween.no_wrap,
.u_flex.is_jc_spAround.no_wrap {
  flex-wrap: nowrap;
}

.u_flex.is_column {
	flex-wrap: wrap;
	flex-direction: column;
}
.u_flex.is_ai_end { 
	align-items: flex-end;
}
.u_flex.is_ai_center { 
	align-items: center;
}

.u_gap5{ gap: 5px; }
.u_gap10{ gap: 10px; }
.u_gap12{ gap: 12px; }
.u_gap20{ gap: 20px; }
.u_gap30{ gap: 30px; }

.u_width100{ width: 100%; }
.u_widthfit{ width: fit-content; }

.u_w35{ width: 35px; }
.u_w40{ width: 40px; }
.u_w65{ width: 65px; }
.u_w75{ width: 75px; }
.u_w90{ width: 90px; }
.u_w100{ width: 100px; }
.u_w110{ width: 110px; }
.u_w120{ width: 120px; }
.u_w130{ width: 130px; }
.u_w140{ width: 140px; }
.u_w150{ width: 150px; }
.u_w200{ width: 200px;}
.u_w230{ width: 230px;}
.u_w350{ width: 350px;}
.u_w530{ width: 530px;}
.u_w600{ width: 600px;}

.u_jichitai{
  min-width: 70px;
  max-width: 110px;
}

.u_bukyoku{
  min-width: 70px;
  max-width: 110px;
}

/*----------------------------------------------
	.clearfix
---------------------------------------------*/
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

/*----------------------------------------------
    CONTENTS
---------------------------------------------*/
.u_mascot {
	width: 40px;
	height: auto;
}

.u_table_toggle {
	color: var(--btnbackground);
	font-weight: bold;
	background: none;
	border: none;
	cursor: pointer;
	position: relative;
	background: url(../images/icon_minus.svg) no-repeat;
	background-position: left;
	padding-left: 1.5em;
	transition: 0.1s;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

	.u_table_toggle:hover {
		opacity: 0.7;
	}

	.u_table_toggle.is_close {
		background: url(../images/icon_plus.svg) no-repeat;
		background-position: left;
		margin-left: auto;
		margin-bottom: 0 !important;
		position: relative;
		bottom: unset;
		right: unset;
	}
/*----------------------------------------------
    CUSTOM
---------------------------------------------*/
.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
	color: #f00;
}

.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
	color: #00f;
}