@charset "UTF-8";
/* mixins
--------------------------------------------------------*/
/* オリジナルのレイアウト
----------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 160%;
}

body {
  color: #252525;
  background: #fff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  min-width: 1000px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
body ._gothic_en {
  font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 736px) {
  body {
    height: 100%;
    min-width: 0;
  }
}
a {
  position: relative;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}

a:hover, a:active {
  text-decoration: none;
}

a img {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
a img:hover {
  filter: alpha(opactiy=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.btn_block a {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.btn-category .ttl {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.btn-category:hover .ttl {
  filter: alpha(opactiy=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
  display: block !important;
}

/* SPだけ表示 */
.visible_sp {
  display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
  display: inline !important;
}

/* SPだけ表示 */
.visible_sp_inline {
  display: none !important;
}

@media only screen and (max-width: 736px) {
  /* PCだけ表示 */
  .visible_pc {
    display: none !important;
  }

  /* SPだけ表示 */
  .visible_sp {
    display: block !important;
  }

  /* PCだけ表示 */
  .visible_pc_inline {
    display: none !important;
  }

  /* SPだけ表示 */
  .visible_sp_inline {
    display: inline !important;
  }

  /* SPだけ改行 */
  .sp_br {
    display: block;
  }

  img {
    width: 100%;
    height: auto;
  }
}
/* SPでtel:
----------------------------------------*/
/*画像のfloat
----------------------------------------*/
.img_float_l {
  float: left;
  *display: inline;
  *zoom: 1;
  margin-right: 40px;
  margin-bottom: 40px;
  z-index: 2;
}

.img_float_r {
  float: right;
  *display: inline;
  *zoom: 1;
  margin-left: 40px;
  margin-bottom: 40px;
  z-index: 2;
}

@media only screen and (max-width: 736px) {
  .img_float_l,
  .img_float_r {
    display: block;
    width: 43.103%;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .img_float_l {
    margin-right: 15px;
  }

  .img_float_r {
    margin-left: 15px;
  }

  .img_float_l img,
  .img_float_r img {
    display: block;
    margin: 0 auto;
  }
}
/*color
----------------------------------------*/
.color_red {
  color: #f11717;
}

.color_blue {
  color: #112bac;
}

.color_geen {
  color: #50dd12;
}

.color_orange {
  color: #ec6e00;
}

.color_gray {
  color: #999999;
}

.color_black {
  color: #000000;
}

/* hr
----------------------------------------*/
hr {
  clear: both;
  border: none;
  border-top: solid 1px #cccccc;
  height: 1px;
  color: transparent;
  margin: 28px 0;
}

hr.clear {
  clear: both;
  border-bottom: none;
  height: 1px;
  color: transparent;
  margin: 0;
}

/*header
----------------------------------------*/
@media only screen and (min-width: 736px) {
  .header.fixed-layout {
    background: rgba(255, 255, 255, 0.9);
  }
  .header.fixed-layout .logo {
    margin-top: 16px;
  }
  .header.fixed-layout .gnav {
    margin-top: 0px;
  }
  .header.fixed-layout .gnav .inquiry a {
    padding: 46px 24px 26px;
  }

  .header.fixed-layout + #contents {
    margin-top: 64px;
  }
}
.header {
  z-index: 100;
  min-width: 980px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}
.header .inner {
  width: 980px;
  margin: 0 auto;
}
.header .logo {
  width: 128px;
  float: left;
  margin-top: 36px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.header img {
  display: block;
}
.header .sub_nav {
  position: absolute;
  top: 20px;
  right: 10px;
}

.gnav {
  float: right;
  margin-top: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.gnav li {
  float: left;
  text-align: center;
}
.gnav li a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: block;
  padding: 20px 24px 10px 24px;
  text-decoration: none;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gnav li a span.ja {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS Pゴシック", sans-serif;
  font-size: 8px;
  line-height: 2.5;
  font-weight: normal;
  letter-spacing: 0.05em;
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.gnav li:after {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background-color: #cccccc;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.gnav li:first-child:before {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.gnav .inquiry {
  margin-left: 60px;
}
.gnav .inquiry a {
  background-color: #e23337;
  color: #fff;
  width: 130px;
  padding: 40px 24px;
  margin-top: -20px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.gnav .inquiry:after {
  display: none;
}
.gnav li a:hover {
  opacity: .6;
  -ms-filter: "alpha(opacity=60)";
}
.gnav .inner {
  overflow: hidden;
  margin: 0 auto;
  width: 960px;
  position: relative;
}
.gnav .navLine {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 16.66666666666667%;
  height: 1px;
  background: #1f326e;
}

.nav-toggle {
  display: none;
}

#btn_menu {
  display: none;
}

@media only screen and (max-width: 736px) {
  .header {
    z-index: 100;
    min-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 40px;
  }

  .header .inner {
    width: 100%;
    position: relative;
  }

  .header .logo {
    width: 68px;
    height: 17px;
    float: none;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -40px;
    margin-top: 0;
  }
  .header .logo img {
    width: 100%;
    height: auto;
  }

  .header img {
    display: block;
  }

  .gnav {
    position: absolute;
    right: 0;
    top: 0;
    float: none;
    margin-top: 0;
  }
  .gnav li {
    display: none;
    text-align: center;
  }
  .gnav li a {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 1;
  }



  .gnav li:after {
    display: none;
  }
  .gnav li:first-child:before {
    display: none;
  }
  .gnav .inquiry {
    margin-left: 0;
    display: block;
    height: 40px;
  }
  .gnav .inquiry a {
    width: 80px;
    padding: 9px 0;
    margin-top: 0;
    line-height: 10px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .gnav .inquiry a span.ja {
    line-height: 1.5;
  }

  .gnav .inquiry:after {
    display: none;
  }

  #btn_menu {
    display: none;
  }

  .nav-toggle {
    position: absolute;
    display: block;
    left: 15px;
    top: 13px;
    cursor: pointer;
    padding: 8px 10px 8px 10px;
  }

  .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 18px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
  }

  .nav-toggle span:before {
    top: 6px;
  }

  .nav-toggle span:after {
    top: 12px;
  }

  .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    transition: all 500ms ease-in-out;
  }

  .nav-toggle.active span {
    background-color: transparent;
    right: 0;
    top: -3px;
  }

  .nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 9px;
    right: 0;
    background: #fff;
  }

  .nav-toggle.active span:before {
    transform: rotate(45deg);
  }

  .nav-toggle.active span:after {
    transform: rotate(-45deg);
  }
}
/*contents
----------------------------------------*/
#contents {
  margin-top: 104px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.main_contents {
  background: #fff;
  width: 980px;
  margin: 0 auto;
  padding: 0;
}

