@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/


/*--------------------------------------
  スマホヘッダーメニュー固定
--------------------------------------*/

@media only screen and (max-width: 767px) {

.header {
  position: fixed;/*ヘッダー固定*/
  top: 0;
  left: 0;
  width:100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .18);/*ヘッダーに影をつける*/
}

/*ヘッダーの高さだけコンテンツを下げる*/
#container{
	padding-top:100px;/*ヘッダーの高さにあわせて調整*/
}

/*目次から見出しへ飛ぶリンクのズレを修正*/
h2 span, h3 span {
  padding-top: 100px;/*ヘッダーの高さにあわせて調整*/
  margin-top: -100px;/*ヘッダーの高さにあわせて調整（マイナスは消さない）*/
}
}


/*--------------------------------------
フッターロゴの装飾
--------------------------------------*/
.footerlogo img{
  display: inline-block;
  height: 40px;
  padding: 0px 0;
  vertical-align: middle;
}

.entry-content h2 {
    position: relative;
    padding: 10px 0 10px 16px;
    margin-left: -16px;
    font-size: 21px;
    margin: 3em 0 1em;
}


.entry-content h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    width: 8px;
    height: 100%;
    background: #fd1d1d;
}



.entry-content h3{
	border-radius: 3px;
	border-left: solid #fcaf45 5px;
	margin: 3em 0 1em;
	padding: 4px 0 4px 12px;
}




.entry-content h4{
	border-radius: 3px;
	border-left: solid #fcaf45 5px;
	margin: 3em 0 1em;
	padding: 4px 0 4px 12px;
}


/*YouTubeレスポンシブサイズ
.youtube {
    position: relative;
    max-width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
*/

.entry-content img.box {
	border: solid 3px #e0e4eb;
	border-radius: 10px;
}

.sc {
    display: inline-block;
    text-align: left;
    padding: 13px;
    border: solid 2px #f3f3f3;
    border-radius: 12px;
    background: #f3f3f3;
    word-break: break-all;
	 font-weight: bold;
}

.sc:before {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: -23px;
    border: 12px solid transparent;
    border-right: 12px solid #f3f3f3;
    content: "";
}

.sc:after {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: -20px;
    border: 12px solid transparent;
    border-right: 12px solid #f3f3f3;
    content: "";
}

.right .sc:before, .right .sc:after {
    right: -23px;
    left: auto;
    border: 12px solid transparent;
    border-left: 12px solid #f3f3f3;
}

.sc:before {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: -23px;
    border: 12px solid transparent;
    border-right: 12px solid #f3f3f3;
    content: "";
}

.box29 {
	margin: 2em 0;
	border: solid 3px #ffc107;
	border-radius: 8px;
}






/*table*/
.custom-table table{
  border-collapse: collapse;
  max-width: 100%;
}
.custom-table th{
  background-color: #ccc;
}
.custom-table th{
	background-color: #f9f9f9 !important; /*tableヘッダー背景色*/
}
.custom-table td{
  white-space: nowrap;
  border: solid 1px #ccc;
  padding: 3px 5px;
}
.custom-table {
  overflow-x: auto;
  margin-bottom: 1em;
}

.entry-content blockquote:after {
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #ffda45;
    font-family: FontAwesome;
    font-size: 25px;
    line-height: 1;
    content: "\f10e";
}

.box29 {
	margin: 2em 0;
	border: solid 3px #ffda45;
	border-radius: 8px;
}

.pre_tag {
    margin-top: 2em;
}

.pre_tag {
    margin: 1em 0 1.5em;
}

.pre_tag>span {
    background: #b8bec5　!important;
}

.entry-content pre {
    background: #f8f8f8;
}

.entry-content pre, .comment_content pre {
    overflow-x: scroll;
}

/* 見出し色 */
.header-image__text .header-image__headline {
    color: #ffffff;
}

