/* ====================
common style /
==================== */
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page_heading {
  display: inline;
  font-size: 19px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 5px 0 5px 12px;
}
body.maff .page_heading {
  border-left: 10px solid #BA4A49;
}
body.rinya .page_heading {
  border-left: 10px solid #7ED747;
}
body.jfa .page_heading {
  border-left: 10px solid #3FC6F6;
}
.sp_to_top_wrap {
  display: none;
}
.sp_release_wrap {
  /* PCでは非表示 */
  display: none;
}
@media (max-width:959px) { /* タブレット */
  body {
    width: 100%;
  }
  body.fixed {
    position: fixed;
    left: 0;
  }
  /* このページの先頭へ SPのみ表示（画面最下部固定） */
  .sp_to_top_wrap {
    display: block;
    text-align: center;
    padding: 20px 0;
  }
  /* 背景色切り替え */
  body.maff .sp_to_top_wrap {
    background-color: #BA494A;
  }
  body.rinya .sp_to_top_wrap {
    background-color: #7ED747;
  }
  body.jfa .sp_to_top_wrap {
    background-color: #3FC6F6;
  }
  .sp_to_top_wrap p {
    display: inline-block;
    background-image: url(../img/sp_footer_to_top_icon.svg);
    background-repeat: no-repeat;
    text-decoration: none !important;
    color: #FFF !important;
    font-size: 15px;
    padding-left: 40px;
  }

  .sp_release_wrap {
    display: block;
    padding: 20px;
  }
  .sp_release_wrap button {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    background-color: #F7F7F7;
    box-shadow: 2px 2px 3px rgba(10,10,10,0.2);
  }
}
@media (max-width:480px) { /* スマホ */
}
/* ====================
/ common style
==================== */

/* ====================
header style /
==================== */
header {
  display: block;
  width: 100%;
  height: 50px;
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  height: auto;
  margin: 0 auto;
}
header h1 {
  display: block;
  width: auto;
  height: 25px;
}
header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
/* ロゴ出し分け */
body.maff header h1 .s_rinya,
body.maff header h1 .s_jfa {
  display: none;
}
body.rinya header h1 .s_maff,
body.rinya header h1 .s_jfa {
  display: none;
}
body.jfa header h1 .s_maff,
body.jfa header h1 .s_rinya {
  display: none;
}
header h1 img {
  width: auto;
  height: 100%;
}
header .header_nav {
  display: flex;
}
header .header_nav p , header .sp_header_nav p {
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 0 0 14px;
  padding: 15px 0 15px 14px;
}
/* アイコン出し分け */
body.maff header .header_nav p ,
body.maff header .sp_header_nav p {
  background-image: url(../img/maff/icon_arrow1.png);
}
body.rinya header .header_nav p ,
body.rinya header .sp_header_nav p {
  background-image: url(../img/rinya/icon_arrow1.png);
}
body.jfa header .header_nav p ,
body.jfa header .sp_header_nav p {
  background-image: url(../img/jfa/icon_arrow1.png);
}

header .header_nav p a {
  font-size: 14px;
  color: #535353;
  text-decoration: underline;
}
header .header_nav p a:hover {
  text-decoration: none;
}
header .header_decoration_bar {
  display: block;
  width: 100%;
  height: 3px;
}
/* カラー切替 */
body.maff header .header_decoration_bar {
  background-color: #BA4A49;
}
body.rinya header .header_decoration_bar {
  background-color: #2b7203;
}
body.jfa header .header_decoration_bar {
  background-color: #18409d;
}

header .sp_header_nav {
  display: none;
}

@media screen and (max-width:959px) {
  header {
    height: auto;
  }
  header .header_inner {
    justify-content: center;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  header .header_inner .header_nav {
    display: none;
  }
  header .sp_header_nav {
    display: flex;
    justify-content: center;
  }
  header .sp_header_nav p a {
    font-size: 14px;
    color: #535353;
    text-decoration: underline;
  }
}

/* ====================
/ header style
==================== */

/* ====================
footer style /
==================== */
.pnavi {
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: 100px;
	height: 100px;
	z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
}
/* 画像出し分け */
body.maff .pnavi {
  background-image: url(../img/maff/icon_pnavi.png);
}
body.maff .pnavi:hover {
  background-image: url(../img/maff/icon_pnavi_ov.png);
}
body.rinya .pnavi {
  background-image: url(../img/rinya/icon_pnavi.png);
}
body.rinya .pnavi:hover {
  background-image: url(../img/rinya/icon_pnavi_ov.png);
}
body.jfa .pnavi {
  background-image: url(../img/jfa/icon_pnavi.png);
}
body.jfa .pnavi:hover {
  background-image: url(../img/jfa/icon_pnavi_ov.png);
}

.style_sp_page_top {
  /* SPのみで表示 */
  display: none;
}

.footer_top_outer {
  width: 100%;
  height: 80px;
  background-color: #dcdcdc;
  box-sizing: border-box;
}
footer .main_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  margin-left: 10px;
  font-size: 14px;
  border: 2px solid #313131;
  color: #313131;
  background-color: #FFF;
  text-align: center;
  box-sizing: border-box;
}
footer .main_button:hover {
  background-color: #313131;
  color: #FFF;
}
.main_button.red {
  color: #FFF;
  background-color: #ad0000;
  border: 2px solid #ad0000;
}
.main_button.red:hover {
  background-color: #580000;
  border: 3px solid #580000;
}
.footer_main_wide {
  width: 960px;
  margin: 0 auto;
}
.footer_main_wide.footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.footer_main_wide .left_box_wrap {
  display: flex;
  align-items: center;
}
.footer_main_wide .left_box_wrap .icon_wrap {
  display: flex;
  align-items: center;
}
.footer_main_wide .left_box_wrap .icon_wrap a {
  display: block;
  margin-right: 15px;
  cursor: pointer;
}
.footer_main_wide .left_box_wrap .icon_wrap a:last-child {
  margin-right: 0;
}
.footer_main_wide.footer_top .button_wrap {
  display: flex;
}
.footer_main_wide h3 {
  margin-right: 20px;
}
.footer_main_wide h3 img {
  width: 100%;
  height: 100%;
}
.footer_main_wide .footer_main_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer_main_wide .footer_main_top .left_box {
  display: flex;
  align-items: center;
}
.footer_main_wide .footer_main_top .left_box > h3 {
  width: 195px;
  margin-right: 20px;
}
.footer_main_wide .footer_main_top .left_box > div {
  font-size: 14px;
  line-height: 1.4;
}
.footer_main_wide.footer_bottom .right_button_wrap {
  display: flex;
}
.footer_main_bottom {
  display: flex;
  margin-bottom: 20px;
}
.footer_main_bottom a {
/*  background-repeat: no-repeat; */
  background-position: left 10%;
/*  margin: 0 10px 10px 0;
    padding: 0 0 0 14px;  */
  font-size: 14px;
  color: #535353;
  text-decoration: underline;
  vertical-align: top;
  line-height: 2;
}
/* アイコン切り替え */
/*
body.maff .footer_main_bottom a {
  background-image: url(../img/maff/icon_arrow1.png);
}
body.rinya .footer_main_bottom a {
  background-image: url(../img/rinya/icon_arrow1.png);
}
body.jfa .footer_main_bottom a {
  background-image: url(../img/jfa/icon_arrow1.png);
}
*/
body.maff .fnav li {
  background-image: url(../img/maff/icon_arrow1.png);
}
body.rinya .fnav li {
  background-image: url(../img/rinya/icon_arrow1.png);
}
body.jfa .fnav li {
  background-image: url(../img/jfa/icon_arrow1.png);
}
.footer_main_bottom a:hover {
  text-decoration: none;
}
.fnav li {
    float: left;
    background-repeat: no-repeat;
    background-position: left 45%;
    margin: 0 10px 10px 0;
    padding: 0 0 0 14px;
}
.fnav {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}

