<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: 大貴
Theme URI: www.sunloftweb.jp
Description: 2017年版の WordPress テーマ「コーポレート」は、企業サイト制作により最適なレスポンシブテーマです。カスタム投稿、ヘッダの余計なタグを無効化、カスタムメニュー利用可能、パンくずリスト自動生成、「続きを読む」リンクの#を無効化、トップページ新着情報のNEWマーク表示（デフォルト7日間）、トップページでのRSS取得（複数ブログ可能）、投稿カテゴリ毎の月別表示（プラグイン使用）、コメント非表示、固定ページのコーナータイトルを自動表示、固定ページのサイドメニューを自動表示（階層無制限）、管理者以外にワードプレスアップデートのお知らせ非表示、管理画面の「ダッシュボード」「投稿」「ページ」の不要なコンテンツを非表示、ビジュアルエディタの最適化に対応しています。
Author: 株式会社サンロフト
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/
/* ============================
   Global Elements
/* ============================ */
body,
input,
textarea,
#content,
#content input {
  font-size: max(16px, 0.8vw);
  font-style: normal;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Poppins", sans-serif;
  font-weight: 400;
}

body, html {
  height: 100%;
}

hr {
  clear: both;
  height: 1px;
  margin-bottom: 1.5em;
  border: 0;
  background-color: #e7e7e7;
}

/* youtube埋め込み */
.wp-block-embed-youtube {
  margin-top: 3em;
  margin-bottom: 3em;
}

/* reCAPTCHA非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

@media print, screen and (min-width: 1081px) {
  .wp-block-file__embed {
    display: block !important;
    visibility: visible !important;
    hidden: none;
  }
}

/* lightbox */
.wp-block-image-lightbox {
  background-color: rgba(0, 0, 0, 0.9); /* 背景色の調整 */
}

.wp-block-image-lightbox img {
  max-height: 90vh; /* 最大高さの調整 */
  margin: auto;
}

.wp-block-image-lightbox-close {
  color: #fff;
  background-color: transparent;
}

/*windows用*/
@font-face {
  font-family: YuGothicM;
  font-weight: 500;
  src: local(Yu Gothic Medium), local(Yu Gothic);
}
/*android用*/
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 400;
  font-style: normal;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
/*fontawesomeアイコン*/
.fa {
  font-family: Font Awesome\ 5 Free, FontAwesome;
  font-weight: bold;
}

/* Text elements
--------------------------------------------- */
p {
  margin: 0 0 1em 0;
}

ul {
  margin: 0 0 1em 1.5em;
  list-style: square;
}

ol {
  margin: 0 0 1em 1.5em;
  list-style: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.5em 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1em;
}

strong {
  font-weight: bold;
}

cite,
em,
i {
  font-style: italic;
}

big {
  font-size: 131.25%;
}

ins {
  text-decoration: none;
  background: #ffc;
}

blockquote {
  font-style: italic;
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 1em !important;
  margin: 1em 0 !important;
}
blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}

pre {
  line-height: 1.2;
  margin-bottom: 1em;
  padding: 1.5em;
  color: #222;
  background: #f7f7f7;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #666;
}

sup,
sub {
  line-height: 1;
  position: relative;
  height: 0;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

a:link {
  color: #010101;
}
a:visited {
  color: #010101;
}
a:active, a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

a,
a:hover,
a:focus,
content,
input[type=submit],
img,
p {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* Images
----------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-top: 4px;
  margin-right: 1em;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-top: 4px;
  margin-left: 1em;
}

.aligncenter,
img.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.5em;
}

/* キャプション機能用
----------------------------- */
.wp-caption {
  line-height: 1;
  max-width: 632px !important;
  margin-bottom: 1em;
  padding: 4px;
  text-align: center;
  background: #f1f1f1;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
  font-size: 0.7em;
  margin: 5px;
  color: #888;
}
@media screen and (max-width: 768px) {
  .wp-caption {
    max-width: 100% !important;
  }
}

