@charset "UTF-8";
/**
 * 目次
 *
 * 01. reset
 * 02. BaseSet
 * 03. Layout
 *
 */
/* ==========================================================================
   01. reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

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;
}

/* ==========================================================================
   02. BaseSet
   ========================================================================== */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  color: #212121;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 140%;
  line-height: 1.85;
  -webkit-text-size-adjust: 100%;
  min-width: 960px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    line-height: 1.65;
  }
}
/* link
   ========================================================================== */
a {
  color: #0068b6;
  text-decoration: underline;
}

a:visited {
  color: #0068b6;
  text-decoration: none;
}

a:hover {
  color: #0068b6;
  text-decoration: none;
}

/* fontsize
   ========================================================================== */
.text10 {
  font-size: 71.4285714286%;
}

.text11 {
  font-size: 78.5714285714%;
}

.text12 {
  font-size: 85.7142857143%;
}

.text13 {
  font-size: 92.8571428571%;
}

.text14 {
  font-size: 100%;
}

.text15 {
  font-size: 107.1428571429%;
}

.text16 {
  font-size: 114.2857142857%;
}

.text17 {
  font-size: 121.4285714286%;
}

.text18 {
  font-size: 128.5714285714%;
}

.text19 {
  font-size: 135.7142857143%;
}

.text20 {
  font-size: 142.8571428571%;
}

.text21 {
  font-size: 150%;
}

.text22 {
  font-size: 157.1428571429%;
}

.text23 {
  font-size: 164.2857142857%;
}

.text24 {
  font-size: 171.4285714286%;
}

.text25 {
  font-size: 178.5714285714%;
}

.text26 {
  font-size: 185.7142857143%;
}

ul.inner li,
td.inner {
  font-size: 100% !important;
}

/* image
   ========================================================================== */
img {
  vertical-align: bottom;
  line-height: 1;
  max-width: 100%;
  height: auto;
}

.ielt8 img,
.ie8 img {
  max-width: none;
  width: auto;
}

table th img,
table td img {
  vertical-align: middle;
}

/* ClearFix
   ========================================================================== */
.clear {
  clear: both;
}

/* modern browsers */
.clearfix:after,
.fbox:after,
#contents:after,
.item-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* IE7 */
.clearfix,
.fbox,
#contents,
.item-wrap {
  display: inline-block;
}

/* legacy IE */
* html .clearfix,
* html .fbox,
* html #contents,
* html .item-wrap {
  height: 1%;
}

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block;
}

/* float
   ========================================================================== */
.fr {
  float: right;
}

.fl {
  float: left;
}

ul.fbox li {
  float: left;
  display: inline;
}

.in-block {
  letter-spacing: -0.4em;
}

.in-block li,
.in-block dt,
.in-block dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top;
}

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

/* margin
   ========================================================================== */
.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;
}

.mt25 {
  margin-top: 25px !important;
}

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

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

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

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

.mb0 {
  margin-bottom: 0 !important;
}

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

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

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

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

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-botttom: 0 !important;
}

/* form label
   ========================================================================== */
input,
textarea {
  vertical-align: middle;
}

label {
  vertical-align: middle;
}

.custom-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: medium none;
}

.custom-field::-ms-expand {
  display: none;
}

.parts-select {
  background: #FFF url(img/select_arrow.png) no-repeat 97% center;
  background-size: 10px auto;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
  font-size: 100%;
  padding: 7px 7px 7px 5px;
  position: relative;
}

.parts-text {
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.15);
  font-size: 100%;
  padding: 7px 7px 7px 5px;
  position: relative;
}

.ie8 .parts-select {
  background: none;
}

.parts-submit {
  background-color: #0e9f92;
  border-radius: 3px;
  color: #FFF;
  font-size: 107.1428571429%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 10px;
  cursor: pointer;
}

.parts-search {
  background: #0e9f92 url(img/icon_search.gif) no-repeat center center;
  background-size: 17px 16px;
  border-radius: 3px;
  -ms-behavior: url(/common/js/lib/backgroundsize.min.htc);
  color: #FFF;
  font-size: 107.1428571429%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 7px 15px;
  cursor: pointer;
}

.state-off {
  background-color: #ccc;
}

@media screen and (max-width: 767px) {
  .parts-text {
    padding: 12px 12px 12px 10px !important;
  }

  .parts-search {
    padding: 13px 21px;
  }
}
/* position
   ========================================================================== */
.text-r {
  text-align: right !important;
}

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important;
}

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

/* display
   ========================================================================== */
.block {
  display: block;
}

.sp-item {
  display: none !important;
}

.pc-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .max-large {
    padding-left: 0;
    padding-right: 0;
  }

  .sp-pdg {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .sp-item {
    display: block !important;
  }

  .pc-item {
    display: none !important;
  }

  .pc-block {
    display: inline;
  }

  .sp-block {
    display: block;
  }
}
/* ==========================================================================
   03. Layout
   ========================================================================== */
/**
 * レイアウト
 */
/* ==========================================================================
   wrapper
   ========================================================================== */
/* ==========================================================================
   header
   ========================================================================== */
