@charset "UTF-8";
:root { --white01: #ffffff; --black01: #000000; --red01: #E60012; --red02: #E70012; --red03: #DA3023; --blue01: #2A289D; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ common
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* grid */
.d-grid { display: grid; }

/* flex */
.d-flex { display: flex; }

/* gap */
.gap10px { gap: 10px; }
.gap20px { gap: 20px; }
.gap30px { gap: 30px; }

/* margin */
.mt10px { margin-top: 10px; }
.mt20px { margin-top: 20px; }
.mt30px { margin-top: 30px; }
.mt40px { margin-top: 40px; }
.mt50px { margin-top: 50px; }

/* text-align */
.tac { text-align: center; }
.tar { text-align: right; }
.tal { text-align: left; }

@media only screen and (min-width: 768px) {
  .pc_ai-center { align-items: center; }
  .pc_ml0\.2rem { margin-left: 0.2rem; }
}

@media only screen and (max-width: 767px) {
  .sp_d-flex { display: flex; }
  .sp_fw-wrap { flex-wrap: wrap; }
  .sp_ai-center { align-items: center; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ custom
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* news_sec */
#news_sec .news_list a:hover { text-decoration: underline; }
/* new_product_sec */
#new_product_sec .product_list a:hover { text-decoration: underline; }
/* product_sec */
#product_sec .list a:hover { text-decoration: underline; }
/* seminar_sec */
#seminar_sec { background: var(--red03); position: relative; z-index: 0; }
#seminar_sec .hd01 { text-align: left; margin-bottom: 17px; }
#seminar_sec .seminar_list { color: #fff; line-height: 1.66667; margin-bottom: 50px; }
#seminar_sec .seminar_list li { margin-bottom: 25px; }
#seminar_sec .seminar_list li:last-of-type { margin-bottom: 0; }
#seminar_sec .seminar_list .wrap { display: flex; }
#seminar_sec .seminar_list a { transition: all 0.25s linear;}
#seminar_sec .seminar_list a:hover { opacity: .8; transition: all 0.25s linear; text-decoration: underline; }
#seminar_sec .seminar_list .date { width: 135px; padding-right: 10px; font-size: 1.3rem;}
#seminar_sec .seminar_list .txt { width: calc(100% - 135px); }
@media only screen and (max-width: 767px) {
  #seminar_sec .seminar_list { margin-bottom: 30px; }
  #seminar_sec .seminar_list .wrap { display: block; }
  #seminar_sec .seminar_list .date {padding-right: 0; margin-bottom: 10px; width: auto; }
  #seminar_sec .seminar_list .txt { width: 100%; }
}

.kaisai-date { display: inline-block; margin-bottom: .2em; padding: .1em .3em; border: 1px solid var(--white01); font-size: 1.2rem; }