.hide {
  display: none !important;
}
input,
textarea {
  border-radius: 0 !important;
}
a img {
  border-style: none;
}

.content-title {
  margin: 0;
  padding: 0;
}

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

.content-title {
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
  margin-top: 0;
}

caption,
th {
  text-align: left;
}

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

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  margin: 0;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans",
    "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic;

}

* {
    font-family: " Avenir "," Helvetica Neue "," Helvetica "," Arial ","
      Hiragino Sans "," ヒラギノ角ゴシック ",YuGothic," Yu Gothic "," メイリオ ", Meiryo," ＭＳ
      Ｐゴシック "," MS PGothic;
}

p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  color: #555555;
}
#map_canvas {
  width: 100%;
  height: 490px;
}

.about_table {
  width: 98%;
  margin: 10px;
  font-size: 0.9em;
  border: solid 1px #cccccc;
  line-height: 150%;
}

.about_table th,
.about_table td {
  padding: 5px 10px;
  border: solid 1px #cccccc;
}

.about_table th {
  width: 25%;
  font-weight: normal;
  white-space: nowrap;
  background: #f8f8f8;
  vertical-align: middle;
  text-align: center;
}

.about_table td {
  width: 75%;
  font-weight: normal;
  background: #ffffff;
  text-align: left;
}
.about_table02 {
  width: 90%;
  margin: 10px 10px;
  font-size: 0.9em;
  border: solid 1px #cccccc;
  border: none;
}

.about_table02 th,
.about_table02 td {
  padding: 5px 10px;
  border: solid 1px #cccccc;
  border: none;
  white-space: nowrap;
}

.about_table02 th {
  width: 25%;
  font-weight: normal;
  white-space: nowrap;
  background: #f8f8f8;
  vertical-align: middle;
  text-align: center;
  border: none;
}

.about_table02 td {
  width: 85%;
  font-weight: normal;
  background: #ffffff;
  text-align: left;
  border: none;
}
.about_table02 a {
  text-decoration: none;
  color: dimgrey;
  font-size: 0.9rem;
}
.about_table02 a:hover {
  text-decoration: none;
  color: darkslategrey;
  font-size: 0.9rem;
}

.kyujin_table {
  width: 90%; /*修正*/
  margin: 10px;
  font-size: 0.9em;
  border: solid 1px #cccccc;
  line-height: 150%;
}

.kyujin_table th,
.kyujin_table td {
  padding: 5px 5px; /*修正*/
  border: solid 1px #cccccc;
}

.kyujin_table th {
  width: 20%; /*修正*/
  font-weight: bold; /*修正*/
  white-space: nowrap;
  background: #dcdcdc; /*修正*/
  vertical-align: middle;
  text-align: center;
}

.kyujin_table td {
  width: 15%; /*修正*/
  font-weight: normal;
  background: #ffffff;
  text-align: center; /*修正*/
}
.kyujin_table td:empty {
  background-color: #f8f8f8; /*追加*/
}
.kyujin_table02 {
  width: 90%;
  margin: 20px 10px; /*修正*/
  font-size: 0.9em;
  border: solid 1px #cccccc;
  border: none;
}

.kyujin_table02 th,
.kyujin_table02 td {
  padding: 5px 10px;
  border: solid 1px #cccccc;
  border: none;
  white-space: nowrap;
}

.kyujin_table02 th {
  width: 25%;
  font-weight: normal;
  white-space: nowrap;
  background: #f8f8f8;
  vertical-align: middle;
  text-align: center;
  border: none;
}

.kyujin_table02 td {
  width: 85%;
  font-weight: normal;
  background: #ffffff;
  text-align: left;
  border: none;
}
.kyujin_table02 a {
  text-decoration: none;
  color: dimgrey;
  font-size: 0.9rem;
}
.kyujin_table02 a:hover {
  text-decoration: none;
  color: darkslategrey;
  font-size: 0.9rem;
}
h3.kyujin_title {
  width: 87%; /*修正*/
  font-weight: bold;
  padding: 3px 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.3em;
  background: #ffffff; /*修正*/
  margin-bottom: 20px;
  color: #333333;
  border-left: solid 16px #4b7d14;
}
h4.kyujin_title/*修正*/ {
  width: 39%;
  font-size: 1em;
  font-weight: bold;
  margin-left: 10px;
  color: #333333;
  padding: 0.5em 0;
  border-top: solid 2px #4b7d14;
  border-bottom: solid 2px #4b7d14;
  background-color: #ffffff;
}
.schedule_table {
  width: 98%;
  margin: 10px;
  font-size: 0.9em;
  border: solid 1px #cccccc;
}

.schedule_table th,
.schedule_table td {
  padding: 5px 10px;
  border: solid 1px #cccccc;
}

.schedule_table th {
  width: 7%;
  height: 40px;
  font-weight: normal;
  white-space: nowrap;
  background: #f8f8f8;
  vertical-align: middle;
  text-align: center;
}

.schedule_table td {
  width: 18%;
  font-weight: normal;
  background: #ffffff;
  text-align: left;
  vertical-align: top;
}
.none_table {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  border: none;
}

.none_table th,
.none_table td {
  border: none;
  padding: 5px;
}

.none_table th,
.none_table td {
  width: 30%;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
}

h3.title {
  width: 96%;
  font-weight: bold;
  padding: 3px 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.3em;
  background: #f8f8f8;
  margin-bottom: 20px;
  color: #333333;
  border-left: solid 16px #4b7d14;
}
h4.title {
  width: 96%;
  font-weight: bold;
  padding: 2px 10px 2px 15px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.3em;
  background: #ffffff;
  margin-top: 15px;
  color: #666666;
  border-left: solid 10px #cccccc;
  border-bottom: solid 2px #cccccc;
}
.prev_next {
  width: 94%;
  margin: 10px 5px;
  padding: 5px 5px;
  font-size: 13px;
  text-align: center;
  border: dotted 1px #999999;
}
.sinsatu td {
  width: 3em;
  text-align: center;
}
.exceltable td {
  border-style: none;
  width: auto;
  text-wrap: none;
  padding-left: 5px;
  text-align: left;
  border-bottom: solid 1px #808086;
}
.wrap {
  clear: both;
}
.box {
  width: 94%;
  border: 5px solid #cccccc;
  margin: 10px auto;
  background: #f8f8f8;
  padding: 10px;
  text-align: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 14px;
}
.box1 {
  width: 94%;
  border: none;
  margin: 0px auto;
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 15px;
  line-height: 150%;
}
.box2 {
  width: 94%;
  border: none;
  margin-top: -30px;
  margin: 0px auto;
  background: #ffffff;
  padding: 10px;
  font-size: 13px;
  color: #666666;
}
.odd_post {
  margin-bottom: 3px;
  padding: 3px;
  background: #def0ef;
}
.even_post {
  margin-bottom: 3px;
  padding: 3px;
  background: #fcfae2;
}
.odd_post dl,
.even_post dl {
  margin: 0;
  padding: 0;
}
dl.documents dt {
  float: left;
  width: auto;
  display: inline;
  margin-right: 10px;
  padding-left: 20px;
  background: url(../img/documents.gif) left center no-repeat;
}
dl.pdf dt {
  float: left;
  width: auto;
  display: inline;
  margin-left: 20px;
  padding-left: 25px;
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  background: url(../img/pdf.gif) left center no-repeat;
}
dl.pdf dd a {
  line-height: 1.5;
  font-size: 15px;
}

.l_post {
  float: left;
  width: 90%;
  color: #996633;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px 10px 0px;
  background: #def0ef;
  border: solid 1px #cce198;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.r_post {
  float: right;
  width: 90%;
  color: #996633;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px 10px 0px;
  background: #fcfae2;
  border: solid 1px #cce198;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.l_post dl,
.r_post dl {
  margin: 0;
  padding: 0;
}

dl.item dt {
  float: left;
  width: auto;
  display: inline;
}
/*****************/
/***** 申込書 *****/
/*****************/
p.files a {
  text-align: left;
  margin: 0px 10px 5px 0;
  background-color: #a6e1c6;
  background-size: auto 80%;
  border-radius: 4px;
  border: 1px solid #269326;
  overflow: hidden;
  color: #000;
  display: block;
  padding: 7px 0px 7px 40px;
}

p.files a:hover {
  border: 1px solid #269326;
  background-color: #d3f0e3;
  color: #000000;
}

/*****************************/
/***** 申込書ダウンロードボタン *****/
/*****************************/
#main ul {
  margin: 10px 0;
  text-align: center !important;
}

#main ul li.files {
  display: inline-block;
  width: 48%;
}

#main ul li.files a {
  display: block;
  text-align: left !important;
  padding: 10px 0 10px 40px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  background-color: #f5f5f5 !important;
}

#main ul li:nth-child(2).files a {
  margin: 0 0 0 6%;
}

#main ul li.files a:hover {
  color: #ffffff;
  background-color: #4b7d14 !important;
}

#main p span.post {
  color: #ff0000;
  font-size: 100%;
}

#main p a span.mail {
  color: #ff0000;
  font-size: 100%;
  font-weight: bold;
  text-decoration: underline;
}
#post {
  margin: 20px 0;
  padding: 20px 16px;
  border: 5px solid #4b7d14;
}

#post p.contact {
  font-size: 130%;
  font-weight: bold;
}

#post span.fax {
  color: #ff0000;
  font-size: 130%;
  font-weight: bold;
}

#pdfDL {
  clear: both;
  overflow: hidden;
  margin: 20px 0;
  padding: 20px 16px;
  border: 5px solid #f1f1f1;
}

ul li.files a[href$=".pdf"] {
  margin: 0;
  background: url(../img/file_pdf.png) 0px 0px no-repeat !important;
  background-size: auto 90% !important;
}

ul li.files a[href$=".doc"],
ul li.files a[href$=".docx"] {
  margin: 0;
  background: url(../img/file_word.png) 0px 0px no-repeat !important;
  background-size: auto 90% !important;
}

ul li.files a[href$=".xls"],
ul li.files a[href$=".xlsx"] {
  margin: 0;
  background: url(../img/file_excel.png) 0px 0px no-repeat !important;
  background-size: auto 90% !important;
}

/* Dagon Design Sitemap Generator
-------------------------------------------------*/
div.ddsg-wrapper {
  margin-top: 10px;
  background: url(../img/cat_back.png) right top no-repeat;
}
div.ddsg-wrapper h4 {
  margin: 10px 5px 5px;
  padding: 3px 3px 3px 10px;
  letter-spacing: 0.1em;
  color: #00736d;
  font-size: 16px;
  font-weight: bold;
  background: #eafcbf;
  /*border-bottom: solid 1px #cccccc;*/
}
div.ddsg-wrapper ul li {
  margin-left: 10px;
  list-style-type: none;
  line-height: 2;
  font-size: 14px;
}
div.ddsg-wrapper ul li a {
  color: #666666;
  list-style-type: none;
  background: url(../img/ar.gif) left center no-repeat;
  padding-left: 10px;
}
div.ddsg-wrapper ul li strong {
  list-style-type: none;
  background: url(../img/ar1.gif) left center no-repeat;
  padding-left: 10px;
}
div.ddsg-wrapper ul li a:hover {
  color: #638c0b;
}

/* privacy_policy
------------------------------------------------ */
fieldset {
  margin: 0px 0px 0px;
}
fieldset p {
  padding: 0px 10px;
  margin: 10px;
  line-height: 1.5;
}
fieldset legend {
  margin-top: 10px;
  color: #206467;
  font-size: 1.1em;
  font-weight: bold;
}

div#privacy_deco {
  background: url(../img/deco_g2.gif) right bottom no-repeat;
  padding-bottom: 40px;
}

fieldset li {
  list-style: none;
  margin-left: 10px;
  font-size: 1em;
  text-align: left;
  padding: 5px 10px 5px 5px;
  line-height: 1.5;
}

/**********************************/
/********** お問合わせページ **********/
/**********************************/
#wpcf7-f15-p7-o1.wpcf7 table {
  border-collapse: collapse;
  width: 100%;
  float: left;
  margin: -10px auto 20px auto;
}

#wpcf7-f15-p7-o1.wpcf7 td {
  border: 1px solid #e3e3e3;
  text-align: left;
  padding: 10px;
}

#wpcf7-f15-p7-o1.wpcf7 td.mItem {
  width: 20%;
  border-top: #4b7d14 4px solid;
  background-color: #efefef;
  font-size: 100%;
}

#wpcf7-f15-p7-o1.wpcf7 td.Item {
  background-color: #efefef;
  font-size: 100%;
}

#wpcf7-f15-p7-o1.wpcf7 td.mtxt {
  border-top: #b3b3b3 4px solid;
}

