@charset "UTF-8";
@font-face {
  font-family: "my-Helvetica";
  src: url("../../assets/font/HelveticaNeueLTPro-UltLt.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "my-Helvetica";
  src: url("../../assets/font/HelveticaNeueLTPro-Thin.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "my-Helvetica";
  src: url("../../assets/font/HelveticaNeueLTPro-Lt.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "my-Helvetica";
  src: url("../../assets/font/HelveticaNeue-Medium-11.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "my-Helvetica";
  src: url("../../assets/font/HelveticaNeueLTPro-Bd.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.lp-screen-text {
  font-family: "my-Helvetica", sans-serif !important;
  font-weight: normal !important;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:hover {
  cursor: pointer;
  opacity: 0.8 !important;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  html {
    scroll-padding-top: 30px;
  }
}

body {
  font-family: "myHelvetica", "Roboto", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-family: "my-Helvetica", sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  color: #000000;
  overflow-x: hidden;
  letter-spacing: 0.08em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 3.4vw;
  }
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: 0;
  color: #000;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

address,
em,
i {
  font-style: normal;
  font-style: normal;
}

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: inherit;
  color: #000;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

option {
  outline: 0;
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

img[src$=".svg"] {
  width: 100%;
}

h1, h2, h3 {
  font-weight: 300;
}

header {
  width: 100%;
  padding: 1.3em 0;
  background: #054a97;
  background: #0088d2;
  background: radial-gradient(circle, #0088d2 0%, #043f89 100%);
}
@media only screen and (max-width: 768px) {
  header {
    padding: 3% 0;
  }
}
header .g-nav-btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  header .g-nav-btn {
    display: block;
    width: 4em;
    height: 4em;
    background: #ccc;
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
  }
}
header .g-nav-btn span {
  position: absolute;
  height: 2px;
  width: 60%;
  background: #333;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .g-nav-btn span:first-of-type {
  top: 30%;
}
header .g-nav-btn span:nth-of-type(2) {
  top: 50%;
}
header .g-nav-btn span:nth-of-type(3) {
  top: 70%;
}
header .g-nav-btn.open span:first-of-type {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .g-nav-btn.open span:nth-of-type(2) {
  width: 0;
}
header .g-nav-btn.open span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
header .header_inner {
  width: 96%;
  max-width: 1600px;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  header .header_inner {
    /* display: flex;
     align-items: center;
     justify-content: space-between; */
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner {
    width: 90%;
  }
}
header .header_inner h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 20px;
  color: #fff;
}
header .header_inner h1 a img {
  max-width: 160px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  header .header_inner h1 a img {
    max-width: 35vw;
  }
}
header .header_inner h1 a span {
  font-size: 24px;
  line-height: 0.6;
}
@media only screen and (max-width: 768px) {
  header .header_inner h1 a span {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 4em;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav.open-nav {
    background: #ccc;
    padding: 1em 0;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 10;
  }
}
header .header_inner .g-nav nav ul {
  margin: 0 auto;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav nav ul {
    width: 100%;
  }
}
header .header_inner .g-nav nav ul li {
  width: 100%;
  display: block;
  border-bottom: 1px dashed #fff;
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav nav ul li {
    width: auto;
    display: inline-block;
    margin: 0 1em;
    border-bottom: none;
  }
}
header .header_inner .g-nav nav ul li a {
  padding: 1em 0;
  display: block;
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav nav ul li a {
    padding: 0;
    font-size: 18px;
    text-align: center;
  }
}
header .header_inner .g-nav nav ul li a span {
  font-size: 60%;
  margin-left: 2em;
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav nav ul li a span {
    display: block;
    margin-left: 0;
  }
}
header .header_inner .g-nav nav ul li:last-of-type {
  border-bottom: none;
}

#pagetop {
  position: fixed;
  bottom: 3em;
  right: 3em;
  max-width: 60px;
  max-height: 60px;
  width: 15vw;
  height: 15vw;
  background: #0066B5;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  #pagetop {
    right: 1em;
  }
}
#pagetop::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.75em;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

footer .footer_inner {
  background: #F5F3F5;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner {
    padding: 40px 0;
  }
}
footer .footer_inner .footer_flexbox {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  footer .footer_inner .footer_flexbox {
    width: 96%;
    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;
  }
}
footer .footer_inner .footer_flexbox h1 {
  max-width: 160px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .footer_flexbox h1 {
    max-width: 35vw;
    margin-bottom: 20px;
  }
}
footer .footer_inner .footer_flexbox nav ul li a {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .footer_flexbox nav ul li a {
    font-size: 3.4vw;
  }
}
footer .footer_inner .footer_flexbox nav ul li:first-child {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  footer .footer_inner .footer_flexbox nav ul li:first-child {
    margin-bottom: 10px;
  }
}
footer copy {
  background: #fff;
  font-size: 14px;
  text-align: center;
  padding: 20px;
  display: block;
}
@media only screen and (max-width: 768px) {
  footer copy {
    font-size: 3.077vw;
  }
}

#wrap {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #wrap {
    /* margin-top: 4em; */
  }
}

._sp {
  display: block;
}
@media print, screen and (min-width: 769px) {
  ._sp {
    display: none;
  }
}

._pc {
  display: none;
}
@media print, screen and (min-width: 769px) {
  ._pc {
    display: block;
  }
}

.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.close {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .flex_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

main section {
  overflow: hidden;
  margin: 40px auto;
}
@media only screen and (max-width: 768px) {
  main section {
    margin: 30px auto;
  }
}
main section .sec_inner {
  margin: 0 auto;
  max-width: 1600px;
  width: 96%;
}
@media only screen and (max-width: 768px) {
  main section .sec_inner {
    width: 90%;
  }
}
main .mv {
  width: 100%;
}
main .mv .slide img {
  height: auto;
  width: 100%;
}
main .mv .slide .slick-slide {
  margin: 0 10px;
}

.normal_list li {
  font-size: 14px;
  position: relative;
  padding-left: 14px;
}
.normal_list li:before {
  position: absolute;
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  margin-right: 8px;
  left: 3px;
  top: 8px;
}

/***********************
　　　タイトル
*************************/
.main_ttl {
  font-size: 20px;
  line-height: 70px;
  padding-left: 30px;
  position: relative;
  color: #0066B5;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .main_ttl {
    font-size: 4.615vw;
    padding-left: 20px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}
.main_ttl:before {
  content: "";
  width: 5px;
  height: 100%;
  background: #0066B5;
  position: absolute;
  top: 0;
  left: 0;
}
.main_ttl span {
  position: relative;
  padding: 0 0 0 2.5em;
}
@media only screen and (max-width: 768px) {
  .main_ttl span {
    /* padding: 0 0 0 1.5em; */
  }
}
.main_ttl span::before {
  content: "";
  width: 32px;
  height: 25px;
  background: #ccc;
  position: absolute;
  top: -30%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .main_ttl span::before {
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.contents_ttl {
  font-size: 24px;
  padding: 0 0 0 1.75em;
  color: #0066B5;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .contents_ttl {
    font-size: 5vw;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.contents_ttl::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* margin: auto; */
}
.contents_ttl.ttl_info::before {
  background: url(../images/common/i_nav_information.svg) no-repeat center center/contain;
}

/***********************
　　　リンク
*************************/
@media print, screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.commonBtn {
  border: 1px solid #0066B5;
  color: #0066B5;
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 600px;
  line-height: 55px;
  padding-top: 5px;
  border-radius: 50px;
  margin: 30px auto;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .commonBtn {
    width: 72vw;
    line-height: 8.974vw;
    padding-top: 1.282vw;
  }
}
.commonBtn:hover {
  background: #bde4fd;
}

/***********************
　　　パンくず
*************************/
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #0066B5;
}
.breadcrumbs li:not(:last-child) {
  position: relative;
}
.breadcrumbs li:not(:last-child):before {
  content: "/";
  position: absolute;
  right: -10px;
}
.breadcrumbs li a {
  color: #0066B5;
}

/***********************
　　　強制スペース
*************************/
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

#model main {
  margin-bottom: 70px;
}
#model .top_nav {
  overflow: hidden;
  margin: 0;
}
#model .top_nav .sec_inner {
  position: relative;
  padding: 25px 0;
}
@media only screen and (max-width: 768px) {
  #model .top_nav .sec_inner {
    padding: 20px 0;
    width: 100%;
  }
}
#model .top_nav .sec_inner .top_tytle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 2px;
}
@media only screen and (max-width: 768px) {
  #model .top_nav .sec_inner .top_tytle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 8%;
  }
}
#model .top_nav .sec_inner .top_tytle h2 {
  font-size: 16px;
  margin-right: 10px;
  line-height: 2.2;
}
#model .top_nav .sec_inner .top_tytle h2 span {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  #model .top_nav .sec_inner .top_tytle h2 span {
    font-size: 4.615vw;
  }
}
#model .top_nav .sec_inner .top_tytle img {
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  #model .top_nav .sec_inner .top_tytle img {
    width: 50px;
    height: auto;
  }
}
#model .top_nav .sec_inner nav {
  background: #F4FAFE;
  padding: 20px 0;
  width: 100vw;
}
@media print, screen and (min-width: 769px) {
  #model .top_nav .sec_inner nav {
    position: absolute;
    top: 0;
    left: 252px;
    padding: 26px 60px;
    height: 100%;
  }
}
#model .top_nav .sec_inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  #model .top_nav .sec_inner nav ul {
    width: 92%;
    margin: 0 auto;
    gap: 4vw;
  }
}
#model .top_nav .sec_inner nav ul li {
  background: #fff;
  min-width: 240px;
}
@media only screen and (max-width: 768px) {
  #model .top_nav .sec_inner nav ul li {
    min-width: auto;
  }
}
#model .top_nav .sec_inner nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 50px 15px 30px;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0066B5;
}
@media only screen and (max-width: 768px) {
  #model .top_nav .sec_inner nav ul li a {
    padding: 2.564vw 8vw 1.282vw 4vw;
  }
}
#model .top_nav .sec_inner nav ul li a:before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #0066B5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 30px;
}
@media only screen and (max-width: 768px) {
  #model .top_nav .sec_inner nav ul li a:before {
    width: 2vw;
    height: 2vw;
    right: 4vw;
  }
}
#model .top_nav .sec_inner nav ul li:nth-child(2) a:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#model .breadcrumbs-contents {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #model .breadcrumbs-contents {
    display: none;
  }
}
#model .breadcrumbs-contents .sec_inner {
  padding: 20px 0 0;
}
#model .model01 .sec_inner .safety-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 10px 1fr;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  border: 1px solid #FF0C0C;
  padding: 20px 30px;
}
@media only screen and (max-width: 768px) {
  #model .model01 .sec_inner .safety-text {
    padding: 10px 20px 5px;
  }
}
#model .model02 {
  margin: 80px auto 40px;
}
@media only screen and (max-width: 768px) {
  #model .model02 {
    margin: 30px auto 20px;
  }
}
#model .model02 .sec_inner dl.model_list {
  border-bottom: 1px solid #dddddd;
}
@media print, screen and (min-width: 769px) {
  #model .model02 .sec_inner dl.model_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#model .model02 .sec_inner dl.model_list dt {
  padding: 10px 10px 0 10px;
}
@media print, screen and (min-width: 769px) {
  #model .model02 .sec_inner dl.model_list dt {
    padding: 30px 20px 20px;
    width: 13%;
  }
}
#model .model02 .sec_inner dl.model_list dd {
  padding: 0 10px 10px 10px;
}
@media print, screen and (min-width: 769px) {
  #model .model02 .sec_inner dl.model_list dd {
    padding: 20px 40px;
    width: 87%;
  }
}
#model .model02 .sec_inner dl.model_list dd .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  #model .model02 .sec_inner dl.model_list dd .tag_list {
    display: none;
  }
}
#model .model02 .sec_inner dl.model_list dd .tag_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #0066B5;
  border-radius: 50px;
  padding: 20px 15px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #0066B5;
  min-width: 160px;
  line-height: 1.4;
  background: #fff;
}
#model .model02 .sec_inner dl.model_list dd .tag_list li a:hover {
  background: #bde4fd;
}
#model .model02 .sec_inner dl.model_list dd .select_box {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #model .model02 .sec_inner dl.model_list dd .select_box {
    display: none;
  }
}
#model .model02 .sec_inner dl.model_list dd .select_box:before {
  content: "";
  width: 2vw;
  height: 2vw;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #000;
  position: absolute;
  top: 35%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 4vw;
}
#model .model02 .sec_inner dl.model_list dd select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}
#model .model02 .sec_inner dl.model_list dd form.searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f3f5;
  border-radius: 50px;
  padding: 16px 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 400px;
  position: relative;
  border: 1px solid #dddddd;
}
@media only screen and (max-width: 768px) {
  #model .model02 .sec_inner dl.model_list dd form.searchform {
    padding: 10px 20px;
    max-width: 100%;
  }
}
#model .model02 .sec_inner dl.model_list dd form.searchform input#searchsubmit {
  width: 18px;
  height: 18px;
  background: url(../images/common/i_nav_search.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  #model .model02 .sec_inner dl.model_list dd form.searchform input#searchsubmit {
    width: 3.2vw;
    height: 3.2vw;
  }
}
#model .model02 .sec_inner dl.model_list dd form.searchform input#s {
  padding: 0 20px;
  color: #000000;
  background: transparent;
}
#model .model02 .sec_inner dl.model_list dd form.searchform input#s::-webkit-input-placeholder {
  color: gray;
}
#model .model02 .sec_inner dl.model_list dd form.searchform input#s::-moz-placeholder {
  color: gray;
}
#model .model02 .sec_inner dl.model_list dd form.searchform input#s:-ms-input-placeholder {
  color: gray;
}
#model .model02 .sec_inner dl.model_list dd form.searchform input#s::-ms-input-placeholder {
  color: gray;
}
#model .model02 .sec_inner dl.model_list dd form.searchform input#s::placeholder {
  color: gray;
}
#model .model03 {
  margin: 0 auto 40px;
}
@media only screen and (max-width: 768px) {
  #model .model03 {
    margin: 0 auto 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #model .model03 .commonBtn {
    display: none;
  }
}
#model .model03 .product_cat_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  #model .model03 .product_cat_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#model .model03 .product_cat_list .product_list {
  border: 1px solid #ddd;
  padding: 20px;
}
@media print, screen and (min-width: 769px) {
  #model .model03 .product_cat_list .product_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
  }
}
#model .model03 .product_cat_list .product_list.hide {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  #model .model03 .product_cat_list .product_list.hide {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #model .model03 .product_cat_list .product_list.hide.active {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  #model .model03 .product_cat_list .product_list .img_con {
    width: 32%;
  }
}
#model .model03 .product_cat_list .product_list .img_con .product_image {
  margin-bottom: 20px;
}
#model .model03 .product_cat_list .product_list .img_con .product_image img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  #model .model03 .product_cat_list .product_list .text_con {
    width: 66%;
  }
}
#model .model03 .product_cat_list .product_list .text_con h3 {
  font-weight: 400;
  position: relative;
  padding-right: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #model .model03 .product_cat_list .product_list .text_con h3 {
    margin: 20px 0 10px;
  }
}
#model .model03 .product_cat_list .product_list .text_con h3:before {
  position: absolute;
  content: "";
  background: url(../images/common/pdf.svg) no-repeat center right/contain;
  width: 16px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 10px;
}
#model .model03 .product_cat_list .product_list .text_con .detail_list_ttl {
  color: #0066B5;
  padding: 8px 30px 2px 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
