@charset "UTF-8";
@import "//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";
@import "//fonts.googleapis.com/css?family=Montserrat:700";
/*===========================================================================*/
/*  common  */
/*===========================================================================*/
/* リセット
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  word-wrap: break-word;
  word-break: break-all;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  margin: 0 auto 2.5em;
  width: 100%;
  border-collapse: collapse;
}
table tr {
  border-bottom: 1px solid #ccc;
}
table tr:first-child {
  border-top: 1px solid #ccc;
}
table tr th {
  width: 20%;
  padding: 1em 3em;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table tr td {
  padding: 1em 3em;
  border-bottom: 1px solid #ccc;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}

/* ハック
---------------------------------------------------------------------------- */
/* letter-spacing hack */
@media screen {
  body {
    letter-spacing: 0.5px;
  }

  br {
    letter-spacing: 0;
  }
}
/* height100% hack */
body > #container {
  height: auto;
}

/* リンク
---------------------------------------------------------------------------- */
a {
  overflow: hidden;
  color: #000;
  outline: none;
  text-decoration: none;
  transition: .3s;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

a:hover img,
.btn a:hover {
  opacity: 0.7;
}

/* 基本スタイル
---------------------------------------------------------------------------- */
html {
  overflow: auto;
}

body {
  height: 100%;
  color: #333;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.6;
}

.section-in {
  max-width: 1000px;
  margin: 0 auto;
}

.com-block {
  margin-bottom: 3em;
  padding: 1.5em 0;
}

.topicpath {
  text-align: right;
  font-size: 0.9em;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.topicpath li:before {
  content: "\f105";
  font-family: "FontAwesome";
  padding: 0 10px;
}
.topicpath li.home:before {
  content: "\f015";
  font-family: "FontAwesome";
  padding: 0 5px 0 0;
}
.topicpath li a {
  text-decoration: underline;
}
.topicpath li a:hover {
  text-decoration: none;
}

#contents {
  margin: 3em auto 0;
}

.read {
  margin: 0 auto 1em;
}

/*アニメーション設定
---------------------------------------------------------------------------- */
.anim {
  visibility: hidden;
}

.anim-off {
  visibility: visible;
}

.animated {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
  visibility: visible !important;
}

/* 共通タイトル
---------------------------------------------------------------------------- */
#title .title-in {
  margin-bottom: 13px;
  background: #000;
}
#title .title-in .section-in h1 {
  left: 0;
  bottom: -5px;
  color: #fff;
  font-weight: 700;
  font-size: 3.4em;
  line-height: 1;
  padding: 1em 0 0;
  position: relative;
  text-shadow: -1px -1px 0px #000,1px -1px 0px #000, 1px 1px 0px #000, -1px 1px 0px #000;
  font-family: "Montserrat","游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
}
#title .title-in .section-in h1 span {
  font-size: 0.8em;
}
#title .title-in .section-in h1:before {
  content: "";
  width: 2px;
  border-left: 2px solid #fff;
  bottom: 0;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 60px;
  height: 45px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#title .j-title {
  font-size: 1.4em;
  font-weight: bold;
}

