@charset "UTF-8";
/* reset
----------------------------------------------------------*/
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;
}
button:focus {
  outline: none;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="text"],
input[type="search"],
input[type="submit"],
input[type="reset"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea {
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

/* base
----------------------------------------------------------*/

body {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 87%; /* 約14px */
  line-height: 1.75;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none; /* IE8 */
}
a:hover {
  text-decoration: underline;
}
a.mouse-over:hover img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}
a img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
a.mouse-over.cmn-trsopy:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans Japanese",'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  letter-spacing: -0.03em;
}
/* base PC
----------------------------------------------------------*/
.pc-mode-01 {
  display: block !important;
}
.pc-mode-02 {
  display: inline !important;
}
.pc-mode-03 {
  display: inline-block !important;
}
.sp-mode-01 {
  display: none !important;
}
.sp-mode-02 {
  display: none !important;
}
.sp-mode-03 {
  display: none !important;
}
.sp-mode-04 {
  display: none !important;
}

/* base SP
----------------------------------------------------------*/
@media only screen and (max-width: 640px) {

  .pc-mode-01 {
    display: none !important;
  }
  .pc-mode-02 {
    display: none !important;
  }
  .pc-mode-03 {
    display: none !important;
  }
  .sp-mode-01 {
    display: block !important;
  }
  .sp-mode-02 {
    display: inline !important;
  }
  .sp-mode-03 {
    display: inline-block !important;
  }
  .sp-mode-04 {
    display: table !important;
  }

}


