﻿@charset "UTF-8";
.btn {
  text-align: center;
}

.btn input,
.btn a {
  box-sizing: border-box;
  display: inline-block;
  min-width: 40%;
  padding: 8px 15px;
  color: white;
  text-decoration: none;
  background: rgba(45, 45, 190, 0.7);
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}

.btn input:hover,
.btn a:hover {
  position: relative;
  top: 1px;
  border-color: #6633ff;
}

/* 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, span, 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: 840px;
  line-height: 1.231;
  background: #f6f4ed;
  color: #5d5047;
  font-size: 14px;
  font-family: YuGothic, "Yu Gothic", 游ゴシック体, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 500;
  -webkit-text-size-adjust: none;
}

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

iframe,
img {
  vertical-align: top;
}

ul {
  list-style: none;
}

small {
  font-size: 80%;
}

a:hover {
  text-decoration: none;
}

sup {
  vertical-align: top;
  font-size: 65%;
}

sub {
  vertical-align: bottom;
  font-size: 65%;
}

iframe {
  max-width: 100%;
}

/* -------------------------------------
	汎用クラス
------------------------------------- */
.tC {
  text-align: center;
}

/* -------------------------------------
	全体
------------------------------------- */
.inner {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------
	ヘッダー
------------------------------------- */
#page header[role="banner"] {
  margin-bottom: 30px;
  padding: 0;
}

#page header[role="banner"] > .inner {
  position: relative;
}

#page header[role="banner"] > .inner:after {
  content: "";
  display: block;
  clear: both;
}

#page header[role="banner"] .description {
  margin: 0 0 30px;
  padding: 0;
  background: rgba(102, 43, 141, 0.7) url('img/0_MD001_0_035494.png');
  color: white;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}

#page header[role="banner"] .contact {
  position: absolute;
  top: -60px;
  right: 0;
  width: 170px;
  padding: 10px 10px;
  background: rgba(79, 49, 144, 1);
  border-radius: 0 0 5px 5px;
  text-align: center;
}

#page header[role="banner"] .contact a {
  color: white;
  text-decoration: none;
  font-size: 19px;
}

#page header[role="banner"] .logo {
  float: left;
  width: 400px;/*415px;*/
}

#page header[role="banner"] .logo h1 {
  letter-spacing: 1px;
  font-size: 40px;
  vertical-align: middle;
  font-weight: 500;
  text-shadow: 0 1px 0 white;
}

#page header[role="banner"] .logo h1 a {
  color: #6633ff;
  text-decoration: none;
}

#page header[role="banner"] nav {
  float: right;
  width: 435px;/*422px;*/
}

#page header[role="banner"] nav ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#page header[role="banner"] nav ul li {
  display: table-cell;
  padding: 0 2px;
  text-align: center;
  border-left: 2px dotted #6633ff;
}

#page header[role="banner"] nav ul li:last-child {
  border-right: 2px dotted #6633ff;
}

#page header[role="banner"] nav ul li a {
  display: block;
  padding: 10px 5px;
  border-radius: 5px;
  font-size: 16px;
  vertical-align: middle;
  text-decoration: none;
  color: #6633ff;
  font-weight: bold;
}

#page header[role="banner"] nav ul li a [lang="en"] {
  display: block;
  font-weight: normal;
  color: #6633ff;
  font-size: 12px;
}
#page header[role="banner"] h1 a [lang="en"] {
  display: block;
  font-weight: normal;
  color: #6633ff;
  font-size: 14px;
}


#page header[role="banner"] nav ul li.state-active a,
#page header[role="banner"] nav ul li a:hover {
  color: white;
  background: rgba(45, 45, 190, 0.7);
}

#page header[role="banner"] nav ul li.state-active a [lang="en"],
#page header[role="banner"] nav ul li a:hover [lang="en"] {
  color: white;
}

/* -------------------------------------
	フッター
------------------------------------- */
#page footer[role="contentinfo"] {
  border-top: 4px solid #6633ff;
  margin-top: 80px;
  padding: 35px 0 0;
  background: white;
}

#page footer[role="contentinfo"] a {
  color: #5d5047;
  text-decoration: none;
}

#page footer[role="contentinfo"] .footerLeft {
  float: left;
}

#page footer[role="contentinfo"] .footerLeft p.sitename {
  font-size: 40px;
  color: #6633ff;
}

#page footer[role="contentinfo"] .footerRight {
  float: right;
  width: 540px;
  margin-bottom: 20px;
  padding: 0;
  vertical-align: middle;
  font-size: 12px;
}

#page footer[role="contentinfo"] .footerRight .dentalInfo {
  float: left;
}

