@charset "UTF-8";
@font-face {
  font-family: "Arial Black";
  font-style: normal;
  font-weight: 400;
  display: swap;
  src: local("Arial Black"), url("ariblk_0.ttf") format("ttf");
}

html {
  font-size: 62.5%;
  min-height: 100%;
  overflow-y: scroll;
  background: #fff;
}

@media (max-width: 480px) {
  html {
    width: 100%;
    height: 100%;
  }
}

html body,
html dd,
html div,
html dl,
html dt,
html fieldset,
html form,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html input,
html li,
html ol,
html p,
html td,
html textarea,
html th,
html ul {
  padding: 0;
  margin: 0;
}

html article,
html aside,
html details,
html figcaption,
html figure,
html footer,
html header,
html hgroup,
html menu,
html nav,
html section {
  display: block;
  padding: 0;
  margin: 0;
}

html address,
html caption,
html em,
html strong,
html th {
  font-style: normal;
}

html caption,
html th {
  text-align: left;
}

html hr,
html legend {
  display: none;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-size: 100%;
}

html ol,
html ul {
  list-style: none;
}

html a img,
html fieldset {
  border: none;
}

html a:visited {
  text-decoration: none;
}

html p {
  margin-bottom: 12px;
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html blockquote,
html dl,
html ol,
html pre,
html table,
html ul {
  margin-bottom: 0;
}

html table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #272727;
  font-size: 1.6em;
  font-family: "Noto Sans JP", sans-serif, "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: none;
  letter-spacing: 1.5px;
  line-height: 1.8;
  height: 100%;
  min-width: 1040px;
  background: #fff;
  -webkit-animation: fadeIn 1s ease-out;
          animation: fadeIn 1s ease-out;
}

@media (max-width: 480px) {
  body {
    position: relative;
    width: 100%;
    min-width: 100%;
    font-size: 1.6em;
    -webkit-overflow-scrolling: touch;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#page {
  margin: 0 auto;
  width: auto;
}

@media (max-width: 480px) {
  #page {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  #page.open {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: fixed;
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
  }
}

#header {
  min-width: 1020px;
}

@media (max-width: 480px) {
  #header {
    min-width: 100%;
  }
}

#header .header {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  #header .header {
    padding: 15px 2%;
    max-width: 100%;
  }
}

#header .header img {
  display: block;
}

@media (max-width: 480px) {
  #header .header img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #header .header .head-logo {
    width: 60%;
  }
}

@media (max-width: 480px) {
  #header .header .head-inquiry {
    display: none;
  }
}

#header .header .head-inquiry a {
  background-color: #4ABA0D;
  background-image: url("../img/arrow-wh.png");
  background-position: center right 20px;
  background-repeat: no-repeat;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 10px 40px 12px 30px;
  width: 330px;
}

#header .header #sp_navi {
  display: none;
}

@media (max-width: 480px) {
  #header .header #sp_navi {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 480px) {
  #header .header #sp_navi li {
    width: 47%;
  }
}

#gnavi {
  min-width: 1040px;
}

@media (max-width: 480px) {
  #gnavi {
    font-size: 1.1rem;
    border-top: inherit;
    border-bottom: inherit;
    padding: 20px 5%;
    height: 100%;
    width: 80%;
    min-width: 80%;
    background: #f6fee4;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    right: -80%;
    top: 0;
  }
}

#gnavi ul {
  margin: 0 auto;
  max-width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  #gnavi ul {
    padding: 5% 0;
    max-width: 100%;
    display: block;
  }
}

#gnavi ul:after {
  content: '';
  display: block;
  clear: both;
}

#gnavi ul li {
  width: 16%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  #gnavi ul li {
    border-bottom: 1px solid #1f5710;
    width: 100%;
    display: block;
  }
}

#gnavi ul li:nth-of-type(5) {
  width: 20%;
}

@media (max-width: 480px) {
  #gnavi ul li:nth-of-type(5) {
    width: 100%;
  }
}

#gnavi ul li a {
  color: #272727;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 17px;
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media (max-width: 480px) {
  #gnavi ul li a {
    color: #1f5710;
    font-size: 1.4rem;
    text-align: left;
    padding: 14px 0;
    background: #f6fee4;
  }
}

#gnavi ul li a:before {
  border-left: 1px solid #e2e2e2;
  height: 15px;
  width: 100%;
  display: inline-block;
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 480px) {
  #gnavi ul li a:before {
    content: none;
  }
}

#gnavi ul li a:after {
  content: "";
  height: 5px;
  width: 100%;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  #gnavi ul li a:hover {
    color: #497b23;
  }
  #gnavi ul li a:hover:after {
    background-color: #497b23;
  }
}

#gnavi ul li:nth-last-child(2) a:before {
  border-right: 1px solid #e2e2e2;
}

