@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 3.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*--------------------------------------
課題
・ウィジェットの目次のかげが左右につかない。
--------------------------------------*/


/*--------------------------------------
  ここから見出し
--------------------------------------*/
.entry-content h2::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    display: inline-block;
    width: 7px;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(0deg,#009EF3 0%,#009EF3 50%,#b4e0fa 50%,#b4e0fa 100%);
}
.entry-content h2 {
    position: relative;
	background: #f7f7f7;
    padding: 15px 18px;
	font-size: 1.55em;
	border-radius: 5px;
}
.fa5 .entry-content h2:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.entry-content h3 {

}
.fa5 .entry-content h3:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.entry-content h4 {
    font-size: 18px;
    margin: 3em 0 1em;
    padding-left: 23px;
    position: relative;
}
.entry-content h4:before {
    content: "\f13a";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    color: #b4e0fa;
}
.fa5 .entry-content h4:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


/*--------------------------------------
  ここからメインデザイン変更
--------------------------------------*/
/*目次デザイン変更:h2は番号、h3はドット*/
#toc_container .toc_list > li {
    list-style: decimal;
}
/*ここから記事の影と丸み*/
#entry {
	border-radius: 14px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 18%);
}
/*ここからウィジェットのかげ*/
.widget {
    box-shadow: 0 3px 6px rgb(0 0 0 / 18%);
}
/*ここからフッターのかげ*/
#footer-menu {
    box-shadow: -2px 2px 6px rgb(0 0 0 / 18%);
}
/*ここから検索窓のかげ削除*/
input.searchform__input {
	box-shadow: 0 0 0 0 rgb(0 0 0 / 15%), 0 3px 3px -2px rgb(0 0 0 / 15%);
}
/*ここからカテゴリーのmargin*/
.widget_categories ul li {
    margin: 0 !important;
}
/*ウィジェットのpadding*/
.widget .custom-html-widget {
    padding: 10px;
}
/*--------------------------------------
  ここからリンカーデザイン変更
--------------------------------------*/
.credit-box {
	display: none;
}
.yyi-rinker-box {
	border-radius: 12px;
}
div.yyi-rinker-contents {
	background-color: #FFF;
}
div.yyi-rinker-info div.yyi-rinker-title a {
	font-size: 1em!important;
}
.yyi-rinker-info {
	text-align: left!important; 
}
@media screen and (max-width: 500px){
div.yyi-rinker-contents div.yyi-rinker-box div.yyi-rinker-info {
	width: 100%!important;
}}
div.yyi-rinker-detail div:not(:last-child) {
	padding-bottom: 1px!important;
}
div.yyi-rinker-contents div.yyi-rinker-box {
	padding: 15px 15px 0!important;
}
@media (min-width: 768px){
div.yyi-rinker-contents div.yyi-rinker-box {
	padding: 15px 5px 0 15px!important;
}}
.yyi-rinker-img-m .yyi-rinker-main-img{
	width:auto!important;
}
@media (min-width: 768px){
.yyi-rinker-img-m .yyi-rinker-main-img{
	width:auto!important;
	max-width:200px!important;
}}
div.yyi-rinker-contents div.yyi-rinker-image{
	align-items: center!important;
}
@media (min-width: 768px){
div.yyi-rinker-contents ul.yyi-rinker-links li{
    width: 47%;
}}
@media (min-width: 768px){
ul.yyi-rinker-links a.yyi-rinker-link {
	min-height: 50px!important;
	border-radius: 8px!important;
	box-shadow: 0 6px 12px -5px rgb(0 0 0 / 30%)!important;
	font-size: 1em!important;
}}
@media (min-width: 768px){
div.yyi-rinker-info ul.yyi-rinker-links li:not(:last-child) {
    margin-right: 12px!important;
}}
.amazonlink a {
	color: #3B4C66!important;
	background: #FFC166!important;
}
.rakutenlink a {
	background: #D95655!important;
}
.yahoolink a {
	background: #84BFE8!important;
}
.yyi-rinker-link:before {
	border-radius: 10px;
}
.rakutenlink:before, .rakutenlink .yyi-rinker-link:before {
	color: #FF4D4A!important;
}
@media (min-width: 768px){
ul.yyi-rinker-links li.amazonkindlelink:before, ul.yyi-rinker-links li.amazonlink:before, ul.yyi-rinker-links li.rakutenlink:before, ul.yyi-rinker-links li.yahoolink:before {
    text-align: left;
}}

