@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
/* gradation */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  counter-reset: number 0;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  word-wrap: break-word;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

.inner {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

#contents {
  width: 100%;
  max-width: 1220px;
  padding: 0 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  #contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  margin: 5px 0 50px 0;
  font-size: 13px;
}

@media only screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}

.pankuzu a {
  color: #333;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
}

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #0053a6;
}

.error_link a:hover {
  text-decoration: underline;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
  -webkit-transition: all .8s;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  opacity: 1;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

@media only screen and (max-width: 834px) {
  header#global_header {
    padding-top: 68px;
  }
}

#hedFixed {
  position: fixed;
  z-index: 11;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 834px) {
  #hedFixed {
    width: auto;
    top: 78px;
    left: 10px;
    right: 0;
    position: absolute;
    padding: 0;
  }
}

#header {
  width: 100%;
  padding: 10px 0;
}

@media only screen and (max-width: 834px) {
  #header {
    padding: 0;
  }
}

#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header #siteID {
  width: 330px;
  text-align: left;
}

@media only screen and (max-width: 834px) {
  #header #siteID {
    display: none;
  }
}

#header #siteID img {
  width: 75% !important;
  max-width: 245px;
  display: inline-block;
  vertical-align: middle;
}

#header #siteID .isoIcon {
  width: 23% !important;
  margin-left: 1%;
  padding-top: 5px;
}

#header #siteID a {
  opacity: 1;
}

#header #hedInfo {
  width: 77%;
  max-width: 472px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  #header #hedInfo {
    display: none;
  }
}

#header #hedInfo .linkTel {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #0053a6;
}

#header #hedInfo .linkTel i {
  margin-right: 7px;
  font-weight: 400;
}

#header #hedInfo .linkTel a {
  font-size: 20px;
  font-weight: bold;
  color: #0053a6;
}

#header #hedInfo .cont a {
  display: block;
  width: 230px;
  padding: 10px 5px 6px 5px;
  background-color: #20bb8d;
  border: 2px solid #20bb8d;
  font-size: 15px;
  color: #fff;
  line-height: 1;
}

#header #hedInfo .cont a i {
  margin-right: 12px;
  font-size: 20px;
  font-weight: 400;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  #header #hedInfo .cont a i {
    font-size: 20px;
  }
}

#header #hedInfo .cont a:hover {
  background-color: #fff;
  color: #20bb8d;
}

#hedFixed .wrap {
  background: #006fdd;
  background: -webkit-gradient(linear, left top, right top, from(#006fdd), to(#004f9d));
  background: linear-gradient(to right, #006fdd 0%, #004f9d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

#hedFixed .wrap .inner {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#hedFixed .wrap .flxL {
  width: 25%;
}

@media only screen and (max-width: 834px) {
  #hedFixed .wrap .flxL {
    width: 50%;
    margin: 0 auto 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    right: 0;
    height: 68px;
    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;
  }
}

#hedFixed .wrap .flxL #siteID02 {
  padding: 0 10px;
}

@media only screen and (max-width: 834px) {
  #hedFixed .wrap .flxL #siteID02 {
    display: none;
  }
}

#hedFixed .wrap .flxL #siteID02 a {
  text-align: left;
  display: block;
  text-align: center;
}

#hedFixed .wrap .flxL #siteID02 img {
  width: 100% !important;
  max-width: 230px;
}

@media only screen and (max-width: 834px) {
  #hedFixed .wrap .flxL #siteID02 img {
    max-width: 100%;
  }
}

#hedFixed .wrap .flxL #spID {
  display: none;
}

@media only screen and (max-width: 834px) {
  #hedFixed .wrap .flxL #spID {
    display: block;
    width: 45%;
  }
}

@media only screen and (max-width: 640px) {
  #hedFixed .wrap .flxL #spID {
    width: 180px;
  }
}

#hedFixed .wrap .flxR {
  width: 73%;
  max-width: 720px;
}

@media only screen and (max-width: 640px) {
  #hedFixed .wrap .flxR {
    width: 100%;
  }
}

#hedFixed .wrap .flxR .wrap {
  background: transparent;
}

.navwrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 834px) {
  .navwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.navwrap .menuBtn {
  display: none;
}

@media only screen and (max-width: 834px) {
  .navwrap .menuBtn {
    border-bottom: 1px solid #E6EAEA;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.navwrap #hed_info {
  display: none;
}

@media only screen and (max-width: 834px) {
  .navwrap #hed_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.navwrap #nav_global {
  width: 100%;
}

.navwrap #nav_global ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navwrap #nav_global ul li {
  height: 100%;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.navwrap #nav_global ul li a {
  display: block;
  height: 100%;
  padding: 17.5px 0;
  line-height: 1;
  color: #fff !important;
}

.navwrap #nav_global ul li a:hover {
  opacity: 0.7;
  -webkit-animation: .3s;
  animation: zoom .3s;
}

.navwrap #nav_global ul li a span {
  display: none;
}

.navwrap #nav_global ul li ul {
  height: auto;
  width: 100%;
  position: absolute;
  display: block;
  background: rgba(27, 73, 150, 0.8);
}

.navwrap #nav_global ul li ul li {
  height: auto;
}

.navwrap #nav_global ul li ul li a {
  height: auto;
  padding: 30px 10px;
}

.global-menu-btn {
  display: none;
  font-size: 10px;
}

@media only screen and (max-width: 834px) {
  .global-menu-btn {
    background: #f4f7f6;
    border-right: 1px solid #E6EAEA;
    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;
    height: 68px;
    width: 68px;
    z-index: 11;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #000;
    line-height: 1;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .global-menu-btn:hover {
    color: #fff;
    background: rgba(1, 93, 178, 0.7);
  }
  .global-menu-btn::before {
    font-size: 2.4em;
    content: "\f0c9";
    line-height: 1;
    font-family: "Font Awesome 5 pro";
    font-weight: 400;
  }
  .global-menu-btn i {
    margin-top: 3px;
    display: block;
    line-height: 1;
  }
}

.global-menu-close-btn {
  display: none;
}

@media only screen and (max-width: 834px) {
  .global-menu-close-btn {
    display: block;
    width: 68px;
    height: 67px;
    background: #f4f7f6;
    border-left: 1px solid #E6EAEA;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  }
  .global-menu-close-btn:before {
    content: "\f00d";
    line-height: 32px;
    font-family: "Font Awesome 5 pro";
    font-size: 1.3rem;
    font-weight: 300;
    display: block;
    width: 100%;
    color: #000;
    height: 100%;
    text-align: center;
    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;
  }
  .global-menu-close-btn i {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  #hednav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 68px;
    width: 100%;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    margin: 0;
    padding: 10px 0;
    background: #eef2f2;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  }
  #hednav .wrap {
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: rgba(0, 0, 0, 0.6) !important;
    display: block !important;
    position: fixed;
    width: 100% !important;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
  }
  #hednav .wrap .navwrap {
    display: block !important;
    background: #eef2f2;
    width: 75%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(-240%);
    transform: translateX(-240%);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  #hednav .wrap .navwrap #hed_info {
    border-bottom: 1px solid #E6EAEA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 5%;
  }
  #hednav .wrap .navwrap #hed_info .store2 {
    margin: 5% 0 !important;
  }
  #hednav .wrap .navwrap #hed_info .hoverbtn {
    width: 100%;
    margin: 0;
  }
  #hednav .wrap .navwrap #hed_info .hoverbtn a {
    border: 1px solid #E6EAEA;
    background: #f4f7f6;
    border-radius: 40px;
    line-height: 1;
    padding: 24px 36px;
    font-size: 16px;
    font-weight: bold;
    color: #202121 !important;
    -webkit-transition: 1s;
    transition: 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  #hednav .wrap .navwrap #hed_info .hoverbtn a:hover {
    background: #ccc;
  }
  #hednav .wrap .navwrap #hed_info .hoverbtn a i {
    font-weight: 400;
    margin-right: 7px;
    font-size: 1.5rem !important;
  }
  #hednav .wrap .navwrap #nav_global {
    width: 100%;
    margin-top: 0 !important;
  }
  #hednav .wrap .navwrap #nav_global ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }
  #hednav .wrap .navwrap #nav_global ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #E6EAEA;
  }
  #hednav .wrap .navwrap #nav_global ul li ul {
    display: block !important;
    position: static;
    height: auto !important;
  }
  #hednav .wrap .navwrap #nav_global ul li ul li a {
    color: #fff !important;
  }
  #hednav .wrap .navwrap #nav_global ul li ul li a:before {
    display: none;
  }
  #hednav .wrap .navwrap #nav_global ul li a {
    line-height: 1;
    height: 100%;
    padding: 24px 36px;
    font-size: 16px;
    font-weight: bold;
    color: #202121 !important;
    cursor: pointer;
  }
  #hednav .wrap .navwrap #nav_global ul li a:hover {
    background: #ccc;
  }
}

