/*================================================================================
socialmedia style
================================================================================*/

/*common
------------------------------------------------*/
@media only screen and (min-width: 897px) {
    .wPC100 {
        width: 100% !important;
    }

    .wPC90 {
        width: 90% !important;
    }

    .wPC80 {
        width: 80% !important;
    }

    .wPC70 {
        width: 70% !important;
    }

    .wPC60 {
        width: 60% !important;
    }

    .wPC50 {
        width: 50% !important;
    }

    .wPC40 {
        width: 40% !important;
    }

    .wPC30 {
        width: 30% !important;
    }

    .wPC20 {
        width: 20% !important;
    }

    .wPC10 {
        width: 10% !important;
    }
}

@media only screen and (max-width: 896px) {
    .wSP100 {
        width: 100% !important;
    }

    .wSP90 {
        width: 90% !important;
    }

    .wSP80 {
        width: 80% !important;
    }

    .wSP70 {
        width: 70% !important;
    }

    .wSP60 {
        width: 60% !important;
    }

    .wSP50 {
        width: 50% !important;
    }

    .wSP40 {
        width: 40% !important;
    }

    .wSP30 {
        width: 30% !important;
    }

    .wSP20 {
        width: 20% !important;
    }

    .wSP10 {
        width: 10% !important;
    }
}


@media only screen and (min-width: 897px) {
    .mtP110 {
        margin-top: 110px
    }

    .mtP120 {
        margin-top: 120px
    }

    .mtP130 {
        margin-top: 130px
    }

    .mtP140 {
        margin-top: 140px
    }

    .mtP150 {
        margin-top: 150px
    }
}

@media only screen and (max-width: 896px) {
    .mtS110 {
        margin-top: 110px
    }

    .mtS120 {
        margin-top: 120px
    }

    .mtS130 {
        margin-top: 130px
    }

    .mtS140 {
        margin-top: 140px
    }

    .mtS150 {
        margin-top: 150px
    }
}

/*mainVisual
------------------------------------------------*/
#container .mv-txtBox .m-txt01 {
    line-height: 1.8 !important;
}

@media only screen and (max-width: 896px) {
    #container .blur.smallH {
        height: 120px;
    }

    #container .mv-txtBox.smallH,
    #container .mv-txtBox_right {
        height: 120px;
        padding: 20px 18px 20px;
    }
}


/*anchorLink
------------------------------------------------*/
.ancStyle02 li {
    background: none;
}

.ancStyle02 li a {
    background: none;
    border: solid 1px #000;
    border-radius: 15px;
    padding: 16px 40px 17px 75px !important;
}

.ancStyle02 li:nth-child(7) a {
    padding: 16px 40px 17px 30px !important;
}


.ancStyle02 li {
    background: url(../img/icon_x.png) no-repeat 23px 50% #fff;
    background-size: 32px;
    /*	width: 100%;
    height: 100%;
    content: " ";
    display: block;
    position: absolute;*/
}

.tw .linkStyle01_black:hover:before {
    background: url(../img/icon_x_hover.png) no-repeat 0;
    background-size: 25px;
  }

.ancStyle02.fourCol li:nth-child(2) {
    background: url(../img/icon_facebook.png) no-repeat 12px 50%;
    background-size: 50px;
}

.ancStyle02.fourCol li:nth-child(3) {
    background: url(../img/icon_youtube.png) no-repeat 12px 50%;
    background-size: 50px;
}

.ancStyle02.fourCol li:nth-child(4) {
    background: url(../img/icon_instagram.png) no-repeat 21px 50%;
    background-size: 34px;
}

.ancStyle02.fourCol li:nth-child(5) {
    background: url(../img/icon_line.png) no-repeat 19px 50%;
    background-size: 40px;
}

.ancStyle02.fourCol li:nth-child(6) {
    background: url(../img/icon_note02.png) no-repeat 14px 50%;
    background-size: 48px;
}
/* SNSアイコンなし */
.ancStyle02.fourCol li:nth-child(7) {
    background: none;
}


