@charset "UTF-8";
/*
Theme Name: SAM_themes test
Description: SAM Themes test
Author: Field Archive Inc.
Author URI: http://field-archive.com/
Theme URI: 
Version: 1.3
Tags: light, white, one-column
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* -----------------------------------------------
タグ初期化
------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=PT+Sans&display=swap");
* {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
  font-weight: 400;
  color: #000000;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:focus, *:focus {
  outline: none;
}

ul {
  list-style: none;
}

p {
  font-size: inherit;
}

/* ========================================
    
    variables
        変数

    INDEX
        - フォント指定
        - 幅・大きさ
        - 色関連
        - メディアクエリ関連

======================================== */
/* ========================================
    
    mixin
        付けるだけで動くスタイルのパーツ

    INDEX
        - メディアクエリ
        - ブロック要素の中央寄せ
        - フロート解除
        - font設定

======================================== */
/* ========================================
    element
======================================== */
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  letter-spacing: 0.7px;
  scroll-behavior: smooth;
}

body {
  font-family: "toppan-bunkyu-gothic-pr6n", sans-serif;
  color: #333333;
  font-weight: 400;
  background: #ffffff;
  display: none;
}

html,
body,
#wrap {
  height: 100%;
  width: 100%;
}

.wrapper {
  position: relative;
  min-height: 100vh;
  width: 100%;
}

/* ========================================
    
    common
        様々なページで使うスタイル

    INDEX
        - webフォントインポート
        - clearfix
        - 標準aタグ、H1～H6、col、

======================================== */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.non:hover {
  text-decoration: none;
}

.acg a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.acg a:hover {
  text-decoration: none;
}

/*
a[href^="http"]:after,
a[href^="//"]:after
{
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
}
a[href^="https://works.field-archive.com/"]:after
{
  margin: inherit;
  font-family: inherit;
  content: "";
  font-weight: inherit;
}

.exlink:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
}*/
.shadow {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shadow:hover {
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  cursor: pointer;
}

figcaption {
  font-size: 0.8rem;
}

.black-waku {
  margin: 0 auto;
}

.black-waku table,
.black-waku td,
.black-waku th {
  border-collapse: collapse;
  border: 1px solid #333333;
}

.black-waku td,
.black-waku th {
  /*width: 50%;*/
  padding: 10px;
}

@media (min-width: 769px) {
  .black-waku {
    padding: 20px 20px 20px;
  }
}

@media (max-width: 768px) {
  .black-waku {
    padding: 10px 0;
  }
}

hr {
  margin: 0 0 20px 0;
}

/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

p {
  line-height: 1.8rem;
  padding-bottom: 10px;
  padding: 0 0 20px 0;
}

p .marker {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(83, 135, 73, 0.2)));
  background: -webkit-linear-gradient(transparent 70%, rgba(83, 135, 73, 0.2) 70%);
  background: linear-gradient(transparent 70%, rgba(83, 135, 73, 0.2) 70%);
}

@media (max-width: 768px) {
  p {
    line-height: 28px;
  }
}

h1 {
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  color: #333333;
  text-align: center;
}

@media (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  color: #333333;
  border-bottom: 1px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  color: #555555;
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  /*padding-bottom: 30px;*/
  font-size: 22px;
}

@media (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #333333;
  line-height: 40px;
  border-bottom: 1px #0097DB;
  padding-bottom: 3px;
}

h5 {
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #333333;
  line-height: 40px;
}

.xs {
  font-size: 0.8rem;
  line-height: 1.5rem;
}

.col2 {
  width: 50%;
  /* 未対応ブラウザ用フォールバック */
  width: calc(100% / 2);
  padding: 0 20px;
  float: left;
}

@media (min-width: 769px) {
  .col3 {
    width: 33.33333%;
    /* 未対応ブラウザ用フォールバック */
    width: calc(100% / 3);
    padding: 0 5px;
    float: left;
  }
}

@media (min-width: 769px) {
  .col4 {
    width: 25%;
    /* 未対応ブラウザ用フォールバック */
    width: calc(100% / 4);
    padding: 20px 20px 0;
    float: left;
  }
}

blockquote {
  position: relative;
  padding: 20px 15px 15px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #F6F6F4;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 9px;
  width: 40px;
  height: 30px;
  text-align: center;
  content: "\f10d";
  font-family: FontAwesome;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  background: #0097DB;
  font-weight: 900;
}

blockquote:after {
  position: absolute;
  content: "";
  top: -8px;
  left: 49px;
  border: none;
  border-bottom: solid 8px #0097DB;
  border-right: solid 9px transparent;
}

blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.topimg {
  background: #0097DB;
}

@media (min-width: 769px) {
  .topimg {
    width: calc(100% - 60px);
    height: 350px;
  }
}

@media (max-width: 768px) {
  .topimg {
    width: 100%;
    height: 300px;
  }
}

.topimg a:hover {
  text-decoration: none;
}

.topimg a:hover img {
  padding: 10px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* 以下、slick01 */
.slick01 .waku {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 769px) {
  .slick01 .waku {
    margin: 0 30px;
    height: 300px;
  }
}

@media (max-width: 768px) {
  .slick01 .waku {
    margin: 0 10px;
    height: 250px;
    background-color: aqua;
  }
}

.slick01 .waku .left {
  overflow: hidden;
}

.slick01 .waku .left img {
  width: 185px;
  height: 300px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  vertical-align: top;
  /* 画像下の余白消し用 */
}

.slick01 .waku .right {
  width: calc(100% - 185px);
  height: 300px;
  background-color: #ffffff;
  position: relative;
}

@media (max-width: 768px) {
  .slick01 .waku .right {
    height: 250px;
  }
}

.slick01 .waku .right .rules-outer {
  height: 280px;
  margin: 10px;
  border-top: 2px solid #0097DB;
  border-bottom: 2px solid #0097DB;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 768px) {
  .slick01 .waku .right .rules-outer {
    height: 230px;
  }
}

.slick01 .waku .right .rules-inner {
  height: 100%;
  border-top: 1px solid #0097DB;
  border-bottom: 1px solid #0097DB;
  padding: 5px 10px;
}

.slick01 .waku .right h2 {
  text-align: left;
  font-size: 1.2rem;
  padding: 0;
  margin: 0;
}

.slick01 .waku .right h3 {
  text-align: left;
  font-size: 2rem;
  font-weight: 800;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.slick01 .waku .right .has-text-align-right {
  font-size: 0.8rem;
  position: absolute;
  right: 20px;
  bottom: 10px;
  line-height: 1.2rem;
  width: 100%;
}

@media (max-width: 768px) {
  .slick01 .waku .right {
    width: 100%;
  }
  .slick01 .waku .right h2 {
    font-size: 0.9rem;
    z-index: 100;
    position: absolute;
    top: 20px;
    left: 10px;
    padding: 5px;
    width: calc(100% - 10px);
  }
  .slick01 .waku .right h3 {
    font-size: 1.2rem;
    position: absolute;
    top: 60px;
    left: 15px;
  }
  .slick01 .waku .right p:not(.has-text-align-right) {
    font-size: 0.8rem;
    position: absolute;
    top: 130px;
    left: 15px;
  }
  .slick01 .waku .right .img {
    padding: 0;
    height: calc(100% + 40px);
    background-size: cover;
    opacity: 0.1;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -20px;
  }
}

.slick01 .waku .right ul {
  list-style: disc;
  padding-left: 20px;
}

.slick01 img {
  margin: 0 auto;
}

.slick01 .mainimg {
  padding-top: 50px;
}

.slick01 .mainimg img {
  width: 450px;
}

@media (max-width: 768px) {
  .slick01 .mainimg img {
    padding: 0 10px;
  }
}

.slick01 .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0 5px 0 5px;
}

@media (min-width: 769px) {
  .slick01 .slick-next::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 600;
    font-size: 1.5rem;
    padding: 0 5px 0 5px;
  }
}

@media (max-width: 768px) {
  .slick01 .slick-next::before {
    content: "";
    width: 100px;
    background-color: wheat;
  }
}

.slick01 .slick-slide {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 1;
}

.slick01 .slick-active {
  /*opacity: 0.5;*/
  opacity: 1;
}

.slick01 .slick-current {
  opacity: 1;
}

.slick01 .slick-prev {
  left: calc(50% - 360px);
  z-index: 497;
}

@media (min-width: 769px) {
  .slick01 .slick-next {
    left: calc(50% + 340px);
  }
}

@media (max-width: 768px) {
  .slick01 .slick-next {
    display: none;
    left: 0;
  }
}

.slick01 .slick-prev:before,
.slick01 .slick-next:before {
  color: white;
  opacity: 1;
}

.slick01 .slick-prev:hover:before,
.slick01 .slick-next:hover:before {
  opacity: 1;
}

.slick01 .slick-dots {
  bottom: 0;
}

