@charset "utf-8";

.temporary__box {
  display: flex;
  position: relative;
  margin-bottom: 50px;
  /* max-width: 800px; */
  margin: 0 auto 50px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 50px;
}

.temporary__box__left {
  width: 25%;
  margin-right: 25px;
}

.temporary__box__left figure {}

.temporary__box__left figure img {}

.temporary__box__right {
  width: 67%;
}

.temporary__box__right .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.temporary__box__right dl {
  display: flex;
  margin-bottom: 10px;
}

.temporary__box__right dl dt {
  margin-right: 15px;
  min-width: 50px;
}

.temporary__box__right dl dd {}

.temporary__box .no_service {}

.temporary__box .anchor {
  position: absolute;
  right: 0;
  bottom: 20px;
}

.temporary__box .anchor a {}

.temporary__box .anchor a:hover {}


@media screen and (max-width:991px) {
  .temporary__box {
    display: block;
  }

  .temporary__box__left {
    width: 40%;
    margin-bottom: 25px;
    margin: 0 auto 25px;
  }

  .temporary__box__left figure {}

  .temporary__box__left figure img {}

  .temporary__box__right {
    width: 100%;
  }

  .temporary__box__right .title {}

  .temporary__box__right dl {}

  .temporary__box__right dl dt {}

  .temporary__box__right dl dd {}

  .temporary__box .no_service {}

  .temporary__box .anchor {
    position: relative;
    text-align: right;
    bottom: 0;
  }

  .temporary__box .anchor a {}

  .temporary__box .anchor a:hover {}

}


@media screen and (max-width:767px) {

  .content-inner>section {
    padding: 25px 0;
  }

  .temporary__box {}

  .temporary__box__left {}

  .temporary__box__left figure {}

  .temporary__box__left figure img {}

  .temporary__box__right {}

  .temporary__box__right .title {
    font-size: 18px;
  }

  .temporary__box__right dl {
    display: block;
  }

  .temporary__box__right dl dt {
    margin-right: 0;
  }

  .temporary__box__right dl dd {}

  .temporary__box .no_service {}

  .temporary__box .anchor {
    top: 15px;
  }

  .temporary__box .anchor a {}

  .temporary__box .anchor a:hover {}

}