.u-base-color {
  color: #115740 !important;
}
.u-second-color {
  color: #108f62 !important;
}
.u-list-line-color {
  color: #e8e8e8 !important;
}
.u-font-bold {
  font-weight: bold !important;
}
.u-name-color {
  color: #00f !important;
}
.u-text-left {
  text-align: left !important;
}
.u-text-center {
  text-align: center !important;
}
.u-text-right {
  text-align: right !important;
}
.u-text-link a {
  background-color: transparent;
  text-decoration: none;
  color: #0074d9;
}
.u-text-link a:hover {
  text-decoration: underline;
}
.u-text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}
.u-button-search {
  display: inline-block;
  border-radius: 20%;
/* 角丸       */
  font-size: 16pt;
/* 文字サイズ */
  text-align: center;
/* 文字位置   */
  cursor: pointer;
/* カーソル   */
  padding: 4px 4px;
/* 余白       */
  background: #030;
/* 背景色     */
  color: #fff;
/* 文字色     */
  line-height: 1em;
/* 1行の高さ  */
  transition: 0.3s;
/* なめらか変化 */
  box-shadow: 6px 6px 3px #666;
/* 影の設定 */
  border: 2px solid #030;
/* 枠の指定 */
}
.u-button-search:hover {
  box-shadow: none;
/* カーソル時の影消去 */
  color: #030;
/* 背景色     */
  background: #fff;
/* 文字色     */
}
.u-ttl>h4 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 15px;
  margin-bottom: 1em;
  color: #fff;
  border-radius: 10px;
  background: #1a1a1a;
}
.u-ttl>h4::after {
  position: absolute;
  content: '';
  left: 1em;
  bottom: -28px;
  width: 0;
  height: 0;
  border-top: 15px solid #1a1a1a;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.u-ttl h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0 10px 2px;
  border-left: 5px solid #108f62;
  padding: 5px 3px 5px 10px;
}
/* 768px～：タブレット
------------------------------ */
/* 1080px〜：小型PC
------------------------------ */
/* 1280px〜：大型PC
------------------------------ */
/* 1500px〜：超大型PC
------------------------------ */
