@charset "UTF-8";
#contents.toppage .area-news h2, article > header .title {
  margin-bottom: 30px;
  padding-bottom: 3px;
  border-bottom: 1px solid #fffbd4;
  font-size: 24px;
  font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  line-height: 1.4;
  color: #fffbd4;
}

#contents.toppage .area-news h2 .ja, article > header .title .ja {
  margin-left: 15px;
  color: #d6d6d6;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  #contents.toppage .area-news h2, article > header .title {
    font-size: 20px;
  }
  #contents.toppage .area-news h2 .ja, article > header .title .ja {
    font-size: 11px;
  }
}

article .article-body h2 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fffbd4;
  line-height: 1.4;
}

article .article-body h3 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (max-width: 640px) {
  article .article-body h3 {
    margin-bottom: 5px;
  }
}

/* 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%;
  background: #000;
}

body {
  min-width: 900px;
  line-height: 1.231;
  background: #000;
  color: #fff;
  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;
}

ul {
  list-style: none;
}

small {
  font-size: 80%;
}

a {
  color: #ff6;
}

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

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

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

iframe {
  max-width: 100%;
}

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

/* -------------------------------------
	全体
------------------------------------- */
.inner {
  box-sizing: border-box;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

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

#page header[role="banner"] .logo h1 {
  text-align: center;
  font-weight: 400;
  font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1.2;
}

#page header[role="banner"] .logo h1 a {
  color: #fffbd4;
  text-decoration: none;
  transition: color .3s ease;
}

#page header[role="banner"] .logo h1 a:hover {
  color: #ff6;
}

#page header[role="banner"] .logo h1 a:hover .ja {
  color: #fffbd4;
}

#page header[role="banner"] .logo h1 .en {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 1px;
  font-size: 40px;
  border-bottom: 1px solid #fffbd4;
}

#page header[role="banner"] .logo h1 .ja {
  display: block;
  font-size: 18px;
  color: #d6d6d6;
  transition: color .3s ease;
}

#page header[role="banner"] nav {
  margin-bottom: 30px;
}

#page header[role="banner"] nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#page header[role="banner"] nav ul li {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
}

#page header[role="banner"] nav ul li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fffbd4;
  font-size: 20px;
  text-decoration: none;
  transition: none .3s ease;
  transition-property: color, background-color;
}

#page header[role="banner"] nav ul li a:hover {
  color: #ff6;
}

#page header[role="banner"] nav ul li a:hover span.ja {
  color: #fffbd4;
}

#page header[role="banner"] nav ul li a span {
  display: block;
  transition: none .5s ease;
  transition-property: color, background-color;
}

#page header[role="banner"] nav ul li a span.ja {
  padding-top: 5px;
  color: #d6d6d6;
  font-size: 14px;
}

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

#page header[role="banner"] nav ul li.state-active a span.ja {
  color: #fffbd4;
}

/* -------------------------------------
	フッター
------------------------------------- */
#page footer[role="contentinfo"] a {
  color: #fffbd4;
  text-decoration: underline;
}

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

#page footer[role="contentinfo"] .inner {
  padding: 30px 0;
  border-top: 1px solid #fffbd4;
}

#page footer[role="contentinfo"] .footerNav ul {
  margin-bottom: 20px;
  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[role="contentinfo"] .footerNav ul li {
  border-left: 1px solid #6b6b6b;
  padding-left: 13px;
  margin-left: 13px;
}

#page footer[role="contentinfo"] .footerNav ul li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}

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

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

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

section {
  margin: 0 0 50px;
}

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

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

#mainvisual .slideWrap div[id] {
  text-align: center;
}

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

/* トップページのコンテンツ
------------------------------------- */
#contents.toppage .area-news h2 {
  margin-bottom: 20px;
}

#contents.toppage .area-news .section-body {
  text-align: left;
}

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

#contents.toppage .area-news .section-body .news-list .item .time {
  margin-bottom: 2px;
  font-size: 14px;
}

#contents.toppage .area-news .section-body .news-list .item .text p {
  margin: 0;
}

/* -------------------------------------
	下層ページ
------------------------------------- */
article > header {
  padding-top: 20px;
}

