/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.body-container-wrapper {
  width: 98%;
  margin: 0 auto;
  margin-bottom: 1%;
  background-color: #FFF;
}


/* h2をh1に、h3をh2に */


.lp-post_body h1 {
  font-size: 25px;
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #3187c2;
  border-bottom: solid 1px #dadada;
}

.lp-post__body h2 {
    font-size: 19px;
    border-bottom: #dcdcdc 4px double;
    padding: 0 0 9px 3px;
    margin: 1em 0 1em .8em;
    color: #494949;
}

.lp-post__body h3 {
  
    font-size: 19px;
    border-bottom: #dcdcdc 4px double;
    padding: 0 0 9px 3px;
    margin: 1em 0 1em .8em;
    color: #494949;
  
}

#lp-wrapper {
  text-align: center;
}

.lp-contents  {
  max-width: 1240px;
  margin: auto;
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .lp-contents {
  padding: 25px 0;
  }
}

.lp-header {
    width: 100%;
    color: #FFF;
    justify-content: center;
    display: flex;
}

.mainvisual {
  width: 100%;
  max-width: 1920px;
}

.type-head {
  height: 188px;
  top: 35px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .type-head {
  height: 69px;
  }
}

.point1-description {
  display: flex;
  justify-content: center;
}


.point1-description div {
  margin: 20px;
  width: 50%;
}


.point1-description div img {
  margin-bottom: 20px;
  width: 100%;
}

.point1-description div p {
    font-size: 14px;
    letter-spacing: 1.5px;
}

.point2-description {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .point2-description {
  display: block;
  }
}

.point1 {
  background-color: #E3E8E8;
}

.point1-head {
  margin-bottom: 50px;
}

.point2-head {
  margin-bottom: 50px;
}

.point {
  width: 66px;
  margin: 20px;
}

.post-card {
  background-color: #e3e8e8;
  margin: 20px;
  padding: 15px;
  width: 29.5%;
}

@media screen and (max-width: 768px) {
  .post-card {
  width: 88%;
  margin: auto;
  margin-bottom: 20px;
  }
}

.post-card img {
  width: 100%;
  margin-bottom: 20px;
}

.post-card p {
    font-size: 14px;
    letter-spacing: 1.5px;
    text-align: left;
}


/* ボタン*/


.lp-button-top {
   height: 50px;
   width: 100%;
}

.lp-button-top img {
  margin: 50px;
  position: relative;
  top: -250px;
  width: 40%;  
}

@media screen and (max-width: 768px) {
  .lp-button-top img {
    top: -13vh;
    width: 60%;
  }
}


.lp-button-top img:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

.lp-button img {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .lp-button img {
  width: 80vw;  
  }
}

.lp-button img:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}


/* フォント */

.form-bottom {
  font-size: 12px;
}

h1 {
  letter-spacing: 14.5px;
  font-size: 2.3rem;
}

@media screen and (max-width: 768px) {
  h1 {
    letter-spacing: 9px;
    font-size: 1.7rem;
  }
}

h2 {
  color: #0D7D8F;
  vertical-align: middle;
  letter-spacing: 4.5px;
  margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
  h2 {
    letter-spacing: 5px;
    font-size: 1.6rem;
    padding: 0 15px;
  }
}

.title-black {
  color: #000;
}

@media screen and (max-width: 768px) {
  .title-black {
     font-size: 1rem;
   }
}


.point-head p {
  line-height: 28px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .point-head p {
    line-height: 24px;
    letter-spacing: 1.3px;
    font-size: 0.8rem;
    padding: 0 22px;
  }
}

.shadow {
  font-family: Hiragino UD Sans Rd Std;
  color: #FFF;
  position: relative;
  z-index: 0;
  font-size: 5rem;
}

@media screen and (max-width: 768px) {
  .shadow{
    font-size: 3rem;
    top: -54px;
  }
}


.type-title {
  position: relative;
  z-index: 1;
  top: -75px;
  
}

@media screen and (max-width: 768px) {
  .row-fluid-wrapper img {
  width: 100%!important;
  }
}

}

@media screen and (max-width: 768px) {
  .type-title {
    top: -112px;
  }
}