/* contents
----------------------------------------------------------*/
.wrapper {
  width: 100%;
  min-width: 1100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.inner {
  max-width: 1080px;
  margin: 0 auto;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/*** header ***/
.header-group {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
  border-top: 3px solid #e95505;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  z-index: 10;
}
.header-group:before {
  content: " ";
  display: block;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  bottom: -7px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1466px;
  height: 7px;
  background: url(/common/images/common/bg_hg_shadow.png) no-repeat center top;
  background-size: auto;
}
.header-group-inner {
  position: relative;
  z-index: 2;
}
.header-group-inner:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  z-index: 3;
  bottom: -37px;
  right: -173px;
  width: 325px;
  height: 139px;
  background: url(/common/images/common/ilt_hg_inner.png) no-repeat center top;
  background-size: auto;
}
.header-global {
  position: relative;
  z-index: 1;
}
.header-logo {
  float: left;
  width: 169px;
  margin: 7px 0 0 0;
  position: relative;
  z-index: 10;
}
.header-logo a {
  display: block;
}
.header-global-01 {
  float: right;
  margin: 0 0 41px 0;
  position: relative;
  z-index: 10;
}
.hglb01-nav li {
  float: left;
}
.hglb01-nav li:first-child {
}
.hglb01-nav li img {
  vertical-align: middle;
}
.hglb01-nav li {
  text-align: center;
  height: 42px;
  margin: 0 5px;
}
.hglb01-nav li a,
.hglb01-nav li.ftsiz-ttl span {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 9px 12px 11px 12px;
  position: relative;
  z-index: 1;
}
.hglb01-nav li a{
  height: 88%;
}
.hglb01-nav li a:hover {
  text-decoration: none;
}
.hglb01-nav li a.active,
.hglb01-nav li a.changeBtn:hover{
  border-bottom: 2px solid #b2b2b2;
}
/*
.hglb01-nav li a:hover:before,
.hglb01-nav li.hg01n-current a:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #b2b2b2;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
*/
.hglb01-nav li.inquiry a {
  width: 116px;
  padding-right: 0;
  padding-left: 0;
  background: #e95505;
  height: 100%;
}
.hglb01-nav li.inquiry a:hover:before,
.hglb01-nav li.inquiry.hg01n-current a:before {
  display: none;
}
.header-global-02 {
  float: left;
  width: 870px;
}
.hglb02-nav {
  float: left;
  margin: 0 0 21px 0;
}
.hglb02-nav li {
  float: left;
  width: 180px;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
  border-right: 1px solid #d6d6d6;
}
.hglb02-nav li:first-child {
  border-left: 1px solid #d6d6d6;
}
.hglb02-nav li a {
  display: block;
  text-align: center;
  height: 34px;
  box-sizing: border-box;
  padding: 7px 0;
  line-height: 1.4;
  vertical-align: middle;
}
.hglb02-nav li a:hover {
  text-decoration: none;
}
.hglb02-nav li.hglb02nv-current a:hover,
.hglb02-nav li.hglb02nv-current a:hover * {
  cursor: default;
  opacity: 1;
}
.hglb02-nav li a:hover,
.hglb02-nav li.hglb02nv-current a {
  background: #ff7f02;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 1;
}
.hglb02-nav li a:hover img {
  opacity: 1;
}
.hglb02-nav li a .hglb02nv-on {
  display: none;
}
.hglb02-nav li a:hover .hglb02nv-on,
.hglb02-nav li.hglb02nv-current a .hglb02nv-on {
  display: inline;
}
.hglb02-nav li a:hover .hglb02nv-off,
.hglb02-nav li.hglb02nv-current a .hglb02nv-off {
  display: none;
}
.hglb02-nav li img {
  vertical-align: middle;
}

/*** main ***/

/* .breadcrumb */
.breadcrumb {
  margin-top: 8px;
  margin-bottom: 6px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}
.breadcrumb li {
  float: left;
  font-size: 85%;
  color: #424242;
}
.breadcrumb li a {
  color: #e85403;
}
.breadcrumb li:before {
  content: ">";
  display: inline-block;
  color: #717071;
  position: relative;
  background-size: 100%;
  top: 0;
  left: 0;
  margin: 0 0.6em 0 0.75em;
}
.breadcrumb li.bc-home:before {
  display: none;
}




.section-ttl {
  color: #191919;
  font-size: 172%;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 2px 0 4px 15px;
  border-left: 10px solid #e95505;
  margin: 0 0 30px 0;
}


.sdmv-cont {
  width: 100%;
  margin: 0 auto 50px auto;
}
.sdmv-01 {
  float: left;
  width: 620px;
  height: 180px;
  background: #ffe6d9;
  box-sizing: border-box;
  padding: 20px 8px 10px 28px;
  border-radius: 10px 0 0 10px;
}
.sdmv-ttl-01 {
  font-size: 251%;
  font-weight: bold;
  color: #471900;
  margin: 0 0 8px 0;
}
.sdmv-btn-01 {
  display: inline-block;
  width: 56px;
  margin: 0 10px;
}
.sdmv-02 {
  float: left;
  width: 460px;
  height: 180px;
  overflow: hidden;
}


/* .main */
.main {
  position: relative;
  z-index: 1;
  margin-bottom: 12em;
}

/*** メインコンテンツ ***/
.main-cont-01 {
  float: left;
  width: 804px;
  box-sizing: border-box;
}
.cmn-ttl-01 {
  font-size: 223%;
  color: #011961;
  font-weight: bold;
  margin-bottom: 35px;
}

/*** サイドバー ***/
.main-cont-02 {
  float: right;
  width: 252px;
  box-sizing: border-box;
}
.ml-cont-01 {
  box-sizing: border-box;
  padding: 15px 15px 5px 15px;
  border-radius: 7px 7px 0 0;
  border: 1px solid #d6d6d6;
  border-top: 7px solid #e95505;
  margin: 0 0 28px 0;
}
.sdm-ttl-01 {
  font-size: 128%;
  color: #471900;
  box-sizing: border-box;
  padding: 0 0 13px 0;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0 auto 7px auto;
}
.sdmtl-img {
  display: block;
  height: 18px;
}
.sdmtl-img img {
  height: 100%;
  width: auto;
}
.sdm-list-01 {
  box-sizing: border-box;
  color: #313131;
}
.sdm-list-01 li:first-child {
  border: none;
}
.sdm-list-01 li a:hover,
.sdm-list-01 li.sdm01-current a {
  background: #ff7f02;
  text-decoration: none;
  color: #fff;
}
.sdm-list-01 li a {
  display: block;
  box-sizing: border-box;
  padding: 7px 10px 5px 10px;
  margin: 7px auto;
  border-radius: 5px;
}
.sdm-list-01 li {
  box-sizing: border-box;
}
.sdm-list-01 li a:before {
  content: " ";
  display: block;
  float: left;
  background: url(/common/images/shop/icon_sd_01.png) no-repeat;
  background-size: contain;
  background: url(/common/images/shop/icon_sd_01_uie8.png) no-repeat \9;
  width: 7px;
  height: 8px;
  position: relative;
  z-index: 2;
  top: 7px;
  left: 5px;
  margin-right: 15px;
}
.sdm-list-01 li a:hover:before,
.sdm-list-01 li.sdm01-current a:before {
  background: url(/common/images/shop/icon_sd_02.png) no-repeat;
  background-size: contain;
  background: url(/common/images/shop/icon_sd_02_uie8.png) no-repeat \9;
}
.sdm-list-02 li {
  margin: 0 0 14px 0;
}


/*** footer ***/

.ft-bnpt-wrap {
  margin-bottom: 0;
}
.ft-banner {
  float: left;
}
.ft-banner-btn {
  width: 65px;
  float: left;
  margin: 0 10px 0 0;
  line-height: 1;
}
.ft-banner-txt {
  float: left;
  font-size: 71%;
  margin: 5px 0 15px 0;
}
.pagetop {
  float: right;
  margin: 5px 0 0 0;
}
.pagetop a {
  display: block;
}
.arrow-btn {
  display: inline-block;
  vertical-align: middle;
  width: 152px;
  line-height: 1;
}
.footer-global-01 {
  background: #e4e4e4;
}
.fglb01-inner {
  letter-spacing: -0.5em; /* 隙間を無くすため*/
  width: 100%;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.fglb01-inner:before {
  content: " ";
  display: inline-block;
  background: url(/common/images/common/ilt_fglb01_inner.png) no-repeat left top;
  background-size: auto;
  margin: 0;
  width: 197px;
  height: 239px;
  top: -239px;
  left: -256px;
  position: absolute;
  z-index: 2;
}
.fglb01-outer {
  display: inline-block;
}
.fglb01-wrap {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal; /* リセット必須 */
  text-align: left;
  margin: 0 20px 0 0;
  position: relative;
  z-index: 3;
}
.fglb01w-ttl{
  font-size:14px;
  letter-spacing: -0.03em;
}
.fglb01-wrap-01 {
  width: 200px;
  box-sizing: border-box;
  padding: 0 0 0 5px;
}
.fglb01-wrap-01 .fglb01w-ttl {
  width: 150px;
}
.fglb01-wrap-02 {
  width: 195px;
}
.fglb01-wrap-02 .fglb01w-ttl {
  width: 150px;
}
.fglb01-wrap-03 {
  width: 165px;
}
.fglb01-wrap-03 .fglb01w-ttl {
  width: 150px;
}
.fglb01-wrap-03 .fglb01w-ttl-2 {
  width: 150px;
}
.fglb01-wrap-04 {
  width: 250px;
}
.fglb01-wrap-04 .fglb01w-ttl {
  width: 190px;
}
.fglb01-wrap-05 {
  width: 155px;
  margin-right: 0;
}
.fglb01w-01 .fglb01w-ttl {
  width: 190px;
}
.fglb01w-02 .fglb01w-ttl {
  width: 161px;
}
.fglb01w-nav {
  font-size: 93%;
}
.fglb01w-ttl {
  margin: 0 0 8px 0;
}
.fglb01w-ttl a {
  display: block;
}
.fglb01w-nav {
  box-sizing: border-box;
  padding: 0 0 0 1px;
  margin-bottom: 8px;
}
.fglb01w-nav li {
  position: relative;
  z-index: 1;
  margin: 0 0 2px 0;
}
.fglb01w-01 {
  margin: 0 0 50px 0;
}
.fglb01w-02 {
}
.footer-global-02 {
  height: 42px;
  background: #9a9a9a;
  color: #fff;
}
.fglb02-wrap {
  padding: 15px 0;
}
.fglb02w-nav {
  float: right;
  margin: 0 0 0 0;
}
.fglb02w-nav li {
  float: left;
  margin: 0 0 0 43px;
  font-size: 85%;
}
.copyright {
  float: left;
  font-size: 85%;
}


/*** other ***/
.font-narrow-01 {
  letter-spacing: -1px;
}
.font-narrow-02 {
  letter-spacing: -2px;
}
.font-narrow-03 {
  letter-spacing: -3px;
}
/* jquery.sidr.js */
.sidr {
  position: static; /*必須*/
}
.sidr.right {
  left: auto; /*必須*/
  right: -70%; /*必須*/
}

.not-found-wrapper a{
  color: #e85403;
}
.not-found-wrapper .sdmv-ttl-01{
  margin: 24px 0;
}

.not-found-wrapper .main-cont-01{
  margin-bottom: 120px;
}
.not-found-wrapper .main-cont-01 .ttl{
  margin-bottom: 40px;
  font-size: 150%;
}
.not-found-wrapper .main-cont-01 .thk{
  margin-bottom: 20px;
}

.not-found-wrapper .main-cont-01 .act span{
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    color: #e85403;
    display: inline-block;
    margin-right: 2px;
}

/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 640px) {

  .wrapper {
    min-width: 0;
    overflow: visible;
  }
  .inner {
    padding: 0 3%;
  }
  /*** header ***/

  .header-group {
    border: none;
    -moz-box-shadow: 0 2px 2px #ddd;
    -webkit-box-shadow: 0 2px 2px #ddd;
    box-shadow: 0 2px 2px #ddd;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .header-group:before {
    display: none;
  }
  .header-group-inner:before {
    bottom: 0;
    right: 0;
    width: 44%;
    max-width: 200px;
    height: 72%;
    background: url(/common/images/common/ilt_hg_inner.png) no-repeat 17px top;
    background-size: cover;
  }
  .header-logo {
    width: 20%;
    min-width: 69px;
    margin: 0 0 10px 0;
  }
  .hglb-sp-btn {
    float: right;
    width: 6%;
    min-width: 35px;
    margin: 0;
    position: relative;
    z-index: 100;
  }
  .hglb-sp-btn a {
    display: block;
  }
  .global-02-close {
    margin: 0 0 1em 0;
  }
  .global-02-close a {
    display: block;
    float: right;
    width: 20px;
  }
  .header-global {
    margin-bottom: 8px;
  }
  .hglb02-nav {
    float: none;
    padding-right: 0;
    padding-left: 0;
    font-size: 85%;
  }
  .hglb02-nav li {
    float: none;
    width: auto;
    margin: 0;
    border: none;
    border-bottom: 1px solid #b2b2b2;
    padding: 0;
  }
  .hglb02-nav li:first-child {
    border-left: none;
    border-top: 1px solid #b2b2b2;
    margin: 0;
  }
  .hglb02-nav li a {
    text-align: left;
    height: auto;
    box-sizing: border-box;
    padding: 16px 5px 16px 20px;
    line-height: 1.9;
  }
  .hglb02-nav li a:hover,
  .hglb02-nav li.hglb02nv-current a {
    text-decoration: none;
    background: none;
  }
  .glb02nav-txt .glb02nav-icon {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    width: 24px;
    text-align: center;
  }
  .glb02nav-icon-01 {
    top: -2px;
  }
  .glb02nav-icon-01 img {
    width: 20px;
  }
  .glb02nav-icon-02 {
    top: -1px;
  }
  .glb02nav-icon-02 img {
    width: 19px;
  }
  .glb02nav-icon-03 {
    top: -2px;
  }
  .glb02nav-icon-03 img {
    width: 13px;
  }
  .glb02nav-icon-04 {
    top: -2px;
  }
  .glb02nav-icon-04 img {
    width: 21px;
  }
  .glb02nav-icon-05 {
    top: -1px;
  }
  .glb02nav-icon-05 img {
    width: 21px;
  }
  .glb02nav-icon-06 {
    top: -2px;
  }
  .glb02nav-icon-06 img {
    width: 19px;
  }
  .hglb02-nav li.glb02nav-inquiry {
    border: none;
    margin: 25px 0 0 0;
  }
  .hglb02-nav li.glb02nav-inquiry a {
    background: #e95505;
    text-align: center;
    color: #fff;
    padding: 14px 10px 12px 10px;
  }



  .sdmv-cont {
    padding: 0;
    margin: 0 auto 20px auto;
  }
  .sdmv-01 {
    float: none;
    width: auto;
    height: auto;
    padding: 3% 3% 4% 3%;
    border-radius: 0;
  }
  .sdmv-ttl-01 {
    font-size: 165%;
  }
  .sdmv-txt-01 {
    font-size: 100%;
  }
  .sdmv-btn-01 {
    display: block;
    margin: 5px 0 0 0;
  }








  /*** main ***/
  .main {
    margin-top: 20px;
    margin-bottom: 120px;
  }
  .main-cont-01,
  .main-cont-02 {
    float: none;
    width: auto;
  }
  .main-cont-01 {
    margin: 0 0 50px 0;
  }
  .sdm-list-01 li a {
    margin: 14px auto;
  }
  .sdmtl-img {
    height: 14px;
  }
  .sdm-cont-02 {
    overflow: hidden;
  }
  .sdm-list-01 {
    font-size: 85%;
  }
  .sdm-list-02 {
    letter-spacing: -0.5em; /* 隙間を無くすため*/
    width: 103%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .sdm-list-02 li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal; /* リセット必須 */
    width: 47%;
    margin: 0 3% 3% 0;
    text-align: center;
  }
  .sdm-list-02 li img{
    width: 100%;
  }

  /*** footer ***/
  .footer-global-02 {
    background: #848484;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .fglb02-wrap {
    overflow: hidden;
  }
  .fglb02w-nav {
    float: none;
    width: 103%;
    letter-spacing: -0.5em; /* 隙間を無くすため*/
    margin: 0;
  }
  .fglb02w-nav li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal; /* リセット必須 */
    width: 30.333%;
    margin: 0 3% 3% 0;
    box-sizing: border-box;
    font-size: 76%;
    text-align: center;
  }
  .copyright {
    float: none;
    font-size: 69%;
    text-align: center;
  }
  .pagetop {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    position: relative;
    z-index: 99999;
  }
  .arrow-btn {
    width: 120px;
  }
  .ft-bnpt-wrap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #e4e4e4;
    box-sizing: border-box;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .ft-bnpt-wrap:before {
    content: " ";
    display: inline-block;
    background: url(/common/images/common/ilt_fglb01_inner.png) no-repeat left top;
    background-size: contain;
    margin: 0;
    width: 130px;
    height: 130px;
    top: -130px;
    left: 3%;
    position: absolute;
    z-index: 2;
  }
  .ft-banner {
    float: none;
    width: auto;
  }
  .ft-banner-btn {
    width: 50px;
    margin: 0 10px;
  }
  .ft-banner-txt {
    margin: 2px 0 0 0;
  }


  /*** other ***/
  .header-global-02 {
    display: none; /* JSを読み込む前は非表示に */
  }
  .js-wrapper-fix {
    position: fixed; /* スマホメニューが開いている時はコンテンツのスクロールを停止 */
  }
  /* jquery.sidr.js */
  .sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 70%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #e9e9e9;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    padding: 10px 3%;
  }

}
