@charset "utf-8";
/*
ページごとの設定や、位置調整、テキスト装飾などで使用する汎用的なものとを記述します。
Anything used for general purpose such as setting for every page, position adjustment, and text decoration will be written.

接頭辞はUtilityの頭文字を取って【u_】とします。
Prefix will take the "Utility" first letter and use it as "u_".

clearfixのみ、例外的に接頭辞をつけてません。
This not apply to "clearfix".

フォントサイズはremで指定します。
"rem" will be used for font-size.
*/

.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_mab80 {
	margin-bottom: 80px;
}
.u_mab100 {
	margin-bottom: 100px;
}

.u_mar5 {
	margin-right: 5px;
}
.u_mar10 {
	margin-right: 10px;
}
.u_mar15 {
	margin-right: 15px;
}
.u_mar20 {
	margin-right: 20px;
}

.u_disB {
	margin-right: 20px;
	display: block;
}

.u_ALcenter {
	text-align: center;
}
.u_ALright {
	text-align: right;
}
.u_ALleft {
	text-align: left;
}
.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: #f00;
}
.u_black {
	color: #000;
}
.u_white {
	color: #fff;
}
.u_yellow {
	color: #f8e187;
}
.u_brown {
	color: #b67f3d;
}
.u_blue {
	color: #1086b4;
}

.u_bold {
	font-weight: bold;
}
.u_underline {
	text-decoration: underline;
}
.u_strike {
	text-decoration: line-through;
}
.u_fw_normal {
	font-weight: normal;
}

.u_img_floatL {
	float: left;
	margin-right: 20px;
}
.u_img_floatR {
	float: right;
	margin-left: 20px;
}

.u_fs0 {
	font-size: 0;
}
.u_fs11 {
	font-size: 1.1rem;
}
.u_fs12 {
	font-size: 1.2rem;
}
.u_fs13 {
	font-size: 1.3rem;
}
.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: 2.0rem;
}
.u_fs21 {
	font-size: 2.1rem;
}
.u_fs22 {
	font-size: 2.2rem;
}
.u_fs23 {
	font-size: 2.23rem;
}
.u_fs24 {
	font-size: 2.4rem;
}

.u_inline {
	display: inline-block;
}
.u_inline2 {
	display: inline !important;
}

.u_indent {
	text-indent: 1rem;
}

.u_indent02 {
	display: inline-block;
	padding-left: 4rem;
}

.u_indent03 {
	padding-left: 3.5rem;
	text-indent: -3.5rem;
}

.u_kome {
	text-indent: -1.8rem;
	padding-left: 1.8rem;
}
.u_kome02 {
	text-indent: -10rem;
	padding-left: 10rem;
}
.u_kome03 {
	text-indent: -15rem;
	padding-left: 15rem;
}
.u_kome04 {
	text-indent: -5rem;
	padding-left: 5rem;
}

.u_disable {
	pointer-events: none;
}

.u_nolink {
	color: #333 !important;
	text-decoration: none;
}
.u_nolink:hover,
.u_nolink > *:hover {
	opacity: 0.7;
}

.u_link_nomal {
	font-size: 1.8rem !important;
	color: #229949 !important;
	text-decoration: none !important;
}

.u_new {
	margin-left: 5px;
	padding: 5px 10px 3px !important;
	-moz-padding: 4px 10px !important;
	/* display: inline-flex !important; */
	display: inline-block !important;
	font-size: 80% !important;
	color: #ffffff !important;
	line-height: 1;
	border-radius: 5px;
	background: #ff0000 !important;
	position: absolute !important;
	top: 37%;
	/* top: -2px; */
	right: 5px;
	width: 50px !important;
}

.u_new.is_ver {
	top: 52px !important;
	z-index: 1;
}

.u_new.is_nav {
	position: absolute;
	height: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
}

.u_img {
	border: 1px solid #333;
}

.u_padhorLg {
	padding: 0 200px;
}
.u_block {
	display: block;
}

.u_flex {
	display: flex;
}
/*----------------------------------------------
	.clearfix
---------------------------------------------*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

.u_greeting_president_detail {
	padding-top: 152px;
	margin-top: 0px;
}