#header-wrap header {
  margin: 0 auto;
  width: 960px;
  padding-top: 18px;
  position: relative;
}
#header-wrap #head-ci {
  line-height: 1;
}
#header-wrap #head-ci img {
  height: 38px;
  width: 274px;
}
#header-wrap #head-icon {
  letter-spacing: -0.4em;
  position: absolute;
  top: 20px;
  right: 0;
  width: 110px;
}
#header-wrap #head-icon li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  margin-right: 4px;
}
#header-wrap #head-tel {
  letter-spacing: -0.4em;
  position: absolute;
  right: 130px;
  text-align: right;
  top: 6px;
  width: 580px;
}
#header-wrap #head-tel dt,
#header-wrap #head-tel dd {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  line-height: 1.1;
  vertical-align: bottom;
}
#header-wrap #head-tel dt {
  font-size: 85.7142857143%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-left: 11px;
}
#header-wrap #head-tel dd {
  margin-left: 5px;
}

/* ==========================================================================
   head
   ========================================================================== */
.head {
  width: 100%;
  padding: 0;
  margin: 0;
  position: static;
}
.head * {
  box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  .head__cont {
    z-index: 1;
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .head__cont {
    z-index: 1;
    padding: 15px;
    z-index: 1000;
    position: relative;
    transition: 0.3s background;
  }
  .-menuOpen .head__cont {
    background: #fff;
  }
}

.head__contInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .head__contInner {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
  }
}

