@charset "utf-8";
html {}
body {
  background-color: #F8F7F0;
  color: #231815;
  min-width: 1140px;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  line-height: 2.1;
  font-size: 16px;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
a:link {
  color: #000000;
  transition: .3s;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #009A5B;
  text-decoration: underline;
}
a:active {
  color: #009A5B;
  text-decoration: none;
}
a.btn img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
a:hover.btn img {
  -ms-filter: 'alpha(opacity=60)';
  filter: alpha(opacity=30);
  -moz-opacity: 0.40;
  opacity: 0.40;
}
a {
  outline: none;
}
::selection {
  background: #000000;
  color: #FFFFFF;
}
::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}
::-webkit-selection {
  background: #000000;
  color: #FFFFFF;
}
strong {
  font-weight: bold;
}
i {
  margin-right: 0.4em;
}
.pc {
  display: inherit !important;
}
.sp {
  display: none !important;
}
#wrapper {
  overflow: hidden;
  border: 5px solid #009A5B;
  padding-left: 10px;
  padding-right: 10px;
}
/*--HEADER-------------*/
header {
  height: 220px;
}
header .inner {
  width: 90%;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  position: relative
}
header a {
  text-decoration: none;
}
header h1 {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 0;
}
header .hd_weather {
  position: relative;
  z-index: 9;
  font-weight: bold;
  float: left;
  line-height: 1.5;
}
header .hd_weather .meta span {
  font-size: 26px;
}
header .hd_weather .meta span#weather, header .hd_weather .meta span#temp {
  font-size: 14px;
}
header .hd_weather .meta span i{
font-size: 20px;
font-style: normal
}
header .hd_nav {
  position: relative;
  z-index: 9;
  float: right;
  text-align: right;
}
header .hd_nav ul li {
  display: inline-block;
  margin-left: 30px;
}
header .hd_nav ul li.em a {
  font-weight: bold;
  font-size: 16px;
  background-color: #FFFFFF;
  border: 1px solid #231815;
  padding: 10px 30px;
  border-radius: 100px;
}
header .hd_nav ul li.em a:hover {
  background-color: #009A5B;
  color: #FFF;
  border: 1px solid #231815;
  text-decoration: none;
}
header .hd_nav ul li.fb {}
header .hd_nav ul li.fb i {
  font-size: 36px;
  position: relative;
  bottom: -5px;
}
header .hd_nav ul li.fb.end {
  margin-left: 0px;
}
/*--NAVIGATION-------------*/
#gnav {
  clear: both;
  transition: .3s;
}
#gnav .inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#gnav ul {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
#gnav ul li {
  display: inline;
  margin-left: 14px;
  margin-right: 14px;
}
#gnav ul li:first-child {
  margin-left: 0;
}
#gnav ul li:last-child {
  margin-right: 0;
}
#gnav ul li a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
#gnav ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #009A5B;
  transition: .3s;
}
#gnav ul li a:hover {
  text-decoration: none;
}
#gnav ul li a:hover::after {
  width: 100%;
}
.fixed {
  transition: .3s;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
  background-color: #F8F7F0;
}
header #gnav.fixed .inner {
  transition: .3s;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*--MAINVIS-------------*/
#mainVis {
  height: 700px;
  position: relative;
  margin-bottom: 100px;
}
#mainVis #mv_copy {
  position: absolute;
  text-align: center;
  margin-top: 60px;
  left: 0;
  right: 0;
  z-index: 99
}
#mainVis #slide_main, #mainVis .swiper-slide {
  height: 700px;
  background-position: center center;
  background-size: cover;
}
#mainVis .sl01 {
  background-image: url(../../images/mv01.jpg);
}
#mainVis .sl02 {
  background-image: url(../../images/mv02.jpg);
}
#mainVis .sl03 {
  background-image: url(../../images/mv03.jpg);
}
#mainVis .sl04 {
  background-image: url(../../images/mv04.jpg);
}
#mainVis .sl05 {
  background-image: url(../../images/mv05.jpg);
}
/*--INDEX_OUTLINE-------------*/
#index_outline {
  background-image: url(../../images/index_bg01.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 150px;
}
#index_outline .inner {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#index_outline .inner .txt {
  width: 40%;
  padding-left: 10%;
  float: left;
  font-size: 18px;
  font-weight: bold
}
#index_outline .inner .txt h2 {
  margin-bottom: 30px;
}
#index_outline .inner .map {
  width: 50%;
  float: right
}
#index_outline .inner .map img {
  width: 100%;
  height: auto;
}
#index_outline .inner #cloud_outline01 {
  position: absolute;
  right: -340px;
  top: -30px;
}
#index_outline .inner #cloud_outline02 {
  position: absolute;
  left: -380px;
  top: 130px;
}
#index_outline .inner #cloud_outline03 {
  position: absolute;
  right: -200px;
  bottom: 80px;
}
.btn_detail {
  margin-top: 40px;
}
.btn_detail a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  background-color: #FFFFFF;
  border: 1px solid #231815;
  padding: 3px 20px;
  border-radius: 100px;
  text-decoration: none;
  display: block;
  width: 300px;
  background-image: url(../../images/btn_detail_arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 30px auto;
}
.btn_detail.long a {
  width: 500px;
}
.btn_detail a strong {
  color: #E60012
}
.btn_detail a:hover {
  background-color: #009A5B;
  color: #FFF;
  border: 1px solid #231815;
  background-image: url(../../images/btn_detail_arrow_w.png);
  background-repeat: no-repeat;
}
.btn_detail a:hover strong {
  color: #FFF100
}
/*--INDEX_NEWS-------------*/
#index_news {
  background-image: url(../../images/index_bg02.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 150px;
  padding-top: 80px;
  font-size: 14px;
}
#index_news .inner {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#index_news h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
  border-bottom: 1px solid #4B4B4B;
}
#index_news .cont_l {
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  float: left
}
#index_news .cont_r {
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  float: right
}
#index_news .btn_detail a {
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
width: 250px;
background-size: 26px auto;
}
#index_news table {
  line-height: 2.8;
}
#index_news table td {
  line-height: 1.3!important
}
#index_news table th {
  padding-right: 10px;
  white-space: nowrap
}
#index_news table td.label span {
  font-size: 11px;
  border: 1px solid #231815;
  padding: 2px 5px;
  line-height: 1;
  text-align: center;
  border-radius: 100px;
  margin-right: 10px;
  width: 5em;
  display: inline-block
}
#index_news .inner #cloud_news01 {
  position: absolute;
  left: -150px;
  top: -40px;
}
#index_news .inner #cloud_news02 {
  position: absolute;
  right: -320px;
  top: 170px;
}

.cms_sub_list{
width: 50%;
margin-left: auto;
margin-right: auto;
}

/*--INDEX_PRODUCT-------------*/
#index_product {
  background-image: url(../../images/index_bg03.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 150px;
  padding-top: 80px;
  font-size: 14px;
}
#index_product .inner {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#index_product h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
#index_product ul {
  padding-bottom: 60px;
}
#index_product ul li {
  width: 204px;
  height: 204px;
  margin-right: 30px;
  float: left;
  position: relative;
}
#index_product ul li:last-child {
  margin-right: 0px;
}
#index_product .btn_detail a {
  margin-left: auto;
  margin-right: auto;
}
#index_product ul li .bg_ph {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}
#index_product ul li .bg_ph img {
  transition: 1s all;
  width: 100%;
  height: auto;
}
#index_product ul li a {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9;
}
#index_product ul li a img {
  width: 100%;
  height: auto;
  padding-top: 140px;
}
#index_product ul li a:hover + .bg_ph img {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
/*--INDEX_BNR-------------*/
#index_bnr {
  padding-top: 50px;
  padding-bottom: 80px;
}
#index_bnr ul {
  text-align: center;
  margin-top: 1em
}
#index_bnr ul li {
  display: inline;
  margin-left: 20px;
  margin-right: 20px;
}
#index_bnr ul.second {
  margin-top: 1em
}

