@charset "euc-jp";
.container > .cInner{
  width:100%;
}
.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}
#side{
  display: none;
}
#main{
  width:100%;
}
.free_space_block {
  margin-top: 3em;
}
.footer{
  margin-top:0;
}

/*item category辺り*/
.mainBox__topText{
  font-size:14px;
  margin-bottom:30px;
  text-align:center;
}
.itemList--8{
  text-align:center;
  letter-spacing: -.4em;
}
.itemList--8 .itemList__topText{
  font-size:12px;
  margin-bottom:20px;
}
.itemList--8 .itemList__unit{
  float:none;
  display: inline-block;
  letter-spacing: normal;
  width:100px;
  text-align:center;
  vertical-align: top;
}
.itemList--8 .itemList__unit:nth-child(n+2){
  margin-left:42px;
}

/*CONTENTS*/
.itemList--contents{
  background:black;
}
.itemList--contents .itemList__unit{
  width:14.27%;
  float:left;
}
.itemList--contents .itemList__unit img{
  width:100%;
}

/*お知らせ*/
.bgSection {
    padding: 60px 0;
    width: 100%;
    overflow-x: hidden;
    background: #f2f2f2;
}
.info{
  background:white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding:18px 15px 5px 40px;
}
.info__inner{
  height:260px;
  overflow: auto;
  padding:10px 15px;
  border-left:solid 5px #626262;
}
.info__inner dt,.info__inner dd{
  margin-bottom:10px;
}
.info__inner dt{
  float:left;
  font-weight:bold;
  width:15%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.info__inner dd{
  float:left;
  padding-left:5px;
  width:85%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bgSection__bg--info{
  padding-top:50px;
  padding-bottom:80px;
}

/*プロジャンプ*/
  .jump-pro{
    position: relative;
    top: -100px;
    display: block;
  }

/*ボタン*/
.a_button {
  display: inline-block;
  text-decoration: none;
  border-style: solid;
  background-color: white;
  border-width:1px;
  border-color: darkgray;
  color: black;
  padding: 6px;
  position: absolute; 
  left: 50%;
  transform: translate(-50%, 0);
}

.triangle_arrow {
  position: relative;
  padding-left: 30px;
}
 
.triangle_arrow::before { /* 三角形の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 27px;
  left: 12px; /* 要素の左からの距離 */
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #DAA520;
}

/*動画 幅が800px以上であれば非表示 */
@media only screen and (min-width: 800px) {
  .pc-none{
    display: none;
  }
}

/*動画 幅が800px以上であれば中央寄せ */
@media only screen and (min-width: 800px) {
  .sp-none{
    text-align: center;
  }
}

/*動画 幅が799px以下であれば非表示 */
@media only screen and (max-width: 799px) {
  .sp-none{
    display: none;
  }
}