@charset "UTF-8";
.fv {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv-movie {
  position: relative;
  width: 100%;
  min-width: 110rem;
  max-width: 192rem;
  height: 100%;
  margin: 0 auto;
}
.fv-movie::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.fv-movie video {
  -webkit-filter: brightness(50%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
          filter: brightness(50%);
}
.fv-inner {
  -webkit-transform: translate(-50%, -50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
          transform: translate(-50%, -50%);
}
.fv-inner::after {
  position: absolute;
  width: 100%;
  min-width: 45rem;
  height: 100%;
  min-height: 24.5rem;
  max-height: 27.5rem;
  background: url(../../../img/front-page/fv-inner.png) no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .fv-inner::after {
    max-width: min(42.5vw, 51rem);
    max-height: min(42.5vw, 51rem);
  }
}
.fv-pic {
  -webkit-transform: translateY(-8rem);
  position: absolute;
  width: 100%;
  max-width: 3rem;
  margin: 0;
          transform: translateY(-8rem);
}
@media screen and (min-width: 768px) {
  .fv-pic {
    -webkit-transform: translateY(-12rem);
    max-width: min(5.166667vw, 6.2rem);
            transform: translateY(-12rem);
  }
}
.fv-pic img {
  width: 100%;
  height: 100%;
}
.fv-ttl {
  color: white;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.72rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fv-ttl {
    font-size: min(3vw, 3.6rem);
  }
}
.fv-ttlemphasis1 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .fv-ttlemphasis1 {
    font-size: min(4vw, 4.8rem);
  }
}
.fv-ttlemphasis2 {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .fv-ttlemphasis2 {
    font-size: min(3.5vw, 4.2rem);
  }
}
.fv-txt {
  position: relative;
  color: white;
  font-size: 1.2rem;
  line-height: 1.722;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fv-txt br {
    display: none;
  }
}
.fv-copy {
  -webkit-backdrop-filter: blur(0.5rem);
  -webkit-box-shadow: 0 0.8rem 3.2rem 0 rgba(31, 38, 135, 0.37);
  display: grid;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  grid-template-areas: "message" "price" "list";
  width: 100%;
  max-width: 34rem;
  margin: 0 auto;
  padding: 0.8rem 1.2rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
          backdrop-filter: blur(0.5rem);
  background: rgba(255, 255, 255, 0.5);
          box-shadow: 0 0.8rem 3.2rem 0 rgba(31, 38, 135, 0.37);
}
@media (min-width: 520px) {
  .fv-copy {
    max-width: 52rem;
  }
}
@media screen and (min-width: 768px) {
  .fv-copy {
    grid-template-areas: "message price" "list price";
    max-width: 78rem;
  }
}
@media screen and (min-width: 1280px) {
  .fv-copy {
    max-width: 100rem;
  }
}
.fv-copymessage {
  grid-area: message;
  width: 100%;
  max-width: 80rem;
}
.fv-copyttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5rem 0.5rem;
  background: #081180;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  white-space: nowrap;
}
@media (min-width: 520px) {
  .fv-copyttl {
    padding: 0 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .fv-copyttl {
    margin: 0 0 0.4rem;
    font-size: 1.8rem;
  }
}
.fv-copyttl .emphasis1 {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: bottom;
}
@media (min-width: 520px) {
  .fv-copyttl .emphasis1 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .fv-copyttl .emphasis1 {
    font-size: 2rem;
  }
}
.fv-copyttl .emphasis2 {
  font-size: 1.6rem;
  line-height: 1.4;
  vertical-align: bottom;
}
@media (min-width: 520px) {
  .fv-copyttl .emphasis2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .fv-copyttl .emphasis2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 520px) {
  .fv-copyttl .br-lessthan-520px {
    display: none;
  }
}
.fv-copylist {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-area: list;
          flex-wrap: wrap;
  width: 100%;
  max-width: 46rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .fv-copylist {
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .fv-copylist {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            flex-wrap: nowrap;
            justify-content: space-between;
    max-width: 78rem;
  }
}
.fv-copyitem {
  width: 100%;
  max-width: 25.4rem;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
}
@media (min-width: 520px) {
  .fv-copyitem {
    width: calc((100% - 2rem) / 2);
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .fv-copyitem {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.fv-copyprice {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-area: price;
          align-items: center;
  margin: 0.5rem auto;
  color: #da2a2c;
  line-height: 1;
}
.fv-copypricettl {
  font-size: 3rem;
  text-shadow: 0.2rem 0.2rem 0px #ffffff;
}
@media screen and (min-width: 768px) {
  .fv-copypricettl {
    font-size: 3.6rem;
  }
}
.fv-copyunit {
  display: grid;
  place-items: center;
  margin-left: 0.5rem;
}
.fv-copyunittop {
  color: #c3363b;
  font-size: 1.2rem;
  letter-spacing: -0.1rem;
  line-height: 1;
  white-space: nowrap;
}
.fv-copyunitbottom {
  font-size: 2.2rem;
  line-height: 1;
  text-shadow: 0.1rem 0.1rem 0px #ffffff;
}

.fv-scroll {
  display: none;
}
@media screen and (min-width: 1280px) {
  .fv-scroll {
    display: block;
    z-index: 99;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.fv-scroll p {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
}
.fv-scroll p::after {
  display: block;
  width: 0.1rem;
  height: 5rem;
  margin: 1rem auto 0;
  background: #fff;
  content: "";
}

.bnr {
  position: relative;
  width: 100%;
  height: 15rem;
  background: #edfaf5;
}
@media screen and (min-width: 768px) {
  .bnr {
    height: 20rem;
  }
}
.bnr-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
  width: 100%;
  max-width: 192rem;
  height: 100%;
  margin: 0 auto;
}

.funeral {
  position: relative;
  padding: 6rem 0;
  background: #fff;
}
@media screen and (min-width: 1000px) {
  .funeral {
    padding: 12rem 0;
  }
}
.funeral-pic {
  width: 100%;
  max-width: 6.2rem;
  margin: 0 auto;
}
.funeral-pic img {
  width: 100%;
  height: 100%;
}
.funeral-ttl {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.36rem;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .funeral-ttl {
    font-size: 3.6rem;
    letter-spacing: 0.72rem;
  }
}
.funeral-txt {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 1.58rem;
  font-weight: 600;
  line-height: 2.11;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .funeral-txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 400px) {
  .funeral-txt .br-lessthan-sm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .funeral-txt .br-lessthan-md {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .funeral-cards {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1000px) {
  .funeral-cards {
    width: 100%;
    max-width: 86rem;
    margin: 0 auto;
    margin-bottom: 15rem;
  }
}
.funeral-card:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .funeral-card {
    width: calc((100% - 3rem) / 3);
  }
  .funeral-card:not(:last-child) {
    margin-bottom: 0;
  }
}
.funeral-cpic {
  position: relative;
  width: 100%;
  max-width: 25rem;
  height: 100%;
  margin: 0 auto;
}
.funeral-cpic::before {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border: 0.1rem solid #55a383;
  border-radius: 50%;
  content: "";
}
@media screen and (min-width: 768px) {
  .funeral-cpic::before {
    max-height: 19.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .funeral-cpic::before {
    max-height: 25rem;
  }
}
@media screen and (min-width: 1000px) {
  .funeral-cpic {
    max-width: 25rem;
  }
}
.funeral-cpic img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
     object-fit: contain;
}
.funeral-cbody {
  text-align: center;
}
.funeral-cttl {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .funeral-cttl {
    font-size: 1.8rem;
  }
}
.funeral-box {
  width: 100%;
  max-width: 45rem;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  border: 0.1rem solid #55a383;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .funeral-box {
    max-width: 94rem;
  }
}
@media screen and (min-width: 1000px) {
  .funeral-box {
    padding: 0 1.5rem;
  }
}
.funeral-bttl {
  position: relative;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .funeral-bttl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
  }
  .funeral-bttl::before {
    display: block;
    width: 100%;
    max-width: 12rem;
    height: 0.1rem;
    margin-right: 3rem;
    background: #55a383;
    content: "";
  }
  .funeral-bttl::after {
    display: block;
    width: 100%;
    max-width: 12rem;
    height: 0.1rem;
    margin-left: 3rem;
    background: #55a383;
    content: "";
  }
}
@media screen and (min-width: 1000px) {
  .funeral-bttl {
    width: 100%;
    max-width: 88rem;
    margin: 0 auto;
    font-size: 2.4rem;
    letter-spacing: 0.18rem;
  }
  .funeral-bttl::before {
    max-width: 25rem;
  }
  .funeral-bttl::after {
    max-width: 25rem;
  }
}
.funeral-lists {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .funeral-lists {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
    padding: 0 2rem;
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  .funeral-lists {
    padding: 0 6.5rem;
  }
}
.funeral-list:not(:last-child) {
  margin-bottom: 1rem;
}
.funeral-item {
  position: relative;
  font-size: 1.5rem;
}
.funeral-item:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .funeral-item::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1rem;
    width: 0.3rem;
    height: 0.3rem;
    margin: auto 0;
    border-radius: 50%;
    background: #55a383;
    content: "";
  }
}
@media screen and (min-width: 768px) {
  .funeral-item:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.funeral-btxt {
  position: relative;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .funeral-btxt {
    font-size: 2.4rem;
    letter-spacing: 0.48rem;
  }
}
.funeral-btxt span {
  position: relative;
}
.funeral-btxt span::before {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.25rem solid #55a383;
  content: "";
}
@media screen and (min-width: 1000px) {
  .funeral-btxt span::before {
    border-bottom-width: 0.5rem;
  }
}
@media screen and (min-width: 400px) {
  .funeral-btxt .br-lessthan-sm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .funeral-btxt .br-lessthan-md {
    display: none;
  }
}
.funeral-btnwrapper {
  width: 100%;
  max-width: 45rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .funeral-btnwrapper {
    max-width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .funeral-btnwrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    max-width: 97.5rem;
  }
}
.funeral-btn {
  position: relative;
  width: 100%;
  height: 12rem;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .funeral-btn {
    max-width: 45rem;
  }
}
.funeral-btn p {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .funeral-btn p {
    text-align: left;
  }
}
.funeral-btn a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: inherit;
  max-width: inherit;
  height: inherit;
  color: #222;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .funeral-btn a {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .funeral-btn a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 3rem;
  }
}
.funeral-btn a::before {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
          transform: translate(-50%, -50%);
  border: 0.1rem solid #55a383;
  content: "";
}
.funeral-btn span {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .funeral-btn span {
    font-size: 1.5rem;
  }
}
.funeral-btn._choice {
  background: url(../../../img/front-page/fueral-btn-choice.png) no-repeat center/cover;
}
.funeral-btn._faq {
  background: url(../../../img/front-page/funeral-btn-faq.png) no-repeat center/cover;
}

.l-funeral-ttl {
  margin: 3rem 0;
}
@media screen and (min-width: 1000px) {
  .l-funeral-ttl {
    margin: 3rem 0 5rem;
  }
}

.l-funeral-txt {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1000px) {
  .l-funeral-txt {
    margin-bottom: 5rem;
  }
}

.l-funeral-cards {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .l-funeral-cards {
    margin-bottom: 8.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-funeral-cards {
    margin-bottom: 12rem;
  }
}

.l-funeral-box {
  margin-bottom: 3rem;
}

.l-funeral-bttl {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .l-funeral-bttl {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.l-funeral-lists {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .l-funeral-lists {
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 1000px) {
  .l-funeral-btxt {
    margin-bottom: 3rem;
  }
}

.l-funeral-btn:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1000px) {
  .l-funeral-btn {
    margin-right: 2rem;
  }
  .l-funeral-btn:not(:last-child) {
    margin-bottom: 0;
  }
}

.voice {
  position: relative;
  background: #fff;
	padding: 80px 0;
}

.plan {
  position: relative;
  background: #faf8f5;
}
.plan-inner {
  padding: 8rem 0;
}
@media screen and (min-width: 1000px) {
  .plan-inner {
    padding: 12rem 0;
  }
}
.plan-ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.36rem;
  text-align: center;
}
.plan-ttl::before {
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 100%;
  max-width: 6rem;
  margin: 0 auto;
  border-bottom: 0.1rem solid #55a383;
  content: "";
}
@media screen and (min-width: 768px) {
  .plan-ttl {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .plan-ttl {
    font-size: 3.6rem;
    letter-spacing: 0.72rem;
  }
}
.plan-subttl {
  position: relative;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan-subttl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
  }
  .plan-subttl::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 8rem;
    height: 0.1rem;
    margin: auto 0;
    background: #55a383;
    content: "";
  }
  .plan-subttl::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 8rem;
    height: 0.1rem;
    margin: auto 0;
    background: #55a383;
    content: "";
  }
}
@media screen and (min-width: 1000px) {
  .plan-subttl {
    font-size: 2.4rem;
    letter-spacing: 0.48rem;
  }
  .plan-subttl::before {
    max-width: 18rem;
  }
  .plan-subttl::after {
    max-width: 18rem;
  }
}
@media screen and (min-width: 768px) {
  .plan-subttl .br-lessthan-md {
    display: none;
  }
}
@media screen and (min-width: 400px) {
  .plan-cards {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
  }
}
.plan-card {
  max-width: 33rem;
}
@media screen and (min-width: 400px) {
  .plan-card {
    width: calc((100% - 4rem) / 2);
  }
  .plan-card:nth-child(3) {
    margin-top: -3rem;
  }
}
@media screen and (min-width: 768px) {
  .plan-card:nth-child(3) {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .plan-card {
    width: calc((100% - 6rem) / 3);
  }
  .plan-card:nth-child(3) {
    margin-top: 0;
  }
}
.plan-cpic {
  position: relative;
  width: 100%;
  max-width: 33rem;
  height: 100%;
  max-height: 33rem;
  margin: 0 auto;
}
.plan-cpic::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.plan-cpic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.plan-cbody {
  padding: 2.3rem 0 3rem;
  background: #fff;
  text-align: center;
}
.plan-cttl {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}
.front-plan-ttl{
	padding: 1rem;
	color: #FFFFFF;
}
.plan-ttl-under{
	line-height: 32px;
	font-size: 1.3rem;
	font-weight: bold;
}
@media screen and (min-width: 1000px) {
  .plan-cttl {
    font-size: 2.4rem;
  }
}
.plan-cttl .br-smToMd {
  display: none;
}
@media screen and (min-width: 400px) {
  .plan-cttl .br-smToMd {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .plan-cttl .br-smToMd {
    display: none;
  }
}
.plan-cttl span {
  font-size: 1.5rem;
}
@media screen and (min-width: 1000px) {
  .plan-cttl span {
    margin: 0 0.6rem;
    font-size: 1.8rem;
  }
}
.plan-cttl._color1 {
  background-color: #932b60;
}
.plan-cttl._color2 {
  background-color: #cca552;
}
.plan-cttl._color3 {
  background-color: #163259;
}
.plan-cttl._color4 {
  background-color: #c37e33;
}
.plan-cttl._color5 {
  background-color: #ad955f;
}
.plan-cttl._color6 {
  background-color: #7f9c59;
}
.plan-ttl-under._color1 {
  color: #932b60;
  background-color: #932b601f;
}
.plan-ttl-under._color2 {
  color: #cca552;
  background-color: #cca5521f;
}
.plan-ttl-under._color3 {
  color: #163259;
  background-color: #1632591f;
}
.plan-ttl-under._color4 {
  color: #c37e33;
  background-color: #c37e331f;
}
.plan-ttl-under._color5 {
  color: #ad955f;
  background-color: #ad955f1f;
}
.plan-ttl-under._color6 {
  color: #7f9c59;
  background-color: #7f9c591f;
}
.plan-cprice {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.plan-cpricetxt1 {
  color: #e67373;
  font-family: "Lato", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: right;
}
@media screen and (min-width: 1000px) {
  .plan-cpricetxt1 {
    font-size: 3rem;
    letter-spacing: 0.2rem;
  }
}
.plan-cpricetxt2 {
  margin-right: 0.2rem;
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.5;
  text-align: right;
}
@media screen and (min-width: 1000px) {
  .plan-cpricetxt2 {
    margin-right: 0.3rem;
    font-size: 2.5rem;
  }
}
.plan-cpricetxt2 span {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .plan-cpricetxt2 span {
    font-size: 1.58rem;
  }
}
.plan-cinfo {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  width: 84%;
  max-width: 29rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .plan-cinfo {
    width: 88%;
  }
}
.plan-cinfo._hidden {
  visibility: hidden;
}
.plan-ccategory {
  display: grid;
  z-index: 2;
  place-items: center;
  width: calc((100% - 0.5rem) / 3);
  max-width: 9.5rem;
  height: 3rem;
  background: #cccccc;
  font-size: 1.2rem;
}
.plan-ccategory4 {
  display: grid;
  z-index: 2;
  place-items: center;
  width: calc((100% - 0.5rem) / 4);
  max-width: 9.5rem;
  height: 3rem;
  background: #cccccc;
  font-size: 1.2rem;
}
.plan-no-additional{
	width: 80%;
	margin: auto;
	background-color: #b29b2475;
	padding: 5px 34px;
	border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .plan-ccategory {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 896px) {
  .plan-ccategory4 {
    font-size: 1rem;
  }
}
.plan-ccategory._none {
  border: 0.1rem solid #e67373;
  background: #fff;
  color: #e67373;
}
.plan-ccategory4._none {
  border: 0.1rem solid #e67373;
  background: #fff;
  color: #e67373;
}
.plan-bnr {
  position: relative;
  width: 100%;
  max-width: 45rem;
  height: 20rem;
  margin: 0 auto;
  background: url(../../../img/front-page/plan-bnr.png) no-repeat center/cover;
}
.plan-bnr:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .plan-bnr {
    max-width: 100%;
  }
}
.plan-bnr p {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .plan-bnr p {
    text-align: left;
  }
}
.plan-bnr a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: inherit;
  max-width: inherit;
  height: inherit;
  color: #222;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .plan-bnr a {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .plan-bnr a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 3rem;
  }
}
.plan-bnr a::after {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
          transform: translate(-50%, -50%);
  border: 0.1rem solid #55a383;
  content: "";
}
.plan-bnr span {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .plan-bnr span {
    font-size: 1.5rem;
  }
}

.l-plan-ttl {
  margin-bottom: 5rem;
  position: relative;
}
.l-plan-ttl::after{
content: "";
    display: block;
    background-image: url(../../../img/saidan.svg);
    position: absolute;
   left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	top: -90px;
    background-repeat: no-repeat;
    height: 80px;
    width: 130px;
}
.l-plan-ttl span{
	font-size: 2rem;
	background: linear-gradient(transparent 75%, #ffff7f 75%);
}
.dots{
    position: relative;
}
.dots::before{
   position: absolute;
   top: -1em;
   left: 50%;
   transform: translate(-50%, 0);
   color: #111;
   font-size: 1em;
   content: "・";
}
.l-plan-subttl {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .l-plan-subttl {
    margin-bottom: 4rem;
  }
}

.l-plan-cards:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .l-plan-cards:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.l-plan-card:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .l-plan-card:not(:last-child) {
    margin-bottom: 0;
  }
}

.l-plan-cttl {
  margin-bottom: 1rem;
}

.l-plan-cprice {
  margin-bottom: 2rem;
}

.plan-for-detail{
	font-size: 13px;
	position: relative;
}
.plan-for-detail::after{
	content: "▶︎";
	font-size: 10px;
	color: #e67373;
	padding-left: 10px;
}

.support {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../../../img/front-page/support-bg.jpg) no-repeat center/cover;
}
.support-inner {
  padding: 10rem 0;
}
@media screen and (min-width: 1000px) {
  .support-inner {
    padding: 20rem 0;
  }
}
.support-ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.36rem;
  text-align: center;
}
.support-ttl::before {
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 100%;
  max-width: 6rem;
  margin: 0 auto;
  border-bottom: 0.1rem solid #fff;
  content: "";
}
@media screen and (min-width: 768px) {
  .support-ttl {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .support-ttl {
    font-size: 3.6rem;
    letter-spacing: 0.72rem;
  }
}
.support-txt {
  padding: 2rem 0;
  color: #fff;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.11;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .support-txt {
    padding: 0;
    font-size: 1.58rem;
  }
}
@media screen and (min-width: 1000px) {
  .support-txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 400px) {
  .support-txt .br-lessthan-sm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .support-txt .br-lessthan-md {
    display: none;
  }
}
.support-boxes {
  width: 100%;
  max-width: 45rem;
  margin: 0 auto;
}
@media screen and (min-width: 400px) {
  .support-boxes {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .support-boxes {
    max-width: 100%;
  }
  .support-boxes::after {
    display: block;
    width: calc((100% - 2rem) / 3);
    content: "";
  }
}
@media screen and (min-width: 1000px) {
  .support-boxes::after {
    display: none;
  }
}
.support-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 100%;
  max-width: 23.5rem;
  margin: 0 auto;
  padding: 2.6rem 0 3.2rem;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .support-box {
    width: calc((100% - 2rem) / 2);
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .support-box {
    width: calc((100% - 2rem) / 3);
  }
}
@media screen and (min-width: 1000px) {
  .support-box {
    width: calc((100% - 2rem) / 4);
  }
}
.support-box._case {
  background: #1e264d;
}
.support-box._case .support-bpic {
  max-width: 4rem;
  max-height: 4.8rem;
  margin-bottom: 2rem;
}
.support-box._howto {
  background: #5ba455;
}
.support-box._howto .support-bpic {
  max-width: 4.8rem;
  max-height: 4rem;
  margin-bottom: 2.5rem;
}
.support-box._transport {
  background: #066b80;
}
.support-box._transport .support-bpic {
  max-width: 4.8rem;
  max-height: 3.4rem;
  margin-bottom: 2.5rem;
}
.support-box._aftersupport {
  background: #0f4d38;
}
.support-box._aftersupport .support-bpic {
  max-width: 4rem;
  max-height: 5.1rem;
}
.support-box._about {
  background: #816b06;
}
.support-box._about .support-bpic {
  max-width: 4.5rem;
  max-height: 5.3rem;
}
.support-box._advice {
  background: #801b07;
}
.support-box._advice .support-bpic {
  max-width: 4.9rem;
  max-height: 5.3rem;
}
.support-box._faq {
  background: #402f26;
}
.support-box._faq .support-bpic {
  max-width: 4.8rem;
  max-height: 4.4rem;
  margin-bottom: 1.5rem;
}
.support-box._member {
  background: #56a383;
}
.support-box._member .support-bpic {
  max-width: 4.7rem;
  max-height: 4.7rem;
}
.support-bpic {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.support-bpic img {
  width: 100%;
  height: 100%;
}
.support-bttl {
  color: #fff;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
}
@media screen and (min-width: 768px) {
  .support-bttl {
    font-size: 2rem;
  }
}
.support-btxt {
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .support-btxt {
    font-size: 1.5rem;
  }
}

.l-support-txt {
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .l-support-txt {
    margin: 4rem 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-support-txt {
    margin: 6rem 0 8rem;
  }
}

.l-support-boxes {
  margin-top: -2rem;
}

.l-support-box {
  margin-top: 2rem;
}
@media screen and (min-width: 400px) {
  .l-support-box {
    margin-top: 2rem;
  }
}

.l-support-bpic {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .l-support-bpic {
    margin-bottom: 2rem;
  }
}

.l-support-bttl {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-support-bttl {
    margin-bottom: 3rem;
  }
}

.cta {
  position: relative;
  padding: 4rem 0;
  background: #edfaf5;
}
@media screen and (min-width: 1000px) {
  .cta {
    padding: 8rem 0;
  }
}
.cta-box {
  position: relative;
  width: 100%;
  max-width: 45rem;
  margin: 0 auto;
  padding: 2.5rem 0;
  border: 0.1rem solid #55a383;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .cta-box {
    max-width: 100%;
    padding: 4rem 0;
  }
}
.cta-box::before {
  display: none;
}
@media screen and (min-width: 400px) {
  .cta-box::before {
    -webkit-transform: translate(-50%, -50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
            transform: translate(-50%, -50%);
    border: 0.1rem solid #55a383;
    content: "";
  }
}
.cta-ttl {
  color: #555;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.56;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .cta-ttl .br-lessthan-sm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cta-ttl .br-lessthan-md {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .cta-ttl .br-lessthan-lg {
    display: none;
  }
}
.cta-txt {
  position: relative;
  margin: 0 auto;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.12rem;
  text-align: center;
}
.cta-txt::before {
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: calc(100% - 8rem);
  max-width: 37rem;
  margin: 0 auto;
  border-bottom: 0.1rem solid #55a383;
  content: "";
}
@media screen and (min-width: 1000px) {
  .cta-txt::before {
    max-width: 92rem;
  }
}
@media screen and (min-width: 768px) {
  .cta-txt {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .cta-txt {
    font-size: 3rem;
    letter-spacing: 0.36rem;
  }
}
@media screen and (min-width: 400px) {
  .cta-txt .br-lessthan-sm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cta-txt .br-lessthan-md {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .cta-txt .br-lessthan-lg {
    display: none;
  }
}
.cta-binner {
  position: relative;
  padding: 1.5rem 0;
}
@media screen and (min-width: 1000px) {
  .cta-binner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
    width: 100%;
    max-width: 90rem;
    margin: 0 auto;
    padding: 0;
  }
}
.cta-bileft {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .cta-bileft {
    width: calc((100% - 3rem) / 2);
  }
}
.cta-bileft::before {
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: calc(100% - 8rem);
  max-width: 37rem;
  margin: 0 auto;
  border-bottom: 0.1rem solid #55a383;
  content: "";
}
@media screen and (min-width: 1000px) {
  .cta-bileft::before {
    display: none;
  }
}
.cta-bileft::after {
  display: none;
}
@media screen and (min-width: 1000px) {
  .cta-bileft::after {
    display: block;
    position: absolute;
    top: 0;
    right: -1.8rem;
    height: 100%;
    max-height: 10rem;
    margin: auto 0;
    border-right: 0.1rem solid #55a383;
    content: "";
  }
}
@media screen and (min-width: 1000px) {
  .cta-biright {
    width: calc((100% - 6rem) / 2);
  }
}
.cta-bittl {
  color: #555;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.cta-bitxt {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cta-bitxt {
    font-size: 1.58rem;
  }
}
@media screen and (min-width: 400px) {
  .cta-bitxt .br-lessthan-sm {
    display: none;
  }
}
.cta-bitel {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  margin-right: 1.4rem;
}
.cta-bitel a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: inherit;
  color: #55a383;
  font-family: "Lato", sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .cta-bitel a {
    font-size: 6rem;
    letter-spacing: -0.28rem;
  }
}
.cta-bicontact {
  width: 100%;
  max-width: 25rem;
  height: 6rem;
  margin: 0 auto;
  background: #e67373;
}
@media screen and (min-width: 768px) {
  .cta-bicontact {
    max-width: 45rem;
  }
}
.cta-bicontact a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: inherit;
  max-width: inherit;
  height: inherit;
  padding: 1.8rem 0;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6875;
  text-align: center;
}
.cta-bicontact a::before {
  /* くの字を山なりに見た時、右側の太さと色 */
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1.2rem;
  bottom: 0;
  width: 0.6rem;
  /* くの字を山なりに見た時、左側の長さ */
  height: 0.6rem;
  margin: auto;
          transform: rotate(45deg);
  /* くの字を山なりに見た時、右側の長さ */
  border-top: 0.1rem solid #fff;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 0.1rem solid #fff;
  content: "";
  /* くの字の向き */
}
@media screen and (min-width: 768px) {
  .cta-bicontact .br-lessthan-md {
    display: none;
  }
}

.l-cta-txt {
  margin: 1.5rem 0 2.5rem;
}
@media screen and (min-width: 1000px) {
  .l-cta-txt {
    margin: 3rem 0 5rem;
  }
}

.l-cta-bileft {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1000px) {
  .l-cta-bileft {
    margin: 0;
  }
}

.l-cta-bitel {
  margin: 1rem 0;
}
@media screen and (min-width: 1000px) {
  .l-cta-bitel {
    margin: 2rem 0 0.8rem;
  }
}

.l-cta-bicontact {
  margin-top: 1rem;
}
@media screen and (min-width: 1000px) {
  .l-cta-bicontact {
    margin-top: 2rem;
  }
}

_::-webkit-full-page-media,
_:future,
:root .cta-bitel a {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  _::-webkit-full-page-media,
_:future,
:root .cta-bitel a {
    font-size: 4.7rem;
  }
}

.infomation {
  position: relative;
  padding: 6rem 0 0;
}
@media screen and (min-width: 1000px) {
  .infomation {
    padding: 12rem 0;
  }
}
.infomation-ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.36rem;
  text-align: center;
}
.infomation-ttl::before {
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 100%;
  max-width: 6rem;
  margin: 0 auto;
  border-bottom: 0.1rem solid #55a383;
  content: "";
}
@media screen and (min-width: 768px) {
  .infomation-ttl {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .infomation-ttl {
    font-size: 3.6rem;
    letter-spacing: 0.72rem;
  }
}

.l-infomation-ttl {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .l-infomation-ttl {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-infomation-ttl {
    margin-bottom: 8rem;
  }
}

.postwrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1000px) {
  .postwrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
    padding-bottom: 12rem;
  }
}

.news {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .news {
    max-width: 48rem;
  }
}
.news-ttl {
  color: #222;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .news-ttl {
    padding: 0;
    text-align: left;
  }
}
.news-medias {
  width: 100%;
  max-width: 45rem;
  margin: 1rem auto 0;
  padding-top: 1rem;
  border-top: 0.1rem solid #55a383;
}
@media screen and (min-width: 768px) {
  .news-medias {
    max-width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .news-medias {
    margin-top: 0.5rem;
    padding-top: 2rem;
  }
}
.news-medias .post {
  position: relative;
  height: 10rem;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 1000px) {
  .news-medias .post {
    margin-bottom: 4rem;
  }
}
.news-medias .post::before {
  position: absolute;
  right: 0;
  bottom: -2rem;
  left: 0;
  width: 100%;
  margin: 0 auto 1rem;
  border-bottom: 0.1rem solid #ddd;
  content: "";
}
@media screen and (min-width: 1000px) {
  .news-medias .post::before {
    margin-bottom: 0;
  }
}
.news-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: inherit;
}
.news-mpic {
  width: 34.884%;
  max-width: 10rem;
  height: inherit;
  margin: 0 3.33333% 0 0;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .news-mpic {
    width: 100%;
    margin: 0 2rem 0 0;
  }
}
.news-mpic img {
  width: 100%;
  height: inherit;
}
.news-mpic._sample {
  background: #cccccc;
}
.news-mbody {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
          justify-content: center;
  width: 75%;
}
.news-minfo {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}
.news-mdate {
  color: #999;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.18rem;
  line-height: 1.6667;
}
.news-mcategory {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  width: 100%;
  max-width: 9.8rem;
  padding: 0.3rem 0;
  overflow: hidden;
  border-radius: 1.25rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .news-mcategory {
    max-width: 12rem;
    padding: 0.5rem 0;
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1000px) {
  .news-mcategory {
    font-size: 1.5rem;
  }
}
.news-mttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  word-break: break-all;
}
.news-btn {
  width: 100%;
  max-width: 20rem;
  height: 5rem;
  margin: 0 auto;
  background: #55a383;
}
@media screen and (min-width: 768px) {
  .news-btn {
    max-width: 24rem;
  }
}
.news-btn a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: inherit;
  max-width: inherit;
  height: inherit;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6875;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .news-btn a {
    font-size: 1.5rem;
  }
}