.pageTop {
  position: fixed;
  right: 5px;
  bottom: 20px;
  font-size: 24px;
  padding-left: 20px;
  background-color: #009A5B;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}
.pageTop a {
  color: #F8F7F0;
}
/*--FOOTER-------------*/
footer {
  background-color: #009A5B;
  color: #FFF;
  text-align: center;
  clear: both;
  padding-top: 60px;
  padding-bottom: 50px;
}
footer .logo {
  margin-bottom: 30px;
}
footer ul {
  padding-top: 30px;
  font-size: 14px;
}
footer li {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
footer li a {
  color: #FFF !important;
  text-decoration: none
}
footer li a:hover {
  color: #FFF !important;
  text-decoration: underline
}
/*--CONTENTS-------------*/
.contents {
  width: 1090px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
}
.contents.nopad {
  padding-bottom: 0px;
}
.contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
.contents h2 {
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}
.contents h2.line {
    padding-top: 40px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    border-bottom: 4px solid rgba(1,154,91,1.00);
    margin-bottom: 30px;
}
.contents h2.line.red {
    padding-top: 40px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    border-bottom: 4px solid #DA262D;
    margin-bottom: 30px;
    color: #DA262D
}


.contents h3 {
  padding-top: 80px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}
.contents h3.tx_left{
  text-align: left!important
}
.contents h3 span{
  color: #009A5B
}
.contents .ttl_line {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
  margin-top: 60px;
}
.contents .notice {
  font-size: 12px;
  margin-bottom: 20px;
}
/*--SUB_NAVIGATION-------------*/
#subnav {
  clear: both;
  height: 50px;
}
#subnav .inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#subnav ul {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
#subnav ul li {
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
}
#subnav ul li a {
  position: relative;
  display: inline-block;
  transition: .3s;
  text-decoration: none;
}
#subnav ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #000;
  transition: .3s;
}
#subnav ul li a:hover {
  text-decoration: none;
  color: #000;
}
#subnav ul li a:hover::after {
  width: 100%;
}
/*--ABOUT-------------*/
.greet_txt {
  float: left;
  width: 770px;
}
.greet_ph {
  float: right;
  width: 290px;
  font-size: 14px;
  line-height: 1.6;
}
.greet_ph img {
  margin-bottom: 15px;
}
.greet_ph.mark img {
  margin-top: -40px;
}
.outline_txt {
  float: left;
  width: 610px;
  padding-bottom: 100px;
}
.outline_map {
  float: right;
  width: 480px;
  position: relative;
}
.outline_map div {
  position: absolute;
}
.about_mv {
  width: 100%;
  margin-bottom: 80px;
}
.about_mv img {
  width: 100%;
  height: auto;
}
.tbl_outline {
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
}
.tbl_outline th, .tbl_outline td {
  padding: 5px 30px;
  border-bottom: 1px solid #282828;
  border-left: 1px solid #282828;
}
.tbl_outline th {
  background-color: #009A5B;
  color: #FFF;
}
.about_policy {
  padding-top: 30px;
}
.about_policy li {
  width: 31%;
  margin-right: 3.5%;
  float: left;
  font-size: 13px;
}
.about_policy li:last-child {
  margin-right: 0%;
}
.about_policy li .ttl {
  font-size: 16px;
  font-weight: bold;
}
/*--ACTIVITIES-------------*/
.activities_mv {
  margin-bottom: 20px;
}
.activities_mv img {
  width: 100%;
  height: auto;
}
.activities_logo {
  text-align: center;
  padding-top: 30px;
}
.plow_list {}
.plow_list li {
  width: calc(46% - 62px);
  padding: 90px 30px 30px 30px;
  margin-right: 8%;
  float: left;
  border: 1px solid #231815;
  background-color: #FFFFFF;
  background-image: url(../../images/_activities/plow_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.plow_list li:last-child {
  margin-right: 0%;
}
.plow_list li .ttl {
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}
.plow_list li .ttl span {
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.plow_list li .ph img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.plow_list .btn_detail {
  margin-top: 20px
}
.plow_list .btn_detail a {
  width: calc(100% - 40px) !important
}
/*--ISSUE-------------*/
#issue {}
.issue_thum_list li {
  width: 20.5%;
  margin-right: 6%;
  float: left;
  margin-bottom: 30px;
  text-align: center;
}
.issue_thum_list li:nth-child(4n) {
  margin-right: 0%;
}
.issue_thum_list li .thum {
  margin-bottom: 10px;
}
.issue_thum_list li .thum img {
  width: 100%;
  height: auto;
}
.issue_list li {
  margin-right: 2%;
  float: left;
  margin-bottom: 30px;
}
/*--BANK-------------*/
#bank_cont {
  width: 870px;
  float: left
}
#bank_cont #bank_nav {
  padding-bottom: 50px;
}
#bank_cont #bank_nav li {
  width: 26%;
  margin-right: 11%;
  margin-bottom: 30px;
  float: left;
  font-weight: bold;
  font-size: 20px;
}
#bank_cont #bank_nav li:nth-child(3n) {
  margin-right: 0%;
}
#bank_cont #bank_nav li .thum img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.bank_thum_list li {
  width: 26%;
  margin-right: 11%;
  margin-bottom: 30px;
  float: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  min-height: 390px;
}
.bank_thum_list li:nth-child(3n) {
  margin-right: 0%;
}
.bank_thum_list li .thum {
  margin-bottom: 10px;
}
.bank_thum_list li .thum img {
  width: 100%;
  height: auto;
}
#bank_bnr {
  width: 200px;
  float: right
}
#bank_bnr ul li {
  margin-bottom: 20px;
}
#bank_bnr ul li img {
  width: 100%;
  height: auto
}
.tbl_atm {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #FFF;
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
}
.tbl_atm th, .tbl_atm td {
  padding: 5px 30px;
  border-bottom: 1px solid #282828;
  border-left: 1px solid #282828;
}
.tbl_atm th {
  background-color: #009A5B;
  color: #FFF;
}
.bank_read {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.bank_read strong {
  color: #E60012
}
#bank .btn_detail a {
  width: 500px !important
}
#bank #subnav ul {
  text-align: left !important
}
.bank_term_list {
  padding-left: 2em;
}
.bank_term_notice{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.8;
    padding: 5px 20px;
    border: 1px dashed #3F3F3F;
    margin-bottom: 15px;
}
.bank_term_list .detail{
    font-size: 14px;
    line-height: 1.8;
    padding: 5px 20px;
    margin-bottom: 10px;
}



