/*--2023/9/23以降のCSS--*/
.topflex1{
	display:flex;
	flex-wrap : wrap;
	justify-content:space-between;
	margin-bottom:50px;
}

.topbox1{
	padding:0px 0px 0px 0px;
	width:23%;
}

@media screen and (max-width:600px){
	.topbox1{
		width:48%;
	}
}

.h2-top1{
	text-align:center;
	padding:10px 0px 10px 0px;
	border-bottom:3px solid #BB2525; 
}

.a1-post:hover{
	transition: box-shadow .5s;
  box-shadow: 0 4px 4px gray;
}

.a1-post{
	display:table;
	margin:10px 10px 10px 10px;
	border:solid 1px #abb8c3;
	border-radius:3px;
	box-shadow:0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%)
}

.a-title{
	text-align:center;
	padding:8px 0px 8px 0px;
	background-color:#f3f5f6;
	font-weight:bold;
}

.RefImg1{
	border-radius:3px;
	vertical-align:top;
}

.a-title{
	text-align:center;
	padding:8px 0px 8px 0px;
	background-color:#f3f5f6;
	font-weight:bold;
}




/*--画像--*/
.Image1{
	box-shadow: 0px 2px 7px rgb(0 0 0 / 15%), 0 5px 6px rgb(0 0 0 / 15%);
	border-radius:2px;
}

/*---画像吹き出し横並び---*/
.FlexBox1{
	display:flex;
	margin-bottom:40px;
}

.ImgBox1{
		width:50%;
}


/*--ふきだし--*/
.fukidashi1 {
  position: relative;
  display: inline-block;
	margin:auto;
  padding: 7px 10px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #928484;
  box-sizing: border-box;
	border-radius:9px;
	width:45%;	
}

.fukidashi1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  z-index: 2;
}

.fukidashi1:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #928484;
  z-index: 1;
}

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

@media screen and (max-width:600px){
	.FlexBox1{
		display:block
	}
	
	.ImgBox1{
		width:100%;
	}
	
	.fukidashi1{
		width:100%;
		margin-top:18px;
	}
	
	.fukidashi1:before{
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
	margin-top:0px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
	}
	
	.fukidashi1:after{
  top: -30px;
  left: 50%;
  margin-left: -17px;
	margin-top:0px;
  border: 14px solid transparent;
  border-bottom: 14px solid #928484;
  z-index: 1;
	}
}

/*---リスト---*/
.entry-content .ul5{
	margin-top:0px;
	margin-bottom:0px;
	border:none;
	padding:0px 0px 0px 20px;
}

.entry-content ol{
	background:none;
}


.li1{
	font-size:0.95em;
	font-weight:bold;
}

.entry-content .liDesc1{
	margin-bottom:10px;
}

/*---Desc---*/
.entry-content .Desc1{
	margin-bottom:10px;
}

.entry-content .Desc2{
	margin:0.2em 0em 0.2em 0em;
}


/*--Boxデザイン--*/
.BoxDesign1 {
    position: relative;
    margin: 2.8em 1.5em 1.8em 0em;
    padding: 0.5em 1em;
    border: solid 2px #F99F48;
	  border-radius:0px 6px 6px 6px;
	  background-color:#fffbf4;
}

.BoxDesign1 .box-title1 {
    position: absolute;
    display: inline-block;
    top: -26px;
    left: -2px;
    padding: 0 10px;
    height: 25px;
    line-height: 27px;
    font-size: 17px;
    background: #F99F48;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.BoxDesign2{
	  margin-top:1.2em;
	  border-radius:6px;
}

/*トップページ人気記事用のウィジェット*/
.popular-posts .cardtype__article-info {
    padding-top: 0.6em;
}
.popular-posts .cardtype__link {
    padding-bottom: 15px;
}
.popular-posts.cardtype {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    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 5px;
    font-size: 15px;
}

/*固定ページ*/
/*------AliExpressの使い方------*/
.page-id-4158 #entry {
    background-color: #faebd7;
}

.page-id-4158{
background: #faebd7;
}

.page-id-4158 .hr1{
 height: 3px;
 background-color: orange;
 margin-bottom:5px;
} 

.page-id-4158 .desktop-nav {
  display:none
}

