/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
body,
html {
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

a {
    color: inherit;
    text-decoration: none
}

* {
    box-sizing: border-box
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Noto Sans JP, sans-serif
}

@media (min-width:769px) {

    .menu-wapper,
    .my-menu {
        display: none
    }
}

@media (max-width:768px) {
    .gnav {
        display: none
    }

    .menu-wapper,
    .my-menu {
        display: block
    }

    .bm-burger-button {
        position: fixed;
        width: 36px;
        height: 30px;
        left: 15px;
        top: 15px
    }

    .bm-burger-bars {
        background: #373a47
    }

    .bm-burger-bars-hover {
        background: #a90000
    }

    .bm-cross-button {
        height: 24px;
        width: 24px
    }

    .bm-cross {
        background: #bdc3c7
    }

    .bm-menu-wrap {
        position: fixed;
        height: 100%
    }

    nav.bm-item-list a {
        margin-bottom: 10px
    }

    .bm-menu {
        background: #eff6ff;
        padding: 2.5em 1.5em 0;
        font-size: 1.15em
    }

    .bm-morph-shape {
        fill: #373a47
    }

    .bm-item-list {
        color: #000;
        padding: .8em
    }

    .bm-item {
        display: inline-block
    }

    .bm-overlay {
        background: rgba(0, 0, 0, .3)
    }

    .bm-item.cta {
        margin-top: 20px;
        color: #000
    }

    a.h_logoin,
    a.h_signin {
        background: #054083;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        color: #fff;
        padding: 2px;
        border-radius: 2px
    }

    .bm-item.cta a {
        display: block
    }

    .fixed_cta_yellow {
        background: #ffca28d6;
        text-align: center;
        border-radius: 24px;
        padding: 20px 0;
        color: #fff;
        width: 115px;
        font-size: 13px;
        margin-bottom: 5px
    }

    .bm-item.fixed_cta {
        display: flex
    }

    .fixed_cta_yellow img {
        width: 60px;
        height: auto;
        display: block;
        text-align: center;
        margin: auto
    }

    .fixed_cta_blue {
        background: #2b598e;
        text-align: center;
        border-radius: 24px;
        padding: 20px 0;
        color: #fff;
        width: 115px;
        font-size: 13px
    }

    .fixed_cta_blue img {
        width: 60px;
        height: auto;
        display: block;
        text-align: center;
        margin: auto
    }
}

.Home_container__bCOhY {
    padding: 0
}

.Home_main__nLjiQ {
    min-height: 100%;
    padding: 0;
    flex: 1 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff
}

.Home_title__T09hD a {
    color: #0070f3;
    text-decoration: none
}

.Home_title__T09hD a:active,
.Home_title__T09hD a:focus,
.Home_title__T09hD a:hover {
    text-decoration: underline
}

.Home_title__T09hD {
    margin: 0;
    line-height: 1.15;
    font-size: 4rem
}

.Home_description__41Owk,
.Home_title__T09hD {
    text-align: center
}

.Home_description__41Owk {
    margin: 4rem 0;
    line-height: 1.5;
    font-size: 1.5rem
}

.Home_card___LpL1 h2 {
    margin: 0 0 1rem;
    font-size: 1.5rem
}

.Home_card___LpL1 p {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5
}

.Home_logo__27_tb {
    height: 1em;
    margin-left: .5rem
}

@media (max-width:600px) {
    .Home_grid__GxQ85 {
        width: 100%;
        flex-direction: column
    }
}

.Home_mainvisual__k7B3J,
.Home_mainvisual__k7B3J video,
.Home_top_main__q16ay {
    width: 100%
}

.Home_content__Zy02X {
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%
}

@media (max-width:600px) {
    .Home_content__Zy02X {
        padding: 10px
    }
}

.Home_top_maincath__Ujci6 {
    margin-bottom: 50px
}

.Home_top_maincath__Ujci6 h2 {
    font-size: 36px;
    font-family: Noto Sans JP, sans-serif;
    text-align: center;
    position: relative
}

.Home_top_maincath__Ujci6 h2:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 5px;
    background: #075bbc;
    bottom: -10px
}

