/* bs上書き */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-weight: bold !important;
}
body {
  background-color: #f7f7f7 !important;
}
.nav .footer-nav .cf {
  display: block;
}

/* custom */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: Noto, Hiragino Sans, Helvetica, Arial, sans-serif !important;
}

header {
  padding: 0;
}
#logo {
  font-weight: bold;
}
#logo a {
  line-height: 1.5;
}
/* header promotion */
.header-info a {
  color: #3b5998;
  background: #ffd266;
  font-size: 0.85em;
  padding: 5px;
  font-weight: 600;
}
.header-info a i.fa-amazon {
  font-size: 1.1em;
  vertical-align: middle;
}
.header-info a i.fa-chevron-circle-right {
  font-size: 0.95em;
}

/* 記事一覧 */
.cardtype__link {
  padding-bottom: 13px;
}
.translated-post-sitename {
  text-align: right;
  margin: 5px 13px 0;
  font-size: 0.95em;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

/* post */
#breadcrumb {
  padding: 4px 15px 0;
  background: none;
}
#breadcrumb li:first-child a:before {
  display: none;
}
.single-title,
.page-title {
  margin: 0;
}

time.pubdate:before,
time.updated:before {
  display: none;
}

.totop {
  background: rgba(255, 255, 255, 0.8);
  color: #3b5998;
  border: 1px solid #3b5998;
  opacity: 1;
  z-index: 100;
}
.totop i {
  color: #3b5998;
}
.post-thumbnail {
  position: relative;
}
.post-thumbnail .entry-meta {
  position: absolute;
  left: 15px;
  top: 2%;
  margin: 0;
  color: #000;
  font-size: 14px;
  padding: 0;
  text-align: center;
  font-family: 'Quicksand', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
}

.entry-time.pubdate {
  padding: 0;
}

/* メイン画像クレジット */
.main-image-credit {
  position: relative;
}
.main-image-credit a {
  position: absolute;
  top: -37px;
  left: 0;
  font-size: 11px;
}
@media only screen and (min-width: 481px) {
  .main-image-credit a {
    left: 25px;
  }
}

/* 翻訳記事 */
.entry-content .translation-title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0;
}
.entry-content .translation-title a,
.entry-content .translation-author a {
  text-decoration: none;
}
.entry-content .translation-author {
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 0;
}
.entry-content .translation-date {
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 2em;
}

/* 筆者について */
.about-author {
  background-color: #f9f9f9;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 2em;
}
p.about-author-caption {
  font-weight: 600;
  margin: 0 5px 5px !important;
}
p.about-author-content {
  margin: 0 !important;
  font-size: 14px;
}

/* セクションh2 */
.entry-content h2 {
  color: black;
  font-weight: bold;
  border-left: 9px solid #3b5998;
  background-color: #f9f9f9;
  padding: 10px;
  margin: 60px -10px 40px;
}

/* セクションh3 */
.entry-content h3 {
  color: black;
  font-weight: 600;
  border-left: 6px solid #3b5998;
  background-color: #f9f9f9;
  padding: 5px 10px;
  margin: 30px -10px;
}
/* h4 */
#inner-content .hh11 {
  background: #bbd1ff;
  margin-bottom: 30px;
}
#inner-content .hh11:after {
  border-top: 15px solid #bbd1ff;
}

/* 本文 */
.entry-content p {
  margin-bottom: 3em;
}

/* 強調 */
.section-item-content span,
section strong,
span.highlight,
section span {
  color: black;
  font-weight: 700;
}
.prev-next__text {
  color: #505050;
}

.linkto span {
  font-weight: 600;
}

b,
strong,
.strong {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
span.italic {
  font-weight: initial;
}
span.italic.strong {
  font-weight: 600;
}

.entry-content .emphasized {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 1em;
}

/* ポイント・チェックなど装飾 */
section p.check {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 1em;
}
.check::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #007bff;
  margin-right: 5px;
}