/* 縦になる対策　*/
.slick01,
.slick02 {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.slick01.slick-initialized,
.slick02.slick-initialized {
  opacity: 1;
}

/* Dots */
.slick-dotted.slick-slider {
  height: 330px;
}

@media (max-width: 768px) {
  .slick-dotted.slick-slider {
    height: 280px;
  }
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: white;
  margin: auto;
  border: solid 2px #fff;
  width: 15px;
  height: 15px;
  margin-top: -2px;
  border-radius: 15px;
}

/* 以下、slick02 */
.slick02 {
  position: relative;
  padding: 0 15px;
  margin: 0;
}

@media (max-width: 768px) {
  .slick02 {
    width: 100%;
    margin: 0;
    background-color: #F6F6F4;
  }
  .slick02 .title {
    font-size: 1rem;
    color: #ffffff;
    height: 50px;
    background-color: #0097DB;
    width: 100%;
    padding: 0;
    padding-left: 70px;
    margin: 0;
    margin-top: -35px;
    margin-bottom: 10px;
  }
}

@media (min-width: 769px) {
  .slick02 .waku {
    margin: 30px 150px 0 100px;
    height: 330px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .slick02 .waku {
    margin: 30px auto 0;
    height: auto;
    width: 240px;
  }
  .slick02 .waku a:hover {
    text-decoration: none;
  }
}

.slick02 .waku .top {
  position: relative;
}

@media (min-width: 769px) {
  .slick02 .waku .top {
    float: left;
  }
}

@media (max-width: 768px) {
  .slick02 .waku .top {
    margin-left: -12px;
  }
}

@media (min-width: 769px) {
  .slick02 .waku .top img {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 768px) {
  .slick02 .waku .top img {
    width: 250px;
    height: 250px;
  }
}

.slick02 .waku .top-title {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.3rem;
  padding-top: 15px;
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  font-weight: 700;
  font-style: normal;
  height: 100px;
  width: 100%;
  background-color: rgba(0, 151, 219, 0.8);
}

.slick02 .waku .bottom {
  font-size: 0.9rem;
}

@media (min-width: 769px) {
  .slick02 .waku .bottom {
    float: left;
    width: calc(100% - 500px);
    height: 280px;
    padding: 10px 2px 0 25px;
  }
}

@media (max-width: 768px) {
  .slick02 .waku .bottom {
    width: 330px;
    margin-left: -50px;
    padding: 20px 0;
  }
  .slick02 .waku .bottom h2 {
    margin-top: -10px;
  }
}

.slick02 img {
  margin: 0 auto;
}

.slick02 .slick-list {
  margin-right: -12px;
  /* ガター分ネガティブマージン */
}

.slick02 .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0 5px 0 5px;
}

.slick02 .slick-next::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0 5px 0 5px;
}

.slick02 .slick-slide {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 1;
}

.slick02 .slick-active {
  opacity: 1;
}

.slick02 .slick-current {
  opacity: 1;
}

.slick02 .slick-prev {
  left: 0;
}

@media (max-width: 768px) {
  .slick02 .slick-prev {
    display: none;
    top: 40px;
    left: 0;
  }
}

.slick02 .slick-next {
  right: 0;
}

@media (max-width: 768px) {
  .slick02 .slick-next {
    top: 40px;
    right: 0;
  }
}

.slick02 .slick-prev,
.slick02 .slick-next {
  z-index: 100;
  width: 50px;
  height: 50px;
  background-color: #0097DB;
}

.slick02 .slick-prev:before,
.slick02 .slick-next:before {
  color: white;
  opacity: 1;
}

.slick02 .slick-prev:hover:before,
.slick02 .slick-next:hover:before {
  opacity: 1;
}

/*radio*/
.mwform-radio-field {
  margin: 0 0.5em;
}

input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}

input[type="radio"] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

input[type="radio"] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  color: #0097DB;
}

input[type="radio"]:checked + span:before {
  content: "\f192";
  font-weight: 400;
}

/* check */
.mwform-radio-field {
  margin: 0 0.5em;
}

input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}

input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

input[type="checkbox"] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  color: #0097DB;
}

input[type="checkbox"]:checked + span:before {
  content: "\f14a";
  font-weight: 400;
}

/* entry フォーム */
@media (max-width: 768px) {
  .entry input[type="text"],
  .entry input[type="email"],
  .entry input[type="tel"] {
    width: 100%;
  }
  .entry textarea {
    width: 100%;
  }
}

.entry ul {
  margin: 0 auto;
  border: 1px solid #333333;
  border-bottom: none;
}

@media (min-width: 769px) {
  .entry ul {
    width: 600px;
  }
}

@media (max-width: 768px) {
  .entry ul {
    width: 100%;
  }
}

.entry li {
  border-bottom: 1px solid #333333;
}

@media (min-width: 769px) {
  .entry li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .entry li label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.entry li .left {
  padding: 10px;
  text-align: right;
  background-color: aliceblue;
}

@media (min-width: 769px) {
  .entry li .left {
    width: 200px;
  }
}

@media (min-width: 769px) {
  .entry li .left {
    border-right: 1px solid #333333;
  }
}

@media (max-width: 768px) {
  .entry li .left {
    border-bottom: 1px solid #333333;
  }
}

@media (min-width: 769px) {
  .entry li .right {
    padding: 5px;
    width: calc(100% - 200px);
  }
  .entry li .right-pd {
    padding: 5px 0 0 5px;
  }
}

@media (max-width: 768px) {
  .entry li .right {
    padding: 5px;
  }
}

.entry li .right .answer {
  width: 100px;
}

.entry li .right .wpcf7-form-control-wrap br {
  display: none;
}

.entry li .right .wpcf7-list-item.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.entry li .right .wpcf7-list-item.last > label {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
}

.entry .btnbox {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.entry .button {
  border: none;
  /* 枠線を消す */
  outline: none;
  /* クリックしたときに表示される枠線を消す */
  background: transparent;
  /* 背景の灰色を消す */
  border: 1px solid #0097DB;
  color: #0097DB;
  font-weight: 600;
}

@media (min-width: 769px) {
  .entry .button {
    margin: 20px 0 10px 60px;
    padding: 10px 25px;
  }
}

@media (max-width: 768px) {
  .entry .button {
    margin: 20px 0 10px 45px;
    padding: 10px 25px;
  }
}

.entry .wpcf7-submit {
  background-color: #0097DB;
  color: #fff;
}

.wpcf7c-elm-step1,
.wpcf7c-elm-step2,
.wpcf7c-elm-step3 {
  margin: 20px 0 10px 0;
  text-align: center;
}

.wpcf7c-elm-step3 {
  border: 1px solid #0097DB;
  margin: 20px 0 10px 0;
  padding: 50px;
  text-align: center;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
          box-shadow: 0 0 0 1000px white inset;
}

form.sent ul {
  display: none;
}

/* アラート　*/
/*
.wpcf7-response-output {
  margin-top: -30px;
  background: #f7d7da;
  color: #711d26;
  border: 1px solid #f4c6cb;
  padding: 10px;
  text-align: center;
}*/
.entry {
  margin: 0;
  padding: 0;
}

/*  */
/* お問合せ確認 */
/*  */
/* 入力した部分の色を変えて目立たせる */
.wpcf7-text,
.wpcf7-free-text {
  display: block;
  background-color: #fff;
  border: 0;
  padding: 3px;
  font-size: 1rem;
  font-family: Arial, sans-serif;
  color: #333333;
  border: solid 1px #ccc;
  margin: 0;
}

input.wpcf7c-conf,
textarea.wpcf7c-conf {
  border: 0;
  padding: 5px 0 0 0;
  background: #fff;
  padding-left: 1em;
}

input.wpcf7c-conf.wpcf7-free-text {
  border: 1px solid #ccc;
  padding-left: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 0 !important;
  text-align: center;
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: #0097DB 1px solid !important;
  background-color: #fff;
  color: #dc3232;
  padding: 10px;
}

body {
  position: relative;
}

#page_top {
  display: none;
  width: 60px;
  height: 100px;
  position: fixed;
  right: 0;
  bottom: 10px;
  background: transparent;
  text-align: center;
  color: #fff;
  z-index: 500;
  font-size: 0.6rem;
}

#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 100px;
  text-decoration: none;
  padding-top: 55px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

@media (max-width: 768px) {
  #page_top a {
    background-color: rgba(0, 151, 219, 0.6);
    right: 20px;
    padding-top: 65px;
  }
}

#page_top a::before {
  display: inline;
  content: "";
  background-image: url("./img/top.svg");
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  position: absolute;
  width: 10px;
  height: 60px;
  top: 0;
  right: 5px;
  left: 0;
  margin: auto;
  text-align: center;
}

@media (max-width: 768px) {
  #page_top a::before {
    top: 10px;
    right: 8px;
  }
}

#page_top a:hover {
  margin-top: -5px;
}

#logo {
  background-color: #0097DB;
  height: 75px;
}

@media (max-width: 768px) {
  #logo {
    padding-top: 5px;
  }
}

#logo-waku {
  text-align: center;
  margin: 0 auto;
  height: 75px;
  max-width: 1280px;
  position: relative;
  display: none;
}

#logo-main {
  position: absolute;
  top: 13px;
  left: 20px;
  width: 130px;
}

#logo-sub {
  position: absolute;
  top: 43px;
  left: 20px;
}

@media (min-width: 769px) {
  #logo-sub {
    width: 500px;
  }
}

@media (max-width: 768px) {
  #logo-sub {
    width: 300px;
  }
}

#logo-member {
  z-index: 510;
  position: absolute;
  top: 0;
  background-color: white;
  width: 150px;
  height: 50px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-bottom-left-radius: 15px;
}

#logo-member:hover {
  background-color: #0097DB;
  border-color: #ffffff;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

#logo-member:hover #logo-member-txt {
  color: #ffffff;
}

#logo-member:hover #logo-member-txt:before {
  background-color: #0097DB;
  color: #ffffff;
}

@media (min-width: 769px) {
  #logo-member {
    right: 0;
  }
}

@media (max-width: 768px) {
  #logo-member {
    right: 0;
  }
}

#logo-member-txt {
  padding: 10px;
  margin: 4px 0 0 42px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0097DB;
}

#logo-member-txt:before {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 9px;
  width: 40px;
  height: 30px;
  text-align: center;
  content: "\f2bb";
  font-family: FontAwesome;
  color: #0097DB;
  font-size: 25px;
  line-height: 30px;
  background: #ffffff;
  font-weight: 900;
}

