/* -------------------
greeting.html */
.banner_image {
  padding-top: 30px;
}

.banner_image a {
  display: table;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .banner_image a {
    max-width: 80%;
  }
}

.banner_image img {
  display: block;
}

@media (max-width: 480px) {
  .banner_image img {
    max-width: 100%;
  }
}

/* -------------------
contents1.html */
/* .product_info */
.product_info {
  text-align: center;
  margin-top: 70px;
  padding: 40px 0;
  background: #fffaf3;
}

@media (max-width: 480px) {
  .product_info {
    text-align: left;
    margin-top: 40px;
    padding: 30px 5%;
  }
}

/* .product_point */
.product_point {
  color: #00b7bd;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .product_point {
    font-weight: normal;
    text-align: left;
  }
}

/* .caution_section */
.caution_section {
  margin: 0 auto;
  padding: 70px 0;
  max-width: 900px;
}

@media (max-width: 896px) {
  .caution_section {
    max-width: 95%;
  }
}

@media (max-width: 480px) {
  .caution_section {
    padding: 50px 5% 80px;
    max-width: 100%;
  }
}

.caution_section .caution_section_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ffd894;
  padding: 50px;
  background: #fffaf3;
}

@media (max-width: 480px) {
  .caution_section .caution_section_inner {
    padding: 40px 30px;
  }
}

.caution_section .caution_section_inner .caution_title {
  font-size: 0.95rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .caution_section .caution_section_inner .caution_title {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.caution_section .caution_section_inner .caution_list li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}

@media (max-width: 480px) {
  .caution_section .caution_section_inner .caution_list li {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .caution_section .caution_section_inner .caution_list li:not(:last-child) {
    margin-bottom: 5px;
  }
}

.caution_section .caution_section_inner .caution_list li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\025a0";
}

@media (max-width: 480px) {
  .caution_section .caution_section_inner .caution_list li:before {
    font: normal normal normal 12px/1 FontAwesome;
  }
}

/* .product_contents */
.product_contents .title {
  display: none;
}

@media (max-width: 480px) {
  .product_contents .title {
    color: #fff;
    font-weight: bold;
    padding: 15px 12px 12px;
    background: #00b7bd;
    display: block;
    position: relative;
  }
}

@media (max-width: 480px) {
  .product_contents .title:before, .product_contents .title:after {
    background: #fff;
    height: 17px;
    width: 1px;
    content: "";
    position: absolute;
    right: 25px;
    top: 17px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

@media (max-width: 480px) {
  .product_contents .title:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (max-width: 480px) {
  .product_contents .title:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media (max-width: 480px) {
  .product_contents .table_base {
    display: none;
  }
}

@media (max-width: 480px) {
  .product_contents.open .title:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.product_contents .line {
  border-bottom: 1px dashed #666;
  padding-bottom: 10px;
}

/* .pickup */
.pickup {
  background-color: #fcfefe;
  border: 3px double #c1d3e5;
  padding: 10px;
}

.pickup p {
  font-size: 0.85rem;
}
/*# sourceMappingURL=contents.css.map */