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

/* ーーーーーーーーーーーーーーー */
/* ロゴの高さを変える */
/* ーーーーーーーーーーーーーーー */
#logo img {
	height: 100px !important;
}
/* ーーーーーーーーーーーーーーー */
/* header直下のPR表記のアコーディオン */
/* ーーーーーーーーーーーーーーー */
.acd-label {
	text-align: center;
	font-size: 12px;
	background-color: rgba(250, 250, 250, 0.3);
}
.acd-check{
    display: none;
	text-align: center;
}
.acd-label{
    color: #a5aaaf;
    display: block;
    padding: 0px;
}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
	background-color: #fff;
    transition: .5s;
    visibility: hidden;
	text-align: center;
	font-size: 12px;
	color: #a5aaaf;
}
.acd-content p {
	margin: 0;
}
.acd-check:checked + .acd-label + .acd-content{
    opacity: 1;
    padding: 10px;
    visibility: visible;
	height: 100%;
}


/* ーーーーーーーーーーーーーーー */
/* ボタン　ショートカット用css */
/* ーーーーーーーーーーーーーーー */
.conversion-button-box-l {
    min-width: 64%;
    max-width: 650px;
    margin: 0 auto 2em;
}

.conversion-button-l {
    border-radius: 80px;
    text-align: center;
    width: 100%;
    min-height: 56px;
}

.conversion-button-l a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-decoration: none;
    padding: 14px 16px 12px;
    border-radius: 80px;
    text-align:center;
    color: #fff;
    font-weight: 700;
    transition: box-shadow .25s, -webkit-transform .25s;
    transition: transform .25s, box-shadow .25s;
    transition: transform .25s, box-shadow .25s, -webkit-transform .25s;
    z-index:1
}

.conversion-button-l a:hover {
    transform: translateY(5px);
    box-shadow: 0 0 0 transparent !important;
}

.cv-icon-l {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    width: 16px;
    margin-left: 6px;
    margin-bottom: 3px;
}


/* ーーーーーーーーーーーーーーー */
/* ボタン　ショートカット用css */
/* ーーーーーーーーーーーーーーー */

/* cv btn */
.conversion-button-box {
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", メイリオ, Meiryo, sans-serif;
    line-height: 1.83;
    width: 300px;
    margin: 0 auto 2em;
}

@media screen and (min-width: 480px) {
    .conversion-button-box {
        width: 320px;
    }
}

.conversion-button-box {
    width: 300px;
    margin: 0 auto 2em;
}

.conversion-button {
    border-radius: 10px;
    text-align: center;
    width: 100%;
    position: relative;
    transition: 0.7s;
    height: 100px;
}

.conversion-button a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
}

.conversion-button>a>img {
    position: absolute;
    top: 20px;
    left: 10px;
}

.conversion-button>a>div {
	/* width: calc(100% - 60px - 12px); */
    text-align: center;
    width: 220px;
    position: absolute;
    top: 20px;
    right: 10px;
}

.conversion-button-icon {
    width: 60px;
    height: 60px !important;
    border-radius: 10px;
    object-fit: cover;
}

.conversion-button-text {
    margin-bottom: .2rem !important;
}

.conversion-button-text2 {
    margin-bottom: 0 !important;
    line-height: 1.4;
}

.cv-icon {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;

    width: 16px;
    margin-left: 6px;
    margin-bottom: 3px;
}

.conversion-button a:hover {
    text-decoration: none;
    color: #fff;
}

.conversion-button:hover {
    opacity: 0.7;
}



/* ーーーーーーーーーーーーーーー */
/* ヘッダーモバイル */
/* ーーーーーーーーーーーーーーー */

/* メディアクエリを使用してモバイルサイズの時に表示を切り替える */
@media screen and (max-width: 768px) {
    .desktop-nav {
      display: none;
    }
  
    .mobile-nav {
      display: block;
    }
  }


/* ーーーーーーーーーーーーーーー */
/* フッターメニュー */
/* ーーーーーーーーーーーーーーー */
#footer-menu .wp-block-group {
	padding: 10px;
	text-align: left;
}
#footer-menu .is-layout-flex {
    align-items: flex-start !important;
}
#footer-menu .wp-block-group .wp-block-column {
	padding: 0;
}
#footer-menu .wp-block-group h4 {
	margin: 0 0 0.7em;
	padding: 2px 0 2px 10px;
	border-left: solid 3px;
	font-size: 1.2em;
	text-transform: uppercase;
}
#footer-menu .wp-block-group h4 {
	margin: 0 0 0.7em;
	padding: 2px 0 2px 10px;
	border-left: solid 3px;
	font-size: 1.2em;
	text-transform: uppercase;
}
#footer-menu .wp-block-group .wp-block-post img {
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	border: none;
}
#footer-menu .wp-block-group img {
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
	border: none;
}
#footer-menu .wp-block-links-list li {
	display: block !important;
}
#footer-menu .wp-block-links-list a {
	color: #4f96f6 !important;
}


