@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** ボックス
************************************/

/*タイトル付き（ラベルボックス）*/
.box5-2 {
  background-color: #fff;
  padding: 2em;
  position: relative;
  border: 1px solid #666;
  padding-bottom: 5px;
  padding-top: 20px;
}

.box5-2 .box-title {
  background-color: #fff;
  font-size: 1em;
  font-weight: 500;
  color: #666;
  padding: 0 5px;
  line-height: 1;
  position: absolute;
  top: -8px;
  left: 20px;
}

/* テーマボックス */
.kakomi-tape4 {
  position: relative;
  padding: 35px 20px 20px;
  margin: 2.5em auto;
  width: 90%;
  color: #555555;
  background-color: #fff;
  box-shadow: 0 2px 5px #888888;
  text-align: center;
  font-weight: bold;
}

.title-tape4 {
  position: absolute;
  top: -15px;
  left: 30px;
  padding: 4px 20px;
  color: #555555;
  font-weight: bold;
  background-color: rgba(255,255,255,.1);
  border-left: 2px dotted rgba(0,0,0,.1);
  border-right: 2px dotted rgba(0,0,0,.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  transform: rotate(-3deg);
}

/* BOX：青線 */
.box26 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #95ccff;
  border-radius: 8px;
}

.box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #95ccff;
  font-weight: bold;
}

.box26 p {
  margin: 0;
  padding: 0;
}

/* タブボックス */
.box27 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #62c1ce;
}

.box27 .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 17px;
  background: #62c1ce;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

.box27 p {
  margin: 0;
  padding: 0;
}

/*メリット・デメリット BOX*/
.meritto,
.demeritto {
  position: relative;
  padding: 0.8em 1em;
  margin: 3em 0 2em;
}

.meritto {
  border: 3px solid #46bc63;
}

.demeritto {
  border: 3px solid #ff6e6e;
}

.meritto .box-title {
  position: absolute;
  top: -42px;
  left: -3px;
  color: white;
  line-height: 32px;
  padding: 5px 13px 3px;
  border-radius: 10px 10px 0 0;
  background: #46bc63;
}

.demeritto .box-title {
  position: absolute;
  top: -42px;
  right: -3px;
  color: white;
  line-height: 32px;
  padding: 5px 13px 3px;
  border-radius: 10px 10px 0 0;
  background: #ff6e6e;
}

.meritto .box-title:before,
.demeritto .box-title:before {
  margin-right: 10px;
  font-size: 1.2em;
}

.meritto .box-title:before {
  content: "\f599";
}

.demeritto .box-title:before {
  content: "\f119";
}

.meritto ul,
.demeritto ul {
  list-style: none;
}

.meritto li,
.demeritto li {
  padding: .5em 0;
}

.meritto li:before,
.demeritto li:before {
  margin-left: -20px;
  margin-right: 10px;
}

.meritto li:before {
  content: "\f164";
  color: #46bc63;
}

.demeritto li:before {
  content: "\f165";
  color: #ff6e6e;
}

.meritto li:before,
.meritto .box-title:before,
.demeritto li:before,
.demeritto .box-title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*交差線*/
.box17 {
  margin: 2em 0;
  position: relative;
  padding: 0.5em 1.5em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}

.box17:before,
.box17:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: black;
}

.box17:before {
  left: 10px;
}

.box17:after {
  right: 10px;
}

.box17 p {
  margin: 0;
  padding: 0;
}

/*注意BOX*/
.cautionbox {
  margin: 1em 0;
  background-color: #ffebee;
  padding: 1em;
}

.cautionbox-title {
  color: #ef5350;
  font-size: 18px;
  font-weight: bold;
}

.cautionbox p {
  margin: 0;
  padding: 0;
}

/************************************
** リスト
************************************/

/*リストチェック*/
ul.CHECK_list {
  list-style-type: none;
}

