@charset "utf-8";

/* ======================================
2021/5/26 added by tsuji
======================================== */

/* --------------- Hair Menu --------------- */

.box-menu {
	padding: 5px 15px 20px;
	margin: 2em 0;
	color: #2c2c2f;
	background: #e5fcf8;
}


/* ======================================
2023/2/4 added by Fabo
======================================== */

.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs15 { font-size: 15px; }
.fs16 { font-size: 16px; }
.fs17 { font-size: 17px; }
.fs18 { font-size: 18px; }
.fs19 { font-size: 19px; }
.fs20 { font-size: 20px; }

.entry-content .row {
	margin-left: -10px;
	margin-right: -10px;
}
.entry-content .row > div {
	margin-bottom: 20px;
	padding: 0 10px;
}
.term-contact .entry-content .row {
	margin: 0;
}
.term-contact .entry-content .row > div {
	margin: 0;
	padding: 0;
}

.entry-content .template-text :first-child {
	margin-top: 0;
}

.entry-content dl dt {
	color: #199c9e;
	font-size: 17px;
	font-weight: bold;
}
.entry-content dl dd {
	margin-bottom: 10px;
}

.entry-content .template-img-right {
	margin-left: 30px;
}
.entry-content .template-img-left {
	margin-right: 30px;
}

.strong {
	color: #199c9e;
}

.contents-featurebox {
	margin-bottom: 60px;
}
.contents-featurebox-item {
	padding: 30px 30px 35px;
	background: #eff5f4;
}
.contents-featurebox h3 {
	margin-bottom: 10px;
	border: none;
	background: none;
	line-height: 1.4;
	font-size: 21px;
	text-align: center;
}
.contents-featurebox h3 small {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
}

.contents-messagebox-wrap {
	margin: 40px 0 70px;
}
.contents-messagebox {
	margin-bottom: 50px;
}
.contents-messagebox:last-child {
	margin: 0;
}
.contents-messagebox .template-img-right {
	margin-left: 45px;
}
.contents-messagebox .template-img-left {
	margin-right: 45px;
}
.contents-messagebox  .template-text {
	padding-top: 20px;
}
.contents-messagebox .template-text h3 {
	margin-bottom: 18px;
	padding: 0;
	border: none;
	background: none;
	line-height: 1.4;
	font-size: 23px;
}

.contents-colorbox {
	margin-bottom: 30px;
	padding: 25px;
	background: #eff5f4;
}
.contents-colorbox :first-child {
	margin-top: 0;
}
.contents-colorbox :last-child {
	margin-bottom: 0;
}
.contents-colorbox h4 {
	margin-bottom: 4px;
}

.list-check li {
	position: relative;
	margin: 0 0 10px 0 !important;
	padding-left: 25px;
	list-style: none !important;
	line-height: 1.8;
}
.list-check li:before {
	content: "\f00c";
	position: absolute;
	top: 0;
	left: 0;
	color: #199c9e;
	font-family: "Font Awesome 5 Free";
 	font-weight: 900;
	font-size: 15px;
	line-height: 1.8;
}
.list-check li:last-child {
	margin-bottom: 0 !important;
}

.table-menu {
	margin-bottom: 25px;
}
.table-menu th,
.table-menu td {
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #ddd;
}
.table-menu td {
	text-align: right;
	font-weight:bold;
}