@charset "UTF-8";
.app_main{
    max-width: 1200px;
	line-break:strict;
}
@media only screen and (max-width: 1200px) {

    .app_main{
        padding-right:20px;
        padding-left:20px;
    }
}
.app_section{
    margin-bottom: 150px;
}
.app_section:last-of-type{
    margin-bottom: 70px;
}
.app_box{
    display: flex;
    justify-content: space-between;
}
.detail_img{
    order: 2;
    flex-shrink: 0;
}
.detail_txt{
    width: 415px;
}
.app_title_3{
    font-size: 32px;
    margin-bottom: 45px;
    font-weight: 700;
}
.app_feature{
    background: #F5F9FF;
    padding: 69px 162px 33px 163px;
}
.blue .app_feature{
    background: #F5F9FF;
}
.wine .app_feature{
    background: #FFFAFE;
}
.pink .app_feature{
    background: #FFF7F7;
}
.green .app_feature{
    background: #F5FDF4;
}

.app_feature_block{
    margin: 0 0 45px 0;
}
.app_main p.app_feature_no{
    display: inline-block;
    background: #001C79;
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    padding: 8px 21px;
    font-weight: 600;
    margin-bottom: 19px;
    line-height: 1.3;
}
.app_main.blue p.app_feature_no{
    background: #001C79;
}
.app_main.wine p.app_feature_no{
    background: #832774;
}
.app_main.pink p.app_feature_no{
    background: #D1404C;
}
.app_main.green p.app_feature_no{
    background: #3C8E2E;
}

.app_main p.app_feature_ttl{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1.4;
}
.app_main p.app_feature_txt{
    font-size: 16px;
    margin: 0;
}
.app_main p a {
    text-decoration: underline;
    color: #0076FF;	
}
.app_main p a:hover {
    color: #54a0f7;
}
.app_base_table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
}
.app_base_table th{
    background: #517EBA;
    color: #fff;
    width: 25.8%;
    padding: 24px 42px;
    vertical-align: middle;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    border: 1px solid #517EBA;
    border-radius: 5px 0 0 5px;
}
.blue .app_base_table th{
    background: #517EBA;
    border-color: #517EBA;
}
.wine .app_base_table th{
    background: #A54A96;
    border-color: #A54A96;
}
.pink .app_base_table th{
    background: #EB878D;
    border-color: #EB878D;
}
.green .app_base_table th{
    background: #89C681;
    border-color: #89C681;
}

.app_base_table td{
    font-size: 18px;
    font-weight: 600;
    padding: 24px 29px;
    border: 1px solid #517EBA;
    border-radius: 0 5px 5px 0;
}
.blue .app_base_table td{
    border-color: #517EBA;
}
.wine .app_base_table td{
    border-color: #A54A96;
}
.pink .app_base_table td{
    border-color: #EB878D;
}
.green .app_base_table td{
    border-color: #89C681;
}

.app_base_list{
    display: flex;
    gap: 70px;
}
.app_base_list ul li{
    list-style-type: disc;
    margin-bottom: 15px;
    margin-left: 1em;
	font-weight: 500
}
.app_base_list ul li:last-child{
    margin-bottom: 0;
}
.app_faq dt::before{
    content: "Q";
    display: inline-block;
    background: #001C79;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    width: 48px;
    text-align: center;
    line-height: 45px;
    padding-bottom: 3px;
    margin-left: -67px;
    margin-right: 19px;
    border-radius: 3px;
}
.app_faq dt{
    margin-bottom: 14px;
    padding-left: 67px;
    color: #001C79;
    font-size: 22px;
    font-weight: 700;
}
.app_faq dd::before{
    content: "A";
    display: inline-block;
    background: #F0F6FC;
    color: #001C79;
    font-size: 22px;
    font-weight: 600;
    width: 48px;
    text-align: center;
    line-height: 45px;
    padding-bottom: 3px;
    margin-left: -67px;
    margin-right: 19px;
    border-radius: 3px;
}
.app_faq dd{
    border-bottom: 1px solid #707070;
    padding-bottom: 39px; 
    margin-bottom: 26px;
    padding-left: 67px;
    font-size: 22px;
    font-weight: 500;
}
@media only screen and (max-width: 768px) {
    .app_section{
        margin-bottom: 100px;
    }
    .app_box{
        display: block
    }
    .detail_img{
        order: 2;
        flex-shrink: 0;
    }
    .app_main .detail_txt{
        width: 100%;
        margin-bottom: 100px;
    }
    .app_title_3{
        font-size: 18px;
        margin-bottom: 35px;
    }
    .app_feature{
        padding: 69px 22px 33px 23px;
    }
    .app_feature_block{
        margin: 0 0 40px 0;
    }
    .app_main p.app_feature_no{
        font-size: 14px;
        padding: 4px 11px;
        margin-bottom: 20px;
    }
    .app_main p.app_feature_ttl{
        font-size: 18px;
        margin-bottom: 25px;
    }
    .app_main p a {
        text-decoration: underline;
    }
    .app_main p a:hover {
        color: #005BAB;
    }
	.app_base_table th{
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 17px 19px;
        border-radius: 6px 6px 0 0;
    }
    .app_base_table td{
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 17px 19px 2px 19px;
        border-radius: 0 0 6px 6px;
    }
    .app_base_list{
        display: block;
    }
    .app_base_list ul li:last-child{
        margin-bottom: 15px;
    }
    .app_faq dt::before{
        font-size: 18px;
        width: 38px;
        line-height: 35px;
        margin-left: -57px;
        margin-right: 19px;
    }
    .app_faq dt{
        margin-bottom: 40px;
        padding-left: 57px;
        font-size: 16px;
    }
    .app_faq dd::before{
        font-size: 18px;
        width: 38px;
        line-height: 35px;
        margin-left: -57px;
        margin-right: 19px;
    }
    .app_faq dd{
        padding-bottom: 40px; 
        margin-bottom: 40px;
        padding-left: 57px;
        line-height: 1.8;
        font-size: 16px;
    }
}
