@charset "UTF-8";
/*------------------------------------------------------------
Header new
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/* breakpoint
-------------------------------------------*/
@font-face {
  font-family: "Tsukushi";
  src: url(/assets/font/TsukushiAMaruGothic.ttc) format("truetype");
  font-style: normal;
  font-weight: 400;
}
.l-inner {
  max-width: 1134px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .l-inner {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1060px) {
  .l-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 360px) {
  .l-inner {
    padding: 0 15px;
  }
}

/*
------------------------------------------------------------*/
.c-form1__input {
  width: 823px;
  height: 50px;
  line-height: 30px;
  background-image: url(/assets_top/img/common/png_04.png);
  background-repeat: no-repeat;
  background-position: 20px;
  padding-left: 60px;
  float: left;
  font-size: 14px;
  font-weight: 700;
  color: #999;
  letter-spacing: 0.1em;
  appearance: none;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
@media screen and (max-width: 767px) {
  .c-form1__input {
    width: calc(100% - 99px);
    background: 0 0;
    padding-left: 10px;
    height: 47px;
    font-size: 12px;
  }
}
.c-form1__submit {
  float: left;
  width: 99px;
  height: 50px;
  cursor: pointer;
  background: url(/image/common-new/icon03_sp.jpg);
  background-size: 99px 50px;
  border: none;
  text-indent: -99999px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
@media screen and (max-width: 767px) {
  .c-form1__submit {
    width: 99px;
    height: 47px;
    background: url(/image/common-new/icon03_sp.jpg);
    background-size: 99px 47px;
  }
}

/*
------------------------------------------------------------*/
.c-breadcrumnew {
  position: relative;
  background-color: #f2f2f2;
  z-index: 2;
}
.c-breadcrumnew__list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-breadcrumnew__list {
    flex-wrap: wrap;
  }
}
.c-breadcrumnew__item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  box-sizing: border-box;
}
.c-breadcrumnew__item:not(:last-child):after {
  content: "＞";
  margin: 0 9px;
  font-size: 11px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-breadcrumnew__item:not(:last-child):after {
    font-size: 8px;
  }
}
.c-breadcrumnew__link {
  font-size: 11px;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-breadcrumnew__link {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-breadcrumnew__link:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
  }
}

/*
------------------------------------------------------------*/
.c-breadcrumb1 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 17px;
  padding-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb1 {
    padding-bottom: 8px;
  }
}
.c-breadcrumb1.style1 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb1.style1 {
    margin-bottom: 20px;
  }
}
.c-breadcrumb1.style1 .c-breadcrumb1__item {
  font-size: 12px;
  font-weight: 400;
}
.c-breadcrumb1.style1 .c-breadcrumb1__item > a {
  color: #848484;
}
.c-breadcrumb1__item {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb1__item {
    font-size: 12px;
    line-height: 1.4;
  }
}
.c-breadcrumb1__item:last-child:after {
  display: none;
}
.c-breadcrumb1__item::after {
  content: "＞";
  color: #727171;
  margin: 0 7px;
  font-size: 14px;
  text-decoration: none !important;
  font-family: "Noto Sans Japanese", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb1__item::after {
    font-size: 12px;
  }
}
.c-breadcrumb1__item > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #727171;
}
.c-breadcrumb1__item > a:hover {
  text-decoration: underline;
}
.c-breadcrumb1__item > span {
  color: #727171;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb1__item > span {
    letter-spacing: 0;
  }
}