#wpcf7-f15-p7-o1.wpcf7 span.address {
  color: #ff0000;
}

/***** inputtextの高さ *****/
input.wpcf7-text.wpcf7-validates-as-required {
  width: 98%;
  height: 20px;
}

/***** ファイルアップローダー *****/
input.wpcf7-file {
  width: 98%;
}

/***** textareaの幅 *****/
textarea.wpcf7-validates-as-required {
  width: 90%;
  font-size: 100%;
}

#wpcf7-f15-p7-o1.wpcf7.wpcf7 td span.req {
  color: #ff0000;
  font-size: 100%;
  font-weight: bold;
  padding: 3px;
}

/***** 確認・送信ボタン *****/
.sub {
  margin: 10px 0;
  text-align: center;
}

.wpcf7-form-control.wpcf7-select {
  width: 98%;
}

/***** チェックボックスOFF *****/
.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm:disabled,
.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm:disabled:hover {
  color: #333333;
  padding: 6.5px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  transition: none 0s ease 0s;
}

/***** チェックボックスON *****/
.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm {
  color: #fff;
  padding: 6.5px;
  border-radius: 2px;
  border: 1px solid #385d0f;
  background-color: #4b7d14;
  background-image: linear-gradient(to bottom, #4b7d14, #4b7d14);
  transition: none 0s ease 0s;
}

.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm:hover {
  border: 1px solid #385d0f;
  background-color: #385d0f;
  background-image: linear-gradient(to bottom, #385d0f, #385d0f);
}

/***** 確認 *****/
.wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back {
  margin: 0 5px 0 0;
  color: #333333;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  transition: none 0s ease 0s;
}

.wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back:hover {
  margin: 0 5px 0 0;
  color: #333333;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  background-color: #e6e6e6;
  background-image: linear-gradient(to bottom, #e6e6e6, #e6e6e6);
  transition: none 0s ease 0s;
}

/***** 送信 *****/
.wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2 {
  color: #fff;
  border-radius: 2px;
  border: 1px solid #d9534f;
  background-color: #d9534f;
  background-image: linear-gradient(to bottom, #d9534f, #d9534f);
  transition: none 0s ease 0s;
}

.wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2:hover {
  color: #fff;
  border-radius: 2px;
  border: 1px solid #d9534f;
  background-color: #c9302c;
  background-image: linear-gradient(to bottom, #c9302c, #c9302c);
  transition: none 0s ease 0s;
}

/**********************************/
/********** お問合わせページ **********/
/**********************************/
#wpcf7-f15-p7-o1.wpcf7 table {
  border-collapse: collapse;
  width: 100%;
  float: left;
  margin: -10px auto 20px auto;
}

#wpcf7-f15-p7-o1.wpcf7 td {
  border: 1px solid #e3e3e3;
  text-align: left;
  padding: 10px;
}

#wpcf7-f15-p7-o1.wpcf7 td.mItem {
  width: 20%;
  border-top: #4b7d14 4px solid;
  background-color: #efefef;
  font-size: 90%;
}

#wpcf7-f15-p7-o1.wpcf7 td.Item {
  background-color: #efefef;
  font-size: 90%;
}

#wpcf7-f15-p7-o1.wpcf7 td.mtxt {
  border-top: #b3b3b3 4px solid;
}

#wpcf7-f15-p7-o1.wpcf7 span.address {
  color: #ff0000;
}

/***** inputtextの高さ *****/
input.wpcf7-text.wpcf7-validates-as-required {
  width: 98%;
  height: 20px;
}

/***** ファイルアップローダー *****/
input.wpcf7-file {
  width: 98%;
}

/***** textareaの幅 *****/
textarea.wpcf7-validates-as-required {
  width: 90%;
  font-size: 90%;
}

#wpcf7-f15-p7-o1.wpcf7.wpcf7 td span.req {
  color: #ff0000;
  font-size: 90%;
  font-weight: bold;
  padding: 3px;
}

/***** 確認・送信ボタン *****/
.sub {
  margin: 10px 0;
  text-align: center;
}

.wpcf7-form-control.wpcf7-select {
  width: 98%;
}

/***** チェックボックスOFF *****/
.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm:disabled,
.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm:disabled:hover {
  color: #333333;
  padding: 6.5px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  transition: none 0s ease 0s;
}

