@charset "UTF-8";
#contents.toppage .area-intro .item h2, article .article-body #main h2 {
  margin-bottom: 20px;
  padding: 12px 20px;
  color: #fff;
  background-color: #4ba049;
  border-radius: 7px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

@media only screen and (max-width: 640px) {
  #contents.toppage .area-intro .item h2, article .article-body #main h2 {
    margin-bottom: 20px;
  }
}

/* Pタグ装飾設定 */
img.slant_box_l {
	transform: rotate(-5deg);
}
img.slant_box_r {
	transform: rotate(5deg);
}
img.shadow_box_black {
	box-shadow:3px 3px 10px #000000;
}
img.shadow_box_gray {
	box-shadow:3px 3px 10px #aaaaaa;
}
img.frame_box_gray {
border:solid 2px #aaaaaa;
}
img.frame_box_black {
border:solid 6px #aaaaaa;
}
img.radius_box {
	        border-radius: 15px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
}
img.circle_box {
	        border-radius: 50%;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
}

img {
  box-sizing:border-box;
}


article .article-body #main h3 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #dcdcdc;
  font-size: 18px;
  line-height: 1.4;
}

article .article-body #main h3:before {
  content: "●";
  color: #4ba049;
  font-size: 14px;
  margin-right: 8px;
  vertical-align: middle;
}

article .article-body #main h4, #side .office dl dt {
  margin-bottom: 15px;
  padding: 5px 10px;
  background-color: rgba(75, 160, 73, 0.15);
  font-size: 16px;
  font-weight: bold;
}

/* LINK設定 */
div.extlinkbox {
	text-align: left;
}
div.extlinkbox.dispcenter {
	text-align: center;
}
div.extlinkbox.dispright {
	text-align: right;
}
div.extlinkbox img {
	height: 30px;
	margin: 2px 5px 2px 2px;
}


/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, font, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* -------------------------------------
	PC用スタイル
------------------------------------- */
/* -------------------------------------
	要素
------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  min-width: 960px;
  line-height: 1.231;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: YuGothic, "Yu Gothic", 游ゴシック体, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-text-size-adjust: none;
}

textarea,
input {
  font-family: YuGothic, "Yu Gothic", 游ゴシック体, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

iframe,
img {
  vertical-align: top;
}

img {
  transition: opacity .5s;
}

ul {
  list-style: none;
}

.small,
small {
  font-size: 80%;
}

a {
  color: #4ba049;
}

a:hover {
  color: #4ba049;
  text-decoration: none;
}

a:hover img {
  opacity: .75;
}

sup {
  vertical-align: top;
  font-size: 65%;
}
sub {
  vertical-align: bottom;
  font-size: 65%;
}
iframe {
  max-width: 100%;
}

h2, h3, h4, h5 {
  font-weight: bold;
}

/* -------------------------------------
	全体
------------------------------------- */
#page .pageTop {
  clear: both;
  padding-top: 60px;
  text-align: right;
}

#page .pageTop a {
  display: inline-block;
  padding: 10px 18px;
  color: #000;
  text-decoration: none;
  background: #f5f5f5;
  background: linear-gradient(to bottom, #f5f5f5 0%, #e4e4e4 100%);
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  box-shadow: inset 0 1px 0 #fff;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  font-size: 13px;
}

#page .pageTop a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 8px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#page .pageTop a:hover {
  color: #4ba049;
}

#page .pageTop a:hover:before {
  border-color: #4ba049;
}

.inner {
  box-sizing: border-box;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 640px) {
  .inner {
    width: auto;
  }
}

/* -------------------------------------
	ヘッダー
------------------------------------- */
#page header.global a {
  text-decoration: none;
}

#page header.global .header-main {
  background-color: #f5f5f5;
}

#page header.global .header-main .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

#page header.global .logo h1 {
  font-size: 24px;
  letter-spacing: 1px;
}

#page header.global .logo h1 a {
  color: #000;
}

#page header.global .contact dl {
  text-align: center;
}

#page header.global .contact dl dt {
  margin-bottom: 5px;
  padding: 5px;
  background-color: #fefdea;
  font-size: 13px;
}

#page header.global .contact dl dd {
  color: #f47d0a;
  font-size: 30px;
}

#page header.global .contact dl dd font {
  padding: 2px 5px;
  background-color: #f47d0a;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
}

#page header.global nav {
  margin: 0;
  background-color: #fff;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

#page header.global nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}

#page header.global nav ul li {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-left: 1px solid #dcdcdc;
}