/*トップ画像*/
@media screen and (min-width:0px){
.page-id-4158 .top-img1{
	margin:auto;
	text-align:center;
}
}

@media screen and (min-width:640px){
.page-id-4158 .top-img1{
	float:left;
	}
}

/*トップ説明文字*/
@media screen and (min-width:640px){
.page-id-4158 .top-sentence{
	margin:45px 15px 45px 15px;
}
}
	
/*基本編*/
.page-id-4158 .kihonhen{
	font-size:19px;
	border-bottom:dashed;
	border-color:orange;
	margin-bottom:10px;
	margin-top:20px;
	clear:left;
}

/*article*/
.page-id-4158 .article1:hover{
	transition: box-shadow .5s;
}

.page-id-4158 .article1:hover{
  box-shadow: 0 4px 4px gray;
}

@media screen and (min-width:0px){
.page-id-4158 .article1{
	display:inline-block;
	background:white;
	padding:8px 8px 8px 8px;
	margin:0px 10px 0px 0px;
	width:100%;
}
}

@media screen and (min-width:640px){
	.page-id-4158 .article1{
	width:45%;
	}
}

/*span STEP*/
.page-id-4158 .step-number {
	background:#87ceff;
	padding:4px;
  font-size:14px;
  color:white;
	margin-bottom:0px;
	vertical-align:bottom;
	float:left;
	position:absolute;
	padding:0px 2px 0px 2px;
	background:#87ceff;
	box-shadow:1px 1px #a9a9a9;
}

/*記事タイトルh2*/
	.page-id-4158 .entry-content .a-title {
	display:table-cell;
	vertical-align:middle;
	font-size:0.95em;
	background:white;
	border:none;
	width:100%;
	}

.page-id-4158 .a1-post{
	display:table;
}

/*画像サイズ*/
	@media screen and (min-width:0px){
		.page-id-4158 .a-thumbnail {
		width:100px;
		}
}
	@media screen and (min-width:640px){
		.page-id-4158 .a-thumbnail {
		width:120px;
		margin-right:0px;
		}
}

/*ヘッダー・フッター・ウィジェット*/
.page-id-4158 .header {
    background-color: #ff7f50;
}

.page-id-4158 #footer-menu {
    background-color: #ff7f50
}

.page-id-4158 #content.one-column {
 background: #ff7f50
}

.page-id-4158 .widgettitle {
	background-color: #ff7f50;
	color:white;
}

/*------Alibabaの使い方(6652)------*/
.page-id-6652 #entry {
    background-color: #d1e8ff;
}

.page-id-6652{
background: #d1e8ff;
}

.page-id-6652 .hr1{
 height: 3px;
 background-color: #1e90ff;
 margin-bottom:5px;
} 

.page-id-6652 .desktop-nav {
  display:none
}

/*トップ画像*/
@media screen and (min-width:0px){
.page-id-6652 .top-img1{
	margin:auto;
	text-align:center;
}
}

@media screen and (min-width:640px){
.page-id-6652 .top-img1{
	float:left;
	}
}

/*トップ説明文字*/
@media screen and (min-width:640px){
.page-id-6652 .top-sentence{
	margin:45px 15px 45px 15px;
}
}
	
/*基本編*/
.page-id-6652 .kihonhen{
	font-size:19px;
	border-bottom:dashed;
	border-color:#1e90ff;
	margin-bottom:10px;
	margin-top:20px;
	clear:left;
}

/*article*/
.page-id-6652 .article1:hover{
	transition: box-shadow .5s;
}

.page-id-6652 .article1:hover{
  box-shadow: 0 4px 4px gray;
}

@media screen and (min-width:0px){
.page-id-6652 .article1{
	display:inline-block;
	background:white;
	padding:8px 8px 8px 8px;
	margin:0px 10px 0px 0px;
	width:100%;
}
}

@media screen and (min-width:640px){
	.page-id-6652 .article1{
	width:45%;
	}
}

/*span STEP*/
.page-id-6652 .step-number {
	background:#87ceff;
	padding:4px;
  font-size:14px;
  color:white;
	margin-bottom:0px;
	vertical-align:bottom;
	float:left;
	position:absolute;
	padding:0px 2px 0px 2px;
	background:#1e90ff;
	box-shadow:1px 1px #a9a9a9;
}

