@charset "UTF-8";
/*--------------------------
リセット
---------------------------- */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/*--------------------------
基本：基本タグ
---------------------------- */
/* [ PC - SP switch ] */
@media screen and (min-width: 768px) {
  .pcOFF {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  /* Smartphone */
  .spOFF {
    display: none !important;
  }
}
* {
  box-sizing: border-box !important;
  color: #111;
}

html {
  overflow-y: scroll;
}

body {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 160%;
  color: #260000;
  word-break: break-all;
  word-wrap: break-word;
  display: inline-block;
}

a[target="_blank"]:after {
  content: "";
  display: inline;
  padding: 0px 10px 3px 11px;
  background: url(../img/_blank_arrow.png) no-repeat center center;
}

.instaBox a[target="_blank"]:after {
  content: none;
}

/* -- */
.tit01 {
  margin-bottom: 100px;
}

.tit01 .en {
  display: block;
  text-align: center;
  color: #260000;
  font-size: 39px;
  font-weight: bold;
  margin-bottom: 20px;
}

.tit01 .ja {
  display: block;
  text-align: center;
  color: #999999;
  font-size: 21px;
  font-weight: bold;
}

.tit02 {
  color: #003392;
  font-size: 22px;
  font-weight: bold;
  background: #BDE4FF;
  border-left: solid 6px #003392;
  margin-bottom: 45px;
  padding: 15px 20px;
}

.tit03 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  border-bottom: solid 1px #C7C7C7;
  padding-bottom: 20px;
  margin-bottom: 45px;
  line-height: 1.5;
}

.tit03.icon-map {
  background: url(../img/icon_map.png) no-repeat left 4px;
  padding-left: 40px;
}

.tit04 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  background: url(../img/marker01.png) no-repeat left 6px;
  padding-left: 25px;
  margin-bottom: 30px;
}

.tit04.mt-red {
  color: #d95555;
  background: url(../img/marker02.png) no-repeat left 6px;
}

.tit05 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 80px;
}

/**/
.txt01 {
  color: #1F2527;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.imgCenter {
  text-align: center;
  margin-bottom: 30px;
}

/* lst01 */
ul.lst01 {
  margin-bottom: 40px;
  margin-left: 25px;
}

ul.lst01 li {
  list-style: disc;
}

ul.lst01.col02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.lst01 li {
  flex-basis: 49%;
}

/**/
.markerLst {
  margin-bottom: 30px;
}

.markerLst li {
  background: url(../img/marker_chk.png) no-repeat left 2px;
  padding-left: 30px;
  margin-bottom: 10px;
}

/* tbl01 */
.tbl01 {
  width: 100%;
  margin-bottom: 40px;
}

.tbl01 tbody tr {
  border-bottom: solid 1px #C7C7C7;
}

.tbl01 tbody tr:first-child {
  border-top: solid 1px #C7C7C7;
}

.tbl01 tbody th {
  background: #eeeeee;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 15px;
  width: 22%;
}

.tbl01 tbody td {
  background: #ffffff;
  font-size: 16px;
  color: #333333;
  padding: 20px 15px;
  width: 78%;
}