.head__logoWrap {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .head__logo {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .head__logo {
    width: 130px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .logo_authentication {
    width: 90px;
  }
}

@media screen and (min-width: 768px), print {
  .head__linkWrap {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .head__linkWrap {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .head__utility {
    display: flex;
  }
  .head__utility li {
    margin-right: 30px;
  }
  .head__utility li a {
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    color: #212121;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px), print {
  .head__btnContact a {
    transition: 0.3s opacity;
  }
  .head__btnContact a:hover {
    opacity: 0.75;
  }
}

@media screen and (min-width: 768px), print {
  .head__menu {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #0f9f92;
    height: 50px;
  }
  .head__menu::before {
    width: calc((100vw - 960px) / 2);
    height: 100%;
    content: "";
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    background: #0068b6;
  }
}
@media screen and (max-width: 767px) {
  .head__menu {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .head__menuInner {
    display: flex;
    align-items: center;
    width: 960px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px), print {
  .head__menuCont {
    display: flex;
    align-items: center;
    padding: 5px 0;
    height: 50px;
  }
  .head__menuCont.-overseas {
    background: #0068b6;
    width: 54%;
  }
  .head__menuCont.-domestic {
    background: #0f9f92;
    width: 46%;
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .head__menuTtl {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 92.8571428571%;
    text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.33);
    width: 85px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 18px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
  }
  .-overseas .head__menuTtl {
    background: url(/common/img/bg_navi_ttl.png) no-repeat;
    background-size: 100%;
  }
  .-domestic .head__menuTtl {
    background: url(/common/img/bg_navi_ttl2.png) no-repeat;
    background-size: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .head__menuNav {
    display: flex;
    align-items: center;
    height: 50px;
  }
  .head__menuNav > li {
    margin-left: 18px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .head__menuNav > li.abroad {
    margin-left: 43px;
  }
  .head__menuNav > li a {
    text-decoration: none;
  }
  .head__menuNav > li a:hover {
    opacity: 0.75;
  }
  .head__menuNav > li span {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 92.8571428571%;
    text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.33);
  }
}

@media screen and (min-width: 768px), print {
  .head__menuBtn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .head__menuBtn {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #003c91;
    text-align: center;
    font-size: 10px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .head__menuBtnBar {
    width: 20px;
    background-color: #fff;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
  }
  .head__menuBtnBar:nth-child(1) {
    top: 8px;
  }
  .-menuOpen .head__menuBtnBar:nth-child(1) {
    top: 13px;
    transform: rotate(-45deg);
  }
  .head__menuBtnBar:nth-child(2) {
    top: 13px;
  }
  .-menuOpen .head__menuBtnBar:nth-child(2) {
    opacity: 0;
  }
  .head__menuBtnBar:nth-child(3) {
    top: 18px;
  }
  .-menuOpen .head__menuBtnBar:nth-child(3) {
    top: 13px;
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  .head__menuBtnTxt {
    font-size: 10px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    transform: scale(0.8);
    display: block;
    padding-top: 24px;
  }
  .head__menuBtnTxt.-menu {
    display: block;
  }
  .-menuOpen .head__menuBtnTxt.-menu {
    display: none;
  }
  .head__menuBtnTxt.-close {
    display: none;
  }
  .-menuOpen .head__menuBtnTxt.-close {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .head__menuCont {
    position: fixed;
    pointer-events: none;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    padding: 0 10px 30px;
    padding-top: 80px;
    overflow: auto;
    transition: 0.3s;
  }
  .head__menuCont .naviBlock {
    margin-top: 0;
  }
  .-menuOpen .head__menuCont {
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (max-width: 767px) {
  .head__menuContContactBtn {
    margin-top: 10px;
  }
  .head__menuContContactBtn a {
    display: block;
    color: #fff;
    background-color: #f18d00;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.33);
    text-decoration: none;
    font-size: 107.1428571429%;
  }
  .head__menuContContactBtn a span {
    display: inline-block;
    padding: 10px 0 10px 25px;
    background: url(/common/css/img/icon_contact.png) left center no-repeat;
    background-size: 21px;
  }
}

.-menuOpen #contents-wrap {
  display: none;
}

/* ==========================================================================
   visa-select-list-wrap
   ========================================================================== */
.visa-select-list-wrap {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #e1ebf4;
  z-index: 999;
  text-shadow: none;
  top: 100%;
}
@media screen and (max-width: 767px) {
  .visa-select-list-wrap {
    display: none !important;
  }
}

.visa-select-list {
  background-color: #e1ebf4;
  padding: 24px 0 4px 0 !important;
  width: 960px;
  margin: 0 auto !important;
}
.visa-select-list .visa-select-sttl {
  text-align: left;
}
.visa-select-list .visa-select-box {
  width: 214px !important;
  float: left;
  margin-right: 34px !important;
  margin-bottom: 3px;
  text-align: left;
}
.visa-select-list .visa-select-box p {
  color: #44596b;
  font-size: 107.1428571429%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-bottom: 3px !important;
  border-bottom: 2px solid #596d7f;
  margin-bottom: 8px !important;
  width: 214px;
  color: #263949 !important;
}
.visa-select-list .visa-select-box li {
  width: 200px;
  text-align: left;
  font-size: 85.7142857143%;
  border: none !important;
  background: none !important;
  padding: 0 0 0 7px !important;
  line-height: 1.5 !important;
  display: block !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: #44596b !important;
}
.visa-select-list .visa-select-box li a {
  color: #44596b !important;
}
.visa-select-list .visa-select-box li a:link {
  color: #44596b !important;
}
.visa-select-list .visa-select-box li a:hover {
  color: #44596b !important;
}
.visa-select-list .visa-select-box.last {
  margin-right: 0px !important;
}
.visa-select-list .visa-select-box.asia {
  width: 534px;
}
.visa-select-list .visa-select-box.asia ul li {
  margin-right: 8px;
}
.visa-select-list .visa-select-box.europe,
.visa-select-list .visa-select-box.south-america {
  margin-right: 0;
}
.visa-select-list .subnav-colwrap {
  float: left;
  width: 462px;
}
.visa-select-list .subnav-colwrap .col2-list {
  float: none;
  margin-right: 0 !important;
  width: 462px !important;
}
.visa-select-list .subnav-colwrap .col2-list .subnav-colwrap-collist {
  column-count: 2;
  width: 462px !important;
}
.visa-select-list .subnav-colwrap .col2-list p {
  width: 462px;
}
.visa-select-list .subnav-europe {
  margin-top: 3.5em;
}

#contents .visa-select-list {
  padding-bottom: 21px !important;
}

.dropdown-btn {
  width: 700px;
  margin: 10px auto 34px;
}
.dropdown-btn li {
  background: none !important;
}
.dropdown-btn li a {
  display: block;
  border: 2px solid #98b3c8;
  color: #435869 !important;
  width: 334px;
  padding: 10px 0;
  background-color: #fff !important;
  text-decoration: none;
  text-align: center;
}
.dropdown-btn li a:before {
  content: "";
  background: url(img/icon_dropdown-arrow.gif) no-repeat left center;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  width: 6px;
  height: 10px;
  padding-left: 6px;
}
.dropdown-btn .btn-fl {
  float: left;
}
.dropdown-btn .btn-fr {
  float: right;
}
.dropdown-btn.single {
  width: 334px;
}

/* ==========================================================================
   cnav
   ========================================================================== */
#cnav {
  display: none;
  background-color: #e4e0de;
}
#cnav li {
  border-top: 1px solid #fff;
  font-size: 85.7142857143%;
}
#cnav li span {
  background-color: #e4e0de;
}

/* ==========================================================================
   contents
   ========================================================================== */
/*#contents{
	@include contents;
}*/
.inner-cont {
  margin: 0 auto;
  width: 960px;
}

#contents .inner-cont {
  padding-bottom: 84px;
}
#contents .side {
  width: 200px;
  float: left;
  padding-top: 50px;
  padding-bottom: 34px;
}
#contents .side .category-ttl {
  height: 66px;
  font-size: 142.8571428571%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #e7e1da;
  margin-bottom: 20px;
  padding-left: 21px;
}
#contents .side .category-ttl.long {
  line-height: 1.5;
  padding-bottom: 12px;
  margin-top: -12px;
}
#contents .side .lnav {
  padding-left: 21px;
}
#contents .side .lnav li {
  font-size: 92.8571428571%;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  padding: 9px 17px 9px 0;
  position: relative;
}
#contents .side .lnav li a {
  color: #212121;
  text-decoration: none;
}
#contents .side .lnav li a:visited {
  color: #212121;
  text-decoration: none;
}
#contents .side .lnav li a:hover {
  color: #0068b6;
  text-decoration: none;
}
#contents .side .lnav li span {
  padding-left: 10px;
  display: block;
}
#contents .side .lnav li:before {
  content: "";
  font-family: "fontello";
  font-size: 142.8571428571%;
  color: #c8c3bb;
  display: block;
  height: 5px;
  left: 0px;
  position: absolute;
  top: 5px;
  width: 10px;
}
#contents .side .lnav li.active {
  background: url(img/lnav_active.gif) no-repeat right 3px;
}
#contents .side .lnav li.active:before {
  color: #0068b6;
}
#contents .side .lnav .lnav-s {
  margin-left: 13px;
  margin-top: 3px;
}
#contents .main {
  width: 705px;
  float: right;
  padding-top: 34px;
  padding-bottom: 34px;
  background: url(img/bg_side.gif) repeat-y 0 0;
  padding-left: 55px;
}

