@charset "UTF-8";
/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/

/*
青　#02c4cc　rgb(2,196,204,1.0) 濃い　#05a7ae
赤　#721919　rgb(114,255,255,1.0)
赤　dd0000
!important
cursor: pointer;
*/

@import url('https://fonts.googleapis.com/css?family=Anton|Quicksand|Noto+Sans+JP:300,400,500,700&display=swap');

@font-face {
  font-family: 'jin-icons';
  src: url("font/jin-icons/fonts/jin-icons.ttf?c16tcv") format("truetype"),
       url("font/jin-icons/fonts/jin-icons.woff?c16tcv") format("woff"),
       url("font/jin-icons/fonts/jin-icons.svg?c16tcv#jin-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
 @font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src:url("https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap;
}
 @font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 500;
  src:url("https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.woff2") format("woff2");
  font-display: swap;
}

/*recaptureバッジを非表示に*/
.grecaptcha-badge {
  visibility: hidden; }


/*背景色*/
#wrapper {
  background-color: #f5f5f5;
}
.pickup-contents-box-post-type {
  background-color: #fff;
}
footer {
  background-color:#fff;
}
#footer-widget-area .my-profile {
  background: #fff;
}

/*EC CUBEと合わせる*/
body {
    line-height: 1.42857143;
}
/**/


html,
body,
h1,
h2,
h3,
h4,
h5,
ol,
dl,
dt,
dd,
div,
span,
img,
a,
table,
tr,
th,
td,
article,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

h1 {
  font-weight: 500;
}

i {
  font-style: normal; }

ol,
ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0; }

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

h2,
h3,
h4,
h5 {
  font-weight: 500; }

a,
a:link,
a:visited {
  text-decoration: none;
  color: #524e4d; }

a {
  -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }

a:hover {
  color: #0094c8; }

input[type="text"],
input[type="email"],
input[type="search"],
input[type="search"]:hover,
input[type="button"],
input[type="submit"],
textarea,
text {
  -webkit-appearance: none; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc; }

input:focus {
  outline: 0; }

@media (max-width: 767px) {
  strong {
    font-weight: 700; } }
@media (min-width: 768px) {
  strong {
    font-weight: 600; } }

html,
body,
header,
footer {
  margin: 0;
  padding: 0;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  letter-spacing: 1px; }

@media (max-width: 767px) {
  body {
    font-weight: 500; } }
@media (min-width: 768px) {
  body {
    font-weight: 500; } }

.clearfix {
  clear: both; }

.text-off {
  display: none; }

.right {
  text-align: right; }

.logo-left {
  text-align: left; }

.tn_off,
.tn_search_off,
.tn_sns_off,
.header_off {
  display: none !important; }

@media (max-width: 767px) {
  .sp-fix {
    position: fixed !important; } }

#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (max-width: 767px) {
    #wrapper {
      position: relative; } }

/* header */
#header-box {
  width: 100%;
  padding: 0; }
  @media (max-width: 767px) {
    #header-box {
      position: relative;
      z-index: 2;
      min-height: 46px;
      padding: 10px 0;
      padding-bottom: 0px;
      -webkit-transition: 0.6s;
      transition: 0.6s;
      overflow: hidden; } }
  @media (min-width: 768px) {
    #header-box {
      min-height: 60px; } }


@keyframes down-fade-animation {
  0% {
    transform: translateY(-60px);
    filter: opacity(0); }
  100% {
    transform: translateY(0px);
    filter: opacity(1); } }
@keyframes up-fade-animation {
  0% {
    transform: translateY(10px);
    filter: opacity(0); }
  100% {
    transform: translateY(0px);
    filter: opacity(1); } }
@keyframes fade-animation {
  0% {
    filter: opacity(0); }
  100% {
    filter: opacity(1); } }
@keyframes pickup-animate {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes pickup-menu-animate {
  0% {
    transform: translateY(30px);
    filter: opacity(0); }
  100% {
    transform: translateY(0px);
    filter: opacity(1); } }
@keyframes cps-info-animate {
  0% {
    transform: translateX(-10px);
    filter: opacity(0); }
  100% {
    transform: translateX(0px);
    filter: opacity(1); } }
@keyframes cps-info-icon-animate {
  0% {
    transform: translateX(0px);
    filter: opacity(1); }
  100% {
    transform: translateX(10px);
    filter: opacity(0); } }
@keyframes sp-sidemenu-animate {
  0% {
    transform: translateY(10px);
    animation-timing-function: ease-out;
    filter: opacity(0); }
  45% {
    transform: translateY(-7px);
    animation-timing-function: ease-out;
    filter: opacity(1); }
  100% {
    transform: translateY(0px);
    filter: opacity(1);
    animation-timing-function: ease-out; } }
@keyframes sp-sidemenu-btn-animate {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.85); }
  60% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
@keyframes sp-sidemenu-search-animate {
  0% {
    transform: translateX(0px);
    filter: opacity(0); }
  80% {
    transform: translateX(-325px);
    filter: opacity(1); }
  100% {
    transform: translateX(-320px);
    filter: opacity(1); } }


@media (max-width: 767px) {
  .header-box.animate {
    animation-name: down-fade-animation;
    animation-duration: 0.6s; }

  .cps-info-bar.animate {
    animation-name: cps-info-animate;
    animation-duration: 0.6s;
    animation-delay: 0.7s;
    animation-fill-mode: forwards;
    filter: opacity(0);
    position: relative;
    z-index: 4; }

  .cps-info-bar.animate:after {
    animation-name: cps-info-icon-animate;
    animation-duration: 1.5s;
    animation-delay: 0.8s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    filter: opacity(1);
    z-index: 4; }

  .cps-icon-bar.animate,
  .headsearch.animate .search-box:before {
    animation-name: fade-animation;
    animation-duration: 0.6s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    filter: opacity(0);
    position: relative;
    z-index: 4; }

  .cps-sp-menu-bar.animate {
    animation-name: up-fade-animation;
    animation-duration: 0.5s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    filter: opacity(0);
    position: relative;
    z-index: 4; }

  .main-contents.animate,
  .pickup-contents-box.animate,
  .pickup-contents-box-post-type.animate,
  .main-image.animate {
    animation-name: pickup-animate;
    animation-duration: 0.6s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0;
    z-index: 4; }
}

@media (min-width: 768px) {
  .header-box.animate {
    animation-name: down-fade-animation;
    animation-duration: 0.6s; }

  .header.animate {
    animation-name: up-fade-animation;
    animation-duration: 0.6s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    filter: opacity(0);
    position: relative;
    z-index: 4; }

  .cps-info-bar.animate {
    animation-name: cps-info-animate;
    animation-duration: 0.8s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    filter: opacity(0);
    position: relative;
    z-index: 4; }

  .pickup-contents-box-post-type.animate {
    animation-name: up-fade-animation;
    animation-duration: 0.8s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    filter: opacity(0);
    position: relative;
    z-index: 2; }

  .main-contents.animate,
  .sideber.animate {
    animation-name: up-fade-animation;
    animation-duration: 0.8s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    filter: opacity(0); }

  .pickup-contents-box.animate {
    position: relative;
    z-index: 3; }
    .pickup-contents-box.animate li:nth-child(1) {
      animation-name: pickup-menu-animate;
      animation-duration: 0.8s;
      animation-delay: 0.19s;
      animation-fill-mode: forwards;
      filter: opacity(0); }
    .pickup-contents-box.animate li:nth-child(2) {
      animation-name: pickup-menu-animate;
      animation-duration: 0.8s;
      animation-delay: 0.38s;
      animation-fill-mode: forwards;
      filter: opacity(0); }
    .pickup-contents-box.animate li:nth-child(3) {
      animation-name: pickup-menu-animate;
      animation-duration: 0.8s;
      animation-delay: 0.57s;
      animation-fill-mode: forwards;
      filter: opacity(0); }
    .pickup-contents-box.animate li:nth-child(4) {
      animation-name: pickup-menu-animate;
      animation-duration: 0.8s;
      animation-delay: 0.76s;
      animation-fill-mode: forwards;
      filter: opacity(0); }
    .pickup-contents-box.animate li:nth-child(5) {
      animation-name: pickup-menu-animate;
      animation-duration: 0.8s;
      animation-delay: 0.95s;
      animation-fill-mode: forwards;
      filter: opacity(0); }
    .pickup-contents-box.animate li:nth-child(6) {
      animation-name: pickup-menu-animate;
      animation-duration: 0.8s;
      animation-delay: 1.14s;
      animation-fill-mode: forwards;
      filter: opacity(0); }
    .pickup-contents-box.animate li:nth-child(7) {
      animation-name: pickup-menu-animate;
      animation-duration: 0.8s;
      animation-delay: 1.33s;
      animation-fill-mode: forwards;
      filter: opacity(0); }
    .pickup-contents-box.animate li:nth-child(8) {
      animation-name: pickup-menu-animate;
      animation-duration: 0.8s;
      animation-delay: 1.52s;
      animation-fill-mode: forwards;
      filter: opacity(0); }
    .pickup-contents-box.animate li:nth-child(9) {
      animation-name: pickup-menu-animate;
      animation-duration: 0.8s;
      animation-delay: 1.71s;
      animation-fill-mode: forwards;
      filter: opacity(0); }
    .pickup-contents-box.animate li:nth-child(10) {
      animation-name: pickup-menu-animate;
      animation-duration: 0.8s;
      animation-delay: 1.9s;
      animation-fill-mode: forwards;
      filter: opacity(0); }
    .pickup-contents-box.animate li:nth-child(11) {
      animation-name: pickup-menu-animate;
      animation-duration: 0.8s;
      animation-delay: 2.09s;
      animation-fill-mode: forwards;
      filter: opacity(0); }
    .pickup-contents-box.animate li:nth-child(12) {
      animation-name: pickup-menu-animate;
      animation-duration: 0.8s;
      animation-delay: 2.28s;
      animation-fill-mode: forwards;
      filter: opacity(0); }

  .cps-info-bar.animate a span:after {
    animation-name: cps-info-icon-animate;
    animation-duration: 1.7s;
    animation-delay: 1.4s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    filter: opacity(1);
    z-index: 4; }

  .main-image.animate {
    animation-name: fade-animation;
    animation-duration: 0.8s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    filter: opacity(0);
    position: relative;
    z-index: 3; } }
#header {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    #header {
      margin-bottom: 10px; } }
  @media (min-width: 768px) {
    #header {
      width: 100%;
      padding: 0 20px; } }
  @media (min-width: 1200px) {
    #header {
      width: 1200px; } }
  #header #site-info {
    font-feature-settings: "palt"; }
    @media (max-width: 767px) {
      #header #site-info {
        max-width: 75%;
        text-align: center;
        font-weight: 700;
        margin-top: 1px;
        letter-spacing: 1px;
        margin: 0 auto; } }
    @media (min-width: 768px) {
      #header #site-info {
        letter-spacing: 3px;
        color: #fff;
        font-weight: normal;
        font-size: 0.85rem;
        margin-right: auto;
        min-width: 100px;
        max-width: 140px; } }
    @media (min-width: 1200px) {
      #header #site-info {
        letter-spacing: 3px;
        color: #fff;
        font-weight: normal;
        font-size: 0.85rem;
        margin-right: auto;
        min-width: 100px;
        max-width: 250px; } }
    @media (min-width: 768px) {
      #header #site-info .tn-logo-size {
        overflow: hidden; } }
    #header #site-info img {
      height: auto; }
      @media (max-width: 767px) {
        #header #site-info img {
          margin-bottom: -5px;
          max-width: 100%; } }

@media (max-width: 767px) {
  .cps-sp-menu-bar {
    padding: 9px 5px 9px 5px;
    background-color: #fff;
    color: #000;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .cps-sp-menu-bar ul {
      display: table; }
      .cps-sp-menu-bar ul li {
        display: table-cell; }
        .cps-sp-menu-bar ul li a {
          display: block;
          margin: 0 3px;
          color: #000;
          font-size: 0.75rem;
          letter-spacing: 0px;
          padding: 2px 8px 3px 8px;
          font-weight: 500;
          font-feature-settings: "palt"; }
      .cps-sp-menu-bar ul span {
        padding-right: 3px; }
      .cps-sp-menu-bar ul .current-menu-item a {
        border-bottom: 1px solid #ccc; } }
@media (max-width: 767px) {
  .cps-info-bar,
  .cps-info-bar.animate {
    position: relative; } }
@media (min-width: 768px) {
  .cps-info-bar,
  .cps-info-bar.animate {
    z-index: 2; } }
.cps-info-bar a,
.cps-info-bar.animate a {
  display: block;
  width: 100%;
  background: pink;
  color: #fff !important;
  text-align: center;
  font-size: 0.85rem;
  -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
  @media (max-width: 767px) {
    .cps-info-bar a,
    .cps-info-bar.animate a {
      font-weight: 600;
      padding: 6px 40px;
      letter-spacing: 0;
      line-height: 1.15rem; } }
  @media (min-width: 768px) {
    .cps-info-bar a,
    .cps-info-bar.animate a {
      font-weight: 500;
      padding: 7px 15px 8px 15px; }
      .cps-info-bar a span,
      .cps-info-bar.animate a span {
        position: relative;
        display: inline-block; }
      .cps-info-bar a span:after,
      .cps-info-bar.animate a span:after {
        position: absolute;
        font-family: "jin-icons";
        content: "\e910";
        color: #fff !important;
        top: 4px; } }
.cps-info-bar a:hover,
.cps-info-bar.animate a:hover {
  opacity: 0.9; }

@media (max-width: 767px) {
  .cps-info-bar:after,
  .cps-info-bar.animate:after {
    position: absolute;
    font-family: "jin-icons";
    content: "\e910";
    color: #fff !important;
    right: 32px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 0;
    height: 15px; } }

@media (max-width: 767px) {
  #headmenu {
    display: none; } }
@media (min-width: 768px) {
  #headmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; } }
#headmenu .headsearch {
  width: 30px;
  margin-right: 5px;
  margin-top: 17px; }
  #headmenu .headsearch .search-box {
    display: block;
    position: relative; }
  #headmenu .headsearch .search-box:hover {
    color: #f8b500; }
  #headmenu .headsearch .search-box:before, #headmenu .headsearch .search-text {
    position: absolute;
    top: 1px;
    right: 0;
    width: 20px;
    cursor: pointer; }
  #headmenu .headsearch .search-box:before {
    font-family: "jin-icons";
    content: "\e931";
    top: 0px;
    font-size: 19px;
    z-index: 4;
    text-align: center;
    -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
  #headmenu .headsearch .search-text {
    top: -7px;
    right: -3px;
    opacity: 0;
    z-index: 5;
    -webkit-transition: all .6s;
    transition: all .6s;
    border-radius: 20px;
    padding: 8px 12px;
    border: none;
    font-size: 14px; }
  #headmenu .headsearch .search-text:focus {
    outline: 0;
    opacity: 1;
    width: 220px;
    cursor: text; }
  #headmenu .headsearch input[type="submit"] {
    display: none; }
  #headmenu .headsearch input::-webkit-input-placeholder {
    font-size: 13px; }
#headmenu .headsns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 19px; }
  #headmenu .headsns a {
    -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    display: block;
    color: #fff;
    margin: 0 6px;
    font-size: 15px;
    overflow: hidden; }
  #headmenu .headsns a:hover {
    color: #f8b500 !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  #headmenu .headsns .facebook a {
    margin: 0 7px; }
  #headmenu .headsns .twitter a {
    font-size: 24px;
    margin: 0px;
    padding-top: 2px;
    margin-top: -6px; }
  #headmenu .headsns .line a {
    font-size: 24px;
    margin: 0px 2px;
    margin-top: -5px !important; }
  #headmenu .headsns .instagram a {
    font-size: 15px; }
  #headmenu .headsns .youtube a {
    font-size: 17px;
    margin-top: -1px; }
  #headmenu .headsns .jin-contact a {
    font-size: 18px;
    margin: 0px 5px;
    margin-top: -2px; }

@media (max-width: 767px) {
  .headsearch {
    position: absolute;
    z-index: 4; }
    .headsearch .search-box {
      position: relative; }
    .headsearch .search-box:before, .headsearch .search-text {
      position: absolute;
      left: 13px;
      width: 20px;
      cursor: pointer; }
    .headsearch .search-box:before {
      font-family: "jin-icons";
      content: "\e931";
      top: 12px;
      font-size: 25px;
      z-index: 4;
      text-align: center;
      -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
      transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
    .headsearch .search-text {
      top: 7px;
      left: 8px;
      opacity: 0;
      z-index: 5;
      -webkit-transition: all .6s;
      transition: all .6s;
      border-radius: 20px;
      padding: 5px 12px;
      border: none;
      font-size: 16px; }
    .headsearch .search-text:focus {
      outline: 0;
      opacity: 1;
      width: 260px;
      cursor: text; }
    .headsearch input[type="submit"] {
      display: none; }
    .headsearch input::-webkit-input-placeholder {
      font-size: 13px; } }
@media (min-width: 768px) {
  #header.header-type2 {
    position: relative;
    display: block;
    z-index: 1; } }
@media (min-width: 768px) {
  #header.header-type2 #site-info {
    display: block;
    text-align: center;
    max-width: 100%; } }
#header.header-type2 #headmenu {
  position: absolute;
  right: 30px;
  top: 0; }

/* contents */
#contents {
  padding-top: 10px;
  margin: 0 auto; }
  #contents::after {
    clear: both;
    content: "";
    display: block; }
  @media (max-width: 767px) {
    #contents {
      padding-top: 0;
      margin-top: 0px; } }
  @media (min-width: 768px) {
    #contents {
      width: 100%;
      margin-top: 20px;
      margin-bottom: 10px; } }
  @media (min-width: 835px) and (max-width: 1199px) {
    #contents {
      width: 100%; } }
  @media (min-width: 1200px) {
    #contents {
      width: 1200px; } }

@media (max-width: 767px) {
  #main-contents {
    width: calc(100%);
    float: left;
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 10px; } }
@media (min-width: 768px) {
  #main-contents {
    width: calc(66.6666666667% - 16.6666666667px);
    float: left;
    margin-left: 10px;
    margin-bottom: 20px; } }
@media (min-width: 1024px) {
  #main-contents {
    width: calc(67.5% - 50.25px);
    float: left;
    margin-left: 30px; } }

@media (max-width: 767px) {
  #sidebar {
    width: calc(100%);
    float: left;
    margin-left: 0; } }
@media (min-width: 768px) {
  #sidebar {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px;
    max-width: 350.25px !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; } }
@media (min-width: 1024px) {
  #sidebar {
    width: calc(32.5% - 39.75px);
    float: left;
    margin-left: 30px;
    max-width: 350.25px !important; } }


/* 記事一覧 */

