/*
Theme Name: Fast Track Lab
Author: Seiya Ishikawa
Version: 1.0
Description: 通常のCSS
*/

:root {
  --main-color: #4047b9;
  --supplement: #888899;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px !important;
}

@media (max-width: 767px) {
  .fz10,
  .fz10 div {
    font-size: 10px !important;
  }

  .fz11,
  .fz11 div {
    font-size: 12px !important;
  }

  .fz12,
  .fz12 div {
    font-size: 12px !important;
  }

  .fz13,
  .fz13 div {
    font-size: 13px !important;
  }

  .fz14,
  .fz14 div {
    font-size: 14px !important;
  }
}

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

.text-nowrap {
  white-space: nowrap;
}

.text-white {
  color: #fff;
}

body {
  text-align: justify;
  color: #333;
  background-color: #f7f7f7;
  word-break: break-all;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

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

video {
  margin-bottom: 12px;
}

th {
  text-align: center;
}

.table {
  font-size: 13px;
  text-align: center;
  word-break: normal;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .table {
    font-size: 16px;
  }
}

.table td,
.table th {
  padding: 0.2rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.single .table th a,
.single .table th a:hover {
  color: #333;
}

.adsbygoogle {
  margin: 20px 0;
  max-width: 100%;
}

@media (max-width: 991px) {
  #sas_26300 {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.single article img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .width33 {
    width: 33.3333% !important;
  }

  .width50 {
    width: 50% !important;
  }

  .width66 {
    width: 66.6666% !important;
  }

  .width75 {
    width: 75% !important;
  }
}

a:hover {
  text-decoration: underline;
}

main p a {
  text-decoration: underline;
}

main a {
  color: rgb(103, 131, 255);
}

main a:hover {
  color: #38deff;
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
}

.l-contents {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .l-contents {
    display: flex;
  }
}

.l-main {
  background-color: #fff;
  padding: 16px;
}

@media screen and (min-width: 992px) {
  .l-main {
    flex: 1;
    margin: 20px 10px 20px 20px;
  }
}

.l-main p,
.f-contents p {
  margin-bottom: 20px;
}

.l-main li {
  margin-bottom: 8px;
}

.l-main article section {
  width: 100%;
}

.l-sidebar {
  margin: 0;
  background-color: #fff;
  padding: 16px;
}

@media screen and (min-width: 992px) {
  .l-sidebar {
    width: 332px;
    margin: 20px 20px 20px 10px;
  }
}

.single main article a {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
.blogcard-title {
  font-weight: 700;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,
    sans-serif;
}

ol {
  padding-left: 22px;
}

.red-bold {
  color: red;
  font-weight: bold;
}

.font-big {
  font-size: 18px;
}

@media (min-width: 768px) {
  .font-big {
    font-size: 20px;
  }
}

.post-preview {
  margin: 12px 0;
}

.post-preview:first-child {
  margin-top: 0;
}

.post-preview h3,
.post-preview a:hover {
  color: #333;
}

@media (max-width: 768px) {
  .post-preview h3 {
    font-size: 16px;
  }
}

.post-preview img {
  margin-bottom: 0;
}

.post-preview .width2-3 {
  padding-left: 15px;
}

@media (max-width: 768px) {
  .post-preview img {
    margin-top: 1px;
  }
}

.category-btn {
  text-decoration: none;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 4px;
  color: #fff;
  padding: 0 4px;
  font-size: 12px;
  font-weight: 400 !important;
}

.category-btn:hover {
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
  .category-btn {
    font-size: 14px;
  }
}

.tag-list {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}

@media (min-width: 768px) {
  .tag-list {
    font-size: 14px;
  }
}

.tag-list i {
  line-height: 1.5;
}

.tag-list a {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  padding: 0 4px;
  border-radius: 4px;
  transition: all 0.15s;
}

.tag-list a:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--main-color);
}

main h1 {
  font-size: 20px;
  margin: 20px 0;
}

@media (min-width: 768px) {
  main h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 20px;
  margin: 20px 0;
}

