@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------
    history.css / kanekalon PC_K
---------------------------------------------------------------------------------------------------------------------
*/

.article_line {
    width: 100%;
    height: 1px;
    margin: 0 auto 0 auto;
    border-bottom: 1px solid #000000;
}

.article_space {
    width: 100%;
    height: 66px;
    background-color: transparent;
}

.article_title {
    width: 100%;
    height: 42px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
}

.title_en {
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
    margin-left: -2px;
    letter-spacing: 0.02em;
}

.title_en_small {
    font-family: 'Gotham', sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 44px;
    margin-left: 24px;
    padding: 4px 0;
    letter-spacing: 0.02em;
}

.title_jp {
    font-size: 20px;
    font-weight: normal;
    line-height: 42px;
}

.reg_mark {
    display: inline-block;
    font-size: 0.85em;
    vertical-align: top;
    margin-top: -0.2em;
}

/*-------------------------------------------------------------------------------------------------------------------
*/

.article_100 {
    width: 100%;
    height: auto;
    min-height: 200px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    text-align: center;
}

.article_line {
    width: 100%;
    height: 1px;
    margin: 0 auto 0 auto;
    border-bottom: 1px solid #000000;
}

.article_80 {
    width: 80%;
    height: auto;
    min-height: 200px;
    margin: 32px auto 0 auto;
    padding: 0 0 0 0;
    text-align: center;
    /*background-color: rgba(0, 0, 255, 0.2);*/
}

.a_title {
    padding: 8px 8px 8px 10px;
    font-size: 28px;
    line-height: 1.8em;
    letter-spacing: 0.125em;
    font-weight: bold;
}

.a_catch {
    padding: 8px 8px 8px 20px;
    font-size: 24px;
    line-height: 1.8em;
    letter-spacing: 0.08em;
    font-weight: bold;
}

.a_catch_normal {
    padding: 8px 8px 8px 20px;
    font-size: 24px;
    line-height: 1.8em;
    letter-spacing: 0.095em;
    font-weight: normal;
}

.a_text {
    padding: 6px 0 2px 24px;
    font-size: 16px;
    line-height: 1.85em;
    letter-spacing: 0.00em;
}

.a_text .en {
    font-family: 'Gotham', sans-serif;
}

.button_xyz {
    -webkit-appearance: none;
    appearance: none;
    padding: 4px 65px;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 0.05em;
    height: 36px;
    margin: 0;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    color: #000000;
    background-color: #f0f0f0;
    cursor: pointer;
    z-index: 200;
}

.button_xyz:hover {
    background-color: #c0c0c0;
}

/*-------------------------------------------------------------------------------------------------------------------
*/

.article_history {
    width: 100%;
    height: auto;
    min-height: 900px;
    margin: 0;
    padding: 14px 24px;
    /*background-color: rgba(255, 0, 0, 0.2);*/
}

.table_history {
    width: 80%;
    margin: 40px auto 8px auto;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
    color: #000000;
    background-color: transparent;
    border-collapse: collapse;
}

.table_history td {
    padding: 8px 8px;
    font-size: 17px;
    line-height: 1.8em;
    letter-spacing: 0.02em;
    vertical-align: top;
    white-space: normal;
}

.table_history td:nth-child(1) {
    width: 20%;
    padding: 2px 32px 2px 8px;
    font-size: 24px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    border-right: 1px solid #000000;
}

.table_history td:nth-child(2) {
    width: 80%;
    padding: 6px 8px 6px 32px;
    /*text-align: justify;*/
}

.table_history td img {
    margin-right: 16px;
}

/*-------------------------------------------------------------------------------------------------------------------
*/

