/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 08 2024 | 02:02:56 */
/* font */
.font-mincho {font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;}

/* font-color */
.tc-red {color:#ac1f28 !important;}

/* line-height */
.lh-0 { line-height: 0 !important; }
.lh-1 { line-height: 1 !important; }
.lh-2 { line-height: 1.5 !important; }
.lh-3 { line-height: 2 !important; }
.lh-4 { line-height: 2.5 !important; }
.lh-5 { line-height: 3 !important; }

/* border */
.border-red {border-color: #ac1f28 !important;}
.border-solid {border-style: solid !important;}
.border-w-1 {border-width: 1px !important;}
.border-w-2 {border-width: 2px !important;}
.border-bottom {border-bottom: 1px;}

/* Fontawesome */
.fa-3xl {
    font-size: 2.5em;
    line-height: .027em;
    vertical-align: -.2275em;
}

/* UL/OL */
ul.list-check {
  list-style-type: none;
}
ul.list-check > li {
  position: relative;
  line-height: 1.8;
}
ul.list-check > li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #9c9c9c;
  border-bottom: 3px solid #9c9c9c;
  transform: rotate(-45deg);
}