article > header .title h1 {
  font-weight: 400;
}

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

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

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

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

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

article .article-body .section-item {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  word-break: break-all;
}

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

article .article-body .section-item .image {
  float: left;
  margin-bottom: 1em;
  margin-right: 30px;
}

article .article-body .section-item .text {
  overflow: hidden;
}

/* page01 専用
------------------------------------- */
/* page02 専用
------------------------------------- */
/* page03 専用
------------------------------------- */
.page03 article .area-profile {
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}

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

.page03 article .area-profile .section-body .image {
  float: right;
  margin-left: 50px;
}

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

.page03 article .area-profile .section-body .text .name h3 {
  margin-bottom: 0;
  font-size: 22px;
}

.page03 article .area-profile .section-body .text .name p.en {
  font-size: 18px;
}

.page03 article .area-biography {
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}

.page03 article .area-biography table th {
  width: 15%;
  padding-bottom: 10px;
  font-weight: normal;
  text-align: left;
}

.page03 article .area-biography table td {
  padding-bottom: 10px;
}

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

.page03 article .area-contact table.formTable {
  width: 100%;
  margin: 25px auto 10px;
}

.page03 article .area-contact table.formTable th {
  width: 210px;
  text-align: left;
  vertical-align: top;
  padding: 7px 0 13px;
  font-weight: normal;
}