#page footer[role="contentinfo"] .footerRight .dentalInfo dl:after {
  content: "";
  display: block;
  clear: both;
}

#page footer[role="contentinfo"] .footerRight .dentalInfo dl dt {
  clear: both;
  float: left;
  margin: 0 0 10px;
  padding: 5px 7px;
  background: rgba(45, 45, 190, 0.7);
  color: white;
}

#page footer[role="contentinfo"] .footerRight .dentalInfo dl dd {
  overflow: hidden;
  margin: 0 0 10px;
  padding: 5px 7px 5px 10px;
}

#page footer[role="contentinfo"] .footerRight dl.contact {
  float: right;
  color: #6633ff;
}

#page footer[role="contentinfo"] .footerRight dl.contact dd {
  margin-top: 2px;
}

#page footer[role="contentinfo"] .footerRight dl.contact dd strong {
  font-size: 20px;
}

#page footer[role="contentinfo"] .footerRight dl.contact dd.btn {
  margin-top: 5px;
}

#page footer[role="contentinfo"] .footerRight dl.contact dd.btn a {
  display: block;
  font-size: 14px;
  color: white;
}

#page footer[role="contentinfo"] ul.footerMenu {
  clear: both;
  text-align: center;
  margin-bottom: 20px;
}

#page footer[role="contentinfo"] ul.footerMenu li {
  display: inline-block;
  margin: 0 5px;
}

#page footer[role="contentinfo"] ul.footerMenu li:before {
  content: "｜";
  padding-right: 15px;
}

#page footer[role="contentinfo"] ul.footerMenu li:first-child:before {
  content: none;
}

#page footer[role="contentinfo"] .copyright {
  padding: 0 0 30px;
  text-align: center;
}

#page footer[role="contentinfo"] .copyright small {
  font-size: 12px;
}

/* -------------------------------------
	トップページ
------------------------------------- */
/* メインビジュアル
------------------------------------- */
#mainvisual {
  margin-bottom: 40px;
  position: relative;
}

#mainvisual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
/*  z-index: 99;*/
  width: 100%;
  height: 100%;
/*  background: url(img/bg_mainvisual.png) no-repeat;*/
  background-size: cover;
}

#mainvisual > div[id] {
  height: 320px;
}

#mainvisual img + img {
  display: none;
}

/* アイキャッチ
------------------------------------- */
#mainvisualWrap .eye {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 15px;
  background: rgba(79, 49, 144, 0.6);
  color: white;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", YuGothic, "Yu Gothic", 游ゴシック体, "ヒラギノ角ゴ Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: center;
  line-height: 1.6;
}

/* コンテンツ
------------------------------------- */
#contents .area-news {
  margin: 50px 0 10px;
}

#contents .area-news h2 {
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  color: rgba(79, 49, 144, 0.8);
}

#contents .area-news h2:before {
  content: "";
  padding: 3px 0 3px 60px;
  background: url(img/icon_news.png) no-repeat left center;
}

#contents .area-news .news-body {
  margin-left: -20px;
}

#contents .area-news .news-body:after {
  content: "";
  display: block;
  clear: both;
}

#contents .area-news .news-body .news-item {
  float: left;
  max-width: 170px;
  margin: 0 0 50px 40px;
}

#contents .area-news .news-body .news-item:nth-child(4n+1) {
  clear: both;
}

#contents .area-news .news-body .news-item .image {
  margin: 0 auto 10px;
  text-align: center;
}
/*
#contents .area-news .news-body .news-item .image img {
  border-radius: 5px;
}
*/
#contents .area-news .news-body .news-item .text h3 {
  margin-bottom: 7px;
  color: rgba(102, 43, 141, 0.9);
}

#contents .area-news .news-body .news-item .text p {
  font-size: 12px;
}

#contents .area-message {
  margin: 0 0 -80px;
  padding: 25px 0;
  background: rgba(102, 43, 141, 0.7);
  color: white;
}

#contents .area-message:after {
  content: "";
  display: block;
  clear: both;
}

#contents .area-message .image {
  float: left;
  margin-right: 20px;
}
/*
#contents .area-message .image img {
  border-radius: 20px;
}
*/
#contents .area-message .text {
  overflow: hidden;
}

#contents .area-message .text h2 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: normal;
}

#contents .area-message .text h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
}

#contents .area-message .text .sign {
  font-size: 22px;
  text-align: right;
}

/* -------------------------------------
	メインコンテンツ
------------------------------------- */
#contents {
  line-height: 1.8;
}

#contents section {
  margin-bottom: 50px;
}

#contents article {
  padding: 0;
}