.single h2 {
  padding: 12px;
  border-left: 8px solid var(--main-color);
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .single h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 18px;
}

.single .l-main h3 {
  margin-top: 32px;
  margin-bottom: 12px;
  padding-bottom: 4px;
  border-bottom: 2px dashed var(--main-color);
}

@media (min-width: 768px) {
  .single .l-main h3 {
    font-size: 20px;
  }
}

.h3-decoration {
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid var(--main-color);
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

h4 {
  font-size: 20px;
}

@media (max-width: 768px) {
  h4 {
    font-size: 19px;
  }
}

h5 {
  font-size: 18px;
  margin: 0;
}

@media (max-width: 768px) {
  h5 {
    font-size: 17px;
  }
}

h6 {
  font-size: 17px;
}

@media (max-width: 768px) {
  h6 {
    font-size: 15px;
  }
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.single-post .l-main ul {
  padding-left: 40px;
  margin-bottom: 20px;
}

.single-post .l-main li {
  list-style-type: disc;
}

.single-post .l-main img {
  margin-bottom: 20px;
}

.single-post article .red-fill ul {
  background-color: #fff5f5;
  padding: 5px 10px 5px 30px;
  border: 1px dashed var(--main-color);
}

.single-post article .blue-fill ul {
  background-color: #f5f5ff;
  padding: 5px 10px 5px 30px;
  border: 1px dashed #4047b9;
}

.single-post main #toc_container ul {
  border: none;
}

.single-post main #toc_container a {
  font-weight: normal;
}

.superscript {
  vertical-align: super;
  font-size: 10px;
}

.table .bg-distinct {
  background-color: rgb(255, 230, 230);
  font-weight: bold;
}

.table .bg-inferior {
  background-color: rgb(230, 230, 255);
}

.table-fixed th:first-child,
.table-fixed td:first-child {
  position: sticky;
  left: 0;
}

.table-fixed td,
.table-fixed th {
  background-color: #fff;
}

.table-fixed-striped th:first-child,
.table-fixed-striped td:first-child {
  position: sticky;
  left: 0;
}

.table-fixed-striped tbody tr:nth-of-type(odd) th,
.table-fixed-striped tbody tr:nth-of-type(odd) td {
  background-color: #fff5f5;
}

.table-fixed-striped tbody tr:nth-of-type(even) th,
.table-fixed-striped tbody tr:nth-of-type(even) td,
.table-fixed-striped thead th {
  background-color: #fff;
}

.table-main-color thead th {
  background-color: var(--main-color);
  color: #fff;
}

.single-post .l-main .table img {
  margin-bottom: 0;
}

.table-evenly {
  table-layout: fixed;
}

.highlight-area {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 20px;
}

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

.bg-gray {
  background-color: #f5f5f7;
}

.border-area {
  position: relative;
  padding: 20px 8px 12px;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 2px solid;
}

.border-title {
  position: absolute;
  display: inline-block;
  line-height: 1;
  transform: translateY(-50%);
  top: -1px;
  left: 10px;
  background-color: #fff;
  padding: 0 8px;
  font-weight: bold;
}

.box-design p:last-child {
  margin-bottom: 0;
}

.bd-blue {
  border-color: var(--main-color);
}

.bd-blue .border-title {
  color: var(--main-color);
}

.point-box {
  border-color: #ffa639;
}

.point-box span {
  color: #ffa639;
}

/* 記事カード */
.blogcard li,
article .blogcard {
  margin-bottom: 20px;
  border: 1px solid #eee;
  overflow: hidden;
}

.blogcard a,
.blogcard-detail li {
  display: flex;
  margin-bottom: 16px;
}

.blogcard a {
  margin-bottom: 0;
}

.blogcard li {
  transition: all 0.15s;
}

.blogcard li img {
  transition: all 0.15s;
  width: 100%;
}

.blogcard,
.blogcard a:hover,
.blogcard-column a,
.blogcard-column a:hover {
  color: #333;
}

.blogcard p {
  font-weight: bold;
  margin-bottom: 0;
}