#gnavi ul li.contact {
  display: none;
}

@media (max-width: 480px) {
  #gnavi ul li.contact {
    display: block;
    border-bottom: none;
  }
  #gnavi ul li.contact a {
    background-color: #4ABA0D;
    background-image: url("../img/arrow-wh.png");
    background-repeat: no-repeat;
    background-position: center right 10px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
    padding: 5% 25px 6% 15px;
  }
}

#gnavi ul li.navi_slide {
  cursor: pointer;
  position: relative;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide {
    border-bottom: 0;
    cursor: default;
  }
}

#gnavi ul li.navi_slide:hover ul {
  display: block;
}

#gnavi ul li.navi_slide a {
  cursor: default;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide a {
    cursor: default;
  }
}

#gnavi ul li.navi_slide ul {
  border-bottom: 3px solid #497b23;
  border-radius: 0 0 4px 4px;
  padding: 0;
  height: inherit;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
  z-index: 5000;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul {
    font-size: 1.3rem;
    border-bottom: inherit;
    border-radius: 0 0 4px 4px;
    margin-left: 0;
    margin-bottom: 20px;
    height: inherit;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 5px #eee;
            box-shadow: 0 0 5px #eee;
    display: block;
    position: inherit;
    zoom: 1;
  }
}

#gnavi ul li.navi_slide ul li {
  color: #595757;
  text-align: center;
  margin: 0;
  width: 100%;
  float: none;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li {
    border-bottom: none;
  }
}

#gnavi ul li.navi_slide ul li:last-child {
  border: 0;
}

#gnavi ul li.navi_slide ul li a {
  color: #272727;
  cursor: pointer;
  font-size: 1.4rem;
  text-align: left;
  text-decoration: none;
  text-shadow: inherit;
  letter-spacing: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
  padding: 12px 14px;
  background: none;
  display: block;
  position: inherit;
}

@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a {
    color: #272727;
    font-size: 1.4rem;
    text-align: left;
    text-decoration: none;
    text-shadow: inherit;
    letter-spacing: 1px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 15px;
    padding: 10px 0;
    background: none;
    display: block;
    position: inherit;
  }
}

#gnavi ul li.navi_slide ul li a:after, #gnavi ul li.navi_slide ul li a:before {
  content: none;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  #gnavi ul li.navi_slide ul li a:hover {
    border-bottom: none;
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  #gnavi ul li.navi_slide ul li a:hover {
    background-color: #f6fee4;
  }
}

#gnavi ul li.navi_slide ul li:not(:last-child) a {
  border-bottom: 1px dashed #ccc;
}

@media (max-width: 480px) {
  #gnavi #close {
    color: #1f5710;
    font-size: 1.5rem;
    text-align: center;
    border: 1px solid #1f5710;
    padding: 5px 5%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
  }
  #gnavi #close span {
    font-size: 1.5rem;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  }
}

@media (max-width: 480px) {
  #drawer_underlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 480px) {
  #gnavi.open {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

#contents {
  background: #fff;
}

#contents .contents_header {
  background-image: url("../img/stitle-pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

@media (max-width: 480px) {
  #contents .contents_header {
    background-image: url("../img/stitle-sp.png");
    height: 200px;
  }
}

#contents .contents_header .head_inner .title {
  color: #fff;
  font-size: 3.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 250px;
}

@media (max-width: 480px) {
  #contents .contents_header .head_inner .title {
    font-size: 2.5rem;
    line-height: 200px;
  }
}

#contents .breadcrumbs {
  padding: 5px;
}

#contents .breadcrumbs ul {
  margin: 0 auto;
  max-width: 1020px;
}

@media (max-width: 480px) {
  #contents .breadcrumbs ul {
    max-width: 100%;
  }
}

#contents .breadcrumbs ul:after {
  content: '';
  display: block;
  clear: both;
}

#contents .breadcrumbs ul li {
  font-size: 1.3rem;
  margin-right: 5px;
  float: left;
}

#contents .breadcrumbs ul li a {
  color: #272727;
  margin-right: 4px;
  display: inline-block;
}

#contents .breadcrumbs ul li a:hover {
  text-decoration: none;
}

#contents .section {
  padding: 80px 0 40px;
}

@media (max-width: 480px) {
  #contents .section {
    padding: 40px 0;
  }
}

#contents .section:nth-child(even) {
  background-color: #f6fee4;
}

#contents .section:last-child {
  padding-bottom: 100px;
}

#contents .section .section_title {
  color: #272727;
  font-size: 3rem;
  text-align: center;
  margin: 0 auto 50px;
  padding: 8px 0;
  position: relative;
  max-width: 1020px;
}

