@charset "UTF-8";
/*!
Theme Name: itmama.jp
Theme URI: https://www.digitalcube.jp/
Author: DigitalCube Co.,Ltd
Author URI: https://www.digitalcube.jp/
Description: itmama.jp theme for PC.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: byronjapan
Tags:

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Header
    ## Footer
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Oswald");
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  src: local("Bebas Neue"), url("font/BebasNeue.woff") format("woff");
}
.inner, .pagination, .site-navigation .site-navigation-inner, .site-info {
  width: 1000px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-top: 0;
  color: #4a4a4a;
  line-height: 1.25;
  letter-spacing: 1px;
  font-family: Oswald, Hiragino Sans;
  letter-spacing: 1px;
}

h1 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

h3 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}

h4 {
  font-size: 11px;
  font-size: 0.6875rem;
}

h5 {
  font-size: 10px;
  font-size: 0.625rem;
}

h6 {
  color: #999;
  font-size: 9px;
  font-size: 0.5625rem;
}

#primary .entry-content h1, #primary .entry-content h2, #primary .entry-content h3, #primary .entry-content h4, #primary .entry-content h5, #primary .entry-content h6 {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
  color: #000;
}

.single #primary h1 {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
  color: #000;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 2em 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

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

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

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

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-top: 0.5em;
  margin-bottom: 0;
}

dt {
  font-weight: bold;
  margin-bottom: 0.25em;
}

dd {
  margin: 0 0 0.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: #111;
  line-height: 1;
  vertical-align: bottom;
  padding: .4em 1em .5em;
  box-sizing: border-box;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  background: #e6e6e6;
  color: #111;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  background: #e6e6e6;
  color: #111;
  outline: 0;
}

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

select {
  border: 1px solid #ccc;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 3px 0.5em;
}

textarea {
  padding: 3px 0.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #212121;
  text-decoration: none;
}
a:visited {
  color: #212121;
}
a:hover {
  text-decoration: underline;
}
a:hover, a:focus, a:active {
  color: #212121;
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-navigation-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  overflow: hidden;
}
.site-navigation-content ul::after {
  content: '';
  display: block;
  clear: both;
}
.site-navigation-content li {
  margin: 0;
  float: left;
  width: 100px;
  text-align: center;
  transition: background-color 0.5s 0.2s ease, color 0.3s ease;
}
.site-navigation-content li:nth-child(1):hover ~ .slide {
  left: 0%;
}
.site-navigation-content li:nth-child(2):hover ~ .slide {
  left: 10%;
}
.site-navigation-content li:nth-child(3):hover ~ .slide {
  left: 20%;
}
.site-navigation-content li:nth-child(4):hover ~ .slide {
  left: 30%;
}
.site-navigation-content li:nth-child(5):hover ~ .slide {
  left: 40%;
}
.site-navigation-content li:nth-child(6):hover ~ .slide {
  left: 50%;
}
.site-navigation-content li:nth-child(7):hover ~ .slide {
  left: 60%;
}
.site-navigation-content li:nth-child(8):hover ~ .slide {
  left: 70%;
}
.site-navigation-content li:nth-child(9):hover ~ .slide {
  left: 80%;
}
.site-navigation-content li:nth-child(10):hover ~ .slide {
  left: 90%;
}
.site-navigation-content li.current-menu-item {
  position: relative;
}
.site-navigation-content li.current-menu-item::after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 100px;
  background-color: #000;
  z-index: 1;
  height: 2px;
  margin-top: 62px;
}
.site-navigation-content .slide {
  position: absolute;
  left: -10%;
  top: 0;
  display: block;
  width: 100px;
  background-color: #1d2946;
  z-index: 1;
  height: 2px;
  margin-top: 62px;
  transition: left 0.3s ease;
  transform: translateY(0);
}
.site-navigation-content a {
  font-weight: bold;
  padding: 0.4em 1em;
  display: block;
  color: #1d2946;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle {
  border: none;
  background: transparent;
  padding: 0;
}
.menu-toggle:hover {
  border-color: transparent;
  background: transparent;
}
.menu-toggle:active, .menu-toggle:focus {
  border-color: transparent;
  background: transparent;
}

.site-navigation .site-navigation-content a {
  padding: 23px 5px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.language-navigation-content ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.language-navigation-content li {
  border-left: solid 1px white;
  margin-left: 0.5em;
  padding-left: 0.5em;
  display: inline;
}
.language-navigation-content li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
.language-navigation-content a {
  color: #fff;
}

.footer-navigation {
  overflow: hidden;
}
.footer-navigation ul {
  list-style: none;
  margin: 0;
  margin-left: -33px;
  padding-left: 0;
  font-size: 16px;
  font-size: 1rem;
}
.footer-navigation li {
  display: inline-block;
  vertical-align: middle;
  margin: 16px 0 0 16px;
}
.footer-navigation li::before {
  content: '';
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: relative;
  top: -2px;
}

.sns-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.sns-navigation li {
  margin: 0 0 0 23px;
  float: left;
}
.sns-navigation li a, .sns-navigation li img {
  display: block;
}
.sns-navigation li img {
  width: auto;
  height: 20px;
}

.pagination {
  clear: both;
  text-align: center;
  padding: 35px 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}
.pagination a {
  display: inline-block;
}
.pagination .page-numbers {
  color: #000;
  display: inline-block;
  border: solid 1px #000;
  min-width: 1.5em;
  padding: 0 0.2em;
  margin: 0 4px;
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus, .pagination .page-numbers:active {
  color: #212121;
  border-color: #212121;
}
.pagination .page-numbers.current {
  color: #838282;
  border-color: #8c8c8c;
}
.pagination .page-numbers.dots {
  border: none;
}

.nav-next {
  margin: 13px auto 25px;
  word-spacing: normal;
  text-align: center;
  width: 687px;
}
.nav-next a {
  padding: 15px 10px 16px;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  background: #1c2847;
  width: 315px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  transition: all 150ms ease-out;
}
.nav-next a:hover, .nav-next a:active {
  box-shadow: 0 0 0 0.1875rem #fff, 0 0 0 0.375rem #1c2847;
  text-decoration: none;
}
.nav-next a span {
  position: relative;
}
.nav-next a span::after {
  content: '▶';
  position: absolute;
  top: 50%;
  right: -1em;
  display: block;
  margin-right: -10px;
  margin-top: -.75em;
}

#infscr-loading {
  text-align: center;
}
#infscr-loading img {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 5px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 5px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.page-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
  margin-top: 25px;
}
.widget-area .side-header {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #000;
  text-align: center;
}
.widget-area .side-header .side-title {
  color: #212121;
  line-height: 1.2;
  font-family: Oswald, Hiragino Sans;
  font-size: 23px;
  font-size: 1.4375rem;
  text-align: center;
}
.widget-area .side-header .side-lead {
  margin: 0;
  padding: 2px 0;
  color: #212121;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.widget-area .side-post-block a {
  padding: 15px;
  border-bottom: 2px solid #c8c8c9;
  display: block;
  position: relative;
}
.widget-area .side-post-block a::before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  border-bottom: 2px solid #c8c8c9;
}
.widget-area .side-post-block a::after {
  content: '';
  display: block;
  clear: both;
}
.widget-area .side-post-block a:hover, .widget-area .side-post-block a:active {
  text-decoration: none;
  background-color: #fbfbfb;
}
.widget-area .side-post-block .image {
  margin-right: 10px;
  float: left;
  width: 80px;
}
.widget-area .side-post-block .image img {
  display: block;
}
.widget-area .side-post-block .text {
  overflow: hidden;
  color: #424242;
  font-size: 14px;
  font-size: 0.875rem;
}
.widget-area .side-post-block .title {
  color: #5a5a5a;
  font-weight: bold;
}
.widget-area .side-post-block .excerpt p {
  margin: 0;
}
.widget-area .side-block-banner {
  margin: 25px 0;
}
.widget-area .side-block-banner a, .widget-area .side-block-banner img {
  display: block;
}
.widget-area .widget-block {
  margin-bottom: 20px;
}
.widget-area .widget-block-more {
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.widget-area .widget-block-more a {
  color: #a1a1a2;
  text-decoration: underline;
}
.widget-area .widget-block-more a:hover, .widget-area .widget-block-more a:active {
  text-decoration: none;
}
.widget-area .writers-latest-block {
  border-top: 2px solid #c8c8c9;
}
.widget-area .pickuptags {
  margin: 0;
  padding: 0;
}
.widget-area .pickuptags::after {
  content: '';
  display: block;
  clear: both;
}
.widget-area .pickuptags li {
  margin: 7px 15px 8px 0;
  float: left;
  list-style: none;
}
.widget-area .pickuptags a {
  padding: 8px 13px;
  border: 1px solid #979797;
  display: block;
  color: #4A4A4A;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 15px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  transition: .3s;
}
.widget-area .pickuptags a::before {
  content: '';
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-image: url(images/tag.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 14px auto;
}
.widget-area .pickuptags a:hover, .widget-area .pickuptags a:active {
  box-shadow: 0px 0px 0px 3px #979797;
  text-decoration: none;
}

.widget-block .side-lead {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-main {
  padding-bottom: 15px;
}

#background-link {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#background-link a {
  width: 100%;
  height: 100%;
  display: block;
}

.site-header,
.ad-overlay,
.breadcrumbs,
.site-main,
.widget-area,
.page-top,
.site-footer {
  position: relative;
}

.site-content {
  background-color: #f9f9fb;
}

.content-area {
  float: left;
  width: 678px;
}
.content-area.fullwidth {
  float: none;
  width: 1000px;
}

.widget-area {
  float: right;
  width: 300px;
}
body.single-month_old .widget-area {
  margin-top: 125px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
  width: 100%;
  background-color: #ffe6e6;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.site-branding {
  padding-top: 32px;
  float: left;
  width: 248px;
}

.site-title {
  margin: 0 0 12px;
}
.site-title img {
  vertical-align: top;
}
.site-title a {
  display: block;
  width: 190px;
  height: 71px;
}

.site-header-banner {
  padding-top: 26px;
  overflow: hidden;
}

.site-header-banner-2 {
  clear: both;
  padding-top: 25px;
  margin: 0 auto;
  width: 970px;
}

.site-header-search {
  clear: both;
  margin-top: 13px;
  border-radius: 3px;
  float: left;
  width: 276px;
  background-color: #fff;
}
.site-header-search input[type="text"] {
  padding: 9px 9px 9px 44px;
  border: 0;
  background-color: transparent;
  width: 232px;
  font-size: 10px;
  font-size: 0.625rem;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes color-1 {
  0% {
    background-color: #1c2847;
  }
  100% {
    background-color: #1c2847;
  }
}
.site-header-search ::selection {
  background: #1c2847;
  color: white;
  text-shadow: none;
}
.site-header-search ::-webkit-selection {
  background: #1c2847;
  color: white;
  text-shadow: none;
}
.site-header-search .field-container {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
}
.site-header-search .icons-container {
  position: absolute;
  top: 0;
  left: 3px;
  width: 28px;
  height: 28px;
  overflow: hidden;
}
.site-header-search .icon-close {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 70%;
  height: 70%;
  opacity: 0;
  cursor: pointer;
  transform: translateX(-200%);
  border-radius: 50%;
  transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.site-header-search .icon-close:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 2px solid transparent;
  border-top-color: #1c2847;
  border-left-color: #1c2847;
  border-bottom-color: #1c2847;
  transition: opacity 0.2s ease;
}
.site-header-search .icon-close .x-up {
  position: relative;
  width: 100%;
  height: 50%;
  top: 2px;
}
.site-header-search .icon-close .x-up:before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 2px;
  width: 50%;
  height: 2px;
  background-color: #1c2847;
  transform: rotate(45deg);
}
.site-header-search .icon-close .x-up:after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 2px;
  width: 50%;
  height: 2px;
  background-color: #1c2847;
  transform: rotate(-45deg);
}
.site-header-search .icon-close .x-down {
  position: relative;
  width: 100%;
  height: 50%;
  bottom: 2px;
}
.site-header-search .icon-close .x-down:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 2px;
  width: 50%;
  height: 2px;
  background-color: #1c2847;
  transform: rotate(-45deg);
}
.site-header-search .icon-close .x-down:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 2px;
  width: 50%;
  height: 2px;
  background-color: #1c2847;
  transform: rotate(45deg);
}
.is-type .site-header-search .icon-close:before {
  opacity: 1;
  animation: spin 0.85s infinite;
}
.is-type .site-header-search .icon-close .x-up:before, .is-type .site-header-search .icon-close .x-up:after {
  animation: color-1 0.85s infinite;
}
.is-type .site-header-search .icon-close .x-up:after {
  animation-delay: 0.3s;
}
.is-type .site-header-search .icon-close .x-down:before, .is-type .site-header-search .icon-close .x-down:after {
  animation: color-1 0.85s infinite;
}
.is-type .site-header-search .icon-close .x-down:before {
  animation-delay: 0.2s;
}
.is-type .site-header-search .icon-close .x-down:after {
  animation-delay: 0.1s;
}
.site-header-search .icon-search {
  position: relative;
  top: 10px;
  left: 10px;
  width: 43%;
  height: 43%;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid #1c2847;
  transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.site-header-search .icon-search:after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -3px;
  width: 2px;
  border-radius: 3px;
  transform: rotate(-46deg);
  height: 6px;
  background-color: #1c2847;
}
.site-header-search .field {
  transition: all 0.4s ease;
}
.site-header-search .field:focus {
  outline: none;
}
.site-header-search .field:focus + .icons-container .icon-close {
  opacity: 1;
  transform: translateX(0);
}
.site-header-search .field:focus + .icons-container .icon-search {
  opacity: 0;
  transform: translateX(200%);
}

.site-navigation {
  clear: both;
}
.site-navigation.fixed .site-navigation-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ffe6e6;
  z-index: 10;
}
.site-navigation.fixed .site-navigation-inner ul {
  margin: 0 auto;
  width: 1000px;
}
.site-navigation .search-form {
  display: inline-block;
  margin-bottom: 25px;
  *zoom: 1;
}
.site-navigation .search-form:after {
  content: "";
  display: table;
  clear: both;
}
.site-navigation .search-form label {
  float: left;
}
.site-navigation .search-form input[type="search"] {
  width: 290px;
  border: 2px solid #535252;
  border-radius: 17px 0 0 17px;
  height: 34px;
  padding-left: 15px;
}
.site-navigation .search-form input[type="submit"] {
  width: 90px;
  height: 34px;
  border: 2px solid #535252;
  border-radius: 0 17px 17px 0;
  color: white;
  line-height: 1;
  text-indent: -999em;
  padding: 0;
}
.site-navigation .search-form input[type="submit"]:hover, .site-navigation .search-form input[type="submit"]:active, .site-navigation .search-form input[type="submit"]:focus {
  border-color: #535252;
  color: white;
}

.language-navigation {
  float: right;
  padding-top: 20px;
  margin-top: -122px;
}

.sticky-nav {
  position: fixed;
  top: 328px;
  right: 0;
  z-index: 10;
}
.sticky-nav img {
  width: 120px;
  height: auto;
  margin-right: 20px;
  cursor: pointer;
}

.month-number {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 11;
  display: none;
  overflow: scroll;
}
.month-number.open {
  display: block;
}
.month-number .month-number-inner {
  margin: 0 auto;
  padding-top: 200px;
  width: 700px;
  position: relative;
}
.month-number .month-number-close {
  position: absolute;
  top: 200px;
  right: 0;
  width: 18px;
  height: 18px;
  background-image: url(images/btn-navi-close.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}
.month-number .month-number-close span {
  display: none;
}
.month-number .month-number-title {
  padding: 20px 25px;
  display: inline-block;
  color: #fff;
  background-color: #1c2847;
  font-family: Bebas Neue, Hiragino Sans;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 1.68;
}
.month-number .month-number-list {
  margin: 0;
  padding: 18px 0 90px;
  width: 548px;
}
.month-number .month-number-list::after {
  content: '';
  display: block;
  clear: both;
}
.month-number .month-number-list li {
  margin-right: 30px;
  float: left;
  line-height: 2.2;
  letter-spacing: 2px;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  list-style: none;
  font-weight: 500;
}
.month-number .month-number-list li a {
  color: #fff;
  text-decoration: underline;
}
.month-number .month-number-list li a:hover, .month-number .month-number-list li a:active {
  text-decoration: none;
}

.breadcrumbs {
  padding: 18px 0 10px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #acacad;
}
.breadcrumbs a {
  color: #acacad;
  font-weight: normal;
}

/*
.breadcrumb-navigation {
	@extend %inner;
	@include ellipsis;
}
*/
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background: #1c2847;
  color: white;
}
.site-footer a {
  color: #fff;
}

