@charset "UTF-8";

html {
font-size: 62.5%;
}

@media screen and (min-width: 801px) {

    body{
        min-width: 1274px;
    }

}

.st-Header_GlobalNav_Spacer{
height: 0;
}

.pbHeaderArea {
    overflow: visible;
}

a:hover img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: .7;
}

.pc, .sp{
    margin: 0 !important;
}

@media screen and (min-width: 768px) {
  .pc {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit !important;
  }
}

@media screen and (min-width: 768px){

    .company-info .company-description .pc {
    display: inline !important;
    }

}

@media screen and (min-width: 768px){

    .sp {
        display: none !important;
    }

}

.HeaderArea{
    font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0;
    color: #333;
    margin: 0 !important;
}

.l-header-wrap{
    background-color: #fff;
    line-height: normal;
    margin: 0 !important;
    min-width: 0;
    position: relative;
    z-index: 98;
}

@media print, screen and (min-width: 768px){

    .l-header-wrap{
        min-width: 1274px;
}

}

.l-header-wrap > div:not(.pb-handle){
    position: relative;
}

.l-header{
    border-bottom: 6px solid #0c419a;
    margin-bottom: 0 !important;
    z-index: 96;
}

@media screen and (max-width: 767px) {
.l-header{
    border-bottom: 4px solid #0c419a;
  }
}

.l-header > div:not(.pb-handle){
    padding: 10px 0 0 !important;
    position: relative;
}

.l-wrapper {
  margin: 0 auto  !important;
    width: auto;
}

@media print, screen and (min-width: 768px){
    .l-wrapper{
        width: 1224px;
    }
}

.header-links {
    margin: 0 !important;
}

.header-links > div:not(.pb-handle){
    display: flex;
    flex-wrap: nowrap;
    padding: 1px 26px 7px !important;
}

@media print, screen and (min-width: 768px){

    .header-links > div:not(.pb-handle){
        padding: 0 !important;
    }

}

.header_Logo{
    margin: 0 !important;
}

.header_Logo img{
    width: 198px;
    vertical-align: baseline;
}

@media print, screen and (min-width: 768px){

    .header_Logo img{
        width: auto;
    }

}

.header_Logo a:hover img {
    opacity: 1;
}

.header_Link{
    display: none;
    margin: 15px 0 15px 87px !important;
}

@media print, screen and (min-width: 768px){
    .header_Link{
       display: block;
    }
}

.header_Link ul{
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0 !important;
    margin:0;
}

.header_Link ul li{
    margin-bottom: 0 !important;
    padding: 0 14px !important;
    list-style: none;
}

.header_Link:lang(ja) ul li:last-child {
    margin-top: 2px !important;
}

.header_Link ul li:before{
    content: none;
}

