body{
    overflow: hidden;
    height:auto;
    min-height: 100vh;
}

.appb_container{
    display: block;
    max-width:1200px;
    width:100%;
    height:auto;
    margin:0 auto;
    color:#543;
    background-color: #fff;
    overflow: hidden;
    font-size:medium;
}

#appb_kv{
    background-image: url(../img/appb/kv.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center bottom;
    width:100%;
    height:40vw;
    max-height:500px;
    margin:0;
    padding:0;
    font-weight: 700;
    position: relative;
}
#appb_kv a{
    color:white;
    background-color:#ea5514;
    font-size:1.6vw;
    text-align:center;
    width:12em;
    padding:0.5em;
    margin:0 auto;
    border-radius: 1em;
    display: block;
    position: absolute;
    bottom:25%;
    left:calc(50% - 6em);
    box-shadow: 4px 4px #d44a0e;
}
#appb_kv a:hover{
    box-shadow: 1px 1px #d44a0e;
    left:calc(50% - 6em + 4px);
    bottom:calc(25% - 4px);
    background-color:#F86B32;
}


.appb_faq_kv{
    background-color: #79c8e7;
    height: 29vh;
}
.appb_faq_kv h1{
    background-image: url(../img/appb/faq_kv.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 30vh;
}

.appb_howto_kv{
    background-color: #ABCD04;
    height: 29vh;
}
#appb__kv.appb_howto_kv h1{
    width: calc(80vw - 25%);
    height: 30vh;
    color: white;
    max-height: 250px;
    margin: 0 auto;
    padding: 8vh 0 0;
    font-size: xx-large;
    font-weight: 700;
    position: relative;
    text-align: center;
    font-size: 3vw;
    color: #543;
}
div.appb_howto_kv::before{
    content: "";
    background-image: url(../img/appb/howto_kv.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    top: 20px;
    right: 10vh;
    width: 25%;
    height: 28vh;
}



#appb__kv {
    height: 29vh;
    display: block;
    overflow: unset;
    position: relative;
}
#appb__kv h1{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 30vh;
    max-height: 250px;
    margin: 0;
    padding: 12vh 0 0;
    font-weight: 700;
    position: relative;
    text-align: center;
    font-size: 150%;
    color: #543;
}
#appb__kv a{
    bottom: 1em;
    position: absolute;
    left: 1em;
    text-decoration: underline;
    color:white;
}
#appb__kv a:hover{
    text-decoration: none;
}

.appb_privacy_kv{
    background-color:#ccc;
}

#appb p.appb_tips{
    padding: 1em;
    display: block;
    margin: 0 2.5em 2em;
    background-color: #fbc8b2;
}

#appb p.appb_tips a{
    color:#004c86;
}

@media screen and (max-width: 800px) {
    #appb__kv.appb_howto_kv h1{
        width:100%;
        height: auto;
        max-height: unset;
        padding:2em 0.5em;
        font-size:larger;
    }
    div.appb_howto_kv::before{
        content:none;
    }
    #appb p.appb_tips{
        width:90%;
        margin:0 auto 2em;
    }
    #appb img.nopadding{
        padding:1em 0;
    }
}


/* 使い方 */



.appb nav ul{
    clear: both;
    font-size:medium;
}

.appb nav ul.mainmenu {
    width:100%;
    clear: both;
    margin:10% auto;
    padding:0 2em;
    overflow: hidden;
}
.appb nav ul.mainmenu li{
    display: block;
    width:50%;
    float:left;

}

ul.mainmenu li:hover{
    opacity: 70%;
}

/*
.appb #load{
    display: none;
}
*/

.appb hr{
    border: 0;
    width:15%;
    height: 4px;
    background: #F4E8E1;
    border-radius: 16px;
}

