﻿@charset "UTF-8";
/*!
Theme Name: TokyoHeadline
Theme URI: http://underscores.me/
Author: DOTT
Author URI: http://www.tokyoheadline.com
Description: DOTT
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tokyoheadline
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

TokyoHeadline is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*$color__gray40: #666;*/
/* custom color */
/* @mixin breadcrumb_ellipsis($line-to-show:1,$max-height: 0px) {
    max-height: $max-height;
    line-height: 2.0; Height / no. of lines to display
    overflow: hidden;
    word-wrap: normal;
} */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  /* font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	 */
  font-family: 'YuGothic','Yu Gothic', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; 

}
  body .atss-left {
    left: 6.2% !important; }
  body .atss {
    top: 62%; }

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

a:hover {
  text-decoration: none; }

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.row {
  margin-right: 0;
  margin-left: 0; }

.para-excerpt h2 {
  font-size: 24px !important; }

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

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

body {
  background: #EEF0F1;
  /* Fallback for when there is no custom background color defined. */ }

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

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

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus {
    border: none;
    outline: none; }

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

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.toggled .menu {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .toggled .menu {
      padding-top: 0;
      padding-bottom: 0; } }

.main-navigation {
  clear: both;
  display: block;
  padding-top: 20px; }
  .main-navigation .menu-main-container {
    width: 100%;
    display: inline-block;
    background: #3B393A; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999;
      font-size: 14px;
      color: #ff0000; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li.focus > ul, .main-navigation ul ul li:hover > ul {
        left: 100%;
        color: #01afec; }
      .main-navigation ul ul a {
        width: 200px; }
      .main-navigation ul ul .focus > a, .main-navigation ul ul :hover > a {
        color: #01afec; }
      .main-navigation ul ul a.focus, .main-navigation ul ul a:hover {
        color: #ff0000; }
    .main-navigation ul li.focus > ul, .main-navigation ul li:hover > ul {
      left: auto;
      color: #01afec; }
  @media only screen and (min-width: 320px) and (max-width: 500px) {
    .main-navigation .title {
      width: 43.47vw;
      padding: 3.9vw 1.7vw;
      margin: 0;
      border-top: 0.3vw solid #01afec; }
      .main-navigation .title:first-child, .main-navigation .title:nth-child(2) {
        border-top: none; } }
  @media only screen and (min-width: 501px) and (max-width: 768px) {
    .main-navigation .title {
      width: 43.47vw;
      padding: 30px 13px;
      margin: 0;
      border-top: 0.3vw solid #01afec; }
      .main-navigation .title:first-child, .main-navigation .title:nth-child(2) {
        border-top: none; } }
  @media only screen and (min-width: 320px) and (max-width: 500px) {
    .main-navigation .facebook-icon, .main-navigation .twitter-icon {
      width: 43.47vw;
      padding: 3.9vw 1.7vw;
      margin: 0;
      border-top: 0.3vw solid #01afec; }
      .main-navigation .facebook-icon:first-child, .main-navigation .facebook-icon:nth-child(2), .main-navigation .twitter-icon:first-child, .main-navigation .twitter-icon:nth-child(2) {
        border-top: none; } }
  @media only screen and (min-width: 501px) and (max-width: 768px) {
    .main-navigation .facebook-icon, .main-navigation .twitter-icon {
      width: 43.47vw;
      padding: 30px 13px;
      margin: 0;
      border-top: 0.3vw solid #01afec; }
      .main-navigation .facebook-icon:first-child, .main-navigation .facebook-icon:nth-child(2), .main-navigation .twitter-icon:first-child, .main-navigation .twitter-icon:nth-child(2) {
        border-top: none; } }
  .main-navigation li {
    padding: 0;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #01afec;
    text-align: center;
    color: #01afec;
    min-height: 70px;
    max-height: 70px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .main-navigation li {
        max-height: inherit;
        min-height: auto;
        border-bottom: 0.3vw solid #01afec; } }
    .main-navigation li:first-child {
      border-top: 1px solid #01afec; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .main-navigation li:first-child {
          border-top: 0; } }
    .main-navigation li a {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 16px;
      margin: 24px 0;
      font-weight: 500;
      display: inline-block;
      text-decoration: none;
      color: #01afec;
      text-align: center;
      position: relative; }
      .main-navigation li a:hover {
        opacity: 0.5; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .main-navigation li a:hover {
            opacity: 1; } }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .main-navigation li a {
          font-size: 3.9vw;
          margin: 3.9vw 0; }
          .main-navigation li a:nth-child(2n+3):before {
            background: transparent; } }
      .main-navigation li a:before {
        content: '';
        position: absolute;
        top: -3px;
        left: 0;
        height: 30px;
        width: 1px;
        background: #01afec; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .main-navigation li a:before {
            height: 6vw;
            top: 4vw;
            width: 0.3vw; } }
      .main-navigation li a:first-child:before {
        content: "";
        background: transparent; }
    .main-navigation li .fa {
      margin-right: 7px;
      font-size: 19px; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .main-navigation li .fa {
          font-size: 3.9vw; } }
  .main-navigation .category-menu-item .title {
    min-width: 110px;
    font-size: 19px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .main-navigation .category-menu-item .title {
        min-width: inherit;
        font-weight: normal;
        font-size: 4.5vw; } }
  .main-navigation .page-menu-item .title, .main-navigation .contact-menu-item .title {
    min-width: 168px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .main-navigation .page-menu-item .title, .main-navigation .contact-menu-item .title {
        min-width: inherit; } }
  .main-navigation .page-menu-item .menu_polcy, .main-navigation .contact-menu-item .menu_polcy {
    padding-right: 23px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .main-navigation .page-menu-item .menu_polcy, .main-navigation .contact-menu-item .menu_polcy {
        padding-right: inherit; } }
  .main-navigation .social-menu-item .facebook-icon, .main-navigation .social-menu-item .twitter-icon {
    min-width: 168px; }
    .main-navigation .social-menu-item .facebook-icon:before, .main-navigation .social-menu-item .twitter-icon:before {
      left: -2px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .main-navigation .social-menu-item .facebook-icon, .main-navigation .social-menu-item .twitter-icon {
        min-width: inherit; } }
  .main-navigation .present:before {
    content: '';
    background-image: url("./images/present.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 25px;
    width: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: -4px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .main-navigation .present:before {
        height: 4.5vw;
        width: 5.5vw;
        background-size: cover;
        top: 0; } }

/* Small menu. */
.menu-toggle {
  color: #01afec;
  display: block;
  text-align: right;
  margin: 0 40px;
  font-size: 30px;
  cursor: pointer;
  position: relative;
  left: 60px;
  top: 0;
  background: none;
  border: none; }
  .menu-toggle:hover {
    opacity: 0.5; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .menu-toggle:hover {
        opacity: 1; } }
  .menu-toggle .dropdown-icon {
    position: absolute;
    width: 45%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #01afec;
    position: absolute;
    right: 20px;
    bottom: 27px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .menu-toggle .dropdown-icon {
        width: 8vw;
        top: 0 !important;
        right: 0 !important; } }
    @media only screen and (min-width: 320px) and (max-width: 499px) {
      .menu-toggle .dropdown-icon {
        height: 3px; } }
    @media only screen and (min-width: 500px) and (max-width: 600px) {
      .menu-toggle .dropdown-icon {
        height: 4px; } }
    @media only screen and (min-width: 601px) and (max-width: 768px) {
      .menu-toggle .dropdown-icon {
        height: 5px; } }
  .menu-toggle .dropdown-icon:after, .menu-toggle .dropdown-icon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #01afec; }
    @media only screen and (min-width: 320px) and (max-width: 499px) {
      .menu-toggle .dropdown-icon:after, .menu-toggle .dropdown-icon:before {
        height: 3px; } }
    @media only screen and (min-width: 500px) and (max-width: 600px) {
      .menu-toggle .dropdown-icon:after, .menu-toggle .dropdown-icon:before {
        height: 4px; } }
    @media only screen and (min-width: 601px) and (max-width: 768px) {
      .menu-toggle .dropdown-icon:after, .menu-toggle .dropdown-icon:before {
        height: 5px; } }
  .menu-toggle .dropdown-icon:before {
    top: 7px;
    right: 0; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .menu-toggle .dropdown-icon:before {
        top: 1.86vw; } }
  .menu-toggle .dropdown-icon:after {
    top: 14px;
    right: 0; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .menu-toggle .dropdown-icon:after {
        top: 3.73vw; } }

.toggled .menu-toggle {
  position: absolute;
  right: 0;
  left: inherit;
  top: 20px;
  z-index: 1; }
  .toggled .menu-toggle:hover {
    opacity: 0.5; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .toggled .menu-toggle:hover {
        opacity: 1; } }
  .toggled .menu-toggle .dropdown-icon {
    background-color: transparent; }
  .toggled .menu-toggle .dropdown-icon::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px; }
  .toggled .menu-toggle .dropdown-icon::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px; }

.toggled .menu {
  background: #EEF0F1;
  position: absolute;
  right: 35px; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .toggled .menu {
      width: auto;
      position: inherit;
      right: initial; } }

.main-navigation.toggled ul {
  display: block;
  font-size: 18px;
  padding: 0 80px; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .main-navigation.toggled ul {
      padding: 0;
      min-height: 70vw;
      height: 100%;
      overflow-y: scroll; } }

@media screen and (min-width: 37.5em) {
  .main-navigation ul {
    display: none; } }

.site-main .comment-navigation, .site-main .post-navigation, .site-main .posts-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous, .post-navigation .nav-previous, .posts-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next, .post-navigation .nav-next, .posts-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .sp_noborder {
    border: none !important; } }

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .page-menu-item-top a {
    border-top: 0.3vw solid #01afec !important; } }

/*--------------------------------------------------------------
## Initial Menus
--------------------------------------------------------------*/
#header_main {
  display: none; }

.initial-header-block {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%; }
  .initial-header-block .initial-header-block-inner {
    width: 1280px;
    height: 50px;
    margin: 0 auto;
    background-color: #EEF0F1 !important;
    border-top: 4px solid #01afec !important;
    border-bottom: 4px solid #01afec !important;
    border-radius: 0 !important;
    position: relative;
    padding: 0; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .initial-header-block .initial-header-block-inner {
        width: 100%; } }
    .initial-header-block .initial-header-block-inner .site-branding {
      padding: 0;
      width: 323px;
      float: left; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .initial-header-block .initial-header-block-inner .site-branding {
          width: 70%; } }
      .initial-header-block .initial-header-block-inner .site-branding .site-logo {
        height: 45px;
        width: 230px;
        bottom: 1px;
        position: relative; }
        .initial-header-block .initial-header-block-inner .site-branding .site-logo .img {
          display: block;
          width: 100%;
          max-width: 100%;
          height: 100%;
          background-image: url("./images/top_scroll.png");
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat; }
    .initial-header-block .initial-header-block-inner .initial-category-menu {
      width: 60%;
      height: 40px;
      float: left;
      padding: 0;
      display: block;
      margin: 0 auto; }
      .initial-header-block .initial-header-block-inner .initial-category-menu .category-menu-class {
        display: block; }
        .initial-header-block .initial-header-block-inner .initial-category-menu .category-menu-class .navbar-nav li {
          width: 100px;
          text-align: center; }
          .initial-header-block .initial-header-block-inner .initial-category-menu .category-menu-class .navbar-nav li *::-ms-backdrop, .initial-header-block .initial-header-block-inner .initial-category-menu .category-menu-class .navbar-nav li a {
            padding: 14px 16px 8px 16px !important; }
          .initial-header-block .initial-header-block-inner .initial-category-menu .category-menu-class .navbar-nav li a {
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            padding: 11px 16px;
            font-size: 16px;
            color: #01afec;
            font-weight: bold; }
            .initial-header-block .initial-header-block-inner .initial-category-menu .category-menu-class .navbar-nav li a:hover {
              background: #01afec;
              color: #fff; }
              @media only screen and (min-width: 320px) and (max-width: 768px) {
                .initial-header-block .initial-header-block-inner .initial-category-menu .category-menu-class .navbar-nav li a:hover {
                  background: #EEF0F1;
                  color: #01afec; } }
        .initial-header-block .initial-header-block-inner .initial-category-menu .category-menu-class .navbar-nav .current-menu-item a, .initial-header-block .initial-header-block-inner .initial-category-menu .category-menu-class .navbar-nav .current-post-ancestor a, .initial-header-block .initial-header-block-inner .initial-category-menu .category-menu-class .navbar-nav .current-category-ancestor a {
          background-color: #01afec;
          color: #fff; }
    .initial-header-block .initial-header-block-inner .th-social {
      padding: 0;
      display: block;
      min-height: 50px; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .initial-header-block .initial-header-block-inner .th-social {
          width: 30%;
          float: right;
          display: inline-block;
          min-height: 0; } }
      .initial-header-block .initial-header-block-inner .th-social .social-twitter {
        float: left;
        padding: 10px 0;
        margin-right: 10px;
        position: absolute;
        right: 7.9%;
        display: inline-block; }
        .initial-header-block .initial-header-block-inner .th-social .social-twitter:hover {
          opacity: 0.5; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            .initial-header-block .initial-header-block-inner .th-social .social-twitter:hover {
              opacity: 1; } }
        .initial-header-block .initial-header-block-inner .th-social .social-twitter .fa-twitter {
          font-size: 20px;
          color: #01afec; }
      .initial-header-block .initial-header-block-inner .th-social .social-facebook {
        float: left;
        padding: 10px 0;
        margin-right: 10px;
        position: absolute;
        right: 10.5%;
        display: inline-block; }
        .initial-header-block .initial-header-block-inner .th-social .social-facebook:hover {
          opacity: 0.5; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            .initial-header-block .initial-header-block-inner .th-social .social-facebook:hover {
              opacity: 1; } }
        .initial-header-block .initial-header-block-inner .th-social .social-facebook .fa-facebook {
          font-size: 20px;
          color: #01afec; }
    .initial-header-block .initial-header-block-inner .th-social::before {
      font-family: FontAwesome;
      content: '';
      position: absolute;
      border-right: 1px solid #01afec;
      height: 26px;
      bottom: 8px;
      right: 7.5%;
      font-size: 26px;
      color: #01afec; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .initial-header-block .initial-header-block-inner .th-social::before {
          display: none; } }
    .initial-header-block .initial-header-block-inner .main-navigation {
      padding: 0 !important;
      clear: none;
      right: 40%;
      display: inline-block; }
    .initial-header-block .initial-header-block-inner .menu-toggle {
      right: 0;
      position: absolute;
      left: inherit;
      margin: 0;
      top: 11px;
      z-index: 100; }
      .initial-header-block .initial-header-block-inner .menu-toggle:hover {
        opacity: 0.5; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .initial-header-block .initial-header-block-inner .menu-toggle:hover {
            opacity: 1; } }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .initial-header-block .initial-header-block-inner .menu-toggle {
          top: 3.3vw;
          right: 4vw;
          height: 1.5vw; } }
    .initial-header-block .initial-header-block-inner .toggled-buttton:hover {
      opacity: 0.5; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .initial-header-block .initial-header-block-inner .toggled-buttton:hover {
          opacity: 1; } }
    .initial-header-block .initial-header-block-inner .toggled-buttton .dropdown-icon {
      background-color: transparent; }
      .initial-header-block .initial-header-block-inner .toggled-buttton .dropdown-icon:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 8px; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .initial-header-block .initial-header-block-inner .toggled-buttton .dropdown-icon:before {
            top: 2vw; } }
      .initial-header-block .initial-header-block-inner .toggled-buttton .dropdown-icon:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 8px; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .initial-header-block .initial-header-block-inner .toggled-buttton .dropdown-icon:after {
            top: 2vw; } }
    .initial-header-block .initial-header-block-inner .th-search-icon {
      padding: 11px 0;
      z-index: 99;
      position: absolute;
      top: -2px;
      cursor: pointer;
      right: 4.9%; }
      .initial-header-block .initial-header-block-inner .th-search-icon:hover {
        opacity: 0.5; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .initial-header-block .initial-header-block-inner .th-search-icon:hover {
            opacity: 1; } }
      .initial-header-block .initial-header-block-inner .th-search-icon .sp-img {
        display: none; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .initial-header-block .initial-header-block-inner .th-search-icon {
          background-image: url("./images/search_responsive.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          height: 6.67vw;
          width: 5.6vw;
          display: inline-block;
          margin: 0;
          padding: 0; }
          .initial-header-block .initial-header-block-inner .th-search-icon img {
            display: none; } }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .initial-header-block .initial-header-block-inner .th-search-icon {
          right: 17.34vw;
          top: 2.2vw; } }
      .initial-header-block .initial-header-block-inner .th-search-icon .fa-search {
        font-size: 24px;
        color: #01afec; }
  .initial-header-block .menu-toggled-background-initial {
    display: block;
    z-index: 99;
    clear: both;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .initial-header-block .toggled .menu {
    z-index: 99;
    top: -50px;
    right: 0;
    position: absolute;
    padding-top: 80px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .initial-header-block .toggled .menu {
        position: inherit;
        padding-top: 0;
        top: 0;
        right: 0; } }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .initial-header-block .toggled {
      min-height: 100em;
      background-color: rgba(0, 0, 0, 0.5); }
      .initial-header-block .toggled .menu {
        background: #EEF0F1; } }
  .initial-header-block .main-navigation {
    padding-top: 0 !important;
    right: 0;
    position: absolute; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .initial-header-block .main-navigation {
        width: 100%;
        height: auto; } }
    .initial-header-block .main-navigation .menu-main-container {
      background: #fff !important; }
      .initial-header-block .main-navigation .menu-main-container li {
        text-align: center;
        border-bottom: 2px solid #01afec; }
  .initial-header-block .toggled {
    background: transparent;
    position: relative;
    width: 1280px;
    margin: 0 auto; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .initial-header-block .toggled {
        width: 100%; } }
  .initial-header-block #initial_search {
    position: absolute;
    top: 100%;
    right: 3.9%;
    z-index: 2; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .initial-header-block #initial_search {
        right: 4vw; } }
    .initial-header-block #initial_search .screen-reader-text {
      display: none; }
    .initial-header-block #initial_search .search-field {
      height: 50px;
      width: 242px;
      background: #f6f8f8;
      border: 4px solid #01afec;
      color: #999999;
      letter-spacing: 1px;
      border-radius: 0;
      padding-left: 10px; }
    .initial-header-block #initial_search input[type="search"]::-webkit-input-placeholder {
      color: #999999 !important; }
    .initial-header-block #initial_search input[type="search"]:-moz-placeholder {
      /* Firefox 18- */
      color: #999999 !important; }
    .initial-header-block #initial_search input[type="search"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #999999 !important; }
    .initial-header-block #initial_search input[type="search"]:-ms-input-placeholder {
      color: blue !important; }
    .initial-header-block #initial_search:focus {
      outline: inherit; }
  .initial-header-block .search-submit {
    display: none; }

/*--------------------------------------------------------------
## Initial Menus
--------------------------------------------------------------*/
.breadcrumb {
  padding: 0;
  position: relative;
  margin-bottom: 0px;
  background: #edf0f1;
  left: 0;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 11px;
  color: #9A9A9A;
  width: 100%;
  z-index: 90; }
  .breadcrumb .crumbs {
    display: block;
    height: 42px;
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
    width: 1180px; }
    .breadcrumb .crumbs .breadcrumbs {
      margin: 0; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .breadcrumb .crumbs .breadcrumbs {
          margin: 3.65vw 0;
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-size: 2.8vw;
          font-weight: 500;
          line-height: 2;
          text-align: left;
          color: #999; } }
    .breadcrumb .crumbs a {
      color: #999999;
      text-decoration: underline;
      padding-right: 2px; }
    .breadcrumb .crumbs .current {
      color: #999999;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-weight: 500;
      padding-left: 2px; }

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .breadcrumb {
    margin: 0;
    padding: 0 6vw; }
    .breadcrumb .crumbs {
      height: auto;
      width: 100%;
      padding: 0;
      line-height: 1.5; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* @import "modules/accessibility"; */
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* @import "modules/alignments"; */
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* @import "modules/clearings"; */
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* @import "site/secondary/widgets"; */
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* @import "site/site"; */
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* @import "modules/infinite-scroll"; */
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* @import "media/media"; */
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  min-height: 100vh;
  padding: 0;
  margin: 0; }
  .site .category-menu {
    z-index: 50;
    width: 100%;
    display: block; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .category-menu {
        overflow: auto;
        top: 97%;
        position: absolute; } }
    .site .category-menu .navbar-inverse {
      width: 1280px;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 14px;
      font-weight: bold;
      background-color: #fff !important;
      border-top: 4px solid #01afec !important;
      border-bottom: 4px solid #01afec !important;
      border-left: none;
      border-right: none;
      border-radius: 0 !important;
      margin: 0 auto;
      height: 46px;
      min-height: 46px; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .category-menu .navbar-inverse {
          height: auto;
          min-height: auto;
          width: 154vw; } }
      .site .category-menu .navbar-inverse .category-menu-class {
        background: #EEF0F1;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%; }
        .site .category-menu .navbar-inverse .category-menu-class .navbar-nav {
          float: none;
          margin: 0; }
          .site .category-menu .navbar-inverse .category-menu-class .navbar-nav li {
            width: 183px;
            text-align: center; }
            .site .category-menu .navbar-inverse .category-menu-class .navbar-nav li a {
              font-size: 16px;
              padding: 10px 0;
              color: #01afec;
              word-wrap: break-word; }
            .site .category-menu .navbar-inverse .category-menu-class .navbar-nav li *::-ms-backdrop, .site .category-menu .navbar-inverse .category-menu-class .navbar-nav li a {
              padding: 13px 0 8px 0 !important; }
            .site .category-menu .navbar-inverse .category-menu-class .navbar-nav li.focus > a, .site .category-menu .navbar-inverse .category-menu-class .navbar-nav li:hover > a {
              background: #01afec;
              color: #fff; }
              @media only screen and (min-width: 320px) and (max-width: 768px) {
                .site .category-menu .navbar-inverse .category-menu-class .navbar-nav li.focus > a, .site .category-menu .navbar-inverse .category-menu-class .navbar-nav li:hover > a {
                  background: #EEF0F1;
                  color: #01afec; } }
            .site .category-menu .navbar-inverse .category-menu-class .navbar-nav li:last-child {
              width: 182px; }
              @media only screen and (min-width: 320px) and (max-width: 768px) {
                .site .category-menu .navbar-inverse .category-menu-class .navbar-nav li:last-child {
                  width: 22vw; } }
          .site .category-menu .navbar-inverse .category-menu-class .navbar-nav .current-menu-item, .site .category-menu .navbar-inverse .category-menu-class .navbar-nav .current-post-ancestor, .site .category-menu .navbar-inverse .category-menu-class .navbar-nav .current-category-ancestor {
            background: #01afec; }
            .site .category-menu .navbar-inverse .category-menu-class .navbar-nav .current-menu-item a, .site .category-menu .navbar-inverse .category-menu-class .navbar-nav .current-post-ancestor a, .site .category-menu .navbar-inverse .category-menu-class .navbar-nav .current-category-ancestor a {
              color: #fff; }
              @media only screen and (min-width: 320px) and (max-width: 768px) {
                .site .category-menu .navbar-inverse .category-menu-class .navbar-nav .current-menu-item a:hover, .site .category-menu .navbar-inverse .category-menu-class .navbar-nav .current-post-ancestor a:hover, .site .category-menu .navbar-inverse .category-menu-class .navbar-nav .current-category-ancestor a:hover {
                  background: #01afec;
                  color: #fff; } }
      .site .category-menu .navbar-inverse .th-cat-name a {
        color: #01afec !important; }
  .site .content-area {
    margin-bottom: 70px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .content-area {
        margin-bottom: 6.66vw; } }
  .site .site-main .row-block-inner {
    display: inline-block;
    height: 100%;
    width: 100%; }
  .site .site-main .row-block-inner {
    display: inline-block;
    height: 100%;
    width: 100%; }
  .site .site-main .post-img:hover {
    background: #01afec; }
    .site .site-main .post-img:hover .img {
      opacity: 0.8;
      cursor: pointer; }
  .site .site-main .post-img a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
  .site .site-main .eighth-row, .site .site-main .fifth-row, .site .site-main .first_row, .site .site-main .nineth-row, .site .site-main .second-row, .site .site-main .seventh-row, .site .site-main .sixth-row, .site .site-main .tenth-row, .site .site-main .third-row {
    display: block;
    margin: 40px auto;
    width: 1180px;
    overflow: hidden; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .eighth-row, .site .site-main .fifth-row, .site .site-main .first_row, .site .site-main .nineth-row, .site .site-main .second-row, .site .site-main .seventh-row, .site .site-main .sixth-row, .site .site-main .tenth-row, .site .site-main .third-row {
        width: 100%;
        padding: 0 6vw;
        margin: 0; } }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .site .site-main .first_row:first-child {
      margin-top: 14vw; } }
  .site .site-main .first_row-left {
    background: #F6F8F8;
    min-height: 590px;
    height: 595px;
    width: 570px;
    float: left;
    margin-right: 40px; }
  .site .site-main .first_row-right {
    min-height: 595px;
    width: 570px;
    float: left; }
    .site .site-main .first_row-right .first_row_block2 {
      height: 595px;
      background: #F6F8F8;
      width: 266px;
      margin-right: 38px;
      float: left; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .first_row-right .first_row_block2 {
          height: 101vw; }
          .site .site-main .first_row-right .first_row_block2 .post-content * {
            font-size: 2.93vw; } }
    .site .site-main .first_row-right .first_row_block3 {
      height: 595px;
      background: #F6F8F8;
      width: 266px;
      float: left; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .first_row-right .first_row_block3 {
          height: 101vw; }
          .site .site-main .first_row-right .first_row_block3 .post-content * {
            font-size: 2.93vw; } }
  .site .site-main .second-row .second-row-block1, .site .site-main .second-row .second-row-block2 {
    width: 570px;
    height: 275px;
    background: #F6F8F8;
    float: left; }
  .site .site-main .second-row .second-row-block1 {
    margin-right: 40px; }
  .site .site-main .third-row .third-row-left, .site .site-main .third-row .third-row-right {
    width: 570px;
    min-height: 280px;
    float: left; }
  .site .site-main .third-row .third-row-left {
    margin-right: 40px; }
    .site .site-main .third-row .third-row-left .third-row-black2, .site .site-main .third-row .third-row-left .third-row-block1 {
      display: block;
      background: #F6F8F8;
      height: 280px;
      margin-bottom: 36px;
      overflow: hidden; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .third-row .third-row-left .third-row-black2, .site .site-main .third-row .third-row-left .third-row-block1 {
          height: 41.6vw; } }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .third-row .third-row-left .third-row-block1 {
        margin-bottom: 2.66vw; } }
  .site .site-main .third-row .third-row-right {
    display: block;
    background: #F6F8F8;
    height: 595px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .third-row .third-row-right {
        margin-bottom: 2.6vw !important; } }
  .site .site-main .fourth-row {
    display: none;
    height: 340px; }
  .site .site-main .fifth-row {
    margin-top: 4vw; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .fifth-row {
        margin-top: 0; } }
  .site .site-main .fifth-row-left {
    background: #F6F8F8;
    min-height: 590px;
    width: 570px;
    float: left;
    margin-right: 40px; }
  .site .site-main .fifth-row-right {
    width: 570px;
    float: left; }
    .site .site-main .fifth-row-right .fifth-row-block2 {
      min-height: 590px;
      background: #F6F8F8;
      width: 47%;
      margin-right: 6%;
      float: left; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .fifth-row-right .fifth-row-block2 {
          min-height: auto;
          margin-right: 4%;
          width: 48%; } }
    .site .site-main .fifth-row-right .fifth-row-block3 {
      min-height: 590px;
      background: #F6F8F8;
      width: 47%;
      float: left; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .fifth-row-right .fifth-row-block3 {
          min-height: auto;
          width: 48%; } }
  .site .site-main .sixth-row .sixth-row-block1, .site .site-main .sixth-row .sixth-row-block2 {
    width: 570px;
    height: 275px;
    background: #F6F8F8;
    float: left; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .sixth-row .sixth-row-block1, .site .site-main .sixth-row .sixth-row-block2 {
        height: auto; } }
  .site .site-main .sixth-row .sixth-row-block1 {
    margin-right: 40px; }
  .site .site-main .seventh-row {
    min-height: 315px;
    margin-top: 40px; }
  .site .site-main .eighth-row .eighth-row-block1, .site .site-main .eighth-row .eighth-row-block2 {
    width: 570px;
    height: 275px;
    background: #F6F8F8;
    float: left; }
  .site .site-main .eighth-row .eighth-row-block1 {
    margin-right: 40px; }
  .site .site-main .nineth-row-left {
    background: #F6F8F8;
    min-height: 595px;
    width: 570px;
    float: left;
    margin-right: 40px; }
  .site .site-main .nineth-row-right {
    width: 570px;
    float: left; }
    .site .site-main .nineth-row-right .nineth-row-block2 {
      min-height: 275px;
      background: #F6F8F8;
      display: block;
      margin-bottom: 40px;
      overflow: hidden; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .nineth-row-right .nineth-row-block2 {
          margin-bottom: 2.66vw;
          min-height: auto; } }
    .site .site-main .nineth-row-right .nineth-row-block3 {
      height: 275px;
      background: #F6F8F8;
      display: block; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .nineth-row-right .nineth-row-block3 {
          height: 41.6vw; } }
  .site .site-main .tenth-row {
    height: 420px;
    background: #F6F8F8;
    display: block; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .tenth-row {
        height: 41.6vw !important; } }
  .site .site-main .fifth-row .fifth-row-left .fifth-row-block1, .site .site-main .first_row .first_row_block1, .site .site-main .nineth-row .nineth-row-left .nineth-row-block1, .site .site-main .third-row .third-row-right .third-row-block3 {
    width: 100%;
    height: 595px;
    max-height: 595px;
    z-index: 8; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .fifth-row .fifth-row-left .fifth-row-block1, .site .site-main .first_row .first_row_block1, .site .site-main .nineth-row .nineth-row-left .nineth-row-block1, .site .site-main .third-row .third-row-right .third-row-block3 {
        height: 100%;
        display: inline-block;
        min-height: auto;
        max-height: inherit; } }
    .site .site-main .fifth-row .fifth-row-left .fifth-row-block1 .post-img, .site .site-main .first_row .first_row_block1 .post-img, .site .site-main .nineth-row .nineth-row-left .nineth-row-block1 .post-img, .site .site-main .third-row .third-row-right .third-row-block3 .post-img {
      height: 375px;
      width: 100%; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .fifth-row .fifth-row-left .fifth-row-block1 .post-img, .site .site-main .first_row .first_row_block1 .post-img, .site .site-main .nineth-row .nineth-row-left .nineth-row-block1 .post-img, .site .site-main .third-row .third-row-right .third-row-block3 .post-img {
          height: 58vw; } }
      .site .site-main .fifth-row .fifth-row-left .fifth-row-block1 .post-img .img, .site .site-main .first_row .first_row_block1 .post-img .img, .site .site-main .nineth-row .nineth-row-left .nineth-row-block1 .post-img .img, .site .site-main .third-row .third-row-right .third-row-block3 .post-img .img {
        width: 100%;
        height: 100%;
        display: inline-block;
        background-position: center;
        background-size: cover; }
    .site .site-main .fifth-row .fifth-row-left .fifth-row-block1 .th-box-main .title_ent, .site .site-main .fifth-row .fifth-row-left .fifth-row-block1 .th-box-main h1, .site .site-main .first_row .first_row_block1 .th-box-main .title_ent, .site .site-main .first_row .first_row_block1 .th-box-main h1, .site .site-main .nineth-row .nineth-row-left .nineth-row-block1 .th-box-main .title_ent, .site .site-main .nineth-row .nineth-row-left .nineth-row-block1 .th-box-main h1, .site .site-main .third-row .third-row-right .third-row-block3 .th-box-main .title_ent, .site .site-main .third-row .third-row-right .third-row-block3 .th-box-main h1 {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      display: inline-block;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      height: 2.9em;
      overflow: hidden;
      font-size: 28px;
      padding: 0 35px;
      margin: 20px 0 0;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-weight: bold;
      line-height: 1.43;
      letter-spacing: 1px;
      color: #4d4d4d; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .fifth-row .fifth-row-left .fifth-row-block1 .th-box-main .title_ent, .site .site-main .fifth-row .fifth-row-left .fifth-row-block1 .th-box-main h1, .site .site-main .first_row .first_row_block1 .th-box-main .title_ent, .site .site-main .first_row .first_row_block1 .th-box-main h1, .site .site-main .nineth-row .nineth-row-left .nineth-row-block1 .th-box-main .title_ent, .site .site-main .nineth-row .nineth-row-left .nineth-row-block1 .th-box-main h1, .site .site-main .third-row .third-row-right .third-row-block3 .th-box-main .title_ent, .site .site-main .third-row .third-row-right .third-row-block3 .th-box-main h1 {
          height: 2.8em;
          font-size: 4.26vw;
          margin: 3.1vw 0 0;
          padding: 0 4.53vw;
          text-decoration: none; } }
    .site .site-main .fifth-row .fifth-row-left .fifth-row-block1 .th-box-main .thl-top-date, .site .site-main .first_row .first_row_block1 .th-box-main .thl-top-date, .site .site-main .nineth-row .nineth-row-left .nineth-row-block1 .th-box-main .thl-top-date, .site .site-main .third-row .third-row-right .third-row-block3 .th-box-main .thl-top-date {
      font-size: 11px;
      padding: 0 35px;
      font-weight: 500;
      line-height: 3;
      color: #01afec;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .fifth-row .fifth-row-left .fifth-row-block1 .th-box-main .thl-top-date, .site .site-main .first_row .first_row_block1 .th-box-main .thl-top-date, .site .site-main .nineth-row .nineth-row-left .nineth-row-block1 .th-box-main .thl-top-date, .site .site-main .third-row .third-row-right .third-row-block3 .th-box-main .thl-top-date {
          font-size: 2.35vw;
          padding: 0 4.53vw; } }
      .site .site-main .fifth-row .fifth-row-left .fifth-row-block1 .th-box-main .thl-top-date .category-name, .site .site-main .fifth-row .fifth-row-left .fifth-row-block1 .th-box-main .thl-top-date .vol, .site .site-main .first_row .first_row_block1 .th-box-main .thl-top-date .category-name, .site .site-main .first_row .first_row_block1 .th-box-main .thl-top-date .vol, .site .site-main .nineth-row .nineth-row-left .nineth-row-block1 .th-box-main .thl-top-date .category-name, .site .site-main .nineth-row .nineth-row-left .nineth-row-block1 .th-box-main .thl-top-date .vol, .site .site-main .third-row .third-row-right .third-row-block3 .th-box-main .thl-top-date .category-name, .site .site-main .third-row .third-row-right .third-row-block3 .th-box-main .thl-top-date .vol {
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-weight: 500;
        margin-right: 15px;
        margin-left: 3px; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .fifth-row .fifth-row-left .fifth-row-block1 .th-box-main .thl-top-date .vol, .site .site-main .first_row .first_row_block1 .th-box-main .thl-top-date .vol, .site .site-main .nineth-row .nineth-row-left .nineth-row-block1 .th-box-main .thl-top-date .vol, .site .site-main .third-row .third-row-right .third-row-block3 .th-box-main .thl-top-date .vol {
          margin: 0 10px; } }
      .site .site-main .fifth-row .fifth-row-left .fifth-row-block1 .th-box-main .thl-top-date .category-name, .site .site-main .first_row .first_row_block1 .th-box-main .thl-top-date .category-name, .site .site-main .nineth-row .nineth-row-left .nineth-row-block1 .th-box-main .thl-top-date .category-name, .site .site-main .third-row .third-row-right .third-row-block3 .th-box-main .thl-top-date .category-name {
        margin-right: 5px; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .site .site-main .fifth-row .fifth-row-left .fifth-row-block1 .th-box-main .thl-top-date .category-name, .site .site-main .first_row .first_row_block1 .th-box-main .thl-top-date .category-name, .site .site-main .nineth-row .nineth-row-left .nineth-row-block1 .th-box-main .thl-top-date .category-name, .site .site-main .third-row .third-row-right .third-row-block3 .th-box-main .thl-top-date .category-name {
            float: right; } }
    .site .site-main .fifth-row .fifth-row-left .fifth-row-block1 .th-box-main .post-content, .site .site-main .first_row .first_row_block1 .th-box-main .post-content, .site .site-main .nineth-row .nineth-row-left .nineth-row-block1 .th-box-main .post-content, .site .site-main .third-row .third-row-right .third-row-block3 .th-box-main .post-content {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      padding: 5px 35px;
      word-wrap: break-word;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.71;
      color: #4d4d4d;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      display: inline-block;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      height: 3.9em;
      overflow: hidden; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .fifth-row .fifth-row-left .fifth-row-block1 .th-box-main .post-content, .site .site-main .first_row .first_row_block1 .th-box-main .post-content, .site .site-main .nineth-row .nineth-row-left .nineth-row-block1 .th-box-main .post-content, .site .site-main .third-row .third-row-right .third-row-block3 .th-box-main .post-content {
          font-size: 2.93vw;
          padding: 0 4.53vw;
          margin-top: 0.8vw;
          margin-bottom: 2.4vw;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          display: inline-block;
          -webkit-line-clamp: 3;
          overflow: hidden;
          text-overflow: ellipsis;
          word-break: break-all;
          height: 5em;
          overflow: hidden; } }
  .site .site-main .fifth-row .fifth-row-block2 .post-img, .site .site-main .fifth-row .fifth-row-block3 .post-img, .site .site-main .first_row .first_row_block2 .post-img, .site .site-main .first_row .first_row_block3 .post-img {
    height: 275px;
    width: 100%; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .fifth-row .fifth-row-block2 .post-img, .site .site-main .fifth-row .fifth-row-block3 .post-img, .site .site-main .first_row .first_row_block2 .post-img, .site .site-main .first_row .first_row_block3 .post-img {
        height: 43.3vw; } }
    .site .site-main .fifth-row .fifth-row-block2 .post-img .img, .site .site-main .fifth-row .fifth-row-block3 .post-img .img, .site .site-main .first_row .first_row_block2 .post-img .img, .site .site-main .first_row .first_row_block3 .post-img .img {
      width: 100%;
      height: 100%;
      display: inline-block;
      background-position: center;
      background-size: cover;
      cursor: pointer; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .site .site-main .fifth-row .fifth-row-block2 .th-box-main, .site .site-main .fifth-row .fifth-row-block3 .th-box-main, .site .site-main .first_row .first_row_block2 .th-box-main, .site .site-main .first_row .first_row_block3 .th-box-main {
      height: 54.9vw;
      margin-bottom: 2.67vw; } }
  .site .site-main .fifth-row .fifth-row-block2 .th-box-main .title_ent, .site .site-main .fifth-row .fifth-row-block2 .th-box-main h1, .site .site-main .fifth-row .fifth-row-block3 .th-box-main .title_ent, .site .site-main .fifth-row .fifth-row-block3 .th-box-main h1, .site .site-main .first_row .first_row_block2 .th-box-main .title_ent, .site .site-main .first_row .first_row_block2 .th-box-main h1, .site .site-main .first_row .first_row_block3 .th-box-main .title_ent, .site .site-main .first_row .first_row_block3 .th-box-main h1 {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    display: inline-block;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 4.8em;
    overflow: hidden;
    margin: 25px 0 0;
    padding: 0 30px;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #4d4d4d;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 0.6px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .fifth-row .fifth-row-block2 .th-box-main .title_ent, .site .site-main .fifth-row .fifth-row-block2 .th-box-main h1, .site .site-main .fifth-row .fifth-row-block3 .th-box-main .title_ent, .site .site-main .fifth-row .fifth-row-block3 .th-box-main h1, .site .site-main .first_row .first_row_block2 .th-box-main .title_ent, .site .site-main .first_row .first_row_block2 .th-box-main h1, .site .site-main .first_row .first_row_block3 .th-box-main .title_ent, .site .site-main .first_row .first_row_block3 .th-box-main h1 {
        margin: 2% 0 0;
        padding: 3.73vw 4vw 0;
        height: 5.4em;
        font-size: 3.2vw;
        line-height: 1.5; } }
  .site .site-main .fifth-row .fifth-row-block2 .th-box-main .thl-top-date, .site .site-main .fifth-row .fifth-row-block3 .th-box-main .thl-top-date, .site .site-main .first_row .first_row_block2 .th-box-main .thl-top-date, .site .site-main .first_row .first_row_block3 .th-box-main .thl-top-date {
    padding: 15px 30px;
    font-size: 11px;
    font-weight: 500;
    line-height: 2;
    color: #01afec;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .fifth-row .fifth-row-block2 .th-box-main .thl-top-date, .site .site-main .fifth-row .fifth-row-block3 .th-box-main .thl-top-date, .site .site-main .first_row .first_row_block2 .th-box-main .thl-top-date, .site .site-main .first_row .first_row_block3 .th-box-main .thl-top-date {
        font-size: 2.35vw;
        padding: 0 4vw;
        margin-top: 2%;
        line-height: 1.97; } }
    .site .site-main .fifth-row .fifth-row-block2 .th-box-main .thl-top-date .vol, .site .site-main .fifth-row .fifth-row-block3 .th-box-main .thl-top-date .vol, .site .site-main .first_row .first_row_block2 .th-box-main .thl-top-date .vol, .site .site-main .first_row .first_row_block3 .th-box-main .thl-top-date .vol {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-weight: 500;
      margin: 0 0 0 3px;
      color: #01afec; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .fifth-row .fifth-row-block2 .th-box-main .thl-top-date .vol, .site .site-main .fifth-row .fifth-row-block3 .th-box-main .thl-top-date .vol, .site .site-main .first_row .first_row_block2 .th-box-main .thl-top-date .vol, .site .site-main .first_row .first_row_block3 .th-box-main .thl-top-date .vol {
          margin: 0 -10px 0 8px; } }
    .site .site-main .fifth-row .fifth-row-block2 .th-box-main .thl-top-date .category-name, .site .site-main .fifth-row .fifth-row-block3 .th-box-main .thl-top-date .category-name, .site .site-main .first_row .first_row_block2 .th-box-main .thl-top-date .category-name, .site .site-main .first_row .first_row_block3 .th-box-main .thl-top-date .category-name {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-weight: 500;
      display: inline-block;
      width: 100%;
      position: relative;
      bottom: 3px;
      white-space: nowrap;
      overflow: hidden;
      word-break: break-all;
      text-overflow: ellipsis;
      color: #01afec;
      margin-right: 5px; }
  .site .site-main .fifth-row .fifth-row-block2 .th-box-main .post-content, .site .site-main .fifth-row .fifth-row-block3 .th-box-main .post-content, .site .site-main .first_row .first_row_block2 .th-box-main .post-content, .site .site-main .first_row .first_row_block3 .th-box-main .post-content {
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    padding: 0 30px;
    font-size: 14px;
    line-height: 1.71;
    color: #4d4d4d;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    display: inline-block;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 6.8em;
    overflow: hidden; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .fifth-row .fifth-row-block2 .th-box-main .post-content, .site .site-main .fifth-row .fifth-row-block3 .th-box-main .post-content, .site .site-main .first_row .first_row_block2 .th-box-main .post-content, .site .site-main .first_row .first_row_block3 .th-box-main .post-content {
        font-size: 2.93vw;
        padding: 0 4vw;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        display: inline-block;
        -webkit-line-clamp: 5;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        height: 8.4em;
        overflow: hidden; } }
  .site .site-main .eighth-row .eighth-row-block1 .post-img, .site .site-main .eighth-row .eighth-row-block2 .post-img, .site .site-main .nineth-row .nineth-row-right .nineth-row-block3 .post-img, .site .site-main .second-row .second-row-block1 .post-img, .site .site-main .second-row .second-row-block2 .post-img, .site .site-main .sixth-row .sixth-row-block1 .post-img {
    height: 275px;
    width: 46%;
    float: left; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .eighth-row .eighth-row-block1 .post-img, .site .site-main .eighth-row .eighth-row-block2 .post-img, .site .site-main .nineth-row .nineth-row-right .nineth-row-block3 .post-img, .site .site-main .second-row .second-row-block1 .post-img, .site .site-main .second-row .second-row-block2 .post-img, .site .site-main .sixth-row .sixth-row-block1 .post-img {
        height: 43.3vw;
        width: 48%; } }
    .site .site-main .eighth-row .eighth-row-block1 .post-img .img, .site .site-main .eighth-row .eighth-row-block2 .post-img .img, .site .site-main .nineth-row .nineth-row-right .nineth-row-block3 .post-img .img, .site .site-main .second-row .second-row-block1 .post-img .img, .site .site-main .second-row .second-row-block2 .post-img .img, .site .site-main .sixth-row .sixth-row-block1 .post-img .img {
      width: 100%;
      height: 100%;
      display: inline-block;
      background-position: center;
      background-size: cover; }
  .site .site-main .eighth-row .eighth-row-block1 .th-box-main, .site .site-main .eighth-row .eighth-row-block2 .th-box-main, .site .site-main .nineth-row .nineth-row-right .nineth-row-block3 .th-box-main, .site .site-main .second-row .second-row-block1 .th-box-main, .site .site-main .second-row .second-row-block2 .th-box-main, .site .site-main .sixth-row .sixth-row-block1 .th-box-main {
    width: 54%;
    float: left; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .eighth-row .eighth-row-block1 .th-box-main, .site .site-main .eighth-row .eighth-row-block2 .th-box-main, .site .site-main .nineth-row .nineth-row-right .nineth-row-block3 .th-box-main, .site .site-main .second-row .second-row-block1 .th-box-main, .site .site-main .second-row .second-row-block2 .th-box-main, .site .site-main .sixth-row .sixth-row-block1 .th-box-main {
        width: 52%; } }
    .site .site-main .eighth-row .eighth-row-block1 .th-box-main .title_ent, .site .site-main .eighth-row .eighth-row-block1 .th-box-main h1, .site .site-main .eighth-row .eighth-row-block2 .th-box-main .title_ent, .site .site-main .eighth-row .eighth-row-block2 .th-box-main h1, .site .site-main .nineth-row .nineth-row-right .nineth-row-block3 .th-box-main .title_ent, .site .site-main .nineth-row .nineth-row-right .nineth-row-block3 .th-box-main h1, .site .site-main .second-row .second-row-block1 .th-box-main .title_ent, .site .site-main .second-row .second-row-block1 .th-box-main h1, .site .site-main .second-row .second-row-block2 .th-box-main .title_ent, .site .site-main .second-row .second-row-block2 .th-box-main h1, .site .site-main .sixth-row .sixth-row-block1 .th-box-main .title_ent, .site .site-main .sixth-row .sixth-row-block1 .th-box-main h1 {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      display: inline-block;
      -webkit-line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      height: 4.8em;
      overflow: hidden;
      line-height: 1.56;
      margin: 28px 0 0;
      padding: 0 30px;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0.6px;
      color: #4d4d4d; }
      @media only screen and (min-width: 501px) and (max-width: 768px) {
        .site .site-main .eighth-row .eighth-row-block1 .th-box-main .title_ent, .site .site-main .eighth-row .eighth-row-block1 .th-box-main h1, .site .site-main .eighth-row .eighth-row-block2 .th-box-main .title_ent, .site .site-main .eighth-row .eighth-row-block2 .th-box-main h1, .site .site-main .nineth-row .nineth-row-right .nineth-row-block3 .th-box-main .title_ent, .site .site-main .nineth-row .nineth-row-right .nineth-row-block3 .th-box-main h1, .site .site-main .second-row .second-row-block1 .th-box-main .title_ent, .site .site-main .second-row .second-row-block1 .th-box-main h1, .site .site-main .second-row .second-row-block2 .th-box-main .title_ent, .site .site-main .second-row .second-row-block2 .th-box-main h1, .site .site-main .sixth-row .sixth-row-block1 .th-box-main .title_ent, .site .site-main .sixth-row .sixth-row-block1 .th-box-main h1 {
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          display: inline-block;
          -webkit-line-clamp: 3;
          overflow: hidden;
          text-overflow: ellipsis;
          word-break: break-all;
          height: 4.2em;
          overflow: hidden;
          line-height: 1.5;
          font-size: 3.2vw;
          padding: 0 4.2vw;
          margin: 3.2vw 0 2vw 0; } }
      @media only screen and (min-width: 320px) and (max-width: 500px) {
        .site .site-main .eighth-row .eighth-row-block1 .th-box-main .title_ent, .site .site-main .eighth-row .eighth-row-block1 .th-box-main h1, .site .site-main .eighth-row .eighth-row-block2 .th-box-main .title_ent, .site .site-main .eighth-row .eighth-row-block2 .th-box-main h1, .site .site-main .nineth-row .nineth-row-right .nineth-row-block3 .th-box-main .title_ent, .site .site-main .nineth-row .nineth-row-right .nineth-row-block3 .th-box-main h1, .site .site-main .second-row .second-row-block1 .th-box-main .title_ent, .site .site-main .second-row .second-row-block1 .th-box-main h1, .site .site-main .second-row .second-row-block2 .th-box-main .title_ent, .site .site-main .second-row .second-row-block2 .th-box-main h1, .site .site-main .sixth-row .sixth-row-block1 .th-box-main .title_ent, .site .site-main .sixth-row .sixth-row-block1 .th-box-main h1 {
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          display: inline-block;
          -webkit-line-clamp: 3;
          overflow: hidden;
          text-overflow: ellipsis;
          word-break: break-all;
          height: 4.2em;
          overflow: hidden;
          padding: 0 4.2vw;
          line-height: 1.5;
          font-size: 3.2vw;
          margin: 3.2vw 0 2vw 0; } }
    .site .site-main .eighth-row .eighth-row-block1 .th-box-main .thl-top-date, .site .site-main .eighth-row .eighth-row-block2 .th-box-main .thl-top-date, .site .site-main .nineth-row .nineth-row-right .nineth-row-block3 .th-box-main .thl-top-date, .site .site-main .second-row .second-row-block1 .th-box-main .thl-top-date, .site .site-main .second-row .second-row-block2 .th-box-main .thl-top-date, .site .site-main .sixth-row .sixth-row-block1 .th-box-main .thl-top-date {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      padding: 10px 30px 10px;
      font-size: 11px;
      font-weight: 500;
      line-height: 2;
      color: #01afec; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .eighth-row .eighth-row-block1 .th-box-main .thl-top-date, .site .site-main .eighth-row .eighth-row-block2 .th-box-main .thl-top-date, .site .site-main .nineth-row .nineth-row-right .nineth-row-block3 .th-box-main .thl-top-date, .site .site-main .second-row .second-row-block1 .th-box-main .thl-top-date, .site .site-main .second-row .second-row-block2 .th-box-main .thl-top-date, .site .site-main .sixth-row .sixth-row-block1 .th-box-main .thl-top-date {
          font-size: 2.35vw;
          padding: 0 4.2vw;
          line-height: 1.09; } }
      .site .site-main .eighth-row .eighth-row-block1 .th-box-main .thl-top-date .vol, .site .site-main .eighth-row .eighth-row-block2 .th-box-main .thl-top-date .vol, .site .site-main .nineth-row .nineth-row-right .nineth-row-block3 .th-box-main .thl-top-date .vol, .site .site-main .second-row .second-row-block1 .th-box-main .thl-top-date .vol, .site .site-main .second-row .second-row-block2 .th-box-main .thl-top-date .vol, .site .site-main .sixth-row .sixth-row-block1 .th-box-main .thl-top-date .vol {
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-weight: 500;
        color: #01afec;
        margin-left: 3px; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .site .site-main .eighth-row .eighth-row-block1 .th-box-main .thl-top-date .vol, .site .site-main .eighth-row .eighth-row-block2 .th-box-main .thl-top-date .vol, .site .site-main .nineth-row .nineth-row-right .nineth-row-block3 .th-box-main .thl-top-date .vol, .site .site-main .second-row .second-row-block1 .th-box-main .thl-top-date .vol, .site .site-main .second-row .second-row-block2 .th-box-main .thl-top-date .vol, .site .site-main .sixth-row .sixth-row-block1 .th-box-main .thl-top-date .vol {
            /*margin: 0 10px;*/
            margin: 0 -10px 0 8px; } }
      .site .site-main .eighth-row .eighth-row-block1 .th-box-main .thl-top-date .category-name, .site .site-main .eighth-row .eighth-row-block2 .th-box-main .thl-top-date .category-name, .site .site-main .nineth-row .nineth-row-right .nineth-row-block3 .th-box-main .thl-top-date .category-name, .site .site-main .second-row .second-row-block1 .th-box-main .thl-top-date .category-name, .site .site-main .second-row .second-row-block2 .th-box-main .thl-top-date .category-name, .site .site-main .sixth-row .sixth-row-block1 .th-box-main .thl-top-date .category-name {
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-weight: 500;
        display: inline-block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        word-break: break-all;
        text-overflow: ellipsis;
        color: #01afec;
        margin-right: 5px;
        line-height: 1.4; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .site .site-main .eighth-row .eighth-row-block1 .th-box-main .thl-top-date .category-name, .site .site-main .eighth-row .eighth-row-block2 .th-box-main .thl-top-date .category-name, .site .site-main .nineth-row .nineth-row-right .nineth-row-block3 .th-box-main .thl-top-date .category-name, .site .site-main .second-row .second-row-block1 .th-box-main .thl-top-date .category-name, .site .site-main .second-row .second-row-block2 .th-box-main .thl-top-date .category-name, .site .site-main .sixth-row .sixth-row-block1 .th-box-main .thl-top-date .category-name {
            line-height: 2.5; } }
    .site .site-main .eighth-row .eighth-row-block1 .th-box-main .post-content, .site .site-main .eighth-row .eighth-row-block2 .th-box-main .post-content, .site .site-main .nineth-row .nineth-row-right .nineth-row-block3 .th-box-main .post-content, .site .site-main .second-row .second-row-block1 .th-box-main .post-content, .site .site-main .second-row .second-row-block2 .th-box-main .post-content, .site .site-main .sixth-row .sixth-row-block1 .th-box-main .post-content {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      padding: 0 30px;
      font-size: 14px;
      line-height: 1.71;
      color: #4d4d4d;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      display: inline-block;
      -webkit-line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      height: 5em;
      overflow: hidden; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .eighth-row .eighth-row-block1 .th-box-main .post-content, .site .site-main .eighth-row .eighth-row-block2 .th-box-main .post-content, .site .site-main .nineth-row .nineth-row-right .nineth-row-block3 .th-box-main .post-content, .site .site-main .second-row .second-row-block1 .th-box-main .post-content, .site .site-main .second-row .second-row-block2 .th-box-main .post-content, .site .site-main .sixth-row .sixth-row-block1 .th-box-main .post-content {
          padding: 0 4.2vw;
          font-size: 2.93vw;
          margin: 0;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          display: inline-block;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          word-break: break-all;
          height: 3.5em;
          overflow: hidden; } }
  .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .block-inner, .site .site-main .tenth-row .block-inner, .site .site-main .third-row .third-row-left .third-row-block1 .block-inner, .site .site-main .third-row .third-row-left .third-row-block2 .block-inner {
    position: relative;
    background: #01afec;
    height: 280px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .block-inner, .site .site-main .tenth-row .block-inner, .site .site-main .third-row .third-row-left .third-row-block1 .block-inner, .site .site-main .third-row .third-row-left .third-row-block2 .block-inner {
        height: 42.4vw !important; } }
    .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .block-inner:hover .post-img, .site .site-main .tenth-row .block-inner:hover .post-img, .site .site-main .third-row .third-row-left .third-row-block1 .block-inner:hover .post-img, .site .site-main .third-row .third-row-left .third-row-block2 .block-inner:hover .post-img {
      opacity: 0.8; }
    .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .block-inner:hover .th-box-main, .site .site-main .tenth-row .block-inner:hover .th-box-main, .site .site-main .third-row .third-row-left .third-row-block1 .block-inner:hover .th-box-main, .site .site-main .third-row .third-row-left .third-row-block2 .block-inner:hover .th-box-main {
      opacity: 1; }
    .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .block-inner .post-img, .site .site-main .tenth-row .block-inner .post-img, .site .site-main .third-row .third-row-left .third-row-block1 .block-inner .post-img, .site .site-main .third-row .third-row-left .third-row-block2 .block-inner .post-img {
      width: 100%;
      height: 280px; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .block-inner .post-img, .site .site-main .tenth-row .block-inner .post-img, .site .site-main .third-row .third-row-left .third-row-block1 .block-inner .post-img, .site .site-main .third-row .third-row-left .third-row-block2 .block-inner .post-img {
          height: 42.4vw; } }
      .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .block-inner .post-img .img, .site .site-main .tenth-row .block-inner .post-img .img, .site .site-main .third-row .third-row-left .third-row-block1 .block-inner .post-img .img, .site .site-main .third-row .third-row-left .third-row-block2 .block-inner .post-img .img {
        width: 100%;
        height: 100%;
        display: inline-block;
        background-position: center;
        background-size: cover; }
    .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .block-inner .th-box-main, .site .site-main .tenth-row .block-inner .th-box-main, .site .site-main .third-row .third-row-left .third-row-block1 .block-inner .th-box-main, .site .site-main .third-row .third-row-left .third-row-block2 .block-inner .th-box-main {
      opacity: 0;
      display: block;
      position: relative;
      height: 280px;
      bottom: 280px; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .block-inner .th-box-main, .site .site-main .tenth-row .block-inner .th-box-main, .site .site-main .third-row .third-row-left .third-row-block1 .block-inner .th-box-main, .site .site-main .third-row .third-row-left .third-row-block2 .block-inner .th-box-main {
          height: 42.4vw;
          bottom: 42.4vw; } }
      .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .block-inner .th-box-main .title_ent, .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .block-inner .th-box-main h1, .site .site-main .tenth-row .block-inner .th-box-main .title_ent, .site .site-main .tenth-row .block-inner .th-box-main h1, .site .site-main .third-row .third-row-left .third-row-block1 .block-inner .th-box-main .title_ent, .site .site-main .third-row .third-row-left .third-row-block1 .block-inner .th-box-main h1, .site .site-main .third-row .third-row-left .third-row-block2 .block-inner .th-box-main .title_ent, .site .site-main .third-row .third-row-left .third-row-block2 .block-inner .th-box-main h1 {
        display: flex;
        height: 100%;
        align-items: center;
        margin: 0 30px;
        line-height: 1.56;
        color: #fff;
        font-size: 18px;
        word-break: break-all;
        font-weight: bold;
        letter-spacing: 0.6px; }
      .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .block-inner .th-box-main .thl-top-date, .site .site-main .tenth-row .block-inner .th-box-main .thl-top-date, .site .site-main .third-row .third-row-left .third-row-block1 .block-inner .th-box-main .thl-top-date, .site .site-main .third-row .third-row-left .third-row-block2 .block-inner .th-box-main .thl-top-date {
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-weight: 500;
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
        padding: 0 30px;
        font-size: 11px;
        font-weight: 500;
        line-height: 1;
        color: #fff; }
        .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .block-inner .th-box-main .thl-top-date .vol, .site .site-main .tenth-row .block-inner .th-box-main .thl-top-date .vol, .site .site-main .third-row .third-row-left .third-row-block1 .block-inner .th-box-main .thl-top-date .vol, .site .site-main .third-row .third-row-left .third-row-block2 .block-inner .th-box-main .thl-top-date .vol {
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-weight: 500; }
        .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .block-inner .th-box-main .thl-top-date .category-name, .site .site-main .tenth-row .block-inner .th-box-main .thl-top-date .category-name, .site .site-main .third-row .third-row-left .third-row-block1 .block-inner .th-box-main .thl-top-date .category-name, .site .site-main .third-row .third-row-left .third-row-block2 .block-inner .th-box-main .thl-top-date .category-name {
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-weight: 500;
          text-align: right;
          white-space: nowrap;
          overflow: hidden;
          word-break: break-all;
          text-overflow: ellipsis;
          color: #fff;
          margin-right: 5px; }
      .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .block-inner .th-box-main .post-content, .site .site-main .tenth-row .block-inner .th-box-main .post-content, .site .site-main .third-row .third-row-left .third-row-block1 .block-inner .th-box-main .post-content, .site .site-main .third-row .third-row-left .third-row-block2 .block-inner .th-box-main .post-content {
        position: absolute;
        top: 45%;
        left: 0;
        right: 0;
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        padding: 0 30px;
        font-size: 14px;
        line-height: 1.71;
        color: #fff;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        display: inline-block;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        height: 6.5em;
        overflow: hidden; }
  .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .row-inner, .site .site-main .tenth-row .row-inner, .site .site-main .third-row .third-row-left .third-row-block1 .row-inner, .site .site-main .third-row .third-row-left .third-row-block2 .row-inner {
    height: 420px !important; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .row-inner, .site .site-main .tenth-row .row-inner, .site .site-main .third-row .third-row-left .third-row-block1 .row-inner, .site .site-main .third-row .third-row-left .third-row-block2 .row-inner {
        height: 42.4vw !important; } }
    .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .row-inner .post-img, .site .site-main .tenth-row .row-inner .post-img, .site .site-main .third-row .third-row-left .third-row-block1 .row-inner .post-img, .site .site-main .third-row .third-row-left .third-row-block2 .row-inner .post-img {
      height: 420px !important; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .row-inner .post-img, .site .site-main .tenth-row .row-inner .post-img, .site .site-main .third-row .third-row-left .third-row-block1 .row-inner .post-img, .site .site-main .third-row .third-row-left .third-row-block2 .row-inner .post-img {
          height: 42.4vw !important; } }
    .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .row-inner .th-box-main, .site .site-main .tenth-row .row-inner .th-box-main, .site .site-main .third-row .third-row-left .third-row-block1 .row-inner .th-box-main, .site .site-main .third-row .third-row-left .third-row-block2 .row-inner .th-box-main {
      height: 420px !important;
      bottom: 420px !important; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .row-inner .th-box-main, .site .site-main .tenth-row .row-inner .th-box-main, .site .site-main .third-row .third-row-left .third-row-block1 .row-inner .th-box-main, .site .site-main .third-row .third-row-left .third-row-block2 .row-inner .th-box-main {
          height: 42.4vw !important;
          bottom: 42.4vw !important; } }
      .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .row-inner .th-box-main .title_ent, .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .row-inner .th-box-main h1, .site .site-main .tenth-row .row-inner .th-box-main .title_ent, .site .site-main .tenth-row .row-inner .th-box-main h1, .site .site-main .third-row .third-row-left .third-row-block1 .row-inner .th-box-main .title_ent, .site .site-main .third-row .third-row-left .third-row-block1 .row-inner .th-box-main h1, .site .site-main .third-row .third-row-left .third-row-block2 .row-inner .th-box-main .title_ent, .site .site-main .third-row .third-row-left .third-row-block2 .row-inner .th-box-main h1 {
        top: 20%; }
      .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .row-inner .th-box-main .thl-top-date, .site .site-main .tenth-row .row-inner .th-box-main .thl-top-date, .site .site-main .third-row .third-row-left .third-row-block1 .row-inner .th-box-main .thl-top-date, .site .site-main .third-row .third-row-left .third-row-block2 .row-inner .th-box-main .thl-top-date {
        top: 42%; }
      .site .site-main .nineth-row .nineth-row-right .nineth-row-block2 .row-inner .th-box-main .post-content, .site .site-main .tenth-row .row-inner .th-box-main .post-content, .site .site-main .third-row .third-row-left .third-row-block1 .row-inner .th-box-main .post-content, .site .site-main .third-row .third-row-left .third-row-block2 .row-inner .th-box-main .post-content {
        top: 50%; }
  .site .site-main .seventh-row .seventh-row-left {
    width: 64%;
    float: left;
    margin-right: 3%; }
  .site .site-main .sixth-row .sixth-row-block2 {
    position: relative;
    background: #fff; }
    .site .site-main .sixth-row .sixth-row-block2 .one-word-header {
      display: block;
      margin: 25px 0 15px;
      padding: 0;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.15;
      text-align: center;
      color: #01afec;
      border: none; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .sixth-row .sixth-row-block2 .one-word-header {
          display: none;
          font-size: 3.2vw;
          margin: 5.6vw 0 3.6vw; }
          .site .site-main .sixth-row .sixth-row-block2 .one-word-header img {
            width: 31.2vw; } }
      .site .site-main .sixth-row .sixth-row-block2 .one-word-header:before {
        content: "";
        background-image: url("./images/left.png");
        background-repeat: no-repeat;
        background-position: center;
        /*background-size: cover;*/
        height: 20px;
        width: 20px;
        display: inline-block;
        position: relative;
        top: 3px;
        margin-right: 5px; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .site .site-main .sixth-row .sixth-row-block2 .one-word-header:before {
            background-image: url("./images/left_sp.png");
            height: 2.9vw;
            width: 3.5vw;
            margin-bottom: 4px;
            background-size: cover;
            display: none; } }
      .site .site-main .sixth-row .sixth-row-block2 .one-word-header:after {
        content: "";
        background-image: url("./images/right.png");
        background-repeat: no-repeat;
        background-position: center;
        /*background-size: cover;*/
        height: 20px;
        width: 20px;
        display: inline-block;
        position: relative;
        top: 4px;
        margin-left: 5px; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .site .site-main .sixth-row .sixth-row-block2 .one-word-header:after {
            background-image: url("./images/right_sp.png");
            height: 2.9vw;
            width: 3.5vw;
            margin-bottom: 5px;
            background-size: cover;
            display: none; } }
    .site .site-main .sixth-row .sixth-row-block2 .one-word-header-sp {
      display: none; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .sixth-row .sixth-row-block2 .one-word-header-sp {
          display: block !important; } }
    .site .site-main .sixth-row .sixth-row-block2 .word-list {
      position: absolute;
      top: 86px;
      right: 23px;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.31;
      text-align: right;
      color: #01afec; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .sixth-row .sixth-row-block2 .word-list {
          bottom: 3vw;
          right: 44%;
          top: inherit;
          font-size: 2.67vw; } }
      .site .site-main .sixth-row .sixth-row-block2 .word-list:after {
        content: "\f0da";
        font-family: fontawesome;
        margin-left: 5px; }
    .site .site-main .sixth-row .sixth-row-block2 .word_title {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      display: inline-block;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      height: 3.5em;
      overflow: hidden;
      margin: 0 25px;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 15px;
      font-weight: bold;
      line-height: 1.87;
      letter-spacing: 1.1px;
      color: #000; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .sixth-row .sixth-row-block2 .word_title {
          font-size: 2.35vw;
          margin: 0 5.73vw; } }
    .site .site-main .sixth-row .sixth-row-block2 .word_content {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      display: inline-block;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      height: 3em;
      overflow: hidden;
      margin: 12px 25px;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 22px;
      font-weight: bold;
      line-height: 1.55;
      letter-spacing: 0.8px;
      text-align: left;
      color: #01afec; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .sixth-row .sixth-row-block2 .word_content {
          font-size: 3.5vw;
          margin: 1.6vw 5.73vw 5.2vw; } }
  .site .site-main .sixth-row .sixth-row-block2 .one-word-title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 53px;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .sixth-row .sixth-row-block2 .one-word-title {
        height: 10.6vw; } }
    .site .site-main .sixth-row .sixth-row-block2 .one-word-title span {
      content: '';
      display: block;
      background-image: url("./images/one_word_week_pc.png");
      background-repeat: no-repeat;
      background-position: center center;
      width: 31%;
      height: 20px;
      margin: 0 auto;
      border-left: 1px solid #01afec;
      border-right: 1px solid #01afec; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .sixth-row .sixth-row-block2 .one-word-title span {
          background-image: url("./images/one_word_week_sp.png");
          height: 3vw;
          width: 40%;
          background-size: contain;
          border-left: 2px solid #01afec;
          border-right: 2px solid #01afec; } }
  .site .site-main .seventh-row .seventh-row-left .rank-title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 53px;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .seventh-row .seventh-row-left .rank-title {
        height: 10.6vw; } }
    .site .site-main .seventh-row .seventh-row-left .rank-title span {
      content: '';
      display: block;
      background-image: url("./images/access_ranking_pc.png");
      background-repeat: no-repeat;
      background-position: center center;
      width: 19%;
      height: 20px;
      margin: 0 auto;
      border-left: 1px solid #01afec;
      border-right: 1px solid #01afec; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .seventh-row .seventh-row-left .rank-title span {
          background-image: url("./images/access_ranking_sp.png");
          height: 3vw;
          width: 35%;
          background-size: contain;
          border-left: 2px solid #01afec;
          border-right: 2px solid #01afec; } }
  .site .site-main .seventh-row .seventh-row-right .tag-title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 53px;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .seventh-row .seventh-row-right .tag-title {
        height: 10.6vw; } }
    .site .site-main .seventh-row .seventh-row-right .tag-title span {
      content: '';
      display: block;
      background-image: url("./images/pick_up_tag_pc.png");
      background-repeat: no-repeat;
      background-position: center center;
      width: 30%;
      height: 20px;
      margin: 0 auto;
      border-left: 1px solid #01afec;
      border-right: 1px solid #01afec; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .seventh-row .seventh-row-right .tag-title span {
          background-image: url("./images/pick_up_tag_sp.png");
          height: 3vw;
          width: 34%;
          background-size: contain;
          border-left: 2px solid #01afec;
          border-right: 2px solid #01afec; } }
  .site .site-main .seventh-row .seventh-row-right {
    width: 33%;
    float: left; }
    .site .site-main .seventh-row .seventh-row-right .tag-content {
      height: 430px;
      background: #F6F8F8;
      margin-top: 25px;
      padding: 20px;
      overflow: hidden;
      position: relative; }
      .site .site-main .seventh-row .seventh-row-right .tag-content:before {
        width: 0;
        height: 0;
        border-bottom: 10px solid #EEF0F1;
        border-left: 10px solid transparent;
        position: absolute;
        content: "";
        right: 0;
        bottom: 0; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .seventh-row .seventh-row-right .tag-content {
          height: auto; } }
      .site .site-main .seventh-row .seventh-row-right .tag-content a {
        margin: 0 6px;
        color: #01afec;
        font-size: 14px !important;
        font-weight: bold;
        line-height: 1.95;
        letter-spacing: 0.6px;
        word-wrap: break-word; }
        .site .site-main .seventh-row .seventh-row-right .tag-content a:hover {
          opacity: 0.5; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            .site .site-main .seventh-row .seventh-row-right .tag-content a:hover {
              opacity: 1; } }
        .site .site-main .seventh-row .seventh-row-right .tag-content a:before {
          content: "#"; }
  .site .site-main .seventh-row .seventh-row-left .access-ranking {
    height: 450px;
    display: table-cell;
    vertical-align: middle;
    width: 760px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .seventh-row .seventh-row-left .access-ranking {
        height: auto; }
        .site .site-main .seventh-row .seventh-row-left .access-ranking .third-row-block1 {
          margin-bottom: 0; } }
    .site .site-main .seventh-row .seventh-row-left .access-ranking ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .seventh-row .seventh-row-left .access-ranking ul {
          margin-bottom: 6.67vw; } }
      .site .site-main .seventh-row .seventh-row-left .access-ranking ul .wpp-list {
        margin-top: 14px; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .site .site-main .seventh-row .seventh-row-left .access-ranking ul .wpp-list {
            margin-top: 0; } }
        .site .site-main .seventh-row .seventh-row-left .access-ranking ul .wpp-list li {
          height: 88px;
          padding-top: 10px;
          border-bottom: 1px solid #000; }
          @media only screen and (min-width: 501px) and (max-width: 768px) {
            .site .site-main .seventh-row .seventh-row-left .access-ranking ul .wpp-list li {
              height: 21.3vw;
              padding: 4vw 0;
              overflow: hidden;
              display: flex;
              align-items: center;
              border-bottom-width: 2px; } }
          @media only screen and (min-width: 320px) and (max-width: 500px) {
            .site .site-main .seventh-row .seventh-row-left .access-ranking ul .wpp-list li {
              height: 21.3vw;
              padding: 1.3vw 0;
              overflow: hidden;
              display: flex;
              align-items: center;
              border-bottom-width: 2px; } }
          .site .site-main .seventh-row .seventh-row-left .access-ranking ul .wpp-list li:nth-child(4) .count, .site .site-main .seventh-row .seventh-row-left .access-ranking ul .wpp-list li:nth-child(5) .count {
            background: #000; }
          .site .site-main .seventh-row .seventh-row-left .access-ranking ul .wpp-list li .count {
            font-family: 'Roboto Condensed', sans-serif;
            font-style: oblique;
            font-weight: bold;
            font-size: 18px;
            width: 40px;
            color: #fff;
            background: #01afec;
            padding: 21px 15px;
            float: left;
            box-sizing: border-box; }
            @media only screen and (min-width: 320px) and (max-width: 768px) {
              .site .site-main .seventh-row .seventh-row-left .access-ranking ul .wpp-list li .count {
                font-size: 3.53vw;
                padding: 4.13vw 3.2vw;
                text-align: center;
                width: auto; } }
          .site .site-main .seventh-row .seventh-row-left .access-ranking ul .wpp-list li .wpp-post-title {
            font-weight: bold;
            margin-top: 10px;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            display: inline-block;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-all;
            height: 3em;
            overflow: hidden;
            margin-left: 20px;
            width: 92%;
            float: left;
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.63;
            letter-spacing: 0.6px;
            color: #4d4d4d;
            display: inline-grid;
            align-items: center; }
            .site .site-main .seventh-row .seventh-row-left .access-ranking ul .wpp-list li .wpp-post-title:hover {
              opacity: 0.5; }
              @media only screen and (min-width: 320px) and (max-width: 768px) {
                .site .site-main .seventh-row .seventh-row-left .access-ranking ul .wpp-list li .wpp-post-title:hover {
                  opacity: 1; } }
            @media only screen and (min-width: 320px) and (max-width: 768px) {
              .site .site-main .seventh-row .seventh-row-left .access-ranking ul .wpp-list li .wpp-post-title {
                font-size: 3.2vw;
                margin-top: 0;
                margin-left: 3%;
                width: 88%;
                -webkit-line-clamp: 3;
                height: 4.4em !important;
                line-height: 1.5; } }
  .site .site-main .fourth-row {
    margin-top: 40px;
    margin-bottom: 70px;
    z-index: 2; }
    .site .site-main .fourth-row .keyword-slider {
      margin: 0;
      padding: 2px 0;
      text-align: center;
      background-color: #01afec;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 18px;
      font-weight: bold;
      line-height: 2.39;
      color: #fff; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .fourth-row .keyword-slider {
          font-size: 3.2vw;
          line-height: 1.79;
          padding: 3.4vw 0; } }
    .site .site-main .fourth-row .key_word_block .key_word_inner_block {
      position: relative;
      display: block;
      width: 570px;
      float: left;
      height: 285px; }
      .site .site-main .fourth-row .key_word_block .key_word_inner_block .key-word-title {
        display: block;
        text-align: center; }
        .site .site-main .fourth-row .key_word_block .key_word_inner_block .key-word-title span {
          margin-top: 23px;
          margin-bottom: 10px;
          display: inline-block;
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-size: 36px;
          font-weight: bold;
          line-height: 1.19;
          color: #000;
          z-index: 2;
          border-bottom: 5px solid #01afec; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            .site .site-main .fourth-row .key_word_block .key_word_inner_block .key-word-title span {
              font-size: 6.4vw;
              margin-top: 3.73vw;
              margin-bottom: 0; } }
      .site .site-main .fourth-row .key_word_block .key_word_inner_block .morecontent span {
        display: none; }
      .site .site-main .fourth-row .key_word_block .key_word_inner_block .less {
        display: block; }
        .site .site-main .fourth-row .key_word_block .key_word_inner_block .less:before {
          background-image: url("./images/showless_pc.png") !important;
          width: 20% !important; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            .site .site-main .fourth-row .key_word_block .key_word_inner_block .less:before {
              background-image: url("./images/showless_sp.png") !important;
              width: 14.6vw !important;
              height: 6.66vw !important;
              background-size: contain; } }
      .site .site-main .fourth-row .key_word_block .key_word_inner_block .morelink {
        display: block; }
        .site .site-main .fourth-row .key_word_block .key_word_inner_block .morelink:before {
          content: '';
          background-image: url("./images/more_pc.png");
          background-repeat: no-repeat;
          background-position: center center;
          width: 29px;
          height: 29px;
          display: block;
          margin: 0 auto; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            .site .site-main .fourth-row .key_word_block .key_word_inner_block .morelink:before {
              background-image: url("./images/more_sp.png");
              width: 6.6vw;
              height: 6.66vw;
              background-size: contain; } }
      .site .site-main .fourth-row .key_word_block .key_word_inner_block .more {
        position: relative;
        margin: 0;
        padding: 4px 35px;
        display: block;
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.88;
        color: #000;
        overflow: inherit; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .site .site-main .fourth-row .key_word_block .key_word_inner_block .more {
            font-size: 3.2vw;
            line-height: 1.5;
            padding: 3.2vw 4vw;
            margin-bottom: 0.8vw; } }
        .site .site-main .fourth-row .key_word_block .key_word_inner_block .more .morelink {
          pointer-events: none;
          cursor: default; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            .site .site-main .fourth-row .key_word_block .key_word_inner_block .more .morelink {
              margin-top: 2.4vw; } }
          .site .site-main .fourth-row .key_word_block .key_word_inner_block .more .morelink:focus {
            outline: none;
            text-decoration: none; }
        .site .site-main .fourth-row .key_word_block .key_word_inner_block .more .less {
          margin-bottom: 17px; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            .site .site-main .fourth-row .key_word_block .key_word_inner_block .more .less {
              margin-bottom: 0; } }
    .site .site-main .fourth-row .key_word_block .slick-current {
      height: auto;
      min-height: 285px; }
    .site .site-main .fourth-row .key_word_block .slick-slide {
      opacity: 0.4;
      background: #F6F8F8;
      height: auto;
      min-height: 285px; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .fourth-row .key_word_block .slick-slide {
          min-height: auto; } }
      .site .site-main .fourth-row .key_word_block .slick-slide .linear-gradient {
        background: #F5F6F6;
        opacity: 0.8;
        display: block;
        height: 30px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 39px; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .site .site-main .fourth-row .key_word_block .slick-slide .linear-gradient {
            height: 6vw;
            bottom: 13vw; } }
        .site .site-main .fourth-row .key_word_block .slick-slide .linear-gradient:after {
          background: #F5F6F6;
          display: block;
          height: 10px; }
    .site .site-main .fourth-row .key_word_block .slick-active {
      background: #fff;
      opacity: 1;
      -webkit-box-shadow: 0 1px 1px 0 rgba(204, 204, 204, 0.75);
      -moz-box-shadow: 0 1px 1px 0 rgba(204, 204, 204, 0.75);
      box-shadow: 0 1px 1px 0 rgba(204, 204, 204, 0.75); }
      .site .site-main .fourth-row .key_word_block .slick-active .linear-gradient {
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%, white 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%, white 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 90%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
        /* IE6-9 */
        opacity: 1; }
      .site .site-main .fourth-row .key_word_block .slick-active .morelink {
        pointer-events: inherit !important;
        cursor: pointer !important; }
    .site .site-main .fourth-row .key_word_block .slick-prev {
      left: 24.5%;
      top: 140px !important;
      z-index: 10; }
      .site .site-main .fourth-row .key_word_block .slick-prev:before {
        content: '';
        background-image: url("./images/key_word_prev.png"); }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .site .site-main .fourth-row .key_word_block .slick-prev:before {
            display: none; } }
    .site .site-main .fourth-row .key_word_block .slick-next {
      right: 24.5%;
      top: 140px !important;
      z-index: 10; }
      .site .site-main .fourth-row .key_word_block .slick-next:before {
        content: '';
        background-image: url("./images/key_word_next.png"); }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .site .site-main .fourth-row .key_word_block .slick-next:before {
            display: none; } }
  .site .site-main .list_item_block {
    position: relative; }
  .site .site-main .link_permalink {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; }
    .site .site-main .link_permalink:hover {
      border-top: 5px solid #01afec;
      border-bottom: 5px solid #01afec; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .link_permalink:hover {
          border: none; } }
    .site .site-main .link_permalink:hover + .row-block-inner .post-img {
      background: #01afec; }
      .site .site-main .link_permalink:hover + .row-block-inner .post-img .img {
        opacity: 0.8;
        cursor: pointer; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .site .site-main .link_permalink:hover + .row-block-inner .post-img .img {
            opacity: 1; } }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .site .site-main .link_permalink.line_permalink_taped {
      border-top: 5px solid #01afec;
      border-bottom: 5px solid #01afec; }
      .site .site-main .link_permalink.line_permalink_taped + .row-block-inner .post-img {
        opacity: 0.8 !important; }
      .site .site-main .link_permalink.line_permalink_taped + .row-block-inner .th-box-main {
        opacity: 1 !important; } }
  @media only screen and (min-width: 320px) and (max-width: 500px) {
    .site .site-main .fourth-row {
      padding: 0;
      margin: 2.66vw 0 2.26vw 0;
      height: auto; }
    .site .site-main .eighth-row .eighth-row-block1, .site .site-main .eighth-row .eighth-row-block2, .site .site-main .nineth-row-block3, .site .site-main .second-row .second-row-block1, .site .site-main .second-row .second-row-block2, .site .site-main .sixth-row .sixth-row-block1 {
      height: 43.3vw;
      width: 100%;
      margin: 2.66vw 0 0; } }
  @media only screen and (min-width: 501px) and (max-width: 768px) {
    .site .site-main .fourth-row {
      padding: 0;
      margin: 2.66vw 0 2.26vw 0;
      height: auto; }
    .site .site-main .eighth-row .eighth-row-block1, .site .site-main .eighth-row .eighth-row-block2, .site .site-main .nineth-row-block3, .site .site-main .second-row .second-row-block1, .site .site-main .second-row .second-row-block2, .site .site-main .sixth-row .sixth-row-block1 {
      height: 43.3vw;
      width: 100%;
      margin: 2.66vw 0 0; }
      .site .site-main .eighth-row .eighth-row-block1 .post-img, .site .site-main .eighth-row .eighth-row-block2 .post-img, .site .site-main .nineth-row-block3 .post-img, .site .site-main .second-row .second-row-block1 .post-img, .site .site-main .second-row .second-row-block2 .post-img, .site .site-main .sixth-row .sixth-row-block1 .post-img {
        height: 100%; } }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .site .site-main .fifth-row .fifth-row-left, .site .site-main .fifth-row .fifth-row-right, .site .site-main .first_row .first_row-left, .site .site-main .first_row .first_row-right, .site .site-main .nineth-row .nineth-row-left, .site .site-main .nineth-row .nineth-row-right, .site .site-main .seventh-row .seventh-row-left, .site .site-main .seventh-row .seventh-row-right, .site .site-main .sixth-row .sixth-row-block2, .site .site-main .third-row .third-row-left, .site .site-main .third-row .third-row-right {
      width: 100%;
      padding: 0;
      margin: 2.66vw 0 0;
      height: auto;
      display: inline-block; }
    .site .site-main .sixth-row .sixth-row-block2 {
      padding: 0 0 6%;
      margin: 4.93vw 0 2.26vw 0; }
    .site .site-main .seventh-row .seventh-row-right {
      margin: 0 0 2.26vw 0; }
    .site .site-main .fifth-row .fifth-row-left, .site .site-main .first_row .first_row-left, .site .site-main .first_row .first_row-right, .site .site-main .nineth-row .nineth-row-left, .site .site-main .third-row .third-row-left {
      min-height: auto; }
    .site .site-main .seventh-row {
      margin: 0; }
    .site .site-main .tenth-row {
      margin: 2.66vw 6vw;
      padding: 0;
      width: 88%; }
    .site .site-main .first_row .first_row-right .first_row_block3 {
      margin: 0;
      width: 48%; }
    .site .site-main .first_row .first_row-right .first_row_block2 {
      margin-right: 4%;
      width: 48%; } }

.post-content * {
  font-size: 14px; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .post-content * {
      font-size: 2.93vw; } }

.site-header {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
  .site-header .th-searchbox {
    z-index: 99;
    position: absolute;
    top: 52px;
    right: 3.9%; }
    .site-header .th-searchbox .screen-reader-text {
      display: none; }
    .site-header .th-searchbox .search-field {
      height: 50px;
      width: 242px;
      background: #EEF0F1;
      border: 4px solid #01afec;
      color: #999999;
      letter-spacing: 1px;
      border-radius: 0;
      padding-left: 10px; }
    .site-header .th-searchbox input[type="search"]::-webkit-input-placeholder {
      color: #999999 !important; }
    .site-header .th-searchbox input[type="search"]:-moz-placeholder {
      /* Firefox 18- */
      color: #999999 !important; }
    .site-header .th-searchbox input[type="search"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #999999 !important; }
    .site-header .th-searchbox input[type="search"]:-ms-input-placeholder {
      color: blue !important; }
  .site-header .th-search-icon {
    z-index: 100;
    position: absolute;
    top: 19px;
    right: 65px; }
    .site-header .th-search-icon:hover {
      opacity: 0.5; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site-header .th-search-icon:hover {
          opacity: 1; } }
    .site-header .th-search-icon img {
      cursor: pointer; }
  .site-header .search-submit {
    display: none; }
  .site-header .site-branding {
    position: absolute;
    color: #ff0000;
    padding: 25px;
    z-index: 99; }
    .site-header .site-branding .logo {
      width: 165px;
      display: block; }
    .site-header .site-branding .site-description {
      font-family: "Roboto Condensed", sans-serif;
      color: #01afec;
      font-size: 20px;
      line-height: 1.05;
      letter-spacing: 1.1px;
      margin-top: 7px; }
    .site-header .site-branding a {
      text-decoration: none;
      color: #ff0000; }
    .site-header .site-branding p {
      margin-bottom: 0; }
    .site-header .site-branding .th-social-fb, .site-header .site-branding .th-social-twt {
      float: left;
      font-size: 20px; }
      .site-header .site-branding .th-social-fb .fa-facebook, .site-header .site-branding .th-social-twt .fa-facebook {
        color: #01afec;
        margin-right: 10px; }
      .site-header .site-branding .th-social-fb .fa-twitter, .site-header .site-branding .th-social-twt .fa-twitter {
        color: #01afec; }
      .site-header .site-branding .th-social-fb .fa, .site-header .site-branding .th-social-twt .fa {
        color: #01AFEC !important; }
  .site-header .menu-toggled-background {
    display: block;
    z-index: 2001;
    clear: both;
    position: fixed;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .site-header .main-navigation {
    position: absolute;
    right: 20px;
    top: 20;
    z-index: 99; }
  .site-header .toggled {
    margin-right: -55px;
    width: 68%;
    z-index: 9999;
    padding: 0 0 80px 0; }
    @media only screen and (min-width: 769px) and (max-width: 1280px) {
      .site-header .toggled {
        margin-right: 0px;
        right: 0; } }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site-header .toggled {
        width: auto;
        height: auto;
        min-height: inherit; } }
    @media only screen and (min-width: 769px) and (max-width: 1280px) {
      .site-header .toggled .menu-toggle {
        margin: 0; } }
    @media only screen and (min-width: 769px) and (max-width: 1280px) {
      .site-header .toggled .menu {
        right: 0; } }
  .site-header .slider {
    position: absolute;
    z-index: 1; }
  .site-header .site-branding-nh {
    position: absolute;
    color: #ff0000;
    left: 2%;
    padding: 36px 0 0 0;
    z-index: 99; }
    .site-header .site-branding-nh .site-logo-initial {
      float: left;
      position: relative;
      bottom: 11px; }
    .site-header .site-branding-nh .site-description {
      display: none; }
    .site-header .site-branding-nh a {
      color: #ff0000;
      text-decoration: transparent; }
    .site-header .site-branding-nh p {
      margin-bottom: 0; }
    .site-header .site-branding-nh .th-social-fb, .site-header .site-branding-nh .th-social-twt {
      font-size: 24px;
      float: left;
      position: relative;
      margin-left: 13.4px; }
      .site-header .site-branding-nh .th-social-fb .facebook-icon, .site-header .site-branding-nh .th-social-fb .twitter-icon, .site-header .site-branding-nh .th-social-twt .facebook-icon, .site-header .site-branding-nh .th-social-twt .twitter-icon {
        width: 12.8px;
        height: 21px; }
      .site-header .site-branding-nh .th-social-fb .fa-facebook, .site-header .site-branding-nh .th-social-twt .fa-facebook {
        color: #01afec; }
      .site-header .site-branding-nh .th-social-fb .fa-twitter, .site-header .site-branding-nh .th-social-twt .fa-twitter {
        color: #01afec; }
    .site-header .site-branding-nh .th-social-twt {
      bottom: 14px;
      margin-top: -3px; }
    .site-header .site-branding-nh *::-ms-backdrop, .site-header .site-branding-nh .th-social-twt {
      margin-top: 1px; }
    .site-header .site-branding-nh .th-social-fb {
      font-size: 22px;
      bottom: 15px; }
    .site-header .site-branding-nh *::-ms-backdrop, .site-header .site-branding-nh .th-social-fb {
      bottom: 12px; }
  .site-header .th-search-icon-nh {
    z-index: 100;
    position: absolute;
    top: 18px;
    right: 65px;
    cursor: pointer; }
    .site-header .th-search-icon-nh:hover {
      opacity: 0.5; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site-header .th-search-icon-nh:hover {
          opacity: 1; } }
    .site-header .th-search-icon-nh .img {
      cursor: pointer; }

/* responsive */
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .site .initial-header-block {
    display: block !important; }
    .site .initial-header-block .initial-header-block-inner {
      box-shadow: none;
      height: 10vw;
      box-sizing: content-box;
      padding-top: 1.2vw;
      z-index: 100; }
      .site .initial-header-block .initial-header-block-inner .site-logo {
        width: 51.6vw;
        height: 9.1vw; }
    .site .initial-header-block .initial-category-menu {
      display: none; }
    .site .initial-header-block .th-social:before {
      content: ''; }
    .site .initial-header-block .th-social .social-facebook, .site .initial-header-block .th-social .social-twitter {
      display: none; }
  .site .site-header {
    display: none; }
  .site .category-main-banner-block {
    width: 100%; }
    .site .category-main-banner-block .cat-img-block {
      display: none; }
    .site .category-main-banner-block .category-menu {
      overflow-x: scroll;
      position: initial; }
      .site .category-main-banner-block .category-menu .navbar-inverse {
        border-top: none !important;
        box-shadow: none; }
  .site .category-menu .navbar-inverse .category-menu-class .navbar-nav li {
    width: 22vw;
    float: left; }
    .site .category-menu .navbar-inverse .category-menu-class .navbar-nav li a {
      font-size: 3.6vw;
      padding: 3.8vw 0 3.2vw; } }

@media only screen and (min-width: 320px) and (max-width: 360px) {
  .site > .category-main-banner-block {
    margin-top: 13.4vw; } }

@media only screen and (min-width: 361px) and (max-width: 500px) {
  .site > .category-main-banner-block {
    margin-top: 12.7vw; } }

@media only screen and (min-width: 501px) and (max-width: 768px) {
  .site > .category-main-banner-block {
    margin-top: 12vw; } }

.slider-block {
  position: relative;
  width: 1280px;
  margin: 0 auto; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .slider-block {
      width: 100%; } }
  .slider-block .slider {
    background: #000;
    width: 100%;
    height: 600px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .slider-block .slider {
        margin-bottom: 0 !important;
        height: auto; } }
  .slider-block .slick-slide {
    opacity: 0.3;
    height: 600px;
    z-index: 2; }
    @media only screen and (min-width: 501px) and (max-width: 768px) {
      .slider-block .slick-slide {
        height: auto !important; } }
    @media only screen and (min-width: 320px) and (max-width: 500px) {
      .slider-block .slick-slide {
        height: auto !important; } }
  .slider-block .slick-slide .img {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-repeat: repeat; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .slider-block .slick-slide .img {
        height: 59.5vw;
        margin-top: 11.5vw; } }
  .slider-block .slick-current {
    opacity: 1 !important;
    position: relative; }
  .slider-block .slick-active .slider-title {
    position: absolute;
    text-align: center;
    bottom: 33px;
    margin: 0 auto;
    width: 874px;
    display: block !important;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 29px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    z-index: 99; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .slider-block .slick-active .slider-title {
        bottom: 4.4vw;
        width: 100%;
        font-size: 3.6vw;
        line-height: 1.5; } }
  .slider-block .slick-slide .slider-title {
    display: none; }
  .slider-block .slider-title {
    display: none !important; }
  .slider-block .slick-active .slider-bottom {
    position: absolute;
    bottom: 0;
    display: block !important;
    height: 170px;
    overflow: hidden;
    margin: 0 auto;
    width: 872px;
    margin: 0 auto;
    background: -moz-linear-gradien(180deg, rgba(255, 255, 255, 0) 0%, rgba(93, 93, 93, 0.42) 25%, rgba(0, 0, 0, 0.9) 59%, rgba(0, 0, 0, 0.9) 90%, black 98%);
    background: -webkit-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(93, 93, 93, 0.42) 25%, rgba(0, 0, 0, 0.9) 59%, rgba(0, 0, 0, 0.9) 90%, black 98%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(93, 93, 93, 0.42) 25%, rgba(0, 0, 0, 0.9) 59%, rgba(0, 0, 0, 0.9) 90%, black 98%);
    background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(93, 93, 93, 0.42) 25%, rgba(0, 0, 0, 0.9) 59%, rgba(0, 0, 0, 0.9) 90%, black 98%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(93, 93, 93, 0.42) 25%, rgba(0, 0, 0, 0.9) 59%, rgba(0, 0, 0, 0.9) 90%, black 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#000000',GradientType=0 );
    /* ie6-9 */
    opacity: 0.8; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .slider-block .slick-active .slider-bottom {
        height: 120px;
        width: 100%; } }
  .slider-block .slick-dots {
    position: absolute;
    z-index: 999;
    right: 209px;
    bottom: 5px;
    text-align: right;
    display: inline-table !important;
    height: 25px;
    width: 200px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .slider-block .slick-dots {
        top: 21%;
        right: 3%; } }
    .slider-block .slick-dots li {
      margin: 0; }
      .slider-block .slick-dots li button::before {
        font-size: 10px;
        color: #fff; }
    .slider-block .slick-dots .slick-active button::before {
      color: #fff; }
  .slider-block .slick-prev {
    position: absolute;
    top: 50%;
    left: 12%;
    z-index: 101;
    display: inline;
    color: #fff;
    cursor: pointer; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .slider-block .slick-prev {
        left: 0;
        top: 61.5%; } }
  .slider-block .slick-next {
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 12%;
    z-index: 101;
    display: inline;
    color: #fff; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .slider-block .slick-next {
        right: 0;
        top: 61.5%; } }

.category-main-banner-block {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  padding: 0; }
  .category-main-banner-block .cat-img-block {
    height: 150px;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .category-main-banner-block .cat-img-block div {
      position: absolute;
      width: 105%;
      height: 105%;
      top: -4px;
      left: -4px;
      filter: blur(6px);
      background-position: center center;
      background-size: cover; }
    .category-main-banner-block .cat-img-block img {
      width: 100%;
      height: 200%;
      filter: blur(6px); }

.site-content {
  width: 1280px;
  margin: 0 auto;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500; }
  .site-content .fixed-page-container {
    width: 1180px;
    margin: 0 auto; }
    .site-content .fixed-page-container .fixed-page-content-area {
      width: 873px;
      float: left;
      margin-right: 41px; }
      .site-content .fixed-page-container .fixed-page-content-area .entry-header {
        margin-top: 26px; }
        .site-content .fixed-page-container .fixed-page-content-area .entry-header .entry-title {
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-size: 18px;
          font-weight: bold;
          line-height: 2.33;
          color: #01afec; }
      .site-content .fixed-page-container .fixed-page-content-area .entry-content {
        margin-bottom: 64px; }
        .site-content .fixed-page-container .fixed-page-content-area .entry-content .thl_subtitle h2 {
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-size: 16px;
          font-weight: 500;
          line-height: 1.75;
          letter-spacing: 0.6px;
          color: #01afec;
          margin-bottom: 30px; }
          .site-content .fixed-page-container .fixed-page-content-area .entry-content .thl_subtitle h2 span {
            border-left: 5px solid #01afec;
            height: 10px;
            width: 2px;
            padding-right: 10px; }
          .site-content .fixed-page-container .fixed-page-content-area .entry-content .thl_subtitle h2 *::-ms-backdrop, .site-content .fixed-page-container .fixed-page-content-area .entry-content .thl_subtitle h2 span {
            font-size: 19px; }
        .site-content .fixed-page-container .fixed-page-content-area .entry-content p {
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          padding: 8px 0;
          font-size: 14px;
          font-weight: 500;
          color: #4d4d4d;
          line-height: 2.56; }
        .site-content .fixed-page-container .fixed-page-content-area .entry-content .thl_subtitle {
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-weight: 500; }
          .site-content .fixed-page-container .fixed-page-content-area .entry-content .thl_subtitle .thl_sub_text {
            list-style: none;
            padding: 0;
            margin: 0 0 1.5em 0;
            display: inline-block; }
            .site-content .fixed-page-container .fixed-page-content-area .entry-content .thl_subtitle .thl_sub_text li {
              font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
              font-weight: 500;
              /*Font-COLOR*/
              color: #4d4d4d;
              line-height: 36px;
              float: left;
              width: 100%; }
              .site-content .fixed-page-container .fixed-page-content-area .entry-content .thl_subtitle .thl_sub_text li .thl_sub_first {
                width: 2%;
                display: inline-block; }
              .site-content .fixed-page-container .fixed-page-content-area .entry-content .thl_subtitle .thl_sub_text li .thl_sub_second {
                display: inline-block;
                text-indent: 3px;
                margin-left: -5px;
                width: 98%;
                float: right; }
      .site-content .fixed-page-container .fixed-page-content-area .entry-footer {
        display: none;
        width: 27%;
        text-align: center;
        margin-bottom: 5px; }
        .site-content .fixed-page-container .fixed-page-content-area .entry-footer .edit-link a {
          font-size: 15px;
          font-weight: bolder;
          background-color: #01afec;
          padding: 9px;
          margin: 5px;
          display: inline-block;
          width: 100%;
          height: 100%;
          color: #fff;
          text-decoration: none;
          box-shadow: 1px 2px 11px #665757;
          border-radius: 5px; }

/* responsive */
@media only screen and (min-width: 320px) and (max-width: 768px) {
  br.policy_br {
    display: none; }
  .site-content {
    width: 100%;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500; }
    .site-content .fixed-page-container {
      width: 100%;
      margin: 0 auto; }
      .site-content .fixed-page-container .fixed-page-content-area {
        width: 100%;
        float: none;
        padding-right: 0;
        margin: 0 auto; }
        .site-content .fixed-page-container .fixed-page-content-area .entry-header {
          padding: 0 6vw !important;
          margin-top: 6.4vw; }
          .site-content .fixed-page-container .fixed-page-content-area .entry-header .entry-title {
            font-size: 4.8vw;
            font-weight: bold;
            margin: 0; }
        .site-content .fixed-page-container .fixed-page-content-area .entry-content .thl_subtitle {
          padding: 0 6vw; }
          .site-content .fixed-page-container .fixed-page-content-area .entry-content .thl_subtitle .thl_sub_text li {
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-weight: 500;
            /*Font-COLOR*/
            color: #4d4d4d;
            font-size: 3.2vw;
            line-height: 2.2; }
            .site-content .fixed-page-container .fixed-page-content-area .entry-content .thl_subtitle .thl_sub_text li .thl_sub_second {
              display: inline-block;
              text-indent: 0px;
              margin-left: 11px;
              width: 92%;
              float: right; }
        .site-content .fixed-page-container .fixed-page-content-area .entry-content h2 {
          font-size: 4vw !important; }
        .site-content .fixed-page-container .fixed-page-content-area .entry-content p {
          padding: 2.66vw 0;
          font-size: 3.2vw;
          line-height: 2.2; } }

.entry-content {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
  .entry-content .wpcf7 {
    padding: 20px 30px 0;
    position: relative;
    display: inline-block; }
    .entry-content .wpcf7 .drop-img {
      position: absolute;
      top: 72px;
      right: 30px;
      font-size: 22px;
      color: #fff; }
    .entry-content .wpcf7 div.wpcf7-mail-sent-ok {
      border: none;
      margin: 0;
      padding: 20px 0;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.81;
      letter-spacing: -0.2px;
      color: #01afec; }
    .entry-content .wpcf7 .wpcf7-form p {
      margin: 0;
      padding: 0 !important; }
    .entry-content .wpcf7 .wpcf7-form label {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.81;
      letter-spacing: -0.2px;
      text-align: left;
      color: #4d4d4d;
      border-bottom: 8px; }
    .entry-content .wpcf7 .wpcf7-form span select::-ms-expand {
      display: none; }
    .entry-content .wpcf7 .wpcf7-form span .form1-email-address-class, .entry-content .wpcf7 .wpcf7-form span .form1-nick-name-class, .entry-content .wpcf7 .wpcf7-form span select {
      width: 759px;
      height: 45px;
      background-color: #fff;
      border: 1px solid #ccc;
      font-family: "HiraKakuPro-W3";
      font-size: 14px;
      line-height: 1.86;
      letter-spacing: 1.4px;
      text-align: left;
      color: rgba(51, 51, 51, 0.5);
      border-radius: 0;
      margin-bottom: 13px; }
      .entry-content .wpcf7 .wpcf7-form span .form1-email-address-class option, .entry-content .wpcf7 .wpcf7-form span .form1-nick-name-class option, .entry-content .wpcf7 .wpcf7-form span select option {
        font-family: "HiraKakuPro-W3";
        font-size: 14px;
        line-height: 1.86;
        letter-spacing: 1.4px;
        text-align: left;
        color: rgba(51, 51, 51, 0.5);
        padding: 18px 0 18px 20px; }
    .entry-content .wpcf7 .wpcf7-form span select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      /* remove default arrow */
      background-color: #fff !important;
      background: url("./images/blue.png") right no-repeat;
      padding-left: 20px;
      cursor: pointer;
      /* add custom arrow */
      margin-bottom: 17px; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .entry-content .wpcf7 .wpcf7-form span select {
          padding-left: 4vw; } }
    .entry-content .wpcf7 .wpcf7-form span .form1-inquiry-content-class {
      width: 759px;
      height: 314px;
      background-color: #fff;
      border: 1px solid #ccc;
      font-family: "HiraKakuPro-W3";
      font-size: 14px;
      line-height: 1.86;
      letter-spacing: 1.4px;
      text-align: left;
      color: rgba(51, 51, 51, 0.5);
      border-radius: 0; }
    .entry-content .wpcf7 .wpcf7-form .btn-submit {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      width: 275px;
      height: 45px;
      background-color: #01afec;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.57;
      text-align: center;
      color: #fff;
      margin-top: 39px;
      margin-left: 20px;
      border-radius: 0;
      border: 1px solid #01afec; }
    .entry-content .wpcf7 .wpcf7-form .wpcf7c-btn-confirm {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      width: 275px;
      height: 45px;
      background-color: #01afec;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.57;
      text-align: center;
      color: #fff;
      margin-top: 39px;
      margin-left: 94px;
      margin-right: 20px;
      border-radius: 0;
      border: 1px solid #01afec; }
    .entry-content .wpcf7 .wpcf7-form .wpcf7c-btn-back {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      width: 275px;
      height: 45px;
      background-color: #999;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.57;
      text-align: center;
      color: #fff;
      border-radius: 0;
      border: 1px solid #999;
      margin-left: 94px !important;
      margin-top: 39px; }
    .entry-content .wpcf7 .wpcf7-form .btn-reset {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      width: 275px;
      height: 45px;
      background-color: #999;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.57;
      text-align: center;
      color: #fff;
      border-radius: 0;
      border: 1px solid #999;
      margin-left: 20px; }
  .entry-content .faq-container {
    margin-top: 60px;
    margin-bottom: 100px; }
    .entry-content .faq-container h2 {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 19px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: -0.9px;
      text-align: left;
      color: #01afec; }
    .entry-content .faq-container .faq-content {
      font-size: 16px;
      font-weight: 500;
      line-height: 29px;
      letter-spacing: -0.8px;
      text-align: left;
      color: #333;
      margin-top: 36px; }
      .entry-content .faq-container .faq-content .faq-quest {
        font-weight: bold; }
      .entry-content .faq-container .faq-content .faq-ans {
        line-height: 1.56; }
  .entry-content div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: none; }

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .site-content .fixed-page-container .fixed-page-content-area .entry-header {
    margin-top: 3.4vw !important; }
  .entry-content .wpcf7 {
    padding: 0 6vw;
    position: relative;
    display: inline-block;
    width: 100%; }
    .entry-content .wpcf7 .drop-img {
      position: absolute;
      top: 81px;
      right: 43px;
      font-size: 30px;
      color: #fff; }
    .entry-content .wpcf7 div.wpcf7-mail-sent-ok {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 3.2vw;
      line-height: 1.08;
      letter-spacing: 2.4px; }
    .entry-content .wpcf7 .wpcf7-form label {
      padding: 0 0 1vw;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 3.2vw;
      line-height: 1.08;
      letter-spacing: 2.4px;
      color: #4d4d4d; }
    .entry-content .wpcf7 .wpcf7-form span .form1-email-address-class, .entry-content .wpcf7 .wpcf7-form span .form1-nick-name-class, .entry-content .wpcf7 .wpcf7-form span select {
      width: 100%;
      background-color: #fff;
      border: solid 2px #ccc;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 3.2vw;
      line-height: 1.08;
      letter-spacing: 2.4px;
      text-align: left;
      color: #999; }
      .entry-content .wpcf7 .wpcf7-form span .form1-email-address-class option, .entry-content .wpcf7 .wpcf7-form span .form1-nick-name-class option, .entry-content .wpcf7 .wpcf7-form span select option {
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 3.2vw;
        line-height: 1.08;
        letter-spacing: 2.4px;
        text-align: left;
        color: #999; }
    .entry-content .wpcf7 .wpcf7-form span .form1-inquiry-content-class {
      width: 100%;
      background-color: #fff;
      border: solid 2px #ccc;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 3.2vw;
      line-height: 1.08;
      letter-spacing: 2.4px;
      text-align: left;
      color: #999; }
    .entry-content .wpcf7 .wpcf7-form .btn-submit {
      width: 47.7%;
      height: 50px;
      background-color: #01afec;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 3.2vw;
      font-weight: 500;
      line-height: 1.5;
      text-align: center;
      color: #fff;
      padding: 0;
      margin: 5% 0 0 4%; }
    .entry-content .wpcf7 .wpcf7-form .wpcf7c-btn-confirm {
      width: 47.7%;
      height: 50px;
      background-color: #01afec;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 3.2vw;
      font-weight: 500;
      line-height: 1.5;
      text-align: center;
      color: #fff;
      padding: 0;
      margin: 5% 4.5% 0 0; }
    .entry-content .wpcf7 .wpcf7-form .btn-reset {
      width: 47.7%;
      background-color: #999;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 3.2vw;
      font-weight: 500;
      line-height: 1.5;
      text-align: center;
      color: #fff;
      padding: 0;
      margin: 5% 0 0; }
    .entry-content .wpcf7 .wpcf7-form .wpcf7c-btn-back {
      width: 47.7%;
      background-color: #999;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 3.2vw;
      font-weight: 500;
      line-height: 1.5;
      text-align: center;
      color: #fff;
      padding: 0;
      margin: 5% 0 0 0 !important;
      height: 45px; }
  .entry-content .faq-container {
    padding: 0 40px;
    margin: 6% 0; }
    .entry-content .faq-container h2 {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 30px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: -0.9px;
      text-align: left;
      color: #01afec; }
    .entry-content .faq-container .faq-content {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 3.2vw;
      font-weight: 500;
      line-height: 1.81;
      letter-spacing: -0.8px;
      text-align: left;
      color: #333;
      padding: 15px 0;
      margin: 0; }
      .entry-content .faq-container .faq-content .faq-quest {
        font-weight: bold; }
      .entry-content .faq-container .faq-content .faq-ans {
        line-height: 1.56; }
  .entry-content div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: none; } }

@media only screen and (min-width: 320px) and (max-width: 400px) {
  .form1-email-address-class, .form1-nick-name-class, select {
    height: 50px !important; }
  .btn-reset, .wpcf7c-btn-back {
    height: 50px !important; }
  .entry-content .wpcf7 form span select {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 43px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* remove default arrow */
    background: url("./images/blue_sp.jpg") right no-repeat;
    /* add custom arrow */
    background-size: contain !important;
    font-size: 3.2vw !important; } }

@media only screen and (min-width: 401px) and (max-width: 768px) {
  .form1-email-address-class, .form1-nick-name-class, select {
    height: 80px !important; }
  .btn-reset, .wpcf7c-btn-back, .btn-submit {
    height: 80px !important; }
  .entry-content .wpcf7 span select {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 71px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* remove default arrow */
    background: url("./images/blue_sp.jpg") right no-repeat !important;
    /* add custom arrow */
    background-size: contain;
    font-size: 3.2vw !important; } }

.site-footer {
  background: #000; }
  .site-footer .footer-menu-container {
    display: block; }
    .site-footer .footer-menu-container .footer-menu-inner {
      padding-top: 43px;
      padding-bottom: 7px; }
      .site-footer .footer-menu-container .footer-menu-inner .main-logo-container {
        left: 200px;
        padding: 3px 0;
        position: relative;
        bottom: 20px;
        display: inline-block; }
      .site-footer .footer-menu-container .footer-menu-inner .footer-left-menu-class {
        position: relative;
        left: 200px; }
      .site-footer .footer-menu-container .footer-menu-inner .footer-right-menu-class {
        position: relative;
        left: 200px; }
      .site-footer .footer-menu-container .footer-menu-inner .footer-left-menu-class, .site-footer .footer-menu-container .footer-menu-inner .footer-right-menu-class {
        display: inline-block;
        padding: 0 25px; }
        .site-footer .footer-menu-container .footer-menu-inner .footer-left-menu-class ul, .site-footer .footer-menu-container .footer-menu-inner .footer-right-menu-class ul {
          margin: 0;
          padding: 0;
          display: inline-block;
          list-style: none; }
          .site-footer .footer-menu-container .footer-menu-inner .footer-left-menu-class ul li, .site-footer .footer-menu-container .footer-menu-inner .footer-right-menu-class ul li {
            float: left;
            padding: 10px 20px; }
            .site-footer .footer-menu-container .footer-menu-inner .footer-left-menu-class ul li a, .site-footer .footer-menu-container .footer-menu-inner .footer-right-menu-class ul li a {
              font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
              color: #fff;
              text-decoration: none;
              font-size: 14px;
              font-weight: bold;
              line-height: 1.86; }
              .site-footer .footer-menu-container .footer-menu-inner .footer-left-menu-class ul li a:hover, .site-footer .footer-menu-container .footer-menu-inner .footer-right-menu-class ul li a:hover {
                opacity: 0.5; }
                @media only screen and (min-width: 320px) and (max-width: 768px) {
                  .site-footer .footer-menu-container .footer-menu-inner .footer-left-menu-class ul li a:hover, .site-footer .footer-menu-container .footer-menu-inner .footer-right-menu-class ul li a:hover {
                    opacity: 1; } }
  .site-footer .site-info {
    display: block;
    width: 100%;
    border-top: 0.5px solid #515151;
    padding: 0; }
    .site-footer .site-info .copyright {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      text-transform: uppercase;
      text-align: right;
      display: block;
      padding: 5px 10px;
      font-size: 9px;
      font-weight: 500;
      line-height: 2.89;
      letter-spacing: 0.9px;
      color: rgba(255, 255, 255, 0.5); }
    .site-footer .site-info .footer-bottom-menu-class {
      float: left;
      display: inline-block;
      padding: 0 20px;
      line-height: 1; }
      .site-footer .site-info .footer-bottom-menu-class ul {
        margin: 0;
        padding: 0;
        display: inline-block;
        list-style: none; }
        .site-footer .site-info .footer-bottom-menu-class ul li {
          float: left;
          padding: 6px 20px 0 0; }
          .site-footer .site-info .footer-bottom-menu-class ul li a {
            text-decoration: none;
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-size: 12px;
            font-weight: 500;
            line-height: 2.17;
            color: rgba(255, 255, 255, 0.5); }
            .site-footer .site-info .footer-bottom-menu-class ul li a:hover {
              opacity: 0.8; }
              @media only screen and (min-width: 320px) and (max-width: 768px) {
                .site-footer .site-info .footer-bottom-menu-class ul li a:hover {
                  opacity: 1; } }

/* responsive */
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .site-footer {
    width: 100% !important; }
    .site-footer .footer-menu-inner {
      position: relative;
      padding: 0 !important; }
    .site-footer .footer-left-menu-class {
      margin-top: 3.7vw; }
    .site-footer .footer-right-menu-class {
      margin-bottom: 3.7vw; }
    .site-footer .footer-left-menu-class, .site-footer .footer-right-menu-class {
      width: 70% !important;
      text-align: left;
      left: 0 !important; }
      .site-footer .footer-left-menu-class ul li, .site-footer .footer-right-menu-class ul li {
        padding: 2.53vw 2.7vw !important;
        float: none !important;
        text-align: left; }
        .site-footer .footer-left-menu-class ul li a, .site-footer .footer-right-menu-class ul li a {
          font-size: 24px !important;
          font-size: 3.3vw !important;
          font-weight: bold;
          line-height: 1.08; }
    .site-footer .main-logo-container {
      position: absolute !important;
      right: 0;
      bottom: 11% !important;
      margin-right: 30px;
      left: inherit !important; }
    .site-footer .site-info .footer-bottom-menu-class {
      width: 100%;
      float: none;
      text-align: center;
      line-height: inherit; }
      .site-footer .site-info .footer-bottom-menu-class ul li {
        padding: 4vw 3.5vw 3.8vw 0; }
        .site-footer .site-info .footer-bottom-menu-class ul li a {
          font-size: 2.4vw;
          font-weight: 500;
          line-height: 1.44; }
    .site-footer .site-info .copyright {
      display: inline-block;
      border-top: 0.5px solid #515151;
      width: 100%;
      text-align: center;
      font-size: 2.1vw;
      padding: 27px;
      font-weight: 500;
      line-height: 1.63;
      letter-spacing: 0.4px; } }

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .site-title a {
    background-image: url("./images/footer_responsive.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 14.67vw;
    width: 18.67vw;
    display: inline-block; }
    .site-title a img {
      display: none; } }

.site-content .widget-area, .site-content .widget-area-page, .site-content .widget-area-inquiry {
  overflow: hidden;
  width: 266px;
  display: inline-block;
  float: right; }
  .site-content .widget-area .widget-title, .site-content .widget-area-page .widget-title, .site-content .widget-area-inquiry .widget-title {
    width: 100%;
    display: block;
    height: 55px;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site-content .widget-area .widget-title, .site-content .widget-area-page .widget-title, .site-content .widget-area-inquiry .widget-title {
        height: 10.78vw;
        border-top: 0.9vw solid #000;
        border-bottom: 0.9vw solid #000; } }
  .site-content .widget-area .widget-category h2.widget-title, .site-content .widget-area .widget-single h2.widget-title, .site-content .widget-area-page .widget-category h2.widget-title, .site-content .widget-area-page .widget-single h2.widget-title, .site-content .widget-area-inquiry .widget-category h2.widget-title, .site-content .widget-area-inquiry .widget-single h2.widget-title {
    margin: 0; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site-content .widget-area .widget-category h2.widget-title, .site-content .widget-area .widget-single h2.widget-title, .site-content .widget-area-page .widget-category h2.widget-title, .site-content .widget-area-page .widget-single h2.widget-title, .site-content .widget-area-inquiry .widget-category h2.widget-title, .site-content .widget-area-inquiry .widget-single h2.widget-title {
        display: flex;
        align-items: center; } }
  .site-content .widget-area .widget-category .widget-title span, .site-content .widget-area .widget-single .widget-title span, .site-content .widget-area-page .widget-category .widget-title span, .site-content .widget-area-page .widget-single .widget-title span, .site-content .widget-area-inquiry .widget-category .widget-title span, .site-content .widget-area-inquiry .widget-single .widget-title span {
    position: relative;
    content: '';
    display: block;
    background-image: url("./images/sub_category_pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 49%;
    height: 20px;
    margin: 14px auto;
    border-left: 1px solid #01afec;
    border-right: 1px solid #01afec;
    color: transparent; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site-content .widget-area .widget-category .widget-title span, .site-content .widget-area .widget-single .widget-title span, .site-content .widget-area-page .widget-category .widget-title span, .site-content .widget-area-page .widget-single .widget-title span, .site-content .widget-area-inquiry .widget-category .widget-title span, .site-content .widget-area-inquiry .widget-single .widget-title span {
        background-image: url("./images/sub_category_sp.png");
        margin: 3.5vw auto;
        height: 3vw;
        width: 26%;
        border-left: 2px solid #01afec;
        border-right: 2px solid #01afec;
        background-size: contain; } }
    @media only screen and (min-width: 320px) and (max-width: 500px) {
      .site-content .widget-area .widget-category .widget-title span, .site-content .widget-area .widget-single .widget-title span, .site-content .widget-area-page .widget-category .widget-title span, .site-content .widget-area-page .widget-single .widget-title span, .site-content .widget-area-inquiry .widget-category .widget-title span, .site-content .widget-area-inquiry .widget-single .widget-title span {
        margin: 2.5vw auto; } }
  .site-content .widget-area .popular-posts, .site-content .widget-area-page .popular-posts, .site-content .widget-area-inquiry .popular-posts {
    display: block; }
    .site-content .widget-area .popular-posts .widget-title span, .site-content .widget-area-page .popular-posts .widget-title span, .site-content .widget-area-inquiry .popular-posts .widget-title span {
      position: relative;
      content: '';
      display: block;
      background-image: url("./images/access_ranking_pc.png");
      background-repeat: no-repeat;
      background-position: center center;
      width: 54%;
      height: 20px;
      margin: 13px auto;
      border-left: 1px solid #01afec;
      border-right: 1px solid #01afec;
      color: transparent; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site-content .widget-area .popular-posts .widget-title span, .site-content .widget-area-page .popular-posts .widget-title span, .site-content .widget-area-inquiry .popular-posts .widget-title span {
          background-image: url("./images/access_ranking_sp.png");
          margin: 3.5vw auto;
          height: 3vw;
          width: 30%;
          border-left: 2px solid #01afec;
          border-right: 2px solid #01afec;
          background-size: contain; } }
      @media only screen and (min-width: 320px) and (max-width: 500px) {
        .site-content .widget-area .popular-posts .widget-title span, .site-content .widget-area-page .popular-posts .widget-title span, .site-content .widget-area-inquiry .popular-posts .widget-title span {
          margin: 2.5vw auto; } }
  .site-content .widget-area .widget-tagcloud, .site-content .widget-area-page .widget-tagcloud, .site-content .widget-area-inquiry .widget-tagcloud {
    display: block; }
    .site-content .widget-area .widget-tagcloud .widget-title span, .site-content .widget-area-page .widget-tagcloud .widget-title span, .site-content .widget-area-inquiry .widget-tagcloud .widget-title span {
      position: relative;
      content: '';
      display: block;
      background-image: url("./images/pick_up_tag_pc.png");
      background-repeat: no-repeat;
      background-position: center center;
      width: 42%;
      height: 20px;
      margin: 13px auto;
      border-left: 1px solid #01afec;
      border-right: 1px solid #01afec;
      color: transparent; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site-content .widget-area .widget-tagcloud .widget-title span, .site-content .widget-area-page .widget-tagcloud .widget-title span, .site-content .widget-area-inquiry .widget-tagcloud .widget-title span {
          background-image: url("./images/pick_up_tag_sp.png");
          margin: 3.5vw auto;
          height: 3vw;
          width: 28%;
          border-left: 2px solid #01afec;
          border-right: 2px solid #01afec;
          background-size: contain; } }
      @media only screen and (min-width: 320px) and (max-width: 500px) {
        .site-content .widget-area .widget-tagcloud .widget-title span, .site-content .widget-area-page .widget-tagcloud .widget-title span, .site-content .widget-area-inquiry .widget-tagcloud .widget-title span {
          margin: 2.5vw auto; } }
  .site-content .widget-area .widget-single, .site-content .widget-area-page .widget-single, .site-content .widget-area-inquiry .widget-single {
    padding-top: 38px !important; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site-content .widget-area .widget-single, .site-content .widget-area-page .widget-single, .site-content .widget-area-inquiry .widget-single {
        margin-top: 0; } }
  .site-content .widget-area .widget-category, .site-content .widget-area-page .widget-category, .site-content .widget-area-inquiry .widget-category {
    margin-top: 53px; }
  .site-content .widget-area .present:hover, .site-content .widget-area-page .present:hover, .site-content .widget-area-inquiry .present:hover {
    opacity: 0.5; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site-content .widget-area .present:hover, .site-content .widget-area-page .present:hover, .site-content .widget-area-inquiry .present:hover {
        opacity: 1; } }
  .site-content .widget-area .present .post-img, .site-content .widget-area-page .present .post-img, .site-content .widget-area-inquiry .present .post-img {
    width: 266px;
    height: 100px;
    display: block; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site-content .widget-area .present .post-img, .site-content .widget-area-page .present .post-img, .site-content .widget-area-inquiry .present .post-img {
        width: 88vw;
        height: 29.3vw; } }
    .site-content .widget-area .present .post-img .img, .site-content .widget-area-page .present .post-img .img, .site-content .widget-area-inquiry .present .post-img .img {
      background-image: url("./images/present-banner.png");
      background-position: center;
      background-size: cover;
      display: block;
      width: 100%;
      height: 100%; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site-content .widget-area .present .post-img .img, .site-content .widget-area-page .present .post-img .img, .site-content .widget-area-inquiry .present .post-img .img {
          background-image: url("./images/present_banner_sp.png"); } }
  .site-content .widget-area .widget-single, .site-content .widget-area-page .widget-single, .site-content .widget-area-inquiry .widget-single {
    margin-bottom: 0 !important; }
  .site-content .widget-area .widget, .site-content .widget-area-page .widget, .site-content .widget-area-inquiry .widget {
    position: relative;
    margin-bottom: 39px;
    background-color: #edf0f1;
    margin-left: 0;
    list-style: none;
    padding: 0; }
    .site-content .widget-area .widget h2.widget-title, .site-content .widget-area-page .widget h2.widget-title, .site-content .widget-area-inquiry .widget h2.widget-title {
      margin: 0; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site-content .widget-area .widget h2.widget-title, .site-content .widget-area-page .widget h2.widget-title, .site-content .widget-area-inquiry .widget h2.widget-title {
          display: flex;
          align-items: center; } }
    .site-content .widget-area .widget li, .site-content .widget-area-page .widget li, .site-content .widget-area-inquiry .widget li {
      border-bottom: 1px solid #000;
      margin: 0;
      padding: 20px 0; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site-content .widget-area .widget li, .site-content .widget-area-page .widget li, .site-content .widget-area-inquiry .widget li {
          border-bottom: 2px solid #000; } }
    .site-content .widget-area .widget img, .site-content .widget-area-page .widget img, .site-content .widget-area-inquiry .widget img {
      width: 100%; }
    .site-content .widget-area .widget .wpp-list, .site-content .widget-area-page .widget .wpp-list, .site-content .widget-area-inquiry .widget .wpp-list {
      margin: 0;
      padding: 0; }
      .site-content .widget-area .widget .wpp-list li, .site-content .widget-area-page .widget .wpp-list li, .site-content .widget-area-inquiry .widget .wpp-list li {
        overflow: hidden;
        border-bottom: 1px solid #000;
        padding: 12px 0;
        width: 100%; }
        .site-content .widget-area .widget .wpp-list li:nth-of-type(n+4) .count, .site-content .widget-area-page .widget .wpp-list li:nth-of-type(n+4) .count, .site-content .widget-area-inquiry .widget .wpp-list li:nth-of-type(n+4) .count {
          background-color: #000; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .site-content .widget-area .widget .wpp-list li, .site-content .widget-area-page .widget .wpp-list li, .site-content .widget-area-inquiry .widget .wpp-list li {
            padding: 3.1vw 0; } }
        @media only screen and (min-width: 320px) and (max-width: 400px) {
          .site-content .widget-area .widget .wpp-list li, .site-content .widget-area-page .widget .wpp-list li, .site-content .widget-area-inquiry .widget .wpp-list li {
            padding: 3vw 0  3.5vw 0; } }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .site-content .widget-area .widget .wpp-list li, .site-content .widget-area-page .widget .wpp-list li, .site-content .widget-area-inquiry .widget .wpp-list li {
            border-bottom: 2px solid #000; } }
        .site-content .widget-area .widget .wpp-list li .count, .site-content .widget-area-page .widget .wpp-list li .count, .site-content .widget-area-inquiry .widget .wpp-list li .count {
          background-color: #01afec;
          margin-right: 0;
          font-family: 'Roboto Condensed', sans-serif;
          font-size: 18px;
          font-weight: bold;
          font-style: oblique;
          line-height: 1.44;
          text-align: center;
          padding: 20px 15px 20px 13px;
          color: #fff;
          float: left;
          display: inline-block;
          margin-top: 5px; }
        .site-content .widget-area .widget .wpp-list li .wpp-post-title, .site-content .widget-area-page .widget .wpp-list li .wpp-post-title, .site-content .widget-area-inquiry .widget .wpp-list li .wpp-post-title {
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.6;
          letter-spacing: 0.6px;
          text-align: left;
          color: #4d4d4d;
          height: 76px;
          overflow: hidden;
          display: inline-block;
          float: left;
          width: 82%;
          align-items: center;
          display: inline-grid;
          margin-left: 10px; }
          .site-content .widget-area .widget .wpp-list li .wpp-post-title:hover, .site-content .widget-area-page .widget .wpp-list li .wpp-post-title:hover, .site-content .widget-area-inquiry .widget .wpp-list li .wpp-post-title:hover {
            opacity: 0.5; }
            @media only screen and (min-width: 320px) and (max-width: 768px) {
              .site-content .widget-area .widget .wpp-list li .wpp-post-title:hover, .site-content .widget-area-page .widget .wpp-list li .wpp-post-title:hover, .site-content .widget-area-inquiry .widget .wpp-list li .wpp-post-title:hover {
                opacity: 1; } }
        .site-content .widget-area .widget .wpp-list li *::-ms-backdrop, .site-content .widget-area .widget .wpp-list li .wpp-post-title, .site-content .widget-area-page .widget .wpp-list li *::-ms-backdrop, .site-content .widget-area-page .widget .wpp-list li .wpp-post-title, .site-content .widget-area-inquiry .widget .wpp-list li *::-ms-backdrop, .site-content .widget-area-inquiry .widget .wpp-list li .wpp-post-title {
          display: flex;
          -webkit-flex-direction: row;
          flex-direction: row;
          -webkit-align-items: center;
          align-items: center;
          padding-top: 4px; }
        .site-content .widget-area .widget .wpp-list li *::-ms-backdrop, .site-content .widget-area .widget .wpp-list li .wpp-post-title-ie, .site-content .widget-area-page .widget .wpp-list li *::-ms-backdrop, .site-content .widget-area-page .widget .wpp-list li .wpp-post-title-ie, .site-content .widget-area-inquiry .widget .wpp-list li *::-ms-backdrop, .site-content .widget-area-inquiry .widget .wpp-list li .wpp-post-title-ie {
          align-items: stretch !important; }
    .site-content .widget-area .widget .tagcloud, .site-content .widget-area-page .widget .tagcloud, .site-content .widget-area-inquiry .widget .tagcloud {
      margin: 26px 0;
      padding: 18px;
      background-color: #F6F8F8;
      position: relative; }
      .site-content .widget-area .widget .tagcloud:before, .site-content .widget-area-page .widget .tagcloud:before, .site-content .widget-area-inquiry .widget .tagcloud:before {
        width: 0;
        height: 0;
        border-bottom: 10px solid #EEF0F1;
        border-left: 10px solid transparent;
        position: absolute;
        content: "";
        right: 0;
        bottom: 0; }
      .site-content .widget-area .widget .tagcloud a, .site-content .widget-area-page .widget .tagcloud a, .site-content .widget-area-inquiry .widget .tagcloud a {
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-weight: bold;
        line-height: 2.14;
        text-align: left;
        color: #01afec;
        padding-right: 6px;
        font-size: 14px !important; }
        .site-content .widget-area .widget .tagcloud a:hover, .site-content .widget-area-page .widget .tagcloud a:hover, .site-content .widget-area-inquiry .widget .tagcloud a:hover {
          text-decoration: underline; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            .site-content .widget-area .widget .tagcloud a:hover, .site-content .widget-area-page .widget .tagcloud a:hover, .site-content .widget-area-inquiry .widget .tagcloud a:hover {
              text-decoration: none; } }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .site-content .widget-area .widget .tagcloud a, .site-content .widget-area-page .widget .tagcloud a, .site-content .widget-area-inquiry .widget .tagcloud a {
            font-size: 2.9vw !important; } }
        .site-content .widget-area .widget .tagcloud a::before, .site-content .widget-area-page .widget .tagcloud a::before, .site-content .widget-area-inquiry .widget .tagcloud a::before {
          content: "#"; }
    .site-content .widget-area .widget .navbar-inverse, .site-content .widget-area-page .widget .navbar-inverse, .site-content .widget-area-inquiry .widget .navbar-inverse {
      width: 100%; }
      .site-content .widget-area .widget .navbar-inverse .parent-name a, .site-content .widget-area-page .widget .navbar-inverse .parent-name a, .site-content .widget-area-inquiry .widget .navbar-inverse .parent-name a {
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.7;
        letter-spacing: 0.4px;
        color: #edf0f1;
        background-color: #01afec;
        display: inline-block;
        width: 25%;
        float: left;
        text-align: center;
        padding: 2px 0; }
        .site-content .widget-area .widget .navbar-inverse .parent-name a:hover, .site-content .widget-area-page .widget .navbar-inverse .parent-name a:hover, .site-content .widget-area-inquiry .widget .navbar-inverse .parent-name a:hover {
          opacity: 0.5; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            .site-content .widget-area .widget .navbar-inverse .parent-name a:hover, .site-content .widget-area-page .widget .navbar-inverse .parent-name a:hover, .site-content .widget-area-inquiry .widget .navbar-inverse .parent-name a:hover {
              opacity: 1; } }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .site-content .widget-area .widget .navbar-inverse .parent-name a, .site-content .widget-area-page .widget .navbar-inverse .parent-name a, .site-content .widget-area-inquiry .widget .navbar-inverse .parent-name a {
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-size: 2.93vw;
            font-weight: bold;
            line-height: 1.73;
            letter-spacing: 0.8px;
            text-align: center;
            color: #edf0f1;
            width: 20%; } }
      .site-content .widget-area .widget .navbar-inverse .parent-name *::-ms-backdrop, .site-content .widget-area .widget .navbar-inverse .parent-name a, .site-content .widget-area-page .widget .navbar-inverse .parent-name *::-ms-backdrop, .site-content .widget-area-page .widget .navbar-inverse .parent-name a, .site-content .widget-area-inquiry .widget .navbar-inverse .parent-name *::-ms-backdrop, .site-content .widget-area-inquiry .widget .navbar-inverse .parent-name a {
        padding: 6px 0 0 0; }
      .site-content .widget-area .widget .navbar-inverse .first-child a, .site-content .widget-area-page .widget .navbar-inverse .first-child a, .site-content .widget-area-inquiry .widget .navbar-inverse .first-child a {
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.61;
        letter-spacing: 0.5px;
        text-align: left;
        color: #01afec;
        display: inline-block;
        margin-left: 10px; }
        .site-content .widget-area .widget .navbar-inverse .first-child a:hover, .site-content .widget-area-page .widget .navbar-inverse .first-child a:hover, .site-content .widget-area-inquiry .widget .navbar-inverse .first-child a:hover {
          text-decoration: underline; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            .site-content .widget-area .widget .navbar-inverse .first-child a:hover, .site-content .widget-area-page .widget .navbar-inverse .first-child a:hover, .site-content .widget-area-inquiry .widget .navbar-inverse .first-child a:hover {
              text-decoration: none; } }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .site-content .widget-area .widget .navbar-inverse .first-child a, .site-content .widget-area-page .widget .navbar-inverse .first-child a, .site-content .widget-area-inquiry .widget .navbar-inverse .first-child a {
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-size: 3.2vw;
            font-weight: bold;
            line-height: 1.7;
            line-height: 23px;
            letter-spacing: 0.8px;
            text-align: left;
            color: #01afec; } }
      .site-content .widget-area .widget .navbar-inverse .first-child *::-ms-backdrop, .site-content .widget-area .widget .navbar-inverse .first-child a, .site-content .widget-area-page .widget .navbar-inverse .first-child *::-ms-backdrop, .site-content .widget-area-page .widget .navbar-inverse .first-child a, .site-content .widget-area-inquiry .widget .navbar-inverse .first-child *::-ms-backdrop, .site-content .widget-area-inquiry .widget .navbar-inverse .first-child a {
        padding: 4px 0 0 0; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site-content .widget-area .widget .navbar-inverse .first-child *::-ms-backdrop, .site-content .widget-area .widget .navbar-inverse .first-child a, .site-content .widget-area-page .widget .navbar-inverse .first-child *::-ms-backdrop, .site-content .widget-area-page .widget .navbar-inverse .first-child a, .site-content .widget-area-inquiry .widget .navbar-inverse .first-child *::-ms-backdrop, .site-content .widget-area-inquiry .widget .navbar-inverse .first-child a {
          padding: 4px 0 0 0; } }
      .site-content .widget-area .widget .navbar-inverse .second-child, .site-content .widget-area-page .widget .navbar-inverse .second-child, .site-content .widget-area-inquiry .widget .navbar-inverse .second-child {
        padding-top: 6px;
        color: #ccc;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .site-content .widget-area .widget .navbar-inverse .second-child, .site-content .widget-area-page .widget .navbar-inverse .second-child, .site-content .widget-area-inquiry .widget .navbar-inverse .second-child {
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-size: 3.2vw;
            font-weight: bold;
            line-height: 1.5;
            letter-spacing: 0.8px;
            text-align: left;
            color: #ccc;
            margin-top: 2%; } }
        .site-content .widget-area .widget .navbar-inverse .second-child a, .site-content .widget-area-page .widget .navbar-inverse .second-child a, .site-content .widget-area-inquiry .widget .navbar-inverse .second-child a {
          height: 15px;
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-size: 14px;
          font-weight: bold;
          line-height: 1.71;
          letter-spacing: 0.5px;
          text-align: left;
          color: #01afec;
          margin-right: 6px; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            .site-content .widget-area .widget .navbar-inverse .second-child a, .site-content .widget-area-page .widget .navbar-inverse .second-child a, .site-content .widget-area-inquiry .widget .navbar-inverse .second-child a {
              font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
              font-size: 3.2vw;
              font-weight: bold;
              line-height: 1.5;
              letter-spacing: 0.8px;
              text-align: left;
              color: #01afec;
              padding: 2% 0; } }
  .site-content .widget-area .block-area, .site-content .widget-area-page .block-area, .site-content .widget-area-inquiry .block-area {
    background: #ababab;
    display: block;
    margin: 0 auto;
    margin-bottom: 78px; }

.site-content .widget-area {
  margin-top: 39px !important; }

.site-content .widget-area-page {
  margin-top: 85px !important; }

.site-content .widget-area-inquiry {
  margin-top: 37px !important; }

.site-footer {
  width: 1280px;
  margin: 0 auto;
  clear: both; }

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .site-content .widget-area, .site-content .widget-area-page, .site-content .widget-area-inquiry {
    float: none;
    overflow: hidden;
    width: 100%;
    padding: 0 6vw;
    margin-top: 0 !important; }
    .site-content .widget-area .widget, .site-content .widget-area-page .widget, .site-content .widget-area-inquiry .widget {
      margin-top: 0 !important;
      margin-bottom: 6.67vw !important; }
      .site-content .widget-area .widget li, .site-content .widget-area-page .widget li, .site-content .widget-area-inquiry .widget li {
        margin: 0;
        padding: 4vw 0; }
    .site-content .widget-area .widget-category, .site-content .widget-area-page .widget-category, .site-content .widget-area-inquiry .widget-category {
      margin-top: 0 !important; }
    .site-content .widget-area .count, .site-content .widget-area-page .count, .site-content .widget-area-inquiry .count {
      padding: 4.8vw 2.67vw 4.8vw 2.5vw !important;
      font-size: 3.53vw !important; }
  .site-content .tagcloud {
    margin: 3.5vw 0 5.2vw 0 !important;
    padding: 2.4vw !important; }
    .site-content .tagcloud a {
      font-weight: bold;
      line-height: 2.45;
      text-align: left;
      color: #01afec; }
  .site-content .block-area {
    background: #ababab;
    margin-bottom: 5.2vw !important; } }

@media only screen and (min-width: 320px) and (max-width: 345px) {
  .widget .wpp-post-title {
    font-size: 3.2vw !important;
    height: 52px !important;
    margin-top: 4px;
    width: 88% !important;
    margin-left: 3% !important; } }

@media only screen and (min-width: 346px) and (max-width: 400px) {
  .widget .wpp-post-title {
    font-size: 3.2vw !important;
    height: 56px !important;
    margin-top: 4px;
    width: 88% !important;
    margin-left: 3% !important; } }

@media only screen and (min-width: 551px) and (max-width: 768px) {
  .widget {
    /*IE11 Hack*/ }
    .widget .wpp-post-title {
      font-size: 3.2vw !important;
      height: 120px !important;
      margin-left: 3% !important;
      margin-top: 4px;
      width: 88% !important; }
    .widget *::-ms-backdrop, .widget .wpp-post-title {
      height: 116px !important; } }

@media only screen and (min-width: 401px) and (max-width: 550px) {
  .widget .wpp-post-title {
    font-size: 3.2vw !important;
    height: 4.8em !important;
    width: 88% !important;
    margin-left: 3% !important;
    margin-top: 4px; } }

.article-content-area {
  width: 873px;
  float: left;
  margin-right: 41px;
  margin-top: 39px; }
  .article-content-area .fixed-social-left .a2a_button_facebook, .article-content-area .thl-sp-social-share-block .a2a_button_facebook {
    height: 41px; }
    .article-content-area .fixed-social-left .a2a_button_facebook span, .article-content-area .thl-sp-social-share-block .a2a_button_facebook span {
      background-image: url("./images/facebook.png");
      background-position: center center; }
      .article-content-area .fixed-social-left .a2a_button_facebook span svg, .article-content-area .thl-sp-social-share-block .a2a_button_facebook span svg {
        display: none; }
  .article-content-area .fixed-social-left .a2a_button_twitter, .article-content-area .thl-sp-social-share-block .a2a_button_twitter {
    height: 41px; }
    .article-content-area .fixed-social-left .a2a_button_twitter span, .article-content-area .thl-sp-social-share-block .a2a_button_twitter span {
      background-image: url("./images/twitter.png");
      background-position: center center; }
      .article-content-area .fixed-social-left .a2a_button_twitter span svg, .article-content-area .thl-sp-social-share-block .a2a_button_twitter span svg {
        display: none; }
  .article-content-area .fixed-social-left .a2a_button_google_plus, .article-content-area .thl-sp-social-share-block .a2a_button_google_plus {
    height: 41px; }
    .article-content-area .fixed-social-left .a2a_button_google_plus span, .article-content-area .thl-sp-social-share-block .a2a_button_google_plus span {
      background-image: url("./images/google_plus.png");
      background-position: center center; }
      .article-content-area .fixed-social-left .a2a_button_google_plus span svg, .article-content-area .thl-sp-social-share-block .a2a_button_google_plus span svg {
        display: none; }
  .article-content-area .fixed-social-left .a2a_button_hatena, .article-content-area .thl-sp-social-share-block .a2a_button_hatena {
    height: 41px; }
    .article-content-area .fixed-social-left .a2a_button_hatena span, .article-content-area .thl-sp-social-share-block .a2a_button_hatena span {
      background-image: url("./images/hatena.png");
      background-position: center center; }
      .article-content-area .fixed-social-left .a2a_button_hatena span svg, .article-content-area .thl-sp-social-share-block .a2a_button_hatena span svg {
        display: none; }
  .article-content-area .fixed-social-left .a2a_button_line, .article-content-area .thl-sp-social-share-block .a2a_button_line {
    height: 41px; }
    .article-content-area .fixed-social-left .a2a_button_line span, .article-content-area .thl-sp-social-share-block .a2a_button_line span {
      background-image: url("./images/line.png");
      background-position: center center; }
      .article-content-area .fixed-social-left .a2a_button_line span svg, .article-content-area .thl-sp-social-share-block .a2a_button_line span svg {
        display: none; }
  .article-content-area .entry-header .entry-title {
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.33;
    text-align: left;
    color: #4d4d4d;
    margin: 0; }
  .article-content-area .entry-header .entry-meta {
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 3;
    color: #01afec;
    margin-top: 19px; }
    .article-content-area .entry-header .entry-meta span a {
      color: #01afec; }
    .article-content-area .entry-header .entry-meta .vol-no {
      padding-right: 17px; }
  .article-content-area .entry-content {
    padding-left: 50px;
    margin-top: 38px; }
    .article-content-area .entry-content .thl-article-paragraph-main .para-img {
      margin-bottom: 76px !important; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .article-content-area .entry-content .thl-article-paragraph-main .para-img {
          margin-bottom: 13vw !important; } }
    .article-content-area .entry-content .thl-article-paragraph-main .para-excerpt {
      margin-top: 0 !important; }
    .article-content-area .entry-content .thl-article-paragraph .para-img:last-child,
    .article-content-area .entry-content .thl-article-paragraph-main .para-img:last-child,
    .article-content-area .entry-content .thl-editor-paragraph .para-img:last-child {
      margin-bottom: 76px !important; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .article-content-area .entry-content .thl-article-paragraph .para-img:last-child,
        .article-content-area .entry-content .thl-article-paragraph-main .para-img:last-child,
        .article-content-area .entry-content .thl-editor-paragraph .para-img:last-child {
          margin-bottom: 13vw !important; } }
    .article-content-area .entry-content .thl-article-paragraph .para-img img,
    .article-content-area .entry-content .thl-article-paragraph-main .para-img img,
    .article-content-area .entry-content .thl-editor-paragraph .para-img img {
      height: auto; }
    .article-content-area .entry-content .thl-article-paragraph .para-img .landscape,
    .article-content-area .entry-content .thl-article-paragraph-main .para-img .landscape,
    .article-content-area .entry-content .thl-editor-paragraph .para-img .landscape {
      width: 825px;
      object-fit: cover; }
    .article-content-area .entry-content .thl-article-paragraph .para-img .small_img_typ,
    .article-content-area .entry-content .thl-article-paragraph-main .para-img .small_img_typ,
    .article-content-area .entry-content .thl-editor-paragraph .para-img .small_img_typ {
      width: 542px;
      object-fit: cover; }
    .article-content-area .entry-content .thl-article-paragraph .para-img .large_img_typ,
    .article-content-area .entry-content .thl-article-paragraph-main .para-img .large_img_typ,
    .article-content-area .entry-content .thl-editor-paragraph .para-img .large_img_typ {
      width: 825px;
      object-fit: cover; }
    .article-content-area .entry-content .thl-article-paragraph .para-mov,
    .article-content-area .entry-content .thl-article-paragraph-main .para-mov,
    .article-content-area .entry-content .thl-editor-paragraph .para-mov {
      position: relative;
      width: 560px;
      height: 315px;
      margin-bottom: 77px; }
      .article-content-area .entry-content .thl-article-paragraph .para-mov iframe,
      .article-content-area .entry-content .thl-article-paragraph-main .para-mov iframe,
      .article-content-area .entry-content .thl-editor-paragraph .para-mov iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%; }
    .article-content-area .entry-content .thl-article-paragraph .para-mov-right,
    .article-content-area .entry-content .thl-article-paragraph-main .para-mov-right,
    .article-content-area .entry-content .thl-editor-paragraph .para-mov-right {
      width: 825px;
      height: 464px; }
    .article-content-area .entry-content .thl-article-paragraph .para-excerpt,
    .article-content-area .entry-content .thl-article-paragraph-main .para-excerpt,
    .article-content-area .entry-content .thl-editor-paragraph .para-excerpt {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 38px;
      text-align: justify;
      color: #4d4d4d;
      margin-bottom: 77px;
      padding: 2px; }
      .article-content-area .entry-content .thl-article-paragraph .para-excerpt a,
      .article-content-area .entry-content .thl-article-paragraph-main .para-excerpt a,
      .article-content-area .entry-content .thl-editor-paragraph .para-excerpt a {
        color: #01afec; }
        .article-content-area .entry-content .thl-article-paragraph .para-excerpt a:hover,
        .article-content-area .entry-content .thl-article-paragraph-main .para-excerpt a:hover,
        .article-content-area .entry-content .thl-editor-paragraph .para-excerpt a:hover {
          text-decoration: underline; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            .article-content-area .entry-content .thl-article-paragraph .para-excerpt a:hover,
            .article-content-area .entry-content .thl-article-paragraph-main .para-excerpt a:hover,
            .article-content-area .entry-content .thl-editor-paragraph .para-excerpt a:hover {
              text-decoration: none; } }
    .article-content-area .entry-content .thl-article-paragraph .para-credit,
    .article-content-area .entry-content .thl-article-paragraph-main .para-credit,
    .article-content-area .entry-content .thl-editor-paragraph .para-credit {
      margin-top: 18px;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 12px;
      font-weight: 500;
      line-height: 2;
      text-align: left;
      color: #4d4d4d;
      margin-bottom: 76px; }
    .article-content-area .entry-content .thl-article-paragraph .para-excerpt-only,
    .article-content-area .entry-content .thl-article-paragraph-main .para-excerpt-only,
    .article-content-area .entry-content .thl-editor-paragraph .para-excerpt-only {
      background: #F6F8F8;
      padding: 37px 49px 38px 38px;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 2.14;
      text-align: left;
      color: #4d4d4d;
      margin-bottom: 78px; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .article-content-area .entry-content .thl-article-paragraph .para-excerpt-only,
        .article-content-area .entry-content .thl-article-paragraph-main .para-excerpt-only,
        .article-content-area .entry-content .thl-editor-paragraph .para-excerpt-only {
          padding: 6vw;
          font-size: 3.2vw;
          margin-bottom: 13vw; } }
      .article-content-area .entry-content .thl-article-paragraph .para-excerpt-only a,
      .article-content-area .entry-content .thl-article-paragraph-main .para-excerpt-only a,
      .article-content-area .entry-content .thl-editor-paragraph .para-excerpt-only a {
        color: #01afec; }
        .article-content-area .entry-content .thl-article-paragraph .para-excerpt-only a:hover,
        .article-content-area .entry-content .thl-article-paragraph-main .para-excerpt-only a:hover,
        .article-content-area .entry-content .thl-editor-paragraph .para-excerpt-only a:hover {
          text-decoration: underline; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            .article-content-area .entry-content .thl-article-paragraph .para-excerpt-only a:hover,
            .article-content-area .entry-content .thl-article-paragraph-main .para-excerpt-only a:hover,
            .article-content-area .entry-content .thl-editor-paragraph .para-excerpt-only a:hover {
              text-decoration: none; } }
    .article-content-area .entry-content .thl-article-paragraph .article-custom-image,
    .article-content-area .entry-content .thl-article-paragraph-main .article-custom-image,
    .article-content-area .entry-content .thl-editor-paragraph .article-custom-image {
      width: 100%;
      padding: 30px;
      background-color: #F6F8F8;
      margin-bottom: 78px;
      display: inline-block; }
      .article-content-area .entry-content .thl-article-paragraph .article-custom-image .para-img-left,
      .article-content-area .entry-content .thl-article-paragraph-main .article-custom-image .para-img-left,
      .article-content-area .entry-content .thl-editor-paragraph .article-custom-image .para-img-left {
        float: left;
        padding-right: 30px;
        width: 270px; }
        .article-content-area .entry-content .thl-article-paragraph .article-custom-image .para-img-left img,
        .article-content-area .entry-content .thl-article-paragraph-main .article-custom-image .para-img-left img,
        .article-content-area .entry-content .thl-editor-paragraph .article-custom-image .para-img-left img {
          width: 100%;
          height: 100%; }
      .article-content-area .entry-content .thl-article-paragraph .article-custom-image .para-img-right,
      .article-content-area .entry-content .thl-article-paragraph-main .article-custom-image .para-img-right,
      .article-content-area .entry-content .thl-editor-paragraph .article-custom-image .para-img-right {
        float: right;
        padding-left: 30px;
        width: 270px; }
        .article-content-area .entry-content .thl-article-paragraph .article-custom-image .para-img-right img,
        .article-content-area .entry-content .thl-article-paragraph-main .article-custom-image .para-img-right img,
        .article-content-area .entry-content .thl-editor-paragraph .article-custom-image .para-img-right img {
          width: 100%;
          height: 100%; }
      .article-content-area .entry-content .thl-article-paragraph .article-custom-image .para-excerpt,
      .article-content-area .entry-content .thl-article-paragraph-main .article-custom-image .para-excerpt,
      .article-content-area .entry-content .thl-editor-paragraph .article-custom-image .para-excerpt {
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 2.14;
        margin-top: 0px;
        margin-bottom: 0px;
        word-break: break-all; }
    .article-content-area .entry-content .thl-present-text-block {
      margin-bottom: 78px;
      color: #01afec;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 18px;
      font-weight: 500;
      line-height: 2;
      letter-spacing: 0.5px;
      text-align: left; }
    .article-content-area .entry-content .thl-article-tag-block {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 12px;
      font-weight: bold;
      line-height: 2;
      text-align: left;
      padding: 14px 18px 13px 15px;
      background: #F6F8F8;
      margin-bottom: 78px; }
      .article-content-area .entry-content .thl-article-tag-block a {
        color: #01afec; }
      .article-content-area .entry-content .thl-article-tag-block a:hover {
        text-decoration: underline; }
  .article-content-area .thl-sp-social-share-block {
    display: none; }
  .article-content-area .entry-footer {
    padding-left: 50px; }
    .article-content-area .entry-footer .thl-latest-article-block {
      margin-top: 78px; }
    .article-content-area .entry-footer .facebook-comment {
      background-color: #F6F8F8;
      padding: 31px; }
    .article-content-area .entry-footer .thl-google-banner-block {
      border: 1px solid #000;
      text-align: center;
      width: 83.5%;
      height: 90px;
      margin: 0 auto;
      display: none; }
    .article-content-area .entry-footer .thl-social-media-block {
      display: inline-block;
      width: 100%;
      margin: 78px 0px 0px 0px; }
      .article-content-area .entry-footer .thl-social-media-block .social-facebook-block {
        width: 48.5%;
        height: 100px;
        float: left;
        margin-right: 24px; }
        .article-content-area .entry-footer .thl-social-media-block .social-facebook-block a {
          color: #fff;
          text-decoration: none;
          display: block; }
          .article-content-area .entry-footer .thl-social-media-block .social-facebook-block a:hover {
            opacity: 0.5; }
            @media only screen and (min-width: 320px) and (max-width: 768px) {
              .article-content-area .entry-footer .thl-social-media-block .social-facebook-block a:hover {
                opacity: 1; } }
        .article-content-area .entry-footer .thl-social-media-block .social-facebook-block .fb-inner {
          width: 100%;
          height: 100%;
          background-color: #324a92;
          padding: 18px;
          /*IE11 Hack*/ }
          .article-content-area .entry-footer .thl-social-media-block .social-facebook-block .fb-inner .like-text {
            font-family: "Roboto Condensed", sans-serif;
            font-weight: bold;
            font-size: 23px;
            line-height: 1.03;
            text-align: center;
            color: #fff;
            padding: 5px 3px 8px 3px;
            font-weight: 600; }
          .article-content-area .entry-footer .thl-social-media-block .social-facebook-block .fb-inner .like-box {
            width: 110px;
            height: 24px;
            margin: 0 auto;
            border-radius: 4px;
            background-color: #4267b2;
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-size: 11px;
            padding-top: 4.5px;
            text-align: center;
            color: #fff; }
          .article-content-area .entry-footer .thl-social-media-block .social-facebook-block .fb-inner *::-ms-backdrop, .article-content-area .entry-footer .thl-social-media-block .social-facebook-block .fb-inner .like-box {
            padding-top: 6.5px; }
      .article-content-area .entry-footer .thl-social-media-block .social-twitter-block {
        width: 48.5%;
        height: 100px;
        float: left; }
        .article-content-area .entry-footer .thl-social-media-block .social-twitter-block a {
          color: #fff;
          text-decoration: none;
          display: block; }
          .article-content-area .entry-footer .thl-social-media-block .social-twitter-block a:hover {
            opacity: 0.5; }
            @media only screen and (min-width: 320px) and (max-width: 768px) {
              .article-content-area .entry-footer .thl-social-media-block .social-twitter-block a:hover {
                opacity: 1; } }
        .article-content-area .entry-footer .thl-social-media-block .social-twitter-block .twt-inner {
          width: 100%;
          height: 100%;
          background-color: #00aced;
          padding: 18px;
          /*IE11 Hack*/ }
          .article-content-area .entry-footer .thl-social-media-block .social-twitter-block .twt-inner .twt-text {
            font-family: "Roboto Condensed", sans-serif;
            font-weight: bold;
            font-size: 23px;
            line-height: 1.03;
            text-align: center;
            color: #fff;
            padding: 5px 3px 8px 3px;
            font-weight: 600; }
          .article-content-area .entry-footer .thl-social-media-block .social-twitter-block .twt-inner .twt-box {
            width: 216px;
            height: 24px;
            margin: 0 auto;
            border-radius: 4px;
            background-color: #1b95e0;
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-size: 11px;
            padding-top: 4.5px;
            text-align: center;
            color: #fff; }
          .article-content-area .entry-footer .thl-social-media-block .social-twitter-block .twt-inner *::-ms-backdrop, .article-content-area .entry-footer .thl-social-media-block .social-twitter-block .twt-inner .twt-box {
            padding-top: 6.5px; }
    .article-content-area .entry-footer .thl-related-article-block {
      margin-top: 78px; }
      .article-content-area .entry-footer .thl-related-article-block .article-more {
        margin-bottom: 78px; }
      .article-content-area .entry-footer .thl-related-article-block .thl-related-article-detail {
        position: relative;
        display: block;
        height: 194px;
        width: 100%;
        margin-top: 39px; }
        .article-content-area .entry-footer .thl-related-article-block .thl-related-article-detail:hover .thl-related-article-main-img {
          background: #01afec; }
          .article-content-area .entry-footer .thl-related-article-block .thl-related-article-detail:hover .thl-related-article-main-img .img {
            opacity: 0.8; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .article-content-area .entry-footer .thl-related-article-block .thl-related-article-detail {
            margin-top: 4vw;
            height: auto; } }
        .article-content-area .entry-footer .thl-related-article-block .thl-related-article-detail .thl-related-article-link {
          display: block;
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2; }
          .article-content-area .entry-footer .thl-related-article-block .thl-related-article-detail .thl-related-article-link:hover {
            border-top: 5px solid #01afec;
            border-bottom: 5px solid #01afec; }
            @media only screen and (min-width: 320px) and (max-width: 768px) {
              .article-content-area .entry-footer .thl-related-article-block .thl-related-article-detail .thl-related-article-link:hover {
                border: transparent; } }
      .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content {
        width: 100%;
        display: inline-block;
        background: #F6F8F8;
        height: 194px; }
        .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-main-img {
          background: #01afec;
          width: 266px;
          height: 194px;
          float: left; }
          .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-main-img .img {
            display: inline-block;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center; }
          .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-main-img:hover {
            background: #01afec; }
            .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-main-img:hover .img {
              opacity: 0.8; }
        .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-entry-meta {
          float: left;
          width: 67.5%;
          padding: 23px 0px; }
          .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-entry-meta a {
            color: #01afec; }
          .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-entry-meta .thl-related-article-entry-title {
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-size: 18px;
            font-weight: bold;
            line-height: 26px;
            color: #4d4d4d;
            width: 87%;
            display: inline-block;
            margin-left: 42px;
            margin-right: 44px;
            white-space: normal;
            word-break: break-all;
            overflow: hidden;
            height: 50px;
            letter-spacing: 0.6px;
            margin-bottom: 5px; }
            @media only screen and (min-width: 320px) and (max-width: 768px) {
              .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-entry-meta .thl-related-article-entry-title {
                -webkit-box-orient: vertical;
                -moz-box-orient: vertical;
                display: inline-block;
                -webkit-line-clamp: 2;
                overflow: hidden;
                text-overflow: ellipsis;
                word-break: break-all;
                height: 2.9em;
                overflow: hidden;
                font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
                font-size: 3.2vw;
                font-weight: bold;
                line-height: 1.5;
                letter-spacing: 0.8px;
                text-align: left;
                color: #4d4d4d;
                margin: 0;
                width: 100%;
                margin-bottom: 2.5vw; } }
            @media only screen and (min-width: 320px) and (max-width: 500px) {
              .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-entry-meta .thl-related-article-entry-title {
                margin-bottom: 1.5vw; } }
          .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-entry-meta .thl-related-article-entry-date {
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-size: 11px;
            font-weight: 500;
            line-height: 3;
            text-align: left;
            color: #01afec;
            margin-left: 42px; }
          .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-entry-meta .thl-related-article-vol-no,
          .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-entry-meta .thl-related-article-category-name {
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-size: 11px;
            font-weight: 500;
            line-height: 3;
            text-align: left;
            color: #01afec;
            padding-right: 17px; }
          .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-entry-meta .thl-related-article-excerpt {
            word-break: break-all;
            overflow: hidden;
            height: 50px;
            margin-top: 5px;
            margin-left: 41px;
            margin-right: 33px;
            width: 88%;
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-size: 14px;
            font-weight: 500;
            line-height: 24px;
            text-align: left;
            color: #4d4d4d; }
      .article-content-area .entry-footer .thl-related-article-block .thl-related-article-more {
        height: 55px;
        width: 824px;
        background: #000;
        display: inline-block;
        margin-bottom: 78px;
        margin-top: 45px; }
        .article-content-area .entry-footer .thl-related-article-block .thl-related-article-more:hover {
          opacity: 0.5; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            .article-content-area .entry-footer .thl-related-article-block .thl-related-article-more:hover {
              opacity: 1; } }
        .article-content-area .entry-footer .thl-related-article-block .thl-related-article-more a {
          background-image: url("./images/pc_MORE.png");
          background-repeat: no-repeat;
          background-position: center;
          height: 55px;
          width: 824px;
          display: block; }
    .article-content-area .entry-footer .clear {
      clear: both; }
    .article-content-area .entry-footer .thl-latest-article-block {
      margin-top: 78px; }
      .article-content-area .entry-footer .thl-latest-article-block .th-more {
        margin-bottom: 78px; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .article-content-area .entry-footer .thl-latest-article-block .th-more {
            margin-bottom: 6.2vw; } }
      .article-content-area .entry-footer .thl-latest-article-block .latest-article-title {
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-weight: bold;
        font-size: 16px;
        font-weight: bold;
        line-height: 26px;
        text-align: left;
        border-bottom: 1px solid #000;
        padding: 24px 0;
        display: inline-block;
        width: 100%; }
        .article-content-area .entry-footer .thl-latest-article-block .latest-article-title a {
          color: #4d4d4d; }
          .article-content-area .entry-footer .thl-latest-article-block .latest-article-title a:hover {
            opacity: 0.5; }
            @media only screen and (min-width: 320px) and (max-width: 768px) {
              .article-content-area .entry-footer .thl-latest-article-block .latest-article-title a:hover {
                opacity: 1; } }
      .article-content-area .entry-footer .thl-latest-article-block .thl-latest-article-more {
        background: #000;
        display: inline-block;
        margin-bottom: 78px;
        margin-top: 45px;
        height: 55px;
        width: 824px; }
        .article-content-area .entry-footer .thl-latest-article-block .thl-latest-article-more:hover {
          opacity: 0.5; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            .article-content-area .entry-footer .thl-latest-article-block .thl-latest-article-more:hover {
              opacity: 1; } }
        .article-content-area .entry-footer .thl-latest-article-block .thl-latest-article-more a {
          background-image: url("./images/pc_MORE.png");
          background-repeat: no-repeat;
          background-position: center;
          height: 55px;
          width: 824px;
          display: block; }
    .article-content-area .entry-footer .thl-related-article-header {
      border-top: 5px solid #000;
      border-bottom: 5px solid #000;
      text-align: center;
      height: 55px;
      display: flex;
      align-items: center;
      width: 100%; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .article-content-area .entry-footer .thl-related-article-header {
          height: 10.6vw;
          border-top: 0.9vw solid #000;
          border-bottom: 0.9vw solid #000; } }
      .article-content-area .entry-footer .thl-related-article-header span {
        content: '';
        display: block;
        background-image: url("./images/related_pc.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 18%;
        height: 20px;
        margin: 0 auto;
        border-left: 1px solid #01afec;
        border-right: 1px solid #01afec; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .article-content-area .entry-footer .thl-related-article-header span {
            background-image: url("./images/related_sp.png");
            height: 3vw;
            width: 31%;
            background-size: contain;
            border-left: 2px solid #01afec;
            border-right: 2px solid #01afec; } }
    .article-content-area .entry-footer .thl-latest-article-header {
      border-top: 5px solid #000;
      border-bottom: 5px solid #000;
      text-align: center;
      height: 55px;
      display: flex;
      align-items: center;
      width: 100%; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .article-content-area .entry-footer .thl-latest-article-header {
          border-top: 0.9vw solid #000;
          border-bottom: 0.9vw solid #000;
          height: 10.6vw; } }
      .article-content-area .entry-footer .thl-latest-article-header span {
        content: '';
        display: block;
        background-image: url("./images/latest_pc.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 16%;
        height: 20px;
        margin: 0 auto;
        border-left: 1px solid #01afec;
        border-right: 1px solid #01afec; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .article-content-area .entry-footer .thl-latest-article-header span {
            background-image: url("./images/latest_sp.png");
            height: 3vw;
            width: 29%;
            background-size: contain;
            border-left: 2px solid #01afec;
            border-right: 2px solid #01afec; } }

.atss .at-share-btn {
  width: 40px !important; }

/* responsive */
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .article-content-area {
    width: 100%;
    float: none;
    margin-top: 6.4vw; }
    .article-content-area .entry-header .entry-title {
      padding: 0 5.8vw;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 5.5vw;
      font-weight: bold;
      line-height: 1.38;
      text-align: left; }
    .article-content-area .entry-header .entry-meta {
      padding: 0 5.7vw;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 3.3vw;
      font-weight: 500;
      line-height: 2.06;
      text-align: left; }
    .article-content-area .entry-content {
      width: 100%;
      margin-top: 4.7vw;
      padding: 0 5.7vw; }
      .article-content-area .entry-content .thl-article-paragraph .para-img, .article-content-area .entry-content .thl-article-paragraph-main .para-img, .article-content-area .entry-content .thl-editor-paragraph .para-img {
        height: auto; }
        .article-content-area .entry-content .thl-article-paragraph .para-img img, .article-content-area .entry-content .thl-article-paragraph-main .para-img img, .article-content-area .entry-content .thl-editor-paragraph .para-img img {
          height: auto; }
      .article-content-area .entry-content .thl-article-paragraph .para-credit, .article-content-area .entry-content .thl-article-paragraph-main .para-credit, .article-content-area .entry-content .thl-editor-paragraph .para-credit {
        font-size: 2.8vw;
        font-weight: 500;
        line-height: 1.67;
        text-align: left;
        margin-bottom: 13vw; }
      .article-content-area .entry-content .thl-article-paragraph .para-mov, .article-content-area .entry-content .thl-article-paragraph-main .para-mov, .article-content-area .entry-content .thl-editor-paragraph .para-mov {
        width: 100%;
        height: auto;
        padding-top: 56.25%;
        margin-bottom: 13vw; }
        .article-content-area .entry-content .thl-article-paragraph .para-mov iframe, .article-content-area .entry-content .thl-article-paragraph-main .para-mov iframe, .article-content-area .entry-content .thl-editor-paragraph .para-mov iframe {
          position: absolute;
          top: 0;
          right: 0;
          width: 100% !important;
          height: 100% !important; }
      .article-content-area .entry-content .thl-article-paragraph .para-excerpt, .article-content-area .entry-content .thl-article-paragraph-main .para-excerpt, .article-content-area .entry-content .thl-editor-paragraph .para-excerpt {
        margin-top: 10vw;
        margin-bottom: 13vw;
        font-size: 4.3vw;
        font-weight: 500;
        line-height: 1.8;
        text-align: left; }
        .article-content-area .entry-content .thl-article-paragraph .para-excerpt a, .article-content-area .entry-content .thl-article-paragraph-main .para-excerpt a, .article-content-area .entry-content .thl-editor-paragraph .para-excerpt a {
          font-size: 4.3vw;
          font-weight: 500;
          line-height: 1.8;
          text-align: left; }
      .article-content-area .entry-content .thl-article-paragraph .article-custom-image, .article-content-area .entry-content .thl-article-paragraph-main .article-custom-image, .article-content-area .entry-content .thl-editor-paragraph .article-custom-image {
        width: 100%;
        padding: 6.4vw;
        margin-bottom: 13vw; }
        .article-content-area .entry-content .thl-article-paragraph .article-custom-image .para-img-right, .article-content-area .entry-content .thl-article-paragraph .article-custom-image .para-img-left, .article-content-area .entry-content .thl-article-paragraph-main .article-custom-image .para-img-right, .article-content-area .entry-content .thl-article-paragraph-main .article-custom-image .para-img-left, .article-content-area .entry-content .thl-editor-paragraph .article-custom-image .para-img-right, .article-content-area .entry-content .thl-editor-paragraph .article-custom-image .para-img-left {
          width: 100%;
          float: none;
          padding: 0px; }
          .article-content-area .entry-content .thl-article-paragraph .article-custom-image .para-img-right img, .article-content-area .entry-content .thl-article-paragraph .article-custom-image .para-img-left img, .article-content-area .entry-content .thl-article-paragraph-main .article-custom-image .para-img-right img, .article-content-area .entry-content .thl-article-paragraph-main .article-custom-image .para-img-left img, .article-content-area .entry-content .thl-editor-paragraph .article-custom-image .para-img-right img, .article-content-area .entry-content .thl-editor-paragraph .article-custom-image .para-img-left img {
            width: auto;
            height: auto; }
          .article-content-area .entry-content .thl-article-paragraph .article-custom-image .para-img-right .para-credit, .article-content-area .entry-content .thl-article-paragraph .article-custom-image .para-img-left .para-credit, .article-content-area .entry-content .thl-article-paragraph-main .article-custom-image .para-img-right .para-credit, .article-content-area .entry-content .thl-article-paragraph-main .article-custom-image .para-img-left .para-credit, .article-content-area .entry-content .thl-editor-paragraph .article-custom-image .para-img-right .para-credit, .article-content-area .entry-content .thl-editor-paragraph .article-custom-image .para-img-left .para-credit {
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-size: 2.5vw;
            font-weight: 500;
            line-height: 1.67;
            text-align: left;
            color: #4d4d4d; }
        .article-content-area .entry-content .thl-article-paragraph .article-custom-image .para-excerpt, .article-content-area .entry-content .thl-article-paragraph-main .article-custom-image .para-excerpt, .article-content-area .entry-content .thl-editor-paragraph .article-custom-image .para-excerpt {
          font-size: 3.3vw;
          font-weight: 500;
          line-height: 2;
          text-align: left;
          color: #4d4d4d; }
      .article-content-area .entry-content .thl-present-text-block {
        font-size: 2.85vw;
        margin-bottom: 13vw; }
      .article-content-area .entry-content .thl-article-tag-block {
        width: 100%;
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 2.85vw;
        font-weight: bold;
        line-height: 2.45;
        text-align: left; } }
      @media only screen and (min-width: 320px) and (max-width: 768px) and (min-width: 320px) and (max-width: 768px) {
        .article-content-area .entry-content .thl-article-tag-block {
          margin: 0 0 11.1vw 0; } }

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .article-content-area .fixed-social-left {
      display: none; }
    .article-content-area .thl-sp-social-share-block {
      display: block;
      text-align: center; }
      .article-content-area .thl-sp-social-share-block .addtoany_shortcode {
        position: block !important;
        margin-top: 0 !important; }
      .article-content-area .thl-sp-social-share-block .addtoany_list a {
        display: inline-block !important;
        padding: 1px;
        font-size: 30px; }
      .article-content-area .thl-sp-social-share-block .a2a_s_line {
        display: inline-block !important; }
      .article-content-area .thl-sp-social-share-block .a2a_s_facebook,
      .article-content-area .thl-sp-social-share-block .a2a_s_twitter,
      .article-content-area .thl-sp-social-share-block .a2a_s_google_plus,
      .article-content-area .thl-sp-social-share-block .a2a_s_hatena,
      .article-content-area .thl-sp-social-share-block .a2a_s_line {
        border-radius: 0px !important; }
    .article-content-area .entry-footer {
      padding-left: 0; }
      .article-content-area .entry-footer .facebook-comment {
        margin-top: 10vw;
        padding: 5.7vw; }
      .article-content-area .entry-footer .thl-social-media-block {
        width: 100%;
        margin: 6.2vw 0 0 0; }
        .article-content-area .entry-footer .thl-social-media-block .social-facebook-block {
          width: 100%;
          height: 20vw;
          padding: 0 6vw;
          margin-bottom: 2.9vw;
          margin-right: 0;
          float: none; }
          .article-content-area .entry-footer .thl-social-media-block .social-facebook-block a {
            font-family: "Roboto Condensed", sans-serif;
            font-weight: bold;
            font-size: 4.5vw !important;
            line-height: 1.02;
            text-align: center; }
          .article-content-area .entry-footer .thl-social-media-block .social-facebook-block .fb-inner {
            padding: 2.5vw;
            /*IE11 Hack*/ }
            .article-content-area .entry-footer .thl-social-media-block .social-facebook-block .fb-inner .like-text {
              padding: 1.6vw 0 0 0;
              display: block;
              align-items: center;
              font-family: "Roboto Condensed", sans-serif;
              font-weight: bold;
              font-size: 4.5vw !important;
              line-height: 1.02;
              text-align: center; }
              .article-content-area .entry-footer .thl-social-media-block .social-facebook-block .fb-inner .like-text .no-scale {
                display: inline-block; }
            .article-content-area .entry-footer .thl-social-media-block .social-facebook-block .fb-inner .like-box {
              width: 32%;
              height: 5.2vw;
              font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
              font-size: 2.6vw;
              line-height: 1.5;
              font-weight: 500;
              margin-top: 1.8vw;
              padding: 0.7vw 0 0 0; }
            .article-content-area .entry-footer .thl-social-media-block .social-facebook-block .fb-inner *::-ms-backdrop, .article-content-area .entry-footer .thl-social-media-block .social-facebook-block .fb-inner .like-box {
              padding: 1.2vw 0 0 0; }
        .article-content-area .entry-footer .thl-social-media-block .social-twitter-block {
          width: 100%;
          height: 20vw;
          padding: 0 6vw; }
          .article-content-area .entry-footer .thl-social-media-block .social-twitter-block a {
            font-family: "Roboto Condensed", sans-serif;
            font-weight: bold;
            font-size: 4.5vw !important;
            line-height: 1.02;
            text-align: center; }
          .article-content-area .entry-footer .thl-social-media-block .social-twitter-block .twt-inner {
            padding: 2.5vw;
            /*IE11 Hack*/ }
            .article-content-area .entry-footer .thl-social-media-block .social-twitter-block .twt-inner .twt-text {
              padding: 1.6vw 0 0 0;
              display: block;
              align-items: center;
              font-family: "Roboto Condensed", sans-serif;
              font-weight: bold;
              font-size: 4.5vw !important;
              line-height: 1.02;
              text-align: center; }
              .article-content-area .entry-footer .thl-social-media-block .social-twitter-block .twt-inner .twt-text .no-scale {
                display: inline-block; }
            .article-content-area .entry-footer .thl-social-media-block .social-twitter-block .twt-inner .twt-box {
              width: 63.5%;
              height: 5.2vw;
              font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
              font-size: 2.6vw;
              line-height: 2;
              margin-top: 1.8vw;
              font-weight: 500;
              padding: 0; }
            .article-content-area .entry-footer .thl-social-media-block .social-twitter-block .twt-inner *::-ms-backdrop, .article-content-area .entry-footer .thl-social-media-block .social-twitter-block .twt-inner .twt-box {
              padding: 0.5vw 0 0 0; }
      .article-content-area .entry-footer .thl-google-banner-block {
        width: 98%;
        margin: 0 auto;
        display: none; }
      .article-content-area .entry-footer .thl-related-article-block {
        margin-top: 6.5vw;
        padding: 0 6vw; }
        .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content {
          width: 100%;
          height: 22.5vw; }
          .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-main-img {
            background: #01afec;
            width: 30%;
            height: 22.5vw;
            float: left; }
            .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-main-img .img {
              display: inline-block;
              width: 100%;
              height: 100%;
              background-size: cover;
              background-position: center; }
            .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-main-img:hover {
              background: #01afec; }
              .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-main-img:hover .img {
                opacity: 0.8; }
          .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-entry-meta {
            width: 70%;
            padding: 3.2vw 3.9vw;
            max-height: 22.5vw;
            display: inline-block; }
            .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-entry-meta .thl-related-article-entry-date {
              margin: 0;
              font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
              font-size: 2.1vw;
              font-weight: 500;
              line-height: 2.06;
              text-align: left; }
            .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-entry-meta .thl-related-article-vol-no,
            .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-entry-meta .thl-related-article-category-name {
              font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
              font-size: 2.1vw;
              font-weight: 500;
              line-height: 2.06;
              text-align: left; }
          .article-content-area .entry-footer .thl-related-article-block .thl-related-article-content .thl-related-article-excerpt {
            display: none; }
        .article-content-area .entry-footer .thl-related-article-block .thl-related-article-more {
          margin-bottom: 6.4vw;
          margin-top: 4vw;
          height: 10.6vw;
          width: 88vw;
          align-items: center; }
          .article-content-area .entry-footer .thl-related-article-block .thl-related-article-more a {
            background-image: url("./images/sp_MORE.png");
            height: 2.9vw;
            width: 6.2vw;
            background-size: cover;
            margin: 0 auto; }
      .article-content-area .entry-footer .thl-latest-article-block {
        width: 100%;
        padding: 0 6vw;
        margin-top: 6.5vw; }
        .article-content-area .entry-footer .thl-latest-article-block .thl-related-article-header {
          height: 10.5vw; }
          .article-content-area .entry-footer .thl-latest-article-block .thl-related-article-header span {
            font-family: "Roboto Condensed", sans-serif;
            font-weight: bold;
            font-size: 4.2vw;
            line-height: 2;
            text-align: center;
            transform: scale(0.8, 1);
            font-weight: 600; }
        .article-content-area .entry-footer .thl-latest-article-block .latest-article-title {
          width: 100%;
          display: inline-block;
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-size: 2.9vw;
          font-weight: bold;
          line-height: 1.27;
          letter-spacing: 0.8px;
          text-align: left;
          border-bottom: 2px solid #000; }
        .article-content-area .entry-footer .thl-latest-article-block .thl-latest-article-more {
          margin-top: 5vw;
          margin-bottom: 1.5vw;
          height: 10.6vw;
          width: 88vw;
          align-items: center; }
          .article-content-area .entry-footer .thl-latest-article-block .thl-latest-article-more a {
            background-image: url("./images/sp_MORE.png");
            height: 2.9vw;
            width: 6.2vw;
            background-size: cover;
            margin: 0 auto; } }

.entry-content {
  display: inline-block; }
  .entry-content .info-content {
    margin-top: 39px; }
    .entry-content .info-content h2 {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 18px;
      font-weight: bold;
      line-height: 2.33;
      text-align: left;
      color: #01afec; }
    .entry-content .info-content .thl-about-table {
      display: inline-block; }
      .entry-content .info-content .thl-about-table h2 {
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 2.33;
        text-align: left;
        color: #01afec;
        margin-top: 18px; }
      .entry-content .info-content .thl-about-table table {
        margin-top: 30px; }
        .entry-content .info-content .thl-about-table table tr {
          border-bottom: 1px solid #ccc; }
          .entry-content .info-content .thl-about-table table tr:first-child {
            border-top: 1px solid #ccc; }
          .entry-content .info-content .thl-about-table table tr .thl-about-table-first-row {
            width: 138px;
            height: 69px;
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-size: 14px;
            font-weight: 500;
            line-height: 2.57;
            text-align: center;
            color: #4d4d4d;
            background-color: rgba(220, 220, 220, 0.3); }
          .entry-content .info-content .thl-about-table table tr .thl-about-table-second-row {
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-size: 14px;
            font-weight: 500;
            line-height: 2.57;
            text-align: left;
            color: #4d4d4d;
            padding: 10px 0 10px 27px; }
      .entry-content .info-content .thl-about-table ul {
        display: none; }
    .entry-content .info-content .thl-about-container {
      width: 100%; }
      .entry-content .info-content .thl-about-container .about-img {
        width: 100%; }
        .entry-content .info-content .thl-about-container .about-img img {
          width: 100%;
          height: 100%; }
      .entry-content .info-content .thl-about-container .img-title {
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 2.33;
        text-align: left;
        color: #01afec;
        padding: 0; }
      .entry-content .info-content .thl-about-container .about-summary {
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 2.57;
        text-align: left;
        color: #4d4d4d; }
    .entry-content .info-content .thl_about_image_first {
      width: 100%;
      margin-top: 30px; }
      .entry-content .info-content .thl_about_image_first .image-first-row {
        width: 266px;
        height: 194px;
        float: left;
        margin-right: 45px;
        border: 1px solid; }
        .entry-content .info-content .thl_about_image_first .image-first-row img {
          width: 100%; }
    .entry-content .info-content .thl_about_image_second {
      width: 100%;
      margin-top: 30px;
      display: inline-block; }
      .entry-content .info-content .thl_about_image_second .image-first-row {
        width: 266px;
        height: 194px;
        float: left;
        margin-right: 45px;
        border: 1px solid; }
        .entry-content .info-content .thl_about_image_second .image-first-row img {
          width: 100%; }
    .entry-content .info-content .thl-about-popular-post {
      width: 100%;
      margin-top: 40px;
      display: inline-block; }
      .entry-content .info-content .thl-about-popular-post .thl-about-popular-post-left {
        width: 50%;
        float: left; }
        .entry-content .info-content .thl-about-popular-post .thl-about-popular-post-left .thl-about-popular-post-img-left {
          width: 100%;
          margin: 0 auto; }
          .entry-content .info-content .thl-about-popular-post .thl-about-popular-post-left .thl-about-popular-post-img-left img {
            width: 100%;
            height: 100%; }
        .entry-content .info-content .thl-about-popular-post .thl-about-popular-post-left .about-popular-post-left-title {
          width: 100%;
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-size: 12px;
          font-weight: 500;
          line-height: 3.17;
          text-align: center;
          color: #4d4d4d;
          margin: 0; }
      .entry-content .info-content .thl-about-popular-post .thl-about-popular-post-right {
        width: 50%;
        float: right; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .entry-content .info-content .thl-about-popular-post .thl-about-popular-post-right {
            text-align: center; } }
        .entry-content .info-content .thl-about-popular-post .thl-about-popular-post-right .thl-about-popular-post-img-right {
          margin: 0 auto;
          width: 340px;
          height: 340px; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            .entry-content .info-content .thl-about-popular-post .thl-about-popular-post-right .thl-about-popular-post-img-right {
              background-image: url("./images/circles_sp.png");
              background-repeat: no-repeat;
              background-position: center;
              background-size: cover;
              width: 75.06vw;
              height: 80.26vw;
              display: inline-block; } }
          .entry-content .info-content .thl-about-popular-post .thl-about-popular-post-right .thl-about-popular-post-img-right img {
            width: 100%;
            height: 100%; }
            @media only screen and (min-width: 320px) and (max-width: 768px) {
              .entry-content .info-content .thl-about-popular-post .thl-about-popular-post-right .thl-about-popular-post-img-right img {
                display: none; } }
        .entry-content .info-content .thl-about-popular-post .thl-about-popular-post-right .about-popular-post-right-title {
          width: 100%;
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-size: 12px;
          font-weight: 500;
          line-height: 3.17;
          text-align: center;
          color: #4d4d4d;
          margin: 0; }
    .entry-content .info-content .thl-about-post {
      width: 100%;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 18px;
      font-weight: bold;
      line-height: 2.33;
      text-align: left;
      color: #01afec;
      display: inline-block; }
      .entry-content .info-content .thl-about-post .thl-about-post-main .thl-about-post-content {
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 2.57;
        text-align: left;
        color: #4d4d4d; }
        .entry-content .info-content .thl-about-post .thl-about-post-main .thl-about-post-content p {
          padding: 0;
          margin: 0; }
      .entry-content .info-content .thl-about-post .thl-about-post-main {
        width: 59.5%;
        float: left;
        margin-top: 35.5px;
        margin-right: 20px; }
        .entry-content .info-content .thl-about-post .thl-about-post-main h2 {
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-size: 18px;
          font-weight: bold;
          line-height: 2.33;
          text-align: left;
          color: #01afec; }
        .entry-content .info-content .thl-about-post .thl-about-post-main .thl-about-post-list {
          padding: 0;
          margin: 20px 0 0; }
          .entry-content .info-content .thl-about-post .thl-about-post-main .thl-about-post-list li {
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-size: 18px;
            line-height: 2;
            text-align: left;
            font-weight: bold;
            color: #01afec;
            display: inline-block;
            margin-left: 17 px;
            padding: 0;
            list-style: none; }
          .entry-content .info-content .thl-about-post .thl-about-post-main .thl-about-post-list li::before {
            padding-right: 5px;
            font-family: FontAwesome;
            content: '\f111';
            font-size: 18px; }
            @media only screen and (min-width: 320px) and (max-width: 768px) {
              .entry-content .info-content .thl-about-post .thl-about-post-main .thl-about-post-list li::before {
                padding-top: 3px; } }
        .entry-content .info-content .thl-about-post .thl-about-post-main .thl-about-searchform {
          width: 485px;
          height: 135px;
          margin-top: 30px;
          border-top: 4px solid #01afec;
          border-bottom: 4px solid #01afec; }
          .entry-content .info-content .thl-about-post .thl-about-post-main .thl-about-searchform .thl-about-myform {
            width: 100%;
            text-align: center; }
            .entry-content .info-content .thl-about-post .thl-about-post-main .thl-about-searchform .thl-about-myform .search-container {
              width: 266px;
              height: 45px;
              font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
              font-size: 14px;
              font-weight: bold;
              line-height: 3;
              text-align: center;
              background: #01afec;
              display: block;
              color: #fff;
              margin: 0 auto; }
              .entry-content .info-content .thl-about-post .thl-about-post-main .thl-about-searchform .thl-about-myform .search-container a {
                text-decoration: none;
                color: #fff;
                cursor: pointer;
                line-height: 3.2;
                display: block; }
                .entry-content .info-content .thl-about-post .thl-about-post-main .thl-about-searchform .thl-about-myform .search-container a:hover {
                  opacity: 0.5; }
                  @media only screen and (min-width: 320px) and (max-width: 768px) {
                    .entry-content .info-content .thl-about-post .thl-about-post-main .thl-about-searchform .thl-about-myform .search-container a:hover {
                      opacity: 1; } }
                .entry-content .info-content .thl-about-post .thl-about-post-main .thl-about-searchform .thl-about-myform .search-container a .fa-search {
                  margin-right: 5px; }
          .entry-content .info-content .thl-about-post .thl-about-post-main .thl-about-searchform h2 {
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.5;
            color: #01afec;
            text-align: center;
            margin: 0;
            padding: 15px 0; }
          .entry-content .info-content .thl-about-post .thl-about-post-main .thl-about-searchform input[type="submit"] {
            width: 266px;
            height: 45px;
            background-color: #01afec; }
      .entry-content .info-content .thl-about-post .thl-about-post-img {
        width: 222.8px;
        height: 533.5px;
        float: left;
        padding: 0;
        margin: 41px 0 0 0; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .entry-content .info-content .thl-about-post .thl-about-post-img img {
            height: auto; } }
    .entry-content .info-content .thl_about_map_image {
      margin-top: 40px;
      display: inline-block; }
      .entry-content .info-content .thl_about_map_image img {
        width: 875px;
        height: 400px;
        background-color: #fff; }
    .entry-content .info-content .thl-about-map {
      margin-top: 50px; }
      .entry-content .info-content .thl-about-map h2 {
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 2.33;
        text-align: left;
        color: #01afec; }
      .entry-content .info-content .thl-about-map .thl-about-map-list {
        padding: 0;
        margin: 0 0 20px; }
        .entry-content .info-content .thl-about-map .thl-about-map-list p {
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-size: 14px;
          font-weight: 500;
          line-height: 2.57;
          text-align: left;
          color: #4d4d4d;
          padding: 0;
          margin: 0; }
        .entry-content .info-content .thl-about-map .thl-about-map-list .map-list {
          margin: 0 0 26px !important; }
          .entry-content .info-content .thl-about-map .thl-about-map-list .map-list span {
            display: inline-block; }
            .entry-content .info-content .thl-about-map .thl-about-map-list .map-list span:last-child {
              margin-left: 70px; }
    .entry-content .info-content .thl_about_form_content {
      display: inline-block;
      width: 100%;
      margin: 0; }
      .entry-content .info-content .thl_about_form_content p {
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 2.57;
        text-align: left;
        color: #4d4d4d;
        margin: 0;
        padding: 0 !important; }
    .entry-content .info-content .thl_about_form .wpcf7 {
      padding: 0;
      width: 570px;
      margin-bottom: 30px; }
      .entry-content .info-content .thl_about_form .wpcf7 .form1-inquiry-content-class {
        height: 180px !important; }
      .entry-content .info-content .thl_about_form .wpcf7 select {
        width: 570px; }
      .entry-content .info-content .thl_about_form .wpcf7 .form1-email-address-class {
        width: 570px; }
      .entry-content .info-content .thl_about_form .wpcf7 .form1-inquiry-content-class {
        width: 570px; }
      .entry-content .info-content .thl_about_form .wpcf7 .btn-submit {
        margin: 20px 0% 0 3%; }
      .entry-content .info-content .thl_about_form .wpcf7 .wpcf7c-btn-confirm {
        margin: 20px 3.4% 0 0; }
    .entry-content .info-content .thl_about_content_tbl {
      display: inline-block;
      width: 100%;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      margin: 30px 0; }
      .entry-content .info-content .thl_about_content_tbl ul {
        display: none; }
      .entry-content .info-content .thl_about_content_tbl table {
        margin: 0; }
        .entry-content .info-content .thl_about_content_tbl table tbody tr:first-child td {
          padding-top: 30px; }
        .entry-content .info-content .thl_about_content_tbl table tbody tr:last-child td {
          padding-bottom: 30px; }
        .entry-content .info-content .thl_about_content_tbl table tbody tr td {
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-size: 14px;
          font-weight: 500;
          line-height: 2.57;
          text-align: center;
          color: #4d4d4d;
          padding: 2px 13px; }
          .entry-content .info-content .thl_about_content_tbl table tbody tr td:last-child {
            text-align: left; }
          .entry-content .info-content .thl_about_content_tbl table tbody tr td span {
            color: #01afec; }
          .entry-content .info-content .thl_about_content_tbl table tbody tr td:nth-of-type(odd) {
            background-color: rgba(220, 220, 220, 0.3); }
    .entry-content .info-content .thl_about_rep {
      display: inline-block;
      width: 100%;
      margin: 0 0 50px; }
      .entry-content .info-content .thl_about_rep .thl_about_rep_content {
        width: 60%;
        margin-right: 5%;
        float: left; }
        .entry-content .info-content .thl_about_rep .thl_about_rep_content p {
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-size: 14px;
          font-weight: 500;
          line-height: 2.57;
          text-align: left;
          color: #4d4d4d;
          margin: 0;
          padding: 0; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            .entry-content .info-content .thl_about_rep .thl_about_rep_content p {
              line-height: 2; } }
          .entry-content .info-content .thl_about_rep .thl_about_rep_content p span {
            display: block;
            margin-top: 22px; }
        .entry-content .info-content .thl_about_rep .thl_about_rep_content .thl_about_rep_content_left {
          margin-top: 18px;
          font-size: 12px;
          line-height: 2;
          color: #4d4d4d; }
        .entry-content .info-content .thl_about_rep .thl_about_rep_content .thl_about_rep_rotate {
          background-color: #4d4d4d;
          width: 268px;
          text-align: center;
          float: right;
          transform: rotate(-8deg);
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-size: 13.8px;
          font-weight: 500;
          line-height: 2.57;
          color: #fff;
          padding: 22px 0;
          margin-top: 8px; }
      .entry-content .info-content .thl_about_rep .thl_about_rep_image {
        float: left;
        width: 35%;
        margin-top: 12px; }
    .entry-content .info-content .thl_about_pre_content {
      margin-bottom: 70px; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .entry-content .info-content .thl_about_pre_content {
          margin-bottom: 8%; } }
      .entry-content .info-content .thl_about_pre_content h3 {
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.75;
        letter-spacing: 0.6px;
        text-align: left;
        color: #01afec;
        position: relative;
        padding-left: 10px; }
        .entry-content .info-content .thl_about_pre_content h3::before {
          content: "";
          width: 5px;
          height: 20px;
          background: #01afec;
          position: absolute;
          left: 0;
          top: 4px; }
        .entry-content .info-content .thl_about_pre_content h3 *::-ms-backdrop, .entry-content .info-content .thl_about_pre_content h3::before {
          height: 16px; }
      .entry-content .info-content .thl_about_pre_content p {
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 2.57;
        text-align: left;
        color: #4d4d4d; }
      .entry-content .info-content .thl_about_pre_content .pre-link a {
        color: #01afec;
        text-decoration: underline; }
    .entry-content .info-content .thl_about_image_first {
      display: inline-block;
      margin: 0; }
      .entry-content .info-content .thl_about_image_first .image-first-row {
        float: left;
        width: 31%;
        margin-right: 3.5%;
        border: 0;
        margin-bottom: 32px; }
        .entry-content .info-content .thl_about_image_first .image-first-row:nth-of-type(3n) {
          margin-right: 0; }
    .entry-content .info-content .thl_about_image_second {
      margin-bottom: 40px; }
      .entry-content .info-content .thl_about_image_second .image-first-row {
        float: left;
        width: 31%;
        margin-right: 3.5%;
        border: 0; }
    .entry-content .info-content .thl_about_chall_title h3 {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.75;
      letter-spacing: 0.6px;
      text-align: left;
      color: #01afec;
      position: relative;
      padding-left: 10px; }
      .entry-content .info-content .thl_about_chall_title h3::before {
        content: "";
        width: 4px;
        height: 20px;
        background: #01afec;
        position: absolute;
        left: 0;
        top: 4px; }
      .entry-content .info-content .thl_about_chall_title h3 *::-ms-backdrop, .entry-content .info-content .thl_about_chall_title h3::before {
        height: 16px; }
    .entry-content .info-content .thl_about_chall_content {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 2.57;
      text-align: left;
      color: #4d4d4d;
      margin-bottom: 20px; }
    .entry-content .info-content .thl_about_chall_image-last {
      margin: 10px 0 0; }
      .entry-content .info-content .thl_about_chall_image-last .chall-row {
        float: left;
        width: 31%;
        margin-right: 3.5%; }
    .entry-content .info-content .thl_about_chall_image {
      display: inline-block;
      width: 100%;
      margin: 10px 0 40px; }
      .entry-content .info-content .thl_about_chall_image .chall-row {
        float: left;
        width: 31%;
        margin-right: 3.5%; }
    .entry-content .info-content .google-link {
      text-decoration: underline;
      float: right;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.86;
      letter-spacing: 1.4px;
      text-align: left;
      color: #01afec;
      margin-top: 20px; }

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .entry-content {
    width: 100%;
    margin-bottom: 0 !important; }
    .entry-content .info-content .thl-about-container .img-title {
      padding: 0 6%;
      font-size: 36px;
      font-weight: bold;
      line-height: 1.33;
      letter-spacing: 1.3px; }
    .entry-content .info-content .thl-about-container .about-summary {
      font-size: 3.2vw;
      font-weight: 500;
      line-height: 2;
      padding: 0 6%; }
    .entry-content .thl-about-popular-post .thl-about-popular-post-left {
      width: 100% !important;
      padding: 0 6%;
      margin-bottom: 60px; }
      .entry-content .thl-about-popular-post .thl-about-popular-post-left .about-popular-post-left-title {
        font-size: 18px !important; }
    .entry-content .thl-about-popular-post .thl-about-popular-post-right {
      width: 100% !important;
      padding: 0 6%; }
      .entry-content .thl-about-popular-post .thl-about-popular-post-right .about-popular-post-right-title {
        font-size: 18px !important; }
    .entry-content .thl-about-post {
      padding: 0 6%;
      position: relative; }
      .entry-content .thl-about-post .thl-about-post-main {
        width: 100% !important;
        margin: 0 !important; }
        .entry-content .thl-about-post .thl-about-post-main .post-main-title {
          font-size: 36px !important; }
        .entry-content .thl-about-post .thl-about-post-main .thl-about-post-content {
          width: 60%;
          float: left;
          font-size: 3.2vw !important; }
        .entry-content .thl-about-post .thl-about-post-main .thl-about-searchform .thl-about-myform .search-container {
          width: 100% !important;
          height: 100% !important;
          position: relative; }
    .entry-content .thl-about-table {
      padding: 0 6%; }
      .entry-content .thl-about-table h2 {
        font-size: 36px !important; }
      .entry-content .thl-about-table table {
        display: none; }
      .entry-content .thl-about-table ul {
        display: block !important;
        margin: 20px 0;
        padding: 0;
        list-style: none; }
        .entry-content .thl-about-table ul li {
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-size: 3.2vw;
          font-weight: 500;
          line-height: 2;
          text-align: left;
          color: #4d4d4d;
          padding: 1.4vw 18px; }
          .entry-content .thl-about-table ul li:nth-of-type(odd) {
            background: rgba(220, 220, 220, 0.3); }
    .entry-content .thl-about-map {
      padding: 0 6%;
      margin-top: 0 !important; }
      .entry-content .thl-about-map h2 {
        font-size: 36px !important; }
      .entry-content .thl-about-map p {
        font-size: 3.2vw !important; }
        .entry-content .thl-about-map p span {
          display: block; }
      .entry-content .thl-about-map .map-list span {
        display: block;
        margin-left: 0 !important; }
    .entry-content #wpgmza_map {
      width: 100% !important; }
    .entry-content .thl_about_form_content {
      padding: 0 6%; }
      .entry-content .thl_about_form_content h2 {
        font-size: 36px !important; }
    .entry-content .thl_about_form {
      padding: 0 6%; }
      .entry-content .thl_about_form .wpcf7 {
        padding: 0;
        width: 100% !important; }
        .entry-content .thl_about_form .wpcf7 select {
          width: 100% !important; }
        .entry-content .thl_about_form .wpcf7 .form1-email-address-class {
          width: 100% !important; }
        .entry-content .thl_about_form .wpcf7 .form1-inquiry-content-class {
          width: 100% !important; }
        .entry-content .thl_about_form .wpcf7 .btn-submit {
          margin: 5% 4.5% 0 0 !important;
          width: 47.7%; }
        .entry-content .thl_about_form .wpcf7 .wpcf7c-btn-confirm {
          margin: 5% 4.5% 0 0 !important;
          width: 47.7%; }
        .entry-content .thl_about_form .wpcf7 .btn-reset {
          margin: 5% 0 0 !important;
          width: 47.7%; }
    .entry-content .thl_about_content_tbl_title {
      padding: 0 6%; }
      .entry-content .thl_about_content_tbl_title h2 {
        font-size: 36px;
        margin: 0 !important; }
    .entry-content .thl_about_content_tbl {
      padding: 0 6%;
      border-top: 0 !important;
      border-bottom: 0 !important;
      margin: 4vw 0 !important; }
      .entry-content .thl_about_content_tbl table {
        display: none; }
      .entry-content .thl_about_content_tbl ul {
        display: block !important;
        list-style: none;
        margin: 0;
        padding: 0; }
        .entry-content .thl_about_content_tbl ul li {
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-size: 3.2vw;
          font-weight: 500;
          text-align: left;
          color: #4d4d4d;
          padding: 0 18px;
          width: 100%;
          display: flex; }
          .entry-content .thl_about_content_tbl ul li:first-child div, .entry-content .thl_about_content_tbl ul li:last-child div, .entry-content .thl_about_content_tbl ul li:nth-child(4) {
            line-height: 3; }
            .entry-content .thl_about_content_tbl ul li:first-child div div, .entry-content .thl_about_content_tbl ul li:last-child div div, .entry-content .thl_about_content_tbl ul li:nth-child(4) div {
              line-height: 3; }
          .entry-content .thl_about_content_tbl ul li div {
            float: left;
            width: 7em;
            line-height: 4;
            padding: 0 !important; }
          .entry-content .thl_about_content_tbl ul li p {
            width: 75%;
            float: right;
            margin: 0 !important;
            padding: 1vw 0 !important;
            display: flex;
            align-items: center; }
            .entry-content .thl_about_content_tbl ul li p span {
              display: block;
              padding: 2vw 0 0 4vw !important;
              line-height: 2 !important; }
              .entry-content .thl_about_content_tbl ul li p span i {
                color: #01afec; }
          .entry-content .thl_about_content_tbl ul li:nth-of-type(odd) {
            background-color: rgba(220, 220, 220, 0.3); }
    .entry-content .thl_about_rep_title {
      padding: 0 6%; }
      .entry-content .thl_about_rep_title h2 {
        font-size: 36px; }
    .entry-content .thl_about_rep {
      position: relative;
      padding: 0 6%; }
      .entry-content .thl_about_rep .thl_about_rep_content {
        width: 100% !important;
        float: none; }
        .entry-content .thl_about_rep .thl_about_rep_content p {
          font-size: 3.2vw !important; }
        .entry-content .thl_about_rep .thl_about_rep_content .chall-row {
          float: left;
          width: 31%;
          margin-right: 3.5%; }
        .entry-content .thl_about_rep .thl_about_rep_content .thl_about_rep_content_left {
          font-size: 1.8vw !important;
          line-height: 1.67 !important; }
        .entry-content .thl_about_rep .thl_about_rep_content .thl_about_rep_rotate {
          position: absolute;
          bottom: -7px;
          right: 11%;
          padding: 2.8vw 0 !important;
          width: 33vw !important; }
    .entry-content .thl_about_rep_image {
      width: 50% !important;
      margin: auto !important;
      float: none !important;
      display: block; }
      .entry-content .thl_about_rep_image img {
        display: inline-block;
        margin: 4vw 0; }
  .thl_about_pre_title {
    padding: 0 6%; }
    .thl_about_pre_title h2 {
      font-size: 36px; }
  .thl_about_pre_content {
    padding: 0 6%; }
    .thl_about_pre_content h3 {
      font-size: 4vw !important;
      padding-left: 14px !important; }
      .thl_about_pre_content h3::before {
        content: "";
        width: 1% !important;
        height: 56% !important;
        top: 21% !important; }
    .thl_about_pre_content .pre-link a {
      font-size: 3.2vw !important; }
  .thl_about_image_first {
    padding: 0 6%; }
    .thl_about_image_first .image-first-row {
      width: 48% !important;
      margin-right: 4% !important;
      margin-bottom: 4% !important;
      height: auto !important; }
      .thl_about_image_first .image-first-row:nth-of-type(even) {
        margin-right: 0 !important; }
  .thl_about_chall_title {
    padding: 0 6%; }
    .thl_about_chall_title h3 {
      font-size: 4vw !important;
      padding-left: 14px !important; }
      .thl_about_chall_title h3::before {
        content: "";
        width: 1% !important;
        height: 76% !important;
        top: 13% !important; }
  .thl_about_chall_content {
    padding: 0 6%;
    font-size: 3.2vw !important; }
  .thl_about_chall_image {
    padding: 0 6%;
    margin: 0 !important; }
    .thl_about_chall_image .chall-row {
      width: 48% !important;
      margin-right: 4% !important;
      margin-bottom: 20px !important; }
      .thl_about_chall_image .chall-row img {
        width: 100% !important;
        height: 100% !important; }
      .thl_about_chall_image .chall-row:last-child {
        margin-right: 0 !important; } }

@media only screen and (min-width: 320px) and (max-width: 400px) {
  .entry-content .info-content .thl-about-post .thl-about-post-img {
    position: absolute;
    top: 98px;
    right: 21px;
    width: 33% !important;
    height: inherit; } }

@media only screen and (min-width: 401px) and (max-width: 768px) {
  .entry-content .info-content .thl-about-post .thl-about-post-img {
    position: absolute;
    top: 98px;
    right: 60px;
    width: 33% !important; } }

@media only screen and (min-width: 320px) and (max-width: 500px) {
  .thl-about-post-list {
    width: 60%;
    float: left; }
    .thl-about-post-list li {
      font-size: 3.2vw !important; }
      .thl-about-post-list li::before {
        float: left;
        height: 9vw;
        display: inline-block;
        margin-top: -7px; }
  .info-content {
    margin-top: 0 !important; }
  .search-container {
    width: 100% !important;
    height: 48px !important; }
    .search-container a {
      font-size: 2.8vw;
      line-height: 4 !important; }
  .thl-about-searchform {
    width: 100% !important;
    display: inline-block;
    height: 130px !important; }
    .thl-about-searchform h2 {
      font-size: 3.2vw !important; }
  select {
    height: 50px !important; }
  .form1-email-address-class {
    height: 50px !important; }
  .wpcf7c-btn-confirm, .wpcf7c-btn-back {
    height: 50px !important; }
  .btn-reset {
    height: 50px !important; }
  .thl-about-popular-post-right {
    margin-bottom: 0; } }

@media only screen and (min-width: 501px) and (max-width: 768px) {
  .thl-about-post-list {
    width: 60%;
    float: left; }
    .thl-about-post-list li {
      font-size: 3.2vw !important; }
      .thl-about-post-list li::before {
        float: left;
        height: 7vw;
        display: inline-block;
        margin-top: 5px; }
  .search-container {
    width: 100% !important;
    height: 80px !important; }
    .search-container a {
      font-size: 2.8vw;
      line-height: 4; }
  .thl-about-searchform {
    width: 100% !important;
    display: inline-block;
    height: 202px !important; }
    .thl-about-searchform h2 {
      font-size: 3.2vw !important; }
  select {
    height: 80px !important; }
  .form1-email-address-class {
    height: 80px !important; }
  .wpcf7c-btn-confirm, .wpcf7c-btn-back {
    height: 80px !important; }
  .btn-reset {
    height: 80px !important; }
  .thl-about-popular-post-right {
    margin-bottom: 60px; } }

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .policy_br {
    display: none; } }

@media (min-width: 769px) {
  .entry-content .info-content .thl_about_form .wpcf7 .form1-nick-name-class {
    width: 570px; }
  .entry-content .wpcf7 .wpcf7-form .btn-reset, .entry-content .wpcf7 .wpcf7-form .wpcf7c-btn-back {
    margin-left: 0px; } }

.pagination {
  width: 100%;
  height: 76px;
  margin-top: 78px;
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: #000;
  text-align: center;
  border-bottom: 0.5px solid #515151; }
  .pagination .screen-reader-text {
    display: none; }
  .pagination .nav-links > :first-child {
    border: none !important; }
  .pagination .nav-links {
    padding: 25px; }
    .pagination .nav-links .page-numbers {
      font-family: 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
      font-size: 14px;
      line-height: 1.86;
      text-align: center;
      color: #fff;
      border-left: 0.5px solid #515151;
      padding: 3px 22px;
      opacity: 0.8; }
      .pagination .nav-links .page-numbers .current {
        color: #fff; }

#archive {
  width: 1180px;
  margin: auto; }
  #archive .content-area {
    width: 914px;
    float: left; }
    #archive .content-area .block-area {
      width: 728px;
      height: 90px;
      background-color: #4d4d4d;
      display: block;
      margin-top: 78px;
      margin-left: 75px;
      text-align: center;
      margin-bottom: 78px;
      display: none; }
  #archive .site-main {
    width: 100%;
    display: inline-block; }
    #archive .site-main .page-header {
      width: 100%;
      margin: 0;
      padding: 0;
      margin-top: 20px; }
      #archive .site-main .page-header .page-title {
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 2.33;
        text-align: left;
        color: #01afec;
        margin: 0;
        padding-bottom: 29px; }
    #archive .site-main .post, #archive .site-main .word, #archive .site-main .racks, #archive .site-main .backnumbers, #archive .site-main .page {
      height: 590px;
      width: 266px;
      margin-right: 38.5px;
      float: left;
      background: #F6F8F8;
      margin-bottom: 33px; }
      #archive .site-main .post .post-img, #archive .site-main .word .post-img, #archive .site-main .racks .post-img, #archive .site-main .backnumbers .post-img, #archive .site-main .page .post-img {
        background: #01afec;
        height: 275px; }
        #archive .site-main .post .post-img span, #archive .site-main .word .post-img span, #archive .site-main .racks .post-img span, #archive .site-main .backnumbers .post-img span, #archive .site-main .page .post-img span {
          width: 100%;
          height: 100%;
          display: inline-block;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
        #archive .site-main .post .post-img:hover, #archive .site-main .word .post-img:hover, #archive .site-main .racks .post-img:hover, #archive .site-main .backnumbers .post-img:hover, #archive .site-main .page .post-img:hover {
          background: #01afec; }
          #archive .site-main .post .post-img:hover span, #archive .site-main .word .post-img:hover span, #archive .site-main .racks .post-img:hover span, #archive .site-main .backnumbers .post-img:hover span, #archive .site-main .page .post-img:hover span {
            opacity: 0.8; }
      #archive .site-main .post .block_post, #archive .site-main .word .block_post, #archive .site-main .racks .block_post, #archive .site-main .backnumbers .block_post, #archive .site-main .page .block_post {
        height: 100%; }
      #archive .site-main .post .link_permalink, #archive .site-main .word .link_permalink, #archive .site-main .racks .link_permalink, #archive .site-main .backnumbers .link_permalink, #archive .site-main .page .link_permalink {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000; }
        #archive .site-main .post .link_permalink:hover, #archive .site-main .word .link_permalink:hover, #archive .site-main .racks .link_permalink:hover, #archive .site-main .backnumbers .link_permalink:hover, #archive .site-main .page .link_permalink:hover {
          border-top: 5px solid #01afec;
          border-bottom: 5px solid #01afec; }
        #archive .site-main .post .link_permalink:hover + .block_post .post-img, #archive .site-main .word .link_permalink:hover + .block_post .post-img, #archive .site-main .racks .link_permalink:hover + .block_post .post-img, #archive .site-main .backnumbers .link_permalink:hover + .block_post .post-img, #archive .site-main .page .link_permalink:hover + .block_post .post-img {
          background: #01afec; }
          #archive .site-main .post .link_permalink:hover + .block_post .post-img span, #archive .site-main .word .link_permalink:hover + .block_post .post-img span, #archive .site-main .racks .link_permalink:hover + .block_post .post-img span, #archive .site-main .backnumbers .link_permalink:hover + .block_post .post-img span, #archive .site-main .page .link_permalink:hover + .block_post .post-img span {
            opacity: 0.8;
            cursor: pointer; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        #archive .site-main .post .link_permalink:hover, #archive .site-main .word .link_permalink:hover, #archive .site-main .racks .link_permalink:hover, #archive .site-main .backnumbers .link_permalink:hover, #archive .site-main .page .link_permalink:hover {
          border: none; }
        #archive .site-main .post .link_permalink + .row-block-inner span, #archive .site-main .word .link_permalink + .row-block-inner span, #archive .site-main .racks .link_permalink + .row-block-inner span, #archive .site-main .backnumbers .link_permalink + .row-block-inner span, #archive .site-main .page .link_permalink + .row-block-inner span {
          opacity: 1;
          cursor: pointer; } }
      #archive .site-main .post .th-box-main, #archive .site-main .word .th-box-main, #archive .site-main .racks .th-box-main, #archive .site-main .backnumbers .th-box-main, #archive .site-main .page .th-box-main {
        /*IE11 Hack*/ }
        #archive .site-main .post .th-box-main h1, #archive .site-main .word .th-box-main h1, #archive .site-main .racks .th-box-main h1, #archive .site-main .backnumbers .th-box-main h1, #archive .site-main .page .th-box-main h1 {
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          display: inline-block;
          -webkit-line-clamp: 3;
          overflow: hidden;
          text-overflow: ellipsis;
          word-break: break-all;
          height: 4.9em;
          overflow: hidden;
          line-height: 1.56;
          margin: 25px 0 0;
          padding: 0 30px;
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-size: 18px;
          font-weight: bold;
          letter-spacing: 0.6px;
          color: #4d4d4d; }
        #archive .site-main .post .th-box-main *::-ms-backdrop, #archive .site-main .post .th-box-main h1, #archive .site-main .word .th-box-main *::-ms-backdrop, #archive .site-main .word .th-box-main h1, #archive .site-main .racks .th-box-main *::-ms-backdrop, #archive .site-main .racks .th-box-main h1, #archive .site-main .backnumbers .th-box-main *::-ms-backdrop, #archive .site-main .backnumbers .th-box-main h1, #archive .site-main .page .th-box-main *::-ms-backdrop, #archive .site-main .page .th-box-main h1 {
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          display: inline-block;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          word-break: break-all;
          height: 4.8em;
          overflow: hidden; }
        #archive .site-main .post .th-box-main .thl-top-date, #archive .site-main .word .th-box-main .thl-top-date, #archive .site-main .racks .th-box-main .thl-top-date, #archive .site-main .backnumbers .th-box-main .thl-top-date, #archive .site-main .page .th-box-main .thl-top-date {
          padding: 0px 45px 0 30px;
          font-size: 11px;
          font-weight: 500;
          line-height: 2;
          color: #01afec;
          margin-top: 12px; }
          #archive .site-main .post .th-box-main .thl-top-date span, #archive .site-main .word .th-box-main .thl-top-date span, #archive .site-main .racks .th-box-main .thl-top-date span, #archive .site-main .backnumbers .th-box-main .thl-top-date span, #archive .site-main .page .th-box-main .thl-top-date span {
            color: #01afec; }
          #archive .site-main .post .th-box-main .thl-top-date .thl-related-article-category-name, #archive .site-main .word .th-box-main .thl-top-date .thl-related-article-category-name, #archive .site-main .racks .th-box-main .thl-top-date .thl-related-article-category-name, #archive .site-main .backnumbers .th-box-main .thl-top-date .thl-related-article-category-name, #archive .site-main .page .th-box-main .thl-top-date .thl-related-article-category-name {
            display: block;
            color: #01afec; }
        #archive .site-main .post .th-box-main .post-content, #archive .site-main .word .th-box-main .post-content, #archive .site-main .racks .th-box-main .post-content, #archive .site-main .backnumbers .th-box-main .post-content, #archive .site-main .page .th-box-main .post-content {
          padding: 0 20px;
          margin-top: 20px;
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-size: 14px;
          line-height: 1.71;
          color: #4d4d4d;
          font-weight: 500;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          display: inline-block;
          -webkit-line-clamp: 4;
          overflow: hidden;
          text-overflow: ellipsis;
          word-break: break-all;
          height: 6.5em !important;
          overflow: hidden; }
      #archive .site-main .post:first-of-type, #archive .site-main .word:first-of-type, #archive .site-main .racks:first-of-type, #archive .site-main .backnumbers:first-of-type, #archive .site-main .page:first-of-type {
        width: 570px;
        /*IE11 Hack*/ }
        #archive .site-main .post:first-of-type .post-img, #archive .site-main .word:first-of-type .post-img, #archive .site-main .racks:first-of-type .post-img, #archive .site-main .backnumbers:first-of-type .post-img, #archive .site-main .page:first-of-type .post-img {
          background: #01afec;
          height: 375px; }
          #archive .site-main .post:first-of-type .post-img img, #archive .site-main .word:first-of-type .post-img img, #archive .site-main .racks:first-of-type .post-img img, #archive .site-main .backnumbers:first-of-type .post-img img, #archive .site-main .page:first-of-type .post-img img {
            height: 100%; }
          #archive .site-main .post:first-of-type .post-img:hover, #archive .site-main .word:first-of-type .post-img:hover, #archive .site-main .racks:first-of-type .post-img:hover, #archive .site-main .backnumbers:first-of-type .post-img:hover, #archive .site-main .page:first-of-type .post-img:hover {
            background: #01afec; }
            #archive .site-main .post:first-of-type .post-img:hover span, #archive .site-main .word:first-of-type .post-img:hover span, #archive .site-main .racks:first-of-type .post-img:hover span, #archive .site-main .backnumbers:first-of-type .post-img:hover span, #archive .site-main .page:first-of-type .post-img:hover span {
              opacity: 0.8; }
        #archive .site-main .post:first-of-type h1, #archive .site-main .word:first-of-type h1, #archive .site-main .racks:first-of-type h1, #archive .site-main .backnumbers:first-of-type h1, #archive .site-main .page:first-of-type h1 {
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          display: inline-block;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          word-break: break-all;
          height: 3em;
          overflow: hidden;
          padding: 0 35px;
          margin: 20px 0 0;
          font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
          font-weight: bold;
          line-height: 1.43;
          letter-spacing: 1px;
          font-size: 28px !important;
          color: #4d4d4d; }
        #archive .site-main .post:first-of-type *::-ms-backdrop, #archive .site-main .post:first-of-type h1, #archive .site-main .word:first-of-type *::-ms-backdrop, #archive .site-main .word:first-of-type h1, #archive .site-main .racks:first-of-type *::-ms-backdrop, #archive .site-main .racks:first-of-type h1, #archive .site-main .backnumbers:first-of-type *::-ms-backdrop, #archive .site-main .backnumbers:first-of-type h1, #archive .site-main .page:first-of-type *::-ms-backdrop, #archive .site-main .page:first-of-type h1 {
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          display: inline-block;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          word-break: break-all;
          height: 2.9em;
          overflow: hidden; }
        #archive .site-main .post:first-of-type .th-box-main .thl-top-date, #archive .site-main .word:first-of-type .th-box-main .thl-top-date, #archive .site-main .racks:first-of-type .th-box-main .thl-top-date, #archive .site-main .backnumbers:first-of-type .th-box-main .thl-top-date, #archive .site-main .page:first-of-type .th-box-main .thl-top-date {
          margin-top: 0px; }
        #archive .site-main .post:first-of-type .th-box-main .thl-related-article-category-name, #archive .site-main .word:first-of-type .th-box-main .thl-related-article-category-name, #archive .site-main .racks:first-of-type .th-box-main .thl-related-article-category-name, #archive .site-main .backnumbers:first-of-type .th-box-main .thl-related-article-category-name, #archive .site-main .page:first-of-type .th-box-main .thl-related-article-category-name {
          display: inline-block;
          margin-left: 15px; }
          @media only screen and (min-width: 320px) and (max-width: 768px) {
            #archive .site-main .post:first-of-type .th-box-main .thl-related-article-category-name, #archive .site-main .word:first-of-type .th-box-main .thl-related-article-category-name, #archive .site-main .racks:first-of-type .th-box-main .thl-related-article-category-name, #archive .site-main .backnumbers:first-of-type .th-box-main .thl-related-article-category-name, #archive .site-main .page:first-of-type .th-box-main .thl-related-article-category-name {
              margin-left: 0; } }
        #archive .site-main .post:first-of-type .th-box-main .post-content, #archive .site-main .word:first-of-type .th-box-main .post-content, #archive .site-main .racks:first-of-type .th-box-main .post-content, #archive .site-main .backnumbers:first-of-type .th-box-main .post-content, #archive .site-main .page:first-of-type .th-box-main .post-content {
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          display: inline-block;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          word-break: break-all;
          height: 3em !important;
          overflow: hidden;
          margin-top: 10px; }
      #archive .site-main .post .thl-top-date, #archive .site-main .word .thl-top-date, #archive .site-main .racks .thl-top-date, #archive .site-main .backnumbers .thl-top-date, #archive .site-main .page .thl-top-date {
        padding: 0px 30px 0;
        font-size: 11px;
        font-weight: 500;
        line-height: 2;
        color: #01afec; }
        #archive .site-main .post .thl-top-date span, #archive .site-main .word .thl-top-date span, #archive .site-main .racks .thl-top-date span, #archive .site-main .backnumbers .thl-top-date span, #archive .site-main .page .thl-top-date span {
          color: #01afec;
          display: inline-block; }
        #archive .site-main .post .thl-top-date .thl-related-article-category-name, #archive .site-main .word .thl-top-date .thl-related-article-category-name, #archive .site-main .racks .thl-top-date .thl-related-article-category-name, #archive .site-main .backnumbers .thl-top-date .thl-related-article-category-name, #archive .site-main .page .thl-top-date .thl-related-article-category-name {
          display: inline-block;
          color: #01afec; }
      #archive .site-main .post .post-content, #archive .site-main .word .post-content, #archive .site-main .racks .post-content, #archive .site-main .backnumbers .post-content, #archive .site-main .page .post-content {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        display: inline-block;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        height: 3em !important;
        overflow: hidden;
        margin: 10px; }
      #archive .site-main .post:nth-of-type(n+6), #archive .site-main .word:nth-of-type(n+6), #archive .site-main .racks:nth-of-type(n+6), #archive .site-main .backnumbers:nth-of-type(n+6), #archive .site-main .page:nth-of-type(n+6) {
        width: 875px;
        height: 199px; }
        #archive .site-main .post:nth-of-type(n+6) .post-img, #archive .site-main .word:nth-of-type(n+6) .post-img, #archive .site-main .racks:nth-of-type(n+6) .post-img, #archive .site-main .backnumbers:nth-of-type(n+6) .post-img, #archive .site-main .page:nth-of-type(n+6) .post-img {
          background: #01afec;
          width: 266px;
          float: left;
          height: 199px; }
          #archive .site-main .post:nth-of-type(n+6) .post-img img, #archive .site-main .word:nth-of-type(n+6) .post-img img, #archive .site-main .racks:nth-of-type(n+6) .post-img img, #archive .site-main .backnumbers:nth-of-type(n+6) .post-img img, #archive .site-main .page:nth-of-type(n+6) .post-img img {
            height: 100%; }
          #archive .site-main .post:nth-of-type(n+6) .post-img:hover, #archive .site-main .word:nth-of-type(n+6) .post-img:hover, #archive .site-main .racks:nth-of-type(n+6) .post-img:hover, #archive .site-main .backnumbers:nth-of-type(n+6) .post-img:hover, #archive .site-main .page:nth-of-type(n+6) .post-img:hover {
            background: #01afec; }
            #archive .site-main .post:nth-of-type(n+6) .post-img:hover span, #archive .site-main .word:nth-of-type(n+6) .post-img:hover span, #archive .site-main .racks:nth-of-type(n+6) .post-img:hover span, #archive .site-main .backnumbers:nth-of-type(n+6) .post-img:hover span, #archive .site-main .page:nth-of-type(n+6) .post-img:hover span {
              opacity: 0.8; }
        #archive .site-main .post:nth-of-type(n+6) .th-box-main, #archive .site-main .word:nth-of-type(n+6) .th-box-main, #archive .site-main .racks:nth-of-type(n+6) .th-box-main, #archive .site-main .backnumbers:nth-of-type(n+6) .th-box-main, #archive .site-main .page:nth-of-type(n+6) .th-box-main {
          width: 609px;
          float: left; }
          #archive .site-main .post:nth-of-type(n+6) .th-box-main .thl-top-date, #archive .site-main .word:nth-of-type(n+6) .th-box-main .thl-top-date, #archive .site-main .racks:nth-of-type(n+6) .th-box-main .thl-top-date, #archive .site-main .backnumbers:nth-of-type(n+6) .th-box-main .thl-top-date, #archive .site-main .page:nth-of-type(n+6) .th-box-main .thl-top-date {
            margin-top: 16px; }
          #archive .site-main .post:nth-of-type(n+6) .th-box-main h1, #archive .site-main .word:nth-of-type(n+6) .th-box-main h1, #archive .site-main .racks:nth-of-type(n+6) .th-box-main h1, #archive .site-main .backnumbers:nth-of-type(n+6) .th-box-main h1, #archive .site-main .page:nth-of-type(n+6) .th-box-main h1 {
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            display: inline-block;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-all;
            height: 3em !important;
            overflow: hidden; }
          #archive .site-main .post:nth-of-type(n+6) .th-box-main .thl-related-article-category-name, #archive .site-main .word:nth-of-type(n+6) .th-box-main .thl-related-article-category-name, #archive .site-main .racks:nth-of-type(n+6) .th-box-main .thl-related-article-category-name, #archive .site-main .backnumbers:nth-of-type(n+6) .th-box-main .thl-related-article-category-name, #archive .site-main .page:nth-of-type(n+6) .th-box-main .thl-related-article-category-name {
            display: inline-block;
            float: right; }
            @media only screen and (min-width: 320px) and (max-width: 768px) {
              #archive .site-main .post:nth-of-type(n+6) .th-box-main .thl-related-article-category-name, #archive .site-main .word:nth-of-type(n+6) .th-box-main .thl-related-article-category-name, #archive .site-main .racks:nth-of-type(n+6) .th-box-main .thl-related-article-category-name, #archive .site-main .backnumbers:nth-of-type(n+6) .th-box-main .thl-related-article-category-name, #archive .site-main .page:nth-of-type(n+6) .th-box-main .thl-related-article-category-name {
                margin-left: 15px; } }
          #archive .site-main .post:nth-of-type(n+6) .th-box-main .post-content, #archive .site-main .word:nth-of-type(n+6) .th-box-main .post-content, #archive .site-main .racks:nth-of-type(n+6) .th-box-main .post-content, #archive .site-main .backnumbers:nth-of-type(n+6) .th-box-main .post-content, #archive .site-main .page:nth-of-type(n+6) .th-box-main .post-content {
            margin-top: 15px;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            display: inline-block;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-all;
            height: 3em !important;
            overflow: hidden; }
  #archive .pagination {
    display: inline-block;
    width: 100%; }

/*responsive for archive page*/
@media only screen and (min-width: 320px) and (max-width: 768px) {
  #archive {
    width: 100%;
    margin: 0 auto; }
    #archive .content-area {
      width: 100%;
      float: none; }
      #archive .content-area .site-main {
        width: 100%;
        padding: 0 5.8vw; }
        #archive .content-area .site-main .page-header {
          width: 100%;
          margin: 6.4vw 0; }
          #archive .content-area .site-main .page-header .page-title {
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-size: 4.6vw;
            font-weight: bold;
            line-height: 1.33;
            letter-spacing: 1.3px;
            text-align: left;
            color: #01afec;
            padding: 0; }
        #archive .content-area .site-main .post, #archive .content-area .site-main .word, #archive .content-area .site-main .racks, #archive .content-area .site-main .backnumbers, #archive .content-area .site-main .page {
          width: 48.5%;
          height: 103vw;
          margin: 0 auto;
          margin-bottom: 4.5%; }
          #archive .content-area .site-main .post:nth-of-type(2n+2), #archive .content-area .site-main .word:nth-of-type(2n+2), #archive .content-area .site-main .racks:nth-of-type(2n+2), #archive .content-area .site-main .backnumbers:nth-of-type(2n+2), #archive .content-area .site-main .page:nth-of-type(2n+2) {
            margin-right: 4%;
            width: 47.5%; }
          #archive .content-area .site-main .post .post-img, #archive .content-area .site-main .word .post-img, #archive .content-area .site-main .racks .post-img, #archive .content-area .site-main .backnumbers .post-img, #archive .content-area .site-main .page .post-img {
            background: #01afec;
            width: 100%;
            height: 42.3vw; }
            #archive .content-area .site-main .post .post-img:hover, #archive .content-area .site-main .word .post-img:hover, #archive .content-area .site-main .racks .post-img:hover, #archive .content-area .site-main .backnumbers .post-img:hover, #archive .content-area .site-main .page .post-img:hover {
              background: #01afec; }
              #archive .content-area .site-main .post .post-img:hover span, #archive .content-area .site-main .word .post-img:hover span, #archive .content-area .site-main .racks .post-img:hover span, #archive .content-area .site-main .backnumbers .post-img:hover span, #archive .content-area .site-main .page .post-img:hover span {
                opacity: 0.8; }
          #archive .content-area .site-main .post .th-box-main h1, #archive .content-area .site-main .word .th-box-main h1, #archive .content-area .site-main .racks .th-box-main h1, #archive .content-area .site-main .backnumbers .th-box-main h1, #archive .content-area .site-main .page .th-box-main h1 {
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            display: inline-block;
            -webkit-line-clamp: 3;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-all;
            height: 5.5em !important;
            overflow: hidden;
            line-height: 1.56;
            margin: 4.5% 0 0;
            padding: 6%;
            height: 3.9em;
            font-size: 3.2vw; }
          #archive .content-area .site-main .post .thl-top-date, #archive .content-area .site-main .word .thl-top-date, #archive .content-area .site-main .racks .thl-top-date, #archive .content-area .site-main .backnumbers .thl-top-date, #archive .content-area .site-main .page .thl-top-date {
            font-size: 2.35vw;
            font-weight: 500;
            line-height: 2.8;
            color: #01afec;
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            padding: 0 6%;
            margin-top: 0; }
            #archive .content-area .site-main .post .thl-top-date .thl-related-article-category-name, #archive .content-area .site-main .word .thl-top-date .thl-related-article-category-name, #archive .content-area .site-main .racks .thl-top-date .thl-related-article-category-name, #archive .content-area .site-main .backnumbers .thl-top-date .thl-related-article-category-name, #archive .content-area .site-main .page .thl-top-date .thl-related-article-category-name {
              float: none; }
          #archive .content-area .site-main .post .post-content, #archive .content-area .site-main .word .post-content, #archive .content-area .site-main .racks .post-content, #archive .content-area .site-main .backnumbers .post-content, #archive .content-area .site-main .page .post-content {
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            display: inline-block;
            -webkit-line-clamp: 5;
            overflow: hidden;
            text-overflow: ellipsis;
            word-break: break-all;
            height: 8.4em !important;
            overflow: hidden;
            font-size: 2.93vw;
            padding: 0 6%;
            line-height: 1.71;
            color: #4d4d4d;
            font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-weight: 500;
            text-align: left;
            margin: 0;
            margin-bottom: 2%; }
          #archive .content-area .site-main .post:first-of-type, #archive .content-area .site-main .word:first-of-type, #archive .content-area .site-main .racks:first-of-type, #archive .content-area .site-main .backnumbers:first-of-type, #archive .content-area .site-main .page:first-of-type {
            width: 100%;
            height: 98vw; }
            #archive .content-area .site-main .post:first-of-type .post-img, #archive .content-area .site-main .word:first-of-type .post-img, #archive .content-area .site-main .racks:first-of-type .post-img, #archive .content-area .site-main .backnumbers:first-of-type .post-img, #archive .content-area .site-main .page:first-of-type .post-img {
              background: #01afec;
              width: 100%;
              background-size: cover;
              background-position: center;
              height: 56.6vw; }
              #archive .content-area .site-main .post:first-of-type .post-img:hover, #archive .content-area .site-main .word:first-of-type .post-img:hover, #archive .content-area .site-main .racks:first-of-type .post-img:hover, #archive .content-area .site-main .backnumbers:first-of-type .post-img:hover, #archive .content-area .site-main .page:first-of-type .post-img:hover {
                background: #01afec; }
                #archive .content-area .site-main .post:first-of-type .post-img:hover span, #archive .content-area .site-main .word:first-of-type .post-img:hover span, #archive .content-area .site-main .racks:first-of-type .post-img:hover span, #archive .content-area .site-main .backnumbers:first-of-type .post-img:hover span, #archive .content-area .site-main .page:first-of-type .post-img:hover span {
                  opacity: 0.8; }
            #archive .content-area .site-main .post:first-of-type h1, #archive .content-area .site-main .word:first-of-type h1, #archive .content-area .site-main .racks:first-of-type h1, #archive .content-area .site-main .backnumbers:first-of-type h1, #archive .content-area .site-main .page:first-of-type h1 {
              -webkit-box-orient: vertical;
              -moz-box-orient: vertical;
              display: inline-block;
              -webkit-line-clamp: 2;
              overflow: hidden;
              text-overflow: ellipsis;
              word-break: break-all;
              height: 3em;
              overflow: hidden;
              height: 2.8em !important;
              font-size: 4.26vw !important;
              margin: 4.5% 0 0;
              padding: 0 6%;
              text-decoration: none; }
            #archive .content-area .site-main .post:first-of-type .thl-top-date, #archive .content-area .site-main .word:first-of-type .thl-top-date, #archive .content-area .site-main .racks:first-of-type .thl-top-date, #archive .content-area .site-main .backnumbers:first-of-type .thl-top-date, #archive .content-area .site-main .page:first-of-type .thl-top-date {
              font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
              font-size: 2.35vw;
              padding: 0 6%;
              font-weight: 500;
              line-height: 2.8;
              margin-bottom: 0; }
              #archive .content-area .site-main .post:first-of-type .thl-top-date .thl-related-article-category-name, #archive .content-area .site-main .word:first-of-type .thl-top-date .thl-related-article-category-name, #archive .content-area .site-main .racks:first-of-type .thl-top-date .thl-related-article-category-name, #archive .content-area .site-main .backnumbers:first-of-type .thl-top-date .thl-related-article-category-name, #archive .content-area .site-main .page:first-of-type .thl-top-date .thl-related-article-category-name {
                float: right; }
            #archive .content-area .site-main .post:first-of-type .post-content, #archive .content-area .site-main .word:first-of-type .post-content, #archive .content-area .site-main .racks:first-of-type .post-content, #archive .content-area .site-main .backnumbers:first-of-type .post-content, #archive .content-area .site-main .page:first-of-type .post-content {
              -webkit-box-orient: vertical;
              -moz-box-orient: vertical;
              display: inline-block;
              -webkit-line-clamp: 3 !important;
              overflow: hidden;
              text-overflow: ellipsis;
              word-break: break-all;
              height: 5.2em !important;
              overflow: hidden;
              font-size: 2.93vw;
              font-weight: 500;
              line-height: 1.71;
              color: #4d4d4d;
              padding: 0 6%;
              margin: 0;
              margin-bottom: 1%; }
          #archive .content-area .site-main .post:nth-of-type(n+6), #archive .content-area .site-main .word:nth-of-type(n+6), #archive .content-area .site-main .racks:nth-of-type(n+6), #archive .content-area .site-main .backnumbers:nth-of-type(n+6), #archive .content-area .site-main .page:nth-of-type(n+6) {
            width: 100%;
            height: 22.5vw; }
            #archive .content-area .site-main .post:nth-of-type(n+6) .post-img, #archive .content-area .site-main .word:nth-of-type(n+6) .post-img, #archive .content-area .site-main .racks:nth-of-type(n+6) .post-img, #archive .content-area .site-main .backnumbers:nth-of-type(n+6) .post-img, #archive .content-area .site-main .page:nth-of-type(n+6) .post-img {
              background: #01afec;
              width: 30%;
              height: 22.5vw;
              float: left; }
              #archive .content-area .site-main .post:nth-of-type(n+6) .post-img:hover, #archive .content-area .site-main .word:nth-of-type(n+6) .post-img:hover, #archive .content-area .site-main .racks:nth-of-type(n+6) .post-img:hover, #archive .content-area .site-main .backnumbers:nth-of-type(n+6) .post-img:hover, #archive .content-area .site-main .page:nth-of-type(n+6) .post-img:hover {
                background: #01afec; }
                #archive .content-area .site-main .post:nth-of-type(n+6) .post-img:hover span, #archive .content-area .site-main .word:nth-of-type(n+6) .post-img:hover span, #archive .content-area .site-main .racks:nth-of-type(n+6) .post-img:hover span, #archive .content-area .site-main .backnumbers:nth-of-type(n+6) .post-img:hover span, #archive .content-area .site-main .page:nth-of-type(n+6) .post-img:hover span {
                  opacity: 0.8; }
            #archive .content-area .site-main .post:nth-of-type(n+6) .th-box-main, #archive .content-area .site-main .word:nth-of-type(n+6) .th-box-main, #archive .content-area .site-main .racks:nth-of-type(n+6) .th-box-main, #archive .content-area .site-main .backnumbers:nth-of-type(n+6) .th-box-main, #archive .content-area .site-main .page:nth-of-type(n+6) .th-box-main {
              width: 70%;
              padding: 2.9vw 3.9vw;
              max-height: 22.5vw;
              display: inline-block; }
              #archive .content-area .site-main .post:nth-of-type(n+6) .th-box-main h1, #archive .content-area .site-main .word:nth-of-type(n+6) .th-box-main h1, #archive .content-area .site-main .racks:nth-of-type(n+6) .th-box-main h1, #archive .content-area .site-main .backnumbers:nth-of-type(n+6) .th-box-main h1, #archive .content-area .site-main .page:nth-of-type(n+6) .th-box-main h1 {
                -webkit-box-orient: vertical;
                -moz-box-orient: vertical;
                display: inline-block;
                -webkit-line-clamp: 2;
                overflow: hidden;
                text-overflow: ellipsis;
                word-break: break-all;
                height: 2.9em !important;
                overflow: hidden;
                font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
                font-size: 3.2vw;
                font-weight: bold;
                line-height: 1.5;
                padding: 0;
                margin: 0; }
              #archive .content-area .site-main .post:nth-of-type(n+6) .th-box-main .thl-top-date, #archive .content-area .site-main .word:nth-of-type(n+6) .th-box-main .thl-top-date, #archive .content-area .site-main .racks:nth-of-type(n+6) .th-box-main .thl-top-date, #archive .content-area .site-main .backnumbers:nth-of-type(n+6) .th-box-main .thl-top-date, #archive .content-area .site-main .page:nth-of-type(n+6) .th-box-main .thl-top-date {
                margin: 0;
                font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
                font-size: 2.35vw;
                font-weight: 500;
                line-height: 2.06;
                text-align: left;
                padding: 0;
                padding-top: 2.5vw; }
            #archive .content-area .site-main .post:nth-of-type(n+6) .post-content, #archive .content-area .site-main .word:nth-of-type(n+6) .post-content, #archive .content-area .site-main .racks:nth-of-type(n+6) .post-content, #archive .content-area .site-main .backnumbers:nth-of-type(n+6) .post-content, #archive .content-area .site-main .page:nth-of-type(n+6) .post-content {
              display: none; }
      #archive .content-area .block-area {
        width: 98%;
        height: 11.718vw;
        margin: 6.51vw 1vw;
        display: none; } }

