.ac_utils-middle {
  vertical-align: middle;
}
.ac_utils-grid-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ac_tag--black {
  color: #fff;
  background-color: #000;
}

.fuha_bnrarea {
  padding-top: 50px;
  font-family: "Noto Sans JP", sans-serif;
}
.fuha_ttl {
  padding: 30px 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  background: url("/-/media/FF3419B324C94432959E0D3A5CAE829C.ashx") no-repeat center right;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .fuha_ttl {
    padding: 0;
    margin-bottom: 10px;
    font-size: 22px;
    background: none;
  }
}
@media screen and (max-width: 480px) {
  .fuha_ttl {
    background: none;
  }
}
.fuha_ttl > span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .fuha_ttl > span {
    font-size: 14px;
  }
}
.fuha_cal--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .fuha_cal--2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fuha_cal--2 .cal-child {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .fuha_cal--2 .cal-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fuha_cal--2 .cal-child:last-child {
    margin-bottom: 0;
  }
}
.fuha_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 0.95;
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #19a2d0;
  border-radius: 5px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.fuha_btn:after {
  position: absolute;
  top: calc(50% - 7px);
  right: 28px;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  border-right: solid 2px #19a2d0;
  border-bottom: solid 2px #19a2d0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fuha_btn__icon {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
.fuha_btn__icon.--video {
  background: url("/-/media/2EE82F4FD10D441EBFF0CA546DE5671C.ashx");
}
.fuha_btn__icon.--come {
  background: url("/-/media/52140E7796E94CF4949502953A0CA90B.ashx");
}
.fuha_btn__txt {
  width: calc(100% - 55px);
}
.fuha_btn__txt small {
  margin-left: 0.5em;
  font-size: 12px;
  font-weight: 400;
}
.fuha_btn:visited {
  color: #000;
}
.fuha_btn:hover {
  color: #fff;
  text-decoration: none !important;
  background-color: #19a2d0;
}
@media screen and (max-width: 768px) {
  .fuha_btn:hover {
    color: #000;
    background-color: #fff;
  }
}
.fuha_btn:hover:after {
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.fuha_btn:hover .fuha_btn__icon.--video {
  background: url("/-/media/C2896A4085504F5D9E89C1BA38889FC5.ashx");
}
@media screen and (max-width: 768px) {
  .fuha_btn:hover .fuha_btn__icon.--video {
    background: url("/-/media/2EE82F4FD10D441EBFF0CA546DE5671C.ashx");
  }
}
.fuha_btn:hover .fuha_btn__icon.--come {
  background: url("/-/media/3C2659606B174B98A39007EA9660E4C3.ashx");
}
@media screen and (max-width: 768px) {
  .fuha_btn:hover .fuha_btn__icon.--come {
    background: url("/-/media/52140E7796E94CF4949502953A0CA90B.ashx");
  }
}
@media screen and (max-width: 900px) {
  .fuha_btn .ss-txt-kaigyou {
    display: block;
  }
}
@media screen and (min-width: 901px) {
  .fuha_btn .ss-txt-kaigyou {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .fuha_btn .ss-txt-kaigyou {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .fuha_btn .ss-txt-kaigyou {
    display: block !important;
  }
}