.header_Link ul li a{
    color: #333333;
    display: block;
    font-size: 1.4rem;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.header_Link ul li a:hover {
    text-decoration: underline;
    opacity: 1;
}

.header_Button{
    display: none;
    margin: 15px 0 15px 0 !important;
}

@media print, screen and (min-width: 768px){
    .header_Button{
       display: block;
    }
}

.header_Button > div:not(.pb-handle){
    padding: 0 14px !important;
}

.header_Button p{
    margin: 0 !important;
}

.header_Button a{
    background-color: #0C419A;
    /* 20220407 #239D7Cから変更 */
    color: #fff;
    display: block;
    font-size: 1.4rem;
    line-height: normal;
    margin: -7px 0 0 17px;
    padding: 4px 40px 5px 20px !important;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.header_Button a:hover {
    opacity: .7;
    text-decoration: none;
}

.header_Button a[target="_blank"]:after{
    content: "";
    display: block;
    position: absolute;
    background: url(/library/common/images/blank02.png) no-repeat 0 0;
    margin: 0;
    top: 8px;
    right: 20px;
    vertical-align: unset;
    width: 11px;
    height: 11px;
}

.header_Search{
    display: none;
    margin: 0 !important;
}

@media print, screen and (min-width: 768px){
    .header_Search{
        display: block;
    }
}

.header_Search > div:not(.pb-handle){
    padding: 7px 0px 10px 15px !important;
}

.header_Search form{
    display: flex;
}

.header_Search input{
    background: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-style: none;
    border-bottom: 1px solid #333333;
    font-size: 1.4rem;
    font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    padding: 5px 25px 7px 7px !important;
    width: 200px;
    outline: none;
    text-indent: 0;
    line-height: normal;
}

.header_Search input::placeholder,
.header_Search input::-ms-input-placeholder,
.header_Search input:-ms-input-placeholder{
    font-size: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
}

.header_Search button{
    background-color: transparent;
    border-style: none;
    margin: 0 0 0 -25px;
    padding: 0 !important;
}

.header_Search button:hover {
    opacity: .7;
}

.header_Search button img{
  vertical-align: baseline;
}

.gnav{
    display: none;
    margin: 10px 0 0 !important;
}

@media print, screen and (min-width: 768px){
    .gnav{
        display: block;
    }
}

.gnav > div:not(.pb-handle){
    padding-bottom: 7px !important;
}

.gnav ul{
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0 !important;
    margin: 0;
}

.gnav ul li{
    margin-bottom: 0 !important;
    position: relative;
    list-style: none;
}

.gnav ul li:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #c6c6c6;
    right: 0px;
    width: 1px;
    height: 15px;
}
html[lang="en"] .gnav ul li:not(:last-child):after{
  top: -12px;
}

.gnav ul li:before{
    content: none;
}

.gnav ul li a{
    color: #333333;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 7px 10px 6px 10px !important;
    text-align: center;
    text-decoration: none;
    width: 244px;
}

.gnav ul li a:hover{
    color: #239d7c;
    text-decoration: none;
    opacity: 1;
}

.gnav ul li a.is-open{
    color: #239d7c;
}

.gnav ul li a[target="_blank"]:after{
    content: none;
    display: none;
    width: 0;
    height: 0;
}

.gnav ul li a span{
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding: 0 26px 2px 12px !important;
    position: relative;
}

.gnav ul li a:hover span {
    border-bottom: 1px solid #239d7c;
}

.gnav ul li a.is-open span{
    border-bottom: 1px solid #239d7c;
}

.gnav a span:after {
    content: "";
    display: block;
    position: absolute;
    background: url(/library/common/images/arrow01.png) no-repeat 0 0;
    top: 7px;
    right: 6px;
    width: 10px;
    height: 7px;
}

.gnav a.is-open span:after {
    transform: rotate(180deg);
}

.gnav ul li a[target="_blank"] span:after{
    background: url(/library/common/images/blank01.png) no-repeat 0 0;
    top: 3px;
    right: 6px;
    width: 13px;
    height: 13px;
}


.gnavSub-wrapper{
    margin: 0 !important;
}

.gnavSub-wrapper > div:not(.pb-handle){
    position: relative;
}

.gnavSub{
    background-color: #f4f6fc;
    display: none;
    top: 0;
    position: absolute;
    z-index: 98;
    width: 100%;
    margin: 0 !important;
}

.gnavSub > div:not(.pb-handle){
    padding: 61px 0 50px !important;
    width: 100%;
}

.gnavSub .l-wrapper{
    position: relative;
}

.gnavSub .l-wrapper > div:not(.pb-handle){
    display: flex;
}

.gnavSub-inner{
    margin: 0 !important;
}

.gnavSub-inner:first-child{
    flex-shrink: 0;
    width: 284px;
}

.gnavSub-inner:first-child > div:not(.pb-handle){
    padding: 0 38px 0 0 !important;
}

.gnavSub-inner:nth-child(2) {
    border-left: 1px solid #c6c6c6;
    width: 940px;
}

.gnavSub-inner:nth-child(2) > div:not(.pb-handle){
    display: flex;
    flex-shrink: 0;
    padding: 10px 0 10px 39px !important;
    justify-content: space-between;
}

.gnavSub-inner > div:not(.pb-handle):after{
    content: none;
}

.gnavSub-title {
    margin-bottom: 19px !important;
}

.gnavSub-title p{
    font-size: 3rem;
    margin: 0 !important;
}

.gnavSub-button{
    margin-bottom: 0 !important;
}

.gnavSub-button p{
    margin: 0 !important;
}

.gnavSub-button a{
    background-color: #fff;
    border: 1px solid #c6c6c6;
    color: #333;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 14px 0 !important;
    text-align: center;
    text-decoration: none;
}

.gnavSub-button a:hover{
    text-decoration: underline;
}

.gnavSub-text{
    margin: 36px 0 10px !important;
}

.gnavSub-text p{
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0 !important;
}

.gnavSub-inner .gnavSub-list{
    margin: 0 !important;
}

.gnavSub-inner .gnavSub-list > div:not(.pb-handle){
    padding-top: 10px !important;
    padding-right: 25px !important;
}

.gnavSub-inner .gnavSub-buttonlist > div:not(.pb-handle){
    padding-top: 0 !important;
}


.gnavSub-inner .gnavSub-list:first-child{
    width: 306px;
    flex-shrink: 0;
}

.gnavSub-inner .gnavSub-list:last-child{
    width: 289px;
    flex-shrink: 0;
}

.gnavSub-inner .gnavSub-list:last-child > div:not(.pb-handle){
    padding-right: 0 !important;
}

.gnavSub-list ul{
    padding-left: 0 !important;
}

.gnavSub-inner .gnavSub-list ul li{
    margin-bottom: 20px;
    list-style: none;
}

.gnavSub-list ul li:before{
    content: none;
}

.gnavSub-list ul li a{
    color: #333;
    display: inline-block;
    padding-left: 14px !important;
    font-size: 1.6rem;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gnavSub-list ul li a{
    text-decoration: none;
}

.gnavSub-list ul li a:hover{
    text-decoration: underline;
    opacity: 1;
}

.gnavSub-list ul li a:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #333333;
    top: 9px;
    left: 0;
    width: 8px;
    height: 2px;
}

.gnavSub-listbutton{
  margin-bottom: 20px !important;
}

.gnavSub-listbutton p{
    margin: 0 !important;
}

.gnavSub-listbutton a{
    background-color: #0c419a;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px 40px !important;
    text-decoration: none;
    text-align: center;
    position: relative;
    width: 264px;
}

.gnavSub-listbutton a[target="_blank"]:after{
    content: none;
}

.gnavSub-listbutton a:hover {
    opacity: .7;
    text-decoration: none;
}

.gnavSub-close{
    position: absolute;
    top: -40px;
    right: 21px;
    margin: 0 !important;
    width: 0;
}

div:not(.pb-of-visible) .gnavSub-close{
    min-width:0;
}

.gnavSub-close img{
    width: auto;
    max-width: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 97;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
    margin: 0!important;
}

.overlay.is-open {
    opacity: 1;
    visibility: visible;
}


.pbFooterArea {
    overflow: visible;
}

.FooterArea{
    font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0;
    color: #333;
    margin: 0 !important;
}

.footer-wrap{
    margin: 0 !important;
}

@media print, screen and (min-width: 768px){

    .footer-wrap{
        margin: 0 !important;
        min-width: 1274px;
    }

}


.l-footer01 {
    background-color: #0c419a;
    margin: 0 !important;
}

.l-footer01 *{
     font-size: 1.2rem;
}

@media print, screen and (min-width: 768px){
    .l-footer01 *{
         font-size: 1.6rem;
    }
}

.l-footer01 >div:not(.pb-handle){
    padding-bottom: 40px !important;
}

@media print, screen and (min-width: 768px){

    .l-footer01 >div:not(.pb-handle){
        padding: 0 0 19px !important;
    }

}

.important-nav {
    margin: 0 auto !important;
    width: auto;
}

@media print, screen and (min-width: 768px){

    .important-nav{
        width: 1082px;
    }

}

.important-nav ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 26px 0 6px !important;
    margin: 0;
}