/* btnLst*/
.btnLst {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btnLst__item {
  flex-basis: 49%;
}

/* btnBox */
.btnBox > a {
  text-decoration: none;
  display: block;
  background: #FFD50D;
  position: relative;
  overflow: hidden;
  padding: 19px 10px;
  letter-spacing: 1px;
  font-size: 14px;
  color: #260000;
  font-weight: bold;
}

.btnBox > a:before {
  content: "";
  width: 30px;
  height: auto;
  background: #E96600 url(../img/arrow02.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.btnBox > a:hover {
  background: #7c0404;
  color: #fff;
}

/* cntBox */
.cntBox {
  margin-bottom: 60px;
  background: #FFF3BB;
  width: 100%;
  padding: 15px 25px;
}

.cntBox__titobi {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 20px;
  background: #D93600;
}

.cntBox .box {
  background: url(../img/cntBox_pic.jpg) no-repeat left top;
  padding-left: 250px;
  min-height: 140px;
}

.cntBox__tit {
  font-size: 25px;
  color: #D93600;
  font-weight: bold;
  margin-bottom: 15px;
}

.cntBox__tit a {
  color: #D93600;
  text-decoration: none;
}

.cntBox__tit a:hover {
  color: #000;
}

.cntBox__txt.txt01 {
  margin-bottom: 15px;
}

/* noImg */
.cntBox.noImg .box {
  background-image: none;
  padding-left: 0px;
  min-height: auto;
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .tit02 {
    font-size: 18px;
    margin-bottom: 45px;
    padding: 10px 15px;
  }

  .tit03 {
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .tit04 {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .tit05 {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .txt01 {
    font-size: 14px;
  }

  .btnLst__item {
    flex-basis: 100%;
    margin-bottom: 5px;
  }

  .btnBox > a {
    border-radius: 4px;
    padding: 7px 10px;
  }

  .cntBox {
    padding: 15px 15px;
  }

  .cntBox .box {
    background: none;
    padding-left: 0px;
  }

  .cntBox__titobi {
    font-size: 15px;
    padding: 10px;
  }

  .cntBox__tit {
    font-size: 20px;
    line-height: 1.5;
  }

  .markerLst li {
    font-size: 14px;
  }

  .tbl01 tbody th {
    width: 40% !important;
    padding: 5px !important;
    font-size: 14px !important;
  }

  .tbl01 tbody td {
    width: 60% !important;
    padding: 5px !important;
    font-size: 14px !important;
  }

  ul.lst01.col02 {
    font-size: 14px;
  }

  ul.lst01.col02 li {
    flex-basis: 100%;
  }

  .imgCenter img {
    width: 100% !important;
    height: auto;
  }
}
/* --------- cntBoxLst ------------ */
.cntBoxLst {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cntBoxLst.col2 .cntBoxLst__item {
  flex-basis: 48%;
}

.cntBoxLst__item {
  flex-basis: 31.7%;
  background: #BDE4FF;
  padding: 20px;
}

.cntBoxLst__tit {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

/* line */
.cntBoxLst__item.line .cntBoxLst__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cntBoxLst__item.line .cntBoxLst__info .pic {
  flex-basis: 46%;
}

.cntBoxLst__item.line .cntBoxLst__info .pic img {
  width: 100%;
  height: auto;
}

.cntBoxLst__item.line .cntBoxLst__info .inner {
  flex-basis: 52%;
}

.cntBoxLst__item.line .cntBoxLst__info .txt {
  font-size: 16px;
  margin-bottom: 20px;
}

.cntBoxLst__item.line .cntBoxLst__info .lnk {
  display: block;
  width: 100%;
  font-size: 14px;
  background: url(../img/marker03.png) no-repeat right 7px;
  color: #0A2D88;
  padding-right: 16px;
}

/* estimate */
.cntBoxLst__item.estimate .cntBoxLst__info .txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.cntBoxLst__item.estimate .cntBoxLst__info .lnk {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  background: #0A2D88;
  border-radius: 100px;
  padding: 10px 0;
  font-size: 13px;
  text-align: center;
}

.cntBoxLst__item.estimate .cntBoxLst__info .lnk span {
  display: inline-block;
  color: #fff;
  background: url(../img/icon_mail.png) no-repeat center left;
  padding-left: 34px;
}

/* telcontact */
.cntBoxLst__item.telcontact .cntBoxLst__info .txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.cntBoxLst__item.telcontact .cntBoxLst__info .lnk {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #D83400;
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .cntBoxLst__item {
    flex-basis: 100%;
    padding: 10px;
    margin-bottom: 10px;
  }
}
/*  */
.slickLst {
  margin-bottom: 15px;
}

.slickLst__item img {
  width: 100%;
  height: auto;
}

.slickLst__item__thumb {
  width: 90%;
  margin: 0 auto;
}

.slickLst__item__thumb li {
  text-align: center;
}

.slickLst__item__thumb li img {
  width: 95%;
  height: auto;
}

.slick-prev {
  left: -27px !important;
  top: 20px;
}

.slick-next {
  right: -27px !important;
  top: 20px;
}

/* slick */
.slickLst .slick-prev {
  position: absolute;
  left: -15px !important;
  top: 25px;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
}

.slickLst .slick-next {
  position: absolute;
  right: -17px !important;
  top: 25px;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
}

/* -- */
.gmap {
  margin-bottom: 80px;
}

.gmap iframe {
  height: 400px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .gmap {
    margin-bottom: 30px;
  }

  .gmap iframe {
    height: 200px;
  }
}
/*--------------------------
pageTit
---------------------------- */
.pageTit {
  margin-bottom: 30px;
  background: #003494;
  background: linear-gradient(90deg, #003494 56%, #0065c5 100%);
}

.pageTitMain {
  background: url(../img/pageTit_bk.png) no-repeat left top;
  height: 130px;
  display: flex;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}

.pageTit .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 35px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .pageTit {
    margin-bottom: 0;
  }

  .pageTit .inner {
    font-size: 25px;
  }
}
/*--------------------------
pageTitService
---------------------------- */
.pageTitService {
  background: linear-gradient(90deg, #003494 80%, #0065c5 100%);
  height: 400px;
}

.pageTitService .inner {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  background: url(../img/pageTitService_bk.png) no-repeat right center;
}

.pageTitService__tit {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: url(../img/pageTitService_icon_houjinpurchase.png) no-repeat left center;
  padding: 30px 0 30px 145px;
}

.pageTitService__sub {
  display: block;
  color: #FFD50D;
  line-height: 1.4;
  font-size: 24px;
  letter-spacing: 1px;
}

.pageTitService__main {
  display: block;
  color: #FFFFFF;
  line-height: 1.4;
  font-size: 35px;
  letter-spacing: 1px;
}

.pageTitService__sub + .pageTitService__main {
  margin-top: 10px;
}

/* 法人関係 */
body.postid-7 .pageTitService,
body.postid-8 .pageTitService,
body.postid-9 .pageTitService {
  background: linear-gradient(90deg, #003494 80%, #0065c5 100%);
}

body.postid-7 .pageTitService__tit {
  background-image: url(../img/pageTitService_icon_houjinpurchase.png);
}

/* 法人：業者向け買取 */
body.postid-8 .pageTitService__tit {
  background-image: url(../img/pageTitService_icon_houjinlarge.png);
}

/* 法人：店舗閉店 */
body.postid-9 .pageTitService__tit {
  background-image: url(../img/pageTitService_icon_houjintrunk.png);
}

/* 法人：トランクルーム */
/* 個人関係 */
body.postid-12 .pageTitService,
body.postid-13 .pageTitService,
body.postid-14 .pageTitService {
  background: linear-gradient(90deg, #009384 80%, #00c590 100%);
}

body.postid-12 .pageTitService__tit {
  background-image: url(../img/pageTitService_icon_kojintrunk.png);
}

/* 個人：トランクルーム */
body.postid-13 .pageTitService__tit {
  background-image: url(../img/pageTitService_icon_kojinlifesupport.png);
}

/* 個人：ライフサポート */
body.postid-14 .pageTitService__tit {
  background-image: url(../img/pageTitService_icon_kojinkaitori.png);
}

/* 個人：出張 */
@media screen and (max-width: 767px) {
  /* Smartphone */
  .pageTitService {
    height: auto !important;
  }

  .pageTitService .inner {
    height: auto !important;
  }

  .pageTitService__tit {
    padding: 10px 0 10px 145px;
  }

  .pageTitService__sub {
    font-size: 14px;
  }

  .pageTitService__main {
    display: block;
    font-size: 20px;
  }

  .pageTitService__sub + .pageTitService__main {
    margin-top: 10px;
  }
}
/*--------------------------
pageTitBand
---------------------------- */
.pageTitBand {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 80px;
  border: solid #003392 1px;
  background: #E7F0F6;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  padding: 20px 0;
  line-height: 1.4;
}

.pageTitBand span {
  display: inline-block;
  background: url(../img/icon_hojin.png) no-repeat left center;
  background-size: 80px;
  padding: 30px 0 30px 100px;
}

/* 法人関係 */
body.postid-7 .pageTitBand,
body.postid-8 .pageTitBand,
body.postid-9 .pageTitBand {
  border-color: #003392;
  background: #E7F0F6;
}

body.postid-7 .pageTitBand span,
body.postid-8 .pageTitBand span,
body.postid-9 .pageTitBand span {
  background-image: url(../img/icon_hojin.png);
}

/* 個人関係 */
body.postid-12 .pageTitBand,
body.postid-13 .pageTitBand,
body.postid-14 .pageTitBand {
  border-color: #009384;
  background-color: #CCF2EB;
}

body.postid-12 .pageTitBand span,
body.postid-13 .pageTitBand span,
body.postid-14 .pageTitBand span {
  background-image: url(../img/icon_kojin.png);
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .pageTitBand {
    padding: 10px 0;
    font-size: 16px;
    text-align: left;
    border-radius: 0;
    border-left: none;
    border-right: none;
    margin-bottom: 30px;
  }

  .pageTitBand span {
    display: inline-block;
    background: url(../img/icon_hojin.png) no-repeat 5px center;
    background-size: 50px;
    padding: 14px 14px 14px 60px;
    text-align: left;
  }
}
/*--------------------------
pageLead
---------------------------- */
.pageLead {
  margin-bottom: 80px;
}

.pageLead__lbl {
  margin-bottom: 40px;
  text-align: center;
}

.pageLead__lbl li {
  display: inline-block;
  color: #333333;
  background: #FFCFBF;
  margin: 0 10px;
  padding: 10px 20px;
  font-weight: bold;
}

.pageLead__txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .pageLead {
    margin-bottom: 40px;
  }

  .pageLead__lbl {
    margin-bottom: 20px;
  }

  .pageLead__lbl li {
    padding: 5px 10px;
    font-size: 13px;
  }

  .pageLead__txt {
    font-size: 14px;
    text-align: left;
  }
}
/*--------------------------
pageLnk
---------------------------- */
.pageLnk {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

.pageLnk__item {
  flex-basis: 23%;
}

.pageLnk__item a {
  display: block;
  background: #FFFFBF;
  padding: 15px 00px 15px 15px;
  color: #260000;
  font-weight: bold;
  text-decoration: none;
  border-right: solid 32px #E96600;
  position: relative;
}

.pageLnk__item a:after {
  content: "";
  width: 18px;
  height: 10px;
  background: url(../img/markerdown01.png) no-repeat center;
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pageLnk__item a:hover {
  border-right-color: #dd2e09;
}

@media screen and (max-width: 767px) {
  .pageLnk {
    display: none;
  }
}
/*--------------------------
header
---------------------------- */
.header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
  background: #fff;
}

.header__main {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 100;
  padding: 10px 0 10px;
  background: #fff;
}

.header__main__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

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

.header__main__inner .header__logo {
  flex-basis: 16%;
}

.header__main__inner .nav {
  flex-basis: 70%;
  margin-top: 15px;
}

/* =======================================

slidar_menu

========================================= */
/* スマホヘッダー */
#fixed-top {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 99999999;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* ヘッダーのロゴ */
#fixed-top .logo {
  padding: 5px 0 0 10px;
}

#fixed-top .logo img {
  width: auto;
  height: 40px;
}

/* ヘッダーのボタン関連 */
#fixed-top .headerButtons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: right;
  justify-content: right;
}

#fixed-top .headerButtons li a {
  display: block;
}

#fixed-top .headerButtons li img {
  vertical-align: bottom;
  height: 55px;
  width: auto;
}

/* スマートフォン用ナビゲーション*/
#slidar_menu {
  background: #f2f5fd;
  padding: 10px;
  z-index: 999999;
}

#slidar_menu .sb-right-inner .logo {
  margin: 0px 0 20px;
  text-align: center;
  overflow: hidden;
}

#slidar_menu .sb-right-inner .logo img {
  display: block;
  width: 161px;
  height: auto;
  margin: 10px auto;
  text-align: center;
}

#slidar_menu .sb-right-inner .parent .tit {
  display: block;
  background: #f0f6ff;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
  font-weight: bold;
  color: #cf1357;
}