li.CHECK_list {
  position: relative;
  line-height: 1.8;
  padding: 0 5px 7px 40px;
  margin: 7px 0 10px 30px;
  font-weight: bold;
}

li.CHECK_list::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 5px solid #3498db;
  border-bottom: 4px solid #3498db;
  transform: rotate(-45deg);
}

/*リスト吹き出し*/
ul.cp_list {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important;
  font-size: 18px;
  margin-left: 10px;
}

ul.cp_list li {
  position: relative;
  padding: 0em 1em 0em 1.5em;
  padding-left: 50px;
  font-weight: bold;
}

ul.cp_list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f4ad";
  position: absolute;
  left: 1em;
  color: #01377F;
}

/*リスト注意*/
ul.cau_list {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important;
  font-size: 18px;
  margin-left: 10px;
}

ul.cau_list li {
  position: relative;
  padding: 0em 1em 0em 1.5em;
  padding-left: 50px;
  font-weight: bold;
}

ul.cau_list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f071";
  position: absolute;
  left: 1em;
  color: red;
}

/*リストnumber*/
ol.number {
  counter-reset: list;
  list-style-type: none;
  font: 18px/1.6 'arial narrow', sans-serif;
  padding: 1.5em;
}

ol.number li {
  position: relative;
  padding: 7px 5px 7px 40px;
  margin: 7px 0 10px 30px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: dashed 1px #3498db;
}

ol.number li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #3498db;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

/************************************
** アプリーチ
************************************/
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}

.appreach:after {
  content: "";
  display: block;
  clear: both;
}

.appreach p {
  margin: 0;
}

.appreach a:after {
  display: none;
}

.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}

.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}

.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}

.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}

.appreach__info {
  font-size: 12px !important;
}

.appreach__developper,
.appreach__price {
  margin-right: 0.5em;
}

.appreach__posted a {
  margin-left: 0.5em;
}

.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}

.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}

.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}

.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}

.appreach__star__base {
  position: absolute;
  color: #737373;
}

.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}

/************************************
** 吹き出しイラスト
************************************/

/* 左画像 */
.voice-img-left {
  margin-left: 4px;
  margin-top: -1px;
  float: left;
  width: 60px;
  height: 60px;
}

/* 右画像 */
.voice-img-right {
  margin-right: 4px;
  margin-top: -1px;
  float: right;
  width: 60px;
  height: 60px;
}

.voice figure img {
  width: 100%;
  height: 100%;
  border: 2px solid #eee;
  border-radius: 50%;
  margin: 0;
}

/* 画像の下のテキスト */
.voice-img-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
}

/* 左からの吹き出しテキスト */
.voice-text-right {
  color: #444;
  position: relative;
  margin-left: 100px;
  padding: 1.2em;
  border: 3px solid #eee;
  background-color: #fff;
  border-radius: 5px;
}

/* 右からの吹き出しテキスト */
.voice-text-left {
  position: relative;
  margin-right: 100px;
  padding: 1.2em;
  border: 3px solid #eee;
  background-color: #fff;
  border-radius: 5px;
}

p.voice-text {
  margin: 0 0 8px;
}

p.voice-text:last-child {
  margin-bottom: 0px;
}

/* 左の三角形を作る */
.voice-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #eee;
  top: 15px;
  left: -20px;
}

.voice-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -16px;
}

/* 右の三角形を作る */
.voice-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #eee;
  top: 15px;
  right: -23px;
}

.voice-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  top: 15px;
  right: -19px;
}

/* 回り込み解除 */
.voice:after,
.voice:before {
  clear: both;
  content: "";
  display: block;
}

/************************************
** ボタン
************************************/

/*フラット*/
.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}

.tagcloud a {
  font-size: 14px !important;
  line-height: 1em;
  background: #47bea0;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  padding: 8px 8px;
  margin-top: 3px;
  border-radius: 4px;
  text-decoration: none;
}

.tagcloud a:hover {
  background: #f9d635;
  color: #fff;
}