@media print, screen and (min-width: 768px){

    .important-nav ul{
        padding: 40px 0 37px !important;
    }

}

.important-nav ul li{
    line-height: normal;
    padding: 5px 16px !important;
    margin-bottom: 0 !important;
    width: 100%;
    list-style: none;
}

@media print, screen and (min-width: 768px){
    .important-nav ul li{
        padding: 0 !important;
        width: auto;
    }
}

.important-nav ul li:before{
    content: none;
}

.important-nav ul li a{
    display: block;
    background-color: #fff;
    color: #333333;
    text-align: center;
    text-decoration:none;
    padding: 13px 50px !important;
    width: auto;
}

@media print, screen and (min-width: 768px){

.important-nav ul li a{
        padding: 15px 50px !important;
        width: 336px;
    }

}

.important-nav ul li a:hover{
    text-decoration:underline;
    opacity: 1;
}

.bigFooter-nav{
    margin: 0 auto;
    width: auto;
}

@media print, screen and (min-width: 768px){

    .bigFooter-nav {
        width: 1082px;
    }

}

.bigFooter-nav ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0 16px !important;
    margin: 0;
}

@media print, screen and (min-width: 768px){

    .bigFooter-nav ul{
        padding: 0 !important;
    }

}

.bigFooter-nav ul li{
    border-bottom: 1px solid #2554a4;
    margin-bottom: 0 !important;
    line-height: normal;
    position: relative;
    width: 50%;
    padding: 15px 5px 14px 0 !important;
    list-style: none;
}

@media print, screen and (min-width: 768px){

    .bigFooter-nav ul li{
        border-bottom: none;
        padding: 0 17px 14px 10px !important;
        width: 25%;
    }

}

.bigFooter-nav ul li::before {
    background: initial;
    border-radius: initial;
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    line-height: normal;
    top: 23px;
    left: 1px;
    width: 6px;
    height: 2px;
}

@media print, screen and (min-width: 768px){

    .bigFooter-nav ul li::before {
        top: 9px;
        width: 8px;
    }

}

.bigFooter-nav li a{
    color: #fff;
    display: inline-block;
    line-height: normal;
    padding: 0 10px 0 14px !important;
    text-decoration:none;
}

@media print, screen and (min-width: 768px){

    .bigFooter-nav li a{
        padding: 0 10px 0 7px !important;
    }

}


.bigFooter-nav ul li a:hover{
    text-decoration:underline;
    opacity: 1;
}

.bigFooter-nav li a[target="_blank"]::after {
    content: "";
    display: inline-block;
    position: relative;
    background: url(/library/common/images/blank03.png) no-repeat 0 0;
    left: 5px;
    width: 13px;
    height: 13px;
    margin: 0;
    vertical-align: baseline;
}

.l-footer02{
    background-color: #e8e8e8;
    margin: 0 !important;
}

.l-footer02 *{
    font-size: 1.4rem;
}

.footer-nav {
    margin: 0 auto !important;
    width: auto;
}

@media print, screen and (min-width: 768px){

    .footer-nav {
        width: 1082px;
    }

}

.footer-nav ul{
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 16px !important;
    margin: 0;
}

@media print, screen and (min-width: 768px){

    .footer-nav ul{
        display: flex;
        padding: 47px 0 6px !important;
    }

}

.footer-nav ul li{
    line-height: normal;
    margin-bottom: 0 !important;
    position: relative;
    padding: 9px 0 9px 7px !important;
    list-style: none;
}

@media print, screen and (min-width: 768px){

    .footer-nav ul li{
        padding: 9px 11px !important;
    }

}

.footer-nav ul li:before {
    content: "";
    display: block;
    position: absolute;
    background: initial;
    background-color: #333333;
    border-radius: initial;
    top: 17px;
    right: auto;
    left: 5px;
    width: 2px;
    height: 2px;
}

@media print, screen and (min-width: 768px){

    .footer-nav ul li:before {
        top: 12px;
        right: 0;
        left: initial;
        width: 1px;
        height: 15px;
    }

}

.footer-nav ul li a{
    font-size: 1.2rem;
}

@media print, screen and (min-width: 768px){

    .footer-nav ul li a{
        font-size: 1.4rem;
    }

}

.footer-nav a[target="_blank"]:after{
    content: none;
}

.l-footer02 a{
    color: #333333;
    display: inline-block;
    padding: 0 10px 0 7px !important;
    text-decoration:none;
}

.l-footer02 a:hover{
    text-decoration:underline;
}

.stFooter-nav {
    margin: 0 auto !important;
    width: auto;
}

@media print, screen and (min-width: 768px){

    .stFooter-nav {
        width: 1082px;
    }

}

.stFooter-nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* 20230330変更 padding: 21px 0 22px !important; */
    padding: 5px 0 30px !important;
    margin: 0;
}

@media print, screen and (min-width: 768px){
    .stFooter-nav ul{
        /* 20230330変更 padding: 47px 0 35px !important; */
        padding: 20px 0 35px !important;
    }
}

.stFooter-nav ul li{
    line-height: normal;
    margin: 0 15px !important;
    list-style: none;
}

@media print, screen and (min-width: 768px){
    .stFooter-nav ul li{
        margin: 0 !important;
    }
}

.stFooter-nav ul li:before{
    content: none;
}

.stFooter-nav a{
    font-size: 1.2rem;
    /* 20230330変更 padding: 0 21px 0 7px !important; */
    padding: 16px 26px 0 7px !important;
    text-decoration:none;
}

@media print, screen and (min-width: 768px){

    .stFooter-nav a{
        font-size: 1.4rem;
    }

}