/*記事タイトルh2*/
	.page-id-6652 .entry-content .a-title {
	display:table-cell;
	vertical-align:middle;
	font-size:0.95em;
	background:white;
	border:none;
	width:100%;
	}

.page-id-6652 .a1-post{
	display:table;
}

/*画像サイズ*/
	@media screen and (min-width:0px){
		.page-id-6652 .a-thumbnail {
		width:100px;
		}
}
	@media screen and (min-width:640px){
		.page-id-6652 .a-thumbnail {
		width:120px;
		margin-right:0px;
		}
}

/*ヘッダー・フッター・ウィジェット*/
.page-id-6652 .header {
    background-color: #4682b4;
}

.page-id-6652 #footer-menu {
    background-color: #4682b4
}

.page-id-6652 #content.one-column {
 background: #4682b4
}

.page-id-6652 .widgettitle {
	background-color: #4682b4;
	color:white;
}

/*--------アリエク購入品--------*/
.page-id-4835	.header {
	background-color:white;
	}

.page-id-4835 {
	background-color:white;
}

/*-----------アプリ―チ-----------*/
.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;
}

/*点線ライン*/
.dotborder{
	border-bottom-color: #d3d3d3;
	margin-bottom: 15px;
	border-bottom: dashed;
  padding-bottom: 10px;
}

/*------------table1--------*/


.table1 {
  margin: 20px auto;
}
.table1 th {
  padding: 10px;
}
.table1 td {
	border-bottom-color: #ffffff;
	padding: 10px;
}


@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .table1 {
    width: 80%;
  }
  .table1 th,
  .table1 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/*------AliExpressおすすめ50選-------*/
/*h2デザイン*/
.entry-content .h25663 {
	padding: 0.5em;
	color: #58a9ef;
	background-color:#ffffff;
	text-align: center;
	border:none;
	border-bottom:2px solid #58a9ef;
}

/*商品タイトル*/
.entry-content .itemtitle {
	font-weight: bold;
	color:#696969;
	text-align: center;
	background-color: #d6eaff;
	padding: 15px 0px 11px 0px;
	margin-bottom:0px;
	font-size:19px;
}

/*商品ボックス*/
.entry-content .iteminfobox {
    margin: 0em 0em 0em 0em;
    padding: 0em 2em 2em;
    background: #d6eaff;
    color: #111111;
	  text-align:center;
}

/*list*/
.entry-content .list1 {
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: none;
	font-size: 18px;
}

/*list*/

@media screen and (min-width: 0px){
.entry-content .sideinfo {
	display:inline-block;
}
}
	
@media screen and (min-width: 640px) {
.entry-content .sideinfo {
	vertical-align:middle;
	}}

@media screen and (min-width: 0px) {
.entry-content .ul1 {
	border-style:none;
	display:inline-block;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:4px
	}}

@media screen and (min-width: 640px) {
.entry-content .ul1 {
	padding-left:15px;
	padding-top:10px;
	margin-bottom:0px;
	}}

/*画像位置調整*/
@media screen and (min-width: 640px) {
.entry-content .imgcenter {
	display:inline-block;
	margin:0px 0px 10px 0px;
	}}

@media screen and (min-width: 640px) {
.entry-content .imgcenter {	
	padding: 0px 0px 25px 0px;
	}}

/*お得度デザイン*/
.entry-content .star1 {
	font-size: 1.0em;
	color: #f4a460;
}
.entry-content .star2 {
	font-size: 1.0em;
	color: #ff6347;
}

/*ボタン位置*/
.entry-content .bp1 {
	padding-top:2px;
	padding-bottom:2px;
}

.entry-content .bt-position {
	padding-bottom:13px;
}

/*説明欄*/ 
.entry-content .desc1 {
 margin-top:13px;	  
}

/*サブタイトル*/
.entry-content .subtitle1 {
	font-size:19px;
	font-weight:bold;
	margin-bottom:8px;
}

/*商品説明*/
.entry-content .abst1{
	margin-bottom:35px;
}

@media screen and (min-width: 0px){
.entry-content .abst1{
	font-size:14px;
}}

@media screen and (min-width: 640px){
.entry-content .abst1{
	font-size:15px;
}}