#model .model03 .product_cat_list .product_list .text_con .detail_list_ttl.on {
  border-radius: 5px 5px 0 0;
}
#model .model03 .product_cat_list .product_list .text_con .detail_list_ttl.on:before {
  top: 50%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#model .model03 .product_cat_list .product_list .text_con .detail_list_ttl:before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #0066b5;
  position: absolute;
  top: 30%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 12px;
}
#model .model03 .product_cat_list .product_list .text_con ul {
  padding: 8px 16px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 5px 5px;
  max-height: 200px;
}
#model .model03 .product_cat_list .product_list .text_con ul li {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #model .model03 .product_cat_list .product_list .text_con ul li {
    font-size: 3.077vw;
  }
}
#model .model03 .product_cat_list .product_list .text_con ul li:first-child {
  font-weight: bold;
}
#model .model03 .product_cat_list .product_list .tag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
#model .model03 .product_cat_list .product_list .tag {
  display: inline-block;
  padding: 7px 10px 3px;
  border-radius: 50px;
  text-align: center;
  min-width: 110px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  #model .model03 .product_cat_list .product_list .tag {
    font-size: 3.077vw;
  }
}
#model .model03 .product_cat_list .product_list .tag.tag_blue {
  background: #bde4fd;
  color: #0066B5;
  border: 1px solid #bde4fd;
  width: calc((100% - 10px) / 2);
}
#model .model03 .product_cat_list .product_list .tag.tag_w {
  background: #fff;
  color: #0066B5;
  border: 1px solid #0066B5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
