@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");

.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: 3px solid #0c419a;
    margin-bottom: 0 !important;
    z-index: 96;
}

.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: 1274px;
    }
}

.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;
}

.header_Button p{
    margin: 0 !important;
}

.header_Button a{
    background-color: #239d7c;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    line-height: normal;
    margin: -7px 0 0 17px;
    padding: 4px 40px 5px 20px;
    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;
}

div:not(.pb-handle) .gnavSub-inner .pbNested {
    min-width: auto;
}

.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{
    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;
        margin-top: 140px !important;
    }

}


.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;
    padding: 21px 0 22px !important;
    margin: 0;
}

@media print, screen and (min-width: 768px){
    .stFooter-nav ul{
        padding: 47px 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;
    padding: 0 21px 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;
}

.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,
  .pbAreaWrapper1.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{
    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: 12px;
}

.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: 19px;
    width: 31px;
    height: 15px;
}

.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;
    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;
    }

} 

.nav-sp {display:none;}


/* =====================
  base
===================== */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: url(../images/bg_body.jpg);
  padding-top: 40px;
  /*  overflow-x: hidden;*/
}

@media print, screen and (min-width: 768px) {
  body {
    padding-top: 80px;
  }
}

.sp-Wrapper {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #47463f;
  letter-spacing: .03em;
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  .sp-Wrapper {
    font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
}

.sp-Copy {
  display: none;
  position: absolute;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 310px;
  font-size: 0.8rem;
  top: calc(100vh - 360px);
  left: 10px;
  color: #fff;
  z-index: 1;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .sp-Copy {
    display: block;
    font-size: 1rem;
    color: #47463F;
    top: calc(100vh - 410px);
    left: 50px;
  }
}

.sp-Wrapper a {
  text-decoration: none;
}

.sp-Wrapper a:hover {
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: .7;
}

.font-Lato {
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-style: italic;
  letter-spacing: .08em;
  line-height: 1;
}

.color-fnd {
  color: #62B57F;
}

.color-ana {
  color: #62B5B5;
}

.color-eco {
  color: #82B3CB;
}

.color-pla {
  color: #B18AC3;
}

.color-sal {
  color: #6C8FC4;
}

.img-Zoom div {
  overflow: hidden;
}

.img-Zoom img {
  transition-duration: 0.3s;
}

.img-Zoom:hover img {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

/* =====================
  Container
===================== */

.sp-Container {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .sp-Container {
    min-width: 1274px;
    font-size: 1.5rem;
    padding: 0 80px;
  }
}

.sp-Container_Inner {
  margin: 0 auto;
  padding: 0 6%;
}

@media print, screen and (min-width: 768px) {
  .sp-Container_Inner {
    max-width: 1020px;
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .sp-Container_Outer {
    margin-left: -80px;
    margin-right: -80px;
  }
}

.sp-H2Title {
  font-weight: 500;
  margin: 0 0 20px;
}

@media print, screen and (min-width: 768px) {
  .sp-H2Title {
    margin: 0 0 45px;
  }
}

.sp-H2Title-jp {
  font-size: 1.4rem;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .sp-H2Title-jp {
    font-size: 2.8rem;
  }
}

.sp-Hero {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 768px) {
  .sp-Hero {
    margin-bottom: 70px;
  }
}

/*.sp-Hero::before {
  content: "\00a9Sumitomo Mitsui DS Asset Management Company, Limited";
  position: absolute;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  bottom: 0;
  z-index: 1;
  white-space: nowrap;
}*/

@media print, screen and (max-width: 767px) {
/*  .sp-Hero::before {
    font-size: 0.8rem;
    left: 0;
    color: #fff;
  }
  .int-Hero::before {
    bottom: 100px;
  }*/
}

@media print, screen and (min-width: 768px) {
/*  .sp-Hero::before {
    font-size: 1rem;
    left: -30px;
    color: #47463F;
  }*/
}

.sp-ImageCut_Figure-col2 {
  margin-bottom: 30px;
  padding: 0 3%;
}

.sp-ColorBlock_Txt-col2 {
  padding: 0 9%;
}

@media print, screen and (min-width: 768px) {
  .sp-ColorBlock_ImageCut {
    display: flex;
    justify-content: space-between;
  }
  .sp-ImageCut_Figure-col2 {
    margin: 0;
    width: 50%;
    padding: 0;
  }
  .sp-ColorBlock_Txt-col2 {
    width: calc(50% - 50px);
    padding: 0;
  }
}

.sp-Container-fund .sp-ColorBlock_Wrap {
  background: #62B57F;
}

.sp-Container-analyst .sp-ColorBlock_Wrap {
  background: #62B5B5;
}

.sp-Container-economist .sp-ColorBlock_Wrap {
  background: #82B3CB;
}

.sp-Container-planning .sp-ColorBlock_Wrap {
  background: #B18AC3;
}

.sp-Container-sales .sp-ColorBlock_Wrap {
  background: #6C8FC4;
}

/* =====================
  Header_GlobalNav
===================== */

.sp-Header {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  padding-left: 10px;
}

@media print, screen and (min-width: 768px) {
  .sp-Header {
    /*    min-width: 1088px;*/
    padding: 0 0 0 80px;
    height: 80px;
  }
}

.sp-Header_Logo_Wrap {
  display: flex;
  align-items: baseline;
}

a.sp-Header_Logo img {
  height: 20px;
  vertical-align: sub;
}

@media print, screen and (min-width: 768px) {
  a.sp-Header_Logo img {
    vertical-align: bottom;
    height: auto;
  }
}

a.sp-Header_Logo:hover {
  opacity: 1;
}

.sp-Header_Txt {
  font-size: 0.8rem;
  color: #566462;
  margin-left: 10px;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .sp-Header_Txt {
    font-size: 1.4rem;
    margin-left: 25px;
  }
}

.sp-Header_Link_Item {
  color: #fff;
  background: #215AA7;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.9rem;
  width: 70px;
  line-height: 1;
  text-align: center;
}

.sp-Header_Link_Item-en {
  font-style: normal;
}

.sp-Header_Link_Item-jp {
  display: block;
  margin-top: 3px;
}

@media print, screen and (min-width: 768px) {
  .sp-Header_Link_Item {
    font-size: 1.7rem;
    width: 160px;
  }
  .sp-Header_Link_Item-jp {
    font-size: 1.4rem;
    display: inline;
    margin-top: 0;
  }
}

.sp-Header_Nav_Wrap {
  display: flex;
  height: 100%;
  width: 110px;
  position: absolute;
  right: 0;
  top: 0;
}

@media print, screen and (min-width: 768px) {
  .sp-Header_Nav_Wrap {
    width: 240px;
  }
}

.sp-Header_trigger_Wrap {
  height: 100%;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .sp-Header_trigger_Wrap {
    width: 80px;
  }
}

.sp-Header_trigger {
  position: absolute;
  width: 14px;
  height: 10px;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 768px) {
  .sp-Header_trigger {
    width: 28px;
    height: 21px;
  }
}

.sp-Header_trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #485051;
}

.sp-Header_trigger span:nth-of-type(1) {
  top: 0;
}

.sp-Header_trigger span:nth-of-type(2) {
  top: 50%;
  transition: translateY(-50%);
}

.sp-Header_trigger span:nth-of-type(3) {
  bottom: 0;
}

.sp-Header_trigger_Wrap.active .sp-Header_trigger {
  height: 28px;
}

.sp-Header_trigger_Wrap.active .sp-Header_trigger span {
  height: 1px;
}

.sp-Header_trigger_Wrap.active .sp-Header_trigger span:nth-of-type(1) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
}

.sp-Header_trigger_Wrap.active .sp-Header_trigger span:nth-of-type(2) {
  opacity: 0;
}

.sp-Header_trigger_Wrap.active .sp-Header_trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}

