@charset "utf-8";
@media screen and (min-width: 801px){
  table{
    margin: 0 auto;
    width: 90%;
    max-width: 1120px;
  }
  table .table_sp{
    display: none;
  }
  table th{
    position: relative;
    padding: 18px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    width: 174px;
    text-align: left;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.06em;
    color: #6db131;
  }
  table th:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 36px);
    background-color: #dedede;
  }
  table td{
    padding: 45px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.06em;
  }
  .text{
    margin: 80px auto 30px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.06em;
    width: 90%;
  }
  .text2{
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 2.06em;
    text-align: center;
    letter-spacing: 0.06em;
    width: 90%;
  }
  .text2 a:link{
     color: #0000EE;
    text-decoration: underline;
  }
  .text2 a:visited{
     color: #551A8B;
    text-decoration: underline;
  }
  .text2 a:active{
     color: #FF0000;
    text-decoration: underline;
  }

}@media screen and (max-width: 800px) {
  table{
    margin: 0 auto;
    width: 90%;
  }
  table .table_pc{
    display: none;
  }
  table th{
    position: relative;
    padding: 4.53vw 7vw 4.53vw 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    width: 16vw;
    text-align: left;
    font-size: 3.73vw;
    line-height: 1.16;
    letter-spacing: 0.06em;
    vertical-align: middle;
    text-align: center;
    color: #6db131;
  }
  table th:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 4.33vw;
    transform: translateY(-50%);
    width: 1px;
    height: 87%;
    background-color: #dedede;
  }
  table td{
    padding: 4.8vw 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    font-size: 3.2vw;
    line-height: 1.66;
    letter-spacing: 0.1em;
  }
  .text{
    margin: 10.13vw 0 2.4vw;
    font-size: 2.93vw;
    text-align: center;
    letter-spacing: 0.12em;
    line-height: 1.81;
  }
  .text2{
    margin: 0 auto 2.4vw;
    font-size: 2.93vw;
    line-height: 2em;
    letter-spacing: 0.1em;
    width: 90%;
  }
  .text2 a:link{
     color: #0000EE;
    text-decoration: underline;
  }
  .text2 a:visited{
     color: #551A8B;
    text-decoration: underline;
  }
  .text2 a:active{
     color: #FF0000;
    text-decoration: underline;
  }
}