.site .back-no-container {
  width: 1180px;
  margin: -78px auto 0 auto; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .site .back-no-container {
      width: 100%; } }
  .site .back-no-container .back-no-main {
    width: 905px;
    float: left;
    margin-bottom: 50px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .back-no-container .back-no-main {
        width: 100%;
        padding: 0 6vw; } }
    .site .back-no-container .back-no-main .page-header {
      margin: 0; }
      .site .back-no-container .back-no-main .page-header .page-title {
        margin: 20px auto 10px auto;
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 2.33;
        text-align: left;
        color: #01afec; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .site .back-no-container .back-no-main .page-header .page-title {
            font-size: 4.8vw;
            margin-top: 6.66vw; } }

.site .backnumber-content-area {
  margin: 0; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .site .backnumber-content-area {
      margin-top: 6.5%; } }

.site .site-main .backnumbers-title {
  padding-bottom: 10px !important; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .site .site-main .backnumbers-title {
      font-size: 4.6vw; } }

.site .site-main .back-no-select-year {
  width: 875px;
  height: 55px;
  background-color: #F6F8F8;
  margin: 12px 0 40px 0; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .site .site-main .back-no-select-year {
      width: 100%;
      margin: 0 0 6.5vw 0;
      padding: 3vw;
      display: inline-block;
      height: 100%; } }
  .site .site-main .back-no-select-year .back-no-select-title {
    width: 50%;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.5px;
    color: #01afec;
    padding: 14px 21px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .back-no-select-year .back-no-select-title {
        width: 100%;
        font-size: 3.2vw;
        text-align: center;
        padding: 0 0 1.5vw; } }
  .site .site-main .back-no-select-year .back-no-select-dropdown {
    width: 50%;
    float: left;
    text-align: right;
    display: block;
    /*IE11 Hack*/ }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .back-no-select-year .back-no-select-dropdown {
        width: 100%;
        text-align: center; } }
    .site .site-main .back-no-select-year .back-no-select-dropdown select {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-weight: bold;
      background-color: #01afec !important;
      color: #fff;
      font-size: 16px;
      margin: 5px;
      padding-top: 1px;
      padding-left: 100px;
      width: 266px;
      height: 45px;
      line-height: 1.75;
      letter-spacing: 0.8px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      cursor: pointer;
      outline: inherit;
      border: none;
      background: url(./images/blue.png) right no-repeat;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .back-no-select-year .back-no-select-dropdown select {
          width: 100%;
          height: 80px;
          font-size: 3.2vw;
          margin: 0;
          padding-left: 35.5vw; } }
      .site .site-main .back-no-select-year .back-no-select-dropdown select option {
        padding-left: 100px; }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .site .site-main .back-no-select-year .back-no-select-dropdown select option {
            padding-left: 35.5vw; } }
    .site .site-main .back-no-select-year .back-no-select-dropdown *::-ms-backdrop, .site .site-main .back-no-select-year .back-no-select-dropdown select {
      padding-top: 10px; }
    .site .site-main .back-no-select-year .back-no-select-dropdown select::-ms-expand {
      display: none; }

