@charset "UTF-8";
/* 旧サイトの CSS（kougaku-full.css）から、使っている規則だけ残したもの。tools/purge-css.py が生成。
   直接編集しない（手直しは kougaku-custom.css へ）。元に戻すときは kougaku-full.css をコピーする */

@charset "UTF-8";

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

audio, canvas, video {
  display: inline-block;
}

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

[hidden], template {
  display: none;
}

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

body {
  margin: 0;
  background-color: #eaedf2;
  color: #252525;
  font-family: "Helvetica","Arial","BIZ UDGothic",YuGothic,"Yu Gothic","Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  line-height: 1.83;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  background: 0 0;
}

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

p {
  word-wrap: break-word;
}

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

b, strong, .strong {
  font-weight: 700;
}

dfn, em {
  font-style: italic;
}

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

pre {
  margin: 0;
}

code, kbd, pre, samp {
  font-family: "Menlo","Consolas","monaco","monospace","ＭＳ ゴシック",sans-serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

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

small {
  font-size: 75%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.dfont {
  font-family: "Quicksand","Avenir","Arial","BIZ UDGothic",YuGothic,"Yu Gothic","Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

menu {
  padding: 0 0 0 40px;
}

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

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

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

iframe {
  max-width: 100%;
}

figure {
  margin: 0;
}

.entry-content img.alignleft {
  display: inline;
  float: left;
  margin: .5em 1.2em .5em 0;
}

.entry-content img.alignright {
  display: inline;
  float: right;
  margin: .5em 0 .5em 1em;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button, input {
  line-height: normal;
}

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

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

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

input[type=search] {
  -webkit-appearance: textfield;
}

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

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

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

.clearfix, .cf {
  zoom: 1;
}

.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  display: table;
  content: "";
}

.clearfix:after, .cf:after {
  clear: both;
}

.last-col {
  float: right;
  padding-right: 0 !important;
}

@media (max-width:767px) {
  .m-all {
    float: left;
    width: 100%;
    padding-right: .75em;
    padding-right: 0;
  }
}

@media (min-width:768px) and (max-width:1029px) {
  .t-1of3 {
    float: left;
    width: 33.33%;
    padding-right: .75em;
  }

  .t-2of3 {
    float: left;
    width: 66.66%;
    padding-right: .75em;
  }
}

@media (min-width:1030px) {
  .d-2of7 {
    float: left;
    width: 31%;
    padding-right: .75em;
  }

  .d-5of7 {
    float: left;
    width: 69%;
    padding-right: .75em;
  }

  .single .d-5of7, .post .d-5of7, .page .d-5of7 {
    padding-right: 2em;
  }
}

input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], select, textarea, .field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 14px;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eaedf2;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color .24s ease-in-out;
}

input[type=text]:focus, input[type=text]:active, input[type=password]:focus, input[type=password]:active, input[type=datetime]:focus, input[type=datetime]:active, input[type=datetime-local]:focus, input[type=datetime-local]:active, input[type=date]:focus, input[type=date]:active, input[type=month]:focus, input[type=month]:active, input[type=time]:focus, input[type=time]:active, input[type=week]:focus, input[type=week]:active, input[type=number]:focus, input[type=number]:active, input[type=email]:focus, input[type=email]:active, input[type=url]:focus, input[type=url]:active, input[type=search]:focus, input[type=search]:active, input[type=tel]:focus, input[type=tel]:active, input[type=color]:focus, input[type=color]:active, select:focus, select:active, textarea:focus, textarea:active, .field:focus, .field:active {
  background-color: #f7f8fa;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: .5em;
  overflow: auto;
}

select {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 97.5% center;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.wrap {
  width: 92%;
  margin: 0 auto;
}

.single #inner-content, .page #inner-content {
  width: 100%;
}

.single .insidesp, .page .insidesp {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 4%;
}

a {
  text-decoration: none;
  transition: .3s ease-in-out;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

h1, .h1, h2, h3, h4, h5 {
  font-weight: 700;
}

h1 a, .h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 1.35em;
  line-height: 1.6;
}

h2 {
  margin-bottom: .375em;
  font-size: 1.3em;
  line-height: 1.56;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  margin-bottom: .5em;
  font-size: 1em;
  line-height: 1.5;
}

.entry-content h2 {
  margin: 2.5em 0 .7em;
  font-size: 1.4em;
  line-height: 1.6;
}

.entry-content h3 {
  margin: 2.6em 0 .7em;
  padding: 10px 0 10px 10px;
  border-left-width: 4px;
  border-left-style: solid;
  font-size: 1.2em;
  line-height: 1.5;
}

.entry-content h4 {
  margin: 2.3em 0 .7em;
  font-size: 1.1em;
}

.header {
  position: relative;
  z-index: 99;
  box-shadow: 0 3px 6px rgba(0,0,0,.18);
}

#inner-header {
  max-width: 96%;
}

#logo {
  display: table;
  margin: 0;
  padding: 0 0 0 5px;
  width: 100%;
  font-size: 6vmin;
  text-align: center;
  letter-spacing: 1px;
}

#logo:before {
  content: "";
  height: 62px;
  display: block;
  float: left;
}

#logo a {
  display: table-cell;
  line-height: 1.5;
  vertical-align: middle;
}

#logo a:hover {
  opacity: .5;
}

#logo img {
  display: inline-block;
  height: 62px;
  padding: 10px 0;
  vertical-align: middle;
}

.desktop-nav {
  display: none;
}

.mobile-nav {
  overflow: hidden;
}

.mobile-nav, .mobile-nav li, .mobile-nav li a {
  height: 40px;
}

.mobile-nav ul {
  overflow-x: auto;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  animation: RightToLeft 2s cubic-bezier(.24,.56,.47,.91) 0s 1 normal;
  -webkit-overflow-scrolling: touch;
}

@keyframes RightToLeft {
  0% {
    transform: translateX(15px);
  }
}

.mobile-nav li {
  display: inline-block;
  opacity: .8;
}

.mobile-nav li.current-menu-item {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  opacity: 1;
}

.mobile-nav li a {
  display: inline-block;
  padding: 0 9px;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 40px;
}

.mobile-nav li a:hover {
  opacity: 1;
  text-decoration: none;
}

#content {
  margin-top: 2em;
  padding-bottom: 3em;
}

.single #content, .page #content {
  margin-top: 0;
}

#entry {
  margin-bottom: 1.5em;
  border-radius: 3px;
  background-color: #fff;
}

#entry header {
  color: #070f15;
}

#entry footer {
  margin: 2em 0 0;
}

#entry footer aside {
  position: relative;
}

footer p {
  margin: 0;
}

.post-thumbnail {
  margin: 0;
}

.post-thumbnail img {
  width: 100%;
}

#fab {
  display: none;
}

#fab:checked~.fab-btn {
  background: #f0f0f0;
  opacity: 0;
  -webkit-transform: translate(-150px,-150px) scale3d(4,5,1);
  transform: translate(-150px,-150px) scale3d(4,5,1);
}

@keyframes iconIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#fab:checked~.fab-btn i {
  display: none;
}

#fab__contents {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #eaedf2;
}

#fab:checked~#fab__contents {
  display: block;
  -webkit-animation: coverIn .7s ease 0s 1 normal;
  animation: coverIn .7s ease 0s 1 normal;
}

@keyframes coverIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes coverIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fab__contents-main {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: #e9edf2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fab__contents_title {
  margin: 0;
  font-size: 30px;
  text-align: center;
}

.fab__contents_img {
  overflow: hidden;
  position: relative;
  width: 300px;
  height: 145px;
  margin: 10px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
  color: #fff;
  font-weight: 700;
}

.close {
  display: none;
  position: absolute;
  z-index: 999999;
  top: 0;
  right: 0;
  padding: 0 15px 10px;
  cursor: pointer;
  -webkit-animation: animScale 2s ease 0s 1 normal;
  animation: animScale 2s ease 0s 1 normal;
}

.close span {
  display: inline-block;
  position: relative;
  width: 3px;
  height: 45px;
  margin: 0 20px 0 7px;
  padding: 0;
  background: #8c9196;
  transition: .3s ease-in-out;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close span:before {
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  width: 45px;
  height: 3px;
  margin-top: -2px;
  background: #8c9196;
  content: "";
}

#fab:checked~#fab__contents .close {
  display: inline-block;
}

.close span:hover {
  transform: rotate(45deg) scale(1.1);
}

.fab__close-cover {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  padding: 10px;
  background: rgba(0,0,0,.35);
  opacity: 0;
}

.single-title, .page-title, .entry-title {
  position: relative;
  margin: 0;
  padding: 20px 15px 15px;
  color: #444;
}

.entry-meta {
  margin: 0 0 20px;
  padding: 0 15px;
  font-size: 15px;
  letter-spacing: .5px;
  color: #a5aaaf;
}

.entry-time {
  padding: 0 10px 0 0;
}

.entry-header .pubdate:before {
  padding-right: 5px;
  font-family: FontAwesome;
  opacity: .6;
}

.entry-header .pubdate:before {
  content: "";
}

.nothumb .entry-meta {
  position: relative;
  font-size: 15px;
}

.nothumb .entry-meta:after, .nothumb .page-title:after {
  position: absolute;
  bottom: -24px;
  left: 15px;
  display: inline-block;
  content: "";
  width: 100px;
  height: 4px;
  border-radius: 2px;
  background: #e5e7ea;
}

.nothumb .page-title:after {
  bottom: -15px;
}

.nothumb .fab-btn {
  margin: -20px 15px 0 auto;
}

.entry-content {
  padding: 40px 15px 0;
}

.entry-content p {
  margin: 0 0 1.5em;
}

.entry-content>p {
  line-height: 1.93;
}

.entry-content p a {
  text-decoration: underline;
}

.entry-content p a:hover {
  text-decoration: none;
}

.single .nothumb .entry-content {
  padding-top: 10px;
}

.entry-content table {
  width: 100%;
  margin-bottom: 1.5em;
  border: 2px solid #e0e0e0;
}

.entry-content table caption {
  margin: 0 0 7px;
  color: #9fa6b4;
  font-size: .75em;
  letter-spacing: 1px;
}

.entry-content tr:not(:last-child) {
  border-bottom: 2px solid #e0e0e0;
}

.entry-content td {
  padding: 7px;
  border-right: 2px solid #e0e0e0;
  word-break: break-all;
}

.entry-content td:last-child, .entry-content th:last-child {
  border-right: 0;
}

.entry-content th {
  padding: 7px;
  border-right: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  background-color: #f8f9fa;
}