.single article .blogcard .img-fluid {
  max-width: 100%;
  width: 100%;
}

.blogcard-detail .blogcard-left {
  width: 33.3333%;
}

.blogcard .blogcard-left {
  width: 25%;
  overflow: hidden;
}

.single-post .blogcard img {
  margin-bottom: 0;
}

.blogcard-detail .blogcard-right {
  width: 66.6666%;
  padding-left: 16px;
}

.blogcard .blogcard-right {
  background-color: #fff;
  width: 75%;
  padding: 4px 8px 0 8px;
}

@media screen and (min-width: 768px) {
  .blogcard .post-list-right {
    padding: 12px 16px 0 16px;
  }
}

.post-list-title,
.post-list-title:hover,
.blogcard-title,
.blogcard-title:hover {
  color: #333;
  font-weight: 700;
}

.post-list-title h3 {
  font-size: 15px;
  margin-top: 4px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .post-list-title h3 {
    font-size: 18px;
  }
}

.blogcard .blogcard-title {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .blogcard .blogcard-title {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .l-sidebar .blogcard .blogcard-title {
    font-size: 14px;
  }
}

/* ブログカード(縦) */
.blogcard-column {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.blogcard-column li {
  width: 50%;
  padding: 0 8px;
  margin-bottom: 20px;
}

aside .blogcard-column li {
  width: 50%;
  padding: 0 8px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .blogcard-column li {
    width: calc(33.3333% - 12px);
  }
}

main .blogcard-column a:hover,
main .blogcard a:hover {
  opacity: 0.8;
  transition: opacity 0.15s;
}

.blogcard-column .blogcard-top {
  position: relative;
}

.blogcard-column .blogcard-top .cat-area {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 4px;
  color: #fff;
  font-size: 13px;
}

.blogcard-column .animationTarget li {
  opacity: 0;
  transform: none;
}

.blogcard-column a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 767px) {
  .blogcard-column h3 {
    font-size: 14px;
  }
}

aside .blogcard-column h3 {
  font-size: 14px;
}

/* トグルボタン */

.tabBody {
  display: flex;
  width: 100%;
}

.toggle-button {
  display: flex;
  gap: 8px;
  margin: 24px 0;
}

.toggle-button li {
  width: calc(50% - 4px);
}

.toggle-button button {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 14.5px;
  padding: 8px 10px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  outline: none;
  border-radius: 8px;
}

.toggle-button button:last-child {
  margin-left: -1px;
}

.toggle-button button.selected {
  background-color: var(--main-color);
  color: #fff;
  cursor: auto;
}

.toggle-button button.selected::before {
  content: "";
  position: absolute;
  display: block;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid var(--main-color);
}

.tab-content {
  display: none;
  width: 100%;
}

.tab-content.selected {
  display: block;
  animation: fadeInBelow 0.5s;
}

/* header */

#header {
  background-color: #fff;
}

.header-inner {
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 16px;
}

@media screen and (min-width: 992px) {
  .header-inner {
    justify-content: space-between;
    padding: 0 24px;
  }
}

#header .nav-brand {
  font-size: 28px;
  font-weight: 700;
}

/* Swiper */

.swiper {
  margin-left: 0 !important;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .swiper {
    width: 75%;
  }
}

.single .swiper .img-fluid {
  width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px !important;
  font-weight: bold;
  color: #fff;
}

.swiper-pagination-bullet {
  background-color: var(--main-color) !important;
}

/* aside */
.my-name {
  font-style: italic;
  text-align: center;
  font-weight: bold;
  margin-bottom: 12px;
}

#aside .aside-shoes-feature ul {
  padding-left: 40px;
  margin-bottom: 20px;
}

#aside .aside-shoes-feature ul:last-child {
  margin-bottom: 0;
}

#aside .aside-shoes-feature li {
  list-style-type: disc;
}

/* Contact Form 7 */
.wpcf7 input,
.wpcf7 textarea {
    border: 1px solid #ccc;
    padding: 4px 8px;
    width: 100%;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: var(--main-color);
    outline: none;
    box-shadow: 0 0 3px var(--main-color);
}

