@charset "UTF-8";
::-webkit-input-placeholder {
    color: inherit
}

:-moz-placeholder {
    color: inherit
}

button,
input,
select,
textarea {
    font: inherit
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0
}

input[type=button],
input[type=submit] {
    border-radius: 0;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

input[type=button]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration {
    display: none
}

input[type=button]::focus,
input[type=submit]::focus {
    outline-offset: -2px
}

sup {
    vertical-align: super;
    font-size: smaller
}

sub {
    vertical-align: sub;
    font-size: smaller
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%
}

body {
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    line-height: 1.7;
    color: #282828;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    word-break: break-word;
}
body #column{
    font-size: 1.6rem;
}
#frame p,#frame table {
  word-break: break-word;
}
@media screen and (max-width:819.4px) {
    body {
        min-width: 0;
        font-size: 1.4rem;
        line-height: 1.7
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
     ::i-block-chrome,
    body {
        -webkit-font-feature-settings: "pkna";
        font-feature-settings: "pkna"
    }
}

main img {
    width: 100%;
    height: auto
}

main section {
    margin: 0
}

li {
    list-style: none
}

a {
    color: #282828;
    text-decoration: none
}

a:hover {
    color: #282828;
    text-decoration: underline
}

div.c_modal_item_txt a {
    color: 282828;
    text-decoration: underline
}

a[href^="mailto:"] {
    color: inherit
}

a[href^="mailto:"]:hover {
    text-decoration: none
}

::-moz-selection {
    color: #fff;
    background: #0a9bcd
}

::selection {
    color: #fff;
    background: #0a9bcd
}

::-moz-selection {
    color: #fff;
    background: #0a9bcd
}

.l_bg_glay {
    background: #f2f2f2
}

.l_content {
    word-break: break-all
}

.l_content_inner {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px
}

.l_content_inner_s {
    padding-right: 74px;
    padding-left: 74px
}

@media screen and (max-width:819.4px) {
    .l_content_inner_s {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width:819.5px) {
    .l_content_inner--pc {
        max-width: 1150px;
        margin: 0 auto;
        padding: 0 20px
    }
}

.l_content_read {
    max-width: 830px;
    margin: 0 auto;
    position: relative
}

.l_content_read_2col {
    max-width: 470px;
    margin: 0 auto
}

.l_content_read2 {
    max-width: 540px;
    margin: 0 auto;
    margin-bottom: 40px
}

@media screen and (max-width:819.4px) {
    .l_content_read2 {
        margin-bottom: 20px
    }
}

.l-footer_link_wrap {
    background-color: #585858
}

.l-footer_link_wrap_2,
.l-footer_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #f2f2f2;
    max-width: 960px;
    margin: 0 auto
}

@media screen and (max-width:819.4px) {
    .l-footer_link_wrap_2,
    .l-footer_links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 20px 25px
    }
}

@media screen and (max-width:819.4px) {
    .l-footer_link_wrap_2>.l-footer_link,
    .l-footer_links>.l-footer_link {
        margin-right: 0
    }
}

.l-footer_link_wrap_2>.l-footer_link:first-child,
.l-footer_links>.l-footer_link:first-child {
    margin-bottom: 15px
}

.l-footer_link_wrap_2>.l-footer_link p:last-child,
.l-footer_links>.l-footer_link p:last-child {
    padding-bottom: 45px
}

@media screen and (max-width:819.4px) {
    .l-footer_link_wrap_2>.l-footer_link p:last-child,
    .l-footer_links>.l-footer_link p:last-child {
        padding-bottom: 0
    }
}

.l-footer_link:first-child {
    width: 315px
}

@media screen and (max-width:819.4px) {
    .l-footer_link:first-child {
        width: 100%
    }
}

.l-footer_link:nth-child(2) {
    width: calc(100% - 345px)
}

@media screen and (max-width:819.4px) {
    .l-footer_link:nth-child(2) {
        width: 100%
    }
}

.l-footer_link_ttl {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 52px 70px 8px 70px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700
}

@media screen and (max-width:819.4px) {
    .l-footer_link_ttl {
        padding: 25px 35px 8px 35px
    }
}

.l-footer_link_item {
    text-align: center
}

.l-footer_link_item a {
    color: #f2f2f2;
    font-size: 13px
}

.l-footer_link_wrap_2 {
    padding: 0 60px;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media screen and (max-width:819.4px) {
    .l-footer_link_wrap_2 {
        width: 100%
    }
}

.l-footer_link_wrap_2>.l-footer_link:not(:last-child) {
    margin-right: 141px
}

@media screen and (max-width:819.4px) {
    .l-footer_link_wrap_2>.l-footer_link:not(:last-child) {
        margin-right: 0
    }
}

.l-footer_link_wrap.l-footer_link_legacy .l-footer_link_wrap_2,
.l-footer_link_wrap.l-footer_link_legacy .l-footer_links {
    max-width: 850px
}

.l_footer_banner_wrap {
    position: relative;
    background: #f3f3f3;
    overflow: hidden;
    height: 285px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:819.4px) {
    .l_footer_banner_wrap {
        min-width: 0;
        height: auto;
        padding: 10% 0;
        background: #f3f3f3
    }
}

.l_footer_banner {
    position: absolute;
    margin: 0 auto;
    width: 1110px;
    height: 168px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width:819.4px) {
    .l_footer_banner {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 35%;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.l_footer_banner_container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.l_footer_banner img {
    margin: 0;
    width: 100%;
    height: auto
}

.l_footer_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0a9bcd
}

.l_footer_banner .swiper-pagination-bullet {
    width: 50px;
    border-radius: 0;
    height: 6px;
    background: #d4d4d4
}

.l_footer_banner_container {
    height: 100%
}

@media screen and (max-width:819.4px) {
    .l_footer_banner_container {
        position: absolute;
        width: 100%;
        top: 0
    }
}

.l_footer_banner_container .swiper-pagination-switch {
    display: inline-block;
    margin: 0 4px;
    width: 50px;
    height: 6px;
    background-color: #d4d4d4;
    opacity: .2;
    cursor: pointer
}

.l_footer_banner_container .swiper-pagination-switch.swiper-active-switch {
    background-color: #0a9bcd;
    opacity: 1
}

.l_footer_banner_container .swiper-slide {
    padding: 0 10px
}

@media screen and (max-width:819.4px) {
    .l_footer_banner_container .swiper-slide {
        padding: 0 8px
    }
}

.l_footer_banner_pagination {
    position: absolute;
    max-width: 1110px;
    width: 100%;
    height: 17px;
    left: 0;
    bottom: 10px;
    text-align: center;
    z-index: 10
}

.l_footer_contact_wrapper {
    height: 100%;
    background-color: #282828
}

@media screen and (max-width:819.4px) {
    .l_footer_contact_wrapper .c_button {
        margin-bottom: 25px
    }
}

.l_footer_contact_inner {
    max-width: 1110px;
    margin: 0 auto;
    padding: 4% 0 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:819.4px) {
    .l_footer_contact_inner {
        display: inherit;
        padding: 35px 20px
    }
}

.l_footer_contact_inner_txt {
    padding-left: 7%;
    width: 50%;
    color: #fff
}

.l_footer_contact_inner_txt_ttl {
    font-size: 24px;
    font-weight: 700
}

@media screen and (max-width:819.4px) {
    .l_footer_contact_inner_txt_ttl {
        font-size: 20px
    }
}

@media screen and (max-width:819.4px) {
    .l_footer_contact_inner_txt {
        padding-left: 0;
        width: 100%;
        margin-bottom: 45px
    }
}

.l_footer_contact_inner_link {
    padding-left: 1%;
    width: 53%;
    color: #fff
}

.l_footer_contact_inner_link_ttl {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700
}

@media screen and (max-width:819.4px) {
    .l_footer_contact_inner_link_ttl {
        font-size: 20px
    }
}

@media screen and (max-width:819.4px) {
    .l_footer_contact_inner_link {
        padding-left: 0;
        width: 100%
    }
}

.l_footer_contact_inner_tel {
    line-height: 1;
    font-size: 36px;
    font-weight: 700;
    margin: 15px 0 10px
}

@media screen and (max-width:819.4px) {
    .l_footer_contact_inner_tel {
        font-size: 30px
    }
}

.l_footer_contact_inner_tel_txt {
    font-size: 18px;
    font-weight: 400
}

@media screen and (max-width:819.4px) {
    .l_footer_contact_inner_tel_txt {
        font-size: 15px
    }
}

.l_footer_contact_wrapper.l_footer_contact_legacy .l_footer_contact_inner {
    max-width: 1000px
}

.l_footer_contact_wrapper.l_footer_contact_legacy .l_footer_contact_inner_txt {
    width: 53%
}

@media screen and (max-width:960px) and (min-width:819.5px) {
    .l_footer_contact_wrapper.l_footer_contact_legacy .l_footer_contact_inner_txt {
        padding-left: 4%
    }
}

@media screen and (max-width:819.4px) {
    .l_footer_contact_wrapper.l_footer_contact_legacy .l_footer_contact_inner_txt {
        width: 100%
    }
}

@media screen and (min-width:819.5px) {
    .l_footer_contact_wrapper.l_footer_contact_legacy .l_footer_contact_inner_link {
        width: 51%;
        padding-left: 3%
    }
}

.l_global_footer {
    width: 100%;
    color: #282828;
    background: #d4d4d4
}

.l_global_footer_inner {
    position: relative;
    margin: 0 auto;
    padding: 30px 30px 13px;
    max-width: 1130px
}

@media screen and (max-width:819.4px) {
    .l_global_footer_inner {
        padding: 20px 25px 18px
    }
}

.l_global_footer__btn-top {
    position: fixed;
    right: 50px;
    bottom: 95px;
    width: 50px;
    height: 50px;
    background: url(/common2/images/icon_arrow-up-1.png) 50% 50% no-repeat;
    cursor: pointer;
    -webkit-transition: background-color .2s linear, background-position .05s linear;
    -o-transition: background-color .2s linear, background-position .05s linear;
    transition: background-color .2s linear, background-position .05s linear;
    z-index: 99
}

@media screen and (max-width:819.4px) {
    .l_global_footer__btn-top {
        width: 40px;
        height: 40px;
        right: 0;
        bottom: 89px
    }
}

.l_global_footer_nav::after {
    display: block;
    content: "";
    clear: both;
    height: 0
}

.l_global_footer_nav_col {
    float: left;
    padding-right: .5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    font-size: 11px
}

@media screen and (max-width:819.4px) {
    .l_global_footer_nav_col {
        float: none;
        padding-right: 0;
        width: 100%
    }
}

.l_global_footer_nav_col:nth-child(1) {
    width: 23%
}

@media screen and (max-width:819.4px) {
    .l_global_footer_nav_col:nth-child(1) {
        width: 100%
    }
}

.l_global_footer_nav_col:nth-child(4) {
    width: 27%
}

@media screen and (max-width:819.4px) {
    .l_global_footer_nav_col:nth-child(4) {
        width: 100%
    }
}

.l_global_footer_nav_col_head {
    margin-bottom: .7em;
    font-weight: 700;
    font-size: 15px
}

@media screen and (max-width:819.4px) {
    .l_global_footer_nav_col_head {
        margin-bottom: 0
    }
}

.l_global_footer_nav .l_global_footer_unit {
    margin-bottom: 17px
}

@media screen and (max-width:819.4px) {
    .l_global_footer_nav .l_global_footer_unit {
        margin-bottom: 0
    }
}

.l_global_footer_nav .l_global_footer_unit_item {
    position: relative;
    font-size: 13px;
    line-height: 1.8
}

@media screen and (max-width:819.4px) {
    .l_global_footer_nav .l_global_footer_unit_item {
        display: none
    }
}

.l_global_footer_nav .l_global_footer_unit_item::before {
    position: relative;
    content: "・";
    left: 0
}

.l_global_footer_nav .l_global_footer_unit_item_head {
    margin-left: 0;
    font-weight: 700
}

.l_global_footer_nav .l_global_footer_unit_item_head::before {
    display: none
}

.l_global_footer_bottom {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    color: #282828;
    background: #fff
}

@media screen and (min-width:819.5px) {
    .l_global_footer_bottom {
        line-height: 1.7
    }
}

@media screen and (max-width:819.4px) {
    .l_global_footer_bottom {
        min-width: 0;
        line-height: 1.7
    }
}

.l_global_footer_bottom *,
.l_global_footer_bottom :after,
.l_global_footer_bottom :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.l_global_footer_bottom img {
    width: 100%;
    height: auto
}

.l_global_footer_bottom section {
    margin: 0
}

.l_global_footer_bottom li {
    list-style: none
}

.l_global_footer_bottom a {
    color: #282828;
    text-decoration: none
}

.l_global_footer_bottom a:hover {
    text-decoration: underline
}

.l_global_footer_bottom a[href^="mailto:"] {
    color: inherit
}

.l_global_footer_bottom a[href^="mailto:"]:hover {
    text-decoration: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .l_global_footer_bottom ::i-block-chrome {
        -webkit-font-feature-settings: "pkna";
        font-feature-settings: "pkna"
    }
}

.l_global_footer_bottom ::-moz-selection {
    color: #fff;
    background: #0a9bcd
}

.l_global_footer_bottom ::selection {
    color: #fff;
    background: #0a9bcd
}

.l_global_footer_bottom ::-moz-selection {
    color: #fff;
    background: #0a9bcd
}

.l_global_footer_bottom_inner {
    margin: 0 auto;
    padding: 12px 30px;
    max-width: 960px
}

@media screen and (max-width:819.4px) {
    .l_global_footer_bottom_inner {
        padding: 12px 6px;
        max-width: none
    }
}

.l_global_footer_bottom_inner::after {
    display: block;
    content: "";
    clear: both;
    height: 0
}

.l_global_footer_bottom_nav {
    float: left;
    font-size: 11px;
    list-style: none
}

@media screen and (max-width:819.4px) {
    .l_global_footer_bottom_nav {
        float: none;
        margin-bottom: 12px;
        text-align: center
    }
}

.l_global_footer_bottom_nav_item {
    float: left;
    margin-left: 2.5em
}

@media screen and (max-width:819.4px) {
    .l_global_footer_bottom_nav_item {
        float: none;
        display: inline-block;
        margin-left: .5em;
        margin-right: .5em
    }
}

.l_global_footer_bottom_nav_item:first-child {
    margin-left: 0
}

@media screen and (max-width:819.4px) {
    .l_global_footer_bottom_nav_item:first-child {
        margin-left: .5em
    }
}

.l_global_footer_bottom_copyright {
    float: right;
    font-size: 11px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: right;
    color: #666
}

@media screen and (max-width:819.4px) {
    .l_global_footer_bottom_copyright {
        float: none;
        font-size: 10px;
        text-align: center
    }
}

.l_global_footer.l_global_footer_legacy .l_global_footer_inner {
    max-width: 960px
}

@media screen and (min-width:819.5px) {
    .l_footer_banner_wrap.l_footer_banner_legacy .l_footer_banner {
        width: 900px;
        height: 148px
    }
}

.l_grid_column,
.l_grid_column_2col,
.l_grid_column_2col_type2,
.l_grid_column_3col,
.l_grid_column_4col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    hanging-punctuation: allow-end;
    word-break: initial
}

@media screen and (max-width:819.4px) {
    .l_grid_column,
    .l_grid_column_2col,
    .l_grid_column_2col_type2,
    .l_grid_column_3col,
    .l_grid_column_4col {
        display: inherit
    }
}

.l_grid_column img,
.l_grid_column_2col img,
.l_grid_column_2col_type2 img,
.l_grid_column_3col img,
.l_grid_column_4col img {
    vertical-align: bottom
}

.l_grid_column_2col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width:819.5px) {
    .l_grid_column_2col>li {
        width: calc(100% / 2 - 30px);
        margin-right: 60px
    }
    .l_grid_column_2col>li:nth-child(2n) {
        margin-right: 0
    }
    .l_grid_column_2col>li:nth-child(n+3) {
        margin-top: 100px
    }
    .l_grid_column_2col>li.single-elem {
        margin:auto;
    }
}

@media screen and (min-width:819.5px) and (max-width:819.4px) {
    .l_grid_column_2col>li:nth-child(n+3) {
        margin-top: 50px
    }
}

