/* fonts */

.be-vietnam-pro-regular {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.singo, h1, h2, h3, h4, h5, p, li, a {
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
}

/* /fonts */
:root {
    --base_orange: #F8751E;
    --base_blue: #0066C8;
    --base_yellow: #FFFF00;
}

.flex_container {
    display: flex;
}

.center_item {
    text-align: center;
}

body {
    background-color: #fff;
}

a {
    text-decoration: none;
}

header.lp_header {
    padding: 1rem;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    background-color: #fff;

    min-width: 1350px;
}

header.lp_header .flex_container {
    align-items: center;
}

.logo_area img {
    height: 59px;
}

header.lp_header ul li {
    list-style: none;
}

header.lp_header ul li a {
    color: #000;
    font-weight: bold;
    padding: .5rem 0;
    margin: 0 1rem;
}

.header_main_content {
    margin-left: auto;
}

.orange_btn_content a {
    background-color: var(--base_orange);
    color: #fff;
    font-weight: 600;
    padding: .5rem 1rem;
    border-radius: 2rem;
    letter-spacing: .1rem;
    margin-left: 2rem;
}

.main_contant_ft {
    max-width: 1200px;
    margin: 0 auto;


    min-width: 1200px;
}

#ft__key__visual .main_contant_ft {
    margin-top: calc(59px + 3rem);
    padding-top: 8rem;
    padding-bottom: 5.6rem;
}

.logo_colab_item img {
    height: 44px;
}

.logo_colab_item {
    align-items: center;
}

.cross_item_box {
    height: 35px;
    width: 35px;
    position: relative;
    margin: 0 .5rem;
    border: 1px solid transparent;
}

.cross_item_box:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 4px;
    background-color: #000;
    top: 0;
    left: 14px;
    rotate: 45deg;
}

.cross_item_box:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 4px;
    background-color: #000;
    top: 0;
    right: 15px;
    rotate: 135deg;
}

.logo_colab_box {
    height: 44px;
}

.header_main_text h1 {
    font-size: 2.625rem;
    color: var(--base_blue);
    font-weight: bold;
}

.header_main_text h1 span {
    color: var(--base_yellow);
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: var(--base_blue);
    font-size: 4.875rem;
}

.header_main_text {
    margin-top: 2.93rem;
}

.header_main_text p {
    font-size: 1.625rem;
    font-weight: bold;
    color: var(--base_blue);
}

.blue_frame_text img {
    height: 158px;
    width: auto;
}

.color_label_box {
    margin-top: 1.75rem;
}

.color_label_box img {
    height: 62px;
}

.key_right_panel {
    position: relative;
}

.key_right_panel img.kv_image {
    height: 414px;
    position: absolute;
    bottom: 5rem;
    z-index: -1;
    left: 4rem;
}

.twin_circle_content.flex_container {
    height: 100%;
}

.circle_blue_item {
    margin-top: auto;
    margin-left: 1.1875rem;
}


.circle_blue_item img {
    height: 198px;
}

.key_bottom_line {
    background-color: var(--base_blue);
    margin-top: 2rem;
    padding: 1.8rem;
    border-radius: .7rem;
    padding-bottom: .2rem;
}

.key_bottom_line div p {
    color: var(--base_yellow);
    font-weight: bold;
    font-size: 1.3125rem;
    padding-right: 1.2rem;
}

.key_bottom_line div p span {
    background-color: var(--base_yellow);
    color: var(--base_blue);
    padding: .36rem .45rem;
    margin-right: .5rem;
}

.key_bottom_line > p {
    font-size: .875rem;
    color: #fff;
    text-align: right;
}

section#ft__knowledge {
    background-color: #DFEFFF;
    padding: 4.75rem 0;
}

section#ft__knowledge p.attent_it_intr {
    color: var(--base_blue);
    font-weight: bold;
    text-align: center;
    font-size: 2.375rem;
    padding-bottom: 2.375rem;
}

