@charset "UTF-8";

section {
    margin: 0;
}

.section .section-inner {
    padding-top: 56px !important;
}

ul li a {
    text-decoration: none;
}

.list-notes-a a {
 text-decoration: underline;
}
@media only screen and (min-width:1281px) {
	.lf-hero-hdg {
		font-size: 4.2rem;
		letter-spacing: -0.15rem;
	}
}

@media only screen and (min-width:768px) and (max-width:1280px) {
	.lf-hero-hdg {
		font-size: calc(40vw*100/1280);
		letter-spacing: -0.15rem;
	}
}

@media screen and (max-width: 480px) {
    .section-inner {
        padding: 56px 16px 48px;
    }
}

@media only screen and (max-width: 480px) {
    .main-contents .section:last-child .section-inner {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
	.c-lyt-visual-item-b-promotion-a-wrap--nav-bottom .c-lyt-visual-item-b-promotion-a__ttl .soft-hdg-a {
		padding: 16px;
		background: #595959;
	}
}

@media only screen and (min-width: 320px) {
	.main-contents .soft-section-inner-non_structure {
		padding-top: 24px !important;
	}
}

h1.hdg-a > span {
	font-size: 1.6rem;
	font-weight: normal;
	display: block;
}

.soft-hdg-a {
	padding-top: 0;
}

.box {
    border: 1px solid #000;
    padding: 30px;
    margin-bottom: 64px;
}

.bg_white {
    background: #fff;
    border: 1px solid #fff;
}

.mb30 {
    margin-bottom: 30px;
}

/* センタリング
====================================================*/

.campaign-fence-mobile-remotemanager .center {
    text-align: center;
}

/* txt
====================================================*/
.main-contents h2 {
    text-align: center;
    margin: 0px 0 64px;
    font-size: 3.2rem;
    font-weight: 800;
}

@media screen and (max-width: 480px) {
    .main-contents h2 {
        font-size: 2.4rem;
        margin-bottom: 16px;
    }
}


.main-contents h2+p {
    margin-bottom: 60px;
}

@media only screen and (max-width: 480px) {
    .main-contents h2+p {
        margin-bottom: 30px;
    }
}

.main-contents h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .main-contents h3 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .main-contents h3 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 30px;
    }
}


.diff-color-a {
    color: #790b17;
}



/* テキスト改行　画像切り替え
====================================================*/

.pc {
    display: inline;
}

.sp {
    display: none;
}

@media only screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: inline;
    }
}