.entry-content table.is-style-stripes {
  border: none;
}

.entry-content blockquote {
  box-sizing: border-box;
  position: relative;
  margin: 1.5em 0;
  padding: 13px 15px 13px 50px;
  border: solid 2px #464646;
  color: #464646;
}

.entry-content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 15px;
  font-family: FontAwesome;
  font-size: 25px;
  vertical-align: middle;
  line-height: 1;
  content: "";
}

.entry-content blockquote p {
  margin: 10px 0;
  padding: 0;
  line-height: 1.7;
}

.entry-content blockquote cite {
  display: block;
  color: #888;
  font-size: .9em;
  text-align: right;
}

.entry-content blockquote ul, .entry-content blockquote ol {
  border: none;
  padding: 5px 0 5px 22px;
  margin: 0;
  background: 0 0;
}

.entry-content ul, .entry-content ol {
  margin-bottom: 1.5em;
  padding: 1em 1em 1em 2.5em;
  border: solid 2px #e8e8e8;
  border-radius: 3px;
}

.entry-content ul {
  list-style-type: disc;
}

.entry-content li {
  padding: 5px 0;
}

.entry-content li ul li, .entry-content li ol li {
  padding: 0;
}

.entry-content ol {
  list-style-type: decimal;
}

.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
  margin: 0;
  padding: .5em 0 .5em 1.3em;
  border: none;
}

.entry-content dd {
  margin-bottom: 1.5em;
  margin-left: 0;
  color: #787878;
  font-size: .9em;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content .size-auto, .entry-content .size-full, .entry-content .size-large, .entry-content .size-medium, .entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}

.entry-content .aligncenter, .entry-content img.aligncenter {
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

.entry-content img.aligncenter {
  display: block;
}

.entry-content .wp-caption {
  max-width: 100%;
  margin: 0 0 1.5em;
  padding: 8px;
  border: #eaedf2 2px solid;
}

.entry-content .wp-caption.aligncenter {
  margin: 0 auto 1em;
}

.entry-content .wp-caption img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}

.entry-content .wp-caption p.wp-caption-text {
  margin: 10px 0 0;
  font-size: .85em;
  text-align: center;
}

.entry-content code {
  padding: .2em .3em;
  border-radius: 5px;
  background: #f3f6fc;
  font-size: .9em;
}

.entry-content pre {
  margin: 0 0 1.5em;
  padding: 1em;
  border: solid 1px #eaedf2;
  background: #f3f6fc;
  color: #54687c;
}

.entry-content pre code {
  padding: 0;
  background: 0 0;
}

body .entry-content>*:first-child {
  margin-top: .1em;
}

.page-links {
  margin: 2em 0 0;
  text-align: center;
}

.page-links a {
  display: inline-block;
}

.page-links span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 3px;
  border-radius: 50%;
  background: #ececec;
  font-size: 21px;
  text-align: center;
  line-height: 40px;
}

.page-links a span:hover {
  opacity: .8;
}

.prev.page-numbers, .next.page-numbers {
  width: 15px;
  background: 0 0;
}

.prev.page-numbers:hover, .next.page-numbers:hover {
  background: 0 0 !important;
  opacity: .7;
}

.sidelong {
  margin-bottom: 1em;
}

.cardtype__article {
  position: relative;
  width: 100%;
  margin: 0 0 25px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0,0,0,.12),0 2px 3px 0 rgba(0,0,0,.22);
  cursor: pointer;
  transition: .2s ease-in-out;
}

.cardtype__article:hover {
  box-shadow: 0 15px 30px -5px rgba(0,0,0,.15),0 0 5px rgba(0,0,0,.1);
  transform: translateY(-4px);
}

.cardtype__link {
  display: block;
  color: #555;
  text-decoration: none;
  cursor: pointer;
}

.cardtype__link:hover {
  color: #555;
  text-decoration: none;
}

.cardtype__img {
  margin: 0;
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 57.7%;
}

.cardtype__img img {
  border-radius: 2px 2px 0 0;
}

.cardtype__link {
  padding-bottom: 25px;
}

@keyframes animScale {
  0% {
    transform: scale(0,0);
  }
  30% {
    transform: scale(0,0);
  }
  35% {
    transform: scale(1.2,1.2);
  }
  40% {
    transform: scale(1,1);
  }
  45% {
    transform: scale(1.1,1.1);
  }
  60% {
    transform: scale(1,1);
  }
  100% {
    transform: scale(1,1);
  }
}

.home_bottom {
  margin: 1em 0;
}

.home_top {
  margin: 0 0 1em;
}

#content.page-forfront {
  margin-top: 0;
  padding: 15px;
  background: #fff;
}

#content.page-forfront .entry-content {
  padding: 0 !important;
}

.sidelong__article {
  position: relative;
  width: 100%;
  margin: 0 0 1em;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: .3s ease-in-out;
}

.sidelong__article:hover {
  box-shadow: 0 10px 20px -5px rgba(0,0,0,.2);
}

.sidelong__link {
  display: table;
  width: 100%;
  padding: 7px;
  color: #555;
  text-decoration: none;
  cursor: pointer;
}

.sidelong__link:hover {
  text-decoration: none;
}

.sidelong__img, .sidelong__article-info {
  display: table-cell;
  vertical-align: middle;
}

.sidelong__img {
  width: 90px;
  height: 90px;
}

.sidelong__img img {
  width: 100%;
}

.sidelong__article-info {
  width: calc(100% - 90px);
  padding-left: 10px;
}

.sidelong time {
  display: block;
  color: #b5b5b5;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}

.sidelong h2 {
  display: -webkit-box;
  overflow: hidden;
  height: 4.2em;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.cardtype__article, .sidelong__article {
  animation: fadeIn 1.1s ease 0s 1 normal;
}

.cardtype__article:first-child, .cardtype__article:nth-child(2), .sidelong__article:first-child, .sidelong__article:nth-child(2) {
  animation: fadeIn .7s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}

.post-tab {
  width: 100%;
  margin-bottom: .5em;
  text-align: center;
  box-shadow: 0 3px 10px -2px rgba(0,0,0,.2);
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

.post-tab>div {
  float: left;
  width: 50%;
  padding: .8em .2em;
  cursor: pointer;
  vertical-align: middle;
}

.post-tab__content {
  display: none;
  padding: 20px 0;
}

.post-tab__more {
  margin-bottom: 1.5em;
}

.pagination, .wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: left;
}

.pagination ul {
  display: block;
  clear: both;
  padding: 1.5em 0 0;
  border-radius: 3px;
  text-align: center;
}

.pagination li {
  display: inline-block;
  overflow: hidden;
  margin: 3.5px;
  padding: 0;
  text-align: center;
}

.pagination a, .pagination span {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 0;
  border-radius: 50%;
  background: #fff;
  font-size: 17.5px;
  font-weight: 700;
  text-decoration: none;
  line-height: 46px;
}

.pagination .current {
  color: #fff;
  cursor: default;
}

.page-numbers.dots {
  width: auto;
  padding: 0;
  background: 0 0;
}

#sidebar1 h4:first-child {
  margin-top: 0;
}

.widget {
  margin: 0 0 2.5em;
  background: #fff;
  font-size: .98em;
}

.widgettitle {
  margin-bottom: 0;
  padding: 7px 13px;
  font-size: 1.2em;
}

.sidebar .widgettitle:before {
  padding-right: 4px;
  font-family: FontAwesome;
}

.sidebar .my_popular_posts .widgettitle:before {
  content: "";
}

.widget ul {
  margin: 0;
}

.widget h4+* {
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 10px;
}

.widget ul li {
  margin: 0;
  font-weight: 700;
}

.widget ul li ul {
  margin: 0;
}

.widget ul li ul li a {
  padding: 5px 7px 5px 13px;
  font-size: 15px;
  font-weight: 400;
}

.widget ul li ul li a:before {
  padding-right: 5px;
  color: silver;
  font-family: FontAwesome;
  content: "";
}

.widget ul li a {
  display: block;
  padding: 7px;
  color: #626262;
  text-decoration: none;
}

.widget ul li a:hover {
  background: #efefef;
}

.widget_search {
  background: 0 0;
}

#searchform div {
  position: relative;
  max-width: 400px;
}

input#s {
  padding-right: 48px;
  border-bottom: solid 1px #efefef;
  background: #fff;
  outline: none;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.15),0 3px 3px -2px rgba(0,0,0,.15);
  transition: .3s ease-in-out;
  -webkit-appearance: none;
}

input#s:focus {
  box-shadow: 0 5px 10px rgba(0,0,0,.15);
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  padding: 0;
  border: none;
  border-bottom: solid 1px rgba(0,0,0,.1);
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 44px;
}

#searchsubmit i {
  transition: .4s ease-in-out;
  line-height: 44px;
}

input#s:focus+#searchsubmit i {
  font-size: 24px;
}

#wp-calendar {
  width: 250px;
  margin: 10px auto 0;
  text-align: center;
}

.views {
  display: block;
  color: #b7b7b7;
  font-size: 13px;
  font-weight: 500;
}

#main .h-undeline {
  position: relative;
  margin: 0;
  padding: 14px 10px;
  font-weight: 700;
  text-align: center;
  background: #eaedf2;
}

.related-posts>p {
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
}