.stFooter-nav a:hover{
    text-decoration:underline;
}

.stFooter-nav a[target="_blank"]:after{
    content: "";
    display: inline-block;
    position: relative;
    background: url(/library/common/images/blank01.png) no-repeat 0 0;
    left: 5px;
    width: 13px;
    height: 13px;
    margin: 0;
    vertical-align: baseline;
}

.company-info{
    border-top: 1px solid #333333;
    margin: 0 !important;
}

.company-info > div:not(.pb-handle){
    padding-bottom: 19px !important;
    text-align: center;
}

@media print, screen and (min-width: 768px){

    .company-info > div:not(.pb-handle){
        padding-bottom: 50px !important;
    }

}

.company-info .company-name{
    margin: 0 !important;
}

.company-info .company-name > div:not(.pb-handle){
    padding: 16px 0 4px !important;
}

@media print, screen and (min-width: 768px){

    .company-info .company-name > div:not(.pb-handle){
        padding: 38px 0 12px !important;
    }

}

.company-info .company-name p{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: normal;
    margin: 0  !important;
}

@media print, screen and (min-width: 768px){

    .company-info .company-name p{
        font-size: 2rem;
        display: inline;
    }

}

.company-info .company-description {
    margin: 0 !important;
}

.company-info .company-description *{
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0;
}

@media print, screen and (min-width: 768px){

    .company-info .company-description *{
        line-height: 1.9;
    }

}

.l-copyright{
    margin: 0 !important;
}

.l-copyright > div:not(.pb-hamdle){
    text-align: center;
    padding: 13px 0 83px !important;
}

@media print, screen and (min-width: 768px){

    .l-copyright > div:not(.pb-hamdle){
        padding: 20px 0 !important;
    }

}

.l-copyright-text{
    margin: 0 !important;
}

.l-copyright-text p{
    color: #666;
    font-size: 1rem;
    line-height: normal;
    margin: 0  !important;
}

@media print, screen and (min-width: 768px){

    .l-copyright-text  p{
        font-size: 1.4rem;
    }

}


.link-top {
    position: fixed;
    margin: 0 !important;
    bottom: 80px;
    right: 20px;
    z-index: 96;
    height: 50px;
    width: 50px;
}

@media print, screen and (min-width: 768px){

    .link-top {
        bottom: 80px;
        height: auto;
        width: auto;
    }

}

.link-top {
    display: none;
}

.link-top a {
    background-color: #fff;
    display: block;
    line-height: normal;
    text-decoration: none;
}

.link-top a:hover {
    opacity: .7;
    text-decoration: none;
}

.link-top a .bg {
    background: #0c419a url(/library/common/images/arrow04.png) no-repeat center 15px;
    background-size: 15px auto;
    display: block;
    color: #fff;
    font-size: 1rem;
    height: 50px;
    width: 50px;
    padding-top: 30px !important;
    text-align: center;
}

@media print, screen and (min-width: 768px){

    .link-top a .bg {
        background-position: center 17px;
        background-size: auto;
        font-size: 1.2rem;
        height: 70px;
        width: 70px;
        padding-top: 40px !important;
    }

}

.spNavArea{
    font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0;
    color: #333;
    margin: 0 !important;
}

  .HeaderArea.is-close,
  nav.is-close,
  main.is-close,
  .FooterArea.is-close {
    display: none;
  }



.spNav{
    font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0;
    color: #333;
    background-color: #f4f6fc;
    height: 100%;
    width: 100%;
    position: fixed;
    bottom: 0;
    display: none;
    z-index: 98;
    overflow: scroll;
    margin: 0 !important;
}

.spNav p{
    line-height: normal;
    margin: 0 !important;
}

.spNav > div:not(.pb-handle){
    height: 100%;
    width: 100%;
}

.sp-nav{
    margin: 0 !important;
}

.sp-nav > div:not(.pb-handle){
    padding: 10px 10px 80px !important;
}

.sp-nav .sp-logo{
    border-bottom: 2px solid #e0e1e4;
    margin: 0 10px !important;
}

.sp-nav .sp-logo > div:not(.pb-handle){
    padding: 5px 0 17px !important;
}

.sp-nav .sp-logo img{
    width: 168px;
}

.sp-nav-list{
    margin: 0 !important;
    overflow: visible;
}

.sp-nav-list > div:not(.pb-handle){
    padding: 0 10px !important;
}

.sp-nav-title {
    border-bottom: 1px solid #e0e1e4;
    margin: 0 !important;
}

.sp-nav-title.is-open {
    border-bottom-color: transparent;
}

.sp-nav-title > div:not(.pb-handle){
    padding: 12px 30px 12px 0 !important;
    position: relative;
}

.sp-nav-title > div:not(.pb-handle):before {
    background-color: #0c419a;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 19px;
    right: 9px;
    transition: transform 200ms;
}

.sp-nav-title.is-open > div:not(.pb-handle):before {
    transform: translateY(0px) rotate(-90deg);
}

.sp-nav-title > div:not(.pb-handle):after {
    background-color: #0c419a;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 19px;
    height: 1px;
    right: 0;
}

.sp-nav-title p{
    font-size: 1.4rem;
    line-height: normal;
    margin: 0 !important;
}

.sp-nav-body{
    background-color: #fff;
    margin: 0 -19px !important;
    display: none;
}

.sp-nav-body > div:not(.pb-handle){
    padding: 0 15px 23px !important;
}

.spSub-title{
    margin-bottom: 0 !important;
}

.spSub-title p{
    margin: 0 !important;
}

.spSub-title a{
    background-color: #fff;
    color: #333;
    font-size: 1.2rem;
    display: block;
    line-height: normal;
    padding: 17px 33px 12px 1px !important;
    position: relative;
    border-bottom: 1px solid #e0e1e4;
    text-decoration: none;
}

