﻿@charset "UTF-8";
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

caption, th {
  text-align: left;
}

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

img,
object,
embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  font: 62.5% Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
  line-height: 1.5;
}

html > body {
  font-size: 10px;
  font-size: 62.5% \9;
}

/* Except IE & Add IE8 */
/**
 * Nudge down to get to 10px equivalent for these form elements
 */
select, input, button, textarea {
  font: 100% Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
  line-height: 1.5;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
  line-height: 1.4;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre, code, kbd, samp, tt {
  font-family: monospace;
  font-size: 100%;
  *font-size: 108%;
  line-height: 1.4;
  color: #333;
}

/* Font-size fixed */
li li, li dt, li dd, li input, li select, li button, li textarea, li p, li th, li td,
dt li, dt dt, dt dd, dt input, dt select, dt button, dt textarea, dt p, dt th, dt td,
dd li, dd dt, dd dd, dd input, dd select, dd button, dd textarea, dd p, dd th, dd td,
th li, th dt, th dd, th input, th select, th button, th textarea, th p, th th, th td,
td li, td dt, td dd, td input, td select, td button, td textarea, td p, td th, td td,
p input {
  font-size: 100%;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr {
  float: right;
}

.imgR {
  float: right;
  margin-left: 20px;
}

.fl {
  float: left;
}

.imgL {
  float: left;
  margin-right: 20px;
}

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

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

/* clearfix */
.clear-fix {
  zoom: 1;
}
.clear-fix:before, .clear-fix:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
.clear-fix:after {
  clear: both;
}

.clear {
  clear: both;
}

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6, #contents input, #contents button, #contents textarea, #contents select, #contents p, #contents th, #contents td, #contents address, #contents li, #contents dt, #contents dd {
  font-size: 16px;
  line-height: 1.6;
}

/*----------------------------------------------------
	element style
----------------------------------------------------*/
body {
  border-top: 6px solid #00194c;
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background: url(/common/images/bg-head.png) repeat-x 0 125px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

input, textarea, button {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

a:link {
  color: #00194c;
}
a:hover {
  text-decoration: none;
  color: #666;
}

/*----------------------------------------------------
	#fade
----------------------------------------------------*/
#js_fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/loading.gif) no-repeat center center #fff;
  z-index: 999999;
}

/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
}

/*----------------------------------------------------
	#pagetitle
----------------------------------------------------*/
#pagetitle {
  position: relative;
  margin: 0 auto;
  background: #fefefe;
  text-align: center;
}
#pagetitle:after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #d2d2d2;
  z-index: 0;
}
#pagetitle div {
  display: table;
  margin: auto;
}
#pagetitle h1 {
  position: relative;
  display: table-cell;
  height: 180px;
  border-bottom: 1px solid #00194c;
  font-size: 36px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  vertical-align: middle;
  letter-spacing: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
#pagetitle h1 span {
  display: block;
  margin-top: 5px;
  color: #00194c;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
  width: 1000px;
  margin: auto;
  padding: 80px 0 0;
  zoom: 1;
}
#contents:before, #contents:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#contents:after {
  clear: both;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
  position: relative;
  width: 1000px;
  height: 122px;
  margin: 0 auto;
}
#header #head-logo, #header #head-contact {
  position: absolute;
}
#header #head-logo {
  top: 36px;
  left: 0;
  width: 267px;
}
#header #gnav {
  float: right;
  display: table;
  height: 52px;
  margin-top: 70px;
  z-index: 10;
  zoom: 1;
}
#header #gnav:before, #header #gnav:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#header #gnav:after {
  clear: both;
}
#header #gnav li {
  display: table-cell;
  padding-left: 40px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  vertical-align: top;
}
#header #gnav li a {
  display: block;
  height: 52px;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
#header #gnav li a.current, #header #gnav li a:hover {
  border-bottom: 3px solid #00194c;
  color: #00194c;
}
#header #head-contact {
  top: 34px;
  right: 0;
  font-size: 14px;
  line-height: 1;
}
#header #head-contact a {
  display: block;
  padding-left: 25px;
  background: url(/common/images/ico-head-mail.png) no-repeat top left;
  -webkit-background-size: 20px;
  background-size: 20px;
  text-decoration: none;
}