@media (max-width: 480px) {
  #contents .section .section_title {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.4;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 8px 15px;
  }
}

#contents .section .section_title::before {
  content: "";
  background-color: #4ABA0D;
  width: 60px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#contents .section .section_title.main_title {
  background-image: url("../img/title_logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #2d3923;
  font-size: 2.3rem;
  min-height: 100px;
  line-height: 100px;
}

#contents .section .section_title.main_title::before {
  content: none;
}

@media (max-width: 480px) {
  #contents .section .section_title.main_title {
    background-size: contain;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 1.9rem;
    text-align: left;
    min-height: auto;
  }
}

#contents .section .section_title.blue::before {
  background-color: #11bfec;
}

#contents .section .section_inner {
  margin: 0 auto;
  padding: 0 0 20px;
  max-width: 1020px;
}

@media (max-width: 480px) {
  #contents .section .section_inner {
    padding: 10px 20px 20px;
    max-width: 100%;
  }
}

#contents .section .section_inner:not(:last-of-type) {
  margin-bottom: 80px;
}

#contents .section .section_inner .contents_title {
  border-bottom: 2px solid #464646;
  color: #4ABA0D;
  font-size: 2rem;
  margin-bottom: 15px;
  padding: 15px 0 5px;
}

#contents .section .section_inner .child_content_section {
  margin-bottom: 30px;
}

#contents .section .section_inner .child_content_section .section_title {
  border-bottom: 2px solid #464646;
  color: #4aba0d;
  font-size: 2rem;
  text-align: left;
  margin-bottom: 30px;
  padding: 15px 0 5px;
}

@media (max-width: 480px) {
  #contents .section .section_inner .child_content_section .section_title {
    font-size: 1.7rem;
    letter-spacing: 1px;
    line-height: 1.4;
    padding-bottom: 8px;
  }
}

#contents .section .section_inner .child_content_section .section_title::before {
  content: none;
}

#contents .section .section_inner .child_content_section .section_title.blue {
  color: #11bfec;
}

#contents .section .section_inner .child_content_section .section_inner {
  padding: 0 10px 15px;
  /* .in_content */
}

@media (max-width: 480px) {
  #contents .section .section_inner .child_content_section .section_inner {
    padding: 0;
  }
}

#contents .section .section_inner .child_content_section .section_inner .in_content {
  padding: 12px 5px 20px;
}

#contents .section .section_inner .child_content_section .section_inner .in_content .in_content_inner {
  padding: 10px 5px;
}

#contents .section.line {
  border-top: 1px dashed #ccc;
}

.footer {
  min-width: 1020px;
  background: #4A9236;
  position: relative;
}

@media (max-width: 480px) {
  .footer {
    min-width: 100%;
  }
}

.footer .contact_area {
  background-color: #fff;
  border-top: 1px solid #c7c7c7;
  padding: 80px 0;
}

@media (max-width: 480px) {
  .footer .contact_area {
    padding: 40px 0;
  }
}

.footer .contact_area_title {
  text-align: center;
  margin-bottom: 60px;
  color: #484848;
  font-size: 3.6rem;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .footer .contact_area_title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}

.footer .contact_area_title span {
  color: #4A9236;
  font-size: 1.6rem;
  display: block;
}

.footer .contact_area_inner {
  width: 1020px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .footer .contact_area_inner {
    width: 100%;
  }
}

.footer .contact_area_inner .btn_base {
  width: 440px;
}

@media (max-width: 480px) {
  .footer .contact_area_inner .btn_base {
    width: 90%;
    margin-bottom: 20px;
  }
}

.footer .contact_area_inner .btn_base a {
  position: relative;
  padding: 19px 35px 19px 15%;
}

@media (max-width: 480px) {
  .footer .contact_area_inner .btn_base a {
    padding: 15px 35px 19px 15%;
  }
}

.footer .contact_area_inner .btn_base a:before {
  content: "";
  background-image: url("../img/icon-mail-wh.png");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 31px;
  height: 100%;
  position: absolute;
  left: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image 0.9s;
  transition: background-image 0.9s;
}

@media (max-width: 480px) {
  .footer .contact_area_inner .btn_base a:before {
    left: 10%;
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .footer .contact_area_inner .btn_base a:hover::before {
    background-image: url("../img/icon-mail-lgr.png");
  }
}

.footer .contact_area_inner .btn_base.tel a {
  background-color: #fff;
  background-image: url("../img/icon-tel.png");
  background-repeat: no-repeat;
  background-position: center left 20%;
  border: 2px solid #272727;
  color: #272727;
  font-size: 2.8rem;
  padding: 10px 0 10px 50px;
}

@media (max-width: 480px) {
  .footer .contact_area_inner .btn_base.tel a {
    background-position: center left 10%;
    font-size: 2.2rem;
    padding: 10px 0 10px 30px;
  }
}

.footer .contact_area_inner .btn_base.tel a::before {
  content: none;
}

.footer #pagetop {
  display: none;
}

