@media screen and (min-width: 768px) {
  .top_box01 {
    display: flex;
    align-items: center;
  }
} /*min-width:768px*/
.top_box01 {
  margin-bottom: 50px;
}
.top_box02 {
  margin-bottom: 50px;
}
#main_middle {
  margin-bottom: 30px;
}
.btn_01 a {
  display: block;
  text-align: center;
  padding: 30px 0;
  background-color: #bdcc30;
  color: #ffffff;
  transition: 0.3s;
  position: relative;
  width: 500px;
  margin: 0 auto;
}
.btn_01 a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 10px;
  content: "";
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  border-left: 10px solid transparent;
}
.btn_01 a:hover {
  opacity: 0.7;
}
.top_box01 .comment_area p {
  font-size: 1.6rem !important;
}
.btn-success {
  background-color: #bdcc30;
  border: none;
  transition: 0.3s;
}
.btn-success:hover {
  background-color: #bdcc30;
  opacity: 0.7;
}

#header .copy {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
#header .header_bottom_area {
  padding-top: 5px;
}

@media screen and (min-width: 767px) {
  #footer .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
} /*min-width:767px*/
#footer {
  background: #ffffff;
  border-top: 3px solid #e8e8e8;
  padding-bottom: 0;
}
.footer_logo_area {
  margin-top: 30px;
}
.footer_logo_area .copyright {
  margin-bottom: 0;
}
.footer_logo_area .logo {
  margin-bottom: 30px;
}
.footer_logo_area .copyright {
  background-color: #bdcc30;
  color: #ffffff;
  padding: 10px 0;
}

.page-heading {
  font-family: "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "メイリオ", Meiryo, serif;
  font-size: 2.5rem;
  background-color: #bdcc30;
  text-align: center;
  color: #ffffff;
}
.category-nav li a {
  color: #bdcc30;
}

#list_header_menu li a {
  color: #333333;
}

#list_header_menu li a:hover {
  opacity: 0.7;
}
.news_contents {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #header {
    padding-bottom: 10px;
  }
  #header .copy {
    display: none;
  }
  .news_contents {
    margin-bottom: 20px;
  }
  #footer .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
} /*max-width:767px*/
.item_price {
  color: #de5d50;
}
.btn-info {
  background-color: #bdcc30;
  border-color: #bdcc30;
  transition: 0.3s;
}
.btn-info:hover {
  background-color: #bdcc30;
  border-color: #bdcc30;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .newslist dt .angle-circle {
    top: 5px;
  }
} /*max-width:767px*/

.txt_bnr_area {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .btn_01 a {
    width: 300px;
  }
} /*max-width:767px*/

address {
  font-style: normal;
}

.news_tit {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 30px;
}
.news_tit::before {
  content: "";
  border-top: 1px solid #333333;
  flex-grow: 1;
  margin-right: 30px;
}
.news_tit::after {
  content: "";
  border-top: 1px solid #333333;
  flex-grow: 1;
  margin-left: 30px;
}
.newslist dl {
  border-top: none;
  border-bottom: 1px dotted #ccc;
}
.news_contents {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .news_tit {
    font-size: 2rem;
  }
} /*max-width:767px*/

@media screen and (max-width: 767px) {
  #main_middle {
    margin-bottom: 0;
  }
  .top_box01 {
    margin-bottom: 20px;
  }
  .top_box02 {
    margin-bottom: 20px;
  }
} /*max-width:767px*/

#footer {
  position: relative;
}
#footer .to_top {
  position: absolute !important;
  bottom: 50px;
  right: 30px;
}

@media screen and (max-width: 767px) {
  #footer .to_top {
    display: none;
  }
} /*max-width:767px*/

#header .category-nav li a {
  font-weight: normal;
}
.page-heading {
  font-weight: normal;
}

.recommendation_box {
  margin-bottom: 50px;
}
.recommendation_box_tit {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .recommendation_box {
    margin-bottom: 30px;
  }
  .recommendation_box_tit {
    text-align: center;
    font-size: 2.5rem;
  }
  .slick-slider {
    margin-bottom: 0;
  }
} /*max-width:767px*/