/* IE10 IE11 */
@media all and (-ms-high-contrast: none) {
  #contents .side .lnav li:before {
    top: 9px;
    vertical-align: super;
  }
}
#contents.full .main {
  float: inherit;
  width: 900px;
  margin: 0 auto;
  background: none;
  padding-left: 0px;
}

#contents.full.cate-top .main {
  float: inherit;
  width: 960px;
  margin: 0 auto;
}
#contents.full.cate-top .main header {
  margin-top: 0;
  padding-top: 0;
}
#contents.full.cate-top .header-cate-top h1 {
  float: left;
}
#contents.full.cate-top .header-cate-top p {
  float: left;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  padding-left: 20px;
  margin-left: 20px;
  display: inline;
  background: url(img/bg_header-cate-top.gif) repeat-y 0 2px;
  line-height: 1.6;
}
#contents.full.cate-top .header-cate-top.border {
  border-bottom: 1px solid #e7e1da;
  padding-bottom: 13px;
}

.pattern {
  margin-top: 21px;
  background-color: #f9f7f5;
  padding: 34px 0;
}
.pattern .w850 {
  width: 850px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #contents {
    padding-bottom: 45px;
    padding-top: 22px;
    width: 100%;
  }

  #contents.full {
    padding-bottom: 45px;
    padding-top: 22px;
    width: 100%;
  }
  #contents.full .main {
    padding: 0 5%;
  }

  #contents .side {
    display: none;
  }
  #contents .main {
    width: 90% !important;
    padding: 0 5%;
  }

  #contents.full.cate-top .main {
    width: 90% !important;
    padding: 0 5%;
  }

  .inner-cont {
    /*width:90% !important;
    padding:0 5%;*/
    width: 100%;
  }

  .main {
    padding-top: 0 !important;
  }

  .header-cate-top h1 {
    float: left;
  }
  .header-cate-top p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    padding-left: 0px !important;
    margin-left: 0px !important;
    background: none !important;
    font-size: 85.7142857143%;
    margin-top: 5px !important;
  }
  .header-cate-top p br {
    display: none;
  }

  .pattern .w850 {
    width: 100%;
  }
}
.half-wrap {
  margin: 45px 21px 0 21px;
}
.half-wrap .half {
  width: 431px;
}
.half-wrap .half h3 {
  font-size: 157.1428571429%;
  margin-top: 0;
  padding-bottom: 7px;
  margin-bottom: 21px;
}
.half-wrap .half p.sttl {
  font-size: 128.5714285714%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .half-wrap {
    margin-right: 0;
    margin-left: 0;
    margin-top: 21px;
  }
  .half-wrap .half {
    width: 100%;
  }
}
.quarter-wrap {
  margin: 55px 21px 0 21px;
}
.quarter-wrap .quarter {
  width: 204px;
  float: left;
  margin-right: 34px;
  display: inline;
}
.quarter-wrap .quarter h3 {
  font-size: 128.5714285714%;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-bottom: 7px;
  background: none;
}
.quarter-wrap .quarter p.cate-top-text {
  line-height: 1.5;
  margin-top: 13px;
  margin-bottom: 13px;
}
.quarter-wrap .quarter p.cate-top-btn {
  text-align: center;
}
.quarter-wrap .quarter p.cate-top-btn a {
  width: 142px;
}
.quarter-wrap .quarter.last {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .quarter-wrap {
    margin: 0;
  }
  .quarter-wrap .quarter {
    width: 100%;
    margin-right: 0%;
    border-bottom: 1px dashed #bfbfbf;
    padding-bottom: 21px;
    padding-top: 21px;
  }
  .quarter-wrap .quarter h3 {
    padding-bottom: 0;
  }
  .quarter-wrap .quarter p {
    text-align: center;
    font-size: 85.7142857143%;
  }
  .quarter-wrap .quarter p.cate-top-text {
    text-align: left;
    margin-bottom: 5px;
  }
}
/* topicpath
   ========================================================================== */
#topicpath-wrap {
  background-color: #f9f7f5;
  padding-bottom: 8px;
  padding-top: 7px;
}

#topicpath {
  margin: 0 auto;
  width: 960px;
  letter-spacing: -0.4em;
}
#topicpath li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-size: 85.7142857143%;
  vertical-align: middle;
}
#topicpath li:before {
  content: ">";
  display: inline-block;
  margin-right: 8px;
  padding-left: 5px;
}
#topicpath li:first-child:before {
  display: none;
}
#topicpath a {
  color: #212121;
}
#topicpath strong {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #topicpath-wrap {
    padding-left: 17px;
    padding-right: 17px;
  }

  #topicpath {
    line-height: 1.2;
    width: 100%;
  }
  #topicpath li {
    display: inline;
    font-size: 71.4285714286%;
  }
}
/* nav
   ========================================================================== */