.wpcf7 input.wpcf7-submit {
    width: auto;
    padding: 8px 20px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 4px;
}

.wpcf7 input.wpcf7-submit:hover {
    color: #fff;
    background-color: var(--main-color);
}

.pickup-article {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-bottom: 16px;
}

.pickup-article a {
  width: calc(50% - 2px);
  max-width: 200px;
}

@media screen and (min-width: 768px) {
  .pickup-article a {
    width: calc(25% - 6px);
  }
}

.single-post .l-main .box-design ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.box-iconArea {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  line-height: 1;
  transform: translateY(-50%);
  top: -1px;
  left: 10px;
  color: #fff;
  font-size: 16px;
}

.point-box .box-iconArea {
  background-color: #ffa639;
}

/* Pros and Cons */
.pros-cons-wrapper {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .pros-cons-wrapper {
    display: flex;
  }
}

@media (min-width: 992px) {
  .pros-wrapper,
  .cons-wrapper {
    width: 50%;
  }
}

.pros,
.cons {
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
  padding: 4px 12px;
  border-radius: 100px;
  width: fit-content;
}

.pros {
  background-color: #3cb371;
}

.cons {
  background-color: #dc143c;
}

.marker-red {
  background: linear-gradient(transparent 75%, #ffcccc 75%);
  font-weight: bold;
}

.marker-blue {
  background: linear-gradient(transparent 75%, #ccccff 75%);
  font-weight: bold;
}

.profile-image {
  display: block;
  width: 140px;
  height: 140px;
  margin: 16px auto;
  border-radius: 50%;
}

.post-metas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;

  margin-bottom: 20px;
}

.post-metas .ad-notation {
  font-size: 12px;
  color: #555;
  border: 1px solid #555;
  border-radius: 4px;
  padding: 0 4px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .post-metas .ad-notation {
    font-size: 14px;
  }
}

.post-date {
  color: #777;
  font-size: 13px;
}

@media (min-width: 768px) {
  .post-date {
    font-size: 15px;
  }
}

.post-link p {
  display: inline-block;
  margin-right: 50px;
}

.blog-info a {
  display: block;
  font-size: 15px;
}

@media (max-width: 768px) {
  .blog-info a {
    font-size: 12px;
  }
}

.supplement {
  color: var(--supplement);
  font-size: 15px;
}

.supplement a,
.supplement a:hover {
  color: var(--supplement);
  font-weight: bold;
}

.supplement a {
  text-decoration: none;
}

@media (max-width: 768px) {
  .supplement {
    font-size: 13px;
  }
}

.excerpt {
  color: var(--supplement);
}

.single-post .l-main .bread-crumb ul {
  line-height: 1;
  padding-left: 0;
}

.bread-crumb li {
  color: var(--supplement);
  font-size: 13px;
  display: inline;
  padding-right: 0;
}

.bread-crumb a,
.bread-crumb a:hover {
  color: var(--supplement);
  font-weight: bold;
}

.bread-crumb a {
  text-decoration: none;
}

iframe[src^="https://docs.google.com/forms/d/e"]
{
  width: 100%;
}

.scroll-list {
  display: block;
  overflow-x: auto;
  padding: 10px;
  background: #343a40;
  white-space: pre;
  margin-bottom: 10px;
  color: #f0f0f0;
  font-size: 15px;
}

@media (max-width: 768px) {
  .scroll-list {
    font-size: 13px;
  }
}

.comment {
  color: #c0c0f0;
}

.string {
  color: #f0c0c0;
}

.page-numbers {
  list-style: none;
  margin: 15px auto;
  padding-left: 0;
}

.page-numbers li {
  float: left;
  padding: 0.4rem 0.6rem;
  border: 1px solid #dee2e6;
  margin-left: -1px;
  font-size: 16px;
}

.ggmap {
  margin-bottom: 10px;
}

.sticky {
  position: sticky;
  top: 10px;
}

/* リンクボックス */
.single-post .l-main div.yyi-rinker-contents {
  margin: 0;
  border: none;
  box-shadow: none;
}

.eLink-box,
.yyi-rinker-box {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  margin: 0 auto 20px auto;
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #ccc;
}

@media (min-width: 481px) {
  .eLink-box,
  .yyi-rinker-box {
    flex-direction: row;
    max-width: unset;
    padding: 20px;
  }
}

.eLink-box p {
  margin-bottom: 4px;
}

.eLink-box a {
  text-decoration: none;
}

.eLink-img-box,
body .yyi-rinker-box .yyi-rinker-image {
  margin: 0 auto;
  width: auto;
  max-width: 180px;
  min-height: 180px;
  position: relative;
}

@media (min-width: 481px) {
  .eLink-img-box,
  .yyi-rinker-image {
    margin: 0;
  }
}

.eLink-img-box > img {
  position: absolute;
}

@media (min-width: 481px) {
  .single-post .l-main .eLink-img-box img {
    margin-bottom: 0;
  }
}

.single-post .l-main .eLink-info,
.single-post .l-main .yyi-rinker-box .yyi-rinker-info {
  width: 100%;
  padding: 0;
}

@media (min-width: 481px) {
  .single-post .l-main .eLink-info,
  .single-post .l-main .yyi-rinker-box .yyi-rinker-info {
    padding-left: 20px;
    width: calc(100% - 180px);
  }
}

.eLink-info-maker,
.eLink-info-model {
  font-size: 12px;
}

main div.yyi-rinker-contents div.yyi-rinker-detail {
  margin-top: 4px;
  padding-left: 0;
  color: #333;
}

main div.yyi-rinker-detail .credit-box {
  display: none;
}

main div.yyi-rinker-contents div.yyi-rinker-title a {
  color: #3296d2;
}

main div.yyi-rinker-contents div.yyi-rinker-title a:hover {
  color: #3296d2;
  text-decoration: underline;
}

.single-post .l-main .eLink-info-btn,
.single-post .l-main .yyi-rinker-links {
  margin-top: 20px;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 481px) {
  .single-post .l-main .eLink-info-btn,
  .single-post .l-main .yyi-rinker-links {
    gap: 10px;
    margin-bottom: 0;
  }
}

.single-post .l-main .eLink-info-btn li,
.single-post .l-main .yyi-rinker-links li {
  width: 100%;
  list-style-type: none;
  margin: 0 0 10px 0;
  position: relative;
}

@media (min-width: 481px) {
  .single-post .l-main .eLink-info-btn li,
  .single-post .l-main .yyi-rinker-links li {
    width: 176px;
    margin-bottom: 0;
  }
}

.eLink-info-btn li img {
  position: absolute;
}

.single-post .l-main .eLink-info-btn a,
.single-post .l-main .yyi-rinker-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 100%;
  border-radius: 4px;
  transition: all 0.2s;
  font-size: 13px;
  box-shadow: 0 1px 2px 0 rgba(24, 44, 84, 0.1),
    0 1px 3px 1px rgba(24, 44, 84, 0.1);
}