.l-news-minfo {
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 1000px) {
  .l-news-minfo {
    margin-bottom: 1.2rem;
  }
}

.l-news-mdate {
  margin-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-news-mdate {
    margin-right: 3rem;
  }
}

.l-news-btn {
  margin: 4rem auto;
}
@media screen and (min-width: 768px) {
  .l-news-btn {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-news-btn {
    margin-top: 8rem;
    margin-bottom: 0;
  }
}

.staffblog {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .staffblog {
    max-width: 48rem;
  }
}
.staffblog-ttl {
  color: #222;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .staffblog-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .staffblog-ttl {
    padding: 0;
    text-align: left;
  }
}
.staffblog-medias {
  width: 100%;
  max-width: 45rem;
  margin: 1rem auto 0;
  padding-top: 1rem;
  border-top: 0.1rem solid #55a383;
}
@media screen and (min-width: 768px) {
  .staffblog-medias {
    max-width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .staffblog-medias {
    margin-top: 0.5rem;
    padding-top: 2rem;
  }
}
.staffblog-medias .post {
  position: relative;
  height: 10rem;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 1000px) {
  .staffblog-medias .post {
    margin-bottom: 4rem;
  }
}
.staffblog-medias .post::before {
  position: absolute;
  right: 0;
  bottom: -2rem;
  left: 0;
  width: 100%;
  margin: 0 auto 1rem;
  border-bottom: 0.1rem solid #ddd;
  content: "";
}
@media screen and (min-width: 1000px) {
  .staffblog-medias .post::before {
    margin-bottom: 0;
  }
}
.staffblog-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: inherit;
}
.staffblog-mpic {
  width: 34.884%;
  max-width: 10rem;
  height: inherit;
  margin: 0 3.33333% 0 0;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .staffblog-mpic {
    width: 100%;
    margin: 0 2rem 0 0;
  }
}
.staffblog-mpic img {
  width: 100%;
  height: inherit;
}
.staffblog-mpic._sample {
  background: #cccccc;
}
.staffblog-mbody {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
          justify-content: center;
  width: 75%;
}
.staffblog-mdate {
  color: #999;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.18rem;
  line-height: 1.6667;
}
.staffblog-mttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  word-break: break-all;
}
.staffblog-btn {
  width: 100%;
  max-width: 20rem;
  height: 5rem;
  margin: 0 auto;
  background: #55a383;
}
@media screen and (min-width: 768px) {
  .staffblog-btn {
    max-width: 24rem;
  }
}
.staffblog-btn a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: inherit;
  max-width: inherit;
  height: inherit;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6875;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .staffblog-btn a {
    font-size: 1.5rem;
  }
}