/* ギャラリー機能用
----------------------------- */
.gallery {
  margin: auto;
}
.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
}
.gallery img {
  border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
  margin-left: 0;
}

/* カラム毎のサイズ
----------------------------- */
.gallery-columns-1 .gallery-item {
  width: 25%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16%;
}

.gallery-columns-7 .gallery-item {
  width: 14%;
}

.gallery-columns-8 .gallery-item {
  width: 12%;
}

.gallery-columns-9 .gallery-item {
  width: 11%;
}

.entry-content dl.gallery-item {
  margin: 0;
}

.gallery-item a,
.gallery-caption {
  width: 90%;
}

.gallery-item a {
  display: block;
}

.gallery-caption a {
  display: inline;
}

.gallery-columns-1 .gallery-item a {
  width: auto;
  max-width: 100%;
}

.gallery .gallery-icon img {
  max-width: 90%;
  height: auto;
  padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}

/* ============================
   Original CSS Library
/* ============================ */
/* フォント
----------------------------- */
.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.font-small {
  font-size: 0.8em !important;
}

.font-small2 {
  font-size: 0.7em !important;
}

/* 画像
----------------------------- */
img.f_left {
  margin: 0 20px 20px 0;
}

img.f_right {
  margin: 0 0 20px 20px;
}

img.border {
  padding: 3px;
  border: 1px solid #e8e8e8;
  background: #fff;
}

/* 配置
----------------------------- */
.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

.width_auto {
  width: auto !important;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.hidden {
  display: none;
}

.overflow {
  overflow: hidden !important;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.f_none {
  float: none !important;
}

.clear {
  clear: both;
}

.clear_none {
  clear: none;
}

.clear_left {
  clear: left;
}

.clear_right {
  clear: right;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.nowrap {
  white-space: nowrap;
}

.width50 {
  width: 50% !important;
}

.width100 {
  width: 100% !important;
}

/* 余白
----------------------------- */
.m_auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m_top0 {
  margin-top: 0 !important;
}

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

.m_bottom0 {
  margin-bottom: 0 !important;
}

.m_left0 {
  margin-left: 0 !important;
}

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

.m_right10 {
  margin-right: 10px !important;
}

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

.m_left10 {
  margin-left: 10px !important;
}

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

.m_right15 {
  margin-right: 15px !important;
}

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

.m_left15 {
  margin-left: 15px !important;
}

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

.m_right20 {
  margin-right: 20px !important;
}

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

.m_left20 {
  margin-left: 20px !important;
}

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

.m_right30 {
  margin-right: 30px !important;
}

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

.m_left30 {
  margin-left: 30px !important;
}

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

.m_right40 {
  margin-right: 40px !important;
}

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

.m_left40 {
  margin-left: 40px !important;
}

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

.m_right50 {
  margin-right: 50px !important;
}

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

.m_left50 {
  margin-left: 50px !important;
}

.m_top100 {
  margin-top: 100px !important;
}

.m_right100 {
  margin-right: 100px !important;
}

.m_bottom100 {
  margin-bottom: 100px !important;
}

.m_left100 {
  margin-left: 100px !important;
}

.p_top0 {
  padding-top: 0 !important;
}

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

.p_bottom0 {
  padding-bottom: 0 !important;
}

.p_left0 {
  padding-left: 0 !important;
}

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

.p_right10 {
  padding-right: 10px !important;
}

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

.p_left10 {
  padding-left: 10px !important;
}

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

.p_right20 {
  padding-right: 20px !important;
}

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

.p_left20 {
  padding-left: 20px !important;
}

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

.p_right30 {
  padding-right: 30px !important;
}

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

.p_left30 {
  padding-left: 30px !important;
}

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

.p_right40 {
  padding-right: 40px !important;
}

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

.p_left40 {
  padding-left: 40px !important;
}

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

.p_right50 {
  padding-right: 50px !important;
}

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

.p_left50 {
  padding-left: 50px !important;
}

/* ボタン
----------------------------- */
a.more {
  text-decoration: none;
}
a.more:after {
  font-family: "FontAwesome";
  content: "\f138";
  margin-left: 10px;
  font-size: 1em;
  font-weight: bold;
  color: #f98f29;
  clear: both;
}
a.more:hover {
  text-decoration: underline;
}
a.btn_style1 {
  display: block;
  position: relative;
  padding: 18px 60px;
  border: solid 2px #000;
  color: #000;
  text-decoration: none;
  text-align: center;
}
a.btn_style1:after {
  position: absolute;
  display: block;
  content: " ";
  top: 50%;
  right: 0;
  width: 45px;
  border-bottom: solid 2px #000;
  clear: both;
}
a.btn_style1:hover {
  background: #000;
  color: #fff;
}
a.btn_style1:hover:after {
  right: -2px;
  width: 47px;
  border-bottom: solid 2px #fff;
}

/* ソーシャルプラグイン
----------------------------- */
.entry-social {
  clear: both;
  overflow: hidden;
  height: auto;
  text-align: left;
}
.entry-social iframe {
  border: 0 !important;
}
.entry-social .twitter {
  float: left;
  margin-right: 10px;
}
.entry-social .facebook {
  float: left;
  margin-right: 10px;
}
.entry-social .googleplus {
  float: left;
}

.single .entry-social {
  clear: both;
  overflow: hidden;
  margin: 20px;
  padding: 10px 10px 10px 10px;
  border-radius: 3px;
  background: #f2f2f2;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
}

/* ============================
   CTitle
/* ============================ */
#CTitle {
  width: 100%;
  margin-bottom: 90px;
  padding: 100px 0 25px 0;
  background: url(images/bg_ct.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}
#CTitle h1 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 3em;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#CTitle h1 span {
  display: block;
  padding-bottom: 0.5em;
  font-size: 60px;
  color: #4D5E5C;
}
#CTitle h1:after {
  content: "";
  position: absolute;
  bottom: -80px;
  display: inline-block;
  width: 2px;
  height: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #F10000;
}

/* ============================
   pankuzu
/* ============================ */
#pankuzu {
  font-size: 0.8em;
  line-height: 1.25;
  width: 80%;
  min-width: 1200px;
  margin: 90px auto 0 auto;
  padding: 1em 20px;
}