.sp-Header_GlobalNav_Outer {
  display: none;
  margin-top: 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  padding: 60px 0 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
}

@media all and (-ms-high-contrast: none) {
  .sp-Header_GlobalNav_Outer {
    overflow-y: hidden;
  }
}

.sp-Header_GlobalNav_Inner {
  width: 86%;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .sp-Header_GlobalNav_Inner {
    max-width: 1320px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
}

.sp-Header_GlobalNav_Wrap {
  margin-top: 35px;
}

@media print, screen and (min-width: 768px) {
  .sp-Header_GlobalNav_Wrap {
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
  }
}

.sp-Header_GlobalNav_Wrap>div {
  margin-right: 4%;
}

.sp-Header_GlobalNav_Wrap>div:last-of-type {
  margin-right: 0;
}

.sp-Header_GlobalNav {
  margin-bottom: 35px;
}

@media print, screen and (min-width: 768px) {
  .sp-Header_GlobalNav {
    margin-bottom: 50px;
  }
}

.sp-Header_GlobalNav_Title {
  margin-bottom: 15px;
}

.sp-Header_GlobalNav_Title-parent {
  margin-bottom: 35px;
}

@media print, screen and (min-width: 768px) {
  .sp-Header_GlobalNav_Title-parent {
    margin-bottom: 50px;
  }
}

.sp-Header_GlobalNav_Title>* {
  display: flex;
  flex-wrap: wrap;
}

.sp-Header_GlobalNav_Title-en {
  font-size: 1.9rem;
  letter-spacing: .05em;
  color: #215aa7;
  font-weight: 300;
  margin-right: 15px;
}

@media print, screen and (min-width: 768px) {
  .sp-Header_GlobalNav_Title-en {
    font-size: 3.2rem;
  }
}

.sp-Header_GlobalNav_Title-jp {
  font-weight: bold;
  font-size: 1.1rem;
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .sp-Header_GlobalNav_Title-jp {
    font-size: 1.5rem;
  }
}

.sp-Header_GlobalNav_Item {
  margin-bottom: 5px;
}

.sp-Header_GlobalNav_Item a {
  font-size: 1.3rem;
  position: relative;
  padding-left: 16px;
  color: #47463F;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .sp-Header_GlobalNav_Item a {
    font-size: 1.5rem;
    padding-left: 33px;
  }
}