#nav-wrap {
  /*background-color:#f9f7f5;*/
}
#nav-wrap .inner-cont {
  position: relative;
}
#nav-wrap .inner-cont ul {
  margin: 0 auto;
  width: 960px;
  letter-spacing: -0.4em;
}
#nav-wrap .inner-cont ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-size: 92.8571428571%;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 0 15px;
  border-left: 1px solid #d9d2cb;
  line-height: 1.5;
}
#nav-wrap .inner-cont ul li:last-child {
  border-right: 1px solid #d9d2cb;
}
#nav-wrap .inner-cont ul a {
  color: #212121;
  text-decoration: none;
}
#nav-wrap .inner-cont .nav-search-box {
  position: absolute;
  bottom: -65px;
  right: 0px;
  width: 505px;
  height: 45px;
  z-index: 100;
  /*background-color:#FFF;*/
  /*padding-right:13px;*/
  padding-left: 13px;
  padding-top: 13px;
  text-align: right;
  letter-spacing: -0.4em;
}
#nav-wrap .inner-cont .nav-search-box p {
  font-size: 92.8571428571%;
  padding-right: 5px;
  width: 75px;
  font-weight: bold;
}
#nav-wrap .inner-cont .nav-search-box p,
#nav-wrap .inner-cont .nav-search-box select,
#nav-wrap .inner-cont .nav-search-box input {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

@media screen and (max-width: 767px) {
  #nav-wrap {
    margin-top: 21px;
    padding: 0 5%;
  }
  #nav-wrap .inner-cont .nav-search-box {
    position: static;
    bottom: 0px;
    left: 0px;
    width: 100% !important;
    height: auto;
    z-index: 100;
    padding: 0;
    text-align: left;
  }
  #nav-wrap .inner-cont .nav-search-box p {
    padding-bottom: 5px;
  }
}
/* ==========================================================================
   .main-inquiry
   ========================================================================== */
.main-inquiry {
  margin: 0 auto;
  width: 960px;
  padding-top: 30px;
  padding-bottom: 38px;
  border: 4px solid #ddd;
  position: relative;
  text-align: center;
  margin-top: 55px !important;
  margin-bottom: 89px;
}
.main-inquiry .main-inquiry-sttl {
  font-size: 150%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: center;
}
.main-inquiry ul {
  margin-top: 13px;
  padding-right: 12px;
  letter-spacing: -0.4em;
}
.main-inquiry ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  margin: 0 10px;
}
.main-inquiry #tel {
  margin-top: 20px;
  padding-right: 12px;
}
.main-inquiry #inquiry-staff {
  position: absolute;
  right: 0;
  bottom: 0;
}
.main-inquiry #faq-btn {
  width: 69%;
}

@media screen and (max-width: 767px) {
  .main-inquiry {
    width: 90%;
    margin: 0 4%;
    padding-top: 21px;
    padding-bottom: 14px;
    border: 4px solid #ddd;
    margin-top: 34px !important;
    margin-bottom: 55px;
  }
  .main-inquiry .main-inquiry-sttl {
    font-size: 100%;
    padding: 0 3%;
  }
  .main-inquiry #inquiry-staff {
    display: none;
  }
  .main-inquiry ul#btn_contact {
    text-align: center;
    padding-right: 0;
    margin: 0 5%;
  }
  .main-inquiry ul#btn_contact li {
    margin-top: 10px;
  }
  .main-inquiry ul#domestic-contact {
    text-align: center;
    padding-right: 0;
    margin: 0 5%;
  }
  .main-inquiry ul#domestic-contact li {
    margin-top: 10px;
  }
  .main-inquiry ul#sp-tel {
    letter-spacing: -0.4em;
    width: 98%;
    padding: 0 1%;
    margin-top: 15px !important;
  }
  .main-inquiry ul#sp-tel li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    width: 50%;
    margin: 0;
    padding-bottom: 8px;
  }
  .main-inquiry ul#sp-tel li img {
    width: 130px;
    height: 25px;
  }
  .main-inquiry #faq-btn {
    width: 85% !important;
  }
}
/* ==========================================================================
   inquiryBlock
   ========================================================================== */