footer {
  background: #0097DB;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 5px;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
}

.home-content {
  padding-bottom: 50px;
}

@media (min-width: 769px) {
  .home-content {
    width: calc(100% - 60px);
  }
}

@media (max-width: 768px) {
  .home-content {
    width: 100%;
  }
}

.home-content .about {
  background-color: #F6F6F4;
  padding-top: 50px;
}

@media (max-width: 768px) {
  .home-content .about {
    padding-top: 10px;
  }
}

.home-content .about .tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}

@media (max-width: 768px) {
  .home-content .about .tab-list {
    margin-left: 0;
  }
}

.home-content .about .tab-item {
  color: #0097DB;
  border-radius: 10px 10px 0 0;
  background: #fff;
  border-top: 2px solid #0097DB;
  border-left: 2px solid #0097DB;
  border-right: 2px solid #0097DB;
  padding: 10px 25px;
  margin: 0 5px;
}

@media (max-width: 768px) {
  .home-content .about .tab-item {
    padding: 5px 8px;
    font-size: 0.9rem;
  }
}

.home-content .about .tab-item.active {
  background: #0097DB;
  color: #fff;
}

.home-content .about .tab-item:hover {
  cursor: pointer;
}

.home-content .about .content-item {
  width: 100%;
  margin-top: -2px;
  background: #ffffff;
  border-top: 2px solid #0097DB;
  border-bottom: 2px solid #0097DB;
  position: relative;
  display: none;
}

@media (min-width: 769px) {
  .home-content .about .content-item {
    height: 404px;
  }
}

.home-content .about .content-item.show {
  display: block;
}

.home-content .about .content-item .waku {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.home-content .about .content-item .waku .left {
  width: 70%;
  font-size: 0.9rem;
}

@media (min-width: 769px) {
  .home-content .about .content-item .waku .left {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .home-content .about .content-item .waku .left {
    display: block;
    padding: 10px 5px 100px 10px;
  }
}

.home-content .about .content-item .waku .left-bottom {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.home-content .about .content-item .waku .left2 {
  width: 100%;
  font-size: 0.9rem;
}

@media (min-width: 769px) {
  .home-content .about .content-item .waku .left2 {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .home-content .about .content-item .waku .left2 {
    padding: 10px 10px 130px;
  }
}

.home-content .about .content-item .waku .left2 td {
  vertical-align: top;
}

.home-content .about .content-item .waku .left2-bottom {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.home-content .about .content-item .waku .btn,
.home-content .about .content-item .waku .btn2 {
  float: right;
  background-color: #0097DB;
  padding: 5px 25px;
  border-radius: 40px;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .home-content .about .content-item .waku .btn,
  .home-content .about .content-item .waku .btn2 {
    margin: 5px;
  }
}

.home-content .about .content-item .waku .btn2 {
  background-color: #fff;
  border: 1px solid #0097DB;
  color: #0097DB;
}

.home-content .about .content-item .waku .right {
  width: 30%;
  text-align: right;
}

.home-content .about .content-item .waku .right img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  /* この一行を追加するだけ！ */
}

.home-content .greeting,
.home-content .news {
  position: relative;
}

.home-content .greeting a:hover,
.home-content .news a:hover {
  text-decoration: none;
}

.home-content .greeting-title,
.home-content .news-title {
  color: #0097DB;
  font-size: 1.2rem;
  padding: 30px 0 0 20px;
  max-width: 1220px;
  margin: 0 auto;
}

.home-content .greeting-jptitle,
.home-content .news-jptitle {
  font-size: 1.5rem;
  font-weight: 900;
  padding: 0 0 40px 25px;
  max-width: 1220px;
  margin: 0 auto;
}

.home-content .greeting-right,
.home-content .news-right {
  position: absolute;
  right: 20px;
  top: 40px;
  font-size: 0.9rem;
  width: 400px;
  text-align: right;
}

.home-content .greeting-ul,
.home-content .news-ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-content .greeting-ul li,
.home-content .news-ul li {
  width: calc(50% - 25px);
  display: inline-block;
  text-align: center;
  padding: 5px;
  margin: 0 10px;
}

.home-content .greeting-ul li img,
.home-content .news-ul li img {
  text-align: center;
  width: 100%;
}

.home-content .greeting-ul li .txt,
.home-content .news-ul li .txt {
  width: 100%;
  text-align: left;
  font-size: 0.8rem;
  padding: 7px 7px 10px;
  height: 80px;
}

.home-content .greeting-ul li .txt-b,
.home-content .news-ul li .txt-b {
  font-size: 1rem;
  font-weight: 600;
  height: 50px;
}

.home-content .greeting-list,
.home-content .news-list {
  border: 1px solid #0097DB;
  border-radius: 20px;
  width: 300px;
  padding: 2px;
  text-align: center;
  color: #0097DB;
  font-weight: 700;
  margin: 50px auto;
}

.home-content .news {
  background-color: #F6F6F4;
  padding-bottom: 50px;
}

@media (min-width: 769px) {
  .home-content .news-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.home-content .news-all {
  width: 150px;
  text-align: center;
  color: #0097DB;
}

@media (max-width: 768px) {
  .home-content .news-all {
    width: 100%;
    margin-top: -40px;
    margin-bottom: 10px;
    padding-right: 20px;
    text-align: right;
  }
}

@media (min-width: 769px) {
  .home-content .news-ul {
    width: calc(100% - 150px);
  }
}

.home-content .news-ul ul {
  width: 100%;
}

.home-content .news-ul ul a {
  display: block;
  border: 1px solid #F6F6F4;
}

@media (min-width: 769px) {
  .home-content .news-ul ul a {
    margin: 0 10px 10px 0;
    padding: 5px;
  }
}

@media (max-width: 768px) {
  .home-content .news-ul ul a {
    margin: 10px 10px 30px 10px;
  }
}

.home-content .news-ul ul a:hover {
  border: 1px solid #0097DB;
}

.home-content .news-ul li {
  clear: both;
  width: 100%;
  min-height: 200px;
}

@media (min-width: 769px) {
  .home-content .news-ul li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .home-content .news-ul li {
    margin-left: 0;
  }
}

@media (min-width: 769px) {
  .home-content .news-ul .left {
    width: 150px;
    text-align: left;
  }
}

.home-content .news-ul .left img {
  border-radius: 50%;
  /* 角丸半径を50%にする(=円形にする) */
  width: 100px;
  /* ※縦横を同値に */
  height: 100px;
  /* ※縦横を同値に */
}

@media (min-width: 769px) {
  .home-content .news-ul .right {
    width: calc(100% - 150px);
    text-align: left;
    padding-right: 20px;
  }
}

.home-content .news-ul .right .tag {
  width: 120px;
  float: left;
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
  padding: 2px 10px;
  text-align: center;
  border-radius: 20px;
  margin: 0 10px 0 0;
}

.home-content .news-ul .right .na {
  background-color: #e48e00;
}

.home-content .news-ul .right .to {
  background-color: #d7004a;
}

.home-content .news-ul .right .os {
  background-color: #86b81b;
}

.home-content .news-ul .right .el {
  background-color: #0097DB;
}

.home-content .news-ul .right .time {
  float: left;
  padding-top: 3px;
  font-size: 0.8rem;
}

.home-content .news-ul .right .txt {
  clear: both;
  font-size: 1rem;
  padding: 0;
  padding-top: 10px;
}

.home-content .news-ul .right .txt-title {
  font-weight: 600;
}

.home-content .nav {
  border-top: 1px solid #d7004a;
  position: relative;
}

.home-content .nav .maru {
  position: absolute;
  top: -25px;
  left: -25px;
  border-radius: 50%;
  /* 角丸半径を50%にする(=円形にする) */
  width: 50px;
  /* ※縦横を同値に */
  height: 50px;
  /* ※縦横を同値に */
  background-color: #d7004a;
}

.home-content .nav-title {
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 0 0 30px;
  font-size: 2rem;
  color: #d7004a;
}

.home-content .nav-txt {
  margin: 0 auto 30px;
  padding-bottom: 10px;
  max-width: 1000px;
}

@media (min-width: 769px) {
  .home-content .nav-txt {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .home-content .nav-txt {
    padding-bottom: 50px;
  }
}

@media (min-width: 769px) {
  .home-content .nav-txt .left {
    width: calc(100% - 230px);
    padding: 0 0 0 60px;
  }
}

@media (max-width: 768px) {
  .home-content .nav-txt .left {
    padding: 0 0 0 10px;
  }
}

.home-content .nav-txt .left h2 {
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  font-size: 1rem;
  font-weight: 100;
  margin-top: 20px;
  padding-bottom: 20px;
}

.home-content .nav-txt .left h3 {
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 700;
  margin: -10px 20px 30px 0;
}

.home-content .nav-txt .left img {
  border-radius: 50%;
  /* 角丸半径を50%にする(=円形にする) */
  width: 80px;
  /* ※縦横を同値に */
  height: 80px;
  /* ※縦横を同値に */
}

@media (min-width: 769px) {
  .home-content .nav-txt .left img {
    float: left;
  }
}

.home-content .nav-txt .left h4 {
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  padding: 5px 0 0 10px;
  margin: 0;
  line-height: 1.2rem;
}

@media (min-width: 769px) {
  .home-content .nav-txt .left h4 {
    float: left;
  }
}

@media (max-width: 768px) {
  .home-content .nav-txt .left h4 {
    margin: -100px 0 0 100px;
    height: 100px;
  }
}

.home-content .nav-txt .left h4 strong {
  display: block;
  padding: 7px 0 0 0;
  font-size: 1rem;
}

@media (min-width: 769px) {
  .home-content .nav-txt .right {
    height: 340px;
    position: relative;
  }
  .home-content .nav-txt .right::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-weight: 600;
    font-size: 1.5rem;
    padding: 0 5px 0 5px;
    bottom: 60px;
    right: 0;
  }
}

@media (max-width: 768px) {
  .home-content .nav-txt .right {
    text-align: center;
  }
}

.home-content .nav-txt .right img {
  width: 200px;
  border: 1px solid #ccc;
  margin-top: 3px;
}

.home-content .nav .btn {
  clear: both;
  border: 1px solid #d7004a;
  color: #d7004a;
  border-radius: 20px;
  padding: 3px 25px;
  position: absolute;
  text-align: center;
  right: 20px;
  bottom: 0;
  width: 300px;
}

.home-content .nav .nagoya-btn {
  border: 1px solid #e48e00;
  color: #e48e00;
}

.home-content .nav .osaka-btn {
  border: 1px solid #86b81b;
  color: #86b81b;
}

.home-content .nagoya {
  border-top: 1px solid #e48e00;
}

.home-content .nagoya .maru {
  background-color: #e48e00;
}

.home-content .nagoya .nav-title {
  color: #e48e00;
}

.home-content .osaka {
  border-top: 1px solid #86b81b;
}

.home-content .osaka .maru {
  background-color: #86b81b;
}

.home-content .osaka .nav-title {
  color: #86b81b;
}

#navArea {
  z-index: 1000;
}

#batsu {
  z-index: 1005;
  position: absolute;
  cursor: pointer;
  font-size: 200%;
  font-weight: bold;
  right: 5px;
  top: -5px;
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  background: #0097DB;
  width: 60px;
  color: #fff;
  font-size: 0.6rem;
  text-align: center;
  letter-spacing: 0.2rem;
  z-index: 499;
}

@media (min-width: 769px) {
  nav {
    height: 100%;
    padding-top: 15vh;
  }
}

@media (max-width: 768px) {
  nav {
    height: 60px;
    padding-top: 5px;
  }
}

nav .mokuji {
  padding: 0 0 5px 3px;
  cursor: pointer;
}

nav .sabtitle {
  padding-left: 20px;
  padding-top: 5vh;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 0.8rem;
  text-orientation: mixed;
}

nav .sabtitle a {
  text-decoration: none;
  /*&:hover{
				border-left:1px solid #fff;
			}*/
}

nav .sabtitle span {
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#sideblock {
  position: fixed;
  overflow: hidden;
  background-color: #fff;
  background-color: transparent;
  right: 0;
  top: 0;
  padding: 0;
  z-index: 498;
  color: #333333;
  display: none;
  font-size: 1rem;
}

@media (min-width: 769px) {
  #sideblock {
    height: 100%;
    width: 100%;
  }
}

#sideblock nav {
  position: absolute;
  top: 0;
  left: 0;
}

#sideblock h2 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.5px;
  padding: 0;
  text-align: left;
}