/* 評価ボックス */
.rate-box {
  margin-bottom: 2em;
}
/*kanren*/
a.linkto.table {
  margin-bottom: 3em;
  margin-top: 0 !important;
}
.linkto {
  border: 1px solid lightgrey;
}

/* 表 */
.entry-content table {
  margin-bottom: 3em;
}
.entry-content th {
  background-color: #3b5998;
  color: white;
  font-weight: initial;
}
.entry-content td {
  text-align: center;
}

/* リスト */
.entry-content ul,
.entry-content ol {
  border-width: 1px;
  margin-bottom: 3em;
  padding: 1em 1em 1em 2em;
}
.entry-content blockquote ul,
.entry-content blockquote ol {
  border: none;
  padding: 5px 0 5px 20px;
  margin: 0;
}

/* blockquote */
.entry-content blockquote {
  margin: 0 0 3em;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  padding: 20px 15px 10px;
  background-color: #f9f9f9;
  font-size: 0.9em;
}
.entry-content blockquote::before {
  font-size: 1em;
  top: 10px;
  left: 10px;
  color: #dbdbdb;
}
.entry-content blockquote cite {
  text-align: initial;
}
span.ref {
  color: #777;
  font-weight: initial;
  font-size: 0.9em;
  position: absolute;
  right: 5%;
  bottom: 2%;
}

/* youtube */
.youtube {
  margin: 0 0 3em;
}

/* twitter */
twitter-widget {
  margin-bottom: 3em !important;
  margin-top: 0 !important;
}
/* social */
.center-social {
  max-width: 550px;
  margin: 0 auto 3em;
}

/* 画像挿入 figure*/
figure {
  width: 100%;
  margin: 0 auto 2em;
  text-align: center;
  max-width: 500px;
}
figcaption {
  line-height: 1.5;
  margin-top: 10px;
  font-style: italic;
  font-size: 0.8em;
}
cite {
  font-size: 1em;
}
/* info */
p.info,
.info {
  background-color: #f7f7f7;
  border: 1px solid lightgrey;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 1em;
}
/* 参考文献 */
ol.reference-list {
  margin-top: 0;
  font-size: 0.7em;
}
p.reference-caption {
  margin-bottom: 0px;
  margin-left: 10px;
  font-weight: 600;
  font-size: 1.2em;
}

/* share */
li.pkt.sns-btn__item {
  display: none;
}

@media only screen and (min-width: 481px) {
  #breadcrumb {
    padding: 5px 25px;
  }
}