#page header.global nav ul li:last-child {
  border-right: 1px solid #dcdcdc;
}

#page header.global nav ul li a {
  display: block;
  padding: 2px 5px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  transition: none .4s;
  transition-property: color;
}

#page header.global nav ul li a:hover {
  color: #4ba049;
}

#page header.global nav ul li a .en {
  display: block;
  padding-top: 3px;
  color: #666;
  font-size: 13px;
  font-weight: 500;
}

#page header.global nav ul li.state-active a {
  color: #4ba049;
  border-bottom-color: #4ba049;
}

/* -------------------------------------
	フッター
------------------------------------- */
#page footer.global {
  padding-bottom: 30px;
  background-color: #f5f5f5;
}

#page footer.global a {
  color: #000;
  text-decoration: underline;
}

#page footer.global a:hover {
  text-decoration: none;
}

#page footer.global .footerText {
  margin-bottom: 30px;
  padding: 20px 10px;
  background-color: #fff;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  line-height: 1.6;
}

#page footer.global .footerText dl dt {
  font-weight: bold;
  font-size: 20px;
}

#page footer.global .footerNav {
  margin-bottom: 20px;
}

#page footer.global .footerNav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#page footer.global .footerNav ul li {
  border-left: 1px solid #dcdcdc;
  padding-left: 15px;
  margin-left: 15px;
}

#page footer.global .footerNav ul li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}

#page footer.global .copyright {
  text-align: center;
}

#page footer.global .copyright small {
  font-size: 14px;
}

/* -------------------------------------
	トップ＆下層共通
------------------------------------- */
#contents {
  line-height: 1.8;
}

section .section-body p, section .section-body ul, section .section-body ol, section .section-body table {
  margin-bottom: 1em;
}

/* -------------------------------------
	トップページ
------------------------------------- */
/* メインビジュアル
------------------------------------- */
.mainvisual {
  margin: 0 auto;
  background-color: #f6f6f6;
}

.mainvisual .inner {
  position: relative;
}

.mainvisual .slideWrap div[id] img + img {
  display: none;
}

.mainvisual .catch {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 5;
  padding: 15px 20px;
  background-color: rgba(75, 160, 73, 0.8);
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
}

/* トップページのコンテンツ
------------------------------------- */
.catchSub {
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
  background-color: #fefdea;
  font-size: 20px;
  line-height: 1.6;
}

.catchSub em {
  font-style: normal;
  font-weight: bold;
  color: #4ba049;
}

.catchSub strong {
  color: #f47d0a;
}

#contents.toppage .area-intro {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}

#contents.toppage .area-intro .item {
  width: 470px;
}

#contents.toppage .area-intro .item .image {
  margin: 0 auto 15px;
}

#contents.toppage .area-intro .item .btn {
  text-align: center;
  margin-top: 20px;
}

#contents.toppage .area-intro .item .btn input,
#contents.toppage .area-intro .item .btn a {
  display: block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  background: #f5f5f5;
  background: linear-gradient(to bottom, #f5f5f5 0%, #e4e4e4 100%);
  border: 1px solid #dcdcdc;
  box-shadow: inset 0 1px 0 #fff;
  border-radius: 3px;
  font-weight: bold;
  font-size: 20px;
}

#contents.toppage .area-intro .item .btn input:before,
#contents.toppage .area-intro .item .btn a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 15px;
  width: 8px;
  height: 8px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#contents.toppage .area-intro .item .btn input:hover,
#contents.toppage .area-intro .item .btn a:hover {
  color: #4ba049;
}

#contents.toppage .area-intro .item .btn input:hover:before,
#contents.toppage .area-intro .item .btn a:hover:before {
  border-color: #4ba049;
}

#contents.toppage .area-news {
  padding: 0 15px 25px;
  border: 1px solid #dcdcdc;
}

#contents.toppage .area-news h2 {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  background-color: #fefdea;
  border-top: 3px solid #4ba049;
  border-bottom: 1px solid #dcdcdc;
}

#contents.toppage .area-news .section-body {
  margin: 0;
  padding-top: 15px;
}

#contents.toppage .area-news .section-body .news-list .item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #dcdcdc;
}

#contents.toppage .area-news .section-body .news-list .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

#contents.toppage .area-news .section-body .news-list .item .time {
  float: left;
  min-width: 9em;
}

#contents.toppage .area-news .section-body .news-list .item .text {
  overflow: hidden;
  padding-right: 10px;
  padding-left: 20px;
}

#contents.toppage .area-news .section-body .news-list .item .text .title {
  color: #000;
  font-weight: bold;
}