/*おばあちゃん×スマートスピーカー(4849)*/
.ul2 {
  border: solid 2px #ffb03f;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.ul2 .list2 {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.ul2 .list2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}

/*要約ボックス*/
.box30 {
    margin: 1em 0;
    background: #dcefff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding:5px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}

.entry-content .ul3 {
	padding-top:0px;
	padding-bottom:0px;
	border:none;
	margin-bottom:3px;
}

/*------------ul4, li4--------*/
.entry-content .ul4 {
  border: solid 2px #ffb03f;
  padding: 0 0.5em;
  position: relative;
}

.entry-content .ul4 .li4 {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

.entry-content .ul4 .li4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}

.entry-content .ul4 .li4:last-of-type {
  border-bottom: none;
}

/*---------AliExpress購入品(5409)---*/
.page-id-5409 .buyp1 {
	text-align:center;
}

.page-id-5409 .buyflex1{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}

/*article*/
.page-id-5409 .buy-article1:hover{
	transition: box-shadow .5s;
}

.page-id-5409 .buy-article1:hover{
  box-shadow: 0 4px 4px gray;
}

.page-id-5409 .buy-article1{
	background:white;
	padding:8px 8px 8px 8px;
	margin:6px;
}

/*span タグ*/
.page-id-5409 .buy-step-number {
	background:#87ceff;
  font-size:15px;
  color:black;
	margin-bottom:0px;
	vertical-align:bottom;
	float:left;
	position:absolute;
	padding:0px 5px 0px 5px;
	background:grey;
	box-shadow:1px 1px #a9a9a9;
}

/*記事タイトルh2*/
	.entry-content .buy-a-title {
	font-size:0.95em;
	background:white;
	border:none;
	margin:0px;
	}

/*ヘッダー・フッターカラー*/
.page-id-5409 .header {
    background-color: #a9a9a9
}

.page-id-5409 #footer-menu {
    background-color: #a9a9a9
}

.entry-content .itemtitle-review {
	text-align: center;
	background-color: #e5e4e6;
	padding: 8px 0px 8px 0px;
	margin-bottom:0px;
	font-size:19.5px;
}

.entry-content .iteminfobox-review {
    margin: 0em 0em 0em 0em;
    padding: 0em 2em 2em;
    background: #e5e4e6;
	  text-align:center;
}

/*---------アリエクおすすめ服セラー(5513)*/
/*h2デザイン*/
.entry-content .h25512blue {
    padding: 0.5em;
	  color: #00008b;
	  background-color:#ffffff;
	  text-align: center;
    border-bottom: solid 3px;
	  border-bottom-color:#00008b;
}

.entry-content .h25512orange {
    padding: 0.5em;
	  color: orange;
	  background-color:#ffffff;
	  text-align: center;
    border-bottom: solid 3px;
	  border-bottom-color:orange;
}

.entry-content .h25512rose {
    padding: 0.5em;
	  color: #f08080;
	  background-color:#ffffff;
	  text-align: center;
    border-bottom: solid 3px;
	  border-bottom-color:#f08080;
}

.entry-content .h25512grey {
    padding: 0.5em;
	  color: #696969;
	  background-color:#ffffff;
	  text-align: center;
    border-bottom: solid 3px;
	  border-bottom-color:#696969;
}

.entry-content .h25512pink {
    padding: 0.5em;
	  color: #ff84c1;
	  background-color:#ffffff;
	  text-align: center;
    border-bottom: solid 3px;
	  border-bottom-color:#ff84c1;
}

.entry-content .h25512sky {
    padding: 0.5em;
	  color: #58a9ef;
	  background-color:#ffffff;
	  text-align: center;
    border-bottom: solid 3px;
	  border-bottom-color:#58a9ef;
}

/*商品タイトル*/
.entry-content .itemtitle5512 {
	font-weight: bold;
	color:#696969;
	text-align: center;
	background-color: #d6eaff;
	padding: 10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	font-size:20px;
	border-bottom: none;
	border-left: none;
}

/*商品ボックス*/
.entry-content .iteminfobox5512 {
    margin: 0em 0em 0em 0em;
    padding: 0em 2em 2em;
    background: #d6eaff;
    color: #111111;
	  text-align:center;
}

/*画像位置調整*/
@media screen and (min-width: 0px) {
.entry-content .imgcenter5512 {
	display:inline-block;
	margin-bottom:15px;
	}}

@media screen and (min-width: 640px) {
.entry-content .imgcenter5512 {	
	margin: 0px 3px 10px 3px;
	}}

/*画像サイズ調整*/
.entry-content .alignleft1 {
	height:200px;	width:auto;
}

.entry-content .alignleft2 {
	height:300px;	width:auto;
}

/*ボタン位置*/
.entry-content .bp5512 {
	padding-top:12px;
	padding-bottom:2px;
}

.entry-content .bt-position5512 {
	padding-bottom:12px
}

/*説明欄*/ 
.entry-content .desc5512 {
 margin-top:13px;	  
}

/*サブタイトル*/
.entry-content .subtitle5512 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:0px;
}