.spSub-title a:hover{
    text-decoration: underline;
}

.spSub-title a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/library/common/images/arrow09.png) no-repeat 0 0/100% auto;
    right: 9px;
    width: 7px;
    height: 12px;
}

.spSub-inner{
    margin: 0 !important;
}

.spSub-list{
    background-color: #fff;
    margin: 0 !important;
}

.spSub-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.2rem;
    padding: 0 !important;
}

.spSub-list ul li{
    border-bottom: 1px solid #eee;
    line-height: normal;
    width: calc(50% - 10px);
    margin-bottom: 0 !important;
    list-style: none;
}

.spSub-list ul li:before{
    content: none;
}

.spSub-list ul li a{
    color: #333;
    display: inline-block;
    line-height: 1.8;
    padding: 14px 10px 14px 0 !important;
    text-decoration: none;
}

.spSub-list ul li a[target="_blank"]:after{
    content:none;
}

.spSub-list ul li a:hover{
    text-decoration: underline;
    opacity: 1;
}

.sp-nav-button{
    background-color: #0c419a;
    display: block;
    margin: 0 !important;
}

.sp-nav-button:hover{
    opacity: .7;
}

.sp-nav-button > div:not(.pb-handle){
    padding: 10px 40px !important;
    position: relative;
    text-align: center;
}

.sp-nav-button p{
    margin: 0 !important;
}

.sp-nav-button a{
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    line-height: normal;
}

.sp-nav-button a:hover{
    text-decoration: none;
}

.sp-nav-button a:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.sp-nav-button a[target="_blank"]:after {
    content: "";
    display: inline-block;
    background: url(/library/common/images/blank02.png) no-repeat 0 0/11px auto;
    top: 8px;
    right: 20px;
    width: 11px;
    height: 11px;
    margin-left: 10px;
    margin-right: 0;
    vertical-align: baseline;
    position: initial;
}

.sp-nav .sp-nav-button{
    margin: 11px 20px 15px !important;
}

.sp-nav .sp-nav-button a{
    font-size: 1.4rem;
    font-weight: normal;
}

.sp-nav .sp-nav-list .sp-nav-button{
    width: 100%;
    margin: 30px 0 0px !important;
}

.sp-nav .sp-nav-list .sp-nav-button > div:not(.pb-handle){
    text-align: left;
    padding: 10px 39px 9px 10px !important;
}

.sp-nav .sp-nav-list .sp-nav-button a{
    font-size: 1.2rem;
}

.sp-nav .sp-nav-list .sp-nav-button > div:not(.pb-handle):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/library/common/images/arrow02.png) no-repeat 0 0;
    right: 11px;
    width: 10px;
    height: 16px;
}

.sp-nav-titlelink{
    border-bottom: 1px solid #e0e1e4;
    margin-bottom: 0 !important;
}

.sp-nav-titlelink > div:not(.pb-handle) {
    padding: 12px 30px 12px 0 !important;
    position: relative;
}

.sp-nav-titlelink a[target="_blank"]:after {
    content: "";
    display: inline-block;
    background: url(/library/common/images/blank01.png) no-repeat 0 0/11px auto;
    top: 8px;
    right: 20px;
    width: 11px;
    height: 11px;
    margin-left: 10px;
    margin-right: 0;
    vertical-align: baseline;
    position: initial;
}

.sp-nav-titlelink p {
    font-size: 1.4rem;
    line-height: normal;
    margin: 0  !important;
}

.sp-nav-titlelink a{
    color: #333;
    text-decoration: none;
}

.sp-nav-titlelink a:hover{
    text-decoration: underline;
}

.spSub-nav-list{
    margin-bottom: 0 !important;
}

.spSub-nav-list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 !important;
    margin: 0;
}

.spSub-nav-list ul li{
    width: 50%;
    line-height: normal;
    padding: 7px 10px 7px 0 !important;
    margin-bottom: 0 !important;
    list-style: none;
}

.spSub-nav-list ul li:before{
    content: none;
}

.spSub-nav-list a{
    color: #333;
    font-size: 1.4rem;
    display: inline-block;
    padding: 0 0 0 33px !important;
    position: relative;
    line-height: normal;
    text-decoration: none;
}

.spSub-nav-list a:hover{
    text-decoration: underline;
}

.spSub-nav-list a:before{
    content: "";
    display: block;
    position: absolute;
    background: url(/library/common/images/arrow09.png) no-repeat 0 0/100% auto;
    top: 4px;
    left: 16px;
    width: 7px;
    height: 12px;
}

.sp-search{
    border-top: 1px solid #e8e8e8;
    background-color: #f4f6fc;
    width: 100%;
    position: fixed;
    bottom: 0;
    display: none;
    margin: 0 !important;
    z-index: 98;
}

.sp-search > div:not(.pb-handle){
    width: 100%;
    padding-bottom: 70px !important;
}

.m-fundSearch{
  border: 2px solid #0c419a;
    margin: 20px 0 20px !important;
    background-color: #fff;
    width: auto;
    height: auto;
    position: relative;
}

.m-fundSearch > div:not(.pb-handle){
    padding: 21px !important;
}

@media print, screen and (min-width: 768px){

    .m-fundSearch {
    margin: 0 !important;
    width: 578px;
    height: 120px;
    position: static;
    }

    .m-fundSearch > div:not(.pb-handle){
        padding: 35px !important;
    }

}

.sp-search .m-fundSearch {
    border: none;
    margin: 0 !important;
}

.m-fundSearch form{
    display: inline-block;
    width: 100%;
}

.m-fundSearch input {
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #0c419a;
    font-size: 1.6rem;
    font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    outline: none;
    padding: 8px 10px 9px !important;
    width: 100%;
    text-indent: 0;
    line-height: 1.15;
}

