@charset "UTF-8";
#page_funeral .common_lead {
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}
#page_funeral .common_lead .common_tit::before {
  left: 75%;
}
#page_funeral .btn_anc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 100rem;
  padding: 0 70rem;
}
#page_funeral .btn_anc li {
  width: 48%;
  text-align: center;
  font-size: 20rem;
}
#page_funeral .btn_anc li a {
  display: block;
  padding: 20rem 0 25rem;
  border: 1px solid #c2c2c2;
  position: relative;
}
#page_funeral .btn_anc li a:after {
  content: "";
  position: absolute;
  bottom: 10rem;
  left: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  border-bottom: 1rem solid #c2c2c2;
  border-right: 1rem solid #c2c2c2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto;
}
#page_funeral .about {
  padding: 0 90rem 180rem;
}
#page_funeral .about .read {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 70rem;
}
#page_funeral .about .read#link2 {
  margin: 100rem 50rem 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#page_funeral .about .read h2 {
  margin: 100rem 100rem 0 50rem;
  letter-spacing: 5rem;
}
#page_funeral .about .read img {
  width: 650rem;
}
#page_funeral .about .read .read_txt {
  margin: 40rem 0 30rem;
  padding: 0 0 30rem;
  border-bottom: 1rem solid #c2c2c2;
  width: 100%;
  text-align: center;
}
#page_funeral .about .read strong {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20rem;
  width: 100%;
}
#page_funeral .about .read strong:before {
  content: "●";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #76a870;
  margin: 0 5rem 0 0;
  font-size: 13rem;
}
#page_funeral .about .read table {
  margin: 0 0 40rem 18rem;
  width: 98%;
}
#page_funeral .about .read table th {
  background: #eee;
  border: solid #c2c2c2;
  border-width: 1rem 1rem 1rem 0;
  padding: 20rem;
}
#page_funeral .about .read table th:last-child {
  border-width: 1rem 0 1rem 1rem;
}
#page_funeral .about .read table th:nth-child(3) {
  text-align: center;
}
#page_funeral .about .read table td {
  padding: 20rem;
  border: solid #c2c2c2;
  border-width: 1rem 1rem 1rem 0;
  text-align: center;
}
#page_funeral .about .read table td:last-child {
  border-width: 1rem 0;
  text-align: left;
}
#page_funeral .about .read table td:nth-child(3) {
  text-align: center;
}
#page_funeral .about .read dl {
  width: 100%;
}
#page_funeral .about .read dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20rem;
}
#page_funeral .about .read dl dt:before {
  content: "●";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #76a870;
  margin: 0 5rem 0 0;
  font-size: 13rem;
}
#page_funeral .about .read dl dd {
  margin: 10rem 0 0 20rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page_funeral .about .read dl dd span {
  width: 150rem;
  margin: 0 30rem 0 0;
}
#page_funeral .about .read dl dd p {
  width: calc(100% - 150rem);
}

@media screen and (max-width: 680px) {
  #page_funeral .btn_anc {
    padding: 0;
    margin: 0 auto 60rem;
  }
  #page_funeral .btn_anc li {
    font-size: 16rem;
  }
  #page_funeral .btn_anc li a {
    padding: 15rem 0 25rem;
  }
  #page_funeral .common_lead {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    display: block;
    padding: 60rem 0;
  }
  #page_funeral .common_lead figure {
    width: auto;
  }
  #page_funeral .common_lead .text_wrap {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: 335rem;
    text-align: center;
  }
  #page_funeral .common_tit {
    margin: 0 0 20rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 2rem;
  }
  #page_funeral .common_tit:before {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: auto;
  }
  #page_funeral .about {
    padding: 0 0 60rem;
  }
  #page_funeral .about .read {
    display: block;
    margin: 0;
  }
  #page_funeral .about .read#link2 {
    margin: 60rem 0 0;
  }
  #page_funeral .about .read h2 {
    margin: 0 0 40rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: center;
    letter-spacing: 2rem;
  }
  #page_funeral .about .read img {
    width: 100%;
  }
  #page_funeral .about .read table {
    margin: 0 0 40rem;
    width: 100%;
  }
  #page_funeral .about .read table th:last-child {
    width: 65%;
  }
  #page_funeral .about .read dl dt {
    margin: 0;
  }
  #page_funeral .about .read dl dd {
    margin: 20rem 0 0;
    display: block;
  }
  #page_funeral .about .read dl dd span {
    width: auto;
    display: block;
    margin: 0;
    padding-bottom: 2rem;
  }
  #page_funeral .about .read dl dd p {
    width: 100%;
  }
}/*# sourceMappingURL=funeral.css.map */