/* font setting
------------------------------------------------------- */
@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: 'YakuHanJP';
    src: url('font/YakuHanJP-Regular.woff2') format('woff2'), url('font/YakuHanJP-Regular.woff') format('woff');

    font-display: auto;
}

@font-face {
    font-weight: 500;
    font-style: normal;
    font-family: 'YakuHanJP';
    src: url('font/YakuHanJP-Medium.woff2') format('woff2'), url('font/YakuHanJP-Medium.woff') format('woff');

    font-display: auto;
}

@font-face {
    font-weight: 700;
    font-style: normal;
    font-family: 'YakuHanJP';
    src: url('font/YakuHanJP-Bold.woff2') format('woff2'), url('font/YakuHanJP-Bold.woff') format('woff');

    font-display: auto;
}

/* base setting
------------------------------------------------------- */

html {
    /*overflow-x: auto;
    overflow-y: scroll;*/
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hidden {
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
}

body {
    color: #000;
    word-wrap: break-word;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Kanit', 'Noto Sans JP', sans-serif;
    font-feature-settings: 'palt';
    line-height: 1.75;
}

a {
    outline: none;
    color: #137eda;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.extLink a::after {
    padding-left: 5px;
    content: '\f360';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

html.device-desktop a:hover,
html.device-desktop a:focus {
    text-decoration: none;
}

html.device-touch a:active {
    text-decoration: none;
}

button,
select {
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.modal button {
    width: initial;
}

b,
strong {
    font-weight: 700;
}

hr {
    margin: 0;
    height: 0;
    border: none;
    border-top: 1px solid #e8e8e8;
}

sup {
    vertical-align: text-top;
}

table caption {
    text-align: left;
}

figure {
    line-height: 0;
}

html.device-desktop a[href^='tel:'] {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    pointer-events: none;
}

main,
aside {
    padding: 0 0 40px;
}

h1 {
    margin: 0;
}

.txt-bigger {
    font-size: 120%;
}

i.fas {
    margin: 0 8px;
}

/* -------------------------------------------------------------------
start Table, Form and Button setting
------------------------------------------------------------------- */

footer .btn-contact,
header .btn-contact {
    display: block;
    background-color: #42aed1;
    color: #fff;
    text-align: center;
    font-size: 1.375rem;
}
header .btn-contact {
    font-size: 1rem;
}
footer .btn-contact span,
header .btn-contact span {
    position: relative;
    display: block;
    margin-right: 25px;
    padding: 2rem 1rem;
    background-color: #139ac6;
}
header .btn-contact span {
    margin-right: 10px;
    padding: 0.5rem 1.5rem;
}
footer .btn-contact span::after,
header .btn-contact span::after {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #139ac6;
    content: '';
}
header .btn-contact span::after {
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #139ac6;
}

/* -------------------------------------------------------------------
start Header and Footer setting
------------------------------------------------------------------- */

/* header setting
------------------------------------------------------- */
header {
    position: relative;
    z-index: 1040;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 84px, rgba(15, 37, 85, 0.85) 84px);
    box-shadow: 0 0.0625em 0.3125em rgba(0, 0, 0, 0.15);
}
.navbar-brand img {
    width: 374px;
    height: auto;
}
@media (max-width: 1004.98px) {
    .navbar-brand img {
        width: 280px;
    }
}
@media (max-width: 767.98px) {
    .navbar-brand img {
        width: 250px;
    }
}
header .navbar:first-child {
    padding: 0.75rem 0;
}
header .navbar:last-child {
    padding: 0.5rem 0;
}

#s-nav a.nav-link {
    margin-right: 15px;
    padding: 0.5rem 0;
    color: #222;
    font-size: 1rem;
}
#s-nav a.nav-link::after {
    margin-left: 15px;
    content: '|';
}
#g-nav .navbar-nav {
    width: 100%;
}
#g-nav .nav-item {
    width: 25%;
    border-right: 1px solid #dcdcdc;
    text-align: center;
}
#g-nav .nav-item a {
    color: rgba(255, 255, 255, 0.5);

/*color: #fff;*/
    font-size: 1rem;
    cursor: default;
}
#g-nav .nav-item a:hover {
    /*color: #4bb6d1;*/
    opacity: 1;
}