h2.s-title {
  margin-bottom: 2em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  position: relative;
}
h2.s-title:before {
  content: "";
  width: 1px;
  border-left: 1px solid #777;
  bottom: 0;
  text-align: center;
  position: absolute;
  top: -110%;
  left: 50%;
  height: 80px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
h2.s-title span {
  font-size: 0.7em;
}

/* 共通ボタン
---------------------------------------------------------------------------- */
.btn {
  margin: 0 auto 3em;
  text-align: center;
}
.btn a {
  padding: 0.5em 2em;
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.btn a:hover {
  text-decoration: none;
  color: #333;
  background: #fff;
}
.btn a.basic:after {
  content: "\f105";
  font-family: "FontAwesome";
  padding: 0 0 0 0.5em;
}
.btn a.more {
  margin: 0 auto 3em;
  display: block;
  width: 200px;
}
.btn a.more:after {
  content: "\f078" !important;
  font-family: "FontAwesome";
  padding: 0 0 0 5px;
}
.btn a.tab-link:after {
  content: "\f08e";
  font-family: "FontAwesome";
  padding: 0 0 0 0.5em;
}

/* ページ内リンク
---------------------------------------------------------------------------- */
.inpage-link {
  display: flex;
  justify-content: center;
  padding: 2em 0 0;
  margin: 0 auto 5em;
}
.inpage-link li {
  font-size: 1.6em;
  margin: 0 2%;
  text-align: center;
  line-height: 1;
  width: 40%;
}
.inpage-link li a {
  padding: 0.7em 1.5em;
  border: 1px solid #000;
  display: block;
}
.inpage-link li a:hover {
  text-decoration: none;
}
.inpage-link li a:after {
  content: "\f107";
  font-family: "FontAwesome";
  padding: 0 0 0 0.5em;
}

/* ページ送り
---------------------------------------------------------------------------- */
.pager ul {
  text-align: center;
  letter-spacing: -0.4em;
}
.pager ul li {
  display: inline-block;
  margin: 0 0.3em;
  vertical-align: top;
  letter-spacing: normal;
}
.pager ul li a {
  display: block;
  padding: 0 0.5em;
  font-size: 1.1em;
  text-decoration: none;
  border: 1px solid #000;
}
.pager ul li a:hover {
  background-color: #000;
  color: #fff;
}
.pager ul li.current {
  padding: 0 0.4em;
  font-size: 1.1em;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.back-list {
  margin: 0 0 0 1em;
}
.back-list a:after {
  content: "\f0c9";
  font-family: "FontAwesome";
  padding: 0 0 0 0.5em;
}

/* マウスドラッグ時のテキストカラー
---------------------------------------------- */
::selection {
  background: #255e9e;
  color: #fff;
}

/* Firefox */
::-moz-selection {
  background: #255e9e;
  color: #fff;
}

/* sp only
---------------------------------------------------------------------------- */
.sp {
  display: none;
}

.pc {
  display: block;
}

/*アニメーション設定
---------------------------------------------------------------------------- */
.anim {
  visibility: hidden;
}

.anim-off {
  visibility: visible;
}

.animated {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
  visibility: visible !important;
}

/* ヘッダー
---------------------------------------------------------------------------- */
header #globalnav {
  justify-content: flex-start;
  display: flex;
}
header #globalnav ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 1.5em 0;
}
header #globalnav ul li {
  margin: 0 1em;
  padding: 0;
  font-size: 1.05em;
  text-align: center;
  position: relative;
}
header #globalnav ul li.logo {
  line-height: 0;
  margin: 0 1em 0 0;
}
header #globalnav ul li.logo p {
  margin: -0.7em 0 0;
}
header #globalnav ul li.logo a:after {
  display: none;
}
header #globalnav ul li a:hover::after {
  bottom: 0;
  opacity: 1;
}
header #globalnav ul li .drop {
  position: absolute;
  display: none;
  margin: 0;
  padding: 1em 0.6em;
  left: 0;
  top: 30px;
  background: #003f97;
  z-index: 9999 !important;
}
header #globalnav ul li .drop li {
  position: relative;
  margin: 0;
  padding: 0.5em 0;
  z-index: 9999 !important;
  font-size: 0.9em;
  text-align: left !important;
  display: block !important;
}
header #globalnav ul li .drop li:last-child {
  margin-bottom: 0;
}
header #globalnav ul li .drop li a {
  position: relative;
  padding: 0 0 0 1.5em;
  color: #fff;
  font-weight: normal;
}
header #globalnav ul li .drop li a:before {
  position: absolute;
  content: "\f105";
  left: 10px;
  top: 2px;
  font-family: FontAwesome;
  font-size: .8em;
}
header #globalnav ul li .drop li a:after {
  background: none;
}
header #globalnav ul li .drop li a:hover {
  opacity: 0.8;
  text-decoration: none;
}
header #globalnav ul li .drop1 {
  width: 200px;
}
header #globalnav ul li .drop2 {
  width: 270px;
}