.site .site-main .entry {
  width: 196px;
  float: left;
  margin-right: 30px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .site .site-main .entry {
      width: calc(50% - 2.1vw); }
      .site .site-main .entry:nth-child(2n+1) {
        margin-left: 0;
        margin-right: 4.1vw;
        margin-bottom: 0; }
      .site .site-main .entry:nth-child(2n+2) {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0; } }
  .site .site-main .entry .thl-back-img {
    width: 196px;
    height: 296px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .entry .thl-back-img {
        width: 42vw;
        height: 63.33vw; } }
    .site .site-main .entry .thl-back-img .img {
      width: 100%;
      height: 100%;
      display: inline-block;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
  .site .site-main .entry .thl-date-title {
    letter-spacing: -1px;
    color: #4d4d4d;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    text-align: right;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    margin: 15px 0;
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .entry .thl-date-title {
        margin: 1.5vw 0 3.8vw;
        font-size: 2.13vw;
        letter-spacing: 0; } }
    .site .site-main .entry .thl-date-title a {
      color: #4d4d4d; }

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .site .site-main .backnumbers {
    margin-bottom: 13vw; } }

.site .site-main .backnumbers .back-no-header {
  margin: 14px 0; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .site .site-main .backnumbers .back-no-header {
      padding: 0 6%;
      margin: 0 0 5.5vw 0; } }
  .site .site-main .backnumbers .back-no-header .entry-title {
    margin-bottom: 23px;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.33;
    text-align: left;
    color: #01afec; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .backnumbers .back-no-header .entry-title {
        font-size: 4.6vw;
        line-height: 1.33;
        letter-spacing: 1.3px;
        margin: 0; } }