.Home_top_maincath__Ujci6 h2 span {
    color: #075bbc;
    font-size: 24px;
    display: block
}

.Home_top_maincard__kcB1_ {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 55px
}

.Home_top_maincard__kcB1_ a {
    background: #075bbc;
    color: #fff;
    text-align: center;
    padding: 2rem;
    font-size: 20px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    width: 300px;
    transition: .3s
}

.Home_top_maincard__kcB1_ a:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg)
}

.Home_top_product_lineup__5GbAe {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px
}

.Home_top_product_lineup_detail__sJ6hM {
    width: 31.5%;
    text-align: center;
    box-shadow: 1px 1px 10px 0 #0000003d;
    font-size: 20px
}

.Home_top_product_lineup_detail_width__xb67V {
    width: 85%;
    margin: 0 auto
}

.Home_top_product_lineup_detail_width__xb67V img {
    margin-top: 20px
}

.Home_top_product_lineup_detail_width__xb67V p {
    border-bottom: 2px dashed #999;
    padding-top: 0;
    padding-bottom: 15px;
    font-weight: 500
}

.Home_top_product_lineup_detail_category__TpaBZ {
    font-size: 16px;
    text-align: left;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 15px
}

.Home_top_product_lineup_detail_category__TpaBZ a {
    padding: 10px 20px;
    color: #fff;
    margin-left: 10px
}

