.shopBox {
  border: solid 3px #6091d3;/*線*/
  border-radius: 10px;/*角の丸み*/
  padding: 30px 15px;
  margin: 30px 0;
}


@media only screen and (min-width: 769px) {
  .shopBox {
    padding: 30px 30px 0;
  }
	.shopBox_contents{
		display: flex;
  }
	.shopBox_inner_right{
		flex: 1;
		margin-left: 30px;
	}
}

.shopBox_img a {
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}

.shopBox_title a {
  color: #62c9c7;
  padding-left:10px;
  font-size: 1.1em;
  text-decoration: underline;
}

.shopBox_title p {
  font-size: .9em;
  padding-left:10px;
  margin-top: .5em;
  margin-bottom: 10px;
}

.shopBox_btn_item {
  border-radius: 3px;
  margin-top: 10px;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.3));
}

@media only screen and (max-width: 768px) {
  .shopBox_img, .shopBox_btn_item {
    text-align: center;
  }
}

.entry-content .shopBox .shopBox_btn .shopBox_btn_item::before{
	display: none;
}
.entry-content .shopBox .shopBox_btn .shopBox_btn_item{
	padding-left: 0;
}
@media only screen and (min-width: 769px) {
	.entry-content .shopBox .shopBox_btn .shopBox_btn_item:not(:first-child){
		margin-left: 5px;
	}
}

.entry-content .shopBox .shopBox_btn .shopBox_btn_item a:hover{
	color: #fff;
}

.shopBox_btn_item a {
  padding: 3px 20px;
  display: block;
  color: #fff !important;
  text-decoration: none;
  
}

.shopBox_btn_item a:hover {
  -webkit-filter: brightness(-50%);
  
}

@media only screen and (min-width: 769px) {
  .shopBox_btn_item {
    display: inline-block;
    margin-right: 10px;

  }
}