.site .site-main .backnumbers .backnumber-img {
  text-align: center;
  width: 100%;
  height: 420px;
  display: block;
  background: #ccc;
  margin: 30px auto 20px auto;
  background-image: url("./images/backnumber-background.png"); }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .site .site-main .backnumbers .backnumber-img {
      margin: 0 6% 11.7% 6%;
      width: calc(100% - 12%);
      height: 63.3vw;
      background-size: 440px; } }
  .site .site-main .backnumbers .backnumber-img .img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 280px;
    height: 100%; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .backnumbers .backnumber-img .img {
        width: 42vw; } }

.site .site-main .backnumbers .vol-title {
  margin: 10px auto;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.33;
  text-align: left;
  color: #01afec; }
  .site .site-main .backnumbers .vol-title .entry-title:before {
    content: "";
    height: 20px;
    width: 5px;
    display: inline-block;
    background: #01afec;
    margin-right: 10px;
    position: relative;
    top: 4px; }
    @media only screen and (min-width: 320px) and (max-width: 500px) {
      .site .site-main .backnumbers .vol-title .entry-title:before {
        height: 1.1em;
        width: 5px;
        margin-bottom: 2px; } }
    @media only screen and (min-width: 501px) and (max-width: 768px) {
      .site .site-main .backnumbers .vol-title .entry-title:before {
        height: 0.9em;
        width: 6px;
        margin-bottom: 2px; } }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .site .site-main .backnumbers .vol-title {
      padding: 0 6%;
      margin: 0 0 30px 0;
      font-size: 4vw;
      line-height: 1.33;
      letter-spacing: 1.3px;
      font-weight: 500; } }

