@media (max-width: 765px) {
    a.btn-ref {
        background-color: #d2d2d3;
        height: 24px;
        border-radius: 5px;
        border: 1px solid #888888;
        color: #606060;
        line-height: 25px;
        margin-bottom: unset;
        margin-top: 12px;
        text-align: center;
        font-size: 11px;
        width: 100%;
        display: block;
        font-weight: 500;
        font-family: Hiragino, sans-serif;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    a {
        text-decoration: none;
        outline: 0;
        transition: all .3s ease 0s
    }

    @font-face {
        font-family: "gen ei min";
        src: url("/user_data/packages/default/assets/fonts/GenEiLateMin_v2.ttc") format("OpenType");
    }

    @font-face {
        font-family: "meiryo";
        src: url("/user_data/packages/default/assets/fonts/meiryo.ttc") format("OpenType");
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        clear: both;
        font-weight: 500;
        font-family: "Zen Kaku Gothic New", sans-serif;
        letter-spacing: .02em;
        margin-top: 0;
        line-height: 1;
        margin-bottom: 1em
    }

    .h1, h1 {
        font-size: 45px
    }

    .h2, h2 {
        font-size: 40px
    }

    .h3, h3 {
        font-size: 35px
    }

    .h4, h4 {
        font-size: 25px
    }

    .h5, h5 {
        font-size: 18px
    }

    .h6, h6 {
        font-size: 14px
    }

    p {
        color: #333;
        font-size: 15px;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 400;
        letter-spacing: .02em;
        margin-top: 0;
        line-height: 1.6;
        margin-bottom: 15px
    }

    html {
        font-family: sans-serif;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%
    }

    body {
        margin: 0;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: .1px
    }

    article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
        display: block
    }

    audio, canvas, progress, video {
        display: inline-block;
        vertical-align: baseline
    }

    audio:not([controls]) {
        display: none;
        height: 0
    }

    [hidden], template {
        display: none
    }

    a {
        background-color: transparent
    }

    a:active, a:hover {
        outline: 0
    }

    abbr[title] {
        border-bottom: 1px dotted
    }

    b, strong {
        font-weight: 700;
        font-family: Roboto, sans-serif
    }

    dfn {
        font-style: italic
    }

    mark {
        background: #ff0;
        color: #000
    }

    small {
        font-size: 80%
    }

    sub, sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline
    }

    sup {
        top: -.5em
    }

    sub {
        bottom: -.25em
    }

    img {
        border: 0
    }

    svg:not(:root) {
        overflow: hidden
    }

    figure {
        margin: 1em 40px
    }

    hr {
        box-sizing: content-box;
        height: 0
    }

    pre {
        overflow: auto
    }

    code, kbd, pre, samp {
        font-family: monospace, monospace;
        font-size: 1em
    }

    button, input, optgroup, select, textarea {
        color: inherit;
        font: inherit;
        margin: 0
    }

    button {
        overflow: visible
    }

    button, select {
        text-transform: none
    }

    button, html input[type=button], input[type=reset], input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer
    }

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    input {
        line-height: normal
    }

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

    fieldset {
        border: 1px solid silver;
        margin: 0 2px;
        padding: .35em .625em .75em
    }

    legend {
        border: 0;
        padding: 0
    }

    textarea {
        overflow: auto
    }

    optgroup {
        font-weight: 700
    }

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

    td, th {
        padding: 0
    }

    .screen-reader-text {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important
    }

    .screen-reader-text:focus {
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
        clip: auto !important;
        -webkit-clip-path: none;
        clip-path: none;
        color: #000;
        display: block;
        font-size: .875em;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

    #content[tabindex="-1"]:focus {
        outline: 0
    }

    .list-unstyled {
        list-style: none;
        padding: 0
    }

    .list-inline li {
        display: inline-block;
        padding: 0 10px
    }

    .aligncenter, .alignleft, .alignright {
        margin-bottom: 1em
    }

    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em
    }

    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em
    }

    .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .text-left {
        text-align: left
    }

    .text-right {
        text-align: right
    }

    .text-center {
        text-align: center
    }

    .comment-content .wp-smiley, .entry-content .wp-smiley, .page-content .wp-smiley {
        border: none;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0
    }

    embed, iframe, object {
        max-width: 100%
    }

    .custom-logo-link {
        display: inline-block
    }

    .wp-caption {
        margin-bottom: 1.5em;
        max-width: 100%
    }

    .wp-caption img[class*=wp-image-] {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .wp-caption-text {
        text-align: left;
        padding: 10px 0;
        font-size: 16px !important;
        font-style: italic
    }

    html {
        box-sizing: border-box
    }

    *, :after, :before {
        box-sizing: inherit
    }

    body {
        background-color: #fff;
        color: #666
    }

    cite, dfn, em, i {
        font-style: italic
    }

    address {
        margin: 0 0 1.5em
    }

    pre {
        background-color: rgba(0, 0, 0, .05);
        font-size: .875em;
        line-height: 1.4;
        margin-bottom: 1.6em;
        max-width: 100%;
        overflow: auto;
        padding: 1.6em
    }

    code, kbd, tt, var {
        font-size: .9375em
    }

    abbr, acronym {
        border-bottom: 1px dotted;
        cursor: help
    }

    ins, mark {
        background: #fff9c0;
        text-decoration: none
    }

    big {
        font-size: 125%
    }

    hr {
        background-color: rgba(0, 0, 0, .1);
        border: 0;
        height: 1px;
        margin-bottom: 1.5em
    }

    ol, ul {
        margin: 0 0 20px 0;
        padding: 0 0 0 15px
    }

    ol li, ul li {
        color: #333;
        font-weight: 400;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-size: 15px
    }

    ul {
        list-style: disc
    }

    ol {
        list-style: decimal
    }

    li > ol, li > ul {
        margin-bottom: 0
    }

    dt {
        font-weight: 700
    }

    dd {
        margin: 0 1.5em 1.5em
    }

    img {
        height: auto;
        max-width: 100%
    }

    figure {
        margin: 1em 0
    }

    table {
        margin: 0 0 1.5em;
        width: 100%
    }

    th {
        font-weight: 700;
        text-transform: uppercase
    }

    td {
        border-top: 1px solid #ededed;
        padding: 6px 10px 6px 0
    }

    .gallery {
        margin-bottom: 1.5em
    }

    .gallery-item {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        width: 100%
    }

    .gallery-caption {
        display: block
    }

    ::-webkit-input-placeholder {
        color: #8a8a8a
    }

    :-moz-placeholder {
        color: #8a8a8a
    }

    ::-moz-placeholder {
        color: #8a8a8a
    }

    :-ms-input-placeholder {
        color: #8a8a8a
    }

    input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
        height: 35px;
        line-height: 33px;
        margin-top: 15px
    }

    input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
        border: 1px solid #bcbcbc;
        color: #333;
        padding: 0 15px;
        width: 100%;
        border-radius: 3px;
        transition: all .3s
    }

    input[type=color]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=range]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #999;
        font-size: 15px;
        font-weight: 400;
        opacity: 1;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-style: italic
    }

    input[type=color]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, textarea::-moz-placeholder {
        color: #999;
        font-size: 15px;
        font-weight: 400;
        opacity: 1;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-style: italic
    }

    input[type=color]:-moz-placeholder, input[type=date]:-moz-placeholder, input[type=datetime-local]:-moz-placeholder, input[type=datetime]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=month]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=range]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=time]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=week]:-moz-placeholder, textarea:-moz-placeholder {
        color: #999;
        font-size: 15px;
        font-weight: 400;
        opacity: 1;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-style: italic
    }

    input[type=color]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=range]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #999;
        font-size: 15px;
        font-weight: 400;
        opacity: 1;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-style: italic
    }

    input[type=color]:focus, input[type=color]:hover, input[type=date]:focus, input[type=date]:hover, input[type=datetime-local]:focus, input[type=datetime-local]:hover, input[type=datetime]:focus, input[type=datetime]:hover, input[type=email]:focus, input[type=email]:hover, input[type=month]:focus, input[type=month]:hover, input[type=number]:focus, input[type=number]:hover, input[type=password]:focus, input[type=password]:hover, input[type=range]:focus, input[type=range]:hover, input[type=search]:focus, input[type=search]:hover, input[type=tel]:focus, input[type=tel]:hover, input[type=text]:focus, input[type=text]:hover, input[type=time]:focus, input[type=time]:hover, input[type=url]:focus, input[type=url]:hover, input[type=week]:focus, input[type=week]:hover, textarea:focus, textarea:hover {
        border: 1px solid #6fbb59;
        outline: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2)
    }

    textarea {
        padding-top: 9px;
        padding-bottom: 9px;
        margin-top: 15px;
        height: 100px
    }

    select {
        width: 100%
    }

    input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], textarea {
        width: 100%
    }

    @media (max-width: 767px) {
        .hidden-xs {
            display: none !important
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .hidden-sm {
            display: none !important
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .hidden-md {
            display: none !important
        }
    }

    @media (min-width: 1200px) {
        .hidden-lg {
            display: none !important
        }
    }

    .hidden {
        display: none !important
    }

    @media (max-width: 767px) {
        .vc_column_container > .vc_column-inner {
            padding-left: 15px !important;
            padding-right: 15px !important
        }

        .entry-content .vc_row .vc_column_container {
            margin-bottom: 15px
        }

        .entry-content .vc_row .vc_column_container:last-child {
            margin-bottom: 15px
        }
    }

    .vc_row {
        z-index: 10
    }

    .owl-theme .owl-nav {
        margin-top: 10px;
        text-align: center;
        -webkit-tap-highlight-color: transparent
    }

    @media screen and (min-width: 1200px) {
        .owl-theme .owl-nav .owl-prev {
            left: -40px
        }

        .owl-theme .owl-nav .owl-next {
            right: -40px
        }
    }

    .owl-theme .owl-nav [class*=owl-] {
        color: #000;
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        margin: 5px;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        border-radius: 0;
        padding: 0
    }

    @media screen and (min-width: 1200px) {
        .owl-theme .owl-nav [class*=owl-] {
            position: absolute;
            top: 50%;
            margin: 0;
            transform: translatey(-50%)
        }
    }

    .owl-theme .owl-nav [class*=owl-]:hover {
        background-color: #fff;
        color: #395896;
        text-decoration: none
    }

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 8px
    }

    .owl-theme .owl-dots {
        text-align: center;
        -webkit-tap-highlight-color: transparent
    }

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        border: none;
        padding: 0;
        background-color: transparent;
        height: auto;
        line-height: 0
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 18px;
        height: 8px;
        margin: 0 4px;
        background-color: #999;
        display: block;
        transition: all .25s ease 0s;
        border-radius: 5px
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #395896
    }

    button[disabled]:hover, input[type=button], input[type=button][disabled]:hover, input[type=reset], input[type=reset][disabled]:hover, input[type=submit], input[type=submit][disabled]:hover {
        color: #fff;
        font-weight: 500;
        font-family: "Zen Kaku Gothic New", sans-serif;
        height: 40px;
        border-radius: 5px;
        border: 2px solid #6fbb59;
        line-height: 36px;
        padding: 0 35px;
        display: inline-block;
        background-color: #6fbb59;
        transition: all .25s ease 0s;
        font-size: 16px
    }

    button[disabled]:hover:hover, input[type=button]:hover, input[type=button][disabled]:hover:hover, input[type=reset]:hover, input[type=reset][disabled]:hover:hover, input[type=submit]:hover, input[type=submit][disabled]:hover:hover {
        color: #6fbb59;
        background-color: #fff
    }

    button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
        color: #6fbb59;
        background-color: #fff
    }

    button:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
        outline: 0
    }

    @-webkit-keyframes bounceIn {
        20%, 40%, 60%, 80%, from, to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }
        0% {
            opacity: 0;
            transform: scale3d(.3, .3, .3)
        }
        20% {
            transform: scale3d(1.1, 1.1, 1.1)
        }
        40% {
            transform: scale3d(.9, .9, .9)
        }
        60% {
            opacity: 1;
            transform: scale3d(1.03, 1.03, 1.03)
        }
        80% {
            transform: scale3d(.97, .97, .97)
        }
        to {
            opacity: 1;
            transform: scale3d(1, 1, 1)
        }
    }

    @keyframes bounceIn {
        20%, 40%, 60%, 80%, from, to {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }
        0% {
            opacity: 0;
            transform: scale3d(.3, .3, .3)
        }
        20% {
            transform: scale3d(1.1, 1.1, 1.1)
        }
        40% {
            transform: scale3d(.9, .9, .9)
        }
        60% {
            opacity: 1;
            transform: scale3d(1.03, 1.03, 1.03)
        }
        80% {
            transform: scale3d(.97, .97, .97)
        }
        to {
            opacity: 1;
            transform: scale3d(1, 1, 1)
        }
    }

    .bounceIn {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
        -webkit-animation-name: bounceIn;
        animation-name: bounceIn
    }

    .cms-grid-masonry {
        position: relative
    }

    @keyframes BackToTop {
        50% {
            transform: translatey(-5px)
        }
        100% {
            transform: translatey(0)
        }
    }

    @-webkit-keyframes BackToTop {
        50% {
            transform: translatey(-5px)
        }
        100% {
            transform: translatey(0)
        }
    }

    .site-header {
        padding-bottom: 19px;
        padding-top: 20px
    }

    .site-header .sha-container {
        max-width: 920px;
        padding: 0 15px;
        margin: 0 auto
    }

    .site-header .sha-nav {
        display: flex;
        justify-content: space-between
    }

    .site-header .sha-nav .logo {
        width: 155px;
        margin-top: auto;
    }

    .site-header .sha-nav .w-right {
        display: flex;
        align-items: flex-end
    }

    .site-header .sha-nav .w-right p {
        font-size: 9px;
        color: grey;
        margin-bottom: 0;
        margin-right: 5px;
        padding-right: 5px;
        position: relative;;
        font-weight: bold;
    }

    .site-header .sha-nav .w-right p:before {
        position: absolute;
        right: 0;
        bottom: 0;
        content: '';
        width: 3px;
        height: 30px;
        background-color: #b3b3b3
    }

    .site-header .sha-nav .w-right .icon-hd-top {
        max-width: 15px;
        display: block;
    }

    .site-header .sha-nav .w-right .icon-hd-bottom {
        max-width: 80px
    }

    footer {
        padding: 45px 0 30px;
        background-color: #e1e5ea;
    }

    footer .footer-container {
        width: 100%;
        padding: 0 10px;
        margin: 0 auto
    }

    footer .row {
        display: flex;
        margin: 0 -10px
    }

    footer .row .col-3 {
        width: 20%;
        padding: 0 10px
    }

    footer .row .col-2 {
        width: 12%;
        padding: 0 5px
    }

    footer .row .col-6 {
        width: 60%;
        padding: 0 5px
    }

    .site-content {
        overflow-x: hidden;
    }

    footer a {
        color: #303030;
        font-size: 10px;
        font-weight: bold;
    }

    footer a:hover {
        color: #303030;
    }

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

    footer ul li {
        margin-bottom: 20px
    }

    footer .footer-bottom {
        border-bottom: 6px solid #ffa71d;
        padding-top: 45px
    }

    .site {
        margin: 0 auto
    }

    .sha-container {
        max-width: 920px;
        padding: 0 15px;
        margin: 0 auto
    }

    .sha-banner {
        position: relative;
    }

    .sha-banner img {
        max-width: unset;
        width: 100%;
    }

    .sha-banner .banner-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 870px;
        height: 400px;
    }

    .sha-banner .banner-text .banner-text-1 {
        font-size: 35px;
        font-weight: bold;
        transform: rotate(-13deg);
        margin-bottom: 115px;
        display: inline-block;
        color: #333;
    }

    .sha-banner .banner-text .banner-text-2 {
        font-size: 50px;
        font-weight: bold;
        font-family: "gen ei min";
        color: #333;
    }

    .big-source {
        font-size: 35px;
        display: inline-block;
    }

    .big-source2 {
        transform: rotate(15deg);
    }

    .big-source3 {
        transform: rotate(-15deg);
    }

    .sha-banner .info {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -35px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        flex-grow: 1;
        z-index: 9
    }

    .sha-banner .info p.h2 {
        display: inline-block;
        margin: 0 auto;
        font-size: 20px;
        color: #ff5900;
        background-image: url(../images/dotted.png);
        background-size: 220px 16px;
        background-position: bottom center;
        padding-bottom: 25px;
        background-repeat: no-repeat;
        padding-left: 12px;
        font-family: "meiryo";
    }

    .sha-banner .info .w-info {
        width: 100%;
        margin-bottom: 5px
    }

    .sha-banner .info .ww-info {
        border: 3px solid #ff8600;
        padding: 10px 0;
        background-color: #fff;
        display: inline-block;
        margin: 0 auto;
        cursor: pointer;
        width: 80%;
    }

    .sha-banner .info .ww-info p {
        margin: 0 auto;
        font-size: 21px;
        color: #ff8600;
        display: inline-block;
        font-weight: bold;
        font-family: "meiryo";
    }

    .ss-1 {
        text-align: center;
        background-image: url(../images/bgss2_02.jpg);
        padding: 25px 0 50px;
        position: relative;
        background-size: contain;
    }

    .ss-1 .im-ss1 {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50px;
    }

    .ss-1 .im-ss1 img {
        width: 25px
    }

    .ss-1 h2 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1.8;
        color: #505050
    }

    .sinfo {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        flex-grow: 1;
        padding-bottom: 20px
    }

    .sinfo p.h2 {
        display: inline-block;
        margin: 0 auto;
        font-size: 20px;
        color: #ff5900;
        background-image: url(../images/dotted.png);
        background-size: 220px 16px;
        background-position: bottom center;
        padding-bottom: 25px;
        background-repeat: no-repeat;
        padding-left: 12px;
        font-weight: normal;
    }

    .sinfo .w-info {
        width: 100%;
        margin-bottom: 5px
    }

    .sinfo .ww-info {
        border: 3px solid #ff8600;
        padding: 10px 0;
        background-color: #fff;
        display: inline-block;
        margin: 0 auto;
        cursor: pointer;
        width: 80%;
    }

    .sinfo .ww-info p {
        margin: 0 auto;
        font-size: 20px;
        color: #ff8600;
        display: inline-block;
        font-weight: 600;
        font-family: meiryo;
    }

    .ss-7 .ss7-content .sha-forms select {
        background: url("/user_data/packages/default/assets/images/select-arrow.png") no-repeat right;
        -webkit-appearance: none;
        background-position-x: calc(100% - 10px);
        background-size: 15px;
    }

    .ss-2 {
        padding-top: 75px;
        padding-bottom: 30px;
    }

    .ss-2 .items {
        max-width: 566px;
        margin: 0 auto
    }

    .ss-2 .item {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .ss-2 .item .num {
        width: 70px
    }

    .ss-2 .item .item-content {
        width: calc(100% - 70px);
        padding-left: 10px
    }

    .ss-2 .item .item-content h3 {
        font-size: 14px;
        color: #505050;
        margin-bottom: 5px;
        line-height: 1.3
    }

    .ss-2 .item .item-content p {
        font-size: 13px;
        color: #505050;
        line-height: 1.2;
        margin-bottom: 0
    }

    .ss-2 .item .item-content p span {
        font-size: 12px
    }

    .ss-3 {
        padding-bottom: 50px
    }

    .ss-3 .ss-3-titles {
        margin-bottom: 25px;
        background-color: #00b6be;
        padding: 15px 30px
    }

    .ss-3 .ss-3-titles h2 {
        color: #fff;
        font-size: 20px;
        line-height: 1;
        margin-bottom: 0;
        font-weight: bold;
    }

    .ss-3 .items {
        display: flex;
        margin: 0 -10px 10px -10px
    }

    @media (max-width: 767px) {
        .ss-3 .items {
            flex-wrap: wrap
        }
    }

    .ss-3 .items .w-item {
        width: 25%;
        padding: 0 7px
    }

    @media (max-width: 767px) {
        .ss-3 .items .w-item {
            width: 50%;
            margin-bottom: 20px
        }
    }

    .ss-3 .items .w-item .item {
        border: 2px solid #ff8600;
        border-radius: 10px
    }

    .ss-3 .items .w-item .item-im {
        position: relative
    }

    .ss-3 .items .w-item .item-im:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 18px;
        border-color: #ff972d transparent transparent #ff972d
    }

    .ss-3 .items .w-item .item-im img {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .ss-3 .items .w-item .item-im .more-info {
        width: 45px;
        height: 45px;
        border-radius: 100%;
        border: 2px solid #fff;
        display: flex;
        align-items: center;
        text-align: center;
        position: absolute;
        bottom: 6px;
        left: 6px;
        color: #fff;
        font-size: 11px;
        line-height: 1.2;
        justify-content: center;
        font-weight: bold;
    }

    .ss-3 .items .w-item .item-im .style-1 {
        background-color: #00b6be
    }

    .ss-3 .items .w-item .item-im .style-2 {
        background-color: #90cf5f
    }

    .ss-3 .items .w-item .item-im .style-3 {
        background-color: #ff972d
    }

    .ss-3 .items .w-item .item-im .sale {
        position: absolute;
        top: 3px;
        left: 2px;
        transform: rotate(-45deg);
        color: #fff;
        font-size: 10px
    }

    .ss-3 .items .w-item .item-info {
        padding: 10px 5px 20px 7px;
        height: 120px;
    }

    .ss-3 .items .w-item .item-info p.h2 {
        font-size: 10.5px;
        color: #00b6be;
        margin-bottom: 10px;
        font-weight: bold;
        font-family: "meiryo";
    }


    .ss-3 .items .w-item .item-info p.h2 a {
        color: #000;
        font-weight: bold;
    }

    .ss-3 .items .w-item .item-info p {
        font-size: 10.5px;
        margin-bottom: 0;
        font-family: "meiryo";
    }


    @media (max-width: 375px) {
        .ss-3 .items .w-item .item-info p {
            font-size: 10.5px;
            margin-bottom: 0;
        }

        .ss-3 .items .w-item .item-info {
            height: 170px;
        }
    }

    @media (max-width: 320px) {
        .ss-3 .items .w-item .item-info p {
            font-size: 10px;
            margin-bottom: 0;
        }

        .ss-3 .items .w-item .item-info {
            height: 140px;
        }
    }


    .ss-3 .more-link {
        text-align: right
    }

    .ss-3 .more-link a {
        font-size: 16px;
        color: #0064f3;
        font-weight: bold;
    }

    .ss-4 {
        padding-bottom: 0;
        overflow: hidden
    }

    .ss-4 .ss-4-titles {
        position: relative;
        margin-bottom: 50px;
        text-align: center
    }

    .ss-4 .ss-4-titles:before {
        content: '';
        position: absolute;
        width: 100%;
        z-index: 1;
        height: 2px;
        background-color: #c4c5c4;
        top: 27px;
        left: 0;
        right: 0
    }

    .ss-4 .ss-4-titles h2 {
        display: inline-block;
        position: relative;
        z-index: 2;
        line-height: 1;
        margin-bottom: 0;
        color: #00b6be;
        font-size: 22px;
        background-color: #ededed;
        /* padding: 18px 140px; */
        border-radius: 100px;
        border: 2px solid #c4c5c4;
        font-weight: bold;
        width: 80%;
        padding: 15px;
    }

    .ss-4 .ss4-content {
        max-width: 565px;
        margin: 0 auto;
        padding-left: 35px;
        padding-right: 25px;
    }

    .ss-4 .ss4-content .item {
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        padding-bottom: 10px;
    }

    .ss-4 .ss4-content .item:before {
        content: '';
        height: calc(100% - 25px);
        width: 2px;
        background-color: #00b6be;
        position: absolute;
        left: 0;
        bottom: 0
    }

    .ss-4 .ss4-content .item:after {
        content: '';
        width: calc(100% - 17px);
        height: 2px;
        background-color: #00b6be;
        position: absolute;
        left: 0;
        bottom: 0
    }

    .ss-4 .ss4-content .item .fefo:before {
        content: '';
        background-image: url(../images/iconss4_01.png);
        position: absolute;
        width: 30px;
        height: 30px;
        background-size: cover;
        top: 0;
        left: -15px
    }

    .ss-4 .ss4-content .item .fefo:after {
        content: '';
        background-image: url(../images/iconss4_05.png);
        position: absolute;
        width: 20px;
        height: 20px;
        background-size: cover;
        bottom: -8px;
        right: 0
    }

    .ss-4 .ss4-content .item h3 {
        color: #00b1ba;
        font-size: 16px;
        margin-bottom: 0;
        line-height: 30px;
    }

    .ss-4 .ss4-content .item .infos {
        color: #fff;
        background-color: #ffae54;
        font-size: 13px;
        padding: 3px 15px;
        margin-bottom: 10px;
        display: inline-block;
        font-weight: bold;
    }

    .ss-4 .ss4-content .item p {
        font-size: 12px;
        color: #505050;
        line-height: 1.6;
        margin-bottom: 0
    }

    .ss-5 {
        background-image: url(../images/bgss2_02.jpg);
        padding: 20px 0 0;
        position: relative;
        background-size: contain;
        margin-bottom: 30px
    }

    .ss-6 .ss-6-titles {
        position: relative;
        margin-bottom: 35px;
        text-align: center
    }

    .ss-6 .ss-6-titles:before {
        content: '';
        position: absolute;
        width: 100%;
        z-index: 1;
        height: 2px;
        background-color: #c4c5c4;
        top: 37px;
        left: 0;
        right: 0
    }

    .ss-6 .ss-6-titles .wss-6-titles {
        background-color: #fff;
        border-radius: 100px;
        border: 2px solid #00b6be;
        padding: 7px;
        display: inline-block
    }

    .ss-6 .ss-6-titles h2 {
        display: inline-block;
        position: relative;
        z-index: 2;
        line-height: 1;
        margin-bottom: 0;
        color: #00b6be;
        font-size: 20px;
        background-color: #ededed;
        padding: 15px 28px;
        border-radius: 100px;
        border: 2px solid #c4c5c4;
        font-weight: bold;
    }

    .ss-6 .ss6-content {
        max-width: 566px;
        margin: 0 auto 70px
    }

    .ss-6 .ss6-content .item {
        display: flex;
        margin-bottom: 30px;
    }

    .ss-6 .ss6-content .item .item-avt {
        width: 115px;
        margin: auto;
    }

    .ss-6 .ss6-content .item .item-content {
        width: calc(100% - 85px);
        padding-left: 5px;
    }

    .ss-6 .ss6-content .item .item-content img {
        margin-bottom: 15px;
        /*max-width: 350px*/
    }

    .ss-6 .ss6-content .item .item-content h3 {
        color: #00b6be;
        font-size: 12px;
        line-height: 1.1;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .ss-6 .ss6-content .item .item-content p {
        font-size: 11px;
        color: #505050;
        margin-bottom: 0;
        line-height: 1.3
    }

    .ss-6 .ss6-contents {
        text-align: center;
        padding-bottom: 60px
    }

    .ss-6 .ss6-contents p {
        font-size: 16px;
        line-height: 1.7;
        color: #000;
        margin-bottom: 30px;
        font-weight: 500;
    }

    .ss-6 .ss6-contents .more-info {
        font-size: 15px;
        color: #000;
        display: block;
        font-weight: 500;
    }

    .ss-6 .ss6-contents .ss6-im {
        position: relative
    }

    .ss-6 .ss6-contents .ss6-im img {
        width: 16px;
        position: absolute;
        left: 0;
        right: 15px;
        top: 20px;
        margin: 0 auto;
    }

    .ss-7 {
        padding: 100px 0;
        padding-top: 50px;
        background-image: url(../images/bgss2_02.jpg);
        background-size: contain;
    }

    .ss-7 .ss7-content {
        max-width: 565px;
        margin: 0 auto;
        border-radius: 10px;
        border: 0 solid #00b6be;
        background-color: #fff;
    }

    .ss-7 .ss7-content h2 {
        color: #fff;
        background-color: #00b6be;
        padding: 15px 30px;
        font-size: 20px;
        margin-bottom: 0;
        border-radius: 5px 5px 0 0;
        font-weight: bold;
    }

    .ss-7 .ss7-content .w-step {
        padding: 10px 25px 15px 25px;
        display: flex;
        justify-content: flex-end;
        border-left: solid 2px #00b6be;
        border-right: solid 2px #00b6be;
    }

    .ss-7 .ss7-content .w-step .step {
        height: 28px;
        width: 28px;
        border: 1px solid #00b6be;
        color: #66d3d8;
        font-size: 15px;
        display: inline-block;
        border-radius: 100%;
        line-height: 28px;
        text-align: center;
        margin: 0 2px
    }

    .ss-7 .ss7-content .w-step .step-active {
        background-color: #00b6be;
        color: #fff
    }

    .ss-7 .ss7-content .sha-forms {
        padding: 0 15px 15px 15px;
        border-left: solid 2px #00b6be;
        border-right: solid 2px #00b6be;
        border-bottom: solid 2px #00b6be;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .ss-7 .ss7-content .sha-forms .sha-nav-swip {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .ss-7 .ss7-content .sha-forms .sha-nav-swip .swiper-button-nexts {
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        color: #fff;
        padding: 0 25px;
        border-radius: 50px;
        background-color: #ff8600;
        font-weight: bold;
        text-align: center;
        min-width: 150px;
    }

    .ss-7 .ss7-content .sha-forms .sha-nav-swip .swiper-button-prevs {
        width: 100px;
        height: 50px;
        font-size: 15px;
        border-radius: 50px;
        line-height: 50px;
        background: #ccc;
        color: #fff;
        text-align: center;
        font-weight: bold;
        vertical-align: middle;
        position: relative;
        padding-left: 10px;
        min-width: 105px;
    }

    .ss-7 .ss7-content .sha-forms select:focus-visible {
        outline: unset;
    }

    .ss-7 .ss7-content .sha-forms .sha-nav-swip .swiper-button-prevs i.fa {
        font-size: 30px;
        font-weight: 400;
        /* vertical-align: middle; */
        position: absolute;
        left: 15px;
        top: 9px;
    }

    .ss-7 .ss7-content .sha-forms .sha-nav-swip .swiper-button-prevs.sha-hidden {
        opacity: 0;
        visibility: hidden
    }

    .ss-7 .ss7-content .sha-forms .sw-content3 .row.address-row{
        justify-content: start;
    }
    .ss-7 .ss7-content .sha-forms .sw-content3 .row.address-row>div.col-1 {
        padding-left: 0;
        padding-right: 0;
    }

    .ss-7 .ss7-content .sha-forms .sw-content3 .row .col-4.autofill-add {
        width: calc(50% - 82px);
        padding-left: 0;
    }

    .ss-7 .ss7-content .sha-forms .sw-content3 .col-6 > label, .ss-7 .ss7-content .sha-forms .sw-content3 label {
        color: #464646;
        font-size: 15px;
        margin-bottom: 10px;
        display: block;
        font-weight: bold;
    }

    .ss-7 .ss7-content .sha-forms .sw-content3 .col-6 > label span, .ss-7 .ss7-content .sha-forms .sw-content3 > label span, .ss-7 .ss7-content .sha-forms .sw-content3 label span {
        width: 35px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        background-color: #aaa
    }

    .ss-7 .ss7-content .sha-forms .sw-content3 .col-6 > label .require, .ss-7 .ss7-content .sha-forms .sw-content3 > label .require, .ss-7 .ss7-content .sha-forms .sw-content3 label span.require {
        background-color: #ff5151
    }

    .ss-7 .ss7-content .sha-forms .sw-content3 .row {
        display: flex;
        margin: 0;
        flex-wrap: wrap;
        margin-bottom: 10px;
        justify-content: space-between
    }

    .ss-7 .ss7-content .sha-forms .sw-content3 .row .col-4 {
        width: 37%;
        padding: 0
    }

    .ss-7 .ss7-content .sha-forms .sw-content3 .row .col-4 select {
        width: 46%
    }

    .ss-7 .ss7-content .sha-forms .sw-content3 .row .col-8 {
        width: 60%;
        padding: 0
    }

    .ss-7 .ss7-content .sha-forms .sw-content3 input[type=text] {
        margin-top: 0;
        width: calc(100% - 35px);
        border-radius: 3px;
        height: 45px;
        border: 2px solid #00b6be
    }

    .ss-7 .ss7-content .sha-forms .sw-content3 select {
        height: 45px;
        border-radius: 3px;
        border: 2px solid #00b6be;
        padding: 0 25px;
        width: 86%
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 .more-link-form {
        padding-top: 20px;
        display: flex;
        justify-content: space-evenly;
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 .more-link-form a {
        margin: 0 10px;
        font-size: 14px
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 .col-6 > label, .ss-7 .ss7-content .sha-forms .sw-content4 > label {
        color: #464646;
        font-size: 15px;
        margin-bottom: 10px;
        display: block;
        font-weight: bold;
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 .col-6 > label span, .ss-7 .ss7-content .sha-forms .sw-content4 > label span {
        width: 35px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        background-color: #aaa
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 .col-6 > label .require, .ss-7 .ss7-content .sha-forms .sw-content4 > label .require {
        background-color: #ff5151
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 .row {
        display: flex;
        margin: 0;
        flex-wrap: wrap;
        margin-bottom: 10px;
        justify-content: space-between
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 .row .col-6 {
        width: 48%;
        padding: 0
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 input[type=password], .ss-7 .ss7-content .sha-forms .sw-content4 input[type=text] {
        margin-top: 0;
        width: calc(100% - 35px);
        border-radius: 3px;
        height: 45px;
        border: 2px solid #00b6be
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 select {
        height: 45px;
        border-radius: 3px;
        border: 2px solid #00b6be;
        padding: 0 25px;
        width: calc(100% - 55px);
    }

    .ss-7 .ss7-content .sha-forms .sw-content5 .more-link-form {
        padding-top: 20px;
        display: flex;
        justify-content: space-evenly;
    }

    .ss-7 .ss7-content .sha-forms .sw-content5 .more-link-form a {
        margin: 0 10px;
        font-size: 14px
    }

    .ss-7 .ss7-content .sha-forms .sw-content5 .col-6 > label, .ss-7 .ss7-content .sha-forms .sw-content5 > label {
        color: #464646;
        font-size: 15px;
        margin-bottom: 5px;
        display: block;
        font-weight: bold;
    }

    .ss-7 .ss7-content .sha-forms .sw-content5 .col-6 > label span, .ss-7 .ss7-content .sha-forms .sw-content5 > label span {
        width: 35px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        background-color: #aaa
    }

    .ss-7 .ss7-content .sha-forms .sw-content5 .col-6 > label .require, .ss-7 .ss7-content .sha-forms .sw-content5 > label .require {
        background-color: #ff5151
    }

    .ss-7 .ss7-content .sha-forms .sw-content5 .row {
        display: flex;
        margin: 0;
        flex-wrap: wrap;
        margin-bottom: 10px;
        justify-content: space-between
    }

    .ss-7 .ss7-content .sha-forms .sw-content5 .row .col-6 {
        width: 48%;
        padding: 0
    }

    .ss-7 .ss7-content .sha-forms .sw-content5 input[type=password], .ss-7 .ss7-content .sha-forms .sw-content5 input[type=text] {
        margin-top: 0;
        width: calc(100% - 35px);
        border-radius: 3px;
        height: 45px;
        border: 2px solid #00b6be;
        margin-bottom: 10px;
    }

    .ss-7 .ss7-content .sha-forms .sw-content5 select {
        height: 45px;
        border-radius: 3px;
        border: 2px solid #00b6be;
        padding: 0 25px;
        width: calc(100% - 55px);
    }



    .ss-7 .ss7-content .sha-forms .sw-content6 .sw-check ul {
        list-style: none;
        padding: 0;
        margin: 0 -10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ss-7 .ss7-content .sha-forms .sw-content6 .sw-check ul li {
        width: calc(50% - 22px);
        padding: 0 10px
    }

    .ss-7 .ss7-content .sha-forms .sw-content6 .sw-check ul input {
        display: none
    }

    .ss-7 .ss7-content .sha-forms .sw-content6 .sw-check ul .checkbox {
        transition: background-color .2s linear;
        position: relative;
        display: block;
        line-height: 42px;
        border-radius: 5px;
        background-color: #fff;
        border: 2px solid #00b6be;
        font-size: 15px;
        color: #00b6be;
        font-weight: 700;
        cursor: pointer;
        text-align: center
    }

    .ss-7 .ss7-content .sha-forms .sw-content6 .sw-check ul .checkbox-wrap {
        margin-bottom: 10px
    }

    .ss-7 .ss7-content .sha-forms .sw-content6 .sw-check ul .checkbox-wrap .checkbox:after {
        transition: border-color .2s linear;
        position: absolute;
        z-index: 1;
        top: 19px;
        left: 15px;
        display: block;
        margin-top: -8px;
        width: 16px;
        height: 16px;
        border: 2px solid #00b6be;
        border-radius: 50%;
        border: 2px solid #00b6be;
        content: ''
    }

    .ss-7 .ss7-content .sha-forms .sw-content6 .sw-check ul .checkbox-wrap .checkbox:before {
        transition: opacity .2s linear;
        position: absolute;
        z-index: 2;
        top: 26px;
        left: 18px;
        display: block;
        margin-top: -12px;
        width: 14px;
        height: 14px;
        background-color: #fff;
        border-radius: 50%;
        opacity: 0;
        content: ''
    }

    .ss-7 .ss7-content .sha-forms .sw-content6 .sw-check ul .checkbox-wrap input[type=checkbox]:checked + .checkbox, .ss-7 .ss7-content .sha-forms .sw-content6 .sw-check ul .checkbox:hover {
        background-color: #00b6be;
        color: #fff
    }

    .ss-7 .ss7-content .sha-forms .sw-content6 .sw-check ul .checkbox-wrap input[type=checkbox]:checked + .checkbox:after, .ss-7 .ss7-content .sha-forms .sw-content6 .sw-check ul .checkbox:hover:after {
        border-color: #fff
    }

    .ss-7 .ss7-content .sha-forms .sw-content6 .sw-check ul .checkbox-wrap input[type=checkbox]:checked + .checkbox:before {
        opacity: 1
    }

    .ss-7 .ss7-content .sha-forms .sw-content6 .more-link-form {
        padding-top: 30px;
        display: flex;
        justify-content: space-evenly;
    }

    .ss-7 .ss7-content .sha-forms .sw-content6 .more-link-form a {
        margin: 0 5px;
        font-size: 12px
    }
    .ss-7 .ss7-content .sha-forms .sw-content6 input[type=text] {
        margin-top: 0;
        width: calc(100% - 35px);
        border-radius: 3px;
        height: 45px;
        border: 2px solid #00b6be;
    }
    .ss-7 .ss7-content .sha-forms .sw-content6 span{
        width: 35px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        background-color: #aaa;
    }
    .ss-7 .ss7-content .sha-forms .sw-content6 label{
        color: #464646;
        font-size: 15px;
        margin-bottom: 10px;
        display: block;
        font-weight: bold;
    }

    .ss-7 .ss7-content .sha-forms .sw-content6 span.require{
        background-color: #ff5151;
    }

    .ss-7 .ss7-content .sha-forms .sw-content3 .row .col-5 {
        padding: 0;
        width: calc(50% - 40px);
    }

    .ss-7 .ss7-content .sha-forms .sw-content3 .row .col-1 {
        width: 15px;
        text-align: center;
        line-height: 50px;
        font-size: 15px;
        font-weight: bold;
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 .col-10 {
        width: 20px;
        padding: 0;
        text-align: center;
        line-height: 50px;
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 .col-40 input {
        width: calc(100% - 35px);
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 .col-40 {
        width: calc(33% - 15px);
        padding: 0;
    }


    .ss-7 .ss7-content .sha-forms .sw-content2 .col-6 > label, .ss-7 .ss7-content .sha-forms .sw-content2 .col-12 > label, .ss-7 .ss7-content .sha-forms .sw-content2 > label {
        color: #464646;
        font-size: 15px;
        margin-bottom: 10px;
        display: block;
        font-weight: bold;
    }

    .ss-7 .ss7-content .sha-forms .sw-content2 .col-6 > label span, .ss-7 .ss7-content .sha-forms .sw-content2 .col-12 > label span, .ss-7 .ss7-content .sha-forms .sw-content2 > label span {
        width: 35px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        background-color: #aaa
    }

    .ss-7 .ss7-content .sha-forms .sw-content2 .col-6 > label .require, .ss-7 .ss7-content .sha-forms .sw-content2 .col-12 > label .require, .ss-7 .ss7-content .sha-forms .sw-content2 > label .require {
        background-color: #ff5151
    }

    .ss-7 .ss7-content .sha-forms .sw-content2 .row {
        display: flex;
        margin: 0;
        flex-wrap: wrap;
        margin-bottom: 10px;
        justify-content: space-between
    }

    .ss-7 .ss7-content .sha-forms .sw-content2 .row .col-6 {
        width: 48%;
        padding: 0
    }

    .ss-7 .ss7-content .sha-forms .sw-content2 .row .col-12 {
        padding: 0
    }

    .ss-7 .ss7-content .sha-forms .sw-content2 input[type=text] {
        margin-top: 0;
        width: calc(100% - 35px);
        border-radius: 3px;
        height: 45px;
        border: 2px solid #00b6be
    }

    .ss-7 .ss7-content .sha-forms .sw-content2 select {
        height: 45px;
        border-radius: 3px;
        border: 2px solid #00b6be;
        padding: 0 10px;
        width: auto
    }

    .ss-7 .ss7-content .sha-forms .sw-content2 .col-40 {
        width: 36%;
        padding: 0
    }

    .ss-7 .ss7-content .sha-forms .sw-content3 .col-40 {
        width: calc(33% - 15px);
        padding: 0;
    }

    .ss-7 .ss7-content .sha-forms .sw-content2 .col-40 select {
        width: calc(100% - 25px);
    }

    .ss-7 .ss7-content .sha-forms .sw-content2 .col-30 {
        width: 27%;
        padding: 0
    }

    .ss-7 .ss7-content .sha-forms .sw-content2 .col-30 select {
        width: calc(100% - 25px);
    }


    @media (max-width: 375px) {


        .ss-7 .ss7-content .sha-forms .sw-content2 .col-30 select {
            width: calc(100% - 25px);
        }

    }

    @media (max-width: 320px) {

        .ss-7 .ss7-content .sha-forms .sw-content2 .col-30 select {
            width: calc(100% - 25px);
        }

    }


    .ss-7 .ss7-content .sha-forms .sw-content4 .sw-check ul {
        list-style: none;
        padding: 0;
        margin: 0 -10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 .sw-check ul li {
        width: calc(50% - 20px);
        padding: 0 10px;
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 .sw-check ul input {
        display: none
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 .sw-check ul .checkbox {
        transition: background-color .2s linear;
        position: relative;
        display: block;
        line-height: 42px;
        border-radius: 5px;
        background-color: #fff;
        border: 2px solid #00b6be;
        font-size: 15px;
        color: #00b6be;
        font-weight: 700;
        cursor: pointer;
        text-align: center
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 .sw-check ul .checkbox-wrap {
        margin-bottom: 10px
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 .sw-check ul .checkbox-wrap .checkbox:after {
        transition: border-color .2s linear;
        position: absolute;
        z-index: 1;
        top: 19px;
        left: 15px;
        display: block;
        margin-top: -8px;
        width: 16px;
        height: 16px;
        border: 2px solid #00b6be;
        border-radius: 50%;
        border: 2px solid #00b6be;
        content: ''
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 .sw-check ul .checkbox-wrap .checkbox:before {
        transition: opacity .2s linear;
        position: absolute;
        z-index: 2;
        top: 26px;
        left: 18px;
        display: block;
        margin-top: -12px;
        width: 14px;
        height: 14px;
        background-color: #fff;
        border-radius: 50%;
        opacity: 0;
        content: ''
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 .sw-check ul .checkbox-wrap input[type=checkbox]:checked + .checkbox {
        background-color: #00b6be;
        color: #fff
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 .sw-check ul .checkbox-wrap input[type=checkbox]:checked + .checkbox:after {
        border-color: #fff
    }

    .ss-7 .ss7-content .sha-forms .sw-content4 .sw-check ul .checkbox-wrap input[type=checkbox]:checked + .checkbox:before {
        opacity: 1
    }

    .ss-7 .ss7-content .sha-forms .sw-content {
        padding-bottom: 20px
    }

    .ss-7 .ss7-content .sha-forms .sw-content > label {
        color: #464646;
        font-size: 15px;
        margin-bottom: 10px;
        display: block;
        font-weight: bold;
    }

    .ss-7 .ss7-content .sha-forms .sw-content > label span {
        width: 35px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        background-color: #aaa
    }

    .ss-7 .ss7-content .sha-forms .sw-content > label .require {
        background-color: #ff5151
    }

    .ss-7 .ss7-content .sha-forms .sw-content select {
        height: 45px;
        border-radius: 8px;
        border: 2px solid #00b6be;
        padding: 0 25px;
        width: 445px
    }

    .ss-7 .ss7-content .sha-forms .sw-content .sw-check ul {
        list-style: none;
        padding: 0;
        margin: 0 -10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ss-7 .ss7-content .sha-forms .sw-content .sw-check ul li {
        width: calc(50% - 14px);
        padding: 0 7px
    }

    .ss-7 .ss7-content .sha-forms .sw-content .sw-check ul input {
        display: none
    }

    .ss-7 .ss7-content .sha-forms .sw-content .sw-check ul .checkbox {
        transition: background-color .2s linear;
        position: relative;
        display: block;
        line-height: 42px;
        border-radius: 5px;
        background-color: #fff;
        border: 2px solid #00b6be;
        font-size: 14px;
        color: #00b6be;
        font-weight: 700;
        cursor: pointer;
        text-align: left;
        padding-left: 40px;
    }

    .ss-7 .ss7-content .sha-forms .sw-content .sw-check ul .checkbox-wrap {
        margin-bottom: 10px
    }

    .ss-7 .ss7-content .sha-forms .sw-content .sw-check ul .checkbox-wrap .checkbox:after {
        transition: border-color .2s linear;
        position: absolute;
        z-index: 1;
        top: 19px;
        left: 15px;
        display: block;
        margin-top: -8px;
        width: 16px;
        height: 16px;
        border: 2px solid #00b6be;
        border-radius: 50%;
        content: ''
    }

    .ss-7 .ss7-content .sha-forms .sw-content .sw-check ul .checkbox-wrap .checkbox:before {
        transition: opacity .2s linear;
        position: absolute;
        z-index: 2;
        top: 26px;
        left: 18px;
        display: block;
        margin-top: -12px;
        width: 14px;
        height: 14px;
        opacity: 0;
        background-color: #fff;
        border-radius: 50%;
        content: ''
    }

    .hl-submit {
        font-size: 17px;
    }

    .ss-7 .ss7-content .sha-forms .sw-content .sw-check ul .checkbox-wrap input[type=checkbox]:checked + .checkbox {
        background-color: #00b6be;
        color: #fff
    }

    .ss-7 .ss7-content .sha-forms .sw-content .sw-check ul .checkbox-wrap input[type=checkbox]:checked + .checkbox:after {
        border-color: #fff
    }

    .ss-7 .ss7-content .sha-forms .sw-content .sw-check ul .checkbox-wrap input[type=checkbox]:checked + .checkbox:before {
        opacity: 1
    }

    .error-message {
        background: #00b6be;
        width: 225px;
        padding: 5px;
        color: #fff;
        border-radius: 5px;
        font-size: 13px;
        text-align: center;
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translate(-50%, 0);
        box-shadow: rgb(85 85 85) 1px 2px 2px;
        z-index: 1;
    }

    .error-message:after {
        content: " ";
        position: absolute;
        right: 91px;
        top: -8px;
        border-top: none;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 8px solid #00b6be;
    }

    .hide {
        display: none;
    }

    .site-anhtt-complete {
        background-color: #caeff3;
        height: 100vh;
        padding: 20px 15px;
    }

    .site-anhtt-complete-mb {
        background-color: #caeff3;
        min-height: 100vh;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .anh-main {
        background-color: #fff;
        max-width: 920px;
        padding: 35px 20px 25px 30px;
        margin: 0 auto;
        border-radius: 10px;
    }

    .complete-title {
        color: #00b6be;
        font-size: 20px;
        font-weight: bold;
    }

    .complete-content {
        font-size: 12px;
        line-height: 2;
        font-weight: 500;
        margin-top: 20px;
    }

    .go-home {
        text-align: center;
        margin-top: 50px;
        font-size: 18px;
        font-weight: 500;
        text-decoration: underline;
    }

    .dirty-input {
        background-color: #fddfdf !important;
    }

    @media (max-width: 768px) {
        .sha-banner .banner-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 455px;
            height: 210px;
        }

        .sha-banner .banner-text .banner-text-1 {
            font-size: 18px;
            font-weight: bold;
            transform: rotate(-8deg);
            margin-bottom: 35px;
        }

        .sha-banner .banner-text .banner-text-2 {
            font-size: 30px;
            font-weight: bold;
            color: #333;
        }

        .big-source {
            font-size: 50px;
        }

        .sha-banner .info p.h2 {
            font-size: 22px;
        }

        .sha-banner .info .ww-info p {
            font-size: 25px;
        }

        .ss-1 h2 {
            font-size: 25px;
        }

        .ss-4 .ss-4-titles h2 {
            font-size: 25px;
        }

        .ss-6 .ss-6-titles h2 {
            font-size: 25px;
        }

        .sinfo .ww-info p {
            font-size: 25px;
        }

        .sinfo p.h2 {
            font-size: 22px;
        }
    }

    @media (max-width: 575px) {
        .sha-banner .banner-text {
            position: absolute;
            top: 50%;
            left: 55%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 170px;
        }

        .sha-banner .banner-text .banner-text-1 {
            font-size: 13px;
            font-weight: bold;
            transform: rotate(-8deg);
            margin-bottom: 40px;
        }

        .sha-banner .banner-text .banner-text-2 {
            font-size: 24px;
            font-weight: bold;
            color: #333;
        }

        .big-source {
            font-size: 22px;
        }

        .sha-banner .info p.h2 {
            font-size: 20px;
        }

        .sha-banner .info .ww-info p {
            font-size: 22px;
        }

        .ss-1 h2 {
            font-size: 22px;
        }

        .ss-4 .ss-4-titles h2 {
            font-size: 22px;
        }

        .ss-6 .ss-6-titles h2 {
            font-size: 22px;
        }

        .sinfo .ww-info p {
            font-size: 22px;
        }

        .sinfo p.h2 {
            font-size: 20px;
        }
    }

    @media (max-width: 430px) {

        .ss-7 .ss7-content .sha-forms .sha-nav-swip .swiper-button-nexts {
            font-size: 13px;
            padding: 0 20px;
        }

        .ss-7 .ss7-content .sha-forms .sha-nav-swip .swiper-button-nexts.last-step {
            font-size: 13px;
            padding: 0 10px;
        }

        .ss-7 .ss7-content .sha-forms .sha-nav-swip .swiper-button-prevs {
            font-size: 13px;
            width: 70px;
            padding-left: 5px;
        }

        .ss-7 .ss7-content .sha-forms .sha-nav-swip .swiper-button-prevs i.fa {
            font-size: 25px;
            font-weight: 400;
            /* vertical-align: middle; */
            position: absolute;
            left: 15px;
            top: 12px;
        }

        .hl-submit {
            font-size: 16px;
        }

        .ss-7 .ss7-content .sha-forms .sw-content5 .more-link-form a {
            font-size: 12px;
        }

        .ss-7 .ss7-content .sha-forms .sw-content5 .more-link-form a {
            margin: 0 5px;
        }
    }
    @media (min-width: 385px) and (max-width: 395px) {

        .ss-6-container {
            padding: 0 20px;
        }

        .ss-6 .ss6-content .item .item-content p {
            text-align: justify;
        }
    }
    @media (max-width: 385px) {
        .ss-3 .items .w-item .item-info {
            padding: 10px 3px 20px 4px;
            height: 95px;
        }

        .ss-3 .items .w-item .item-info p.h2 {
            font-size: 9px;
        }

        .ss-3 .items .w-item .item-info p {
            font-size: 9px;
        }

        .sha-banner .banner-text {
            position: absolute;
            top: 50%;
            left: 53%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 130px;
        }

        .sha-banner .banner-text .banner-text-1 {
            font-size: 12px;
            font-weight: bold;
            transform: rotate(-8deg);
            margin-bottom: 30px;
        }

        .sha-banner .banner-text .banner-text-2 {
            font-size: 20px;
            font-weight: bold;
            color: #333;
        }

        .sha-banner .info p.h2 {
            font-size: 16px;
        }

        .sha-banner .info .ww-info p {
            font-size: 18px;
        }

        .sinfo p.h2 {
            font-size: 16px;
        }

        .sinfo .ww-info p {
            font-size: 18px;
        }

        .ss-7 .ss7-content .sha-forms .sha-nav-swip .swiper-button-nexts {
            font-size: 12px;
            padding: 0 20px;
        }

        .ss-7 .ss7-content .sha-forms .sha-nav-swip .swiper-button-nexts.last-step {
            font-size: 12px;
            padding: 0 10px;
        }

        .ss-7 .ss7-content .sha-forms .sha-nav-swip .swiper-button-prevs {
            font-size: 12px;
            width: 90px;
            padding-left: 5px;
        }

        .ss-7 .ss7-content .sha-forms .sha-nav-swip .swiper-button-prevs i.fa {
            font-size: 25px;
            left: 20px;
            top: 12px;
        }

        .hl-submit {
            font-size: 15px;
        }

        .ss-7 .ss7-content .sha-forms .sw-content5 .more-link-form a {
            font-size: 12px;
        }
    }

    @media (max-width: 375px) {

        .ss-7 .ss7-content .sha-forms .sha-nav-swip .swiper-button-nexts {
            font-size: 11px;
            padding: 0 20px;
            min-width: 120px;
        }

        .ss-7 .ss7-content .sha-forms .sha-nav-swip .swiper-button-nexts.last-step {
            font-size: 11px;
            padding: 0 5px;
        }

        .ss-7 .ss7-content .sha-forms .sha-nav-swip .swiper-button-prevs {
            font-size: 11px;
            width: 70px;
            padding-left: 5px;
            min-width: 95px;
        }

        .ss-7 .ss7-content .sha-forms .sha-nav-swip .swiper-button-prevs i.fa {
            font-size: 20px;
            left: 15px;
            top: 15px;
        }

        .hl-submit {
            font-size: 13px;
        }

        .ss-7 .ss7-content .sha-forms .sw-content5 .more-link-form a {
            font-size: 10px;
        }

        .ss-7 .ss7-content .sha-forms .sw-content5 .more-link-form a {
            margin: 0 5px;
        }

        .complete-title {
            color: #00b6be;
            font-size: 20px;
            font-weight: bold;
        }

        .anh-main {
            background-color: #fff;
            max-width: 920px;
            padding: 35px 15px 25px 22px;
            margin: 0 auto;
            border-radius: 10px;
        }

        .go-home {
            text-align: center;
            font-size: 16px;
            text-decoration: underline;
        }
    }
    @media (max-width: 346px) {
        .ss-7 .ss7-content .sha-forms .sw-content .sw-check ul .checkbox {
            padding-left: 30px;
        }

        .ss-7 .ss7-content .sha-forms .sw-content .sw-check ul li {
            width: calc(50% - 15px);
            padding: 0 5px;
        }

        .ss-7 .ss7-content .sha-forms .sw-content .sw-check ul .checkbox-wrap .checkbox:after {
            left: 10px;
        }

        .ss-7 .ss7-content .sha-forms .sw-content .sw-check ul .checkbox-wrap .checkbox:before {
            left: 13px;
        }
    }
    @media (max-width: 320px) {
        .sha-banner .banner-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            height: 130px;
        }

        .sha-banner .banner-text .banner-text-1 {
            font-size: 11px;
            font-weight: bold;
            transform: rotate(-8deg);
            margin-bottom: 30px;
        }

        .sha-banner .banner-text .banner-text-2 {
            font-size: 16px;
            font-weight: bold;
        }

        .big-source {
            font-size: 16px;
        }

        .sha-banner .info p.h2 {
            font-size: 16px;
        }

        .sha-banner .info .ww-info p {
            font-size: 18px;
        }

        .ss-1 h2 {
            font-size: 18px;
        }

        .ss-4 .ss-4-titles h2 {
            font-size: 18px;
        }

        .ss-6 .ss-6-titles h2 {
            font-size: 18px;
        }

        .sinfo .ww-info p {
            font-size: 18px;
        }

        .sinfo p.h2 {
            font-size: 16px;
        }

        .complete-title {
            color: #00b6be;
            font-size: 16px;
            font-weight: bold;
        }

        .anh-main {
            background-color: #fff;
            max-width: 920px;
            padding: 35px 15px 25px 22px;
            margin: 0 auto;
            border-radius: 10px;
        }

        .go-home {
            text-align: center;
            font-size: 14px;
            text-decoration: underline;
        }
    }

    .anh-main-static {
        padding: 30px 25px 30px;
        background-color: #fff;
        max-width: 920px;
        margin: 0 auto;
        border-radius: 10px;
    }

    .complete-title-static {
        color: #00b6be;
        font-size: 22px;
        font-weight: bold;
        position: relative;
        padding-left: 30px;
    }

    .anh-main-static h2 {
        font-size: 16px;
        padding-bottom: 0;
        padding-top: 25px;
        font-weight: bold;
    }

    .anh-main-static p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .square-icon {
        height: 20px;
        width: 20px;
        background-color: #00b6be;
        position: absolute;
        left: 0;
    }

    footer.static-footer .row {
        margin: 0 0 !important;
    }

    footer.static-footer .row .col-2 {
        width: 15%;
        padding: 0 5px;
    }

    footer.static-footer .row .col-8 {
        flex: 0 0 auto;
        width: 70%;
    }

    .row-label {
        margin-bottom: 0 !important;
    }

    .footer-white {
        background-color: #fff !important;
    }
}
