@charset "UTF-8";
@media only screen and (max-width: 1064px) {
  .faq .icon_nav:before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
  }
  .faq .icon_nav li {
    width: 32%;
  }
  .access section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-direction: column-reverse;
  }
  .access section .gmap {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }
  .access section .left {
    width: 100%;
    position: relative;
  }
  .access section .left .inner {
    width: 100%;
    line-height: 1.7;
  }
  .access section .left .inner .sub_ttl {
    color: #0058CA;
    font-size: 114%;
  }
  .access section .left .inner p {
    margin-bottom: 15px;
  }
  .access section .right {
    width: 100%;
  }
  /*/追記変更//*/	
  .access_box {
    width: 100%;
    margin-bottom: 40px;
  }
  .blog {
    width: 100%;
    flex-direction: column-reverse;
  }
  .blog .l {
    width: 100%;
  }
  .blog .l ul {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blog .l ul li {
    width: 48%;
    padding-left: 18px;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    font-size: 110%;
    transition-duration: 0.5s;
  }
  .blog .l ul li:hover {
    opacity: 0.6;
  }
  .blog .l ul li a {
    color: #000;
    display: block;
  }
  .blog .l ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: -2px;
    color: #0058CA;
    font-size: 110%;
  }
  .blog .l ul li:last-child {
    margin-bottom: 0px;
  }
  .blog .r {
    width: 100%;
  }
  .product {
    width: 100%;
  }
  .product .sub_nav nav ul li {
    width: 48%;
  }
  .product .product_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .product .product_list .l {
    width: 100%;
  }
  .product .product_list .l ul {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product .product_list .l ul li {
    width: 48%;
    padding-left: 18px;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    font-size: 110%;
    transition-duration: 0.5s;
  }
  .product .product_list .l ul li:hover {
    opacity: 0.6;
  }
  .product .product_list .l ul li a {
    color: #000;
    display: block;
  }
  .product .product_list .l ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: -2px;
    color: #0058CA;
    font-size: 110%;
  }
  .product .product_list .l ul li:last-child {
    margin-bottom: 0px;
  }
  .product .product_list .r {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product .product_list .r .box {
    width: 48%;
    transition-duration: 0.5s;
    margin-bottom: 30px;
  }
  .product .product_list .r .box ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
  }
  .product .product_list .r .box ul li {
    width: 22%;
    margin-bottom: 15px;
    margin-right: 4%;
  }
  .product .product_list .r .box ul li:nth-of-type(4) {
    margin-right: 0px;
  }
  .product .product_list .r .box ul li img {
    width: auto;
  }
  .product .product_list .r .box ul li p {
    text-align: center;
    padding-top: 10px;
  }
  .product .product_list .r .box a {
    display: block;
  }
  .product .product_list .r .box:hover {
    transform: scale(1.02);
    transition-duration: 0.3s;
  }
  .product .product_list .r .box:hover .pic img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .product .product_list .r .box .ttl_box {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
  }
  .product .product_list .r .box .ttl_box .pic {
    margin-right: 20px;
  }
  .product .product_list .r .box img {
    transition-duration: 0.3s;
  }
  .top__search {
    background: #0058CA;
    position: relative;
    padding: 50px 0px;
  }
  .top__search .sub_ttl {
    font-size: 174%;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    line-height: 1.5;
    color: #FFF;
  }
  .top__search .sub_ttl span {
    font-size: 50%;
    display: inline-block;
    font-weight: normal;
  }
  .top__search .cat_ttl {
    font-size: 144%;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    line-height: 1.5;
    color: #FFF;
  }
  .top__search .use, .top__search .cat {
    margin-bottom: 40px;
  }
  .top__search .use .active, .top__search .cat .active {
    webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  .top__search .use:before, .top__search .cat:before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
  }
  .top__search .use li, .top__search .cat li {
    width: 32%;
  }
  .ttl {
    margin-bottom: 30px;
  }
  .common_contact {
    width: 100%;
    padding: 30px 20px;
  }
  .common_contact .box {
    display: flex;
    flex-wrap: wrap;
  }
  .common_contact .box .left {
    width: 100%;
    margin-bottom: 25px;
  }
  .common_contact .box .left .outer {
    background: #FFF;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
  }
  .common_contact .box .right {
    width: 100%;
    padding: 30px;
  }
  .second__fixed {
    position: static !important;
    z-index: 1000;
    width: 100%;
  }
  .second__header {
    background: #FFF;
  }
  .second__header .tagline {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    left: 0px;
    top: 0px;
    transition: .5s all;
    z-index: 3;
    padding-bottom: 10px;
  }
  .second__header .tagline .logo {
    padding-top: 10px;
    padding-left: 10px;
  }
  .fixed {
    position: static !important;
    z-index: 1000;
    width: 100%;
    left: 0px;
    background: rgba(0, 0, 0, 0);
    top: 0px;
    padding: 0px;
  }
  .top__news .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #707070;
  }
  .top__news .box .news {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .top__news .box .news .cat {
    margin-right: 30px;
  }
  .top__news .box .news .cat a {
    color: #0058CA;
    font-weight: bold;
  }
  .top__news .box .news .date span {
    display: inline-block;
    margin-right: 30px;
    font-weight: bold;
  }
  .top__news .box .link {
    width: 100%;
    padding-top: 20px;
  }
  .top__news .box .link .btn {
    background: #D9D9D9;
    margin: 0px auto;
    display: block;
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    transition: .5s all;
    max-width: 400px;
  }
  .top__news .box .link .btn:hover {
    opacity: 0.7;
  }
  .top__news .box .link .btn:hover:after {
    right: 5px;
    transition: .5s all;
  }
  .top__news .box .link .btn:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    color: #0058CA;
    right: 10px;
    font-size: 144%;
    top: 5px;
    transition: .5s all;
  }

  .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content .main {
    width: 100%;
  }
  .common_contact .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
  }
  .common_contact .box .l {
    width: 100%;
  }
  .common_contact .box .l dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .common_contact .box .l dl dt {
    width: 42%;
    margin-bottom: 8px;
  }
  .common_contact .box .l dl dd {
    width: 58%;
    color: #0058CA;
    margin-bottom: 8px;
  }
  .common_contact .box .r {
    width: 100%;
    padding-top: 30px;
  }
  .common_contact .box .r .btn {
    background: #0058CA;
    margin: 0px auto;
    color: #FFF;
    display: block;
    padding: 20px 0px;
    max-width: 420px;
    width: 90%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    transition: .5s all;
  }
  .common_contact .box .r .btn:hover {
    opacity: 0.7;
  }
  .common_contact .box .r .btn:hover:after {
    right: 5px;
    transition: .5s all;
  }
  .common_contact .box .r .btn:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    color: #FFF;
    right: 10px;
    font-size: 144%;
    top: 15px;
  }
  footer {
    width: 100%;
    position: relative;
    background: #D9D9D9;
    padding-top: 40px;
    margin-top: 40px;
  }
  footer .info {
    padding: 50px 0px;
  }
  footer .info ul {
    display: flex;
    justify-content: center;
  }
  footer .info ul li {
    margin-right: 25px;
  }
  footer .info ul li:last-child {
    margin-right: 0px;
  }
  footer .info ul li:nth-of-type(2) {
    padding-top: 15px;
  }
  footer .info ul li:nth-of-type(3) {
    padding-top: 13px;
  }
  footer .info ul li:first-child a {
    background: #0058CA;
    margin: 0px auto;
    color: #FFF;
    display: block;
    padding: 15px 0px;
    width: 220px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    transition: .5s all;
  }
  footer .info ul li:first-child a:hover {
    opacity: 0.7;
  }
  footer .info ul li:first-child a:hover:after {
    right: 5px;
    transition: .5s all;
  }
  footer .outer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .outer .logo {
    width: 100%;
    text-align: center;
  }
  footer .outer .logo .name {
    padding: 10px 0px;
    font-size: 104%;
    font-weight: bold;
  }
  footer .outer .logo p {
    line-height: 1.6;
  }
  footer .outer .link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  footer .outer .link .box {
    width: 24%;
  }
  footer .outer .link .sub_ttl {
    font-size: 100%;
    font-weight: bold;
  }
  footer .outer .link ul li {
    padding-left: 18px;
    margin-bottom: 2px;
    position: relative;
    text-align: left;
    font-size: 90%;
    line-height: 1.6;
  }
  footer .outer .link ul li:before {
    content: "-";
    position: absolute;
    left: 0px;
    top: 0px;
  }
  footer .outer .link ul li:last-child {
    margin-bottom: 0px;
  }
  .mincho {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho" serif;
  }
  .sp_none {
    display: none !important;
  }
  .pc_none {
    display: block;
  }
  .sp_mt20 {
    margin-top: 20px;
  }
  .fixed {
    padding-top: 0px;
    position: static;
  }
  .local_nav {
    display: none;
  }
  .map__block_sp {
    display: none;
  }
  .map {
    width: 100%;
    height: 350px;
    margin-bottom: 40px;
  }
  .scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    /*追記*/
    right: 0;
    /*追記*/
  }
  #nav-drawer {
    position: relative;
    background: #0059B2;
    text-align: center;
  }
  .main_ttl {
    position: relative;
    top: -100px;
    background: #FFF;
    padding: 50px 0px;
  }
  .nav-unshown {
    display: none;
  }
  .half__column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .half__column .box {
    width: 100%;
    margin-bottom: 25px;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .top__header .tagline .logo {
    padding: 10px;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    position: fixed;
    padding: 10px;
    right: 0px;
    top: 0px;
    z-index: 1001;
    background: #0058CA;
  }
  #nav-open span {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 30px;
    /*長さ*/
    background: #FFF;
    display: block;
    content: '';
    cursor: pointer;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #nav-open span:nth-of-type(1) {
    top: 13px;
  }
  #nav-open span:nth-of-type(2) {
    top: 23px;
  }
  #nav-open span:nth-of-type(3) {
    top: 33px;
  }
  #nav-open.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  #nav-open.active span:nth-of-type(2) {
    opacity: 0;
  }
  #nav-open.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(43, 105, 213, 0.9);
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    /*左に隠しておく*/
    -webkit-overflow-scrolling: touch;
  }
  #nav-content .box {
    display: flex;
    width: 100%;
  }
  #nav-content .box ul {
    width: 100%;
  }
  #nav-content .box .active {
    background: rgba(0, 178, 133, 0.7);
  }
  #nav-content .box a {
    color: #fff;
  }
  #nav-content .box a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    color: #FFF;
    font-size: 124%;
    top: 20px;
    right: 10px;
  }
  #nav-content .box ul {
    width: 100%;
  }
  #nav-content .box ul .icon {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 26px;
    right: 10px;
  }
  #nav-content .box ul .icon span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #FFF;
  }
  #nav-content .box ul .icon span:nth-of-type(2) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #nav-content .box ul .parent:after {
    display: none;
  }
  #nav-content .box ul .is-active span:nth-of-type(1) {
    display: none;
  }
  #nav-content .box ul .is-active span:nth-of-type(2) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  #nav-content .box ul li {
    width: 100%;
    text-align: left;
  }
  #nav-content .box ul li a {
    display: block;
    color: #fff;
    transition: .5s all;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid #FFF;
    width: 100%;
  }
  #nav-content .box ul li a:after {
    top: 15px;
  }
  #nav-content .box ul li ul {
    display: none;
  }
  #nav-content .box ul li ul li a {
    padding: 15px 15px 15px 40px;
  }
  #nav-content .box ul li ul li ul li a {
    padding: 15px 15px 15px 60px;
  }
  
  #nav-content .box .gas-plant_list li:not(:first-child) a,#nav-content .box .gas-plant_list .inner a {
    padding-left: 60px;
  }
  #nav-content .box .gas-plant_list li:not(:first-child) ul li a {
    padding-left: 80px;
  }
  
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  header .tagline {
    height: auto;
  }
  header .tagline .logo {
    padding: 5px;
  }
  .news_box {
    width: 100%;
    box-sizing: border-box;
  }
  .news_box dl {
    flex-direction: column;
    padding: 0px;
    margin-bottom: 0px;
  }
  .news_box dl dt {
    width: 100%;
    font-size: 120%;
    font-weight: 500;
    margin-bottom: 5px;
    background: #F7F7F7;
    padding: 15px 10px;
    border-bottom: none;
  }
  .news_box dl dt span {
    width: 180px;
  }
  .news_box dl dd {
    width: 100%;
    font-size: 90%;
    border-top: none;
    padding: 10px 10px;
  }
  .news_box dl dd:nth-child(2) {
    border-top: none;
  }
  /*/////////// 会社概要 ////////////*/
  .history_tbl dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .history_tbl dl dt {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-right: 1px solid #CCC;
    font-size: 84%;
    text-align: left;
  }
  .history_tbl dl dt span {
    font-size: 184%;
  }
  .history_tbl dl dd {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .history_tbl table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    box-sizing: border-box;
  }
  .history_tbl table tr {
    width: 100%;
    border: 1px solid #CCC;
  }
  .history_tbl table th,
  .history_tbl table td {
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    border: none;
    font-size: 100%;
    display: block;
  }
  .history_tbl table thead {
    display: none;
  }
  .history_tbl table tbody {
    text-align: left;
  }
  .history_tbl table tbody th {
    background: #F5F5F5;
    color: #000;
    text-align: left;
    width: 100%;
  }
  .history_tbl table tbody td {
    background: white;
  }
  .company_tbl table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    box-sizing: border-box;
  }
  .company_tbl table tr {
    width: 100%;
    border: 1px solid #CCC;
  }
  .company_tbl table th, .company_tbl table td {
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    border: none;
    font-size: 100%;
    display: block;
  }
  .company_tbl table thead {
    display: none;
  }
  .company_tbl table tbody {
    text-align: left;
  }
  .company_tbl table tbody th {
    background: #F5F5F5;
    color: #000;
    text-align: left;
    width: 100%;
  }
  .company_tbl table tbody td {
    background: white;
  }
  .company_tbl table tbody td dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .company_tbl table tbody td dl dt {
    width: 40%;
    display: flex;
    justify-content: space-between;
    padding-right: 35px;
    box-sizing: border-box;
    margin-bottom: 8px;
  }
  .company_tbl table tbody td dl dd {
    width: 60%;
    margin-bottom: 8px;
  }
  /*/////////// header ////////////*/
  .content_block {
    padding: 20px 0px;
  }
  /*/////////// nav ////////////*/
  .nav {
    padding-bottom: 0px;
  }
  .nav .logo {
    max-width: initial;
    width: 100%;
    text-align: center;
  }
  .slick-slider li {
    transition: .5s all;
  }
  .slick-slider li img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/
  }
  .slick-slider li:hover {
    opacity: 0.7;
  }
  .top__header {
    position: relative;
  }
  .top__header .slide_content {
    position: absolute;
    top: 20%;
    width: 100%;
    left: 0px;
    z-index: 1;
  }
  .top__header .slide_content .sub_ttl {
    color: #FFF;
    font-size: 184%;
    line-height: 1.6;
    margin-bottom: -30px;
    width: 100%;
    text-align: center;
  }
  .top__header .slide_content .outer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .top__header .slide_content .outer img {
    max-width: 360px;
    margin-right: 25px;
  }
  .top__header .slide_content .outer .txt {
    max-width: 340px;
    display: flex;
    padding-bottom: 0px;
    padding-top: 50px;
    align-items: flex-start;
  }
  .top__header .slide_content .outer .txt .copy {
    line-height: 1.7;
    margin-bottom: 30px;
    color: #FFF;
    font-size: 124%;
  }
  .top__header .slide_content .outer .txt .copy span {
    font-size: 124%;
  }
  .top__header .slide_content .outer .txt .btn {
    display: block;
    border: 1px solid #FFF;
    text-align: center;
    color: #FFF;
    padding: 20px;
    box-sizing: border-box;
    transition: .5s all;
  }
  .top__header .slide_content .outer .txt .btn:hover {
    background: #FFF;
    color: #000;
  }
  header .logo {
    padding-bottom: 7px;
  }
  header .sp_tel {
    position: fixed;
    z-index: 1001;
    right: 50px;
    top: 0px;
    font-size: 200%;
    width: 50px;
    height: 50px;
    color: #FFF;
    background: #D5E5E6;
    line-height: 50px;
    text-align: center;
  }
  header .sp_tel a {
    color: #FFF;
    display: block;
  }
  /*/////////// 会社概要 ////////////*/
  .message ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .message ul .pic {
    width: 300px;
    margin: 0px auto;
  }
  .message ul .txt {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
  .message ul .txt .sub_ttl {
    font-size: 124%;
    margin-bottom: 20px;
  }
  .second {
    padding-top: 50px;
  }
  .column__half {
    flex-wrap: wrap;
  }
  .column__half .box {
    width: 100%;
  }
  .column__half .box:first-child {
    margin-bottom: 25px;
  }
/**/
.sns_icon {
    margin-top: 40px;
}
.sns_icon li:not(:last-child){
	margin-right:25px;
	}
.sns_icon li {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	padding: 10px;
	border-radius: 15px;
}
.sns_icon li a {
    display: block;
}
}

