@charset "UTF-8";
/**
 * eigolab.scss
 * @package WordPress
 * @subpackage Eigolab
 * @since 1.0.0
 */
/**
 * Import
 */
/**
 * _reset.scss
 * @package WordPress
 * @subpackage Eigolab
 * @since 1.0.0
 */
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

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;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-style: normal;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

audio, applet, object, iframe, video {
  max-width: 100%;
}

a, a:hover, a:visited, a:active {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
}

img {
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

a img {
  border: none;
  text-decoration: none;
}

br {
  letter-spacing: 0;
}

ol, ul {
  list-style: none;
}

table, dl {
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  vertical-align: middle;
}

strong, em, dt, th {
  font-weight: bold;
}

q, blockquote {
  quotes: none;
}

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

pre, code, xmp {
  overflow: auto;
  white-space: pre;
  text-shadow: none;
}

hr {
  border-width: 0;
}

textarea,
input {
  word-wrap: normal;
  word-break: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input, select {
  vertical-align: middle;
}

/**
 * _theme.scss
 * @package WordPress
 * @subpackage Eigolab
 * @since 1.0.0
 */
/**
* Import
*/
/**
 * Font
 */
/**
* Theme Layout
*/
/**
 * Theme Colors
 */
/**
 * Basic Colors
 */
.bg-dgrey {
  background-color: rgb(112.2, 112.2, 112.2);
}

.bg-grey {
  background-color: rgb(209.1, 209.1, 209.1);
}

.bg-lgrey {
  background-color: rgb(247.35, 247.35, 247.35);
}

.bg-white {
  background-color: #ffffff;
}

.bg-blue {
  background-color: #303869;
}

.bg-lblue {
  background-color: #64b5f6;
}

.bg-llblue {
  background-color: #d8ecfd;
}

.bg-lgreen {
  background-color: #8bc34a;
}

.bg-orange {
  background-color: #ff9800;
}

.bg-pink {
  background-color: #f06292;
}

.bg-yellow {
  background-color: #fce83a;
}

.bg-green {
  background-color: #40ae4b;
}

.bg-red {
  background-color: #ef5350;
}

.bg-#black {
  background-color: #222222;
}

/**
 * SNS Colors & Fonts
 */
/**
 * Shop Colors
 */
/**
 * _mixin.scss
 * @package WordPress
 * @subpackage Eigolab
 * @since 1.0.0
 */
/**
 * Reset
 */
/**
 * Fonts
 */
/**
 * Images
 */
/**
 * Colors
 */
/**
 * Utilities
 */
/**
 * Media Queries
 */
/**
 * Browser Hacks
 */
/**
 * icon.scss
 * @package WordPress
 * @subpackage Eigolab
 * @since 1.0.0
 */
/**
 * Import
 */
/**
 * Ion Font
 */
@font-face {
  font-family: "eigolab";
  src: url("../inc/font/eigolab.woff?=date20190422") format("woff"), url("../inc/font/eigolab.svg?=date20190422") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "eigolab" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-award-simple-crown1:before {
  content: "\e9a0";
  background-color: #fff;
}

.icon-award-simple-crown2:before {
  content: "\e9a1";
}

.icon-award-simple-crown3:before {
  content: "\e9a2";
}

.icon-award-badge1:before {
  content: "\e996";
}

.icon-award-badge2:before {
  content: "\e997";
}

.icon-award-badge3:before {
  content: "\e998";
}

.icon-award-crown1:before {
  content: "\e99a";
}

.icon-award-crown2:before {
  content: "\e99b";
}

.icon-award-crown3:before {
  content: "\e99c";
}

.icon-crown1:before {
  content: "\e99d";
}

.icon-crown2:before {
  content: "\e99e";
}

.icon-crown3:before {
  content: "\e99f";
}

.icon-num-1:before {
  content: "\e91a";
}

.icon-num-2:before {
  content: "\e91b";
}

.icon-num-3:before {
  content: "\e91c";
}

.icon-num-4:before {
  content: "\e91d";
}

.icon-num-5:before {
  content: "\e937";
}

.icon-num-6:before {
  content: "\e938";
}

.icon-num-7:before {
  content: "\e939";
}

.icon-num-8:before {
  content: "\e93a";
}

.icon-num-9:before {
  content: "\e93b";
}

.icon-num-10:before {
  content: "\e93c";
}

.icon-num-11:before {
  content: "\e93d";
}

.icon-num-12:before {
  content: "\e93e";
}

.icon-num-13:before {
  content: "\e93f";
}

.icon-num-14:before {
  content: "\e940";
}

.icon-num-15:before {
  content: "\e941";
}

.icon-num-16:before {
  content: "\e942";
}

.icon-num-17:before {
  content: "\e943";
}

.icon-num-18:before {
  content: "\e944";
}

.icon-num-19:before {
  content: "\e945";
}

.icon-num-20:before {
  content: "\e946";
}

.icon-num-21:before {
  content: "\e947";
}

.icon-num-22:before {
  content: "\e948";
}

.icon-num-23:before {
  content: "\e949";
}

.icon-num-24:before {
  content: "\e94a";
}

.icon-num-25:before {
  content: "\e94b";
}

.icon-num-26:before {
  content: "\e94c";
}

.icon-num-27:before {
  content: "\e94d";
}

.icon-num-28:before {
  content: "\e94e";
}

.icon-num-29:before {
  content: "\e94f";
}

.icon-num-30:before {
  content: "\e950";
}

.icon-num-31:before {
  content: "\e951";
}

.icon-num-32:before {
  content: "\e952";
}

.icon-num-33:before {
  content: "\e953";
}

.icon-num-34:before {
  content: "\e954";
}

.icon-num-35:before {
  content: "\e955";
}

.icon-num-36:before {
  content: "\e956";
}

.icon-num-37:before {
  content: "\e957";
}

.icon-num-38:before {
  content: "\e958";
}

.icon-num-39:before {
  content: "\e959";
}

.icon-num-40:before {
  content: "\e95a";
}

.icon-num-41:before {
  content: "\e95b";
}

.icon-num-42:before {
  content: "\e95c";
}

.icon-num-43:before {
  content: "\e95d";
}

.icon-num-44:before {
  content: "\e95e";
}

.icon-num-45:before {
  content: "\e95f";
}

.icon-num-46:before {
  content: "\e960";
}

.icon-num-47:before {
  content: "\e961";
}

.icon-num-48:before {
  content: "\e962";
}

.icon-num-49:before {
  content: "\e963";
}

.icon-num-50:before {
  content: "\e964";
}

.icon-num-51:before {
  content: "\e965";
}

.icon-num-52:before {
  content: "\e966";
}

.icon-num-53:before {
  content: "\e967";
}

.icon-num-54:before {
  content: "\e968";
}

.icon-num-55:before {
  content: "\e969";
}

.icon-num-56:before {
  content: "\e96a";
}

.icon-num-57:before {
  content: "\e96b";
}

.icon-num-58:before {
  content: "\e96c";
}

.icon-num-59:before {
  content: "\e96d";
}

.icon-num-60:before {
  content: "\e96e";
}

.icon-num-61:before {
  content: "\e96f";
}

.icon-num-62:before {
  content: "\e970";
}

.icon-num-63:before {
  content: "\e971";
}

.icon-num-64:before {
  content: "\e972";
}

.icon-num-65:before {
  content: "\e973";
}

.icon-num-66:before {
  content: "\e974";
}

.icon-num-67:before {
  content: "\e975";
}

.icon-num-68:before {
  content: "\e976";
}

.icon-num-69:before {
  content: "\e977";
}

.icon-num-70:before {
  content: "\e978";
}

.icon-num-71:before {
  content: "\e979";
}

.icon-num-72:before {
  content: "\e97a";
}

.icon-num-73:before {
  content: "\e97b";
}

.icon-num-74:before {
  content: "\e97c";
}

.icon-num-75:before {
  content: "\e97d";
}

.icon-num-76:before {
  content: "\e97e";
}

.icon-num-77:before {
  content: "\e97f";
}

.icon-num-78:before {
  content: "\e980";
}

.icon-num-79:before {
  content: "\e981";
}

.icon-num-80:before {
  content: "\e982";
}

.icon-num-81:before {
  content: "\e983";
}

.icon-num-82:before {
  content: "\e984";
}

.icon-num-83:before {
  content: "\e985";
}

.icon-num-84:before {
  content: "\e986";
}

.icon-num-85:before {
  content: "\e987";
}

.icon-num-86:before {
  content: "\e988";
}

.icon-num-87:before {
  content: "\e989";
}

.icon-num-88:before {
  content: "\e98a";
}

.icon-num-89:before {
  content: "\e98b";
}

.icon-num-90:before {
  content: "\e98c";
}

.icon-num-91:before {
  content: "\e98d";
}

.icon-num-92:before {
  content: "\e98e";
}

.icon-num-93:before {
  content: "\e98f";
}

.icon-num-94:before {
  content: "\e990";
}

.icon-num-95:before {
  content: "\e991";
}

.icon-num-96:before {
  content: "\e992";
}

.icon-num-97:before {
  content: "\e993";
}

.icon-num-98:before {
  content: "\e994";
}

.icon-num-99:before {
  content: "\e995";
}

.icon-double-circle2:before {
  content: "\e999";
}

.icon-home:before {
  content: "\e936";
}

.icon-arrow-up:before {
  content: "\ea32";
}

.icon-arrow-right:before {
  content: "\ea34";
}

.icon-arrow-down:before {
  content: "\ea36";
}

.icon-arrow-left:before {
  content: "\ea38";
}

.icon-arrow-big-right:before {
  content: "\e908";
}

.icon-arrow-big-left:before {
  content: "\e909";
}

.icon-arrow-big-bottom:before {
  content: "\e90d";
}

.icon-arrow-big-top:before {
  content: "\e90e";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-up:before {
  content: "\f102";
}

.icon-angle-double-down:before {
  content: "\f103";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-down:before {
  content: "\f109";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f108";
}

.icon-chevron-thin-left:before {
  content: "\e927";
}

.icon-chevron-thin-down:before {
  content: "\e926";
}

.icon-chevron-thin-right:before {
  content: "\e928";
}

.icon-chevron-thin-up:before {
  content: "\e929";
}

.icon-select-arrows:before {
  content: "\e911";
}

.icon-triangle-left:before {
  content: "\e92b";
}

.icon-triangle-down:before {
  content: "\e92a";
}

.icon-triangle-right:before {
  content: "\e92c";
}

.icon-triangle-up:before {
  content: "\e92d";
}

.icon-quotes-left:before {
  content: "\e91f";
}

.icon-quotes-right:before {
  content: "\e91e";
}

.icon-quote-left-light:before {
  content: "\e920";
}

.icon-quote-right-light:before {
  content: "\e919";
}

.icon-quote-left-bold:before {
  content: "\e916";
}

.icon-quote-right-bold:before {
  content: "\e918";
}

.icon-hash-bold:before {
  content: "\e906";
}

.icon-hash:before {
  content: "\e922";
}

.icon-hash-thin:before {
  content: "\e907";
}

.icon-magnifying-glass:before {
  content: "\e912";
}

.icon-magnifying-glass-4:before {
  content: "\e934";
}

.icon-magnifying-glass-1:before {
  content: "\e931";
}

.icon-magnifying-glass-2:before {
  content: "\e932";
}

.icon-magnifying-glass-3:before {
  content: "\e933";
}

.icon-volume-m:before {
  content: "\e90f";
}

.icon-volume-h:before {
  content: "\e910";
}

.icon-envelope-0:before {
  content: "\f003";
}

.icon-attachment:before {
  content: "\e9cd";
}

.icon-dot-small:before {
  content: "\e905";
}

.icon-dot:before {
  content: "\e917";
}

.icon-bookmark:before {
  content: "\e9d2";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-0:before {
  content: "\f016";
}

.icon-warning:before {
  content: "\e925";
}

.icon-location:before {
  content: "\e921";
}

.icon-credit:before {
  content: "\e92e";
}

.icon-info-with-circle:before {
  content: "\e92f";
}

.icon-info:before {
  content: "\e930";
}

.icon-tag:before {
  content: "\e935";
}

.icon-link:before {
  content: "\e9cb";
}

.icon-rotate:before {
  content: "\f01e";
}

.icon-external-link:before {
  content: "\e90c";
}

.icon-cross:before {
  content: "\e5cd";
}

.icon-circle:before {
  content: "\ea56";
}

.icon-check:before {
  content: "\e914";
}

.icon-heart-0:before {
  content: "\e923";
}

.icon-heart:before {
  content: "\e924";
}

.icon-star-0:before {
  content: "\f006";
}

.icon-star-half:before {
  content: "\f123";
}

.icon-star:before {
  content: "\f005";
}

.icon-twitter:before {
  content: "\e904";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-feedly:before {
  content: "\e90a";
}

.icon-line:before {
  content: "\e902";
}

.icon-dot-big:before {
  content: "\e915";
}

/**
 * Base
 */
html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 62.5%;
}

a:active,
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border: none;
}

input:not([type=radio]):not([type=checkbox]),
textarea,
select {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea,
select,
input {
  font-size: 1.6rem;
}

::-webkit-input-placeholder {
  color: rgb(112.2, 112.2, 112.2);
  vertical-align: middle;
}

::-moz-placeholder {
  color: rgb(112.2, 112.2, 112.2);
  vertical-align: middle;
}

:-ms-input-placeholder {
  color: rgb(112.2, 112.2, 112.2);
  vertical-align: middle;
}

::-ms-input-placeholder {
  color: rgb(112.2, 112.2, 112.2);
  vertical-align: middle;
}

::placeholder {
  color: rgb(112.2, 112.2, 112.2);
  vertical-align: middle;
}

.alpha {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-image: url("../img/alpha.png");
}

.img {
  position: relative;
}
.img img {
  height: auto;
  width: 100%;
}

.thumb {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}
.thumb img {
  height: auto;
  width: 100%;
}

.logo img {
  vertical-align: top;
  height: 100%;
}

.sticky-widget {
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .sticky-widget {
    top: -1px;
  }
}

.fixed-body.pc {
  position: fixed;
}

/**
 * Design
 */
.date {
  letter-spacing: 0.1em;
}

/**
 * Effect
 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
}

.fadein-effect {
  opacity: 0;
}
.fadein-effect.active {
  -webkit-animation: fadeIn 0.1s ease forwards;
          animation: fadeIn 0.1s ease forwards;
}

iframe {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/**
 * Structure
 */
body {
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: #ffffff;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

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

.wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}

#outer-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  background: #ffffff;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #outer-container {
    margin-bottom: 40px;
  }
}
@media (min-width: 900px) {
  #outer-container {
    margin-bottom: 48px;
  }
}
.single #outer-container {
  margin-top: 56px;
}
@media (min-width: 900px) {
  .single #outer-container {
    margin-top: 48px;
  }
}
.page #outer-container {
  margin-top: 80px;
}
@media (min-width: 900px) {
  .page #outer-container {
    margin-top: 48px;
  }
}
.error404 #outer-container {
  margin-top: 80px;
}
@media (min-width: 900px) {
  .error404 #outer-container {
    margin-top: 48px;
  }
}
.search-no-results #outer-container {
  margin-top: 80px;
}
@media (min-width: 900px) {
  .search-no-results #outer-container {
    margin-top: 48px;
  }
}
.home #outer-container {
  margin-top: 80px;
}
@media (min-width: 900px) {
  .home #outer-container {
    margin-top: 48px;
  }
}
.home.paged #outer-container {
  margin-top: 80px;
}
@media (min-width: 900px) {
  .home.paged #outer-container {
    margin-top: 48px;
  }
}
.search-results #outer-container, .archive #outer-container {
  margin-top: 0;
}
@media (min-width: 900px) {
  .search-results #outer-container, .archive #outer-container {
    margin-top: 32px;
  }
}

.outer-headline {
  margin-top: 56px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .outer-headline {
    margin-bottom: 32px;
  }
}
@media (min-width: 900px) {
  .outer-headline {
    margin-top: 48px;
    margin-bottom: 0;
  }
}

.outer-breadcrumb {
  display: none;
}
@media (min-width: 900px) {
  .outer-breadcrumb {
    display: block;
  }
}

.container {
  background-color: #ffffff;
}
@media (min-width: 900px) {
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.outer {
  position: relative;
  width: 100%;
}

.inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}
@media (min-width: 900px) {
  .inner {
    padding: 0 30px;
  }
}

@media (min-width: 900px) {
  .content.two-column {
    width: calc(100% - 300px - 32px);
  }
  .content.one-column {
    width: 100%;
  }
}

@media (min-width: 900px) {
  #side {
    width: 300px;
    margin-left: 32px;
  }
}

.overlay-outer .mobile {
  padding-top: 56px;
}

/**
 * header
 */
#outer-header {
  height: 56px;
  position: fixed;
  background-color: #303869;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  top: 0;
  z-index: 1000;
}
@media (min-width: 900px) {
  #outer-header {
    height: 72px;
    position: relative;
  }
}
#header {
  height: 56px;
  height: 100%;
  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;
  position: relative;
  color: #ffffff;
}
@media (min-width: 900px) {
  #header {
    height: 72px;
    position: relative;
  }
}
#header a {
  color: #ffffff;
}
#header .logo {
  height: 32px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  #header .logo {
    height: 44px;
  }
}

/**
 * Hamburger Menu
 */
.hamburger-menu {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 1px;
  width: 22px;
  height: 2px;
}
@media (min-width: 900px) {
  .hamburger-menu {
    width: 24px;
  }
}
.hamburger-menu:nth-of-type(2) {
  margin-top: 5px;
}
@media (min-width: 900px) {
  .hamburger-menu:nth-of-type(2) {
    margin-top: 6px;
  }
}
.hamburger-menu:nth-of-type(2):after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #ffffff;
  border-radius: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 22px;
  height: 2px;
}
@media (min-width: 900px) {
  .hamburger-menu:nth-of-type(2):after {
    width: 24px;
  }
}
.hamburger-menu:nth-of-type(3) {
  margin-top: 5px;
}
@media (min-width: 900px) {
  .hamburger-menu:nth-of-type(3) {
    margin-top: 6px;
  }
}

#trigger-menu {
  width: 56px;
  height: 56px;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  right: 0;
}
@media (min-width: 900px) {
  #trigger-menu {
    display: none;
  }
}
#trigger-menu .close {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 10px;
}
@media (min-width: 768px) {
  #trigger-menu .close {
    right: 16px;
  }
}
#trigger-menu.active .hamburger-menu:nth-of-type(1) {
  -webkit-transform: translate(50%) scale(0);
      -ms-transform: translate(50%) scale(0);
          transform: translate(50%) scale(0);
}
#trigger-menu.active .hamburger-menu:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
#trigger-menu.active .hamburger-menu:nth-of-type(2):after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
#trigger-menu.active .hamburger-menu:nth-of-type(3) {
  -webkit-transform: translate(-50%) scale(0);
      -ms-transform: translate(-50%) scale(0);
          transform: translate(-50%) scale(0);
}

/**
 * Trigger Search
 */
#trigger-search {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  cursor: pointer;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 56px;
  height: 56px;
  line-height: 56px;
}
#trigger-search #tri-mag {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 10px;
  font-size: 2.1rem;
}
@media (min-width: 900px) {
  #trigger-search #tri-mag {
    right: 0;
    font-size: 2.4rem;
  }
}
#trigger-search #tri-close {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 10px;
}
@media (min-width: 900px) {
  #trigger-search #tri-close {
    right: 0;
  }
}
#trigger-search #tri-close .hamburger-menu:nth-of-type(1) {
  -webkit-transform: translate(50%) scale(0);
      -ms-transform: translate(50%) scale(0);
          transform: translate(50%) scale(0);
}
#trigger-search #tri-close .hamburger-menu:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#trigger-search #tri-close .hamburger-menu:nth-of-type(2):after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
#trigger-search #tri-close .hamburger-menu:nth-of-type(3) {
  -webkit-transform: translate(-50%) scale(0);
      -ms-transform: translate(-50%) scale(0);
          transform: translate(-50%) scale(0);
}

/**
 * Titles
 */