#g-nav .dropdown-toggle::after {
    display: none;
}

/* for Mobile Menu */
.navbar-toggler:focus {
    outline: none;
    border: none;
    background: none;
}
.navbar-toggler span {
    display: block;
    margin: 6px auto;
    width: 30px;
    height: 2px;
    background: #1f3c88;
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.navbar-toggler:hover span,
.navbar-toggler:focus span {
    background: #1f3c88;
}
.navbar-toggler[aria-expanded='true'] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}
.navbar-toggler[aria-expanded='true'] span:nth-of-type(2) {
    opacity: 0;
}
.navbar-toggler[aria-expanded='true'] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}
.navbar-toggler[aria-expanded='false'] span {
    opacity: 1;
    transform: none;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 100%;
    }
    .dropdown:hover > .dropdown-menu {
        top: 99%;
        display: block;
    }
    #g-nav .nav-item a.dropdown-item {
        padding: 0.5rem;
        font-weight: 400;
    }
    #g-nav .nav-item a.dropdown-item:hover {
        background-color: #f6f5f5;
    }
    #g-nav.navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        margin-top: 0;
        opacity: 0;
        transition: 0.3s;
    }
    #g-nav.navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0 0;
    }
    #g-nav.navbar .dropdown-menu.fade-up {
        top: 180%;
    }
    #g-nav.navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
        transition: 0.3s;
        transform: rotateX(0deg);
    }
}

@media (max-width: 991.98px) {
    header {
        position: relative;
        z-index: 1040;
        background: rgba(255, 255, 255, 1);
    }
    #s-nav .form-btn,
    .side-fix-btn {
        display: none;
    }
    #g-nav.navbar {
        padding: 0;
    }
    #g-nav .nav-item,
    #g-nav .nav-item:first-child {
        width: 100%;
        border-top: 1px solid #dcdcdc;
        border-right: none;
        border-left: none;
        text-align: left;
    }
    #g-nav .nav-item a {
        position: relative;
        padding: 0.5rem 1rem;
        color: #222;
        font-size: 1rem;
    }
    #g-nav .nav-item a.dropdown-toggle::after {
        position: absolute;
        top: 10px;
        right: 10px;
        display: inline;
        border: none;
        content: '\f103';
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
    }
    #g-nav .nav-item [class^='icon-'] {
        display: inline;
        margin-right: 15px;
        margin-bottom: 0;
        width: 50px;
        text-align: center;
        font-size: 20px;
    }
    #g-nav .d-md-flex {
        display: block !important;
    }
    #g-nav .dropdown-menu {
        border: none;
        border-radius: 0;
        background-color: #f6f5f5;
    }
    #g-nav .nav-item .dropdown-menu a {
        padding: 0.8rem 1rem;
        border-top: 1px dotted #dcdcdc;
        border-bottom: none;
        font-weight: 400;
        font-size: 0.875rem;
    }
    #g-nav .nav-item .dropdown-menu a:hover {
        background-color: #f6f5f5;
    }
    #g-nav .d-lg-none {
        margin-top: 40px;
    }
    #g-nav .d-lg-none li {
        padding: 0.8rem 1rem;
        border-top: 1px dotted #dcdcdc;
        list-style: none;
    }
    #g-nav .d-lg-none li:last-child {
        border-bottom: 1px dotted #dcdcdc;
    }
    #g-nav .d-lg-none .form-btn {
        margin-bottom: 15px;
        text-align: center;
    }
    #g-nav .d-lg-none .form-btn a {
        margin: 0 auto 20px auto;
        width: 50%;
    }
}

/* footer setting
------------------------------------------------------- */
footer {
    padding: 30px 0 10px;
    background-color: #0f2555;
    color: #fff;
}
footer p strong {
    font-size: 1.25rem;
}

footer .tel-link {
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 1;
}
footer .copyright {
    margin-top: 20px;
    text-align: center;
    font-size: 0.75rem;
}
footer .contact-tel {
    margin-bottom: 20px;
}

/* topage setting
------------------------------------------------------- */
body#top {
    background: url(/assets/image/top_body_bg.jpg) no-repeat;
    background-size: 100% auto;
}