@media screen and (max-width: 764px) {
  .farmer_list {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding:20px;
    box-sizing: border-box;
    margin-bottom: 25px;
  }

  .farmer_list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
  }

  .farmer_list ul .pic {
    width: 50%;
    display:flex;
    align-items: center;
    margin: 0 auto;	  
  }

  .farmer_list ul .text {
    width: 100%;
    display:flex;
    align-items: center;
  }

  .farmer_list ul .pdf {
   width: 100%;
   display:flex;
   align-items: center;
   text-align:center;
   padding-top: 20px;
 }

 .farmer_list ul .pdf aside {
  width: 100%;
 }

 .farmer_list ul .pdf p {
  font-size: 80%;
  padding-top: 10px;
}
.flow ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flow ul li {
  width: 30%;
  position: relative;
  background: #0058CA;
  padding: 30px 10px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  box-sizing: border-box;
  color: #FFF;
}
.flow ul li:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  font-size: 194%;
  font-weight: normal;
  right: -25px;
  color: #0058CA;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.flow ul li:nth-of-type(3):after, .flow ul li:last-child:after {
  display: none;
}
.product {
  width: 100%;
}
.product .detail {
  width: 100%;
}
.product .detail .copy {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 114%;
}
.product .detail .detail_top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.product .detail .detail_top .l {
  width: 45%;
}
.product .detail .detail_top .r {
  width: 52%;
}
.product .detail .icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
.product .detail .icon li {
  width: 22%;
  margin-bottom: 15px;
  margin-right: 4%;
}
.product .detail .icon li:nth-of-type(4) {
  margin-right: 0px;
}
.product .detail .icon li img {
  width: 100%;
}
.product .detail .icon li p {
  text-align: center;
  padding-top: 10px;
}
.common_contact .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
}
.common_contact .box .l {
  width: 100%;
}
.common_contact .box .l dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.common_contact .box .l dl dt {
  width: 100%;
  font-size: 114%;
  font-weight: bold;
  margin-bottom: 8px;
}
.common_contact .box .l dl dd {
  width: 100%;
  color: #0058CA;
  margin-bottom: 12px;
}
.main_slide img {
  height: 450px !important;
}
.three__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.three__column .box {
  width: 100%;
  margin-bottom: 25px;
}
.three__column .box img {
  max-width: 100%;
}
.reverse__764 {
  flex-direction: column-reverse;
}
.reverse__764 img {
  width: 100%;
}
.local_lead {
  font-size: 114%;
  max-width: 100%;
  padding: 0px 20px;
  margin: 0px auto;
  box-sizing: border-box;
}
}