.inquiryBlock {
  background-color: #f9f8f6;
  border-bottom: 1px solid #dcd9d6;
}
@media screen and (min-width: 768px), print {
  .inquiryBlock {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .inquiryBlock {
    padding: 10px;
  }
}
.inquiryBlock * {
  box-sizing: border-box;
}

.inquiryBlock__inner {
  background: #fff;
  border: 1px solid #dcd9d6;
}
@media screen and (min-width: 768px), print {
  .inquiryBlock__inner {
    width: 960px;
    margin: 0 auto;
    display: flex;
    padding: 30px 7px;
  }
}

@media screen and (min-width: 768px), print {
  .inquiryBlock__cont {
    width: 50%;
    padding: 0 28px;
  }
}
@media screen and (max-width: 767px) {
  .inquiryBlock__cont {
    padding: 32px 25px;
  }
}
@media screen and (min-width: 768px), print {
  .inquiryBlock__cont:nth-child(1) {
    border-right: 1px solid #dcd9d6;
  }
}
@media screen and (max-width: 767px) {
  .inquiryBlock__cont:nth-child(1) {
    border-bottom: 1px solid #dcd9d6;
  }
}

.inquiryBlock__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  border-bottom: 1px solid #dcd9d6;
  min-height: 0;
}
@media screen and (min-width: 768px), print {
  .inquiryBlock__ttl {
    text-align: center;
    font-size: 135.7142857143%;
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .inquiryBlock__ttl {
    font-size: 114.2857142857%;
    padding-bottom: 8px;
  }
}

.inquiryBlock__ttlIcon {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .inquiryBlock__ttlIcon {
    margin-right: 8px;
    top: -3px;
  }
}
@media screen and (max-width: 767px) {
  .inquiryBlock__ttlIcon {
    margin-right: 8px;
    top: -4px;
    width: 20px;
  }
}

.inquiryBlock__ttlSub {
  background: noe;
  padding: 0;
  border: none;
  background: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #0068b6;
  min-height: 0;
}
@media screen and (min-width: 768px), print {
  .inquiryBlock__ttlSub {
    font-size: 135.7142857143%;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .inquiryBlock__ttlSub {
    font-size: 107.1428571429%;
    margin-bottom: 0;
    margin-top: 18px;
  }
}

.inquiryBlock__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.45;
}
@media screen and (min-width: 768px), print {
  .inquiryBlock__lead {
    font-size: 100%;
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 767px) {
  .inquiryBlock__lead {
    font-size: 85.7142857143%;
    margin-bottom: 23px;
    margin-top: 10px;
  }
}

.inquiryBlock__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inquiryBlock__boxItem {
  width: calc(50% - 15px);
}
.inquiryBlock__boxItem:nth-child(n+3) {
  margin-top: 34px;
}

.inquiryBlock__boxTtl {
  padding: 0;
  margin: 0;
  background: none;
}
@media screen and (min-width: 768px), print {
  .inquiryBlock__boxTtl {
    font-size: 107.1428571429%;
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .inquiryBlock__boxTtl {
    font-size: 92.8571428571%;
    margin-top: 28px;
  }
}

@media screen and (min-width: 768px), print {
  .inquiryBlock__boxTel {
    margin-top: 5px;
  }
  .inquiryBlock__boxTel a {
    pointer-events: none;
  }
  .inquiryBlock__boxTel img {
    height: 28px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .inquiryBlock__boxTel {
    margin-top: 5px;
  }
  .inquiryBlock__boxTel img {
    height: 18px;
    width: auto;
  }
}

.inquiryBlock__boxData {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.45;
}
@media screen and (min-width: 768px), print {
  .inquiryBlock__boxData {
    font-size: 92.8571428571%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .inquiryBlock__boxData {
    font-size: 85.7142857143%;
    margin-top: 13px;
  }
}

.inquiryBlock__boxTxt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  margin-top: 5px;
}
@media screen and (min-width: 768px), print {
  .inquiryBlock__boxTxt {
    white-space: nowrap;
    font-size: 92.8571428571%;
  }
}
@media screen and (max-width: 767px) {
  .inquiryBlock__boxTxt {
    font-size: 85.7142857143%;
  }
}
.inquiryBlock__boxTxt a {
  font-size: 107.1428571429%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.inquiryBlock__linkWrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .inquiryBlock__linkWrap.inquiryBlock__spfull {
    display: block;
  }
}

@media screen and (min-width: 768px), print {
  .inquiryBlock__link {
    width: calc(50% - 14px);
    margin-top: 14px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .inquiryBlock__link {
    width: calc(50% - 5px);
    margin-top: 10px;
    margin-bottom: 8px;
  }
}
.inquiryBlock__link a {
  text-align: center;
  display: block;
  color: #fff;
  text-shadow: 0.5px 0.866px 0 rgba(0, 0, 0, 0.33);
  text-decoration: none;
  background-color: #0068b6;
  border-radius: 6px;
}
@media screen and (min-width: 768px), print {
  .inquiryBlock__link a {
    padding: 10px;
    transition: 0.3s opacity;
  }
  .inquiryBlock__link a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  .inquiryBlock__link a {
    font-size: 92.8571428571%;
    padding: 10px;
  }
}
.inquiryBlock__link a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(/common/css/img/icon_next_w.png) no-repeat;
  background-size: 100%;
  margin-right: 8px;
}
.inquiryBlock__link a.-contact {
  background-color: #f18d00;
}
.inquiryBlock__link a.-mailmag {
  background-color: #0f9f92;
}

@media screen and (max-width: 767px) {
  .inquiryBlock__spfull .inquiryBlock__link {
    width: 100%;
  }
}

/* ==========================================================================
   .main-banner
   ========================================================================== */
.main-banner {
  margin: 0 auto;
  width: 960px;
  padding-bottom: 89px;
  text-align: center;
  margin-top: -55px;
}
@media screen and (min-width: 768px), print {
  .inquiryBlock + .main-banner {
    margin-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .inquiryBlock + .main-banner {
    margin-top: 55px;
  }
}

@media screen and (max-width: 767px) {
  .main-banner {
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
    margin-top: -34px;
    padding-bottom: 55px;
  }
  .main-banner img {
    width: 100%;
    height: auto;
  }
}
/* ==========================================================================
   footer
   ========================================================================== */
#footer-wrap {
  background-color: #f6f6f6;
  border-top: 4px solid #0068b6;
  padding-bottom: 28px;
}

footer {
  margin: 0 auto;
  width: 960px;
  position: relative;
}

#footer-up {
  /*border-bottom:1px solid #c8d3d8;*/
}

@media screen and (max-width: 767px) {
  #footer-wrap {
    padding-bottom: 0;
  }

  footer {
    width: 100%;
  }

  #footer-up {
    margin-bottom: 0;
  }
}
/* fnav
   ========================================================================== */
#fnav-wrap {
  border-bottom: 1px solid #c8d3d8;
  display: table;
  padding-bottom: 20px;
  padding-top: 25px;
  width: 960px;
}
#fnav-wrap h2 {
  font-size: 100%;
}
#fnav-wrap a {
  color: #212121;
  text-decoration: none;
}
#fnav-wrap a:visited {
  color: #212121;
  text-decoration: none;
}
#fnav-wrap a:hover {
  color: #0068b6;
  text-decoration: none;
}
#fnav-wrap .icon-right:before {
  font-size: 21px;
  position: relative;
  top: -1px;
  vertical-align: sub;
}