/* ハンバーガーメニュー */
#header-hamburger {
  /* helper */
}
#header-hamburger input {
  position: fixed;
  opacity: 0;
}
#header-hamburger label {
  position: absolute;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
#header-hamburger label::before {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#header-hamburger label .burger {
  position: fixed;
  top: 1em;
  left: 1em;
  z-index: 3;
  width: 2em;
  height: 2em;
  margin: 0;
  padding: 0;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#header-hamburger label .burger::before,
#header-hamburger label .burger .bar, #header-hamburger label .burger::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 13%;
  background: #4d4d4d;
  content: '';
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#header-hamburger label .burger .bar {
  top: 44%;
}
#header-hamburger label .burger::before {
  top: 0;
  transform-origin: top left;
}
#header-hamburger label .burger::after {
  bottom: 0;
  transform-origin: bottom left;
}
#header-hamburger input:focus + label .burger,
#header-hamburger label:hover .burger {
  opacity: .75;
}
#header-hamburger #menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  transform: translate3d(0, 0, 0);
  /* material acceleration */
  transform: translateX(-100%);
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 540px;
}
#header-hamburger #menu::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 25em;
  background: #000;
  content: '';
  transform: skewX(15deg) translateX(-100%);
  transform-origin: bottom left;
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 46em) {
  #header-hamburger #menu::before {
    width: 46em;
  }
}
#header-hamburger #menu a {
  margin: .5em 0;
  padding: 0.2em 2em;
  color: white;
  font-size: 1.5em;
  text-decoration: none;
}
#header-hamburger #menu a:hover, #header-hamburger #menu a:focus {
  opacity: 0.8;
}
#header-hamburger #menu ul {
  width: 100%;
  font-size: 0.7em;
  padding: 0 0 0 6em;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#header-hamburger #menu ul li a {
  padding: 5px 10px;
}
#header-hamburger [id="navcheck"]:checked + label::before {
  opacity: 1;
  pointer-events: auto;
}
#header-hamburger [id="navcheck"]:checked + label .burger::before, #header-hamburger [id="navcheck"]:checked + label .burger::after {
  width: 141.42%;
}
#header-hamburger [id="navcheck"]:checked + label .burger::before {
  transform: rotate(45deg) translateY(-50%);
}
#header-hamburger [id="navcheck"]:checked + label .burger::after {
  transform: rotate(-45deg) translateY(50%);
}
#header-hamburger [id="navcheck"]:checked + label .burger .bar {
  transform: scale(0.1);
}
#header-hamburger [id="navcheck"]:checked ~ #menu {
  transform: translateX(0);
}
#header-hamburger [id="navcheck"]:checked ~ #menu::before {
  transform: skewX(15deg) translateX(0);
}
#header-hamburger [id="navcheck"]:checked ~ #menu a {
  transform: translateX(0);
}
#header-hamburger [id="navcheck"]:checked ~ main .content {
  transform: translateX(3em);
  transform-origin: left center;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  /* quite laggy :S */
}
#header-hamburger .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* フッター
---------------------------------------------------------------------------- */
footer .nav-box {
  padding: 2em 0;
  background: #f3f3f3;
}
footer .nav-box .section-in {
  position: relative;
}
footer .nav-box .section-in nav {
  display: flex;
  justify-content: left;
}
footer .nav-box .section-in nav .block {
  width: 25%;
  padding: 0 0.5em;
}
footer .nav-box .section-in nav .block dl {
  margin: 0 auto 1.5em;
}
footer .nav-box .section-in nav .block dl dt {
  font-weight: bold;
  margin: 0 auto 1em;
}
footer .nav-box .section-in nav .block dl dd {
  font-size: 0.9em;
  line-height: 1;
}
footer .nav-box .section-in nav .block dl dd ul li {
  margin: 0 auto 0.8em;
}
footer .nav-box .section-in nav .block p {
  font-weight: bold;
  margin: 0 auto 1em;
}
footer .nav-box .section-in nav .block .mark ul {
  display: flex;
  justify-content: right;
}
footer .nav-box .section-in nav .block .mark ul li {
  text-align: center;
  margin: 0 0.3em;
}
footer .nav-box .section-in nav .block .mark ul li a.privacy {
  font-size: 0.8em;
}
footer .nav-box .section-in nav .block .mark ul li a.privacy:before {
  content: "\f054";
  font-family: "FontAwesome";
  padding: 0 0.5em 0 0;
  font-size: 0.8em;
}
footer .nav-box .section-in nav .block .banner {
  margin: 0 auto 1em;
}
footer .nav-box .section-in nav .block .banner ul li {
  margin: 0 auto 0.5em;
}
footer .nav-box .section-in nav .block .banner ul li a {
  padding: 1em 1em 1em 2em;
  border: 1px solid #000;
  text-align: center;
  display: block;
}
footer .nav-box .section-in nav .block .banner ul li a:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}
footer .nav-box .section-in nav .block .banner ul li a span {
  padding: 0 0 0 1em;
}
footer .nav-box .section-in nav .block .banner ul li.blog a {
  position: relative;
}
footer .nav-box .section-in nav .block .banner ul li.blog a:after {
  position: absolute;
  overflow: hidden;
  left: 20%;
  top: 15px;
  content: url("/common_img/banner_blog_off.png");
}
footer .nav-box .section-in nav .block .banner ul li.blog a:hover:after {
  position: absolute;
  left: 20%;
  top: 15px;
  content: url("/common_img/banner_blog_on.png");
}
footer .nav-box .section-in nav .block .banner ul li.chaku a {
  position: relative;
}
footer .nav-box .section-in nav .block .banner ul li.chaku a:after {
  position: absolute;
  left: 20%;
  top: 15px;
  content: url("/common_img/banner_chaku2_off.png");
}
footer .nav-box .section-in nav .block .banner ul li.chaku a:hover:after {
  position: absolute;
  left: 20%;
  top: 15px;
  content: url("/common_img/banner_chaku2_on.png");
}
footer .nav-box .section-in nav .block .banner ul li.gosetsu a {
  position: relative;
}
footer .nav-box .section-in nav .block .banner ul li.gosetsu a:after {
  position: absolute;
  left: 20%;
  top: 19px;
  content: url("/common_img/banner_gosetsu_off.png");
}
footer .nav-box .section-in nav .block .banner ul li.gosetsu a:hover:after {
  position: absolute;
  left: 20%;
  top: 19px;
  content: url("/common_img/banner_gosetsu_on.png");
}
footer .address {
  padding: 1.5em 0;
  background: #000;
  color: #fff;
  text-align: center;
}
footer .address .logo {
  margin: 0 auto 1em;
}
footer .address dl {
  margin: 0 auto 1em;
}
footer .address dl dt {
  font-size: 1.1em;
  font-weight: bold;
}
footer .address dl dt a {
  line-height: 0;
}
footer .address dl dd {
  font-size: 0.9em;
}
footer .address .copyright {
  font-size: 0.8em;
}

