@charset "utf-8";
/* CSS Document topics */
#bs #bs__pagetitle {
  background-image: url(img/ttlbg_topics_sp.jpg);
}

#bs .bs__topics {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}
#bs .bs__topics__main {
  display: block;
  margin: 2em auto;
  width: 88%;
}
#bs .bs__topics__list li {
  border-bottom: 1px solid #a3888c;
  box-sizing: border-box;
  padding: 1em 0;
  display: block;
  margin: 0 auto;
}
#bs .bs__topics__list li:first-of-type {
  border-top: 1px solid #a3888c;
}
#bs .bs__topics__list__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  margin-bottom: .6em;
}
#bs .bs__topics__list__data--cat {
  width: 35%;
  margin: 0;
}
#bs .bs__topics__list__data--cat a {
  color: #a3888c;
  background-color: #f6f3f3;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: .2em;
  font-size: 0.85em;
  box-sizing: border-box;
}
#bs .bs__topics__list__data--date {
  width: 65%;
  margin: 0;
  box-sizing: border-box;
  padding: .2em 1.2em;
  color: #a3888c;
  font-size: .85em;
}
#bs .bs__topics__list__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
#bs .bs__topics__list__txt--img {
  width: 35%;
  margin: 0;
}
#bs .bs__topics__list__txt--title {
  width: 65%;
  margin: 0;
  box-sizing: border-box;
  padding-left: 0.9em;
  font-size: 1.07em;
  line-height: 1.6em;
}
#bs a:hover .bs__topics__list__txt--title {
  color: #871e2c;
  text-decoration: underline;
}
/* ------------------------------- */
#bs .bs__topics__pager {
  margin: 3em auto;
  width: 100%;
}
#bs .bs__topics__pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.14em;
  font-family: 'Amiri','Noto Serif JP', serif;
  line-height: 1em;
}
#bs .bs__topics__pager--prev {
  width: 4.5em;
  text-align: right;
  margin-left: 0;
}
#bs .bs__topics__pager--prev a {
  display: block;
  box-sizing: border-box;
  padding: .7em 0;
  background: url(../shared/img/arrow_l_b.png) no-repeat;
  background-position: 0 50%;
  -webkit-background-size: 1.6em auto;
  background-size: 1.6em auto;
}
#bs .bs__topics__pager--next {
  width:4.5em;
  text-align: left;
  margin-right: 0;
}
#bs .bs__topics__pager--next a {
  display: block;
  box-sizing: border-box;
  padding: .7em 0;
  background: url(../shared/img/arrow_r_b.png) no-repeat;
  background-position: 100% 50%;
  -webkit-background-size: 1.6em auto;
  background-size: 1.6em auto;
}
#bs .bs__topics__pager--num {
  width: 2em;
  text-align: center;
  margin: .2em;
}

#bs .bs__topics__pager--num  a {
  display: block;
  background-color: #f6f3f3;
  color: #202020;
  padding: 0.7em 0;
}
#bs .bs__topics__pager--num span{
  display: block;
  background-color: #a3888c;
  color: #f6f3f3;
  padding: 0.7em 0;
}
#bs .bs__topics__pager--index  a {
  display: block;
  background-color: #f6f3f3;
  color: #202020;
  font-size: .92em;
  padding: 0.7em 1.4em;
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}



  
/* side --------------------------------------*/

#bs .bs__topics__side {
  width: 88%;
  margin: 3em auto;
}
#bs .bs__topics__side__box {
  display: block;
  margin: 0 auto 2em;
}
#bs .bs__topics__side__title {
  font-size: .92em;
  position: relative;
  padding-left: 1.5em;
  margin: 0 auto 1.2em;
}
#bs .bs__topics__side__title:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 2px;
  background-color: #a3888c;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
