@charset "utf-8";
/* CSS Document */


@media only screen and (max-width: 768px) {
h2.con_ttl_ptn2 span {
        line-height: 1.4;
    }
}



/* #guidelines
----------------------------------------- */
#guidelines {
}

#guidelines .inner {
    padding-top: 10rem;
}

#guidelines .layout {
    display: table;
    margin: auto;
    margin-top: 6rem;
}
#guidelines .layout .con {
    display: table-row;
    font-size: 1.6rem;
}

#guidelines .layout .con .ttl {
    display: table-cell;
    text-align: right;
    font-size: 2rem;
    font-weight: 700;
    padding: 0.8rem 2rem;
    padding-right: 4rem;
}
#guidelines .layout .con .ttl span {
    font-size: 1.6rem;
    font-weight: 500;
    margin-left: 0.5em;
}
#guidelines .layout .con .txt {
    display: table-cell;
    padding: 1rem 2rem;
}
#guidelines .layout .con .txt h3 {
    font-weight: 700;
}

@media screen and (max-width: 768px) {
#guidelines .inner {
    padding-top: 6rem;
}

#guidelines .layout {
    margin-top: 3rem;
}
#guidelines .layout .con {
    display: flex;
    flex-flow: column;
    gap: 0;
    font-size: 1.4rem;
}
#guidelines .layout .con .ttl {
    display: flex;
    text-align: right;
    padding: 1rem 0;
    padding-right: 0;
    padding-bottom: 0.5rem;
}
#guidelines .layout .con .txt {
    display: block;
    padding: 1rem 0;
    padding-top: 0;
}
}



/* #application_requirements_list
----------------------------------------- */
#application_requirements_list {
}
#application_requirements_list .inner {
    max-width: 89rem;
    padding-top: 9rem;
	padding-bottom: 17rem;
}

#application_requirements_list .layout {
	display: flex;
    flex-flow: column;
    gap:15rem;
    margin-top: 6rem;
}

#application_requirements_list .file_list {
	margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 4rem;
}
#application_requirements_list .file_list .file a {
    display: flex;
    align-items: flex-end;
    column-gap: 1rem;
}

@media only screen and (max-width: 768px) {
#application_requirements_list .inner {
    padding-top: 6rem;
	padding-bottom: 8rem;
}

#application_requirements_list .layout {
    gap:6rem;
    margin-top: 3rem;
}
    
#application_requirements_list .file_list {
	margin-top: 3rem;
    display: flex;
    flex-flow: column;
    gap: 2rem;
}
}