@media (max-width: 480px) {
  .footer #pagetop {
    width: 15%;
  }
}

.footer #pagetop:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
  .footer #pagetop:hover {
    opacity: 1;
  }
}

.footer #pagetop a {
  text-align: center;
  color: #000;
  text-decoration: none;
}

.footer #pagetop a img {
  display: block;
}

@media (max-width: 480px) {
  .footer #pagetop a img {
    width: 100%;
  }
}

.footer #pagetop.fixed {
  right: 3%;
  bottom: 50px;
  display: block;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

@media (max-width: 480px) {
  .footer #pagetop.fixed {
    right: 9px;
    bottom: 50px;
    display: block;
    z-index: 100;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.footer .footer_inner {
  margin: 0 auto;
  padding: 75px 0;
  width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .footer .footer_inner {
    display: block;
    padding: 55px 8% 30px;
    width: 100%;
  }
}

.footer .footer_inner a {
  color: #fff;
  text-decoration: none;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .footer .footer_inner a:hover {
    text-decoration: underline;
  }
}

.footer .footer_inner .footerinfo {
  width: 450px;
}

@media (max-width: 480px) {
  .footer .footer_inner .footerinfo {
    width: 100%;
    margin-bottom: 30px;
  }
}

.footer .footer_inner .footerinfo .footer_logo {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .footer .footer_inner .footerinfo .footer_logo {
    text-align: center;
  }
}

.footer .footer_inner .footerinfo .footer_logo img {
  max-width: 100%;
}

.footer .footer_inner .footerinfo dl {
  color: #fff;
  font-size: 1.6rem;
}

@media (max-width: 480px) {
  .footer .footer_inner .footerinfo dl {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.footer .footer_inner .footerinfo dl dd:not(:last-child) {
  margin-bottom: 20px;
}

.footer .footer_inner .footercontents {
  width: 550px;
}

@media (max-width: 480px) {
  .footer .footer_inner .footercontents {
    width: 100%;
  }
}

.footer .footer_inner .footercontents .footernavi {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .footer .footer_inner .footercontents .footernavi {
    margin: 0;
    padding: 0 0 25px;
    max-width: 100%;
  }
}

.footer .footer_inner .footercontents .footernavi:after {
  content: '';
  display: block;
  clear: both;
}

.footer .footer_inner .footercontents .footernavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .footer .footer_inner .footercontents .footernavi ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer .footer_inner .footercontents .footernavi ul li {
  margin-right: 0;
  margin-bottom: 15px;
  width: 33%;
}

@media (max-width: 480px) {
  .footer .footer_inner .footercontents .footernavi ul li {
    margin-right: 0;
    margin-bottom: 8px;
    width: 47%;
  }
}

.footer .footer_inner .footercontents .footernavi ul li:before {
  color: #fff;
  font-size: 1.3rem;
  margin-right: 13px;
  content: ">";
}

@media (max-width: 480px) {
  .footer .footer_inner .footercontents .footernavi ul li:before {
    margin-right: 3px;
  }
}

@media (max-width: 480px) {
  .footer .footer_inner .footercontents .footernavi ul li a {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.footer .footer_inner .footercontents .area {
  background-color: #fff;
  color: #4A9236;
  font-size: 1.6rem;
  text-align: center;
  padding: 12px 0;
  width: 265px;
}

@media (max-width: 480px) {
  .footer .footer_inner .footercontents .area {
    width: 100%;
  }
}

.footer .copy {
  border-top: 1px solid #fff;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  width: 80%;
}

@media (max-width: 480px) {
  .footer .copy {
    padding: 10px 0 13px;
  }
}

.footer .copy img {
  vertical-align: bottom;
  position: relative;
  top: -4px;
  left: 14px;
}

@media (max-width: 480px) {
  .footer .copy img {
    margin: 0 auto;
    display: block;
    top: 2px;
    left: auto;
  }
}

.footer .copy a {
  font-size: 1.3rem;
  color: #000;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 480px) {
  .footer .copy a {
    font-size: 2vw;
  }
}

.access_map {
  padding: 0 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .access_map {
    padding: 0 10px;
    width: 100%;
    display: block;
  }
}

.access_map_set {
  width: 47%;
}

@media (max-width: 480px) {
  .access_map_set {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .access_map_set:not(:last-child) {
    margin-bottom: 60px;
  }
}

.access_map_set:only-child {
  width: 100%;
}

.access_map_set:only-child .access_data dt {
  float: left;
}

@media (max-width: 480px) {
  .access_map_set:only-child .access_data dt {
    float: none;
  }
}

.access_map_set:only-child .access_data dd {
  padding-left: 80px;
}

@media (max-width: 480px) {
  .access_map_set:only-child .access_data dd {
    padding-left: 0;
  }
}

.access_map .map_title {
  border-bottom: 2px solid #464646;
  color: #4aba0d;
  font-size: 2rem;
  text-align: left;
  margin-bottom: 30px;
  padding: 0 0 5px;
}

@media (max-width: 480px) {
  .access_map .map_title {
    font-size: 1.7rem;
    letter-spacing: 1px;
    line-height: 1.4;
    padding-bottom: 8px;
  }
}

.access_map .map_title::before {
  content: none;
}

.access_map .map_title.blue {
  color: #11bfec;
}

.access_map .map_set {
  border: 1px dotted #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 23px;
  height: 450px;
  width: 100%;
}

@media (max-width: 480px) {
  .access_map .map_set {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    height: 200px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .access_map .map_set .guide {
    font-size: 1rem;
    padding: 13px 10px;
  }
}

.access_map .access_data {
  padding: 15px 0 0;
}

.access_map .access_data dl {
  padding: 0 5px;
}

.access_map .access_data dl:after {
  content: '';
  display: block;
  clear: both;
}

.access_map .access_data dl dt {
  color: #4ABA0D;
  font-weight: bold;
}

@media (max-width: 480px) {
  .access_map .access_data dl dd {
    margin-bottom: 12px;
  }
}

.access_map .access_data dl dd .postal_code {
  margin-right: 1.5rem;
}

@media (max-width: 480px) {
  .access_map .access_data dl dd .postal_code {
    margin-right: 0;
    display: block;
  }
}

.access_map .access_data dl dd a {
  color: #272727;
}

.privacy_section {
  padding: 50px 0 70px;
}

@media (max-width: 480px) {
  .privacy_section {
    padding: 30px 0 40px;
  }
}

.privacy_section .privacy_section_inner {
  margin: 0 auto;
  max-width: 1020px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner {
    padding: 0 10px;
    max-width: 100%;
  }
}

.privacy_section .privacy_section_inner .privacy_set {
  margin-bottom: 20px;
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
  font-size: 1.6rem;
  border-left: 6px solid #4ABA0D;
  margin-bottom: 30px;
  padding: 10px 15px;
  background-color: #f7f8f9;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
    border-left: 3px solid #4ABA0D;
    margin-bottom: 20px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
  padding: 0 10px 15px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
    padding: 0 5px 15px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
    text-indent: -45px;
    margin-bottom: 10px;
    padding-left: 35px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
  margin-bottom: 4px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
    margin-bottom: 10px;
  }
}

.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
  margin-bottom: 15px;
  padding-left: 40px;
}

@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
    margin-bottom: 30px;
    padding-left: 0;
  }
}

.inquiry_info {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .inquiry_info {
    display: block;
  }
}

.inquiry_info_set {
  margin: 0 5%;
}

@media (max-width: 480px) {
  .inquiry_info_set {
    margin: 0;
  }
}

.inquiry_info_set:not(:last-of-type) {
  margin-bottom: 15px;
}

.inquiry_info .no {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .inquiry_info .no {
    margin-bottom: 0;
  }
}

.inquiry_info .no a {
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
  text-decoration: none;
}

@media (max-width: 480px) {
  .inquiry_info .no a {
    font-size: 3rem;
    letter-spacing: 0;
  }
}

.inquiry_info .no a span {
  background-color: #4ABA0D;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  margin-right: 15px;
  padding: 2px 10px 3px;
}

@media (max-width: 480px) {
  .inquiry_info .no a span {
    font-size: 1.6rem;
    padding: 2px 5px 3px;
  }
}

.inquiry_info .fax {
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .inquiry_info .fax {
    letter-spacing: 0;
    font-size: 3rem;
    margin-bottom: 0;
  }
}

.inquiry_info .fax span {
  background-color: #4ABA0D;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  margin-right: 15px;
  padding: 2px 10px 3px;
}

@media (max-width: 480px) {
  .inquiry_info .fax span {
    font-size: 1.6rem;
    padding: 2px 5px 3px;
  }
}

.inquiry_info .time {
  margin-bottom: 0;
}

.attent_block {
  background-color: #f6fee4;
  border: 1px solid #e2eec9;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 40px;
}

@media (max-width: 480px) {
  .attent_block {
    font-size: 1.4rem;
    letter-spacing: 1px;
    padding: 20px;
  }
}

.attent_block .title {
  font-size: 1.6rem;
  text-shadow: 0.3px 0 0 #000;
  border-bottom: 1px solid #333;
  margin: 0 0 10px;
  padding: 5px 0;
}

@media (max-width: 480px) {
  .attent_block .title {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

.attent_block .title:before {
  content: "■";
  font: normal normal normal 18px/1 FontAwesome;
  margin-right: 6px;
}

@media (max-width: 480px) {
  .attent_block .title:before {
    margin-right: 3px;
  }
}

.thanks_title {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 30px;
}

.thanks_msg {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}

@media (max-width: 480px) {
  .thanks_msg {
    line-height: 1.8;
    text-align: left;
  }
}

.thanks_msg p {
  margin-bottom: 20px;
}

#MailForm span.any,
#MailForm span.required {
  color: #fff;
  font-size: 85%;
  border-radius: 3px;
  margin-right: 5px;
  padding: 2px 4px;
}

#MailForm span.required {
  background: #9b0000;
}

#MailForm span.any {
  background: #999;
}

@media (max-width: 480px) {
  #MailForm span.any {
    display: none;
  }
}

#MailForm table {
  border-top: 1px solid #ccc;
  margin: 0 0 25px;
  width: 100%;
}