#bs .bs__topics__side__title span:before {
  content: attr(data-spell);
  display: inline-block;
  font-size: 2.3em;
  font-family: 'Amiri','Noto Serif JP', serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding-right: .4em;
  line-height: 1em;
}
#bs .bs__topics__side__list li {
  border-bottom: 1px solid #a3888c;
}
#bs .bs__topics__side__list li:first-of-type {
  border-top: 1px solid #a3888c;
}
#bs .bs__topics__side__list a {
  display: block;
  box-sizing: border-box;
  padding: 1em;
}
#bs .bs__topics__side__archive {
  border-bottom: 1px solid #a3888c;
}
#bs .bs__topics__side__archive dt {
  border-top: 1px solid #a3888c;
  display: block;
  box-sizing: border-box;
  padding: 1em;
  cursor: pointer;
  position: relative;
}
#bs .bs__topics__side__archive .acd-btn:before {
  content: "";
  display: block;
  background: url(../../brandsite/shared/img/ar_acd.png) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: .9em;
  height: .9em;
  position: absolute;
  top: 50%;
  right: .5em;
  margin-top: -.45em;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#bs .bs__topics__side__archive .acd-btn.acd-open:before {
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#bs .bs__topics__side__archive a{ 
  display: block;
  box-sizing: border-box;
  padding: 1em;
  background: #f5f2f2;
}
#bs .bs__topics__side__archive li {
  border-top: 1px solid #a3888c;
}
/* detail ---------------------------------------------------*/
#bs .bs__topics__contents {
  margin: 0 auto;
  box-sizing: border-box;
}
#bs .bs__topics__contents__header {
  border-top: 1px solid #a3888c;
  box-sizing: border-box;
  padding: 1em 0;
  text-align: left;
}
#bs .bs__topics__contents__header--cat {
  display: inline-block;
  text-align: center;
}
#bs .bs__topics__contents__header--cat a {
  background-color: #f6f3f3;
  display: inline-block;
  padding: .2em .5em;
  color: #a3888c;
  font-size: .85em;
}
#bs .bs__topics__contents__header--date {
  display: inline-block;
  color: #a3888c;
  font-size: .92em;
}
#bs .bs__topics__contents__title {
  font-size: 1.28em;
  margin: 0 auto 1em;
  line-height: 1.5em;
}
#bs .bs__topics__contents__box {
  margin: 1em auto;
  line-height: 1.64em;
  border-bottom: 1px solid #a3888c;
}
#bs .bs__topics__contents__box p {
  margin: 1em auto;
  line-height: 1.64em;
}




@media screen and (min-width:750px){
  #bs #bs__pagetitle {
    background: url(img/ttlbg_topics_pc.jpg);
    -webkit-background-size: cover;
    background-size: cover;
  }
  #bs .bs__topics {
    margin: 100px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #bs .bs__topics__main {
    width: 71%;
    margin-left: 0;
    margin-top: 0;
  }
  #bs .bs__topics__side {
    width: 24%;
    margin-right: 0;
    margin-top: 0;
  }
  #bs .bs__topics__list {
    box-sizing: border-box;
    background-color: #f5f2f2;
    padding: 40px;
  }
  #bs .bs__topics__list__data {
    margin-bottom: 10px;
  }
  #bs .bs__topics__list__data--cat {
    width: 140px;
  }
  #bs .bs__topics__list__data--cat a {
    background-color: #fff;
  }
  #bs .bs__topics__list__txt--img {
    width: 140px;
  }
  #bs .bs__topics__pager--next {
    margin-right: auto;
    margin-left: 10px;
  }
  #bs .bs__topics__pager--prev {
    margin-left: auto;
    margin-right: 10px;
  }
  /* detail ---------------*/
  #bs .bs__topics__contents {
    background-color: #f5f2f2;
    box-sizing: border-box;
    padding: 40px;
  }
  #bs .bs__topics__contents__header--cat a{
    background-color: #fff;
    margin-right: 20px;
  }
  #bs .bs__topics__contents__title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.7em;
  }
  #bs .bs__topics__contents__box {
    line-height: 2.125em;
    font-size: 16px;
  }
  #bs .bs__topics__contents__box p {
    line-height: 2.125em;
    font-size: 16px;
  }

  #bs .bs__topics__contents__box img {
    max-width: 510px;
    width: auto;
    height: auto;
    display: block;
    margin: 1em auto;
  }
}