.top_catch {
    position: relative;
    text-align: center;
}
.top_catch img {
    margin: 50px 0 60px;
    width: 570px;
}
@media (max-width: 590px) {
    body#top {
        background-position: top center;
        background-size: 140% auto;
    }
    .top_catch img {
        margin-top: 40px;
        width: 80%;
    }
}
.hot_aid {
    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
    background:    -moz-linear-gradient(
    0% 50% 0deg,
    rgba(233, 240, 206, 1) 3.28%,
    rgba(241, 228, 207, 1) 16.16%,
    rgba(244, 222, 208, 1) 28.42%,
    rgba(168, 217, 217, 1) 65.57%,
    rgba(186, 223, 214, 1) 76%,
    rgba(232, 240, 206, 1) 96.8%,
    rgba(233, 240, 206, 1) 97.27%
    );
    background: -webkit-linear-gradient(
    0deg,
    rgba(233, 240, 206, 1) 3.28%,
    rgba(241, 228, 207, 1) 16.16%,
    rgba(244, 222, 208, 1) 28.42%,
    rgba(168, 217, 217, 1) 65.57%,
    rgba(186, 223, 214, 1) 76%,
    rgba(232, 240, 206, 1) 96.8%,
    rgba(233, 240, 206, 1) 97.27%
    );
    background: -webkit-gradient(
    linear,
    0% 50%,
    100% 50%,
    color-stop(0.0328, rgba(233, 240, 206, 1)),
    color-stop(0.1616, rgba(241, 228, 207, 1)),
    color-stop(0.2842, rgba(244, 222, 208, 1)),
    color-stop(0.6557, rgba(168, 217, 217, 1)),
    color-stop(0.76, rgba(186, 223, 214, 1)),
    color-stop(0.968, rgba(232, 240, 206, 1)),
    color-stop(0.9727, rgba(233, 240, 206, 1))
    );
    background:      -o-linear-gradient(
    0deg,
    rgba(233, 240, 206, 1) 3.28%,
    rgba(241, 228, 207, 1) 16.16%,
    rgba(244, 222, 208, 1) 28.42%,
    rgba(168, 217, 217, 1) 65.57%,
    rgba(186, 223, 214, 1) 76%,
    rgba(232, 240, 206, 1) 96.8%,
    rgba(233, 240, 206, 1) 97.27%
    );
    background:     -ms-linear-gradient(
    0deg,
    rgba(233, 240, 206, 1) 3.28%,
    rgba(241, 228, 207, 1) 16.16%,
    rgba(244, 222, 208, 1) 28.42%,
    rgba(168, 217, 217, 1) 65.57%,
    rgba(186, 223, 214, 1) 76%,
    rgba(232, 240, 206, 1) 96.8%,
    rgba(233, 240, 206, 1) 97.27%
    );
    background:         linear-gradient(
    90deg,
    rgba(233, 240, 206, 1) 3.28%,
    rgba(241, 228, 207, 1) 16.16%,
    rgba(244, 222, 208, 1) 28.42%,
    rgba(168, 217, 217, 1) 65.57%,
    rgba(186, 223, 214, 1) 76%,
    rgba(232, 240, 206, 1) 96.8%,
    rgba(233, 240, 206, 1) 97.27%
    );
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#E9F0CE\', endColorstr=\'#E9F0CE\' ,GradientType=0)';
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9F0CE',endColorstr='#E9F0CE' , GradientType=1);
}
.hot_aid:before {
    position: absolute;
    top: -59px;
    right: 0;
    left: 0;
    display: block;
    height: 60px;
    background:    -moz-linear-gradient(
    0% 50% 0deg,
    rgba(233, 240, 206, 1) 3.28%,
    rgba(241, 228, 207, 1) 16.16%,
    rgba(244, 222, 208, 1) 28.42%,
    rgba(168, 217, 217, 1) 65.57%,
    rgba(186, 223, 214, 1) 76%,
    rgba(232, 240, 206, 1) 96.8%,
    rgba(233, 240, 206, 1) 97.27%
    );
    background: -webkit-linear-gradient(
    0deg,
    rgba(233, 240, 206, 1) 3.28%,
    rgba(241, 228, 207, 1) 16.16%,
    rgba(244, 222, 208, 1) 28.42%,
    rgba(168, 217, 217, 1) 65.57%,
    rgba(186, 223, 214, 1) 76%,
    rgba(232, 240, 206, 1) 96.8%,
    rgba(233, 240, 206, 1) 97.27%
    );
    background: -webkit-gradient(
    linear,
    0% 50%,
    100% 50%,
    color-stop(0.0328, rgba(233, 240, 206, 1)),
    color-stop(0.1616, rgba(241, 228, 207, 1)),
    color-stop(0.2842, rgba(244, 222, 208, 1)),
    color-stop(0.6557, rgba(168, 217, 217, 1)),
    color-stop(0.76, rgba(186, 223, 214, 1)),
    color-stop(0.968, rgba(232, 240, 206, 1)),
    color-stop(0.9727, rgba(233, 240, 206, 1))
    );
    background:      -o-linear-gradient(
    0deg,
    rgba(233, 240, 206, 1) 3.28%,
    rgba(241, 228, 207, 1) 16.16%,
    rgba(244, 222, 208, 1) 28.42%,
    rgba(168, 217, 217, 1) 65.57%,
    rgba(186, 223, 214, 1) 76%,
    rgba(232, 240, 206, 1) 96.8%,
    rgba(233, 240, 206, 1) 97.27%
    );
    background:     -ms-linear-gradient(
    0deg,
    rgba(233, 240, 206, 1) 3.28%,
    rgba(241, 228, 207, 1) 16.16%,
    rgba(244, 222, 208, 1) 28.42%,
    rgba(168, 217, 217, 1) 65.57%,
    rgba(186, 223, 214, 1) 76%,
    rgba(232, 240, 206, 1) 96.8%,
    rgba(233, 240, 206, 1) 97.27%
    );
    background:         linear-gradient(
    90deg,
    rgba(233, 240, 206, 1) 3.28%,
    rgba(241, 228, 207, 1) 16.16%,
    rgba(244, 222, 208, 1) 28.42%,
    rgba(168, 217, 217, 1) 65.57%,
    rgba(186, 223, 214, 1) 76%,
    rgba(232, 240, 206, 1) 96.8%,
    rgba(233, 240, 206, 1) 97.27%
    );
    content: '';
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#E9F0CE\', endColorstr=\'#E9F0CE\' ,GradientType=0)';
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9F0CE',endColorstr='#E9F0CE' , GradientType=1);

/*    -webkit-clip-path: polygon(0 0, calc(50% - 30px) 0, 50% 50%, calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%);
       -moz-clip-path: polygon(0 0, calc(50% - 30px) 0, 50% 50%, calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%);*/

    clip-path: polygon(0 0, 50% 60px, 100% 0, 100% 60px, 0 60px);
}