ul.navimenu{
    width:90%;
    clear: both;
    margin: 0 auto!important;
    padding:0!important;
    overflow: hidden;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.navimenu li{
    margin: 1em;
}

.navimenu li > a{
    display: flex;
    width: 31%;
    min-width: 16em;
    height: auto;
    float: left;
    background-color: #FFF8E0;
    margin: 1%;
    padding: 1em 0.75em;
    position: relative;
    border-radius: 1em;
    box-shadow: 4px 4px 4px #e4e4e4;
    color: #543;
    font-weight: 700;
}

.navimenu li img{
    width: 4em;
    height: 4em;
    max-width: 60px;
    max-height: 60px;
    box-sizing: content-box;
    display: block;
    opacity: 25%;
}

.navimenu li > a:hover{
    color:white;
    background-color:#F86B32;
}

.navimenu li span{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 5em;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    font-size: 1.2em;
}

main#appb{
    width:90%;
    display: block;
    margin: 8em auto;
}

#appb section{
    display: block;
    overflow: hidden;
    margin-bottom: 8em;
}

#appb h2 {
    position: relative;
    display: block;
    margin: 0 auto 1em;
    text-align: center;
    font-size: 175%;
    font-weight: 700;
  }
  #appb h2:after {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #543;
    border-radius: 2px;
  }
  #appb .header_left{ /*左に棒が入る見出し */
    border-left: 8px solid #d44a0e;
    padding-left: 0.5em;
    margin: 4em 0 0.5em;
    font-weight: 700;
    font-size: 110%;
  }


/* 数字が入る見出し */

#appb.appb_tos {
    counter-reset: number 0;  /* numberのカウンタを0に指定 */
}

#appb.appb_tos h2:before {
    counter-increment: number 1;  /* numberのカウンタを1ずつ増加 */
    content: counter(number) ". ";
}


  #appb h4::before{
      content: url(../img/common/h4.svg);
      height: 1em;
      width: 1em;
      display: inline-block;
      margin-right: 0.25em;
  }
#appb h4+p{
    padding-top: 0.25em!important;
}

  main#appb p {
    padding: 1em;
  }

  main#appb p.img_center{
      text-align: center;
  }

  #appb .appb_list{
    width: 31%;
    margin: 0 0 29px;
  } 

  #appb dl.Check{
      width:80%;
      margin:4em auto;
      display: block;
  }

  #appb .Check dd{
        font-size: medium;
        background-color: #FFF8E0;
        width: 100%;
    }

  /* 記事一覧   */
  #appb .article-list__item a {
      display: unset;
  }

  #appb li.article-list__item{
      width:31%;
      margin-bottom:0;
    }
  #appb .article-list__title{
      height:7em;
      padding: 1em 0.5em;
      font-size:large;
  }

  #appb li.article-list__item .NTable{
    font-size: 80%;
    width: 100%;
    margin: 0 auto;
  }

  #appb li.article-list__item .NTable th{
    width: 7em;
    border:#ffffff 4px solid;
    padding:0.5em;
    text-align: center;
    font-size:small;
}
#appb li.article-list__item .NTable td{
    border:none;
    padding:0.5em;
    font-size:medium;
}

footer .toTop{
        position: fixed;
        right: 1em;
        bottom: 2em;
}

footer.appb {
    clear: both;
    width: 100%;
    height: auto;
    background-color: #ccc;
    color: #543;
    padding: 1em;
}
div.footer_logo{
    display: block;
    text-align: center;
    height: 100%;
    width: 100%;
    padding: 1em;
    margin-bottom: 2em;
}

div.footer_logo img{
    height:3em;
    width: auto;
}
footer.appb p{
    clear: both;
    text-align: left;
    margin-left: 4em;
}

div.app_footer_menu {
    width: 1200px;
    max-width:100%;
    margin: 0 auto;
    display: block;
    padding: 0 1em;
}

div.app_footer_menu dl{
    display: block;
    float: left;
    width: 33%;
    padding: 1em 3em;
}
div.app_footer_menu dt{
    font-size: 120%;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin-bottom:1em;
}
div.app_footer_menu dt::before{
    content: '';
    border-bottom: 0.1em solid #543;
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 5%;
    border-radius: 1em;
}

