@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");
/*
100=Thin (Hairline)
300=Light
400=Normal
500=Medium
700=Bold
800=Extra Bold (Ultra Bold)
900=Black (Heavy)
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*フォントウェイト　300,400,500,700,900*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*フォントウェイト　100,300,350,400,500,700,900*/
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.dflex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/*メインイメージ===================================================
#mainimg { padding-top: 65px; text-align: center;@include fonSB; 

        p { width: 100%;
            @include pc {width: 40%;font-size: 22px;}  }

     img { width: 90%; margin-bottom: 30px; display: block;
         @include pc {width: 50%; }} 

h1 { background: #00B4BE; margin: 30px 0; border-radius: 15px; color: #fff;  font-size: 25px; padding: 20px; display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex; flex-wrap: wrap; justify-content: center; align-items: center;padding: 20px;
    @include sp { margin: 0 0 20px; padding: 15px; font-size: 21px; display: block;}

    img { display: block; margin: 0 auto 10px; max-width: 80px;
        @include pc { display: inline-block; vertical-align: middle; margin:0 20px 0 0; max-width: 120px;}}
}}*/
#TopicsList {
  background: #EAEAEA;
  padding-bottom: 30px;
}
#TopicsList .wrap {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 50px 5% 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #TopicsList .wrap {
    padding: 50px 40px 40px;
    margin-bottom: 50px;
  }
}
#TopicsList .wrap .ttl_list {
  font-size: 18px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #TopicsList .wrap .ttl_list {
    font-size: 24px;
  }
}
#TopicsList .wrap .btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #TopicsList img {
    width: 50%;
    border-radius: 8px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  #TopicsList .dflex {
    display: block;
  }
  #TopicsList .dflex img {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #TopicsList .dflex a {
    width: 50%;
  }
}
#TopicsList .dflex a img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #TopicsList .dflex div {
    width: 50%;
    padding-left: 20px;
  }
}
#TopicsList .dflex div p {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 20px;
}
#TopicsList .dflex div p span {
  font-weight: bold;
  display: block;
}
#TopicsList .tag {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  border-radius: 10px 0 10px 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 15px;
  font-size: 18px;
}
#TopicsList .shotai {
  background: #BE278A;
}
#TopicsList .yutai {
  background: #55BE27;
}
#TopicsList .waribiki {
  background: #2772BE;
}
#TopicsList .present {
  background: #BE274A;
}
#TopicsList dl {
  margin-bottom: 20px;
}
#TopicsList dt {
  display: inline-block;
  background: #23B3BD;
  padding: 5px 10px;
  color: #fff;
  font-size: 11px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #TopicsList dt {
    font-size: 13px;
    margin-bottom: 0;
  }
}
#TopicsList dd {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin: 5px 0 10px;
  display: inline;
}
@media screen and (min-width: 768px) {
  #TopicsList dd {
    display: block;
    margin-bottom: 10px;
  }
}
#TopicsList dd span {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  display: block;
  font-weight: normal;
  margin-top: 5px;
}
#TopicsList .ends {
  background: #D8D8D8;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  #TopicsList .ends {
    font-size: 17px !important;
  }
}

.single .btn:after {
  right: inherit;
  left: 20px;
  border-width: 8px 14px 8px 0;
  border-color: transparent #23B3BD transparent transparent;
}
@media screen and (min-width: 768px) {
  .single .wrap img {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .single .txt p + p {
    margin-top: 10px;
  }
  .single dd {
    display: inline-block;
  }
  .single .btn {
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .single .btn {
    margin-bottom: 60px;
  }
}
.single .wrap a {
  color: #23B3BD;
  font-weight: 600;
}
.single .wrap p {
  margin-bottom: 1em;
}

#TopicsInfo {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  #TopicsInfo {
    padding: 70px 0;
  }
}
#TopicsInfo h3 {
  background: #23B3BD;
  border-radius: 20px;
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  font-size: 18px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  top: -15px;
  left: 5%;
}
@media screen and (min-width: 768px) {
  #TopicsInfo h3 {
    text-align: center;
    padding: 10px 30px;
    border-radius: 30px;
    top: -25px;
  }
}
#TopicsInfo .contentswrap {
  background: #f8f8f8;
  border: 1px solid #2f3031;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 5% 5%;
  font-size: 15px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
@media screen and (min-width: 768px) {
  #TopicsInfo .contentswrap {
    padding: 40px;
  }
}
#TopicsInfo p {
  margin-bottom: 20px;
}
#TopicsInfo .btn {
  margin: 0 auto;
  display: block;
}/*# sourceMappingURL=topics.css.map */