@charset "UTF-8";
@import url(reset.css);
@import url(common.css);
/*** function ***/
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/* ###################### */
/* ######## 共通 ######## */
/* ###################### */
/* ボタン */
.btn {
  box-sizing: content-box;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #2c8839;
  color: #fff;
  text-decoration: none !important;
  transition: all 0.3s;
  position: relative;
  z-index: 0;
}
.btn a::after {
  content: "";
  background: url(../image/common/btn-arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.btn a:hover {
  text-decoration: none;
  background: #2f2d2c;
}

/*******/
html {
  /* 1rem = 10px にする*/
  font-size: 62.5%;
  _font-size: 62.5%;
  *font-size: 62.5%;
  /*ウェブフォント用*/
  text-rendering: optimizeLegibility;
}

.face_book .fbcomments,
.face_book iframe,
.face_book .fb_iframe_widget,
.face_book .fb_iframe_widget[style],
.face_book .fb_iframe_widget iframe[style],
.face_book .fbcomments iframe[style],
.face_book .fb_iframe_widget span,
.face_book ._2p3a {
  width: 100% !important;
}

#wrapper {
  overflow: hidden;
}

/********共通********/
.cont {
  margin: 0 auto;
}

.fle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.tel a {
  text-decoration: none !important;
  color: #2f2d2c;
}

.table table {
  width: 100%;
  border-collapse: separate;
}
.table table tr th {
  background: #2c8839;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
  color: #fff;
}
.table table tr td {
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500 !important;
}

.h2_1 {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #2c8839;
  line-height: 1;
  letter-spacing: 0;
}
.h2_1::after {
  content: "";
  display: block;
  background: #2c8839;
  margin: 0 auto;
}
.h2_1.b {
  color: #2f2d2c;
}
.h2_1.b::after {
  background: #2f2d2c;
}

/*********company***********/
.company .contents1 {
  background: url(../image/common/pt01.png);
  position: relative;
  z-index: 0;
}
.company .contents1::after {
  content: "";
  width: 100%;
  height: 0;
  background: url(../image/company/con01-deco.png) no-repeat bottom right/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
.company .contents1 figure div {
  overflow: hidden;
}
.company .contents1 .text p:last-of-type {
  margin-bottom: 0;
}
.company .contents1 .text dl {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.company .contents2 .table td span {
  display: inline-block;
}
.company .contents2 .table td span:last-of-type {
  margin-right: 0;
}
.company .contents2 .map {
  overflow: hidden;
  background: rgba(238, 220, 151, 0.16);
}
.company .contents2 .map iframe {
  width: 100%;
  height: 100%;
}

/*********case***********/
.case .contents1,
.case .contents3 {
  background: url(../image/common/pt01.png);
}
.case .list .box a {
  display: block;
  text-decoration: none;
}
.case .list .box a:hover figure div img {
  opacity: 0.72;
}
.case .list .box a:hover p {
  text-decoration: underline;
}
.case .list .box figure div {
  background: #fff;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  z-index: 0;
}
.case .list .box figure div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.case .list .box figure div img {
  transition: all 0.12s;
}
.case .list .box p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case .list .box p span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.case .list .box p::after {
  content: "";
  display: block;
  background: url(../image/common/link-arrow.png) no-repeat right center/auto 100%;
}
.case .list .non {
  width: 100%;
  text-align: center;
}

.case_d .contents1 .imgs figure div,
.case_d .contents1 .imgs ul li div {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.case_d .contents1 .imgs figure div img,
.case_d .contents1 .imgs ul li div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.case_d .contents1 h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #2f2d2c;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: solid #2f2d2c;
}
.case_d .contents1 .btn {
  margin: 0 auto;
}

/*********guide***********/
.guide .contents0 {
  position: relative;
  z-index: 1;
}
.guide .contents1 {
  background: url(../image/common/pt01.png);
  position: relative;
  z-index: 0;
}
.guide .contents1::before {
  content: "";
  height: 0;
  background: url(../image/guide/con01-deco.png) no-repeat left center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
.guide .contents1 .list .box {
  background: #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.guide .contents1 .list .box .num {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  z-index: 1;
}
.guide .contents1 .list .box figure {
  text-align: center;
}
.guide .contents1 .list .box h3 {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #2c8839;
  letter-spacing: 0;
  line-height: 1;
}
.guide .contents1 .list .box p.g {
  color: #2c8839;
}
.guide .contents2 {
  position: relative;
  z-index: 0;
}
.guide .contents2::before {
  content: "";
  height: 0;
  background: url(../image/guide/con02-deco1.png) no-repeat top left/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.guide .contents2::after {
  content: "";
  width: 100%;
  height: 0;
  background: url(../image/guide/con02-deco2.png) no-repeat bottom right/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
.guide .contents2 .box {
  background: url(../image/common/pt01.png);
  box-sizing: border-box;
}
.guide .contents2 .box:last-of-type {
  margin-bottom: 0;
}
.guide .contents2 .box > dt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 700;
}
.guide .contents2 .box > dt .i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  background: #2c8839;
  box-sizing: border-box;
  border-radius: 50%;
}
.guide .contents2 .box > dd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  box-sizing: border-box;
}
.guide .contents2 .box > dd .i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  background: #2c8839;
  box-sizing: border-box;
  border-radius: 50%;
}

/*********service***********/
.service .contents1 {
  background: url(../image/common/pt01.png);
}
.service .contents1 figure div {
  overflow: hidden;
}
.service .contents1 .text p:last-of-type {
  margin-bottom: 0;
}
.service .contents1 .text .box {
  background: #fff;
  box-sizing: border-box;
  border: solid 2px #2c8839;
}
.service .contents1 .text .box h3 {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  background: #2c8839;
  box-sizing: border-box;
}
.service .contents1 .text .box .box-in p .ki {
  display: inline-block;
  margin-right: -0.5em;
}
.service .contents1 .text .box .box-in .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.service .contents1 .text .box .box-in .info .tel {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1;
}
.service .contents1 .text .box .box-in .info .tel::before {
  content: "";
  display: block;
  background: url(../image/common/tel-icon.png) no-repeat center/contain;
}
.service .contents1 .text .box .box-in .info dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service .contents1 .text .box .box-in .info dl dt {
  text-align: center;
  border: solid 1px #2f2d2c;
  box-sizing: border-box;
}
.service .contents1 .text .box .box-in .info .mail {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
}
.service .contents1 .text .box .box-in .info .mail a {
  text-decoration: none;
  transition: all 0.3s;
}
.service .contents1 .text .box .box-in .info .mail a:hover {
  opacity: 0.72;
}
.service .contents1 .text .box .box-in .info .mail a img {
  max-width: 100%;
}
.service .contents1 .text .box .box-in .line a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  border: solid 2px #2c8839;
  color: #2c8839;
  transition: all 0.3s;
  position: relative;
  z-index: 0;
}
.service .contents1 .text .box .box-in .line a::before {
  content: "";
  display: block;
  background: url(../image/common/line-icon.png) no-repeat center/contain;
}
.service .contents1 .text .box .box-in .line a::after {
  content: "";
  background: url(../image/common/btn-arrow-g.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.service .contents1 .text .box .box-in .line a:hover {
  text-decoration: none;
  border-color: #2f2d2c;
  background: #eedc97;
}
.service .contents2 {
  background: url(../image/service/con02-bg.png) no-repeat center/cover;
}
.service .contents2 .box:last-of-type {
  margin-bottom: 0;
}
.service .contents2 .box .text {
  background: #fff;
  box-sizing: border-box;
}
.service .contents2 .box .text h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #2f2d2c;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: dashed 1px #2f2d2c;
}
.service .contents2 .box .text h3 span {
  display: block;
}
.service .contents3 .box {
  position: relative;
  z-index: 0;
}
.service .contents3 .box:last-of-type {
  margin-bottom: 0;
}
.service .contents3 .box::before {
  content: "";
  width: 100%;
  background: url(../image/common/pt01.png);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.service .contents3 .box figure div {
  overflow: hidden;
}
.service .contents3 .box .text h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #2f2d2c;
  letter-spacing: 0;
  line-height: 1;
}
.service .contents3 .box .text p:last-of-type {
  margin-bottom: 0;
}
.service .contents3 .box .list .list-in {
  background: #fff;
  box-sizing: border-box;
  border: solid 2px #2c8839;
  overflow: hidden;
  text-align: center;
}
.service .contents3 .box .list .list-in h3 {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  background: #2c8839;
  box-sizing: border-box;
}

/*********index***********/
.index .contents1 {
  background: url(../image/common/pt01.png);
  position: relative;
  z-index: 1;
}
.index .contents1::after {
  content: "";
  height: 0;
  background: url(../image/index/con01-deco2.png) no-repeat bottom right/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
.index .contents1 h2::before {
  content: "";
  display: block;
  width: 100%;
  background: url(../image/index/con01-ttl-deco.png) no-repeat center/contain;
}
.index .contents1 .txt p:last-of-type {
  margin-bottom: 0;
}
.index .contents2 {
  background: url(../image/index/con02-bg.png) no-repeat center/cover;
  position: relative;
  z-index: 0;
}
.index .contents2::after {
  content: "";
  height: 0;
  background: url(../image/index/con02-deco.png) no-repeat right center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}
.index .contents2 .list .box {
  position: relative;
  z-index: 0;
}
.index .contents2 .list .box .num {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  z-index: 1;
}
.index .contents2 .list .box figure {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: url(../image/index/con02-box-bg.png) no-repeat center/100% 100%;
  box-sizing: border-box;
}
.index .contents2 .list .box .txt {
  text-align: center;
}
.index .contents2 .btn {
  margin: 0 auto;
}
.index .contents3 {
  position: relative;
}
.index .contents3::before {
  content: "";
  width: 100%;
  background: url(../image/common/pt01.png);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.index .contents3::after {
  content: "";
  height: 0;
  background: url(../image/index/con03-deco.png) no-repeat center left/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.index .contents3 .list {
  position: relative;
  z-index: 1;
}
.index .contents3 .list .box a {
  display: block;
  text-decoration: none;
}
.index .contents3 .list .box a:hover figure div img {
  opacity: 0.72;
}
.index .contents3 .list .box a:hover p {
  text-decoration: underline;
}
.index .contents3 .list .box figure div {
  background: #fff;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  z-index: 0;
}
.index .contents3 .list .box figure div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.index .contents3 .list .box figure div img {
  transition: all 0.12s;
}
.index .contents3 .list .box p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .contents3 .list .box p span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index .contents3 .list .box p::after {
  content: "";
  display: block;
  background: url(../image/common/link-arrow.png) no-repeat right center/auto 100%;
}
.index .contents4 {
  position: relative;
}
.index .contents4::before {
  content: "";
  width: 100%;
  height: 0;
  background: url(../image/index/con04-deco.png) no-repeat right center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 0;
}
.index .contents4 .list {
  position: relative;
  z-index: 1;
}
.index .contents4 .list dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: dashed 1px #2f2d2c;
}
.index .contents4 .list dl:last-of-type {
  margin-bottom: 0;
}
.index .contents4 .list dl .tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -4px;
}
.index .contents4 .list dl .tag span {
  display: block;
  text-align: center;
  background: #eedc97;
  box-sizing: border-box;
  margin-top: 4px;
}
.index .contents4 .list dl .tag span:last-of-type {
  margin-right: 0;
}
.index .contents4 .list dl .txt {
  width: 100%;
}
.index .contents4 .list dl .txt a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #2f2d2c;
}
.index .contents4 .list dl .txt a:hover {
  text-decoration: underline;
}

/****エラーページ*****/
.error .contents1 {
  overflow: hidden;
}
.error .contents1 a {
  color: #2c8839;
}
.error .contents1 a:hover {
  text-decoration: underline;
}

/*==================================================
プライバシーポリシー
================================================== */
.privacy .contents1 .h3_1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #2f2d2c;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: dashed 1px #2f2d2c;
}
.privacy .contents1 .item-box:last-child {
  margin-bottom: 0;
}

/*==================================================
 サイトマップ
================================================== */
.site .contents1 .site_list {
  margin: 0 auto;
}
.site .contents1 .site_list ul {
  background: url(../image/common/pt01.png);
}
.site .contents1 .site_list ul li {
  border-bottom: dashed 1px #2c8839;
}
.site .contents1 .site_list ul li:last-of-type {
  border-bottom: none;
}
.site .contents1 .site_list ul li a {
  display: block;
  color: #2f2d2c;
  text-decoration: none;
  transition: all 0.3s;
}
.site .contents1 .site_list ul li a:hover {
  text-decoration: none;
  color: #2c8839;
}

/*==================================================
 ニュース
================================================== */
.news .contents1 {
  overflow: hidden;
}
.news .contents1 img {
  max-width: 100%;
}
.news .contents1 .list-box dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: dashed 1px #2f2d2c;
}
.news .contents1 .list-box dl:last-of-type {
  margin-bottom: 0;
}
.news .contents1 .list-box dl .tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -4px;
}
.news .contents1 .list-box dl .tag span {
  display: block;
  text-align: center;
  background: #eedc97;
  box-sizing: border-box;
  margin-top: 4px;
}
.news .contents1 .list-box dl .tag span:last-of-type {
  margin-right: 0;
}
.news .contents1 .list-box dl .txt {
  width: 100%;
}
.news .contents1 .list-box dl .txt a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #2f2d2c;
}
.news .contents1 .list-box dl .txt a:hover {
  text-decoration: underline;
}