@media only screen and (max-width: 896px) {
    .ancStyle02 li {
        width: 47.76%;
    }

    .ancStyle02 li a {
        padding: 16px 25px 17px 60px !important;
    }

    .ancStyle02 li:nth-child(7) a {
        padding: 16px 25px 17px 20px !important;
    }

    .ancStyle02.fourCol li:nth-child(1) {
        background: url(../img/icon_x.png) no-repeat 16px 50%;
        background-size: 28px;
    }

    .ancStyle02.fourCol li:nth-child(2) {
        background: url(../img/icon_facebook.png) no-repeat 12px 50%;
        background-size: 35px;
    }

    .ancStyle02.fourCol li:nth-child(3) {
        background: url(../img/icon_youtube.png) no-repeat 12px 50%;
        background-size: 35px;
    }

    .ancStyle02.fourCol li:nth-child(4) {
        background: url(../img/icon_instagram.png) no-repeat 12px 50%;
        background-size: 35px;
    }

    .ancStyle02.fourCol li:nth-child(5) {
        background: url(../img/icon_line.png) no-repeat 12px 50%;
        background-size: 35px;
    }

    .ancStyle02.fourCol li:nth-child(6) {
        background: url(../img/icon_note02.png) no-repeat 12px 50%;
        background-size: 35px;
    }
    /* SNSアイコンなし */
    .ancStyle02.fourCol li:nth-child(7) {
        background: none;
    }

    .ancStyle02 li.arrow:after {
        right: 14px;
    }
}

@media only screen and (max-width: 320px) {
    .ancStyle02 li a {
        padding: 16px 20px 17px 50px !important;
    }

    .ancStyle02 li:nth-child(7) a {
        padding: 16px 20px 17px 10px !important;
    }

    .ancStyle02.fourCol li:nth-cild(1):before {
        background: url(../img/icon_twitter.png) no-repeat 12px 50%;
        background-size: 25px;
    }

    .ancStyle02.fourCol li:nth-child(2):before {
        background: url(../img/icon_facebook.png) no-repeat 12px 50%;
        background-size: 25px;
    }

    .ancStyle02.fourCol li:nth-child(3):before {
        background: url(../img/icon_youtube.png) no-repeat 12px 50%;
        background-size: 25px;
    }

    .ancStyle02.fourCol li:nth-child(4) {
        background: url(../img/icon_instagram.png) no-repeat 12px 50%;
        background-size: 25px;
    }

    .ancStyle02.fourCol li:nth-child(5) {
        background: url(../img/icon_line.png) no-repeat 12px 50%;
        background-size: 25px;
    }

    .ancStyle02.fourCol li:nth-child(6) {
        background: url(../img/icon_note.png) no-repeat 12px 50%;
        background-size: 25px;
    }

    .ancStyle02.fourCol li:nth-child(7) {
        background: none;
    }

    .ancStyle02 li.arrow:after {
        right: 8px;
    }

    /* 文字サイズ調整 add 20200623 ks*/
    .ancStyle02 li span.tab-anc {
        font-size: 12px;
    }
}

