@charset "UTF-8";

.head_colorbar {
  position: relative;
}

.tomoniayumu_listti {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px auto;
  max-width: 1105px;
  padding: 50px 15px 0;
  width: 100%;;
}
.tomoniayumu_listti h1 {
  max-width: 226.926px;
  padding: 0 15px;
  width: 100%;
}
.tomoniayumu_listti h2 {
  display: none;
}
.tomoniayumu_listti .tomoniayumu_listti_l {
  max-width: 335px;
  width: 100%;
}
.tomoniayumu_listti .tomoniayumu_listti_r {
  color: #000;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  max-width: 335px;
  width: 100%;
}

.black_bg {
  background: #000;
}

.tomoniayumu_list_search {
  display: flex;
  justify-content: flex-end;
}
.tomoniayumu_list_search li img {
  height: 36px;
}

.decobar {
  background-image: url(line.png);
  background-position: center;
  background-repeat: repeat-x;
  display: block;
  height: .8em;
  margin-bottom: 1.2em;
}

.tomoniayumu_list_wrap {
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 850px;
  padding: 0 15px 1px;
  width: 100%;
}
.tomoniayumu_list_wrap_in {
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 0 -50px;
  padding: 60px 0 0;
}
.tomoniayumu_list_wrap_in_in {
  margin-bottom: 80px;
  padding: 0 0 0 50px;
  position: relative;
  width: 33.3%;
}
.tomoniayumu_list_wrap_in_in div > a:hover {
  opacity: 1;
}

.tomoniayumu_list_imgwrap {
  height: 34vw;
  max-height: 180px;
  overflow: hidden;
  position: relative;
}
.tomoniayumu_list_img {
  background: center / cover no-repeat;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform .5s ease;
  width: 100%;
  z-index: 1;
}
.tomoniayumu_list_imgwrap:hover .tomoniayumu_list_img {
  transform: translate(-50%, -50%) scale(1.3);
}
.tomoniayumu_list_imglink {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.tomoniayumu_list_txtwrap {
  color: #fff;
  padding: 21px 0 20px;
  position: relative;
}
.tomoniayumu_list_wrap_in_in::before, .tomoniayumu_list_txtwrap::before {
  background: #c40018;
  content: "";
  height: 5px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 5;
}
.tomoniayumu_list_txtwrap::before {
  top: 0;
  width: 100%;
}
.tomoniayumu_list_wrap_in_in::before {
  bottom: 0;
  width: calc(100% - 50px);
}
.tomoniayumu_list_txt1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 3px;
}
.tomoniayumu_list_txt2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 3px;
}
.tomoniayumu_list_txt3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 3px;
  padding: 0 60px 0 0;
}
.tomoniayumu_list_btn {
  bottom: 21px;
  display: block;
  position: absolute;
  right: 0;
  width: 54.3px;
}


.pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}
.pagination li {
  padding: 0 10px;
}
.pagination span {
  background: #c40018;
  border: 1px solid #c40018;
  color: #fff;
  display: block;
  font-size: 1.1rem;
  padding: 2px 10px;
}
.pagination a {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 1.1rem;
  padding: 2px 10px;
}
.pagination .arw {
  width: 60px;
}
.pagination .arw.arw-re img {
  transform: scale(-1, 1);
}
.pagination .arw a {
  background: none;
  border: none;
  display: block;
  width: 100%;
}
.pagination .arw a img {
  vertical-align: middle;
}

.ptop {
  margin: 0 auto;
  max-width: 58px;
  padding: 10px 0 70px 0;
  width: 100%;
}

.pcnone {
  display: none;
}
.spnone {
  display: block;
}

.alertinfo {
  color: #fff;
  display: block;
  font-size: 12px;
  margin-bottom: 45px;
  text-align: right;
  width: 100%;
}


.p-article_action2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.p-article_action_group2 {
  display: flex;
}
.p-article_action_btn_label2 {
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 1;
  padding-top: 30px;
  position: relative;
  text-align: center;
  transition: .1s all ease-in;
}
.p-article_action_group2 {
  justify-content: center;
  width: 100%;
}
.p-article_action_btn2 {
  display: block;
  height: 30px;
  margin: 0 0;
  position: relative;
  width: 52px;
}
.p-article_action_btn_label2.-twitter2 {
  background-image: url(X.png);
  background-position: center top 3px;
}
.p-article_action_btn_label2.-Facebook2 {
  background-image: url(ico_action_facebook.svg);
}
.p-article_action_btn_label2.-line2 {
  background-image: url(icon_line.png);
  background-position: center top 3px;
}
.p-article_action_share {
  color: #898989;
  display: inline-block;
  font-size: 11.77px;
  text-align: center;
  width: 100%;
}

