@charset "utf-8";

@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto; padding: 40px;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}

/*---------------------------------------------
custom reset
---------------------------------------------*/
*,*:after,*:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html,body {font-size:14px; height: 100%;  line-height: 1.5; color: #333; font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;}
html{ font-size: 62.5%; }
body { font-size: 1.6rem; overflow-wrap: break-word; word-wrap: break-word;}
a { text-decoration: none; color: #333;}
a,.link,a img{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
a:hover img{opacity: 0.7;}
sup{font-size: 60%;}
img{max-width: 100%; height: auto;}

/*---------------------------------------------
generic  class
---------------------------------------------*/
.txtB { font-weight: bold!important; }.txtN { font-weight: normal!important; }
.layoutC { text-align: center!important; }.layoutL { text-align: left!important; }.layoutR { text-align: right!important; }
.fz12{ font-size: 1.2rem!important; } .fz14{ font-size: 1.4rem!important; } .fz16{ font-size: 1.6rem!important; } .fz18{ font-size: 1.8rem!important; } .fz20{ font-size: 2.0rem!important; }

/*---------------------------------------------
base margin
---------------------------------------------*/
.mt0 { margin-top: 0px !important; }.mt5 { margin-top: 5px !important; }.mt10 { margin-top: 10px !important; }.mt15 { margin-top: 15px !important; }.mt20 { margin-top: 20px !important; }.mt25 { margin-top: 25px !important; }.mt30 { margin-top: 30px !important; }.mt40 { margin-top: 40px !important; }.mt50 { margin-top: 50px !important; }.mt60 { margin-top: 60px !important; }.mt70 { margin-top: 70px !important; }.mt80 { margin-top: 80px !important; }
.ml0 { margin-left: 0px !important; }.ml5 { margin-left: 5px !important; }.ml10 { margin-left: 10px !important; }.ml15 { margin-left: 15px !important; }.ml20 { margin-left: 20px !important; }.ml30 { margin-left: 30px !important; }.ml40 { margin-left: 40px !important; }
.mr0 { margin-right: 0px !important; }.mr5 { margin-right: 5px !important; }.mr10 { margin-right: 10px !important; }.mr15 { margin-right: 15px !important; }.mr20 { margin-right: 20px !important; }.mr25 { margin-right: 25px !important; }.mr30 { margin-right: 30px !important; }.mr40 { margin-right: 40px !important; }
.mb0 { margin-bottom: 0px !important; }.mb5 { margin-bottom: 5px !important; }.mb10 { margin-bottom: 10px !important; }.mb15 { margin-bottom: 15px !important; }.mb20 { margin-bottom: 20px !important; }.mb25 { margin-bottom: 25px !important; }.mb30 { margin-bottom: 30px !important; }.mb40 { margin-bottom: 40px !important; }.mb50 { margin-bottom: 50px !important; }.mb60 { margin-bottom: 60px !important; }.mb70 { margin-bottom: 70px !important; }.mb80 { margin-bottom: 80px !important; }
.m0a{margin:0 auto !important;}

.w5p{ width: 5%!important;}.w8p{ width: 8%!important;}.w10p{ width: 10%!important;}.w11p{ width: 11%!important;}.w12p{ width: 12%!important;}.w15p{ width: 15%!important;}.w20p{ width: 20%!important;}.w25p{ width: 25%!important;}.w30p{ width: 30%!important;}.w33p{ width: 33.3333%!important;}.w35p{ width: 35%!important;}.w40p{ width: 40%!important;}.w45p{ width: 45%!important;}.w50p{ width: 50%!important;}.w55p{ width: 55%!important;}.w60p{ width: 60%!important;}.w65p{ width: 65%!important;}.w67p{ width: 67%!important;}.w70p{ width: 70%!important;}.w75p{ width: 75%!important;}.w80p{ width: 80%!important;}.w85p{ width: 85%!important;}.w90p{ width: 90%!important;}.w95p{ width: 95%!important;}.w100p{ width: 100%!important;}
.wmax{ width: 100%!important; height: auto!important;}

/*---------------------------------------------
 grid system
---------------------------------------------*/
.grid {margin: 0 auto;overflow: hidden;padding-right: 0;}
.grid:after {content: "";display: table;clear: both;}
.colNum {float: left;min-height: 1px;}.push_right { float: right }
.grid.inline{ letter-spacing: -0.4em; text-align: center; }
.grid.inline .colNum{ float: none; display: inline-block; vertical-align: middle; letter-spacing: normal;}
.gd_0 { margin-right: -0px; margin-bottom: -0px;}.gd_1 { margin-right: -1px; margin-bottom: -1px;}.gd_2 { margin-right: -2px; margin-bottom: -2px;}.gd_8 { margin-right: -8px; margin-bottom: -8px;}.gd_10 { margin-right: -10px; margin-bottom: -10px;}.gd_15 { margin-right: -15px; margin-bottom: -15px;}.gd_16 { margin-right: -16px; margin-bottom: -16px;}.gd_20 { margin-right: -20px; margin-bottom: -20px;}.gd_24 { margin-right: -24px; margin-bottom: -24px;}.gd_25 { margin-right: -25px; margin-bottom: -25px;}.gd_30 { margin-right: -30px; margin-bottom: -30px;}.gd_40 { margin-right: -40px; margin-bottom: -40px;}.gd_50 { margin-right: -50px; margin-bottom: -50px;}.gd_60 { margin-right: -60px; margin-bottom: -60px;}
.gd_0 .colNum {margin-bottom: 0; padding-right: 0;}.gd_1 .colNum {margin-bottom: 1px; padding-right: 1px;}.gd_2 .colNum {margin-bottom: 2px; padding-right: 2px;}.gd_8 .colNum {margin-bottom: 8px; padding-right: 8px;}.gd_10 .colNum {margin-bottom: 10px; padding-right: 10px;}.gd_15 .colNum {margin-bottom: 15px; padding-right: 15px;}.gd_16 .colNum {margin-bottom: 16px; padding-right: 16px;}.gd_20 .colNum {margin-bottom: 20px; padding-right: 20px;}.gd_24 .colNum {margin-bottom: 24px; padding-right: 24px;}.gd_25 .colNum {margin-bottom: 25px; padding-right: 25px;}.gd_30 .colNum {margin-bottom: 30px; padding-right: 30px;}.gd_40 .colNum {margin-bottom: 40px; padding-right: 40px;}.gd_60 .colNum {margin-bottom: 60px; padding-right: 60px;}.gd_60 .colNum {margin-bottom: 60px; padding-right: 60px;}
.grid.border .colNum{border-right: 1px solid rgba(0,0,0,0.2);/*$カラム間ボーダー*/}
.grid.border.gd_8 { margin-right: -4px; margin-left: -4px; margin-bottom: -8px;}.grid.border.gd_10 { margin-right: -5px; margin-left: -5px; margin-bottom: -10px;}.grid.border.gd_15 { margin-right: -7px; margin-left: -7px; margin-bottom: -15px;}.grid.border.gd_20 { margin-right: -10px; margin-left: -10px; margin-bottom: -20px;}.grid.border.gd_25 { margin-right: -12px; margin-left: -12px; margin-bottom: -25px;}.grid.border.gd_30 { margin-right: -15px; margin-left: -15px; margin-bottom: -30px;}.grid.border.gd_40 { margin-right: -20px; margin-left: -20px; margin-bottom: -40px;}
.grid.border.gd_10 .colNum {margin-bottom: 10px; padding-right: 5px; padding-left: 5px; }.grid.border.gd_10 .colNum {margin-bottom: 10px; padding-right: 5px; padding-left: 5px; }.grid.border.gd_15 .colNum {margin-bottom: 15px; padding-right: 7px; padding-left: 7px; }.grid.border.gd_16 .colNum {margin-bottom: 16px; padding-right: 8px; padding-left: 8px; }.grid.border.gd_20 .colNum {margin-bottom: 20px; padding-right: 10px; padding-left: 10px; }.grid.border.gd_24 .colNum {margin-bottom: 24px; padding-right: 12px; padding-left: 12px; }.grid.border.gd_25 .colNum {margin-bottom: 25px; padding-right: 12px; padding-left: 12px; }.grid.border.gd_30 .colNum {margin-bottom: 30px; padding-right: 15px; padding-left: 15px; }.grid.border.gd_40 .colNum {margin-bottom: 40px; padding-right: 20px; padding-left: 20px; }
.col_1_1 { width: 100% }.col_2_3,.col_8_12 { width: 66.66% }.col_1_2,.col_6_12 { width: 50% }.col_1_3,.col_4_12 { width: 33.33% }.col_1_4,.col_3_12 { width: 25% }.col_1_5 { width: 20% }.col_1_6,.col_2_12 { width: 16.667% }.col_1_7 { width: 14.28% }.col_1_8 { width: 12.5% }.col_1_9 { width: 11.1% }.col_1_10 { width: 10% }.col_1_11 { width: 9.09% }.col_1_12 { width: 8.33% }.col_11_12 { width: 91.66% }.col_10_12 { width: 83.333% }.col_9_12 { width: 75% }.col_5_12 { width: 41.66% }.col_7_12 { width: 58.33% }
.push_2_3,.push_8_12 { margin-left: 66.66% }.push_1_2,.push_6_12 { margin-left: 50% }.push_1_3,.push_4_12 { margin-left: 33.33% }.push_1_4,.push_3_12 { margin-left: 25% }.push_1_5 { margin-left: 20% }.push_1_6,.push_2_12 { margin-left: 16.667% }.push_1_7 { margin-left: 14.28% }.push_1_8 { margin-left: 12.5% }.push_1_9 { margin-left: 11.1% }.push_1_10 { margin-left: 10% }.push_1_11 { margin-left: 9.09% }.push_1_12 { margin-left: 8.33% }
.colInner{height: 100%;}

.dis-ib{display: inline-block !important;}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 2;
  padding: 0;
  text-indent: -9999px;
  width: 60px;
  border: none;
  display: block;
  cursor: pointer;
}

.slick-prev {
  display: none;
  left: 0;
  background: url(../images/icon_slide_l.png) no-repeat center right 25px;

}

.slick-next {
  display: none;
  right: 0;
  background: url(../images/icon_slide_r.png) no-repeat center left 25px;
}

.slick-arrow.slick-disabled {
  opacity: 0.2;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: none;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  -webkit-background-size: 6px;
  background-size: 6px;
  text-align: center;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-position: center top;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  background-position: center top;
  background: #00b0a1;
  border-color: transparent;
}

.main{
  overflow: hidden;
}

/*---------------------------------------------
header
---------------------------------------------*/
.header-wrap{
  height: 67px;
}

#header{
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 100;
  box-shadow: 0 0 6px rgb(0 0 0 / 15%);
}
#header>.inner{
  display: flex;
  justify-content: space-between;
  height: 67px;
  align-items: center;
  max-width: 100%;
}
#header .logo{
  padding: 0 0 0 30px;
}
#header .logo img{width: 50%;}
#header .site-nav{
  height: 100%;
}
#header .site-nav ul{
  display: flex;
  height: 100%;
}
#header .site-nav ul li{
  width: 104px;
  border-left: 1px solid #dedede;
}
#header .site-nav ul li a{
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
#header .site-nav ul li a:hover{
  opacity: 0.7;
}
#header .site-nav ul li a.logout{
  font-size: 1.4rem;
  background: url(../images/icon_logout.png) no-repeat center top 15px ;
  padding-top: 30px;
}
#header .site-nav ul li a.mypage{
  font-size: 1.4rem;
  background: url(../images/icon_mypage.png) no-repeat center top 10px ;
  padding-top: 30px;
}
#header .site-nav ul li a.menu-btn{
  font-size: 1.6rem;
  background: #43bfb5 url(../images/icon_menu.png) no-repeat center top 15px ;
  padding-top: 30px;
  color: #fff;
}
#header .site-nav ul li a.menu-btn.cur{
  background: #e8f2ec url(../images/icon_close.png) no-repeat center top 15px;
  color: #000000;
}
#header .site-nav ul li a.menu-btn .txt02,
#header .site-nav ul li a.menu-btn.cur .txt01{
  display: none;
}
#header .site-nav ul li a.menu-btn.cur .txt02{
  display: block;
}
.header-drop{
  display: none;
  background: #e8f2ec;
  padding: 30px;
}

