@charset "utf-8";

/* 20201209_800px->725px */
.l-main-wrap {
    width: 725px;
}

.bg-white {
  background-color: #FFF;
  border: 1px solid #ccc;
  padding: 0px 25px;
  margin-bottom: 25px;
}

.pref-title {
  font-size: 24px;
  margin-top: 5px;
  font-weight: normal;
  margin-bottom: 10px;
  border-bottom: #dd6765 1px solid;
}

.area-title {
    font-size: 20px;
    padding: 6px 15px;
    font-weight: normal;
    margin: 5px 0px 5px;
}

.area-commitment-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin: 20px 0px 20px 0px;
}

.area-commitment-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
  border: 0.5px solid #ccc;
  background: #fff;
  margin-bottom: 20px;
  }

.item-head {
  width: 100%;
  height: 186px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.item-head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 186px;
}

.item-title {
  box-shadow: 0 0 5px #bbb;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 93%;
  height: auto;
  color: #f2575b;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 5px;
  z-index: 1;
  margin-bottom: 10px;
}

.item-title:hover {
  opacity: 0.8;
}

.item-text {
  text-align: left;
  padding: 5px 20px;
  font-size: 0.9em;
  line-height: 1.6em;
  color: #dd6765;
}

@media screen and (max-width:480px) {
  .l-main-wrap {
    width: 100%;
  }
  .bg-white {
    background-color: #FFF;
    border: 1px solid #ccc;
    margin: 25px 10px;
    padding: 0px 10px;
  }
  .sp-title {
    font-size: 16px;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 10px;
  }

  .pref-title {
    font-size: 17px;
    margin: 5px 0px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: #dd6765 1px solid;
  }
  .area-title {
    font-size: 16px;
    padding: 6px 15px;
    font-weight: 600;
    margin-bottom:10px;
  }
  .area-commitment-items {
    justify-content: center;
  }
  .area-commitment-item {
    width: 320px;
    }

  .item-head img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 186px;
  }

  .item-head{
    height: 186px;
  }
}
@media screen and (max-width:320px) {

  .area-title {
    font-size: 12px;
  }
  .area-commitment-items {
    justify-content: center;
  }
  .area-commitment-item {
    width: 280px;
  }
}

/* top_img_none */
.SP_main_img {
  display: none;
}


@media screen and (max-width:767px) {
  .PC_main_img {
    display: none;
  }

  .SP_main_img {
    display: block;
  }

}