.p-article_action_group .p-article_action_btn:first-of-type {
  margin-left: 0;
}
.p-article_action_btn_label::before {
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: .1s linear;
  width: 100%;
}

.fba_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 60px;
  max-width: 450px;
}
.fba_bnr {
  text-align: center;
  width: 44.44%;
}
.fba_bnrtxt {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5833;
  margin: 8px 0 0;
  width: 100%;
}


.bnrre_h {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  margin: 0 0 18px;
  text-align: center;
}
.bnrre_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 60px;
  max-width: 650px;
}
.bnrre_flex > p {
  font-size: 0;
  width: 28.5%;
}


/*==============================
footer_wrap
==============================*/
.footer_wrap {
  background: #fff;
  width: 100%;
}
.footer_wrap .localFooter {
  padding-top: 50px;
  text-align: left;
}
.footer_wrap a {
  color: #000;
  font-size: 12px;
}


/*******************************
tablet
*******************************/
@media screen and (max-width: 768px) {
  .pcnone {
    display: block !important;
  }
  .spnone {
    display: none !important;
  }
  .tbnone {
    display: block !important;
  }
  .sp_header {
    background-color: #000;
    padding-top: 10px;
  }
  .sp_header a {
    display: block;
    margin: 0 auto;
    width: 180px;
  }
  .sp_header a img {
    height: auto;
    width: 100%;
  }

  .tomoniayumu_ti h1 {
    margin: 80px auto 40px auto;
    max-width: 219px;
  }
  .tomoniayumu_ti h2 {
    margin: 0 auto;
    max-width: 441px;
  }


  .tomoniayumu_listti {
    display: block;
    margin-bottom: 25px;
    padding: 25px 15px 0;
  }
  .tomoniayumu_listti h1 {
    margin: 0 auto;
    max-width: 160px;
  }
  .tomoniayumu_listti h2 {
    display: block;
    margin: 0 auto;
    margin: 20px auto 20px;
    max-width: 441px;
  }
  .topnikiku_listti h2 img {
    vertical-align: baseline;
  }
  .tomoniayumu_listti .tomoniayumu_listti_l {
    margin: 40px auto 40px auto;
    max-width: 90%;
  }
  .tomoniayumu_listti .tomoniayumu_listti_r {
    font-size: 15px;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
  }


  .tomoniayumu_list_search li img {
    height: 30px;
  }

  .tomoniayumu_list_wrap_in {
    margin: 0 0 0 -20px;
  }
  .tomoniayumu_list_wrap_in_in {
    padding: 0 0 0 20px;
    width: 50%;
  }

  .tomoniayumu_list_wrap_in_in::before {
    width: calc(100% - 20px);
  }
  .tomoniayumu_list_btn {
    margin: 0 0 0 auto;
    position: relative;
  }
  .tomoniayumu_list_txt3 {
    padding: 0;
  }


  .pagination li {
    padding: 0 5px;
  }
  .pagination span {
    padding: 0 8px;
  }
  .pagination a {
    padding: 0 8px;
  }
  .pagination .arw {
    width: 40px;
  }

  .alertinfo {
    margin-bottom: 45px;
    margin-top: 40px;
  }
}

/*******************************
sp
*******************************/
@media screen and (max-width: 599px) {
  .pcnone {
    display: block !important;
  }
  .spnone {
    display: none !important;
  }
  .tbnone {
    display: none !important;
  }
  .sp_header {
    background-color: #000;
    padding-top: 10px;
  }
  .ptop {
    max-width: 35px;
    padding: 30px 0 30px 0;
  }

  .tomoniayumu_listti {
    margin-bottom: 25px;
  }
  .tomoniayumu_listti .tomoniayumu_listti_r {
    font-size: 3.1vw;
    line-height: 5vw;
    padding-left: 0;
    text-align: center;
  }

  .alertinfo {
    margin-bottom: 45px;
    margin-top: 40px;
  }

  .bnrre_h {
    font-size: 18px;
  }
  .bnrre_flex > p {
    width: 31%;
  }
  .bnrre_flex {
    margin-bottom: 25px;
  }
}