.shopBox_btn .amazon {
  border-radius: 3px;
  color: #fff;
  background-image: linear-gradient(45deg, #FFC107 0%, #ec4300 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #ff9868;
  border-radius: 10px;
  list-style-type: none;
}


.shopBox_btn .kindle {
  border-radius: 3px;
  color: #fff;
  background-image: linear-gradient(45deg, #72ffff 0%, #00439b 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #53bbbe;
  border-radius: 10px;
  list-style-type: none;
}

.shopBox_btn .rakuten {
  border-radius: 3px;
  color: #fff;
  background-image: linear-gradient(45deg, #ff2667 0%, #c20000 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #e07676;
  border-radius: 10px;
  list-style-type: none;
}

.shopBox_btn .rakutenkobo {
  border-radius: 3px;
  color: #fff;
  background-image: linear-gradient(45deg, #ff2667 0%, #c20071 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #e07676;
  border-radius: 10px;
  list-style-type: none;
}

.shopBox_btn .other {
  border-radius: 3px;
  color: #fff;
  background-image: linear-gradient(45deg, #a6ff00 0%, #106100 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #b2e076;
  border-radius: 10px;
  list-style-type: none;
}

@media (min-width: 769px){
.yoko {
	display: flex;
	width: 100%;
  justify-content: center;
  margin:0;max-width: 100%; height: auto; width:100%; min-width: 320px;
	}
}

/* ページフォント */
.fonz {
  font-size:16px;
}

/* table */
.aboutimg {
  width:25%;float:left;padding:0.1em;
}
.abouttd {
  width:25%;min-width:80px;vertical-align:top;
}
.abouttr {
  border:white 0px;
}
.aboutdiv {
  font-size:small;
}
@media only screen and (max-width: 769px){
.aboutimg {
	width: 100%;
  margin:0 ;max-width: 60px; height: auto;padding:0;
	}
.abouttd {
  width:25%;max-width:80px;padding:0.1em;
}
.abouttr {
  width:100%;
}
}

/* 見出し */

.mida4 {
  position: relative;
  background: #f4f4f4;
  padding: 2px 5px 2px 25px;
  font-size: 1.2em;
  color: #474747;
  border-radius: 0 10px 10px 0;
}


.mida4::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1fc";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.mida {
  background: linear-gradient(transparent 60%, #c8f1ff 60%)
}

/* 見出し囲み */
.mida1 {
    padding: 0.7em 0.5em;
    border: 1px solid #333;
    position: relative;
}

.mida1::before,
.mida1::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #333;
}

.mida1::before {
    left: -8px;
    top: -8px;
}

.mida1::after {
    right: -8px;
    bottom: -8px;
}

/* 見出し上下線 */
.mida2{
  padding: 1rem 2rem;
  border-top: 6px double #000;
  border-bottom: 6px double #000;
}

/* 見出しおまけ */
.midaomake {
  position: relative;
  border: solid 2px #80c8d1;
  border-top-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #f4f4f4;
  font-size: 0.9em;
  line-height: 1.2;
  padding: 1em;
  margin: 2em 0 0.5em;
}

.midaomake:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  font-size: 1em;
  content: '\f0a7\ おまけ';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;  
  line-height: 1;
  letter-spacing: 0.05em;
}



/* ボックスドット線 */
.box6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #f0f7ff;
    border: dashed 1px #5b8bd0;/*点線*/
}
.box6 p {
    margin: 0; 
    padding: 0;
}

/* ボックス水色線 */
.box2 {
    padding: 1.5em 1.0em 1em 1em;
    margin: 2em 0;
    font-weight: regular;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}

/* リスト */
.ullist {
  background: #fffcf4;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em 0.5em 0.5em 2em;
}
.lilist {
  line-height: 1.5;
  padding: 0.5em;
}



/* ボタン */
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.15em 0.3em;
  text-decoration: none;
  color: #004869;
  background: #ECECEC;
  transition: .4s;
  border-radius: 10px;
}

.btn-flat-simple:hover {
  background: #b8e7fd;
  color: white;
}


.btn-flat-simple:hover {
  background: #b8e7fd;
  color: #222;
}



/* ボタン2 */
.btn-flat-simple2 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.15em 0.3em;
  text-decoration: none;
  color: #004869;
  background: #ECECEC;
  transition: .4s;
  border-radius: 10%;
  box-shadow: 0px 0px 5px 0px #a7a7a7;
}

.btn-flat-simple2:hover {
  background: #00aeff;
  color: white;
}


.btn-flat-simple2:hover {
  background: #00aeff;
  color: white;
}




/* 吹き出し左 */
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 90px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 10px 10px 10px;
  border-radius: 12px;
  background: #d7ebfe;
  box-shadow: 0px 0px 5px 0px #a7a7a7;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

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

/* 見出しピコーン */
.fas_box_topleft{
	position: relative;
	padding: 15px 15px 15px 20px;
	background: #fff;
	border: 2px solid #3366cc;
	line-height: 1.4;
	border-radius: 5px;
  width:80%;
}
.fas_box_topleft:before{
	position: absolute;
	top: -17.5px;
	left: -17.5px;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #3366cc;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: '\f0eb';
	font-size: 20px;
}

/* 画像表示 */
.left-px-img,
.right-px-img {
  width: calc(50% - 8px);
  float:left;
}

.left-px-img {
  margin-right: 8px;
}