/*商品説明*/
.entry-content .abst5512 {
	margin-bottom:40px;
}

@media screen and (min-width: 0px){
.entry-content .abst5512{
	font-size:14px;
}}

@media screen and (min-width: 640px){
.entry-content .abst5512{
	font-size:15px;
	}}

/*----色調整----*/
/*background*/
.entry-content .bluebg5512 {
	background-color:#b0c4de;
}

.entry-content .orangebg5512 {
	background-color:#ffefd5;
}

.entry-content .rosebg5512 {
	background-color:#ffe4e1;
}

.entry-content .greybg5512 {
	background-color:#d3d3d3;
}

.entry-content .pinkbg5512 {
	background-color:#ffeaff;
}

/*-------iPhoneSEアクセ7選(3972)-----*/
/*h3デザイン*/
.entry-content .h3osusume {
	background-color:#d6eaff;
	border:none;
	text-align:center;
	margin-bottom:0px;
	margin-top:10px;
	padding:15px 10px 12px 10px;
}

/*画像サイズ調整*/
@media screen and (min-width: 0px) {
.entry-content .imgcenter3972 {
	display:inline-block;
	padding-bottom:5px;
	}}

@media screen and (min-width: 640px) {
.entry-content .imgcenter3972 {
	padding: 0px 6px 5px 6px;
	}}

/*ボタン位置*/
.entry-content .bt-position2 {
	padding-bottom:10px;
}

/*価格pタグ*/
.entry-content .p3972 {
 margin:0px 0px 0px 0px;	
}


/*-------プチプラコスメ(1790)-----*/
/*h3デザイン*/
.entry-content .h3osusume2 {
	background-color:#ffe4e1;
	border:none;
	text-align:center;
	margin-bottom:0px;
	margin-top:10px;
	padding:15px 10px 12px 10px;
}

.entry-content .h3osusume3 {
	background-color:#ffefd5;
	border:none;
	text-align:center;
	margin-bottom:0px;
	margin-top:10px;
	padding:15px 10px 12px 10px;
}

/*------購入品レビュー-----*/
/*---アクセサリーリング(5891)-*/
/*背景色*/
.postid-5891 .header {
    background-color: #a9a9a9
}

.postid-5891 #footer-menu {
    background-color: #a9a9a9
}

.postid-5891 #content.one-column {
 background: #f5f5f5
}

.postid-6048 .header {
    background-color: #a9a9a9
}

.postid-6048 #footer-menu {
    background-color: #a9a9a9
}

.postid-6048 #content.one-column {
 background: #f5f5f5
}

.postid-6436 .header {
    background-color: #a9a9a9
}

.postid-6436 #footer-menu {
    background-color: #a9a9a9
}

.postid-6436 #content.one-column {
 background: #f5f5f5
}

.postid-6463 .header {
    background-color: #a9a9a9
}

.postid-6463 #footer-menu {
    background-color: #a9a9a9
}

.postid-6463 #content.one-column {
 background: #f5f5f5
}

.postid-6485 .header {
    background-color: #a9a9a9
}

.postid-6485 #footer-menu {
    background-color: #a9a9a9
}

.postid-6485 #content.one-column {
 background: #f5f5f5
}

.postid-6521 .header {
    background-color: #a9a9a9
}

.postid-6521 #footer-menu {
    background-color: #a9a9a9
}

.postid-6521 #content.one-column {
 background: #f5f5f5
}

.postid-6590 .header {
    background-color: #a9a9a9
}

.postid-6590 #footer-menu {
    background-color: #a9a9a9
}

