@charset "UTF-8";
/* charaset */
body {
  font-family: 'Noto Sans JP',"Meiryo", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", sans-serif; }

/*-----------header-----------*/
@media print, screen and (min-width: 768px) {
  .furusato_header {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #bbb;
    background-color: #fff; }

  .furusato_header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1230px;
    max-width: 100%;
    margin: auto;
    padding-left: 15px; }

  .navi_list {
    display: flex;
    align-items: center; }

  .navi_lists {
    position: relative; }
    .navi_lists:nth-of-type(1) {
      padding-left: 20px;
      background: url(/resources/image/furusato/icon_home.png) no-repeat left center; }
    .navi_lists:not(:last-child) {
      border-right: 1px dotted #000; }
    .navi_lists.is-current::after {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      border-bottom: 2px solid #7fb41e; }
    .navi_lists a {
      display: block;
      padding: 3px 13px;
      text-decoration: none;
      font-size: 1.5rem;
      color: #000; }
      .navi_lists a .fas {
        color: #0068b7; } }
@media print, screen and (min-width: 768px) and (max-width: 992px) {
  .furusato_header .logo_block {
    width: 27%;
    max-width: 430px; }
  .furusato_header .navi_lists a {
    font-size: 1.2rem; } }
@media screen and (max-width: 767px) {
  /*---------------------------------------------------------------------
    site_header
  ---------------------------------------------------------------------*/
  #site_header {
    padding: 10px 6px;
    width: 100%;
    height: 66px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 8000;
    border-bottom: 2px solid #BBBBBB;
    background: #fff;
    /* logo */ }
    #site_header .inner {
      box-sizing: content-box;
      margin: 0 auto;
      width: 1200px;
      padding: 15px 10px; }
    #site_header .site_logo {
      margin: 0;
      float: left;
      width: 106px; }
      #site_header .site_logo a {
        display: block; }
    #site_header .group_logo {
      float: right;
      width: 22%;
      margin-right: 12px;
      margin-top: 12px; }

  /* sitenavi_sp btn */
  #site_navi_sp {
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 100%; }

  #panel-btn {
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    background: #007bb4;
    margin: 0;
    padding: 47px 0 0; }

  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 25px;
    left: 26px;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    margin: -3px 0 0 -12px;
    background: #fff;
    transition: .2s; }
    #panel-btn-icon::before, #panel-btn-icon::after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 4px;
      border-radius: 4px;
      background: #fff;
      transition: .3s; }
    #panel-btn-icon::before {
      margin-top: -13px; }
    #panel-btn-icon::after {
      margin-top: 9px; }

  /* close */
  .close #panel-btn-icon {
    background: transparent; }
    .close #panel-btn-icon::before, .close #panel-btn-icon::after {
      margin-top: -2px; }
    .close #panel-btn-icon::before {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
    .close #panel-btn-icon::after {
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg); }

  /*---------------------------------------------------------------------
    site_navi
  ---------------------------------------------------------------------*/
  #site_navi {
    backface-visibility: hidden;
    background-color: rgba(51, 156, 212, 0.95);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 15000;
    overflow: hidden;
    display: none;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
    #site_navi > .inner {
      height: 105%;
      padding: 80px 0 0;
      box-sizing: content-box; }

  .header_sougou {
    position: absolute;
    top: 0;
    right: 119px;
    width: 60px;
    height: 100%;
    border-left: 1px solid #cccccc; }
    .header_sougou a {
      display: block;
      padding: 7px 0; }

  /* lang */
  #lang_switch {
    position: absolute;
    top: 0;
    right: 56px;
    width: 62px;
    height: 100%;
    border-left: 1px solid #cccccc; }
    #lang_switch > li > a {
      display: block;
      padding: 7px 0; }
    #lang_switch .lang_menu {
      display: none;
      position: absolute;
      z-index: 20;
      margin-top: 0;
      background: #fdfce8;
      border: 1px solid #44B3EE;
      border-top-style: dotted;
      width: 100px;
      text-align: center;
      padding: 10px;
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1); }
      #lang_switch .lang_menu li + li {
        border-top: 1px dotted #333; }
      #lang_switch .lang_menu a {
        color: #000;
        text-align: center;
        padding: 8px;
        font-size: 86.66%;
        text-decoration: none;
        display: block; }

  .lang .goog-te-gadget-simple {
    padding: 9px 0;
    border-radius: 4px;
    width: 100%;
    overflow: hidden; }

  .skiptranslate + div #site_header {
    top: auto;
    position: relative; }

  .skiptranslate + div #pagebody {
    padding-top: 0; }

  /* search_form */
  .g_search {
    position: relative;
    width: 100%; }
    .g_search table {
      border: none; }
    .g_search td {
      border: none;
      padding: 0; }
    .g_search form.gsc-search-box,
    .g_search table.gsc-search-box {
      margin-bottom: 0; }
    .g_search .gsc-search-box td.gsc-input {
      padding: 0; }
    .g_search .gsc-input-box {
      border-color: #bbb;
      border-radius: 3px;
      padding: 8px 10px; }
    .g_search button.gsc-search-button {
      position: absolute;
      right: 16px;
      top: 11px;
      border: none;
      width: 17px;
      height: 17px;
      padding: 0;
      margin: 0;
      text-indent: -9999px; }
    .g_search a.gsst_a {
      padding: 0;
      position: absolute;
      right: 18px;
      top: -7px; }

  /* site_navi_list */
  .header_navi {
    margin-top: 20px; }
    .header_navi ul li a {
      color: #fff;
      font-size: 15px;
      font-weight: normal;
      text-decoration: none;
      display: block;
      padding: 15px 0;
      border-bottom: 1px dotted #aaa;
      position: relative; }
      .header_navi ul li a::after {
        content: "";
        width: 5px;
        height: 26px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -13px;
        background-color: #ECECEC; }
    .header_navi ul li:first-child a {
      border-top: 1px dotted #aaa; }

  .site_navi .nav_list_type01 {
    padding: 0 20px; }
    .site_navi .nav_list_type01 li {
      float: left;
      width: 49%;
      margin-bottom: 15px; }
      .site_navi .nav_list_type01 li:nth-of-type(2n) {
        float: right; }
    .site_navi .nav_list_type01 a {
      display: block;
      padding: 15px 15px;
      text-decoration: none;
      color: #333;
      background-color: #fff;
      border-radius: 10px; }
  .site_navi .nav_list_type02 {
    padding: 0 8px; }
    .site_navi .nav_list_type02 li {
      float: left;
      margin: 15px 12px 0; }
    .site_navi .nav_list_type02 a {
      text-decoration: underline;
      color: #fff; }
  .site_navi .site_nav_close {
    display: block;
    margin: 20px auto 0;
    padding: 10px 0;
    font-size: 150%;
    text-align: center;
    background-color: #005a84;
    color: #f5f5f5; }

  #site-translate-header-wrapper {
    max-width: 100% !important; }

  #edit_btn {
    display: none; }

  #site_header {
    position: relative; }
    #site_header .site_logo {
      width: 70%; }

  .site_navi .nav_list_width_full {
    display: flex;
    flex-wrap: wrap; }
    .site_navi .nav_list_width_full .navi_lists {
      float: none;
      width: 100%; } }
