@charset "utf-8";

/* ===== セミナー */
UL.event {
  border-top: 1px solid #c9c9c9;
}
UL.event LI {
  border-bottom: 1px solid #c9c9c9;
  padding:8px 0;
}
UL.event DT {
  width:8em;
  color:#333;
  font-size:14px;
  text-decoration:none;
  margin-top:1px;
  float:left;
}
UL.event DD {
  padding-left:8em;
}
UL.event .lb_ico {
  width:4.5em;
  text-decoration:none;
  text-align:center;
  vertical-align:top;
  margin:0 0 0 8px;
  float:right;
}

@media (max-width:640px) {
}

/*------------------------------------------------------
210916 LS added
------------------------------------------------------*/
a.imgHover img {
	width: 100%;
}
a.imgHover:hover img {
	opacity: 0.6;
}

/* 230522 */

.top_costblock {
  display: flex;
  margin-bottom: 120px;
  position: relative;
}

.top_costblock li:not(:first-of-type) {
  margin-left: 30px;
}

.top_costblock li {
  background: #f2f7f9;
  padding: 40px 20px 20px;
  position: relative;
}

.top_costblock li span {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 15px 0;
  background: #217892;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
}

.top_costblock li h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}

.top_costblock li img {
  display: block;
  margin: 0 auto;
}

.top_costblock::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 70px 0 70px;
  border-color: #217892 transparent transparent transparent;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.top_costblock__answer {
  text-align: center;
}

.top_costblock__answer span {
  color: #217892;
}

@media (max-width: 640px) {
  .top_costblock {
    flex-wrap: wrap;
  }

  .top_costblock li:not(:first-of-type) {
    margin-left: 0;
    margin-top: 20px;
  }

  .top_costblock li {
    width: 100%;
  }
}

.column_bnr {
  width: 100%;
}

.column_bnr a {
  border: 2px solid #cf142b;
  display: flex;
  transition: 0.3s;
  color: #000 !important;
}

.column_bnr a:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #000 !important;
}

.column_bnr a img {
  width: 288px;
  object-fit: cover;
  flex-shrink: 0;
}

.column_bnr__textArea {
  padding: 20px 30px;
}

.column_bnr__textArea h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.column_bnr__textArea span {
  display: inline-block;
  background: #cf142b;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
}

@media (max-width: 640px) {
  .column_bnr a {
    display: block;
  }

  .column_bnr a img {
    width: 100%;
  }
}

.top_flow__list li {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.top_flow__list {
  margin-bottom: 40px;
}

.top_flow__list li img {
  display: block;
  margin: 0 auto;
}

.top_flow__list li span {
  color: #217892;
  font-size: 30px;
  font-weight: bold;
  width: 50px;
  flex-shrink: 0;
}

.top_flow__list li h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.top_flow__img {
  width: 160px;
}

@media (max-width: 640px) {
  .top_flow__list li span {
    width: 40px;
  }

  .top_flow__img {
    width: 67px;
    flex-shrink: 0;
    margin-right: 10px;
  }

  .top_flow__list li img {
    width: 80%;
  }
}
