@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■box_list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#box_list .txt_area {
  border: 6px solid #A8E1FF;
  padding: 34px 50px 43px;
  position: relative;
  z-index: 1;
}

#box_list .txt_area .ttl {
  font-weight: bold;
  color: #646464;
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

#box_list .txt_area .txt {
  font-size: 1.7rem;
  line-height: 2;
}

#box_list .txt_area .tel {
  font-weight: bold;
  background: url(../img/ico_tel02.png) no-repeat left center;
  background-size: auto 23px;
  padding-left: 25px;
  padding-top: 2px;
}

#box_list li {
  margin-bottom: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#box_list li:last-of-type {
  margin-bottom: 0;
}

#box_list .box01 .img {
  width: 413px;
  height: 390px;
}

#box_list .box01 .txt_area {
  margin-top: 41px;
  width: 724px;
  margin-left: calc(1100px - (413px + 724px));
}

#box_list .box02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 96px;
}

#box_list .box02 .img {
  width: 621px;
  height: 361px;
}

#box_list .box02 .txt_area {
  margin-top: 94px;
  width: 524px;
  margin-right: calc(1100px - (621px + 524px));
}

#box_list .box03 {
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#box_list .box03 .img {
  width: 471px;
  height: 309px;
  margin-left: 53px;
}

#box_list .box03 .txt_area {
  width: 490px;
  margin-top: -27px;
}

#box_list .box04 {
  float: right;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding-top: 81px;
  margin-bottom: 0;
}

#box_list .box04 .img {
  width: 470px;
  height: 309px;
  margin-top: -34px;
  margin-left: 54px;
}

#box_list .box04 .txt_area {
  width: 498px;
}

#box_list .box05 {
  clear: both;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#box_list .box05 .img {
  width: 576px;
  height: 390px;
}

#box_list .box05 .txt_area {
  width: 475px;
  margin-left: -31px;
}

@media only screen and (max-width: 767px) {
  #box_list .txt_area {
    width: calc(100% + 25px) !important;
    padding: 35px 25px;
    margin: -28px -25px 0 0 !important;
  }
  #box_list .txt_area .ttl {
    font-size: 1.8rem;
  }
  #box_list .txt_area .txt {
    font-size: 1.2rem;
    line-height: 1.91;
  }
  #box_list .txt_area .tel {
    background-size: auto 18px;
    padding-left: 20px;
    padding-top: 3px;
  }
  #box_list .img {
    width: calc(100% + 25px) !important;
    height: auto !important;
    margin: 0 0 0 -25px !important;
    padding-right: 35px;
  }
  #box_list .img img {
    width: 100% !important;
    height: auto !important;
  }
  #box_list li {
    margin-bottom: 40px !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    float: none !important;
    padding: 0 !important;
    overflow: inherit !important;
  }
  #box_list li:last-of-type {
    margin-bottom: 0 !important;
  }
  #box_list li:nth-of-type(2n) .txt_area {
    margin-left: -25px !important;
    margin-right: 0 !important;
  }
  #box_list li:nth-of-type(2n) .img {
    margin-right: -25px !important;
    margin-left: 0 !important;
    padding: 0 0 0 35px;
  }
}
