@charset "utf-8";

/*
  File Name   : gravestone.css
*/


/* PC Layout ******************************************************************************************* */

/* Index
============================================================ */
body#gravestone .lead {
  color: #404040;
  font-size: 16px;
  margin: 0 0 40px;
}

body.index .btn-06 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  margin-top: 20px;
}

body.index .top-layout {
  border: solid 1px #ccc;
}

body.index .top-layout .top-layout-block {
  width: 50%;
  box-sizing: border-box;
  border-right: solid 1px #ccc;
  padding: 30px;
}

body.index .top-layout .top-layout-block:nth-child(2n) {
  border-right: none;
}

body.index .top-layout .top-layout-block .lead-02 {
  margin-bottom: 10px;
  height: 45px;
  font-size: 16px;
}


/* move
============================================================ */
body.move .lead-block,
body.repair .lead-block {
  position: relative;
  font-size: 16px;
  margin-bottom: 40px;
}

body.move .lead-block .lead,
body.repair .lead-block .lead {
  margin-bottom: 5px !important;
}

body.move .lead-block ul,
body.repair .lead-block ul {
  margin-bottom: 25px !important;
}

body.move .lead-block img {
  position: absolute;
  bottom: 0;
  right: 0;
}

body.move .lead-block .bottom-text {
  width: 390px;
}

body.move .bg-bk-area li:first-child {
  margin-bottom: 20px;
}

body.move .move-list li {
  border-bottom: solid 1px #ccc;
  padding: 30px 0 20px;
  position: relative;
}

body.move .move-list li:first-child {
  padding-top: 0;
}

body.move .move-list li:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 0 30px;
  border-color: #666 transparent transparent transparent;
}

body.move .move-list li:last-child:after {
  display: none;
}

body.move .move-list li > p,
body.move .move-list dt {
  font-size: 20px;
  font-weight: bold;
  color: #8c5483;
  margin-bottom: 6px;
}

body.move .move-list dd {
  font-size: 16px;
}

body.move .lead-02 {
  margin-bottom: 30px !important;
  font-size: 16px;
}

body.move .move-list-title {
  margin-top: 65px;
}

body.move .move-list-title h3,
body.repair .move-list-title h3 {
  margin-bottom: 25px;
}

body.repair .repair-list h4 {
  font-size: 20px;
  font-weight: bold;
  color: #8c5483;
  margin-bottom: 16px;
}

body.repair .repair-list .img {
  width: 450px;
  float: left;
}

body.repair .repair-list .img:nth-child(2n) {
  width: 450px;
  float: right;
}

body.repair .repair-list .img img {
  margin-bottom: 10px;
}

body.repair .repair-list .img p {
  font-size: 16px !important;
  font-weight: bold;
}

body.repair .inner-img-wrap h5 {
  font-size: 18px;
  font-weight: bold;
  color: #8c5483;
  margin-bottom: 13px;
  margin: 0 0 10px;
}

body.repair .inner-img-wrap {
  padding: 20px 30px;
  border: solid 1px #ccc;
  box-sizing: border-box;
}

body.repair .inner-img-wrap .img {
  width: 290px !important;
  margin-right: 19px;
}

body.repair .inner-img-wrap .img:nth-child(2) {
  margin-right: 0;
}

body.repair .inner-img-wrap .img:nth-child(3) {
  margin-right: 0;
}

body.repair .repair-list .inner-img-wrap .img p {
  font-size: 14px !important;
  font-weight: bold;
}

body.repair .repair-list .text-01 {
  margin-top: 20px;
  font-size: 16px;
}

body.repair .repair-list .text-02 {
  margin-top: 15px;
  font-size: 16px;
}

body.repair .repair-list-title {
  margin-top: 55px;
}

body.repair .repair-list .inner-img-wrap {
  margin-bottom: 15px;
  margin-top: 30px;
}

body.repair .repair-list li {
  border-bottom: solid 1px #ccc;
  padding-bottom: 22px;
  margin-bottom: 35px;
}

body.repair .repair-list li:first-child {
  border-bottom: none;
  margin-bottom: 0;
}

.img-block {
  background: url(/assets/img/gravestone/repair/arrow.png) center center no-repeat;
}

/* repair
============================================================ */
body.repair {

}



/* SP Layout ******************************************************************************************* */

/* Index
============================================================ */
@media screen and (max-width: 768px) {
  body#gravestone .lead {
    font-size: 15px;
    margin: 0 0 20px;
  }
  body.index .top-layout .top-layout-block .lead-02{
      font-size: 15px;
  }
  body.index .top-layout .top-layout-block {
    padding: 15px;
    width: 100%;
  }
  body.index .top-layout .top-layout-block {
    border-right: none;
    border-bottom: solid 1px #ccc;
  }
  body.index .top-layout .top-layout-block:last-child {
    border-bottom: none;
  }
  body.index .top-layout .top-layout-block img {
    width: 100%;
    height: auto;
  }
  body.move .lead-block .bottom-text {
    width: 100%;
    margin-bottom: 20px;
  }
  body.move .lead-block img {
    position: static;
    width: 100%;
    height: auto;
    text-align: center;
  }
  body.move .lead-block {
    font-size: 14px;
  }
  .bg-bk-area dt {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .bg-bk-area dd {
    font-size: 15px;
  }
  .bg-bk-area {
    padding: 15px 15px;
  }
  body.move .lead-02 {
    font-size: 15px;
    margin-bottom: 15px !important;
  }
  body.move .move-list dd {
    font-size: 15px;
  }
  body.move .move-list li > p, body.move .move-list dt {
    font-size: 18px;
    margin-bottom: 6px;
  }
  body.move .lead-block, body.repair .lead-block {
    font-size: 15px;
    margin-bottom: 20px;
  }
  body.repair .repair-list .img img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }
  body.repair .repair-list .img {
    float: none;
    width: 100%;
  }
  body.repair .repair-list .img:nth-child(2n) {
    float: none;
    width: 100%;
  }
  .img-block {
    background: none;
  }
  body.repair .repair-list .text-01 {
    font-size: 15px;
}
  body.repair .repair-list .text-02 {
    font-size: 15px;
    margin-top: 10px;
  }
  body.repair .repair-list .inner-img-wrap .img p {
    font-size: 14px !important;
    font-weight: bold;
    margin-bottom: 10px;
  }
  body.repair .repair-list .inner-img-wrap {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  body.repair .inner-img-wrap {
    padding: 15px 15px;
  }
}
/* End media screen */