@charset "utf-8";
/* mv ************************************************************/
#mvHome {
  background: url("../img/home-mv.png") no-repeat center;
  background-size: cover;
}
/* price ************************************************************/
.home-price {
  margin: 150px 0 50px;
}
.home-priceCnt {
  width: 85%;
  margin: 0 auto;
}
.home-priceBox {
  width: 100%;
  background: #fff;
  margin: 40px auto 0;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}
.home-priceTitle {
  text-align: center;
}
.home-priceNotice {
  color: #8b8b8b;
  text-align: center;
  margin: 25px auto;
}
.home-priceRow {
  margin: 25px auto 35px;
}
.home-priceRow:last-child {
  margin: 25px auto 0;
}
.home-priceOutWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-priceCat {
  width: 12%;
  box-sizing: border-box;
}
.home-priceCat p {
  color: #00a2d6;
  border-left: solid 5px #00a2d6;
  padding-left: 0.4em;
  box-sizing: border-box;
}
.home-priceMenuBox {
  width: 86%;
  box-sizing: border-box;
}
.home-priceMenu {
  display: flex;
  flex-wrap: wrap;
}
.home-menu1Box li {
  width: calc(100% / 3);
  margin: 0 0 20px;
}
.home-menu2Box li {
  width: calc(100% / 3);
}
.home-menu3Box li {
  width: calc(100% / 3);
}
.home-menu4Box li {
  width: calc(100% / 4);
}
.home-priceMenuDetail {
  display: flex;
  flex-wrap: wrap;
}
.home-priceMenuDetail dt {
  width: 100%;
  padding: 3px 15px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background: #00a2d6;
}
.home-menu2Box li .home-priceMenuDetail dt {
  border-right: solid 2px #fff;
}
.home-menu3Box li .home-priceMenuDetail dt {
  border-right: solid 2px #fff;
}
.home-menu4Box li .home-priceMenuDetail dt {
  border-right: solid 2px #fff;
}
.home-priceMenu li:last-child .home-priceMenuDetail dt {
  border-right: none;
}
.home-priceMenuDetail dd {
  width: 100%;
  text-align: center;
}
.home-priceMenuDetail dd p {
  color: #00a2d6;
  margin: 6px 15px;
}
.home-priceMenuDetail dd p.home-priceTextGray {
  color: #8b8b8b;
}
.home-priceNewIcon,
.home-priceExIcon {
  position: relative;
}
.home-priceNewIcon::after,
.home-priceExIcon::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  color: #8b8b8b;
  font-size: 0.85em;
}
.home-priceNewIcon::after {
  content: "新規";
}
.home-priceExIcon::after {
  content: "既存";
}
.home-priceMenuDetailLine {
  width: 100%;
  border-bottom: dotted 1px #8b8b8b;
  box-sizing: border-box;
  margin: 3px 0 !important;
}
.home-priceMenuNotice {
  color: #8b8b8b;
  margin: 6px 0 0;
  text-align: right;
  font-size: 0.9em;
}
.home-priceMenuDetailWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.home-priceMenuDetail dd p.home-priceNormalIcon {
  width: 40%;
  color: #8b8b8b;
  margin: 6px 0;
  font-size: 0.85em;
  text-align: left;
}
.home-priceMenuDetail dd p.home-priceText {
  width: 60%;
  margin: 6px 0;
  text-align: right;
}
.home-priceMenuNoMg li {
  margin-bottom: 0;
}
/* case ************************************************************/
.home-toCase {
  background: #fff;
}
@media screen and (max-width: 768px) {
  /* price ************************************************************/
  .home-price {
    margin: 75px 0 25px;
  }
  .home-priceCnt {
    width: 100%;
    margin: 0 auto;
  }
  .home-priceBox {
    width: 100%;
    padding: 35px;
  }
  .home-priceNotice {
    text-align: left;
    margin: 20px auto;
  }
  .home-priceRow {
    margin: 20px auto 30px;
  }
  .home-priceRow:last-child {
    margin: 20px auto 0;
  }
  .home-priceCat {
    width: 100%;
    margin: 0 0 15px;
  }
  .home-priceCat p {
    font-weight: bold;
  }
  .home-priceMenuBox {
    width: 100%;
  }
  .home-menu1Box li {
    width: 100%;
    margin: 0 0 12px;
  }
  .home-menu2Box li {
    width: calc(100% / 2);
  }
  .home-menu3Box li {
    width: calc(100% / 2);
  }
  .home-menu4Box li {
    width: calc(100% / 2);
  }
  .home-priceMenuDetail dt {
    width: 100%;
  }
  .home-priceMenu li:last-child .home-priceMenuDetail dt {
    border-right: none;
  }
  .home-priceMenuDetail dd {
    width: 100%;
    text-align: center;
  }
  .home-priceMenuDetail dd p {
    margin: 10px 15px;
    font-size: 0.95em;
  }
  .home-priceMenuNotice {
    margin: 12px 0 0;
    text-align: center;
    font-size: 0.85em;
  }
  .home-priceMenuDetailWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .home-priceMenuDetail dd p.home-priceNormalIcon {
    width: 40%;
    color: #8b8b8b;
    margin: 6px 0;
    font-size: 0.85em;
    text-align: left;
  }
  .home-priceMenuDetail dd p.home-priceText {
    width: 60%;
    margin: 6px 0;
    text-align: right;
  }
  .home-priceMenuNoMg li {
    margin-bottom: 0;
  }
  .home-menu2Box li {
    width: 100%;
  }
  /* case ************************************************************/
  .home-toCase {
    padding: 50px 0;
  }
  .home-toCase a.btnStyleB {
    width: 200px;
    max-width: 85%;
    height: 50px;
    line-height: 50px;
    font-size: 1em;
  }
}