.post-list-mag .post-list-item .post-list-inner .post-list-meta .postt-count,
.post-list-mag3col .post-list-item .post-list-inner .post-list-meta .postt-count,
.post-list-mag-sp1col .post-list-item .post-list-inner .post-list-meta .postt-count {
  font-family: 'Quicksand',sans-serif;
  position: absolute;
  left: 12px;
  color: #e95560; }
.post-list-mag .post-list-item .post-list-inner .post-list-meta .postt-count,
.post-list-mag-sp1col .post-list-item .post-list-inner .post-list-meta .postt-count {
  bottom: 8px;
  font-size: 0.9rem; }
.post-list-mag3col .post-list-item .post-list-inner .post-list-meta .postt-count {
  font-size: 0.8rem;
  bottom: 5px; }
.post-list-mag .post-list-item .post-list-inner .post-list-meta .postt-date,
.post-list-mag3col .post-list-item .post-list-inner .post-list-meta .postt-date,
.post-list-mag-sp1col .post-list-item .post-list-inner .post-list-meta .postt-date {
  font-family: 'Quicksand',sans-serif;
  position: absolute;
  bottom: 10px;
  right: 12px;
  font-size: 0.8rem;
  color: #555; }
.post-list-mag3col .post-list-item .post-list-inner .post-list-meta .postt-date {
  font-family: 'Quicksand',sans-serif;
  position: absolute;
  bottom: 6px;
  right: 12px;
  font-size: 0.8rem;
  color: #555; }
.post-list-mag .post-list-item .post-list-inner .post-list-meta .postt-count .jin-ifont-heart,
.post-list-mag3col .post-list-item .post-list-inner .post-list-meta .postt-count .jin-ifont-heart {
  margin-right: 3px;
  position: relative;
  top: 1px; }
.post-list-mag-sp1col .post-list-item .post-list-inner .post-list-meta .postt-count .jin-ifont-heart {
  margin-right: 3px;
  position: relative;
  top: 4px; }
.post-list-mag .post-list-item .post-list-inner .post-list-meta .postt-date .jin-ifont-watch,
.post-list-mag3col .post-list-item .post-list-inner .post-list-meta .postt-date .jin-ifont-watch {
  margin-right: 2px;
  position: relative;
  top: 1px; }
.post-list-mag-sp1col .post-list-item .post-list-inner .post-list-meta .postt-date .jin-ifont-watch {
  margin-right: 2px;
  position: relative;
  top: 3px; }
@media (max-width: 767px) {
  .related-entry-section .postt-count {
    bottom: 6px !important; }
  .related-entry-section .postt-count .jin-ifont-heart {
    margin-right: 1px !important;
    top: 4px !important;
    font-size: 0.8rem; }
  .related-entry-section .postt-count span {
    font-size: 0.8rem; }
  .related-entry-section .postt-date .jin-ifont-watch {
    margin-right: 0px !important;
    top: 2px !important; }
}


/* widget */
footer .widgettitle {
  border-bottom: 2px solid #2b2b2b;
  margin-bottom: 15px;
  padding-bottom: 13px;
  font-size: 1.1rem;
  font-weight: 500; }

@media (max-width: 767px) {
  #widget-tracking {
    display: none; }
}

.sidebar_style1 .widget {
  border-radius: 2px;
  background: #fff;
  padding-bottom: 25px;
  padding-top: 25px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 0.95rem; }
@media (max-width: 767px) {
  .sidebar_style1 .widget {
    padding: 15px !important;
    margin-bottom: 30px;
    border-radius: 2px;
    background: #fff; }
  .sidebar_style1 .widgettitle {
    font-size: 1.1rem; }
}
@media (min-width: 768px) {
  .sidebar_style1 .widget {
    padding: 15px; }
  .sidebar_style1 .widgettitle {
    font-size: 1rem; }
}
@media (min-width: 1024px) {
  .sidebar_style1 .widget {
    padding: 30px; }
  .sidebar_style1 .widgettitle {
    font-size: 1.1rem; }
}
.sidebar_style1 .widgettitle {
  border-bottom: 2px solid #2b2b2b;
  margin-bottom: 15px;
  padding-bottom: 2px;
  font-weight: 500; }

.widget .screen-reader-text {
  display: none; }

.widget.widget_custom_html {
  box-shadow: none !important;
  background: none !important; }

.sidebar_style1 .widget_custom_html {
  padding: 0 !important; }

.widget_archive select,
.widget_categories select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(192, 192, 192, 0.15);
  width: 100%;
  margin: 0px;
  padding: 10px;
  border-radius: 2px;
  font-size: 0.85rem;
  color: #888;
  border: none; }
  @media (max-width: 767px) {
    .widget_archive select,
    .widget_categories select {
      font-size: 16px; } }
.widget_archive form,
.widget_archive select,
.widget_categories form,
.widget_categories select {
  position: relative; }
.widget_archive form:after,
.widget_archive select:after,
.widget_categories form:after,
.widget_categories select:after {
  font-family: "jin-icons";
  content: "\e932";
  position: absolute;
  right: 10px;
  top: 50%;
  pointer-events: none;
  line-height: 0;
  font-size: 1.45rem; }
.widget_archive select:focus,
.widget_categories select:focus {
  outline: 0; }
.widget_archive select::-ms-expand,
.widget_categories select::-ms-expand {
  display: none; }

@media (max-width: 767px) {
  .textwidget {
    font-size: 0.95rem; } }
@media (min-width: 768px) {
  .textwidget {
    font-size: 0.85rem; } }
.textwidget img {
  max-width: 100%;
  height: auto;
  display: block; }

.widget_search .search-box {
  position: relative;
  height: 34px; }
  .widget_search .search-box input[type="search"] {
    background-color: #fff;
    border: 1px solid #ddd;
    height: 34px;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    padding-right: 40px;
    border-radius: 17px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
    @media (max-width: 767px) {
      .widget_search .search-box input[type="search"] {
        font-size: 16px; } }
  .widget_search .search-box input[type="submit"] {
    font-family: "jin-icons";
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 34px;
    width: 34px;
    background: none;
    display: inline-block;
    font-size: 16px;
    color: #aaa !important; }
    @media (max-width: 767px) {
      .widget_search .search-box input[type="submit"] {
        font-size: 18px;
        right: 10px; } }
  .widget_search .search-box input[type="search"]:focus {
    outline: none;
    border: 1px solid #0094c8; }
  .widget_search .search-box input[type="submit"]:hover {
    cursor: pointer; }

.popular-item:nth-child(1) .pop-num,
.popular-item:nth-child(2) .pop-num,
.popular-item:nth-child(3) .pop-num {
  background-color: #dd0000!important; }

#wp-calendar {
  width: 100%;
  border-collapse: collapse;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #aaa;
  border-right-color: #aaa;
  font-size: 0.75rem; }

#wp-calendar thead tr th {
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #aaa;
  border-left-color: #aaa;
  padding: 2px;
  background: #eee;
  font-weight: 500; }

#wp-calendar thead tr th:nth-child(6) {
  background-color: #C0DDF9; }

#wp-calendar thead tr th:nth-child(7) {
  background-color: #F5D0D3; }

#wp-calendar td {
  text-align: center;
  padding: 2px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #aaa;
  border-left-color: #aaa;
  background: #fff; }

#wp-calendar caption {
  text-align: center;
  border: 1px solid #aaa;
  border-bottom: none;
  background: #fff;
  padding: 5px 0; }

#wp-calendar tbody tr #today {
  background-color: #CCC; }

.widget_meta ul {
  padding: 15px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  margin: 0;
  list-style-type: disc; }

.widget_meta ul li {
  padding: 3px 0; }
  .widget_meta ul li a {
    display: block; }

.widget_archive ul li {
  position: relative; }
  .widget_archive ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    *zoom: 1;
    padding-top: 12px;
    padding-left: 28px;
    padding-bottom: 12px;
    line-height: 1.6rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    @media (max-width: 767px) {
      .widget_archive ul li a {
        font-size: 0.95rem;
        font-weight: 500; } }
    @media (min-width: 768px) {
      .widget_archive ul li a {
        font-size: 0.85rem;
        font-weight: 500; } }
    @media (min-width: 1024px) {
      .widget_archive ul li a {
        font-size: 0.95rem; } }
  .widget_archive ul li a:before {
    content: "\e902";
    font-family: "jin-icons";
    position: absolute;
    left: 6px;
    line-height: 0rem;
    width: 14px;
    height: 1px;
    padding-left: 2px;
    font-size: 0.85rem;
    -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    top: 24px; }
.widget_archive ul li:last-of-type a {
  border: none; }

.widget_media_video iframe,
.textwidget iframe {
  width: 100%; }

.widget_recent_comments ul {
  padding-left: 0px; }

.widget_recent_comments ul li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-left: 25px;
  padding-bottom: 12px;
  padding-top: 12px; }
  @media (max-width: 767px) {
    .widget_recent_comments ul li {
      padding-bottom: 12px;
      padding-top: 12px; } }

.widget_recent_comments ul li > a:before {
  display: block;
  font-family: "jin-icons";
  content: '\e90d';
  position: absolute;
  line-height: 1.3rem;
  top: -3px;
  left: -21px;
  width: 10px;
  height: 10px; }

.widget_recent_comments ul li {
  display: block;
  overflow: hidden;
  font-size: 0.85rem;
  line-height: 1.15rem;
  *zoom: 1; }
  @media (max-width: 767px) {
    .widget_recent_comments ul li {
      font-weight: 600; } }
  @media (min-width: 768px) {
    .widget_recent_comments ul li {
      font-weight: 500; } }

.widget_recent_comments ul li a {
  position: relative; }

.widget_pages ul li a {
  display: block;
  overflow: hidden;
  *zoom: 1;
  padding-top: 12px;
  padding-left: 28px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 1.6rem;
  font-size: 0.85rem;
  position: relative;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
  @media (max-width: 767px) {
    .widget_pages ul li a {
      font-weight: 600; } }
  @media (min-width: 768px) {
    .widget_pages ul li a {
      font-weight: 500; } }
.widget_pages ul li a:before {
  content: "\e902";
  font-family: "jin-icons";
  font-weight: 900;
  position: absolute;
  left: 6px;
  line-height: 0;
  width: 14px;
  height: 1px;
  padding-left: 2px;
  font-size: 0.85rem;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  top: 24px; }
.widget_pages ul li:last-of-type a {
  border: none;
  padding-bottom: 0; }

.widget_recent_entries ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .widget_recent_entries ul li a {
    display: block;
    overflow: hidden;
    *zoom: 1;
    padding-top: 12px;
    padding-left: 28px;
    padding-bottom: 12px;
    line-height: 1.6rem;
    font-size: 0.85rem;
    position: relative;
    -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
    @media (max-width: 767px) {
      .widget_recent_entries ul li a {
        font-weight: 600; } }
    @media (min-width: 768px) {
      .widget_recent_entries ul li a {
        font-weight: 500; } }
  .widget_recent_entries ul li a:before {
    content: "\e902";
    font-family: "jin-icons";
    font-weight: 900;
    position: absolute;
    left: 6px;
    line-height: 0;
    width: 14px;
    height: 1px;
    padding-left: 2px;
    font-size: 0.85rem;
    -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    top: 24px; }
  .widget_recent_entries ul li .post-date {
    display: block;
    text-align: right;
    font-size: 0.8rem;
    color: #bbb;
    font-weight: 300;
    letter-spacing: 1px; }
    @media (max-width: 767px) {
      .widget_recent_entries ul li .post-date {
        font-weight: 500; } }

.widget_tag_cloud .tagcloud {
  padding: 0px; }
.widget_tag_cloud a {
  display: inline-table;
  max-width: 100%;
  padding: 4px 5px 4px 3px;
  margin-bottom: 4px;
  margin-right: 1px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.65rem !important;
  text-decoration: none;
  letter-spacing: 0;
  -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
.widget_tag_cloud a:hover {
  background-color: #f8b500;
  color: #fff !important; }
.widget_tag_cloud .tagcloud a:before {
  position: relative;
  top: 3px;
  font-family: "jin-icons";
  content: "\e92c";
  padding-right: 2px;
  line-height: 0.9rem;
  font-size: 0.9rem;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
 .widget_tag_cloud .tagcloud a:hover::before {
   color: #fff !important; }
@media (max-width: 767px) {
  .widget_tag_cloud a {
    margin-bottom: 5px; }
}
.new-entry-item:last-child {
  margin-bottom: 0; }
.new-entry-item a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
.new-entry-item a::after {
  clear: both;
  content: "";
  display: block; }
.new-entry-item a:first-child {
  margin-top: 0px; }

@media (max-width: 767px) {
  .new-entry {
    width: calc(37.5%);
    float: left;
    margin-left: 0px; } }
@media (min-width: 768px) {
  .new-entry {
    width: calc(33.3333333333%);
    float: left;
    margin-left: 0px; } }
.new-entry .eyecatch {
  width: 100%;
  padding: 0;
  margin: 0; }
.new-entry .eyecatch img {
  width: 100%;
  display: block;
  background: #fff;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }

.new-entry-item-meta {
  padding: 0; }
  @media (max-width: 767px) {
    .new-entry-item-meta {
      width: calc(58.3333333333%);
      float: left;
      margin-left: 0px;
      left: calc(4.1666666667% + 0px);
      position: relative; } }
  @media (min-width: 768px) {
    .new-entry-item-meta {
      width: calc(62.5%);
      float: left;
      margin-left: 0px;
      left: calc(4.1666666667% + 0px);
      position: relative; } }
  .new-entry-item-meta .date {
    font-size: 0.8rem;
    color: #555;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    margin-top: 0px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .new-entry-item-meta .date {
        font-weight: 500; } }
    @media (min-width: 1200px) {
      .new-entry-item-meta .date {
        margin-bottom: 6px; } }

.new-entry-item-title {
  font-size: 0.85rem;
  line-height: 1.15rem;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .new-entry-item-title {
      font-weight: 600;
      margin-top: 3px; } }
  @media (min-width: 768px) {
    .new-entry-item-title {
      font-weight: 500; } }
  @media (min-width: 1024px) {
    .new-entry-item-title {
      font-weight: 500; } }

.popular-meta {
  width: calc(100%);
  float: left;
  margin-left: 0px;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  border-radius: 2px;
  margin-top: 6px;
  padding: 1px 7px;
  padding-left: 4px; }

.popular-item a:hover > .popular-meta {
  background: transparent; }

.popular-item {
  margin-top: 0px;
  margin-bottom: 0px; }

.popular-item .new-entry {
  position: relative; }

.pop-num {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #ccc !important;
  text-align: center;
  line-height: 0;
  font-size: 0.75rem;
  padding-top: 10px;
  letter-spacing: 0; }

.popular-count {
  display: block;
  float: right;
  text-align: right;
  color: rgba(0, 0, 0, 0.35);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.35); }
  @media (max-width: 767px) {
    .popular-count {
      font-size: 0.75rem;
      letter-spacing: 1px; } }
  @media (min-width: 768px) {
    .popular-count {
      font-size: 0.75rem; } }
  .popular-count div {
    display: inline-block;
    font-weight: 300; }
  @media (max-width: 767px) {
    .popular-count span {
      font-size: 0.95rem; } }
  @media (min-width: 768px) {
    .popular-count span {
      font-size: 0.85rem;
      font-weight: 500; } }

.widget_categories ul {
  padding: 0;
  margin: 0; }
  .widget_categories ul li {
    position: relative;
    padding: 0px;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .widget_categories ul li:last-of-type {
    border: none; }
  .widget_categories ul li.menu-item-has-children {
    padding-bottom: 10px; }
  .widget_categories ul li.menu-item-has-children:last-of-type {
    padding-bottom: 0px; }
  .widget_categories ul li a {
    padding: 12px;
    padding-left: 28px;
    display: block;
    border-left: none;
    position: relative;
    line-height: 1.6rem;
    -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
    @media (max-width: 767px) {
      .widget_categories ul li a {
        font-size: 0.95rem;
        font-weight: 500;
        padding-right: 40px; } }
    @media (min-width: 768px) {
      .widget_categories ul li a {
        font-size: 0.85rem;
        padding-right: 40px;
        font-weight: 500; } }
    @media (min-width: 1024px) {
      .widget_categories ul li a {
        font-size: 0.95rem; } }
  .widget_categories ul li a:before {
    content: "\e902";
    font-family: "jin-icons";
    font-weight: 900;
    position: absolute;
    left: 6px;
    line-height: 0;
    width: 14px;
    height: 1px;
    padding-left: 2px;
    font-size: 0.85rem;
    -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    top: 23px; }
  .widget_categories ul li:last-child a {
    padding-bottom: 0; }
  .widget_categories ul .children {
    padding-left: 25px;
    margin-bottom: 10px; }
    .widget_categories ul .children li {
      border: none; }
      .widget_categories ul .children li a {
        border-left: none;
        padding: 3px 10px;
        padding-left: 26px;
        position: relative;
        font-size: 0.85rem;
        line-height: 1.15rem;
        -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
        transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
      .widget_categories ul .children li a:before {
        content: "・";
        position: absolute;
        left: 2px;
        width: 5px;
        height: 1px;
        font-size: 24px;
        line-height: 0;
        -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
        transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
        top: 12px; }
    .widget_categories ul .children .children {
      margin-top: 5px;
      margin-bottom: 0; }
      .widget_categories ul .children .children li a {
        padding: 3px 10px;
        padding-left: 26px;
        font-weight: 300;
        font-size: 0.75rem;
        line-height: 1.05rem; }
      .widget_categories ul .children .children li a:before {
        content: "";
        position: absolute;
        left: 17px;
        width: 1px;
        height: 18px;
        padding: 0;
        background: #777;
        line-height: 0;
        -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
        transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
        top: 2px; }

.widget_categories ul .count,
.widget_archive ul .count {
  position: absolute;
  font-family: 'Quicksand',sans-serif;
  right: 3px;
  top: 13px;
  padding: 1px 3px;
  height: 24px;
  min-width: 24px;
  font-size: 0.7rem;
  color: #aaa;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.2rem;
  text-align: center;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }

.widget_categories ul li a:hover .count,
.widget_archive ul li a:hover .count {
  color: #fff;
  background: #aaa;
  border: 1px solid #bbb; }

.widget_categories ul li ul li ul li .count {
  display: none;
  top: 2px; }

@media (max-width: 767px) {
  .widget_categories ul li ul li .count {
    top: 2px; } }
@media (min-width: 768px) {
  .widget_categories ul li ul li .count {
    top: 2px; } }

.widget_nav_menu ul {
  padding: 0;
  margin: 0; }
.widget_nav_menu ul li {
  padding: 0px;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.widget_nav_menu ul li:last-of-type {
  border: none; }
.widget_nav_menu ul li.menu-item-has-children {
  padding-bottom: 10px; }
.widget_nav_menu ul li.menu-item-has-children:last-of-type {
  padding-bottom: 0px; }
.widget_nav_menu ul li span {
  display: inline-block;
  padding-right: 3px; }
.widget_nav_menu ul li a {
  padding: 12px;
  padding-left: 28px;
  display: block;
  border-left: none;
  position: relative;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
@media (max-width: 767px) {
  .widget_nav_menu ul li a {
    font-size: 0.95rem;
    font-weight: 500; }
}
@media (min-width: 768px) {
  .widget_nav_menu ul li a {
    font-size: 0.85rem;
    padding-right: 35px;
    font-weight: 500; }
}
@media (min-width: 1024px) {
  .widget_nav_menu ul li a {
    font-size: 0.95rem; }
}
.widget_nav_menu ul li a:before {
  content: "\e902";
  font-family: "jin-icons";
  position: absolute;
  left: 6px;
  line-height: 0;
  width: 14px;
  height: 1px;
  padding-left: 2px;
  font-size: 0.85rem;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  top: 23px; }
.widget_nav_menu ul li:last-child a {
  padding-bottom: 0; }
.widget_nav_menu ul .sub-menu {
  padding-left: 25px;
  margin-top: -2px; }
.widget_nav_menu ul .sub-menu li {
  position: relative;
  padding: 0;
  border: none; }
.widget_nav_menu ul .sub-menu li a {
  border-left: none;
  padding: 3px 10px;
  padding-left: 26px;
  position: relative;
  font-size: 0.85rem;
  line-height: 1.15rem;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
.widget_nav_menu ul .sub-menu li a:before {
  content: "・";
  position: absolute;
  left: 2px;
  width: 5px;
  height: 1px;
  font-size: 24px;
  line-height: 0;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  top: 12px; }
.widget_nav_menu ul .sub-menu .sub-menu {
  margin-top: 5px;
  padding-top: 0; }
.widget_nav_menu ul .sub-menu .sub-menu li a {
  padding: 3px 10px;
  padding-left: 26px;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.05rem; }
.widget_nav_menu ul .sub-menu .sub-menu li a:before {
  content: "";
  position: absolute;
  left: 17px;
  width: 1px;
  height: 18px;
  padding: 0;
  background: #777;
  line-height: 0;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  top: 2px; }
.widget_nav_menu ul > li.menu-item-has-children > a {
  padding-bottom: 10px; }
.widget_nav_menu ul > li > ul > li.menu-item-has-children > a {
  padding-bottom: 2px; }
.widget_nav_menu ul > li > ul > li > ul > li:last-of-type,
.widget_categories ul > li > ul > li > ul > li:last-of-type {
  padding-bottom: 5px; }
.widget_nav_menu ul > li > a,
.widget_categories ul > li > a,
.widget_archive ul > li > a,
.widget_recent_entries ul > li > a,
.widget_pages ul > li > a,
.widget_meta ul > li > a {
  width: calc(100% - 3px); }
.widget_nav_menu ul > li > a:hover,
.widget_categories ul > li > a:hover,
.widget_archive ul > li > a:hover,
.widget_recent_entries ul > li > a:hover,
.widget_pages ul > li > a:hover,
.widget_meta ul > li > a:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px); }

@media (max-width: 767px) {
  .widget_nav_menu ul > li > ul.sub-menu > li,
  .widget_categories ul > li > ul.children > li {
    margin-bottom: 0; }
  .widget_nav_menu ul > li > ul > li.menu-item-has-children > ul {
    margin-bottom: 0px; }
}

/* フェイスブックウィジット */
#fb-column {
	text-align: center;
}

@media (max-width: 767px) {
  .fb_iframe_widget {
    margin-bottom: 30px; }
}

/* スマホウィジェット */
.sp-menu-widget-box {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-bottom: 0; }
.sp-menu-widget-box::after {
  clear: both;
  content: "";
  display: block; }
.sp-menu-widget-box .sp-menu-widget {
  width: calc(100% - 30px);
  float: left;
  margin-left: 15px; }
.sp-menu-widget-box .sp-menu-widgettitle {
  display: block;
  font-size: 1rem;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px; }
.sp-menu-widget-box .sp-menu-widgettitle span {
  border-bottom: 1px solid #aaa;
  padding: 3px 10px; }
.sp-menu-widget-box .textwidget {
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 0; }
.sp-menu-widget-box .textwidget img {
  max-width: 100%;
  height: auto;
  display: block; }
.sp-menu-widget-box .custom-html-widget {
  margin-top: 5px; }
.sp-menu-widget-box .widget_nav_menu {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  font-size: 0.8em;
  letter-spacing: 0;
  margin-bottom: 15px; }
@media (max-width: 767px) {
  .sp-menu-widget-box .widget_nav_menu {
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25); }
}
.sp-menu-widget-box .widget_nav_menu ul {
  padding: 0;
  padding-top: 5px;
  margin: 0; }
.sp-menu-widget-box .widget_nav_menu ul li {
  width: calc(33.3333333333%);
  float: left;
  margin-left: 0px;
  background: #fff;
  margin-bottom: 5px;
  min-height: 70px;
  border: none; }
.sp-menu-widget-box .widget_nav_menu ul li ul {
  display: none; }
.sp-menu-widget-box .widget_nav_menu ul li:nth-child(3n+1) {
  clear: both; }
.sp-menu-widget-box .widget_nav_menu ul li a {
  padding: 10px 5px;
  padding-top: 5px;
  padding-left: 4px;
  display: block;
  text-align: center;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
.sp-menu-widget-box .widget_nav_menu ul li a span {
  display: block;
  font-size: 1.4rem; }
.sp-menu-widget-box .widget_nav_menu ul li:first-child a,
.sp-menu-widget-box .widget_nav_menu ul li:nth-child(3n+1) a {
  padding-left: 10px;
  border-left: none; }

/* prevnext */
#prev-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin-bottom: 20px;
  margin-top: 30px; }
@media (max-width: 767px) {
  #prev-next {
    display: block;
    margin-bottom: 0px; }
}
#prev-next .prev,
#prev-next .next {
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  padding: 15px;
  padding-top: 0px;
  padding-bottom: 0px; }
@media (max-width: 767px) {
  #prev-next .prev,
  #prev-next .next {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
    display: block;
    min-height: 70px;
    background: #fff; }
}
@media (min-width: 768px) {
  #prev-next .prev,
  #prev-next .next {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    flex: 1;
    min-height: 40px;
    padding-left: 10px;
    padding-right: 10px; }
}
@media (min-width: 768px) and (max-width: 767px) {
  #prev-next .prev,
  #prev-next .next {
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25); }
}
@media (min-width: 1024px) {
  #prev-next .prev,
  #prev-next .next {
    min-height: 70px; }
}
#prev-next .prev .metabox,
#prev-next .next .metabox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
#prev-next .prev .metabox p,
#prev-next .next .metabox p {
  margin-bottom: 5px;
  width: 70%; }
@media (max-width: 767px) {
  #prev-next .prev .metabox p,
  #prev-next .next .metabox p {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1rem;
    margin-top: 9px; }
}
@media (min-width: 768px) {
  #prev-next .prev .metabox p,
  #prev-next .next .metabox p {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.05rem;
    margin-top: 5px; }
}
@media (min-width: 1024px) {
  #prev-next .prev .metabox p,
  #prev-next .next .metabox p {
    font-size: 13px;
    line-height: 1.3rem;
    margin-top: 14px; }
}
#prev-next .prev .metabox img,
#prev-next .next .metabox img {
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
@media (max-width: 767px) {
  #prev-next .prev .metabox img,
  #prev-next .next .metabox img {
    width: auto;
    height: 85px; }
}
@media (min-width: 768px) {
  #prev-next .prev .metabox img,
  #prev-next .next .metabox img {
    width: auto;
    height: 55px; }
}
@media (min-width: 1024px) {
  #prev-next .prev .metabox img,
  #prev-next .next .metabox img {
    width: auto;
    height: 85px; }
}
#prev-next a:hover {
  transform: translateY(-3px);
  box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.08); }
#prev-next .prev {
  display: block;
  padding-left: 0; }
@media (min-width: 768px) {
  #prev-next .prev {
    margin-right: 20px; }
}
#prev-next .prev img {
  margin-right: 15px; }
#prev-next .next {
  display: block;
  padding-right: 0; }
@media (max-width: 767px) {
  #prev-next .next {
    margin-top: 10px; }
}
#prev-next .next img {
  margin-left: 15px; }
#prev-next a.prev:after {
  position: absolute;
  content: 'PREV';
  font-size: 0.5rem;
  text-align: center;
  background: #2b2b2b;
  color: #fff !important;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  top: -1px;
  left: 10px;
  padding: 2px 6px; }
#prev-next a.next:after {
  position: absolute;
  content: 'NEXT';
  font-size: 0.5rem;
  text-align: center;
  background: #2b2b2b;
  color: #fff !important;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  top: -1px;
  right: 10px;
  padding: 2px 6px; }
#prev-next .prevnext-none {
  background: #fff; }
@media (max-width: 767px) {
  #prev-next .prevnext-none {
    display: none; }
}

/* comment */
#comment-area,
#respond {
  width: 100%;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 20px; }

@media (max-width: 767px) {
  #comment-area {
    padding: 0; } }
@media (min-width: 768px) {
  #comment-area {
    padding: 0px; } }

@media (max-width: 767px) {
  #respond {
    padding: 15px 0; } }
@media (min-width: 768px) {
  #respond {
    padding: 0px; } }

.comment-list {
  color: #524e4d;
  margin-bottom: 30px; }
  .comment-list p {
    font-size: 0.9em; }

.commentmetadata,
.comment-awaiting-moderation {
  font-size: 0.7em; }

.reply {
  margin-top: 15px;
  text-align: right; }

.reply a {
  padding: 5px 30px;
  font-size: 0.8em;
  color: #fff !important;
  background: #ccc;
  border-radius: 4px;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }

.reply a:hover {
  background: #aaa; }

@media (max-width: 767px) {
  #comment-title {
    margin-bottom: 20px; } }
@media (min-width: 768px) {
  #comment-title {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  #reply-title {
    margin-bottom: 20px; } }
@media (min-width: 768px) {
  #reply-title {
    margin-bottom: 0px; } }

#reply-title span,
#comment-title span {
  position: relative;
  display: inline-block;
  letter-spacing: 1px; }
@media (max-width: 767px) {
  #reply-title span,
  #comment-title span {
    font-size: 1rem;
    padding: 20px 13px;
    padding-bottom: 0;
    font-weight: 700; }
}
@media (min-width: 768px) {
  #reply-title span,
  #comment-title span {
    font-size: 1.15rem;
    padding: 20px 14px;
    font-weight: 500; }
}
#reply-title .jin-ifont-comment,
#comment-title .jin-ifont-comment {
  line-height: 0;
  margin-right: 13px;
  position: relative;
  z-index: 1;
  color: #fff; }
#reply-title .jin-ifont-comment:before,
#comment-title .jin-ifont-comment:before {
  font-size: 1.4rem;
  line-height: 1.15rem; }
#reply-title span:before,
#comment-title span:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 10px;
  left: 4px;
  border: 1px solid #ccc;
  width: 38px;
  height: 38px;
  border-radius: 25px; }

.logged-in-as {
  color: #524e4d; }

#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline; }

@media (min-width: 768px) {
  .logged-in-as + .comment-flexbox .form-submit {
    margin-top: 16px !important;
    font-size: 0.85rem !important; } }
@media (min-width: 768px) {
  .logged-in-as + .comment-flexbox .form-submit input {
    font-size: 0.85rem !important; } }

@media (min-width: 768px) {
  .comment-flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email #email {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  margin-top: 0;
  -webkit-appearance: none; }
@media (max-width: 767px) {
  .comment-form-comment textarea,
  .comment-form-author input,
  .comment-form-email #email {
    font-size: 0.95rem; }
}
@media (min-width: 768px) {
  .comment-form-comment textarea,
  .comment-form-author input,
  .comment-form-email #email {
    font-size: 0.95rem; }
}
@media (max-width: 767px) {
  .comment-form-author input,
  .comment-form-email #email {
    line-height: 1.2rem; }
}
@media (max-width: 767px) {
  .comment-form-author {
    margin-top: -10px; }
}
@media (min-width: 768px) {
  .form-submit {
    margin-top: -5px !important; }
}
@media (max-width: 767px) {
  .form-submit,
  .comment-form-email {
    margin-top: -5px; }
}
@media (max-width: 767px) {
  .comment-child-flex {
    width: 100%; }
}
@media (min-width: 768px) {
  .comment-child-flex {
    width: 35%; }
}
@media (min-width: 768px) {
  .comment-form-comment {
    width: 63%;
    margin-right: 20px; }
}

.reply a {
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px; }

.comment-reply-link {
  position: relative; }

.comment-reply-link:after {
  position: absolute;
  content: "\e927";
  font-family: "jin-icons";
  top: 6px;
  left: 10px;
  opacity: 1;
  font-size: 1rem; }
@media (max-width: 767px) {
  .comment-reply-link:after {
    font-size: 1.2rem;
    left: 8px; }
}
.form-submit input {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 15px;
  font-size: 1rem;
  -webkit-appearance: none;
  border: none;
  border-radius: 4px;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  color: #fff;
  background: #ccc; }
@media (min-width: 768px) {
  .form-submit input {
    margin-top: 0px; }
}
.form-submit input:hover {
  background: #aaa; }

.comment-form-author > input,
.comment-form-email > input {
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    .comment-form-author > input,
    .comment-form-email > input {
      margin-bottom: 0px; } }

#comment-box label {
  font-size: 0.95rem; }

@media (max-width: 767px) {
  .comment-form-comment #comment {
    height: 120px; } }
@media (min-width: 768px) {
  .comment-form-comment #comment {
    height: 97px; } }

.comment-notes {
  display: none; }

/*ウィジェット調整*/
#home-bottom-widget,
#home-top-widget,
#post-bottom-widget,
#post-top-widget {
  margin-bottom: 20px; }
#home-bottom-widget .widget,
#home-top-widget .widget,
#post-bottom-widget .widget,
#post-top-widget .widget {
  margin-bottom: 20px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.18); }
@media (max-width: 767px) {
  #home-bottom-widget .widget,
  #home-top-widget .widget,
  #post-bottom-widget .widget,
  #post-top-widget .widget {
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25); }
}
@media (max-width: 767px) {
  #home-bottom-widget .widget,
  #home-top-widget .widget,
  #post-bottom-widget .widget,
  #post-top-widget .widget {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25); }
}
@media (max-width: 767px) {
  #home-bottom-widget .widgettitle,
  #home-top-widget .widgettitle,
  #post-bottom-widget .widgettitle,
  #post-top-widget .widgettitle {
    padding: 10px 22px; }
}
@media (min-width: 768px) {
  #home-bottom-widget .widgettitle,
  #home-top-widget .widgettitle,
  #post-bottom-widget .widgettitle,
  #post-top-widget .widgettitle {
    padding: 10px 28px;
    font-size: 1.25rem; }
}

/* フッターウィジェット */
#footer-widget-area.footer_type1 {
  padding-bottom: 25px;
  padding-top: 25px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px !important; }
@media (max-width: 767px) {
  #footer-widget-area.footer_type1 {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 300 !important; }
}
@media (min-width: 768px) {
  #footer-widget-area.footer_type1 {
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
    font-weight: 200 !important; }
}
#footer-widget-area.footer_type1 .textwidget p {
  line-height: 1.55rem; }
@media (max-width: 767px) {
  #footer-widget-area.footer_type1 .textwidget p {
    font-size: 0.95rem; }
}
@media (min-width: 768px) {
  #footer-widget-area.footer_type1 .textwidget p {
    font-size: 0.85rem; }
}
@media (min-width: 768px) {
  #footer-widget-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 1200px) {
  #footer-widget-box {
    width: 1200px;
    padding-left: 30px;
    padding-right: 30px; } }
#footer-widget-box #wp-calendar {
  color: #555; }

@media (min-width: 768px) {
  #footer-widget-area.footer_style2 #footer-widget-left,
  #footer-widget-area.footer_style2 #footer-widget-center,
  #footer-widget-area.footer_style2 #footer-widget-right {
    flex: 1; } }
@media (max-width: 767px) {
  #footer-widget-area.footer_style2 #footer-widget-left,
  #footer-widget-area.footer_style2 #footer-widget-center,
  #footer-widget-area.footer_style2 #footer-widget-right {
    display: block; } }
@media (min-width: 768px) {
  #footer-widget-area.footer_style2 #footer-widget-center,
  #footer-widget-area.footer_style2 #footer-widget-right {
    margin-left: 45px; } }
#footer-widget-area.footer_style2 #footer-widget-left #search-btn,
#footer-widget-area.footer_style2 #footer-widget-center #search-btn,
#footer-widget-area.footer_style2 #footer-widget-right #search-btn {
  right: 0px; }
#footer-widget-area.footer_style2 #footer-widget-left .new-entry-item-title,
#footer-widget-area.footer_style2 #footer-widget-center .new-entry-item-title,
#footer-widget-area.footer_style2 #footer-widget-right .new-entry-item-title {
  font-weight: 300; }
#footer-widget-area.footer_style2 #footer-widget-left .widget_categories label,
#footer-widget-area.footer_style2 #footer-widget-center .widget_categories label,
#footer-widget-area.footer_style2 #footer-widget-right .widget_categories label {
  display: none; }
#footer-widget-area.footer_style2 #footer-widget-left .widgettitle,
#footer-widget-area.footer_style2 #footer-widget-center .widgettitle,
#footer-widget-area.footer_style2 #footer-widget-right .widgettitle {
  background: none;
  font-weight: 500;
  border-top: none;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px; }
#footer-widget-area.footer_style2 #footer-widget-left .widget_categories ul li::before,
#footer-widget-area.footer_style2 #footer-widget-left .widget_archive ul li::before,
#footer-widget-area.footer_style2 #footer-widget-left .widget_recent_entries ul li::before,
#footer-widget-area.footer_style2 #footer-widget-left .widget_pages ul li::before,
#footer-widget-area.footer_style2 #footer-widget-center .widget_categories ul li::before,
#footer-widget-area.footer_style2 #footer-widget-center .widget_archive ul li::before,
#footer-widget-area.footer_style2 #footer-widget-center .widget_recent_entries ul li::before,
#footer-widget-area.footer_style2 #footer-widget-center .widget_pages ul li::before,
#footer-widget-area.footer_style2 #footer-widget-right .widget_categories ul li::before,
#footer-widget-area.footer_style2 #footer-widget-right .widget_archive ul li::before,
#footer-widget-area.footer_style2 #footer-widget-right .widget_recent_entries ul li::before,
#footer-widget-area.footer_style2 #footer-widget-right .widget_pages ul li::before {
  border-color: #ddd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
#footer-widget-area.footer_style2 #footer-widget-left .widget_nav_menu ul > li.menu-item-has-children ul.sub-menu > li,
#footer-widget-area.footer_style2 #footer-widget-center .widget_nav_menu ul > li.menu-item-has-children ul.sub-menu > li,
#footer-widget-area.footer_style2 #footer-widget-right .widget_nav_menu ul > li.menu-item-has-children ul.sub-menu > li {
  border-color: rgba(255, 255, 255, 0.25); }
#footer-widget-area.footer_style2 #footer-widget-left .widget_nav_menu ul li,
#footer-widget-area.footer_style2 #footer-widget-center .widget_nav_menu ul li,
#footer-widget-area.footer_style2 #footer-widget-right .widget_nav_menu ul li {
  border-color: rgba(255, 255, 255, 0.75); }
#footer-widget-area.footer_style2 #footer-widget-left .widget_nav_menu ul > li,
#footer-widget-area.footer_style2 #footer-widget-center .widget_nav_menu ul > li,
#footer-widget-area.footer_style2 #footer-widget-right .widget_nav_menu ul > li {
  font-weight: 500; }
#footer-widget-area.footer_style2 #footer-widget-left .widget_nav_menu ul > li > ul > li,
#footer-widget-area.footer_style2 #footer-widget-center .widget_nav_menu ul > li > ul > li,
#footer-widget-area.footer_style2 #footer-widget-right .widget_nav_menu ul > li > ul > li {
  font-weight: 300; }
#footer-widget-area.footer_style2 #footer-widget-left ul li a:hover,
#footer-widget-area.footer_style2 #footer-widget-center ul li a:hover,
#footer-widget-area.footer_style2 #footer-widget-right ul li a:hover {
  color: #008db7; }
#footer-widget-area.footer_style2 #footer-widget-left .widget_tag_cloud a,
#footer-widget-area.footer_style2 #footer-widget-center .widget_tag_cloud a,
#footer-widget-area.footer_style2 #footer-widget-right .widget_tag_cloud a {
  color: #eee; }

.footer-widget {
  margin-bottom: 45px;
  font-size: 0.95rem; }

/* footer */
footer {
  padding: 15px 0px; }
@media (max-width: 767px) {
  footer {
    padding-top: 15px; }
}
footer #footer-box::after {
  clear: both;
  content: "";
  display: block; }
@media (max-width: 767px) {
  footer #footer-box {
    width: 100%;
    text-align: center;
    font-size: 0.65rem;
    font-weight: 500; }
}
@media (min-width: 768px) {
  footer #footer-box {
    width: 100%;
    margin: 0 auto;
    padding-right: 10px;
    font-size: 0.7rem; }
}
@media (min-width: 1200px) {
  footer #footer-box {
    width: 1200px; }
}
@media (max-width: 767px) {
  footer .footer-inner {
    width: calc(100%);
    float: left;
    margin-left: 0px; }
}
@media (min-width: 768px) {
  footer .footer-inner {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px; }
}
footer .footer-inner #privacy a,
footer .footer-inner #law a {
  color: #fff;
  padding: 0 15px;
  border-right: 1px solid #ddd; }
