@charset "utf-8";
/* CSS Document */
/*基本css*/

@media screen and (min-width: 769px) {
    .column_title_block h1 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    h1.title{
        display: none;
    }
}


.introapp1__heading {
    font-size: 33px;
}

.introapp1__inner {
    display: flex;
    gap: 45px;
    margin-top: 40px;
}

.introapp1__left {
    flex-basis: 49%;
}

p.introapp1__text {
    font-size: 15px;
}

.introapp1-possible {
    border: 10px solid #C7F1FF;
    border-radius: 10px;
    padding: 24px;
}

.introapp1-possible__heading {
    font-size: 21px;
    color: #006697;
    font-weight: normal;
}

.introapp1-possible__list {
    margin-top: 24px;
}

.introapp1-possible__list li {
    position: relative;
    padding-left: 38px;
}

.introapp1-possible__list li::before {
    content: "";
    background-image: url(/en/news/files/icon_check.svg);
    background-repeat: no-repeat;
    width: 26px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (min-width: 769px) {
    .introapp1_sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .introapp1__right {
        display: none;
    }
}

.introapp1_sp {
    flex-basis: 46.4%;
}

.introapp1__right {
    flex-basis: 46.4%;
}

.introapp2 {
    margin-top: 40px;
    background-color: #E6EFF0;
    border-radius: 15px;
    padding: 22px 16px 22px 36px;
}

.introapp2__inner{
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin-top: 32px;
    @media screen and (max-width: 768px) {
        flex-direction: column;
        align-items: center;
    }
}

.introapp2__article {
    flex-basis: 40%;
}

.introapp2__heading {
    font-size: 24px;
    color: #006697;
    font-weight: bold;
}

.introapp2__text {
    font-size: 15px !important;
}

.kome{
    position: relative;
    padding-left: 1.2em;
}
.kome::before{
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 500px) {
    .introapp2-img__qr {
        display: none;
    }
}

@media screen and (min-width: 501px) {
    .introapp2-img {
        flex-basis: calc(100% - 32px - 40%);
        display: flex;
        gap: 12px;
        box-sizing: border-box;
    }
}

.introapp2-img>* {
    box-sizing: border-box;
}

@media screen and (min-width: 501px) {
    .introapp2-img__item {
        flex-basis: calc(50% - 6px);
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 5px solid #fff;
        border-radius: 10px;
    }
}

.introapp2-img__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
}

.introapp2-img__qr {
    width: 93px;
    height: 93px;
    margin-bottom: 10px;
}

.introapp2-img__link {
    width: 100%;
    text-align-last: center;
}

/* .introapp2-img__link a,
.introapp2-img__link img{
	display: block;
} */

@media screen and (min-width: 501px) {
    img.badge.iphone_badge {
        width: 128px;
    }

    img.badge.android_badge {
        width: 142px;
    }
}

@media screen and (max-width: 500px) {
    img.badge.iphone_badge {
        width: 165px;
    }

    img.badge.android_badge {
        width: 165px;
    }

}

@media screen and (max-width: 500px) {
    .introapp2-img__heading {
        display: none;
    }
}