section#ft__knowledge .white_back_item {
    background-color: #fff;
    border-radius: 3.75rem;
    padding: 2.5rem 5.6rem;
}

section#ft__knowledge .white_back_item h2 {
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center;
}

section#ft__knowledge .white_back_item h2 span {
    color: var(--base_orange);
}

section#ft__knowledge p.feature_item {
    font-size: 1.625rem;
    font-weight: bold;
    text-align: center;
    padding-top: 3.125rem;
}

section#ft__knowledge p.feature_item span {
    font-size: 1.875rem;
    color: #FF0000;
}

section#ft__knowledge  p.detail_item {
    margin-top: 2.3125rem;
    text-align: center;
}

section#blue__line {
    background-color: var(--base_blue);
    padding: 4.56rem 0;
}

section#blue__line h2 {
    color: #fff;
    font-size: 2.375rem;
    font-weight: bold;
    text-align: center;
    position: relative;
}

section#blue__line h2 img {
    position: absolute;
    height: 100px;
    right: 0;
    left: -34.18rem;
    margin: 0 auto;
    top: -.8rem;
}

section#ft__intr__it {
    padding: 4rem 0 7.43rem 0;
}

section#ft__intr__it h3 {
    font-size: 2.375rem;
    padding: 4.75rem 0 3.75rem 0;
    text-align: center;
    font-weight: bold;
    color: var(--base_blue);
}

section#ft__intr__it .ft_intr_icon {
    text-align: center;
}

section#ft__intr__it .ft_intr_icon img {
    height: 106px;
    width: auto;
}

section#ft__intr__it .yellow_back_item {
    background-color: var(--base_yellow);
    text-align: center;
    padding: 1.25rem 0;
    width: 100%;
    max-width: 930px;
    margin: 2.68rem auto 3.625rem auto;
}

section#ft__intr__it .yellow_back_item p {
    color: var(--base_blue);
    font-size: 1.5rem;
    font-weight: bold;
}

section#ft__intr__it .yellow_back_item p span {
    color: #FF0000;
}

section#ft__intr__it .intr_image_cont {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}

section#ft__intr__it .intr_image_cont img {
    height: 250px;
}

.intr_skyimage_cont img {
    height: 288px;
}

.intr_skyimage_cont + div {
    margin-top: auto;
    margin-left: auto;
    font-size: .775rem;
    padding-bottom: .875rem;
}

section#ft__intr__it .twin_sky_cont {
    width: 100%;
    max-width: 930px;
    margin: 3.43rem auto 0 auto;
}

section#ft__sky__back {
    background-color: #DFEFFF;
    padding-top: 5.875rem;
    padding-bottom: 7.56rem;
}

section#ft__sky__back h2 {
    color: var(--base_blue);
    font-size: 2.375rem;
    text-align: center;
    font-weight: bold;
}

p.sky_back_sub {
    color: var(--base_blue);
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 2.18rem;
    margin-bottom: 3.93rem;
}

section#ft__sky__back .white_card_item {
    background-color: #fff;
    padding: 2.68rem 0 2.31rem 1.56rem;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    margin-top: 1.75rem;
}

section#ft__sky__back .white_card_item:nth-child(1) {
    margin-top: 0;
}

section#ft__sky__back .white_card_item .left_item span {
    background-color: var(--base_blue);
    color: #fff;
    font-size: 3.25rem;
    padding: .8rem 1rem 1rem 1rem;
}

section#ft__sky__back .white_card_item .right_item {
    padding-left: 3rem;
}

section#ft__sky__back .white_card_item .right_item h3 {
    padding-bottom: 1.6rem;
    font-weight: bold;
}

section#ft__sky__back .white_card_item .right_item p {
    font-weight: bold;
}

section#ft__sky__back .white_card_item .right_item img {
    height: 84px;
    margin: 1.5rem 0;
}