.sp-Header_GlobalNav_Item a::before {
  background: #47463F;
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  left: 0;
  top: .9em;
}

@media print, screen and (min-width: 768px) {
  .sp-Header_GlobalNav_Item a::before {
    width: 20px;
  }
}

/* =====================
  Swiper
===================== */

.iv-Swiper_Container_Outer {
  position: relative;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .iv-Swiper_Container_Outer::before, .iv-Swiper_Container_Outer::after {
    content: "";
    background: #fff;
    position: absolute;
    height: 100%;
    width: calc((100% - 1180px)/2);
    z-index: 2;
    top: 0;
  }
}

.iv-Swiper_Container_Outer::before {
  left: 0;
}

.iv-Swiper_Container_Outer::after {
  right: 0;
}

.iv-Swiper_Container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .iv-Swiper_Container {
    padding: 0 80px 0 50px;
  }
}

.iv-Swiper_Container::before, .iv-Swiper_Container::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 51px;
  z-index: 2;
  top: 0;
}

@media print, screen and (min-width: 768px) {
  .iv-Swiper_Container::before, .iv-Swiper_Container::after {
    background: #fff;
    height: 100%;
    width: 51px;
  }
}

.iv-Swiper_Container::before {
  left: 0;
}

.iv-Swiper_Container::after {
  right: 0;
}

.iv-Swiper_Container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.iv-Swiper_Container .swiper-container-android .swiper-slide, .iv-Swiper_Container .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.iv-Swiper_Container .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  max-width: 330px !important;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 40px;
  padding-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .iv-Swiper_Container .swiper-slide {
    padding-top: 75px;
    padding-bottom: 0;
  }
}

@media print, screen and (max-width: 767px) {
  .swiper-slide {
    transform: scale(1);
  }
  .swiper-slide-active {
    transform: scale(1.1);
  }
}

.swiper-slide a {
  display: block;
  color: #47463f;
}

.iv-Swiper_Container .swiper-button-next, .iv-Swiper_Container .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 63px;
  margin-top: -10%;
  z-index: 10;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  .iv-Swiper_Container .swiper-button-next, .iv-Swiper_Container .swiper-button-prev {
    top: 50%;
    width: 36px;
    height: 74px;
    margin-top: -65px;
  }
}

.iv-Swiper_Container .swiper-button-prev {
  background-image: url(../../common_files/images/icn_swiper-prev.png);
  left: 9%;
  right: auto;
}

@media print, screen and (min-width: 768px) {
  .iv-Swiper_Container .swiper-button-prev {
    left: 0;
  }
}

.iv-Swiper_Container .swiper-button-next {
  background-image: url(../../common_files/images/icn_swiper-next.png);
  right: 9%;
  left: auto;
}

@media print, screen and (min-width: 768px) {
  .iv-Swiper_Container .swiper-button-next {
    right: 0;
  }
}

.iv-Pagination_Wrap {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .iv-Pagination_Wrap {
    display: block;
    border-top: 1px solid #ADADAD;
    margin-top: 50px;
    margin-left: 30px;
  }
}

.iv-Swiper_Container .swiper-pagination {
  text-align: center;
  width: 750px;
  margin: 0 auto;
  position: relative;
  height: 45px;
}

.iv-Swiper_pagination-01, .iv-Swiper_pagination-04, .iv-Swiper_pagination-06, .iv-Swiper_pagination-07 {
  z-index: 1;
}

