@charset "UTF-8";
.page02 article .article-body h2, .page03 article .article-body h2 {
  margin-bottom: 30px;
  padding: 2px 10px 5px;
  border-left: 3px solid #19499d;
  border-bottom: 1px solid #19499d;
  font-size: 20px;
  line-height: 1.4;
}

@media only screen and (max-width: 640px) {
  .page02 article .article-body h2, .page03 article .article-body h2 {
    margin-bottom: 20px;
  }
}

.page01 article .article-body h2, .page02 article .article-body h3, .page03 article .article-body h3 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
}

/* 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;
}


/* 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: 940px;
  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: #19499d;
}

a:hover {
  color: #19499d;
  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 {
  color: #19499d;
  font-weight: bold;
}

/* -------------------------------------
	全体
------------------------------------- */
#page {
  border-top: 4px solid #19499d;
}

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

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

/* -------------------------------------
	ヘッダー
------------------------------------- */
#page header.global {
  margin-bottom: 30px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

#page header.global .inner {
  position: relative;
}

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

#page header.global .tagLine {
  padding-top: 10px;
  color: #333;
  font-size: 12px;
}

#page header.global .header-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 25px;
}

#page header.global .logo {
  margin-bottom: 13px;
}

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

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

#page header.global .logo h1 a .en {
  margin-left: 10px;
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

#page header.global nav {
  margin: 0;
}

#page header.global nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#page header.global nav ul li {
  margin-left: 40px;
}

#page header.global nav ul li a {
  display: block;
  padding: 0 2px 13px;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  color: #000;
  transition: none .4s;
  transition-property: border;
}

#page header.global nav ul li a:hover {
  border-bottom-color: #19499d;
}

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

#page header.global .subNav {
  position: absolute;
  top: 0;
  right: 0;
}

#page header.global .subNav ul li {
  float: left;
  margin-left: 10px;
}

#page header.global .subNav ul li a {
  box-sizing: border-box;
  display: block;
  min-width: 98px;
  padding: 5px;
  background: #4e73b4;
  background: linear-gradient(to bottom, #4e73b4 0%, #19499d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e73b4', endColorstr='#19499d',GradientType=0 );
  border: 1px solid #19499d;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

/* -------------------------------------
	フッター
------------------------------------- */
#page footer.global {
  margin-top: 80px;
}

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

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

#page footer.global .footerText {
  margin-bottom: 30px;
  padding: 20px 10px;
  background-color: #19499d;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}

#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 #19499d;
  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 {
  margin-bottom: 30px;
  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 50px;
}

#mainvisual .inner {
  position: relative;
  border: 1px solid #ccc;
}

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

#mainvisual .catch {
  position: absolute;
  bottom: 50px;
  z-index: 5;
  width: 100%;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}

/* トップページのコンテンツ
------------------------------------- */
#contents.toppage .area-intro {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}

#contents.toppage .area-intro .item {
  width: 260px;
height: auto;
}

#contents.toppage .area-intro .item h2 {
  text-align: center;
}

#contents.toppage .area-intro .item h2 font {
  display: block;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 18px;
}

#contents.toppage .area-news {
  padding: 25px 30px;
  border: 1px dashed #19499d;
}

#contents.toppage .area-news h2 {
  margin-bottom: 15px;
  font-size: 18px;
}

#contents.toppage .area-news .section-body {
  margin: 0;
}

#contents.toppage .area-news .section-body .news-list .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

#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 .image {
  margin: 0 auto 30px;
}

article > header .title h1 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

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

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

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

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

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

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

article .article-body .lead {
  margin-bottom: 30px;
}

article .article-body .box {
  margin-bottom: 20px;
  padding: 30px;
  border: 1px dashed #19499d;
}

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

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

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

article .article-body ul.disc {
  margin-left: 25px;
}

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

/* page01 専用
------------------------------------- */
/* page02 専用
------------------------------------- */
/* page03 専用
------------------------------------- */
.page03 article .article-body .area-info .section-body dl dt {
  float: left;
  min-width: 7em;
  margin-bottom: 12px;
  padding-bottom: 12px;
  padding-left: 3px;
  color: #19499d;
  font-weight: bold;
}

.page03 article .article-body .area-info .section-body dl dd {
  margin-bottom: 12px;
  padding-left: 8em;
  padding-bottom: 12px;
  border-bottom: 1px dashed #19499d;
}

