/*-----共通部分-----*/
body{
  margin: 0;
  box-sizing: border-box;
  font-family:メイリオ, Meryo, sans-serif;
  background-color: #323440!important;
  background-size: cover;
}
#fil{
  display: none;
}
#contentInner{
padding: 0px;
}
/*-----カルーセル部分-----*/

.main-title{
  display: flex; /*-- 親要素 --*/
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  list-style: none;
}
.main-title h2{
  font-size: 17px;
  color: #483d78;
  font-weight: bold;
  padding-right: 5px
}
.main-title p{
  font-size: 11px;
}
.box-left{
  background-color: white;
  margin-right: 20px;
  width:170%;
  border-radius: 7px;
  padding: 8px;
}

.slider {
    width: 90%;
    max-width: 540px;
    height: 150px;
    margin: auto;
}

.sli_Art {
    width: 90%;
    /* max-width: 90px; */
    padding: 5px;
    text-decoration: none;
}

.sli_Art figure {
    width: 95%;
    margin: 0 auto;
    padding: 0;
}

.sli_Art img {
    width: 100%
}

.sli_Art h3 {
    font-size: 0.5rem;
    margin: 2px 4px;
    line-height: 1.2;
    color: #009944;
    text-shadow: none;
    background-color: transparent;
    letter-spacing:-0.5px;
}

.sli_Art p {
    font-size: 0.6rem;
    margin: 0px 4px;
    line-height: 1.2;
    color: #ED7802;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

/*-----pc版全体横並び-----*/
.wrap-content{
  display: flex; /*-- 親要素 --*/
  flex-direction: row;
  justify-content: flex-start;
}
/*-----バナー横並び-----*/
.box-right{
  display: flex; /*-- 親要素 --*/
  flex-direction: row;
  justify-content: flex-start;
  -webkit-justify-content: space-between;
}
/*-----バナー部分-----*/
.r-box{
  border-radius: 7px;
  padding-top:2px;
  text-align:center;
  color: white;
}
.r-box p{
  color: white;
}
.r-box img{
  max-width: 90%;
  max-height: 90%;
  text-align: center;
  margin: auto;
  margin-bottom: 5px;
}
.r-taisaku{
  background-color: #ea4871;
  border:5px solid #ea4871;
  margin-right: 12px;
}
.r-line{
  background-color: #3aae36;
  border:5px solid #3aae36;
}
.copy-m{
  font-size: 15px;
  font-weight: bold;
}
.copy-s{
  font-size: 12px;
  padding-top: 2px;
  margin-top:-4px;
}
.copy-y{
  font-size: 13px;
  color: white;
  opacity:0.5;
  margin: -3px auto 6px
}
.item-list{
  width:99%;
  margin:auto;
}
/* ----------------------------------- */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 900px) {
  .pc { display: none !important; }
  .sp { display: block !important; }

/*----- 以下スマホ版指示 -----*/
@media only screen and (max-width: 900px) {
  #footer_utility{display: none;}
  #main-content{background-color:transparent;}
  .main-title{
    display: flex; /*-- 親要素 --*/
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
  }
  .main-title h2{
    font-size: 14px;
    color: #483d78;
    font-weight: bold;
    text-shadow:none;
    background-color: transparent;
    padding: 0px;
  }
  .main-title p{
    font-size: 9px;
  }
  .r-box{
    border-radius: 7px;
    padding-top:2px;
    text-align:center;
    color: white;
  }
  .r-box img{
    text-align: center;
    margin: auto;
  }
  .r-box p{
    color: white;
  }
  .sp-copy-y{
    color: white;
  }
  .r-taisaku-title{
    display: flex; /*-- 親要素 --*/
    flex-direction: row;
    justify-content: flex-start;
    align-items:flex-end;
  }
  .sli_Art h3 {
      font-size: 0.4rem;
      margin: -6px 0;
      line-height: 1.2;
      color: #009944;
      text-shadow: none;
      background-color: transparent;
  }

  .box-left{
    background-color: white;
    width:70%;
    border-radius: 7px;
    padding: 3px 8px 0px 8px;
    margin-right: 8px;
    margin-top: 0px;
  }

  .main-title{
    display: flex; /*-- 親要素 --*/
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    flex-flow: column;
  }
  .item-list{width:93%;margin:auto;}
  .slider {
      width: 90%;
      max-width: 300px;
      margin: auto;
  }
  .r-taisaku{
    background-color: #ea4871;
    border:1px solid #ea4871;
    margin-right: 0px;
    margin-bottom: 6px;
  }
  html{
    margin: auto;
  }
  .contents{
    width:345px;
    height: 200px;
    margin: auto;
  }

  .r-box{
    border-radius: 7px;
    text-align:center;
    color: white;
  }
  .sli_Art img {
      width: 90%
  }
  .copy-m{
    font-size: 14px;
    font-weight: bold;
    line-height:18px;
  }
  .copy-s{
    font-size: 11px;
    line-height:14px;
    padding:4px 0 3px 0;
  }
  .box-right{
    display: flex; /*-- 親要素 --*/
    flex-direction: column;
    -webkit-justify-content: space-between;
  }

  .r-line{
    background-color: #3aae36;
    border:5px solid #3aae36;
    height: 70px;
  }
}