.iv-Swiper_pagination-01, .iv-Swiper_pagination-02, .iv-Swiper_pagination-03 {
  position: absolute;
  left: 0;
}

.iv-Swiper_pagination-04, .iv-Swiper_pagination-05 {
  position: absolute;
  left: 150px;
}

.iv-Swiper_pagination-06 {
  position: absolute;
  left: 300px;
}

.iv-Swiper_pagination-07, .iv-Swiper_pagination-08 {
  position: absolute;
  left: 450px;
}

.iv-Swiper_pagination-09 {
  position: absolute;
  left: 600px;
}

.iv-Swiper_pagination-01::before, .iv-Swiper_pagination-02::before, .iv-Swiper_pagination-03::before {
  content: "ファンドマネージャー";
}

.iv-Swiper_pagination-04::before, .iv-Swiper_pagination-05::before {
  content: "アナリスト";
}

.iv-Swiper_pagination-06::before {
  content: "エコノミスト";
}

.iv-Swiper_pagination-07::before, .iv-Swiper_pagination-08::before {
  content: "営業";
}

.iv-Swiper_pagination-09::before {
  content: "商品企画・開発";
}

.iv-Swiper_Container .swiper-pagination-bullet {
  cursor: pointer;
  height: 100%;
  width: 150px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  padding-top: 17px;
  color: #BCBCBC;
  background: #fff;
}

.iv-Swiper_Container .swiper-pagination-bullet-active {
  opacity: 1;
  padding-top: 13px;
  color: #47463F;
  z-index: 1;
}

.iv-Swiper_pagination-01.swiper-pagination-bullet-active, .iv-Swiper_pagination-02.swiper-pagination-bullet-active, .iv-Swiper_pagination-03.swiper-pagination-bullet-active {
  border-top: 4px solid #62B57F;
}

.iv-Swiper_pagination-04.swiper-pagination-bullet-active, .iv-Swiper_pagination-05.swiper-pagination-bullet-active {
  border-top: 4px solid #62B5B5;
}

.iv-Swiper_pagination-06.swiper-pagination-bullet-active {
  border-top: 4px solid #82B3CB;
}

.iv-Swiper_pagination-07.swiper-pagination-bullet-active, .iv-Swiper_pagination-08.swiper-pagination-bullet-active {
  border-top: 4px solid #6C8FC4;
}

.iv-Swiper_pagination-09.swiper-pagination-bullet-active {
  border-top: 4px solid #B18AC3;
}

.iv-Swiper_Image_Wrap {
  position: relative;
  padding: 0 10px;
}

@media print, screen and (min-width: 768px) {
  .iv-Swiper_Image_Wrap {
    padding: 0 0 0 30px;
  }
}

.iv-Swiper_Image {
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .iv-Swiper_Image {
    box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
  }
}

.iv-Swiper_Position, .iv-Swiper_Title_Wrap {
  position: absolute;
}

.iv-Swiper_Image_Wrap .iv-Swiper_Position {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: block;
  padding: 5px 10px;
}

@media print, screen and (min-width: 768px) {
  .iv-Swiper_Image_Wrap .iv-Swiper_Position {
    font-size: 1.2rem;
    padding: 10px 25px;
  }
}

.iv-Swiper_Image_Wrap .iv-Swiper_Position-fund {
  background: #62B57F;
}

.iv-Swiper_Image_Wrap .iv-Swiper_Position-analyst {
  background: #62B5B5;
}

.iv-Swiper_Image_Wrap .iv-Swiper_Position-economist {
  background: #82B3CB;
}

.iv-Swiper_Image_Wrap .iv-Swiper_Position-planning {
  background: #B18AC3;
}

.iv-Swiper_Image_Wrap .iv-Swiper_Position-sales {
  background: #6C8FC4;
}

.iv-Swiper_Title_Wrap {
  bottom: 20px;
  left: 0;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .iv-Swiper_Title_Wrap {
    bottom: 30px;
    left: 20px;
    line-height: inherit;
  }
}

@media all and (-ms-high-contrast: none) {
  .iv-Swiper_Title_Wrap {
    line-height: 1;
  }
}

.iv-Swiper_Title {
  white-space: nowrap;
  position: relative;
  font-size: 1rem;
  line-height: 1;
  background: #fff;
  padding: 5px 5px 5px 15px;
  font-weight: normal;
}

@media print, screen and (min-width: 768px) {
  .iv-Swiper_Title {
    font-size: 1.4rem;
    padding: 10px 10px 10px 15px;
  }
}

.iv-Swiper_Title::after {
  content: "\a";
  white-space: pre;
}