.l-staffblog-mdate {
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 1000px) {
  .l-staffblog-mdate {
    margin-bottom: 1.2rem;
  }
}

.l-staffblog-btn {
  margin: 4rem auto;
}
@media screen and (min-width: 1000px) {
  .l-staffblog-btn {
    margin-top: 8rem;
    margin-bottom: 0;
  }
}

.transport {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .transport-cntwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.transport-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 23.5rem;
  margin: 0 auto;
  padding: 2.6rem 0 3.2rem;
  background: #066b80;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .transport-box {
    max-width: 45rem;
  }
}
@media screen and (min-width: 768px) {
  .transport-box {
    max-width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .transport-box {
    max-width: 32rem;
    height: 32rem;
    max-height: 100%;
  }
}
.transport-bpic {
  position: relative;
  width: 100%;
  max-width: 4rem;
  height: 100%;
  max-height: 4.8rem;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .transport-bpic {
    max-width: 7.2rem;
    max-height: 5.1rem;
  }
}
.transport-bpic img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
     object-fit: contain;
}
.transport-bttl {
  color: #fff;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
}
@media screen and (min-width: 768px) {
  .transport-bttl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .transport-bttl {
    font-size: 2.4rem;
    letter-spacing: 0.28rem;
  }
}
.transport-bttl .br-greaterthan-lg {
  display: none;
}
@media screen and (min-width: 1000px) {
  .transport-bttl .br-greaterthan-lg {
    display: inline;
  }
}
.transport-btxt {
  color: #fff;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .transport-btxt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .transport-btxt {
    font-size: 2.4rem;
    letter-spacing: 0.28rem;
  }
}
.transport-btxt .br-greaterthan-lg {
  display: none;
}
@media screen and (min-width: 1000px) {
  .transport-btxt .br-greaterthan-lg {
    display: inline;
  }
}
.transport-medias {
  width: 100%;
  max-width: 45rem;
  height: 32rem;
  margin: 0 auto;
  overflow-y: scroll;
}
.transport-medias::-webkit-scrollbar {
  width: 1rem;
}
.transport-medias::-webkit-scrollbar-track {
  background: #eee;
}
.transport-medias::-webkit-scrollbar-thumb {
  background: #55a383;
}
@media screen and (min-width: 768px) {
  .transport-medias {
    max-width: 100%;
  }
}
.transport-medias .post {
  position: relative;
  height: 10rem;
  margin: 0 auto 1rem;
}
.transport-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: inherit;
}
.transport-mpic {
  width: 34.884%;
  max-width: 10rem;
  height: inherit;
  margin: 0 3.33333% 0 0;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .transport-mpic {
    width: 100%;
    margin: 0 2rem 0 0;
  }
}
.transport-mpic img {
  width: 100%;
  height: inherit;
}
.transport-mpic._sample {
  background: #cccccc;
}
.transport-mbody {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
          justify-content: center;
  width: 75%;
}
.transport-mdate {
  color: #999;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.18rem;
  line-height: 1.6667;
}
.transport-mttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.6rem;
  letter-spacing: 0.18rem;
  line-height: 1.4;
  word-break: break-all;
}
.transport-btn {
  width: 100%;
  max-width: 20rem;
  height: 5rem;
  margin: 0 auto;
  background: #55a383;
}
@media screen and (min-width: 768px) {
  .transport-btn {
    max-width: 24rem;
  }
}
.transport-btn a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  width: inherit;
  max-width: inherit;
  height: inherit;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6875;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .transport-btn a {
    font-size: 1.5rem;
  }
}