/*--SERVICE-------------*/
#service {}
#service h3 {
  text-align: center;
}
.service_list {
  padding-top: 40px;
  padding-bottom: 50px;
}
.service_list li {
  width: 28%;
  margin-right: 8%;
  margin-bottom: 60px;
  float: left;
  min-height: 450px;
}
.service_list li:nth-child(3n) {
  margin-right: 0%;
}
.service_list li .ttl {
  font-weight: bold;
  font-size: 20px;
}
.service_list li .thum img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.service_list li .exp {
  font-size: 13px;
  line-height: 1.5;
}
.service_list li .btn_detail {
  margin-top: 15px !important;
}
.service_list li .btn_detail a {
  width: calc(100% - 40px) !important
}
/*--FACILITIES-------------*/
#facilities {}
#facilities #gmap {
  margin-bottom: 80px;
}
#facilities #gmap iframe {
  width: 100%;
}
#faci_heading i {
  color: #009A5B
}
#faci_heading ul {
  padding-bottom: 30px;
}
.faci_heading_bx {
  float: left;
  padding-right: 100px;
}
.faci_heading_bx.end {
  padding-right: 0px;
}
.faci_heading_bx .ttl {
  background-color: #FFF;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  min-width: 250px;
}
.faci_heading_bx i {
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
.anc {
  padding-top: 60px;
  margin-top: -60px;
}
.anc2 {
  padding-top: 120px;
  margin-top: -120px;
}
#facilities .ttl_line i {
  color: #009A5B;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
.faci_list {
  padding-top: 40px;
  padding-bottom: 50px;
}
.faci_list li {
  width: 28%;
  margin-right: 8%;
  margin-bottom: 60px;
  float: left;
}
.faci_list li:nth-child(3n) {
  margin-right: 0%;
}
.faci_list li .ttl {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.faci_list li .ttl i {
  color: #009A5B;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
.faci_list li .thum img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.faci_list li .exp {
  font-size: 13px;
  line-height: 1.5;
}
.faci_list li .btn_detail {
  margin-top: 15px !important;
}
.faci_list li .btn_detail a {
  width: calc(100% - 40px) !important
}
.faci_list.honten li {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 60px;
  float: left;
}
.faci_list.honten li .thum {
  width: 400px;
  float: left;
  margin-right: 30px;
}
.faci_list.honten li .honten_meta {
  float: left;
}
.faci_list table th, .faci_list table td {
  padding-right: 1.5em;
  vertical-align: top
}
/*--PRODUCT-------------*/
#product_nav ul {
  text-align: center;
  padding-bottom: 200px;
}
#product_nav.sub ul {
  padding-bottom: 0px;
}
#product_nav ul li {
  display: inline-block;
  width: 150px;
  margin-left: 25px;
  margin-right: 25px;
}
#product_nav ul li img {
  width: 150px;
  height: auto
}
#product_index {}
#product_index li {
  padding-bottom: 160px;
}
#product_index .ph {
  width: 100%;
  height: 550px;
  position: relative;
  margin-bottom: 15px;
  background-position: center center;
  background-size: cover;
}
#product_index .ph.ph_rice {
  background-image: url(../../images/_product/mv_rice.jpg);
}
#product_index .ph.ph_vegetables {
  background-image: url(../../images/_product/mv_vegetables.jpg);
}
#product_index .ph.ph_soy {
  background-image: url(../../images/_product/mv_soy.jpg);
}
#product_index .ph.ph_meat {
  background-image: url(../../images/_product/mv_meat.jpg);
}
#product_index .ph.ph_foods {
  background-image: url(../../images/_product/mv_foods.jpg);
}
#product_index .ph .label {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: -75px;
}
#product_index .ph .label img {
  width: 150px;
  height: auto
}
#product_index .btn_detail a {
  margin-left: auto;
  margin-right: auto
}
#product .mv_product {
  position: relative;
}
#product .mv_product img {
  width: 100%;
  height: auto;
}
#product .mv_product .label {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: -75px;
}
#product .mv_product .label img {
  width: 150px;
  height: auto
}
.ph_right {
  float: right;
  padding-left: 60px;
}
.rice_list {
  padding-top: 30px;
}
.rice_list li {
  width: 46%;
  margin-bottom: 60px;
  margin-right: 8%;
  float: left;
}
.rice_list li:nth-child(2n) {
  margin-right: 0;
}
.rice_list li .ttl {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.rice_list li .ph img {
  width: 90%;
  height: auto;
}
.people {
  padding-top: 80px;
}
.people .ph {
  width: 600px;
  float: right;
}
.people .ph img {
  width: 100%;
  height: auto
}
.people .txt {
  width: 450px;
  float: left;
}
.people .txt .ttl {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}
.people .txt .name_sub {
  font-size: 14px;
}
.people .txt .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.people .txt .name span {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ft_bg_rice {
  width: 100%;
  height: 200px;
  background-image: url(../../images/_product/ft_bg_rice.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.ft_bg_vege_mid {
  width: 100%;
  height: 150px;
  background-image: url(../../images/_product/ft_bg_vege_mid.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 60px;
}
.ft_bg_vege {
  width: 100%;
  height: 200px;
  background-image: url(../../images/_product/ft_bg_vege.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.ft_bg_soy {
  width: 100%;
  height: 200px;
  background-image: url(../../images/_product/ft_bg_soy.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.ft_bg_meat {
  width: 100%;
  height: 200px;
  background-image: url(../../images/_product/ft_bg_meat.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.ft_bg_food {
  width: 100%;
  height: 200px;
  background-image: url(../../images/_product/ft_bg_food.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#product #subnav {
  margin-top: 120px;
  margin-bottom: 60px;
}
.vege_bx {}
.vege_bx.first {
  margin-top: 160px;
}
.vege_bx .ph {
  margin-bottom: 15px;
}
.vege_bx .ph img {
  width: 100%;
  height: auto
}
.vege_bx .ttl {
  font-size: 28px;
  font-weight: bold
}
.vege_bx .ttl span {
  border-bottom: 1px solid #000000;
}
.vege_bx h3 {
  padding-top: 30px !important;
}
.soy_list {
  padding-top: 30px;
}
.soy_list li {
  width: 28%;
  margin-bottom: 60px;
  margin-right: 8%;
  float: left;
}
.soy_list li:nth-child(3n) {
  margin-right: 0;
}
.soy_list li .ttl {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.soy_product_list {}
.soy_product_list li {
  width: 46%;
  margin-bottom: 60px;
  margin-right: 8%;
  float: left;
  font-size: 15px;
}
.soy_product_list li:nth-child(2n) {
  margin-right: 0;
}
.soy_product_list li .ttl {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.soy_product_list li .ph {
  text-align: center;
  padding-top: 15px;
}
.soy_product_list li .ph img {
  width: 70%;
  height: auto;
}
.soy_product_list li .btn_detail a {
  width: calc(100% - 40px) !important
}
.btn_detail.ctr a {
  margin-left: auto;
  margin-right: auto
}
.meat_link_sp {
  background-image: url(../../images/_product/meat_link_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
}
.meat_link_sp .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #FFF;
  line-height: 1.5;
}
.meat_link_sp .btn_detail {
  margin-top: 10px !important;
}
.meat_link_sp .btn_detail a {
  width: 380px;
}
.food_product_list {
  margin-top: 160px;
}
.food_product_list li {
  width: 100%;
  margin-bottom: 60px;
  font-size: 15px;
}
.food_product_list li .ph {
  float: right;
  width: 500px;
}
.food_product_list li .ph img {
  width: 100%;
  height: auto;
}
.food_product_list li .txt {
  float: left;
  width: 500px;
}
.food_product_list li .ttl {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.food_product_list li .btn_detail a {
  width: calc(100% - 40px) !important
}
/*--EMERGENCY-------------*/
table.em {
  font-size: 20px;
  font-weight: bold;
}
table.em th {
  font-weight: bold;
}
table.em th, table.em td {
  padding-right: 2.5em
}
table.em i {
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  color: #009A5B
}
table.em .num {
  font-size: 28px;
}
table.em .num img {
  margin-top: -5px;
  margin-right: 5px;
  vertical-align: middle;
}
/*--MAILFORM-------------*/
#mailformpro {
  width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.contact_notice {}
.contact_notice i {
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  color: #009A5B
}
.contact_notice .end {
  padding-top: 2em;
  padding-bottom: 3em
}
.contact_notice .ind {
  padding-left: 0.7em;
  text-indent: -0.7em;
}
#mailformpro table {
  width: 100%;
}
#mailformpro table th, #mailformpro table td {
  display: block;
}
#mailformpro table th {
  white-space: nowrap;
  vertical-align: top;
  padding-top: 20px;
  font-weight: bold;
  font-size: 18px;
}
#mailformpro table .form_field {
  width: calc(100% - 4px) !important;
  padding: 2px !important;
}
#mailformpro .req {
  color: #009A5B
}
#mailformpro .submit_btn {
  display: block;
  font-weight: bold;
  font-size: 14px;
  background-color: #FFFFFF;
  border: 1px solid #231815;
  padding: 7px 20px;
  border-radius: 100px;
  text-decoration: none;
  display: block;
  width: 300px;
  background-image: url(../../images/btn_detail_arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 30px auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}
#mailformpro .submit_btn:hover {
  background-color: #009A5B;
  color: #FFF;
  border: 1px solid #231815;
  background-image: url(../../images/btn_detail_arrow_w.png);
  background-repeat: no-repeat;
}
.mfp_thanks {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 200px;
}
/*--contact-------------*/
.contact_txt {
  padding-top: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center
}
.contact_txt .num {
  font-size: 28px;
}
/*--TOPIX-------------*/
.topix_bx {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.topix_bx .ph {
  text-align: center;
  margin-bottom: 5px;
  width: 640px;
  max-height: 640px;
  margin-left: auto;
  margin-right: auto
}
.topix_bx .ph img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:640px;
}
.topix_bx .exp {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}
.topix_bx .ttl {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
.topix_bx .btn_detail a {
  margin-left: auto;
  margin-right: auto;
}
/*--ARTICLE-------------*/
.entry {
  background-color: #F2F2F2;
  margin-bottom: 50px;
}
.entry a {
  text-decoration: none;
}
.entry a:hover {
  text-decoration: none;
}
.entry p {
  margin: 0 0 20px 0;
  zoom: 1;
}
.entry p strong {
  font-weight: bold;
}
.entry p img.aligncenter {
  display: block;
  margin: auto;
}
.entry p img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.entry p img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.entry h1 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h5 {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h6 {
  font-size: 0.7em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry ul li {
  list-style: disc;
  margin: 5px 0 5px 20px;
}
.entry ol li {
  list-style: decimal;
  margin: 5px 0 5px 20px;
}
/* clearfix */
.entry p:before, .entry p:after {
  content: "";
  display: table;
}
.entry p:after {
  clear: both;
}
.entry .date {
  font-weight: bold;
}
.entry .cat-data {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
}
.entry .tag li {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
  display: inline-block;
  float: left;
}
.entry .tag li:first-child {
  color: #464646;
  background-color: #FFF;
}
/*--PAGENATION-------------*/
.pagination {
  margin: 40px 0 30px;
  text-align: center;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  display: inline-block;
  width: auto;
}
.pagination li a, .pagination li > span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
}
.pagination li > span {
  color: #fff;
  background-color: #464646;
}
.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}
.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}
/*--SDG'S-------------*/
.sdgs_ttl{
text-align: center;
margin-bottom: 20px;
}
ul.sdga_list{
margin-bottom: 30px;
}
ul.sdga_list li{
width: 15.5%;
margin-right: 1.4%;
margin-bottom: 15px;
float: left
}
ul.sdga_list li:nth-child(6n){
margin-right: 0%
}
ul.sdga_list.half li:nth-child(6n){
margin-right: 1.4%!important;
}
ul.sdga_list li img{
width: 100%;
height: auto
}

ul.sdgs_ph{
margin-bottom: 50px;
padding-top: 30px;
}
ul.sdgs_ph li{
width: 48.5%;
margin-right: 3%;
float: left;
margin-bottom: 20px;
}
ul.sdgs_ph li:nth-child(2n){
margin-right: 0%;
}
ul.sdgs_ph li img{
width: 100%;
height: auto
}

/*--LOAN-------------*/
ul.loan_list{}
ul.loan_list li{
width: 23.5%;
margin-right: 2%;
float: left;
margin-bottom: 15px;
}
ul.loan_list li:nth-child(4n){
margin-right: 0%;
}
ul.loan_list li img{
width: 100%;
height: auto
}

#loan .contents h2.line.red {
    border-bottom: none;
}
#loan .contents h2.line.red img{
    width: 100%;
	height: auto
}

#loan .contents h3 {
  padding-top: 30px;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

.loan_h4{
    font-weight: 600;
    border-bottom: 1px solid #0D0D0D;
    margin-bottom: 20px;
    margin-top: 50px;
	font-size: 22px;
	font-family:'YuGothic Bold';
}
.tx_gr{
color: #009A5B
}



.colmun_green{
	background-color: #D6F7E9;
	border-radius: 50px;
	padding: 25px 70px;
	text-align: center;
	margin-top: 30px;
}
.colmun_green .btn_detail {
  margin-top: 20px;
}
.colmun_green .btn_detail a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  background-color: #FFFFFF;
  border: 1px solid #231815;
  padding: 3px 20px;
  border-radius: 100px;
  text-decoration: none;
  width: calc(100% - 42px);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 30px auto;
}
.colmun_green .btn_detail a:hover {
  background-color: #009A5B;
  color: #FFF;
  border: 1px solid #231815;
  background-image: none;
  background-repeat: no-repeat;
}

.colmun_white{
	background-color: #FFF;
	border-radius: 50px;
	padding: 25px 70px;
	text-align: center;
	margin-top: 30px;
	 border: 1px solid #000000;
	margin-bottom: 50px;
}
.colmun_white .ttl{
    font-size: 22px;
	margin-bottom: 1em
}
.colmun_white table{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

h4.ttl_center{
    text-align: center;
    border-bottom: 1px solid #000000;
	font-size: 22px;
	margin-bottom: 20px;
}
.ttl_or{
	color: #D68C00;
	font-size: 20px;
	margin-top: 0.7em;
}
p.ind {
	padding-left:1em;
}
.txt_red{
	color: #DA262D;
}

.loan_header{
text-align: center;
font-weight: 700;
font-size: 20px;
padding-bottom: 40px;
font-family:'YuGothic Bold';
}
.loan_header .read{
margin-bottom: 1em;

}
.loan_header .heading{
font-size: 38px;
}
.loan_header .num{
font-size: 88px;
line-height: 1.5;
}

.loan_strong{
    font-weight: 600;
	font-size: 22px;
	font-family:'YuGothic Bold';

}
.contents h3.loan_bg {
	padding-top: 5px!important;
	padding-bottom: 5px;
	font-weight: bold;
	font-family:'YuGothic Bold';
	font-size: 28px;
	background-color: #FFFFFF;
	margin-top: 30px;
	padding-left: 20px;
	padding-right: 60px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	display: block;
	text-align: left!important
}
.contents h3.loan_privacy {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-family:'YuGothic Bold';
	font-size: 28px;
	margin-top: 30px;
	margin-bottom: 10px;
	display: block;
	text-align: left!important
}
.ac_cont{
display: none
}

.nav-open{
position: relative;
cursor: pointer;
}
.nav-open::before{/* 閉じている時 */
content: "＋";
position: absolute;
right: 20px;
}
.nav-open.active::before{/* 開いている時 */
content: "－";
}


.contents .loan_h5 {
	font-weight: bold;
	font-family:'YuGothic Bold';
	font-size: 22px;
	padding-right: 60px;
	padding-top: 20px;
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px solid #000000;
}

.loan_tbl{
background-color: #FFF;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
width: 100%;
}
.loan_tbl th,.loan_tbl td{
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
padding: 1em 2em;
}
.loan_tbl th{
white-space: nowrap
}
.loan_tbl.th_green{
text-align: center
}
.loan_tbl.th_green th{
background-color: #009A5B;
color: #FFF;
text-align: center
}

.tbl_ttl{
margin-top: 3em
}

.loan_tbl_line{
border-top: 1px solid #000000;
border-left: 1px solid #000000;
width: 100%;
}
.loan_tbl_line th,.loan_tbl_line td{
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
padding: 1em 2em;
}

.btn_loan {
  margin-top: 80px;
  text-align: center
}
.btn_loan input {
  display: block;
  width: 100%;
  font-weight: bold;
  font-family:'YuGothic Bold';
  font-size: 38px;
  background-color: #EFFF9A;
  border: 1px solid #231815;
  padding: 3px 20px;
  border-radius: 100px;
  text-decoration: none;
  transition: .3s
}
.btn_loan input:hover {
  background-color: #009A5B;
  color: #FFF;
  border: 1px solid #231815;
}
.btn_back_loan{
text-align: center;
margin-top: 50px;
}































@media screen and (max-width: 479px) {
html {}
body {
  background-color: #F8F7F0;
  color: #231815;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  line-height: 2.1;
  font-size: 14px;
}
a:link {
  color: #000000;
  transition: .3s;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #009A5B;
  text-decoration: underline;
}
a:active {
  color: #009A5B;
  text-decoration: none;
}
a.btn img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
a:hover.btn img {
  -ms-filter: 'alpha(opacity=60)';
  filter: alpha(opacity=30);
  -moz-opacity: 0.40;
  opacity: 0.40;
}
a {
  outline: none;
}
::selection {
  background: #000000;
  color: #FFFFFF;
}
::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}
::-webkit-selection {
  background: #000000;
  color: #FFFFFF;
}
strong {
  font-weight: bold;
}
i {
  margin-right: 0.4em;
}
.pc {
  display: none !important;
}
.sp {
  display: inherit !important;
}
#wrapper {
  overflow: hidden;
  border: 5px solid #009A5B;
  padding-left: 10px;
  padding-right: 10px;
}
/*--HEADER-------------*/
header {
  height: auto;
}
header .inner {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  position: relative
}
header .inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
header a {
  text-decoration: none;
}
header h1 {
  position: relative;
  text-align: left;
  left: 0;
  right: 0;
  z-index: 0;
  margin-bottom: 20px;
}
header h1 img{
  width: 160px;
  height: auto
}
header .hd_weather {
  position: relative;
  z-index: 9;
  font-weight: bold;
  float: left;
  line-height: 1.5;
}
header .hd_weather .meta span {
  font-size: 14px;
}
header .hd_weather .meta span#weather, header .hd_weather .meta span#temp {
  font-size: 10px;
}
header .hd_nav {
  position: absolute;
z-index: 9;
float: right;
text-align: right;
right: 6px;
top: 65px;
}
header .hd_nav ul li {
  display: inline-block;
  margin-left: 10px;
}
header .hd_nav ul li.em a {
  font-weight: bold;
  font-size: 11px;
  background-color: #FFFFFF;
  border: 1px solid #231815;
  padding: 5px 15px;
  border-radius: 100px;
}
header .hd_nav ul li.em a:hover {
  background-color: #009A5B;
  color: #FFF;
  border: 1px solid #231815;
  text-decoration: none;
}
header .hd_nav ul li.fb {}
header .hd_nav ul li.fb i {
  font-size: 24px;
  position: relative;
  bottom: -5px;
}
/*--NAVIGATION-------------*/
#gnav {
    display: none;
    clear: both;
    transition: 0s;
    width: 100%;
    height: 100vh;
    background-color: rgba(248,247,240,0.90);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
#gnav .inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#gnav ul {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-top: 60px;
}
#gnav ul li {
  display: block;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
}
#gnav ul li:first-child {
  margin-left: 0;
}
#gnav ul li:last-child {
  margin-right: 0;
}
#gnav ul li a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
#gnav ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #009A5B;
  transition: .3s;
}
#gnav ul li a:hover {
  text-decoration: none;
}
#gnav ul li a:hover::after {
  width: 100%;
}
.fixed {
  transition: 0s;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 1000;
  background-color: #F8F7F0;
}
header #gnav.fixed .inner {
  transition: 0s;
  padding-top: 0px;
  padding-bottom: 0px;
}
/*--MAINVIS-------------*/
#mainVis {
  height: 70vh;
  position: relative;
  margin-bottom: 50px;
  clear: both;
}
#mainVis #mv_copy {
  position: absolute;
  text-align: center;
  margin-top: 20px;
  left: 0;
  right: 0;
  z-index: 99
}
#mainVis #mv_copy img{
width: 90%;
height: auto;
}
#mainVis #slide_main, #mainVis .swiper-slide {
  height: 70vh;
  background-position: center center;
  background-size: cover;
}
#mainVis .sl01 {
  background-image: url(../../images/mv01_sp.jpg);
}
#mainVis .sl02 {
  background-image: url(../../images/mv02_sp.jpg);
  background-position: center center;
}
#mainVis .sl03 {
  background-image: url(../../images/mv03_sp.jpg);
}
#mainVis .sl04 {
  background-image: url(../../images/mv04_sp.jpg);
}
#mainVis .sl05 {
  background-image: url(../../images/mv05_sp.jpg);
}
/*--INDEX_OUTLINE-------------*/
#index_outline {
    background-image: url(../../images/index_bg01_sp.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 60px;
    background-size: contain;
}
#index_outline .inner {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#index_outline .inner .txt {
  width: 100%;
  padding-left: 0%;
  float: none;
  font-size: 16px;
  font-weight: bold
}
#index_outline .inner .txt h2 {
  margin-bottom: 15px;
}
#index_outline .inner .txt h2 img {
  width: 100%;
  height: auto
}
#index_outline .inner .map {
  width: 100%;
  float: none;
  padding-top: 20px;
}
#index_outline .inner .map img {
  width: 100%;
  height: auto;
}
#index_outline .inner #cloud_outline01 {
  position: absolute;
  right: -340px;
  top: -30px;
  display: none
}
#index_outline .inner #cloud_outline02 {
  position: absolute;
  left: -380px;
  top: 130px;
   display: none
}
#index_outline .inner #cloud_outline03 {
  position: absolute;
  right: -200px;
  bottom: 80px;
   display: none
}
.btn_detail {
  margin-top: 20px;
}
.btn_detail a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  background-color: #FFFFFF;
  border: 1px solid #231815;
  padding: 3px 20px;
  border-radius: 100px;
  text-decoration: none;
  display: block;
  width: calc(100% - 42px);
  background-image: url(../../images/btn_detail_arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 30px auto;
}
.btn_detail.long a {
  width: auto;
}
.btn_detail a strong {
  color: #E60012
}
.btn_detail a:hover {
  background-color: #009A5B;
  color: #FFF;
  border: 1px solid #231815;
  background-image: url(../../images/btn_detail_arrow_w.png);
  background-repeat: no-repeat;
}
.btn_detail a:hover strong {
  color: #FFF100
}
/*--INDEX_NEWS-------------*/
#index_news {
  background-image: url(../../images/index_bg02_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 70px;
  padding-top: 40px;
  font-size: 14px;
  background-size: contain;
}
#index_news .inner {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#index_news h2 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #4B4B4B;
}
#index_news .cont_l {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  float: none
}
#index_news .cont_r {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  float: none
}
#index_news .btn_detail {
  margin-bottom: 30px;
}
#index_news .btn_detail a {
  margin-left: auto;
  margin-right: auto;
}
#index_news table {
  line-height: 1.8;
}
#index_news table th {
  padding-right: 10px;
}
#index_news table td.label span {
  font-size: 11px;
  border: 1px solid #231815;
  padding: 2px 5px;
  line-height: 1;
  text-align: center;
  border-radius: 100px;
  margin-right: 10px;
  width: 5em;
  display: inline-block
}
#index_news table td,
#index_news table th{
  display: block;
}
#index_news table th,
#index_news table td.label{
float: left;
}
#index_news table td.ttl{
clear: both;
padding-bottom: 15px;
}
#index_news .inner #cloud_news01 {
  position: absolute;
  left: -150px;
  top: -40px;
  display: none;
}
#index_news .inner #cloud_news02 {
  position: absolute;
  right: -320px;
  top: 170px;
  display: none;
}

