@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :layout.css
 style info :サービス終了告知のスタイル
=================================================================== */
@media screen and (min-width: 751px) {
  .pcNone {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .spNone {
    display: none !important;
  }
}

.topics_ttl_wrap {
  width: 100%;
  height: 2.65rem;
  background: url(/topics/191219/img/topics_ttl_bg.png) no-repeat center bottom/cover;
  padding-top: 45px;
}
@media screen and (max-width: 750px) {
  .topics_ttl_wrap {
    width: 100%;
    height: 2.76rem;
    background: url(/topics/191219/img/topics_ttl_bg_sp.png) no-repeat center bottom/100% auto;
    padding-top: 0.55rem;
  }
}
.topics_ttl_wrap .topics_ttl {
  width: 750px;
  margin: 90px auto 0;
}
@media screen and (max-width: 750px) {
  .topics_ttl_wrap .topics_ttl {
    width: 100%;
    margin: 0.92rem auto 0;
  }
}

.topics_main_wrap {
  width: 100%;
  background: url(/topics/191219/img/bg_main.jpg) no-repeat center bottom/cover;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .topics_main_wrap {
    width: 100%;
    background: url(/topics/191219/img/bg_main_sp.jpg) no-repeat center bottom/100% auto;
  }
}
.topics_main_wrap .topics_main_ttl {
  width: 1140px;
  margin: 0 auto 0;
}
@media screen and (max-width: 750px) {
  .topics_main_wrap .topics_main_ttl {
    width: 100%;
  }
}
.topics_main_wrap dl {
  color: #fff;
}
.topics_main_wrap dl dt {
  background: #360d07;
  font-size: 18px;
  padding: 4px 20px;
  margin-bottom: 4px;
  border-radius: 100px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .topics_main_wrap dl dt {
    font-size: 4vw;
  }
}
.topics_main_wrap dl dd {
  font-size: 26px;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .topics_main_wrap dl dd {
    font-size: 5.6vw;
  }
}
.topics_main_wrap .topics_main_data {
  width: 100%;
  padding: 12px 0 !important;
  background: url(/topics/191219/img/bg_data.gif) repeat;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .topics_main_wrap .topics_main_data {
    width: 100%;
  }
}

.contents_wrap {
  background-size: contain;
  margin-bottom: 80px;
}
.contents_wrap .topics_wrap {
  width: 820px;
  margin: 0 auto;
  padding-top: 40px;
  color: #3e1000;
}
@media screen and (max-width: 750px) {
  .contents_wrap .topics_wrap {
    width: 100%;
    padding-top: 4vw;
  }
}
.contents_wrap .topics_wrap .about_wrap {
  font-size: 0.16rem;
  line-height: 1.75em;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (max-width: 750px) {
  .contents_wrap .topics_wrap .about_wrap {
    width: 90%;
    font-size: 3.6vw;
    margin: 0 auto;
  }
}
.contents_wrap .topics_wrap .about_wrap p {
  margin-bottom: 30px;
}
.contents_wrap .topics_wrap .about_wrap p.last {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .contents_wrap .topics_wrap .about_wrap p.last {
    font-size: 3vw;
    line-height: 1.4;
  }
}
.contents_wrap .topics_wrap .about_wrap dl {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .contents_wrap .topics_wrap .about_wrap dl {
    margin-bottom: 8vw;
  }
}
.contents_wrap .topics_wrap .about_wrap dl dt {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  text-align: center;
  background: #f3eed0;
  font-size: 18px;
  padding: 0.4em 0 0.6em;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .contents_wrap .topics_wrap .about_wrap dl dt {
    font-size: 4vw;
  }
}
.contents_wrap .topics_wrap .about_wrap dl dd {
  margin-bottom: 20px;
}
.contents_wrap .topics_wrap .about_wrap dl dd ul li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.contents_wrap .topics_wrap .about_wrap dl dd ul li span {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
.contents_wrap .topics_wrap .about_wrap dl dd ul li em {
  color: #e50000;
  font-style: normal;
}
.contents_wrap .topics_wrap .about_wrap dl dd ul li small {
  font-size: 14px;
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 750px) {
  .contents_wrap .topics_wrap .about_wrap dl dd ul li small {
    font-size: 2.8vw;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6;
  }
}
.contents_wrap .topics_wrap .about_wrap dl dd ul li .box {
  color: #e50000;
  margin-top: 20px;
}
.contents_wrap .topics_wrap .about_wrap dl dd ul li .box h5 {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  margin-left: 1em;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .contents_wrap .topics_wrap .about_wrap dl dd ul li .box h5 {
    font-size: 4vw;
  }
}
.contents_wrap .topics_wrap .about_wrap dl dd ul li .box ul li {
  padding-left: 0.7em;
  text-indent: -0.7em;
  margin-bottom: 0;
}
.contents_wrap .topics_wrap .about_wrap dl dd .txt li {
  padding-left: 0.7em;
  text-indent: -0.7em;
  margin-bottom: 0;
}

/* MODULE
========================================================== */
::-moz-selection {
  background: #3390ff;
}

::selection {
  background: #3390ff;
}

/* CLEARFIX
========================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}