.page03 article .area-contact table.formTable th .required {
  margin-left: 10px;
  padding: 2px 3px;
  background: #e11818;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

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

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

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

.page03 article .area-contact .radioList {
  padding-top: 7px;
  margin-bottom: -5px;
}

.page03 article .area-contact .radioList:after {
  content: "";
  display: block;
  clear: both;
}

.page03 article .area-contact .radioList li {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

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

.page03 article .area-contact .btn.form input {
  box-sizing: border-box;
  display: inline-block;
  width: 30%;
  padding: 15px 15px;
  background: #000;
  border: 1px solid #fffbd4;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  transition: background-color .4s ease-in-out;
  -webkit-appearance: none;
  cursor: pointer;
}

.page03 article .area-contact .btn.form input:hover {
  background-color: #262626;
}

@media only screen and (max-width: 640px) {
  /* -------------------------------------
	スマホ用スタイル
------------------------------------- */
  /* -------------------------------------
	要素
------------------------------------- */
  body {
    min-width: 0;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* -------------------------------------
	全体
------------------------------------- */
  #page .pageTop {
    font-size: 12px;
  }
  /* -------------------------------------
	ヘッダー
------------------------------------- */
  #page header[role="banner"] .header-main {
    display: block;
    padding: 20px 10px 15px;
  }
  #page header[role="banner"] .header-main:after {
    content: "";
    display: block;
    clear: both;
  }
  #page header[role="banner"] .logo {
    display: block;
    margin-bottom: 13px;
    text-align: center;
  }
  #page header[role="banner"] .logo h1 {
    margin: 0;
    line-height: 1;
  }
  #page header[role="banner"] .logo h1 a {
    display: inline;
  }
  #page header[role="banner"] .logo h1 .en {
    padding-bottom: 7px;
    font-size: 26px;
  }
  #page header[role="banner"] .logo h1 .ja {
    font-size: 14px;
  }
  #page header[role="banner"] nav {
    margin-bottom: 0;
  }
  #page header[role="banner"] nav ul {
    border-right: 0;
  }
  #page header[role="banner"] nav ul li {
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  #page header[role="banner"] nav ul li:first-child {
    display: none;
  }
  #page header[role="banner"] nav ul li:nth-child(2) {
    border-left: 0;
  }
  #page header[role="banner"] nav ul li a {
    padding: 15px 1px;
    font-size: 13px;
  }
  #page header[role="banner"] nav ul li a span.ja {
    font-size: 10px;
  }
  /* -------------------------------------
	フッター
------------------------------------- */
  #page footer[role="contentinfo"] {
    margin-top: 0;
    padding: 0;
  }
  #page footer[role="contentinfo"] .inner {
    padding: 0;
  }
  #page footer[role="contentinfo"] .footerNav {
    padding: 0;
    text-align: center;
  }
  #page footer[role="contentinfo"] .footerNav ul {
    display: block;
    margin: 0;
  }
  #page footer[role="contentinfo"] .footerNav ul:after {
    content: "";
    display: block;
    clear: both;
  }
  #page footer[role="contentinfo"] .footerNav ul li {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #6b6b6b;
    border-right: 1px solid #6b6b6b;
    font-size: 13px;
  }
  #page footer[role="contentinfo"] .footerNav ul li:before {
    content: none;
  }
  #page footer[role="contentinfo"] .footerNav ul li/*:nth-child(2n+1)*/ {
    border-left: 0;
  }
  #page footer[role="contentinfo"] .footerNav ul li a {
    display: block;
    padding: 15px 15px;
    text-decoration: none;
  }
  #page footer[role="contentinfo"] .copyright {
    padding: 15px 10px 20px;
    text-align: center;
  }
  #page footer[role="contentinfo"] .copyright small {
    font-size: 12px;
  }
  /* -------------------------------------
	トップ＆下層共通
------------------------------------- */
  #contents > .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  section {
    margin-bottom: 30px;
  }
  /* -------------------------------------
	トップページ
------------------------------------- */
  /* メインビジュアル
------------------------------------- */
  #mainvisual {
    margin-bottom: 20px;
  }
  #mainvisual .slideWrap div[id] {
    text-align: center;
  }
  #mainvisual .slideWrap div[id] img + img {
    display: none;
  }
  /* トップページのコンテンツ
------------------------------------- */
  #contents.toppage .area-news .section-body .news-list .item .time {
    margin-bottom: 2px;
    color: #ccc;
    font-weight: bold;
  }
  #contents.toppage .area-news .section-body .news-list .item .text p {
    margin: 0;
  }
  /* -------------------------------------
	下層ページ
------------------------------------- */
  #contents article .article-body .section-item {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
  }
  #contents article .article-body .section-item .image {
    float: none;
    margin: 0 auto 10px;
    text-align: center;
  }
  #contents article .article-body .section-item .text {
    overflow: visible;
  }
  /* page01 専用
------------------------------------- */
  /* page02 専用
------------------------------------- */
  /* page03 専用
------------------------------------- */
  .page03 article .area-profile {
    padding-bottom: 15px;
  }
  .page03 article .area-profile .section-body .image {
    margin-left: 20px;
    max-width: 35%;
  }
  .page03 article .area-profile .section-body .text {
    overflow: visible;
  }
  .page03 article .area-profile .section-body .text .name h3 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .page03 article .area-profile .section-body .text .name p.en {
    font-size: 14px;
  }
  .page03 article .area-biography {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .page03 article .area-biography table {
    display: block;
  }
  .page03 article .area-biography table tbody, .page03 article .area-biography table tr, .page03 article .area-biography table th, .page03 article .area-biography table td {
    display: block;
  }
  .page03 article .area-biography table th {
    width: auto;
    padding-bottom: 3px;
    font-weight: bold;
  }
  .page03 article .area-biography table td {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
  }
  .page03 article .area-contact .area-form {
    box-sizing: border-box;
  }
  .page03 article .area-contact table.formTable {
    display: block;
    width: auto;
    margin: 20px auto 0;
  }
  .page03 article .area-contact table.formTable tr, .page03 article .area-contact table.formTable tbody, .page03 article .area-contact table.formTable th, .page03 article .area-contact table.formTable td {
    display: block;
  }
  .page03 article .area-contact table.formTable th {
    width: auto;
    padding: 0 0 7px;
  }
  .page03 article .area-contact table.formTable th .required {
    padding: 3px;
  }
  .page03 article .area-contact table.formTable td {
    padding: 0 0 20px;
  }
  .page03 article .area-contact table.formTable td input[type="text"] {
    width: 100%;
  }
  .page03 article .area-contact .radioList {
    padding-top: 0;
  }
  .page03 article .area-contact .radioList li {
    margin-right: 25px;
  }
  .page03 article .area-contact .btn.form {
    margin-bottom: 50px;
  }
  .page03 article .area-contact .btn.form input {
    width: 100%;
  }
}