.page03 article .article-body .area-access .section-body:after {
  content: "";
  display: block;
  clear: both;
}

.page03 article .article-body .area-access .section-body .map {
  float: left;
  margin-right: 20px;
}

.page03 article .article-body .area-access .section-body .text {
  overflow: hidden;
}

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

.page03 article .article-body .area-contact .area-tel {
  text-align: center;
}

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

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

.page03 article .article-body .area-contact .area-tel .tel .number {
  display: inline-block;
  font-size: 32px;
  font-weight: 500;
  vertical-align: middle;
}

.page03 article .article-body .area-contact .area-tel .tel .all {
  display: inline-block;
  margin-left: 10px;
  padding: 5px;
  color: #fff;
  background-color: #c01121;
  vertical-align: middle;
}

.page03 article .article-body .area-contact .area-form {
  box-sizing: border-box;
  padding-left: 80px;
  padding-right: 80px;
}

.page03 article .article-body .area-contact .area-form h3 {
  text-align: center;
}

.page03 article .article-body .area-contact table.formTable {
  width: 100%;
  margin: 30px auto 20px;
}

.page03 article .article-body .area-contact table.formTable th {
  width: 26%;
  padding: 21px 0 9px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

.page03 article .article-body .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;
  border-radius: 3px;
  vertical-align: middle;
}

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

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

.page03 article .article-body .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 #ccc;
  border-radius: 0;
  font-size: 16px;
}

.page03 article .article-body .area-contact .btn.form {
  margin: 0 auto 30px;
  text-align: center;
}

