/*
Theme Name: ファミリチャージ
Version: 1.0
Author: CREATEONE
*/
html{
    font-size: 62.5%;
}
.editor-styles-wrapper{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif!important;
}
.mceContentBody .mce-content-body{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif!important;
    font-size: 14px;
    line-height: 1.5;
    padding: 8px;
    box-sizing: border-box;
}


/*strongタグ回避用CSS*/
.crt-strong{
    font-weight: bold;
}

/*デフォルトテーブルスタイル*/
.is-style-regular table{
    width: 100%;
    margin: 1em 0;
    border-collapse: collapse;
    border-top:1px solid #382a24!important;
    border-left:1px solid #382a24!important;
}
.is-style-regular table th,
.is-style-regular table td{
    border-right:1px solid #382a24!important;
    border-bottom:1px solid #382a24!important;
    border-color: #382a24!important;
    padding: 1em!important;
    background-color: white!important;
}
@media (max-width: 834px) {
    .is-style-regular table{
        border: none!important;
    }
    .is-style-regular table th,
    .is-style-regular table td{
        width: 100%!important;
        border: none!important;
        display: block!important;
    }
    .is-style-regular table tbody tr td:first-child{
        width: 100%!important;
        border: none!important;
        background-color: #f4f3ef!important;
    }
}

/*ストライプテーブルスタイル*/
.is-style-stripes table{
    width: 100%;
    margin: 1em 0;
    border-collapse: collapse;
    border-top:1px solid #382a24!important;
    border-left:1px solid #382a24!important;
}
.is-style-stripes table th,
.is-style-stripes table td{
    border-right:1px solid #382a24!important;
    border-bottom:1px solid #382a24!important;
    border-color: #382a24!important;
    padding: 1em!important;
}
.is-style-stripes table thead th,
.is-style-stripes table thead td{
    color: white!important;
    background-color: #382a24!important;
}
.is-style-stripes table tbody th,
.is-style-stripes table tbody td{
    background-color: white!important;
}
.is-style-stripes table tbody tr:nth-child(even) th,
.is-style-stripes table tbody tr:nth-child(even) td{
    background-color: #f4f3ef!important;
}


/*横スクロール*/
.is-style-type01{
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.is-style-type01 table{
    width: 100%;
    margin: 1em 0;
    border-collapse: collapse;
    border-top:1px solid #382a24!important;
    border-left:1px solid #382a24!important;
}
.is-style-type01 table th,
.is-style-type01 table td{
    border-right:1px solid #382a24!important;
    border-bottom:1px solid #382a24!important;
    border-color: #382a24!important;
    padding: 1em!important;
}
.is-style-type01 table thead th,
.is-style-type01 table thead td{
    color: white!important;
    background-color: #382a24!important;
}
.is-style-type01 table tbody th,
.is-style-type01 table tbody td{
    background-color: white!important;
}
@media (max-width: 834px) {
    .is-style-type01 table{
        width: 1000px!important;
        border-top:1px solid #382a24!important;
        border-left:1px solid #382a24!important;
    }
    .is-style-type01 table thead,
    .is-style-type01 table tbody{
        display: revert!important;
    }
    .is-style-type01 table tr{
        display: revert!important;
    }
    .is-style-type01 table th,
    .is-style-type01 table td{
        border-right:1px solid #382a24!important;
        border-bottom:1px solid #382a24!important;
        display: revert!important;
    }
}

/*オレンジボタン*/
.is-style-type02{
    width: 100%!important;
    max-width: 600px!important;
    margin-inline: auto!important;
}
.is-style-type02 .wp-block-button__link{
    width: 100%!important;
    font-size: 1.8rem!important;
    color: white!important;
    font-weight: 700!important;
    text-decoration: none!important;
    display: inline-block!important;
    background-color: #ea5f01!important;
    border: 1px solid #ea5f01!important;
    border-radius: 10px!important;
    padding: 15px 20px!important;
    transition: all .3s ease-out!important;
    &:hover{
        color: #ea5f01!important;
        background-color: white!important;
        opacity: 1!important;
        filter: brightness(100%)!important;
    }
}
@media (max-width: 834px) {
    .is-style-type02 .wp-block-button__link{
        font-size: 1.6rem!important;
        border-radius: 6px!important;
        padding: 10px 15px!important;
    }
}


/*幅広*/
.alignwide {
    max-width: 70vw!important;
}
.alignfull {
    max-width: 100vw!important;
}
@media (max-width: 767px) {
    .alignwide {
        max-width: 100vw!important;
    }
    .alignfull {
        max-width: 100vw!important;
    }
}



/*サブタイトル*/
/*-------------------------サブタイトル1(背景色オレンジ)*/
h2.wp-block-heading{
    color:white;
    font-weight: bold;
    line-height: 1.4!important;
    background-color: #382a24;
    padding: 8px 15px;
    text-wrap: balance;
    word-break: auto-phrase;
}
@media (max-width: 834px) {
    h2.wp-block-heading{
      font-size: 1.6rem;
      margin-top: 3em!important;
      margin-bottom:2em!important;
    }
}
@media (min-width: 768px) {
    h2.wp-block-heading{
        font-size: 2.4rem;
        margin-top: 3em!important;
        margin-bottom:2em!important;
    }
}


/*-------------------------サブタイトル2(オレンジ太字)*/
h3.wp-block-heading{
    color:#382a24;
    font-weight: bold;
    line-height: 1.4!important;
    border-left:5px solid #382a24;
    padding:5px 10px;
    background-color:#eee;
    text-wrap: balance;
    word-break: auto-phrase;
}
@media (max-width: 834px) {
    h3.wp-block-heading {
      font-size: 1.6rem;
      margin-top: 2em!important;
      margin-bottom:1em!important;
    }
}
@media (min-width: 768px) {
    h3.wp-block-heading {
        font-size: 2.4rem;
        margin-top: 2em!important;
        margin-bottom:1em!important;
    }
}


/*-------------------------サブタイトル2(黒太字)*/
h4.wp-block-heading {
    color:#382a24;
    font-weight: bold;
    line-height: 1.4!important;
    text-wrap: balance;
    word-break: auto-phrase;
}
@media (max-width: 834px) {
    h4.wp-block-heading {
      font-size: 1.6rem;
      margin-top: 2em!important;
      margin-bottom:1em!important;
    }
}
@media (min-width: 768px) {
    h4.wp-block-heading {
        font-size: 2.2rem;
        margin-top: 2em!important;
        margin-bottom:1em!important;
    }
}


/*toc*/
#toc_container{
    margin: 3em 0;
}
#toc_container a{
    text-wrap: balance;
    word-break: auto-phrase;
}

.chanse_txt {
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .chanse_txt {
        width: 100%;
    }
    .page-id-68167 img.scaled-image {
        margin: 0;
        margin-bottom: 16px;
    }
}