/*---Rinkerのデザイン変更---*/
div.yyi-rinker-contents {
  margin: 0 0 3em;
}
div.yyi-rinker-contents {
  border: solid 2px #42424230;
  border-radius: 5px;
  box-shadow: none;
}
div.yyi-rinker-contents div.yyi-rinker-box {
  padding: 0.25em 0;
}
div.yyi-rinker-contents div.yyi-rinker-image {
  margin: 2%;
  width: 30%;
}
div.yyi-rinker-info {
  padding: 0 2%;
  width: 100%;
  margin: auto;
}
.yyi-rinker-title {
  font-size: 1em;
  margin-left: 0.5em;
}
div.yyi-rinker-contents div.yyi-rinker-title p {
  margin: 0;
}
div.yyi-rinker-contents div.yyi-rinker-detail {
  font-size: 0.8em;
  color: #42424280;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0.5em;
}
div.yyi-rinker-contents div.yyi-rinker-detail .price-box {
  margin: 0.5em 0;
  margin-left: 0.5em;
}
div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price {
  letter-spacing: 0.1em;
  font-size: 1.2em;
  margin-right: 0.5em;
}
div.yyi-rinker-contents ul.yyi-rinker-links {
  display: inline-block;
}
div.yyi-rinker-contents ul.yyi-rinker-links li {
  width: 46%;
  padding: 0 0.7em;
  margin: 0.5em 0.5em 0.4em 0.5em;
  font-size: 0.85em;
  display: inline-block;
  height: 40px;
  border-radius: 3px;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  vertical-align: middle;
  line-height: 40px;
  transition: 0.3s ease-in-out;
  text-align: center;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink1 {
  background: #458500;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink3 {
  background: #0199b2;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink {
  background: #febd68; /*Amazonボタンの色*/
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a {
  color: #232f3e; /*Amazonボタン文字色*/
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink {
  background: #bf0000; /*楽天ボタンの色*/
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink {
  background: #95cad7; /*Yahoo!ショッピングボタンの色*/
}
div.yyi-rinker-contents ul.yyi-rinker-links li a {
  height: 40px;
  line-height: 40px;
  font-size: 0.9em;
  padding-left: 0px;
  padding-right: 0;
}
div.yyi-rinker-contents ul.yyi-rinker-links li a:after {
  padding-left: 5px;
  font-family: 'Font Awesome 5 Free';
  content: '\f138' !important;
  right: auto;
}
@media screen and (max-width: 500px) {
  /*スマホ表示用（ブレイクポイント500px）*/
  div.yyi-rinker-contents div.yyi-rinker-box {
    padding: 0;
    display: block;
  }
  div.yyi-rinker-contents div.yyi-rinker-image {
    width: auto;
    max-width: 50%;
    margin: 2% auto;
  }
  div.yyi-rinker-contents div.yyi-rinker-box div.yyi-rinker-info {
    padding: 0;
    margin: auto;
    width: 87%;
    text-align: center;
  }
  .yyi-rinker-title {
    font-size: 0.95em;
    　　text-align: left;
  }
  div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price {
    display: block;
  }
  div.yyi-rinker-contents ul.yyi-rinker-links li {
    width: 85%;
    font-size: 0.9em;
    margin-top: 2px;
  }
  body div.yyi-rinker-contents ul.yyi-rinker-links li a {
    padding: 0;
  }
  div.yyi-rinker-contents ul.yyi-rinker-links li a:after {
  }
}
@media screen and (min-width: 501px) and (max-width: 1239px) {
  /*スマホとPCの中間くらい（ブレイクポイント501～1239px）*/
  div.yyi-rinker-contents ul.yyi-rinker-links li {
    width: 80%;
  }
}

/* rinker custom */
.yyi-rinker-detail {
  display: none;
}

/* adsense */
.google-auto-placed.ap_container {
  margin-bottom: 3em;
}

/* profile */
.yourprofile {
  padding: 10px 0;
}
.yourprofile .profile-img {
  margin: 10px auto 0;
}
.profile-sns li i {
  border-radius: 10px;
}

/* menu */
/* sidebar */
.sidebar .widget-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 12px;
}

.sidebar .widget-menu li i {
  color: #6d85c9;
  font-size: 2.5em;
  margin-bottom: 8px;
}

.sidebar .widget-menu li span {
  line-height: 1;
}

/* mobile */
.single .insidesp,
.page .insidesp {
  padding: 0;
}

#drawer__content .widget_categories .widgettitle {
  display: none;
}

#drawer__content .widget_search {
  margin: 0;
}

#drawer__content .widget-menu {
  border-top: solid 2px #efefef;
  border-bottom: solid 2px #efefef;
}

#drawer__content .widget-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 12px;
}

#drawer__content .widget-menu li i {
  color: #6d85c9;
  font-size: 2em;
  margin-bottom: 6px;
}

#drawer__content .widget-menu li span {
  line-height: 1;
}

/* recently viewed posts */
.widget ul.recentviewed_post {
  padding: 0;
}
.recentviewed_post li {
  padding: 0 10px;
  border-top: 1px solid #dbdbdb;
}
.recentviewed_post li:first-child {
  border-top: none;
}

/* twitter timeline */
.twitter-timeline iframe {
  width: 740px !important;
}