.right-px-img {
  margin-left: 8px;
}
@media screen and (max-width: 420px) {
  .left-px-img,
  .right-px-img {
    width: 100%;
  }

  .left-px-img {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .right-px-img {
    margin-left: 0;
  }
}

/* 掲載リスト */
.list-design {
  border: solid 2px skyblue;
  border-radius: 10px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  width: 60%;
}

.list-design li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.list-design li:before {
  
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f138';
  position: absolute;
  left : 1em; /*左端からのアイコンまでの距離*/
  color: skyblue;/*アイコン色*/
}

/* ブログカード */
/* カード全体像 */
.blogcard {
  position: relative;
  width: 100%;
  max-width: 500px;/* 最大横幅 */
  margin: 0 0 30px;
  border-radius: 2px;
  box-shadow: 0 20px 40px rgba(0,0,0,.1);
  background: white;
  transition: .2s ease-in-out;
}

.blogcard > a {
  color: rgb(51,51,51);
}

.blogcard-content {
  display: flex;
  justify-content: space-between;
}

.blogcard-image {
  width: 40%;
}

/* 画像 */
.blogcard-image-wrapper {
  position: relative;
  padding: 100% 0 0;
}

.blogcard-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogcard-text {
  position: relative;
  width: 60%;
  padding: 5px 10px;
}

.blogcard-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10%;
  width: 10%;
  height: 100%;
  background: linear-gradient(98deg,transparent 49.5%,white 50.5%);
}

/* タイトル */
.blogcard-title {
  margin: 0 !important;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: calc(13px * 1.4 * 2);
  overflow: hidden;
}

/* 引用 */
.blogcard blockquote {
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
}

.blogcard blockquote::before,
.blogcard blockquote::after {
  content: none;
}

/* 記事概要 */
.blogcard-description {
  margin: .5em 0 !important;
  font-size: 12px;
  line-height: 1.5 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: calc(12px * 1.5 * 1);
  overflow:hidden;
}

/* フッター(元記事サイト名とリンク) */
.blogcard-footer {
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 60%;
  padding: 0 10px;
  font-size: 11px;
  line-height: 1.2;
}

.blogcard-footer img {
  margin-right: 5px;
  vertical-align: middle;
}

/* has no image */
.blogcard-hasnoimage .blogcard-text {
  width: 100%;
}

.blogcard-hasnoimage .blogcard-text::before {
  content: none;
}

.blogcard-hasnoimage .blogcard-footer {
  position: static;
  width: 100%;
  padding: 10px 20px;
}

