.entry-content h4 {
border-bottom: solid 3px #757575;
/*線の種類（実線） 太さ 色*/
}
.btn-1 {
    background-color: #61c359; /* ボタン背景色 */
    color: #fff; /* ボタン文字色 */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    font-weight: bold;
    border-radius: 4px;
    max-width: 80%;
    margin: 0.5em auto;
    padding: 0;
    text-align: center;
    line-height: 1.4;
    transition: all .2s ease;
    opacity: 0.8;
}

.btn-1:hover {
    box-shadow: none;
    transform: translateY(2px);
}

.btn-1 a {
    text-decoration: none !important;
    color: #fff !important;
    display: block;
    margin: 0;
    padding: 0.5em;
}

.btn-1 > img { float: left; }
.btn-1::after{ content: ''; clear: left; }
.abtn-mc1 a{
    display: inline-block;
    width: 95%;
    margin: 0;
    border-radius: 3px;
    background: #4F9DF4;
    color: #fff;
    padding: .2em .3em;
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 2px 3px rgba(0,0,0,.2), 0 2px 3px -2px rgba(0,0,0,.15);
}
.abtn-mc1 a:after{
    content: "\f138";
    font-family:"FontAwesome";
    margin-left: 20px;
}
.abtn-mc1 a:hover{
    text-decoration: none;
    box-shadow: 0 13px 20px -3px rgba(0,0,0,.24);
    -webkit-tap-highlight-color: transparent;
}
.abtn-mc1-top-text{
    font-weight: bold;
    margin-bottom:.4em!important;
}
.abtn-mc1-under-text{
    font-size: .8em;
}
.marker-yellow {
background: linear-gradient(transparent 60%, #FFFF99 50%);
}
/*--------------------------------------
関連記事カード２を変更
--------------------------------------*/
.longc_linkto{/*カード全体の設定*/
    position: relative;/*疑似要素の基準に設定*/
    padding: 5px 5px 36px 5px;/*内側の余白（上左右5px 下36px）*/
}
.longc_linkto img {/*アイキャッチ画像が入っている部分の大きさ*/
    max-width: 40%;/*画像部分の横幅最大*/
    vertical-align: top;/*上揃え*/
}
.longc_img img {/*アイキャッチ画像*/
    padding: 0px;/*内側の余白10pxから0pxに*/
}
.longc_linkto .c_linkto_text {/*テキスト部分*/
    padding: 0 2%;/*内側の余白（上下0 左右2%）*/
    display: inline-block;/*横並びになるように*/
    max-width: 55%;/*テキスト部分の横幅最大*/
    font-size: .8em;/*フォントサイズを小さく*/
}
.longc_time {/*投稿日*/
    display: none;/*削除*/
}
.longc_linkto .c_linkto_text:before {/*疑似要素（前）*/
    position: absolute;/*基準に対して動けるように*/
    content: "関連";/*表示する文字*/
    top: 5px;/*上からの位置*/
    left: 5px;/*左からの位置*/
    display: inline-block;/*自由に横幅や高さを設定できるように*/
    width: 47px;/*横幅*/
    height: 27px;/*高さ*/
    text-align: center;/*中央揃え*/
    background:  #FFBE78;/*背景色*/
    font-size: 14px;/*フォントサイズ*/
    line-height: 28px;/*行の高さ（縦方向中央揃え用）*/
    color: white;/*文字の色*/
    letter-spacing: 3px;/*文字の間隔*/
    padding-left: 3px;/*内側の余白（左）*/
    border-radius: 2px;/*角丸*/
}
.longc_linkto .c_linkto_text:after {/*疑似要素（後）*/
    position: absolute;
    content: "つづきを読む";
    bottom: 5px;
    right: 0px;
    display: inline-block;
    width: 100%;
    height: 27px;
    text-align: center;
    background: #EBEDF0;
    font-size: 14px;
    line-height: 28px;
    color: #599EFF;
    letter-spacing: 3px;
}
/*****   PCでの画像表示   *****/
@media only screen and (min-width: 481px){/*横幅481px以上での表示*/
.longc_img {/*アイキャッチ画像が入っている部分の大きさ*/
    width: 30%;/*横幅*/
}
.longc_linkto img {/*アイキャッチ画像の大きさ*/
    max-width: 100%;/*横幅*/
}
.c_linkto.longc_linkto .longc_content {/*テキスト部分*/
    vertical-align: top;/*上揃え*/
}
.longc_linkto .c_linkto_text {/*テキスト部分*/
    padding: 0 2%;/*内側の余白（上下0　左右2%）*/
    font-size: 1em;/*フォントサイズ*/
}}
/*--------------------------------------
関連記事タイトルデザイン
--------------------------------------*/
#main .h-undeline { /* 関連記事タイトル */
    color: #595959; /* タイトルの文字色 */
    border-bottom: dotted 4px #e6e6e6; /* 下線 */
    letter-spacing: .2em; /* 字の幅 */
    margin:  0 .5em 0; /* 下の余白（外） */
    background-color: #fff; /* 背景色 */
    font-size: 2.2em; /* 文字の大きさ */
    padding: .1em 0; /* 上下の余白（中） */
}
#main .h-undeline:before { /* タイトル前の画像 */
    content: url(https://wandoki.net/wp-content/uploads/2019/07/1447964-1.svg);
    margin-right: .1em; /* タイトルとの距離調整 */
    /* display: inline-block; *//* SVG用　ディスプレイの設定 */
    /* width: 120px; *//* SVG用　画像の幅 */
}
@media only screen and (min-width: 768px) {
 #logo, #logo img, .desktop-nav li a {
 height: 90px;
 line-height: 50px;
 }
}
/*--------------------------------------
  アイコンの変更と位置調整
--------------------------------------*/
.sidebar .widget_categories .widgettitle:before {
    content: "\f02d";/*アイコン変更*/
    padding-right: .7em;/*内側の余白（左）*/
    padding-left: .3em;/*内側の余白（右）*/
}
.rank1, .rank2, .rank3, .rank4, .rank5 {
    font-size:18px;
    margin: 0;
    padding: 51px 0px 35px 120px;
    border-left: none;
    border-bottom: 0px;
}

