@charset "UTF-8";

.main_visual {
  padding: 40px 0;
}

.main_visual img.spv {
  display: none;
}

.main_visual .inner {
  width: 1120px;
}

.main_visual .slider_img {
  overflow: hidden;
  width: 540px;
  height: 370px;
  position: relative;
  margin: 0 10px;
  transition: all 0.3s ease-in-out;
}

.main_visual .slider_img:hover {
  opacity: 0.7;
}

.main_visual .slider_img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.2s;
}

.main_visual a:hover .slider_img img {
  opacity: 1;
}

.main_visual .slider_img figcaption {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: left;
  padding: 14px 30px;
  box-sizing: border-box;
  font-size: 14px;
  height: 90px;
  width: 100%;
}

.main_visual .mack_pickup {
  background-color: #007440;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1.3;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
}

.main_visual .mack_pickup span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
  margin: auto;
}

.sc_search {
  border-top: 1px solid #dfdfdf;
  padding: 64px 0 77px;
}

.search_noresult_wrap {
  padding: 70px 0 80px;
  text-align: center;
}

.search_noresult_wrap h1 {
  margin-bottom: 50px;
}

.search_noresult_msg {
  font-size: 15px;
  margin-bottom: 50px;
  color: #555;
  text-align: left;
}

.search_btn_back {
  text-align: center;
}

.co_searchform {
  margin-top: 50px;
}

.co_searchform .search-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.co_searchform input[type="search"] {
  border: none;
  outline: none;
  padding: 10px 15px;
  width: 365px;
  background-color: #f1f5f7;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-right: 8px;
  font-size: 15px;
}

.co_searchform button[type="submit"] {
  border: none;
  outline: none;
  padding: 6px 45px 7px 29px;
  background-color: #007440;
  border-radius: 0px 7px 7px 0;
  border: 2px solid #007440;
  box-sizing: border-box;
  vertical-align: top;
  color: #fff;
  font-size: 15px;
  transition: opacity 0.2s ease-in-out;
  margin-left: -20px;
}

.co_searchform button[type="submit"]:hover {
  opacity: 0.8;
}

.co_searchform i {
  color: #fff;
  font-size: 22px;
  margin-right: 10px;
  vertical-align: top;
}

.co_searchbox_wrap {
  margin-top: 50px;
  box-sizing: border-box;
  background-color: #fff;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.co_searchbox {
  position: relative;
  width: 220px;
  margin: 0 0px 20px 0;
  padding: 0 0px 20px 0px;
  border-bottom: 1px solid #efefef;
}

.co_searchbox::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 96%;
  background-color: #efefef;
  left: 0px;
}

.co_searchbox:nth-child(1)::before,
.co_searchbox:nth-child(6)::before {
  display: none;
}

.co_searchbox_heading a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;

  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  margin-bottom: 15px;
  padding: 0 20px;
}

.co_searchbox img {
  width: auto;
  height: 80px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.co_searchbox .jane {
  font-weight: bold;
  text-align: left;
  padding-left: 0px;
  font-size: 15px;
}
.co_searchbox ul {
  padding-left: 20px;
}
.co_searchbox ul li {
  text-align: left;
  font-size: 12px;
  line-height: 1.8;
}

.co_searchbox a {
  transition: all 0.2s ease-in-out;
}

.co_searchbox a:hover {
  color: #007440;
}

.co_searchlinkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 70px auto 20px;
}

.co_searchlinkbox .btn_link a {
  width: 240px;
  margin: 0 20px;
  background-color: #007440;
  border-color: #007440;
}

.co_goods_notice {
  max-width: 750px;
  margin: 20px auto 0;
  text-align: left;
  font-size: 13px;
  line-height: 1.8;
  color: #333;
}

.co_goods_notice p {
  margin-bottom: 5px;
  text-indent: -17px;
  padding-left: 17px;
}

.sc_search_grouped {
  margin-top: 52px;
}

.sc_search_group {
  margin-bottom: 40px;
}

.sc_search_group_heading {
  font-size: 18px;
  font-weight: bold;
  color: #007440;
  padding-bottom: 8px;
  border-bottom: 2px solid #007440;
  margin-bottom: 16px;
}

