
                #newFaqBox .box-panel a{
            position: relative;
            padding-left: 65px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            background: #fafafa;
        }
        #newFaqBox i {
            position: absolute;
            left: 20px;
            top: calc(50% - 16px);
            font-size: 2.8rem;
        }   
        #newFaqBox i.fa-chevron-right,
        #newFaqBox i.fa-arrow-right {
            right: 0px;
            left: auto;
            font-size: 2rem;
            top: calc(50% - 10px);
        }
        #newFaqBox i.fa-chevron-right {
            right: 20px;
        }
        .title.font-weight-bold {
            /*
            background: #034098;
            color: #fff;
            */

            background: #f3f3f3;
            padding: 6px 10px 4px 15px;
            color: #333;
        }
        .pamfTitle {
            color: #fff!important;
            background: #003f9e;
            padding: 8px 0px;
            width: 902px;
            margin: 0 auto;
        }
        .tit01:hover {
            opacity: 1;
        }
        .spLinkWrap {
            pointer-events: none;   
        }
        object{
            pointer-events: all;
        }
        .relativeBox {
            position: relative;
        }

        .relativeBox .link-text.pc{
            position: absolute;
            right: 0;
            bottom:0;
        }
        .relativeBox .link-text.pc.bottom35 {
            bottom: 35px;
        }
        .spLinkWrap {
            display: block;
        }
        .nagareList {
            display: flex;
            justify-content: space-between;
            padding: 0px
                /*
                border: 1px solid #5FA0C7!important;
                border-right: 4px;
                */

        }
        .nagareList img {
            display: block;
            width: 100%;
        }
        .nagareList.type1 li{
            width: 31.5%;
            width:23%;
        }

        .nagareList.type1 li:last-of-type {
            border: none;
        }
        .nagareList.type1{
            padding-bottom: 20px;
            padding-bottom: 40px;
            border-bottom: 1px solid #cfcfcf !important;
        }
        .nagareList.type2{
            padding-bottom: 20px;
        }

        .nagareList.type2 li{
            width: 23%;

        }
        .nagareList li .image {
            margin-bottom: 0px;
        }

        .nagareList li .image + p {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            background-color: #f3f3f3;
            text-align: center;
            min-height: 68px;
            align-items: center;
            margin-bottom: 0;
        }
        .nagareList li{
            position: relative;
            border: 1px solid #cfcfcf;
            /*box-shadow: 0px 1px 3px #bbb;*/
            
        }
        .noBox {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #003f9e;
            color: #fff;
            font-weight: bold;
            font-size: 1.8rem;
            width: 30px;
            line-height: 1;
            height: 29px;
            padding-top: 1px;
            position: absolute;
            position: absolute;
        }
        .d-text {
            display: block;
            width: calc(100% - 35px);
            font-size: 1.5rem;
            font-weight: bold;
            padding: 10px 0px;
            font-feature-settings: "palt";
        }

        .fas.fa-play{
            position: absolute;
            right: -18px;
            bottom: 108px;
            font-size: 1.3rem;
            color: #003f9e;
        }
        #nagare {
            /*
            padding-bottom: 70px;
            */
            padding-bottom: 0px;
        }
        #nagare .nagareList .fa-long-arrow-alt-right,
        #nagare .nagareList .fa-chevron-right {
            position: absolute;
            right: -19px;
            right: -21px;
            bottom: 88px;
            color: #003f9e;
        }
        #nagare .btn.icon-arrow-right:before,
        #nagare .btn.icon-arrow-right:after {
            display: none;
        }
        .box-support .items + .items.tsuyomi {
            padding-top: 0;
        }
        .items.tsuyomi .tag {
            width: 96px;
            height: 51px;
            }
        .items.tsuyomi .tag img{
            height: 39px;
            width: 39px;
        }
        .items.tsuyomi i  {
            position: absolute;
            right: 22px;
            top: calc(50% - 21px);
            color: #003f9e;
            font-size: 35px;
        }

        .items.tsuyomi a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 35px 0 30px;
        }
        
        .items.tsuyomi a:hover{
            text-decoration: none;
        }
        .cv-btn-bl a{
            background:#034098!important;
        }
        @media all and (-ms-high-contrast: none) {
            .noBox {padding-top: 7px;}
        }
        
        @media screen and (max-width:640px) { 
            #product-page .new-balance .btn.shadow.icon-arrow-right i {
                position: absolute;
                right: 10px;
                top: calc(50% - 7px);
            }
            #newFaqBox i {
                position: absolute;
                left: 6px;
                top: calc(50% - 10px);
                font-size: 2rem;
            }
            #newFaqBox .box-panel a {
                padding-left: 31px;
                padding-right: 25px;
                display: flex;
            }
            #newFaqBox i.fa-chevron-right {
                right: 5px;
                font-size: 1.5rem;
                top: calc(50% - 7.5px);
            }
            .spLinkWrap {
                pointer-events: auto;   
                display: block;
                width: 100%;
                height: 100%;
            }
            .spLinkWrap:hover {
                opacity: .6;
                text-decoration: none;
            }
            .nagareList.type1 li,
            .nagareList.type2 li {
                width: 100%;
                display: flex;
                justify-content: flex-start;
                /*margin-bottom: 32px;*/
                margin-bottom: 25px;
            }
            .nagareList.type1 li:last-of-type {
                display: none;
            }
            .nagareList {
                flex-wrap: wrap
            }
            .nagareList li .image {
                width: 45%;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 10px 0;
            }
            .nagareList img {
                display: block;
                width: auto;
                height: 68px;
            }
            .nagareList li .image + p {
                width: 55%;
                font-size: 1.3rem;
                margin-bottom: 0;
            }

            .nagareList li .image + p br {
                display: none;
            }
            .d-text {
                font-size: 1.4rem;
                padding: 5px 0px 0;
                text-align: left;
                padding: 18px 0!important;
            }
            .fas.fa-play {
                right: auto;
                bottom: -23px;
                left: auto;
                margin: 0 auto;
                width: 100%;
                text-align: center;
                transform: rotate(90deg);
            }
            .nagareList.type1 {
                padding-bottom: 0px;
                border-bottom: none!important;
            }
            .nagareList.type2 {
                padding-bottom: 0px;
            }
            #nagare .btn{
                margin-bottom: 15px!important;
            }
            .items.tsuyomi .tag {
                height: 39px;
                width: 63px;
            }
            .items.tsuyomi .tag img{
                height: 26px;
                width: 26px;
            }
            #nagare .nagareList .fa-long-arrow-alt-right,
            #nagare .nagareList .fa-chevron-right {
                position: absolute;
                right: auto;
                bottom: -22px;
                color: #003f9e;
                left: auto;
                margin: 0 auto;
                transform: rotate(90deg);
                width: 100%;
                text-align: center;
            }
            .items.tsuyomi i {
                position: absolute;
                right: 17px;
                top: calc(50% - 10px);
                color: #003f9e;
                font-size: 20px;
            }
            .items.tsuyomi a {
                padding: 15px 0px 15px 0;
            }
        }