.article-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
@media (min-width: 415px) {
  .article-title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .article-title {
    font-size: 2.2rem;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 900px) {
  .article-title {
    font-size: 2.4rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.page-article .article-title {
  margin-bottom: 24px;
  border-bottom: 1px solid rgb(224.4, 224.4, 224.4);
  padding-bottom: 0.8em;
}
@media (min-width: 900px) {
  .page-article .article-title {
    margin-bottom: 32px;
  }
}
.not-found-article .article-title {
  margin-bottom: 24px;
  border-bottom: 1px solid rgb(224.4, 224.4, 224.4);
  padding-bottom: 0.8em;
}
@media (min-width: 900px) {
  .not-found-article .article-title {
    margin-bottom: 32px;
  }
}

/**
 * Headlines
 */
.outer-headline {
  background: rgb(244.8, 244.8, 244.8);
}
@media (min-width: 900px) {
  .outer-headline {
    background: none;
  }
}

.headline {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .headline {
    padding: 0 16px;
  }
}
@media (min-width: 900px) {
  .headline {
    height: auto;
    padding: 0 30px;
  }
}

.archive-title {
  font-weight: bold;
  font-size: 1em;
}
@media (min-width: 900px) {
  .archive-title {
    font-size: 2.4rem;
    line-height: 1.4;
    border-bottom: 1px solid rgb(224.4, 224.4, 224.4);
    padding-bottom: 0.8em;
  }
}

/**
 * Main Lists
 */
.main-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .main-lists {
    padding: 0 16px;
  }
}
@media (min-width: 900px) {
  .main-lists {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-lists.ver .main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 24px;
  width: calc((100% - 10px) / 2);
}
@media (min-width: 768px) {
  .main-lists.ver .main-list {
    width: calc((100% - 16px) / 2);
  }
}
.main-lists.ver .main-list > a {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
@media (min-width: 900px) {
  .main-lists.ver .main-list:hover .title {
    text-decoration: underline;
  }
}
.main-lists.ver .title {
  font-size: 1.4rem;
  padding-top: 10px;
  color: #333333;
  font-weight: bold;
}
@media (min-width: 415px) {
  .main-lists.ver .title {
    font-size: 1.6rem;
    padding-top: 15px;
  }
}
@media (min-width: 768px) {
  .main-lists.ver .title {
    font-size: 1.8rem;
    padding-top: 15px;
  }
}
.main-lists.ver .thumb {
  position: relative;
  width: 100%;
  height: 0;
  background-size: cover;
  padding-bottom: 62%;
}
.main-lists.ver .meta {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  padding: 20px 0 10px 0;
  border-bottom: 1px solid rgb(224.4, 224.4, 224.4);
}
@media (min-width: 768px) {
  .main-lists.ver .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-lists.ver .meta span {
  display: block;
}
.main-lists.ver .meta .cat {
  padding: 4px 0;
  font-size: 1.1rem;
}
.main-lists.ver .meta .cat a {
  color: #333333;
  text-decoration: none;
}
.main-lists.ver .meta .cat a:hover {
  color: #333333;
  text-decoration: underline;
}
.main-lists.ver .meta .cat:after {
  content: " / ";
  padding: 0 4px;
}
.main-lists.ver .meta .date {
  font-size: 1.1rem;
}
.main-lists.ver .meta .date .mod-date {
  position: relative;
  margin-right: 4px;
  top: 0.8px;
}

.new {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
  margin: 5px;
  font-size: 1.2rem;
  background: #ef5350;
  color: #fff;
}

/**
 * Article Header and Footer
 */
.article-header {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article-header .img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 900px) {
  .article-header .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 768px) {
  .article-header {
    margin-bottom: 30px;
  }
}
@media (min-width: 900px) {
  .article-header {
    margin-bottom: 30px;
  }
}
.article-header .article-title {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .article-header .article-title {
    margin-top: 30px;
  }
}
@media (min-width: 900px) {
  .article-header .article-title {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.article-header .shares {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
}
@media (min-width: 900px) {
  .article-header .shares {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.article-header .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.3rem;
  text-align: right;
  margin-bottom: 0;
  height: 26px;
  padding: 10px 10px 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 768px) {
  .article-header .meta {
    margin-bottom: 0;
    padding: 10px 16px 0;
  }
}
@media (min-width: 900px) {
  .article-header .meta {
    padding: 10px 0 0 0;
    margin-bottom: 0;
  }
}
.article-header .date {
  font-size: 1.2rem;
}
.article-header .mod-date {
  margin-right: 4px;
  top: 1px;
}
.article-header .prad {
  font-size: 1.2rem;
}

.article-footer {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .article-footer {
    margin-bottom: 30px;
  }
}
@media (min-width: 900px) {
  .article-footer {
    margin-bottom: 30px;
  }
}
.article-footer .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 24px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .article-footer .meta {
    margin-bottom: 30px;
    padding: 0 16px;
  }
}
@media (min-width: 900px) {
  .article-footer .meta {
    padding: 0;
    margin-bottom: 30px;
  }
}
.article-footer .date {
  font-size: 1.2rem;
}
.article-footer .mod-date {
  position: relative;
  margin-right: 4px;
  top: 1px;
}
.article-footer .typos a {
  color: #333333;
  text-decoration: none;
}
.article-footer .typos a:hover {
  color: #333333;
  text-decoration: underline;
}
.article-footer .typos span {
  margin-left: 6px;
}
.article-footer .typos span:before {
  position: relative;
  top: 1px;
}

/**
 * Article Content
 */
.article-content {
  line-height: 1.68;
  padding: 0 10px;
  font-size: 1.5rem;
  margin-bottom: 24px;
  /** Anchor */
  /** Image */
  /** Media */
  /** Google Map */
  /** Audio */
  /** Reference */
  /** Blockquotes */
  /** Table */
  /** Lists */
  /** Ranking */
  /** Table of Contens */
  /** Heddling */
}
.page .article-content {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .article-content {
    font-size: 1.6rem;
    margin-bottom: 32px;
    padding: 0 16px;
  }
}
@media (min-width: 900px) {
  .article-content {
    font-size: 1.6rem;
    margin-bottom: 32px;
    padding: 0;
  }
}
.article-content p,
.article-content div,
.article-content ul,
.article-content ol,
.article-content blockquote,
.article-content hr,
.article-content h4 {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .article-content p,
  .article-content div,
  .article-content ul,
  .article-content ol,
  .article-content blockquote,
  .article-content hr,
  .article-content h4 {
    margin-bottom: 30px;
  }
}
@media (min-width: 900px) {
  .article-content p,
  .article-content div,
  .article-content ul,
  .article-content ol,
  .article-content blockquote,
  .article-content hr,
  .article-content h4 {
    margin-bottom: 30px;
  }
}
.article-content p a,
.article-content span a {
  text-decoration: underline;
  color: #1976d2;
  font-weight: bold;
}
.article-content p a:hover,
.article-content span a:hover {
  text-decoration: none;
  color: #1976d2;
}
.article-content .at-color-line-none a {
  color: #1976d2;
  text-decoration: underline;
}
.article-content .at-color-line-none a:hover {
  text-decoration: none;
  color: #1976d2;
}
.article-content .at-color-none-none a {
  color: #1976d2;
  text-decoration: none;
}
.article-content .at-color-none-none a:hover {
  text-decoration: none;
  color: #1976d2;
}
.article-content .at-color-none-line a {
  color: #1976d2;
  text-decoration: none;
}
.article-content .at-color-none-line a:hover {
  text-decoration: underline;
  color: #1976d2;
}
.article-content .at-bold a {
  font-weight: bold;
}
.article-content img {
  max-width: 100%;
  height: auto;
}
.img.i-mobile {
  width: 100%;
  text-align: center;
  background: rgb(244.8, 244.8, 244.8);
  padding: 24px 0;
}
.img.i-mobile > img {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgb(224.4, 224.4, 224.4);
  width: 80%;
}
@media (min-width: 415px) {
  .img.i-mobile > img {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .img.i-mobile {
    padding: 30px 0;
  }
}
@media (min-width: 900px) {
  .img.i-mobile {
    padding: 30px 0;
  }
}
.img .i-double {
  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;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.img .i-double img {
  border: 1px solid rgb(224.4, 224.4, 224.4);
  width: calc((100% - 20px) / 2);
}
@media (min-width: 415px) {
  .img .i-double {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.img.i-border img {
  border: 1px solid rgb(224.4, 224.4, 224.4);
}
.img.i-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.media {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: rgb(252.45, 252.45, 252.45);
}
.media:before {
  content: "loading...";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.media iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.article-content .audio i {
  position: relative !important;
  cursor: pointer;
  color: #303869 !important;
  margin-left: 10px;
  top: 2px;
}
.words .article-content .audio i {
  margin-right: 3px;
}
.article-content .a-nospace .audio i {
  margin-left: 0;
}
.article-content .refs,
.article-content .ref {
  color: rgb(193.8, 193.8, 193.8);
}
.article-content .refs a,
.article-content .ref a {
  color: rgb(193.8, 193.8, 193.8);
  text-decoration: none;
}
.article-content .refs a:hover,
.article-content .ref a:hover {
  color: rgb(193.8, 193.8, 193.8);
  text-decoration: none;
}
.article-content .ref {
  font-size: 0.64em;
  text-align: right;
}
.article-content .com {
  text-align: center;
  font-size: 0.72em;
  color: rgb(132.6, 132.6, 132.6);
}
.article-content p.by,
.article-content span.by {
  color: rgb(132.6, 132.6, 132.6);
}
.article-content p.by a,
.article-content span.by a {
  color: rgb(132.6, 132.6, 132.6);
  text-decoration: none;
}
.article-content p.by a:hover,
.article-content span.by a:hover {
  color: rgb(132.6, 132.6, 132.6);
  text-decoration: none;
}
.article-content p.by a,
.article-content span.by a {
  font-weight: normal;
}
.media + p.com,
.media + p.ref,
.scroll-table + p.com,
.scroll-table + p.ref,
.full-table + p.com,
.full-table + p.ref,
.box + p.com,
.box + p.ref,
.img + p.com,
.img + p.ref {
  padding-top: 0.8em;
  margin-top: -24px;
}
.media + p.com a,
.media + p.ref a,
.scroll-table + p.com a,
.scroll-table + p.ref a,
.full-table + p.com a,
.full-table + p.ref a,
.box + p.com a,
.box + p.ref a,
.img + p.com a,
.img + p.ref a {
  font-weight: normal;
}
@media (min-width: 768px) {
  .media + p.com,
  .media + p.ref,
  .scroll-table + p.com,
  .scroll-table + p.ref,
  .full-table + p.com,
  .full-table + p.ref,
  .box + p.com,
  .box + p.ref,
  .img + p.com,
  .img + p.ref {
    margin-top: -30px;
  }
}
@media (min-width: 900px) {
  .media + p.com,
  .media + p.ref,
  .scroll-table + p.com,
  .scroll-table + p.ref,
  .full-table + p.com,
  .full-table + p.ref,
  .box + p.com,
  .box + p.ref,
  .img + p.com,
  .img + p.ref {
    margin-top: -30px;
  }
}

.article-content img + p.com,
.article-content img + p.ref,
.article-content .i-double + p.com,
.article-content .i-double + p.ref {
  padding-top: 0.8em;
  margin-bottom: 0;
}
.article-content .refs {
  font-size: 0.72em;
}
.article-content .refs ul,
.article-content .refs .title {
  margin-bottom: 0;
}
.article-content .refs li {
  display: inline-block;
}
.article-content .refs li:after {
  content: "/";
  margin: 0 5px;
}
.article-content .refs li:last-child:after {
  display: none;
}
.article-content .t-s-text {
  color: rgb(163.2, 163.2, 163.2);
  font-size: 0.64em;
  padding-top: 0.8em;
}
blockquote.bq-none {
  margin-bottom: 0;
}
blockquote:not(.bq-none) {
  position: relative;
  padding: 24px 0 12px 0;
  border-top: 1px solid rgb(214.2, 214.2, 214.2);
  border-bottom: 1px solid rgb(214.2, 214.2, 214.2);
}
@media (min-width: 900px) {
  blockquote:not(.bq-none) {
    padding: 30px 0 15px 0;
  }
}
@media (min-width: 768px) {
  blockquote:not(.bq-none) {
    padding: 30px 0 15px 0;
  }
}
blockquote:not(.bq-none):before, blockquote:not(.bq-none):after {
  position: absolute;
  height: 32px;
  line-height: 32px;
  font-size: 2.4rem;
  color: rgb(214.2, 214.2, 214.2);
  font-family: "eigolab";
  background: #ffffff;
}
blockquote:not(.bq-none):before {
  padding-right: 12px;
  top: -16px;
  left: 0;
  content: "\e920";
}
blockquote:not(.bq-none):after {
  padding-left: 12px;
  bottom: -16px;
  right: 0;
  content: "\e919";
}
blockquote:not(.bq-none) cite {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  padding-right: 36px;
  color: rgb(193.8, 193.8, 193.8);
}
blockquote:not(.bq-none) cite a {
  color: rgb(193.8, 193.8, 193.8);
  text-decoration: none;
}
blockquote:not(.bq-none) cite a:hover {
  color: rgb(193.8, 193.8, 193.8);
  text-decoration: underline;
}
blockquote:not(.bq-none) p {
  font-size: 0.96em;
  margin-bottom: 12px;
}

.article-content table p,
.article-content table ul,
.article-content table ol {
  margin-bottom: 1em;
}
.article-content table p.t-s-none,
.article-content table ul.t-s-none,
.article-content table ol.t-s-none {
  margin-bottom: 0;
}
.article-content table p.t-s-half,
.article-content table ul.t-s-half,
.article-content table ol.t-s-half {
  margin-bottom: 0.5em;
}
.article-content table ul li,
.article-content table ol li {
  margin: 0.1em 0;
}
table {
  line-height: 1.4;
  border: 1px solid rgb(214.2, 214.2, 214.2);
}
table td,
table th {
  padding: 8px 6px;
  border-right: 1px solid rgb(214.2, 214.2, 214.2);
}
table tr {
  border-bottom: 1px solid rgb(214.2, 214.2, 214.2);
}
table tr td:last-child {
  border-right: none;
}
table.tb-t-left {
  text-align: left;
}
table.tb-t-left td,
table.tb-t-left th {
  text-align: left;
}
table.tb-t-center {
  text-align: center;
}
table.tb-t-center td,
table.tb-t-center th {
  text-align: center;
}
table.tb-th-no-border th {
  border: none;
}
table.tb-border-white {
  border: none;
}
table.tb-border-white td,
table.tb-border-white th {
  border-right: 2px solid #ffffff;
}
table.tb-border-white tr {
  border-bottom: 2px solid #ffffff;
}
table.tb-border-white tr td:last-child {
  border-right: none;
}
table.tb-no-border {
  border: none;
}
table.tb-no-border td,
table.tb-no-border th,
table.tb-no-border tr {
  border: none;
}
table.tb-bottom-border td,
table.tb-bottom-border th {
  border: none;
}
table.tb-bottom-border-noframe {
  border-left: none;
  border-right: none;
}
table.tb-bottom-border-noframe td,
table.tb-bottom-border-noframe th {
  border: none;
}
table.tb-bottom-border-dot td,
table.tb-bottom-border-dot th {
  border: none;
}
table.tb-bottom-border-dot tr {
  border-style: dotted;
}
table.tb-bottom-border-dot tr:last-child {
  border-style: solid;
}
table.tb-bottom-border-dot-noframe {
  border-left: none;
  border-right: none;
  border-top-style: dotted;
}
table.tb-bottom-border-dot-noframe td,
table.tb-bottom-border-dot-noframe th {
  border: none;
}
table.tb-bottom-border-dot-noframe tr {
  border-style: dotted;
}
table.tb-bg-colored-hor tbody tr:nth-child(even) {
  background: rgb(247.35, 247.35, 247.35);
}
table.tb-bg-colored-hor tbody tr:nth-child(odd) {
  background: #ffffff;
}
table.tb-bg-colored-ver tr th:nth-child(odd),
table.tb-bg-colored-ver tr td:nth-child(odd) {
  background: rgb(247.35, 247.35, 247.35);
}
table.tb-bg-colored-ver tr:last-of-type td {
  border-bottom: none;
}
table a {
  text-decoration: none;
  color: #1976d2;
}
table a:hover {
  text-decoration: underline;
  color: #1976d2;
}

.scroll-table {
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
.scroll-table table {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.scroll-table::-webkit-scrollbar {
  height: 5px;
}

.full-table {
  width: 100%;
}
.full-table table {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 414px) {
  .tb-mq {
    border-bottom: none;
  }
  .tb-mq td,
  .tb-mq th {
    border-left: none;
    border-right: none;
    border-top: none;
    display: block;
    width: 100%;
  }
}

.article-content ul,
.article-content ol {
  position: relative;
}
.article-content ul ul,
.article-content ul ol,
.article-content ol ul,
.article-content ol ol {
  margin-bottom: 0;
}
.article-content ul:not(.lists-steps):not(.lists-timeline):not(.lists-inline):not(#toc-lists-child):not(.toc-lists):not(table ul):not(table ol) li,
.article-content ol:not(.lists-steps):not(.lists-timeline):not(.lists-inline):not(#toc-lists-child):not(.toc-lists):not(table ul):not(table ol) li {
  margin: 0.4em 0;
}
.article-content ul:not(.lists-steps):not(.lists-timeline):not(.lists-inline):not(#toc-lists-child):not(.toc-lists):not(table ul):not(table ol) li > ul,
.article-content ul:not(.lists-steps):not(.lists-timeline):not(.lists-inline):not(#toc-lists-child):not(.toc-lists):not(table ul):not(table ol) li ol,
.article-content ol:not(.lists-steps):not(.lists-timeline):not(.lists-inline):not(#toc-lists-child):not(.toc-lists):not(table ul):not(table ol) li > ul,
.article-content ol:not(.lists-steps):not(.lists-timeline):not(.lists-inline):not(#toc-lists-child):not(.toc-lists):not(table ul):not(table ol) li ol {
  margin-top: 0.4em;
}
.article-content ul li,
.article-content ol li {
  position: relative;
  margin: 0 0;
}
.article-content ul li a,
.article-content ol li a {
  color: #333333;
  text-decoration: none;
}
.article-content ul li a:hover,
.article-content ol li a:hover {
  color: #333333;
  text-decoration: underline;
}
.article-content ul li > ul,
.article-content ul li ol,
.article-content ol li > ul,
.article-content ol li ol {
  margin-top: 0;
}
.article-content ol li {
  padding-left: 1.6em;
}
.article-content ol li i {
  left: 0;
  position: absolute;
}
.article-content ol li i:before {
  line-height: 1.4;
  font-size: 1.2em;
}
.article-content ol.lists-rank .icon-num-1 {
  color: #c1a72b;
}
.article-content ol.lists-rank .icon-num-2 {
  color: #adaca7;
}
.article-content ol.lists-rank .icon-num-3 {
  color: #a87628;
}
.article-content [class^=icon-num],
.article-content [class*=" icon-num"] {
  color: #64b5f6;
}
.article-content li.head-text {
  padding-bottom: 6px;
  border-bottom: 1px dashed rgb(193.8, 193.8, 193.8);
}
.article-content li.head-text:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.article-content .head-text a {
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  color: #1976d2;
}
.article-content .head-text a:hover {
  text-decoration: underline;
}
.article-content .head-text span:first-child {
  font-size: 0.72em;
  background: #8bc34a;
  color: #ffffff;
  padding: 0.36em 1em;
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
}
.article-content .head-icon {
  position: relative;
  padding-left: 1.6em;
}
.article-content .head-icon > i:first-child {
  color: #999999;
  left: 0;
  position: absolute;
}
.article-content .head-icon > i:before {
  line-height: 1.68;
}
.article-content .head-icon-dot {
  position: relative;
  padding-left: 1.2em;
}
.article-content .head-icon-dot > i:first-child {
  color: #999999;
  left: 0;
  position: absolute;
}
.article-content .head-icon-dot > i:before {
  line-height: 1.68;
}
.article-content .lists-dot li {
  padding-left: 1.2em;
}
.article-content .lists-dot li > i:first-child {
  left: 0;
  position: absolute;
  color: #999999;
}
.article-content .lists-dot li > i:before {
  line-height: 1.68;
}
.article-content .lists-inline li {
  display: inline;
  margin-right: 10px;
}
.article-content .lists-bar li {
  padding-left: 1.2em;
}
.article-content .lists-bar li:before {
  content: "-";
  left: 0;
  position: absolute;
  color: #999999;
}
.article-content .lists-steps li {
  text-align: center;
}
.article-content .lists-steps li .wd {
  display: block;
  border: 2px solid rgb(214.2, 214.2, 214.2);
  font-size: 0.88em;
  padding: 4px;
  margin-bottom: 8px;
}
.article-content .lists-steps li:last-child i {
  display: none;
}
.article-content .lists-steps li i {
  color: #999999;
}
.article-content .lists-timeline {
  border-left: 3px solid rgb(214.2, 214.2, 214.2);
  margin-left: 6px;
}
.article-content .lists-timeline li {
  padding-left: 1.6em;
  margin: 1em 0;
}
.article-content .lists-timeline i {
  left: -8px;
  position: absolute;
  color: rgb(214.2, 214.2, 214.2);
}
.article-content .lists-timeline i:before {
  line-height: 1.68;
}
.article-content .links a,
.article-content .ilinks a,
.article-content .head-text a,
.article-content .head-icon a {
  font-size: 0.96em;
}
.article-content .bcard .title {
  font-size: 0.96em;
}
.article-content .ranking {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: repeat;
}
.article-content .ranking i {
  font-size: 2em;
  margin-right: 0.3em;
}
.article-content .ranking .icon-award-badge1 {
  color: #c1a72b;
}
.article-content .ranking .icon-award-badge2 {
  color: #adaca7;
}
.article-content .ranking .icon-award-badge3 {
  color: #a87628;
}
.article-content .ranking [class^=icon-num],
.article-content .ranking [class*=" icon-num"] {
  color: #303869;
  font-size: 1.8em;
}
.article-content p.ranking {
  padding: 0.64em;
  font-size: 1.6rem;
  background: rgb(244.8, 244.8, 244.8);
  border-left: 6px solid rgb(214.2, 214.2, 214.2);
  border-top: none;
}
.article-content p.ranking:before {
  border: none;
}
@media (min-width: 768px) {
  .article-content p.ranking {
    font-size: 1.8rem;
  }
}
.article-content h2.ranking {
  background: rgb(244.8, 244.8, 244.8);
  border-left: 6px solid rgb(214.2, 214.2, 214.2);
  border-top: none;
  border-bottom: none;
  padding: 0.64em;
}
.article-content h2.ranking:before {
  border: none;
}
.article-content h3.ranking {
  background: rgb(244.8, 244.8, 244.8);
  border-left: 6px solid rgb(214.2, 214.2, 214.2);
  border-top: none;
  border-bottom: none;
  padding: 0.64em;
}
.article-content h3.ranking:before {
  border: none;
}
.article-content .toc {
  padding: 16px 0;
  border-top: 3px double rgb(224.4, 224.4, 224.4);
  border-bottom: 3px double rgb(224.4, 224.4, 224.4);
  /** Eigolab */
}
.article-content .toc:after, .article-content .toc:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 6px;
}
.article-content .toc:before {
  top: 0;
}
.article-content .toc:after {
  bottom: 0;
}
.article-content .toc .toc-title {
  position: relative;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
  height: 32px;
  line-height: 32px;
}
.article-content .toc .toc-lists-child li:last-child {
  margin-bottom: 0;
}
.article-content .toc #toc-lists-child,
.article-content .toc .toc-lists {
  margin-bottom: 0;
  margin-top: 0;
}
.article-content .toc #toc-lists-child li,
.article-content .toc .toc-lists li {
  margin-bottom: 0.4em;
  padding-left: 1.2em;
}
.article-content .toc #toc-lists-child li.depth-1, .article-content .toc #toc-lists-child li.depth-2,
.article-content .toc .toc-lists li.depth-1,
.article-content .toc .toc-lists li.depth-2 {
  margin-bottom: 0.2em;
}
.article-content .toc #toc-lists-child li.depth-0 a,
.article-content .toc .toc-lists li.depth-0 a {
  font-weight: bold;
}
.article-content .toc #toc-lists-child li.depth-0:before,
.article-content .toc .toc-lists li.depth-0:before {
  font-family: "eigolab";
  content: "\f0da";
  left: 5px;
  position: absolute;
  color: #303869;
}
.article-content .toc #toc-lists-child li.depth-1,
.article-content .toc .toc-lists li.depth-1 {
  margin-left: 1.2em;
  padding-left: 1.2em;
  font-size: 0.96em;
}
.article-content .toc #toc-lists-child li.depth-2,
.article-content .toc .toc-lists li.depth-2 {
  margin-left: 2.4em;
  padding-left: 1.2em;
}
.article-content .toc #toc-lists-child i,
.article-content .toc .toc-lists i {
  left: 0;
  position: absolute;
  color: #999999;
}
.article-content .toc #toc-lists-child i:before,
.article-content .toc .toc-lists i:before {
  line-height: 1.68;
}
.article-content .toc #toc-lists-child {
  display: none;
}
.article-content .toc #toc-bottom {
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .article-content .toc #toc-bottom {
    padding-top: 16px;
  }
}
.article-content .toc #toc-bottom:before {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 72px;
  top: -72px;
  left: 0;
  position: absolute;
  content: "";
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(rgba(255, 255, 255, 0) 0, rgb(255, 255, 255));
}
.article-content .toc #toc-bottom.active:before {
  opacity: 0;
}
.article-content .toc #toc-trigger {
  cursor: pointer;
  width: 24px;
  height: 24px;
  color: #999999;
  margin: 0 auto;
}
.article-content .toc #toc-close,
.article-content .toc #toc-open {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.article-content .toc #toc-close i,
.article-content .toc #toc-open i {
  line-height: 24px;
  font-size: 2.4rem;
}
.article-content .toc #toc-open {
  display: inherit;
}
.article-content .toc #toc-close {
  display: none;
}
.article-content .toc li.depth-1:before, .article-content .toc li.depth-2:before {
  content: "-";
  left: 0;
  position: absolute;
  color: #999999;
}
.article-content .toc .h-bottom {
  display: none;
}
.article-content .toc .audio {
  display: none;
}
.article-content h2.h-top-bottom, .article-content h2.h-phrase-eng-top, .article-content h2.h-phrase-eng-bottom,
.article-content h3.h-top-bottom,
.article-content h3.h-phrase-eng-top,
.article-content h3.h-phrase-eng-bottom,
.article-content p.h-top-bottom,
.article-content p.h-phrase-eng-top,
.article-content p.h-phrase-eng-bottom {
  font-weight: 600;
  font-size: inherit;
  border: none;
  padding: 0 0 0 8px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .article-content h2.h-top-bottom, .article-content h2.h-phrase-eng-top, .article-content h2.h-phrase-eng-bottom,
  .article-content h3.h-top-bottom,
  .article-content h3.h-phrase-eng-top,
  .article-content h3.h-phrase-eng-bottom,
  .article-content p.h-top-bottom,
  .article-content p.h-phrase-eng-top,
  .article-content p.h-phrase-eng-bottom {
    font-size: 2rem;
  }
}
.article-content h2.h-top-bottom .h-top, .article-content h2.h-phrase-eng-top .h-top, .article-content h2.h-phrase-eng-bottom .h-top,
.article-content h3.h-top-bottom .h-top,
.article-content h3.h-phrase-eng-top .h-top,
.article-content h3.h-phrase-eng-bottom .h-top,
.article-content p.h-top-bottom .h-top,
.article-content p.h-phrase-eng-top .h-top,
.article-content p.h-phrase-eng-bottom .h-top {
  margin-bottom: 2px;
}
.article-content h2.h-top-bottom .h-bottom, .article-content h2.h-phrase-eng-top .h-bottom, .article-content h2.h-phrase-eng-bottom .h-bottom,
.article-content h3.h-top-bottom .h-bottom,
.article-content h3.h-phrase-eng-top .h-bottom,
.article-content h3.h-phrase-eng-bottom .h-bottom,
.article-content p.h-top-bottom .h-bottom,
.article-content p.h-phrase-eng-top .h-bottom,
.article-content p.h-phrase-eng-bottom .h-bottom {
  display: block;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .article-content h2.h-top-bottom .h-bottom, .article-content h2.h-phrase-eng-top .h-bottom, .article-content h2.h-phrase-eng-bottom .h-bottom,
  .article-content h3.h-top-bottom .h-bottom,
  .article-content h3.h-phrase-eng-top .h-bottom,
  .article-content h3.h-phrase-eng-bottom .h-bottom,
  .article-content p.h-top-bottom .h-bottom,
  .article-content p.h-phrase-eng-top .h-bottom,
  .article-content p.h-phrase-eng-bottom .h-bottom {
    font-size: 1.6rem;
  }
}
@media (min-width: 900px) {
  .article-content h2.h-top-bottom .h-bottom, .article-content h2.h-phrase-eng-top .h-bottom, .article-content h2.h-phrase-eng-bottom .h-bottom,
  .article-content h3.h-top-bottom .h-bottom,
  .article-content h3.h-phrase-eng-top .h-bottom,
  .article-content h3.h-phrase-eng-bottom .h-bottom,
  .article-content p.h-top-bottom .h-bottom,
  .article-content p.h-phrase-eng-top .h-bottom,
  .article-content p.h-phrase-eng-bottom .h-bottom {
    font-size: 1.6rem;
  }
}
.article-content h2.h-top-bottom,
.article-content h3.h-top-bottom,
.article-content p.h-top-bottom {
  border-left: 4px solid #303869;
}
.article-content h2.h-phrase-eng-bottom,
.article-content h3.h-phrase-eng-bottom,
.article-content p.h-phrase-eng-bottom {
  border-left: 4px solid rgb(214.2, 214.2, 214.2);
}
.article-content h2.h-phrase-eng-bottom .h-bottom,
.article-content h3.h-phrase-eng-bottom .h-bottom,
.article-content p.h-phrase-eng-bottom .h-bottom {
  color: #ef5350;
}
.article-content h2.h-phrase-eng-top,
.article-content h3.h-phrase-eng-top,
.article-content p.h-phrase-eng-top {
  border-left: 4px solid rgb(214.2, 214.2, 214.2);
}
.article-content h2.h-phrase-eng-top .h-top,
.article-content h3.h-phrase-eng-top .h-top,
.article-content p.h-phrase-eng-top .h-top {
  color: #ef5350;
}
.article-content h2 .h-bottom,
.article-content h3 .h-bottom,
.article-content p .h-bottom {
  border-top: 2px dotted rgb(214.2, 214.2, 214.2);
  padding-top: 0.3em;
  margin-top: 0.3em;
}
.article-content h2.border-bottom,
.article-content h3.border-bottom,
.article-content p.border-bottom {
  font-weight: 600;
  padding: 0.56em 0;
  margin-bottom: 24px;
  border-bottom: 2px solid rgb(214.2, 214.2, 214.2);
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .article-content h2.border-bottom,
  .article-content h3.border-bottom,
  .article-content p.border-bottom {
    margin-bottom: 30px;
    font-size: 1.7rem;
  }
}
@media (min-width: 900px) {
  .article-content h2.border-bottom,
  .article-content h3.border-bottom,
  .article-content p.border-bottom {
    margin-bottom: 30px;
  }
}
.article-content h2,
.article-content h3 {
  font-weight: 600;
  padding: 0.56em 0;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .article-content h2,
  .article-content h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 900px) {
  .article-content h2,
  .article-content h3 {
    margin-bottom: 30px;
  }
}
.article-content h2.h-colored-bg,
.article-content h3.h-colored-bg {
  padding: 0.64em 0.64em 0.64em 0.8em;
  border: none;
}
.article-content h2 {
  font-size: 1.8rem;
  border-top: 3px double #303869;
  border-bottom: 3px double #303869;
}
.article-content h2.h-colored-bg {
  background: #303869;
  border-left: 6px solid #303869;
  color: #fff;
}
@media (min-width: 768px) {
  .article-content h2 {
    font-size: 2rem;
  }
}
.article-content h3 {
  font-size: 1.6rem;
  border-top: none;
  border-bottom: 2px solid #303869;
}
.article-content h3.h-colored-bg {
  background: rgb(234.6, 234.6, 234.6);
  border-left: 6px solid #303869;
}
@media (min-width: 768px) {
  .article-content h3 {
    font-size: 1.8rem;
  }
}
.article-content h4 {
  border-bottom: 2px solid #303869;
  padding: 0.4em 0 0.4em 0;
  font-weight: bold;
}

hr {
  border-bottom-width: 2px;
  border-style: solid;
  border-color: rgb(214.2, 214.2, 214.2);
}

/**
 * Article SNS Share
 */
.shares {
  margin-bottom: 24px;
}
.shares a {
  color: #fff;
  text-decoration: none;
}
.shares a:hover {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .shares {
    margin-bottom: 32px;
  }
}
@media (min-width: 900px) {
  .shares {
    margin-bottom: 32px;
  }
}
@media (min-width: 900px) {
  .content-article .shares .line {
    display: none;
  }
}
.shares ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shares ul li {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  height: 32px;
  width: calc((100% - 18px) / 4);
}
.shares a {
  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;
  width: 100%;
  height: 100%;
}
.shares span {
  font-size: 1.1rem;
  margin-left: 8px;
  line-height: 1;
}
@media (min-width: 768px) {
  .shares span {
    font-size: 1.2rem;
  }
}
.shares i {
  font-size: 1.8rem;
}
.shares .icon-facebook {
  font-size: 1.9rem;
}
.shares .twitter {
  background-color: #1da1f2;
}
.shares .facebook {
  background-color: #3b5998;
}
.shares .line {
  background-color: #00c300;
}

/******************************
* Side
******************************/
/******************************
* Widget
******************************/
@media (min-width: 900px) {
  .outer-bottom-content {
    display: none;
  }
}

.post-bottom-content-widget .sns-follow-widget {
  display: none;
}
@media (min-width: 900px) {
  .post-bottom-content-widget .sns-follow-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.widget {
  margin-bottom: 24px;
}
.widget a {
  color: #333333;
  text-decoration: none;
}
.widget a:hover {
  color: #333333;
  text-decoration: none;
}
@media (min-width: 768px) {
  .widget {
    margin-bottom: 32px;
  }
}
@media (min-width: 900px) {
  .widget {
    margin-bottom: 32px;
  }
}
#side .widget:last-child, .outer-bottom-content .widget:last-child, .overlay .widget:last-child {
  margin-bottom: 0;
}
.overlay .widget {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .post-bottom-content-widget .widget:last-child {
    margin-bottom: 0;
  }
}
.widget .widget-title {
  font-weight: bold;
  margin-bottom: 24px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background: #303869;
}
@media (min-width: 768px) {
  .widget .widget-title {
    margin-bottom: 32px;
  }
}
@media (min-width: 900px) {
  .widget .widget-title {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .overlay .mobile .widget .widget-title, #side .widget .widget-title {
    padding: 0 16px;
  }
}
@media (min-width: 900px) {
  .overlay .mobile .widget .widget-title, #side .widget .widget-title {
    padding: 0 10px;
  }
}
.widget.custom-menu-widget {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .widget.custom-menu-widget {
    margin-bottom: 32px;
  }
}
@media (min-width: 900px) {
  .widget.custom-menu-widget {
    margin-bottom: 32px;
  }
}
.widget.custom-menu-widget .widget-title {
  margin-bottom: 8px;
}
.widget.custom-posts-widget {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .widget.custom-posts-widget {
    margin-bottom: 32px;
  }
}
@media (min-width: 900px) {
  .widget.custom-posts-widget {
    margin-bottom: 32px;
  }
}
#side .widget.widget_search {
  display: none;
}
@media (min-width: 900px) {
  #side .widget.widget_search {
    display: inherit;
  }
}
.inner-top-content .widget {
  margin-bottom: 0;
}
.footer-bottom .widget {
  margin-bottom: 16px;
}

/******************************
* SNS Follow
******************************/
.sns-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#side .sns-follow {
  margin: 0 10px;
}
@media (min-width: 768px) {
  #side .sns-follow {
    margin: 0 16px;
  }
}
@media (min-width: 900px) {
  #side .sns-follow {
    margin: 0;
  }
}
.sns-follow a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.sns-follow a:hover {
  color: #fff;
}
.sns-follow li {
  position: relative;
  height: 40px;
  width: 100%;
  margin: 0 auto 10px auto;
  border-radius: 3px;
}
.sns-follow li:last-child {
  margin-bottom: 0;
}
.sns-follow .wd {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  font-size: 1.2rem;
  padding-left: 8px;
  height: 24px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .sns-follow .wd {
    padding-left: 16px;
    font-size: 1.3rem;
  }
}
.sns-follow i {
  font-size: 2rem;
  width: 36px;
  text-align: center;
}
@media (min-width: 768px) {
  .sns-follow i {
    width: 48px;
    font-size: 2.2rem;
  }
}
.sns-follow .icon-twitter {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .sns-follow .icon-twitter {
    font-size: 2rem;
  }
}
.sns-follow .icon-facebook {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .sns-follow .icon-facebook {
    font-size: 2rem;
  }
}
.sns-follow .icon-feedly {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .sns-follow .icon-feedly {
    font-size: 2.4rem;
  }
}
.sns-follow .icon-magnifying-glass {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .sns-follow .icon-magnifying-glass {
    font-size: 2.2rem;
  }
}
.sns-follow .twitter {
  background-color: #1da1f2;
}
.sns-follow .twitter .wd {
  border-left: 1px dashed rgb(65.16, 176.04, 244.08);
}
.sns-follow .facebook {
  background-color: #3b5998;
}
.sns-follow .facebook .wd {
  border-left: 1px dashed rgb(90.36, 115.56, 168.48);
}
.sns-follow .feedly {
  background-color: #74b431;
}
.sns-follow .feedly .wd {
  border-left: 1px dashed rgb(138.24, 192, 81.96);
}

.outer-bottom-content .sns-follow-widget, .overlay .sns-follow-widget, .post-bottom-content-widget .sns-follow-widget {
  padding: 24px 0;
  background: rgb(244.8, 244.8, 244.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.outer-bottom-content .sns-follow-widget .desc,
.outer-bottom-content .sns-follow-widget .sns-follow, .overlay .sns-follow-widget .desc,
.overlay .sns-follow-widget .sns-follow, .post-bottom-content-widget .sns-follow-widget .desc,
.post-bottom-content-widget .sns-follow-widget .sns-follow {
  width: 50%;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .outer-bottom-content .sns-follow-widget .desc,
  .outer-bottom-content .sns-follow-widget .sns-follow, .overlay .sns-follow-widget .desc,
  .overlay .sns-follow-widget .sns-follow, .post-bottom-content-widget .sns-follow-widget .desc,
  .post-bottom-content-widget .sns-follow-widget .sns-follow {
    padding: 0 16px;
  }
}
@media (min-width: 900px) {
  .outer-bottom-content .sns-follow-widget .desc,
  .outer-bottom-content .sns-follow-widget .sns-follow, .overlay .sns-follow-widget .desc,
  .overlay .sns-follow-widget .sns-follow, .post-bottom-content-widget .sns-follow-widget .desc,
  .post-bottom-content-widget .sns-follow-widget .sns-follow {
    padding: 0 16px;
  }
}
.outer-bottom-content .sns-follow-widget .desc, .overlay .sns-follow-widget .desc, .post-bottom-content-widget .sns-follow-widget .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid rgb(224.4, 224.4, 224.4);
}
@media (min-width: 768px) {
  .outer-bottom-content .sns-follow-widget .desc, .overlay .sns-follow-widget .desc, .post-bottom-content-widget .sns-follow-widget .desc {
    font-size: 1.5rem;
  }
}
.outer-bottom-content .sns-follow-widget .desc > div, .overlay .sns-follow-widget .desc > div, .post-bottom-content-widget .sns-follow-widget .desc > div {
  width: 100%;
}
.outer-bottom-content .sns-follow-widget .logo, .overlay .sns-follow-widget .logo, .post-bottom-content-widget .sns-follow-widget .logo {
  margin-bottom: 16px;
}
.outer-bottom-content .sns-follow-widget .logo a, .overlay .sns-follow-widget .logo a, .post-bottom-content-widget .sns-follow-widget .logo a {
  display: block;
}
.outer-bottom-content .sns-follow-widget .logo img, .overlay .sns-follow-widget .logo img, .post-bottom-content-widget .sns-follow-widget .logo img {
  width: 72%;
  max-width: 180px;
}
.outer-bottom-content .sns-follow-widget .desc {
  font-weight: normal;
  color: rgb(132.6, 132.6, 132.6);
}

/**
 * Categories
 */
.categories li a {
  font-size: 0.96em;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid rgb(224.4, 224.4, 224.4);
  padding-top: 8px;
  padding-bottom: 8px;
}
.overlay .mobile .categories li a, .no-content-widget .categories li a, #side .categories li a {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .overlay .mobile .categories li a, .no-content-widget .categories li a, #side .categories li a {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 900px) {
  .overlay .mobile .categories li a, .no-content-widget .categories li a, #side .categories li a {
    padding-left: 0;
    padding-right: 0;
  }
}
.categories li ul li a {
  font-weight: normal;
}
.categories li ul li a:before {
  content: "-";
  margin-right: 8px;
}

/**
 * Search
 */
.search-select {
  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;
}
.article-content .search-select {
  margin-bottom: 0;
}
.search-select > div {
  width: 100%;
}
@media (min-width: 768px) {
  .search-select > div {
    width: calc(50% - 8px);
  }
}

.search-form {
  position: relative;
  margin: 0 auto;
}
.search-form input {
  display: block;
}
.search-form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.search-form .search-field {
  font-size: 1.6rem;
}
.search-form .search-submit {
  font-family: "eigolab";
  cursor: pointer;
  position: absolute;
  top: 0;
}

#side .search-box .search-form {
  height: 40px;
  width: 300px;
  border: 1px solid rgb(244.8, 244.8, 244.8);
  background-color: rgb(244.8, 244.8, 244.8);
}
#side .search-box .search-field {
  padding-left: 10px;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scale(calc(1.5rem / 1.6));
      -ms-transform: scale(calc(1.5rem / 1.6));
          transform: scale(calc(1.5rem / 1.6));
  width: calc((100% - 38px) * calc(1.6 / calc(1.5rem / 1.6)));
  line-height: 38px;
  background-color: rgb(244.8, 244.8, 244.8);
}
#side .search-box .search-submit {
  font-size: 2rem;
  height: 38px;
  width: 38px;
  color: #999999;
  background-color: rgb(244.8, 244.8, 244.8);
  right: 0;
}