/* SNSボタン
---------------------------------------------------------------------------- */
.snsarea {
  margin: 1.5em auto;
}
.snsarea ul {
  display: flex;
  list-style-type: none !important;
}
.snsarea ul li a {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-right: 5px;
  min-width: 60px;
  padding: 5px 15px;
  display: block;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
.snsarea ul li a img {
  vertical-align: middle;
}
.snsarea ul li a:hover {
  opacity: 0.8;
}
.snsarea ul li a.b-fb {
  background: #3c5a9a;
}
.snsarea ul li a.b-fb img {
  height: 18px;
}
.snsarea ul li a.b-twitter {
  background: #55aded;
}
.snsarea ul li a.b-twitter img {
  height: 15px;
}
.snsarea ul li a.b-google {
  background: #db4a39;
}
.snsarea ul li a.b-google img {
  height: 15px;
}
.snsarea ul li a.b-hatena {
  background: #008fde;
}
.snsarea ul li a.b-hatena img {
  height: 15px;
}
.snsarea ul li a.b-line {
  background: #01c300;
}
.snsarea ul li a.b-line img {
  height: 20px;
}

/* contact-inquiry 共通問合せ
---------------------------------------------------------------------------- */
.contact-inquiry {
  margin: 0 auto 3em;
  padding: 1.5em;
  border: 5px solid #ccc;
  background: rgba(255, 255, 255, 0.8);
}
.contact-inquiry h2 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
}
.contact-inquiry .block {
  display: flex;
  justify-content: center;
}
.contact-inquiry .block dl {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  margin: 0 1em;
  font-weight: bold;
}
.contact-inquiry .block dl dt {
  border: 1px solid #000;
  padding: 0.3em 1em;
  margin: 0 0.5em 0 0;
  font-size: 1.3em;
  line-height: 1;
}
.contact-inquiry .block dl dd {
  font-size: 2.2em;
  line-height: 1;
}
.contact-inquiry .block dl dd em {
  font-size: 0.4em;
  font-weight: normal;
}