main div.yyi-rinker-contents ul.yyi-rinker-links li {
  border-radius: 4px;
}

main div.yyi-rinker-contents ul.yyi-rinker-links li a {
  padding: 0;
}

main div.yyi-rinker-contents ul.yyi-rinker-links li a:hover {
  opacity: 1;
}

/* --- 商品リンク タイトル --- */
p.easyLink-info-name a {
  color: #3296d2 !important;
}

a.easyLink-info-btn-amazon {
  background: #fff !important;
  border: 2px solid #f6a306 !important;
  color: #f6a306 !important;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
}

a.easyLink-info-btn-rakuten {
  background: #fff !important;
  border: 2px solid #cf4944 !important;
  color: #cf4944 !important;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
}

a.easyLink-info-btn-yahoo {
  background: #fff !important;
  border: 2px solid #6783ff !important;
  color: #6783ff !important;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
}

a:hover.easyLink-info-btn-amazon {
  opacity: 1 !important;
  background: #f6a306 !important;
  color: #fff !important;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
}

a:hover.easyLink-info-btn-rakuten {
  opacity: 1 !important;
  background: #cf4944 !important;
  color: #fff !important;
}

a:hover.easyLink-info-btn-yahoo {
  opacity: 1 !important;
  background: #6783ff !important;
  color: #fff !important;
}