.site .site-main .backnumbers .back-no-post-detail {
  position: relative;
  display: block;
  height: 194px;
  width: 100%;
  margin-top: 39px; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .site .site-main .backnumbers .back-no-post-detail {
      margin-top: 4vw;
      padding: 0 6%;
      height: auto; } }
  .site .site-main .backnumbers .back-no-post-detail:hover .back-no-post-img {
    background: #01afec; }
    .site .site-main .backnumbers .back-no-post-detail:hover .back-no-post-img .img {
      opacity: 0.8; }
  .site .site-main .backnumbers .back-no-post-detail .back-no-post-link {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
    .site .site-main .backnumbers .back-no-post-detail .back-no-post-link:hover {
      border-top: 5px solid #01afec;
      border-bottom: 5px solid #01afec; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .backnumbers .back-no-post-detail .back-no-post-link:hover {
          border: transparent; } }

.site .site-main .backnumbers .back-no-post-block {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #F6F8F8; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .site .site-main .backnumbers .back-no-post-block {
      background: transparent;
      height: auto; } }
  .site .site-main .backnumbers .back-no-post-block .back-no-post-img {
    width: 266px;
    height: 100%;
    float: left; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .backnumbers .back-no-post-block .back-no-post-img {
        width: 30%;
        height: 22.5vw; } }
    .site .site-main .backnumbers .back-no-post-block .back-no-post-img .img {
      display: block;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center; }
  .site .site-main .backnumbers .back-no-post-block .back-no-post-entry-meta {
    float: left;
    width: 68.5%;
    padding: 23px 0px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-main .backnumbers .back-no-post-block .back-no-post-entry-meta {
        width: 70%;
        height: 100%;
        max-height: 22.5vw;
        padding: 5.2%;
        background: #F6F8F8; } }
    .site .site-main .backnumbers .back-no-post-block .back-no-post-entry-meta .back-no-post-title {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 18px;
      font-weight: bold;
      line-height: 26px;
      color: #4d4d4d;
      width: 87%;
      display: inline-block;
      margin-left: 42px;
      margin-right: 44px;
      white-space: normal;
      word-break: break-all;
      overflow: hidden;
      height: 50px;
      letter-spacing: 0.6px;
      margin-bottom: 5px; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .backnumbers .back-no-post-block .back-no-post-entry-meta .back-no-post-title {
          font-size: 3.2vw;
          line-height: 1.5;
          letter-spacing: 0.8px;
          height: 2.8em;
          width: 100%;
          margin: 0; } }
    .site .site-main .backnumbers .back-no-post-block .back-no-post-entry-meta .back-no-post-date, .site .site-main .backnumbers .back-no-post-block .back-no-post-entry-meta .back-no-post-vol {
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 11px;
      font-weight: 500;
      line-height: 3;
      text-align: left;
      color: #01afec; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .backnumbers .back-no-post-block .back-no-post-entry-meta .back-no-post-date, .site .site-main .backnumbers .back-no-post-block .back-no-post-entry-meta .back-no-post-vol {
          font-size: 2.1vw;
          font-weight: 600;
          line-height: 2.06; } }
    .site .site-main .backnumbers .back-no-post-block .back-no-post-entry-meta .back-no-post-date {
      margin-left: 42px; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .backnumbers .back-no-post-block .back-no-post-entry-meta .back-no-post-date {
          margin: 0; } }
    .site .site-main .backnumbers .back-no-post-block .back-no-post-entry-meta .back-no-post-category-name {
      position: absolute;
      right: 45px;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 12px;
      font-weight: 500;
      line-height: 24px;
      text-align: left;
      color: #01afec; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .backnumbers .back-no-post-block .back-no-post-entry-meta .back-no-post-category-name {
          font-size: 2.1vw;
          font-weight: 600;
          line-height: 2.06;
          position: initial;
          margin-left: 30px; } }
    .site .site-main .backnumbers .back-no-post-block .back-no-post-entry-meta .back-no-post-content {
      word-break: break-all;
      overflow: hidden;
      height: 45px;
      margin-top: 5px;
      margin-left: 41px;
      margin-right: 33px;
      width: 88%;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 24px;
      text-align: left;
      color: #4d4d4d; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-main .backnumbers .back-no-post-block .back-no-post-entry-meta .back-no-post-content {
          display: none; } }