.cms_sub_list{
width: 100%;
margin-left: auto;
margin-right: auto;
}

/*--INDEX_PRODUCT-------------*/
#index_product {
    background-image: url(../../images/index_bg03_sp.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 70px;
    padding-top: 40px;
    font-size: 14px;
    background-size: 320px auto;
}
#index_product .inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#index_product h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
#index_product ul {
  padding-bottom: 0px;
  text-align: center
}
#index_product ul li {
  width: 140px;
  height: 140px;
  margin-right: 10px;
  margin-left: 10px;
  float: none;
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}
#index_product ul li:last-child {
  margin-right: 0px;
}
#index_product .btn_detail a {
  margin-left: auto;
  margin-right: auto;
}
#index_product ul li .bg_ph {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}
#index_product ul li .bg_ph img {
  transition: 1s all;
  width: 100%;
  height: auto;
}
#index_product ul li a {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9;
}
#index_product ul li a img {
  width: 100%;
  height: auto;
  padding-top: 100px;
}
#index_product ul li a:hover + .bg_ph img {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
/*--INDEX_BNR-------------*/
#index_bnr {
  padding-top: 20px;
  padding-bottom: 40px;
}
#index_bnr ul {
  text-align: center
}
#index_bnr ul li {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
#index_bnr ul li img{
width: 130px;
height: auto;
}
#index_bnr ul.second {
  margin-top: 1em
}
#index_bnr ul.second img{
  width: 80%;
  height: auto
}
.pageTop {
  position: fixed;
  right: 5px;
  bottom: 40px;
  font-size: 18px;
  padding-left: 10px;
  background-color: #009A5B;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}
.pageTop a {
  color: #F8F7F0;
}
/*--FOOTER-------------*/
footer {
  background-color: #009A5B;
  color: #FFF;
  text-align: center;
  clear: both;
  padding-top: 30px;
  padding-bottom: 25px;
}
footer a{
color: #FFF!important
}
footer .logo {
  margin-bottom: 20px;
}
footer .logo img{
width: 160px;
height: auto
}
footer ul {
  padding-top: 30px;
  font-size: 12px;
  text-align: left
}
footer ul br{
display: none;
}
footer li {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}
footer li a {
  color: #FFF !important;
  text-decoration: none
}
footer li a:hover {
  color: #FFF !important;
  text-decoration: underline
}
/*--CONTENTS-------------*/
.contents {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
}
.contents.nopad {
  padding-bottom: 0px;
}
.contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
.contents h2 {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.contents h2.line {
    padding-top: 40px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 4px solid rgba(1,154,91,1.00);
    margin-bottom: 30px;
}
.contents h2.line.red {
    padding-top: 40px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 4px solid #DA262D;
    margin-bottom: 30px;
    color: #DA262D
}
.contents h3 {
  padding-top: 40px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
}
.contents .ttl_line {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
  margin-top: 30px;
}
.contents .notice {
  font-size: 11px;
  margin-bottom: 20px;
}
/*--SUB_NAVIGATION-------------*/
#subnav {
  clear: both;
  height: auto;
}
#subnav .inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#subnav ul {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
#subnav ul li {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
#subnav ul li a {
  position: relative;
  display: inline-block;
  transition: .3s;
  text-decoration: none;
}
#subnav ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #000;
  transition: .3s;
}
#subnav ul li a:hover {
  text-decoration: none;
  color: #000;
}
#subnav ul li a:hover::after {
  width: 100%;
}
/*--ABOUT-------------*/
.greet_txt {
  float: none;
  width: 100%;
}
.greet_ph {
  float: none;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  padding-top: 30px;
}
.greet_ph img {
  margin-bottom: 15px;
}
.greet_ph.mark img {
  margin-top: 0px;
}