/* ============================
   content
/* ============================ */
#content {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.home #content {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
#content:after {
  display: block;
  clear: both;
  content: "";
}
#content input {
  padding: 5px;
}
#content code {
  font-size: 0.8em;
}
#content iframe {
  border: 1px solid #e5e5e5;
}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
  margin-bottom: 1.5em;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
  margin-bottom: 0;
}

#content ul,
#content ol {
  margin-left: 2.5em;
}

#content pre,
#content kbd,
#content tt,
#content var {
  font-size: 1em;
  line-height: 1.2em;
}

#main {
  display: block;
  clear: both;
  background: #fff;
}

/* コンテンツページ
----------------------------- */
.entry-meta {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: right;
  color: #888;
}

.entry-meta abbr,
.entry-utility abbr {
  border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
  border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary {
  clear: both;
  /*overflow: auto;*/
  padding: 0;
}

#content .entry-summary p:last-child {
  margin-bottom: 12px;
}

.entry-content fieldset {
  margin: 0 0 24px 0;
  padding: 24px;
  border: 1px solid #e7e7e7;
}

.entry-content fieldset legend {
  font-weight: bold;
  padding: 0 24px;
  color: #000;
  background: #fff;
}

.entry-content input {
  margin: 0 0 24px 0;
}

.entry-content input.file,
.entry-content input.button {
  margin-right: 24px;
}

.entry-content select {
  margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
  font-size: 10px;
}

.entry-content blockquote.left {
  float: left;
  width: 33%;
  margin-right: 24px;
  margin-left: 0;
  text-align: right;
}

.entry-content blockquote.right {
  float: right;
  width: 33%;
  margin-right: 0;
  margin-left: 24px;
  text-align: left;
}