.overlay .search-box .search-form {
  width: 100%;
  height: 48px;
  border: 1px solid rgb(244.8, 244.8, 244.8);
  background-color: rgb(244.8, 244.8, 244.8);
}
.overlay .search-box .search-field {
  padding-left: 10px;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scale(calc(1.5rem / 1.6));
      -ms-transform: scale(calc(1.5rem / 1.6));
          transform: scale(calc(1.5rem / 1.6));
  width: calc((100% - 46px) * calc(1.6 / calc(1.5rem / 1.6)));
  line-height: 46px;
  background-color: rgb(244.8, 244.8, 244.8);
}
.overlay .search-box .search-submit {
  font-size: 2rem;
  height: 46px;
  width: 46px;
  color: #999999;
  background-color: rgb(244.8, 244.8, 244.8);
  right: 0;
}

@media (min-width: 768px) {
  .no-content-widget .search-box {
    margin: 24px 0;
  }
}
.no-content-widget .search-box .search-form {
  width: 100%;
  height: 48px;
  border: 2px solid rgb(244.8, 244.8, 244.8);
  background-color: rgb(244.8, 244.8, 244.8);
}
@media (min-width: 768px) {
  .no-content-widget .search-box .search-form {
    width: 80%;
  }
}
.no-content-widget .search-box .search-field {
  padding-left: 10px;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scale(calc(1.5rem / 1.6));
      -ms-transform: scale(calc(1.5rem / 1.6));
          transform: scale(calc(1.5rem / 1.6));
  width: calc((100% - 44px) * calc(1.6 / calc(1.5rem / 1.6)));
  line-height: 44px;
  background-color: rgb(244.8, 244.8, 244.8);
}
.no-content-widget .search-box .search-submit {
  font-size: 2rem;
  height: 44px;
  width: 44px;
  color: #999999;
  background-color: rgb(244.8, 244.8, 244.8);
  right: 0;
}