/*==================================================
 news詳細
================================================== */
.news_detail .contents1 {
  overflow: hidden;
}
.news_detail .contents1 .h3_1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #2f2d2c;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: dashed 1px #2f2d2c;
}
.news_detail .contents1 img {
  max-width: 100%;
}
.news_detail .contents1 .post-data {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.news_detail .contents1 .post-data li::after {
  content: "|";
  display: inline-block;
  margin: 0 4px;
}
.news_detail .contents1 .post-data li:last-of-type::after {
  display: none;
}
.news_detail .contents1 .post-data li.tag {
  color: #2c8839;
}
.news_detail .contents1 .post-data li.tag span::after {
  content: "、";
}
.news_detail .contents1 .post-data li.tag span:last-of-type::after {
  display: none;
}
.news_detail .contents1 .item-box {
  zoom: 1;
}

/*==================================================
 お問い合わせ
================================================== */
.contact .contents1 .table td a {
  color: #2f2d2c;
}
.contact .contents1 .table td a:hover {
  text-decoration: underline;
}
.contact .contents1 .table td input[type=radio],
.contact .contents1 .table td input[type=checkbox] {
  display: none;
}
.contact .contents1 .table td input[type=radio] + label,
.contact .contents1 .table td input[type=checkbox] + label {
  display: inline-block;
  color: #2f2d2c;
  position: relative;
  z-index: 0;
}
.contact .contents1 .table td input[type=radio] + label:before,
.contact .contents1 .table td input[type=checkbox] + label:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  box-sizing: border-box;
  border: solid 1px #a0a0a0;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.contact .contents1 .table td input[type=radio] + label:after,
.contact .contents1 .table td input[type=checkbox] + label:after {
  content: "";
  border-right: solid 2px #2f2d2c;
  border-bottom: solid 2px #2f2d2c;
  position: absolute;
  left: 3px;
  transform: rotate(45deg);
  opacity: 0;
}
.contact .contents1 .table td input[type=radio] + label:last-of-type,
.contact .contents1 .table td input[type=checkbox] + label:last-of-type {
  margin-right: 0;
}
.contact .contents1 .table td input[type=radio]:checked + label:after,
.contact .contents1 .table td input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.contact .contents1 .table td .select-css-box {
  display: inline-block;
  position: relative;
  z-index: 0;
  min-width: 200px;
}
.contact .contents1 .table td .select-css-box::after {
  content: "<>";
  font: 1.5rem "Consolas", monospace;
  color: #2f2d2c;
  border-bottom: 1px solid #999;
  position: absolute;
  right: 4px;
  transform: rotate(90deg);
  pointer-events: none;
}
.contact .contents1 .table td .select-css-box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  max-width: 320px;
  padding: 4px;
  margin: 0;
  font-size: 1.5rem;
  color: #2f2d2c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  word-break: normal;
}