/*-----------footer-----------*/
.page_top_wrap {
  padding: 40px 0;
  text-align: center; }

.furusato_footer {
  border-top: 1px solid #bbb;
  padding: 18px 0 0 0;
  background: url(/resources/image/furusato/bg_pt01.png) repeat-x center 45px, url(/resources/image/furusato/bg_01.png);
  font-size: 1.5rem;
  text-align: center; }

.footer_ttl {
  margin-bottom: 10px; }

.nanji_icon {
  margin-bottom: 10px; }

.footer_site_name {
  font-size: 1.8rem; }

.copyright {
  margin-top: 15px;
  padding: 13px 0;
  background-color: #362e2b;
  font-size: 100%;
  color: #fff; }

@media only screen and (max-width: 767px) {
  .footer_site_name,
  .footer_site_info {
    padding: 0 15px;
    text-align: left; }

  .footer_site_info {
    font-size: 93%; }

  .copyright {
    margin-bottom: 0;
    font-size: 80%; } }
.mv_area {
  padding: 30px 0;
  background: url(/resources/image/furusato/bg_pt01.png) center top, url(/resources/image/furusato/bg_01.png);
  text-align: center; }

.inner {
  max-width: 1230px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px; }

.content_outer_padding_base {
  padding: 0 0 110px; }

.area_separate {
  margin-top: 55px; }

.area_separate_l {
  margin-top: 90px; }

.furusato_content1 a[target="_blank"]::after {
  content: none; }

.furusato_content1 .area_ttl {
  margin-bottom: 30px;
  position: relative;
  font-size: 3.2rem;
  text-align: center; }
  .furusato_content1 .area_ttl.after_decoration {
    margin-bottom: 55px;
    padding: 0;
    border: none; }
    .furusato_content1 .area_ttl.after_decoration::before {
      content: "";
      position: absolute;
      left: 50%;
      width: 132px;
      height: 2px;
      bottom: -20px;
      background-color: #7fb41e;
      transform: translateX(-50%); }
    .furusato_content1 .area_ttl.after_decoration::after {
      content: "";
      position: absolute;
      left: 50%;
      width: 15px;
      height: 15px;
      bottom: -28px;
      border-right: 2px solid #7fb41e;
      border-bottom: 2px solid #7fb41e;
      background-color: #fff;
      transform: translateX(-50%) rotate(45deg); }

.furusato_content1 .letter_space_txt {
  letter-spacing: 2px; }
.furusato_content1 .txt_separate + .txt_separate {
  margin-top: 25px; }

@media only screen and (max-width: 767px) {
  .inner {
    max-width: 100%;
    padding: 0 15px; }

  .area_separate {
    margin-top: 25px; }

  .area_separate_l {
    margin-top: 45px; }

  .furusato_content1 .area_ttl {
    background-color: transparent;
    font-size: 2.4rem; }

  .list_3column .item {
    text-align: center; } }
.topic_path_top {
  margin-bottom: 30px; }
  .topic_path_top > ol > li a {
    color: inherit;
    text-decoration: none; }

.furusato_ttl {
  padding: 28px 0;
  background-color: #e5e8de;
  background-image: linear-gradient(#e5e8de 25%, #f6faef 25%, #f6faef 50%, #e5e8de 50%, #e5e8de 75%, #f6faef 75%, #f6faef);
  background-size: 5px 5px; }

.content1 .about_ttl {
  margin-bottom: 35px;
  padding: 0;
  border: none;
  font-size: 163%; }
.content1 .about_top_txt {
  margin-bottom: 40px; }

.inner_02 {
  max-width: 1000px;
  margin: auto; }

.color_txt_01 {
  color: #005e15; }

.color_txt_02 {
  color: #009e96; }

.furusato_content1 .feature_list {
  list-style: none !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 !important; }

.feature_lists {
  width: 25%;
  padding: 8px 0 34px;
  border-radius: 50%;
  background-color: #638c0b;
  font-size: 160%;
  text-align: center;
  color: #fff; }
  .feature_lists:nth-of-type(2) {
    background-color: #005e15; }
  .feature_lists:nth-of-type(3) {
    background-color: #097c25; }
  .feature_lists:nth-of-type(4) {
    background-color: #486a00; }
  .feature_lists:nth-of-type(5) {
    background-color: #69a650; }

.feature_list .feature_lists {
  margin: 10px 2%;
  line-height: 1.65; }

.feature_num {
  line-height: 1;
  font-size: 254%; }

.feature_txt {
  margin-top: 10px; }

.furusato_content1 .feature_list_caution {
  list-style: none !important;
  padding: 0 !important;
  border-bottom: 1px dotted #000; }

.feature_list_caution .feature_lists_caution {
  margin: 0;
  padding: 15px 0;
  border-top: 1px dotted #000; }

.feature_lists_caution_num {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  line-height: 1;
  border-radius: 10px;
  font-size: 175%;
  text-align: center;
  color: #fff; }
  .feature_lists_caution_num:first-letter {
    line-height: 1.5;
    font-size: 70%; }

.feature_lists_caution .feature_lists_caution_num {
  background-color: #638c0b; }
.feature_lists_caution:nth-of-type(2) .feature_lists_caution_num {
  background-color: #005e15; }
.feature_lists_caution:nth-of-type(3) .feature_lists_caution_num {
  background-color: #097c25; }
.feature_lists_caution:nth-of-type(4) .feature_lists_caution_num {
  background-color: #486a00; }
.feature_lists_caution:nth-of-type(5) .feature_lists_caution_num {
  background-color: #69a650; }

.feature_lists_caution_txt {
  display: inline-block;
  vertical-align: middle;
  width: 930px;
  padding: 0 10px 0 15px; }

.furusato_content1 .sub_bold_txt {
  margin: 25px 0 0;
  font-size: 113%;
  font-weight: bold; }

.caution_txt {
  margin-top: 15px;
  color: #e60012; }

.after_decoration_02 {
  position: relative; }
  .after_decoration_02::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #7fb41e;
    background: linear-gradient(to right, #7fb41e 21%, #dcdcdc 22%); }

@media only screen and (max-width: 767px) {
  .topic_path_top {
    margin-bottom: 15px; }

  .inner_02 {
    max-width: 100%;
    padding: 0 15px; }

  .content1 .about_ttl::after {
    content: none; }

  .feature_lists {
    width: 45%; }

  .feature_num {
    font-size: 3rem; }

  .feature_txt {
    font-size: 1.5rem; }

  .feature_lists_caution_txt {
    width: 100%; }

  .furusato_content1 .about_ttl,
  .furusato_content1 .after_decoration_02 {
    padding-right: 0;
    padding-left: 0;
    background-color: transparent; }
  .furusato_content1 .about_ttl {
    font-size: 2rem; }
  .furusato_content1 .flr_img,
  .furusato_content1 .fll_img {
    text-align: center; } }
.btn_area_wrap {
  text-align: center; }

.btn {
  display: inline-block;
  padding: 16px 33px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  transition: all .3s; }
  .btn:hover {
    text-decoration: none; }

.furusato_content1 .furusato_btn {
  background-color: #638c0b;
  color: #fff; }
  .furusato_content1 .furusato_btn:hover {
    opacity: .7; }

.step_pattern_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.step_pattern {
  width: 48%; }
  @media print, screen and (min-width: 768px) {
    .step_pattern:nth-of-type(n+3) {
      margin-top: 50px; } }

.step_pattern_name {
  margin: 0 0 10px;
  font-size: 150%;
  text-align: center; }

.step_pattern_img_wrap {
  padding: 27px 0;
  border: 1px solid #bbb;
  background-color: #f9f6ed;
  text-align: center; }

.step_pattern_info {
  line-height: 1.5;
  padding: 10px 10px;
  border: 1px solid #bbb;
  border-top: none; }

.step_pattern_way {
  margin-top: 8px;
  font-size: 87.5%;
  text-align: center; }

.furusato_content1 .step_pattern_img_wrap a[target="_blank"]::after {
  content: none; }

.contact_pattern_wrap {
  display: flex;
  justify-content: space-between; }

.contact_pattern {
  width: 48%;
  margin: 20px 0 60px; }

.contact_pattern_name {
  margin: 0 0 10px;
  font-size: 150%;
  text-align: center; }

.contact_pattern_img_wrap {
  padding: 27px 0;
  border: 1px solid #bbb;
  background-color: #f9f6ed;
  text-align: center; }

.contact_pattern_info {
  min-height: 245px;
  line-height: 1.6;
  padding: 15px 10px;
  border: 1px solid #bbb; }

.contact_pattern_way {
  margin-top: 8px;
  font-size: 87.5%;
  text-align: center; }

@media only screen and (max-width: 767px) {
  .top_icon_block {
    margin-bottom: 25px; }

  .btn {
    padding: 16px 16px; }

  .step_pattern_wrap,
  .contact_pattern_wrap {
    flex-wrap: wrap; }

  .step_pattern,
  .contact_pattern {
    width: 100%;
    margin: 0 0 15px; }

  .step_pattern_img_wrap {
    padding-left: 15px;
    padding-right: 15px; }

  .contact_pattern_info {
    min-height: 185px; } }
.furusato_content1 .usage_list {
  margin-top: 80px;
  padding-left: 0 !important;
  border-top: 1px dotted #000; }

.usage_list_area_wrap {
  margin-bottom: 75px; }

.usage_lists {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 10px;
  border-bottom: 1px dotted #000; }
  .usage_lists + .usage_lists {
    margin-top: 0; }

.usage_lists_num {
  line-height: 1;
  padding: 4px 10px;
  border-radius: 50%;
  background-color: #638c0b;
  font-size: 175%;
  text-align: center;
  color: #fff; }

.usage_lists_txt {
  width: 77.9%;
  line-height: 1.4;
  padding: 0 20px; }

.usage_lists_txt_main {
  font-size: 138%;
  font-weight: bold; }

.usage_lists_txt_sub {
  margin-top: 5px; }

@media only screen and (max-width: 767px) {
  .usage_list_area_wrap {
    margin-bottom: 40px; }

  .usage_lists {
    flex-wrap: wrap; }

  .usage_lists_txt {
    width: 87%;
    padding-right: 0; }

  .usage_lists_img {
    width: 100%;
    margin-top: 15px;
    text-align: center; } }

/*# sourceMappingURL=furusato.css.map */