.fnav-box {
  display: table-cell;
  padding-right: 20px;
  line-height: 1.2;
  vertical-align: top;
}

.fnav-parent-ttl {
  font-weight: bold;
}

.fnav-child {
  padding-left: 11px;
}
.fnav-child li {
  font-size: 85.7142857143%;
  margin-top: 5px;
}

/* メールマガジン登録とSNSアカウント
   ========================================================================== */
.footer-social {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  /*float:right;*/
  padding-top: 13px;
  padding-bottom: 13px;
  /*padding-left:21px;*/
  width: 480px;
  float: left;
}

.footer-sns {
  width: 400px;
  float: left;
  letter-spacing: -0.4em;
  line-height: 1.5;
  text-align: left;
  margin-top: 12px;
}
.footer-sns dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 92.8571428571%;
  padding-right: 8px;
}
.footer-sns .footer-icon-sns {
  height: 24px;
  width: 24px;
  margin-right: 6px;
}
.footer-sns .mynavi {
  margin-left: 10px;
}
.footer-sns .mynavi img {
  border: 1px solid #1dace9;
  background-color: #fff;
  padding: 4px;
}
.footer-sns dt,
.footer-sns dd {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.footer-mark {
  float: right;
  width: 300px;
  text-align: right;
  margin-top: 15px;
}
.footer-mark ul {
  letter-spacing: -0.4em;
}
.footer-mark ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .footer-social {
    display: table;
    float: left;
    padding-top: 0;
    padding-bottom: 0px;
    padding-left: 0;
    width: 100%;
  }

  .footer-sns {
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
    padding: 3px 12px 12px 12px;
    vertical-align: top;
    width: 100%;
  }

  .footer-sns {
    text-align: center;
    margin-left: 0;
    /*.mynavi{
    	margin-top:10px;
    }*/
  }
  .footer-sns dt {
    display: block;
    font-size: 64.2857142857%;
    text-align: left;
    margin-bottom: 5px;
  }
  .footer-sns dd {
    margin-left: 2px;
    margin-right: 3px;
  }

  .footer-mark {
    width: 100%;
    text-align: center;
    margin-top: 3px;
    padding-bottom: 5px;
  }
  .footer-mark ul {
    margin-right: 12px;
  }
}
/* cinfo
   ========================================================================== */
#cinfo {
  letter-spacing: -0.4em;
  margin-top: 2px;
}
#cinfo li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-size: 85.7142857143%;
  margin-left: 18px;
}
#cinfo li:first-child {
  margin-left: 0;
}
#cinfo a {
  color: #666;
  text-decoration: none;
}
#cinfo a:visited {
  color: #666;
  text-decoration: none;
}
#cinfo a:hover {
  color: #0068b6;
  text-decoration: none;
}

#copyright {
  /*bottom:3px;
  position:absolute;
  right:0;
  vertical-align:top;*/
}
#copyright img {
  height: 13px;
  width: 233px;
}

@media screen and (max-width: 767px) {
  #cinfo {
    border-bottom: 1px solid #c8d3d8;
    margin-top: 0px;
  }
  #cinfo li {
    border-top: 1px solid #c8d3d8;
    border-right: 1px solid #c8d3d8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
    font-size: 78.5714285714%;
    margin-bottom: -1px;
    margin-left: 0;
    width: 52%;
  }
  #cinfo li:nth-child(2n) {
    border-right: none;
    width: 48%;
  }
  #cinfo a {
    display: block;
    padding: 10px 17px;
    position: relative;
  }
  #cinfo a:after {
    content: "";
    display: block;
    font-family: "fontello";
    position: absolute;
    right: 17px;
    top: 11px;
  }

  #copyright {
    position: relative;
    text-align: center;
  }
}
/* pagetop
   ========================================================================== */
#pagetop {
  /*position:absolute;
  right:-28px;
  top:-45px;*/
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
}
#pagetop a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1;
}
#pagetop span {
  background: url(img/pagetop.png) no-repeat left top;
  display: block;
  height: 70px;
}

@media screen and (max-width: 767px) {
  #pagetop {
    background-color: #0068b6;
    margin-top: 15px;
    position: relative;
    bottom: 0;
    right: inherit;
    top: inherit;
    width: 100%;
  }
  #pagetop a {
    padding-bottom: 20px;
    padding-top: 17px;
  }
  #pagetop span {
    background-size: 60px auto;
    background-position: left bottom;
    margin: 0 auto;
    height: 19px;
    width: 58px;
  }
}
/* btn-contact
   ========================================================================== */