/* — お問い合わせフォーム　送信ボタンのカスタマイズ — */
.hoipoi-contact-submit {
padding:0.5em 3em;/* ボタン内の余白 */
margin:0.5em 0em;/* ボタンの上下にのみ余白 */
background: #fcaf45;/* 背景色 */
border-radius: 3px;/* 角を丸く*/
color: #ffffff;/* 文字の色*/
font-size: 18px;/* 文字の大きさ */
font-weight: bold;/* 太字*/
border: 0px;
}
.hoipoi-contact-submit:hover {
opacity: 0.8;/* マウスオンで半透明に */
}


/* TablePress横スクロール用CSS*/

.tablepress td,
.tablepress th {
	overflow-x: auto;
	white-space: nowrap;
	font-size: 16px;
}
.tablepress-scroll-wrapper {
	-webkit-overflow-scrolling: touch;
}

/*--------------------------------------
  ヘッダーお知らせ欄
--------------------------------------*/
.header-info a {/*お知らせ欄全体*/
    padding: 5px;/*内側の余白　上下左右*/
    font-size: 15px;/*文字の大きさ*/
}
.header-info a:after {/*後ろにぶち込む*/
    content: "クリックして見に行く";/*PCでのセリフ*/
    font-weight: 500;/*文字の太さ*/
    border: 2px 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;/*文字のサイズ*/
}}

/*--------------------------------------
  パンくずリスト
--------------------------------------*/
#breadcrumb {/*パンくずリスト全体の設定*/
    font-size:16px;/*文字サイズ*/
    letter-spacing: .2em;/*文字と文字の間の幅*/
	font-weight: 600;
}
#breadcrumb li a, #breadcrumb li:after {/*リンクと擬似要素の色*/
    color: #ff4242;/*一括指定、ありがとうございます*/
}
#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;/*中央寄せ*/
}}

