@charset "UTF-8";
/* ///////////////////////////////////
追加CSS
/////////////////////////////////// */

/* reset */
.main-contents address {
    font-style: normal;
}

/* メインビジュアル */
/* トップ動画 .b-hero-area-movie */
.b-hero-area-movie .lyt-panel-a .panels {
    background: inherit;
}
.b-hero-area-movie .lyt-panel-a .sub-txt {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
}
@media only screen and (max-width:1280px) {
    .b-hero-area-movie .lyt-panel-a .sub-txt {
        font-size: calc(20vw*100/1280);
    }
}
@media only screen and (max-width:767px) {
    .b-hero-area-movie .lyt-panel-a .sub-txt {
        font-size: 1.6rem;
    }
}
.b-hero-area-movie .lyt-panel-a .main-txt,
.b-hero-area-movie .lyt-panel-a .main-txt > * {
    font-size: 4rem;
    line-height: 1.3;
    margin-bottom: 16px;
}
@media only screen and (max-width:1280px) {
    .b-hero-area-movie .lyt-panel-a .main-txt,
    .b-hero-area-movie .lyt-panel-a .main-txt > * {
        font-size: calc(40vw*100/1280);
    }
}
@media only screen and (max-width:767px) {
    .b-hero-area-movie .lyt-panel-a .main-txt,
    .b-hero-area-movie .lyt-panel-a .main-txt > * {
        font-size: 2.4rem;
        margin-bottom: 8px;
    }
}