.related-posts ul {
  overflow: auto;
  margin: 0;
  padding: 10px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.related-posts ul li {
  display: inline-block;
  width: 240px;
  margin: 10px;
  border-radius: 3px;
  vertical-align: middle;
  white-space: normal;
}

.related-posts ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.related-posts ul li a:hover {
  color: #000;
}

.rlmg img {
  box-shadow: 0 2px 4px rgba(0,0,0,.3);
  transition: .3s;
}

.related-posts ul li a:hover img {
  box-shadow: 0 15px 30px -5px rgba(0,0,0,.25);
  transform: translateY(-4px);
}

.rep {
  padding: 10px 0 0;
  line-height: 1.5;
}

.rep p {
  display: -webkit-box;
  overflow: hidden;
  height: 4.5em;
  margin: 0;
  font-size: .95em;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.type_b {
  background: #eaedf2;
}

.related-posts.type_b ul {
  padding: 0 10px 25px;
}

.type_b ul li {
  box-shadow: 0 2px 4px rgba(0,0,0,.25);
  background: #fff;
  overflow: hidden;
  transition: .3s;
}

.type_b .rlmg img {
  box-shadow: none;
  border-bottom: solid 1px #efefef;
}

.related-posts.type_b li a .rep {
  padding: 10px;
}

.related-posts.type_b ul li:hover {
  box-shadow: 0 6px 13px rgba(0,0,0,.25);
}

.related-posts.type_b ul li a:hover img {
  box-shadow: none;
  transform: none;
}

.footer-meta {
  padding: 10px 5% 20px;
  font-size: .95em;
  font-weight: 700;
}

.footer-meta ul {
  display: inline-block;
  margin: 0;
}

.footer-meta ul li {
  display: inline-block;
}

.footer-meta ul li:not(:last-child):after {
  padding: 0 0 0 4px;
  content: "/";
}

.footer-meta ul li a {
  color: rgba(0,0,0,.4);
}

.footer-meta ul li a:hover {
  color: rgba(0,0,0,1);
  text-decoration: none;
}

.meta-tag {
  margin-top: 5px;
}

.meta-tag a:before {
  padding-left: 3px;
  content: "#";
}

.tags {
  margin: 0;
}

.author-info {
  position: relative;
  padding: 25px 15px;
}

.author-info__inner {
  position: relative;
}

.prnx_box {
  margin-bottom: 1.5em;
}

.prnx {
  display: block;
  margin: 0 15px 20px;
  color: #505050;
}

.prnx:hover {
  text-decoration: none;
}

.prnx p {
  margin: 0;
  padding: 4px;
  color: rgba(0,0,0,.52);
  font-size: .9em;
  font-weight: 700;
}

.prnx.nx p {
  text-align: right;
}

.prnx_tb {
  display: table;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
  transition: .3s ease-in-out;
}

.prnx:hover .prnx_tb {
  box-shadow: 0 10px 20px rgba(0,0,0,.2);
}

.prnx_tb figure {
  display: table-cell;
  width: 95px;
  padding: 10px 0 10px 10px;
  vertical-align: middle;
}

.prnx_tb figure img {
  width: 100%;
}

.prev-next__text {
  display: table-cell;
  width: calc(100% - 95px);
  padding: 10px;
  font-size: .9em;
  vertical-align: middle;
  line-height: 1.4;
}

.nx .prnx_tb figure {
  padding: 10px 10px 10px 0;
}

.comment {
  overflow: hidden;
  position: relative;
  clear: both;
  padding: 1em;
}

.comment .vcard {
  margin-left: 50px;
}

.comment .vcard time {
  display: block;
  font-size: .8em;
  font-style: italic;
}

.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}

.comment .vcard time a:hover {
  text-decoration: underline;
}

.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}

.comment:last-child {
  margin-bottom: 0;
}

.comment .children {
  margin: 0;
}

.comment[class*=depth-] {
  margin-top: 1.1em;
}

#submit {
  display: inline-block;
  position: relative;
  padding: 0 24px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: .9em;
  font-size: 34px;
  font-weight: 400;
  text-decoration: none;
  line-height: 34px;
  cursor: pointer;
  -webkit-transition: background-color .14s ease-in-out;
  transition: background-color .14s ease-in-out;
}

#submit:hover, #submit:focus {
  color: #fff;
  text-decoration: none;
}

#submit:active {
  top: 1px;
}

#submit:hover, #submit:focus {
  background-color: silver;
}

#submit:active {
  background-color: silver;
}

.logged-in-as {
  margin: 0;
  color: #9fa6b4;
  font-style: italic;
}

.logged-in-as a {
  color: #5c6b80;
}

#submit {
  display: inline-block;
  padding: 2px 14px;
  border-radius: 2px;
  box-shadow: 0 1.5px 3px rgba(0,0,0,.25);
  font-size: 1em;
}

.footer {
  position: relative;
  clear: both;
  font-size: .95em;
}

.footer .fab-btn {
  margin: -60px 10px 0 auto;
  color: #fff;
  opacity: 1;
}

.footer .widget ul li a {
  opacity: .75;
}

.footer p {
  line-height: 1.55;
}

.footer p a {
  text-decoration: underline;
}

.footer p a:hover {
  opacity: .7;
}

.footer .my_popular_posts {
  margin: 1.5em 0 3em;
  background: 0 0;
}

.footer .widget h4+* {
  padding: 0;
}

.footer .widget ul li a {
  position: relative;
  padding: 8px 0 8px 13px;
}

.footer .widget ul li a:hover {
  background: 0 0;
  text-decoration: underline;
}

.footer .widget ul li ul li a {
  margin-left: 15px;
}

.footer select {
  background-color: #fff;
}

#footer-menu {
  padding: 20px 10px 10px;
  text-align: center;
}

#footer-menu a {
  color: #fff;
  text-decoration: none;
}

#footer-menu nav, .footer-links {
  display: inline-block;
}

#footer-menu ul {
  margin: .5em;
}

#footer-menu li {
  display: inline-block;
  padding: 0 6px;
  font-size: 14.5px;
}

#footer-menu li a:hover {
  text-decoration: underline;
}

.copyright {
  margin: 5px 0 0;
  font-size: 13.5px;
  opacity: .7;
}

.raised {
  display: inline-block;
  margin: .5em 0;
  padding: .4em 1.3em;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0,0,0,.2),0 2px 3px -2px rgba(0,0,0,.15);
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  transition: .3s ease-in-out;
  text-decoration: none !important;
}

.raised:hover, .raised:focus {
  box-shadow: 0 13px 20px -3px rgba(0,0,0,.24);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

#breadcrumb {
  margin: 0;
  padding: 13px 15px;
  background: #f4f4f4;
}

.archive #breadcrumb {
  padding: 0;
  background: 0 0;
}

#breadcrumb ul {
  margin: 0;
}

#breadcrumb li {
  display: inline;
  list-style: none;
  color: gray;
}

#breadcrumb li:after {
  padding: 0 6px;
  color: rgba(0,0,0,.2);
  font-family: FontAwesome;
  content: "";
  font-size: 14px;
}

#breadcrumb li a {
  font-size: .87em;
  text-decoration: none;
}

#breadcrumb li:first-child a:before {
  padding-right: 5px;
  font-family: FontAwesome;
  font-size: 1.1em;
  font-weight: 400;
  content: "";
}

#breadcrumb li a:hover {
  color: gray;
  text-decoration: none;
}

#archive_header {
  margin: 0 0 2em;
  padding: 10px 15px;
  border-top-width: 3px;
  border-top-style: solid;
  background: #fff;
}

#archive_header h1 {
  margin: .5em 0;
}

#archive_header ul {
  margin: .1em 0;
}

#archive_header .cat-item {
  display: inline-block;
  overflow: hidden;
  margin: 0 5px 5px 0;
  padding: 3px 14px;
  border-radius: 20px;
  background: #eaedf2;
  font-size: .9em;
  transition: .2s ease-in-out;
}

#archive_header .cat-item:hover {
  box-shadow: 0 3px 7px rgba(0,0,0,.2);
}

#archive_header .cat-item a {
  color: #4c4c4c;
}

#archive_header .cat-item a:hover {
  text-decoration: none;
}

#archive_header .taxonomy-description {
  padding: 0;
}

.author h1 .fa-check-circle {
  color: #5cc5f0;
}

.author_page_img img {
  border: solid 5px #eaedf2;
  border-radius: 50%;
}

.author h1, .author_page_img {
  display: inline-block;
  vertical-align: middle;
}

.author_page_img {
  width: 100px;
}

.author h1 {
  padding-left: .3em;
  font-size: 1.5em;
}

@keyframes fadeHeader {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
  }
}

.post-tab {
  -webkit-animation: fadeHeader 1s ease 0s 1 normal;
  animation: fadeHeader 1s ease 0s 1 normal;
}

.notfound {
  margin-bottom: 2em;
}

.nofound-title {
  position: relative;
  padding: 1em .5em;
  background: #fff;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
}

.nofound-title i {
  color: #84c2ff;
  font-size: 1.2em;
  animation: slideDown 1s ease 0s 1 normal;
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
  }
}

.nofound-title:before {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #fff;
  content: "";
}

.nofound-img {
  position: relative;
}

.nofound-img h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgba(255,255,255,.8);
  font-size: 6em;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nofound-contents {
  padding: 1em;
  background: #fff;
}

.nofound-contents #searchform input#s {
  background: #f2f2f2;
}

.ct {
  text-align: center;
}

.withtag_list {
  margin: 1.5em 0;
}

.withtag_list>span {
  display: inline-block;
  padding: 2px 12px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-weight: 700;
}

.withtag_list ul {
  list-style-type: disc;
  margin: 0;
  padding: .5em .5em .5em 2em;
  background: #f2f2f2;
  color: #878787;
}

.withtag_list ul li ul {
  padding: .3em 0 .3em 1em;
}

.search-title {
  margin: 0 0 1em;
}

.search-title .fa-search {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 2em;
}

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

.has-fa-before:before, .has-fa-after:after {
  font-family: FontAwesome;
}

.fa5 .has-fa-before:before, .fa5 .has-fa-after:after {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}

.fa5 #breadcrumb li:after, .fa5 #breadcrumb li:first-child a:before, .fa5 .entry-header .pubdate:before, .fa5 .entry-content blockquote:before, .fa5 .widget ul li ul li a:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}

.fa5 .fab {
  font-weight: 400;
}

.fa4 .fa, .fa4 .fas {
  font-weight: 400;
}

.fa5 .fa, .fa5 .fas {
  font-weight: 900;
}

@media only screen and (min-width:481px) {
  #logo {
    font-size: 23px;
  }

  .home_bottom {
    margin: 1em 2%;
  }

  .home_top {
    margin: 0 2% 1em;
  }

  .post-tab {
    margin: 0 2% 1em;
    width: 96%;
    font-size: .9em;
  }

  .cardtype__article {
    float: left;
    width: 46%;
    margin: 0 1.8% 25px;
  }

  .cardtype__link {
    padding-bottom: 15px;
  }

  .cardtype__article h2 {
    margin: 8px 13px 0;
  }

  .cardtype__article time {
    margin: 13px 13px 8px;
  }

  .sidelong__article {
    width: 96%;
    margin: 0 1.8% 25px;
  }

  .sidelong__link {
    padding: 10px;
  }

  .sidelong__img {
    width: 120px;
    height: 120px;
  }

  .sidelong__article-info {
    width: calc(100% - 120px);
    padding-left: 15px;
  }

  .sidelong h2 {
    font-size: 19px;
  }

  #archive_header {
    margin: 0 2% 1.5em;
  }

  .single-title, .page-title, .entry-title, .entry-meta, .entry-content {
    padding-right: 25px;
    padding-left: 25px;
  }

  .nothumb .entry-meta:after, .nothumb .page-title:after {
    left: 25px;
  }

  .nothumb .fab-btn {
    margin: -45px 15px 0 auto;
  }

  .fab__contents_img {
    width: 346px;
  }

  .author-info {
    position: relative;
    padding: 25px;
  }

  .prnx.pr, .prnx.nx {
    max-width: 300px;
    width: 46%;
  }

  .prnx.pr {
    float: left;
    margin: 0 0 15px 2%;
  }

  .prnx.nx {
    float: right;
    margin: 0 2% 15px 0;
  }

  .nofound-contents {
    padding: 2em;
  }
}