/***** チェックボックスON *****/
.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm {
  color: #fff;
  padding: 6.5px;
  border-radius: 2px;
  border: 1px solid #385d0f;
  background-color: #4b7d14;
  background-image: linear-gradient(to bottom, #4b7d14, #4b7d14);
  transition: none 0s ease 0s;
}

.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm:hover {
  border: 1px solid #385d0f;
  background-color: #385d0f;
  background-image: linear-gradient(to bottom, #385d0f, #385d0f);
}

/***** 確認 *****/
.wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back {
  margin: 0 5px 0 0;
  color: #333333;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  transition: none 0s ease 0s;
}

.wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back:hover {
  margin: 0 5px 0 0;
  color: #333333;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  background-color: #e6e6e6;
  background-image: linear-gradient(to bottom, #e6e6e6, #e6e6e6);
  transition: none 0s ease 0s;
}

/***** 送信 *****/
.wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2 {
  color: #fff;
  border-radius: 2px;
  border: 1px solid #d9534f;
  background-color: #d9534f;
  background-image: linear-gradient(to bottom, #d9534f, #d9534f);
  transition: none 0s ease 0s;
}

.wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2:hover {
  color: #fff;
  border-radius: 2px;
  border: 1px solid #d9534f;
  background-color: #c9302c;
  background-image: linear-gradient(to bottom, #c9302c, #c9302c);
  transition: none 0s ease 0s;
}

table.photo_table {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: none;
}
table.photo_table td {
  width: 33%;
  margin: 0;
  padding: 0;
  border: none;
}
table.photo_table td img {
  width: 80%;
  margin: 0;
  padding: 10px;
}
p.sub input {
  color: #fff;
  padding: 6.5px;
  border-radius: 2px;
  border: 1px solid #385d0f;
  background-color: #4b7d14;
  background-image: linear-gradient(to bottom, #4b7d14, #4b7d14);
  transition: none 0s ease 0s;
}
p.sub input:hover {
  color: #333333;
  padding: 6.5px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  background-color: #9dd45f;
  background-image: linear-gradient(to bottom, #9dd45f, #9dd45f);
  transition: none 0s ease 0s;
}
div.ddsg-wrapper h4 {
  margin: 10px 5px 5px;
  padding: 3px 3px 3px 10px;
  letter-spacing: 0.1em;
  color: #00736d;
  font-size: 16px;
  font-weight: bold;
  background: #eafcbf;
  border-bottom: solid 1px #cccccc;
}
/******************************************/
/********** 個人情報保護方針ボックス **********/
/******************************************/

input.wpcf7-submit {
  width: 60px;
  height: 30px;
  margin: 20px 0;
}

input#wpcf7-modify {
  width: 60px;
  height: 30px;
  margin: 0 10px 0 0;
}

table.inquiry_table {
  border-collapse: collapse;
  width: 96%;
  margin: 50px auto 20px;
}

table.inquiry_table td {
  border: 1px solid #e3e3e3;
  text-align: left;
  padding: 10px;
}

table.inquiry_table td.Item {
  width: 22%;
  border-top: #4b7d14 2px solid;
  background-color: #fdf4ef;
}

table.inquiry_table td.hd {
  background-color: #efefef;
}

table.inquiry_table td.txt {
  width: 78%;
  border-top: #b3b3b3 2px solid;
}

table.inquiry_table td.cont span {
  vertical-align: super;
}

.fiu {
}

.color {
  color: #f8b551;
}
.small-black {
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.6em;
}
/* header */
#fixed_header_wrap {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1184px;
  background-color: #fff;
  border-bottom: #069b0c 2px solid;
  opacity: 0.95;
  z-index: 10000;
}

.header_content {
  height: 114px; /* display: inline; */
}

.header_inner {
  width: 1150px;
  height: 147px;
  margin-left: auto;
  margin-right: auto;
}

.header_high {
  height: 36px;
  width: 1072px;
  float: left;
}

.header_low {
  height: 78px;
}

.header-gnavi {
  /*display: inline-flex;*/
  padding-left: 15px;
  float: left;
  margin-bottom: 0;
  margin-top: 40px;
}

.header-gnavi li {
  float: left;
}

.header-gnavi li a {
  display: block;
}

.inner-1 {
  /* float: left; */
}
#visual {
  width: 100%;
  min-width: 960px;
  overflow: hidden;
}
#visual-image {
  position: relative;
  left: 50%; /* 画像の左端が画面中央にくる */
  margin-left: -1000px; /* 画像幅1600pxの半分だけ左に移動する */
}

/* index */
.content-1 {
}

.content-2 {
  height: 262px;
  min-width: 1072px;
}
.content-2-contact {
  height: auto;
  min-width: 1072px;
}

.content-3 {
  background-color: #f7f7f7;
  height: 80px;
  text-align: center;
  min-width: 1072px;
}

.content-4 {
  height: 250px;
  min-width: 1072px;
}

.content-5 {
  height: 487px;
  min-width: 1072px;
}

.content-6 {
  height: 35px;
  min-width: 1072px;
}

.content-7 {
  height: 8px;
}

.inner-main-title {
  width: 1072px;
  height: 172px;
  margin: 0 auto;
}

.inner-1 {
  width: 1072px;
  /*height: 474px;*/
  height: 455px;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.inner-2 {
  width: 1072px;
  /*height: 417px;*/
  height: 359px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
}

.inner-3 {
  width: 1072px;
  min-width: 1072px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12px;
}

.inner-4 {
  width: 1072px;
  margin-left: auto;
  margin-right: auto;
  height: 72px;
}

.inner-5 {
  width: 1072px;
  height: 319px;
  margin-left: auto;
  margin-right: auto;
}

.inner-title {
  text-align: center; /* height: 26px; */
  padding-top: 27px;
  margin: 22px auto 8px;
  width: 90px;
  display: block;
}
.ggmap {
  position: relative;
  margin-top: 20px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border-radius: 7px;
  border-color: chartreuse;
  border: solid 3px #009900;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
}

.ggmap01 {
  position: relative;
  margin-top: 20px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border-radius: 7px;
  border-color: chartreuse;
  border: solid 3px #009900;
  width: 800px;
  height: 550px;
}

.ggmap01 iframe,
.ggmap01 object,
.ggmap01 embed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.box-1-01 {
  width: 400px; /* height: 455px; */
  float: left;
  text-align: center;
  margin-left: 70px;
  margin-right: 16px;
  margin-top: 16px;
  border-radius: 16px;
}

.box-1-02 {
  width: 400px; /* height: 455px; */
  float: right;
  text-align: center;
  margin-left: 16px;
  margin-right: 70px;
  margin-top: 16px;
  border-radius: 16px;
}
.box-1-1 {
  width: 500px; /* height: 455px; */
  float: left;
  margin-left: 10px;
  margin-right: 16px;
  margin-top: 5px;
}

.box-1-2 {
  width: 500px; /* height: 455px; */
  float: right;
  margin-left: 16px;
  margin-right: 10px;
  margin-top: 5px;
}

.box-2 {
  background-color: #f8f4ec;
  width: 100%;
  text-align: center;
}

.box-main-title {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 51px;
}
.boxcaption_p {
  font-size: 13px;
}
.boxcaption_p01 {
  font-size: 15px;
  font-feature-settings: "palt" 1;
  color: #9f9f9f;
  text-align: left;
}
.boxcaption_p01_02 {
  font-size: 17px;
  font-feature-settings: "palt" 1;
  color: #726f6f;
  font-weight: bold;
  text-align: center;
}
.mapcaption_p01 {
  font-size: 13px;
  color: #959595;
  display: inline;
}
.mapcaption_p02 {
  font-size: 18px;
  font-weight: bold;
  color: #959595;
  display: inline;
}
.mapcaption_p03 {
  font-size: 14px;
  color: #959595;
  display: inline;
}

.boxcaption h3 {
  font-size: 116.6%;
  margin: 10px 10px 5px 10px;
  color: #fff;
}
.boxgrid {
  width: 386px;
  background: #161613;
  height: 290px;
  overflow: hidden;
  position: relative;
}
.boxgrid img {
  position: absolute;
  top: 0;
  left: 0;
}
.boxcaption p a {
  margin-bottom: 5px;
  color: #afafaf;
  font-weight: bold;
}

.boxcaption {
  float: left;
  position: absolute;
  background: #000;
  height: 100px;
  width: 100%;
  opacity: 0.8;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.caption .boxcaption {
  top: 225px;
  left: 0;
}

.box-title1 {
  display: block;
  height: auto;
  /*height: 442px;*/
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  /* margin-top: 28px; */
}

a.box-title1:hover {
  outline: 5px solid #167c3b;
}

.box-title1-image {
  margin-top: -4px;
}

.box-title2 {
  display: block;
  width: 504px;
  height: 280px;
  /*height: 338px;*/
}

.box-title2:hover {
  outline: 16px solid #f0f0f0;
}

.box-text {
  text-align: center;
}

/* footer */

.content {
}
.bg-light-cream {
  background-color: #f8f4ec;
}

.bg-light-gray {
  background-color: #f0f0f0;
}

.bg-light-gray2 {
  background-color: #eeeeee;
}

.content.bg-light-gray {
}

.footer-gnavi {
  display: inline-flex;
  font-size: 11px;
  padding-top: 25px;
}

.page-top-link {
  font-size: 14px;
  padding-top: 2px;
}

.address {
  float: right;
  margin: 0;
  font-size: 11px;
  padding-top: 20px;
  padding-right: 17px;
  color: #aaa;
  letter-spacing: 0.065em;
}

.bg-gray {
  background-color: #dddddd;
}

.content.bg-gray {
}

.other-link {
  height: 65px;
  text-align: center;
}

.box-3 {
  width: 325px;
  float: left;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 16px;
}

.box-4 {
  height: 96px;
  margin-bottom: 16px;
}

.box-5 {
  width: 325px;
  height: 319px;
  float: left;
  margin-left: 16px;
  margin-right: 16px;
}

.dark-gray {
  background-color: #999999;
}

.content.dark-gray {
}

.copyright {
  padding-top: 14px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header_upper {
  padding-top: 25px;
}

.header_upper img {
  float: left;
  margin-left: 17px;
}

.header_upper > p.site-title {
  font-size: 10px;
  float: none;
  margin: 0;
  padding-top: 10px;
}

.header_right {
  float: right;
}

.header_lower {
  height: 80px;
}

.header_lower img.logo {
  margin-left: 18px;
  margin-top: 5px;
  vertical-align: top;
}

.visible-xs {
  display: none !important;
}

.header_upper {
  height: 35px;
}

.header_upper img {
  float: left;
  margin-left: 17px;
}

.header_upper > p.site-title {
  font-size: 10px;
  float: none;
  margin: 0;
  padding-top: 3px;
  margin-left: 15px;
  color: #aaa;
}

.header_right {
  float: right;
  width: 245px;
}

.header_lower {
}

.header_lower img.logo {
  margin-left: 16px;
  margin-right: 6px;
}

.bg_image {
  background: url(../img/back_02_01.jpg) no-repeat;
  /* background: url("../img/img_top_support-assets/img_top_support.jpg") no-repeat; */
  background-position: center center;
  height: 611px;
  min-width: 1072px;
}

.bg_image_inner {
  margin: 0 auto 0;
  width: 407px;
  padding-top: 176px;
}

.btn_img {
  width: 244px;
  margin-top: 53px;
  margin-left: 81px; /* margin-right: auto; */
}

.footer-nav01 {
  /* display: block; */
  float: left;
  padding: 18px 0 0 15px;
  margin-bottom: 0;
}

.footer-nav01 > li {
  display: list-item; /* 縦に並べる */
  list-style-type: none;
  font-size: 13px;
  font-weight: 500;
  color: #aaa;
  padding-right: 26px;
  letter-spacing: 0.03em;
}

.footer-nav01 > li a {
  color: #aaa;
  text-decoration: none;
  line-height: 30px;
}

.footer-nav01 > li.arrow:after {
  content: "";
  padding-left: 26px;
  width: 4px;
  background: url(../img/link_arrow.png) no-repeat center center;
}
.footer-nav {
  /* display: block; */
  height: 44px;
  padding: 18px 0 0 15px;
  margin-bottom: 0;
}

.footer-nav > li {
  font-size: 12px;
  font-weight: 500;
  color: #aaa;
  padding-right: 26px;
  letter-spacing: 0.03em;
}

.footer-nav > li a {
  color: #aaa;
  text-decoration: none;
  line-height: 26px;
}

.footer-nav > li.arrow:after {
  content: "";
  padding-left: 26px;
  width: 4px;
  background: url(../img/link_arrow.png) no-repeat center center;
}

.pull-left {
  float: left !important;
}

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

/*　　下層ページ　　*/
.mainv {
  height: 327px;
  width: 100%;
  min-width: 1072px;
  position: absolute;
  text-align: center;
  top: 147px;
}
.mainv-image {
  position: relative;
}
.mainv_xs {
  height: 327px;
  position: absolute;
  top: 0;
  border-top: inset 1px #3c3c3c;
}

.inner {
  width: 100%;
  min-width: 1184px;
  margin: 0 auto;
}

.sub_nav {
  height: 40px;
  border-bottom: solid 2px #f0f0f0;
  margin-top: 42px;
}

.sub_nav ul {
  width: 1041px;
  margin: 0 auto;
  padding: 0;
}

.sub_nav li {
  float: left;
}

.sub_menu_xs {
  height: 200px;
}
.sub_menu {
  min-width: 1184px;
}

.sub_menu .title {
  margin-top: 30px;
}

.sub_menu .title_02 {
  margin-top: 225px;
  -moz-margin-top: 305px;
  -webkit-margin-top: 305px;
}

.sub_wrapper {
  min-width: 1184px; /* height: 300px; */
  margin-top: 200px;
}
.sub_wrapper_xs {
  margin-top: -50px;
}
.sub_wrapper .inner {
}

.content {
  height: 482px;
  margin-top: 47px;
}

.content_text {
  border: solid #f2f2f2 13px;
  height: 457px;
  width: 518px;
}

.content_text img {
  display: block;
  margin: 64px 0 37px;
}
.hr-lightgrey {
  border: 0 solid transparent;
  border-top: 1px solid #f1f1f1;
  margin-top: 8px;
  margin-bottom: 8px;
}

.content_text .text_box {
  margin: 0 auto;
  width: 420px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 190%;
}

.content_lower {
  border: solid #f2f2f2 13px;
  border-top: none;
  height: 440px;
}

.content_lower h4 {
  margin: 0;
  text-align: center;
  padding-top: 29px;
  font-size: 17px;
  letter-spacing: 0.09em;
}

.content_lower .area_list {
  margin: 0px auto;
  width: 1061px;
}

.content_lower .area_list h5 {
  padding-left: 13px;
  margin-left: 30px;
  margin-top: -2px;
  border-left: solid 6px #c7c7c7;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 150%;
}

.content_lower .area_list .area_box2 h5 {
  padding-left: 13px;
  margin-left: 23px;
  margin-top: -2px;
  border-left: solid 6px #c7c7c7;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 150%;
}

.content_lower .area_list ul {
  list-style: disc inside;
  font-size: 13px;
  float: left;
  padding-left: 20px;
  padding-right: 46px;
  line-height: 172%;
  border-right: solid 1px #f0f0f0;
  height: 261px;
}

.content_lower .area_list ul:last-child {
  border: none;
  padding-right: 62px;
}

.content_lower .area_list ul li {
  list-style: none;
  padding-left: 13px;
  position: relative;
}

.content_lower .area_list ul li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #c7c7c7;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  margin-top: -2px;
}

.content_lower .area_list .area_box2 ul {
  list-style: disc inside;
  font-size: 13px;
  float: left;
  padding-left: 20px;
  padding-right: 61px;
  line-height: 172%;
  border-right: solid 1px #f0f0f0;
}

.content_lower .area_list .area_box2 ul:last-child {
  border: none;
}

.area_box,
.area_box2 {
  margin-top: 32px;
  border-left: solid 1px #f0f0f0;
  height: 306px;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.btm_message {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 190%;
  text-align: center;
  margin: 51px 0 49px 0;
}

.inner_narrow {
  width: 1040px;
  margin: 0px auto 44px;
  border-top: 1px solid #d8d8d8;
}

.btn_area {
  margin-top: 23px;
}

.staff_wrap {
  background: url(../img/bg.png) top center no-repeat;
  height: 3952px;
  min-width: 1184px;
}

.staff_wrap_02 {
  background: url(../img/bg.png) top center no-repeat;
  height: 3990px;
  min-width: 1184px;
}

.staff_inner {
  width: 396px;
  margin: 65px auto 0px;
}

.staff_link_01 {
  position: absolute;
  top: 4px;
  left: 64.7%;
}

.staff_link_02 {
  position: absolute;
  top: 108px;
  left: 64.7%;
}

.staff_img_01 {
  position: absolute;
  top: 252px;
  left: 50%;
}

.staff_img_02 {
  position: absolute;
  top: 766px;
  left: 14.2%;
}

.staff_img_03 {
  position: absolute;
  top: 1357px;
  left: 50%;
}

.staff_img_04 {
  position: absolute;
  top: 2033px;
  left: 0%;
}

.staff_img_05 {
  position: absolute;
  top: 2701px;
  left: 50%;
}

.staff_img_06 {
  position: absolute;
  top: 252px;
  left: 50%;
}

.staff_img_07 {
  position: absolute;
  top: 796px;
  left: 14.2%;
}

.staff_img_08 {
  position: absolute;
  top: 1361px;
  left: 50%;
}

.staff_img_09 {
  position: absolute;
  top: 2040px;
  left: 0%;
}

.staff_img_10 {
  position: absolute;
  top: 2708px;
  left: 50%;
}

.pos_r {
  position: relative;
}

.bg_white {
  background-color: white !important;
  /* outline: red 1px solid; */
}

.content_staff01 {
  position: absolute;
  top: 4px;
  left: 6.1%;
  height: 567px;
  width: 520px;
}

.content_staff02 {
  position: absolute;
  top: 766px;
  left: 50%;
  height: 591px;
  width: 520px;
}

.content_staff03 {
  position: absolute;
  top: 1357px;
  left: 6.1%;
  height: 621px;
  width: 520px;
}

.content_staff04 {
  position: absolute;
  top: 2033px;
  left: 50%;
  height: 568px;
  width: 520px;
}

.content_staff05 {
  position: absolute;
  top: 2601px;
  left: 6.1%;
  height: 654px;
  width: 520px;
}

.content_staff06 {
  position: absolute;
  top: 4px;
  left: 6.1%;
  height: 590px;
  width: 520px;
}

.content_staff07 {
  position: absolute;
  top: 797px;
  left: 50%;
  height: 564px;
  width: 520px;
}

.content_staff08 {
  position: absolute;
  top: 1361px;
  left: 6.1%;
  height: 515px;
  width: 520px;
}

.content_staff09 {
  position: absolute;
  top: 2040px;
  left: 50%;
  height: 569px;
  width: 520px;
}

.content_staff10 {
  position: absolute;
  top: 2609px;
  left: 6.1%;
  height: 562px;
  width: 520px;
}

p.staff {
  padding-top: 26px;
  padding-left: 2px;
}

.staff_link {
  border-top: solid 1px #d8d8d8;
  width: 1040px;
  position: absolute;
  top: 3355px;
  left: 6.1%;
  text-align: center;
}

.staff_link > img {
  margin-top: 18px;
}

.staff_link > a > img {
  display: block;
  margin: 25px auto 0px;
}

.staff_link2 {
  border-top: solid 1px #d8d8d8;
  width: 1040px;
  position: absolute;
  top: 3355px;
  left: 6.1%;
  text-align: center;
}

.staff_link2 > img {
  margin-top: 39px;
}

.staff_link2 > a > img {
  display: block;
  margin: 46px auto 0px;
}

.content_voice_01 {
  width: 1040px;
  margin: -32px auto 0px;
  background-color: #f1f1f1;
}

.content_voice_01 > p {
  padding-top: 35px;
  padding-left: 49px;
  font-size: 11.5px;
  line-height: 2.18em;
  padding-bottom: 31px;
}

.content_voice_02 {
  width: 736px;
  margin: 99px auto 49px;
  /* height: 30px; */
}

.content_voice_02 .title {
  display: block;
  margin: 0px auto 37px;
}

.content_voice_02 .title2 {
  display: block;
  margin: -20px auto 29px;
}

.content_voice_02 .title3 {
  display: block;
  margin: 0px auto 37px;
}

.content_voice_02 p {
  font-size: 13px;
  margin: 0px;
  padding-bottom: 12px;
  line-height: 1.75em;
  letter-spacing: 0.055em;
}

.voice_text02 p {
  font-size: 13px;
  margin: 0px;
  padding-bottom: 12px;
  line-height: 1.8em;
}

.voice_heading,
.voice_heading02 {
  float: left;
  width: 76px;
}

.voice_heading p {
  color: #39a664;
}

.voice_heading02 p {
  color: #39a664;
  line-height: 1.8em;
}

.voice_heading p:before,
.voice_heading02 p:before {
  content: "";
  width: 3px;
  height: 11px;
  display: inline-block;
  background-color: #39a664;
  /* border-left: solid 3px #39A663; */
  margin-right: 5px;
}

.content_voice_03 {
  width: 1072px;
  margin: 0px auto 0px;
  background-color: #f1f1f1;
  overflow: auto;
}

.content_voice_03 > img {
  float: left;
  padding: 16px 0px 16px 16px;
}

.voice_img {
  width: 228px;
  float: right;
  margin-top: 40px;
  margin-right: 47px;
}

.voice_img > p {
  font-size: 13px;
  padding-top: 0px;
  margin-top: 2px;
}

.voice_link img {
  display: block;
  margin: 61px auto 55px;
}

.title_qa img {
  display: block;
  margin: 0px auto 23px;
}

.content_qa_01 {
  width: 1040px;
  border: solid 16px #f0f0f0;
  margin: 0px auto 26px;
  background-color: #f6f6f6;
  overflow: auto;
}

.content_qa_01 p {
  margin: 0px;
}

.content_qa_01 .text {
  float: left;
  background-color: #fff;
  width: 520px;
  border-right: solid 1px #f0f0f0;
}

.content_qa_01 .text a p {
  border-bottom: solid 1px #f0f0f0;
  font-size: 13px;
  vertical-align: middle;
  padding: 10px 0px 9px 18px;
  letter-spacing: 0.01em;
  position: relative;
}

.content_qa_01 .text p:after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 494px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.content_qa_01 .text p.after:after {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  left: 494px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.content_qa_01 .text p > span {
  color: #39a567;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.content_qa_01 .text a:last-child {
  border-bottom: none;
}

.content_qa_01 > .q_right {
  background-color: #fff;
  width: 519px !important;
  border-right: none;
}

.q_2lines {
  width: 54px;
  float: left;
  /* height: 61px; */
  /* vertical-align: middle; */
  /* padding-top: 8px; */
}

.q_2lines p:after {
  display: none !important;
}

.text > a {
  text-decoration: none;
}

.title_qa_02 img {
  display: block;
  margin: 32px auto 32px;
}

.content_qa_02 {
  margin: 0px auto 0px;
  width: 1008px;
  border: solid 16px #f0f0f0;
  border-top: none;
  overflow: auto;
}

.content_qa_02:last-child {
  margin-bottom: 88px;
}

.title_qa + .content_qa_02 {
  margin: 0px auto 0px;
  width: 1008px;

  border-top: solid 16px #f0f0f0;
}

.text_qa {
  width: 928px;
  border-top: solid 1px #dedede;
  margin: 0px auto 0px;
  padding-top: 24px;
  padding-bottom: 32px;
  clear: both;
}

.text_qa .inner {
  width: 30px;
  min-width: 555px;
  margin: 0px auto 0px 100px;
}

.text_qa .inner .heading {
  float: left;
  height: 155px;
}
.btn_goto_top_wrap {
  background: #f0f0f0;
  padding: 19px 20px 3px;
  height: 16px;
}
.btn_goto_top {
  display: block;
  background: url(../img/btn_totop_01.png) #f0f0f0 right top no-repeat;
  height: 15px;
  width: 200px;
  float: right;
  /* background-size: contain; */
}
.text_qa .inner p.question > span {
  color: #39a567;
  padding-right: 10px;
  vertical-align: top;
  margin: 0px;
  font-size: 14px;
}

.text_qa .inner p.answer span {
  color: #999999;
  padding-right: 0px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  margin-left: -39px;
  display: inline-block;
  width: 39px;
  top: 0;
}

.text_qa .inner .body {
  position: relative;
}

.text_qa .inner .body .question {
}

.text_qa .inner .body .answer {
  font-size: 13px;
  font-weight: 400;
  padding-left: 40px;
  position: relative;
}

.text_qa .inner .body .answer span {
}

.long {
  float: right;
  padding-right: 126px;
  padding-top: 59px;
  padding-bottom: 50px;
}

.short {
  float: right;
  padding-right: 102px;
  padding-top: 59px;
  padding-bottom: 50px;
}

.square {
  float: right;
  padding-right: 130px;
  padding-top: 59px;
  padding-bottom: 50px;
}

.title_about img {
  display: block;
  margin: 0px auto 10px;
}

.content_about {
  width: 1014px;
  margin: 0px auto 85px;
  border: 13px solid #f2f2f2;
  padding-top: 39px;
}

.content_about p {
  width: 640px;
  margin: 0px 180px 0px 170px;
  border-top: solid 1px #f5f5f5;
  font-size: 13px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.content_about p span {
  width: 258px;
  display: inline-block;
}

.content_about p > span::before {
  content: "";
  width: 4px;
  height: 11px;
  background-color: #999999;
  display: inline-block;
  margin-right: 16px;
  margin-top: 6px;
}

.content_about p.link {
  width: 640px;
  margin: 0px 180px 42px 170px;
  border-top: solid 1px #f5f5f5;
  font-size: 11px;
  padding-top: 27px;
  padding-bottom: 4px;
}

.content_about p.link a {
  color: #39a663;
  text-decoration-color: #e4ebe3;
}

.content_about_02 {
  width: 1014px;
  margin: 16px auto 37px;
  border: 13px solid #f2f2f2;
  /* text-align: center; */
}

.content_about_02 p {
  font-size: 13px;
  margin: 35px 0px 36px 213px;
}

.content_about_03 {
  width: 1014px;
  margin: 17px auto 55px;
  border: 13px solid #f2f2f2;
  padding-top: 40px;
}

.content_about_03 p {
  width: 800px;
  margin: 0px 180px 0px 106px;
  border-top: solid 1px #f5f5f5;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  letter-spacing: 0.062em;
  line-height: 200%;
}

.content_about_03 p span {
  width: 140px;
  display: inline-block;
  float: left;
  font-size: 13px;
}

.content_about_03 p > span::before {
  content: "";
  width: 4px;
  height: 11px;
  background-color: #999999;
  display: inline-block;
  margin-right: 10px;
  margin-top: 6px;
}

span.l3 {
  height: 60px;
}

span.l2 {
  height: 45px;
}

.content_about_03 p:last-child {
  border-bottom: solid 1px #f5f5f5;
  margin-bottom: 38px;
}

.title_contact img {
  display: block;
  margin: 0px auto 16px;
}

.content_contact {
  margin: 0px auto 26px;
  width: 1008px;
  border: solid 16px #f0f0f0;
  overflow: auto;
}

.content_contact img {
  margin-top: 40px;
  margin-bottom: 5px;
}

.content_contact .text_01 {
  font-size: 10px;
  color: #999999;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 180%;
  margin-bottom: 36px;
}

.content_contact_404 {
  margin: 0px auto 6px;
  width: 1008px;
  overflow: auto;
  padding-top: 0px;
  margin-bottom: 20px;
}
.content_contact_02 {
  margin: 0px auto 6px;
  width: 1008px;
  border: solid 5px #009900;
  border-radius: 10px;
  overflow: auto;
  padding-top: 0px;
  margin-bottom: 20px;
  background-color: #fff;
}

.content_contact_02 .text_02 {
  font-size: 12px;
  /* color: #999999; */
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 166%;
  margin: 33px 0px 36px 275px;
  /* display: block; */
  width: 480px;
}
.content_contact_02 p {
  font-size: 14px;
  left: 2em;
}

.contact_link {
  background-color: #ddd;
  min-width: 1184px;
  width: 100%;
}

.contact_link img {
  display: block;
  margin: 0 auto;
}

.contact_link .inner {
  width: 576px;
  min-width: 0px;
  padding-top: 77px;
  height: 330px;
}

.contact_link .inner > p {
  margin-top: 33px;
  letter-spacing: 0.03em;
  margin-bottom: 29px;
}

p.small {
  font-size: 10px;
  color: #999;
}

.footer_title {
  margin: 0 auto 0;
  display: block;
  padding-top: 52px;
  padding-bottom: 35px;
}

#fixed_header_spacer {
  width: 100%;
  height: 147px;
}

#topMainv_wrap {
  height: 440px;
  background-color: #fff;
  position: relative;
  min-width: 1170px;
}

#topMainv {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  min-width: 1200px;
}

#topMainvMessage {
  width: 100%;
  height: auto;
  margin-top: 11%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 100;
  position: absolute;
  opacity: 0;
  /* -webkit-transition: all 2400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); */
  /* transition: all 2400ms cubic-bezier(0.25, 0.46, 0.45, 0.94); */
  top: 30px;
  text-align: center;
}

#topMainvMessage_img {
  margin-top: -3%;
}

#topMainvMessage_inner {
  width: auto;
  position: absolute;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.topMainv_content {
  height: 100%;
  width: 100%;
  position: absolute;
  -webkit-transition: opacity 1600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 1600ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  top: 0;
  overflow: auto;
}

.topMainv_img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  overflow: auto;
}

.topMainv_off {
}

.topMainv_on {
  opacity: 0;
  -webkit-transition: opacity 1600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 1600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#topMainv01 .topMainv_on {
  background-image: url(../img/img_top_main01.jpg);
}

#topMainv02 .topMainv_on {
  background-image: url(../img/img_top_main02.jpg);
}

#topMainv03 .topMainv_on {
  background-image: url(../img/img_top_main03.jpg);
}