.circle {
    position: absolute;
    top: 14px;
    right: -40px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.image_2_1 {
    width: 160px;
}

.image_2_2 {
    width: 160px;
}

.image_3_1 {
    width: 76px;
}

.image_3_2 {
    width: 80px;
}

.image_3_3 {
    width: 80px;
}

.image_4_1 {
    width: 120px;
}

.image_4_2 {
    width: 120px;
}

.image_4_3 {
    width: 90px;
}

.image_4_4 {
    width: 120px;
}

.image_5_1 {
    width: 150px;
}


/*-------------------------------------------------------------------------------------------------------------------
    PC wide
---------------------------------------------------------------------------------------------------------------------
*/

@media screen and (min-width: 1400px) {
}

/*-------------------------------------------------------------------------------------------------------------------
    PC narrow
---------------------------------------------------------------------------------------------------------------------
*/

@media screen and (max-width: 1200px) {
    .article_80 {
        width: 90%;
    }
}

@media screen and (max-width: 1000px) {
    .article_80 {
        width: 95%;
    }
}

/*-------------------------------------------------------------------------------------------------------------------
    Smartphone portrait
---------------------------------------------------------------------------------------------------------------------
*/

@media screen and (max-width: 520px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
    .article_space {
        width: 100%;
        height: 40px;
        /*background-color: transparent;*/
        /*background-color: rgba(0, 255, 0, 0.2);*/
    }

    .article_title {
        display: none;
    }

    .title_top {
        display: block;
        position: absolute;
        bottom: 21px;
        left: 0;
        width: 100%;
        padding-left: 16px;
        font-family: 'Gotham', sans-serif;
        font-size: 19px;
        font-weight: 500;
        line-height: 29px;
        letter-spacing: -0.06em;
        color: #ffffff;
    }

    .side_logo2 {
        position: absolute;
        bottom: 22.5%;
        left: 27.3%;
        width: 43.6%;
    }

    .article_line {
        width: 100%;
        height: 1px;
        margin: 0 auto 0 auto;
        border-bottom: 1px solid #000000;
    }

    /*-------------------------------------------------------------------------------------------------------------------
    */

    .article_80 {
        width: 100%;
        min-height: 0;
        margin: 8px auto 20px auto;
        padding: 0 0 0 0;
        text-align: center;
    }

    .article_history {
        width: 100%;
        height: auto;
        min-height: 0;
        margin: 0;
        padding: 2px 0 0 0;
    }

    .table_history {
        width: 90%;
        margin: 16px auto 4px auto;
        padding: 0;
        font-size: 12px;
        font-weight: normal;
        line-height: 20px;
        text-align: left;
        color: #000000;
        border-collapse: collapse;
    }

    .table_history td {
        padding: 8px 8px;
        font-size: 12px;
        line-height: 1.6em;
        letter-spacing: 0.02em;
        vertical-align: top;
        white-space: normal;
    }

    .table_history tr td:nth-child(1) {
        width: 20%;
        padding: 2px 8px;
        font-size: 18px;
        text-align: right;
        vertical-align: top;
        white-space: nowrap;
        border-right: 1px solid #000000;
    }

    .table_history tr td:nth-child(2) {
        width: 80%;
        padding: 6px 8px 6px 24px;
        /*text-align: justify;*/
    }

    .table_history td img {
        margin-right: 16px;
    }

    /*-------------------------------------------------------------------------------------------------------------------
    */

    .circle {
        position: absolute;
        top: 9px;
        right: -15px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ffffff;
        border: 1px solid #000000;
    }

    .image_2_1 {
        width: 50%;
        margin-top: 8px;
    }

    .image_2_2 {
        width: 55%;
        margin-top: 0;
    }

    .image_3_1 {
        width: 33.3%;
        margin-top: 8px;
        margin-bottom: 32px;
    }

    .image_3_2 {
        width: 35%;
        margin-top: 8px;
        margin-bottom: 32px;
    }

    .image_3_3 {
        width: 35%;
        margin-top: 8px;
        margin-bottom: 32px;
    }

    .image_4_1 {
        width: 43%;
        margin: 0;
    }

    .image_4_2 {
        width: 43%;
        margin: 0;
    }

    .image_4_3 {
        width: 35%;
        margin-top: 8px;
        margin-bottom: 32px;
    }

    .image_4_4 {
        width: 43%;
        margin: 0;
    }

    .image_5_1 {
        width: 50%;
        margin-top: 8px;
        margin-bottom: 32px;
    }

}

/*-------------------------------------------------------------------------------------------------------------------
    Smartphone landscape
---------------------------------------------------------------------------------------------------------------------
*/

@media screen and (max-width: 896px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
    .article_space {
        width: 100%;
        height: 40px;
        /*background-color: transparent;*/
        /*background-color: rgba(0, 255, 0, 0.2);*/
    }

    .article_title {
        display: none;
    }

    .title_top {
        display: block;
        position: absolute;
        bottom: 21px;
        left: 0;
        width: 100%;
        padding-left: 16px;
        font-family: 'Gotham', sans-serif;
        font-size: 19px;
        font-weight: 500;
        line-height: 29px;
        letter-spacing: -0.06em;
        color: #ffffff;
    }

    .side_logo2 {
        position: absolute;
        bottom: 22.5%;
        left: 27.3%;
        width: 43.6%;
    }

    .article_line {
        width: 100%;
        height: 1px;
        margin: 0 auto 0 auto;
        border-bottom: 1px solid #000000;
    }

    /*-------------------------------------------------------------------------------------------------------------------
    */

    .article_80 {
        width: 100%;
        min-height: 0;
        margin: 8px auto 20px auto;
        padding: 0 0 0 0;
        text-align: center;
    }

    .article_history {
        width: 100%;
        height: auto;
        min-height: 0;
        margin: 0;
        padding: 2px 0 0 0;
    }

    .table_history {
        width: 90%;
        margin: 16px auto 4px auto;
        padding: 0;
        font-size: 12px;
        font-weight: normal;
        line-height: 20px;
        text-align: left;
        color: #000000;
        border-collapse: collapse;
    }

    .table_history td {
        padding: 8px 8px;
        font-size: 12px;
        line-height: 1.6em;
        letter-spacing: 0.02em;
        vertical-align: top;
        white-space: normal;
    }

    .table_history tr td:nth-child(1) {
        width: 20%;
        padding: 2px 8px;
        font-size: 18px;
        text-align: right;
        vertical-align: top;
        white-space: nowrap;
        border-right: 1px solid #000000;
    }

    .table_history tr td:nth-child(2) {
        width: 80%;
        padding: 6px 8px 6px 24px;
        /*text-align: justify;*/
    }

    .table_history td img {
        margin-right: 16px;
    }

    /*-------------------------------------------------------------------------------------------------------------------
    */

    .circle {
        position: absolute;
        top: 9px;
        right: -15px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ffffff;
        border: 1px solid #000000;
    }

    .image_2_1 {
        width: 50%;
        margin-top: 8px;
    }

    .image_2_2 {
        width: 55%;
        margin-top: 0;
    }

    .image_3_1 {
        width: 33.3%;
        margin-top: 8px;
        margin-bottom: 32px;
    }

    .image_3_2 {
        width: 35%;
        margin-top: 8px;
        margin-bottom: 32px;
    }

    .image_3_3 {
        width: 35%;
        margin-top: 8px;
        margin-bottom: 32px;
    }

    .image_4_1 {
        width: 43%;
        margin: 0;
    }

    .image_4_2 {
        width: 43%;
        margin: 0;
    }

    .image_4_3 {
        width: 35%;
        margin-top: 8px;
        margin-bottom: 32px;
    }

    .image_4_4 {
        width: 43%;
        margin: 0;
    }

    .image_5_1 {
        width: 50%;
        margin-top: 8px;
        margin-bottom: 32px;
    }
}