@media only screen and (min-width:768px) {
  .wrap, .single #inner-content, .page #inner-content {
    width: 96%;
  }

  .single #content, .page #content {
    margin-top: 2em;
  }

  .home .header {
    animation: slideDown 1.5s ease 0s 1 normal;
  }

  #logo {
    display: inline-block;
    height: 62px;
    line-height: 62px;
    margin: 0 5px 0 0;
    text-align: left;
    width: auto;
  }

  #logo:before {
    content: none;
  }

  #logo a {
    display: inline;
    line-height: inherit;
    vertical-align: baseline;
  }

  #logo img {
    vertical-align: top;
    padding: 6px 6px 6px 0;
  }

  .mobile-nav {
    display: none;
  }

  .desktop-nav, .desktop-nav ul, .desktop-nav li, .desktop-nav li a {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }

  .desktop-nav {
    float: right;
    font-weight: 700;
  }

  .desktop-nav li {
    position: relative;
  }

  .desktop-nav li a {
    height: 62px;
    padding: 0 10px;
    font-size: 15px;
    line-height: 62px;
  }

  .desktop-nav li i {
    opacity: .7;
    padding-right: 2px;
  }

  .desktop-nav .current-menu-item a {
    opacity: 1;
  }

  .desktop-nav li a:hover {
    text-decoration: none;
  }

  .desktop-nav li:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    transition: transform .3s ease-in-out;
    transform: scale(0,1);
    transform-origin: left top;
  }

  .desktop-nav li:hover:after {
    transform: scale(1,1);
  }

  .desktop-nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 180px;
    color: #fff;
    background-color: #545454;
    box-shadow: 0 3px 5px rgba(0,0,0,.22);
    transition: .3s ease-in-out;
  }

  .desktop-nav li:hover .sub-menu {
    display: block;
  }

  .desktop-nav .sub-menu li {
    display: block;
    border-bottom: solid 1px #7b7b7b;
  }

  .desktop-nav .sub-menu li a {
    display: block;
    height: auto;
    line-height: 1.5;
    padding: 10px;
    font-size: 13.5px;
    vertical-align: middle;
    text-align: left;
    color: rgba(255,255,255,.86);
  }

  .desktop-nav .sub-menu li a:hover {
    background: gray;
  }

  .desktop-nav .sub-menu li:hover:after {
    content: none;
  }

  #inner-header {
    max-width: 100%;
  }

  .home_bottom {
    margin: 1em 2%;
  }

  .home_top {
    margin: 0 2% 1em;
  }

  .post-tab {
    margin-bottom: 1.5em;
  }

  .article-header {
    margin: 20px 25px;
  }

  .single #breadcrumb, .page #breadcrumb {
    padding: 0;
    background: 0 0;
  }

  .single-title, .page-title, .entry-title {
    padding: 15px 0;
  }

  .entry-meta {
    margin: 0;
    padding: 0 0 15px;
  }

  .nothumb .entry-meta {
    margin-bottom: 20px;
    padding: 0;
  }

  .nothumb .entry-meta:after, .nothumb .page-title:after {
    left: 0;
  }

  .entry-content {
    padding: 10px 25px 0;
  }

  #fab:checked~.fab-btn {
    opacity: 0;
    -webkit-transform: translate(-50px,-50px) scale3d(3,3,1);
    transform: translate(-50px,-50px) scale3d(3,3,1);
  }

  #fab__contents {
    top: 50%;
    left: 50%;
    width: 440px;
    height: auto;
    padding: 30px 10px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  #fab:checked~.fab__close-cover {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .5s ease-in-out;
  }

  .close {
    padding: 20px 15px;
  }

  .single .insidesp, .page .insidesp {
    padding: 0;
  }

  .footer-contents {
    padding: 0 25px;
  }

  .footer-meta {
    padding: 10px 0;
    text-align: right;
  }

  .page .footer-contents {
    margin-bottom: 2em;
  }

  .related-posts ul {
    overflow: visible;
    padding: 15px 0;
    text-align: center;
    white-space: normal;
  }

  .related-posts ul li {
    display: block;
    float: left;
    width: 48%;
    margin: 1em 4% 1em 0;
    text-align: left;
  }

  .related-posts ul li:nth-child(even) {
    margin-right: 0;
  }

  .type_b {
    background: 0 0;
  }

  .related-posts.type_b ul {
    padding: 15px 0;
  }

  .prnx.pr {
    float: left;
    margin: 15px 0;
  }

  .prnx.nx {
    float: right;
    margin: 15px 0;
  }

  .notfound {
    margin-right: 4%;
  }

  #content.one-column {
    margin-top: 0;
    background: #fff;
  }

  .one-column #inner-content {
    width: 100%;
  }

  .one-column #main {
    float: none;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
  }

  .one-column .author-info, .one-column .prnx_box {
    margin: 0 25px;
  }

  #content.page-forfront {
    margin-top: 0;
    padding: 30px;
  }
}

@media only screen and (min-width:1030px) {
  .wrap {
    width: 1000px;
  }

  .single .wrap, .page .wrap, .single #inner-content, .page #inner-content {
    width: 92%;
  }

  .cardtype__article {
    width: 45%;
    margin: 0 4% 25px 0;
  }

  .cardtype__link {
    padding-bottom: 25px;
  }

  .sidelong__article {
    float: left;
    width: 45.5%;
    margin: 0 3% 3% 0;
    min-height: 117px;
  }

  .sidelong__link {
    padding: 8px;
  }

  .sidelong__img {
    width: 100px;
    height: 100px;
  }

  .sidelong__article-info {
    width: calc(100% - 100px);
    padding-left: 10px;
  }

  .sidelong h2 {
    font-size: 16px;
  }

  .home_bottom {
    margin: 1em 6% 1em 0;
  }

  .home_top {
    margin: 0 6% 1em 0;
  }

  .post-tab {
    display: table;
    table-layout: fixed;
    margin: 0 6% 1.5em 0;
    width: 94%;
  }

  .post-tab.cf:before, .post-tab.cf:after {
    content: none;
  }

  .post-tab>div {
    display: table-cell;
    width: auto;
    float: none;
    padding: .9em .2em;
    border-right: solid 1px #eaeaea;
  }

  .post-tab>div:last-of-type {
    border-right: none;
  }

  #archive_header {
    margin: 0 6% 1.5em 0;
    padding: 20px;
  }

  h1 {
    font-size: 1.5em;
  }

  .article-header {
    margin: 25px 40px;
  }

  .entry-content {
    padding: 10px 40px 0;
  }

  .footer-contents {
    padding: 0 40px;
  }

  .author-info {
    padding: 30px 40px;
  }

  .related-posts ul {
    text-align: left;
  }

  .related-posts ul li {
    width: 31%;
    margin: 1em 0;
  }

  .related-posts ul li:nth-child(3n/**/+2) {
    margin: 1em 3.5%;
  }

  .one-column .author-info, .one-column .prnx_box {
    margin: 0 40px;
  }
}

@media only screen and (min-width:1240px) {
  .single .wrap, .page .wrap, .archive .wrap, .single #inner-content, .page #inner-content {
    width: 1180px;
  }
}

.entry-content .tl {
  border: none;
  margin: 1em 0;
  padding: 0;
  list-style: none;
}

.tl li {
  position: relative;
  padding: 0 0 1.5em 1.8em;
}

.tl>li:before {
  content: "";
  width: 3px;
  background: #ccd5db;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}

.tl li:last-of-type:before {
  content: none;
}

.entry-content hr {
  margin: 3em 0;
  border: solid 3px #dadada;
  border-width: 2px 0 0;
}

.faceicon {
  display: table-cell;
  width: 100px;
  padding-right: 20px;
  text-align: center;
  vertical-align: top;
}

.faceicon img {
  width: 100%;
  height: auto;
  border: solid 3px #eaedf2;
  border-radius: 50%;
}

.faceicon span {
  font-size: 11px;
  font-weight: 700;
}

@media only screen and (min-width:481px) {
  .faceicon {
    width: 130px;
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  filter: none;
}

.wp-block[data-align=left]>[data-type="core/embed"], .wp-block[data-align=right]>[data-type="core/embed"] {
  max-width: 360px;
  width: 100%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: 1.25em 2.375em;
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
  rotate: 180deg;
}

.wp-lightbox-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.wp-lightbox-container img {
  cursor: zoom-in;
}

.wp-lightbox-container img:hover+button {
  opacity: 1;
}

.wp-lightbox-container button {
  align-items: center;
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  background-color: #5a5a5a40;
  border: none;
  border-radius: 4px;
  cursor: zoom-in;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 16px;
  transition: opacity .2s ease;
  width: 20px;
  z-index: 100;
}

.wp-lightbox-container button:focus-visible {
  outline: 3px auto #5a5a5a40;
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: 3px;
}

.wp-lightbox-container button:hover {
  cursor: pointer;
  opacity: 1;
}

.wp-lightbox-container button:focus {
  opacity: 1;
}

.wp-lightbox-container button:focus, .wp-lightbox-container button:hover, .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: #5a5a5a40;
  border: none;
}

.wp-lightbox-overlay {
  box-sizing: border-box;
  cursor: zoom-out;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100000;
}

.wp-lightbox-overlay button {
  background: 0 0;
  border: none;
}

@keyframes show-content-image {
  0% {
    visibility: hidden;
  }
  99% {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}

@keyframes turn-on-visibility {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes lightbox-zoom-in {
  0% {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
  }
  to {
    transform: translate(-50%,-50%) scale(1);
  }
}

@keyframes lightbox-zoom-out {
  0% {
    transform: translate(-50%,-50%) scale(1);
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  to {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
    visibility: hidden;
  }
}

ol, ul {
  box-sizing: border-box;
}

@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(.5em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

html.has-modal-open {
  overflow: hidden;
}

.is-small-text {
  font-size: .875em;
}

.is-regular-text {
  font-size: 1em;
}

.is-large-text {
  font-size: 2.25em;
}

.is-larger-text {
  font-size: 3em;
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: .68;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
}

p.has-drop-cap.has-background {
  overflow: hidden;
}

p.has-text-align-left[style*="writing-mode:vertical-lr"], p.has-text-align-right[style*="writing-mode:vertical-rl"] {
  rotate: 180deg;
}

.entry-content {
  counter-reset: footnotes;
}

.wp-element-button {
  cursor: pointer;
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}

:root .has-very-light-gray-background-color {
  background-color: #eee;
}

:root .has-very-dark-gray-background-color {
  background-color: #313131;
}

:root .has-very-light-gray-color {
  color: #eee;
}

:root .has-very-dark-gray-color {
  color: #313131;
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg,#00d084,#0693e3);
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe);
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg,#faaca8,#dad0ec);
}

:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg,#fafae1,#67a671);
}

:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg,#fdd79a,#004a59);
}

:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg,#330968,#31cdcf);
}

:root .has-midnight-gradient-background {
  background: linear-gradient(135deg,#020381,#2874fc);
}

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

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

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

.aligncenter {
  clear: both;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

html :where(.has-border-color) {
  border-style: solid;
}

html :where([style*=border-top-color]) {
  border-top-style: solid;
}

html :where([style*=border-right-color]) {
  border-right-style: solid;
}

html :where([style*=border-bottom-color]) {
  border-bottom-style: solid;
}

html :where([style*=border-left-color]) {
  border-left-style: solid;
}

html :where([style*=border-width]) {
  border-style: solid;
}

html :where([style*=border-top-width]) {
  border-top-style: solid;
}

html :where([style*=border-right-width]) {
  border-right-style: solid;
}

html :where([style*=border-bottom-width]) {
  border-bottom-style: solid;
}

html :where([style*=border-left-width]) {
  border-left-style: solid;
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%;
}

html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height,0px);
}

@media screen and (max-width:600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #fff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eee 0%,#a9b8c3 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: .44rem;
  --wp--preset--spacing--30: .67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0,0,0,.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0,0,0,.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0,0,0,.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0,0,0,1);
}

