@charset "UTF-8";
/* body */
@media screen and (min-width: 1024px) {
  .top {
    padding-top: 87px;
  }
}
@media screen and (max-width: 1023px) {
  .top {
    padding-top: 77px;
  }
}
.top {
  background-color: #ffffff;
}
.top .main--topUniv {
  background: #ededed;
}
.top .main--sukekiyo {
  background: #11512b;
}

/* header */
@media screen and (min-width: 1024px) {
  .top .content--listen {
    margin-left: 204px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .top .header__nav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* lockslist*/
@media screen and (min-width: 1024px) {
  .top .lockslist__item a {
    border-radius: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .top .lockslist__item a {
    border-radius: 15px;
  }
}
/*main*/
@media screen and (min-width: 1024px) {
  .top .main {
    /* padding: 0 0 96px;*/
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .top .main {
    /*padding: 0 0 36px;*/
    padding: 0;
  }

  .sukekiyo {
    padding: 0px 0 48px;
    background: #fff;
    border-radius: 30px;
    /* width: 590px; */
    margin: 0 auto;
    width: 90%;
  }

  .w600 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    /* width: 670px; */
    background: #fbfadd;
    margin: 0 auto;
  }

  .sukekiyo__heading {
    /* font-size: 14px; */
    display: table;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: #fbfadd;
    width: 95%;
  }

  ul.sukekiyo__heading li {
    /* display:table-cell; */
    vertical-align: middle;
    /* text-align: left; */
    color: #000;
    font-weight: bold;
    /* border-top-left-radius: 30px; */
    /* width: 50%; */
    margin: 0 auto;
  }
}
/*番宣*/
.topNotice {
  background-image: url(https://podcasts.tfm.co.jp/lock/common/img/bg_notice-top_bottom.jpg), url(https://podcasts.tfm.co.jp/lock/common/img/bg_notice-top.jpg);
  background-position: bottom center ,bottom center;
  background-repeat: repeat-x, no-repeat;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
  position: relative;
}

.content--topNotice {
  background: url(https://podcasts.tfm.co.jp/lock/common/img/bg_notice-top_rm.png) bottom 10px right 0 no-repeat;
  background-size: 107px;
  text-align: left;
}

.topNotice__open {
  display: none;
  padding: 0 0 16px;
}

.topNotice__text {
  color: #191b1a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

.topNotice__paragraph a {
  color: #191b1a;
  text-decoration: underline;
}
.topNotice__paragraph a:hover {
  color: #191b1a;
  text-decoration: none;
}

.topNotice__more a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #8fc041;
  border-radius: 2em;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.topNotice__more a:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  color: #fff;
  text-decoration: none;
}

.topNotice__text, .topTimetable__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.topTimetable__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topTimetable__time {
  font-family: "Open Sans", Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  background: #fff;
  color: #11512b;
  border-radius: 2em;
  text-align: center;
}

.topTimetable__text {
  background: url(https://podcasts.tfm.co.jp/lock/common/img/bg_notice-top_tt.png) bottom left no-repeat;
  background-size: 100% 2px;
}
.topTimetable__text a {
  color: #fddf15;
}
.topTimetable__text a:hover {
  color: #fddf15;
}

@media screen and (min-width: 1024px) {
  .topNotice {
    background-size: 2000px, cover;
  }

  .content--topNotice {
    background-position: bottom 10px right 0;
  }

  .topNotice__open {
    text-align: right;
  }

  .topNotice__text {
    display: inline-block;
    vertical-align: top;
  }

  .topNotice__timetable {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 24px;
    width: 520px;
  }

  .topTimetable {
    padding-right: 36px;
    padding-bottom: 74px;
  }

  .topTimetable__text {
    width: 400px;
    padding: 8px 0 8px 16px;
    font-size: 15px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 481px) {
  .content--topNotice {
    padding: 10px 0;
    position: relative;
  }

  .topNotice__close {
    position: absolute;
    bottom: 24px;
    right: 0;
  }

  .topNotice__text {
    background: url(https://podcasts.tfm.co.jp/lock/common/img/bg_notice-top_txt.png) top left no-repeat;
    background-size: 390px;
    width: 392px;
    min-height: 490px;
    padding: 40px 42px;
    margin: 0 auto;
  }

  .topNotice__img img {
    width: 100%;
    height: 100%;
  }

  .topNotice__paragraph {
    margin-top: 12px;
  }

  .topNotice__more a {
    width: 274px;
    font-size: 24px;
    letter-spacing: 0.8em;
    margin: 16px auto 0;
    padding: 4px 20px 4px 30px;
  }

  .topNotice__date {
    font-size: 42px;
  }
  .topNotice__date .logo {
    margin-right: 8px;
  }
  .topNotice__date .month, .topNotice__date .day {
    font-weight: bold;
    letter-spacing: -0.02em;
  }
  .topNotice__date .week {
    font-size: 15px;
  }

  .topTimetable__time {
    width: 94px;
    font-size: 12px;
  }

  .topTimetable__text {
    width: 100%;
    padding: 8px 0 8px 16px;
  }
}
@media screen and (max-width: 1023px) {
  .topNotice {
    background-size: 2000px, cover;
  }

  .content--topNotice {
    background-position: bottom 10px right 10px;
    padding: 10px 0 80px;
    position: relative;
  }

  .topNotice__open, .topNotice__close {
    width: 100%;
    text-align: center;
  }

  .topNotice__timetable {
    padding: 0 24px;
  }
}
@media screen and (max-width: 480px) {
  .topNotice__text {
    background: url(https://podcasts.tfm.co.jp/lock/common/img/bg_notice-top_txt.png) top left no-repeat;
    background-size: 100%;
    max-width: 375px;
    min-height: 450px;
    padding: 30px 20px;
    margin: 0 auto;
  }

  .topNotice__img img {
    width: 100%;
    height: 100%;
  }

  .topNotice__paragraph {
    margin-top: 12px;
    font-size: 12px;
  }

  .topNotice__more a {
    font-size: 16px;
    letter-spacing: 1.2em;
    margin: 16px auto 0;
    padding: 4px 20px 4px 30px;
  }

  .topTimetable__text {
    padding: 8px 0  8px 16px;
  }

  .content--topNotice {
    padding: 10px 0;
    position: relative;
  }

  .topNotice__close {
    text-align: center;
  }

  .topNotice__date {
    font-size: 36px;
    line-height: 1;
    margin: 15px auto;
  }
  .topNotice__date .logo {
    margin-right: 8px;
  }
  .topNotice__date .month, .topNotice__date .day {
    font-weight: bold;
    letter-spacing: -0.02em;
  }
  .topNotice__date .week {
    font-size: 16px;
    /* margin: 15px 0; */
    /* margin-top: 10px; */
  }

  .topTimetable__time {
    width: 94px;
    font-size: 10px;
  }

  .topTimetable__text {
    width: 100%;
    font-size: 12px;
    padding: 8px 0 8px 16px;
  }
}
@media screen and (max-width: 320px) {
  .topNotice__text {
    min-height: 400px;
  }

  .topNotice__date {
    font-size: 34px;
  }
  .topNotice__date .week {
    font-size: 14px;
  }
}
/*見出し*/
.top__title {
  font-family: "Open Sans", Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  text-align: left;
  border-bottom: 1px solid #8fc041;
  font-weight: 300;
  position: relative;
}
.top__title:after {
  border-bottom: 1px solid #11512b;
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 16%;
}

.top__title--rev {
  border-bottom: 1px solid #11512b;
}
.top__title--rev:after {
  border-bottom: 1px solid #8fc041;
}

@media screen and (min-width: 1024px) {
  .top__title {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 481px) {
  .top__title {
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  .top__title {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 320px) {
  .top__title {
    font-size: 12px;
  }
}
/*ゲスト＆オンエア情報*/
@media screen and (min-width: 1024px) {
  .guest_onair {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 960px;
    margin: 0 auto;
  }
  .guest_onair .content, .guest_onair .bannerlist2, .guest_onair .bannerlist__item2 {
    width: 450px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .guest_onair {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
    margin: 0 auto;
  }
  .guest_onair .flex-guest, .guest_onair .flex-onair {
    width: 49%;
  }
  .guest_onair .content, .guest_onair .bannerlist2, .guest_onair .bannerlist__item2 {
    width: 100%;
  }
}
.topSlider__item {
  position: relative;
}

.topSlider__card {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.topSlider__card img {
  width: 100%;
}

.topInfo__share {
  position: relative;
  text-align: center;
  line-height: 0;
  margin-top: -24px;
  position: relative;
}

.flexslider .slides .topInfo__shareBtn img {
  display: inline;
}

.topInfo__shareItems {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}
.topInfo__shareItems.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@media screen and (min-width: 1024px) {
  .topInfo__slider {
    margin-bottom: 54px;
    padding: 0 20px;
  }

  .topInfo__share {
    margin-top: -24px;
  }

  .flexslider .slides .topInfo__shareBtn img {
    width: 48px;
  }
  .flexslider .slides .topInfo__shareBtn--share {
    width: 56px;
  }

  .topInfo__shareItems {
    top: -56px;
    padding: 0 48px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 481px) {
  .topInfo__slider {
    margin-bottom: 24px;
    padding: 0 10px;
  }

  .topInfo__share {
    margin-top: -24px;
  }

  .flexslider .slides .topInfo__shareBtn img {
    width: 36px;
  }
  .flexslider .slides .topInfo__shareBtn--share {
    width: 42px;
  }

  .topInfo__shareItems {
    top: -52px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .topInfo__slider {
    margin-bottom: 24px;
    padding: 0 10px;
  }

  .topInfo__share {
    margin-top: -18px;
  }

  .flexslider .slides .topInfo__shareBtn img {
    width: 30px;
  }
  .flexslider .slides .topInfo__shareBtn--share {
    width: 36px;
  }

  .topInfo__shareItems {
    top: -36px;
    padding: 0 12px;
  }
}
/*アーカイブリスト*/
.archive__title {
  font-family: "Open Sans", Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  text-align: left;
  border-bottom: 1px solid #8fc041;
  font-weight: 300;
  position: relative;
}
.archive__title:after {
  border-bottom: 1px solid #11512b;
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 16%;
}

.main.bg-1 {
  background-color: #ededed;
}

.archive--commisson .archive__title {
  border-bottom: 1px solid #1c194e;
}
.archive--commisson .archive__title::after {
  border: none;
}
.archive--commisson .archive__more a {
  background: #35318f;
}

.archive__title--univ {
  border-bottom: 1px solid #1c194e;
}
.archive__title--univ:after {
  border-bottom: none;
}

.archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.archive__item {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}
.archive__item img {
  width: 100%;
  height: auto;
}

.archive__text {
  text-align: left;
}

.archive__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans", Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  line-height: 1;
}

.archive__label--date {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #bebdb9;
}

.archive__label--new, .archive__label--cat {
  color: #bebdb9;
}

.archive__label--new span, .archive__label--cat span {
  display: block;
  border: 1px solid #bebdb9;
  border-radius: 1em;
  white-space: nowrap;
  letter-spacing: -0.05em;
}

.archive__label--new span {
  background: #8fc041;
  border: 1px solid #8fc041;
  color: #fff;
}

.archive__itemTitle {
  border-top: 1px solid #bebdb9;
}
.archive__itemTitle a {
  display: block;
  color: #191b1a;
}
.archive__itemTitle a:hover {
  color: #8fc041;
  text-decoration: none;
}

.archive--univ .archive__itemTitle a:hover {
  color: #35318f;
  text-decoration: none;
}

.archive__more a {
  display: inline-block;
  padding: 12px 36px;
  background: #8fc041;
  border-radius: 2em;
  color: #fff;
  font-size: 20px;
}

.archive__link a {
  display: inline-block;
  color: #191b1a;
  border: 1px solid #191b1a;
  border-radius: 2em;
  line-height: 1;
}
.archive__link a:hover {
  text-decoration: none;
  color: #00a0e9;
  border: #00a0e9 1px solid;
}

@media screen and (min-width: 1024px) {
  .archive {
    margin-top: 54px;
  }
  .archive.archive--cat {
    margin-top: 0;
    padding-top: 54px;
  }
  .archive.archive--all {
    padding-bottom: 70px;
  }
  .archive.archive--commisson {
    margin-top: -54px;
    padding: 30px 0 40px;
  }

  .archive--univ {
    margin-top: 0;
    padding: 64px 0;
  }

  .archive__title {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .archive__list:after {
    content: "";
    display: block;
    width: 320px;
  }

  .archive__item {
    width: 300px;
    margin-top: 28px;
  }

  .archive__text {
    padding: 8px 16px 16px;
  }

  .archive__label--date {
    font-size: 10px;
  }

  .archive__label--new, .archive__label--cat {
    margin-left: 8px;
    font-size: 10px;
  }

  .archive__label--new span, .archive__label--cat span {
    padding: 4px 6px;
  }

  .archive__itemTitle {
    margin-top: 14px;
    font-size: 18px;
    padding-top: 16px;
  }

  .archive__more {
    margin: 40px auto 0;
  }
  .archive__more a {
    font-size: 20px;
  }

  .archive__link {
    margin: 40px auto 0;
  }
  .archive__link a {
    font-size: 28px;
    padding: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .archive {
    margin-top: 36px;
  }
  .archive.archive--cat {
    margin-top: 0;
    padding-top: 36px;
  }
  .archive.archive--commisson {
    margin-top: 0;
    padding: 50px 0 0;
  }

  .archive--univ {
    margin-top: 0;
    padding: 32px 0 48px;
  }

  .archive__item {
    width: calc(50% - 5px);
    margin-top: 8px;
  }

  .archive__text {
    padding: 4px 10px 10px;
  }

  .archive__label--date {
    font-size: 12px;
  }

  .archive__label--new, .archive__label--cat {
    margin-left: 4px;
    font-size: 6px;
  }

  .archive__label--new span, .archive__label--cat span {
    padding: 4px 8px;
  }

  .archive__itemTitle {
    margin-top: 8px;
    font-size: 14px;
    padding-top: 8px;
  }

  .archive__more {
    margin: 32px 0 0;
  }

  .archive__link {
    margin-top: 16px;
  }
  .archive__link a {
    display: block;
    font-size: 16px;
    padding: 8px 12px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 481px) {
  .archive__title {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .archive__item {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 480px) {
  .archive__label--date {
    font-size: 8px;
  }

  .archive__label--new, .archive__label--cat {
    margin-left: 4px;
  }

  .archive__label--new span, .archive__label--cat span {
    padding: 2px 4px;
  }
}
@media screen and (max-width: 320px) {
  .archive__item {
    width: 100%;
  }

  .archive__title {
    font-size: 12px;
  }

  .archive__link a {
    display: block;
    font-size: 16px;
    padding: 8px 12px;
  }
}
/*pickup*/
@media screen and (min-width: 1024px) {
  .pickup {
    padding: 20px 0 0;
  }

  .pickup__slider {
    width: 900px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 1023px) {
  .pickup {
    padding: 3% 0 0;
  }

  .pickup__slider {
    width: 95%;
    margin: 20px auto 0;
  }
}
/*movie*/
.movielist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.movielist__movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movielist__item {
  text-align: center;
}
.movielist__item iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie__link a {
  background: #8fc041;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  border-radius: 2em;
}

@media screen and (min-width: 1024px) {
  .movie {
    margin: 20px auto 0;
  }

  .movielist {
    margin-top: 32px;
  }
  .movielist:after {
    content: "";
    display: block;
    width: 300px;
  }

  .movielist__item {
    width: 300px;
    margin-bottom: 24px;
  }

  .movie__link {
    margin-top: 24px;
  }
  .movie__link a {
    padding: 18px 80px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .movie {
    margin: 3% auto 0;
  }

  .movielist {
    margin-top: 24px;
  }

  .movielist__item {
    width: calc(100% / 3 - 2%);
    margin-bottom: 16px;
  }

  .movielist:after {
    content: "";
    display: block;
    width: calc(100% / 3 - 2%);
  }

  .movie__link {
    margin-top: 24px;
  }
  .movie__link a {
    padding: 12px 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .movie {
    margin: 24px 0;
  }

  .movielist {
    margin-top: 16px;
  }

  .movielist__item {
    width: 95%;
    margin: 12px auto;
  }

  .movielist__item--hidden {
    display: none;
  }

  .movie__link {
    margin-top: 12px;
  }
  .movie__link a {
    display: block;
    padding: 12px 0;
    font-size: 14px;
  }
}
/*sukekiyo*/
.sukekiyo {
  position: relative;
}

.sukekiyo__heading {
  color: #fff;
  margin: 0 auto;
  /* width: 90%; */
  margin: 0 auto;
  /* background: #fddf15; */
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 8px 0;
}

.sukekiyo__hitokoto {
  /* background: #fff; */
  /* border-radius: 30px; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sukekiyo__hitokoto a {
  color: #191b1a;
  text-decoration: underline;
}

.sakurada img {
  width: 51px;
  margin-left: 55px;
}

.sukekiyo__hitokoto a:hover {
  color: #191b1a;
  text-decoration: none;
}

.sukekiyo__img {
  /* position: absolute; */
  /* width: 59%; */
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .content--sukekiyo {
    padding: 30px 0 30px;
  }

  .sukekiyo__hitokoto {
    width: 900px;
    display: table;
    margin: 16px auto 0;
    width: 90%;
    padding: 0px 4px 8px 4px;
  }
  .sukekiyo__hitokoto li {
    display: table-cell;
    vertical-align: middle;
    /* width: 100%; */
  }
  .sukekiyo__hitokoto li:first-child {
    width: 70%;
    /* margin-right: 17px; */
  }

  .sukekiyo__img {
    /* position: absolute; */
    /* width: 70%; */
    margin: 0 auto;
  }
  .sukekiyo__img img {
    width: 72px;
    /* margin-right: 6px; */
    padding: 5px 0;
    /* padding-right: 10px; */
  }

  .je img {
    width: 66px;
    margin-left: 31px;
  }

  .neko img {
    width: 42px;
    margin-right: 20px;
  }

  .sakurada img {
    width: 51px;
  }

  .gr1 {
    margin-left: 47px;
    margin-right: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .sukekiyo__hitokoto {
    /* width: 650px; */
    display: table;
  }
  .sukekiyo__hitokoto li {
    display: table-cell;
    vertical-align: middle;
    /* width: 100%; */
  }
  .sukekiyo__hitokoto li img {
    width: 96%;
    margin-left: 10px;
  }
  .sukekiyo__hitokoto li:first-child {
    width: 70%;
    /* margin-right: 17px; */
  }

  .sukekiyo .hide_pc {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .content--sukekiyo {
    padding-right: 0;
  }

  .sukekiyo {
    padding: 0px 0 26px;
    overflow: hidden;
    /* background: #fff; */
    background: #fff;
    border-radius: 30px;
    width: 92%;
    margin: 0 auto;
  }

  .content--sukekiyo {
    padding: 43px 0 56px;
  }

  ul.sukekiyo__heading li {
    /* display:table-cell; */
    /* vertical-align: middle; */
    /* text-align: left; */
    /* font-size: 14px; */
    margin: 0 auto;
    /* width: 38%; */
    color: #000;
    font-weight: bold;
  }
  ul.sukekiyo__heading li:first-child {
    width: 25%;
  }
  ul.sukekiyo__heading li.satuki {
    text-align: center;
    padding: 10px;
  }

  .sukekiyo__hitokoto {
    margin: 16px auto 0;
    width: 90%;
    padding: 8px 15px 8px 16px;
    /* background: #fff; */
  }

  .sakurada img {
    margin-left: 0px;
  }

  .sukekiyo img {
    width: 90%;
  }

  .sakurada img {
    /* margin-left: 5px; */
    width: 79%;
  }

  .sukekiyo__img img {
    /* width: 26%; */
    /* margin: 0 auto; */
  }

  .w600 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    /* width: 670px; */
    background: #fbfadd;
    margin: 0 auto;
  }

  .sukekiyo__heading {
    /* font-size: 14px; */
    /* display:table; */
    margin: 0 auto;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: #fbfadd;
    width: 90%;
  }

  ul.sukekiyo__heading li {
    display: table-cell;
    /* vertical-align: middle; */
    text-align: left;
    color: #000;
    font-weight: bold;
    /* border-top-left-radius: 30px; */
    /* width: 50%; */
    margin: 0 auto;
    font-size: 14px;
  }
}
/*掲示板案内*/
.info-bulletin-board {
  margin: 0 auto 40px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .info-bulletin-board {
    width: 100%;
    margin: 2% auto 5%;
  }
}
@media screen and (max-width: 768px) {
  .info-bulletin-board {
    width: 100%;
    max-width: 778px;
    margin: 5% auto 8%;
  }
}
.info-bulletin-board .top__title {
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 5px;
  text-align: left;
  border-bottom: none;
  font-weight: 300;
}
@media screen and (max-width: 1023px) and (min-width: 480px) {
  .info-bulletin-board .top__title {
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  .info-bulletin-board .top__title {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.info-bulletin-board .top__title::after {
  content: none;
}

.bulletin-wrapper {
  width: 100%;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bulletin-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .bulletin-contents {
    display: block;
  }
}

.bulletin-item {
  margin-right: 66px;
}
@media screen and (max-width: 1023px) {
  .bulletin-item {
    margin-right: 15vw;
    width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  .bulletin-item.end1 {
    margin: 0 0 0 auto;
  }
}
.bulletin-item.end2 {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .bulletin-item.end2 {
    margin: 0 0 0 auto;
  }
}
.bulletin-item li {
  width: 190px;
  margin: 4px auto 0;
  display: block;
  font-size: 16px;
  margin-top: 4px;
  padding-bottom: 3px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 1023px) {
  .bulletin-item li {
    width: 100%;
    margin-top: 4px;
    font-size: 24px;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .bulletin-item li {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .bulletin-item li {
    font-size: 13px;
  }
}
.bulletin-item li a {
  display: block;
  text-decoration: none;
  color: #221815;
}
.bulletin-item li a:hover {
  color: #7FC31C;
}

/*フッターバナー掲載用*/
.pagetop__btn {
  bottom: 10px;
}

.footer_fix {
  display: none;
}

@media screen and (max-width: 480px) {
  .footer_fix {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 110;
  }
}
@media screen and (min-width: 600px) {
  .sukekiyo {
    padding: 0px 0 23px;
    background: #fff;
    border-radius: 30px;
    width: 590px;
    margin: 0 auto;
  }

  .w600 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    /* width: 670px; */
    background: #fbfadd;
  }

  .sukekiyo__heading {
    /* font-size: 14px; */
    display: table;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: #fbfadd;
    width: 95%;
  }

  ul.sukekiyo__heading li {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    color: #000;
    font-weight: bold;
    /* border-top-left-radius: 30px; */
    /* width: 50%; */
    margin: 0 auto;
  }
  ul.sukekiyo__heading li.satuki {
    text-align: center;
    padding: 10px;
  }
  ul.sukekiyo__heading li:first-child {
    /* width: 9%; */
    /* width: 100px; */
    /* width: 5%; */
    display: table-cell;
  }
}
.footer_banner {
  display: block;
  opacity: 1;
  position: absolute;
  bottom: -8px;
  right: 0;
}

/*フッターバナー掲載用*/
.lockslist2 {
  margin: -3% auto 0;
}

/*# sourceMappingURL=top.css.map */