@charset "UTF-8";

@charset "utf-8";

main {
    padding-top: 0;
    background: #fff;
}

#cont1 + section .inner_item_txt {
    padding: 20px 0 15px;
    font-family: serif;
    font-weight: 600;
    font-size: 4rem;
    border: 2px solid #2b68d8;
}

#cont1 + section .inner_item_txt span {
    display: inline-block;
}

#cont2 + .group {
    padding: 0 0 50px;
    background: #fff;
}

.flexbox {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#cont2 + .group .flexbox li {
    width: 32%;
    border: 1px solid #2b68d8;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    color: #2b68d8;
    font-weight: 600;
    font-size: 2.4rem;
}

#cont2 + .group .flexbox li i {
    margin-right: 10px;
}

#cont3_1 + div {
    padding: 50px 0 0;
}

#cont3_1 + div .heading {
    text-align: center;
}

#cont3_1 + div .heading .h {
    display: inline-block;
    font-size: 3.2rem!important;
    color: #212222;
    border-bottom: 1px solid #212222;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

#cont3_1 + div .heading .h + p {
    font-size: 2rem;
}

span.red {
    color: red;
}

#cont3_1 + div .wrapper_item {
    margin-bottom: 20px;
}

#cont3_2 + section .inner_item_txt {
    font-size: 2.4rem;
    width: fit-content;
    margin: 0 auto;
    font-weight: 600;
}


#cont5_1 + section,
#cont6_1 + section,
#cont8_1 + section {
    padding: 50px 0 0;
}

#cont4 + section .heading,
#cont5_1 + section .heading,
#cont6_1 + section .heading,
#cont8_1 + section .heading {
    text-align: center;
    margin-bottom: 20px;
}

#cont4 + section .heading .h,
#cont5_1 + section .heading .h,
#cont6_1 + section .heading .h,
#cont8_1 + section .heading .h {
    color: #2b68d8;
    font-size: 3.2rem!important;
}

#cont4 + section .heading .h + p,
#cont5_1 + section .heading .h + p,
#cont6_1 + section .heading .h + p,
#cont8_1 + section .heading .h + p {
    color: #2b68d8;
    font-size: 2rem;
}

#cont5_1 + section .inner_item_txt,
#cont6_1 + section .inner_item_txt,
#cont8_1 + section .inner_item_txt {
    text-align: center;
    font-size: 1.8rem;
}

#cont5_1 + section .wrapper_item,
#cont6_1 + section .wrapper_item,
#cont8_1 + section .wrapper_item {
    margin-bottom: 30px;
}

#cont6_2 + div table {
    border-collapse: separate;
    border-spacing: 0 20px;
}

#cont6_2 + div table th {
    background: none;
    border: 1px solid #212222;
    padding: 0;
}

#cont6_2 + div table th > div {
    padding: 10px 20px 10px 60px;
    font-size: 2.2rem;
    position: relative;
    text-align: left;
    font-weight: 400;
}

#cont6_2 + div table th > div::before {
    content: "✔";
    position: absolute;
    color: #2b68d8;
    font-size: 1.8em;
    top: -5px;
    left: 15px;
}


#cont7 + section {
    padding: 100px 0 0;
    position: relative;
}

#cont7 + section::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    width: 50px;
    height: 50px;
    border-right: 3px solid #212222;
    border-bottom: 3px solid #212222;
    transform: translateX(-50%) rotate(45deg);
}

#cont7 + section .heading {
    text-align: center;
    color: #212222;
    border-top: 1px solid #212222;
    border-bottom: 1px solid #212222;
    padding: 20px 0 15px;
}

#cont7 + section .heading .h {
    font-size: 2.8rem;
    letter-spacing: 6px;
}

#cont7 + section .wrapper_item {
    padding: 20px 40px;
}

#cont7 + section .wrapper_item p.last {
    text-align: center;
    color: #2b68d8;
    font-family: serif;
    font-weight: 600;
    font-size: 3.2rem;
}

#cont8_2 +section .inner_item_txt p.first {
    font-size: 2.8rem;
    color: #2b68d8;
    font-weight: 600;
}

#cont8_3 + sectopn .inner_item_txt p.head {
    border: 1px solid #ccc;
}

#cont8_3 + section .inner_item_txt .head {
    border: 1px solid #2b68d8;
    padding: 10px 20px;
    background: #ddd;
}

@media screen and (max-width: 900px) {
main {
    padding-top: 0;
}


main section:not(.parallax):not(.bg)>.content_wrapper>*:last-child:not(.heading), main>div:not(.parallax):not(.bg)>.content_wrapper>*:last-child:not(.heading), #primary>div:not(.parallax):not(.bg)>.content_wrapper>*:last-child:not(.heading), aside>div:not(.parallax):not(.bg)>.content_wrapper>*:last-child:not(.heading), .contents_hr hr, .contents_hr2 hr, .ssmb {
    padding-bottom: 0!important;
}
main section:not(.parallax):not(.bg)>.content_wrapper>*:last-child:not(.heading), main>div:not(.parallax):not(.bg)>.content_wrapper>*:last-child:not(.heading), #primary>div:not(.parallax):not(.bg)>.content_wrapper>*:last-child:not(.heading), aside>div:not(.parallax):not(.bg)>.content_wrapper>*:last-child:not(.heading), .contents_hr hr, .contents_hr2 hr, .ssmb {
    margin-bottom: 0!important;
}


#cont1 + section .inner_item_txt {
    font-size: 2.2rem;
    padding: 10px 0!important;
}

#cont2 + .group .flexbox li {
    font-size: 1.6rem;
}

#cont3_1 + div .heading .h {
    font-size: 2.4rem!important;
}

#cont3_1 + div .heading .h + p {
    font-size: 1.6rem;
}

#cont3_1 + div .inner_item {
    width: 32%!important;
}

#cont3_2 + section .inner_item_txt {
    font-size: 2rem;
}

#cont4 + section .heading .h,
#cont5_1 + section .heading .h,
#cont6_1 + section .heading .h,
#cont8_1 + section .heading .h {
    font-size: 2.6rem!important;
}

#cont7 + section .wrapper_item {
    padding: 0;
}

#cont7 + section .wrapper_item p.last {
    font-size: 2.6rem;
}

#cont5_2 + div .inner_item {
    width: 48%;
}

#cont4 + section .wrapper_item,
#cont8_2 + section .wrapper_item {
    display: flex;
}

#cont4 + section .inner_item_img,
#cont8_2 + section .inner_item_img {
    width: 40%;
}

#cont4 + section .inner_item_txt,
#cont8_2 + section .inner_item_txt {
    width: 60%;
}
#cont8_2 +section .inner_item_txt p.first {
    font-size: 2rem;
}

}