#topMainv04 .topMainv_on {
  background-image: url(../img/img_top_main04.jpg);
}

.topMainv_message {
  opacity: 0;
  -webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  z-index: 30;
  width: 100%;
  text-align: center;
  padding-top: 10%;
  top: 50%;
  -webkit-transform: translateY(-32%);
  -ms-transform: translateY(-32%);
  transform: translateY(-32%);
}

.topMainv_message > img {
}

.mainv_arrow {
  position: absolute;
  z-index: 100;
  top: 94%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #167c3b;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.mainv_arrow:hover {
  background-color: #3fa56a;
}

#topMainvLeftArrow {
  left: 0;
  background-image: url(../img/mainv_arrow_left.png);
  background-position: 15px center;
}

#topMainvRightArrow {
  right: 0;
  background-image: url(../img/mainv_arrow_right.png);
  background-position: 17px center;
}

#topMainvPointer {
  z-index: 50;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 17px;
}

.mainv_pointer {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ddd;
  margin: 0 4px;
}

.mainv_pointer.active {
  background-color: #3fa56a;
}

.fadeInUp {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}

/*@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(24px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(24px);
        -ms-transform: translateY(24px);
        transform: translateY(24px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}*/

/*サポート*/

.content_sup {
  height: 482px;
  margin-top: 41px;
}

.content_sup_text {
  border: solid #f2f2f2 13px;
  height: 592px;
  width: 518px;
}
.content_sup_text img {
  display: block;
  margin: 40px 0 37px;
}

.content_sup_text img.mid {
  display: block;
  margin: 33px 0 37px;
}

.content_sup_text .text_box {
  margin: 0 auto;
  width: 420px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 190%;
}

.main_title_sup {
  margin-top: 37px;
  padding-bottom: 3px;
}
.title_sup::before {
  clear: both;
  content: normal;
}

.title_sup img {
  display: block;
  margin: 42px auto 24px;
}

.clearfix {
  clear: both;
}

.content_sup_02 {
  width: 1075px;
  margin: 41px auto;
}

.sup_box {
  border: solid #f2f2f2 16px;
  width: 257px;
  float: left;
  margin-right: 32px;
  height: 380px;
  padding: 0 24px 0 24px;
}

.sup_box:last-child {
  margin-right: 0;
}

.sup_box img {
  display: block;
  margin: 34px auto 16px;
}

.content_sup_03 {
  border: solid #f2f2f2 16px;
  width: 1041px;
  margin: 0px auto;
  overflow: auto;
}

.content_sup_03 .sup_upper {
}

.content_sup_03 .sup_upper:after {
  content: " ";
  display: block;
  height: 1px;
  width: 928px;
  margin: -3px auto 0px;
  border-bottom: solid 1px #dedede;
}

.content_sup_03 .sup_lower {
  margin: 39px 0 0 48px;
}

.content_sup_03 .sup_lower .sup_block {
  float: left;
  width: 408px;
  margin-bottom: 13px;
}

.content_sup_03 .sup_lower .sup_block:last-child {
  margin-left: 128px;
}

.sup_block img {
  display: block;
  margin: 0px auto 27px;
}

.sup_block p {
  letter-spacing: 0em;
  padding-bottom: 30px;
}

.sup_link {
  margin-top: 57px;
  padding-top: 29px;
  width: 576px;
  margin-left: auto;
  margin-right: auto;
}

.sup_link p {
  display: inline-block;
  padding-left: 18px;
  padding-right: 18px;
}