@media screen and (max-width: 640px) {
  .flow ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flow ul li {
    width: 30%;
    position: relative;
    background: #0058CA;
    padding: 30px 10px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    box-sizing: border-box;
    color: #FFF;
  }
  .flow ul li:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    font-size: 194%;
    font-weight: normal;
    right: -20px;
    color: #0058CA;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .flow ul li:nth-of-type(3):after, .flow ul li:last-child:after {
    display: none;
  }
  .img_list .w30 {
    width: 48%;
  }
	.img_list:after {
		content: "";
		display: block;
		width: 48%;
	}
  .img_list li {
    margin-bottom: 25px;
  }
  .product {
    width: 100%;
  }
  .product .detail {
    width: 100%;
  }
  .product .detail .function {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product .detail .function .l {
    width: 100%;
  }
  .product .detail .function .r {
    width: 100%;
  }
  .product .detail .function .r .cross_section {
    display: flex;
    flex-wrap: nowrap;
  }
  .product .detail .function .r .cross_section .pic {
    margin-right: 10px;
  }
  .product .detail .copy {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 114%;
  }
  .product .detail .detail_top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .product .detail .detail_top .l {
    width: 100%;
  }
  .product .detail .detail_top .l img {
    width: 100%;
    margin-bottom: 20px;
  }
  .product .detail .detail_top .r {
    width: 100%;
  }
  .product .detail .icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 20px;
  }
  .product .detail .icon li {
    width: 22%;
    margin-bottom: 15px;
    margin-right: 4%;
  }
  .product .detail .icon li:nth-of-type(4) {
    margin-right: 0px;
  }
  .product .detail .icon li img {
    width: 100%;
  }
  .product .detail .icon li p {
    text-align: center;
    padding-top: 10px;
  }
  footer {
    width: 100%;
    position: relative;
    background: #D9D9D9;
    padding-top: 40px;
    margin-top: 40px;
  }
  footer .info {
    padding: 50px 0px;
  }
  footer .info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .info ul li {
    margin-right: 25px;
  }
  footer .info ul li:last-child {
    margin-right: 0px;
  }
  footer .info ul li:nth-of-type(2) {
    padding-top: 15px;
  }
  footer .info ul li:nth-of-type(3) {
    padding-top: 13px;
  }
  footer .info ul li:first-child {
    width: 100%;
  }
  footer .info ul li:first-child a {
    background: #0058CA;
    margin: 0px auto;
    color: #FFF;
    display: block;
    padding: 15px 0px;
    max-width: 420px;
    width: 90%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    transition: .5s all;
  }
  footer .info ul li:first-child a:hover {
    opacity: 0.7;
  }
  footer .info ul li:first-child a:hover:after {
    right: 5px;
    transition: .5s all;
  }
  footer .outer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .outer .logo {
    width: 100%;
    text-align: center;
  }
  footer .outer .logo .name {
    padding: 10px 0px;
    font-size: 104%;
    font-weight: bold;
  }
  footer .outer .logo p {
    line-height: 1.6;
  }
  footer .outer .link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  footer .outer .link .box {
    width: 32%;
  }
  footer .outer .link .sub_ttl {
    font-size: 100%;
    font-weight: bold;
  }
  footer .outer .link ul li {
    padding-left: 18px;
    margin-bottom: 2px;
    position: relative;
    text-align: left;
    font-size: 90%;
    line-height: 1.6;
  }
  footer .outer .link ul li:before {
    content: "-";
    position: absolute;
    left: 0px;
    top: 0px;
  }
  footer .outer .link ul li:last-child {
    margin-bottom: 0px;
  }
  .top__search .use, .top__search .cat {
    margin-bottom: 40px;
  }
  .top__search .use .active, .top__search .cat .active {
    webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  .top__search .use:before, .top__search .cat:before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
  }
  .top__search .use li, .top__search .cat li {
    width: 48%;
  }
  .main_slide img {
    height: 400px !important;
  }
  .top__header {
    position: relative;
  }
  .top__header .slide_content {
    position: absolute;
    top: 20%;
    width: 100%;
    left: 0px;
    z-index: 1;
  }
  .top__header .slide_content .sub_ttl {
    color: #FFF;
    font-size: 184%;
    line-height: 1.6;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
  }
  .top__header .slide_content .outer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .top__header .slide_content .outer img {
    max-width: 220px;
    margin-right: 0px;
  }
  .top__header .slide_content .outer .txt {
    max-width: 340px;
    display: flex;
    padding-bottom: 0px;
    padding-top: 50px;
    align-items: flex-start;
  }
  .top__header .slide_content .outer .txt .copy {
    line-height: 1.7;
    margin-bottom: 30px;
    color: #FFF;
    font-size: 124%;
  }
  .top__header .slide_content .outer .txt .copy span {
    font-size: 124%;
  }
  .top__header .slide_content .outer .txt .btn {
    display: block;
    border: 1px solid #FFF;
    text-align: center;
    color: #FFF;
    padding: 20px;
    box-sizing: border-box;
    transition: .5s all;
  }
  .top__header .slide_content .outer .txt .btn:hover {
    background: #FFF;
    color: #000;
  }
  .slide_wrapper {
    position: relative;
  }
  .slide_wrapper .txt {
    position: absolute;
    z-index: 1;
    top: 10%;
    left: 15%;
    color: #FFF;
  }
  .slide_wrapper .txt h1 {
    font-size: 164%;
    line-height: 1.6;
  }
  .slide_wrapper .txt h1 span {
    border-bottom: 3px solid #FFF;
  }
  .slide_wrapper .txt p {
    font-size: 100%;
    line-height: 1.5;
    padding-top: 10px;
  }
  .img__ttl_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .img__ttl_list .w20, .img__ttl_list .w30, .img__ttl_list .w50 {
    width: 100%;
    margin-bottom: 25px;
  }
  .img__ttl_list .w20 img, .img__ttl_list .w30 img, .img__ttl_list .w50 img {
    width: 100%;
  }
  .img__ttl_list .w20:last-child, .img__ttl_list .w30:last-child, .img__ttl_list .w50:last-child {
    margin-bottom: 0px;
  }
  .reverse__640 {
    flex-direction: column-reverse;
  }
  .large__column .l {
    width: 100%;
  }
  .large__column .s {
    width: 100%;
    margin-bottom: 20px;
  }
  .large__column .s img {
    width: 100%;
  }
  .scroll table {
    width: 500px;
  }
  .news_box {
    min-height: 100%;
    box-sizing: border-box;
  }
  .news_box dl {
    flex-direction: column;
    padding: 0px;
    margin-bottom: 0px;
  }
  .news_box dl dt {
    width: 100%;
    font-size: 120%;
    font-weight: 500;
    margin-bottom: 5px;
    background: #F7F7F7;
    padding: 15px 10px;
    border-bottom: none;
  }
  .news_box dl dt span {
    width: 180px;
  }
  .news_box dl dd {
    width: 100%;
    font-size: 90%;
    border-top: none;
    padding: 10px 10px;
  }
  .news_box dl dd span {
    padding-left: 0px;
    display: block;
  }
  .news_box dl dd:nth-child(2) {
    border-top: none;
  }
  .scroll {
    max-width: 100%;
    margin: 0px auto 40px;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .scroll table {
    width: 800px;
  }
  /*/////////// お問い合わせ ////////////*/
  .contact {
    padding: 10px;
  }
  .contact .list {
    flex-wrap: wrap;
  }
  .contact .list .box {
    margin-bottom: 30px;
    width: 100%;
  }
  .contact .list .box .sub_ttl {
    padding: 20px;
    font-size: 124%;
  }
  .contact .list .box .inner {
    padding: 20px;
    width: 100%;
  }
  .contact .list .btn {
    width: 100%;
    background: #2A5B88;
    color: #FFF;
    padding: 15px;
  }
  .contact form table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
  .contact form table th, .contact form table td {
    display: block;
    box-sizing: border-box;
    padding: 25px 10px;
  }
  .contact form table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px !important;
  }
  .contact form table td {
    width: 100%;
    padding-top: 0px !important;
  }
  .contact form table .normal_txt {
    width: 100%;
  }
  .contact form table .small_txt {
    width: 50%;
  }

	.large__column .s .nouka_tape {
		max-width:100% !important;
		width:auto;
	}
	.content_block_nouka .nouka .common_btn{
		width:100%;
		padding:15px 25px;
	}
	.content_block .print01 .half_w{
		width:90%;
	}
}