section#ft__sky__back p.detail_comment {
    text-align: right;
    padding-top: 1.3rem;
}

section#ft__sky__back .show_plan_cont {
    background-color: #fff;
    text-align: center;
    padding: 3.625rem 0;
    margin-top: 3.3rem;
}

section#ft__sky__back .show_plan_cont img {
    height: 653px;
}

section#ft__sky__back .orange_arrow {
    text-align: center;
    margin-bottom: 1.56rem;
}

section#ft__sky__back .orange_arrow img {
    height: 74px;
}

section#ft__sky__back .section_btn_content {
    font-size: 1.625rem;
    text-align: center;
}

section#ft__sky__back .section_btn_content a {
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    padding: 1.75rem 4.125rem;
    border-radius: 5rem;
    background-color: var(--base_orange);
}

section#ft__flow__subsidy {
    padding: 6rem 0 8.75rem 0;
}

section#ft__flow__subsidy h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2.375rem;
    color: var(--base_blue);
    padding-bottom: 2.375rem;
}

section#ft__flow__subsidy .line_sub {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    color: var(--base_blue);
    margin-bottom: 3.75rem;
}

section#ft__flow__subsidy .show_flow_cont {
    margin-bottom: 9rem;
}

section#blue__line__sec {
    background-color: var(--base_blue);
    padding: 4.56rem 0;
    text-align: center;
}

section#blue__line__sec p {
    font-size: 1.125rem;
    color: #fff;
    padding-bottom: 1.625rem;
}

section#blue__line__sec img {
    height: 61px;
}

section#ft__use__subsidy {
    padding: 4.625rem 0 6.8125rem 0;
}

section#ft__use__subsidy h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2.375rem;
    color: var(--base_blue);
    padding-bottom: 2.375rem;
}

section#ft__use__subsidy .right_item {
    margin-left: auto;
}

section#ft__use__subsidy .right_item img {
    height: 174px;
}

.eight_wid_cont {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    align-items: center;
}

section#ft__use__subsidy .left_item ul li {
    font-size: 1.5rem;
    list-style: none;
    font-weight: bold;
}

section#ft__use__subsidy .left_item ul li span {
    color: var(--base_orange);
}

section#ft__use__subsidy .so_func_cont {
    margin-top: 2.3rem;
}

section#ft__intr_elct {
    padding: 5.875rem 0 5.43rem 0;
    background-color: #DFEFFF;
}

section#ft__intr_elct h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2.375rem;
    color: var(--base_blue);
    padding-bottom: 2.5rem;
}

section#ft__intr_elct p.line_sub {
    font-size: 1.5rem;
    padding-bottom: 2.5rem;
    text-align: center;
}
section#ft__intr_elct p.line_detail {
    text-align: center;
    padding-bottom: 2.625rem;
}

section#ft__intr_elct h3 {
    font-size: 1.375rem;
    background-color: var(--base_blue);
    color: #fff;
    padding: .8rem 0;
    font-weight: bold;
}

section#ft__intr_elct h3 span {
    background-color: #fff;
    color: var(--base_blue);
    padding: 1.2rem;
    border: 1px solid var(--base_blue);
    border-left: 2px solid var(--base_blue);
    margin-right: 1.43rem;
}

section#ft__intr_elct .show_risk_cont {
    text-align: center;
    margin-top: 1.68rem;
    margin-bottom: 3.125rem;
}

section#ft__intr_elct .show_risk_cont img {
    height: 217px;
}

section#ft__intr_elct .flex_container .three_same_item:nth-child(2) {
    margin: 0 2rem;
}

section#ft__intr_elct .flex_container .three_same_item img {
    height: 370px;
}

section#ft__show__merit {
    padding-top: 5.375rem;
    padding-bottom: 8.125rem;
}

section#ft__show__merit h2 {
    font-size: 1.375rem;
    background-color: var(--base_blue);
    color: #fff;
    font-weight: bold;
    border-radius: 4rem;
    text-align: center;
    padding: 1.875rem 0;
    margin-bottom: 2.75rem;
}