.hot_ttl {
    margin-bottom: 20px;
    color: #008f87;
    text-align: center;
    font-weight: 700;
    font-size: 1.875rem;
}

h2.alone {
    margin-bottom: 40px;
    padding: 1rem;
    border: 3px solid #073761;
    color: #073761;
    font-weight: 700;
    font-size: 2.25rem;
}

h2.cs {
    margin-bottom: 0;
    padding: 1rem 0;
    width: 100%;
    border: 3px solid #073761;
    border-bottom: 2px dotted #073761;
    background-color: #fff;
    color: #073761;
    font-weight: 700;
    font-size: 1.5rem;
}
h2.cs {
    margin-bottom: 40px;
    border-bottom: 3px solid #073761;
}
.hot_aid h5 {
    margin-bottom: 10px;
    padding: 1rem 0;
    width: 100%;
    border-bottom: 2px dotted #073761;
    background-color: #fff;
    color: #073761;
    font-weight: 700;
    font-size: 1.5rem;
}
.hot_aid h5 span,
h2.cs span {
    margin-right: 20px;
    padding: 0.75rem 1rem;
    background-color: #073761;
    color: #fff;
}
.aid_detail {
    padding: 0 1rem 1.25rem 1rem;
    border: 3px solid #073761;
    background-color: #fff;
}
.site_exp > div {
    padding: 40px;
    background-color: #fff;
}
.point-img01,
.point-img02 {
    min-height: 150px;
    height: auto;
}
.point-img01 {
    background: url(/assets/image/top_exp_img01.jpg) no-repeat center center;
    background-size: 100% auto;
}
.point-img02 {
    background: url(/assets/image/top_exp_img02.jpg) no-repeat center center;
    background-size: 100% auto;
}
.site_exp h3 {
    margin-bottom: 20px;
    color: #073761;
    font-weight: 700;
}
.site_exp h3 span {
    color: #139ac6;
}
.labor-and-social-security-sttorney {
    padding: 40px 0;
    background-color: #fff;
}
.labor-and-social-security-sttorney h4 {
    margin-bottom: 80px;
    color: #073761;
    text-align: center;
    font-weight: 700;
    font-size: 1.875rem;
}
.labor-and-social-security-sttorney h5 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 1.5rem;
}
.labor-and-social-security-sttor ney h5 span {
    margin-left: 15px;
    font-weight: 400;
    font-size: 1rem;
}
.labor-and-social-security-sttorney span.stripe {
    position: relative;
    display: block;
    margin-top: 20px;
    width: 230px;
    height: 260px;
    background: url(/assets/image/bg_stripe.png);
}
.labor-and-social-security-sttorney img {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 180px;
}
.merit {
    padding: 40px 0;
    background: url(/assets/image/merit_bg.png) #f5e3ef;
}
.merit_ttl {
    margin: 0 auto 20px auto;
    padding: 1rem;
    width: 95%;
    border-radius: 15px;
    background-color: #f1cde5;
    color: #a00b7b;
    text-align: center;
    font-weight: 700;
    font-size: 1.875rem;
}
.merit .meritbox {
    padding: 1.5rem;
    height: 100%;
    border: 2px solid #a00b7b;
    background-color: #fff;
}
.aid_point {
    padding: 20px 0;
    background: url(/assets/image/top_aid_point_bg.jpg) no-repeat center center;
    background-size: cover;
}
.aid_point .ttl {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #001635;
    color: #fff;
    text-align: center;
    font-size: 1.875rem;
}
.aid_point .row > div {
    position: relative;
    margin-top: 50px;
}