/*
------------------------------------------------------------*/
.c-headernew {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1000px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-headernew {
    min-width: 0;
    background-color: #f2f2f2;
  }
  .c-headernew.is-open::before {
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
  }
}
.c-headernew.hidden {
  pointer-events: none;
  background-color: transparent;
  top: -110px;
}
@media screen and (max-width: 767px) {
  .c-headernew.hidden {
    top: -73px;
  }
}
.c-headernew.hidden .c-headernew__top {
  transition-delay: 0s !important;
  opacity: 0 !important;
}
.c-headernew.hidden .c-headernew__top__list {
  transition-delay: 0s !important;
  opacity: 0 !important;
  transform: translate(0, -30px) !important;
}
.c-headernew.hidden .c-headernew__bottom {
  opacity: 0;
  transform: translate(0, -30px) !important;
}
.c-headernew__top {
  background-color: #cc3333;
  opacity: 1;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .c-headernew__top {
    display: none;
  }
}
.c-headernew__top__list {
  display: flex;
  justify-content: flex-end;
  opacity: 1;
  transition: 0.6s;
}
.c-headernew__top__item {
  padding: 7px 18px 7px 15px;
  box-sizing: border-box;
}
.c-headernew__top__item:not(:first-child) {
  position: relative;
}
.c-headernew__top__item:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-headernew__top__item:last-child {
  padding-right: 0;
}
.c-headernew__top__link {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.45;
  transition: 0.3s ease-in-out;
}
.c-headernew__top__link.icon {
  position: relative;
  padding-right: 16px;
}
.c-headernew__top__link.icon::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  background: url(/image/common-new/icon_blank.svg);
  background-size: 11px 11px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-headernew__top__link:hover {
    color: #fff !important;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
  }
}
.c-headernew__bottom {
  border-bottom: 1px solid #ccc;
  opacity: 1;
  transition: 0.6s;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-headernew__bottom {
    border-bottom: none;
  }
}
.c-headernew__bottom > .l-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-headernew__bottom > .l-inner {
    padding: 0;
  }
}
.c-headernew__logo {
  transition: 0.6s;
  position: relative;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-headernew__logo {
    width: 180px;
  }
}
.c-headernew__logo img {
  width: 174px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .c-headernew__logo img {
    width: 100%;
    height: 100%;
  }
}
.c-headernew__logo a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.c-headernew__menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-headernew__menu {
    display: block;
    position: absolute;
    z-index: 104;
    width: 32px;
    padding: 6px 17px 0;
    box-sizing: content-box;
    transform: translateZ(0);
    border: 0;
    outline: 0;
    top: 0;
    right: 0;
    background-color: transparent;
  }
  .c-headernew__menu__icon, .c-headernew__menu__icon::before, .c-headernew__menu__icon::after {
    width: 100%;
    height: 2px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #222;
  }
  .c-headernew__menu__icon {
    position: relative;
    display: block;
    margin-top: 26px;
    margin-bottom: 12px;
  }
  .c-headernew__menu__icon::before, .c-headernew__menu__icon::after {
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
  }
  .c-headernew__menu__icon::after {
    top: 8px;
  }
  .c-headernew__menu__txt {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    line-height: 1;
    letter-spacing: -0.6px;
    white-space: nowrap;
  }
  .c-headernew__menu.is-open .c-headernew__menu__icon,
.c-headernew__menu.is-open .c-headernew__menu__icon::before,
.c-headernew__menu.is-open .c-headernew__menu__icon::after {
    top: 0;
  }
  .c-headernew__menu.is-open .c-headernew__menu__icon {
    background-color: transparent;
  }
  .c-headernew__menu.is-open .c-headernew__menu__icon::before {
    transform: rotate(45deg);
  }
  .c-headernew__menu.is-open .c-headernew__menu__icon::after {
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .c-headernew__box {
    width: 100%;
    padding: 15px 19px 13px;
    background: #000;
    border-bottom: 1px solid #cc3333;
    background: #fff;
    position: relative;
    z-index: 2;
  }
}