.m-fundSearch input::placeholder,
.m-fundSearch input::-ms-input-placeholder,
.m-fundSearch input:-ms-input-placeholder{
    font-size: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
}

@media print, screen and (min-width: 768px){

    .m-fundSearch input {
        width: 253px;
        line-height: 1.3;
    }

}

.m-fundSearch .m-seach-btn {
    background-color: #0c419a;
    width: 43px;
    height: 43px;
    position: relative;
    top: -1px;
    left: -4px;
    padding-top: 3px !important;
    border: none;
    font-size: inherit;
}

.m-fundSearch .m-seach-btn:hover {
    opacity: .7;
    text-decoration: none;
}

@media screen and (max-width: 767px){
    .m-fundSearch .m-seach-btn {
        position: absolute;
        top: 14px;
        right: 20px;
        left: auto;
    }
}

img {
    border-style: none;
}

.m-fundSearch .m-seach-btn img{
    width: auto;
    vertical-align: text-bottom;;
}

.nav-sp {
    background-color: #fff;
    border-top: 1px solid #e8e8e8;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    margin: 0 !important;
}

.nav-sp > div:not(.pb-handle){
    width: 100%;
    display: flex;
}

.nav-sp .menu-btn,
.nav-sp .sp-btn{
    width: 25%;
    margin: 0 !important;
}

.nav-sp .menu-btn a,
.nav-sp .sp-btn a{
    display: block;
    height: 78px;
    width: 100%;
    font-size: 1.4rem;
    position: relative;
    padding-top: 10px !important;
    text-decoration: none;
    line-height: normal;
}

.nav-sp .menu-btn a{
    padding-top: 0 !important;
}

.nav-sp .menu-btn a div{
    overflow: hidden;
    height: 78px;
    font-size: 0;
    position: relative;
}

.nav-sp .menu-btn.is-open a div {
    background-color: #0c419a;
}

.nav-sp .menu-btn a div span {
    box-sizing: border-box;
    color: #0c419a;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 49px !important;
    font-size: 10px;
    letter-spacing: -1px;
    text-align: center;
}

.nav-sp .menu-btn.is-open a div span {
    color: #fff;
}

.nav-sp .menu-btn.is-open a div span:nth-child(1) {
    display: none;
}

.nav-sp .menu-btn a div span:last-child {
    display: none;
}

.nav-sp .menu-btn.is-open a div span:last-child {
    display: block;
}

.nav-sp .menu-btn a div span:before,
.nav-sp .menu-btn a div:before,
.nav-sp .menu-btn a div:after{
    content: "";
    display: block;
    position: absolute;
    top: 29px;
    left: 0;
    right: 0;
    width: 28px;
    height: 3px;
    margin: auto;
    background-color: #0c419a;
}

.nav-sp .menu-btn a div:before{
    z-index: 97;
    transform: translate(0, -9px);
}

.nav-sp .menu-btn a div:before,
.nav-sp .menu-btn a div:after{
    transition: transform 200ms;
}

.nav-sp .menu-btn.is-open a div span:before,
.nav-sp .menu-btn.is-open a div:before,
.nav-sp .menu-btn.is-open a div::after {
    top: 20px;
    left: 0;
    right: 0;
    width: 22px;
}

.nav-sp .menu-btn.is-open div:before {
    background-color: #fff;
    transform: rotate(45deg) translate(6px, 6px) scale(1.3, 1);
}

.nav-sp .menu-btn a div span:before {
    z-index: 96;
    color: #000;
}

.nav-sp .menu-btn.is-open a div span:before {
    opacity: 0;
    transition: opacity 150ms;
}

.nav-sp .menu-btn a div:after {
    z-index: 97;
    transform: translate(0, 9px);
}

.nav-sp .menu-btn.is-open a div:after {
    background-color: #fff;
    transform: rotate(-45deg) translate(-6px, 6px) scale(1.3, 1);
}

.nav-sp > div:not(.pb-handle) .sp-btn.is-open:nth-child(2){
    background-color: #0c419a;
}

.nav-sp .sp-btn a img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}

.nav-sp > div:not(.pb-handle) .sp-btn:nth-child(2) a img {
    top: 18px;
    width: 21px;
}

.nav-sp > div:not(.pb-handle) .sp-btn.is-open:nth-child(2) a img:nth-child(1) {
    display: none;
}

.nav-sp > div:not(.pb-handle) .sp-btn:nth-child(2) a img:nth-child(2) {
    width: 21px;
    display: none;
}

.nav-sp > div:not(.pb-handle) .sp-btn.is-open:nth-child(2) a img:nth-child(2) {
    display: block;
}

.nav-sp .sp-btn a span{
    display: block;
    color: #0c419a;
    font-size: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 15px;
}

.nav-sp .sp-btn:last-child a span {
    line-height: 1.2;
    bottom: 15px;
}

.nav-sp > div:not(.pb-handle) .sp-btn.is-open:nth-child(2) a span{
    color: #fff;
}

.nav-sp .sp-btn:nth-child(3) a img {
    top: 14px;
    width: 23px;
    height: 25px;
}


.nav-sp .sp-btn:last-child a img {
    top: 14px;
    width: 23px;
    height: 25px;
}

.nav-sp .sp-btn a[target="_blank"]:after{
    content: none;
}



@media print, screen and (min-width: 768px){

    .header_Logo:lang(en) img{
        width: 280px;
    }

}

.header_Link:lang(en){
    margin: 15px 0 15px auto !important;
}

.header_Search:lang(en) > div:not(.pb-handle){
    padding-right: 25px !important;
}

.gnav:lang(en) {
    margin: 18px 0 0 !important;
}

.gnav:lang(en) > div:not(.pb-handle) {
    padding-bottom: 0 !important;
}

.gnav:lang(en) ul li a{
    padding-bottom: 18px !important;
    border-bottom: 3px solid #0c419a;
    bottom: -3px;
    width: 306px;
    position: relative;
}

