@charset "UTF-8";
.contents .area-message h2, .contents .area-news h2, .contents article .article-body h2 {
  margin-bottom: 20px;
  border-bottom: 3px solid #ececec;
  font-size: 18px;
  line-height: 1.2;
}

.contents .area-message h2 font, .contents .area-news h2 font, .contents article .article-body h2 font {
  display: inline-block;
  margin-bottom: -3px;
  padding: 0 0 5px;
  border-bottom: 3px solid #db2058;
}

.btn {
  margin-top: 30px;
  text-align: center;
}

/* 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 #ffffff;
}
img.frame_box_black {
border:solid 6px #ffffff;
}
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;
}

.btn input,
.btn a {
  display: inline-block;
  min-width: 40%;
  padding: 15px;
  color: white;
  text-decoration: none;
  background: #db2058;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 0 white, inset -1px -1px 0 white;
  font-size: 18px;
}

.btn input:hover,
.btn a:hover {
  border-color: #db2058;
}

/* 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: 850px;
  line-height: 1.231;
  background: #fff;
  color: #333;
  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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", "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%;
}

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

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

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

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

#page header[role="banner"] .description {
  padding: 5px 35px;
  background: #e7e7e7;
  font-size: 12px;
  text-align: right;
}

#page header[role="banner"] .headerLeft {
  float: left;
  width: 520px;
  padding: 30px 0;
}

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

#page header[role="banner"] .headerLeft h1 small {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

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

#page header[role="banner"] .headerRight {
  float: right;
  padding: 30px 0;
}

#page header[role="banner"] .headerRight dl {
  margin: 0;
}

#page header[role="banner"] .headerRight dl dt {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  background: #e7e7e7;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
}

#page header[role="banner"] .headerRight dl a:hover {
  background: #db2058;
  color: #fff;
}

#page header[role="banner"] .headerRight dl dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  line-height: 1;
}

#page header[role="banner"] .headerRight dl dd strong {
  font-size: 28px;
  color: #db2058;
}

#page header[role="banner"] .headerRight dl dd > span {
  display: block;
  margin-top: 5px;
  font-size: 80%;
  color: #555555;
}

#page header[role="banner"] nav {
  margin: 0 0 20px;
  padding: 2px 0;
  background: #db2058;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: inset 0 1px 0 white, inset 0 -1px 0 white;
}

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

#page header[role="banner"] nav ul li {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #fa8faf;
}

#page header[role="banner"] nav ul li:first-child {
  border-left: 1px solid #fa8faf;
}

#page header[role="banner"] nav ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding-top: 3px;
  font-size: 16px;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

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

/* -------------------------------------
	フッター
------------------------------------- */
#page footer[role="contentinfo"] {
/*  margin-top: 70px;*/
  padding: 30px;
  background: #e7e7e7;
}

#page main {
  margin-bottom: 70px;
}

#page footer[role="contentinfo"] a {
  color: #333;
}

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

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

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

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


#page footer[role="contentinfo"] .copyright {
  padding-top: 20px;
  border-top: 1px solid #fff;
  box-shadow: 0 -1px 0 #ccc;
  text-align: center;
}

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

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

#mainvisual > .inner {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc;
}

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

#mainvisual img + img {
  display: none;
}

/* アイキャッチ
------------------------------------- */
.eye h2 {
  padding: 20px;
  background: #db2058;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.eye .text {
  padding: 30px 15px 40px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}

/* コンテンツ
------------------------------------- */
.contents:after {
  content: "";
  display: block;
  clear: both;
}

.contents .area-message {
  float: left;
  width: 415px;
}

.contents .area-message .image {
  float: left;
  margin-right: 20px;
}

.contents .area-message .text {
  overflow: hidden;
}

.contents .area-news {
  float: right;
  width: 415px;
}

.contents .area-news ul {
  margin: 0;
}

.contents .area-news ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
}

.contents .area-news ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.contents .area-news ul li span {
  display: block;
}

.contents .area-news ul li span.time {
  font-weight: bold;
}

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

.contents section {
  margin-bottom: 40px;
}

.contents article {
  padding: 35px 0 0;
}

.contents article > header {
  margin-bottom: 50px;
}

.contents article > header h1 {
  padding: 0 0 15px;
  border-bottom: 3px solid #ececec;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 5px;
}

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

.contents article .article-body h2 {
  margin: 30px 0 20px;
}

.contents article .article-body h3 {
  margin: 30px 0 15px;
  padding: 3px 0 3px 10px;
  border-left: 3px solid #db2058;
  color: #db2058;
  line-height: 1.4;
  font-size: 17px;
}

.contents article .article-body h4 {
  margin-bottom: 5px;
  padding: 3px 10px;
  background: #e7e7e7;
  font-weight: 600;
  line-height: 1.4;
  font-size: 14px;
}

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

.contents article .article-body table.calendar {
margin-bottom: 0;
}

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

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

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

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

.contents article .article-body .grid-image .image img {
/*  border: 1px solid #e7e7e7;*/
/*  padding: 3px;*/
  background: white;
}

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

.contents article > footer {
  margin: 40px auto 0;
  max-width: 70%;
  font-size: 16px;
}

.contents article > footer p {
  margin-bottom: 15px;
  text-align: center;
}
/*
.contents article > footer p strong {
  color: #db2058;
}
*/
/* -------------------------------------
	各ページ固有スタイル
------------------------------------- */
.contents article .article-body .area-case {
  margin-left: -20px;
}

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

