a {
    text-decoration: none;
    color: #3063c7;
}

p {
    font-size: 16px;
    line-height: 1.6;
}


.pathArea {
    max-width: 1260px;
    margin: 15px auto 10px;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-left: 15px;
}

.pathArea li {
    display: inline;
   
}

.pathArea li a {
    display: inline;
    color: #3063c7;
    text-decoration: none;
}

.pathArea li a:hover {
    text-decoration: underline;
}

.pathArea li a span {
    color: #3063c7;
    font-size: 14px;
}

.pathArea li span {
    color: #333333;
}

.PathArea-sp {
    display: none;
}

.main-title {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.6;
    padding: 10px 30px 10px 0;
}

.main-title h1 {
    color: #ffffff;
}

.main-title h1 br:nth-child(1),
.main-title h1 br:nth-child(3) {
    display: none;
}

.font-color {
    color: #ff4500;
    -webkit-text-stroke: 6px #fff;
    position: relative;
    z-index: 2;
}

.font-color::before {
    content: "デジタル化ガイド";
    position: absolute;
    z-index: 1;
    color: #ff4500;
    -webkit-text-stroke: 0;
}

.dl-material_inner {
    display: flex;
    width: 90%;
    margin: 20px auto 30px;
    justify-content: center;
    padding: 23px 15px 15px 20px;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

.dl-material_img {
    width: 40%;
}

.dl-material_img img {
    width: 100%;
}

.dl-material_txt {
    margin-left: 20px;
    width: 60%;
}

.dl-material_txt p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.dl-material_link {
    text-align: center;
}

.dl-material_link a {
    display: inline-block;
    background-color: #ffcc00;
    padding: 20px 25px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.dl-material_link a:hover {
    opacity: .7;
}

.sub-content {
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.sub-content_title {
    padding: 15px 20px;
    background-color: #002366;

}

h2 {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
}

.sub-content_txt {
    font-size: 16px;
    line-height: 1.6;
    padding: 20px;
}

.sub-content_txt li {
    padding-bottom: 15px;
}

.dl-material_link a span {
    font-size: 16px;
}

.link_position {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.link_position a {
    line-height: 1.7;
    padding-left: 30px;
    padding-right: 30px;
}

.detail_link {
    text-align: right;
    padding: 0 20px 20px;
}

.detail_link a {
    font-size: 16px;
}

.service_info {
    max-width: 1000px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
}

.link-btn_flex {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.service_info_inner {
    width: 65%;
    padding: 20px;
}

.service_info_txt {
    padding: 30px;
    border-radius: 30px;
    border: 3px solid #999999;
    position: relative;
}

.service_info_txt::before {
    content: "";
    position: absolute;
    top: 63%;
    left: 100%;
    border: 12px solid transparent;
    border-left: 20px solid #fff;
    z-index: 2;
}

.service_info_txt::after {
    content: "";
    position: absolute;
    top: 60%;
    left: 100%;
    border: 16px solid transparent;
    border-left: 25px solid #999999;
    z-index: 1;
}

.btn_sp {
    display: none;
}

.btn-color01 a {
    background-color: #ff0000;
    color: #ffffff;
    padding: 20px 25px;
    
}

.btn-color02 a {
    background-color: #000099;
    color: #ffffff;
    padding: 20px 25px;
}

.service_info_img {
    width: 215px;
}

.usage-example {
    padding-bottom: 50px;
}

.facility {
    padding-top: 20px;
}


@media screen and (max-width: 640px) {
    .lp-main__content{
        padding: 0;
    }
    .pathArea {
        display: none;
    }

    .PathArea-sp {
        display: block;
        margin: 10px 3% 0;
        padding: 0 0 15px;
    }

    .main-title {
        font-size: 28px;
        padding: 10px 10px 10px 0;
    }

    .main-title h1 br:nth-child(1),
    .main-title h1 br:nth-child(3) {
        display: block;
    }

    .dl-material_inner {
        width: 90%;
        padding: 15px 10px;
        display: block;
    }

    .dl-material_img {
        width: 90%;
        margin: 0 auto;
    }

    .dl-material_txt {
        width: 100%;
        margin-left: 0;
        display: flex
;
        flex-direction: column-reverse;
    }

    .dl-material_txt p {
        margin-top: 13px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    h2 {
        font-size: 22px;
    }

    .link_position a {
        padding: 15px 30px;
    }

    .dl-material_link {
        margin-top: 10px;
    }

    .dl-material_link a {
        font-size: 19px;
    }

    .sub-content_txt {
        padding: 15px 10px;
    }

    .service_info {
        margin-bottom: 0;
    }

    .service_info_inner {
        width: 90%;
        padding: 5px;
    }

    .service_info_txt {
        padding: 10px 8px 10px 13px;
    }

    .service_info_txt p {
        font-size: 15px;
    }

    .service_info_img {
        padding-top: 20px;
    }

    .btn_pc {
        display: none;
    }

    .btn_sp {
        display: flex;
    }

    .link-btn_flex {
        margin-top: 10px;
    }

    .btn-color01 {
        margin-right: 5px;
    }

    .btn-color01 a {
        padding: 15px 5px;
        font-size: 15px;
        width: 105%;
    }

    .btn-color02 a {
        padding: 15px 5px;
        font-size: 15px;
        width: 105%;
    }

    .service_info_txt::after {
        top:61%;
    }

    .usage-example {
        width: 97%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .facility {
        padding-top: 50px;
    }

    .facility_txt_inner {
        padding: 10px 15px 10px;
    }

}