﻿body {
    color: #333333;
    font-family: "YakuHanMP", Lato, "Noto Serif JP", serif;
    font-size: 1.6rem;
    line-height: 1.6
  }
  
  a {
    color: #004d00;
    text-decoration: none;
    transition: all 0.3s ease
  }
  
  a:hover {
    color: green
  }
  
  a:hover img {
    opacity: .6
  }
  
  img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease
  }
  
  #header .inner {
    margin: 0 auto;
    width: 1000px;
    padding: 25px 0
  }
  
  #header .inner #logo {
    float: left
  }
  
  #header .inner #head_right {
    float: right;
    margin-top: 7px
  }
  
  #header .inner #head_right #tel {
    font-size: 1.2rem;
    line-height: 1.1;
    text-align: right
  }
  
  #header .inner #head_right #tel span {
    font-size: 3.6rem;
    font-weight: bold
  }
  
  #header .inner #head_right #tel span:before {
    font-family: 'FontAwesome';
    content: "\f095";
    color: #004d00;
    margin-right: 5px
  }
  
  #header .inner #head_right #head_area {
    font-size: 1.3rem;
    background: #b99800;
    color: #FFFFFF;
    text-align: center
  }
  
  #navi {
    background: -moz-linear-gradient(top, #fff 0%, #fefefe 50%, #eee 50%, #eee 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #fefefe 50%, #eee 50%, #eee 100%);
    background: linear-gradient(to bottom, #fff 0%, #fefefe 50%, #eee 50%, #FFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    border-top: 1px solid #CCCCCC;
    border-bottom: 7px solid #004d00;
    padding: 15px 0
  }
  
  #navi ul {
    width: 1000px;
    margin: 0 auto;
    text-align: center
  }
  
  #navi ul li {
    float: left;
    width: 166.66667px;
    border-left: 1px solid #CCCCCC;
    box-sizing: border-box
  }
  
  #navi ul li:last-child {
    border-right: 1px solid #CCCCCC
  }
  
  #navi ul li a {
    display: block;
    position: relative;
    color: #333333;
    font-weight: bold
  }
  
  #navi ul li a span {
    display: block;
    color: #004d00;
    font-size: 1rem
  }
  
  #navi ul li a:hover {
    color: #004d00
  }
  
  #page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999
  }
  
  #page-top a {
    display: block;
    background: #b99800;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #b99800;
    font-family: 'FontAwesome';
    text-align: center
  }
  
  #page-top a:hover {
    background-color: #FFFFFF;
    color: #b99800
  }
  
  .foot_navi {
    padding: 30px 0;
    border-top: 1px solid #CCCCCC;
    text-align: center
  }
  
  .foot_navi ul {
    margin: 0 auto;
    width: 1000px
  }
  
  .foot_navi ul li {
    float: left;
    width: 16.6%
  }
  
  .foot_navi ul li a {
    color: #333333;
    position: relative;
    padding-left: 20px;
    font-size: 1.4rem
  }
  
  .foot_navi ul li a:before {
    content: "";
    background-color: #b99800;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .6em;
    left: 0
  }
  
  .foot_navi ul li a:hover {
    color: #b99800
  }
  
  #footer {
    background: #004d00;
    color: #FFFFFF;
    border-top: 5px solid #b99800;
    text-align: center
  }
  
  #footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0
  }
  
  #footer .inner .copyright {
    font-size: 1.2rem
  }
  
  #sp_navi {
    display: none
  }
  
  .bg_contact {
    background: url(../img/bg_contact.jpg) no-repeat center;
    background-size: cover
  }
  
  .bg_contact .inner {
    padding: 60px 0
  }
  
  .bg_contact .inner .single {
    margin-bottom: 0
  }
  
  .contact_bnr {
    text-align: center
  }
  
  .contact_bnr li {
    display: inline-block;
    margin: 0 15px
  }
  
  .contact_bnr li .bnr_tel {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #004d00
  }
  
  .contact_bnr li .bnr_tel:before {
    content: "\f095"
  }
  
  .contact_bnr li .bnr_tel:hover {
    background: #004d00;
    border: 1px solid #004d00;
    color: #FFFFFF
  }
  
  .contact_bnr li .bnr_fax {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #004d00
  }
  
  .contact_bnr li .bnr_fax:before {
    content: "\f1ac"
  }
  
  .contact_bnr li .bnr_mail {
    border: 1px solid #004d00;
    background: -moz-linear-gradient(-45deg, #004d00 50%, green 50%);
    background: -webkit-linear-gradient(-45deg, #004d00 50%, green 50%);
    background: linear-gradient(135deg, #004d00 50%, green 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$base_color', endColorstr='lighten($base_color, 10%)', GradientType=1)
  }
  
  .contact_bnr li .bnr_mail:before {
    content: "\f0e0"
  }
  
  .contact_bnr li .bnr_mail:hover {
    background: #004d00
  }
  
  .contact_bnr li a,
  .contact_bnr li span {
    display: block;
    padding: 13px 20px;
    width: 250px;
    color: #FFFFFF;
    font-weight: bold
  }
  
  .contact_bnr li a:before,
  .contact_bnr li span:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    margin-right: 10px
  }
  
  #slideshow {
    overflow: hidden;
    position: relative;
    margin-bottom: 60px
  }
  
  #slideshow .wideslider {
    width: 100%;
    position: relative;
    overflow: hidden
  }
  
  #slideshow .wideslider ul {
    float: left;
    display: inline
  }
  
  #slideshow .wideslider ul li {
    float: left;
    display: inline
  }
  
  #slideshow .wideslider ul li img {
    width: 100%;
    display: none
  }
  
  #slideshow .wideslider .wideslider_base {
    top: 0;
    position: absolute
  }
  
  #slideshow .wideslider .wideslider_base .wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden
  }
  
  #slideshow .wideslider .slider_prev,
  #slideshow .wideslider .slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer
  }
  
  #slideshow .wideslider .slider_prev {
    background: url(../img/slider/prev.jpg) no-repeat right center #fff
  }
  
  #slideshow .wideslider .slider_next {
    background: url(../img/slider/next.jpg) no-repeat left center #fff
  }
  
  .single {
    margin: 0 auto 60px;
    width: 1000px
  }
  
  .bg01,
  .bg02 {
    padding: 60px 0
  }
  
  .bg01 .single,
  .bg02 .single {
    margin-bottom: 0
  }
  
  .bg01 {
    margin-bottom: 60px;
    background: #004d00;
    color: #FFFFFF
  }
  
  .bg01 a {
    color: #FFFFFF
  }
  
  .bg02 {
    background: #F9F9F9
  }
  
  .dotted {
    margin-bottom: 50px
  }
  
  .dotted:last-child {
    margin-bottom: 0
  }
  
  #main {
    float: left;
    width: 70%
  }
  
  #side {
    float: right;
    width: 26%
  }
  
  .mtitle_big {
    margin-bottom: 40px;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2
  }
  
  .mtitle_big span {
    display: block;
    font-size: 1.6rem;
    color: #b99800;
    font-weight: normal
  }
  
  .mtitle_big:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 50%;
    margin: 10px 0 0 -20px;
    display: block;
    background: #004d00
  }
  
  .mtitle {
    font-size: 2.2rem;
    overflow-x: hidden;
    margin-bottom: 15px;
    position: relative
  }
  
  .mtitle .ja {
    background: #FFFFFF;
    display: inline-block
  }
  
  .mtitle .en {
    background: #FFFFFF;
    font-size: 1.4rem;
    padding: 0 10px;
    font-weight: normal;
    color: #004d00
  }
  
  .mtitle::before {
    position: absolute;
    top: 50%;
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #CCCCCC
  }
  
  .mtitle_sub {
    margin-bottom: 15px;
    font-size: 2rem;
    color: #004d00
  }
  
  .mtitle_bll {
    margin-bottom: 20px;
    background: #FAFAFA;
    border-left: 4px solid #004d00;
    padding: 14px 15px 10px;
    font-size: 1.8rem;
    font-weight: 500
  }
  
  .mtitle_category {
    margin-bottom: 5px;
    font-size: 1.8rem
  }
  
  .mtitle_category:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: "\f0ca";
    margin-right: 5px;
    color: #004d00
  }
  
  .btn01 {
    display: block;
    box-sizing: border-box;
    margin: 20px auto 0;
    width: 300px
  }
  
  .btn01 a {
    display: block;
    padding: 13px 0;
    background: -moz-linear-gradient(-45deg, #004d00 50%, green 50%);
    background: -webkit-linear-gradient(-45deg, #004d00 50%, green 50%);
    background: linear-gradient(135deg, #004d00 50%, green 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$base_color', endColorstr='lighten($base_color, 10%)', GradientType=1);
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    border: 1px solid #004d00
  }
  
  .btn01 a:after {
    font-family: 'FontAwesome';
    font-weight: bold;
    content: "\f138";
    margin-left: 10px;
    color: #FFFFFF
  }
  
  .btn01 a:hover {
    background: #004d00
  }
  
  .btn02 {
    width: 300px;
    margin: 30px auto 0
  }
  
  .btn02 a {
    display: block;
    position: relative;
    padding: 18px 0;
    background-color: #004d00;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;
    color: #FFFFFF
  }
  
  .btn02 a i {
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 68px;
    height: 1px;
    background-color: #FFFFFF;
    transition: all 0.3s ease
  }
  
  .btn02 a:hover i {
    width: 34px
  }
  
  .newsbox {
    display: flex
  }
  
  .newsbox .news-ttl {
    width: 170px;
    font-size: 2.5rem;
    font-weight: bold;
    border-right: 3px solid #FFFFFF;
    line-height: 1.2;
    text-align: center
  }
  
  .newsbox .news-ttl span {
    display: block;
    color: #b99800;
    font-size: 1.2rem
  }
  
  .newsbox .news-bx {
    flex: 1;
    padding: 8px 0 0 50px
  }
  
  .news-bl dt {
    float: left;
    width: 7em
  }
  
  .news-bl dd {
    padding: 0 0 10px 8em;
    border-bottom: 1px dotted #aaa;
    margin: 0 0 10px
  }
  
  .news-bl dd:last-child {
    margin: 0;
    border-bottom: none
  }
  
  .news {
    overflow: hidden;
    margin: 15px auto 30px
  }
  
  .news dt {
    float: left;
    width: 7em;
    padding: 3px 5px;
    line-height: 1.3;
    background: #004d00;
    color: #FFFFFF;
    text-align: center
  }
  
  .news dd {
    padding: 0 0 10px 9em;
    line-height: 1.6;
    border-bottom: 1px dotted #DDDDDD;
    margin: 0 0 10px
  }
  
  .news dd:last-child {
    margin: 0;
    border-bottom: none
  }
  
  .tbl {
    width: 100%
  }
  
  .tbl th,
  .tbl td {
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    padding: 10px
  }
  
  .tbl th {
    background: #fafafa
  }
  
  .tbl th.cell01 {
    width: 50%
  }
  
  .tbl01 th {
    width: 20%
  }
  
  .tbl_new {
    width: 100%
  }
  
  .tbl_new tr th,
  .tbl_new tr td {
    vertical-align: top;
    padding: 10px
  }
  
  .tbl_new tr:nth-child(odd) th,
  .tbl_new tr:nth-child(odd) td {
    background: #F3F3F3
  }
  
  .tbl_simple {
    width: 100%
  }
  
  .tbl_simple th,
  .tbl_simple td {
    border-bottom: 1px solid #004d00;
    padding: 20px;
    vertical-align: middle
  }
  
  .tbl_simple th {
    font-weight: bold;
    width: 24%;
    text-align: left
  }
  
  .tbl_simple th span {
    display: block;
    border-right: 1px solid #004d00
  }
  
  .company {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px
  }
  
  .company th,
  .company td {
    padding: 10px;
    vertical-align: middle
  }
  
  .company th {
    text-align: left;
    width: 20%;
    position: relative;
    background: #004d00;
    color: #FFFFFF;
    font-weight: bold
  }
  
  .company th::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #fafafa;
    border-width: 10px;
    border-left-color: #004d00;
    margin-top: -10px
  }
  
  .company td {
    background: #fafafa;
    padding-left: 20px
  }
  
  .list_common {
    padding-left: 0
  }
  
  .list_common li {
    padding-bottom: 10px;
    margin: 0 0 10px 1.5em;
    border-bottom: 1px dotted #e5e5e5
  }
  
  .list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
  }
  
  .list_disc li:before {
    font-family: 'FontAwesome';
    content: "\f111";
    margin: 0 5px 0 -1.5em;
    color: #004d00
  }
  
  .list_check li:before {
    font-family: 'FontAwesome';
    content: "\f14a";
    margin: 0 5px 0 -1.5em;
    color: #b99800
  }
  
  .list_note li {
    margin-bottom: 10px;
    padding-left: 1.5em
  }
  
  .list_note li:last-child {
    margin-bottom: 0
  }
  
  .list_note li:before {
    content: "※";
    margin: 0 5px 0 -1.5em;
    color: #FF0000
  }
  
  .ggmap {
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden
  }
  
  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
  
  .column2 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -3%
  }
  
  .column2 .child {
    width: 48.44%;
    margin: 0 3% 3% 0;
    position: relative
  }
  
  .column2 .child:nth-child(2n) {
    margin: 0 0 3% 0
  }
  
  .column3 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -3%
  }
  
  .column3 .child {
    width: 31.3%;
    margin: 0 3% 3% 0;
    position: relative
  }
  
  .column3 .child:nth-child(3n) {
    margin: 0 0 3% 0
  }
  
  .column3.align-items {
    align-items: center
  }
  
  .column4 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
  }
  
  .column4 .child {
    width: 23.5%;
    margin: 0 2% 2% 0;
    position: relative
  }
  
  .column4 .child:nth-child(4n) {
    margin: 0 0 2% 0
  }
  
  .point {
    position: relative;
    margin-bottom: 15px
  }
  
  .point p {
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -18.5px;
    width: 37px;
    height: 37px;
    padding-top: 9px;
    border: 3px solid #FFFFFF;
    background: #004d00;
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    border-radius: 18.5px;
    box-sizing: border-box
  }
  
  .gallery_ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -3%
  }
  
  .gallery_ul li {
    width: 31.3%;
    margin: 0 3% 3% 0;
    text-align: center
  }
  
  .gallery_ul li:nth-child(3n) {
    margin: 0 0 3% 0
  }
  
  .gallery_ul li a {
    display: block;
    overflow: hidden;
    height: 220px;
    position: relative
  }
  
  .gallery_ul li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto
  }
  
  .gallery_ul li span {
    display: block;
    margin-top: 5px;
    font-size: 1.2rem
  }
  
  .date {
    display: block;
    margin-bottom: 15px
  }
  
  .date:before {
    font-family: 'FontAwesome';
    content: "\f017";
    margin-right: 5px
  }
  
  .pages {
    text-align: center;
    margin-top: 30px
  }
  
  .pages .page_next,
  .pages .page_prev {
    display: inline;
    margin: 0 20px
  }
  
  .category_navi {
    border: 1px solid #e5e5e5
  }
  
  .category_navi li a {
    display: block;
    padding: 15px;
    border-bottom: 1px dotted #e5e5e5
  }
  
  .category_navi li a:before {
    font-family: 'FontAwesome';
    content: "\f0a9";
    margin-right: 5px
  }
  
  .category_navi li a:hover {
    background: #FEFEFE
  }
  
  .category_navi li:last-child a {
    border-bottom: none
  }
  
  .top_bnr {
    display: block;
    position: relative;
    padding: 10px 10px 20px;
    border: 1px solid #CCCCCC;
    background: -moz-linear-gradient(top, #fff 2%, #FAFAFA 100%);
    background: -webkit-linear-gradient(top, #fff 2%, #FAFAFA 100%);
    background: linear-gradient(to bottom, #fff 2%, #FAFAFA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#FAFAFA', GradientType=0);
    color: #333333;
    min-height: 390px
  }
  
  .top_bnr:before,
  .top_bnr:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
  }
  
  .top_bnr:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto
  }
  
  .top_bnr:hover {
    color: #333333
  }
  
  .top_bnr:hover .more {
    color: #b99800
  }
  
  .top_bnr .figure {
    margin-bottom: 10px
  }
  
  .top_bnr .top_bnr_dl dt {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #CCCCCC
  }
  
  .top_bnr .top_bnr_dl dd {
    padding-top: 10px;
    border-top: 1px solid #FFFFFF
  }
  
  .top_bnr .more {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 1.4rem
  }
  
  .top_bnr .more:after {
    font-family: 'FontAwesome';
    content: "\f138";
    color: #b99800;
    margin-left: 5px
  }
  
  .flow_tbl {
    position: relative;
    border-collapse: separate;
    margin: 0 auto;
    width: 80%;
    border-spacing: 0 20px
  }
  
  .flow_tbl:before,
  .flow_tbl:after {
    position: absolute;
    top: 40px;
    content: '';
    display: block;
    width: 6px;
    height: 93%;
    margin-left: -3px;
    background: #FCFCFC;
    z-index: -1
  }
  
  .flow_tbl:before {
    left: 25%
  }
  
  .flow_tbl:after {
    right: 25%
  }
  
  .flow_tbl th,
  .flow_tbl td {
    padding: 10px
  }
  
  .flow_tbl .cell01,
  .flow_tbl .cell03 {
    width: 48%
  }
  
  .flow_tbl .cell_ttl {
    background: #FFFFFF;
    color: #004d00;
    font-size: 2rem;
    padding-bottom: 20px
  }
  
  .flow_tbl .cell_head {
    background: #FAFAFA;
    border: 1px solid #CCCCCC;
    text-align: center
  }
  
  .flow_tbl .cell_contents {
    background: #FCFCFC;
    position: relative;
    border-top: none
  }
  
  .tbbr,
  .spbr {
    display: none
  }
  
  .cut {
    overflow: hidden;
    zoom: 1
  }
  
  .area_img {
    width: 70%;
    margin: 0 auto
  }
  
  .page_title_box {
    background: url(../img/page_title_box.jpg) no-repeat center 85%;
    background-size: cover;
    margin-bottom: 20px
  }
  
  .page_title_box .inner {
    padding: 60px 0
  }
  
  .page_title_box .inner .page_title {
    text-align: center;
    color: #FFFFFF;
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1.2;
    -webkit-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
    -moz-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
    -ms-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8)
  }
  
  .page_title_box .inner .page_title span {
    display: block;
    font-size: 1.5rem
  }
  
  .breadcrumb {
    margin: 0 auto 40px;
    width: 1000px;
    padding-left: 0;
    font-size: 1.4rem
  }
  
  .breadcrumb li {
    display: inline
  }
  
  .breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
  }
  
  .breadcrumb li .home {
    font-family: 'FontAwesome'
  }
  
  .form {
    margin: 0 auto;
    width: 85%
  }
  
  .form dl dt {
    float: left;
    width: 280px;
    padding-top: 20px
  }
  
  .form dl dt span {
    color: #fff;
    background: #FF4F4F;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px
  }
  
  .form dl dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    border-bottom: 1px dotted #CCCCCC
  }
  
  .form dl dd:last-child {
    border-bottom: none
  }
  
  .form .textarea,
  .form textarea {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box
  }
  
  .form .textarea {
    height: 30px
  }
  
  .form .textarea02 {
    width: 48.5%;
    margin-right: 3%
  }
  
  .form .textarea02:last-child {
    margin-right: 0
  }
  
  .form .textarea03 {
    width: 20%;
    margin-right: 1%
  }
  
  .form button {
    cursor: pointer;
    position: relative;
    display: block;
    color: #FFFFFF;
    text-align: center;
    background: -moz-linear-gradient(-45deg, #004d00 50%, green 50%);
    background: -webkit-linear-gradient(-45deg, #b99800 50%, green 50%);
    background: linear-gradient(135deg, #004d00 50%, green 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$base_color', endColorstr='lighten($base_color, 10%)', GradientType=1);
    border: 1px solid #004d00;
    box-sizing: border-box;
    padding: 15px 0;
    transition: all 0.2s ease-in-out 0s;
    font-family: "YakuHanMP", Lato, "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: bold;
    width: 300px;
    margin: 0 auto
  }
  
  .form button:hover {
    background: #004d00
  }
  
  .form button:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: "\f0e0";
    margin-right: 10px
  }
  
  .form .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #333
  }
  
  .form .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 200%;
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 11px 35px 11px 11px;
    padding: .6875rem 2.1875rem .6875rem .6875rem;
    background: transparent;
    border: 0;
    outline: none;
    line-height: 1.5
  }
  
  .form .entypo-down-open-mini:before {
    font-family: "FontAwesome";
    content: "\f0ab";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #004d00
  }
  
  .form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
  }
  
  .form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: '';
    z-index: 3
  }
  
  .form label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #004d00;
    z-index: 1
  }
  
  .form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #f5f5f5
  }
  
  .form label.radio_text input[type="radio"]:checked {
    box-shadow: none
  }
  
  .form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #eeebda
  }
  
  .form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin: 0 20px 5px 0;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
  }
  
  .form label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3;
    padding: 1px;
    box-sizing: border-box
  }
  
  .form label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #004d00;
    border-bottom: 3px solid #004d00;
    transform: rotate(45deg);
    z-index: 1
  }
  
  .form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
  }
  
  .form label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
  }
  
  .form label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
  }
  
  .form label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
  }
  
/* フォームCMS */
.submit-btn {
	background: linear-gradient(135deg, #004d00 50%, green 50%) !important;
	border: 1px solid #004d00 !important;
    border-radius: 0px !important;
    font-family: "YakuHanMP",Lato,"Noto Serif JP",serif !important;
}

.submit-btn:hover {
	background: #004d00 !important;
}
/* ------------------------ */