.tagcloud a:before {
  font-family: "FontAwesome";
  content: "\f02b";
  padding-right: 4px;
}

/*シンプル*/
.btn-gradient-simple {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  color: #FFF;
  background-image: linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
  transition: .4s;
}

/************************************
** サイドバーウェジットタイトル
************************************/
#sidebar h3 {
  margin-bottom: 16px;
  font-size: 16px;
  background: 0 0;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 10px 0 10px 0;
  text-align: center;
  background-color: #5b9dd9;
  color: #fff;
}

/************************************
** プロフィール欄
************************************/
.nwa .author-box {
  max-width: none;
  padding: 0;
}

aside#author_box-2.widget.widget-sidebar.widget-sidebar-standard.widget_author_box {
  padding: 0 !important;
  border-radius: 10px;
}

@media (max-width: 1023px) {
  aside {
    padding: 0 .5em;
  }
}

.nwa .author-box .author-thumb {
  width: 100%;
  height: 9em;
  border-radius: 10px 10px 0 0;
}

.author-box figure.author-thumb {
  float: none;
  text-align: center;
  background: url( /*こちらに背景画像のアップロードURLを入力*/) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.author-box img.avatar.photo {
  background-image: none;
  padding: 0 !important;
  box-shadow: none;
}

.author-box figure.author-thumb img {
  width: 40%;
  max-width: 180px;
  margin-top: 20px;
}

@media (min-width: 1023px) {
  .nwa .author-box .author-thumb {
    height: 8em;
  }

  .author-box figure.author-thumb img {
    max-width: 120px;
  }
}

@media (max-width: 480px) {
  .nwa .author-box .author-thumb {
    height: 8em;
  }

  .author-box figure.author-thumb img {
    max-width: 130px;
  }
}

.author-box .author-name {
  margin: 0 0 2em 0;
}

.author-box .author-content .author-name a {
  text-decoration: none;
  font-size: 1.2em;
  color: #545454;
}

.nwa .author-box .author-description {
  margin-bottom: 20px;
}

.author-box .author-content .author-description p {
  font-size: 16px;
  color: #7b7b7b;
  line-height: 1.6em !important;
  margin: 1em;
}

div.author-follows {
  padding-bottom: 2em;
}

.author-box .author-content .author-description p a {
  text-decoration: none;
}

.author-box .author-content .author-description p a:hover {
  text-decoration: underline;
}

.author-box .author-content .author-follows .sns-buttons {
  justify-content: center;
}

.author-box .author-content .author-follows .sns-buttons a.follow-button {
  border-radius: 50%;
  border: none;
  width: 40px;
  height: 40px;
  color: #fff !important;
  margin: 0 3px;
  transition: .5s;
}

div.author-follows a.follow-button.website-button.website-follow-button-sq {
  background-color: #6eb6fd !important;
}

div.author-follows a.follow-button.twitter-button.twitter-follow-button-sq {
  background-color: #7dcdf7 !important;
}

div.author-follows a.follow-button.facebook-button.facebook-follow-button-sq {
  background-color: #7c9dec !important;
}

div.author-follows a.follow-button.hatebu-button.hatebu-follow-button-sq {
  background-color: #2c6ebd !important;
}

div.author-follows a.follow-button.instagram-button.instagram-follow-button-sq {
  background: linear-gradient(165deg, #427eff 5%, #f13f79 50%) no-repeat !important;
}

div.author-follows a.follow-button.pinterest-button.pinterest-follow-button-sq {
  background-color: #bd081c !important;
}

div.author-follows a.follow-button.youtube-button.youtube-follow-button-sq {
  background-color: #cd201f !important;
}

div.author-follows a.follow-button.linkedin-button.linkedin-follow-button-sq {
  background-color: #0A66C2 !important;
}

div.author-follows a.follow-button.note-button.note-follow-button-sq {
  background-color: #41C9B4 !important;
}

div.author-follows a.follow-button.soundcloud-button.soundcloud-follow-button-sq {
  background-color: #FF5500 !important;
}

div.author-follows a.follow-button.flickr-button.flickr-follow-button-sq {
  background-color: #111 !important;
}

div.author-follows a.follow-button.line-button.line-follow-button-sq {
  background-color: #00c300 !important;
}

div.author-follows a.follow-button.amazon-button.amazon-follow-button-sq {
  background-color: #ff9900 !important;
}

div.author-follows a.follow-button.rakuten-room-button.rakuten-room-follow-button-sq {
  background-color: #C61E79 !important;
}

div.author-follows a.follow-button.slack-button.slack-follow-button-sq {
  background-color: #4A154B !important;
}

div.author-follows a.follow-button.github-button.github-follow-button-sq {
  background-color: #4078c0 !important;
}

div.author-follows a.follow-button.codepen-button.codepen-follow-button-sq {
  background-color: #47CF73 !important;
}

div.author-follows a.follow-button.feedly-button.feedly-follow-button-sq {
  background-color: #2bb24c !important;
}

div.author-follows a.follow-button.rss-button.rss-follow-button-sq {
  background-color: #f26522 !important;
}

.author-box .author-content .author-follows .sns-buttons a.follow-button span {
  line-height: 40px;
}

.author-box .author-content .author-follows .sns-buttons a.follow-button span::before {
  font-size: 20px !important;
}

@media (max-width: 1023px) {
  .nwa .author-box .author-thumb {
    height: 11em;
    margin: 0 0 7em 0;
  }

  .author-name {
    font-size: 16px !important;
  }

  .author-description {
    line-height: 1.5 !important;
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1023px) {
  div.sidebar {
    display: none;
  }
}

/************************************
** インデックス内の広告（なぜか2つ必要）
************************************/
aside#pc_ad-2.widget.widget-index-middle.widget_pc_ad {
  height: auto !important;
  border: 1px solid;
  border-color: #CECECE;
  padding-top: 10px;
  margin-bottom: 12px;
}

#pc_ad-2 {
  height: auto !important;
  border: 1px solid;
  border-color: #CECECE;
  padding-top: 10px;
  margin-bottom: 12px;
}

div.ad-label {
  border: 1px solid #eee;
  font-size: 11px;
  background-color: #666;
  color: #fff;
  width: 80px;
  position: absolute;
  margin: 5px 0px 0px 15px;
  z-index: 2;
}

/************************************
** SNSフォローアカウント名（本文下）
************************************/
div.footer-meta {
  display: none;
}

div.author-info {
  display: none;
}

/************************************
** 上に行くボタン
************************************/
.go-to-top-button {
  width: 120px;
  height: 120px;
  margin-bottom: 250px;
}

/************************************
** 見出し
************************************/

/*h2*/
.article h2 {
  font-size: 20px;
  border-radius: 2px;
  background: #5B9DD9;
  line-height: 1.6;
  margin: 2.5em 0 1em;
  padding: 0.6em;
  color: #fff;
}

/*h3*/
.article h3 {
  border-left: 7px solid #5B9DD9;
  border-right: 0px #fff;
  border-top-color: #fff;
  border-bottom: 1px solid #66b4fa;
  font-size: 22px;
  padding: 12px 20px;
}

/*h4*/
.article h4 {
  border-top-color: #fff;
  border-bottom: 1px solid #66b4fa;
  font-size: 20px;
  padding: 9px 10px;
}

/*h5*/

/************************************
** 関連記事
************************************/
.related-entry-heading {
  position: relative;
  margin: 0;
  padding: 14px 10px;
  font-weight: bold;
  text-align: center;
  background: #5B9DD9;
  color: #fff;
}

/************************************
** アピールエリア
************************************/
.appeal {
  padding: 0 0 .1em;
  background-color: #ADD5E4;
}

div#appeal-in.appeal-in.wrap {
  padding: 0;
  min-height: 0px;
  max-height: 30px;
}