/* input設定 */
.input-mid {
  width: 60%;
  padding: 4px;
  box-sizing: border-box;
}

.input-min {
  padding: 4px;
  box-sizing: border-box;
}

.input-big {
  padding: 4px;
  box-sizing: border-box;
  width: 100%;
}

form input {
  border: none;
  background: #f5f5f5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
form textarea {
  display: block;
  width: 100%;
  padding: 4px;
  box-sizing: border-box;
  border: none;
  background: #f5f5f5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.clrred {
  color: #c00;
}

.contact-recaptcha-wrap {
  text-align: center;
  margin: 0 auto;
  width: 304px;
}
.contact-recaptcha-wrap input {
  text-align: center;
}

.mt5 {
  margin-top: 5px;
}

/* 必須マーク
-------------------------------------------------- */
.required-mark {
  color: #2f2d2c;
  font-size: 1.2rem;
  font-weight: normal;
  background: #eedc97;
  float: right;
}

/* 未記入エラー文
-------------------------------------------------- */
.error-text {
  margin: 0 0 5px;
  color: #f00;
}

/* 確認、バック、送信ボタン
-------------------------------------------------- */
.contact-submits {
  text-align: center;
}
.contact-submits input,
.contact-submits button {
  display: inline-block;
  border: none;
  background: #2c8839;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  transition: all 0.3s;
}
.contact-submits input:hover,
.contact-submits button:hover {
  background: #2f2d2c;
  cursor: pointer;
}

.contact-submits-wrap {
  text-align: center;
  margin: 0 auto;
}
.contact-submits-wrap input {
  display: inline-block;
  border: none;
  background: #2c8839;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  transition: all 0.3s;
}
.contact-submits-wrap input:hover {
  background: #2f2d2c;
  cursor: pointer;
}
.contact-submits-wrap input:disabled {
  border-color: #aaa;
  background: #aaa;
  color: #fff;
}
.contact-submits-wrap input:disabled:hover {
  background: #aaa;
  color: #fff;
  cursor: default;
}

/* セキュリティエラー
-------------------------------------------------- */
.sec-error-text {
  line-height: 50px;
  text-align: center;
  color: #f00;
  font-size: 16px;
  border: 2px solid #f00;
}