.introapp2-img__heading {
    font-size: 24px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {

    .introapp1__heading {
        font-size: 24px;
    }

    .introapp1__inner {
        flex-direction: column;
        gap: 24px;
        margin-top: 20px;
    }

    .introapp1-possible {
        padding: 16px 16px 24px 16px;
    }

    .introapp1-possible__heading {
        font-size: 18px;
    }

    .introapp2 {
        flex-direction: column;
        padding: 20px;
        gap: 12px;
    }

    .introapp2__heading {
        font-size: 20px;
    }

    .introapp2__text {
        margin-top: 15px;
    }
}


.introapp1-possible__list li {
    font-size: 16px;
}

h1.title {
    font-weight: 700;
    font-family: 'M PLUS Rounded 1c';
    line-height: 1.3;
    margin-bottom: 0.8em;
}

@media screen and (min-width:801px) {
    h1.title {
        font-size: 32px;
    }
}

@media screen and (max-width:800px) {
    h1.title {
        font-size: 22px;
    }
}

b.link_ja {
    padding-top: 1px;
}

@media screen and (max-width: 441px) {
    b.link_ja {
        padding-top: 12px;
    }

    b.link_en {
        padding-top: 10px;
    }
}


b.link_en, b.link_id {
    font-family: roboto;
}

.introapp1__right__menu li a {
    background: #FF8F00;
    border-radius: 10px;
    display: block;
    color: #fff;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 442px) {
    .introapp1__right__menu li a {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 441px) {
    .introapp1__right__menu li a {
        padding: 6px 15px;
        box-sizing: border-box;
    }
}

.introapp1__right__menu li a b {
    font-weight: normal;
    display: block;
    line-height: 1.2;
    position: relative;
    padding-left: 10px;
}

.introapp1__right__menu li a:hover {
    opacity: 0.5;
}

.introapp1__right__menu li a b::before {
    content: "";
    background: url(https://global.jac-skill.or.jp/id/shared/img/parts/w_arrow_r.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    position: absolute;
}

@media screen and (min-width: 442px) {
    .introapp1__right__menu li a b::before {
        left: -14px;
        width: 18px;
        height: 18px;
        top: 2px;
    }
}

@media screen and (max-width: 441px) {
    .introapp1__right__menu li a b::before {
        left: -10px;
        width: 15px;
        height: 15px;
        top: 12px;
    }
}

.specified_foreigner_links li a b::before {
    content: "";
    background: url(https://global.jac-skill.or.jp/id/shared/img/parts/w_arrow_r.png) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: -9px;
    top: 2px;
}

@media screen and (max-width:800px) {
    .page_header {
        padding: 5%;
    }

    .header_title {
        width: 100%;
    }

    .specified_foreigner {
        border: 7px solid #FFB455;
    }

    .introapp1__right__menu {
        display: flex;
        align-items: stretch;
        margin-bottom: 10px;
        justify-content: center;
        margin-top: 5px;
        gap: 5px;
        padding: 0 5px;
    }

    @media screen and (max-width:441px) {
        .introapp1__right__menu li:nth-child(3) {
            width: 35%;
        }
    }

    .introapp1__right__menu li {
        align-items: stretch;
        display: flex;
        margin-top: 5px;
    }

    .specified_foreigner_related {
        display: none;
    }

    p.specified_foreigner_text {
        font-size: 15px;
        text-align: center;
        margin-top: 7px;
        color: #7E4500;
        margin-bottom: 8px;
        font-family: "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    }

    b.link_ja {
        font-size: 15px;
    }

    b.link_en {
        font-size: 16px;
    }

    b.link_id {
        font-size: 16px;
    }


}

@media screen and (min-width:801px) {
    .page_header {
        display: flex;
        gap: 20px;
        padding-bottom: 30px;
    }

    .header_title {
        width: 50%;
    }

    .specified_foreigner {
        width: 50%;
        border: 7px solid #FFB455;
    }

    .introapp1__right__menu {
        display: flex;
        gap: 10px;
        align-items: stretch;
        margin: 5px;
        justify-content: center;
    }

    .introapp1__right__menu li {
        align-items: stretch;
        display: flex;
    }

    .specified_foreigner_related_sp {
        display: none;
    }

    p.specified_foreigner_text {
        font-size: 18px;
        text-align: center;
        margin-top: 2px;
        color: #7E4500;
        margin-bottom: 0;
        font-family: "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    }

    b.link_ja {
        font-size: 19px;
    }

    b.link_en {
        font-size: 22px;
    }

    b.link_id {
        font-size: 22px;
    }

}

.specified_foreigner_links {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: stretch;
}


h1.introduction, h2.introduction {
    border-left: 6px solid #64D9FF;
    padding-left: 0.9em;
    margin-bottom: 1.9em;
    font-weight: 700;
}


@media screen and (min-width: 801px) {
    h1.introduction, h2.introduction {
        font-size: 28px;
        padding-left: 0.9em;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 800px) {
    h1.introduction, h2.introduction {
        font-size: 18px;
        padding: 0.3em 0 0.3em 0.55em;
    }
}


p.related_information {
    margin-bottom: 0;
}

a.related_information_link {
    font-size: 1.1em;
}


/* 翻訳時調整 */
@media screen and (max-width: 800px) {
    .translated-ltr b.link_en {
        font-size: 15px;
    }
    .translated-ltr b.link_id {
        font-size: 15px;
    }
}
@media screen and (max-width: 441px) {
    .translated-ltr .introapp1__right__menu li a {
        padding: 6px 10px 6px 14px;
    }
    .translated-ltr .introapp1__right__menu li:nth-child(3) {
            width: auto;
        }
    }


.introapp3 *{
    box-sizing: border-box;
}
.introapp3 {
    margin-top: 50px;
}

.introapp3-tab {
    width: 98.6%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    @media screen and (max-width: 960px) {
        display: none;
    }
}
.introapp3-tab li{
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #D3DEE6;
    /* height: 50px; */
    height: 100%;
    font-size: 16px;
	flex-flow: row wrap;
	text-align: center;
}
.introapp3-tab li:not(.select-tab){
    cursor: pointer;
}

.introapp3-tab li.select-tab{
    background-color: #006697;
    color: #fff;
    /* height: 60px; */
	height: 100%;
    border-left: none;
    border-right: none;
    margin-left: 0 !important;
    /* padding-top: 12px; */
    padding-top: 22px;
    padding-bottom: 18px;
    font-size: 18px;
}

.introapp3-tab li:not(.select-tab) + li{
    position: relative;
    margin-left: 4px;
}
/* .introapp3-tab li:nth-child(3)::before{
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
} */

.introapp3-tab li:nth-child(1).select-tab{
    border-radius: 10px 0 0 0;
}
.introapp3-tab li:nth-child(3).select-tab{
    border-radius: 0 10px 0 0;
}
.introapp3_inner {
    border: 10px solid #006697;
    border-radius: 10px 10px 10px 10px;
    padding: 30px 60px;
    @media screen and (max-width: 960px) {
        padding: 0;
        border: none;
        border-radius: 0;
        
    }
}

.tab-ltext{
    font-size: 22px;
    color: #006697;
}

.introapp3-tab li.select-tab .tab-ltext{
    color: #fff;
    font-size: 26px;
}

.introapp3_item {
    @media screen and (max-width: 960px) {
        border: 10px solid #006697;
        border-radius: 0 0 10px 10px;
        padding: 25px 15px;
    }
}



.introapp3_spheading{
    display: none;
    @media screen and (max-width: 960px) {
        display: block;
        background-color: #006697;
        color: #fff;
        text-align: center;
        border-radius: 10px 10px 0 0;
        padding: 14px 10px 14px;
        font-size: 18px;
        margin-bottom: 0;
        /* height: 58px; */
    }
}

.introapp3_spheading-ltext{
    @media screen and (max-width: 960px) {
        font-size: 26px;
    }
}

.introapp3_item + .introapp3_spheading{
    @media screen and (max-width: 960px) {
        margin-top: 20px;
    } 
}

.introapp3_spheading--arrow{
    @media screen and (max-width: 960px) {
        position: relative;
        /* height: 68px; */
        text-align: center;
        padding-left: 20px;
        padding-right: 70px;
        border-radius: 10px;
        cursor: pointer;
        word-break: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
}
.ac-active.introapp3_spheading--arrow{
    @media screen and (max-width: 960px) {
        border-radius: 10px 10px 0 0;
    } 
}
@media screen and (max-width: 960px) {
    .introapp3_spheading--arrow::before{
        content: "";
        width: 50px;
        height: 50px;
        background-color: #64D9FF;
        position: absolute;
        right: 8px;
        top: calc(50% - 25px);
    }
    .introapp3_spheading--arrow::after{
        content: "";
        background-image: url(/news/files/white_arrow.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        width: 28px;
        height: 14px;
        background-color: #64D9FF;
        position: absolute;
        top: calc(50% - 7px);
        right: 18px;
        transition: all 0.3s;
    }
    .ac-active.introapp3_spheading--arrow::after{
        transform: rotate(180deg);
        top: calc(50% - 10px);
    }
}

p.introapp3_content_left_1_index{
    
        font-weight: 700;
        font-family: 'M PLUS Rounded 1c';
        margin-bottom: 3px;
        font-size: 18px;
        @media screen and (max-width: 768px) {
            font-size: 16px;
            margin-bottom: 0px;
        }

}

.introapp3-list__item a{
    font-size: 16px;
    @media screen and (max-width: 768px) {
        font-size: 15px;
    }
    
}

.introapp3-list__item--indent a{
    margin-left: 10px;
}

.introapp3__heading{
    @media screen and (max-width: 768px) {
        font-size: 28px !important;
    }
}