#sp-nav {
  display: none;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
  background: #f7f4f1;
  border-top: 1px solid #d2d2d2;
}
#footer #foot-info {
  width: 1000px;
  margin: auto;
  padding: 50px 0;
  zoom: 1;
}
#footer #foot-info:before, #footer #foot-info:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#footer #foot-info:after {
  clear: both;
}
#footer #foot-info #foot-contact {
  float: left;
  width: 450px;
}
#footer #foot-info #foot-contact h3 {
  width: 267px;
  margin-bottom: 20px;
  line-height: 0;
}
#footer #foot-info #foot-contact dl {
  zoom: 1;
}
#footer #foot-info #foot-contact dl:before, #footer #foot-info #foot-contact dl:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#footer #foot-info #foot-contact dl:after {
  clear: both;
}
#footer #foot-info #foot-contact dl dt, #footer #foot-info #foot-contact dl dd {
  padding-top: 10px;
  font-size: 14px;
}
#footer #foot-info #foot-contact dl dt {
  float: left;
  width: 145px;
}
#footer #foot-info #foot-contact dl dt span {
  font-size: 12px;
}
#footer #foot-info #foot-contact dl dd {
  margin-left: 145px;
}
#footer #foot-info #foot-contact .btn-contact {
  padding-top: 30px;
}
#footer #foot-info #foot-fb {
  float: right;
  width: 500px;
}
#footer #foot-link {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
  border-top: 1px dotted #d2d2d2;
}
#footer #foot-link li {
  display: inline-block;
  margin: 0 15px;
  font-size: 14px;
}
#footer #foot-link a {
  color: #000;
  text-decoration: none;
}
#footer #foot-link a:hover {
  text-decoration: underline;
}
#footer #copyright {
  padding: 10px 0 8px;
  background: #00194c;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

/*----------------------------------------------------
	pagetop
----------------------------------------------------*/
#pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
}
#pagetop a {
  display: block;
  height: 50px;
  background: url(/common/images/arrow-pagetop.png) no-repeat center center #00194c;
  text-indent: -9999px;
}
#pagetop a:hover {
  background-color: #666;
}

/*----------------------------------------------------
	general
----------------------------------------------------*/
.btn-contact {
  padding-top: 50px;
  text-align: center;
}
.btn-contact a {
  display: block;
  width: 450px;
  margin: auto;
  background: #00194c;
  color: #fff;
  font-size: 15px;
  line-height: 60px;
  text-decoration: none;
}
.btn-contact a:hover {
  opacity: 0.7;
}
.btn-contact span {
  display: inline-block;
  padding: 3px 0 3px 40px;
  background: url(/common/images/ico-btn-mail.png) no-repeat left center;
  -webkit-background-size: 30px;
  background-size: 30px;
}

