@charset "utf-8";

/*
Theme Name: Kofu City Rotary
Theme URI: 
Author: Brilliant
Author URI: http://www.bril.co.jp/
Description: This is theme for the Kofu city rotary club.
Version: 1.0.0
License: 
License URI: 
Text Domain: kofu-city-rotary
Tags:
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: fixed url('images/mt-fuji.jpg') center center no-repeat;
  background-size: cover;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# ヘッダー
--------------------------------------------------------------*/
/* ヘッダー */
.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 150px;
}
/* サイトメイン情報部分 */
.header__site-info {
  width: 100%;
  height: 100px;
  padding: 10px;
  text-align: center;
  font-size: 0;
  background: rgba(255, 255, 255, 0);
  filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffffff', EndColorStr='#ffffff');
}
/* ナビゲーション部分 */
.header__nav {
  position: absolute;
  top: 100px;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-top: 5px solid #FEA600;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  font-size: 0;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3')";
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(top, #ffffff, #e3e3e3);
}
/* サイトロゴの外枠 */
.logo-outer {
  display: inline-block;
  width: 45%;
  height: 100%;
  margin: 0 1%;
  vertical-align: top;
}
/* サイトロゴ */
.site-logo {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.site-logo:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
/* ロゴ画像 */
.site-logo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
/* 連絡先の外枠 */
.contact-info-outer {
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0 1%;
  vertical-align: top;
}
/* 連絡先 */
.contact-info {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* 連絡先画像 */
.contact-info img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
/* お問い合わせの外枠 */
.contact-us-outer {
  display: inline-block;
  width: 15%;
  height: 100%;
  margin: 0 1%;
  vertical-align: top;
}
/* お問い合わせ */
.contact-us {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* お問い合わせ画像 */
.contact-us img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.contact-us__img--hover {
  visibility: hidden;
}
/* お問い合わせ(マウスオーバー) */
.contact-us:hover .contact-us__img--normal {
  visibility: hidden;
}
.contact-us:hover .contact-us__img--hover {
  visibility: visible;
}
@media screen and (max-width: 782px) {
  .logo-outer {
    margin: 0;
    width: 100%;
  }
  .contact-info-outer,
  .contact-us-outer {
    display: none;
  }
}
/*--------------------------------------------------------------
# 横並びメニュー
--------------------------------------------------------------*/
.menu--home {
  display: inline-block;
  height: 45px;
  line-height: 45px;
}
.menu--home > a {
  color: #404040;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 0 30px;
  text-decoration: none;
}
.menu--home > a:hover {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#52b6f9', endColorstr = '#3498db');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#52b6f9', endColorstr = '#3498db')";
  background-image: -moz-linear-gradient(top, #52b6f9, #3498db);
  background-image: -ms-linear-gradient(top, #52b6f9, #3498db);
  background-image: -o-linear-gradient(top, #52b6f9, #3498db);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#52b6f9), to(#3498db));
  background-image: -webkit-linear-gradient(top, #52b6f9, #3498db);
  background-image: linear-gradient(top, #52b6f9, #3498db);
}
.menu--horizontal {
  list-style-type: none;
  display: inline-block;
  height: 45px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3')";
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(top, #ffffff, #e3e3e3);
}
.single > li {
  position: relative;
}
.menu--horizontal > li {
  display: inline-block;
  /*
  width: 150px;
  */
  height: 45px;
  line-height: 45px;
  /*
  border-left: 1px solid #404040;
  */
  font-size: 16px;
  font-weight: bold;
}
.menu--horizontal > li:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#52b6f9', endColorstr = '#3498db');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#52b6f9', endColorstr = '#3498db')";
  background-image: -moz-linear-gradient(top, #52b6f9, #3498db);
  background-image: -ms-linear-gradient(top, #52b6f9, #3498db);
  background-image: -o-linear-gradient(top, #52b6f9, #3498db);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#52b6f9), to(#3498db));
  background-image: -webkit-linear-gradient(top, #52b6f9, #3498db);
  background-image: linear-gradient(top, #52b6f9, #3498db);
}
.menu--horizontal > li > a {
  display: block;
  padding: 0px 18.8px;
  text-decoration: none;
  color: #404040;
}
.menu--horizontal > li:hover > a {
  color: #fff;
}
/* 単階層メニュー */
.menu__second-lavel--single {
  list-style-type: none;
  position: absolute;
  top: 45px;
  z-index: 9999;
  visibility: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3498db', endColorstr = '#52b6f9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3498db', endColorstr = '#52b6f9')";
  background-image: -moz-linear-gradient(top, #3498db, #52b6f9);
  background-image: -ms-linear-gradient(top, #3498db, #52b6f9);
  background-image: -o-linear-gradient(top, #3498db, #52b6f9);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#3498db), to(#52b6f9));
  background-image: -webkit-linear-gradient(top, #3498db, #52b6f9);
  background-image: linear-gradient(top, #3498db, #52b6f9);
}
.menu--horizontal > li:hover > .menu__second-lavel--single {
  top: 45px;
  visibility: visible;
  opacity: 1;
}
.menu__second-lavel--single > li > a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.menu__second-lavel--single > li > a:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3')";
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(top, #ffffff, #e3e3e3);
  color: #0079d4;
}
/* メガメニュー */
.menu__second-lavel--mega {
  list-style-type: none;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  width: 100%;
  margin: 0;
  padding: 20px 2%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3498db', endColorstr = '#52b6f9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3498db', endColorstr = '#52b6f9')";
  background-image: -moz-linear-gradient(top, #3498db, #52b6f9);
  background-image: -ms-linear-gradient(top, #3498db, #52b6f9);
  background-image: -o-linear-gradient(top, #3498db, #52b6f9);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#3498db), to(#52b6f9));
  background-image: -webkit-linear-gradient(top, #3498db, #52b6f9);
  background-image: linear-gradient(top, #3498db, #52b6f9);
}
.menu--horizontal > li:hover > .menu__second-lavel--mega {
  top: 45px;
  visibility: visible;
  opacity: 1;
}
.menu__second-lavel--mega > li {
  float: left;
  width: 32%;
  border: none;
}
.menu__second-lavel--mega > li:nth-child(3n+2) {
  margin: 0 1%;
}

.menu__second-lavel--mega > li > a {
  display: block;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
}
.menu__second-lavel--mega > li > a:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3')";
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(top, #ffffff, #e3e3e3);
  color: #0079d4;
}
/* モバイルメニュー */
.mobile-menu {
  display: none;
  height: 45px;
  transition: .3s;
  vertical-align: middle;
  width: 100%;
}
.mobile-menu__checkbox {
  display: none;
}
.mobile-menu__icon {
  cursor: pointer;
  position: relative;
  display: block;
  height: 100%;
  transition: .5s;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3')";
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(top, #ffffff, #e3e3e3);
}
.mobile-menu__icon > span {
  background-color: #3ea2e5;
  display: block;
  left: 50%;
  height: 3px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .2s;
  width: 30px;
}
.mobile-menu__icon > span:before, .mobile-menu__icon > span:after {
  content: '';
  background-color: #3ea2e5;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 50%;
  transition: .3s;
  width: 30px;
}
.mobile-menu__icon > span:before {
  margin-top: -8px;
}
.mobile-menu__icon > span:after {
  margin-top: 6px;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__icon {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#52b6f9', endColorstr = '#3498db');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#52b6f9', endColorstr = '#3498db')";
  background-image: -moz-linear-gradient(top, #52b6f9, #3498db);
  background-image: -ms-linear-gradient(top, #52b6f9, #3498db);
  background-image: -o-linear-gradient(top, #52b6f9, #3498db);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#52b6f9), to(#3498db));
  background-image: -webkit-linear-gradient(top, #52b6f9, #3498db);
  background-image: linear-gradient(top, #52b6f9, #3498db);
}
.mobile-menu__checkbox:checked ~ .mobile-menu__icon > span {
  background-color: #fff;
  height: 0;
}
.mobile-menu__checkbox:checked ~ .mobile-menu__icon > span:before {
  background-color: #fff;
  margin: 0;
  transform: rotate(45deg);
}
.mobile-menu__checkbox:checked ~ .mobile-menu__icon > span:after {
  background-color: #fff;
  margin: 0;
  transform: rotate(-45deg);
}
.mobile-menu__icon:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#52b6f9', endColorstr = '#3498db');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#52b6f9', endColorstr = '#3498db')";
  background-image: -moz-linear-gradient(top, #52b6f9, #3498db);
  background-image: -ms-linear-gradient(top, #52b6f9, #3498db);
  background-image: -o-linear-gradient(top, #52b6f9, #3498db);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#52b6f9), to(#3498db));
  background-image: -webkit-linear-gradient(top, #52b6f9, #3498db);
  background-image: linear-gradient(top, #52b6f9, #3498db);
}
.mobile-menu__icon:hover span {
  background-color: #fff;
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.mobile-menu__icon:hover span:before,
.mobile-menu__icon:hover span:after {
  background-color: #fff;
}

.accordion-menu-outer {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  left: 0;
  margin-top: -400%;
  position: relative;
  transition: .6s;
  width: 100%;
}
.mobile-menu__checkbox:checked ~ .accordion-menu-outer {
  margin-top: 0;
}
.accordion-menu__home {
  display: block;
  position: relative;
  z-index: 3;
}
.accordion-menu__home > a {
  color: #404040;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3')";
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(top, #ffffff, #e3e3e3);
}
.accordion-menu__home > a:hover {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#52b6f9', endColorstr = '#3498db');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#52b6f9', endColorstr = '#3498db')";
  background-image: -moz-linear-gradient(top, #52b6f9, #3498db);
  background-image: -ms-linear-gradient(top, #52b6f9, #3498db);
  background-image: -o-linear-gradient(top, #52b6f9, #3498db);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#52b6f9), to(#3498db));
  background-image: -webkit-linear-gradient(top, #52b6f9, #3498db);
  background-image: linear-gradient(top, #52b6f9, #3498db);
}
.accordion-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion-menu > li {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  overflow: hidden;
}
.accordion-menu__checkbox {
  display: none;
}
.accordion-menu__label {
  color: #404040;
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
  z-index: 3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3')";
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(top, #ffffff, #e3e3e3);
}
.accordion-menu__label:hover {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#52b6f9', endColorstr = '#3498db');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#52b6f9', endColorstr = '#3498db')";
  background-image: -moz-linear-gradient(top, #52b6f9, #3498db);
  background-image: -ms-linear-gradient(top, #52b6f9, #3498db);
  background-image: -o-linear-gradient(top, #52b6f9, #3498db);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#52b6f9), to(#3498db));
  background-image: -webkit-linear-gradient(top, #52b6f9, #3498db);
  background-image: linear-gradient(top, #52b6f9, #3498db);
}
.accordion-menu__second-lavel {
  clear: both;
  float: left;
  list-style-type: none;
  margin: -300% 0 0 0;
  padding: 10px;
  position: relative;
  transition: .6s;
  width: 100%;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e3e3e3', endColorstr = '#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e3e3e3', endColorstr = '#ffffff')";
  background-image: -moz-linear-gradient(top, #e3e3e3, #ffffff);
  background-image: -ms-linear-gradient(top, #e3e3e3, #ffffff);
  background-image: -o-linear-gradient(top, #e3e3e3, #ffffff);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#e3e3e3), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e3e3e3, #ffffff);
  background-image: linear-gradient(top, #e3e3e3, #ffffff);
}
.accordion-menu__second-lavel > li {
  float: left;
  width: 50%;
}
.accordion-menu__second-lavel > li > a {
  border-radius: 5px;
  color: #404040;
  display: block;
  text-align: center;
  text-decoration: none;
}
.accordion-menu__second-lavel > li > a:hover {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3498db', endColorstr = '#52b6f9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3498db', endColorstr = '#52b6f9')";
  background-image: -moz-linear-gradient(top, #3498db, #52b6f9);
  background-image: -ms-linear-gradient(top, #3498db, #52b6f9);
  background-image: -o-linear-gradient(top, #3498db, #52b6f9);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#3498db), to(#52b6f9));
  background-image: -webkit-linear-gradient(top, #3498db, #52b6f9);
  background-image: linear-gradient(top, #3498db, #52b6f9);
}
.accordion-menu__checkbox:checked ~ .accordion-menu__second-lavel {
  margin-top: 0;
}
.accordion-menu__checkbox:checked ~ .accordion-menu__label {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#52b6f9', endColorstr = '#3498db');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#52b6f9', endColorstr = '#3498db')";
  background-image: -moz-linear-gradient(top, #52b6f9, #3498db);
  background-image: -ms-linear-gradient(top, #52b6f9, #3498db);
  background-image: -o-linear-gradient(top, #52b6f9, #3498db);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#52b6f9), to(#3498db));
  background-image: -webkit-linear-gradient(top, #52b6f9, #3498db);
  background-image: linear-gradient(top, #52b6f9, #3498db);
}

@media screen and (max-width: 900px) { 
  .menu--horizontal {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .menu--home {
    display: none;
  }
}


/*--------------------------------------------------------------
# コンテンツスライダー
--------------------------------------------------------------*/
/* サムネイル付きスライダー */
.slider--thumbnail {
  width: 100%;
  height: 420px;
  margin: 0 auto;
  overflow: hidden;
}
.main-slider {
  float: left;
  width: 100%;
  margin-right: -210px;
}
.sub-slider {
  float: right;
  width: 210px;
}
.image-slider--thumbnail {
  list-style-type: none;
  margin: 0 210px 0 0;
  padding: 0;
  height: 100%;
}
.image-slider--thumbnail li {
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.image-slider--thumbnail-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.image-slider--thumbnail-nav li {
  width: 210px !important;
  height: 140px !important;
  margin: 0 0 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.image-slider--thumbnail img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
}
.slick-slide {
  float: right !important;
}
.slick-list {
  padding: 0 !important;
}
.slick-vertical .slick-slide {
  border: none !important;
}

/* 左右に見切れた画像のあるスライダー */
.slider {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}
.image-slider {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
/*
.image-slider li {
  height: 0;
  padding-top: 5%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
*/
.image-slider img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
}
/* 左右の矢印の位置を変更 */
.slick-next, 
.slick-prev {
  width: 30px !important;
  height: 50px !important;
  z-index: 100 !important;
}
.slick-next {
  right: 20px !important;
}
.slick-prev {
  left: 20px !important;
}
[dir='rtl'] .slick-prev {
  right: auto !important;
  left: 20px !important;
}
/* 左右の矢印を変更 */
.slick-next:before, 
.slick-prev:before {
  content: "" !important;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.slick-next:before {
  background-image: url('images/icon/arrow-next.png');
}
.slick-prev:before {
  background-image: url('images/icon/arrow-prev.png');
}
@media screen and (max-width: 782px) {
  .main-slider {
    float: none;
    margin-right: 0;
  }
  .image-slider--thumbnail {
    margin: 0;
  }
  .sub-slider {
    display: none;
  }
  .slider--thumbnail,
  .image-slider--thumbnail li {
    height: 380px;
  }
}
@media screen and (max-width: 480px) {
  .slider--thumbnail,
  .image-slider--thumbnail li {
    height: 300px;
  }
}
/*--------------------------------------------------------------
# コンテンツ
--------------------------------------------------------------*/
.contents {
  padding: 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fff8b1', endColorstr = '#ffda93');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fff8b1', endColorstr = '#ffda93')";
  background-image: -moz-linear-gradient(top, #fff8b1, #ffda93);
  background-image: -ms-linear-gradient(top, #fff8b1, #ffda93);
  background-image: -o-linear-gradient(top, #fff8b1, #ffda93);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#fff8b1), to(#ffda93));
  background-image: -webkit-linear-gradient(top, #fff8b1, #ffda93);
  background-image: linear-gradient(top, #fff8b1, #ffda93);
}
.contents-inner {
  width: 80%;
  margin:0 auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px;
}
.main {
  float: right;
  width: 100%;
  margin-left: -320px;
}
.main-inner {
  margin-left: 320px;
}
.headlines {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 30px;
  margin: 0;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#69b4e6', endColorstr = '#3498db');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#69b4e6', endColorstr = '#3498db')";
  background-image: -moz-linear-gradient(top, #69b4e6, #3498db);
  background-image: -ms-linear-gradient(top, #69b4e6, #3498db);
  background-image: -o-linear-gradient(top, #69b4e6, #3498db);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#69b4e6), to(#3498db));
  background-image: -webkit-linear-gradient(top, #69b4e6, #3498db);
  background-image: linear-gradient(top, #69b4e6, #3498db);
}
.headlines:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 24px;
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #3498db;
}
.headlines:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 28px;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #3498db;
  z-index: 1;
}
.headlines__article-type-name {
  display: block;
  float: left;
}
.headlines__archive-link {
  display: block;
  float: right;
  padding: 0 5px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
}
.headlines__archive-link:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3')";
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(top, #ffffff, #e3e3e3);
  color: #0079d4;
}
.articles {
  border-radius: 0 0 5px 5px;
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dcf0ff', endColorstr = '#c8dcff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dcf0ff', endColorstr = '#c8dcff')";
  background-image: -moz-linear-gradient(top, #dcf0ff, #c8dcff);
  background-image: -ms-linear-gradient(top, #dcf0ff, #c8dcff);
  background-image: -o-linear-gradient(top, #dcf0ff, #c8dcff);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#dcf0ff), to(#c8dcff));
  background-image: -webkit-linear-gradient(top, #dcf0ff, #c8dcff);
  background-image: linear-gradient(top, #dcf0ff, #c8dcff);
}
.discourses {
  margin-top: 20px;
}
.info-list-outer {
  padding: 10px;
}
.no-article {
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.no-term {
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.info-list--horizontal {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.info-list--horizontal > li {
  float: left;
  width: 33.3%;
}
.thumbnail-article-summary {
  display: block;
  height: 100%;
  padding: 10px;
  border-radius: 5px;
  color: #404040;
  text-decoration: none;
}
.thumbnail-article-summary:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4')";
  background-image: -moz-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -ms-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -o-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#28a1fc), to(#0079d4));
  background-image: -webkit-linear-gradient(top, #28a1fc, #0079d4);
  background-image: linear-gradient(top, #28a1fc, #0079d4);
  color: #FFF;
}
.thumbnail-article-summary__title {
  font-weight: bold;
}
.thumbnail-article-summary__date {
  display: block;
  width: 100%;
  text-align: right;
}
.thumbnail-article-summary__image-outer {
  width: 100%;
  text-align: center;
}
.thumbnail-article-summary__image-outer > img {
  max-width: 100%;
  height: auto;
}
.thumbnail-article-summary__excerpt {
  line-height: 1.6;
  font-size: 15px;
}
.google-calendar {
  height: 0;
  margin-top: 20px;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
.google-calendar iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.google-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 90%;
  position: relative;
}
.google-map iframe,
.google-map object,
.google-map embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.facebook {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .contents-inner {
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  .contents-inner {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# サイドバー
--------------------------------------------------------------*/
.sidebar {
  float: left;
  width: 300px;
}
.info-list--vertical {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.article-summary {
  display: block;
  width: 100%;
  padding: 5px 0;
  border-radius: 5px;
  font-size: 15px;
  color: #404040;
  text-align: center;
  text-decoration: none;
}
.article-summary:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4')";
  background-image: -moz-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -ms-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -o-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#28a1fc), to(#0079d4));
  background-image: -webkit-linear-gradient(top, #28a1fc, #0079d4);
  background-image: linear-gradient(top, #28a1fc, #0079d4);
  color: #FFF;
}
.about-us {
  width: 100%;
  margin-top: 20px;
}
.google-map {
  height: 0;
  overflow: hidden;
  padding: 30px 0 90% 0;
  position: relative;
}
.google-map iframe,
.google-map object,
.google-map embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 782px) {
  .google-map {
    padding: 30px 0 56.25% 0;
  }
}
.map-infomation-list {
  list-style-type: none;
  width: 100%;
  margin: 10px auto 0 auto;
  padding: 0;
}
.map-infomation-list > li {
  font-size: 0;
}
.map-infomation__title {
  position: relative;
  display: inline-block;
  width: 30%;
  line-height: 30px;
  margin-right: 5%;
  vertical-align: top;
  font-size: 16px;
}
.map-infomation__title:after {
  content: "：";
  position: absolute;
  right: 0;
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  font-size: 16px;
}
.map-infomation__content {
  display: inline-block;
  width: 65%;
  line-height: 30px;
  vertical-align: top;
  font-size: 16px;
}
@media screen and (max-width: 782px) {
  .main {
    float: none;
    margin-left: 0;
  }
  .main-inner {
    margin-left: 0;
  }
  .sidebar {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
}
/*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/
.footer-inner {
  width: 100%;
  padding: 30px 20px 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = 'rgba(255, 255, 255, 1)', endColorstr = 'rgba(255, 255, 255, 0)');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = 'rgba(255, 255, 255, 1)', endColorstr = 'rgba(255, 255, 255, 0)')";
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.site-map-outer {
  width: 80%;
  margin: 0 auto;
}
.site-map-home {
  display: block;
  border-radius: 5px;
  font-size: 18px;
}
.site-map-home > a {
  display: inline-block;
  height: 35px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #404040;
  text-decoration: none;
}
.site-map-home > a:before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: url('images/icon/home-icon.png') no-repeat center;
  background-size: cover;
}
.site-map-home > a:hover {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4')";
  background-image: -moz-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -ms-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -o-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#28a1fc), to(#0079d4));
  background-image: -webkit-linear-gradient(top, #28a1fc, #0079d4);
  background-image: linear-gradient(top, #28a1fc, #0079d4);
}
.site-map-home > a:hover:before {
  background: url('images/icon/home-icon-white.png') no-repeat center;
  background-size: cover;
}
.site-map {
  list-style-type: none;
  padding: 0;
  font-size: 0;
}
.site-map > li {
  display: inline-block;
  /*
  width: 33.33%;
  */
  width: 25%;
  padding: 10px;
  border-radius: 5px;
  vertical-align: top;
  font-size: 18px;
}
.site-map > li > a {
  display: block;
  margin: 0 0 10px 0;
  height: 40px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #404040;
  text-decoration: none;
  cursor: default;
}
.site-map > li > a:before {
  content: "";
  position: relative;
  top: 7px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: url('images/icon/fuji-icon.png') no-repeat center;
  background-size: cover;
}
.site-map > li > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-map > li > ul > li > a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-left: 15px;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 16px;
  color: #404040;
  text-decoration: none;
}
.site-map > li > ul > li > a:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4')";
  background-image: -moz-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -ms-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -o-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#28a1fc), to(#0079d4));
  background-image: -webkit-linear-gradient(top, #28a1fc, #0079d4);
  background-image: linear-gradient(top, #28a1fc, #0079d4);
  color: #FFF;
}
.copy-right-outer {
  margin: 50px 0 30px 0;
  text-align: center;
}
.copy-right {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4')";
  background-image: -moz-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -ms-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -o-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#28a1fc), to(#0079d4));
  background-image: -webkit-linear-gradient(top, #28a1fc, #0079d4);
  background-image: linear-gradient(top, #28a1fc, #0079d4);
  color: #FFF;
}

@media screen and (max-width: 782px) {
  .site-map-outer {
    width: 100%;
  }
  .site-map-home {
    width: 250px;
    margin: 0 auto;
  }
  .site-map > li {
    display: block;
    width: 250px;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after {
  clear: both;
}
/*--------------------------------------------------------------
# Serch form
--------------------------------------------------------------*/
.search-form-outer {
  margin-top: 10px;
}
.search-form {
  font-size: 0;
}
.search-form__selector_switch--on,
.search-form__selector_switch--off {
  display: inline-block;
  width: 40%;
  line-height: 16px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3')";
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(top, #ffffff, #e3e3e3);
  color: #0079d4;
}
.search-form__selector_switch--on {
  border-radius: 3px 0 0 3px;
}
.search-form__selector_switch--off {
  border-radius: 0 3px 3px 0;
}
.search-form__radio-button--on,
.search-form__radio-button--off {
  display: none;
}
.search-form__input-field--on {
  display: block;
}
.search-form__input-field--off {
  display: none;
}
/* スイッチがONの場合 */
.search-form__radio-button--on:checked ~ .search-form__selector_switch--on {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4')";
  background-image: -moz-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -ms-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -o-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#28a1fc), to(#0079d4));
  background-image: -webkit-linear-gradient(top, #28a1fc, #0079d4);
  background-image: linear-gradient(top, #28a1fc, #0079d4);
  color: #FFF;
}
.search-form__radio-button--on:checked ~ .search-form__input-field--on {
  display: block;
}
.search-form__radio-button--on:checked ~ .search-form__input-field--off {
  display: none;
}
/* スイッチがOFFの場合 */
.search-form__radio-button--off:checked ~ .search-form__selector_switch--off {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4')";
  background-image: -moz-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -ms-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -o-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#28a1fc), to(#0079d4));
  background-image: -webkit-linear-gradient(top, #28a1fc, #0079d4);
  background-image: linear-gradient(top, #28a1fc, #0079d4);
  color: #fff;
}
.search-form .search-form__selector_switch--on:hover,
.search-form .search-form__selector_switch--off:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffce28', endColorstr = '#fea600');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffce28', endColorstr = '#fea600')";
  background-image: -moz-linear-gradient(top, #ffce28, #fea600);
  background-image: -ms-linear-gradient(top, #ffce28, #fea600);
  background-image: -o-linear-gradient(top, #ffce28, #fea600);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffce28), to(#fea600));
  background-image: -webkit-linear-gradient(top, #ffce28, #fea600);
  background-image: linear-gradient(top, #ffce28, #fea600);
  color: #606060;
}
.search-form__radio-button--off:checked ~ .search-form__input-field--on {
  display: none;
}
.search-form__radio-button--off:checked ~ .search-form__input-field--off {
  display: block;
}
.text-search-input-field {
  display: inline-block;
  width: 80%;
  height: 36px;
  vertical-align: top;
}
.tag-search-select-field {
  display: inline-block;
  width: 80%;
  height: 36px;
  border-radius: 3px;
  vertical-align: top;
}
.search-submit {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 36px;
  box-shadow: none;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3')";
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(top, #ffffff, #e3e3e3);
}
.search-submit:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 25px;
  margin: auto;
  background-image: url('images/icon/search.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.search-submit:hover {
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4')";
  background-image: -moz-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -ms-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -o-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#28a1fc), to(#0079d4));
  background-image: -webkit-linear-gradient(top, #28a1fc, #0079d4);
  background-image: linear-gradient(top, #28a1fc, #0079d4);
}
.search-submit:hover:before {
  background-image: url('images/icon/search-white.png');
}

/* ページトップへ戻るボタン */
.page-top-button {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  width: 0;
  height: 0;
  margin: 0 0 0 auto;
  
  border-top: 50px solid transparent;
  border-right: 50px solid #fff;
  border-bottom: 50px solid #fff;
  border-left: 50px solid transparent;
  
  cursor: pointer;
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3')";
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(top, #ffffff, #e3e3e3);
}
.page-top-button:hover {
  opacity: 1.0;
}
.page-top-button:before {
  content: "";
  position: fixed;
  bottom: 5px;
  right: 5px;
  display: block;
  width: 50px;
  height: 50px;
  background: url('images/icon/arrow.png') center no-repeat;
  background-size: cover;
}
/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination a {
  display: inline-block;
  padding: 5px 12px;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  color: #404040;
}
.pagination a:hover {
  color: #0079d4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3')";
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(top, #ffffff, #e3e3e3);
}
.pagination span {
  display: inline-block;
  padding: 10px 17px;
  border-radius: 5px;
}
.pagination span.current {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4')";
  background-image: -moz-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -ms-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -o-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#28a1fc), to(#0079d4));
  background-image: -webkit-linear-gradient(top, #28a1fc, #0079d4);
  background-image: linear-gradient(top, #28a1fc, #0079d4);
}
.pagination {
  position:relative !important;     
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 20px;  
  text-align: center;
  clear: both;
  background-color: transparent;
}
.pagination h2.screen-reader-text {
  display: none;
}
/* 783px以上 */
@media screen and (min-width: 783px) {
  .pagination a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: solid 1px #ccc;
    font-size: 1.19em;
    text-decoration: none;
    color: #666666;
  }
  .pagination span.current {
    font-size: 1.19em;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4')";
    background-image: -moz-linear-gradient(top, #28a1fc, #0079d4);
    background-image: -ms-linear-gradient(top, #28a1fc, #0079d4);
    background-image: -o-linear-gradient(top, #28a1fc, #0079d4);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#28a1fc), to(#0079d4));
    background-image: -webkit-linear-gradient(top, #28a1fc, #0079d4);
    background-image: linear-gradient(top, #28a1fc, #0079d4);
  }
  .pagination span {
    display: inline-block;
    padding: 10px 19px;
  }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb-lists {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcrumb-lists > li {
  float: left;
}

/*--------------------------------------------------------------
# PDF
--------------------------------------------------------------*/
.pdf-option-outer {
  height: 50px;
  line-height: 50px;
  text-align: right;
}
.open-pdf-button {
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px #CCC;
  text-decoration: none;
  color: #0079d4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3')";
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(top, #ffffff, #e3e3e3);
  font-weight: bold;
}
.open-pdf-button:hover {
  box-shadow: none;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4')";
  background-image: -moz-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -ms-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -o-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#28a1fc), to(#0079d4));
  background-image: -webkit-linear-gradient(top, #28a1fc, #0079d4);
  background-image: linear-gradient(top, #28a1fc, #0079d4);
}
/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
.term-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-right: -5px;
}
.term-list > li {
  float: left;
  margin-right: 5px;
}
.term-link {
  padding: 5px 10px;
  border-radius: 10px;
  background-color: rgba(200, 240, 255, 1);
  text-decoration: none;
}


.tab-switch {
  font-size: 0;
  text-align: center;
}
.tab-switch__radio-button {
  display: none;
}
.tab-switch__label {
  display: inline-block;
  margin: 0 5px 10px 5px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #0079d4;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3')";
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(top, #ffffff, #e3e3e3);
}
.tab-switch__label:hover {
  /*
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#69e6b4', endColorstr = '#34db98');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#69e6b4', endColorstr = '#34db98')";
  background-image: -moz-linear-gradient(top, #69e6b4, #34db98);
  background-image: -ms-linear-gradient(top, #69e6b4, #34db98);
  background-image: -o-linear-gradient(top, #69e6b4, #34db98);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#69e6b4), to(#34db98));
  background-image: -webkit-linear-gradient(top, #69e6b4, #34db98);
  background-image: linear-gradient(top, #69e6b4, #34db98);
  color: #fff;
  */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffce28', endColorstr = '#fea600');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffce28', endColorstr = '#fea600')";
  background-image: -moz-linear-gradient(top, #ffce28, #fea600);
  background-image: -ms-linear-gradient(top, #ffce28, #fea600);
  background-image: -o-linear-gradient(top, #ffce28, #fea600);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffce28), to(#fea600));
  background-image: -webkit-linear-gradient(top, #ffce28, #fea600);
  background-image: linear-gradient(top, #ffce28, #fea600);
  color: #606060;
}
.articles-by-category {
  display: none;
  font-size: 16px;
}
.checked-tab {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4')";
  background-image: -moz-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -ms-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -o-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#28a1fc), to(#0079d4));
  background-image: -webkit-linear-gradient(top, #28a1fc, #0079d4);
  background-image: linear-gradient(top, #28a1fc, #0079d4);
  color: #FFF;
}

.tab-switch__contents {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.current-tab {
  border-radius: 5px;
  color: #FFF;
  display: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  padding: 10px;
  position: absolute;
  text-align: center;
  transform: translateY(-100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4')";
  background-image: -moz-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -ms-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -o-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#28a1fc), to(#0079d4));
  background-image: -webkit-linear-gradient(top, #28a1fc, #0079d4);
  background-image: linear-gradient(top, #28a1fc, #0079d4);
}
.article-list {
  background-color: #fff;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.article-list > li:not(:first-child) {
  border-top: 1px solid #404040;
}
.contents-of-article {
  border-radius: 5px;
  color: #404040;
  display: block;
  padding: 10px;
  position: relative;
  text-decoration: none;
}
.contents-of-article__item-outer--left {
  background-color: #fff;
  float: left;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
}
.contents-of-article__item-outer--right {
  float: right;
  margin-left: -150px;
  width: 100%;
}
.contents-of-article__item-inner--right {
  margin-left: 150px;
}
.contents-of-article__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 100px;
  margin: 0 auto;
  width: 130px;
}
.contents-of-article__date {
  margin-bottom: 10px;
  text-align: left;
}
.contents-of-article__date time {
  vertical-align: top;
}
.contents-of-article__title {
  color: #404040;
  display: block;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 10px;
  text-align: left;
  text-decoration: none;
}
.contents-of-article__excerpt {
  color: #404040;
  display: block;
  height: 2.8em;
  line-height: 1.4em;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
}
.contents-of-article__thumbnail:hover {
  opacity: 0.8;
}
.contents-of-article__title:hover,
.contents-of-article__excerpt:hover {
  text-decoration: underline;
}



.archive-article--no-thumbnail {
  border-bottom: 1px solid #404040;
  color: #404040;
  margin-bottom: 15px;
}
.archive-article__heading {
  line-height: 28px;
}
.archive-article__title {
  float: left;
  line-height: inherit;
  margin: 0 -300px 0 0;
  padding-right: 280px;
  width: 100%;
}
.archive-article__title > a {
  color: inherit;
  display: block;
  font-size: 28px;
  line-height: inherit;
  margin: 0 300px 0 0;
  padding: 10px 5px;
  text-decoration: none;
  width: 100%;
}
.archive-article__title > a:hover {
  color: #0079d4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3')";
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(top, #ffffff, #e3e3e3);
}
.archive-article__date {
  float: right;
  line-height: inherit;
  padding: 10px 5px;
  width: 250px;
}
.archive-article__taxonomies {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px;
}
.archive-article__taxonomies > li {
  float: left;
}
.archive-article__terms {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.archive-article__terms > li {
  float: left;
  margin-right: 10px;
}
.article-term {
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 2px 8px;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4')";
  background-image: -moz-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -ms-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -o-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#28a1fc), to(#0079d4));
  background-image: -webkit-linear-gradient(top, #28a1fc, #0079d4);
  background-image: linear-gradient(top, #28a1fc, #0079d4);
}
.article-term:hover {
  color: #0079d4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3')";
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(top, #ffffff, #e3e3e3);
}


.archive-article__taxonomies--with-thumbnail {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.archive-article__taxonomies--with-thumbnail > li {
  float: left;
}
.article-term--with-thumbnail {
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 1px 4px;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4')";
  background-image: -moz-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -ms-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -o-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#28a1fc), to(#0079d4));
  background-image: -webkit-linear-gradient(top, #28a1fc, #0079d4);
  background-image: linear-gradient(top, #28a1fc, #0079d4);
}
.article-term--with-thumbnail:hover {
  color: #0079d4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3')";
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(top, #ffffff, #e3e3e3);
}

@media screen and (max-width: 480px) {
  .contents-of-article__item-outer--left {
    float: none;
    margin: 0 auto 10px auto;
    position: static;
    transform: none;
  }
  .contents-of-article__item-outer--right {
    float: none;
    margin-left: 0;
  }
  .contents-of-article__item-inner--right {
    margin-left: 0;
  }
  .contents-of-article__date {
    text-align: right;
  }
  .archive-article__taxonomies--with-thumbnail {
    display: block;
  }
}
@media screen and (max-width: 782px) {
  .archive-article__title {
    float: none;
    margin: 0;
    padding-right: 0;
  }
  .archive-article__title > a {
    margin: 0;
  }
  .archive-article__date {
    float: none;
    padding: 0 5px;
    width: 100%;
  }
  .archive-article__terms > li {
    margin: 10px 10px 0 0;
  }
}

/* パンくずリスト */
.breadcrumbs {
  margin-bottom: 20px;
}
/* 記事ページ */
.single {
}
.single__thumbnail {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 480px;
}
@media screen and (max-width: 782px) {
  .single__thumbnail {
    float: none;
    margin: 0 auto 20px auto;
  }
}
/* 固定ページ */
.page-title {
  font-size: 28px;
  margin: 20px 0 30px;
  position: relative;
}
.page-title:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#69b4e6', endColorstr = '#3498db');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#69b4e6', endColorstr = '#3498db')";
  background-image: -moz-linear-gradient(top, #69b4e6, #3498db);
  background-image: -ms-linear-gradient(top, #69b4e6, #3498db);
  background-image: -o-linear-gradient(top, #69b4e6, #3498db);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#69b4e6), to(#3498db));
  background-image: -webkit-linear-gradient(top, #69b4e6, #3498db);
  background-image: linear-gradient(top, #69b4e6, #3498db);
}
/*--------------------------------------------------------------
# 固定ページ内のスタイル
--------------------------------------------------------------*/
.table {
  width: 80%;
  margin: 0 auto;
}
.list-heading {
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 24px;
  margin: 0;
  padding: 2px 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#69b4e6', endColorstr = '#3498db');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#69b4e6', endColorstr = '#3498db')";
  background-image: -moz-linear-gradient(top, #69b4e6, #3498db);
  background-image: -ms-linear-gradient(top, #69b4e6, #3498db);
  background-image: -o-linear-gradient(top, #69b4e6, #3498db);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#69b4e6), to(#3498db));
  background-image: -webkit-linear-gradient(top, #69b4e6, #3498db);
  background-image: linear-gradient(top, #69b4e6, #3498db);
}
.list--vertical,
.list--with-heading {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.two-column-item {
  font-size: 0;
}
.two-column-item__left-item--medium {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  width: 50%;
}
.two-column-item__left-item--small {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  width: 30%;
}
.two-column-item__left-item--tiny {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  width: 10%;
}
.list-sub-heading {
  font-size: 16px;
  margin: 0;
  padding: 5px 10px;
}

.list-sub-heading_glorious {
  font-size: 12px;
  margin: 0;
  padding: 3px 3px;
}

.two-column-item__right-item--medium {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  width: 50%;
}
.two-column-item__right-item--large {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  width: 70%;
}
.two-column-item__right-item--huge {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  width: 90%;
}
.link-item {
  color: #404040;
  display: block;
  font-weight: bold;
  padding: 5px 10px;
  text-decoration: none;
}
.link-item[href] {
  color: #0079d4;
}
.link-item[href]:hover {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4')";
  background-image: -moz-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -ms-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -o-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#28a1fc), to(#0079d4));
  background-image: -webkit-linear-gradient(top, #28a1fc, #0079d4);
  background-image: linear-gradient(top, #28a1fc, #0079d4);
}
.link-item:hover {
  color: #404040;
}
.link-to-facebook:before {
  background: url("images/icon/FB-f-Logo__blue_50.png") center;
  background-size: cover;
  content: "";
  display: block;
  float: left;
  height: 24px;
  margin-right: 5px;
  width: 24px;
}
.title-item,
.content-item {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
}
.name-item {
  font-size: 0;
  font-weight: bold;
  padding: 5px 10px;
}
.representative {
  line-height: 30px;
  text-align: right;
}
.position {
  display: inline-block;
  margin-right: 1em;
  font-size: 16px;
  white-space: nowrap;
}
.first-name {
  display: inline-block;
  font-size: 16px;
  white-space: nowrap;
}
.last-name {
  display: inline-block;
  font-size: 16px;
  margin-left: 1em;
  white-space: nowrap;
}
.club {
  font-size: 14px;
  font-weight: normal;
  margin-left: 1em;
}
.link-item:not(:first-of-type) {
  border-top: 1px dotted #404040;
}
.add-border-left {
  border-left: 1px solid #404040;
}
.two-column-item__border-list {
  border-left: 1px solid #404040;
}
.two-column-item__border-list > li:not(:first-child) {
  border-top: 1px solid #404040;
}
.border-list {
  border: 1px solid #404040;
}
.border-item:not(:first-child) {
  border-top: 1px solid #404040;
}
@media screen and (max-width: 782px) {
  .table {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .two-column-item__left-item--tiny,
  .two-column-item__left-item--small,
  .two-column-item__left-item--medium,
  .two-column-item__right-item--medium,
  .two-column-item__right-item--large,
  .two-column-item__right-item--huge {
    display: block;
    width: 100%;
  }
  .list-sub-heading {
    border-bottom: 1px solid #404040;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3')";
    background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
    background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
    background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));
    background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
    background-image: linear-gradient(top, #ffffff, #e3e3e3);
  }
  .title-item {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffdc', endColorstr = '#fff8b1');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffdc', endColorstr = '#fff8b1')";
    background-image: -moz-linear-gradient(top, #ffffdc, #fff8b1);
    background-image: -ms-linear-gradient(top, #ffffdc, #fff8b1);
    background-image: -o-linear-gradient(top, #ffffdc, #fff8b1);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffdc), to(#fff8b1));
    background-image: -webkit-linear-gradient(top, #ffffdc, #fff8b1);
    background-image: linear-gradient(top, #ffffdc, #fff8b1);
  }
  .add-border-left {
    border-left: none;
  }
  .add-border-dotted {
    border-top: 1px dotted #404040;
  }
}


.theme-of-rotary-international,
.management-policy,
.theme-title-of-kofu-city-rotary,
.theme-of-kofu-city-rotary {
  font-weight: bold;
  text-align: center;
}
.theme-of-rotary-international:before,
.theme-of-kofu-city-rotary:before {
  content: "「";
}
.theme-of-rotary-international:after,
.theme-of-kofu-city-rotary:after {
  content: "」";
}
.management-policy {
}
.management-policy > span {
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
  padding: 5px 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#28a1fc', endColorstr = '#0079d4')";
  background-image: -moz-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -ms-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -o-linear-gradient(top, #28a1fc, #0079d4);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#28a1fc), to(#0079d4));
  background-image: -webkit-linear-gradient(top, #28a1fc, #0079d4);
  background-image: linear-gradient(top, #28a1fc, #0079d4);
}
.theme-title-of-kofu-city-rotary {
  margin-bottom: 0;
}
.theme-of-kofu-city-rotary {
  margin-bottom: 40px;
}
.rotary-international-president {
  text-align: right;
}
.rotary-international-president:before {
}
.rotary-international-president__fiscal-year {
  position: relative;
}
.rotary-international-president__fiscal-year:before {
  background-color: #404040;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateX(-100%);
  width: 40px;
}
.rotary-international-president__name {
  margin-left: 1em;
}
.president-greeting {
  margin-top: 40px;
}
.kofu-city-rotary-president {
  float: right;
  margin: 0 0 30px 30px;
}
.kofu-city-rotary-president__image {
  margin: 0 auto 10px auto;
  max-width: 200px;
}
.kofu-city-rotary-president__image img {
  max-width: 100%;
  max-height: 100%;
}
.kofu-city-rotary-president__generation,
.kofu-city-rotary-president__name {
  text-align: center;
}
@media screen and (max-width: 782px) {
  .kofu-city-rotary-president {
    float: none;
    margin: 0 auto 20px auto;
  }
}

/* 今年度の活動ページ */
.activities {
  width: 80%;
  margin: 0 auto;
}
.panel-list,
.committees__child-committee-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.panel-list {
  font-size: 0;
  text-align: center;
  margin-right: -1%;
}
.panel-list > li {
  border: 1px solid #0079d4;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  margin: 0 1% 2% 0;
  text-align: left;
  vertical-align: top;
  width: 32.33%;
}
@media screen and (max-width: 782px) {
  .activities {
    width: 90%;
  }
  .panel-list > li {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .activities {
    width: 100%;
  }
  .panel-list > li {
    width: 99%;
  }
}
.accordion {
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0px 0px 1px 0px #0079d4;
}
.accordion > li {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  overflow: hidden;
}
.accordion__checkbox {
  display: none;
}
.accordion__label {
  color: #404040;
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
  z-index: 3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e3e3')";
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(top, #ffffff, #e3e3e3);
}
.accordion__label:hover {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#52b6f9', endColorstr = '#3498db');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#52b6f9', endColorstr = '#3498db')";
  background-image: -moz-linear-gradient(top, #52b6f9, #3498db);
  background-image: -ms-linear-gradient(top, #52b6f9, #3498db);
  background-image: -o-linear-gradient(top, #52b6f9, #3498db);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#52b6f9), to(#3498db));
  background-image: -webkit-linear-gradient(top, #52b6f9, #3498db);
  background-image: linear-gradient(top, #52b6f9, #3498db);
}
.accordion__contents {
  clear: both;
  float: left;
  list-style-type: none;
  margin: -2000% 0 0 0;
  padding: 10px;
  position: relative;
  transition: .6s;
  width: 100%;
  z-index: 1;
}
.accordion__checkbox:checked ~ .accordion__contents {
  margin-top: 0;
}
.accordion__checkbox:checked ~ .accordion__label {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#52b6f9', endColorstr = '#3498db');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#52b6f9', endColorstr = '#3498db')";
  background-image: -moz-linear-gradient(top, #52b6f9, #3498db);
  background-image: -ms-linear-gradient(top, #52b6f9, #3498db);
  background-image: -o-linear-gradient(top, #52b6f9, #3498db);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#52b6f9), to(#3498db));
  background-image: -webkit-linear-gradient(top, #52b6f9, #3498db);
  background-image: linear-gradient(top, #52b6f9, #3498db);
}

.committee-referral:not(:first-of-type) {
  margin-top: 10px;
}
.committee-referral__heading {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background-color: #ffda93;
  /*
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fff8b1', endColorstr = '#ffda93');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fff8b1', endColorstr = '#ffda93')";
  background-image: -moz-linear-gradient(top, #fff8b1, #ffda93);
  background-image: -ms-linear-gradient(top, #fff8b1, #ffda93);
  background-image: -o-linear-gradient(top, #fff8b1, #ffda93);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#fff8b1), to(#ffda93));
  background-image: -webkit-linear-gradient(top, #fff8b1, #ffda93);
  background-image: linear-gradient(top, #fff8b1, #ffda93);
  */
}
.committee-referral__sub-heading {
  padding: 0;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.committee-referral__sub-heading:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#69b4e6', endColorstr = '#3498db');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#69b4e6', endColorstr = '#3498db')";
  background-image: -moz-linear-gradient(top, #69b4e6, #3498db);
  background-image: -ms-linear-gradient(top, #69b4e6, #3498db);
  background-image: -o-linear-gradient(top, #69b4e6, #3498db);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#69b4e6), to(#3498db));
  background-image: -webkit-linear-gradient(top, #69b4e6, #3498db);
  background-image: linear-gradient(top, #69b4e6, #3498db);
}
.committee-referral__contents {
}
.committee-referral__contents > p {
  margin: 0;
  line-height: 30px;
}
.circled-number-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  counter-reset: item;
}
.circled-number-list > li {
  position: relative;
  counter-increment: item;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.circled-number-list > li:before {
  content: counters(item, "");
  border-radius: 50%;
  border: 2px solid #404040;
  width: 1.2em;
  height: 1.2em;
  line-height: 100%;
  text-align: center;
  text-indent: 0;
  display: inline-block;
}
.number-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  counter-reset: item;
}
.number-list > li {
  position: relative;
  counter-increment: item;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.number-list > li:before {
  content: counters(item, "")".";
  width: 1.2em;
  height: 1.2em;
  line-height: 100%;
  text-align: center;
  text-indent: .1em;
  display: inline-block;
}
.number-list__heading {
  display: inline;
  margin: 0;
  text-indent: 0;
}
.number-list__contents {
  text-indent: 0;
}
.number-list__contents > p {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  margin: .5em 0 1em 0;
}

.committees {
  display: block;
  text-decoration: none;
}
.committees__parent-committee {
  border-radius: 5px 5px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#52b6f9', endColorstr = '#3498db');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#52b6f9', endColorstr = '#3498db')";
  background-image: -moz-linear-gradient(top, #52b6f9, #3498db);
  background-image: -ms-linear-gradient(top, #52b6f9, #3498db);
  background-image: -o-linear-gradient(top, #52b6f9, #3498db);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#52b6f9), to(#3498db));
  background-image: -webkit-linear-gradient(top, #52b6f9, #3498db);
  background-image: linear-gradient(top, #52b6f9, #3498db);
}
.committees__child-committee-list > li {
  color: #404040;
  text-align: center;
  padding: 2px 10px;
}
.committees[href^="#"]:hover > .committees__parent-committee {
  color: #606060;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffce28', endColorstr = '#fea600');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffce28', endColorstr = '#fea600')";
  background-image: -moz-linear-gradient(top, #ffce28, #fea600);
  background-image: -ms-linear-gradient(top, #ffce28, #fea600);
  background-image: -o-linear-gradient(top, #ffce28, #fea600);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#ffce28), to(#fea600));
  background-image: -webkit-linear-gradient(top, #ffce28, #fea600);
  background-image: linear-gradient(top, #ffce28, #fea600);
}
.committees[href^="#"]:hover > .committees__child-committee-list > li {
  color: #0079d4;
}
/* ガバナー挨拶ページ */
.governor-profile {
  margin-top: 20px;
}
.governor-profile__media {
  float: left;
  width: 200px;
}
.governor-profile__media > img {
  max-width: 100%;
  max-height: 100%;
}
.governor-profile__description-outer {
  float: right;
  margin-left: -250px;
  width: 100%;
}
.governor-profile__description {
  margin-left: 250px;
}
.governor-profile__description-inner {
  margin: 0 auto;
  width: 80%;
}
.rotary-area {
  font-size: 30px;
}
.governor-year {
  font-size: 0;
}
.month--greeting {
  font-size: 22px;
  font-weight: normal;
  margin-left: 1em;
}
.fiscal-year--greeting {
  font-size: 22px;
  font-weight: normal;
}
.fiscal-year--governor {
  display: inline-block;
  font-size: 28px;
  white-space: nowrap;
}
.governor-name-item {
  font-size: 0;
  margin-top: 50px;
}
.position--governor {
  display: inline-block;
  margin-left: 1em;
  font-size: 28px;
  white-space: nowrap;
}
.first-name--governor {
  display: inline-block;
  font-size: 28px;
  white-space: nowrap;
}
.last-name--governor {
  display: inline-block;
  font-size: 28px;
  margin-left: 1em;
  white-space: nowrap;
}
.governor-greeting-outer {
  margin-top: 20px;
}
.governor-greeting__heading {
  padding: 0;
  position: relative;
  font-size: 26px;
  line-height: 50px;
  margin-top: 0;
  text-align: center;
}
.governor-greeting__heading:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#69b4e6', endColorstr = '#3498db');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#69b4e6', endColorstr = '#3498db')";
  background-image: -moz-linear-gradient(top, #69b4e6, #3498db);
  background-image: -ms-linear-gradient(top, #69b4e6, #3498db);
  background-image: -o-linear-gradient(top, #69b4e6, #3498db);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#69b4e6), to(#3498db));
  background-image: -webkit-linear-gradient(top, #69b4e6, #3498db);
  background-image: linear-gradient(top, #69b4e6, #3498db);
}
.governor-greeting__contents > p {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}
.quotation {

}
.quotation__heading {
  margin: 0;
}
.quotation__text {
  border: 1px solid #404040;
  margin: 0;
  padding: 5px;
}
.quotation__sub-heading {
  line-height: 25px;
  margin: 0;
}
.quotation__text > p {
  margin: 0 1em;
  line-height: 25px;
}
.governor-greeting__media {
  width: 100%;
}
.governor-greeting__media--left {
  float: left;
  text-align: center;
  width: 45%;
}
.governor-greeting__media--right {
  float: right;
  text-align: center;
  width: 45%;
}
.governor-greeting__media img,
.governor-greeting__media--left img,
.governor-greeting__media--right img {
  max-width: 100%;
  max-height: 100%;
}
.thanks {
  font-weight: normal;
  margin-top: 20px;
}
.thanks__fiscal-year {
  font-weight: bold;
  line-height: 20px;
}
.thanks__to {
  float: left;
  font-size: 25px;
  font-weight: bold;
  width: 60%;
}
.thanks__from {
  float: right;
  font-size: 20px;
  width: 40%;
}
.page-container {
  width: 80%;
  margin: 0 auto;
}
/* 引用部分 */
.reference-source {
  text-align: right;
}
.reference-source__link {
  position: relative;
  text-decoration: none;
}
.reference-source__link:before {
  background-color: #404040;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateX(-100%);
  width: 40px;
}
/* 固定ページのコンテンツ */
.page-contents {
  margin-top: 20px;
}
.page-contents__row:not(:first-child) {
  margin-top: 10px;
}
.page-contents__left {
  float: left;
  margin-right: 2%;
  width: 48%;
}
.page-contents__right {
  float: right;
  margin-left: 2%;
  width: 48%;
}
.page-contens__media {
  text-align: center;
}
.page-contens__media img {
  max-width: 100%;
  height: auto;
}
.large-media {
  width: 90%;
  margin: 0 auto;
}
.page-contents__heading {
}
.text-centering {
  text-align: center;
}
/* 表 */
.boundary-table tr td,
.boundary-table tr th {
  padding: 5px;
  border: 1px solid #404040;
}
.column--small {
  width: 15%;
}
.column--medium {
  width: 30%;
}
.row-heading {
  vertical-align: top;
  width: 120px;
}
/* 点付きリスト */
.point-list {
  margin: 0 0 0 2em;
  padding: 0;
}
.point-list > li {
}
.point-list__heading {
  display: inline;
  margin: 0;
}
.point-list__contents {
}

/* 周年事業とか */
.anniversary {
  margin-top: 40px;
}
.anniversary__cover {
}
.anniversary__detail {
  margin-top: 10px;
}
.left-sub-box--small {
  float: left;
  width: 200px;
}
.right-main-box--large {
  float: right;
  margin-left: -250px;
  width: 100%;
}
.right-main-box--medium {
  float: right;
  margin-left: -220px;
  width: 100%;
}
.right-main-box__contents--large {
  margin-left: 250px;
}
.right-main-box__contents--medium {
  margin-left: 220px;
}
.media {
  text-align: center;
}
.media > img {
  max-width: 100%;
  max-height: 100%;
}
.anniversary__title {
  font-size: 30px;
  margin: 0 auto;
  width: 80%;
}
.ceremony-images {
  overflow: hidden;
}
.profile-text {
  height: 150px;
}
.profile-text__row--two {
  height: 50%;
  position: relative;
}
.profile-text__position,
.profile-text__name {
  font-size: 0;
  line-height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.profile-text__position > span:not(:first-child),
.profile-text__name > span:not(:first-child) {
  margin-left: 1em;
}
.profile-text__position > span,
.profile-text__name > span {
  font-size: 20px;
}
.media-list {
  font-size: 0;
  list-style-type: none;
  margin: 0 -1% -1% 0;
  padding: 0;
  text-align: center;
}
.media-list > li {
  display: inline-block;
  font-size: 16px;
  margin: 0 1% 1% 0;
}
.media-list__item--three-column {
  width: 32.3%;
}
@media screen and (max-width: 782px) {
  .media-list__item--three-column {
    width: 49%;
  }
}
@media screen and (max-width: 600px) {
  .left-sub-box--small {
    float: none;
    margin: 0 auto;
    width: 200px;
  }
  .right-main-box--large,
  right-main-box--medium {
    float: none;
    margin: 10px 0 0 0;
    width: 100%;
  }
  .right-main-box__contents--large,
  .right-main-box__contents--medium {
    margin-left: 0;
  }
  .anniversary__title {
    text-align: center;
  }
  .profile-text,
  .profile-text__row--two {
    height: auto;
  }
  .profile-text__position,
  .profile-text__name {
    position: static;
    text-align: center;
    transform: none;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .media-list__item--three-column {
    width: 99%;
  }
}
@media screen and (max-width: 782px) {
  .page-container {
    width: 90%;
  }
  .panel-list > li {
    width: 49%;
  }
  .governor-profile__media {
    float: none;
    margin: 0 auto;;
  }
  .governor-greeting__media--left,
  .governor-greeting__media--right {
    float: none;
    width: 100%;
  }
  .governor-greeting__media--right {
    margin-top: 20px;
  }
  .rotary-area,
  .governor-year,
  .governor-name-item {
    text-align: center;
  }
  .governor-profile__description {
    margin-left: 0;
  }
  .governor-profile__description-outer {
    float: none;
    margin-left: 0;
  }
  .thanks__to,
  .thanks__from {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .page-container {
    width: 100%;
  }
  .panel-list > li {
    width: 99%;
  }
  .page-contents__left,
  .page-contents__right {
    float: none;
    margin: 10px 0 0 0;
    width: 100%;
  }
}

ul.committees__child-committee-list {
    font-size: 11px !important;
}
/*出欠席ボタンのデザイン*/
.btn_attendance {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 8px 10px 5px 10px;
  text-decoration: none;
  color: #0982dd;
  background: #add8e6;
  border-bottom: solid 4px #0000ff;
  border-radius: 15px 15px 0 0;
  transition: .4s;
}

.btn_attendance:hover{
  background: #0982dd;
  color: #FFF;
}
.btn_attendance:active {
  border-bottom: none;
	position: relative;
  top: 5px;
}


/*@media screen and (max-width: 782px)
{
#wp-toolbar>ul>li, #wpadminbar #wp-admin-bar-user-actions.ab-submenu img.avatar{display:block!important;}
#wp-toolbar > ul > li, #wpadminbar .ab-submenu#wp-admin-bar-user-actions img.avatar{display:block!important;} 
} */

/*ログインページ*/
.username{
display:none;
}
#wpmem_login fieldset, #wpmem_reg fieldset{margin:0!important;}
#wpmem_restricted_msg p{margin-bottom:0!important;}

#wpmem_login legend, #wpmem_reg legend{display:none;}


/*文言非表示*/
div#wpmem_restricted_msg {
    display: none;
}