@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.category {
  display: none !important;
}
#footer {
  margin-top: -88px !important;
}
@media screen and (max-width: 818px) {
  #footer {
    margin-top: -138px !important;
  }
}
.page_bg_w .inner {
  padding-top: 80px;
  padding-bottom: 168px;
}
@media screen and (max-width: 818px) {
  .page_bg_w .inner {
    padding-top: 40px;
    padding-bottom: 160px;
  }
}
.faq_null .nu_ttl {
  width: 100%;
  border-bottom: 1px solid #BF0101;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 818px) {
  .faq_null .nu_ttl {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.faq_null p {
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}
.news_box {
  display: flex;
}
@media screen and (max-width: 818px) {
  .news_box {
    display: block;
  }
}
.news_box .s_main {
  width: calc(100% - 350px);
  padding-right: 50px;
}
@media screen and (max-width: 818px) {
  .news_box .s_main {
    padding-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
.news_box .s_side {
  width: 350px;
  background: #F4F3F3;
  padding: 40px 30px;
  height: fit-content;
}
@media screen and (max-width: 818px) {
  .news_box .s_side {
    padding: 20px;
    width: 100%;
    margin-bottom: 40px;
  }
}
.news_box .s_side .news_search {
  display: flex;
}
.news_box .s_side .news_search form {
  display: flex;
  align-items: center;
  column-gap: 6px;
  width: 100%;
  margin: 0;
}
.news_box .s_side .news_search form input {
  width: calc(100% - 53px);
  border: none;
  line-height: 40px;
  background: #ffffff;
  border-radius: 40px 0 0 40px;
  padding: 0 22px;
  font-weight: 400;
}
.news_box .s_side .news_search form button {
  cursor: pointer;
  background: #BF0101;
  width: 47px;
  border-radius: 0 40px 40px 0;
  display: flex;
  align-items: center;
  border: none;
  height: 40px;
  justify-content: center;
}
.news_box .s_side .news_search form button img {
  width: 13.5px;
}
.news_box .s_side .sns_side {
  margin: auto;
  margin-top: 40px;
  display: flex;
  column-gap: 32px;
  width: fit-content;
}
.news_box .s_side .sns_side img {
  max-width: 30px;
}
@media screen and (max-width: 818px) {
  .news_box .s_side .sns_side {
    margin-top: 20px;
  }
}
.news_box .s_side .sns_side a {
  display: block;
}
.news_box .s_side .new_toko_list .n_ttl {
  display: block;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .news_box .s_side .new_toko_list .n_ttl {
    margin-top: 20px;
    font-size: 18px;
  }
}
.news_box .s_side .new_toko_list ul li {
  margin-top: 9px;
}
.news_box .s_side .new_toko_list ul li a {
  display: flex;
}
.news_box .s_side .new_toko_list ul li a .img {
  width: 90px;
  height: 60px;
}
.news_box .s_side .new_toko_list ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_box .s_side .new_toko_list ul li a .txt_e {
  width: calc(100% - 90px);
  padding-left: 10px;
  text-align: left;
  display: flex;
  align-items: center;
}
.news_box .s_side .new_toko_list ul li a .txt_e .txt {
  font-size: 14px;
  line-height: 1.428;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .news_box .s_side .new_toko_list ul li a .txt_e .txt {
    font-size: 12px;
    line-height: 1.3;
  }
}
.news_arc .news_list a {
  display: block;
}
.news_arc .news_list li + li {
  margin-top: 24px;
}
.news_arc .news_list li dl {
  display: flex;
}
@media screen and (max-width: 818px) {
  .news_arc .news_list li dl {
    display: block;
  }
}
.news_arc .news_list li dl dt {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 818px) {
  .news_arc .news_list li dl dt {
    width: 100%;
    height: auto;
  }
}
.news_arc .news_list li dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 818px) {
  .news_arc .news_list li dl dt img {
    width: 100%;
    height: auto;
  }
}
.news_arc .news_list li dl dd {
  width: calc(100% - 120px);
  padding-left: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .news_arc .news_list li dl dd {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
}
.news_arc .news_list li dl dd .data {
  color: #717171;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 8px;
  line-height: 1.25;
}
@media screen and (max-width: 818px) {
  .news_arc .news_list li dl dd .data {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
.news_arc .news_list li dl dd .ttl {
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .news_arc .news_list li dl dd .ttl {
    margin-bottom: 4px;
  }
}
.news_arc .news_list li dl dd .txt {
  line-height: 1.428;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .news_arc .news_list li dl dd .txt {
    font-size: 12px;
  }
}
.news_single {
  position: relative;
  z-index: 50;
}
.news_single .s_ttl {
  width: 100%;
  border-bottom: 1px solid #BF0101;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  .news_single .s_ttl {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.news_single .date {
  text-align: right;
  color: #717171;
  margin-bottom: 16px;
}
@media screen and (max-width: 818px) {
  .news_single .date {
    margin-bottom: 10px;
  }
}
.news_single .s_main .main_img {
  margin-bottom: 32px;
}
@media screen and (max-width: 818px) {
  .news_single .s_main .main_img {
    margin-bottom: 16px;
  }
}
.news_single .s_main h2 {
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: left;
  font-weight: bold;
  line-height: 1.25;
  font-size: 20px;
}
@media screen and (max-width: 818px) {
  .news_single .s_main h2 {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.news_single .s_main p {
  text-align: left;
}
.news_single .s_main .img_flex {
  gap: 24px;
  column-gap: 24px;
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 818px) {
  .news_single .s_main .img_flex {
    gap: 12px;
  }
}
.news_single .s_main .img_flex .img_flex_img {
  width: calc(50% - 12px);
  position: relative;
  height: auto;
}
@media screen and (max-width: 818px) {
  .news_single .s_main .img_flex .img_flex_img {
    width: 100%;
  }
  .news_single .s_main .img_flex .img_flex_img + .img_flex_img {
    margin-top: 12px;
  }
}
.news_single .s_main .img_flex .img_flex_img::before {
  content: "";
  padding-top: 60%;
  display: block;
}
.news_single .s_main .img_flex .img_flex_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.news_single .s_main .s_share {
  background: #F4F3F3;
  width: 100%;
  margin-top: 80px;
  padding: 20px;
}
@media screen and (max-width: 818px) {
  .news_single .s_main .s_share {
    margin-top: 40px;
  }
}
.news_single .s_main .s_share .s_share_ttl {
  text-align: center;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (max-width: 818px) {
  .news_single .s_main .s_share .s_share_ttl {
    font-size: 18px;
  }
}
.news_single .s_main .s_share .s_share_img {
  display: flex;
  column-gap: 40px;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 818px) {
  .news_single .s_main .s_share .s_share_img {
    column-gap: 20px;
  }
}
.news_single .s_main .s_share .s_share_img a {
  display: block;
}
.news_single .s_main .s_share .s_share_img img {
  width: 40px;
}
@media screen and (max-width: 818px) {
  .news_single .s_main .s_share .s_share_img img {
    width: 35px;
  }
}
.news_single .s_main .kanren {
  margin-top: 32px;
}
@media screen and (max-width: 818px) {
  .news_single .s_main .kanren {
    margin-top: 24px;
  }
}
.news_single .s_main .kanren .kanren_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (max-width: 818px) {
  .news_single .s_main .kanren .kanren_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.news_single .s_main .kanren .kanren_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  column-gap: 32px;
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .news_single .s_main .kanren .kanren_list ul {
    justify-content: flex-start;
    gap: 16px;
    column-gap: 16px;
  }
}
.news_single .s_main .kanren .kanren_list ul li {
  width: calc(33.3333% - 21.33333px);
}
@media screen and (max-width: 818px) {
  .news_single .s_main .kanren .kanren_list ul li {
    width: calc(50% - 8px);
  }
}
.news_single .s_main .kanren .kanren_list ul li .img {
  width: 100%;
  position: relative;
  height: auto;
}
@media screen and (max-width: 818px) {
  .news_single .s_main .kanren .kanren_list ul li .img {
    width: 100%;
  }
  .news_single .s_main .kanren .kanren_list ul li .img + .img {
    margin-top: 12px;
  }
}
.news_single .s_main .kanren .kanren_list ul li .img::before {
  content: "";
  padding-top: 66%;
  display: block;
}
.news_single .s_main .kanren .kanren_list ul li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.news_single .s_main .kanren .kanren_list ul li .txt {
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 1.428;
}
@media screen and (max-width: 818px) {
  .news_single .s_main .kanren .kanren_list ul li .txt {
    margin-top: 6px;
    font-size: 12px;
  }
}
.news_single .s_main .next_box {
  background: #F4F3F3;
  width: 100%;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  column-gap: 10px;
}
@media screen and (max-width: 818px) {
  .news_single .s_main .next_box {
    padding: 20px 10px;
    margin-top: 40px;
  }
}
.news_single .s_main .next_box a {
  display: block;
  max-width: 290px;
}
.news_single .s_main .next_box .rr_box {
  margin-left: auto;
  margin-right: 0;
}
.news_single .s_main .next_box .next_navi {
  column-gap: 11px;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.news_single .s_main .next_box .next_navi span {
  width: 12px;
}
.news_single .s_main .next_box .pre_navi {
  column-gap: 11px;
  width: fit-content;
  margin-right: auto;
  margin-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.news_single .s_main .next_box .pre_navi span {
  width: 12px;
}
.news_single .s_main .next_box .n_box {
  background: #ffffff;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 818px) {
  .news_single .s_main .next_box .n_box {
    display: block;
  }
}
.news_single .s_main .next_box .n_box .n_box_img {
  width: 90px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 818px) {
  .news_single .s_main .next_box .n_box .n_box_img {
    width: 100%;
    height: 80px;
  }
}
.news_single .s_main .next_box .n_box .n_box_img::before {
  content: "";
  padding-top: 66%;
  display: block;
}
.news_single .s_main .next_box .n_box .n_box_img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.news_single .s_main .next_box .n_box .n_box_txt {
  padding: 10px;
  text-align: left;
  width: calc(100% - 90px);
  font-size: 14px;
  line-height: 1.428;
}
@media screen and (max-width: 1080px) {
  .news_single .s_main .next_box .n_box .n_box_txt {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 950px) {
  .news_single .s_main .next_box .n_box .n_box_txt {
    font-size: 11px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 818px) {
  .news_single .s_main .next_box .n_box .n_box_txt {
    font-size: 12px;
    width: 100%;
  }
}
.blog_arc .blog_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  column-gap: 24px;
}
@media screen and (max-width: 818px) {
  .blog_arc .blog_list {
    gap: 24px;
  }
}
.blog_arc .blog_list li {
  width: calc(50% - 12px);
}
@media screen and (max-width: 818px) {
  .blog_arc .blog_list li {
    width: 100%;
  }
}
.blog_arc .blog_list li a {
  padding: 12px 12px 24px 12px;
  background: #ffffff;
  display: block;
}
.blog_arc .blog_list li .img {
  width: 100%;
  height: 210px;
  margin-bottom: 16px;
  position: relative;
}
.blog_arc .blog_list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_arc .blog_list li .img .new_label {
  position: absolute;
  left: 8px;
  top: 0px;
  width: 55px;
  height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #F19A18;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}
.blog_arc .blog_list li .tag_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog_arc .blog_list li .tag_list .data {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  width: fit-content;
  color: #717171;
}
.blog_arc .blog_list li .tag_list .cat {
  background: #BF0101;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  width: fit-content;
  padding: 0 12px;
}
.blog_arc .blog_list li .tag_list .cat_sogo {
  flex-wrap: wrap;
  display: flex;
  column-gap: 10px;
}
.blog_arc .blog_list li .ttl {
  text-align: left;
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 818px) {
  .blog_arc .blog_list li .ttl {
    font-size: 18px;
  }
}

.blog_h2_ttl{
  margin-bottom: 48px !important;
}
@media screen and (max-width: 818px) {
.blog_h2_ttl{
  margin-bottom: 24px !important;
}
}