.site .widget-area {
  margin-top: 85px; }

.site .back-no-post-pagination {
  width: 1280px;
  display: inline-block;
  margin: 80px auto auto; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .site .back-no-post-pagination {
      width: 100%; } }

.location-map {
  width: 875px;
  height: 500px;
  margin-top: 17px; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .location-map {
      width: auto;
      margin: 0 6vw;
      margin-top: 6.4vw; } }
  .location-map .thl-marker-title {
    color: #01afec !important;
    text-decoration: underline !important; }

.thl-rack-loc-category-list, .thl-rack-loc-category-list-top {
  display: block;
  margin-top: 39px;
  background: #F6F8F8;
  padding: 15px; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .thl-rack-loc-category-list, .thl-rack-loc-category-list-top {
      width: auto;
      margin: 0 6vw;
      margin-top: 5.2vw;
      padding: 3.2vw 4.2vw; } }
  .thl-rack-loc-category-list .map-cat-name, .thl-rack-loc-category-list-top .map-cat-name {
    padding-right: 10px;
    font-family: 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.5px;
    text-align: left;
    color: #77cfee; }
    .thl-rack-loc-category-list .map-cat-name:hover, .thl-rack-loc-category-list-top .map-cat-name:hover {
      text-decoration: underline;
      cursor: pointer;
      color: #01afec; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .thl-rack-loc-category-list .map-cat-name, .thl-rack-loc-category-list-top .map-cat-name {
        font-size: 3.12vw; } }
  .thl-rack-loc-category-list .map-active-cat, .thl-rack-loc-category-list-top .map-active-cat {
    padding-right: 10px;
    font-family: 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.5px;
    text-align: left;
    color: #01afec; }
    .thl-rack-loc-category-list .map-active-cat:hover, .thl-rack-loc-category-list-top .map-active-cat:hover {
      text-decoration: underline;
      cursor: pointer;
      color: #01afec; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .thl-rack-loc-category-list .map-active-cat, .thl-rack-loc-category-list-top .map-active-cat {
        font-size: 3.12vw; } }