body, .desktop-nav li.select-tab, .desktop-nav li.select-tab:hover, .header .mobile-nav li.select-tab, .mobile-nav li:hover, #sr-tab .balloon {
  background-color: #eee;
}

html, body {
  position: relative;
  height: 100%;
}

#archive_header .cat-item, #archive_header, .widget, .sidelong__article, .cardtype__article, .prnx_tb, #entry, .mobile-nav li.select-tab:hover, #in_category_info span.in_category, #single_in_category_info span.in_category, .entry-header .post-categories li {
  background: #fff;
}

#main h3.h-undeline, #archive_header .cat-item:hover {
  background: #4977d8 !important;
}

.header {
  background-image: linear-gradient(-45deg,hsla(285,60%,60%,1),hsla(210,70%,50%,1));
}

#footer-menu {
  background-image: linear-gradient(-45deg,hsla(210,70%,30%,1),hsla(280,60%,30%,1));
  border-bottom: 3px solid rgba(0,0,0,.1);
}

#searchsubmit, #submit, .withtag_list>span, .widgettitle {
  background-color: #6a6961 !important;
}

.pagination .current {
  background-color: #2780d9;
}

.pagination a:hover {
  background: #a697f7;
  color: #fff;
}

.cat_list {
  background: #ddd;
}

.desktop-nav li:hover {
  background: rgba(0,0,0,.3);
}

.sr-list li:before {
  background: #000;
}

#sr-tab li.select {
  background: #b0ab73;
  color: #fff;
}

.post-cat-content h4:before, .post-cat-content h4:after {
  background-color: #333;
}

#oubo_info .tl span, #tousen_info .tl span {
  background: #4f96f6;
}

#oubo_info #oi_imp .tl span, #tousen_info #oi_imp .tl span {
  background: #696fd7;
}

#cfs_url {
  background: #fc5f2e;
}

#cfs_url:hover {
  background: #fc5f2e;
}

.tousen-su {
  animation: fadeHeader .7s ease 0s 1 normal;
  background: linear-gradient(95deg,#6056ac,#455b71);
}

.mobile-nav li {
  background: rgba(255,255,255,.3);
}

#entry.status-private {
  background: #c5c5c5;
}

#entry.status-private h1.entry-title {
  color: #ff0;
}

.header .desktop-nav li a {
  color: rgba(255,255,255,.8);
}

#searchform div {
  max-width: none;
}

body {
  color: #333;
  font-family: "Helvetica","Arial","游ゴシック",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  line-height: 1.82;
}

h1 {
  font-size: 1.5em;
  line-height: 1.5em;
  letter-spacing: -1px;
}

h1#logo {
  font-size: 1.6em;
  letter-spacing: 0;
  font-family: "ヒラギノ角ゴシック","メイリオ",sans-serif;
}

.entry-content h2.campaign_h2 {
  margin: 0 0 7px;
  font-size: 1em;
  line-height: 1.6em;
}

a img:hover {
  opacity: .6 !important;
}

#main h3.h-undeline {
  position: relative;
  margin: 0;
  font-weight: 700;
  text-align: center;
}

.fa5 .fa, .fa5 .fas {
  font-weight: 900;
  margin: 0 5px 0 0;
}

#main h3.h-undeline.related_title {
  color: #fff;
  font-size: 1.1em;
  padding: 5px 10px;
  border: none;
}

#footer-description {
  text-align: center;
  width: auto;
  max-width: fit-content;
  color: #ede280;
  border: 1px solid #ede280;
  margin: 7px auto 7px auto;
  padding: 3px 20px;
}

#logo img {
  height: 60px;
  padding: 3px 0 7px;
}

.entry-content>p {
  line-height: 1.9;
}

#content {
  margin-top: 20px;
  padding-bottom: 0;
}

.home_top {
  margin: 0 0 1.5em;
}

#archive_header {
  background: #fff;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 1px 3px 0px #999;
}

#archive_header p, #archive_header .taxonomy-description {
  color: #777;
  padding: 0;
  margin: 0 0 15px;
}

#archive_header .taxonomy-description p {
  margin: 0 0 5px;
}

.sidelong {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 688px;
  margin: 0 auto;
}

.tousen-su {
  color: #fff360;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  border-top: none;
  margin: 15px 8px 0;
  border-radius: 0;
  font-size: .96em;
  line-height: 1.8em;
  width: 99%;
  margin: 10px auto 0 auto;
}

.tousen-su a {
  color: #fff360;
  text-decoration: underline;
  background: 0 0;
  background-image: none;
  background-image: none;
  background-image: none !important;
  display: inline;
  border-top: none;
  animation: none;
  padding: 0;
  margin: 0 4px 0 7px;
  line-height: 2em;
}

#archive_header {
  padding: 15px 20px;
}

.tag #archive_header {
  color: #6a6961;
}

#archive_header .cat-item {
  display: inline-block;
  overflow: hidden;
  margin: 0 2px 0 0;
  padding: 0;
  border-radius: 0;
  font-size: .9em;
  transition: .2s ease-in-out;
}

#archive_header .cat-item a {
  display: block;
  padding: 2px 10px;
}

#archive_header .cat-item:hover a {
  color: #fff;
}

#archive_header h1 {
  margin: 5px 0 10px;
  color: #333;
}

p.open-button {
  cursor: pointer;
  padding: 0;
  margin: 0 0 15px;
  line-height: 1.6em;
}

.open-button span {
  font-size: .9em;
  color: #666;
  font-weight: 500;
}

.open-button:before {
  content: "";
  padding-right: 4px;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: 1.5em;
  color: #777;
  vertical-align: middle;
}

.open-button.open:before {
  content: "";
  padding-right: 4px;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: 1.5em;
  color: #4f96f6;
  vertical-align: middle;
}

.limit_info {
  float: left;
}

.cardtype__article .limit_info {
  float: none;
}

.cardtype__article .sponsor_info {
  margin: 0;
  padding: 0;
}

.sidelong__article-info .sep {
  float: left;
  margin: 0 5px 0 0;
}

.limit_sponsor_info {
  line-height: 1.5em;
}

.sponsor_info {
  margin: 0;
  padding: 0;
  font-size: .95em;
}

.winsponsor_info {
  margin: 0;
  padding: 0;
  font-size: .95em;
}

.sidelong h2 {
  display: -webkit-box;
  height: auto;
  padding: 3px 0;
  margin: 3px 0;
  border-bottom: none;
  list-style-type: none;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 560px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.5em;
}

.sidelong .sidelong__article-info h2 {
  display: -webkit-box;
  height: auto;
  padding: 1px 0 3px;
  margin: 0;
  border-bottom: none;
  list-style-type: none;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 560px;
  font-size: 1.08em;
  font-weight: 700;
  line-height: 1.4em;
}

.sidelong__img {
  width: 80px;
  height: 80px;
}

.cardtype__article-info {
  padding: 10px 15px 0;
}

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

.sidelong__article-info {
  vertical-align: top;
}

.cardtype__article:hover h2, .sidelong__article:hover h2 {
  color: #aba051;
  text-decoration: underline;
}

.sidelong__article.cat_oubo {
  border-left: 4px solid rgba(121,109,243,.8);
}

.sidelong__article.cat_tousen {
  border-left: 4px solid rgba(255,192,87,.8);
}

.sidelong__article.cat_column {
  border-left: 4px solid rgba(241,113,151,.8);
}

.sidelong__link {
  padding: 8px 8px 8px 10px;
}

.post-tab>div {
  width: 33.33%;
  border-right: 1px solid #eaeaea;
}

.cardtype__article-info {
  padding: 5px 10px 0;
}

.cardtype__link {
  padding-bottom: 15px;
}

div#cfs_archive_closing {
  line-height: 1.5em;
}

.limit_info {
  font-size: .95em;
}

.limit_info .closing {
  font-size: .8em;
}

.cat_list ul {
  display: none;
}

.category-1719 .cat_list ul {
  display: block;
}

.cat_list ul li a:before {
  content: "";
  padding-right: 4px;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}

#archive_header {
  margin: 0 20px 1.5em 0;
  border: none;
}

.cat_list {
  padding: 10px 15px 0;
  border-radius: 5px;
  min-height: 45px;
}

.search-title .fa-search {
  display: none;
}

h1.search-title {
  font-size: 1.2em;
}

.desktop-nav li {
  width: 200px;
  padding: 0;
  margin: 10px 0 0;
  height: 55px;
  vertical-align: bottom;
  border-radius: 3px 3px 0 0;
  text-align: center;
}

.desktop-nav li.select-tab {
  box-shadow: 0 -2px 2px 0px #555;
  z-index: 1;
  border-top: 3px solid #f911d2;
}

.desktop-nav li:hover a {
  color: #fff;
}

