@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", serif;
}

#column {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  overflow-x: hidden; /* 念のため横はみ出し対策 */
}

a {
  display: block;
}

.no {
  opacity: 0.5;
  pointer-events: none;
}

/* =====================================================
  アニメーション共通
===================================================== */
.anim {
  opacity: 0;
  will-change: opacity, transform, filter;
  transition-property: opacity, transform, filter;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}

/* 表示された状態 */
.anim.is-show {
  opacity: 1;
  transform: none;
  filter: none;
}

/* =====================================================
  1. ふわっとフェードイン
===================================================== */
.anim-fade {
  transform: translateY(12px);
}

/*****************************************************************************************************************************************
    「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
*****************************************************************************************************************************************/
@media all and (min-width: 751px) {
  .pc_no {
    display: none !important;
  }
  /* header
  ------------------------------------------------------------*/
  .top_link {
    background: #000;
    clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
    width: 400px;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 500;
  }
  .top_link a {
    background: url(../images/classic_logo.png) no-repeat center/cover;
    width: 300px;
    height: 60px;
    margin-left: 25px;
    transition: 0.1s;
  }
  .top_link a:hover {
    opacity: 0.5;
  }
  /* 上部分
  ------------------------------------------------------------*/
  .top_bg {
    background: url(../images/column_top_bg.png) no-repeat center/cover;
    width: 100%;
    height: 405px;
  }
  .tit_wp {
    display: flex;
    position: relative;
    justify-content: center;
    height: 76%;
    align-items: center;
    gap: 73px;
    left: -20px;
    top: 74px;
  }
  .tit {
    background: url(../images/column_tit.png) no-repeat center/cover;
    width: 694px;
    height: 304px;
  }
  .btn {
    width: 760px;
    height: 283px;
  }
  .tab_btn:nth-child(1) {
    background: url(../images/column_tab1.svg);
  }
  .tab_btn:nth-child(2) {
    background: url(../images/column_tab2.svg);
  }
  .tab_btn:nth-child(3) {
    background: url(../images/column_tab3.svg);
  }
  .tab_btn:nth-child(4) {
    background: url(../images/column_tab4.svg);
  }
  .tab_btn:nth-child(5) {
    background: url(../images/column_tab5.svg);
  }
  .tab_btn.is-active:nth-child(1) {
    background: url(../images/column_tab1_on.svg);
  }
  .tab_btn.is-active:nth-child(2) {
    background: url(../images/column_tab2_on.svg);
  }
  .tab_btn.is-active:nth-child(3) {
    background: url(../images/column_tab3_on.svg);
  }
  .tab_btn.is-active:nth-child(4) {
    background: url(../images/column_tab4_on.svg);
  }
  .tab_btn.is-active:nth-child(5) {
    background: url(../images/column_tab5_on.svg);
  }
  .tab_btn {
    background-repeat: no-repeat !important;
  }
  /* tabボタン */
  .btn ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
  }
  .tab_btn {
    cursor: pointer;
    width: 374px;
    height: 87px;
    transition: 0.1s;
  }
  .tab_btn:hover {
    transform: translateY(2px);
  }
  /* .tab_btn.is-active {
      background: url(../images/column_tab1_on.png);
  } */
  /* タブ内容 */
  .tab_panel {
    display: none;
    padding: 0;
  }
  .tab_panel.is-active {
    display: block;
  }
  /* タイトル */
  .tab_title {
    font-size: 24px;
  }
  /* 中
  ------------------------------------------------------------*/
  .tab_contents {
    background: url(../images/column_con_rp.png);
    border-top: solid 6px #8ECB65;
    border-bottom: solid 6px #8ECB65;
    padding: 20px 0;
    position: relative;
  }
  /* tab1
  ------------------------------------------------------------*/
  .tab1_tit {
    background: url(../images/column_tab1_tit.png) no-repeat center/cover;
    width: 1079px;
    height: 309px;
    margin: 0 0 0 290px;
  }
  .tab1_lead {
    background: url(../images/column_tab1_lead.png) no-repeat center/cover;
    width: 1235px;
    height: 215px;
    margin: 0 auto;
  }
  .tab1_con1 {
    background: url(../images/column_tab1_con1.png) no-repeat center/cover;
  }
  .tab1_con2 {
    background: url(../images/column_tab1_con2.png) no-repeat center/cover;
  }
  .tab1_con3 {
    background: url(../images/column_tab1_con3.png) no-repeat center/cover;
  }
  .tab1_con4 {
    background: url(../images/column_tab1_con4.png) no-repeat center/cover;
  }
  .tab1_con5 {
    background: url(../images/column_tab1_con5.png) no-repeat center/cover;
  }
  .tab1_con6 {
    background: url(../images/column_tab1_con6.png) no-repeat center/cover;
  }
  .tab1_con1 span {
    color: #AA00D5;
  }
  .tab1_con2 span {
    color: #00849d;
  }
  .tab1_con3 span {
    color: #FF7307;
  }
  .tab1_con4 span {
    color: #FF4791;
  }
  .tab1_con5 span {
    color: #DD0000;
  }
  .tab1_con6 span {
    color: #0000DC;
  }
  .tab1_con {
    position: relative;
    margin-top: 70px;
  }
  .tab1_con1, .tab1_con2, .tab1_con3, .tab1_con4, .tab1_con5, .tab1_con6 {
    width: 1235px;
    height: 420px;
    margin: 0 auto;
    position: relative;
  }
  .tab1_con ul li {
    list-style: none;
    margin-bottom: 70px;
  }
  .tab1_con p {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    width: 740px;
    right: 20px;
    top: 150px;
    line-height: 38px;
  }
  .tab1_con2 p {
    top: 134px;
  }
  /* tab2以降追加↓
  ------------------------------------------------------------*/
  #tab2 .tab_tit {
    width: 1080px;
    margin: 0 0 0 290px;
  }
  #tab2 .para {
    width: 1032px;
    margin: 0 auto 64px;
    position: relative;
  }
  #tab2 .para:nth-of-type(even) {
    padding-right: 200px;
  }
  #tab2 .para:nth-of-type(odd) {
    padding-left: 200px;
  }
  #tab2 .para::before {
    position: absolute;
    content: "";
    width: 280px;
    height: 400px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #tab2 .para:nth-of-type(2)::before {
    background: url(../images/column_tab2_ic1.svg) no-repeat center center/contain;
    right: -48px;
  }
  #tab2 .para:nth-of-type(3)::before {
    background: url(../images/column_tab2_ic2.svg) no-repeat center center/contain;
    left: -48px;
  }
  #tab2 .para:nth-of-type(4)::before {
    background: url(../images/column_tab2_ic3.svg) no-repeat center center/contain;
    right: -48px;
  }
  #tab2 .para p {
    padding: 0 16px;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 44px;
    text-align: justify;
    position: relative;
    background-image: radial-gradient(circle, #90D688 2px, transparent 2.2px);
    background-size: 12px 1lh;
    background-position: 0 18px;
  }
  #tab3 {
    background: url(../images/column_tab4_pic3.png) no-repeat bottom -24px left;
    margin-bottom: -24px;
    padding-bottom: 72px;
  }
  #tab3 .tab_tit {
    width: 1080px;
    margin: 0 0 0 290px;
  }
  #tab3 .grid {
    width: 1232px;
    margin: 0 auto 0;
    display: grid;
    grid-template-columns: 480px 720px;
    justify-content: space-between;
  }
  #tab3 .grid .right {
    order: 2;
  }
  #tab3 .grid .right p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
    text-align: justify;
    padding: 16px 0;
  }
  #tab3 .grid .right p:first-of-type {
    padding-top: 0;
  }
  #tab3 .grid .right p span {
    font-weight: 900;
    color: #006129;
  }
  #tab3 .grid .right img {
    width: 100%;
    padding: 8px 0;
  }
  #tab3 .grid .left table {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    border-spacing: 0 2px;
    margin-top: 4px;
  }
  #tab3 .grid .left table tr {
    background: #C7EAC3;
  }
  #tab3 .grid .left table tr:nth-of-type(odd) {
    background: #DBF1DA;
  }
  #tab3 .grid .left table td:first-of-type {
    background: #3A8956;
    color: #fff;
    width: 72px;
  }
  #tab3 .grid .left table td:not(:first-of-type):not(:last-of-type) {
    position: relative;
  }
  #tab3 .grid .left table td:not(:first-of-type):not(:last-of-type)::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: calc(100% - 8px);
    background: rgba(255, 255, 255, 0.5333333333);
    top: 4px;
    right: 0;
  }
  #tab3 .grid .left table td span {
    font-weight: 900;
    color: #006129;
  }
  #tab3 .grid .left table tr.head {
    background: none;
    font-size: 16px;
    line-height: 24px;
  }
  #tab3 .grid .left table tr.head th {
    border-bottom: 2px solid transparent;
  }
  #tab3 .grid .left table tr.head th span {
    display: block;
    border-bottom: 1px solid #3A8956;
  }
  #tab3 .grid .left p.note {
    width: fit-content;
    margin-left: auto;
    font-size: 16px;
    margin-top: 8px;
  }
  #tab4 .tab_tit {
    width: 1080px;
    margin: 0 0 0 290px;
  }
  #tab4 .lead {
    margin: 16px auto;
    width: fit-content;
  }
  #tab4 .btn-wrap {
    display: flex;
    width: 1232px;
    height: fit-content;
    margin: 40px auto 80px;
    justify-content: space-between;
  }
  #tab4 .btn-wrap a {
    border-radius: 12px;
    transition: all 0.2s;
  }
  #tab4 .btn-wrap a:hover {
    transform: translateY(2px);
  }
  #tab4 .btn-wrap a {
    overflow: hidden;
    border: 1px solid;
  }
  #tab4 .btn-wrap li:nth-of-type(1) a {
    border-color: #FC755E;
  }
  #tab4 .btn-wrap li:nth-of-type(1) a:not(.no) {
    box-shadow: #FC755E 0 0 8px;
  }
  #tab4 .btn-wrap li:nth-of-type(2) a {
    border-color: #16B7F7;
  }
  #tab4 .btn-wrap li:nth-of-type(2) a:not(.no) {
    box-shadow: #16B7F7 0 0 8px;
  }
  #tab4 .btn-wrap li:nth-of-type(3) a {
    border-color: #5AF806;
  }
  #tab4 .btn-wrap li:nth-of-type(3) a:not(.no) {
    box-shadow: #5AF806 0 0 8px;
  }
  #tab4 .btn-wrap .no {
    filter: none;
    opacity: 0.3;
    pointer-events: none;
  }
  #tab4 section {
    width: 1232px;
    margin: -40px auto 100px;
    padding-top: 40px;
    text-align: justify;
  }
  #tab4 section:nth-of-type(1) p.question {
    color: #FF5C40;
  }
  #tab4 section:nth-of-type(2) p.question {
    color: #12A1DA;
  }
  #tab4 section:nth-of-type(3) p.question {
    color: #2DB81E;
  }
  #tab4 .grid {
    display: grid;
    grid-template-columns: 480px 1fr;
    margin-top: 16px;
  }
  #tab4 .grid .left img:nth-of-type(1) {
    margin-bottom: 8px;
  }
  #tab4 p.question {
    font-size: 18px;
    font-weight: bold;
    margin-top: 48px;
  }
  #tab4 p.question::before {
    content: "──";
  }
  #tab4 p.answer {
    font-size: 20px;
    color: #000;
    margin-top: 8px;
    line-height: 1.8;
    font-weight: 600;
  }
  #tab4 p.answer .name {
    display: inline-block;
    padding: 0 1em 0 0.5em;
    background: #E7D876;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
    margin-right: 0.5em;
    color: #00413F;
    line-height: 1.6;
  }
  #tab5 .tab_tit {
    width: 1080px;
    margin: 0 0 0 290px;
  }
  #tab5 .btn-wrap {
    display: flex;
    width: 1232px;
    height: fit-content;
    margin: 8px auto 0;
    justify-content: space-between;
    position: relative;
    z-index: 10;
  }
  #tab5 .btn-wrap a {
    border-radius: 12px;
    transition: all 0.2s;
  }
  #tab5 .btn-wrap a:hover {
    transform: translateY(2px);
  }
  #tab5 .btn-wrap a {
    overflow: hidden;
    border: 1px solid;
  }
  #tab5 .btn-wrap li:nth-of-type(1) a {
    border-color: #FC755E;
  }
  #tab5 .btn-wrap li:nth-of-type(1) a.is-active {
    box-shadow: #FC755E 0 0 8px;
  }
  #tab5 .btn-wrap li:nth-of-type(2) a {
    border-color: #16B7F7;
  }
  #tab5 .btn-wrap li:nth-of-type(2) a.is-active {
    box-shadow: #16B7F7 0 0 8px;
  }
  #tab5 .btn-wrap li:nth-of-type(3) a {
    border-color: #5AF806;
  }
  #tab5 .btn-wrap li:nth-of-type(3) a.is-active {
    box-shadow: #5AF806 0 0 8px;
  }
  #tab5 .btn-wrap .no {
    filter: none;
    opacity: 0.3;
    pointer-events: none;
  }
  #tab5 .btn-wrap .is-active {
    transform: translateY(8px);
    pointer-events: none;
  }
  #tab5 section {
    width: 1232px;
    margin: -152px auto 100px;
    padding: 200px 76px 0;
    text-align: justify;
    box-sizing: border-box;
    position: relative;
  }
  #tab5 section:nth-of-type(1) p.question {
    color: #FF5C40;
  }
  #tab5 section:nth-of-type(2) p.question {
    color: #12A1DA;
  }
  #tab5 section:nth-of-type(3) p.question {
    color: #2DB81E;
  }
  #tab5 section:not(.is-active) {
    visibility: hidden;
    height: 0;
    margin: 0 auto;
    padding: 0;
    opacity: 0;
    overflow: hidden;
  }
  #tab5 .head {
    position: absolute;
    top: 216px;
    left: 0;
  }
  #tab5 .racer-pic {
    float: left;
    margin: 0 40px 40px -76px;
  }
  #tab5 .racer-pic img:nth-of-type(1) {
    position: relative;
  }
  #tab5 .racer-pic img:nth-of-type(2) {
    position: absolute;
    left: 0;
    z-index: -1;
  }
  #tab5 .head-name {
    position: relative;
    float: right;
    margin: 86px -76px 40px -40px;
  }
  #tab5 .lead {
    float: right;
    margin: -8px -76px 40px 0;
  }
  #tab5 p.question {
    font-size: 18px;
    font-weight: bold;
    margin-top: 48px;
  }
  #tab5 p.question::before {
    content: "──";
  }
  #tab5 p.answer {
    font-size: 20px;
    color: #000;
    margin-top: 8px;
    line-height: 1.8;
    font-weight: 600;
  }
  #tab5 p.answer .name {
    display: inline-block;
    padding: 0 1em 0 0.5em;
    background: #E7D876;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
    margin-right: 0.5em;
    color: #00413F;
    line-height: 1.6;
    min-width: 2em;
    text-align: center;
  }
  #tab5 .pic2 {
    float: right;
    width: 480px;
    height: 320px;
    margin: 0 0 40px 40px;
  }
  #tab5 .clear {
    clear: both;
  }
  /* footer
  ------------------------------------------------------------*/
  .footer {
    background: #006129;
    padding: 3px 0;
    position: relative;
    z-index: 15;
    height: 32px;
  }
  .footer p {
    font-family: "Roboto";
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 13px;
  }
}
/*****************************************************************************************************************************************
    「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
*****************************************************************************************************************************************/
@media only all and (max-width: 750px) {
  .sp_no {
    display: none !important;
  }
  /* header
  ------------------------------------------------------------*/
  .top_link {
    background: #000;
    clip-path: polygon(0 0, 100% 0%, 82% 100%, 0% 100%);
    width: 400px;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 500;
  }
  .top_link a {
    background: url(../images/classic_logo.png) no-repeat center/cover;
    width: 300px;
    height: 60px;
    margin-left: 25px;
    transition: 0.1s;
  }
  /* 上部分
  ------------------------------------------------------------*/
  .top_bg {
    background: url(../images/column_top_bg_sp.png) no-repeat center/cover;
    width: 100%;
    height: 693px;
    padding-top: 80px;
  }
  .tit_wp {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 13px;
    flex-direction: column;
  }
  .tit {
    background: url(../images/column_tit_sp.png) no-repeat center/cover;
    width: 645px;
    height: 288px;
  }
  .btn {
    width: 690px;
    height: 363px;
  }
  .tab_btn:nth-child(1) {
    background: url(../images/column_tab1_sp.svg) no-repeat center/cover;
  }
  .tab_btn:nth-child(2) {
    background: url(../images/column_tab2_sp.svg) no-repeat center/cover;
  }
  .tab_btn:nth-child(3) {
    background: url(../images/column_tab3_sp.svg) no-repeat center/cover;
  }
  .tab_btn:nth-child(4) {
    background: url(../images/column_tab4_sp.svg) no-repeat center/cover;
  }
  .tab_btn:nth-child(5) {
    background: url(../images/column_tab5_sp.svg) no-repeat center/cover;
  }
  .tab_btn.is-active:nth-child(1) {
    background: url(../images/column_tab1_sp_on.svg) no-repeat center/cover;
  }
  .tab_btn.is-active:nth-child(2) {
    background: url(../images/column_tab2_sp_on.svg) no-repeat center/cover;
  }
  .tab_btn.is-active:nth-child(3) {
    background: url(../images/column_tab3_sp_on.svg) no-repeat center/cover;
  }
  .tab_btn.is-active:nth-child(4) {
    background: url(../images/column_tab4_sp_on.svg) no-repeat center/cover;
  }
  .tab_btn.is-active:nth-child(5) {
    background: url(../images/column_tab5_sp_on.svg) no-repeat center/cover;
  }
  /* tabボタン */
  .btn ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
  }
  .tab_btn {
    cursor: pointer;
    width: 340px;
    height: 109px;
    transition: 0.1s;
  }
  /* タブ内容 */
  .tab_panel {
    display: none;
    padding: 0;
  }
  .tab_panel.is-active {
    display: block;
  }
  /* タイトル */
  .tab_title {
    font-size: 24px;
  }
  /* 中
  ------------------------------------------------------------*/
  .tab_contents {
    background: url(../images/column_con_rp.png);
    border-top: solid 10px #8ECB65;
    border-bottom: solid 10px #8ECB65;
    padding: 25px 0 0;
  }
  /* tab1
  ------------------------------------------------------------*/
  .tab1_tit {
    background: url(../images/column_tab1_tit_sp.png) no-repeat center/cover;
    width: 650px;
    height: 326px;
    margin: 0 auto 50px;
  }
  .tab1_lead {
    background: url(../images/column_tab1_lead_sp.png) no-repeat center/cover;
    width: 690px;
    height: 533px;
    margin: 0 auto;
  }
  .tab1_con1 {
    background: url(../images/column_tab1_con1_sp.png) no-repeat center/cover;
    height: 964px;
  }
  .tab1_con2 {
    background: url(../images/column_tab1_con2_sp.png) no-repeat center/cover;
    height: 1117px;
  }
  .tab1_con3 {
    background: url(../images/column_tab1_con3_sp.png) no-repeat center/cover;
    height: 914px;
  }
  .tab1_con4 {
    background: url(../images/column_tab1_con4_sp.png) no-repeat center/cover;
    height: 804px;
  }
  .tab1_con5 {
    background: url(../images/column_tab1_con5_sp.png) no-repeat center/cover;
    height: 1023px;
  }
  .tab1_con6 {
    background: url(../images/column_tab1_con6_sp.png) no-repeat center/cover;
    height: 856px;
  }
  .tab1_con1 span {
    color: #AA00D5;
  }
  .tab1_con2 span {
    color: #00849d;
  }
  .tab1_con3 span {
    color: #FF7307;
  }
  .tab1_con4 span {
    color: #FF4791;
  }
  .tab1_con5 span {
    color: #DD0000;
  }
  .tab1_con6 span {
    color: #0000DC;
  }
  .tab1_con {
    position: relative;
    margin-top: 70px;
  }
  .tab1_con1, .tab1_con2, .tab1_con3, .tab1_con4, .tab1_con5, .tab1_con6 {
    width: 690px;
    margin: 0 auto;
    position: relative;
  }
  .tab1_con ul li {
    list-style: none;
    margin-bottom: 70px;
  }
  .tab1_con ul {
    padding: 0;
  }
  .tab1_con p {
    position: absolute;
    font-size: 28px;
    font-weight: 600;
    width: 650px;
    line-height: 51px;
    top: 480px;
    left: 28px;
  }
  /* tab2以降追加↓
  ------------------------------------------------------------*/
  #tab2 .tab_tit {
    width: fit-content;
    margin: 24px auto 0;
  }
  #tab2 .para {
    width: 690px;
    margin: 0 auto 24px;
    position: relative;
    padding: 120px 0 0;
    background: url(../images/column_tab2_ic-side.svg) no-repeat;
  }
  #tab2 .para:nth-of-type(even) {
    background-position: top 48px left;
  }
  #tab2 .para:nth-of-type(odd) {
    background-position: top 48px right;
  }
  #tab2 .para::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 400px;
    top: 0;
  }
  #tab2 .para:nth-of-type(2)::before {
    background: url(../images/column_tab2_ic1.svg) no-repeat top center/contain;
    right: 0;
  }
  #tab2 .para:nth-of-type(3)::before {
    background: url(../images/column_tab2_ic2.svg) no-repeat top center/contain;
    left: 0;
  }
  #tab2 .para:nth-of-type(4)::before {
    background: url(../images/column_tab2_ic3.svg) no-repeat top center/contain;
    right: 0;
  }
  #tab2 .para p {
    padding: 0 16px;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    line-height: 52px;
    text-align: justify;
    position: relative;
    background-image: radial-gradient(circle, #90D688 2px, transparent 2.2px);
    background-size: 12px 1lh;
    background-position: 0 24px;
  }
  #tab2 {
    padding-bottom: 56px;
  }
  #tab3 .tab_tit {
    width: fit-content;
    margin: -16px auto 0;
    padding-left: 16px;
  }
  #tab3 .right {
    margin: 0 30px;
    border-bottom: 1px solid #3A8956;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  #tab3 .right p {
    padding: 20px 0;
    font-size: 26px;
    line-height: 1.8;
    font-weight: 600;
    text-align: justify;
  }
  #tab3 .right p span {
    font-weight: 900;
    color: #006129;
  }
  #tab3 .right img {
    padding: 8px 0;
  }
  #tab3 .left {
    margin: 0 30px;
  }
  #tab3 .left table {
    width: 100%;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: 48px;
    border-spacing: 0 2px;
    margin-top: 4px;
  }
  #tab3 .left table tr {
    background: #C7EAC3;
  }
  #tab3 .left table tr:nth-of-type(odd) {
    background: #DBF1DA;
  }
  #tab3 .left table td:first-of-type {
    background: #3A8956;
    color: #fff;
    width: 104px;
  }
  #tab3 .left table td:not(:first-of-type):not(:last-of-type) {
    position: relative;
  }
  #tab3 .left table td:not(:first-of-type):not(:last-of-type)::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: calc(100% - 16px);
    background: rgba(255, 255, 255, 0.5333333333);
    top: 8px;
    right: 0;
  }
  #tab3 .left table td span {
    font-weight: 900;
    color: #006129;
  }
  #tab3 .left table tr.head {
    background: none;
    font-size: 24px;
    line-height: 40px;
  }
  #tab3 .left table tr.head th {
    border-bottom: 2px solid transparent;
  }
  #tab3 .left table tr.head th span {
    display: block;
    border-bottom: 1px solid #3A8956;
  }
  #tab3 .left p.note {
    width: fit-content;
    margin-left: auto;
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 48px;
  }
  #tab4 .tab_tit {
    width: fit-content;
    margin: -16px auto 0;
    padding-left: 16px;
  }
  #tab4 .lead {
    margin: 40px auto;
    width: fit-content;
  }
  #tab4 .btn-wrap {
    display: flex;
    width: 690px;
    height: fit-content;
    margin: 40px auto;
    justify-content: space-between;
  }
  #tab4 .btn-wrap a {
    border-radius: 12px;
    transition: all 0.2s;
    overflow: hidden;
    border: 1px solid;
  }
  #tab4 .btn-wrap li:nth-of-type(1) a {
    border-color: #FC755E;
  }
  #tab4 .btn-wrap li:nth-of-type(1) a:not(.no) {
    box-shadow: #FC755E 0 0 8px;
  }
  #tab4 .btn-wrap li:nth-of-type(2) a {
    border-color: #16B7F7;
  }
  #tab4 .btn-wrap li:nth-of-type(2) a:not(.no) {
    box-shadow: #16B7F7 0 0 8px;
  }
  #tab4 .btn-wrap li:nth-of-type(3) a {
    border-color: #5AF806;
  }
  #tab4 .btn-wrap li:nth-of-type(3) a:not(.no) {
    box-shadow: #5AF806 0 0 8px;
  }
  #tab4 .btn-wrap .no {
    filter: none;
    opacity: 0.3;
    pointer-events: none;
  }
  #tab4 section {
    width: 690px;
    margin: -120px auto 80px;
    padding-top: 120px;
    text-align: justify;
  }
  #tab4 section:nth-of-type(1) p.question {
    color: #FF5C40;
  }
  #tab4 section:nth-of-type(2) p.question {
    color: #12A1DA;
  }
  #tab4 section:nth-of-type(3) p.question {
    color: #2DB81E;
  }
  #tab4 .head {
    width: 100%;
    height: 56px;
    overflow: hidden;
  }
  #tab4 .head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #tab4 img.name {
    margin: 20px 0;
  }
  #tab4 p.question {
    font-size: 26px;
    font-weight: bold;
    margin-top: 48px;
  }
  #tab4 p.question::before {
    content: "──";
  }
  #tab4 p.answer {
    font-size: 28px;
    color: #000;
    margin-top: 8px;
    line-height: 1.8;
    font-weight: 600;
  }
  #tab4 p.answer .name {
    display: inline-block;
    padding: 0 1em 0 0.5em;
    background: #E7D876;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
    margin-right: 0.5em;
    color: #00413F;
    line-height: 1.6;
  }
  #tab5 .tab_tit {
    width: fit-content;
    margin: -16px auto 0;
    padding-left: 16px;
  }
  #tab5 .btn-wrap {
    display: flex;
    width: 690px;
    height: fit-content;
    margin: 40px auto 0;
    justify-content: space-between;
    position: relative;
    z-index: 10;
  }
  #tab5 .btn-wrap a {
    border-radius: 12px;
    transition: all 0.2s;
    overflow: hidden;
    border: 1px solid;
  }
  #tab5 .btn-wrap li:nth-of-type(1) a {
    border-color: #FC755E;
  }
  #tab5 .btn-wrap li:nth-of-type(1) a.is-active {
    box-shadow: #FC755E 0 0 8px;
  }
  #tab5 .btn-wrap li:nth-of-type(2) a {
    border-color: #16B7F7;
  }
  #tab5 .btn-wrap li:nth-of-type(2) a.is-active {
    box-shadow: #16B7F7 0 0 8px;
  }
  #tab5 .btn-wrap li:nth-of-type(3) a {
    border-color: #5AF806;
  }
  #tab5 .btn-wrap li:nth-of-type(3) a.is-active {
    box-shadow: #5AF806 0 0 8px;
  }
  #tab5 .btn-wrap .no {
    filter: none;
    opacity: 0.3;
    pointer-events: none;
  }
  #tab5 .btn-wrap .is-active {
    transform: translateY(8px);
    pointer-events: none;
  }
  #tab5 section {
    width: 690px;
    margin: -280px auto 80px;
    padding-top: 320px;
    text-align: justify;
    position: relative;
  }
  #tab5 section:nth-of-type(1) p.question {
    color: #FF5C40;
  }
  #tab5 section:nth-of-type(2) p.question {
    color: #12A1DA;
  }
  #tab5 section:nth-of-type(3) p.question {
    color: #2DB81E;
  }
  #tab5 section:not(.is-active) {
    visibility: hidden;
    height: 0;
    margin: 0 auto;
    padding: 0;
    opacity: 0;
    overflow: hidden;
  }
  #tab5 .head {
    width: 750px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: 344px;
    left: -30px;
  }
  #tab5 .head img {
    width: 1235px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: -120px;
  }
  #tab5 .racer-pic {
    width: 512px;
    height: 480px;
    margin: 0 0 0 -174px;
  }
  #tab5 .racer-pic img:nth-of-type(1) {
    position: relative;
  }
  #tab5 .racer-pic img:nth-of-type(2) {
    position: absolute;
    left: -174px;
    z-index: -1;
  }
  #tab5 .head-name {
    position: absolute;
    top: 420px;
    right: -30px;
    width: 464px;
    height: 120px;
    overflow: hidden;
  }
  #tab5 .lead {
    position: absolute;
    top: 535px;
    right: -30px;
  }
  #tab5 p.question {
    font-size: 26px;
    font-weight: bold;
    margin-top: 48px;
  }
  #tab5 p.question::before {
    content: "──";
  }
  #tab5 p.answer {
    font-size: 28px;
    color: #000;
    margin-top: 8px;
    line-height: 1.8;
    font-weight: 600;
  }
  #tab5 p.answer .name {
    display: inline-block;
    padding: 0 1em 0 0.5em;
    background: #E7D876;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
    margin-right: 0.5em;
    color: #00413F;
    line-height: 1.6;
    min-width: 2em;
    text-align: center;
  }
  #tab5 .pic2 {
    margin: 48px 48px 0;
  }
  #tab5 .clear {
    clear: both;
  }
  /* footer
  ------------------------------------------------------------*/
  .footer {
    background: #006129;
    padding: 3px 0;
    position: relative;
    z-index: 15;
    height: 48px;
  }
  .footer p {
    font-family: "Roboto";
    color: #fff;
    text-align: center;
    line-height: 3px;
    font-size: 24px;
    line-height: 48px;
  }
}/*# sourceMappingURL=column.css.map */