.rank1 {
    background-image: url(https://wandoki.net/wp-content/uploads/2019/02/SbEIX0jPSfXPOqC1550292841_1550292902.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.rank2 {
    background-image: url(https://wandoki.net/wp-content/uploads/2019/02/Vw2Qy77TTT0ZA_l1550295740_1550295744.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.rank3 {
    background-image: url(https://wandoki.net/wp-content/uploads/2019/02/fLM0MCgcwBvVyHd1550295921_1550295926.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.rank4 {
    background-image: url(https://wandoki.net/wp-content/uploads/2019/02/vhBTEtiOQvvrZzp1550295943_1550295945.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.rank5 {
    background-image: url(https://wandoki.net/wp-content/uploads/2019/02/Rv9ZMSxFfryRapU1550296019_1550296020.png);
    background-repeat: no-repeat;
    background-position: left center;
}
/*--------------------------------------
  パンくずリスト
--------------------------------------*/
#breadcrumb {/*パンくずリスト全体の設定*/
    font-size:16px;/*文字サイズ*/
    letter-spacing: .2em;/*文字と文字の間の幅*/
}
#breadcrumb li a, #breadcrumb li:after {/*リンクと擬似要素の色*/
    color: #3aadf4;/*一括指定、ありがとうございます*/
}
#breadcrumb li:first-child a:before {/*一番最初のアイコン*/
    padding-right: 5px;/*内側路の余白*/
    font-size: 1.4em;/*文字サイズ*/
    content: "\f3c5";/*アイコンの種類*/
    vertical-align: -10%;/*上下のポジション*/
    opacity:0.54;/*存在感*/
}
#breadcrumb li:after {/*横三角のやつ*/
    opacity:.54;/*スケスケ*/
}
#breadcrumb li:last-child:after {/*横三角の最後*/
    display: none;/*いらないから削除*/
}
@media only screen and (max-width: 480px){/*スマホ表示*/
#breadcrumb {
    text-align: center;/*中央寄せ*/
}}
/*--------------------------------------
  パンくずリスト
--------------------------------------*/
#breadcrumb {/*パンくずリスト全体の設定*/
    font-size:16px;/*文字サイズ*/
    letter-spacing: .2em;/*文字と文字の間の幅*/
}
#breadcrumb li a, #breadcrumb li:after {/*リンクと擬似要素の色*/
    color: #3aadf4;/*一括指定、ありがとうございます*/
}
#breadcrumb li:first-child a:before {/*一番最初のアイコン*/
    padding-right: 5px;/*内側路の余白*/
    font-size: 1.4em;/*文字サイズ*/
    content: "\f041";/*アイコンの種類*/
    vertical-align: -10%;/*上下のポジション*/
    opacity:0.54;/*存在感*/
}
#breadcrumb li:after {/*横三角のやつ*/
    opacity:.54;/*スケスケ*/
}
#breadcrumb li:last-child:after {/*横三角の最後*/
    display: none;/*いらないから削除*/
}
@media only screen and (max-width: 480px){/*スマホ表示*/
#breadcrumb {
    text-align: center;/*中央寄せ*/
}}
#custom_html-5 {
background-color:
transparent;
}
/* テーブルを横スクロール */
table {
 width: 100%;
}

/*tableをスクロールさせる*/
/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
 overflow: auto;
 white-space: nowrap;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
.btn-2 {
    background-color: #fb7d79; /* ボタン背景色 */
    color: #fff; /* ボタン文字色 */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    font-weight: bold;
    border-radius: 4px;
    max-width: 80%;
    margin: 0.5em auto;
    padding: 0;
    text-align: center;
    line-height: 1.4;
    transition: all .2s ease;
    opacity: 0.8;
}

.btn-2:hover {
    box-shadow: none;
    transform: translateY(2px);
}

.btn-2 a {
    text-decoration: none !important;
    color: #fff !important;
    display: block;
    margin: 0;
    padding: 0.5em;
}

.btn-2 > img { float: left; }
.btn-2::after{ content: ''; clear: left; }
#custom_html-6 {
background-color:
transparent;
}