.desktop-nav li.select-tab a {
  color: #333;
}

.desktop-nav li {
  padding: 0;
  margin: 10px 5px 0 0;
  height: 55px;
  vertical-align: bottom;
  border-radius: 0;
  text-align: center;
  background: rgba(0,0,0,.2);
  border-top: 2px solid rgba(255,255,255,.2);
}

.desktop-nav li i {
  opacity: .9;
  padding-right: 0;
}

.desktop-nav li a {
  font-size: 1.1em;
  margin: -3px 0 0;
  padding: 0 15px;
  letter-spacing: 1px;
}

.desktop-nav li:after {
  background: rgba(255,255,255,.7) !important;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  transition: transform .3s ease-in-out;
  transform: scale(0,1);
  transform-origin: left top;
}

.header {
  border-bottom: none;
  z-index: 5;
  box-shadow: none;
  border-top: 3px solid rgba(0,0,0,.1);
  padding: 7px 0 0;
}

#inner-header {
  max-width: 100%;
}

.mobile-nav, .mobile-nav li, .mobile-nav li a {
  height: 50px;
}

.mobile-nav ul {
  white-space: normal;
  animation: none;
}

.mobile-nav li:first-child {
  margin-right: 3px;
}

.mobile-nav li {
  display: inline-block;
  opacity: 1;
  width: 48%;
  border-radius: 0;
}

.header .mobile-nav li a {
  display: inline-block;
  padding: 0;
  font-size: .95em;
  font-weight: 500;
  vertical-align: middle;
  line-height: 50px;
  width: 100%;
  color: #fff;
  height: 50px;
}

.header .mobile-nav li.select-tab a {
  color: #333;
}

.header .mobile-nav li.select-tab {
  box-shadow: 0 -2px 3px 0px #555;
  border-top: 3px solid #f911d2;
}

.mobile-nav li:hover {
  border-top: 3px solid #fff;
}

.mobile-nav li:hover a {
  color: #333;
}

.cardtype__article {
  float: none;
  width: 100%;
  margin: 0 8px 10px;
  min-height: 100px;
  display: block;
}

.cardtype__img {
  overflow: auto;
  position: static;
  padding-bottom: 0;
  width: 80px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
}

.cardtype__link {
  display: table;
  width: 100%;
  padding: 7px;
  color: #555;
  text-decoration: none;
  cursor: pointer;
}

.cardtype__article-info {
  width: calc(100% - 120px);
  padding-left: 15px;
  vertical-align: top;
  display: table-cell;
  padding: 0 0 5px 15px;
}

.cardtype__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
}

#archive_header .cat-item {
  margin: 0 1em 0 0;
  letter-spacing: -1px;
}

.sidelong__article:hover {
  cursor: auto;
}

#breadcrumb .bchome {
  display: none;
}

#breadcrumb li:after {
  padding: 0 5px 0 7px;
  color: #ccc;
}

#breadcrumb li:first-child a:before {
  padding-right: 0;
}

#breadcrumb li a:hover {
  color: #333;
}

.footer-meta ul li {
  margin: 2px;
  padding: 0;
  line-height: 1.6em;
  font-size: 13px;
}

.footer-meta ul li:not(:last-child):after {
  padding: 0 0 0 7px;
  content: "/";
  color: #999;
}

.entry-meta {
  margin: 0;
  padding: 0;
}

.entry-header .post-categories {
  margin: 10px 0 0;
  padding: 0;
}

.entry-header .post-categories li {
  display: inline-block;
  padding: 1px 3px;
  font-size: .78em;
  font-weight: 500;
  border-radius: 3px;
  margin: 0;
  color: #4f96f6;
  border: 1px solid #4f96f6;
}

#single_in_category_info {
  line-height: 1.8em;
}

#in_category_info {
  line-height: 1.4em;
}

#in_category_info span.in_category {
  padding: 1px 3px;
  font-size: .73em;
  font-weight: 500;
  border-radius: 0;
  margin: 0;
  border: 1px solid #804ff6;
  color: #804ff6;
}

#in_category_info span.in_category.cat_tousen {
  border: 1px solid #ff9042;
  color: #ff9042;
}

#single_in_category_info span.in_category {
  padding: 3px;
  font-size: .85em;
  font-weight: 600;
  border-radius: 3px;
  margin: 0;
  border: 1px solid #fc5f2e;
  color: #fc5f2e;
}

#single_in_category_info span.in_category a {
  color: #fc5f2e;
}

#oubo_info .tl, #tousen_info .tl {
  font-size: 1em;
  border: none;
  margin: 0 0 7px;
  padding: 0 0 7px;
  list-style: none;
  line-height: 1.6em;
  border-bottom: 1px;
  border-bottom-style: dotted;
  border-color: #ccc;
}

#oubo_info .tl span, #tousen_info .tl span {
  font-size: 1em;
  font-weight: 700;
  margin: 0 6px 0 0;
  padding: 3px 3px 3px 10px;
  border-radius: 3px;
  letter-spacing: 1px;
  color: #fff;
}

#tousen_info #cfs_comment.tl {
  padding: 0 0 1.5em;
}

#cfs_comment p {
  margin: 0 0 1em;
  line-height: 1.9em;
}

#tousen_info #cfs_comment p {
  margin: 0 0 1em;
  line-height: 1.9em;
}

#cfs_apply_close {
  text-decoration: overline;
}

#oi_imp {
  margin: 10px 0 15px;
}

#oubo_info #oi_imp .tl span#close {
  background: 0 0;
  color: #fc5f2e;
  padding: 0;
}

#oubo_info .cfs_item, #oubo_info #cfs_item, #oubo_info #cfs_number, #oubo_info #cfs_closing, #tousen_info #cfs_item, #tousen_info #cfs_number {
  font-weight: 800;
}

#cfs_url {
  font-size: 1em;
  margin: 20px auto 30px auto;
  border-radius: 5px;
  text-align: center;
  width: 230px;
  height: 45px;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 1px 0px 0 #999;
  line-height: 45px;
  padding: 0;
}

#cfs_url a {
  color: #fff;
  display: block;
}

.prnx:hover .prnx_tb span {
  color: #4f96f6;
}

#cfs_url:hover {
  transition: .3s;
  box-shadow: 0 6px 13px rgba(0,0,0,.25);
  text-decoration: none;
}

.release-date {
  color: #333;
  padding: 10px 0 0;
}

.entry-content img {
  margin-bottom: 15px;
}

.sidelong__article {
  float: none;
  width: 100%;
  margin: 0 0 2%;
  min-height: 100px;
}

.cardtype__ad {
  margin: 0 auto;
  text-align: center;
  margin: 0 0 20px;
}

.cardtype__ad.rect {
  position: relative;
  width: 336px;
  margin: 5px auto 10px auto;
  text-align: center;
  float: none;
}

.home .cardtype__ad.rect, .archive .cardtype__ad.rect {
  margin: 5px auto 15px auto;
}

.cardtype__ad.resp {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 5px auto 20px auto;
  text-align: center;
  float: none;
  clear: both;
}

.cardtype__article {
  position: relative;
  width: 100%;
  margin: 0 0 15px;
  border-radius: 0;
  box-shadow: 0 0 3px 0 rgba(0,0,0,.12),0 2px 3px 0 rgba(0,0,0,.22);
  cursor: pointer;
  transition: .2s ease-in-out;
}

.scad {
  margin: 10px 0;
}

.cardtype__ad {
  padding: 0;
}

#sidebar1 .cardtype__ad.rect, .single #sidebar1 .cardtype__ad.rect:nth-child(odd) {
  margin: 0 auto !important;
  padding: 0;
  text-align: center;
}

.rep {
  margin: 15px 8px 8px;
  padding: 0;
}

.rep p {
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
}

figure.rlmg {
  text-align: center;
  margin: 0 auto;
}

.type_b .rlmg img {
  width: auto;
  max-width: 100%;
  min-height: 100px;
  height: auto;
  object-fit: cover;
}

.type_b ul li, .type_b .swiper-wrapper .swiper-slide {
  overflow: hidden;
  transition: .3s;
}

.related-posts {
  position: relative;
}

.related-posts ul, .related-posts .swiper-wrapper {
  overflow: initial;
  max-height: 215px;
  justify-content: normal;
}

.related-posts ul li, .related-posts .swiper-wrapper .swiper-slide {
  background: 0 0;
}

.related-posts .slide-content {
  width: auto;
  height: 210px;
  background: #fff;
  margin: 10px;
  border-radius: 3px;
  padding: 0;
  margin: 10px 0;
  box-shadow: 0 2px 3px rgba(0,0,0,.4);
}

.related-posts.type_b ul li:hover a, .related-posts.type_b .swiper-wrapper .swiper-slide:hover a {
  color: #4f96f6;
}

.related-posts ul li a:hover img, .related-posts .swiper-wrapper .swiper-slide a:hover img {
  box-shadow: none;
  transform: none;
}

.related-posts .swiper-container {
  padding: 0 0 20px;
}

.related-posts .swiper-pagination {
  width: 100%;
  bottom: 8px;
}

.related-posts .swiper-pagination-bullet {
  margin: 0 2px;
  background: #fff;
  opacity: .8;
}

.related-posts .swiper-pagination-bullet-active {
  background: #007aff;
}

.related-posts .swiper-button-next, .related-posts .swiper-button-prev {
  --swiper-navigation-size: 30px;
  display: none;
}

.related-posts .swiper-button-prev {
  left: -28px;
}

.related-posts .swiper-button-next {
  right: -28px;
}

.post-cat-content ul {
  margin: 0;
}

.post-cat-content h4 {
  position: relative;
  display: inline-block;
  padding: 0 70px;
  margin: 5px 0;
  width: 100%;
  text-align: center;
}

.post-cat-content h4:before, .post-cat-content h4:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  height: 1px;
}

.post-cat-content h4:before {
  left: 0;
  width: 70px;
}

.post-cat-content h4:after {
  right: 0;
  width: 70px;
}

.post-cat-content:last-child h4:before {
  left: 0;
  width: 80px;
}

.post-cat-content:last-child h4:after {
  right: 0;
  width: 80px;
}

.post-cat-content h4 .fas {
  margin: 0 4px 0 0;
}

.single-head-ad {
  margin: 0 auto 25px auto;
}

.entry-content-ad.cf {
  margin: 0;
  padding: 0;
}

.nofound-title:before {
  display: none;
  position: static;
  margin: 0;
  border: none;
  content: "";
}

.nofound-img h2 {
  position: static;
  transform: none;
  color: #333;
}