.sc_search_flexbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0;
}
.sc_search_flexbox::after {
  display: block;
  content: "";
  flex: 0 0 31.5%;
}

.sc_search_flexitem {
  flex: 0 0 31.5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border: 1px solid #ccc;
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 130px;
  text-decoration: none;
  color: inherit;
}
.sc_search_flexitem_text {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.br_sp { display: none; }
.sc_search_flexitem img {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: contain;
}

.sc_info {
  padding: 67px 0 70px;
  background-size: cover;
  overflow: hidden;
  background-color: #e4e9f3;
}
.sc_info h1 {
  font-weight: bold;
}
.co_infoblock_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.co_infoblock {
  background-color: #fff;
  width: 48%;
  float: left;
  margin-top: 30px;
  padding-bottom: 20px;
  margin-right: 4%;
  position: relative;
  border-top: 2px solid #007440;
}
.co_infoblock_more {
  display: block;
  text-align: right;
  position: absolute;
  top: 21px;
  right: 30px;
  font-size: 14px;
  color: #007440;
  padding-left: 20px;
}

.co_infoblock:nth-child(even) {
  margin-right: 0;
}

.co_infoblock .heading {
  padding: 20px 40px;
  padding-right: 110px;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.heading h1 {
  font-size: 16px;
  text-align: left;
}
.heading h1::after {
  display: none;
}
.co_infoblock.co_news .heading {
  flex: 0 0 230px;
  padding-left: 35px;
}

.co_infobox_wrap {
  width: 100%;
}

.co_infoblock h2 {
  font-weight: bold;
  font-size: 16px;
  float: left;
}

.co_infoblock .heading a {
  float: right;
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
}

.co_infoblock .heading a:hover {
  color: #007440;
}

.co_infoblock .co_infobox {
  margin: 20px 40px;
  padding-bottom: 20px;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}
.co_infoblock .co_infobox a {
  display: flex;
}

.co_infoblock .co_infobox:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.co_infoblock figure {
  overflow: hidden;
  width: 80px;
  height: 80px;
  position: relative;
  float: left;
  border: 1px solid #dedede;
  box-sizing: border-box;
}

.co_infoblock figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80px;
  max-height: 80px;
}

.co_infoblock.co_release figure img {
  width: 100%;
}

.co_infoblock .infotext {
  width: 100%;
  text-align: left;
  font-size: 14px;
  word-break: break-all;
  margin-left: 3%;
}

.co_infoblock a {
  transition: all 0.3s ease-in-out;
}

.co_infoblock a:hover {
  color: #007440;
  border-bottom: none;
}

.co_infoblock .time {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
}

.co_infoblock .pdf a {
  font-size: 12px;
  color: #000;
  float: right;
  text-decoration: underline;
}

.co_infoblock .pdf a:hover {
  color: #007440;
  text-decoration: none;
}

.co_infoblock .pdf a img {
  width: 20px;
  height: auto;
  vertical-align: sub;
  margin-right: 6px;
}

.co_media figure {
  border: 1px solid #dedede;
  box-sizing: border-box;
}

.co_media .infotext p {
  margin-top: 5px;
}

.co_infoblock.co_news {
  
  float: none;
  
  
}

.co_news .infotext {
  float: none;
  height: auto;
  width: 100%;
  text-align: left;
  margin-left: 0;
}

.co_news .co_infobox {
  padding-bottom: 20px;
}

.co_tv .co_infotvbox_wrap {
  margin: 20px 20px 0px;
}

.co_tv .co_infotvbox {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.co_tv .co_infotvbox p {
  font-weight: bold;
  margin-top: 5px;
  font-size: 14px;
}

.co_infoflexbox {
  position: relative;
}

.co_infoflexbox a {
  display: flex;
  padding-bottom: 10px;
}

.co_infoflexbox .infothumnail {
  flex: 0 0 80px;
  border: 1px solid #eee;
  overflow: hidden;
  width: 80px;
  height: 80px;
  position: relative;
  margin-right: 10px;
}

.co_infoflexbox object {
  position: absolute;
  right: 0px;
  bottom: -5px;
}

.co_infoflexbox .infothumnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out;
  max-width: 80px;
  max-height: 80px;
}

.news_release_include .heading {
  display: none;
}

.news_release_include figure {
  flex: 0 0 80px;
}

.sc_link {
  padding: 100px 0 67px;
}

.sc_link .co_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  margin: auto;
}