.sup_link img {
  margin-top: 20px;
  margin-bottom: 44px;
}

.inner_narrow_sup {
  width: 1040px;
  margin: 56px auto 44px;
  border-top: 1px solid #d8d8d8;
}

.text_sup {
  width: 800px;
  margin: 0px auto 10px;
  padding-top: 6px;
  padding-bottom: 9px;
}

.text_sup:after {
  content: "";
  display: block;
  margin: 49px auto 22px;
  height: 1px;
  width: 198px;
  border-bottom: solid 2px #dedede;
}

.text_sup p {
  line-height: 190%;
}

.inner_support {
  width: 1072px;
  min-width: 1072px;
  margin: 0 auto;
}

.content_sup02 {
  height: 320px;
  margin-top: 47px;
}

.content_sup02_text {
  border: solid #f2f2f2 16px;
  height: 288px;
  width: 667px;
}

.content_sup02_lower {
  border: solid #f2f2f2 16px;
  border-top: none;
  height: 335px;
  width: 1040px;
}

.content_sup02_lower > img,
.content_sup02_lower > a > img {
  display: block;
  margin: 0px auto;
  padding-top: 31px;
  padding-bottom: 22px;
  padding-left: 3px;
}

.content_sup02_text > .text_box {
  margin-left: 56px;
  margin-right: 68px;
}

.content_sup02_text > .text_box > img {
  margin-top: 56px;
}

.content_sup02_text > .text_box > p {
  margin-top: 32px;
}

.sup_lower_left {
  float: left;
  width: 413px;
  margin-left: 72px;
  margin-right: 70px;
}

.sup_lower_right {
  /* width: 100px; */
  margin-right: 61px;
}

.sup_lower_left p,
.sup_lower_right p {
  margin-bottom: 9px;
  font-size: 11px;
  margin-top: 8px;
}

.sup_lower_left img,
.sup_lower_right img {
  padding-bottom: 8px;
  border-bottom: #d8d8d8 solid 1px;
}

.border_color {
  border-color: #89caa4 !important;
}

.content_sup02_02 {
  border: solid #f2f2f2 16px;
  margin-top: 24px;
  width: 496px;
  height: 94px;
}

.content_sup02_02 img {
  margin: 27px 0 0 35px;
}

.content_sup02_02 p {
  font-size: 11px;
  margin: 8px 0 0 36px;
  letter-spacing: 0.04em;
}

div.arrow,
div.border_color.arrow {
  position: relative;
}

div.arrow:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid #4c4c4c;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -32px;
  right: 241px;
}

div.border_color.arrow.arrow:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid #3aa667;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -32px;
  right: 241px;
}

.content_sup02_03 {
  border: solid 16px #2e995b !important;
  background-color: #3aa667;
  width: 1041px;
  height: 157px;
  margin-top: 24px;
  margin-bottom: 72px;
}

.content_sup02_03 img {
  display: block;
  margin: 38px auto 0;
}

.facilitiesImg {
  position: relative;
}

.facilitiesImg span {
  position: absolute;
  bottom: 220px;
  right: 0;
  margin: 0;
  color: white;
  background: #444544;
  font-size: 14px;
  line-height: 1;
  padding: 5px 10px;
}
.facilitiesImg p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  color: white;
  background: #4ccc77;
  font-size: 12px;
  line-height: 1;
  padding: 5px 10px;
}