.nofound-img {
  background: #fff;
}

.nofound-contents p {
  margin-top: 0;
}

.widget {
  margin: 0 0 2em;
}

.widget h4+* {
  padding: 8px 5px;
}

.single .insidesp, .page .insidesp {
  max-width: none;
  margin: 0 auto;
  padding: 0 2%;
}

.sidebar .rpwwt-widget ul li {
  margin: 0 1px;
  display: inline-flex;
}

.sidebar .widget ul li a {
  padding: 5px;
  margin: 0;
  font-weight: 500;
}

.sidebar .rpwwt-widget ul li img {
  display: inline;
  padding: 0;
  margin: 0;
}

.sidebar .rpwwt-widget ul li a:hover {
  background: #4f96f6;
}

.sidebar .rpwwt-widget ul {
  margin: 0;
  text-align: center;
}

#side-ranking {
  padding: 0 0 10px;
}

.widgettitle {
  color: #fff !important;
  padding: 7px 13px;
  font-size: 1.1em;
  border-bottom: 3px solid #ddd;
}

#sr-tab {
  margin: 10px 0 15px;
  padding: 0 10px;
}

#sr-tab li {
  width: 50%;
  font-size: 1.05em;
  margin: 0;
  padding: 11px 18px 10px;
  float: left;
  text-align: center;
  text-decoration: underline;
  border: none;
  cursor: pointer;
}

#sr-tab li.select {
  margin: 0;
  padding: 7px 10px;
  text-decoration: initial;
  font-weight: 700;
}

.sr-list li img.rank-image {
  float: left;
  width: 60px;
  display: inline;
  float: left;
  margin: 0 10px 0 0;
  border: solid 1px #ccc;
}

.sr-list li {
  width: 100%;
  font-size: .9em;
  line-height: 1.5em;
  padding: 5px 10px 5px 15px;
  margin: 0 !important;
  font-weight: 400 !important;
  display: inline-block;
  float: none;
  clear: left;
  position: relative;
  list-style-type: none;
  border-bottom: #b9b9b9 1px dotted;
}

.sr-list li:last-child {
  border-bottom: none;
}

.sr-list {
  counter-reset: sr-ranking;
}

.sr-list li {
  list-style-type: none;
  position: relative;
}

.sr-list li:before {
  border-radius: 3px;
  content: counter(sr-ranking,decimal);
  counter-increment: sr-ranking;
  color: #fff;
  font-size: 1em;
  line-height: 20px;
  padding: 0;
  position: absolute;
  top: 3px;
  left: 10px;
  width: 18px;
  height: 18px;
  text-align: center;
}

#sr-tab .balloon {
  position: relative;
  padding: 7px 10px;
}

#sr-tab .balloon.select {
  box-shadow: inset 0px 2px 2px 0px #999;
}

#sr-tab .balloon.select:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #b0ab73 transparent transparent;
  border-width: 8px 10px 0;
}

.widget #side-ranking ul li a:hover {
  background: 0 0;
  color: #333;
  text-decoration: underline;
}

#side-ranking .nodisp {
  display: none;
}

.widget #sr-tab h4 {
  padding: 0;
}

body #slb_viewer_wrap .slb_theme_slb_default .slb_data_title {
  display: none !important;
}

.sidebar .widgettitle:before {
  padding-right: 4px;
  font-family: "Font Awesome 5 Free" !important;
}

.sidebar #nav_menu-4.widget_nav_menu .widgettitle:before {
  content: "";
}

.sidebar #nav_menu-5.widget_nav_menu .widgettitle:before {
  content: "";
}

.sidebar #side-ranking .widgettitle:before {
  content: "";
}

.sidebar .rpwwt-widget .widgettitle:before {
  content: "";
}

.sidebar #menu-side_media li a:before, .sidebar #menu-side_category li a:before {
  content: "";
  padding-right: 7px;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}

.sidebar #menu-side_media li, .sidebar #menu-side_category li {
  border-bottom: 1px dotted #ccc;
  padding: 0;
}

.sidebar #menu-side_media li:last-child, .sidebar #menu-side_category li:last-child {
  border-bottom: none;
}

.sidebar #menu-side_media li a, .sidebar #menu-side_category li a {
  padding: 3px 0 3px 8px;
}

.widget ul li a:hover {
  background: #aca986;
  color: #fff;
}

#footer-menu {
  box-shadow: inset 0px 2px 3px 0 rgba(102,102,102,.5);
}

.footer-meta {
  padding: 0;
  font-size: .9em;
  font-weight: 400;
  color: #000;
  margin: 0 0 40px;
}

.footer-meta ul li a {
  color: #666;
}

.footer #important_point {
  color: #fff;
  margin: 5px 0;
  font-size: .84em;
  opacity: .7;
  line-height: 1.6;
}

#entry footer {
  padding: 0;
  margin: 15px 0;
  clear: both;
}

.pagination ul {
  padding: 0;
}

#footer-menu {
  padding: 10px;
}

#footer-menu li {
  font-size: 1em;
  padding: 2px 5px;
  margin: 0 5px;
}

#footer-menu li:after {
  content: "｜";
  color: #fff;
  margin: 0 0 0 3px;
  padding: 0 0 0 7px;
}

#footer-menu li:last-child:after {
  content: "";
}

.footer-meta ul li a:hover {
  color: #4f96f6;
  text-decoration: none;
}

#footer-menu li:after {
  content: none;
  color: #fff;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width:767px) {
  .mobile-nav {
    display: block;
  }

  .desktop-nav {
    display: block;
    float: right;
  }

  .desktop-nav ul {
    margin: 0;
  }

  .desktop-nav li {
    width: 160px;
    font-size: .96em;
    display: inline-block;
    position: relative;
  }

  .desktop-nav li a {
    font-size: 1.1em;
    font-weight: 700;
    margin: -3px 0 0;
    letter-spacing: 1px;
    height: 62px;
    line-height: 62px;
    display: inline-block;
  }

  h1#logo {
    font-size: 1.4em;
  }

  .wrap {
    width: 100%;
  }

  .header {
    margin: 0;
    box-shadow: inset 0px -2px 3px 0 rgba(102,102,102,.5);
  }

  #logo img {
    height: 65px;
    padding: 6px 0 14px;
  }

  .single #content, .page #content {
    margin-top: 0;
    padding: 0;
  }

  .archive #content {
    padding: 0;
  }

  #archive_header {
    margin: 0 8px 20px;
    padding: 0;
    background: #eee;
    box-shadow: none;
  }

  #archive_header h1 {
    margin: 5px 0 10px;
    color: #333;
    font-size: 1em;
  }

  .single #content h1, .page #content h1 {
    position: relative;
    margin: 0;
    padding: 10px 0 18px;
    color: #333;
    line-height: 1.25em;
    font-size: 1.25em;
  }

  .tousen-su {
    padding: 8px 5px;
    width: 100%;
    background: #5467c2;
  }

  #single_in_category_info span.in_category {
    font-size: .8em;
  }

  #oubo_info .tl span {
    font-size: .85em;
    color: #fff;
    font-weight: 700;
    background: #4f96f6;
    margin: 0 5px 0 0;
    padding: 3px 3px 3px 7px;
    border-radius: 0;
    letter-spacing: 0;
  }

  #oubo_info .tl {
    font-size: .86em;
    border: none;
    margin: 0 0 7px;
    padding: 0 0 7px;
    list-style: none;
    line-height: 1.5em;
    border-bottom: 1px;
    border-bottom-style: dotted;
    border-color: #ccc;
  }

  .related-posts {
    margin: 0 0 15px;
    width: 100%;
  }

  .related-posts ul, .related-posts .swiper-wrapper {
    width: 100%;
  }

  .related-posts.type_b ul, .related-posts.type_b .swiper-wrapper {
    width: 100%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: inherit;
    max-height: auto;
    min-height: inherit;
    min-height: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: normal;
  }

  .related-posts ul li, .related-posts .swiper-wrapper .swiper-slide {
    padding: 5px 5px 10px;
    width: auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-self: stretch;
    float: none;
  }

  .type_b .rlmg img {
    max-height: 150px;
  }

  #main h3.h-undeline.related_title {
    font-size: 1.1em;
    margin: 0 0 10px;
    padding: 7px 13px;
  }

  .post-cat-content h4 {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    border-bottom: 3px double #999;
  }

  .post-cat-content h4:before, .post-cat-content h4:after {
    content: none;
  }

  .post-cat-content-inner h4 {
    font-size: 1.3em;
    line-height: 2.5em;
  }

  #entry {
    margin: 15px 0 20px;
    padding-top: 10px;
  }

  .single .insidesp, .page .insidesp {
    padding: 0;
  }

  .widget {
    margin: 0 0 20px;
    padding: 0;
  }

  .sidelong .sidelong__article-info h2 {
    padding: 7px 0 5px;
    font-size: .97em;
  }

  .sidelong h2 {
    font-size: .97em;
  }

  .limit_info {
    font-size: .92em;
  }

  .widget h4+* {
    padding: 8px 0;
  }

  .sidebar #menu-side_media li, .sidebar #menu-side_category li {
    padding-left: 10px;
  }

  .widgettitle {
    color: #fff !important;
    background-color: #6a6961 !important;
    padding: 7px 10px;
    font-size: 1.1em;
    border-bottom: none;
    margin: 0;
    padding: 7px 13px;
  }

  #sr-tab {
    margin: 15px 0;
    padding: 0 5px;
  }

  #entry footer {
    margin: 0;
  }

  input#s {
    border-bottom: solid 1px #eee;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.3),0 2px 2px -2px rgba(0,0,0,.3);
  }

  .type_b {
    background: #aaa;
    margin: 0 0 10px;
  }

  .prnx_tb {
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0,0,0,.4);
  }

  .prnx {
    display: block;
    margin: 0 10px 10px;
    color: #666;
  }

  .prnx p {
    margin: 0;
    padding: 5px 0 0;
    color: #fff;
    font-size: .9em;
    font-weight: 700;
  }

  .prnx_box {
    margin-bottom: 1.5em;
    background: #aaa;
    padding: 5px 8px 13px;
    margin: 0 0 25px;
    box-shadow: inset 0 1px 5px 0 #666;
  }

  .cat_list {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
  }

  #archive_header {
    background: 0 0;
  }

  #archive_header h1 {
    margin: 5px 0 10px;
    color: #666;
    font-size: 1em;
    text-align: left;
  }

  #archive_header .cat-item {
    margin: 0 1em 0 0;
    letter-spacing: normal;
  }

  #archive_header .cat-item a {
    padding: 0;
  }

  p.open-button {
    cursor: pointer;
    padding: 0;
    margin: 0 0 15px;
    line-height: 1.5em;
    text-align: left;
  }

  .sidelong__article {
    margin: 0 5px 10px 8px;
  }

  #sidebar1 {
    background: #fff;
  }

  .single .header .mobile-nav li.select-tab {
    background: #eee;
  }

  .sr-list li {
    width: 100%;
    font-size: .9em;
    line-height: 1.4em;
    padding: 5px 5px 5px 10px;
    margin: 0 !important;
    font-weight: 400 !important;
    display: inline-block;
    float: none;
    clear: left;
    position: relative;
    list-style-type: none;
    border-bottom: #b9b9b9 1px dotted;
  }

  .sr-list li:before {
    left: 5px;
  }

  .cardtype__article {
    margin: 0 5px 15px;
  }

  .widget_search {
    padding: 0 6px 0 8px;
  }

  .entry-content, #entry header, .footer-meta, .post-cat-content {
    padding: 0 8px;
  }

  .cardtype__article.cat_oubo {
    border-left: 4px solid rgba(121,109,243,.8);
  }

  .cardtype__article.cat_tousen {
    border-left: 4px solid rgba(255,192,87,.8);
  }

  .cardtype__article.cat_column {
    border-left: 4px solid rgba(241,113,151,.8);
  }

  .cardtype__ad.rect:nth-child(1) {
    margin-top: 0;
  }

  .tag #archive_header p {
    margin: 0;
  }
}

