@charset "UTF-8";
html,body  {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#inner_header {
    max-width: 100% !important;
}

button {
    width: 100%;
}

/* PC版 */

main {
	margin: 0 auto;
}

img{
	width: 100%;
	margin: 0 auto;
	height: auto;
}

.content{
	background-size: contain;
	margin: 0 auto;
    background-color: #000012;

}

.hide {
    display: none;
}

.pc {display: block;}
.sp {display: none;}

.btn_bg_area{
	position: relative;
}
.btn{
	position: absolute;
    width: 100%;
    top: 83%;
}
.btn a{
    display: block;
    width: 66%;
    margin: 1% auto;
}
.btn02{
	position: absolute;
    width: 100%;
    top: 36%;
}
.btn02 a{
    display: block;
    width: 83%;
    margin: 0px auto;
}
.btn03 {
	position: absolute;
    width: 100%;
    top: 37%;
}
.btn03 a{
    display: block;
    width: 83%;
    margin: 0px auto;
}

.info_area{
    background-image: url(../img/info_bg.png);
    background-size: 100%;
    padding: 4% 3.1% 9%;
}
.info_wrap{
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.info_ttl {
    font-size: 40px;
    color: #ffffff;
    padding-bottom: 1.5em;
}
.info_txt {
    font-size: 18px;
    color: #ffffff;
}
.info_txt li:not(:last-child) {
    padding-bottom: 1.0em;
}

.campaign {
    position: relative;
}
.campaign_txt {
    position: absolute;
    text-align: center;
    color: #ffffff;
    font-size: 1.7882vw;
    top: 39%;
    left: 26%;
}
.campaign_txt a {
    color: #ffffff;
    text-decoration: underline;
}

.congitions{
	position: relative;
}
.congitions_btn{
	position: absolute;
    right: 14.5%;
    top: 90.5%;
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.congitions_btn > li{
	list-style: none;
    width: 48%;
    height: auto;
}
.congitions_btn > li img{
    width: 33vw;
}

.congitions_txt {
    position: absolute;
    top: 49.7%;
    right: 15%;
    font-size: 1.388886vw;
    text-align: center;
    font-weight: bold;
}
.congitions_txt span {
    color: #0071BC;
}

.precautions {
	position: absolute;
    max-width: 950px;
    right: 163px;
    top: 4420px;
    border: 2px solid #0071bd;
    border-radius: 0px;
}
.precautions span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: #0071bd;
    color: #fff;
    text-align: left;
	font-size: 28px;
    font-weight: 600;
}
.precautions p {
    margin: 0;
    font-size: 15px;
    text-align: left;
    padding: 1em 1.5em;
    color: #333;
}

.faq_area{
	margin: 10% auto 40%;
}
.faq_ttl{
    max-width: 418px;
    margin: 0 auto;
}


/*-- qa --*/
.qa_area {
    padding: 6% 0 11%;
	background-image: url(../img/info_bg.png);
    background-size: 100%;
    background-repeat: repeat-y;
}
.qa_wrap {
    max-width: 1200px;
    margin: 5% auto 0;
    width: 94%;
}
.qa>li:not(:last-child) {
    padding-bottom: 4%;
}
.qa_accordion_q {
    font-weight: 700;
	color: #ffffff;
	border: 1px solid #ffffff;
}
.qa_accordion_q button {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.25;
    font-size: 26px;
    font-weight: 700;
    vertical-align: middle;
    width: 100%;
    cursor: pointer;
    text-align: left;
	color: #ffffff;
}
.acc_icon_wrap {
    position: absolute;
    top: 35%;
    right: 3%;
}
.acc_icon {
    display: block;
    position: relative;
    transition: all .4s ease-out;
}
.acc_icon.is-open {
    position: relative;
    transform: rotate(180deg) translate(12px, -24px);
}
.acc_icon.plus::before,.acc_icon.plus::after  {
    content: '';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 25px;
    background-color: #ffffff;
    transition: all .4s ease-out;
    transform: rotate(-45deg) translate(-12px, -12px);
}
.acc_icon.plus::after {
    transform: rotate(45deg) translate(0, 0);
}
.fa_q {
	position: relative;
    padding: 15px 15px 15px 30px;
    border-right: 1px solid #ffffff;
    display: flex;
    align-items: center;
}
.fa_q img{
    width: 64px !important;
}
.fa_q::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
    top: 0;
    left: 0;
	border-style: solid;
    border-top: 0px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #ffffff;
	border-right: 0;
    z-index: 2;
}
.fa_q::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
    top: -4px;
    left: -4px;
    border-style: solid;
    border-top: 0px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #000012;
	border-right: 0;
    z-index: 3;
}
.fa_q_txt {
    display: flex;
    align-items: center;
    padding: 15px 80px 15px 15px;
    width: 83%;
}
.qa_accordion_a {
    display: none;
}
.qa_accordion_a>div {
    display: flex;
    position: relative;
    padding: 30px;
	border: 1px solid #ffffff;
}
.qa_accordion_a>div .contents_caution3 {
    display: block;
}