.copyright_wrap {
  display: block;
  width: 100%;
  padding: 8px 0;
  background-color: #313131;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 1.4;
}

@media screen and (max-width:959px) {
  .pnavi {
    display: none !important;
  }
  .style_sp_page_top {
    display: block;
    text-align: center;
    padding: 20px 0;
    cursor: pointer;
  }
  /* 背景色切り替え */
  body.maff .style_sp_page_top {
    background-color: #BA494A;
  }
  body.rinya .style_sp_page_top {
    background-color: #7ED747;
  }
  body.jfa .style_sp_page_top {
    background-color: #3FC6F6;
  }

  .style_sp_page_top a {
    background-image: url(../img/sp_footer_to_top_icon.svg);
    background-repeat: no-repeat;
    text-decoration: none !important;
    color: #FFF !important;
    font-size: 15px;
    padding-left: 40px;
  }
  .footer_top_outer {
    height: auto;
    padding: 20px 10px;
  }
  .footer_top_outer h3 {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .footer_main_wide {
    width: 100%;
  }
  .footer_main_wide.footer_top {
    display: block;
    height: auto;
  }
  .footer_main_wide .footer_main_top {
    display: block;
  }
  .footer_main_wide .left_box_wrap {
    justify-content: center;
    flex-direction: column;
  }
  .footer_main_wide .left_box_wrap .icon_wrap {
    margin-bottom: 20px;
  }
  .footer_main_wide.footer_top .button_wrap {
    justify-content: center;
  }
  .footer_main_wide .footer_main_top .left_box > h3 {
    margin-bottom: 15px;
  }
  .footer_main_wide .footer_main_top .left_box > div {
    display: none;
  }
  .footer_main_wide.footer_bottom {
    padding: 0 10px;
    box-sizing: border-box;
  }

  /*
  .footer_main_bottom {
    display: block;
  }
  */
  .footer_main_bottom a {
    display: inline-block;
    max-width: none;
  }
}

/* ====================
/ footer style
==================== */

main {
  display: block;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width:959px) { /* タブレット */
  main {
    padding: 0;
  }
}

/* ====================
index style /
==================== */
.index_section_1 .index_title_wrap {
  display: flex;
  align-items: center;
}
.index_section_1 h2 {
  margin-right: 50px;
  margin-left: 20px;
  font-size: 24px;
  font-weight: bold;
}
.index_section_1 h2 a {
  color: #000000;
}
.index_section_1 .head_index_wrap {
  display: inline-block;
  margin-top: 10px;
}
.index_section_1 .head_index_wrap a {
  display: inline-block;
  width: 131px;
  height: 72px;
  vertical-align: middle;
}
/* アイコン出し分け */
body.maff .index_section_1 .head_index_wrap a.maff.show {
  display: inline-block;
}
body.maff .index_section_1 .head_index_wrap a.maff.disabled,
body.maff .index_section_1 .head_index_wrap a.rinya.show,
body.maff .index_section_1 .head_index_wrap a.jfa.show {
  display: none;
}

body.rinya .index_section_1 .head_index_wrap a.rinya.show {
  display: inline-block;
}
body.rinya .index_section_1 .head_index_wrap a.rinya.disabled,
body.rinya .index_section_1 .head_index_wrap a.maff.show,
body.rinya .index_section_1 .head_index_wrap a.jfa.show {
  display: none;
}

body.jfa .index_section_1 .head_index_wrap a.jfa.show {
  display: inline-block;
}
body.jfa .index_section_1 .head_index_wrap a.jfa.disabled,
body.jfa .index_section_1 .head_index_wrap a.maff.show,
body.jfa .index_section_1 .head_index_wrap a.rinya.show {
  display: none;
}

.index_section_1 .head_index_wrap a img {
  width: 100%;
  height: 100%;
}
.index_section_1 .sp_head_index_wrap {
  display: none;
}
.index_section_1 .sub_index_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 66px;
  box-sizing: border-box;
}
/* カラー切替 */
body.maff .index_section_1 .sub_index_wrap {
  background-color: #BA4A49;
}
body.rinya .index_section_1 .sub_index_wrap {
  background-color: #7ED747;
}
body.jfa .index_section_1 .sub_index_wrap {
  background-color: #3FC6F6;
}


.index_section_1 .sub_index_wrap p {
  display: block;
  width: 140px;
  height: 52px;
  line-height: 1.5;
  margin: 7px 10px 0 0;
  padding: 15px 10px;
  text-align: center;
  background-color: rgba(255,255,255,0.7);
  box-sizing: border-box;
  cursor: pointer;
}
.index_section_1 .sub_index_wrap p:hover {
  background-color: rgba(255,255,255,0.8);
  box-shadow: 5px -5px 10px rgba(0,0,0,0.3);
}
.index_section_1 .sub_index_wrap p span {
  padding: 5px 25px;
  background-color: rgba(255,255,255,0.8);
}
.index_section_1 .sub_index_wrap p.active {
  background-color: #FFF;
}
.index_section_1 .sub_index_wrap p.active:hover {
  box-shadow: none;
}
.index_section_1 .sub_index_wrap p.tab_top.active:hover {
  box-shadow: none;
  background-color: #FFF;
}
.index_section_1 .sub_index_wrap p.tab_top.active:hover:after {
  border-top: 7px solid #FFF;
}
.index_section_1 .sub_index_wrap p.tab_top.active:after {
  border-top: 7px solid rgba(255,255,255,1);
}
.index_section_1 .sub_index_wrap p:last-child {
  margin-right: 0;
}
.index_section_1 .sub_index_wrap p.tab_top {
  position: relative;
  height: 42px;
  padding: 10px;
  margin-bottom: 10px;
}
.index_section_1 .sub_index_wrap p.tab_top:hover {
  background-color: rgba(255,255,255,0.8);
  box-shadow: 5px -5px 10px rgba(0,0,0,0.3);
}
.index_section_1 .sub_index_wrap p.tab_top:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -7px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 7px 3px 7px;
  border-color: #fff transparent transparent transparent;
  border-top: 7px solid rgba(255,255,255,.7);
}
.index_section_1 .sub_index_wrap p.tab_top:hover:after {
  border-top: 7px solid rgba(255,255,255,0.8);
}
.index_section_1 .index_description_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.index_section_1 .index_description_wrap p {
  position: relative;
  display: inline-block;
  width: 140px;
  line-height: 1.4;
  margin: 10px 10px 0 0;
  padding: 10px 0px;
  text-align: center;
  background: #eee;
  cursor: pointer;
  box-sizing: border-box;
}
/* カラー切替 */
body.maff .index_section_1 .index_description_wrap p {
  border: 3px solid #BA4A49;
}
body.rinya .index_section_1 .index_description_wrap p {
  border: 3px solid #7ed747;
}
body.jfa .index_section_1 .index_description_wrap p {
  border: 3px solid #3fc6f6;
}