@media only screen and (max-width:499px) {
  .desktop-nav {
    float: none;
    text-align: center;
  }

  .desktop-nav ul {
    white-space: nowrap;
  }

  .desktop-nav li {
    width: 150px;
    font-size: .95em;
  }

  .desktop-nav li:last-child {
    display: none;
  }
}

@media only screen and (min-width:768px) {
  .mobile-nav {
    display: block;
  }

  .desktop-nav {
    display: block;
  }

  .page-template-page-1column .one-column #main {
    max-width: 1059px;
    margin: 30px 0 0;
  }

  .page-template-page-1column #content {
    padding-bottom: 0;
  }

  .page-template-page-1column #entry {
    margin-bottom: 30px;
  }

  .wrap, .single #inner-content, .page #inner-content, #inner-header {
    max-width: 97%;
  }

  #inner-header {
    text-align: center;
  }

  #content {
    padding-bottom: 2em;
  }

  #logo {
    font-size: 24px;
    letter-spacing: -1px;
  }

  .t-2of3 {
    float: none;
    width: 100%;
  }

  .t-1of3 {
    float: none;
    width: 100%;
  }

  .article-header {
    margin: 25px 40px 10px;
  }

  .single-title, .page-title, .entry-title {
    padding: 5px 0 0;
  }

  .cardtype__article {
    margin: 0 0 25px;
    max-width: 336px;
    width: 336px;
  }

  .cardtype__ad.rect:nth-child(odd) {
    position: relative;
    width: 336px;
    margin: 0 0 20px;
    text-align: left;
    float: left;
  }

  .cardtype__ad.rect:nth-child(even) {
    position: relative;
    width: 336px;
    margin: 0 0 0 20px;
    text-align: left;
    float: left;
  }

  .single .cardtype__ad.rect:nth-child(odd) {
    margin: 0 0 15px 20px !important;
  }

  .single .cardtype__ad.rect:nth-child(even) {
    margin: 0 0 15px 20px !important;
  }

  .home .cardtype__ad.rect:nth-child(even), .archive .cardtype__ad.rect:nth-child(even), .search .cardtype__ad.rect:nth-child(even) {
    margin: 0;
  }

  .header {
    border-bottom: none;
    z-index: 5;
    box-shadow: inset 0px -2px 3px 0 rgba(102,102,102,.5);
  }

  .cardtype__article-info {
    padding: 10px 15px 0;
  }

  .cardtype__link {
    padding-bottom: 25px;
  }

  .sidelong h2 {
    line-height: 1.6em;
  }

  div#cfs_archive_closing {
    line-height: 1.8em;
  }

  #footer-menu li:after {
    content: "｜";
    color: #fff;
    margin: 0 0 0 3px;
    padding: 0 0 0 7px;
  }

  .type_b {
    background: #fff;
  }

  .cardtype__img img {
    border-radius: 2px 2px 0 0;
    height: 100%;
    width: 336px;
    object-fit: cover;
  }

  .cardtype__img {
    margin: 0;
    height: 160px;
    margin: 0 0 3%;
    max-width: 336px;
    width: 336px;
  }

  .cardtype__link {
    padding: 0;
    padding-bottom: 25px;
    display: block;
  }

  .cardtype__article-info {
    padding: 10px 15px 0;
    padding-bottom: 0;
    width: 100%;
    display: block;
  }

  .desktop-nav li {
    width: 160px;
    font-size: .96em;
  }

  .related-posts {
    margin: 0;
  }

  .related-posts ul li, .related-posts .swiper-wrapper .swiper-slide {
    border-radius: 3px;
    width: 210px;
    padding: 0 7px 10px;
  }

  .related-posts .slide-content {
    box-shadow: 0 2px 3px rgba(0,0,0,.4);
  }

  .related-posts.type_b ul, .related-posts.type_b .swiper-wrapper {
    padding: 20px 0 0;
    max-height: none;
  }

  .related-posts.type_b .swiper-wrapper {
    max-width: 215px;
  }

  .related-posts .swiper-container {
    padding: 0 0 40px;
  }

  .related-posts .swiper-pagination-bullet {
    background: #000;
    opacity: .3;
  }

  .related-posts .swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 1;
  }

  .related-posts .swiper-button-prev, .related-posts .swiper-button-next {
    display: none;
  }
}

@media only screen and (min-width:960px) {
  #inner-header {
    text-align: left;
  }

  .wrap, .single #inner-content, .page #inner-content {
    width: 100%;
  }

  #content #inner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .d-5of7 {
    float: left;
    width: 680px;
    margin-right: 10px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }

  .d-2of7 {
    width: 400px;
    float: none;
  }

  .cardtype__article {
    width: 336px;
  }

  .sidelong {
    margin: 0;
    width: 680px;
  }

  #inner-header {
    max-width: 1068px;
  }

  .sidebar .widget ul li a {
    padding: 2px;
  }

  .desktop-nav li {
    width: 200px;
  }

  .related-posts .swiper-button-prev, .related-posts .swiper-button-next {
    display: block;
  }

  .related-posts ul li, .related-posts .swiper-wrapper .swiper-slide {
    padding: 0 5px 10px;
  }
}

@media only screen and (min-width:1060px) {
  .wrap, .single .wrap, .page .wrap, .archive .wrap, .single #inner-content, .page #inner-content {
    width: 1068px;
  }

  .single .wrap, .single #inner-content {
    width: 1098px;
  }

  .d-5of7 {
    width: 688px;
    padding-right: 12px;
  }

  .d-2of7 {
    width: 340px;
  }

  .sidelong {
    width: 688px;
  }

  .cardtype__article:nth-child(odd) {
    margin: 0 0 3%;
    max-width: 336px;
    width: 336px;
  }

  .cardtype__article:nth-child(even) {
    margin: 0 0 3%;
    max-width: 336px;
    width: 336px;
  }

  .cardtype__article.cat_oubo:nth-child(odd), .cardtype__article.cat_oubo:nth-child(even) {
    border-bottom: 4px solid rgba(121,109,243,.8);
  }

  .cardtype__article.cat_tousen:nth-child(odd), .cardtype__article.cat_tousen:nth-child(even) {
    border-bottom: 4px solid rgba(255,192,87,.8);
  }

  .cardtype__article.cat_column:nth-child(odd), .cardtype__article.cat_column:nth-child(even) {
    border-bottom: 4px solid rgba(241,113,151,.8);
  }

  .single .d-5of7, .post .d-5of7, .page .d-5of7 {
    padding-right: 15px;
  }

  .article-header {
    margin: 25px 22px 10px;
  }

  .page .article-header {
    margin: 25px 22px 35px;
  }

  .entry-content, .footer-contents {
    padding: 10px 22px 0;
  }

  #archive_header {
    margin: 0 0 20px;
    width: 688px;
  }
}

@font-face  {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:root {
  --swiper-navigation-size: 44px;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html.slb_overlay object, html.slb_overlay embed, html.slb_overlay iframe {
  visibility: hidden;
}

html.slb_overlay #slb_viewer_wrap object, html.slb_overlay #slb_viewer_wrap embed, html.slb_overlay #slb_viewer_wrap iframe {
  visibility: visible;
}

@-webkit-keyframes bgslide {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -200%;
  }
}

@keyframes bgslide {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -200%;
  }
}

.wpp-widget-block-placeholder, .wpp-shortcode-placeholder {
  margin: 0 auto;
  width: 60px;
  height: 3px;
  background: #dd3737;
  background: linear-gradient(90deg,#dd3737 0%,#571313 10%,#dd3737 100%);
  background-size: 200% auto;
  border-radius: 3px;
  -webkit-animation: bgslide 1s infinite linear;
  animation: bgslide 1s infinite linear;
}

a {
  color: #4f96f6;
}

.main-bdr, #inner-content .main-bdr {
  border-color: #6bb6ff;
}

.accent-bc {
  background-color: #ffb36b;
}

.header, #footer-menu {
  background-color: #58a9ef;
}

#logo a {
  color: #fff;
}

.desktop-nav li a, .mobile-nav li a, #footer-menu a, .copyright {
  color: #fff;
}

.desktop-nav li:after {
  background: #fff;
}

.mobile-nav .current-menu-item {
  border-bottom-color: #fff;
}

.widgettitle {
  color: #6bb6ff;
  background-color: #c8e4ff;
}

.footer {
  background-color: #e0e4eb;
}

.footer, .footer a, .footer .widget ul li a {
  color: #3c3c3c;
}

.pagination a, .pagination span, .entry-content blockquote:before {
  color: #6bb6ff;
}

#searchsubmit, .pagination .current, #submit, .withtag_list>span {
  background-color: #6bb6ff;
}

h3 {
  border-color: #6bb6ff;
}

.search-title i {
  background: #ffb36b;
}

.pagination a:hover {
  background: #c8e4ff;
}

body {
  font-size: 100%;
}

@media only screen and (min-width:481px) {
  body {
    font-size: 100%;
  }
}

@media only screen and (min-width:1030px) {
  body {
    font-size: 100%;
  }
}

.post-tab {
  background: #fff;
}

.post-tab>div {
  color: #a7a7a7;
}