#contents article > header {
  margin-bottom: 40px;
  padding: 30px 0 20px;
  background: rgba(102, 43, 141, 0.7);
background-image:url('img/2_D010_0_071129.jpg');
background-attachment:scroll;
background-position:0% 0%;
background-repeat:repeat;
background-size:auto;
}

#contents article > header h1 {
  margin: 0;
  font-size: 34px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}

#contents article > header h1 span {
  display: block;
  padding-top: 10px;
}

#contents article .article-body {
  font-size: 14px;
}

#contents article .article-body > section + section {
  padding-top: 10px;
  border-top: 2px solid #d7d3cc;
}

#contents article .article-body > section .section-sub,
#contents article .article-body > section > section {
  margin: 30px 0 0;
}

#contents article .article-body h2 {
  margin: 30px auto 15px;
  font-size: 30px;
  line-height: 1.4;
  color: rgba(102, 43, 141, 0.9);
  text-align: center;
  letter-spacing: 1px;
}

#contents article .article-body h3 {
  margin: 20px 0;
  padding: 3px 0 3px 46px;
/*  background: url(img/mark_01.png) no-repeat left center;*/
  line-height: 1.4;
  font-size: 24px;
  color: #5d5047;
}

.itemb_img {
    float: left;
    margin-right: 10px;
    padding-top: 2px;
    height: 100%;
    width: 36px;
    box-sizing: border-box;
}

#contents article .article-body h4 {
  margin: 0 0 5px;
  color: #00004e;
  line-height: 1.4;
  font-size: 22px;
}

#contents article .article-body p, #contents article .article-body ul, #contents article .article-body ol, #contents article .article-body table {
  margin-bottom: 20px;
}

#contents article .article-body .big {
  font-size: 150%;
}

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

#contents article .article-body .grid-image .image {
  float: left;
  margin-right: 20px;
}
/*
#contents article .article-body .grid-image .image img {
  border-radius: 5px;
}
*/
#contents article .article-body .grid-image .text {
  overflow: hidden;
}

#contents article .article-body .grid-image.position {
  position: relative;
  min-height: 150px;
  margin-bottom: 30px;
  padding-left: 270px;
}

#contents article .article-body .grid-image.position .image {
  position: absolute;
  top: 0;
  left: 0;
}

#contents article .article-body .note {
  text-indent: -1em;
  margin-left: 1em;
}

/* -------------------------------------
	各ページ固有スタイル
------------------------------------- */
#contents article .article-body .point {
  margin-bottom: 50px;
}

#contents article .article-body .point span div {
  color: #f58a2b;
  font-size: 20px;
}

#contents article .article-body .point span font p {
  margin: 0;
}

#contents article .article-body .point span font p + p {
  margin-top: 10px;
}

#contents article .article-body .area-map .map {
  margin-bottom: 25px;
}

#contents article .article-body .area-map .text h3 {
  margin: 0 0 10px;
  padding: 0;
  background: none;
  font-size: 28px;
}

#contents article .article-body .area-map .text p {
  margin-bottom: 10px;
}

#contents article .article-body .area-map .text .col2:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .area-map .text .col2 .left {
  float: left;
  width: 48%;
}

#contents article .article-body .area-map .text .col2 .right {
  float: right;
  width: 48%;
}

#contents article .article-body .area-map .text .address {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
}

#contents article .article-body .area-map .text .address:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .area-map .text .address dt {
  float: left;
  margin-bottom: 7px;
  font-weight: bold;
}

#contents article .article-body .area-map .text .address dd {
  overflow: hidden;
  margin-bottom: 7px;
}

#contents article .article-body .area-map .text .course {
  margin-bottom: 0;
}

#contents article .article-body .area-map .text .course:after {
  content: "";
  display: block;
  clear: both;
}

#contents article .article-body .area-map .text .course dt {
  clear: both;
  float: left;
  margin: 0 0 10px;
  padding: 3px 7px;
  background: rgba(45, 45, 190, 0.7);
  color: white;
}

#contents article .article-body .area-map .text .course dd {
  overflow: hidden;
  margin: 0 0 10px;
  padding: 5px 7px 5px 10px;
}

#contents article .article-body table.formTable {
  width: 100%;
  margin: 30px 0 0;
}

#contents article .article-body table.formTable th {
  text-align: left;
  vertical-align: top;
  padding-right: 30px;
  padding-bottom: 25px;
  width: 180px;
}

#contents article .article-body table.formTable th font {
  margin-left: 7px;
  padding: 2px 10px;
  background: #f00;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

#contents article .article-body table.formTable td {
  padding-bottom: 25px;
}