#model .model03 .product_cat_list .product_list .tag.tag_w.mini {
  width: calc((100% - 10px) / 2);
}
#model .info01 {
  background: #F4FAFE;
}
#model .info01 .sec_inner {
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  #model .info01 .sec_inner {
    padding: 30px 0;
  }
}
#model .info01 .sec_inner .info_top_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 13px 1fr 13px 1fr 13px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 13px;
}
@media only screen and (max-width: 768px) {
  #model .info01 .sec_inner .info_top_list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
#model .info01 .sec_inner .info_top_list li {
  background: #fff;
}
#model .info01 .sec_inner .info_top_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px 10px 30px;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
}
@media only screen and (max-width: 768px) {
  #model .info01 .sec_inner .info_top_list li a {
    padding: 10px 30px 10px 20px;
  }
}
#model .info01 .sec_inner .info_top_list li a:before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #0066b5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 40px;
}
@media only screen and (max-width: 768px) {
  #model .info01 .sec_inner .info_top_list li a:before {
    width: 2vw;
    height: 2vw;
    right: 4vw;
  }
}
#model .info01 .sec_inner .info_top_list li a span {
  padding-left: 48px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #model .info01 .sec_inner .info_top_list li a span {
    padding-left: 40px;
  }
}
#model .info01 .sec_inner .info_top_list li a span:before {
  content: "";
  width: 32px;
  height: 25px;
  background: #ccc;
  position: absolute;
  top: -15%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #model .info01 .sec_inner .info_top_list li a span:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#model .info01 .sec_inner .info_top_list li:first-child a span:before {
  background: url(../images/model/note.svg) no-repeat center left/contain;
}
#model .info01 .sec_inner .info_top_list li:nth-child(2) a span:before {
  background: url(../images/model/udi.svg) no-repeat center left/contain;
}
#model .info01 .sec_inner .info_top_list li:nth-child(3) a span:before {
  background: url(../images/model/sn.svg) no-repeat center left/contain;
}
#model .info01 .sec_inner .info_top_list li:last-child a span:before {
  background: url(../images/model/web.svg) no-repeat center left/contain;
}
#model .info_block .ttl_info01 span:before {
  background: url(../images/model/note.svg) no-repeat center left/contain;
}
#model .info_block .ttl_info02 span:before {
  background: url(../images/model/udi.svg) no-repeat center left/contain;
}
#model .info_block .ttl_info03 span:before {
  background: url(../images/model/sn.svg) no-repeat center left/contain;
}
#model .info_block .ttl_info04 span:before {
  background: url(../images/model/web.svg) no-repeat center left/contain;
}
#model .info_block .info_ttl01 {
  font-weight: 400;
  margin-bottom: 10px;
}
#model .info_block .info_ttl02 {
  color: #0066B5;
  padding-bottom: 10px;
  border-bottom: 2px solid #0066B5;
  margin-bottom: 30px;
  font-weight: 400;
}
#model .info_block ol {
  list-style: none;
  counter-reset: number;
}
#model .info_block ol li {
  position: relative;
  padding-left: 30px;
}
#model .info_block ol li:before {
  counter-increment: number;
  content: "(" counter(number) ")";
  position: absolute;
  left: 0;
}
#model .info_block table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#model .info_block table th,
#model .info_block table td {
  font-weight: 300;
  text-align: center;
  padding: 15px 10px 5px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