/* ーーーーーーーーーーーーーーー */
/* 日付表示 */
/* ーーーーーーーーーーーーーーー */
.cardtype .pubdate:before {
    content: "\f017" !important;
}

.cardtype .updated:before {
    content: "\f021" !important;
}


/* ーーーーーーーーーーーーーーー */
/* 表一番左固定 */
/* ーーーーーーーーーーーーーーー */
.fixed-column {
    display: block;
    overflow-x: auto;
    white-space: nowrap;

    position: relative;
    max-width: 100%;
}

.fixed-column tbody tr th:first-child, 
.fixed-column tbody tr td:first-child {
    position: sticky;
    left: 0;
    border-right: 2px solid #e0e0e0;
    border-right: none;
    /* border-left: none; */
    background-color: #ffffff;
    z-index: 1;
}
.fixed-column tbody tr th:first-child::before,
.fixed-column tbody tr td:first-child::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-right: 2px solid #e0e0e0;
    /* background-color: #eee; */
    z-index: -1;
    box-sizing: content-box;
}

/* .fixed-column tbody tr:nth-child(even) th:first-child {
    background-color: #f8f9fa;
}
.fixed-column tbody tr:nth-child(odd) td:first-child {
    background-color: #ffffff;
} */


/* ーーーーーーーーーーーーーーー */
/* リンクボックス */
/* ーーーーーーーーーーーーーーー */
.link_reference {
    clear: both;
    float: none;
    margin-bottom: 30px !important;
    font-size: 110%;
    border: #1e4198 2px solid;
    padding: 10px;
    border-radius: 4px;
    background: #fafafa;
    zbox-shadow: 5px 5px #e1e8f6;
    overflow: hidden;
}

.link_reference a {
    text-decoration: underline;
    font-weight: bold;
}

.link_reference a:hover {
    color: #1e4198; /* ホバー時のテキスト色 */
    text-decoration: none; /* ホバー時に下線を消す */
}

.link_reference dt {
    background: #1e4198;
    color: #fff;
    font-weight: bold;
    padding: 1px 5px;
    border-radius: 3px;
    margin-right: 8px;
    display: inline-block;
    float: left;
}

.link_reference dd {
    margin-left:60px;
    margin-bottom: 0;
    padding: 5px 0;
    height: 100%;
    line-height: 1.5;
}



/* ーーーーーーーーーーーーーーー */
/* サイドバー */
/* ーーーーーーーーーーーーーーー */
.custom-widget-top3-ttlbox {
    margin-top: 0;
}
.custom-widget-top3>li {
    margin: 0;
    font-weight: bold;
    font-size: 0.9em;
    vertical-align: middle;
    line-height: 1.5;
    padding: 7px;
    color: #626262;
}
.custom-widget-top3-num img {
    width: 28px;
    padding-bottom: 8px;
    object-fit: cover;
}
.custom-widget-top3-ttl {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.custom-widget-top3-img {
    width: 100%;
    object-fit: cover;
}
.custom-widget-top3-featurebox {
    padding: .8rem 1.1rem 1.2rem;
    background-color: #f1f1f1;
    border-radius: 6px;
}
.custom-widget-top3-featurettl {
    margin-bottom: .5em;
    margin-top: .5em;
    color: #0d0d0d;
}
.custom-widget-top3-feature {
    font-size: 0.9em;
    /* color: #0d0d0d; */
}
.custom-widget-top3-btn {
    padding: 1rem 0;
}
.custom-widget-top3-btn a {
    padding: .4em 1.3em;
    color: #fff !important;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
    text-align: center;
    margin: 1rem .5em;
}
.custom-widget-top3-btn a i {
    padding-left: .5em;
}

.inline-rate-star {
    color: #ffb500;
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    line-height: 1;
}
.inline-rate-star:before {
    content: "\f005";
}
.inline-rate-star-half {
    color: #ffb500;
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    line-height: 1;
}
.inline-rate-star-half:before {
    content: "\f5c0"
}
.inline-rate-star-empty {
    color: rgba(0, 0, 0, .15);
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    line-height: 1;
}
.inline-rate-star-empty:before {
    content: "\f005"
}


/* ーーーーーーーーーーーーーーー */
/* レビュー */
/* ーーーーーーーーーーーーーーー */
.sng-box.custom-review  {
    padding: 1rem;
    border: #a5aaaf solid 1px;
    position: relative;
}
.sng-box.custom-review .review-personal {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sng-box.custom-review .review-personal-right {
    flex: 1;
}
.sng-box.custom-review .review-personal-image {
    margin: 0;
}
.sng-box.custom-review .review-personal-image figure {
    width: auto;
}
.sng-box.custom-review .review-personal-image img {
    width: 90px;
    height: auto;
    margin-right: 0.6rem;
}
.sng-box.custom-review .kuchikomi-label {
    background: #ebeff4;
    padding: 4px 8px;
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 0.8rem;
    display: inline-block;
}
.sng-box.custom-review .kuchikomi-human {
    font-size: 0.9rem;
    font-weight: normal;
    display: inline-block;
}
.sng-box.custom-review .rate-box {
    border: solid 1px #ffb500;
    box-shadow: 0 0 0 1px #ffb500;
    border-radius: 50px;
    font-weight: bold;
    padding: 0 0 0 6px;
    margin: .5rem 0;
    font-size: 14px;
    max-width: 220px;
}
.sng-box.custom-review .rateline {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 4px 4px 8px;
}
.sng-box.custom-review .rate-star-box {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffb500;
}
.sng-box.custom-review .rate-thing {
    color: #ffb500;
}
.sng-box.custom-review .rate-star {
    color: #ffb500;
    width: 19px;
}
.sng-box.custom-review .rate-star-empty {
    color: rgba(0, 0, 0, 0.15);
    display: block;
    width: 19px;
}
@media screen and (max-width: 480px) {
    .sng-box.custom-review .rate-thing {
        padding-right: 6px;
    }
    .sng-box.custom-review .rate-box {
        margin: .3rem 0;
        font-size: 13px;
        max-width: 190px;
    }
    .sng-box.custom-review .rateline {
        padding: 2px;
    }
    .sng-box.custom-review .rate-star {
        width: 14px;
    }
    .sng-box.custom-review .rate-star-empty {
        width: 14px;
    }
}
.sng-box.custom-review  .review-title {
    margin: 0.8rem 0 0 0.4rem;
    font-size: 1rem;
    color: #333;
    font-weight: bold;
}
.sng-box.custom-review .accordion-text {
    margin: 0.8rem 0 0 0.4rem;
    position: relative;
    overflow: hidden;
    height: 6.4rem;
    font-size: .95rem;
    padding-bottom: 2rem;
}
.sng-box.custom-review .accordion-text.is-show {
    height: auto;
    margin: 0.8rem 0 0 0.4rem;
}
.sng-box.custom-review .accordion-text.is-hide:before {
    background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0.9) 50%);
    bottom: 0;
    content: "";
    height: 55px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.sng-box.custom-review .accordion-text.is-show:before {
    background: transparent;
}
.sng-box.custom-review .accordion-text.is-show {
    height: auto;
}
.sng-box.custom-review .accordion-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .5rem;
    background: none;
    color: #4f96f6;
    text-decoration: underline;
    font-size: 0.9rem;
    cursor: pointer;
    z-index: 2;
    text-align: center;
}
.sng-box.custom-review .accordion-text.is-show .accordion-btn {
    bottom: 0;
}
.sng-box.custom-review .accordion-btn a {
    display: inline-block;
}