.js-search-box .search-form {
  width: 100%;
  height: 50px;
  border: 2px solid rgb(224.4, 224.4, 224.4);
  background-color: #ffffff;
  border-radius: 4px;
}
.js-search-box .search-field {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 46px;
  background-color: #ffffff;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scale(calc(1.4rem / 1.6));
      -ms-transform: scale(calc(1.4rem / 1.6));
          transform: scale(calc(1.4rem / 1.6));
  width: calc(100 / calc(1.4rem / 1.6) * 1%);
}
.js-search-box .search-submit {
  font-size: 2rem;
  height: 46px;
  width: 46px;
  color: #999999;
}

/**
 * Select
 */
.select-box {
  width: 100%;
}
.select-box label {
  position: relative;
  display: block;
}
.select-box label:before {
  content: "\f0d7";
  font-family: "eigolab";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  text-align: center;
}
.select-box select {
  cursor: pointer;
  position: relative;
  width: 100%;
  display: block;
  border: none;
  background: transparent;
  font-size: 16px;
}

.js-select-box label {
  width: 100%;
  border: 2px solid rgb(224.4, 224.4, 224.4);
  background: #ffffff;
  border-radius: 5px;
}
.js-select-box label:before {
  font-size: 1.3em;
  width: 46px;
  height: 46px;
  line-height: 46px;
  color: #999999;
}
.js-select-box select {
  padding-left: 10px;
  color: rgb(112.2, 112.2, 112.2);
  height: 46px;
  line-height: 46px;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scale(calc(1.4rem / 1.6));
      -ms-transform: scale(calc(1.4rem / 1.6));
          transform: scale(calc(1.4rem / 1.6));
  width: calc(100 / calc(1.4rem / 1.6) * 1%);
}

/**
 * Breadcrumb
 */
.single .bc-current {
  display: none;
}

.header-breadcrumb {
  border-bottom: 1px solid rgb(224.4, 224.4, 224.4);
  border-top: 1px solid rgb(224.4, 224.4, 224.4);
}

.footer-breadcrumb {
  border-top: 1px solid rgb(224.4, 224.4, 224.4);
}

.breadcrumb {
  font-size: 1.2rem;
  height: 30px;
  line-height: 30px;
  color: #333333;
}
.breadcrumb a {
  color: #333333;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: rgb(132.6, 132.6, 132.6);
  text-decoration: none;
}
.breadcrumb ul {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-overflow-style: none;
}
.breadcrumb ul::-webkit-scrollbar {
  display: none;
}
.breadcrumb li {
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb li:before {
  content: "\e928";
  font-family: "eigolab";
  width: 24px;
  text-align: center;
}
.breadcrumb li:first-child {
  padding-left: 10px;
}
.breadcrumb li:first-child:before {
  display: none;
}
@media (min-width: 900px) {
  .breadcrumb li:first-child {
    padding-left: 0;
  }
}
.breadcrumb li:last-child {
  padding-right: 10px;
}
@media (min-width: 900px) {
  .breadcrumb li:last-child {
    padding-right: 0;
  }
}
.breadcrumb i {
  line-height: inherit;
}
.breadcrumb i.sep {
  font-size: 34px;
  width: 34px;
  color: rgb(224.4, 224.4, 224.4);
}
.breadcrumb i.icon-home {
  font-size: 1.2em;
}

/**
 * Navigation
 */
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 900px) {
  .nav:not(.single-nav) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav:not(.single-nav) .next,
  .nav:not(.single-nav) .prev,
  .nav:not(.single-nav) .last,
  .nav:not(.single-nav) .first {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.nav.first-page {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 900px) {
  .nav.first-page {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nav.last-page {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 900px) {
  .nav.last-page {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nav a {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: relative;
}
.nav li {
  height: 100%;
}
.nav .inactive {
  text-align: center;
  display: none;
}
@media (min-width: 900px) {
  .nav .inactive {
    display: block;
  }
}
.nav .current {
  text-align: center;
}
.nav .current.cur {
  display: none;
}
@media (min-width: 900px) {
  .nav .current.cur {
    display: block;
  }
}
.nav .current.max {
  width: 40%;
}
@media (min-width: 900px) {
  .nav .current.max {
    display: none;
  }
}
.nav .next,
.nav .prev,
.nav .last,
.nav .first {
  width: 30%;
}
.nav .last,
.nav .prev {
  padding-left: 20px;
}
.nav .first,
.nav .next {
  text-align: right;
  padding-right: 20px;
}
.nav.archive-nav {
  background-color: rgb(244.8, 244.8, 244.8);
  height: 48px;
  color: rgb(132.6, 132.6, 132.6);
  margin-bottom: 24px;
}
.nav.archive-nav a {
  color: rgb(132.6, 132.6, 132.6);
  text-decoration: none;
}
.nav.archive-nav a:hover {
  color: rgb(132.6, 132.6, 132.6);
  text-decoration: none;
}
@media (min-width: 900px) {
  .nav.archive-nav {
    background: none;
    height: 30px;
    margin-bottom: 0;
  }
}
.nav.archive-nav li {
  line-height: 48px;
}
@media (min-width: 900px) {
  .nav.archive-nav li {
    font-size: 1.8rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
.nav.archive-nav .current.max {
  font-size: 1.5rem;
}
@media (min-width: 900px) {
  .nav.archive-nav .current.cur {
    color: rgb(132.6, 132.6, 132.6);
    border-bottom: 1px solid rgb(132.6, 132.6, 132.6);
  }
}
@media (min-width: 900px) {
  .nav.archive-nav a:hover {
    border-bottom: 1px solid rgb(132.6, 132.6, 132.6);
  }
}
.nav.archive-nav .next,
.nav.archive-nav .prev,
.nav.archive-nav .last,
.nav.archive-nav .first {
  font-size: 2.2rem;
}
@media (min-width: 900px) {
  .nav.archive-nav .next,
  .nav.archive-nav .prev,
  .nav.archive-nav .last,
  .nav.archive-nav .first {
    width: 30px;
  }
}
.nav.archive-nav .next i,
.nav.archive-nav .prev i,
.nav.archive-nav .last i,
.nav.archive-nav .first i {
  font-weight: bold;
  line-height: 48px;
}
@media (min-width: 900px) {
  .nav.archive-nav .next i,
  .nav.archive-nav .prev i,
  .nav.archive-nav .last i,
  .nav.archive-nav .first i {
    line-height: 30px;
  }
}
.nav.article-nav {
  background-color: rgb(244.8, 244.8, 244.8);
  height: 48px;
  color: #999999;
  margin-bottom: 24px;
}
.nav.article-nav a {
  color: #999999;
  text-decoration: none;
}
.nav.article-nav a:hover {
  color: #999999;
  text-decoration: none;
}
@media (min-width: 768px) {
  .nav.article-nav {
    margin-bottom: 32px;
  }
}
@media (min-width: 900px) {
  .nav.article-nav {
    background: none;
    height: 30px;
    margin-bottom: 32px;
  }
}
.nav.article-nav li {
  line-height: 48px;
}
@media (min-width: 900px) {
  .nav.article-nav li {
    font-size: 1.8rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
.nav.article-nav .current.max {
  font-size: 1.8rem;
}
@media (min-width: 900px) {
  .nav.article-nav .current.cur {
    color: rgb(132.6, 132.6, 132.6);
    border-bottom: 1px solid rgb(132.6, 132.6, 132.6);
  }
}
@media (min-width: 900px) {
  .nav.article-nav a:hover {
    border-bottom: 1px solid #999999;
  }
}
.nav.article-nav .next,
.nav.article-nav .prev,
.nav.article-nav .last,
.nav.article-nav .first {
  font-size: 2.2rem;
}
@media (min-width: 900px) {
  .nav.article-nav .next,
  .nav.article-nav .prev,
  .nav.article-nav .last,
  .nav.article-nav .first {
    width: 30px;
  }
}
.nav.article-nav .next i,
.nav.article-nav .prev i,
.nav.article-nav .last i,
.nav.article-nav .first i {
  font-weight: bold;
  line-height: 48px;
}
@media (min-width: 900px) {
  .nav.article-nav .next i,
  .nav.article-nav .prev i,
  .nav.article-nav .last i,
  .nav.article-nav .first i {
    line-height: 30px;
  }
}
.article-content .nav.article-nav li {
  padding-top: 0px;
  padding-bottom: 0px;
}
.nav.article-nav a {
  text-decoration: none;
  color: #999999;
}
.nav.article-nav a:hover {
  text-decoration: none;
  color: #999999;
}

/**
 * Wieget List
 */
.widget-lists .widget-list {
  position: relative;
}
.widget-lists.nor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.widget-lists.nor .rank {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  background-color: #ef5350;
}
.widget-lists.nor .rank:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 10px solid #ef5350;
  border-right: 10px solid #ef5350;
  border-bottom: 6px solid transparent;
}
.widget-lists.nor .rank.no-1 {
  background-color: #c1a72b;
}
.widget-lists.nor .rank.no-1:after {
  border-left-color: #c1a72b;
  border-right-color: #c1a72b;
}
.widget-lists.nor .rank.no-2 {
  background-color: #adaca7;
}
.widget-lists.nor .rank.no-2:after {
  border-left-color: #adaca7;
  border-right-color: #adaca7;
}
.widget-lists.nor .rank.no-3 {
  background-color: #a87628;
}
.widget-lists.nor .rank.no-3:after {
  border-left-color: #a87628;
  border-right-color: #a87628;
}
.widget-lists.nor.hor {
  margin-top: -24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .widget-lists.nor.hor {
    margin-top: -32px;
  }
}
@media (min-width: 900px) {
  .widget-lists.nor.hor {
    margin-top: -32px;
  }
}
.widget-lists.nor.hor a {
  color: #333333;
  text-decoration: none;
}
.widget-lists.nor.hor a:hover {
  color: #333333;
  text-decoration: none;
}
.widget-lists.nor.hor .widget-list {
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgb(224.4, 224.4, 224.4);
}
@media (min-width: 768px) {
  .widget-lists.nor.hor .widget-list {
    width: 50%;
  }
  .widget-lists.nor.hor .widget-list:nth-child(2n) {
    border-left: 1px solid rgb(224.4, 224.4, 224.4);
  }
}
@media (min-width: 900px) {
  .widget-lists.nor.hor .widget-list {
    width: 100%;
  }
  .widget-lists.nor.hor .widget-list:nth-child(2n) {
    border-left: none;
  }
}
.widget-lists.nor.hor .widget-list > a {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
}
@media (min-width: 415px) {
  .widget-lists.nor.hor .widget-list > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .widget-lists.nor.hor .widget-list > a {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 900px) {
  .widget-lists.nor.hor .widget-list > a {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 900px) {
  .widget-lists.nor.hor .widget-list:hover .title {
    text-decoration: underline;
  }
}
.widget-lists.nor.hor .thumb {
  overflow: hidden;
  width: 124px;
  height: 76px;
}
@media (min-width: 415px) {
  .widget-lists.nor.hor .thumb {
    width: 142px;
    height: 88px;
  }
}
.widget-lists.nor.hor .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 900px) {
  .widget-lists.nor.hor .thumb {
    width: 101px;
    height: 76px;
  }
}
.widget-lists.nor.hor .title {
  padding: 0 0 0 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  font-size: 1.4rem;
  overflow: hidden;
  max-height: 76px;
  font-weight: bold;
}
@media (min-width: 415px) {
  .widget-lists.nor.hor .title {
    font-size: 1.6rem;
    max-height: 66px;
  }
}
@media (min-width: 768px) {
  .widget-lists.nor.hor .title {
    font-size: 1.6rem;
    max-height: 88px;
  }
}
@media (min-width: 900px) {
  .widget-lists.nor.hor .title {
    max-height: 76px;
    font-size: 1.4rem;
    font-weight: normal;
  }
}

.no-posts {
  padding-left: 10px;
  padding-right: 10px;
}

.widget-link {
  text-align: right;
  font-size: 1.2rem;
  padding-top: 8px;
  margin-right: 10px;
  display: none;
}
.widget-link a {
  color: rgb(132.6, 132.6, 132.6);
  text-decoration: none;
}
.widget-link a:hover {
  color: rgb(132.6, 132.6, 132.6);
  text-decoration: underline;
}
@media (min-width: 768px) {
  .widget-link {
    margin-right: 16px;
  }
}
@media (min-width: 900px) {
  .widget-link {
    margin-right: 0;
    display: inherit;
  }
}

/**
 * Footer
 */
#outer-footer {
  background-color: rgb(244.8, 244.8, 244.8);
}

#footer {
  color: rgb(132.6, 132.6, 132.6);
  padding: 0 10px;
}
#footer a {
  color: rgb(132.6, 132.6, 132.6);
  text-decoration: none;
}
#footer a:hover {
  color: rgb(132.6, 132.6, 132.6);
  text-decoration: underline;
}
@media (min-width: 768px) {
  #footer {
    padding: 0 16px;
  }
}
@media (min-width: 900px) {
  #footer {
    padding: 0 30px;
  }
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid rgb(224.4, 224.4, 224.4);
}
@media (min-width: 768px) {
  .footer-bottom {
    border: none;
  }
}
.footer-bottom .custom-menu-widget {
  width: 100%;
  margin-bottom: 0;
}

.footer-menu {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0 8px 0;
}
@media (min-width: 768px) {
  .footer-menu {
    width: 100%;
    padding: 16px 0;
  }
}
.footer-menu li {
  margin: 4px 8px;
  text-align: center;
}
.footer-menu li.home {
  display: none;
}
@media (min-width: 768px) {
  .footer-menu li.home {
    display: inherit;
  }
}
@media (min-width: 768px) {
  .footer-menu li {
    margin: 0 8px;
  }
}

.copyright {
  width: 100%;
  border-top: 1px solid rgb(224.4, 224.4, 224.4);
  font-size: 1.3rem;
  padding: 17px 0;
  text-align: center;
}

#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  background-color: #303869;
  color: #fff;
}
#pagetop.active {
  display: block;
  -webkit-animation: fadeIn 0.3s ease forwards;
          animation: fadeIn 0.3s ease forwards;
}
@media (min-width: 768px) {
  #pagetop {
    right: 16px;
    bottom: 16px;
  }
}
#pagetop:hover {
  color: #fff !important;
}
#pagetop div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#pagetop span {
  font-size: 1.2rem;
  padding-bottom: 6px;
}
#pagetop i {
  font-size: 2.2rem;
}

/**
 * Overlay
 */