/* ページネーション　タイプ：[1/5][1][2][3][4][5][&gt;] */
.wp-pagenavi {
  margin: 1em 0;
  padding: 1em 0;
  text-align: center;
}
.wp-pagenavi .pages {
  color: #fff;
  border: 1px solid #666;
  background: #666;
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 6px 10px;
  color: #666;
  border-radius: 3px;
  background: #f2f2f2;
}
.wp-pagenavi a:hover {
  border: 1px solid #666;
  background: #ccc;
}
.wp-pagenavi span.current {
  color: #fff;
  border: 1px solid #666;
  background: #666;
}

/* ページネーション　タイプ：[&lt;前へ] [次へ&gt;] */
#nav-below {
  position: relative;
  overflow: hidden;
  margin: 0 10px 10px 10px;
  padding: 7px 0;
}
#nav-below .nav-previous {
  float: left;
  width: 50%;
}
#nav-below .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
#nav-below .nav-previous a,
#nav-below .nav-next a {
  padding: 6px 10px;
  text-decoration: none;
  color: #666;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background: #f2f2f2;
}
#nav-below .nav-previous a:hover,
#nav-below .nav-next a:hover {
  color: #fff;
  border: 1px solid #666;
  background: #666;
}
#nav-below .nav-list {
  width: 100px;
  margin: 0 auto;
}

.edit-link {
  display: block;
  clear: both;
  padding-top: 15px;
}

#entry-author-info {
  font-size: 14px;
  line-height: 20px;
  clear: both;
  overflow: hidden;
  margin: 24px 0;
  padding: 1em 20px;
  border-top: 4px solid #000;
  background: #f2f7fc;
}
#entry-author-info #author-avatar {
  float: left;
  height: 60px;
  margin: 0 -104px 0 0;
  padding: 11px;
  border: 1px solid #e7e7e7;
  background: #fff;
}
#entry-author-info #author-description {
  float: left;
  margin: 0 0 0 104px;
}
#entry-author-info h2 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0;
  color: #000;
}

.entry-utility {
  font-size: 0.8em;
  line-height: 1.5;
  clear: both;
  color: #888;
}

.entry-meta a,
.entry-utility a {
  color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
  color: #ff4b33;
}

.video-player {
  padding: 0;
}

/*子ページ間のリンク*/
ul#page_link {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#page_link li {
  width: 48%;
  text-align: center;
}
ul#page_link li.prev_link {
  float: left;
}
ul#page_link li.next_link {
  float: right;
}
ul#page_link li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  background: #d7d7d6;
}
ul#page_link li a:hover {
  text-decoration: underline;
}

/* 共用
----------------------------- */
.midashi {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 550px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.midashi:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .midashi {
    height: 300px;
    background-size: auto 300px;
  }
}

.docarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6em;
}
.docarea .img {
  width: 50%;
  margin-top: 2em;
}
.docarea .img img {
  width: 100%;
  height: auto;
}
.docarea .txt {
  width: 45%;
}
.docarea .txt .t {
  margin-bottom: 2em;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .docarea {
    display: block;
    margin-bottom: 6em;
  }
  .docarea .img {
    width: 100%;
  }
  .docarea .txt {
    width: 100%;
  }
}

.docarea.img-right .txt,
.docarea.img-left .img {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}

.docarea.img-left .txt,
.docarea.img-right .img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}

