/*------------------------------------------------------------------------

common

------------------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  background: url(../img/bk.jpg) repeat-x;
}
p {
  font-size: 93.8%;
}
.fL {
  float: left;
}
.fR {
  float: right;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/*========== flex用*/
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: box;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: box;
  -js-display: flex;
  display: flex;
}
.flex3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: box;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: box;
  -js-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.list2 li {
  width: 50%;
}
.list2-2 li {
  width: 49%;
}
.list2-3 li {
  width: 49.5%;
}
.list3 li {
  width: 32%;
}
.list3 li ul li {
  width: 100%;
}
.list4 li {
  width: 23%;
}
.wrap {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
div[id^="attachment_"] {
  width: 100% !important;
}
div[id^="attachment_"] img {
  width: 100%;
  height: auto;
}
/*font*/
.min {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.small {
  font-size: 60%;
}
.s20 {
  font-size: 125%;
}
.s24 {
  font-size: 150%;
}
.s35 {
  font-size: 218.8%;
}
ul.normal_list li {
  font-size: 93.8%;
  margin-left: 20px;
  list-style-type: disc;
}
ol.normal_list li {
  font-size: 93.8%;
  margin-left: 20px;
  list-style-type: decimal;
}
.orange {
  color: #F15A25;
}
/*余白*/
.mab10 {
  margin-bottom: 10px;
}
.mab20 {
  margin-bottom: 20px;
}
.mab30 {
  margin-bottom: 30px;
}
.mab40 {
  margin-bottom: 40px;
}
.mab50 {
  margin-bottom: 50px;
}
.mab80 {
  margin-bottom: 80px;
}
.mat50 {
  margin-top: 50px;
}
/*ボタン*/
.bt {
  margin-right: 40%;
}
.bt_back {
  margin-left: 40%;
}
.bt a, .bt_back a {
  font-size: 87.5%;
  color: #fff;
  display: block;
  padding: 5% 8%;
  background: #005D00;
  position: relative;
  text-decoration: none;
}
.bt_back a {
  text-align: right;
}
.bt a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.bt_back a::after {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.bt_more a {
  font-size: 87.5%;
  color: #005D00;
  display: block;
  padding: 3% 8%;
  background: #C5E17B;
  position: relative;
  text-decoration: none;
  border: 1px solid #005D00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bt_more a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #005D00;
  border-right: 2px solid #005D00;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.bt_more a:hover {
  background: #AAD23E;
}
.more {
  clear: both;
  margin: 10px 0;
}
.form_bt {
  width: 50%;
  margin: 0 auto;
}
/*layout*/
.ver_m {
  vertical-align: middle;
}
.ver_tt {
  vertical-align: text-top;
}
.w48 {
  width: 48%;
}
@media all and (max-width: 799px) {
  .form_bt {
  width: 70%;
}
}
/*------------------------------------------------------------------------

header

------------------------------------------------------------------------*/
/*言語切り替え*/
#lang {
  width: 100%;
}
#lang li {
  font-size: 75%;
  display: inline;
  line-height: 50px;
}
#lang li a {
  color: #fff;
  text-decoration: none;
  background: #005E00;
  padding: 0.8% 1.5%;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#lang li.off_lang a {
  background: rgba(0, 94, 0, .5);
}
#lang li a:hover {
  background: #005E00;
}
/*プライマリーナビゲーション*/
#primary {
  padding: 0 0 15px 0;
}
#primary li {
  font-size: 75%;
  display: inline;
}
#primary li a {
  color: #666;
  position: relative;
  margin-right: 20px;
}
#primary li a:hover, #primary li a:active {
  color: #C00;
}
#primary li a::after {
  position: absolute;
  top: 50%;
  right: -15px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #43A100;
  border-right: 2px solid #43A100;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
