.recommended .container {
  width: 750px;
}

.recommended_title {
  border-bottom: 1px solid #039;
  border-top: 1px solid #039;
  color: #039;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 60px;
  padding: 20px 50px;
}

.recommended_center {
  text-align: center;
}

.recommended_lists {
  margin-bottom: 80px;
}

.recommended_lists_item {
  border-bottom: 1px dashed #c9caca;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.recommended_lists_item_inner {
  display: flex;
  min-height: 210px;
  padding-left: 20px;
  padding-right: 20px;
}

.recommended_lists_item_left {
  border: 1px #aaa solid;
  width: 150px;
}

.recommended_lists_item_left_logo {
  margin: 0 auto 15px;
  width: 43px;
}

.recommended_lists_item_left_title {
  color: #039;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  text-align: center;
}

.recommended_lists_item_left_img {
  margin: 0 auto;
  width: 87px;
}

.recommended_lists_item_right {
  padding-left: 55px;
  width: calc(100% - 150px);
}

.recommended_lists_item_right_date {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.recommended_lists_item_right_text {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 60px;
}

.recommended_lists_item_right_btn {
  text-align: center;
}

.recommended_lists_item_right_btn a {
  background-color: #ff6280;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  min-width: 170px;
  padding: 17px 20px 17px 20px;
  position: relative;
}

.recommended_lists_item_right_btn a::after {
  background-image: url(../img/information_detail/icon_left_white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 10px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}

.recommended_lists_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .recommended .container {
    width: auto;
  }
  .recommended_title {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 10px 25px;
  }
  .recommended_lists {
    margin-bottom: 40px;
  }
  .recommended_lists_item {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .recommended_lists_item_inner {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .recommended_lists_item_left {
    margin-bottom: 20px;
    order: 2;
  }
  .recommended_lists_item_right {
    margin-bottom: 20px;
    padding-left: 0;
    width: 100%;
  }
  .recommended_lists_item_right_date {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .recommended_lists_item_right_text {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .recommended_lists_item_right_btn {
    order: 3;
    width: 100%;
  }
}
/*# sourceMappingURL=recommended.css.map */
