@charset "UTF-8";

.ly_section__guide {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0 0 60px 0;
}

.un_guide_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1em 0;
    margin-top: 40px;
}

.un_guide_content > p {
    font-size: 16px;
}

.un_guide_content > p small {
    font-size: 14px;
}

.un_guide_content figure {
    margin: 0 !important;
}

.un_guide_content > ul {
    padding-left: 1.5em;
    list-style-type: '・';
}

.un_guide_content > ul li {
    display: list-item;
    list-style-type: '・';
    font-size: 16px;
}

.un_guide_h3 {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 1.5em;
    color: #ffffff;
    background-color: var(--c-main);
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.un_guide_h4 {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

.un_guide_h4::before {
    display: inline-block;
    content: '●';
    margin-right: 5px;
    color: #e0701e;
}

.un_guideFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 20px;
}

.un_guideBox {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
}

.un_guideBox__lgBox {
    margin: 15px 0;
}

.un_guideBox_lgTxt {
    font-size: 18px;
    font-weight: 600;
}

.un_guideList {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
}

.un_guideList_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1em 0;
}

.un_guideList_item > p {
    font-size: 16px;
}

.un_guideList_item > p small {
    font-size: 14px;
}

.un_guideList_item > ol {
    padding-left: 1.5em;
    list-style-type: decimal;
}

.un_guideList_item > ol li {
    display: list-item;
    list-style-type: decimal;
    font-size: 16px;
}

.un_guideSteps {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
}

.un_guideSteps_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0 40px;
}

.un_guideSteps_num {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 260px;
    height: 110px;
    padding: 0 40px;
    background-color: #f7f7f7;
    border-radius: 10px;
    box-sizing: border-box;
}

.un_guideSteps_numInner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px 0;
    width: 90px;
}

.un_guideSteps_numInner .un_guide_h3 {
    width: 90px;
    height: 22px;
    padding: 0 5px;
    margin: 0 !important;
    font-size: 14px;
    box-sizing: border-box;
}

.un_guideSteps_numInner > p {
    color: var(--c-main);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}

.un_guideSteps_numIcon {
    display: block;
}

.un_guideSteps_inner {
    width: calc(100% - 40px - 260px);
    line-height: 1.6;
}

.un_guideSteps_inner p {
    font-size: 16px;
}

.un_guideSteps_inner small {
    font-size: 14px;
}

.un_guideSteps_link {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 0.5em;
    margin-top: 5px;
    padding-bottom: 2px;
    border-bottom: 1px solid #8d8d8d;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.un_guideSteps_link::after {
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #8d8d8d;
    border-right: 1px solid #8d8d8d;
    transform: rotate(45deg);
}

.un_guideBox__deliver {
    display: flex;
    flex-direction: column;
    gap: 1em 0;
    padding: 20px 40px;
    border-radius: 10px;
}

.un_guideBox__deliver dl {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 16px !important;
}

.un_guideBox__deliver dt {
    font-weight: 600 !important;
}

.un_guideBox__deliver dd a {
    text-decoration: underline;
}

.un_guideBox__bank {
    padding: 20px 40px;
    border-radius: 10px;
}

.un_bankTitle {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.un_guideBox__bank > p {
    font-size: 16px !important;
    text-align: left;
}

.un_guideBox__bank dl {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.un_guideBox__bank dt {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.un_guideBox__bank dd {
    font-size: 16px !important;
}

.un_guideBox__bank dd a {
    text-decoration: underline;
}