.header-drop .nav-box-list>li .img{
  height: 68px;
  background: #fff;
}
.header-drop .nav-box-list>li .img img{
  max-height: 48px;
  max-width: 48px;
  object-fit: cover;
}
.header-drop .nav-box-list{
  margin-right: -12px;
  margin-bottom: -12px;

}
.header-drop .nav-box-list>li {
  width: calc(100% / 6 - 12px);
  margin-right: 12px;
  margin-bottom: 12px;
}
.header-drop .hd02{
  font-size: 2.4rem;
  margin-top: 30px;
  margin-bottom: 15px;
}
.header-drop .hd02:first-child{
  margin-top: 0;

}
.header-drop .nav-box-list>li .ttl{
  font-size: 1.4rem;
}
.header-drop .pic-list{
  justify-content: center;
}
.header-drop .pic-list>li{
  width: 216px;
  margin-right: 20px;
}
.header-drop .pic-list>li .ttl{
  font-size: 1.3rem;
  height: 38px;
}


/*---------------------------------------------
footer
---------------------------------------------*/
#footer{
  border-top: 2px solid #43bfb5;
  padding: 30px 20px;
}
.footer-list{
  text-align: center;
}
.footer-list li{
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 15px;
}
.footer-list li a:hover{
  text-decoration: underline;

}
.footer-list li + li{
  
}
.footer-logo{
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #efefef;
}
.footer-logo li{
  display: inline-block;
}
.footer-logo li + li{
  margin-left: 60px;
}