#model .info_block .info_table01 {
  max-width: 480px;
  margin-bottom: 30px;
}
#model .info_block .info_table01 thead th {
  color: #fff;
  background: #0066B5;
}
@media only screen and (max-width: 768px) {
  #model .info_block .info_table02_con {
    max-width: 100%;
    overflow-x: scroll;
  }
}
#model .info_block .info_table02 thead th {
  color: #fff;
  background: #0066B5;
}
#model .info_block .info_table02 thead th:first-child {
  width: 32%;
}
#model .info_block .info_table02 thead th:nth-child(2), #model .info_block .info_table02 thead th:nth-child(3) {
  width: 18%;
}
#model .info_block .info_table02 thead th:last-child {
  width: 32%;
}
@media only screen and (max-width: 768px) {
  #model .info_block .info_table04_con {
    max-width: 100%;
    overflow-x: scroll;
  }
}
#model .info_block .info_table04 thead th {
  color: #fff;
  background: #0066B5;
  width: 16.6666666667%;
}
#model .info_block .info_table04 tbody td:nth-child(odd) {
  background: #F5F3F5;
}
#model .info_block .gray_box {
  padding: 40px;
  background: #F5F3F5;
}
@media only screen and (max-width: 768px) {
  #model .info_block .gray_box {
    padding: 20px;
  }
}