.page03 article .article-body .area-contact .btn.form input {
  box-sizing: border-box;
  padding: 10px;
  width: 33%;
  background: #4e73b4;
  background: linear-gradient(to bottom, #4e73b4 0%, #19499d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e73b4', endColorstr='#19499d',GradientType=0 );
  border: 1px solid #19499d;
  border-radius: 5px;
  box-shadow: inset 0 2px 1px #89a8dc;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  -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 header.global .tagLine {
    padding: 35px 10px 0;
  }
  #page header.global .header-main {
    display: block;
    padding-top: 10px;
  }
  #page header.global .logo {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
  }
  #page header.global .logo h1 .en {
    display: block;
  }
  #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 a {
    display: block;
    padding: 10px 5px;
    font-size: 15px;
  }
  #page header.global .subNav {
    right: 10px;
  }
  /* -------------------------------------
	フッター
------------------------------------- */
  #page footer.global {
    margin-top: 50px;
    padding: 0;
  }
  #page footer.global > .inner {
    display: block;
  }
  #page footer.global .footerText {
    margin: 0;
    font-size: 14px;
  }
  #page footer.global .footerText br {
    display: none;
  }
  #page footer.global .footerNav {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #page footer.global .footerNav ul {
    display: block;
    margin: 0;
    border-top: 1px solid #19499d;
  }
  #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 #19499d;
    border-right: 1px solid #19499d;
    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 .inner {
    border: 0;
  }
  #mainvisual .slideWrap div[id] img {
    max-width: 100%;
  }
  #mainvisual .slideWrap div[id] img + img {
    display: none;
  }
  #mainvisual .catch {
    position: static;
    width: auto;
    margin-top: -10px;
    padding: 0 15px 15px;
    font-size: 18px;
  }
  /* トップページのコンテンツ
------------------------------------- */
  #contents.toppage .area-intro {
    margin-bottom: 25px;
  }
  #contents.toppage .area-intro .item {
    width: calc(100% - 20px);
    margin-bottom: 30px;
  }
  #contents.toppage .area-intro .item h2 span {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  #contents.toppage .area-news {
    margin: 0 10px;
    padding: 20px;
  }
  #contents.toppage .area-news h2 {
    margin-bottom: 5px;
  }
  #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;
  }
  #contents article > header .image {
    margin-bottom: 20px;
  }
  #contents article > header .title h1 {
    font-size: 24px;
  }
  #contents article .article-body {
    margin-left: 10px;
    margin-right: 10px;
  }
  #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;
  }
  /* page01 専用
------------------------------------- */
  .page01 article .article-body h2 span {
    border-color: #80ac3b;
  }
  .page01 article .article-body .course-list .item {
    position: relative;
    margin-bottom: 10px;
    padding: 170px 0 0;
    background-position: center top;
    background-size: 100% auto;
  }
  .page01 article .article-body .course-list .item h3 {
    position: static;
    padding: 15px 20px;
    background-color: #999;
    color: white;
    font-size: 20px;
    line-height: 1.4;
  }
  .page01 article .article-body .course-list .item .item-body {
    padding: 20px 15px 20px;
  }
  .page01 article .article-body .course-list .item .item-body p {
    font-size: 14px;
  }
  .page01 article .article-body .course-list .item .item-body .item-body-footer {
    display: block;
    margin-top: 20px;
  }
  .page01 article .article-body .course-list .item .item-body .item-body-footer h4 {
    float: left;
    margin-right: 10px;
  }
  .page01 article .article-body .course-list .item .item-body .item-body-footer .right .text .photo {
    margin-right: 10px;
  }
  .page01 article .article-body .timeSchedule {
    table-layout: auto;
  }
  .page01 article .article-body .timeSchedule th {
    padding: 7px 10px;
  }
  .page01 article .article-body .timeSchedule td {
    padding: 5px 3px;
    font-size: 11px;
  }
  .page01 article .article-body .timeSchedule td p {
    margin-bottom: 5px;
    padding: 7px 4px;
    line-height: 1.5;
  }
  .page01 article .article-body #section-trial .grid-image .text {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  .page01 article .article-body #section-trial .grid-image .image {
    float: none;
    width: auto;
  }
  .page01 article .article-body #section-trial .grid-image .image ul {
    margin: 0;
  }
  .page01 article .article-body #section-trial .grid-image .image ul li {
    width: 50%;
    margin: 0;
  }
  .page01 article .article-body #section-trial .note {
    margin-bottom: 30px;
    padding: 15px 10px 1px;
    background-color: #fcf1e7;
  }
  .page01 article .article-body #section-trial h3 {
    margin-bottom: 10px;
    font-size: 110%;
  }
  .page01 article .article-body #section-trial h4 {
    margin-bottom: 10px;
  }
  .page01 article .article-body #section-trial h4:first-letter {
    color: #19499d;
  }
  .page01 article .article-body #section-trial .number {
    line-height: 1.2;
    font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 26px;
  }
  .page01 article .article-body #section-trial .number img {
    margin-right: 5px;
    vertical-align: middle;
  }
  /* page02 専用
------------------------------------- */
  .page02 article .article-body .gallery {
    display: block;
  }
  .page02 article .article-body .gallery li {
    width: auto;
    margin-bottom: 15px;
  }
  .page02 article .article-body .gallery li img {
    max-width: 100%;
    max-height: 340px;
  }
  /* page03 専用
------------------------------------- */
  .page03 article .article-body .area-info .section-body dl dt {
    float: none;
    margin-bottom: 3px;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1.4;
  }
  .page03 article .article-body .area-info .section-body dl dd {
    margin-bottom: 12px;
    padding-left: 0;
    padding-bottom: 12px;
  }
  .page03 article .article-body .area-access .section-body .map {
    float: none;
    margin: 0 auto 15px;
  }
  .page03 article .article-body .area-access .section-body .text {
    overflow: visible;
  }
  .page03 article .article-body .area-contact table.formTable {
    width: auto;
    margin: 20px auto 0;
    display: block;
  }
  .page03 article .article-body .area-contact table.formTable tbody, .page03 article .article-body .area-contact table.formTable tr, .page03 article .article-body .area-contact table.formTable th, .page03 article .article-body .area-contact table.formTable td {
    display: block;
    border: 0;
  }
  .page03 article .article-body .area-contact table.formTable th {
    width: auto;
    margin-bottom: 0;
    padding: 5px 0 0;
  }
  .page03 article .article-body .area-contact table.formTable td {
    padding: 10px 0 20px;
  }
  .page03 article .article-body .area-contact table.formTable td input[type="text"] {
    width: 100%;
    font-size: 16px;
  }
  .page03 article .article-body .area-contact table.formTable td textarea {
    font-size: 16px;
  }
  .page03 article .article-body .area-contact .btn.form {
    margin-bottom: 10px;
  }
  .page03 article .article-body .area-contact .btn.form input {
    width: 100%;
  }
}