/*--------------------------------------
  PORIPU　吹き出し付きボックス　デフォルトカラー
--------------------------------------*/
.p-box {/*一番外の設定部分*/
    border: 2px solid #f4f4f5;/*枠線*/
    padding: 30px 20px 15px;/*内側の余白*/
    margin: 30px 0 20px;/*外側の余白*/
    border-radius: 0;/*角丸をOFF*/
}
div.p-box .p-box-title {/*吹き出しのタイトル部分*/
    background:#5a5a5a;/*背景色*/
    left: -2px;/*左からの位置*/
    top: -18px;/*上からの位置*/
    border-radius: 0;/*角丸をOFF*/
    font-weight: 500;/*フォントの太さ（太文字にする場合600）*/
    padding: 6px 10px;/*内側の余白*/
    letter-spacing: .1em;/*字と字の間隔*/
}
div.p-box .p-box-title:after {/*吹き出しの下三角部分*/
    border-top-color: #5a5a5a;/*吹き出しと同じ背景色*/
    top: 35px;/*上からの位置調整*/
    left: 18px;/*左からの位置調整*/
}
.p-box ul li {/*ボックス内の箇条書き設定*/
    padding: .5em 0 .5em 1.5em;/*内側の余白調整*/
}
.p-box ul li:after {/*箇条書きのアイコン部分*/
    color: #5a5a5a;/*アイコンの色*/
    font-family: "FontAwesome 4";/*アイコンのバージョン設定*/
    font-weight: 900;/*太さ設定*/
}

.entry-content .box26 {
    border-color: #c5e99b;
}
.entry-content .box26 .box-title {
  color: #8cd790;
}