#slidar_menu .sb-right-inner .parent li {
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#slidar_menu .sb-right-inner .parent li.banner img {
  width: 100%;
  height: auto;
}

#slidar_menu .sb-right-inner .parent li.banner {
  border-bottom: none;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

#slidar_menu .sb-close {
  text-align: right;
  margin-bottom: 10px;
}

#slidar_menu .sb-right-inner a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  color: #333;
  font-weight: bold;
}

/* テキストメニュー */
#slidar_menu .parent.txt {
  margin-bottom: 30px;
}

#slidar_menu .parent.txt li {
  background-image: url(../img/shoplist_marker.png);
  background-repeat: no-repeat;
  background-position: 98% 4px;
  background-size: 14px 14px;
}

/* バナーメニュー */
#slidar_menu .parent.banner li {
  padding: 0 !important;
  margin: 0 !important;
  border: none;
}

#slidar_menu .parent.banner .tit {
  text-align: center;
  margin-bottom: 5px !important;
  background: #cf1357;
  color: #fff;
}

#slidar_menu .parent.banner img {
  width: 100%;
  height: auto;
}

/* スライドメニュー：サムネイルメニュー */
#slidar_menu .parent.prsvNav .parent__tit {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

#slidar_menu .parent.prsvNav .parent__lst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: dotted 1px #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

#slidar_menu .parent.prsvNav .parent__lst li {
  width: 48%;
  margin-bottom: 10px;
  border: none !important;
}

#slidar_menu .parent.prsvNav .parent__lst li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

#slidar_menu .parent.prsvNav .parent__lst li img {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  vertical-align: bottom;
  border: solid 1px #000;
}

/* コンタクトメニュー */
#slidar_menu .parent.contact {
  margin-bottom: 30px;
}

#slidar_menu .parent.contact .tit {
  border: none;
  background: none;
  text-align: center;
}

#slidar_menu .parent.contact li {
  border: none;
}

#slidar_menu .parent.contact .thum {
  padding: 0 !important;
  background-color: #fff;
  background-image: url(../img/shoplist_marker.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 14px 14px;
  border: solid 1px #aaa !important;
  border-radius: 2px !important;
  margin-bottom: 3px !important;
}

#slidar_menu .parent.contact .thum a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: normal;
  line-height: 130%;
}

#slidar_menu .parent.contact .thum a img {
  width: 65px;
  height: auto;
  margin-right: 5px;
  border-right: #aaa solid 1px;
}

#slidar_menu .parent.contact .tel a {
  border-radius: 3px;
  text-align: center;
}

#slidar_menu .parent.contact .tel a span {
  font-size: 14px;
}