#contents.toppage .area-news .section-body .news-list .item .text p {
  margin: 3px 0 0;
  font-size: 14px;
}

/* -------------------------------------
	下層ページ
------------------------------------- */
article > header {
  margin-bottom: 30px;
  padding: 25px 0;
  background-color: #f5f5f5;
}

article > header .title h1 {
  font-size: 34px;
  color: #4ba049;
  font-weight: 500;
}

article > header .title h1 .en {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #dcdcdc;
  color: #888;
  font-size: 24px;
}

article .article-body:after {
  content: "";
  display: block;
  clear: both;
}

article .article-body #main {
  float: left;
  width: 680px;
  margin: 0 auto;
}

article .article-body #main p + h3 {
  margin-top: 30px;
}

article .article-body #main h3 ~ h3 {
  margin-top: 40px;
}

article .article-body #main h4 ~ h4 {
  margin-top: 20px;
}

article .article-body #main section {
  margin-bottom: 50px;
}

article .article-body #main section .section-body {
  margin-bottom: 50px;
}

article .article-body #main .font-l {
  font-size: 120%;
}

article .article-body #main .tR {
  text-align: right;
}

article .article-body #main .tC,
article .article-body #main .imgC {
  text-align: center;
}

article .article-body #main .grid-image:after {
  content: "";
  display: block;
  clear: both;
}

article .article-body #main .grid-image .image {
  float: right;
  margin-left: 30px;
}

article .article-body #main .grid-image .text {
  overflow: hidden;
}

article .article-body #main table {
  width: 100%;
}

article .article-body #main table th {
  padding: 10px 18px;
  background-color: #fefdea;
  border: 1px solid #dcdcdc;
}

article .article-body #main table td {
  padding: 10px 18px;
  border: 1px solid #dcdcdc;
}

article .article-body #main ul.disc {
  margin-left: 22px;
}

article .article-body #main ul.disc li {
  list-style-type: disc;
  margin-bottom: 5px;
}

/* サイドバー
------------------------------------- */
#side {
  float: right;
  width: 240px;
}

#side nav {
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
}

#side nav h2 {
  padding: 8px 15px;
  background-color: #fefdea;
  border-top: 3px solid #4ba049;
  border-bottom: 1px solid #dcdcdc;
  font-size: 18px;
}

#side nav ul {
  padding: 10px 15px;
}

#side nav ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dcdcdc;
}

#side nav ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

#side nav ul li a {
  color: #000;
  text-decoration: none;
}

#side nav ul li a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#side nav ul li a:hover {
  color: #4ba049;
}

#side nav ul li a:hover:before {
  border-color: #4ba049;
}

#side .link {
  margin-bottom: 20px;
}

#side .link li {
  text-align: center;
  margin-bottom: 10px;
  text-align: left;
}

#side .link li input,
#side .link li a {
  display: block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  background: #f5f5f5;
  background: linear-gradient(to bottom, #f5f5f5 0%, #e4e4e4 100%);
  border: 1px solid #dcdcdc;
  box-shadow: inset 0 1px 0 #fff;
  border-radius: 3px;
  font-weight: bold;
  font-size: 20px;
}

#side .link li input:before,
#side .link li a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 15px;
  width: 8px;
  height: 8px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#side .link li input:hover,
#side .link li a:hover {
  color: #4ba049;
}

#side .link li input:hover:before,
#side .link li a:hover:before {
  border-color: #4ba049;
}

#side .link li a:before {
  content: none;
}

#side .link li a img {
  margin-right: 10px;
  vertical-align: middle;
}

#side .office dl dt {
  margin-bottom: 10px;
}

#side .office dl dd {
  margin-bottom: 30px;
}

/* page01 専用
------------------------------------- */
.page01 article .article-body #main .flow h3 {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: 0;
  color: #4ba049;
}

.page01 article .article-body #main .flow h3:before {
  content: none;
}

.page01 article .article-body #main .flow h3 span {
  vertical-align: middle;
}

.page01 article .article-body #main .flow h3 span.step {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 5px;
  color: #fff;
  background-color: #4ba049;
  font-weight: 500;
  font-size: 14px;
  border-radius: 3px;
}

/* page02 専用
------------------------------------- */
/* page03 専用
------------------------------------- */
.page03 article .article-body #main .area-info .section-body table th {
  text-align: left;
}

.page03 article .article-body #main .area-access .section-body .map {
  margin: 0 auto 15px;
}