.site-info {
  padding: 25px 0 20px;
  position: relative;
}

.page-top {
  position: absolute;
  top: -1px;
  right: 15px;
  width: 60px;
  font-size: 18px;
  font-size: 1.125rem;
}
.page-top a, .page-top img {
  display: block;
}

.site-footer .site-title {
  text-align: center;
  margin-bottom: 30px;
}

.footer-navigation-area .footer-twitterTimeline {
  margin-right: 24px;
  float: left;
  width: 368px;
}
.footer-navigation-area .footer-navigation {
  padding-right: 105px;
  overflow: hidden;
}

.copyright {
  margin: 45px 0 0;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.footer-widget,
.tgad_pc_in_footer {
  padding-top: 20px;
  padding-bottom: 40px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.posted-on,
.byline-label {
  display: none;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.archive-header {
  padding: 0 0 20px;
}

.archive-title {
  margin: 0;
  color: #212121;
  line-height: 1.4;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: Bebas Neue, Hiragino Sans;
  font-weight: bold;
  text-align: center;
}

.archive-title-label {
  color: #212121;
  line-height: 1.4;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

.archive-description {
  margin-top: 0.5em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}
.archive-description p {
  margin-bottom: 0;
}

.archive-list {
  overflow: hidden;
}
.archive-list .archive-list-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /*
  		margin-left: -9px;
  		display: table;
  		display: block\9;
  */
  word-spacing: -1em;
  width: 687px;
  margin-bottom: -20px;
}
.archive-list article {
  margin-right: 9px;
  margin-bottom: 12px;
  word-spacing: normal;
  width: 220px;
  background-color: #fff;
  font-family: Hiragino Sans;
  text-align: center;
}
.archive-list article:nth-of-type(3n) {
  margin-right: 0;
}
.archive-list article a {
  display: block;
}
.archive-list article a:hover .summary-header-thumbnail img, .archive-list article a:active .summary-header-thumbnail img {
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.archive-list article .summary-header-thumbnail {
  width: 220px;
  height: 135px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.archive-list article .summary-header-thumbnail img {
  display: block;
  width: 220px;
  max-width: none;
  height: auto;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.archive-list article .summary-header-thumbnail .ranking {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  background-color: #1c2847;
  padding-top: 2px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-family: Bebas Neue;
}
.archive-list article .summary-header-thumbnail .ranking.ranking-01 {
  background-color: #aa955b;
}
.archive-list article .summary-header-thumbnail .ranking.ranking-02 {
  background-color: #848484;
}
.archive-list article .summary-header-thumbnail .ranking.ranking-03 {
  background-color: #aa755b;
}
.archive-list article .entry-meta {
  padding: 15px 0 5px;
  color: #aa955b;
  font-weight: bold;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.71px;
}
.archive-list article .entry-meta .icon,
.archive-list article .entry-meta .categories {
  display: inline-block;
  vertical-align: middle;
}
.archive-list article .entry-meta .icon {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.archive-list article .entry-meta .icon img {
  display: block;
}
.archive-list article .entry-meta .categories {
  min-height: 25px;
  font-family: Oswald;
}
.archive-list article .summary-title {
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  letter-spacing: 1px;
  line-height: 1.5;
  height: 6em;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}
.archive-list article .date {
  padding-top: 6px;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 1px;
  line-height: 13px;
}
.archive-list article .author {
  padding-top: 6px;
  padding-bottom: 15px;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 1px;
  line-height: 13px;
}

.entry-link {
  display: block;
}

.page-header {
  margin: 6px 4px;
}

.entry-title,
.page-title {
  padding-top: 14px;
  color: #000;
  line-height: 1.4;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
}

.entry-meta {
  margin-bottom: 10px;
  display: table;
  width: 100%;
}
.entry-meta .entry-data {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
}
.entry-meta .entry-data .entry-date {
  color: #212121;
  line-height: 1.2;
  font-family: Oswald, Hiragino Sans;
  font-size: 12px;
  font-size: 0.75rem;
}
.entry-meta .entry-data .entry-author {
  line-height: 1.2;
}
.entry-meta .entry-data .entry-author a {
  color: #212121;
  font-size: 13px;
  font-size: 0.8125rem;
}
.entry-meta .entry-pr {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
}

.entry-photo {
  margin-bottom: 15px;
}
.entry-photo img {
  display: block;
}

.entry-tags {
  padding-bottom: 10px;
}
.entry-tags ul {
  margin: 0;
  padding: 0;
}
.entry-tags ul::after {
  content: '';
  display: block;
  clear: both;
}
.entry-tags li {
  margin: 0 15px 15px 0;
  float: left;
  list-style: none;
}
.entry-tags a {
  padding: 8px 13px;
  border: 1px solid #979797;
  display: block;
  color: #4A4A4A;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 15px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  transition: .3s;
}
.entry-tags a::before {
  content: '';
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-image: url(images/tag.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 14px auto;
}
.entry-tags a:hover, .entry-tags a:active {
  box-shadow: 0 0 0 3px #979797;
  text-decoration: none;
}

.sns-box {
  margin-top: 20px;
}
.sns-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sns-box ul li {
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: top;
}

.page-content,
.entry-content {
  margin: 0;
  padding: 0;
}

.page-content .archive-list a {
  text-decoration: none;
}
.page-content .archive-list a:hover {
  text-decoration: underline;
}

.entry-content-sns-box {
  clear: both;
  margin-bottom: 26px;
  display: table;
  display: block\9;
  width: 100%;
  text-align: center;
}
.entry-content-sns-box .entry-content-sns-btn {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.entry-content-sns-box .entry-content-sns-btn a {
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
}
.entry-content-sns-box .entry-content-sns-btn a.twitter {
  padding-top: 8px;
  border-color: #30a5de;
}
.entry-content-sns-box .entry-content-sns-btn a.twitter img {
  width: 25px;
}
.entry-content-sns-box .entry-content-sns-btn a.facebook {
  padding-top: 6px;
  border-color: #304f95;
}
.entry-content-sns-box .entry-content-sns-btn a.facebook img {
  width: 14px;
}
.entry-content-sns-box .entry-content-sns-btn a.line {
  padding-top: 8px;
  border-color: #00b500;
}
.entry-content-sns-box .entry-content-sns-btn a.line img {
  width: 24px;
}
.entry-content-sns-box .entry-content-sns-btn a img {
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

.post-nav {
  /*margin-bottom: 25px;*/
  border-top: 2px solid #979797;
  border-bottom: 2px solid #979797;
  display: table;
  width: 100%;
  position: relative;
}
.post-nav::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #979797;
}
.post-nav .prev,
.post-nav .next {
  display: table-cell;
  width: 50%;
  font-size: 11px;
  font-size: 0.6875rem;
}
.post-nav .prev a,
.post-nav .next a {
  padding: 18px 0;
  display: block;
  color: #979797;
  position: relative;
  text-decoration: none;
}
.post-nav .prev a:hover, .post-nav .prev a:active,
.post-nav .next a:hover,
.post-nav .next a:active {
  text-decoration: none;
  background-color: #fbfbfb;
}
.post-nav .prev a::before,
.post-nav .next a::before {
  content: '';
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  border-top: 1px solid #aeaeaf;
  border-right: 1px solid #aeaeaf;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
.post-nav .prev {
  text-align: left;
}
.post-nav .prev a {
  padding-left: 38px;
  padding-right: 20px;
}
.post-nav .prev a::before {
  left: 14px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.post-nav .next {
  text-align: right;
}
.post-nav .next a {
  padding-right: 38px;
  padding-left: 20px;
}
.post-nav .next a::before {
  right: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.post-nav .prev-label,
.post-nav .next-label {
  color: #aa955b;
  font-family: Bebas Neue, Hiragino Sans;
  font-size: 16px;
  font-size: 1rem;
}
.post-nav .anchor-block {
  display: block;
  height: 3em;
}

.block-title-label {
  color: #212121;
  line-height: 1.2;
  font-family: Oswald, Hiragino Sans;
  font-size: 23px;
  font-size: 1.4375rem;
  text-align: center;
}

.block-title {
  margin: 0;
  padding: 2px 0;
  color: #212121;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.related-articles {
  padding: 22px 0 0;
  border: 6px solid #e5e5e5;
  color: #212121;
}
.fullwidth .related-articles {
  margin: 0 52px;
}
.related-articles .related-article-list {
  margin: 0;
  padding: 0;
}
.related-articles .related-article-list::after {
  content: '';
  display: block;
  clear: both;
}
.related-articles .related-article-list li {
  margin: 5px 0 10px 10px;
  padding: 0 0 0 23px;
  float: left;
  width: 208px;
  list-style: none;
}
.related-articles .related-article-list a {
  color: #979797;
}
.related-articles .related-article-list a .thumbnail img {
  display: block;
  height: auto;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.related-articles .related-article-list a .title {
  padding-top: 24px;
  font-size: 9px;
  font-size: 0.5625rem;
}
.related-articles .related-article-list a:hover .thumbnail img, .related-articles .related-article-list a:active .thumbnail img {
  width: 220px;
}

.content-matic {
  margin: 25px 0;
  width: 678px;
}

.below-content {
  margin: 25px 0;
}
.below-content::after {
  content: '';
  display: block;
  clear: both;
}
.below-content .below-content-item {
  margin: 0 19px 0 20px;
  float: left;
  width: 300px;
}

.fb-like iframe {
  max-width: none !important;
  overflow: visible;
}

.entry-facebook-login {
  clear: both;
  margin-top: 2em;
  background: #f9f9f9;
  color: #000;
}
.entry-facebook-login .entry-facebook-login-title {
  color: #e40214;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  background: #fff;
  margin: 0;
  padding: 1em;
  border: solid 1px #dcdcdc;
}
.entry-facebook-login .entry-facebook-login-content {
  padding: 40px;
  text-align: center;
}
.entry-facebook-login .entry-facebook-login-sub-title {
  color: #212121;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  font-family: 'Italianno', cursive;
  letter-spacing: 0.05em;
}
.entry-facebook-login .entry-facebook-login-btn {
  margin-top: 20px;
  margin-bottom: 35px;
}
.entry-facebook-login .entry-facebook-login-btn a {
  font-weight: normal;
  font-family: sans-serif;
}
.entry-facebook-login .entry-facebook-login-notice {
  font-size: 12px;
  font-size: 0.75rem;
}
.entry-facebook-login .entry-facebook-login-notice a {
  color: #000;
  text-decoration: underline !important;
}

.page-link-box {
  margin-top: 2em;
  border-top: solid 2px #dcdcdc;
  padding-top: 3em;
  text-align: left;
}

.custom-page-links {
  /*display: none;*/
}

.page-links {
  display: none;
  /*	text-align: center;
  	margin-bottom: 50px;
  	list-style: none;
  
  	.entry-content & {
  		@include font-size(16);
  		font-weight: bold;
  		padding: 0;
  	}
  	li {
  		margin: 0 10px;
  		display: inline-block;
  
  		&.number {
  			display: none;
  		}
  		&.numpages {
  			width: 40px;
  			height: 40px;
  			color: #969696;
  			border: 1px #969696 solid;
  
  			&:hover,
  			&.current,
  			&.dots {
  				color: #fff;
  				background: #969696;
  			}
  			a,
  			span {
  				padding: 8px 0;
  				display: block;
  
  				&:hover {
  					color: #fff;
  				}
  			}
  			a {
  				text-decoration: none;
  			}
  		}
  		&.next {
  			position: relative;
  
  			a {
  				&:after {
  					width: 21px;
  					height: 21px;
  					vertical-align: middle;
  					margin-left: 7px;
  					background: image-url('next_arrow.png');
  					@include background-size( 21px 21px);
  					content: '';
  					display: inline-block;
  				}
  			}
  		}
  		&.previous {
  			position: relative;
  
  			a {
  				&:before {
  					width: 21px;
  					height: 21px;
  					vertical-align: middle;
  					margin-right: 7px;
  					background: image-url('prev_arrow.png');
  					@include background-size( 21px 21px);
  					content: '';
  					display: inline-block;
  				}
  			}
  		}
  	}*/
}

.entry-footer {
  position: relative;
  width: 100%;
  height: 200px;
}

.entry-footer-thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.entry-footer-thumbnail img {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.entry-footer-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 200px;
  padding: 45px 60px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.entry-footer-content p {
  margin: 0;
}

.entry-footer-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}

.fb-like-box {
  margin: 20px 0;
}

.writer-list {
  overflow: hidden;
}
.writer-list ul {
  margin: 0 0 0 -22px;
  padding: 0;
  display: table;
  display: block\9;
  word-spacing: -1em;
  width: 700px;
}
.page-content .writer-list ul {
  padding-left: 0;
}
.writer-list li {
  margin: 0 0 18px 22px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  list-style: none;
}
.writer-list a {
  color: #212121;
  line-height: 1.2;
  text-align: center;
}
.writer-list a .image {
  border: 1px solid #979797;
  border-radius: 50%;
  display: block;
  width: 116px;
  height: 116px;
  background-color: #979797;
  overflow: hidden;
}
.writer-list a .image img {
  display: block;
  width: 114px;
  height: auto;
}
.writer-list a .name {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}
.writer-list a .position {
  margin-top: 4px;
  font-weight: normal;
  font-size: 11px;
  font-size: 0.6875rem;
}

.tab-switcher {
  margin: 25px 0;
  position: relative;
}
.tab-switcher::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  background-color: #e8e8e9;
}
.tab-switcher ul {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
.tab-switcher li {
  display: table-cell;
  width: 50%;
}
.tab-switcher a {
  text-decoration: none;
}
.tab-switcher a .block-title,
.tab-switcher a .block-title-label {
  color: #000;
}
.tab-switcher a.active .block-title,
.tab-switcher a.active .block-title-label {
  color: #000;
}

.tab-content .tab-content-item:nth-child(2) {
  display: none;
}

.author-panel {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #c8c8c9;
}
.author-panel::after {
  content: '';
  display: block;
  clear: both;
}
.author-panel .auhtor-thumbnail {
  margin-right: 25px;
  float: left;
  width: 178px;
}
.author-panel .auhtor-data {
  overflow: hidden;
  color: #212121;
}
.author-panel .auhtor-data .auhtor-name {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.author-panel .auhtor-data .author-position {
  font-size: 14px;
  font-size: 0.875rem;
}
.author-panel .auhtor-data .auhtor-description {
  margin-top: 25px;
  font-size: 11px;
  font-size: 0.6875rem;
}
.author-panel .auhtor-data .author-sns {
  margin-top: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}
.author-panel .auhtor-data .author-sns ul {
  margin: 0;
  padding: 0;
}
.author-panel .auhtor-data .author-sns ul::after {
  content: '';
  display: block;
  clear: both;
}
.author-panel .auhtor-data .author-sns li {
  margin-right: 18px;
  float: left;
  list-style: none;
}
.author-panel .auhtor-data .author-sns li a {
  padding: 8px 10px;
  color: #fff;
  background-color: #1c2847;
  font-weight: bold;
  font-family: Bebas Neue, Hiragino Sans;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 1px;
}
.author-panel .auhtor-data .author-sns li a:hover, .author-panel .auhtor-data .author-sns li a:active {
  background-color: #263660;
  text-decoration: none;
}

.specials .bx-wrapper {
  padding-top: 10px;
}
.specials .bx-wrapper .bx-viewport {
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  left: 0;
}
.specials .bx-wrapper .bx-controls-direction .bx-prev,
.specials .bx-wrapper .bx-controls-direction .bx-next {
  margin-top: -23px;
  width: 46px;
  height: 46px;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.specials .bx-wrapper .bx-controls-direction .bx-prev::after,
.specials .bx-wrapper .bx-controls-direction .bx-next::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
.specials .bx-wrapper .bx-controls-direction .bx-prev {
  left: 0;
}
.specials .bx-wrapper .bx-controls-direction .bx-prev::after {
  left: 18px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.specials .bx-wrapper .bx-controls-direction .bx-next {
  right: 0;
}
.specials .bx-wrapper .bx-controls-direction .bx-next::after {
  right: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.specials .special-slider {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.specials .special-slider li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 678px;
  height: 420px;
}
.specials .special-slider .image {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.specials .special-slider .image img {
  display: block;
}
.specials .special-slider .text {
  padding: 24px 80px;
  position: absolute;
  bottom: 0;
  z-index: 3;
  color: #fff;
  font-family: Hiragino Sans;
}
.specials .category {
  font-size: 10px;
  font-size: 0.625rem;
}
.specials .icon {
  margin-right: 5px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
}
.specials .title {
  margin-top: 5px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
.specials .author {
  margin-top: 16px;
  letter-spacing: 1px;
  line-height: 15px;
  font-size: 9px;
  font-size: 0.5625rem;
}
.specials .more {
  margin-top: 14px;
}
.specials .more a, .specials .more span {
  padding: 7px 29px;
  border: 1px solid #fff;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  letter-spacing: 1px;
  font-size: 10px;
  font-size: 0.625rem;
}
.specials .more a:hover, .specials .more a:active, .specials .more span:hover, .specials .more span:active {
  text-decoration: none;
}

.top-slider-wrapper {
  padding-top: 25px;
}
.top-slider-wrapper .top-slider {
  margin: 0;
  padding: 0;
}
.top-slider-wrapper .top-slider::after {
  content: '';
  display: block;
  clear: both;
}
.top-slider-wrapper .top-slider li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 278px;
}
.top-slider-wrapper .top-slider li:nth-child(1) {
  width: 400px;
}
.top-slider-wrapper .top-slider li:nth-child(1) a {
  width: 400px;
  height: 250px;
}
.top-slider-wrapper .top-slider li:nth-child(1) a .image {
  width: 400px;
  height: 250px;
}
.top-slider-wrapper .top-slider li:nth-child(1) a .text {
  padding: 0 15px 29px;
}
.top-slider-wrapper .top-slider li:nth-child(1) a .text .category {
  font-size: 13px;
  font-size: 0.8125rem;
}
.top-slider-wrapper .top-slider li:nth-child(1) a .text .title {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}
.top-slider-wrapper .top-slider li:hover .image img, .top-slider-wrapper .top-slider li:active .image img {
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.top-slider-wrapper .top-slider a {
  width: 278px;
  height: 125px;
  display: block;
  position: relative;
}
.top-slider-wrapper .top-slider a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.top-slider-wrapper .top-slider a .image img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  max-width: none;
  width: 100%;
}
.top-slider-wrapper .top-slider .image {
  width: 278px;
  height: 125px;
  overflow: hidden;
}
.top-slider-wrapper .top-slider .text {
  padding: 0 15px 15px;
  position: absolute;
  bottom: 0;
  color: #fff;
}
.top-slider-wrapper .top-slider .category {
  font-size: 12px;
  font-size: 0.75rem;
}
.top-slider-wrapper .top-slider .icon {
  margin-right: 5px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
}
.top-slider-wrapper .top-slider .title {
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}
.top-slider-wrapper .top-slider .date {
  margin-top: 4px;
  font-family: Bebas Neue;
  font-size: 11px;
  font-size: 0.6875rem;
}
.top-slider-wrapper .top-slider .author {
  font-size: 11px;
  font-size: 0.6875rem;
}
.top-slider-wrapper .top-slider .more {
  margin-top: 14px;
  padding: 5px 28px;
  border: 1px solid #fff;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.month-old-post .entry-header {
  text-align: center;
}
.month-old-post .entry-header .entry-title {
  font-family: Hiragino Sans;
}
.month-old-post .entry-header .entry-subtitle {
  font-size: 9px;
  font-size: 0.5625rem;
}
.month-old-post .month-old-entry-content a {
  color: #E25454;
  text-decoration: underline;
}
.month-old-post .month-old-entry-content a:hover {
  text-decoration: none;
}
.month-old-post .month-old-entry-content .month-old-lead {
  margin: 10px;
  padding: 20px 20px 0;
  border: 6px solid #e5e5e5;
  color: #505050;
  font-size: 15px;
  font-size: 0.9375rem;
  overflow: hidden;
}
.month-old-post .month-old-entry-content .month-old-lead h2 {
  padding-left: 45px;
  color: #4a4a4a;
  background-image: url(images/baby_data_icon.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 34px auto;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
.month-old-post .month-old-entry-content .month-old-lead p {
  margin-bottom: 20px;
}
.month-old-post .month-old-entry-content .month-old-lead img {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  display: block;
  width: 180px;
}
.month-old-post .month-old-entry-content .month-old-recomended .month-old-recomended-header {
  margin: 20px 0 10px;
}
.month-old-post .month-old-entry-content .month-old-recomended .month-old-recomended-content::after {
  content: '';
  display: block;
  clear: both;
}
.month-old-post .month-old-entry-content .month-old-recomended .month-old-recomended-content .month-old-recomended-image {
  padding: 15px;
  display: table-cell;
  vertical-align: top;
  width: 260px;
  background-color: #f2f2f2;
}
.month-old-post .month-old-entry-content .month-old-recomended .month-old-recomended-content .month-old-recomended-image img {
  display: block;
}
.month-old-post .month-old-entry-content .month-old-recomended .month-old-recomended-content .month-old-recomended-text {
  padding: 35px 30px;
  display: table-cell;
  vertical-align: top;
  color: #505050;
  background-color: #f2f2f2;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
}
.month-old-post .month-old-entry-content .month-old-recomended .month-old-recomended-content .month-old-recomended-text .author {
  padding-top: 6px;
  font-size: 10px;
  font-size: 0.625rem;
}
.month-old-post .month-old-entry-content .month-old-recomended .month-old-recomended-content .month-old-recomended-text::before, .month-old-post .month-old-entry-content .month-old-recomended .month-old-recomended-content .month-old-recomended-text::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 12px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 15px auto;
}
.month-old-post .month-old-entry-content .month-old-recomended .month-old-recomended-content .month-old-recomended-text::before {
  top: 15px;
  left: 15px;
  background-image: url(images/quote_1s.gif);
}
.month-old-post .month-old-entry-content .month-old-recomended .month-old-recomended-content .month-old-recomended-text::after {
  right: 15px;
  bottom: 15px;
  background-image: url(images/quote_1e.gif);
}
.month-old-post .month-old-entry-content .month-old-recomended .month-old-recomended-item {
  margin-bottom: 22px;
  color: #6b6b6c;
  font-weight: bold;
}
.month-old-post .month-old-entry-content .month-old-recomended .month-old-recomended-item .month-old-recomended-item-name {
  margin-top: 24px;
  font-size: 12px;
  font-size: 0.75rem;
}
.month-old-post .month-old-entry-content .month-old-recomended .month-old-recomended-item .month-old-recomended-item-name a {
  color: #6b6b6c;
}
.month-old-post .month-old-entry-content .month-old-recomended .month-old-recomended-item .month-old-recomended-item-info {
  margin-top: 5px;
  font-size: 11px;
  font-size: 0.6875rem;
}

.term-set .term-set-parent {
  margin-bottom: 7px;
}
.term-set .term-set-parent a {
  padding: 13px 29px;
  display: inline-block;
  color: #fff;
  background-color: #1f2949;
  font-size: 13px;
  font-size: 0.8125rem;
  text-decoration: none;
}
.term-set .term-set-child {
  margin-bottom: 16px;
}
.term-set .term-set-child ul {
  margin: 0;
  padding: 0;
}
.term-set .term-set-child ul::after {
  content: '';
  display: block;
  clear: both;
}
.term-set .term-set-child li {
  margin: 10px 13px 0 0;
  padding: 0;
  float: left;
  list-style: none;
}
.term-set .term-set-child a {
  color: #4a4a4a;
  text-decoration: underline;
  font-size: 12px;
  font-size: 0.75rem;
}

.about-heading {
  margin: 15px 0 20px;
  color: #212121;
  line-height: 1.2;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}

.about-block {
  margin: 32px 0 25px;
}
.about-block.left-image .image {
  padding-right: 27px;
}
.about-block.right-image .image {
  padding-left: 27px;
}
.about-block h3 {
  line-height: 1.2;
  font-weight: bold;
  font-size: 16px;
}
.about-block img {
  width: 100%;
  height: auto;
  display: block;
}
.about-block .image,
.about-block .text {
  display: table-cell;
  vertical-align: middle;
}
.about-block .image {
  width: 50%;
}

.paging {
  margin: 30px 0 25px;
}
.paging .paging-item {
  display: table-cell;
  vertical-align: top;
  width: 333px;
}
.paging .paging-item .normal {
  display: block;
}
.paging .paging-item .hover {
  display: none;
}
.paging .paging-item a, .paging .paging-item img {
  display: block;
}
.paging .paging-item a:hover .normal, .paging .paging-item a:active .normal {
  display: none;
}
.paging .paging-item a:hover .hover, .paging .paging-item a:active .hover {
  display: block;
}
.paging .paging-item a:hover .single, .paging .paging-item a:active .single {
  opacity: .9;
}
.paging .paging-item.current .normal {
  display: none;
}
.paging .paging-item.current .hover {
  display: block;
}
.paging .paging-item.current .single {
  opacity: .9;
}

.special-item::after {
  content: '';
  display: block;
  clear: both;
}
.special-item .special-item-heading {
  margin: 30px auto 25px;
  padding: 14px 10px 13px;
  border: 3px solid #9cd0ef;
  display: block;
  min-width: 359px;
  width: 359px;
  color: #9cd0ef;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
}
.special-item .images {
  margin-right: 88px;
  float: left;
  width: 400px;
}
.special-item .images img {
  display: block;
  width: 100%;
  max-width: none;
}
.special-item .images * {
  margin-bottom: 0;
}
.special-item .text {
  overflow: hidden;
}
.special-item .text h2, .special-item .text h3, .special-item .text h4, .special-item .text h5, .special-item .text h6 {
  margin-bottom: 20px;
  padding: 6px 0 4px 6px;
  border-left: 3px solid #9cd0ef;
}
.special-item .gallery {
  margin: 25px 0 0;
  padding: 0;
}
.special-item .gallery .gallery-item {
  margin: 0 0 0 14px;
  width: 124px;
}
.special-item .gallery .gallery-item:nth-child(1) {
  margin-left: 0;
}

.month-coordinate {
  margin-top: 35px;
}
.month-coordinate .month-coordinate-heading {
  margin: 0 auto 25px;
  padding: 18px 10px;
  display: block;
  min-width: 359px;
  width: 359px;
  color: #fff;
  background-color: #417505;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
.month-coordinate .month-coordinate-text {
  margin-top: 25px;
  color: #4a4a4a;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
}
.month-coordinate .month-coordinate-list {
  margin-top: 16px;
  display: table;
  display: block\9;
  word-spacing: -1em;
  width: 100%;
  text-align: center;
}
.month-coordinate .month-coordinate-list .month-coordinate-list-item {
  margin: 0 30px 24px;
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  position: relative;
  width: 245px;
}
.month-coordinate .month-coordinate-list .month-coordinate-list-item .month-coordinate-list-area {
  position: absolute;
  top: 0;
  left: 0;
  padding: 9px 10px;
  min-width: 98px;
  color: #fff;
  background-color: #9cd0ef;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
}
.month-coordinate .month-coordinate-list .month-coordinate-list-item a, .month-coordinate .month-coordinate-list .month-coordinate-list-item img {
  display: block;
}

.special-before-profile a {
  color: #E25454;
  text-decoration: underline;
}
.special-before-profile a:hover {
  text-decoration: none;
}

.special-author {
  margin: 20px 0 0;
  padding: 16px 0 0;
  background-color: #f5f5f5;
}
.special-author .special-author-heading {
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
}
.special-author .special-author-heading-label {
  font-family: Bebas Neue;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}
.special-author .author-panel {
  margin: 0 auto;
  border-bottom: 0;
  width: 680px;
}

.special-before-after {
  margin: 25px 0 0;
  padding: 25px 10px 14px;
  color: #4a4a4a;
  background-color: #f5f5f5;
}
.special-before-after::after {
  content: '';
  display: block;
  clear: both;
}
.special-before-after .special-before-after-item {
  margin: 0 45px;
  float: left;
  width: 400px;
  text-align: center;
}
.special-before-after .special-before-after-item.before .special-before-after-title {
  color: #9cd0ef;
  background-color: transparent;
}
.special-before-after .special-before-after-item.after .special-before-after-title {
  color: #fff;
  background-color: #9cd0ef;
}
.special-before-after .special-before-after-title {
  margin-bottom: 25px;
  padding: 15px 10px 14px;
  border: 3px solid #9cd0ef;
  display: inline-block;
  min-width: 181px;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
.special-before-after .special-before-after-image {
  text-align: left;
  margin-bottom: 25px;
}
.special-before-after .special-before-after-image::after {
  content: '';
  display: block;
  clear: both;
}
.special-before-after .special-before-after-image img {
  max-width: none;
  width: 100%;
  display: block;
}
.special-before-after .special-before-after-image * {
  margin-bottom: 0;
}
.special-before-after .special-before-after-gallery {
  margin-bottom: 20px;
  text-align: left;
}
.special-before-after .special-before-after-gallery .gallery {
  padding: 0;
}
.special-before-after .special-before-after-gallery .gallery .gallery-item {
  margin: 0 0 0 14px;
}
.special-before-after .special-before-after-gallery .gallery .gallery-item:nth-child(1) {
  margin-left: 0;
}
.special-before-after .special-before-after-text {
  text-align: left;
}
.special-before-after .special-before-after-text * {
  margin-bottom: 0;
}

.special-hashtag {
  margin: 34px 0 30px;
  font-size: 0;
  text-align: center;
}
.special-hashtag img {
  display: inline-block;
  vertical-align: top;
}

.instagram-feed {
  margin-bottom: 43px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.instagram-feed .instagram-photo {
  width: 20%;
}
.instagram-feed .instagram-photo a {
  display: block;
}
.instagram-feed .instagram-photo img {
  vertical-align: middle;
}

.page-content .column-archive h3 {
  padding: 15px 0 5px;
  color: #aa955b;
  font-weight: bold;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.71px;
  border-left: none;
}
.page-content .column-archive .column-description {
  padding: 0 10px;
  text-align: left;
  font-size: 0.875rem;
  color: #4a4a4a;
  letter-spacing: 1px;
  line-height: 1.5;
  height: 6em;
  word-break: break-all;
}

.page-content,
.entry-content,
.mceContentBody {
  color: #090909;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
.page-content a,
.entry-content a,
.mceContentBody a {
  text-decoration: none;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.mceContentBody h1,
.mceContentBody h2,
.mceContentBody h3,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6 {
  color: #4A4A4A;
}
.page-content h1,
.entry-content h1,
.mceContentBody h1 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.38889;
}
.page-content h2,
.entry-content h2,
.mceContentBody h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.47059;
  font-weight: bold;
}
.page-content h3,
.entry-content h3,
.mceContentBody h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  border-left: 3px #9cd0ef solid;
  padding: 17px 0 17px 15px;
}
.page-content h4,
.entry-content h4,
.mceContentBody h4 {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
}
.page-content h5,
.entry-content h5,
.mceContentBody h5 {
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.44444;
}
.page-content p,
.entry-content p,
.mceContentBody p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.46667;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}
.page-content p em.error,
.entry-content p em.error,
.mceContentBody p em.error {
  color: #e25454;
  font-style: normal;
}
.page-content ul,
.entry-content ul,
.mceContentBody ul {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #4a4a4a;
  padding-left: 16px;
}
.page-content ul ul,
.entry-content ul ul,
.mceContentBody ul ul {
  padding-left: 20px;
}
.page-content ul ol,
.entry-content ul ol,
.mceContentBody ul ol {
  padding-left: 20px;
}
.page-content ol,
.entry-content ol,
.mceContentBody ol {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #4a4a4a;
  padding-left: 16px;
}
.page-content ol ul,
.entry-content ol ul,
.mceContentBody ol ul {
  padding-left: 20px;
}
.page-content ol ol,
.entry-content ol ol,
.mceContentBody ol ol {
  padding-left: 20px;
}
.page-content dl,
.entry-content dl,
.mceContentBody dl {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
  color: #4a4a4a;
}
.page-content dl dt,
.entry-content dl dt,
.mceContentBody dl dt {
  font-weight: normal;
  border-left: 3px #979797 solid;
  padding: 6px 0 6px 10px;
  float: left;
}
.page-content dl dd,
.entry-content dl dd,
.mceContentBody dl dd {
  margin-left: 100px;
  padding: 6px 0;
}
.page-content table,
.entry-content table,
.mceContentBody table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px #979797 solid;
}
.page-content table tr,
.entry-content table tr,
.mceContentBody table tr {
  border-bottom: 2px #979797 solid;
}
.page-content table th,
.entry-content table th,
.mceContentBody table th {
  padding: 22px 0;
  position: relative;
}
.page-content table th:after,
.entry-content table th:after,
.mceContentBody table th:after {
  width: 1px;
  background-color: #979797;
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
}
.page-content table td,
.entry-content table td,
.mceContentBody table td {
  text-align: center;
  padding: 22px 0;
}
.page-content table.noborder,
.entry-content table.noborder,
.mceContentBody table.noborder {
  border-bottom: 2px #979797 solid;
}
.page-content table.noborder tr,
.entry-content table.noborder tr,
.mceContentBody table.noborder tr {
  border-bottom: none;
}
.page-content table.noborder th:after,
.entry-content table.noborder th:after,
.mceContentBody table.noborder th:after {
  display: none;
}
.page-content strong,
.entry-content strong,
.mceContentBody strong {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
}
.page-content a,
.entry-content a,
.mceContentBody a {
  color: #E25454;
  text-decoration: underline;
}
.page-content a:hover,
.entry-content a:hover,
.mceContentBody a:hover {
  text-decoration: none;
}
.page-content blockquote,
.entry-content blockquote,
.mceContentBody blockquote {
  background: #efefef;
  color: #484747;
  padding: 2.5em;
  border-left: solid 10px #d2d2d2;
}
.page-content blockquote > *:last-child,
.entry-content blockquote > *:last-child,
.mceContentBody blockquote > *:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area,
.fb-comments-area {
  background: white;
  color: #090909;
  padding: 45px 60px;
}

.fb-comments-area {
  text-align: center;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

figure {
  margin-right: 0;
  margin-left: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin-top: 20px;
}

.wp-caption-text,
.image-data-reference {
  font-size: 10px;
  font-size: 0.625rem;
  color: #999999;
  line-height: 1.2;
}
.wp-caption-text img,
.image-data-reference img {
  margin: 0;
}
.wp-caption-text a,
.image-data-reference a {
  color: #999999;
  font-weight: normal;
}

.image-data-reference-inner {
  display: inline-block;
  border: solid 1px #e7e7e7;
  padding: 2px;
}

.wp-caption .image-data-reference-inner {
  border: none;
  padding: 0;
  margin-bottom: 5px;
}

.reference-link {
  display: block;
  text-align: right;
  margin-top: 3px;
}

.dual-image .wp-caption {
  width: 332px !important;
}
.dual-image .wp-caption img {
  width: 100%;
  max-width: none;
}
.dual-image::after {
  content: '';
  display: block;
  clear: both;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  display: table;
  display: block\9;
  width: 100%;
  word-spacing: -1em;
}
.gallery .gallery-item {
  margin: 0 5px 10px;
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  width: 77px;
}
.gallery a, .gallery img {
  display: block;
}

.gallery-caption {
  display: none;
}

.page-link-box {
  margin-top: 13px;
  margin-bottom: 25px;
  word-spacing: normal;
  text-align: center;
}

.entry-content .page-link-box .custom-page-links a {
  padding: 15px 10px 16px;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  background: #1c2847;
  width: 315px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  transition: all 150ms ease-out;
}

.entry-content .page-link-box a {
  text-decoration: none;
}

.nav-next a:hover, .nav-next a:active, .page-link-box .custom-page-links a:hover, .page-link-box .custom-page-links a:active {
  box-shadow: 0 0 0 0.1875rem #fff, 0 0 0 0.375rem #1c2847;
  text-decoration: none;
}

.nav-next a span, .page-link-box a span {
  position: relative;
}

.page-link-box a .text {
  width: 260px;
  display: inline-block;
  vertical-align: middle;
}

.page-link-box a .sankaku {
  display: inline-block;
  vertical-align: middle;
}

.entry-content .page-link-box .custom-page-links a {
  padding: 15px 10px 16px;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  background: #1c2847;
  width: 315px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  transition: all 150ms ease-out;
}

.page-content .column-archive h3 {
  padding: 15px 0 5px;
  color: #aa955b;
  font-weight: bold;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.71px;
  border-left: none;
}

.page-content .column-archive .column-description {
  padding: 0 10px;
  text-align: left;
  font-size: 0.875rem;
  color: #4a4a4a;
  letter-spacing: 1px;
  line-height: 1.5;
  height: 6em;
  word-break: break-all;
}

.side-post-block .text,
.specials .block-title,
.home #primary .block-title,
.copyright,
#footer-navigation {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
}
