@charset "UTF-8";
/*レスポンシブ*/
/*レイアウト*/
/*限定br指定*/
/*スマホだけbr*/
/*タブレットだけbr*/
/*パソコンだけbr*/
/*背景画像*/
/*文字サイズ*/
/*三角作る*/
/*マージン下レスポンシブ一括*/
/*パディング下レスポンシブ一括*/
/*アニメーション*/
/*カラーセット*/
/*グラデーション*/
/*書体*/
/*エフェクト・ぼかし*/
/*エフェクト・スクリーン*/
/*背景に色を付ける*/
/*wrapper*/
/*wrapper*/
/*wrapper*/
.outline 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) {
  .outline header + h1 img:last-child {
    top: 95px;
    width: 25vw;
  }
}

@media screen and (max-width: 480px) {
  .outline header + h1 img:last-child {
    top: 72px;
    width: 24vw;
  }
}

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

article {
  margin: 0 auto 80px auto;
}

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

@media screen and (max-width: 480px) {
  article {
    margin: 0 auto 50px auto;
  }
}

article section h3 {
  margin-bottom: 20px;
  line-height: 1em;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Times New Roman","游明朝","kozuka-mincho-pr6n",serif,YuMincho,"Hiragino Mincho ProN";
}

@media screen and (max-width: 896px) {
  article section h3 {
    font-size: 2.83026vw;
  }
}

@media screen and (max-width: 480px) {
  article section h3 {
    font-size: 6.15847vw;
  }
}

article section table {
  width: 100%;
  margin-bottom: 75px;
}

article section table th, article section table td {
  line-height: 1.75em;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  position: relative;
}

@media screen and (max-width: 896px) {
  article section table th, article section table td {
    font-size: 1.60381vw;
  }
}

@media screen and (max-width: 480px) {
  article section table th, article section table td {
    font-size: 3.4898vw;
  }
}

@media screen and (max-width: 480px) {
  article section table th, article section table td {
    display: inline-block;
    width: 100%;
  }
}

article section table tr:last-child th,
article section table tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}

article section table th {
  width: 225px;
  padding: 15px;
  text-align: center;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
}

@media screen and (max-width: 480px) {
  article section table th {
    width: 100%;
    text-align: left;
    border-bottom: none;
    padding: 15px 0 0 15px;
  }
}

article section table td {
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
}

@media screen and (max-width: 480px) {
  article section table td {
    border-bottom: 1px solid #eeeeee;
    padding: 0px 0 10px 15px;
  }
}

article section table td a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  color: #ffffff;
  background: #3b3269;
  text-align: center;
  text-decoration: none;
  top: 15px;
  -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;
}

article section table td a:hover {
  background: #7664d2;
}

article section table td ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5em;
  padding-left: 20px;
}

article section table td ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
  border: 2px solid #3b3269;
}

article section table:last-child {
  margin-bottom: 0;
}
