@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
#contents {
  /*worries*/
}
#contents h1 {
  margin: 0 auto 2em;
}
#contents .read {
  margin-bottom: 1em;
}
#contents .worries {
  margin-bottom: 3em;
  padding: 1.5em;
  background: #f5f5f5;
}
#contents .worries h2 {
  margin-bottom: .8em;
  text-align: center;
  font-size: 2em;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #401702;
}
#contents .worries .worries-in .voice {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 3em;
}
#contents .worries .worries-in .voice:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  text-align: center;
  content: url("../image/purchase/arrow.png");
}
#contents .worries .worries-in .voice .voice-in {
  width: 100%;
  margin: 0 auto 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contents .worries .worries-in .voice .voice-in .icon {
  width: 15%;
  min-width: 100px;
  margin-right: 3%;
  line-height: 0;
}
#contents .worries .worries-in .voice .voice-in .text {
  width: 82%;
  position: relative;
  background-color: #fff;
  border: 2px solid #484848;
  padding: 1em;
}
#contents .worries .worries-in .voice .voice-in .text:before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid white;
  left: -9px;
  top: calc(50% - 9px);
  z-index: 2;
}
#contents .worries .worries-in .voice .voice-in .text:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #484848;
  left: -12px;
  top: calc(50% - 12px);
  z-index: 1;
}
#contents .worries .worries-in .voice .voice-in .text p {
  color: #401702;
}
#contents .worries .worries-in .service .service-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
}
#contents .worries .worries-in .service .service-title h3 {
  margin-left: 1em;
  color: #c90a4c;
  font-size: 2em;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  line-height: 1.3;
}
#contents .worries .worries-in .service .text {
  width: 90%;
  margin: 0 auto;
}
#contents .worries .worries-in .service .text .read {
  font-size: 1.2em;
}
#contents .worries .worries-in .service .text .read span {
  background: linear-gradient(transparent 50%, #fdd23c 50%);
}
#contents .block {
  margin: 0 auto 3em;
}
#contents .block h2 {
  position: relative;
  margin-bottom: 1em;
  padding: 0.25em 1.5em;
  background-color: #401702;
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.5;
}
#contents .block h2:after {
  position: absolute;
  top: 7px;
  left: 13px;
  content: "";
  width: 1px;
  height: 26px;
  background-color: #fff;
}
#contents .block .read {
  width: 95%;
  margin: 0 auto;
}
#contents .block .read a:hover {
  text-decoration: none;
}
#contents .block .read span {
  font-weight: bold;
}
#contents .block ul {
  width: 95%;
  margin: 0 auto;
  padding-left: 1em;
  list-style: disc;
}
#contents .block ul li {
  margin-bottom: .5em;
}

/*===========================================================================*/
/*  phone  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  #contents {
    width: 95%;
    margin: 0 auto;
  }
  #contents h1 {
    text-align: center;
  }
}
/*===========================================================================*/
/*  phone  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  #contents .worries h2 {
    font-weight: bold;
  }
  #contents .worries .worries-in .service .service-title h3 {
    margin-left: .5em;
    font-weight: bold;
  }
  #contents .worries .worries-in .service .text {
    width: 100%;
  }
}
/*===========================================================================*/
/*  phone  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  #contents {
    /*worries*/
  }
  #contents .worries {
    margin-bottom: 3em;
    padding: 1em;
  }
  #contents .worries h2 {
    font-size: 1.6em;
  }
  #contents .worries .worries-in .voice {
    padding-bottom: 4em;
  }
  #contents .worries .worries-in .voice .voice-in {
    margin-bottom: 1em;
  }
  #contents .worries .worries-in .voice .voice-in .icon {
    width: 10%;
    min-width: 60px;
    margin-right: 5%;
  }
  #contents .worries .worries-in .voice .voice-in .text {
    width: 85%;
  }
  #contents .worries .worries-in .service .service-title {
    display: block;
    margin-bottom: 1em;
  }
  #contents .worries .worries-in .service .service-title p {
    margin-bottom: .5em;
    text-align: center;
  }
  #contents .worries .worries-in .service .service-title h3 {
    font-size: 1.6em;
  }
  #contents .worries .worries-in .service .text .read {
    font-size: 1.1em;
  }
}