#contents {
  /* ページナビ */
}
#contents h2 {
  margin-bottom: 30px;
  color: #00194c;
  font-size: 34px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
}
#contents h2 span {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
}
#contents h2 span:before {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  margin: 20px auto;
  background: #00194c;
}
#contents h3, #contents .ttl {
  position: relative;
  padding-left: 10px;
  margin-bottom: 20px;
  border-left: 6px solid #00194c;
  color: #00194c;
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  letter-spacing: 2px;
  text-align: left;
}
#contents h3:before, #contents .ttl:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 6px;
  height: 16px;
  background: url(/common/images/ico-ttl.png) no-repeat top left;
  -webkit-background-size: 6px;
  background-size: 6px;
}
#contents .article, #contents .section {
  zoom: 1;
}
#contents .article:before, #contents .article:after, #contents .section:before, #contents .section:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#contents .article:after, #contents .section:after {
  clear: both;
}
#contents .article p:last-child, #contents .section p:last-child {
  margin-bottom: 0;
}
#contents .article {
  padding: 0 0 80px;
}
#contents .article.sep {
  margin-bottom: 80px;
  padding-bottom: 80px;
}
#contents .article p, #contents .article ul, #contents .article dl {
  margin-bottom: 1em;
  line-height: 1.8;
}
#contents .sep {
  padding-bottom: 50px;
  background: url(/common/images/bg-sep.png) no-repeat bottom center;
  -webkit-background-size: 1000px;
  background-size: 1000px;
  zoom: 1;
}
#contents .sep:before, #contents .sep:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#contents .sep:after {
  clear: both;
}
#contents .section {
  padding: 50px 0 0;
}
#contents table {
  width: 100%;
  border: none;
  border-top: 1px dotted #d2d2d2;
  border-collapse: collapse;
}
#contents table th, #contents table td {
  padding: 20px 15px;
  border: none;
  border-bottom: 1px dotted #d2d2d2;
  vertical-align: top;
  font-weight: normal;
}
#contents table th {
  background: #ebedf1;
}
#contents .bold {
  font-weight: bold;
}
#contents .emphasis {
  color: #850404;
  font-weight: bold;
}
#contents p.attention {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 110%;
}
#contents ul.attention {
  margin-top: 10px;
}
#contents ul.attention li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 110%;
}
#contents ul.list {
  padding: 0 20px 0 20px;
  list-style-position: outside;
}
#contents ul.list li {
  list-style-type: disc;
  margin-right: -15px;
}
#contents ul.list li:last-child {
  margin-bottom: 0;
}
#contents ol.num {
  padding: 0 25px 0 25px;
  list-style-position: outside;
}
#contents ol.num li {
  list-style-type: decimal;
}
#contents ol.num li:last-child {
  margin-bottom: 0;
}
#contents .btn-link {
  padding-top: 50px;
  text-align: center;
}
#contents .btn-link a {
  display: inline-block;
  margin: auto;
  padding: 0 50px;
  background: #00194c;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  text-decoration: none;
  letter-spacing: 1px;
}
#contents .btn-link a:hover {
  opacity: 0.7;
}
#contents .btn-link span {
  display: inline-block;
  padding: 0 0 0 15px;
  background: url(/common/images/ico-arrow.png) no-repeat left center;
  -webkit-background-size: 10px;
  background-size: 10px;
}
#contents .no-entry {
  padding-top: 15px;
  text-align: center;
}
#contents .hov:hover {
  opacity: 0.7;
}
#contents .wp-pagenavi {
  margin-top: 50px;
  line-height: 1;
  text-align: center;
  font-size: 140%;
}
#contents .wp-pagenavi span, #contents .wp-pagenavi a {
  display: inline-block;
  width: 35px;
  margin: 0 1px 0 2px;
  *display: inline;
  *zoom: 1;
  line-height: 35px;
}
#contents .wp-pagenavi .current {
  border: solid 1px #00194c;
  background: #00194c;
  color: #fff;
}
#contents .wp-pagenavi .extend {
  padding: 0;
}
#contents .wp-pagenavi .first, #contents .wp-pagenavi .last {
  width: auto;
  padding: 0 10px;
}
#contents .wp-pagenavi .pages {
  width: auto;
  margin-right: 5px;
}
#contents .wp-pagenavi a {
  border: solid 1px #ddd;
  background: #fff;
  color: #aaa;
  text-decoration: none;
}
#contents .wp-pagenavi a:hover {
  border: solid 1px #00194c;
  background: #fff;
  color: #000;
}

/* index page
----------------------------------------------------*/
#home-page {
  background: none;
}
#home-page #mv .simply-scroll-container {
  position: relative;
}
#home-page #mv .simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
#home-page #mv .simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#home-page #mv .simply-scroll-list li {
  float: left;
  /* Horizontal scroll only */
  padding: 0;
  margin: 0;
  width: 350px;
  height: 360px;
}
#home-page #mv .simply-scroll-list img {
  display: block;
}
#home-page #contents {
  padding-top: 60px;
  width: auto;
}
#home-page #contents #update {
  width: 1000px;
  margin: auto;
}
#home-page #contents #update .column {
  width: 470px;
}
#home-page #contents #update .ttl {
  margin-bottom: 5px;
  font-size: 26px;
}
#home-page #contents #update .ttl span {
  display: inline-block;
  margin-left: 15px;
  font-size: 12px;
}
#home-page #contents #update .ttl span:before {
  display: none;
}
#home-page #contents #update dl {
  cursor: pointer;
  padding: 15px 0;
  border-bottom: 1px dotted #d2d2d2;
}
#home-page #contents #update dl:hover {
  opacity: 0.7;
}
#home-page #contents #update dl dt, #home-page #contents #update dl dd {
  font-size: 14px;
}
#home-page #contents #update dl dt span {
  display: inline-block;
  width: 60px;
  margin-left: 5px;
  padding: 3px 0;
  background: #00194c;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  vertical-align: text-bottom;
}
#home-page #contents #update dl dt span.ico-voice {
  background: #004c1e;
}
#home-page #contents #update dl a {
  color: #000;
  text-decoration: none;
}
#home-page #contents #update .bnr {
  clear: both;
  padding-top: 50px;
}
#home-page #contents #concept {
  min-height: 440px;
  padding: 60px 0;
  background: url(/images/index/bg-concept.png) no-repeat top center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
