/* =====  WP固有・汎用・上書き ===== */
.pcOnly {
    display: block;
}
.spOnly {
    display: none;
}
@media only screen and (max-width: 768px) {
    .pcOnly {
        display: none;
    }
    .spOnly {
        display: block;
    }
}
.clearfix:after {
  display:block;
  content:"";
  clear:both;
}
.wysiwyg .v-heading {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5;
  margin-bottom: 5px;
}
.ir_date {
  font-size: 10px;
}
.page-template-page-ir-general-php .article-body.article-body--blue div.button-group {
    margin-bottom: 120px;
}
.button-group .button {
    width: 307px;
    height: 64px;
    padding: 11px;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.03em;
    text-align: center;

}

.button[target=_blank]::before,
.button[target=_blank]::after,
.wysiwyg a[target=_blank]::after {
    display: none !important;
}

.wysiwyg #benefitDetail a {
    margin-right: 1px;
}

/* =====  汎用上書き ===== */
@media only screen and (max-width: 768px) {
    .button-group a:not(:last-child) {
        margin-bottom: 40px;
    }
    .article-body>*:not(.round-title):not(.middle-title):not(:last-child) {
        margin-bottom:60px;
    }
    .article-title-large, .blog-title {
        font-size: 24px;
        line-height: 42px;
        letter-spacing: 4px;
    }
    .article-title-large::before, .blog-title::before {
        top: unset;
        bottom: -25px;
    }
    .article-title-large::after, .blog-title::after {
        top: unset;
        bottom: -25px;
        width: 50%;
    }
}

/* =====  株主優待独自 ===== */
/* --- 独自汎用 --- */
.contentWrapper {
    margin-bottom: 120px;
}

#noticeClosed.contentWrapper {
    margin-bottom: 56px;
}

#benefitOverview.contentWrapper {
    margin-bottom: 40px;
} 
#benefitDetail.contentWrapper {
    margin-bottom: 60px;
} 
#benefitAboutAtone.contentWrapper {
    margin-bottom: 60px;
} 

@media only screen and (max-width: 768px) {
    .contentWrapper {
        margin-bottom: 150px;
    }
    #benefitOverview.contentWrapper {
        margin-bottom: 80px;
    } 
    #benefitFlow.contentWrapper {
        margin-bottom: 120px;
    } 
    #benefitDetail.contentWrapper {
        margin-bottom: 60px;
    } 
    #benefitAboutAtone.contentWrapper {
        margin-bottom: 60px;
    } 
}
/* --- close notice --- */
.notice__text {
    padding: 3px 16px;
}
#noticeClosed .notice__closedDate {
    background-color: #FAF6D3;

    font-size: 16px;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0.1em;
    color: #7D5A00;
}

.notice__closedDate .icn-caution {
    vertical-align: middle;
    margin-right: 8px;
}

#noticeClosed .notice__closedmasssage {
    margin-top: 8px;
    background-color: #F6F6F6;
    line-height: 28px;
}

@media only screen and (max-width: 768px) {
    #noticeClosed .notice__closedDate {
        position: relative;
        padding-left: 48px;
    }
    .notice__closedDate .icn-caution {
        position: absolute;
        top: calc(50% - 10px);
        left: 16px;
    }
    #noticeClosed .notice__closedmasssage {
        letter-spacing: 0.03em;
    }
}

/* --- overview / ２カラム：画像＋テキスト --- */
.multi__col {
    width:100%;
}
.multi__col__cell {
    width:50%;
}
.multi__col__cell.cell-left {
    float:left;
}
.cell-left .mulit__cell__content {
    max-width:500px;
    letter-spacing: 1px;
}

.mulit__cell__content.mb-1em {
    margin-bottom:1em;
}
.multi__col__cell.cell-right {
    float:right;
}
.cell-right .mulit__cell__content {
    padding-left:68px;
}
.cell-right .mulit__cell__content img{
    max-width:332px;
}
@media only screen and (max-width: 768px) {/* --- SP overview / ２カラム：画像＋テキスト --- */
    .multi__col__cell {
        width:100%;
    }
    .multi__col__cell.cell-left,
    .multi__col__cell.cell-right  {
        float:none;
    }
    .mulit__cell__content {
    width:100%;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.3px;
    }
    .cell-left .mulit__cell__content {
        max-width:unset;
        margin-top:42px;
    }
    .cell-right .mulit__cell__content {
        max-width:unset
    }
    .cell-right .mulit__cell__content {
        padding-left:unset;
    }
    .cell-right .mulit__cell__content img{
        max-width:unset;
        width:100%;
    }
}

/* --- flow --- */
#benefitFlow {

}

.flowWrapper {

}

.flowWrapper .flow__item {
    padding-left:0;/* 打ち消し */
    position: relative;
    float: left;
    box-sizing: border-box;
    padding-top: 24px;
    margin-right:38px;
    width:170px;
    height: 164px;
    background-color: #F6F6F6;
}
.flowWrapper .flow__item::before {
    /* 青丸のリストヘッダー打ち消し */
    display: none;
}
.flowWrapper .flow__item::after {
    position: absolute;
    display: block;
    content:"";
    top:0;
    left:96%;
    width: 40px;
    height: 100%;
    background-image:url(/wp/wp-content/themes/netprotections/assets/images/page/benefit/flow_allow_01.svg);
    background-position:right center;
    background-size: 40px 100%;
    background-repeat: no-repeat;
}