.overlay-outer {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.overlay {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/**
 * Contact Form 7
 */
.article-content .wpcf7 {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-select,
.wpcf7 .wpcf7-text {
  height: 40px;
  padding: 10px;
  background-color: rgb(244.8, 244.8, 244.8);
  color: #333333;
  width: 100%;
}
@media (min-width: 900px) {
  .wpcf7 .wpcf7-select,
  .wpcf7 .wpcf7-text {
    width: 50%;
  }
}
.wpcf7 .wpcf7-textarea {
  width: 100%;
  padding: 10px;
  resize: vertical;
  background-color: rgb(244.8, 244.8, 244.8);
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .wpcf7-submit {
  width: 100%;
  cursor: pointer;
  position: relative;
  height: 48px;
  line-height: 48px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  border-radius: 4px !important;
  background: #303869;
  color: #ffffff;
  -webkit-box-shadow: 0 4px rgb(43.2, 50.4, 94.5);
          box-shadow: 0 4px rgb(43.2, 50.4, 94.5);
  margin-bottom: 4px;
}
.wpcf7 .wpcf7-submit:hover {
  top: 4px;
  -webkit-box-shadow: 0 0px rgb(43.2, 50.4, 94.5);
          box-shadow: 0 0px rgb(43.2, 50.4, 94.5);
}
@media (min-width: 900px) {
  .wpcf7 .wpcf7-submit {
    width: 256px;
  }
}
.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing,
.wpcf7 .wpcf7-spam-blocked,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-aborted {
  border: 2px solid #ef5350;
  background: #ef5350;
  color: #fff;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  padding-top: 4px;
  color: #ef5350;
  font-size: 1.2rem;
  font-weight: normal;
  left: 0;
}
.wpcf7 .wpcf7-not-valid-tip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #ef5350 transparent transparent transparent;
  top: -40px;
}
.wpcf7 .wpcf7-display-none {
  display: none;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .wpcf7 .wpcf7-display-none {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 900px) {
  .wpcf7 .wpcf7-display-none {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.wpcf7 .ajax-error {
  display: none;
}
.wpcf7 .cus-wpcf7-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .wpcf7 .cus-wpcf7-block {
    margin-bottom: 16px;
  }
}
@media (min-width: 900px) {
  .wpcf7 .cus-wpcf7-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 32px;
  }
}
.wpcf7 .cus-wpcf7-block > div {
  margin-bottom: 0;
}
.cus-wpcf7-input {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  position: relative;
}
.cus-wpcf7-input > p {
  margin-bottom: 0px;
}

.cus-wpcf7-name {
  font-weight: bold;
  width: 100%;
  padding-bottom: 5px;
}
.cus-wpcf7-name > p {
  margin-bottom: 0px;
}
@media (min-width: 900px) {
  .cus-wpcf7-name {
    width: 176px;
    padding-bottom: 0;
  }
}

.wpcf7 .cus-wpcf7-response {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .wpcf7 .cus-wpcf7-response {
    margin-left: 176px;
  }
}
.wpcf7 .cus-wpcf7-submit {
  margin-bottom: 24px;
}
@media (min-width: 900px) {
  .wpcf7 .cus-wpcf7-submit {
    margin-left: 176px;
    margin-bottom: 32px;
  }
}
.wpcf7 .recaptcha_policy {
  margin-bottom: 24px;
}
.wpcf7 .recaptcha_policy a {
  color: #1976d2;
  text-decoration: none;
}
.wpcf7 .recaptcha_policy a:hover {
  color: #1976d2;
  text-decoration: none;
}
@media (min-width: 900px) {
  .wpcf7 .recaptcha_policy {
    margin-left: 176px;
    margin-bottom: 32px;
  }
}
.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
.wpcf7 .ajax-loader {
  display: none;
  visibility: hidden;
  padding: 0;
  margin-left: 20px;
  width: 30px;
  height: 30px;
  border: none;
  vertical-align: middle;
  background-image: url("../img/ajax-loader-30.svg");
}
@media (min-width: 900px) {
  .wpcf7 .ajax-loader {
    display: inline-block;
  }
}
.wpcf7 .inv-recaptcha-holder {
  margin-bottom: 0;
}

/**
 * Captcha
 */
/**
 * Affiliate
 */
.aff-td-img > img {
  display: none;
  width: 0;
  height: 0;
}

.btn img {
  display: none;
  width: 0;
  height: 0;
}

.aff {
  padding: 15px;
  background: rgb(244.8, 244.8, 244.8);
}
.aff .thumb > img {
  display: none;
  width: 0;
  height: 0;
}
.aff table,
.aff .author {
  margin-bottom: 0;
}
.aff .author {
  font-size: 1.3rem;
  margin-bottom: 8px;
  color: rgb(147.9, 147.9, 147.9);
}
@media (min-width: 768px) {
  .aff .author {
    font-size: 1.4rem;
  }
}
.aff .title-sub {
  font-size: 1.3rem;
  margin-bottom: 8px;
  margin-top: -8px;
  color: rgb(147.9, 147.9, 147.9);
}
@media (min-width: 768px) {
  .aff .title-sub {
    font-size: 1.4rem;
  }
}
.aff .title {
  font-weight: bold;
}
.aff .btn {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 768px) {
  .aff .btn {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.aff .btn.btn-shadow {
  margin-bottom: 0;
}
.aff .btn > div {
  text-align: center;
  width: calc(50% - 4px);
  margin-bottom: 0;
  margin-top: 8px;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .aff .btn > div {
    width: calc(33% - 4px);
  }
}
.aff .btn > div:first-child {
  margin-left: 0;
}
.aff .btn > div:nth-child(3) {
  margin-left: 0;
}
@media (min-width: 768px) {
  .aff .btn > div:nth-child(3) {
    margin-left: 8px;
  }
}
.aff .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aff .thumb {
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
  margin-right: 15px;
  margin-bottom: 0;
}
.aff .thumb a img {
  height: auto;
  width: 100%;
}
.aff .app-links {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aff .app-links a {
  width: 48%;
  max-width: 150px;
}
.aff .app-links a:first-child {
  margin-right: 10px;
}
.aff .app-links a img {
  width: 100%;
}
.aff.app .head {
  margin-bottom: 10px;
}
.aff.app .head .title {
  font-size: 1.4rem;
  line-height: 1.28;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .aff.app .head .title {
    line-height: 1.68;
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
.aff.app .author {
  margin-bottom: 4px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .aff.app .author {
    margin-bottom: 8px;
    font-size: 1.3rem;
    font-size: 1.2rem;
  }
}
.aff.app .thumb {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}
@media (min-width: 768px) {
  .aff.app .thumb {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
}
.aff.app .thumb img {
  border-radius: 10%;
}
.aff.normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aff.normal .head {
  margin-bottom: 0;
}
.aff.normal .title {
  margin-bottom: 8px;
}
.aff.normal .detail {
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.aff.contain .title,
.aff.contain .author {
  text-align: center;
}
.aff.contain .title {
  margin-bottom: 5px;
}
.aff.contain .head {
  margin-bottom: 20px;
}
.aff.contain .detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.aff.contain .app-links {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aff.contain .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aff.hulu .thumb {
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
}
@media (min-width: 768px) {
  .aff.hulu .thumb {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
  }
}
.aff.rakuten .thumb {
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
}

/**
 * Blog Card
 */
.ex-bcard,
.bcard {
  background-color: rgb(252.45, 252.45, 252.45);
  border: 1px solid rgb(224.4, 224.4, 224.4);
  padding: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ex-bcard a,
.bcard a {
  color: #1976d2;
  text-decoration: none;
}
.ex-bcard a:hover,
.bcard a:hover {
  color: #1976d2;
  text-decoration: none;
}
.ex-bcard .content,
.bcard .content {
  padding: 0 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
.ex-bcard .title,
.bcard .title {
  font-weight: bold;
  margin-bottom: 0;
  max-height: 48px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ex-bcard .title,
  .bcard .title {
    max-height: 52px;
  }
}
.ex-bcard .details,
.bcard .details {
  margin-bottom: 0;
  text-align: left;
  color: rgb(132.6, 132.6, 132.6);
}
.ex-bcard a,
.bcard a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ex-bcard a:hover .title,
.bcard a:hover .title {
  text-decoration: underline;
}
.ex-bcard .thumb,
.bcard .thumb {
  position: relative;
  overflow: hidden;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  max-width: 100px;
  height: 100px;
  margin-bottom: 0;
}

.ex-bcard .content {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ex-bcard .thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ex-bcard .details {
  font-size: 1.3rem;
}
.ex-bcard .details img {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -1px;
}

.bcard .content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bcard .thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/**
 * Decoration
 */
/** button */
.btn > img {
  width: 0;
  height: 0;
  display: none;
}
.btn > div > span,
.btn > div > a {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  border-radius: 3px;
  margin-left: 10px;
  color: #fff;
  background: #ec407a;
  padding: 16px 8px;
}
@media (min-width: 768px) {
  .btn > div > span,
  .btn > div > a {
    padding: 16px 8px;
  }
}
.btn > div > span:first-child,
.btn > div > a:first-child {
  margin-left: 0;
}
.btn > div > span:hover,
.btn > div > a:hover {
  color: #fff;
}
.btn.btn-shadow {
  font-size: 1.4rem;
  margin-bottom: 24px;
  padding-bottom: 3px;
}
@media (min-width: 768px) {
  .btn.btn-shadow {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}
@media (min-width: 900px) {
  .btn.btn-shadow {
    margin-bottom: 30px;
  }
}
.btn.btn-shadow > div > a {
  -webkit-box-shadow: 0 3px rgb(212.4, 57.6, 109.8);
          box-shadow: 0 3px rgb(212.4, 57.6, 109.8);
}
.btn.btn-shadow > div > a:hover {
  background: rgb(236.95, 73.55, 128.65);
}
.btn.btn-shadow .btn-azn,
.btn.btn-shadow .btn-azb {
  background-color: #ff9900;
  -webkit-box-shadow: 0 3px rgb(229.5, 137.7, 0);
          box-shadow: 0 3px rgb(229.5, 137.7, 0);
}
.btn.btn-shadow .btn-azn:hover,
.btn.btn-shadow .btn-azb:hover {
  background: rgb(255, 158.1, 12.75);
}
.btn.btn-shadow .btn-azk {
  background-color: #354860;
  -webkit-box-shadow: 0 3px rgb(47.7, 64.8, 86.4);
          box-shadow: 0 3px rgb(47.7, 64.8, 86.4);
}
.btn.btn-shadow .btn-azk:hover {
  background: rgb(63.1, 81.15, 103.95);
}
.btn.btn-shadow .btn-rak,
.btn.btn-shadow .btn-rab {
  background-color: #bf0000;
  -webkit-box-shadow: 0 3px rgb(171.9, 0, 0);
          box-shadow: 0 3px rgb(171.9, 0, 0);
}
.btn.btn-shadow .btn-rak:hover,
.btn.btn-shadow .btn-rab:hover {
  background: rgb(194.2, 12.75, 12.75);
}
.btn.btn-shadow .btn-adb {
  background-color: #d61849;
  -webkit-box-shadow: 0 3px rgb(192.6, 21.6, 65.7);
          box-shadow: 0 3px rgb(192.6, 21.6, 65.7);
}
.btn.btn-shadow .btn-adb:hover {
  background: rgb(216.05, 35.55, 82.1);
}
.btn.btn-shadow .btn-hulu {
  background-color: #66aa33;
  -webkit-box-shadow: 0 3px rgb(91.8, 153, 45.9);
          box-shadow: 0 3px rgb(91.8, 153, 45.9);
}
.btn.btn-shadow .btn-hulu:hover {
  background: rgb(109.65, 174.25, 61.2);
}
.btn.btn-shadow .btn-none {
  background-color: rgb(244.8, 244.8, 244.8);
  -webkit-box-shadow: 0 3px rgb(220.32, 220.32, 220.32);
          box-shadow: 0 3px rgb(220.32, 220.32, 220.32);
}
.btn.btn-border .btn-rak,
.btn.btn-border .btn-rab {
  border: 1px solid #bf0000;
  background: #fff;
  color: #bf0000;
}
.btn.btn-border .btn-rak:hover,
.btn.btn-border .btn-rab:hover {
  color: #bf0000;
}
.btn.btn-border .btn-azn,
.btn.btn-border .btn-azb {
  border: 1px solid #ff9900;
  background: #fff;
  color: #ff9900;
}
.btn.btn-border .btn-azn:hover,
.btn.btn-border .btn-azb:hover {
  color: #ff9900;
}
.btn.btn-border .btn-aza {
  border: 1px solid #d61849;
  background: #fff;
  color: #d61849;
}
.btn.btn-border .btn-aza:hover {
  color: #d61849;
}
.btn.btn-border .btn-azk {
  border: 1px solid #354860;
  background: #fff;
  color: #354860;
}
.btn.btn-border .btn-azk:hover {
  color: #354860;
}
.btn.btn-border .btn-kobo {
  background-color: #bf0000;
  -webkit-box-shadow: 0 5px rgb(171.9, 0, 0);
          box-shadow: 0 5px rgb(171.9, 0, 0);
}
.btn.btn-border .btn-kobo:hover {
  background: rgb(197.4, 25.5, 25.5);
}
.btn.btn-border .btn-adb {
  border: 1px solid #d61849;
  background: #fff;
  color: #d61849;
}
.btn.btn-border .btn-adb:hover {
  color: #d61849;
}
.btn.btn-border .btn-none {
  border: 1px solid rgb(224.4, 224.4, 224.4);
  background: #fff;
  color: rgb(224.4, 224.4, 224.4);
}
.btn.btn-border .btn-none:hover {
  color: rgb(224.4, 224.4, 224.4);
}
.btn.btn-center {
  text-align: center;
}
.btn.btn-normal .no-abtn,
.btn.btn-normal a {
  width: 80%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .btn.btn-normal .no-abtn,
  .btn.btn-normal a {
    width: 70%;
  }
}
.btn.btn-big .no-abtn,
.btn.btn-big a {
  padding: 10px 32px;
}
.btn.btn-smallest .no-abtn,
.btn.btn-smallest a {
  padding: 4px 8px;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .btn.btn-smallest .no-abtn,
  .btn.btn-smallest a {
    padding: 4px 10px;
    font-size: 1.3rem;
  }
}
.btn.btn-small .no-abtn,
.btn.btn-small a {
  padding: 6px 10px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .btn.btn-small .no-abtn,
  .btn.btn-small a {
    font-size: 1.3rem;
  }
}
.btn.btn-long {
  text-align: center;
}
.btn.btn-long .no-abtn,
.btn.btn-long a {
  padding: 10px 20px;
  width: 80%;
}
@media (min-width: 768px) {
  .btn.btn-long .no-abtn,
  .btn.btn-long a {
    width: 70%;
  }
}
.btn.btn-arrow .no-abtn:before,
.btn.btn-arrow a:before {
  content: "\f0da";
  font-family: "eigolab";
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: 1px;
}

/**
 * Rate
 */
.table-rate {
  border: none;
  font-size: 1.5rem;
  margin-top: 8px;
}
.table-rate th,
.table-rate td {
  border: none;
}
.table-rate td {
  padding: 2px;
}
.table-rate .sep {
  padding-right: 8px;
  padding-left: 8px;
}
.table-rate .rate {
  border: none;
}
.table-rate i {
  margin-right: 2px;
}
.table-rate.center {
  margin-right: auto;
  margin-left: auto;
}

.rate-stars {
  color: #fbc02d;
  letter-spacing: 0.1em;
}
.rate-stars .all {
  color: #e64a19;
}

/**
 * Space
 */
.article-content .s-none {
  margin-bottom: 0;
}
.article-content .s-half {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .article-content .s-half {
    margin-bottom: 15px;
  }
}
@media (min-width: 900px) {
  .article-content .s-half {
    margin-bottom: 15px;
  }
}
.article-content .s-double {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .article-content .s-double {
    margin-bottom: 60px;
  }
}
@media (min-width: 900px) {
  .article-content .s-double {
    margin-bottom: 60px;
  }
}

/**
 * Width
 */
.w-0p {
  width: 0%;
}

.w-5p {
  width: 5%;
}

.w-10p {
  width: 10%;
}

.w-15p {
  width: 15%;
}

.w-20p {
  width: 20%;
}

.w-25p {
  width: 25%;
}

.w-30p {
  width: 30%;
}

.w-35p {
  width: 35%;
}

.w-40p {
  width: 40%;
}

.w-45p {
  width: 45%;
}

.w-50p {
  width: 50%;
}

.w-55p {
  width: 55%;
}

.w-60p {
  width: 60%;
}

.w-65p {
  width: 65%;
}

.w-70p {
  width: 70%;
}

.w-75p {
  width: 75%;
}

.w-80p {
  width: 80%;
}

.w-85p {
  width: 85%;
}

.w-90p {
  width: 90%;
}

.w-95p {
  width: 95%;
}

.w-100p {
  width: 100%;
}

.w-105p {
  width: 105%;
}

.w-110p {
  width: 110%;
}

.w-115p {
  width: 115%;
}

.w-120p {
  width: 120%;
}

.w-125p {
  width: 125%;
}

.w-130p {
  width: 130%;
}

.w-135p {
  width: 135%;
}

.w-140p {
  width: 140%;
}

.w-145p {
  width: 145%;
}

.w-150p {
  width: 150%;
}

.w-155p {
  width: 155%;
}

.w-160p {
  width: 160%;
}

.w-165p {
  width: 165%;
}

.w-170p {
  width: 170%;
}

.w-175p {
  width: 175%;
}

.w-180p {
  width: 180%;
}

.w-185p {
  width: 185%;
}

.w-190p {
  width: 190%;
}

.w-195p {
  width: 195%;
}

.w-200p {
  width: 200%;
}

.w-205p {
  width: 205%;
}

.w-210p {
  width: 210%;
}

.w-215p {
  width: 215%;
}

.w-220p {
  width: 220%;
}

.w-225p {
  width: 225%;
}

.w-230p {
  width: 230%;
}

.w-235p {
  width: 235%;
}

.w-240p {
  width: 240%;
}

.w-245p {
  width: 245%;
}

.w-250p {
  width: 250%;
}

.w-255p {
  width: 255%;
}

.w-260p {
  width: 260%;
}

.w-265p {
  width: 265%;
}

.w-270p {
  width: 270%;
}

.w-275p {
  width: 275%;
}

.w-280p {
  width: 280%;
}

.w-285p {
  width: 285%;
}

.w-290p {
  width: 290%;
}

.w-295p {
  width: 295%;
}

.w-300p {
  width: 300%;
}

.w-305p {
  width: 305%;
}

.w-310p {
  width: 310%;
}

.w-315p {
  width: 315%;
}

.w-320p {
  width: 320%;
}

.w-325p {
  width: 325%;
}

.w-330p {
  width: 330%;
}

.w-335p {
  width: 335%;
}

.w-340p {
  width: 340%;
}

.w-345p {
  width: 345%;
}

.w-350p {
  width: 350%;
}

.w-355p {
  width: 355%;
}

.w-360p {
  width: 360%;
}

.w-365p {
  width: 365%;
}

.w-370p {
  width: 370%;
}

.w-375p {
  width: 375%;
}

.w-380p {
  width: 380%;
}

.w-385p {
  width: 385%;
}

.w-390p {
  width: 390%;
}

.w-395p {
  width: 395%;
}

.w-400p {
  width: 400%;
}

.w-405p {
  width: 405%;
}

.w-410p {
  width: 410%;
}

.w-415p {
  width: 415%;
}

.w-420p {
  width: 420%;
}

.w-425p {
  width: 425%;
}

.w-430p {
  width: 430%;
}

.w-435p {
  width: 435%;
}

.w-440p {
  width: 440%;
}

.w-445p {
  width: 445%;
}

.w-450p {
  width: 450%;
}

.w-455p {
  width: 455%;
}

.w-460p {
  width: 460%;
}

.w-465p {
  width: 465%;
}

.w-470p {
  width: 470%;
}

.w-475p {
  width: 475%;
}

.w-480p {
  width: 480%;
}

.w-485p {
  width: 485%;
}

.w-490p {
  width: 490%;
}

.w-495p {
  width: 495%;
}

.w-500p {
  width: 500%;
}

/**
 * Mobile
 */
@media (min-width: 415px) {
  .only-mobile {
    display: none;
  }
}

/**
 * Links
 */
.broken_link,
a.broken_link {
  text-decoration: line-through;
  pointer-events: none;
}

.ilinks,
.links {
  background: rgb(244.8, 244.8, 244.8);
}
.ilinks ul li a,
.ilinks p a,
.links ul li a,
.links p a {
  font-weight: bold;
  text-decoration: none;
  color: #1976d2;
}
.ilinks ul li a:hover,
.ilinks p a:hover,
.links ul li a:hover,
.links p a:hover {
  text-decoration: underline;
  color: #1976d2;
}

/**
 * Boxes
 */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 415px) {
  .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.row > table,
.row > ul,
.row > div {
  width: 100%;
  font-size: 0.94em;
}
@media (min-width: 415px) {
  .row > table,
  .row > ul,
  .row > div {
    width: 48.5%;
  }
}

.article-content table,
.article-content .box {
  position: relative;
}
.article-content table div:last-child,
.article-content table ul:last-child,
.article-content table ol:last-child,
.article-content table p:last-child,
.article-content .box div:last-child,
.article-content .box ul:last-child,
.article-content .box ol:last-child,
.article-content .box p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.box-label {
  font-weight: bold;
  margin-bottom: 16px;
}

.box-label-bottom-border .box-label {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgb(224.4, 224.4, 224.4);
}

.box.ilinks, .box.links, .box.words, .box.phrase, .box.b-border-single-half, .box.b-border-double-half, .box.b-border-bold-half, .box.b-border-none, .box.b-colored-bg, .box.b-border-double, .box.b-border-bold, .box.b-border-single {
  padding: 16px 16px;
}
@media (min-width: 768px) {
  .box.ilinks, .box.links, .box.words, .box.phrase, .box.b-border-single-half, .box.b-border-double-half, .box.b-border-bold-half, .box.b-border-none, .box.b-colored-bg, .box.b-border-double, .box.b-border-bold, .box.b-border-single {
    padding: 24px 24px;
  }
}
.box.ex-phrase, .box.title-small-inside-left {
  padding: 32px 16px 16px 16px;
}
@media (min-width: 768px) {
  .box.ex-phrase, .box.title-small-inside-left {
    padding: 32px 24px 24px 24px;
  }
}

/** Border Single */
.b-border-single,
.words {
  border: 1px solid rgb(224.4, 224.4, 224.4);
}

/** Border double */
.b-border-double {
  border: 1px solid rgb(224.4, 224.4, 224.4);
}

/** Border bold */
.b-border-bold {
  border: 2px solid rgb(224.4, 224.4, 224.4);
}

/** Background */
.ex-phrase,
.phrase,
.b-colored-bg {
  background: rgb(244.8, 244.8, 244.8);
}

/** Title Small Inside Left */
.ex-phrase .box-label,
.title-small-inside-left .box-label {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 2px 6px;
  font-size: 1.2rem;
  background: #303869;
  color: #fff;
}

/** Title Half */
.b-border-bold-half,
.b-border-single-half,
.b-border-double-half {
  margin-top: 30px;
}
.b-border-bold-half .box-label,
.b-border-single-half .box-label,
.b-border-double-half .box-label {
  position: absolute;
  display: inline-block;
  line-height: 1;
  top: -10px;
  left: 15px;
  background: #fff;
  padding: 0 10px;
}
@media (min-width: 900px) {
  .b-border-bold-half,
  .b-border-single-half,
  .b-border-double-half {
    margin-top: 37.5px;
  }
}
@media (min-width: 900px) {
  .b-border-bold-half,
  .b-border-single-half,
  .b-border-double-half {
    margin-top: 37.5px;
  }
}

.b-border-single-half {
  border: 1px solid rgb(214.2, 214.2, 214.2);
}

.b-border-double-half {
  border: 3px double rgb(224.4, 224.4, 224.4);
}

.b-border-bold-half {
  border: 2px solid rgb(224.4, 224.4, 224.4);
}

/** Cross */
/** Bracket */
/** Big Bracket */
/**
 * Text
 */
.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

/**
 * Font Style
 */
.t-bold {
  font-weight: bold;
}
.t-bold:hover {
  font-weight: bold;
}

.t-box {
  border: 1px solid rgb(224.4, 224.4, 224.4);
  background: rgb(244.8, 244.8, 244.8);
  font-size: 0.72em;
  padding: 0.16em 0.24em 0.16em 0.24em;
  margin: 0 0.3em;
  display: inline-block;
}
.t-box.block {
  display: block;
  margin: 0;
}
.t-box.no-margin {
  margin: 0;
}

.t-bg {
  font-size: 0.72em;
  background: #8bc34a;
  color: #ffffff;
  padding: 0.16em 0.4em 0.16em 0.4em;
  margin: 0 0.3em;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}
.t-bg.block {
  display: block;
  margin: 0;
}
.t-bg.no-margin {
  margin: 0;
}

.t-small {
  font-size: 0.96em;
}

.t-break:before {
  content: "\a";
  white-space: pre;
}
@media (min-width: 768px) {
  .t-break {
    display: none;
  }
}

.t-normal {
  font-weight: normal;
}
.t-normal:hover {
  font-weight: normal;
}

.t-line-through {
  text-decoration: line-through;
}

.t-hover-underline:hover {
  text-decoration: underline;
}

.t-underline {
  text-decoration: underline;
}

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

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

.t-right {
  text-align: right;
}

.mt-none {
  display: none;
}
@media (min-width: 768px) {
  .mt-none {
    display: inline;
  }
}

.t-sep {
  margin: 0 6px;
  color: rgb(214.2, 214.2, 214.2);
}
.t-sep:before {
  content: "/";
}

@media (min-width: 768px) {
  .tt-bigger-none {
    display: none;
  }
}

/**
 * Font Size
 */
.t-em-7 {
  font-size: 0.7em;
}

.t-em-8 {
  font-size: 0.8em;
}

.t-em-9 {
  font-size: 0.9em;
}

.t-em-10 {
  font-size: 1em;
}

.t-em-11 {
  font-size: 1.1em;
}

.t-em-12 {
  font-size: 1.2em;
}

.t-em-13 {
  font-size: 1.3em;
}

.t-em-14 {
  font-size: 1.4em;
}

.t-em-15 {
  font-size: 1.5em;
}

.t-em-16 {
  font-size: 1.6em;
}

.t-em-17 {
  font-size: 1.7em;
}

.t-em-18 {
  font-size: 1.8em;
}

.t-em-19 {
  font-size: 1.9em;
}

.t-em-20 {
  font-size: 2em;
}

.t-em-21 {
  font-size: 2.1em;
}

.t-em-22 {
  font-size: 2.2em;
}

.t-em-23 {
  font-size: 2.3em;
}

.t-em-24 {
  font-size: 2.4em;
}

.t-em-25 {
  font-size: 2.5em;
}

.t-em-26 {
  font-size: 2.6em;
}

.t-em-27 {
  font-size: 2.7em;
}

.t-em-28 {
  font-size: 2.8em;
}

.t-em-29 {
  font-size: 2.9em;
}

.t-em-30 {
  font-size: 3em;
}

.mt-8 {
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  .tt-8 {
    font-size: 0.8rem;
  }
}
@media (min-width: 900px) {
  .pt-8 {
    font-size: 0.8rem;
  }
}
.mt-9 {
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .tt-9 {
    font-size: 0.9rem;
  }
}
@media (min-width: 900px) {
  .pt-9 {
    font-size: 0.9rem;
  }
}
.mt-10 {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .tt-10 {
    font-size: 1rem;
  }
}
@media (min-width: 900px) {
  .pt-10 {
    font-size: 1rem;
  }
}
.mt-11 {
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  .tt-11 {
    font-size: 1.1rem;
  }
}
@media (min-width: 900px) {
  .pt-11 {
    font-size: 1.1rem;
  }
}
.mt-12 {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .tt-12 {
    font-size: 1.2rem;
  }
}
@media (min-width: 900px) {
  .pt-12 {
    font-size: 1.2rem;
  }
}
.mt-13 {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .tt-13 {
    font-size: 1.3rem;
  }
}
@media (min-width: 900px) {
  .pt-13 {
    font-size: 1.3rem;
  }
}
.mt-14 {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .tt-14 {
    font-size: 1.4rem;
  }
}
@media (min-width: 900px) {
  .pt-14 {
    font-size: 1.4rem;
  }
}
.mt-15 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .tt-15 {
    font-size: 1.5rem;
  }
}
@media (min-width: 900px) {
  .pt-15 {
    font-size: 1.5rem;
  }
}
.mt-16 {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .tt-16 {
    font-size: 1.6rem;
  }
}
@media (min-width: 900px) {
  .pt-16 {
    font-size: 1.6rem;
  }
}
.mt-17 {
  font-size: 1.7rem;
}

@media (min-width: 768px) {
  .tt-17 {
    font-size: 1.7rem;
  }
}
@media (min-width: 900px) {
  .pt-17 {
    font-size: 1.7rem;
  }
}
.mt-18 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .tt-18 {
    font-size: 1.8rem;
  }
}
@media (min-width: 900px) {
  .pt-18 {
    font-size: 1.8rem;
  }
}
.mt-19 {
  font-size: 1.9rem;
}

@media (min-width: 768px) {
  .tt-19 {
    font-size: 1.9rem;
  }
}
@media (min-width: 900px) {
  .pt-19 {
    font-size: 1.9rem;
  }
}
.mt-20 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .tt-20 {
    font-size: 2rem;
  }
}
@media (min-width: 900px) {
  .pt-20 {
    font-size: 2rem;
  }
}
/**
 * Color
 */
.bg-dgrey {
  background-color: rgb(112.2, 112.2, 112.2);
}

.bg-grey {
  background-color: rgb(209.1, 209.1, 209.1);
}

.bg-lgrey {
  background-color: rgb(247.35, 247.35, 247.35);
}

.bg-white {
  background-color: #ffffff;
}

.bg-blue {
  background-color: #303869;
}

.bg-lblue {
  background-color: #64b5f6;
}

.bg-llblue {
  background-color: #d8ecfd;
}

.bg-lgreen {
  background-color: #8bc34a;
}

.bg-orange {
  background-color: #ff9800;
}

.bg-pink {
  background-color: #f06292;
}

.bg-yellow {
  background-color: #fce83a;
}

.bg-green {
  background-color: #40ae4b;
}

.bg-red {
  background-color: #ef5350;
}

.bg-#black {
  background-color: #222222;
}

.t-box-dgrey {
  border: 1px solid rgb(112.2, 112.2, 112.2);
  color: rgb(112.2, 112.2, 112.2);
  font-size: 0.72em;
  padding: 0.16em 0.24em 0.16em 0.24em;
  margin: 0 0.3em;
  display: inline-block;
}
.t-box-dgrey.block {
  display: block;
  margin: 0;
}
.t-box-dgrey.no-margin {
  margin: 0;
}

.t-box-grey {
  border: 1px solid rgb(209.1, 209.1, 209.1);
  color: rgb(209.1, 209.1, 209.1);
  font-size: 0.72em;
  padding: 0.16em 0.24em 0.16em 0.24em;
  margin: 0 0.3em;
  display: inline-block;
}
.t-box-grey.block {
  display: block;
  margin: 0;
}
.t-box-grey.no-margin {
  margin: 0;
}

.t-box-lgrey {
  border: 1px solid rgb(247.35, 247.35, 247.35);
  color: rgb(247.35, 247.35, 247.35);
  font-size: 0.72em;
  padding: 0.16em 0.24em 0.16em 0.24em;
  margin: 0 0.3em;
  display: inline-block;
}
.t-box-lgrey.block {
  display: block;
  margin: 0;
}
.t-box-lgrey.no-margin {
  margin: 0;
}

.t-box-white {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.72em;
  padding: 0.16em 0.24em 0.16em 0.24em;
  margin: 0 0.3em;
  display: inline-block;
}
.t-box-white.block {
  display: block;
  margin: 0;
}
.t-box-white.no-margin {
  margin: 0;
}

.t-box-blue {
  border: 1px solid #303869;
  color: #303869;
  font-size: 0.72em;
  padding: 0.16em 0.24em 0.16em 0.24em;
  margin: 0 0.3em;
  display: inline-block;
}
.t-box-blue.block {
  display: block;
  margin: 0;
}
.t-box-blue.no-margin {
  margin: 0;
}

.t-box-lblue {
  border: 1px solid #64b5f6;
  color: #64b5f6;
  font-size: 0.72em;
  padding: 0.16em 0.24em 0.16em 0.24em;
  margin: 0 0.3em;
  display: inline-block;
}
.t-box-lblue.block {
  display: block;
  margin: 0;
}
.t-box-lblue.no-margin {
  margin: 0;
}

.t-box-llblue {
  border: 1px solid #d8ecfd;
  color: #d8ecfd;
  font-size: 0.72em;
  padding: 0.16em 0.24em 0.16em 0.24em;
  margin: 0 0.3em;
  display: inline-block;
}
.t-box-llblue.block {
  display: block;
  margin: 0;
}
.t-box-llblue.no-margin {
  margin: 0;
}

.t-box-lgreen {
  border: 1px solid #8bc34a;
  color: #8bc34a;
  font-size: 0.72em;
  padding: 0.16em 0.24em 0.16em 0.24em;
  margin: 0 0.3em;
  display: inline-block;
}
.t-box-lgreen.block {
  display: block;
  margin: 0;
}
.t-box-lgreen.no-margin {
  margin: 0;
}

.t-box-orange {
  border: 1px solid #ff9800;
  color: #ff9800;
  font-size: 0.72em;
  padding: 0.16em 0.24em 0.16em 0.24em;
  margin: 0 0.3em;
  display: inline-block;
}
.t-box-orange.block {
  display: block;
  margin: 0;
}
.t-box-orange.no-margin {
  margin: 0;
}

.t-box-pink {
  border: 1px solid #f06292;
  color: #f06292;
  font-size: 0.72em;
  padding: 0.16em 0.24em 0.16em 0.24em;
  margin: 0 0.3em;
  display: inline-block;
}
.t-box-pink.block {
  display: block;
  margin: 0;
}
.t-box-pink.no-margin {
  margin: 0;
}

.t-box-yellow {
  border: 1px solid #fce83a;
  color: #fce83a;
  font-size: 0.72em;
  padding: 0.16em 0.24em 0.16em 0.24em;
  margin: 0 0.3em;
  display: inline-block;
}
.t-box-yellow.block {
  display: block;
  margin: 0;
}
.t-box-yellow.no-margin {
  margin: 0;
}

.t-box-green {
  border: 1px solid #40ae4b;
  color: #40ae4b;
  font-size: 0.72em;
  padding: 0.16em 0.24em 0.16em 0.24em;
  margin: 0 0.3em;
  display: inline-block;
}
.t-box-green.block {
  display: block;
  margin: 0;
}
.t-box-green.no-margin {
  margin: 0;
}

.t-box-red {
  border: 1px solid #ef5350;
  color: #ef5350;
  font-size: 0.72em;
  padding: 0.16em 0.24em 0.16em 0.24em;
  margin: 0 0.3em;
  display: inline-block;
}
.t-box-red.block {
  display: block;
  margin: 0;
}
.t-box-red.no-margin {
  margin: 0;
}

.t-box-#black {
  border: 1px solid #222222;
  color: #222222;
  font-size: 0.72em;
  padding: 0.16em 0.24em 0.16em 0.24em;
  margin: 0 0.3em;
  display: inline-block;
}
.t-box-#black.block {
  display: block;
  margin: 0;
}
.t-box-#black.no-margin {
  margin: 0;
}

.t-bg-dgrey {
  border: 1px solid rgb(112.2, 112.2, 112.2);
  font-size: 0.72em;
  color: #ffffff;
  padding: 0.16em 0.4em 0.16em 0.4em;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}
.t-bg-dgrey.block {
  display: block;
  margin: 0;
}
.t-bg-dgrey.no-margin {
  margin: 0;
}

.t-bg-grey {
  border: 1px solid rgb(209.1, 209.1, 209.1);
  font-size: 0.72em;
  color: #ffffff;
  padding: 0.16em 0.4em 0.16em 0.4em;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}
.t-bg-grey.block {
  display: block;
  margin: 0;
}
.t-bg-grey.no-margin {
  margin: 0;
}

.t-bg-lgrey {
  border: 1px solid rgb(247.35, 247.35, 247.35);
  font-size: 0.72em;
  color: #ffffff;
  padding: 0.16em 0.4em 0.16em 0.4em;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}
.t-bg-lgrey.block {
  display: block;
  margin: 0;
}
.t-bg-lgrey.no-margin {
  margin: 0;
}

.t-bg-white {
  border: 1px solid #ffffff;
  font-size: 0.72em;
  color: #ffffff;
  padding: 0.16em 0.4em 0.16em 0.4em;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}
.t-bg-white.block {
  display: block;
  margin: 0;
}
.t-bg-white.no-margin {
  margin: 0;
}

.t-bg-blue {
  border: 1px solid #303869;
  font-size: 0.72em;
  color: #ffffff;
  padding: 0.16em 0.4em 0.16em 0.4em;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}
.t-bg-blue.block {
  display: block;
  margin: 0;
}
.t-bg-blue.no-margin {
  margin: 0;
}

.t-bg-lblue {
  border: 1px solid #64b5f6;
  font-size: 0.72em;
  color: #ffffff;
  padding: 0.16em 0.4em 0.16em 0.4em;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}
.t-bg-lblue.block {
  display: block;
  margin: 0;
}
.t-bg-lblue.no-margin {
  margin: 0;
}

.t-bg-llblue {
  border: 1px solid #d8ecfd;
  font-size: 0.72em;
  color: #ffffff;
  padding: 0.16em 0.4em 0.16em 0.4em;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}
.t-bg-llblue.block {
  display: block;
  margin: 0;
}
.t-bg-llblue.no-margin {
  margin: 0;
}

.t-bg-lgreen {
  border: 1px solid #8bc34a;
  font-size: 0.72em;
  color: #ffffff;
  padding: 0.16em 0.4em 0.16em 0.4em;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}
.t-bg-lgreen.block {
  display: block;
  margin: 0;
}
.t-bg-lgreen.no-margin {
  margin: 0;
}

.t-bg-orange {
  border: 1px solid #ff9800;
  font-size: 0.72em;
  color: #ffffff;
  padding: 0.16em 0.4em 0.16em 0.4em;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}
.t-bg-orange.block {
  display: block;
  margin: 0;
}
.t-bg-orange.no-margin {
  margin: 0;
}

.t-bg-pink {
  border: 1px solid #f06292;
  font-size: 0.72em;
  color: #ffffff;
  padding: 0.16em 0.4em 0.16em 0.4em;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}
.t-bg-pink.block {
  display: block;
  margin: 0;
}
.t-bg-pink.no-margin {
  margin: 0;
}

.t-bg-yellow {
  border: 1px solid #fce83a;
  font-size: 0.72em;
  color: #ffffff;
  padding: 0.16em 0.4em 0.16em 0.4em;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}
.t-bg-yellow.block {
  display: block;
  margin: 0;
}
.t-bg-yellow.no-margin {
  margin: 0;
}

.t-bg-green {
  border: 1px solid #40ae4b;
  font-size: 0.72em;
  color: #ffffff;
  padding: 0.16em 0.4em 0.16em 0.4em;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}
.t-bg-green.block {
  display: block;
  margin: 0;
}
.t-bg-green.no-margin {
  margin: 0;
}

.t-bg-red {
  border: 1px solid #ef5350;
  font-size: 0.72em;
  color: #ffffff;
  padding: 0.16em 0.4em 0.16em 0.4em;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}
.t-bg-red.block {
  display: block;
  margin: 0;
}
.t-bg-red.no-margin {
  margin: 0;
}

.t-bg-#black {
  border: 1px solid #222222;
  font-size: 0.72em;
  color: #ffffff;
  padding: 0.16em 0.4em 0.16em 0.4em;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}
.t-bg-#black.block {
  display: block;
  margin: 0;
}
.t-bg-#black.no-margin {
  margin: 0;
}

.b-bg-colored-dgrey {
  background-color: rgb(112.2, 112.2, 112.2);
}

.b-border-left-dgrey {
  border-left: 4px solid rgb(112.2, 112.2, 112.2);
}

.b-bg-colored-grey {
  background-color: rgb(209.1, 209.1, 209.1);
}

.b-border-left-grey {
  border-left: 4px solid rgb(209.1, 209.1, 209.1);
}

.b-bg-colored-lgrey {
  background-color: rgb(247.35, 247.35, 247.35);
}

.b-border-left-lgrey {
  border-left: 4px solid rgb(247.35, 247.35, 247.35);
}

.b-bg-colored-white {
  background-color: #ffffff;
}

.b-border-left-white {
  border-left: 4px solid #ffffff;
}

.b-bg-colored-blue {
  background-color: #303869;
}

.b-border-left-blue {
  border-left: 4px solid #303869;
}

.b-bg-colored-lblue {
  background-color: #64b5f6;
}

.b-border-left-lblue {
  border-left: 4px solid #64b5f6;
}

.b-bg-colored-llblue {
  background-color: #d8ecfd;
}

.b-border-left-llblue {
  border-left: 4px solid #d8ecfd;
}

.b-bg-colored-lgreen {
  background-color: #8bc34a;
}

.b-border-left-lgreen {
  border-left: 4px solid #8bc34a;
}

.b-bg-colored-orange {
  background-color: #ff9800;
}

.b-border-left-orange {
  border-left: 4px solid #ff9800;
}

.b-bg-colored-pink {
  background-color: #f06292;
}

.b-border-left-pink {
  border-left: 4px solid #f06292;
}

.b-bg-colored-yellow {
  background-color: #fce83a;
}

.b-border-left-yellow {
  border-left: 4px solid #fce83a;
}

.b-bg-colored-green {
  background-color: #40ae4b;
}

.b-border-left-green {
  border-left: 4px solid #40ae4b;
}

.b-bg-colored-red {
  background-color: #ef5350;
}

.b-border-left-red {
  border-left: 4px solid #ef5350;
}

.b-bg-colored-#black {
  background-color: #222222;
}

.b-border-left-#black {
  border-left: 4px solid #222222;
}

.btn-bg-dgrey a {
  background-color: rgb(112.2, 112.2, 112.2);
}
.btn-bg-dgrey.btn-shadow a {
  -webkit-box-shadow: 0 3px rgb(100.98, 100.98, 100.98);
          box-shadow: 0 3px rgb(100.98, 100.98, 100.98);
}
.btn-bg-dgrey.btn-shadow a:hover {
  background: rgb(119.34, 119.34, 119.34);
}

.btn-bg-grey a {
  background-color: rgb(209.1, 209.1, 209.1);
}
.btn-bg-grey.btn-shadow a {
  -webkit-box-shadow: 0 3px rgb(188.19, 188.19, 188.19);
          box-shadow: 0 3px rgb(188.19, 188.19, 188.19);
}
.btn-bg-grey.btn-shadow a:hover {
  background: rgb(211.395, 211.395, 211.395);
}

.btn-bg-lgrey a {
  background-color: rgb(247.35, 247.35, 247.35);
}
.btn-bg-lgrey.btn-shadow a {
  -webkit-box-shadow: 0 3px rgb(222.615, 222.615, 222.615);
          box-shadow: 0 3px rgb(222.615, 222.615, 222.615);
}
.btn-bg-lgrey.btn-shadow a:hover {
  background: rgb(247.7325, 247.7325, 247.7325);
}

.btn-bg-white a {
  background-color: #ffffff;
}
.btn-bg-white.btn-shadow a {
  -webkit-box-shadow: 0 3px rgb(229.5, 229.5, 229.5);
          box-shadow: 0 3px rgb(229.5, 229.5, 229.5);
}
.btn-bg-white.btn-shadow a:hover {
  background: white;
}

.btn-bg-blue a {
  background-color: #303869;
}
.btn-bg-blue.btn-shadow a {
  -webkit-box-shadow: 0 3px rgb(43.2, 50.4, 94.5);
          box-shadow: 0 3px rgb(43.2, 50.4, 94.5);
}
.btn-bg-blue.btn-shadow a:hover {
  background: rgb(58.35, 65.95, 112.5);
}

.btn-bg-lblue a {
  background-color: #64b5f6;
}
.btn-bg-lblue.btn-shadow a {
  -webkit-box-shadow: 0 3px rgb(90, 162.9, 221.4);
          box-shadow: 0 3px rgb(90, 162.9, 221.4);
}
.btn-bg-lblue.btn-shadow a:hover {
  background: rgb(107.75, 184.7, 246.45);
}

.btn-bg-llblue a {
  background-color: #d8ecfd;
}
.btn-bg-llblue.btn-shadow a {
  -webkit-box-shadow: 0 3px rgb(194.4, 212.4, 227.7);
          box-shadow: 0 3px rgb(194.4, 212.4, 227.7);
}
.btn-bg-llblue.btn-shadow a:hover {
  background: rgb(217.95, 236.95, 253.1);
}

.btn-bg-lgreen a {
  background-color: #8bc34a;
}
.btn-bg-lgreen.btn-shadow a {
  -webkit-box-shadow: 0 3px rgb(125.1, 175.5, 66.6);
          box-shadow: 0 3px rgb(125.1, 175.5, 66.6);
}
.btn-bg-lgreen.btn-shadow a:hover {
  background: rgb(144.8, 198, 83.05);
}

.btn-bg-orange a {
  background-color: #ff9800;
}
.btn-bg-orange.btn-shadow a {
  -webkit-box-shadow: 0 3px rgb(229.5, 136.8, 0);
          box-shadow: 0 3px rgb(229.5, 136.8, 0);
}
.btn-bg-orange.btn-shadow a:hover {
  background: rgb(255, 157.15, 12.75);
}

.btn-bg-pink a {
  background-color: #f06292;
}
.btn-bg-pink.btn-shadow a {
  -webkit-box-shadow: 0 3px rgb(216, 88.2, 131.4);
          box-shadow: 0 3px rgb(216, 88.2, 131.4);
}
.btn-bg-pink.btn-shadow a:hover {
  background: rgb(240.75, 105.85, 151.45);
}

.btn-bg-yellow a {
  background-color: #fce83a;
}
.btn-bg-yellow.btn-shadow a {
  -webkit-box-shadow: 0 3px rgb(226.8, 208.8, 52.2);
          box-shadow: 0 3px rgb(226.8, 208.8, 52.2);
}
.btn-bg-yellow.btn-shadow a:hover {
  background: rgb(252.15, 233.15, 67.85);
}

.btn-bg-green a {
  background-color: #40ae4b;
}
.btn-bg-green.btn-shadow a {
  -webkit-box-shadow: 0 3px rgb(57.6, 156.6, 67.5);
          box-shadow: 0 3px rgb(57.6, 156.6, 67.5);
}
.btn-bg-green.btn-shadow a:hover {
  background: rgb(73.55, 178.05, 84);
}

.btn-bg-red a {
  background-color: #ef5350;
}
.btn-bg-red.btn-shadow a {
  -webkit-box-shadow: 0 3px rgb(215.1, 74.7, 72);
          box-shadow: 0 3px rgb(215.1, 74.7, 72);
}
.btn-bg-red.btn-shadow a:hover {
  background: rgb(239.8, 91.6, 88.75);
}

.btn-bg-#black a {
  background-color: #222222;
}
.btn-bg-#black.btn-shadow a {
  -webkit-box-shadow: 0 3px rgb(30.6, 30.6, 30.6);
          box-shadow: 0 3px rgb(30.6, 30.6, 30.6);
}
.btn-bg-#black.btn-shadow a:hover {
  background: rgb(45.05, 45.05, 45.05);
}

.t-dgrey {
  color: rgb(112.2, 112.2, 112.2);
}

.t-grey {
  color: rgb(209.1, 209.1, 209.1);
}

.t-lgrey {
  color: rgb(247.35, 247.35, 247.35);
}

.t-white {
  color: #ffffff;
}

.t-blue {
  color: #303869;
}

.t-lblue {
  color: #64b5f6;
}

.t-llblue {
  color: #d8ecfd;
}

.t-lgreen {
  color: #8bc34a;
}

.t-orange {
  color: #ff9800;
}

.t-pink {
  color: #f06292;
}

.t-yellow {
  color: #fce83a;
}

.t-green {
  color: #40ae4b;
}

.t-red {
  color: #ef5350;
}

.t-#black {
  color: #222222;
}