div.easyLink-box.easyLink-size-s div.easyLink-img {
  min-width: initial;
}

div.easyLink-box.easyLink-size-s,
div.easyLink-box.easyLink-size-xs {
  margin-top: 0 !important;
}

.amazon a,
div.yyi-rinker-contents ul.yyi-rinker-links .amazonlink a,
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink1 a {
  background-color: #fff;
  color: #f6a306;
  border: 2px solid #f6a306;
}

.amazon a:hover,
div.yyi-rinker-contents ul.yyi-rinker-links .amazonlink a:hover,
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink1 a:hover {
  background-color: #f6a306;
  color: #fff;
  border: 2px solid #f6a306;
}

.rakuten a,
div.yyi-rinker-contents ul.yyi-rinker-links .rakutenlink a,
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink3 a {
  background-color: #fff;
  color: #cf4944;
  border: 2px solid #cf4944;
}

.rakuten a:hover,
div.yyi-rinker-contents ul.yyi-rinker-links .rakutenlink a:hover,
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink3 a:hover {
  background-color: #cf4944;
  color: #fff;
  border: 2px solid #cf4944;
}

.yahoo a,
div.yyi-rinker-contents ul.yyi-rinker-links .yahoolink a {
  background-color: #fff;
  color: #6783ff;
  border: 2px solid #6783ff;
}

.yahoo a:hover,
div.yyi-rinker-contents ul.yyi-rinker-links .yahoolink a:hover {
  background-color: #6783ff;
  color: #fff;
  border: 2px solid #6783ff;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.freelink2 a {
  background-color: #fff;
  color: #333;
  border: 2px solid #333;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.freelink2 a:hover {
  background-color: #333;
  color: #fff;
  border: 2px solid #333;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.freelink4 a {
  background-color: #fff;
  color: #0c4191;
  border: 2px solid #0c4191;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.freelink4 a:hover {
  background-color: #0c4191;
  color: #fff;
  border: 2px solid #0c4191;
}

.single-post .l-main div.yyi-rinker-contents img {
  width: 180px;
  max-width: none;
  margin-bottom: 0;
}

.item-search {
  text-align: center;
}

.item-search p {
  display: inline-block;
  width: 45%;
  margin: 0 3px;
}

.item-search a {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  text-decoration: none;
  padding: 3px 0;
  text-align: center;
  font-weight: bold;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
}

.gray-card {
  background-color: #fafafa;
  padding: 12px 8px;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}

.gray-card .flex-container {
  gap: 6px;
}

.gray-card p {
  box-sizing: border-box;
  width: calc(50% - 3px);
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .gray-card p {
    width: calc(25% - 4.5px);
  }
}

.gray-card a {
  display: flex;
  width: 100%;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  padding: 3px 0;
  border-radius: 5px;
  border: 2px solid transparent;
}

.gray-card a:hover {
  background-color: #fff;
}

.gray-card .flex-container img {
  display: none;
}

.rakuten-travel a {
  background-color: #00b900;
}

.rakuten-travel a:hover {
  color: #00b900;
  border: 2px solid #00b900;
}

.jtb a {
  background-color: #c00;
}

.jtb a:hover {
  color: #c00;
  border: 2px solid #c00;
}

.jalan a {
  background-color: #f60;
}

.jalan a:hover {
  color: #f60;
  border: 2px solid #f60;
}

.rurubu a {
  background-color: #006;
}

.rurubu a:hover {
  color: #006;
  border: 2px solid #006;
}

.yahoo-travel a {
  background-color: #fe0236;
}

.yahoo-travel a:hover {
  color: #fe0236;
  border: 2px solid #fe0236;
}

