@charset "UTF-8";
.funeral-child #intro {
  padding-bottom: 0;
}
.funeral-child #intro .inner-box {
  padding: 0;
}
.funeral-child #intro .commonInfoWrap {
  padding-left: 2rem;
  padding-right: 2rem;
}
.funeral-child #intro .indexWrap {
  font-family: 'Noto Serif JP', serif;
  padding: 3rem 2rem;
  background-image: url("../img/plan/scattering/bg-intro-sp.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-position: center top;
}
.funeral-child #intro .indexWrap .introBody {
  margin-bottom: 3rem;
  text-shadow: 0 0 6px #FFF, 1px 1px 0 #FFF;
}
.funeral-child #intro .indexWrap .introBody .secHeader {
  margin-top: 0;
}
.funeral-child #intro .indexWrap .introBody h2 {
  font-size: 2.3rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 2em;
}
.funeral-child #intro .indexWrap .introBody p {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.2;
  margin-bottom: 0;
}
.funeral-child #intro .indexWrap .introBody .imgBox {
  display: none;
}
.funeral-child #intro .indexWrap .index {
  text-align: center;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.funeral-child #intro .indexWrap .index a {
  width: 48%;
  padding: 1.4rem;
  padding-bottom: 2rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.funeral-child #intro .indexWrap .index a h3 {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  padding-bottom: 0.8em;
  border-bottom: solid 1px #e3e3e3;
}
.funeral-child #intro .indexWrap .index a p {
  font-family: 'Roboto', "Helvetica Neue", HelveticaNeue, 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.funeral-child #intro .indexWrap .index a::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%) rotate(45deg);
}
.funeral-child #intro .indexWrap .index a.flow {
  border-top: solid 2px #9fc238;
  background-color: #f6faed;
}
.funeral-child #intro .indexWrap .index a.flow::after {
  border-right: solid 2px #9fc238;
  border-bottom: solid 2px #9fc238;
}
.funeral-child #intro .indexWrap .index a.price {
  border-top: solid 2px #e8943f;
  background-color: #fdf6f0;
}
.funeral-child #intro .indexWrap .index a.price::after {
  border-right: solid 2px #e8943f;
  border-bottom: solid 2px #e8943f;
}
.funeral-child #about {
  background-color: #f5f8fc;
}
.funeral-child #about p.lead {
  text-align: left;
}
.funeral-child #about .pointWrap {
  margin-bottom: 3rem;
}
.funeral-child #about .pointWrap li {
  margin-bottom: 2.5rem;
}
.funeral-child #about .pointWrap li img {
  margin-bottom: 1rem;
}
.funeral-child #about .pointWrap li p {
  font-size: 1.4rem;
}
.funeral-child #about .anshin h3 {
  font-size: 2rem;
  text-align: center;
}
.funeral-child #about .anshin .col2 {
  margin-bottom: 5rem;
}
.funeral-child #about .anshin .col2 .textBox p {
  font-size: 1.4rem;
}
.funeral-child #flow .flowList li {
  margin-bottom: 6rem;
  padding: 2rem;
  border: solid 3px #e3e3e3;
  position: relative;
}
.funeral-child #flow .flowList li::after {
  content: "";
  width: 100%;
  height: 3rem;
  display: block;
  background-image: url("../img/common/ico-tri-gray.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -2rem;
  transform: translateY(100%);
}
.funeral-child #flow .flowList li:last-of-type::after {
  display: none;
}
.funeral-child #flow .flowList li h3 {
  font-family: 'Noto Serif JP', serif;
  color: #6196ca;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 0.4em;
  position: relative;
}
.funeral-child #flow .flowList li h3::before {
  content: "";
  font-size: 1.4em;
  margin-right: 0.3em;
  position: relative;
}
.funeral-child #flow .flowList li p {
  font-size: 1.5rem;
}
.funeral-child #flow .flowList li:nth-of-type(1) h3::before {
  content: "1.";
}
.funeral-child #flow .flowList li:nth-of-type(2) h3::before {
  content: "2.";
}
.funeral-child #flow .flowList li:nth-of-type(3) h3::before {
  content: "3.";
}
.funeral-child #flow .flowList li:nth-of-type(4) h3::before {
  content: "4.";
}
.funeral-child #flow .flowList li:nth-of-type(5) h3::before {
  content: "5.";
}
.funeral-child #flow .flowList li:nth-of-type(6) h3::before {
  content: "6.";
}
.funeral-child #flow .flowList li:nth-of-type(7) h3::before {
  content: "7.";
}
.funeral-child #flow .flowList li:nth-of-type(8) h3::before {
  content: "8.";
}
.funeral-child #flow .flowList li:nth-of-type(9) h3::before {
  content: "9.";
}
.funeral-child #flow .flowList li:nth-of-type(10) h3::before {
  content: "10.";
}
.funeral-child #flow .flowList li:nth-of-type(11) h3::before {
  content: "11.";
}
.funeral-child #price {
  background-color: transparent;
}
.funeral-child .addInfo .box {
  border-color: #9fc238;
}
.funeral-child #option .box .col2 {
  padding: 1.5rem;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.funeral-child #option .box .col2::after {
  content: "＋";
  color: #9fc238;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: 'Roboto', "Helvetica Neue", HelveticaNeue, 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 1;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -100%);
}
.funeral-child #option .box .col2 div {
  text-align: center;
  width: 46%;
}
.funeral-child #option .box .col2 div p {
  margin: 0.3em 0 0;
}
@media print, screen and (min-width: 768px) {
  .funeral-child #intro .commonInfoWrap {
    padding: 0;
  }
  .funeral-child #intro .indexWrap {
    padding: 40px;
  }
  .funeral-child #intro .indexWrap .introBody {
    margin-bottom: 50px;
  }
  .funeral-child #intro .indexWrap .introBody h2 {
    font-size: 36px;
    font-weight: 500;
  }
  .funeral-child #intro .indexWrap .introBody p {
    font-size: 18px;
  }
  .funeral-child #intro .indexWrap .index {
    max-width: 590px;
    margin: 0 auto;
  }
  .funeral-child #intro .indexWrap .index a {
    padding-top: 20px;
  }
  .funeral-child #intro .indexWrap .index a h3 {
    font-size: 20px;
  }
  .funeral-child #intro .indexWrap .index a p {
    font-size: 15px;
  }
  .funeral-child #about p.lead {
    text-align: center;
  }
  .funeral-child #about .pointWrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .funeral-child #about .pointWrap li {
    width: 48%;
    margin-bottom: 30px;
  }
  .funeral-child #about .anshin h3 {
    font-size: 24px;
    margin-bottom: 1.5em;
  }
  .funeral-child #about .anshin .col2 {
    margin-bottom: 100px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .funeral-child #about .anshin .col2 > div {
    width: 48%;
  }
  .funeral-child #about .anshin .col2 .textBox p {
    font-size: 16px;
    line-height: 2;
  }
  .funeral-child #flow .flowList li {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .funeral-child #flow .flowList li h3 {
    font-size: 30px;
  }
  .funeral-child #flow .flowList li p {
    font-size: 18px;
  }
  .funeral-child #flow .flowList li p .caution {
    font-size: 0.8em;
  }
  .funeral-child #flow .flowList li .textBox {
    width: 66%;
  }
  .funeral-child #flow .flowList li .imgBox {
    width: 30%;
  }
  .funeral-child #option .box .col2 div p {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1000px) {
  .funeral-child .mainVisual {
    background-image: url("../img/plan/scattering/bg-header-pc.jpg");
  }
  .funeral-child #intro {
    padding-bottom: 80px;
  }
  .funeral-child #intro .indexWrap {
    padding: 0;
    background-image: none;
  }
  .funeral-child #intro .indexWrap .introBody {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .funeral-child #intro .indexWrap .introBody .secHeader {
    width: 100%;
  }
  .funeral-child #intro .indexWrap .introBody p {
    font-weight: 400;
    line-height: 2.3;
    letter-spacing: 0.05em;
    text-shadow: none;
    transform: translateY(-10px);
  }
  .funeral-child #intro .indexWrap .introBody .textBox {
    width: 580px;
  }
  .funeral-child #intro .indexWrap .introBody .imgBox {
    width: 312px;
    margin-right: 50px;
    display: block;
  }
  .funeral-child #intro .indexWrap .index a {
    width: 280px;
  }
  .funeral-child #about .pointWrap li p {
    font-size: 16px;
  }
  .funeral-child #about .anshin .col2 .textBox p {
    font-size: 18px;
    transform: translateY(-10px);
  }
  .funeral-child #flow .flowList li h3 {
    margin-bottom: 15px;
  }
  .funeral-child #flow .flowList li p {
    padding-left: 50px;
  }
  .funeral-child #flow .flowList li .imgBox {
    width: 200px;
  }
  .funeral-child #contain .box {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .funeral-child #contain ul.thumbTable li {
    width: 20%;
  }
  .funeral-child #option .box {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .funeral-child #option p.caution {
    text-align: center;
  }
}