.postid-6590 #content.one-column {
 background: #f5f5f5
}

.postid-6197 .header {
    background-color: #a9a9a9
}

.postid-6197 #footer-menu {
    background-color: #a9a9a9
}

.postid-6197 #content.one-column {
 background: #f5f5f5
}

.entry-content .h2buyreview1 {
	text-align:center;
	background-color:#ffffff;
	border-color:black;
	border-bottom:solid 1px;
}



/*----おすすめワイヤレスイヤホン(1373)---*/
/*メリット・デメリットボックス*/
.entry-content .ul1373 {
  border: solid 2px #ffb03f;
  padding: 0.5em;
  position: relative;
  margin-top: 3em;
}
.entry-content .ul1373 .li1373 {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}
.entry-content .ul1373 .li1373:last-of-type {
  border-bottom: none;
}
.entry-content .ul1373 .li1373:before {
  /*リスト内のアイコン*/
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコン種類*/
	font-weight: 900;
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}

.entry-content .ul1373 .li1373:after {
  /*タイトルタブ*/
  background: #ffb03f;
	color: white;
	font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 10px;
	content:"メリット";
  letter-spacing: 0.05em;/*字間*/
	}

.entry-content .ul1373blue {
  border: solid 2px #6495ed;
  padding: 0.5em;
  position: relative;
  margin-top: 3em;
}

.entry-content .ul1373blue .li1373blue {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

.entry-content .ul1373 .li1373:last-of-type {
  border-bottom: none;
}

.entry-content .ul1373blue .li1373blue:before {
  /*リスト内のアイコン*/
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコン種類*/
	font-weight: 900;
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #6495ed; /*アイコン色*/
}

.entry-content .ul1373blue .li1373blue:after {
  /*タイトルタブ*/
  background: #6495ed;
	color: white;
	font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 10px;
	content:"デメリット";
  letter-spacing: 0.05em;/*字間*/
	}

/*-------CATKIN(2926)-----*/
/*h3デザイン*/
.entry-content .h32926 {
	background-color:#ffe4e1;
	border:none;
	text-align:center;
	margin-bottom:0px;
	margin-top:10px;
	padding:15px 10px 12px 10px;
}

/*-----アリエク例文集(6136)-----*/
/*Pタグ*/

@media screen and (min-width:0px){
.entry-content .p6136{
	font-size:16px;
	vertical-align:middle;
	margin-bottom:3px;
	color:#ff8c00
}

.check6136{
	font-size:22px;
	vertical-align:-3px;
	margin-right:3px;
	}
}

@media screen and (min-width:640px){
.entry-content .p6136{
	font-size:19px;
	vertical-align:middle;
	margin-bottom:3px;
}

.check6136{
	font-size:30px;
	vertical-align:-4px;
	}
}

/*----HOJOおすすめ(2961)------*/
.orange-bc{
	background-color:orange;
}

/*------日本ブランド------*/
.entry-content .Title1{
	margin:0px 0px 0px 0px;
	font-size:1.3em;
	text-align:center;
	border:none;
	margin-bottom:0px;
	padding:15px 10px 15px 10px;
	margin-top:40px;
}

.Img1{
	text-align:center;
	margin:0px 35px 10px 35px;
}

.ItemBox1{
	display:flex;
}

.Img2{
	display:flex;
	margin-top:6em;
}

.entry-content .Cap1{
	padding:5px 0px 0px 0px;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:0px;
}


@media screen and (max-width:640px){
	.ItemBox1{
		display:block;
		padding-bottom:10px;
	}
	
	.Img2{
	margin-top:0em;
	display:block;
	width:10%;
	margin:auto;

	}
	
	.Rotate90{
		transform: rotate( 90deg );
	}
	
	.Img1{
		margin-bottom:0px;
		padding-top:5px;
	}
}

.entry-content .Abst1 {
	margin-bottom:5px;
}

@media screen and (min-width: 0px){
.entry-content .Abst1{
	font-size:14px;
}}

@media screen and (min-width: 640px){
.entry-content .Abst1{
	font-size:15px;
	}}

.Link1{
	font-size:0.9em;
}

.Skyline{
	border-bottom:solid 2.0px #00bfff;
	padding-bottom:2.5px;
}

.Bold{
	font-weight:bold;
}