@media (max-width: 767px) {
  footer .footer-inner #privacy a,
  footer .footer-inner #law a {
    margin: 0 auto; }
}
@media (min-width: 768px) {
  footer .footer-inner #privacy a,
  footer .footer-inner #law a {
    float: left;
    font-weight: 300; }
}
footer .footer-inner #privacy a {
  border-left: 1px solid #ddd; }
@media (max-width: 767px) {
  footer .footer-inner #copyright {
    display: block;
    clear: both;
    margin-top: 10px; }
}
@media (min-width: 768px) {
  footer .footer-inner #copyright {
    float: right;
    margin-right: 15px;
    font-weight: 300; }
}
@media (max-width: 767px) {
  footer .footer-inner #copyright-center {
    display: block;
    clear: both; }
}
@media (min-width: 768px) {
  footer .footer-inner #copyright-center {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: 300; }
}
footer .footer-inner #copyright-center .jin-ifont-copyright:before,
footer .footer-inner #copyright .jin-ifont-copyright:before {
  position: relative;
  top: 1px;
  left: -2px; }
@media (max-width: 767px) {
  footer .footer-inner #copyright-center .jin-ifont-copyright:before,
  footer .footer-inner #copyright .jin-ifont-copyright:before {
    line-height: 0.9rem; }
}
@media (min-width: 768px) {
  footer .footer-inner #copyright-center .jin-ifont-copyright:before,
  footer .footer-inner #copyright .jin-ifont-copyright:before {
    line-height: 1rem; }
}
#scroll-content {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 0; }

/* スマホ バーガーメニューボタン＆マルボタン */
@media (min-width: 768px) {
  #nav-content {
    display: none; }
}
#navtoggle {
  display: none;
  overflow: hidden; }
@media (max-width: 767px) {
  .sp-menu-open,
  .sp-menu-close {
    cursor: pointer;
    position: fixed;
    z-index: 10;
    top: 4px;
    right: 3px; }
  .sp-menu-close {
    pointer-events: none;
    width: 100%;
    height: 100%;
    -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
  #navtoggle:checked ~ .sp-menu-close {
    pointer-events: auto; }
  .sp-menu-open {
    width: 28px;
    padding: 8px 8px 12px 8px;
    -webkit-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transform: translate3d(0, 0, 0); }
  .sp-menu-open:after {
    position: absolute;
    text-align: center;
    bottom: 3px;
    content: "MENU";
    font-family: 'Quicksand',sans-serif;
    font-size: 10px;
    color: #fff;
    letter-spacing: 0px; }
  .cps-icon-bar {
    height: 2px;
    background: #fff;
    display: block;
    margin-bottom: 5px;
    border-radius: 1px;
    -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
  #navtoggle:checked + .sp-menu-open {
    position: fixed; }
  #navtoggle:checked + .sp-menu-open .cps-icon-bar {
    background: #fff; }
  #navtoggle:checked + .sp-menu-open .cps-icon-bar:nth-child(1) {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg); }
  #navtoggle:checked + .sp-menu-open .cps-icon-bar:nth-child(2) {
    -webkit-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0; }
  #navtoggle:checked + .sp-menu-open .cps-icon-bar:nth-child(3) {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg); }
  .sp-menu-close {
    display: none;
    position: fixed;
    z-index: 2;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out; }
  .sp-sidemenu-open {
    position: fixed;
    bottom: 55px;
    right: 14px;
    z-index: 99; }
  .sp-sidemenu-open .sp-sidemenu-btn {
    position: relative;
    z-index: 99;
    width: 58px;
    height: 58px;
    border-radius: 29px;
    background: #710c0c;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
    transition: ease-out 0.3s; }
  .sp-sidemenu-open .sp-sidemenu-btn:after {
    position: absolute;
    top: 11px;
    right: 0px;
    font-size: 1.5rem;
    width: 58px;
    text-align: center;
    font-family: "jin-icons";
    content: "\e922";
    font-weight: 900;
    color: #fff;
    transition: 0.3s; }
  .sp-sidemenu-open .sp-sidemenu-title {
    position: absolute;
    width: 58px;
    text-align: center;
    bottom: 3px;
    right: 0;
    color: #fff;
    letter-spacing: 0px !important; }
  .sp-sidemenu-open .sp-sidemenu-title:after {
    content: "MENU";
    font-size: 0.65rem;
    font-weight: bold; }
  #navtoggle:checked ~ .sp-menu-open:after {
    content: "CLOSE"; }
  #navtoggle:checked ~ .sp-sidemenu-open .sp-sidemenu-title:after {
    content: "CLOSE"; }
  #navtoggle:checked ~ .sp-sidemenu-open .sp-sidemenu-btn {
    transition: .4s ease-in-out;
    transform: translateX(-280px); }
  #navtoggle:checked ~ .sp-sidemenu-open .sp-sidemenu-btn:after {
    transition: .4s ease-in-out;
    transform: rotate(-405deg) scale(1.2); }
  #navtoggle:checked ~ #nav-content {
    transition: .4s ease-in-out;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  #navtoggle:checked ~ #scroll-content {
    overflow: hidden;
    transition: .3s ease-in-out;
    -webkit-filter: blur(5px);
    filter: blur(5px); }
  #navtoggle:checked ~ .sp-menu-close {
    display: block;
    opacity: .5; }
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 8;
    width: 90%;
    max-width: 280px;
    height: 100%;
    background: #02c4cc;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(105%);
    transform: translateX(105%); }

  /*スマホ バーガーメニュー内容*/
  /* 検索ボックス */
  #nav-content .searchform {
    position: relative; }
  #nav-content .searchform .input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    margin: 10px 10px 0;
    border: 1px solid #999;
    width: 220px;
    border-radius: 2px; }
  #nav-content .searchform .submit {
    position: absolute;
    width: 40px;
    height: 38px;
    top: calc(50% - 14px);
    right: 10px;
    border: 0;
    background: #999; }
  #nav-content .searchform .submit:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff; }
  #nav-content .searchform .submit:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 6px;
    top: calc(50% + 6px);
    left: calc(50% + 2px);
    border-top: solid 2px #fff;
    transform: rotate(45deg); }
  #nav-content .searchform input::-webkit-input-placeholder {
    line-height: 1.1rem;
    font-size: 1rem; }
  #nav-content .searchform input:-moz-placeholder {
    line-height: 1.1rem;
    font-size: 1rem; }
  #nav-content .searchform input::-moz-placeholder {
    line-height: 1.1rem;
    font-size: 1rem; }
  #nav-content .searchform input:-ms-input-placeholder {
    line-height: 1.1rem;
    font-size: 1rem; }

  /*スマホ メニュー*/
  #nav-content {
    padding-bottom: 100px; }
  #nav-content .fixed-content {
    padding-bottom: 30px; }
  #nav-content .accordion {
    margin-top: 15px; }
  #nav-content .accordion .menu-item {
    position: relative;
    border-bottom: 1px solid #7fd0d3; }
  #nav-content .accordion .menu-item a {
    display: block;
    font-weight: 700;
    color: #fff;
    padding: 12px 15px 11px 37px; }
  #nav-content .accordion .menu-item2 {
    display: block;
    border-bottom: 1px solid #7fd0d3; }
  #nav-content .accordion .menu-item a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  #nav-content .accordion .link {
    cursor: pointer;
    display: block;
    padding: 12px 15px 11px 37px;
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  #nav-content .accordion li:last-child .link {
    border-bottom: 0; }
  #nav-content .accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 16px;
    color: #fff; }
  #nav-content .accordion li i.fa-car-side {
    font-size: 15px; }
  #nav-content .accordion .link:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 2px #555;
    border-right: solid 2px #555;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  #nav-content .accordion li.open .link {
    background: #01a3aa; }
  #nav-content .accordion li.open .link:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #nav-content .accordion .count {
    position: absolute;
    font-family: 'Quicksand',sans-serif;
    right: 30px;
    top: 10px;
    padding: 2px 3px 0;
    height: 24px;
    min-width: 24px;
    font-size: 0.7rem;
    color: #333;
    border: 1px solid #777;
    border-radius: 50%;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.2rem;
    text-align: center;
    -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
  #nav-content .accordion li a:hover .count {
    color: #fff;
    background: #777;
    border: 1px solid #777; }

  /* スマホ Sub-menu */
  #nav-content .accordion .sub-menu {
    display: none;
    background: #eee;
    font-size: 0.8rem; }
  #nav-content .accordion .sub-menu li {
    position: relative;
    border-top: 1px solid #bbb; }
  #nav-content .accordion .sub-menu a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 12px 30px;
    padding-left: 37px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  #nav-content .accordion .sub-menu li a:before {
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #555; }
  #nav-content .accordion .sub-menu li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 1px #555;
    border-right: solid 1px #555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  #nav-content .accordion .sub-menu a:hover {
    color: #000;
    opacity: 1.0; }

  /* スマホ バーガーメニュー下 問い合わせ */
  #nav-content .menu-bottom {
    text-align:center;
    color: #fff; }
  #nav-content .menu-bottom1 {
    margin-bottom: 10px;
    position: relative;
    font-size: 1.1rem;
    font-weight: 700; }
  #nav-content .jin-ifont-comment {
    position: absolute;
    top: 1px;
    font-size: 20px; }
  #nav-content .menu-bottom2 {
    margin-bottom: 10px;
    color: #000;
    font-size: 0.8rem; }
  #nav-content .menu-bottom2 a {
    font-weight: 700;
    font-size: 0.9rem;
    color: #fff;
    text-decoration: underline; }
  #nav-content .menu-bottom3  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
  #nav-content .menu-bottom3 .tel {
    padding: 5px 0 0;
    line-height: 1.4rem;
    color: #000;
    font-family: 'Quicksand',sans-serif;
    font-size: 1.6rem; }
  #nav-content .menu-bottom3 .tel .uketsuke {
    display: block;
    padding: 1px 0 0;
    line-height: 1.3rem;
    color: #000;
    font-weight: 500;
    font-size: 0.7rem; }
  #nav-content .menu-bottom3 .tel .uketsuke span {
    font-size: 0.8rem; }
  #nav-content .menu-bottom3 .button {
    margin-left: 5px; }
  #nav-content .menu-bottom3 .button a {
    display: block;
    padding:5px 12px 0 13px;
    background: linear-gradient(-45deg, #f2f2f2, #fff);
    border-radius: 5px;
    color: #02c4cc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.0),0px 0px 4px 0px rgba(0, 0, 0, 0.4) inset; }
  #nav-content .menu-bottom3 .fa-phone-alt {
    font-size: 22px; }
  #nav-content .menu-bottom3 .button span {
    display: block;
    margin-top:4px;
    padding-left: 1px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px; }
  #nav-content .menu-bottom4 {
    margin-top: 20px; }
  #nav-content .menu-bottom4 a {
    display: block;
    background: #333;
    border-radius: 2px;
    margin: 0 20px;
    color: #fff;
    padding: 5px 0; }
  #nav-content .jin-ifont-mail {
    padding-right: 3px;
    font-size: 18px; }
  ul.menu-box {
    width: 86%;
    height: 60%;
    padding: 0 7%;
    overflow: hidden;
    overflow-y: scroll;
    overflow-wrap: break-word;
    -webkit-overflow-scrolling: touch; }
  ul.menu-box li a {
    display: block;
    padding: 8px;
    padding-left: 28px;
    position: relative;
    font-weight: 600;
    border-radius: 2px;
    -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
  ul.menu-box li a:active {
    background: rgba(50, 50, 50, 0.1); }
  ul.menu-box li a:before {
    content: "・";
    position: absolute;
    line-height: 10%;
    top: 19px;
    left: 8px;
    font-size: 1.8rem;
    color: #2b2b2b; }
  ul.menu-box li ul.sub-menu {
    margin-top: 0px;
    margin-left: 20px; }
  ul.menu-box li ul.sub-menu li {
    margin-left: 22px; }
  ul.menu-box li ul.sub-menu li a {
    font-size: 0.9rem;
    line-height: 1.25rem;
    padding: 6px;
    padding-left: 16px;
    font-weight: 500; }
  ul.menu-box li ul.sub-menu li a:before {
    content: "";
    width: 1px;
    height: 24px;
    background: #aaa;
    top: 4px;
    left: 6px; }
  ul.menu-box li ul.sub-menu li ul.sub-menu li a {
    padding: 7px;
    padding-left: 16px;
    font-size: 0.75rem;
    line-height: 1.15rem;
    font-weight: 300; }
  .sp-sns-menu {
    position: absolute;
    z-index: 0;
    bottom: 0px;
    display: block;
    text-align: center;
    padding: 30px;
    width: 100%;
    background: transparent !important; }
  .sp-sns-menu ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    background: transparent !important;
    align-items: center; }
  .sp-sns-menu ul li {
    margin-bottom: 0;
    background: transparent !important; }
  .sp-sns-menu ul li a {
    -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    display: block;
    color: #fff;
    margin: 0 5px;
    font-size: 20px;
    overflow: hidden;
    width: 46px;
    background: rgba(255, 255, 255, 0.18);
    height: 46px;
    border-radius: 2px;
    padding: 10px;
    box-shadow: 0 1px 7px 3px rgba(0, 0, 0, 0.05); }
  .sp-sns-menu ul li a:hover {
    color: #f8b500 !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .sp-sns-menu ul .pro-fb a {
    padding: 12px 9px 9px 11px; }
  .sp-sns-menu ul .pro-tw a {
    font-size: 35px;
    padding: 3px 3px 2px 5px; }
  .sp-sns-menu ul .pro-line a {
    font-size: 34px;
    padding: 5px 3px 3px 4px; }
  .sp-sns-menu ul .pro-insta a {
    font-size: 22px;
    padding: 11px 11px 11px 12px; }
  .sp-sns-menu ul .pro-youtube a {
    font-size: 25px; }
  .sp-sns-menu ul .pro-contact a {
    font-size: 25px; }
}

svg {
  fill: #2b2b2b;
  will-change: transform; }


/* フッターメニュー */
#sp-footer-box {
  margin-top: 43px; }

.footer-menu-sp {
  display: none; }
  @media (max-width: 767px) {
    .footer-menu-sp {
      display: block;
      position: fixed;
      width: 100%;
      bottom: 0px;
      z-index: 99;
      background: #fff;
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25); }
      .footer-menu-sp::after {
        clear: both;
        content: "";
        display: block; } }
  .footer-menu-sp .menu-item {
    width: 25%;
    float: left;
    margin: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .footer-menu-sp .menu-item a {
      display: block;
      font-size: 0.65em;
      font-weight: 500;
      padding: 8px 5px;
      padding-top: 6px;
      text-align: center;
      background: #fff;
      letter-spacing: 0;
      -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
      transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
    .footer-menu-sp .menu-item .jic:before {
      font-size: 1.25rem;
      line-height: 1.1rem; }
    .footer-menu-sp .menu-item a:hover {
      background: #ddd; }
    .footer-menu-sp .menu-item span {
      display: block;
      font-size: 1.4em; }
  .footer-menu-sp .menu-item:nth-child(5n),
  .footer-menu-sp .menu-item:nth-child(6n),
  .footer-menu-sp .menu-item:nth-child(7n),
  .footer-menu-sp .menu-item:nth-child(8n),
  .footer-menu-sp .menu-item:nth-child(9n) {
    display: none; }
  .footer-menu-sp .menu-item:first-child {
    border-left: none; }
  .footer-menu-sp .current-menu-item a {
    position: relative; }
  .footer-menu-sp .current-menu-item a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.07;
    background: #fff; }

.footer-menu-sp-in {
  bottom: 0px; }

@media (min-width: 768px) {
  .menu-box > .menu-item > a:hover {
    border-bottom: 2px solid #2b2b2b; }
}


/* post-list */
.toppost-list-box {
  overflow: hidden;
  text-align: center; }
  @media (max-width: 767px) {
    .toppost-list-box {
      margin-top: 10px; } }
  .toppost-list-box .toppost-list-box-inner {
    width: 400%;
    transition: 0.6s;
    text-align: left;
    overflow: hidden; }

input[name="switch"] {
  display: none; }

.tabBtn-mag {
  display: inline-flex;
  width: 100%;
  padding: 0;
  list-style-type: none; }
@media (max-width: 767px) {
  .tabBtn-mag {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px; } }
@media (min-width: 768px) {
  .tabBtn-mag {
    margin-bottom: 10px; } }
@media (min-width: 768px) {
  .tabBtn-mag li:not(:first-child) {
    margin-left: 4px; } }
@media (max-width: 767px) {
  .tabBtn-mag li:nth-child(2n-1) {
    margin-right: 4px; } }
.tabBtn-mag li {
  position: relative;
  will-change: transform;
  -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
@media (max-width: 767px) {
  .tabBtn-mag li {
    width: calc(50% - 2px);
    margin-bottom: 4px; }
  .tabBtn-mag li.en {
    width: 100%;
    margin-bottom: 4px; }
}
@media (min-width: 768px) {
  .tabBtn-mag li {
    width: 25%; }
  .tabBtn-mag li.en {
    width: 100%; }
}
.tabBtn-mag li:hover {
  transform: scale(0.95); }
.tabBtn-mag label {
  display: block;
  padding: 10px 10px;
  text-align: center;
  background-color: rgba(189, 189, 189, 0.17);
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
@media (max-width: 767px) {
  .tabBtn-mag label {
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 2px;
    min-height: 18px; }
}
@media (min-width: 768px) {
  .tabBtn-mag label {
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    min-height: 18px; }
}
@media (min-width: 1200px) {
  .tabBtn-mag label {
    font-size: 0.85rem; }
}
@media (min-width: 768px) {
  .tabBtn-mag label:after {
    position: absolute;
    content: "";
    bottom: 5px;
    margin-left: -8px;
    width: 0;
    height: 0;
    opacity: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
}

#tab-1:checked ~ .tabBtn-mag li [for="tab-1"],
#tab-2:checked ~ .tabBtn-mag li [for="tab-2"],
#tab-3:checked ~ .tabBtn-mag li [for="tab-3"],
#tab-4:checked ~ .tabBtn-mag li [for="tab-4"] {
  position: relative;
  background-color: #2b2b2b;
  color: #fff; }

.tabBtn-mag li:nth-child(5),
.tabBtn-mag li:nth-child(6),
.tabBtn-mag li:nth-child(7),
.tabBtn-mag li:nth-child(8) {
  display: none; }

@media (min-width: 768px) {
  #tab-1:checked ~ .tabBtn-mag li [for="tab-1"]:after,
  #tab-2:checked ~ .tabBtn-mag li [for="tab-2"]:after,
  #tab-3:checked ~ .tabBtn-mag li [for="tab-3"]:after,
  #tab-4:checked ~ .tabBtn-mag li [for="tab-4"]:after {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    opacity: 1;
    width: 0;
    height: 0;
    border-top: 8px solid #2b2b2b;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent; } }

#tab-1:checked ~ .toppost-list-box-inner .post-list-mag:nth-child(1),
#tab-2:checked ~ .toppost-list-box-inner .post-list-mag:nth-child(2),
#tab-3:checked ~ .toppost-list-box-inner .post-list-mag:nth-child(3),
#tab-4:checked ~ .toppost-list-box-inner .post-list-mag:nth-child(4),
#tab-1:checked ~ .toppost-list-box-inner .post-list-mag-sp1col:nth-child(1),
#tab-2:checked ~ .toppost-list-box-inner .post-list-mag-sp1col:nth-child(2),
#tab-3:checked ~ .toppost-list-box-inner .post-list-mag-sp1col:nth-child(3),
#tab-4:checked ~ .toppost-list-box-inner .post-list-mag-sp1col:nth-child(4),
#tab-1:checked ~ .toppost-list-box-inner .post-list:nth-child(1),
#tab-2:checked ~ .toppost-list-box-inner .post-list:nth-child(2),
#tab-3:checked ~ .toppost-list-box-inner .post-list:nth-child(3),
#tab-4:checked ~ .toppost-list-box-inner .post-list:nth-child(4) {
  opacity: 1; }

#tab-1:checked ~ .toppost-list-box-inner {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

#tab-2:checked ~ .toppost-list-box-inner {
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%); }

#tab-3:checked ~ .toppost-list-box-inner {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

#tab-4:checked ~ .toppost-list-box-inner {
  -webkit-transform: translateX(-75%);
  transform: translateX(-75%); }

.more-cat {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  text-align: center; }
  @media (max-width: 767px) {
    .more-cat {
      margin-top: 20px;
      padding-bottom: 20px; } }
  @media (min-width: 768px) {
    .more-cat {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .more-cat .more-cat-button {
    font-size: 1.1rem; }
    .more-cat .more-cat-button a {
      position: relative; }
      @media (max-width: 767px) {
        .more-cat .more-cat-button a {
          color: #888 !important; } }
      @media (min-width: 768px) {
        .more-cat .more-cat-button a {
          color: #aaa !important; } }
    .more-cat .more-cat-button a:hover span:after {
      color: #fff;
      transform: translateX(3px); }
    .more-cat .more-cat-button a:hover span:before {
      transform: translateX(3px); }
    .more-cat .more-cat-button span:before {
      content: "";
      position: absolute;
      border-radius: 20px;
      background: #fff;
      -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
      transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
      @media (max-width: 767px) {
        .more-cat .more-cat-button span:before {
          left: 48px;
          top: -5px;
          width: 34px;
          height: 34px;
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25); } }
      @media (min-width: 768px) {
        .more-cat .more-cat-button span:before {
          left: 50px;
          top: -7px;
          width: 38px;
          height: 38px;
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18); } }
    .more-cat .more-cat-button span:after {
      content: "\e904";
      position: absolute;
      text-align: center;
      line-height: 0;
      font-family: "jin-icons";
      -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
      transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
      @media (max-width: 767px) {
        .more-cat .more-cat-button span:after {
          left: 57px;
          top: 12px;
          font-size: 1.2rem; } }
      @media (min-width: 768px) {
        .more-cat .more-cat-button span:after {
          left: 59px;
          top: 12px;
          font-size: 1.4rem; } }

/*トップページ記事一覧*/
a.post-list-link {
  -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
  background-color: #fff;
  display: block;
  position: relative;
  border: 0px solid #ddd;
}
  @media (max-width: 767px) {
    a.post-list-link {
      padding: 15px 10px;
      margin-bottom: 10px;
      margin-top: 0px; } }
  @media (max-width: 767px) {
    a.post-list-link {
      border-radius: 2px;
      background: #fff; } }

  @media (min-width: 768px) {
    a.post-list-link {
      border-radius: 2px;
      background: #fff;
      padding: 20px;
      margin-bottom: 20px; } }

.post-list-mag .post-list-inner-infeed,
.post-list-mag-sp1col .post-list-inner-infeed {
  overflow: hidden;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
  @media (max-width: 767px) {
    .post-list-mag .post-list-inner-infeed,
    .post-list-mag-sp1col .post-list-inner-infeed {
      padding: 0px;
      margin-bottom: 0px; } }
  @media (max-width: 767px) {
    .post-list-mag .post-list-inner-infeed,
    .post-list-mag-sp1col .post-list-inner-infeed {
      border-radius: 2px;
      background: #fff;
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.18); } }

  @media (min-width: 768px) {
    .post-list-mag .post-list-inner-infeed,
    .post-list-mag-sp1col .post-list-inner-infeed {
      border-radius: 2px;
      background: #fff;
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
      padding: 0px;
      margin-bottom: 0px; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .post-list-mag .post-list-inner-infeed,
    .post-list-mag-sp1col .post-list-inner-infeed {
      border-radius: 0px;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25); } }

.post-list .post-list-inner-infeed {
  overflow: hidden;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
  @media (max-width: 767px) {
    .post-list .post-list-inner-infeed {
      padding: 0px;
      margin-bottom: 10px;
      height: auto; }
    .post-list .post-list-inner-infeed {
      border-radius: 2px;
      background: #fff;
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.18); } }

  @media (min-width: 768px) {
    .post-list .post-list-inner-infeed {
      border-radius: 2px;
      background: #fff;
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
      padding: 0px;
      margin-bottom: 20px; } }
.post-list .post-list-inner-infeed {
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25); }

.post-list-mag .post-list-inner-infeed:hover,
.post-list-mag-sp1col .post-list-inner-infeed:hover,
.post-list .post-list-inner-infeed:hover {
  transform: translateY(-3px);
  box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.08); }

.post-list-publisher,
.writer {
  display: none; }

.sp-post-list-meta {
  text-align: right; }

.post-list-mag a.post-list-link,
.post-list-mag-sp1col a.post-list-link,
.post-list-mag3col a.post-list-link,
.post-list-mag3col-slide a.post-list-link {
  position: relative;
  padding: 0;
  height: 100%;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }

.post-list-mag .post-list-link img,
.post-list-mag3col .post-list-link img,
.post-list-mag-sp1col .post-list-link img {
  transition-duration: 0.3s;
  opacity: 1;
}
.post-list-mag .post-list-link .post-list-thumb,
.post-list-mag3col .post-list-link .post-list-thumb,
.post-list-mag-sp1col .post-list-link .post-list-thumb {
overflow: hidden;
}
.post-list-mag .post-list-link:hover img,
.post-list-mag-sp1col .post-list-link:hover img,
.post-list-mag3col .post-list-link:hover img,
.post-list-mag3col-slide .post-list-link:hover img {
  transform: scale(1.1);
  transition-duration: 0.3s;
  opacity: 0.7;
}

.toppost-list-box-simple .post-list-mag,
.toppost-list-box-simple .post-list-mag-sp1col,
.toppost-list-box-simple .post-list {
  width: 100%;
  float: none;
  opacity: 1;
  padding: 0; }

.toppost-list-box-simple .post-list-mag,
.toppost-list-box-simple .post-list-mag-sp1col {
  justify-content: space-between; }

.entry-content {
  padding-bottom: 10px;
}

.post-list,
.post-list-mag,
.post-list-mag-sp1col {
  opacity: 0.2;
  transition: opacity 1.2s;
  width: 25%;
  float: left; }
  @media (max-width: 767px) {
    .post-list,
    .post-list-mag {
      padding: 2px 1px; } }
  @media (min-width: 768px) {
    .post-list,
    .post-list-mag,
    .post-list-mag-sp1col {
      padding: 2px 24px; } }

@media (min-width: 768px) {
  .post-list,
  .post-list-mag,
  .post-list-mag-sp1col {
    padding-top: 12px; } }

@media (min-width: 768px) {
  .post-list-mag3col {
    margin-bottom:40px;
    padding-top: 0; } }

.post-list-mag,
.post-list-mag3col,
.post-list-mag-sp1col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 767px) {
  .post-list-mag-sp1col {
    justify-content: center; }
}
@media (max-width: 767px) {
  .post-list-mag .post-list-item:nth-child(2n-1),
  .post-list-mag3col .post-list-item:nth-child(2n-1),
  .post-list-mag-sp1col .post-list-item:nth-child(2n-1) {
    margin-right: 3%; }
}

.toppost-list-box-inner .post-list-mag {
  overflow: hidden;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .post-list-mag .post-list-item,
  .post-list-mag3col .post-list-item,
  .post-list-mag-sp1col .post-list-item {
    width: 48.4%;
    margin-bottom: 15px; }
}
@media (min-width: 768px) {
  .post-list-mag .post-list-item,
  .post-list-mag3col .post-list-item,
  .post-list-mag-sp1col .post-list-item {
    width: 48.5%;
    margin-bottom: 20px; }
}

.post-list-mag .post-list-item .post-list-inner,
.post-list-mag3col .post-list-item .post-list-inner,
.post-list-mag-sp1col .post-list-item .post-list-inner {
  display: block; }
.post-list-mag .post-list-item .post-list-inner .post-list-thumb,
.post-list-mag3col .post-list-item .post-list-inner .post-list-thumb,
.post-list-mag-sp1col .post-list-item .post-list-inner .post-list-thumb {
  height: auto;
  width: 100%; }
.post-list-mag .post-list-item .post-list-inner .post-list-thumb img,
.post-list-mag3col .post-list-item .post-list-inner .post-list-thumb img,
.post-list-mag-sp1col .post-list-item .post-list-inner .post-list-thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
.post-list-mag .post-list-item .post-list-inner .post-list-meta,
.post-list-mag3col .post-list-item .post-list-inner .post-list-meta,
.post-list-mag-sp1col .post-list-item .post-list-inner .post-list-meta {
  width: 100%; }

@media (max-width: 767px) {
  .post-list-mag .post-list-item .post-list-inner .post-list-meta,
  .post-list-mag3col .post-list-item .post-list-inner .post-list-meta,
  .post-list-mag-sp1col .post-list-item .post-list-inner .post-list-meta {
    padding: 8px 11px;
    padding-bottom: 20px; }
}
@media (min-width: 768px) {
  .post-list-mag .post-list-item .post-list-inner .post-list-meta,
  .post-list-mag3col .post-list-item .post-list-inner .post-list-meta,
  .post-list-mag-sp1col .post-list-item .post-list-inner .post-list-meta {
    padding: 10px 17px;
    padding-bottom: 25px; }
}
@media (min-width: 1024px) {
  .post-list-mag .post-list-item .post-list-inner .post-list-meta,
  .post-list-mag3col .post-list-item .post-list-inner .post-list-meta,
  .post-list-mag-sp1col .post-list-item .post-list-inner .post-list-meta {
    padding: 15px 17px;
    padding-bottom: 25px; }
}
@media (max-width: 767px) {
  .post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-title,
  .post-list-mag3col .post-list-item .post-list-inner .post-list-meta .post-list-title,
  .post-list-mag-sp1col .post-list-item .post-list-inner .post-list-meta .post-list-title {
    font-size: 0.8rem;
    margin-bottom: 10px; }
}
@media (min-width: 768px) {
  .post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-title,
  .post-list-mag3col .post-list-item .post-list-inner .post-list-meta .post-list-title,
  .post-list-mag-sp1col .post-list-item .post-list-inner .post-list-meta .post-list-title {
    margin-bottom: 5px; }
}
@media (min-width: 1024px) {
  .post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-title,
  .post-list-mag3col .post-list-item .post-list-inner .post-list-meta .post-list-title,
  .post-list-mag-sp1col .post-list-item .post-list-inner .post-list-meta .post-list-title {
    font-size: 18px;
    line-height: 1.6rem; }
}

.post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-publisher,
.post-list-mag .post-list-item .post-list-inner .post-list-meta .writer,
.post-list-mag3col .post-list-item .post-list-inner .post-list-meta .post-list-publisher,
.post-list-mag3col .post-list-item .post-list-inner .post-list-meta .writer,
.post-list-mag-sp1col .post-list-item .post-list-inner .post-list-meta .post-list-publisher,
.post-list-mag-sp1col .post-list-item .post-list-inner .post-list-meta .writer {
  display: none; }

/* カテゴリーの画像上タグ */

.post-list-mag .post-list-item .post-list-cat,
.post-list-mag3col .post-list-item .post-list-cat,
.post-list-mag-sp1col .post-list-item .post-list-cat {
  position: relative;
  color: #fff !important;
  letter-spacing: 0;
  z-index:1;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .post-list-mag .post-list-item .post-list-cat,
  .post-list-mag3col .post-list-item .post-list-cat,
  .post-list-mag-sp1col .post-list-item .post-list-cat {
    top: 14px;
    left: -8px;
    font-size: 0.7rem;
    padding: 5px 12px;
    text-align: left; }
}
@media (min-width: 768px) {
  .post-list-mag .post-list-item .post-list-cat,
  .post-list-mag3col .post-list-item .post-list-cat,
  .post-list-mag-sp1col .post-list-item .post-list-cat {
    top: 19px;
    left: -8px;
    font-size: 0.75rem;
    padding: 5px 12px; }
}

.post-list-mag .post-list-item  .post-list-cat:before,
.post-list-mag3col .post-list-item  .post-list-cat:before,
.post-list-mag-sp1col .post-list-item  .post-list-cat:before {
  content: "";
  position: absolute;
  right: -8px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 0 8px;
  border-color: transparent transparent transparent #333333; }
.post-list-mag .post-list-item  .post-list-cat:after,
.post-list-mag3col .post-list-item  .post-list-cat:after,
.post-list-mag-sp1col .post-list-item  .post-list-cat:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #333333 transparent transparent; }

/*  */

.post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-date,
.post-list-mag3col .post-list-item .post-list-inner .post-list-meta .post-list-date,
.post-list-mag-sp1col .post-list-item .post-list-inner .post-list-meta .post-list-date {
  position: absolute;
  bottom: 0px;
  left: 5%;
  color: #888 !important;
  width: 90%;
  text-align: right;
  font-family: 'Quicksand',sans-serif;
}

@media (min-width: 768px) {
  .post-list-mag .post-list-item .post-list-inner .post-list-meta .post-list-date,
  .post-list-mag3col .post-list-item .post-list-inner .post-list-meta .post-list-date,
  .post-list-mag-sp1col .post-list-item .post-list-inner .post-list-meta .post-list-date {
    font-size: 0.75rem;
    padding: 10px 0px;
    letter-spacing: 1px; }
}
@media (max-width: 767px) {
  .post-list-mag-sp1col .post-list-item:nth-child(2n-1) {
    margin-right: 0%; }
}
@media (max-width: 767px) {
  .post-list-mag-sp1col .post-list-item {
    width: 94%;
    margin-bottom: 25px; }
}
@media (max-width: 767px) {
  .post-list-mag-sp1col .post-list-item .post-list-inner .post-list-meta {
    padding: 15px 15px;
    padding-bottom: 20px; }
}
@media (max-width: 767px) {
  .post-list-mag-sp1col .post-list-item .post-list-inner .post-list-meta .post-list-title {
    font-size: 17px;
    line-height: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px; }
}

/* page */
.error404 .cps-post-title {
  margin-bottom: 30px; }

/* onecolumn */
@media (max-width: 767px) {
  #onecolumn {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    margin-bottom: 15px; } }
@media (min-width: 768px) {
  #onecolumn .entry-title {
    text-align: center;
    font-size: 2.2rem;
    line-height: 2.7rem;
    padding-bottom: 13px; } }
#onecolumn .cps-post-box {
  box-shadow: none; }

@media (max-width: 767px) {
  #onecolumn960 {
    width: calc(100%);
    float: left;
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 10px; }
}
@media (min-width: 768px) {
  #onecolumn960 {
    box-shadow: none;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px; }
}
@media (min-width: 1200px) {
  #onecolumn960 {
    width: 1140px; }
}

@media (max-width: 767px) {
  #onecolumn760 {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    margin-bottom: 15px; } }
@media (min-width: 768px) {
  #onecolumn760 {
    box-shadow: none;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px; } }
@media (min-width: 1200px) {
  #onecolumn760 {
    width: 760px; } }

@media (max-width: 767px) {
  #onecolumn960lp {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
    margin-bottom: 15px; } }
@media (min-width: 768px) {
  #onecolumn960lp {
    box-shadow: none;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px; } }
@media (min-width: 1200px) {
  #onecolumn960lp {
    width: 960px; } }
@media (max-width: 767px) {
  #onecolumn960lp .entry-title {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding-bottom: 0px;
    padding-top: 40px; } }
@media (min-width: 768px) {
  #onecolumn960lp .entry-title {
    text-align: center;
    font-size: 2.4rem;
    line-height: 2.75rem;
    padding-bottom: 10px; } }