#contents article .article-body table.formTable td input[type="text"] {
  box-sizing: border-box;
  padding: 5px;
  width: 70%;
}

#contents article .article-body table.formTable td textarea {
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 150px;
}

#contents article .article-body .btn.form {
  margin: 0 auto 60px;
}

#contents article .article-body .btn.form input {
  padding: 10px;
  -webkit-appearance: none;
  cursor: pointer;
}

@media only screen and (max-width: 640px) {
  /* -------------------------------------
	スマホ用スタイル
------------------------------------- */
  /* -------------------------------------
	要素
------------------------------------- */
  body {
    min-width: 0;
    font-size: 14px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* -------------------------------------
	全体
------------------------------------- */
  .inner {
    width: auto;
  }
  /* -------------------------------------
	ヘッダー
------------------------------------- */
  #page header[role="banner"] {
    margin-bottom: 20px;
    padding: 0;
  }
  #page header[role="banner"] > .inner {
    position: static;
  }
  #page header[role="banner"] .description {
    margin: 0 0 10px;
    padding: 5px 11em 5px 10px;
    font-size: 11px;
    height: auto;
    line-height: 1.4;
  }
  #page header[role="banner"] .contact {
    top: 0;
    right: 10px;
    width: auto;
    padding: 8px 12px;
  }
  #page header[role="banner"] .contact a {
    font-size: 12px;
  }
  #page header[role="banner"] .logo {
    float: none;
    width: auto;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  #page header[role="banner"] .logo h1 {
    font-size: 36px;
    text-align: center;
  }
  #page header[role="banner"] nav {
    float: none;
    width: auto;
  }
  #page header[role="banner"] nav ul li:first-child {
    border-left: 0;
  }
  #page header[role="banner"] nav ul li:last-child {
    border-right: 0;
  }
  #page header[role="banner"] nav ul li a {
    font-size: 14px;
  }
  #page header[role="banner"] nav ul li a [lang="en"] {
    font-size: 10px;
  }
  /* -------------------------------------
	フッター
------------------------------------- */
  #page footer[role="contentinfo"] {
    margin-top: 30px;
    padding: 20px 0 0;
  }