@media screen and (max-width: 480px) {
  .product .product_list .r .group {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding:20px;
    box-sizing: border-box;
  }

  .product .product_list .r .group a {
    display: block;
    transition: .5s all;
  }

  .product .product_list .r .group a:hover {
    opacity:0.6;
  }

  .product .product_list .r .group ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .product .product_list .r .group ul .pic {
    width: 20%;
    margin-right: 0px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .product .product_list .r .group ul .sub_ttl {
    width: 80%;
    margin-right: 0px;
    font-size: 124%;
    display:flex;
    align-items: center;
    font-weight: bold;
  }

  .product .product_list .r .group ul .text {
   width: 100%;
   display:flex;
   align-items: left;
   padding-top: 8px;
 }
 .flow ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flow ul li {
  width: 45%;
  position: relative;
  background: #0058CA;
  padding: 30px 10px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  box-sizing: border-box;
  color: #FFF;
}
.flow ul li:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  font-size: 194%;
  font-weight: normal;
  right: -30px;
  color: #0058CA;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.flow ul li:nth-of-type(2n):after, .flow ul li:last-child:after {
  display: none;
}
.flow ul li:nth-of-type(3):after {
  display: block;
}
.blog .l {
  width: 100%;
}
.blog .l ul {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog .l ul li {
  width: 100%;
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  font-size: 110%;
  transition-duration: 0.5s;
}
.blog .l ul li:hover {
  opacity: 0.6;
}
.blog .l ul li a {
  color: #000;
  display: block;
}
.blog .l ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: -2px;
  color: #0058CA;
  font-size: 110%;
}
.blog .l ul li:last-child {
  margin-bottom: 0px;
}
	
/*スマホサイズの製造方法の文章の高さを調節 */
.make1{
	display:grid;
	grid-template-columns:1fr 2fr;
	grid-template-rows:200px 180px 100px 100px 100px;
	column-gap:10px;
	row-gap:40px;
}
	
/*スマホサイズの製造方法の画像と文章を中央揃え */	
.make_img{
	position:relative;
}

.make_img img{
	position:absolute;
	top:50%;
	transform: translateY(-50%)
}
	
.make_img2{
	position:relative;
}

.make_img2 img{
	position:absolute;
	top:50%;
	transform: translateY(-50%)
}
	
.make_img3{
	position:relative;
}

.make_img3 img{
	position:absolute;
	top:50%;
	transform: translateY(-50%)
}
	
.make_img4{
	position:relative;
}

.make_img4 img{
	position:absolute;
	top:50%;
	transform: translateY(-50%)
}
	
.make_img5{
	position:relative;
}

.make_img5 img{
	position:absolute;
	top:50%;
	transform: translateY(-50%)
}
	
.make2{
	display:grid;
	grid-template-columns:1fr 2fr;
	grid-template-rows:repeat(4, 100px);
	column-gap:10px;
	row-gap:40px;
	margin-bottom:20px;
}
	
.make2_img{
	position:relative;
}

.make2_img img{
	position:absolute;
	top:50%;
	transform: translateY(-50%)
}
	
.make2_img2{
	position:relative;
}

.make2_img2 img{
	position:absolute;
	top:50%;
	transform: translateY(-50%)
}
	
.make2_img3{
	position:relative;
}

.make2_img3 img{
	position:absolute;
	top:50%;
	transform: translateY(-50%)
}
	
.make2_img4{
	position:relative;
}

.make2_img4 img{
	position:absolute;
	top:50%;
	transform: translateY(-50%)
}
	
.product {
  width: 100%;
}
.product .product_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.product .product_list .l {
  width: 100%;
}
.product .product_list .l ul {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product .product_list .l ul li {
  width: 100%;
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  font-size: 110%;
  transition-duration: 0.5s;
}
.product .product_list .l ul li:hover {
  opacity: 0.6;
}
.product .product_list .l ul li a {
  color: #000;
  display: block;
}
.product .product_list .l ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: -2px;
  color: #0058CA;
  font-size: 110%;
}
.product .product_list .l ul li:last-child {
  margin-bottom: 0px;
}
.product .product_list .r {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product .product_list .r .box {
  width: 100%;
  transition-duration: 0.5s;
  margin-bottom: 30px;
}
.product .product_list .r .box ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.product .product_list .r .box ul li {
  width: 22%;
  margin-bottom: 15px;
  margin-right: 4%;
}
.product .product_list .r .box ul li:nth-of-type(4) {
  margin-right: 0px;
}
.product .product_list .r .box ul li img {
  width: auto;
}
.product .product_list .r .box ul li p {
  text-align: center;
  padding-top: 10px;
}
.product .product_list .r .box a {
  display: block;
}
.product .product_list .r .box:hover {
  transform: scale(1);
  transition-duration: 0.3s;
}
.product .product_list .r .box:hover .pic img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.top__header .tagline .logo {
  padding: 7px;
  max-width: 300px;
}
footer .info {
  padding: 30px 0px;
}
footer .outer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .outer .logo {
  width: 100%;
  text-align: center;
}
footer .outer .logo .name {
  padding: 10px 0px;
  font-size: 104%;
  font-weight: bold;
}
footer .outer .logo p {
  line-height: 1.6;
}
footer .outer .link .box {
  width: 48%;
}
.top__search {
  background: #0058CA;
  position: relative;
  padding: 40px 0px;
}
.top__search .sub_ttl {
  font-size: 154%;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.5;
  color: #FFF;
}
.top__search .sub_ttl span {
  font-size: 50%;
  display: inline-block;
  font-weight: normal;
}
.top__search .cat_ttl {
  font-size: 124%;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.5;
  color: #FFF;
}
.top__search .use, .top__search .cat {
  margin-bottom: 40px;
}
.top__search .use li, .top__search .cat li {
  width: 48%;
}
.top__search .use li p, .top__search .cat li p {
  font-size: 90%;
}
.main_slide img {
  height: 380px !important;
}
.main_slide li .box .sub_ttl {
  font-size: 134%;
  color: #0058CA;
  margin-bottom: 20px;
  font-weight: bold;
}
.main_slide li .box p {
  font-size: 94%;
}
.point {
  background: #f5f7fa;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.6;
}
.point .sub_ttl {
  font-size: 134%;
  text-align: center;
  color: #2b2d42;
}
.point .sub_ttl span {
  font-size: 60%;
}
.slide_wrapper {
  position: relative;
}
.slide_wrapper .slide-navigation {
  position: absolute;
  width: 100%;
  left: -0px;
  bottom: 0px;
  z-index: 2;
}
.slide_wrapper .slide-navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0px 25px;
  box-sizing: border-box;
}
.slide_wrapper .slide-navigation ul li {
  margin-right: 0px;
  width: 45%;
  margin-bottom: 10px;
}
.slide_wrapper .slide-navigation ul li img {
  width: 100%;
  transition: .5s all;
  cursor: pointer;
}
.slide_wrapper .slide-navigation ul li img:hover {
  opacity: 1;
}
.slide_wrapper .slide-navigation ul li:last-child {
  margin-right: 0px;
}
.checklist li {
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
  width: 100% !important;
  box-sizing: border-box;
  font-size: 124%;
  text-align: left;
}
.checklist li:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #0058CA;
}
.checklist li:last-child {
  margin-bottom: 0px;
}
.point_l .sub_ttl {
  background: #0058CA;
  padding: 20px;
  box-sizing: border-box;
  color: #FFF;
  font-size: 144%;
  text-align: center;
}
.point_l .sub_ttl span {
  font-size: 134%;
  font-weight: bold;
}
.point_l .box {
  webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.point_l .box .inner {
  box-sizing: border-box;
  padding: 20px;
}
.point_l .box .inner p {
  font-size: 108%;
}
.br-sp {
  display: none;
}
.local_ttl {
  font-size: 1.14rem;
}
.local_text {
  font-size: 1.5rem;
}
.three__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.three__column .down {
  width: 100% !important;
}
.three__column .box {
  width: 32%;
  margin-bottom: 25px;
}
.three__column .box img {
  max-width: 100%;
}
.ttl {
  font-size: 134%;
  text-align: center;
  margin-bottom: 20px;
  color: #2b2d42;
  position: relative;
}
.ttl span {
  font-size: 180%;
  display: block;
  padding-right: 0px;
}
.common_btn {
  width: 80%;
  max-width: 300px;
}
.image__list_ttl ul li {
  width: 100%;
  margin-bottom: 25px;
}
.middle_ttl {
  font-size: 134%;
}
.local__tbl table tbody {
  text-align: left;
}
.local__tbl table tbody th {
  width: 50%;
}
.img_video .img_list .w30 {
    width: 100%;
}
	
}