.mark_txt img{
width: 100%;
height: auto;
}
.outline_txt {
  float: none;
  width: 100%;
  padding-bottom: 20px;
}
.outline_map {
  float: nonoe;
  width: 100%;
  position: relative;
}
.outline_map div {
  position: relative;
  text-align: center
}
.outline_map div img{
width: 90%;
height: inherit
}
.about_mv {
  width: 100%;
  margin-bottom: 80px;
}
.about_mv img {
  width: 100%;
  height: auto;
}
.tbl_outline {
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
  width: 100%;
  font-size: 12px;
}
.tbl_outline th, .tbl_outline td {
  padding: 2px 5px;
  border-bottom: 1px solid #282828;
  border-left: 1px solid #282828;
  display: block;
}
.tbl_outline th {
  background-color: #009A5B;
  color: #FFF;
}
.about_policy {
  padding-top: 30px;
}
.about_policy li {
  width: 100%;
  margin-right: 0%;
  float: none;
  font-size: 12px;
  margin-bottom: 2em;
}
.about_policy li:last-child {
  margin-right: 0%;
}
.about_policy li .ttl {
  font-size: 14px;
  font-weight: bold;
}
/*--ACTIVITIES-------------*/
.activities_mv {
  margin-bottom: 20px;
}
.activities_mv img {
  width: 100%;
  height: auto;
}
.activities_logo {
  text-align: center;
  padding-top: 30px;
}
.activities_logo img{
width: 200px;
height: auto;
}
.plow_list {}
.plow_list li {
  width: calc(100% - 22px);
  padding: 60px 10px 10px 20px;
  margin-right: 8%;
  float: left;
  border: 1px solid #231815;
  background-color: #FFFFFF;
  background-image: url(../../images/_activities/plow_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px;
}
.plow_list li:last-child {
  margin-right: 0%;
}
.plow_list li .ttl {
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}
.plow_list li .ttl span {
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.plow_list li .ph img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.plow_list .btn_detail {
  margin-top: 20px
}
.plow_list .btn_detail a {
  width: calc(100% - 40px) !important
}
/*--ISSUE-------------*/
#issue {}
.issue_thum_list li {
  width: 20.5%;
  margin-right: 6%;
  float: left;
  margin-bottom: 30px;
  text-align: center;
}
.issue_thum_list li:nth-child(4n) {
  margin-right: 0%;
}
.issue_thum_list li .thum {
  margin-bottom: 10px;
}
.issue_thum_list li .thum img {
  width: 100%;
  height: auto;
}
.issue_list li {
  margin-right: 2%;
  float: left;
  margin-bottom: 30px;
}
/*--BANK-------------*/
#bank_cont {
  width: 100%;
  float: none
}
#bank_cont #bank_nav {
  padding-bottom: 50px;
}
#bank_cont #bank_nav li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
  float: left;
  font-weight: bold;
  font-size: 16px;
}
#bank_cont #bank_nav li:nth-child(3n) {
  margin-right: 4%;
}
#bank_cont #bank_nav li:nth-child(2n) {
  margin-right: 0%;
}
#bank_cont #bank_nav li .thum img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.bank_thum_list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
  float: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