.docarea-s {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.gmaparea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.gmaparea .inner {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.gmaparea .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.colarea {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2em auto;
}

.col2box {
  width: 48%;
}

.contentsbox {
  position: relative;
  width: 55%;
  margin-top: 240px;
  padding: 4em;
  background: rgb(255, 255, 255);
  border-radius: 60px 60px 0 0;
  line-height: 1.8em;
}
@media print, screen and (max-width: 1080px) {
  .contentsbox {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .contentsbox {
    width: 100%;
    padding: 2em;
    border-radius: 30px 30px 0 0;
  }
}

.contentsbox_wide {
  position: relative;
  width: 100%;
  margin-top: 300px;
  padding: 4em;
  background: rgb(255, 255, 255);
  border-radius: 60px 60px 0 0;
  line-height: 1.8em;
}
@media print, screen and (max-width: 1080px) {
  .contentsbox_wide {
    padding: 3em;
  }
}
@media screen and (max-width: 768px) {
  .contentsbox_wide {
    margin-top: 240px;
    padding: 2em;
    border-radius: 30px 30px 0 0;
  }
}

.box-right .contentsbox,
.box-right .contentsbox_wide {
  float: right;
}

.box-left .contentsbox,
.box-left .contentsbox_wide {
  float: left;
}

.contentsbox strong,
.contentsbox_wide strong {
  display: block;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.6em;
}
@media print, screen and (max-width: 1080px) {
  .contentsbox strong,
  .contentsbox_wide strong {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 768px) {
  .contentsbox strong,
  .contentsbox_wide strong {
    font-size: 1.4em;
  }
}

.contentsbox .sub-midashi,
.contentsbox_wide .sub-midashi {
  font-size: 1.25em;
  font-weight: bold;
}

/* ============================
   ページトップ
/* ============================ */
.pagetop {
  position: fixed;
  z-index: 9000;
  right: 0;
  bottom: 0;
}
.pagetop a {
  font-size: 10px;
  display: block;
  margin: 0 0 0 auto;
  padding: 5px;
  text-decoration: none;
  color: #fff;
  background: #7d7d7d;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
}
.pagetop a:hover {
  opacity: 1;
  color: #fff;
  background: #000;
  filter: alpha(opacity=100);
}

/* ============================
   Mobile Safari ( iPad, iPhone and iPod Touch )
/* ============================ */
pre {
  -webkit-text-size-adjust: 140%;
}

code {
  -webkit-text-size-adjust: 160%;
}

#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
  -webkit-text-size-adjust: 120%;
}

/* ============================
   Print Style
/* ============================ */
@media print {
  body {
    background: none !important;
  }
  #wrapper {
    position: relative !important;
    display: block !important;
    float: none !important;
    clear: both !important;
  }
  #header {
    padding-bottom: 18pt;
    border-bottom: 2pt solid #000;
  }
  #colophon {
    border-top: 2pt solid #000;
  }
  #site-title,
  #site-description {
    line-height: 1.4em;
    float: none;
    margin: 0;
    padding: 0;
  }
  #site-title {
    font-size: 13pt;
  }
  .entry-content {
    font-size: 14pt;
    line-height: 1.6em;
  }
  .entry-title {
    font-size: 21pt;
  }
  #access,
  #branding img,
  #respond,
  .comment-edit-link,
  .edit-link,
  .navigation,
  .page-link,
  .widget-area {
    display: none !important;
  }
  #container,
  #header {
    width: 100%;
    margin: 0;
  }
  #content,
  .one-column #content {
    width: 100%;
    margin: 24pt 0 0;
  }
  .wp-caption p {
    font-size: 11pt;
  }
  #site-generator {
    float: none;
    width: auto;
  }
  #colophon {
    width: auto;
  }
  img#wpstats {
    display: none;
  }
  #site-generator a {
    margin: 0;
    padding: 0;
  }
  #entry-author-info {
    border: 1px solid #e7e7e7;
  }
  #main {
    display: inline;
  }
  .home .sticky {
    border: none;
  }
}
/* ============================
   レスポンシブ
/* ============================ */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
tbody {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*箱*/
html {
  overflow: auto;
}

.clearfix {
  zoom: 1;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.width100 {
  width: 100%;
  padding: 0;
}

/*画像*/
img,
canvas,
iframe,
video,
svg {
  max-width: 100%;
  height: auto;
}

.width100 img {
  width: 100%;
  padding: 0;
}

/*テキスト*/
p {
  line-height: 1.75;
  margin: 0 0 0.5em 0;
}

/*テーブルをPCと同じ表示にする場合、「table_scrollbox」クラスをつけたdivで囲む*/
.table_scrollbox {
  overflow-x: auto;
  margin-bottom: 24px;
}
#content .table_scrollbox table {
  width: 96%;
  margin-bottom: 10px !important;
}
#content .table_scrollbox table tbody {
  display: block;
  width: auto !important;
  white-space: nowrap;
}
#content .table_scrollbox table tr th,
#content .table_scrollbox table tr td {
  display: table-cell;
}
.table_scrollbox::-webkit-scrollbar {
  height: 5px;
}
.table_scrollbox::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.table_scrollbox::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