@media screen and (max-width:819.4px) {
    .l_grid_column_2col_type2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (min-width:819.5px) {
    .l_grid_column_2col_type2>li:nth-child(1) {
        width: calc(100% - (99.999% / 3 - 20px) - 30px);
        margin-right: 30px
    }
}

@media screen and (max-width:819.4px) {
    .l_grid_column_2col_type2>li:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (min-width:819.5px) {
    .l_grid_column_2col_type2>li:nth-child(2) {
        width: calc(99.999% / 3 - 20px)
    }
}

@media screen and (max-width:819.4px) {
    .l_grid_column_2col_type2>li:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.l_grid_column_3col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width:819.5px) {
    .l_grid_column_3col>li {
        width: calc(99.999% / 3 - 20px);
        margin-right: 30px
    }
    .l_grid_column_3col>li:nth-child(3n) {
        margin-right: 0
    }
    .l_grid_column_3col>li:nth-child(n+4) {
        margin-top: 80px
    }
    .l_grid_column_3col>li.mt_text {
        margin-top: 52px
    }
    .l_grid_column_3col>li.mt_text_mt30 {
        margin-top: 30px
    }
}

@media screen and (min-width:819.5px) and (max-width:819.4px) {
    .l_grid_column_3col>li.mt_text_mt30 {
        margin-top: 0
    }
}

.l_grid_column_4col {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width:819.5px) {
    .l_grid_column_4col>li {
        width: calc(100% / 4 - 22px);
        margin-right: 29px
    }
    .l_grid_column_4col>li:nth-child(4n) {
        margin-right: 0
    }
}

@media screen and (max-width:819.4px) {
    .l_grid_column_2col>li:nth-child(n+2),
    .l_grid_column_2col_type2>li:nth-child(n+2),
    .l_grid_column_3col>li:nth-child(n+2),
    .l_grid_column_4col>li:nth-child(n+2) {
        margin-top: 25px
    }
}

@media screen and (max-width:819.4px) {
    .l_grid_column_reverse_sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:819.4px) {
    .l_grid_column_reverse_sp li:nth-child(1) {
        margin-top: 25px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (max-width:819.4px) {
    .l_grid_column_reverse_sp li:nth-child(2) {
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.l_grid_column .l_grid_column_title,
.l_grid_column_2col .l_grid_column_title,
.l_grid_column_2col_type2 .l_grid_column_title,
.l_grid_column_3col .l_grid_column_title,
.l_grid_column_4col .l_grid_column_title {
    margin-bottom: 10px;
    margin-top: 10px
}

@media screen and (max-width:819.4px) {
    .l_grid_column .l_grid_column_title,
    .l_grid_column_2col .l_grid_column_title,
    .l_grid_column_2col_type2 .l_grid_column_title,
    .l_grid_column_3col .l_grid_column_title,
    .l_grid_column_4col .l_grid_column_title {
        margin-bottom: 5px;
        text-align: center
    }
}

@media screen and (max-width:819.4px) {
    .l_grid_column .l_grid_column_title.is_match_height,
    .l_grid_column_2col .l_grid_column_title.is_match_height,
    .l_grid_column_2col_type2 .l_grid_column_title.is_match_height,
    .l_grid_column_3col .l_grid_column_title.is_match_height,
    .l_grid_column_4col .l_grid_column_title.is_match_height {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.bnr.l_grid_column_2col li,
.bnr.l_grid_column_2col_type2 li,
.bnr.l_grid_column_3col li,
.bnr.l_grid_column_4col li,
.l_grid_column.bnr li {
    width: 50%;
    margin: 0 auto
}

.l_header {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width:819.4px) {
    .l_header {
        border: none
    }
}

.l_header.is_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}

.l_header_icon {
    cursor: pointer
}

.l_header_icon img {
    width: 13px;
    height: auto;
    vertical-align: middle
}

.l_header_inner {
    position: relative;
    max-width: 1150px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px 25px
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
    .l_header_inner {
        width: 100%
    }
}

@media screen and (max-width:819.4px) {
    .l_header_inner {
        padding: 5px 10px 5px 10px
    }
}


/*.l_header_inner::after {
	position: absolute;
	content: "";
	width: 156px;
	height: 10px;
	top: 15px;
	right: 20px;
	background: url(/common2/images/logo_new-value-frontier.png) no-repeat center/contain
}*/

@media screen and (max-width:819.4px) {
    .l_header_inner::after {
        display: none
    }
}

.l_header_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px
}

.l_header_list_contents {
    position: relative;
    padding-right: 13px
}

.l_header_list_contents::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 13px;
    background-color: #282828;
    display: block
}

.l_header_list_contents:nth-of-type(n+2) {
    margin-left: 13px
}

@media screen and (max-width:819.4px) {
    .l_header_list_contents:nth-of-type(n+2) {
        margin: 0
    }
}

.l_header_list_contents:last-child {
    padding-right: 0;
    border-right: none
}

.l_header_list_contents:last-child::after {
    display: none
}

.l_header_list a {
    color: #282828
}

.l_header_logo {
    width: 346px
}

@media screen and (max-width:819.4px) {
    .l_header_logo {
        width: 186px
    }
}

.l_header_logo a {
    display: block
}

.l_header_logo a img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom
}

@media screen and (max-width:819.4px) {
    .l_header_logo a img {
        vertical-align: middle
    }
}

.l_header_search {
    position: relative;
    background: #282828;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    width: 100%;
    height: 40px;
    cursor: pointer
}

.l_header_search_wrap {
    position: absolute;
    width: 100%;
    top: 123px;
    left: 0;
    z-index: 2;
    background: #282828;
    display: none
}

@media screen and (max-width:819.4px) {
    .l_header_search_wrap {
        top: 35px
    }
}

.l_header_search_inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 55px 0;
    position: relative
}

@media screen and (max-width:819.4px) {
    .l_header_search_inner {
        padding: 23px 6%
    }
}

.l_header_search_inner form {
    max-width: 855px;
    margin: 0 auto
}

.l_header_search_input {
    border: 0;
    border-bottom: 3px solid #fff;
    color: #fff;
    background: #282828;
    height: 40px;
    width: 100%;
    overflow: hidden;
    padding: 0 80px 0 15px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:819.4px) {
    .l_header_search_input {
        max-width: 100%;
        padding: 0 50px 0 15px
    }
}

.l_header_search_input::-ms-clear {
    visibility: hidden
}

.l_header_search_icon {
    position: absolute;
    color: #fff;
    font-size: 18px;
    top: 50%;
    right: 55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(/common2/images/icon_search.png) no-repeat;
    background-size: contain
}

@media screen and (max-width:819.4px) {
    .l_header_search_icon {
        right: 15px
    }
}

.l_header_search_btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media screen and (max-width:819.4px) {
    .l_header_search_btn {
        right: 15px
    }
}

.l_header_search .l_header_close_icon {
    position: absolute;
    color: #fff;
    font-size: 18px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(/common2/images/icon_close.png) no-repeat;
    background-size: contain
}

@media screen and (max-width:819.4px) {
    .l_header_search .l_header_close_icon {
        display: none
    }
}

.l_header_nav_wrap {
    position: relative;
    font-size: 13px
}

@media screen and (max-width:819.4px) {
    .l_header_nav_wrap {
        display: none;
        padding: 10px 20px 18px;
        position: absolute;
        top: 35px;
        left: 0;
        width: 100%;
        z-index: 502;
        background: #282828;
        overflow-x: hidden
    }
    .l_header_nav_wrap.is_open {
        display: block
    }
}

.l_header_nav {
    max-width: 1150px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 20px
}

@media screen and (max-width:819.4px) {
    .l_header_nav {
        display: none;
        padding: 0
    }
}

.l_header_nav_item,
.l_header_nav_item_arrow {
    float: left;
    margin-right: 37px
}

@media screen and (max-width:819.4px) {
    .l_header_nav_item,
    .l_header_nav_item_arrow {
        float: none;
        margin: 0;
        border-bottom: 1px solid #fff
    }
}

.l_header_nav_item:last-child,
.l_header_nav_item_arrow:last-child {
    margin-right: 0
}

@media screen and (max-width:819.4px) {
    .l_header_nav_item:last-child,
    .l_header_nav_item_arrow:last-child {
        border-bottom: none
    }
}

.l_header_nav_item a,
.l_header_nav_item span,
.l_header_nav_item_arrow a,
.l_header_nav_item_arrow span {
    color: #282828;
    cursor: pointer;
    position: relative;
    padding-bottom: 13px;
    display: block
}

@media screen and (min-width:819.5px) {
    .l_header_nav_item a,
    .l_header_nav_item span,
    .l_header_nav_item_arrow a,
    .l_header_nav_item_arrow span {
        font-weight: 700
    }
}

.l_header_nav_item a.is_current,
.l_header_nav_item a:hover,
.l_header_nav_item span.is_current,
.l_header_nav_item span:hover,
.l_header_nav_item_arrow a.is_current,
.l_header_nav_item_arrow a:hover,
.l_header_nav_item_arrow span.is_current,
.l_header_nav_item_arrow span:hover {
    opacity: 1;
    text-decoration: none
}

.l_header_nav_item a.is_current::after,
.l_header_nav_item a:hover::after,
.l_header_nav_item span.is_current::after,
.l_header_nav_item span:hover::after,
.l_header_nav_item_arrow a.is_current::after,
.l_header_nav_item_arrow a:hover::after,
.l_header_nav_item_arrow span.is_current::after,
.l_header_nav_item_arrow span:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: #0a9bcd;
    position: absolute;
    bottom: 0;
    left: 0
}

@media screen and (max-width:819.4px) {
    .l_header_nav_item a,
    .l_header_nav_item span,
    .l_header_nav_item_arrow a,
    .l_header_nav_item_arrow span {
        color: #fff;
        padding: 10px 0
    }
    .l_header_nav_item a.is_current,
    .l_header_nav_item a:hover,
    .l_header_nav_item span.is_current,
    .l_header_nav_item span:hover,
    .l_header_nav_item_arrow a.is_current,
    .l_header_nav_item_arrow a:hover,
    .l_header_nav_item_arrow span.is_current,
    .l_header_nav_item_arrow span:hover {
        font-weight: 400
    }
    .l_header_nav_item a.is_current::after,
    .l_header_nav_item a.is_current::before,
    .l_header_nav_item a:hover::after,
    .l_header_nav_item a:hover::before,
    .l_header_nav_item span.is_current::after,
    .l_header_nav_item span.is_current::before,
    .l_header_nav_item span:hover::after,
    .l_header_nav_item span:hover::before,
    .l_header_nav_item_arrow a.is_current::after,
    .l_header_nav_item_arrow a.is_current::before,
    .l_header_nav_item_arrow a:hover::after,
    .l_header_nav_item_arrow a:hover::before,
    .l_header_nav_item_arrow span.is_current::after,
    .l_header_nav_item_arrow span.is_current::before,
    .l_header_nav_item_arrow span:hover::after,
    .l_header_nav_item_arrow span:hover::before {
        content: none
    }
}

.l_header_nav_item_arrow {
    position: relative;
    font-weight: 700
}

.l_header_nav_item_arrow::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #a9a9a9;
    border-right: 2px solid #a9a9a9;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: 5px;
    top: 26%
}

@media screen and (max-width:819.4px) {
    .l_header_nav_item_arrow::before {
        content: none
    }
}

.l_header_nav_item_arrow>span {
    position: relative;
    padding-right: 24px
}

.l_header_nav_item_arrow_sd {
    min-width: 164px
}

.l_header_nav_sp {
    display: none
}

@media screen and (max-width:819.4px) {
    .l_header_nav_sp {
        display: block
    }
}

.l_header_nav_sp span,
.l_header_nav_sp.l_header_bd_none>a {
    border-bottom: none
}

@media screen and (max-width:819.4px) {
    .l_header_nav_sp_item_arrow,
    .l_header_nav_sp_item_link>a {
        display: block;
        padding: 14px 0;
        color: #fff;
        font-size: 13px;
        border-bottom: 1px solid #fff
    }
    .l_header_nav_sp_item_arrow:hover,
    .l_header_nav_sp_item_link>a:hover {
        text-decoration: none
    }
}

.l_header_nav_sp_item_arrow {
    position: relative
}

.l_header_nav_sp_item_arrow::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 40%;
    right: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.l_header_nav_sp_item_arrow.is_open::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.l_header_link_arrow {
    position: relative;
    display: inline-block;
    margin-left: 1.3em;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none
}

.l_header_link_arrow:hover {
    color: #fff;
    text-decoration: underline
}

.l_header_link_arrow::before {
    position: absolute;
    content: "";
    width: 1em;
    height: 1em;
    top: .4em;
    left: -1.3em;
    background: url(/common2/images/icon_arrow-link-white.svg) no-repeat center/contain
}

.l_header_products {
    display: none
}

.l_header_products .l_header_mega_menu_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
    .l_header_products .l_header_mega_menu_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.l_header_products .l_header_mega_menu_list>li:nth-child(1) {
    width: 18.18%
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
    .l_header_products .l_header_mega_menu_list>li:nth-child(1) {
        width: 24%
    }
}

.l_header_products .l_header_mega_menu_list>li:nth-child(2) {
    width: 38%
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
    .l_header_products .l_header_mega_menu_list>li:nth-child(2) {
        width: 49%;
        margin-left: 2.5%
    }
}

.l_header_products .l_header_mega_menu_list>li:nth-child(3) {
    width: 18.18%
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
    .l_header_products .l_header_mega_menu_list>li:nth-child(3) {
        width: 22%;
        margin-left: 2.5%
    }
}

.l_header_products .l_header_mega_menu_list>li:nth-child(4) {
    width: 18.18%
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
    .l_header_products .l_header_mega_menu_list>li:nth-child(4) {
        width: 100%;
        margin-top: 30px;
        margin-left: 0
    }
}

.l_header_products .l_header_mega_menu_list .l_header_products_list04:after {
    content: "";
    clear: both;
    display: block
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
    .l_header_products .l_header_mega_menu_list .l_header_products_list04 {
        display: inline-block
    }
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
    .l_header_products .l_header_mega_menu_list .l_header_products_list04>li {
        float: left;
        max-width: 215px;
        min-width: 195px;
        width: calc(25% - 15px)
    }
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
    .l_header_products .l_header_mega_menu_list .l_header_products_list04 .l_header_products_list04_link {
        clear: both;
        float: none;
        max-width: 215px;
        min-width: 195px;
        width: calc(25% - 15px);
        margin-left: auto
    }
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
    .l_header_products .l_header_mega_menu_list .l_header_products_list04 .c_button {
        width: calc(100% - 15px)
    }
}

@media screen and (max-width:819.4px) {
    .l_header_products .l_header_mega_menu_list .l_header_products_list04 .c_button {
        width: 100%;
        margin-bottom: 15px
    }
}

.l_header_company {
    display: none
}

.l_header_company .l_header_mega_menu_list>li:nth-of-type(n+2) {
    margin-left: 25px
}

@media screen and (max-width:819.4px) {
    .l_header_company .l_header_mega_menu_list>li:nth-of-type(n+2) {
        margin-left: 0 !important
    }
}

.l_header_company .l_header_mega_menu_list>li:first-of-type {
    width: 366px
}

.l_header_company .l_header_company_list01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    height: unset;
}

@media screen and (max-width:819.4px) {
    .l_header_company .l_header_company_list01 {
        display: block;
        height: auto;
        margin-bottom: 10px
    }
}

.l_header_company .l_header_company_list01>li {
    padding-right: 65px
}

.l_header_company .l_header_company_list_img {
    width: 295px;
    margin-right: 40px;
}

@media screen and (max-width:819.4px) {
    .l_header_company .l_header_company_list_img {
        width: 100%
    }
}

.l_header_company .l_header_company_list_img a {
    display: block
}

.l_header_company .l_header_company_list_img img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

.l_header_support {
    display: none
}

.l_header_support .l_header_mega_menu_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.l_header_support .l_header_mega_menu_list>li {
    width: calc((100% - 46px)/ 3)
}

.l_header_support_list_img {
    width: 175px;
    height: auto;
    margin-top: 10px
}

.l_header_support_list_img img {
    width: 100%;
    height: auto
}

.l_header_support_list_txt {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5
}

.l_header_support .l_header_support_list01>li {
    font-size: 12px
}

.l_header_solution {
    display: none
}

.l_header_solution .l_header_mega_menu_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.l_header_solution .l_header_mega_menu_list>li {
    width: calc((100% - 46px)/ 3)
}

.l_header_solution .l_header_mega_menu_list_solution {
    width: calc((100% - 46px)/ 3)
}

.l_header_solution .l_header_mega_menu_list_solution>a:hover .l_header_mega_menu_list_solution_ttl {
    text-decoration: underline
}

.l_header_solution .l_header_mega_menu_list_solution img {
    width: 218px;
    height: auto;
    margin: 15px auto 0;
    display: block;
    vertical-align: bottom
}

.l_header_solution .l_header_mega_menu_list_solution_ttl {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 3px;
    text-align: center;
    line-height: 1.53
}

@media screen and (max-width:819.4px) {
    .l_header_solution .l_header_mega_menu_list_solution_ttl {
        text-align: left
    }
}

.l_header_solution .l_header_mega_menu_list_solution_txt {
    font-size: 12px;
    line-height: 1.66
}

.l_header_solution .l_header_solution_list01 {
    font-size: 12px
}

.l_header_solution .l_header_solution_list01>li {
    font-weight: 700
}

.l_header_solution .l_header_solution_list01>li:not(:last-of-type) {
    padding-bottom: 30px
}

.l_header_solution .l_header_solution_list01_list {
    margin-top: 6px;
    font-weight: 400
}