.flowWrapper .flow__item:nth-child(2) {
    
    background-color: #DFDFDF;
}
.flowWrapper .flow__item:nth-child(2)::after {
    background-image:url(/wp/wp-content/themes/netprotections/assets/images/page/benefit/flow_allow_02.svg);
}
.flowWrapper .flow__item:nth-child(2) .flow__txt2 {
    line-height: 23px;
}

.flowWrapper .flow__item:nth-child(3) {
    background-color: #BABABA;
}
.flowWrapper .flow__item:nth-child(3)::after {
    background-image:url(/wp/wp-content/themes/netprotections/assets/images/page/benefit/flow_allow_03.svg);
}

.flowWrapper .flow__item:nth-child(4) {
    color: #ffffff;
    background-color: #000000;
    border-radius: 50%;
    padding: 0;
}

.flowWrapper .flow__item:nth-child(4)::after {
    display: none;
}

.flow__item .flow__item__para { 
    text-align: center;
    letter-spacing: 0.1em;
}

.flow__item .flow__item__para.flow__txt1 { 
    box-sizing: border-box;
    padding:0 22px;
    font-size: 14px;
    line-height: 21px;
    margin-bottom:20px;
}
.flow__item .flow__item__para.flow__txt2 { 
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}

.flowWrapper .flow__item:nth-child(4) .flow__item__para {
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: 600;
    line-height: 6.7em;
}

#benefitFlow .flow__notice {
    margin-top: 24px;
    font-weight: unset;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-align: left;
}

#benefitFlow .flow__notice:last-child {
    /* margin-top: 0; */
}

#benefitFlow .noticeLink {
    font-weight: 300;
    margin-right: 0;
}

.icn_newtab {
    width: 14px;
    height: 14px;
    vertical-align: text-top;
    margin-right: 3px;
    margin-left: 3px;

}



@media only screen and (max-width: 768px) {/* --- SP flow --- */
    .flowWrapper .flow__item {
        float: none;
        padding-top: 16px;
        margin-right: unset;
        width: 100%;
        height: 80px;
        margin-bottom: 20px;
    }
    .flowWrapper .flow__item::after {
        top:unset;
        left:unset;
        bottom: -20px;
        width: 100%;
        height: 24px;
        background-image:url(/wp/wp-content/themes/netprotections/assets/images/page/benefit/flow_allow_01_sp.svg);
        background-position:center bottom;
        background-size: 100% 24px ;
        background-repeat: no-repeat;
    }

    .flowWrapper .flow__item:nth-child(2)::after {
        background-image:url(/wp/wp-content/themes/netprotections/assets/images/page/benefit/flow_allow_02_sp.svg);
    }
    .flowWrapper .flow__item:nth-child(3) {
        margin-bottom: 30px;
    }
    .flowWrapper .flow__item:nth-child(3)::after {
        background-image:url(/wp/wp-content/themes/netprotections/assets/images/page/benefit/flow_allow_03_sp.svg);
    }
    
    .flowWrapper .flow__item:nth-child(4) {
        margin:0 auto;
        width: 167px;
        height: 167px;
        padding:0;
    }
    .flow__item .flow__item__para.flow__txt1 {
        margin-bottom:8px;
    }
}

/* --- detail --- */
#benefitDetail {

}

#benefitDetail .detail__table {
    width: 100%;
    max-width: 910px;
}
#benefitDetail .detail__row {
    padding-left: 0;
    width: 100%;
    height: 72px;
    margin-bottom: 24px;
}
#benefitDetail .detail__row::before {
    display: none;
}
#benefitDetail .detail__row:nth-child(2) {
    height: 550px;
}
#benefitDetail .detail__row:nth-child(3) {
    height: 154px;
}
#benefitDetail .detail__header {
    float: left;
    padding: 15px;
    width: 162px;
    height: 100%;
    background-color: #F6F6F6;
    font-size: 14px;
    line-height: 21px;
}

#benefitDetail .detail__header .dh__appendix {
    font-size: 8px;
    font-weight: 300;
    vertical-align: super;
}

#benefitDetail .detail__cell {
    float: left;
    max-width: 740px;
    padding-left: 20px;
}

.detail__cell .detail__para {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 24px;
}

.detail__cell .detail__para.mb-08 {
    margin-bottom: 8px;
}


.detail__appendix {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.1em;
}

.cell__table {
    margin: 8px 0 40px;
    width: 600px;
    border-spacing: 0;
}
.cell_row {
    height: 29px;
}
.cell_row.cell__title {
    height: 45px;
}