/* notfound
---------------------------------------------------------------------------- */
#notfound {
  padding: 80px;
  background: transparent url("/common_img/bg_notfound.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#notfound #content .inner {
  width: 750px;
  margin: 0 auto;
  padding: 8em 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
#notfound #content .inner .logo {
  margin-bottom: 1.5em;
  font-weight: bold;
  font-size: 1.2em;
}
#notfound #content .inner .logo img {
  padding: 10px;
}
#notfound #content .inner .txt-404 {
  margin-bottom: 2.2em;
}
#notfound #content .inner .txt-404 dt {
  margin-bottom: 0;
  font-size: 4em;
  font-weight: bold;
  text-shadow: 0 0 5px #bdbdbd;
}
#notfound #content .inner .txt-404 dd {
  font-size: 1.4em;
  color: #a40000;
}
#notfound #content .inner .read {
  margin-bottom: 2.2em;
}
#notfound #content .inner .btn-home {
  text-align: center;
}
#notfound #content .inner .btn-home p {
  display: inline-block;
}
#notfound #content .inner .btn-home p a {
  display: block;
  padding: 5px 40px;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  text-align: center;
  text-decoration: none;
}
#notfound #content .inner .btn-home p a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

/* 記事エリアの共通スタイル
---------------------------------------------------------------------------- */
.entry-format {
  zoom: 1;
  margin: 0 auto;
  word-wrap: break-word;
}
.entry-format:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.entry-format p {
  margin: 0 auto 25px;
}
.entry-format em {
  font-style: italic;
  font-family: "MS P Gothic","ＭＳ Ｐゴシック";
}
.entry-format b {
  font-weight: bold;
}
.entry-format strong {
  font-weight: bold;
}
.entry-format a {
  text-decoration: underline;
}
.entry-format .alignleft {
  float: left;
  margin: 0 15px 10px 0;
}
.entry-format .alignright {
  float: right;
  margin: 0 0 10px 15px;
}
.entry-format .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-format ul {
  list-style-type: disc;
  margin: 0 0 15px 20px;
}
.entry-format ol {
  list-style-type: decimal;
  margin: 0 0 15px 20px;
}
.entry-format h1 {
  width: auto;
  font-size: 2em;
}
.entry-format h2 {
  border: none;
  font-size: 1.8em;
}
.entry-format h3 {
  font-size: 1.6em;
}
.entry-format h4 {
  font-size: 1.3em;
}
.entry-format h5 {
  font-size: 0.9em;
}
.entry-format h6 {
  font-size: 0.8em;
}
.entry-format address {
  font-style: italic;
}
.entry-format h1, .entry-format h2, .entry-format h3, .entry-format h4, .entry-format h5, .entry-format h6 {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-weight: bold;
}
.entry-format .gallery .gallery-item img {
  width: auto;
  max-width: 100% !important;
  height: auto;
}
.entry-format table, .entry-format th, .entry-format td {
  border-style: solid;
  border-color: #c2c2c2;
}
.entry-format table {
  width: 100%;
  margin: 0 0 1.5em;
  border-width: 1px 1px 0 0;
}
.entry-format th, .entry-format td {
  padding: 10px 15px;
  border-width: 0 0 1px 1px;
  text-align: left;
  vertical-align: top;
}
.entry-format th {
  background: #f3f3f3;
  font-size: 1em;
  font-weight: bold;
}
.entry-format td {
  font-size: 1em;
}
.entry-format hr {
  zoom: 1;
}
.entry-format hr:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.entry-format .wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
  padding: 5px 0 0;
  background-color: #f3f3f3;
  border: 1px solid #dddddd;
  text-align: center;
}
.entry-format .wp-caption .wp-caption-text {
  margin-bottom: 0;
  padding: 5px 0;
  color: #333;
}