div.app_footer_menu a{
    color:#543;
}
div.app_footer_menu a:hover{
    color:#ea5514;
}

.footer_icon{
    width:2em;
    height:2em;
    margin:0 0.5em;

}

small.appb{
    width: 100%;
    height: 3em;
    display: block;
    background-color: #543;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: small;
    padding: 0.75em;
}

.knowledge_title{
padding-top: 0;
font-weight: 700;
}
  /* ----------*/

  #appb .orange{
      color:#ea5514;
  }



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

    #appb_kv{
        background-image: url(../img/appb/spkv.png);
        background-size: auto 100%;
        height: 53vw;
    }
    #appb__kv h1 {
        max-height: max-content;
        height: fit-content;
    }
    .appb_howto_kv {
        height: auto!important;
    }

    #appb_kv a{
        font-size: 3.8vw;
        bottom: 15%;
        width: 30vw;
        left: calc(50% - 15vw);
        padding: 0.25em;
    }
    #appb_kv a:hover{
        box-shadow: 1px 1px #d44a0e;
        left:calc(50% - 15vw + 4px);
        bottom:calc(15% - 4px);
        background-color:#F86B32;
    }

    .appb nav ul.mainmenu li{
        width: 100%;
    }
    .appb nav ul.mainmenu li img{
        margin: 0 auto;
        display: block;
    }


    ul.navimenu{
        width:100%;
        clear: both;
        margin:10% auto;
        padding:0 2em;
        overflow: hidden;
    }
    .navimenu li {
        margin: 0.5em;
        font-size:small;
    }
    .navimenu li > a{
        width: 10em;
        height: 10em;
        min-width: 9em;
        min-height: 9em;
        margin: 0;
        padding: 0;

    }

    .navimenu li img{
        display: block;
        margin: 1em auto 0;
        opacity: 100;
    }

    .navimenu li > a:hover{
        color:white;
        background-color:#F86B32;
    }

    .navimenu li span{
        left: unset;
        text-align: center;
        transform: unset;
        padding: 0;
        margin: 0;
        width: 100%;
        font-size: 100%;
        transform: translateY(calc(-50% + 2.5em));
        -webkit- transform: translateY(calc(-50% + 2.5em));
    }


    main#appb{
    padding: 0 0 4em;
    margin: 1em auto 0;
    }


    #appb h2{
        font-size: 24px;
        margin-bottom: 2em;
    }
    #appb h2:before {
        bottom: -2.5vw;
    }

    #appb p{
        font-size:16px;
    }
    #appb dl.Check{
        font-size:16px;
        width:100%;
        margin-top:3em;
    }
    #appb .Check dt {
        font-size: 16px;
        padding: 0.5em;
        top: -1.5em;
    }
    #appb .Check dd{
        font-size:16px;
        padding-top: 2em;
    }

    #appb li.article-list__item{
        width:100%;
        margin-top: 56px;
    }

    #appb li.article-list__item .NTable {
        width: 25em;
        max-width: 100%;
    }
    #appb li.article-list__item .NTable th {
        font-size:medium;
        width: 7em;
        border: #fff 3px solid;
    }
    #appb li.article-list__item .NTable td{
        font-size:medium;
    }
    #appb .article-list__title {
        height: auto;
        padding: 0.5em;
        text-align: center;
    }

    footer.appb p{
        text-align: center;
    }
    div.app_footer_menu {
        width: 100%;
    }
    div.app_footer_menu dl {
        float: unset;
        width: 100%;
        padding:1em;
    }
    small.appb {
        height:auto;
    }
    .pc{
        display: none;
    }
  }





.h2_counter {
    counter-reset: h2 0;
    max-width: 60em;
}
.h2_counter h2{
    margin-top:4em!important;
}
.h2_counter h2::before {
    counter-increment: h2 1;
    content: counter(h2) ". "!important;
}