.l-transport-box {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1000px) {
  .l-transport-box {
    margin-right: 1.5rem;
  }
}

.l-transport-bpic {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-transport-bpic {
    margin-bottom: 2rem;
  }
}

.l-transport-bttl {
  margin-bottom: 1rem;
}

.l-transport-mdate {
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 1000px) {
  .l-transport-mdate {
    margin-bottom: 1.2rem;
  }
}

.l-transport-btn {
  margin: 4rem auto;
}
@media screen and (min-width: 1000px) {
  .l-transport-btn {
    margin-top: 5rem;
    margin-bottom: 0;
  }
}

/* ------------------------------
2022/03/06
------------------------------ */

.livinghall {
  margin-bottom: 8rem;
}

.livinghall h4 {
  font-size: 3.2rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2rem;
  text-align: center;
}

.livinghall h4 span {
  font-size: 1.6rem;
  color: #55a383;
}

.livinghall .open {
  text-align: center;
  color: #e67373;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  border-top: 3px double currentColor;
  border-bottom: 3px double currentColor;
  padding: 1rem .5rem;
}

.livinghall .inner {
  font-size: 1.6rem;
  background-color: #fff;
  padding: 2rem;
}

.livinghall p {
  margin-bottom: 2rem;
}

.livinghall p:last-child {
  margin-bottom: 0;
}

