@charset "UTF-8";


/* ========================================
    リンクボタン
========================================= */
.links {
    padding: 90px 0;
}
.links_box {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
a.links_btn {
    position: relative;
    width: 312px;
    display: block;
    border-radius: 10px;
    border: 4px solid #C6000B;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1;
    color: #C6000B;
    padding: 24px 0 25px;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.2);
}



/* ========================================
    共通
========================================= */
.use-case_title {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.use-case_title::after {
    content:"";
    display: block;
    background-color:#C6000B;
    width: 120px;
    height: 4px;
    margin: 30px auto 0;
}

/* ========================================
    共通パーツ
========================================= */
.use_wrap {
    padding: 50px 0 0;
}
.use_box {
    border: 1px solid #D6D6D6;
    background: #fff;
    border-radius: 20px;
    display: flex;
    gap: 40px;
    align-items: start;
    padding: 54px 60px;
}
.use_box + .use_box {
    margin-top: 50px;
}
.use_text_title {
    font-size: 2.4rem;
    font-weight: bold;
    border-bottom: 1px solid #333333;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
}
.use_text_title img {
    display: block;
    height: 28px;
    margin-right: 10px;
}
.use_text_purpose {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.35;
    margin-top: 20px;
}
.use_text {
    width: 450px;
}
.use_text p {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 8px;
}
.use_text_merit {
    display: block;
    margin: 24px auto 0 0;
    width: 104px;
    border-radius: 6px;
    background: #C6000C;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 2px 0;
}
ul.use_text_list {
    list-style: none;
    margin-top: 8px;
}
ul.use_text_list li {
    font-size: 1.6rem;
    line-height: 1.625;
}
ul.use_text_list li::before {
    content: "・";
}
.use_img {
    width: 450px;
}
.use-case {
    padding: 100px 0 107px;
}
.use-case:last-of-type {
    padding: 100px 0 0;
}



/* ========================================
    「文字の編集」ですぐに修正
========================================= */
.editing {
    padding: 100px 0 107px;
}

a.use-case_btn {
    position: relative;
    width: 340px;
    display: block;
    margin: 24px auto 0;
    border-radius: 10px;
    border: 2px solid #C6000B;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    color: #C6000B;
    padding: 16px 60px;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.2);
}
a.use-case_btn .fa-long-arrow-right {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    color: #C6000B;
    font-size: 3.0rem;
    transition-duration: 0.3s;
}
a.use-case_btn:hover .fa-long-arrow-right {
    transform:translateX(5px);
}


/* ========================================
    現場で欠かせないPDFの「文字編集」
========================================= */
.genba {
    padding: 80px 60px;
    margin-top: 60px;
    background: #FFF4F4;
    border-radius: 20px;
}
.genba_title {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.4706;
    text-align: center;
}
.genba_cont {
    background: #fff;
    margin-top: 50px;
    padding: 54px 60px;
}
.genba ul.use_text_list {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 16px 18px;
    margin-top: 12px;
}
.genba_item p:first-of-type {
    margin-top: 22px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.35;
}
.genba_item p + p {
    margin-top: 12px;
}
.genba_item + .genba_item {
    margin-top: 34px;
}
.genba_img {
    display: block;
    margin-top: 34px;
}
