@charset "UTF-8";

.pageGuide .alink {
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

.pageGuide .alink li {
    display: inline-block;
    margin: 0 20px 20px 0;
}

.pageGuide .alink li a {
    position: relative;
    padding: 3px 23px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
}

.pageGuide .alink li a::before {
    position: absolute;
    top: 50%;
    right: 8px;
    z-index: 10;
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    pointer-events: none;
    content: '';
}

.pageGuide .content_box_01,
.pageGuide .alink_box {
    margin-top: -60px;
    padding-top: 60px;
}

.pageGuide .content_ttl_01 {
    margin-bottom: 40px;
}

.pageGuide .img_01 img {
    display: block;
    padding: 0 10% 30px;
}

.pageGuide .img_02 {
    text-align: center;
}

@media (min-width: 769px) {
    .pageGuide .alink {
        padding-bottom: 60px;
    }
    .pageGuide .alink li {
        margin: 0 30px 0 0;
    }
    .pageGuide .alink li a {
        position: relative;
        padding: 3px 23px 0 0;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .pageGuide .alink li a::before {
        position: absolute;
        top: 50%;
        right: 8px;
        z-index: 10;
        display: block;
        width: 8px;
        height: 8px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        -webkit-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
        pointer-events: none;
        content: '';
    }
    .pageGuide .content_box_01,
    .pageGuide .alink_box {
        margin-top: -130px;
        padding-top: 130px;
    }
    .pageGuide .content_ttl_01 {
        margin-bottom: 40px;
    }
    .pageGuide .img_01 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .pageGuide .img_01 img {
        width: 22%;
        padding: 0;
    }
    .pageGuide .img_02 img {
        max-width: 570px;
    }
}