@media only screen and (max-width: 640px) {
  #hednav .wrap .navwrap #nav_global ul li a {
    padding: 20px 36px;
  }
  #hednav .wrap .navwrap #hed_info .hoverbtn a {
    padding: 20px 10px;
  }
}

.MenuOpened {
  z-index: 13 !important;
}

.MenuOpened .global-menu-btn {
  z-index: 0;
}

.MenuOpened .wrap {
  z-index: 10 !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.MenuOpened .wrap .navwrap {
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh !important;
}

.MenuOpened .wrap .global-menu-close-btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#mainArea {
  position: relative;
  margin-top: 118px;
  margin-bottom: 5.8%;
}

@media only screen and (max-width: 834px) {
  #mainArea {
    margin-top: 0;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea {
    position: static;
  }
}

#mainArea .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 69%;
  max-width: 1320px;
  padding-top: 6px;
  background-color: #fff;
  text-align: left;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea .txt {
    width: 90%;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea .txt {
    position: relative;
    width: 100%;
    text-align: center;
    line-height: 1.5;
  }
}

#mainArea .txt span {
  display: inline-block;
  padding-left: 365px;
}

@media only screen and (max-width: 1880px) {
  #mainArea .txt span {
    padding-left: 27%;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea .txt span {
    padding-left: 0;
    text-align: center;
  }
}

#mainArea .txt span span {
  display: inline;
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fffc00));
  background: linear-gradient(transparent 60%, #fffc00 60%);
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 1880px) {
  #mainArea .txt span span {
    font-size: 2.1vw;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea .txt span span {
    font-size: 2.7vw;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea .txt span span {
    font-size: 4vw;
    text-align: center;
  }
}

#mainArea .txt:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 2%;
  width: 27%;
  max-width: 325px;
  height: 13.5vw;
  display: inline-block;
  background: url(../images/contents/passport.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
}

@media only screen and (max-width: 640px) {
  #mainArea .txt:before {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}

.spNav {
  display: none;
}

@media only screen and (max-width: 834px) {
  .spNav {
    display: block;
  }
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
}

footer#global_footer a {
  text-decoration: none;
}

footer#global_footer a:hover {
  text-decoration: underline;
}

footer#global_footer #footer .wrap {
  padding-top: 4.3%;
}

footer#global_footer #footer .wrap p {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

@media only screen and (max-width: 910px) {
  footer#global_footer #footer .wrap p {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer .wrap p {
    font-size: 4.2vw;
  }
}

footer#global_footer #footer .wrap .cont_top {
  background-color: #005ab4;
}

footer#global_footer #footer .wrap .cont_top .inner li:first-of-type {
  width: 59%;
}

@media only screen and (max-width: 834px) {
  footer#global_footer #footer .wrap .cont_top .inner li:first-of-type {
    width: auto;
    margin-right: 3%;
  }
}

footer#global_footer #footer .wrap .cont_top .inner .support {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  color: #0053a6;
}

@media only screen and (max-width: 1070px) {
  footer#global_footer #footer .wrap .cont_top .inner .support {
    font-size: 3.3vw;
  }
}

@media only screen and (max-width: 910px) {
  footer#global_footer #footer .wrap .cont_top .inner .support {
    font-size: 2.9vw;
  }
}

footer#global_footer #footer .wrap .cont_bottom {
  background-color: #00407e;
}

footer#global_footer #footer .wrap .cont_bottom .inner .linkTel a:hover {
  text-decoration: none;
}

footer#global_footer #footer .wrap .cont_bottom .inner .cont:hover {
  text-decoration: none;
}

footer#global_footer #footer #fotID {
  padding: 1.3% 0;
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer #fotID {
    padding: 20px 0;
  }
}

footer#global_footer #copy {
  display: block;
  padding: 24.5px 5px;
  background-color: #0053a6;
  font-size: 12px;
  color: #fff;
}

footer#global_footer #copy a {
  display: inline-block;
  margin-left: 4px;
  text-decoration: none;
  color: #fff;
}