/*--------------------------------------
  ここから装飾
--------------------------------------*/
/*amazonボタン*/
.amazon-bc {
	background: #FFC066;
}
.rakuten-bc {
	background: #D95655;
}
.yahoo-bc {
	background: #84BFE8;
}
/*ここから２列吹き出し*/
.hukibox {
    border: #ccc solid 4px;
    position: relative;
    background: #fff;
    padding: 15px 10px;
    border-radius: 13px;
}
.hukibox::before {
    content: "";
    position: absolute;
    left: -23px;
    top: 30%;
    border-right: 23px solid #ccc;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.hukibox::after {
    content: "";
    position: absolute;
    left: -17px;
    top: 30%;
    border-right: 24px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
@media screen and (max-width: 480px){
.hukibox:before , .hukibox:after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    left: 40%;
}}
@media only screen and (min-width: 481px){
.shtb2.tbrsp .cell:last-of-type {
    vertical-align: middle;
}}
/*ここから表*/
.p-sticky-table{
  white-space: nowrap;
  line-height:1.6;
}
.p-sticky-table table{
  border:none;
  border: 1px solid #dedede;
  border-bottom: none;
  border-collapse: collapse;
  word-break: break-all;
  table-layout: fixed;
  display:block;
  overflow:scroll;
}
.p-sticky-table thead th:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}
.p-sticky-table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  text-align:center;
}
.p-sticky-table tbody th:first-child{
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  border:none;
  white-space: normal;
  min-width: 130px;
}
.p-sticky-table th, .p-sticky-table td {
  min-width: 50px;
  font-size: 16px !important;
  position: relative;
  padding: 13px !important;
  color: #333;
  border: none !important;
  z-index: 0;
  vertical-align:middle !important;
}
.p-sticky-table th{
  background:#f0c46e !important;
  letter-spacing: 1px;
  font-weight: 500 !important;
  color: #555 !important;
}
.p-sticky-table tr{
  border-bottom:none !important;
}
.p-sticky-table img{
  margin: 10px auto;
  display: block;
  padding: 0;
  max-width: 80% !important;
}
.p-sticky-table table th::before, .p-sticky-table table td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  z-index: -1;
}
@media screen and (max-width: 560px) {
  .p-sticky-table thead th:first-child, .p-sticky-table tbody th:first-child {
        min-width: 25vw;
    }
   .p-sticky-table th, .p-sticky-table td {
        font-size: 12px !important;
        padding: 7px !important;
    }
}
.pst-center td {
  text-align: center;
}
/*ここから横スクロール*/
.image-horizontal-scroll {
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.boxSideScroll {
	display: inline-block;
	margin: 10px;
}
ul::-webkit-scrollbar {
	width: 10px;
}
ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 0px;
	box-shadow: inset 0 0 1px #999;
}
ul::-webkit-scrollbar-thumb {
	background: #666666;
	border-radius: 10px;
	box-shadow: none;
}
/*ここから折線ボックス*/
.gbox {
    background: #f3f5f6;
    padding: 30px;
    margin-bottom: 15px;
    position: relative;
}
.gbox:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #fff #fff #e7e7e7;
    box-shadow: -1px 1px 1px rgba(0,0,0,.15);
}
/*ここからメリット・デメリットボックス*/
/*------------------
GOOD/BAD List-box
------------------*/
.good li:before, .good .box-title:before, .bad li:before, .bad .box-title:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.good li:before, .bad .box-title:before, .good li:before, .bad .box-title:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.good, .bad {
  margin: 16px 0 24px;
}
.good {
    border: 3px solid #46bc63;
    border-radius: 10px;
}
.bad {
    border: 3px solid #ff6e6e;
    border-radius: 10px;
}
.good .box-title, .bad .box-title {
    display: inline-block;
    position: relative;
    border-radius: 8px 0 8px 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    top: -1px;
    left: -1px;
    padding: 2px 9px;
}
.good .box-title:before, .bad .box-title:before {
    margin-right: 10px;/
    font-size: 20px;
}
.good .box-title {
    background: #46bc63;
}
.bad .box-title {
    background: #ff6e6e;
}
.good .box-title:before {
    content: "\f599";
}
.bad .box-title:before {
    content: "\f119";
}
.good .box-content, .bad .box-content {
    padding: 10px;
}
.good ul, .bad ul {
    list-style: none;
    padding: 0 15px 0 40px;
}
.good li, .bad li {
    padding: 5px 0;
}
.good li:before, .bad li:before {
    margin-left: -20px;
    margin-right: 10px;
    font-size: 13px;
}
.good li:before {
    content: "\f164";
    color: #46bc63;
}
.bad li:before {
    content: "\f165";
    color: #ff6e6e;
}
/*ここからYouTubeに線つける*/
.youtube {
    border: 2px solid;
    border-color: #DDD;
}
/*ここから画像カード*/
.image-title3{
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 100%;
    color: #424242de;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: .1em;
    line-height: 50px;
	background:	#f0c46e;
}
.image-title3-image{
    padding: 5px 5px 50px 5px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, .25);
	background:	#f0c46e;
}
/*ここからヘッダーお知らせタップ*/
.header-info a {
    padding: 5px;
    font-size: 15px;
}
.header-info a:after {
    content: "クリックしてみる";
    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;
}}
/*ここからカテゴリの左のスペース*/
.cat-item-6 {
	padding-left: 28px;
}
/*ここからPORIPUの吹き出し*/
.p-orange {
	color: #555;
	background: #f0c46e!important;
	margin: 1.5em 0 0 0;
}
.points.p-orange:before {
    border-top: 10px solid #f0c46e;
}
.points:before {
    top: 99%;
}
/*ここまでPORIPUの吹き出し*/
/*ここからフッターのリンク*/
.footer-links.cf, .privacy-policy-link {
    font-weight: bold;
}
#footer-menu li a:hover, #footer-menu .privacy-policy-link:hover {
    text-decoration: none;
	opacity: 0.7;
}
#footer-menu .footer-links a:before,
.privacy-policy-link:before {
    content: '\f138';
    font-family: "Font Awesome 5 Free";
    margin-right: .5em;
}
/*ここまでフッターのリンク*/
/*ここからpart*/

/*ここまでpart*/
.linkbox {
  margin: 2em 0;
  border: solid 3px #a3a195;
  border-radius: 8px;
  padding: 0 1.5em 24px;
}
.linkbox .linkbox_ttl {
  display: inline-block;
  position: relative;
  top: -14px;
  left: 10px;
  padding: 0 9px;
  margin: 0 7px;
  background: #fff;
  color: #a3a195;
  font-size: 19px;
  line-height: 1.4;
}
.linkbox p {
    margin: 0;
}
.linkbox .linkbox_ttl:before {
  padding-right: 4px;
  font-family: FontAwesome;
  content: "\f08e";
}
/*ここからまとめ欄*/
.matome {
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #b4e0fa; /* 青い背景色 */
  text-align: center;
  border-radius: 8px; /* 角を少し丸くする（オプション） */
}
.one-point-five-up {
  font-size: 1.5em; /* テキストのサイズを1.5倍に */
  font-weight: bold; /* テキストを太字に */
}
/*ここまでまとめ欄*/