#home-page #contents #concept h2 {
  font-size: 40px;
}
#home-page #contents #concept h2 span {
  margin-bottom: 15px;
  font-size: 22px;
}
#home-page #contents #concept h2 span:before {
  display: none;
  font-size: 22px;
}
#home-page #contents #concept p {
  margin-bottom: 0;
  line-height: 2;
}
#home-page #contents #concept .btn-link {
  padding-top: 30px;
}
#home-page #contents #pickup {
  width: 1000px;
  margin: auto;
  padding: 80px 0;
  zoom: 1;
}
#home-page #contents #pickup:before, #home-page #contents #pickup:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#home-page #contents #pickup:after {
  clear: both;
}
#home-page #contents #pickup li {
  float: left;
  width: 33.3333%;
}
#home-page #contents #member {
  position: relative;
  text-align: center;
}
#home-page #contents #member h2 {
  display: inline-block;
  margin-bottom: 0;
  padding: 0 20px;
  background: #fff;
  color: #00194c;
  font-size: 30px;
}
#home-page #contents #member h2 span {
  margin-top: 20px;
  font-size: 10px;
}
#home-page #contents #member h2 span:before {
  display: none;
}
#home-page #contents #member h2:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #00194c;
  z-index: -1;
}
#home-page #contents #member #member-list {
  margin: auto;
}
#home-page #contents #member #member-list .item {
  margin-top: 40px;
}

/* member page
----------------------------------------------------*/
#contents #member-list {
  position: relative;
  width: 1040px;
  margin: 0 -20px;
  zoom: 1;
}
#contents #member-list:before, #contents #member-list:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#contents #member-list:after {
  clear: both;
}
#contents #member-list h2 {
  margin-bottom: 0;
}
#contents #member-list .item {
  float: left;
  width: 220px;
  margin-top: 30px;
  padding: 0 20px;
  text-align: center;
}
#contents #member-list .item a {
  display: block;
  width: 220px;
  color: #000;
  text-decoration: none;
}
#contents #member-list .item a:hover {
  opacity: 0.7;
}
#contents #member-list .item span {
  display: table-cell;
  /*上下中央*/
  width: 220px;
  height: 150px;
  border: 1px solid #d2d2d2;
  text-align: center;
  /*左右中央*/
  vertical-align: middle;
  /*上下中央*/
  layout-grid-line: 166px;
  /*IE7*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contents #member-list .item img {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 110px;
  vertical-align: middle;
}
#contents #member-list .item p {
  margin: 10px 0 0;
  font-size: 14px;
}

#member-page #contents #img-logo {
  float: left;
}
#member-page #contents #img-logo span {
  display: table-cell;
  /*上下中央*/
  width: 220px;
  height: 150px;
  border: 1px solid #d2d2d2;
  text-align: center;
  /*左右中央*/
  vertical-align: middle;
  /*上下中央*/
  layout-grid-line: 166px;
  /*IE7*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#member-page #contents #img-logo img {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 110px;
  vertical-align: middle;
}
#member-page #contents #member-info {
  float: right;
  width: 730px;
}
#member-page #contents #member-info th {
  width: 20%;
}
#member-page #contents .btn-link {
  clear: both;
}

/* necessary page
----------------------------------------------------*/
#necessary-page #contents .message {
  text-align: center;
}
#necessary-page #contents .message p {
  font-size: 16px;
  line-height: 2;
}
#necessary-page #contents .message p.sign {
  text-align: center;
  font-size: 20px;
}
#necessary-page #contents .theme h3 {
  font-weight: normal;
  line-height: 1;
}
#necessary-page #contents .theme h3 span {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
  letter-spacing: 1px;
}
#necessary-page #contents .theme div {
  float: left;
  width: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#necessary-page #contents .theme div.column-r {
  float: right;
  padding-top: 20px;
  padding-left: 40px;
}
#necessary-page #contents .theme div.column-l {
  float: left;
  padding-top: 20px;
  padding-right: 40px;
}