#logo, #logo img, .desktop-nav li a, #drawer__open {
  height: 70px;
  line-height: 70px;
}
/*--------------------------------------
  ヘッダーお知らせ欄
--------------------------------------*/
.header-info a {/*お知らせ欄全体*/
    padding: 5px;/*内側の余白　上下左右*/
    font-size: 15px;/*文字の大きさ*/
}
.header-info a:after {/*後ろにぶち込む*/
    content: "クリックして見に行く";/*PCでのセリフ*/
    font-weight: 500;/*文字の太さ*/
    border: 1px solid #fff;/*枠線*/
    border-radius: 5px;/*角丸*/
    padding: 2px 10px;/*内側の余白*/
    margin-left: 5px;/*外側の余白（文字との距離）*/
}
@media screen and (max-width: 500px){/*スマホ表示*/
.header-info a:after {
    display: block;/*改行されるように*/
    width: 60%;/*ボタンっぽいやつの横幅*/
    content: "タップして見に行く";/*スマホでのセリフ*/
    margin: 0 auto;/*中央寄せ*/
    font-size: .8em;/*文字のサイズ*/
}}
.compare-box {
   margin: 2em auto;
   background: #fef9ed;
   border-radius:4px;
   box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
   max-width:600px;
}
.compare-box {
   margin: 2em auto;
   background: #fef9ed;
   border-radius:4px;
   box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
   max-width:600px;
}
.compare-box .compare-box-head {
   font-size: 1em;
   background: #fdc44f;
   text-align: center;
   color: #FFF;
   font-weight: bold;
   letter-spacing: 0.05em;
   display:flex;
   border-radius:4px 4px 0 0;
   line-height:1.5;
}
.compare-box p {
   padding: 0;
   margin: 0 0 20px 0;
}
.compare-box .compare-box-head div{
   padding:1.2em 1em;
   font-size:1em;
   line-height:1.1;
}
.compare-box .compare-box-content{
   display:flex;
   font-size:0.9em;
   line-height:2;
   text-align: justify;
   text-justify: inter-ideograph;
}
.compare-box .compare-box-content div {
   padding: 1em 1.6em;
}
.compare-head-left,.compare-head-right,.compare-left,.compare-right{
   flex:1;
}
@media screen and (max-width: 480px){
   .compare-box .compare-box-content div {
      padding:1em 0.8em;
   }
}
.box-bg-none{
  background:none !important;
}
.box-head-separate .compare-head-left{
  background:#80cbc4;
}
.box-head-separate .compare-head-right{
  background:#7986cb;
}
.memo {
    padding: .5em;
    background: #fff;
    border: .10em solid #79BD9A;
}
.memo_ttl {
    color: #79BD9A;
}
.memo_ttl:before {
    background: #79BD9A;
}
/************************************
** スマホで見やすい比較表
************************************/
.comparison-table-wrap{
  width:100%;
  max-width:600px;
  margin: 0 auto 2em;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.comparison-table-title{
  background:#6ac1b7!important;
}
.comparison-table table tbody th{
  background:#6ac1b7!important;
}
.comparison-table-title{
  background : linear-gradient(90deg, rgba(71, 206, 255, 1) 0%, rgba(56, 224, 248, 1) 100%);
  text-align: center;
   color: #fff;
   font-weight: bold;
   padding: 1em;
   letter-spacing: 1px;
  margin: 0;
  font-size:14px;
  box-shadow: 0 2px 5px rgba(100,100,100,0.1);
}
.comparison-table{
  background:#fff;
  margin:0;
  padding:0.3em 1em;
}
.comparison-table table{
  border-collapse: separate;
  border-spacing:5px 10px;
  border:none;
  margin-bottom: 0;
}
.comparison-table table th,.comparison-table table td {
  width:50%;
}
.comparison-table table thead th{
  background : #d1d1d1;
  border:none;
  color:#fff;
  box-shadow: 0 2px 5px rgba(100,100,100,0.1);
  padding: 0.8em 0.5em;
  line-height: 1.5;
  border-radius: 3px;
  font-size: 14px;
}
.comparison-table table tbody th{
  background : linear-gradient(90deg, rgba(71, 206, 255, 1) 0%, rgba(56, 224, 248, 1) 100%);
  text-align: center;
  color:#fff;
  border:none;
  border-radius:30px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  padding: 0.4em 1em;
  font-size: 14px;
  line-height: 1.3;
}
.comparison-table table tbody td{
  background:#fff;
  box-shadow: 0 2px 5px rgba(100,100,100,0.1);
  border-radius:3px;
  border:none;
  padding:1.2em;
  color: #555;
  line-height: 1.8;
  text-align:justify;
  vertical-align:top;
}
.comparison-table table tbody td p{
  margin:0;
  padding:0;
  margin-bottom:1em;
  font-size: 12px;
}
.comparison-table table tbody td .td-h{
  text-align:center;
  font-weight:bold;
  color:#6ac1b7;
  font-size: 16px;
  margin-bottom:7px;
}
@media screen and (max-width: 768px){
  .comparison-table{
    padding:7px;
  }
  .comparison-table table{
    border-spacing:3px 10px;
  }
  .comparison-table table thead th{
    position: -webkit-sticky;
    position: sticky;
    top:0px;
    z-index:100;
  }
}
/************************************
** スマホで見やすい比較表(画像比較)
************************************/
/* 比較名背景 */
.comparison-table-img .comparison-table table thead th{
  box-shadow:none !important;
  padding:0;
  margin:0;
}
.comparison-table-img .comparison-table table thead tr{
  background:none !important;
}
.comparison-table-img .comparison-table table thead th img{
  display:block;
}
.comparison-table table thead th p{
  margin:0;
}
/* 画像タイトル */
.comparison-table-img .comparison-table table thead th .th-h{
  color:#fff;
  padding-top:10px;
  margin-bottom:10px;
  font-size:14px;
}
/************************************
** アイコンフキダシボックス(グリーン)
************************************/
/* ボックス全体 */
.iconbox-green{
  background: #fffaf1 !important; /* 背景色 */
}
/* ボックスタイトル */
.iconbox-green .box-head-green{
  background: #8acdab !important; /* 背景色 */
	  color: #fff; /* 文字色 */
}
/************************************
** アイコンつきリスト
************************************/
/* ボックス全体 */
.iconbox{
  margin: 0 auto 2em; /* 余白 */
  background: #fef9ed; /* 背景色 */
  border-radius:4px; /* 角丸 */
  max-width:600px; /* 横幅 */
  padding: 0; /* 余白 */
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2); /* 影 */
}
/* ボックスタイトル */
.iconbox .box-title {
  font-size: 18px; /* 文字サイズ */
  background: #fdc44f; /* 背景色 */
  text-align: center; /* 文字配置 */
  color: #fff; /* 文字色 */
  font-weight: bold; /* 文字太さ */
  letter-spacing: 0.05em; /* 文字間隔 */
  border-radius:4px 4px 0 0; /* 角丸 */
  line-height:1.5; /* 行間 */
  padding:1em 2em; /* 余白 */
}
/* 段落の余白リセット */
.iconbox p {
  margin: 0;/* 文字の余白リセット */
  padding: 0; /* 文字の内側余白リセット*/
}
/* ボックス 中 */
.iconbox .iconbox-wrap{
  display:-webkit-box; /* 配置 */
    display:-ms-flexbox; /* 配置 */
  display:flex; /* 配置 */
  padding:1.3em 2em; /* 余白 */
}
/* コンテンツ */
.iconbox .iconbox-wrap .box-content{
   width: 97%;/*横幅 */
   margin: 0 3% 0 0 !important;/* 余白 */
   line-height:1.8;/* 行間 */
  -ms-flex-item-align: center;/* 中央寄せ */
   align-self: center;/* 中央寄せ */
}
/* コンテンツ段落 */
.iconbox .iconbox-wrap .box-content p{
  margin-bottom:1em;/*余白 */
}
/* アイコン&吹き出し */
.iconballoon{
  -ms-flex-item-align: end; /* 下部に配置 */
  align-self: flex-end; /* 下部に配置 */
}
/* アイコン */
.iconballoon .icon{
  text-align:center;/* 位置を中央へ */
}
/* アイコン画像 */
.iconballoon .icon img{
  width: 120px; /* 横幅 */
  margin:0; /* 余白 */
}
/* アイコン画像 (amp)*/
.iconballoon amp-img{
  max-width: 120px !important; /* 横幅 */
  margin:0; /* 余白 */
}
/* 吹き出し文字 */
.iconballoon .balloon p{
  line-height:1.4; /* 行間 */
}
/* 吹き出し */
.iconballoon .balloon{
  position:relative; /* 配置 */
  width:140px; /* 横幅 */
  background:#fff; /* 背景色 */
  padding:10px; /* 余白 */
  text-align:center; /* 中央寄せ */
  border:2px solid #999;/* 線(太さ 種類　色) */
  color:#555555;/* 文字色 */
  font-size:14px;/* 文字サイズ */
  font-weight:bold;/* 文字太さ */
  border-radius:10px;/* 角丸 */
  margin-bottom:10px;/* 余白 */
  line-height:1.5; /* 行間 */
}
/* 吹き出し(三角) */
.iconballoon .balloon:after,.balloon:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  position:absolute;
  top:100%;
  left:50%;
}
.iconballoon .balloon:after{
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FFFFFF;
}
.iconballoon .balloon:before{
   border-color:"rgba(153, 153, 153, 0)";
    border-top-width:12px;
    border-bottom-width:12px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    margin-top: 1px;
    border-top-color:#999999;
}
/*スマホ*/
@media screen and (max-width: 480px){
/* ボックスタイトル */
.iconbox .box-title {
  font-size: 14px; /* 文字サイズ */
}
/* ボックス 中 */
.iconbox .iconbox-wrap {
    padding: 1em 1em 1em 1.5em;/* 余白 */
}
/* コンテンツ */
.iconbox .iconbox-wrap .box-content{
  font-size:12px;/*文字サイズ */
}
/* アイコン画像 */
.iconballoon .icon img{
  width:80px;/* 横幅 */
  margin-top:5px;/* 余白 */
}
/* アイコン画像(amp) */
.iconballoon amp-img{
  max-width:80px !important;/* 横幅 */
  margin-top:5px;/* 余白 */
}
/* 吹き出し */
.iconballoon .balloon{
  width:80px;/* 横幅 */
  font-size:10px;/* 文字サイズ */
  padding: 1em 0;/* 余白 */
  border: 1px solid #999;/* 線(太さ 種類 色) */
}
/* 吹き出し(三角) */
.iconballoon .balloon:after {
    border-top-width: 12px;
    border-bottom-width: 10px;
    border-left-width: 11px;
    border-right-width: 11px;
    margin-left: -11px;
    border-top-color: #FFFFFF;
}
}
/************************************
** 箇条書き(点)
************************************/
/* 箇条書き */
.iconbox .list {
  list-style: none;/* 行頭記号削除  */
  padding: 0 !important;/* 余白リセット */
  margin: 0 !important;/* 余白リセット */
  border:none;/* 線リセット */
}
/* 箇条書き 行 */
.iconbox .list li { 
  position: relative;/* 行頭記号の配置  */
  margin: 0 0 0.5em 0 !important;/* 余白  */
  padding: 0 0 0.5em 1.4em !important;/* 余白 */
  line-height:1.8;/* 行間 */
}
/* 箇条書き 行頭記号 */
.iconbox .list li:before {
  background-color: #ffa952; /* 記号色 */
  position: absolute; /* 行頭記号の配置 */
  content: ''; /* 空文字 */
  top:13px; /* 上からの距離 */
  left: 0; /* 左からの距離 */
  width: 7px; /* 横幅 */
  height: 7px; /* 縦幅 */
  border-radius: 4px; /*角丸 */
}
/* 箇条書き 行頭記号リセット */
.iconbox .list-number li:after{
  content:'';
}
/*スマホ*/
@media screen and (max-width: 480px){
  /* 箇条書き 行頭記号*/
   .iconbox .list li:before{
     top:8px;/* 上からの距離 */
   }
}
/************************************
** 箇条書き(番号)
************************************/
/* 箇条書き(番号) */
.iconbox .list-number{
   counter-reset:number; /* 番号リセット */
   list-style: none !important;/* 行頭番号削除) */
   padding:0 !important;/* 余白リセット */
   margin:0 !important;/* 余白リセット */
   border:none !important;/* 線リセット */
}
/* 箇条書き(番号) 行 */
.iconbox .list-number li {
   position: relative;/* 配置 */
   margin:0.5em 0 !important;/* 余白 */
   max-width:500px; /* 横幅 */
   padding: 0 0 0.5em 1.8em !important;/* 余白 */
   line-height:1.8;/* 行間 */
}
/* 箇条書き(番号) 行頭番号 */
.iconbox .list-number li:before {
   counter-increment: number;/* 番号 */
   content: counter(number);/* 番号 */
   background-color: #fdc44f; /* 背景色 */
   color: #fff; /* 番号色 */
   position: absolute;/* 配置 */
   font-weight:bold;/* 文字太さ */
   font-size: 14px;/* 文字大きさ */
   border-radius: 50%;/* 角丸 */
   left: 0;/* 左からの距離 */
   top:4px;/* 上からの距離 */
   width: 22px;/* 横幅 */
   height: 22px;/* 縦幅 */
   line-height: 22px;/* 行間 */
   text-align:center;/* 中央寄せ */
}
/*スマホ*/
@media screen and (max-width: 480px){
  /* 箇条書き(番号) 行 */
  .iconbox .list-number li{
     padding: 0 0 0.5em 2em !important;/* 余白 */
  }
  /* 箇条書き(番号) 行頭番号 */
  .iconbox .list-number li:before {
    font-size:10px;/* 文字大きさ */
    width: 18px;/* 横幅 */
    height: 18px;/* 縦幅 */
    line-height: 18px;/* 行間 */
    top:2px;/* 上からの距離 */
  }
}
/*--------------------------------------
Rinkerのデザイン変更
--------------------------------------*/
div.yyi-rinker-contents {
    border: double 4px #dbdbdb;
}
/*-----左側（画像）-----*/
div.yyi-rinker-contents div.yyi-rinker-image {/*画像*/
    width: 230px;
    min-width: 140px;
    padding: 0;
}
/*-----右側（商品名やボタンなど）-----*/
div.yyi-rinker-contents div.yyi-rinker-box div.yyi-rinker-info {
 width: calc(100% - 100px);
}
div.yyi-rinker-contents img.yyi-rinker-main-img {
width: auto;
}
div.yyi-rinker-info {
    padding-left: 15px;
}
div.yyi-rinker-contents div.yyi-rinker-detail {/*販売者と価格*/
    font-size: .8em;/*文字の大きさ*/
    color: #42424280;/*文字の色*/
    padding-left: 0;/*左側の余白*/
    margin-top: 0;/*上の余白*/
}