/* ーーーーーーーーーーーーーーー */
/* 比較 */
/* ーーーーーーーーーーーーーーー */
.sng-box.custom-hikaku {
    border: none;
    max-width: 800px;
    margin: 8px auto;
    font-weight: unset;
}
.sng-box.custom-hikaku ul, .sng-box ol {
    margin: 16px 0;
    padding: 0.2em 1.45em;
    border: none;
}
.sng-box.custom-hikaku p {
    margin: 20px;
}
.sng-box.custom-hikaku .wp-block-columns {
    box-shadow: 0 6px 13px -3px rgba(0, 12, 66, 0.1), 0 0px 1px rgba(0, 30, 100, 0.1);
    background: #fff;
    padding: 0;
    display: flex;
    margin-bottom: 0;
    border-radius: 6px;
    box-sizing: border-box;
    flex-wrap: nowrap;
    gap: 0;
    overflow: hidden;
}
.sng-box.custom-hikaku .wp-block-column {
    width: 100%;
}
.sng-box.custom-hikaku .is-style-sango-list-check {
    padding-left: 2.6rem;
    list-style: none;
}
.sng-box.custom-hikaku .is-style-sango-list-check li {
    position: relative;
}
.sng-box.custom-hikaku .is-style-sango-list-check li:before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    width: 1.2em;
    display: inline-block;
}
.sng-box.custom-hikaku .is-style-sango-list-check.check-left li:before {
    content: "\f111";
    color:#009EF3;
    left: -22px;
    font-weight: 400;
}
.sng-box.custom-hikaku .is-style-sango-list-check.check-right li:before {
    content: "\f00d";
    color:#f88080;
    left: -22px;
    font-weight: 900;
}
.sng-box.custom-hikaku .sgb-heading {
    margin: 0;
    text-align: center;
    display: block;
}
.sng-box.custom-hikaku .sgb-heading__inner {
    border-color:transparent;
    font-size:1em;
    font-weight: bold;
    text-align:center;
    color:#FFF;
    display: block;
    padding: .5rem;
}

@media screen and (max-width: 480px) {
    .sng-box.custom-hikaku p {
        font-size: 12px;
    }
    
    .sng-box.custom-hikaku {
        padding: 1.5em 0;
    }
    
    .sng-box.custom-hikaku .is-style-sango-list-check li {
        font-size: 12px;
    }
}