/* seminar page
----------------------------------------------------*/
#seminar-page #contents .article {
  text-align: center;
}
#seminar-page #contents #theme-list {
  position: relative;
  width: 1034px;
  margin: 0 -17px;
  zoom: 1;
}
#seminar-page #contents #theme-list:before, #seminar-page #contents #theme-list:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#seminar-page #contents #theme-list:after {
  clear: both;
}
#seminar-page #contents #theme-list dl {
  position: relative;
  float: left;
  width: 310px;
  margin-top: 55px;
  padding: 0 17px;
}
#seminar-page #contents #theme-list dt {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 50px;
  margin-left: -25px;
  background: #00194c;
  color: #fff;
  font-size: 26px;
  line-height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
#seminar-page #contents #theme-list dd {
  display: table-cell;
  width: 310px;
  height: 120px;
  padding-top: 10px;
  background: #ebedf1;
  font-size: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

/* about page
----------------------------------------------------*/
#about-page #contents .article {
  text-align: center;
}
#about-page #contents #goal ul {
  margin: 30px 0;
  padding: 45px 0;
  background: #ebedf1;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
}
#about-page #contents #goal ul li {
  padding: 5px 0;
}
#about-page #contents #join {
  text-align: left;
}
#about-page #contents #join img {
  width: 480px;
}
#about-page #contents th, #about-page #contents td {
  text-align: left;
}

/*  page
----------------------------------------------------*/
/* news list
----------------------------------------------------*/
#contents #news-list {
  width: 800px;
  margin: auto;
  border-top: 1px dotted #d2d2d2;
}
#contents #news-list dl {
  cursor: pointer;
  padding: 20px 15px;
  border-bottom: 1px dotted #d2d2d2;
  zoom: 1;
}
#contents #news-list dl:before, #contents #news-list dl:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#contents #news-list dl:after {
  clear: both;
}
#contents #news-list dl:hover {
  background: #f7f4f1;
}
#contents #news-list dl dt {
  float: left;
  width: 9em;
}
#contents #news-list dl dd {
  margin-left: 9em;
}
#contents #news-list dl a {
  color: #000;
  text-decoration: none;
}

/* news page
----------------------------------------------------*/
#news-page #contents #news-detail {
  width: 800px;
  margin: auto;
}
#news-page #contents #news-detail h2 {
  font-size: 26px;
}
#news-page #contents #news-detail .date {
  margin: 30px 0 0;
  padding-top: 15px;
  border-top: 1px dotted #d2d2d2;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-align: right;
}

/* voice page
----------------------------------------------------*/
#voice-page #contents #voice-detail {
  width: 800px;
  margin: auto;
}
#voice-page #contents #voice-detail h2 {
  font-size: 26px;
}
#voice-page #contents #voice-detail .date {
  margin: 30px 0 0;
  padding-top: 15px;
  border-top: 1px dotted #d2d2d2;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-align: right;
}
#voice-page #contents #voice-detail #member-info {
  padding-top: 30px;
}
#voice-page #contents #voice-detail #member-info .img {
  float: left;
  margin-right: 40px;
}
#voice-page #contents #voice-detail #member-info .info-wrap {
  overflow: hidden;
}

/* seminar info page
----------------------------------------------------*/
#seminar-info-page #contents #seminar_info-detail {
  width: 800px;
  margin: auto;
}
#seminar-info-page #contents #seminar_info-detail h2 {
  font-size: 26px;
}