.appb_privacy h3{
    font-size:110%;
    font-weight: 700;
    padding:1em 0 0.5em;
}
.appb_privacy h4{
    border-left: 8px solid #d44a0e;
    padding-left: 0.5em;
    margin: 1em 0 0.5em;
}
#appb.appb_privacy h4::before{
    content: none;
}


/* 目次　*/

ul.appb_index{
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 4em;
}

ul.appb_index a{
    text-decoration: none!important;
    color:#004c86;
}
ul.appb_index a:hover{
    text-decoration: underline!important;
}

ul.appb_index > li{
    max-width: 30em;
    min-width: 20em;
    width: 45%;
    font-weight: 700;
    background-color: #d44a0e;
    margin-bottom: 2em;
}

ul.appb_index > li > a {
    padding-left: 1em;
    color: white;
    font-size: 110%;
}

ul.appb_index ul {
    background-color: white;
}

ul.appb_index ul.howto_flex {
    background-color: unset;
}

ul.appb_index li li{
    font-weight: normal;
    list-style-type: disc;
    margin-left: 2em;
    padding: 0.75em 0.5em 0;
}

ul.appb_index ul.appb_faq_category:first-child{
    margin-top:1em;
}


@media screen and (max-width: 800px) {
    .howto_flex li{
        margin-bottom:1em;
    }

    .howto_flex li p{
        font-size: 96%!important;
        padding: 0.25em 0.5em !important;
    }

}


/* =========================
   ==== プライバシーポリシー・利用規約
   =========================*/

#appb.appb_privacy, #appb.appb_tos{
    margin:4em auto;
    padding-top:0;
}

.appb_tos_kv{
    background-color:#ccc;
}

#appb.appb_privacy h2, #appb.appb_tos h2{
    margin-top:4em;
}



/* =========================
   ==== 契約者向けの案内ページ
   =========================*/
#appb__kv.appb_howto_for_client_kv{
    background-color: #004c86;
    height: 29vh;
}
#appb__kv.appb_howto_for_client_kv h1{
    background-image: url(../img/appb/howto_cliant_kv.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 30vh;
    color: white;
    font-size: 3vw;
}

@media screen and (max-width: 800px) {
    #appb__kv.appb_howto_for_client_kv{
        height:auto;
    }
    #appb__kv.appb_howto_for_client_kv h1{
        background-image: unset;
        height: auto;
        font-size: medium;
        padding:2em 0.5em;
    }

}

/* =========================
   ==== よくあるご質問 ======
   =========================*/

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

}

.appb_faq #appb{
    margin: 0 auto;
}
ul.appb_faq_category{
    margin: 8em auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    width: 90%;
    height: auto;
}


.appb_faq_category li{
    display: inline-block;
}
.appb_faq_category li a{
    width: 9em;
    text-align: center;
    color: #B29E8B;
    min-width: 160px;
    margin:0 auto 1em;
    font-size:medium;
    display: block;
}
.appb_faq_category li a:after {
    background-color: #B29E8B;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
}
#appb .appb_faq_category li a:hover{
    color: #d44a0e;
    text-decoration: none!important;
}
.appb_faq_category li a:hover:after{
    background-color: #d44a0e;
}

#appb .appb_faq_category h2::after{
    content: none; /* デフォルトの表示をナシに*/
}

#appb .appb_faq_category h2 a{
    color:#543;
    cursor:default;
}
#appb .appb_faq_category h2 a::after{
    background-color:#543;
}

.appb_faq h4 {
    margin-top: 1em;
}

.appb_faq h4+p {
    padding-left: 1em!important;
}

/* 契約中の場合 */
dl.contractor {
    max-width: 800px;
    display: block;
    margin: 1em 2.5em;
}
.contractor dt {
    background-color: #ffdc64;
    border-radius: 1em 1em 0 0;
    padding: 0.5em 1em 0;
    /* width: auto; */
    display: inline-block;
}
.contractor dd {
    border: 2px solid #ffdc64;
    padding: 1em;
}