.gnav:lang(en) ul li:nth-child(2) a span{
    padding-right: 12px !important;
}

.gnav:lang(en) ul li:nth-child(2) a span:after {
    content: none;
}

.gnavSub-list:lang(en) ul li a[target="_blank"]:after {
    background: url(/library/common/images/blank01.png) no-repeat 0 0;
    left: 5px;
    width: 13px;
    height: 13px;
    margin: 0;
    vertical-align: baseline;
}

.gnavSub-inner:nth-child(2):lang(en) > div:not(.pb-handle){
    justify-content: initial;
}

.l-footerEn{
    margin: 0 !important;
    padding: 0 14px !important;
}

@media screen and (min-width: 767px){

    .l-footerEn {
        padding: 0 !important;
    }

}

.l-footerlist{
    margin: 0 !important;
}

.l-footerlist ul {
    display: block;
    padding: 21px 0 0px !important;
    border-bottom: 1px solid #333333;
}

@media print, screen and (min-width: 768px){

    .l-footerlist ul {
        display: flex;
        justify-content: center;
        padding: 60px 0 39px !important;
    }

}

.l-footerlist ul li {
    position: relative;
    padding: 0 !important;
    margin-bottom: 0 !important;
    line-height: normal;
    font-size: 1.4rem;
}

.l-footerlist ul li:not(:last-child) {
    border-bottom: 1px solid #333333;
}

@media print, screen and (min-width: 768px){

    .l-footerlist ul li {
        padding: 0 50px !important;
    }

    .l-footerlist ul li:not(:last-child) {
    border-bottom: none;
    }

}

.l-footerlist ul li:before{
    content: none;
}

@media print, screen and (min-width: 768px){

    .l-footerlist ul li:not(:last-child):after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #333333;
        right: 0px;
        width: 1px;
        height: 15px;
    }

}

.l-footerlist ul a{
    color: #333333;
    display: block;
    padding: 10px 20px 10px 0 !important;
    font-size: 1.6rem;
    line-height: 1.3;
    text-decoration: none;
}

@media print, screen and (min-width: 768px){

    .l-footerlist ul a {
        display: inline-block;
        padding: 0 !important;
        font-size: 1.4rem;
        line-height: normal;
    }

}

.l-footerlist ul a:hover{
    text-decoration: underline;
}

.l-footerlist ul a[target="_blank"]:after{
    content: "";
    display: inline-block;
    position: relative;
    background: url(/library/common/images/blank01.png) no-repeat 0 0;
    left: 5px;
    width: 13px;
    height: 13px;
    margin: 0;
    vertical-align: baseline;
}

.l-terms{
    margin: 0 !important;
}

.l-terms > div:not(.pb-handle){
    padding: 21px 0 !important;
    text-align: left;
}

@media print, screen and (min-width: 768px){

    .l-terms > div:not(.pb-handle){
        padding: 31px 0 33px !important;
        text-align: center;
    }

}

.l-terms p{
    line-height: normal;
    margin: 0;
    font-size: 1.4rem;
}

.l-terms a{
    color: #333333;
    display: inline-block;
    font-size: 1.6rem;
    text-decoration: none;
}

@media print, screen and (min-width: 768px){

    .l-terms a {
        font-size: 1.4rem;
    }

}

.l-terms a:hover{
    text-decoration: underline;
}

.l-company{
    background-color: #e8e8e8;
    margin: 0 !important;
}

.l-company > div:not(.pb-handle){
    padding: 30px 0 !important;
}

@media print, screen and (min-width: 768px){

    .l-company > div:not(.pb-handle){
        padding: 43px 0 !important;
    }

}

.l-company_text{
    margin: 0 !important;
}

.l-company_text p{
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: normal;
}

@media print, screen and (min-width: 768px){

    .l-company_text p{
        font-size: 2rem;
        font-weight: normal;
        text-align: center;
    }

}

.sp-nav:lang(en) .sp-logo{
    border-bottom: 2px solid #e0e1e4;
    margin: 0 9px !important;
}

.sp-nav:lang(en) .sp-logo > div:not(.pb-handle){
    padding: 6px 0 16px !important;
}

.sp-nav:lang(en) .sp-logo img{
    width: 165px;
}

.nav-sp .sp-btn:nth-child(3) a img:lang(en)  {
    top: 14px;
    width: 30px;
    height: 26px;
}

.nav-sp .sp-btn:last-child a img:lang(en) {
    top: 19px;
    width: 23px;
    height: 25px;
}

.spSub-list:lang(en) ul{
    display: block;
}

.spSub-list:lang(en) ul li{
    width: auto;
}

.spSub-list:lang(en) ul li:last-child {
    border-bottom: none;
}

.spSub-list:lang(en) ul li a{
    background-color: #fff;
    font-size: 1.2rem;
    display: block;
    padding: 14px 33px 12px 1px !important;
    position: relative;
}

.spSub-list:lang(en) ul li a:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/library/common/images/arrow09.png) no-repeat 0 0/100% auto;
    right: 9px;
    width: 7px;
    height: 12px;
}

.spSub-list:lang(en) ul li ul li a {
    padding-left: 26px !important;
    position: relative;
}

.spSub-list:lang(en) ul li ul li a:after{
    content: "";
    display: block;
    position: absolute;
    background-color: #333333;
    top: 25px;
    left: 16px;
    width: 5px;
    height: 1px;
}

.spSub-nav-list:lang(en) > div:not(.pb-handle){
    margin-top: 10px !important;
}

.sp-nav-titlelink:lang(en) a {
    font-size: 1.4rem;
    line-height: normal;
}

.nav-sp:lang(en) .sp-btn:last-child a img{
    top: 13px;
}

.l-enMain {
    background-color: #d9deea;
    margin-top: -2px !important;
    margin-bottom: 0 !important;
}