/* socialmedia top page
------------------------------------------------*/
@media screen and (min-width: 897px) {
    .social_ttl {
        font-size: 32px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 896px) {
    .social_ttl {
        font-size: 21px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 30px;
    }
}


@media screen and (min-width: 897px) {
    .unitStyle05.threeCol .us05-box {
        /*width: 40%;*/
    }

    .unitStyle05 {
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }

    .unitStyle05.twoCol {
        width: 1000px;
    }
}

.unitStyle05 .us05-hoverBox:hover .cs01-content {
    opacity: 1.0;
}

@media screen and (max-width: 896px) {
    .cardStyle01 .cs01-content {
        width: 100%;
        padding: 0px 10px 20px;
        margin-top: 23px;
    }

    .cardStyle01 .cs01-content .ttl {
        padding: 20px 0 10px;
    }
}

.flex {
    display: flex;
    flex-direction: row;
    margin: 15px 0;
}

@media screen and (max-width: 896px) {
    .flex {
        margin: 5px 0 15px 0;
    }
}

.imgLogoBox img {
    width: 120px;
    margin: 5px 15px 0 0;
    border: solid 1px #ddd;
    border-radius: 50%;
}

/*amebaのみ正方形の画像*/
.ab .imgLogoBox img {
    border-radius: 0;
}

@media screen and (max-width: 896px) {
    .imgLogoBox img {
        width: 90px;
        margin: 0 10px 0 0;
        border: solid 1px #ddd;
    }
}

.textBox p {
    text-align: left;
    margin-bottom: 15px;
}

.linkStyle01.fit,
.linkStyle01_black.fit {
    width: 100%;
    padding: 8px 40px 9px;
    font-size: 14px;
    line-height: 2.0em;
}

.tw .linkStyle01_black:before {
    background: url(../img/icon_x.png) no-repeat 0 center;
    background-size: 25px;
    width: 25px;
    height: 25px;
    content: " ";
    position: absolute;
    left: 20px;
    top: 9.5px;
}

.ancStyle02 .linkHoverStyle01 span.old-tw {
    font-size: 14px;
}

.social_ttl span.old-tw {
    font-size: 28px;
}

@media screen and (min-width: 897px) {
    .window.linkStyle01_black:after {
        width: 16px;
        height: 14px;
        background-size: 16px;
        /*right: 20px;*/
    }
}

@media screen and (max-width: 896px) {
    .tw .linkStyle01_black:before {
        background-size: 19px;
        width: 19px;
        height: 19px;
        left: 13px;
        top: 8px;
    }

    .ancStyle02 .linkHoverStyle01 span.old-tw {
        font-size: 11px;
    }

    .social_ttl span.old-tw {
        font-size: 18px;
    }
}

.fb .linkStyle01_black:before {
    background: url(../img/icon_facebook.png) no-repeat 0 center;
    background-size: 29px;
    width: 29px;
    height: 29px;
    content: " ";
    position: absolute;
    left: 16px;
}

@media screen and (max-width: 896px) {
    .fb .linkStyle01_black:before {
        background-size: 24px;
        width: 24px;
        height: 24px;
        left: 13px;
    }
}

.yt .linkStyle01_black:before {
    background: url(../img/icon_youtube.png) no-repeat 0 center;
    background-size: 28px;
    width: 28px;
    height: 28px;
    content: " ";
    position: absolute;
    left: 20px;
}

@media screen and (max-width: 896px) {
    .yt .linkStyle01_black:before {
        background-size: 25px;
        width: 25px;
        height: 25px;
        left: 13px;
    }
}

.in .linkStyle01_black:before {
    background: url(../img/icon_instagram.png) no-repeat 0 center;
    background-size: 25px;
    width: 25px;
    height: 25px;
    content: " ";
    position: absolute;
    left: 20px;
}

@media screen and (max-width: 896px) {
    .in .linkStyle01_black:before {
        background-size: 19px;
        width: 19px;
        height: 19px;
        left: 13px;
        top: 8px;
    }
}

.lin .linkStyle01_black:before {
    background: url(../img/icon_line.png) no-repeat 0 center;
    background-size: 25px;
    width: 25px;
    height: 25px;
    content: " ";
    position: absolute;
    left: 20px;
}

@media screen and (max-width: 896px) {
    .lin .linkStyle01_black:before {
        background-size: 19px;
        width: 19px;
        height: 19px;
        left: 13px;
        top: 8px;
    }
}

.no .linkStyle01_black:before {
    background: url(../img/icon_note02.png) no-repeat 0 center;
    background-size: 27px;
    width: 27px;
    height: 27px;
    content: " ";
    position: absolute;
    left: 20px;
}

@media screen and (max-width: 896px) {
    .no .linkStyle01_black:before {
        background-size: 19px;
        width: 19px;
        height: 19px;
        left: 13px;
        top: 8px;
    }
}

@media screen and (max-width: 896px) {
    .window.linkStyle01_black:after {
        width: 15px;
        height: 13px;
        background-size: 15px;
        bottom: 0;
        top: 0;
        right: 12px;
        margin: auto;
    }
}

@media screen and (max-width: 896px) {
    .linkStyle01_black.fit {
        font-size: 13px;
        padding: 5px 28px 4px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 320px) {
    .linkStyle01_black.fit {
        font-size: 12px;
        padding: 4px 26px 5px 30px;
        margin-bottom: 10px;
    }

    .fb .linkStyle01_black:before,
    .yt .linkStyle01_black:before {
        left: 10px;
    }

    .ab .linkStyle01_black.fit {
        padding: 4px 26px 5px 4px;
    }
}

.unitStyle05 .us05-box.js-tabWrapper {
    word-break: break-all;
}

@media screen and (max-width: 896px) {
    .unitStyle05 .us05-box.js-tabWrapper {
        border-top: dotted 1px #ccc;
    }
}

.unitStyle05 .us05-box.js-tabWrapper.spOn {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.linkStyle02_black {
    font-weight: normal;
}

@media screen and (min-width: 897px) {
    .unitStyle05 .us05-hoverBox:hover {
        /*cursor: pointer;*/
        cursor: default;
        background-color:
            /* #f5f5f5*/
            #fff;
    }

    /* .unitStyle05 .us05-hoverBox {
  -webkit-transition: none;
  transition: none;
}*/
    .unitStyle05 .us05-box.js-tabWrapper.pcOn {
        background-color: #f5f5f5;
    }

}

@media screen and (min-width: 897px) {
    .tab-box:hover {
        cursor: pointer;
    }

}

/* teble
------------------------------------------------*/
.tableSimple_pec {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.tableSimple_pec th {
    width: 237px;
    text-align: left;
}

.tableSimple_pec td,
.tableSimple_pec th {
    padding: 5px;
    border: 1px solid #ccc;
    vertical-align: top;
}

.tableSimple_pec td,
.tableSimple_pec th {
    background: #fff;
}

.tableSimple_pec th {
    font-weight: bold;
    background: #e6e6e6;
}

.tableSimple_pec a:hover {
    color: #b91440;
}

@media screen and (max-width: 896px) {
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .tableSimple_pec {
        display: block;
        background-color: #fff;
        padding: 10px;
    }

    .tableSimple_pec tbody {
        display: block;
    }

    .tableSimple_pec tbody tr {
        display: block;
        margin-bottom: 0.7em;
        border-bottom: dotted #cccccc 1px;
    }

    .tableSimple_pec tbody th {
        line-height: 1.2;
    }

    .tableSimple_pec tbody th,
    #table_pec tbody td {
        display: list-item;
        border: none;
    }

    .tableSimple_pec tbody th {
        margin-bottom: 0;
        list-style-type: none;
        background: #ffffff;
        text-align: left;
    }

    .tableSimple_pec tbody td {
        margin-left: 0;
        padding: 0;
        list-style-type: none;
        border: none;
        padding-bottom: 5px;
    }

}

/* socialmedia policy
------------------------------------------------*/
.innerContainer {
    padding: 80px 0 80px;
}

#socialmediaPolicy h3 {
    font-size: 30px;
    text-align: center;
    font-weight: 300;
}

@media screen and (max-width: 896px) {
    #socialmediaPolicy h3 {
        font-size: 21px;
        font-weight: 400;
        line-height: 1.5em;
    }
}

.text_block_01 {
    padding: 20px 50px 100px;
}

@media screen and (max-width: 896px) {
    .text_block_01 {
        padding: 20px 0px 90px;
    }

    .linkStyle01_black {
        width: 100%;
    }

    .notes01 {
        margin-left: 0;
    }

}