#select .select01 {
  margin: 40px auto 80px;
}
@media only screen and (max-width: 768px) {
  #select .select01 {
    margin: 40px auto 100px;
  }
}
#select .select_top_ttl {
  text-align: center;
  font-size: 35px;
  color: #0066B5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #select .select_top_ttl {
    font-size: 6.2vw;
    margin-bottom: 30px;
  }
}
#select .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 17px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #select .tab-list {
    gap: 10px;
    margin-bottom: 30px;
  }
}
#select .tab-list .tab-list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 5px 10px 0;
  width: 100%;
  max-width: 200px;
  background: #bde4fd;
  color: #0066B5;
  cursor: pointer;
  white-space: nowrap;
}
#select .tab-list .tab-list-item.active {
  color: #fff;
  background: #0066B5;
}
#select .tab-contents {
  clear: both;
  /*padding-top: 20px;*/
  background-color: #fff;
}
#select .tab-contents .tab-contents-item {
  position: relative;
  display: none;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 1000px) {
  #select .tab-contents .tab-contents-item {
    border: none;
  }
}
#select .tab-contents .tab-contents-item.active {
  display: block;
}
@media only screen and (max-width: 1000px) {
  #select .tab-contents .tab-contents-item .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#select .tab-contents .tab-contents-item .text_con {
  padding: 120px 100px;
}
@media print, screen and (min-width: 769px) {
  #select .tab-contents .tab-contents-item .text_con {
    width: calc(100% - 600px);
  }
}
@media only screen and (max-width: 1200px) {
  #select .tab-contents .tab-contents-item .text_con {
    padding: 120px 50px;
  }
}
@media only screen and (max-width: 1000px) {
  #select .tab-contents .tab-contents-item .text_con {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .text_con {
    padding: 50px 0 0 0;
  }
}
#select .tab-contents .tab-contents-item .text_con .select_ttl {
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .text_con .select_ttl {
    display: none;
  }
}
#select .tab-contents .tab-contents-item .map_con.europe_map {
  position: relative;
  background: #f4fafe url(../images/select/map_bg.png) no-repeat top center/cover;
  background-size: 600px;
}
@media print, screen and (min-width: 769px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map {
    width: 600px;
    height: 600px;
  }
}
@media only screen and (max-width: 1000px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map {
    border: 1px solid #ddd;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map {
    width: 100%;
    height: 90vw;
    background-size: 100%;
  }
}
#select .tab-contents .tab-contents-item .map_con.europe_map .map_img {
  position: absolute;
  -webkit-filter: brightness(5.5) saturate(30%) opacity(50%);
          filter: brightness(5.5) saturate(30%) opacity(50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
#select .tab-contents .tab-contents-item .map_con.europe_map .map_img.active {
  -webkit-filter: none;
          filter: none;
}
#select .tab-contents .tab-contents-item .map_con.europe_map .map_img img {
  display: block;
}
#select .tab-contents .tab-contents-item .map_con.europe_map #map_img_01 {
  top: 249px;
  right: 176px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_01 {
    top: 37.15vw;
    right: 26.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_01 img {
    width: 18.741vw;
    height: auto;
  }
}
#select .tab-contents .tab-contents-item .map_con.europe_map #map_img_02 {
  top: 249px;
  left: 49px;
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_02 {
    top: 37.5vw;
    left: 7.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_02 img {
    width: 32.5vw;
    height: auto;
  }
}
#select .tab-contents .tab-contents-item .map_con.europe_map #map_img_03 {
  top: 159px;
  right: 254px;
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_03 {
    top: 23.5vw;
    right: 38vw;
  }
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_03 img {
    width: 21.25vw;
    height: auto;
  }
}
#select .tab-contents .tab-contents-item .map_con.europe_map #map_img_04 {
  top: 441px;
  right: 22px;
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_04 {
    top: 65.6vw;
    right: 3vw;
  }
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_04 img {
    width: 22.39vw;
    height: auto;
  }
}
#select .tab-contents .tab-contents-item .map_con.europe_map #map_img_05 {
  top: 302px;
  right: 130px;
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_05 {
    top: 45.15vw;
    right: 19.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_05 img {
    width: 14.693vw;
    height: auto;
  }
}
#select .tab-contents .tab-contents-item .map_con.europe_map #map_img_06 {
  top: 335px;
  right: 186px;
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_06 {
    top: 50vw;
    right: 27.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_06 img {
    width: 28.936vw;
    height: auto;
  }
}
#select .tab-contents .tab-contents-item .map_con.europe_map #map_img_07 {
  top: 81px;
  right: 66px;
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_07 {
    top: 11.75vw;
    right: 9.85vw;
  }
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_07 img {
    width: 16.342vw;
    height: auto;
  }
}
#select .tab-contents .tab-contents-item .map_con.europe_map #map_img_08 {
  top: 120px;
  right: 86px;
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_08 {
    top: 17.75vw;
    right: 12.84vw;
  }
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_08 img {
    width: 12.744vw;
    height: auto;
  }
}
#select .tab-contents .tab-contents-item .map_con.europe_map #map_img_09 {
  top: 196px;
  left: 167px;
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_09 {
    top: 29.25vw;
    left: 24.85vw;
  }
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_09 img {
    width: 9.145vw;
    height: auto;
  }
}
#select .tab-contents .tab-contents-item .map_con.europe_map #map_img_10 {
  top: 158px;
  right: 114px;
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_10 {
    top: 23.8vw;
    right: 17.25vw;
  }
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_10 img {
    width: 22.88vw;
    height: auto;
  }
}
#select .tab-contents .tab-contents-item .map_con.europe_map #map_img_11 {
  top: 308px;
  right: 15px;
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_11 {
    top: 46vw;
    right: 2.15vw;
  }
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_11 img {
    width: 22.489vw;
    height: auto;
  }
}
#select .tab-contents .tab-contents-item .map_con.europe_map #map_img_12 {
  top: 10px;
  left: 2px;
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_12 {
    top: 1.7vw;
    left: 0.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.europe_map #map_img_12 img {
    width: 21.65vw;
    height: auto;
  }
}
#select .tab-contents .tab-contents-item .map_con.north-america_map {
  position: relative;
  background: #f4fafe url(../images/select/north-america/map_bg.png) no-repeat top center/contain;
  background-size: 600px;
}
@media print, screen and (min-width: 769px) {
  #select .tab-contents .tab-contents-item .map_con.north-america_map {
    width: 600px;
    height: 600px;
  }
}
@media only screen and (max-width: 1000px) {
  #select .tab-contents .tab-contents-item .map_con.north-america_map {
    border: 1px solid #ddd;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.north-america_map {
    width: 100%;
    height: 90vw;
    background-size: 100%;
  }
}
#select .tab-contents .tab-contents-item .map_con.north-america_map .map_img {
  position: absolute;
  -webkit-filter: brightness(5.5) saturate(30%) opacity(50%);
          filter: brightness(5.5) saturate(30%) opacity(50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
#select .tab-contents .tab-contents-item .map_con.north-america_map .map_img.active {
  -webkit-filter: none;
          filter: none;
}
#select .tab-contents .tab-contents-item .map_con.north-america_map .map_img img {
  display: block;
}
#select .tab-contents .tab-contents-item .map_con.north-america_map #map_img_01 {
  top: 93px;
  right: 135px;
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.north-america_map #map_img_01 {
    top: 13.55vw;
    left: -0.25vw;
    width: 70vw;
  }
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.north-america_map #map_img_01 img {
    width: 100%;
    height: auto;
  }
}
#select .tab-contents .tab-contents-item .map_con.north-america_map #map_img_02 {
  top: 20px;
  right: 16px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.north-america_map #map_img_02 {
    top: 3vw;
    right: 2vw;
    width: 66%;
  }
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.north-america_map #map_img_02 img {
    width: 100%;
    height: auto;
  }
}
#select .tab-contents .tab-contents-item .map_con.other-regions_map {
  position: relative;
  background: #f4fafe url(../images/select/other-regions/map_bg.png) no-repeat top center/contain;
  background-size: 600px;
}
@media print, screen and (min-width: 769px) {
  #select .tab-contents .tab-contents-item .map_con.other-regions_map {
    width: 600px;
    height: 600px;
  }
}
@media only screen and (max-width: 1000px) {
  #select .tab-contents .tab-contents-item .map_con.other-regions_map {
    border: 1px solid #ddd;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.other-regions_map {
    width: 100%;
    height: 90vw;
    background-size: 100%;
  }
}
#select .tab-contents .tab-contents-item .map_con.other-regions_map .map_img {
  position: absolute;
  -webkit-filter: brightness(5.5) saturate(30%) opacity(50%);
          filter: brightness(5.5) saturate(30%) opacity(50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
#select .tab-contents .tab-contents-item .map_con.other-regions_map .map_img.active {
  -webkit-filter: none;
          filter: none;
}
#select .tab-contents .tab-contents-item .map_con.other-regions_map .map_img img {
  display: block;
}
#select .tab-contents .tab-contents-item .map_con.other-regions_map #map_img_01 {
  top: 220px;
  right: 136px;
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.other-regions_map #map_img_01 {
    top: 32.8vw;
    right: 20.25vw;
  }
}
@media only screen and (max-width: 768px) {
  #select .tab-contents .tab-contents-item .map_con.other-regions_map #map_img_01 img {
    width: 49.6vw;
    height: auto;
  }
}
#select .select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
}
@media only screen and (max-width: 768px) {
  #select .select-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 20px;
    margin-bottom: 30px;
  }
}
#select .select-list .select-list-item,
#select .select-list .select-list-item02,
#select .select-list .select-list-item03 {
  padding: 10px 0;
  width: 23.5%;
  font-weight: 400;
  color: #0066B5;
  cursor: pointer;
  word-break: break-all;
}
@media only screen and (max-width: 1200px) {
  #select .select-list .select-list-item,
  #select .select-list .select-list-item02,
  #select .select-list .select-list-item03 {
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  #select .select-list .select-list-item,
  #select .select-list .select-list-item02,
  #select .select-list .select-list-item03 {
    padding: 0;
    width: calc((100% - 40px) / 3);
    text-align: center;
  }
}
#select .select-list .select-list-item a,
#select .select-list .select-list-item02 a,
#select .select-list .select-list-item03 a {
  color: #0066B5;
}
@media only screen and (max-width: 768px) {
  #select .select-list .select-list-item a,
  #select .select-list .select-list-item02 a,
  #select .select-list .select-list-item03 a {
    display: block;
  }
}
#select .select-list .select-list-item a:hover,
#select .select-list .select-list-item02 a:hover,
#select .select-list .select-list-item03 a:hover {
  text-decoration: underline;
}
#select .select-list .select-list-item a img,
#select .select-list .select-list-item02 a img,
#select .select-list .select-list-item03 a img {
  display: none;
}
@media only screen and (max-width: 768px) {
  #select .select-list .select-list-item a img,
  #select .select-list .select-list-item02 a img,
  #select .select-list .select-list-item03 a img {
    display: block;
    width: 3.5em;
    height: 2em;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#select .select-list .select-list-item.active,
#select .select-list .select-list-item02.active,
#select .select-list .select-list-item03.active {
  text-decoration: underline;
}
#select .select-contents {
  clear: both;
  margin-top: 120px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #select .select-contents {
    display: none;
  }
}
#select .select-contents .select-contents-item,
#select .select-contents .select-contents-item02,
#select .select-contents .select-contents-item03 {
  position: relative;
  z-index: 10;
  display: none;
}
#select .select-contents .select-contents-item.active,
#select .select-contents .select-contents-item02.active,
#select .select-contents .select-contents-item03.active {
  display: block;
}
#select .select-contents .select-contents-item .img_con img,
#select .select-contents .select-contents-item02 .img_con img,
#select .select-contents .select-contents-item03 .img_con img {
  width: 130px;
  height: 87px;
  margin: 0 auto;
  border: 1px solid #ddd;
}
/*# sourceMappingURL=style.css.map */