.article-content p.i-dgrey .icon-arrow-down,
.article-content span.i-dgrey .icon-arrow-down,
.article-content li.i-dgrey .icon-arrow-down,
.article-content h2.i-dgrey .icon-arrow-down,
.article-content h3.i-dgrey .icon-arrow-down,
.article-content h4.i-dgrey .icon-arrow-down,
.article-content div.i-dgrey .icon-arrow-down,
.article-content blockquote.i-dgrey .icon-arrow-down {
  color: rgb(112.2, 112.2, 112.2);
}
.article-content p.i-dgrey > i:first-child,
.article-content span.i-dgrey > i:first-child,
.article-content li.i-dgrey > i:first-child,
.article-content h2.i-dgrey > i:first-child,
.article-content h3.i-dgrey > i:first-child,
.article-content h4.i-dgrey > i:first-child,
.article-content div.i-dgrey > i:first-child,
.article-content blockquote.i-dgrey > i:first-child {
  color: rgb(112.2, 112.2, 112.2);
}
.article-content p.i-grey .icon-arrow-down,
.article-content span.i-grey .icon-arrow-down,
.article-content li.i-grey .icon-arrow-down,
.article-content h2.i-grey .icon-arrow-down,
.article-content h3.i-grey .icon-arrow-down,
.article-content h4.i-grey .icon-arrow-down,
.article-content div.i-grey .icon-arrow-down,
.article-content blockquote.i-grey .icon-arrow-down {
  color: rgb(209.1, 209.1, 209.1);
}
.article-content p.i-grey > i:first-child,
.article-content span.i-grey > i:first-child,
.article-content li.i-grey > i:first-child,
.article-content h2.i-grey > i:first-child,
.article-content h3.i-grey > i:first-child,
.article-content h4.i-grey > i:first-child,
.article-content div.i-grey > i:first-child,
.article-content blockquote.i-grey > i:first-child {
  color: rgb(209.1, 209.1, 209.1);
}
.article-content p.i-lgrey .icon-arrow-down,
.article-content span.i-lgrey .icon-arrow-down,
.article-content li.i-lgrey .icon-arrow-down,
.article-content h2.i-lgrey .icon-arrow-down,
.article-content h3.i-lgrey .icon-arrow-down,
.article-content h4.i-lgrey .icon-arrow-down,
.article-content div.i-lgrey .icon-arrow-down,
.article-content blockquote.i-lgrey .icon-arrow-down {
  color: rgb(247.35, 247.35, 247.35);
}
.article-content p.i-lgrey > i:first-child,
.article-content span.i-lgrey > i:first-child,
.article-content li.i-lgrey > i:first-child,
.article-content h2.i-lgrey > i:first-child,
.article-content h3.i-lgrey > i:first-child,
.article-content h4.i-lgrey > i:first-child,
.article-content div.i-lgrey > i:first-child,
.article-content blockquote.i-lgrey > i:first-child {
  color: rgb(247.35, 247.35, 247.35);
}
.article-content p.i-white .icon-arrow-down,
.article-content span.i-white .icon-arrow-down,
.article-content li.i-white .icon-arrow-down,
.article-content h2.i-white .icon-arrow-down,
.article-content h3.i-white .icon-arrow-down,
.article-content h4.i-white .icon-arrow-down,
.article-content div.i-white .icon-arrow-down,
.article-content blockquote.i-white .icon-arrow-down {
  color: #ffffff;
}
.article-content p.i-white > i:first-child,
.article-content span.i-white > i:first-child,
.article-content li.i-white > i:first-child,
.article-content h2.i-white > i:first-child,
.article-content h3.i-white > i:first-child,
.article-content h4.i-white > i:first-child,
.article-content div.i-white > i:first-child,
.article-content blockquote.i-white > i:first-child {
  color: #ffffff;
}
.article-content p.i-blue .icon-arrow-down,
.article-content span.i-blue .icon-arrow-down,
.article-content li.i-blue .icon-arrow-down,
.article-content h2.i-blue .icon-arrow-down,
.article-content h3.i-blue .icon-arrow-down,
.article-content h4.i-blue .icon-arrow-down,
.article-content div.i-blue .icon-arrow-down,
.article-content blockquote.i-blue .icon-arrow-down {
  color: #303869;
}
.article-content p.i-blue > i:first-child,
.article-content span.i-blue > i:first-child,
.article-content li.i-blue > i:first-child,
.article-content h2.i-blue > i:first-child,
.article-content h3.i-blue > i:first-child,
.article-content h4.i-blue > i:first-child,
.article-content div.i-blue > i:first-child,
.article-content blockquote.i-blue > i:first-child {
  color: #303869;
}
.article-content p.i-lblue .icon-arrow-down,
.article-content span.i-lblue .icon-arrow-down,
.article-content li.i-lblue .icon-arrow-down,
.article-content h2.i-lblue .icon-arrow-down,
.article-content h3.i-lblue .icon-arrow-down,
.article-content h4.i-lblue .icon-arrow-down,
.article-content div.i-lblue .icon-arrow-down,
.article-content blockquote.i-lblue .icon-arrow-down {
  color: #64b5f6;
}
.article-content p.i-lblue > i:first-child,
.article-content span.i-lblue > i:first-child,
.article-content li.i-lblue > i:first-child,
.article-content h2.i-lblue > i:first-child,
.article-content h3.i-lblue > i:first-child,
.article-content h4.i-lblue > i:first-child,
.article-content div.i-lblue > i:first-child,
.article-content blockquote.i-lblue > i:first-child {
  color: #64b5f6;
}
.article-content p.i-llblue .icon-arrow-down,
.article-content span.i-llblue .icon-arrow-down,
.article-content li.i-llblue .icon-arrow-down,
.article-content h2.i-llblue .icon-arrow-down,
.article-content h3.i-llblue .icon-arrow-down,
.article-content h4.i-llblue .icon-arrow-down,
.article-content div.i-llblue .icon-arrow-down,
.article-content blockquote.i-llblue .icon-arrow-down {
  color: #d8ecfd;
}
.article-content p.i-llblue > i:first-child,
.article-content span.i-llblue > i:first-child,
.article-content li.i-llblue > i:first-child,
.article-content h2.i-llblue > i:first-child,
.article-content h3.i-llblue > i:first-child,
.article-content h4.i-llblue > i:first-child,
.article-content div.i-llblue > i:first-child,
.article-content blockquote.i-llblue > i:first-child {
  color: #d8ecfd;
}
.article-content p.i-lgreen .icon-arrow-down,
.article-content span.i-lgreen .icon-arrow-down,
.article-content li.i-lgreen .icon-arrow-down,
.article-content h2.i-lgreen .icon-arrow-down,
.article-content h3.i-lgreen .icon-arrow-down,
.article-content h4.i-lgreen .icon-arrow-down,
.article-content div.i-lgreen .icon-arrow-down,
.article-content blockquote.i-lgreen .icon-arrow-down {
  color: #8bc34a;
}
.article-content p.i-lgreen > i:first-child,
.article-content span.i-lgreen > i:first-child,
.article-content li.i-lgreen > i:first-child,
.article-content h2.i-lgreen > i:first-child,
.article-content h3.i-lgreen > i:first-child,
.article-content h4.i-lgreen > i:first-child,
.article-content div.i-lgreen > i:first-child,
.article-content blockquote.i-lgreen > i:first-child {
  color: #8bc34a;
}
.article-content p.i-orange .icon-arrow-down,
.article-content span.i-orange .icon-arrow-down,
.article-content li.i-orange .icon-arrow-down,
.article-content h2.i-orange .icon-arrow-down,
.article-content h3.i-orange .icon-arrow-down,
.article-content h4.i-orange .icon-arrow-down,
.article-content div.i-orange .icon-arrow-down,
.article-content blockquote.i-orange .icon-arrow-down {
  color: #ff9800;
}
.article-content p.i-orange > i:first-child,
.article-content span.i-orange > i:first-child,
.article-content li.i-orange > i:first-child,
.article-content h2.i-orange > i:first-child,
.article-content h3.i-orange > i:first-child,
.article-content h4.i-orange > i:first-child,
.article-content div.i-orange > i:first-child,
.article-content blockquote.i-orange > i:first-child {
  color: #ff9800;
}
.article-content p.i-pink .icon-arrow-down,
.article-content span.i-pink .icon-arrow-down,
.article-content li.i-pink .icon-arrow-down,
.article-content h2.i-pink .icon-arrow-down,
.article-content h3.i-pink .icon-arrow-down,
.article-content h4.i-pink .icon-arrow-down,
.article-content div.i-pink .icon-arrow-down,
.article-content blockquote.i-pink .icon-arrow-down {
  color: #f06292;
}
.article-content p.i-pink > i:first-child,
.article-content span.i-pink > i:first-child,
.article-content li.i-pink > i:first-child,
.article-content h2.i-pink > i:first-child,
.article-content h3.i-pink > i:first-child,
.article-content h4.i-pink > i:first-child,
.article-content div.i-pink > i:first-child,
.article-content blockquote.i-pink > i:first-child {
  color: #f06292;
}
.article-content p.i-yellow .icon-arrow-down,
.article-content span.i-yellow .icon-arrow-down,
.article-content li.i-yellow .icon-arrow-down,
.article-content h2.i-yellow .icon-arrow-down,
.article-content h3.i-yellow .icon-arrow-down,
.article-content h4.i-yellow .icon-arrow-down,
.article-content div.i-yellow .icon-arrow-down,
.article-content blockquote.i-yellow .icon-arrow-down {
  color: #fce83a;
}
.article-content p.i-yellow > i:first-child,
.article-content span.i-yellow > i:first-child,
.article-content li.i-yellow > i:first-child,
.article-content h2.i-yellow > i:first-child,
.article-content h3.i-yellow > i:first-child,
.article-content h4.i-yellow > i:first-child,
.article-content div.i-yellow > i:first-child,
.article-content blockquote.i-yellow > i:first-child {
  color: #fce83a;
}
.article-content p.i-green .icon-arrow-down,
.article-content span.i-green .icon-arrow-down,
.article-content li.i-green .icon-arrow-down,
.article-content h2.i-green .icon-arrow-down,
.article-content h3.i-green .icon-arrow-down,
.article-content h4.i-green .icon-arrow-down,
.article-content div.i-green .icon-arrow-down,
.article-content blockquote.i-green .icon-arrow-down {
  color: #40ae4b;
}
.article-content p.i-green > i:first-child,
.article-content span.i-green > i:first-child,
.article-content li.i-green > i:first-child,
.article-content h2.i-green > i:first-child,
.article-content h3.i-green > i:first-child,
.article-content h4.i-green > i:first-child,
.article-content div.i-green > i:first-child,
.article-content blockquote.i-green > i:first-child {
  color: #40ae4b;
}
.article-content p.i-red .icon-arrow-down,
.article-content span.i-red .icon-arrow-down,
.article-content li.i-red .icon-arrow-down,
.article-content h2.i-red .icon-arrow-down,
.article-content h3.i-red .icon-arrow-down,
.article-content h4.i-red .icon-arrow-down,
.article-content div.i-red .icon-arrow-down,
.article-content blockquote.i-red .icon-arrow-down {
  color: #ef5350;
}
.article-content p.i-red > i:first-child,
.article-content span.i-red > i:first-child,
.article-content li.i-red > i:first-child,
.article-content h2.i-red > i:first-child,
.article-content h3.i-red > i:first-child,
.article-content h4.i-red > i:first-child,
.article-content div.i-red > i:first-child,
.article-content blockquote.i-red > i:first-child {
  color: #ef5350;
}
.article-content p.i-#black .icon-arrow-down,
.article-content span.i-#black .icon-arrow-down,
.article-content li.i-#black .icon-arrow-down,
.article-content h2.i-#black .icon-arrow-down,
.article-content h3.i-#black .icon-arrow-down,
.article-content h4.i-#black .icon-arrow-down,
.article-content div.i-#black .icon-arrow-down,
.article-content blockquote.i-#black .icon-arrow-down {
  color: #222222;
}
.article-content p.i-#black > i:first-child,
.article-content span.i-#black > i:first-child,
.article-content li.i-#black > i:first-child,
.article-content h2.i-#black > i:first-child,
.article-content h3.i-#black > i:first-child,
.article-content h4.i-#black > i:first-child,
.article-content div.i-#black > i:first-child,
.article-content blockquote.i-#black > i:first-child {
  color: #222222;
}
.article-content p.i-colored .icon-arrow-down,
.article-content span.i-colored .icon-arrow-down,
.article-content li.i-colored .icon-arrow-down,
.article-content h2.i-colored .icon-arrow-down,
.article-content h3.i-colored .icon-arrow-down,
.article-content h4.i-colored .icon-arrow-down,
.article-content div.i-colored .icon-arrow-down,
.article-content blockquote.i-colored .icon-arrow-down {
  color: #64b5f6;
}
.article-content p.i-colored > i:first-child,
.article-content span.i-colored > i:first-child,
.article-content li.i-colored > i:first-child,
.article-content h2.i-colored > i:first-child,
.article-content h3.i-colored > i:first-child,
.article-content h4.i-colored > i:first-child,
.article-content div.i-colored > i:first-child,
.article-content blockquote.i-colored > i:first-child {
  color: #64b5f6;
}
.article-content .head-icon-dot.i-dgrey > i:first-child,
.article-content .head-icon.i-dgrey > i:first-child,
.article-content li.i-dgrey > i:first-child {
  color: rgb(112.2, 112.2, 112.2);
}
.article-content .head-icon-dot.i-grey > i:first-child,
.article-content .head-icon.i-grey > i:first-child,
.article-content li.i-grey > i:first-child {
  color: rgb(209.1, 209.1, 209.1);
}
.article-content .head-icon-dot.i-lgrey > i:first-child,
.article-content .head-icon.i-lgrey > i:first-child,
.article-content li.i-lgrey > i:first-child {
  color: rgb(247.35, 247.35, 247.35);
}
.article-content .head-icon-dot.i-white > i:first-child,
.article-content .head-icon.i-white > i:first-child,
.article-content li.i-white > i:first-child {
  color: #ffffff;
}
.article-content .head-icon-dot.i-blue > i:first-child,
.article-content .head-icon.i-blue > i:first-child,
.article-content li.i-blue > i:first-child {
  color: #303869;
}
.article-content .head-icon-dot.i-lblue > i:first-child,
.article-content .head-icon.i-lblue > i:first-child,
.article-content li.i-lblue > i:first-child {
  color: #64b5f6;
}
.article-content .head-icon-dot.i-llblue > i:first-child,
.article-content .head-icon.i-llblue > i:first-child,
.article-content li.i-llblue > i:first-child {
  color: #d8ecfd;
}
.article-content .head-icon-dot.i-lgreen > i:first-child,
.article-content .head-icon.i-lgreen > i:first-child,
.article-content li.i-lgreen > i:first-child {
  color: #8bc34a;
}
.article-content .head-icon-dot.i-orange > i:first-child,
.article-content .head-icon.i-orange > i:first-child,
.article-content li.i-orange > i:first-child {
  color: #ff9800;
}
.article-content .head-icon-dot.i-pink > i:first-child,
.article-content .head-icon.i-pink > i:first-child,
.article-content li.i-pink > i:first-child {
  color: #f06292;
}
.article-content .head-icon-dot.i-yellow > i:first-child,
.article-content .head-icon.i-yellow > i:first-child,
.article-content li.i-yellow > i:first-child {
  color: #fce83a;
}
.article-content .head-icon-dot.i-green > i:first-child,
.article-content .head-icon.i-green > i:first-child,
.article-content li.i-green > i:first-child {
  color: #40ae4b;
}
.article-content .head-icon-dot.i-red > i:first-child,
.article-content .head-icon.i-red > i:first-child,
.article-content li.i-red > i:first-child {
  color: #ef5350;
}
.article-content .head-icon-dot.i-#black > i:first-child,
.article-content .head-icon.i-#black > i:first-child,
.article-content li.i-#black > i:first-child {
  color: #222222;
}
.article-content .head-icon-dot.i-colored > i:first-child,
.article-content .head-icon.i-colored > i:first-child,
.article-content li.i-colored > i:first-child {
  color: #64b5f6;
}

