/* breakpoint
-------------------------------------------*/
/*------------------------------------------------------------
v6120a-8
------------------------------------------------------------*/
.drawer-hamburger1 {
  display: none;
}
@media screen and (max-width: 767px) {
  .drawer-hamburger1 {
    display: block;
  }
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-navi1 {
    padding: 0 10px 20px 10px;
  }
}

/*
------------------------------------------------------------*/
.c-navi2 a {
  text-align: center;
}

/*
------------------------------------------------------------*/
.u-border {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .u-border {
    margin-bottom: 30px;
  }
}
.u-border::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #ccc;
}

/*
------------------------------------------------------------*/
.c-content01.mgb-25 {
  margin-bottom: 25px;
}
.c-content01 + .c-content01 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-content01 + .c-content01 {
    margin-top: 20px;
  }
}
.c-content01.style1 {
  display: flex;
}

/*
------------------------------------------------------------*/
.c-ttl01 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  color: #3E3A39;
  margin-top: 17px;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom: 5px;
    letter-spacing: 0.05rem;
  }
}
.c-ttl01.style1 {
  margin-top: 0;
}
.c-ttl01.style2 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-ttl01.style2 {
    margin-bottom: 15px;
  }
}
.c-ttl01.style3 {
  position: relative;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
.c-ttl01.style3::before {
  background-color: #3E3A39;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl01.style3::before {
    width: 14px;
    height: 14px;
    top: 7px;
  }
}

/*
------------------------------------------------------------*/
.c-des01 {
  font-size: 1.7rem;
  color: #4A4A4A;
  line-height: 26px;
  letter-spacing: 0.18rem;
}
@media screen and (max-width: 767px) {
  .c-des01 {
    font-size: 1.4rem;
    line-height: 21px;
  }
}
.c-des01.mgb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-des01.mgb-20 {
    margin-bottom: 10px;
  }
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-title2 h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-text001-1 {
    margin-bottom: 30px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -0.02rem;
  }
}

/*
------------------------------------------------------------*/
.c-list01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .c-list01 {
    margin: 0;
  }
}
.c-list01__item {
  padding: 0 8px;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-list01__item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.c-list01__item.w-100 {
  width: 100%;
}
.c-list01__item.mgb-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-list01__item.mgb-30 {
    margin-bottom: 20px;
  }
}

/*
------------------------------------------------------------*/
.c-list02 {
  display: flex;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-list02 {
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
}
.c-list02__item:not(:first-child) {
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .c-list02__item:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-list02__item {
    width: 50%;
  }
}

/*
------------------------------------------------------------*/
.c-table1 {
  border-collapse: collapse;
  width: 100%;
  border: 3px solid #211815;
}
@media screen and (max-width: 767px) {
  .c-table1 {
    width: 450px;
  }
  .c-table1__scroll {
    width: 100%;
    display: block;
    overflow-x: scroll;
  }
}
.c-table1 td,
.c-table1 th {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  color: #211815;
  padding: 12px 8px 12px;
  box-sizing: border-box;
  border: 1px solid #211815;
}
@media screen and (max-width: 767px) {
  .c-table1 td,
.c-table1 th {
    font-size: 1.2rem;
    line-height: 2;
    padding: 7px;
  }
}
.c-table1 th {
  text-align: center;
}
.c-table1 th.col1 {
  width: 42.7%;
}
.c-table1 th.col2 {
  width: 8.7%;
}
.c-table1 th.col3 {
  width: 31.1%;
}
.c-table1 tr {
  width: 100%;
}
.c-table1 tr td:nth-child(2), .c-table1 tr td:nth-child(4), .c-table1 tr td:nth-child(5) {
  text-align: center;
}

/*
------------------------------------------------------------*/
.c-btnv01.mt120 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .c-btnv01.mt120 {
    margin-top: 60px;
  }
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-v6120a-9 {
    margin-top: 30px;
  }
}