/*ロゴ画像を横全体に表示*/
#inner-header, #drawer + #inner-header, #logo {
    width: 1000%;
    max-width: 100%!important;
    margin: 0;
    padding: 0;
}
.header--center #logo img {
    padding: 0;
    height: auto;
    width: 50%;
}
.header--center #logo {
    padding: 0;
}
/*END ロゴ画像を横全体に表示*/

/*ボタン幅１００％*/
#inner-content .wd100 {
    width: 100%;
    text-align: center;
}

/*ボタンまる*/
.btn-circle {
  display: inline-block;
  text-decoration: none;
  color: #668ad8;
  width: 25px;
  height: 25px;
  line-height: 20px;
  border-radius: 50%;
  border: solid 2px #668ad8;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  transition: .4s;
}

.btn-circle:hover {
  background: #b3e1ff;
}


/*悪い口コミのボックス（リスト）色指定*/
.entry-content .li-check ul {
    border-color: red;
	color: black;
}
.entry-content .li-check li:before {
  color: red;
}

/*見出し2の指定*/
.entry-content h2 {
  color: #545454;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #008080;/*上線*/
  border-bottom: solid 3px #008080;/*下線*/
text-align: center;
}

/*見出し3の色指定*/
.entry-content h3 {
	color: #545454;
	  border-bottom: dashed 2px #008080;
  position: relative;
  padding-left: 2.0em;/*アイコン分のスペース*/
  line-height: 1.4;
  border-left: none;
}
.entry-content h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f06c";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 1;/*アイコンの位置*/
  color: #008080; /*アイコン色*/
}

/*見出し4の色指定*/
.entry-content h4 {
	color: #545454;
  position: relative;
  padding-left: 2.0em;/*アイコン分のスペース*/
  line-height: 1.4;
}
.entry-content h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f06c";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 1;/*アイコンの位置*/
  color: #008080; /*アイコン色*/
}

/*BOXここから*/

/*--------------------------------------
  口コミボックス
--------------------------------------*/
.good, .ungood {/*ボックス共通部分*/
    border: 2px solid #f4f4f5;/*枠線*/
    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: 5px;/*外側　下の余白*/
}
.good .box-title, .good .box-title:before {/*タイトルとアイコンの色*/
    color: #fda359;/*文字色*/
}
.ungood .box-title, .ungood .box-title:before {/*タイトルとアイコンの色*/
    color: #4cb1bf;/*文字色*/
}
.good .box-title:before ,.ungood .box-title:before {/*アイコン*/
    font-family: "font awesome 5 free";/*種類*/
    margin-right: 5px;/*外側　右余白*/
    font-size: 1.7em;/*文字の大きさ*/
}
.good .box-title:before {/*メリットのアイコン*/
    content: "\f599";/*アイコンの種類*/
}
.ungood .box-title:before {/*デメリットのアイコン*/
    content: "\f5c8";/*アイコンの種類*/
}
/*口コミBOX↑*/
/*point*/
.boxpoint {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

.boxpoint .box-title {
  /*タブ*/
  position: absolute;
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
/*point*/

/*BOXメリット*/
.boxmerit {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.boxmerit .box-title {
    position: absolute;
    display: inline-block;
    top: -20px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.boxmerit p {
    margin: 0; 
    padding: 0;
}
/*BOXデメリット*/
.boxdemerit {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1em;
    border: solid 3px #f08080;
    border-radius: 8px;
}
.boxdemerit .box-title {
    position: absolute;
    display: inline-block;
    top: -20px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #f08080;
    font-weight: bold;
}
.boxdemerit p {
    margin: 0; 
    padding: 0;
}
/*ピンクタイトルBOX*/
.box306 {
    position: relative;
    margin: 2em 0;
    padding: 1em 1em;
    border: solid 3px #f7aad3;
    border-radius: 8px;
}
.box306 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ff69b4;
    font-weight: bold;
}
.box306 p {
    margin: 0; 
    padding: 0;
}

/*BOXQ&A*/
.boxQA {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1.5em;
    background: #EDF1F5;/*A文章部分背景色*/
    border-radius: 10px;
}

.boxQA .box-title {
    position: relative;
    background: #fff;/*Q文章部分背景色*/
    padding: 10px 50px 10px 40px;
    color: #454545;/*Q文章文字色*/
    border-radius: 10px;
}
.boxQA .box-title:before {
    content: "Q";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;/*Q文字色*/
    background: #9ED1FF;/*Q背景色*/
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1.2em;
    top: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}
.boxQA .box-title:after {
    content: "A";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;/*A文字色*/
    background: #FFAB8B;/*A背景色*/
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1.2em;
    bottom: -80px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white; 
    border-radius: 50%;
}

.boxQA p {
    padding: 20px 20px 15px 40px;
    margin: 0;
}

.boxQA ul {
  padding: 0 1em;
  position: relative;
}
.boxQA ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 4.2em;
  list-style-type: none!important;
}
.boxQA ul li:before {
  font-family: "FontAwesome";
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 3.5em;
  color: #FFAB8B; /*Aのリストのアイコンの色*/
}

/*この記事を読んで欲しい人*/
.box299 {
    margin: 2em 0;
    background: #fff4f4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box299 .box-title {
    font-size: 1.2em;
    background: #ff9999;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box299 p {
    padding: 15px 20px;
    margin: 0;
}
/*２段下白BOX原材料名*/
.box301 {
    margin: 2em 0;
    background: #f5f5f5;
border-radius: 10px;
}
.box301 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
border-radius:  10px 10px 0px 0px ;  
}
.box301 p {
    padding: 15px 20px;
    margin: 0;
border-radius: 8px;
}

/*二重線BOX*/
.box307 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #ffd700;
}
.box307 p {
    margin: 0; 
    padding: 0;
}