/*  contact page
----------------------------------------------------*/
#contact-page #contents form {
  margin-top: 30px;
  border-top: dotted 1px #ccc;
}
#contact-page #contents #mfp_confirm_table {
  margin-top: 20px;
  border-top: dotted 1px #ccc;
}
#contact-page #contents #mfp_confirm_table h3 {
  margin-bottom: 15px;
}
#contact-page #contents dl {
  display: table;
  width: 1000px;
  margin: 0;
  border-bottom: dotted 1px #ccc;
}
#contact-page #contents dt, #contact-page #contents dd {
  display: table-cell;
  padding: 20px 0;
  border: none !important;
  text-align: left;
  vertical-align: middle;
}
#contact-page #contents dt {
  width: 300px;
}
#contact-page #contents dt span {
  display: block;
  float: right;
  width: 40px;
  height: 18px;
  background: #850404;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 18px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
#contact-page #contents dd {
  padding-left: 20px;
}
#contact-page #contents dd input[type="text"], #contact-page #contents dd input[type="tel"], #contact-page #contents dd input[type="email"], #contact-page #contents dd textarea {
  width: 100% !important;
  padding: 10px;
  border: solid 1px #ddd;
  background: #f2f2f2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-page #contents dd input[type="text"]#zip-code, #contact-page #contents dd input[type="tel"]#zip-code, #contact-page #contents dd input[type="email"]#zip-code, #contact-page #contents dd textarea#zip-code {
  width: 150px !important;
  margin-right: 10px;
}
#contact-page #contents dd ol {
  zoom: 1;
}
#contact-page #contents dd ol:before, #contact-page #contents dd ol:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#contact-page #contents dd ol:after {
  clear: both;
}
#contact-page #contents dd li {
  float: left;
  margin-right: 30px;
}
#contact-page #contents dd li input {
  margin-right: 5px;
  padding: 0;
  border: none;
  background: none;
}
#contact-page #contents #button, #contact-page #contents .mfp_buttons {
  margin: 30px 220px 0;
  zoom: 1;
}
#contact-page #contents #button:before, #contact-page #contents #button:after, #contact-page #contents .mfp_buttons:before, #contact-page #contents .mfp_buttons:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#contact-page #contents #button:after, #contact-page #contents .mfp_buttons:after {
  clear: both;
}
#contact-page #contents #button ul, #contact-page #contents .mfp_buttons ul {
  zoom: 1;
}
#contact-page #contents #button ul:before, #contact-page #contents #button ul:after, #contact-page #contents .mfp_buttons ul:before, #contact-page #contents .mfp_buttons ul:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}
#contact-page #contents #button ul:after, #contact-page #contents .mfp_buttons ul:after {
  clear: both;
}
#contact-page #contents #button button, #contact-page #contents .mfp_buttons button {
  display: block;
  width: 250px;
  height: 60px;
  margin: 0;
  padding: 0;
  border: none;
  background: #00194c;
  color: #fff;
  text-indent: 0;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#contact-page #contents #button button#btn-reset, #contact-page #contents .mfp_buttons button#btn-reset {
  background: #666;
}
#contact-page #contents #button button#mfp_button_send, #contact-page #contents .mfp_buttons button#mfp_button_send {
  float: right;
}
#contact-page #contents #button button#mfp_button_cancel, #contact-page #contents .mfp_buttons button#mfp_button_cancel {
  float: left;
  background: #666;
}
#contact-page #contents #button button:hover, #contact-page #contents .mfp_buttons button:hover {
  opacity: 0.8;
}
#contact-page #contents #mfp_phase_confirm h4 {
  padding-bottom: 30px;
  border-bottom: 1px dotted #d2d2d2;
  font-size: 16px;
  font-weight: normal;
}
#contact-page #contents #thanks p {
  text-align: center;
}

/*  schedule page
----------------------------------------------------*/
#schedule-page #contents td {
  vertical-align: middle;
}

/* error page
----------------------------------------------------*/
#error-page #contents .article {
  text-align: center;
}