/*文字サイズ指定*/
html {
  font-size: 75%;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 87.5%;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 100%;
  }
}
/*ボタンiOS装飾削除*/
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/*　----------　PC用　----------　*/
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
  /*レイアウト*/
  #main {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
  #content,
  #sidebox {
    float: none;
    margin: 0 auto;
  }
  #sidebox {
    margin-right: 20px;
  }
  .single .entry-social {
    height: auto;
  }
}
/*　----------　タブレット用　----------　*/
@media (max-width: 768px) {
  .pc,
  div.pagetop,
  #pankuzu {
    display: none !important;
  }
  .sp_left p {
    display: inline-block;
    text-align: left;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  /*メイン*/
  #pankuzu {
    padding: 0 1em;
  }
  #main {
    display: block;
    padding: 2em 0 1em 0;
  }
  /*CTitle*/
  #CTitle {
    margin-bottom: 60px;
    padding: 80px 0 25px 0;
  }
  #CTitle h1 {
    font-size: 14px;
    line-height: 2.25em;
  }
  #CTitle h1 span {
    font-size: 30px;
  }
  #CTitle h1:after {
    bottom: -60px;
    height: 60px;
  }
  /*アーカイブ*/
  #news ul li {
    padding: 0 10px;
  }
  .entry-list {
    padding-bottom: 0;
  }
  .contentsbox .name img,
  .contentsbox_wide .name img {
    display: inline;
    margin: 0;
  }
  .contentsbox .name img,
  .contentsbox_wide .name img {
    width: 120px;
    height: auto;
  }
}
/*　----------　スマホ用　----------　*/
@media (max-width: 640px) {
  /*お知らせ一覧*/
  span.title {
    line-height: 1.25em;
    display: inline-block;
    margin: 5px 0 10px 0;
  }
  /*見出し*/
  #content h1,
  #content h2,
  #content h3,
  #content h4,
  #content h5,
  #content h6 {
    font-size: 1.2em;
  }
  .pagetitle h1.entry-title {
    font-size: 1.25em;
    margin: 0;
    padding: 1.5em 0;
  }
  /*画像*/
  img.alignleft, img.alignright, img.aligncenter {
    width: 100%;
    padding: 0 10px;
  }
  /*テーブルを2段にする*/
  #content table,
  #content table tbody,
  #content table tr,
  #content table tr th,
  #content table tr td {
    display: block;
    overflow: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  /*テーブルをPCと同じ表示にする場合、「table_scrollbox」クラスをつけたdivで囲む*/
  #content .table_scrollbox {
    overflow: scroll;
  }
  #content .table_scrollbox table,
  #content .table_scrollbox table tbody,
  #content .table_scrollbox table tr,
  #content .table_scrollbox table tr th,
  #content .table_scrollbox table tr td {
    width: auto;
  }
  #content .table_scrollbox table {
    display: table;
  }
  #content .table_scrollbox table tbody {
    display: table-row-group;
  }
  #content .table_scrollbox table tr {
    display: table-row;
  }
  #content .table_scrollbox table th {
    display: table-cell;
  }
  #content .table_scrollbox table td {
    display: table-cell;
  }
  img.ajax-loader {
    display: inline;
    width: auto;
  }
  #content table tr:nth-child(even) {
    background: inherit;
  }
  /*アーカイブ*/
  #news ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #accessmap {
    padding-bottom: 40%;
  }
}</pre></body></html>