.thl-rack-loc-category-list-top {
  display: none; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .thl-rack-loc-category-list-top {
      display: block; } }

.thl-rack-loc-category-list {
  display: block; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .thl-rack-loc-category-list {
      display: none; } }

.thl-rack-map-info-block {
  margin-top: 42px;
  display: block; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .thl-rack-map-info-block {
      width: auto;
      margin: 6.5vw 6vw; } }
  .thl-rack-map-info-block span {
    border-left: 5px solid #01afec;
    height: 10px;
    width: 2px;
    padding-right: 0px; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .thl-rack-map-info-block span {
        margin-right: 2.6vw;
        font-size: 3.9vw;
        border-left: 1.3vw solid #01afec; } }
  .thl-rack-map-info-block *::-ms-backdrop, .thl-rack-map-info-block span {
    font-size: 18px; }
  .thl-rack-map-info-block p {
    display: inline-block;
    padding-left: 8px;
    color: #01afec;
    font-family: 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.6px;
    text-align: left; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .thl-rack-map-info-block p {
        font-size: 3.9vw; } }
  .thl-rack-map-info-block .thl-rack-map-station-info {
    margin-top: 39px;
    margin-bottom: 39px;
    display: inline-block; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .thl-rack-map-info-block .thl-rack-map-station-info {
        margin-top: 0.5vh;
        margin-bottom: 0.5vh;
        display: block; } }
    .thl-rack-map-info-block .thl-rack-map-station-info #mapnameList {
      padding: 0;
      margin: 0;
      list-style: none;
      width: 875px; }
      .thl-rack-map-info-block .thl-rack-map-station-info #mapnameList li {
        width: 437.5px;
        float: left;
        font-family: 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 3.57;
        letter-spacing: 0.5px;
        text-align: left;
        color: #4d4d4d;
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
        .thl-rack-map-info-block .thl-rack-map-station-info #mapnameList li:last-child {
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          border-top: 1px solid rgba(0, 0, 0, 0.1); }
        .thl-rack-map-info-block .thl-rack-map-station-info #mapnameList li:nth-last-child(2) {
          border-top: 1px solid rgba(0, 0, 0, 0.1);
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        @media only screen and (min-width: 320px) and (max-width: 768px) {
          .thl-rack-map-info-block .thl-rack-map-station-info #mapnameList li {
            float: none;
            width: 100%;
            font-family: 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
            font-size: 3.12vw;
            font-weight: 500;
            line-height: 3.57;
            letter-spacing: 0.5px;
            text-align: left;
            color: #4d4d4d;
            border: none; }
            .thl-rack-map-info-block .thl-rack-map-station-info #mapnameList li:last-child {
              border-bottom: none;
              border-top: none; }
            .thl-rack-map-info-block .thl-rack-map-station-info #mapnameList li:nth-last-child(2) {
              border-bottom: none;
              border-top: none; } }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .thl-rack-map-info-block .thl-rack-map-station-info #mapnameList {
          width: 100%; } }