section#ft__show__merit .flex_container .three_same_item:nth-child(2) {
    margin: 0 2.5rem;
}

section#ft__show__merit .flex_container .three_same_item img {
    height: 539px;
}

section#ft__show__merit .bottom_item {
    margin-top: 2.68rem;
}

section#ft__show__price {

}

section#ft__show__price h2 {
    font-size: 1.375rem;
    background-color: var(--base_blue);
    color: #fff;
    font-weight: bold;
    border-radius: 4rem;
    text-align: center;
    padding: 1.875rem 0;
}

section#ft__show__price .top_image_box {
    width: 1033px;
    margin: 1.18rem auto .5rem auto;
    text-align: center;
}

section#ft__show__price .bottom_image_box {
    width: 1033px;
    text-align: center;
    margin: 0 auto;
}

section#ft__show__price p {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    padding-top: 2.18rem;
}

section#ft__qa__subsidy {
    padding: 11rem 0;
}

section#ft__qa__subsidy h2 {
    text-align: center;
    font-weight: bold;
    font-size: 2.375rem;
    color: var(--base_blue);
    padding-bottom: 2.375rem;
}

section#ft__qa__subsidy .line_sub {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    color: var(--base_blue);
    margin-bottom: 3.75rem;
}

section#ft__qa__subsidy .qa_item_card {
    border-bottom: 1px solid #000;
    padding: 2.5rem 5.3rem;
}

section#ft__qa__subsidy .qa_item_card p {

}

section#ft__qa__subsidy .qa_item_card p.q_item_line {
    padding-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: bold;
    position: relative;
}

section#ft__qa__subsidy .qa_item_card p.q_item_line:before {
    content: 'Q';
    background-color: var(--base_blue);
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    left: -3rem ;
    top: 0;
    padding: 0.1rem 0.7rem;
}

section#ft__qa__subsidy .qa_item_card p.a_item_line {
    font-size: 1.125rem;
    padding-bottom: 1rem;
    color: var(--base_orange);
    margin-top: 2.25rem;
    font-weight: bold;
    position: relative;
}

section#ft__qa__subsidy .qa_item_card p.a_item_line:before {
    content: 'A';
    background-color: var(--base_orange);
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    left: -3rem ;
    top: 0;
    padding: 0.1rem 0.7rem;
}


footer#ft__footer .footer_top_cont {
    padding: 7.5rem 0 3.125rem 0;
    background-color: #DFEFFF;
}

footer#ft__footer .footer_top_cont p {
    font-weight: bold;
}

footer#ft__footer .footer_top_cont .item_left_line {
    width: 6rem;
}

footer#ft__footer .footer_top_cont .item_right_line {
    margin-left: 3rem;
}

footer#ft__footer .footer_top_cont .left_item_card .flex_container {
    margin-bottom: 2rem;
}

footer#ft__footer .footer_top_cont .right_item_card {
    margin-left: 7rem;
}

footer#ft__footer .footer_top_cont .inner_foot_bottom {
    margin-top: 6.875rem;
    border-top: 1px solid #000;
    padding-top: 4rem;
}

footer#ft__footer .footer_top_cont .inner_foot_bottom .item_right_line {
    margin-left: 5rem;
}

footer#ft__footer .footer_bottom_cont {
    padding: 2rem 1rem;
    width: 100%;
    background-color: #fff;

    min-width: 1350px;
}

footer#ft__footer .footer_bottom_cont .flex_container {
    align-items: center;
}

.logo_area img {
    height: 59px;
}

footer#ft__footer .footer_bottom_cont ul li {
    list-style: none;
}

footer#ft__footer .footer_bottom_cont ul li a {
    color: #000;
    font-weight: bold;
    padding: .5rem 0;
    margin: 0 1rem;
}

.header_main_content {
    margin-left: auto;
}