.t-bg-dgrey {
  background: rgb(112.2, 112.2, 112.2);
}

.t-bg-grey {
  background: rgb(209.1, 209.1, 209.1);
}

.t-bg-lgrey {
  background: rgb(247.35, 247.35, 247.35);
}

.t-bg-white {
  background: #ffffff;
}

.t-bg-blue {
  background: #303869;
}

.t-bg-lblue {
  background: #64b5f6;
}

.t-bg-llblue {
  background: #d8ecfd;
}

.t-bg-lgreen {
  background: #8bc34a;
}

.t-bg-orange {
  background: #ff9800;
}

.t-bg-pink {
  background: #f06292;
}

.t-bg-yellow {
  background: #fce83a;
}

.t-bg-green {
  background: #40ae4b;
}

.t-bg-red {
  background: #ef5350;
}

.t-bg-#black {
  background: #222222;
}

.border-dgrey {
  border-color: rgb(112.2, 112.2, 112.2);
}

.border-grey {
  border-color: rgb(209.1, 209.1, 209.1);
}

.border-lgrey {
  border-color: rgb(247.35, 247.35, 247.35);
}

.border-white {
  border-color: #ffffff;
}

.border-blue {
  border-color: #303869;
}

.border-lblue {
  border-color: #64b5f6;
}

