/* 共通
------------------------------------------------------------*/
body {
  font-size: 16px;
}

.inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.headingBox {
  text-align: center;
}
.type-h2-engl {
  display: inline-block;
  font-family: 'Anton', sans-serif;
  margin: 70px auto 20px;
  color: #000;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding: 0 10px;
}
.type-h2-engl:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #000;
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.type-h2-2 {
  margin: 0 auto 50px;
  font-size: 20px;
  font-weight: bold;
}

.type-h2-3 {
  margin: 0 auto 10px;
  font-size: 16px;
  font-weight: bold;
}

.bredList {
  margin: 14px auto;
}
.bredList ul {
  
}
.bredList ul li {
  display: inline-block;
  font-size: 16px;
}
.bredList ul li a {
  display: block;
  color: #8a8a8a;
  margin-right: 40px;
  position: relative;
}
.bredList ul li a:after {
  content: ">";
  position: absolute;
  right: -26px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.block-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.block-inner p {
  margin-bottom: 40px;
}












/* タブレット等
-----------------------------------------------*/
@media screen and (max-width:1240px) {



}





/* スマートフォン
-----------------------------------------------*/
@media only screen and (max-width: 767px) {


/* 共通
------------------------------------------------------------*/
  body {
    font-size: 3.5vw;
  }

  .inner {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
    position: relative;
  }

  .headingBox {
    text-align: center;
  }
  .type-h2-engl {
    display: inline-block;
    margin: 10vw auto 4vw;
    color: #000;
    font-size: 6vw;
    line-height: 1;
    font-weight: bold;
    position: relative;
    padding: 0 2vw;
  }
  .type-h2-engl:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #000;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .type-h2-2 {
    margin: 0 auto 8vw;
    font-size: 4vw;
    font-weight: bold;
  }
  .type-h2-3 {
    margin: 0 auto 2vw;
    font-size: 4vw;
    font-weight: bold;
  }

  .bredList {
    margin: 14vw auto 0;
  }
  .bredList ul {
    
  }
  .bredList ul li {
    display: inline-block;
    font-size: 3vw;
  }
  .bredList ul li a {
    display: block;
    color: #8a8a8a;
    margin-right: 8vw;
    position: relative;
  }
  .bredList ul li a:after {
    content: ">";
    position: absolute;
    right: -5vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }


  .block-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 4vw;
  }


  .block-inner p {
    margin-bottom: 8vw;
  }


}