footer#global_footer #copy a:hover {
  opacity: 1;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
.con01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .con01 {
    display: block;
  }
}

.con01 .txt {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .con01 .txt {
    width: 100%;
    margin-bottom: 20px;
  }
}

.con01 .txt h2 {
  margin-bottom: 7.5%;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 1880px) {
  .con01 .txt h2 {
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 1070px) {
  .con01 .txt h2 {
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .con01 .txt h2 {
    margin-bottom: 20px;
    font-size: 25px;
    text-align: center !important;
  }
}

@media only screen and (max-width: 640px) {
  .con01 .txt h2 {
    font-size: 3.9vw;
    text-align: center !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .con01 .txt p {
    text-align: center !important;
  }
}

@media only screen and (max-width: 834px) {
  .con01 .txt .bold.fs18 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .con01 .txt .bold.fs18 {
    font-size: 15px !important;
  }
}

.con01 .img {
  width: 47.5%;
}

@media only screen and (max-width: 834px) {
  .con01 .img {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
  }
}

.con01 .img img {
  width: 100% !important;
}

.topPolicy h3 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #0053a6;
  font-size: 18px;
  font-weight: bold;
  color: #0053a6;
  line-height: 1.5;
}

.contTxt p {
  padding-top: 5.9%;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}

@media only screen and (max-width: 910px) {
  .contTxt p {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contTxt p {
    padding-top: 9%;
  }
}

@media only screen and (max-width: 640px) {
  .contTxt p {
    padding-top: 40px;
    font-size: 4.2vw;
  }
}

.cont_top {
  padding: 14px 0;
}

.cont_top .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 18.5%;
}

@media only screen and (max-width: 834px) {
  .cont_top .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cont_top .inner .h2wrap {
  width: 59%;
}

@media only screen and (max-width: 834px) {
  .cont_top .inner .h2wrap {
    width: auto;
    margin-right: 3%;
  }
}

.cont_top .inner h2 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: left;
}

@media only screen and (max-width: 1070px) {
  .cont_top .inner h2 {
    font-size: 4.4vw;
  }
}

.cont_top .inner .support {
  width: 41%;
  max-width: 356px;
  padding: 0.5px;
  background-color: #fffc00;
}

@media only screen and (max-width: 910px) {
  .cont_top .inner .support {
    padding: 7px;
    padding-right: 4%;
    padding-left: 4%;
  }
}

.cont_top .inner .support p {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  color: #0053a6;
  text-align: center;
}

@media only screen and (max-width: 1070px) {
  .cont_top .inner .support p {
    font-size: 3.3vw;
  }
}

@media only screen and (max-width: 910px) {
  .cont_top .inner .support p {
    font-size: 2.9vw;
  }
}

.cont_bottom .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 21px 10px;
  padding-right: 18.5%;
}

@media only screen and (max-width: 834px) {
  .cont_bottom .inner {
    display: block;
  }
}

.cont_bottom .inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10px;
  display: block;
  width: 21.5%;
  height: 16.5vw;
  background: url(../images/contents/img_contact.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
}

@media only screen and (max-width: 834px) {
  .cont_bottom .inner:after {
    right: 0;
    height: 23.5vw;
  }
}

.cont_bottom .inner li {
  float: none !important;
  overflow: inherit !important;
}

@media only screen and (max-width: 834px) {
  .cont_bottom .inner li {
    margin-right: auto !important;
  }
}

.cont_bottom .inner li:first-of-type {
  width: 48%;
  max-width: 410px;
  margin-right: 4.5%;
  padding: 11.5px 0;
  border: 3px solid #fff;
  text-align: center !important;
}

@media only screen and (max-width: 834px) {
  .cont_bottom .inner li:first-of-type {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_bottom .inner li:first-of-type {
    width: 60%;
    max-width: 100%;
    margin-bottom: 15px;
    padding: 0;
    border: none;
  }
}

.cont_bottom .inner li:nth-of-type(2) {
  width: 49%;
  max-width: 420px;
}

@media only screen and (max-width: 834px) {
  .cont_bottom .inner li:nth-of-type(2) {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .cont_bottom .inner li:nth-of-type(2) {
    width: 60%;
    max-width: 100%;
  }
}

.cont_bottom .inner .linkTel {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

@media only screen and (max-width: 910px) {
  .cont_bottom .inner .linkTel {
    font-size: 4.3vw;
  }
}

@media only screen and (max-width: 640px) {
  .cont_bottom .inner .linkTel {
    display: block;
  }
}

.cont_bottom .inner .linkTel:before {
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 2%;
}

@media only screen and (max-width: 640px) {
  .cont_bottom .inner .linkTel:before {
    display: none;
  }
}

.cont_bottom .inner .linkTel a {
  display: block;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .cont_bottom .inner .linkTel a {
    padding: 18.5px 0;
    border: 3px solid #fff;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .cont_bottom .inner .linkTel a:before {
    content: "\f879";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-right: 2%;
  }
}

.cont_bottom .inner .cont {
  display: block;
  border: 2px solid #20bb8d;
  padding: 4.5px 0;
  background-color: #20bb8d;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 910px) {
  .cont_bottom .inner .cont {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 640px) {
  .cont_bottom .inner .cont {
    padding: 13.5px 0;
  }
}

.cont_bottom .inner .cont:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 4%;
}

@media only screen and (max-width: 1070px) {
  .cont_bottom .inner .cont:before {
    margin-right: 3%;
  }
}

.cont_bottom .inner .cont:hover {
  background-color: #fff;
  color: #20bb8d;
  text-decoration: none;
}

.topFlow {
  padding: 9.3% 0 10.9% 0;
}

.ttl_icon h2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
  color: #0051a2;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ttl_icon h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 640px) {
  .ttl_icon h2 {
    font-size: 22px;
  }
}

.ttl_icon h2:before {
  content: "\f5ab";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 38px;
  margin-right: 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ttl_icon h2:before {
    font-size: 32px;
  }
}

.ttl_bdr h2 {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 29px;
}

@media only screen and (max-width: 640px) {
  .ttl_bdr h2 {
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
}

.ttl_bdr h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #006edc;
  background: -webkit-gradient(linear, left top, right top, from(#006edc), to(#0051a2));
  background: linear-gradient(to right, #006edc 0%, #0051a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

@media only screen and (max-width: 640px) {
  .ttl_bdr h2:after {
    height: 2px;
  }
}

.wrap_flow {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.wrap_flow h3 {
  margin-bottom: 10px;
  padding: 2px 14px;
  background: #006edc;
  background: -webkit-gradient(linear, left top, right top, from(#006edc), to(#0051a2));
  background: linear-gradient(to right, #006edc 0%, #0051a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .wrap_flow h3 {
    padding: 10px 14px;
    font-size: 20px;
  }
}

.visa {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.visa .inner860 {
  padding: 3.6% 0 3.9% 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .visa .inner860 {
    padding: 40px 10px;
  }
}

@media only screen and (max-width: 640px) {
  .visa .inner860 {
    padding: 40px 10px 0 10px;
    padding-bottom: 63%;
  }
}

.visa h2 {
  margin-bottom: 58px;
}

@media only screen and (max-width: 640px) {
  .visa h2 {
    margin-bottom: 30px;
  }
}

.visa .check {
  position: relative;
  z-index: 2;
  padding: 38px 32px 42px 32px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}

@media only screen and (max-width: 640px) {
  .visa .check {
    padding: 20px;
  }
}

.visa:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 13%;
  z-index: 1;
  width: 12.5%;
  height: 28vw;
  background: url(../images/contents/bg_kistL.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
}

@media only screen and (max-width: 1550px) {
  .visa:before {
    left: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .visa:before {
    left: 20px;
    width: 28%;
    height: 58vw;
  }
}

.visa:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: 1;
  width: 16%;
  height: 31vw;
  background: url(../images/contents/bg_kistR.png) no-repeat;
  background-size: contain;
  background-position: center bottom;
}

@media only screen and (max-width: 1550px) {
  .visa:after {
    right: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .visa:after {
    right: 20px;
    width: 32%;
    height: 61vw;
  }
}

.check li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 48px;
  font-size: 24px;
  line-height: 1.3;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .check li {
    padding-left: 39px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .check li {
    padding-left: 28px;
    font-size: 15px;
  }
}

.check li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 32px;
  position: absolute;
  top: 0;
  left: 0;
  color: #20bb8d;
  margin-right: 15px;
  vertical-align: middle;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .check li:before {
    font-size: 24px;
  }
}

@media only screen and (max-width: 640px) {
  .check li:before {
    font-size: 16px;
  }
}

.lineYlw {
  display: inline;
  padding-left: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fffc00));
  background: linear-gradient(transparent 60%, #fffc00 60%);
  font-size: 30px;
  font-weight: bold;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .lineYlw {
    font-size: 22px;
  }
}

@media only screen and (max-width: 640px) {
  .lineYlw {
    font-size: 15px;
  }
}

.ttl_merit h2 {
  position: relative;
  display: inline-block;
  margin: 80px auto 30px auto;
  padding-bottom: 10px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ttl_merit h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 640px) {
  .ttl_merit h2 {
    margin: 50px auto 20px auto;
    font-size: 4.7vw;
  }
}

.ttl_merit h2:before, .ttl_merit h2:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 55px;
  height: 88px;
}

@media only screen and (max-width: 640px) {
  .ttl_merit h2:before, .ttl_merit h2:after {
    width: 11%;
    height: 14vw;
  }
}

.ttl_merit h2:before {
  left: -103px;
  background: url(../images/contents/ttlL.png) no-repeat;
  background-position: center;
}

@media only screen and (max-width: 640px) {
  .ttl_merit h2:before {
    left: -11%;
    background-size: contain;
  }
}

.ttl_merit h2:after {
  right: -103px;
  background: url(../images/contents/ttlR.png) no-repeat;
  background-position: center;
}

@media only screen and (max-width: 640px) {
  .ttl_merit h2:after {
    right: -11%;
    background-size: contain;
  }
}

.merit {
  margin-bottom: 120px;
  padding: 45px 30px 30px 30px;
}

@media only screen and (max-width: 1550px) {
  .merit {
    margin-right: 8%;
  }
}

@media only screen and (max-width: 834px) {
  .merit {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .merit {
    position: relative;
    padding: 40px 20px;
  }
}

.merit h3 {
  margin-bottom: 38px;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .merit h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 640px) {
  .merit h3 {
    font-size: 21px;
    line-height: 1.5;
  }
}

.merit h3 .fcYlw {
  display: inline-block;
  padding: 0 5px;
  font-size: 58px;
  color: #fffc00;
}

@media only screen and (max-width: 640px) {
  .merit h3 .fcYlw {
    font-size: 50px;
  }
}

.wrap_merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .wrap_merit {
    position: static;
    display: block;
  }
}

.wrap_merit .box {
  width: 32%;
  margin-right: 2%;
  padding: 20px 10px 30px 10px;
  background-color: #fff;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrap_merit .box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .wrap_merit .box {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.wrap_merit .box:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrap_merit .box:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrap_merit .box:nth-of-type(even) {
    margin-right: 0;
  }
}

.wrap_merit .box h4 {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 2px solid #006edc;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}

@media only screen and (max-width: 640px) {
  .wrap_merit .box h4 {
    height: auto !important;
  }
}

@media only screen and (max-width: 1070px) {
  .wrap_merit .box h4 .fs18 {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 910px) {
  .wrap_merit .box h4 .fs18 {
    font-size: 14px !important;
  }
}

.wrap_merit .box .row h4 {
  padding-top: 22px;
}

@media only screen and (max-width: 640px) {
  .wrap_merit .box .row h4 {
    padding-top: 0;
  }
}

.wrap_merit .box .pd {
  padding: 0 15px;
}

.wrap_merit:after {
  content: "";
  position: absolute;
  right: -283px;
  bottom: -30px;
  width: 24.6%;
  height: 21vw;
  display: block;
  background: url(../images/contents/bg_merit.png) no-repeat;
  background-size: contain;
  background-position: left bottom;
}

@media only screen and (max-width: 1880px) {
  .wrap_merit:after {
    right: -292px;
    width: 25.4%;
  }
}

@media only screen and (max-width: 1550px) {
  .wrap_merit:after {
    right: -227px;
    width: 21.4%;
    height: 21vw;
  }
}

@media only screen and (max-width: 1200px) {
  .wrap_merit:after {
    right: -192px;
    height: 31vw;
  }
}

@media only screen and (max-width: 1070px) {
  .wrap_merit:after {
    right: -152px;
    width: 19.4%;
    height: 25vw;
  }
}

@media only screen and (max-width: 910px) {
  .wrap_merit:after {
    right: -149px;
    width: 24.4%;
    height: 28vw;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrap_merit:after {
    right: 0;
    width: 45%;
    height: 55vw;
    background-position: right bottom;
  }
}

@media only screen and (max-width: 640px) {
  .wrap_merit:after {
    display: none;
  }
}

.topCountry {
  padding: 6.8% 0 4.2% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.topCountry h2 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  .topCountry h2 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .topCountry .btn {
    display: block !important;
  }
}

.topCountry .btn .box {
  position: relative;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topCountry .btn .box {
    width: 48%;
    margin-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .topCountry .btn .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.topCountry .btn .box:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topCountry .btn .box:nth-of-type(3n) {
    margin-right: 4%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topCountry .btn .box:nth-of-type(even) {
    margin-right: 0;
  }
}

.topCountry .btn .box img {
  width: 100% !important;
}

.topCountry .btn .box a {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  line-height: 0.8;
  text-align: center;
}

@media only screen and (max-width: 910px) {
  .topCountry .btn .box a {
    font-size: 26px;
  }
}

@media only screen and (max-width: 640px) {
  .topCountry .btn .box a {
    height: 48.6vw;
  }
}

.topCountry .btn .box a .wrap {
  display: table-cell;
  vertical-align: middle;
}

.topCountry .btn .box a .sub {
  font-size: 20px;
}

@media only screen and (max-width: 910px) {
  .topCountry .btn .box a .sub {
    font-size: 16px;
  }
}

.topCountry .btn .box a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.topCountry .wrapBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topCountry .wrapBtn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.topCountry .wrapBtn .box {
  background: #006fdd;
  background: -webkit-gradient(linear, left top, left bottom, from(#006fdd), to(#0053a6));
  background: linear-gradient(to bottom, #006fdd 0%, #0053a6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 50px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topCountry .wrapBtn .box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .topCountry .wrapBtn .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.topCountry .wrapBtn .box:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topCountry .wrapBtn .box:nth-of-type(4n) {
    margin-right: 2%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .topCountry .wrapBtn .box:nth-of-type(even) {
    margin-right: 0;
  }
}

.topCountry .wrapBtn .box h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

@media only screen and (max-width: 910px) {
  .topCountry .wrapBtn .box h3 {
    font-size: 26px;
  }
}

.topCountry .wrapBtn .box .txt li {
  position: relative;
  margin-right: 10px;
  font-size: 13px;
  color: #fff;
  line-height: 1.5;
}

.topCountry .wrapBtn .box .txt li:before {
  content: "・";
}

.topCountry .wrapBtn .box .txt a {
  color: #fff;
}

.topCountry .wrapBtn .box .txt a:hover {
  opacity: 0.6;
}

.wrapNews {
  border: 4px solid #0053a6;
}

.wrapNews h2 {
  margin-bottom: 20px;
  padding: 14px;
  border-left: 8px solid #00407e;
  background: #006edc;
  background: -webkit-gradient(linear, left top, right top, from(#006edc), to(#0051a2));
  background: linear-gradient(to right, #006edc 0%, #0051a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .wrapNews h2 {
    padding: 10px 14px;
    font-size: 20px;
  }
}

.wrapNews .newsTxt {
  max-height: 350px;
  overflow-x: auto;
}

.wrapNews .newsTxt dl {
  margin: 0 10px 20px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 640px) {
  .wrapNews .newsTxt dl {
    display: block !important;
    margin-right: 0;
  }
}

.wrapNews .newsTxt dt, .wrapNews .newsTxt dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
}

.wrapNews .newsTxt dt {
  min-width: 155px;
}

.wrapNews .newsTxt dt span {
  display: inline-block;
  padding: 0 30px;
  background: #0053a6;
}

@media only screen and (max-width: 640px) {
  .wrapNews .newsTxt dt span {
    display: block;
    margin-bottom: 10px;
    padding: 0 10px;
  }
}

.wrapNews .newsTxt dd {
  width: 100%;
}

/* ------------------------------------------------------------
visa_india.html
------------------------------------------------------------ */
.kome li {
  position: relative;
  padding-left: 24px;
}

.kome li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.kome02 dl {
  display: block !important;
  margin-bottom: 20px;
}

.kome02 dl:last-of-type {
  margin-bottom: 0;
}

.kome02 dl dt, .kome02 dl dd {
  padding: 0 !important;
  border: none !important;
}

.kome02 dl dt {
  font-weight: bold;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.mail.title {
  display: none !important;
}

form .annot {
  text-align: right;
  color: #f00;
}

.contact_form {
  margin-top: 50px;
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .flex {
    display: block;
  }
}

.flex .box02 {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .flex .box02 {
    width: 100%;
    margin-right: 0;
  }
}

.flex .box02:nth-of-type(even) {
  margin-right: 0;
}

.flex .box02 img {
  width: 100% !important;
}

.flex .box03 {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .flex .box03 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.flex .box03:nth-of-type(3n) {
  margin-right: 0;
}

.flex .box03 img {
  width: 100% !important;
}

.flex .box04 {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 30px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flex .box04 {
    width: 48%;
    margin-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  .flex .box04 {
    width: 100%;
    margin-right: 0;
  }
}

.flex .box04:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flex .box04:nth-of-type(4n) {
    margin-right: 4%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flex .box04:nth-of-type(even) {
    margin-right: 0;
  }
}

.flex .box04 img {
  width: 100% !important;
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl01 h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .ttl01 h2 {
    font-size: 28px;
  }
}

.ttl01 h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

.ttl01 h2 {
  position: relative;
  padding: 10px 10px 10px 30px;
  border: 1px solid #ccc;
}

.ttl01 h2:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 15px;
  display: block;
  width: 7px;
  height: 30px;
  border-radius: 10px;
  background: #0053a6;
}

.ttl01 h3 {
  position: relative;
  border-bottom: 2px solid #ccc;
}

.ttl01 h3:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  background: #0053a6;
}

@media only screen and (max-width: 640px) {
  .ttl01 h3 span {
    display: block;
  }
}

.h1wrap.con100.ttl01 {
  margin-top: 118px !important;
  background: #006edc;
}

@media only screen and (max-width: 834px) {
  .h1wrap.con100.ttl01 {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .h1wrap.con100.ttl01 {
    margin-bottom: 30px;
  }
}

.h1wrap.con100.ttl01 h1 {
  max-width: 1220px;
  margin: 0 auto;
  padding: 30px 10px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1px;
}

@media only screen and (max-width: 640px) {
  .h1wrap.con100.ttl01 h1 {
    font-size: 30px;
  }
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl01 td {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .tbl01 td:first-of-type div {
    text-align: left !important;
  }
}

/* ------------------------------------------------------------
button
------------------------------------------------------------ */
.btn_grn a {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 27px;
  background-color: #20bb8d;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .btn_grn a {
    display: block;
    padding: 15px 5px;
    font-size: 16px;
  }
}

.btn_grn a:hover {
  opacity: 0.8;
}

.btn_grn a:before {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-right: 5px;
}

.btn_grn02 a {
  padding: 10px 49px;
  font-size: 20px;
}

@media only screen and (max-width: 640px) {
  .btn_grn02 a {
    padding: 15px 5px;
    font-size: 16px;
  }
}

/* ------------------------------------------------------------
text
------------------------------------------------------------ */
.bold p {
  font-weight: bold;
}

.pntTxt {
  margin: 0 auto 20px auto;
  line-height: 1.3;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .pntTxt {
    margin-bottom: 10px;
  }
}

.pntTxt p {
  display: inline-block;
  padding: 0 23px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fffc00));
  background: linear-gradient(transparent 60%, #fffc00 60%);
  font-style: oblique;
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 910px) {
  .pntTxt p {
    font-size: 28px;
  }
}

.pntTxt .num {
  font-style: oblique;
  font-size: 56px;
}

@media only screen and (max-width: 910px) {
  .pntTxt .num {
    font-size: 39px;
  }
}

.fcWh h2 {
  color: #fff;
}

.link a {
  font-weight: bold;
  color: #0053a6;
  text-decoration: underline;
}

.link a:hover {
  text-decoration: none;
}

/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.mg_t0, .mg_t0 h2, .mg_t0 h3, .mg_t0 h4, .mg_t0 h5 {
  margin-top: 0 !important;
}

@media only screen and (max-width: 640px) {
  .sp_blk {
    display: block;
  }
}

.inner860 {
  max-width: 860px;
  margin: 0 auto;
}

@media only screen and (max-width: 1070px) {
  .inner860 {
    max-width: 780px;
  }
}

.anc {
  clear: none !important;
}

.anc div {
  margin-top: -170px;
  padding-top: 170px;
}
/*# sourceMappingURL=assets.css.map */