/* トップ動画 .b-hero-area-movie.b-style-bg-a */
.b-hero-area-movie.b-style-bg-a{
    background: url(https://www.fujitsu.com/downloads/JP/innovation/digital/fintech/images/index_fintech.png) no-repeat center center;/*背景画像*/
    background-size: cover;
    color: #000;/*文字色*/
}

/* メインビジュアル（SP時コンテンツ逆） */
@media only screen and (max-width:768px) {
    /* 動画 */
    .b-hero-area-movie.b-hero-area-sp-reverse .lyt-panel-a .panels {
        display: block;
    }
    .b-hero-area-movie.b-hero-area-sp-reverse .lyt-panel-a .panel-content {
        padding: 0 16px 24px;
    }
}
@media only screen and (max-width:767px) {
    /* 画像 */
    .hero-area-c.b-hero-area-sp-reverse .content {
        display: block;
        padding-top: 0;
    }
    .hero-area-c.b-hero-area-sp-reverse .visual {
        position: relative;
    }
}

/* メインビジュアル（SP時画像・動画コンテンツ領域を消す） */
@media only screen and (max-width:768px) {
    /* 動画 */
    .b-hero-area-movie.b-hero-area-sp-nomedia .lyt-panel-a .movie .panel-visual {
        display: none;
    }
    .b-hero-area-movie.b-hero-area-sp-nomedia .lyt-panel-a .panel-content {
        padding: 0 16px;
    }
}
@media only screen and (max-width:767px) {
    /* 画像 */
    .hero-area-c.b-hero-area-sp-nomedia .content {
        padding-top: 0;
    }
    .hero-area-c.b-hero-area-sp-nomedia .visual {
        display: none;
    }
}


/* テキストエリア可変 .b-content-variable */
.b-content-variable.hero-area-c .content {
    overflow: hidden;
    min-height: 400px;
}
.b-content-variable.hero-area-c .content-inner {
    max-width: 40%;
    position: relative;
    z-index: 1;
}
.b-content-variable.hero-area-c .visual {
    left: 40%;
    width: calc(1280px - 40%);
}
@media only screen and (max-width: 1280px) {
    .b-content-variable.hero-area-c .content {
        min-height: calc(400vw*100/1280);
    }
    .b-content-variable.hero-area-c .visual {
        left: 0;
        width: 100%;
    }
    .b-content-variable.hero-area-c .visual>img {
        height: calc(400vw*100/1280);
    }
}
@media only screen and (max-width: 767px) {
    .b-content-variable.hero-area-c .content {
        min-height: inherit;
    }
    .b-content-variable.hero-area-c .content-inner {
        max-width: inherit !important;
    }
    .b-content-variable.hero-area-c .visual {
        left: 0;
    }
    .b-content-variable.hero-area-c .visual>img {
        height: calc(220vw*100/320);
    }
}

/* メインビジュアル：SP時の画像を中央起点で表示 .b-visual-sp-center */
@media only screen and (max-width: 767px) {
    .b-content-variable.hero-area-c .visual.b-visual-sp-center > img {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

/* テキストフルエリア */
.b-txt-full-a.b-content-variable.hero-area-c .content-inner {
    max-width: 100%;
}

/* メインビジュアル：規定外サイズの画像に対応 .b-hero-area-variable */
.hero-area-c.b-hero-area-variable {
    min-height: inherit;
    max-height: inherit;
    text-align: center;
}
@media only screen and (max-width:1280px) {
    .hero-area-c.b-hero-area-variable {
        height: auto;
    }
}

/* 背景黒以外対応 .b-lyt-hover-a*/
@media only screen and (max-width:768px) {
    .b-lyt-hover-a.lyt-hover-a .hover-content .visual a p:not(.diff-bg-d)  {
        color: #000;
    }
    .b-lyt-hover-a.lyt-hover-a .hover-content .visual .hover-hdg:not(.diff-bg-d) {
        color: #000;
    }
}
.main-contents .section .section-inner .b-lyt-hover-a:not(:last-child){margin-bottom:40px;}

/* 子要素が無いリンクリスト .b-list-link */
.b-list-link .list-link-b-wrapper {
    padding-bottom:26px;
}
.b-list-link .list-link-b-wrapper .js-toggle-links {
    padding-bottom:44px;
}
@media only screen and (max-width:768px) {
    .b-list-link .list-link-b-wrapper {
        padding-bottom:11px;
    }
    .b-list-link .list-link-b-wrapper .js-toggle-links {
        padding-bottom:0;
    }
}

/* PDF DLエリア .b-lyt-dl-item */
.b-lyt-dl-item {
    width:80%;
    margin:0 auto;
}
.b-lyt-dl-item.lyt-item-a>* {
        vertical-align: middle;
}
@media only screen and (max-width:768px) {
    .b-lyt-dl-item {
        width:100%;
    }
}

/* ローカルナビゲーション */
.b-nav {
    margin: 16px 0 0;
    width: 100%;
    background-color: #dad9d6;
}

@keyframes slideDown {
    0% {
        top: -64px;
    }
    100% {
        top: 0;
    }
}

.b-nav.is-fixed  {
    position: fixed;
    left: 0;
    z-index: 201;
    margin-top: 0;
    animation-name: slideDown;
    animation-duration: .3s;
    animation-timing-function: liner;
    animation-fill-mode: forwards;
}

.b-nav.is-fixed::before {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 40px;
    background: linear-gradient(rgba(0,0,0,.16),transparent);
    pointer-events: none;
    content: "";
} 

.b-nav-btn {
    display: none;
}

.b-nav-body {
    box-sizing: border-box;
    margin: 0 auto;
    padding-right: 8px;
    padding-left: 8px;
    width: 100%;
    max-width: 1280px;
    transition: top .2s;
}

.b-nav-menu {
    display: table;
    width: 100%;
}

.b-nav-menu-item {
    display: table-cell;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
}
[data-browser="IE11"] .b-nav-menu-item {
    vertical-align: top;
}
.b-nav-menu-item::before,
.b-nav-menu-item::after {
    display: block;
    position: absolute;
    background-color: #b1b1ac;
    top: 50%;
    width: 1px;
    height: 32px !important;
    content: "";
}
.b-nav-menu-item::before {
    left: 0;
    margin-top: -16px;
}
.b-nav-menu-item::after {
    right: -1px;
    margin-top: -16px;
}

.b-nav-menu-link {
    display: block;
    box-sizing: border-box;
    width: inherit;
    height: inherit;
    padding: 21px 34px;
    text-decoration: none;
}

.b-nav-menu-link:hover {
    color: #a30b1a;
}

.is-current .b-nav-menu-link {
    color: #a30b1a;
    font-weight: bold;
}

.js-b-togglemenu + .lf-hero-a,
.lf-hero-a + .js-b-togglemenu .b-nav,
.js-b-togglemenu + .b-lf-header-a,
.b-lf-header-a + .js-b-togglemenu .b-nav {
    margin-top: 0 !important;
}

@media only screen and (max-width:1000px) {
    .js-b-togglemenu + [class*="hero-area"],
    .js-b-togglemenu + [class*="lyt-visual-item-"],
    .js-b-togglemenu + [class*="lyt-slider-b-wrapper"] {
        margin-top: 20px;
    }
    .js-b-togglemenu + .lf-hero-a,
    .lf-hero-a + .js-b-togglemenu .b-nav,
    .js-b-togglemenu + .b-lf-header-a,
    .b-lf-header-a + .js-b-togglemenu .b-nav {
        margin-top: 20px !important;
    }
    .b-nav {
        display: none;
        position: relative;
        padding-right: 16px;
        background-color: transparent;
        text-align: right;
    }
    [data-script-enabled=true] .b-nav {
        display: block;
    }

    .b-nav-btn {
        display: inline-block;
    }

    .b-nav-toggle-switch {
        display: inline-block;
        position: relative;
        padding: 8px 46px 8px 22px;
        background-color: #f6cfd3;
        border: 1px solid #a30b1a;
        background: #fff;
        color: #a30b1a;
        white-space: nowrap;
        line-height: 1.4;
        text-align: center;
        text-decoration: none;
        transition: background .2s;
        box-shadow: 0 1px 2px rgba(0,0,0,.18);
        cursor: pointer;
    }

    .b-nav-toggle-switch:hover {
        background-color: #f6cfd3;
    }

    .b-nav-toggle-switch::before,
    .b-nav-toggle-switch::after {
        display: block;
        position: absolute;
        top: 50%;
    }
    .b-nav-toggle-switch::before {
        right: 12px;
        margin-top: -7px;
        width: 20px;
        height: 14px;
        background: linear-gradient(#ac2330,#ac2330 2px,transparent 2px,transparent 6px,#ac2330 6px,#ac2330 8px,transparent 8px,transparent 12px,#ac2330 12px);
        content: "";
    }

    .is-open .b-nav-toggle-switch::before,
    .is-open .b-nav-toggle-switch::after {
        right: 20px;
        margin-top: -11px;
        width: 2px;
        height: 23px;
        background: #ac2330;
    }
    .is-open .b-nav-toggle-switch::before {
        transform: rotate(-45deg);        
    }
    .is-open .b-nav-toggle-switch::after {
        transform: rotate(45deg);
        content: "";
    }

    .b-nav-toggle-txt {
        display: none;
    }

    .b-nav-body {
        display: block;
        position: absolute;
        top: 56px;
        right: 16px;
        padding-right: 0;
        padding-left: 0;
        width: 340px;
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s;
        z-index: 9999;
        text-align: left;
        box-shadow: 0 0 10px rgba(0,0,0,.3);
    }
 
    .b-nav-menu {
        box-shadow: 0 0 10px rgba(0,0,0,.3);
    }

    .b-nav-menu-item {
        display: block;
    }

    .b-nav-menu-link {
        display: block;
        position: relative;
        padding: 11px 32px 11px 16px;
        border-bottom: 1px solid #c6c6c0;
        background: rgba(238,238,238,.96);
        text-decoration: none;
        text-align: left;
    }

    .b-nav-menu-link::before {
        position: absolute;
        top: 50%;
        right: 15px;
        display: block;
        width: 10px;
        height: 10px;
        margin-top: -6px;
        border-top: 2px solid #a30b1a;
        border-right: 2px solid #a30b1a;
        transition: transform .2s;
        transform: rotate(45deg);      
        content: "";
    }
}

@media only screen and (max-width:767px) {
    .b-nav {
        padding-left: 16px;
    }

    .b-nav-btn {
        display: block;
    }

    .b-nav-toggle-switch {
        display: block;
        width: 100%;
        padding: 11px 46px;
    }

    .b-nav-body {
        position: static;
        width: 100%;
        box-shadow: none;
    }

    .b-nav-menu {
        margin-top: 16px;
    }
}

/* FDDA版ナビゲーション */
.b-fdnav {
    margin-top: 16px;
}
.b-fdnav-body {
    width: 100%;
    background-color: #000;
}
.b-fdnav-body.is-fixed {
    position: fixed;
    left: 0;
    z-index: 201;
    margin-top: 0;
    animation-name: slideDown;
    animation-duration: .3s;
    animation-timing-function: liner;
    animation-fill-mode: forwards;
}
.b-fdnav-toggler {
    display: none;
}
.b-fdnav-menu {
    display: flex;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.b-fdnav-menu > li {
    flex: 1;
}
.b-fdnav-body a {
    color: #fff;
    text-decoration: none;
    line-height: 1.5;
}
.b-fdnav-menu > li > a {
    padding: 8px;
    display: block;
    text-align: center;
}
.b-fdnav-menu > li > a:hover,
.b-fdnav-menu > li.is-open > a {
    background: #4d4d4d;
}
.b-fdnav-toggler-txt {
     position: absolute;
     top: 0;
     right: 0;
     z-index: -1;
     font-size: 1rem;
     opacity: 0;
}
.b-fdnav-secondary {
    position: absolute;
    left : 0;
    top: 100%;
    width: 100%;
    max-height: 0;
    background: rgba(64,64,64,0.9);
    z-index: 99;
    overflow: hidden;
    transition: max-height .2s;
}
.b-fdnav-menu-toggler {
    position: relative;
    padding-right: 30px;
}
.b-fdnav-menu-toggler::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: transform .2s;
    transform: rotate(135deg);
}
.is-open > .b-fdnav-menu-toggler::before {
    transform: rotate(-45deg);
}
.b-fdnav-secondary-body {
    padding: 20px 26px;
}
.b-fdnav-secondary-label {
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-left: 13px;
    font-weight: bold;
    font-size: 2rem;
}
.b-fdnav-secondary-label a {
    display: inline-block;
    position: relative;
    padding-right: 18px;
}
.b-fdnav-secondary-menu > li > a::before,
.b-fdnav-secondary-label a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.b-fdnav-secondary-label a::before {
    display: block;
    position: absolute;
    top: 13px;
    right: 0;
}
.b-fdnav-secondary-menu {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto -4px;
}
.b-fdnav-secondary-menu > li {
    width: 33.3333%;
    margin-bottom: 4px;
    padding-left: 20px;
}
.b-fdnav-secondary-menu > li > a {
    display: inline-block;
    max-width: 100%;
    padding-left: 20px;
    font-size: 1.4rem;
}
.b-fdnav-secondary-menu > li > a::before {
    display: inline-block;
    margin: -5px 14px 0 -23px;
    vertical-align: middle;
}
@media only screen and (max-width: 767px) {
    .b-fdnav {
        display: flex;
        justify-content: flex-end;
        background: #000;
        position: relative;
    }
    .b-fdnav > .b-fdnav-toggler {
        display: flex;
        align-items: flex-end;
        height: 42px;
        margin-right: 4px;
        padding: 2px 4px;
        color: #fff;
        position: relative;
        font-size: 1rem;
    }
    .b-fdnav > .b-fdnav-toggler:hover,
    .b-fdnav.is-open > .b-fdnav-toggler {
        background: #4d4d4d;
    }
    .b-fdnav > .b-fdnav-toggler::before,
    .b-fdnav > .b-fdnav-toggler::after {
        position: absolute;
        transform-origin: left center;
    }
    .b-fdnav > .b-fdnav-toggler::before {
        content: "";
        display: block;
        width: 20px;
        height: 14px;
        margin-bottom: 2px;
        left: 50%;
        top: 7px;
        background: linear-gradient(#fff, #fff 2px, transparent 2px, transparent 6px, #fff 6px, #fff 8px, transparent 8px, transparent 12px, #fff 12px);
        transform: translateX(-50%);
    }
    .b-fdnav.is-open > .b-fdnav-toggler {
        color: transparent;
    }
    .b-fdnav.is-open > .b-fdnav-toggler::before,
    .b-fdnav.is-open > .b-fdnav-toggler::after {
        content:"";
        display: block;
        width: 2px;
        height: 23px;
        margin-top: -5px;
        top: 14px;
        left: 50%;
        background: #fff;
        transform:rotate(-45deg) translateX(-50%);
    }
    .b-fdnav.is-open > .b-fdnav-toggler::after {
        transform: rotate(45deg) translateX(-50%);
    }
    .b-fdnav-toggler-txt {
        display: none;
    }
    .b-fdnav-menu {
        display: block;
        background: rgba(64,64,64,0.96);
    }
    .b-fdnav-menu > li {
        border-bottom: 1px solid #c6c6c0;
    }
    .b-fdnav-menu > li > a {
        padding: 11px 32px 11px 16px;
        text-align: left;
    }
    .b-fdnav-menu > li.is-open > a {
        background: #a30b1a;
    }
    .b-fdnav-secondary-menu {
        margin-bottom: 0;
    }
    .b-fdnav-secondary {
        position: static;
    }
    .b-fdnav-secondary-body {
        padding: 0;
    }
    .b-fdnav-secondary-label {
        margin: 0;
        padding: 0;
        font-weight: 400;
        font-size: 1.6rem;
    }
    .b-fdnav-secondary-label a {
        display: block;
        padding: 11px 32px 11px 16px;
    }
    .b-fdnav-secondary-label a::before,
    .b-fdnav-secondary-menu > li > a::before {
        content: none;
    }
    .b-fdnav-secondary-menu {
        display: block;
    }
    .b-fdnav-secondary-menu > li {
        width: 100%;
        margin: 0;
        padding: 0;
        border-top: 1px solid #666;
    }
    .b-fdnav-secondary-menu > li > a {
        display: block;
        padding: 11px 16px;
        font-size: 1.6rem;
    }
    .b-fdnav-body {
        display: block;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s;
        z-index: 9999;
        text-align: left;
    }
    .is-complete .b-fdnav-body {
        overflow: visible;
    }
}

/*  メインビジュアルとの余白調整 */
.b-fdnav + .lf-hero-a,
.b-fdnav + .b-lf-header-a {
    margin-top: 0 !important;
}
.lf-hero-a + .b-fdnav,
[class*="hero-area"] + .b-fdnav,
[class*="lyt-visual-item-"] + .b-fdnav,
[class*="lyt-slider-b-wrapper"] + .b-fdnav,
.b-lf-header-a + .b-fdnav {
    margin-top: 0;
}

/* 画像のボーダー削除 .b-noborder */
.announce-point > ul > li.b-noborder img,
.lyt-col-announce-a > li.b-noborder img {
    border:0;
}

.b-title.diff-color-a { color: #a30b1a; }


/* テキストラベル */
.b-color-label-999,
.b-color-label-rd {
    display: inline-block;
    background-color: #999999;
    color: #ffffff;
    padding: 2px 5px 1px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.2;
}
.b-color-label-rd {
    background-color: #a30b1a;
}

/* 背景色 */
/* 白※section以外で利用 */
.b-bg-wh {background: #ffffff; }

/* 黒 */
.b-bg-bl {
    background: #000000;
    color: #fff;
}
/* 透明※section以外で利用 */
.b-bg-tp {
    background: transparent !important;
}
/* 赤 */
.b-bg-rd {
    background: #a30b1a;
    color: #fff;
}
/* 濃紺 */
.b-bg-db {
    background: #2B2E34;
    color: #fff;
}

/* セクション余白設定(公式CSS踏襲) */
/* ウィンドウ幅1000px以下：左右8pxに上書き */
@media only screen and (max-width: 1000px){
    .main-contents .section-inner {
        padding-right: 8px;
        padding-left: 8px;
    }
}
/* セクションに続く背景色付きセクション */
.main-contents .section+.section[class*=b-bg-] .section-inner {
    padding-top: 56px;
}
@media only screen and (max-width:767px) {
    .main-contents .section+.section[class*=b-bg-] .section-inner {
        padding-top: 40px;
    }
}
/* 背景色付きに続く背景色なしセクション */
.main-contents .section[class*="diff-bg-"]+.section:not([class*="diff-bg-"]):not([class*="b-bg-"]) .section-inner,
.main-contents .section[class*="b-bg"]+.section:not([class*="diff-bg-"]):not([class*="b-bg-"]) .section-inner {
    padding-top: 56px;
}
@media only screen and (max-width:767px) {
    .main-contents .section[class*="diff-bg-"]+.section:not([class*="diff-bg-"]):not([class*="b-bg-"]) .section-inner,
    .main-contents .section[class*="b-bg"]+.section:not([class*="diff-bg-"]):not([class*="b-bg-"]) .section-inner {
        padding-top: 40px;
    }
}

/* 連続する同背景色※白、透明は対応しない */
.main-contents .section.b-bg-bl+.section.b-bg-bl .section-inner,
.main-contents .section.b-bg-rd+.section.b-bg-rd .section-inner,
.main-contents .section.b-bg-db+.section.b-bg-db .section-inner {
    padding-top: 0;
}

/* ページタイトル下のセクションの余白調整 */
.b-section-pd {
    padding-top: 56px !important;
}
@media only screen and (max-width:767px) {
    .b-section-pd {
        padding-top: 40px !important;
    }
}

/* アイコン小 */
.b-icon-small .lyt-col-announce-a > li img{
    max-width: 200px;
    margin: 0 auto 8px;
}

@media only screen and (max-width:768px) {
    .b-icon-small .lyt-col-announce-a > li img{
        max-width: 100%;
    }
}


/* ローカルナビ関連のマージン設定 */
.hdg-a-wrapper + .js-b-fixedmenu .b-nav,
.section + .js-b-fixedmenu .b-nav{
    margin:0;
}
@media only screen and (min-width:768px) {
    .section.diff-margin-b + .js-b-fixedmenu .b-nav:not(.is-fixed){
        margin-top: 10px;
    }
}

/* メインビジュアルのマージン設定 */
.breadcrumb-wrapper + main > .main-contents > [class*="hero-area"]:first-child,
.breadcrumb-wrapper + main > .main-contents > [class*="lyt-visual-item-"]:first-child,
.breadcrumb-wrapper + main > .main-contents > [class*="lyt-slider-b-wrapper"]:first-child {
    margin-top: 16px;
}

/* リンクアイコン下向き */
.list-link-b > li.b-list-link-down > a::before,
.list-link-b > li ul > li.b-list-link-down > a::before{
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

/* 濃い背景時の白罫線、白字ボタン */
.b-style-btn-a .btn-b{
    border: #fff 1px solid;
    background: none;
}

.b-style-btn-a .btn-b:hover,.b-style-btn-b .btn-a:hover{
    background: rgba(255,255,255, .1);
}

.b-style-btn-b .btn-a{
    color: #fff !important;
    background: none;
    border: 1px solid #fff;
}

.b-style-btn-b .btn-a::before{
    border-color: #fff;
}

/* ボタン：アイコン画像をデフォルト表示 */
.b-style-btn-c .btn-a::before,
.b-style-btn-c .btn-b::before {
    display: none;
}
.b-style-btn-c .btn-a .icon-a,
.b-style-btn-c .btn-b .icon-a {
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 50%;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/* ボタン：親要素のhoverと連動 */
.b-btn-hover-sync:hover .btn-a {
    background: #f6cfd3;
}
.b-btn-hover-sync:hover .btn-b {
    background: #d11124;
    border: 1px solid #d11124;
}

/* ボタン：リンクアイコン下向き */
.btn-a.b-btn-link-down::before,
.btn-b.b-btn-link-down::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -6px;
}

/* タブ切り替えの画像とその領域を削除 */
.tab-a .lists.b-style-tab-a{
    height: auto;
    background: none;
}

@media only screen and (max-width:768px) {
    .tab-a .lists.b-style-tab-a{
        padding-top: 0;
    }
}

@media only screen and (max-width:480px) {
    .tab-a .lists.b-style-tab-a{
        padding-top: 0;
    }
}

/* テーブル：カスタマイズ */
.tbl-b.b-tbl-variable tbody .th,
.tbl-b.b-tbl-variable tbody th {
    width: auto;
}
@media only screen and (max-width:767px) {
    .tbl-b.b-tbl-variable colgroup {
        display: none;
    }
}
.tbl-b.b-tbl-border tbody > tr:first-child th,
.tbl-b.b-tbl-border tbody > tr:first-child td {
    padding: 18px 8px;
    border-top: 1px solid #c6c6c0;
}
@media only screen and (max-width:767px) {
    .tbl-b.b-tbl-border tbody > tr:first-child th {
        padding: 18px 0 0;
    }
    .tbl-b.b-tbl-border tbody > tr:first-child td {
        padding: 6px 0 18px;
        border-top: 0;
    }
}

/* b-lyt-col */
/* pict利用時のpict+見出し(+テキスト）+ボタンのコンテンツのスタイル調整
/* 
/* 
*/
.lyt-col-announce-a.b-lyt-col > li {
    margin-bottom: 24px;
}
.lyt-col-announce-a.b-lyt-col {
    margin-bottom: -24px;
}
.b-lyt-col .b-title {
    font-size: 20px;
    font-weight: 700;
}

.main-contents .b-lyt-col .b-text + .lyt-btn-b,
.main-contents .b-lyt-col .b-title + .lyt-btn-b {
    margin-top: 16px;
}

/* パネル（白）表示 */
.lyt-col-announce-a.b-lyt-col > .b-bg-wh .b-title {
    margin-left: 20px;
    margin-right: 20px;
}
.lyt-col-announce-a.b-lyt-col > .b-bg-wh .b-text {
    margin-left: 20px;
    margin-right: 20px;
}
.lyt-col-announce-a.b-lyt-col > .b-bg-wh .lyt-btn-b {
    margin-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
}
.lyt-col-announce-a.b-lyt-col > .b-bg-wh > *:last-child:not(.lyt-btn-b) {
    margin-bottom: 20px;
}
.lyt-col-announce-a.b-lyt-col.b-lyt-diff-col5 > li:not(.b-bg-wh) {
    width: 18%;
}
.lyt-col-announce-a.b-lyt-col.b-lyt-diff-col3 > li:not(.b-bg-wh) {
    width: 25%;
}
/* (背景色が赤・濃紺の場合) */
.b-bg-rd .lyt-col-announce-a.b-lyt-col > .b-bg-wh,
.b-bg-db .lyt-col-announce-a.b-lyt-col > .b-bg-wh {
    color: #000;
}
.b-bg-rd .lyt-col-announce-a.b-lyt-col > .b-bg-wh .lyt-btn-b a,
.b-bg-db .lyt-col-announce-a.b-lyt-col > .b-bg-wh .lyt-btn-b a{
    display: block;
    font-size: 1.6rem;
    padding: 8px 34px 8px 22px;
    background: #fff;
    color: #a30b1a !important;
    border-color: #a30b1a;
}
.b-bg-rd .lyt-col-announce-a.b-lyt-col > .b-bg-wh .lyt-btn-b a::before,
.b-bg-db .lyt-col-announce-a.b-lyt-col > .b-bg-wh .lyt-btn-b a::before{
    border-color: #a30b1a;
}
.b-bg-rd .lyt-col-announce-a.b-lyt-col > .b-bg-wh .lyt-btn-b a:hover,
.b-bg-db .lyt-col-announce-a.b-lyt-col > .b-bg-wh .lyt-btn-b a:hover{
    background: #f6cfd3;
}
.b-bg-db .hdg-b:not(.b-hdg-b-default),
.b-bg-rd .hdg-b:not(.b-hdg-b-default){
    padding: 0;
    margin: 0 0 70px;
}
.b-bg-db .hdg-b:not(.b-hdg-b-default)::before,
.b-bg-rd .hdg-b:not(.b-hdg-b-default)::before {
    content: none;
}
/* .hdg-bにデフォルトスタイルを適用（下線は白）*/
.b-bg-db .hdg-b.b-hdg-b-default::before,
.b-bg-rd .hdg-b.b-hdg-b-default::before {
    background-color: #fff;
}
.b-bg-rd .lyt-col-announce-a > li:not(.b-bg-wh),
.b-bg-db .lyt-col-announce-a > li:not(.b-bg-wh) {
    width: 23%;
}
.b-bg-rd .lyt-col-announce-a > li.b-noborder:not(.b-bg-wh) p,
.b-bg-db .lyt-col-announce-a > li.b-noborder:not(.b-bg-wh) p{
    font-size: 1.4rem;
}
.b-bg-rd .lyt-btn-b a,
.b-bg-db .lyt-btn-b a{
    display: inline;
    font-size: 1.1rem;
    padding: 5px 22px 5px 12px;
    background: none;
    color: #fff !important;
    border-color: #fff;
}
.b-bg-rd .lyt-btn-b a::before,
.b-bg-db .lyt-btn-b a::before{
    border-color: #fff;
}
/* 下向きリンクアイコンのボタンの場合 */
.b-bg-rd .lyt-btn-b .btn-a.b-btn-link-down::before,
.b-bg-rd .lyt-btn-b .btn-b.b-btn-link-down::before {
    right: 8px;
}
@media only screen and (max-width:768px) {
    .lyt-col-announce-a.b-lyt-col.b-sp-col1 > li {
        -webkit-flex-basis: calc(100% - 16px);
        -ms-flex-preferred-size: calc(100% - 16px);
        flex-basis: calc(100% - 16px);
    }
}

/* CTA Link Follow Type（画面追従ボタン） カスタマイズ */
.js-b-footer-conversion {
    visibility: hidden;
}
#footer-conversion.js-b-footer-conversion {
    visibility: visible;
}
/* CTA ボタン色：グレー */
#footer-conversion li.conversion > a.b-diff-bg-a,
#footer-conversion li.conversion > button.b-diff-bg-a {
    background: #706f67;
}
#footer-conversion li.conversion > a.b-diff-bg-a:active,
#footer-conversion li.conversion > a.b-diff-bg-a:focus,
#footer-conversion li.conversion > a.b-diff-bg-a:hover,
#footer-conversion li.conversion > button.b-diff-bg-a:active,
#footer-conversion li.conversion > button.b-diff-bg-a:focus,
#footer-conversion li.conversion > button.b-diff-bg-a:hover {
    background: #57564f;
}

/* 矢印付きテキスト */
.b-text-flow-a {
    font-weight: bold;
    font-size: 2.8rem;
    text-align: center;
}
.b-text-flow-a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: -50px auto 0;
    pointer-events: none;
    border-style: solid;
    border-width: 100px 240px 0 240px;
    border-color: #a30b1a transparent transparent transparent;
    opacity: 0.1;
}
@media only screen and (max-width:767px) {
    .b-text-flow-a::after {
        margin-top: 16px;
        border-width: 30px 100px 0 100px;
    }
}

/* ラベル付きリスト */
.b-list-hdg-a {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.8rem;
}
.main-contents .b-list-hdg-a + [class*=" list-"],
.main-contents .b-list-hdg-a + [class^=list-] {
    margin-top: 0!important;
}

/* アイコン付きリスト */
.b-list-icon-a.list-a > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0;
    position: static;
}
.b-list-icon-a.list-a > li::before {
    content: none;
}
.b-list-icon-a-icon {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 12px;
}
.b-list-icon-a-text {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

/* 均等分割レイアウト */
.b-layout-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -40px;
    clear: both;
    overflow: hidden;
}

.b-layout-flex > .b-layout-flex-item{
    padding-left: 40px;
    margin: 0 0 12px;
}

.b-layout-flex > .b-layout-flex-item.b-style-flx-flatheight a {
    display: block;
}

.b-layout-flex > .b-layout-flex-item.box-a,
.b-layout-flex > .b-layout-flex-item.box-b{
    margin:0 0 16px 16px;
}


.b-flex-col2 > .b-layout-flex-item{
    width: 50%;
}

.b-layout-flex.b-flex-col2 > .b-layout-flex-item.box-a,
.b-layout-flex.b-flex-col2 > .b-layout-flex-item.box-b{
    width: calc(50% - 28px);
}

.b-layout-flex.b-flex-col2 > .b-layout-flex-item.box-a:nth-child(odd),
.b-layout-flex.b-flex-col2 > .b-layout-flex-item.box-b:nth-child(odd){
    margin:0 0 16px 40px;
}

.b-flex-col3 > .b-layout-flex-item{
width: 33.3333%;
}

.b-layout-flex.b-flex-col3 > .b-layout-flex-item.box-a,
.b-layout-flex.b-flex-col3 > .b-layout-flex-item.box-b{
    width: calc(33.3333% - 24px);
}

.b-layout-flex.b-flex-col3 > .b-layout-flex-item.box-a:nth-child(3n+1),
.b-layout-flex.b-flex-col3 > .b-layout-flex-item.box-b:nth-child(3n+1){
    margin:0 0 16px 40px;
}

.b-flex-col4 > .b-layout-flex-item{
width: 25%;
}

.b-layout-flex.b-flex-col4 > .b-layout-flex-item.box-a,
.b-layout-flex.b-flex-col4 > .b-layout-flex-item.box-b{
    width: calc(25% - 22px);
}

.b-layout-flex.b-flex-col4 > .b-layout-flex-item.box-a:nth-child(4n+1),
.b-layout-flex.b-flex-col4 > .b-layout-flex-item.box-b:nth-child(4n+1){
    margin:0 0 16px 40px;
}

@media only screen and (max-width:767px) {
    .b-layout-flex {
        display: block;
    }
    .b-layout-flex.b-flex-sp-col2 {
        display: flex;
    }
    .b-layout-flex > .b-layout-flex-item.box-a,
    .b-layout-flex > .b-layout-flex-item.box-b{
    padding: 20px;
    }
    .b-layout-flex > .b-layout-flex-item.box-a,
    .b-layout-flex > .b-layout-flex-item.box-b {
    margin: 0 0 16px 40px;
    }
    .b-layout-flex.b-flex-sp-col2 > .b-layout-flex-item.box-a,
    .b-layout-flex.b-flex-sp-col2 > .b-layout-flex-item.box-b,
    .b-layout-flex.b-flex-sp-col2 > .b-layout-flex-item.box-a:nth-child(3n+1),
    .b-layout-flex.b-flex-sp-col2 > .b-layout-flex-item.box-b:nth-child(3n+1),
    .b-layout-flex.b-flex-sp-col2 > .b-layout-flex-item.box-a:nth-child(4n+1),
    .b-layout-flex.b-flex-sp-col2 > .b-layout-flex-item.box-b:nth-child(4n+1) {
    margin: 0 0 16px 16px;
    }
    .b-layout-flex.b-flex-sp-col2 > .b-layout-flex-item.box-a:nth-child(odd),
    .b-layout-flex.b-flex-sp-col2 > .b-layout-flex-item.box-b:nth-child(odd){
    margin:0 0 16px 40px;
    }


    .b-flex-col2 > .b-layout-flex-item,
    .b-flex-col3 > .b-layout-flex-item,
    .b-flex-col4 > .b-layout-flex-item{
        width: 100%;
    }
    .b-flex-col2.b-flex-sp-col2 > .b-layout-flex-item,
    .b-flex-col3.b-flex-sp-col2 > .b-layout-flex-item,
    .b-flex-col4.b-flex-sp-col2 > .b-layout-flex-item{
        width: 50%;
    }
    .b-layout-flex.b-flex-col2 > .b-layout-flex-item.box-a,
    .b-layout-flex.b-flex-col2 > .b-layout-flex-item.box-b,
    .b-layout-flex.b-flex-col3 > .b-layout-flex-item.box-a,
    .b-layout-flex.b-flex-col3 > .b-layout-flex-item.box-b,
    .b-layout-flex.b-flex-col4 > .b-layout-flex-item.box-a,
    .b-layout-flex.b-flex-col4 > .b-layout-flex-item.box-b{
        width: auto;
    }
    .b-layout-flex.b-flex-col2.b-flex-sp-col2 > .b-layout-flex-item.box-a,
    .b-layout-flex.b-flex-col2.b-flex-sp-col2 > .b-layout-flex-item.box-b,
    .b-layout-flex.b-flex-col3.b-flex-sp-col2 > .b-layout-flex-item.box-a,
    .b-layout-flex.b-flex-col3.b-flex-sp-col2 > .b-layout-flex-item.box-b,
    .b-layout-flex.b-flex-col4.b-flex-sp-col2 > .b-layout-flex-item.box-a,
    .b-layout-flex.b-flex-col4.b-flex-sp-col2 > .b-layout-flex-item.box-b{
    width: calc(50% - 28px);
    }
}
/* インデックス（Sub Feature：タイプD） */
/* 左カラムの高さを固定 */
@media only screen and (min-width:1281px) {
    .lyt-idx-b .text-box.diff-type-a.b-diff-ht-a {
        height: 17.12rem;
    }
    :lang(en) .lyt-idx-b .text-box.diff-type-a.b-diff-ht-a {
        height: 17.74rem;
    }
}

/* インデックス（Sub Feature：タイプB＆C＆E） */
/* リンクなし（枠線・リンクアイコンなし） */
.lyt-idx-b.b-diff-panel-a > * {
    padding: 0;
    margin-left: 16px;
    margin-bottom: 16px;
    background: #fff;
}
.lyt-idx-b.diff-col2.b-diff-panel-a > * {
    width: calc(50% - 16px);
}
.lyt-idx-b.diff-col3.b-diff-panel-a > * {
    width: calc(33.333333% - 16px);
}
.lyt-idx-b.diff-col4.b-diff-panel-a > * {
    width: calc(25% - 16px);
}
.lyt-idx-b.diff-lyt-a.b-diff-panel-a > * {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width:767px) {
    .lyt-idx-b.diff-col2.b-diff-panel-a:not(.diff-sp-col2) > *,
    .lyt-idx-b.diff-col3.b-diff-panel-a:not(.diff-sp-col2) > *,
    .lyt-idx-b.diff-col4.b-diff-panel-a:not(.diff-sp-col2) > * {
        width: 100%;
    }
    .lyt-idx-b.diff-sp-col2.b-diff-panel-a > * {
        padding: 0;
        margin-left: 8px;
        margin-bottom: 8px;
        width: calc(50% - 8px);
    }
}
.lyt-idx-b.b-diff-panel-a .text-box {
    padding: 20px;
    background-color: transparent;
}
.lyt-idx-b.b-diff-panel-a .text-box::before {
    content: none;
}
.lyt-idx-b.b-diff-panel-a .text-box a {
    border: none;
}
.lyt-idx-b.b-diff-panel-a .text-box .btn-a,
.lyt-idx-b.b-diff-panel-a .text-box .btn-b {
    border: 1px solid #a30b1a;
}
.lyt-idx-b.b-diff-panel-a .text-box .btn-b:hover {
    border-color: #d11124;
}
.lyt-idx-b.diff-lyt-a.b-diff-panel-a .btn-a,
.lyt-idx-b.diff-lyt-a.b-diff-panel-a .btn-b {
    display: inline-block;
}
/* リンクなし（枠線付き） */
.lyt-idx-b.b-diff-panel-a.b-diff-border > * {
    border: 1px solid #c6c6c0;
}
/* タイプC：要素の縦中央配置 */
.lyt-idx-b.diff-lyt-a.b-diff-panel-a .b-diff-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* ピクト入りボタン（白枠・背景透過） */
.b-lyt-btn-a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-bottom: -16px;
}
.b-lyt-btn-a.b-diff-a {
    display: block;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.b-lyt-btn-a > * {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 16px 16px;
    width: calc(25% - 16px);
}
.b-lyt-btn-a.b-diff-a > * {
    width: auto;
}
.b-lyt-btn-a .b-btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 308px;
    padding: 8px 24px 8px 8px;
    border: 1px solid #fff;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    line-height: 1.4;
    position: relative;
}
.b-lyt-btn-a .b-btn:not(.b-btn-disabled)::before {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
}
.b-lyt-btn-a .b-btn:not(.b-btn-disabled):hover {
    background-color: rgba(255,255,255, 0.1);
 }
.b-lyt-btn-a .b-btn .b-visual {
    width: 20.44%;
    max-width: 56px;
}
.b-lyt-btn-a .b-btn .b-text {
    width: 79.56%;
    padding-left: 10px;
    font-weight: 700;
}
@media only screen and (min-width:768px) and (max-width:1280px) {
    .b-lyt-theme-a .b-lyt-btn-a.b-diff-a .b-btn {
        max-width: calc((100vw - 81px) / 4);
    }
}
@media only screen and (max-width:767px) {
    .b-lyt-btn-a {
        display: block;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 0;
    }
    .b-lyt-btn-a > * {
        width: auto;
    }
    .b-lyt-btn-a > *:last-child {
        margin-bottom: 0;
    }
    .b-lyt-btn-a .b-btn {
        max-width: 100%;
    }
    .b-lyt-btn-a .b-btn .b-visual {
        width: 56px;
    }
    .b-lyt-btn-a .b-btn .b-text {
        width: calc(100% - 56px);
    }
}

/* 動画（レスポンシブ）*/
.b-movie-a {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
}
.b-movie-a iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Attention Contents（タイプA）：枠付き */
.b-lyt-panel-box-a.lyt-panel-a {
    border: 1px solid #c6c6c0;
}
.b-lyt-panel-box-a.lyt-panel-a .panel-visual img {
    display: block;
}

/* 課題と効果 */
.b-lyt-effect-a {
    margin: 34px 0;
}
.b-lyt-effect-a .b-lyt-effect-labels {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.b-lyt-effect-a .b-lyt-effect-label-a {
    width: calc(50.46% - 80px);
    margin-right: 80px;
    color: #57564f;
}
.b-lyt-effect-a .b-lyt-effect-label-b {
    width: calc(43.54% + 80px);
}
.b-lyt-effect-a .b-lyt-effect-label-a,
.b-lyt-effect-a .b-lyt-effect-label-b {
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
}
.b-lyt-effect-a .b-lyt-effect-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}
.b-lyt-effect-a .b-lyt-effect-row dt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50.46% - 80px);
    margin-right: 80px;
    padding: 20px 16px;
    background: #f3f3f3;
    position: relative;
}
.b-lyt-effect-a .b-lyt-effect-row dt::after {
    position: absolute;
    right: -40px;
    top: 50%;
    display: block;
    content: "";
    border-top: 3px solid #a40e1c;
    border-right: 3px solid #a40e1c;
    width: 36px;
    height: 36px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg) skew(10deg, 10deg) translateY(-50%);
    -ms-transform: rotate(45deg) skew(10deg, 10deg) translateY(-50%);
    transform: rotate(45deg) skew(10deg, 10deg) translateY(-50%);
}
.b-lyt-effect-a .b-lyt-effect-row dd {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(43.54% + 80px);
    padding: 20px 16px;
    background: #e2e2e2;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .b-lyt-effect-a .b-lyt-effect-labels {
        display: none;
    }
    .b-lyt-effect-a .b-lyt-effect-label-a,
    .b-lyt-effect-a .b-lyt-effect-label-b {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        font-size: 1.6rem;
    }
    .b-lyt-effect-a .b-lyt-effect-row {
        display: block;
        margin-top: 40px;
    }
    .b-lyt-effect-a .b-lyt-effect-row dt,
    .b-lyt-effect-a .b-lyt-effect-row dd {
        display: block;
        width: 100%;
    }
    .b-lyt-effect-a .b-lyt-effect-row dt {
        margin: 0 0 32px;
    }
    .b-lyt-effect-a .b-lyt-effect-row dt::after {
        right: 50%;
        top: 100%;
        width: 20px;
        height: 20px;
        margin-top: 8px;
        margin-right: -3px;
        transform: rotate(135deg) translateX(-50%);
    }
}