.qa_accordion_a>div::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
    bottom: 0;
    right: 0;
	border-style: solid;
    border-top: 25px solid transparent;
	border-bottom: 0 solid transparent;
	border-right: 25px solid #ffffff;
	border-left: 0;
    z-index: 2;
}
.qa_accordion_a>div::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
    bottom: -4px;
    right: -4px;
    border-style: solid;
    border-top: 30px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 30px solid #000012;
	border-left: 0;
    z-index: 3;
}
.qa_accordion_a>div p{
    font-size: 20px;
    line-height: 1.5;
	color: #ffffff;
}
.fa_a {
    display: block;
    padding-right: 30px;
}
.fa_a img {
    width: 64px !important;
}
.btn_area,.btn_area02 {
    position: relative;
    font-size: 0;
}

.congitions_wrap { 
    background-image: url(../img/congitions_pc_03.png);
    background-size: 100%;
    background-repeat: repeat-y;
}

.setting_wrap {
    background-image: url(../img/setting_pc_02.png);
    background-size: 100%;
    background-repeat: repeat-y;
}

.notes_wrap {
	margin: 0 auto;
	width: 74%;
}

.notes_btn {
    position: relative;
	background-color: #0071BC;
	text-align: center;
	color: #ffffff;
	font-size: 2.18vw;
}

.notes_icon_wrap {
    position: absolute;
    top: 26%;
    right: 3%;
	width: 3vw;
	height: 3vw;
	background-color: #ffffff;
	border-radius: 3vw;
}
.notes_icon {
	display: block;
    position: relative;
    width: 1vw;
    height: 1vw;
    top: 0.5vw;
    left: 1vw;
}
.notes_icon.is-open::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0.2vw;
    height: 2vw;
    background-color: #0071BC;
    transform: rotate(90deg);
}
.notes_icon.plus::before,.notes_icon.plus::after  {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0.2vw;
    height: 2vw;
    background-color: #0071BC;
    transition: all .4s ease-out;
}
.notes_icon.plus::after {
    transform: rotate(90deg);
}

.notes_btn button {
	width: 100%;
	padding: 2% 80px;
}
.notes_btn button .fsS {
    display: inline-block;
	font-size: 0.6em;
	margin-left: 1.0em;
}
.notes_body {
	display: none;
	border-left: 4px solid #0071BC;
	border-right: 4px solid #0071BC;
	border-bottom: 4px solid #0071BC;
	padding: 1.5em 1.0em;
    font-size: 16px;
}

.benefits{
    position: relative;
}

.benefits_wrap {
    background-image: url(../img/benefits_pc_02.png);
    background-size: 100%;
    background-repeat: repeat-y;
}

.click_text{
    font-size: 2vw;
    text-align: center;
    padding: 0 11%;
}
.click_text > a{
    color: #0071bd;
    text-decoration: underline;
}


.table-container {
    max-width: 800px;
    margin: 20px auto;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow-x: auto;
}
.table-container table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    color: #333;
}
.table-container th,.table-container td {
    border: 1px solid #999;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
}
.table-container thead th {
    background-color: #f2f2f2;
    font-weight: bold;
    color: #333;
    white-space: nowrap; 
}
.table-container tbody td:first-child {
    font-weight: bold;
    background-color: #fefefe;
}