.article-content-area .entry-header .entry-title {
  word-break: break-all; }

.article-content-area .entry-meta .category-name-word {
  margin-left: 10px; }

.article-content-area .word-content {
  margin-top: 30px;
  margin-bottom: 145px; }

.article-content-area .entry-content {
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  .article-content-area .entry-content .entry-block-word {
    margin-bottom: 35px; }
    .article-content-area .entry-content .entry-block-word .word_title {
      font-size: 16px;
      font-weight: 500px;
      line-height: 2.3;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      color: #4d4d4d;
      text-indent: 10px; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .article-content-area .entry-content .entry-block-word .word_title {
          font-size: 3.12vw; } }
    .article-content-area .entry-content .entry-block-word .word_content {
      font-size: 22px;
      font-weight: bold;
      line-height: 1.75;
      font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      color: #01afec; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .article-content-area .entry-content .entry-block-word .word_content {
          font-size: 3.9vw; } }
      .article-content-area .entry-content .entry-block-word .word_content:before {
        content: "";
        background-image: url("./images/arrow.png");
        background-repeat: no-repeat;
        background-position: center;
        height: 15px;
        width: 20px;
        display: inline-block;
        margin-right: 3px; }

.site .site-content .ad_row {
  height: 263px;
  width: 1100px;
  display: block;
  margin: 0 auto; }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .site .site-content .ad_row {
      width: 100%;
      height: 21vw;
      padding: 0 6vw; } }
  .site .site-content .ad_row .post-img {
    height: 100%;
    width: 100%;
    display: inline-block; }
    .site .site-content .ad_row .post-img .img {
      width: 100%;
      height: 100%;
      display: inline-block;
      background-size: 1100px 263px;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 320px) and (max-width: 768px) {
        .site .site-content .ad_row .post-img .img {
          background-size: 100% 21vw; } }

.site .site-content .ad_row_sidebar {
  width: 250px !important;
  height: 195px !important;
  margin-bottom: 78px; }
  .site .site-content .ad_row_sidebar .img {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: 250px 195px !important;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 320px) and (max-width: 768px) {
      .site .site-content .ad_row_sidebar .img {
        background-size: 100% 69vw !important; } }
  @media only screen and (min-width: 320px) and (max-width: 768px) {
    .site .site-content .ad_row_sidebar {
      width: 100% !important;
      height: 69vw !important;
      padding: 0 !important;
      margin-bottom: 5.2vw; } }

/*# sourceMappingURL=style.css.map */

.fourth-row {
    display: none!important;
}


/*# Yahoo!広告 */
ul.y_ad_pc  {
    margin-left: 8px;
}
.y_ad_pc li {
display:inline-block;
	margin: 6px;}

.y_ad_pc_01 {

	display: block;}
.y_ad_pc_left {
    float: left;
}
.y_ad_pc_right {
}
.y_ad_sp {
    text-align: center;
    margin: 24px 0 4px 0;
}

.thl-article-tag-block {
    margin-bottom: 24px!important;
}


@media only screen and (min-width: 320px) and (max-width: 768px) {
.y_ad_pc {
    display: none;
}
}

@media only screen and (min-width: 769px) {
.y_ad_sp {
    display: none;
}
}

/*# グローバルナビの文字数変更に伴う対応 */

.initial-header-block .initial-header-block-inner .initial-category-menu .category-menu-class .navbar-nav li a {

    padding: 11px 0px;

}

@media only screen and (max-width: 768px) and (min-width: 320px){
.site .category-menu .navbar-inverse .category-menu-class .navbar-nav li a {
    font-size: 13px;
	
	}
}

.site-content .widget-area .widget .navbar-inverse .parent-name a {

    width: 30%;

}

.sixth-row {
    display: none!important;
}


/*# ヘッダ画像ぼかし */

.category-main-banner-block .cat-img-block div {
    filter: blur(30px)!important;

}