.btn-contact {
  overflow: hidden;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.btn-contact li {
  width: 50%;
  box-sizing: border-box;
  float: left;
}
.btn-contact li:nth-child(1) {
  width: 100%;
  padding: 6px 0;
  background-color: #e8e8e8 !important;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 85.7142857143%;
}
.btn-contact li:nth-child(1) a {
  text-decoration: none;
}
.btn-contact li:nth-child(1) span {
  padding-left: 20px;
  background-image: url(/common/img/logo_s.png);
  background-size: 17px 13px;
  background-repeat: no-repeat;
  background-position: left center;
}
.btn-contact li:nth-child(2) {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn-contact li:nth-child(3) {
  border-top: 1px solid #fff;
  border-right: 1px solid #f18d00;
}
.btn-contact li img {
  width: 100%;
}

/* よくあるご質問はこちら
   ========================================================================== */
#faq-btn {
  width: 62%;
  margin: 0 auto;
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #0068b6;
  border-radius: 5px;
  transition: 0.4s;
}
#faq-btn:hover {
  background-color: #f6f6f6;
}
#faq-btn a {
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  #faq-btn {
    width: 90% !important;
  }
}
/* naviBlock
   ========================================================================== */
.naviBlock {
  margin-top: 20px;
}
@media screen and (min-width: 768px), print {
  .naviBlock {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.naviBlock__cont {
  border-radius: 5px;
  overflow: hidden;
}
.naviBlock__cont.-overseas {
  background: #0068b6;
}
@media screen and (min-width: 768px), print {
  .naviBlock__cont.-overseas {
    width: 550px;
  }
}
.naviBlock__cont.-domestic {
  background: #0f9f92;
}
@media screen and (min-width: 768px), print {
  .naviBlock__cont.-domestic {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .naviBlock__cont.-domestic {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .naviBlock__cont.-utility {
    background: #f9f8f6;
    border: 2px solid #ede9e3;
    margin-top: 10px;
  }
}

.naviBlock__ttl {
  text-align: center;
  margin: 0;
  padding: 0;
  background: none;
}
.naviBlock__ttl span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #fff;
  text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.33);
}
@media screen and (max-width: 767px) {
  .naviBlock__ttl span {
    font-size: 92.8571428571%;
  }
}
.-overseas .naviBlock__ttl span {
  background: url(/common/css/img/logo_overseas.png) left center no-repeat;
}
@media screen and (min-width: 768px), print {
  .-overseas .naviBlock__ttl span {
    padding: 15px 0 15px 42px;
    background-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .-overseas .naviBlock__ttl span {
    padding: 15px 0 15px 36px;
    background-size: 26px;
  }
}
.-domestic .naviBlock__ttl span {
  background: url(/common/css/img/logo_domestic.png) left center no-repeat;
}
@media screen and (min-width: 768px), print {
  .-domestic .naviBlock__ttl span {
    padding: 15px 0 15px 50px;
    background-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .-domestic .naviBlock__ttl span {
    padding: 15px 0 15px 42px;
    background-size: 34px;
  }
}

.naviBlock__list {
  display: flex;
  flex-wrap: wrap;
}
.naviBlock__list li {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  width: 50%;
}
.naviBlock__list li:nth-child(odd) {
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.naviBlock__list li a {
  display: block;
  color: #fff;
  text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.33);
  text-decoration: none;
  height: 100%;
}
@media screen and (min-width: 768px), print {
  .naviBlock__list li a {
    font-size: 107.1428571429%;
    padding: 10px 0 10px 18px;
  }
  .naviBlock__list li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .naviBlock__list li a {
    font-size: 92.8571428571%;
    padding: 5px 0 5px 18px;
    line-height: 1.2;
    min-height: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.naviBlock__list li a span {
  font-size: 71.4285714286%;
}
@media screen and (max-width: 767px) {
  .naviBlock__list li a span {
    line-height: 1;
    display: inline-block;
  }
}
.naviBlock__list li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(/common/css/img/icon_next_w.png) no-repeat;
  background-size: 100%;
  margin-right: 8px;
}
.-utility .naviBlock__list li a::before {
  background: url(/common/css/img/icon_next_bl.png) no-repeat;
  background-size: 100%;
}
.naviBlock__list li a.-index {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .naviBlock__list li a.-index {
    justify-content: center;
    padding-right: 10px;
  }
}
.-overseas .naviBlock__list li a.-index {
  background: #003c91;
}
.-domestic .naviBlock__list li a.-index {
  background: #057566;
}
.-utility .naviBlock__list li a {
  color: #212121;
}
.-utility .naviBlock__list li {
  border-color: #ede9e3;
}
.-utility .naviBlock__list li:nth-child(-n+2) {
  border-top: none;
}

/* ==========================================================================
   04. fontello
   ========================================================================== */
@font-face {
  font-family: "fontello";
  src: url("font/fontello.eot?81698822");
  src: url("font/fontello.eot?81698822#iefix") format("embedded-opentype"), url("font/fontello.woff?81698822") format("woff"), url("font/fontello.ttf?81698822") format("truetype"), url("font/fontello.svg?81698822#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?81698822#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before,
.sp-arrow-list a:after,
.pager-prev a:after,
.pager-next a:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 5px;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: bottom;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down:before {
  content: "";
}

/* '' */
.icon-left:before {
  content: "";
}

/* '' */
.icon-right:before {
  content: "";
}

/* '' */
.icon-up:before {
  content: "";
}

/* '' */
.arrow-right {
  position: relative;
}

.arrow-right:before {
  position: absolute;
  right: 0;
  top: 23%;
}
