.wrap-coffinlist:not(:last-of-type) {
  margin-bottom: 94rem;
}
.wrap-coffinlist .box-info {
  margin-top: 40rem;
}
.wrap-coffinlist .hstyle-coffinlist {
  color: #09836a;
  font-weight: bold;
  font-size: 49rem;
  margin-bottom: 10rem;
}
.wrap-coffinlist dl.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30rem;
}
.wrap-coffinlist dl.info dt {
  font-weight: bold;
  width: 156rem;
  line-height: 2.2;
}
.wrap-coffinlist dl.info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2.2;
}
.wrap-coffinlist .btn-detail {
  margin-top: 30rem;
}
.wrap-coffinlist .btn-detail a {
  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;
  width: 100%;
  height: 100rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 1;
}

.modaal-wrapper .modaal-close {
  background: #09836a;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #fff;
}

.modaal-close:before,
.modaal-close:after {
  left: 24px;
  width: 2px;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 768px) {
  .page-container {
    margin-top: 110px;
  }

  .wrap-coffinlist {
    max-width: 952px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrap-coffinlist:not(:last-of-type) {
    margin-bottom: 100px;
  }
  .wrap-coffinlist .photo {
    width: calc(480 / 952 * 100%);
  }
  .wrap-coffinlist .box-info {
    margin-top: 0;
    margin-left: 60px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    top: -10px;
    position: relative;
  }
  .wrap-coffinlist p.h-under {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  .wrap-coffinlist .hstyle-coffinlist {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .wrap-coffinlist dl.info {
    margin-top: 10px;
  }
  .wrap-coffinlist dl.info dt {
    width: 86px;
    line-height: 2.4;
    font-size: 16px;
  }
  .wrap-coffinlist dl.info dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 2.4;
    font-size: 16px;
  }
  .wrap-coffinlist .btn-detail {
    margin-top: 30rem;
  }
  .wrap-coffinlist .btn-detail a {
    height: 50px;
    max-width: 300px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .wrap-coffinlist .btn-detail a:hover {
    background: #78b95a;
    border: 1px solid #78b95a;
    color: #fff;
  }

  .modaal-wrapper .modaal-close {
    position: absolute;
    right: -20px;
    top: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .wrap-coffinlist {
    max-width: 100%;
    margin: 0 25px;
  }

  .wrap-coffinlist .box-info {
    margin-top: 0;
    margin-left: 30px;
  }
}