<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

body{
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  color: #333333;
  background-color:#ffffff;
}
h1, h2, h3, h4, p{
  margin: 0;
}
/*#header_simple{
  margin-bottom: 8px;
}
#breadcrumbs {
  margin: 8px 0 20px;
  border: none;
  background-color: transparent;
}
#breadcrumbs p {
  background: transparent;
  margin-left: 0;
}*/
.base { margin: 0 auto; width: 970px;}

.l-mt0{
  margin-top: 0 !important;
}
.l-ml0{
  margin-left: 0 !important;
}
.l-color-pink{
  color: #CC0D21;
}
.l-bg-pink{
  background: #fadcea;
}
.l-color-blue{
  color: #3477c1;
}
.l-bold{
  font-weight: bold;
}
.l-border-red{
  border: 1px solid #d13d4d;
}
.l-border-blue{
  border: 1px solid #3477c1;
}
.l-indent-none{
  padding-left: 0;
}
.l-indent-none{
  text-indent: 0;
}


.is-sp-br,
.is-pc-hide{
  display: none;
}
.is-sp-hide{
  display: block;
}
.text{
  text-align: justify;
  line-height: 1.7;
  font-size: 14px;
}
.base a{
  color: #125687;
  text-decoration: none;
}
.base a:hover{
  text-decoration: underline;
}
.alert{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 10px 10px 10px 50px;
  background: url(../images/bg_red.png) repeat;
  box-sizing: border-box;
}
.alert_title{
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
}
.alert_text{
  width: 610px;
  margin-left: 30px;
  padding: 14px 20px;
  background: #ffffff;
  border-radius: 3px;
  box-sizing: border-box;
}

.contents_title{
  margin: 28px 0;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}

.section_anchor{
  margin-bottom: 30px;
  text-align: center;
}
.section_anchor span{
  display: inline-block;
}
.section_anchor span + span{
  margin-left: 48px;
}

.section + .section{
  margin-top: 70px;
}
.contents{
  padding: 0 10px;
  box-sizing: border-box;
}
.section_title{
  margin-bottom: 30px;
  padding: 17px 0 15px 40px;
  background: #e0e0e0;
  font-weight: bold;
  font-size: 24px;
}
.section_block{
  padding: 0 40px;
  box-sizing: border-box;
}
.section_block + .section_block{
  margin-top: 35px;
}

.block_title{
  margin-bottom: 15px;
  color: #4f509e;
  font-size: 18px;
  font-weight: bold;
}
.block_title::before{
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url(../images/head_square.png) left center no-repeat;
  width: 16px;
  height: 16px;
}
.block_text{
  padding-left: 0.6em;
  text-indent: -0.6em;
}
.block_text::before{
  content: "";
  position: relative;
  top: -3px;
  display: inline-block;
  margin-right: 5px;
  background: url(../images/head_circle.png) left center no-repeat;
  width: 4px;
  height: 4px;
}
.block_text + .block_text{
  margin-top: 12px;
}
.block_text.is-head-hide.l-indent{
  margin-left: 10px;
  padding-left: 0;
  text-indent: 0;
}
.block_text.is-head-hide::before{
  display: none;
}

.text .block_text{
  display: block;
}

.conditions_data th{
  padding: 12px 20px;
  background: #000000;
  color: #ffffff;
}
.conditions_data th.passport{
  border-right: 1px solid #333333;
}
.conditions_data th + th{
  border-left: 1px solid #ffffff;
}
.conditions_data td{
  vertical-align: middle;
  padding: 25px 20px;
  border: 1px solid #333333;
}
.conditions_data .area{
  width: 142px;
}
.conditions_data .visa{
  width: 292px;
}

.postscript h4{
  margin-bottom: 5px;
  color: #d13d4d;
  font-size: 15px;
  font-weight: bold;
}
#home-12 .postscript{
  margin-top: 30px;
  padding: 10px;
}
#insurance .postscript{
  padding: 25px;
}

.block_img{
  margin: 20px 0 30px;
}

.dynamicjtb .section_anchor{
  text-align: center;
  line-height: 1.8;
  margin: 0 0 30px;
}
.dynamicjtb .section_anchor span{
  display: inline-block;
  margin: 0 20px;
}

.page_top_button{
  display: none;
}
#footer{
  margin-top: 50px;
}

form{
  display: inline-block;
     margin: 0 0 0 8px;
}


@media screen and (max-width: 640px) {
  #header_970_2010 #gnav_utility li{
    list-style-type: none;
  }
  body{
    padding: 0;
    margin: 0;
    width: 100%;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .base { margin: 0 auto; width: 100%;}
  .is-sp-br,
  .is-pc-hide{
    display: block;
  }
  .is-sp-hide{
    display: none;
  }
  #header_970_2010 #gnav_utility ul {
    margin-top: 0;
  }
  #breadcrumbs {
    margin: 5px 15px 15px;
    font-size: 10px;
  }
  .block_text::before{
    margin-right: 3px;
  }
  .text{
    font-size: 12px;
  }

  .dynamicjtb .section_anchor{
    width: 100%;
text-align: left;
    line-height: 2;
  }
  .dynamicjtb .section_anchor span{
    display: block;
    width: 175px;
    margin: auto;
    /* display: inline-block;
    /* width: calc( 45% - 2vw ); */
    /* width: 60%;
    margin: auto;
    padding-left: 2vw;
    text-align: left;
    box-sizing: border-box; */ */
  }
  /* .dynamicjtb .section_anchor span:nth-child(even){
    box-sizing: border-box;
  } */
  .alert{
    display: block;
    background: transparent;
    padding: 0;
  }
  .alert_title{
    width: 100%;
    padding: 15px;
    background: url(../images/bg_red.png) repeat;
    font-size: 24px;
    box-sizing: border-box;
  }
  .alert_text{
    width: 100%;
    padding: 15px;
    margin: 0;
  }
  .contents_title{
    margin-bottom: 25px;
    font-size: 22px;
  }
  .section_anchor{
    font-size: 12px;
  }
  .section_title{
    margin-bottom: 17px;
    padding-left: 22px;
    font-size: 21px;
  }
  .section_block{
    padding: 0 5px;
  }
  .block_title{
    margin-bottom: 12px;
    font-size: 14px;
  }
  .block_title::before {
    margin-right: 5px;
    background: url(../images/head_square.png) left center no-repeat;
    width: 12px;
    height: 12px;
  }
  .conditions_data{
    font-size: 11px;
  }
  .conditions_data .area{
    width: 55px;
    min-width: 55px;
  }
  .conditions_data .visa{
    width: 79px;
    min-width: 79px;
  }
  .conditions_data th,
  .conditions_data td {
    padding: 8px;
  }
  .conditions_data th{
    text-align: center;
  }

  .block_img img{
    width: 100%;
  }

  .page_top_button{
    display: block;
  }

  #footer {
      width: 100%;
      display: inline-block;
      background: url(/common/images/hf_line.gif) #FFFFFF left top no-repeat;
      border-top: none!important;
      margin-top: 45px;
      font-size: 11px;
      color: #666;
      padding: 5px 10px 8px;
      line-height: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
  }
  #footer p {
    text-align: center;
    padding: 0 0 5px;
  }
}
</pre></body></html>