.section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.section-header {
  padding-top: 60px;
  margin-bottom: 40px;
}
.section-header .ttl {
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 auto 0;
  overflow: hidden;
}
.section-header .ttl.with-bar:before {
  content: "";
  display: block;
  height: 2px;
  width: 45px;
  margin: 0 auto 15px;
  background-color: #6d6e72;
}
.section-header .ttl-sub {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #000;
  text-align: center;
}
.section-header .lead {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  color: #000;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: bold;
  margin: 20px 0 0;
}

.section-content {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 80px;
}

@media only screen and (max-width: 736px) {
  #contents {
    margin-top: 40px;
  }

  .main_contents {
    width: auto;
    margin: 0 auto;
    padding: 30px 15px 0;
  }

  .section-header {
    width: 100%;
    margin: 0 auto 18px;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-header .ttl {
    text-align: center;
    color: #000000;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 auto 0;
    overflow: hidden;
  }
  .section-header .ttl.with-bar:before {
    content: "";
    display: block;
    height: 2px;
    width: 35px;
    margin: 0 auto 10px;
    background-color: #6d6e72;
  }
  .section-header .ttl-sub {
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.6;
    color: #000;
    text-align: center;
  }
  .section-header .lead {
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 2;
    color: #000;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: bold;
    margin: 20px 0 0;
  }

  .section-content {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*topic path
----------------------------------------*/
#topic_path {
  padding-top: 15px;
  margin-bottom: 50px;
  background: #fff;
}

#topic_path ul {
  width: 980px;
  margin: 0 auto;
  padding: 0;
}

#topic_path ul li {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
}

#topic_path ul li a {
  color: #3d87c0;
  font-size: 11px;
  font-size: 1.1rem;
  text-decoration: underline;
}

#topic_path ul li:before {
  content: '>';
  display: inline-block;
  margin: 0 6px 0 2px;
  color: #000;
  background: none;
}

#topic_path ul li:first-child:before {
  display: none;
}

@media only screen and (max-width: 736px) {
  #topic_path {
    display: none;
  }
}
/*pagetop
----------------------------------------*/
#pagetop {
  position: relative;
}

#pagetop a {
  position: absolute;
  right: 20px;
  bottom: 0;
  display: block;
  z-index: 110;
}

#pagetop a img {
  width: 64px;
  display: block;
}