.sc_link .co_bnr li a {
  display: block;
  text-align: left;
  font-size: 13px;
  margin-bottom: 30px;
}

.sc_link .co_bnr li {
  width: calc(25% - 14px);
  box-sizing: border-box;
}

.sc_link .co_bnr li a span {
  display: block;
  width: 100%;
  aspect-ratio: 281 / 111;
  position: relative;
  overflow: hidden;
}

.sc_link .co_bnr li a span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sc_link .co_bnr li a p {
  margin-top: 8px;
  text-align: center;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

#instafeed {
  width: 500px;
}

#instafeed li {
  float: left;
  margin-right: 10px;
}

#instafeed li:nth-child(3n) {
  margin-right: 0;
}

#instafeed li:nth-child(n + 4) {
  margin-top: 10px;
}

#instafeed li a {
  display: block;
  overflow: hidden;
  width: 160px;
  height: 160px;
  position: relative;
  border: 1px solid #eee;
  box-sizing: border-box;
}

#instafeed li img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sitemap {
  background-color: #f1f5f7;
}

.sc_sitemap {
  padding: 67px 0;
  line-height: 2;
}

.sc_sitemap .inner {
  width: 1000px;
}

.sc_sitemap h1 {
  font-weight: bold;
  margin-bottom: 67px;
}
.sc_sitemap a {
  transition: all 0.1s ease-in-out;
}

.sc_sitemap a:hover {
  color: #000;
}

.sc_sitemap h2 {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  color: #000;
}

.blo_sitemap_a h2 {
  margin-bottom: 20px;
}

.sc_sitemap h2 a {
  display: block;
  text-indent: 1.3em;
}

.sc_sitemap h2 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #007440;
}

.blo_sitemap {
  margin: 0 auto 20px;
  text-align: left;
  background-color: #fff;
  padding: 50px 60px;
  box-sizing: border-box;
}

.blo_sitemap .title_sub {
  text-indent: 1.5em;
  font-weight: bold;
  font-size: 14px;
}

.blo_sitemap.blo_sitemap_goods .title_sub {
  margin-top: 20px;
}

.blo_sitemap .title_sub_ju {
  text-indent: 2em;
}

.blo_sitemap ul {
  overflow: hidden;
}

.blo_sitemap ul li {
  width: 20%;
  margin-left: 30px;
  float: left;
  font-size: 13px;
}

.blo_sitemap a {
  transition: all 0.2s ease-in-out;
}

.blo_sitemap a:hover {
  color: #007440;
}

.wrap_sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-direction: row;
  flex-direction: row;
}

.wrap_sitemap .blo_sitemap {
  width: 490px;
}

.wrap_sitemap .blo_sitemap:nth-child(odd) {
  margin-right: 20px;
}

.wrap_sitemap.wrap_sitemap_last .blo_sitemap {
  margin: 0;
}

.sc_privacy {
  line-height: 2;
  padding: 67px 0 100px;
}

.sc_privacy .inner {
  width: 800px;
  margin: 0 auto;
}

.sc_privacy h1 {
  font-weight: bold;
  margin-top: 0;
  margin-block-start: 0;
  margin-bottom: 30px;
  text-align: center;
}

.sc_privacy .inner > *:first-child {
  margin-top: 0;
  margin-block-start: 0;
}

.sc_privacy .inner > p:empty,
.sc_privacy .inner .wp-block-spacer {
  display: none;
}

.sc_privacy .lead {
  margin-bottom: 50px;
}

.sc_privacy h2 {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  color: #000;
}

.sc_privacy h2 a {
  display: block;
  text-indent: 1.5em;
}

.sc_privacy h2 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #007440;
}

.sc_privacy p {
  font-size: 13px;
}

.blo_privacy {
  margin: 0px auto 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
  text-align: left;
}

