@charset "UTF-8";
@-webkit-keyframes float {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@keyframes float {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

.fade-01 {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fade-01.is-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (min-width: 768px) {
  .fade-01:nth-of-type(1) {
    -moz-transition-delay: calc(1 * .2s);
    -webkit-transition-delay: calc(1 * .2s);
    -o-transition-delay: calc(1 * .2s);
    -ms-transition-delay: calc(1 * .2s);
  }
}

@media screen and (max-width: 767px) {
  .fade-01:nth-of-type(1) {
    -moz-transition-delay: calc(1 * .8s);
    -webkit-transition-delay: calc(1 * .8s);
    -o-transition-delay: calc(1 * .8s);
    -ms-transition-delay: calc(1 * .8s);
  }
}

@media (min-width: 768px) {
  .fade-01:nth-of-type(2) {
    -moz-transition-delay: calc(2 * .2s);
    -webkit-transition-delay: calc(2 * .2s);
    -o-transition-delay: calc(2 * .2s);
    -ms-transition-delay: calc(2 * .2s);
  }
}

@media screen and (max-width: 767px) {
  .fade-01:nth-of-type(2) {
    -moz-transition-delay: calc(2 * .8s);
    -webkit-transition-delay: calc(2 * .8s);
    -o-transition-delay: calc(2 * .8s);
    -ms-transition-delay: calc(2 * .8s);
  }
}

@media (min-width: 768px) {
  .fade-01:nth-of-type(3) {
    -moz-transition-delay: calc(3 * .2s);
    -webkit-transition-delay: calc(3 * .2s);
    -o-transition-delay: calc(3 * .2s);
    -ms-transition-delay: calc(3 * .2s);
  }
}

@media screen and (max-width: 767px) {
  .fade-01:nth-of-type(3) {
    -moz-transition-delay: calc(3 * .8s);
    -webkit-transition-delay: calc(3 * .8s);
    -o-transition-delay: calc(3 * .8s);
    -ms-transition-delay: calc(3 * .8s);
  }
}

@media (min-width: 768px) {
  .fade-01:nth-of-type(4) {
    -moz-transition-delay: calc(4 * .2s);
    -webkit-transition-delay: calc(4 * .2s);
    -o-transition-delay: calc(4 * .2s);
    -ms-transition-delay: calc(4 * .2s);
  }
}

@media screen and (max-width: 767px) {
  .fade-01:nth-of-type(4) {
    -moz-transition-delay: calc(4 * .8s);
    -webkit-transition-delay: calc(4 * .8s);
    -o-transition-delay: calc(4 * .8s);
    -ms-transition-delay: calc(4 * .8s);
  }
}

@media (min-width: 768px) {
  .fade-01:nth-of-type(5) {
    -moz-transition-delay: calc(5 * .2s);
    -webkit-transition-delay: calc(5 * .2s);
    -o-transition-delay: calc(5 * .2s);
    -ms-transition-delay: calc(5 * .2s);
  }
}

@media screen and (max-width: 767px) {
  .fade-01:nth-of-type(5) {
    -moz-transition-delay: calc(5 * .8s);
    -webkit-transition-delay: calc(5 * .8s);
    -o-transition-delay: calc(5 * .8s);
    -ms-transition-delay: calc(5 * .8s);
  }
}

@media (min-width: 768px) {
  .fade-01:nth-of-type(6) {
    -moz-transition-delay: calc(6 * .2s);
    -webkit-transition-delay: calc(6 * .2s);
    -o-transition-delay: calc(6 * .2s);
    -ms-transition-delay: calc(6 * .2s);
  }
}

@media screen and (max-width: 767px) {
  .fade-01:nth-of-type(6) {
    -moz-transition-delay: calc(6 * .8s);
    -webkit-transition-delay: calc(6 * .8s);
    -o-transition-delay: calc(6 * .8s);
    -ms-transition-delay: calc(6 * .8s);
  }
}

@media (min-width: 768px) {
  .fade-01:nth-of-type(7) {
    -moz-transition-delay: calc(7 * .2s);
    -webkit-transition-delay: calc(7 * .2s);
    -o-transition-delay: calc(7 * .2s);
    -ms-transition-delay: calc(7 * .2s);
  }
}

@media screen and (max-width: 767px) {
  .fade-01:nth-of-type(7) {
    -moz-transition-delay: calc(7 * .8s);
    -webkit-transition-delay: calc(7 * .8s);
    -o-transition-delay: calc(7 * .8s);
    -ms-transition-delay: calc(7 * .8s);
  }
}

@media (min-width: 768px) {
  .fade-01:nth-of-type(8) {
    -moz-transition-delay: calc(8 * .2s);
    -webkit-transition-delay: calc(8 * .2s);
    -o-transition-delay: calc(8 * .2s);
    -ms-transition-delay: calc(8 * .2s);
  }
}

@media screen and (max-width: 767px) {
  .fade-01:nth-of-type(8) {
    -moz-transition-delay: calc(8 * .8s);
    -webkit-transition-delay: calc(8 * .8s);
    -o-transition-delay: calc(8 * .8s);
    -ms-transition-delay: calc(8 * .8s);
  }
}

@media (min-width: 768px) {
  .fade-01:nth-of-type(9) {
    -moz-transition-delay: calc(9 * .2s);
    -webkit-transition-delay: calc(9 * .2s);
    -o-transition-delay: calc(9 * .2s);
    -ms-transition-delay: calc(9 * .2s);
  }
}

@media screen and (max-width: 767px) {
  .fade-01:nth-of-type(9) {
    -moz-transition-delay: calc(9 * .8s);
    -webkit-transition-delay: calc(9 * .8s);
    -o-transition-delay: calc(9 * .8s);
    -ms-transition-delay: calc(9 * .8s);
  }
}

@media (min-width: 768px) {
  .fade-01:nth-of-type(10) {
    -moz-transition-delay: calc(10 * .2s);
    -webkit-transition-delay: calc(10 * .2s);
    -o-transition-delay: calc(10 * .2s);
    -ms-transition-delay: calc(10 * .2s);
  }
}

@media screen and (max-width: 767px) {
  .fade-01:nth-of-type(10) {
    -moz-transition-delay: calc(10 * .8s);
    -webkit-transition-delay: calc(10 * .8s);
    -o-transition-delay: calc(10 * .8s);
    -ms-transition-delay: calc(10 * .8s);
  }
}

.fade-02 {
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-animation: float 1s ease-in-out 0s infinite alternate;
  animation: float 1s ease-in-out 0s infinite alternate;
}

.fade-02.is-scroll {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 768px) {
  .fade-02:nth-of-type(1) {
    -moz-transition-delay: calc(1 * .2s);
    -webkit-transition-delay: calc(1 * .2s);
    -o-transition-delay: calc(1 * .2s);
    -ms-transition-delay: calc(1 * .2s);
  }
}

@media (min-width: 768px) {
  .fade-02:nth-of-type(2) {
    -moz-transition-delay: calc(2 * .2s);
    -webkit-transition-delay: calc(2 * .2s);
    -o-transition-delay: calc(2 * .2s);
    -ms-transition-delay: calc(2 * .2s);
  }
}

@media (min-width: 768px) {
  .fade-02:nth-of-type(3) {
    -moz-transition-delay: calc(3 * .2s);
    -webkit-transition-delay: calc(3 * .2s);
    -o-transition-delay: calc(3 * .2s);
    -ms-transition-delay: calc(3 * .2s);
  }
}

@media (min-width: 768px) {
  .fade-02:nth-of-type(4) {
    -moz-transition-delay: calc(4 * .2s);
    -webkit-transition-delay: calc(4 * .2s);
    -o-transition-delay: calc(4 * .2s);
    -ms-transition-delay: calc(4 * .2s);
  }
}

@media (min-width: 768px) {
  .fade-02:nth-of-type(5) {
    -moz-transition-delay: calc(5 * .2s);
    -webkit-transition-delay: calc(5 * .2s);
    -o-transition-delay: calc(5 * .2s);
    -ms-transition-delay: calc(5 * .2s);
  }
}

@media (min-width: 768px) {
  .fade-02:nth-of-type(6) {
    -moz-transition-delay: calc(6 * .2s);
    -webkit-transition-delay: calc(6 * .2s);
    -o-transition-delay: calc(6 * .2s);
    -ms-transition-delay: calc(6 * .2s);
  }
}

@media (min-width: 768px) {
  .fade-02:nth-of-type(7) {
    -moz-transition-delay: calc(7 * .2s);
    -webkit-transition-delay: calc(7 * .2s);
    -o-transition-delay: calc(7 * .2s);
    -ms-transition-delay: calc(7 * .2s);
  }
}

@media (min-width: 768px) {
  .fade-02:nth-of-type(8) {
    -moz-transition-delay: calc(8 * .2s);
    -webkit-transition-delay: calc(8 * .2s);
    -o-transition-delay: calc(8 * .2s);
    -ms-transition-delay: calc(8 * .2s);
  }
}

@media (min-width: 768px) {
  .fade-02:nth-of-type(9) {
    -moz-transition-delay: calc(9 * .2s);
    -webkit-transition-delay: calc(9 * .2s);
    -o-transition-delay: calc(9 * .2s);
    -ms-transition-delay: calc(9 * .2s);
  }
}

@media (min-width: 768px) {
  .fade-02:nth-of-type(10) {
    -moz-transition-delay: calc(10 * .2s);
    -webkit-transition-delay: calc(10 * .2s);
    -o-transition-delay: calc(10 * .2s);
    -ms-transition-delay: calc(10 * .2s);
  }
}

.fade-02:nth-child(odd) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.fade-03 img {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fade-03.is-scroll img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (min-width: 768px) {
  .fade-03:nth-of-type(1) img {
    -moz-transition-delay: calc(1 * .5s);
    -webkit-transition-delay: calc(1 * .5s);
    -o-transition-delay: calc(1 * .5s);
    -ms-transition-delay: calc(1 * .5s);
  }
}

@media (min-width: 768px) {
  .fade-03:nth-of-type(2) img {
    -moz-transition-delay: calc(2 * .5s);
    -webkit-transition-delay: calc(2 * .5s);
    -o-transition-delay: calc(2 * .5s);
    -ms-transition-delay: calc(2 * .5s);
  }
}

@media (min-width: 768px) {
  .fade-03:nth-of-type(3) img {
    -moz-transition-delay: calc(3 * .5s);
    -webkit-transition-delay: calc(3 * .5s);
    -o-transition-delay: calc(3 * .5s);
    -ms-transition-delay: calc(3 * .5s);
  }
}

@media (min-width: 768px) {
  .fade-03:nth-of-type(4) img {
    -moz-transition-delay: calc(4 * .5s);
    -webkit-transition-delay: calc(4 * .5s);
    -o-transition-delay: calc(4 * .5s);
    -ms-transition-delay: calc(4 * .5s);
  }
}

@media (min-width: 768px) {
  .fade-03:nth-of-type(5) img {
    -moz-transition-delay: calc(5 * .5s);
    -webkit-transition-delay: calc(5 * .5s);
    -o-transition-delay: calc(5 * .5s);
    -ms-transition-delay: calc(5 * .5s);
  }
}

@media (min-width: 768px) {
  .fade-03:nth-of-type(6) img {
    -moz-transition-delay: calc(6 * .5s);
    -webkit-transition-delay: calc(6 * .5s);
    -o-transition-delay: calc(6 * .5s);
    -ms-transition-delay: calc(6 * .5s);
  }
}

@media (min-width: 768px) {
  .fade-03:nth-of-type(7) img {
    -moz-transition-delay: calc(7 * .5s);
    -webkit-transition-delay: calc(7 * .5s);
    -o-transition-delay: calc(7 * .5s);
    -ms-transition-delay: calc(7 * .5s);
  }
}

@media (min-width: 768px) {
  .fade-03:nth-of-type(8) img {
    -moz-transition-delay: calc(8 * .5s);
    -webkit-transition-delay: calc(8 * .5s);
    -o-transition-delay: calc(8 * .5s);
    -ms-transition-delay: calc(8 * .5s);
  }
}

@media (min-width: 768px) {
  .fade-03:nth-of-type(9) img {
    -moz-transition-delay: calc(9 * .5s);
    -webkit-transition-delay: calc(9 * .5s);
    -o-transition-delay: calc(9 * .5s);
    -ms-transition-delay: calc(9 * .5s);
  }
}

@media (min-width: 768px) {
  .fade-03:nth-of-type(10) img {
    -moz-transition-delay: calc(10 * .5s);
    -webkit-transition-delay: calc(10 * .5s);
    -o-transition-delay: calc(10 * .5s);
    -ms-transition-delay: calc(10 * .5s);
  }
}

.fade-04 img {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fade-04.is-scroll img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade-04:nth-of-type(1) img {
  -moz-transition-delay: calc(1 * .5s);
  -webkit-transition-delay: calc(1 * .5s);
  -o-transition-delay: calc(1 * .5s);
  -ms-transition-delay: calc(1 * .5s);
}

.fade-04:nth-of-type(2) img {
  -moz-transition-delay: calc(2 * .5s);
  -webkit-transition-delay: calc(2 * .5s);
  -o-transition-delay: calc(2 * .5s);
  -ms-transition-delay: calc(2 * .5s);
}

.fade-04:nth-of-type(3) img {
  -moz-transition-delay: calc(3 * .5s);
  -webkit-transition-delay: calc(3 * .5s);
  -o-transition-delay: calc(3 * .5s);
  -ms-transition-delay: calc(3 * .5s);
}

.fade-04:nth-of-type(4) img {
  -moz-transition-delay: calc(4 * .5s);
  -webkit-transition-delay: calc(4 * .5s);
  -o-transition-delay: calc(4 * .5s);
  -ms-transition-delay: calc(4 * .5s);
}

.fade-04:nth-of-type(5) img {
  -moz-transition-delay: calc(5 * .5s);
  -webkit-transition-delay: calc(5 * .5s);
  -o-transition-delay: calc(5 * .5s);
  -ms-transition-delay: calc(5 * .5s);
}

.fade-04:nth-of-type(6) img {
  -moz-transition-delay: calc(6 * .5s);
  -webkit-transition-delay: calc(6 * .5s);
  -o-transition-delay: calc(6 * .5s);
  -ms-transition-delay: calc(6 * .5s);
}

.fade-04:nth-of-type(7) img {
  -moz-transition-delay: calc(7 * .5s);
  -webkit-transition-delay: calc(7 * .5s);
  -o-transition-delay: calc(7 * .5s);
  -ms-transition-delay: calc(7 * .5s);
}

.fade-04:nth-of-type(8) img {
  -moz-transition-delay: calc(8 * .5s);
  -webkit-transition-delay: calc(8 * .5s);
  -o-transition-delay: calc(8 * .5s);
  -ms-transition-delay: calc(8 * .5s);
}

.fade-04:nth-of-type(9) img {
  -moz-transition-delay: calc(9 * .5s);
  -webkit-transition-delay: calc(9 * .5s);
  -o-transition-delay: calc(9 * .5s);
  -ms-transition-delay: calc(9 * .5s);
}

.fade-04:nth-of-type(10) img {
  -moz-transition-delay: calc(10 * .5s);
  -webkit-transition-delay: calc(10 * .5s);
  -o-transition-delay: calc(10 * .5s);
  -ms-transition-delay: calc(10 * .5s);
}

.fade-05 img {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fade-05.is-scroll img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fade-05 *:nth-of-type(1) img {
  -moz-transition-delay: calc(1 * .3s);
  -webkit-transition-delay: calc(1 * .3s);
  -o-transition-delay: calc(1 * .3s);
  -ms-transition-delay: calc(1 * .3s);
}

.fade-05 *:nth-of-type(2) img {
  -moz-transition-delay: calc(2 * .3s);
  -webkit-transition-delay: calc(2 * .3s);
  -o-transition-delay: calc(2 * .3s);
  -ms-transition-delay: calc(2 * .3s);
}

.fade-05 *:nth-of-type(3) img {
  -moz-transition-delay: calc(3 * .3s);
  -webkit-transition-delay: calc(3 * .3s);
  -o-transition-delay: calc(3 * .3s);
  -ms-transition-delay: calc(3 * .3s);
}

.fade-05 *:nth-of-type(4) img {
  -moz-transition-delay: calc(4 * .3s);
  -webkit-transition-delay: calc(4 * .3s);
  -o-transition-delay: calc(4 * .3s);
  -ms-transition-delay: calc(4 * .3s);
}

.fade-05 *:nth-of-type(5) img {
  -moz-transition-delay: calc(5 * .3s);
  -webkit-transition-delay: calc(5 * .3s);
  -o-transition-delay: calc(5 * .3s);
  -ms-transition-delay: calc(5 * .3s);
}

.fade-05 *:nth-of-type(6) img {
  -moz-transition-delay: calc(6 * .3s);
  -webkit-transition-delay: calc(6 * .3s);
  -o-transition-delay: calc(6 * .3s);
  -ms-transition-delay: calc(6 * .3s);
}

.fade-05 *:nth-of-type(7) img {
  -moz-transition-delay: calc(7 * .3s);
  -webkit-transition-delay: calc(7 * .3s);
  -o-transition-delay: calc(7 * .3s);
  -ms-transition-delay: calc(7 * .3s);
}

.fade-05 *:nth-of-type(8) img {
  -moz-transition-delay: calc(8 * .3s);
  -webkit-transition-delay: calc(8 * .3s);
  -o-transition-delay: calc(8 * .3s);
  -ms-transition-delay: calc(8 * .3s);
}

.fade-05 *:nth-of-type(9) img {
  -moz-transition-delay: calc(9 * .3s);
  -webkit-transition-delay: calc(9 * .3s);
  -o-transition-delay: calc(9 * .3s);
  -ms-transition-delay: calc(9 * .3s);
}

.fade-05 *:nth-of-type(10) img {
  -moz-transition-delay: calc(10 * .3s);
  -webkit-transition-delay: calc(10 * .3s);
  -o-transition-delay: calc(10 * .3s);
  -ms-transition-delay: calc(10 * .3s);
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .h-top-link-pc {
    margin-right: 280px;
  }
}

@media screen and (max-width: 767px) {
  #header .header-bottom .gnav > li:first-child {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  #header .header-top .h-top-link-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-top: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    white-space: nowrap;
  }
  #header .header-top .h-top-link-pc .h-top-tel {
    color: #e70012;
    font-size: 12px;
    font-size: 0.75rem;
    padding-right: 5px;
    padding-left: 38px;
    min-height: 30px;
    position: relative;
  }
  #header .header-top .h-top-link-pc .h-top-tel::before {
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    background-color: #e70012;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\F014";
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-size: 1rem;
  }
  #header .header-top .h-top-link-pc .h-top-inquiry {
    color: #000;
    font-size: 12px;
    font-size: 0.75rem;
    padding-right: 20px;
  }
  #header .header-top .h-top-link-pc .h-top-document,
  #header .header-top .h-top-link-pc .h-top-estimate {
    width: 160px;
    padding-right: 10px;
  }
  #header .header-top .h-top-link-pc .h-top-document a,
  #header .header-top .h-top-link-pc .h-top-estimate a {
    min-width: 150px;
    display: block;
    padding-right: 10px;
    border-radius: 18px;
    position: relative;
    padding-left: 40px;
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #header .header-top .h-top-link-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon {
    overflow-x: hidden;
  }
}