/*
------------------------------------------------------------*/
.c-navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-navi {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
  }
  .c-navi.is-open {
    transform: translateY(0);
  }
}
.c-navi__box {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  transition: opacity linear 0.2s, visibility linear 0.2s;
}
@media screen and (max-width: 767px) {
  .c-navi__box {
    position: relative;
    top: 0;
    padding: 0 10px;
  }
}
.c-navi__box.is-active {
  z-index: 2;
}
.c-navi__box .l-inner {
  padding-bottom: 45px;
  border-top: 1px solid #cc0000;
  margin-top: 21px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-navi__box .l-inner {
    padding: 0;
    margin-top: 0;
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .c-navi__box.nav-search {
    display: block !important;
    transition: 0s !important;
    height: auto !important;
    padding: 10px 10px 16px 0;
    width: 100%;
    border-top: none;
  }
}
.c-navi__box.nav-search .l-inner {
  padding: 30px 0 200px;
}
@media screen and (max-width: 767px) {
  .c-navi__box.nav-search .l-inner {
    padding: 0;
  }
}
.c-navi__child {
  padding: 0 16px;
  box-sizing: border-box;
}
.c-navi__child:last-child {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .c-navi__child {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #ccc;
  }
  .c-navi__child.is-active .c-navi__arrow::before {
    transform: rotate(225deg);
    transform-origin: center;
  }
  .c-navi__child.is-active .c-navi__box {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-navi__child:hover .c-navi__box {
    display: block !important;
  }
  .c-navi__child:hover .c-navi__ttl::after {
    opacity: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-navi__child.search {
    display: flex;
    align-items: center;
    border-bottom: none;
  }
}
.c-navi__global {
  display: flex;
  justify-content: space-between;
  background-color: #F0F0F0;
  padding: 18px 20px 18px 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 360px) {
  .c-navi__global {
    padding: 18px 10px 18px 8px;
  }
}
.c-navi__global__item {
  border-left: 1px solid #666;
  padding: 0 20px 0 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 360px) {
  .c-navi__global__item {
    padding: 0 10px 0 8px;
  }
}
.c-navi__global__item:last-child {
  padding-right: 0;
}
.c-navi__global__link {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #666;
  text-decoration: none;
}
.c-navi__global__link.icon-blank::after {
  display: inline-block;
  content: "";
  background: url(/image/common-new/icon_blank_sp.svg);
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 5px;
}
.c-navi__title {
  padding: 20px 0 17px 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .c-navi__title {
    display: none;
  }
}
.c-navi__title a {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  letter-spacing: 2px;
  position: relative;
  padding-left: 30px;
  text-decoration: none;
}
.c-navi__title a::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/image/common-new/icon_arrow_top.svg);
  background-size: 20px 20px;
}
.c-navi__close {
  position: absolute;
  top: 20px;
  right: 17px;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-navi__close {
    display: none;
  }
}
.c-navi__close::before {
  content: "";
  width: 1px;
  height: 40px;
  background: #cc0000;
  transform: rotate(45deg);
  position: absolute;
  top: -4px;
  left: 14px;
}
.c-navi__close::after {
  content: "";
  width: 1px;
  height: 40px;
  background: #cc0000;
  transform: rotate(-45deg);
  position: absolute;
  top: -4px;
  left: 14px;
}
.c-navi__arrow {
  width: 50px;
  height: 50px;
  position: relative;
  text-align: right;
}
.c-navi__arrow::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #cc3333;
  border-right: 1px solid #cc3333;
  transform: rotate(45deg);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease;
}
.c-navi__arrow.is-active::before {
  transform: rotate(225deg);
  transform-origin: center;
}
.c-navi__ttl {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 700;
  color: #000;
  padding: 37px 0 22px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-navi__ttl {
    font-size: 14px;
    padding: 0;
    display: flex;
  }
}
.c-navi__ttl::after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background-color: #cc0000;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-navi__ttl::after {
    display: none;
  }
}
.c-navi__ttl.is-active::after {
  opacity: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-navi__ttl.is-active::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-navi__ttl.is-active::before {
    transform: rotate(225deg);
    transform-origin: center;
  }
}
.c-navi__ttl.is-current::after {
  opacity: 1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-navi__ttl.is-current::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-navi__ttl.search {
    color: #fff;
    padding-left: 20px;
  }
}
.c-navi__ttl.search span {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-navi__ttl.search span {
    padding-left: 0;
  }
}
.c-navi__ttl.search span::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(/image/common-new/icon_search.svg);
  background-size: 16px 16px;
  left: -3px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-navi__ttl.search span::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -17px;
  background-color: #ccc;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .c-navi__ttl.search span::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-navi__ttl.search::before {
    display: none;
  }
}
.c-navi__ttl > a {
  text-decoration: none;
  color: #000;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-navi__ttl > a {
    flex-basis: 0;
    flex-grow: 1;
    padding: 18px 10px 18px 20px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .c-navi__ttl > a:hover {
    color: #000 !important;
    opacity: 0.8;
  }
}
.c-navi__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px 40px;
}
@media screen and (max-width: 767px) {
  .c-navi__list {
    margin: 0;
  }
}
.c-navi__item {
  width: 33.3333333333%;
  padding: 0 30px 0;
  box-sizing: border-box;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-navi__item {
    width: 100%;
    padding: 10px 0 10px 18px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
  }
  .c-navi__item:last-child {
    border-bottom: none;
  }
  .c-navi__item:first-child {
    border-top: 1px solid #cc0000;
  }
}
.c-navi__link {
  width: 100%;
  height: 100%;
  display: flex;
  text-decoration: none;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-navi__link:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
  }
}
.c-navi__img {
  width: 88px;
  flex-shrink: 0;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .c-navi__img {
    display: none;
  }
}
.c-navi__wrap {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-navi__wrap {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.c-navi__list02 {
  display: flex;
  padding-top: 18px;
  padding-left: 4px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-navi__list02 {
    border-top: none;
    flex-wrap: wrap;
    padding-top: 0;
    display: none;
  }
}
.c-navi__list03 {
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .c-navi__list03 {
    margin-left: 0;
    border-top: 1px solid #cc0000;
  }
}
.c-navi__item02 {
  width: 163px;
}
@media screen and (max-width: 767px) {
  .c-navi__item02 {
    width: 100%;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #ccc;
  }
  .c-navi__item02:last-child {
    border-bottom: none;
  }
}
.c-navi__item02:not(:first-child) {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-navi__item02:not(:first-child) {
    margin-left: 0;
  }
}
.c-navi__item02 .c-navi__txt2 {
  font-size: 12px;
  white-space: nowrap;
}
.c-navi__link2 {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-navi__link2:hover {
    opacity: 0.8;
  }
}
.c-navi__img2 {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-navi__img2 {
    display: none;
  }
}
.c-navi__img2 img {
  width: 100%;
}
.c-navi__txt {
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .c-navi__txt {
    font-size: 12px;
  }
}
.c-navi__txt::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/image/common-new/icon_arrow_sigle.svg);
  background-size: 10px 10px;
}
.c-navi__txt2 {
  font-size: 14px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  padding-left: 16px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-navi__txt2 {
    font-size: 12px;
    padding-left: 20px;
  }
}
.c-navi__txt2::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/image/common-new/icon_arrow_sigle.svg);
  background-size: 8px 8px;
}
@media screen and (max-width: 767px) {
  .c-navi__txt2::before {
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-navi__txt2:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
  }
}
.c-navi__txt3 {
  font-size: 18px;
  color: #000;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-navi__txt3 {
    font-size: 12px;
  }
}
.c-navi__txt3::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/image/common-new/icon_arrow_sigle.svg);
  background-size: 10px 10px;
}
.c-navi__txt3 > a {
  text-decoration: none;
  color: #000;
}
.c-navi__out {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-navi__out {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .c-navi__sub:first-child {
    border-bottom: 1px solid #ccc;
  }
}
.c-navi__sub__item {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-navi__sub__item {
    padding: 10px 0 10px 18px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
  }
  .c-navi__sub__item:last-child {
    border-bottom: none;
  }
}
.c-navi__sub__wrap {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-navi__sub__wrap {
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.c-navi__sub__wrap.style1 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-navi__sub__wrap.style1 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.c-navi__sub__wrap.border-new {
  border-left: 1px solid #ccc;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .c-navi__sub__wrap.border-new {
    padding-left: 0;
    border-left: none;
  }
}
.c-navi__sub:not(:first-child) {
  margin-left: 38px;
}
@media screen and (max-width: 767px) {
  .c-navi__sub:not(:first-child) {
    margin-left: 0;
  }
}
.c-navi__sub.mg2 {
  margin-left: 88px;
}
@media screen and (max-width: 767px) {
  .c-navi__sub.mg2 {
    margin-left: 0;
    border-bottom: none;
  }
}
.c-navi__sub__box.mg2 {
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .c-navi__sub__box.mg2 {
    margin-left: 0;
  }
  .c-navi__sub__box.mg2 .c-navi__sub {
    border-bottom: none;
  }
}
.c-navi__sub.w-100 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-navi__sub.w-100 {
    flex-wrap: wrap;
    flex-direction: column;
    border-top: none;
    border-bottom: none;
  }
}
.c-navi__sub.w-100 .c-navi__sub__item {
  margin-bottom: 0;
}
.c-navi__sub.w-100 .c-navi__sub__item:not(:first-child) {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .c-navi__sub.w-100 .c-navi__sub__item:not(:first-child) {
    margin-left: 0;
  }
}

/*
------------------------------------------------------------*/
.c-list0 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-list0 {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  .c-list0__btn {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.c-list0__item {
  width: 182px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .c-list0__item {
    width: 100%;
    height: 43px;
  }
}
.c-list0__item + .c-list0__item {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-list0__item + .c-list0__item {
    height: 52px;
  }
}
.c-list0__link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e10012;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  height: 100%;
}
.c-list0__link.color1 {
  background-color: #993333;
}
.c-list0__link .load {
  letter-spacing: 2.4px;
  font-style: initial;
}
.c-list0__link .down {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-list0__link .down {
    font-size: 14px;
  }
}
.c-list0__txt {
  font-size: 17px;
  font-weight: 300;
  position: relative;
  padding-left: 38px;
}
@media screen and (max-width: 767px) {
  .c-list0__txt {
    font-size: 20px;
  }
}
.c-list0__txt::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/product/gje33/icon_down.svg);
  width: 22px;
  height: 23px;
  background-size: 22px 23px;
}
@media screen and (max-width: 767px) {
  .c-list0__txt::before {
    left: -4px;
    width: 26px;
    height: 27px;
    background-size: 26px 27px;
  }
}
.c-list0__txt.icon2 {
  letter-spacing: 0.5px;
  padding-left: 37px;
  left: -14px;
}
.c-list0__txt.icon2::before {
  background: url(../image/product/gje33/icon_b.svg);
  width: 20px;
  height: 21px;
  background-size: 20px 21px;
}