min-height: auto;
}
.bank_thum_list li:nth-child(3n) {
  margin-right: 4%;
}
.bank_thum_list li:nth-child(2n) {
  margin-right: 0%;
}
.bank_thum_list li .thum {
  margin-bottom: 10px;
}
.bank_thum_list li .thum img {
  width: 100%;
  height: auto;
}
#bank_bnr {
  width: 100%;
  float: none;
  padding-top: 60px;
}
#bank_bnr ul li {
  margin-bottom: 0px;
  width: 46%;
  margin-right: 4%;
  float: left;
  min-height: 150px;
}
#bank_bnr ul li:nth-child(2n) {
  margin-right: 4%;
}
#bank_bnr ul li img {
  width: 100%;
  height: auto
}
.tbl_atm {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #FFF;
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
  font-size: 11px;
}
.tbl_atm th, .tbl_atm td {
  padding: 2px 5px;
  border-bottom: 1px solid #282828;
  border-left: 1px solid #282828;
}
.tbl_atm th {
  background-color: #009A5B;
  color: #FFF;
  white-space: nowrap
}
.tbl_atm strong {
white-space: nowrap
}
.bank_read {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.bank_read strong {
  color: #E60012
}
#bank .btn_detail a {
  width: auto !important
}
#bank #subnav ul {
  text-align: left !important
}
.bank_term_list {
  padding-left: 0.5em;
}
/*--SERVICE-------------*/
#service {}
#service h3 {
  text-align: center;
}
.service_list {
  padding-top: 40px;
  padding-bottom: 50px;
}
.service_list li {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 30px;
  float: none;
    min-height: auto;
}
.service_list li:nth-child(3n) {
  margin-right: 0%;
}
.service_list li .ttl {
  font-weight: bold;
  font-size: 20px;
}
.service_list li .thum img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.service_list li .exp {
  font-size: 13px;
  line-height: 1.5;
}
.service_list li .btn_detail {
  margin-top: 15px !important;
}
.service_list li .btn_detail a {
  width: calc(100% - 40px) !important
}
/*--FACILITIES-------------*/
#facilities {}
#facilities #gmap {
  margin-bottom: 40px;
}
#facilities #gmap iframe {
  width: 100%;
  height: 200px;
}
#faci_heading i {
  color: #009A5B
}
#faci_heading ul {
  padding-bottom: 30px;
}
.faci_heading_bx {
  float: none;
  padding-right: 0px;
}
.faci_heading_bx.end {
  padding-right: 0px;
}
.faci_heading_bx .ttl {
  background-color: #FFF;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  min-width: 250px;
  text-align: center
}
.faci_heading_bx i {
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
.anc {
  padding-top: 30px;
  margin-top: -30px;
}
.anc2 {
  padding-top: 60px;
  margin-top: -60px;
}
#facilities .ttl_line i {
  color: #009A5B;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
.faci_list {
  padding-top: 20px;
  padding-bottom: 30px;
}
.faci_list li {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 30px;
  float: left;
}
.faci_list li:nth-child(3n) {
  margin-right: 0%;
}
.faci_list li .ttl {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.faci_list li .ttl i {
  color: #009A5B;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
.faci_list li .thum img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.faci_list li .exp {
  font-size: 13px;
  line-height: 1.5;
}
.faci_list li .btn_detail {
  margin-top: 15px !important;
}
.faci_list li .btn_detail a {
  width: calc(100% - 40px) !important
}
.faci_list.honten li {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 60px;
  float: none;
}
.faci_list.honten li .thum {
  width: 100%;
  float: none;
  margin-right: 30px;
}
.faci_list.honten li .honten_meta {
  float: none;
}
.faci_list table th, .faci_list table td {
  padding-right: 1.5em;
  vertical-align: top;
}
.faci_list table td.hdg{
display: block;
width: 100%;
}
.faci_list table td{
display: inline
}
/*--PRODUCT-------------*/
#product_nav ul {
  text-align: center;
  padding-bottom: 100px;
}
#product_nav.sub ul {
  padding-bottom: 0px;
}
#product_nav ul li {
  display: inline-block;
  width: 18%;
  margin-left: 0px;
  margin-right: 0px;
}
#product_nav ul li img {
  width: 100%;
  height: auto;
  display: block;