.cp_code {
    font-size: 20px;
    text-align: right;
}


.enderea {
    position: relative;
    background-image: url(../img/info_bg.png);
    background-size: 100%;
}

.top_btn {
    position: absolute;
    top: -16%;
    right: 0;
    width: 22.5%;
}

.app_btn_wrap{
	position: absolute;
    top: 68%;
    width: 100%;
}
.app_btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.app_btn > li{
	list-style: none;
    width: 13.195%;
    height: auto;
    margin: 0 2%;
}

.float_btn_area {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1% 3.322%;
    background-image: url(../img/float_bg.png);
    background-color: #000021;
    box-sizing: border-box;
    z-index: 5;
}

.float_btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
}

.float_btn li {
    margin: 0 1%;
}
.flbnpb {padding-bottom: 13% !important;}
@media screen and (min-width: 1441px) {
    .flbnpb {padding-bottom: 205px !important;}
}

/* SP版 */
@media screen and (max-width: 640px){
    .info_txt {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px){
    main {
    max-width:480px;
	margin: 0 auto;
    }

    .content{
	max-width: 1440x;
	background-size: contain;
	margin: 0 auto;
    }

    .pc {display: none;}
    .sp {display: block;}

    .btn{
        position: absolute;
        width: 100%;
        top: 83%;
    }
    .btn a{
        display: block;
        max-width: 950px;
        width: 100%;
        margin: 0 auto;
    }
    .btn02{
        position: absolute;
        width: 100%;
        top: 26%;
    }
    .btn02 a{
        display: block;
        max-width: 950px;
        width: 100%;
        margin: 0px auto;
    }
    .btn03 {
        position: absolute;
        width: 100%;
        top: 25%;
    }
    .btn03 a{
        display: block;
        max-width: 950px;
        width: 100%;
        margin: 0 auto;
    }

    .top_btn {
        position: absolute;
        top: -20px;
        right: 8px;
        width: 35%
    }

    .app_btn_wrap{
        position: absolute;
        right: 40px;
        left: 40px;
        top: 55%;
        width: auto;
    }
    .app_btn{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .app_btn > li{
        list-style: none;
        width: 40%;
        height: auto;
    }

    
    .info_area{
        background-image: url(../img/info_bg_sp.png);
        background-size: 100%;
        padding: 6% 3.1%;
    }
    .info_wrap{
        padding: 0;
    }
    .info_ttl {
        font-size: 26px;
        padding-bottom: 0.5em;
    }
    .info_txt {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .campaign_txt {
        font-size: min(2.5vw,12px);
        top: 36%;
        left: 18.5%;
        line-height: 2.5;
    }
    .congitions_btn{
        position: absolute;
        right: 14.5%;
        top: 88.5%;
        width: 70%;
        display: block;
        flex-direction: row;
        justify-content: space-between;
    }
    .congitions_btn > li{
        list-style: none;
        width: 100%;
        height: auto;
        padding-bottom: 6%;
    }
    .congitions_btn > li img{
        width: 100%;
    }


    .congitions_wrap { 
        background-image: url(../img/congitions_sp_03.png);
    }
    .benefits_wrap { 
        background-image: url(../img/benefits_sp_02.png);
        padding-top: 2%;
    }

    .click_text{
        font-size: 14px;
    }
    .setting_wrap {
        background-image: url(../img/setting_sp_02.png);
        background-size: 100%;
        background-repeat: repeat-y;
    }


    .notes_btn {
        font-size: 14px;
    }
    .notes_btn button {
        padding: 2% 40px;
    }
    .notes_btn button .fsS {
        font-size: 12px;
    }
    .notes_icon_wrap {
        width: 20px;
        height: 20px;
    }
    .notes_icon {
        width: 25px;
        height: 25px;
        top: 4px;
        left: -4px;
    }
    .notes_icon.plus::before,.notes_icon.plus::after  {
        width: 2px;
        height: 13px;
    }
    .notes_body {
        font-size: 12px;
        border-left: 2px solid #0071BC;
        border-right: 2px solid #0071BC;
        border-bottom: 2px solid #0071BC;
    }
    
    .table-container table {
        font-size: 12px;
    }
    .cp_code {
        font-size: 12px;
    }

    .qa_area {
        background-image: url(../img/info_bg_sp.png);
    }
    .qa_accordion_q button {
        font-size: 14px;
    }
    .fa_q img{
        width: 32px !important;
    }
    .fa_a img {
        width: 32px !important;
    }
    .qa_accordion_a>div p{
        font-size: 12px;
    }
    .faq_ttl{
        max-width: 314px;
        margin: 0 auto;
        width: 90%;
    }
    .acc_icon_wrap {
        right: 5%;
    }
    .acc_icon.is-open {
        transform: rotate(180deg) translate(6px, -12px);
    }
    .acc_icon.plus::before,.acc_icon.plus::after  {
        height: 13px;
        transform: rotate(-45deg) translate(-6px, -6px);
    }
    .acc_icon.plus::after {
        transform: rotate(45deg) translate(0, 0);
    }
    .fa_q_txt {
        padding: 15px 40px 15px 15px;
        width: 83%;
    }
    .congitions_wrap .scroll {
        width: 76%;
        margin: 0 auto;
        overflow-x: scroll;
        margin-bottom: 3%;
    }
    .congitions_wrap .scroll img {
        width: 140%;
    }
}
.lineup {
    position: relative;
}

.lineup_wrap {
    background-image: url(../img/lineup_pc_02.png);
    background-size: 100%;
    background-repeat: repeat-y;
}

.lineup_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 75%;
    margin: 0 auto;
}


.lineup_list>li {
    width: 47.223%;
    padding-bottom: 4%;
}

.lineup_card {
    padding-bottom: 5%;
}
.lineup_card img {
    filter: drop-shadow(5px 5px 5px #888);
}

.new {
    min-width: 40px;
    width: 13.375%;
    margin: 0 auto 1%;
}

.lineup_txt01 {
    font-size:1.81vw;
    text-align: center;
    font-weight: bold;
}
.lineup_txt01 rt {
    text-align: center;
}

.lineup_txt02 {
    font-size: 1.25vw;
    text-align: center;
    font-weight: bold;
}
.lineup_img01 {
    position: relative;
}
.lineup_txt03 {
    position: absolute;
    top: 0;
    width: 100%;

}
.lineup_txt03 p {
    color: #ffffff;
    text-align: center;
    font-size: 1.25vw;
}

.lineup_aco_btn {
    width: 31%;
    margin: 0 auto;
}
.qa_accordion_a a {
    color: #ffffff;
    text-decoration: underline;
}

.special_lineup_wrap {
    background-image: url(../img/lineup_pc_05.png);
    background-size: 100%;
    background-repeat: repeat-y;
}

.special_lineup_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 75%;
    margin: 0 auto;
}


.special_lineup_list>li {
    width: 47.223%;
    padding-bottom: 4%;
}

.benefits_card {
    width: 74%;
    margin: 0 auto;
    padding-bottom: 2%;
}
.benefits_card img {
    filter: drop-shadow(5px 5px 5px #888);
}

.benefits_txt {
    padding-bottom: 2%;
}

.benefits_txt01 {
    font-size:1.81vw;
    text-align: center;
    font-weight: bold;
}
.benefits_txt01 rt {
    text-align: center;
}

.benefits_txt02 {
    font-size: 1.25vw;
    text-align: center;
    font-weight: bold;
}

.special_wrap {
    background-image: url(../img/lineup_pc_04_02.png);
    background-size: 100%;
    background-repeat: repeat-y;
}

.special_txt_wrap {
    transform: translateY(-10%);
}

.special_txt_ttl {
    position: relative;
    width: 8.334%;
    margin: 0 auto 2%;
}
.special_txt_ttl span {
    position: absolute;
    width: 100%;
    left: 0;
    color: #CC0033;
    font-size: 2.0vw;
    text-align: center;
    font-weight: bold;
}

.special_txt {
    text-align: center;
    color: #FFFF00;
    font-size: 1.805553vw;
    font-weight: bold;
}

.top_txt_wrap {
    position: relative;
    font-size: 0;
    line-height: 0;
    background-image: url(../img/btn_bg_pc_02.png);
    background-size: 100%;
    background-repeat: repeat-y;
    padding-bottom: 5%;
}
.top_txt01 {
    width: 43.056%;
    margin: 0 auto;
}
.top_txt02 {
    position: absolute;
    top: 6%;
    width: 100%;
    margin: 0 auto;
    font-size: 2.605553vw;
    font-weight: bold;
    text-align: center;
    color: #02A37C;
    line-height: 1.5;
}
.top_txt03 {
    position: absolute;
    top: 42%;
    width: 100%;
    margin: 0 auto;
    font-size: 2.95553vw;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    line-height: 1.5;
    text-shadow: 1px 1px 2px #000;
}

.lineup_txt04 {
    position: absolute;
    top: 3%;
    width: 100%;
}
.lineup_txt04 p {
    margin: 0 auto;
    width: 29.167%;
    background-color: #fff;
    color: #D00F31;
    font-size: 1.73611vw;
    font-weight: bold;
    text-align: center;
}

.congitions_txt01 {
    position: absolute;
    font-size: 1.805555vw;
    font-weight: bold;
    text-align: center;
    width: 100%;
    top: 15.75%;
}

.congitions_txt01 span {
    font-size: 1.307691em;
    color: #0071bd;
}

.congitions_txt02 {
    position: absolute;
    font-size: 4.02778vw;
    font-weight: bold;
    text-align: center;
    width: 100%;
    top: 21.75%;
    color: #FFFF00;
}
.congitions_txt03 {
    position: absolute;
    font-size: 1.11111vw;
    font-weight: bold;
    text-align: center;
    width: 100%;
    top: 26.5%;
    color: #ffffff;
}

.save_txt01 {
    position: absolute;
    top: 50.3%;
    width: 100%;
}
.save_txt01 ul {
    display: flex;
    width: 74%;
    margin: 0 auto;
}
.save_txt01 ul li {
    font-size: 2.36111vw;
    color: #ffffff;
    font-weight: bold;
}
.save_txt01 ul li:first-child {
    padding: 0 8.5% 0 8.5%;
}
.save_txt01 ul li:nth-child(2) {
    padding: 0 10.5% 0 10.5%;
}
.save_txt01 ul li:last-child {
    color: #ffff00;
    padding: 0 0 0 16.5%;
}
.save_txt02 {
    position: absolute;
    top: 55.61%;
    left: 16.3%;
    width: 29.5%;
}

.save_txt02 p:first-child {
    font-size: 2.54167vw;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 4.5% 0 4.5%;
}
.save_txt02 p:last-child {
    font-size: 2.169vw;
    font-weight: bold;
    text-align: center;
    padding: 4.5% 0 4.5%;
}
.save_txt02 p:last-child span {
    font-size: 1.307691em;
    color: #0071bd;
}

.save_txt03 {
    position: absolute;
    top: 54.61%;
    right: 16.3%;
    width: 32.987%;
}

.save_txt03 p:first-child {
    font-size: 2.08333vw;
    font-weight: bold;
    color: #0071bd;
    text-align: center;
    padding: 0 0 4%;
}
.save_txt03 p:last-child img {
    filter: drop-shadow(5px 5px 5px #888);
}



@media screen and (max-width: 480px){
    .lineup_wrap {
        background-image: url(../img/lineup_sp_02.png);
        background-size: 100%;
        background-repeat: repeat-y;
    }
    .lineup_list {
        display: block;
        margin: 0 auto;
    }


    .lineup_list>li {
        width: 100%;
        padding-bottom: 4%;
    }
    .lineup_aco_btn {
        max-width: 400px;
        width: 80%;
        margin: 0 auto;
    }
    .btn img:hover {
        filter: brightness(150%);
    }
    .btn02 img:hover {
        filter: brightness(150%);
    }
    .btn03 img:hover {
        filter: brightness(150%);
    }
    .float_btn img:hover {
        filter: brightness(150%);
    }

    .lineup_txt01 {
        font-size: min(5vw,26px);
        text-align: center;
        font-weight: bold;
    }
    .lineup_txt02 {
        font-size: min(3.78vw,18px);
        text-align: center;
        font-weight: bold;
    }
    .special_lineup_wrap {
        background-image: url(../img/lineup_sp_05.png);
        background-size: 100%;
        background-repeat: repeat-y;
    }
    .special_lineup_list {
        display: block;
        margin: 0 auto;
    }


    .special_lineup_list>li {
        width: 100%;
        padding-bottom: 4%;
    }
    .lineup_txt03 {
        position: static;
        background-image: url(../img/lineup_sp_07.png);
        background-size: 100%;
        background-repeat: repeat-y;
    }
    .lineup_txt03 p {
        color: #ffffff;
        text-align: center;
        font-size: 2.75vw;
    }

    .benefits_txt01 {
        font-size: min(3.45vw,26px);
        text-align: center;
        font-weight: bold;
    }
    .benefits_txt02 {
        font-size: min(2.78vw,18px);
        text-align: center;
        font-weight: bold;
    }

    .special_wrap {
        background-image: url(../img/lineup_sp_04_02.png);
    }

    .special_txt_wrap {
        transform: translateY(0);
    }

    .special_txt_ttl {
        width: 16.667%;
        margin: 0 auto 2%;
    }
    .special_txt_ttl span {
        font-size: 3.9vw;
    }


    .special_txt {
        font-size: 2.91666vw;
    }

    .congitions_txt {
        top: 61.7%;
        right: 15%;
        left: 15%;
        font-size: 2.5vw;
    }

    .top_txt_wrap {
        background-image: url(../img/btn_bg_sp_02.png);
        padding-bottom: 8%;
    }
    .top_txt01 {
        width: 50%;
        margin: 0 auto;
    }

    .top_txt02 {
        top: 6%;
        font-size: 2.605553vw;
    }
    .top_txt03 {
        top: 39%;
        font-size: 2.95553vw;
    }
    .lineup_txt04 {
        position: absolute;
        top: 1.5%;
        width: 100%;
    }
    .lineup_txt04 p {
        margin: 0 auto;
        width: 48.834%;
        background-color: #fff;
        color: #D00F31;
        font-size: 2.70834vw;
        font-weight: bold;
        text-align: center;
    }

    .congitions_txt01 {
        position: absolute;
        font-size: 2.91666vw;
        font-weight: bold;
        text-align: center;
        width: 100%;
        top: 9.35%;
    }

    .congitions_txt01 span {
        font-size: 1.307691em;
        color: #0071bd;
    }

    .congitions_txt02 {
        position: absolute;
        font-size: 4.16667vw;
        font-weight: bold;
        text-align: center;
        width: 100%;
        top: 14.75%;
        color: #FFFF00;
    }
    .congitions_txt03 {
        position: absolute;
        font-size: 1.979166vw;
        font-weight: bold;
        text-align: center;
        width: 100%;
        top: 18.2%;
        color: #ffffff;
    }
    
    .save_txt01 {
        position: absolute;
        top: 71.9%;
        width: 100%;
    }
    .save_txt01 ul {
        display: flex;
        flex-direction: column;
        width: 75%;
        margin: 0 auto;
    }
    .save_txt01 ul li {
        font-size: 3.75vw;
        color: #ffffff;
        font-weight: bold;
        width: 20%;
        text-align: center;
    }
    .save_txt01 ul li:first-child {
        padding: 15% 0 19%;
    }
    .save_txt01 ul li:nth-child(2) {
        padding: 15% 0 19%;
    }
    .save_txt01 ul li:last-child {
        color: #ffff00;
        padding: 21% 0 22%;
    }
    .save_txt02 {
        position: absolute;
        top: 74.341%;
        left: 32.3%;
        width: 50.5%;
    }

    .save_txt02 p:first-child {
        font-size: 3.75vw;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        padding: 4.5% 0 4.5%;
    }
    .save_txt02 p:last-child {
        font-size: 3.75vw;
        font-weight: bold;
        text-align: center;
        padding: 4.5% 0 4.5%;
    }
    .save_txt02 p:last-child span {
        font-size: 1.307691em;
        color: #0071bd;
    }

    .save_txt03 {
        position: absolute;
        top: 86.61%;
        right: 16.8%;
        width: 51.987%;
    }

    .save_txt03 p:first-child {
        font-size: 3.74999vw;
        color: #0071bd;
        text-align: center;
        padding: 0 0 4%;
    }
}