@media all and (-ms-high-contrast: none) {
  .iv-Swiper_Title {
    /*    padding-bottom: 5px;*/
    display: inline-block;
  }
}

.iv-Swiper_Sentence_Wrap {
  padding: 0 10px;
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .iv-Swiper_Sentence_Wrap {
    padding: 0 10px 0 40px;
    margin-top: 20px;
  }
}

.iv-Swiper_Part {
  margin-bottom: 10px;
  display: block;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: .12em;
}

@media print, screen and (min-width: 768px) {
  .iv-Swiper_Part {
    font-size: 1.2rem;
  }
}

.iv-Swiper_Part-fund, .iv-Swiper_Name-fund .iv-Swiper_Name-en {
  color: #62B57F;
}

.iv-Swiper_Part-analyst, .iv-Swiper_Name-analyst .iv-Swiper_Name-en {
  color: #62B5B5;
}

.iv-Swiper_Part-economist, .iv-Swiper_Name-economist .iv-Swiper_Name-en {
  color: #82B3CB;
}

.iv-Swiper_Part-planning, .iv-Swiper_Name-planning .iv-Swiper_Name-en {
  color: #B18AC3;
}

.iv-Swiper_Part-sales, .iv-Swiper_Name-sales .iv-Swiper_Name-en {
  color: #6C8FC4;
}

.iv-Swiper_Name {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.iv-Swiper_Name-jp {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  margin-right: 20px;
}

.iv-Swiper_Name-en {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  color: #6c8fc4;
  letter-spacing: .08em;
}

.iv-Swiper_Since {
  display: block;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #868686;
}

@media print, screen and (min-width: 768px) {
  .iv-Swiper_Since {
    font-size: 1.2rem;
  }
}

/* =====================
  Table
===================== */

.sp-Table-01 {
  width: 100%;
  border-top: 1px solid #7E7E7E;
}

.sp-Table-01 th, .sp-Table-01 td {
  border-bottom: 1px solid #7E7E7E;
  text-align: left;
  padding: 50px 20px 50px 0;
}

.sp-Table-01 th {
  width: 20%;
}

@media print, screen and (max-width: 767px) {
  .sp-Table-01 th, .sp-Table-01 td {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 0;
  }
}

/* =====================
  Suggestion
===================== */

.sp-Suggestion_H2Title_02 {
  text-align: center;
  color: #000;
  margin: 0 0 45px;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .sp-Suggestion_H2Title_02 {
    margin: 0 0 60px;
  }
}

.sp-Suggestion_H2Title_02-en {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: .08em;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .sp-Suggestion_H2Title_02-en {
    font-size: 2rem;
  }
}

.sp-Suggestion_H2Title_02-jp {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}

@media print, screen and (min-width: 768px) {
  .sp-Suggestion_H2Title_02-jp {
    font-size: 3.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .sp-Suggestion_Wrap {
    display: flex;
    justify-content: space-between;
  }
}

.sp-Suggestion_Image {
  line-height: 0;
  position: relative;
}

.sp-Suggestion_Sentence {
  position: relative;
  padding: 25px 0 0;
  margin-top: -10px;
}

.sp-Suggestion_Sentence::after {
  content: "";
  width: 1px;
  height: 20px;
  background: linear-gradient(#4284fb 0%, #00feea 100%);
  position: absolute;
  left: 35px;
  top: 0;
}

.sp-Suggestion_H3Title {
  padding: 0 10px;
}

@media print, screen and (min-width: 768px) {
  .sp-Suggestion_H3Title {
    padding: 0 20px;
  }
}

.sp-Suggestion_H3Title-en {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  color: #9e9e9e;
  margin-bottom: 5px;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .sp-Suggestion_H3Title-en {
    font-size: 1rem;
  }
}

.sp-Suggestion_H3Title-jp {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  color: #47463f;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .sp-Suggestion_H3Title-jp {
    font-size: 2rem;
  }
}

.sp-Suggestion_Col {
  display: block;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .sp-Suggestion_Col {
    width: 48%;
    margin-bottom: 0;
  }
}

.sp-Suggestion_More {
  position: absolute;
  right: 20px;
  bottom: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 0.8rem;
  color: #47463f;
  text-decoration: none;
  padding-left: 33px;
}

@media print, screen and (min-width: 768px) {
  .sp-Suggestion_More {
    right: 0;
    font-size: 1.2rem;
  }
}

.sp-Suggestion_More::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #47463F;
  position: absolute;
  left: 0;
  top: 50%;
  transition: translateY(-50%);
}