.livinghall .photo {
  max-width: 310px;
  margin: 0 auto 2rem auto;
}

.livinghall h5 {
  font-size: 1.8rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.livinghall table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.livinghall td,
.livinghall th {
  padding: .25rem 1.5rem;
  border: 1px solid #ccc;
}

.livinghall td {
  text-align: right;
  font-size: 2.4rem;
  color: #e67373;
  font-weight: 600;
	line-height: 0.9;
}

.livinghall th {
  background-color: #faf8f5;
}

.livinghall .naiyo {
  border: 1px solid #55a383;
  padding: 1rem;
  margin-bottom: 2rem;
}

.livinghall .naiyo ul {
  letter-spacing: -.4em;
  margin-bottom: 1rem;
  color: #55a383;
}

.livinghall .naiyo li {
  display: inline;
  letter-spacing: normal;
  position: relative;
}

.livinghall .naiyo li:not(:last-child)::after {
  content: '/';
  margin-left: .5em;
  margin-right: .5em;
}


.livinghall .off {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-weight: 600;
  color: #e67373;
  position: relative;
}

.livinghall .off span {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 2rem;
}

.livinghall .off::after,
.livinghall .off::before {
  content: '';
  height: 2px;
  background-color: #e67373;
  display: block;
  flex-grow: 1;
}

.livinghall .btn {
  text-align: center;
  margin-top: 4rem;
}

.livinghall .btn a {
  color: #fff;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 5rem;
  font-size: 1.5rem;
  line-height: 1.6875;
  text-align: center;
  background-color: #55a383;
  min-width: 20rem;
}
.lh_tax{
	margin-left: 0.5rem;
}
.lh_tax_ss{
	font-size: 0.8rem;
}
.lh_tax_ps{
	font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .livinghall .inner {
    display: flex;
  }

  .livinghall .photo {
    width: 40%;
    max-width: none;
  }

  .livinghall .content {
    width: 60%;
    padding-left: 4rem;
  }
  
  .livinghall .btn a {
    min-width: 24rem;
  }
}

/* ------------------------------
2022/03/17
------------------------------ */

.sankotsu {
  margin: 0 auto 4rem auto;
  font-size: 1.4rem;
}
.sankotsu > a {
  text-decoration: none;
  color: inherit;
  display: flex;
  background: #fff;
  position: relative;
  flex-direction: column;
}
.sankotsu a::before {
  content: "";
  border: 0.1rem solid #b39b24;
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}
.sankotsu__photo {
  background: url(https://www.wakousougisya.com/cms/wp-content/themes/wakousougisya/dist/img/support/support05__bg01.png) no-repeat center center;
  background-size: cover;
}
.sankotsu__body {
  text-align: center;
  padding: 1.5rem 2.5rem 2.5rem 2.5rem;
}
.sankotsu__ht {
  font-size: 2rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1rem;
}
.sankotsu__price {
  font-size: 2.4rem;
  color: #e67373;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .sankotsu {
    max-width: 33rem;
  }
  .sankotsu__photo {
    height: 30vw;
  }
}

@media screen and (min-width: 768px) {
  .sankotsu {
    font-size: 1.6rem;
    margin-bottom: 8rem;
  }
  .sankotsu > a {
    flex-direction: row-reverse;
  }
  .sankotsu a::before {
    content: "";
    border: 0.1rem solid #b39b24;
    position: absolute;
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }
  .sankotsu__photo,
  .sankotsu__body {
    flex: 1;
  }
  .sankotsu__body {
    padding: 4rem;
    text-align: left;
  }
  .sankotsu__ht {
    font-size: 3rem;
  }
}

/* ------------------------------
2022/03/23
------------------------------ */

#jisseki_hanso {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.jisseki_hanso {
  border: 2px solid #6eb095;
}
.jisseki_hanso h3 {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  background-color: #6eb095;
  color: #fff;
  font-size: 2.2rem;
  padding: 1rem;
  line-height: 1;
}
.jisseki_hanso__inner {
  overflow-y: scroll;
  height: 300px;
  padding: 1rem;
  font-size: 1.6rem;
}
.jisseki_hanso__item {
  display: flex;
  align-items: center;
}
.jisseki_hanso__item + .jisseki_hanso__item {
  border-top: 1px dotted #ddd;
  padding-top: 1rem;
  margin-top: 1rem;
}
.jisseki_hanso__photo {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 2rem;
}
.jisseki_hanso__photo img {
  width: 100px;
  height: auto;
}
.jisseki_hanso__item dl {
  flex-grow: 1;
}
.jisseki_hanso dt {
  font-weight: bold;
  color: #6eb095;
}

@media screen and (min-width: 768px) {
  #jisseki_hanso {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .jisseki_hanso h3 {
    font-size: 2.4rem;
  }
  .jisseki_hanso__inner {
    padding: 2rem;
  }
}

/*# sourceMappingURL=../../sourcemaps/page/front-page/style.css.map */