.page03 article .article-body #main .area-access .section-body .text p {
  margin-bottom: 0;
}

.page03 article .article-body #main .area-contact .area-tel p {
  margin-bottom: 0;
}

.page03 article .article-body #main .area-contact .area-tel .tel {
  margin: 0;
  line-height: 1;
}

.page03 article .article-body #main .area-contact .area-tel .tel .number {
  display: inline-block;
  font-size: 36px;
  font-weight: 500;
  color: #f47d0a;
}

.page03 article .article-body #main .area-contact .area-form {
  box-sizing: border-box;
}

.page03 article .article-body #main .area-contact table.formTable {
  margin: 30px auto 30px;
}

.page03 article .article-body #main .area-contact table.formTable th {
  width: 35%;
  padding: 15px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.page03 article .article-body #main .area-contact table.formTable th .required {
  margin-left: 10px;
  padding: 1px 5px;
  background: #c01121;
  color: #fff;
  font-size: 12px;
  /*font-weight: 500;*/
  white-space: nowrap;
  /*vertical-align: middle;*/
}

.page03 article .article-body #main .area-contact table.formTable th .option {
  margin-left: 10px;
  padding: 1px 5px;
  background: #999;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
}

.page03 article .article-body #main .area-contact table.formTable td {
  padding: 15px;
}

.page03 article .article-body #main .area-contact table.formTable td input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  font-size: 16px;
}

.page03 article .article-body #main .area-contact table.formTable td textarea {
  vertical-align: top;
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  margin: 0;
  padding: 5px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  font-size: 16px;
}

.page03 article .article-body #main .area-contact .btn.form {
  text-align: center;
  text-align: center;
}

.page03 article .article-body #main .area-contact .btn.form input,
.page03 article .article-body #main .area-contact .btn.form a {
  display: block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  background: #f5f5f5;
  background: linear-gradient(to bottom, #f5f5f5 0%, #e4e4e4 100%);
  border: 1px solid #dcdcdc;
  box-shadow: inset 0 1px 0 #fff;
  border-radius: 3px;
  font-weight: bold;
  font-size: 20px;
}

.page03 article .article-body #main .area-contact .btn.form input:before,
.page03 article .article-body #main .area-contact .btn.form a:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 15px;
  width: 8px;
  height: 8px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.page03 article .article-body #main .area-contact .btn.form input:hover,
.page03 article .article-body #main .area-contact .btn.form a:hover {
  color: #4ba049;
}

.page03 article .article-body #main .area-contact .btn.form input:hover:before,
.page03 article .article-body #main .area-contact .btn.form a:hover:before {
  border-color: #4ba049;
}

.page03 article .article-body #main .area-contact .btn.form input {
  margin: 0 auto 30px;
  width: 45%;
  font-size: 24px;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all .8s ease;
}