.l-enMain > div:not(.pb-handle){
    padding: 20px 14px !important;
}

@media print, screen and (min-width: 768px){

    .l-enMain > div:not(.pb-handle){
        padding: 21px 0 !important;
     }

}

.l-enMain *{
    font-size: 1.4rem;
}

@media print, screen and (min-width: 768px){

    .l-enMain *{
         font-size: 1.6rem;
    }

}

.l-enMain_list{
    margin: 0 !important;
}

.l-enMain_list ul{
    padding-left: 0 !important;
}

.l-enMain_list ul li{
    line-height: normal;
    padding: 0 !important;
    margin-bottom: 0 !important;
    list-style: none;
}

@media print, screen and (min-width: 768px){

    .l-enMain_list ul li{
        padding: 20px 0 !important;
    }

}

.l-enMain_list ul li:not(:last-child){
    border-bottom: 1px solid #fff;
}

.l-enMain_list ul li:before{
    content: none;
}

.l-enMain_list ul li a{
    color: #333;
    display: block;
    padding: 15px 20px 13px 0 !important;
    position: relative;
    font-weight: bold;
    text-decoration: none;
   line-height: normal;
}

@media print, screen and (min-width: 768px){

    .l-enMain_list ul li a {
        display: inline-block;
        padding: 0 !important;
    }

}

.l-enMain_list ul li a:hover{
    text-decoration: underline;
    opacity: 1;
}

.l-enMain ul li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/library/common/images/arrow08.png) no-repeat 0 0;
    right: 0;
    width: 10px;
    height: 16px;
}

@media print, screen and (min-width: 768px){

    .l-enMain ul li a:after {
        right: -28px;
    }

}

/* 202210_SNSアイコンエリア追加 */
.snsFooter-nav{
    margin: 0 auto;
    width: auto;
}

@media print, screen and (min-width: 768px){

    .snsFooter-nav {
        width: 1082px;
    }

}

.snsFooter-nav ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0 16px !important;
    margin: 0;
}

@media print, screen and (min-width: 768px){

    .snsFooter-nav ul{
        padding: 0 !important;
    }

}

.snsFooter-nav ul li{
    border-bottom: none;
    margin-bottom: 0 !important;
    line-height: normal;
    position: relative;
    width: 50%;
    padding: 17px 5px 18px 0 !important;
    list-style: none;
}

@media print, screen and (min-width: 768px){

    .snsFooter-nav ul li{
        border-bottom: none;
        padding: 0 17px 14px 10px !important;
        width: 25%;
    }

}


.snsFooter-nav ul li::before {
    content: none;
}

.snsFooter-nav li a{
    color: #fff;
    display: inline-block;
    line-height: normal;
    padding: 0 10px 0 32px !important;
    text-decoration:none;
}

    .snsFooter-nav ul li:nth-child(1) a::before {
        content: "";
        display: inline-block;
        border-radius: 0;
        background: url(/library/common/images/icon_sns_x.png) no-repeat 0 0;
        background-size: contain;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 10px;
        left: 0px;
    }
  
    .snsFooter-nav ul li:nth-child(2) a::before {
        content: "";
        display: inline-block;
        border-radius: 0;
        background: url(/library/common/images/icon_sns_x.png) no-repeat 0 0;
        background-size: contain;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 10px;
        left: 0px;
        }

    .snsFooter-nav ul li:nth-child(3) a::before {
        content: "";
        display: inline-block;
        border-radius: 0;
        background: url(/library/common/images/icon_sns_youtube.png) no-repeat 0 0;
        background-size: contain;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 10px;
        left: 0px;
        }

    .snsFooter-nav ul li:nth-child(4) a::before {
        content: "";
        display: inline-block;
        border-radius: 0;
        background: url(/library/common/images/icon_sns_note.png) no-repeat 0 0;
        background-size: contain;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 10px;
        left: 0px;
        }

@media print, screen and (min-width: 768px){

    .snsFooter-nav li a{
        padding: 0 10px 0 35px !important;
    }

    .snsFooter-nav ul li:nth-child(1) a::before {
        content: "";
        display: inline-block;
        border-radius: 0;
        background: url(/library/common/images/icon_sns_x.png) no-repeat 0 0;
        background-size: contain;
        vertical-align: middle;
        width: 32px;
        height: 32px;
        position: absolute;
        top: -10px;
        left: 0px;
    }
  
    .snsFooter-nav ul li:nth-child(2) a::before {
        content: "";
        display: inline-block;
        border-radius: 0;
        background: url(/library/common/images/icon_sns_x.png) no-repeat 0 0;
        background-size: contain;
        vertical-align: middle;
        width: 32px;
        height: 32px;
        position: absolute;
        top: -8px;
        left: 0px;
        }

    .snsFooter-nav ul li:nth-child(3) a::before {
        content: "";
        display: inline-block;
        border-radius: 0;
        background: url(/library/common/images/icon_sns_youtube.png) no-repeat 0 0;
        background-size: contain;
        vertical-align: middle;
        width: 32px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: 0px;
        }

    .snsFooter-nav ul li:nth-child(4) a::before {
        content: "";
        display: inline-block;
        border-radius: 0;
        background: url(/library/common/images/icon_sns_note.png) no-repeat 0 0;
        background-size: contain;
        vertical-align: middle;
        width: 32px;
        height: 32px;
        position: absolute;
        top: -9px;
        left: 0px;
        }

}


.snsFooter-nav ul li a:hover{
    text-decoration:underline;
    opacity: 1;
}

.snsFooter-nav li a[target="_blank"]::after {
    content: "";
    display: inline-block;
    position: relative;
    background: url(/library/common/images/blank03.png) no-repeat 0 0;
    left: 5px;
    width: 13px;
    height: 13px;
    margin: 0;
    vertical-align: baseline;
}

.pbNested.pbNestedWrapper{
  margin-bottom: 24px;
}