#onecolumn960lp .cps-post-box {
  box-shadow: none; }
  @media (min-width: 768px) {
    #onecolumn960lp .cps-post-box {
      background-color: transparent !important; } }

@media (max-width: 767px) {
  .swiper-container {
    width: 92%;
    padding: 0 4%;
    min-height: 175px;
    margin: 0 auto; }
}
@media (min-width: 768px) {
  .swiper-container {
    width: 100%;
    height: 200px; }
}
@media (min-width: 1024px) {
  .swiper-container {
    height: 210px; }
}
@media (min-width: 1200px) {
  .swiper-container {
    width: 1140px;
    margin: 0 auto; }
}

.related-slide {
  overflow: hidden; }
.post-list-mag3col-slide {
  padding: 2px 10px;
  padding-top: 12px; }

@media (max-width: 767px) {
  .post-list-mag3col-slide a.post-list-link {
    min-height: 175px; }
}
@media (min-width: 768px) {
  .post-list-mag3col-slide a.post-list-link {
    min-height: 240px; }
}

.post-list-mag3col-slide .post-list-item .post-list-inner {
  display: block; }
.post-list-mag3col-slide .post-list-item .post-list-inner .post-list-thumb {
  height: auto;
  width: 100%; }
.post-list-mag3col-slide .post-list-item .post-list-inner .post-list-thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
.post-list-mag3col-slide .post-list-item .post-list-inner .post-list-meta {
  width: 100%; }

@media (max-width: 767px) {
  .post-list-mag3col-slide .post-list-item .post-list-inner .post-list-meta {
    padding: 6px 8px;
    padding-bottom: 10px; }
}
@media (min-width: 768px) {
  .post-list-mag3col-slide .post-list-item .post-list-inner .post-list-meta {
    padding: 10px 13px;
    padding-bottom: 30px; }
}
@media (max-width: 767px) {
  .post-list-mag3col-slide .post-list-item .post-list-inner .post-list-meta .post-list-title {
    font-size: 12px;
    line-height: 1.05rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px; }
}
@media (min-width: 768px) {
  .post-list-mag3col-slide .post-list-item .post-list-inner .post-list-meta .post-list-title {
    font-size: 13px;
    line-height: 1.3rem;
    font-weight: 500; }
}

.post-list-mag3col-slide .post-list-item .post-list-inner .post-list-meta .post-list-publisher,
.post-list-mag3col-slide .post-list-item .post-list-inner .post-list-meta .writer {
  display: none; }
.post-list-mag3col-slide .post-list-item .post-list-inner .post-list-meta .post-list-cat {
  position: absolute;
  color: #fff !important;
  background-color: #2b2b2b;
  letter-spacing: 0;
  border-radius: 20px; }

@media (max-width: 767px) {
  .post-list-mag3col-slide .post-list-item .post-list-inner .post-list-meta .post-list-cat {
    top: 5px;
    left: 5px;
    padding: 1px 6px;
    font-weight: 500;
    text-align: left;
    font-size: 0.5rem; }
}
@media (min-width: 768px) {
  .post-list-mag3col-slide .post-list-item .post-list-inner .post-list-meta .post-list-cat {
    top: 11px;
    left: 11px;
    padding: 3px 8px;
    font-size: 0.5rem;
    margin-left: -1px;
    font-weight: 500; }
}

.post-list-mag3col-slide .post-list-item .post-list-inner .post-list-meta .post-list-date {
  position: absolute;
  bottom: 0px;
  left: 5%;
  color: #888 !important;
  width: 90%;
  text-align: right; }

@media (max-width: 767px) {
  .post-list-mag3col-slide .post-list-item .post-list-inner .post-list-meta .post-list-date {
    font-size: 0.65rem;
    padding: 10px 0px;
    letter-spacing: 1px !important; }
}
@media (min-width: 768px) {
  .post-list-mag3col-slide .post-list-item .post-list-inner .post-list-meta .post-list-date {
    font-size: 0.65rem;
    font-weight: 300;
    padding: 10px 0px;
    letter-spacing: 1px; }
}


.swiper-button-next,
.swiper-button-prev {
  top: 32% !important;
  color: #ccc !important;
  background-size: 13px 22px !important;
  filter: grayscale(0); }
.swiper-button-next {
  right: 5px !important;
  background-image: none !important; }

.swiper-button-prev {
  left: 5px !important;
  background-image: none !important; }
.swiper-button-next:after,
.swiper-button-prev:after {
  position: absolute;
  font-family: "jin-icons";
  font-size: 26px;
  top: 0;
  color: #fff;
  text-shadow: 0 0 2px #aaa;
  -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }

.swiper-button-next:after {
  content: "\e904";
  right: 0; }

.swiper-button-prev:after {
  content: "\e933";
  left: 0; }

.swiper-button-prev:hover:after {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px); }

.swiper-button-next:hover:after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px); }

@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important; } }
@media (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important; } }

@media (max-width: 767px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px !important; } }

/* 404 */
.error404 .cps-post .search-box {
  position: relative;
  height: 70px;
  margin-right: 50%; }
  .error404 .cps-post .search-box input[type="search"] {
    background-color: #fff;
    border: 1px solid #ddd;
    height: 34px;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    padding-right: 40px;
    border-radius: 17px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
    @media (max-width: 767px) {
      .error404 .cps-post .search-box input[type="search"] {
        font-size: 16px; } }
  .error404 .cps-post .search-box input[type="submit"] {
    font-family: "jin-icons";
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 34px;
    width: 34px;
    color: #2b2b2b;
    background: none;
    display: inline-block; }
    @media (max-width: 767px) {
      .error404 .cps-post .search-box input[type="submit"] {
        font-size: 16px;
        right: 10px; } }
  .error404 .cps-post .search-box input[type="search"]:focus {
    outline: none;
    border: 1px solid #0094c8; }
  .error404 .cps-post .search-box input[type="submit"]:hover {
    cursor: pointer; }

.cat404 {
  list-style-type: disc;
  padding-left: 25px;
  margin-top: 10px; }
  .cat404 li a {
    color: #0094c8; }
  .cat404 li a:hover {
    text-decoration: underline; }

/* sns */
.share {
  width: 100%;
  margin-top: 5px; }

.share-title {
  text-align: center;
  margin-bottom: 10px;
  color: #888; }
  @media (max-width: 767px) {
    .share-title {
      font-size: 1.4rem; } }
  @media (min-width: 768px) {
    .share-title {
      font-size: 1.6rem; } }

.share-top {
  width: 100%;
  display: block;
  margin-bottom: 0;
  margin-top: 0px;
  padding: 0; }
  @media (max-width: 767px) {
    .share-top {
      width: 100%; } }

.font-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold; }


/* pagination */
.pager-top {
  display: block;
  width: 100%; }
@media (max-width: 767px) {
  .pager-top {
    margin: 20px 20px 0; }
}
@media (min-width: 768px) {
  .pager-top {
    margin: 20px 0 30px; }
}

.pagination {
  padding-left: 0; }

.pagination,
.pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.pagination li {
  position: relative;
  margin: 0 4px; }

.pagination a {
  text-decoration: none;
  background: #fff;
  font-weight: 500;
  font-size: 0.85rem;
  padding: 5px 3px;
  padding-bottom: 4px;
  padding-left: 5px;
  border-radius: 20px;
  line-height: 0; }
  @media (max-width: 767px) {
    .pagination a {
      min-width: 34px;
      min-height: 34px;
      color: #888 !important;
      padding-top: 4px;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25); } }
  @media (min-width: 768px) {
    .pagination a {
      min-width: 38px;
      min-height: 37px;
      color: #aaa !important;
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18); } }

.pagination li.spancount span {
  display: block;
  padding-bottom: 10px;
  color: #aaa; }

.pagination li:not([class*="current"]) a:hover {
  color: #fff !important;
  transform: translateY(-3px); }

.pagination li.current a {
  background-color: #cdcdcd;
  border: 1px solid #cdcdcd;
  cursor: default;
  color: #fff !important;
  pointer-events: none; }

/* nextpage */
.nextpage {
  padding-left: 0;
  margin: 30px 0;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.nextpage span {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 24px;
  text-align: center;
  padding: 6px 6px;
  border-radius: 1px;
  margin: 0 3px;
  min-width: 37px;
  min-height: 36px;
  background-color: #cdcdcd !important;
  border: 1px solid #cdcdcd;
  cursor: default;
  color: #fff !important;
  pointer-events: none; }

.nextpage a {
  display: block;
  text-decoration: none !important;
  opacity: 1 !important; }

.nextpage a span {
  background: #fff !important;
  border: 1px solid #aaa;
  color: #aaa !important;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }

@media (max-width: 767px) {
  .nextpage a {
    min-width: 43px;
    min-height: 42px;
    padding: 5px 4px; } }

/* 関連コンテンツ広告 */
.related-ad-unit-area {
  width: 100%; }

/* adsense広告 */
.sponsor,
.sponsor-h2,
.sponsor-h2-center,
.sponsor-center,
.sponsor-top {
  color: #888;
  font-size: 0.75em;
  margin-top: 30px;
  margin-bottom: 8px;
  letter-spacing: 0; }
  @media (max-width: 767px) {
    .sponsor,
    .sponsor-h2,
    .sponsor-h2-center,
    .sponsor-center,
    .sponsor-top {
      margin-top: 20px;
      text-align: center; } }

.sponsor-center,
.sponsor-h2-center,
.sponsor-top {
  text-align: center; }

.sponsor-h2-center {
  margin-top: 10px; }

.sponsor-top {
  margin-top: 0; }

.ad-top-sp {
  margin-bottom: 30px; }

.ad-top {
  margin-bottom: 30px; }

.related-ad-area {
  background-color: #f7f7f7;
  border-radius: 2px; }
  @media (max-width: 767px) {
    .related-ad-area {
      margin-top: 20px;
      padding-bottom: 20px;
      padding-top: 1px; } }
  @media (min-width: 768px) {
    .related-ad-area {
      margin-top: 30px;
      padding: 5px 30px;
      padding-bottom: 25px; } }
  @media (min-width: 1024px) {
    .related-ad-area {
      padding: 0 30px;
      padding-bottom: 25px; } }

.adarea-box {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .ad-single {
    text-align: center; } }
@media (min-width: 768px) {
  .ad-single {
    display: block; }
    .ad-single .center-rectangle,
    .ad-single .left-rectangle,
    .ad-single .right-rectangle {
      text-align: center; } }
@media (min-width: 1200px) {
  .ad-single .center-rectangle {
    text-align: center; }
  .ad-single .left-rectangle {
    width: 336px;
    float: left;
    margin-right: 20px; }
  .ad-single .right-rectangle {
    width: 336px;
    float: right; } }

.ad-single-h2 {
  text-align: center;
  margin-bottom: 40px; }

/* サイドバーランキング */
.wide-layout ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .wide-layout ul li {
    margin-bottom: 20px; }
    .wide-layout ul li .side-ranking-title {
      font-size: 17px;
      line-height: 1.3rem;
      font-weight: 500;
      position: relative; }
      @media (max-width: 767px) {
        .wide-layout ul li .side-ranking-title {
          font-weight: 500; } }
    .wide-layout ul li .side-ranking-meta {
      margin-top: 15px; }
      .wide-layout ul li .side-ranking-meta .side-ranking-img img {
        display: none; }
      .wide-layout ul li .side-ranking-meta .side-ranking-img a {
        overflow: hidden;
        display: block; }
        .wide-layout ul li .side-ranking-meta .side-ranking-img a img {
          width: 100%;
          height: auto;
          display: block;
          background: #fff;
          -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
          transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
      .wide-layout ul li .side-ranking-meta .side-ranking-img a:hover img {
        -webkit-filter: opacity(0.8);
        filter: opacity(0.8); }
      .wide-layout ul li .side-ranking-meta .side-ranking-info {
        font-size: 0.85rem;
        line-height: 1.35rem;
        margin-top: 15px;
        margin-bottom: 15px; }
    .wide-layout ul li .side-btn-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .wide-layout ul li .side-ranking-btn {
      flex: 1; }
      .wide-layout ul li .side-ranking-btn a {
        width: 100%;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px; }
    @media (max-width: 767px) {
      .wide-layout ul li .color-button01 a,
      .wide-layout ul li .color-button02 a {
        padding-top: 11px;
        padding-bottom: 11px;
        font-size: 1rem; } }
    @media (min-width: 768px) {
      .wide-layout ul li .color-button01 a,
      .wide-layout ul li .color-button02 a {
        padding-top: 9px;
        padding-bottom: 9px;
        font-size: 0.95rem; } }
    .wide-layout ul li .color-button01:before,
    .wide-layout ul li .color-button02:before {
      display: block;
      width: 100%; }
  .wide-layout ul li:last-child {
    margin-bottom: 0; }
  .wide-layout ul li:first-child h3 {
    border-color: #FFCF24; }
  .wide-layout ul li:nth-child(2) h3 {
    border-color: #A0A9B1; }
  .wide-layout ul li:nth-child(3) h3 {
    border-color: #B26A2B; }

.simple-style h3 {
  border-bottom: 1px solid;
  padding-left: 45px;
  padding-top: 23px;
  padding-bottom: 3px;
  letter-spacing: 0; }
  .simple-style h3 img {
    width: 45px;
    position: absolute;
    left: -2px;
    bottom: 4px; }

.luxe-style h3 {
  padding-left: 35px;
  padding-top: 15px;
  padding-bottom: 3px;
  letter-spacing: 0;
  border-bottom: 3px double; }
  .luxe-style h3 img {
    position: absolute;
    width: 35px;
    top: 7px;
    left: -5px; }
.luxe-style li:first-child h3 {
  border-bottom-color: #D09F30 !important; }

.girly-style h3 {
  border-bottom: 2px dotted;
  padding-left: 47px;
  padding-top: 23px;
  padding-bottom: 3px;
  letter-spacing: 0; }
  .girly-style h3 img {
    width: 43px;
    position: absolute;
    left: 0px;
    bottom: 3px; }

.widget-profile {
  overflow: hidden;
  position: relative; }

  @media (max-width: 767px) {
    #footer-widget-area .my-profile {
      border: none !important; } }
  @media (min-width: 768px) {
    #footer-widget-area .my-profile {
      box-shadow: none !important;
      padding: 10px !important;
      padding-bottom: 10px !important; } }
  @media (min-width: 1024px) {
    #footer-widget-area .my-profile {
      padding: 25px !important;
      padding-bottom: 25px !important; } }
@media (max-width: 767px) {
  #footer-widget-area .my-profile-thumb {
    box-shadow: none !important; } }
#footer-widget-area .myjob {
  color: rgba(255, 255, 255, 0.7) !important; }
#footer-widget-area .popular-count {
  color: rgba(255, 255, 255, 0.7) !important;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7) !important; }

@media (min-width: 768px) {
  #footer-widget-area .widget-profile {
    overflow: visible !important; } }
@media (min-width: 768px) {
  #footer-widget-area .my-profile {
    border-radius: 2px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.18);
    padding: 10px;
    position: relative;
    padding-bottom: 10px !important; } }
  @media (min-width: 768px) and (max-width: 767px) {
    #footer-widget-area .my-profile {
      border-radius: 0px;
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25); } }

@media (min-width: 1024px) {
  #footer-widget-area .my-profile {
    padding: 25px;
    padding-bottom: 25px !important; } }
@media (min-width: 768px) {
  #footer-widget-area .myname {
    top: 156px !important; } }
@media (min-width: 768px) {
  #footer-widget-area .myjob {
    top: 183px !important; } }
@media (min-width: 768px) {
  #footer-widget-area .profile-sns-menu {
    position: relative !important;
    border-radius: 2px;
    margin-top: 25px; } }
@media (min-width: 768px) {
  #footer-widget-area .profile-sns-menu ul li {
    margin-left: 0px !important;
    margin-right: 0px !important; } }
@media (min-width: 1024px) {
  #footer-widget-area .profile-sns-menu ul li {
    margin-left: 0px !important;
    margin-right: 0px !important; } }

@media (max-width: 767px) {
  .my-profile {
    position: relative;
    padding: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    border-radius: 2px; } }
@media (min-width: 768px) {
  .my-profile {
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0px; } }
.my-profile .myjob {
  position: absolute;
  left: 0px;
  font-size: 0.65rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.35);
  width: 100%;
  text-align: center;
  font-weight: 300; }
  @media (max-width: 767px) {
    .my-profile .myjob {
      top: 180px; } }
  @media (min-width: 768px) {
    .my-profile .myjob {
      top: 185px; } }
.my-profile .myname {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  width: 100%;
  text-align: center; }
  @media (max-width: 767px) {
    .my-profile .myname {
      font-weight: 700;
      top: 153px; } }
  @media (min-width: 768px) {
    .my-profile .myname {
      font-weight: 500;
      top: 158px; } }