/*rinker*/
/*全体の枠線*/
div.yyi-rinker-contents {
    border: solid 2px #ff80b4;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
/*商品の画像縦中央*/
div.yyi-rinker-contents div.yyi-rinker-image {align-items: center;}
/*ボタンの幅を統一*/
div.yyi-rinker-contents ul.yyi-rinker-links li {
    width: 46%;
    padding: 0;
    margin: .4em;/*ボタンとボタンの隙間*/
}
/*ボタンの高さとテキストを中央揃え*/
div.yyi-rinker-contents ul.yyi-rinker-links li a {
    height: 2.8em;/*ボタンの高さ*/
    line-height: 2.8em;/*テキストを縦中央揃え（heightと同じ値に）*/
    padding: 0;
    text-align: center;/*テキストを横中央揃え*/
}
/*ボタンの枠線*/
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink {border:solid 2px #ffb92e;border-radius: 4px;}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink {border:solid 2px #fb7979;border-radius: 4px;}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink {border:solid 2px #79c5ff;border-radius: 4px;}
/*マウスオーバー時薄くしない*/
div.yyi-rinker-contents ul.yyi-rinker-links li a:hover {opacity: 1;}
/*マウスオーバー時ボタンの色と枠線*/
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink:hover {background:#fff;border:solid 2px #f6a306;}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink:hover {background:#fff;border:solid 2px #cf4944;}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink:hover {background:#fff;border:solid 2px #51a7e8;}
/*マウスオーバー時ボタンの文言色*/
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a:hover {color:#f6a306;}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a:hover {color:#cf4944;}
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink a:hover {color:#51a7e8;}
/*値段*/
div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price {
    font-size: 1.2em;
    letter-spacing: 0.05em;
    margin-right: .5em;
}

/*画面サイズ501-1070px*/
@media screen and (min-width: 501px) and (max-width: 1070px){
/*ボタンの幅調整*/
div.yyi-rinker-contents ul.yyi-rinker-links li {width: 100%;}
}
/*画面サイズ500px以下*/
@media screen and (max-width: 500px){
/*1カラムに変更*/
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-info {width: calc(100% - 10px);}
div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price {display: block;}
div.yyi-rinker-contents ul.yyi-rinker-links li {width: 100%;}
body div.yyi-rinker-contents ul.yyi-rinker-links li a {padding: 0;}
}
/*rinkerここまで*/

/*マーカー*/
/*bad*/
.bad_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ebdde9  0%) repeat scroll 0 0;
border-radius:7px}
/*bad-wide*/
.bad-line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 0%, #ebdde9  0%) repeat scroll 0 0;
border-radius:7px}
/*pink*/
.pink_line {background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffdbed 0%) repeat scroll 0 0;
border-radius:7px}
/*pink-wide*/
.pink-line {background: rgba(0, 0, 0, 0) linear-gradient(transparent 0%, #ffdbed 0%) repeat scroll 0 0;
border-radius:7px;}
/*blue*/
.blue_line{background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #e5f2ff 0%) repeat scroll 0 0;
border-radius:7px}
/*blue-wide*/
.blue-line{background:rgba(0, 0, 0, 0) linear-gradient(transparent 0%, #e5f2ff 0%) repeat scroll 0 0;
border-radius:7px}
/*イエロー（ベタ）*/
.yellow-allline {
background:  linear-gradient(transparent 0, #ffff84 0);
border-radius:7px}

/*目次追跡*/
.ez-toc-list .active {
  background-color: #f4c1e2;
}


/*ランキング形式*/
.title1 {
text-align: center;
background: #e6b422;
margin: 17px -16.5px -17px;
}
.title2 {
text-align: center;
background: #C0C0C0;
margin: 17px -16.5px -17px;
}
.title3 {
text-align: center;
background: #d69f81;
margin: 17px -16.5px -17px;
}
.rank1{
color: #ffffff;
 vertical-align: middle;
 font-size: 20px;
}
.ch1{
list-style-type: none;
 padding-left: 0;
 text-align: center;
 line-height: 40px;
}
.ch1-co{
display: inline; 
background: white; 
border: solid #235180;
 color: #235180;
 font-weight: bold;
 width: 50px;
 height: 50px; 
 padding: 5px !important;
 margin: 5px;
}
.fukidesc {
    display: table;
    margin: 2em;
    width: 95%;
}
.fukicell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-right: 10px;
}
.fukidesc .fukibig {
    width: 62%;
}
.fukiimg {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-right: 10px;
}
.fukiimg img {
    width: 100%;
}
.boxshadow {
    box-shadow: 0 2px 7px rgba(0,0,0,0.15), 0 5px 6px rgba(0,0,0,0.15);
}
.fukicell {
    display: table-cell;
    vertical-align: middle;
    width: 49%;
    position: relative;
}
.fukip {
    border: #ccc solid 4px;
    position: relative;
    background: white;
    padding: 12px 10px;
    border-radius: 13px;
}
.fukip:before {
    border-right: 23px solid #ccc;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    top: 30%;
    content: '';
    position: absolute;
    left: -23px;
}
.fukip p {
    margin: 0;
}
.fukip:after {
    content: '';
    position: absolute;
    border-right: 24px solid #fff;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    top: 30%;
    left: -17px;
   }
@media screen and (max-width: 600px){
.fukicell, .fukidesc, .fukip, .fukiimg, .post-content .codefuki .codebig, .fukiimg img, .post-content .fukidesc .fukisml, .post-content .fukidesc .fukibig {
    display: block;
    width: 95%;
	}	
}
@media screen and (max-width: 600px){
.fukiimg.fukibig {
    max-width: 600px;
	}
}
@media screen and (max-width: 600px){
.fukiimg {
    padding-right: 0;
    max-width: 400px;
    text-align: center;
	}
}
@media screen and (max-width: 600px){
.fukip:before {
    border-bottom: 20px solid silver;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -40px;
    content: '';
    position: absolute;
    left: 40%;
	}
}
@media screen and (max-width: 600px){
.fukip:after {
    border-bottom: 20px solid white;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -37px;
    content: '';
    position: absolute;
    left: 40%;
	}
}
@media screen and (max-width: 600px){
.fukicell {
    padding-top: 0px;
	padding-right: 0;
	}
}
@media screen and (max-width: 600px){
.fukip {
    border-radius: 6px;
    background: white;
	margin-top: -14px;
    border: solid 2px silver;
	}
}
.mc-plus-btn{/*全体（ボタンと文字）*/
    text-align: center;/*中央揃え*/
    margin: 1em 0 1.5em 0;/*外側の余白（上1em 下1.5em）*/
}
.mc-plus-btn .btn{/*ボタンの設定*/
    width: 100%;/*幅100%*/
    padding: .2em 1.3em;/*内側の余白（上下.2em 左右1.3em）*/
    font-size: 1.3em;/*文字の大きさ*/
    font-weight: bold;/*文字を太文字に*/
}
.mc-top-text, .mc-btn{/*文字＋ボタン*/
    margin-bottom:-.2em!important;/*外側の余白（下-2em）*/
}
.mc-top-text{/*上の文字*/
    font-weight: bold;/*太文字に*/
}
.mc-under-text{/*下の文字*/
    font-size: .8em;/*ちょい小さく*/
}
.mc-btn a:after{/*ボタンのアイコン*/
    
    margin-left: 20px;/*ボタンの文字との余白*/
}