@media screen and (max-width: 736px) {
  /* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
  #contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6, #contents input, #contents button, #contents textarea, #contents select, #contents p, #contents th, #contents td, #contents address, #contents li, #contents dt, #contents dd {
    font-size: 14px;
    line-height: 1.6;
  }

  /*----------------------------------------------------
  	element style
  ----------------------------------------------------*/
  body {
    color: #000;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    text-align: center;
  }

  input, textarea {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }

  a {
    color: #00194c;
  }

  img {
    max-width: 100% !important;
    height: auto;
  }

  /*----------------------------------------------------
  	web fonts
  ----------------------------------------------------*/
  @font-face {
    font-family: 'base-fonts';
    src: url("/common/fonts/base-fonts.eot?uvxjaj");
    src: url("/common/fonts/base-fonts.eot?uvxjaj#iefix") format("embedded-opentype"), url("/common/fonts/base-fonts.ttf?uvxjaj") format("truetype"), url("/common/fonts/base-fonts.woff?uvxjaj") format("woff"), url("/common/fonts/base-fonts.svg?uvxjaj#base-fonts") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  [class^="ico-"], [class*=" ico-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'base-fonts' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .ico-arrow-down:before {
    content: "\e900";
  }

  .ico-arrow-left:before {
    content: "\e901";
  }

  .ico-arrow-right:before {
    content: "\e902";
  }

  .ico-arrow-up:before {
    content: "\e903";
  }

  .ico-mail:before {
    content: "\e904";
  }

  .ico-menu:before {
    content: "\e905";
  }

  .ico-phone:before {
    content: "\e906";
  }

  /* =========================================================
    media query
  ========================================================= */
  .is-sp {
    display: none;
    width: 1px;
  }

  /* =========================================================
  	#fade
  ========================================================= */
  #js_fade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/common/images/loading.gif) no-repeat center center #fff;
    z-index: 999999;
  }

  /* =========================================================
  	#body
  ========================================================= */
  html, body {
    height: 100%;
  }

  body {
    color: #000;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    text-align: center;
    -webkit-text-size-adjust: 100%;
  }

  /* =========================================================
  	#wrapper
  ========================================================= */
  #wrapper {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
  }

  /*----------------------------------------------------
  	#contents
  ----------------------------------------------------*/
  #contents {
    /* ページナビ */
  }
  #contents .fl, #contents .fr {
    float: none;
  }
  #contents .article, #contents .section {
    zoom: 1;
  }
  #contents .article:before, #contents .article:after, #contents .section:before, #contents .section:after {
    content: "";
    display: table;
    height: 0;
    visibility: hidden;
  }
  #contents .article:after, #contents .section:after {
    clear: both;
  }
  #contents .article {
    margin: auto;
    padding: 0 0 50px;
  }
  #contents .article p, #contents .article ul, #contents .article dl {
    font-family: "ryo-gothic-plusn";
    line-height: 1.8;
    letter-spacing: 1px;
  }
  #contents .article p {
    margin-bottom: 1.5em;
  }
  #contents .article p:last-child {
    margin-bottom: 0;
  }
  #contents .section {
    padding-top: 30px;
  }
  #contents p.attention {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 11px;
  }
  #contents ul.attention {
    margin-top: 10px;
  }
  #contents ul.attention li {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 110%;
  }
  #contents ul.list {
    padding: 0 20px 0 20px;
    list-style-position: outside;
  }
  #contents ul.list li {
    list-style-type: disc;
    margin-right: -15px;
  }
  #contents ul.list li:last-child {
    margin-bottom: 0;
  }
  #contents ol.num {
    padding: 0 25px 0 25px;
    list-style-position: outside;
  }
  #contents ol.num li {
    list-style-type: decimal;
  }
  #contents ol.num li:last-child {
    margin-bottom: 0;
  }
  #contents .table {
    border-top: 1px solid #dcdcdc;
  }
  #contents .table dt, #contents .table dd {
    border-bottom: 1px solid #dcdcdc;
    text-align: left;
  }
  #contents .table dt {
    clear: both;
    float: none;
    width: auto;
    padding: 10px;
    background: #f7f4f1;
    text-align: left;
  }
  #contents .table dd {
    margin-left: 0;
    padding: 10px;
  }
  #contents .bold {
    font-weight: bold;
  }
  #contents .emphasis {
    color: #850404;
    font-weight: bold;
  }
  #contents p.attention {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 11px;
  }
  #contents ul.attention {
    margin-top: 10px;
  }
  #contents ul.attention li {
    margin-left: 1em;
    text-indent: -1em;
    font-size: 11px;
  }
  #contents ul.list {
    padding: 0 20px 0 20px;
    list-style-position: outside;
  }
  #contents ul.list li {
    list-style-type: disc;
    margin-right: -15px;
  }
  #contents ul.list li:last-child {
    margin-bottom: 0;
  }
  #contents ol.num {
    padding: 0 25px 0 25px;
    list-style-position: outside;
  }
  #contents ol.num li {
    list-style-type: decimal;
  }
  #contents ol.num li:last-child {
    margin-bottom: 0;
  }
  #contents .wp-pagenavi {
    padding-top: 30px;
    line-height: 1;
    text-align: center;
    font-size: 14px;
  }
  #contents .wp-pagenavi span, #contents .wp-pagenavi a {
    display: inline-block;
    width: 35px;
    margin: 0 1px 0 2px;
    *display: inline;
    *zoom: 1;
    line-height: 35px;
  }
  #contents .wp-pagenavi .current {
    border: solid 1px #00194c;
    background: #00194c;
    color: #fff;
  }
  #contents .wp-pagenavi .extend {
    padding: 0;
  }
  #contents .wp-pagenavi .first, #contents .wp-pagenavi .last {
    width: auto;
    padding: 0 10px;
  }
  #contents .wp-pagenavi .pages {
    width: auto;
    margin-right: 5px;
  }
  #contents .wp-pagenavi a {
    border: solid 1px #ddd;
    background: #fff;
    color: #aaa;
    text-decoration: none;
  }
  #contents .wp-pagenavi a:hover {
    border: solid 1px #00194c;
    background: #fff;
    color: #000;
  }

  /*  contact page
  ----------------------------------------------------*/
  #contact-page #contents #form-wrap #submit {
    margin-top: 30px;
    text-align: center;
  }
  #contact-page #contents #form-wrap h3 {
    margin-bottom: 15px;
  }
  #contact-page #contents #form-wrap dd {
    margin-left: 0;
  }
  #contact-page #contents #form-wrap dd dl {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    padding: 0 10px;
  }
  #contact-page #contents #form-wrap dd dl dt {
    width: auto;
    padding-top: 0;
    color: #666;
  }
  #contact-page #contents #form-wrap dd dl dd {
    margin-left: 0;
    margin-bottom: 10px;
  }
  #contact-page #contents #form-wrap dd dl dd:last-child {
    margin-bottom: 0;
  }
  #contact-page #contents #form-wrap dd #zip-code {
    width: 150px !important;
  }
  #contact-page #contents #form-wrap dd li {
    float: none;
    width: 100%;
  }
  #contact-page #contents #form-wrap dd .res li {
    float: left;
    width: 50%;
    margin: 0;
  }
  #contact-page #contents #form-wrap dd li input {
    margin-right: 5px;
    border: 1px solid #ccc;
  }
  #contact-page #contents #form-wrap #button, #contact-page #contents #form-wrap .mfp_buttons {
    margin-top: 30px;
  }
  #contact-page #contents #form-wrap #button ul, #contact-page #contents #form-wrap .mfp_buttons ul {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  #contact-page #contents #form-wrap #button .fl, #contact-page #contents #form-wrap #button .fr, #contact-page #contents #form-wrap .mfp_buttons .fl, #contact-page #contents #form-wrap .mfp_buttons .fr {
    float: none;
  }
  #contact-page #contents #form-wrap #button button, #contact-page #contents #form-wrap .mfp_buttons button {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #contact-page #contents #form-wrap #button button:first-child, #contact-page #contents #form-wrap .mfp_buttons button:first-child {
    margin-bottom: 20px;
  }
  #contact-page #contents #form-wrap .mfp_buttons {
    width: auto;
    margin: 30px auto 0;
  }
  #contact-page #contents #form-wrap .mfp_buttons #mfp_button_send {
    float: none;
  }
  #contact-page #contents #form-wrap .mfp_buttons #mfp_button_cancel {
    float: none;
  }
  #contact-page #contents #mfp_confirm_table dt {
    padding-top: 0;
  }
  #contact-page #contents #thanks-btn {
    margin-top: 50px;
  }
  #contact-page #contents #thanks-btn a {
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 20px 0 17px;
    background: url(/common/images/ico-arrow-white.png) no-repeat 265px center #00194c;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }
  #contact-page #contents #thanks-btn a:hover {
    opacity: 0.8;
  }
}
@media print {
  * html body {
    zoom: .7;
  }
}