.contents article .article-body .area-case .case-item {
  box-sizing: border-box;
  float: left;
  width: 415px;
  margin: 0 0 20px 20px;
  padding: 20px 20px 12px;
  border: 1px solid #ececec;
}

.contents article .article-body .area-case .case-item:nth-child(2n+1) {
  clear: both;
}

.contents article .article-body .area-case .case-item h3 {
  margin-top: 0;
}

.contents article .article-body table.fee {
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.contents article .article-body table.fee tr {
  border-bottom: 1px solid #ccc;
}

.contents article .article-body table.fee tr:last-child {
  border-bottom: 0;
}

.contents article .article-body table.fee tr:nth-last-child(2) {
  border-color: #999;
}

.contents article .article-body table.fee th {
  padding: 8px 0;
  text-align: left;
  font-weight: 500;
  width: 70%;
  vertical-align: middle;
}

.contents article .article-body table.fee td {
  padding: 8px 0;
  text-align: right;
  vertical-align: middle;
}

.contents article .article-body table.summary {
  width: 100%;
  margin-bottom: 30px;
}

.contents article .article-body table.summary th {
  width: 20%;
  padding: 8px 15px;
  background: #ececec;
  text-align: left;
  border: 1px solid #ccc;
}

.contents article .article-body table.summary td {
  padding: 8px 15px;
  border: 1px solid #ccc;
}

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

.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: 1px 5px;
  background: #e11818;
  color: #fff;
  font-size: 12px;
}

.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 {
  -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;
  }
  /* -------------------------------------
	汎用クラス
------------------------------------- */
  .btn a {
    display: block;
  }
  /* -------------------------------------
	全体
------------------------------------- */
  .inner {
    width: auto;
  }
  /* -------------------------------------
	ヘッダー
------------------------------------- */
  #page header[role="banner"] .description {
    padding: 5px 10px;
    font-size: 10px;
    text-align: center;
  }
  #page header[role="banner"] .headerLeft {
    float: none;
    display: block;
    width: auto;
    margin: 0;
    padding: 15px;
    text-align: center;
  }
  #page header[role="banner"] .headerLeft h1 {
    margin: 0;
    font-size: 24px;
  }
  #page header[role="banner"] .headerRight {
    float: none;
    width: auto;
    margin: 0 5px 5px;
    padding: 0;
  }
  #page header[role="banner"] .headerRight dl {
    margin: 0;
    background: #fafafa;
  }
  #page header[role="banner"] .headerRight dl dt {
    margin-bottom: 5px;
    padding: 4px;
  }
  #page header[role="banner"] .headerRight dl dd {
    padding: 7px 10px 7px;
  }
  #page header[role="banner"] .headerRight dl dd strong {
    font-size: 18px;
  }
  #page header[role="banner"] .headerRight dl dd span {
    margin-top: 2px;
  }
  #page header[role="banner"] nav {
    margin-bottom: 10px;
  }
  #page header[role="banner"] nav ul li a {
    display: block;
    padding-top: 3px;
    font-size: 13px;
  }
  #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 footer[role="contentinfo"] {
/*    margin-top: 30px;*/
    padding: 20px 15px;
  }
#page main {
    margin-bottom: 30px;
}

  #page footer[role="contentinfo"] .copyright small {
    font-size: 11px;
  }
  /* -------------------------------------
	トップページ
------------------------------------- */
  /* メインビジュアル
------------------------------------- */
  #mainvisual {
    margin-bottom: 10px;
  }
  #mainvisual > .inner {
    padding: 5px 0;
    border-left: 0;
    border-right: 0;
  }
  #mainvisual > div[id] {
    height: auto;
  }
  /* アイキャッチ
------------------------------------- */
  .eye h2 {
    padding: 18px 15px;
    font-size: 18px;
  }
  .eye .text {
    padding: 15px 15px 30px;
    font-size: 15px;
    text-align: left;
  }
  /* コンテンツ
------------------------------------- */
  .contents {
    padding: 0 15px;
  }
  .contents .area-message {
    float: none;
    width: auto;
  }
  .contents .area-message .image {
    margin-right: 10px;
    margin-bottom: 15px;
    max-width: 35%;
  }
  .contents .area-message .text {
    overflow: visible;
  }
  .contents .area-news {
    float: none;
    width: auto;
  }
  /* -------------------------------------
	メインコンテンツ
------------------------------------- */
  .contents {
    line-height: 1.8;
  }
  .contents section {
    margin-bottom: 40px;
  }
  .contents article {
    padding: 20px 0 0;
  }
  .contents article > header {
    margin-bottom: 30px;
  }
  .contents article .article-body .grid-image .image,
  .contents article .article-body .grid-image .image_l {
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .contents article .article-body .grid-image .text {
    overflow: visible;
  }
  .contents article > footer {
    max-width: 100%;
    font-size: 14px;
  }
  /* -------------------------------------
	各ページ固有スタイル
------------------------------------- */
  .contents article .article-body .area-case {
    margin-left: 0;
  }
  .contents article .article-body .area-case .case-item {
    box-sizing: border-box;
    float: none;
    width: auto;
    height: auto !important;
    margin: 0 0 20px;
    padding: 15px 15px 7px;
  }
  .contents article .article-body table.fee th {
    padding: 10px 4px;
  }
  .contents article .article-body table.fee td {
    padding: 10px 4px;
  }
  .contents article .article-body table.summary th {
    width: 35%;
  }
  .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%;
  }
}