@media only screen and (max-width: 640px) {
  /* -------------------------------------
	スマホ用スタイル
------------------------------------- */
  /* -------------------------------------
	要素
------------------------------------- */
  body {
    min-width: 0;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* -------------------------------------
	全体
------------------------------------- */
  #page .pageTop {
    margin-right: 10px;
  }
  /* -------------------------------------
	ヘッダー
------------------------------------- */
  #page header.global .header-main .inner {
    display: block;
    padding: 15px 10px;
  }
  #page header.global .logo {
    display: block;
    margin: 0 auto 10px;
  }
  #page header.global .logo h1 {
    font-size: 22px;
  }
  #page header.global nav {
    margin: 0;
  }
  #page header.global nav ul li {
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #page header.global nav ul li:first-child {
    display: none;
  }
  #page header.global nav ul li:nth-child(2) {
    border-left: 0;
  }
  #page header.global nav ul li:last-child {
    border-right: 0;
  }
  #page header.global nav ul li a {
    display: block;
    padding: 10px 5px;
    font-size: 15px;
  }
  #page header.global .contact dl dt {
    font-size: 10px;
  }
  #page header.global .contact dl dd {
    font-size: 26px;
  }
  #page header.global .contact dl dd span {
    font-size: 12px;
  }
  /* -------------------------------------
	フッター
------------------------------------- */
  #page footer.global {
    padding: 0;
  }
  #page footer.global > .inner {
    display: block;
  }
  #page footer.global .footerText {
    margin: 0;
    font-size: 14px;
    border-bottom: 0;
  }
  #page footer.global .footerNav {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #page footer.global .footerNav ul {
    display: block;
    margin: 0;
    border-top: 1px solid #4ba049;
  }
  #page footer.global .footerNav ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #page footer.global .footerNav ul li {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #4ba049;
    border-right: 1px solid #4ba049;
    font-size: 13px;
  }
  #page footer.global .footerNav ul li:before {
    content: none;
  }
  #page footer.global .footerNav ul li/*:nth-child(2n+1)*/ {
    border-left: 0;
  }
  #page footer.global .footerNav ul li a {
    display: block;
    padding: 15px 5px;
    text-decoration: none;
  }
  #page footer.global .copyright {
    margin: 0;
    padding: 15px 5px 20px;
    text-align: center;
  }
  #page footer.global .copyright small {
    font-size: 10px;
  }
  /* -------------------------------------
	トップ＆下層共通
------------------------------------- */
  /* -------------------------------------
	トップページ
------------------------------------- */
  /* メインビジュアル
------------------------------------- */
  .mainvisual .slideWrap div[id] img {
    max-width: 100%;
  }
  .mainvisual .slideWrap div[id] img + img {
    display: none;
  }
  .mainvisual .catch {
    position: static;
    width: auto;
    margin-top: 1px;
    padding: 15px 10px;
    font-size: 16px;
  }
  /* トップページのコンテンツ
------------------------------------- */
  .catchSub {
    padding: 15px;
    font-size: 16px;
  }
  #contents.toppage .area-intro {
    margin: 0 10px 25px;
  }
  #contents.toppage .area-intro .item {
    width: auto;
    margin-bottom: 35px;
  }
  #contents.toppage .area-intro .item h2 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #contents.toppage .area-news {
    margin: 0 10px;
    padding: 0 15px 15px;
  }
  #contents.toppage .area-news .section-body .news-list .item .time {
    margin: 0 0 3px;
    float: none;
    padding-left: 0;
  }
  #contents.toppage .area-news .section-body .news-list .item .text {
    overflow: visible;
    padding: 0;
  }
  #contents.toppage .area-news .section-body .news-list .item .text .title {
    font-weight: bold;
  }
  #contents.toppage .area-news .section-body .news-list .item .text p {
    margin: 3px 0 0;
    font-size: 14px;
  }
  /* -------------------------------------
	下層ページ
------------------------------------- */
  #contents article > header {
    margin: 0;
    padding: 15px;
  }
  #contents article > header .title h1 {
    font-size: 28px;
  }
  #contents article .article-body {
    margin-left: 10px;
    margin-right: 10px;
  }
  #contents article .article-body #main {
    float: none;
    width: auto;
    padding-top: 20px;
  }
  #contents article .article-body section {
    margin-bottom: 40px;
  }
  #contents article .article-body .box {
    margin-bottom: 15px;
    padding: 15px;
  }
  #contents article .article-body .grid-image .image {
    max-width: 50%;
    margin-bottom: 15px;
    margin-left: 15px;
  }
  #contents article .article-body .grid-image .text {
    overflow: visible;
  }
  /* サイドバー
------------------------------------- */
  #side {
    float: none;
    width: auto;
    margin: 0 auto;
  }
  /* page01 専用
------------------------------------- */
  /* page02 専用
------------------------------------- */
  /* page03 専用
------------------------------------- */
  .page03 article .article-body #main .area-info .section-body table.info th {
    width: 35%;
  }
  .page03 article .article-body #main .area-access .section-body .map {
    margin: 0 auto 15px;
  }
  .page03 article .article-body #main .area-contact table.formTable {
    width: auto;
    margin: 20px auto 0;
    display: block;
  }
  .page03 article .article-body #main .area-contact table.formTable tbody, .page03 article .article-body #main .area-contact table.formTable tr, .page03 article .article-body #main .area-contact table.formTable th, .page03 article .article-body #main .area-contact table.formTable td {
    display: block;
    border: 0;
  }
  .page03 article .article-body #main .area-contact table.formTable tr {
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
  }
  .page03 article .article-body #main .area-contact table.formTable th {
    width: auto;
    margin-bottom: 0;
    padding: 5px 10px;
  }
  .page03 article .article-body #main .area-contact table.formTable td {
    padding: 15px 10px;
  }
  .page03 article .article-body #main .area-contact table.formTable td input[type="text"] {
    width: 100%;
    font-size: 16px;
  }
  .page03 article .article-body #main .area-contact table.formTable td textarea {
    font-size: 16px;
  }
  .page03 article .article-body #main .area-contact .btn.form {
    margin-bottom: 10px;
  }
  .page03 article .article-body #main .area-contact .btn.form input {
    width: 100%;
  }
}