/* お問い合わせ（2カラムのボタンの高さ揃え）*/
.b-lyt-contact-a {
    display: block;
}
.b-lyt-contact-a .list-contact-a {
    margin-right: -34px;
}
.b-lyt-contact-a .list-contact-a > li {
    width: 50%;
    padding-right: 34px;
}
.b-lyt-contact-a .list-contact-a > li + li {
    padding-left: 34px;
    border-left: 1px solid #c6c6c0;
}
@media only screen and (max-width: 767px) {
    .b-lyt-contact-a .list-contact-a {
        margin-right: 0;
    }
    .b-lyt-contact-a .list-contact-a > li {
        width: 100%;
        padding-right: 0;
    }
    .b-lyt-contact-a .list-contact-a > li + li {
        padding-top: 24px;
        padding-left: 10px;
        border-left: none;
        border-top: 1px solid #c6c6c0;
    }
}

/* L&F */
.b-lf-header-a {
    display: flex;
    align-items: center;
    min-height: 260px;
    max-height: 450px;
    margin-top: 16px;
    background-repeat: no-repeat;
    background-position: left top -30vw;
    background-size: 100% auto;
    color: #fff;
}
.b-lf-header-a.b-lf-rd-mg {background-image: url(/jp/imagesgig5/b-h1a_tcm102-6600066_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-rd-or {background-image: url(/jp/imagesgig5/b-h2a_tcm102-6600067_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-bl-cy {background-image: url(/jp/imagesgig5/b-h3a_tcm102-6600004_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-em-lm {background-image: url(/jp/imagesgig5/b-h4a_tcm102-6600005_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-or-yl {background-image: url(/jp/imagesgig5/b-h5a_tcm102-6600068_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-cy-yl {background-image: url(/jp/imagesgig5/b-e1a_tcm102-6600072_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-lm-cy {background-image: url(/jp/imagesgig5/b-e2a_tcm102-6600069_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-cy-mg {background-image: url(/jp/imagesgig5/b-e3a_tcm102-6600073_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-rd-yl {background-image: url(/jp/imagesgig5/b-e4a_tcm102-6600074_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-or-mg {background-image: url(/jp/imagesgig5/b-e5a_tcm102-6600075_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-em-yl {background-image: url(/jp/imagesgig5/b-e6a_tcm102-6600076_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-em-cy {background-image: url(/jp/imagesgig5/b-e7a_tcm102-6600078_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-bl-rd {background-image: url(/jp/imagesgig5/b-e8a_tcm102-6600079_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-bl-em {background-image: url(/jp/imagesgig5/b-e9a_tcm102-6600081_tcm102-2750236-32.png);}
.b-lf-header-a.b-lf-bl-mg {background-image: url(/jp/imagesgig5/b-e10a_tcm102-6600090_tcm102-2750236-32.png);}

.b-lf-header-a.b-lf-or-yl,
.b-lf-header-a.b-lf-cy-yl,
.b-lf-header-a.b-lf-lm-cy {
    color: #000;
}
.b-lf-header-a .b-lf-header-inner {
    width: 100%;
    max-width: 1296px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 8px;
}
.b-lf-header-a:not(.b-txt-full) .b-lf-header-content {
    max-width: 47%;
}
.b-lf-header-a .b-lf-header-main {
    font-weight: 700;
    font-size: 4.5rem;
    line-height: 1.25;
}
.b-lf-header-a .b-lf-header-sub {
    font-weight: 700;
}
.b-lf-header-a p.b-lf-header-sub + .b-lf-header-main,
.b-lf-header-a .b-lf-header-main + .b-lf-header-sub,
.b-lf-header-a .b-lf-header-desc,
.b-lf-header-a p.b-lf-header-sub + .b-lf-header-desc {
    margin-top: 10px;
}
.b-lf-header-a .b-lf-header-link,
.b-lf-header-a .b-lf-header-desc p + .b-lf-header-link {
    margin-top: 20px;
}
@media only screen and (max-width:1280px) {
    .b-lf-header-a .b-lf-header-main {
        font-size: calc(45vw*100/1280);
    }
    .b-lf-header-a .b-lf-header-sub,
    .b-lf-header-a .b-lf-header-desc {
        font-size: 1.4rem;
    }
}
@media only screen and (max-width:1000px) {
    .b-lf-header-a {
        min-height: calc(260vw*100/1000);
    }
}
@media only screen and (min-width:768px) {
    .b-lf-header-a:not(.b-txt-full) {
        background-position: left bottom -9vw;
        background-size: 116% auto;
    }
    .b-lf-header-a:not(.b-txt-full).b-lf-rd-mg {background-image: url(/jp/imagesgig5/b-sb-h1-t1_tcm102-6600113_tcm102-2750236-32.png);}
    .b-lf-header-a:not(.b-txt-full).b-lf-rd-or {background-image: url(/jp/imagesgig5/b-sb-h2-t1_tcm102-6600114_tcm102-2750236-32.png);}
    .b-lf-header-a:not(.b-txt-full).b-lf-bl-cy {background-image: url(/jp/imagesgig5/b-sb-h3-t1_tcm102-6600006_tcm102-2750236-32.png);}
    .b-lf-header-a:not(.b-txt-full).b-lf-em-lm {background-image: url(/jp/imagesgig5/b-sb-h4-t1_tcm102-6600007_tcm102-2750236-32.png);}
    .b-lf-header-a:not(.b-txt-full).b-lf-or-yl {background-image: url(/jp/imagesgig5/b-sb-h5-t1_tcm102-6600115_tcm102-2750236-32.png);}
    .b-lf-header-a:not(.b-txt-full).b-lf-cy-yl {background-image: url(/jp/imagesgig5/b-sb-e1-t1_tcm102-6600097_tcm102-2750236-32.png);}
    .b-lf-header-a:not(.b-txt-full).b-lf-lm-cy {background-image: url(/jp/imagesgig5/b-sb-e2-t1_tcm102-6600098_tcm102-2750236-32.png);}
    .b-lf-header-a:not(.b-txt-full).b-lf-cy-mg {background-image: url(/jp/imagesgig5/b-sb-e3-t1_tcm102-6600100_tcm102-2750236-32.png);}
    .b-lf-header-a:not(.b-txt-full).b-lf-rd-yl {background-image: url(/jp/imagesgig5/b-sb-e4-t1_tcm102-6600101_tcm102-2750236-32.png);}
    .b-lf-header-a:not(.b-txt-full).b-lf-or-mg {background-image: url(/jp/imagesgig5/b-sb-e5-t1_tcm102-6600106_tcm102-2750236-32.png);}
    .b-lf-header-a:not(.b-txt-full).b-lf-em-yl {background-image: url(/jp/imagesgig5/b-sb-e6-t1_tcm102-6600107_tcm102-2750236-32.png);}
    .b-lf-header-a:not(.b-txt-full).b-lf-em-cy {background-image: url(/jp/imagesgig5/b-sb-e7-t1_tcm102-6600108_tcm102-2750236-32.png);}
    .b-lf-header-a:not(.b-txt-full).b-lf-bl-rd {background-image: url(/jp/imagesgig5/b-sb-e8-t1_tcm102-6600109_tcm102-2750236-32.png);}
    .b-lf-header-a:not(.b-txt-full).b-lf-bl-em {background-image: url(/jp/imagesgig5/b-sb-e9-t1_tcm102-6600110_tcm102-2750236-32.png);}
    .b-lf-header-a:not(.b-txt-full).b-lf-bl-mg {background-image: url(/jp/imagesgig5/b-sb-e10-t1_tcm102-6600112_tcm102-2750236-32.png);}

    .b-lf-header-a:not(.b-txt-full).b-lf-cy-mg,
    .b-lf-header-a:not(.b-txt-full).b-lf-or-mg {
        color: #000;
    }
}
@media only screen and (max-width:767px) {
    .b-lf-header-a {
        max-height: none;
        min-height: 33vw;
        background-position: right center;
        background-size: cover;
    }
    .b-lf-header-a.b-lf-rd-or,
    .b-lf-header-a.b-lf-bl-cy,
    .b-lf-header-a.b-lf-em-lm,
    .b-lf-header-a.b-lf-cy-mg,
    .b-lf-header-a.b-lf-rd-yl,
    .b-lf-header-a.b-lf-or-mg,
    .b-lf-header-a.b-lf-em-yl,
    .b-lf-header-a.b-lf-em-cy {
        background-position: left center;
        background-size: 140% 140%;
    }
    .b-lf-header-a .b-lf-header-inner {
        padding: 20px 16px;
    }
    .b-lf-header-a:not(.b-txt-full) .b-lf-header-content {
        max-width: 100%;
    }
    .b-lf-header-a .b-lf-header-main {
        font-size: 3.5rem;
    }
}

/* section */
.main-contents .section.b-lf-bg {
    background-size: cover !important;
    background-repeat: no-repeat;
}
.main-contents .section.b-lf-bg-lb {background-position: left bottom;}
.main-contents .section.b-lf-bg-rt {background-position: right top;}
.main-contents .section.b-lf-bg-rb {background-position: right bottom;}
.main-contents .section.b-lf-bg-cc {background-position: center center;}

.main-contents .hdg-a + .section.b-lf-bg .section-inner,
.main-contents .hdg-a-wrapper + .section.b-lf-bg .section-inner,
.main-contents .section + .section.b-lf-bg .section-inner,
.main-contents .section.b-lf-bg + .section .section-inner {
    padding-top: 56px;
}
.section.b-lf-rd-mg {background: linear-gradient(135deg, #ea0000 0%, #d80084 100%);color: #fff;}
.section.b-lf-mg-rd {background: linear-gradient(135deg, #d80084 0%, #ea0000 100%);color: #fff;}
.section.b-lf-rd-or {background: linear-gradient(135deg, #ea0000 0%, #ff8000 140%);color: #fff;}
.section.b-lf-or-rd {background: linear-gradient(135deg, #ff8000 0%, #ea0000 140%);}
.section.b-lf-bl-cy {background: linear-gradient(135deg, #2400b0 0%, #00e7ef 140%);color: #fff;}
.section.b-lf-cy-bl {background: linear-gradient(135deg, #00e7ef 0%, #2400b0 200%);}
.section.b-lf-em-lm {background: linear-gradient(135deg, #008224 0%, #61d600 200%);color: #fff;}
.section.b-lf-lm-em {background: linear-gradient(135deg, #61d600 0%, #2aaa0f 100%);}
.section.b-lf-or-yl {background: linear-gradient(135deg, #ff8000 0%, #ffe700 100%);}
.section.b-lf-yl-or {background: linear-gradient(135deg, #ffe700 0%, #ff8000 100%);}
.section.b-lf-cy-yl {background: linear-gradient(135deg, #00e7ef 0%, #ffe700 100%);}
.section.b-lf-yl-cy {background: linear-gradient(135deg, #ffe700 0%, #00e7ef 100%);}
.section.b-lf-lm-cy {background: linear-gradient(135deg, #61d600 0%, #00e7ef 100%);}
.section.b-lf-cy-lm {background: linear-gradient(135deg, #00e7ef 0%, #61d600 100%);}
.section.b-lf-mg-cy {background: linear-gradient(135deg, #d80084 0%, #00e7ef 140%);color: #fff;}
.section.b-lf-cy-mg {background: linear-gradient(135deg, #00e7ef 0%, #d80084 180%);}
.section.b-lf-rd-yl {background: linear-gradient(135deg, #ea0000 0%, #ffe700 200%);color: #fff;}
.section.b-lf-yl-rd {background: linear-gradient(135deg, #ffe700 0%, #ea0000 100%);}
.section.b-lf-mg-or {background: linear-gradient(135deg, #d80084 0%, #ff8000 180%);color: #fff;}
.section.b-lf-or-mg {background: linear-gradient(135deg, #ff8000 0%, #d80084 120%);}
.section.b-lf-em-yl {background: linear-gradient(135deg, #008224 0%, #ffe700 200%);color: #fff;}
.section.b-lf-yl-em {background: linear-gradient(135deg, #ffe700 0%, #008224 100%);}
.section.b-lf-em-cy {background: linear-gradient(135deg, #008224 0%, #00e7ef 200%);color: #fff;}
.section.b-lf-cy-em {background: linear-gradient(135deg, #00e7ef 0%, #008224 100%);}
.section.b-lf-rd-bl {background: linear-gradient(135deg, #ea0000 0%, #2400b0 100%);color: #fff;}
.section.b-lf-bl-rd {background: linear-gradient(135deg, #2400b0 0%, #ea0000 100%);color: #fff;}
.section.b-lf-bl-em {background: linear-gradient(135deg, #2400b0 0%, #008224 100%);color: #fff;}
.section.b-lf-em-bl {background: linear-gradient(135deg, #008224 0%, #2400b0 100%);color: #fff;}
.section.b-lf-bl-mg {background: linear-gradient(135deg, #2400b0 0%, #d80084 100%);color: #fff;}
.section.b-lf-mg-bl {background: linear-gradient(135deg, #d80084 0%, #2400b0 100%);color: #fff;}
.section.b-lf-rd-mg-t1 {background-image: url(/jp/imagesgig5/b-sb-h1-t1_tcm102-6600113_tcm102-2750236-32.png);color: #fff;}
.section.b-lf-rd-mg-t2 {background-image: url(/jp/imagesgig5/b-sb-h1-t2_tcm102-6650436_tcm102-2750236-32.png);color: #fff;}
.section.b-lf-rd-mg-t3 {background-image: url(/jp/imagesgig5/b-sb-h1-t3_tcm102-6650454_tcm102-2750236-32.png);color: #fff;}
.section.b-lf-rd-mg-t4 {background-image: url(/jp/imagesgig5/b-sb-h1-t4_tcm102-6650500_tcm102-2750236-32.png);color: #fff;}
.section.b-lf-rd-mg-t5 {background-image: url(/jp/imagesgig5/b-sb-h1-t5_tcm102-6650527_tcm102-2750236-32.png);color: #fff;}
.section.b-lf-rd-or-t1 {background-image: url(/jp/imagesgig5/b-sb-h2-t1_tcm102-6600114_tcm102-2750236-32.png);}
.section.b-lf-rd-or-t2 {background-image: url(/jp/imagesgig5/b-sb-h2-t2_tcm102-6650437_tcm102-2750236-32.png);}
.section.b-lf-rd-or-t3 {background-image: url(/jp/imagesgig5/b-sb-h2-t3_tcm102-6650455_tcm102-2750236-32.png);}
.section.b-lf-rd-or-t4 {background-image: url(/jp/imagesgig5/b-sb-h2-t4_tcm102-6650501_tcm102-2750236-32.png);}
.section.b-lf-rd-or-t5 {background-image: url(/jp/imagesgig5/b-sb-h2-t5_tcm102-6650528_tcm102-2750236-32.png);}
.section.b-lf-bl-cy-t1 {background-image: url(/jp/imagesgig5/b-sb-h3-t1_tcm102-6600006_tcm102-2750236-32.png);}
.section.b-lf-bl-cy-t2 {background-image: url(/jp/imagesgig5/b-sb-h3-t2_tcm102-6650438_tcm102-2750236-32.png);}
.section.b-lf-bl-cy-t3 {background-image: url(/jp/imagesgig5/b-sb-h3-t3_tcm102-6650456_tcm102-2750236-32.png);}
.section.b-lf-bl-cy-t4 {background-image: url(/jp/imagesgig5/b-sb-h3-t4_tcm102-6650502_tcm102-2750236-32.png);}
.section.b-lf-bl-cy-t5 {background-image: url(/jp/imagesgig5/b-sb-h3-t5_tcm102-6650529_tcm102-2750236-32.png);}
.section.b-lf-em-lm-t1 {background-image: url(/jp/imagesgig5/b-sb-h4-t1_tcm102-6600007_tcm102-2750236-32.png);}
.section.b-lf-em-lm-t2 {background-image: url(/jp/imagesgig5/b-sb-h4-t2_tcm102-6650439_tcm102-2750236-32.png);}
.section.b-lf-em-lm-t3 {background-image: url(/jp/imagesgig5/b-sb-h4-t3_tcm102-6650457_tcm102-2750236-32.png);}
.section.b-lf-em-lm-t4 {background-image: url(/jp/imagesgig5/b-sb-h4-t4_tcm102-6650503_tcm102-2750236-32.png);}
.section.b-lf-em-lm-t5 {background-image: url(/jp/imagesgig5/b-sb-h4-t5_tcm102-6650530_tcm102-2750236-32.png);}
.section.b-lf-or-yl-t1 {background-image: url(/jp/imagesgig5/b-sb-h5-t1_tcm102-6600115_tcm102-2750236-32.png);}
.section.b-lf-or-yl-t2 {background-image: url(/jp/imagesgig5/b-sb-h5-t2_tcm102-6650440_tcm102-2750236-32.png);}
.section.b-lf-or-yl-t3 {background-image: url(/jp/imagesgig5/b-sb-h5-t3_tcm102-6650458_tcm102-2750236-32.png);}
.section.b-lf-or-yl-t4 {background-image: url(/jp/imagesgig5/b-sb-h5-t4_tcm102-6650504_tcm102-2750236-32.png);}
.section.b-lf-or-yl-t5 {background-image: url(/jp/imagesgig5/b-sb-h5-t5_tcm102-6650531_tcm102-2750236-32.png);}
.section.b-lf-cy-yl-t1 {background-image: url(/jp/imagesgig5/b-sb-e1-t1_tcm102-6600097_tcm102-2750236-32.png);}
.section.b-lf-cy-yl-t2 {background-image: url(/jp/imagesgig5/b-sb-e1-t2_tcm102-6650423_tcm102-2750236-32.png);}
.section.b-lf-cy-yl-t3 {background-image: url(/jp/imagesgig5/b-sb-e1-t3_tcm102-6650444_tcm102-2750236-32.png);}
.section.b-lf-cy-yl-t4 {background-image: url(/jp/imagesgig5/b-sb-e1-t4_tcm102-6650490_tcm102-2750236-32.png);}
.section.b-lf-cy-yl-t5 {background-image: url(/jp/imagesgig5/b-sb-e1-t5_tcm102-6650517_tcm102-2750236-32.png);}
.section.b-lf-lm-cy-t1 {background-image: url(/jp/imagesgig5/b-sb-e2-t1_tcm102-6600098_tcm102-2750236-32.png);}
.section.b-lf-lm-cy-t2 {background-image: url(/jp/imagesgig5/b-sb-e2-t2_tcm102-6650424_tcm102-2750236-32.png);}
.section.b-lf-lm-cy-t3 {background-image: url(/jp/imagesgig5/b-sb-e2-t3_tcm102-6650445_tcm102-2750236-32.png);}
.section.b-lf-lm-cy-t4 {background-image: url(/jp/imagesgig5/b-sb-e2-t4_tcm102-6650491_tcm102-2750236-32.png);}
.section.b-lf-lm-cy-t5 {background-image: url(/jp/imagesgig5/b-sb-e2-t5_tcm102-6650518_tcm102-2750236-32.png);}
.section.b-lf-cy-mg-t1 {background-image: url(/jp/imagesgig5/b-sb-e3-t1_tcm102-6600100_tcm102-2750236-32.png);}
.section.b-lf-cy-mg-t2 {background-image: url(/jp/imagesgig5/b-sb-e3-t2_tcm102-6650425_tcm102-2750236-32.png);}
.section.b-lf-cy-mg-t3 {background-image: url(/jp/imagesgig5/b-sb-e3-t3_tcm102-6650446_tcm102-2750236-32.png);}
.section.b-lf-cy-mg-t4 {background-image: url(/jp/imagesgig5/b-sb-e3-t4_tcm102-6650492_tcm102-2750236-32.png);}
.section.b-lf-cy-mg-t5 {background-image: url(/jp/imagesgig5/b-sb-e3-t5_tcm102-6650519_tcm102-2750236-32.png);}
.section.b-lf-rd-yl-t1 {background-image: url(/jp/imagesgig5/b-sb-e4-t1_tcm102-6600101_tcm102-2750236-32.png);}
.section.b-lf-rd-yl-t2 {background-image: url(/jp/imagesgig5/b-sb-e4-t2_tcm102-6650426_tcm102-2750236-32.png);}
.section.b-lf-rd-yl-t3 {background-image: url(/jp/imagesgig5/b-sb-e4-t3_tcm102-6650447_tcm102-2750236-32.png);}
.section.b-lf-rd-yl-t4 {background-image: url(/jp/imagesgig5/b-sb-e4-t4_tcm102-6650493_tcm102-2750236-32.png);}
.section.b-lf-rd-yl-t5 {background-image: url(/jp/imagesgig5/b-sb-e4-t5_tcm102-6650520_tcm102-2750236-32.png);}
.section.b-lf-or-mg-t1 {background-image: url(/jp/imagesgig5/b-sb-e5-t1_tcm102-6600106_tcm102-2750236-32.png);}
.section.b-lf-or-mg-t2 {background-image: url(/jp/imagesgig5/b-sb-e5-t2_tcm102-6650427_tcm102-2750236-32.png);}
.section.b-lf-or-mg-t3 {background-image: url(/jp/imagesgig5/b-sb-e5-t3_tcm102-6650448_tcm102-2750236-32.png);}
.section.b-lf-or-mg-t4 {background-image: url(/jp/imagesgig5/b-sb-e5-t4_tcm102-6650494_tcm102-2750236-32.png);}
.section.b-lf-or-mg-t5 {background-image: url(/jp/imagesgig5/b-sb-e5-t5_tcm102-6650521_tcm102-2750236-32.png);}
.section.b-lf-em-yl-t1 {background-image: url(/jp/imagesgig5/b-sb-e6-t1_tcm102-6600107_tcm102-2750236-32.png);}
.section.b-lf-em-yl-t2 {background-image: url(/jp/imagesgig5/b-sb-e6-t2_tcm102-6650428_tcm102-2750236-32.png);}
.section.b-lf-em-yl-t3 {background-image: url(/jp/imagesgig5/b-sb-e6-t3_tcm102-6650449_tcm102-2750236-32.png);}
.section.b-lf-em-yl-t4 {background-image: url(/jp/imagesgig5/b-sb-e6-t4_tcm102-6650495_tcm102-2750236-32.png);}
.section.b-lf-em-yl-t5 {background-image: url(/jp/imagesgig5/b-sb-e6-t5_tcm102-6650522_tcm102-2750236-32.png);}
.section.b-lf-em-cy-t1 {background-image: url(/jp/imagesgig5/b-sb-e7-t1_tcm102-6600108_tcm102-2750236-32.png);}
.section.b-lf-em-cy-t2 {background-image: url(/jp/imagesgig5/b-sb-e7-t2_tcm102-6650429_tcm102-2750236-32.png);}
.section.b-lf-em-cy-t3 {background-image: url(/jp/imagesgig5/b-sb-e7-t3_tcm102-6650450_tcm102-2750236-32.png);}
.section.b-lf-em-cy-t4 {background-image: url(/jp/imagesgig5/b-sb-e7-t4_tcm102-6650496_tcm102-2750236-32.png);}
.section.b-lf-em-cy-t5 {background-image: url(/jp/imagesgig5/b-sb-e7-t5_tcm102-6650523_tcm102-2750236-32.png);}
.section.b-lf-bl-rd-t1 {background-image: url(/jp/imagesgig5/b-sb-e8-t1_tcm102-6600109_tcm102-2750236-32.png);color: #fff;}
.section.b-lf-bl-rd-t2 {background-image: url(/jp/imagesgig5/b-sb-e8-t2_tcm102-6650430_tcm102-2750236-32.png);color: #fff;}
.section.b-lf-bl-rd-t3 {background-image: url(/jp/imagesgig5/b-sb-e8-t3_tcm102-6650451_tcm102-2750236-32.png);color: #fff;}
.section.b-lf-bl-rd-t4 {background-image: url(/jp/imagesgig5/b-sb-e8-t4_tcm102-6650497_tcm102-2750236-32.png);color: #fff;}
.section.b-lf-bl-rd-t5 {background-image: url(/jp/imagesgig5/b-sb-e8-t5_tcm102-6650524_tcm102-2750236-32.png);color: #fff;}
.section.b-lf-bl-em-t1 {background-image: url(/jp/imagesgig5/b-sb-e9-t1_tcm102-6600110_tcm102-2750236-32.png);color: #fff;}
.section.b-lf-bl-em-t2 {background-image: url(/jp/imagesgig5/b-sb-e9-t2_tcm102-6650431_tcm102-2750236-32.png);color: #fff;}
.section.b-lf-bl-em-t3 {background-image: url(/jp/imagesgig5/b-sb-e9-t3_tcm102-6650452_tcm102-2750236-32.png);color: #fff;}
.section.b-lf-bl-em-t4 {background-image: url(/jp/imagesgig5/b-sb-e9-t4_tcm102-6650498_tcm102-2750236-32.png);color: #fff;}
.section.b-lf-bl-em-t5 {background-image: url(/jp/imagesgig5/b-sb-e9-t5_tcm102-6650525_tcm102-2750236-32.png);color: #fff;}
.section.b-lf-bl-mg-t1 {background-image: url(/jp/imagesgig5/b-sb-e10-t1_tcm102-6600112_tcm102-2750236-32.png);color: #fff;}
.section.b-lf-bl-mg-t2 {background-image: url(/jp/imagesgig5/b-sb-e10-t2_tcm102-6650432_tcm102-2750236-32.png);color: #fff;}
.section.b-lf-bl-mg-t3 {background-image: url(/jp/imagesgig5/b-sb-e10-t3_tcm102-6650453_tcm102-2750236-32.png);color: #fff;}
.section.b-lf-bl-mg-t4 {background-image: url(/jp/imagesgig5/b-sb-e10-t4_tcm102-6650499_tcm102-2750236-32.png);color: #fff;}
.section.b-lf-bl-mg-t5 {background-image: url(/jp/imagesgig5/b-sb-e10-t5_tcm102-6650526_tcm102-2750236-32.png);color: #fff;}
@media only screen and (max-width: 480px) {
    .main-contents .hdg-a + .section.b-lf-bg .section-inner,
    .main-contents .hdg-a-wrapper + .section.b-lf-bg .section-inner,
    .main-contents .section + .section.b-lf-bg .section-inner,
    .main-contents .section.b-lf-bg + .section .section-inner {
        padding-top: 40px;
    }
}

/* 新lfスタイル */
/* 見出し：A,B */
.b-lf-hdg-rd::before {
    background: #ea0000;
}
.b-lf-hdg-or::before {
    background: #ff8000;
}
.b-lf-hdg-yl::before {
    background: #ffe700;
}
.b-lf-hdg-lm::before {
    background: #61d600;
}
.b-lf-hdg-em::before {
    background: #008224;
}
.b-lf-hdg-cy::before {
    background: #00e7ef;
}
.b-lf-hdg-bl::before {
    background: #2400b0;
}
.b-lf-hdg-mg::before {
    background: #d80084;
}
.b-lf-hdg-bk::before {
    background: #000000;
}
.b-lf-hdg-w::before {
    background: #ffffff;
}
.b-lf-hdg-normal {
    padding-left:0;
    padding-bottom:0;
    border: none;
}
.b-lf-hdg-normal::before {
    content: none;
}

/* アンカーリンク：下矢印 */
.b-lf-diff-anchor-rd.list-link-a.diff-anchor>li>a::after {
    background-image: url(/jp/imagesgig5/sprite_rd_tcm102-6600028_tcm102-2750236-32.png);
}
.b-lf-diff-anchor-or.list-link-a.diff-anchor>li>a::after {
    background-image: url(/jp/imagesgig5/sprite_or_tcm102-6600026_tcm102-2750236-32.png);
}
.b-lf-diff-anchor-yl.list-link-a.diff-anchor>li>a::after {
    background-image: url(/jp/imagesgig5/sprite_yl_tcm102-6600036_tcm102-2750236-32.png);
}
.b-lf-diff-anchor-lm.list-link-a.diff-anchor>li>a::after {
    background-image: url(/jp/imagesgig5/sprite_lm_tcm102-6600024_tcm102-2750236-32.png);
}
.b-lf-diff-anchor-em.list-link-a.diff-anchor>li>a::after {
    background-image: url(/jp/imagesgig5/sprite_em_tcm102-6600018_tcm102-2750236-32.png);
}
.b-lf-diff-anchor-cy.list-link-a.diff-anchor>li>a::after {
    background-image: url(/jp/imagesgig5/sprite_cy_tcm102-6600017_tcm102-2750236-32.png);
}
.b-lf-diff-anchor-bl.list-link-a.diff-anchor>li>a::after {
    background-image: url(/jp/imagesgig5/sprite_bl_tcm102-6600016_tcm102-2750236-32.png);
}
.b-lf-diff-anchor-mg.list-link-a.diff-anchor>li>a::after {
    background-image: url(/jp/imagesgig5/sprite_mg_tcm102-6600025_tcm102-2750236-32.png);
}
.b-lf-diff-anchor-bk.list-link-a.diff-anchor>li>a::after {
    background-image: url(/jp/imagesgig5/sprite_bk_tcm102-6600015_tcm102-2750236-32.png);
}
.b-lf-diff-anchor-w.list-link-a.diff-anchor>li>a::after {
    background-image: url(/jp/imagesgig5/sprite_w_tcm102-6600035_tcm102-2750236-32.png);
}
/* フォントカラー白適用 */
.b-lf-diff-anchor-rd>li>a.b-color-w:hover, 
.b-lf-diff-anchor-rd>li>a.b-color-w:active, 
.b-lf-diff-anchor-rd>li>a.b-color-w:focus, 
.b-lf-diff-anchor-or>li>a.b-color-w:hover, 
.b-lf-diff-anchor-or>li>a.b-color-w:active, 
.b-lf-diff-anchor-or>li>a.b-color-w:focus, 
.b-lf-diff-anchor-yl>li>a.b-color-w:hover, 
.b-lf-diff-anchor-yl>li>a.b-color-w:active, 
.b-lf-diff-anchor-yl>li>a.b-color-w:focus, 
.b-lf-diff-anchor-lm>li>a.b-color-w:hover, 
.b-lf-diff-anchor-lm>li>a.b-color-w:active, 
.b-lf-diff-anchor-lm>li>a.b-color-w:focus, 
.b-lf-diff-anchor-em>li>a.b-color-w:hover, 
.b-lf-diff-anchor-em>li>a.b-color-w:active, 
.b-lf-diff-anchor-em>li>a.b-color-w:focus, 
.b-lf-diff-anchor-cy>li>a.b-color-w:hover, 
.b-lf-diff-anchor-cy>li>a.b-color-w:active, 
.b-lf-diff-anchor-cy>li>a.b-color-w:focus, 
.b-lf-diff-anchor-bl>li>a.b-color-w:hover, 
.b-lf-diff-anchor-bl>li>a.b-color-w:active, 
.b-lf-diff-anchor-bl>li>a.b-color-w:focus, 
.b-lf-diff-anchor-mg>li>a.b-color-w:hover, 
.b-lf-diff-anchor-mg>li>a.b-color-w:active, 
.b-lf-diff-anchor-mg>li>a.b-color-w:focus, 
.b-lf-diff-anchor-bk>li>a.b-color-w:hover, 
.b-lf-diff-anchor-bk>li>a.b-color-w:active, 
.b-lf-diff-anchor-bk>li>a.b-color-w:focus, 
.b-lf-diff-anchor-w>li>a.b-color-w:hover, 
.b-lf-diff-anchor-w>li>a.b-color-w:active, 
.b-lf-diff-anchor-w>li>a.b-color-w:focus {
    color: #dcdcdc;
}

/* リンク：右丸矢印 */
.b-lf-link-more-rd,
.b-lf-link-more-or,
.b-lf-link-more-yl,
.b-lf-link-more-lm,
.b-lf-link-more-em,
.b-lf-link-more-cy,
.b-lf-link-more-bl,
.b-lf-link-more-mg,
.b-lf-link-more-bk,
.b-lf-link-more-w {
    display: inline-block;
    margin-top: 8px;
    padding: .85em .8em .85em 2.85em;
    position: relative;
    font-size: 1.2rem;
}
/* フォントカラー白適用 */
a.b-color-w .b-lf-link-more-rd:hover,
a.b-color-w .b-lf-link-more-rd:active,
a.b-color-w .b-lf-link-more-rd:focus,
a.b-color-w .b-lf-link-more-or:hover,
a.b-color-w .b-lf-link-more-or:active,
a.b-color-w .b-lf-link-more-or:focus,
a.b-color-w .b-lf-link-more-yl:hover,
a.b-color-w .b-lf-link-more-yl:active,
a.b-color-w .b-lf-link-more-yl:focus,
a.b-color-w .b-lf-link-more-lm:hover,
a.b-color-w .b-lf-link-more-lm:active,
a.b-color-w .b-lf-link-more-lm:focus,
a.b-color-w .b-lf-link-more-em:hover,
a.b-color-w .b-lf-link-more-em:active,
a.b-color-w .b-lf-link-more-em:focus,
a.b-color-w .b-lf-link-more-cy:hover,
a.b-color-w .b-lf-link-more-cy:active,
a.b-color-w .b-lf-link-more-cy:focus,
a.b-color-w .b-lf-link-more-bl:hover,
a.b-color-w .b-lf-link-more-bl:active,
a.b-color-w .b-lf-link-more-bl:focus,
a.b-color-w .b-lf-link-more-mg:hover,
a.b-color-w .b-lf-link-more-mg:active,
a.b-color-w .b-lf-link-more-mg:focus,
a.b-color-w .b-lf-link-more-bk:hover,
a.b-color-w .b-lf-link-more-bk:active,
a.b-color-w .b-lf-link-more-bk:focus,
a.b-color-w .b-lf-link-more-w:hover,
a.b-color-w .b-lf-link-more-w:active, 
a.b-color-w .b-lf-link-more-w:focus {
    color: #dcdcdc;
}
.b-lf-link-more-rd::before,
.b-lf-link-more-or::before,
.b-lf-link-more-yl::before,
.b-lf-link-more-lm::before,
.b-lf-link-more-em::before,
.b-lf-link-more-cy::before,
.b-lf-link-more-bl::before,
.b-lf-link-more-mg::before,
.b-lf-link-more-bk::before,
.b-lf-link-more-w::before,
.b-lf-link-more-rd::after,
.b-lf-link-more-or::after,
.b-lf-link-more-yl::after,
.b-lf-link-more-lm::after,
.b-lf-link-more-em::after,
.b-lf-link-more-cy::after,
.b-lf-link-more-bl::after,
.b-lf-link-more-mg::after,
.b-lf-link-more-bk::after,
.b-lf-link-more-w::after {
    content: "";
    display: block;
    position: absolute;
}
.b-lf-link-more-rd::before,
.b-lf-link-more-or::before,
.b-lf-link-more-yl::before,
.b-lf-link-more-lm::before,
.b-lf-link-more-em::before,
.b-lf-link-more-cy::before,
.b-lf-link-more-bl::before,
.b-lf-link-more-mg::before,
.b-lf-link-more-bk::before,
.b-lf-link-more-w::before {
    width: 26px;
    height: 26px;
    border: 1px solid;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.b-lf-link-more-rd::after,
.b-lf-link-more-or::after,
.b-lf-link-more-yl::after,
.b-lf-link-more-lm::after,
.b-lf-link-more-em::after,
.b-lf-link-more-cy::after,
.b-lf-link-more-bl::after,
.b-lf-link-more-mg::after,
.b-lf-link-more-bk::after,
.b-lf-link-more-w::after {
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    left: 7px;
    top: 16px;
    transform: rotate(45deg);
}
a:hover .b-lf-link-more-rd::before,
a:hover .b-lf-link-more-or::before,
a:hover .b-lf-link-more-yl::before,
a:hover .b-lf-link-more-lm::before,
a:hover .b-lf-link-more-em::before,
a:hover .b-lf-link-more-cy::before,
a:hover .b-lf-link-more-bl::before,
a:hover .b-lf-link-more-mg::before,
a:hover .b-lf-link-more-bk::before,
a:hover .b-lf-link-more-w::before {
    animation: .5s linear 1 forwards link-circle-a;
}
a:hover .b-lf-link-more-rd::after,
a:hover .b-lf-link-more-or::after,
a:hover .b-lf-link-more-yl::after,
a:hover .b-lf-link-more-lm::after,
a:hover .b-lf-link-more-em::after,
a:hover .b-lf-link-more-cy::after,
a:hover .b-lf-link-more-bl::after,
a:hover .b-lf-link-more-mg::after,
a:hover .b-lf-link-more-bk::after,
a:hover .b-lf-link-more-w::after {
    animation: .5s linear 1 forwards link-arrow-a;
}
a .b-lf-link-more-rd::before, 
a .b-lf-link-more-rd::after {
    color: #ea0000;
}
a .b-lf-link-more-or::before, 
a .b-lf-link-more-or::after {
    color: #ff8000;
}
a .b-lf-link-more-yl::before, 
a .b-lf-link-more-yl::after {
    color: #ffe700;
}
a .b-lf-link-more-lm::before, 
a .b-lf-link-more-lm::after {
    color: #61d600;
}
a .b-lf-link-more-em::before, 
a .b-lf-link-more-em::after {
    color: #008224;
}
a .b-lf-link-more-cy::before, 
a .b-lf-link-more-cy::after {
    color: #00e7ef;
}
a .b-lf-link-more-bl::before, 
a .b-lf-link-more-bl::after {
    color: #2400b0;
}
a .b-lf-link-more-mg::before, 
a .b-lf-link-more-mg::after {
    color: #d80084;
}
a .b-lf-link-more-bk::before, 
a .b-lf-link-more-bk::after {
    color: #000000;
}
a .b-lf-link-more-w::before, 
a .b-lf-link-more-w::after {
    color: #ffffff;
}
@keyframes link-circle-a {
    0% {
        border-color: transparent;
        border-top-color: inherit;
    }
    33% {
        border-color: transparent;
        border-right-color: inherit;
    }
    66% {
        border-color: transparent;
        border-bottom-color: inherit;
    }
    100% {
        border-color: inherit;
        transform: rotate(270deg);
    }
}
@keyframes link-arrow-a {
    0% {
        transform: translateX(0) rotate(45deg);
    }
    33% {
        opacity: 0;
        transform: translateX(16px) rotate(45deg);
    }
    66% {
        opacity: 0;
        transform: translateX(-16px) rotate(45deg);
    }
    100% {
        opacity: 1;
        transform: rotate(45deg);
    }
}

/* リンクリスト：右矢印 */
.b-lf-list-link-a-rd>li>a::before {
    border-top: 2px solid #ea0000;
    border-right: 2px solid #ea0000;
}
.b-lf-list-link-a-or>li>a::before {
    border-top: 2px solid #ff8000;
    border-right: 2px solid #ff8000;
}
.b-lf-list-link-a-yl>li>a::before {
    border-top: 2px solid #ffe700;
    border-right: 2px solid #ffe700;
}
.b-lf-list-link-a-lm>li>a::before {
    border-top: 2px solid #61d600;
    border-right: 2px solid #61d600;
}
.b-lf-list-link-a-em>li>a::before {
    border-top: 2px solid #008224;
    border-right: 2px solid #008224;
}
.b-lf-list-link-a-cy>li>a::before {
    border-top: 2px solid #00e7ef;
    border-right: 2px solid #00e7ef;
}
.b-lf-list-link-a-bl>li>a::before {
    border-top: 2px solid #2400b0;
    border-right: 2px solid #2400b0;
}
.b-lf-list-link-a-mg>li>a::before {
    border-top: 2px solid #d80084;
    border-right: 2px solid #d80084;
}
.b-lf-list-link-a-bk>li>a::before {
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}
.b-lf-list-link-a-w>li>a::before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
/* フォントカラー白適用 */
.b-lf-list-link-a-rd>li>a.b-color-w:hover,
.b-lf-list-link-a-rd>li>a.b-color-w:active, 
.b-lf-list-link-a-rd>li>a.b-color-w:focus,
.b-lf-list-link-a-or>li>a.b-color-w:hover,
.b-lf-list-link-a-or>li>a.b-color-w:active, 
.b-lf-list-link-a-or>li>a.b-color-w:focus,
.b-lf-list-link-a-yl>li>a.b-color-w:hover,
.b-lf-list-link-a-yl>li>a.b-color-w:active, 
.b-lf-list-link-a-yl>li>a.b-color-w:focus,
.b-lf-list-link-a-lm>li>a.b-color-w:hover,
.b-lf-list-link-a-lm>li>a.b-color-w:active, 
.b-lf-list-link-a-lm>li>a.b-color-w:focus,
.b-lf-list-link-a-em>li>a.b-color-w:hover,
.b-lf-list-link-a-em>li>a.b-color-w:active, 
.b-lf-list-link-a-em>li>a.b-color-w:focus,
.b-lf-list-link-a-cy>li>a.b-color-w:hover,
.b-lf-list-link-a-cy>li>a.b-color-w:active, 
.b-lf-list-link-a-cy>li>a.b-color-w:focus,
.b-lf-list-link-a-bl>li>a.b-color-w:hover,
.b-lf-list-link-a-bl>li>a.b-color-w:active, 
.b-lf-list-link-a-bl>li>a.b-color-w:focus,
.b-lf-list-link-a-mg>li>a.b-color-w:hover,
.b-lf-list-link-a-mg>li>a.b-color-w:active, 
.b-lf-list-link-a-mg>li>a.b-color-w:focus,
.b-lf-list-link-a-bk>li>a.b-color-w:hover,
.b-lf-list-link-a-bk>li>a.b-color-w:active, 
.b-lf-list-link-a-bk>li>a.b-color-w:focus,
.b-lf-list-link-a-w>li>a.b-color-w:hover,
.b-lf-list-link-a-w>li>a.b-color-w:active, 
.b-lf-list-link-a-w>li>a.b-color-w:focus {
    color: #dcdcdc;
}

/* Link Collection：矢印 */
.b-lf-list-link-b-rd>li a::before {
    border-top: 2px solid #ea0000;
    border-right: 2px solid #ea0000;
}
.b-lf-list-link-b-or>li a::before {
    border-top: 2px solid #ff8000;
    border-right: 2px solid #ff8000;
    }
.b-lf-list-link-b-yl>li a::before {
    border-top: 2px solid #ffe700;
    border-right: 2px solid #ffe700;
}
.b-lf-list-link-b-lm>li a::before {
    border-top: 2px solid #61d600;
    border-right: 2px solid #61d600;
    }
.b-lf-list-link-b-em>li a::before {
    border-top: 2px solid #008224;
    border-right: 2px solid #008224;
}
.b-lf-list-link-b-cy>li a::before {
    border-top: 2px solid #00e7ef;
    border-right: 2px solid #00e7ef;
    }
.b-lf-list-link-b-bl>li a::before {
    border-top: 2px solid #2400b0;
    border-right: 2px solid #2400b0;
    }
.b-lf-list-link-b-mg>li a::before {
    border-top: 2px solid #d80084;
    border-right: 2px solid #d80084;
}
.b-lf-list-link-b-bk>li a::before {
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}
@media only screen and (max-width: 767px) {
    [data-script-enabled=true] .b-lf-list-link-b-rd>li .toggle-hook::before {
        border-top: 2px solid #ea0000;
        border-right: 2px solid #ea0000;
    }
    [data-script-enabled=true] .b-lf-list-link-b-or>li .toggle-hook::before {
        border-top: 2px solid #ff8000;
        border-right: 2px solid #ff8000;
    }
    [data-script-enabled=true] .b-lf-list-link-b-yl>li .toggle-hook::before {
        border-top: 2px solid #ffe700;
        border-right: 2px solid #ffe700;
    }
    [data-script-enabled=true] .b-lf-list-link-b-lm>li .toggle-hook::before {
        border-top: 2px solid #61d600;
        border-right: 2px solid #61d600;
    }
    [data-script-enabled=true] .b-lf-list-link-b-em>li .toggle-hook::before {
        border-top: 2px solid #008224;
        border-right: 2px solid #008224;
    }
    [data-script-enabled=true] .b-lf-list-link-b-cy>li .toggle-hook::before {
        border-top: 2px solid #00e7ef;
        border-right: 2px solid #00e7ef;
    }
    [data-script-enabled=true] .b-lf-list-link-b-bl>li .toggle-hook::before {
        border-top: 2px solid #2400b0;
        border-right: 2px solid #2400b0;
    }
    [data-script-enabled=true] .b-lf-list-link-b-mg>li .toggle-hook::before {
        border-top: 2px solid #d80084;
        border-right: 2px solid #d80084;
    }
    [data-script-enabled=true] .b-lf-list-link-b-bk>li .toggle-hook::before {
        border-top: 2px solid #000000;
        border-right: 2px solid #000000;
    }
}
/* フォントカラー白適用 */
.b-lf-list-link-b-rd>li a.b-color-w:hover, 
.b-lf-list-link-b-rd>li a.b-color-w:active, 
.b-lf-list-link-b-rd>li a.b-color-w:focus, 
.b-lf-list-link-b-or>li a.b-color-w:hover, 
.b-lf-list-link-b-or>li a.b-color-w:active, 
.b-lf-list-link-b-or>li a.b-color-w:focus, 
.b-lf-list-link-b-yl>li a.b-color-w:hover, 
.b-lf-list-link-b-yl>li a.b-color-w:active, 
.b-lf-list-link-b-yl>li a.b-color-w:focus, 
.b-lf-list-link-b-lm>li a.b-color-w:hover, 
.b-lf-list-link-b-lm>li a.b-color-w:active, 
.b-lf-list-link-b-lm>li a.b-color-w:focus, 
.b-lf-list-link-b-em>li a.b-color-w:hover, 
.b-lf-list-link-b-em>li a.b-color-w:active, 
.b-lf-list-link-b-em>li a.b-color-w:focus, 
.b-lf-list-link-b-cy>li a.b-color-w:hover, 
.b-lf-list-link-b-cy>li a.b-color-w:active, 
.b-lf-list-link-b-cy>li a.b-color-w:focus, 
.b-lf-list-link-b-bl>li a.b-color-w:hover, 
.b-lf-list-link-b-bl>li a.b-color-w:active, 
.b-lf-list-link-b-bl>li a.b-color-w:focus, 
.b-lf-list-link-b-mg>li a.b-color-w:hover, 
.b-lf-list-link-b-mg>li a.b-color-w:active, 
.b-lf-list-link-b-mg>li a.b-color-w:focus, 
.b-lf-list-link-b-bk>li a.b-color-w:hover, 
.b-lf-list-link-b-bk>li a.b-color-w:active, 
.b-lf-list-link-b-bk>li a.b-color-w:focus {
    color: #dcdcdc;
}

/* ラベル */
.b-lf-label-rd,
.b-lf-label-or,
.b-lf-label-yl,
.b-lf-label-lm,
.b-lf-label-em,
.b-lf-label-cy,
.b-lf-label-bl,
.b-lf-label-mg,
.b-lf-label-bk,
.b-lf-label-w,
.b-lf-label-gr01,
.b-lf-label-gr02 {
    display: inline-block;
    background-color: #ea0000;
    color: #ffffff;
    padding: 2px 5px 1px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.2;
}
.b-lf-label-or {
    color: #000000;
    background-color: #ff8000;
}
.b-lf-label-yl {
    color: #000000;
    background-color: #ffe700;
}
.b-lf-label-lm {
    color: #000000;
    background-color: #61d600;
}
.b-lf-label-em {
    background-color: #008224;
}
.b-lf-label-cy {
    color: #000000;
    background-color: #00e7ef;
}
.b-lf-label-bl {
    background-color: #2400b0;
}
.b-lf-label-mg {
    background-color: #d80084;
}
.b-lf-label-bk {
    background-color: #000000;
}
.b-lf-label-gr01 {
    background-color: #3c3c3c;
}
.b-lf-label-gr02 {
    background-color: #6d6e70;
}
.b-lf-label-w {
    color: #000000;
    background-color: #ffffff;
}

/* SubFeature */
.b-lf-lyt-idx-b-rd .text-box::before {
    border-top: 2px solid #ea0000;
    border-right: 2px solid #ea0000;
}
.b-lf-lyt-idx-b-or .text-box::before {
    border-top: 2px solid #ff8000;
    border-right: 2px solid #ff8000;
}
.b-lf-lyt-idx-b-yl .text-box::before {
    border-top: 2px solid #ffe700;
    border-right: 2px solid #ffe700;
}
.b-lf-lyt-idx-b-lm .text-box::before {
    border-top: 2px solid #61d600;
    border-right: 2px solid #61d600;
}
.b-lf-lyt-idx-b-em .text-box::before {
    border-top: 2px solid #008224;
    border-right: 2px solid #008224;
}
.b-lf-lyt-idx-b-cy .text-box::before {
    border-top: 2px solid #00e7ef;
    border-right: 2px solid #00e7ef;
}
.b-lf-lyt-idx-b-bl .text-box::before {
    border-top: 2px solid #2400b0;
    border-right: 2px solid #2400b0;
}
.b-lf-lyt-idx-b-mg .text-box::before {
    border-top: 2px solid #d80084;
    border-right: 2px solid #d80084;
}
.b-lf-lyt-idx-b-bk .text-box::before {
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}
/* フォントカラー白適用 */
.b-lf-lyt-idx-b-rd a.b-color-w:hover, 
.b-lf-lyt-idx-b-rd a.b-color-w:active, 
.b-lf-lyt-idx-b-rd a.b-color-w:focus, 
.b-lf-lyt-idx-b-or a.b-color-w:hover, 
.b-lf-lyt-idx-b-or a.b-color-w:active, 
.b-lf-lyt-idx-b-or a.b-color-w:focus, 
.b-lf-lyt-idx-b-yl a.b-color-w:hover, 
.b-lf-lyt-idx-b-yl a.b-color-w:active, 
.b-lf-lyt-idx-b-yl a.b-color-w:focus, 
.b-lf-lyt-idx-b-lm a.b-color-w:hover, 
.b-lf-lyt-idx-b-lm a.b-color-w:active, 
.b-lf-lyt-idx-b-lm a.b-color-w:focus, 
.b-lf-lyt-idx-b-em a.b-color-w:hover, 
.b-lf-lyt-idx-b-em a.b-color-w:active, 
.b-lf-lyt-idx-b-em a.b-color-w:focus, 
.b-lf-lyt-idx-b-cy a.b-color-w:hover, 
.b-lf-lyt-idx-b-cy a.b-color-w:active, 
.b-lf-lyt-idx-b-cy a.b-color-w:focus, 
.b-lf-lyt-idx-b-bl a.b-color-w:hover, 
.b-lf-lyt-idx-b-bl a.b-color-w:active, 
.b-lf-lyt-idx-b-bl a.b-color-w:focus, 
.b-lf-lyt-idx-b-mg a.b-color-w:hover, 
.b-lf-lyt-idx-b-mg a.b-color-w:active, 
.b-lf-lyt-idx-b-mg a.b-color-w:focus, 
.b-lf-lyt-idx-b-bk a.b-color-w:hover, 
.b-lf-lyt-idx-b-bk a.b-color-w:active, 
.b-lf-lyt-idx-b-bk a.b-color-w:focus {
    color: #dcdcdc;
}

/* 新Announce Point */
/* link list */
.b-lf-announce-list-01,
.b-lf-announce-list-02 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
}
.b-lf-announce-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    margin: 0 0 40px 40px;
    text-decoration: none;
    background: #fff;
}
.b-lf-announce-list-02 .b-lf-announce-item {
    background: #efefef;
}
.b-lf-announce-visual {
    height: 0;
    padding-top: 56.2%;
    position: relative;
    overflow: hidden;
}
.b-lf-announce-item .b-lf-announce-visual {
    margin-bottom: 16px;
    padding-top: 55.7%;
}
.b-lf-announce-visual img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: scale(1);
    transition: transform ease-in-out .4s;
    backface-visibility: hidden;
    transform: translate3d(0,0,0);
}
a:hover .b-lf-announce-visual img {
    transform: scale(1.05);
}
.b-lf-announce-hdg {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.4;
}
.b-lf-announce-item .b-lf-announce-hdg {
    font-size: 2rem;
}
.b-lf-announce-hdg + p.b-lf-announce-desc {
    margin-top: 16px !important;
}
.b-lf-announce-item .b-lf-announce-desc {
    font-size: 1.5rem;
}
.b-lf-announce-more {
    display: inline-block;
    margin-top: 8px;
    padding: .85em .8em .85em 2.85em;
    position: relative;
    font-size: 1.2rem;
}
.b-lf-announce-item .b-lf-announce-more {
    color: #5f5f5f;
}
.b-lf-announce-more::before,
.b-lf-announce-more::after {
    content: "";
    display: block;
    position: absolute;
}
.b-lf-announce-more::before {
    width: 26px;
    height: 26px;
    border: 1px solid;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
.b-lf-announce-more::after {
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    left: 7px;
    top: 16px;
    transform: rotate(45deg);
}
a:hover .b-lf-announce-more::before {
    animation: .5s linear 1 forwards link-circle-a;
}
a:hover .b-lf-announce-more::after {
    animation: .5s linear 1 forwards link-arrow-a;
}
.b-lf-announce-list-01.diff-col2 > *, 
.b-lf-announce-list-02.diff-col2 > * {
    width: calc(50% - 40px);
}
.b-lf-announce-list-01.diff-col3 > *, 
.b-lf-announce-list-02.diff-col3 > * {
    width: calc(33.3333% - 40px);
}
.b-lf-announce-list-01.diff-col4 > *, 
.b-lf-announce-list-02.diff-col4 > * {
    width: calc(25% - 40px);
}
@media only screen and (max-width:1000px) {
    .b-lf-announce-list-01, 
    .b-lf-announce-list-02 {
        margin-left: -16px;
    }
    .b-lf-announce-list-01.diff-col2 > *, 
    .b-lf-announce-list-02.diff-col2 > * {
        width: calc(50% - 16px);
        margin-left: 16px;
        margin-bottom: 16px;
    }
    .b-lf-announce-list-01.diff-col3 > *, 
    .b-lf-announce-list-02.diff-col3 > * {
        width: calc(33.3333% - 16px);
        margin-left: 16px;
        margin-bottom: 16px;
    }
    .b-lf-announce-list-01.diff-col4 > *, 
    .b-lf-announce-list-02.diff-col4 > * {
        width: calc(50% - 16px);
        margin-left: 16px;
        margin-bottom: 16px;
    }
}
@media only screen and (max-width:767px) {
    .b-lf-announce-list-01.diff-col2 > *, 
    .b-lf-announce-list-02.diff-col2 > * {
        width: calc(50% - 16px);
    }
    .b-lf-announce-list-01.diff-col3 > *, 
    .b-lf-announce-list-02.diff-col3 > * {
        width: calc(50% - 16px);
    }
    .b-lf-announce-list-01.diff-col4 > * ,
    .b-lf-announce-list-02.diff-col4 > * {
        width: calc(50% - 16px);
    }
    .b-lf-announce-item .b-lf-announce-hdg {
        font-size: 1.6rem;
    }
    .b-lf-announce-item .b-lf-announce-desc {
        font-size: 1.4rem;
    }
    .b-lf-announce-list-01.diff-sp-col1 > *, 
    .b-lf-announce-list-02.diff-sp-col1 > * {
        width:100%;
    }
}
@media only screen and (max-width:1000px) {
    .b-lf-announce-list-01,
    .b-lf-announce-list-02 {
        margin-left: -16px;
    }
}

/* ボタン 枠線適用+親要素連動 */
.b-lf-btn-rd .btn-a {
    color: #000000 !important;
    border: 1px solid #ea0000 !important;
    box-shadow: none;
}
.b-lf-btn-rd .btn-a::before {
    border-top: 2px solid #ea0000;
    border-right: 2px solid #ea0000;
}
.b-lf-btn-rd .btn-a:hover,
.b-lf-btn-rd .btn-a:active,
.b-lf-btn-rd .btn-a:focus,
.b-lf-btn-rd .b-btn-hover-sync:hover .btn-a {
    background: #FABFBF;
}
.b-lf-btn-or .btn-a {
    color: #000000 !important;
    border: 1px solid #ff8000 !important;
    background: none;
    box-shadow: none;
}
.b-lf-btn-or .btn-a::before {
    border-top: 2px solid #ff8000;
    border-right: 2px solid #ff8000;
}
.b-lf-btn-or .btn-a:hover,
.b-lf-btn-or .btn-a:active,
.b-lf-btn-or .btn-a:focus,
.b-lf-btn-or .b-btn-hover-sync:hover .btn-a {
    color: #000000 !important;
    background: #FFDFBF;
}
.b-lf-btn-yl .btn-a {
    color: #000000 !important;
    border: 1px solid #ffe700 !important;
    background: none;
    box-shadow: none;
}
.b-lf-btn-yl .btn-a::before {
    border-top: 2px solid #ffe700;
    border-right: 2px solid #ffe700;
}
.b-lf-btn-yl .btn-a:hover,
.b-lf-btn-yl .btn-a:active,
.b-lf-btn-yl .btn-a:focus,
.b-lf-btn-yl .b-btn-hover-sync:hover .btn-a {
    color: #000000 !important;
    background: #FFF9BF;
}
.b-lf-btn-lm .btn-a {
    color: #000000 !important;
    border: 1px solid #61d600 !important;
    background: none;
    box-shadow: none;
}
.b-lf-btn-lm .btn-a::before {
    border-top: 2px solid #61d600;
    border-right: 2px solid #61d600;
}
.b-lf-btn-lm .btn-a:hover,
.b-lf-btn-lm .btn-a:active,
.b-lf-btn-lm .btn-a:focus,
.b-lf-btn-lm .b-btn-hover-sync:hover .btn-a {
    color: #000000 !important;
    background: #D7F5BF;
}
.b-lf-btn-em .btn-a {
    color: #000000 !important;
    border: 1px solid #008224 !important;
    box-shadow: none;
}
.b-lf-btn-em .btn-a::before {
    border-top: 2px solid #008224;
    border-right: 2px solid #008224;
}
.b-lf-btn-em .btn-a:hover,
.b-lf-btn-em .btn-a:active,
.b-lf-btn-em .btn-a:focus,
.b-lf-btn-em .b-btn-hover-sync:hover .btn-a {
    background: #BFE0C8;
}
.b-lf-btn-cy .btn-a {
    color: #000000 !important;
    border: 1px solid #00e7ef !important;
    background: none;
    box-shadow: none;
}
.b-lf-btn-cy .btn-a::before {
    border-top: 2px solid #00e7ef;
    border-right: 2px solid #00e7ef;
}
.b-lf-btn-cy .btn-a:hover,
.b-lf-btn-cy .btn-a:active,
.b-lf-btn-cy .btn-a:focus,
.b-lf-btn-cy .b-btn-hover-sync:hover .btn-a {
    color: #000000 !important;
    background: #BFF9FB;
}
.b-lf-btn-bl .btn-a {
    color: #000000 !important;
    border: 1px solid #2400b0 !important;
    box-shadow: none;
}
.b-lf-btn-bl .btn-a::before {
    border-top: 2px solid #2400b0;
    border-right: 2px solid #2400b0;
}
.b-lf-btn-bl .btn-a:hover,
.b-lf-btn-bl .btn-a:active,
.b-lf-btn-bl .btn-a:focus,
.b-lf-btn-bl .b-btn-hover-sync:hover .btn-a {
    background: #C8BFEB;
}
.b-lf-btn-mg .btn-a {
    color: #000000 !important;
    border: 1px solid #d80084 !important;
    box-shadow: none;
}
.b-lf-btn-mg .btn-a::before {
    border-top: 2px solid #d80084;
    border-right: 2px solid #d80084;
}
.b-lf-btn-mg .btn-a:hover,
.b-lf-btn-mg .btn-a:active,
.b-lf-btn-mg .btn-a:focus,
.b-lf-btn-mg .b-btn-hover-sync:hover .btn-a {
    background: #F5BFE0;
}
.b-lf-btn-bk .btn-a {
    color: #000000 !important;
    border: 1px solid #000000 !important;
    box-shadow: none;
}
.b-lf-btn-bk .btn-a::before {
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}
.b-lf-btn-bk .btn-a:hover,
.b-lf-btn-bk .btn-a:active,
.b-lf-btn-bk .btn-a:focus,
.b-lf-btn-bk .b-btn-hover-sync:hover .btn-a {
    background: #DCDCDC;
}
.b-lf-btn-w .btn-a {
    color: #000000 !important;
    border: 1px solid #ffffff !important;
    background: none;
    box-shadow: none;
}
.b-lf-btn-w .btn-a::before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.b-lf-btn-w .btn-a:hover,
.b-lf-btn-w .btn-a:active,
.b-lf-btn-w .btn-a:focus,
.b-lf-btn-w .b-btn-hover-sync:hover .btn-a {
    color: #000000 !important;
    background: #DCDCDC;
}
.b-lf-btn-w .btn-a:hover::before,
.b-lf-btn-w .btn-a:active::before,
.b-lf-btn-w .btn-a:focus::before,
.b-lf-btn-w .b-btn-hover-sync:hover .btn-a::before {
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}
/* フォントカラー白適用 */
.b-lf-btn-or .btn-a.b-color-w,
.b-lf-btn-yl .btn-a.b-color-w,
.b-lf-btn-lm .btn-a.b-color-w,
.b-lf-btn-cy .btn-a.b-color-w,
.b-lf-btn-w .btn-a.b-color-w {
    color: #ffffff !important;
}
.b-lf-btn-or .btn-a.b-color-w:hover,
.b-lf-btn-or .btn-a.b-color-w:active,
.b-lf-btn-or .btn-a.b-color-w:focus,
.b-lf-btn-yl .btn-a.b-color-w:hover,
.b-lf-btn-yl .btn-a.b-color-w:active,
.b-lf-btn-yl .btn-a.b-color-w:focus,
.b-lf-btn-lm .btn-a.b-color-w:hover,
.b-lf-btn-lm .btn-a.b-color-w:active,
.b-lf-btn-lm .btn-a.b-color-w:focus,
.b-lf-btn-cy .btn-a.b-color-w:hover,
.b-lf-btn-cy .btn-a.b-color-w:active,
.b-lf-btn-cy .btn-a.b-color-w:focus,
.b-lf-btn-w .btn-a.b-color-w:hover,
.b-lf-btn-w .btn-a.b-color-w:active,
.b-lf-btn-w .btn-a.b-color-w:focus {
    color: #000000 !important;
}

/* ボタン 背景色適用+親要素連動 */
.b-lf-btn-bg-rd .btn-a {
    color: #ffffff !important;
    background: #ea0000;
    border: 1px solid #ea0000 !important;
    box-shadow: none;
}
.b-lf-btn-bg-rd .btn-a::before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.b-lf-btn-bg-rd .btn-a:hover,
.b-lf-btn-bg-rd .btn-a:active,
.b-lf-btn-bg-rd .btn-a:focus,
.b-lf-btn-bg-rd .b-btn-hover-sync:hover .btn-a {
    background: #f04c4c;
    border: 1px solid #f04c4c !important;
}
.b-lf-btn-bg-or .btn-a {
    color: #000000 !important;
    background: #ff8000;
    border: 1px solid #ff8000 !important;
    box-shadow: none;
}
.b-lf-btn-bg-or .btn-a::before {
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}
.b-lf-btn-bg-or .btn-a:hover,
.b-lf-btn-bg-or .btn-a:active,
.b-lf-btn-bg-or .btn-a:focus,
.b-lf-btn-bg-or .b-btn-hover-sync:hover .btn-a {
    background: #ffa64c;
    border: 1px solid #ffa64c !important;
}
.b-lf-btn-bg-yl .btn-a {
    color: #000000 !important;
    background: #ffe700;
    border: 1px solid #ffe700 !important;
    box-shadow: none;
}
.b-lf-btn-bg-yl .btn-a::before {
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}
.b-lf-btn-bg-yl .btn-a:hover,
.b-lf-btn-bg-yl .btn-a:active,
.b-lf-btn-bg-yl .btn-a:focus,
.b-lf-btn-bg-yl .b-btn-hover-sync:hover .btn-a {
    background: #fff166;
    border: 1px solid #fff166 !important;
}
.b-lf-btn-bg-lm .btn-a {
    color: #000000 !important;
    background: #61d600;
    border: 1px solid #61d600 !important;
    box-shadow: none;
}
.b-lf-btn-bg-lm .btn-a::before {
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}
.b-lf-btn-bg-lm .btn-a:hover,
.b-lf-btn-bg-lm .btn-a:active,
.b-lf-btn-bg-lm .btn-a:focus,
.b-lf-btn-bg-lm .b-btn-hover-sync:hover .btn-a {
    background: #a0e666;
    border: 1px solid #a0e666 !important;
}
.b-lf-btn-bg-em .btn-a {
    color: #ffffff !important;
    background: #008224;
    border: 1px solid #008224 !important;
    box-shadow: none;
}
.b-lf-btn-bg-em .btn-a::before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.b-lf-btn-bg-em .btn-a:hover,
.b-lf-btn-bg-em .btn-a:active,
.b-lf-btn-bg-em .btn-a:focus,
.b-lf-btn-bg-em .b-btn-hover-sync:hover .btn-a {
    background: #4ca765;
    border: 1px solid #4ca765 !important;
}
.b-lf-btn-bg-cy .btn-a {
    color: #000000 !important;
    background: #00e7ef;
    border: 1px solid #00e7ef !important;
    box-shadow: none;
}
.b-lf-btn-bg-cy .btn-a::before {
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}
.b-lf-btn-bg-cy .btn-a:hover,
.b-lf-btn-bg-cy .btn-a:active,
.b-lf-btn-bg-cy .btn-a:focus,
.b-lf-btn-bg-cy .b-btn-hover-sync:hover .btn-a {
    background: #66f1f5;
    border: 1px solid #66f1f5;
}
.b-lf-btn-bg-bl .btn-a {
    color: #ffffff !important;
    background: #2400b0;
    border: 1px solid #2400b0 !important;
    box-shadow: none;
}
.b-lf-btn-bg-bl .btn-a::before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.b-lf-btn-bg-bl .btn-a:hover,
.b-lf-btn-bg-bl .btn-a:active,
.b-lf-btn-bg-bl .btn-a:focus,
.b-lf-btn-bg-bl .b-btn-hover-sync:hover .btn-a {
    background: #654cc8;
    border: 1px solid #654cc8 !important;
}
.b-lf-btn-bg-mg .btn-a {
    color: #ffffff !important;
    background: #d80084;
    border: 1px solid #d80084 !important;
    box-shadow: none;
}
.b-lf-btn-bg-mg .btn-a::before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.b-lf-btn-bg-mg .btn-a:hover,
.b-lf-btn-bg-mg .btn-a:active,
.b-lf-btn-bg-mg .btn-a:focus,
.b-lf-btn-bg-mg .b-btn-hover-sync:hover .btn-a {
    background: #e44ca9;
    border: 1px solid #e44ca9 !important;
}
.b-lf-btn-bg-bk .btn-a {
    color: #ffffff !important;
    background: #000000;
    border: 1px solid #000000 !important;
    box-shadow: none;
}
.b-lf-btn-bg-bk .btn-a::before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.b-lf-btn-bg-bk .btn-a:hover,
.b-lf-btn-bg-bk .btn-a:active,
.b-lf-btn-bg-bk .btn-a:focus,
.b-lf-btn-bg-bk .b-btn-hover-sync:hover .btn-a {
    background: #6D6E70;
    border: 1px solid #6D6E70 !important;
}

/* セカンダリーハイライトサークル */
.b-lf-circle-list > .col {
    text-align: center;
    overflow: hidden;
}
.b-lf-circle-list > .col > a {
    display: block;
    text-decoration: none;
    text-align: center;
}
.b-lf-circle-thumb {
    width: 80%;
    height: 0;
    margin: 0 auto 24px;
    padding-top: 80%;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}
.b-lf-circle-gr03 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, #dcdcdc 80%);
}
.b-lf-circle-rd {
    background: linear-gradient(135deg, rgba(0,231,239,.1) 0%, #ea0000 80%);
}
.b-lf-circle-or {
    background: linear-gradient(135deg, rgba(255,128,0,.1) 0%, #ff8000 80%);
}
.b-lf-circle-yl {
    background: linear-gradient(135deg, rgba(97,214,0,.1) 0%, #ffe700 80%);
}
.b-lf-circle-lm {
    background: linear-gradient(135deg, rgba(0,231,239,.1) 0%, #61d600 80%);
}
.b-lf-circle-em {
    background: linear-gradient(135deg, rgba(255,128,0,.1) 0%, #008224 80%);
}
.b-lf-circle-cy {
    background: linear-gradient(135deg, rgba(97,214,0,.1) 0%, #00e7ef 80%);
}
.b-lf-circle-bl {
    background: linear-gradient(135deg, rgba(97,214,0,.1) 0%, #2400b0 80%);
}
.b-lf-circle-mg {
    background: linear-gradient(135deg, rgba(97,214,0,.1) 0%, #d80084 80%);
}
.b-lf-circle-thumb > span {
    display: block;
    width: 71.24%;
    height: 71.24%;
    position: absolute;
    top: 14.38%;
    left: 14.38%;
    overflow: hidden;
    border-radius: 50%;
    background: #eee;
    transform: translate3d(0,0,0);
}
.b-lf-circle-thumb img {
    width: auto;
    height: 106%;
    min-width: 100%;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: transform .3s ease-in-out;
}
a:hover .b-lf-circle-thumb img {
    transform: translate(-50%,-50%) scale(1.1);
}
@media only screen and (min-width:481px) and (max-width:767px) {
    .b-lf-circle-thumb {
        width: 320px;
        padding-top: 320px;
    }
    .b-lf-circle-thumb > span {
        width: calc(100% - 80px);
        height: calc(100% - 80px);
        top: 40px;
        left: 40px;
    }
}
@media only screen and (max-width:480px) {
    .b-lf-circle-list > .col {
        padding-bottom: 20px;
    }
    .b-lf-circle-thumb {
        width: 60%;
        padding-top: 60%;
        margin-bottom: 16px;
    }
}

/* セカンダリーハイライトサークル：画像透過 */
.b-lf-circle-img-list > .col {
    text-align: center;
}
.b-lf-circle-img-thumb {
    width: 80%;
    height: 0;
    margin: 0 auto 24px;
    padding-top: 80%;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.b-lf-circle-img-thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.b-lf-circle-img-rd.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-rd_tcm102-6600167_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-or.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-or_tcm102-6600166_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-yl.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-yl_tcm102-6600168_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-lm.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-lm_tcm102-6600164_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-em.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-em_tcm102-6600162_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-cy.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-cy_tcm102-6600161_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-bl.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-bl_tcm102-6600160_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-mg.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-mg_tcm102-6600165_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-gr.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-gr_tcm102-6600163_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-rd-mg.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-rd-mg_tcm102-6600219_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-rd-or.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-rd-or_tcm102-6600220_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-bl-cy.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-bl-cy_tcm102-6600169_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-em-lm.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-em-lm_tcm102-6600181_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-or-yl.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-or-yl_tcm102-6600217_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-cy-yl.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-cy-yl_tcm102-6600178_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-mg-rd.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-mg-rd_tcm102-6600190_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-or-rd.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-or-rd_tcm102-6600216_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-cy-bl.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-cy-bl_tcm102-6600174_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-lm-em.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-lm-em_tcm102-6600185_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-yl-or.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-yl-or_tcm102-6600225_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-yl-cy.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-yl-cy_tcm102-6600223_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-lm-cy.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-lm-cy_tcm102-6600184_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-mg-cy.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-mg-cy_tcm102-6600187_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-cy-lm.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-cy-lm_tcm102-6600176_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-cy-mg.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-cy-mg_tcm102-6600177_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-rd-yl.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-rd-yl_tcm102-6600221_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-mg-or.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-mg-or_tcm102-6600189_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-yl-rd.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-yl-rd_tcm102-6600226_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-or-mg.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-or-mg_tcm102-6600191_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-em-yl.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-em-yl_tcm102-6600182_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-yl-em.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-yl-em_tcm102-6600224_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-em-cy.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-em-cy_tcm102-6600180_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-rd-bl.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-rd-bl_tcm102-6600218_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-bl-em.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-bl-em_tcm102-6600170_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-cy-em.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-cy-em_tcm102-6600175_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-bl-rd.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-bl-rd_tcm102-6600173_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-em-bl.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-em-bl_tcm102-6600179_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-bl-mg.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-bl-mg_tcm102-6600172_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-mg-bl.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-mg-bl_tcm102-6600186_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-w-gr.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-w-gr_tcm102-6600222_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-gr-w.b-lf-circle-img-thumb::after {
    background: url(/jp/imagesgig5/circle-gr-w_tcm102-6600183_tcm102-2750236-32.png) left top/100% auto no-repeat;
}
.b-lf-circle-img-thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    transition: transform .3s ease-in-out;
}
a:hover .b-lf-circle-img-thumb img {
    transform: translate(-50%,-50%) scale(1.1);
}
@media only screen and (min-width:768px) and (max-width:1280px) {
    .b-lf-circle-img-thumb img {
        width: calc(100% - 1px);
        height: calc(100% - 1px);
    }
}

/* タブ */
.b-lf-tab-rd .lists {
    border-bottom: 1px solid #ea0000;
}
.b-lf-tab-rd .tab-list-a>li.is-active a {
    border: 1px solid #ea0000;
    border-bottom: 0;
    color: #000000;
}
.b-lf-tab-or .lists {
    border-bottom: 1px solid #ff8000;
}
.b-lf-tab-or .tab-list-a>li.is-active a {
    border: 1px solid #ff8000;
    border-bottom: 0;
    color: #000000;
}
.b-lf-tab-yl .lists {
    border-bottom: 1px solid #ffe700;
}
.b-lf-tab-yl .tab-list-a>li.is-active a {
    border: 1px solid #ffe700;
    border-bottom: 0;
    color: #000000;
}
.b-lf-tab-lm .lists {
    border-bottom: 1px solid #61d600;
}
.b-lf-tab-lm .tab-list-a>li.is-active a {
    border: 1px solid #61d600;
    border-bottom: 0;
    color: #000000;
}
.b-lf-tab-em .lists {
    border-bottom: 1px solid #008224;
}
.b-lf-tab-em .tab-list-a>li.is-active a {
    border: 1px solid #008224;
    border-bottom: 0;
    color: #000000;
}
.b-lf-tab-cy .lists {
    border-bottom: 1px solid #00e7ef;
}
.b-lf-tab-cy .tab-list-a>li.is-active a {
    border: 1px solid #00e7ef;
    border-bottom: 0;
    color: #000000;
}
.b-lf-tab-bl .lists {
    border-bottom: 1px solid #2400b0;
}
.b-lf-tab-bl .tab-list-a>li.is-active a {
    border: 1px solid #2400b0;
    border-bottom: 0;
    color: #000000;
}
.b-lf-tab-mg .lists {
    border-bottom: 1px solid #d80084;
}
.b-lf-tab-mg .tab-list-a>li.is-active a {
    border: 1px solid #d80084;
    border-bottom: 0;
    color: #000000;
}
.b-lf-tab-bk .lists {
    border-bottom: 1px solid #000000;
}
.b-lf-tab-bk .tab-list-a>li.is-active a {
    border: 1px solid #000000;
    border-bottom: 0;
    color: #000000;
}
.b-lf-tab-rd.tab-a .tabs-a>.tab-panel,
.b-lf-tab-or.tab-a .tabs-a>.tab-panel,
.b-lf-tab-yl.tab-a .tabs-a>.tab-panel,
.b-lf-tab-lm.tab-a .tabs-a>.tab-panel,
.b-lf-tab-em.tab-a .tabs-a>.tab-panel,
.b-lf-tab-cy.tab-a .tabs-a>.tab-panel,
.b-lf-tab-bl.tab-a .tabs-a>.tab-panel,
.b-lf-tab-mg.tab-a .tabs-a>.tab-panel,
.b-lf-tab-bk.tab-a .tabs-a>.tab-panel {
    padding:40px 0;
}
/* 囲み */
.b-lf-box-rd{
    border: 1px solid #ea0000;
}
.b-lf-box-or{
    border: 1px solid #ff8000;
}
.b-lf-box-yl{
    border: 1px solid #ffe700;
}
.b-lf-box-lm{
    border: 1px solid #61d600;
}
.b-lf-box-em{
    border: 1px solid #008224;
}
.b-lf-box-cy{
    border: 1px solid #00e7ef;
}
.b-lf-box-bl{
    border: 1px solid #2400b0;
}
.b-lf-box-mg{
    border: 1px solid #d80084;
}
.b-lf-box-bk{
    border: 1px solid #000000;
}
.b-lf-box-w{
    border: 1px solid #ffffff;
}

/* フロー矢印付きテキスト */
.b-lf-text-flow-or, 
.b-lf-text-flow-yl, 
.b-lf-text-flow-lm, 
.b-lf-text-flow-cy, 
.b-lf-text-flow-gr01, 
.b-lf-text-flow-gr02 {
    font-weight: bold;
    font-size: 2.8rem;
    text-align: center;
}
.b-lf-text-flow-or::after, 
.b-lf-text-flow-yl::after, 
.b-lf-text-flow-lm::after, 
.b-lf-text-flow-cy::after, 
.b-lf-text-flow-gr01::after, 
.b-lf-text-flow-gr02::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin: -50px auto 0;
    pointer-events: none;
    border-style: solid;
    border-width: 100px 240px 0 240px;
}
.b-lf-text-flow-or::after {
    border-color: #ff8000 transparent transparent transparent;
}
.b-lf-text-flow-yl::after {
    border-color: #ffe700 transparent transparent transparent;
}
.b-lf-text-flow-lm::after {
    border-color: #61d600 transparent transparent transparent;
}
.b-lf-text-flow-cy::after {
    border-color: #00e7ef transparent transparent transparent;
}
.b-lf-text-flow-gr01::after {
    border-color: #EFEFEF transparent transparent transparent;
}
.b-lf-text-flow-gr02::after {
    border-color: #DCDCDC transparent transparent transparent;
}
@media only screen and (max-width: 767px) {
    .b-lf-text-flow-or::after, 
    .b-lf-text-flow-yl::after, 
    .b-lf-text-flow-lm::after, 
    .b-lf-text-flow-cy::after, 
    .b-lf-text-flow-gr01::after, 
    .b-lf-text-flow-gr02::after {
        margin-top: 16px;
        border-width: 30px 100px 0 100px;
    }
}

/* 背景色 */
.b-lf-bg-rd {
    background: #ea0000 !important;
    color: #ffffff;
}
.b-lf-bg-or {
    background: #ff8000 !important;
    color: #000000;
}
.b-lf-bg-yl {
    background: #ffe700 !important;
    color: #000000;
}
.b-lf-bg-lm {
    background: #61d600 !important;
    color: #000000;
}
.b-lf-bg-em {
    background: #008224 !important;
    color: #fff;
}
.b-lf-bg-cy {
    background: #00e7ef !important;
    color: #000000;
}
.b-lf-bg-bl {
    background: #2400b0 !important;
    color: #fff;
}
.b-lf-bg-mg {
    background: #d80084 !important;
    color: #fff;
}
.b-lf-bg-gr01 {
    background: #3c3c3c !important;
    color: #fff;
}
.b-lf-bg-gr02 {
    background: #6d6e70 !important;
    color: #fff;
}
.b-lf-bg-gr03 {
    background: #dcdcdc !important;
    color: #000000;
}
.b-lf-bg-gr04 {
    background: #efefef !important;
    color: #000000;
}
.b-lf-bg-nb {
    background: #121e2d !important;
    color: #fff;
}
/* セクションに続く背景色付きセクション */
.main-contents .section+.section[class*=b-lf-bg-] .section-inner {
    padding-top: 56px;
}
@media only screen and (max-width:767px) {
    .main-contents .section+.section[class*=b-lf-bg-] .section-inner {
        padding-top: 40px;
    }
}
/* 背景色付きに続く背景色なしセクション */
.main-contents .section[class*="diff-bg-"]+.section:not([class*="diff-bg-"]):not([class*="b-lf-bg-"]) .section-inner,
.main-contents .section[class*="b-lf-bg"]+.section:not([class*="diff-bg-"]):not([class*="b-lf-bg-"]) .section-inner {
    padding-top: 56px;
}
@media only screen and (max-width:767px) {
    .main-contents .section[class*="diff-bg-"]+.section:not([class*="diff-bg-"]):not([class*="b-lf-bg-"]) .section-inner,
    .main-contents .section[class*="b-lf-bg"]+.section:not([class*="diff-bg-"]):not([class*="b-lf-bg-"]) .section-inner {
        padding-top: 40px;
    }
}
/* 連続する同背景色※白、透明は対応しない */
.main-contents .section.b-lf-bg-rd+.section.b-lf-bg-rd .section-inner,
.main-contents .section.b-lf-bg-or+.section.b-lf-bg-or .section-inner,
.main-contents .section.b-lf-bg-yl+.section.b-lf-bg-yl .section-inner,
.main-contents .section.b-lf-bg-lm+.section.b-lf-bg-lm .section-inner,
.main-contents .section.b-lf-bg-em+.section.b-lf-bg-em .section-inner,
.main-contents .section.b-lf-bg-cy+.section.b-lf-bg-cy .section-inner,
.main-contents .section.b-lf-bg-bl+.section.b-lf-bg-bl .section-inner,
.main-contents .section.b-lf-bg-mg+.section.b-lf-bg-mg .section-inner,
.main-contents .section.b-lf-bg-gr01+.section.b-lf-bg-gr01 .section-inner,
.main-contents .section.b-lf-bg-gr02+.section.b-lf-bg-gr02 .section-inner,
.main-contents .section.b-lf-bg-gr03+.section.b-lf-bg-gr03 .section-inner,
.main-contents .section.b-lf-bg-gr04+.section.b-lf-bg-gr04 .section-inner,
.main-contents .section.b-lf-bg-nb+.section.b-lf-bg-nb .section-inner {
    padding-top: 0;
}

/* メインビジュアル（インフィニティアイコン無し） */
.b-lf-diff-hero-a {
    display: flex;
    max-height: 450px;
    position: relative;
    overflow: hidden;
}
.b-lf-diff-hero-contents {
    display: flex;
    width: 50%;
    color: #fff;
    align-items: center;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left top;
}
.b-lf-diff-hero-visual {
    width: 50%;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.b-lf-diff-hero-visual img {
    width: 100%;
    height: auto;
    min-width: 100%;
    max-width: none;
    max-width: initial;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.b-lf-diff-hero-contents-inner {
    width: 620px;
    margin-right: 20px;
}
.b-lf-diff-hero-hdg {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 4.5rem;
    font-family: FujitsuInfinityPro-Bold,Arial,Verdana,Lucida Grande,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
    line-height: 1.3;
    font-weight: 700;
    min-height: 0vw;
    width: 100%;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.b-lf-diff-hero-sub {
    font-weight: 700;
}
.b-lf-diff-hero-sub + .b-lf-diff-hero-hdg {
    margin-top: 10px !important;
}
.b-lf-diff-hero-desc {
    margin-top: 10px;
    font-size: 1.6rem;
}
.b-lf-diff-hero-btns {
    margin-top: 1em !important;
}
.b-lf-diff-hero-btns a {
    display: inline-block;
    padding: .8125em .8125em .8125em 3.75em;
    color: inherit;
    text-decoration: none;
    position: relative;
    line-height: 1.5;
}
.b-lf-diff-hero-btns a::before,
.b-lf-diff-hero-btns a::after {
    content: "";
    display: block;
    position: absolute;
}
.b-lf-diff-hero-btns a::before {
    width: 50px;
    height: 50px;
    border: 1px solid;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.b-lf-diff-hero-btns a::after {
    width: 16px;
    height: 16px;
    border-top: 1px solid;
    border-right: 1px solid;
    left: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.b-lf-diff-hero-badge {
    position: absolute;
    right: calc((100% - 1264px)/2);
    bottom: 16px;
    padding: 4px 8px;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-weight: 700;
}
.b-lf-diff-hero-badge.b-lf-diff-diff-black {
    background: rgba(255,255,255,.8);
    color: #000;
}
.breadcrumb-wrapper + #main .b-lf-diff-hero-a {
    margin-top: 16px;
}
/* for global custom css */
.b-lf-diff-hero-hdg,
.b-lf-diff-hero-btns a {
    color: inherit !important;
}
/* background pattern */
.b-lf-diff-hero-a.b-lf-diff-rd-mg .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-rd-mg.png); background-position: bottom;}
.b-lf-diff-hero-a.b-lf-diff-mg-rd .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-mg-rd.png);}
.b-lf-diff-hero-a.b-lf-diff-rd-or .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-rd-or.png);}
.b-lf-diff-hero-a.b-lf-diff-or-rd .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-or-rd.png);color: #000;}
.b-lf-diff-hero-a.b-lf-diff-bl-cy .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-bl-cy.png);}
.b-lf-diff-hero-a.b-lf-diff-cy-bl .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-cy-bl.png);color: #000;}
.b-lf-diff-hero-a.b-lf-diff-dg-lg .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-dg-lg.png);}
.b-lf-diff-hero-a.b-lf-diff-lg-dg .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-lg-dg.png);color: #000;}
.b-lf-diff-hero-a.b-lf-diff-or-yl .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-or-yl.png);color: #000;}
.b-lf-diff-hero-a.b-lf-diff-yl-or .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-yl-or.png);color: #000;}
.b-lf-diff-hero-a.b-lf-diff-cy-yl .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-cy-yl.png);color: #000;}
.b-lf-diff-hero-a.b-lf-diff-yl-cy .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-yl-cy.png);color: #000;}
.b-lf-diff-hero-a.b-lf-diff-lg-cy .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-lg-cy.png);color: #000;}
.b-lf-diff-hero-a.b-lf-diff-cy-lg .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-cy-lg.png);color: #000;}
.b-lf-diff-hero-a.b-lf-diff-mg-cy .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-mg-cy.png);}
.b-lf-diff-hero-a.b-lf-diff-cy-mg .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-cy-mg.png);color: #000;}
.b-lf-diff-hero-a.b-lf-diff-rd-yl .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-rd-yl.png);}
.b-lf-diff-hero-a.b-lf-diff-yl-rd .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-yl-rd.png);color: #000;}
.b-lf-diff-hero-a.b-lf-diff-mg-or .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-mg-or.png);}
.b-lf-diff-hero-a.b-lf-diff-or-mg .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-or-mg.png);color: #000;}
.b-lf-diff-hero-a.b-lf-diff-dg-yl .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-dg-yl.png);}
.b-lf-diff-hero-a.b-lf-diff-yl-dg .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-yl-dg.png);color: #000;}
.b-lf-diff-hero-a.b-lf-diff-dg-cy .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-dg-cy.png);}
.b-lf-diff-hero-a.b-lf-diff-cy-dg .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-cy-dg.png);color: #000;}
.b-lf-diff-hero-a.b-lf-diff-rd-bl .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-rd-bl.png);}
.b-lf-diff-hero-a.b-lf-diff-bl-rd .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-bl-rd.png);}
.b-lf-diff-hero-a.b-lf-diff-bl-dg .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-bl-dg.png);}
.b-lf-diff-hero-a.b-lf-diff-dg-bl .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-dg-bl.png);}
.b-lf-diff-hero-a.b-lf-diff-bl-mg .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-bl-mg.png);}
.b-lf-diff-hero-a.b-lf-diff-mg-bl .b-lf-diff-hero-contents {background-image: url(/imgv51/infinity/lf-bgg-mg-bl.png);}
/* background pattern */
.b-lf-diff-hero-a.b-lf-diff-or-rd .b-lf-diff-hero-contents,
.b-lf-diff-hero-a.b-lf-diff-cy-bl .b-lf-diff-hero-contents,
.b-lf-diff-hero-a.b-lf-diff-lg-dg .b-lf-diff-hero-contents,
.b-lf-diff-hero-a.b-lf-diff-cy-mg .b-lf-diff-hero-contents,
.b-lf-diff-hero-a.b-lf-diff-yl-rd .b-lf-diff-hero-contents,
.b-lf-diff-hero-a.b-lf-diff-or-mg .b-lf-diff-hero-contents,
.b-lf-diff-hero-a.b-lf-diff-yl-dg .b-lf-diff-hero-contents,
.b-lf-diff-hero-a.b-lf-diff-cy-dg .b-lf-diff-hero-contents {
    background-size: 140% auto;
}
@media only screen and (max-width:1600px) {
    .b-lf-diff-hero-visual img {
        width: auto;
        right: 50%;
        transform: translateX(50%) translateY(-50%);
    }
}
@media only screen and (max-width:1280px) {
    .b-lf-diff-hero-visual img {
        height: 100%;
    }
    .b-lf-diff-hero-contents-inner {
        width: 100%;
        margin-right: calc(20vw*100/1280);
        padding-left: 8px;
    }
    .b-lf-diff-hero-hdg {
        font-size: calc(45vw*100/1280);
    }
    .b-lf-diff-hero-sub,
    .b-lf-diff-hero-desc {
        font-size: 1.4rem;
    }
    .b-lf-diff-hero-btns a::before {
        width: 42px;
        height: 42px;
    }
    .b-lf-diff-hero-btns a::after {
        width: 12px;
        height: 12px;
        left: 12px;
    }
    .b-lf-diff-hero-badge {
        right: 8px;
    }
}
@media only screen and (max-width:1000px) {
    .b-lf-diff-hero-a {
        max-height: calc(450vw*100/1000);
    }
    .b-lf-diff-hero-contents-inner {
        padding-left: 16px;
    }
    .b-lf-diff-hero-visual {
        height: calc(450vw*100/1000);
    }
}
@media only screen and (max-width:767px) {
    .b-lf-diff-hero-a {
        flex-direction: column;
        max-height: none;
        max-height: initial;
    }
    .b-lf-diff-hero-contents {
        display: block;
        width: 100%;
    }
    .b-lf-diff-hero-visual {
        width: 100%;
        height: 0;
        padding-top: 56.25%;
    }
    .b-lf-diff-hero-visual img {
        top: 0;
        right: 50%;
        transform: translateX(50%);
    }
    .b-lf-diff-hero-contents-inner {
        margin-right: 0;
        padding: 20px 16px;
    }
    .b-lf-diff-hero-hdg {
        font-size: 3.5rem;
    }
    .b-lf-diff-hero-badge {
        right: 16px;
    }
}

/* アイコン配置 */
.b-lf-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}
.btn-a .b-lf-icon,
.btn-b .b-lf-icon {
    display: none;
}
.btn-a[href$=".pdf"] .b-lf-icon,
.btn-a[target=_blank] .b-lf-icon,
.btn-a[formtarget=_blank] .b-lf-icon,
.btn-b[href$=".pdf"] .b-lf-icon,
.btn-b[target=_blank] .b-lf-icon,
.btn-b[formtarget=_blank] .b-lf-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    margin: -9px 0 0;
    display: inline-block;
}

/* お知らせ(news ticker) */
.b-lf-news-ticker {
    background: #000;
    color: #fff;
}
.main-contents .section.b-lf-news-ticker .section-inner {
    padding-top: 0;
    padding-bottom: 0;
}
.main-contents .section.b-lf-news-ticker + .section .section-inner {
    padding-top: 56px;
}
[data-script-enabled=true] .b-lf-news-ticker .news-tck-area:not([role="marquee"]) {
    max-height: 37px;
    overflow: hidden;
}
.b-lf-news-ticker .news-tck-box .news-tck-title {
    background: transparent;
    color: #fff;
}
.b-lf-news-ticker .news-tck-box .news-stop-btn button span,
.b-lf-news-ticker .news-tck-box .news-back-btn button span,
.b-lf-news-ticker .news-tck-box .news-next-btn button span {
    color: transparent;
}
.b-lf-news-ticker .news-tck-box .news-stop-btn button,
.b-lf-news-ticker .news-tck-box .news-back-btn button,
.b-lf-news-ticker .news-tck-box .news-next-btn button {
    border-color: #fff;
}
.b-lf-news-ticker .news-tck-box .news-stop-btn button::before,
.b-lf-news-ticker .news-tck-box .news-back-btn button::before,
.b-lf-news-ticker .news-tck-box .news-next-btn button::before,
.b-lf-news-ticker .news-tck-box .news-stop-btn.replay button span::before,
.b-lf-news-ticker .news-tck-box .news-rss-icon {
    background: transparent;
}
.b-lf-news-ticker .news-tck-box .news-stop-btn button span::before,
.b-lf-news-ticker .news-tck-box .news-stop-btn button span::after {
    background: #fff;
}
.b-lf-news-ticker .news-tck-box .news-stop-btn.replay button span::before {
    border-left-color: #fff;
}
.b-lf-news-ticker .news-tck-box .news-back-btn button span::after,
.b-lf-news-ticker .news-tck-box .news-next-btn button span::after {
    content: none;
}
.b-lf-news-ticker .news-tck-box .news-back-btn button span::before,
.b-lf-news-ticker .news-tck-box .news-next-btn button span::before {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-width: 0 0 1px 1px;
    transform: rotate(45deg);
    top: 3px;
    left: 5px;
    visibility: visible;
}
.b-lf-news-ticker .news-tck-box .news-next-btn button span::before {
    border-width: 1px 1px 0 0;
    left: 1px;
}
.b-lf-news-ticker .news-tck-box .news-tck-title a,
.b-lf-news-ticker .news-tck-box .news-tck-content a {
    color: inherit;
}
@media only screen and (max-width: 767px) {
    .b-lf-news-ticker {
        background: #3c3c3c;
    }
    .main-contents .section.b-lf-news-ticker .section-inner {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .main-contents .section.b-lf-news-ticker + .section .section-inner {
        padding-top: 40px;
    }
}

/* 公式コンポネ修正 */
/* 省スペースレイアウト（タイプD） */
.tab-d .tabs-d {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* ユーティリティ以外のクラスはこの行より上に記述してください ----------*/
/* ユーティリティ類 */
/* Flexbox高さ揃え */
.b-style-flx-flatheight{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.b-style-flx-flatheight a {
    width: 100%;
}

/* flex 左寄せ */
.b-style-flx-left{
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-box-pack: flex-start;
    justify-content: flex-start;
}
.lyt-help-a .columns.b-style-flx-left{
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-box-pack: flex-start;
    justify-content: flex-start;
}

/* flex 中央寄せ */
.b-style-flx-center{
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.lyt-help-a .columns.b-style-flx-center{
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

/* flex 右寄せ */
.b-style-flx-right{
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-box-pack: flex-end;
    justify-content: flex-end;
}
.lyt-help-a .columns.b-style-flx-right{
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-box-pack: flex-end;
    justify-content: flex-end;
}

/* flex: 交差軸配置 */
.b-style-flx-v-top {
    align-items: flex-start;
}
.b-style-flx-v-center {
    align-items: center;
}
.b-style-flx-v-bottom {
    align-items: flex-end;
}

/* SP時画像幅100% */
@media only screen and (max-width: 767px){
    .b-rw-fluid {
        width: 100% !important;
        height: auto !important;
    }
}

/* フォントカラー*/
.b-color-rd { color: #ac2330; } /* 赤 */
.b-color-w { color:#ffffff; } /* 白 */
.b-color-bl { color:#000; } /* 黒 */

@media only screen and (max-width: 768px){
    .b-color-rd-sp { color:#ac2330; }
    .b-color-bl-sp { color:#000000; }
}

/* 上付き文字調整 */
sup.b-sup {
    top: .25em;
    vertical-align: top;
    line-height: 1;
}
h1[class*=hdg-] sup.b-sup,
h2[class*=hdg-] sup.b-sup,
h3[class*=hdg-] sup.b-sup {
    top: .5em;
    font-size: 13px;
}
/* font-size */
.b-fs-16 { font-size: 1.6rem; }
.b-fs-18 { font-size: 1.8rem; }
.b-fs-24 { font-size: 2.4rem; }

/* font-weight */
.b-fw-bold {font-weight: 700; }/* 太字 */
.b-fw-normal {font-weight: 400; }/* ノーマル */

/* パディング */
/* bottom */
.b-pb-0 { padding-bottom:0 !important; }
.b-pb-5 { padding-bottom:5px !important; }
.b-pb-10 { padding-bottom:10px !important; }
.b-pb-15 { padding-bottom:15px !important; }
.b-pb-20 { padding-bottom:20px !important; }
.b-pb-25 { padding-bottom:25px !important; }
.b-pb-30 { padding-bottom:30px !important; }
.b-pb-35 { padding-bottom:35px !important; }
.b-pb-40 { padding-bottom:40px !important; }
.b-pb-45 { padding-bottom:45px !important; }
.b-pb-50 { padding-bottom:50px !important; }
.b-pb-55 { padding-bottom:55px !important; }
.b-pb-60 { padding-bottom:60px !important; }
.b-pb-65 { padding-bottom:65px !important; }
.b-pb-70 { padding-bottom:70px !important; }
.b-pb-75 { padding-bottom:75px !important; }
.b-pb-80 { padding-bottom:80px !important; }
/* top */
.b-pt-0 { padding-top:0 !important; }
.b-pt-5 { padding-top:5px !important; }
.b-pt-10 { padding-top:10px !important; }
.b-pt-15 { padding-top:15px !important; }
.b-pt-20 { padding-top:20px !important; }
.b-pt-25 { padding-top:25px !important; }
.b-pt-30 { padding-top:30px !important; }
.b-pt-35 { padding-top:35px !important; }
.b-pt-40 { padding-top:40px !important; }
.b-pt-45 { padding-top:45px !important; }
.b-pt-50 { padding-top:50px !important; }
.b-pt-55 { padding-top:55px !important; }
.b-pt-60 { padding-top:60px !important; }
.b-pt-65 { padding-top:65px !important; }
.b-pt-70 { padding-top:70px !important; }
.b-pt-75 { padding-top:75px !important; }
.b-pt-80 { padding-top:80px !important; }

/* マージン調整 */
/* bottom */
.b-mb-0 { margin-bottom:0px !important; }
.b-mb-5 { margin-bottom:5px !important; }
.b-mb-10 { margin-bottom:10px !important; }
.b-mb-15 { margin-bottom:15px !important; }
.b-mb-20 { margin-bottom:20px !important; }
.b-mb-25 { margin-bottom:25px !important; }
.b-mb-30 { margin-bottom:30px !important; }
.b-mb-35 { margin-bottom:35px !important; }
.b-mb-40 { margin-bottom:40px !important; }
.b-mb-45 { margin-bottom:45px !important; }
.b-mb-50 { margin-bottom:50px !important; }
.b-mb-55 { margin-bottom:55px !important; }
.b-mb-60 { margin-bottom:60px !important; }
.b-mb-65 { margin-bottom:65px !important; }
.b-mb-70 { margin-bottom:70px !important; }
.b-mb-75 { margin-bottom:75px !important; }
.b-mb-80 { margin-bottom:80px !important; }
/* top */
.b-mt-0 { margin-top:0px !important; }
.b-mt-5 { margin-top:5px !important; }
.b-mt-10 { margin-top:10px !important; }
.b-mt-15 { margin-top:15px !important; }
.b-mt-20 { margin-top:20px !important; }
.b-mt-25 { margin-top:25px !important; }
.b-mt-30 { margin-top:30px !important; }
.b-mt-35 { margin-top:35px !important; }
.b-mt-40 { margin-top:40px !important; }
.b-mt-45 { margin-top:45px !important; }
.b-mt-50 { margin-top:50px !important; }
.b-mt-55 { margin-top:55px !important; }
.b-mt-60 { margin-top:60px !important; }
.b-mt-65 { margin-top:65px !important; }
.b-mt-70 { margin-top:70px !important; }
.b-mt-75 { margin-top:75px !important; }
.b-mt-80 { margin-top:80px !important; }

@media only screen and (max-width:767px) {
    /* bottom */
    .b-rw-mb-0 { margin-bottom:0px !important; }
    .b-rw-mb-5 { margin-bottom:5px !important; }
    .b-rw-mb-10 { margin-bottom:10px !important; }
    .b-rw-mb-15 { margin-bottom:15px !important; }
    .b-rw-mb-20 { margin-bottom:20px !important; }
    .b-rw-mb-25 { margin-bottom:25px !important; }
    .b-rw-mb-30 { margin-bottom:30px !important; }
    .b-rw-mb-35 { margin-bottom:35px !important; }
    .b-rw-mb-40 { margin-bottom:40px !important; }
    .b-rw-mb-45 { margin-bottom:45px !important; }
    .b-rw-mb-50 { margin-bottom:50px !important; }
    .b-rw-mb-55 { margin-bottom:55px !important; }
    .b-rw-mb-60 { margin-bottom:60px !important; }
    .b-rw-mb-65 { margin-bottom:65px !important; }
    .b-rw-mb-70 { margin-bottom:70px !important; }
    .b-rw-mb-75 { margin-bottom:75px !important; }
    .b-rw-mb-80 { margin-bottom:80px !important; }

    /* top */
    .b-rw-mt-0 { margin-top:0px !important; }
    .b-rw-mt-5 { margin-top:5px !important; }
    .b-rw-mt-10 { margin-top:10px !important; }
    .b-rw-mt-15 { margin-top:15px !important; }
    .b-rw-mt-20 { margin-top:20px !important; }
    .b-rw-mt-25 { margin-top:25px !important; }
    .b-rw-mt-30 { margin-top:30px !important; }
    .b-rw-mt-35 { margin-top:35px !important; }
    .b-rw-mt-40 { margin-top:40px !important; }
    .b-rw-mt-45 { margin-top:45px !important; }
    .b-rw-mt-50 { margin-top:50px !important; }
    .b-rw-mt-55 { margin-top:55px !important; }
    .b-rw-mt-60 { margin-top:60px !important; }
    .b-rw-mt-65 { margin-top:65px !important; }
    .b-rw-mt-70 { margin-top:70px !important; }
    .b-rw-mt-75 { margin-top:75px !important; }
    .b-rw-mt-80 { margin-top:80px !important; }
}

@media only screen and (min-width:768px) {
    /* bottom */
    .b-pc-mb-0 { margin-bottom:0px !important; }
    .b-pc-mb-5 { margin-bottom:5px !important; }
    .b-pc-mb-10 { margin-bottom:10px !important; }
    .b-pc-mb-15 { margin-bottom:15px !important; }
    .b-pc-mb-20 { margin-bottom:20px !important; }
    .b-pc-mb-25 { margin-bottom:25px !important; }
    .b-pc-mb-30 { margin-bottom:30px !important; }
    .b-pc-mb-35 { margin-bottom:35px !important; }
    .b-pc-mb-40 { margin-bottom:40px !important; }
    .b-pc-mb-45 { margin-bottom:45px !important; }
    .b-pc-mb-50 { margin-bottom:50px !important; }
    .b-pc-mb-55 { margin-bottom:55px !important; }
    .b-pc-mb-60 { margin-bottom:60px !important; }
    .b-pc-mb-65 { margin-bottom:65px !important; }
    .b-pc-mb-70 { margin-bottom:70px !important; }
    .b-pc-mb-75 { margin-bottom:75px !important; }
    .b-pc-mb-80 { margin-bottom:80px !important; }
    /* top */
    .b-pc-mt-0 { margin-top:0px !important; }
    .b-pc-mt-5 { margin-top:5px !important; }
    .b-pc-mt-10 { margin-top:10px !important; }
    .b-pc-mt-15 { margin-top:15px !important; }
    .b-pc-mt-20 { margin-top:20px !important; }
    .b-pc-mt-25 { margin-top:25px !important; }
    .b-pc-mt-30 { margin-top:30px !important; }
    .b-pc-mt-35 { margin-top:35px !important; }
    .b-pc-mt-40 { margin-top:40px !important; }
    .b-pc-mt-45 { margin-top:45px !important; }
    .b-pc-mt-50 { margin-top:50px !important; }
    .b-pc-mt-55 { margin-top:55px !important; }
    .b-pc-mt-60 { margin-top:60px !important; }
    .b-pc-mt-65 { margin-top:65px !important; }
    .b-pc-mt-70 { margin-top:70px !important; }
    .b-pc-mt-75 { margin-top:75px !important; }
    .b-pc-mt-80 { margin-top:80px !important; }
}

/* この行より下へのクラス追加は禁止 --------------------------*/