@charset "UTF-8";
.backbg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 99;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.backbg.open {
  opacity: 0.8;
}
.backbg.nested {
  z-index: 101;
}

.backbg_w {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}

#ui_linemap {
  width: 100%;
}
#ui_linemap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#ui_linemap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ui_linemap li a {
  padding: min(0.5208333333vw, calc(10 * 1px)) 0;
  color: #bbb;
  font-size: 0.875rem;
}
#ui_linemap li a:hover {
  color: #608ac1;
}
#ui_linemap li:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ui_linemap li:first-child a::before {
  content: "";
  display: block;
  width: min(1.25vw, calc(24 * 1px));
  height: min(1.25vw, calc(24 * 1px));
  margin-right: min(0.4166666667vw, calc(8 * 1px));
  background: url("../img/ico_home.png") no-repeat center/min(1.25vw, calc(24 * 1px)) auto;
}
#ui_linemap li:not(:last-child)::after {
  content: "/";
  margin: 0 min(0.3125vw, calc(6 * 1px));
  color: #f2f2f2;
}

.comm_select {
  position: relative;
  display: inline-block;
  min-width: min(6.25vw, calc(120 * 1px));
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: min(0.2083333333vw, calc(4 * 1px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.comm_select select {
  width: 100%;
  height: min(2.0833333333vw, calc(40 * 1px));
  padding-left: min(0.78125vw, calc(15 * 1px));
  padding-right: min(2.0833333333vw, calc(40 * 1px));
  background-color: #fff;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.comm_select option {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.comm_select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: min(0.625vw, calc(12 * 1px));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(0.8333333333vw, calc(16 * 1px));
  height: min(0.5208333333vw, calc(10 * 1px));
  background: url("../img/arrw06.png") no-repeat center/min(0.8333333333vw, calc(16 * 1px)) auto;
}
.comm_select_list {
  position: relative;
}
.comm_select_list > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.625vw, calc(12 * 1px));
}
.comm_select_list > button::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: min(1.25vw, calc(24 * 1px));
  height: min(1.25vw, calc(24 * 1px));
  background: #bbb url("../img/arrw06_w.png") no-repeat center/min(0.625vw, calc(12 * 1px)) auto;
  border-radius: 100%;
}
.comm_select_list > button:hover .title {
  color: #608ac1;
}
.comm_select_list > button:hover::after {
  background-color: #608ac1;
}
.comm_select_list .list {
  display: none;
  position: absolute;
  top: calc(100% + min(0.5208333333vw, calc(10 * 1px)));
  left: max(-1.0416666667vw, calc(-20 * 1px));
  z-index: 1;
  width: calc(100% + min(2.0833333333vw, calc(40 * 1px)));
}
.comm_select_list .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(0.1041666667vw, calc(2 * 1px));
  max-height: min(20.8333333333vw, calc(400 * 1px));
  padding: min(0.1041666667vw, calc(2 * 1px));
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
.comm_select_list .list ul::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
.comm_select_list .list ul::-webkit-scrollbar-thumb {
  background-color: #e1e1e1;
  border-radius: 4px;
}
.comm_select_list .list ul::-webkit-scrollbar-track {
  background-color: #fff;
}
.comm_select_list .list li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.comm_select_list .list a,
.comm_select_list .list button {
  display: block;
  width: 100%;
  height: 100%;
  padding: min(0.5208333333vw, calc(10 * 1px)) min(1.0416666667vw, calc(20 * 1px));
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.comm_select_list .list a:hover,
.comm_select_list .list button:hover {
  background-color: #c4d7f0;
}
.comm_select_list.select {
  min-width: min(10.9375vw, calc(210 * 1px));
  max-width: 100%;
}
.comm_select_list.select > button {
  width: 100%;
  height: min(2.0833333333vw, calc(40 * 1px));
  padding: 0 min(2.0833333333vw, calc(40 * 1px)) 0 min(1.3020833333vw, calc(25 * 1px));
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: min(0.2083333333vw, calc(4 * 1px));
}
.comm_select_list.select > button::after {
  position: absolute;
  top: 50%;
  right: min(0.625vw, calc(12 * 1px));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(0.8333333333vw, calc(16 * 1px));
  height: min(0.5208333333vw, calc(10 * 1px));
  background-color: transparent;
  background-image: url("../img/arrw06.png");
  background-size: min(0.8333333333vw, calc(16 * 1px)) auto;
}
.comm_select_list.select .list {
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
}
.comm_select_list.select .list ul {
  gap: 0;
  padding: 0;
  border: 1px solid #dbdbdb;
}
.comm_select_list.select .list li:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
.comm_select_list.select .list a,
.comm_select_list.select .list button {
  background-color: #fff;
}
.comm_select_list.select .list a:hover,
.comm_select_list.select .list button:hover {
  background-color: #c4d7f0;
}
.comm_radio {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(0.5208333333vw, calc(10 * 1px));
  min-height: min(1.25vw, calc(24 * 1px));
  cursor: pointer;
}
.comm_radio input[type=radio] {
  position: relative;
  width: min(1.25vw, calc(24 * 1px));
  height: min(1.25vw, calc(24 * 1px));
  cursor: pointer;
}
.comm_radio input[type=radio]::before, .comm_radio input[type=radio]::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comm_radio input[type=radio]::before {
  background-color: #fff;
  border: 2px solid #bbb;
}
.comm_radio input[type=radio]::after {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(0.625vw, calc(12 * 1px));
  height: min(0.625vw, calc(12 * 1px));
  background-color: #005fa5;
}
.comm_radio input[type=radio]:checked::after {
  display: inline-block;
}
.comm_radio span {
  color: #999;
  font-size: 0.875rem;
}
.comm_radio + .comm_radio {
  margin-left: min(1.5625vw, calc(30 * 1px));
}
.comm_check {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(0.5208333333vw, calc(10 * 1px));
  min-height: min(1.3020833333vw, calc(25 * 1px));
  cursor: pointer;
}
.comm_check input[type=checkbox] {
  position: relative;
  width: min(1.3020833333vw, calc(25 * 1px));
  height: min(1.3020833333vw, calc(25 * 1px));
  cursor: pointer;
}
.comm_check input[type=checkbox]::before, .comm_check input[type=checkbox]::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comm_check input[type=checkbox]::before {
  background-color: #ebebeb;
  border: 2px solid #bbb;
}
.comm_check input[type=checkbox]::after {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(1.0416666667vw, calc(20 * 1px));
  height: min(0.7291666667vw, calc(14 * 1px));
  background: url("../img/ico_check_w.png") no-repeat center/min(1.0416666667vw, calc(20 * 1px)) auto;
}
.comm_check input[type=checkbox]:checked::before {
  background-color: #004098;
  border-color: #004098;
}
.comm_check input[type=checkbox]:checked::after {
  display: inline-block;
}
.comm_check span {
  color: #333;
  font-size: 1rem;
}
.comm_search {
  display: inline-block;
  position: relative;
  height: min(2.0833333333vw, calc(40 * 1px));
  border-radius: 20px;
  overflow: hidden;
}
.comm_search label {
  display: block;
  width: auto;
  height: 100%;
}
.comm_search input[type=text] {
  width: min(14.6875vw, calc(282 * 1px));
  height: 100%;
  padding-right: min(2.34375vw, calc(45 * 1px));
  padding-left: min(1.25vw, calc(24 * 1px));
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comm_search input[type=text]::-webkit-input-placeholder {
  color: #999;
  font-size: 1rem;
}
.comm_search input[type=text]::-moz-placeholder {
  color: #999;
  font-size: 1rem;
}
.comm_search input[type=text]:-ms-input-placeholder {
  color: #999;
  font-size: 1rem;
}
.comm_search input[type=text]::-ms-input-placeholder {
  color: #999;
  font-size: 1rem;
}
.comm_search input[type=text]::placeholder {
  color: #999;
  font-size: 1rem;
}
.comm_search button {
  position: absolute;
  top: 50%;
  right: min(0.1041666667vw, calc(2 * 1px));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(1.875vw, calc(36 * 1px));
  height: min(1.875vw, calc(36 * 1px));
  background: #608ac1 url("../img/ico_search3.png") no-repeat center/min(0.9375vw, calc(18 * 1px)) auto;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
}
.comm_pagination {
  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;
  gap: min(1.5625vw, calc(30 * 1px));
}
.comm_pagination .arrw {
  width: min(1.5625vw, calc(30 * 1px));
  height: min(1.5625vw, calc(30 * 1px));
  background: url("../img/arrw07.png") no-repeat center/min(0.8333333333vw, calc(16 * 1px)) auto;
  -webkit-transform-origin: center;
          transform-origin: center;
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
}
.comm_pagination .arrw.next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.comm_pagination .arrw.end {
  background-image: url("../img/arrow08.png");
  background-size: min(1.0416666667vw, calc(20 * 1px)) auto;
}
.comm_pagination .arrw.end.prev {
  margin-right: max(-0.78125vw, calc(-15 * 1px));
}
.comm_pagination .arrw.end.next {
  margin-left: max(-0.78125vw, calc(-15 * 1px));
}
.comm_pagination span {
  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;
  gap: min(0.625vw, calc(12 * 1px));
}
.comm_pagination a {
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: min(1.25vw, calc(24 * 1px));
  height: min(1.9791666667vw, calc(38 * 1px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1em;
  color: #999;
  font-size: 1.125rem;
}
.comm_pagination a::after {
  content: "";
  display: block;
  margin-top: min(0.3125vw, calc(6 * 1px));
  width: 100%;
  height: 2px;
  background-color: transparent;
}
.comm_pagination a.on {
  color: #333;
}
.comm_pagination a.on::after {
  background-color: #333;
}
.comm_pagination a:hover {
  color: #333;
}
.comm_view_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(0.3125vw, calc(6 * 1px));
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comm_view_down .btn {
  position: relative;
  width: min(1.5625vw, calc(30 * 1px));
  height: min(2.0833333333vw, calc(40 * 1px));
}
.comm_view_down .btn > a,
.comm_view_down .btn > button {
  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;
  width: 100%;
  height: 100%;
}
.comm_view_down .btn > a::after,
.comm_view_down .btn > button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: min(1.5625vw, calc(30 * 1px));
  height: min(2.0833333333vw, calc(40 * 1px));
  background: no-repeat center/min(1.5625vw, calc(30 * 1px)) auto;
}
.comm_view_down .btn > a.preview::after,
.comm_view_down .btn > button.preview::after {
  background-image: url("../img/btn_preview.png");
}
.comm_view_down .btn > a:hover.preview::after,
.comm_view_down .btn > button:hover.preview::after {
  background-image: url("../img/btn_preview_on.png");
}
.comm_view_down .btn > a.down::after,
.comm_view_down .btn > button.down::after {
  background-image: url("../img/btn_down.png");
}
.comm_view_down .btn > a:hover.down::after,
.comm_view_down .btn > button:hover.down::after {
  background-image: url("../img/btn_down_on.png");
}
.comm_view_down .btn > a.down_w::after,
.comm_view_down .btn > button.down_w::after {
  background-image: url("../img/btn_down_w.png");
}
.comm_view_down .btn > a:hover.down_w::after,
.comm_view_down .btn > button:hover.down_w::after {
  background-image: url("../img/btn_down_on.png");
}
.comm_view_down .btn > a.buy::after,
.comm_view_down .btn > button.buy::after {
  background-image: url("../img/btn_buy.png");
}
.comm_view_down .btn > a:hover.buy::after,
.comm_view_down .btn > button:hover.buy::after {
  background-image: url("../img/btn_buy_on.png");
}
.comm_view_down .btn > a.link::after,
.comm_view_down .btn > button.link::after {
  background-image: url("../img/btn_link.png");
}
.comm_view_down .btn > a:hover.link::after,
.comm_view_down .btn > button:hover.link::after {
  background-image: url("../img/btn_link_on.png");
}
.comm_view_down .btn > a.file_preview::after,
.comm_view_down .btn > button.file_preview::after {
  background-image: url("../img/btn_file_preview.png");
}
.comm_view_down .btn > a:hover.file_preview::after,
.comm_view_down .btn > button:hover.file_preview::after {
  background-image: url("../img/btn_file_preview_on.png");
}
.comm_view_down .btn:hover .view_down_list {
  display: block;
}
.comm_view_down:not(.v_txt) .btn > button {
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
}
.comm_view_down.v_txt {
  gap: min(1.1458333333vw, calc(22 * 1px));
}
.comm_view_down.v_txt .btn {
  width: min(7.2916666667vw, calc(140 * 1px));
}
.comm_view_down.v_txt .btn > a,
.comm_view_down.v_txt .btn > button {
  width: min(6.7708333333vw, calc(130 * 1px));
  padding-right: min(1.5625vw, calc(30 * 1px));
  padding-left: min(0.8333333333vw, calc(16 * 1px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-position: right center;
  color: #999;
  font-size: 0.875rem;
}
.comm_view_down.v_txt .btn > a::after,
.comm_view_down.v_txt .btn > button::after {
  left: auto;
  right: 0;
}
.comm_view_down.v_txt .btn > a:hover,
.comm_view_down.v_txt .btn > button:hover {
  color: #608ac1;
}
.comm_view_down .view_down_list {
  display: none;
  position: absolute;
  top: calc(100% + min(0.2604166667vw, calc(5 * 1px)));
  left: max(-0.5208333333vw, calc(-10 * 1px));
  z-index: 10;
  min-width: min(7.8125vw, calc(150 * 1px));
  padding: min(0.5208333333vw, calc(10 * 1px));
  background-color: #fff;
  border: 2px solid #608ac1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666;
  font-size: rem(14);
  top: 100%;
  left: max(-0.8333333333vw, calc(-16 * 1px));
  width: min(10.4166666667vw, calc(200 * 1px));
}
.comm_view_down .view_down_list::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% + min(0.1041666667vw, calc(2 * 1px)));
  left: min(0.7291666667vw, calc(14 * 1px));
  width: 0;
  height: 0;
  border-right: min(0.3125vw, calc(6 * 1px)) solid transparent;
  border-left: min(0.3125vw, calc(6 * 1px)) solid transparent;
  border-bottom: min(0.3125vw, calc(6 * 1px)) solid #608ac1;
}
.comm_view_down .view_down_list::before {
  left: min(0.4166666667vw, calc(8 * 1px));
}
.comm_view_down .view_down_list strong {
  display: block;
  padding-bottom: min(0.2604166667vw, calc(5 * 1px));
  border-bottom: 1px solid #dbdbdb;
  color: #333;
  font-size: 0.875rem;
  font-weight: 400;
}
.comm_view_down .view_down_list .file_list {
  padding-top: min(0.2604166667vw, calc(5 * 1px));
}
.comm_view_down .view_down_list .file_list button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: min(0.2604166667vw, calc(5 * 1px)) 0;
  text-align: left;
  color: #999;
  font-size: 0.75rem;
}
.comm_view_down .view_down_list .file_list button::before {
  content: "·";
}
.comm_view_down .view_down_list .file_list button:hover {
  color: #608ac1;
}
.comm_view_down.right .view_down_list {
  left: auto;
  right: 0;
}
.comm_view_down.right .view_down_list::before {
  left: auto;
  right: min(0.4166666667vw, calc(8 * 1px));
}
.comm_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.comm_tab .tab_conts {
  width: 100%;
  padding: min(1.5625vw, calc(30 * 1px)) min(3.125vw, calc(60 * 1px));
  background-color: #252b32;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comm_tab .tab_conts_item {
  display: none;
}
.comm_tab .tab_conts_item.open {
  display: block;
}
.comm_tab.gradient .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.comm_tab.gradient .tab_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.comm_tab.gradient .tab_item button, .comm_tab.gradient .tab_item a {
  display: block;
  position: relative;
  width: 100%;
  padding: min(1.0416666667vw, calc(20 * 1px)) 0;
  background-color: #f2f2f2;
  text-align: center;
  color: #0860ad;
  font-size: 1.125rem;
  font-weight: 500;
  white-space: nowrap;
}
.comm_tab.gradient .tab_item button::before, .comm_tab.gradient .tab_item button::after, .comm_tab.gradient .tab_item a::before, .comm_tab.gradient .tab_item a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
}
.comm_tab.gradient .tab_item button::before, .comm_tab.gradient .tab_item a::before {
  top: 0;
  left: 0;
  background-color: #0860ad;
}
.comm_tab.gradient .tab_item button::after, .comm_tab.gradient .tab_item a::after {
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.comm_tab.gradient .tab_item button.on, .comm_tab.gradient .tab_item a.on {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #0860ad), color-stop(25%, #164671), color-stop(52%, #252b32));
  background: linear-gradient(#0860ad 5%, #164671 25%, #252b32 52%);
  color: #fff;
}
.comm_tab.gradient .tab_item button.on::before, .comm_tab.gradient .tab_item button.on::after, .comm_tab.gradient .tab_item a.on::before, .comm_tab.gradient .tab_item a.on::after {
  background-color: transparent;
}
.comm_tab.gradient .tab_item_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(0.5208333333vw, calc(10 * 1px));
  padding: 0 min(1.0416666667vw, calc(20 * 1px)) min(0.78125vw, calc(15 * 1px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}
.comm_tab.gradient .tab_item_select button, .comm_tab.gradient .tab_item_select a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: min(6.25vw, calc(120 * 1px));
  height: min(1.5625vw, calc(30 * 1px));
  padding: 0 min(1.0416666667vw, calc(20 * 1px));
  border: 1px solid #96bcec;
  border-radius: min(0.1041666667vw, calc(2 * 1px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #96bcec;
  font-size: 1rem;
}
.comm_tab.gradient .tab_item_select button[target=_blank]::after, .comm_tab.gradient .tab_item_select a[target=_blank]::after {
  content: "";
  display: block;
  width: min(0.7291666667vw, calc(14 * 1px));
  height: min(0.7291666667vw, calc(14 * 1px));
  margin-left: min(0.5208333333vw, calc(10 * 1px));
  background: url("../img/ico_link.png") no-repeat center/min(0.7291666667vw, calc(14 * 1px)) auto;
}
.comm_tab.gradient .tab_item_select button.on, .comm_tab.gradient .tab_item_select button:hover, .comm_tab.gradient .tab_item_select a.on, .comm_tab.gradient .tab_item_select a:hover {
  background-color: #96bcec;
  color: #fff;
}
.comm_tab.gradient .tab_item_select button.on[target=_blank]::after, .comm_tab.gradient .tab_item_select button:hover[target=_blank]::after, .comm_tab.gradient .tab_item_select a.on[target=_blank]::after, .comm_tab.gradient .tab_item_select a:hover[target=_blank]::after {
  background-image: url("../img/ico_link_w.png");
}
.comm_tab.short .tab {
  position: relative;
  margin-bottom: min(1.0416666667vw, calc(20 * 1px));
}
.comm_tab.short .tab::after {
  content: "";
  position: absolute;
  bottom: max(-1.0416666667vw, calc(-20 * 1px));
  width: 100%;
  height: min(1.0416666667vw, calc(20 * 1px));
  background: #252b32;
}
.comm_tab.short .tab_conts {
  margin-top: min(3.6458333333vw, calc(70 * 1px));
  padding: 0 min(2.0833333333vw, calc(40 * 1px));
  background: #fff;
}
.comm_tab.ftm .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
}
.comm_tab.ftm .tab_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.comm_tab.ftm .tab_item button {
  width: 100%;
  height: min(3.6458333333vw, calc(70 * 1px));
  background-color: #fff;
  font-size: 1.125rem;
  color: #666;
}
.comm_tab.ftm .tab_item button.on {
  background-color: #14467c;
  color: #fff;
}
.comm_tab.ftm .tab_item + .comm_tab.ftm .tab_item {
  border-left: 1px solid #ddd;
}
.comm_tab.ftm .tab_conts {
  margin-top: min(3.6458333333vw, calc(70 * 1px));
  padding: 0 min(2.0833333333vw, calc(40 * 1px));
  background: #fff;
}
.comm_tab.saop {
  display: none;
}
.comm_tab_box .tab {
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.comm_tab_box .tab.t1 {
  grid-template-columns: repeat(1, 1fr);
}
.comm_tab_box .tab.t2 {
  grid-template-columns: repeat(2, 1fr);
}
.comm_tab_box .tab.t3 {
  grid-template-columns: repeat(3, 1fr);
}
.comm_tab_box .tab.t4 {
  grid-template-columns: repeat(4, 1fr);
}
.comm_tab_box .tab.t5 {
  grid-template-columns: repeat(5, 1fr);
}
.comm_tab_box .tab.t1 ~ .conts .conts_item {
  display: block;
}
.comm_tab_box .conts_item {
  display: none;
}
.comm_tab_box .conts_item.open {
  display: block;
}
.comm_btn_box {
  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;
  gap: min(0.2604166667vw, calc(5 * 1px));
}
.comm_btn_box.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.comm_btn_box a, .comm_btn_box button {
  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;
  position: relative;
  width: min(8.8541666667vw, calc(170 * 1px));
  height: min(1.8229166667vw, calc(35 * 1px));
  background-color: #666;
  border: 1px solid transparent;
  border-radius: min(0.15625vw, calc(3 * 1px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 1rem;
}
.comm_btn_box a:hover, .comm_btn_box button:hover {
  background-color: #608ac1;
}
.comm_btn_box a.down, .comm_btn_box button.down {
  padding: 0 min(2.0833333333vw, calc(40 * 1px));
}
.comm_btn_box a.down::after, .comm_btn_box button.down::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: min(1.0416666667vw, calc(20 * 1px));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(0.625vw, calc(12 * 1px));
  height: min(0.7291666667vw, calc(14 * 1px));
  background: url("../img/ico_download.png") no-repeat center/100% auto;
}
.comm_btn_box a.border, .comm_btn_box button.border {
  background-color: #fff;
  border-color: #666;
  color: #666;
}
.comm_btn_box a.border:hover, .comm_btn_box button.border:hover {
  border-color: #608ac1;
  color: #608ac1;
}
.comm_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(0.2604166667vw, calc(5 * 1px));
  line-height: 1.3;
}
.comm_info_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(0.3125vw, calc(6 * 1px));
  color: #999;
  font-size: 0.875rem;
}
.comm_info_list li::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: min(0.3125vw, calc(6 * 1px));
  width: min(0.2604166667vw, calc(5 * 1px));
  height: min(0.2604166667vw, calc(5 * 1px));
  background-color: #bbb;
  border-radius: 100%;
}
.comm_info_list li em {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.comm_info_list li p {
  overflow: hidden;
}
.comm_info_list.marker_n li::before {
  display: none;
}
.comm_info_list.cr_k li {
  color: #333;
}
.comm_info_list.fz_16 li {
  font-size: 1rem;
}

.btn_top {
  display: block;
  width: min(1.5625vw, calc(30 * 1px));
  margin: 0 auto;
  color: #999;
  font-size: 0.875rem;
}
.btn_top::before {
  content: "";
  display: block;
  width: min(1.5625vw, calc(30 * 1px));
  height: min(2.0833333333vw, calc(40 * 1px));
  margin-bottom: min(0.625vw, calc(12 * 1px));
  padding-bottom: min(0.625vw, calc(12 * 1px));
  background: url("../img/arrw04.png") no-repeat top/min(1.0416666667vw, calc(20 * 1px)) auto;
  border-bottom: 3px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.layerpopup {
  display: none;
  position: fixed;
  z-index: 100;
  background-color: #fff;
  opacity: 0;
  -webkit-transition-property: width, top, right, bottom, opacity;
  transition-property: width, top, right, bottom, opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
          transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
.layerpopup.open {
  display: block;
}
.layerpopup.move {
  opacity: 1;
}
.layerpopup.nested {
  z-index: 104;
}
.layerpopup .close {
  width: min(1.3020833333vw, calc(25 * 1px));
  height: min(1.3020833333vw, calc(25 * 1px));
  background: url("../img/ico_x_g.png") no-repeat center/min(1.0416666667vw, calc(20 * 1px)) auto;
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
}
.layerpopup .close:hover {
  background-image: url("../img/ico_x_k5.png");
}
.layerpopup div.pop_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;
  gap: min(0.1041666667vw, calc(2 * 1px));
  margin-top: min(2.0833333333vw, calc(40 * 1px));
}
.layerpopup .pop_btn a, .layerpopup .pop_btn button {
  min-width: 120px;
  height: min(1.8229166667vw, calc(35 * 1px));
  padding: 0 min(1.0416666667vw, calc(20 * 1px));
  background-color: #666;
  border-radius: min(0.15625vw, calc(3 * 1px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.layerpopup .pop_btn a:hover, .layerpopup .pop_btn button:hover {
  background-color: #608ac1;
}
.layerpopup.modal {
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(31.25vw, calc(600 * 1px));
  margin-top: min(1.0416666667vw, calc(20 * 1px));
  padding: min(1.0416666667vw, calc(20 * 1px)) min(0.5208333333vw, calc(10 * 1px)) min(0.5208333333vw, calc(10 * 1px));
}
.layerpopup.modal.move {
  top: 50%;
}
.layerpopup.modal .top {
  position: relative;
  padding: 0 min(1.5625vw, calc(30 * 1px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.layerpopup.modal .top .title {
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
}
.layerpopup.modal .top .close {
  position: absolute;
  top: 0;
  right: 0;
}
.layerpopup.modal .conts {
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: min(1.0416666667vw, calc(20 * 1px));
  padding: min(1.5625vw, calc(30 * 1px)) min(2.0833333333vw, calc(40 * 1px));
  background-color: #f2f2f2;
}
.layerpopup.modal .desc {
  color: #666;
  font-size: 1.125rem;
}
.layerpopup.side {
  top: 0;
  right: -100%;
  width: min(41.6666666667vw, calc(800 * 1px));
  height: 100vh;
  overflow: hidden;
}
.layerpopup.side.move {
  right: 0;
}
.layerpopup.side .top {
  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;
  position: relative;
  height: min(7.2916666667vw, calc(140 * 1px));
  padding: 0 min(3.125vw, calc(60 * 1px));
  border-top: min(0.5208333333vw, calc(10 * 1px)) solid #004098;
}
.layerpopup.side .top .title {
  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;
  gap: min(0.78125vw, calc(15 * 1px));
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
}
.layerpopup.side .top .title::before {
  content: "";
  display: block;
  background: no-repeat center/100% auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.layerpopup.side .top .close {
  position: absolute;
  top: min(1.9791666667vw, calc(38 * 1px));
  right: min(1.5625vw, calc(30 * 1px));
}
.layerpopup.side .conts {
  height: calc(100% - min(7.2916666667vw, calc(140 * 1px)));
}
.layerpopup.side .conts .conts_detail {
  height: 100%;
}
.layerpopup.side .conts .conts_detail_scroll {
  overflow: auto;
  overflow-y: auto;
}
.layerpopup.side .conts .conts_detail_scroll::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
.layerpopup.side .conts .conts_detail_scroll::-webkit-scrollbar-thumb {
  background-color: #e1e1e1;
  border-radius: 4px;
}
.layerpopup.side .conts .conts_detail_scroll::-webkit-scrollbar-track {
  background-color: #fff;
}

@media all and (min-width: 1921px) {
  .layerpopup.side {
    width: 0;
    right: var(--viewport-right);
  }
  .layerpopup.side.move {
    width: min(41.6666666667vw, calc(800 * 1px));
    right: var(--viewport-right);
  }
  .layerpopup.side .conts {
    height: calc(100% - min(7.2916666667vw, calc(140 * 1px)));
  }
  .layerpopup.side .conts .comm_text_list > li .txt,
  .layerpopup.side .conts .comm_view_down {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media all and (max-width: 1460px) {
  #ui_linemap li a {
    font-size: 1.0666666667rem;
  }
  #ui_linemap li:first-child a::before {
    width: min(1.4583333333vw, calc(28 * 1px));
    height: min(1.4583333333vw, calc(28 * 1px));
    margin-right: min(0.5208333333vw, calc(10 * 1px));
    background-size: min(1.4583333333vw, calc(28 * 1px)) auto;
  }
  #ui_linemap li:not(:last-child)::after {
    font-size: 1.0666666667rem;
    font-weight: 700;
  }
  .comm_select {
    min-width: min(7.8125vw, calc(150 * 1px));
  }
  .comm_select select {
    height: min(2.6041666667vw, calc(50 * 1px));
    font-size: 1.0666666667rem;
  }
  .comm_select::after {
    width: min(1.0416666667vw, calc(20 * 1px));
    height: min(0.7291666667vw, calc(14 * 1px));
    background-size: min(0.9375vw, calc(18 * 1px)) auto;
  }
  .comm_select_list > button::after {
    width: min(1.5625vw, calc(30 * 1px));
    height: min(1.5625vw, calc(30 * 1px));
    background-size: min(0.78125vw, calc(15 * 1px)) auto;
  }
  .comm_select_list.select > button {
    height: min(2.6041666667vw, calc(50 * 1px));
  }
  .comm_select_list.select > button::after {
    width: min(1.0416666667vw, calc(20 * 1px));
    height: min(0.7291666667vw, calc(14 * 1px));
    background-size: min(0.9375vw, calc(18 * 1px)) auto;
  }
  .comm_radio {
    min-height: min(1.8229166667vw, calc(35 * 1px));
  }
  .comm_radio input[type=radio] {
    width: min(1.8229166667vw, calc(35 * 1px));
    height: min(1.8229166667vw, calc(35 * 1px));
  }
  .comm_radio input[type=radio]::after {
    width: min(0.8854166667vw, calc(17 * 1px));
    height: min(0.8854166667vw, calc(17 * 1px));
  }
  .comm_radio span {
    font-size: 0.9333333333rem;
  }
  .comm_check {
    min-height: min(1.8229166667vw, calc(35 * 1px));
  }
  .comm_check input[type=checkbox] {
    width: min(1.8229166667vw, calc(35 * 1px));
    height: min(1.8229166667vw, calc(35 * 1px));
  }
  .comm_check input[type=checkbox]::after {
    width: min(1.25vw, calc(24 * 1px));
    height: min(0.9375vw, calc(18 * 1px));
    background-size: min(1.25vw, calc(24 * 1px)) auto;
  }
  .comm_check span {
    font-size: 1.0666666667rem;
  }
  .comm_search {
    height: min(2.6041666667vw, calc(50 * 1px));
  }
  .comm_search input[type=text] {
    width: min(17.7083333333vw, calc(340 * 1px));
    padding-right: min(2.34375vw, calc(45 * 1px));
    padding-left: min(1.25vw, calc(24 * 1px));
  }
  .comm_search input[type=text]::-webkit-input-placeholder {
    font-size: 1.0666666667rem;
  }
  .comm_search input[type=text]::-moz-placeholder {
    font-size: 1.0666666667rem;
  }
  .comm_search input[type=text]:-ms-input-placeholder {
    font-size: 1.0666666667rem;
  }
  .comm_search input[type=text]::-ms-input-placeholder {
    font-size: 1.0666666667rem;
  }
  .comm_search input[type=text]::placeholder {
    font-size: 1.0666666667rem;
  }
  .comm_search button {
    right: min(0.2083333333vw, calc(4 * 1px));
    width: min(2.3958333333vw, calc(46 * 1px));
    height: min(2.3958333333vw, calc(46 * 1px));
    background-size: min(1.3541666667vw, calc(26 * 1px)) auto;
  }
  .comm_view_down {
    gap: min(0.4166666667vw, calc(8 * 1px));
  }
  .comm_view_down .btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: min(2.0833333333vw, calc(40 * 1px));
    height: min(2.6041666667vw, calc(50 * 1px));
  }
  .comm_view_down .btn > a::after,
  .comm_view_down .btn > button::after {
    width: min(2.0833333333vw, calc(40 * 1px));
    height: min(2.6041666667vw, calc(50 * 1px));
    background-size: min(2.0833333333vw, calc(40 * 1px)) auto;
  }
  .comm_view_down.v_txt {
    gap: min(0.5208333333vw, calc(10 * 1px));
  }
  .comm_view_down.v_txt .btn {
    width: min(9.8958333333vw, calc(190 * 1px));
  }
  .comm_view_down.v_txt .btn > a,
  .comm_view_down.v_txt .btn > button {
    width: min(8.8541666667vw, calc(170 * 1px));
    line-height: 1;
    font-size: 1.0666666667rem;
  }
  .comm_view_down .view_down_list {
    width: min(16.6666666667vw, calc(320 * 1px));
  }
  .comm_view_down .view_down_list strong {
    font-size: 0.9333333333rem;
  }
  .comm_view_down .view_down_list .file_list button {
    font-size: 0.8rem;
  }
  .comm_tab.gradient .tab_item button, .comm_tab.gradient .tab_item a {
    font-size: 1.2rem;
  }
  .comm_tab.gradient .tab_item_select button, .comm_tab.gradient .tab_item_select a {
    height: min(2.34375vw, calc(45 * 1px));
    font-size: 1.0666666667rem;
  }
  .comm_tab.gradient .tab_item_select button[target=_blank]::after, .comm_tab.gradient .tab_item_select a[target=_blank]::after {
    width: min(0.8333333333vw, calc(16 * 1px));
    height: min(0.8333333333vw, calc(16 * 1px));
    background-size: min(0.8333333333vw, calc(16 * 1px)) auto;
  }
  .comm_btn_box a, .comm_btn_box button {
    width: min(9.375vw, calc(180 * 1px));
    height: min(2.6041666667vw, calc(50 * 1px));
    font-size: 1.0666666667rem;
  }
  .comm_btn_box a.down::after, .comm_btn_box button.down::after {
    width: min(0.8333333333vw, calc(16 * 1px));
    height: min(0.9375vw, calc(18 * 1px));
  }
  .comm_info_list {
    gap: min(0.4166666667vw, calc(8 * 1px));
  }
  .comm_info_list li {
    font-size: 1.0666666667rem;
  }
  .comm_info_list li::before {
    top: min(0.5208333333vw, calc(10 * 1px));
    width: min(0.3125vw, calc(6 * 1px));
    height: min(0.3125vw, calc(6 * 1px));
  }
  .comm_info_list.marker_n li::before {
    display: none;
  }
  .btn_top {
    width: min(2.0833333333vw, calc(40 * 1px));
  }
  .btn_top::before {
    width: min(2.0833333333vw, calc(40 * 1px));
  }
  .layerpopup .close {
    width: min(2.6041666667vw, calc(50 * 1px));
    height: min(2.6041666667vw, calc(50 * 1px));
    background-size: min(1.5625vw, calc(30 * 1px)) auto;
  }
  .layerpopup .pop_btn a, .layerpopup .pop_btn button {
    min-width: min(8.3333333333vw, calc(160 * 1px));
    height: min(2.6041666667vw, calc(50 * 1px));
  }
  .layerpopup.modal {
    width: min(41.6666666667vw, calc(800 * 1px));
  }
  .layerpopup.modal .top .title {
    font-size: 1.6rem;
  }
  .layerpopup.modal .conts {
    padding: min(2.0833333333vw, calc(40 * 1px)) min(2.6041666667vw, calc(50 * 1px));
  }
  .layerpopup.modal .desc {
    font-size: 1.2rem;
  }
  .layerpopup.side {
    width: 60%;
  }
  .layerpopup.side .top .title {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 750px) {
  #ui_linemap {
    display: none;
  }
  .comm_select {
    min-width: 21.3333333333vw;
    border-radius: 0.8vw;
  }
  .comm_select select {
    height: 8vw;
    padding-left: 2vw;
    padding-right: 5.3333333333vw;
    font-size: 1.4285714286rem;
  }
  .comm_select::after {
    right: 1.6vw;
    width: 2.9333333333vw;
    height: 2.1333333333vw;
    background-size: 2.9333333333vw auto;
  }
  .comm_select_list > button {
    gap: 2.6666666667vw;
  }
  .comm_select_list > button::after {
    width: 4.8vw;
    height: 4.8vw;
    background-size: 2.6666666667vw auto;
  }
  .comm_select_list .list {
    top: calc(100% + 1.3333333333vw);
    left: -2.6666666667vw;
    width: 100%;
  }
  .comm_select_list .list ul {
    gap: 0.2666666667vw;
    max-height: 53.3333333333vw;
  }
  .comm_select_list .list a,
  .comm_select_list .list button {
    padding: 2vw 2.6666666667vw;
    font-size: 1.5714285714rem;
  }
  .comm_select_list.select {
    min-width: 44vw;
  }
  .comm_select_list.select > button {
    height: 8vw;
    padding: 0 5.3333333333vw 0 3.3333333333vw;
    border-radius: 0.5333333333vw;
    font-size: 1.4285714286rem;
  }
  .comm_select_list.select > button::after {
    right: 1.6vw;
    width: 2.1333333333vw;
    height: 1.3333333333vw;
    background-size: 2.1333333333vw auto;
  }
  .comm_radio {
    min-height: 5.3333333333vw;
    gap: 1.3333333333vw;
  }
  .comm_radio input[type=radio] {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .comm_radio input[type=radio]::before {
    border-width: 0.2666666667vw;
  }
  .comm_radio input[type=radio]::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
  .comm_radio span {
    font-size: 1.4285714286rem;
  }
  .comm_radio + .comm_radio {
    margin-left: 4vw;
  }
  .comm_check {
    gap: 1.6vw;
    min-height: 5.3333333333vw;
  }
  .comm_check input[type=checkbox] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .comm_check input[type=checkbox]::before {
    border-width: 0.2666666667vw;
  }
  .comm_check input[type=checkbox]::after {
    width: 4vw;
    height: 2.9333333333vw;
    background-size: 4vw auto;
  }
  .comm_check span {
    line-height: 1.4em;
    font-size: 1.4285714286rem;
  }
  .comm_search {
    height: 8vw;
    border-radius: 4vw;
  }
  .comm_search input[type=text] {
    width: 53.3333333333vw;
    padding-right: 8.6666666667vw;
    padding-left: 3.2vw;
    font-size: 1.4285714286rem;
  }
  .comm_search input[type=text]::-webkit-input-placeholder {
    font-size: 1.4285714286rem;
  }
  .comm_search input[type=text]::-moz-placeholder {
    font-size: 1.4285714286rem;
  }
  .comm_search input[type=text]:-ms-input-placeholder {
    font-size: 1.4285714286rem;
  }
  .comm_search input[type=text]::-ms-input-placeholder {
    font-size: 1.4285714286rem;
  }
  .comm_search input[type=text]::placeholder {
    font-size: 1.4285714286rem;
  }
  .comm_search button {
    right: 0.2666666667vw;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    background-size: 4vw auto;
  }
  .comm_pagination {
    gap: 6.6666666667vw;
  }
  .comm_pagination .arrw {
    width: 4vw;
    height: 4.9333333333vw;
    background: url("../img/arrw07.png") no-repeat center/2.1333333333vw auto;
  }
  .comm_pagination .arrw.end {
    background-size: 2.6666666667vw auto;
  }
  .comm_pagination .arrw.end.prev {
    margin-right: -2vw;
  }
  .comm_pagination .arrw.end.next {
    margin-left: -2vw;
  }
  .comm_pagination span {
    gap: 2vw;
  }
  .comm_pagination a {
    width: auto;
    height: 5.0666666667vw;
    font-size: 2rem;
  }
  .comm_pagination a:nth-child(n+6) {
    display: none;
  }
  .comm_view_down {
    gap: 1.4666666667vw;
  }
  .comm_view_down .btn {
    width: 5.8666666667vw;
    height: 7.7333333333vw;
  }
  .comm_view_down .btn > a::after,
  .comm_view_down .btn > button::after {
    width: 5.8666666667vw;
    height: 7.7333333333vw;
    background-size: 5.8666666667vw auto;
  }
  .comm_view_down.v_txt {
    gap: 1.3333333333vw 2.6666666667vw;
  }
  .comm_view_down.v_txt .btn {
    min-width: 26vw;
    width: auto;
    padding-right: 1.3333333333vw;
  }
  .comm_view_down.v_txt .btn > a,
  .comm_view_down.v_txt .btn > button {
    min-width: 23.3333333333vw;
    width: auto;
    padding-right: 6.6666666667vw;
    padding-left: 2.6666666667vw;
    font-size: 1.4285714286rem;
  }
  .comm_view_down .view_down_list {
    width: 45.3333333333vw;
    padding: 2.6666666667vw;
    border-width: 0.2666666667vw;
  }
  .comm_view_down .view_down_list::before {
    left: 1.0666666667vw;
    border-left-width: 1.6vw;
    border-right-width: 1.6vw;
    border-bottom-width: 1.6vw;
  }
  .comm_view_down .view_down_list strong {
    padding-bottom: 1.3333333333vw;
    font-size: 1.2857142857rem;
  }
  .comm_view_down .view_down_list .file_list {
    padding-top: 1.3333333333vw;
  }
  .comm_view_down .view_down_list .file_list button {
    font-size: 1.2857142857rem;
  }
  .comm_tab.gradient {
    margin-top: 4vw;
  }
  .comm_tab.gradient .tab {
    gap: 0.4vw;
  }
  .comm_tab.gradient .tab_item button, .comm_tab.gradient .tab_item a {
    padding: 3.4666666667vw 0 2.6666666667vw;
    font-size: 1.5714285714rem;
  }
  .comm_tab.gradient .tab_conts {
    padding: 5.3333333333vw 4vw;
  }
  .comm_tab.gradient .tab_item_select {
    gap: 2vw;
  }
  .comm_tab.gradient .tab_item_select button, .comm_tab.gradient .tab_item_select a {
    height: 6.6666666667vw;
    padding: 0 3.3333333333vw;
    border-radius: 0.8vw;
    font-size: 1.4285714286rem;
  }
  .comm_tab.gradient .tab_item_select button[target=_blank]::after, .comm_tab.gradient .tab_item_select a[target=_blank]::after {
    width: 2.4vw;
    height: 2.4vw;
    margin-left: 1.3333333333vw;
    background-size: 2.4vw auto;
  }
  .comm_tab.short .tab {
    margin-bottom: 2.6666666667vw;
  }
  .comm_tab.short .tab::after {
    bottom: -2.6666666667vw;
    height: 2.6666666667vw;
  }
  .comm_tab.short .tab_conts {
    margin-top: 9.3333333333vw;
    padding: 0 5.3333333333vw;
  }
  .comm_tab.scroll .tab {
    margin-bottom: 0;
    overflow-x: scroll;
  }
  .comm_tab.scroll .tab::after {
    content: none;
  }
  .comm_tab.scroll .tab_item {
    min-width: 25.3333333333vw;
  }
  .comm_tab.saop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .comm_tab.ftm .tab_item button {
    height: 9.3333333333vw;
    font-size: 1.2857142857rem;
  }
  .comm_tab.ftm .tab_conts {
    margin-top: 9.3333333333vw;
    padding: 0 5.3333333333vw;
  }
  .comm_btn_box {
    gap: 1.3333333333vw;
  }
  .comm_btn_box a, .comm_btn_box button {
    width: 29.3333333333vw;
    height: 8vw;
    border-radius: 0.8vw;
    font-size: 1.4285714286rem;
  }
  .comm_btn_box a.down::after, .comm_btn_box button.down::after {
    right: 3.2vw;
    width: 2.4vw;
    height: 2.9333333333vw;
  }
  .comm_info_list {
    gap: 1.3333333333vw;
  }
  .comm_info_list li {
    gap: 0.8vw;
    font-size: 1.2857142857rem;
  }
  .comm_info_list li::before {
    top: 1.0666666667vw;
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
  .comm_info_list.fz_16 li {
    font-size: 1.2857142857rem;
  }
  .layerpopup .close {
    width: 4.6666666667vw;
    height: 5.0666666667vw;
    background-size: 4.4vw auto;
  }
  .layerpopup div.pop_btn {
    margin-top: 6.6666666667vw;
  }
  .layerpopup .pop_btn a, .layerpopup .pop_btn button {
    min-width: 16vw;
    height: 8vw;
    border-radius: 0.8vw;
    font-size: 1.4285714286rem;
  }
  .layerpopup.modal {
    width: calc(100% - 10.6666666667vw);
    margin-top: 2.6666666667vw;
    padding: 2.6666666667vw 1.3333333333vw 1.3333333333vw;
  }
  .layerpopup.modal .top .title {
    font-size: 2.1428571429rem;
  }
  .layerpopup.modal .conts {
    margin-top: 2.6666666667vw;
    padding: 4vw 5.3333333333vw;
  }
  .layerpopup.modal .desc {
    font-size: 1.4285714286rem;
  }
  .layerpopup.side {
    width: calc( 100% - 6.6666666667vw );
    height: var(--vh);
  }
  .layerpopup.side .top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.6666666667vw;
    height: 17.3333333333vw;
    padding: 0 6.6666666667vw;
    border-top-width: 1.3333333333vw;
  }
  .layerpopup.side .top .title {
    font-size: 2.1428571429rem;
  }
  .layerpopup.side .top .close {
    top: 3.3333333333vw;
    right: 2.6666666667vw;
  }
}