@media (max-width:1023px) {
    .Home_top_product_lineup_detail_category__TpaBZ a {
        margin-left: 0;
        margin-bottom: 10px;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.Home_top_product_lineup_detail_category__TpaBZ a:first-child {
    padding: 10px;
    margin-left: 0;
    color: #fff
}

@media (max-width:768px) {
    .Home_top_product_lineup__5GbAe {
        display: block
    }

    .Home_top_product_lineup_detail__sJ6hM {
        display: block;
        width: 100%
    }
}

.Home_product_category_a___7DnI {
    background: #075bbc
}

.Home_product_category_b__b46t_ {
    background: #2d5c92
}

.Home_top_heading2__0nIBk {
    margin-bottom: 45px
}

.Home_top_heading2__0nIBk h2 {
    background: #f6f6f6;
    font-size: 24px;
    padding: 20px 20px 20px 50px;
    position: relative;
    font-weight: 500
}

.Home_top_heading2__0nIBk h2:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 48px;
    background: #075bbc;
    top: 15px;
    left: 25px
}

.Home_top_introeffect_lineup_detail__dH_C5 {
    width: 48%;
    text-align: left;
    box-shadow: 1px 1px 10px 0 #0000003d;
    margin-bottom: 25px;
    padding-bottom: 10px
}

.Home_top_introeffect_lineup__OE2rn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.Home_top_introeffect_lineup_detail_width__udWxo {
    width: 85%;
    margin: 0 auto
}

.Home_top_introeffect_lineup_detail_width__udWxo h3 {
    border-bottom: 2px dashed #999;
    padding-top: 20px;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 500
}

.Home_top_introeffect_lineup_detail_width__udWxo p {
    font-size: 16px;
    padding-bottom: 25px;
    font-weight: 100
}

.Home_top_introeffect_lineup_detail_category__CRyST {
    margin-bottom: 25px
}

.Home_top_introeffect_lineup_detail_category__CRyST a {
    padding: 10px 20px;
    color: #fff;
    margin-left: 10px
}

@media (max-width:1023px) {
    .Home_top_introeffect_lineup_detail_category__CRyST a {
        margin-left: 0;
        margin-bottom: 10px;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media (max-width:768px) {
    .Home_top_introeffect_lineup__OE2rn {
        display: block
    }

    .Home_top_introeffect_lineup_detail__dH_C5 {
        display: block;
        width: 100%
    }

    .Home_top_introeffect_lineup_detail_width__udWxo {
        padding: 5px
    }
}

.Home_top_introeffect_lineup_detail_category__CRyST a:first-child {
    padding: 10px;
    margin-left: 0;
    color: #fff
}

.Home_introeffect_category_a__9PLNt,
.Home_introeffect_category_b__AAC9M {
    background: #064288
}

.Home_top_industry_lineup_detail__e70NE {
    width: 48%;
    text-align: left;
    box-shadow: 1px 1px 10px 0 #0000003d;
    margin-bottom: 25px;
    padding-bottom: 10px
}

.Home_top_industry_lineup__52TQT {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.Home_top_industry_lineup_detail_width__D7ug0 {
    width: 85%;
    margin: 0 auto
}

.Home_top_industry_lineup_detail_width__D7ug0 h3 {
    border-bottom: 2px dashed #999;
    padding-top: 20px;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 500
}

.Home_top_industry_lineup_detail_width__D7ug0 p {
    font-size: 16px;
    padding-bottom: 25px;
    font-weight: 100
}

.Home_top_industry_lineup_detail_category__C3yR_ {
    margin-bottom: 25px
}

.Home_top_industry_lineup_detail_category__C3yR_ a {
    padding: 10px 20px;
    color: #fff;
    margin-left: 10px;
    background: #075bbc
}

.Home_top_industry_lineup_detail_category__C3yR_ a:first-child {
    padding: 10px;
    margin-left: 0;
    color: #fff
}

@media (max-width:1023px) {
    .Home_top_industry_lineup_detail_category__C3yR_ a {
        margin-left: 0;
        margin-bottom: 10px;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media (max-width:768px) {
    .Home_top_industry_lineup__52TQT {
        display: block
    }

    .Home_top_industry_lineup_detail__e70NE {
        display: block;
        width: 100%
    }

    .Home_top_industry_lineup_detail_width__D7ug0 {
        padding: 5px
    }
}

.Home_sidebar___cAMT {
    width: 22%;
    display: none
}

.Home_serchaction__Mq_oR {
    width: 50px;
    height: 50px;
    background: #075bbc
}

.Home_serchholder__MqeNs {
    height: 50px;
    width: 320px
}

.Home_serchaction__Mq_oR img {
    width: 30px;
    height: 30px
}

.Home_serchaction__Mq_oR i {
    background-image: url(/serch2.png)
}

.Home_serchbox__h_qg1 {
    max-width: 370px;
    max-height: 50px;
    margin-bottom: 50px
}

.Home_sercform__At9W4 {
    width: 370px;
    height: 50px;
    display: flex;
    align-items: center
}

.Home_serchcategory__QQ_1M h3 {
    font-size: 24px;
    color: #075bbc;
    text-align: center;
    border-bottom: 2px solid #075bbc;
    padding-bottom: 20px
}

.Home_serchcategory_product_group__q_kTG {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.Home_serchcategory_product_group__q_kTG a {
    color: #222;
    background: #fff;
    border: 1px solid #707070;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 30px;
    box-shadow: 1px 1px 5px 0 #7070705c;
    margin-bottom: 10px;
    font-weight: 100
}

.Home_serchcategory_introeffect__yuY8a,
.Home_serchcategory_product__f2s60 {
    margin-bottom: 50px
}

.Home_serchcategory_introeffect_group__lqtCE a span img {
    max-width: 20px;
    max-height: auto;
    margin-right: 15px
}

.Home_serchcategory_introeffect_group__lqtCE a {
    font-weight: 700;
    display: block;
    border-bottom: 2px dashed #b9b9b9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px
}

.Home_serchcategory_industry__FPTDR {
    margin-bottom: 50px
}

.Home_serchcategory_industry_group__OhurH {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.Home_serchcategory_industry_group__OhurH a {
    background: #f5f5f5;
    box-shadow: 1px 1px 2px #0000002b;
    text-align: center;
    max-width: 180px;
    width: 45%;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px
}

.Home_serchcategory_usescene__xuilq {
    margin-bottom: 50px
}

.Home_serchcategory_usescene_group__kOM8w {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.Home_serchcategory_usescene_group__kOM8w a {
    text-align: center;
    max-width: 180px;
    width: 45%;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px
}

.Home_serchcategory_usescene_group__kOM8w a img {
    width: 100%
}

.Home_gnav__xMDMB {
    width: 1000px;
    margin: 0 auto
}

@media (max-width:1023px) {
    .Home_gnav__xMDMB {
        width: 700px;
        margin: 0 auto;
        padding: 10px
    }
}

header.Home_common__RjqdR .Home_logo__27_tb {
    clear: both;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    width: auto;
}

header.Home_common__RjqdR .Home_gnav__xMDMB ul {
    display: table-cell;
    box-shadow: none;
    float: inherit;
    position: inherit;
    margin: 0 auto;
    vertical-align: middle;
    list-style: none;
    height: 53px;
    padding-left: 0;
}

header.Home_common__RjqdR .Home_gnav__xMDMB ul li {
    list-style: none;
    font-size: 16px;
    display: inline-block;
    letter-spacing: normal;
}

header.Home_common__RjqdR .Home_gnav__xMDMB ul li a {
    padding: 10px 31px
}

.Home_common_hflex__qdp93 {
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
}

.Home_cta__8xT9a {
    display: table-cell;
    vertical-align: middle;
    height: 53px;
    min-width: 310px;
}

.Home_cta__8xT9a a {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 31px;
}

.Home_cta__8xT9a a.Home_h_signin__tx2_x {
    background: #075bbc;
    color: #fff;
    width: 163px;
    border-radius: 8px;
}

.Home_footer____T7K {
    padding: 2rem 0;
    border-top: 1px solid #eaeaea;
    background: #003a7c;
    color: #fff;
}

.Home_footer_width__UDi2u {
    display: flex;
    justify-content: space-between;
    margin: auto 80px;
    border-bottom: 1px solid #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.Home_footer____T7K ul {
    display: table-cell;
    box-shadow: none;
    float: inherit;
    position: inherit;
    margin: 0 auto;
    vertical-align: middle;
    list-style: none;
    height: 53px;
    padding-left: 0;
}

.Home_footer____T7K li {
    list-style: none;
    font-size: 16px;
    display: inline-block;
    letter-spacing: normal;
    text-align: center;
}

.Home_footer_width_fnav__yxM3o {
    min-width: 300px;
}

.Home_footer____T7K li:last-child {
    margin-left: 80px;
}

@media (max-width:768px) {
    .Home_footer____T7K li:last-child {
        margin-left: 0;
    }

    .Home_footer____T7K li,
    .Home_footer_width__UDi2u {
        display: block;
    }
}

.Home_copyright__SJ8UH {
    background: #003a7c;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.Home_fixed_cta__huUxS {
    display: flex;
    position: fixed;
    top: 75%;
    right: 5%;
    z-index: 99999;
}

.Home_fixed_cta__huUxS a {
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center
}

.Home_fixed_cta_blue__qsIc8 {
    margin-left: 15px
}

.Home_fixed_cta_yellow___cRH8 {
    background: #ffca28d6;
    text-align: center;
    border-radius: 24px;
    padding: 20px
}

.Home_fixed_cta_blue__qsIc8 {
    background: #075bbcc7;
    text-align: center;
    border-radius: 24px;
    padding: 20px
}

.Home_fixed_cta__huUxS a img {
    width: 53px;
    height: 53px;
    margin: auto;
    display: block;
    text-align: center
}

.Home_icath_width__J1s__ {
    position: relative;
    height: 400px;
    width: 100%
}

.Home_icath_width__J1s__ img {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0
}

.Home_icath_width__J1s__ h1 {
    top: 40%;
    left: 5%;
    font-size: 46px
}

.Home_icath_width__J1s__ h1,
.Home_icath_width__J1s__ h1 span {
    position: absolute;
    z-index: 2;
    text-align: left;
    background: #fff;
    padding: 5px 15px
}

.Home_icath_width__J1s__ h1 span {
    top: 100%;
    left: 0;
    font-size: 24px
}

@media (max-width:1023px) {
    .Home_icath_width__J1s__ {
        position: relative;
        height: 300px;
        width: 100%
    }

    .Home_icath_width__J1s__ img {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        height: 300px
    }

    .Home_icath_width__J1s__ h1 {
        position: absolute;
        z-index: 2;
        top: 20%;
        left: 5%;
        text-align: left;
        background: #fff;
        font-size: 46px;
        padding: 5px 15px
    }
}

@media (max-width:768px) {
    .Home_icath_width__J1s__ h1 {
        font-size: 25px;
        padding: 5px 15px
    }

    .Home_icath_width__J1s__ img {
        height: 220px
    }

    .Home_br_sp___wsr4 {
        display: block
    }

    .Home_fixed_cta__huUxS {
        display: none
    }
}

@media (min-width:769px) {
    .Home_br_sp___wsr4 {
        display: none
    }
}

.Home_underpage__IA6fa {
    max-width: 1100px;
    width: 1100px;
    margin: 0 auto
}

.Home_tab_wrap__7dKdr {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0
}

.Home_tab_wrap__7dKdr:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #075bbc;
    display: block;
    order: -1
}

.Home_tab_label__3TBJH {
    color: #fff;
    background: #d3d3d3;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    padding: 20px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    flex: 1 1
}

.Home_tab_label__3TBJH:not(:last-of-type) {
    margin-right: 5px
}

.Home_tab_content__dq2PC {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0
}

.Home_tab_switch__NsJ6h:checked+.Home_tab_label__3TBJH {
    background: #075bbc
}

.Home_tab_switch__NsJ6h:checked+.Home_tab_label__3TBJH+.Home_tab_content__dq2PC {
    height: auto;
    overflow: auto;
    padding: 15px;
    opacity: 1;
    transition: opacity .5s;
    border: 3px solid #075bbc
}

.Home_tab_switch__NsJ6h {
    display: none
}

.Home_tab_content_flex_detail_discription__e_h6q {
    line-height: 16px;
    padding: 10px
}

.Home_tab_content_flex_detail_discription__e_h6q p {
    margin-bottom: 5px
}

.Home_tab_content_flex__Iq12z {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 45px 50px
}

.Home_tab_content_flex_detail__GV96d {
    margin-bottom: 20px;
    width: 318px;
    box-shadow: 0 5px 8px 2px #00000024
}

.Home_tab_content_flex_detail_img__jjXlS {
    background: gray
}

.Home_usescene_selectdiv__VipXq {
    position: relative;
    min-width: 200px
}

.Home_usescene_selectdiv__VipXq:after {
    content: "<>";
    font: 17px Consolas, monospace;
    color: #333;
    transform: rotate(90deg);
    right: 11px;
    top: 18px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    position: absolute;
    pointer-events: none
}

.Home_usescene_selectdiv__VipXq select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    margin: 5px 0;
    padding: 0 24px;
    font-size: 18px;
    line-height: 1.75;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -ms-word-break: normal;
    word-break: normal
}

.Home_underpage__IA6fa h2 {
    border-bottom: 1px solid #949494;
    padding-bottom: 5px
}

.Home_usescene_flex__q2rk2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.Home_usescene_flex_hitnumber__nyJrx p {
    font-size: 30px;
    font-weight: 700;
    color: #075bbc;
    height: 85px;
    margin: 0 auto
}

@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

.Home_under_serch_check__0X7uc {
    width: 100%;
    font-size: 20px;
    padding: 30px 45px;
    border: 1px solid #9c9c9c;
    margin-bottom: 70px
}

.Home_under_serch_check__0X7uc input {
    margin-right: 20px
}

.Home_under_serch_check__0X7uc label {
    margin-right: 40px
}

.Home_under_serch_check_industry__9XPeZ,
.Home_under_serch_check_sceane__yo3zc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.Home_under_serch_check__0X7uc h3 {
    border-bottom: 1px solid #949494;
    padding-bottom: 10px
}

.Home_under_sceane_contents__vZAtg:hover {
    background: #075bbc26;
    box-shadow: 0 1px 19px #00000045
}

.Home_under_sceane_contents__vZAtg {
    font-size: 20px;
    padding: 30px 45px;
    box-shadow: 0 1px 8px #00000045;
    text-align: center;
    margin-bottom: 50px
}

.Home_under_sceane_contents__vZAtg h3 {
    font-size: 30px
}

.Home_under_sceane_contents_tagflex__LV_lz {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.Home_under_sceane_contents_tagflex__LV_lz p {
    width: 30%;
    background: #075bbc;
    color: #fff;
    padding: 10px 30px
}

.Home_tab_content_flex_detail__GV96d:hover {
    box-shadow: 0 1px 19px #00000045
}

.Home_under_sceane_contents_tagflex_left__AyAru {
    text-align: left
}

@media (max-width:768px) {
    .Home_under_sceane_contents_tagflex__LV_lz {
        display: block
    }

    .Home_under_sceane_contents_tagflex__LV_lz p {
        width: 100%
    }
}

.Home_underpage_productdetail_outline_flex__PrnHx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.Home_underpage_productdetail_outline_img__xbln9 img {
    background: #f5f5f5;
    padding: 10px;
    width: 100%;
    height: 100%
}

.Home_underpage_productdetail_outline_img__xbln9 {
    width: 440px;
    height: 250px
}

.Home_underpage_productdetail_outline_discription__Gh_99 {
    width: 605px
}

.Home_underpage_productdetail_outline_discription_paragraph___K8LB p {
    margin-top: 0;
    margin-bottom: 5px
}

.Home_underpage_productdetail_outline_discription__Gh_99 h3 {
    font-size: 24px;
    border-bottom: 1px solid #707070;
    margin-top: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-top: 10px
}

.Home_underpage_productdetail_outline__DqR6C {
    margin-bottom: 35px
}

.Home_underpage_productdetail_availavlecustom__khOqL {
    height: 385px;
    background: #f5f5f5;
    text-align: center
}

.Home_underpage_productdetail_outline_discription_heading__D04YD {
    text-align: center;
    display: block;
    padding-top: 0
}

.Home_underpage_productdetail_availavlecustom__khOqL h3 {
    padding-top: 20px
}

.Home_underpage_productdetail_availavlecustom_flex___frN9 {
    display: flex;
    justify-content: space-around
}

.Home_underpage_productdetail_availavlecustom_flex___frN9 p {
    width: 250px;
    height: 250px;
    line-height: 250px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle
}

.Home_underpage_industrydetail_page_contentsflex__ifPNQ {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.Home_underpage_industrydetail_page_contentsflex_detail1__ue_FL {
    width: 40%;
    background: #f1f1f1;
    margin-bottom: 20px
}

.Home_underpage_industrydetail_page_contentsflex_detail1__ue_FL h2 {
    width: 90%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    margin: auto auto 20px
}

.Home_underpage_industrydetail_page_contentsflex_detail1__ue_FL p {
    width: 90%;
    text-align: center;
    margin: auto auto 20px
}

.Home_underpage_industrydetail_page_titleflex__nE_dt {
    display: none
}

.Home_underpage_industrydetail_page_contentsflex_detail2__zZm21 {
    width: 15%;
    margin: auto;
    text-align: center
}

.Home_underpage_industrydetail_page_contentsflex_detail2__zZm21 img {
    width: 86px;
    height: 60px
}

.Home_underpage_industrydetail_page_contentsflex_detail3__try6i {
    width: 40%;
    background: #e9f1ff
}

.Home_underpage_industrydetail_page_contentsflex_detail3__try6i h2 {
    width: 90%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    margin: auto auto 20px
}

.Home_underpage_industrydetail_page_contentsflex_detail3__try6i p {
    width: 90%;
    text-align: center;
    margin: auto auto 20px
}

.Home_underpage_sitemap__n_NLV ul li a {
    font-size: 18px
}

.Home_underpage_sitemap__n_NLV ul li {
    margin-bottom: 20px
}

@media (max-width:768px) {
    .Home_yajirushi_pc__KuFdz {
        display: none
    }

    .Home_yajirushi_sp__TkVRo {
        width: 100px;
        height: auto
    }

    .Home_underpage_industrydetail_page_contentsflex__ifPNQ {
        display: block
    }

    .Home_underpage_industrydetail_page_contentsflex_detail1__ue_FL,
    .Home_underpage_industrydetail_page_contentsflex_detail2__zZm21,
    .Home_underpage_industrydetail_page_contentsflex_detail3__try6i {
        width: 100%
    }

    .Home_underpage_industrydetail_page_contentsflex_detail1__ue_FL p,
    .Home_underpage_industrydetail_page_contentsflex_detail3__try6i p {
        padding-bottom: 20px
    }

    .Home_underpage__IA6fa {
        width: 100%;
        max-width: none
    }

    .Home_underpage_productdetail_outline_img__xbln9 {
        width: 100%;
        height: auto
    }

    .Home_underpage_productdetail_outline_discription__Gh_99 {
        width: 100%
    }
}

.Home_underpage_productdetail_availavlecustom__khOqL {
    display: none
}

@media (min-width:769px) {
    .Home_yajirushi_sp__TkVRo {
        display: none
    }
}

@media (max-width:769px) {
    .Home_gnav__xMDMB {
        display: none
    }

    .Home_common_hflex__qdp93 {
        display: block;
        padding-left: 80px
    }

    .Home_cta__8xT9a {
        display: none
    }
}

.Home_header_sp__Xy1ER {
    background: #000;
    position: fixed;
    width: 100%;
    height: 52px
}

.Home_menusp__nDA1W {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 52px;
    padding: 0 0 10px;
    clear: both;
    background: var(--background-navbar);
    transition: .3192s cubic-bezier(.04, .04, .12, .96) .1008s;
    transform: scaleY(0);
    transform-origin: top
}

.Home_menu_btn__vxLX3:checked~.Home_menusp__nDA1W {
    transform: scale(1);
    transform-origin: top;
    transition: .3192s cubic-bezier(.04, .04, .12, .96) .1008s
}

.Home_menusp__nDA1W a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: capitalize;
    color: #ddd;
    opacity: 0;
    transition: .5s
}

.Home_menusp__nDA1W li {
    border-top: 1px solid #4b4b4b;
    padding: 15px 0;
    margin: 0 54px;
    opacity: 0;
    transition: .5s
}

.Home_menu_btn__vxLX3:checked~.Home_menusp__nDA1W a,
.Home_menu_btn__vxLX3:checked~.Home_menusp__nDA1W li {
    opacity: 1;
    transition: .3192s cubic-bezier(.04, .04, .12, .96) .2s
}

.Home_menu_btn__vxLX3 {
    display: none
}

.Home_menu_icon__fkqXq {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 24px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.Home_navicon__15_0T {
    height: 3px;
    width: 26px;
    position: relative
}

.Home_navicon__15_0T,
.Home_navicon__15_0T:after,
.Home_navicon__15_0T:before {
    background: #ddd;
    display: block;
    transition: .3192s cubic-bezier(.04, .04, .12, .96) .1008s
}

.Home_navicon__15_0T:after,
.Home_navicon__15_0T:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute
}

.Home_navicon__15_0T:before {
    top: 9px
}

.Home_navicon__15_0T:after {
    bottom: 9px
}

.Home_menu_btn__vxLX3:checked~.Home_menu_icon__fkqXq .Home_navicon__15_0T:before {
    transform: rotate(-45deg)
}

.Home_menu_btn__vxLX3:checked~.Home_menu_icon__fkqXq .Home_navicon__15_0T:after {
    transform: rotate(45deg)
}

.Home_menu_btn__vxLX3:checked~.Home_menu_icon__fkqXq:not(.Home_steps__WhmDD) .Home_navicon__15_0T:before {
    top: 0
}

.Home_menu_btn__vxLX3:checked~.Home_menu_icon__fkqXq:not(.Home_steps__WhmDD) .Home_navicon__15_0T:after {
    bottom: 0
}

.Home_menu_btn__vxLX3:checked~.Home_menu_icon__fkqXq .Home_navicon__15_0T {
    background: transparent;
    transition: .2192s cubic-bezier(.04, .04, .12, .96) .1008s
}

.Home_navtext_container__QCe4x {
    width: 100%;
    height: 52px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

.Home_navtext__TlM6b {
    position: absolute;
    text-transform: uppercase;
    color: #ddd;
    letter-spacing: 4px;
    font-size: 20px
}

/*ここから*/
.site-body {
    padding: 0 0 4rem;
}

h2:where(:not(.wp-block-post-title)) {
    padding: .5em 0;
    border-top: none;
    border-bottom:none;
}

h3:where(:not(.wp-block-post-title)):after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    width: 30%;
    border-bottom: none;
}