#sideblock h3 {
  margin-top: -5px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  padding: 0;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}

#sideblock .right {
  width: 100%;
  height: 100vh;
  /*margin-left: 60px;*/
  color: #333333;
  font-size: 1rem;
  background-color: #fff;
  text-align: left;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

@media (max-width: 768px) {
  #sideblock .right {
    width: 100vw;
  }
}

#sideblock .right::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

#sideblock .right .logo-waku {
  padding: 20px 0 0 20px;
}

#sideblock .right .logo-waku .fill {
  -webkit-filter: invert(54%) sepia(58%) saturate(6864%) hue-rotate(174deg) brightness(100%) contrast(101%);
          filter: invert(54%) sepia(58%) saturate(6864%) hue-rotate(174deg) brightness(100%) contrast(101%);
}

#sideblock .right .logo-sub {
  color: #0097DB;
  padding: 10px 0 0 22px;
  font-size: 1.5rem;
  font-weight: 900;
}

@media (min-width: 769px) {
  #sideblock .right .content-waku {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

#sideblock .right .content-waku .left {
  background-color: #fff;
}

@media (min-width: 769px) {
  #sideblock .right .content-waku .left {
    width: calc(100% - 460px);
    border-right: 1px solid #333;
    height: 100%;
  }
}

#sideblock .right .content-waku .left a {
  display: block;
  width: 100%;
  position: relative;
}

#sideblock .right .content-waku .left a:hover {
  text-decoration: none;
}

#sideblock .right .content-waku .left a:hover h2 {
  color: #0097DB;
}

#sideblock .right .content-waku .left a:hover:before {
  right: 15px;
  color: #0097DB;
}

#sideblock .right .content-waku .left a:before {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 35px;
  width: 30px;
  height: 30px;
  text-align: center;
  content: "\f061";
  font-family: FontAwesome;
  color: #333333;
  font-size: 25px;
  font-weight: 900;
}

#sideblock .right .content-waku .left-txt {
  border-bottom: 1px solid #333;
}

#sideblock .right .content-waku .left-txt2 {
  padding: 30px 0;
  margin-left: 30px;
  width: calc(100% - 130px);
}

@media (min-width: 769px) {
  #sideblock .right .content-waku .right {
    width: 400px;
    height: 100%;
  }
}

@media (max-width: 768px) {
  #sideblock .right .content-waku .right {
    height: 100%;
  }
}

#sideblock .right .content-waku .right .greeting-ul {
  position: relative;
  width: 100%;
}

#sideblock .right .content-waku .right .greeting-ul ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
}

#sideblock .right .content-waku .right .greeting-ul .waku {
  margin: 10px 0 0 5px;
}

@media (min-width: 769px) {
  #sideblock .right .content-waku .right .greeting-ul .waku {
    height: 120px;
    width: 120px;
  }
}

@media (max-width: 768px) {
  #sideblock .right .content-waku .right .greeting-ul .waku {
    height: auto;
    width: calc(50vw - 8px);
  }
}

#sideblock .right .content-waku .right .greeting-ul .waku .top {
  position: relative;
}

@media (min-width: 769px) {
  #sideblock .right .content-waku .right .greeting-ul .waku .top img {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 768px) {
  #sideblock .right .content-waku .right .greeting-ul .waku .top img {
    height: 100%;
    width: 100%;
  }
}

#sideblock .right .content-waku .right .greeting-ul .waku .top-title {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: 0.8rem;
  padding: 5px;
  font-family: toppan-bunkyu-mincho-pr6n, serif;
  font-weight: 700;
  font-style: normal;
  height: 50px;
  width: 100%;
  background-color: rgba(0, 151, 219, 0.5);
}

#sideblock .right .content-waku .right .greeting-ul img {
  margin: 0 auto;
}

#sideblock .right .shibu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
}

@media (min-width: 769px) {
  #sideblock .right .shibu {
    margin: 0 0 0 1px;
    width: calc(100% - 60px);
  }
}

@media (max-width: 768px) {
  #sideblock .right .shibu {
    margin: 5px 0 0 1px;
  }
}

#sideblock .right .shibu li {
  width: 33%;
  height: 100px;
}

#sideblock .right .shibu li h2,
#sideblock .right .shibu li h3 {
  color: #fff;
}

#sideblock .right .shibu li h2:hover,
#sideblock .right .shibu li h3:hover {
  color: #fff;
}

#sideblock .right .shibu li h3 {
  padding-top: 2px;
}

#sideblock .right .shibu li a {
  display: block;
  position: relative;
}

@media (min-width: 769px) {
  #sideblock .right .shibu li a {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  #sideblock .right .shibu li a {
    height: 100px;
    padding: 20px 5px;
  }
}

#sideblock .right .shibu li a:hover {
  text-decoration: none;
}

#sideblock .right .shibu li a:hover:before {
  color: #fff;
  /*margin-left: 5px;*/
  right: 15px;
}

#sideblock .right .shibu li a:before {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 35px;
  width: 30px;
  height: 30px;
  text-align: center;
  content: "\f061";
  font-family: FontAwesome;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
}

@media (max-width: 768px) {
  #sideblock .right .shibu li a:before {
    content: "";
  }
}

#sideblock .right .shibu li:nth-child(1) {
  background-color: #d7004a;
  font-size: 2rem;
  margin-right: 1px;
}

#sideblock .right .shibu li:nth-child(2) {
  background-color: #e48e00;
  margin-right: 1px;
}

#sideblock .right .shibu li:nth-child(3) {
  background-color: #86b81b;
}

#sideblock .right .bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 40px 20px;
}

@media (min-width: 769px) {
  #sideblock .right .bottom {
    margin: 0 0 0 1px;
  }
}

@media (max-width: 768px) {
  #sideblock .right .bottom {
    margin: 0;
  }
}

#sideblock .right .bottom li {
  width: 50;
  height: 20px;
  font-size: 0.8rem;
}

#sideblock .right .bottom li a {
  display: block;
  position: relative;
  padding: 0 0 0 2em;
}

#sideblock .right .bottom li a:hover {
  text-decoration: none;
  color: #0097DB;
}

#sideblock .right .bottom li a:hover:before {
  color: #0097DB;
  margin-left: 5px;
}

#sideblock .right .bottom li a:before {
  position: absolute;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  top: -2px;
  left: 0px;
  /*text-align: center;
						display: inline-block;
						width: 30px;
						text-align: center;*/
  content: "\f061";
  font-family: FontAwesome;
  color: #333333;
  font-size: 15px;
  font-weight: 900;
}

#sideblock .right-footer {
  background: #0097DB;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 5px;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.7px;
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  cursor: pointer;
}

@media (min-width: 769px) {
  .btn-trigger {
    width: 14px;
    height: 35px;
    margin-left: -2px;
  }
}

