@charset "UTF-8";
/* 基本部分
----------------------------------------------------------------- */
body {
  color: #333333;
  background-color: #FFFFFC;
  margin: 0 auto;
  padding: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  width: 100%;
  max-width: 1200px;
  display: block;
}
body.bodyOpen {
  overflow: hidden;
}
*, *:before, *:after {
  box-sizing: border-box;
}
article {
  overflow: hidden;
}
h2 {
  font-size: 24px;
}
.item {
  font-size: 24px;
  border-bottom: solid #008D56;
}
.lastborder {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #c0c0c0;
}
.company_border {
  margin-bottom: 30px;
  border-bottom: 0.5px #c0c0c0;
}
ul, ol {
  list-style: none;
}
p, ul, ol, dl {
  margin: 0;
  padding: 0;
}
li, dt, dd {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  transition: 0.7s;
  -webkit-transition: 0.7s;
}
.orange {
  color: #EA5506;
  font-size: 20px;
}
.red {
  color: #ff0000;
}
/*  ヘッダー
-------------------------------------*/
header {
  width: 100%;
  max-height: 145px;
}
header > .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 30px;
  box-sizing: border-box;
  position: relative;
}
header > .logo {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
header > .logo > h1 {
  display: inline-block;
  margin: 0;
}
.navigation-gl {
  margin-right: 0;
  position: relative;
  z-index: 10;
}
header nav > ul {
  content: "";
  justify-content: flex-end;
  display: flex;
  width: 100%;
  letter-spacing: -0.4em;
}
header nav > ul > li {
  display: inline-block;
  letter-spacing: 0;
  margin: 0 20px;
}
header nav > ul > li:first-child {
  margin-left: 0;
}
header nav > ul > li > a {
  display: block;
  padding: 0px 0 30px;
  text-decoration: none;
  color: #333333 !important;
  font-size: 15px;
  font-weight: bold;
  transition: 0s;
  -webkit-transition: 0s;
}
header .sug_nav {
  position: absolute;
  top: 50px;
  right: 0;
}
header .sug_nav p {
  font-size: 15px;
  font-weight: bold;
}
header .sug_nav p em {
  font-size: 20px;
  font-style: normal;
}
header .nav_btn {
  position: absolute;
  top: 90px;
  right: 0;
}
header .nav_btn a {
  margin: 0 30px;
  padding: 15px 35px 15px 35px;
  text-decoration: none;
  background: #008D56;
  color: #fff;
  font-size: 18px;
  position: relative;
}
header .nav_btn a span {
  font-size: 15px;
}
header .nav_btn a:before {
  content: url(/cms/cyca/images/common/icon-header.png);
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
header .nav_btn a:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.sp-gl {
  display: none;
}
.midashi {
  background-color: #7BAA17;
  color: #FFFFFF;
  text-align: center;
  margin-top: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.midashiborder {
  background-color: #7BAA17;
  color: #FFFFFF;
  text-align: center;
  border: solid 3px;
  width: 50px;
}
/*----------------------------
* スマートフォンメニュー
*----------------------------*/
@media screen and (max-width: 560px) {
  img {
    max-width: 100%;
  }
  .nav_btn {
    width: 100%;
  }
}
/*  パンくずリスト
-------------------------------------*/
.breadcrumb {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.breadcrumb > a {
  color: #333333;
}
/* メインコンテンツ
-------------------------------------*/
.contents {
  margin-left: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 560px) {
  .contents {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/*  お問合わせ、申し込みフォーム
-------------------------------------*/
.contact-table {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 20px;
}
.form {
  margin-top: 20px;
}
.form-text-name {
  display: flex;
}
.form-text-address {
  width: 70%;
  display: flex;
}
.form-text-email {
  width: 70%;
}
.form-text-age {
  padding-top: 5px;
  display: flex;
}
.text-must {
  color: #ff0000;
  font-size: 12px;
}
.contact-item, .contact-body {
  padding: 20px;
  border: 1px solid #ccc;
}
.contact-item {
  text-align: left;
  width: 30%;
  background-color: #eee;
}
.contact-body {
  width: 70%;
}
.form-textarea {
  width: 100%;
  height: 300px;
}
.button {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.button_content {
  margin: 10px;
}
.myButton {
  background-color: #7baa17;
  border-radius: 9px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 7px 28px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
	border:none; 
}
.myButton:hover {
  background-color: #5cbf2a;
}
.myButton:active {
  position: relative;
  top: 1px;
}
.checkbox {
  text-align: center;
  margin: 20px;
  padding: 10;
}
.checkbox_contents {
  margin: 2em auto;
  padding: 1em;
  border: 1px solid #ccc;
  width: 40%;
}
/*  フッター
-------------------------------------*/
footer {
  background: #7BAA17;
  width: 100%;
  max-width: 1400px;
  margin: 50 auto;
  padding-bottom: 20px;
}
.copy {
  background: #7BAA17;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
}
.sp-ft {
  display: none;
}