/* mobile hamburger */
.drawer__title .close {
  display: none;
}
.close-btn {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.close-btn label {
  display: block;
  text-align: center;
  border-top: 1px solid #dbdbdb;
  padding: 12.5px;
  font-weight: bold;
  color: #666666;
  position: relative;
}
.close-btn label i.fas.fa-times {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* mobile footer fixed */
.fixed-menu ul {
  border-top: 1px solid #dbdbdb;
  box-shadow: none;
}
.fixed-menu ul li a {
  padding: 7px 0 4px;
  color: #666;
}

/* 404 */
.nofound-img img {
  width: 100%;
}

/* woff */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url('https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-brands-400.woff2')
    format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url('https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-solid-900.woff2')
    format('woff2');
  font-display: swap;
}

/* マニュアル関連記事 */
#manual-related {
  margin: 0 auto;
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 5px;
}
#manual-related:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#manual-related a:hover {
  text-decoration: none;
}
#manual-related .flex {
  flex-direction: column;
}
#manual-related img {
  width: 100%;
}
#manual-related .info h4 {
  margin: 15px auto 5px;
  text-align: center;
  color: #555555;
}
#manual-related .info p {
  color: #555555;
  padding: 0 10px;
  font-size: 0.9em;
  margin-bottom: 0;
}
#manual-related .info .cta {
  text-align: center;
  margin: 8px auto 10px;
  color: #4f96fb;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  #manual-related {
    margin: 0 auto 30px;
    width: 80%;
  }
  #manual-related .info p {
    padding: 0 15px;
  }
  #manual-related .info .cta {
    margin: 15px auto 20px;
  }
}

/* コーチングプラン */
.plan-item {
  padding: 20px 15px 25px;
  border: 2px solid #dbdbdb;
  border-radius: 5px;
  margin-bottom: 3em;
  transition: all 0.3s ease;
}

.plan-item:hover {
  border-color: #3b5998;
}

.plan-title {
  font-size: 1.1em;
  font-weight: bold;
}

.entry-content .plan-features {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.plan-price {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.plan-price .number {
  font-size: 1.3em;
  font-weight: bold;
  margin-right: 10px;
  color: #1a73e8;
}
.plan-price .interval {
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.9em;
}

.plan-payment {
  margin-top: 20px;
}

.plan-payment p {
  margin-bottom: 0;
}

.plan-payment a {
  width: 100%;
}

#payment-container {
  position: relative;
  z-index: 1;
}

/* custom-alert */
.custom-alert {
  margin-bottom: 2em;
  border-radius: 5px;
  padding: 10px 15px;
}
.custom-alert .button {
  display: block;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
  max-width: 400px;
  margin: 15px auto 0;
  color: #fff;
  text-decoration: none;
}

.custom-alert.success {
  color: rgb(30, 70, 32);
  background-color: rgb(237, 247, 237);
}
.custom-alert.success .button {
  background: rgb(30, 70, 32);
}

.custom-alert.error {
  color: rgb(97, 26, 21);
  background-color: rgb(253, 236, 234);
}
.custom-alert.error .button {
  background: rgb(97, 26, 21);
}

.custom-alert p {
  margin-bottom: 0;
}

/* loader */
.loader,
.loader:after {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
.loader {
  margin: 10px auto;
  position: relative;
  text-indent: -9999em;
  border-top: 0.35rem solid rgba(0, 0, 0, 0.15);
  border-right: 0.35rem solid #3b5998;
  border-bottom: 0.35rem solid #3b5998;
  border-left: 0.35rem solid #3b5998;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ads */
.ad-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}
.ad-banner {
  width: 50%;
}
.ad-image {
  display: block;
}
.ad-text {
  padding: 10px;
  width: 50%;
  text-align: center;
}
.ad-title {
  font-size: 1.1em;
  margin-bottom: 1em;
}
.ad-description {
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.9em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .ad-container {
    flex-direction: column;
  }
  .ad-banner {
    width: 100%;
  }
  .ad-text {
    width: 100%;
    padding: 15px 10px;
  }
}

/* custom linkto card */
.custom-linkto-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-linkto-container p.check {
  margin-bottom: 0;
}
.custom-linkto-card {
  text-align: center;
}
.custom-linkto-card .c_linkto_text {
  padding-bottom: 0;
}

#inner-content .custom-linkto-card .btn {
  margin-bottom: 1em;
}