#slidar_menu .parent.contact .tel a span span {
  font-weight: bold;
}

/*--------------------------
nav
---------------------------- */
.nav__lst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav__lst__item:nth-child(1) {
  flex-basis: 17%;
}

.nav__lst__item:nth-child(2) {
  flex-basis: 13%;
}

.nav__lst__item:nth-child(3) {
  flex-basis: 12%;
}

.nav__lst__item:nth-child(4) {
  flex-basis: 11%;
}

.nav__lst__item:nth-child(5) {
  flex-basis: 27%;
}

.nav__lst__item:nth-child(6) {
  flex-basis: 20%;
}

.nav .lng span {
  background: url(../img/icon_eng.png) no-repeat left center;
  background-size: auto;
  padding-left: 23px;
  box-sizing: border-box;
}

.nav__lst__item > a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  /* border:solid 1px #f00; */
  box-sizing: border-box;
  color: #000;
  text-align: center;
  padding: 7px 0 13px;
  overflow: hidden;
}

.nav__lst__item > a span {
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: solid 2px transparent;
}

.nav__lst__item > a:hover {
  color: #E50012;
}

.nav__lst__item > a:hover span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: solid 2px #E50012;
}

.nav__lst__item:nth-child(7) > a:hover span {
  background-image: url(../img/icon_eng_active.png);
}

.nav__lst__item.active a span {
  border-bottom: solid 2px #E50012 !important;
}

.nav__lst__item.active .nav__lst__item.active.lng span {
  background-image: url(../img/icon_eng_active.png);
}

.nav__lst__item.lng > a:hover span {
  background-image: url(../img/icon_eng_active.png);
}

/* btn */
.nav__lst__item.btn > a {
  background: #FFD50D;
  position: relative;
  overflow: hidden;
  padding: 5px 17px 5px 0px;
}

.nav__lst__item.btn > a:before {
  content: "";
  width: 30px;
  height: auto;
  background: #E96600 url(../img/arrow02.png) no-repeat center center;
  position: 30px 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.nav__lst__item.btn > a:hover {
  background: #7c0404;
}

.nav__lst__item.btn > a:hover span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: transparent 2px solid;
  color: #fff;
}

/* ------- メガメニュー -------- */
.nav ul.nav__lst li.toggle:hover .megaMenu {
  max-height: 9999px;
  opacity: 1;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  background: #f5f5f5;
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.5);
}

.nav ul.nav__lst .megaMenu {
  transition: all .1s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 75px;
  left: 0;
}

.nav ul.nav__lst .megaMenu .megaMenu__inner {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 30px 0 30px;
}

.megaMenu__tit {
  margin-bottom: 40px;
}

.megaMenu__tit span {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
}

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

.megaMenu__lst__item {
  flex-basis: 32%;
  margin-bottom: 20px;
  line-height: 1.4;
}

.megaMenu__lst__item a {
  display: block;
  width: 100%;
  height: 135px;
  text-decoration: none;
  color: #0063A3;
  font-weight: bold;
  font-size: 19px;
  border: solid 1px #ccc;
  border-radius: 14px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  background: #fff url(../img/navIcon_h_purchase.png) no-repeat 10px center;
  background-size: 85px auto;
  padding: 0 5px 0 120px;
}

.megaMenu__lst__item a:hover {
  color: #E50012;
  box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.6);
}

.megaMenu__lst__item a span {
  font-size: 13px;
  letter-spacing: -1px;
}

/* 法人・業者 */
.navH .megaMenu__lst__item:nth-child(1) a {
  background-image: url(../img/navIcon_h_trunk.png);
}

.navH .megaMenu__lst__item:nth-child(2) a {
  background-image: url(../img/navIcon_h_purchase.png);
}

.navH .megaMenu__lst__item:nth-child(3) a {
  background-image: url(../img/navIcon_h_large.png);
}

/* 個人 */
.navK .megaMenu__lst__item:nth-child(1) a {
  background-image: url(../img/navIcon_k_kaitori.png);
}

.navK .megaMenu__lst__item:nth-child(2) a {
  background-image: url(../img/navIcon_k_lifesupport.png);
}

.navK .megaMenu__lst__item:nth-child(3) a {
  background-image: url(../img/navIcon_k_trunk.png);
}

/* 会社概要 */
.navC .megaMenu__lst__item:nth-child(1) a {
  background-image: url(../img/navIcon_c_company.png);
}

.navC .megaMenu__lst__item:nth-child(2) a {
  background-image: url(../img/navIcon_c_yard.png);
}

/* 店舗案内 */
.navS .megaMenu__lst__item:nth-child(1) a {
  background-image: url(../img/navIcon_s_one.png);
}

.navS .megaMenu__lst__item:nth-child(2) a {
  background-image: url(../img/navIcon_s_two.png);
}

.megaMenu__lstSub {
  margin-top: 30px;
}

.megaMenu__lstSub li {
  display: inline;
  margin-right: 30px;
}

.megaMenu__lstSub li:last-child {
  margin-right: 0;
}

.megaMenu__lstSub li a {
  display: inline-block;
  color: #350F12;
  font-weight: bold;
  text-decoration: none;
  padding-right: 20px;
  background: url(../img/arrow01.png) no-repeat right center;
}

.megaMenu__lstSub li a:hover {
  color: #0063a3;
}

/*--------------------------
wrapper
---------------------------- */
#wrapper {
  min-height: 200px;
  margin-top: 110px;
}

/* ---------------- Smartphone ----------------- */
@media screen and (max-width: 767px) {
  #wrapper {
    margin-top: 55px;
  }
}
/*--------------------------
.main
---------------------------- */
.main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
}

body.home .main {
  margin-bottom: 0;
}

.mainCnt {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 100px;
}

.main_inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 50px;
}

.acd-content .main_inner {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .mainCnt {
    width: calc(100% - 30px);
    margin: 0 auto 20px;
  }

  .main_inner {
    width: calc(100% - 10px);
  }
}
/*--------------------------
breadcrumb
---------------------------- */
.breadcrumb__lst {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
  text-align: right;
}

.breadcrumb__lst__item {
  display: inline;
  font-size: 13px;
  font-weight: bold;
  color: #0F0F0F;
}

.breadcrumb__lst__item a {
  text-decoration: none;
  color: #003392;
}