position: relative;
}
#product_index {}
#product_index li {
  padding-bottom: 80px;
}
#product_index .ph {
    width: 100%;
    height: 150px;
    position: relative;
    margin-bottom: 15px;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}
#product_index .ph.ph_rice {
  background-image: url(../../images/_product/mv_rice.jpg);
}
#product_index .ph.ph_vegetables {
  background-image: url(../../images/_product/mv_vegetables.jpg);
}
#product_index .ph.ph_soy {
  background-image: url(../../images/_product/mv_soy.jpg);
}
#product_index .ph.ph_meat {
  background-image: url(../../images/_product/mv_meat.jpg);
}
#product_index .ph.ph_foods {
  background-image: url(../../images/_product/mv_foods.jpg);
}
#product_index .ph .label {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: -50px;
}
#product_index .ph .label img {
  width: 100px;
  height: auto
}
#product_index .btn_detail a {
  margin-left: auto;
  margin-right: auto
}
#product .mv_product {
  position: relative;
  margin-bottom: 60px;
}
#product .mv_product img {
  width: 100%;
  height: auto;
}
#product .mv_product .label {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: -50px;
}
#product .mv_product .label img {
  width: 100px;
  height: auto
}
.ph_right {
  float: right;
  padding-left: 10px;
}
#product .ph_right img{
width: 100px;
height: auto
}
.rice_list {
  padding-top: 30px;
}
.rice_list li {
  width: 100%;
  margin-bottom: 30px;
  margin-right: 0%;
  float: left;
}
.rice_list li:nth-child(2n) {
  margin-right: 0;
}
.rice_list li .ttl {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.rice_list li .ph{
text-align: center
}
.rice_list li .ph img {
  width: 90%;
  height: auto;
}
.people {
  padding-top: 40px;
}
.people .ph {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.people .ph img {
  width: 100%;
  height: auto
}
.people .txt {
  width: 100%;
  float: none;
}
.people .label img {
  width: 100px;
  height: auto
}
.people .txt .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}
.people .txt .name_sub {
  font-size: 14px;
}
.people .txt .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.people .txt .name span {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ft_bg_rice {
    width: 100%;
    height: 150px;
    background-image: url(../../images/_product/ft_bg_rice_sp.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.ft_bg_vege_mid {
  width: 100%;
  height: 150px;
  background-image: url(../../images/_product/ft_bg_vege_mid_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 60px;
  background-size: contain;
}
.ft_bg_vege {
  width: 100%;
  height: 150px;
  background-image: url(../../images/_product/ft_bg_vege_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.ft_bg_soy {
  width: 100%;
  height: 150px;
  background-image: url(../../images/_product/ft_bg_soy_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.ft_bg_meat {
  width: 100%;
  height: 150px;
  background-image: url(../../images/_product/ft_bg_meat_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.ft_bg_food {
  width: 100%;
  height: 150px;
  background-image: url(../../images/_product/ft_bg_food_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
#product #subnav {
  margin-top: 120px;
  margin-bottom: 60px;
}
.vege_bx {}
.vege_bx.first {
  margin-top: 80px;
}
.vege_bx .ph {
  margin-bottom: 15px;
}
.vege_bx .ph img {
  width: 100%;
  height: auto
}
.vege_bx .ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
.vege_bx .ttl span {
  border-bottom: 1px solid #000000;
}
.vege_bx h3 {
  padding-top: 30px !important;
}
.soy_list {
  padding-top: 30px;
}
.soy_list li {
  width: 100%;
  margin-bottom: 30px;
  margin-right: 0%;
  float: none;
}
.soy_list li:nth-child(3n) {
  margin-right: 0;
}
.soy_list li .ttl {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.soy_product_list {}
.soy_product_list li {
  width: 100%;
  margin-bottom: 30px;
  margin-right: 0%;
  float: none;
  font-size: 15px;
}
.soy_product_list li:nth-child(2n) {
  margin-right: 0;
}
.soy_product_list li .ttl {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.soy_product_list li .ph {
  text-align: center;
  padding-top: 15px;
}
.soy_product_list li .ph img {
  width: 70%;
  height: auto;
}
.soy_product_list li .btn_detail a {
  width: calc(100% - 40px) !important
}
.btn_detail.ctr a {
  margin-left: auto;
  margin-right: auto
}
.meat_link_sp {
  background-image: url(../../images/_product/meat_link_sp_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
}
.meat_link_sp .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  line-height: 1.5;
}
.meat_link_sp .btn_detail {
  margin-top: 10px !important;
}
.meat_link_sp .btn_detail a {
  width: auto;
  line-height: 1.3
}
.food_product_list {
  margin-top: 80px;
}
.food_product_list li {
  width: 100%;
  margin-bottom: 60px;
  font-size: 15px;
}
.food_product_list li .ph {
  float: none;
  width: 100%;
}
.food_product_list li .ph img {
  width: 100%;
  height: auto;
}
.food_product_list li .txt {
  float: none;
  width: 100%;
}
.food_product_list li .ttl {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.food_product_list li .btn_detail a {
  width: calc(100% - 40px) !important
}
/*--EMERGENCY-------------*/
table.em {
  font-size: 14px;
  font-weight: bold;
}
table.em th {
  font-weight: bold;
  padding-top: 1em;
}
table.em th, table.em td {
  padding-right: 0em;
  display: block;
}
table.em i {
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  color: #009A5B
}
table.em .num {
  font-size: 20px;
}
table.em .num img {
  margin-top: -5px;
  margin-right: 5px;
  vertical-align: middle;
  width: 30px;
  height: auto;
}
/*--MAILFORM-------------*/
#mailformpro {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact_notice {}
.contact_notice i {
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  color: #009A5B
}
.contact_notice .end {
  padding-top: 2em;
  padding-bottom: 3em
}
.contact_notice .ind {
  padding-left: 0.7em;
  text-indent: -0.7em;
}
#mailformpro table {
  width: 100%;
}
#mailformpro table th, #mailformpro table td {
  display: block;
}
#mailformpro table th {
  white-space: nowrap;
  vertical-align: top;
  padding-top: 20px;
  font-weight: bold;
  font-size: 18px;
}
#mailformpro table .form_field {
  width: calc(100% - 4px) !important;
  padding: 2px !important;
}
#mailformpro .req {
  color: #009A5B
}
#mailformpro .submit_btn {
  display: block;
  font-weight: bold;
  font-size: 14px;
  background-color: #FFFFFF;
  border: 1px solid #231815;
  padding: 7px 20px;
  border-radius: 100px;
  text-decoration: none;
  display: block;
  width: 300px;
  background-image: url(../../images/btn_detail_arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 30px auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}
#mailformpro .submit_btn:hover {
  background-color: #009A5B;
  color: #FFF;
  border: 1px solid #231815;
  background-image: url(../../images/btn_detail_arrow_w.png);
  background-repeat: no-repeat;
}
.mfp_thanks {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 200px;
}
/*--contact-------------*/
.contact_txt {
  padding-top: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center
}
.contact_txt .num {
  font-size: 28px;
}

#mailformpro table {
  width: 100%;
}
#mailformpro table th, #mailformpro table td {
  display: block;
}
#mailformpro table th {
  white-space: nowrap;
  vertical-align: top;
  padding-top: 20px;
  font-weight: bold;
  font-size: 18px;
}
#mailformpro table .form_field {
  width: calc(100% - 4px) !important;
  padding: 2px !important;
}
#mailformpro .req {
  color: #009A5B
}
#mailformpro .submit_btn {
  display: block;
  font-weight: bold;
  font-size: 14px;
  background-color: #FFFFFF;
  border: 1px solid #231815;
  padding: 7px 20px;
  border-radius: 100px;
  text-decoration: none;
  display: block;
  width: 300px;
  background-image: url(../../images/btn_detail_arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 30px auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}
#mailformpro .submit_btn:hover {
  background-color: #009A5B;
  color: #FFF;
  border: 1px solid #231815;
  background-image: url(../../images/btn_detail_arrow_w.png);
  background-repeat: no-repeat;
}


/*--TOPIX-------------*/
.topix_bx {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.topix_bx .ph {
  text-align: center;
  margin-bottom: 5px;
  width: 100%;
  max-height: auto;
  margin-left: auto;
  margin-right: auto
}
.topix_bx .ph img {
    width:auto;
    height:auto;
    max-width:100%;
    max-height:auto;
}
.topix_bx .exp {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}
.topix_bx .ttl {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
.topix_bx .btn_detail a {
  margin-left: auto;
  margin-right: auto;
}
/*--ARTICLE-------------*/
.entry {
  background-color: #F2F2F2;
  margin-bottom: 50px;
}
.entry a {
  text-decoration: none;
}
.entry a:hover {
  text-decoration: none;
}
.entry p {
  margin: 0 0 20px 0;
  zoom: 1;
}
.entry p strong {
  font-weight: bold;
}
.entry p img.aligncenter {
  display: block;
  margin: auto;
}
.entry p img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.entry p img.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.entry h1 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h5 {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry h6 {
  font-size: 0.7em;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.entry ul li {
  list-style: disc;
  margin: 5px 0 5px 20px;
}
.entry ol li {
  list-style: decimal;
  margin: 5px 0 5px 20px;
}
/* clearfix */
.entry p:before, .entry p:after {
  content: "";
  display: table;
}
.entry p:after {
  clear: both;
}
.entry .date {
  font-weight: bold;
}
.entry .cat-data {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
}
.entry .tag li {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
  display: inline-block;
  float: left;
}
.entry .tag li:first-child {
  color: #464646;
  background-color: #FFF;
}
/*--PAGENATION-------------*/
.pagination {
  margin: 40px 0 30px;
  text-align: center;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  display: inline-block;
  width: auto;
}
.pagination li a, .pagination li > span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
}
.pagination li > span {
  color: #fff;
  background-color: #464646;
}
.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}
.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}

/*--SDG'S-------------*/
.sdgs_ttl{
text-align: center;
margin-bottom: 20px;
}
.sdgs_ttl img{
width: 90%;
height: auto
}
ul.sdga_list{
margin-bottom: 15px;
}
ul.sdga_list li{
width: 32%;
margin-right: 2%;
margin-bottom: 10px;
float: left
}
ul.sdga_list li:nth-child(6n){
margin-right: 0%
}
ul.sdga_list li:nth-child(3n){
margin-right: 0%
}
ul.sdga_list.half li:nth-child(6n){
margin-right: 0%!important;
}
ul.sdga_list.half br{
display: none
}
ul.sdga_list li img{
width: 100%;
height: auto
}

ul.sdgs_ph{
margin-bottom: 15px;
padding-top: 15px;
}
ul.sdgs_ph li{
width: 48.5%;
margin-right: 3%;
float: left;
margin-bottom: 20px;
line-height: 1.3;
font-size: 12px;
}
ul.sdgs_ph li:nth-child(2n){
margin-right: 0%;
}
ul.sdgs_ph li img{
width: 100%;
height: auto;
margin-bottom: 5px;
}

/*--LOAN-------------*/
ul.loan_list{}
ul.loan_list li{
width: 49%;
margin-right: 2%;
float: left;
margin-bottom: 15px;
}
ul.loan_list li:nth-child(4n){
margin-right: 0%;
}
ul.loan_list li:nth-child(2n){
margin-right: 0%;
}
ul.loan_list li img{
width: 100%;
height: auto
}
#loan .contents h3 {
  padding-top: 30px;
  font-weight: bold;
  font-size: 20px;
  text-align: center
}

.loan_h4{
    font-weight: 600;
    border-bottom: 1px solid #0D0D0D;
    margin-bottom: 20px;
    margin-top: 50px;
	font-size: 22px;
}
.tx_gr{
color: #009A5B
}

.colmun_green{
	background-color: #D6F7E9;
	border-radius: 20px;
	padding: 10px 20px;
	text-align: center;
	margin-top: 30px;
}
.colmun_green .btn_detail {
  margin-top: 20px;
}
.colmun_green .btn_detail a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  background-color: #FFFFFF;
  border: 1px solid #231815;
  padding: 3px 20px;
  border-radius: 100px;
  text-decoration: none;
  width: calc(100% - 42px);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 30px auto;
}
.colmun_green .btn_detail a:hover {
  background-color: #009A5B;
  color: #FFF;
  border: 1px solid #231815;
  background-image: none;
  background-repeat: no-repeat;
}


.colmun_white{
	background-color: #FFF;
	border-radius: 20px;
	padding: 10px 20px;
	text-align: center;
	margin-top: 30px;
	 border: 1px solid #000000;
	margin-bottom: 50px;
}
.colmun_white .ttl{
    font-size: 18px;
	margin-bottom: 1em
}
.colmun_white table{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.colmun_white table th{
white-space: nowrap;
vertical-align: top
}

h4.ttl_center{
    text-align: center;
    border-bottom: 1px solid #000000;
	font-size: 22px;
	margin-bottom: 20px;
}
.ttl_or{
	color: #D68C00;
	font-size: 16px;
	margin-top: 0.7em;
}
p.ind {
	padding-left:1em;
}
.txt_red{
	color: #DA262D;
}
#loan h2 img{
width: 70%;
height: auto
}
.loan_header{
text-align: center;
font-weight: bold;
font-size: 16px;
padding-bottom: 40px;
}
.loan_header .read{
margin-bottom: 1em;

}
.loan_header .heading{
font-size: 20px;
}
.loan_header .num{
font-size: 32px;
line-height: 1.5;
}

.loan_strong{
    font-weight: 600;
	font-size: 16px;

}
.contents h3.loan_bg {
	padding-top: 5px!important;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 16px!important;
	background-color: #FFFFFF;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 60px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	display: block;
	text-align: left!important
}
.contents h3.loan_privacy {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 28px;
	margin-top: 30px;
	margin-bottom: 10px;
	display: block;
	text-align: left!important
}
.ac_cont{
display: none
}

.nav-open{
position: relative;
cursor: pointer;
}
.nav-open::before{/* 閉じている時 */
content: "＋";
position: absolute;
right: 20px;
}
.nav-open.active::before{/* 開いている時 */
content: "－";
}


.contents .loan_h5 {
	font-weight: bold;
	font-size: 16px;
	padding-right: 60px;
	padding-top: 10px;
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px solid #000000;
}

.loan_tbl{
background-color: #FFF;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
width: 100%;
}
.loan_tbl th,.loan_tbl td{
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
padding: 0.5em 1em;
font-size: 11px;
}
.loan_tbl th{
white-space: nowrap
}
.loan_tbl.th_green{
text-align: center
}
.loan_tbl.th_green th{
background-color: #009A5B;
color: #FFF;
text-align: center
}

.tbl_ttl{
margin-top: 3em
}

.loan_tbl_line{
border-top: 1px solid #000000;
border-left: 1px solid #000000;
width: 100%;
}
.loan_tbl_line th,.loan_tbl_line td{
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
padding: 0.5em 1em;
font-size: 11px;
}

.btn_loan {
  margin-top: 80px;
  text-align: center
}
.btn_loan input {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  background-color: #EFFF9A;
  border: 1px solid #231815!important;
  padding: 3px 20px;
  border-radius: 100px!important;
  text-decoration: none;
}
.btn_loan input:hover {
  background-color: #009A5B;
  color: #FFF;
  border: 1px solid #231815;
}
.btn_back_loan{
text-align: center;
margin-top: 50px;
}



  input {
    font-size: 16px !important;
  } /*フォームのフォーカスOFF*/
  /* iOSでのデフォルトスタイルをリセット */
  input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
  }
  input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus, input[type="button"]::focus {
    outline-offset: -2px;
  }
  /*SP NAV*/
  #panel-btn {
    display: inline-block;
    position: fixed;
    width: 40px;
    height: 40px;
    margin: 5px 0 10px;
    border-radius: 50%;
    right: 20px;
    top: 10px;
    z-index: 9999999;
    animation-duration: 2s;
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #009A5B;
    transition: .2s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: #009A5B;
    transition: .3s;
  }
  #panel-btn-icon:before {
    margin-top: -6px;
  }
  #panel-btn-icon:after {
    margin-top: 4px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }
  #panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}