.aid_point .row > div span {
    position: absolute;
    top: -40px;
    left: calc(50% - 30px);
    z-index: 70;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #139ac6;
    color: #fff;
    text-align: center;
    font-size: 1.875rem;
}
.aid_point .row > div > .point-txt {
    position: relative;
    padding: 25px 0 15px 0;
    min-height: 200px;
    border-top: 4px solid #139ac6;
    background-color: #fff;
    color: #139ac6;
    font-size: 1.375rem;
}
.aid_point .row > div > .point-txt::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    background: url(/assets/image/bg_stripe.png);
    content: '';

    clip-path: polygon(0 25%, 100% 100%, 0 100%);
}
.aid_point .row > div > .point-txt strong {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    z-index: 60;
}
.aid_point .attention {
    margin-top: 20px;
    padding: 20px 40px;
    border: 2px solid #ffde00;
    border-radius: 10px;
    background-color: #fffd9f;
    text-align: center;
}
.aid_point .attention .s-ttl {
    margin-bottom: 15px;
    color: tomato;
    font-weight: 700;
    font-size: 1.375rem;
}

.contact_tel {
    margin: 0 auto 60px auto;
    padding: 15px 15px 15px 15px;
    width: 80%;
    border: solid #42aed1 4px;
    text-align: center;
}
div.contact_tel p {
    margin: 0;
    padding: 0;
}
.tel_no a {
    color: #222;
    font-weight: 700;
}
.tel_no2 {
    padding-left: 10px;
    font-size: 2.4em;
}
.formtable td,
.formtable th {
    padding: 0.8rem;
    border-top: none;
    border-bottom: 1px solid #dee2e6;
}
.formtable th {
    min-width: 220px;
    width: 25%;
    vertical-align: middle;
    font-weight: 700;
}
.form-control {
    font-size: 0.875rem;
}
.form-control::-webkit-input-placeholder {
    color: #cdcdcd;
}
.form-control:-ms-input-placeholder {
    color: #cdcdcd;
}
.form-control {
    display: inline;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border: 1px solid #ced4da;
    background: none;
}