.cell_header ,.cell_cell {
    width: 50%;
    text-align: center;
}
.cell__title .cell_header {
    background-color: #000000;
    color: #FFFFFF;
}
.cell_header {
    background-color: #F6F6F6;
    border: 1px solid #C3C3C3;
    border-bottom: none;
}
.cell_cell {
    border: 1px solid #C3C3C3;
    border-left: none;
    border-bottom: none;
}

.cell_row:last-child .cell_header,
.cell_row:last-child .cell_cell {
    border-bottom: 1px solid #C3C3C3;
}

.detail__notice {
    padding-left: 0;
    width: 100%;
    margin-bottom: 24px;
    border: 1px solid #C3C3C3;   
}

#benefitDetail .notice__header {
    float: left;
    padding:54px 15px 0;
    width: 162px;
    height: 100%;

    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.1em;
    text-align: left;    
}
#benefitDetail .detail__notice:last-child .notice__header {
    padding-top: 67px;
}


#benefitDetail .notice__content {
    float: left;
    max-width: 740px;
    padding: 20px 120px 20px 20px;

    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.1em;
    text-align: left;

}

#benefitDetail .notice__content__innner {
    padding-left: 1em;
    text-indent: -1em;
}

@media only screen and (max-width: 768px) {/* --- SP detail --- */
    .detail__cell .detail__para.mb-08 {
        margin-bottom: 24px;
    }
    #benefitDetail .detail__row {
        width: 100%;
        height: auto;
    }
    #benefitDetail .detail__row:nth-child(2) {
        height: auto;
    }
    #benefitDetail .detail__row:nth-child(3) {
        height: auto;
    }
    #benefitDetail .detail__header {
        float: none;
        padding: 8px;
        width: 100%;
        height: 37px;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
    }

    #benefitDetail .detail__cell {
        float: none;
        max-width: unset;
        padding-left: 0;
    }
    
    #benefitDetail .detail__appendix {
        font-size: 10px;
        font-weight: 300;
        line-height: 15px;
        letter-spacing: 0.1em;
        text-align: left;
    }

    .cell__table {
        margin: 24px 0 40px;
        width: 100%;
    }

    .cell_row {
        height: 45px;
    }
    .cell_row.cell__title {
        height: 50px;
        text-align: center;
        font-weight: 600;
    }
    .cell_header,.cell_cell {
        width:50%;
        padding: 4px 9px;
        font-size: 14px;
        font-weight: 300;
        line-height: 21px;
        letter-spacing: 0.1em;
        text-align: left;
        
    }
 
    .detail__notice {
        padding: 16px;
    }
    #benefitDetail .notice__header,
    #benefitDetail .notice__content {
        float: none;
        width: 100%;
        padding:0;
    }
    #benefitDetail .notice__header {
        margin-bottom: 8px;
    }
    #benefitDetail .detail__notice:last-child .notice__header {
        padding-top: 0;
    }

}

#benefitContact.contentWrapper {
    margin-bottom: 0;
}

#benefitContact .contact__para {
    margin-bottom: 26px;
}

#benefitContact .contact__para a {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#benefitContact .button-group {
    margin-bottom: 52px;
}

#benefitContact .button-group .button {
    color:#000000;
    border-bottom-color:#000000;
    width: 405px;
}

#benefitContact .button-group .button:hover {
    color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
    #benefitContact.contentWrapper {
        margin-bottom: 120px;
    }
    #benefitContact .contact__para {
        font-size: 14px;
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 1.4px;
    }
    #benefitContact .button-group {
        margin-bottom: 60px;
        text-align: center;
    }
    #benefitContact .button-group .button {
        width: 300px;
        height: 88px;
        margin-bottom: 0;
        border-radius: 44px;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
}



#benefitAboutAtone .aboutAtone__para {
    font-size: 14px;
    margin-bottom: 1em;
}

#benefitAboutAtone .aboutAtone__contentHeader {
    margin-top: 52px;
}

#benefitAboutAtone .aboutAtone__shopList {
    margin-top: 20px;
}
#benefitAboutAtone .shopList__row::before {
    display: none;
}
#benefitAboutAtone .shopList__row {
    padding-left: 0;
    width: 100%;
    height: 54px;
    margin-bottom: 20px;
}
#benefitAboutAtone .shops__header {
    display: inline-block;
    float: left;
    width: 150px;
    height: 54px;
    background-color: #F6F6F6;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: center;
}
#benefitAboutAtone .shops__header__text {
    line-height: 3.5em;
}
#benefitAboutAtone .shops__icons {
    float:left;
    margin-left: 20px;
}    
#benefitAboutAtone .shops_img {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

@media only screen and (max-width: 768px) {/* --- SP aboutshops --- */
    #benefitAboutAtone .shopList__row {
        height: auto;
    }
    #benefitAboutAtone .shops__header {
        margin-bottom: 20px;
        width: 100%;
    }
    #benefitAboutAtone .shops__icons {
        margin-left: 0;
    }    

    #benefitAboutAtone .shops_img{
        display: block;
        margin-bottom: 20px;
    }
    #benefitAboutAtone .shops_img:nth-of-type(2n){
        margin-right: 0;
    }
}