/*==========================================================================================================
PC Only
==========================================================================================================*/
@media screen and (min-width: 769px) {
  .pcOnly {
    display: block !important;
  }

  .spOnly {
    display: none !important;
  }

  img.pcOnly {
    display: inline-block !important;
  }

  .spHeader {
    display: none !important;
  }
  .header-drop .accWrap+.accWrap{
    margin-top: 40px;
    
  }
  .header-drop .accWrap .accToggle{
    pointer-events: none;

  }
}

/*==========================================================================================================
SP Only
==========================================================================================================*/
@media screen and (max-width: 768px) {
  .spOnly {
    display: block !important;
  }

  .pcOnly {
    display: none !important;
  }

  .grid:not(.sp_grid){margin-right: 0; margin-bottom: 0;}
  .grid:not(.sp_grid)>.colNum{ width: 100%; padding-right: 0; margin-bottom: 15px;}
  .grid:not(.sp_grid)>.colNum:last-child{ margin-bottom: 0};
  .grid.gd_2{margin-bottom: -2px;}
  .grid.gd_2>.colNum{ margin-bottom: 2px; }
  .gd_40 .colNum{margin-bottom: 20px;}
  .gd_40{margin-bottom: -20px;}
  .grid.gd_min170:not(.sp_grid)>.colNum{ width: 50%; padding-right: 10px; padding-right: 10px;}
  .grid .colNum .img{ text-align: center; }
  .sp_gd_0 { margin-right: -0px; margin-bottom: -0px;}.sp_gd_1 { margin-right: -1px; margin-bottom: -1px;}.sp_gd_8 { margin-right: -8px; margin-bottom: -8px;}.sp_gd_10 { margin-right: -10px; margin-bottom: -10px;}.sp_gd_15 { margin-right: -15px; margin-bottom: -15px;}.sp_gd_16 { margin-right: -16px; margin-bottom: -16px;}.sp_gd_20 { margin-right: -20px; margin-bottom: -20px;}.sp_gd_24 { margin-right: -24px; margin-bottom: -24px;}.sp_gd_25 { margin-right: -25px; margin-bottom: -25px;}.sp_gd_30 { margin-right: -30px; margin-bottom: -30px;}.sp_gd_40 { margin-right: -40px; margin-bottom: -40px;}.sp_gd_88 { margin-right: -88px; margin-bottom: -88px;}
  .sp_gd_0>.colNum {margin-bottom: 0; padding-right: 0;}.sp_gd_1>.colNum {margin-bottom: 1px; padding-right: 1px;}.sp_gd_8>.colNum {margin-bottom: 8px; padding-right: 8px;}.sp_gd_10>.colNum {margin-bottom: 10px; padding-right: 10px;}.sp_gd_15>.colNum {margin-bottom: 15px; padding-right: 15px;}.sp_gd_16>.colNum {margin-bottom: 16px; padding-right: 16px;}.sp_gd_20>.colNum {margin-bottom: 20px; padding-right: 20px;}.sp_gd_24>.colNum {margin-bottom: 24px; padding-right: 24px;}.sp_gd_25>.colNum {margin-bottom: 25px; padding-right: 25px;}.sp_gd_30>.colNum {margin-bottom: 30px; padding-right: 30px;}.sp_gd_40>.colNum {margin-bottom: 40px; padding-right: 40px;}.sp_gd_88>.colNum {margin-bottom: 88px; padding-right: 88px;}
  .sp_col_1_1 { width: 100% }.sp_col_2_3,.sp_col_8_12 { width: 66.66% }.sp_col_1_2,.sp_col_6_12 { width: 50% }.sp_col_1_3,.sp_col_4_12 { width: 33.33% }.sp_col_1_4,.sp_col_3_12 { width: 25% }.sp_col_1_5 { width: 20% }.sp_col_1_6,.sp_col_2_12 { width: 16.667% }.sp_col_1_7 { width: 14.28% }.sp_col_1_8 { width: 12.5% }.sp_col_1_9 { width: 11.1% }.sp_col_1_10 { width: 10% }.sp_col_1_11 { width: 9.09% }.sp_col_1_12 { width: 8.33% }.sp_col_11_12 { width: 91.66% }.sp_col_10_12 { width: 83.333% }.sp_col_9_12 { width: 75% }.sp_col_5_12 { width: 41.66% }.sp_col_7_12 { width: 58.33% }
  .sp_dBlock { display: block!important; }
  .sp_w5p{ width: 5%!important;}.sp_w8p{ width: 8%!important;}.sp_w10p{ width: 10%!important;}.sp_w11p{ width: 11%!important;}.sp_w12p{ width: 12%!important;}.sp_w15p{ width: 15%!important;}.sp_w16p{ width: 16%!important;}.sp_w18p{ width: 18%!important;}.sp_w20p{ width: 20%!important;}.sp_w22p{ width: 22%!important;}.sp_w25p{ width: 25%!important;}.sp_w30p{ width: 30%!important;}.sp_w35p{ width: 35%!important;}.sp_w40p{ width: 40%!important;}.sp_w45p{ width: 45%!important;}.sp_w50p{ width: 50%!important;}.sp_w55p{ width: 55%!important;}.sp_w60p{ width: 60%!important;}.sp_w65p{ width: 65%!important;}.sp_w70p{ width: 70%!important;}.sp_w75p{ width: 75%!important;}.sp_w80p{ width: 80%!important;}.sp_w85p{ width: 85%!important;}.sp_w90p{ width: 90%!important;}.sp_w95p{ width: 95%!important;}.sp_w100p{ width: 100%!important;}
  .sp_wmax{ width: 100%!important; height: auto!important; max-width: inherit;}.sp_wAuto{ width: auto !important; }.sp_max320{ width: 320px !important; }

  .sp_layoutC{ text-align: center; }.sp_layoutR{ text-align: right; }.sp_layoutL{ text-align: left; }

  .sp_grid .colNum .bg_btn{height: 100%;}


  img.spOnly {
    display: inline-block !important;
  }

  #header{
    background: none;
  }
  #header>.inner{
    background: #fff;
  }
  #header .logo {
    padding: 0 0 0 10px;
  }
  #header .logo img {
    width: 100%;
    max-width: 112px;
  }
  #header .site-nav ul li{
    width: 80px;
  }
  #header .site-nav ul li a{
    font-size: 1.2rem!important;
    padding-top: 30px!important;
  }
  #footer{
    padding: 15px;
  }
  .footer-logo{
    margin-top: 20px;
    padding-top: 20px;
  }
  .footer-logo li + li{
    margin-left: 0;
    margin-top: 10px;
  }
  body.navCur{overflow: hidden;}
  body.navCur #header{ overflow-y: scroll; height: 100%;}
  .header-drop{
    padding: 0;
    border-bottom: 1px solid #e0dede;
  }

  .header-drop .nav-box-list{
    margin-right: 0;
    margin-bottom: 0;
  }
  .header-drop .nav-box-list>li {
    width: calc(100% / 2);
    margin-right: 0;
    margin-bottom: 0;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
  }
  .header-drop .nav-box-list>li .img{
    height: 60px;
    padding-bottom: 0;
  }
  .header-drop .nav-box-list>li .img img {
    max-height: 40px;
    max-width: 40px;
    object-fit: cover;
  }
  .header-drop .nav-box-list>li .ttl{
    padding-top: 0;
    background: #fff;
  }
  .header-drop .accContents{
    display: none;
    padding: 10px;
    overflow: hidden;
  }
  .header-drop .hd02{
    margin-bottom: 0;
    padding: 15px;
    border-top: 1px solid #e0dede;
    font-size: 1.8rem;
  }
  .header-drop .hd02:after{
    display: none;
  }
  .header-drop .pic-list{
    margin-right: -10px;
    justify-content: start;
  }
  .header-drop .pic-list>li{
    width: calc(100% / 2 - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .header-drop .hd02{
    position: relative;

  }
  .header-drop .hd02:before{
    content:"＋";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: normal;
    color: #999;
  }
  .header-drop .cur .hd02:before{
    content:"ー";
  }
  .footer-logo li{
    display: block;
  }
  .footer-logo li img{
    height: 20px;
    width: auto;
  }
  
}