@charset "UTF-8";
/*レスポンシブ*/
/*レイアウト*/
/*限定br指定*/
/*スマホだけbr*/
/*タブレットだけbr*/
/*パソコンだけbr*/
/*背景画像*/
/*文字サイズ*/
/*三角作る*/
/*マージン下レスポンシブ一括*/
/*パディング下レスポンシブ一括*/
/*アニメーション*/
/*カラーセット*/
/*グラデーション*/
/*書体*/
/*エフェクト・ぼかし*/
/*エフェクト・スクリーン*/
/*背景に色を付ける*/
/*wrapper*/
/*wrapper*/
/*wrapper*/
header + h1 img:last-child {
  position: absolute;
  top: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 896px) and (min-width: 481px) {
  header + h1 img:last-child {
    top: 105px;
    width: 28vw;
  }
}

@media screen and (max-width: 480px) {
  header + h1 img:last-child {
    top: 73px;
    width: 33vw;
  }
}

@media screen and (max-width: 360px) and (min-width: 320px) {
  header + h1 img:last-child {
    top: 77px;
    width: 39vw;
  }
}

@media screen and (max-width: 896px) {
  article {
    width: 90%;
  }
}

@media screen and (max-width: 896px) and (min-width: 481px) {
  article {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 480px) {
  article {
    margin-bottom: 130px;
  }
}

article section {
  margin-bottom: 75px;
}

@media screen and (max-width: 480px) {
  article section {
    margin-bottom: 35px;
  }
}

article h2 {
  font-size: 3rem;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1em;
  margin: 0 auto 70px auto;
  border-bottom: 5px solid #000000;
  position: relative;
  font-family: "Times New Roman","游明朝","kozuka-mincho-pr6n",serif,YuMincho,"Hiragino Mincho ProN";
}

@media screen and (max-width: 896px) {
  article h2 {
    font-size: 5.66052vw;
  }
}

@media screen and (max-width: 480px) {
  article h2 {
    font-size: 12.31695vw;
  }
}

@media screen and (max-width: 480px) {
  article h2 {
    font-size: 1.6rem;
    line-height: 1.3;
    padding-bottom: 10px;
    border-bottom: 3px solid #000000;
    margin: 0 auto 40px auto;
  }
}

@media screen and (max-width: 480px) and (max-width: 896px) {
  article h2 {
    font-size: 3.01894vw;
  }
}

@media screen and (max-width: 480px) and (max-width: 480px) {
  article h2 {
    font-size: 6.56904vw;
  }
}

article h2:before {
  content: "";
  border: 25px transparent solid;
  border-left-color: #000000;
  border-top-color: #000000;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

@media screen and (max-width: 480px) {
  article h2:before {
    content: " ";
    border: 12px transparent solid;
    bottom: -24px;
    border-left-color: #000000;
    border-top-color: #000000;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
  }
}

article h2:after {
  content: "";
  border: 20px transparent solid;
  border-left-color: #ffffff;
  border-top-color: #ffffff;
  position: absolute;
  bottom: -40px;
  margin-left: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
}

@media screen and (max-width: 480px) {
  article h2:after {
    content: " ";
    border: 9px transparent solid;
    bottom: -17px;
    border-left-color: #ffffff;
    border-top-color: #ffffff;
    position: absolute;
    margin-left: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20;
  }
}

article dt {
  margin-bottom: 20px;
  font-size: 1.3rem;
  text-align: center;
  background: #f3f2f7;
  padding: 10px 50px;
  border-radius: 25px;
}

@media screen and (max-width: 896px) {
  article dt {
    font-size: 2.45289vw;
  }
}

@media screen and (max-width: 480px) {
  article dt {
    font-size: 5.33735vw;
  }
}

@media screen and (max-width: 896px) {
  article dt {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 896px) and (max-width: 896px) {
  article dt {
    font-size: 2.07552vw;
  }
}

@media screen and (max-width: 896px) and (max-width: 480px) {
  article dt {
    font-size: 4.51621vw;
  }
}

article p, article dd {
  font-size: 1rem;
  line-height: 1.8em;
  margin-bottom: 1em;
}

@media screen and (max-width: 896px) {
  article p, article dd {
    font-size: 1.88684vw;
  }
}

@media screen and (max-width: 480px) {
  article p, article dd {
    font-size: 4.10565vw;
  }
}

article h4:nth-last-child(2) {
  margin-bottom: 30px;
  line-height: 1em;
  font-size: 2em;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Times New Roman","游明朝","kozuka-mincho-pr6n",serif,YuMincho,"Hiragino Mincho ProN";
}

article > a:last-child {
  display: block;
  width: 250px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 3px 0px #EEEEEE;
  -moz-box-shadow: 0px 0px 3px 0px #EEEEEE;
  -ms-box-shadow: 0px 0px 3px 0px #EEEEEE;
  -o-box-shadow: 0px 0px 3px 0px #EEEEEE;
  box-shadow: 0px 0px 3px 0px #EEEEEE;
  color: #ffffff;
  font-weight: 600;
  background: #b20e0e;
  border: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0 auto 20px auto;
  text-decoration: none;
}

article > a:last-child:hover {
  border-radius: 20px;
  background: #e51212;
}