.border-llblue {
  border-color: #d8ecfd;
}

.border-lgreen {
  border-color: #8bc34a;
}

.border-orange {
  border-color: #ff9800;
}

.border-pink {
  border-color: #f06292;
}

.border-yellow {
  border-color: #fce83a;
}

.border-green {
  border-color: #40ae4b;
}

.border-red {
  border-color: #ef5350;
}

.border-#black {
  border-color: #222222;
}

.btn-border-dgrey a {
  border: 1px solid rgb(112.2, 112.2, 112.2);
  background: #fff;
  color: rgb(112.2, 112.2, 112.2);
}
.btn-border-dgrey a:hover {
  color: rgb(112.2, 112.2, 112.2);
}

.btn-border-grey a {
  border: 1px solid rgb(209.1, 209.1, 209.1);
  background: #fff;
  color: rgb(209.1, 209.1, 209.1);
}
.btn-border-grey a:hover {
  color: rgb(209.1, 209.1, 209.1);
}

.btn-border-lgrey a {
  border: 1px solid rgb(247.35, 247.35, 247.35);
  background: #fff;
  color: rgb(247.35, 247.35, 247.35);
}
.btn-border-lgrey a:hover {
  color: rgb(247.35, 247.35, 247.35);
}

.btn-border-white a {
  border: 1px solid #ffffff;
  background: #fff;
  color: #ffffff;
}
.btn-border-white a:hover {
  color: #ffffff;
}

.btn-border-blue a {
  border: 1px solid #303869;
  background: #fff;
  color: #303869;
}
.btn-border-blue a:hover {
  color: #303869;
}

.btn-border-lblue a {
  border: 1px solid #64b5f6;
  background: #fff;
  color: #64b5f6;
}
.btn-border-lblue a:hover {
  color: #64b5f6;
}

.btn-border-llblue a {
  border: 1px solid #d8ecfd;
  background: #fff;
  color: #d8ecfd;
}
.btn-border-llblue a:hover {
  color: #d8ecfd;
}

.btn-border-lgreen a {
  border: 1px solid #8bc34a;
  background: #fff;
  color: #8bc34a;
}
.btn-border-lgreen a:hover {
  color: #8bc34a;
}

.btn-border-orange a {
  border: 1px solid #ff9800;
  background: #fff;
  color: #ff9800;
}
.btn-border-orange a:hover {
  color: #ff9800;
}

.btn-border-pink a {
  border: 1px solid #f06292;
  background: #fff;
  color: #f06292;
}
.btn-border-pink a:hover {
  color: #f06292;
}

.btn-border-yellow a {
  border: 1px solid #fce83a;
  background: #fff;
  color: #fce83a;
}
.btn-border-yellow a:hover {
  color: #fce83a;
}

.btn-border-green a {
  border: 1px solid #40ae4b;
  background: #fff;
  color: #40ae4b;
}
.btn-border-green a:hover {
  color: #40ae4b;
}

.btn-border-red a {
  border: 1px solid #ef5350;
  background: #fff;
  color: #ef5350;
}
.btn-border-red a:hover {
  color: #ef5350;
}

.btn-border-#black a {
  border: 1px solid #222222;
  background: #fff;
  color: #222222;
}
.btn-border-#black a:hover {
  color: #222222;
}

.btn-border-double-dgrey a {
  border: 2px solid rgb(112.2, 112.2, 112.2);
  background: #fff;
  color: rgb(112.2, 112.2, 112.2);
}
.btn-border-double-dgrey a:hover {
  color: rgb(112.2, 112.2, 112.2);
}

.btn-border-double-grey a {
  border: 2px solid rgb(209.1, 209.1, 209.1);
  background: #fff;
  color: rgb(209.1, 209.1, 209.1);
}
.btn-border-double-grey a:hover {
  color: rgb(209.1, 209.1, 209.1);
}

.btn-border-double-lgrey a {
  border: 2px solid rgb(247.35, 247.35, 247.35);
  background: #fff;
  color: rgb(247.35, 247.35, 247.35);
}
.btn-border-double-lgrey a:hover {
  color: rgb(247.35, 247.35, 247.35);
}

.btn-border-double-white a {
  border: 2px solid #ffffff;
  background: #fff;
  color: #ffffff;
}
.btn-border-double-white a:hover {
  color: #ffffff;
}

.btn-border-double-blue a {
  border: 2px solid #303869;
  background: #fff;
  color: #303869;
}
.btn-border-double-blue a:hover {
  color: #303869;
}

.btn-border-double-lblue a {
  border: 2px solid #64b5f6;
  background: #fff;
  color: #64b5f6;
}
.btn-border-double-lblue a:hover {
  color: #64b5f6;
}

.btn-border-double-llblue a {
  border: 2px solid #d8ecfd;
  background: #fff;
  color: #d8ecfd;
}
.btn-border-double-llblue a:hover {
  color: #d8ecfd;
}

.btn-border-double-lgreen a {
  border: 2px solid #8bc34a;
  background: #fff;
  color: #8bc34a;
}
.btn-border-double-lgreen a:hover {
  color: #8bc34a;
}

.btn-border-double-orange a {
  border: 2px solid #ff9800;
  background: #fff;
  color: #ff9800;
}
.btn-border-double-orange a:hover {
  color: #ff9800;
}

.btn-border-double-pink a {
  border: 2px solid #f06292;
  background: #fff;
  color: #f06292;
}
.btn-border-double-pink a:hover {
  color: #f06292;
}

.btn-border-double-yellow a {
  border: 2px solid #fce83a;
  background: #fff;
  color: #fce83a;
}
.btn-border-double-yellow a:hover {
  color: #fce83a;
}

.btn-border-double-green a {
  border: 2px solid #40ae4b;
  background: #fff;
  color: #40ae4b;
}
.btn-border-double-green a:hover {
  color: #40ae4b;
}

.btn-border-double-red a {
  border: 2px solid #ef5350;
  background: #fff;
  color: #ef5350;
}
.btn-border-double-red a:hover {
  color: #ef5350;
}

.btn-border-double-#black a {
  border: 2px solid #222222;
  background: #fff;
  color: #222222;
}
.btn-border-double-#black a:hover {
  color: #222222;
}

/**
 * jQuery
 */
.hide2,
.hide {
  display: none;
}

/**
 * Amazon & Netflix
 */
.aza-lists,
.azb-lists,
.als-lists,
.nfa-lists {
  border-top: 1px solid rgb(224.4, 224.4, 224.4);
}
.aza-lists .heading,
.azb-lists .heading,
.als-lists .heading,
.nfa-lists .heading {
  height: 50px;
  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;
  background: #303869;
  color: #fff;
  padding: 0 15px;
  font-weight: bold;
  border-bottom: 1px solid rgb(224.4, 224.4, 224.4);
  border-left: 1px solid rgb(224.4, 224.4, 224.4);
  border-right: 1px solid rgb(224.4, 224.4, 224.4);
  margin-bottom: 0;
}
.aza-lists .heading .go-search-top,
.azb-lists .heading .go-search-top,
.als-lists .heading .go-search-top,
.nfa-lists .heading .go-search-top {
  font-size: 0.8em;
}
.aza-lists .heading .go-search-top a,
.azb-lists .heading .go-search-top a,
.als-lists .heading .go-search-top a,
.nfa-lists .heading .go-search-top a {
  color: #333333;
}
.aza-lists .heading .go-search-top a:hover,
.azb-lists .heading .go-search-top a:hover,
.als-lists .heading .go-search-top a:hover,
.nfa-lists .heading .go-search-top a:hover {
  text-decoration: underline;
}

.azb-lists .azb-list {
  margin-bottom: 0;
  border-bottom: 1px solid rgb(224.4, 224.4, 224.4);
  padding: 15px 0;
  background-color: #fff;
}

.aza-lists .aza-list {
  margin-bottom: 0;
  border-bottom: 1px solid rgb(224.4, 224.4, 224.4);
  padding: 15px 0;
  background-color: #fff;
}

.als-lists .als-list {
  margin-bottom: 0;
  border-bottom: 1px solid rgb(224.4, 224.4, 224.4);
  padding: 15px 0;
  background-color: #fff;
}

.nfa-lists .nfa-list {
  margin-bottom: 0;
}

.aza-list,
.nfa-list,
.als-list,
.azb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.aza-list,
.als-list,
.azb-list {
  background: rgb(244.8, 244.8, 244.8);
  padding: 15px 15px;
}
.aza-list.hide2, .aza-list.hide,
.als-list.hide2,
.als-list.hide,
.azb-list.hide2,
.azb-list.hide {
  display: none !important;
}
.aza-list .meta,
.als-list .meta,
.azb-list .meta {
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .aza-list .meta,
  .als-list .meta,
  .azb-list .meta {
    line-height: 1.5;
    margin-top: 8px;
  }
}
.aza-list .detail,
.als-list .detail,
.azb-list .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
.aza-list .detail > div,
.als-list .detail > div,
.azb-list .detail > div {
  margin-bottom: 0;
}
.aza-list .title,
.als-list .title,
.azb-list .title {
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.aza-list .title a,
.als-list .title a,
.azb-list .title a {
  font-weight: bold;
}
.aza-list .title a,
.als-list .title a,
.azb-list .title a {
  color: #333333;
  text-decoration: none;
}
.aza-list .title a:hover,
.als-list .title a:hover,
.azb-list .title a:hover {
  color: #333333;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .aza-list .title,
  .als-list .title,
  .azb-list .title {
    font-size: 2rem;
  }
}
.aza-list .title-eng,
.als-list .title-eng,
.azb-list .title-eng {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .aza-list .title-eng,
  .als-list .title-eng,
  .azb-list .title-eng {
    font-size: 1.5rem;
  }
}
.aza-list .thumb,
.als-list .thumb,
.azb-list .thumb {
  margin-bottom: 0;
  margin-right: 15px;
}
.aza-list .thumb img,
.als-list .thumb img,
.azb-list .thumb img {
  height: auto;
  width: 100%;
  display: inherit;
}

/** Amazon  */
.azb-list .author,
.azb-list .genre {
  font-size: 1rem;
  display: block;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .azb-list .author,
  .azb-list .genre {
    font-size: 1.3rem;
  }
}
.azb-list .btn {
  margin-bottom: 0;
  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;
}
@media (min-width: 768px) {
  .azb-list .btn {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.azb-list .btn > div {
  text-align: center;
  width: calc(50% - 4px);
  margin-bottom: 0;
  margin-top: 8px;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .azb-list .btn > div {
    width: calc(25% - 4px);
  }
}
.azb-list .btn > div:first-child {
  margin-left: 0;
}
.azb-list .btn > div:nth-child(3) {
  margin-left: 0;
}
@media (min-width: 768px) {
  .azb-list .btn > div:nth-child(3) {
    margin-left: 8px;
  }
}
.azb-list .thumb {
  overflow: hidden;
  width: 104px;
  height: 146px;
}
.azb-list .lang {
  margin-bottom: 0;
}

/** Audible */
.aza-list .author,
.aza-list .genre {
  font-size: 1rem;
  display: block;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .aza-list .author,
  .aza-list .genre {
    font-size: 1.3rem;
  }
}
.aza-list .btn {
  margin-bottom: 0;
  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;
}
@media (min-width: 768px) {
  .aza-list .btn {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.aza-list .btn > div {
  text-align: center;
  width: calc(50% - 4px);
  margin-bottom: 0;
  margin-top: 6px;
  margin-left: 8px;
}
.aza-list .btn > div:first-child {
  width: 100%;
  margin-left: 0;
}
@media (min-width: 768px) {
  .aza-list .btn > div:first-child {
    width: 50%;
  }
}
.aza-list .btn > div:nth-child(2) {
  margin-left: 0;
}
@media (min-width: 768px) {
  .aza-list .btn > div:nth-child(2) {
    margin-left: 8px;
  }
}
.aza-list .thumb {
  overflow: hidden;
  width: 140px;
  height: 140px;
}
.aza-list .lang {
  margin-bottom: 0;
}

/** Ladder */
.als-list .author,
.als-list .level {
  font-size: 1rem;
  display: block;
  margin-bottom: 0;
  color: rgb(147.9, 147.9, 147.9);
}
@media (min-width: 768px) {
  .als-list .author,
  .als-list .level {
    font-size: 1.3rem;
  }
}
.als-list .thumb {
  width: 112px;
  height: 180px;
  overflow: hidden;
}
.als-list .title {
  margin-bottom: 0;
}
.als-list .title-eng {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .als-list .title-eng {
    margin-bottom: 16px;
  }
}
.als-list .btn {
  margin-bottom: 0;
  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;
}
@media (min-width: 768px) {
  .als-list .btn {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.als-list .btn > div {
  text-align: center;
  width: calc(50% - 4px);
  margin-bottom: 0;
  margin-top: 6px;
  margin-left: 8px;
}
.als-list .btn > div:first-child {
  margin-left: 0;
}
.als-list .btn > div:nth-child(3) {
  width: 100%;
  margin-left: 0;
}
@media (min-width: 768px) {
  .als-list .btn > div:nth-child(3) {
    width: 50%;
    margin-left: 8px;
  }
}
.als-list .btn .audiobook {
  display: block;
  line-height: 1.1;
}
.als-list .btn .audiobook.top:after {
  content: "\e90f";
  margin-left: 3px;
  font-family: "eigolab";
  font-size: 1rem;
}
@media (min-width: 768px) {
  .als-list .btn .audiobook.top:after {
    font-size: 1.1rem;
  }
}

/** Netflix */
.nfa-list {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid rgb(224.4, 224.4, 224.4);
  border-left: 1px solid rgb(224.4, 224.4, 224.4);
  border-bottom: 1px solid rgb(224.4, 224.4, 224.4);
}
.nfa-list.hide2, .nfa-list.hide {
  display: none !important;
}
@media (min-width: 415px) {
  .nfa-list {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.nfa-list .thumb {
  width: 140px;
  height: 78px;
  margin-bottom: 0;
  margin-right: 15px;
}
.nfa-list .thumb img {
  height: auto;
  width: 100%;
  display: inherit;
}
@media (min-width: 768px) {
  .nfa-list .thumb {
    width: 200px;
    height: 112px;
  }
}
.nfa-list .title {
  margin-bottom: 3px;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.4rem;
}
.nfa-list .title a {
  font-weight: bold;
}
.nfa-list .title a {
  color: #333333;
  text-decoration: none;
}
.nfa-list .title a:hover {
  color: #333333;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .nfa-list .title {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
}
.nfa-list .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
.nfa-list .detail > div {
  margin-bottom: 0;
}
.nfa-list .type {
  margin-bottom: 0;
  color: rgb(147.9, 147.9, 147.9);
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .nfa-list .type {
    font-size: 1.3rem;
  }
}
.nfa-list .eng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
}
.nfa-list .eng > span {
  margin-top: 3px;
  margin-right: 6px;
  border-radius: 2px;
  border: 1px solid #000;
  padding: 3px;
}
.nfa-list .eng > span:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .nfa-list .eng {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.4rem;
  }
}

#list-noresults,
#list-noresults {
  text-align: center;
  font-weight: bold;
  padding: 30px;
  border-bottom: 1px solid rgb(224.4, 224.4, 224.4);
}

/**
 * Schools
 */
.school-small {
  padding: 15px;
  background: rgb(244.8, 244.8, 244.8);
}
.school-small table,
.school-small .catchphrase {
  font-size: 1.2rem;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .school-small table,
  .school-small .catchphrase {
    margin-bottom: 8px;
    font-size: 1.3rem;
  }
}
.school-small .title {
  font-weight: bold;
}
.school-small .head {
  margin-bottom: 10px;
}
.school-small .head .title {
  font-size: 1.4rem;
  line-height: 1.28;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .school-small .head .title {
    line-height: 1.68;
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
.school-small .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.school-small .school-thumb {
  position: relative;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  margin-right: 15px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .school-small .school-thumb {
    -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
  }
}
.school-small .school-thumb a img {
  height: auto;
  width: 100%;
}
.school-small.normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.school-small.normal .head {
  margin-bottom: 0;
}
.school-small.normal .catchphrase {
  margin-bottom: 0px;
}
.school-small.normal .title {
  margin-bottom: 8px;
}
.school-small.normal .detail {
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.school-small.normal .bottom {
  margin-bottom: 0;
}
.school-small.normal .bottom > p {
  margin-bottom: 0;
  position: relative;
  bottom: -3px;
}
.school-small.contain .title,
.school-small.contain .catchphrase {
  text-align: center;
}
.school-small.contain .title {
  margin-bottom: 5px;
}
.school-small.contain .head {
  margin-bottom: 20px;
}
.school-small.contain .detail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.school-small.contain .site-links {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.school-small.contain .btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.school-detail .school-title {
  font-size: 1.4rem;
  font-weight: bold;
  background: rgb(244.8, 244.8, 244.8);
  padding: 4px;
  border-bottom: 3px solid rgb(224.4, 224.4, 224.4);
}
@media (min-width: 768px) {
  .school-detail .school-title {
    font-size: 1.6rem;
    padding: 6px;
  }
}
.school-detail .school-title img {
  margin-right: 12px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .school-detail .school-title img {
    margin-right: 16px;
    width: 56px;
    height: 56px;
  }
}

/**
 * Ads
 */
.ad-archive-bottom,
.ad-side-top {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .ad-archive-bottom,
  .ad-side-top {
    margin-bottom: 32px;
  }
}
@media (min-width: 900px) {
  .ad-archive-bottom,
  .ad-side-top {
    margin-bottom: 32px;
  }
}

.ad-more,
.ad-h2-1,
.ad-h2-2,
.ad-h2-3,
.ad-article-bottom {
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .ad-more,
  .ad-h2-1,
  .ad-h2-2,
  .ad-h2-3,
  .ad-article-bottom {
    margin-bottom: 30px;
  }
}
@media (min-width: 900px) {
  .ad-more,
  .ad-h2-1,
  .ad-h2-2,
  .ad-h2-3,
  .ad-article-bottom {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=eigolab.css.map */