.mimamorihon .top {
  position: relative;
}

@media (min-width: 768px) {
  .mimamorihon .top .top-bg {
    min-width: 1280px;
  }
}

.mimamorihon .top .top-bg img {
  width: 100%;
  height: auto;
}
.mimamorihon .top .top-bg .top-bg_item {
  position: absolute;
  z-index: 1;
  margin: auto;
  right: 0;
  left: 0;
}
@media (min-width: 768px) {
.mimamorihon .top .top-bg .top-bg_item {
  top: 34%;
    width: 29.8%;
    height: auto;
}
}
@media (max-width: 767px) {
.mimamorihon .top .top-bg .top-bg_item {
  top: 48.5%;
  width: 93.7%;
}
}
@media (min-width: 768px) {
  .mimamorihon .top .top-bg .top-bg_item.fade-01 {
    -moz-transition-delay: calc(2 * .2s);
    -webkit-transition-delay: calc(2 * .2s);
    -o-transition-delay: calc(2 * .2s);
    -ms-transition-delay: calc(2 * .2s);
}
}
@media (max-width: 767px) {
  .mimamorihon .top .top-bg .top-bg_item.fade-01 {
    -moz-transition-delay: calc(2 * .8s);
    -webkit-transition-delay: calc(2 * .8s);
    -o-transition-delay: calc(2 * .8s);
    -ms-transition-delay: calc(2 * .8s);
}
}