@media (max-width: 768px) {
  .btn-trigger {
    width: 35px;
    height: 14px;
  }
}

.btn-trigger span {
  position: absolute;
  left: 0;
  background-color: #fff;
  border-radius: 4px;
}

@media (min-width: 769px) {
  .btn-trigger span {
    height: 100%;
    width: 2px;
  }
}

@media (max-width: 768px) {
  .btn-trigger span {
    top: 0;
    height: 2px;
    width: 100%;
  }
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 769px) {
  .btn-trigger span:nth-of-type(1) {
    height: 100%;
    left: 0;
  }
}

@media (max-width: 768px) {
  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
}

@media (min-width: 769px) {
  .btn-trigger span:nth-of-type(2) {
    left: 7px;
  }
}

@media (max-width: 768px) {
  .btn-trigger span:nth-of-type(2) {
    top: 7px;
  }
}

@media (min-width: 769px) {
  .btn-trigger span:nth-of-type(3) {
    left: 14px;
  }
}

@media (max-width: 768px) {
  .btn-trigger span:nth-of-type(3) {
    top: 14px;
  }
}

/*=============================
#btn07
=============================*/
@media (min-width: 769px) {
  #btn07 span:nth-of-type(1) {
    -webkit-animation: btn07-bar01 0.75s forwards;
    animation: btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateX(20px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateX(20px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(0) rotate(0);
    }
  }
  @keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateX(20px) rotate(45deg);
              transform: translateX(20px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateX(20px) rotate(0);
              transform: translateX(20px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(0) rotate(0);
              transform: translateX(0) rotate(0);
    }
  }
  #btn07 span:nth-of-type(2) {
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  #btn07 span:nth-of-type(3) {
    -webkit-animation: btn07-bar03 0.75s forwards;
    animation: btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateX(-20px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateX(-20px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(0) rotate(0);
    }
  }
  @keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateX(-20px) rotate(-45deg);
              transform: translateX(-20px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateX(-20px) rotate(0);
              transform: translateX(-20px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(0) rotate(0);
              transform: translateX(0) rotate(0);
    }
  }
  #btn07.active span:nth-of-type(1) {
    -webkit-animation: active-btn07-bar01 0.75s forwards;
    animation: active-btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateX(0) rotate(0);
    }
    50% {
      -webkit-transform: translateX(7px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(7px) rotate(45deg);
    }
  }
  @keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateX(0) rotate(0);
              transform: translateX(0) rotate(0);
    }
    50% {
      -webkit-transform: translateX(7px) rotate(0);
              transform: translateX(7px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(7px) rotate(45deg);
              transform: translateX(7px) rotate(45deg);
    }
  }
  #btn07.active span:nth-of-type(2) {
    opacity: 0;
  }
  #btn07.active span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03 0.75s forwards;
    animation: active-btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateX(0) rotate(0);
    }
    50% {
      -webkit-transform: translateX(-7px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(-7px) rotate(-45deg);
    }
  }
  @keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateX(0) rotate(0);
              transform: translateX(0) rotate(0);
    }
    50% {
      -webkit-transform: translateX(-7px) rotate(0);
              transform: translateX(-7px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(-7px) rotate(-45deg);
              transform: translateX(-7px) rotate(-45deg);
    }
  }
}

@media (max-width: 768px) {
  #btn07 span:nth-of-type(1) {
    -webkit-animation: btn07-bar01 0.75s forwards;
    animation: btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(20px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(20px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar01 {
    0% {
      -webkit-transform: translateY(20px) rotate(45deg);
              transform: translateY(20px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(20px) rotate(0);
              transform: translateY(20px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  #btn07 span:nth-of-type(2) {
    -webkit-transition: all 0.25s 0.25s;
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  #btn07 span:nth-of-type(3) {
    -webkit-animation: btn07-bar03 0.75s forwards;
    animation: btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-20px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-20px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes btn07-bar03 {
    0% {
      -webkit-transform: translateY(-20px) rotate(-45deg);
              transform: translateY(-20px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-20px) rotate(0);
              transform: translateY(-20px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  #btn07.active span:nth-of-type(1) {
    height: 2px;
    -webkit-animation: active-btn07-bar01 0.75s forwards;
    animation: active-btn07-bar01 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(7px) rotate(45deg);
    }
  }
  @keyframes active-btn07-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(7px) rotate(0);
              transform: translateY(7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(7px) rotate(45deg);
              transform: translateY(7px) rotate(45deg);
    }
  }
  #btn07.active span:nth-of-type(2) {
    opacity: 0;
  }
  #btn07.active span:nth-of-type(3) {
    -webkit-animation: active-btn07-bar03 0.75s forwards;
    animation: active-btn07-bar03 0.75s forwards;
  }
  @-webkit-keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-7px) rotate(-45deg);
    }
  }
  @keyframes active-btn07-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-7px) rotate(0);
              transform: translateY(-7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-7px) rotate(-45deg);
              transform: translateY(-7px) rotate(-45deg);
    }
  }
}

/*
#modal-content {
	position: fixed ;
	display: none ;
	z-index: 2 ;
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 20px 20px;
  width: 90%;
  max-width: 320px;
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

*/
.login {
  padding-bottom: 50px;
}

.login.loading button {
  max-height: 100%;
  padding-top: 50px;
}

.login.loading button .spinner {
  opacity: 1;
  top: 40%;
}

.login.ok button {
  background-color: #8bc34a;
}

