@charset "UTF-8";
/*
 common
========================================== */
.bgc_f7f7f7 {
  background-color: #f7f7f7;
}
.bdr_d1d1d1 {
  border: solid 1px #d1d1d1;
}
.bgc_fff2f4 {
  background-color: #fff2f4;
}
.w100 {
  width: 100%;
}

/*
 conTtl
========================================== */
.conTtl {
  margin: 0 auto 24px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.conTtl > span {
  display: inline-block;
  border-bottom: 6px solid #ff4d73;
}

/*
 conBtn
========================================== */
.conBtnWrap {
  margin: 0 32px;
  display: flex;
  justify-content: center;
}
.conBtnWrap.column2 .conBtn {
  width: 432px;
  /* margin-right: 32px; */
}
.conBtnWrap.column3 .conBtn {
  width: 289px;
  margin-right: 14px;
}
.conBtnWrap > .conBtn:last-child {
  margin-right: 0 !important;
}
.conBtn a {
  background-color: #458408;
  border-radius: 4px;
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 36px;
  box-sizing: border-box;
}
.conBtn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.conBtn a .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  width: 91px;
  height: 91px;
}
.conBtn a .txt {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.363;
}
.conBtn a .txt > span {
  font-size: 22px;
}
.conBtn a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border: solid #fff;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
}

/*
 ancNav
========================================== */
.ancNav {
  padding: 10px 0 9px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.ancNav ul {
  display: flex;
}
.ancNav ul > li {
  width: calc((100% - 4px) / 3);
  border-left: solid 1px #ccc;
}
.ancNav ul > li:last-child {
  border-right: solid 1px #ccc !important;
}
.ancNav ul > li > a {
  width: 100%;
  height: 46px;
  padding-bottom: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal !important;
  text-align: center;
  color: #000 !important;
  position: relative;
  line-height: 1.3;
}
.ancNav ul > li > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 2px;
  left: 50%;
  box-sizing: border-box;
}
.ancNav ul > li > a:hover {
  opacity: 0.8 !important;
  text-decoration: none !important;
}

/*
 ecm-search-alcor
======================================= */
.ecm-search-alcor-v2-title {
  color: #1d54a7 !important;
}

/*
 con04
======================================= */
.con._04 p > span {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