.border_radius {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.cat-excellife {
  font-size: 10px;
  padding: 0.5em 1em;
  margin: 2em 0;
  color: gray;
  background: #c6e4ff;
  border-bottom: solid 6px #aac5de;
  border-radius: 9px;
}

.cat-yamamoto {
  font-size: 10px;
  padding: 0.5em 1em;
  margin: 2em 0;
  color: gray;
  background: #d5e31e;
  border-bottom: solid 6px #716522;
  border-radius: 9px;
}

.cat-info {
  font-size: 10px;
  padding: 0.5em 1em;
  margin: 3rem 0 2em;
  color: #5d627b;
  background: white;
  border-top: solid 5px #5d627b;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.breadcrumbs {
  overflow: hidden;
  -moz-margin-top: 275px;
  -webkit-margin-top: 275px;
}
.fa-home::before {
  content: "\f015";
  font-size: 17px;
  color: #020202;
}
.fa-angle-right::before {
  content: "\f105";
  font-size: 17px;
  color: #020202;
}
.breadcrumbs ul li {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  font-size: 13px;
  color: #020202;
  list-style-type: none;
  background-color: #bbffaa;
}
.breadcrumbs a:link,
a:visited {
  color: #020202;
  text-decoration: none;
}
.breadcrumb_txt a:hover {
  color: #222222;
  text-decoration: none;
}
.fa-2x a:hover {
  color: #222222;
  text-decoration: none;
}
.breadcrumbs ul li:nth-child(1) a span.txt {
  position: absolute;
  display: block;
  width: 50px;
  text-align: center;
}
.breadcrumb_last {
  font-size: 13px;
  color: #020202;
}
.breadcrumb_txt {
  font-size: 13px;
  color: #020202;
}
.box7 {
  padding: 0 0.5em 0.2em;
  border-bottom: solid 2px #ff7d6e;
}
.box7 p {
  margin: 0;
  padding: 0;
}

/* ====================================================
 btn03
==================================================== */
.btn03 {
  background: #009900;
  width: 240px;
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: block;
  margin: 15px auto;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
.btn03:hover {
  background-size: 100px 100px;
  background-position: right 50%;
  background-color: #32af32;
}
.btn03::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 30px;
  background: url(../img/icon.png) no-repeat 0 50%;
  background-size: 38px 38px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  /*-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;*/
}
.btn03:hover::before {
  left: 200px;
  background-size: 60px 60px;
}
.btn03 span {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  /*-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;*/
}
.btn03:hover span {
  margin-left: -180px;
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-check-square-o:before {
  content: "\f046";
  color: #f26060;
}
.fa-automobile:before {
  content: "\f1b9";
}
/***** お知らせ *****/
.blog_info {
  padding: 20px;
}
.link_info {
  margin: 30px 3vw 5px;
}
.box_notice p {
  font-size: 15px !important;
  font-feature-settings: "palt" 1;
  color: #9f9f9f !important;
  text-align: center;
}

@media (max-width: 640px) {
  .facilitiesImg p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    color: white;
    background: #444544;
    font-size: 13px;
    line-height: 1;
    padding: 3px 5px;
  }
  #topMainv {
    min-width: 1px;
  }

  #topMainv_wrap {
    height: auto;
    min-width: 1px;
  }

  .topMainv_message {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding-top: 0;
    top: 60%;
  }

  #topMainvMessage {
    background-image: none;
  }

  #topMainvMessage_1 {
    width: 228px;
    -webkit-transform: translateY(-92%);
    -ms-transform: translateY(-92%);
    transform: translateY(-92%);
  }

  #topMainvMessage_2 {
    top: 40%;
    width: 233px;
    padding-top: 5px;
  }

  #topMainvMessage_3 {
    width: 194px;
    top: 44%;
  }

  #topMainv01 .topMainv_on {
    background-image: url(../img_sp/img_top_main01.jpg);
  }

  #topMainv02 .topMainv_on {
    background-image: url(../img_sp/img_top_main03.jpg);
  }

  #topMainv03 .topMainv_on {
    background-image: url(../img_sp/img_top_main02.jpg);
  }

  #topMainv04 .topMainv_on {
    background-image: url(../img_sp/img_top_main04.jpg);
  }

  .mainv_arrow {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    top: auto;
    bottom: 12px;
    height: 24px;
    width: 24px;
    background-size: 7px auto;
  }

  #topMainvLeftArrow {
    background-position: 8px center;
  }

  #topMainvRightArrow {
    background-position: 8px center;
  }

  .topMainv_message > img {
    width: 72%;
    margin: 0 auto;
  }

  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
    width: 100%;
  }

  p {
    font-size: 15px;
    font-weight: 200;
    color: #333;
    margin-bottom: 40px;
  }

  img {
    width: 100%;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

  .slider {
    height: 300px;
    background-color: aqua;
    width: 100%;
  }

  .content {
    width: 100%;
  }

  .box-1 {
    width: 100%;
  }

  #map_canvas {
    width: 100%;
    height: 200px;
  }
  .about_table {
    width: 100%;
    margin: 10px 0 10px 10px;
    font-size: 12px;
    border: solid 1px #cccccc;
  }

  .about_table th,
  .about_table td {
    padding: 5px 10px;
    border: solid 1px #cccccc;
    line-height: 1.5;
  }

  .about_table th {
    width: 10%;
    font-weight: normal;
    white-space: nowrap;
    background: #f8f8f8;
    vertical-align: middle;
    text-align: center;
  }

  .about_table td {
    width: 90%;
    font-weight: normal;
    background: #ffffff;
    text-align: left;
  }
  .map_table {
    width: 94%;
    margin: 10px;
    font-size: 0.9em;
    border: none;
  }
  .map_table td {
    font-weight: normal;
    background: #ffffff;
    text-align: center;
    border: none;
  }

  .schedule_table {
    width: 100%;
    margin: 10px;
    font-size: 0.9em;
    border: solid 1px #cccccc;
  }

  .schedule_table th,
  .schedule_table td {
    padding: 5px 10px;
    border: solid 1px #cccccc;
  }

  .schedule_table th {
    width: 7%;
    height: 40px;
    font-weight: normal;
    white-space: nowrap;
    background: #f8f8f8;
    vertical-align: middle;
    text-align: center;
  }

  .schedule_table td {
    width: 18%;
    font-weight: normal;
    background: #ffffff;
    text-align: left;
    vertical-align: top;
  }
  .none_table {
    width: 94%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    border: none;
  }
  .none_table th,
  .none_table td {
    border: none;
    padding: 5px;
  }

  .none_table th,
  .none_table td {
    width: 30%;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
  }
  h3.title {
    width: 98%;
    font-weight: bold;
    padding: 3px 5px;
    margin-left: 0px;
    margin-right: 10px;
    font-size: 1.1em;
    background: #f8f8f8;
    margin-bottom: 20px;
    color: #333333;
  }
  h3.title_about {
    width: 90%;
    font-weight: bold;
    padding: 3px 5px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.1em;
    background: #f8f8f8;
    margin-bottom: 20px;
    color: #333333;
    border-left: solid 16px #4b7d14;
  }
  h4.title {
    width: 91%;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.1em;
    background: #ffffff;
    margin-top: 15px;
    color: #666666;
    border-left: solid 10px #cccccc;
    border-bottom: solid 2px #cccccc;
  }

  /* header */
  .header_content {
    height: 44px;
    display: inline;
  }

  .header_inner {
    width: 1072px;
    height: 114px;
    margin-left: auto;
    margin-right: auto;
  }

  .header_high {
    height: 36px;
    width: 1072px;
    float: left;
  }

  .header_low {
    height: 78px;
  }

  .header-gnavi {
    display: inline-flex;
  }

  .inner-1 {
    /* float: left; */
  }

  .slider {
    height: 365px;
    background-color: greenyellow;
  }

  /* index */
  .content-1 {
  }

  .content-2 {
    height: 267px;
  }

  .content-3 {
    height: 100px;
    text-align: center;
    min-width: 0px;
  }

  .content-5 {
    height: auto;
    min-width: 0px;
  }

  .content-6 {
    min-width: 0px;
  }

  .content-7 {
    height: 8px;
  }

  .inner-main-title {
    width: 1072px;
    height: 115px;
    margin: 0 auto;
  }

  .inner-1 {
    width: 1072px;
    height: 471px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
  }

  .inner-2 {
    width: 1072px;
    height: 417px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 43px;
  }

  .inner-3 {
    width: 1072px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 13px;
  }
  .inner-3-contact {
    width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 13px;
  }

  .inner-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
  .inner-4 img {
    margin: 0 auto;
    width: 164px;
  }

  .inner-5 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .inner-title {
    text-align: center;
    /* height: 26px; */
    padding-top: 16px;
    margin-bottom: 16px;
  }

  .box-1 {
    width: 325px;
    height: 457px;
    float: left;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 16px;
  }

  .box-2 {
    width: 504px;
    height: 337px;
    float: left;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 16px;
  }

  .box-main-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .box-title1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
  }

  .box-title1-image {
    margin-top: -4px;
  }

  .box-title2-image1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .box-title2-image2 {
    margin-top: 27px;
  }

  .box-text {
    text-align: center;
  }

  /* footer */
  .content {
  }

  .bg-light-gray {
  }

  .content.bg-light-gray {
  }

  .page-top-link {
    font-size: 14px;
    padding-top: 2px;
  }

  .address {
  }

  .bg-gray {
  }

  .content.bg-gray {
  }

  .other-link {
    height: 65px;
    text-align: center;
  }

  .box-3 {
    width: 300px;
    float: left;
    margin-left: 16px;
    margin-right: 16px;
  }

  .box-4 {
    height: 96px;
    margin-bottom: 16px;
  }

  .box-4:last-child {
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 29px;
  }

  .box-5 {
    width: 325px;
    height: 319px;
    float: left;
    margin-left: 16px;
    margin-right: 16px;
  }

  .box-5:last-child {
    margin-bottom: 0px;
    padding-top: 8px;
  }

  .dark-gray {
  }

  .content.dark-gray {
  }

  .copyright {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 10px;
  }

  .w84 {
    display: block;
    margin: 16px auto;
    width: 92%;
  }

  .w92 {
    display: block;
    margin: 0 auto;
    width: 64%;
  }

  .bg_image {
    background: none;
    background-position: center center;
    height: auto;
    min-width: 10px;
    width: 100%;
    position: relative;
  }

  .bg_image_inner {
    position: absolute;
    top: 20%;
    left: 0;
    margin: 0 auto 0;
    width: 100%;
    padding-top: 0;
  }

  .btn_img {
    position: absolute;
    width: 60%;
    top: 133%;
    left: 20%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .w50 {
    width: 50%;
  }

  .w96 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .mainv {
    height: 336px;
    background: center center;
    min-width: 1072px;
  }

  .inner {
    width: 1184px;
    min-width: 1184px;
    margin: 0 auto;
  }

  .sub_nav {
    height: auto;
    border-bottom: none;
    margin-top: 0px;
    overflow: auto;
  }

  .sub_nav ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .sub_nav li {
    float: left;
    width: 33.3%;
    height: inherit;
  }

  .sub_nav li:first-child {
    width: 33.3%;
  }

  .sub_nav li img {
    border-bottom: solid 1px #f0f0f0;
  }

  .sub_menu {
    height: 300px;
  }

  .sub_menu .title {
    margin-top: 30px;
    width: 80%;
    /* overflow: auto; */
    padding-bottom: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .sub_menu .title_02 {
    margin-top: 275px;
    -moz-margin-top: 305px;
    -webkit-margin-top: 305px;
  }

  .sub_wrapper {
    min-width: 0px; /* height: 300px; */
  }

  .sub_wrapper .inner {
  }

  .content {
    height: auto;
    margin-top: 0px;
  }

  .content_text {
    border: solid 16px #f0f0f0;
    height: auto;
    width: auto;
    background-color: white;
    margin-top: 16px;
  }

  .content_text img {
    display: block;
    margin: 40px auto 30px;
    width: 100%;
  }

  .content_text.w84 img.reliable_img {
    display: block;
    margin: 0px auto 0px;
    width: 100%;
  }

  .content_text.w84 {
    margin: 0px;
    margin-top: -16px;
  }

  .inner_narrow > img {
    width: 40%;
    display: block;
    margin: 0px auto;
  }

  .content_text .text_box {
    margin: 0 auto;
    width: 84%;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.07em;
    line-height: 190%;
  }

  .content_lower {
    border: none;
    border-top: none;
    height: auto;
    overflow: auto;
    margin-bottom: 36px;
  }

  .content_lower h4 {
    margin: 0;
    text-align: center;
    padding-top: 29px;
    font-size: 17px;
    letter-spacing: 0.09em;
  }

  .content_lower .area_list {
    margin: 0px auto;
    width: 86%;
  }

  .content_lower .area_list h5 {
    padding-left: 13px;
    margin-left: 30px;
    margin-top: -2px;
    border-left: solid 6px #c7c7c7;
    font-size: 15px;
    letter-spacing: 0.08em;
    font-weight: 400;
    line-height: 150%;
  }

  .content_lower .area_list .area_box2 h5 {
    padding-left: 13px;
    margin-left: 23px;
    margin-top: -2px;
    border-left: solid 6px #c7c7c7;
    font-size: 15px;
    letter-spacing: 0.08em;
    font-weight: 400;
    line-height: 150%;
  }

  .content_lower .area_list ul {
    list-style: disc inside;
    font-size: 14px;
    float: left;
    padding-left: 5%;
    padding-right: 0px;
    line-height: 172%;
    border-right: solid 1px #f0f0f0;
    height: auto;
    width: 44%;
  }

  .content_lower .area_list ul:last-child {
    border: none;
    padding-right: 0px;
  }

  .content_lower .area_list .area_box2 ul {
    list-style: disc inside;
    font-size: 14px;
    float: left;
    padding-left: 4%;
    padding-right: 0px;
    line-height: 172%;
    border-right: none;
  }

  .content_lower .area_list .area_box2 ul:last-child {
    border: none;
    border-left: solid 1px #f0f0f0;
  }

  .area_box,
  .area_box2 {
    margin-top: 32px;
    border-left: solid 1px #f0f0f0;
    height: auto;
    overflow: auto;
  }

  .fr {
    float: right;
  }

  .fl {
    float: left;
  }

  .btm_message {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.07em;
    line-height: 190%;
    width: 80%;
    margin: 50px auto;
    text-align: left;
  }

  .content_lower img {
    display: block;
    width: 52%;
    margin: 25px auto;
  }

  .inner_narrow {
    width: 100%;
    margin: 0px auto 44px;
    border-top: 1px solid #d8d8d8;
  }

  .btn_area {
    margin-top: 23px;
    background-color: #f0f0f0;
  }

  .btn_area img {
    width: 92%;
    display: block;
    margin: 0px auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn_area img:first-child {
  }

  .staff_wrap {
    background: url(../img_sp/bg.png) top repeat-y;
    height: auto;
    min-width: 0px;
    padding-top: 1px;
    margin-top: -3px;
    clear: both;
    overflow: auto;
  }

  .staff_wrap_02 {
    background: url(../img/bg.png) top center no-repeat;
    height: 3990px;
    min-width: 1184px;
  }

  .staff_inner {
    width: auto;
    margin: 0px auto 0px;
    padding-top: 30px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .staff_link_01 {
    position: absolute;
    top: 4px;
    left: 64.7%;
  }

  .staff_link_02 {
    position: absolute;
    top: 108px;
    left: 64.7%;
  }

  .staff_img_01 {
    position: absolute;
    top: 252px;
    left: 50%;
  }

  .staff_img_02 {
    position: absolute;
    top: 766px;
    left: 14.2%;
  }

  .staff_img_03 {
    position: absolute;
    top: 1357px;
    left: 50%;
  }

  .staff_img_04 {
    position: absolute;
    top: 2033px;
    left: 0%;
  }

  .staff_img_05 {
    position: absolute;
    top: 2701px;
    left: 50%;
  }

  .staff_img_06 {
    position: absolute;
    top: 252px;
    left: 50%;
  }

  .staff_img_07 {
    position: absolute;
    top: 796px;
    left: 14.2%;
  }

  .staff_img_08 {
    position: absolute;
    top: 1361px;
    left: 50%;
  }

  .staff_img_09 {
    position: absolute;
    top: 2040px;
    left: 0%;
  }

  .staff_img_10 {
    position: absolute;
    top: 2708px;
    left: 50%;
  }

  .pos_r {
    position: relative;
  }

  .bg_white {
    background-color: white !important;
    /* outline: red 1px solid; */
  }

  .content_staff01 {
    top: 4px;
    left: 6.1%;
    height: 567px;
    width: 520px;
  }

  #topMainvMessage_img {
    margin-top: -3%;
    width: 73%;
  }

  .content_staff02 {
    position: absolute;
    top: 766px;
    left: 50%;
    height: 591px;
    width: 520px;
  }

  .content_staff03 {
    position: absolute;
    top: 1357px;
    left: 6.1%;
    height: 621px;
    width: 520px;
  }

  .content_staff04 {
    position: absolute;
    top: 2033px;
    left: 50%;
    height: 568px;
    width: 520px;
  }

  .content_staff05 {
    position: absolute;
    top: 2601px;
    left: 6.1%;
    height: 654px;
    width: 520px;
  }

  .content_staff06 {
    position: absolute;
    top: 4px;
    left: 6.1%;
    height: 590px;
    width: 520px;
  }

  .content_staff07 {
    position: absolute;
    top: 797px;
    left: 50%;
    height: 564px;
    width: 520px;
  }

  .content_staff08 {
    position: absolute;
    top: 1361px;
    left: 6.1%;
    height: 515px;
    width: 520px;
  }

  .content_staff09 {
    position: absolute;
    top: 2040px;
    left: 50%;
    height: 569px;
    width: 520px;
  }

  .content_staff10 {
    position: absolute;
    top: 2609px;
    left: 6.1%;
    height: 562px;
    width: 520px;
  }

  p.staff {
    padding-top: 26px;
    padding-left: 2px;
    padding-bottom: 16px;
    margin-bottom: 0px;
  }

  .staff_link {
    border-top: none;
    width: auto;
    position: inherit;
    top: inherit;
    left: 6.1%;
    text-align: center;
  }

  .staff_link > img {
    display: block;
    margin: 26px auto 0px;
    width: 40%;
  }

  .staff_link > a > img {
    display: block;
    margin: 25px auto 24px;
    width: 92%;
  }

  .staff_link2 {
    border-top: solid 1px #d8d8d8;
    width: 1040px;
    position: absolute;
    top: 3355px;
    left: 6.1%;
    text-align: center;
  }

  .staff_link2 > img {
    margin-top: 39px;
  }

  .staff_link2 > a > img {
    display: block;
    margin: 46px auto 0px;
  }

  .content_voice_01 {
    width: 100%;
    margin: -20px auto 0px;
    background-color: #f1f1f1;
    overflow: auto;
  }

  .content_voice_01 > p {
    padding-top: 18px;
    padding-left: 0;
    font-size: 13px;
    line-height: 2em;
    padding-bottom: 18px;
    text-align: center;
  }

  .content_voice_02 {
    width: 92%;
    margin: 40px auto 49px;
    /* height: 30px; */
  }

  .content_voice_02 .title {
    display: block;
    margin: 0px auto 37px;
    width: 60%;
  }

  .content_voice_02 .title2 {
    display: block;
    margin: 0px auto 35px;
    width: 70%;
  }

  .content_voice_02 .title3 {
    display: block;
    margin: 0px auto 37px;
    width: 70%;
  }

  .content_voice_02 p {
    font-size: 15px;
    margin: 0px;
    padding-bottom: 12px;
    line-height: 1.75em;
    letter-spacing: 0.055em;
  }

  .voice_text02 p {
    font-size: 15px;
    margin: 0px;
    padding-bottom: 12px;
    line-height: 1.8em;
  }

  .voice_heading,
  .voice_heading02 {
    float: none;
    width: 86px;
  }

  .voice_img_02 {
    width: 44% !important;
    float: left !important;
    margin: 0px 0 16px 4% !important;
  }

  .voice_heading {
    color: #39a663;
    display: block;
  }

  .voice_heading02 p {
    color: #39a663;
    line-height: 1.8em;
  }

  .voice_heading p:before,
  .voice_heading02 p:before {
    content: "";
    width: 3px;
    height: 11px;
    display: inline-block;
    background-color: #39a663;
    /* border-left: solid 3px #39A663; */
    margin-right: 5px;
  }

  p.voice_heading:before,
  p.voice_heading02:before {
    content: "";
    width: 3px;
    height: 11px;
    display: inline-block;
    background-color: #39a663;
    /* border-left: solid 3px #39A663; */
    margin-right: 5px;
  }

  .content_voice_03 {
    width: 100%;
    margin: 0px auto 0px;
    background-color: #f1f1f1;
    overflow: auto;
  }

  .content_voice_03 > img {
    float: none;
    padding: 0px;
    display: block;
    width: 92%;
    margin: 16px auto;
  }

  .voice_img {
    width: 44%;
    float: left;
    margin: 0px 0% 0px 4%;
  }

  .voice_img > p {
    font-size: 10px;
    padding-top: 0px;
    margin-top: 2px;
  }

  .voice_link img {
    display: block;
    width: 92%;
    margin: 24px auto 24px;
  }

  .title_qa img {
    display: block;
    margin: 0px auto 23px;
    width: 70%;
  }

  .content_qa_01 {
    box-sizing: border-box;
    width: 100%;
    border: solid 16px #f0f0f0;
    margin: 0px auto 26px;
    background-color: #f6f6f6;
    overflow: auto;
  }

  .content_qa_01 p {
    margin: 0px;
  }

  .content_qa_01 .text {
    float: left;
    background-color: #fff;
    width: 100%;
    border-right: solid 1px #f0f0f0;
  }

  .content_qa_01 .text a p {
    border-bottom: solid 1px #f0f0f0;
    font-size: 14px;
    vertical-align: middle;
    padding: 10px 0px 9px 60px;
    letter-spacing: 0.01em;
    position: relative;
    /* width: 100%; */
    padding-right: 13%;
    overflow: auto;
  }

  .content_qa_01 .text p:after {
    content: "";
    display: block;
    position: absolute;
    top: 38%;
    left: 91%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .content_qa_01 .text p.after:after {
    content: "";
    display: block;
    position: absolute;
    top: 39%;
    left: 91%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .content_qa_01 .text p > span {
    color: #39a567;
    padding-right: 10px;
    display: block;
    float: left;
    vertical-align: middle;
    margin-left: -34px;
  }

  .content_qa_01 .text a:last-child {
    border-bottom: none;
  }

  .content_qa_01 > .q_right {
    background-color: #fff;
    width: 100% !important;
    border-right: none;
  }

  .q_2lines {
    width: 54px;
    float: left;
    /* height: 61px; */
    /* vertical-align: middle; */
    /* padding-top: 8px; */
  }

  .q_2lines p:after {
    display: none !important;
  }

  .text > a {
    text-decoration: none;
  }

  .title_qa_02 img {
    display: block;
    margin: 32px auto 32px;
    width: 60%;
  }

  .content_qa_02 {
    margin: 0px auto 0px;
    width: 100%;
    box-sizing: border-box;
    border: solid 16px #f0f0f0;
    border-top: none;
    overflow: auto;
  }

  .content_qa_02:last-child {
    margin-bottom: 0;
  }

  .title_qa + .content_qa_02 {
    margin: 0px auto 0px;
    width: 100%;
    box-sizing: border-box;
    border-top: solid 16px #f0f0f0;
  }

  .text_qa {
    width: 86%;
    border-top: solid 1px #dedede;
    margin: 0px auto 0px;
    padding-top: 24px;
    padding-bottom: 32px;
    clear: both;
  }

  .text_qa .inner {
    width: 100%;
    min-width: 0px;
    margin: 0px auto 0px 0px;
  }

  .text_qa .inner .heading {
    float: left;
    height: 155px;
    width: 15%;
  }

  .text_qa .inner .heading .question {
    color: #39a567;
    padding-right: 10px;
    vertical-align: top;
    margin: 0px;
  }

  .text_qa .inner .heading .answer {
    color: #999999;
    padding-right: 10px;
    vertical-align: middle;
  }

  .text_qa .inner .body {
    position: relative;
    width: 100%;
    float: none;
  }

  .text_qa .inner .body .question {
    margin: 0;
    padding-left: 40px;
    font-weight: bold;
    line-height: 140%;
    position: relative;
  }
  .btn_goto_top {
    height: 13px;
    background-image: url(../img_sp/btn_totop_01.png);
    background-size: contain;
  }
  .btn_goto_top_wrap {
    padding: 15px 7px 0;
  }

  .text_qa .inner .body .answer {
    font-size: 15px;
    font-weight: 400;
    padding-left: 40px;
    line-height: 140%;
    position: relative;
  }

  .long {
    float: right;
    width: 87%;
    display: block;
    margin: 0 auto 30px; /* padding-right: 126px; */ /* padding-top: 59px; */ /* padding-bottom: 50px; */
    padding: 0;
  }

  .short {
    float: right;
    display: block;
    /* padding-right: 102px; */
    /* padding-top: 59px; */
    /* padding-bottom: 50px; */
    padding: 0;
    width: 87%;
    margin: 0 auto 30px;
  }

  .square {
    float: right;
    padding-right: 130px;
    padding-top: 59px;
    padding-bottom: 50px;
    padding: 0;
    width: 87%;
    margin-bottom: 30px;
  }

  .title_about img {
    display: block;
    width: 58%;
    margin: 24px auto 48px;
  }

  .content_about {
    width: 100%;
    box-sizing: border-box;
    margin: 0px auto 54px;
    border: 13px solid #f2f2f2;
    padding-top: 39px;
  }

  .content_about p {
    width: 80%;
    margin: 0px 8% 0px 8%;
    border-top: solid 1px #f5f5f5;
    font-size: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
  }

  .content_about p span {
    width: auto;
    display: block;
    font-size: 15px;
    margin-left: -20px;
  }

  .content_about p > span::before {
    content: "";
    width: 4px;
    height: 11px;
    background-color: #999999;
    display: inline-block;
    margin-right: 16px;
    margin-top: 6px;
  }

  .content_about p.link {
    width: 80%;
    margin: 0px 8% 42px;
    border-top: solid 1px #f5f5f5;
    font-size: 11px;
    padding-top: 27px;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 20px;
  }

  .content_about p.link a {
    color: #39a663;
    text-decoration-color: #e4ebe3;
  }

  .content_about_02 {
    width: 100%;
    box-sizing: border-box;
    margin: 16px auto 37px;
    border: 13px solid #f2f2f2;
    /* text-align: center; */
  }

  .content_about_02 p {
    font-size: 15px;
    margin: 36px 8% 36px;
  }

  .content_about_03 {
    width: 100%;
    box-sizing: border-box;
    margin: 17px auto 48px;
    border: 13px solid #f2f2f2;
    padding-top: 40px;
  }

  .content_about_03 p {
    width: 80%;
    margin: 0px 8% 0px;
    border-top: solid 1px #f5f5f5;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    letter-spacing: 0.062em;
    line-height: 200%;
  }

  .content_about_03 p span {
    width: 140px;
    display: block;
    float: none;
    font-size: 15px;
    margin-left: -15px;
    height: auto;
  }

  .content_about_03 p > span::before {
    content: "";
    width: 4px;
    height: 11px;
    background-color: #999999;
    display: inline-block;
    margin-right: 10px;
    margin-top: 6px;
  }

  span.l3 {
    height: 60px;
  }

  span.l2 {
    height: 45px;
  }

  .content_about_03 p:last-child {
    border-bottom: none;
    margin-bottom: 38px;
  }

  .title_contact img {
    display: block;
    width: 54%;
    margin: 0px auto 16px;
  }
  table.inquiry_table {
    border-collapse: collapse;
    width: 96%;
    margin: 0 auto;
    font-size: 80%;
  }

  table.inquiry_table td {
    border: 1px solid #e3e3e3;
    text-align: left;
    padding: 10px;
  }

  table.inquiry_table td.Item {
    width: 22%;
    border-top: #4b7d14 2px solid;
    background-color: #fdf4ef;
  }

  table.inquiry_table td.hd {
    background-color: #efefef;
  }

  table.inquiry_table td.txt {
    width: 78%;
    border-top: #b3b3b3 2px solid;
  }

  table.inquiry_table td.cont span {
    vertical-align: super;
  }
  .box {
    width: 90%;
    border: 2px solid #cccccc;
    margin: 2px auto;
    background: #f8f8f8;
    padding: 2px;
    text-align: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
  }
  .box img {
    width: auto;
  }

  .box1 {
    width: 96%;
    border: none;
    margin: 0px auto;
    background: #ffffff;
    padding: 2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
  }
  .box2 {
    width: 96%;
    border: none;
    margin: 0px auto;
    background: #ffffff;
    padding: 2px;
    font-size: 12px;
    color: #666666;
  }
  .content_contact {
    box-sizing: border-box;
    margin: 0px auto 46px;
    width: 100%;
    border: solid 16px #f0f0f0;
    overflow: auto;
  }

  .content_contact img {
    display: block;
    margin: 31px auto 5px;
    width: 50%;
  }

  .content_contact .text_01 {
    font-size: 10px;
    color: #999999;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 180%;
    margin-bottom: 4px;
  }

  .content_contact_404 {
    margin: 10px auto 30px;
    width: 80%;
    overflow: auto;
    padding-bottom: 0px;
    box-sizing: border-box;
  }
  .content_contact_02 {
    margin: 10px auto 30px;
    width: 100%;
    border: solid 3px #009900;
    border-radius: 7px;
    overflow: auto;
    padding-bottom: 0px;
    box-sizing: border-box;
  }
  .content_contact_02 p {
    font-size: 12px;
  }
  .content_contact_02 .text_02 {
    font-size: 15px;
    /* color: #999999; */
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 166%;
    margin: 24px 0px 5px 8%;
    /* display: block; */
    width: 84%;
  }

  .content_contact_02 form {
    width: 98%;
    border-top: solid 2px #f0f0f0;
    margin: 0px auto 0px;
  }

  .content_contact_02 form label {
    text-align: left;
    width: 100%;
    display: inline-block;
    margin-right: 8px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.06em;
    padding-bottom: 0;
  }
  .form-group > label,
  .form-group > .label_area {
    padding-bottom: 6px;
  }

  .content_contact_02 form label span {
    text-align: left;
    width: auto;
    display: inline;
    margin-right: 0;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #999;
    line-height: 247%;
    position: absolute;
    padding-left: 8px;
  }

  .content_contact_02 form .inner {
    width: 100%;
    min-width: 0px;
    margin: 0 auto;
    /* height: 100px; */
    padding-top: 37px;
  }

  form .form-group {
    margin-bottom: 30px;
  }

  form .form-group input {
    height: 40px;
    background-color: #f0f0f0;
    border: none;
    width: 100%;
    /* margin-right: 24px; */
  }

  form .form-group input.wide {
    height: 40px;
    background-color: #f0f0f0;
    border: none;
    width: 100%;
    margin-right: 0;
  }

  form .form-group input.narrow {
    height: 40px;
    background-color: #f0f0f0;
    border: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }

  /*input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #d1d1d1;
        font-size: 12px;
        padding-left: 5px;
        vertical-align: top;
        padding-top: 0px;
        margin-top: 0px;
        line-height: 140%;

    }

    textarea::-webkit-input-placeholder {
        color: #d1d1d1;
        font-size: 12px;
        padding-left: 5px;
        vertical-align: top;
        padding-top: 0px;
        margin-top: 0px;
        line-height: 200%;
    }*/

  input[type="checkbox"] {
    /* display: none;*/
  }

  .checkbox {
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0px 0px 0px 0;
    padding: 0px 12px 0px 12px;
    border-radius: 8px;
    vertical-align: middle;
    cursor: pointer;
  }

  .checkbox:hover {
  }

  .checkbox:hover:after {
  }

  .radio:after,
  .checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: -5px;
    display: block;
    margin-top: -7px;
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    content: "";
  }

  .checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: -1px;
    display: block;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color: #39a569;
    content: "";
    opacity: 0;
  }

  input[type="checkbox"]:checked + .checkbox:before {
    opacity: 1;
  }

  .content_contact_02 form label.checkbox {
    /* text-align: right; */
    width: auto;
    display: inline-block;
    margin-right: 12px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    padding-left: 18px;
    margin-bottom: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .label_area {
    display: inline-block;
    float: left;
    padding-top: 5px;
  }

  .checkbox_area {
    padding-top: 6px;
    padding-left: 7px;
    padding-bottom: 6px;
    float: left;
    margin: 0 0 20px;
  }

  label.required::before {
    content: "*";
    color: #39a664;
    font-size: 10px;
    vertical-align: text-top;
  }

  textarea {
    border: none;
    height: 215px;
    background-color: #f0f0f0;
    max-width: auto;
    box-sizing: border-box;
  }

  input.zip {
    width: 58% !important;
  }

  button.zip {
    background-color: #39a664;
    border: none;
    /* margin-left: -6px; */
    height: 42px;
    position: absolute;
    color: white;
    width: 39%;
    font-size: 13px;
    padding-top: 4px;
    cursor: pointer;
  }

  #submit {
    margin: 45px auto 0px;
    display: block;
    height: 56px;
    color: white;
    background-color: #39a664;
    width: 100%;
    letter-spacing: 0.1em;
    cursor: pointer;
    border: none;
  }

  .privacy {
    width: 100%;
    margin: 28px auto 0px;
  }

  .privacy img {
    float: none;
    display: block;
    width: 16%;
    margin: 0 auto;
  }

  .privacy p {
    font-size: 11px;
    color: #999999;
    font-weight: 400;
    padding-left: 26px;
    margin-top: 3px;
    margin-bottom: 2px;
    letter-spacing: 0.05em;
    display: inline-block;
  }

  .privacy a {
    text-decoration: none;
  }

  .privacy a > p {
    font-size: 13px;
    color: #39a664;
    text-decoration: underline;
  }

  .contact_link {
    background-color: #f0f0f0;
    min-width: 0px;
    width: 100%;
    margin-top: -10px;
  }

  .contact_link img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .contact_link .inner {
    width: 80%;
    min-width: 0px;
    padding-top: 26px;
    height: auto;
    padding-bottom: 36px;
  }

  /*.contact_link .inner > p {
        margin-top: 33px;
        letter-spacing: 0.03em;
        margin-bottom: 20px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }*/

  .content_staff_sp {
    width: 92%;
    margin: 30px auto 0px;
  }

  .staff_link_sp {
  }

  .staff_link_sp img {
    width: 50%;
    float: left;
  }

  .staff_img {
    width: 92%;
    display: block;
    margin: 0 auto;
  }

  img.contact_img {
    width: 70%;
  }

  .text_qa .inner p.question > span {
    color: #39a567;
    padding-right: 9px;
    vertical-align: top;
    margin: 0px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
  }

  .text_qa .inner p.answer span {
    color: #bbb;
    padding-left: 3px;
    vertical-align: middle;
    width: 30px;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
  }

  .footer-nav {
    height: auto;
    padding: 0px 0 0 0px;
    margin-bottom: 0;
    overflow: auto;
  }

  .footer-nav > li {
    float: none;
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #aaa;
    padding-right: 0px;
    letter-spacing: 0.03em;
    border-top: solid 1px #ccc;
  }

  .footer-nav > li a {
    color: #777;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 9px 2px 8px;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 0.15em;
  }

  .footer-nav > li.arrow:after {
    padding-left: 26px;
    content: initial;
    width: 0px;
    background: url(../img/link_arrow.png) no-repeat center center;
  }

  .footer_title {
    margin: 0 auto 0;
    display: block;
    padding-top: 24px;
    padding-bottom: 28px;
    width: 49px;
  }

  .content {
    min-width: 0px;
    background-color: #f0f0f0;
  }

  .bg-light-gray {
  }

  .content.bg-light-gray {
  }

  .page-top-link {
    font-size: 14px;
    padding-top: 2px;
    width: 20%;
    padding-bottom: 13px;
  }

  .address {
    float: none;
    border-top: solid 1px #ddd;
    text-align: center;
    padding-bottom: 16px;
    font-weight: 400;
    color: #999;
    padding-right: 0px;
  }

  .bg-gray {
  }

  .content.bg-gray {
  }

  .other-link {
    height: 65px;
    text-align: center;
  }

  .box-3 {
    width: 325px;
    float: left;
    margin-left: 16px;
    margin-right: 16px;
  }

  .box-4 {
    height: auto;
    margin-bottom: 16px;
  }

  .box-5 {
    width: 80%;
    height: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }

  .dark-gray {
  }

  .content.dark-gray {
  }

  .copyright {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 10px;
    width: 88%;
  }

  .header_content_sp {
    position: fixed;
    top: 0;
    z-index: 9000;
    background-color: #fff;
  }

  .header_sp_logo {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
  }

  .header_sp_right {
    position: fixed;
    margin-top: 10px;
    right: 0;
  }

  .header_sp_tel {
    position: fixed;
    top: 0;
    display: block;
  }

  .header_sp_contact {
    position: fixed;
    top: 0;
    right: 44px;
    display: block;
    width: 44px;
    height: 44px;
    background-color: #3fa56a;
    text-align: center;
  }

  .header_sp_menubtn {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 44px;
    height: 44px;
    background-color: #f7b244;
    cursor: pointer;
  }

  #fixed_header_spacer {
    height: 44px;
  }

  #header_menu_wrap {
    position: fixed;
    top: 44px;
    /* top: 0; */
    width: 100%;
    overflow: auto;
    background-color: #fff;
    display: none;
  }

  #header_menu {
  }

  #header_menu_close {
    position: fixed;
    top: 55px;
    right: 11px;
    width: 20px;
    height: 20px;
    background-image: url(../img_sp/btn_close.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .spMenuClose {
  }

  #header_menu_title {
    background-color: #f7b244;
    overflow: auto;
  }

  #header_menu_ul {
    padding: 0;
    margin: 0;
  }

  #header_menu_ul li {
    border-bottom: 1px solid #eee;
  }

  #header_menu_ul li a {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    height: 48px;
  }

  #header_menu_ul li a img {
    height: 24px;
    width: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  span.zip {
    position: absolute;
    color: white;
    width: 35%;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
  }

  input[type="button"],
  input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
  }

  .content_about p:first-child,
  .content_about_03 p:first-child {
    border-top: none;
  }

  .content_text .sup_title {
    width: 80%;
    margin-left: 0;
  }

  .content_text .sup_icon {
    border-bottom: solid 1px #dedede;
    padding-bottom: 11px;
    margin-bottom: 10px;
  }

  .sup_h2 {
    margin-top: 30px;
    width: 64%;
    padding-bottom: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .content_sup02_02 {
    border: solid #f2f2f2 16px;
    margin-top: 24px;
    width: 36%;
    height: 222px;
  }

  .content_sup02_02 img {
    width: 80%;
    margin-left: 10%;
  }

  .content_sup02_02 p {
    font-size: 13px;
    margin: 8px 0 0 10%;
    letter-spacing: 0.04em;
    width: 80%;
  }

  div.arrow,
  div.border_color.arrow {
    position: relative;
  }

  div.arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid #4c4c4c;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -32px;
    right: 43%;
  }

  div.border_color.arrow.arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid #3aa667;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -32px;
    right: 43%;
  }

  div.border_color.arrow_sp:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    border-top: 8px solid #3aa667;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-top: -32px;
    right: 18%;
    top: 0;
  }

  .content_sup02_03 {
    border: solid 16px #2e995b !important;
    background-color: #3aa667;
    width: 100%;
    height: 100%;
    margin-top: 24px;
    margin-bottom: 32px;
    box-sizing: border-box;
  }

  .content_sup02_03 img {
    display: block;
    width: 80%;
    margin: 24px auto 24px;
  }
  .xs-text-left {
    text-align: left !important;
  }
  .xs-padding-none {
    padding: 0 !important;
  }
  .xs-margin-none {
    margin: 0 !important;
  }
  .xs-margin-bottom-16 {
    margin-bottom: 16px !important;
  }
  .xs-margin-bottom-24 {
    margin-bottom: 24px !important;
  }
  .xs-text-small {
    font-size: 90% !important;
  }
  .content_contact_02 .form-inputted-wrap {
    font-size: 15px;
  }
  .xs-width-100 {
    width: 100% !important;
  }
  .xs-margin-bottom-8 {
    margin-bottom: 8px;
  }
}