div.yyi-rinker-contents ul.yyi-rinker-links li a {
    font-size: .9em;
    padding-left: 0;
}

div.yyi-rinker-contents ul.yyi-rinker-links li a {
    height: 35px;
    line-height: 35px;
    font-size: .82em;
    padding-left: 10px;
    padding-right: 0;
    border-radius: 3px;
}
div.yyi-rinker-contents div.yyi-rinker-detail .price-box {/*価格*/
    margin: .5em 0;/*上下の余白*/
}
div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price {/*価格の文字*/
    letter-spacing: 0.1em;/*文字の間隔*/
    font-size: 1.2em;/*文字の大きさ*/
    margin-right: .5em;/*右側の余白*/
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a:before, div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a:before, div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a:before {
    display: none;/*マーク削除*/
}

/*-----マウスホバー（ボタン）-----*/
div.yyi-rinker-contents ul.yyi-rinker-links li:hover {
    box-shadow: 0 3px 14px rgba(0, 0, 0, .25);/*優しく浮き上がる影*/
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a:hover, div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a:hover, div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a:hover {
    box-shadow: none;/*手前のマウスホバー*/
}
div.yyi-rinker-contents ul.yyi-rinker-links li a:hover {
    opacity: 1;/*ホバー時に薄くなるのをオフ*/
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink{
	background: #ffb36b;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink {
	background: #ea7373;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink {
    background: #51a7e8;
}
.yyi-rinker-title {
    font-size: 1.05em; 
}
div.yyi-rinker-contents ul.yyi-rinker-links li {
    font-size: .9em;
      padding: 0 14px 0 10px;
}
div.yyi-rinker-contents ul.yyi-rinker-links {
    margin: 0;
}
div.yyi-rinker-contents ul.yyi-rinker-links {
    border: none;
    list-style-type: none;
    display: inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px auto;
    padding: 0;
    width: 100%;
}
@media screen and (max-width: 500px){/*スマホ表示用（ブレイクポイント500px）*/
/*-----全体-----*/
div.yyi-rinker-contents div.yyi-rinker-box {
    display: block;/*縦表示になるように*/
}
/*-----画像ー----*/
div.yyi-rinker-contents div.yyi-rinker-image {
    width: auto;/*画像を中央表示*/
}
/*-----商品名やボタンなど-----*/
div.yyi-rinker-contents div.yyi-rinker-box div.yyi-rinker-info {/*全体*/
    padding: 0;/*余白削除*/
    margin: auto;/*中央揃え*/
    width: 87%;/*横幅*/
    text-align: center;/*商品名やボタンを中央表示*/
}
div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price {/*価格*/
    display: block;/*価格を縦並びにする*/
}
div.yyi-rinker-contents ul.yyi-rinker-links li {/*ボタン*/
    width: 100%;/*横幅いっぱい*/
    margin: .5em 0;/*上下の余白　左右の余白削除*/
}
	div.yyi-rinker-contents ul.yyi-rinker-links li a {
    font-size: .9em;
    padding-left: 0;
}

div.yyi-rinker-contents ul.yyi-rinker-links li a {
    height: 44px;
    line-height: 44px;
    font-size: .95em;
    padding-left: 10px;
    padding-right: 0;
    border-radius: 3px;
}
body div.yyi-rinker-contents ul.yyi-rinker-links li a {/*ボタンの文字*/
    padding: 0;/*文字の余計な余白を削除*/
}}
@media screen and (min-width: 501px) and (max-width: 1239px){/*スマホとPCの中間くらい（ブレイクポイント501～1239px）*/
div.yyi-rinker-contents ul.yyi-rinker-links li{
    width:80%;/*横幅を80％*/
}}
/* CTAボックス用CSS*/
.ycta-box {
display: block;
width: 100%;
background: #eaedf2;
padding: 10px;
}
.ycta-box-li {
display: table;
width: 100%;
padding: 10px;
margin: 0 0 10px 0;
background: #fff;
}
.ycta-box-img {
width: 40%;
max-width: 400px;
display: table-cell;
padding: 10px;
vertical-align: middle;
}
.ycta-box-desc {
width: 60%;
display: table-cell;
font-size: 0.9em;
padding-left: 20px;
}
@media (max-width: 767px){
/*モバイル定義*/
.ycta-box-img {
display: block;
width:100%;
}
.ycta-box-desc {
display: block;
font-size: 0.9em;
padding: 10px;
width:100%;
}
}

/************************************
** アイコンフキダシボックス(ブルー)
************************************/
/* ボックス全体 */
.iconbox-blue{
  background: #fffaf1 !important; /* 背景色 */
}
/* ボックスタイトル */
.iconbox-blue .box-head-blue{
  background: #885988 !important; /* 背景色 */
}
/************************************
** スライダー
************************************/
.slide-wrap{
   display:-webkit-box;
   display:-ms-flexbox;
   display: flex;
   overflow-x: scroll;
   -webkit-overflow-scrolling: touch;
   overflow-scrolling: touch;
   scroll-snap-type: x mandatory;
   padding:0 0 1em;
   margin:0 0 2em 0;
   scroll-behavior: smooth;
}
.slide-wrap .slide-content{
   flex: 0 0 90%;
   margin: 0 10px;
   height:100%;
}
@media screen and (max-width: 480px){
.slide-wrap .slide-content {
    flex: 0 0 88%;
    margin: 0px 5px;
    scroll-snap-align:center;
}
}
/*--------------------------------------
  セリフボックス
--------------------------------------*/
.sbox {
    margin: 2em 0;
    border-radius: 20px;
    position: relative;
    padding: 25px 1em;
}
.sbox:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-size: contain;
    border: 1px solid;
}
.sbox-btm:after {
    bottom: -35px;
}
.sbox-right:after {
    transform: rotate(10deg);
    right: -10px;
}
.sbox-left:after {
    transform: rotate(-10deg);
    left: -10px;
}
.sbox-img1:after {
    background-image: url(https://wandoki.net/wp-content/uploads/2019/03/20191003234225.png);
}
.sbox-img2:after {
    background-image: url(https://wandoki.net/wp-content/uploads/2019/03/02bb0693b37944a8f8135eb5b37e64e6.png);
}
.sbox-bc1 {
    background: #fff5e7;
}
.sbox-bc2 {
    background: #defdba;
}
.sbox-bdc1:after {
    border-color: #c19763;
}
.sbox-bdc2:after {
    border-color: #79bd9a;
}
.sbox-img3:after {
    background-image: url(https://wandoki.net/wp-content/uploads/2019/03/20191003234806.png);
}
.sbox-img4:after {
    background-image: url(https://wandoki.net/wp-content/uploads/2019/03/01ccd253ed13dce776a8424a267f1de1.png);
}
.sbox-bc3 {
    background: #fff5e7;
}
.sbox-bc4 {
    background: #defdba;
}
.sbox-bdc3:after {
    border-color: #c19763;
}
.sbox-bdc4:after {
    border-color: #79bd9a;
}
.sbox-img5:after {
    background-image: url(https://wandoki.net/wp-content/uploads/2019/03/20191003235255.png);
}
.sbox-img6:after {
    background-image: url(https://wandoki.net/wp-content/uploads/2019/03/e90a0422573771080b1477cd647635c8.png);
}
.sbox-bc5 {
    background: #fff5e7;
}
.sbox-bc6 {
    background: #defdba;
}
.sbox-bdc5:after {
    border-color: #c19763;
}
.sbox-bdc6:after {
    border-color: #79bd9a;
}
.sbox-img7:after {
    background-image: url(https://wandoki.net/wp-content/uploads/2019/03/20191004185138.png);
}
.sbox-img8:after {
    background-image: url(https://wandoki.net/wp-content/uploads/2019/03/20191004185148.png);
}
.sbox-bc7 {
    background: #fff5e7;
}
.sbox-bc8 {
    background: #fff5e7;
}
.sbox-bdc7:after {
    border-color: #c19763;
}
.sbox-bdc8:after {
    border-color: #c19763;
}
/*--------------------------------------
  口コミボックス
--------------------------------------*/
.good, .ungood {/*ボックス共通部分*/
    color: #797979;/*文字色*/
    padding: 1.5em 1em;/*内側余白*/
    margin: 2em 0;/*外側余白*/
}
.good .box-title, .ungood .box-title {/*タイトル部分*/
    display: flex;/*配置しやすい種類に変更*/
    align-items: center;/*縦方向を真ん中に*/
    line-height: 1;/*行の高さ*/
    margin-bottom:9px;/*外側　下の余白*/
}
.good .box-title, .good .box-title:before {/*タイトルとアイコンの色*/
    color: #fc938b;/*文字色*/
}
.ungood .box-title, .ungood .box-title:before {/*タイトルとアイコンの色*/
    color: #7986cb;/*文字色*/
}
.good .box-title:before ,.ungood .box-title:before {/*アイコン*/
    font-family: "FontAwesome";/*種類*/
    margin-right: 7px;/*外側　右余白*/
    font-size: 1.7em;/*文字の大きさ*/
}
.good .box-title:before {/*メリットのアイコン*/
    content: "\f118";/*アイコンの種類*/
}
.ungood .box-title:before {/*デメリットのアイコン*/
    content: "\f119";/*アイコンの種類*/
}
#ez-toc-container {
    margin: 0 0 2em 0;
    padding: 0;
    border: solid 2px;
    border-top: none;
    border-radius: 3px;
    background: #fffaff;
    border-color: #6ac1b7!important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);}
.entry-content .ez-toc-title-container {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 42px;
    font-weight: 500;
    background: #6ac1b7;
    text-align: center;
}
.entry-content .ez-toc-title-container:before{
    display: none;
}
#ez-toc-container ul {
    list-style-type: decimal;
}
#ez-toc-container .ez-toc-list {
    margin: 0;
    padding: 1em 6% 1em 12%;
    counter-reset: num;
    position: relative;
}
#ez-toc-container .ez-toc-list li {
    position: relative;
}
#ez-toc-container .ez-toc-list > li:before {
    counter-increment: num;
    position: absolute;
    display: inline-block;
    left: -36px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    content: counter(num)"";
    background-color: #6ac1b7;
    font-family: 'Quicksand',sans-serif;
    color: #fff;
}
p.ez-toc-title {
    color: white;
}
#ez-toc-container ul {
    list-style-type: none;
}
#ez-toc-container ul li ul {
    list-style-type: decimal;
}
.ez-toc-list li a {
    display: inline-block;
    line-height: 2;
    width: 100%;
    padding: 0;
    vertical-align: top;
}
.ez-toc-list a:hover {
    text-decoration: none;
    opacity: .5;
}
.entry-content .ez-toc-list:after {
    content: url(https://wandoki.net/wp-content/uploads/2019/10/1318914-e1570305971381.png);
    position: absolute;
    bottom: 0px;
    right: 10px;
    opacity: 0.6;
}
@media only screen and (max-width: 480px){
#ez-toc-container .ez-toc-list {
    padding: 1em 6% 1em 18%;
}}
/************************************
** ボックスナビ
************************************/
.p-nav{
margin:0.5em 0;/* 全体外余白 */
padding:0;/* 全体内余白 */
}
.p-nav ul{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
list-style:none;
margin:0;
padding:0;
border:none;
}
.p-nav ul li{
-ms-flex-preferred-size: calc(100%/4);/* 4列 */
flex-basis: calc(100%/4);/* 4列 */
margin:0;
padding:0;
text-align:center;
box-shadow: inset 1px 1px 0 0 #e0ddd1, 1px 1px 0 0 #e0ddd1, 1px 0 0 0 #e0ddd1;/* 罫線 */
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
min-height:100px;/* 最低の高さ */
cursor:pointer;
background:#fff;/* 背景色 */
}
.p-nav ul li:hover{
z-index:2;
box-shadow: inset 2px 2px 0 0 #4f96f6, 2px 2px 0 0 #4f96f6, 2px 0 0 0 #4f96f6, 0 2px 0 0 #4f96f6;/* 罫線(マウスホバー) */
transition: 0.35s ease-in-out;
}
.p-nav ul li:before{
content:unset !important;
}
.p-nav ul li a{
display:block;
padding: 0.5em 1em;/* 内余白 */
text-decoration:none;
width:100%;
}
.p-nav ul li a:hover{
background:none;
opacity:1;
}
.p-nav ul li a img{
max-width:50% !important;/* 画像横幅 */
height: auto !important;
filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.1));/* 画像影 */
display: inline-block;
}
.p-nav .p-nav-title{
display: block;
color: #666;/* 文字色 */
font-size: 0.7em;/* 文字大きさ */
letter-spacing: 1px;
font-weight: 600;/* 文字太さ */
text-align: center;
line-height: 1.5;/* 文字行間高さ */
}
/* サイドバー */
.sidebar .p-nav ul li{
-ms-flex-preferred-size: calc(100%/2);/* 2列 */
flex-basis: calc(100%/2);/* 2列 */
}
/* スマホ */
@media screen and (max-width: 559px) {
	.p-nav ul li{
		-ms-flex-preferred-size: calc(100%/2);/* 2列 */
		flex-basis: calc(100%/2);/* 2列 */
	}
}
/*--------------------------------------
トップページ用CSS
--------------------------------------*/
/*背景色・上部余白調整*/
.home #entry {
background:none;
}
.home .entry-content {
padding-top: 0;
}

/*新着記事用。トップに新着記事を載せない場合はなくても構いません。*/
@media only screen and (min-width: 481px) {
.catpost-cards .c_linkto {
width: 47%;
margin: 1em 0;
max-width: none;
}
}
.space-between {
justify-content: space-between;
}
.flex-wrap {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.flex {
display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;
display: flex;
}

/*カテゴリ見出しカスタマイズ*/
#inner-content .entry-content h3.top-title {
border-left: none;
border-bottom: none;
background: none;
color: #7b6459;
overflow: hidden;
text-align: center;
}
#inner-content .entry-content h3.top-title span {
position: relative;
display: inline-block;
margin: 0 2.5em;
padding: 0 1em;
text-align: left;
}
#inner-content .entry-content h3.top-title span:before,
#inner-content .entry-content h3.top-title span:after {
position: absolute;
top: 50%;
content: '';
width: 400%;
height: 1px;
background-color: #7b6459;
}
#inner-content .entry-content h3.top-title span:before {
right: 100%;
}
#inner-content .entry-content h3.top-title span:after{
left: 100%;
}

/*トップページ記事カード用*/
.popular-posts .cardtype__article-info {
padding-top: 0.5em;
}
.popular-posts .cardtype__link {
padding-bottom:10px;
}
.popular-posts.cardtype {
display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;
display: flex;
flex-direction: row;
-webkit-flex-direction: row;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.popular-posts .cardtype__article {
width: 48%;
margin: 0 0 25px;
}
.popular-posts .cardtype__article:nth-child(odd){
margin-right: 4%;
}
.popular-posts .cardtype__article p {
margin: 0; 
}
.popular-posts.cardtype h2 {
margin: 0 9px;
font-size: 14px;
color: inherit;
background: none;
}