.blo_privacy.blo_first {
  padding-top: 30px;
  border-top: 1px solid #dfdfdf;
}

.blo_privacy p {
  padding-left: 2em;
  margin-top: 10px;
}

@media (max-width: 768px) {
  

  .main_visual {
    padding: 0 0 40px;
  }

  .main_visual img {
    max-width: 100%;
    height: auto;
  }

  .main_visual img.spv {
    display: block;
  }

  .main_visual img.pcv {
    display: none;
  }

  .main_visual .inner {
    width: 100%;
  }

  .main_visual .slider_img {
    margin: 0 auto;
  }

  .main_visual .mack_pickup {
    width: 50px;
    height: 50px;
    font-size: 12px;
  }

  .main_visual .mack_pickup span {
    height: 30px;
  }

  .main_visual .slider_img:hover {
    opacity: 1;
  }

  .main_visual a:hover figcaption {
    text-decoration: none;
  }

  

  

  .co_searchform {
    margin-top: 40px;
  }

  .sc_search {
    padding: 20px 0 0;
  }

  .co_searchform .search-form {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .co_searchform input[type="search"] {
    flex: 0 0 80%;
    width: auto;
  }

  .co_searchform button[type="submit"] {
    padding: 10px 10px 7px;
    font-size: 12px;
    flex: 0 0 20%;
  }

  .co_searchform button[type="submit"]:hover {
    opacity: 1;
  }

  .co_searchform i {
    font-size: 16px;
  }

  .co_searchbox_wrap {
    margin-top: 20px;
    padding: 30px 40px;
  }

  .co_searchbox {
    position: relative;
    width: 33%;
  }

  .co_searchbox:nth-child(1)::before,
  .co_searchbox:nth-child(4)::before,
  .co_searchbox:nth-child(7)::before,
  .co_searchbox:nth-child(10)::before,
  .co_searchbox:nth-child(13)::before {
    display: none;
  }

  .co_searchbox:nth-child(6)::before {
    display: block;
  }

  .co_searchbox img {
    width: auto;
    height: 40px;
  }

  .co_searchbox .jane {
    padding-left: 10px;
    font-size: 13px;
  }
  .co_searchbox ul li {
    font-size: 11px;
    line-height: 1.6;
  }

  .co_searchbox a:hover {
    color: #000;
  }

  .co_searchlinkbox {
    margin: 50px auto 20px;
  }

  .co_searchlinkbox .btn_link a {
    width: 150px;
    margin: 0 10px;
    background-color: #007440;
    border-color: #007440;
  }

  

  .sc_info {
    padding: 60px 0;
    background-color: #f1f5f7;
    background-image: none;
  }

  .sc_info h1 {
    margin-bottom: 0px;
  }

  .co_infoblock {
    width: 100%;
    float: none;
    padding-bottom: 0px;
    max-width: 600px;
    margin: 30px auto 0;
  }

  .co_infoblock:first-child {
    margin-top: 0;
  }

  .co_infoblock_wrap {
    margin-bottom: 0;
  }

  .co_infoblock_wrap + .co_infoblock_wrap {
    margin-top: 30px;
  }

  .co_infoblock:nth-child(even) {
    margin-right: auto;
  }

  .co_infoblock .infotext {
    width: auto;
    font-size: 12px;
  }

  .co_infoblock a:hover {
    color: #000;
    border-bottom: 1px solid;
  }

  .co_release {
    margin-top: 20px;
  }

  .co_infoblock .heading {
    padding: 10px 20px;
  }
  .co_infoblock .heading a:hover {
    color: #000;
    border-bottom: none;
  }

  .co_infoblock_more {
    font-weight: bold;
    top: 14px;
    right: 20px;
    font-size: 12px;
  }
  .co_infoblock .co_infobox {
    margin: 10px 20px;
    padding-bottom: 10px;
  }

  .co_infoblock .time {
    font-size: 10px;
  }
  .co_infoblock h2 {
    font-size: 14px;
  }

  .co_infoblock .heading a {
    font-size: 12px;
    line-height: 22px;
  }

  .co_infoblock .pdf a {
    font-size: 10px;
    margin-top: 5px;
  }
  .heading h1 {
    font-size: 14px;
  }

  .co_media .cte_media {
    border-radius: 1px;
    font-size: 10px;
    padding: 3px 10px;
  }

  .co_news .infotext {
    width: 100%;
  }

  .co_tv .co_infotvbox_wrap {
    margin: 0px 0px 20px;
  }

  .co_tv .co_infotvbox {
    margin-top: 30px;
  }

  .co_tv .co_infotvbox p {
    padding: 0 20px;
  }
  .sc_search_group {
    margin-bottom: 30px;
  }
  .sc_search_flexitem_text {
    font-size: 10px;
    padding: 4px 6px;
  }
  .br_pc { display: none; }
  .br_sp { display: inline; }
  .sc_search_flexbox {
    margin: 0;
  }
  .sc_search_flexitem img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .sc_search_flexitem {
    flex: 0 0 48%;
    margin-bottom: 15px;
    min-height: 90px;
    grid-template-columns: 3fr 2fr;
  }

  

  .sc_link {
    padding: 60px 0 25px;
    max-width: 640px;
    margin: auto;
  }

  .sc_link .co_bnr li {
    width: 49%;
    margin-right: 2%;
  }

  .sc_link .co_bnr li:nth-child(even) {
    margin-right: 0;
  }

  .sc_link .co_bnr li a span {
    width: 100%;
    aspect-ratio: 165 / 70;
    height: auto;
  }

  .sc_link .co_bnr li a span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sc_link .co_bnr li a {
    margin-bottom: 10px;
  }

  .sc_link .co_bnr li a p {
    font-size: 12px;
  }

  .co_snslink {
    display: -webkit-block;
    display: -ms-block;
    display: -webkit-block;
    display: block;
  }

  .co_snslinkbox {
    margin: 0 auto 30px;
  }

  .co_snslink p img {
    width: 100%;
  }

  #instafeed {
    width: 100%;
  }

  #instafeed li {
    float: left;
    margin-right: 2%;
    width: 32%;
  }

  #instafeed li a {
    margin: 0 auto;
    width: 180px;
    height: 180px;
  }

  #instafeed li:nth-child(3n) {
    margin-right: 0;
  }

  

  .sc_sitemap {
    padding: 30px 0;
  }

  .sc_sitemap .inner {
    width: 90%;
  }

  .sc_sitemap h1 {
    font-weight: bold;
    margin-bottom: 30px;
  }

  .sc_sitemap h2 {
    font-size: 14px;
  }

  .blo_sitemap_a h2 {
    margin-bottom: 10px;
  }

  .wrap_sitemap {
    display: -webkit-block;
    display: -ms-block;
    display: -webkit-block;
    display: block;
    margin-top: 30px;
  }

  .blo_sitemap {
    margin: 0 auto 20px;
    padding: 20px;
  }

  .wrap_sitemap .blo_sitemap {
    width: 100%;
  }

  .blo_sitemap .title_sub {
    margin-top: 5px;
    font-size: 13px;
  }

  .blo_sitemap ul li {
    width: 40%;
    margin-left: 20px;
    font-size: 10px;
  }

  .blo_sitemap a {
    display: block;
  }

  .blo_sitemap a:hover {
    color: #000;
  }

  .blo_sitemap .title_sub_ju {
    text-indent: 1.5em;
  }

  

  .sc_privacy {
    padding: 30px 0 50px;
    line-height: 2;
  }

  .sc_privacy .inner {
    width: 90%;
  }

  .sc_privacy .lead {
    margin-bottom: 30px;
    text-align: left;
  }

  .sc_privacy p {
    font-size: 12px;
  }

  .blo_privacy {
    margin: 0px auto 20px;
    padding-bottom: 20px;
  }

  .blo_privacy p {
    padding-left: 1em;
    margin-top: 5px;
  }

  .sc_privacy h2 a {
    text-indent: 0em;
    padding-left: 1em;
  }

  .co_infoblock.co_news {
    display: block;
  }
  .co_infobox_wrap {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .co_searchform .search-form {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .co_searchform input[type="search"] {
    flex: 0 0 80%;
    width: auto;
  }

  .co_searchform button[type="submit"] {
    flex: 0 0 20%;
    white-space: nowrap;
    padding: 10px 8px;
    font-size: 11px;
    margin-left: -10px;
  }

  .co_searchbox_wrap {
    padding: 20px 0px;
  }

  .co_searchbox {
    width: 50%;
  }

  .co_searchbox:nth-child(1)::before,
  .co_searchbox:nth-child(4)::before,
  .co_searchbox:nth-child(7)::before,
  .co_searchbox:nth-child(10)::before,
  .co_searchbox:nth-child(13)::before {
    display: block;
  }

  .co_searchbox:nth-child(odd)::before {
    display: none;
  }

  .co_searchlinkbox {
    margin: 20px auto 0px;
    display: block;
  }

  .co_searchlinkbox .btn_link a {
    width: 240px;
    margin: 0 auto 20px;
    background-color: #007440;
    border-color: #007440;
  }

  #instafeed li {
    float: left;
    margin-right: 2%;
    width: 49%;
  }

  #instafeed li a {
    margin: 0 auto;
  }

  #instafeed li:nth-child(3n) {
    margin-right: 2%;
  }

  #instafeed li:nth-child(even) {
    margin-right: 0;
  }

  #instafeed li:nth-child(n + 4) {
    margin-top: 0;
  }

  #instafeed li:nth-child(n + 3) {
    margin-top: 3%;
  }
}