.req {
    position: relative;
    display: block;
}
.req::before {
    position: absolute;
    top: 2px;
    right: 0;
    display: inline-block;
    padding: 0 10px;
    background-color: #da2133;
    color: #fff;
    content: '必須';
    font-weight: 400;
    font-size: 0.6875rem;
}
.formbtn {
    margin: 40px 0 20px 0;
    padding: 18px 0;
}
.btn-primary,
.btn-primary:active {
    border-color: #139ac6;
    background-color: #139ac6;
    color: #fff;
}
.btn-primary:hover {
    border-color: #1082a8;
    background-color: #1082a8;
    color: #fff;
}
@media (min-width: 768px) {
    .form-control {
        width: 75%;
    }
    .form-control.tel {
        width: 30%;
    }
    .formbtn {
        width: 50%;
    }
}
@media (max-width: 767.98px) {
    .hot_aid h5 span,
    h2.cs span {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .hot_aid h5,
    h2.cs {
        text-align: center;
    }
    h2.alone {
        font-size: 1.85rem;
    }
    .aid_detail > div:last-child {
        margin-top: 20px;
    }
    .tel_no {
        font-size: 1.25rem;
    }
    .tel_no2 {
        padding-left: 10px;
        font-size: 1.25rem;
    }
    footer .tel-link {
        font-size: 1.6rem;
    }
    .formtable td,
    .formtable th {
        display: block;
        width: 100%;
    }
    .formtable th {
        min-width: auto;
        border: none;
    }
    .formbtn {
        width: 100%;
    }
}

/* contents setting
------------------------------------------------------- */
#contetns main .container {
    padding-top: 60px;
}
.contents-ttl {
    padding: 4rem 5rem;
    background:    -moz-linear-gradient(
    0% 50% 0deg,
    rgba(214, 237, 251, 1) 3.83%,
    rgba(223, 233, 245, 1) 8.48%,
    rgba(238, 227, 234, 1) 19.63%,
    rgba(244, 225, 230, 1) 28.42%,
    rgba(199, 202, 221, 1) 65.57%,
    rgba(207, 220, 236, 1) 83.27%,
    rgba(214, 237, 251, 1) 97.27%
    );
    background: -webkit-linear-gradient(
    0deg,
    rgba(214, 237, 251, 1) 3.83%,
    rgba(223, 233, 245, 1) 8.48%,
    rgba(238, 227, 234, 1) 19.63%,
    rgba(244, 225, 230, 1) 28.42%,
    rgba(199, 202, 221, 1) 65.57%,
    rgba(207, 220, 236, 1) 83.27%,
    rgba(214, 237, 251, 1) 97.27%
    );
    background: -webkit-gradient(
    linear,
    0% 50%,
    100% 50%,
    color-stop(0.0383, rgba(214, 237, 251, 1)),
    color-stop(0.0848, rgba(223, 233, 245, 1)),
    color-stop(0.1963, rgba(238, 227, 234, 1)),
    color-stop(0.2842, rgba(244, 225, 230, 1)),
    color-stop(0.6557, rgba(199, 202, 221, 1)),
    color-stop(0.8327, rgba(207, 220, 236, 1)),
    color-stop(0.9727, rgba(214, 237, 251, 1))
    );
    background:      -o-linear-gradient(
    0deg,
    rgba(214, 237, 251, 1) 3.83%,
    rgba(223, 233, 245, 1) 8.48%,
    rgba(238, 227, 234, 1) 19.63%,
    rgba(244, 225, 230, 1) 28.42%,
    rgba(199, 202, 221, 1) 65.57%,
    rgba(207, 220, 236, 1) 83.27%,
    rgba(214, 237, 251, 1) 97.27%
    );
    background:     -ms-linear-gradient(
    0deg,
    rgba(214, 237, 251, 1) 3.83%,
    rgba(223, 233, 245, 1) 8.48%,
    rgba(238, 227, 234, 1) 19.63%,
    rgba(244, 225, 230, 1) 28.42%,
    rgba(199, 202, 221, 1) 65.57%,
    rgba(207, 220, 236, 1) 83.27%,
    rgba(214, 237, 251, 1) 97.27%
    );
    background:         linear-gradient(
    90deg,
    rgba(214, 237, 251, 1) 3.83%,
    rgba(223, 233, 245, 1) 8.48%,
    rgba(238, 227, 234, 1) 19.63%,
    rgba(244, 225, 230, 1) 28.42%,
    rgba(199, 202, 221, 1) 65.57%,
    rgba(207, 220, 236, 1) 83.27%,
    rgba(214, 237, 251, 1) 97.27%
    );
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#D6EDFB\', endColorstr=\'#D6EDFB\' ,GradientType=0)';
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D6EDFB',endColorstr='#D6EDFB' , GradientType=1);
}
.contents-ttl h1 {
    display: flex;
    color: #073761;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
    font-size: 2.25rem;

    align-items: center;
}
.contents-ttl h1:before,
.contents-ttl h1:after {
    width: 100%;
    height: 1px;
    background: #073761;
    content: '';

    flex-grow: 1;
}