.breadcrumb__lst__item a:hover {
  color: #f00;
}

.breadcrumb__lst__item:after {
  content: " ≫";
  margin-right: 10px;
}

.breadcrumb__lst__item:last-child:after {
  content: "";
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100%;
    overflow-y: scroll;
    margin: 0 0 10px;
    padding-bottom: 5px;
  }

  .breadcrumb__lst {
    width: 600px;
    text-align: left;
    margin-bottom: 0;
  }
}
/*--------------------------
footer
---------------------------- */
/*--------------------------
footerNav
---------------------------- */
.footer {
  position: relative;
  z-inde: -1;
  background: #fff;
  padding: 50px 0;
  border-top: solid 1px #C7C7C7;
}

.footerNav {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.footerNav__logo {
  text-align: center;
  margin-bottom: 100px;
}

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

.footerNav__item {
  flex-basis: 32.22%;
  margin-bottom: 50px;
}

.footerNav__item__tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footerNav__item__lst {
  font-size: 14px;
  list-style: disc;
  margin-left: 2em;
}

.footerNav__item__lst li {
  margin-bottom: 5px;
}

.footerNav__item__lst a {
  text-decoration: none;
}

.footerNav__item__lst a:hover {
  color: #f00;
}

/* ---------------- Smartphone ----------------- */
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 0;
    padding-bottom: 80px;
    border: none;
  }

  .footerNav {
    display: none;
  }

  .ecLnk {
    display: none;
  }

  .footerSubLnk {
    display: none;
  }
}
/*--------------------------
footerFloatBanner
---------------------------- */
.footerFloatBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #EEEEEE;
  width: 100%;
  padding: 8px 0;
}

.footerFloatBanner a {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 1200px;
}

.footerFloatBanner img {
  width: 100%;
  max-width: 848px;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .footerFloatBanner a {
    padding: 5px 20px;
  }
}
/*--------------------------
ecLnk
---------------------------- */
.ecLnk {
  background: #E7F0F6;
  padding: 50px 0;
}

.ecLnk .inner {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}

.ecLnk__tit {
  flex-basis: 20%;
  font-size: 29px;
  font-weight: bold;
}