.my-profile .my-profile-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 110px;
  height: 110px;
  border-radius: 55px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
  background: #fff; }
  .my-profile .my-profile-thumb img {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
  .my-profile .my-profile-thumb a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
.my-profile .profile-sns-menu {
  position: absolute;
  left: 0;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 15px 0; }
  @media (max-width: 767px) {
    .my-profile .profile-sns-menu {
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px; } }
  .my-profile .profile-sns-menu .profile-sns-menu-title {
    text-align: center;
    width: 100%;
    font-size: 0.85rem;
    color: #fff;
    margin-bottom: 5px; }
  .my-profile .profile-sns-menu ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
    .my-profile .profile-sns-menu ul li {
      margin-bottom: 0;
      background: transparent !important;
      margin-left: 0;
      margin-right: 0; }
      .my-profile .profile-sns-menu ul li a {
        -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
        transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
        display: block;
        width: 34px;
        height: 32px;
        margin: 0 4px;
        font-size: 15px;
        overflow: hidden;
        text-decoration: none !important;
        border-radius: 2px;
        background: rgba(0, 0, 0, 0.18); }
        .my-profile .profile-sns-menu ul li a svg {
          fill: #fff !important; }
      .my-profile .profile-sns-menu ul li a:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
    .my-profile .profile-sns-menu ul .pro-fb a {
      padding: 8px 8px 9px 9px; }
    .my-profile .profile-sns-menu ul .pro-tw a {
      font-size: 24px;
      padding: 4px; }
    .my-profile .profile-sns-menu ul .pro-line a {
      font-size: 24px;
      padding: 4px; }
    .my-profile .profile-sns-menu ul .pro-insta a {
      font-size: 15px;
      padding: 9px 8px 9px 9px; }
    .my-profile .profile-sns-menu ul .pro-youtube a {
      font-size: 17px;
      padding: 8px; }
    .my-profile .profile-sns-menu ul .pro-contact a {
      font-size: 17px;
      padding: 7px 8px 8px 8px; }
.my-profile .myintro {
  font-size: 0.85rem; }
  @media (max-width: 767px) {
    .my-profile .myintro {
      margin-top: 70px;
      font-weight: 500; } }
  @media (min-width: 768px) {
    .my-profile .myintro {
      margin-top: 75px;
      font-weight: 300; } }

.area-border {
  position: relative;
  height: 2px;
  border-radius: 1px;
  background: #2b2b2b;
  margin: 0 auto;
  opacity: 0.3; }

@media (max-width: 767px) {
  .area-border {
    margin-top: 40px;
    width: 80px; }
}
@media (max-width: 767px) {
  .area-border2 {
      margin-top: 30px; }
}

.cta-content {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  color: #fff; }
  @media (max-width: 767px) {
    .cta-content {
      padding: 20px;
      margin-top: 10px; } }
  @media (min-width: 768px) {
    .cta-content {
      padding: 30px;
      margin-top: 0px; } }
  .cta-content .info-title {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center; }
    @media (max-width: 767px) {
      .cta-content .info-title {
        font-size: 1.4rem;
        font-weight: 700;
        margin-bottom: 10px; } }
    @media (min-width: 768px) {
      .cta-content .info-title {
        font-size: 1.6rem;
        font-weight: 500;
        margin-bottom: 20px; } }
  .cta-content .cta-text {
    position: relative;
    z-index: 1; }
    .cta-content .cta-text img {
      max-width: 100%;
      height: auto;
      margin-bottom: 20px; }
    .cta-content .cta-text p:last-of-type {
      padding-bottom: 0 !important; }

.cta-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6FBFCA;
  z-index: 0;
  border-radius: 2px; }

.cta-content .sponsor-h2-center,
.cta-content .ad-single-h2 {
  display: none; }

.tag-box {
  margin-top: 30px; }
  .tag-box a {
    color: #555 !important;
    text-decoration: none !important;
    border: 1px solid #ddd;
    padding: 5px 8px;
    border-radius: 2px;
    font-size: 0.65rem;
    letter-spacing: 0;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 5px; }
  .tag-box a:before {
    font-family: "jin-icons";
    content: "\e92c";
    vertical-align: bottom;
    line-height: 0.9rem;
    -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }

.color-button01,
.color-button02,
.color-button01-big,
.color-button02-big {
  margin-left: 5px;
  margin-right: 5px;
  letter-spacing: 0; }
  @media (max-width: 767px) {
    .color-button01,
    .color-button02,
    .color-button01-big,
    .color-button02-big {
      margin-bottom: 10px; } }
  .color-button01 a,
  .color-button02 a,
  .color-button01-big a,
  .color-button02-big a {
    color: #fff !important; }

.color-button01-big,
.color-button02-big {
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767px) {
  .spfull {
    width: 100%;
    margin-left: 0;
    margin-right: 0; } }

.top-image-btn-color a,
.color-button01 a,
.color-button02 a {
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  border-radius: 6px;
  text-align: center;
  padding: 13px 80px;
  padding-bottom: 12px;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transform: perspective(0);
  transform: perspective(0);
  font-size: 1.1rem;
  opacity: 1 !important; }
  @media (max-width: 767px) {
    .top-image-btn-color a,
    .color-button01 a,
    .color-button02 a {
      padding: 12px 80px;
      padding-bottom: 11px;
      font-weight: 700; } }
  @media (min-width: 768px) {
    .top-image-btn-color a,
    .color-button01 a,
    .color-button02 a {
      font-weight: 500; } }

@media (max-width: 767px) {
  .spfull.color-button01 a,
  .spfull.color-button02 a {
    width: 100%; } }

.color-button01-big a,
.color-button02-big a {
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  border-radius: 4px;
  text-align: center;
  font-size: 1.2rem;
  padding: 20px 30px;
  max-width: 100% !important;
  vertical-align: bottom;
  display: block;
  text-decoration: none !important;
  -webkit-transform: perspective(0);
  transform: perspective(0); }
  @media (max-width: 767px) {
    .color-button01-big a,
    .color-button02-big a {
      width: 100% !important;
      font-weight: 700; } }
  @media (min-width: 768px) {
    .color-button01-big a,
    .color-button02-big a {
      font-weight: 500; } }

.color-button01 img,
.color-button02 img,
.color-button01-big img,
.color-button02-big img {
  display: none; }

.top-image-btn-color a:hover,
.color-button01 a:hover,
.color-button02 a:hover,
.color-button01-big a:hover,
.color-button02-big a:hover {
  text-decoration: none !important;
  opacity: 1; }

.top-image-btn-color,
.color-button01,
.color-button02,
.color-button01-big,
.color-button02-big {
  position: relative;
  z-index: 1;
  display: inline-block; }

.color-button01-big,
.color-button02-big {
  display: block; }

.top-image-btn-color a,
.color-button01 a,
.color-button01-big a {
  background-color: #0094c8;
  color: #fff !important; }

@media (max-width: 767px) {
  .top-image-btn-color a {
    font-weight: 700 !important; } }
@media (min-width: 768px) {
  .top-image-btn-color a {
    font-weight: 500 !important; } }

.color-button02 a,
.color-button02-big a {
  background-color: #d9333f;
  color: #fff !important; }

.top-image-btn-color a:hover,
.color-button01 a:hover,
.color-button02 a:hover,
.color-button01-big a:hover,
.color-button02-big a:hover {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9); }

.top-image-btn-color:before,
.color-button01:before,
.color-button02:before,
.color-button01-big:before,
.color-button02-big:before {
  position: absolute;
  bottom: -4px;
  z-index: -1;
  left: 0;
  content: '';
  width: 100%;
  height: 24px;
  border-radius: 4px;
  -webkit-filter: brightness(0.85);
  filter: brightness(0.85); }

.top-image-btn-color:before,
.color-button01:before,
.color-button02:before {
  border-radius: 6px; }

.color-button01-big:before,
.color-button02-big:before {
  height: 100%; }

.color-button01:before,
.color-button01-big:before {
  background-color: #0094c8; }

.color-button02:before,
.color-button02-big:before {
  background-color: #d9333f; }

.twobutton {
  display: block;
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .twobutton .color-button01,
    .twobutton .color-button02 {
      margin-bottom: 10px; } }

.gb-simple-button-center {
  text-align: center; }

.timeslash {
  color: #bbb;
  font-size: 0.8rem; }

/* ブログカード */
.blog-card-hl-box {
  position: absolute;
  border-radius: 2px;
  background: #ccc; }
  @media (min-width: 768px) {
    .blog-card-hl-box {
      font-size: 12px;
      font-weight: 500;
      padding: 7px 10px;
      top: -14px;
      left: 20px;
      width: 135px;
      padding-bottom: 2px; } }
  @media (max-width: 767px) {
    .blog-card-hl-box {
      font-weight: bold;
      font-size: 11px;
      padding: 4px 8px;
      top: -13px;
      left: 12px;
      width: 122px; } }

.blog-card {
  display: block;
  position: relative;
  border: 1px solid #aaa;
  border-radius: 4px;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
  background: rgba(255, 255, 255, 0);
  word-wrap: break-word;
  box-sizing: border-box;
  text-decoration: none !important;
  -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
  @media (max-width: 767px) {
    .blog-card {
      width: 100%;
      padding: 12px;
      margin: 10px 0px;
      padding-top: 22px !important; } }
  @media (min-width: 768px) {
    .blog-card {
      width: 96%;
      margin: 10px auto;
      padding: 20px;
      padding-top: 30px !important; } }
  .blog-card .blog-card-hl {
    position: relative;
    color: #fff;
    letter-spacing: 0;
    line-height: 0;
    padding-left: 5px; }
  .blog-card .blog-card-hl:after {
    position: absolute;
    content: "あわせて読みたい";
    color: #fff;
    width: 100px;
    top: 3px;
    left: 0;
    letter-spacing: 0;
    line-height: 0; }
    @media (max-width: 767px) {
      .blog-card .blog-card-hl:after {
        top: 6px; } }
  .blog-card .jin-ifont-post {
    line-height: 0;
    color: #fff;
    font-size: 0.95rem; }
  @media (max-width: 767px) {
    .blog-card .jin-ifont-post:before {
      line-height: 0.6rem; } }

.blog-card:hover {
  opacity: 0.8 !important; }

.blog-card:hover .blog-card-thumbnail img {
  transform: scale(1.1); }

.blog-card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.blog-card-content {
  flex: 2.5; }

.blog-card-thumbnail {
  display: block;
  overflow: hidden; }
  @media (max-width: 767px) {
    .blog-card-thumbnail {
      margin-right: 10px;
      flex: 1.82; } }
  @media (min-width: 768px) {
    .blog-card-thumbnail {
      margin-right: 20px;
      flex: 1; } }
  .blog-card-thumbnail img {
    filter: opacity(1);
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: baseline;
    width: 100%;
    height: auto;
    background: #fff;
    -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }

.blog-card-title {
  display: block;
  letter-spacing: 1px;
  color: #524e4d;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
  @media (max-width: 767px) {
    .blog-card-title {
      font-size: 0.85rem;
      line-height: 1.2rem;
      font-weight: 700; } }
  @media (min-width: 768px) {
    .blog-card-title {
      margin-bottom: 15px;
      font-size: 1.1rem;
      line-height: 1.5rem;
      font-weight: 500; } }

.blog-card-excerpt {
  color: #524e4d;
  display: none; }
  @media (min-width: 768px) {
    .blog-card-excerpt {
      margin-top: 15px;
      font-size: 0.75rem;
      display: block; } }

.blog-card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  font-size: 70%;
  color: #777;
  margin-bottom: 0;
  text-align: right; }
  @media (max-width: 767px) {
    .blog-card-footer {
      margin-top: 10px; } }
  @media (min-width: 768px) {
    .blog-card-footer {
      margin-top: 15px; } }
  .blog-card-footer .blog-card-logo {
    margin-right: 5px; }
    .blog-card-footer .blog-card-logo img {
      padding: 0 !important;
      margin: 0 !important; }
  .blog-card-footer .blog-card-sitetitle {
    display: block;
    margin-top: 1px; }

.profile-card {
  border-top: 1px solid #eee;
  padding: 0 20px;
  padding-top: 40px;
  position: relative;
  margin-top: 50px; }
  @media (max-width: 767px) {
    .profile-card {
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    .profile-card {
      margin-bottom: 20px; } }
  .profile-card .profile-title {
    position: absolute;
    top: 0px;
    background: #eee;
    font-size: 0.8rem;
    font-weight: 500;
    color: #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
    @media (max-width: 767px) {
      .profile-card .profile-title {
        left: 20px;
        padding: 5px 12px; } }
    @media (min-width: 768px) {
      .profile-card .profile-title {
        right: 20px;
        padding: 7px 15px;
        padding-top: 6px; } }
  @media (max-width: 767px) {
    .profile-card .profile-flexbox {
      display: block; } }
  @media (min-width: 768px) {
    .profile-card .profile-flexbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .profile-card .profile-thumbnail {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18); }
    @media (max-width: 767px) {
      .profile-card .profile-thumbnail {
        margin: 0 auto; } }
    @media (min-width: 768px) {
      .profile-card .profile-thumbnail {
        margin-right: 20px; } }
  @media (max-width: 767px) {
    .profile-card .profile-meta {
      margin-top: 10px; } }
    @media (max-width: 767px) {
      .profile-card .profile-meta .profile-name {
        text-align: center;
        font-weight: 700; } }
    @media (min-width: 768px) {
      .profile-card .profile-meta .profile-name {
        font-weight: 500; } }
  .profile-card .profile-meta .profile-desc {
    font-size: 0.85rem;
    line-height: 1.25rem;
    font-weight: 300;
    margin-top: 20px; }
  .profile-card .profile-link-box {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .profile-card .profile-link-box {
        display: block; } }
    @media (min-width: 768px) {
      .profile-card .profile-link-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center; } }
    .profile-card .profile-link-box .profile-link {
      flex: 2;
      font-size: 0.85rem;
      word-break: break-all;
      word-wrap: break-word; }
      @media (max-width: 767px) {
        .profile-card .profile-link-box .profile-link {
          margin-left: 0px; } }
      @media (min-width: 768px) {
        .profile-card .profile-link-box .profile-link {
          margin-left: 8px;
          margin-right: 20px; } }
      .profile-card .profile-link-box .profile-link span {
        font-size: 0.75rem; }
      .profile-card .profile-link-box .profile-link svg {
        margin-right: 2px; }
    .profile-card .profile-link-box .profile-follow {
      flex: 1; }
    .profile-card .profile-link-box .jic-type:before {
      vertical-align: bottom;
      font-size: 1em;
      line-height: 1rem; }

.profile-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .profile-follow {
      justify-content: center;
      margin-top: 20px; } }
  @media (min-width: 768px) {
    .profile-follow {
      justify-content: flex-end; } }
  .profile-follow a {
    -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    display: block;
    color: #fff;
    margin: 0 6px;
    font-size: 15px;
    overflow: hidden;
    text-decoration: none !important; }
  .profile-follow a:hover {
    color: #f8b500 !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .profile-follow .facebook-sns a {
    margin: 0 7px; }
  .profile-follow .twitter-sns a {
    font-size: 24px;
    margin: 0px;
    padding-top: 2px; }
  .profile-follow .line-sns a {
    font-size: 24px;
    margin: 0px 2px; }
  .profile-follow .instagram-sns a {
    font-size: 16px;
    padding-top: 1px; }
  .profile-follow .youtube-sns a {
    font-size: 17px; }
  .profile-follow .contact-sns a {
    font-size: 18px;
    margin: 0px 5px; }
  .profile-follow a:hover {
    color: #f8b500 !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

@media (min-width: 768px) {
  .profile-follow.center-pos {
    justify-content: center; } }

@media (max-width: 767px) {
  .page-top-footer {
    display: none; } }
@media (min-width: 768px) {
  .page-top-footer {
    position: absolute;
    right: 15px;
    top: 11px; }
    .page-top-footer a.totop {
      font-size: 2rem;
      padding: 9px 30px 9px 30px;
      line-height: 0;
      color: #fff;
      cursor: pointer; }
      .page-top-footer a.totop .jin-ifont-arrow-top:before {
        -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
        transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
    .page-top-footer a:hover .jin-ifont-arrow-top:before {
      -webkit-transform: translateY(-4px);
      transform: translateY(-4px); } }
@media (min-width: 1024px) {
  .page-top-footer {
    right: -2px; } }

#page-top {
  position: fixed;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
@media (max-width: 767px) {
  #page-top {
    right: 22px;
    bottom: 120px;
    z-index: 1; }
}
  @media (min-width: 768px) {
    #page-top {
      right: 0;
      bottom: 0;
      z-index: 99; } }

#page-top a {
  color: #fff;
  text-decoration: none;
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 0;
   }
  @media (max-width: 767px) {
    #page-top a {
      width: 42px;
      height: 42px;
      padding: 8px;
      padding-top: 10px;
      border-radius: 30px;
      font-size: 1.2rem; } }
  @media (min-width: 768px) {
    #page-top a {
      width: 47px;
      height: 47px;
      padding: 8px;
      border-radius: 0px;
      font-size: 1.6rem; } }
  #page-top a .jin-ifont-arrow-top:before {
    -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }

#page-top a:hover .jin-ifont-arrow-top:before {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px); }

/* 吹き出し */
.balloon-box {
  position: relative;
  overflow: hidden; }

.balloon-icon {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .balloon-icon {
      width: 60px;
      height: 60px; } }

.balloon-icon.maru {
  border: 2px solid #eee;
  border-radius: 40px; }

.icon-name {
  position: absolute;
  text-align: center;
  letter-spacing: 0;
  line-height: 0.7rem !important;
  color: #777; }
  @media (max-width: 767px) {
    .icon-name {
      width: 60px;
      top: 62px;
      font-size: 9px; } }
  @media (min-width: 768px) {
    .icon-name {
      width: 80px;
      top: 83px;
      font-size: 10px; } }

.balloon-icon img {
  width: 80px;
  height: auto;
  margin-bottom: 0 !important; }
  @media (max-width: 767px) {
    .balloon-icon img {
      width: 60px; } }

.balloon-serif .balloon-content img.star {
  width: 24%;
  padding-bottom: 1px;
  margin-bottom: -3px !important; }
  @media (max-width: 767px) {
    .balloon-serif .balloon-content img.star {
      width: 38%;
      padding-bottom: 2px; } }

.balloon-content p:last-of-type {
  padding-bottom: 0 !important; }

.balloon-left .balloon-icon {
  left: 0; }
.balloon-left .icon-name {
  left: 0; }
.balloon-left .balloon-serif {
  position: relative;
  float: left;
  margin: 0 105px 40px 105px;
  padding: 0; }
  @media (max-width: 767px) {
    .balloon-left .balloon-serif {
      margin: 0 0px 30px 78px; } }
.balloon-left .balloon-serif:before {
  content: "";
  position: absolute;
  left: -7px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 10px 7px 0;
  z-index: 3; }
  @media (max-width: 767px) {
    .balloon-left .balloon-serif:before {
      top: 13px; } }
  @media (min-width: 768px) {
    .balloon-left .balloon-serif:before {
      top: 16px; } }
.balloon-left .balloon-serif:after {
  content: "";
  position: absolute;
  left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  z-index: 2; }
  @media (max-width: 767px) {
    .balloon-left .balloon-serif:after {
      top: 12px; } }
  @media (min-width: 768px) {
    .balloon-left .balloon-serif:after {
      top: 15px; } }
.balloon-left .balloon-serif .balloon-content {
  position: relative;
  line-height: 1.5rem;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 6px;
  font-size: 0.95em;
  z-index: 2; }
  @media (max-width: 767px) {
    .balloon-left .balloon-serif .balloon-content {
      padding: 0.8rem; } }
  @media (min-width: 768px) {
    .balloon-left .balloon-serif .balloon-content {
      padding: 1.15rem; } }

.balloon-right .balloon-icon {
  right: 0; }
.balloon-right .icon-name {
  right: 0; }
.balloon-right .balloon-serif {
  position: relative;
  float: right;
  margin: 0 105px 40px 105px;
  padding: 0; }
  @media (max-width: 767px) {
    .balloon-right .balloon-serif {
      margin: 0 78px 30px 0px; } }
.balloon-right .balloon-serif:before {
  content: "";
  position: absolute;
  right: -7px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0px 7px 10px;
  z-index: 3; }
  @media (max-width: 767px) {
    .balloon-right .balloon-serif:before {
      top: 13px; } }
  @media (min-width: 768px) {
    .balloon-right .balloon-serif:before {
      top: 16px; } }
.balloon-right .balloon-serif:after {
  content: "";
  position: absolute;
  right: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 0px 8px 10px;
  z-index: 2; }
  @media (max-width: 767px) {
    .balloon-right .balloon-serif:after {
      top: 12px; } }
  @media (min-width: 768px) {
    .balloon-right .balloon-serif:after {
      top: 15px; } }
.balloon-right .balloon-serif .balloon-content {
  position: relative;
  line-height: 1.5rem;
  border: 2px solid;
  border-radius: 6px;
  font-size: 0.95em;
  z-index: 2; }
  @media (max-width: 767px) {
    .balloon-right .balloon-serif .balloon-content {
      padding: 0.8rem; } }
  @media (min-width: 768px) {
    .balloon-right .balloon-serif .balloon-content {
      padding: 1.15rem; } }

.balloon-box ol li {
  position: relative;
  display: block;
  padding: 2px 0px 5px 25px;
  margin-bottom: 0.7em; }

.balloon-box ol li:after {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0px;
  top: 0.25em;
  padding: 0 0 0 0px;
  background: #aaa;
  height: 20px;
  width: 20px;
  color: #fff;
  text-align: center;
  font-size: 0.65em;
  border-radius: 11px; }

.balloon-right.balloon-gray .balloon-serif:after {
  border-color: transparent transparent transparent #ccc; }
.balloon-right.balloon-gray .balloon-content {
  border-color: #ccc; }

.balloon-left.balloon-gray .balloon-serif:after {
  border-color: transparent #ccc transparent transparent; }
.balloon-left.balloon-gray .balloon-content {
  border-color: #ccc; }

.balloon-right.balloon-bg-gray .balloon-serif:before {
  border-color: transparent transparent transparent #efefef; }
.balloon-right.balloon-bg-gray .balloon-content {
  background: #efefef; }

.balloon-left.balloon-bg-gray .balloon-serif:before {
  border-color: transparent #efefef transparent transparent; }
.balloon-left.balloon-bg-gray .balloon-content {
  background: #efefef; }

.balloon-right.balloon-blue .balloon-serif:after {
  border-color: transparent transparent transparent #93D2F0; }
.balloon-right.balloon-blue .balloon-content {
  border-color: #93D2F0; }

.balloon-left.balloon-blue .balloon-serif:after {
  border-color: transparent #93D2F0 transparent transparent; }
.balloon-left.balloon-blue .balloon-content {
  border-color: #93D2F0; }

.balloon-right.balloon-bg-blue .balloon-serif:before {
  border-color: transparent transparent transparent #E2F6FF; }
.balloon-right.balloon-bg-blue .balloon-content {
  background: #E2F6FF; }

.balloon-left.balloon-bg-blue .balloon-serif:before {
  border-color: transparent #E2F6FF transparent transparent; }
.balloon-left.balloon-bg-blue .balloon-content {
  background: #E2F6FF; }

.balloon-right.balloon-red .balloon-serif:after {
  border-color: transparent transparent transparent #F48789; }
.balloon-right.balloon-red .balloon-content {
  border-color: #F48789; }

.balloon-left.balloon-red .balloon-serif:after {
  border-color: transparent #F48789 transparent transparent; }
.balloon-left.balloon-red .balloon-content {
  border-color: #F48789; }

.balloon-right.balloon-bg-red .balloon-serif:before {
  border-color: transparent transparent transparent #FFEBEB; }
.balloon-right.balloon-bg-red .balloon-content {
  background: #FFEBEB; }

.balloon-left.balloon-bg-red .balloon-serif:before {
  border-color: transparent #FFEBEB transparent transparent; }
.balloon-left.balloon-bg-red .balloon-content {
  background: #FFEBEB; }

.balloon-right.balloon-green .balloon-serif:after {
  border-color: transparent transparent transparent #9DDD93; }
.balloon-right.balloon-green .balloon-content {
  border-color: #9DDD93; }

.balloon-left.balloon-green .balloon-serif:after {
  border-color: transparent #9DDD93 transparent transparent; }
.balloon-left.balloon-green .balloon-content {
  border-color: #9DDD93; }

.balloon-right.balloon-bg-green .balloon-serif:before {
  border-color: transparent transparent transparent #D1F8C2; }
.balloon-right.balloon-bg-green .balloon-content {
  background: #D1F8C2; }

.balloon-left.balloon-bg-green .balloon-serif:before {
  border-color: transparent #D1F8C2 transparent transparent; }
.balloon-left.balloon-bg-green .balloon-content {
  background: #D1F8C2; }

.balloon-right.balloon-yellow .balloon-serif:after {
  border-color: transparent transparent transparent #FFD75E; }
.balloon-right.balloon-yellow .balloon-content {
  border-color: #FFD75E; }

.balloon-left.balloon-yellow .balloon-serif:after {
  border-color: transparent #FFD75E transparent transparent; }
.balloon-left.balloon-yellow .balloon-content {
  border-color: #FFD75E; }

.balloon-right.balloon-bg-yellow .balloon-serif:before {
  border-color: transparent transparent transparent #FFF8D1; }
.balloon-right.balloon-bg-yellow .balloon-content {
  background: #FFF8D1; }

.balloon-left.balloon-bg-yellow .balloon-serif:before {
  border-color: transparent #FFF8D1 transparent transparent; }
.balloon-left.balloon-bg-yellow .balloon-content {
  background: #FFF8D1; }

.balloon-right.balloon-bg-none .balloon-serif:before {
  border-color: transparent transparent transparent #fff; }
.balloon-right.balloon-bg-none .balloon-content {
  background: #fff; }

.balloon-left.balloon-bg-none .balloon-serif:before {
  border-color: transparent #fff transparent transparent; }
.balloon-left.balloon-bg-none .balloon-content {
  background: #fff; }

.balloon-left.balloon-none .balloon-serif:after,
.balloon-left.balloon-none .balloon-content,
.balloon-right.balloon-none .balloon-serif:after,
.balloon-right.balloon-none .balloon-content {
  border-color: transparent; }

.balloon-left.balloon-none .balloon-serif:before {
  left: -9px; }

.balloon-right.balloon-none .balloon-serif:before {
  right: -9px; }

@media (min-width: 768px) {
  .alignright {
    margin: 20px 0px 20px auto;
    text-align: right; } }

@media (min-width: 768px) {
  .alignleft {
    margin: 20px auto 20px 0; } }

.aligncenter {
  margin-left: auto;
  margin-right: auto; }

.t-aligncenter {
  text-align: center; }

@media (min-width: 768px) {
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 767px) {
  img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: block; } }

@media (min-width: 768px) {
  img.alignright {
    padding: 4px;
    margin: 0 0 2px 20px;
    display: inline;
    float: right; } }
@media (max-width: 767px) {
  img.alignright {
    margin-bottom: 20px;
    display: block; } }

@media (min-width: 768px) {
  img.alignleft {
    padding: 4px;
    margin: 0 20px 2px 0;
    display: inline;
    float: left; } }
@media (max-width: 767px) {
  img.alignleft {
    margin-bottom: 20px;
    display: block; } }

.ranking-number {
  height: auto; }
  @media (max-width: 767px) {
    .ranking-number {
      width: 45px; } }
  @media (min-width: 768px) {
    .ranking-number {
      width: 52px; } }

.ranking-number-girly {
  height: auto; }
  @media (max-width: 767px) {
    .ranking-number-girly {
      width: 45px; } }
  @media (min-width: 768px) {
    .ranking-number-girly {
      width: 50px; } }

.ranking-number-rich {
  height: auto; }
  @media (max-width: 767px) {
    .ranking-number-rich {
      width: 35px; } }
  @media (min-width: 768px) {
    .ranking-number-rich {
      width: 38px; } }

h2 .ranking-number,
h3 .ranking-number {
  height: auto;
  float: left;
  position: relative;
  margin-right: 3px;
  margin-top: -3px; }
  @media (max-width: 767px) {
    h2 .ranking-number,
    h3 .ranking-number {
      width: 45px; } }
  @media (min-width: 768px) {
    h2 .ranking-number,
    h3 .ranking-number {
      width: 52px; } }

h2 .ranking-number-rich,
h3 .ranking-number-rich {
  height: auto;
  float: left;
  position: relative;
  margin-right: 3px;
  margin-top: -5px;
  z-index: 1; }
  @media (max-width: 767px) {
    h2 .ranking-number-rich,
    h3 .ranking-number-rich {
      width: 35px; } }
  @media (min-width: 768px) {
    h2 .ranking-number-rich,
    h3 .ranking-number-rich {
      width: 38px; } }

h2 .ranking-number-girly,
h3 .ranking-number-girly {
  height: auto;
  float: left;
  position: relative;
  margin-right: 3px;
  margin-top: -7px;
  z-index: 1; }
  @media (max-width: 767px) {
    h2 .ranking-number-girly,
    h3 .ranking-number-girly {
      width: 45px; } }
  @media (min-width: 768px) {
    h2 .ranking-number-girly,
    h3 .ranking-number-girly {
      width: 50px; } }

h2 .ranking-number:after,
h3 .ranking-number:after,
h2 .ranking-number-rich:after,
h3 .ranking-number-rich:after,
h2 .ranking-number-girly:after,
h3 .ranking-number-girly:after {
  content: "";
  position: absolute;
  clear: both; }

@media (min-width: 768px) {
  .xs-size {
    font-size: 0.85rem; }

  .s-size {
    font-size: 0.95rem; }

  .l-size {
    font-size: 1.05rem; }

  .xl-size {
    font-size: 1.1rem; } }
@media (max-width: 767px) {
  .xs-size-sp {
    font-size: 0.85rem; }

  .s-size-sp {
    font-size: 0.95rem; }

  .l-size-sp {
    font-size: 1.05rem; }

  .xl-size-sp {
    font-size: 1.1rem; } }
/* コンテンツメニュー */
.c-red,
.c-blue,
.c-green {
  font-weight: bold; }

.c-red {
  color: #F16F6F; }

.c-blue {
  color: #7695C9; }

.c-green {
  color: #76C983; }

.simple-box1 {
  border: 3px solid #eee;
  border-radius: 4px; }

.simple-box2 {
  border: 3px dashed #eee;
  border-radius: 4px; }

.simple-box3 {
  position: relative;
  border: 3px double #eee;
  border-radius: 4px; }

.simple-box4 {
  border: 1px solid #eee;
  border-radius: 4px;
  position: relative; }

.simple-box4:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  z-index: -1; }

.simple-box5 {
  position: relative;
  border: 1px dashed #aaa;
  border-radius: 4px; }

.simple-box5:before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F7F7F7;
  opacity: 0.05;
  z-index: -1; }

.simple-box6 {
  background: #eee;
  border-radius: 4px; }

.simple-box7 {
  border: 10px solid #aaa;
  border-radius: 4px;
  position: relative; }

.simple-box7:before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F7F7F7;
  opacity: 0.2;
  z-index: -1; }

.simple-box8 {
  position: relative;
  border-left: 5px solid #aaa; }

.simple-box8:before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F7F7F7;
  opacity: 0.1;
  z-index: -1; }

.simple-box9 {
  position: relative; }

.simple-box9:before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F7F7F7;
  opacity: 0.2;
  z-index: -1; }

.simple-box9:after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 0;
  border-color: #e3e3e3 #e3e3e3 #fff #fff;
  border-width: 0 30px 30px 0;
  border-style: solid;
  width: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.kaisetsu-box1 {
  position: relative; }
  @media (min-width: 768px) {
    .kaisetsu-box1 {
      padding-top: 80px !important; } }
  @media (max-width: 767px) {
    .kaisetsu-box1 {
      padding-top: 70px !important; } }

.kaisetsu-box1:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F7F7F7;
  opacity: 0.15;
  border-radius: 4px;
  z-index: -1; }

.kaisetsu-box1-title {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  background: #aaa;
  letter-spacing: 0px !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  @media (min-width: 768px) {
    .kaisetsu-box1-title {
      font-size: 21px;
      font-weight: 500; } }
  @media (max-width: 767px) {
    .kaisetsu-box1-title {
      font-size: 18px;
      font-weight: 700; } }

.kaisetsu-box2 {
  position: relative;
  border: 1px solid #aaa;
  border-radius: 4px; }
  @media (min-width: 768px) {
    .kaisetsu-box2 {
      padding-top: 80px !important; } }
  @media (max-width: 767px) {
    .kaisetsu-box2 {
      padding-top: 70px !important; } }
  .kaisetsu-box2 ol li, .kaisetsu-box2 ul li {
    border-bottom: 2px dashed #ccc;
    padding-bottom: 9px; }

.kaisetsu-box2:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F7F7F7;
  opacity: 0.15;
  border-radius: 4px;
  z-index: -1; }

.kaisetsu-box2-title {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  background: #aaa;
  letter-spacing: 0px !important; }
  @media (min-width: 768px) {
    .kaisetsu-box2-title {
      font-size: 21px;
      font-weight: 500; } }
  @media (max-width: 767px) {
    .kaisetsu-box2-title {
      font-size: 18px;
      font-weight: 700; } }

.kaisetsu-box3 {
  position: relative;
  border: 10px solid #E3B66A;
  background: #369377;
  border-radius: 1px;
  color: #fff !important; }
  @media (min-width: 768px) {
    .kaisetsu-box3 {
      padding-top: 80px !important; } }
  @media (max-width: 767px) {
    .kaisetsu-box3 {
      padding-top: 70px !important; } }
  .kaisetsu-box3 ol li, .kaisetsu-box3 ul li {
    border-bottom: 2px solid rgba(255, 255, 255, 0.21);
    padding-bottom: 9px; }

.kaisetsu-box3:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 57px;
  height: 23px;
  background: url(img/bankeshi.png);
  background-size: contain; }

.kaisetsu-box3-title {
  position: absolute;
  display: block;
  left: 0;
  top: 15px;
  color: #fff;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0px !important; }
  @media (min-width: 768px) {
    .kaisetsu-box3-title {
      font-size: 21px;
      font-weight: 500; } }
  @media (max-width: 767px) {
    .kaisetsu-box3-title {
      font-size: 18px;
      font-weight: 700; } }

.kaisetsu-box4 {
  position: relative;
  border: 1px solid #aaa;
  border-radius: 4px;
  border-top-left-radius: 0; }
  @media (max-width: 767px) {
    .kaisetsu-box4 {
      margin-top: 35px !important; } }
  @media (min-width: 768px) {
    .kaisetsu-box4 {
      margin-top: 40px !important; } }

.kaisetsu-box4-title {
  position: absolute;
  line-height: 0;
  font-size: 18px;
  left: -1px;
  top: -36px;
  color: #fff;
  padding: 18px 15px;
  background: #aaa;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  letter-spacing: 0px !important; }
  @media (min-width: 768px) {
    .kaisetsu-box4-title {
      font-weight: 500; } }
  @media (max-width: 767px) {
    .kaisetsu-box4-title {
      font-weight: 700; } }

.kaisetsu-box5 {
  position: relative;
  border-radius: 4px; }
  @media (max-width: 767px) {
    .kaisetsu-box5 {
      padding-top: 30px !important;
      margin-top: 20px !important; } }
  @media (min-width: 768px) {
    .kaisetsu-box5 {
      padding-top: 40px !important;
      margin-top: 20px !important; } }

.kaisetsu-box5:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #aaa;
  opacity: 0.12;
  border-radius: 4px;
  box-sizing: border-box;
  z-index: -1; }

.kaisetsu-box5-title {
  position: absolute;
  line-height: 0;
  font-size: 18px;
  left: 20px;
  top: -18px;
  color: #fff;
  padding: 18px 15px;
  background: #aaa;
  border-radius: 2px;
  letter-spacing: 0px !important; }
  @media (min-width: 768px) {
    .kaisetsu-box5-title {
      font-weight: 500; } }
  @media (max-width: 767px) {
    .kaisetsu-box5-title {
      font-weight: 700; } }

.concept-box1,
.concept-box2,
.concept-box3,
.concept-box4,
.concept-box5,
.concept-box6 {
  position: relative;
  border: 1px solid #eee;
  border-radius: 4px; }
  @media (max-width: 767px) {
    .concept-box1,
    .concept-box2,
    .concept-box3,
    .concept-box4,
    .concept-box5,
    .concept-box6 {
      padding-top: 30px !important;
      margin-top: 30px !important; } }
  @media (min-width: 768px) {
    .concept-box1,
    .concept-box2,
    .concept-box3,
    .concept-box4,
    .concept-box5,
    .concept-box6 {
      padding-top: 40px !important;
      margin-top: 40px !important; } }

.concept-box1:before,
.concept-box2:before,
.concept-box3:before,
.concept-box4:before,
.concept-box5:before,
.concept-box6:before {
  position: absolute;
  font-weight: bold;
  background: #fff;
  color: #555;
  line-height: 0; }
  @media (min-width: 768px) {
    .concept-box1:before,
    .concept-box2:before,
    .concept-box3:before,
    .concept-box4:before,
    .concept-box5:before,
    .concept-box6:before {
      font-size: 22px;
      top: -21px;
      padding: 20px 8px 20px 59px; } }
  @media (max-width: 767px) {
    .concept-box1:before,
    .concept-box2:before,
    .concept-box3:before,
    .concept-box4:before,
    .concept-box5:before,
    .concept-box6:before {
      font-size: 20px;
      top: -21px;
      padding: 20px 8px 20px 39px; } }

.concept-box1:after,
.concept-box2:after,
.concept-box3:after,
.concept-box4:after,
.concept-box5:after,
.concept-box6:after {
  position: absolute;
  background: #aaa;
  color: #fff;
  font-family: "jin-icons";
  border: 5px solid #fff;
  text-align: center;
  font-size: 1.8rem;
  width: 22px;
  height: 22px;
  line-height: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 768px) {
    .concept-box1:after,
    .concept-box2:after,
    .concept-box3:after,
    .concept-box4:after,
    .concept-box5:after,
    .concept-box6:after {
      left: 20px;
      top: -34px;
      padding-left: 12px;
      padding-right: 18px;
      padding-top: 13px;
      padding-bottom: 17px;
      border-radius: 40px; } }
  @media (max-width: 767px) {
    .concept-box1:after,
    .concept-box2:after,
    .concept-box3:after,
    .concept-box4:after,
    .concept-box5:after,
    .concept-box6:after {
      left: 12px;
      top: -29px;
      padding-left: 8px;
      padding-right: 12px;
      padding-top: 7px;
      padding-bottom: 13px;
      border-radius: 28px; } }

.concept-box1:before {
  content: "ポイント"; }

.concept-box1:after {
  content: "\e90b"; }
  @media (max-width: 767px) {
    .concept-box1:after {
      font-size: 1.8rem;
      padding-top: 9px;
      padding-bottom: 11px; } }
  @media (min-width: 768px) {
    .concept-box1:after {
      padding-left: 11px;
      padding-right: 19px;
      font-size: 2rem; } }

.concept-box2:before {
  content: "注意点"; }

.concept-box2:after {
  content: "\e909"; }
  @media (max-width: 767px) {
    .concept-box2:after {
      padding-left: 9px;
      padding-right: 11px;
      padding-top: 8px;
      padding-bottom: 12px;
      font-size: 1.5rem; } }

.concept-box3:before {
  content: "良い例"; }

.concept-box3:after {
  content: "\e91d"; }
  @media (max-width: 767px) {
    .concept-box3:after {
      font-size: 2rem;
      padding-left: 6px;
      padding-right: 17px;
      padding-top: 9px;
      padding-bottom: 11px; } }
  @media (min-width: 768px) {
    .concept-box3:after {
      font-size: 2.1rem;
      padding-left: 10px;
      padding-right: 20px;
      padding-top: 14px;
      padding-bottom: 16px; } }

.concept-box4:before {
  content: "悪い例"; }

.concept-box4:after {
  content: "\e905"; }
  @media (max-width: 767px) {
    .concept-box4:after {
      padding-left: 8px;
      padding-right: 12px;
      padding-top: 9px;
      padding-bottom: 11px;
      font-size: 1.7rem; } }
  @media (min-width: 768px) {
    .concept-box4:after {
      padding-top: 14px;
      padding-bottom: 16px; } }

.concept-box5:before {
  content: "参考"; }

.concept-box5:after {
  content: "\e906"; }
  @media (max-width: 767px) {
    .concept-box5:after {
      font-size: 1.5rem;
      padding-left: 9px;
      padding-right: 11px;
      padding-top: 9px;
      padding-bottom: 11px; } }
  @media (min-width: 768px) {
    .concept-box5:after {
      padding-top: 14px;
      padding-bottom: 16px; } }

.concept-box6:before {
  content: "メモ"; }

.concept-box6:after {
  content: "\e921"; }
  @media (max-width: 767px) {
    .concept-box6:after {
      font-size: 1.6rem;
      padding-left: 9px;
      padding-right: 11px;
      padding-top: 9px;
      padding-bottom: 11px; } }
  @media (min-width: 768px) {
    .concept-box6:after {
      padding-top: 14px;
      padding-bottom: 16px; } }

.innerlink-box1 {
  position: relative;
  padding-top: 40px !important;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0); }
  @media (max-width: 767px) {
    .innerlink-box1 {
      padding-top: 35px !important;
      margin-top: 10px !important; } }
  @media (min-width: 768px) {
    .innerlink-box1 {
      margin-top: 20px !important; } }

.innerlink-box1:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.04;
  z-index: -1; }

.innerlink-box1-title {
  position: absolute;
  background: red;
  border: 3px solid #aaa;
  line-height: 0;
  color: #fff;
  border-radius: 2px;
  letter-spacing: 0; }
  @media (min-width: 768px) {
    .innerlink-box1-title {
      top: -14px;
      padding: 4px 8px 5px 8px;
      font-size: 12px;
      font-weight: 500; } }
  @media (max-width: 767px) {
    .innerlink-box1-title {
      top: -14px;
      left: 15px;
      padding: 5px 5px 5px 6px;
      font-weight: bold;
      font-size: 11px; } }
  @media (min-width: 768px) {
    .innerlink-box1-title .jin-ifont-post:before {
      line-height: 0.7rem;
      vertical-align: bottom;
      font-size: 1.4em;
      margin-right: -2px; } }
  @media (max-width: 767px) {
    .innerlink-box1-title .jin-ifont-post:before {
      line-height: 0.3rem;
      vertical-align: bottom;
      font-size: 1.4em;
      margin-right: -4px; } }
  .innerlink-box1-title svg, .innerlink-box1-title path {
    fill: #fff !important; }

.simple-box1,
.simple-box2,
.simple-box3,
.simple-box4,
.simple-box5,
.simple-box6,
.simple-box7,
.simple-box8,
.simple-box9,
.kaisetsu-box1,
.kaisetsu-box2,
.kaisetsu-box3,
.kaisetsu-box4,
.kaisetsu-box5,
.kaisetsu-box6,
.concept-box1,
.concept-box2,
.concept-box3,
.concept-box4,
.concept-box5,
.concept-box6,
.innerlink-box1 {
  padding: 20px 25px;
  padding-bottom: 0;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    .simple-box1,
    .simple-box2,
    .simple-box3,
    .simple-box4,
    .simple-box5,
    .simple-box6,
    .simple-box7,
    .simple-box8,
    .simple-box9,
    .kaisetsu-box1,
    .kaisetsu-box2,
    .kaisetsu-box3,
    .kaisetsu-box4,
    .kaisetsu-box5,
    .kaisetsu-box6,
    .concept-box1,
    .concept-box2,
    .concept-box3,
    .concept-box4,
    .concept-box5,
    .concept-box6,
    .innerlink-box1 {
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .simple-box1,
    .simple-box2,
    .simple-box3,
    .simple-box4,
    .simple-box5,
    .simple-box6,
    .simple-box7,
    .simple-box8,
    .simple-box9,
    .kaisetsu-box1,
    .kaisetsu-box2,
    .kaisetsu-box3,
    .kaisetsu-box4,
    .kaisetsu-box5,
    .kaisetsu-box6,
    .concept-box1,
    .concept-box2,
    .concept-box3,
    .concept-box4,
    .concept-box5,
    .concept-box6,
    .innerlink-box1 {
      margin-bottom: 40px;
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }
  .simple-box1 P,
  .simple-box2 P,
  .simple-box3 P,
  .simple-box4 P,
  .simple-box5 P,
  .simple-box6 P,
  .simple-box7 P,
  .simple-box8 P,
  .simple-box9 P,
  .kaisetsu-box1 P,
  .kaisetsu-box2 P,
  .kaisetsu-box3 P,
  .kaisetsu-box4 P,
  .kaisetsu-box5 P,
  .kaisetsu-box6 P,
  .concept-box1 P,
  .concept-box2 P,
  .concept-box3 P,
  .concept-box4 P,
  .concept-box5 P,
  .concept-box6 P,
  .innerlink-box1 P {
    padding-bottom: 20px; }
  .simple-box1 ol, .simple-box1 ul,
  .simple-box2 ol,
  .simple-box2 ul,
  .simple-box3 ol,
  .simple-box3 ul,
  .simple-box4 ol,
  .simple-box4 ul,
  .simple-box5 ol,
  .simple-box5 ul,
  .simple-box6 ol,
  .simple-box6 ul,
  .simple-box7 ol,
  .simple-box7 ul,
  .simple-box8 ol,
  .simple-box8 ul,
  .simple-box9 ol,
  .simple-box9 ul,
  .kaisetsu-box1 ol,
  .kaisetsu-box1 ul,
  .kaisetsu-box2 ol,
  .kaisetsu-box2 ul,
  .kaisetsu-box3 ol,
  .kaisetsu-box3 ul,
  .kaisetsu-box4 ol,
  .kaisetsu-box4 ul,
  .kaisetsu-box5 ol,
  .kaisetsu-box5 ul,
  .kaisetsu-box6 ol,
  .kaisetsu-box6 ul,
  .concept-box1 ol,
  .concept-box1 ul,
  .concept-box2 ol,
  .concept-box2 ul,
  .concept-box3 ol,
  .concept-box3 ul,
  .concept-box4 ol,
  .concept-box4 ul,
  .concept-box5 ol,
  .concept-box5 ul,
  .concept-box6 ol,
  .concept-box6 ul,
  .innerlink-box1 ol,
  .innerlink-box1 ul {
    padding-top: 0px;
    padding-bottom: 30px;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .simple-box1 ol, .simple-box1 ul,
      .simple-box2 ol,
      .simple-box2 ul,
      .simple-box3 ol,
      .simple-box3 ul,
      .simple-box4 ol,
      .simple-box4 ul,
      .simple-box5 ol,
      .simple-box5 ul,
      .simple-box6 ol,
      .simple-box6 ul,
      .simple-box7 ol,
      .simple-box7 ul,
      .simple-box8 ol,
      .simple-box8 ul,
      .simple-box9 ol,
      .simple-box9 ul,
      .kaisetsu-box1 ol,
      .kaisetsu-box1 ul,
      .kaisetsu-box2 ol,
      .kaisetsu-box2 ul,
      .kaisetsu-box3 ol,
      .kaisetsu-box3 ul,
      .kaisetsu-box4 ol,
      .kaisetsu-box4 ul,
      .kaisetsu-box5 ol,
      .kaisetsu-box5 ul,
      .kaisetsu-box6 ol,
      .kaisetsu-box6 ul,
      .concept-box1 ol,
      .concept-box1 ul,
      .concept-box2 ol,
      .concept-box2 ul,
      .concept-box3 ol,
      .concept-box3 ul,
      .concept-box4 ol,
      .concept-box4 ul,
      .concept-box5 ol,
      .concept-box5 ul,
      .concept-box6 ol,
      .concept-box6 ul,
      .innerlink-box1 ol,
      .innerlink-box1 ul {
        padding-left: 4px;
        padding-right: 4px; } }
  .simple-box1 a,
  .simple-box2 a,
  .simple-box3 a,
  .simple-box4 a,
  .simple-box5 a,
  .simple-box6 a,
  .simple-box7 a,
  .simple-box8 a,
  .simple-box9 a,
  .kaisetsu-box1 a,
  .kaisetsu-box2 a,
  .kaisetsu-box3 a,
  .kaisetsu-box4 a,
  .kaisetsu-box5 a,
  .kaisetsu-box6 a,
  .concept-box1 a,
  .concept-box2 a,
  .concept-box3 a,
  .concept-box4 a,
  .concept-box5 a,
  .concept-box6 a,
  .innerlink-box1 a {
    position: relative;
    z-index: 2; }

.simple-box1 ol, .simple-box1 ul,
.simple-box2 ol,
.simple-box2 ul,
.simple-box3 ol,
.simple-box3 ul,
.simple-box4 ol,
.simple-box4 ul,
.simple-box5 ol,
.simple-box5 ul,
.simple-box6 ol,
.simple-box6 ul,
.simple-box7 ol,
.simple-box7 ul,
.simple-box8 ol,
.simple-box8 ul,
.simple-box9 ol,
.simple-box9 ul,
.kaisetsu-box1 ol,
.kaisetsu-box1 ul,
.kaisetsu-box2 ol,
.kaisetsu-box2 ul,
.kaisetsu-box3 ol,
.kaisetsu-box3 ul,
.kaisetsu-box4 ol,
.kaisetsu-box4 ul,
.kaisetsu-box5 ol,
.kaisetsu-box5 ul,
.kaisetsu-box6 ol,
.kaisetsu-box6 ul {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-right: 20px; }
  @media (max-width: 767px) {
    .simple-box1 ol, .simple-box1 ul,
    .simple-box2 ol,
    .simple-box2 ul,
    .simple-box3 ol,
    .simple-box3 ul,
    .simple-box4 ol,
    .simple-box4 ul,
    .simple-box5 ol,
    .simple-box5 ul,
    .simple-box6 ol,
    .simple-box6 ul,
    .simple-box7 ol,
    .simple-box7 ul,
    .simple-box8 ol,
    .simple-box8 ul,
    .simple-box9 ol,
    .simple-box9 ul,
    .kaisetsu-box1 ol,
    .kaisetsu-box1 ul,
    .kaisetsu-box2 ol,
    .kaisetsu-box2 ul,
    .kaisetsu-box3 ol,
    .kaisetsu-box3 ul,
    .kaisetsu-box4 ol,
    .kaisetsu-box4 ul,
    .kaisetsu-box5 ol,
    .kaisetsu-box5 ul,
    .kaisetsu-box6 ol,
    .kaisetsu-box6 ul {
      padding-left: 4px;
      padding-right: 4px; } }

.concept-box1 ol, .concept-box1 ul,
.concept-box2 ol,
.concept-box2 ul,
.concept-box3 ol,
.concept-box3 ul,
.concept-box4 ol,
.concept-box4 ul,
.concept-box5 ol,
.concept-box5 ul,
.concept-box6 ol,
.concept-box6 ul,
.innerlink-box1 ol,
.innerlink-box1 ul {
  padding-top: 0px;
  padding-bottom: 30px;
  padding-right: 20px; }
  @media (max-width: 767px) {
    .concept-box1 ol, .concept-box1 ul,
    .concept-box2 ol,
    .concept-box2 ul,
    .concept-box3 ol,
    .concept-box3 ul,
    .concept-box4 ol,
    .concept-box4 ul,
    .concept-box5 ol,
    .concept-box5 ul,
    .concept-box6 ol,
    .concept-box6 ul,
    .innerlink-box1 ol,
    .innerlink-box1 ul {
      padding-left: 4px;
      padding-right: 4px; } }

@media (max-width: 767px) {
  .jin-h2-icons h2 {
    padding-left: 10px !important; } }
@media (min-width: 768px) {
  .jin-h2-icons h2 {
    padding-left: 12px !important; } }
@media (max-width: 767px) {
  .jin-h2-icons h2 .jic:before {
    padding-right: 4px;
    font-size: 1.5rem;
    line-height: 1.4rem;
    vertical-align: bottom; } }
@media (min-width: 768px) {
  .jin-h2-icons h2 .jic:before {
    padding-right: 2px;
    font-size: 1.5rem;
    line-height: 2rem;
    vertical-align: bottom; } }
@media (max-width: 767px) {
  .jin-h2-icons h2 .jin-ifont-check:before {
    font-size: 1.8rem;
    line-height: 1.5rem; } }
@media (min-width: 768px) {
  .jin-h2-icons h2 .jin-ifont-check:before {
    font-size: 1.8rem; } }
@media (min-width: 768px) {
  .jin-h2-icons h2 .jin-ifont-check-circle:before {
    padding-right: 5px; } }
@media (max-width: 767px) {
  .jin-h2-icons h2 .jin-ifont-clover:before {
    font-size: 1.8rem; } }
@media (min-width: 768px) {
  .jin-h2-icons h2 .jin-ifont-clover:before {
    font-size: 2rem; } }
@media (max-width: 767px) {
  .jin-h2-icons h2 .jin-ifont-bookmark:before {
    font-size: 1.7rem; } }
@media (min-width: 768px) {
  .jin-h2-icons h2 .jin-ifont-bookmark:before {
    font-size: 1.8rem;
    line-height: 1.8rem; } }

.jin-h2-icons.h2-style01 h2 .jic:before {
  color: #fff; }

@media (max-width: 767px) {
  .jin-h2-icons.h2-style01 h2 {
    padding-left: 11px !important; } }

@media (max-width: 767px) {
  .jin-h3-icons h3 {
    padding-left: 8px !important; } }
@media (min-width: 768px) {
  .jin-h3-icons h3 {
    padding-left: 10px !important; } }
@media (max-width: 767px) {
  .jin-h3-icons h3 .jic:before {
    padding-right: 2px;
    line-height: 1.1rem;
    vertical-align: bottom;
    font-size: 1.2rem; } }
@media (min-width: 768px) {
  .jin-h3-icons h3 .jic:before {
    padding-right: 2px;
    line-height: 2rem;
    vertical-align: bottom;
    font-size: 1.4rem; } }
@media (max-width: 767px) {
  .jin-h3-icons h3 .jin-ifont-check:before {
    font-size: 1.5rem; } }
@media (min-width: 768px) {
  .jin-h3-icons h3 .jin-ifont-check:before {
    font-size: 1.6rem; } }
@media (max-width: 767px) {
  .jin-h3-icons h3 .jin-ifont-check-circle:before {
    padding-right: 4px; } }
@media (min-width: 768px) {
  .jin-h3-icons h3 .jin-ifont-check-circle:before {
    padding-right: 5px; } }
@media (max-width: 767px) {
  .jin-h3-icons h3 .jin-ifont-clover:before {
    font-size: 1.5rem;
    line-height: 1rem; } }
@media (min-width: 768px) {
  .jin-h3-icons h3 .jin-ifont-clover:before {
    font-size: 1.8rem; } }
@media (max-width: 767px) {
  .jin-h3-icons h3 .jin-ifont-bookmark:before {
    font-size: 1.4rem;
    line-height: 1rem; } }
@media (min-width: 768px) {
  .jin-h3-icons h3 .jin-ifont-bookmark:before {
    font-size: 1.6rem;
    line-height: 1.8rem; } }

@media (max-width: 767px) {
  .jin-h4-icons h4 {
    padding-left: 8px !important; } }
@media (min-width: 768px) {
  .jin-h4-icons h4 {
    padding-left: 8px !important; } }
@media (max-width: 767px) {
  .jin-h4-icons h4 .jic:before {
    padding-right: 1px;
    font-size: 1rem;
    line-height: 1.1rem;
    vertical-align: bottom; } }
@media (min-width: 768px) {
  .jin-h4-icons h4 .jic:before {
    padding-right: 1px;
    font-size: 1.3rem;
    line-height: 1.9rem;
    vertical-align: bottom; } }
@media (max-width: 767px) {
  .jin-h4-icons h4 .jin-ifont-check:before {
    font-size: 1.3rem; } }
@media (min-width: 768px) {
  .jin-h4-icons h4 .jin-ifont-check:before {
    font-size: 1.6rem; } }
@media (max-width: 767px) {
  .jin-h4-icons h4 .jin-ifont-check-circle:before {
    line-height: 1rem;
    padding-right: 3px; } }
@media (min-width: 768px) {
  .jin-h4-icons h4 .jin-ifont-check-circle:before {
    padding-right: 5px; } }
@media (max-width: 767px) {
  .jin-h4-icons h4 .jin-ifont-clover:before {
    line-height: 0.95rem;
    font-size: 1.3rem; } }
@media (min-width: 768px) {
  .jin-h4-icons h4 .jin-ifont-clover:before {
    font-size: 1.6rem; } }
@media (max-width: 767px) {
  .jin-h4-icons h4 .jin-ifont-bookmark:before {
    line-height: 0.9rem;
    font-size: 1.3rem; } }
@media (min-width: 768px) {
  .jin-h4-icons h4 .jin-ifont-bookmark:before {
    font-size: 1.4rem;
    line-height: 1.8rem; } }

.jin-h4-icons.h4-style01 h4 {
  padding-left: 10px !important; }
  @media (max-width: 767px) {
    .jin-h4-icons.h4-style01 h4 .jic:before {
      line-height: 1.1rem; } }

.h2-style01 h2 {
  background-color: #2b2b2b;
  color: #fff;
  border-radius: 2px; }
  @media (max-width: 767px) {
    .h2-style01 h2 {
      font-size: 1.45rem;
      line-height: 1.8rem;
      padding: 13px;
      padding-bottom: 12px;
      margin-top: 1.4rem;
      margin-bottom: 1rem;
      font-weight: 700; } }
  @media (min-width: 768px) {
    .h2-style01 h2 {
      font-size: 1.65rem;
      line-height: 2rem;
      padding: 15px;
      padding-bottom: 16px;
      margin-top: 2.6rem;
      margin-bottom: 1.6rem; } }

.h3-style01 h3 {
  position: relative;
  border-bottom: 1px dashed #ddd;
  border-left: 5px solid #2b2b2b; }
  @media (max-width: 767px) {
    .h3-style01 h3 {
      font-size: 1.2rem;
      line-height: 1.7rem;
      padding: 4px 10px;
      margin-top: 1.4rem;
      margin-bottom: 1rem;
      font-weight: 700; } }
  @media (min-width: 768px) {
    .h3-style01 h3 {
      font-size: 1.5rem;
      line-height: 2rem;
      padding: 6px 12px;
      margin-top: 2rem;
      margin-bottom: 1.6rem; } }

.h4-style01 h4 {
  border-left: 2px solid #2b2b2b; }
  @media (max-width: 767px) {
    .h4-style01 h4 {
      font-size: 1.05rem;
      line-height: 1.6rem;
      padding: 2px 8px;
      margin-top: 1rem;
      margin-bottom: 0.8rem;
      font-weight: 700; } }
  @media (min-width: 768px) {
    .h4-style01 h4 {
      font-size: 1.3rem;
      line-height: 1.8rem;
      padding: 2px 12px;
      margin-top: 1rem;
      margin-bottom: 0.8rem; } }

/*ショートコード系*/
.jin-code {
  position: relative; }
  .jin-code pre {
    max-width: 100%;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border: 1px solid #ccc;
    background-color: rgba(0, 0, 0, 0.05) !important;
    margin-bottom: 30px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
    @media (max-width: 767px) {
      .jin-code pre {
        margin-top: 35px !important; } }
    @media (min-width: 768px) {
      .jin-code pre {
        margin-top: 40px !important; } }
  .jin-code code {
    font-size: 0.9rem;
    padding: 20px !important;
    padding-left: 0 !important; }
  .jin-code p {
    padding-bottom: 0; }
  .jin-code ol li:before {
    display: none; }
  .jin-code ol li:after {
    color: #888;
    font-size: 0.75rem; }
    @media (max-width: 767px) {
      .jin-code ol li:after {
        left: -7px !important;
        top: 12px; } }
    @media (min-width: 768px) {
      .jin-code ol li:after {
        left: -5px !important;
        top: 11px; } }
  .jin-code ol li {
    background-color: transparent !important;
    margin-bottom: 2px; }

.jin-code-title {
  position: absolute;
  line-height: 0;
  font-size: 0.9rem;
  left: 0px;
  top: -28px;
  color: #fff;
  padding: 15px 15px;
  padding-bottom: 13px;
  background: #888;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  @media (min-width: 768px) {
    .jin-code-title {
      font-weight: 500; } }
  @media (max-width: 767px) {
    .jin-code-title {
      font-weight: 700; } }

.jin-icons {
  font-size: 20px; }

.jin-iconbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 20px;
  margin: 20px;
  border-radius: 5px; }

p + .jin-iconbox {
  margin-top: 0; }

img + .jin-iconbox {
  margin-top: 5px; }

.jin-iconbox + p,
.jin-iconbox + img {
  padding-top: 10px; }

.jin-iconbox-icons {
  padding-right: 14px;
  padding-left: 2px; }

.jin-iconbox-main {
  padding-left: 15px;
  font-size: 0.95rem;
  line-height: 1.4rem; }

.jin-ifont-check-circle:before,
.jin-ifont-caution:before {
  font-size: 1.4rem;
  line-height: 1.2rem;
  padding-left: 1px;
  padding-right: 4px; }

.jin-ifont-speaker:before {
  font-size: 1.8rem;
  line-height: 1.2rem; }

.jin-ifont-clipboard:before,
.jin-ifont-like:before,
.jin-ifont-comment:before,
.jin-ifont-bulb:before {
  font-size: 1.6rem;
  line-height: 1.1rem; }

.jin-ifont-star:before,
.jin-ifont-cart:before {
  font-size: 1.6rem;
  line-height: 1.2rem; }

.jin-ifont-unlike:before {
  font-size: 1.6rem;
  line-height: 0.9rem; }

.jin-ifont-flag:before,
.jin-ifont-question:before,
.jin-ifont-information:before,
.jin-ifont-gear:before,
.jin-ifont-heart:before,
.jin-ifont-pencil:before {
  font-size: 1.5rem;
  line-height: 1.2rem; }

.yellow-iconbox {
  background-color: #FFF9DF; }

.green-iconbox {
  background-color: #e8f9e9; }

.red-iconbox {
  background-color: #FFF0F2; }

.blue-iconbox {
  background-color: #EEF0FA; }

.yellow--border {
  border-left: 2px dashed #FFE89B; }

.green--border {
  border-left: 2px dashed #A5EDAF; }

.red--border {
  border-left: 2px dashed #FFD1D1; }

.blue--border {
  border-left: 2px dashed #D5D9F2; }

.jin-icon-caution .jin-iconbox-main P,
.jin-icon-star .jin-iconbox-main P,
.jin-icon-bulb .jin-iconbox-main P,
.jin-icon-cart .jin-iconbox-main P,
.jin-icon-speaker .jin-iconbox-main P,
.jin-icon-comment .jin-iconbox-main P,
.jin-icon-check-circle .jin-iconbox-main P,
.jin-icon-pencil .jin-iconbox-main P,
.jin-icon-like .jin-iconbox-main P,
.jin-icon-information .jin-iconbox-main P,
.jin-icon-gear .jin-iconbox-main P,
.jin-icon-clipboard .jin-iconbox-main P,
.jin-icon-heart .jin-iconbox-main P,
.jin-icon-unlike .jin-iconbox-main P,
.jin-icon-question .jin-iconbox-main P,
.jin-icon-flag .jin-iconbox-main P {
  padding-bottom: 0; }
.jin-icon-caution .jin-iconbox-main ul, .jin-icon-caution .jin-iconbox-main ol,
.jin-icon-star .jin-iconbox-main ul,
.jin-icon-star .jin-iconbox-main ol,
.jin-icon-bulb .jin-iconbox-main ul,
.jin-icon-bulb .jin-iconbox-main ol,
.jin-icon-cart .jin-iconbox-main ul,
.jin-icon-cart .jin-iconbox-main ol,
.jin-icon-speaker .jin-iconbox-main ul,
.jin-icon-speaker .jin-iconbox-main ol,
.jin-icon-comment .jin-iconbox-main ul,
.jin-icon-comment .jin-iconbox-main ol,
.jin-icon-check-circle .jin-iconbox-main ul,
.jin-icon-check-circle .jin-iconbox-main ol,
.jin-icon-pencil .jin-iconbox-main ul,
.jin-icon-pencil .jin-iconbox-main ol,
.jin-icon-like .jin-iconbox-main ul,
.jin-icon-like .jin-iconbox-main ol,
.jin-icon-information .jin-iconbox-main ul,
.jin-icon-information .jin-iconbox-main ol,
.jin-icon-gear .jin-iconbox-main ul,
.jin-icon-gear .jin-iconbox-main ol,
.jin-icon-clipboard .jin-iconbox-main ul,
.jin-icon-clipboard .jin-iconbox-main ol,
.jin-icon-heart .jin-iconbox-main ul,
.jin-icon-heart .jin-iconbox-main ol,
.jin-icon-unlike .jin-iconbox-main ul,
.jin-icon-unlike .jin-iconbox-main ol,
.jin-icon-question .jin-iconbox-main ul,
.jin-icon-question .jin-iconbox-main ol,
.jin-icon-flag .jin-iconbox-main ul,
.jin-icon-flag .jin-iconbox-main ol {
  padding: 15px 0; }

.jin-icon-caution,
.jin-icon-star,
.jin-icon-bulb,
.jin-icon-cart {
  background-color: #FFF9DF; }
  .jin-icon-caution .jin-iconbox-main,
  .jin-icon-star .jin-iconbox-main,
  .jin-icon-bulb .jin-iconbox-main,
  .jin-icon-cart .jin-iconbox-main {
    border-left: 2px dashed #FFE89B; }

.jin-icon-speaker,
.jin-icon-comment,
.jin-icon-check-circle,
.jin-icon-pencil {
  background-color: #e8f9e9; }
  .jin-icon-speaker .jin-iconbox-main,
  .jin-icon-comment .jin-iconbox-main,
  .jin-icon-check-circle .jin-iconbox-main,
  .jin-icon-pencil .jin-iconbox-main {
    border-left: 2px dashed #A5EDAF; }

.jin-icon-like,
.jin-icon-information,
.jin-icon-gear,
.jin-icon-clipboard {
  background-color: #EEF0FA; }
  .jin-icon-like .jin-iconbox-main,
  .jin-icon-information .jin-iconbox-main,
  .jin-icon-gear .jin-iconbox-main,
  .jin-icon-clipboard .jin-iconbox-main {
    border-left: 2px dashed #D5D9F2; }

.jin-icon-heart,
.jin-icon-unlike,
.jin-icon-question,
.jin-icon-flag {
  background-color: #FFF0F2; }
  .jin-icon-heart .jin-iconbox-main,
  .jin-icon-unlike .jin-iconbox-main,
  .jin-icon-question .jin-iconbox-main,
  .jin-icon-flag .jin-iconbox-main {
    border-left: 2px dashed #FFD1D1; }

@media (max-width: 767px) {
  .jin-iconbox {
    margin: 20px 0; } }
.jin-iconbox-icons {
  /*グリーンアイコン*/
  /*ブルーアイコン*/
  /*レッドアイコン*/ }
  .jin-iconbox-icons .jin-icons {
    vertical-align: middle; }
  .jin-iconbox-icons .jin-icons:before {
    padding-bottom: 3px; }
  .jin-iconbox-icons .jin-ifont-star.jin-icons,
  .jin-iconbox-icons .jin-ifont-bulb.jin-icons,
  .jin-iconbox-icons .jin-ifont-cart.jin-icons,
  .jin-iconbox-icons .jin-ifont-caution.jin-icons {
    color: #FFBF0E; }
  .jin-iconbox-icons .jin-ifont-check-circle.jin-icons,
  .jin-iconbox-icons .jin-ifont-comment.jin-icons,
  .jin-iconbox-icons .jin-ifont-pencil.jin-icons,
  .jin-iconbox-icons .jin-ifont-speaker.jin-icons {
    color: #05B483; }
  .jin-iconbox-icons .jin-ifont-information.jin-icons,
  .jin-iconbox-icons .jin-ifont-gear.jin-icons,
  .jin-iconbox-icons .jin-ifont-clipboard.jin-icons,
  .jin-iconbox-icons .jin-ifont-like.jin-icons {
    color: #2F387C; }
  .jin-iconbox-icons .jin-ifont-question.jin-icons,
  .jin-iconbox-icons .jin-ifont-flag.jin-icons,
  .jin-iconbox-icons .jin-ifont-unlike.jin-icons,
  .jin-iconbox-icons .jin-ifont-heart.jin-icons {
    color: #F13D54; }
  .jin-iconbox-icons .fa-twitter.jin-icons {
    color: #00acee; }
  .jin-iconbox-icons .fa-bitcoin.jin-icons,
  .jin-iconbox-icons .fa-amazon.jin-icons {
    color: #FF9902; }
  .jin-iconbox-icons .fa-facebook-square.jin-icons {
    color: #3B469C; }
  .jin-iconbox-icons .fa-instagram.jin-icons {
    color: #C92670; }
  .jin-iconbox-icons .fa-line.jin-icons {
    color: #00B901; }

/*カラム分け*/
@media (max-width: 767px) {
  .jin-2column,
  .jin-3column {
    display: block;
    margin-bottom: 30px; } }
@media (min-width: 768px) {
  .jin-2column,
  .jin-3column {
    display: block;
    margin-bottom: 30px; } }
@media (min-width: 1200px) {
  .jin-2column,
  .jin-3column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; } }
.jin-2column p,
.jin-3column p {
  padding-bottom: 0 !important; }

.jin-2column .color-button01,
.jin-2column .color-button02 {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .jin-2column .color-button01 a,
    .jin-2column .color-button02 a {
      padding-left: 40px !important;
      padding-right: 40px !important; } }

.jin-3column .color-button01,
.jin-3column .color-button02 {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .jin-3column .color-button01 a,
    .jin-3column .color-button02 a {
      padding-left: 20px !important;
      padding-right: 20px !important; } }

@media (max-width: 767px) {
  .jin-2column-left,
  .jin-2column-right {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px; } }
@media (min-width: 768px) {
  .jin-2column-left,
  .jin-2column-right {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px; } }
@media (min-width: 1200px) {
  .jin-2column-left,
  .jin-2column-right {
    width: 49.2%;
    padding: 20px; } }

@media (max-width: 767px) {
  .jin-3column-left,
  .jin-3column-center,
  .jin-3column-right {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px; } }
@media (min-width: 768px) {
  .jin-3column-left,
  .jin-3column-center,
  .jin-3column-right {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px; } }
@media (min-width: 1200px) {
  .jin-3column-left,
  .jin-3column-center,
  .jin-3column-right {
    width: 32.2%;
    padding: 20px; } }

@media (min-width: 768px) {
  .page-template-onecolumn .jin-2column,
  .page-template-onecolumn .jin-3column,
  .page-template-lp .jin-2column,
  .page-template-lp .jin-3column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; } }
@media (min-width: 768px) {
  .page-template-onecolumn .jin-2column .jin-2column-left,
  .page-template-onecolumn .jin-2column .jin-2column-right,
  .page-template-onecolumn .jin-3column .jin-2column-left,
  .page-template-onecolumn .jin-3column .jin-2column-right,
  .page-template-lp .jin-2column .jin-2column-left,
  .page-template-lp .jin-2column .jin-2column-right,
  .page-template-lp .jin-3column .jin-2column-left,
  .page-template-lp .jin-3column .jin-2column-right {
    width: 49.2%;
    padding: 20px; } }
@media (min-width: 768px) {
  .page-template-onecolumn .jin-2column .jin-3column-left,
  .page-template-onecolumn .jin-2column .jin-3column-center,
  .page-template-onecolumn .jin-2column .jin-3column-right,
  .page-template-onecolumn .jin-3column .jin-3column-left,
  .page-template-onecolumn .jin-3column .jin-3column-center,
  .page-template-onecolumn .jin-3column .jin-3column-right,
  .page-template-lp .jin-2column .jin-3column-left,
  .page-template-lp .jin-2column .jin-3column-center,
  .page-template-lp .jin-2column .jin-3column-right,
  .page-template-lp .jin-3column .jin-3column-left,
  .page-template-lp .jin-3column .jin-3column-center,
  .page-template-lp .jin-3column .jin-3column-right {
    width: 32.2%;
    padding: 20px; } }

@media (min-width: 768px) {
  .page-template-onecolumn .jin-2column-left,
  .page-template-onecolumn .jin-2column-right,
  .page-template-lp .jin-2column-left,
  .page-template-lp .jin-2column-right,
  .page-template-onecolumn .jin-3column-left,
  .page-template-onecolumn .jin-3column-center,
  .page-template-onecolumn .jin-3column-right,
  .page-template-lp .jin-3column-left,
  .page-template-lp .jin-3column-center,
  .page-template-lp .jin-3column-right {
    padding: 30px; } }

.jin-3column-left.col-nocolor,
.jin-3column-center.col-nocolor,
.jin-3column-right.col-nocolor,
.jin-2column-left.col-nocolor,
.jin-2column-right.col-nocolor {
  background-color: transparent !important; }
  @media (max-width: 767px) {
    .jin-3column-left.col-nocolor,
    .jin-3column-center.col-nocolor,
    .jin-3column-right.col-nocolor,
    .jin-2column-left.col-nocolor,
    .jin-2column-right.col-nocolor {
      padding: 10px !important; } }
  @media (min-width: 768px) {
    .jin-3column-left.col-nocolor,
    .jin-3column-center.col-nocolor,
    .jin-3column-right.col-nocolor,
    .jin-2column-left.col-nocolor,
    .jin-2column-right.col-nocolor {
      padding: 10px !important; } }

/*画像加工*/
.jin-img-shadow-on img {
  box-shadow: 0px 0px 5px 3px #eee; }

.jin-img-radius-on img {
  border-radius: 500px; }

.jin-img-border-on img {
  border: 3px solid #eee; }

.jin-img-shadow img {
  box-shadow: 0px 3px 7px 1px #bbb; }

.jin-img-kadomaru img {
  box-shadow: 0px 3px 6px 1px #bbb;
  border-radius: 10px; }

.jin-img-waku img {
  box-shadow: 0px 4px 6px 1px #ccc;
  padding: 10px;
  border-top: 1px solid #f3f3f3; }

.jin-img-maruwaku img {
  box-shadow: 0px 4px 6px 1px #ccc;
  border-top: 1px solid #f3f3f3;
  border-radius: 999px; }

.jin-lp-h2 h2:before,
.jin-lp-h2 h2:after {
  display: none; }
.jin-lp-h2 h2 {
  border: none;
  background-color: transparent !important;
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-size: 1rem; }

/*LP用見出し*/
.jin-lp-h2 h2 {
  display: block !important;
  text-align: center; }
  @media (max-width: 767px) {
    .jin-lp-h2 h2 {
      font-size: 1.4rem;
      line-height: 1.7rem;
      padding-bottom: 10px;
      padding-top: 20px;
      margin-bottom: 25px;
      text-align: center;
      font-weight: 700 !important; } }
  @media (min-width: 768px) {
    .jin-lp-h2 h2 {
      font-size: 1.6rem;
      line-height: 1.9rem;
      padding-bottom: 10px;
      padding-top: 40px;
      margin-bottom: 25px;
      text-align: center; } }

@media (max-width: 767px) {
  .jinlph2-style1 h2:first-letter {
    font-size: 1.7rem; } }
@media (min-width: 768px) {
  .jinlph2-style1 h2:first-letter {
    font-size: 2.2rem; } }

.jinlph2-style2 h2 {
  border-bottom: 2px solid #f7f7f7; }

.jinlph2-style3 h2 {
  border: 2px solid #f7f7f7; }
  @media (max-width: 767px) {
    .jinlph2-style3 h2 {
      margin-top: 20px;
      padding: 15px !important;
      font-weight: 500 !important; } }
  @media (min-width: 768px) {
    .jinlph2-style3 h2 {
      margin-top: 30px;
      padding: 20px !important; } }

@media (max-width: 767px) {
  .jincol-h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700; } }
@media (min-width: 768px) {
  .jincol-h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 500; } }

@media (max-width: 767px) {
  .jincolumn-h3style1 {
    padding-bottom: 0px !important; } }
@media (min-width: 768px) {
  .jincolumn-h3style1 {
    padding-bottom: 0px !important; } }

.jincolumn-h3style2 {
  border-bottom: 2px solid #ccc; }

.jin-sen {
  padding-top: 20px;
  padding-bottom: 20px; }
  .jin-sen .jin-sen-solid,
  .jin-sen .jin-sen-dashed,
  .jin-sen .jin-sen-double {
    width: 100%; }
  .jin-sen .jin-sen-solid {
    border-top: 3px solid #f7f7f7;
    border-radius: 20px; }
  .jin-sen .jin-sen-dashed {
    border-top: 3px dashed #f7f7f7; }
  .jin-sen .jin-sen-double {
    border-top: 3px double #f7f7f7; }

.jin-yohaku10,
.jin-yohaku15,
.jin-yohaku20,
.jin-yohaku25,
.jin-yohaku30,
.jin-yohaku35,
.jin-yohaku40,
.jin-yohaku45,
.jin-yohaku50 {
  width: 100%; }

.jin-yohaku10 {
  height: 10px; }

.jin-yohaku15 {
  height: 15px; }

.jin-yohaku20 {
  height: 20px; }

.jin-yohaku25 {
  height: 25px; }

.jin-yohaku30 {
  height: 30px; }

.jin-yohaku35 {
  height: 35px; }

.jin-yohaku40 {
  height: 40px; }

.jin-yohaku45 {
  height: 45px; }

.jin-yohaku50 {
  height: 50px; }

.jin-photo-title .jin-fusen1-down,
.jin-photo-title .jin-fusen1-even,
.jin-photo-title .jin-fusen1-up {
  display: inline-block;
  background: #fff;
  margin: 15px 0;
  padding: 10px 25px 10px 15px;
  border-left: 20px solid #3b4675;
  box-shadow: 2px 2px 5px 1px #f3f3f3; }
.jin-photo-title .jin-fusen1-down {
  transform: rotate(2deg); }
.jin-photo-title .jin-fusen1-up {
  transform: rotate(-2deg); }
.jin-photo-title .jin-fusen2,
.jin-photo-title .jin-fusen3 {
  position: relative;
  display: inline-block;
  margin: 15px 0;
  color: #fff;
  background: #3b4675;
  border-radius: 50px;
  padding: 10px 20px;
  z-index: 20; }
.jin-photo-title .jin-fusen2 {
  border-radius: 2px; }
.jin-photo-title .jin-fusen2:before,
.jin-photo-title .jin-fusen3:before {
  position: absolute;
  content: "";
  bottom: -9px;
  margin-left: -15px;
  border-top: 10px solid;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
  border-top-color: #3b4675; }
.jin-photo-title .jin-fusen2:before {
  left: 40px; }
.jin-photo-title .jin-fusen3:before {
  left: 45px; }
.jin-photo-title .jin-fusen1-down,
.jin-photo-title .jin-fusen1-even,
.jin-photo-title .jin-fusen1-up,
.jin-photo-title .jin-fusen2,
.jin-photo-title .jin-fusen3 {
  font-size: 0.95rem;
  line-height: 1.25rem;
  letter-spacing: 0; }

.jic:before {
  display: inline-block !important; }
  @media (max-width: 767px) {
    .jic:before {
      vertical-align: bottom;
      padding-right: 0px;
      padding-bottom: 3px; } }

.jic-sc {
  margin-left: 1px;
  margin-right: 1px;
  line-height: 1.1rem;
  vertical-align: middle; }

.jin-code-icon-check-circle {
  margin-right: -1px; }

.jin-code-icon-bulb,
.jin-code-icon-account,
.jin-code-icon-star,
.jin-code-icon-star-half,
.jin-code-icon-star-blank {
  margin-left: 0px;
  margin-right: 0px; }

.jin-code-icon-twitter {
  margin-right: -2px; }

.jin-code-icon-instagram,
.jin-code-icon-yourtube {
  margin-left: 2px;
  margin-right: 2px; }

@keyframes jin-shiny {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  20% {
    -webkit-transform: translateX(300px);
    transform: translateX(300px); }
  100% {
    -webkit-transform: translateX(300px);
    transform: translateX(300px); } }
@keyframes jin-float {
  50% {
    transform: scale(1.07); } }
@keyframes jin-bound {
  0% {
    transform: translateY(0px); }
  5% {
    transform: translateY(-10px); }
  12% {
    transform: translateY(0px); }
  18% {
    transform: translateY(-10px); }
  24% {
    transform: translateY(0px); }
  100% {
    transform: translateY(0px); } }
.cps-post-main p + .jin-flexbox {
  margin-top: -40px; }

.jin-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center; }
  @media (max-width: 767px) {
    .jin-flexbox a {
      font-weight: bold; } }
  .jin-flexbox a:hover {
    opacity: 1; }
  .jin-flexbox .jsb-visual-shiny {
    position: relative; }
  .jin-flexbox .jsb-visual-shiny:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 130px;
    opacity: .5;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    animation: 3s jin-shiny ease infinite; }
  .jin-flexbox .jsb-visual-float {
    animation: 2s jin-float ease infinite; }
  .jin-flexbox .jsb-visual-bound {
    animation: 2s jin-bound ease infinite; }
  .jin-flexbox div:not(.jsb-visual-shiny).jsb-hover-down a,
  .jin-flexbox div:not(.jsb-visual-shiny).jsb-hover-up a,
  .jin-flexbox div:not(.jsb-visual-shiny).jsb-hover-hop a {
    will-change: transform; }
  .jin-flexbox .jsb-hover-down a:hover {
    transform: scale(0.95); }
  .jin-flexbox .jsb-hover-up a:hover {
    transform: scale(1.05); }
  .jin-flexbox .jsb-hover-hop a:hover {
    transform: translateY(-7px);
    box-shadow: 0px 5px 15px -5px #ddd; }

@media (max-width: 767px) {
  .jsb-sp-2col-off {
    display: block;
    text-align: center; }
    .jsb-sp-2col-off .jin-shortcode-button a {
      padding: 16px 80px;
      margin: 6px 0; }

  .jsb-sp-2col-on .jin-shortcode-button a {
    padding: 12px 24px;
    font-size: 14px; } }
.jin-shortcode-button {
  transition: all 0.3s ease 0s;
  will-change: transform;
  margin-left: 5px;
  margin-right: 5px; }
  .jin-shortcode-button a {
    display: inline-block;
    font-size: 17px;
    margin: 20px 0;
    background: #54dcef;
    border-radius: 50px;
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0px 5px 15px -5px #ccc;
    text-align: center; }
    @media (max-width: 767px) {
      .jin-shortcode-button a {
        padding: 15px 40px; } }
    @media (min-width: 768px) {
      .jin-shortcode-button a {
        padding: 15px 40px; } }
    @media (min-width: 1024px) {
      .jin-shortcode-button a {
        padding: 19px 80px; } }

  body#nofont-style .kaisetsu-box1:after,
  body#nofont-style .kaisetsu-box2:after,
  body#nofont-style .kaisetsu-box4:after,
  body#nofont-style .kaisetsu-box5:after,
  body#nofont-style .innerlink-box1:after {
    font-family: "jin-icons"; }
  body#nofont-style .ef,
  body#nofont-style #prev-next a.prev:after,
  body#nofont-style #prev-next a.next:after {
    letter-spacing: 2px;
    font-feature-settings: "palt"; }

.amazonjs_item ul:not([class]) li:before {
  display: none; }

.amazonjs_item h4:before {
  background-color: white !important; }

@media all and (-ms-high-contrast: none) {
  .my-profile .profile-sns-menu ul .pro-line a {
    padding-top: 3px !important; }

  .profile-follow .line-sns a {
    padding-top: 6px !important; } }
@media (max-width: 767px) {
  .android .pro-contact a,
  .android .pro-insta a {
    padding-left: 5px !important; }

  .android .contact-sns a {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 7px !important;
    padding-bottom: 2px !important; }

  .android .head-sp-menu-bar ul li a {
    font-weight: 500 !important; }

  .android input.search-text::-webkit-input-placeholder {
    padding-top: 3px; }

  .android input.search-text {
    margin-top: 2px; }

  .android .sp-menu-box ul li a:before {
    top: 9px !important;
    line-height: 20px;
    overflow: visible; }

  .android .sp-menu-box ul li ul li a:before {
    top: 4px !important; }

  .android .pickup-title {
    font-size: 10px !important;
    letter-spacing: 0 !important; }

  .android .widget_categories ul > li > a:before,
  .android .widget_nav_menu ul > li > a:before {
    top: 21px; }

  .android .widget_categories ul > li > ul > li > a:before,
  .android .widget_nav_menu ul > li > ul > li > a:before {
    top: 12px; }

  .android .widget_categories ul .count {
    top: 11px; }

  .android .widget_archive ul .count {
    top: 10px; }

  .android .widget_categories ul ul .count {
    top: 0px; }

  .android .cps-post-main ul:not([class]) li:before,
  .android .cps-post-main table ul:not([class]) li:before {
    top: 0.5em; }

  .android .cps-post-main ol > li:after,
  .android .cps-post-main table ol:not([class]) li:after {
    width: 20px;
    height: 20px;
    left: 0px;
    top: 11px; }

  .android .cps-post-main ol > li:before,
  .android .cps-post-main table ol:not([class]) li:before {
    left: 0px;
    height: 20px;
    width: 20px;
    top: 0px; }

  .android .cps-post-main table {
    border-collapse: separate !important;
    border-spacing: 0; }

  .android .cps-post-main table th,
  .android .cps-post-main table td {
    border-top: none;
    border-left: none; }

  .android .cps-post-main table td:last-child {
    border-right: none; }

  .android .cps-post-main table tr:last-child th,
  .android .cps-post-main table tr:last-child td {
    border-bottom: none; }

  .android #prev-next .prev .metabox img,
  .android #prev-next .next .metabox img {
    width: 150px !important;
    max-height: 112px; } }
_::-webkit-full-page-media, _:future, :root .headsns .line a {
  margin: 0px 1px !important; }

_::-webkit-full-page-media, _:future, :root .profile-title {
  letter-spacing: 0; }

@media (min-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .pro-insta a {
    padding-top: 8px !important; }

  _::-webkit-full-page-media, _:future, :root .pro-youtube a {
    padding-top: 7px !important; } }
@media (min-width: 1024px) {
  _::-webkit-full-page-media, _:future, :root .post-list-mag,
  _::-webkit-full-page-media, _:future, :root .post-list,
  _::-webkit-full-page-media, _:future, :root .related-entry-section,
  _::-webkit-full-page-media, _:future, :root #prev-next,
  _::-webkit-full-page-media, _:future, :root .widget_nav_menu ul > li > a,
  _::-webkit-full-page-media, _:future, :root .widget_categories ul > li > a,
  _::-webkit-full-page-media, _:future, :root .myintro,
  _::-webkit-full-page-media, _:future, :root .myname,
  _::-webkit-full-page-media, _:future, :root .widget a,
  _::-webkit-full-page-media, _:future, :root .widget div,
  _::-webkit-full-page-media, _:future, :root .myjob {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

  _::-webkit-full-page-media, _:future, :root .post-list-mag .post-list-title,
  _::-webkit-full-page-media, _:future, :root .post-list .post-list-title,
  _::-webkit-full-page-media, _:future, :root .related-entry-section .post-list-title,
  _::-webkit-full-page-media, _:future, :root #prev-next p,
  _::-webkit-full-page-media, _:future, :root .pickup-title {
    font-weight: 700 !important; } }
[class^="jin-ifont-"], [class*=" jin-ifont-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jin-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  will-change: transform;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="jin-ifont-"]:before, [class*=" jin-ifont-"]:before {
  font-size: 1.1em;
  display: block;
  will-change: transform; }
.jin-ifont-account:before {
  content: "\e900"; }
.jin-ifont-archive:before {
  content: "\e901"; }
.jin-ifont-arrow-circle:before {
  content: "\e902"; }
.jin-ifont-arrow-top:before {
  content: "\e903"; }
.jin-ifont-arrow:before {
  content: "\e904"; }
.jin-ifont-batu:before {
  content: "\e905"; }
.jin-ifont-book:before {
  content: "\e906"; }
.jin-ifont-bulb:before {
  content: "\e907"; }
.jin-ifont-cart:before {
  content: "\e908"; }
.jin-ifont-caution:before {
  content: "\e909"; }
.jin-ifont-check-circle:before {
  content: "\e90a"; }
.jin-ifont-check:before {
  content: "\e90b"; }
.jin-ifont-clipboard:before {
  content: "\e90c"; }
.jin-ifont-comment:before {
  content: "\e90d"; }
.jin-ifont-copy:before {
  content: "\e90e"; }
.jin-ifont-crown:before {
  content: "\e90f"; }
.jin-ifont-double-arrow:before {
  content: "\e910"; }
.jin-ifont-droppin:before {
  content: "\e911"; }
.jin-ifont-facebook:before {
  content: "\e912"; }
.jin-ifont-flag:before {
  content: "\e913"; }
.jin-ifont-folder:before {
  content: "\e914"; }
.jin-ifont-gear:before {
  content: "\e915"; }
.jin-ifont-heart:before {
  content: "\e916"; }
.jin-ifont-home:before {
  content: "\e917"; }
.jin-ifont-information:before {
  content: "\e918"; }
.jin-ifont-instagram:before {
  content: "\e919"; }
.jin-ifont-like:before {
  content: "\e91a"; }
.jin-ifont-line:before {
  content: "\e91b"; }
.jin-ifont-mail:before {
  content: "\e91c"; }
.jin-ifont-maru:before {
  content: "\e91d"; }
.jin-ifont-mobile:before {
  content: "\e91e"; }
.jin-ifont-navi:before {
  content: "\e91f"; }
.jin-ifont-pc:before {
  content: "\e920"; }
.jin-ifont-pencil:before {
  content: "\e921"; }
.jin-ifont-plus:before {
  content: "\e922"; }
.jin-ifont-question:before {
  content: "\e923"; }
.jin-ifont-quote:before {
  content: "\e924";
  color: #a3a3a3; }
.jin-ifont-related-post:before {
  content: "\e925"; }
.jin-ifont-reload:before {
  content: "\e926"; }
.jin-ifont-reply:before {
  content: "\e927"; }
.jin-ifont-speaker:before {
  content: "\e928"; }
.jin-ifont-star-blank:before {
  content: "\e929"; }
.jin-ifont-star-half:before {
  content: "\e92a"; }
.jin-ifont-star:before {
  content: "\e92b"; }
.jin-ifont-tag:before {
  content: "\e92c"; }
.jin-ifont-twitter:before {
  content: "\e92d"; }
.jin-ifont-unlike:before {
  content: "\e92e"; }
.jin-ifont-watch:before {
  content: "\e92f"; }
.jin-ifont-youtube:before {
  content: "\e930"; }
.jin-ifont-search:before {
  content: "\e931"; }
.jin-ifont-arrow-bottom:before {
  content: "\e932"; }
.jin-ifont-arrow-left:before {
  content: "\e933"; }
.jin-ifont-blogtext:before {
  content: "\e934"; }
.jin-ifont-clover:before {
  content: "\e935"; }
.jin-ifont-post:before {
  content: "\e936"; }
.jin-ifont-facebook-t:before {
  content: "\e937"; }
.jin-ifont-pocket:before {
  content: "\e938"; }
.jin-ifont-bookmark:before {
  content: "\e939"; }
.jin-ifont-copyright:before {
  content: "\e93a"; }
.jin-ifont-inazuma:before {
  content: "\e93b"; }
.jin-ifont-share:before {
  content: "\e93c"; }
.jin-ifont-spanner:before {
  content: "\e93d"; }


/* 追加分 */

#main-image {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%; }
#main-image:before {
  content: '';
  height: 100vh;
  width: 100%;
  background-image: url('https://shingen.jp/images/dot.png');
  background-repeat: repeat;
  position: absolute;
  opacity: 0.3; }
#video {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  max-height: initial;
  max-width: initial;
  min-height: 100vh;
  min-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1; }
#main-image .headerparts,
#main-image3 .headerparts {
  position: absolute;
  text-align: center;
  color:#fff; }

@media (max-width: 1139px) {
  #main-image .headerparts,
  #main-image3 .headerparts {
    top: 50px;
    left: 50%;
    width: 95%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: left; }
}
@media (min-width: 1140px) {
  #main-image .headerparts,
  #main-image3 .headerparts {
    top: 50px;
    left: 50%;
    width: 1140px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: left; }
}

#main-image .headerlogo,
#main-image3 .headerlogo {
  margin-top: 3px;
  font-size: 13px; }
#main-image .headerlogo .site_title,
#main-image3 .headerlogo .site_title {
  float: left;
  margin-right: 10px;
  margin-top: 11px; }
#main-image .headerlogo .logo_waku,
#main-image3 .headerlogo .logo_waku {
  width: 82px;
  height: 82px;
  position: relative; }
#main-image .headerlogo .logo_waku:hover,
#main-image3 .headerlogo .logo_waku:hover {
   opacity: 0.7; }
#main-image .headerlogo .logo_face,
#main-image3 .headerlogo .logo_face {
  position: absolute;
  width: 82px;
  height: 82px; }
#main-image .headerlogo .site_title .front,
#main-image3 .headerlogo .site_title .front {
  transform: translateZ(41px); }
#main-image .headerlogo .site_title .top,
#main-image3 .headerlogo .site_title .top {
  opacity: 0.8;
  transform: rotateX( 90deg) translateZ(41px); }
#main-image .headerlogo .site_title_sub1,
#main-image3 .headerlogo .site_title_sub1 {
  padding-top: 15px; }
#main-image .headerlogo .site_title_sub2,
#main-image3 .headerlogo .site_title_sub2 {
  line-height: 18px;
  padding-bottom: 12px; }
#main-image .headerlogo .site_title_sub3 .sub,
#main-image3 .headerlogo .site_title_sub3 .sub {
  font-size: 17px;
  border-top: 2px solid #fff;
  padding-top: 5px;
  line-height: 24px; }
#main-image .message {
  position: absolute;
  text-align: center; }

@media (min-width: 768px) {
  #main-image .message {
    top: 45%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
}

#scroll {
    position: absolute;
    text-align: center; }

@media (min-width: 768px) {
  #scroll {
    top: 68%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
}

#scroll .arrow a {
  padding-top: 60px;
  display: inline-block;
  color:#fff;
  text-decoration:underline; }
#scroll .arrow a:hover,
#scroll .arrow a:hover span,
#scroll .arrow a:hover span::after {
  color:#02c4cc;
  border-color:#02c4cc;
  opacity: 1;
  transition: 0.5s ; }
#scroll .arrow a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box; }
#scroll .arrow a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box; }
#scroll .arrow a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box; }

@-webkit-keyframes sdb {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0; }
  100% {
    opacity: 0; }
}
@keyframes sdb {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0; }
  100% {
    opacity: 0; }
}

#menu .shingen_logo {
  position: absolute;
  text-align: center;
  z-index: 200; }

@media (min-width: 768px) {
  #main-image .shingen_logo {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
}
#menu .logologo {
  transition: .5s;
  transform: rotateZ( 0deg ); }
#menu .shingen_logo a:hover .logologo {
  opacity: 1;
  transform: rotateZ( -360deg ); }
#menu .headernavi {
  position: absolute;
  text-align: center;
  z-index: 2; }

@media (min-width: 768px) {
  #main-image .headernavi {
    bottom: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff; }
}

#menu .headernavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center; }
#menu .headernavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center; }
#menu .headernavi .left {
  margin-right: 80px; }
#menu .headernavi .right {
  margin-left: 80px; }
#menu .headernavi li {
  width: 130px;
  text-align: center; }
#menu .headernavi li a {
  padding-top: 7px;
  padding-bottom: 8px;
  display: block;
  color: #02c4cc; }
#menu .headernavi li a:hover,
#menu .headernavi li a:focus {
  background: #cbedee; }
#menu .headernavi li a:hover img,
#menu .headernavi li a:focus img {
  opacity: 1; }
#menu .headernavi li:hover .fas {
  transform: rotateZ( -18deg ); }
#menu .fas {
  font-size: 3em;
  font-family:'Font Awesome 5 Free';
  font-weight:900;
  transform: rotateZ( 0deg ) ; }
#menu .fa-car-side:before {
  content:'\f5e4'; }
#menu .fa-lightbulb:before {
  content:'\f0eb'; }
#menu .fa-shopping-cart:before {
  content:'\f07a'; }
#menu .fa-briefcase-medical:before {
  content:'\f469'; }
#menu .fa-flag-checkered:before {
  content:'\f11e'; }
#menu .fa-comment-dots:before {
  content:'\f4ad'; }
#menu .fas span {
  display: block;
  width: 130px;
  font-size: 10px;
  margin-top: 5px; }

@media (max-width: 940px) {
  #menu .headernavi li {
    width: 100px;
    text-align: center; }
  #menu .headernavi li img {
    transform: scale(0.9); }
  #menu .fas span {
    display: block;
    width: 100px; }
  #menu .fas {
    font-size: 2em; }
  #menu .headernavi li a {
    margin-bottom: 16px; }

}


/* 英語版 */
#menu .headernavi .left-en {
  margin-right: 80px; }
#menu .headernavi .right-en {
  margin-left: 80px; }
#menu .headernavi .left-en li,
#menu .headernavi .right-en li {
  width: 235px;
  text-align: center; }
#menu .headernavi .left-en li a,
#menu .headernavi .right-en li a {
  padding: 12px 0 12px 10px;
  margin-bottom: 40px;
  display: block;
  color: #02c4cc; }
#menu .headernavi .left-en .fas span,
#menu .headernavi .right-en .fas span {
  display: inline-block;
  width: 170px;
  font-size: 10px;
  margin-top: 5px; }
#menu .headernavi .left-en li:hover .fas,
#menu .headernavi .right-en li:hover .fas {
  transform: rotateZ( 0deg ); }
@media (max-width: 1179px) {
  #menu .headernavi .left-en li,
  #menu .headernavi .right-en li {
    width: 200px; }
  #menu .headernavi .left-en li img,
  #menu .headernavi .right-en li img {
    transform: scale(0.9);
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
  #menu .headernavi .left-en li .fas span,
  #menu .headernavi .right-en li .fas span {
    display: inline-block;
    width: 140px; }
  #menu .headernavi .left-en li .fas,
  #menu .headernavi .right-en li .fas {
    font-size: 2.5em; }
  #menu .headernavi .left-en li a,
  #menu .headernavi .right-en li a {
    margin-bottom: 47px; }
}
@media (max-width: 968px) {
  #menu .headernavi .left-en li,
  #menu .headernavi .right-en li {
    width: 150px; }
  #menu .headernavi .left-en li .fas span,
  #menu .headernavi .right-en li .fas span {
    display: block;
    width: 150px; }
  #menu .headernavi .left-en li img,
  #menu .headernavi .right-en li img {
    transform: scale(0.8); }
  #menu .headernavi .left-en li a,
  #menu .headernavi .right-en li a {
    margin-bottom: 12px;
    padding: 12px 10px 12px 0; }
}



@media (min-width: 768px) {
  #main-image2,
  #top-images {
    display: none; }
}

@media (max-width: 767px) {
  #main-image,
  #main-image3 {
    display: none; }
  .pickup {
    text-align: center;
    margin-top: 0; }
  .pickup_j {
  font-size: 0.8rem; }
}

#main-image2 {
  position: fixed;
  width: 100%;
  z-index: 9;
  height: 50px;
  background-image: url("https://shingen.jp/images/header_bg0.png");
  background-repeat: repeat-x; }
#main-image2 .logologo {
  position: absolute;
  z-index: 11;
  top: -20px;
  left: -15px;
  transition: .5s ;
  transform: rotateZ( 0deg ); }
#main-image2 .shingen_logo a:hover .logologo {
  opacity: 1;
  transform: rotateZ( -360deg ); }
#main-image2 .catchcopy {
  color: #ccc;
  font-size: 11px;
  margin-left: 85px;
  margin-top: 7px; }
#main-image2 .catchcopy span {
  display: block; }
#top-images {
  position: relative;
  background: #fff; }
#top-images .message {
  position: absolute;
  text-align: center;
  display: inline-block;
  z-index: 2;
  width: 100%;
  top: 60%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }
#top-images .message img {
  width: 90%; }
#top-images .topimg img {
  width: 100%;
  height: auto;
  z-index: -1; }
#top-images .topimg:before {
  content: '';
  height: 100%;
  width: 100%;
  background-image: url('https://shingen.jp/images/dot.png');
  background-repeat: repeat;
  position: absolute;
  opacity: 0.3; }

/* フッターメニュー */

#sp-footer-box {
  margin-top: 45px; }
.footer-menu-sp {
  display: none; }

@media (max-width: 767px) {
  .footer-menu-sp {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 99 !important;
    background:rgba(0,0,0,0.0); }
  .footer-menu-sp::after {
    clear: both;
    content: "";
    display: block; }
}

.footer-menu-sp .menu-item {
  width: 25%;
  float: left;
  margin: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.footer-menu-sp .menu-item a {
  display: block;
  font-size: 0.65em;
  font-weight: 500;
  padding: 3px 5px;
  text-align: center;
  background:rgba(0,0,0,0.9);
  letter-spacing: 0;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
.footer-menu-sp .menu-item .jic:before {
  font-size: 1.25rem;
  line-height: 1.1rem; }
.footer-menu-sp .menu-item a:hover {
  background: #585858; }
.footer-menu-sp .menu-item span {
  display: block;
  font-size: 1.4em; }
.footer-menu-sp .menu-item:nth-child(5n),
.footer-menu-sp .menu-item:nth-child(6n),
.footer-menu-sp .menu-item:nth-child(7n),
.footer-menu-sp .menu-item:nth-child(8n),
.footer-menu-sp .menu-item:nth-child(9n) {
  display: none; }
.footer-menu-sp .menu-item:first-child {
  border-left: none; }
.footer-menu-sp .current-menu-item a {
  position: relative; }
.footer-menu-sp .current-menu-item a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.07;
  background: #fff; }
#sp-footer-box li a {
  color:#02c4cc; }

/* 下層ページヘッダー */
#main-image3 {
  height: 232px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color:#000; }
#main-image3:before {
  content: '';
  height: 232px;
  width: 100%;
  background-image: url('https://shingen.jp/images/dot.png');
  background-repeat: repeat;
  position: absolute;
  opacity: 0.3; }
#main-image3 .kasou-headerimg {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  position: absolute;
  z-index: -1; }

@media (min-width: 768px) {
  #main-image3 .shingen_logo {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
}
@media (min-width: 768px) {
  #main-image3 .headernavi {
    bottom: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color:#fff; }
}


/* incude/custom.php */
		.related-entry-headline-text span:before,
		#comment-title span:before,
		#reply-title span:before{
			background-color: #000000;
			border-color: #000000;
		}
		#page-top a{	
			background-color: rgb(68,68,68,0.7);
		}
		.footer-inner a,
		#copyright,
		#copyright-center{
			border-color: #ffffff;
			color: #fff;
		}
				.page-top-footer a{
			color: #dddddd;
		}
		body,
		a,
		a:link,
		a:visited,
		.my-profile,
		.widgettitle,
		.tabBtn-mag label{
			color: #0c0000;
		}
		a:hover{
			color: #dd0000;
		}
						.widget_nav_menu ul > li > a:before,
		.widget_categories ul > li > a:before,
		.widget_pages ul > li > a:before,
		.widget_recent_entries ul > li > a:before,
		.widget_archive ul > li > a:before,
		.widget_archive form:after,
		.widget_categories form:after,
		.widget_nav_menu ul > li > ul.sub-menu > li > a:before,
		.widget_categories ul > li > .children > li > a:before,
		.widget_pages ul > li > .children > li > a:before,
		.widget_nav_menu ul > li > ul.sub-menu > li > ul.sub-menu li > a:before,
		.widget_categories ul > li > .children > li > .children li > a:before,
		.widget_pages ul > li > .children > li > .children li > a:before{
			color: #000000;
		}
		.widget_nav_menu ul .sub-menu .sub-menu li a:before{
			background-color: #0c0000;
		}
		footer .footer-widget,
		footer .footer-widget a,
		footer .footer-widget ul li,
		.footer-widget.widget_nav_menu ul > li > a:before,
		.footer-widget.widget_categories ul > li > a:before,
		.footer-widget.widget_recent_entries ul > li > a:before,
		.footer-widget.widget_pages ul > li > a:before,
		.footer-widget.widget_archive ul > li > a:before {
			color: #0c0000;
			border-color: #0c0000;
		}
		footer .footer-widget .widgettitle{
			color: #0c0000;
			border-color: #dd0000;
		}
		footer .widget_nav_menu ul .children .children li a:before,
		footer .widget_categories ul .children .children li a:before,
		footer .widget_nav_menu ul .sub-menu .sub-menu li a:before{
			background-color: #0c0000;
		}
		.post-list-title,
		#prev-next p,
		#toc_container .toc_list li a{
			color: #0c0000;
		}
		
		@media (min-width: 768px) {
			.top-image-meta{
				margin-top: calc(0px - 30px);
			}
		}
		@media (min-width: 1200px) {
			.top-image-meta{
				margin-top: calc(0px);
			}
		}
		.main-image-text{
			color: #ffffff;
		}
		.main-image-text-sub{
			color: #ffffff;
		}
		
		#site-info{
			padding-top: 15px;
			padding-bottom: 15px;
		}
				
		#site-info span a{
			color: #ffffff;
		}
		
				#headmenu .headsns .line a svg{
			fill: #f4f4f4;
		}
		#headmenu .headsns a,
		#headmenu{
			color: #f4f4f4;
			border-color:#f4f4f4;
		}
						.profile-follow .line-sns a svg{
			fill: #000000;
		}
		.profile-follow .line-sns a:hover svg{
			fill: #dd0000;
		}
		.profile-follow a{
			color: #000000;
			border-color:#000000;
		}
		.profile-follow a:hover,
		#headmenu .headsns a:hover{
			color:#dd0000;
			border-color:#dd0000;
		}
				.search-box:hover{
			color:#dd0000;
			border-color:#dd0000;
		}
				#header #headmenu .headsns .line a:hover svg{
			fill:#dd0000;
		}
		#nav-container{
			background-color: #9b2323;
		}
		.menu-box .menu-item svg{
			fill:#f4f4f4;
		}
				.cps-info-bar a{
			background-color: #dd0000;
		}
				@media (min-width: 768px) {
			.post-list-mag .post-list-item:not(:nth-child(2n)){
				margin-right: 2.6%;
			}
		}
				@media (min-width: 768px) {
			#tab-1:checked ~ .tabBtn-mag li [for="tab-1"]:after,
			#tab-2:checked ~ .tabBtn-mag li [for="tab-2"]:after,
			#tab-3:checked ~ .tabBtn-mag li [for="tab-3"]:after,
			#tab-4:checked ~ .tabBtn-mag li [for="tab-4"]:after{
				border-top-color: #000000;
			}
			.tabBtn-mag label{
				border-bottom-color: #000000;
			}
		}
		#tab-1:checked ~ .tabBtn-mag li [for="tab-1"],
		#tab-2:checked ~ .tabBtn-mag li [for="tab-2"],
		#tab-3:checked ~ .tabBtn-mag li [for="tab-3"],
		#tab-4:checked ~ .tabBtn-mag li [for="tab-4"],
		#prev-next a.next:after,
		#prev-next a.prev:after,
		.more-cat-button a:hover span:before{
			background-color: #000000;
		}
		

		.swiper-slide .post-list-cat,
		.post-list-mag .post-list-cat,
		.post-list-mag3col .post-list-cat,
		.post-list-mag-sp1col .post-list-cat,
		.swiper-pagination-bullet-active,
		.pickup-cat,
		.post-list .post-list-cat,
		.sidebar-btn a{
			background-color: #dd0000;
		}
		.sp-sns-menu a,
		.pickup-contents-box a:hover .pickup-title{
			border-color: #000000;
			color: #000000;
		}
				.pro-line svg{
			fill: #000000;
		}
		.cps-post-cat a,
		.meta-cat,
		.popular-cat{
			background-color: #dd0000;
			border-color: #dd0000;
		}
		.tag-box a,
		#toc_container .toc_list > li,
		#toc_container .toc_title{
			color: #000000;
		}
		.widget_tag_cloud a::before{
			color: #0c0000;
		}
		.tag-box a,
		#toc_container:before{
			border-color: #000000;
		}
		.cps-post-cat a:hover{
			color: #dd0000;
		}
		.pagination li:not([class*="current"]) a:hover,
		.widget_tag_cloud a:hover{
			background-color: #000000;
		}
		.pagination li:not([class*="current"]) a:hover{
			opacity: 0.5;
		}
		.pagination li.current a{
			background-color: #000000;
			border-color: #000000;
		}
		.nextpage a:hover span {
			color: #000000;
			border-color: #000000;
		}
		.cta-content:before{
			background-color: #eeeeee;
		}
		.cta-text,
		.info-title{
			color: #0a0202;
		}
		.sidebar_style1 .widgettitle {
			border-color: #000000;
		}
		#home-bottom-widget .widgettitle,
		#home-top-widget .widgettitle,
		#post-bottom-widget .widgettitle,
		#post-top-widget .widgettitle{
			background-color: #000000;
		}
		#home-bottom-widget .widget_search .search-box input[type="submit"],
		#home-top-widget .widget_search .search-box input[type="submit"],
		#post-bottom-widget .widget_search .search-box input[type="submit"],
		#post-top-widget .widget_search .search-box input[type="submit"]{
			background-color: #dd0000;
		}
		
		.tn-logo-size{
			font-size: 160%;
		}
		@media (min-width: 768px) {
		.tn-logo-size img{
			width: calc(160%*2.2);
		}
		}
		@media (min-width: 1200px) {
		.tn-logo-size img{
			width: 160%;
		}
		}
		.sp-logo-size{
			font-size: 120%;
		}
		.sp-logo-size img{
			width: 120%;
		}
		.profile-card .profile-title{
			background-color: #000000;
		}
		.profile-card{
			border-color: #000000;
		}
		.cps-post-main a{
			color:#dd0000;
		}
		.cps-post-main .marker{
			background: -webkit-linear-gradient( transparent 80%, #f2c500 0% ) ;
			background: linear-gradient( transparent 80%, #f2c500 0% ) ;
		}
		.cps-post-main .marker2{
			background: -webkit-linear-gradient( transparent 60%, #a9eaf2 0% ) ;
			background: linear-gradient( transparent 60%, #a9eaf2 0% ) ;
		}
		
		
		.simple-box1{
			border-color:#0c0000;
		}
		.simple-box2{
			border-color:#f2bf7d;
		}
		.simple-box3{
			border-color:#b5e28a;
		}
		.simple-box4{
			border-color:#7badd8;
		}
		.simple-box4:before{
			background-color: #7badd8;
		}
		.simple-box5{
			border-color:#e896c7;
		}
		.simple-box5:before{
			background-color: #e896c7;
		}
		.simple-box6{
			background-color:#fffdef;
		}
		.simple-box7{
			border-color:#def1f9;
		}
		.simple-box7:before{
			background-color:#def1f9;
		}
		.simple-box8{
			border-color:#96ddc1;
		}
		.simple-box8:before{
			background-color:#96ddc1;
		}
		.simple-box9:before{
			background-color:#e1c0e8;
		}
				.simple-box9:after{
			border-color:#e1c0e8 #e1c0e8 #fff #fff;
		}
				
		.kaisetsu-box1:before,
		.kaisetsu-box1-title{
			background-color:#ffb49e;
		}
		.kaisetsu-box2{
			border-color:#0c0000;
		}
		.kaisetsu-box2-title{
			background-color:#0c0000;
		}
		.kaisetsu-box4{
			border-color:#ea91a9;
		}
		.kaisetsu-box4-title{
			background-color:#ea91a9;
		}
		.kaisetsu-box5:before{
			background-color:#57b3ba;
		}
		.kaisetsu-box5-title{
			background-color:#57b3ba;
		}
		
		.concept-box1{
			border-color:#85db8f;
		}
		.concept-box1:after{
			background-color:#85db8f;
		}
		.concept-box1:before{
			content:"ポイント";
			color:#85db8f;
		}
		.concept-box2{
			border-color:#f7cf6a;
		}
		.concept-box2:after{
			background-color:#f7cf6a;
		}
		.concept-box2:before{
			content:"注意点";
			color:#f7cf6a;
		}
		.concept-box3{
			border-color:#86cee8;
		}
		.concept-box3:after{
			background-color:#86cee8;
		}
		.concept-box3:before{
			content:"良い例";
			color:#86cee8;
		}
		.concept-box4{
			border-color:#ed8989;
		}
		.concept-box4:after{
			background-color:#ed8989;
		}
		.concept-box4:before{
			content:"悪い例";
			color:#ed8989;
		}
		.concept-box5{
			border-color:#9e9e9e;
		}
		.concept-box5:after{
			background-color:#9e9e9e;
		}
		.concept-box5:before{
			content:"参考";
			color:#9e9e9e;
		}
		.concept-box6{
			border-color:#8eaced;
		}
		.concept-box6:after{
			background-color:#8eaced;
		}
		.concept-box6:before{
			content:"メモ";
			color:#8eaced;
		}
		
		.innerlink-box1,
		.blog-card{
			border-color:#73bc9b;
		}
		.innerlink-box1-title{
			background-color:#73bc9b;
			border-color:#73bc9b;
		}
		.innerlink-box1:before,
		.blog-card-hl-box{
			background-color:#73bc9b;
		}
				
		.color-button01 a,
		.color-button01 a:hover,
		.color-button01:before{
			background-color: #0c0000;
		}
		.top-image-btn-color a,
		.top-image-btn-color a:hover,
		.top-image-btn-color:before{
			background-color: #dd0000;
		}
		.color-button02 a,
		.color-button02 a:hover,
		.color-button02:before{
			background-color: #dd0000;
		}
		
		.color-button01-big a,
		.color-button01-big a:hover,
		.color-button01-big:before{
			background-color: #dd0000;
		}
		.color-button01-big a,
		.color-button01-big:before{
			border-radius: 5px;
		}
		.color-button01-big a{
			padding-top: 20px;
			padding-bottom: 20px;
		}
		
		.color-button02-big a,
		.color-button02-big a:hover,
		.color-button02-big:before{
			background-color: #83d159;
		}
		.color-button02-big a,
		.color-button02-big:before{
			border-radius: 5px;
		}
		.color-button02-big a{
			padding-top: 20px;
			padding-bottom: 20px;
		}
				.color-button01-big{
			width: 75%;
		}
		.color-button02-big{
			width: 75%;
		}
				
		
					.top-image-btn-color:before,
			.wide-layout ul li .color-button01:before,
			.wide-layout ul li .color-button02:before,
			.color-button01:before,
			.color-button02:before,
			.color-button01-big:before,
			.color-button02-big:before{
				display: none;
			}
			.top-image-btn-color a:hover,
			.color-button01 a:hover,
			.color-button02 a:hover,
			.color-button01-big a:hover,
			.color-button02-big a:hover{
				-webkit-transform: translateY(2px);
				transform: translateY(2px);
				-webkit-filter: brightness(1.05);
			 	filter: brightness(1.05);
				opacity: 1;
			}
				
		.h2-style01 h2 {
			background-color: #000000;
		}
		.h3-style01 h3,
		.h4-style01 h4 {
			border-color: #000000;
		}
		.jin-h3-icons.h3-style01 h3 .jic:before,
		.jin-h4-icons.h4-style01 h4 .jic:before {
			color:#000000;
		}
		
		@media all and (-ms-high-contrast:none){
			*::-ms-backdrop, .color-button01:before,
			.color-button02:before,
			.color-button01-big:before,
			.color-button02-big:before{
				background-color: #595857;
			}
		}
		
		.jin-lp-h2 h2,
		.jin-lp-h2 h2{
			background-color: transparent;
			border-color: transparent;
			color: #0c0000; }
		.jincolumn-h3style2{
			border-color:#000000;	}
		.jinlph2-style1 h2:first-letter{
			color:#000000; }
		.jinlph2-style2 h2,
		.jinlph2-style3 h2{
			border-color:#000000; }
		.jin-photo-title .jin-fusen1-down,
		.jin-photo-title .jin-fusen1-even,
		.jin-photo-title .jin-fusen1-up{
			border-left-color:#000000; }
		.jin-photo-title .jin-fusen2,
		.jin-photo-title .jin-fusen3{
			background-color:#000000; }
		.jin-photo-title .jin-fusen2:before,
		.jin-photo-title .jin-fusen3:before {
			border-top-color: #000000; }


/* ウィジェット プロフィール */

@media (min-width: 768px) {
  #footer-widget-area .my-profile {
    box-shadow: none !important;
    padding: 15px 20px 25px !important; }
  #footer-widget-area .profile-sns-menu {
    position: relative !important;
    border-radius: 2px;
    margin-top: 15px; }
  .my-profile .myname {
    font-weight: 800;
    color: #555; }
  .my-profile .myintro {
    margin-top: 50px;
    font-weight: 500;
    color: #555; }
  #footer-widget-area .myname {
    top: 136px !important; }
}

@media (min-width: 1024px) {
  #footer-widget-area .my-profile {
    padding: 15px 25px 25px !important; }
}

.my-profile .profile-sns-menu {
  position: absolute;
  left: 0;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 10px 0; }
.my-profile .my-profile-thumb {
  border-radius: 55px;
  margin-top: 0;
  background: #191919; }
.my-profile .my-profile-thumb img {
  background: #191919; }

/* フッター */
footer {
  padding: 5px 0px 0; }

#footer-widget-area {
  border: none!important;
  padding-bottom: 0 !important; }
#footer-widget-center .menu li,
#footer-widget-right li {
  border-color: #555 !important; }
#footer-widget-center .menu a,
#footer-widget-right .cat-item a {
  color: #555!important; }
#footer-widget-center .menu a:hover,
#footer-widget-right .cat-item a:hover {
  color: red!important;
  transition: color 0s; }
#footer-widget-area.footer_style2 #footer-widget-left .widgettitle,
#footer-widget-area.footer_style2 #footer-widget-center .widgettitle,
#footer-widget-area.footer_style2 #footer-widget-right .widgettitle {
  border-bottom: none;
  font-family: 'anton', sans-serif;
  font-size: 30px;
  margin-bottom: 0;
  padding-bottom: 5px;
  color: #555 !important; }
#footer-widget-area .widget_categories ul li a:before,
#footer-widget-area .widget_nav_menu ul li a:before {
  color: #555 !important; }
#footer-widget-area .widget_categories .children {
  display:none; }

@media (min-width: 1200px) {
  .footer-inner {
    width: 1136px;
    padding: 0 20px; }
}

.footer-inner a:hover {
  color: red!important; }

#footer-box {
  background-color: #191919;
  padding-top: 14px;
  padding-bottom: 15px;
  color: #fff;
  width: 100%!important; }

@media (max-width: 767px) {
  #footer-box {
    background-color: #000; }
}


/* whats-new一覧ページ */

.whatsnew2 {
  margin: 50px 0 20px;
  word-break: break-all;
  overflow: hidden;
  font-size: 0.9rem; }
.whatsnew2 a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  box-shadow: none; }
.whatsnew2 a:hover {
  background-color: #e0e0e0;
  text-decoration: none;
  box-shadow: none; }
.whatsnew2 dl {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #555; }
.whatsnew2 dt {
  margin: 0 0 0 0.3em;
  padding: 0;
  border: 0;
  color: #000;
  font-family: 'Quicksand',sans-serif;
  white-space: nowrap; }
.whatsnew2 dd {
  margin: 0;
  padding: 0; }
.whatsnew2 .news-jenre {
  font-size: 11px;
  color: #fff;
  display: inline-block;
  width: 60px;
  text-align: center;
  padding: 3px 0 3px;
  border-radius: 5px;
  margin: 0 10px 2px 3px;
  vertical-align: middle; }
.whatsnew2 .bg18 {
  background-color: #393853; }
.whatsnew2 .bg20 {
  background-color: #64442f; }
.whatsnew2 .news-text {
  display: inline-block; }
@media screen and (min-width: 600px) {
  .whatsnew2 dl {
    overflow: hidden; }
  .whatsnew2 dt {
    float: left;
    width: 6.1em;
    overflow: hidden; }
  .whatsnew2 dd {
    overflow: hidden; }
}
@media (max-width: 767px) {
  .whatsnew2 dt {
    padding-bottom: 3px; }
}


/* スマホ余白調整 */
@media (max-width: 767px) {
  .whatsnew {
    margin: 30px 0 0;
    padding: 0; }
  .textwidget {
    margin: 0 !important;
    padding: 0 !important; }
  .widget_custom_html {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
}


/* 新着記事一覧 */
@media (max-width: 767px) {
  .toppost-list-box-simple .post-list-mag-sp1col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center; }
}

.pagenum {
  display: block;
  width: 100%; }
.pagenum ul {
  padding-left: 0; }

@media (max-width: 767px) {
  .pagenum ul {
    margin: 20px; }
}
@media (min-width: 768px) {
  .pagenum ul {
    margin: 30px 0; }
}

.pagenum ul,
.pagenum ul li a,
.pagenum ul li .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
.pagenum ul li {
  position: relative;
  margin: 0 4px; }
.pagenum ul li a {
  text-decoration: none;
  background: #fff;
  font-weight: 500;
  font-size: 0.85rem;
  padding: 5px 3px;
  padding-bottom: 4px;
  padding-left: 5px;
  border-radius: 20px;
  line-height: 0; }
.pagenum ul li .current {
  background: #000;
  color: #fff;
  font-weight: 500;
  font-size: 0.85rem;
  padding: 5px 3px;
  padding-bottom: 4px;
  padding-left: 5px;
  border-radius: 20px;
  line-height: 0; }

@media (max-width: 767px) {
  .pagenum ul li a {
    min-width: 34px;
    min-height: 34px;
    color: #888;
    padding-top: 4px; }
  .pagenum ul li .current {
    min-width: 34px;
    min-height: 34px;
    padding-top: 4px; }
}
@media (min-width: 768px) {
  .pagenum ul li a {
    min-width: 38px;
    min-height: 37px;
    color: #888; }
  .pagenum ul li .current {
    min-width: 38px;
    min-height: 37px; }
}

.pagenum ul li.spancount span {
  display: block;
  padding-bottom: 10px;
  color: #aaa; }
.pagenum ul li:not([class*="current"]) a:hover {
  color: #fff;
  background-color: #000;
  opacity: 0.5;
  transform: translateY(-3px); }


/* 関連リンク */
.related-link-title {
  font-size: 1.2rem;
  margin-bottom: 10px; }
ul.related-link {
  padding: 0 !important; }
ul.related-link li {
  margin: 0 0 5px 20px;
  padding: 0 !important;
  font-size: 1rem; }
ul.related-link li .jic {
  position: relative;
  top: 2px; }
@media (max-width: 767px) {
  ul.related-link li .jic {
    position: relative;
    top: 1px; }
}


/* キーワードから記事を探す */

@media (min-width: 768px) and (max-width: 840px) {
  #is_widget-3 .widgettitle {
    letter-spacing: 1px !important; }
}

/* フッターの訳ありサーチを隠す */
.ivory-search-none {
  display: none;
}


