body{
	font-family: 'Noto Sans JP', sans-serif;
	color: #483C2C;
	margin: 0;
}
a{
	color: #483C2C;
    text-decoration: none;
}
h1, h2, h3{
    margin: 0;
}
.wrap{
	width: 100%;
	position: relative;
	background: #FFFAF3;
	background-image: url(/files/cont/viewerinfo/fixed_background.webp);
	background-size: 420px auto;
	background-position: right 30px bottom 30px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 0 0 240px;
}
.main_content{
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 60px; 
    display: flex;
}
.fv_wrap{
	align-self: stretch; 
	background: linear-gradient(348deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 100%), rgba(255, 127.50, 0, 0.10); 
	background-image: url(/files/cont/viewerinfo/fv_background.webp); 
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	flex-direction: column; 
	justify-content: flex-start; 
	align-items: flex-start; 
	gap: 10px; 
	display: flex;
}
.fv_with_header{
    align-self: stretch; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: center; 
    display: flex
}

header{
    width: 100%;
    max-width: 1100px;
    height: 65px;
    padding-top: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    display: flex
}
header img{
    width: 207px; 
    height: 26px
}
header .text{
    align-self: stretch; 
    height: 18px; 
    color: #333333; 
    font-size: 15px; 
    font-weight: 600; 
    word-wrap: break-word
}

main{
    align-self: stretch; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 90px; 
    display: flex
}