.ecLnk__lst {
  flex-basis: 78%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ecLnk__lst__item {
  flex-basis: 25%;
  border-left: solid 1px #D3D3D3;
  padding-left: 20px;
}

.ecLnk__lst__item a {
  text-decoration: none;
}

.ecLnk__lst__item a:hover {
  color: #f00;
}

.ecLnk__lst__item__tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.ecLnk__lst__item__lst {
  list-style: disc;
  margin-left: 2em;
}

.ecLnk__lst__item__lst li {
  font-size: 14px;
}

/*--------------------------
address
---------------------------- */
.address {
  background: #212121;
}

.address span {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
}

/*--------------------------
footerSubLnk
---------------------------- */
.footerSubLnk {
  padding: 30px 0 70px;
}

.footerSubLnk__lst {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.footerSubLnk__lst li {
  display: inline-block;
  margin-right: 20px;
}

.footerSubLnk__lst li:last-child {
  margin-right: 0;
}

.footerSubLnk__lst li a {
  display: inline-block;
  font-size: 14px;
  color: #222222;
  text-decoration: none;
  background: url(../img/arrow01.png) no-repeat right center;
  background-size: 10px auto;
  padding-top: 4px;
  padding-right: 20px;
}

/* ■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* [ コンテンツ ] */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■ */
/*--------------------------
フォーム
---------------------------- */
.formTbl {
  width: 100%;
  margin-bottom: 30px;
}

.formTbl tr {
  border-bottom: solid 1px #CCCCCC;
}

.formTbl tr:first-child {
  border-top: solid 1px #CCCCCC;
}

.formTbl th {
  background: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.6;
  vertical-align: top;
  font-size: 1.125em;
  position: relative;
  width: 30%;
}

.formTbl th .hissu {
  background: #8C0000;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  padding: 3px 10px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
}

.formTbl th .nini {
  background: #003392;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  padding: 3px 10px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
}

.formTbl td {
  padding: 20px;
  box-sizing: border-box;
  color: #3D2C45;
  line-height: 1.6;
  vertical-align: top;
  font-size: 1.125em;
  width: 70%;
}

/* --- */
.formTbl select,
.formTbl input[type="text"],
.formTbl input[type="email"],
.formTbl input[type="tel"],
.formTbl textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  padding: 15px 10px;
  font-size: 1em;
  border: solid 1px #BBBBBB;
  border-radius: 4px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 2px;
}

.formTbl input::placeholder {
  color: #AAAAAA;
}

.formTbl input[type=radio], input[type=checkbox] {
  width: 2em;
  height: 2em;
}

.formTbl .mwform-radio-field label {
  display: flex;
  align-items: center;
}

.formTbl .mwform-radio-field {
  margin-bottom: 5px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

input[type="submit"] {
  background: #26512D;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 15px;
  border: none;
  border-radius: 5px;
}

body.confirm .submitArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

body.confirm .submitArea input[type="submit"] {
  flex-basis: 45%;
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .formTbl th {
    display: block;
    width: 100%;
  }

  .formTbl td {
    display: block;
    width: 100%;
  }
}
/*--------------------------
アコーディオン機能
---------------------------- */
.acd-check {
  display: none;
}

.acd-label {
  display: block;
  position: relative;
  overflow: hidden;
}

.acd-label:after {
  background: #00479d;
  content: '＋';
  color: #fff;
  display: block;
  font-family: "Font Awesome 5 Free";
  height: 150px;
  padding: 10px 15px;
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}

.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0px 0;
  transition: .5s;
  visibility: hidden;
  margin-bottom: 15px;
  overflow: hidden;
}

.acd-check:checked + .acd-label:after {
  content: '－';
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 40px 0 0;
  visibility: visible;
}

/* titBand01 */
.acd-label.titBand01 {
  color: #003392 !important;
  font-size: 22px;
  font-weight: bold;
  background: #BDE4FF;
  border-left: solid 6px #003392;
  padding: 15px 20px;
}

.acd-label.titBand01 > * {
  color: #003392 !important;
}

/* titBand02 */
.acd-label.titBand02 {
  font-size: 17px;
  font-weight: bold;
  border-bottom: solid 1px #C7C7C7;
  padding-bottom: 10px;
  margin-bottom: 0px;
  padding-left: 120px;
}

.acd-label.titBand02:after {
  background: #000 url(../img/titBand02_marker_close.png) no-repeat center center;
  content: '';
  color: #fff;
  display: block;
  padding: 3px 15px;
  position: absolute;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}

.acd-check:checked + .acd-label.titBand02:after {
  content: "";
  background: #000 url(../img/titBand02_marker_open.png) no-repeat center center;
}

.acd-label.titBand02 span {
  background: #003392;
  color: #fff;
  font-size: 17px;
  display: block;
  padding: 0px 0 3px;
  width: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.acd-label.titBand02.noLbl {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .acd-label.titBand01 {
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 50px 5px 5px;
    border: none;
  }

  .acd-label.titBand02 {
    font-size: 14px;
    padding-left: 65px;
    padding-right: 30px;
  }

  .acd-label.titBand02 span {
    font-size: 13px;
    width: 55px;
    font-weight: normal;
  }

  .acd-label:after {
    padding: 10px 3px;
  }

  .acd-label.titBand02:after {
    padding: 3px 10px;
  }
}
/* --------------------------
mainVisual
---------------------------- */
.mainVisual {
  margin-bottom: 100px;
}

.mainVisual > .inner {
  width: 100%;
  max-width: 1600px;
  height: 530px;
  margin: 0 auto 100px;
}

.mainVisual__item .box {
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}

.mainVisual__item .cnt {
  flex-basis: 50%;
  display: flex;
  justify-content: flex-end;
}

.mainVisual__item .cnt > .cntInner {
  width: 100%;
  padding: 0 40px 0 30px;
  margin: 0 auto;
}

.mainVisual__item .pic {
  flex-basis: 50%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.mainVisual__item .pic img {
  width: 100%;
  height: auto;
}

/* */
.mainVisual__item .cnt .tit {
  margin-bottom: 30px;
  font-size: 33px;
  color: #441317;
  line-height: 1.5;
  background: url(../img/navIcon_h_trunk.png) no-repeat left top;
  padding-left: 110px;
  letter-spacing: -1px;
}

.mainVisual__item .cnt .lead {
  border-top: solid 1px #441317;
  padding-top: 30px;
  margin-bottom: 30px;
  color: #441317;
  font-size: 22px;
}

.mainVisual__item .cnt .btnBox {
  max-width: 455px;
}

.mainVisual__item.trunk .tit {
  background-image: url(../img/navIcon_h_trunk.png);
}

.mainVisual__item.purchase .tit {
  background-image: url(../img/navIcon_h_purchase.png);
}

.mainVisual__item.large .tit {
  background-image: url(../img/navIcon_h_large.png);
}

/* purchase */
.mainVisual__item.purchase .tit span:nth-child(1) {
  color: #DD2C07;
  font-size: 47px;
}

/* slick */
.mainVisual .slick-prev {
  position: absolute;
  left: -50px;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
}

.mainVisual .slick-next {
  position: absolute;
  right: -50px;
  top: 0px;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
}

/* ---------------- Smartphone ----------------- */
@media screen and (max-width: 767px) {
  .mainVisual > .inner {
    height: auto !important;
    margin: 0 auto 2px;
  }

  .mainVisual__item .cnt {
    flex-basis: 100%;
    order: 2;
  }

  .mainVisual__item .cnt > .cntInner {
    padding: 0 10px;
  }

  .mainVisual__item .pic {
    flex-basis: 100%;
    order: 1;
    border-radius: 0;
    margin-bottom: 15px;
  }

  .mainVisual__item .cnt .tit {
    font-size: 25px;
  }

  .mainVisual__item .cnt .tit br {
    display: none;
  }

  .mainVisual__item.purchase .tit span:nth-child(1) {
    font-size: 25px;
  }

  .mainVisual__item .cnt .lead {
    font-size: 15px;
  }
}
/* --------------------------
svBox
---------------------------- */
body .svBox {
  width: 100%;
  max-width: 960px;
}

body.post-type-archive-service .svBox,
body.postid-6 .svBox,
body.postid-11 .svBox,
body.home .svBox {
  padding: 100px 0;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw) 0px;
}

body.post-type-archive-service .svBox,
body.postid-6 .svBox,
body.postid-11 .svBox {
  padding: 0;
}

body.home .svBox.hojin {
  background: #045D97 url(../img/bk_svBoxhojin.jpg) no-repeat center center;
  background-size: cover;
}

.svBox.kojin {
  background: none;
}

.svBox .inner {
  width: 100%;
  max-width: 1345px;
  margin: 0 auto 0px;
}

/* -- */
.svBox__tit {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px;
  background: url(../img/icon_hojin.png) no-repeat left center;
  padding: 20px 0 20px 145px;
}

.svBox__tit__main {
  display: block;
  font-size: 39px;
  font-weight: bold;
  line-height: 140%;
}

.svBox__tit__sub {
  display: block;
  font-size: 25px;
  font-weight: bold;
  line-height: 140%;
}

/* -- */
.svBox__lst {
  width: 100%;
  margin: 0 auto 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.svBox__lst__item {
  flex-basis: 49.1%;
}

body.post-type-archive-service .svBox__lst__item,
body.postid-6 .svBox__lst__item,
body.postid-11 .svBox__lst__item,
body.home .svBox__lst__item {
  flex-basis: 31.9%;
}

.svBox__lst__item a {
  display: block;
  text-decoration: none;
  padding: 20px;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 14px;
}

.svBox__lst__item a:hover {
  box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.6);
}

.svBox__lst__item .tit {
  font-size: 23px;
  font-weight: bold;
  color: #260000;
  line-height: 140%;
  margin-bottom: 0px;
  background: url(../img/navIcon_h_purchase.png) no-repeat left top;
  background-size: 85px auto;
  padding: 0px 0 0px 100px;
  min-height: 90px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
}

.svBox__lst__item .txt {
  font-size: 16px;
  color: #1F2527;
  line-height: 160%;
  padding: 0px 0 0px 100px;
  min-height: 76px;
}

.svBox__lst__item .btn {
  border-top: solid 1px #D3D3D3;
  font-weight: bold;
  color: #202528;
  text-align: right;
  padding: 10px 35px 10px 0px;
  margin-top: 15px;
  background: url(../img/arrow03.png) no-repeat right center;
}

/**/
.svBox__lst__item:nth-child .tit {
  background: url(../img/navIcon_h_purchase.png);
}

/* タイトルのアイコン */
.svBox.hojin .svBox__tit {
  background-image: url(../img/icon_hojin.png);
}

.svBox.hojin .svBox__tit__main {
  color: #FFD50D;
}

.svBox.hojin .svBox__tit__sub {
  color: #FFFFFF;
}

.svBox.kojin .svBox__tit {
  background-image: url(../img/icon_kojin.png);
}

.svBox.kojin .svBox__tit__main {
  color: #260000;
}

.svBox.kojin .svBox__tit__sub {
  color: #666666;
}

/* サービスのアイコン - 法人 */
.svBox.hojin .svBox__lst__item:nth-child(1) .tit {
  background-image: url(../img/navIcon_h_purchase.png);
}

.svBox.hojin .svBox__lst__item:nth-child(2) .tit {
  background-image: url(../img/navIcon_h_large.png);
}

.svBox.hojin .svBox__lst__item:nth-child(3) .tit {
  background-image: url(../img/navIcon_h_trunk.png);
}

/* サービスのアイコン - 個人 */
.svBox.kojin .svBox__lst__item:nth-child(1) .tit {
  background-image: url(../img/navIcon_k_kaitori.png);
}

.svBox.kojin .svBox__lst__item:nth-child(2) .tit {
  background-image: url(../img/navIcon_k_lifesupport.png);
}

.svBox.kojin .svBox__lst__item:nth-child(3) .tit {
  background-image: url(../img/navIcon_k_trunk.png);
}

/* ---------------- Smartphone ----------------- */
@media screen and (max-width: 767px) {
  .svBox {
    padding: 20px 0;
  }

  /* -- */
  .svBox__tit {
    width: calc(100% - 30px);
    margin: 0 auto 30px;
    background-size: 55px;
    padding-left: 65px;
  }

  .svBox__tit__main {
    font-size: 25px;
  }

  .svBox__tit__sub {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
  }

  .svBox__lst {
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .svBox__lst__item {
    width: 100%;
    margin-bottom: 15px;
  }

  .svBox__lst__item a {
    padding: 15px;
  }

  .svBox__lst__item .tit {
    font-size: 19px;
    background: url(../img/navIcon_h_purchase.png) no-repeat left top;
    background-size: 65px auto;
    padding-left: 80px;
  }

  .svBox__lst__item .txt {
    font-size: 14px;
    padding-left: 80px;
  }
}
/* --------------------------
trunkInfo
---------------------------- */
.trunkInfo {
  background: #E4EEF5;
  padding: 80px 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 0px;
}

.trunkInfo > .inner {
  width: 100%;
  max-width: 1275px;
  margin: 0 auto 0px;
}

/* tit */
.trunkInfo__tit {
  margin-bottom: 70px;
}

.trunkInfo__tit__main {
  display: block;
  text-align: center;
  font-size: 31px;
  line-height: 1.5;
  font-weight: bold;
  color: #FF405C;
  margin-bottom: 25px;
}

.trunkInfo__tit__sub {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 39px;
  color: #0063A3;
}

/* trunkInfoCnt */
.trunkInfoCnt {
  width: 51%;
}

.trunkInfoCnt__info {
  position: relative;
}

.trunkInfoCnt__info > .inner {
  padding: 30px 100px 30px 30px;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.trunkInfoCnt__info .pic {
  position: absolute;
  right: -520px;
  bottom: -30px;
  z-index: 1;
}

.trunkInfoCnt__info .tit {
  font-size: 20px;
  font-weight: bold;
  color: #0063A3;
  margin-bottom: 30px;
}

.trunkInfoCnt__info .txt {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}

.trunkInfoCnt__info .lnk {
  text-align: right;
}

.trunkInfoCnt__info .lnk a {
  font-weight: bold;
  color: #0063A3;
  text-decoration: none;
  text-align: right;
  padding: 10px 35px 10px 0px;
  margin-top: 15px;
  color: #0063A3;
  background: url(../img/arrow03.png) no-repeat right center;
}

.trunkInfoCnt__info .lnk a:hover {
  color: #f00;
}

.trunkInfoCnt__info .btnBox > a {
  width: 100%;
  max-width: 455px;
}

/* ---------------- Smartphone ----------------- */
@media screen and (max-width: 767px) {
  .trunkInfo {
    padding: 20px 0;
  }

  .trunkInfo > .inner {
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .trunkInfo__tit {
    margin-bottom: 20px;
  }

  .trunkInfo__tit__main {
    font-size: 23px;
  }

  .trunkInfo__tit__sub {
    font-size: 20px;
  }

  .trunkInfoCnt {
    width: 100%;
  }

  .trunkInfoCnt__info .pic {
    position: static;
    right: auto !important;
    bottom: auto !important;
  }

  .trunkInfoCnt__info > .inner {
    padding: 15px;
  }

  .trunkInfoCnt__info .pic {
    margin-bottom: 20px;
  }

  .trunkInfoCnt__info .pic img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }

  .trunkInfoCnt__info .txt {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
  }

  .trunkInfoCnt__info .txt br {
    display: none;
  }
}
/* --------------------------
policyLst
---------------------------- */
/* --------------------------
basesLst
---------------------------- */
.basesLst__item {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.basesLst__item__pic {
  flex-basis: 43%;
  width: 43%;
}

.basesLst__item__info {
  flex-basis: 49%;
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .basesLst__item {
    margin-bottom: 30px;
  }

  .basesLst__item__pic {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 15px;
  }

  .basesLst__item__pic > img {
    width: 100%;
    height: auto;
  }

  .basesLst__item__info {
    flex-basis: 100%;
  }
}
/* --------------------------
shopGallery
---------------------------- */
.shopGallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.shopGallery__item {
  flex-basis: 24%;
  margin-bottom: 15px;
}

.shopGallery__item a {
  display: block;
  position: relative;
}

.shopGallery__item a:after {
  content: "";
  width: 34px;
  height: 34px;
  background: url(../img/icon_search.png) no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}

.shopGallery__item a img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .shopGallery__item {
    flex-basis: 32%;
  }

  .shopGallery__item a:after {
    width: 20px;
    height: 20px;
    background-size: auto 20px;
  }
}
/* --------------------------
payMetholabeld
---------------------------- */
.payMethod {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  background: #003494;
}

.payMethod__tit {
  flex-basis: 18%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.payMethod__info {
  flex-basis: 82%;
  background: #E4EEF5;
}

.payMethod__info .lst01 {
  margin: 0;
  padding: 25px 25px 25px 50px;
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .payMethod__tit {
    flex-basis: 20%;
    font-size: 13px;
  }

  .payMethod__info {
    flex-basis: 79%;
  }

  .payMethod__info .lst01 {
    margin: 0;
    padding: 15px 15px 15px 30px;
    font-size: 14px;
  }
}
/* --------------------------
stepBox
---------------------------- */
.stepBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.stepBox .pic {
  flex-basis: 22%;
}

.stepBox .pic img {
  width: 100%;
  height: auto;
}

.stepBox .info {
  flex-basis: 74%;
}

/* --------------------------
areaBox
---------------------------- */
.areaBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.areaBox .pic {
  order: 2;
  flex-basis: 43%;
}

.areaBox .pic img {
  width: 100%;
  height: auto;
}

.areaBox .info {
  order: 1;
  flex-basis: 49%;
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .areaBox .pic {
    order: 1;
    flex-basis: 100%;
    margin-bottom: 15px;
  }

  .areaBox .pic img {
    width: 100%;
    height: auto;
  }

  .areaBox .info {
    order: 2;
    flex-basis: 100%;
  }
}
/* --------------------------
layoutBox
---------------------------- */
.layoutBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.layoutBox .pic {
  order: 2;
  flex-basis: 43%;
}

.layoutBox .picBox {
  order: 2;
  flex-basis: 43%;
}

.layoutBox .pic img {
  width: 100%;
  height: auto;
}

.layoutBox .info {
  order: 1;
  flex-basis: 49%;
}

.layoutBox.imgLeft .pic,
.layoutBox.imgLeft .picBox {
  order: 1;
}

.layoutBox.imgLeft .info {
  order: 2;
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .layoutBox .pic {
    order: 1;
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  .layoutBox .info {
    order: 2;
    flex-basis: 100%;
  }
}
/* --------------------------
servicePic
---------------------------- */
.servicePic {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.servicePic__item {
  flex-basis: 22.22%;
}

.servicePic__item__pic {
  text-align: center;
  margin-bottom: 10px;
}

.servicePic__item__tit {
  color: #0063A3;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.servicePic__item__txt {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .servicePic__item {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: dashed 1px #ccc;
    margin-bottom: 11px;
    padding-bottom: 11px;
  }

  .servicePic__item:last-child {
    border: none;
  }

  .servicePic__item__pic {
    flex-basis: 25%;
  }

  .servicePic__item .inner {
    flex-basis: 73%;
  }

  .servicePic__item__tit {
    text-align: left;
  }

  .servicePic__item__tit br {
    display: none;
  }

  .servicePic__item__txt {
    line-height: 1.5;
  }
}
/* --------------------------
largeService
---------------------------- */
.largeService {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.largeService__item {
  flex-basis: 30%;
}

.largeService .tit {
  font-size: 18px;
  font-weight: bold;
  color: #0063A3;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #C7C7C7;
  line-height: 1.5;
  text-align: center;
}

.largeService .subtit {
  color: #0063A3;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5;
  text-align: center;
}

.largeService .txt {
  line-height: 1.7;
  color: #202528;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .largeService__item {
    flex-basis: 100%;
    border: solid 1px #ccc;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
}
/* --------------------------
consultation
---------------------------- */
.consultation {
  margin-bottom: 15px;
}

.consultation th {
  width: 26%;
  color: #fff;
  background: #FF4000;
  font-size: 17px;
  padding: 25px 10px;
  text-align: center;
}

.consultation th span {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
}

.consultation td {
  width: 74%;
  color: #fff;
  background: #FFFFBF;
  padding: 0 20px;
  padding: 30px 20px;
}

.consultation td ul.lst01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.consultation td ul.lst01 li {
  flex-basis: 25%;
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .consultation th {
    display: block;
    width: 100%;
    padding: 10px;
  }

  .consultation td {
    display: block;
    width: 100%;
    padding: 10px;
  }

  .consultation td ul.lst01 li {
    font-size: 14px;
    flex-basis: 48%;
  }
}
/* --------------------------
licence
---------------------------- */
.licence {
  margin-bottom: 50px;
  width: 100%;
}

.licence th {
  width: 26%;
  background: #BBBBBB;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}

.licence td {
  width: 74%;
  background: #EEEEEE;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .licence th {
    display: block;
    width: 100%;
    padding: 10px;
  }

  .licence td {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 13px;
  }
}
/* --------------------------
instaBox
---------------------------- */
.instaBox {
  margin-bottom: 100px;
}

.sbi_btn_text {
  color: #fff !important;
}

/* --------------------------
trunkMsg
---------------------------- */
.trunkMsg {
  background: #E4EEF5;
  margin-bottom: 50px;
  padding: 25px 20px 40px;
}

.trunkMsg .imgCenter {
  margin-bottom: 30px;
}

.trunkMsg__tit {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.trunkMsg__txt span {
  display: block;
  width: 68%;
  margin: auto;
  background: url(../img/icon_truck.png) no-repeat left center;
  padding: 20px 0 20px 120px;
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .trunkMsg__txt span {
    background-size: 45px auto;
    width: 100%;
    padding: 10px 0 10px 65px;
    font-size: 14px;
  }
}
/* --------------------------
kaitoriLst
---------------------------- */
.kaitoriLst__item {
  background: #E4EEF5;
  border: solid 1px #97D6FF;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 15px;
}

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

.kaitoriLst__cnt .pic {
  flex-basis: 16%;
}

.kaitoriLst__cnt .pic img {
  width: 100%;
  height: auto;
}

.kaitoriLst__cnt .txt01 {
  flex-basis: 81%;
  margin-bottom: 15px;
}

/* --------------------------
.slickTruncBFBox
---------------------------- */
.slickTruncBFBox {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 80px;
}

/* --------------------------
.linestep
---------------------------- */
.linestep {
  width: 100%;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.linestep li {
  flex-basis: 32%;
}

.linestep li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  /* Smartphone */
  .linestep li {
    flex-basis: 100%;
  }
}