@media (max-width: 480px) {
  #MailForm table {
    border: 0;
  }
}

#MailForm table td,
#MailForm table th {
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  padding: 35px;
}

@media (max-width: 480px) {
  #MailForm table td,
  #MailForm table th {
    border: 0;
    width: 100%;
    display: block;
  }
}

#MailForm table th {
  padding-left: 75px;
  width: 28%;
  position: relative;
  text-align: left;
}

@media (max-width: 480px) {
  #MailForm table th {
    border-bottom: 1px solid #ccc;
    font-size: 1.4rem;
    padding: 0 0 3px;
    width: 100%;
    background: none;
  }
}

#MailForm table th:before {
  content: "";
  background-color: #ccc;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 480px) {
  #MailForm table th:before {
    content: none;
  }
}

#MailForm table th span {
  position: absolute;
  left: 25px;
}

@media (max-width: 480px) {
  #MailForm table th span {
    left: auto;
    right: 5px;
  }
}

#MailForm table td {
  padding-left: 3%;
}

@media (max-width: 480px) {
  #MailForm table td {
    margin-bottom: 25px;
    padding: 0;
  }
}

#MailForm input,
#MailForm textarea {
  color: #444;
  font-size: 1.5rem;
  font-family: "メイリオ";
  letter-spacing: 1px;
  line-height: 1.4;
  border: 1px solid #e1e1e1;
  padding: 10px;
}