.index_section_1 .index_description_wrap p:hover {
  background-color: #FFF;
}
.index_section_1 .index_description_wrap p:hover:after {
  border-bottom-color: #FFF;
}
.index_section_1 .index_description_wrap p:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
/* カラー切替 */
body.maff .index_section_1 .index_description_wrap p:before {
  border-bottom: 15px solid #BA4A49;
}
body.rinya .index_section_1 .index_description_wrap p:before {
  border-bottom: 15px solid #7ed747;
}
body.jfa .index_section_1 .index_description_wrap p:before {
  border-bottom: 15px solid #3fc6f6;
}

.index_section_1 .index_description_wrap p:after {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -13px;
  width: 0;
  height: 0;
  border-bottom: 13px solid #eee;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
}
.index_section_1 .index_description_wrap p:first-child {
  background-color: inherit;
  border: none !important;
}
.index_section_1 .index_description_wrap p:first-child::before, .index_section_1 .index_description_wrap p:first-child::after {
  display: none;
}
.index_section_1 .index_description_wrap p:last-child {
  margin-right: 0;
}

.tab_box_top_page_heading {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 5px 0 5px 20px;
  font-size: 19px;
  line-height: 1.4;
  font-weight: normal;
  color: #000;
  margin-bottom: 20px;
}
/* カラー切替 */
body.maff .tab_box_top_page_heading {
  border-left: 7px solid #BA4A49;
}
body.rinya .tab_box_top_page_heading {
  border-left: 7px solid #7ED747;
}
body.jfa .tab_box_top_page_heading {
  border-left: 7px solid #3FC6F6;
}

.tab_show_area {
  padding: 20px;
  padding-top: 0;
}
.tab_show_area .tab_box_style {
  display: none;
}
.tab_show_area .tab_box_style.show {
  display: block;
}
.tab_show_area .tab_box_style h2 {
  margin-bottom: 0;
  padding: 22px 0 20px 30px;
  font-size: 16px;
  font-weight: normal;
}
/* アイコン切り替え */
body.maff .tab_show_area .tab_box_style h2 {
  background: url(../img/maff/search-norin-icon_search.png) no-repeat left center;
}
body.rinya .tab_show_area .tab_box_style h2 {
  background: url(../img/rinya/search-rinya-icon_search.png) no-repeat left center;
}
body.jfa .tab_show_area .tab_box_style h2 {
  background: url(../img/jfa/search-suisan-icon_search.png) no-repeat left center;
}

.tab_show_area .tab_box_style.show {
  display: block;
}

.tab_box_top .info_area {
  font-size: 16px;
  line-height: 1.4;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 250px;
  background-color: #eee;
  box-sizing: border-box;
}
.tab_box_top .bottom_info_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tab_box_top .bottom_link {
  display: block;
  color: #3686C3;
  text-decoration: underline;
  padding: 3px 0 3px 30px;
  margin-bottom: 10px;
  line-height: 1.4;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px;
  box-sizing: border-box;
}
.tab_box_top .bottom_link:hover {
  text-decoration: none;
}
.tab_box_top .bottom_link.guide {
  background-image: url(../img/search-icon-jiden.gif);
}
.tab_box_top .bottom_link.contact {
  background-image: url(../img/search-icon-contact.gif);
}

/* バナー出し分け */
body.maff .tab_box_top .bottom_info_wrap .banner_wrap .s_maff,
body.rinya .tab_box_top .bottom_info_wrap .banner_wrap .s_rinya,
body.jfa .tab_box_top .bottom_info_wrap .banner_wrap .s_jfa {
  display: none;
}
/* RSS出し分け */
body.maff .content2ndrow_utility .content2ndrow_utility-rss.s_rinya,
body.maff .content2ndrow_utility .content2ndrow_utility-rss.s_jfa {
  display: none;
}
body.rinya .content2ndrow_utility .content2ndrow_utility-rss.s_maff,
body.rinya .content2ndrow_utility .content2ndrow_utility-rss.s_jfa {
  display: none;
}
body.jfa .content2ndrow_utility .content2ndrow_utility-rss.s_maff,
body.jfa .content2ndrow_utility .content2ndrow_utility-rss.s_rinya {
  display: none;
}



/* hojokin 補助金 yushi 融資 type_a */
.type_a {
  margin-bottom: 0px;
}
.type_a_top {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.type_a_top h2 {
  margin-left: 0;
}
.type_a_top .button_style_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  height: 53px;
  background-color: #F2F2F2;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 0 10px;
  box-sizing: border-box;
}
.type_a_top .button_style_wrap:hover {
  box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
}
.type_a_top .button_style_wrap a {
  color: #000;
}

/* アイコン切り替え */
body.maff .type_a_top .button_style_wrap .s_rinya,
body.maff .type_a_top .button_style_wrap .s_jfa {
  display: none;
}
body.rinya .type_a_top .button_style_wrap .s_maff,
body.rinya .type_a_top .button_style_wrap .s_jfa {
  display: none;
}
body.jfa .type_a_top .button_style_wrap .s_maff,
body.jfa .type_a_top .button_style_wrap .s_rinya {
  display: none;
}

.type_a .type_a_main input[type=checkbox] {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.type_a h3 {
  display: flex;
  align-items: center;
  font-size: 17px;
  background-color: #dfdfdf;
  padding: 14px;
  margin-bottom: 10px;
}
.type_a h3 label {
  display: flex;
  align-items: center;
  width: 100%;
}
.type_a .area_wrap {
  display: table;
  border-collapse: separate;
  margin-bottom: 20px;
  width: 100%;
  table-layout: fixed;
}
.type_a .area_wrap.style_3n {
  border-collapse: separate;
  border-spacing: 10px 0;
  margin-left: -10px;
  width: calc(100% + 20px);
}
.type_a .area_wrap.style_3n .area_wrap_item label { /* 3つ横並びの場合 */
  width: auto;
}
.type_a .area_wrap.style_3n .area_wrap_item label.indent {
  margin-left: 50px;
  padding-left: 20px;
}
.type_a .area_wrap .area_wrap_item {
  display: table-cell;
  vertical-align: top;
  background-color: #F6F6F6;
  padding: 10px;
  min-width: 20%;
}
.type_a .area_wrap .area_wrap_item .area_wrap_inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  height: auto;
  padding-left: 40px;
}
.type_a .area_wrap .area_wrap_item label {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
  width: 28%;
  padding: 2px 2px 3px 0;
  margin: 4px 0;
}
.type_a .area_wrap .area_wrap_item label:after{
  content: "";
  display: block;
  width: 28%;
  height: 0;
}
.type_a .area_wrap .area_wrap_item label p {
  width: calc(100% - 20px);
}

.type_a .fixed_footer_outer {
  height: 93px;
}
.type_a .fixed_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 93px;
  padding: 10px 0;
  box-sizing: border-box;
}
.type_a .fixed_footer.off {
  position: absolute;
  left: 0;
  bottom: auto;
  width: 100%;
}
.type_a .fixed_footer.show {
  position: fixed;
  bottom: 0;
}