.appeal-content {
  background-color: #ADD5E4;
  margin: auto;
  padding: 0;
  max-width: 100%;
  opacity: 1;
  line-height: 1.6;
}

a.appeal-button {
  color: #777777 !important;
  font-size: .85em;
  padding: 0 23em 0;
  margin: 0;
  max-width: 100%;
  white-space: nowrap;
  box-shadow: none;
}

@media screen and (max-width: 1023px) {
  a.appeal-button {
    padding: 0 18em 0;
  }
}

@media screen and (max-width: 834px) {
  a.appeal-button {
    padding: 0 13em 0;
    font-size: .75em;
  }

  .appeal {
    padding: .1em 0 .25em;
  }
}

@media screen and (max-width: 652px) {
  a.appeal-button {
    padding: 0 8em 0;
  }
}

@media screen and (max-width: 500px) {
  a.appeal-button {
    padding: 0 6em 0;
  }
}

@media screen and (max-width: 420px) {
  a.appeal-button {
    padding: 0 3em 0;
  }
}

.appeal-button:hover {
  transform: none;
  box-shadow: none;
}

/************************************
** タグアイコン
************************************/
.tagcloud a:before {
  display: none;
}

/************************************
** 動画配置
************************************/
.wp-video {
  max-width: 100%;
  height: auto;
  margin: 0px auto;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}