@media (max-width: 480px) {
  #MailForm input,
  #MailForm textarea {
    width: 100%;
  }
}

#MailForm select {
  font-size: 1.5rem;
  border: 1px solid #e1e1e1;
  padding: 3px 27px 3px 13px;
  background: url("../img/select-arrow.png") no-repeat center right 7px/9% #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#MailForm label {
  padding: 2px 0;
  cursor: pointer;
}

@media (max-width: 480px) {
  #MailForm input[type="submit"],
  #MailForm input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
}

@media (max-width: 480px) {
  #MailForm input[type="submit"]::-webkit-search-decoration,
  #MailForm input[type="button"]::-webkit-search-decoration {
    display: none;
  }
}

@media (max-width: 480px) {
  #MailForm input[type="submit"]:focus,
  #MailForm input[type="button"]:focus {
    outline-offset: -2px;
  }
}

#MailForm .form3 {
  vertical-align: middle;
  width: 3%;
}

#MailForm .form25 {
  width: 25%;
}

@media (max-width: 480px) {
  #MailForm .form25 {
    width: 100%;
  }
}

#MailForm .form45 {
  width: 45%;
}

@media (max-width: 480px) {
  #MailForm .form45 {
    width: 100%;
  }
}

#MailForm .form60 {
  width: 60%;
}

@media (max-width: 480px) {
  #MailForm .form60 {
    width: 100%;
  }
}

#MailForm .form90 {
  width: 93%;
}

@media (max-width: 480px) {
  #MailForm .form90 {
    width: 100%;
  }
}

#MailForm .focus {
  background: #ffe7e0;
}

#MailForm .important_text {
  margin-bottom: 40px;
}

#MailForm .important_text li {
  line-height: 1.4;
  margin-bottom: 10px;
  text-indent: -16px;
  padding-left: 16px;
}

@media (max-width: 480px) {
  #MailForm .important_text li {
    font-size: 1.4rem;
  }
}

#MailForm .inquiry_inset {
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  #MailForm .inquiry_inset {
    margin-bottom: 30px;
  }
}

#MailForm .confirm_txt {
  text-align: center;
}

@media (max-width: 480px) {
  #MailForm .confirm_txt {
    font-size: 1.5rem;
    text-align: left;
  }
}

.send_btn_inner {
  text-align: center;
  padding: 15px 0 20px;
}