.knt a {
  background-color: #0b499d;
}

.knt a:hover {
  color: #0b499d;
  border: 2px solid #0b499d;
}

.ikkyu a {
  background-color: #1b4678;
}

.ikkyu a:hover {
  color: #1b4678;
  border: 2px solid #1b4678;
}

@media (max-width: 768px) {
  .single
    div.easyLink-box.easyLink-size-s
    div.easyLink-info
    p.easyLink-info-name {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .single div.easyLink-box.easyLink-size-s {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.related-post h2 {
  border-bottom: 3px solid var(--main-color);
}

.table-side tbody tr:nth-of-type(odd),
.table-main-color-striped tbody tr:nth-of-type(odd) {
  background-color: #fff5f5;
}

.table-side tbody tr th {
  background-color: var(--main-color);
  color: #fff;
}

.table-side li {
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .table-side li {
    font-size: 13px;
  }
}

.single-post article .table-side ul,
.page article .table-side ul,
.category .table-side ul {
  margin-bottom: 0;
  padding: 0 0 0 5px;
  border: none;
  width: 100%;
  text-align: left;
  background-color: transparent;
}

.single-post article .table-side a {
  font-weight: normal;
}

.relation {
  background-color: #fd7e00;
  color: #fff;
  padding: 1px 5px 0;
}

.p-main-color {
  background-color: var(--main-color);
  color: #fff;
  padding: 1px 5px 0;
}

.citation {
  padding: 0 30px;
}

.citation p,
.citation li {
  font-size: 15px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .citation p,
  .citation li {
    font-size: 14px;
  }
}

.single-post .citation ul {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0 5px 10px 20px;
}

.easyLink-box {
  margin-bottom: 16px !important;
}

.single-post article .simple-list {
  background-color: transparent;
  border: none;
}

.searchform {
  position: relative;
  width: 200px;
}

.searchfield {
  font-size: 14px;
  height: 32px;
  width: 100%;
  padding: 8px;
  border: solid 1px #bbb;
  border-radius: 4px;
  background-color: #efefef;
}

.searchsubmit:hover {
  opacity: 0.6;
}

@media (min-width: 516px) and (max-width: 767px) {
  .ad-short {
    display: none;
  }
}

@media (min-width: 993px) {
  .ad-short {
    display: none;
  }
}

@media (max-width: 515px) {
  .ad-long {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .ad-long {
    display: none;
  }
}

@media (min-width: 993px) {
  .ad-small {
    display: none;
  }
}

@media (max-width: 992px) {
  .ad-large {
    display: none;
  }
}

/* フッター */
#footer {
  background-color: #333336;
  color: #ccc;
  padding: 30px 16px;
}

@media (min-width: 992px) {
  #footer {
    padding: 30px 48px;
  }
}

#footer a,
#footer a:hover {
  color: #ccc;
}

footer li {
  list-style: none;
}

footer ul {
  padding-left: 0;
}

footer h4 {
  margin-top: 30px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-nav-ttl {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.footer-nav > li {
  width: 50%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .footer-nav li {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .footer-nav li {
    width: auto;
  }
}

.hidden {
  display: none;
}

.bg-main-color {
  background-color: var(--main-color);
  color: #fff;
}

.bg-misty-rose {
  background-color: #fff5f5;
}

.bg-white,
.bg-white th {
  background-color: #fff !important;
}

.p-heading {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding-left: 18px;
}

@media (min-width: 768px) {
  .p-heading {
    font-size: 20px;
  }
}

.p-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--main-color);
}

.l-main .p-sm-heading {
  padding-left: 8px;
  border-left: 3px solid var(--main-color);
  font-weight: 700;
}

.l-main .p-circle-heading {
  position: relative;
  padding-left: 12px;
  font-weight: 700;
}

.l-main .p-circle-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--main-color);
}

.youtube-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
}

.youtube-wrapper iframe {
  width: 100%;
  height: 100%;
}

div.MathJax_Display {
  font-size: 15px;
  overflow-x: auto;
  overflow-y: hidden;
}