/* デバイス別表示
====================================================*/
@media only screen and (min-width: 769px) {
    .hide-pc {
        display: none;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .hide-tb {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .hide-sp {
        display: none;
    }
}

.displayout {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


/*ボタン設定
====================================================*/
.border-btn {
    text-align: center;
}

@media only screen and (max-width: 320px) {
    .border-btn {
        text-align: left;
    }
}

.border-btn a {
    display: inline-block;
    max-width: 450px;
    width: 100%;
    border: 1px solid #000;
    padding: 24px;
    color: #000;
    text-decoration: none;
    position: relative;
    border-radius: 70px;
}

.border-btn.white a {
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 30px;
}

@media only screen and (max-width: 320px) {
    .border-btn a {
        padding: 24px 10px 24px 20px;
    }
}

.border-btn.round a {
    border-radius: 100px;
}

/* ボタンアイコン */

.btn-lf-a {
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

/* 色指定 */

.btn-lf-a.btn-lf-a-ffffff {
    color: #ffffff
}

.btn-lf-a.btn-lf-a-000000 {
    color: #000
}


.btn-lf-a-icon {
    display: inline-block !important;
    position: relative;
    vertical-align: middle;
}

.icon_set_right .btn-lf-a-icon {
    margin-left: 10px;
}

.icon_set_left .btn-lf-a-icon {
    margin-right: 10px;
}

/* アイコンサイズ指定 */

.btn-lf-a-24 .btn-lf-a-icon {
    width: 24px;
    height: 24px
}

.btn-lf-a-36 .btn-lf-a-icon {
    width: 36px;
    height: 36px
}

.btn-lf-a-icon::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    z-index: 0
}

.btn-lf-a-ffffff .btn-lf-a-icon::before {
    border: 1px solid #ffffff
}

.btn-lf-a-000000 .btn-lf-a-icon::before {
    border: 1px solid #000
}

.btn-lf-a-icon svg {
    position: absolute;
    top: 0;
    left: 0
}


.btn-lf-a-ffffff .btn-lf-a-icon svg {
    fill: #ffffff
}

.btn-lf-a-000000 .btn-lf-a-icon svg {
    fill: #000
}

.btn-lf-a-icon svg .circle {
    fill: none;
    stroke-width: 1px;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.btn-lf-a-ffffff .btn-lf-a-icon svg .circle {
    stroke: #ffffff
}

.btn-lf-a-000000 .btn-lf-a-icon svg .circle {
    stroke: #000
}

.btn-lf-a-icon svg .arrow {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

a.btn-lf-a:hover .btn-lf-a-icon::before {
    opacity: .1
}

a.btn-lf-a:hover .btn-lf-a-icon svg .arrow {
    -webkit-animation: arrow 1.5s forwards ease-in-out;
    animation: arrow 1.5s forwards ease-in-out
}

a.btn-lf-a:hover .btn-lf-a-icon svg .circle {
    fill: transparent;
    stroke-width: 1;
    -webkit-animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1)
}

a.btn-lf-a-ffffff.btn-lf-a:hover .btn-lf-a-icon svg .circle {
    stroke: #ffffff
}

a.btn-lf-a-000000.btn-lf-a:hover .btn-lf-a-icon svg .circle {
    stroke: #000
}

a:hover .btn-lf-a .btn-lf-a-icon::before {
    opacity: .1
}

a:hover .btn-lf-a .btn-lf-a-icon svg .arrow {
    -webkit-animation: arrow 1.5s forwards ease-in-out;
    animation: arrow 1.5s forwards ease-in-out
}

a:hover .btn-lf-a .btn-lf-a-icon svg .circle {
    fill: transparent;
    stroke-width: 1;
    -webkit-animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: circle 2s forwards cubic-bezier(0.215, 0.61, 0.355, 1)
}


a:hover .btn-lf-a-ffffff.btn-lf-a .btn-lf-a-icon svg .circle {
    stroke: #ffffff
}

a:hover .btn-lf-a-000000.btn-lf-a .btn-lf-a-icon svg .circle {
    stroke: #000
}


/* pdf icon setting */

.btn-lf-b {
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

/* 色指定 */
.btn-lf-b.btn-lf-b-ffffff {
    color: #fff
}

.btn-lf-b.btn-lf-b-000000 {
    color: #000
}

.btn-lf-b-icon {
    display: inline-block !important;
    position: relative;
    vertical-align: middle;
}

.icon_set_right .btn-lf-b-icon {
    margin-left: 10px;
}

.icon_set_left .btn-lf-b-icon {
    margin-right: 10px;
}

/* アイコンサイズ指定 */
.btn-lf-b-24 .btn-lf-b-icon {
    width: 24px;
    height: 24px
}

.btn-lf-b-36 .btn-lf-b-icon {
    width: 36px;
    height: 36px
}


.btn-lf-b-icon::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    z-index: 0
}

.btn-lf-b-ffffff .btn-lf-b-icon::before {
    border: 1px solid #ffffff
}

.btn-lf-b-000000 .btn-lf-b-icon::before {
    border: 1px solid #000
}

.btn-lf-b-icon svg {
    position: absolute;
    top: 0;
    left: 0
}

.btn-lf-b-ffffff .btn-lf-b-icon svg {
    fill: #ffffff
}

.btn-lf-b-000000 .btn-lf-b-icon svg {
    fill: #000
}

/* mov icon setting */

.btn-lf-c {
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

/* 色指定 */
.btn-lf-c.btn-lf-c-ffffff {
    color: #fff
}

.btn-lf-c.btn-lf-c-000000 {
    color: #000
}

.btn-lf-c-icon {
    display: inline-block !important;
    position: relative;
    vertical-align: middle;
}

.icon_set_right .btn-lf-c-icon {
    margin-left: 10px;
}

.icon_set_left .btn-lf-c-icon {
    margin-right: 10px;
}

/* アイコンサイズ指定 */
.btn-lf-c-24 .btn-lf-c-icon {
    width: 24px;
    height: 24px
}

.btn-lf-c-36 .btn-lf-c-icon {
    width: 36px;
    height: 36px
}


.btn-lf-c-icon::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    z-index: 0
}

.btn-lf-c-ffffff .btn-lf-c-icon::before {
    border: 1px solid #ffffff
}

.btn-lf-c-000000 .btn-lf-c-icon::before {
    border: 1px solid #000
}

.btn-lf-c-icon svg {
    position: absolute;
    top: 0;
    left: 0
}

.btn-lf-c-ffffff .btn-lf-c-icon svg {
    fill: #ffffff
}

.btn-lf-c-000000 .btn-lf-c-icon svg {
    fill: #000
}

.item_more {
    position: relative;
}

.link_icon {
    display: inline-block;
    padding-left: 42px;
}

/*btn animation*/
@-webkit-keyframes arrow {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    25% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    40% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes arrow {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    25% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    40% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes circle {
    0% {
        stroke-dasharray: 0 300;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    10% {
        stroke-dasharray: 50 100
    }

    20% {
        stroke-dasharray: 100 200
    }

    30% {
        stroke-dasharray: 150 300
    }

    40% {
        stroke-dasharray: 200 300
    }

    60% {
        stroke-dasharray: 300 300;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes circle {
    0% {
        stroke-dasharray: 0 300;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    10% {
        stroke-dasharray: 50 100
    }

    20% {
        stroke-dasharray: 100 200
    }

    30% {
        stroke-dasharray: 150 300
    }

    40% {
        stroke-dasharray: 200 300
    }

    60% {
        stroke-dasharray: 300 300;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


.widepanel {
    margin: 0 auto;
    background-color: #fff;
    max-width: 1000px;
}


.widepanel>.col2 {
    display: flex;
    justify-content: space-between;
}

.widepanel>.col2>.visual {
    width: 42%;
    text-align: center;
}

.widepanel>.col2>.visual img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.widepanel>.col2>.text {
    width: 58%;
    padding: 20px 30px;
}

@media only screen and (max-width: 480px) {
    .widepanel>.col2>.text {
        padding: 10px;
    }
}


.widepanel>.col2 .text>p+p {
    margin-top: 1em;
}

.widepanel>.col2 .text>.lyt-btn-a {
    justify-content: flex-start;
}

.widepanel>.col2.equal>* {
    width: 48% !important;
}

.widepanel>.col2>.inner {
    padding: 16px;
    border: 1px solid #d9d9d9;
}

.widepanel>.col2>.inner>.visual {
    margin-bottom: 10px;
}

.widepanel>.col2+.notice {
    margin-top: 10px;
    font-size: 0.8125rem;
    color: #000;
}

.widepanel>.col2 .text .title {
    font-size: 2rem;
    font-weight: 800;
    padding-bottom: 16px;
}

@media only screen and (max-width: 768px) {
    .widepanel>.col2 {
        flex-direction: column-reverse;
    }

    .widepanel>.col2>* {
        width: 100% !important;
    }

    .widepanel>.col2.equal>* {
        width: 100% !important;
    }

    .widepanel>.col2 .text {
        margin-bottom: 10px;
    }

    .widepanel>.col2 .visual {
        text-align: center;
    }
}

ul.list_wrap {
    width: 100%;
    padding: 0 0px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    ul.list_wrap {
        padding: 0;
    }
}



ul li.list_panel {
    width: 23%;
    background: #fff;
    border-radius: 4px;
    list-style: none;
    padding: 16px 16px 32px 16px;
    margin-bottom: 16px;
    position: relative;
    margin-right: 16px;
}

ul li:nth-child(4n) {
    margin-right: 0px;
}

@media only screen and (max-width: 768px) {
    ul li.list_panel {
        width: 48.5%;
    }

    ul li:nth-child(2n) {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 480px) {
    ul li.list_panel {
        width: 100%;
    }

    ul li.list_panel {
        margin-right: 0px;
    }
}

ul li.list_panel img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.list_box {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    background: #fff;
}

.list_box.catalog_panel {
    border-radius: 8px;
}

.list_textwrap {
    width: 100%;
    margin-bottom: 24px;

}

.list_title {
    margin: 6px 0 8px;

    font-size: 1.8rem;
    font-weight: 800;
    display: block;
}

.list_lead {
    text-align: left !important;
}

.list_moreinfo {
    align-self: flex-end;
    width: 100%;
    /*margin-top: 24px;*/
}

/* パンくず
====================================================*/
.breadcrumb {
    margin-bottom: 0;
}

/* kv
====================================================*/
.breadcrumb-wrapper+#main .lf-hero-a {
    margin-top: 0px !important;
}

/*page_ancher
====================================================*/
.section.page_ancher {
    background: #fff;
}

.section.page_ancher .section-inner {
    padding: 16px 16px 14px !important;
}


.page_ancher ul li {
    display: inline-block;
    padding: 0 24px;
    border-right: 1px solid #000;
    line-height: 20px;
}

@media only screen and (max-width: 768px) {
    .page_ancher ul li {
        padding: 0 12px 0 8px;
    }
}

.page_ancher ul li a {
    text-decoration: none;
    position: relative;
    padding-left: 16px;
}

@media only screen and (max-width: 768px) {
    .page_ancher ul li a {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 480px) {
    .page_ancher ul li a {
        font-size: 1.2rem;
    }
}

.page_ancher ul li a::before {
    display: block;
    position: absolute;
    content: "";
    top: 70%;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #6d6e70;
    border-right: 2px solid #6d6e70;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -12px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
}

/* promotion
====================================================*/
.promotion {
    background: #efefef;
}

@media only screen and (max-width: 480px) {
    .promotion {
        padding-top: 32px;
    }
}

.promotion .lyt-panel-a li {
    position: relative;
}

@media only screen and (max-width: 480px) {
    .promotion .lyt-col-announce-a>li {
        flex-basis: 100%;
    }
}

span.promo_label {
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    padding: 4px 16px;
    margin-bottom: 10px;
    background: #2400B0;
    min-width: 120px;
    text-align: center;

}

.promotion .lyt-panel-a span.promo_label {
    position: absolute;
    top: 0px;
    left: 0px;
}

@media only screen and (max-width: 768px) {
    .promotion .lyt-panel-a span.promo_label {
        left: 27px;
    }
}


@media only screen and (max-width: 480px) {
    .promotion .lyt-panel-a span.promo_label {
        left: 0px;
    }

    .lyt-col-announce-a>li>a {
        max-width: 100%;
    }
}


.promotion .lyt-col-announce-a>li>a:hover img,
.promotion .lyt-col-announce-a>li>a:active img,
.promotion .lyt-col-announce-a>li>a:focus img {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.promotion .widepanel {
    margin-top: 30px;
}


/* reason 
====================================================*/
.section.reason {
    background-color: rgba(255, 255, 255, 1);
}

.section.reason .section-inner {
    padding-top: 56px !important;
    padding-bottom: 4px !important;
}

.section.reason .role-list>li>a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section.reason .role-list>li>a:hover {
    opacity: .5;
}

.section.reason .role-list .btn-lf-a-icon {
    vertical-align: top;
}


.section.reason .role-list .btn-lf-c-icon {
    vertical-align: top;
}

.section.reason .role-list .txtbox {
    margin-top: 30px;
}

.section.reason .role-list .txtbox.ta-c {
   text-align: center;
}

.section.reason .role-list .txtbox .list_title {
    font-size: 2.4rem;
    font-weight: 800;
    margin: 0;
    display: inline;
}

.section.reason .role-list .txtbox .list_lead {
    display: block;
    margin-top: 20px;
}

/* セカンダリーハイライトサークル */
.role-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.role-list>li {
    width: 33.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.role-list>li:not(:last-child) {
    margin-bottom: 60px;
}

.role-list .img-wrap {
    display: flex;
    width: 80%;
    padding: 11.7%;
    border-radius: 100vh;
}

.role-list .img-wrap.or-yl {
    /* オレンジ＞イエロー */
    background: linear-gradient(135deg, rgba(255, 128, 0, 1) 25%, rgba(255, 231, 0, 1) 85%);
}

.role-list .img-wrap.cy-yl {
    /* シアン＞イエロー */
    background: linear-gradient(135deg, rgba(0, 231, 239, 1) 25%, rgba(255, 231, 0, 1) 85%);
}

@media screen and (max-width: 480px) {
    .role-list .img-wrap {
        margin-left: 0%;
    }
}

.role-list .img-wrap img {
    border-radius: 100vh;
}

.role-list h3 {
    font-size: 2.4rem;
    margin-top: 30px !important;
    text-align: center;
}

.role-list .desc {
    text-align: left;
}

@media only screen and (max-width: 1000px) {
    .role-list>li {
        width: 48.5%;
    }
}

@media only screen and (max-width: 767px) {
    .role-list {
        flex-direction: column;
    }

    .role-list>li {
        width: 100%;
    }

    .role-list h3 {
        margin-top: 24px !important;
    }
}

.section.reason .item_more {
    display: block;
    padding: 24px 24px 24px 0;
}



/* モーダル表示エリア */
.modal-content {
    display: none;
}

#colorbox {
    max-width: 1000px;
}

#cboxLoadedContent,
#cboxContent {
    height: auto !important;
    max-height: 800px;
}

#cboxLoadedContent>iframe {
    aspect-ratio: 16 / 9;
}

#cboxLoadedContent {
    background: #fff;
}

@media only screen and (max-width: 1000px) {

    #cboxLoadedContent,
    #cboxContent {
        max-height: 600px;
    }
}

@media only screen and (max-width: 768px) {

    #cboxLoadedContent,
    #cboxContent {
        height: 150vw !important;
    }
}

#cboxLoadedContent {
    padding: 0;
    overflow: auto;
    box-shadow: 0px 1px 10px #000;
}

#cboxClose {
    display: inline-block;
}

.modal-content-inner {
    padding: 20px;
}

.modal-content-inner .panel {
    display: flex;
}

.modal-content-inner .small {
    font-size: 1.3rem;
}

.modal-content-inner .panel>.item.img {
    width: 50%;
    padding-right: 20px;
    flex-shrink: 0;
}

.modal-content-inner .panel>.item.img .img-inner {
    text-align: center;
}

.modal-content-inner .item.text>p {
        margin-top: 20px;
}

.modal-content-inner .panel>.item.text {
    width: 50%;
    flex-grow: 1;
}

.modal-content-inner .panel>.item.text>p {
    margin-bottom: 16px;
}

.modal-content-inner .panel>.item {
    margin: 16px 0 0 !important;
}

.modal-content-inner .panel>.item .list-a>li+li {
    margin-top: 0;
}

.modal-content-inner .panel>.item .list-a>li>ul {
    margin-top: 0 !important;
}

.dot_blue.list-a>li:before {
    background: #2400b0;
}


@media only screen and (max-width: 1000px) {
    .box-a {
        padding: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-content-inner .panel {
        flex-wrap: wrap;
    }

    .modal-content-inner .panel>.item.img {
        width: 100%;
        margin-right: 0;
    }

    .modal-content-inner .panel>.item.text {
        margin-top: 40px;
    }
}

/* list-style */

.list_dot_blue {
    line-height: 3rem;
}

/* btmlinkbtn */

.lyt-col-announce-a>li.col3 {
    width: 30%;
}

@media only screen and (max-width: 768px) {
    .lyt-col-announce-a.col3 {
        justify-content: center;
    }
}

@media only screen and (max-width: 480px) {
    .lyt-col-announce-a>li.col3 {
        flex-basis: auto;
        width: 100%;
    }
}


/* topics 
====================================================*/
.section.topics.SB_E1_T4 {
    /* シアン＞ライム＞イエロー */
    background: url(/jp/imagesgig5/7935-14-FJ_SB_E1_T4_RGB-4000px_tcm102-7079771_tcm102-2750236-32.png) no-repeat 0 / cover !important;
}

.section.topics.SB_H5_T3 {
    /* オレンジ＞イエロー */
    background: url(/jp/imagesgig5/7935-14-FJ_SB_H5_T3_RGB-4000px_tcm102-7079772_tcm102-2750236-32.png) no-repeat 0 / cover !important;
}

.section.topics .section-inner {
    padding-top: 56px !important;
}

.section.topics .section-inner h4 {
    font-size: 2.4rem;
    font-weight: 800;
    padding-bottom: 16px;
}

.topics .widepanel {
    background: none;
}


/* 価格 
====================================================*/
.section.price {
    background-color: rgba(220, 220, 220, 1);
}

.section.price .section-inner {
    padding-top: 56px !important;
}

.section.price .section-inner.btn {
    padding-top: 0px !important;
}


/* カタログ・資料ダウンロード 
====================================================*/
.section.catarog_dl {
    background: url(/jp/imagesgig5/FJ_GRAD_E9B_RGB_tcm102-7079782_tcm102-2750236-32.png) no-repeat;
    background-size: cover !important;
    background-position: 50% 100%;
}

.catarog_dl h2 {
    color: #fff;
}

.catarog_dl .widepanel {
    margin: 30px auto;

}

.catarog_dl .list_title {
    text-align: center;
    min-height: 66px;
}

.catarog_dl .list_title {
    border-bottom: 2px solid #008224;
}

.btmkink {
    padding-left: 20px;
}

@media only screen and (max-width: 480px) {
    .btmkink {
        padding-left: 0px;
    }
}

.btmkink li {
    line-height: 3.6rem;
}

.btmkink a {
    color: #fff;
    text-decoration: underline;
}

.btmkink a:hover {
    opacity: .5;
    text-decoration: none;
    transition: .3s;
}

/*お客様事例

====================================================*/

.section.customer_case {
    background: #efefef;
}


.customer_case h2 {
    margin-bottom: 56px;
}

.customer_case ul.list_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-left: -20px;
    justify-content: center;
    margin: 56px auto 64px;
}

@media only screen and (max-width: 480px) {
    .customer_case ul.list_wrap {
        margin: 56px auto 30px;
    }
}

.customer_case .list_wrap>li {
    width: 31.5%;
}

@media only screen and (min-width: 769px) {
	.customer_case .list_wrap>li:nth-child(3n) {
	    margin-right: 0px;
	}

	.customer_case .list_wrap>li:nth-child(4n) {
	    margin-right: 16px;
	}
}

@media only screen and (max-width: 768px) {
    .customer_case .list_wrap>li {
        width: 48.5%;
    }

    .customer_case .list_wrap li:nth-child(2n) {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .customer_case .list_wrap>li {
        width: 100%;
    }
}

.customer_case.list_wrap img {
    height: fit-content !important;
}

.customer_case .list_box.catalog_panel {
    border-radius: 0;
    border-bottom: none !important;
}

.customer_case .list_textwrap {
    padding-top: 16px;
}


/*section07トピックス
====================================================*/
.section.news {}

.list-news-a .news-content .date {
    white-space: nowrap;
    min-width: 120px;
}



/*section08  関連情報
====================================================*/

.related_informatione {
    background: #dcdcdc;
}



/* お問い合わせ用スタイル
====================================================*/

.section.contact {
    color: #fff;
    background-position: 100% 20%;
    background-size: cover !important;
}

.section.contact .bg-bl {
    background-color: #2400b0;
}

.section.contact .bg-em {
    background-color: #008224;
}

.section.contact .bg-re {
    background-color: #ea0000;
}

.section.contact .bg-ma {
    background-color: #D80084;
}

.section.contact .section-inner {
    padding-top: 56px !important;
    padding-bottom: 64px !important;
}


.column_box {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

.column_box h3 {
    font-size: 2.4rem;
    margin-bottom: 64px;
    position: relative;
    padding: 1.5rem;
    text-align: center;
}

.column_box h3:before {
    position: absolute;
    bottom: 6px;
    left: calc(50% - 90px);
    width: 180px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #efefef;
}

.column_box .column {
    position: relative;
    flex: 1;
}

@media screen and (max-width: 480px) {
    .column_box .column {
        flex: auto;
    }
}

.column_box .column.col_left {
    margin-right: 2em;
    padding: 0 10px;
}

@media screen and (max-width: 480px) {
    .column_box .column.col_left {
        margin-right: 0;
        margin-bottom: 30px;
    }
}


.column_box .column.col_left::after {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0 1rem;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
}

@media screen and (max-width: 480px) {
    .column_box .column.col_left::after {
        display: none;
    }
}

.column_box .column.col_right {
    padding: 0 10px;
}


.column_box .contact_box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .column_box .contact_box {
        flex-direction: column;
    }
}

.column_box .contact_box .contact_box_icon {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .column_box .contact_box .contact_box_icon {
        margin: 0 auto 30px;
    }
}

.column_box .contact_box .contact_box_content {
    margin: 0 0 0 24px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .column_box .contact_box .contact_box_content {
        margin: 0;
    }
}


.column_box .contact_box_content h4 {
    font-size: 2rem;
}

.column_box .contact_box_content .title {
    font-size: 1.8rem;
    margin-top: 18px;
}

.column_box .contact_box_content a.tel {
    font-size: 3.8rem;
    font-weight: 900;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
}


.column_box .contact_box_content p.cap {
    font-size: 1.4rem;
    margin-bottom: 20px;
}


#footer-conversion .conv-list > li.login > a[href$="/productlineup/"] {
	padding-left: 22px !important;
}

#footer-conversion .conv-list > li.login > a[href$="/productlineup/"]::before {
	background-image: none;
}

@media only screen and (max-width: 767px) {
	#footer-conversion .conv-list >li.login > a[href$="/productlineup/"]::before {
		margin-right: 0;
	}
}

#footer-conversion li.login > a[href$="/productlineup/"]::before {
	width: 0;
}

@media only screen and (max-width: 767px) {
	#footer-conversion li.login > a[href$="/productlineup/"] {
		max-width: inherit;
		font-size: 1.4rem;
	}
}


