@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Questrial);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

/* -- config -- */
/*$red:red;
$orange:blue;
$yellow:yellow;
$green:green;
$orange:orange;*/
/*@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700);*/
/*@import url(https://fonts.googleapis.com/css?family=Cabin:600);*/
/*$font-family-ja:'Noto Sans JP', sans-serif;*/
/* -- mixin -- */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

/* -- base -- */
* {
  padding: 0;
  margin: 0; }

html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
  color: #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.05em; }
  @media only screen and (min-width: 1140px) {
    html,
    body {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.6; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    html,
    body {
      font-size: 1rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) {
    html,
    body {
      font-size: 1rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) {
    html,
    body {
      overflow-x: hidden; } }

img {
  max-width: 100%;
  vertical-align: bottom; }
  @media only screen and (min-width: 1140px) {
    img {
      height: auto; } }
  @media only screen and (max-width: 414px) {
    img {
      width: 100%; } }

.clear {
  clear: both;
  line-height: 0;
  height: 0; }

a {
  color: #333333;
  text-decoration: none !important; }
  a:hover, a:active, a:focus {
    text-decoration: underline;
    color: gray; }

/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent; }

/* -- layout -- */
.st-header {
  z-index: 9999 !important;
  background: white; }
  @media only screen and (min-width: 1140px) {
    .st-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; } }

.st-header__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 1140px) {
    .st-header__inner {
      width: 1140px;
      margin: 0 auto; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-header__inner {
      width: 100%;
      padding: 0 20px; } }
  @media only screen and (max-width: 414px) {
    .st-header__inner {
      width: 100%;
      padding: 0 5%; } }
  @media only screen and (min-width: 1140px) {
    .st-header__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px 0; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-header__inner {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 414px) {
    .st-header__inner {
      padding: 5% 0; } }

@media only screen and (min-width: 1140px) {
  .st-header__logo {
    width: 280px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-header__logo {
    width: 280px;
    margin: 0 auto; } }

@media only screen and (max-width: 414px) {
  .st-header__logo {
    width: 60%;
    margin-left: 0;
    padding-left: 5%; } }

@media only screen and (min-width: 1140px) {
  .st-header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-header__info {
    display: none; } }

@media only screen and (max-width: 414px) {
  .st-header__info {
    display: none; } }

@media only screen and (min-width: 1140px) {
  .st-header__navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 20px; } }

@media only screen and (min-width: 1140px) {
  .st-header__navItem {
    margin-right: 15px;
    border-left: 1px solid #666666;
    padding-left: 15px; } }
  @media only screen and (min-width: 1140px) and (min-width: 1140px) {
    .st-header__navItem {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
    .st-header__navItem {
      font-size: 0.8125rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (max-width: 414px) {
    .st-header__navItem {
      font-size: 0.8125rem;
      line-height: 1.6; } }

@media only screen and (min-width: 1140px) {
  .st-header__navItem:first-child {
    margin-left: 0;
    padding-left: 0;
    border: none !important; } }

.st-header__contact a {
  background: #195CB9;
  color: white;
  border-radius: 5px; }
  @media only screen and (min-width: 1140px) {
    .st-header__contact a {
      padding: 5px 15px; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-header__contact a {
      padding: 5px 15px; } }
  @media only screen and (max-width: 414px) {
    .st-header__contact a {
      padding: 5px 15px; } }
  .st-header__contact a:hover {
    background: #154c9a; }
  .st-header__contact a svg {
    color: white; }
    @media only screen and (min-width: 1140px) {
      .st-header__contact a svg {
        margin-right: 5px; } }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .st-header__contact {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .st-header__contact {
    font-size: 0.8125rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .st-header__contact {
    font-size: 0.8125rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) {
  .st-header__snsUl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 20px; } }

@media only screen and (min-width: 1140px) {
  .st-header__snsUl li {
    width: 32px;
    height: 32px;
    margin-left: 5px; } }

.st-header__snsUl li img {
  width: 100%; }

.st-gnav {
  background: #F9F9F9; }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-gnav {
      display: none; } }
  @media only screen and (max-width: 414px) {
    .st-gnav {
      display: none; } }

.st-gnav__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 1140px) {
    .st-gnav__inner {
      width: 1140px;
      margin: 0 auto; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-gnav__inner {
      width: 100%;
      padding: 0 20px; } }
  @media only screen and (max-width: 414px) {
    .st-gnav__inner {
      width: 100%;
      padding: 0 5%; } }

@media only screen and (min-width: 1140px) {
  .st-gnav__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media only screen and (min-width: 1140px) {
  .st-gnav__nav .menu-item {
    text-align: center;
    position: relative; } }
  @media only screen and (min-width: 1140px) and (min-width: 1140px) {
    .st-gnav__nav .menu-item {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
    .st-gnav__nav .menu-item {
      font-size: 1rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (max-width: 414px) {
    .st-gnav__nav .menu-item {
      font-size: 1rem;
      line-height: 1.6; } }

@media only screen and (min-width: 1140px) {
  .st-gnav__nav .menu-item a {
    font-weight: bold;
    padding: 15px 30px;
    display: block; }
    .st-gnav__nav .menu-item a:hover {
      background: #eeeeee; } }

@media only screen and (min-width: 1140px) {
  .st-gnav__nav .st-gnav__li--em {
    display: block;
    font-family: "Questrial", sans-serif;
    letter-spacing: 0.1em;
    color: #195CB9;
    font-weight: normal; } }
  @media only screen and (min-width: 1140px) and (min-width: 1140px) {
    .st-gnav__nav .st-gnav__li--em {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
    .st-gnav__nav .st-gnav__li--em {
      font-size: 0.75rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (max-width: 414px) {
    .st-gnav__nav .st-gnav__li--em {
      font-size: 0.75rem;
      line-height: 1.6; } }

@media only screen and (min-width: 1140px) {
  .st-gnav__nav .menu-item ul {
    top: 55px;
    background: #eeeeee;
    position: absolute;
    display: block; } }

@media only screen and (min-width: 1140px) {
  .st-gnav__nav .menu-item ul li {
    overflow: hidden;
    height: 0;
    word-break: keep-all; } }

@media only screen and (min-width: 1140px) {
  .st-gnav__nav .menu-item ul li a {
    border-top: 1px solid #ffffff;
    font-weight: normal; } }
  @media only screen and (min-width: 1140px) and (min-width: 1140px) {
    .st-gnav__nav .menu-item ul li a {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
    .st-gnav__nav .menu-item ul li a {
      font-size: 0.875rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (max-width: 414px) {
    .st-gnav__nav .menu-item ul li a {
      font-size: 0.875rem;
      line-height: 1.6; } }

@media only screen and (min-width: 1140px) {
  .st-gnav__nav .menu-item ul li a:hover {
    background: #dddddd; } }

@media only screen and (min-width: 1140px) {
  .st-gnav__nav .menu-item:hover > ul > li {
    overflow: visible;
    height: auto; } }

.st-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 1140px) {
    .st-container {
      width: 1140px;
      margin: 0 auto; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-container {
      width: 100%;
      padding: 0 20px; } }
  @media only screen and (max-width: 414px) {
    .st-container {
      width: 100%;
      padding: 0 5%; } }
  @media only screen and (min-width: 1140px) {
    .st-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

@media only screen and (min-width: 1140px) {
  .st-main {
    width: 800px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-main {
    width: 100%; } }

@media only screen and (max-width: 414px) {
  .st-main {
    width: 100%;
    padding-top: 3%; } }

@media only screen and (min-width: 1140px) {
  .st-side {
    width: 250px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-side {
    margin-top: 30px; } }

@media only screen and (max-width: 414px) {
  .st-side {
    margin-top: 10%; } }

.st-footer {
  background: #195CB9; }

.st-footer__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 1140px) {
    .st-footer__inner {
      width: 1140px;
      margin: 0 auto; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-footer__inner {
      width: 100%;
      padding: 0 20px; } }
  @media only screen and (max-width: 414px) {
    .st-footer__inner {
      width: 100%;
      padding: 0 5%; } }

@media only screen and (max-width: 414px) {
  .st-footer__nav {
    display: none; } }

@media only screen and (min-width: 1140px) {
  .st-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px; } }

@media only screen and (min-width: 1140px) {
  .st-footer__item {
    margin: 0 15px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-footer__item {
    margin: 0 10px; } }

.st-footer__item a {
  color: white; }
  .st-footer__item a:hover {
    text-decoration: underline !important; }

.st-footer__copy {
  text-align: center;
  color: white;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.1em; }
  @media only screen and (min-width: 1140px) {
    .st-footer__copy {
      margin-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-footer__copy {
      margin-top: 20px;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 414px) {
    .st-footer__copy {
      padding: 5% 0; } }

/* -- module -- */
.st-hPopular {
  z-index: -200; }
  @media only screen and (min-width: 1140px) {
    .st-hPopular {
      margin-top: 160px; } }
  @media only screen and (max-width: 414px) {
    .st-hPopular {
      margin-bottom: 15%; } }

.st-hPopular__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 1140px) {
    .st-hPopular__inner {
      width: 1140px;
      margin: 0 auto; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-hPopular__inner {
      width: 100%;
      padding: 0 20px; } }
  @media only screen and (max-width: 414px) {
    .st-hPopular__inner {
      width: 100%;
      padding: 0 5%; } }

.st-hPopular__title {
  color: #195CB9;
  font-weight: bold; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .st-hPopular__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .st-hPopular__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .st-hPopular__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .st-hPopular__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .st-hPopular__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .st-hPopular__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .st-hPopular__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .st-hPopular__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .st-hPopular__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .st-hPopular__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .st-hPopular__title {
    font-size: 1.125rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .st-hPopular__title {
    font-size: 1.125rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .st-hPopular__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .st-hPopular__title {
    font-size: 1.125rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .st-hPopular__title {
    font-size: 1.125rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .st-hPopular__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .st-hPopular__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .st-hPopular__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

.st-hPopular__title--em {
  font-weight: normal;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.1em; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .st-hPopular__title--em {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .st-hPopular__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .st-hPopular__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .st-hPopular__title--em {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .st-hPopular__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .st-hPopular__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .st-hPopular__title--em {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .st-hPopular__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .st-hPopular__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }
  @media only screen and (min-width: 1140px) {
    .st-hPopular__title--em {
      margin-left: 10px; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-hPopular__title--em {
      margin-left: 7px; } }
  @media only screen and (max-width: 414px) {
    .st-hPopular__title--em {
      margin-left: 7px; } }

@media only screen and (min-width: 1140px) {
  .st-hPopular__block {
    margin-top: 10px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-hPopular__block {
    margin-top: 10px; } }

@media only screen and (max-width: 414px) {
  .st-hPopular__block {
    margin-top: 4%; } }

.st-hPopular__ul {
  *zoom: 1; }
  .st-hPopular__ul:after {
    content: "";
    display: block;
    clear: both; }

@media only screen and (min-width: 1140px) {
  .st-hPopular__li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 20px 0 0;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 350px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-hPopular__li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 3% 0 0;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 30%; } }

@media only screen and (max-width: 414px) {
  .st-hPopular__li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; } }

.st-hPopular__thumb {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 1140px) {
    .st-hPopular__thumb {
      width: 130px;
      height: 100px; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-hPopular__thumb {
      position: relative;
      width: 40%;
      height: auto; }
      .st-hPopular__thumb:before {
        content: '';
        display: block;
        padding-top: 100%; }
      .st-hPopular__thumb > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  @media only screen and (max-width: 414px) {
    .st-hPopular__thumb {
      position: relative;
      width: 25%;
      height: auto; }
      .st-hPopular__thumb:before {
        content: '';
        display: block;
        padding-top: 100%; }
      .st-hPopular__thumb > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  .st-hPopular__thumb a {
    display: block;
    width: 100%;
    height: 100%; }

@media only screen and (min-width: 1140px) {
  .st-hPopular__box {
    width: 200px;
    margin-left: 20px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-hPopular__box {
    width: 55%; } }

@media only screen and (max-width: 414px) {
  .st-hPopular__box {
    width: 70%; } }

.st-hPopular__date {
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.1em;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.1em; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .st-hPopular__date {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .st-hPopular__date {
    font-size: 0.8125rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .st-hPopular__date {
    font-size: 0.8125rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .st-hPopular__date {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .st-hPopular__date {
    font-size: 0.8125rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .st-hPopular__date {
    font-size: 0.8125rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .st-hPopular__date {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .st-hPopular__date {
    font-size: 0.8125rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .st-hPopular__date {
    font-size: 0.8125rem;
    line-height: 1.6; } }

.st-hPopular__entryTitle {
  font-weight: bold; }

.slick-prev:before,
.slick-next:before {
  color: black; }

.breadcrumbs {
  background: #eeeeee; }
  @media only screen and (min-width: 1140px) {
    .breadcrumbs {
      padding: 5px 10px;
      margin-top: 20px; } }
  @media only screen and (min-width: 1140px) and (min-width: 1140px) {
    .breadcrumbs {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
    .breadcrumbs {
      font-size: 0.75rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (max-width: 414px) {
    .breadcrumbs {
      font-size: 0.75rem;
      line-height: 1.6; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .breadcrumbs {
      padding: 5px 10px;
      margin-top: 15px;
      margin-bottom: 30px; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
    .breadcrumbs {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.6; } }
  @media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
    .breadcrumbs {
      font-size: 0.75rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
    .breadcrumbs {
      font-size: 0.75rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) {
    .breadcrumbs {
      padding: 5px 10px;
      margin-bottom: 7%; } }
  @media only screen and (max-width: 414px) and (min-width: 1140px) {
    .breadcrumbs {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
    .breadcrumbs {
      font-size: 0.75rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .breadcrumbs {
      font-size: 0.75rem;
      line-height: 1.6; } }

.more {
  color: #195CB9; }
  .more:hover {
    color: #154c9a;
    text-decoration: underline !important; }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-sPopular {
    margin-top: 50px; } }

@media only screen and (max-width: 414px) {
  .st-sPopular {
    margin-top: 5%; } }

.st-sPopular__title {
  color: #195CB9;
  font-weight: bold; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .st-sPopular__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .st-sPopular__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .st-sPopular__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .st-sPopular__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .st-sPopular__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .st-sPopular__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .st-sPopular__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .st-sPopular__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .st-sPopular__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

.st-sPopular__title--em {
  font-weight: normal;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.1em; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .st-sPopular__title--em {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .st-sPopular__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .st-sPopular__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .st-sPopular__title--em {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .st-sPopular__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .st-sPopular__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .st-sPopular__title--em {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .st-sPopular__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .st-sPopular__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }
  @media only screen and (min-width: 1140px) {
    .st-sPopular__title--em {
      display: block; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-sPopular__title--em {
      margin-left: 7px; } }
  @media only screen and (max-width: 414px) {
    .st-sPopular__title--em {
      margin-left: 7px; } }

@media only screen and (min-width: 1140px) {
  .st-sPopular__block {
    margin-top: 25px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-sPopular__block {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media only screen and (max-width: 414px) {
  .st-sPopular__block {
    margin-top: 5%; } }

@media only screen and (min-width: 1140px) {
  .st-sPopular__box {
    margin-bottom: 30px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-sPopular__box {
    width: 30%;
    margin: 0 2%; } }

@media only screen and (max-width: 414px) {
  .st-sPopular__box {
    width: 100%;
    margin: 5% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.st-sPopular__thumb {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 1140px) {
    .st-sPopular__thumb {
      width: 250px;
      height: 188px; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-sPopular__thumb {
      position: relative;
      width: 100%;
      height: auto; }
      .st-sPopular__thumb:before {
        content: '';
        display: block;
        padding-top: 75%; }
      .st-sPopular__thumb > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  @media only screen and (max-width: 414px) {
    .st-sPopular__thumb {
      position: relative;
      width: 25%;
      height: auto; }
      .st-sPopular__thumb:before {
        content: '';
        display: block;
        padding-top: 100%; }
      .st-sPopular__thumb > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  .st-sPopular__thumb a {
    width: 100%;
    height: 100%;
    display: block; }

@media only screen and (max-width: 414px) {
  .st-sPopular__boxInner {
    width: 70%; } }

.st-sPopular__date {
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.1em;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.1em; }
  @media only screen and (min-width: 1140px) {
    .st-sPopular__date {
      margin-top: 5px; } }
  @media only screen and (min-width: 1140px) and (min-width: 1140px) {
    .st-sPopular__date {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
    .st-sPopular__date {
      font-size: 0.8125rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (max-width: 414px) {
    .st-sPopular__date {
      font-size: 0.8125rem;
      line-height: 1.6; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-sPopular__date {
      margin-top: 5px; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
    .st-sPopular__date {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.6; } }
  @media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
    .st-sPopular__date {
      font-size: 0.8125rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
    .st-sPopular__date {
      font-size: 0.8125rem;
      line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .st-sPopular__date {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .st-sPopular__date {
    font-size: 0.8125rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .st-sPopular__date {
    font-size: 0.8125rem;
    line-height: 1.6; } }

.st-sPopular__entryTitle {
  font-weight: bold; }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .st-sPopular__entryTitle {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .st-sPopular__entryTitle {
    font-size: 1.125rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .st-sPopular__entryTitle {
    font-size: 1.125rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) {
  .st-sCat {
    margin-top: 70px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-sCat {
    margin-top: 50px; } }

@media only screen and (max-width: 414px) {
  .st-sCat {
    padding-top: 5%; } }

@media only screen and (max-width: 414px) {
  .st-sCat {
    margin-top: 10%; } }

.st-sCat__title {
  color: #195CB9;
  font-weight: bold; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .st-sCat__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .st-sCat__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .st-sCat__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .st-sCat__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .st-sCat__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .st-sCat__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .st-sCat__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .st-sCat__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .st-sCat__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

.st-sCat__title--em {
  font-weight: normal;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.1em; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .st-sCat__title--em {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .st-sCat__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .st-sCat__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .st-sCat__title--em {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .st-sCat__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .st-sCat__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .st-sCat__title--em {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .st-sCat__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .st-sCat__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }
  @media only screen and (min-width: 1140px) {
    .st-sCat__title--em {
      display: block; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-sCat__title--em {
      margin-left: 7px; } }
  @media only screen and (max-width: 414px) {
    .st-sCat__title--em {
      margin-left: 7px; } }

@media only screen and (min-width: 1140px) {
  .st-sCat__block {
    margin-top: 25px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-sCat__block {
    margin-top: 20px; } }

@media only screen and (max-width: 414px) {
  .st-sCat__block {
    margin-top: 3%; } }

@media only screen and (min-width: 1140px) {
  .st-sCat__block .menu-item {
    position: relative; } }
  @media only screen and (min-width: 1140px) and (min-width: 1140px) {
    .st-sCat__block .menu-item {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
    .st-sCat__block .menu-item {
      font-size: 1rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (max-width: 414px) {
    .st-sCat__block .menu-item {
      font-size: 1rem;
      line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-sCat__block .menu-item {
    margin-bottom: 10px; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
    .st-sCat__block .menu-item {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.6; } }
  @media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
    .st-sCat__block .menu-item {
      font-size: 1rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
    .st-sCat__block .menu-item {
      font-size: 1rem;
      line-height: 1.6; } }

@media only screen and (max-width: 414px) {
  .st-sCat__block .menu-item {
    margin-bottom: 10px; } }
  @media only screen and (max-width: 414px) and (min-width: 1140px) {
    .st-sCat__block .menu-item {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
    .st-sCat__block .menu-item {
      font-size: 1rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .st-sCat__block .menu-item {
      font-size: 1rem;
      line-height: 1.6; } }

@media only screen and (min-width: 1140px) {
  .st-sCat__block .menu-item a {
    font-weight: bold;
    padding: 10px 0;
    display: block; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-sCat__block .menu-item a {
    font-weight: bold; } }

@media only screen and (max-width: 414px) {
  .st-sCat__block .menu-item a {
    font-weight: bold; } }

@media only screen and (min-width: 1140px) {
  .st-sCat__block .menu-item ul {
    left: -260px;
    top: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    display: block; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-sCat__block .menu-item ul {
    margin-bottom: 20px; } }

@media only screen and (max-width: 414px) {
  .st-sCat__block .menu-item ul {
    margin-bottom: 20px; } }

@media only screen and (min-width: 1140px) {
  .st-sCat__block .menu-item ul li {
    overflow: hidden;
    height: 0;
    word-break: keep-all; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-sCat__block .menu-item ul li {
    margin-bottom: 0; } }

@media only screen and (max-width: 414px) {
  .st-sCat__block .menu-item ul li {
    margin-bottom: 0; } }

@media only screen and (min-width: 1140px) {
  .st-sCat__block .menu-item ul li a {
    border-bottom: 1px solid #dddddd;
    font-weight: normal;
    width: 250px;
    padding: 10px;
    background: #eeeeee; } }
  @media only screen and (min-width: 1140px) and (min-width: 1140px) {
    .st-sCat__block .menu-item ul li a {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
    .st-sCat__block .menu-item ul li a {
      font-size: 0.875rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (max-width: 414px) {
    .st-sCat__block .menu-item ul li a {
      font-size: 0.875rem;
      line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-sCat__block .menu-item ul li a {
    font-weight: normal; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
    .st-sCat__block .menu-item ul li a {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.6; } }
  @media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
    .st-sCat__block .menu-item ul li a {
      font-size: 0.875rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
    .st-sCat__block .menu-item ul li a {
      font-size: 0.875rem;
      line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) {
    .st-sCat__block .menu-item ul li a:before {
      content: "・"; } }

@media only screen and (max-width: 414px) {
  .st-sCat__block .menu-item ul li a {
    font-weight: normal; } }
  @media only screen and (max-width: 414px) and (min-width: 1140px) {
    .st-sCat__block .menu-item ul li a {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
    .st-sCat__block .menu-item ul li a {
      font-size: 0.875rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .st-sCat__block .menu-item ul li a {
      font-size: 0.875rem;
      line-height: 1.6; } }

@media only screen and (max-width: 414px) {
    .st-sCat__block .menu-item ul li a:before {
      content: "・"; } }

@media only screen and (min-width: 1140px) {
  .st-sCat__block .menu-item ul li a:hover {
    background: #f9f9f9; } }

@media only screen and (min-width: 1140px) {
  .st-sCat__block .menu-item:hover > ul > li {
    overflow: visible;
    height: auto; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-sCat__block .menu-item ul li ul li a {
    margin-left: 15px;
    color: #777777; }
    .st-sCat__block .menu-item ul li ul li a:before {
      content: "- "; } }

@media only screen and (max-width: 414px) {
  .st-sCat__block .menu-item ul li ul li a {
    margin-left: 15px;
    color: #777777; }
    .st-sCat__block .menu-item ul li ul li a:before {
      content: "- "; } }

@media only screen and (min-width: 1140px) {
  .st-sArchive {
    margin-top: 70px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-sArchive {
    margin-top: 50px; } }

@media only screen and (max-width: 414px) {
  .st-sArchive {
    padding-top: 5%; } }

@media only screen and (max-width: 414px) {
  .st-sArchive {
    margin-top: 7%; } }

.st-sArchive__title {
  color: #195CB9;
  font-weight: bold; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .st-sArchive__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .st-sArchive__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .st-sArchive__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .st-sArchive__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .st-sArchive__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .st-sArchive__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .st-sArchive__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .st-sArchive__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .st-sArchive__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

.st-sArchive__title--em {
  font-weight: normal;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.1em; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .st-sArchive__title--em {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .st-sArchive__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .st-sArchive__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .st-sArchive__title--em {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .st-sArchive__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .st-sArchive__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .st-sArchive__title--em {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .st-sArchive__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .st-sArchive__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }
  @media only screen and (min-width: 1140px) {
    .st-sArchive__title--em {
      display: block; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-sArchive__title--em {
      margin-left: 7px; } }
  @media only screen and (max-width: 414px) {
    .st-sArchive__title--em {
      margin-left: 7px; } }

@media only screen and (min-width: 1140px) {
  .st-sArchive__block {
    margin-top: 25px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-sArchive__block {
    margin-top: 20px; } }

@media only screen and (max-width: 414px) {
  .st-sArchive__block {
    margin-top: 3%; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-sArchive__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.st-sArchive__list li {
  border-bottom: 1px solid #dddddd; }
  .st-sArchive__list li a {
    font-family: "Questrial", sans-serif;
    letter-spacing: 0.1em; }
    @media only screen and (min-width: 1140px) {
      .st-sArchive__list li a {
        display: inline-block;
        padding: 8px 0; } }
  @media only screen and (min-width: 1140px) and (min-width: 1140px) {
    .st-sArchive__list li a {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
    .st-sArchive__list li a {
      font-size: 1rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (max-width: 414px) {
    .st-sArchive__list li a {
      font-size: 1rem;
      line-height: 1.6; } }
    @media (min-width: 415px) and (max-width: 1139px) {
      .st-sArchive__list li a {
        margin: 5px 20px 0 0;
        display: inline-block; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
    .st-sArchive__list li a {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.6; } }
  @media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
    .st-sArchive__list li a {
      font-size: 1.125rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
    .st-sArchive__list li a {
      font-size: 1.125rem;
      line-height: 1.6; } }
    @media only screen and (max-width: 414px) {
      .st-sArchive__list li a {
        display: inline-block;
        padding: 2% 0; } }
  @media only screen and (max-width: 414px) and (min-width: 1140px) {
    .st-sArchive__list li a {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
    .st-sArchive__list li a {
      font-size: 1.125rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .st-sArchive__list li a {
      font-size: 1.125rem;
      line-height: 1.6; } }

@media only screen and (min-width: 1140px) {
  .st-sSns {
    margin-top: 30px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-sSns {
    display: none; } }

@media only screen and (max-width: 414px) {
  .st-sSns {
    width: 100%; } }

@media only screen and (max-width: 414px) {
  #twitter-widget-0 {
    height: 500px !important; } }

@media only screen and (min-width: 1140px) {
  .st-sAff {
    margin-top: 30px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-sAff {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media only screen and (max-width: 414px) {
  .st-sAff {
    margin-top: 5%; } }

@media only screen and (min-width: 1140px) {
  .st-sAff p {
    margin-bottom: 20px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-sAff p {
    margin-bottom: 20px;
    margin-right: 20px; } }

@media only screen and (max-width: 414px) {
  .st-sAff p {
    margin-bottom: 5%; } }

@media only screen and (min-width: 1140px) {
  .searchform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .searchform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
    .searchform {
      width: 1140px;
      margin: 0 auto; } }
  @media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
    .searchform {
      width: 100%;
      padding: 0 20px; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
    .searchform {
      width: 100%;
      padding: 0 5%; } }

@media only screen and (max-width: 414px) {
  .searchform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
  @media only screen and (max-width: 414px) and (min-width: 1140px) {
    .searchform {
      width: 1140px;
      margin: 0 auto; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
    .searchform {
      width: 100%;
      padding: 0 20px; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .searchform {
      width: 100%;
      padding: 0 5%; } }

@media only screen and (min-width: 1140px) {
  .searchfield {
    font-size: 14px;
    width: 75% !important;
    margin-right: 3px;
    margin-left: 5px;
    padding: 7px 5px;
    border: 2px solid #ddd;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .searchfield {
    font-size: 16px;
    width: 75% !important;
    margin-right: 3px;
    margin-left: 5px;
    padding: 7px 5px;
    border: 2px solid #ddd;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media only screen and (max-width: 414px) {
  .searchfield {
    font-size: 16px;
    width: 75% !important;
    margin-right: 3px;
    margin-left: 5px;
    padding: 7px 5px;
    border: 2px solid #ddd;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media only screen and (min-width: 1140px) {
  .searchsubmit {
    font-size: 1.4em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 !important;
    cursor: pointer;
    text-align: center;
    width: 22% !important;
    color: #255fac;
    border: none;
    background: transparent; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .searchsubmit {
    font-size: 1.4em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 !important;
    cursor: pointer;
    text-align: center;
    width: 22% !important;
    color: #255fac;
    border: none;
    background: transparent; } }

@media only screen and (max-width: 414px) {
  .searchsubmit {
    font-size: 1.4em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 !important;
    cursor: pointer;
    text-align: center;
    width: 22% !important;
    color: #255fac;
    border: none;
    background: transparent; } }

.searchsubmit:hover {
  opacity: .9; }

.st-editor {
  background: #f9f9f9; }

.st-editor__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 1140px) {
    .st-editor__inner {
      width: 1140px;
      margin: 0 auto; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-editor__inner {
      width: 100%;
      padding: 0 20px; } }
  @media only screen and (max-width: 414px) {
    .st-editor__inner {
      width: 100%;
      padding: 0 5%; } }
  @media only screen and (min-width: 1140px) {
    .st-editor__inner {
      margin-top: 80px; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-editor__inner {
      margin-top: 50px; } }
  @media only screen and (max-width: 414px) {
    .st-editor__inner {
      margin-top: 10%; } }

.st-editor__title {
  color: #195CB9;
  font-weight: bold;
  text-align: center; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .st-editor__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .st-editor__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .st-editor__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .st-editor__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .st-editor__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .st-editor__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .st-editor__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .st-editor__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .st-editor__title {
    font-size: 1.25rem;
    line-height: 1.6; } }
  @media only screen and (min-width: 1140px) {
    .st-editor__title {
      padding-top: 70px; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-editor__title {
      padding-top: 50px; } }
  @media only screen and (max-width: 414px) {
    .st-editor__title {
      padding-top: 7%; } }

.st-editor__title--em {
  font-weight: normal;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.1em; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .st-editor__title--em {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .st-editor__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .st-editor__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .st-editor__title--em {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .st-editor__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .st-editor__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .st-editor__title--em {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .st-editor__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .st-editor__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }
  @media only screen and (min-width: 1140px) {
    .st-editor__title--em {
      display: block; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-editor__title--em {
      display: block; } }
  @media only screen and (max-width: 414px) {
    .st-editor__title--em {
      display: block; } }

@media only screen and (min-width: 1140px) {
  .st-editor__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    padding-bottom: 80px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-editor__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
    padding-bottom: 50px; } }

@media only screen and (max-width: 414px) {
  .st-editor__block {
    margin-top: 7%;
    padding-bottom: 10%; } }

@media only screen and (min-width: 1140px) {
  .st-editor__box {
    width: 330px;
    text-align: center;
    margin: 0 20px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .st-editor__box {
    margin: 0 20px;
    width: 30%; } }

@media only screen and (max-width: 414px) {
  .st-editor__box {
    margin-bottom: 8%;
    width: 100%; } }

.st-editor__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (min-width: 1140px) {
    .st-editor__thumb {
      width: 250px;
      height: 166px;
      margin: 0 auto;
      overflow: hidden; } }
  @media only screen and (max-width: 414px) {
    .st-editor__thumb {
      width: 50%;
      margin: 0 auto 10px auto; } }
  .st-editor__thumb img {
    width: 100%;
    height: auto; }

.st-editor__name {
  text-align: center;
  font-weight: bold; }
  @media only screen and (min-width: 1140px) {
    .st-editor__name {
      margin-top: 10px; } }
  @media only screen and (min-width: 1140px) and (min-width: 1140px) {
    .st-editor__name {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
    .st-editor__name {
      font-size: 1.125rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (max-width: 414px) {
    .st-editor__name {
      font-size: 1.125rem;
      line-height: 1.6; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-editor__name {
      margin-top: 10px; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
    .st-editor__name {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.6; } }
  @media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
    .st-editor__name {
      font-size: 1.125rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
    .st-editor__name {
      font-size: 1.125rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) {
    .st-editor__name {
      text-align: left; } }
  @media only screen and (max-width: 414px) and (min-width: 1140px) {
    .st-editor__name {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
    .st-editor__name {
      font-size: 1.125rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .st-editor__name {
      font-size: 1.125rem;
      line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .st-editor__txt {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .st-editor__txt {
    font-size: 0.9375rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .st-editor__txt {
    font-size: 0.9375rem;
    line-height: 1.6; } }

.st-editor__btn {
  text-align: center; }
  .st-editor__btn a {
    background: #195CB9;
    color: white;
    border-radius: 5px; }
    @media only screen and (min-width: 1140px) {
      .st-editor__btn a {
        padding: 5px 15px; } }
    @media (min-width: 415px) and (max-width: 1139px) {
      .st-editor__btn a {
        padding: 5px 15px; } }
    @media only screen and (max-width: 414px) {
      .st-editor__btn a {
        padding: 5px 15px; } }
    .st-editor__btn a:hover {
      background: #154c9a; }
    .st-editor__btn a svg {
      color: white; }
      @media only screen and (min-width: 1140px) {
        .st-editor__btn a svg {
          margin-right: 5px; } }
  @media only screen and (min-width: 1140px) {
    .st-editor__btn {
      margin-top: 20px; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-editor__btn {
      margin-top: 15px; } }
  @media only screen and (max-width: 414px) {
    .st-editor__btn a {
      display: block; } }

.st-fSns__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 1140px) {
    .st-fSns__inner {
      width: 1140px;
      margin: 0 auto; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .st-fSns__inner {
      width: 100%;
      padding: 0 20px; } }
  @media only screen and (max-width: 414px) {
    .st-fSns__inner {
      width: 100%;
      padding: 0 5%; } }
  @media only screen and (min-width: 1140px) {
    .st-fSns__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media only screen and (min-width: 1140px) {
  .single .navigation {
    margin-top: 50px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .single .navigation {
    margin-top: 30px; } }

@media only screen and (max-width: 414px) {
  .single .navigation {
    margin-top: 7%; } }

.single .navigation .screen-reader-text {
  display: none; }

.single .navigation .icon {
  display: none; }

@media only screen and (min-width: 1140px) {
  .single .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .single .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media only screen and (max-width: 414px) {
  .single .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media only screen and (min-width: 1140px) {
  .single .nav-links div {
    width: 45%; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .single .nav-links div {
    width: 45%; } }

@media only screen and (max-width: 414px) {
  .single .nav-links div {
    width: 47%; } }

.single .nav-links div a {
  background: #dddddd; }
  @media only screen and (min-width: 1140px) {
    .single .nav-links div a {
      display: block;
      padding: 15px; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .single .nav-links div a {
      display: block;
      padding: 15px; } }
  @media only screen and (max-width: 414px) {
    .single .nav-links div a {
      display: block;
      padding: 15px; } }

.archive .nav-subtitle {
  font-weight: bold; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .archive .nav-subtitle {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .archive .nav-subtitle {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .archive .nav-subtitle {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .archive .nav-subtitle {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .archive .nav-subtitle {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .archive .nav-subtitle {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .archive .nav-subtitle {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .archive .nav-subtitle {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .archive .nav-subtitle {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) {
  .archive .navigation {
    margin-top: 50px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .archive .navigation {
    margin-top: 30px; } }

@media only screen and (max-width: 414px) {
  .archive .navigation {
    margin-top: 7%; } }

.archive .navigation .screen-reader-text {
  display: none; }

@media only screen and (min-width: 1140px) {
  .archive .navigation .icon {
    width: 15px;
    height: 15px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .archive .navigation .icon {
    width: 15px;
    height: 15px; } }

@media only screen and (max-width: 414px) {
  .archive .navigation .icon {
    width: 15px;
    height: 15px; } }

@media only screen and (min-width: 1140px) {
  .archive .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .archive .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (max-width: 414px) {
  .archive .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media only screen and (min-width: 1140px) {
  .archive .nav-links div {
    width: 45%; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .archive .nav-links div {
    width: 45%; } }

@media only screen and (max-width: 414px) {
  .archive .nav-links div {
    width: 45%; } }

.archive .nav-links div a {
  background: #dddddd; }
  @media only screen and (min-width: 1140px) {
    .archive .nav-links div a {
      display: block;
      padding: 15px; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .archive .nav-links div a {
      display: block;
      padding: 15px; } }
  @media only screen and (max-width: 414px) {
    .archive .nav-links div a {
      display: block;
      padding: 15px; } }

.archive .nav-links .page-numbers {
  background: #dddddd; }
  @media only screen and (min-width: 1140px) {
    .archive .nav-links .page-numbers {
      margin: 3px;
      padding: 5px 10px; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .archive .nav-links .page-numbers {
      margin: 3px;
      padding: 5px 10px; } }
  @media only screen and (max-width: 414px) {
    .archive .nav-links .page-numbers {
      margin: 3px;
      padding: 5px 10px; } }
  .archive .nav-links .page-numbers:hover {
    background: #999999; }

.archive .nav-links .current {
  background: none; }

.archive .nav-subtitle {
  font-weight: bold; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .archive .nav-subtitle {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .archive .nav-subtitle {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .archive .nav-subtitle {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .archive .nav-subtitle {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .archive .nav-subtitle {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .archive .nav-subtitle {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .archive .nav-subtitle {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .archive .nav-subtitle {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .archive .nav-subtitle {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) {
  #comments {
    margin-top: 30px; } }

.comment-reply-title {
  font-weight: bold; }
  @media only screen and (min-width: 1140px) {
    .comment-reply-title {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.6; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .comment-reply-title {
      font-size: 1.25rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) {
    .comment-reply-title {
      font-size: 1.25rem;
      line-height: 1.6; } }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.7em;
  width: 100%; }

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: #222;
  border-color: #333; }

select {
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 3em;
  max-width: 100%; }

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333; }

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5em; }

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400; }

button,
input[type="button"],
input[type="submit"] {
  background-color: #222;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }

input + button,
input + input[type="button"],
input + input[type="submit"] {
  padding: 0.75em 2em; }

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: #ddd;
  color: #222; }

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #767676; }

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
  background: #bbb; }

#comments {
  margin-left: auto;
  margin-right: auto; }

#comments {
  clear: both;
  padding: 2em 0 0.5em; }

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em; }

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0; }

.comment-list li:before {
  display: none; }

.comment-body {
  margin-left: 65px; }

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2; }

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px; }

.comment-author .says {
  display: none; }

.comment-meta {
  margin-bottom: 1.5em; }

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase; }

.comment-metadata a {
  color: #767676; }

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em; }

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em; }

.comment-reply-link {
  font-weight: 800;
  position: relative; }

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em; }

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px; }

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px; }

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic; }

.comments-pagination {
  margin: 2em 0 3em; }

.form-submit {
  text-align: right; }

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0; }

.comment-form .comment-form-cookies-consent label {
  display: inline; }

@media only screen and (min-width: 1140px) {
  #toc_container {
    margin: 30px 0 50px 0; } }

@media (min-width: 415px) and (max-width: 1139px) {
  #toc_container {
    margin: 20px 0 40px 0; } }

@media only screen and (max-width: 414px) {
  #toc_container {
    margin: 5% 0; } }

/* -- page -- */
@media only screen and (min-width: 1140px) {
  .front-new {
    margin-top: 30px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .front-new {
    padding-top: 25px; } }

@media only screen and (max-width: 414px) {
  .front-new {
    padding-top: 5%; } }

.front-new__title {
  color: #195CB9;
  font-weight: bold; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .front-new__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .front-new__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .front-new__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .front-new__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .front-new__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .front-new__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .front-new__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .front-new__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .front-new__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

.front-new__title--em {
  font-weight: normal;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.1em; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .front-new__title--em {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .front-new__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .front-new__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .front-new__title--em {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .front-new__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .front-new__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .front-new__title--em {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .front-new__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .front-new__title--em {
    font-size: 0.75rem;
    line-height: 1.6; } }
  @media only screen and (min-width: 1140px) {
    .front-new__title--em {
      margin-left: 10px; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .front-new__title--em {
      margin-left: 7px; } }
  @media only screen and (max-width: 414px) {
    .front-new__title--em {
      margin-left: 7px; } }

.front-new__box {
  border-bottom: 1px solid #dddddd; }
  @media only screen and (min-width: 1140px) {
    .front-new__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-top: 25px;
      padding-bottom: 25px; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .front-new__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-top: 20px;
      padding-bottom: 20px; } }
  @media only screen and (max-width: 414px) {
    .front-new__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-top: 5%;
      padding-bottom: 5%; } }

.front-new__thumb {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 1140px) {
    .front-new__thumb {
      width: 200px;
      height: 150px; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .front-new__thumb {
      position: relative;
      width: 20%;
      height: auto; }
      .front-new__thumb:before {
        content: '';
        display: block;
        padding-top: 100%; }
      .front-new__thumb > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  @media only screen and (max-width: 414px) {
    .front-new__thumb {
      position: relative;
      width: 25%;
      height: auto; }
      .front-new__thumb:before {
        content: '';
        display: block;
        padding-top: 100%; }
      .front-new__thumb > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  .front-new__thumb a {
    display: block;
    width: 100%;
    height: 100%; }

@media only screen and (min-width: 1140px) {
  .front-new__entryBox {
    width: 550px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .front-new__entryBox {
    width: 77%; } }

@media only screen and (max-width: 414px) {
  .front-new__entryBox {
    width: 70%; } }

.front-new__date {
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.1em; }

.front-new__entryTitle {
  font-weight: bold; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .front-new__entryTitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .front-new__entryTitle {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .front-new__entryTitle {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .front-new__entryTitle {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .front-new__entryTitle {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .front-new__entryTitle {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .front-new__entryTitle {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .front-new__entryTitle {
    font-size: 1.125rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .front-new__entryTitle {
    font-size: 1.125rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) {
  .front-new__content {
    margin-top: 5px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .front-new__content {
    margin-top: 5px; } }

@media only screen and (max-width: 414px) {
  .front-new__content {
    margin-top: 1%; } }
  @media only screen and (max-width: 414px) and (min-width: 1140px) {
    .front-new__content {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
    .front-new__content {
      font-size: 0.875rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .front-new__content {
      font-size: 0.875rem;
      line-height: 1.6; } }

.about-contents__title {
  color: #195CB9;
  font-weight: bold; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .about-contents__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .about-contents__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .about-contents__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .about-contents__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .about-contents__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .about-contents__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .about-contents__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .about-contents__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .about-contents__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) {
  .archive-contents__header {
    margin-top: 40px; } }

.archive-contents-title {
  color: #195CB9;
  font-weight: bold; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .archive-contents-title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .archive-contents-title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .archive-contents-title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .archive-contents-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .archive-contents-title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .archive-contents-title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .archive-contents-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .archive-contents-title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .archive-contents-title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .archive-contents-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .archive-contents-title {
    font-size: 1.875rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .archive-contents-title {
    font-size: 1.875rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) {
  .single-entry__header {
    margin-top: 40px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .single-entry__header {
    margin-top: 30px; } }

@media only screen and (max-width: 414px) {
  .single-entry__header {
    margin-top: 7%; } }

.single-entry__date {
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.1em; }

.single-entry__title {
  color: #195CB9;
  font-weight: bold; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .single-entry__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .single-entry__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .single-entry__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .single-entry__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .single-entry__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .single-entry__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .single-entry__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .single-entry__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .single-entry__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .single-entry__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .single-entry__title {
    font-size: 1.875rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .single-entry__title {
    font-size: 1.875rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .single-entry__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .single-entry__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .single-entry__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .single-entry__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .single-entry__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .single-entry__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .single-entry__author {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .single-entry__author {
    font-size: 0.8125rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .single-entry__author {
    font-size: 0.8125rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .single-entry__author {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .single-entry__author {
    font-size: 0.8125rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .single-entry__author {
    font-size: 0.8125rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .single-entry__author {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .single-entry__author {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .single-entry__author {
    font-size: 0.75rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) {
  .single-entry__content,
  .entry-content {
    margin-top: 30px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .single-entry__content,
  .entry-content {
    margin-top: 25px; } }

@media only screen and (max-width: 414px) {
  .single-entry__content,
  .entry-content {
    margin-top: 5%; } }

@media only screen and (min-width: 1140px) {
  .single-entry__content p,
  .entry-content p {
    line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (min-width: 1140px) {
    .single-entry__content p,
    .entry-content p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
    .single-entry__content p,
    .entry-content p {
      font-size: 1rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (max-width: 414px) {
    .single-entry__content p,
    .entry-content p {
      font-size: 1rem;
      line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .single-entry__content p,
  .entry-content p {
    line-height: 1.6; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
    .single-entry__content p,
    .entry-content p {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.6; } }
  @media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
    .single-entry__content p,
    .entry-content p {
      font-size: 0.9375rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
    .single-entry__content p,
    .entry-content p {
      font-size: 0.9375rem;
      line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .single-entry__content p,
  .entry-content p {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .single-entry__content p,
  .entry-content p {
    font-size: 1.0625rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .single-entry__content p,
  .entry-content p {
    font-size: 1.0625rem;
    line-height: 1.6; } }

.single-entry__content p a,
.entry-content p a {
  color: #195CB9;
  text-decoration: underline !important;
  position: relative; }
  .single-entry__content p a:hover,
  .entry-content p a:hover {
    text-decoration: none !important; }

@media only screen and (min-width: 1140px) {
  .single-entry__content img,
  .entry-content img {
    display: inline-block !important;
    margin-right: 25px !important; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .single-entry__content img,
  .entry-content img {
    display: inline-block !important;
    margin-right: 25px !important; } }

@media only screen and (max-width: 414px) {
  .single-entry__content img,
  .entry-content img {
    height: auto; } }

.single-entry__content h2,
.entry-content h2 {
  position: relative;
  padding: .55em 1em .55em 1.5em;
  border: 1px solid #ccc;
  background: #dddddd;
  font-weight: bold; }
  @media only screen and (min-width: 1140px) {
    .single-entry__content h2,
    .entry-content h2 {
      margin: 40px 0 20px 0; } }
  @media only screen and (min-width: 1140px) and (min-width: 1140px) {
    .single-entry__content h2,
    .entry-content h2 {
      font-size: 23px;
      font-size: 1.4375rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
    .single-entry__content h2,
    .entry-content h2 {
      font-size: 1.4375rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (max-width: 414px) {
    .single-entry__content h2,
    .entry-content h2 {
      font-size: 1.4375rem;
      line-height: 1.6; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .single-entry__content h2,
    .entry-content h2 {
      margin: 30px 0 15px 0; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
    .single-entry__content h2,
    .entry-content h2 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.6; } }
  @media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
    .single-entry__content h2,
    .entry-content h2 {
      font-size: 1.25rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
    .single-entry__content h2,
    .entry-content h2 {
      font-size: 1.25rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) {
    .single-entry__content h2,
    .entry-content h2 {
      margin: 8% 0 4% 0; } }
  @media only screen and (max-width: 414px) and (min-width: 1140px) {
    .single-entry__content h2,
    .entry-content h2 {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
    .single-entry__content h2,
    .entry-content h2 {
      font-size: 1.125rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .single-entry__content h2,
    .entry-content h2 {
      font-size: 1.125rem;
      line-height: 1.6; } }

.single-entry__content h2::after,
.entry-content h2::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #195CB9;
  border-radius: 4px; }

.single-entry__content h3,
.entry-content h3 {
  color: #195CB9;
  font-weight: bold; }
  @media only screen and (min-width: 1140px) {
    .single-entry__content h3,
    .entry-content h3 {
      margin: 20px 0 10px 0; } }
  @media only screen and (min-width: 1140px) and (min-width: 1140px) {
    .single-entry__content h3,
    .entry-content h3 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
    .single-entry__content h3,
    .entry-content h3 {
      font-size: 1.25rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (max-width: 414px) {
    .single-entry__content h3,
    .entry-content h3 {
      font-size: 1.25rem;
      line-height: 1.6; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .single-entry__content h3,
    .entry-content h3 {
      margin: 16px 0 8px 0; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
    .single-entry__content h3,
    .entry-content h3 {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.6; } }
  @media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
    .single-entry__content h3,
    .entry-content h3 {
      font-size: 1.125rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
    .single-entry__content h3,
    .entry-content h3 {
      font-size: 1.125rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) {
    .single-entry__content h3,
    .entry-content h3 {
      margin: 3% 0 3% 0; } }
  @media only screen and (max-width: 414px) and (min-width: 1140px) {
    .single-entry__content h3,
    .entry-content h3 {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
    .single-entry__content h3,
    .entry-content h3 {
      font-size: 1.0625rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .single-entry__content h3,
    .entry-content h3 {
      font-size: 1.0625rem;
      line-height: 1.6; } }

.single-entry__content h4,
.entry-content h4 {
  font-weight: bold; }
  @media only screen and (min-width: 1140px) {
    .single-entry__content h4,
    .entry-content h4 {
      margin: 2px 0 10px 0; } }
  @media only screen and (min-width: 1140px) and (min-width: 1140px) {
    .single-entry__content h4,
    .entry-content h4 {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
    .single-entry__content h4,
    .entry-content h4 {
      font-size: 1.125rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (max-width: 414px) {
    .single-entry__content h4,
    .entry-content h4 {
      font-size: 1.125rem;
      line-height: 1.6; } }

.single-entry__content strong,
.entry-content strong {
  /*border-bottom: yellow 3px solid;*/
  font-weight: bold; }

.single-entry__content em,
.entry-content em {
  border-bottom: yellow 3px solid; }

.single-entry__content img,
.entry-content img {
  display: block; }
  @media only screen and (min-width: 1140px) {
    .single-entry__content img,
    .entry-content img {
      margin: 15px 0; } }

.share {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }
  @media only screen and (min-width: 1140px) {
    .share {
      margin-top: 15px;
      padding: 15px 0; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .share {
      margin-top: 15px;
      margin-bottom: 15px;
      padding: 15px 0; } }
  @media only screen and (max-width: 414px) {
    .share {
      margin-top: 15px;
      margin-bottom: 15px;
      padding: 15px 0; } }

.share-title {
  font-weight: bold; }
  @media only screen and (min-width: 1140px) {
    .share-title {
      margin-bottom: 10px; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .share-title {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 414px) {
    .share-title {
      margin-bottom: 10px; } }

.share ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media only screen and (min-width: 1140px) {
    .share ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .share ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (max-width: 414px) {
    .share ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.share li {
  text-align: center; }
  @media only screen and (min-width: 1140px) {
    .share li {
      width: 25%;
      margin: 0; } }
  @media only screen and (max-width: 414px) {
    .share li {
      width: 25%;
      margin: 0; } }

.share li a {
  text-decoration: none;
  text-align: center;
  color: #fff; }
  @media only screen and (min-width: 1140px) {
    .share li a {
      display: block;
      padding: 10px;
      font-size: 14px; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .share li a {
      display: block;
      padding: 10px;
      width: 100%;
      font-size: 14px; } }
  @media only screen and (max-width: 414px) {
    .share li a {
      display: block;
      width: 100%;
      padding: 8px 0; } }
  @media only screen and (max-width: 414px) and (min-width: 1140px) {
    .share li a {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
    .share li a {
      font-size: 0.75rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .share li a {
      font-size: 0.75rem;
      line-height: 1.6; } }

.share li a:hover {
  opacity: 0.8;
  color: #fff; }

.share li a:visited {
  color: #fff; }

.share ul:after, .shareSp ul:after {
  content: "";
  display: block;
  clear: both; }

.tweet a {
  background-color: #55acee; }

.facebook a {
  background-color: #315096; }

.googleplus a {
  background-color: #dd4b39; }

.hatena a {
  background-color: #008fde; }

.line a {
  background-color: #00c300; }

.pocket a {
  background-color: #f03e51; }

.rss a {
  background-color: #ff8c00; }

.feedly a {
  background-color: #6cc655; }

.youtube a {
  background-color: red; }

@media only screen and (max-width: 414px) {
  .shareSp {
    margin-top: 7%; } }

@media only screen and (max-width: 414px) {
  .single-sns__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media only screen and (max-width: 414px) {
  .single-sns__share li {
    width: 25%;
    text-align: center; } }

.single-sns__share li a {
  color: white;
  display: block;
  padding: 7px 0; }

.entry-footer {
  display: none; }

@media only screen and (min-width: 1140px) {
  .single-blogRank {
    margin-top: 30px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .single-blogRank {
    margin-top: 25px; } }

@media only screen and (max-width: 414px) {
  .single-blogRank {
    margin-top: 7%; } }

.single-blogRank__title {
  font-weight: bold; }
  @media only screen and (min-width: 1140px) {
    .single-blogRank__title {
      margin-bottom: 10px; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .single-blogRank__title {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 414px) {
    .single-blogRank__title {
      margin-bottom: 10px; } }

@media only screen and (min-width: 1140px) {
  .single-blogRank__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .single-blogRank__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media only screen and (max-width: 414px) {
  .single-blogRank__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media only screen and (min-width: 1140px) {
  .single-blogRank__list li {
    margin-right: 15px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .single-blogRank__list li {
    margin-right: 15px; } }

@media only screen and (max-width: 414px) {
  .single-blogRank__list li {
    margin-right: 15px; } }

.single-blogRank__list li svg {
  color: #55acee; }
  @media only screen and (min-width: 1140px) {
    .single-blogRank__list li svg {
      margin-right: 5px; } }
  @media only screen and (min-width: 1140px) and (min-width: 1140px) {
    .single-blogRank__list li svg {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
    .single-blogRank__list li svg {
      font-size: 1.25rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (max-width: 414px) {
    .single-blogRank__list li svg {
      font-size: 1.25rem;
      line-height: 1.6; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .single-blogRank__list li svg {
      margin-right: 5px; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
    .single-blogRank__list li svg {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.6; } }
  @media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
    .single-blogRank__list li svg {
      font-size: 1.25rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
    .single-blogRank__list li svg {
      font-size: 1.25rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) {
    .single-blogRank__list li svg {
      margin-right: 5px; } }
  @media only screen and (max-width: 414px) and (min-width: 1140px) {
    .single-blogRank__list li svg {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
    .single-blogRank__list li svg {
      font-size: 1rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .single-blogRank__list li svg {
      font-size: 1rem;
      line-height: 1.6; } }

@media only screen and (min-width: 1140px) {
  .company-contents {
    margin-top: 70px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .company-contents {
    margin-top: 50px; } }

@media only screen and (max-width: 414px) {
  .company-contents {
    padding-top: 5%; } }

.company-contents__title {
  color: #195CB9;
  font-weight: bold; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .company-contents__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .company-contents__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .company-contents__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .company-contents__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .company-contents__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .company-contents__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .company-contents__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .company-contents__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .company-contents__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) {
  .company-contents__inner {
    margin-top: 30px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .company-contents__inner {
    margin-top: 25px; } }

@media only screen and (max-width: 414px) {
  .company-contents__inner {
    margin-top: 5%; } }

@media only screen and (min-width: 1140px) {
  .contact-contents {
    margin-top: 70px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .contact-contents {
    margin-top: 50px; } }

@media only screen and (max-width: 414px) {
  .contact-contents {
    padding-top: 5%; } }

.contact-contents__title {
  color: #195CB9;
  font-weight: bold; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .contact-contents__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .contact-contents__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .contact-contents__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .contact-contents__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .contact-contents__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .contact-contents__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .contact-contents__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .contact-contents__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .contact-contents__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) {
  .contact-contents__inner {
    margin-top: 30px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .contact-contents__inner {
    margin-top: 25px; } }

@media only screen and (max-width: 414px) {
  .contact-contents__inner {
    margin-top: 5%; } }

@media only screen and (min-width: 1140px) {
  .contact-contents__block dl dt {
    margin-top: 20px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .contact-contents__block dl dt {
    margin-top: 15px; } }

@media only screen and (max-width: 414px) {
  .contact-contents__block dl dt {
    margin-top: 5%; } }

@media only screen and (min-width: 1140px) {
  .contact-contents__btn {
    margin-top: 20px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .contact-contents__btn {
    margin-top: 15px; } }

@media only screen and (max-width: 414px) {
  .contact-contents__btn {
    margin-top: 5%; } }

@media only screen and (min-width: 1140px) {
  .privacy-contents {
    margin-top: 70px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .privacy-contents {
    margin-top: 50px; } }

@media only screen and (max-width: 414px) {
  .privacy-contents {
    padding-top: 5%; } }

@media only screen and (min-width: 1140px) {
  .privacy-contents__txt {
    margin: 20px 0; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .privacy-contents__txt {
    margin: 15px 0; } }

@media only screen and (max-width: 414px) {
  .privacy-contents__txt {
    margin: 3% 0; } }

.privacy-contents__title {
  color: #195CB9;
  font-weight: bold; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .privacy-contents__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .privacy-contents__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .privacy-contents__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .privacy-contents__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .privacy-contents__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .privacy-contents__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .privacy-contents__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .privacy-contents__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .privacy-contents__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

.privacy-contents__box dt {
  font-weight: bold; }
  @media only screen and (min-width: 1140px) {
    .privacy-contents__box dt {
      margin: 20px 0 10px 0; } }
  @media only screen and (min-width: 1140px) and (min-width: 1140px) {
    .privacy-contents__box dt {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
    .privacy-contents__box dt {
      font-size: 1.0625rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 1140px) and (max-width: 414px) {
    .privacy-contents__box dt {
      font-size: 1.0625rem;
      line-height: 1.6; } }
  @media (min-width: 415px) and (max-width: 1139px) {
    .privacy-contents__box dt {
      margin: 15px 0 7px 0; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
    .privacy-contents__box dt {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.6; } }
  @media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
    .privacy-contents__box dt {
      font-size: 1.0625rem;
      line-height: 1.6; } }
  @media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
    .privacy-contents__box dt {
      font-size: 1.0625rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) {
    .privacy-contents__box dt {
      margin: 15px 0 7px 0; } }
  @media only screen and (max-width: 414px) and (min-width: 1140px) {
    .privacy-contents__box dt {
      font-size: 17px;
      font-size: 1.0625rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
    .privacy-contents__box dt {
      font-size: 1.0625rem;
      line-height: 1.6; } }
  @media only screen and (max-width: 414px) and (max-width: 414px) {
    .privacy-contents__box dt {
      font-size: 1.0625rem;
      line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .privacy-contents__box dd {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .privacy-contents__box dd {
    font-size: 0.9375rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .privacy-contents__box dd {
    font-size: 0.9375rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .privacy-contents__box dd {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .privacy-contents__box dd {
    font-size: 0.9375rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .privacy-contents__box dd {
    font-size: 0.9375rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .privacy-contents__box dd {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .privacy-contents__box dd {
    font-size: 0.9375rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .privacy-contents__box dd {
    font-size: 0.9375rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) {
  .sitemap-contents {
    margin-top: 70px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .sitemap-contents {
    margin-top: 50px; } }

@media only screen and (max-width: 414px) {
  .sitemap-contents {
    padding-top: 5%; } }

.sitemap-contents__title {
  color: #195CB9;
  font-weight: bold; }

@media only screen and (min-width: 1140px) and (min-width: 1140px) {
  .sitemap-contents__title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (min-width: 415px) and (max-width: 1139px) {
  .sitemap-contents__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) and (max-width: 414px) {
  .sitemap-contents__title {
    font-size: 1.5625rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (min-width: 1140px) {
  .sitemap-contents__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media (min-width: 415px) and (max-width: 1139px) and (min-width: 415px) and (max-width: 1139px) {
  .sitemap-contents__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 415px) and (max-width: 1139px) and (max-width: 414px) {
  .sitemap-contents__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 1140px) {
  .sitemap-contents__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (min-width: 415px) and (max-width: 1139px) {
  .sitemap-contents__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (max-width: 414px) and (max-width: 414px) {
  .sitemap-contents__title {
    font-size: 1.25rem;
    line-height: 1.6; } }

@media only screen and (min-width: 1140px) {
  .sitemap-contents__inner {
    margin-top: 30px; } }

@media (min-width: 415px) and (max-width: 1139px) {
  .sitemap-contents__inner {
    margin-top: 25px; } }

@media only screen and (max-width: 414px) {
  .sitemap-contents__inner {
    margin-top: 5%; } }

/* -- override -- */

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