section{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
section .title{
	align-self: stretch;
	flex-direction: column; 
	justify-content: flex-start; 
	align-items: flex-start; 
	gap: 10px; 
	display: flex;
}
section .title .text{
	align-self: stretch; 
	font-size: 56px; 
	font-weight: 600; 
	word-wrap: break-word
}
section .title .line{
	align-self: stretch; 
	height: 0px; 
	outline: 2px #483C2C solid;
	outline-offset: -1px
}

section .digital_infomation{
    display: flex;
    align-items: center;
    gap: 25px;
    background: #e1e8f4;
    padding: 10px 40px;
    margin: 10px 0 30px;
}
section .digital_infomation .image{
    margin: 0 0 -14px;
}
section .digital_infomation .image img{
    width: 100px;
}
section .digital_infomation .text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
section .digital_infomation .text .text_main{
    font-size: 22px;
}
section .digital_infomation .text .text_main a{
    text-decoration: underline;
    font-weight: 700;
}
section .digital_infomation .text .text_warning{
    color: #BE3449;
    font-size: 16px;
}


section.fv{
    padding-top: 15px;
    padding-bottom: 80px;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
    display: flex;
}
section.fv .main_text{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 55px;
    display: flex;
}
section.fv .main_text .tagline{
    align-self: stretch; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 20px; 
    display: flex
}
section.fv .main_text .tagline .tagline_main{
    font-size: 64px; 
    font-weight: 700;
    line-height: 100px; 
    word-wrap: break-word;
}
section.fv .main_text .tagline .tagline_sub{
    align-self: stretch; 
    text-align: left; 
    font-size: 22px; 
    font-weight: 500; 
    word-wrap: break-word
}
section.fv .main_text .cta_group{
    align-self: stretch; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 20px; 
    display: flex; 
}
section.fv .main_text .cta_group .subscribe{
    width: 420px;
    height: 80px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding: 5px 45px;
    background: #3362b5;
    color: #fff;
    box-shadow: 2px 2px 4px rgba(72, 60, 44, 0.25);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    margin: 0 30px 0 0;
    position: relative;
}
section.fv .main_text .cta_group .subscribe::after{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    top: 35px;
    right: 25px;
    /* -webkit-transform: translateY(-50%); */
    /* -ms-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    font-size: 24px;
}
section.fv .main_text .cta_group .subscribe:hover{
    background:#5F8AD4;
    color:#fff;
}
section.fv .main_text .cta_group .subscribe .subscribe_text{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 4px;
    word-wrap: break-word
}
section.fv .main_text .cta_group .corp .corp_text{
    align-self: stretch; 
    text-align: center;
    font-size: 26px; 
    font-weight: 700; 
    letter-spacing: 2.80px; 
    word-wrap: break-word;
    text-decoration: underline;
}
section.fv .main_text .cta_group .corp .corp_text:hover{
    color:#7F7567;
}
section.fv .main_image {
    position:relative

}
section.fv .main_image img{
    width: 400px;
    outline: 10px white solid;
    background: white;
    position: relative;
    z-index: 0;

}
section.fv .main_image img:nth-child(even){
    width: 400px;
    outline: 10px white solid;
    background: white;
    position:absolute;
    top: 250px;
    left: 60px;
}

section.about{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    align-self: stretch;
    padding: 50px 40px;
    background: white;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: flex
}
section.about .about_message{ 
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.40px; 
    word-wrap: break-word;
    align-self: stretch;
    text-align: center;
}
section.about .about_message .bold{ 
    font-weight: 700;
}
section.about .about_image{
    width: 650px; 
}
section.about .price,
section.subscribe .price{
    text-align: center;
    font-size: 36px; 
    font-weight: 700; 
    letter-spacing: 3.60px; 
    word-wrap: break-word
}
section.about .price .large,
section.subscribe .price .large{
    font-size: 96px;
    font-weight: 700; 
    letter-spacing: 4.80px; 
    word-wrap: break-word
}
section.about .cta_group,
section.subscribe .cta_group
{
    align-self: stretch; 
    padding-bottom: 20px; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    gap: 20px; 
    display: flex
}
section.about .cta_group .subscribe,
section.subscribe .cta_group .subscribe{
    align-self: stretch;
    padding: 0 0 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 80px;
    padding: 10px 60px;
    background: #3362b5;
    color: #fff;
    box-shadow: 2px 2px 4px rgba(72, 60, 44, 0.25);
    border-radius: 10px;
    gap: 10px;
    display: inline-flex;
    margin: 0 auto;
    position: relative;
}
section.about .cta_group .subscribe::after,
section.subscribe .cta_group .subscribe::after{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    right: 25px;
    font-size: 24px;
}
section.about .cta_group .subscribe:hover,
section.subscribe .cta_group .subscribe:hover{
    background:#5F8AD4;
    color:#fff;
}
section.about .cta_group .subscribe .subscribe_text, 
section.subscribe .cta_group .subscribe .subscribe_text{
    font-size: 40px; 
    font-weight: 700; 
    letter-spacing: 4px; 
    word-wrap: break-word
}
section.about .cta_group .corp .corp_text, 
section.subscribe .cta_group .corp .corp_text{
    text-align: center; 
    font-size: 26px; 
    font-weight: 700; 
    letter-spacing: 2.80px; 
    word-wrap: break-word;
    text-decoration: underline;
}
section.about .cta_group .corp .corp_text:hover, 
section.subscribe .cta_group .corp .corp_text:hover{
    color:#7F7567;
}
section.about .warning{
    align-self: stretch;
    color: #BE3449;
    font-size: 24px;
    font-weight: 400;
    word-wrap: break-word
}

section.feature .feature_group{
    align-self: stretch; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 15px; 
    display: flex
}

section.feature .feature_group .feature_item{
    width: 100vw;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    display: inline-flex;
    background-image: url(/files/cont/viewerinfo/feature_background.webp);
    background-position: center 50px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 0 10px;
}
section.feature .feature_group .feature_item img{
    width: 470px; 
    height: 300px;
    margin: 0 0 0 -20px;
}
section.feature .feature_group .feature_item .text{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: flex;
    padding: 90px 20px 30px;
    width: 50vw;
    max-width: 580px;
}
section.feature .feature_group .feature_item .text .text_main{
    font-size: 42px;
    font-weight: 500;
    word-wrap: break-word
}
section.feature .feature_group .feature_item .text .text_sub{
    font-size: 32px;
    font-weight: 400;
    word-wrap: break-word
}

section.function{
    align-self: stretch; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 10px; 
    display: flex
} 
section.function .content{
    align-self: stretch; 
    flex: 1 1 0; 
    position: relative
}
section.function .function_group{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
section.function .function_group_main{
    width: 100%;
    position: relative;
}
section.function .function_group_main .function_item{
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    background: white;
    box-shadow: 2px 2px 4px rgba(243.23, 237.17, 217.27, 0.50);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    gap: 20px;
    display: flex
}
section.function .function_group_main .function_item img{
    max-width: 400px;
    align-self: stretch;
    margin: 0 auto;
}
section.function .function_group_main .function_item .text{
    align-self: stretch; 
    text-align: center; 
    font-size: 36px;
    font-weight: 500; 
    word-wrap: break-word;
}
section.function .function_group_main .function_item .button{
    width: 100%;
    height: 50px;
    background: #FFF2E6;
    box-shadow: 2px 2px 4px rgba(72, 60, 44, 0.25);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
}
section.function .function_group_main .function_item .button:hover{
    background: #FFFAFF;
    color:#7F7567;
}
section.function .function_group_main .function_item .button_text{
    font-size: 24px;
    font-weight: 700; 
    letter-spacing: 2.40px; 
    word-wrap: break-word
}
section.function .function_group_sub{
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start
}
section.function .function_group_sub .function_item{
    width: calc(50% - 50px);
    height: 160px;
    padding: 20px;
    background: white;
    box-shadow: 2px 2px 4px rgba(243.23, 237.17, 217.27, 0.50);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
}
section.function .function_group_sub img{
    max-width: 140px;
    align-self: stretch;
    margin: 0 auto;
}
section.function .function_group_sub .text{
    align-self: stretch;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    word-wrap: break-word
}
section.qa .qa_item{
    width: calc(100% - 50px);
    padding-top: 17px;
    padding-bottom: 17px;
    background: white;
    box-shadow: 2px 2px 4px rgba(243.23, 237.17, 217.27, 0.50);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: flex;
    padding: 25px;
}
section.qa .qa_item .question{
    align-self: stretch;
    font-size: 28px;
    font-weight: 700;
    word-wrap: break-word
}
section.qa .qa_item .answer{
    align-self: stretch;
    font-size: 27px;
    font-weight: 400;
    word-wrap: break-word;
}

section.subscribe{
    align-self: stretch;
    padding-top: 26px;
    padding-bottom: 26px;
    background: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    display: flex
}
section.subscribe .message{
    /*width: 889.85px; height: 33px; */
    text-align: center; 
    font-size: 24px; 
    font-weight: 700; 
    word-wrap: break-word
}

section.app{
    display: none;
}

section.contact{
    align-self: stretch;/*height: 396px;*//* padding-left: 56px; *//* padding-right: 56px; */
    padding-top: 26px;
    padding-bottom: 26px;
    background: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    display: flex
}
section.contact .guidance_text{
    font-size: 24px; 
    font-weight: 700; 
    word-wrap: break-word;
    padding: 0 30px;
}
section.contact .guidance_text .bold{
    font-size: 28px;
}
section.contact .guidance_text .thin{
    font-size: 18px;
}
section.contact .contact_button{
    width: 500px; 
    height: 60px; 
    background: #FFF2E6; 
    box-shadow: 2px 2px 4px rgba(72, 60, 44, 0.25); 
    border-radius: 10px; 
    justify-content: center; 
    align-items: center; 
    gap: 10px; 
    display: inline-flex
}
section.contact .contact_button:hover{
    background: #FFFAFF;
    color:#7F7567;
}
section.contact .contact_button .text{
    font-size: 28px; 
    font-weight: 700; 
    letter-spacing: 2.80px; 
    word-wrap: break-word
}

footer {
    width: calc(100% - 40px);
    height: 140px;
    background: #CC8066;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}
footer .link{
    color: white; 
    font-size: 16px; 
    font-weight: 400; 
    text-decoration: underline; 
    word-wrap: break-word
}
footer .text{
    color: white; 
    font-size: 16px; 
    font-weight: 400; 
    word-wrap: break-word
}

.fixed_go_to_top_button{
    position: fixed;
    right: 20px;
    bottom: 140px;
    visibility: hidden;
    cursor: pointer;
}
.fixed_go_to_top_button.visible{
    visibility: visible;
}
.fixed_go_to_top_button img{
    width: 80px;
}
.fixed_cta_button{
	position: fixed;
	left: 0;
	bottom: 0;
	width: calc(100% - 30px);
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	padding: 15px;
    background-image: url(/files/cont/viewerinfo/fv_background.webp); 
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.fixed_cta_button.visible{
	visibility: visible;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.fixed_cta_button a{
    background: #3362b5;
    color: #fff;
    padding: 10px 10vw;
    box-shadow: 2px 2px 4px rgba(72, 60, 44, 0.25);
    border-radius: 10px;
    position:relative;
}
.fixed_cta_button a::after{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    right: 15px;
    top: 30px;
    font-size: 24px;
}
.fixed_cta_button a:hover{
    background:#5F8AD4;
    color:#fff;
}
.fixed_cta_button .text_main{
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 4px;
    word-wrap: break-word;
}
.fixed_cta_button .text_sub{
	font-size: 28px;
	font-weight: 700;
}
.fixed_cta_button img{
	width: 40px;
}
.fixed_cta_button:hover img.no_hover{
	display: none;
}
.fixed_cta_button img.hover{
	display: none;
}
.fixed_cta_button:hover img.hover{
	display: block;
}

@media screen and (max-width: 960px) {
	.wrap{
		width: 100%;
		position: relative; 
		background: #FFFAF3; 
		overflow: hidden
	}
    .main_content{
        flex-direction: column; 
        justify-content: flex-start; 
        align-items: flex-start; 
        gap: 70px; 
        display: inline-flex
    }
    .fv_wrap{
        background-image: url(/files/cont/viewerinfo/fv_background_sp.webp); 
    }
    .fv_with_header{
        width: calc(100% - 40px);
        padding: 0 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        display: inline-flex
    }
    header{
        width: 100%;
        padding: 10px 0px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 5px;
        display: flex;
        height: unset;
    }
    header img{
        width: 146px; 
        height: 18px
    }
    header .text{
        width: 100%;
        align-self: stretch;
        height: 18px;
        font-size: 12px;
        font-weight: 600;
        word-wrap: break-word
    }

    main{
        width: calc(100% - 40px);
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 70px;
        display: flex
    }

	section{
		/*width: calc(100% - 40px);*/
	}
	section .title{
		align-self: stretch;
		flex-direction: column; 
		justify-content: flex-start; 
		align-items: flex-start; 
		gap: 10px; 
		display: flex;	
	}
	section .title .text{
		align-self: stretch; 
		font-size: 28px; 
		font-weight: 600; 
		word-wrap: break-word
	}
	section .title .line{
		align-self: stretch; 
		height: 0px; 
		outline: 1px #483C2C solid; 
		outline-offset: -0.50px
	}

    section .digital_infomation{
        padding: 10px;
        gap: 10px;
    }
    section .digital_infomation .image {
        margin: 0;
    }
    section .digital_infomation .image img{
        width: 70px;
    }
    section .digital_infomation .text .text_main{
        font-size: 14px;
    }
    section .digital_infomation .text .text_warning{
        font-size: 12px;
    }

    section.fv{
        width: 100%;
        align-self: stretch;
        padding-top: 10px;
        padding-bottom: 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 40px;
        display: flex
    }
    section.fv .main_text{
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 25px;
        display: flex;
    }
    section.fv .main_text .tagline{
        align-self: stretch; 
        flex-direction: column; 
        justify-content: flex-start; 
        align-items: flex-start;
        gap: 20px; 
        display: flex
    }
    section.fv .main_text .tagline .tagline_main{
        font-size: min(42px,9vw);
        font-weight: 700;
        word-wrap: break-word;
        line-height: unset;
    }
    section.fv .main_text .tagline .tagline_sub{
        align-self: stretch; 
        text-align: left;
        font-size: 14px;
        font-weight: 500; 
        word-wrap: break-word
    }
    section.fv .main_text .cta_group{
        align-self: stretch; 
        flex-direction: column; 
        justify-content: flex-start; 
        align-items: center; 
        gap: 15px; 
        display: flex
    }
    section.fv .main_text .cta_group .subscribe{
        align-self: stretch;
        width: 90%;
        height: 50px;
        background: #3362b5;
        color: #fff;
        box-shadow: 2px 2px 4px rgba(72, 60, 44, 0.25);
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        display: inline-flex;
        padding: 0;
        margin: 0 auto;
    }
    section.fv .main_text .cta_group .subscribe::after{
        top: 18px;
        font-size: 18px;
    }
    section.fv .main_text .cta_group .subscribe .subscribe_text{
        font-size: 22px; 
        font-weight: 700; 
        letter-spacing: 2.40px;
        word-wrap: break-word
    }
    section.fv .main_text .cta_group .corp .corp_text{
        text-align: center; 
        font-size: 17px; 
        font-weight: 700; 
        letter-spacing: 1.80px;
        word-wrap: break-word;
        text-decoration: underline;
    }
    section.fv .main_image {
        position:relative;
        display: block;
        width: 80vw;
        height: 300px;
        margin: 0 10%;
    }
    section.fv .main_image img{
        width: 55vw;
        max-width: 240px;
        outline: 10px white solid;
        background: white;
        position: relative;
        z-index: 2;
    }
    section.fv .main_image img:nth-child(even){
       position:absolute;
       top: min(20vh,140px);
       left: 90px;
       width: 55vw;
       max-width: 240px;
    }

    section.about{
        width: calc(100% - 50px);
        align-self: stretch;
        padding: 25px;
        background: white;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
        display: flex
    }
    section.about .about_message{ 
        align-self: stretch;
        font-size: 14px; 
        font-weight: 700; 
        letter-spacing: 0.90px; 
        word-wrap: break-word
    }
    section.about .about_message .bold{ 
        font-weight: 700; 
    }
    section.about .about_image{
        width: 100%;
        max-width: 300px;
        margin:  0 auto;
        align-self: stretch;
    }
    section.about .price,
    section.subscribe .price{
        font-size: 16px;
        font-weight: 700; 
        letter-spacing: 1.60px;
        word-wrap: break-word
    }
    section.about .price .large,
    section.subscribe .price .large{
        font-size: 52px;
        letter-spacing: 2.60px;
    }
    section.about .cta_group .subscribe,
    section.subscribe .cta_group .subscribe{
        width: 100%;
        height: 50px;
        background: #3362b5;
        color: #fff;
        box-shadow: 2px 2px 4px rgba(72, 60, 44, 0.25);
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        display: inline-flex;
        padding: 0;
    }
    section.about .cta_group .subscribe::after,
    section.subscribe .cta_group .subscribe::after{
        font-size: 18px;
    }
    section.about .cta_group .subscribe .subscribe_text, 
    section.subscribe .cta_group .subscribe .subscribe_text{
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 2.40px;
        word-wrap: break-word
    }
    section.about .cta_group .corp .corp_text, 
    section.subscribe .cta_group .corp .corp_text{
        text-align: center; 
        font-size: 17px;  
        font-weight: 700; 
        letter-spacing: 1.80px; 
        word-wrap: break-word;
        text-decoration: underline;
    }
    section.about .warning{
        align-self: stretch;
        color: #BE3449; 
        font-size: 14px; 
        font-weight: 400; 
        word-wrap: break-word
    }

    section.feature .feature_group{
        align-self: stretch;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 40px;
        display: flex
    }
    section.feature .feature_group .feature_item{
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
        display: inline-flex;
        background-image: url(/files/cont/viewerinfo/feature_background_sp.webp);
        background-position: center 50px;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0;
    }
    section.feature .feature_group .feature_item img{
        width: 80%;
        max-width: 240px;
        height: auto;
        margin: 0;
    }
    section.feature .feature_group .feature_item .text{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        display: flex;
        padding: 0 20px 20px;
        width: auto;
    }
    section.feature .feature_group .feature_item .text .text_main{
        font-size: 24px;
        font-weight: 500;
        word-wrap: break-word
    }
    section.feature .feature_group .feature_item .text .text_sub{
        font-size: 18px;
        font-weight: 400;
        word-wrap: break-word
    }

    section.function{
        justify-content: center;
        align-items: flex-end;
        gap: 10px;
        display: inline-flex;
        flex-direction: column;
    } 
    section.function .content{
        width: 100%;
        align-self: stretch;
        flex: 1 1 0;
        position: relative;
        margin: 20px 0 0;
    }
    section.function .function_group{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    section.function .function_group_main{
        width: 100%;
        position: relative;
    }
    section.function .function_group_main .function_item{
        width: calc(100% - 60px);
        background: white;
        box-shadow: 2px 2px 4px rgba(243.23, 237.17, 217.27, 0.50);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px;
        gap: 20px;
        display: flex
    }
    section.function .function_group_main .function_item img{
        max-width: 280px;
        align-self: stretch;
        margin: 0 auto;
    }
    section.function .function_group_main .function_item .text{
        align-self: stretch; 
        height: 36px; 
        text-align: center; 
        font-size: 24px; 
        font-weight: 500; 
        word-wrap: break-word;
    }
    section.function .function_group_main .function_item .button{
        width: 100%;
        height: 50px;
        background: #FFF2E6;
        box-shadow: 2px 2px 4px rgba(72, 60, 44, 0.25);
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        display: inline-flex;
    }
    section.function .function_group_main .function_item .button_text{
        font-size: 18px; 
        font-weight: 700; 
        letter-spacing: 2.40px; 
        word-wrap: break-word
    }
    section.function .function_group_sub{
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start
    }
    section.function .function_group_sub .function_item{
        width: calc(50% - 50px);
        height: 160px;
        padding: 20px;
        background: white;
        box-shadow: 2px 2px 4px rgba(243.23, 237.17, 217.27, 0.50);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        display: flex;
    }
    section.function .function_group_sub img{
        max-width: 140px;
        align-self: stretch;
        margin: 0 auto;
    }
    section.function .function_group_sub .text{
        align-self: stretch;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        word-wrap: break-word
    }
    section.qa .qa_item{
        width: calc(100% - 50px);
        background: white;
        box-shadow: 2px 2px 4px rgba(243.23, 237.17, 217.27, 0.50);
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        display: flex;
        padding: 25px;
    }
    section.qa .qa_item .question{
        align-self: stretch;
        font-size: 18px;
        font-weight: 700;
        word-wrap: break-word
    }
    section.qa .qa_item .answer{
        align-self: stretch;
        font-size: 17px;
        font-weight: 400;
        word-wrap: break-word;
    }

    section.subscribe{
        width: calc(100% - 40px);
        align-self: stretch; 
        padding: 20px; 
        background: white; 
        flex-direction: column; 
        justify-content: center; 
        align-items: center; 
        gap: 20px; 
        display: flex
    }
    section.subscribe .message{
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        word-wrap: break-word
    }

    section.app {
        display:block;
    }
    section.app .overview{
        align-self: stretch; 
        justify-content: flex-start; 
        align-items: flex-start;
        gap: 15px; 
        display: inline-flex
    }
    section.app .overview img{
        width: 65px; 
        height: 65px; 
        border-radius: 10px
    }
    section.app .overview .text{
        justify-content: center;
        display: flex;
        flex-direction: column;
        font-size: 16px;
        font-weight: 400;
        word-wrap: break-word
    }
    section.app .app_button{
        align-self: stretch;
        justify-content: center;
        align-items: flex-start;
        gap: 15px;
        display: inline-flex
    }

    section.contact{
        width: calc(100% - 40px);
        align-self: stretch;
        padding: 20px;
        background: white;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        display: flex
    }
    section.contact .guidance_text{
        font-size: 14px;  
        font-weight: 700; 
        word-wrap: break-word;
        padding: 0;
    }
    section.contact .guidance_text .bold{
        font-size: 16px;
        font-weight: 700;
    }
    section.contact .contact_button{
        width: 100%;
        height: 50px;
        background: #FFF2E6;
        box-shadow: 2px 2px 4px rgba(72, 60, 44, 0.25);
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        display: inline-flex
    }
    section.contact .contact_button .text{
        font-size: 18px; 
        font-weight: 700; 
        letter-spacing: 1.80px;
        word-wrap: break-word"
    }

    footer {
        width: calc(100% - 40px);
        height: auto;
        background: #CC8066;
        text-align: center;
        margin: 0 auto;
        padding: 20px;
    }
    footer .link{
        color: white; 
        font-size: 14px; 
        font-weight: 400; 
        text-decoration: underline; 
        word-wrap: break-word
    }
    footer .text{
        color: white; 
        font-size: 14px; 
        font-weight: 400; 
        word-wrap: break-word
    }

    .fixed_go_to_top_button img {
        width: 56px;
    }


    .fixed_cta_button{
        background-image: url(/files/cont/viewerinfo/fv_background_sp.webp); 
		gap: 20px;
	}
    .fixed_cta_button a{
        padding: 10px 8vw;
    }
    .fixed_cta_button a::after{
        font-size: 18px;
    }
	.fixed_cta_button .text_main{
        font-size: 18px;
        font-weight: 700;
        text-align: center;
	}
	.fixed_cta_button .text_sub{
		font-size: 18px;
		font-weight: 700;
	}
	.fixed_cta_button img{
		width: 20px;
	}
}