#topcontrol {
  z-index: 2;
}

p.loader {
  margin: -50px auto 0;
  padding: 15px 0;
  text-align: center;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  /* -------------------------------------------- */
  /* globalnav */
  /* -------------------------------------------- */
  #globalnav {
    display: none;
  }

  /* -------------------------------------------- */
  /* 基本スタイル */
  /* -------------------------------------------- */
  .section-in {
    width: 95%;
  }

  .topicpath {
    width: 95%;
    font-size: 0.8em;
  }

  /* -------------------------------------------- */
  /* sp only */
  /* -------------------------------------------- */
  .sp {
    display: block;
  }

  /* -------------------------------------------- */
  /* 共通タイトル */
  /* -------------------------------------------- */
  #title .title-in .section-in {
    width: 95%;
    margin: 0 auto;
  }
  #title .title-in .section-in h1 {
    font-size: 3em;
    bottom: -3px;
  }
  #title .title-in .section-in h1:before {
    height: 40px;
  }
  #title .j-title {
    font-size: 1.4em;
    font-weight: bold;
    width: 95%;
  }

  h2.s-title {
    font-size: 1.6em;
  }
  h2.s-title:before {
    content: "";
    width: 1px;
    border-left: 1px solid #777;
    bottom: 0;
    text-align: center;
    position: absolute;
    left: 50%;
  }
  h2.s-title span {
    font-size: 0.7em;
  }

  /* ページ内リンク*/
  .inpage-link li {
    font-size: 1.2em;
    margin: 0 1%;
    width: 48%;
  }

  /* -------------------------------------------- */
  /* header */
  /* -------------------------------------------- */
  header {
    height: 55px;
  }
  header #globalnav {
    display: none;
  }
  header .logoarea {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 9999;
  }
  header .logoarea .logo img {
    width: 100%;
    max-width: 40px;
  }

  /* ハンバーガーメニュー */
  #header-hamburger {
    position: absolute;
    top: 0.5em;
    left: 4em;
  }
  #header-hamburger #menu {
    width: 60%;
  }
  #header-hamburger #menu a {
    font-size: 1.2em;
  }
  #header-hamburger #menu ul {
    font-size: 0.8em;
    padding: 0 0 0 4em;
  }
  #header-hamburger .hamburger_logo img {
    max-width: 140px;
    width: 80%;
  }

  /* -------------------------------------------- */
  /* footer */
  /* -------------------------------------------- */
  footer .nav-box {
    padding: 1em 0;
  }
  footer .nav-box .section-in nav {
    display: block;
  }
  footer .nav-box .section-in nav .pc-block {
    display: none;
  }
  footer .nav-box .section-in nav .sp {
    margin: 0 auto 1.5em;
  }
  footer .nav-box .section-in nav .sp ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0.9em;
  }
  footer .nav-box .section-in nav .sp ul li {
    padding: 0 1em;
    margin: 0 0 3px -1px;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
  footer .nav-box .section-in nav .sp ul li:first-child {
    border-left: 1px solid #000;
  }
  footer .nav-box .section-in nav .sp-block {
    width: 100%;
  }
  footer .nav-box .section-in nav .sp-block .mark {
    text-align: center;
  }
  footer .nav-box .section-in nav .sp-block .mark ul {
    justify-content: center;
  }
  footer .nav-box .section-in nav .sp-block .mark ul li {
    margin: 0;
  }
  footer .nav-box .section-in nav .sp-block .mark ul li img {
    width: 80%;
  }
  footer .nav-box .section-in nav .sp-block .banner ul {
    display: flex;
    justify-content: center;
  }
  footer .nav-box .section-in nav .sp-block .banner ul li {
    width: 48%;
  }
  footer .address .section-in {
    width: 95%;
    margin: 0 auto;
  }
  footer .address .section-in .logo {
    margin: 0 auto 0.5em;
  }
  footer .address .section-in dl dt {
    font-size: 1em;
  }
  footer .address .section-in dl dd .telno {
    color: #fff;
  }

  /* -------------------------------------------- */
  /* contact-inquiry */
  /* -------------------------------------------- */
  .contact-inquiry {
    padding: 1em;
    border: 5px solid #ccc;
    width: 95%;
  }
  .contact-inquiry h2 {
    font-size: 1.2em;
    margin-bottom: 1em;
  }
  .contact-inquiry .block dl {
    display: flex;
    justify-content: left;
    margin: 0 0 0.5em;
    font-weight: bold;
  }
  .contact-inquiry .block dl dt {
    padding: 0.3em 0.5em;
    margin: 0 0.5em 0 0;
    font-size: 1.0em;
  }
  .contact-inquiry .block dl dd {
    font-size: 1.8em;
  }
  .contact-inquiry .block dl dd em {
    font-size: 0.5em;
    font-weight: normal;
  }

  /* -------------------------------------------- */
  /* slicknav */
  /* -------------------------------------------- */
  .slicknav_menu {
    display: block;
    top: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    z-index: 9998;
  }
  .slicknav_menu .slicknav_nav {
    margin: -5px 0 0;
  }
  .slicknav_menu .slicknav_nav a {
    margin: 0;
    padding: 10px;
    width: 100%;
    background: #005bac;
    color: #fff;
    text-decoration: none;
  }

  .entry-format table {
    width: 100% !important;
  }
  .entry-format th, .entry-format td {
    display: table-cell;
  }

  /* -------------------------------------------- */
  /* notfound */
  /* -------------------------------------------- */
  #notfound {
    padding: 12em 0;
    height: 100% !important;
  }
  #notfound #content .inner {
    width: 95%;
    padding: 5em 2em;
  }
  #notfound #content .inner .logo img {
    width: 45%;
    max-width: 349px;
  }
  #notfound #content .inner .txt-404 dt {
    font-size: 3em;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  /* -------------------------------------------- */
  /* 共通タイトル */
  /* -------------------------------------------- */
  #title .title-in .section-in h1 {
    font-size: 2.6em;
  }
  #title .title-in .section-in h1:before {
    top: 18px;
    height: 35px;
  }
  #title .j-title {
    font-size: 1.2em;
  }

  /* -------------------------------------------- */
  /* contact-inquiry */
  /* -------------------------------------------- */
  .contact-inquiry .block {
    display: block;
  }
  .contact-inquiry .block dl {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
  .contact-inquiry .block dl dt {
    margin-bottom: 0.5em;
  }
  .contact-inquiry .block dl dd em {
    display: block;
  }

  .inpage-link li {
    width: 100%;
    margin: 0 0 1em;
  }

  /* -------------------------------------------- */
  /* header */
  /* -------------------------------------------- */
  /* ハンバーガーメニュー */
  #header-hamburger #menu {
    width: 100%;
  }
  #header-hamburger #menu::before {
    width: 60em;
  }
  #header-hamburger #menu a {
    font-size: 1.2em;
  }
  #header-hamburger #menu ul {
    font-size: 0.8em;
    padding: 0 0 0 4em;
  }
  #header-hamburger .hamburger_logo img {
    max-width: 140px;
    width: 80%;
  }

  /* -------------------------------------------- */
  /* footer */
  /* -------------------------------------------- */
  footer .address .section-in dl {
    margin: 0 auto 0.5em;
  }
  footer .address .section-in dl dd em {
    display: block;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  #topcontrol {
    display: none;
  }

  /* -------------------------------------------- */
  /* 共通タイトル */
  /* -------------------------------------------- */
  #title .title-in .section-in h1 {
    font-size: 2em;
    border: -2px;
  }
  #title .title-in .section-in h1:before {
    top: 12px;
    height: 25px;
  }
  #title .j-title {
    font-size: 1.2em;
  }

  /* -------------------------------------------- */
  /* back-list */
  /* -------------------------------------------- */
  .back-list {
    margin: 0 0 2em 1em;
  }

  /* SNSボタン
  ---------------------------------------------------------------------------- */
  .snsarea {
    margin: 1.5em auto;
  }
  .snsarea ul li a {
    min-width: 50px;
  }

  /* -------------------------------------------- */
  /* header */
  /* -------------------------------------------- */
  /* ハンバーガーメニュー */
  #header-hamburger #menu {
    padding: 2em 0 0 0;
  }
  #header-hamburger #menu ul {
    margin-bottom: 5px;
  }
  #header-hamburger #menu a {
    margin: 5px 0;
    padding: 0 2em;
    font-size: 1.1em;
  }

  /* -------------------------------------------- */
  /* footer */
  /* -------------------------------------------- */
  footer .nav-box .section-in nav .sp ul li:last-child {
    border-left: 1px solid #000;
  }
  footer .nav-box .section-in nav .sp-block {
    padding: 0;
  }
  footer .nav-box .section-in nav .sp-block .mark ul li img {
    width: 65%;
  }
  footer .nav-box .section-in nav .sp-block .banner ul {
    display: block;
  }
  footer .nav-box .section-in nav .sp-block .banner ul li {
    font-size: 0.9em;
  }
  footer .nav-box .section-in nav .sp-block .banner ul li a {
    padding: 0.5em 0.5em 0.5em 1em;
  }
  footer .nav-box .section-in nav .sp-block .banner ul li.blog a:after {
    left: 6%;
    top: 8px;
  }
  footer .nav-box .section-in nav .sp-block .banner ul li.blog a:hover:after {
    left: 6%;
    top: 8px;
  }
  footer .nav-box .section-in nav .sp-block .banner ul li.chaku a:after {
    left: 5%;
    top: 8px;
  }
  footer .nav-box .section-in nav .sp-block .banner ul li.chaku a:hover:after {
    left: 5%;
    top: 8px;
  }
  footer .nav-box .section-in nav .sp-block .banner ul li.gosetsu a:after {
    left: 6%;
    top: 10px;
  }
  footer .nav-box .section-in nav .sp-block .banner ul li.gosetsu a:hover:after {
    left: 6%;
    top: 10px;
  }

  /* -------------------------------------------- */
  /* notfound */
  /* -------------------------------------------- */
  #notfound {
    padding: 3em 0 5em;
    height: 100% !important;
  }
  #notfound #content .inner {
    width: 95%;
    padding: 2em;
  }
  #notfound #content .inner .logo {
    margin-bottom: 1em;
  }
  #notfound #content .inner .logo img {
    width: 60%;
    max-width: 349px;
  }
  #notfound #content .inner .txt-404 dt {
    font-size: 2em;
  }
  #notfound #content .inner .txt-404 dd {
    font-size: 1.1em;
  }
}