.send_btn_inner .send_btn {
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: 1px;
  cursor: pointer;
  border: 2px solid #4ABA0D;
  border-radius: 5px;
  padding: 15px 0;
  background: #4ABA0D;
  font-family: "Noto Sans JP", sans-serif, "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .send_btn_inner .send_btn:hover {
    background-color: #fff;
    color: #4ABA0D;
  }
}

@media (max-width: 480px) {
  .send_btn_inner .send_btn {
    font-size: 100%;
    padding: 15px 10px;
  }
}

.send_btn_inner .submit_btn {
  width: 50%;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}

@media (max-width: 480px) {
  .send_btn_inner .submit_btn {
    margin-bottom: 15px;
    width: 80%;
  }
}

.inputarea li {
  margin: 0 15px 0 0;
  float: left;
}

@media (max-width: 480px) {
  .inputarea li {
    margin: 0 15px 0 0;
    float: left;
  }
}

#thanks p {
  line-height: 300px;
  text-align: center;
}

#contents .inquiry-info {
  margin: 0;
  overflow: hidden;
}

#contents .inquiry-info li {
  margin-right: 15px;
  float: left;
}

.send_inner {
  padding: 12px 0 20px;
}

.send_inner .send_step_msg {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 15px;
}

.send_guide_msg {
  color: #444;
  text-align: center;
  padding: 0 0 15px;
}

.send_inner .send_btn_inner {
  text-align: center;
}

.send_inner .send_btn_inner .send_btn {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0;
  margin: 0 10px;
  padding: 15px 30px;
  background: #ff9900;
  display: inline-block;
}

.send_inner .send_btn_inner .btn_return {
  background: #797979;
}

.send_confirm_table {
  padding: 17px 0 30px;
}

.send_confirm_table table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 90%;
}

@media (max-width: 480px) {
  .send_confirm_table table {
    width: 100%;
  }
}

.send_confirm_table table td,
.send_confirm_table table th {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 17px 20px;
  background: #fff;
}

@media (max-width: 480px) {
  .send_confirm_table table td,
  .send_confirm_table table th {
    border: 0 solid #ccc;
    padding: 17px 20px;
    background: #fff;
    display: block;
  }
}

.send_confirm_table table th {
  width: 40%;
  background: #f5f5f5;
}

@media (max-width: 480px) {
  .send_confirm_table table th {
    text-align: left;
    margin-bottom: 5px;
    padding: 10px 15px;
    width: 100%;
    background: #f5f5f5;
  }
}

@media (max-width: 480px) {
  .send_confirm_table table td {
    margin-bottom: 30px;
  }
}

.send_inner .send_error {
  padding: 15px 0 30px;
}

.send_inner .send_error li {
  font-size: 1.5rem;
  padding: 5px 0;
}

.send_inner .send_error li:before {
  color: #c2c2c2;
  font-size: 85%;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin-right: 8px;
  content: "\0025cf";
}

.send_inner .send_error li span {
  color: #ff3333;
  margin-right: 5px;
  display: inline-block;
}

.table_base {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  margin-bottom: 30px;
  padding: 50px 0 30px;
}

@media (max-width: 480px) {
  .table_base {
    padding: 8px 0;
  }
}

.table_base table {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .table_base table {
    border: 0;
  }
}

.table_base table caption {
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 15px;
}

@media (max-width: 480px) {
  .table_base table caption {
    border-bottom: 1px solid;
    font-size: 1.5rem;
    margin-bottom: 30px;
    padding-bottom: 5px;
  }
}

.table_base table caption::before {
  content: "■";
}

.table_base table td,
.table_base table th {
  font-weight: normal;
  border-bottom: 1px solid #c7c7c7;
  padding: 25px 16px;
  position: relative;
}

@media (max-width: 480px) {
  .table_base table td,
  .table_base table th {
    font-weight: normal;
    border: 0;
    padding: 10px;
    display: block;
  }
}

.table_base table td span.map_jump {
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.table_base table td span.map_jump a {
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 3px;
  padding: 2px 6px;
  background: #5daae8;
  display: inline-block;
}

.table_base table td span.map_jump a:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
  .table_base table td span.map_jump a:hover {
    opacity: 1;
  }
}

.table_base table tbody th {
  border-bottom-color: #4ABA0D;
  text-align: center;
  width: 30%;
}

@media (max-width: 480px) {
  .table_base table tbody th {
    font-size: 1.5rem;
    text-align: left;
    width: 100%;
    background: #f6fee4;
    margin-bottom: 10px;
  }
}

.table_base table tbody td {
  padding: 25px 30px;
}

@media (max-width: 480px) {
  .table_base table tbody td {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 30px;
    padding: 0 12px;
  }
}