@media (max-width: 640px) {
  .hidden-xs {
    display: none !important;
  }

  .staff_wrap.visible-xs {
    display: block !important;
    width: 100%;
  }

  img {
    width: 100%;
  }

  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

  .slider {
    height: 300px;
    background-color: aqua;
    width: 100%;
  }

  .content {
    width: 100%;
  }

  .box-1 {
    width: 100%;
  }

  /* header */
  .header_content {
    height: 44px;
    display: inline;
    width: 100%;
    min-width: 0px;
  }

  .header_inner {
    width: 1072px;
    height: 114px;
    margin-left: auto;
    margin-right: auto;
  }

  .header_high {
    height: 36px;
    width: 1072px;
    float: left;
  }

  .header_low {
    height: 78px;
  }

  .header-gnavi {
    display: inline-flex;
  }

  .inner-1 {
    /* float: left; */
  }

  .slider {
    height: 365px;
    background-color: greenyellow;
  }

  /* index */
  .content-1 {
  }

  .content-2 {
    height: 227px;
  }

  .content-3 {
    height: auto;
    text-align: center;
    min-width: 0px;
    width: 100%;
    padding-bottom: 0px;
  }

  .content-4 {
    height: 560px;
    min-width: 0px;
    width: 100%;
    margin-top: 50px;
  }

  .content-5 {
    min-width: 0px;
    width: 100%;
    height: auto;
  }

  .content-6 {
    min-width: 0px;
  }

  .content-7 {
    height: 8px;
  }

  .inner-main-title {
    width: 1072px;
    height: 135px;
    margin: 0 auto;
  }

  .inner-1 {
    width: 1072px;
    height: 471px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
  }

  .inner-2 {
    width: 1072px;
    height: 417px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 43px;
  }

  .inner-3 {
    width: 1072px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 13px;
  }

  .inner-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto; /* overflow: auto; */
  }

  .inner-5 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .inner-title {
    text-align: center;
    /* height: 26px; */
    padding-top: 20px;
  }

  .box-1 {
    width: 325px;
    height: 457px;
    float: left;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 16px;
  }

  .box-2 {
    width: 504px;
    height: 337px;
    float: left;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 16px;
  }

  .box-main-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .box-title1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
  }

  .box-title1-image {
    margin-top: -4px;
  }

  .box-title2-image1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .box-title2-image2 {
    margin-top: 27px;
  }

  .box-text {
    text-align: center;
  }

  /* footer */

  .content {
    min-width: 0px;
    background-color: #f0f0f0;
  }

  .bg-light-gray {
  }

  .content.bg-light-gray {
  }

  .page-top-link {
    font-size: 14px;
    padding-top: 2px;
    width: 20%;
  }

  .address {
    float: none; /* border-top: solid 1px #ddd; */
    line-height: 14px;
    text-align: center;
    padding-bottom: 8px;
    font-weight: 400;
    color: #999;
    font-size: 9px;
    letter-spacing: 0.15em;
    height: 55px;
  }

  .bg-gray {
  }

  .content.bg-gray {
  }

  .other-link {
    height: 65px;
    text-align: center;
  }

  .box-3 {
    width: 325px;
    float: left;
    margin-left: 16px;
    margin-right: 16px;
  }

  .box-4 {
    height: auto;
    margin-bottom: 12px;
  }

  .box-5 {
    width: 80%;
    height: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
  }

  .dark-gray {
    background-color: #999999;
  }

  .content.dark-gray {
  }

  .copyright {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 10px;
    width: 88%;
  }

  .w84 {
    display: block;
    margin: 16px auto;
    /* width: 92%; */
  }

  .w92 {
    display: block;
    margin: 0 auto;
    width: 64%;
  }

  .bg_image {
    background: none;
    background-position: center center;
    height: auto;
    min-width: 10px;
    width: 100%;
    position: relative;
  }

  .bg_image_inner {
    position: absolute;
    top: 20%;
    left: 0;
    margin: 0 auto 0;
    width: 100%;
    padding-top: 0;
  }

  .btn_img {
    position: absolute;
    width: 60%;
    top: 133%;
    left: 20%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .w50 {
    width: 50%;
  }

  .w96 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .mainv {
    height: auto;
    background: center;
    background-size: cover;
    min-width: 0px;
    width: 100%;
  }

  .inner {
    width: 100%;
    min-width: 0px;
    margin: 10px auto;
    /* height: 100px; */
  }

  .sub_menu {
    height: auto;
    min-width: 0px;
    width: 100%;
  }

  .ggmap01 {
    position: relative;
    margin-top: 20px;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border-radius: 7px;
    border-color: chartreuse;
    border: solid 3px #009900;
    width: 90%;
    height: 250px;
  }

  .ggmap01 iframe,
  .ggmap01 object,
  .ggmap01 embed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }

  .about_table02 td {
    font-size: 12px;
  }
  .about_table02 a {
    font-size: 12px;
  }
  .about_table02 a:hover {
    font-size: 12px;
  }
  .input.wpcf7-text.wpcf7-validates-as-required {
    width: 10%;
  }
  .facilitiesImg {
    position: relative;
  }

  .facilitiesImg p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    color: white;
    background: #4ccc77;
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
  }
  .border_radius {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  .boxcaption_p01 {
    font-size: 13px;
    font-feature-settings: "palt" 1;
    color: #9f9f9f;
    text-align: left;
    width: 90%;
    padding-left: 5%;
  }
  .boxcaption_p01_02 {
    font-size: 15px;
    font-feature-settings: "palt" 1;
    color: #726f6f;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
  .sinsatu td {
    width: 2em;
    text-align: center;
    font-size: 0.5rem;
  }
  /***** お知らせ *****/
  .blog_info {
    padding: 20px;
  }
  .link_info {
    margin: 30px 14vw 5px;
  }
  .link_info a {
    font-size: 13px !important;
  }
  .box_notice p {
    font-size: 15px !important;
    font-feature-settings: "palt" 1;
    color: #9f9f9f !important;
    text-align: center;
  }
  .box-info-title {
    margin: 20px 0;
    width: 250px;
  }
  .blog_title {
    text-align: center;
  }
  #tab2 {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 0 0 !important;
    padding: 10px 0 0 0;
    border: none;
  }
}

/*
2025-09-24
- 小さいビューポートのときに、各ページ冒頭のメインビジュアルがメインコンテンツの上に被る問題の解決
- 緑枠内の要素のうちいくつかが、親を越えた width を持っていて、水平方向に表示がガタつく問題の解決
*/