/* FAQのAccordion */
details{
    margin-bottom:2em;
    width:100%;
}
/* デフォルトの▶を消す */
summary::-webkit-details-marker { display: none; }

summary {
    display: block;
    cursor: pointer;
    transition: 0.2s;
    color: #abcd04;
    padding: 0.25em 0.5em 0 2.5em;
    position: relative;
    font-weight: 700;
    font-size: medium;
  }
  summary:hover {
    cursor: pointer;
    color: #d44a0e;
  }

  summary::before{
    background: #abcd04;
    content: '+';
    display: block;
    height: 2em;
    width: 2em;
    position: absolute;
    left: 0;
    top: 0px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
  }
  details[open] summary::before{
    content: '-';
  }
  summary:hover::before{
    background-color: #d44a0e;
  }

details[open] div{
    animation: fadeIn 0.5s ease;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0; /* 透明 */
      transform: translateY(-10px); /* 上から表示 */
    }
    100% {
      opacity: 1;
      transform: none;
    }
}

#appb details div{
    margin-left: 2.5em;
    margin-right: 2.5em;
    margin-bottom: 5em;
}
#appb details p{
    padding: 0;
}
#appb details a{
    color: #d44a0e;
    text-decoration: underline!important;
}
#appb details a:hover{
    background-color: #ffdc64;
    text-decoration: none!important;
}


@media screen and (max-width: 800px) {
    #appb .appb_faq_category h2{
        margin-bottom:0;
    }
    ul.appb_faq_category {
        padding-top: 0;
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 4em;
    }
    .appb_faq_category li a {
        width:auto;
        min-width:unset;
        text-align: center;
        margin:unset;
        font-size: medium;
        display: inline-block;
        padding: 0.5em 1em 0.5em;
    }

    dl.contractor{
        margin:0.5em 0;
    }
    #appb details div{
        margin-right:0;
    }
}





/* ---------------------ポップアウト---------------*/

.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
    display: flex;
    width: 31%;
    min-width: 16em;
    height: auto;
    float: left;
    background-color: #FFF8E0;
    margin: 1%;
    padding: 1em 0.75em;
    position: relative;
    border-radius: 1em;
    box-shadow: 4px 4px 4px #e4e4e4;
    color: #543;
    font-weight: 700;
}
.open:hover{
        color:white;
        background-color:#F86B32;
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
    width: 90vw;
    max-width: 600px;
    height: auto;
    background-color: #ffffff;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 0 2em;
}
.text {
	margin: 0;
    padding: 1em;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}

.navimenu li .window a {
    display: block;
    text-align: center;
    background-color: #e4e4e4;
    color: #B29E8B;
    width: 10em;
    margin: 0 auto;
    padding: 0.5em 1em;
    border-radius: 1.25em;
    background-color: #abcd04;
    color: #fff;
}
#contact_check_button i{
    display: block;
    text-align: center;
    background-color: #e4e4e4;
    color: #B29E8B;
    width: 10em;
    margin: 0 auto;
    padding: 0.5em 1em;
    border-radius: 1.25em;
    background-color: #e4e4e4;
    color: #B29E8B;
}

.navimenu li .window a:hover{
    opacity: 70%;
}

.pop-up-header{
    background-color: #F86B32;
    color: white;
    text-align: center;
    padding: 0.5em 0;
    margin-bottom: 1em;
    font-size: 120%;
}

@media screen and (max-width: 800px) {
    .open{
    width: 10em;
    height: 10em;
    min-width: 9em;
    min-height: 9em;
    margin: 0;
    padding: 0;
    }
}

/* ---------------------手順のFlex---------------*/

#appb div.howto_sp{
    background-color: #eee;
    margin: 2em 1em;
    border-radius: 1em;
    font-size:95%;
}