@media screen and (min-width:375px) {
  .blogcard-description {
    margin: 1em 0 !important;
  }
}
@media screen and (min-width:414px) {
  .blogcard-title {
    font-size: 14px;
    -webkit-line-clamp: 3;
    max-height: calc(14px * 1.5 * 3);
  }
  .blogcard-description {
    font-size: 13px;
    max-height: calc(13px * 1.5 * 1);
  }
  .blogcard-footer {
    bottom: 8px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .blogcard-text {
    padding: 10px 20px;
  }
  .blogcard-title {
    font-size: 15px;
    max-height: calc(15px * 1.4 * 3);
  }
  .blogcard-description {
    -webkit-line-clamp: 2;
    max-height: calc(12px * 1.5 * 2);
  }
  .blogcard-footer {
    padding: 0 20px;
  }
}

/* カードマウスホバー */
.blogcard:hover {
  box-shadow: 0 10px 10px 2px rgba(0,0,0,.1);
}

.blogcard:hover a {
  color: rgb(51,51,51);
  text-decoration: none !important;
}

/* OSダークモード対応 */
@media (prefers-color-scheme: dark) {
  .blogcard {
    border: 1px solid rgb(30,30,30);
    box-shadow: 0 10px 6px -6px rgba(0,0,0,.5);
    background: rgb(51,51,51);
  }
  .blogcard > a,
  .blogcard:hover > a {
    color: rgb(240,240,240);
  }
  .blogcard-text::before {
    background: linear-gradient(98deg,transparent 49.5%,rgb(51,51,51) 50.5%);
  }
}






/* 画像リンク */
.image_link{
  display:block;
}
.image_link img{
  transition:0.3s;
  display:block;
}
.image_link:hover img{
  opacity:0.8;
}


/* 本画像サイド */
.ama{
  width:100%;
  max-width:500px;
  margin: auto 0;
  text-align: center;
}
.ama1{
  float: right;
}
.left-img,
.right-img {
  width: 49%;
}

.left-img {
  margin-right: 1%;
}

.right-img {
  margin-left: 1%;
}


/* カエレバCSS */
.cstmreba{
  margin:5px 0;
  padding:10px;
  border:1px solid #d9d9d9;
  border-radius:6px;
  word-break:break-all;
  font-size:18px!important}
.kaerebalink-box{display:flex}
.kaerebalink-image{margin-right:20px}
.kaerebalink-info{flex:1}
.kaerebalink-name{font-weight:700}
.kaerebalink-powered-date,.kaerebalink-detail{margin:10px 0;font-weight:400;font-size:8px}
.kaerebalink-link1{display:flex;flex-wrap:wrap;margin:0 -2px}
[class^="shoplink"]{width:calc(100%/3 - 4px);margin:2px}
[class^="shoplink"] a{display:block;padding:10px;border-radius:4px;text-decoration:none;text-align:center}
[class^="shoplink"] a:hover{color:#ffffff!important}
.shoplinkrakuten a{border:solid 1px #bf0000;color:#bf0000}.shoplinkrakuten a:hover{background:#bf0000}
.shoplinkamazon a{border:solid 1px #146eb4;color:#146eb4}.shoplinkamazon a:hover{background:#146eb4}
.shoplinkyahoo a{border:solid 1px #ff0033;color:#ff0033}.shoplinkyahoo a:hover{background:#ff0033}
.shoplinkseven a{border:solid 1px #009a44;color:#009a44}.shoplinkseven a:hover{background:#009a44}
.shoplinkwowma a{border:solid 1px #eb5505;color:#eb5505}.shoplinkwowma a:hover{background:#eb5505}
.shoplinkkakakucom a{border:solid 1px #001681;color:#001681}.shoplinkkakakucom a:hover{background:#001681}
@media screen and (max-width:666px){.kaerebalink-link1{display:block;margin:0}[class^="shoplink"]{width:auto;margin:0 0 5px}}



/* ブログカード2 */
.bcard-wrapper{
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 10px 0px;
    border-radius: 3px;
    padding: 12px;
    border: 1px solid #e0e0e0;
}
.bcard-site,.bcard-url{
    font-size: 12px;
    line-height: 1.3;
    overflow: hidden;
    max-height: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.bcard-header {
    position: relative;
    height: 30px;
    margin-bottom: 5px;
    display: block;
}
.withgfav{padding-left: 23px;}
.bcard-favicon {position: absolute;
    top: 0px; left:0px; width:16px; height:16px;}
.bcard-main{
    overflow: hidden;
    position: relative;
    display: block;
}
.withogimg{
    padding-right: 110px;
    height: 100px;
}
 .bcard-img {
width: 100px;
height: 100px; 
position: absolute;
    top: 0;
    right: 0;
    background-size:cover;
    background-position:center center;
}
 .bcard-title{
    font-size: 17px;
    margin: 0 0 2px;
    line-height: 1.4;
    max-height: 47px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold;
}
 .bcard-description {
    line-height: 1.5;
    font-size: 12px;
    max-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.bcard-title a{color:#424242;}
.bcard-url a{color:#9e9e9e;}
.bcard-title a:hover,.bcard-url a:hover,.bcard-site a:hover{text-decoration:underline;}


h2 {
  margin: 40px 0 20px;
  padding: 5px 0 5px 20px;
  border-left: 6px solid #5ca3c5;
  border-bottom: 1px solid #5ca3c5;
}

h2:first-letter {
    color: #2589d0;
    font-size: 2em;
}

h3 {
  border-bottom: 1px solid #ddd;
}

figcaption {
  background-color: ;
  padding: 10px !important;
  color: white;
  border-radius: 5px 5px 0 0 !important;
}

.highlight {
  border-radius: 5px !important;
}


h4 {
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
}

h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #ff6a6a; /*アイコン色*/
  font-weight: 900;
}

h2.cap {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}

ul.arrow {
  border: solid 2px skyblue;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul.arrow li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul.arrow li:before {
  
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコンの種類*/
  font-weight: 900;
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #7db4e6;/*アイコン色*/
}