@media screen and (min-width:736px) {
  .plan8-sp {
    display: none;
  }
}

@media screen and (max-width:736px) {
  .plan8-pc {
    display: none;
  }
}

.plan8 h1 {
  font-weight: bold;
}

.plan8_flow {}

.plan8_flow .h2-ttl {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
  font-weight: bold;
  color: #0059b6;
  font-size: 7.5vw;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (min-width:736px) {
  .plan8_flow .h2-ttl {
    font-size: 34px;
  }

  .plan8_flow .h2-ttl br {
    display: none;
  }
}

.plan8_flow .big-txt {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
  font-size: 7.5vw;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media screen and (min-width:736px) {
  .plan8_flow .big-txt {
    font-size: 34px;
  }
}

.plan8_flow .txt1 {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width:736px) {
  .plan8_flow .txt1 {
    text-align: left;
  }

  .plan8_flow .txt1 br {
    display: none;
  }
}

.plan8_flow .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 40px 0 20px;
  border-top: #BCE4F6 2px solid;
}

.plan8_flow .box::after {
  content: '';
  height: 0;
  width: 0;
  display: block;
  border: 20px transparent solid;
  border-right-width: 0;
  border-left-color: #BCE4F6;
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -15px;
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
}

.plan8_flow .box.first {
  border-top: none;
}

.plan8_flow .box.first::after {
  content: none;
}

@media screen and (min-width:736px) {
  .plan8_flow .box .left {
    width: 480px;
    margin-right: 40px;
  }
}

.plan8_flow .box .left .ttl-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width:736px) {
  .plan8_flow .box .left .ttl-head {
    font-size: 6vw;
  }
}

.plan8_flow .box .left .ttl-head img {
  margin-right: 10px;
}

.plan8_flow .box .left .txt-box {
  padding: 0 20px;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (min-width:736px) {
  .plan8_flow .box .left .txt-box {
    padding: 0;
    padding-left: 84px;
  }
}

.plan8_flow .annai {
  margin-top: 3em;
  padding: 20px;
  border: #00a192 2px solid;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width:736px) {
  .plan8_flow .annai {
    max-width: 324px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.plan8_flow .annai .txt2 {
  line-height: 1.8;
  margin-bottom: 80px;
}

.plan8_flow .annai .img-p {
  margin-bottom: 20px;
}

@media screen and (min-width:736px) {
  .plan8_flow .annai .img-p {
    margin-bottom: 0;
  }

  .plan8_flow .annai .txt2 {
    margin-bottom: 30px;
  }
}

.plan8_flow .annai .bird {
  position: absolute;
  right: 10px;
  bottom: -30px;
}

.plan8_flow .banner {
  margin-bottom: 50px;
}

.plan8 .box1 {
  background: url(/images/memorial/plan/plan8/main.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding-top: 40px;
  line-height: 0;
}

.plan8 .youtube {
  margin-bottom: 40px;
}

.plan8 .youtube h3 {
  line-height: 1.4;
  text-align: center;
  font-size: 34px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
  margin-bottom: 20px;
}

.plan8 .youtube h3 span {
  color: #ff7f00;
}

.plan8 .youtube iframe {
  display: block;
  width: 100%;
  max-width: 640px;
  height: 360px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:736px) {
  .plan8 .youtube h3 {
    font-size: 7.5vw;
    font-weight: bold;
  }
  .plan8 .youtube iframe {
    height: 53vw;
  }
}

.plan8 .price1 {
  text-align: center;
  margin-bottom: 20px;
}

.plan8 .price1-txt {
  padding: 20px 0;
  text-align: center;
  color: #ed6d00;
  border-top: #ed6d00 3px dotted;
  border-bottom: #ed6d00 3px dotted;
  font-size: 18px;
}

.plan8 .box2 {
  line-height: 0;
  margin-top: 20px;
  margin-bottom: 50px;
}

.plan8 .box2-txt {
  text-align: center;
  font-size: 18px;
}

.plan8 .box2-txt p {
  line-height: 2;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
  font-weight: bold;
}

.plan8-h3 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
  font-size: 34px;
  text-align: center;
  color: #0059b6;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}

.plan8 .box4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width:736px) {
  .plan8 .box4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .plan8 .box4 img {
    width: 50%;
  }
}

.plan8 .box5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
}

.plan8 .box5 dl {
  max-width: 312px;
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width:736px) {
  .plan8 .box5 dl {
    margin-left: auto;
    margin-right: auto;
  }
}

.plan8 .box5 dl dt {
  position: absolute;
  background-color: #f7ce2c;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  top: -30px;
}

.plan8 .box5 dl dd p {
  line-height: 2;
  padding: 0px 10px;
}

.plan8 .box6 .tab {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plan8 .box6 .tab dt {
  line-height: 1;
  width: 115px;
  margin-right: 2px;
  box-sizing: border-box;
}

.plan8 .box6 .tab dd {
  line-height: 1;
  width: 330px;
  border: #ccc 1px solid;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.plan8 .box6 .tab dd.right {
  color: #fff;
  background-color: #00a192;
  border-color: #00a192;
  padding: 20px;
  border-left: none;
}

.plan8 .box6 .cace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
}

.plan8 .box6 .cace dt {
  padding: 10px 0;
  color: #fff;
  background-color: #378dcf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 115px;
  box-sizing: border-box;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 2px;
}

.plan8 .box6 .cace dd {
  font-size: 16px;
  padding: 10px;
  border: #ccc 1px solid;
  font-size: 16px;
  width: 330px;
  box-sizing: border-box;
  line-height: 1.3;
}

@media screen and (min-width:736px) {
  .plan8 .box6 .cace dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.plan8 .box6 .cace dd.left span {
  color: #f26600;
  font-weight: bold;
}

.plan8 .box6 .cace dd.right {
  background-color: #fef4e0;
}

.plan8 .box6 .cace dd.right {
  border-left: none;
}

.plan8 .box6 .cace dd.right span {
  color: #01887b;
  font-weight: bold
}

@media screen and (min-width:736px) {
  .plan8 .box6 .brsp {
    display: none;
  }
}

@media screen and (max-width:736px) {
  .plan8 .box6 .brpc {
    display: none;
  }

  .plan8 .box6 .cace dt {
    width: 100%;
  }

  .plan8 .box6 .cace dd {
    width: 50%;
  }

  .plan8 .box6 .tab dt {
    width: 100%;
  }

  .plan8 .box6 .tab dd {
    width: 50%;
  }
}

.plan8 .box6 .h2-ttl {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, serif;
  font-weight: bold;
  color: #0059b6;
  font-size: 6.6vw;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (min-width:736px) {
  .plan8 .box6 .h2-ttl {
    font-size: 34px;
  }

  .plan8 .box6 .h2-ttl br {
    display: none;
  }
}

.plan8 .box6 .txt1 {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width:736px) {
  .plan8 .box6 .txt1 {
    text-align: left;
  }

  .plan8 .box6 .txt1 br {
    display: none;
  }
}

.plan8 .plan_cloud {
  margin-top: 50px;
  margin-bottom: 60px;
  padding-top: 10px;
}

.plan8 .plan_cloud .price2 {
  padding: 20px 0;
  padding-top: 60px;
  text-align: center;
}

.plan8 div.plan_park2 ul {
  width: 292px;
}

.plan8 div.plan_park2 ul li {
  width: 100%;
  margin: 0;
}