@media screen and (min-width: 800px) {
    #appb ul.howto_flex{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    /* 横並び５こ */
    #appb ul.howto_flex.flex5 li{
        width: 16%;
        margin: 2%;
    }
    #appb ul.howto_flex.flex4 li{
        width: 21%;
        margin: 2%;
    }
    #appb ul.howto_flex.flex3 li{
        width: 29%;
        margin: 2%;
    }
}

@media screen and (max-width: 799px) {
    #appb div.howto_sp{
        padding:1em;
    }
}

#appb.appb_howto a, #appb.appb_howto_for_client a{
    text-decoration: underline;
}

#appb.appb_howto a:hover, #appb.appb_howto_for_client a:hover{
    text-decoration: none;
}

/* ---------------------ポップアップ---------------*/

div#appb_popup{
    background-color:#ffdc64;
    color:white;
}

div#appb_popup2{
    background-color:#f7f7f7;
}


div#appb_popup ul.common-contact__list{
    display: flex;
    justify-content: space-around;
    width: 95%;
    max-width: 400px;
    margin: 0 auto;
}

div#appb_popup ul.common-contact__list li{
    width:45%;
    margin:2.5%;
}


div#appb_popup2 ul.common-contact__list{
    position: absolute;
    bottom: 0vw;
    right: 7vw;
    width: 38vw;
}

div#appb_popup2 ul.common-contact__list li{
    margin-bottom:1em;
}

div#appb_popup2 div.sp{
    width:100vw;
    height:145.6vw;
    background-image: url(https://www.sagami-nenkin.com/wp-content/themes/sagami/assets/img/appb/appb_popup2_sp.png);
    background-size: 100vw auto;
    background-repeat: no-repeat;
    position: relative;
}

div#appb_popup2 div.sp .appb_tel{
    position: absolute;
    top: 145.6vw;
    width: 70%;
    left: 15%;
}

div#appb_popup2 div.sp .appb_kome{
    position: absolute;
    top: 160.6vw;
}

@media screen and (min-width: 799px) {
    div#appb_popup{
        background-image: url(https://www.sagami-nenkin.com/wp-content/themes/sagami/assets/img/appb/popup_pc_back.png);
        background-size:auto 100vh;
        background-repeat: repeat-x;
    }
    div#appb_popup div.pc{
        width: 177.8vh;
        height: 100vh;
        position: relative;
        background-image: url(https://www.sagami-nenkin.com/wp-content/themes/sagami/assets/img/appb/popup_pc.png);
        background-size:auto 100vh;
        background-repeat: no-repeat;
    }
    div#appb_popup ul.common-contact__list{
    position: absolute;
    bottom: 1em;
    right: 1em;
    }

    div#appb_popup2{
        background-image: url(https://www.sagami-nenkin.com/wp-content/themes/sagami/assets/img/appb/popup_pc_back2.png);
        background-size:auto 100vh;
        background-repeat: repeat-x;
    }
    div#appb_popup2 div.pc{
        width: 177.8vh;
        height: 100vh;
        position: relative;
        background-image: url(https://www.sagami-nenkin.com/wp-content/themes/sagami/assets/img/appb/popup_pc2.png);
        background-size:auto 100vh;
        background-repeat: no-repeat;
    }
    div#appb_popup2 ul.common-contact__list{
        position: absolute;
        right: 3%;
        top: 38%;
        width: 23%;
    }

    div#appb_popup2 ul.common-contact__list li{
        margin:1em;
        overflow: hidden;
    }

    div#appb_popup2 ul.common-contact__list img{
        cursor: pointer;
        transition-duration: 0.3s;
      }
      div#appb_popup2 ul.common-contact__list img:hover{
        opacity: 0.6;
        transition-duration: 0.3s;
      }
}



#appb details a:has(.Inline-Button):hover {
    background-color: unset;
}


.appb_faq .wp-embedded-content{
    margin: -2em auto -6em;
}


/* ---------------------リンク---------------*/

/* 戦闘に○がつくリンク */
#appb a.Link_C{
    text-decoration: none;
}