/* カラー切替 */
body.maff .type_a .fixed_footer {
  background-color: #e9cac8;
}
body.rinya .type_a .fixed_footer {
  background-color: #D8F3C8;
}
body.jfa .type_a .fixed_footer {
  background-color: #C7EEFD;
}
.type_a .fixed_footer .fixed_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.type_a .fixed_footer .fixed_inner .result_count_number {
  font-size: 14px;
}
.type_a .fixed_footer .fixed_inner .result_count_number span {
  margin-right: 10px;
  font-size: 28px;
}
.type_a .fixed_footer .fixed_inner .deselection {
  display: block;
  padding: 7px 15px 7px 15px;
  background: #EBEBEB;
  box-shadow: 2px 2px 3px rgba(10,10,10,0.2);
  border: 1px solid #7f7f7f;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
.type_a .fixed_footer .fixed_inner .deselection:hover {
  box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
}
.type_a .fixed_footer .fixed_inner .search_exe {
  width: 300px;
  height: 70px;
  padding: 20px 0;
  box-shadow: 2px 2px 3px rgba(10,10,10,0.2);
  font-size: 22px;
  text-decoration: none;
  text-align: center;
}
/* アイコン切り替え */
body.maff .type_a .fixed_footer .fixed_inner .search_exe {
  background: url(../img/maff/search-norin-icon_search.png) no-repeat 15px center,linear-gradient(to bottom, #fff 18%, #EBEBEB 88%);
  background: url(../img/maff/search-norin-icon_search.png) no-repeat 15px center,-webkit-gradient(linear, center top, center bottom, from(#fff), to(#EBEBEB));
}
body.rinya .type_a .fixed_footer .fixed_inner .search_exe {
  background: url(../img/rinya/search-rinya-icon_search.png) no-repeat 15px center,linear-gradient(to bottom, #fff 18%, #EBEBEB 88%);
  background: url(../img/rinya/search-rinya-icon_search.png) no-repeat 15px center,-webkit-gradient(linear, center top, center bottom, from(#fff), to(#EBEBEB));
}
body.jfa .type_a .fixed_footer .fixed_inner .search_exe {
  background: url(../img/jfa/search-suisan-icon_search.png) no-repeat 15px center,linear-gradient(to bottom, #fff 18%, #EBEBEB 88%);
  background: url(../img/jfa/search-suisan-icon_search.png) no-repeat 15px center,-webkit-gradient(linear, center top, center bottom, from(#fff), to(#EBEBEB));
}

.type_a .fixed_footer .fixed_inner .search_exe:hover {
  box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
}
/* type b shusshi 出資*/
.type_b .top_description_area {
  width: 97%;
  border: 2px solid #bfbfbf;
  box-sizing: border-box;
  padding: 20px;
  margin: 20px auto 0;
  margin-bottom: 20px;
  line-height: 1.4;
}
.type_b .top_description_area ul {
  margin-top: 20px;
  margin-left: 10px;
  padding-left: 1.5em;
}
.type_b .top_description_area ul li {
  margin-bottom: 1em;
  list-style: square;
}
.type_b .main_area {
  display: table;
  border-collapse: separate;
  white-space: nowrap;
  margin-bottom: 40px;
  width: 100%;
  table-layout: fixed;
}
.type_b .main_area h3 {
  font-size: 16px;
  padding: 22px 0 20px 40px;
}
/* アイコン切り替え */
body.maff .type_b .main_area h3 {
  background: #dfdfdf url(../img/maff/search-norin-icon_search.png) no-repeat scroll 10px center;
}
body.rinya .type_b .main_area h3 {
  background: #dfdfdf url(../img/rinya/search-rinya-icon_search.png) no-repeat scroll 10px center;
}
body.jfa .type_b .main_area h3 {
  background: #dfdfdf url(../img/jfa/search-suisan-icon_search.png) no-repeat scroll 10px center;
}

.type_b .main_area .item {
  display: inline-table;
  width: 48%;
  min-width: 20%;
  border-spacing: 0;
  border-collapse: separate;
  background-color: #f6f6f6;
  white-space: normal;
}
.type_b .main_area .item:nth-child(2n) {
  margin-left: 4%;
}
.type_b .main_area .item .ul_wrap {
  min-height: 150px;
  border-bottom: 1px solid #dfdfdf;
}
.type_b .main_area .item ul {
  margin: 20px 10px;
  padding-left: 1.5em;
}
.type_b .main_area .item ul li {
  margin-bottom: 1em;
  list-style: square;
  line-height: 1.4;
}
.type_b .main_area .item table {
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.type_b .main_area .item table th {
  width: 214px;
  text-align: left;
  padding-bottom: 20px;
  padding-left: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.type_b .main_area .item table td {
  padding-bottom: 20px;
  line-height: 1.4;
}
.type_b .main_area .item table td a {
  text-decoration: underline;
  color: #3686C3;
}
.type_b .main_area .item table td a:hover {
  text-decoration: none;
}

/* type c */
.type_c {
  padding: 20px;
}
.type_c .table_style {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
.type_c .table_style > div {
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 20px;
  background: #f6f6f6;
  line-height: 1.4;
}
.type_c .table_style > div:nth-child(2n) {
  margin-right: 0;
}
.type_c .table_style h3 {
  font-size: 16px;
  padding: 22px 0 20px 40px;
}
/* アイコン切り替え */
body.maff .type_c .table_style h3 {
  background: #dfdfdf url(../img/maff/search-norin-icon_search.png) no-repeat scroll 10px center;
}
body.rinya .type_c .table_style h3 {
  background: #dfdfdf url(../img/rinya/search-rinya-icon_search.png) no-repeat scroll 10px center;
}
body.jfa .type_c .table_style h3 {
  background: #dfdfdf url(../img/jfa/search-suisan-icon_search.png) no-repeat scroll 10px center;
}

.type_c .table_style > div ul.normal_ul {
  margin: 20px 10px;
  padding-left: 1.5em;
}
.type_c .table_style > div ul.normal_ul li {
  margin-bottom: 1em;
  list-style: square;
}

.type_c .table_style ul.box_ul > li {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.type_c .table_style ul.box_ul > li h4 {
  font-weight: bold;
  width: 25%;
}
.type_c .table_style ul.box_ul > li ul {
  width: 30%;
}
.type_c .table_style ul.box_ul > li ul li {
  margin-bottom: 1em;
}
.type_c .table_style ul.box_ul > li ul li a {
  text-decoration: underline;
  color: #3686C3;
}
.type_c a {
  color: #3686C3;
  text-decoration: underline;
}
.type_c a:hover {
  text-decoration: none;
}
.sp_type_a_title_wrap {
    /* SPのtype a 見出し PCでは非表示 */
  display: none;
}
.sp_type_a_title {
  /* SPのtype a 見出し PCでは非表示 */
  display: none;
}
@media (max-width:959px) {
  .type_a {
    margin-bottom: 20px;
  }
  .sp_type_a_title_wrap {
    display: block;
    height: 45px;
    overflow: hidden;
  }
  .sp_type_a_title.show {
    display: block;
  }
  .sp_type_a_title.show {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 20px 0 20px;
  }
  .sp_type_a_title.show h2 {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left;
  }
  /* アイコン出し分け */
  body.maff .sp_type_a_title.show h2 {
    background-image: url(../img/maff/search-norin-icon_search.png);
  }
  body.rinya .sp_type_a_title.show h2 {
    background-image: url(../img/rinya/search-rinya-icon_search.png);
  }
  body.jfa .sp_type_a_title.show h2 {
    background-image: url(../img/jfa/search-suisan-icon_search.png);
  }
  .sp_type_a_title.show a {
    font-size: 14px;
    color: #3686C3;
    text-decoration: underline;
  }
  .type_a_top {
    display: none;
  }
  .index_section_1 .index_title_wrap {
    display: block;
  }
  .index_section_1 .index_title_wrap h2 {
    margin-top: 30px;
  }
  .index_section_1 h2 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .index_section_1 .head_index_wrap {
    display: none;
  }
  .index_section_1 .sp_head_index_wrap {
    display: flex;
    justify-content: center;
    max-width: 479px;
    margin: 0 auto;
  }
  .index_section_1 .sp_head_index_wrap a {
    display: block;
    width: 33%;
    height: 80px;
    padding-top: 50px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: center 10px;
    border: 1px solid #707070;
    color: #000000;
    text-align: center;
    box-sizing: border-box;
  }
  .index_section_1 .sp_head_index_wrap a.maff {
    background-size: 48px 24px;
    background-position: center 15px;
  }
  .index_section_1 .sp_head_index_wrap a.rinya {
    background-size: 34px 29px;
    background-position: center 13px;
  }
  .index_section_1 .sp_head_index_wrap a.jfa {
    background-size: 52px 24px;
    background-position: center 14px;
  }
  /* アイコン・文字色切り替え */
  /* 農業編の時のスタイル */
  body.maff .index_section_1 .sp_head_index_wrap a.maff {
    background-color: #BA4A49;
    color: #FFF;
    background-image: url(../img/maff/maff-on.png);
  }
  body.maff .index_section_1 .sp_head_index_wrap a.rinya {
    background-image: url(../img/rinya/rinya-off.png);
  }
  body.maff .index_section_1 .sp_head_index_wrap a.jfa {
    background-image: url(../img/jfa/jfa-off.png);
  }
  /* 林業編の時のスタイル */
  body.rinya .index_section_1 .sp_head_index_wrap a.rinya {
    background-color: #7ED747;
    color: #FFF;
    background-image: url(../img/rinya/rinya-on.png);
  }
  body.rinya .index_section_1 .sp_head_index_wrap a.maff {
    background-image: url(../img/maff/maff-off.png);
  }
  body.rinya .index_section_1 .sp_head_index_wrap a.jfa {
    background-image: url(../img/jfa/jfa-off.png);
  }
  /* 水産業編の時のスタイル */
  body.jfa .index_section_1 .sp_head_index_wrap a.jfa {
    background-color: #3FC6F6;
    color: #FFF;
    background-image: url(../img/jfa/jfa-on.png);
  }
  body.jfa .index_section_1 .sp_head_index_wrap a.maff {
    background-image: url(../img/maff/maff-off.png);
  }
  body.jfa .index_section_1 .sp_head_index_wrap a.rinya {
    background-image: url(../img/rinya/rinya-off.png);
  }

  .index_section_1 .index_outer {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .index_section_1 .index_outer::-webkit-scrollbar {
    display:none;
  }
  .index_section_1 .sub_index_wrap {
    display: inline-flex;
    width: auto;
    min-width: 100%;
    background-color: inherit !important;
    border-bottom: 1px solid #A9A9A9;
  }
  .index_section_1 .sub_index_wrap p {
    color: #A9A9A9;
    border-bottom: none;
    font-weight: normal;
  }
  .index_section_1 .sub_index_wrap p:hover {
    box-shadow: none;
  }
  .index_section_1 .sub_index_wrap p.active {
    font-weight: bold;
    color: #000;
    box-shadow: none;
  }
  /* カラー切替 */
  body.maff .index_section_1 .sub_index_wrap p.active {
    border-bottom: 3px solid #BA484A;
  }
  body.rinya .index_section_1 .sub_index_wrap p.active {
    border-bottom: 3px solid #2b7203;
  }
  body.jfa .index_section_1 .sub_index_wrap p.active {
    border-bottom: 3px solid #18409d;
  }
  .index_section_1 .sub_index_wrap p.tab_top {
    width: 114px;
    height: 52px;
    padding: 15px 10px;
    margin-bottom: 0;
  }
  .index_section_1 .sub_index_wrap p.tab_top:hover {
    box-shadow: none;
  }
  .index_section_1 .sub_index_wrap p.tab_top:after,
  .index_section_1 .sub_index_wrap p.tab_top.active:after {
    display: none;
  }

  .index_section_1 .index_description_wrap {
    display: none;
  }
  .tab_show_area {
    padding: 0;
  }
  .tab_box_top {
    padding: 40px 20px !important;
  }
  .index_section_1 .tab_box_style {
    padding: 0;
  }

  .tab_box_top .info_area {
    font-size: 13px;
    min-height: auto;
  }
  // RSS対応 20260311
  // .tab_box_top .bottom_info_wrap {
  //   display: block;
  // }
  .tab_box_top .bottom_info_wrap {
    display: flex;
    flex-direction: column;
  }
  .tab_box_top .bottom_info_wrap .link_wrap {
    margin-bottom: 30px;
  }
  .tab_box_top .bottom_info_wrap .banner_wrap {
    display: flex;
    max-width: 500px;
  }
  .tab_box_top .bottom_info_wrap .banner_wrap a {
    display: block;
    width: 48%;
    height: auto;
  }
  .tab_box_top .bottom_info_wrap .banner_wrap a img {
    width: 100%;
    height: auto;
  }
  .tab_box_top .bottom_info_wrap .banner_wrap a:last-child {
    margin-left: 4%;
  }

  /* type_a */
  .type_a_top .button_style_wrap {
    width: auto;
    height: auto;
    text-decoration: underline;
    color: #3686C3;
    font-size: 14px;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
  }
  .type_a .type_a_main input[type=checkbox] {
    width: 13px;
    height: 13px;
    vertical-align: baseline;
  }
  .type_a .area_wrap.style_3n {
    margin-left: 0;
    width: 100%;
    border-spacing: 0;
  }
  .type_a .area_wrap.style_3n .area_wrap_item label {
    font-size: 13px;
    border-bottom: 1px solid #A9A9A9;
    border-right: none;
  }
  .type_a .area_wrap.style_3n .area_wrap_item label.indent {
    margin-left: 0;
    padding-left: 70px;
  }
  .type_a_top .button_style_wrap:hover {
    box-shadow: none;
    text-decoration: none;
  }
  .type_a_top .button_style_wrap img {
    display: none;
  }
  .type_a h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .type_a .area_wrap {
    margin-left: 0;
    margin-bottom: 0;
    border-spacing: 0;
  }
  .type_a .area_wrap .area_wrap_item {
    display: block;
    padding: 0;
    box-sizing: border-box;
    background-color: #fff;
  }
  .type_a .area_wrap.style_3n .area_wrap_item label:first-child {
    background-color: #F7F7F7;
  }
  .type_a .area_wrap .area_wrap_item.select_wrap {
    /* selectを含む場合のスタイル */
    padding: 20px;
  }
  .type_a .area_wrap .area_wrap_item .area_wrap_inner {
    padding: 0;
  }
  .type_a .area_wrap .area_wrap_item label {
    width: 50%;
    padding: 20px;
    margin: 0;
    font-size: 13px;
    border-bottom: 1px solid #A9A9A9;
    box-sizing: border-box;
  }
  .type_a .area_wrap .area_wrap_item label:nth-child(odd) {
    border-right: 1px solid #A9A9A9;
  }
  .type_a .area_wrap.style_3n .area_wrap_item label:nth-child(odd) {
    border-right: none;
  }
  .type_a .area_wrap .area_wrap_item label:nth-last-child(2),
  .type_a .area_wrap .area_wrap_item label:last-child {
    border-bottom: 0;
  }
  .type_a .area_wrap.style_3n .area_wrap_item label:nth-last-child(2),
  .type_a .area_wrap.style_3n .area_wrap_item label:last-child {
    border-bottom: 1px solid #A9A9A9;
  }
  .type_a .fixed_footer .fixed_inner {
    width: 100%;
  }
  .type_a .fixed_footer .fixed_inner .deselection {
    display: none;
  }
  .type_a .area_wrap .area_wrap_item select {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
    border-radius: 5px;
  }

  .type_a .fixed_footer .fixed_inner {
    width: 100%;
    padding: 0 20px 0 35px;
  }
  .type_a .fixed_footer .fixed_inner .result_count_number {
    font-size: 14px;
  }
  .type_a .fixed_footer .fixed_inner .result_count_number span {
    font-size: 21px;
    margin-right: 2px;
    font-weight: bold;
  }
  .type_a .fixed_footer .fixed_inner .search_exe {
    width: 185px;
    height: 50px;
    padding: 0;
    font-size: 16px;
  }
  .type_a .fixed_footer .fixed_inner .deselection {
    display: none;
  }

  /* type b */
  .type_b .main_area {
    display: block;
    margin: 0;
    white-space: inherit;
  }
  .type_b .main_area .item {
    width: 100%;
    margin: 0 !important;
  }

  /* type c */
  .type_c .table_style {
    display: block;
  }
  .type_c .table_style > div {
    width: 100%;
    margin-bottom: 0;
  }
  .type_c .table_style > div ul.normal_ul {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .type_c .table_style > div ul.normal_ul li:last-child {
    margin-bottom: 0;
  }
  .type_c .table_style ul.box_ul > li {
    display: block;
  }
  .type_c .table_style ul.box_ul > li h4 {
    margin-bottom: 20px;
  }
  .type_c .table_style ul.box_ul > li ul {
    display: inline-block;
    width: 40%;
    vertical-align: top;
  }
}
@media (max-width:480px) {
  .type_b .main_area .item table th {
    width: 35%;
  }
}
@media (max-width:365px) { /* スマホ */
  .type_a .fixed_footer .fixed_inner .search_exe {
    width: 40%;
    padding-left: 20px;
  }
}

/* ====================
/ index style
==================== */

/* ====================
search_result style /
==================== */
.search_result_section_1 {
  margin-bottom: 20px;
}
.search_result_section_1 .sp_head_index_wrap {
  display: none;
}
.search_result_section_1 .title_wrap {
  display: flex;
  align-items: flex-end;
}
/* アイコン出し分け */
body.maff .search_result_section_1 .title_wrap img.s_rinya,
body.maff .search_result_section_1 .title_wrap img.s_jfa {
  display: none;
}
body.rinya .search_result_section_1 .title_wrap img.s_maff,
body.rinya .search_result_section_1 .title_wrap img.s_jfa {
  display: none;
}
body.jfa .search_result_section_1 .title_wrap img.s_maff,
body.jfa .search_result_section_1 .title_wrap img.s_rinya {
  display: none;
}
.search_result_section_1 h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding: 30px 30px 0 20px;
  line-height: 1.4;
}
.search_result_section_1 h3 {
  width: 100%;
  height: 50px;
  padding: 15px 15px 15px 60px;
  box-sizing: border-box;
  color: #FFF;
  font-size: 14px;
  line-height: 1.5;
  background-image: url(../img/search_icon_open.svg);
  background-repeat: no-repeat;
  background-position: 30px center;
}
/* カラー切替 */
body.maff .search_result_section_1 h3 {
  background-color: #BB4B4A;
}
body.rinya .search_result_section_1 h3 {
  background-color: #7ED747;
}
body.jfa .search_result_section_1 h3 {
  background-color: #3FC6F6;
}

.search_result_section_1 h3.active {
  background-image: url(../img/search_icon_close.svg);
}
.search_result_section_1 .condition_wrap {
  display: none;
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid #a9a9a9;
  border-top: 0;
  font-size: 14px;
  /*height: 54px;*/
  line-height: 54px;
}

.search_result_section_2 {
  margin-bottom: 170px;
}
.search_result_section_2 .page_heading .result_count {
  font-size: 32px;
  margin-left: 20px;
}

.search_result_section_2 .main_area_wrap {
  display: flex;
  padding: 20px;
}
.search_result_section_2 .main_area_wrap table {
  width: calc(100% - 310px);
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.search_result_section_2 table tr {
  border-bottom: 1px solid #A9A9A9;
  background: #f6f6f6;
}
.search_result_section_2 table tr.head_tr {
  background-color: #BFBFBF;
  border-bottom: none;
}
.search_result_section_2 table tr.head_tr th {
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
}
.search_result_section_2 table th {
  vertical-align: middle;
  text-align: left;
}
.search_result_section_2 table tr.head_tr .nendo , .search_result_section_2 table tr.head_tr .hikaku {
  width: 70px;
}
.search_result_section_2 .main_area_wrap table .sp_hikaku {
  display: none;
}
.search_result_section_2 table tr td:first-child {
  display: none;
}
.search_result_section_2 table tr td:nth-child(2) {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.search_result_section_2 table tr td:last-child {
  vertical-align: middle;
  text-align: center;
}
.search_result_section_2 table td a {
  display: inline-block;
  color: #3686C3;
  text-decoration: underline;
  font-size: 12px;
  margin-bottom: 5px;
}
.search_result_section_2 table td a:hover {
  text-decoration: none;
}
.search_result_section_2 table td input {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.search_result_section_2 .main_area_wrap table.excellent_case tr td:first-child {
  display: block;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.search_result_section_2 .main_area_wrap table.excellent_case tr td:last-child {
  width: 115px;
  padding: 0;
  text-align: center;
}
.search_result_section_2 .main_area_wrap table.excellent_case .torikumi_area {
  text-align: center;
  padding: 0;
}
.search_result_section_2 .compare_list_wrap {
  position: relative;
  width: 300px;
  border: 1px solid #A9A9A9;
  box-sizing: border-box;
}
.search_result_section_2 .compare_list_wrap h3 {
  height: 38px;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  box-sizing: border-box;
}
body.maff .search_result_section_2 .compare_list_wrap h3 {
  background-color: #BB4B4A;
}
body.rinya .search_result_section_2 .compare_list_wrap h3 {
  background-color: #7ED747;
}
body.jfa .search_result_section_2 .compare_list_wrap h3 {
  background-color: #3FC6F6;
}
.search_result_section_2 .compare_list_wrap .compare_item_list p {
  padding: 10px;
  margin: 3px;
  border-bottom: 1px solid #A9A9A9;
  font-size: 14px;
  line-height: 20px;
}
.search_result_section_2 .compare_list_wrap .deselection {
  position: absolute;
  right: 30%;
  bottom: -65px;
  display: block;
  padding: 7px 15px 7px 15px;
  background: #EBEBEB;
  box-shadow: 2px 2px 3px rgb(10 10 10 / 20%);
  border: 1px solid #7f7f7f;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}

.search_result_section_3 {
  /* sp用画面モーダルパーツ PCでは非表示 */
  display: none;
}

  /* 下部固定フッター */
.section_footer_outer {
  position: relative;
  height: 90px;
}
.search_result_section_4.show {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.search_result_section_4.off {
  position: absolute;
  left: -10px;
  bottom: auto;
  width: calc(100% + 20px);
}
.search_result_section_4 .section_footer {
  display: block;
  width: 100%;
  height: 90px;
}


/* カラー切替 */
body.maff .search_result_section_4 .section_footer {
  background-color: #E9CAC8;
}
body.rinya .search_result_section_4 .section_footer {
  background-color: #D8F3C8;
}
body.jfa .search_result_section_4 .section_footer {
  background-color: #C7EEFD;
}
.search_result_section_4 .section_footer .section_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 10px 45px;
  box-sizing: border-box;
}
.search_result_section_4 p {
  font-size: 14px;
  line-height: 1.2;
  padding-left: 20px;
}
.search_result_section_4 p span {
  font-size: 21px;
  font-weight: bold;
  margin-right: 10px;
}
.search_result_section_4 p .sp_show {
  display: none;
}
.search_result_section_4 button {
  position: relative;
  display: block;
  width: 235px;
  height: auto;
  font-size: 22px;
  padding: 20px 0;
  background: linear-gradient(to bottom, #fff 18%, #EBEBEB 88%);
  background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#EBEBEB));
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 2px 2px 3px rgba(10,10,10,0.2);
}
.search_result_section_4 button:hover {
  box-shadow: 4px 4px 6px rgba(44, 42, 42, 0.3);
}
.search_result_section_4 button img {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 34px;
}


@media (max-width:959px) {
  .search_result_section_1 {
    margin-bottom: 30px;
  }
  .search_result_section_1 h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .search_result_section_1 .title_wrap img {
    display: none;
  }
  .search_result_section_1 .sp_head_index_wrap {
    display: flex;
    justify-content: center;
    max-width: 479px;
    margin: 0 auto 15px;
  }
  .search_result_section_1 .sp_head_index_wrap a {
    display: block;
    width: 33%;
    height: 80px;
    padding-top: 50px;
    background-repeat: no-repeat;
    background-position: center 10px;
    border: 1px solid #707070;
    color: #000000;
    text-align: center;
    box-sizing: border-box;
  }
  .search_result_section_1 .sp_head_index_wrap a.maff {
    background-size: 48px 24px;
    background-position: center 15px;
  }
  .search_result_section_1 .sp_head_index_wrap a.rinya {
    background-size: 34px 29px;
    background-position: center 13px;
  }
  .search_result_section_1 .sp_head_index_wrap a.jfa {
    background-size: 52px 24px;
    background-position: center 14px;
  }
  /* アイコン・文字色切り替え */
  /* 農業編の時のスタイル */
  body.maff .search_result_section_1 .sp_head_index_wrap a.maff {
    background-color: #BA4A49;
    color: #FFF;
    background-image: url(../img/maff/maff-on.png);
  }
  body.maff .search_result_section_1 .sp_head_index_wrap a.rinya {
    background-image: url(../img/rinya/rinya-off.png);
  }
  body.maff .search_result_section_1 .sp_head_index_wrap a.jfa {
    background-image: url(../img/jfa/jfa-off.png);
  }
  /* 林業編の時のスタイル */
  body.rinya .search_result_section_1 .sp_head_index_wrap a.rinya {
    background-color: #7ED747;
    color: #FFF;
    background-image: url(../img/rinya/rinya-on.png);
  }
  body.rinya .search_result_section_1 .sp_head_index_wrap a.maff {
    background-image: url(../img/maff/maff-off.png);
  }
  body.rinya .search_result_section_1 .sp_head_index_wrap a.jfa {
    background-image: url(../img/jfa/jfa-off.png);
  }
  /* 水産業編の時のスタイル */
  body.jfa .search_result_section_1 .sp_head_index_wrap a.jfa {
    background-color: #3FC6F6;
    color: #FFF;
    background-image: url(../img/jfa/jfa-on.png);
  }
  body.jfa .search_result_section_1 .sp_head_index_wrap a.maff {
    background-image: url(../img/maff/maff-off.png);
  }
  body.jfa .search_result_section_1 .sp_head_index_wrap a.rinya {
    background-image: url(../img/rinya/rinya-off.png);
  }

  .search_result_section_1 .condition_wrap {
    line-height: 1.4;
    padding-top: 1rem;
  }

  .search_result_section_2 {
    margin-bottom: 20px;
  }
  .search_result_section_2 .page_heading {
    border-left: none;
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 0;
    border-left: none !important;
  }
  .search_result_section_2 .main_area_wrap {
    padding: 0;
    padding-top: 10px;
  }
  .search_result_section_2 .page_heading .result_count {
    font-size: 15px;
    font-weight: bold;
    margin-left: .8rem;
  }
  .search_result_section_2 .main_area_wrap table {
    width: 100%;
    margin: 0;
  }
  .search_result_section_2 .main_area_wrap table .sp_hikaku {
    display: block;
  }
  .search_result_section_2 .main_area_wrap table .hikaku {
    display: none;
  }
  .search_result_section_2 table tr td:first-child {
    display: table-cell;
    width: 70px;
    vertical-align: middle;
    text-align: center;
  }
  .search_result_section_2 table tr td:nth-child(2) {
    padding: 19px 0;
  }
  .search_result_section_2 table td input {
    width: 13px;
    height: 13px;
  }
  .search_result_section_2 table tr td:last-child {
    display: none;
  }
  .search_result_section_2 .compare_list_wrap {
    display: none;
  }
  .search_result_section_2 .compare_list_wrap .deselection {
    display: none;
  }

  /* 優良事例 */
  .search_result_section_2 .main_area_wrap table.excellent_case .torikumi_area {
    width: 115px;
  }
  .search_result_section_2 .main_area_wrap table.excellent_case tr td:first-child {
    display: block;
    width: auto;
    text-align: left;
  }
  .search_result_section_2 .main_area_wrap table.excellent_case tr td:last-child {
    display: table-cell;
  }

  .search_result_section_3 {
    display: block;
  }
  .search_result_section_3 .compare_icon_wrap.off {
    transition: opacity .2s, visibility .2s;
    opacity: 0;
    visibility: hidden;
  }
  /* モーダル開閉ボタン */
  .search_result_section_3 .compare_icon_wrap {
    position: fixed;
    bottom: 120px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 73px;
    height: 40px;
    padding: 0 10px 0 12px;
    border-radius: 20px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
    cursor: pointer;
    box-sizing: border-box;
    transition: opacity .2s, visibility .2s;
    opacity: 1;
    visibility: visible;
  }
  /* アニメーション定義 */
  @keyframes fadeIn { /*animation-nameで設定した値を書く*/
    0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
    100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
  }
  @keyframes fadeOut { /*animation-nameで設定した値を書く*/
    0% {opacity: 1} /*アニメーション開始時は不透明度0%*/
    100% {opacity: 0} /*アニメーション終了時は不透明度100%*/
  }

  body.maff .search_result_section_3 .compare_icon_wrap {
    background-color: #BA494A;
  }
  body.rinya .search_result_section_3 .compare_icon_wrap {
    background-color: #7ED747;
  }
  body.jfa .search_result_section_3 .compare_icon_wrap {
    background-color: #3FC6F6;
  }
  .search_result_section_3 .compare_icon_wrap span {
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  /* モーダル本体 */
  .search_result_section_3 .modal_wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    height: -webkit-fill-available;
    background-color:rgba(0,0,0,0.4);
  }
  .search_result_section_3 .modal_wrap .modal_inner {
    display: block;
    width: 90%;
    height: 70vh;
    margin: 27px auto 0;
    background-color: #FFF;
  }
  _::-webkit-full-page-media, _:future, :root   .search_result_section_3 .modal_wrap .modal_inner {
    height: 60vh;
  }
  .search_result_section_3 .modal_wrap .modal_inner .modal_header {
    position: relative;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    color: #FFF;
    text-align: center;
  }
  /* 背景色切り替え */
  body.maff .search_result_section_3 .modal_wrap .modal_inner .modal_header {
    background-color: #BA494A;
  }
  body.rinya .search_result_section_3 .modal_wrap .modal_inner .modal_header {
    background-color: #7ED747;
  }
  body.jfa .search_result_section_3 .modal_wrap .modal_inner .modal_header {
    background-color: #3FC6F6;
  }
  .search_result_section_3 .modal_wrap .modal_inner .modal_header .modal_close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    line-height: 55px;
    font-size: 23px;
    font-weight: bold;
  }
  .search_result_section_3 .modal_wrap .modal_inner .modal_body {
    width: 100%;
    height: calc(100% - 55px);
    overflow: scroll;
  }
  .search_result_section_3 .modal_wrap .modal_inner .modal_body ul {
    width: 100%;
  }
  .search_result_section_3 .modal_wrap .modal_inner .modal_body li {
    padding: 20px;
    border-bottom: 1px solid #888888;
    line-height: 1.4;
    font-size: 13px;
  }

  .search_result_section_4.off {
    position: static;
    width: 100%;
  }
  .search_result_section_4 .section_footer .section_inner {
    padding: 10px;
  }
  
  .search_result_section_4 p {
    font-size: 13px;
    line-height: 1.2;
    padding-left: 20px;
  }
  .search_result_section_4 p .sp_show {
    display: inline;
  }
  .search_result_section_4 p span {
    font-size: 21px;
    font-weight: bold;
    margin-right: 4px;
  }
  .search_result_section_4 button:first-child {
    display: none;
  }
  .search_result_section_4 button {
    position: relative;
    display: block;
    width: 185px;
    height: 50px;
    background: no-repeat, -webkit-gradient(linear, center top, center bottom, from(#fff), to(#EBEBEB));
    padding: 0;
    font-size: 18px;
  }
  .search_result_section_4 button img {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
  }


}
@media (max-width:480px) { /* スマホ */
  .search_result_section_3 p {
    padding-left: 0;
  }
  .search_result_section_3 button {
    width: 50%;
  }
}

/* ====================
/ search_result style
==================== */

/* ====================
compare style /
==================== */
.compare_section_1 .page_title_wrap {
  display: flex;
  justify-content: left;
}
.compare_section_1 h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding: 30px 30px 0 20px;
  line-height: 1.4;
}
/* アイコン切り替え */
body.maff .compare_section_1 .page_title_wrap img.s_rinya,
body.maff .compare_section_1 .page_title_wrap img.s_jfa {
  display: none;
}
body.rinya .compare_section_1 .page_title_wrap img.s_maff,
body.rinya .compare_section_1 .page_title_wrap img.s_jfa {
  display: none;
}
body.jfa .compare_section_1 .page_title_wrap img.s_maff,
body.jfa .compare_section_1 .page_title_wrap img.s_rinya {
  display: none;
}
body.maff .compare_section_1 .comparison_box_line {
  border-top: 70px solid #ba4a4a;
}
body.rinya .compare_section_1 .comparison_box_line {
  border-top: 70px solid #7ED747;
}
body.jfa .compare_section_1 .comparison_box_line {
  border-top: 70px solid #3FC6F6;
}
.compare_section_1 .compare_table_wrap {
  position: relative;
  display: flex;
}
.compare_section_1 .compare_table_wrap .head_table {
  width: 150px;
}
.compare_section_1 .compare_table_wrap .head_table .sp_head_space {
  display: none;
}
.compare_section_1 .compare_table_wrap .head_table th {
  font-size: 22px;
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
}

.compare_section_1 .right_table {
  width: calc(100% - 150px);
  overflow: hidden;
  margin-top: -53px;
}
.compare_section_1 .right_table .scroll_x {
  width: auto;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.compare_section_1 .right_table .scroll_x::-webkit-scrollbar {
  display: none;
}
.compare_section_1 .right_table ul {
  display: flex;
  width: auto;
}
.compare_section_1 .right_table li {
  padding: 0 8px;
  margin-bottom: 10px;
}
.compare_section_1 .right_table table {
  width: 250px;
  border-collapse: collapse;
  border: 1px solid #888;
  box-shadow: 5px 3px 5px rgba(0,0,0,0.2);
  display: block;
  line-height: 1.4;
}
.compare_section_1 .right_table table thead tr th {
  background-color: #8d8a85;
  padding: 5px 5px 10px 5px;
  height: 35px;
  font-size: 27px;
  text-align: right;
}
.compare_section_1 .right_table table thead tr th:hover {
  cursor: w-resize;
  background: #504E4F;
}
.compare_section_1 .right_table table thead tr th a {
  cursor: pointer;
  color: #FFF;
}
.compare_section_1 .right_table table td {
  padding: 10px;
  border-bottom: 1px solid #a0a0a0;
  font-size: 14px;
  min-height: 40px;
}
.compare_section_1 .right_table table tr:last-child td {
  border-bottom: none;
}
.compare_section_1 .right_table table td a {
  color: #3686C3;
  text-decoration: underline;
}
.compare_section_1 .right_table table td a:hover {
  text-decoration: none;
}

@media (max-width:959px) {
  .compare_section_1 h2 {
    font-size: 18px;
    margin: 30px auto 30px 20px;
    padding: 0;
  }
  .compare_section_1 .title_h2_image,
  .comparison_box_line {
    display: none;
  }

  .compare_section_1 .compare_table_wrap {
    padding: 0 20px;
    margin-bottom: 45px;
  }
  .compare_section_1 .compare_table_wrap .head_table {
    width: 41px;
    border-left: 1px solid #888;
  }
  .compare_section_1 .compare_table_wrap .head_table .sp_head_space {
    display: block;
    height: 32px;
    background-color: #8d8a85;
  }
  .compare_section_1 .compare_table_wrap .head_table th {
    font-size: 12px;
    line-height: 1.4;
    border-right: 1px solid #888;
  }
  .compare_section_1 .right_table table thead tr th {
    height: 32px;
    font-size: 20px;
    padding: 0;
    padding-right: 5px;
  }
  .compare_section_1 .right_table table thead tr th a {
    display: block;
    font-size: 30px;
    line-height: 1;
    width: 30px;
    margin-right: 0;
    margin-left: auto;
  }
  .compare_section_1 .right_table table td {
    font-size: 13px;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
  }
  .compare_section_1 .right_table table:first-child td {
    border-left: none;
  }
  .compare_section_1 .right_table {
    width: calc(100% - 41px);
    margin-top: 0;
  }
  .compare_section_1 .right_table li {
    padding: 0;
    margin-bottom: 0;
  }
  .compare_section_1 .right_table table {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #888;
  }
  .compare_section_1 .right_table li:last-child table {
    border-right: 1px solid #888;
  }
}

/* ====================
/ compare style
==================== */

.content2ndrow_utility ul{
    display: flex;
}
.content2ndrow_utility li {
	float: left;
	padding-right:5px;
	padding-top:5px
}
.content2ndrow_utility a {
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
}
.content2ndrow_utility-rss a {
	background-image: url(/appmaff/input/img/icon_rss.png);
	background-position: 1em 45%;
	padding: 10px 15px 10px 57px;
	color: #000;
	border: 2px solid #313131;
	width: 150px;
}
@media (max-width:959px) {
	.content2ndrow_utility-rss a {
		background-image: url(/appmaff/input/img/icon_rss@2x.png);
		background-size: 23px 23px;
	}
}