.l_header_solution .l_header_solution_list02 {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:819.4px) {
    .l_header_solution .l_header_solution_list02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.l_header_solution .l_header_solution_list02>li {
    font-weight: 700
}

@media screen and (min-width:819.5px) {
    .l_header_solution .l_header_solution_list02>li:not(:last-of-type) {
        padding-bottom: 30px
    }
}

@media screen and (max-width:819.4px) {
    .l_header_solution .l_header_solution_list02>li:nth-child(n+2) {
        padding-top: 30px
    }
}

@media screen and (max-width:819.4px) {
    .l_header_solution .l_header_solution_list02>li:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

@media screen and (max-width:819.4px) {
    .l_header_solution .l_header_solution_list02>li:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.l_header_solution .l_header_solution_list02_list {
    margin-top: 6px;
    -webkit-font-kerning: normal;
    font-kerning: normal
}

.l_header_mega_menu {
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative
}

@media screen and (max-width:819.4px) {
    .l_header_mega_menu {
        padding-bottom: 20px;
        border-bottom: 1px solid #fff
    }
}

.l_header_mega_menu_wrap {
    position: absolute;
    width: 100%;
    top: 35px;
    left: 0;
    z-index: 501;
    background: #282828;
    padding: 0 20px
}

@media screen and (max-width:819.4px) {
    .l_header_mega_menu_wrap {
        top: 0
    }
}

.l_header_mega_menu_wrap.is_open {
    display: block
}

@media screen and (max-width:819.4px) {
    .l_header_mega_menu_wrap {
        position: relative;
        padding: 0
    }
}

.l_header_mega_menu_link {
    margin: 15px 0 10px;
    padding-bottom: 14px;
    border-bottom: 2px solid #7e7e7e
}

.l_header_mega_menu_link a {
    display: inline-block;
    position: relative;
    margin-left: 1.2em;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.l_header_mega_menu_link a::before {
    position: absolute;
    content: "";
    width: 1em;
    height: 1.2em;
    top: 4px;
    left: -1.2em;
    background: url(/common2/images/icon_arrow-link-white.svg) no-repeat center/contain
}

.l_header_mega_menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:819.4px) {
    .l_header_mega_menu_list {
        display: block
    }
}

.l_header_mega_menu_list>li {
    color: #bbb;
    font-size: 13px
}

@media screen and (max-width:819.4px) {
    .l_header_mega_menu_list>li {
        width: 100% !important;
        margin-bottom: 25px
    }
}

.l_header_mega_menu_list>li>div {
    border-bottom: 2px dotted #bbb;
    padding-bottom: 4px;
    margin-bottom: 18px
}

@media screen and (max-width:819.4px) {
    .l_header_mega_menu_list>li>div {
        margin-bottom: 15px;
        padding: 5px 0 14px
    }
}

.l_header_mega_menu_list>li>div span.is_small {
    font-size: 10px
}

@media screen and (max-width:819.4px) {
    .l_header_mega_menu_list>li>div span.is_small {
        display: block
    }
}

.l_header_mega_menu_list>li>div a {
    position: relative;
    margin-left: 1.2em;
    color: #fff
}

.l_header_mega_menu_list>li>div a::before {
    position: absolute;
    content: "→";
    width: 1em;
    height: 1em;
    top: 0;
    left: -1.2em
}

.l_header_mega_menu_list .l_header_products_list01>li a {
    color: #fff;
    font-size: 12px
}

.l_header_mega_menu_list .l_header_products_list01>li a img {
    width: 53px;
    height: auto;
    vertical-align: middle;
    margin: 0 12px 8px 0
}

.l_header_mega_menu_list .l_header_products_list02 {
    margin-bottom: 20px
}

@media screen and (max-width:819.4px) {
    .l_header_mega_menu_list .l_header_products_list02>li {
        margin-bottom: 25px
    }
}

.l_header_mega_menu_list .l_header_products_list02>li>a {
    display: inline-block
}

@media screen and (min-width:819.5px) {
    .l_header_mega_menu_list .l_header_products_list02>li>a {
        margin-top: 6px
    }
}

.l_header_mega_menu_list .l_header_products_list02>li>a:hover+.l_header_products_definition dt>a {
    text-decoration: underline
}

.l_header_mega_menu_list .l_header_products_list02>li>a img {
    width: 76px;
    height: auto
}

.l_header_mega_menu_list .l_header_products_list02>li .l_header_products_definition {
    position: relative;
    display: inline-block;
    width: calc(100% - 98px);
    vertical-align: top;
    margin-left: 10px
}

@media screen and (max-width:819.4px) {
    .l_header_mega_menu_list .l_header_products_list02>li .l_header_products_definition {
        min-height: 120px;
        margin-top: -3px;
        padding-bottom: 36px
    }
}

.l_header_mega_menu_list .l_header_products_list02>li .l_header_products_definition dt {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    word-break: break-word
}

@media screen and (max-width:819.4px) {
    .l_header_mega_menu_list .l_header_products_list02>li .l_header_products_definition dt {
        line-height: 1.4;
        margin-bottom: 6px
    }
}

.l_header_mega_menu_list .l_header_products_list02>li .l_header_products_definition dt>a {
    color: #fff;
    text-decoration: none
}

.l_header_mega_menu_list .l_header_products_list02>li .l_header_products_definition dt>a:hover {
    text-decoration: underline
}

.l_header_mega_menu_list .l_header_products_list02>li .l_header_products_definition dd {
    font-size: 12px;
    color: #bbb
}

@media screen and (max-width:819.4px) {
    .l_header_mega_menu_list .l_header_products_list02>li .l_header_products_definition dd:nth-child(3) {
        position: absolute;
        width: 100%;
        min-width: 320px;
        margin-top: 10px;
        margin-left: -90px;
        bottom: 0
    }
}

@media screen and (min-width:819.5px) {
    .l_header_mega_menu_list .l_header_products_list03>li {
        padding-right: 24px
    }
}

.l_header_mega_menu_list .l_header_products_list03>li:nth-of-type(n+2) {
    margin-top: 10px
}

.l_header_mega_menu_list .l_header_products_list03 .l_header_products_definition dt {
    font-size: 12px;
    font-weight: 700
}

.l_header_mega_menu_list .l_header_products_list04_link a {
    font-size: 12px
}

.l_header_list_wrap {
    margin-left: auto
}

@media screen and (max-width:819.4px) {
    .l_header_list_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 54px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.l_header_open_btn {
    width: 25px;
    height: 25px;
    position: relative
}

.l_header_open_btn span {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    width: 15px;
    height: 2px;
    background: #000;
    display: block;
    left: 5px
}

.l_header_open_btn span:nth-child(1) {
    position: relative;
    top: 7px
}

.l_header_open_btn span:nth-child(1)::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 2px;
    top: -1px;
    right: -1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.l_header_open_btn span:nth-child(2) {
    top: 13px
}

.l_header_open_btn span:nth-child(3) {
    bottom: 4px
}

.l_header_open_btn.is_open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.l_header_open_btn.is_open span:nth-child(1)::before {
    display: none
}

.l_header_open_btn.is_open span:nth-child(2) {
    opacity: 0
}

.l_header_open_btn.is_open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.l_header_tabmark {
    position: relative
}

.l_header_tabmark::after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 8px;
    top: .4em;
    right: -16px;
    background: url(/common2/images/icon_ex_window.png) no-repeat center/contain
}

.l_header_legacy .l_header_inner {
    max-width: 1000px
}

.l_header_legacy .l_header_nav {
    max-width: 1000px
}

.l_header_legacy .l_header_mega_menu {
    max-width: 960px;
    color: #bbb
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
    .l_header_legacy .l_header_products .l_header_mega_menu_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.l_header_legacy .l_header_products .l_header_mega_menu_list>li:nth-child(1) {
    width: 18.75%
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
    .l_header_legacy .l_header_products .l_header_mega_menu_list>li:nth-child(1) {
        width: 23%
    }
}

.l_header_legacy .l_header_products .l_header_mega_menu_list>li:nth-child(2) {
    width: 37.65%
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
    .l_header_legacy .l_header_products .l_header_mega_menu_list>li:nth-child(2) {
        width: 50%;
        margin-left: 2.2%
    }
}

.l_header_legacy .l_header_products .l_header_mega_menu_list>li:nth-child(3) {
    width: 18.15%
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
    .l_header_legacy .l_header_products .l_header_mega_menu_list>li:nth-child(3) {
        width: 22%;
        margin-left: 2.2%
    }
}

.l_header_legacy .l_header_products .l_header_mega_menu_list>li:nth-child(4) {
    width: 18.75%
}

@media screen and (max-width:1110px) and (min-width:819.5px) {
    .l_header_legacy .l_header_products .l_header_mega_menu_list>li:nth-child(4) {
        width: 100%;
        margin-top: 30px;
        margin-left: 0
    }
}

.l_header_legacy .l_header_solution .l_header_mega_menu_list_solution:nth-child(1) {
    width: 33%
}

.l_header_legacy .l_header_solution .l_header_mega_menu_list_solution:nth-child(2) {
    width: 28%
}

.l_header_legacy .l_header_solution .l_header_mega_menu_list_solution:nth-child(3) {
    width: 36%
}

.l_header_legacy .c_button.c_button_type3 {
    min-width: initial;
    width: 100%
}

@media screen and (min-width:819.5px) {
    .l_header_legacy .c_button.c_button_type3 {
        max-width: 180px
    }
}

.l_header_legacy .c_badge_v2 {
    margin-right: 6px
}

.l_header_mega_menu_list_company {
    width: 100%;
}

.l_header_mega_menu_list_company .title {
    border-bottom: 2px dotted #bbb;
    padding-bottom: 4px;
    margin-bottom: 18px;
    color: #bbb;
}

.l_header_mega_menu_list_company .border-top {
    border-top: 2px solid #7e7e7e;
    padding-top: 10px;
}

.l_header_mega_menu_list_company .title .is_small {
    font-size: 10px;
}

.l_header_mega_menu_list_company .sub-title {
    color: #bbb;
}

.l_header_mega_menu_list_company .float-l {
    float: left;
}

.l_header_mega_menu_list_company .flex {
    display: flex;
    margin-bottom: 20px;
}

@media screen and (max-width:819.5px) {
    .l_header_mega_menu_list_company .flex {
        display: block;
    }
}

.c_anchor_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 70px;
    padding-top: 25px
}

@media screen and (max-width:819.4px) {
    .c_anchor_wrapper {
        padding-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 50px
    }
}

.c_anchor_wrapper li {
    margin-right: 25px;
    border-bottom: 1px solid #2f2f2f
}

@media screen and (max-width:819.4px) {
    .c_anchor_wrapper li {
        margin-right: 0;
        width: 70%;
        text-align: center;
        margin-bottom: 8px
    }
}

.c_anchor_wrapper li a {
    font-weight: 700;
    text-decoration: none
}

.c_anchor_wrapper li a:hover {
    opacity: .7
}

.c_anchor_wrapper li:last-child {
    margin-right: 0
}

@media screen and (max-width:819.4px) {
    .c_anchor_wrapper li:last-child {
        margin-bottom: 0
    }
}

.c_anchorlink {
    font-size: 1.8rem;
    background: #d4d4d4;
    line-height: 1.4;
    min-height: 33px;
    padding-left: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c_anchorlink+.c_anchorlink {
    margin-top: 17px
}

@media screen and (max-width:819.4px) {
    .c_anchorlink+.c_anchorlink {
        margin-top: 10px
    }
}

.c_anchorlink:hover {
    text-decoration: none
}

.c_anchorlink_text {
    padding: 2px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.c_anchorlink_button {
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.c_anchorlink .c_button.c_button_type2 {
    width: 33px;
    height: 100%;
    margin: 0
}

.c_anchorlink:hover .c_button.c_button_type2::before {
    left: -350%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

@media screen and (max-width:819.4px) {
    .c_anchorlink:hover .c_button.c_button_type2::before {
        -webkit-transition: all 1.5s;
        -o-transition: all 1.5s;
        transition: all 1.5s
    }
}

@media screen and (min-width:819.5px) {
    .c_anchorlink_wrap,
    .c_anchorlink_wrap_center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .c_anchorlink_wrap .c_anchorlink,
    .c_anchorlink_wrap_center .c_anchorlink {
        width: calc((99.999% - 32px)/ 3);
        margin-right: 16px
    }
    .c_anchorlink_wrap .c_anchorlink+.c_anchorlink,
    .c_anchorlink_wrap_center .c_anchorlink+.c_anchorlink {
        margin-top: 0
    }
    .c_anchorlink_wrap .c_anchorlink:nth-child(3n),
    .c_anchorlink_wrap_center .c_anchorlink:nth-child(3n) {
        margin-right: 0
    }
    .c_anchorlink_wrap .c_anchorlink:nth-child(n+4),
    .c_anchorlink_wrap_center .c_anchorlink:nth-child(n+4) {
        margin-top: 23px
    }
    .c_anchorlink_wrap .c_anchorlink:last-child,
    .c_anchorlink_wrap_center .c_anchorlink:last-child {
        margin-right: 0
    }
}

@media screen and (min-width:819.5px) {
    .c_anchorlink_wrap_center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.c_anchorlink_column_wrap {
    margin-bottom: 34px
}

.c_anchorlink_column,
.c_anchorlink_column_5col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width:819.5px) {
    .c_anchorlink_column_5col .c_anchorlink_column_item {
        width: calc((100% - 116px)/ 5);
        margin-right: 29px
    }
}

@media screen and (max-width:819.4px) {
    .c_anchorlink_column_5col .c_anchorlink_column_item {
        height: 100%
    }
}

@media screen and (min-width:819.5px) {
    .c_anchorlink_column_5col .c_anchorlink_column_item:nth-child(5) {
        margin-right: 0
    }
}

@media screen and (min-width:819.5px) {
    .c_anchorlink_column_5col .c_anchorlink_column_item:nth-child(n+6) {
        margin-top: 29px
    }
}

.c_anchorlink_column_link {
    display: block;
    position: relative
}

@media screen and (max-width:819.4px) {
    .c_anchorlink_column_link {
        background: #f2f2f2;
        height: 100%;
        padding-bottom: 40px
    }
}

.c_anchorlink_column_link:hover {
    text-decoration: none
}

.c_anchorlink_column_link_img {
    width: 100%;
    height: auto;
    display: block
}

.c_anchorlink_column_link .c_button.c_button_type2 {
    margin: 0;
    position: absolute
}

@media screen and (min-width:819.5px) {
    .c_anchorlink_column_link .c_button.c_button_type2 {
        width: 25px;
        height: 25px;
        right: 2px;
        bottom: 2px
    }
}

@media screen and (max-width:819.4px) {
    .c_anchorlink_column_link .c_button.c_button_type2 {
        width: 30px;
        height: 30px;
        left: 0;
        bottom: 0
    }
}

.c_anchorlink_column_link:hover .c_button.c_button_type2::before {
    left: -350%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

@media screen and (max-width:819.4px) {
    .c_anchorlink_column_link:hover .c_button.c_button_type2::before {
        -webkit-transition: all 1.5s;
        -o-transition: all 1.5s;
        transition: all 1.5s
    }
}

.c_anchorlink_column_link_text {
    font-size: 1.3rem;
    line-height: 1.53;
    margin-top: 2px;
    padding: 0 6px
}

@media screen and (min-width:819.5px) {
    .c_anchorlink_column_link_text {
        display: none
    }
}

.c_anchorlink_column_text {
    color: #000;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 15px
}

@media screen and (max-width:819.4px) {
    .c_anchorlink_column_text {
        display: none
    }
}

.c_badge,
.c_badge_v2 {
    position: relative;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    background-color: #585858;
    padding: 3px 20px 4px;
    margin-top: 5px;
    margin-right: 10px
}

@media screen and (max-width:819.4px) {
    .c_badge,
    .c_badge_v2 {
        font-size: 14px;
        padding: 3px 0 4px;
        width: 48%;
        margin-right: 2%;
        text-align: center
    }
    .c_badge:last-child,
    .c_badge_v2:last-child {
        margin-right: 0
    }
}

.c_badge_type2 {
    background-color: #7e7e7e
}

.c_badge_type3 {
    background-color: #0a9bcd
}

.c_badge_v2 {
    margin-right: 8px
}

@media screen and (max-width:819.4px) {
    .c_badge_v2 {
        width: initial;
        padding: 3px 20px 4px;
        font-size: 11px
    }
}

.c_badge_v2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #282828 transparent transparent
}

.c_box {
    padding: 20px;
    border: 1px solid #d4d4d4
}

@media screen and (max-width:819.4px) {
    .c_box {
        padding-top: 16px
    }
}

.c_box_title {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 10px
}

@media screen and (max-width:819.4px) {
    .c_box_title {
        font-size: 1.4rem
    }
}

.c_box_text {
    font-size: 1.4rem
}

.c_box_text+.c_box_text {
    margin-top: 24px
}

.c_button {
    position: relative;
    background-color: #0a9bcd;
    font-size: 14px;
    padding: 14px 30px 13px;
    margin-right: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    min-width: 120px;
    text-align: center
}

.c_button_large {
    width: 440px
}

.c_button_medium {
    width: 380px
}

.c_button.c_button_last {
    padding: 14px 65px 14px 16px !important
}

@media screen and (max-width:819.4px) {
    .c_button {
        width: 100%;
        margin: 0 auto 10px
    }
}

.c_button:hover {
    text-decoration: none !important
}

.c_button:hover::before {
    left: -250%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.c_button_text {
    color: #fff
}

@media screen and (max-width:819.4px) {
    .c_button_text {
        display: block;
        text-align: center
    }
}

.c_button::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10%;
    left: 190%;
    height: 120%;
    width: 140%;
    opacity: .15;
    background-color: #000;
    -webkit-transform: skew(-45deg) translateX(20px);
    -ms-transform: skew(-45deg) translateX(20px);
    transform: skew(-45deg) translateX(20px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.c_button.c_button_icon {
    display: inline-block;
    color: #fff;
    padding: 14px 79px 14px 28px;
    min-width: 170px;
    height: 50px;
    text-align: center
}

@media screen and (max-width:819.4px) {
    .c_button.c_button_icon {
        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

.c_button.c_button_icon:hover {
    color: #fff
}

.c_button.c_button_icon::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #7e7e7e;
    background-image: url(/common2/images/arrow_r.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50%;
    z-index: 3
}

.c_button.c_button_color2 {
    background-color: #f06400
}

.c_button.c_button_color3 {
    background-color: #0a9bcd;
    padding: 14px 43px 13px
}

.c_button.c_button_type2 {
    position: relative;
    display: block;
    min-width: 0;
    width: 50px;
    height: 50px;
    padding: 0
}

.c_button.c_button_type2:hover::before {
    left: -300%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

@media screen and (max-width:819.4px) {
    .c_button.c_button_type2:hover::before {
        left: -350%;
        -webkit-transition: all 1.5s;
        -o-transition: all 1.5s;
        transition: all 1.5s
    }
}

.c_button.c_button_type2::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px
}

.c_button.c_button_type2.c_button_type2_r {
    background-image: url(/common2/images/arrow_r.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50%
}

.c_button.c_button_type2.c_button_type2_l {
    background-image: url(/common2/images/arrow_l.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50%
}

.c_button.c_button_type2.c_button_type2_eye {
    background-image: url(/common2/images/eye.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50%
}

.c_button.c_button_type2.c_button_type2_glass {
    background-image: url(/common2/images/glass_w.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 45%
}

@media screen and (max-width:819.4px) {
    .c_button.c_button_type2.c_button_type2_glass {
        display: none
    }
}

.c_button.c_button_type2.c_button_type3_glass {
    background-image: url(/common2/images/glass_w.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 45%
}

.c_button.c_button_type2.c_button_type2_plus {
    background-image: url(/common2/images/plus.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50%
}

.c_button.c_button_type3 {
    display: block;
    width: 200px
}

.c_button.c_button_type4 {
    display: block;
    width: 200px;
    padding: 13px 30px 12px;
    border: 1px solid #fff;
    background-color: #282828
}

.c_button_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c_carousel_inner {
    position: relative
}

.c_carousel_img_wrap {
    position: relative
}

.c_carousel_img_wrap>img {
    width: 100%;
    height: auto;
    display: block
}

.c_carousel_img_wrap .c_carousel_img_txt {
    position: absolute;
    left: 10px;
    bottom: -10px;
    color: #282828;
    font-size: 1.2rem;
    line-height: 1.4em;
    width: 200px
}

.c_carousel_img_wrap .width260 {
    width: 260px !important;
}

@media screen and (max-width:819.4px) {
    .c_carousel_img_wrap .c_carousel_img_txt {
        left: 6px;
        bottom: 10px;
        font-size: 1.1rem;
        width: 100%
    }
}

@media screen and (max-width:819.4px) {
    .c_carousel_img_wrap .width260 {
        width: 100% !important;
    }
}

.c_carousel_modal_trigger.c_button {
    width: 50px;
    height: 50px;
    margin: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

@media screen and (max-width:819.4px) {
    .c_carousel_modal_trigger.c_button {
        width: 30px;
        height: 30px
    }
}

.c_carousel_modal_trigger.c_button:before {
    left: 125%
}

.c_carousel_control_area,
.c_carousel_control_area_2 {
    margin-top: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: right
}

@media screen and (max-width:819.4px) {
    .c_carousel_control_area,
    .c_carousel_control_area_2 {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
        display: block
    }
}

.c_carousel_control_area_2 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c_carousel_thumbnail_area {
    width: 100%
}

.c_carousel_thumbnail_list {
    margin-left: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width:819.4px) {
    .c_carousel_thumbnail_list {
        margin-left: -6px
    }
}

.c_carousel_thumbnail_list>li {
    width: 91px;
    margin-left: 8px;
    margin-bottom: 9px;
    border: 1px solid #d4d4d4;
    display: block;
    cursor: pointer
}

@media screen and (max-width:819.4px) {
    .c_carousel_thumbnail_list>li {
        width: 60px;
        margin-left: 6px;
        margin-bottom: 7px
    }
}

.c_carousel_thumbnail_list>li img {
    width: 100%;
    height: auto;
    display: block
}

.c_carousel_dot_area {
    width: 100%;
    height: 12%;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    position: absolute
}

@media screen and (max-width:819.4px) {
    .c_carousel_dot_area {
        width: 50%
    }
}

.c_carousel_dot_list {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width:819.5px) {
    .c_carousel_dot_list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width:819.4px) {
    .c_carousel_dot_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.c_carousel_dot_list>li {
    width: 50px;
    height: 6px;
    margin-right: 20px;
    display: inline-block
}

@media screen and (max-width:819.4px) {
    .c_carousel_dot_list>li {
        width: 15%;
        margin-right: 6.25%
    }
}

@media screen and (min-width:819.5px) {
    .c_carousel_dot_list>li:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:819.4px) {
    .c_carousel_dot_list>li:nth-child(5n) {
        margin-right: 0
    }
}

@media screen and (max-width:819.4px) {
    .c_carousel_dot_list>li:nth-child(n+6) {
        margin-top: 6px
    }
}

.c_carousel_dot {
    background: #d4d4d4;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.c_carousel_dot_list>li.slick-active .c_carousel_dot {
    background: #0a9bcd
}

.c_carousel_arrow_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width:819.5px) {
    .c_carousel_arrow_area {
        min-width: 120px
    }
}

.c_carousel_arrow_area .c_carousel_next,
.c_carousel_arrow_area .c_carousel_prev {
    width: 50px;
    height: 50px;
    margin-bottom: 0
}

@media screen and (max-width:819.4px) {
    .c_carousel_arrow_area .c_carousel_next,
    .c_carousel_arrow_area .c_carousel_prev {
        width: 35px;
        height: 35px;
        margin: 0
    }
}

.c_carousel_arrow_area .c_carousel_next:before,
.c_carousel_arrow_area .c_carousel_prev:before {
    left: 125%
}

.c_carousel_arrow_area .c_carousel_prev {
    margin-right: 10px
}

@media screen and (max-width:819.4px) {
    .c_carousel_arrow_area .c_carousel_prev {
        margin-right: 6px
    }
}

.c_carousel_arrow_area .c_carousel_next {
    margin-right: 0
}

@media screen and (min-width:819.5px) {
    .c_carousel_wrap_small {
        max-width: 860px;
        margin: 0 auto
    }
}

.c_carousel_wrap_small .c_carousel_modal_trigger {
    bottom: 6px
}

.c_carousel_wrap_small .c_carousel_control_area,
.c_carousel_wrap_small .c_carousel_control_area_2 {
    margin-top: 4px
}

.c_carousel .slick-slide {
    line-height: 0
}

.c_carousel .slick-list {
    height: 322px
}

@media screen and (max-width:819.4px) {
    .c_carousel .slick-list {
        height: auto
    }
}

.c_carousel .slick-list:after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #d4d4d4;
    top: 0;
    right: 0;
    position: absolute
}

.c_figure_wide img {
    width: 100%;
    hieght: auto
}

.c_heading_primary {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.43;
    margin-bottom: 25px;
    word-break: break-all
}

@media screen and (max-width:819.4px) {
    .c_heading_primary {
        font-size: 2.5rem;
        padding-top: 0;
        margin-bottom: 0
    }
    .c_heading_primary.c_heading_sp_small {
        font-size: 1.8rem
    }
}

.c_heading_secondary {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.7
}

@media screen and (max-width:819.4px) {
    .c_heading_secondary {
        font-size: 2rem;
        line-height: 1.3
    }
}

.c_heading_tertiary {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px
}

@media screen and (max-width:819.4px) {
    .c_heading_tertiary {
        font-size: 2rem;
        text-align: center
    }
}

.c_heading_quaternary {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.42;
    position: absolute;
    bottom: 0;
    margin-bottom: 10px
}

@media screen and (max-width:819.4px) {
    .c_heading_quaternary {
        font-size: 1.8rem;
        position: static
    }
}

.c_heading_quaternary span {
    background: red;
    font-size: 1.6rem;
    text-align: center;
    padding: 5px 12px;
    background: #f06400;
    color: #fff;
    margin-right: 15px;
    display: inline-block;
    font-weight: 400
}

@media screen and (max-width:819.4px) {
    .c_heading_quaternary {
        margin-bottom: 10px
    }
}

.c_heading_quaternary_2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.42;
    margin-bottom: 10px
}

.c_heading_quinary_box {
    position: relative;
    height: 53px
}

@media screen and (max-width:819.4px) {
    .c_heading_quinary_box {
        position: static;
        height: auto
    }
}

.c_heading_quinary {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 25px;
    position: absolute;
    bottom: 0
}

@media screen and (max-width:819.4px) {
    .c_heading_quinary {
        position: static
    }
}

.c_heading_with_line,
.c_heading_with_line_accent,
.c_heading_with_line_small {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.375;
    padding: 0 4px 8px;
    position: relative
}

@media screen and (max-width:819.4px) {
    .c_heading_with_line,
    .c_heading_with_line_accent,
    .c_heading_with_line_small {
        font-size: 2rem
    }
}

.c_heading_with_line::after,
.c_heading_with_line_accent::after,
.c_heading_with_line_small::after {
    content: '';
    background: #0a9bcd;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute
}

.c_heading_with_line_small {
    font-size: 1.8rem
}

@media screen and (max-width:819.4px) {
    .c_heading_with_line_small {
        font-size: 2rem
    }
}

.c_heading_with_line_accent {
    color: #0a9bcd;
    font-size: 1.8rem
}

@media screen and (max-width:819.4px) {
    .c_heading_with_line_accent {
        font-size: 2rem
    }
}

.c_heading_with_line_sub {
    color: #282828;
    font-size: 1.4rem
}

@media screen and (min-width:819.5px) {
    .c_heading_with_line_sub {
        right: 12px;
        bottom: 10px;
        position: absolute
    }
}

@media screen and (max-width:819.4px) {
    .c_heading_with_line_sub {
        margin-top: 4px;
        display: block
    }
}

.c_heading_gray,
.c_heading_gray_irregular {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8
}

@media screen and (max-width:819.4px) {
    .c_heading_gray,
    .c_heading_gray_irregular {
        font-size: 1.4rem
    }
}

.c_heading_gray_sup {
    font-size: .6em
}

@media screen and (max-width:819.4px) {
    .c_heading_gray_irregular {
        font-size: 1.8rem;
        line-height: 1.5
    }
}

.c_heading_primary.u_spacing_mb_medium {
    margin-bottom: 20px
}

@media screen and (max-width:819.4px) {
    .c_heading_primary.u_spacing_mb_medium {
        margin-bottom: 30px
    }
}

.c_heading_primary.u_spacing_mt_medium {
    margin-top: 20px
}

@media screen and (max-width:819.4px) {
    .c_heading_primary.u_spacing_mt_medium {
        margin-top: 40px
    }
}

.Gesture-001.blue::after,
.Gesture-003.purple::after,
.Gesture-004.yellow::after,
.Gesture-006.orange::after,
.Gesture-007.purple::after,
.Gesture-008.green::after,
.Gesture-009.green::after,
.Gesture-010.blue::after,
.Gesture-none::after,
.v .orange::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1
}

@media screen and (max-width:819.4px) {
    .Gesture-001.blue::after,
    .Gesture-003.purple::after,
    .Gesture-004.yellow::after,
    .Gesture-006.orange::after,
    .Gesture-007.purple::after,
    .Gesture-008.green::after,
    .Gesture-009.green::after,
    .Gesture-010.blue::after,
    .Gesture-none::after,
    .v .orange::after {
        content: none
    }
}

.Gesture-none::after {
    background-image: none
}

.Gesture-001.blue::after {
    background-image: url(/products/common2/images/001-blue.png);
    width: 219px;
    height: 219px;
    top: -2px;
    right: -10px
}

.Gesture-003.purple::after {
    background-image: url(/products/common2/images/003-purple.png);
    width: 255px;
    height: 255px;
    top: -10px;
    right: -90px
}

.Gesture-004.yellow::after {
    background-image: url(/products/common2/images/004-yellow.png);
    width: 245px;
    height: 245px;
    top: -54px;
    right: -75px
}

.v .orange::after {
    background-image: url(/products/common2/images/005-orange.png);
    width: 161px;
    height: 161px;
    top: 9px;
    right: 20px
}

.Gesture-006.orange::after {
    background-image: url(/products/common2/images/006-orange.png);
    width: 253px;
    height: 253px;
    top: 9px;
    right: -70px
}

.Gesture-007.purple::after {
    background-image: url(/products/common2/images/007-purple.png);
    width: 198px;
    height: 198px;
    top: -15px;
    right: -25px
}

.Gesture-008.green::after {
    background-image: url(/products/common2/images/008-green.png);
    width: 177px;
    height: 177px;
    top: 7px;
    right: -6px
}

.Gesture-009.green::after {
    background-image: url(/products/common2/images/009-green.png);
    width: 221px;
    height: 221px;
    top: -33px;
    right: -96px
}

.Gesture-010.blue::after {
    background-image: url(/products/common2/images/002-blue.png);
    width: 260px;
    height: 260px;
    top: -28px;
    right: -115px
}

.c_link figure:hover {
    opacity: .7
}

.c_link:hover {
    opacity: .7
}

.c_link_pager_area {
    max-width: 1110px;
    margin: 0 auto;
    position: relative
}

.c_link_pager_next,
.c_link_pager_prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c_link_pager_next:hover,
.c_link_pager_prev:hover {
    text-decoration: none
}

.c_link_pager_prev {
    left: 0
}

.c_link_pager_next {
    right: 0
}

.c_link_pager_button.c_button {
    margin: 0
}

@media screen and (max-width:819.4px) {
    .c_link_pager_button.c_button {
        width: 50px;
        height: 50px
    }
}

@media screen and (min-width:819.5px) {
    .c_link_pager_prev .c_link_pager_button {
        margin-right: 10px
    }
}

@media screen and (min-width:819.5px) {
    .c_link_pager_next .c_link_pager_button {
        margin-left: 10px
    }
}

.c_link_pager_next:hover .c_link_pager_button::before,
.c_link_pager_prev:hover .c_link_pager_button::before {
    left: -300%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

@media screen and (max-width:819.4px) {
    .c_link_pager_next:hover .c_link_pager_button::before,
    .c_link_pager_prev:hover .c_link_pager_button::before {
        left: -350%;
        -webkit-transition: all 1.5s;
        -o-transition: all 1.5s;
        transition: all 1.5s
    }
}

.c_link_pager_text {
    font-size: 1.3rem
}

@media screen and (max-width:819.4px) {
    .c_link_pager_text {
        display: none
    }
}

.c_list_type_1 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c_list_type_1 li:before {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #7e7e7e;
    margin-top: 5px;
    margin-right: 12px
}

.c_list_type_1 li>span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.c_list_type_1 li:not(:last-child) {
    margin-bottom: 12px
}

.c_list_type_2 li,
.c_list_type_t_in li {
    font-size: 1.3rem
}

.c_list_type_2 li:before,
.c_list_type_t_in li:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 9px;
    background-color: #7e7e7e
}

.c_list_type_2 li:not(:last-child),
.c_list_type_t_in li:not(:last-child) {
    margin-bottom: 20px
}

.c_list_type_t_in li:before {
    margin-right: 8px
}

.c_list_type_t_in li:not(:last-child) {
    margin-bottom: 8px
}

.c_list_type_t_in_icon_wrap_1:after {
    content: "";
    clear: both;
    display: block
}

.c_list_type_t_in_icon_wrap_1 li {
    display: block;
    margin-right: 20px;
    float: left
}

.c_list_type_t_in_icon_wrap_1 li:last-child {
    margin-right: 0
}

@media screen and (max-width:819.4px) {
    .c_list_type_t_in_icon_wrap_1 li {
        margin: 0 3%;
        width: 14%
    }
}

.c_list_type_t_in_icon_wrap_1 .c_list_icon_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c_list_type_t_in_icon_wrap_1 .c_list_icon_img:first-child {
    margin-bottom: 10px
}

@media screen and (max-width:819.4px) {
    .c_list_type_t_in_icon_wrap_1 .c_list_icon_img:first-child {
        margin-bottom: 16px
    }
}

.c_list_type_t_in_icon_wrap_1 .c_list_icon_img_wrap {
    height: 34px
}

.c_list_type_t_in_icon_wrap_1 .c_list_icon_img_wrap>img {
    width: auto;
    max-height: 100%
}

.c_list_type_t_in_icon_wrap_1 .c_list_icon_img_txt {
    height: 27px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 5px
}

@media screen and (max-width:819.4px) {
    .c_list_type_t_in_icon_wrap_1 li :last-child .c_list_icon_img_txt {
        width: 80px
    }
}

.c_list_type_t_in_icon_wrap_2:after {
    content: "";
    clear: both;
    display: block
}

@media screen and (max-width:819.4px) {
    .c_list_type_t_in_icon_wrap_2 {
        margin-top: -22px
    }
}

.c_list_type_t_in_icon_wrap_2 li {
    margin-bottom: 5px;
    float: left
}

@media screen and (max-width:819.4px) {
    .c_list_type_t_in_icon_wrap_2 li {
        margin-bottom: 0;
        margin-top: 22px
    }
}

.c_list_type_t_in_icon_wrap_2 li:not(:last-child) {
    margin-right: 20px
}

@media screen and (max-width:819.4px) {
    .c_list_type_t_in_icon_wrap_2 li:not(:last-child) {
        margin-right: 15px
    }
}

.c_list_type_t_in_icon_wrap_2 a,
.c_list_type_t_in_icon_wrap_2 img {
    display: block;
    width: auto;
    height: 50px
}

@media screen and (max-width:819.4px) {
    .c_list_type_t_in_icon_wrap_2 a,
    .c_list_type_t_in_icon_wrap_2 img {
        height: 44px
    }
}

.c_modal_wrap {
    position: relative
}

.c_modal_trigger_wrap {
    position: relative
}

.c_modal_trigger.c_button {
    margin: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

@media screen and (max-width:819.4px) {
    .c_modal_trigger.c_button {
        width: 50px;
        height: 50px
    }
}

.c_modal_item {
    max-width: 960px;
    background: #f2f2f2;
    padding: 6% 4%
}

@media screen and (max-width:819.4px) {
    .c_modal_item {
        padding: 14% 4% 10%
    }
}

.c_modal_item.l_grid_column,
.c_modal_item.l_grid_column_2col,
.c_modal_item.l_grid_column_2col_type2,
.c_modal_item.l_grid_column_3col,
.c_modal_item.l_grid_column_4col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c_modal_item_img {
    margin-right: 5.5%;
    width: 24%
}

@media screen and (max-width:819.4px) {
    .c_modal_item_img {
        margin-right: 14px;
        width: 30%
    }
}

.c_modal_item_img img {
    width: 100%;
    height: auto
}

.c_modal_item_txt {
    width: 70%
}

.c_modal_item_img_only {
    padding: 0
}

.c_modal_item_img_only img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    display: block !important
}

.c_modal_carousel {
    background: #fff
}

.c_modal_carousel img {
    display: block !important
}

.c_modal_carousel_item {
    position: relative
}

.c_modal_carousel_txt {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 1.4rem;
    line-height: 1
}

@media screen and (max-width:819.4px) {
    .c_modal_carousel_txt {
        left: 6px;
        bottom: 8px;
        font-size: 1.1rem
    }
}

.c_modal_carousel .slick-slide {
    line-height: 1
}

.c_modal_carousel_arrow_area {
    right: 0;
    bottom: -70px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c_modal_carousel_arrow_area .c_carousel_prev {
    margin-right: 20px;
    margin-bottom: 0
}

.c_modal_carousel_arrow_area .c_carousel_next {
    margin-right: 0;
    margin-bottom: 0
}

#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight {
    background: 0 0 !important;
    width: auto !important
}

#cboxContent {
    background: 0 0 !important;
    overflow: visible !important;
    width: 100% !important;
    height: auto !important
}

#cboxOverlay {
    background: rgba(0, 0, 0, .65) !important
}

#cboxClose {
    top: 0 !important;
    bottom: auto !important;
    left: auto !important;
    right: 0 !important
}

#cboxLoadedContent {
    margin: 0 !important;
    overflow: visible !important
}

@media screen and (max-width:819.4px) {
    #cboxLoadedContent {
        height: 54vw !important
    }
}

#cboxWrapper {
    width: 100% !important;
    height: auto !important;
    overflow: visible !important
}

#colorbox {
    max-width: 960px;
    left: auto !important;
    right: 50%;
    -webkit-transform: translate(50%, 0) !important;
    -ms-transform: translate(50%, 0) !important;
    transform: translate(50%, 0) !important;
    overflow: visible !important
}

#cboxClose {
    width: 57px !important;
    height: 57px !important;
    background: #0a9bcd !important;
    position: relative
}

@media screen and (max-width:819.4px) {
    #cboxClose {
        width: 47px !important;
        height: 47px !important
    }
}

#cboxClose:after,
#cboxClose:before {
    content: "";
    background: #fff;
    width: 30px;
    height: 4px;
    position: absolute;
    top: 45%;
    right: 23%
}

@media screen and (max-width:819.4px) {
    #cboxClose:after,
    #cboxClose:before {
        top: 44%;
        right: 17%
    }
}

#cboxClose:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#cboxClose:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.c_modal_item_title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px
}

@media screen and (max-width:819.4px) {
    .c_modal_item_title {
        font-size: 2rem;
        margin-bottom: 10px
    }
}

.c_nav_wrap_center {
    text-align: center
}

.c_nav {
    border-bottom: 1px solid #f2f2f2;
    font-size: 1.8rem;
    margin-bottom: 24px
}

.c_nav:after {
    content: "";
    clear: both;
    display: block
}

@media screen and (max-width:819.4px) {
    .c_nav {
        font-size: 1.2rem
    }
}

.c_nav_item,
.c_nav_item_arrow {
    float: left;
    margin-top: 12px;
    margin-right: 2.75vw
}

@media screen and (max-width:819.4px) {
    .c_nav_item,
    .c_nav_item_arrow {
        margin-right: 6.75vw
    }
}

.c_nav_item:last-child,
.c_nav_item_arrow:last-child {
    margin-right: 0
}

.c_nav_item a,
.c_nav_item span,
.c_nav_item_arrow a,
.c_nav_item_arrow span {
    cursor: pointer;
    position: relative;
    padding-bottom: 13px;
    display: block
}

@media screen and (min-width:819.5px) {
    .c_nav_item a.is_current,
    .c_nav_item a:hover,
    .c_nav_item span.is_current,
    .c_nav_item span:hover,
    .c_nav_item_arrow a.is_current,
    .c_nav_item_arrow a:hover,
    .c_nav_item_arrow span.is_current,
    .c_nav_item_arrow span:hover {
        text-decoration: none;
        opacity: 1;
        font-weight: 700
    }
    .c_nav_item a.is_current::after,
    .c_nav_item a:hover::after,
    .c_nav_item span.is_current::after,
    .c_nav_item span:hover::after,
    .c_nav_item_arrow a.is_current::after,
    .c_nav_item_arrow a:hover::after,
    .c_nav_item_arrow span.is_current::after,
    .c_nav_item_arrow span:hover::after {
        content: "";
        display: block;
        width: 100%;
        height: 6px;
        background: #0a9bcd;
        position: absolute;
        bottom: -7px;
        left: 0
    }
}

@media screen and (max-width:819.4px) {
    .c_nav_item a:hover,
    .c_nav_item_arrow a:hover {
        text-decoration: none
    }
    .c_nav_item a.is_current,
    .c_nav_item span.is_current,
    .c_nav_item_arrow a.is_current,
    .c_nav_item_arrow span.is_current {
        text-decoration: none;
        opacity: 1;
        font-weight: 700
    }
    .c_nav_item a.is_current::after,
    .c_nav_item span.is_current::after,
    .c_nav_item_arrow a.is_current::after,
    .c_nav_item_arrow span.is_current::after {
        content: "";
        display: block;
        width: 100%;
        height: 6px;
        background: #0a9bcd;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.c_nav_item_arrow {
    position: relative
}

.c_nav_item_arrow span,
.c_nav_item_arrow>a {
    padding-right: 24px;
    cursor: pointer
}

.c_nav_item_arrow span::before,
.c_nav_item_arrow>a::before {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #a9a9a9;
    border-right: 2px solid #a9a9a9;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    right: 5px;
    top: 26%
}

@media screen and (max-width:819.4px) {
    .c_nav_item_arrow span::before,
    .c_nav_item_arrow>a::before {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff
    }
}

.c_nav_tab {
    width: 62px
}

@media screen and (max-width:819.4px) {
    .c_nav_tab {
        width: auto
    }
}

.c_nav_single {
    display: inline-block
}

.c_nav_local_wrap {
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 20px;
    width: 612px
}

@media screen and (max-width:819.4px) {
    .c_nav_local_wrap {
        border-bottom: none;
        margin-bottom: 30px;
        padding: 0;
        position: relative;
        width: 100%
    }
}

.c_nav_local_wrap.is_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

.c_nav_local {
    border-bottom: none;
    font-size: 1.3rem
}

@media screen and (min-width:819.5px) {
    .c_nav_local_btn {
        display: none
    }
}

@media screen and (max-width:819.4px) {
    .c_nav_local_btn {
        border-bottom: #0a9bcd solid 4px;
        background: #0a9bcd;
        color: #fff;
        cursor: pointer;
        font-size: 2rem;
        padding: 11px 10px;
        text-align: center
    }
    .c_nav_local_btn span {
        position: relative;
        display: inline-block
    }
    .c_nav_local_btn span::after {
        height: 100%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
        -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        margin-left: 10px
    }
    .c_nav_local_btn_wrap {
        margin-top: 0
    }
    .c_nav_local_btn.is_open span::after {
        -webkit-transform: rotate(-135deg) translateY(0);
        -ms-transform: rotate(-135deg) translateY(0);
        transform: rotate(-135deg) translateY(0)
    }
}

@media screen and (min-width:819.5px) {
    .c_nav_local {
        max-width: 1110px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .c_nav_local .c_nav_item,
    .c_nav_local .c_nav_item_arrow {
        float: none
    }
    .c_nav_local .c_nav_local_sub {
        background: #282828
    }
    .c_nav_local .c_nav_local_sub_item a,
    .c_nav_local .c_nav_local_sub_item span {
        display: block;
        padding: 5px 10px;
        color: #fff
    }
    .c_nav_local .c_nav_local_sub_item a.is_current,
    .c_nav_local .c_nav_local_sub_item a:hover,
    .c_nav_local .c_nav_local_sub_item span.is_current,
    .c_nav_local .c_nav_local_sub_item span:hover {
        font-weight: 400;
        background: #0a9bcd
    }
    .c_nav_local .c_nav_local_sub_wrap {
        position: absolute;
        width: 230px;
        padding-top: 1px;
        top: 35px;
        left: 0;
        display: none;
        z-index: 2
    }
    .c_nav_local .c_nav_item_arrow .c_nav_local_sub_wrap a::after {
        content: none
    }
}

@media screen and (max-width:819.4px) {
    .c_nav_local {
        position: absolute;
        z-index: 8;
        background: #0a9bcd;
        width: 100%;
        display: none;
        margin-bottom: 0;
        border-bottom: 1px solid #fff
    }
    .c_nav_local .c_nav_item,
    .c_nav_local .c_nav_item_arrow {
        float: none;
        margin: 0
    }
    .c_nav_local .c_nav_item:not(:last-child),
    .c_nav_local .c_nav_item_arrow:not(:last-child) {
        border-bottom: 1px solid #fff
    }
    .c_nav_local .c_nav_item.is_open,
    .c_nav_local .is_open.c_nav_item_arrow {
        background: #51c5e3
    }
    .c_nav_local .c_nav_item span,
    .c_nav_local .c_nav_item>a,
    .c_nav_local .c_nav_item_arrow span,
    .c_nav_local .c_nav_item_arrow>a {
        padding-left: 20px;
        padding-right: 20px
    }
    .c_nav_local .c_nav_item a,
    .c_nav_local .c_nav_item span,
    .c_nav_local .c_nav_item_arrow a,
    .c_nav_local .c_nav_item_arrow span {
        padding-top: 11px;
        padding-bottom: 11px;
        color: #fff
    }
    .c_nav_local .c_nav_item a:hover,
    .c_nav_local .c_nav_item span:hover,
    .c_nav_local .c_nav_item_arrow a:hover,
    .c_nav_local .c_nav_item_arrow span:hover {
        font-weight: 400
    }
    .c_nav_local .c_nav_item a:hover::after,
    .c_nav_local .c_nav_item span:hover::after,
    .c_nav_local .c_nav_item_arrow a:hover::after,
    .c_nav_local .c_nav_item_arrow span:hover::after {
        content: none
    }
    .c_nav_local .c_nav_item a.is_current,
    .c_nav_local .c_nav_item span.is_current,
    .c_nav_local .c_nav_item_arrow a.is_current,
    .c_nav_local .c_nav_item_arrow span.is_current {
        font-weight: 400
    }
    .c_nav_local .c_nav_item.is_open a::after,
    .c_nav_local .c_nav_item.is_open span::after,
    .c_nav_local .is_open.c_nav_item_arrow a::after,
    .c_nav_local .is_open.c_nav_item_arrow span::after {
        content: none
    }
    .c_nav_local .c_nav_item.is_open a::before,
    .c_nav_local .c_nav_item.is_open span::before,
    .c_nav_local .is_open.c_nav_item_arrow a::before,
    .c_nav_local .is_open.c_nav_item_arrow span::before {
        -webkit-transform: rotate(-135deg) translateY(-50%);
        -ms-transform: rotate(-135deg) translateY(-50%);
        transform: rotate(-135deg) translateY(-50%);
        top: 42%;
        border-color: #fff;
        right: 18px
    }
    .c_nav_local .c_nav_local_sub_wrap {
        display: none;
        background: #000;
        padding: 0 20px;
        position: absolute;
        top: 44px;
        width: 100%;
        z-index: 9
    }
    .c_nav_local .c_nav_local_sub_wrap a {
        color: #fff
    }
    .c_nav_local .c_nav_local_sub_wrap .c_nav_local_sub_item:not(:last-child) {
        border-bottom: 1px solid #fff
    }
    .c_nav_local .c_nav_local_sub_wrap .c_nav_local_sub_item a::after {
        content: none
    }
    .c_nav_local .c_nav_item_arrow a::before,
    .c_nav_local .c_nav_item_arrow span::before {
        -webkit-transform: rotate(-45deg) translateY(-50%);
        -ms-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
        top: 50%;
        right: 18px
    }
}

.c_nav_tab {
    position: relative;
    cursor: pointer
}

.c_nav_tab.is_current {
    padding-bottom: 13px
}

.c_nav_tab.is_current::after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: #0a9bcd;
    position: absolute;
    bottom: 0;
    left: 0
}

.c_slider_control_area {
    display: none
}

@media screen and (max-width:819.4px) {
    .c_slider_wrap {
        width: 90%;
        margin: 0 auto
    }
}

.c_slider_wrap.is-initialized .c_slider_control_area,
.c_slider_wrap_2.is-initialized .c_slider_control_area {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:819.5px) {
    .c_slider_wrap.is-initialized .c_slider_control_area,
    .c_slider_wrap_2.is-initialized .c_slider_control_area {
        display: none
    }
}

.c_slider_wrap.is-initialized .c_slider_control_area.no-dots,
.c_slider_wrap_2.is-initialized .c_slider_control_area.no-dots {
    margin-top: 20px;
    padding: 0 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c_slider_dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c_slider_dots li {
    margin-right: 12px
}

.c_slider_dots li:last-child {
    margin-right: 0
}

.c_slider_dot {
    background: #999;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    cursor: pointer
}

@media screen and (max-width:819.4px) {
    .c_slider_dot {
        width: 15px;
        height: 15px
    }
}

.c_slider_dots .slick-active .c_slider_dot {
    background: #51c5e3
}

.c_slider_next.c_button,
.c_slider_prev.c_button {
    width: 50px;
    height: 50px;
    margin: 0
}

.c_slider_wrap_2 .c_slider_next.c_button,
.c_slider_wrap_2 .c_slider_prev.c_button {
    width: 30px;
    height: 30px
}

.c_slider_control_area.no-dots .c_slider_prev {
    margin-right: 6px
}

.c_slider_wrap_2 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c_slider_wrap_2 .slick-slide {
    height: inherit;
    margin: 0 8px
}

.c_slider_wrap_2 .slick-slide>div {
    height: 100%
}

@media screen and (max-width:819.4px) {
    .c-table_scroll {
        overflow: auto;
        white-space: nowrap
    }
}

@media screen and (max-width:819.4px) {
    .c-table_scroll:before {
        color: #999;
        font-size: 1.2rem;
        margin-bottom: 5px;
        display: block
    }
}

@media screen and (max-width:819.4px) {
    .c-table_scroll>table {
        display: block;
        overflow: auto;
        white-space: nowrap
    }
}

[class^=c-table] th,
td {
    text-align: left
}

.c-table_type1,
.c-table_type5,
.c-table_type_a1,
.c-table_type_d1,
.c-table_type_d2 {
    border-collapse: separate;
    border-spacing: 0 1px;
    width: 100%;
    text-align: left;
    font-size: 1.4rem
}

.c-table_type1 th,
.c-table_type5 th,
.c-table_type_a1 th,
.c-table_type_d1 th,
.c-table_type_d2 th {
    background-color: #7e7e7e;
    color: #f2f2f2;
    width: 34%;
    padding: 10px 20px
}

.c-table_type1 td,
.c-table_type5 td,
.c-table_type_a1 td,
.c-table_type_d1 td {
    background-color: #d4d4d4;
    color: #282828;
    width: 66%;
    padding: 15px 20px
}

.c-table_type1 td:first-child,
.c-table_type5 td:first-child,
.c-table_type_a1 td:first-child,
.c-table_type_d1 td:first-child {
    width: 50%
}

.c-table_type1 td:nth-child(2),
.c-table_type5 td:nth-child(2),
.c-table_type_a1 td:nth-child(2),
.c-table_type_d1 td:nth-child(2) {
    width: 50%
}

.c-table_type1 td,
.c-table_type1 th,
.c-table_type5 td,
.c-table_type5 th,
.c-table_type_a1 td,
.c-table_type_a1 th,
.c-table_type_d1 td,
.c-table_type_d1 th,
.c-table_type_d2 th {
    vertical-align: middle;
    text-align: left
}

.c-table_type_a1 th {
    padding: 10px;
    border-right: 2px solid #fff
}

@media screen and (max-width:819.4px) {
    .c-table_type_a1 th {
        padding: 15px 7px
    }
}

.c-table_type_a1 th:first-child {
    width: 25%
}

.c-table_type_a1 th:nth-child(2) {
    width: 25%
}

.c-table_type_a1 th:last-child {
    width: 40%
}

.c-table_type_a1 td {
    padding: 10px;
    border-right: 2px solid #fff
}

@media screen and (max-width:819.4px) {
    .c-table_type_a1 td {
        width: 57%;
        padding: 15px 10px 13px 12px
    }
}

.c-table_type_a1 td:first-child {
    width: 25%
}

.c-table_type_a1 td:nth-child(2) {
    width: 25%
}

.c-table_type_a1 td:last-child {
    width: 40%
}

.c-table_type_d1 th {
    width: 15%;
    border-right: 2px solid #f2f2f2;
    padding: 10px 20px
}

.c-table_type_d2 th {
    width: calc(100%/8);
    border-right: 2px solid #f2f2f2;
    padding: 10px 20px
}

@media screen and (max-width:819.4px) {
    .c-table_type_d1 th {
        padding: 15px 7px
    }
}

.c-table_type_d1 td {
    width: 13% !important;
    background: #d4d4d4;
    border-right: 2px solid #f2f2f2;
    padding: 10px 20px
}

.c-table_type_d2 td {
    width: 12% !important;
    background: #d4d4d4;
    border-right: 2px solid #f2f2f2;
    padding: 10px 20px
}

.c-table_type_d1 .align-right {
    text-align: right;
}

@media screen and (max-width:819.4px) {
    .c-table_type_d1 td {
        padding: 15px 10px 13px 12px
    }
}

.c-table_type2,
.c-table_type3,
.c-table_type4 {
    border-collapse: separate;
    border-spacing: 0 1px;
    width: 100%;
    text-align: left;
    font-size: 1.4rem
}

.c-table_type2 tr:first-child th,
.c-table_type3 tr:first-child th,
.c-table_type4 tr:first-child th {
    background-color: #7e7e7e;
    color: #f2f2f2;
    border-right: 2px solid #f2f2f2
}

.c-table_type2 tr:first-child th:nth-child(1),
.c-table_type3 tr:first-child th:nth-child(1),
.c-table_type4 tr:first-child th:nth-child(1) {
    width: 50%;
    padding: 10px
}

.c-table_type2 tr:first-child th:nth-child(2),
.c-table_type3 tr:first-child th:nth-child(2),
.c-table_type4 tr:first-child th:nth-child(2) {
    width: 25%
}

.c-table_type2 tr:first-child th:nth-child(3),
.c-table_type3 tr:first-child th:nth-child(3),
.c-table_type4 tr:first-child th:nth-child(3) {
    width: 20%
}

.c-table_type2 td,
.c-table_type2 th,
.c-table_type2 tr,
.c-table_type3 td,
.c-table_type3 th,
.c-table_type3 tr,
.c-table_type4 td,
.c-table_type4 th,
.c-table_type4 tr {
    background-color: #d4d4d4;
    text-align: left;
    border-right: 2px solid #f2f2f2
}

.c-table_type2 td,
.c-table_type2 th,
.c-table_type3 td,
.c-table_type3 th,
.c-table_type4 td,
.c-table_type4 th {
    padding: 10px;
    color: #282828;
    vertical-align: middle
}

.c-table_type2 td:last-child,
.c-table_type3 td:last-child,
.c-table_type4 td:last-child {
    text-align: right !important;
    padding-right: 10px
}

@media screen and (max-width:819.4px) {
    .c-table_type2 td:last-child,
    .c-table_type3 td:last-child,
    .c-table_type4 td:last-child {
        padding-right: 10px
    }
}

.c-table_type3 th,
.c-table_type4 th {
    padding: 10px 20px
}

.c-table_type3 tr:first-child th,
.c-table_type4 tr:first-child th {
    position: relative
}

.c-table_type3 tr:first-child th:before,
.c-table_type4 tr:first-child th:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    content: "";
    height: 1px;
    background-color: #d4d4d4;
    display: block;
    width: 100%
}

.c-table_type3 tr:first-child th:nth-child(1),
.c-table_type4 tr:first-child th:nth-child(1) {
    width: 25%;
    padding: 10px 20px
}

.c-table_type3 tr:first-child th:nth-child(2),
.c-table_type4 tr:first-child th:nth-child(2) {
    width: 25%
}

.c-table_type3 tr:first-child th:nth-child(3),
.c-table_type4 tr:first-child th:nth-child(3) {
    width: 25%
}

.c-table_type3 td,
.c-table_type4 td {
    padding: 10px 20px
}

.c-table_type3 td:last-child,
.c-table_type4 td:last-child {
    text-align: right !important;
    padding: 10px 20px
}

.c-table_type3 td.u_align_top,
.c-table_type4 td.u_align_top {
    vertical-align: top !important
}

.c-table_type4 figcaption {
    margin-bottom: 40px
}

.c-table_type4 tr:first-child th:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    content: "";
    height: 1px;
    background-color: #d4d4d4;
    display: block;
    width: 100%
}

.c-table_type4 tr:first-child th:nth-child(1) {
    width: 34%;
    padding: 15px 12px
}

.c-table_type4 tr:first-child th:nth-child(2) {
    width: 28%
}

.c-table_type4 tr:first-child th:nth-child(3) {
    width: 38%
}

.c-table_type5 th {
    width: 55%;
    padding: 14px;
    word-break: break-word
}

@media screen and (max-width:819.4px) {
    .c-table_type5 th {
        padding: 15px 7px;
        white-space: normal
    }
}

.c-table_type5 td {
    width: 45%;
    padding: 15px 32px;
    word-break: break-word
}

@media screen and (max-width:819.4px) {
    .c-table_type5 td {
        padding: 15px 10px 13px 12px;
        white-space: normal
    }
}

.c-table_type_c1,
.c-table_type_c2,
.c-table_type_c3,
.c-table_type_c4,
.c-table_type_c5 {
    border-collapse: separate;
    border-spacing: 0 1px;
    width: 100%;
    text-align: left;
    font-size: 1.4rem
}

.c-table_type_c1 tr:first-child th,
.c-table_type_c2 tr:first-child th,
.c-table_type_c3 tr:first-child th,
.c-table_type_c4 tr:first-child th,
.c-table_type_c5 tr:first-child th {
    background-color: #7e7e7e;
    color: #f2f2f2;
    border-right: 2px solid #f2f2f2;
    text-align: left
}

.c-table_type_c1 tr:first-child th:nth-child(1),
.c-table_type_c2 tr:first-child th:nth-child(1),
.c-table_type_c3 tr:first-child th:nth-child(1),
.c-table_type_c4 tr:first-child th:nth-child(1),
.c-table_type_c5 tr:first-child th:nth-child(1) {
    width: 10%;
    padding: 15px 20px
}

.c-table_type_c1 tr:first-child th:nth-child(2),
.c-table_type_c2 tr:first-child th:nth-child(2),
.c-table_type_c3 tr:first-child th:nth-child(2),
.c-table_type_c4 tr:first-child th:nth-child(2),
.c-table_type_c5 tr:first-child th:nth-child(2) {
    width: 20%;
    padding: 15px 20px
}

.c-table_type_c1 tr:nth-child(1) th,
.c-table_type_c2 tr:nth-child(1) th,
.c-table_type_c3 tr:nth-child(1) th,
.c-table_type_c4 tr:nth-child(1) th,
.c-table_type_c5 tr:nth-child(1) th {
    background-color: #000;
    text-align: left
}

.c-table_type_c1 tr:nth-child(2) th,
.c-table_type_c2 tr:nth-child(2) th,
.c-table_type_c3 tr:nth-child(2) th,
.c-table_type_c4 tr:nth-child(2) th,
.c-table_type_c5 tr:nth-child(2) th {
    background-color: #7e7e7e;
    color: #fff
}

.c-table_type_c1 td,
.c-table_type_c1 th,
.c-table_type_c1 tr,
.c-table_type_c2 td,
.c-table_type_c2 th,
.c-table_type_c2 tr,
.c-table_type_c3 td,
.c-table_type_c3 th,
.c-table_type_c3 tr,
.c-table_type_c4 td,
.c-table_type_c4 th,
.c-table_type_c4 tr,
.c-table_type_c5 td,
.c-table_type_c5 th,
.c-table_type_c5 tr {
    background-color: #d4d4d4;
    border-right: 2px solid #f2f2f2;
    text-align: left
}

.c-table_type_c1 td,
.c-table_type_c1 th,
.c-table_type_c2 td,
.c-table_type_c2 th,
.c-table_type_c3 td,
.c-table_type_c3 th,
.c-table_type_c4 td,
.c-table_type_c4 th,
.c-table_type_c5 td,
.c-table_type_c5 th {
    padding: 15px 20px;
    color: #282828;
    vertical-align: middle;
    text-align: left
}

.c-table_type_c1 .u_align_right,
.c-table_type_c2 .u_align_right,
.c-table_type_c3 .u_align_right,
.c-table_type_c4 .u_align_right,
.c-table_type_c5 .u_align_right {
    text-align: right
}

.c-table_type_c2 tr:first-child th:nth-child(1) {
    width: 25%
}

.c-table_type_c2 tr:first-child th:nth-child(3) {
    width: 25%
}

.c-table_type_c2 td:nth-child(1) {
    width: 20%
}

.c-table_type_c2 td:nth-child(2) {
    width: 15%
}

.c-table_type_c2 tr:nth-child(1) th {
    background-color: #7e7e7e;
    color: #fff
}

.c-table_type_c2 tr:nth-child(2) th {
    color: #000;
    background-color: #d4d4d4
}

.c-table_type_c2 td,
.c-table_type_c2 th {
    padding: 10px 20px;
    color: #282828;
    vertical-align: middle
}

.c-table_type_c3 tr:first-child th:nth-child(1),
.c-table_type_c4 tr:first-child th:nth-child(1),
.c-table_type_c5 tr:first-child th:nth-child(1) {
    width: 20%
}

.c-table_type_c3 tr:first-child th:nth-child(2),
.c-table_type_c4 tr:first-child th:nth-child(2),
.c-table_type_c5 tr:first-child th:nth-child(2) {
    width: 29%
}

.c-table_type_c3 tr:first-child th:nth-child(3),
.c-table_type_c4 tr:first-child th:nth-child(3),
.c-table_type_c5 tr:first-child th:nth-child(3) {
    width: 20%
}

.c-table_type_c3 tr:first-child th:nth-child(4),
.c-table_type_c4 tr:first-child th:nth-child(4),
.c-table_type_c5 tr:first-child th:nth-child(4) {
    width: 20%
}

.c-table_type_c3 tr:nth-child(1) th,
.c-table_type_c4 tr:nth-child(1) th,
.c-table_type_c5 tr:nth-child(1) th {
    background-color: #7e7e7e;
    color: #fff
}

.c-table_type_c3 tr:nth-child(2) th,
.c-table_type_c4 tr:nth-child(2) th,
.c-table_type_c5 tr:nth-child(2) th {
    background-color: #d4d4d4;
    color: #000
}

.c-table_type_c3 .u_align_right,
.c-table_type_c4 .u_align_right,
.c-table_type_c5 .u_align_right {
    text-align: right
}

.c-table_type_c4 tr:first-child th:nth-child(1),
.c-table_type_c5 tr:first-child th:nth-child(1) {
    width: 20%
}

.c-table_type_c4 tr:first-child th:nth-child(2),
.c-table_type_c5 tr:first-child th:nth-child(2) {
    width: 60%
}

.c-table_type_c4 tr:first-child th:nth-child(3),
.c-table_type_c5 tr:first-child th:nth-child(3) {
    width: 20%
}

.c-table_type_c5 tr:first-child th:nth-child(1) {
    width: 15%
}

.c-table_type_c5 tr:first-child th:nth-child(2) {
    width: 40%
}

.c-table_type_l {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.c-table_type_l a {
    color: #0a9bcd;
}

.c-table_type_l th {
    background-color: #f2f2f2;
    border: 1px solid #7e7e7e;
    padding: 10px 20px;
    vertical-align: middle;
    text-align: center;
}

.c-table_type_l th:nth-child(1) {
    text-align: left;
}

.c-table_type_l td {
    border: 1px solid #7e7e7e;
    padding: 10px 20px;
    vertical-align: middle;
    text-align: center;
}

.c-table_type_l td:nth-child(1) {
    text-align: left;
}

.c-table_type_l th.ta-center {
    text-align: center;
}

.p_bnr {
    position: relative;
    display: block
}

.p_bnr_txt {
    position: absolute;
    top: 12px;
    left: 15px;
    color: #fff;
    font-size: 1.5rem;
    z-index: 2
}

@media screen and (max-width:819.4px) {
    .p_bnr_txt {
        top: 8px;
        left: 6px;
        font-size: 1.2rem
    }
}

.breadcrumbs {
    max-width: 1100px;
    color: #0a9bcd;
    padding: 15px 0;
    margin: 0;
    margin: 0 auto;
    font-size: 86.66%;
    line-height: 1.6
}

.breadcrumbs.is_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}

.breadcrumbs a {
    color: #0a9bcd
}

.breadcrumbs em {
    color: #000;
    font-weight: 400;
    font-style: normal
}
/*
@media screen and (max-width:819.4px) {
    .breadcrumbs {
        display: none
    }
}*/

@media screen and (max-width:819.4px) {
    .p_features {
        /*margin-top: -14px*/
        margin-top: 90px;
    }
}

.p_features_title_1 {
    text-align: left;
    margin-bottom: 40px
}

@media screen and (min-width:819.5px) {
    .p_features_figure_1 {
        max-width: 830px;
        margin: 0 auto
    }
}

@media screen and (max-width:819.4px) {
    .p_features .u_spacing_mb_large {
        margin-bottom: 80px
    }
}

@media screen and (max-width:819.4px) {
    .p_features .l_grid_column_2col>li:nth-child(n+2) {
        margin-top: 15px
    }
}

@media screen and (max-width:819.4px) {
    .p_features .l_grid_column_2col_type2>li:nth-child(1) {
        margin-top: 15px
    }
    .p_features .l_grid_column_2col_type2>li:nth-child(2) {
        margin-top: 0
    }
}

@media screen and (max-width:819.4px) {
    .p_features .l_grid_column_3col>li:nth-child(n+2),
    .p_features .l_grid_column_4col>li:nth-child(n+2) {
        margin-top: 40px
    }
}

@media screen and (max-width:819.4px) {
    .p_features .l_grid_column_reverse_sp li:nth-child(1) {
        margin-top: 15px
    }
}

.p-menu_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px
}

@media screen and (max-width:819.4px) {
    .p-menu_detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.p-menu_detail_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px
}

@media screen and (max-width:819.4px) {
    .p-menu_detail_img {
        margin: 10px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width:819.4px) {
    .p-menu_detail_img img {
        width: 100%
    }
    .p-menu_detail_img img:last-of-type {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: 10px 0
    }
}

.p-menu_detail_box,
.p-menu_detail_box_b,
.p-menu_detail_box_o,
.p-menu_detail_box_p,
.p-menu_detail_box_y {
    width: 23%;
    padding: 103px 21px;
    text-align: center;
    color: #f2f2f2
}

@media screen and (max-width:819.4px) {
    .p-menu_detail_box,
    .p-menu_detail_box_b,
    .p-menu_detail_box_o,
    .p-menu_detail_box_p,
    .p-menu_detail_box_y {
        width: 80%
    }
}

.p-menu_detail_box_ttl {
    font-size: 1.6rem;
    font-weight: 700
}

.p-menu_detail_box_p {
    background-color: #6e3cbe
}

.p-menu_detail_box_b {
    background-color: #0a9bcd
}

.p-menu_detail_box_y {
    background-color: #f5b400
}

.p-menu_detail_box_o {
    background-color: #f06400
}

.p_menu_detail_black {
    color: #282828
}

@media screen and (max-width:819.4px) {
    .p_option {
        margin-top: -14px
    }
}

.p_option_price {
    margin-bottom: 10px
}

.p_option_title {
    margin-bottom: 50px;
    text-align: center
}

@media screen and (max-width:819.4px) {
    .p_option_title {
        margin-bottom: 35px
    }
}

.p_option_composition_heading_type1 {
    font-size: 1.8rem
}

.p_option_table_type1 th {
    width: 30%
}

.p_option_table_type1 td {
    width: 70%
}

.p_option_img {
    margin-top: 70px
}

@media screen and (min-width:819.5px) {
    .p_option_img {
        width: auto;
        max-width: 100%
    }
}

.p_option_img_row {
    width: 65%;
    height: auto;
    margin-left: 70px
}

.p_option_clickable {
    border: 1px solid #7e7e7e;
    margin-top: 18px;
    padding: 54px 30px 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.p_option_clickable_inner {
    position: relative;
    display: inline-block
}

.p_option_clickable_main {
    max-width: 475px
}

.p_option_clickable_item {
    position: absolute;
    display: block
}

.p_option_clickable_item>img {
    display: block
}

.p_option_clickable_item_a {
    width: 38.95%;
    top: 0;
    left: 40.2%
}

.p_option_clickable_item_b {
    width: 60%;
    right: 0;
    bottom: 0
}

.p_option_clickable_item_c {
    width: 38.95%;
    left: 0;
    bottom: 0
}

.p_option_clickable_item_d {
    width: 38.95%;
    top: 32.3%;
    left: 40.2%
}

.p_option_clickable_item_e {
    width: 4.43%;
    top: 24.2%;
    right: 12.2%
}

.p_option_clickable_item_cover {
    width: 35.58%;
    left: 40%;
    bottom: 22.2%
}

.p_option_anchorlink_list {
    max-width: 750px;
    margin: 34px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:819.4px) {
    .p_option_anchorlink_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.p_option_anchorlink_item {
    margin-top: 23px
}

@media screen and (min-width:819.5px) {
    .p_option_anchorlink_item {
        margin-right: 43px;
        right: -22px;
        position: relative
    }
}

.p_option_anchorlink_item>span {
    background: #f06400;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1;
    padding: 3px 0;
    display: inline-block;
    width: 21px;
    height: 21px
}

.p_option_anchorlink_item>a {
    color: #2f2f2f;
    font-size: 1.4rem;
    font-weight: 700;
    position: relative
}

.p_option_anchorlink_item>a:after {
    content: '';
    background: #2f2f2f;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    display: block
}

.p_option_anchorlink_item>a:hover {
    text-decoration: none;
    opacity: .7
}

@media screen and (min-width:819.5px) {
    .p_option_list_anchorlink_area {
        padding: 0 12px 27px 187px
    }
}

@media screen and (max-width:819.4px) {
    .p_option_list_anchorlink_area {
        padding-bottom: 30px
    }
}

@media screen and (min-width:819.5px) {
    .p_option_list_anchorlink_area li {
        width: auto
    }
}

@media screen and (min-width:819.5px) {
    .p_option_list_anchorlink_area li:nth-child(1) {
        margin-right: 118px
    }
}

@media screen and (min-width:819.5px) {
    .p_option_list_anchorlink_area li:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }
}

.p_option_list_anchorlink_map {
    width: 319px;
    position: relative
}

@media screen and (max-width:819.4px) {
    .p_option_list_anchorlink_map {
        width: 100%
    }
}

.p_option_list_anchorlink_map_bg {
    width: 100%;
    height: auto;
    display: block
}

.p_option_list_anchorlink_map>a {
    display: block;
    position: absolute
}

.p_option_list_anchorlink_map>a>img {
    width: 100%;
    height: auto;
    display: block
}

.p_option_list_anchorlink_map>a:nth-of-type(1) {
    width: 39.18%;
    top: 0;
    left: 40.12%
}

.p_option_list_anchorlink_map>a:nth-of-type(2) {
    width: 60.18%;
    right: 0;
    bottom: 0
}

.p_option_list_anchorlink_map>a:nth-of-type(3) {
    width: 39.18%;
    left: 0;
    bottom: 0
}

.p_option_list_anchorlink_map>a:nth-of-type(4) {
    width: 38.87%;
    top: 32%;
    left: 40.12%
}

.p_option_list_anchorlink_map>a:nth-of-type(5) {
    width: 6.89%;
    top: 21.5%;
    right: 9.71%
}

.p_option_list_anchorlink_map_cover {
    width: 35.42%;
    top: 61.3%;
    left: 39.81%;
    display: block;
    position: absolute
}

.p_option_list_anchorlink_map_cover>img {
    width: 100%;
    height: auto;
    display: block
}

@media screen and (max-width:819.4px) {
    .p_option_list_anchorlink {
        font-size: 1.6rem;
        padding-left: 10px
    }
}

.p_option_list_heading {
    padding-right: 0;
    padding-left: 0
}

@media screen and (max-width:819.4px) {
    .p_option_list_heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.p_option_list_heading_icon {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    background: #0a9bcd;
    width: 21px;
    height: 21px;
    margin-right: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:819.4px) {
    .p_option_list_heading_icon {
        margin-right: 10px
    }
}

@media screen and (max-width:819.4px) {
    .p_option_list_heading_text {
        font-size: 1.7rem;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }
}

.p_option_list_option_wrap {
    margin-top: 28px
}

@media screen and (min-width:819.5px) {
    .p_option_list_option_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:819.4px) {
    .p_option_list_option_wrap {
        margin-top: 25px
    }
}

@media screen and (min-width:819.5px) {
    .p_option_list_option {
        width: calc((99.999% - 60px)/ 3);
        margin-right: 30px
    }
}

@media screen and (min-width:819.5px) {
    .p_option_list_option:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width:819.5px) {
    .p_option_list_option:nth-child(n+4) {
        margin-top: 45px
    }
}

@media screen and (max-width:819.4px) {
    .p_option_list_option:nth-child(n+2) {
        margin-top: 45px
    }
}

.p_option_list_option_img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.p_option_list_option_heading {
    font-weight: 700
}

.p_option_list_option_heading_model {
    font-size: 1.8rem;
    line-height: 1.6;
    display: block
}

@media screen and (max-width:819.4px) {
    .p_option_list_option_heading_model {
        font-size: 1.6rem;
        line-height: 1.7
    }
}

.p_option_list_option_heading_name {
    font-size: 1.6rem;
    line-height: 1.7;
    display: block
}

@media screen and (max-width:819.4px) {
    .p_option_list_option_heading_name {
        font-size: 1.4rem;
        line-height: 1.9
    }
}

.p_option_list_option_img+.p_option_list_option_heading {
    margin-top: 7px
}

@media screen and (max-width:819.4px) {
    .p_option_list_option_img+.p_option_list_option_heading {
        margin-top: 11px
    }
}

.p_option_list_option_text {
    font-size: 1.4rem;
    line-height: 1.9;
    margin-top: 10px
}

.p_option_list_button_wrap {
    text-align: center;
    margin-top: 56px
}

@media screen and (max-width:819.4px) {
    .p_option_list_button_wrap {
        margin-top: 30px
    }
}

.p_option_list_button_wrap .c_button {
    width: 333px;
    margin: 0
}

@media screen and (max-width:819.4px) {
    .p_option_list_button_wrap .c_button {
        width: 100%
    }
}

.p_option_composition_button.c_button {
    margin: 0
}

@media screen and (min-width:819.5px) {
    .p_option_composition_button.c_button {
        min-width: 333px
    }
}

@media screen and (max-width:819.4px) {
    .p_spec_img_wrap {
        height: 570px;
        overflow: auto
    }
}

@media screen and (max-width:819.4px) {
    .p_spec_img_wrap>img {
        width: auto;
        height: 100%;
        display: block
    }
}

.p_supplies_img {
    width: 55%
}

@media screen and (max-width:819.4px) {
    .p_supplies_img {
        width: 80%
    }
}

@media screen and (max-width:819.4px) {
    .p_support {
        margin-top: -14px
    }
}

.p_support_text,
.p_support_text_pc_center {
    font-size: 1.4rem;
    line-height: 1.9
}

@media screen and (min-width:819.5px) {
    .p_support_text_pc_center {
        text-align: center
    }
}

.p_support_text a,
.p_support_text_pc_center a {
    color: #0a9bcd
}

.p_support_heading_1 {
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px
}

@media screen and (max-width:819.4px) {
    .p_support_heading_1 {
        font-size: 1.8rem
    }
}

.p_support_button_wrap {
    text-align: center;
    margin-top: 50px
}

@media screen and (max-width:819.4px) {
    .p_support_button_wrap {
        margin-top: 20px
    }
}

.p_support_button_wrap .c_button {
    margin: 0
}

@media screen and (max-width:819.4px) {
    .p_support_button_wrap .c_button {
        padding-right: 50px;
        padding-left: 0
    }
}

@media screen and (max-width:819.4px) {
    .p_support_button_wrap .c_button_text_service {
        font-size: 1.25rem
    }
}

.p_support_note {
    font-size: 1.2rem;
    display: block;
    text-indent: -2em;
    padding-left: 25px
}

@media screen and (max-width:819.4px) {
    .p_support_note {
        font-size: 1.4rem;
        text-indent: 0;
        padding-left: 0
    }
}

.p_support_note::before {
    content: '※'
}

.p_support_note_list {
    counter-reset: note
}

.p_support_note_list li {
    font-size: 1.2rem;
    line-height: 1.9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:819.4px) {
    .p_support_note_list li {
        font-size: 1.4rem
    }
}

.p_support_note_list li::before {
    content: "※"counter(note);
    counter-increment: note;
    margin-right: 13px
}

.p_support_note_list li>span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

@media screen and (max-width:819.4px) {
    .p_support_top_heading_gray {
        font-size: 1.8rem
    }
}

.p_support_top_example_1 {
    background: #fff;
    padding: 62px 56px 42px
}

@media screen and (min-width:819.5px) {
    .p_support_top_example_1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width:819.4px) {
    .p_support_top_example_1 {
        padding: 28px
    }
}

.p_support_top_example_1_box,
.p_support_top_example_1_box_result {
    width: calc((100% - 102px)/ 4);
    height: auto
}

@media screen and (max-width:819.4px) {
    .p_support_top_example_1_box,
    .p_support_top_example_1_box_result {
        width: 100%;
        padding: 40px 0
    }
}

.p_support_top_example_1_box_result {
    padding: 20px 0
}

@media screen and (max-width:819.4px) {
    .p_support_top_example_1_box_result {
        padding: 40px 0
    }
}

.p_support_top_example_1_box {
    background: #d4d4d4;
    position: relative;
    text-align: center;
    padding: 20px 0 50px
}

@media screen and (min-width:819.5px) {
    .p_support_top_example_1_box {
        margin-right: 34px
    }
}

@media screen and (max-width:819.4px) {
    .p_support_top_example_1_box {
        margin-bottom: 35px;
        padding: 40px 0
    }
}

.p_support_top_example_1_box::after {
    content: '';
    background-image: url(/products/common2/images/plus_gray.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    position: absolute
}

@media screen and (min-width:819.5px) {
    .p_support_top_example_1_box::after {
        top: 50%;
        right: -30px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (max-width:819.4px) {
    .p_support_top_example_1_box::after {
        left: 50%;
        bottom: -31px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.p_support_top_example_1_box_heading {
    color: #585858;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center
}

.p_support_top_example_1_box_text {
    margin-top: 25px;
    padding: 0 16px;
    text-align: left
}

.p_support_top_example_1_box:nth-child(1) .p_support_top_example_1_box_heading {
    padding-bottom: 25px
}

@media screen and (max-width:819.4px) {
    .p_support_top_example_1_box:nth-child(1) .p_support_top_example_1_box_heading {
        padding-bottom: 0
    }
}


/*年間保守契約料金例　1枠目用　見出しの下余白調整*/

.p_support_top_example_1_box_heading_prt {
    color: #585858;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center
}

.p_support_top_example_1_box:nth-child(1) .p_support_top_example_1_box_heading_prt {
    padding-bottom: 0
}

@media screen and (max-width:819.4px) {
    .p_support_top_example_1_box:nth-child(1) .p_support_top_example_1_box_heading_prt {
        padding-bottom: 0
    }
}


/*年間保守契約料金例　1枠目用　見出しの下余白調整ここまで*/

.p_support_top_example_1_box:nth-child(3)::after {
    background-image: url(/products/common2/images/equal_gray.png);
    width: 21px;
    height: 21px
}

@media screen and (min-width:819.5px) {
    .p_support_top_example_1_box:nth-child(3)::after {
        right: -27px
    }
}

@media screen and (max-width:819.4px) {
    .p_support_top_example_1_box:nth-child(3)::after {
        bottom: -28px;
        -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg)
    }
}

.p_support_top_example_1_box_result {
    background: #7e7e7e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p_support_top_example_1_box_result_text {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
    text-align: center
}

.p_support_top_example_2 {
    background: #f2f2f2;
    padding: 30px 0 53px
}

@media screen and (max-width:819.4px) {
    .p_support_top_example_2 {
        padding: 22px 28px 27px
    }
}

@media screen and (min-width:819.5px) {
    .p_support_top_example_2_section {
        width: 646px;
        margin: 0 auto
    }
}

.p_support_top_example_2_section+.p_support_top_example_2_section {
    margin-top: 36px
}

@media screen and (max-width:819.4px) {
    .p_support_top_example_2_section+.p_support_top_example_2_section {
        margin-top: 52px
    }
}

.p_support_top_example_2_heading {
    color: #585858;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: center
}

.p_support_top_example_2_heading>span {
    font-weight: 700
}

.p_support_top_example_2_text {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 8px
}

@media screen and (min-width:819.5px) {
    .p_support_top_example_2_text {
        text-align: center
    }
}

.p_support_top_example_2_content {
    margin-top: 26px
}

@media screen and (min-width:819.5px) {
    .p_support_top_example_2_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width:819.4px) {
    .p_support_top_example_2_content {
        margin-top: 22px
    }
}

.p_support_top_example_2_box {
    background: #fff;
    position: relative
}

@media screen and (min-width:819.5px) {
    .p_support_top_example_2_box {
        width: 369px;
        padding: 12px 61px 29px 58px
    }
}

@media screen and (max-width:819.4px) {
    .p_support_top_example_2_box {
        padding: 22px 0 27px
    }
}

.p_support_top_example_2_box::after {
    content: '';
    background-image: url(/products/common2/images/equal_gray.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    position: absolute
}

@media screen and (min-width:819.5px) {
    .p_support_top_example_2_box::after {
        top: 50%;
        right: -38px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (max-width:819.4px) {
    .p_support_top_example_2_box::after {
        left: 50%;
        bottom: -29px;
        -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg)
    }
}

.p_support_top_example_2_color_wrap {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:819.4px) {
    .p_support_top_example_2_color_wrap {
        padding: 0 12px
    }
}

.p_support_top_example_2_color {
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    width: calc((100% - 9px)/ 2);
    margin-right: 9px;
    padding: 9px
}

.p_support_top_example_2_color:nth-child(2n) {
    margin-right: 0
}

.p_support_top_example_2_color:nth-child(n+3) {
    margin-top: 9px
}

.p_support_top_example_2_color.is_cyan {
    background: #7fcff4
}

.p_support_top_example_2_color.is_magenta {
    background: #f17fbf
}

.p_support_top_example_2_color.is_yellow {
    background: #fff87f
}

.p_support_top_example_2_color.is_black {
    background: #b2b2b2
}

.p_support_top_example_2_color.is_blank {
    border: 1px dashed #838383
}

.p_support_top_example_2_box_result {
    background: #7e7e7e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:819.5px) {
    .p_support_top_example_2_box_result {
        width: 225px
    }
}

@media screen and (max-width:819.4px) {
    .p_support_top_example_2_box_result {
        height: 225px;
        margin-top: 35px
    }
}

.p_support_top_example_2_box_result_text {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
    text-align: center
}

@media screen and (max-width:819.4px) {
    .p_support_menu_table_overflow_inner {
        width: 1112px
    }
}

.p_support_menu_table_2col_wrap_1 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media screen and (max-width:819.4px) {
    .p_support_menu_table_2col_wrap_1 {
        width: 1112px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.p_support_menu_table_2col_wrap_1>li {
    width: calc(100% / 2 - 15px);
    margin-right: 30px
}

.p_support_menu_table_2col_wrap_1>li:last-child {
    margin-right: 0
}

@media screen and (max-width:819.4px) {
    .p_support_menu_table_2col_wrap_1>li:nth-child(n+2) {
        margin-top: 0
    }
}

.p_support_menu_table_price_1 tr:first-of-type th:nth-of-type(2) {
    text-align: left
}

.p_support_menu_table_install_1 td {
    text-align: left
}

.p_support_menu_table_install_1 td:not(:last-of-type) {
    padding-left: 20px
}

.p_support_menu_table_system_1 td {
    text-align: left
}

.p_support_menu_table_system_1 td:not(:last-of-type) {
    padding-left: 20px
}

.p_support_menu_table_system_1 td:last-of-type {
    padding-right: 20px
}

.p_support_menu_table_spot_1 tr:first-of-type th:nth-of-type(2) {
    text-align: left;
    padding-left: 20px
}

.p_support_menu_table_spot_1 td {
    text-align: left
}

.p_support_menu_table_spot_1 td:not(:last-of-type) {
    padding: 10px 20px
}

.p_support_menu_spot_heading_1 {
    color: #585858;
    font-size: 2rem;
    line-height: 1.35;
    margin: 10px 0
}

@media screen and (max-width:819.4px) {
    .p_support_menu_spot_heading_1 {
        font-size: 1.6rem;
        line-height: 1.5625;
        margin: 3px 0 10px
    }
}

.p_support_link {
    text-decoration: underline
}

.p_video {
    width: 100%;
    text-align: center
}

.p_video_inner {
    display: inline-block;
    margin: 0 auto;
    width: 570px
}

@media screen and (max-width:819.4px) {
    .p_video_inner {
        width: 100%
    }
}

@media screen and (max-width:500px) {
    .p_video_inner {
        display: block
    }
}

.p_video_inner>.video-js {
    width: 100%;
    height: 0;
    padding-bottom: 56.4%
}

.p_video_caption {
    margin-top: 8px;
    text-align: left
}

.p_video_caption a {
    color: #0a9bcd;
    text-decoration: underline
}

.u_align_left {
    text-align: left
}

.u_align_right {
    text-align: right
}

.u_align_center {
    text-align: center
}

@media screen and (max-width:819.4px) {
    .u_align_left_sp {
        text-align: left
    }
}

@media screen and (min-width:819.5px) {
    .u-sp {
        display: none !important
    }
}

@media screen and (max-width:819.4px) {
    .u-pc {
        display: none !important
    }
}

.u_overflow_auto {
    overflow: auto
}

.u_size_w1per {
    width: 1% !important
}

.u_size_w2per {
    width: 2% !important
}

.u_size_w3per {
    width: 3% !important
}

.u_size_w4per {
    width: 4% !important
}

.u_size_w5per {
    width: 5% !important
}

.u_size_w6per {
    width: 6% !important
}

.u_size_w7per {
    width: 7% !important
}

.u_size_w8per {
    width: 8% !important
}

.u_size_w9per {
    width: 9% !important
}

.u_size_w10per {
    width: 10% !important
}

.u_size_w11per {
    width: 11% !important
}

.u_size_w12per {
    width: 12% !important
}

.u_size_w13per {
    width: 13% !important
}

.u_size_w14per {
    width: 14% !important
}

.u_size_w15per {
    width: 15% !important
}

.u_size_w16per {
    width: 16% !important
}

.u_size_w17per {
    width: 17% !important
}

.u_size_w18per {
    width: 18% !important
}

.u_size_w19per {
    width: 19% !important
}

.u_size_w20per {
    width: 20% !important
}

.u_size_w21per {
    width: 21% !important
}

.u_size_w22per {
    width: 22% !important
}

.u_size_w23per {
    width: 23% !important
}

.u_size_w24per {
    width: 24% !important
}

.u_size_w25per {
    width: 25% !important
}

.u_size_w26per {
    width: 26% !important
}

.u_size_w27per {
    width: 27% !important
}

.u_size_w28per {
    width: 28% !important
}

.u_size_w29per {
    width: 29% !important
}

.u_size_w30per {
    width: 30% !important
}

.u_size_w31per {
    width: 31% !important
}

.u_size_w32per {
    width: 32% !important
}

.u_size_w33per {
    width: 33% !important
}

.u_size_w34per {
    width: 34% !important
}

.u_size_w35per {
    width: 35% !important
}

.u_size_w36per {
    width: 36% !important
}

.u_size_w37per {
    width: 37% !important
}

.u_size_w38per {
    width: 38% !important
}

.u_size_w39per {
    width: 39% !important
}

.u_size_w40per {
    width: 40% !important
}

.u_size_w41per {
    width: 41% !important
}

.u_size_w42per {
    width: 42% !important
}

.u_size_w43per {
    width: 43% !important
}

.u_size_w44per {
    width: 44% !important
}

.u_size_w45per {
    width: 45% !important
}

.u_size_w46per {
    width: 46% !important
}

.u_size_w47per {
    width: 47% !important
}

.u_size_w48per {
    width: 48% !important
}

.u_size_w49per {
    width: 49% !important
}

.u_size_w50per {
    width: 50% !important
}

.u_size_w51per {
    width: 51% !important
}

.u_size_w52per {
    width: 52% !important
}

.u_size_w53per {
    width: 53% !important
}

.u_size_w54per {
    width: 54% !important
}

.u_size_w55per {
    width: 55% !important
}

.u_size_w56per {
    width: 56% !important
}

.u_size_w57per {
    width: 57% !important
}

.u_size_w58per {
    width: 58% !important
}

.u_size_w59per {
    width: 59% !important
}

.u_size_w60per {
    width: 60% !important
}

.u_size_w61per {
    width: 61% !important
}

.u_size_w62per {
    width: 62% !important
}

.u_size_w63per {
    width: 63% !important
}

.u_size_w64per {
    width: 64% !important
}

.u_size_w65per {
    width: 65% !important
}

.u_size_w66per {
    width: 66% !important
}

.u_size_w67per {
    width: 67% !important
}

.u_size_w68per {
    width: 68% !important
}

.u_size_w69per {
    width: 69% !important
}

.u_size_w70per {
    width: 70% !important
}

.u_size_w71per {
    width: 71% !important
}

.u_size_w72per {
    width: 72% !important
}

.u_size_w73per {
    width: 73% !important
}

.u_size_w74per {
    width: 74% !important
}

.u_size_w75per {
    width: 75% !important
}

.u_size_w76per {
    width: 76% !important
}

.u_size_w77per {
    width: 77% !important
}

.u_size_w78per {
    width: 78% !important
}

.u_size_w79per {
    width: 79% !important
}

.u_size_w80per {
    width: 80% !important
}

.u_size_w81per {
    width: 81% !important
}

.u_size_w82per {
    width: 82% !important
}

.u_size_w83per {
    width: 83% !important
}

.u_size_w84per {
    width: 84% !important
}

.u_size_w85per {
    width: 85% !important
}

.u_size_w86per {
    width: 86% !important
}

.u_size_w87per {
    width: 87% !important
}

.u_size_w88per {
    width: 88% !important
}

.u_size_w89per {
    width: 89% !important
}

.u_size_w90per {
    width: 90% !important
}

.u_size_w91per {
    width: 91% !important
}

.u_size_w92per {
    width: 92% !important
}

.u_size_w93per {
    width: 93% !important
}

.u_size_w94per {
    width: 94% !important
}

.u_size_w95per {
    width: 95% !important
}

.u_size_w96per {
    width: 96% !important
}

.u_size_w97per {
    width: 97% !important
}

.u_size_w98per {
    width: 98% !important
}

.u_size_w99per {
    width: 99% !important
}

.u_size_w100per {
    width: 100% !important
}

.u_spacing_pd {
    padding-top: 70px;
    padding-bottom: 70px
}

@media screen and (max-width:819.4px) {
    .u_spacing_pd {
        padding-top: 35px;
        padding-bottom: 35px
    }
}

.u_spacing_pd_small {
    margin-top: 25px;
    margin-bottom: 70px
}

.u_spacing_pd_large {
    padding-top: 150px;
}

@media screen and (max-width:819.4px) {
    .u_spacing_pd_small {
        padding-top: 20px;
        padding-bottom: 35px
    }
}

.u_spacing_pd_title {
    padding: 20px
}

@media screen and (max-width:819.4px) {
    /*.u_spacing_pd_title {
        background: #f5f5f5
    }*/
}

.u_spacing_pd_bottom {
    padding-bottom: 70px
}

@media screen and (max-width:819.4px) {
    .u_spacing_pd_bottom {
        padding-bottom: 35px
    }
}

.u_spacing_mt_0 {
    margin-top: 0
}

@media screen and (max-width:819.4px) {
    .u_spacing_mt_0_sp {
        margin-top: 0 !important
    }
}

.u_spacing_mt_xsmall {
    margin-top: 10px
}

@media screen and (max-width:819.4px) {
    .u_spacing_mt_xsmall_sp {
        margin-top: 38px !important
    }
}

.u_spacing_mt_small {
    margin-top: 20px
}

@media screen and (max-width:819.4px) {
    .u_spacing_mt_small {
        margin-top: 30px
    }
}

.u_spacing_mt_medium {
    margin-top: 50px
}

@media screen and (max-width:819.4px) {
    .u_spacing_mt_medium {
        margin-top: 40px
    }
}

.u_spacing_mt_large {
    margin-top: 100px
}

@media screen and (max-width:819.4px) {
    .u_spacing_mt_large {
        margin-top: 50px
    }
}

.u_spacing_mb_0 {
    margin-bottom: 0 !important
}

.u_spacing_mb_xxsmall {
    margin-bottom: 10px
}

.u_spacing_mb_xsmall {
    margin-bottom: 20px
}

@media screen and (max-width:819.4px) {
    .u_spacing_mb_xsmall_sp {
        margin-bottom: 30px
    }
}

.u_spacing_mb_small {
    margin-bottom: 30px
}

.u_spacing_mb_medium {
    margin-bottom: 50px
}

@media screen and (max-width:819.4px) {
    .u_spacing_mb_medium {
        margin-bottom: 30px
    }
}

.u_spacing_mb_large {
    margin-bottom: 80px
}

@media screen and (max-width:819.4px) {
    .u_spacing_mb_large {
        margin-bottom: 50px
    }
}

.u_spacing_mb_xlarge {
    margin-bottom: 110px
}

@media screen and (max-width:819.4px) {
    .u_spacing_mb_xlarge {
        margin-bottom: 50px
    }
}

.u_spacing_mr_0 {
    margin-right: 0 !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr_0 {
        margin-right: 0 !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr_0 {
        margin-right: 0 !important
    }
}

.u_spacing_mt1em {
    margin-top: 1em
}

.u_spacing_mb1em {
    margin-bottom: 1em
}

.u_spacing_mt2em {
    margin-top: 2em
}

.u_spacing_mb2em {
    margin-bottom: 2em
}

.u_spacing_mt3em {
    margin-top: 3em
}

.u_spacing_mb3em {
    margin-bottom: 3em
}

.u_spacing_mt4em {
    margin-top: 4em
}

.u_spacing_mb4em {
    margin-bottom: 4em
}

.u_spacing_mt5em {
    margin-top: 5em
}

.u_spacing_mb5em {
    margin-bottom: 5em
}

.u_spacing_mr1px {
    margin-right: 1px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr1px {
        margin-right: 1px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr1px {
        margin-right: 1px !important
    }
}

.u_spacing_mr2px {
    margin-right: 2px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr2px {
        margin-right: 2px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr2px {
        margin-right: 2px !important
    }
}

.u_spacing_mr3px {
    margin-right: 3px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr3px {
        margin-right: 3px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr3px {
        margin-right: 3px !important
    }
}

.u_spacing_mr4px {
    margin-right: 4px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr4px {
        margin-right: 4px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr4px {
        margin-right: 4px !important
    }
}

.u_spacing_mr5px {
    margin-right: 5px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr5px {
        margin-right: 5px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr5px {
        margin-right: 5px !important
    }
}

.u_spacing_mr6px {
    margin-right: 6px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr6px {
        margin-right: 6px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr6px {
        margin-right: 6px !important
    }
}

.u_spacing_mr7px {
    margin-right: 7px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr7px {
        margin-right: 7px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr7px {
        margin-right: 7px !important
    }
}

.u_spacing_mr8px {
    margin-right: 8px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr8px {
        margin-right: 8px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr8px {
        margin-right: 8px !important
    }
}

.u_spacing_mr9px {
    margin-right: 9px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr9px {
        margin-right: 9px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr9px {
        margin-right: 9px !important
    }
}

.u_spacing_mr10px {
    margin-right: 10px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr10px {
        margin-right: 10px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr10px {
        margin-right: 10px !important
    }
}

.u_spacing_mr11px {
    margin-right: 11px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr11px {
        margin-right: 11px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr11px {
        margin-right: 11px !important
    }
}

.u_spacing_mr12px {
    margin-right: 12px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr12px {
        margin-right: 12px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr12px {
        margin-right: 12px !important
    }
}

.u_spacing_mr13px {
    margin-right: 13px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr13px {
        margin-right: 13px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr13px {
        margin-right: 13px !important
    }
}

.u_spacing_mr14px {
    margin-right: 14px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr14px {
        margin-right: 14px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr14px {
        margin-right: 14px !important
    }
}

.u_spacing_mr15px {
    margin-right: 15px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr15px {
        margin-right: 15px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr15px {
        margin-right: 15px !important
    }
}

.u_spacing_mr16px {
    margin-right: 16px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr16px {
        margin-right: 16px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr16px {
        margin-right: 16px !important
    }
}

.u_spacing_mr17px {
    margin-right: 17px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr17px {
        margin-right: 17px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr17px {
        margin-right: 17px !important
    }
}

.u_spacing_mr18px {
    margin-right: 18px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr18px {
        margin-right: 18px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr18px {
        margin-right: 18px !important
    }
}

.u_spacing_mr19px {
    margin-right: 19px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr19px {
        margin-right: 19px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr19px {
        margin-right: 19px !important
    }
}

.u_spacing_mr20px {
    margin-right: 20px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr20px {
        margin-right: 20px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr20px {
        margin-right: 20px !important
    }
}

.u_spacing_mr21px {
    margin-right: 21px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr21px {
        margin-right: 21px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr21px {
        margin-right: 21px !important
    }
}

.u_spacing_mr22px {
    margin-right: 22px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr22px {
        margin-right: 22px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr22px {
        margin-right: 22px !important
    }
}

.u_spacing_mr23px {
    margin-right: 23px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr23px {
        margin-right: 23px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr23px {
        margin-right: 23px !important
    }
}

.u_spacing_mr24px {
    margin-right: 24px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr24px {
        margin-right: 24px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr24px {
        margin-right: 24px !important
    }
}

.u_spacing_mr25px {
    margin-right: 25px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr25px {
        margin-right: 25px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr25px {
        margin-right: 25px !important
    }
}

.u_spacing_mr26px {
    margin-right: 26px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr26px {
        margin-right: 26px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr26px {
        margin-right: 26px !important
    }
}

.u_spacing_mr27px {
    margin-right: 27px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr27px {
        margin-right: 27px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr27px {
        margin-right: 27px !important
    }
}

.u_spacing_mr28px {
    margin-right: 28px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr28px {
        margin-right: 28px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr28px {
        margin-right: 28px !important
    }
}

.u_spacing_mr29px {
    margin-right: 29px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr29px {
        margin-right: 29px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr29px {
        margin-right: 29px !important
    }
}

.u_spacing_mr30px {
    margin-right: 30px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr30px {
        margin-right: 30px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr30px {
        margin-right: 30px !important
    }
}

.u_spacing_mr31px {
    margin-right: 31px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr31px {
        margin-right: 31px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr31px {
        margin-right: 31px !important
    }
}

.u_spacing_mr32px {
    margin-right: 32px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr32px {
        margin-right: 32px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr32px {
        margin-right: 32px !important
    }
}

.u_spacing_mr33px {
    margin-right: 33px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr33px {
        margin-right: 33px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr33px {
        margin-right: 33px !important
    }
}

.u_spacing_mr34px {
    margin-right: 34px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr34px {
        margin-right: 34px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr34px {
        margin-right: 34px !important
    }
}

.u_spacing_mr35px {
    margin-right: 35px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr35px {
        margin-right: 35px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr35px {
        margin-right: 35px !important
    }
}

.u_spacing_mr36px {
    margin-right: 36px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr36px {
        margin-right: 36px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr36px {
        margin-right: 36px !important
    }
}

.u_spacing_mr37px {
    margin-right: 37px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr37px {
        margin-right: 37px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr37px {
        margin-right: 37px !important
    }
}

.u_spacing_mr38px {
    margin-right: 38px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr38px {
        margin-right: 38px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr38px {
        margin-right: 38px !important
    }
}

.u_spacing_mr39px {
    margin-right: 39px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr39px {
        margin-right: 39px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr39px {
        margin-right: 39px !important
    }
}

.u_spacing_mr40px {
    margin-right: 40px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr40px {
        margin-right: 40px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr40px {
        margin-right: 40px !important
    }
}

.u_spacing_mr41px {
    margin-right: 41px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr41px {
        margin-right: 41px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr41px {
        margin-right: 41px !important
    }
}

.u_spacing_mr42px {
    margin-right: 42px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr42px {
        margin-right: 42px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr42px {
        margin-right: 42px !important
    }
}

.u_spacing_mr43px {
    margin-right: 43px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr43px {
        margin-right: 43px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr43px {
        margin-right: 43px !important
    }
}

.u_spacing_mr44px {
    margin-right: 44px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr44px {
        margin-right: 44px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr44px {
        margin-right: 44px !important
    }
}

.u_spacing_mr45px {
    margin-right: 45px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr45px {
        margin-right: 45px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr45px {
        margin-right: 45px !important
    }
}

.u_spacing_mr46px {
    margin-right: 46px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr46px {
        margin-right: 46px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr46px {
        margin-right: 46px !important
    }
}

.u_spacing_mr47px {
    margin-right: 47px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr47px {
        margin-right: 47px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr47px {
        margin-right: 47px !important
    }
}

.u_spacing_mr48px {
    margin-right: 48px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr48px {
        margin-right: 48px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr48px {
        margin-right: 48px !important
    }
}

.u_spacing_mr49px {
    margin-right: 49px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr49px {
        margin-right: 49px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr49px {
        margin-right: 49px !important
    }
}

.u_spacing_mr50px {
    margin-right: 50px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr50px {
        margin-right: 50px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr50px {
        margin-right: 50px !important
    }
}

.u_spacing_mr51px {
    margin-right: 51px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr51px {
        margin-right: 51px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr51px {
        margin-right: 51px !important
    }
}

.u_spacing_mr52px {
    margin-right: 52px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr52px {
        margin-right: 52px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr52px {
        margin-right: 52px !important
    }
}

.u_spacing_mr53px {
    margin-right: 53px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr53px {
        margin-right: 53px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr53px {
        margin-right: 53px !important
    }
}

.u_spacing_mr54px {
    margin-right: 54px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr54px {
        margin-right: 54px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr54px {
        margin-right: 54px !important
    }
}

.u_spacing_mr55px {
    margin-right: 55px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr55px {
        margin-right: 55px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr55px {
        margin-right: 55px !important
    }
}

.u_spacing_mr56px {
    margin-right: 56px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr56px {
        margin-right: 56px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr56px {
        margin-right: 56px !important
    }
}

.u_spacing_mr57px {
    margin-right: 57px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr57px {
        margin-right: 57px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr57px {
        margin-right: 57px !important
    }
}

.u_spacing_mr58px {
    margin-right: 58px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr58px {
        margin-right: 58px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr58px {
        margin-right: 58px !important
    }
}

.u_spacing_mr59px {
    margin-right: 59px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr59px {
        margin-right: 59px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr59px {
        margin-right: 59px !important
    }
}

.u_spacing_mr60px {
    margin-right: 60px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr60px {
        margin-right: 60px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr60px {
        margin-right: 60px !important
    }
}

.u_spacing_mr61px {
    margin-right: 61px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr61px {
        margin-right: 61px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr61px {
        margin-right: 61px !important
    }
}

.u_spacing_mr62px {
    margin-right: 62px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr62px {
        margin-right: 62px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr62px {
        margin-right: 62px !important
    }
}

.u_spacing_mr63px {
    margin-right: 63px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr63px {
        margin-right: 63px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr63px {
        margin-right: 63px !important
    }
}

.u_spacing_mr64px {
    margin-right: 64px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr64px {
        margin-right: 64px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr64px {
        margin-right: 64px !important
    }
}

.u_spacing_mr65px {
    margin-right: 65px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr65px {
        margin-right: 65px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr65px {
        margin-right: 65px !important
    }
}

.u_spacing_mr66px {
    margin-right: 66px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr66px {
        margin-right: 66px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr66px {
        margin-right: 66px !important
    }
}

.u_spacing_mr67px {
    margin-right: 67px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr67px {
        margin-right: 67px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr67px {
        margin-right: 67px !important
    }
}

.u_spacing_mr68px {
    margin-right: 68px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr68px {
        margin-right: 68px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr68px {
        margin-right: 68px !important
    }
}

.u_spacing_mr69px {
    margin-right: 69px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr69px {
        margin-right: 69px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr69px {
        margin-right: 69px !important
    }
}

.u_spacing_mr70px {
    margin-right: 70px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr70px {
        margin-right: 70px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr70px {
        margin-right: 70px !important
    }
}

.u_spacing_mr71px {
    margin-right: 71px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr71px {
        margin-right: 71px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr71px {
        margin-right: 71px !important
    }
}

.u_spacing_mr72px {
    margin-right: 72px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr72px {
        margin-right: 72px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr72px {
        margin-right: 72px !important
    }
}

.u_spacing_mr73px {
    margin-right: 73px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr73px {
        margin-right: 73px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr73px {
        margin-right: 73px !important
    }
}

.u_spacing_mr74px {
    margin-right: 74px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr74px {
        margin-right: 74px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr74px {
        margin-right: 74px !important
    }
}

.u_spacing_mr75px {
    margin-right: 75px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr75px {
        margin-right: 75px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr75px {
        margin-right: 75px !important
    }
}

.u_spacing_mr76px {
    margin-right: 76px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr76px {
        margin-right: 76px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr76px {
        margin-right: 76px !important
    }
}

.u_spacing_mr77px {
    margin-right: 77px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr77px {
        margin-right: 77px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr77px {
        margin-right: 77px !important
    }
}

.u_spacing_mr78px {
    margin-right: 78px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr78px {
        margin-right: 78px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr78px {
        margin-right: 78px !important
    }
}

.u_spacing_mr79px {
    margin-right: 79px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr79px {
        margin-right: 79px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr79px {
        margin-right: 79px !important
    }
}

.u_spacing_mr80px {
    margin-right: 80px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr80px {
        margin-right: 80px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr80px {
        margin-right: 80px !important
    }
}

.u_spacing_mr81px {
    margin-right: 81px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr81px {
        margin-right: 81px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr81px {
        margin-right: 81px !important
    }
}

.u_spacing_mr82px {
    margin-right: 82px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr82px {
        margin-right: 82px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr82px {
        margin-right: 82px !important
    }
}

.u_spacing_mr83px {
    margin-right: 83px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr83px {
        margin-right: 83px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr83px {
        margin-right: 83px !important
    }
}

.u_spacing_mr84px {
    margin-right: 84px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr84px {
        margin-right: 84px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr84px {
        margin-right: 84px !important
    }
}

.u_spacing_mr85px {
    margin-right: 85px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr85px {
        margin-right: 85px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr85px {
        margin-right: 85px !important
    }
}

.u_spacing_mr86px {
    margin-right: 86px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr86px {
        margin-right: 86px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr86px {
        margin-right: 86px !important
    }
}

.u_spacing_mr87px {
    margin-right: 87px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr87px {
        margin-right: 87px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr87px {
        margin-right: 87px !important
    }
}

.u_spacing_mr88px {
    margin-right: 88px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr88px {
        margin-right: 88px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr88px {
        margin-right: 88px !important
    }
}

.u_spacing_mr89px {
    margin-right: 89px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr89px {
        margin-right: 89px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr89px {
        margin-right: 89px !important
    }
}

.u_spacing_mr90px {
    margin-right: 90px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr90px {
        margin-right: 90px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr90px {
        margin-right: 90px !important
    }
}

.u_spacing_mr91px {
    margin-right: 91px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr91px {
        margin-right: 91px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr91px {
        margin-right: 91px !important
    }
}

.u_spacing_mr92px {
    margin-right: 92px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr92px {
        margin-right: 92px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr92px {
        margin-right: 92px !important
    }
}

.u_spacing_mr93px {
    margin-right: 93px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr93px {
        margin-right: 93px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr93px {
        margin-right: 93px !important
    }
}

.u_spacing_mr94px {
    margin-right: 94px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr94px {
        margin-right: 94px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr94px {
        margin-right: 94px !important
    }
}

.u_spacing_mr95px {
    margin-right: 95px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr95px {
        margin-right: 95px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr95px {
        margin-right: 95px !important
    }
}

.u_spacing_mr96px {
    margin-right: 96px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr96px {
        margin-right: 96px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr96px {
        margin-right: 96px !important
    }
}

.u_spacing_mr97px {
    margin-right: 97px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr97px {
        margin-right: 97px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr97px {
        margin-right: 97px !important
    }
}

.u_spacing_mr98px {
    margin-right: 98px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr98px {
        margin-right: 98px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr98px {
        margin-right: 98px !important
    }
}

.u_spacing_mr99px {
    margin-right: 99px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr99px {
        margin-right: 99px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr99px {
        margin-right: 99px !important
    }
}

.u_spacing_mr100px {
    margin-right: 100px !important
}

@media screen and (min-width:819.5px) {
    .u_spacing_pc_mr100px {
        margin-right: 100px !important
    }
}

@media screen and (max-width:819.4px) {
    .u_spacing_sp_mr100px {
        margin-right: 100px !important
    }
}

.u_text_small {
    font-size: 1.1rem
}

.u_suq {
    font-size: .8rem;
    vertical-align: top;
    position: relative;
    top: .3rem
}

@media screen and (max-width:819.4px) {
    .p_top {
        /*margin-top: -14px*/
        margin-top: 90px;
    }
}

.p_top_title {
    width: 970px;
    margin: 50px auto 0;
}

@media screen and (max-width:819.4px) {
    .p_top_title {
        width: 100%;
        /*margin-top: 20px;*/
        margin-top: 0;
    }
}

.p_top_carousel_wrap {
    width: 50%
}

@media screen and (max-width:819.4px) {
    .p_top_carousel_wrap {
        width: 100%
    }
}

.p_top_table_wrap {
    margin-top: 7.4%
}

@media screen and (max-width:819.4px) {
    .p_top_table_wrap {
        margin-top: 12.5%
    }
}

.p_top_btn_wrap {
    margin-top: 4%;
    margin-bottom: 9%
}

@media screen and (max-width:819.4px) {
    .p_top_btn_wrap {
        margin-top: 8%
    }
}

@media screen and (max-width:819.4px) {
    .p_top_btn_wrap .c_button {
        margin-bottom: 24px;
        padding: 8px 10px
    }
}

@media screen and (min-width:819.5px) {
    .p_top_button_medium {
        min-width: 298px
    }
}

.p_top_column_wrap {
    width: 48.5%;
    margin-right: 30px
}

@media screen and (max-width:819.4px) {
    .p_top_column_wrap {
        margin-right: 0;
        width: 100%
    }
}

.p_top_column_item {
    width: calc(51% - 30px)
}

@media screen and (max-width:819.4px) {
    .p_top_column_item {
        width: 100%
    }
}

.p_top_bnr_1 {
    max-width: 540px;
    margin: 0 auto
}


/*2020.11.10追加*/

.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.hidden_box input:checked~.hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

.hidden_box input {
    display: none;
}

.section-movie {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section-movie label {
    width: 100%;
    height: 50px;
    background-color: #d4d4d4;
    font-size: 22px;
    position: relative;
    display: inline-block;
    padding-top: 6px;
    box-sizing: border-box;
    text-align: center;
}

.section-movie label:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    background-color: #0a9ccf;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center;
    top: 0px;
    right: 0px;
}

.technology-videos-area-j {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.technology-videos-area-j h5 {
    margin-bottom: 10px;
    font-size: 20px;
}

.technology-videos-area-j .technology-image {
    width: 100%;
}

.high-productivity-area {
    margin: 40px 0 40px;
}

@media screen and (min-width: 768px) {
    .technology-videos-area-j {
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }
}

@media screen and (min-width: 1150px) {
    .technology-videos-area-j {
        width: 1110px;
        margin: 0 auto;
        box-sizing: border-box;
    }
}

.technology-videos-area-j ul {}

@media screen and (min-width: 768px) {
    .technology-videos-area-j ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1150px) {
    .technology-videos-area-j ul {}
}

.technology-videos-area-j ul li {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .technology-videos-area-j ul li {
        width: calc((100% - 45px) / 2);
        margin: 0 0 50px;
    }
}

.video-j {
    width: 100%;
}

.technology-videos-txt-j {
    font-size: calc(24/750*100vw);
    max-width: 570px;
    margin: 0 auto;
    padding: 10px 0;
    font-weight: 400 !important;
}

@media screen and (min-width: 768px) {
    .technology-videos-txt-j {
        max-width: auto;
        font-size: calc(20/1150*100vw);
        padding: calc(12/1150*100vw) calc(15/1150*100vw);
    }
}

@media screen and (min-width: 1150px) {
    .technology-videos-txt-j {
        font-size: unset;
        padding: 12px 15px;
    }
}

.link-blue {
    width: 450px;
    height: 65px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    overflow: hidden;
    margin: 10px auto 40px;
}

.link-orange {
    width: 450px;
    height: 65px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    overflow: hidden;
    margin: 10px auto;
}

.link-blue a:hover {
    text-decoration: none;
}

.link-orange a:hover {
    text-decoration: none;
}

.link-blue .button {
    width: 450px;
    height: 65px;
    display: inline-block;
    background-color: #099bcc;
    position: relative;
    color: #fff;
}

.link-blue .button:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10%;
    left: 190%;
    height: 120%;
    width: 140%;
    opacity: .15;
    background-color: #000;
    -webkit-transform: skew(-45deg) translateX(20px);
    -ms-transform: skew(-45deg) translateX(20px);
    transform: skew(-45deg) translateX(20px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.link-blue .button:hover:before {
    left: -250%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.link-orange .button {
    width: 450px;
    height: 65px;
    display: inline-block;
    background-color: #ef6400;
    position: relative;
    color: #fff;
}

.link-orange .button:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10%;
    left: 190%;
    height: 120%;
    width: 140%;
    opacity: .15;
    background-color: #000;
    -webkit-transform: skew(-45deg) translateX(20px);
    -ms-transform: skew(-45deg) translateX(20px);
    transform: skew(-45deg) translateX(20px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

.link-orange .button:hover:before {
    left: -250%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

@media screen and (max-width: 768px) {
    .link-blue {
        width: 100%;
        height: 40px;
        text-align: center;
        font-size: 18px;
        line-height: 40px;
        overflow: hidden;
        margin: 10px auto 40px;
        padding: 0 20px;
    }
    .link-orange {
        width: 100%;
        height: 40px;
        text-align: center;
        font-size: 18px;
        line-height: 40px;
        overflow: hidden;
        margin: 10px auto;
        padding: 0;
    }
    .link-blue .button {
        width: 100%;
        height: 40px;
        display: inline-block;
        background-color: #099bcc;
        position: relative;
        color: #fff;
    }
    .link-orange .button {
        width: 100%;
        height: 40px;
        display: inline-block;
        background-color: #ef6400;
        position: relative;
        color: #fff;
    }
}

@media screen and (min-width: 1150px) {
    .section-linkbox {
        width: 1150px;
        margin: 100px auto 150px;
    }
}

@media screen and (max-width: 768px) {
    .section-linkbox {
        width: 100%;
        margin: 100px auto 150px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
}

.section-linkbox ul {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .section-linkbox ul {
        justify-content: center;
    }
}

.section-linkbox ul li {
    width: 300px;
    height: 50px;
    background-color: #d4d4d4;
    font-size: 16px;
    position: relative;
    margin: 15px;
    padding-top: 11px;
    padding-left: 20px;
    cursor: pointer;
}

.section-linkbox ul li:hover {
    opacity: 0.8;
}

.section-linkbox ul li a {
    width: 300px;
    height: 50px;
    display: inline-block;
    position: relative;
    z-index: 3;
}

.section-linkbox ul li a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.section-linkbox ul li:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    background-color: #0a9ccf;
    background-image: url(../images/arrow_r.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    top: 0px;
    right: 0px;
}

.l_content_read3 {
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 40px
}

@media screen and (max-width:819.4px) {
    .l_content_read3 {
        margin-bottom: 20px
    }
}

@media screen and (min-width:819.5px) {
    .p_features_figure_2 {
        max-width: 525px;
        margin: 0 auto 20px
    }
}

.option_h3 {
    font-size: 2.0rem;
    border-bottom: 2px solid #0a9bcd;
    padding-left: 10px;
    padding-bottom: 7px;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 20px;
}

.option_h3 span {
    color: #fff;
    background-color: #0a9bcd;
    padding: 0px 13px 3px;
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;
}

.option_h4 {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.spec-image img {
    width: unset;
    max-width: 100%;
    height: auto;
}

.blue_square {
    color: #0a9bcd;
    margin-right: 10px;
}

.c-table_type_z1 {
    border-collapse: separate;
    border-spacing: 0 1px;
    width: 100%;
    text-align: left;
    font-size: 1.4rem
}

.c-table_type_z1 th {
    background-color: #7e7e7e;
    color: #f2f2f2;
    width: 34%;
    padding: 10px 20px
}

.c-table_type_z1 td {
    background-color: #d4d4d4;
    color: #282828;
    padding: 15px 20px
}

.c-table_type_z1 td:first-child {
    width: 15%
}

.c-table_type_z1 td:nth-child(2) {
    width: 15%
}

.c-table_type_z1 td,
.c-table_type_z1 th {
    vertical-align: middle;
    text-align: left
}

.c-table_type_z1 th {
    width: 10%;
    border-right: 2px solid #f2f2f2;
    padding: 10px 20px tezt-align: center;
    font-size: 12px;
}

@media screen and (max-width:819.4px) {
    .c-table_type_z1 th {
        padding: 15px 7px
    }
}

.c-table_type_z1 td {
    width: 10%;
    background: #d4d4d4;
    border-right: 2px solid #f2f2f2;
    padding: 10px 20px
}

.c-table_type_z1 .align-right {
    text-align: right;
}

@media screen and (max-width:819.4px) {
    .c-table_type_z1 td {
        padding: 15px 10px 13px 12px
    }
}

.c-table_type_p1 {
    border-collapse: separate;
    border-spacing: 0 1px;
    width: 100%;
    text-align: left;
    font-size: 1.2rem
}

.c-table_type_p1 th {
    background-color: #7e7e7e;
    color: #f2f2f2;
    padding: 10px 20px
}

.c-table_type_p1 td {
    background-color: #d4d4d4;
    color: #282828;
    padding: 15px 10px
}

.c-table_type_p1 .align-right {
    text-align: right;
}

.c-table_type_p1 td:first-child {
    width: auto;
}

.c-table_type_p1 td:nth-child(2) {
    width: auto;
}

.c-table_type_p1 td:last-child {
    width: 100px;
}

.c-table_type_p1 td,
.c-table_type_p1 th {
    vertical-align: middle;
    text-align: left
}

.c-table_type_p1 th {
    width: unset;
    border-right: 2px solid #f2f2f2;
    padding: 10px 10px tezt-align: center;
    font-size: 12px;
}

@media screen and (max-width:819.4px) {
    .c-table_type_p1 th {
        padding: 15px 7px
    }
}

.c-table_type_p1 td {
    width: unset;
    background: #d4d4d4;
    border-right: 2px solid #f2f2f2;
    padding: 10px 10px
}

@media screen and (max-width:819.4px) {
    .c-table_type_p1 td {
        padding: 15px 10px 13px 12px
    }
}

.c-table_type_p2 {
    border-collapse: separate;
    border-spacing: 0 1px;
    width: 100%;
    text-align: left;
    font-size: 1.2rem
}

.c-table_type_p2 th {
    background-color: #7e7e7e;
    color: #f2f2f2;
    padding: 10px 20px
}

.c-table_type_p2 td {
    background-color: #d4d4d4;
    color: #282828;
    padding: 15px 10px
}

.c-table_type_p2 .align-right {
    text-align: right;
}

.c-table_type_p2 td:first-child {
    width: auto;
}

.c-table_type_p2 td:nth-child(2) {
    width: 220px;
}

.c-table_type_p2 td:nth-child(3) {
    width: 50px;
}

.c-table_type_p2 td:last-child {
    width: 100px;
}

.c-table_type_p2 td,
.c-table_type_p2 th {
    vertical-align: middle;
    text-align: left
}

.c-table_type_p2 th {
    width: unset;
    border-right: 2px solid #f2f2f2;
    padding: 10px 10px tezt-align: center;
    font-size: 12px;
}

@media screen and (max-width:819.4px) {
    .c-table_type_p2 th {
        padding: 15px 7px
    }
}

.c-table_type_p2 td {
    width: unset;
    background: #d4d4d4;
    border-right: 2px solid #f2f2f2;
    padding: 10px 10px
}

@media screen and (max-width:819.4px) {
    .c-table_type_p2 td {
        padding: 15px 10px 13px 12px
    }
}

.fs-small {
    font-size: 12px;
}

.price-h5 {
    font-weight: 600;
    font-size: 1.4rem;
}

.recomend-system {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:819.4px) {
    .recomend-system {
        display: block;
    }
}

.recomend-system-inner {
    width: 48%;
}

@media screen and (max-width:819.4px) {
    .recomend-system-inner {
        width: 100% !important;
    }
}

.kome {
    font-size: 9px;
    position: relative;
    top: -6px;
    margin-right: 0px
}

.width800 {
    position: relative;
}

@media screen and (max-width:819.4px) {
    .width800 {
        width: 100%;
    }
}

.c_nav_local_wrap .link-contact {
    width: 185px;
    height: 35px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    top: -2px;
    left: 580px;
}

.c_nav_local_wrap .link-contact a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_mail.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 6px;
    left: 9px;
}

.c_nav_local_wrap .link-contact a {
    width: 185px;
    height: 35px;
    display: inline-block;
    color: #fff;
    transition: 0.3s;
    background-color: #ef6400;
    font-size: 12px;
    padding-left: 50px;
    box-sizing: border-box;
    padding-top: 7px;
    position: relative;
}

.c_nav_local_wrap .link-contact a:hover {
    opacity: 0.8;
    text-decoration: none;
}

@media screen and (max-width:819.4px) {
    .c_nav_local_wrap .link-contact {
        display: none;
    }
}

.c_nav_local_wrap2 {
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 20px;
    width: 800px;
    display: flex;
}

.c_nav_local_wrap.is_fixed .link-contact {
    top: 1px !important;
    right: 17px !important;
    left: auto !important;
}

@media screen and (min-width:819.4px) {
    .c_nav .link-contact-sp {
        display: none;
    }
}

@media screen and (max-width:819.4px) {
    .c_nav .link-contact-sp {
        background-color: #ef6400;
    }
}

.top-video-1500 {
    width: 800px;
    margin: 0 auto;
}

@media screen and (max-width:819.4px) {
    .top-video-1500 {
        width: 100%;
        margin: 0 auto;
    }
}

.box-security-img {
    width: 350px;
    margin: 0 auto;
}

@media screen and (max-width:500px) {
    .box-security-img {
        width: 100%;
        margin: 0 auto;
    }
}

.c_nav_tab_item h5 {
    margin-top: 20px;
    font-size: 16px;
}

.feature-link {
    color: #0a9bcd;
}

.feature-link:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #0a9bcd;
}

.feature-img-border {
    border: 1px solid #ccc;
}

.ml-120 {
    margin-left: 120px;
}

@media screen and (max-width:819.4px) {
    .ml-120 {
        margin-left: auto;
    }
}

.c_link_pager_area h2.uLine1500 {
    padding-bottom: 25px;
    background: url(/products/common2/images/uLine.png) no-repeat;
    background-position: left 50% bottom 0px;
    background-size: 330px 10px;
}

.advantages-link {
    margin-top: 100px;
    margin-bottom: 100px;
}


/*2020.11.10追加ここまで*/


/*2020.12.09追加*/

.width600 {
    width: 600px;
}

@media screen and (max-width:768px) {
    .width600 {
        width: 100%;
        overflow: unset !important;
    }
    .width600 img {
        width: 100% !important;
        height: auto !important;
    }
}

.option_center {
    justify-content: center;
}

@media screen and (max-width:768px) {
    .option_center {
        justify-content: unset;
    }
}

.align-center {
    text-align: center;
}

@media screen and (max-width:819.5px) {
    .p_features_figure_720 {
        max-width: 720px !important;
    }
}

.fs-12rem {
    font-size: 1.2rem;
}

@media screen and (max-width:819.5px) {
    .fs-12rem {
        font-size: 1.4rem;
    }
}


/*2020.12.09追加ここまで*/


/* add 2021.11.08 begin */

.l_header_mega_menu_list_solution_osusume p {
    color: #fff;
}

.l_header_mega_menu_list_solution_osusume_item {
    margin-bottom: 20px;
}

.l_header_mega_menu_list_solution_osusume_link {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.l_header_mega_menu_list_solution_osusume_link:hover {
    color: #fff;
}

.l_header_mega_menu_list_solution_osusume_ttl {
    font-size: 100%;
    font-weight: bold;
}

.l_header_mega_menu_list_solution_osusume_link img {
    margin-top: 0 !important;
    object-fit: contain;
    margin-right: 10px !important;
    width: 100px !important;
}


/* add 2021.11.08 end */