@media only screen and (max-width: 736px) {
  #pagetop a {
    right: 15px;
  }
}
/*footer
----------------------------------------*/
.footer .bnr-area {
  background-color: #eeeeee;
  padding: 30px 0px;
}
.footer .bnr-area .inner {
  width: 980px;
  margin: 0 auto;
}
.footer .bnr-area .col4_block {
  margin: 0 -10px;
}
.footer .bnr-area .col4_block .col_box {
  float: left;
  width: 25%;
  *display: inline;
  *zoom: 1;
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .foot-bar {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.footer .foot-bar .inner {
  width: 980px;
  margin: 0 auto;
}
.footer .foot-bar .foot-logo {
  float: left;
  padding: 5px 0 0;
}
.footer .foot-bar .foot-logo a {
  display: block;
}
.footer .foot-bar .foot-logo img {
  width: 100px;
  height: auto;
}
.footer .foot-bar .gnav_foot {
  float: right;
  padding: 8px 0 0;
}
.footer .foot-bar .gnav_foot li {
  float: left;
}
.footer .foot-bar .gnav_foot li a {
  margin: 0 6px;
  padding: 0 6px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 17px;
  letter-spacing: 0.08em;
  color: #000;
  font-weight: bold;
  display: block;
  position: relative;
}
.footer .foot-bar .gnav_foot li a:after {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -6px;
  background-color: #000;
}
.footer .foot-bar .gnav_foot li:nth-child(4) a:after {
  display: none;
}
.footer .foot-bar .gnav_foot .inquiry {
  margin-left: 0;
}
.footer .foot-bar .gnav_foot .inquiry a {
  background-color: #e23337;
  color: #fff;
  padding: 8px 24px;
  margin-top: -8px;
  margin-right: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.footer .foot-bar .gnav_foot .inquiry a:hover {
  filter: alpha(opactiy=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.footer .foot-bar .gnav_foot .inquiry a:after {
  display: none;
}
.footer .foot-main {
  padding-top: 36px;
}
.footer .foot-main .inner {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.footer .foot-main .patetop {
  margin-bottom: 32px;
}
.footer .foot-main .patetop img {
  display: block;
  margin: 0 auto;
}
.footer .foot-main .flogo-company {
  margin-bottom: 20px;
}
.footer .foot-main .flogo-company img {
  display: block;
  margin: 0 auto;
}
.footer .foot-main .addr {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.8;
  color: #000;
  text-align: center;
}
.footer .foot-main .copy-wrap {
  background-color: #000;
  padding: 40px 0;
}
.footer .foot-main .copy-wrap .copyright {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .footer .bnr-area {
    background-color: #eeeeee;
    padding: 15px 20px;
  }
  .footer .bnr-area .inner {
    width: 100%;
  }
  .footer .bnr-area .col4_block {
    margin: 0 -10px;
  }
  .footer .bnr-area .col4_block .col_box {
    float: left;
    width: 50%;
    *display: inline;
    *zoom: 1;
    position: relative;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer .foot-bar {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  .footer .foot-bar .inner {
    width: 100%;
    margin: 0 auto;
  }
  .footer .foot-bar .foot-logo {
    display: none;
  }
  .footer .foot-bar .gnav_foot {
    float: none;
    padding: 8px 0;
  }
  .footer .foot-bar .gnav_foot ul {
    text-align: center;
  }
  .footer .foot-bar .gnav_foot li {
    float: none;
    display: inline-block;
  }
  .footer .foot-bar .gnav_foot li a {
    margin: 0 6px 0 1px;
    padding: 0 6px;
    font-size: 1.0rem;
    line-height: 17px;
    letter-spacing: 0;
    color: #000;
    font-weight: bold;
    display: block;
    position: relative;
  }
  .footer .foot-bar .gnav_foot li a:after {
    display: block;
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -6px;
    background-color: #000;
  }
  .footer .foot-bar .gnav_foot li:nth-child(4) a:after {
    display: none;
  }
  .footer .foot-bar .gnav_foot .inquiry {
    display: none;
  }
  .footer .foot-main {
    padding-top: 20px;
  }
  .footer .foot-main .inner {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .footer .foot-main .patetop {
    margin-bottom: 20px;
  }
  .footer .foot-main .patetop img {
    display: block;
    margin: 0 auto;
    height: 22px;
    width: auto;
  }
  .footer .foot-main .flogo-company {
    margin-bottom: 15px;
  }
  .footer .foot-main .flogo-company img {
    display: block;
    margin: 0 auto;
    height: 18px;
    width: auto;
  }
  .footer .foot-main .addr {
    font-size: 0.8rem;
    line-height: 1.8;
    color: #000;
    text-align: center;
  }
  .footer .foot-main .copy-wrap {
    background-color: #000;
    padding: 15px 0;
  }
  .footer .foot-main .copy-wrap .copyright {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #fff;
    text-align: center;
  }
}
/* SP Navigation
----------------------------------------*/
.sp-nav {
  display: none;
}

@media only screen and (max-width: 736px) {
  .sp-nav.on {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    height: 100%;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .sp-nav {
    display: block;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px 0);
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -moz-transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -ms-transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
  }
  .sp-nav .drawer-nav-header {
    margin-bottom: 0;
    position: fixed;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 101;
  }
  .sp-nav .inner {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    padding-top: 40px;
  }
  .sp-nav .nav {
    margin-bottom: 20px;
  }
  .sp-nav .nav li {
    padding-left: 0;
  }
  .sp-nav .nav li a {
    display: block;
    padding: 16px 0;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
  }

  .sp-nav .nav li a span.ja {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #fff;
  }

  .sp-nav .nav .inquiry a {
    width: 160px;
    margin: 16px auto;
    padding: 3px 0 3px 0;
    border: solid 1px #e23337;
    background: url(../img/common/ic-arrow-white-r02.png) no-repeat left #e23337;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sp-nav .nav .inquiry a .ic {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 4px auto;
    padding-left: 3em;
    margin-left: -3em;
    
  }
}