/************************************
** Twitter中央寄せ
************************************/
.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 550px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

/************************************
** 横スクロールで画像をスライドさせる
************************************/
.image-horizontal-scroll {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.box {
  display: inline-block;
  width: 60%;
  margin: 10px;
}

/************************************
** 防犯特集
************************************/
.sidebar-heading-blue {
  background: #5fa0d8;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 8px;
  margin-bottom: 10px;
}

.sidebar-security-box {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 12px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.sidebar-security-box .security-lead {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  margin: 0 0 10px;
}

.sidebar-security-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-security-box li {
  margin: 0 0 8px;
  padding: 0;
  border-bottom: 1px dotted #e5e5e5;
}

.sidebar-security-box li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.sidebar-security-box a {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  text-decoration: none;
  font-weight: 700;
  color: #4f89c7;
  padding: 4px 0;
}

/*--------------------------
テーマエディター：スタイルシートに記載
-----------------------------*/

/* ギャラリーグリッド調整 */
.photo-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}

/* 各サムネイルボックス */
.photo-gallery > div {
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
  transition: box-shadow 0.3s;
}

.photo-gallery > div:hover {
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

/* 画像サムネイル */
.photo-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

/* 動画プレイヤーもサムネ風に */
.photo-gallery video {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

/* メタ情報 */
.photo-gallery div:last-child {
  font-size: 13px;
  color: #444;
  margin-top: 6px;
  line-height: 1.5;
}

/************************************
** 防犯ガジェット特集ウィジェット
************************************/
.sidebar-security-widget {
  background: #fff;
  border: 1px solid #e5e7eb;
  margin-bottom: 24px;
}

.sidebar-security-title {
  background: #5ea3df;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 12px 10px;
  line-height: 1.4;
}

.sidebar-security-body {
  padding: 14px 16px 16px;
}

.sidebar-security-text {
  font-size: 13px;
  line-height: 1.8;
  color: #666;
  margin: 0 0 10px;
}

.sidebar-security-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-security-links li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #eef2f7;
}

.sidebar-security-links li:first-child {
  border-top: none;
}

.sidebar-security-links a {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.7;
  color: #4a90d9;
  text-decoration: none;
}

.sidebar-security-links a:hover {
  text-decoration: underline;
}

/*--------------------------
Amazon誘導リンク
-----------------------------*/
.amazon-check-button-wrap {
  margin: 14px auto 24px;
  padding: 14px 12px;
  text-align: center;
  background: #fff8e6;
  border: 1px solid #f2c66d;
  border-radius: 8px;
}

.amazon-check-lead {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: #5a4a22;
}

.amazon-check-button {
  display: inline-block;
  width: 100%;
  max-width: 420px;
  padding: 12px 18px;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  background: #f0a500;
  border-radius: 6px;
  box-shadow: 0 3px 0 #b97800;
  transition: 0.15s;
}

.amazon-check-button:hover {
  color: #ffffff !important;
  opacity: 0.9;
  transform: translateY(1px);
  box-shadow: 0 2px 0 #b97800;
}

@media screen and (max-width: 767px) {
  .amazon-check-button-wrap {
    margin: 12px auto 20px;
    padding: 12px 10px;
  }

  .amazon-check-lead {
    font-size: 14px;
  }

  .amazon-check-button {
    font-size: 15px;
    padding: 11px 12px;
  }
}

/*--------------------------
内部導線リンクBOX
-----------------------------*/

.internal-check-button-wrap {
  margin: 24px auto;
  padding: 20px 22px;
  border: 1px solid #b8d7f0;
  border-radius: 6px;
  background: #f3f8ff;
  text-align: center;
  box-sizing: border-box;
}

.internal-check-button-wrap p {
  margin: 0 0 14px;
  line-height: 1.8;
  font-size: 15px;
  color: #333;
}

.internal-check-button-wrap p:last-child {
  margin-bottom: 0;
}

/* 見出し：今後はこちらに統一 */
.internal-check-lead {
  margin-bottom: 14px !important;
  font-weight: bold;
  font-size: 16px !important;
  line-height: 1.7;
  color: #00377F !important;
}

/* 過去互換：internal-check-label も同じ見た目にする */
.internal-check-label {
  margin-bottom: 14px !important;
  font-weight: bold;
  font-size: 16px !important;
  line-height: 1.7;
  color: #00377F !important;
}

/* 本文 */
.internal-check-text {
  margin-bottom: 14px !important;
  line-height: 1.8;
  font-size: 15px;
  color: #333;
}

/* ボタン配置 */
.internal-check-button-area,
.internal-check-button {
  margin-top: 16px !important;
  text-align: center;
}

/* 推奨型：a class="internal-check-button" */
.internal-check-button-wrap a.internal-check-button {
  display: inline-block;
  min-width: 280px;
  max-width: 100%;
  padding: 12px 24px;
  border-radius: 5px;
  background: #337ab7;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 3px 0 #1f5f95;
  box-sizing: border-box;
}

/* 過去互換：p class="internal-check-button" > a */
.internal-check-button-wrap p.internal-check-button a,
.internal-check-button-wrap .internal-check-button-area a {
  display: inline-block;
  min-width: 280px;
  max-width: 100%;
  padding: 12px 24px;
  border-radius: 5px;
  background: #337ab7;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 3px 0 #1f5f95;
  box-sizing: border-box;
}

.internal-check-button-wrap a.internal-check-button:visited,
.internal-check-button-wrap p.internal-check-button a:visited,
.internal-check-button-wrap .internal-check-button-area a:visited {
  color: #ffffff !important;
}

.internal-check-button-wrap a.internal-check-button:hover,
.internal-check-button-wrap p.internal-check-button a:hover,
.internal-check-button-wrap .internal-check-button-area a:hover {
  background: #2868a0;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(1px);
  box-shadow: 0 2px 0 #1f5f95;
}

@media screen and (max-width: 767px) {
  .internal-check-button-wrap {
    margin: 20px auto;
    padding: 16px 14px;
  }

  .internal-check-button-wrap p,
  .internal-check-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .internal-check-lead,
  .internal-check-label {
    font-size: 15px !important;
  }

  .internal-check-button-wrap a.internal-check-button,
  .internal-check-button-wrap p.internal-check-button a,
  .internal-check-button-wrap .internal-check-button-area a {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 12px 10px;
    font-size: 14px;
  }
}