/* レスポンシブLINK設定 */
div.extlinkbox.linkft {
	text-align: left;
}
div.extlinkbox.dispcenter.linkft {
	text-align: center;
}
div.extlinkbox.dispright.linkft {
	text-align: right;
}
div.extlinkbox.linkft img {
	height: 30px;
	margin: 2px 5px 2px 2px;
}

  #page footer[role="contentinfo"] .footerLeft {
    float: none;
    padding: 0 10px;
  }
  #page footer[role="contentinfo"] .footerLeft p.sitename {
    margin-bottom: 15px;
    font-size: 28px;
  }
  #page footer[role="contentinfo"] .footerRight {
    float: none;
    width: auto;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  #page footer[role="contentinfo"] .footerRight .dentalInfo {
    float: none;
  }
  #page footer[role="contentinfo"] .footerRight dl.contact {
    float: none;
    text-align: center;
  }
  #page footer[role="contentinfo"] .footerRight dl.contact dd.btn {
    margin-top: 8px;
  }
  #page footer[role="contentinfo"] ul.footerMenu {
    margin: 0;
    border-top: 1px solid #6633ff;
  }
  #page footer[role="contentinfo"] ul.footerMenu:after {
    content: "";
    display: block;
    clear: both;
  }
  #page footer[role="contentinfo"] ul.footerMenu li {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    border-bottom: 1px solid #6633ff;
    border-right: 1px solid #6633ff;
  }
  #page footer[role="contentinfo"] ul.footerMenu li:before {
    content: none;
  }
  #page footer[role="contentinfo"] ul.footerMenu li:nth-child(2n+1) {
    border-left: 0;
  }
  #page footer[role="contentinfo"] ul.footerMenu li a {
    display: block;
    padding: 15px 15px;
    text-decoration: none;
  }
  #page footer[role="contentinfo"] .copyright {
    margin-top: 1px;
    padding: 15px 10px 20px;
    background: #f6f4ed;
  }
  #page footer[role="contentinfo"] .copyright small {
    font-size: 11px;
  }
  /* -------------------------------------
	トップページ
------------------------------------- */
  /* メインビジュアル
------------------------------------- */
  #page #mainvisual {
    position: relative;
    margin: 0 10px 15px;
  }
  #page #mainvisual > div[id] {
    height: auto;
  }
  #page #mainvisual img {
    border-radius: 0;
  }
  /* アイキャッチ
------------------------------------- */
  #mainvisualWrap .eye {
    position: static;
    width: auto;
    margin: 0 0 15px;
    padding: 12px 15px;
    background: rgba(79, 49, 144, 0.6);
    font-size: 17px;
    text-align: center;
  }
  /* コンテンツ
------------------------------------- */
  #contents .area-news {
    margin: 30px 0 10px;
    padding: 0 10px;
  }
  #contents .area-news h2 {
    font-size: 22px;
  }
  #contents .area-news h2:before {
    padding-left: 30px;
    background-size: 19px auto;
  }
  #contents .area-news .news-body {
    margin-left: auto;
    margin-right: auto;
  }
  #contents .area-news .news-body .news-item {
    max-width: none;
    width: 48.5%;
    margin: 0 0 40px;
  }
  #contents .area-news .news-body .news-item:nth-child(even) {
    float: right;
  }
  #contents .area-news .news-body .news-item:nth-child(4n+1) {
    clear: none;
  }
  #contents .area-news .news-body .news-item:nth-child(2n+1) {
    clear: both;
  }
  #contents .area-news .news-body .news-item .image {
    margin: 0 auto 8px;
  }
  #contents .area-news .news-body .news-item .text h3 {
    margin-bottom: 5px;
  }
  #contents .area-news .news-body .news-item .text p {
    font-size: 11px;
  }
  #contents .area-message {
    margin: 0 0 -30px;
    padding: 25px 10px;
  }
  #contents .area-message .image {
    margin-right: 10px;
    margin-bottom: 15px;
    padding-top: 7px;
    max-width: 37%;
  }
  #contents .area-message .text {
    overflow: visible;
  }
  #contents .area-message .text h2 {
    margin-bottom: 5px;
    font-size: 22px;
  }
  #contents .area-message .text h3 {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  #contents .area-message .text .sign {
    font-size: 15px;
  }
  /* -------------------------------------
	メインコンテンツ
------------------------------------- */
  #contents {
    line-height: 1.8;
  }
  #contents section {
    margin-bottom: 40px;
  }
  #contents article {
    padding: 0 10px;
  }
  #contents article > header {
    padding: 20px 10px 15px;
    margin: 0 -10px;
  }
  #contents article > header h1 {
    margin: 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
  }
  #contents article > header h1 img {
    max-height: 40px;
  }
  #contents article > header h1 span {
    padding-top: 1px;
  }
  #contents article .article-body > section .section-sub,
  #contents article .article-body > section > section {
    margin: 30px 5px 0;
  }
  #contents article .article-body h2 {
    font-size: 20px;
  }
  #contents article .article-body .grid-image:after {
    content: "";
    display: block;
    clear: both;
  }
  #contents article .article-body .grid-image .image {
    float: none;
    margin: 0 auto 15px;
    text-align: center;
  }
  #contents article .article-body .grid-image .text {
    overflow: visible;
  }
  #contents article .article-body .grid-image.position {
    padding: 0;
  }
  #contents article .article-body .grid-image.position .image {
    float: none;
    position: static;
    margin: 0 auto 15px;
    text-align: center;
  }
  #contents article .article-body .grid-image.position .text {
    overflow: visible;
  }
  /* -------------------------------------
	各ページ固有スタイル
------------------------------------- */
  #contents article .article-body .point {
    margin-top: -10px;
    margin-bottom: 40px;
    padding: 0;
  }
  #contents article .article-body .point dl dt {
    font-size: 18px;
  }
  #contents article .article-body .point dl dd {
    font-size: 13px;
  }
  #contents article .article-body .area-map .map {
    margin: 0 auto 20px;
  }
  #contents article .article-body .area-map .text .col2 .right,
  #contents article .article-body .area-map .text .col2 .left {
    float: none;
    width: auto;
  }
  #contents article .article-body .area-map .text .col2 .left {
    margin-bottom: 20px;
  }
  #contents article .article-body table.formTable {
    display: block;
  }
  #contents article .article-body table.formTable tbody,
  #contents article .article-body table.formTable tr {
    display: block;
  }
  #contents article .article-body table.formTable th {
    display: block;
    padding-right: 0;
    padding-bottom: 10px;
    width: auto;
  }
  #contents article .article-body table.formTable td {
    display: block;
    padding-bottom: 25px;
  }
  #contents article .article-body table.formTable td input[type="text"] {
    width: 100%;
  }
  #contents article .article-body table.formTable td textarea {
    height: 120px;
  }
  #contents article .article-body .btn.form {
    margin: 0 auto 60px;
  }
  #contents article .article-body .btn.form input {
    min-width: 85%;
  }
}