.table_base table dl {
  margin-bottom: 20px;
}

.table_base table dd {
  margin-bottom: 15px;
  padding-bottom: 10px;
}

@media (max-width: 480px) {
  .table_base table dd {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}

.table_base table dd:last-child {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.table_base table dd span.impact {
  color: #9b0000;
  text-shadow: 0.3px 0 0 #9b0000;
  text-indent: -17px;
  padding-left: 17px;
  font-size: 1.65rem;
  display: block;
  text-decoration: underline;
}

@media (max-width: 480px) {
  .table_base table dd span.impact {
    font-size: 1.45rem;
    text-indent: 0px;
    padding-left: 0px;
  }
}

.content_inner {
  padding: 10px 0 25px;
}

@media (max-width: 480px) {
  .content_inner {
    padding: 0 0 25px;
    display: block;
  }
}

.content_inner .images img {
  width: 100%;
}

.content_inner.w_margin410 .images {
  width: 410px;
}

@media (max-width: 480px) {
  .content_inner.w_margin410 .images {
    width: 100%;
  }
}

.content_inner.w_margin410 .msg {
  width: 570px;
}

@media (max-width: 480px) {
  .content_inner.w_margin410 .msg {
    width: 100%;
  }
}

.content_inner.w_margin450 .images {
  width: 450px;
}

@media (max-width: 480px) {
  .content_inner.w_margin450 .images {
    width: 100%;
  }
}

.content_inner.w_margin450 .msg {
  width: 530px;
}

@media (max-width: 480px) {
  .content_inner.w_margin450 .msg {
    width: 100%;
  }
}

/* .image_list */
.image_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.image_list li img {
  width: 100%;
  display: block;
}

.image_list li span {
  padding: 15px 0 0;
  display: block;
}

.image_list.two_image li {
  width: calc(90% / 2);
}

.image_list.two_image li:nth-child(odd) {
  margin-right: 4%;
}

.image_list.three_image li {
  width: calc(91% / 3);
  margin-bottom: 3%;
}

@media (max-width: 480px) {
  .image_list.three_image li {
    width: 47%;
    margin-bottom: 5%;
  }
}

.image_list.three_image li:not(:nth-child(3n)) {
  margin-right: 3%;
}

@media (max-width: 480px) {
  .image_list.three_image li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

.fcred {
  color: #ec0303;
}

.only_pc {
  display: block;
}

@media (max-width: 480px) {
  .only_pc {
    display: none;
  }
}

.only_sp {
  display: none;
}

@media (max-width: 480px) {
  .only_sp {
    display: block;
  }
}

.pick_text {
  color: #4A9236;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  .pick_text {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}

.pick_text.fc_red {
  color: #ff0000;
}

.pick_text.fc_blue {
  color: #1d60b7;
}

.tel a {
  color: #000;
  text-decoration: none;
  cursor: inherit;
  pointer-events: none;
}

@media (max-width: 480px) {
  .tel a {
    pointer-events: inherit;
  }
}

.fade_hover a {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media (max-width: 480px) {
  .fade_hover a {
    -webkit-transition: none;
    transition: none;
  }
}

.fade_hover a:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
  .fade_hover a:hover {
    opacity: 1;
  }
}

.btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .btn_area {
    display: block;
  }
}

.btn_base {
  margin: 0 auto;
  width: 350px;
}

@media (max-width: 480px) {
  .btn_base {
    width: 90%;
    margin-bottom: 10px;
  }
}

.btn_base a {
  border: 2px solid #4ABA0D;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  padding: 12px 35px 15px 30px;
  background: #4ABA0D;
  background-image: url("../img/arrow-wh.png");
  background-repeat: no-repeat;
  background-position: center right 20px;
  border-radius: 5px;
  display: block;
  -webkit-transition: background-color 0.7s, background-image 0.7s, color 0.7s, background-position 0.7s;
  transition: background-color 0.7s, background-image 0.7s, color 0.7s, background-position 0.7s;
}

@media (max-width: 480px) {
  .btn_base a {
    font-size: 1.6rem;
    padding: 10px 35px 10px 25px;
  }
}

@media (min-device-width: 1041px) and (min-width: 897px) {
  .btn_base a:hover {
    background-color: #fff;
    background-image: url("../img/arrow-lgr.png");
    background-position: center right 15px;
    color: #4ABA0D;
  }
}

.everywhere_block {
  text-align: center;
  line-height: 2.2;
  margin: 0 auto 50px;
  max-width: 1020px;
}

@media (max-width: 480px) {
  .everywhere_block {
    text-align: left;
    line-height: 1.8;
    margin: 0 auto 30px;
    padding: 0 20px;
    max-width: 100%;
  }
}
/*# sourceMappingURL=common.css.map */