.login.ok button .spinner {
  border-radius: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  height: 20px;
  -webkit-animation: none;
          animation: none;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

.login input {
  display: block;
  padding: 15px 10px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #ddd;
  -webkit-transition: border-width 0.2s ease;
  transition: border-width 0.2s ease;
  border-radius: 2px;
  color: #ccc;
}

.login input + i.fa {
  color: #fff;
  font-size: 1em;
  position: absolute;
  margin-top: -47px;
  opacity: 0;
  left: 0;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.login input:focus {
  outline: none;
  color: #444;
  border-color: #0097DB;
  border-left-width: 35px;
}

.login input:focus + i.fa {
  opacity: 1;
  left: 50px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.login a {
  font-size: 0.8em;
  color: #0097DB;
  text-decoration: none;
}

.login .title {
  color: #444;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0 30px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.login button {
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  background: #0097DB;
  color: #fff;
  display: block;
  border: none;
  margin-top: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 60px;
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  border-bottom-width: 7px;
}

.login button .spinner {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  border: 4px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  left: 50%;
  top: 0;
  opacity: 0;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-animation: spinner 0.6s infinite linear;
          animation: spinner 0.6s infinite linear;
  -webkit-transition: top 0.3s 0.3s ease, opacity 0.3s 0.3s ease, border-radius 0.3s ease;
  transition: top 0.3s 0.3s ease, opacity 0.3s 0.3s ease, border-radius 0.3s ease;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.login:not(.loading) button:hover {
  -webkit-box-shadow: 0px 1px 3px #0097DB;
          box-shadow: 0px 1px 3px #0097DB;
}

.login:not(.loading) button:focus {
  border-bottom-width: 4px;
}

.modal,
.modal2 {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.modal .modal__bg,
.modal2 .modal__bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal .modal__content,
.modal2 .modal__content {
  background: #fff;
  left: 50%;
  padding: 30px 40px 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
}

.modal2 {
  z-index: 1001;
}

.modal2 .modal__content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: scroll;
}

@media (min-width: 769px) {
  .modal2 .modal__content {
    padding: 30px 0 0;
    width: 80%;
    height: 80%;
  }
}

@media (max-width: 768px) {
  .modal2 .modal__content {
    padding: 0;
    width: 90%;
    height: 90%;
  }
}

.modal2 .modal__content h2 {
  padding: 0 0 20px 0;
}

@media (min-width: 769px) {
  .modal2 .modal__content .top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 40px;
  }
}

@media (min-width: 769px) {
  .modal2 .modal__content .top .left {
    padding-bottom: 20px;
    width: 300px;
  }
}

@media (max-width: 768px) {
  .modal2 .modal__content .top .left {
    /**/
    background-color: aqua;
  }
  .modal2 .modal__content .top .left img {
    width: 100%;
  }
}

.modal2 .modal__content .top .left .video {
  width: 100%;
}

@media (min-width: 769px) {
  .modal2 .modal__content .top .right {
    width: calc(100% - 300px);
  }
}

@media (max-width: 768px) {
  .modal2 .modal__content .top .right {
    width: 100%;
  }
}

.modal2 .modal__content .top .right h3 {
  font-weight: 900;
  text-align: left;
}

@media (min-width: 769px) {
  .modal2 .modal__content .top .right h3 {
    font-size: 1.2rem;
    padding-top: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .modal2 .modal__content .top .right h3 {
    font-size: 1.1rem;
    line-height: 2rem;
    padding-top: 10px;
    padding-left: 15px;
  }
}

.modal2 .modal__content .top .right h4 {
  font-size: 1rem;
  font-weight: 900;
  text-align: left;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .modal2 .modal__content .top .right h4 {
    font-size: 0.8rem;
    line-height: 1.5rem;
    padding-bottom: 10px;
    padding-left: 15px;
  }
}

.modal2 .modal__content .txt {
  max-width: 600px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .modal2 .modal__content .txt {
    padding: 20px 40px;
  }
}

@media (max-width: 768px) {
  .modal2 .modal__content .txt {
    padding: 0 15px;
  }
}

.modal2 .close a {
  display: block;
  width: 100%;
  background: #0097DB;
  text-align: center;
  padding: 5px;
}

.modal2 .close a:hover:before {
  font-size: 30px;
}

.modal2 .close a:before {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  display: inline-block;
  content: "\f00d";
  font-family: FontAwesome;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 900;
}

.category #logo-waku,
.page #logo-waku,
.single #logo-waku {
  display: block;
}

@media (min-width: 769px) {
  .category-content,
  .page-content,
  .single-content {
    width: calc(100% - 60px);
  }
}

.category h1,
.page h1,
.single h1 {
  color: #0097DB;
  padding: 10px;
  border-bottom: 1px solid #0097DB;
}

.category .pankuzu,
.page .pankuzu,
.single .pankuzu {
  font-size: 0.8rem;
  max-width: 1220px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .category .pankuzu,
  .page .pankuzu,
  .single .pankuzu {
    padding: 15px 20px;
  }
}

@media (max-width: 768px) {
  .category .pankuzu,
  .page .pankuzu,
  .single .pankuzu {
    padding: 10px 20px 0;
  }
}

.category-description,
.page-description,
.single-description {
  max-width: 1220px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .category-description,
  .page-description,
  .single-description {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.category-description a,
.page-description a,
.single-description a {
  text-decoration: underline;
}

.category-description a:hover,
.page-description a:hover,
.single-description a:hover {
  text-decoration: none;
}

.category-description .left,
.page-description .left,
.single-description .left {
  background-color: #f6f6f4;
}

@media (min-width: 769px) {
  .category-description .left,
  .page-description .left,
  .single-description .left {
    width: calc(100% - 500px);
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .category-description .left,
  .page-description .left,
  .single-description .left {
    width: 100%;
    margin-top: 10px;
    padding: 20px;
  }
}

.category-description .right,
.page-description .right,
.single-description .right {
  background-color: #f6f6f4;
}

.category-description .right img,
.page-description .right img,
.single-description .right img {
  width: 500px;
  height: 309px;
  -o-object-fit: cover;
     object-fit: cover;
  /* この一行を追加するだけ！ */
}

@media (max-width: 768px) {
  .category-description .right,
  .page-description .right,
  .single-description .right {
    display: none;
  }
}

.category .now,
.category .old,
.page .now,
.page .old,
.single .now,
.single .old {
  margin-top: 50px;
}

.category .now .h2,
.category .old .h2,
.page .now .h2,
.page .old .h2,
.single .now .h2,
.single .old .h2 {
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}

.category .now .h2 .rules-outer,
.category .old .h2 .rules-outer,
.page .now .h2 .rules-outer,
.page .old .h2 .rules-outer,
.single .now .h2 .rules-outer,
.single .old .h2 .rules-outer {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0 20px;
}

.category .now .h2 .rules-inner,
.category .old .h2 .rules-inner,
.page .now .h2 .rules-inner,
.page .old .h2 .rules-inner,
.single .now .h2 .rules-inner,
.single .old .h2 .rules-inner {
  height: 100%;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 5px 10px 5px;
}

.category .now h3,
.category .old h3,
.page .now h3,
.page .old h3,
.single .now h3,
.single .old h3 {
  text-align: left;
}

@media (max-width: 768px) {
  .category .now .alignright,
  .category .old .alignright,
  .page .now .alignright,
  .page .old .alignright,
  .single .now .alignright,
  .single .old .alignright {
    padding: 10px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background-color: aliceblue;
  }
}

.category .now .date,
.category .old .date,
.page .now .date,
.page .old .date,
.single .now .date,
.single .old .date {
  font-size: 0.9rem;
  padding: 5px 0 20px 0;
}

.category .now-type,
.category .old-type,
.page .now-type,
.page .old-type,
.single .now-type,
.single .old-type {
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .category .now-type,
  .category .old-type,
  .page .now-type,
  .page .old-type,
  .single .now-type,
  .single .old-type {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 25px 20px 0 20px;
  }
}

@media (max-width: 768px) {
  .category .now-type,
  .category .old-type,
  .page .now-type,
  .page .old-type,
  .single .now-type,
  .single .old-type {
    padding: 20px;
  }
}

@media (min-width: 769px) {
  .category .now-type li:first-child,
  .category .old-type li:first-child,
  .page .now-type li:first-child,
  .page .old-type li:first-child,
  .single .now-type li:first-child,
  .single .old-type li:first-child {
    width: 400px;
  }
}

@media (max-width: 768px) {
  .category .now-type li:first-child,
  .category .old-type li:first-child,
  .page .now-type li:first-child,
  .page .old-type li:first-child,
  .single .now-type li:first-child,
  .single .old-type li:first-child {
    display: none;
  }
}

.category .now-type li:nth-child(2),
.category .old-type li:nth-child(2),
.page .now-type li:nth-child(2),
.page .old-type li:nth-child(2),
.single .now-type li:nth-child(2),
.single .old-type li:nth-child(2) {
  width: calc(100% - 400px);
  font-size: 0.9rem;
  padding: 5px 0 0 10px;
}

.category .btn,
.page .btn,
.single .btn {
  border: 2px solid #0097DB;
  color: #0097DB;
  width: 300px;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  background-color: #fff;
}

.category .btn a,
.page .btn a,
.single .btn a {
  display: block;
  text-decoration: none;
  border-radius: 20px;
  padding: 5px 15px;
}

.category .old,
.page .old,
.single .old {
  background-color: #f6f6f4;
  border-top: 1px solid #0097DB;
  position: relative;
  padding-bottom: 80px;
}

.category .old .maru,
.page .old .maru,
.single .old .maru {
  position: absolute;
  top: -25px;
  left: -25px;
  border-radius: 50%;
  /* 角丸半径を50%にする(=円形にする) */
  width: 50px;
  /* ※縦横を同値に */
  height: 50px;
  /* ※縦横を同値に */
  background-color: #0097DB;
}

.category .old .h2,
.page .old .h2,
.single .old .h2 {
  margin-top: 60px;
}

.category .old-xs,
.page .old-xs,
.single .old-xs {
  margin-top: 20px;
  font-size: 0.8rem;
  text-align: center;
}

.category .old-tag,
.page .old-tag,
.single .old-tag {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0 0 50px;
}

.category .old-tag .tag,
.page .old-tag .tag,
.single .old-tag .tag {
  font-size: 0.8rem;
  border: 1px solid #707070;
  width: 80px;
  padding: 3px;
  margin: 10px 5px;
  background-color: #fff;
  text-align: center;
}

.category .old-tag .active,
.page .old-tag .active,
.single .old-tag .active {
  background-color: #707070;
  color: #fff;
}

.category .old-list,
.page .old-list,
.single .old-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 20px;
}

.category .old-list a,
.page .old-list a,
.single .old-list a {
  display: block;
  width: 100%;
}

.category .old-list a:hover,
.page .old-list a:hover,
.single .old-list a:hover {
  text-decoration: none;
}

.category .old-list a:after,
.page .old-list a:after,
.single .old-list a:after {
  margin: inherit;
  font-family: inherit;
  content: "";
  font-weight: inherit;
}

@media (min-width: 769px) {
  .category .old-list ul,
  .page .old-list ul,
  .single .old-list ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.category .old-list li,
.page .old-list li,
.single .old-list li {
  border: 1px solid #707070;
  background-color: #fff;
  padding: 10px;
  position: relative;
}

@media (min-width: 769px) {
  .category .old-list li,
  .page .old-list li,
  .single .old-list li {
    width: calc(50% - 35px);
    margin: 0 15px 35px 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 300px;
  }
}

@media (max-width: 768px) {
  .category .old-list li,
  .page .old-list li,
  .single .old-list li {
    width: 100%;
    margin: 0 10px 10px 0;
    height: 310px;
  }
}

.category .old-list li .tab,
.page .old-list li .tab,
.single .old-list li .tab {
  position: absolute;
  font-size: 0.8rem;
  bottom: 5px;
  right: 5px;
}

.category .old-list li .left,
.page .old-list li .left,
.single .old-list li .left {
  width: calc(100% - 120px);
  padding: 0 0 0 10px;
  float: left;
}

.category .old-list li .left h2,
.page .old-list li .left h2,
.single .old-list li .left h2 {
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  font-size: 0.8rem;
  font-weight: 100;
  margin: 10px 0 10px 5px;
  padding-bottom: 10px;
}

.category .old-list li .left h3,
.page .old-list li .left h3,
.single .old-list li .left h3 {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin: -10px 10px 10px 0;
}

.category .old-list li .left img,
.page .old-list li .left img,
.single .old-list li .left img {
  border-radius: 50%;
  /* 角丸半径を50%にする(=円形にする) */
  width: 80px;
  /* ※縦横を同値に */
  height: 80px;
  /* ※縦横を同値に */
  float: left;
}

.category .old-list li .left h4,
.page .old-list li .left h4,
.single .old-list li .left h4 {
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  float: left;
  font-size: 0.8rem;
  padding: 5px 0 0 10px;
  margin: 0;
  line-height: 1.2rem;
}

.category .old-list li .left h4 strong,
.page .old-list li .left h4 strong,
.single .old-list li .left h4 strong {
  display: block;
  padding: 7px 0 0 0;
  font-size: 1rem;
}

.category .old-list li .right,
.page .old-list li .right,
.single .old-list li .right {
  clear: both;
  float: left;
  position: relative;
  /*
          &::before {
            position: absolute;
            font-family: "Font Awesome 5 Free";
            content: "\f35d";
            font-weight: 600;
            font-size: 1.5rem;
            padding: 0 5px 0 5px;
            bottom: -5px;
            right: 5px;
          }*/
}

.category .old-list li .right img,
.page .old-list li .right img,
.single .old-list li .right img {
  width: 120px;
  border: 1px solid #ccc;
  margin-top: 3px;
}

.category .old-list li .bottom,
.page .old-list li .bottom,
.single .old-list li .bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.category .old-list li .bottom .left,
.page .old-list li .bottom .left,
.single .old-list li .bottom .left {
  width: calc(100% - 100px);
  padding: 10px 0 0 10px;
}

.category .old-list li .bottom .left h4,
.page .old-list li .bottom .left h4,
.single .old-list li .bottom .left h4 {
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  float: left;
  font-size: 0.7rem;
  padding: 15px 0 0 10px;
  margin: 0;
  line-height: 1rem;
}

.category .old-list li .bottom .left h4 strong,
.page .old-list li .bottom .left h4 strong,
.single .old-list li .bottom .left h4 strong {
  display: block;
  padding: 7px 0 0 0;
  font-size: 0.9rem;
}

.category .old-list li .bottom .right,
.page .old-list li .bottom .right,
.single .old-list li .bottom .right {
  height: 150px;
  position: relative;
  margin: -10px 0 0 8px;
}

.category .old-list li .bottom .right::before,
.page .old-list li .bottom .right::before,
.single .old-list li .bottom .right::before {
  position: relative;
  content: "";
}

.category .old-list li .bottom .right img,
.page .old-list li .bottom .right img,
.single .old-list li .bottom .right img {
  margin-top: 30px;
  border-radius: 50%;
  /* 角丸半径を50%にする(=円形にする) */
  width: 80px;
  /* ※縦横を同値に */
  height: 80px;
  /* ※縦横を同値に */
  float: left;
}

.category .post,
.page .post,
.single .post {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 20px 100px;
}

@media (min-width: 769px) {
  .category .reikai li:first-child,
  .page .reikai li:first-child,
  .single .reikai li:first-child {
    width: 240px;
    padding: 20px 0 0 20px;
  }
}

@media (max-width: 768px) {
  .category .reikai li:first-child,
  .page .reikai li:first-child,
  .single .reikai li:first-child {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

.category .reikai li:nth-child(2),
.page .reikai li:nth-child(2),
.single .reikai li:nth-child(2) {
  font-size: 0.9rem;
}

@media (min-width: 769px) {
  .category .reikai li:nth-child(2),
  .page .reikai li:nth-child(2),
  .single .reikai li:nth-child(2) {
    width: calc(100% - 240px);
    padding: 5px 0 0 10px;
  }
}

@media (max-width: 768px) {
  .category .reikai li:nth-child(2),
  .page .reikai li:nth-child(2),
  .single .reikai li:nth-child(2) {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 769px) {
  .category .reikai .left,
  .page .reikai .left,
  .single .reikai .left {
    width: calc(100% - 230px);
    padding: 0 0 0 60px;
  }
}

.category .reikai .left h2,
.page .reikai .left h2,
.single .reikai .left h2 {
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  font-size: 1rem;
  font-weight: 100;
  max-width: 100%;
}

@media (min-width: 769px) {
  .category .reikai .left h2,
  .page .reikai .left h2,
  .single .reikai .left h2 {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .category .reikai .left h2,
  .page .reikai .left h2,
  .single .reikai .left h2 {
    margin-top: -20px;
    padding-bottom: 10px;
  }
}

.category .reikai .left h3,
.page .reikai .left h3,
.single .reikai .left h3 {
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 700;
}

@media (min-width: 769px) {
  .category .reikai .left h3,
  .page .reikai .left h3,
  .single .reikai .left h3 {
    margin: -10px 20px 50px 0;
  }
}

@media (max-width: 768px) {
  .category .reikai .left h3,
  .page .reikai .left h3,
  .single .reikai .left h3 {
    margin: 0 0 20px 0;
  }
}

.category .reikai .left img,
.page .reikai .left img,
.single .reikai .left img {
  border-radius: 50%;
  /* 角丸半径を50%にする(=円形にする) */
  width: 80px;
  /* ※縦横を同値に */
  height: 80px;
  /* ※縦横を同値に */
  float: left;
}

.category .reikai .left h4,
.page .reikai .left h4,
.single .reikai .left h4 {
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  float: left;
  font-size: 0.8rem;
  padding: 5px 0 0 10px;
  margin: 0;
  line-height: 1.2rem;
}

.category .reikai .left h4 strong,
.page .reikai .left h4 strong,
.single .reikai .left h4 strong {
  display: block;
  padding: 7px 0 0 0;
  font-size: 1rem;
}

.category .reikai .right,
.page .reikai .right,
.single .reikai .right {
  height: 340px;
  position: relative;
}

.category .reikai .right::before,
.page .reikai .right::before,
.single .reikai .right::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0 5px 0 5px;
  bottom: 40px;
  right: 20px;
}

.category .reikai .right img,
.page .reikai .right img,
.single .reikai .right img {
  width: 200px;
  border: 1px solid #ccc;
  margin-top: 3px;
}

@media (max-width: 768px) {
  .category .reikai .right h2,
  .page .reikai .right h2,
  .single .reikai .right h2 {
    font-family: toppan-bunkyu-gothic-pr6n, serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    font-size: 1rem;
    font-weight: 100;
    margin-top: 20px;
    padding-bottom: 20px;
    max-width: 100%;
  }
  .category .reikai .right h3,
  .page .reikai .right h3,
  .single .reikai .right h3 {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: 700;
    margin: -10px 20px 50px 0;
  }
}

.category .reikai-txt,
.page .reikai-txt,
.single .reikai-txt {
  margin: 0 auto;
  max-width: 1180px;
}

@media (max-width: 768px) {
  .category .reikai-txt,
  .page .reikai-txt,
  .single .reikai-txt {
    clear: both;
    margin-top: 80px;
  }
}

@media (min-width: 769px) {
  .category .reikai-txt-waku,
  .page .reikai-txt-waku,
  .single .reikai-txt-waku {
    padding: 40px 50px 0;
    margin: -10px 20px 0;
    background-color: aliceblue;
  }
}

@media (max-width: 768px) {
  .category .reikai-txt-waku,
  .page .reikai-txt-waku,
  .single .reikai-txt-waku {
    margin: 0 10px 0;
    padding: 10px;
  }
}

.category .reikai-txt-waku2,
.page .reikai-txt-waku2,
.single .reikai-txt-waku2 {
  border: 1px solid #ccc;
}

@media (min-width: 769px) {
  .category .reikai-txt-waku2,
  .page .reikai-txt-waku2,
  .single .reikai-txt-waku2 {
    padding: 30px 30px 20px;
    margin: 20px 50px 100px;
  }
}

@media (max-width: 768px) {
  .category .reikai-txt-waku2,
  .page .reikai-txt-waku2,
  .single .reikai-txt-waku2 {
    margin: 0 10px 0;
    padding: 10px;
  }
}

.category-txt,
.page-txt,
.single-txt {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.category-txt .title,
.page-txt .title,
.single-txt .title {
  padding: 10px 0 0 0;
  text-align: left;
}

.category-txt .date,
.page-txt .date,
.single-txt .date {
  margin-bottom: 20px;
  text-align: right;
}

.category-txt a,
.page-txt a,
.single-txt a {
  text-decoration: underline;
}

.category-txt a:hover,
.page-txt a:hover,
.single-txt a:hover {
  text-decoration: none;
}

.category .tag,
.page .tag,
.single .tag {
  width: 120px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
  padding: 2px 10px;
  text-align: center;
  border-radius: 20px;
  margin: 0 10px 0 0;
}

.category .na,
.page .na,
.single .na {
  background-color: #e48e00;
}

.category .to,
.page .to,
.single .to {
  background-color: #d7004a;
}

.category .os,
.page .os,
.single .os {
  background-color: #86b81b;
}

.category .el,
.page .el,
.single .el {
  background-color: #0097DB;
}

.category-news .now-type, .category-member .now-type, .category-id-912 .now-type,
.page-news .now-type,
.page-member .now-type,
.page-id-912 .now-type,
.single-news .now-type,
.single-member .now-type,
.single-id-912 .now-type {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .category-news .now-type, .category-member .now-type, .category-id-912 .now-type,
  .page-news .now-type,
  .page-member .now-type,
  .page-id-912 .now-type,
  .single-news .now-type,
  .single-member .now-type,
  .single-id-912 .now-type {
    padding: 20px;
  }
}

.category-news .now-type img, .category-member .now-type img, .category-id-912 .now-type img,
.page-news .now-type img,
.page-member .now-type img,
.page-id-912 .now-type img,
.single-news .now-type img,
.single-member .now-type img,
.single-id-912 .now-type img {
  border-radius: 50%;
  /* 角丸半径を50%にする(=円形にする) */
  width: 120px;
  /* ※縦横を同値に */
  height: 120px;
  /* ※縦横を同値に */
  float: left;
  border: 1px solid #0097DB;
}

.category-news .now-type li:nth-of-type(1), .category-member .now-type li:nth-of-type(1), .category-id-912 .now-type li:nth-of-type(1),
.page-news .now-type li:nth-of-type(1),
.page-member .now-type li:nth-of-type(1),
.page-id-912 .now-type li:nth-of-type(1),
.single-news .now-type li:nth-of-type(1),
.single-member .now-type li:nth-of-type(1),
.single-id-912 .now-type li:nth-of-type(1) {
  width: 150px;
}

@media (min-width: 769px) {
  .category-news .now-type li:nth-of-type(2), .category-member .now-type li:nth-of-type(2), .category-id-912 .now-type li:nth-of-type(2),
  .page-news .now-type li:nth-of-type(2),
  .page-member .now-type li:nth-of-type(2),
  .page-id-912 .now-type li:nth-of-type(2),
  .single-news .now-type li:nth-of-type(2),
  .single-member .now-type li:nth-of-type(2),
  .single-id-912 .now-type li:nth-of-type(2) {
    width: calc(100% - 150px);
  }
}

@media (max-width: 768px) {
  .category-news .now-type li:nth-of-type(2), .category-member .now-type li:nth-of-type(2), .category-id-912 .now-type li:nth-of-type(2),
  .page-news .now-type li:nth-of-type(2),
  .page-member .now-type li:nth-of-type(2),
  .page-id-912 .now-type li:nth-of-type(2),
  .single-news .now-type li:nth-of-type(2),
  .single-member .now-type li:nth-of-type(2),
  .single-id-912 .now-type li:nth-of-type(2) {
    width: 100%;
    padding: 0;
  }
}

.category-news .now-type li h3, .category-member .now-type li h3, .category-id-912 .now-type li h3,
.page-news .now-type li h3,
.page-member .now-type li h3,
.page-id-912 .now-type li h3,
.single-news .now-type li h3,
.single-member .now-type li h3,
.single-id-912 .now-type li h3 {
  text-align: left;
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-size: 1.6rem;
}

.category-news .now-type li .time, .category-member .now-type li .time, .category-id-912 .now-type li .time,
.page-news .now-type li .time,
.page-member .now-type li .time,
.page-id-912 .now-type li .time,
.single-news .now-type li .time,
.single-member .now-type li .time,
.single-id-912 .now-type li .time {
  padding: 10px 0 0 0;
}

.category-news .now-type li h3, .category-member .now-type li h3, .category-id-912 .now-type li h3,
.page-news .now-type li h3,
.page-member .now-type li h3,
.page-id-912 .now-type li h3,
.single-news .now-type li h3,
.single-member .now-type li h3,
.single-id-912 .now-type li h3 {
  padding: 10px 0 0 0;
}

.category-news .now-type2, .category-member .now-type2, .category-id-912 .now-type2,
.page-news .now-type2,
.page-member .now-type2,
.page-id-912 .now-type2,
.single-news .now-type2,
.single-member .now-type2,
.single-id-912 .now-type2 {
  max-width: 700px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .category-news .now-type2, .category-member .now-type2, .category-id-912 .now-type2,
  .page-news .now-type2,
  .page-member .now-type2,
  .page-id-912 .now-type2,
  .single-news .now-type2,
  .single-member .now-type2,
  .single-id-912 .now-type2 {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .category-news .now-type2, .category-member .now-type2, .category-id-912 .now-type2,
  .page-news .now-type2,
  .page-member .now-type2,
  .page-id-912 .now-type2,
  .single-news .now-type2,
  .single-member .now-type2,
  .single-id-912 .now-type2 {
    padding: 0 20px;
  }
}

@media (min-width: 769px) {
  .category-news .now-type2 .yakuin td:nth-child(3), .category-member .now-type2 .yakuin td:nth-child(3), .category-id-912 .now-type2 .yakuin td:nth-child(3),
  .page-news .now-type2 .yakuin td:nth-child(3),
  .page-member .now-type2 .yakuin td:nth-child(3),
  .page-id-912 .now-type2 .yakuin td:nth-child(3),
  .single-news .now-type2 .yakuin td:nth-child(3),
  .single-member .now-type2 .yakuin td:nth-child(3),
  .single-id-912 .now-type2 .yakuin td:nth-child(3) {
    padding-left: 1em;
  }
}

@media (max-width: 768px) {
  .category-news .now-type2 .yakuin td, .category-member .now-type2 .yakuin td, .category-id-912 .now-type2 .yakuin td,
  .page-news .now-type2 .yakuin td,
  .page-member .now-type2 .yakuin td,
  .page-id-912 .now-type2 .yakuin td,
  .single-news .now-type2 .yakuin td,
  .single-member .now-type2 .yakuin td,
  .single-id-912 .now-type2 .yakuin td {
    padding-left: 10px;
    display: block;
    width: 100%;
    text-align: left;
  }
  .category-news .now-type2 .yakuin td:nth-child(2), .category-member .now-type2 .yakuin td:nth-child(2), .category-id-912 .now-type2 .yakuin td:nth-child(2),
  .page-news .now-type2 .yakuin td:nth-child(2),
  .page-member .now-type2 .yakuin td:nth-child(2),
  .page-id-912 .now-type2 .yakuin td:nth-child(2),
  .single-news .now-type2 .yakuin td:nth-child(2),
  .single-member .now-type2 .yakuin td:nth-child(2),
  .single-id-912 .now-type2 .yakuin td:nth-child(2) {
    background-color: #F6F6F4;
    font-weight: 600;
  }
  .category-news .now-type2 .yakuin strong, .category-member .now-type2 .yakuin strong, .category-id-912 .now-type2 .yakuin strong,
  .page-news .now-type2 .yakuin strong,
  .page-member .now-type2 .yakuin strong,
  .page-id-912 .now-type2 .yakuin strong,
  .single-news .now-type2 .yakuin strong,
  .single-member .now-type2 .yakuin strong,
  .single-id-912 .now-type2 .yakuin strong {
    margin-left: -10px;
  }
}

.category-news .old-list a, .category-member .old-list a, .category-id-912 .old-list a,
.page-news .old-list a,
.page-member .old-list a,
.page-id-912 .old-list a,
.single-news .old-list a,
.single-member .old-list a,
.single-id-912 .old-list a {
  display: block;
  padding: 10px;
}

.category-news .old-list a:hover, .category-member .old-list a:hover, .category-id-912 .old-list a:hover,
.page-news .old-list a:hover,
.page-member .old-list a:hover,
.page-id-912 .old-list a:hover,
.single-news .old-list a:hover,
.single-member .old-list a:hover,
.single-id-912 .old-list a:hover {
  text-decoration: none;
}

.category-news .old-list li, .category-member .old-list li, .category-id-912 .old-list li,
.page-news .old-list li,
.page-member .old-list li,
.page-id-912 .old-list li,
.single-news .old-list li,
.single-member .old-list li,
.single-id-912 .old-list li {
  height: 200px;
  position: relative;
  padding: 0;
}

.category-news .old-list img, .category-member .old-list img, .category-id-912 .old-list img,
.page-news .old-list img,
.page-member .old-list img,
.page-id-912 .old-list img,
.single-news .old-list img,
.single-member .old-list img,
.single-id-912 .old-list img {
  border-radius: 50%;
  /* 角丸半径を50%にする(=円形にする) */
  width: 80px;
  /* ※縦横を同値に */
  height: 80px;
  /* ※縦横を同値に */
  border: 1px solid #0097DB;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.category-news .old-list .tag, .category-member .old-list .tag, .category-id-912 .old-list .tag,
.page-news .old-list .tag,
.page-member .old-list .tag,
.page-id-912 .old-list .tag,
.single-news .old-list .tag,
.single-member .old-list .tag,
.single-id-912 .old-list .tag {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.category-news .old-list h3, .category-member .old-list h3, .category-id-912 .old-list h3,
.page-news .old-list h3,
.page-member .old-list h3,
.page-id-912 .old-list h3,
.single-news .old-list h3,
.single-member .old-list h3,
.single-id-912 .old-list h3 {
  font-size: 1rem;
}

.category-news .old-list h4, .category-member .old-list h4, .category-id-912 .old-list h4,
.page-news .old-list h4,
.page-member .old-list h4,
.page-id-912 .old-list h4,
.single-news .old-list h4,
.single-member .old-list h4,
.single-id-912 .old-list h4 {
  font-size: 1.2rem;
  padding: 5px 0;
  line-height: 1.8rem;
}

.tokyo h1 {
  color: #d7004a;
  border-bottom: 1px solid #d7004a;
}

.tokyo .old {
  border-top: 1px solid #d7004a;
}

.tokyo .old .maru {
  background-color: #d7004a;
}

.osaka h1 {
  color: #86b81b;
  border-bottom: 1px solid #86b81b;
}

.osaka .old {
  border-top: 1px solid #86b81b;
}

.osaka .old .maru {
  background-color: #86b81b;
}

.nagoya h1 {
  color: #e48e00;
  border-bottom: 1px solid #e48e00;
}

.nagoya .old {
  border-top: 1px solid #e48e00;
}

.nagoya .old .maru {
  background-color: #e48e00;
}

.page {
  padding: 0;
}

.page .content {
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .page .content {
    padding: 20px 0 100px 0;
  }
}

@media (max-width: 768px) {
  .page .content {
    padding: 10px 20px 50px;
  }
}

.page .content h2,
.page .content h3 {
  text-align: left;
  padding: 10px 0 10px 0;
}

.page .content ul {
  margin-top: -10px;
  padding: 0 0 30px 0;
  list-style: inside;
}

.page .content ul li {
  padding: 5px;
}

.page .content ol {
  margin-top: -10px;
  padding: 0 0 30px 0;
  margin-left: 25px;
}

.page .content ol li {
  padding: 5px;
}

.single-content a {
  text-decoration: underline;
}

.single-content a:hover {
  text-decoration: none;
}

.single-content td {
  padding: 5px;
}

.single-content h2 {
  padding: 10px 0 10px 0;
}

.single-content h3 {
  font-size: 1.3rem;
  padding: 30px 0 20px;
  text-align: left;
}

.single-content h4 {
  font-size: 1.1rem;
  line-height: 1.8rem;
  padding: 0 0 5px 0;
}

.single-content .next {
  font-size: 0.9rem;
  background-color: aliceblue;
  padding: 30px 20px 0;
}

.single-content .prev {
  font-size: 0.9rem;
  text-align: right;
  background-color: aliceblue;
  padding: 0 20px 60px;
}
/*# sourceMappingURL=style.css.map */