.mimamorihon .top .top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mimamorihon .top .top-content_item {
  position: absolute;
  z-index: 1;
  margin: auto;
}

.mimamorihon .top .top-content_item:nth-child(1) {
  right: 0;
  left: 0;
}

@media (min-width: 768px) {
  .mimamorihon .top .top-content_item:nth-child(1) {
    top: 20%;
    width: 33.1%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .top .top-content_item:nth-child(1) {
    width: 84.3%;
    top: 4.8%;
  }
}

/* .mimamorihon .top .top-content_item:nth-child(2) {
  right: 0;
  left: 0;
}

@media (min-width: 768px) {
  .mimamorihon .top .top-content_item:nth-child(2) {
    top: 34%;
    width: 29.8%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .top .top-content_item:nth-child(2) {
    width: 93.7%;
    top: 32.3%;
  }
} */

@media (min-width: 768px) {
  .mimamorihon .top .top-content_item:nth-child(2) {
    top: 70%;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mimamorihon .top .top-content_item:nth-child(2) img {
    width: 28.4%;
    height: auto;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .top .top-content_item:nth-child(2) {
    width: 57.3%;
    right: 5.9%;
    top: 41.2%;
  }
}

@media (min-width: 768px) {
  .mimamorihon .top .top-content_item:nth-child(3) {
    background-color: rgba(255, 255, 255, .9) ;
  }
}

/* @media screen and (max-width: 767px) {
  .mimamorihon .top .top-content_item:nth-child(3) {
    bottom: 10px;
  }
} */

.mimamorihon .top .top-content_item img {
  width: 100%;
  height: auto;
}

.mimamorihon .top .top-content_note {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .mimamorihon .top .top-content_note {
    text-align: center;
  }
}

.mimamorihon .top .top-content_note li {
  color: #4c2b17;
  padding-left: 1em;
  text-indent: -1em;
}

@media (min-width: 768px) {
  .mimamorihon .top .top-content_note li {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .top .top-content_note li {
    font-size: 10px;
    font-size: 0.625rem;
    text-align: right;
  }
}

.mimamorihon .top .top-content_note li::before {
  content: "※";
}

.mimamorihon .lnav {
  background-color: #785f50;
}

.mimamorihon .lnav .lnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .mimamorihon .lnav .lnav-list {
    padding: 24px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .lnav .lnav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #8c8279;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .lnav .lnav-list_item {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #8c8279;
  }
}

.mimamorihon .lnav .lnav-list_item a {
  color: #fff;
  font-weight: bold;
}

@media (min-width: 768px) {
  .mimamorihon .lnav .lnav-list_item a {
    padding: 0 20px;
    border-right: 1px solid #fff;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .lnav .lnav-list_item a {
    padding: 14px;
    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;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .lnav .lnav-list_item a:nth-child(odd) {
    border-right: 1px solid #8c8279;
  }
}

.mimamorihon .lnav .lnav-list_item a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.mimamorihon .lnav .lnav-list_item:last-child a {
  border-right: none;
}

.mimamorihon .separate {
  background: #fff3c2;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, right top, from(#fff3c2), color-stop(50%, #fff3c2), color-stop(50%, #fff3c2), color-stop(50%, #acd7d7), to(#acd7d7));
  background: linear-gradient(to right, #fff3c2 0%, #fff3c2 50%, #fff3c2 50%, #acd7d7 50%, #acd7d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff3c2', endColorstr='#acd7d7',GradientType=1 );
}

@media (min-width: 768px) {
  .mimamorihon .separate {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .separate {
    padding-top: 40px;
  }
}

.mimamorihon .separate_ttl {
  color: #4c2b17;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .mimamorihon .separate_ttl {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .separate_ttl {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 14px;
  }
}

.mimamorihon .separate .separate-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .mimamorihon .separate .separate-col2 {
    margin-top: 36px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .separate .separate-col2 {
    margin-top: 42px;
  }
}

.mimamorihon .separate .separate-col2_item {
  width: 50%;
  position: relative;
}

@media (min-width: 768px) {
  .mimamorihon .separate .separate-col2_item:nth-child(1) {
    margin-right: 40px;
  }
}

.mimamorihon .separate .separate-col2_item:nth-child(1) .separate-col2_img {
  left: 0;
  margin-right: 10px;
}

.mimamorihon .separate .separate-col2_item:nth-child(1) .separate-col2_ttl {
  margin: 0 10px;
}

@media (min-width: 768px) {
  .mimamorihon .separate .separate-col2_item:nth-child(1) .separate-col2_box:nth-child(4) {
    bottom: 240px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .separate .separate-col2_item:nth-child(1) .separate-col2_box:nth-child(4) {
    top: 87px;
    right: -30px;
  }
}

@media (min-width: 768px) {
  .mimamorihon .separate .separate-col2_item:nth-child(1) .separate-col2_box:nth-child(5) {
    bottom: 186px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .separate .separate-col2_item:nth-child(1) .separate-col2_box:nth-child(5) {
    top: 183px;
    left: -10px;
  }
}

@media (min-width: 768px) {
  .mimamorihon .separate .separate-col2_item:nth-child(1) .separate-col2_box:nth-child(6) {
    bottom: 50px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .separate .separate-col2_item:nth-child(1) .separate-col2_box:nth-child(6) {
    bottom: 152px;
    left: -10px;
  }
}

@media (min-width: 768px) {
  .mimamorihon .separate .separate-col2_item:nth-child(1) .separate-col2_box:nth-child(7) {
    bottom: 0;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .separate .separate-col2_item:nth-child(1) .separate-col2_box:nth-child(7) {
    bottom: 45px;
    right: -30px;
  }
}

@media (min-width: 768px) {
  .mimamorihon .separate .separate-col2_item:nth-child(2) {
    margin-left: 40px;
  }
}

.mimamorihon .separate .separate-col2_item:nth-child(2) .separate-col2_img {
  right: 0;
  margin-left: 10px;
  top: -60px;
}

.mimamorihon .separate .separate-col2_item:nth-child(2) .separate-col2_ttl {
  margin: 0 10px;
}

@media (min-width: 768px) {
  .mimamorihon .separate .separate-col2_item:nth-child(2) .separate-col2_box:nth-of-type(4) {
    bottom: 135px;
    left: 15%;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .separate .separate-col2_item:nth-child(2) .separate-col2_box:nth-of-type(4) {
    top: 154px;
    right: -10px;
  }
}

@media (min-width: 768px) {
  .mimamorihon .separate .separate-col2_item:nth-child(2) .separate-col2_box:nth-of-type(5) {
    bottom: 218px;
    right: 9%;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .separate .separate-col2_item:nth-child(2) .separate-col2_box:nth-of-type(5) {
    bottom: 222px;
    right: -10px;
  }
}

@media (min-width: 768px) {
  .mimamorihon .separate .separate-col2_item:nth-child(2) .separate-col2_box:nth-child(6) {
    bottom: 0;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .separate .separate-col2_item:nth-child(2) .separate-col2_box:nth-child(6) {
    bottom: 122px;
    left: -30px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .separate .separate-col2_img {
    position: absolute;
    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;
    top: 0;
    bottom: 0;
  }
}

.mimamorihon .separate .separate-col2_img img {
  width: 150px;
}

@media (min-width: 768px) {
  .mimamorihon .separate .separate-col2_ttl {
    padding-bottom: 260px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .separate .separate-col2_ttl {
    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;
    position: relative;
    padding-bottom: 572px;
  }
}

.mimamorihon .separate .separate-col2_ttl img {
  height: auto;
}

@media (min-width: 768px) {
  .mimamorihon .separate .separate-col2_ttl img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .separate .separate-col2_ttl img {
    width: 147px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .separate .separate-col2_ttl h3 {
    color: #4c2b17;
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
    position: absolute;
    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;
  }
}

.mimamorihon .separate .separate-col2_box {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.749);
  display: inline-block;
  position: absolute;
}

@media (min-width: 768px) {
  .mimamorihon .separate .separate-col2_box {
    border: 4px solid #fff;
    padding: 28px 22px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .separate .separate-col2_box {
    border: 2px solid #fff;
    padding: 10px 13px;
  }
}

.mimamorihon .separate .separate-col2_txt {
  color: #4c2b17;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) and (min-width: 1280px) {
  .mimamorihon .separate .separate-col2_txt {
    font-size: 1.15vw;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .separate .separate-col2_txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.mimamorihon .separate .separate-col2_label {
  text-align: center;
}

@media (min-width: 768px) {
  .mimamorihon .separate .separate-col2_label {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .separate .separate-col2_label {
    margin-top: 7px;
  }
}

.mimamorihon .separate .separate-col2_label.blue p {
  background-color: #acd7d7;
}

.mimamorihon .separate .separate-col2_label p {
  color: #330000;
  font-weight: bold;
  text-align: center;
  background-color: #ffe98f;
  border-radius: 12px;
  display: inline-block;
}

@media (min-width: 768px) {
  .mimamorihon .separate .separate-col2_label p {
    padding: 4px 16px;
  }
}

@media (min-width: 768px) and (min-width: 1280px) {
  .mimamorihon .separate .separate-col2_label p {
    font-size: 1.15vw;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .separate .separate-col2_label p {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 3px 11px;
  }
}

@media (min-width: 768px) {
  .mimamorihon .sec-lv2 {
    padding-top: 100px;
    padding-bottom: 100px;
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .sec-lv2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.mimamorihon .sec-lv2.gray {
  background-color: #f0f0f0;
}

.mimamorihon .ttl-lv2 {
  color: #4c2b17;
  font-weight: bold;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  .mimamorihon .ttl-lv2 {
    padding-bottom: 44px;
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .ttl-lv2 {
    padding-bottom: 18px;
    margin-bottom: 24px;
  }
}

.mimamorihon .ttl-lv2::after {
  content: "";
  background-color: #ed6d88;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .mimamorihon .ttl-lv2::after {
    width: 100px;
    height: 5px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .ttl-lv2::after {
    width: 50px;
    height: 4px;
  }
}

@media (min-width: 768px) {
  .mimamorihon .ttl-lv2 * {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .ttl-lv2 * {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media (min-width: 768px) {
.mimamorihon .ttl-lv2 ._note {
  font-size: 1.5rem;
}
}
@media (max-width: 767px) {
.mimamorihon .ttl-lv2 ._note {
  font-size: 0.85rem;
}
}

.mimamorihon .ttl-lv3 {
  color: #4c2b17;
  font-weight: bold;
  position: relative;
  text-align: center;
}

@media (min-width: 768px) {
  .mimamorihon .ttl-lv3 {
    margin-bottom: 44px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .ttl-lv3 {
    margin-bottom: 33px;
  }
}

@media (min-width: 768px) {
  .mimamorihon .ttl-lv3 * {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .ttl-lv3 * {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.mimamorihon .ttl-lv3 + p {
  color: #4c2b17;
}

@media (min-width: 768px) {
  .mimamorihon .ttl-lv3 + p {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 18px 0 37px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .ttl-lv3 + p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 18px 0 20px;
    line-height: 1.667;
  }
}

.mimamorihon .ttl-lv3_02 * {
  text-align: center;
  color: #4c2b17;
  font-weight: bold;
}

@media (min-width: 768px) {
  .mimamorihon .ttl-lv3_02 * {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .ttl-lv3_02 * {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.mimamorihon .ttl-lv3_02 + p {
  color: #4c2b17;
  text-align: center;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .mimamorihon .ttl-lv3_02 + p {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .ttl-lv3_02 + p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.mimamorihon .ttl-lv3.icon-y * {
  position: relative;
  display: inline-block;
}

.mimamorihon .ttl-lv3.icon-y *::after {
  content: "";
  background: url("/mimamori/mimamorihon/img/reason_icon_y.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

@media (min-width: 768px) {
  .mimamorihon .ttl-lv3.icon-y *::after {
    width: 93px;
    height: 93px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .ttl-lv3.icon-y *::after {
    width: 51px;
    height: 51px;
    right: 23px;
  }
}

@media (min-width: 768px) {
  .mimamorihon .ttl-lv3.icon-b {
    margin-top: 58px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .ttl-lv3.icon-b {
    margin-top: 50px;
  }
}

.mimamorihon .ttl-lv3.icon-b * {
  position: relative;
  display: inline-block;
}

.mimamorihon .ttl-lv3.icon-b *::after {
  content: "";
  background: url("/mimamori/mimamorihon/img/reason_icon_b.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

@media (min-width: 768px) {
  .mimamorihon .ttl-lv3.icon-b *::after {
    width: 96px;
    height: 88px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .ttl-lv3.icon-b *::after {
    width: 54px;
    height: 49px;
    right: 20px;
  }
}

@media (min-width: 768px) {
  .mimamorihon .ttl-lv3.icon-p {
    margin-top: 58px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .ttl-lv3.icon-p {
    margin-top: 50px;
  }
}

.mimamorihon .ttl-lv3.icon-p * {
  position: relative;
  display: inline-block;
}

.mimamorihon .ttl-lv3.icon-p *::after {
  content: "";
  background: url("/mimamori/mimamorihon/img/reason_icon_p.webp") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

@media (min-width: 768px) {
  .mimamorihon .ttl-lv3.icon-p *::after {
    width: 93px;
    height: 93px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .ttl-lv3.icon-p *::after {
    width: 51px;
    height: 51px;
    right: 23px;
    top: 32px;
  }
}

.mimamorihon .ttl-lv4 {
  text-align: center;
  color: #4c2b17;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .mimamorihon .ttl-lv4 {
    margin: 50px 0 22px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .ttl-lv4 {
    margin: 25px 0 15px;
  }
}

.mimamorihon .label {
  text-align: center;
}

@media (min-width: 768px) {
  .mimamorihon .label {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .label {
    margin: 0 auto 14px;
  }
}

.mimamorihon .label p {
  display: inline-block;
  color: #330000;
  font-weight: bold;
  background-color: #ffe98f;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .mimamorihon .label p {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 8px 15px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .label p {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 8px 15px;
  }
}

.mimamorihon .label.blue p {
  background-color: #acd7d7;
}

.mimamorihon .hr {
  height: 3px;
  width: 100%;
  border: none;
  background: url("/mimamori/mimamorihon/img/boder_dots.png") repeat-x bottom 0 center;
}

@media (min-width: 768px) {
  .mimamorihon .hr {
    margin: 36px auto 40px;
    min-width: 1100px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .hr {
    margin: 26px auto 30px;
  }
}

.mimamorihon span.mark {
  border-bottom: 4px solid #e5c43c;
  padding-bottom: 3px;
  font-weight: bold;
}

.mimamorihon span.mark.blue {
  border-bottom: 4px solid #70cfcc;
}

.mimamorihon .reason {
  position: relative;
}

@media (min-width: 768px) {
  .mimamorihon .reason_img {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .reason_img {
    margin-bottom: 25px;
  }
}

.mimamorihon .reason_img img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .mimamorihon .reason_ttl {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .reason_ttl {
    margin-bottom: 15px;
  }
}

.mimamorihon .reason_ttl p {
  color: #4c2b17;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .mimamorihon .reason_ttl p {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .reason_ttl p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.mimamorihon .reason_txt p {
  color: #4c2b17;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .mimamorihon .reason_txt p {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .reason_txt p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mimamorihon .reason_txt .note {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .mimamorihon .reason_txt .note {
    text-align: center;
  }
}

.mimamorihon .reason_txt .note li {
  color: #e70012;
  padding-left: 1em;
  text-indent: -1em;
}

@media (min-width: 768px) {
  .mimamorihon .reason_txt .note li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .reason_txt .note li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mimamorihon .reason_txt .note li::before {
  content: "※";
}

.mimamorihon .reason-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .mimamorihon .reason-top {
    margin: 240px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .reason-top {
    margin: 215px 0 24px;
  }
}

.mimamorihon .reason-top_img {
  position: absolute;
  z-index: 1;
  margin: auto;
  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;
}

@media (min-width: 768px) {
  .mimamorihon .reason-top_img {
    right: 100px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .reason-top_img {
    top: 220px;
    right: 0;
    left: 0;
    width: 278px;
    height: auto;
  }
  .mimamorihon .reason-top_img img {
    width: 100%;
    height: auto;
  }
}

.mimamorihon .reason-top_item {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mimamorihon .reason-top_item:nth-child(1) {
  background-color: #f1f1eb;
  border-radius: 30px 0 0 30px;
}

@media (min-width: 768px) {
  .mimamorihon .reason-top_item:nth-child(1) {
    padding-top: 36px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .reason-top_item:nth-child(1) {
    padding-top: 23px;
  }
}

.mimamorihon .reason-top_item:nth-child(2) {
  background-color: #f0eeed;
  border-radius: 0 30px 30px 0;
}

@media (min-width: 768px) {
  .mimamorihon .reason-top_item:nth-child(2) {
    padding-top: 36px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .reason-top_item:nth-child(2) {
    padding-top: 23px;
  }
}

.mimamorihon .reason-top_item p {
  text-align: center;
  color: #4c2b17;
  font-weight: bold;
}

@media (min-width: 768px) {
  .mimamorihon .reason-top_item p {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .reason-top_item p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .reason-top_item img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .mimamorihon .reason-col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
  }
}

.mimamorihon .reason-col3_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("/mimamori/mimamorihon/img/boder_dots.png") repeat-x bottom 0 center;
}

@media (min-width: 768px) {
  .mimamorihon .reason-col3_item {
    width: 33.3%;
    margin-right: 40px;
    padding-bottom: 34px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .reason-col3_item {
    margin-bottom: 30px;
    padding-bottom: 28px;
  }
}

.mimamorihon .reason-col3_item:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .mimamorihon .reason-col3_img {
    margin-bottom: 33px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .reason-col3_img {
    margin-bottom: 18px;
  }
}

.mimamorihon .reason-col3_img img {
  width: 100%;
  height: auto;
}

.mimamorihon .reason-col3_sub {
  text-align: center;
}

@media (min-width: 768px) {
  .mimamorihon .reason-col3_sub {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .reason-col3_sub {
    margin-bottom: 12px;
  }
}

.mimamorihon .reason-col3_sub p {
  color: #4c2b17;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  position: relative;
}

@media (min-width: 768px) {
  .mimamorihon .reason-col3_sub p {
    padding: 0 23px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .reason-col3_sub p {
    padding: 0 17px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mimamorihon .reason-col3_sub p::before, .mimamorihon .reason-col3_sub p::after {
  content: "";
  margin: auto;
  position: absolute;
  height: 70%;
  width: 1px;
  bottom: 0;
  top: 0;
  background-color: #3d3935;
}

.mimamorihon .reason-col3_sub p::before {
  left: 0;
  -webkit-transform: skew(25deg);
          transform: skew(25deg);
}

.mimamorihon .reason-col3_sub p::after {
  right: 0;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
}

@media (min-width: 768px) {
  .mimamorihon .reason-col3 .label {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .reason-col3 .label {
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .mimamorihon .reason-col3 .label p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .reason-col3 .label p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mimamorihon .reason-col3_txt {
  color: #4c2b17;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .mimamorihon .reason-col3_txt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .reason-col3_txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mimamorihon .reason-col3_box {
  border: 1px solid #cfc5bb;
  margin-top: 20px;
  padding: 15px;
}

.mimamorihon .reason-col3_box p {
  color: #4c2b17;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .mimamorihon .reason-col3_box p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .reason-col3_box p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mimamorihon .reason-col3 .note {
  margin-top: 10px;
}

.mimamorihon .reason-col3 .note li {
  color: #4c2b17;
  padding-left: 1em;
  text-indent: -1em;
}

@media (min-width: 768px) {
  .mimamorihon .reason-col3 .note li {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .reason-col3 .note li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.mimamorihon .reason-col3 .note li::before {
  content: "※";
}

.mimamorihon .movie {
  background-color: #816c5d;
  border-radius: 30px;
}

@media (min-width: 768px) {
  .mimamorihon .movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .movie {
    padding: 15px 15px 25px;
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .mimamorihon .movie_left {
    margin-right: 39px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .movie_left {
    margin-bottom: 25px;
  }
}

.mimamorihon .movie_right p {
  color: #fff;
  font-weight: bold;
  line-height: 1.667;
}

@media (min-width: 768px) {
  .mimamorihon .movie_right p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .movie_right p {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
  }
}

.mimamorihon .cv {
  background-color: #ffe8dd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .mimamorihon .cv {
    padding: 35px;
    min-width: 1280px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .cv {
    padding: 25px 20px;
    width: 100%;
  }
}

.mimamorihon .cv p {
  color: #4c2b17;
  text-align: center;
}

@media (min-width: 768px) {
  .mimamorihon .cv p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .cv p {
    line-height: 1.5;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mimamorihon .cv .bold {
  font-weight: bold;
}

@media (min-width: 768px) {
  .mimamorihon .cv .bold {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .cv .bold {
    line-height: 1.5;
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .flow {
    padding-bottom: 0;
  }
}

.mimamorihon .flow .flow-item {
  width: 100%;
}

@media (min-width: 768px) {
  .mimamorihon .flow .flow-item {
    min-width: 1280px;
    max-width: 1600px;
    margin: auto;
  }
}

.mimamorihon .flow .flow-item:last-child .flow_head {
  background-color: #7abfbf;
}

.mimamorihon .flow .flow-item:last-child .flow_content {
  background-color: #acd7d7;
}

.mimamorihon .flow_head {
  background-color: #ffe380;
  color: #4c2b17;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .mimamorihon .flow_head {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .flow_head {
    padding: 12px;
  }
}

.mimamorihon .flow_head h3 {
  font-weight: bold;
  color: #4c2b17;
}

@media (min-width: 768px) {
  .mimamorihon .flow_head h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .flow_head h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.mimamorihon .flow_content {
  background-color: #fff3c2;
}

@media (min-width: 768px) {
  .mimamorihon .flow_content {
    padding: 38px 60px 60px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .flow_content {
    padding: 25px 10px;
  }
}

.mimamorihon .flow_label {
  text-align: center;
}

@media (min-width: 768px) {
  .mimamorihon .flow_label {
    margin: 0 auto 24px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .flow_label {
    margin: 0 auto 12px;
  }
}

@media (min-width: 768px) {
  .mimamorihon .flow_label:nth-child(3) {
    margin-top: 52px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .flow_label:nth-child(3) {
    margin-top: 30px;
  }
}

.mimamorihon .flow_label p {
  display: inline-block;
  color: #fff;
  background-color: #816c5d;
  font-weight: bold;
}

@media (min-width: 768px) {
  .mimamorihon .flow_label p {
    border-radius: 8px;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 8px 22px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .flow_label p {
    border-radius: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 6px 8px;
  }
}

.mimamorihon .flow .flow-col_item {
  position: relative;
}

.mimamorihon .flow .flow-col_item img {
  width: 100%;
  height: auto;
}

.mimamorihon .flow .flow-col_item img.right {
  position: absolute;
  top: 0;
  right: 0;
  width: 159.6%;
}

@media (min-width: 768px) {
  .mimamorihon .flow .flow-col.is-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .mimamorihon .flow .flow-col.is-02 .flow-col_item:nth-child(1) {
    width: 51.5%;
  }
}

@media (min-width: 768px) {
  .mimamorihon .flow .flow-col.is-02 .flow-col_item:nth-child(2) {
    width: 48.1%;
  }
}

@media (min-width: 768px) {
  .mimamorihon .flow .flow-col.is-02 + .flow-col {
    margin-top: 6.3%;
  }
}

@media (min-width: 768px) {
  .mimamorihon .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .device {
    margin-bottom: 25px;
  }
}

.mimamorihon .device-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("/mimamori/mimamorihon/img/tab_bg.png") no-repeat;
  background-size: 100%;
}

@media (min-width: 768px) {
  .mimamorihon .device-img {
    width: 50%;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .device-img {
    margin-bottom: 17px;
  }
}

.mimamorihon .device-img_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

@media (min-width: 768px) {
  .mimamorihon .device-img_item {
    padding: 8% 0;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .device-img_item {
    padding: 10% 0;
  }
}

.mimamorihon .device-img_item.is-current {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 768px) {
  .mimamorihon .device-img_item img {
    width: 55.9%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .device-img_item img {
    width: 50%;
    height: auto;
  }
}

.mimamorihon .device-img_item p {
  color: #4c2b17;
}

@media (min-width: 768px) {
  .mimamorihon .device-img_item p {
    margin-top: 10px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .device-img_item p {
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .mimamorihon .device-txt {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .device-txt {
    margin-bottom: 22px;
  }
}

.mimamorihon .device-txt_ttl {
  color: #4c2b17;
}

@media (min-width: 768px) {
  .mimamorihon .device-txt_ttl {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .device-txt_ttl {
    font-size: 21px;
    font-size: 1.3125rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.mimamorihon .device-txt .note {
  color: #4c2b17;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .mimamorihon .device-txt .note {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .device-txt .note {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.mimamorihon .device-txt .note li {
  color: #4c2b17;
  padding-left: 1em;
  text-indent: -1em;
}

@media (min-width: 768px) {
  .mimamorihon .device-txt .note li {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .device-txt .note li {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.mimamorihon .device-txt .note li::before {
  content: "※";
}

.mimamorihon .device-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mimamorihon .device-btn {
    margin-top: 28px;
    margin-right: -16px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .device-btn {
    margin-top: 28px;
    margin-right: -8px;
  }
}

.mimamorihon .device-btn_item {
  color: #4c2b17;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
}

@media (min-width: 768px) {
  .mimamorihon .device-btn_item {
    margin: 0 16px 16px 0;
    width: calc(50% - 16px);
    padding: 11px 29px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .device-btn_item {
    margin: 0 8px 8px 0;
    width: calc(50% - 8px);
    padding: 9px 15px;
  }
}

@media (min-width: 768px) {
  .mimamorihon .device-btn_item img {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .device-btn_item img {
    margin-right: 10px;
    width: 7px;
    height: auto;
  }
}

.mimamorihon .device-btn_item:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: .2s;
}

.mimamorihon .device-btn_item.is-current {
  color: #fff;
  background-color: #816c5d;
  font-weight: bold;
}

.mimamorihon .device-btn_item.is-current:hover {
  opacity: 1;
}

.mimamorihon .mimamori-table {
  border: 1px solid #816c5d;
  width: 100%;
}

.mimamorihon .mimamori-table th {
  color: #4c2b17;
  background-color: #f0eedd;
  font-weight: bold;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mimamorihon .mimamori-table th {
    font-size: 20px;
    font-size: 1.25rem;
    border-right: 1px solid #816c5d;
    padding: 22px 20px;
    text-align: left;
    border-bottom: 1px solid #816c5d;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .mimamori-table th {
    font-size: 18px;
    font-size: 1.125rem;
    border-top: 1px solid #816c5d;
    border-bottom: 1px solid #816c5d;
    text-align: center;
    padding: 10px;
  }
}

.mimamorihon .mimamori-table td {
  color: #4c2b17;
  text-align: left;
  background-color: #fff;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mimamorihon .mimamori-table td {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 22px 20px;
    line-height: 1.7;
    border-bottom: 1px solid #816c5d;
    border-right: 1px solid #816c5d;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .mimamori-table td {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px;
    line-height: 1.556;
  }
}

.mimamorihon .mimamori-table td:last-child {
  border-right: none;
}

@media screen and (max-width: 767px) {
  .mimamorihon .mimamori-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .mimamori-table tr:first-child th {
    border-top: none;
  }
}

@media (min-width: 768px) {
  .mimamorihon .mimamori-table tr:last-child th,
  .mimamorihon .mimamori-table tr:last-child td {
    border-bottom: none;
  }
}

.mimamorihon .mimamori-table + .img {
  text-align: center;
}

@media (min-width: 768px) {
  .mimamorihon .mimamori-table + .img img {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .mimamori-table + .img img {
    margin-top: 25px;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .mimamori-table.other {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .mimamori-table.other tr:first-child {
    border-top: 1px solid #816c5d;
    border-bottom: 1px solid #816c5d;
    margin-bottom: 15px;
  }
}

.mimamorihon .mimamori-table.other tr:nth-last-child(1) {
  border-bottom: 1px solid #816c5d;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .mimamorihon .mimamori-table.other tr:nth-last-child(2), .mimamorihon .mimamori-table.other tr:nth-last-child(3), .mimamorihon .mimamori-table.other tr:nth-last-child(4) {
    border-bottom: 1px solid #816c5d;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .mimamori-table.other th,
  .mimamorihon .mimamori-table.other td {
    border-right: 1px solid #816c5d;
    border-left: 1px solid #816c5d;
  }
}

.mimamorihon .mimamori-table.other th {
  background-color: #e6e0b8;
}

@media screen and (max-width: 767px) {
  .mimamorihon .mimamori-table.other th + th {
    border-top: none;
  }
}

.mimamorihon .mimamori-table.other th.other {
  background-color: #f0eedd;
}

@media screen and (max-width: 767px) {
  .mimamorihon .is-scroll-sp .mimamori-table th {
    border-right: 1px solid #816c5d;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .is-scroll-sp .mimamori-table td {
    border-right: 1px solid #816c5d;
    border-bottom: 1px solid #816c5d;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .is-scroll-sp .mimamori-table tr {
    display: table-row;
  }
}

@media (min-width: 768px) {
  .mimamorihon .price .price-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .mimamorihon .price .price-col2_item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .mimamorihon .price .price-col2_item:first-child {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .price .price-col2_item:first-child {
    margin-bottom: 15px;
  }
}

.mimamorihon .price .price-col2 .mimamori-table th,
.mimamorihon .price .price-col2 .mimamori-table td {
  text-align: center;
}

.mimamorihon .price .price-col2 .mimamori-table .num {
  font-weight: bold;
}

@media (min-width: 768px) {
  .mimamorihon .price .price-col2 .mimamori-table .num {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .price .price-col2 .mimamori-table .num {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .mimamorihon .price .table01 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .price .table01 {
    margin-bottom: 20px;
  }
}

.mimamorihon .price .caption {
  color: #4c2b17;
}

@media (min-width: 768px) {
  .mimamorihon .price .caption {
    font-size: 16px;
    font-size: 1rem;
    text-align: right;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .price .caption {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 5px;
  }
}

.mimamorihon .price .note_num {
  counter-reset: notes-num;
}

.mimamorihon .price .note_num li {
  color: #4c2b17;
  counter-increment: notes-num;
  position: relative;
  padding-left: 3.5em;
  line-height: 1.667;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .mimamorihon .price .note_num li {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .price .note_num li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.mimamorihon .price .note_num li::before {
  content: "（※" counter(notes-num) "）";
  position: absolute;
  top: 0;
  left: 0;
}

.mimamorihon .price .note_num + .note li {
  color: #4c2b17;
  position: relative;
  padding-left: 3.5em;
  line-height: 1.667;
}

@media (min-width: 768px) {
  .mimamorihon .price .note_num + .note li {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .price .note_num + .note li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.mimamorihon .price .note_num + .note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .mimamorihon .voice {
    border-bottom: 1px solid #dcdcdc;
  }
}

.mimamorihon .voice .ttl-lv2 + p {
  color: #4c2b17;
  text-align: right;
  position: relative;
  top: -25px;
}
.mimamorihon .voice .ttl-lv2 + p::before {
  content: "※";
}

@media screen and (max-width: 767px) {
  .mimamorihon .voice .ttl-lv2 + p {
    text-align: left;
    top: -13px;
    font-size: 0.9375rem;
    text-indent: -1em;
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .mimamorihon .voice .voice-item {
    margin-bottom: 40px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .voice .voice-item {
    margin-bottom: 20px;
  }
}

.mimamorihon .voice .voice-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .mimamorihon .voice .voice-item::after {
    content: "";
    clear: both;
    display: block;
  }
}

@media (min-width: 768px) {
  .mimamorihon .voice .voice-item.other {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .mimamorihon .voice .voice-item.other + .other,
  .mimamorihon .voice .voice-item.other + * {
    margin-top: 40px;
  }
}

.mimamorihon .voice .voice-item_ttl {
  background: url("/mimamori/mimamorihon/img/boder_dots.png") repeat-x bottom 0 center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .mimamorihon .voice .voice-item_ttl {
    float: right;
    padding-bottom: 17px;
    margin: 40px 0 14px;
    width: 71.8%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .voice .voice-item_ttl {
    padding-bottom: 16px;
    margin-bottom: 18px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.mimamorihon .voice .voice-item_ttl img {
  height: auto;
}

@media (min-width: 768px) {
  .mimamorihon .voice .voice-item_ttl img {
    width: 32px;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .voice .voice-item_ttl img {
    width: 20px;
    margin-top: 5px;
  }
}

.mimamorihon .voice .voice-item_ttl h3 {
  color: #4c2b17;
  font-weight: bold;
  margin-left: 7px;
}

@media (min-width: 768px) {
  .mimamorihon .voice .voice-item_ttl h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .voice .voice-item_ttl h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .mimamorihon .voice .voice-item_img {
    float: left;
    width: 26.1%;
    margin-right: 2.1%;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .voice .voice-item_img {
    margin-bottom: 10px;
  }
}

.mimamorihon .voice .voice-item_img img {
  width: 100%;
  height: auto;
}

.mimamorihon .voice .voice-item_img p {
  margin-top: 10px;
  color: #4c2b17;
  text-align: center;
}

@media (min-width: 768px) {
  .mimamorihon .voice .voice-item_img p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .voice .voice-item_img p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.mimamorihon .voice .voice-item_img .movie01_movie a {
  background: transparent;
}

@media (min-width: 768px) {
  .mimamorihon .voice .voice-item_img::after {
    content: "";
    clear: both;
    display: block;
  }
}

@media (min-width: 768px) {
  .mimamorihon .voice .voice-item_txt {
    float: right;
    width: 71.8%;
  }
}

.mimamorihon .voice .voice-item_txt p {
  color: #4c2b17;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .mimamorihon .voice .voice-item_txt p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .voice .voice-item_txt p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .mimamorihon .voice .voice-item_txt::after {
    content: "";
    clear: both;
    display: block;
  }
}

@media (min-width: 768px) {
  .mimamorihon .voice .voice-item.reverse .voice-item_ttl, .mimamorihon .voice .voice-item.reverse .voice-item_txt {
    float: left;
  }
}

@media (min-width: 768px) {
  .mimamorihon .voice .voice-item.reverse .voice-item_img {
    float: right;
    margin-right: 0;
    margin-left: 2.1%;
  }
}

.mimamorihon .voice .voice-item .note {
  margin-top: 10px;
}

.mimamorihon .voice .voice-item .note li {
  color: #4c2b17;
  padding-left: 1em;
  text-indent: -1em;
}

@media (min-width: 768px) {
  .mimamorihon .voice .voice-item .note li {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .voice .voice-item .note li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.mimamorihon .voice .voice-item .note li::before {
  content: "※";
}

.mimamorihon .voice .voice-item .under,
.mimamorihon .voice .voice-item a {
  color: #4c2b17;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .mimamorihon .voice .voice-item .under,
  .mimamorihon .voice .voice-item a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .voice .voice-item .under,
  .mimamorihon .voice .voice-item a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .mimamorihon .voice .voice-item .under {
    clear: both;
    position: absolute;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .voice .voice-item .under {
    margin-top: 10px;
    text-align: center;
  }
}

.mimamorihon .voice .voice-item .under a {
  text-decoration: underline;
  color: #004697;
}

@media (min-width: 768px) {
  .mimamorihon .voice .voice-item .under.right {
    right: 0;
  }
}

@media (min-width: 768px) {
  .mimamorihon .equality-02-pc > ku {
    margin-left: 40px;
    width: calc(50% - 20px);
  }
}

@media (min-width: 768px) {
  .mimamorihon .equality-02-pc li:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.mimamorihon .list-block > li > a .list-block-name::after,
.mimamorihon .list-block-border > li > a .list-block-name::after {
  color: #ec6d65;
}

@media (min-width: 768px) {
  .mimamorihon .list-block > li > a .list-block-name::after,
  .mimamorihon .list-block-border > li > a .list-block-name::after {
    width: 18px;
    height: 18px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mimamorihon .list-block > li > a .list-block-name,
.mimamorihon .list-block-border > li > a .list-block-name {
  color: #4c2b17;
}

@media (min-width: 768px) {
  .mimamorihon .list-block > li > a .list-block-name,
  .mimamorihon .list-block-border > li > a .list-block-name {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .list-block > li > a .list-block-name,
  .mimamorihon .list-block-border > li > a .list-block-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .mimamorihon .list-block > li > a .list-block-name span,
  .mimamorihon .list-block-border > li > a .list-block-name span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .mimamorihon .list-block > li > a .list-block-name span,
  .mimamorihon .list-block-border > li > a .list-block-name span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.mimamorihon .list-block > li > a .list-block-name + p,
.mimamorihon .list-block-border > li > a .list-block-name + p {
  color: #4c2b17;
}

@media (min-width: 768px) {
  .mimamorihon .conversion-under .cnv-body2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
}

.mimamorihon .bg-white-lv3 {
	background: #fff;
	border-radius: 45px;
	overflow: hidden;
	padding: 60px;
	margin-top: 60px;
}
.mimamorihon .use-app {
	margin-top: 60px;
}
.mimamorihon .use-app .ttl-lv3 {
	margin-bottom: 25px;
}
.mimamorihon .use-app .ttl-lv3 h3 {
	margin-bottom: 35px;
}
.mimamorihon .use-app-list {
	display: flex;
    justify-content: center;
    margin-top: 60px;
}
.mimamorihon .use-app-list .item {
	text-align: center;
	margin-right: 80px;
}
.mimamorihon .use-app-list .item:last-child {
	margin-right: 0;
}
.mimamorihon .use-app-list .item ._title {
	font-size: 24px;
	color: #4c2b17;
	font-weight: bold;
	margin-bottom: 20px;
}
.mimamorihon .use-app-list .item ._image {
	display: inline-block;
}
.mimamorihon .use-app-list .item ._image img {
	display: block;
	max-width: 100%;
}

.mimamorihon .peer {
	margin-top: 100px;
}
.mimamorihon .peer .peer-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-bottom: 0;
	padding: 20px;
}
.mimamorihon .peer .peer-list > li {
	font-size: 24px;
	font-weight: bold;
	color: #4c2b17;
	width: calc((100% - 40px)/3);
	margin-bottom: 10px;
}
.mimamorihon .peer .peer-list > li:before {
    background: #4c2b17;
}
.mimamorihon .peer .peer-list > li .caption {
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
	display: flex;
}
.mimamorihon .peer .peer-list > li .caption ._text{
	width: calc(100% - 100px);
}
.mimamorihon .peer .peer-list > li .caption ._image{
	width: 90px;
	margin-left: 10px;
}

.mimamorihon .box-flow {
	display: flex;
	justify-content: space-between;
}
.mimamorihon .box-flow .box {
	width: calc((100% - 80px)/3);
	color: #4c2b17;
	border-radius: 48px;
	padding: 25px 40px;
	background: #fff;
	position: relative;
}
.mimamorihon .box-flow .box:last-child:after {
	display: none;
}
.mimamorihon .box-flow .box ._title {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.mimamorihon .box-flow .box ._text {
	font-size: 20px;
}


.btn-shopping {
	width: 50%;
    position: relative;
    color: #fff;
    background: #e71a11;
    border-radius: 50px;
    display: inline-block;
    padding: 16px 80px 15px 80px;
    font-weight: bold;
    font-size: 26px;
}
.btn-shopping:before {
	content: "";
	width: 43px;
	height: 47px;
	background: url('/mimamori/mimamorihon/img/icon_shopping.png') no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 25px;
}
.btn-shopping:after {
	font-weight: normal;
    position: absolute;
    display: block;
    font-family: "icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\F002";
    line-height: 1;
	font-size: 22px;
    font-size: 1.375rem;
    width: 20px;
    height: 20px;
    right: 25px;
    text-align: right;
    top: calc(50% - 10px);
}
.btn-shopping:hover {
	text-decoration: none;
	opacity: 0.8;
}


._image img{
	max-width: 100%;
	display: block;
}

@media (min-width: 768px) {
	.mimamorihon .box-flow .box:after {
		content: "";
		width: 0px;
		height: 0px;
		border-top: 17px solid transparent;
		border-bottom: 17px solid transparent;
		border-left: 28px solid #fff;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -28px;
	}
}
@media (max-width: 767px) {
	.mimamorihon .bg-white-lv3 {
		padding: 30px 20px;
		margin-top: 40px;
	}
	.mimamorihon .use-app {
		margin-top: 40px;
	}
	.mimamorihon .use-app-list {
		margin-top: 40px;
		flex-flow: row wrap;
	}
	.mimamorihon .use-app-list .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.mimamorihon .use-app-list .item:last-child {
		margin-bottom: 0;
	}
	.mimamorihon .use-app-list .item ._title {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.mimamorihon .peer {
		margin-top: 50px;
	}
	.mimamorihon .peer .peer-list {
		display: block;
		padding: 15px;
	}
	.mimamorihon .peer .peer-list > li {
		width: 100%;
		font-size: 20px;
	}
	.mimamorihon .peer .peer-list > li .caption {
		font-size: 16px;
	}

	.mimamorihon .box-flow {
		display: block;
	}
	.mimamorihon .box-flow .box {
		width: 100%;
		margin-bottom: 40px;
		margin-right: 0;
	}
	.mimamorihon .box-flow .box:last-child {
		margin-bottom: 0;
	}
	.mimamorihon .box-flow .box ._title {
		font-size: 24px;
	}
	.mimamorihon .box-flow .box ._text {
		font-size: 18px;
	}
	.mimamorihon .box-flow .box:after {
		content: "";
		width: 0px;
		height: 0px;
		border-left: 17px solid transparent;
		border-right: 17px solid transparent;
		border-top: 24px solid #fff;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -24px;
	}
}

@media (min-width: 768px) {
	.conversion .cnv-wrap {
		margin-left: -40px;
	}
}


.reason-top02 {
	margin: 74px 0 60px;
	padding: 30px;
	background: #f1f1eb;
	border-radius: 30px;
	display: flex;
	overflow: hidden;
	align-items: center;
}
.reason-top02 > * + * {
	margin-left: 50px;
}
.reason-top02 > * > img{
	width: 100%;
	display: block;
}
.reason-top02 .reason-top02_gif {
	width: calc(100%*(656/1260));
}
.reason-top02 .reason-top02_item {
	width: calc(100%*(291/1260));
}
.notes-num02 li {
	text-indent: -15px;
    padding-left: 15px;
    margin-top: 5px;
}
.reason-top02 .reason-top02_arrow {
	position: relative;
}
.reason-top02 .reason-top02_arrow span {
	display: inline-block;
	font-size: 24px;
	background: #4c2b17;
	color: #fff;
	padding: 7px 5px 7px 22px;
	margin-right: 40px;
	position: relative;
	letter-spacing: 3px;
	white-space: nowrap;
	z-index: 2;
}

.sec-lv2.gray .js-tglBtn {
	background: #ffffff;
}

@media (min-width: 768px) {
	.reason-top02 .reason-top02_arrow.fade-04 {
		transform: translateX(-50%);
		opacity: 0;
	}
	.reason-top02 .reason-top02_arrow.fade-04.is-scroll {
		transform: translateX(0);
		opacity: 1;
		transition: all 1s ease;
		transition-delay: 1s;
	}
	.reason-top02 .reason-top02_arrow:after {
		content: "";
		width: 0px;
		height: 0px;
		border-top: 43px solid transparent;
		border-bottom: 43px solid transparent;
		border-left: 60px solid #4c2b17;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		z-index: 1;
	}
}
@media (max-width: 767px) {
	.reason-top02 {
		display: block;
		padding: 30px 20px;
	}
	.reason-top02 > * + * {
		margin-left: 0;
		margin-top: 8vw;
	}
	.reason-top02 .reason-top02_gif {
		width: 100%;
	}
	.reason-top02 .reason-top02_item {
		width: 70%;
		max-width: 349px;
		margin: 8vw auto 0;
	}
	.reason-top02 .reason-top02_arrow {
		width: 290px;
		margin: 8vw auto 0;
		padding: 0 35px 25px 35px;
	}
	.reason-top02 .reason-top02_arrow span {
		display: block;
		text-align: center;
		font-size: 14px;
		line-height: 1;
		background: #4c2b17;
		color: #fff;
		padding: 10px 10px 0 10px;
		margin-right: 0;
		position: relative;
		letter-spacing: 3px;
		z-index: 2;
	}
	.reason-top02 .reason-top02_arrow:after {
		content: "";
		width: 0px;
		height: 0px;
		border-left: 145px solid transparent;
		border-right: 145px solid transparent;
		border-top: 30px solid #4c2b17;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		z-index: 1;
	}
	.reason-top02 .reason-top02_arrow.fade-04 {
		transform: translateY(-50%);
		opacity: 0;
	}
	.reason-top02 .reason-top02_arrow.fade-04.is-scroll {
		transform: translateX(0);
		opacity: 1;
		transition: all 1s ease;
		transition-delay: 1s;
	}
}

@media (min-width: 768px), print {
.breadcrumb {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  z-index: 2;
  width: 100%;
}
}

