
/*******************************************************************
	privacy pollicy
********************************************************************/
.terms_wrap {
    font-size: 1.3rem;
    padding: 2rem;
}

/* tab_link */
.tab_link {
    margin-bottom: 2rem;
}

.tab_link ul {}

.tab_link ul li {
    float: left;
    width: 100%;
    padding: 1rem;
    border-bottom: 1px solid #e5e5e5;
    background: #f5f5f5;
}

.tab_link ul li:last-child {
    border-right: none;
}

.tab_link ul li a {
    display: block;
    text-align: center;
    word-break: keep-all;
}

.tab_link ul li.on {
    background: #014da2;
    border-bottom: none;
}

.tab_link ul li.on a {
    color: #fff;
}

/* contents */
.terms_content {}

.terms_content h3 {
    font-size: 2.1rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.terms_content h4 {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.terms_content p {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 2rem;
}

.terms_content > ul {
    padding-left: 2rem;
    margin-bottom: 2rem;
}

.terms_content > ul > li {
    list-style: none;
    font-size: 1.3rem;
    color: #696969;
    font-weight: 400;
    margin-bottom: 1rem;
}

.terms_content > ul > li > ul > li {
    font-size: 1.3rem;
    color: #696969;
    font-weight: 400;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

.terms_content > ul > li > ul > li > ul {
    margin: 5px 16px;
}

/* top_box */
.top_box {
    padding: 2.5rem 3.6rem;
    background: #f6f6f6;
    display: flex;
    gap: 5.4rem;
    border-radius: 1rem;
    align-items: center;
    margin: 2rem 0;
}

.top_box .icon {
    width: 7.6rem;
    height: 7.6rem;
    flex-shrink: 0;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_box .icon.icon img {
    width: 4.6rem;
}

.top_box .top_box_cont {
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: -0.05em;
}

.top_box .top_box_cont:before {
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    top: 50%;
    left: -2.7rem;
    transform: translateY(-50%);
    background: #e9e9e9;
}

/* table_icon */
.tbl {
    position: relative;
    border-collapse: collapse;
    width: 100%;
    border-top: 2px solid #014da2;
    letter-spacing: -0.05em;
    table-layout: fixed;
    margin: 20px 0;
}

.tbl thead tr th {
    background: #f6f6f6;
    color: #222;
    padding: 0.7rem 2.4rem;
    border: 1px solid #D8D8D8;
    border-left: 0;
    border-right: 1px solid #D8D8D8;
    text-align: center;
    word-break: keep-all;
    word-wrap: break-word;
    font-weight: 500;
}

.tbl tr td {
    background: #fff;
    padding: 1rem 1.9rem;
    border: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-left: 0;
    border-top: 0;
    text-align: center;
    color: #424242;
    word-break: keep-all;
    word-wrap: break-word;
    font-weight: 400;
    line-height: 120%;
}

.tbl tr th:last-child {
    border-right: 0 !important;
}

.tbl tr td:last-child {
    border-right: 0 !important;
}
.tbl .label_txt {
    color: #222;
    font-size: 1.05rem;
}

.pri_em {
    display: block;
    color: #555555;
    font-weight: 400;
    margin-top: 0.3rem;
    font-size: 0.95rem;
}

.terms_content .indent {
    margin: 10px 0 0 10px;
 }

.terms_content .bl {
    font-weight: 700;
    color: #1b1b1b;
}

.terms_content .point {
     color: #1e3c7d;
 }

.terms_content a.all {
    color: #0064ff;
}


/* tit */
.tit_label {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.tit_label .icon img {
    width: 2.4rem;
}

.tit_label em {
    color: #555555;
    font-weight: 400;
    font-size: 1rem;
}


/*
.terms_content > ul > li > ul {
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.terms_content > ul > li > ul > li > ul > li {
    font-size: 1.3rem;
    color: #696969;
    font-weight: 400;
}

.agrAll.basic h4 {
    margin-bottom: 10px
}

.agrAll.basic p {
    margin-left: 20px;
    line-height: 180%;
    font-size: 14px
}

.agrAll.basic ul {
    margin: 0 0 20px 20px;
}

.agrAll.basic li {
    margin-bottom: 5px;
    line-height: 160%;
    font-size: 14px
}

.agrAll.basic .terms h2 {
    font-size: 18px;
    width: 100%;
    text-align: center;
}

.agrAll.basic .terms * {
    font-size: 14px;
    color: black;
    line-height: 160%;
}

.agrAll.basic .terms section h3 {
    font-size: 17px;
    margin: 20px 0;
}

.agrAll.basic .terms article {
    margin: 20px 0;
}

.agrAll.basic .terms article h4 {
    font-weight: bold;
    margin-bottom: 0;
}

.agrAll.basic .terms article p {
    margin-left: 20px;
    text-indent: -20px;
}

.agrAll.basic .terms article p ~ ol li {
    list-style: decimal inside;
    margin-left: 40px;
    text-indent: -20px;
}
 */