.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: 2.9em;
}
@media all and (max-width: 767px) {
  .tag_menu_box_2 {
    margin-bottom: 2.25em;
  }
}
.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;
}

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

.download-list li {
  position: relative;
  -webkit-transition: background-color 0.75s;
  transition: background-color 0.75s;
}
.download-list li:nth-child(odd) {
  background-color: #eeeeee;
}
@media all and (min-width: 768px) {
  .download-list li:hover {
    background-color: #23549e;
  }
  .download-list li:hover::after {
    opacity: 1;
    width: 40px;
  }
  .download-list li:hover .title {
    color: #fff;
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
  .download-list li:hover .down_btn {
    border: 1px solid #fff;
    background-color: #fff;
    color: #23549e;
  }
  .download-list li:hover .down_icon::after {
    opacity: 1;
  }
}
.download-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.75s, width 0.75s;
  transition: opacity 0.75s, width 0.75s;
}
.download-list .down_box {
  padding: 1.25em 2em 1.25em 2.2em;
  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;
}
@media all and (max-width: 767px) {
  .download-list .down_box {
    padding: 0.95em 1.1em 0.95em 1em;
  }
}
.download-list .title {
  font-size: 16px;
  color: #222222;
  letter-spacing: 1.5px;
  -webkit-transition: color 0.75s, -webkit-transform 0.75s;
  transition: color 0.75s, -webkit-transform 0.75s;
  transition: transform 0.75s, color 0.75s;
  transition: transform 0.75s, color 0.75s, -webkit-transform 0.75s;
}
@media all and (max-width: 767px) {
  .download-list .title {
    letter-spacing: 1.2px;
  }
}
.download-list .down_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  height: 40px;
  border: 1px solid #222222;
  color: #222222;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  margin-left: 1em;
}
@media all and (max-width: 767px) {
  .download-list .down_btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    padding-left: 0;
  }
}
.download-list .down_icon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 1em;
}
@media all and (max-width: 767px) {
  .download-list .down_icon {
    margin-left: 0.5em;
  }
}
.download-list .down_icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/btn_down.png") center/contain no-repeat;
}
.download-list .down_icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/btn_down_b.png") center/contain no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}

.lang_en .download-list .down_btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}
@media all and (max-width: 767px) {
  .lang_en .download-list .down_btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}

.lang_jp .download-list .down_btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}
@media all and (max-width: 767px) {
  .lang_jp .download-list .down_btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}