@charset "UTF-8";

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #2f2f2f;
}

/* テキスト選択禁止 */
body, html {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* 画像のドラッグ禁止 */
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: none; /* 右クリック無効も兼ねる */
}


.width {
    max-width: 1024px;
    margin: 0 auto;
}

.width100 {
    width: 100%;
}

.width90 {
    width: 90%;
    margin: 0 auto;
}

h1 {
    font-size: 40px;
    line-height: 1;
    padding: 0px 0px 0px 24px;
    font-family: Times New Roman,Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: left;
    color: #fff;
}

h2 {
    font-size: 28px;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

h3 {
    font-size: 17px;
    margin: 10px 0;
    font-weight: 600;
    color: #333;
}


p {
    font-size: 14px;
    margin: 0;
}

a {
    text-decoration: none;
    color: #fff;
}

table {
    border-spacing: 0px;
    table-layout: fixed;
    border-collapse: collapse;
}

.table_bt {
    border-bottom: 1px solid #4F6457;
}

td {
    padding: 10px 30px;
}

.td_c:nth-child(even) {
  background-color: #fff;
}

.td_c:nth-child(odd) {
  background-color: #f2e9e185;
}

.sticky {
    padding: 10px 0px ;
    border-bottom: 1px solid #000;
    position: sticky;
    top: 0;
    left: 0;
    border-top: none;
    color: #fff;
    z-index: 2;
}

.bc_table {
    background-color: #335f53;
    z-index: 2;
    position: sticky;
    top: 0;
}

.more-rows {
  display: none;
}

.more-rows_sp {
  display: none;
}


.center {
    text-align: center;
}

.d_flex {
    display: flex;
}

.archive_text p {
    padding: 15px;
    background-color: #adb567;
    color: #fff;
}

.p_tb p , .p_tb h3 {
    padding-left: 20px;
}

.bc_key{
    width: 100%;
}

.m_a {
    margin: auto;
}

.m_b80 {
    margin-bottom: 80px;
}

.m_b24 {
    margin-bottom: 24px;
}

.m_t12 {
    margin-top: 12px;
}

.m_b12 {
    margin-bottom: 12px;
}


.m_l24 {
    margin-left: 24px;
}

.p_t56 {
    padding: 56px 0px;
}

.p_t64 {
    padding-top: 64px;
}

.but input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin:24px 0px;
    padding: 8px;
    border-radius: 5px;
    background-color: #456a59;
    color: #fff;
    font-size: 1em;
}

.but::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    content: '';
}
    
.m_ra {
    margin: 0px 0px 0px auto;
    }

.m_a0 {
    margin: auto 0px;
}

.m_rl20 {
    margin: 0px 20px;
}

.m_b24_0 {
    margin: 0px 0px 24px 0px;
}

.m_t64 {
    margin-top: 64px;
}

.m_t88 {
    margin-top: 88px;
}

.m_t0 {
    margin-top: 0px;
}


.nav {
    display: flex;
    justify-content: right;
    padding: 24px;
}

.nav li {
    margin-left: 24px;
    list-style: none;
}

.contact_th {
    text-align: left;
    padding-left: 10px;
}

textarea,input {
    width: 100%;
    padding: 5px;
}

.red {
    color: red;
}

.archive_bt {
    width: 20%;
    padding: 8px;
    border-radius: 5px;
    background-color: #959b60;
    color: #fff;
}

.archive_bt::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
}

.bc_nv {
    background-color: #456a59;
    border-bottom: 8px double #fff;
}

.bc_iv {
    background-color: #f2e9e185;
}



.box_w {
    padding: 2em;
    position: relative;
    border: 8px solid #b1e0e2;
    z-index: 0;
}

.box_w::before {
    background-color: #da7669;
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: -8px;
    width: 8px;
    height: 8px;
    z-index: 1;
}

.font20 {
    font-size: 20px;
}

.footer_bc {
    color: #fff;
    padding: 10px 0px;
    background-color: #456a59;
}

.caution {
    font-size: 12px;
}



@media only screen and (max-width: 480px) {
    
    .width {
        width: 90%;
    }
    
    h1 {
        padding: 0px 0px 0px 12px;
    }
    
    h2 {
        font-size:30px;
    }
    
    .nav {
     padding-left: 0px;
     display: block;
    }
    
    /**/
/* overlay-styles.css */
.hamburger-overlay {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #00293c;
  transition: all .6s;
}

.hamburger-overlay__line:nth-of-type(1) { top: 14px; }
.hamburger-overlay__line:nth-of-type(2) { top: 23px; }
.hamburger-overlay__line:nth-of-type(3) { top: 32px; }

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #fff;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #e6b0aafa;
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 900;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.nav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
}

.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-overlay.active:nth-child(1) { transition-delay: 0.1s; }
.nav-overlay.active:nth-child(2) { transition-delay: 0.2s; }
.nav-overlay.active:nth-child(3) { transition-delay: 0.3s; }
.nav-overlay.active:nth-child(4) { transition-delay: 0.4s; }

.nav-overlay__link {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: color .3s;
}

.nav-overlay__link:hover {
  color: #4a90e2;
}

section .d_flex {
        display: block;
    }

.m_b24_0 {
    margin: 12px 0px;
}
    
.box_w {
    padding: 32px 0px
}
    
.p_08 {
    padding: 0px 8px;
}
    
table.row th,table.row td,table.sp_archive th,table.sp_archive td {
  display:block;
  padding-left: 0px;
}

table.row td {
    padding: 10px 10px 10px 0px;
}
    
textarea,input {
    padding: 10px 5px;
}
 
.pc_archive {
    display: none;
}
    
table.sp_archive th {
  display:block;
  background-color: #1E656D;
  color: #fff;
  padding: 10px 0px;
}
    
table.sp_archive td {
  display:flex;
  padding: 5px 0px;
  justify-content: center;
}
    
.archive_bt {
    width: 80%;
    margin-top: 24px;
    font-size: 1em;
}
    
.m_rl20 {
    margin: 0px;
}
.m_l8 {
    margin-left: 8px;
}
    
.m_l24 {
    margin: 0px 8px;
}


    
    
}


@media screen and (min-width: 481px) and (max-width: 1000px) {    
 
    .width {
        width: 90%;
    }
    
    h1 {
        padding: 0px 0px 0px 12px;
    }
    
    h2 {
        font-size:30px;
    }
    p {
    font-size: 1em;
    }
    
    .hamburger-overlay {
        display: none;
    }
    
    
section .d_flex {
        display: block;
    }

.m_b24_0 {
    margin: 12px 0px;
}
    
.box_w {
    padding: 32px 0px
}
    
.p_08 {
    padding: 0px 8px;
}
    
table.row th,table.row td,table.sp_archive th {
  display:block;
  padding-left: 0px;
}

table.row td {
    padding: 10px 10px 10px 0px;
}
    
textarea,input {
    padding: 10px 5px;
}
 
    
.m_rl20 {
    margin: 0px;
}
.m_l8 {
    margin-left: 8px;
}

.sp_archive {
    display: none;
}
    
 .archive_bt {
    width: 80%;
    margin-top: 24px;
    font-size: 1em;
}

  
}


@media only screen and (min-width: 481px) {
.sp_archive {
    display: none;
}
    
    .hamburger-overlay {
        display: none;
    }
}