@media (max-width: 414px) {
  .main_visual {
    padding: 0 0 20px;
  }

  .main_visual .slider_img {
    width: 414px;
    height: 284px;
    margin: 0 auto;
  }

  .main_visual .slider_img figcaption {
    z-index: inherit;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 13px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .co_tv .co_infotvbox {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 375px) {
  .main_visual .slider_img {
    width: 375px;
    height: 256px;
    margin: 0 auto;
  }

  #instafeed li a {
    margin: 0 auto;
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 360px) {
  .main_visual .slider_img {
    width: 320px;
    height: 218px;
    margin: 0 auto;
  }

  .main_visual .slider_img figcaption {
    font-size: 11px;
    height: auto;
  }

  .co_searchform button[type="submit"] {
    font-size: 10px;
  }

  .co_searchbox .jane {
    padding-left: 5px;
    font-size: 11px;
  }

  .co_searchbox ul li {
    font-size: 10px;
    line-height: 1.5;
  }

  .co_snsshare {
    width: 290px;
  }

  .co_snsshare li:nth-child(n + 3) {
    margin-top: 6px;
  }

  .co_infoblock .infotext {
    width: 56%;
    font-size: 12px;
  }
  .co_news .infotext {
    width: 100%;
  }

  #instafeed li a {
    width: 140px;
    height: 140px;
  }
}

.front-sentence {
  text-align: left;
	padding-top: 60px;
}

.front-sentence__title {
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
}

.front-sentence__subtitle {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.54;
	margin-top: 20px;
}

.front-sentence__content {
	margin-top: 30px;
}

.front-sentence__wrapper + .front-sentence__wrapper {
	margin-top: 30px;
}

.front-sentence__head {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.front-sentence__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 10px;
}

.front-sentence__item {
	width: 100%;
}

.front-sentence img {
	display: block;
	max-width: 100%;
	width: 100%;
}

.front-sentence__text {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.54;
	margin-top: 10px;
}

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

@media (min-width: 769px) {
	.u-desktop {
		display: block;
	}

	.u-mobile {
		display: none;
	}

  .front-sentence {
    padding-top: 80px;
  }

  .front-sentence__content {
    margin-top: 40px;
  }

  .front-sentence__wrapper + .front-sentence__wrapper {
    margin-top: 30px;
  }

	.front-sentence__subtitle {
		font-size: 15px;
		line-height: 1.7;
	}

	.front-sentence__list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 20px;
	}

	.front-sentence__item {
		margin: 0;
		max-width: calc(33.333% - 14px);
	}

	.front-sentence__text {
		font-size: 15px;
		line-height: 1.7;
	}
}