.contents-ttl h1:before {
    margin: 0 20px 0 0;
}

.contents-ttl h1:after {
    margin: 0 0 0 20px;
}

#contetns h5 {
    padding: 0.8rem 1rem;
    border-radius: 2px;
    background-color: #9dd6e9;
    font-size: 1.45rem;
}
#contetns h6 {
    position: relative;
    margin-top: 2rem;
    padding: 0.85rem 0.5rem;
    color: #064d8f;
    font-weight: 700;
    font-size: 1.5rem;
}
#contetns h6:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-image: -webkit-repeating-linear-gradient(135deg, #a4bace, #a4bace 1px, transparent 2px, transparent 5px);
    background-image:         repeating-linear-gradient(-45deg, #a4bace, #a4bace 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    content: '';

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.cc-txt,
.cc-txt-s {
    margin-top: 25px;
    color: #073761;
    font-weight: 700;
    font-size: 1.25rem;
}
.cc-txt-s {
    font-size: 1rem;
}
.triangle-bottom {
    margin: 40px auto;
    width: 0;
    height: 0;
    border-top: 50px solid #a50909;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
}
.aid-sum {
    color: #a50909;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    font-size: 3rem;
}
.aid-sum span {
    margin-right: 25px;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    background-color: #82c7df;
    color: #333;
    font-size: 1.25rem;
}
.aid-sum_2 {
    margin-top: 1rem;
    padding-top: 0.7rem;
    border-top: 1px solid #cdcdcd;
    color: #a50909;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
}
.aid-sum_2 span {
    margin-right: 25px;
    color: #333;
    font-size: 1.25rem;
}
.arrow-right {
    position: relative;
    background-color: #f1f2f3;
}
.arrow-right::after {
    position: absolute;
    top: calc(50% - 35px);
    right: -70px;
    width: 0;
    height: 0;
    border-top: solid 70px transparent;
    border-bottom: solid 70px transparent;
    border-left: solid 70px #f1f2f3;
    content: '';
}
.arrow-right_2 {
    position: relative;
}
.arrow-right_2::after {
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    width: 0;
    height: 0;
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
    border-left: solid 20px #acc6e0;
    content: '';
}
@media (max-width: 767.98px) {
    .contents-ttl {
        padding: 3rem 0;
        font-size: 1.85rem;
    }
    #contetns h5 {
        font-size: 1.25rem;
    }
    .arrow-right {
        margin-bottom: 80px;
    }
    .arrow-right::after {
        top: unset;
        bottom: -140px;
        left: calc(50% - 70px);
        width: 0;
        height: 0;
        border-top: solid 70px #f1f2f3;
        border-right: solid 70px transparent;
        border-left: solid 70px transparent;
        content: '';
    }
    .arrow-right_2 {
        margin-bottom: 40px;
    }
    .arrow-right_2::after {
        position: absolute;
        top: unset;
        right: calc(50% - 7px);
        bottom: -40px;
        width: 0;
        height: 0;
        border-top: solid 20px #acc6e0;
        border-right: solid 20px transparent;
        border-left: solid 20px transparent;
        content: '';
    }
    .aid-sum {
        font-size: 2rem;
    }
}