/*ロゴ*/
#headerL .logo {
  width: 44%;
}
#headerL .logo:lang(en) {
  width: 30%;
}
#headerL img {
  width: 100%;
  vertical-align: bottom !important;
  margin-right: 10px;
}
#headerL h1 {
  font-size: 93.8%;
  color: #666;
}
#headerL {
  width: 49%;
}
#headerR {
  width: 43%;
}
#headerL:lang(en) {
  width: 70%;
} /*english*/
#headerR:lang(en) {
  width: 29%;
} /*english*/
/*お問い合わせ*/
.tel {
  font-size: 81.3%;
  color: #666;
}
.tel span {
  font-size: 230%;
  font-weight: bold;
  color: #005D0D;
  display: block;
  padding: 10px 0
}
.contact_bt {
  width: 41.86%;
}
.contact_bt:lang(en) {
  width: 70%;
} /*english*/
.contact_bt img {
  width: 100%;
}
/*------------------------------------------------------------------------

nav

------------------------------------------------------------------------*/
nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
nav ul:lang(en) {
  display: block;
} /*english*/
nav ul li {
  text-align: center;
  padding: 0 3.3% 1% 3.3%;
  background: url(../img/nav_line.gif) no-repeat right top;
}
nav ul li:lang(en) {
  display: inline-block;
  width: 24.5%;
  padding: 1% 0;
} /*english*/
nav ul li.pc_end:lang(en) {
  background: none;
} /*english*/
nav ul li.non {
  background: none;
}
nav {
  margin: 15px 0;
  border-bottom: 6px solid #EFEFEF;
}
nav ul li a span {
  font-size: 68.8%;
  display: block;
  color: #007F34;
}
nav ul li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  width: 100%;
  display: block;
}
nav ul li a:lang(en) {
  display: inline-block;
  float: left;
} /*english*/
nav ul li a:visited {
  color: #000;
}
nav ul li a:hover {
  color: #c00;
}
/*IE9*/
nav ul li:not(:target) {
  display: inline-block\9;
}
nav ul li a:not(:target) {
  display: block\9;
  float: left\9;
  padding: 0%\9;
}
nav ul li a span:not(:target) {
  display: block\9;
} /*IE9*/
#global-nav li.sp {
  display: none;
}
/*------------------------------------------------------------------------

パンくず

------------------------------------------------------------------------*/
#list {
  margin: 20px 0;
}
#list li {
  float: right;
  font-size: 81.3%;
}
#list li, #list li a, #list li a:visited {
  color: #666;
}
#list li a:hover {
  color: #000;
}
#list li span {
  padding: 0 20px;
}
/*------------------------------------------------------------------------

main

------------------------------------------------------------------------*/
#main {
  width: 70%;
}
#main section {
  margin-bottom: 30px;
}
#page_ti {
  font-size: 187.5%;
  font-weight: bold;
  color: #000;
  background: url(../img/ti.jpg) no-repeat left;
  padding: 50px 0 50px 160px;
}
#page_ti:lang(en) {
  font-size: 187.5%;
  font-weight: bold;
  color: #000;
  background: url(../img/ti.jpg) no-repeat left;
  padding: 80px 0 80px 160px;
}
#page_ti span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 46%;
  color: #5EAC7E;
  display: block;
  margin-top: -10px;
}
.sec_ti {
  font-size: 87.5%;
  padding: 2% 0;
  border-bottom: 1px dotted #015D1E;
  background: url(../img/sec_ti.jpg) repeat-x;
  margin-bottom: 10px;
}
.sec_ti span {
  color: #999;
  border-left: 1px solid #999;
  margin-left: 10px;
  padding-left: 10px;
}
.kado_ti {
  margin: 20px 0;
}
.kado_ti span {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #333;
  padding: 0.5% 3%;
}
#contact_box {
  border: 5px solid #FFBC11;
  padding: 1.5%;
  box-sizing: border-box;
  margin: 20px 0;
}
#con_ti {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}
#con_ti:lang(en) {
  font-size: 150%;
  font-weight: bold;
  text-align: left;
}
#con_lead {
  font-size: 93.8%;
  border-bottom: 5px double #999;
  margin: 8px 0;
  text-align: center;
}
#con_L {
  width: 55%;
}
#con_L .tf .number {
  font-size: 187.5% !important;
}
#con_R {
  width: 42%;
}
#con_R p {
  font-size: 81.3%;
}
/*------------------------------------------------------------------------

aside

------------------------------------------------------------------------*/
aside {
  width: 25%;
}
aside ul li img {
  width: 100%;
}
#pagelink, #pagelink2, .pagelink_blog {
  background: url(../img/bk_side_menu.jpg) repeat;
  padding: 5px;
  margin-bottom: 30px;
}
#pagelink dt, #pagelink2 dt, .pagelink_blog dt {
  color: #fff;
  padding-left: 10px;
  background: url(../img/side_ti.jpg) no-repeat;
  line-height: 90px;
}
#pagelink dd, #pagelink2 dd, .pagelink_blog dd, .pagelink_blog li {
  font-size: 87.5%;
  background: #fff;
}
.midashi {
  font-size: 100% !important;
  color: #fff !important;
  background: #009200 !important;
  padding: 1% !important;
}
#pagelink dd a, #pagelink2 dd a, .pagelink_blog dd a, .pagelink_blog li a {
  color: #666;
  width: 87%;
  display: block;
  text-decoration: none;
  padding: 5% 8% 5% 5%;
  border-bottom: 1px solid #666;
  position: relative;
}
#pagelink dd a::after, #pagelink2 dd a::after {
  position: absolute;
  top: 40%;
  right: 10px;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 2px solid #015D1E;
  border-right: 2px solid #015D1E;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.pagelink_blog dd a::after, .pagelink_blog li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 2px solid #015D1E;
  border-right: 2px solid #015D1E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pagelink dd a:hover, #pagelink2 dd a:hover, .pagelink_blog dd a:hover, .pagelink_blog li a:hover {
  background: #eee;
}
/*------------------------------------------------------------------------

ページの先頭へ

------------------------------------------------------------------------*/
#pagetop {
  font-size: 100%;
  background: #009200;
  position: relative;
  line-height: 50px;
  clear: both;
}
#pagetop a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
}
#pagetop:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 146, 0, 0);
  border-bottom-color: #009200;
  border-width: 10px;
  margin-left: -10px;
}
.gotop {
  width: 30px;
  height: 30px;
  margin: 40px 0;
  float: right;
}
/*------------------------------------------------------------------------

footer

------------------------------------------------------------------------*/
footer {
  background: #005E00;
  padding: 30px 0;
}
#footL {
  width: 60%;
  margin-top: 30px;
}
#footL div img.logo {
  width: 100%;
}
.foot_tel, address {
  color: #fff;
}
.telbox {
  font-size: 93.8%;
  border: 1px solid #99BF99;
  padding: 1%;
  width: 100%;
  margin-left: 5px;
}
.telbox span {
  font-size: 137.5%;
  font-weight: bold;
}
.telbox a {
  color: #fff;
  text-decoration: none;
}
address {
  font-size: 93.8%;
  margin: 10px 0;
}
address span {
  font-size: 112.5%;
  margin-right: 10px;
}
.pp {
  margin: 10px 0;
  position: relative;
}
.pp a:lang(en) {
  margin: 0;
  position: relative;
}
.pp a {
  font-size: 75%;
  color: #fff;
  margin-left: 20px;
}
.pp a::after {
  position: absolute;
  top: 50%;
  right: -15px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#copy {
  font-size: 81.3%;
  color: #99BF99;
  margin: 10px 0;
}
#footR {
  width: 37%;
}
#footR img {
  width: 100%;
}
/*****************************************************************************************************************************
******************************************************************************************************************************
スマホ***********************************************************************************************************************/
@media all and (max-width: 799px) {
  .fL, .fR {
    float: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrap {
    max-width: 94%;
  }
  .wrap img {
    max-width: 100%;
  }
  /*font*/
  .small {
    font-size: 60%;
  }
  .s24 {
    font-size: 125%;
  }
  .s35 {
    font-size: 125%;
    font-weight: bold;
  }
  /*ボタン*/
  .bt {
    margin-right: 0;
  }
  .bt a {
    font-size: 87.5%;
    padding: 5% 8%;
  }
  /*layout*/
  .w48 {
    width: 100%;
  }
  /*------------------------------------------------------------------------

header

------------------------------------------------------------------------*/
  /*プライマリーナビゲーション*/
  #primary {
    display: none;
  }
  /*ロゴ*/
  #headerL .logo, #headerL .logo:lang(en) {
    width: 70%;
    margin: 0 0 10px 0;
  }
  #headerL img {
    vertical-align: auto;
    margin-right: 0;
    display: block;
  }
  #headerL, #headerR, #headerL:lang(en), #headerR:lang(en) {
    width: 100%;
  }
  #headerR {
    padding: 2%;
    text-align: center;
    border: 1px solid #999;
    box-sizing: border-box;
  }
  #headerR:lang(en) {
    border: none;
  } /*english*/
  /*お問い合わせ*/
  .contact_bt, .contact_bt:lang(en) {
    width: 90%;
    margin: 10px auto;
  }
  .contact_bt img {
    width: 100%;
  }
  .tel span a {
    color: #005D0D;
    text-decoration: none;
  }
  /*------------------------------------------------------------------------

nav

------------------------------------------------------------------------*/
  .inner {
    width: 100%;
    margin: 0 auto;
  }
  .inner:after {
    content: "";
    clear: both;
    display: block;
  }
  #top-head {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    line-height: 1;
    z-index: 999;
  }
  #top-head a, #top-head {
    color: #fff;
    text-decoration: none;
  }
  #top-head .inner {
    position: relative;
  }
  /* Btn Hover */
  #global-nav ul li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    bottom: -20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }
  #global-nav ul li:hover:after {
    background: #fff;
    bottom: -30px;
  }
  /* Fixed */
  #top-head.fixed {
    margin-top: 0;
    top: 0;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(0, 0, 0, .7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
  }
  #top-head.fixed .logo {
    color: #333;
  }
  #top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
  }
  /* Fixed Btn Hover */
  #top-head.fixed #global-nav ul li:after {
    bottom: -10px;
  }
  #top-head.fixed #global-nav ul li:hover:after {
    background: #0062B8;
    bottom: -20px;
  }
  /* Toggle Button */
  #nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 5px;
    width: 44px;
    height: 46px;
    cursor: pointer;
    z-index: 101;
    background: #000;
    border: 1px solid #000;
  }
  #top-head.open #nav-toggle {
    top: 15px;
  }
  #nav-toggle div {
    position: relative;
    margin: 4px;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 3px;
  }
  #nav-toggle span:nth-child(2) {
    top: 15px;
  }
  #nav-toggle span:nth-child(3) {
    top: 27px;
  }
  #top-head, .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 30px;
    left: 0px;
    position: absolute;
    margin-top: 0;
  }
  #top-head.open {
    top: 20px;
    position: absolute;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #global-nav {
    position: absolute;
    top: -800px;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    text-align: left;
    padding: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #global-nav ul li:after {
    display: none;
  }
  #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
    font-size: 100%;
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
    padding: 350px 0 10px 0;
  }
  #global-nav ul li {
    float: none;
    width: 100%;
    border: none;
    box-sizing: border-box;
  }
  #global-nav ul li a {
    width: 96%;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  #global-nav ul li a:hover, #global-nav ul li a:active {
    background: none;
  }
  nav ul {
    display: block;
  }
  nav ul li:lang(en) {
    text-align: left;
    padding: 1%;
    background: none;
    display: block;
  }
  nav {
    margin: 0;
    border-bottom: none;
  }
  nav ul li a span {
    display: none;
  }
  nav ul li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    width: 100%;
    display: block;
  }
  #global-nav ul li a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #global-nav li.sp {
    display: block;
  }
  /*------------------------------------------------------------------------

パンくず

------------------------------------------------------------------------*/
  #list {
    display: none;
  }
  /*------------------------------------------------------------------------

main

------------------------------------------------------------------------*/
  #main {
    width: 100%;
  }
  #page_ti {
    background: url(../img/ti.jpg) no-repeat center;
    padding: 50px 0;
    text-align: center;
  }
  #page_ti:lang(en) {
    background: url(../img/ti.jpg) no-repeat center;
    padding: 80px 0;
  }
  .sec_ti {
    padding: 4% 0;
  }
  .sec_ti span {
    display: none;
  }
  /*お問い合わせエリア*/
  #con_L, #con_R {
    width: 100%;
  }
  /*------------------------------------------------------------------------

aside

------------------------------------------------------------------------*/
  aside {
    width: 100%;
    margin-bottom: 30px;
  }
  #pagelink dt, #pagelink2 dt, .pagelink_blog dt {
    padding: 2%;
    background: #015D1E;
    line-height: 140%;
  }
  #pagelink dd a::after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .pagelink_blog dd a::after {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*------------------------------------------------------------------------

footer

------------------------------------------------------------------------*/
  footer {
    padding: 10px 0;
  }
  #footL {
    width: 100%;
    margin-top: 0;
  }
  #footL div img.logo {
    width: 50%;
  }
  .telbox {
    padding: 1%;
    width: 98%;
    margin: 10px 0;
  }
  .telbox span {
    font-size: 137.5%;
    font-weight: bold;
    display: block;
  }
  address span {
    display: block;
  }
  .pp {
    display: none;
  }
  #copy {
    font-size: 81.3%;
    color: #99BF99;
    margin: 10px 0;
  }
  #footR {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  /*========== flex用*/
  .flex, .flex2, .flex3 {
    display: block;
  }
  .list2 li, .list3 li, .list2-2 li, .list2-3 li, .list4 li {
    width: 100%;
  }
}