.prof-sns{/*全体*/
    text-align: center;/*文字は中央寄せ*/
    padding-top: 5%;/*内側上の余白*/
    border-top: 2px dotted #eee;/*上線はドッと*/
    font-size: 0.6em;/*文字の大きさ*/
}
.prof-sns i {/*アイコンの設定*/
    font-size: 3em;/*3倍の大きさ*/
    line-height: 34px;/*高さ*/
    margin-top: 6px;/*外側上の余白*/
}
.pf-btn {/*snsボタンの共通部分*/
    display: inline-block;/*横幅や縦幅を設定できるように*/
    width: 43%;/*横幅*/
    height: 60px;/*行間*/
    margin: 0% 1.5% 5%;/*外側の余白*/
    border-radius: 5px;/*角丸*/
    letter-spacing: .05em;/*文字の感覚*/
    opacity: .7;/*透明度*/
    color: #fff;/*文字色白*/
}
.pf-btn:hover{/*ホバーエフェクト*/
    opacity: 1;/*透明度なし*/
    text-decoration: none;/*テキストの装飾をOFF*/
    transition: all ease-in-out .3s;/*なめらかに*/
}
/*****  ボタンカラー  *****/
.twitter-bc{background-color:   #1DA1F2;}
.profile-bc{background-color: #424242;}
.feedly-bc{background-color: #2BB24C;}
.amazon-bc{background-color: #232F3E;}
.instagram-bc{background: repeating-linear-gradient(45deg, #FED06E, #FC0077, #3F35EE );}
.facebook-bc{background-color: #748DCC;}
.youtube-bc{background-color: #DD2726;}
.line-bc{background-color: #00B900;}

/*--------------------------------------
  お知らせ欄　動くグラデーション
--------------------------------------*/
.header-info {
  background: linear-gradient(45deg, #ff0000, #ff5656);/*角度 色三色*/
  background-size: 600% 600%;/*背景のサイズ幅と高さ*/
  animation: osirase 5s ease infinite;/*切り替わるスピード*/
}
@keyframes osirase {/*アニメーションのキーフレーム*/
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}



/*--------------------------------------
表のデザインを変更
--------------------------------------*/
/*--- 表全体(table) ---*/
.entry-content table {
    border-bottom: 1px solid #e6e6e6; /* 表の一番下の線 */
    border-top: 1px solid #e6e6e6;
    border-left: none;
    border-right: none;
}
/*--- ヘッダーセル(th) ---*/
.entry-content th {
    padding: .3em 1em; /* 余白（上下　左右） */
    background-color: #424242; /* 背景色 */
    color: #fff; /* 文字の色 */
    letter-spacing: 0.15em; /* 文字の間隔 */
    border: none; /* 線削除 */
}
/*--- 行（横方向）(tr) ---*/
.entry-content tr {
}
.entry-content tr:not(:last-child) { /* 最後の行以外に適用 */
    border-bottom: 1px solid #e6e6e6; /* 下線 */
}
/*--- ヘッダーセル以外のセル(td) ---*/
.entry-content td {
    padding: .3em 1em; /* 余白（上下　左右） */
    border:none; /* 線を削除 */
}
.entry-content td:last-child { /* 最後のセルのみ適用 */
    border-right: 1px solid #e6e6e6; /* 右線 */
}
.entry-content td:not(last-child) { /* 最後のセル以外に適用 */
    border-left: 1px solid #e6e6e6; /* 左線 */
}

/*--------------------------------------
  キャプションを変更
--------------------------------------*/
.entry-content .wp-caption {
max-width: 100%;/*画像の幅をいっぱいに*/
margin: 0;/*外側の余白なし*/
padding: 0;/*内側の余白なし*/
border: none; /* 枠線を消す */
}
.entry-content .wp-caption p.wp-caption-text {
margin-top: 0.2em; /* 画像との余白 */
font-size: .7em; /* キャプションの文字の大きさ */
text-align: right; /* 右揃え */
}

/*--------------------------------------
  メリット・デメリット　BOX
--------------------------------------*/
.meritto, .demeritto {/*ブロックの枠*/
    position: relative;/*基準に設定*/
    padding: 0.8em 1em;/*内側の余白　上下0.8　左右1*/
    margin: 4em 0 2em;/*外側の余白　上3　左右0　下2*/
}
.meritto {/*メリットの枠線*/
    border: 3px solid #46bc63;
}
.demeritto {/*デメリットの枠線*/
    border: 3px solid #ff6e6e;
}
.meritto .box-title, .demeritto .box-title {/*タイトル部分*/
    position: absolute;/*基準をもとに自由に動かせるように*/
    top: -42px;/*上からの位置*/
    left: -3px;/*左からの位置*/
    color: white;/*文字色*/
    line-height: 32px;/*文字の高さ*/
    padding: 5px 13px 3px;/*内側の余白*/
    border-radius: 10px 10px 0 0;/*角丸　上2つだけ丸*/
}
.meritto .box-title {/*メリットのタイトル背景色*/
    background: #46bc63;
}
.demeritto .box-title {/*デメリットのタイトル背景色*/
    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;
}

.newmark {
width: 40px;
height: 40px;
border-radius: 50%;
line-height: 40px;
color:#fff; /*NEWの文字色を変えたい場合のみ*/
}




/* 番号付きリストをboldにする*/
.entry-content ol li {
	font-weight: bold;
}
/* 番号なしリストをboldにする*/
.entry-content ul li {
	font-weight: bold;
}
/* linkをboldにする*/
.entry-content a:link {
	font-weight: bold;
}

/* 改ページデザイン*/
.page-links span {
	display: inline-block;
    width: 46px;
    height: 46px;
    margin: 0;
    border-radius: 50%;
    font-size: 17.5px;
    font-weight: 700;
    text-decoration: none;
    line-height: 46px;
	background: #eaedf2;
	color: #ff0000;
}

.page-links .post-page-numbers.current span {
	background: #ff0000 !important;
	color: #fff;
}

a.post-page-numbers span:hover {
	background: #c7cacc;
	opacity: 1.0;
}


.nomadBox_deco12 {
  background: #fff;
  display: block;
  margin: 15px 0;
  width: auto;
  padding: 20px 30px 20px 30px;
  border-radius: 10px;
  position: relative;
  border: 4px solid transparent;
  border-radius: 8px;
  background: linear-gradient(#fff, #fff), repeating-linear-gradient(-45deg, #7eba49 0, #7eba49 2%, #94ce4e 0, #94ce4e 5%);
  background-clip: padding-box, border-box;
  background-origin: border-box;
}
.nomadBox_deco12 p {
  line-height: 2.2em;
  margin: 0;
  padding: 0;
}

.reviewBox {
	display: block;
	max-width: 500px;
	background: #FAFAFA;
	margin: 20px auto;
	padding: 0;
	border-radius: 10px;
}

.reviewBox .reviewBox_content {
	padding: 30px;
}

.reviewBox .reviewBox_title1 {
	margin: 0;
	padding: 12px;
	background: #DBDBDB;
	text-align: center;
	font-size: 15px !important;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
	line-height: 1.3em;
}

.reviewBox .reviewBox_title1:before {
	font-family: "Font Awesome 5 Free";
	content: "\f005";
	font-weight: 600;
	padding-right: 5px;
	font-size: .9em !important
}

.reviewBox p{
	margin: 0;
	padding: 0;
	letter-spacing:0;
}

.reviewBox .reviewBox_title2 {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	font-size: 16px !important;
	margin-bottom: 10px;
	font-weight: bold;
}

.reviewBox .reviewBox_title2:before {
	content: none !important;
}

.reviewBox .reviewBox_top {
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.reviewBox .reviewBox_top p {
	margin: 0;
	line-height: 1.7em;
	font-size: 15px !important;
}

.reviewBox .reviewBox_top p:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 600;
	padding-right: 5px;
	font-size: .8em !important;
}

.reviewBox .reviewBox_top .reviewBox_left,
.reviewBox .reviewBox_top .reviewBox_right {
	width: 50%;
}

.reviewBox .reviewBox_top .reviewBox_right img {
	display: block;
	margin: auto;
	width: 160px;
}

.reviewBox .reviewBox_center {
	margin-top: 10px;
}

.reviewBox .reviewLink {
	ddisplay: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.reviewBox .reviewLink a {
	font-size: 15px !important;
	color: #444 !important;
	border: 2px solid #444;
	padding: .6em 2em;
	margin: 5px;
	width: 50%;
	text-align: center;
	margin-top: 30px;
	text-decoration: none;
}

.reviewBox .reviewLink a:nth-child(2) {
	background: #444;
	color: #fff !important;
}

.reviewBox .reviewLink a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: 600;
	padding-right: 5px;
}

.reviewBox .reviewBox_center {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 20px 0;
}

.reviewBox .reviewBox_center .progress-circle {
	width: 25%;
	margin: auto;
}

.reviewBox .progress-circle {
	font-size: 12px !important;
	margin: 20px;
	position: relative;
	/* so that children can be absolutely positioned */
	padding: 0;
	width: 5em !important;
	height: 5em !important;
	background-color: #FBEFC6;
	border-radius: 50%;
	line-height: 5em;
}

.reviewBox .reviewBox_score {
	font-size: 13px !important;
	text-align: center;
	line-height: 1em;
	z-index: 4;
	padding-top: 5.5em;
	display: block;
	font-weight: 600;
}

.reviewBox .reviewBox_score p {
	margin: 0;
	font-size: 12px !important;
  width: 120% !important;
  margin-left: -10% !important;
}



.reviewBox .progress-circle:after {
	border: none;
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	text-align: center;
	display: block;
	border-radius: 50%;
	width: 4em;
	height: 4em;
	background-color: #FAFAFA;
	content: " ";
}

.reviewBox .progress-circle .progress-text {
	position: absolute;
	line-height: 2.6em;
	width: 2.6em;
	text-align: center;
	display: block;
	color: #444 !important;
	font-size: 23px !important;
	z-index: 2;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}

.reviewBox .left-half-clipper {
	border-radius: 50%;
	width: 5em;
	height: 5em;
	position: absolute;
	/* needed for clipping */
	clip: rect(0, 5em, 5em, 2.5em);
	/* clips the whole left half*/
}

.reviewBox .progress-circle.over50 .left-half-clipper {
	clip: rect(auto, auto, auto, auto);
}

.reviewBox .value-bar {
	position: absolute;
	/*needed for clipping*/
	clip: rect(0, 2.5em, 5em, 0);
	width: 5em !important;
	height: 5em !important;
	border-radius: 50%;
	border: 0.45em solid #FCCB28;
	box-sizing: border-box;

}

.reviewBox .progress-circle.over50 .first50-bar {
	position: absolute;
	/*needed for clipping*/
	clip: rect(0, 5em, 5em, 2.5em);
	background-color: #FCCB28;
	border-radius: 50%;
	width: 5em;
	height: 5em;
}

.reviewBox .progress-circle:not(.over50) .first50-bar {
	display: none;
}


.reviewBox .progress-circle.p0 .value-bar {
	display: none;
}

.reviewBox .progress-circle.p1 .value-bar {
	transform: rotate(4deg);
}

.reviewBox .progress-circle.p10 .value-bar {
	transform: rotate(36deg);
}

.reviewBox .progress-circle.p20 .value-bar {
	transform: rotate(72deg);
}

.reviewBox .progress-circle.p30 .value-bar {
	transform: rotate(108deg);
}

.reviewBox .progress-circle.p40 .value-bar {
	transform: rotate(144deg);
}

.reviewBox .progress-circle.p50 .value-bar {
	transform: rotate(180deg);
}

.reviewBox .progress-circle.p60 .value-bar {
	transform: rotate(216deg);
}

.reviewBox .progress-circle.p70 .value-bar {
	transform: rotate(252deg);
}

.reviewBox .progress-circle.p80 .value-bar {
	transform: rotate(288deg);
}

.reviewBox .progress-circle.p90 .value-bar {
	transform: rotate(324deg);
}

.reviewBox .progress-circle.p100 .value-bar {
	transform: rotate(360deg);
}


@media screen and (max-width:480px) {
	.reviewBox .reviewBox_content {
		padding: 15px;
	}
	
	.reviewBox .reviewBox_top .reviewBox_right img {
	width: 220px;
  }
	
	.reviewBox .reviewBox_top p {
	font-size: 13px !important;
  }
  
  .reviewBox .reviewBox_top p:first-child {
	font-size: 15px !important;
  }

	.reviewBox .reviewBox_center {
		padding: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.reviewBox .reviewLink a {
		padding: .5em;
	}

	.reviewBox .reviewBox_top {
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.reviewBox .reviewBox_top .reviewBox_left {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		width: 90%;
		margin: auto;
		margin-top: 20px;
	}

	.reviewBox .reviewBox_top .reviewBox_right {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		width: 100%;
	}

	.reviewBox .reviewLink a {
		font-size: 13px !important;
	}

	.reviewBox .progress-circle .progress-text {
		line-height: 2.2em;
		width: 2.2em;
		font-size: 23px !important;
	}

	.reviewBox .progress-circle {
		font-size: 10px !important;
	}

	.reviewBox .reviewBox_score p{
		font-size: 10px !important;
		margin-top: -1em;
	}
}

/*--------------------------------------
  引用のデザインをかっこ付きに
--------------------------------------*/
.entry-content blockquote {
    box-sizing: border-box;
    position: relative;
    padding: 1em 1em 1em 3.5em;
    border: none;
}
.entry-content blockquote:before {
    font-style: italic;
    color: #eee!important;
    line-height: 2.3em;
    width: 2.4em;
    height: 3em;
    position: absolute;
    display: inline-block;
    border-left: solid 2px #eee;
    border-top: solid 2px #eee;
    top: 0;
    left: 0;
    padding-left: .6em;
}
.entry-content blockquote:after{
    content: '';
    width: 3em;
    height: 3em;
    position: absolute;
    display: inline-block;
    border-right: solid 2px #eee;
    border-bottom: solid 2px #eee;
    bottom: 0;
    right: 0;
}
.entry-content blockquote cite{
    text-align: left;
}
.entry-content blockquote cite a{
    color: #888;
    text-decoration: underline;
}


.entry-content .memo {
	font-weight: bold;
}

/*--------------------------------------
  画像のダウンロード禁止
--------------------------------------*/

img {
	user-select:none;
	-webkit-user-select:none;
	-ms-user-select: none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
	pointer-events: none;

}

.entry-content .box26 {
    border-color: #fcaf45;
}
.entry-content .box26 .box-title {
  color: #fcaf45;
}

