.tag_menu_box {
  width: 100%;
  height: 80px;
  background: #d5e2f5;
  margin-bottom: 2.1em;
}
@media all and (max-width: 767px) {
  .tag_menu_box {
    height: 60px;
    margin-bottom: 0.8em;
  }
}
.tag_menu_box .item_Menu {
  margin: 0 54px;
}
@media all and (max-width: 767px) {
  .tag_menu_box .item_Menu {
    margin: 0 40px;
  }
}
.tag_menu_box .item_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tag_menu_box .item_menu_list li {
  position: relative;
  min-width: 292px;
  width: auto;
  height: 80px;
  -webkit-transition: backgroundColor 0.75s;
  transition: backgroundColor 0.75s;
  padding: 0 16px;
  margin-left: -1px;
}
@media all and (max-width: 767px) {
  .tag_menu_box .item_menu_list li {
    min-width: 180px;
    height: 60px;
    padding: 0 10px;
  }
}
.tag_menu_box .item_menu_list li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: #557fbf;
}
.tag_menu_box .item_menu_list li:last-child::after {
  content: none;
}
@media all and (min-width: 769px) {
  .tag_menu_box .item_menu_list li:hover {
    background-color: #557fbf;
  }
  .tag_menu_box .item_menu_list li:hover .txt {
    color: #fff;
  }
}
.tag_menu_box .item_menu_list li.active {
  background-color: #557fbf;
}
.tag_menu_box .item_menu_list li.active .txt {
  color: #fff;
}
.tag_menu_box .item_menu_list .tag_list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 767px) {
  .tag_menu_box .item_menu_list .icon {
    width: 38px;
  }
}
.tag_menu_box .item_menu_list .txt {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #222222;
  line-height: 1.2;
  white-space: initial;
}
@media all and (max-width: 767px) {
  .tag_menu_box .item_menu_list .txt {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.tag_menu_box .flex-direction-nav a.flex-prev div {
  width: 18px;
  height: 26px;
  background: url("../images/arrow_products_l.png") center/contain no-repeat;
}
@media all and (max-width: 767px) {
  .tag_menu_box .flex-direction-nav a.flex-prev div {
    width: 9px;
    height: 13px;
  }
}
.tag_menu_box .flex-direction-nav a.flex-next div {
  width: 18px;
  height: 26px;
  background: url("../images/arrow_products_r.png") center/contain no-repeat;
}
@media all and (max-width: 767px) {
  .tag_menu_box .flex-direction-nav a.flex-next div {
    width: 9px;
    height: 13px;
  }
}

.tag_menu_box_2 {
  margin-bottom: 1.5em;
}
@media all and (max-width: 767px) {
  .tag_menu_box_2 {
    margin-bottom: 1.15em;
  }
}
.tag_menu_box_2 .container_faq_tag {
  margin: 0 auto;
  max-width: 92%;
  width: 1030px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .tag_menu_box_2 .container_faq_tag {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media all and (max-width: 767px) {
  .tag_menu_box_2 .container_faq_tag {
    max-width: 100%;
    padding: 0;
  }
}
.tag_menu_box_2 .item_Menu {
  margin: 0 40px;
}
.tag_menu_box_2 .item_menu_Box {
  -moz-text-align-last: left;
       text-align-last: left;
}
.tag_menu_box_2 .item_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tag_menu_box_2 .item_menu_list li {
  position: relative;
  width: auto;
  height: 46px;
  padding: 0 72px;
  -webkit-transition: backgroundColor 0.75s;
  transition: backgroundColor 0.75s;
}
@media all and (max-width: 767px) {
  .tag_menu_box_2 .item_menu_list li {
    min-width: 130px;
    padding: 0 10px;
    height: 45px;
  }
}
.tag_menu_box_2 .item_menu_list li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 75%;
  background: #d5e2f5;
}
.tag_menu_box_2 .item_menu_list li:last-child::after {
  content: none;
}
@media all and (min-width: 769px) {
  .tag_menu_box_2 .item_menu_list li:hover {
    background-color: transparent;
  }
  .tag_menu_box_2 .item_menu_list li:hover .txt {
    color: #23549e;
  }
  .tag_menu_box_2 .item_menu_list li:hover .tag_list::after {
    opacity: 1;
  }
}
.tag_menu_box_2 .item_menu_list li.active {
  background-color: transparent;
}
.tag_menu_box_2 .item_menu_list li.active .txt {
  color: #23549e;
}
.tag_menu_box_2 .item_menu_list li.active .tag_list::after {
  opacity: 1;
}
.tag_menu_box_2 .item_menu_list .tag_list {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 25px;
}
@media all and (max-width: 767px) {
  .tag_menu_box_2 .item_menu_list .icon {
    width: 38px;
  }
}
.tag_menu_box_2 .item_menu_list .txt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #222222;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .tag_menu_box_2 .item_menu_list .txt {
    letter-spacing: 0px;
  }
}
.tag_menu_box_2 .flex-direction-nav a.flex-prev div {
  width: 9px;
  height: 13px;
  background: url("../images/arrow_products_l.png") center/contain no-repeat;
}
.tag_menu_box_2 .flex-direction-nav a.flex-next div {
  width: 9px;
  height: 13px;
  background: url("../images/arrow_products_r.png") center/contain no-repeat;
}

.faq-section {
  margin: 3.7em 0 6em;
}
@media all and (max-width: 767px) {
  .faq-section {
    margin: 4.95em 0 2.5em;
  }
}
.faq-section h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #23549e;
  margin-bottom: 1.7em;
}
@media all and (max-width: 767px) {
  .faq-section h2 {
    font-size: 32px;
    margin-bottom: 0.8em;
  }
}

.faq-list .faq-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 42px 0;
  cursor: pointer;
  border-bottom: 1px solid #dddddd;
}
@media all and (max-width: 767px) {
  .faq-list .faq-q {
    padding: 17px 0;
  }
}
.faq-list .txt {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #222222;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.faq-list .icon {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
}
@media all and (max-width: 767px) {
  .faq-list .icon {
    width: 15px;
    height: 15px;
  }
}
.faq-list .icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #222222;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.faq-list .icon span:nth-child(1) {
  width: 100%;
  height: 4px;
}
@media all and (max-width: 767px) {
  .faq-list .icon span:nth-child(1) {
    height: 3px;
  }
}
.faq-list .icon span:nth-child(2) {
  width: 4px;
  height: 100%;
}
@media all and (max-width: 767px) {
  .faq-list .icon span:nth-child(2) {
    width: 3px;
  }
}
.faq-list .faq-a {
  display: none;
  padding: 45px 0;
  border-bottom: 1px solid #dddddd;
}
@media all and (max-width: 767px) {
  .faq-list .faq-a {
    padding: 17px 0;
  }
}
.faq-list .faq-a a {
  color: #23549e;
  text-decoration: none;
}
.faq-list .faq-item.active .faq-q .txt {
  color: #23549e;
}
.faq-list .faq-item.active .faq-q .icon span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  background-color: #23549e;
}
.faq-list .faq-item.active .faq-q .icon span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  opacity: 0;
}