@charset "UTF-8";

.outline {
    max-width: 920px;
    margin: 0 auto;
}
.service_category dl {
    margin-bottom: 30px;
    padding: 20px 25px;
    background: var(--light);
}
.service_category dt.merit {
    margin-top: 0;
    font-size: 2rem;
    display: flex;
    align-items: center;
    gap: 6px;
}
.service_category dt.merit:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--blue);
    border: none;
    border-radius: 10px;
}
.service_category dt {
    font-weight: bold;
}
.service_category dt.point {
    border-top: dotted 3px var(--gray02);
    text-align: left;
    padding-top: 20px;
}
.service_category dd {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6em;
}
.service_category ul.service_point li {
    position: relative;
    margin: 4px 0 0 30px;
    color: var(--primary_color);
    display: flex;
    align-items: center;
}
.service_category ul.service_point li:before {
    position: absolute;
    content: '';
    background: url('../img/service/service_check.svg');
    width: 20px;
    height: 20px;
    left: -30px;
}
.service_category .category_top_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}
.service_category .category_top_list .left {
    width: 50%;
}
.service_category .category_top_list .left .slider {
    /*margin-top: 28px;*/
}
.service_category .category_top_list li span {
    box-shadow: none;
}
.service_category .category_top_list .left .slick-list {
    overflow: hidden;
}
.service_category .category_top_list .search_logo {
    width: 100%;
}
.service_category .category_top_list .search_logo .slick-list {
    overflow: hidden;
}
.service_category .main_btn {
    /*margin-top: 25px;*/
    width: 50%;
}
.service_category .main_btn .btn_primary {
    max-width: 100%;
    height: 75px;
    padding: 25px 32px 25px;
    margin: -15px auto 10px;
    font-size: 2.1rem;
    background-color: var(--accent_color);
    border-radius: 50vw;
    border: solid 2px var(--accent_color);
}
.service_category .main_btn .btn_primary::before {
    display: none;
}
.service_category .main_btn .btn_primary:hover {
    background-color: #fff;
    color: var(--accent_color);
    opacity: 1;

}
.service_category .main_btn span {
    display: block;
    width: 77%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: #fff;
    color: var(--accent_color);
    font-weight: bold;
    padding: 7px;
    border-radius: 5px;
    z-index: +1;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.service_category .main_btn span::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.service_category .main_btn span::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    bottom: -8px;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.service_category .about_point {
    margin: 0 auto;
    text-align: right;
}
.service_category .about_point a {
    text-decoration: underline;
    font-size: var(--font_size_s);
    color: var(--primary_color);
}
.service_ranking {
    margin: 0 auto 30px;
}
.service_ranking h4 {
    position: relative;
    padding: 0.5em;
    background: #f6f6f6;
    color: var(--primary_color);
    font-weight: bold;
    text-align: center;
    border-left: solid 15px var(--primary_color);
    border-right: solid 15px var(--primary_color);
}
.service_ranking h4::before {
    position: absolute;
    content: '';
    top: 100%;
    left: -15px;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 25px #ccc;
    z-index: -1;
}
.service_ranking h4::after {
    position: absolute;
    content: '';
    top: 100%;
    right: -15px;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 25px #ccc;
    z-index: -1;
}
.service_detail3 {
    background-color: var(--light);
    padding: 20px 25px;
    margin: 0 0 20px;
    position: relative;
}
.service_detail3 .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.service_detail3 h4 {
    font-size: var(--font_size_m);
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.service_detail3 h4 img {
    height: 100%;
    border: none;
    width: auto;
    margin-right: 8px;
}
.service_detail3 h4 a.txt {
    color: var(--primary_color);
    line-height: normal;
    font-size: 2rem;
}
.service_detail3 h4 .txt1 {
    color: var(--primary_color);
    line-height: 1.3em;
    margin-left: 10px;
}
.service_detail3 .title b {
    line-height: 1.3em;
    font-size: var(--font_size_r);
    margin-top: 2px;
    font-weight: bold;
}
.service_detail3 .caption {
    display: flex;
    align-items: center;
}
.service_detail3 a.thumb_logo {
    width: 118px;
    height: 118px;
    flex-shrink: 0;
    margin-right: 20px;
    padding: 8px;
    box-sizing: border-box;
    border: solid 1px #efefef;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.service_detail3 .thumb_logo1 {
    width: 90px;
    height: 90px;
    margin-right: 15px;
    padding: 8px;
    box-sizing: border-box;
    border: solid 1px #efefef;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service_detail3 .thumb_logo1 img {
    height: auto;
    object-fit: contain;
    object-position: 50% 50%;
    display: block;
    font-size: 5px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}
.service_detail3 a.thumb_logo img {
    font-size: var(--font_size_xs);
    width: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    display: block;
}
.service_detail3 p {
    line-height: 1.6em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-weight: 500;
    font-size: 1.2rem;
    flex: 1;
}
.service_detail3 .summary {
    font-size: 1.6rem;
}
.service_detail3 .col3 .data_txt_01 {
    flex: 1;
    padding: 2px 0;
    background: #ffffff;
    background-color: var(--blue);
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_detail3 .col3 .data_txt_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 5px;
    line-height: 1.4em;
}
.service_detail3 .btnset{
    display: flex;
    align-items: center;
    margin-top: 12px;
    width: 100%;
}
.service_detail3 .col3 {
    background: #fff;
    box-sizing: border-box;
    flex: 2.5;
    border: solid 1px var(--gray02);
}
.service_detail3 .col3 .data {
    width: 33.33%;
    border-right: solid 1px var(--gray02);
    display: flex;
    flex-direction: column;
}
.service_detail3 .col3 .data:last-of-type {
    border: none;
}
.service_detail3:after {
    content: "";
    clear: both;
    display: block;
}
.service_detail3 .checkbox02 {
    flex: 1;
    margin: 0 0 0 16px;
    padding: 15px 0;
    width: 250px;
    height: 55px;
    border-radius: 50vw;
    border: solid 2px #fe0000;
    transition: .3s;
}
/* .service_detail3 .checkbox02:hover {
    background-color: #fff;
    color: #fe0000;
} */
.service_detail3 .checkbox02.request:hover {
    background-color: #fff;
    color: var(--primary_color);
}
.checkbox02:before, .checkbox02:after {
    display: block;
    content: '';
    background-color: #fff;
    position: absolute;
    width: 18px;
    height: 3px;
    top: 24px;
    left: 29px;
    right: auto;
    border-radius: 0px;
    transition: .0s;
}
.checkbox02:before {
    width: 3px;
    height: 18px;
    top: 17px;
    left: 37px;
    right: auto;
    transition: .2s;
}
.service_detail3 input[type=checkbox]:checked + .checkbox02::after {
    right: auto;
    top: 21px;
    height: 14px;
    margin-top: -5px;
    width: 7px;
}

.service_detail3 .checkbox02.request {
    float: right;
    background: var(--primary_color);
    border: solid 2px var(--primary_color);
    width: 40%;
}
.service_detail3 .checkbox02.meeting {
    background: #fe6e00;
    border: solid 2px #fe6e00;
}
.service_detail3 .checkbox02.request::before,
.service_detail3 .checkbox02.request::after,
.service_detail3 .checkbox02.meeting::after {
    content: none;
}
.service_detail3 .checkbox02.meeting::before {
    content: "";
    width: 9px;
    height: 22px;
    background: #fff;
    clip-path: polygon( 40% 50%, 100% 75%, 40% 100%, 0% 100%, 0% 50%);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -16px;
}
input[type=checkbox]:checked + .checkbox02.request {
    font-size: 12px;
    border: solid 2px var(--primary_color);
    color: var(--primary_color);
}
input[type=checkbox]:checked + .checkbox02.request::after {
    border-right: solid 3px var(--primary_color);
    border-bottom: solid 3px var(--primary_color);
    display: none;
}
input[type=checkbox]:checked + .checkbox02.meeting {
    border: solid 2px #ccc;
    color: var(--primary_color);
}
input[type=checkbox]:checked + .checkbox02.meeting::after {
    border-right: solid 3px var(--basic_color_light);
    border-bottom: solid 3px var(--basic_color_light);
}
input[type=checkbox] + .checkbox02.request span::after {
    content: "資料リクエストをする";
}
input[type=checkbox]:checked + .checkbox02.request span::after {
    content: "リクエストありがとうございます";
}
input[type=checkbox] + .checkbox02.meeting span::after {
    content: "商談を申込む";
}
input[type=checkbox]:checked + .checkbox02.meeting span::after {
    content: "商談申込み済み";
    color: var(--basic_color_light);
}
.service_category .banner {
    margin: 20px auto;
    text-align: center;
}
.service_category .banner img {
    width: auto;
}

.service_category_other {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
.service_category_other h2 {
    color: var(--primary_color);
    font-size: var(--font_size_r);
    font-weight: bold;
    text-align: center;
    display: block;
    letter-spacing: .5px;
    border-bottom: 1px solid var(--primary_color);
    padding-bottom: 10px;
    margin: 10px auto;
}
.service_category_other ul {
    overflow: hidden;
    display: block;
}

.service_category_other ul li {
    font-size: var(--font_size_s);
    font-weight: bold;
    position: relative;
    border-bottom: solid 1px var(--light_color2);
    padding: 10px 0 5px;
    display: flex;
}

@media screen and (max-width: 768px) {
    .outline {
        max-width: 100%;
    }
    .service_category .category_top_list {
        display: block;
    }
    .service_category .category_top_list .left {
        width: 100%;
    }
    .service_category .main_btn {
        margin-top: 25px;
        width: 100%;
    }
    .service_category .main_btn .btn_primary {
        max-width: 100%;
        height: 70px;
        font-size: 1.6rem;
        margin: -15px auto 5px;
    }
    .service_category .main_btn .btn_primary:before {
        margin-top: -10px;
    }
    .service_category .main_btn span {
        width: 80%;
        font-size: 1.3rem;
    }
    .service_ranking p {
        text-align: left;
        margin-top: 15px;
    }
    .service_detail3 .title {
        display: block;
    }
    .service_detail3 h4 {
        font-size: var(--font_size_r);
        align-items: flex-end;
        margin-bottom: 10px;
    }
    .service_detail3 h4 a.txt {
        font-size: 1.8rem;
    }
    .service_detail3 .title b {
        font-size: var(--font_size_s);
        display: block;
        text-align: right;
    }
    .service_detail3 h4 a.txt:after {
        width: 5px;
        height: 5px;
    }
    .service_detail3 a.thumb_logo {
        float: left;
        width: 90px;
        height: 90px;
    }
    .service_detail3 p {
        line-height: 1.7em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        font-size: var(--font_size_s);
    }
    .service_detail3 .col3 .data_txt_01 {
        flex: none;
        margin: 0 5px 0 0;
        width: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.4rem;
    }
    .service_detail3 .btnset {
        display: block;
        margin-top: 10px;
    }
    .service_detail3 .col3 {
        display: block;
    }
    .service_detail3 .col3 .data {
        width: auto;
        display: flex;
        border-bottom: solid 1px var(--gray02);
        border-right: none;
        flex-direction: row;
    }
    .service_detail3 .checkbox02 {
        width: 100%;
        margin: 20px auto 0;
    }
    .service_category .banner img {
        width: 100%;
    }
    .service_detail3 .checkbox02.request{
        padding: 9px 0;
        float: none;
        width: auto;
    }
    input[type=checkbox]:checked + .checkbox02.request {
        font-size: 16px;
    }
    input[type=checkbox] + .checkbox02.request span::after, input[type=checkbox]:checked + .checkbox02.request span::after {
        position: relative;
        top: 5px;
    }
}

/*-- --------- --------- --------- --------- --*/
/* WTC_DEV-9973 サービスディレクトリ改修 */
/*-- --------- --------- --------- --------- --*/
:root {
    /* 色指定 */
    --basic: #2b2b2b;
    --light: #f8f7f6;
    --blue: #10497d;
    --accent_color: #FE0000;
    --gray:#999999;
    --gray02: #d6d3d0;
    --keiri: #187ed3;
    --jinji: #ff8a00;
    --soumu: #9b3bd2;
    --houmu: #39ad00;
    --keieikikaku: #e03636;
    --no1: #c9a45c;
    --no2: #999999;
    --no3: #935921;
}
#service h1.main_til {
    color: var(--basic);
    font-size: 24px;
    margin: 0;
    padding-bottom: 8px;
    border-bottom: solid 3px var(--gray02);
    position: relative;
    display: inline-block;
}
#service h1.main_til::before {
    content: "";
    position: absolute;
    background-color: var(--blue);
    width: 48px;
    height: 3px;
    bottom: -3px;
}
#service h2.ttl {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    padding-left: 10px;
    border-left: solid 4px var(--blue);
    text-align: left;
}
#service {
    color: var(--basic);
    font-feature-settings: "palt";
}
#service .detail_title {
    margin: 30px 0;
}
#service .detail_title.sub_title {
    align-items: flex-start;
}
#service .txt_wrapper {
    margin-left: 30px;
}
#service .news_lead {
    margin: 0 0 20px 0;
    font-size: 16px;
}
/***** 検索窓 *****/
#service .search-form-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #686868;
    border-radius: 50vw;
    padding: 8px 4px 8px 30px;
}
#service .search-form-3 input {
    width: 100%;
    padding: 0;
    border: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
}
#service .search-form-3 label {
    width: 100%;
}
#service .search-form-3 input::placeholder{
    color: #bababa;
}
#service .search-form-3 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    border: none;
    border-left: solid 1px var(--basic);
    background-color: transparent;
    cursor: pointer;
}
#service .search-form-3 button::after {
    width: 21px;
    height: 21px;
    background-image: url("../img/service/search_area.png");
    background-repeat: no-repeat;
    content: '';
}

@media screen and (max-width: 768px) {
    #service h1.main_til {
        font-size: 20px;
        display: inline-block;
        margin-bottom: 20px;
        padding-bottom: 8px;
        border-bottom: solid 2px var(--gray02);
    }
    #service h1.main_til::before {
        width: 39px;
        height: 2px;
        bottom: -2px;
    }
    #service h2.ttl {
        font-size: 18px;
        line-height: 1.2em;
        margin-bottom: 30px;
    }
    #service .detail_title {
        display: block;
        margin: 20px 0 30px;
    }
    #service .txt_wrapper {
        margin-left: 0;
    }
    #service .news_lead {
        margin: 0 0 20px 0;
        padding: 0;
        font-size: 14px;
        line-height: 1.6em;
        width: 100%;
    }
    /***** 検索窓 *****/
    #service .search-form-3 {
        margin-bottom: 30px;
        padding: 5px 4px 5px 21px;
    }
    #service .search-form-3 button {
        width: 40px;
    }
}

/*---------------------------------------
カテゴリからサービスを探す
---------------------------------------*/
#service .service_search-area {
    background-color: var(--blue);
    border-radius: 5px;
    margin-top: 60px;
    padding: 40px;
}
#service .service_search-area .ttl {
    color: #fff;
    border-left: solid 4px #fff;
    margin-bottom: 30px;
}
#service .tab_item {
    height: 50px;
    background-color: var(--light);
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin-right: 5px;
    padding: 0 20px;
    border-radius: 4px 4px 0 0;
    position: relative;
}
#service .tab_item:hover {
    opacity: 1;
    cursor: pointer;
}
#service .tab_item > br {
    display: none;
}
#service .service_search-area input[name="tab_item"] {
    display: none;
}
#service .service_search-area input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--keiri);
    border: none;
    border-radius: 10px;
    margin: 0 7px 3px 0;
}
#service .service_search-area input[type="radio"]#jinji + label:before {
    background: var(--jinji);
}
#service .service_search-area input[type="radio"]#soumu + label:before {
    background: var(--soumu);
}
#service .service_search-area input[type="radio"]#houmu + label:before {
    background: var(--houmu);
}
#service .service_search-area input[type="radio"]#keiei_kikaku + label:before {
    background: var(--keieikikaku);
}
#service .service_search-area input[type="radio"] + label:after {
    content: "";

}
#service .tab_content {
    display: none;
    padding: 30px 30px 20px;
    clear: both;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0 4px 4px 4px;
}
/*選択されているタブのコンテンツのみを表示*/
#keiri_zaimu:checked ~ #keiri_zaimu_content,
#jinji:checked ~ #jinji_content,
#soumu:checked ~ #soumu_content,
#houmu:checked ~ #houmu_content,
#keiei_kikaku:checked ~ #keiei_kikaku_content {
    display: block;
}
/*選択されているタブのスタイルを変える*/
#service .service_tabs input:checked + .tab_item {
    background-color: var(--keiri);
    color: #fff;
}
#service .service_search-area input#jinji:checked + .tab_item {
    background-color: var(--jinji);
}
#service .service_search-area input#jinji:checked + label:after {
    border-top: 8px solid var(--jinji);
}
#service .service_search-area input#soumu:checked + .tab_item {
    background-color: var(--soumu);
}
#service .service_search-area input#soumu:checked + label:after {
    border-top: 8px solid var(--soumu);
}
#service .service_search-area input#houmu:checked + .tab_item {
    background-color: var(--houmu);
}
#service .service_search-area input#houmu:checked + label:after {
    border-top: 8px solid var(--houmu);
}
#service .service_search-area input#keiei_kikaku:checked + .tab_item {
    background-color: var(--keieikikaku);
}
#service .service_search-area input#keiei_kikaku:checked + label:after {
    border-top: 8px solid var(--keieikikaku);
}
#service .service_tabs input:checked + label:before,
#service .service_search-area input[type="radio"]#jinji:checked + label:before,
#service .service_search-area input[type="radio"]#soumu:checked + label:before,
#service .service_search-area input[type="radio"]#houmu:checked + label:before,
#service .service_search-area input[type="radio"]#keiei_kikaku:checked + label:before {
    background-color: #fff;
}
#service .service_tabs input:checked + label:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-top: 8px solid var(--keiri);
    background: unset;
    border-radius: unset;
    width: unset;
    height: unset;
}
#service .service-tag {
    display: inline-block;
}
#service .service-tag_link {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 10px 15px;
    line-height: 1;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid var(--gray02);
    border-radius: 50vw;
}
@media screen and (max-width: 768px) {
    #service .service_search-area {
        margin-top: 40px;
        padding: 20px;
    }
    #service .tab_item {
        font-size: 14px;
        margin-right: 3px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        line-height: 1.1;
    }
    #service .tab_content {
        padding: 20px 15px 10px;
    }
    #service .service-tag_link {
        margin: 0 5px 5px 0;
        padding: 7px 8px;
        font-size: 12px;
    }
    #service .tab_item .dot {
        display: none;
    }
    #service .service_search-area input[type="radio"] + label:before {
        width: 5px;
        height: 5px;
        margin: 0 3px 3px 0;
    }
}
@media screen and (max-width: 430px) {
    #service .tab_item > br {
        display: block;
    }
}

/*---------------------------------------
業者紹介・お見積もりサービス
---------------------------------------*/
#service #emeao {
    margin-top: 60px;
    padding: 0;
}
#service .emeao {
    background: var(--light);
    color: var(--basic);
}
#service .emeao-subtil::before {
    border: 2px solid var(--blue);
}
#service .emeao-subtil span.subtil_color {
    color: var(--accent_color);
}
#service .emeao-til::before {
    background: var(--blue);
    box-shadow: 12px 8px 0 0 rgb(248,134,0);
}
#service .emeao-txt {
    border: solid 2px var(--blue);
}
#service .emeao-txt:before {
    content: "";
    position: absolute;
    top: 40%;
    right: -15px;
    left: unset;
    margin-top: -8px;
    border: 8px solid transparent;
    border-left: 8px solid #FFF;
    z-index: 2;
}
#service .emeao-txt:after {
    content: "";
    position: absolute;
    top: 40%;
    right: -20px;
    left: unset;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 10px solid var(--blue);
    z-index: 1;
}
#service .emeao-txt span {
    color: var(--blue);
    text-decoration: none;
}
#service .emeao-img {
    width: 114px;
}
#service .emeao-img {
    border: none;
    background-color: unset;
    border-radius: unset;
}
#service .emeao-img img {
    width: 111px;
    top: -6.4rem;
}
#service .emeao-feature {
    background: var(--blue);
}
#service .emeao-feature::before {
    background: var(--blue);
}
#service .emeao-feature_li li {
    border: 2px solid #fff;
    padding: 0.6rem;
}
#service .emeao-feature_img {
    width: 56px;
    height: 56px;
}
#service .emeao_link_li li a {
    color: var(--blue);
    border-bottom: 1.6px solid var(--blue);
}

@media screen and (max-width: 768px) {
    #service #emeao {
        margin-top: 40px;
    }
    #service .emeao-img img {
        width: 90px;
        top: -0.7rem;
    }
    #service .emeao-txt_box {
        flex-wrap: nowrap;
    }
    #service .emeao-txt {
        width: calc(100% - 7.2rem);
    }
    #service .emeao-feature_li p {
        margin-left: 8px;
    }
}
@media screen and (max-width: 500px) {
    #service .emeao-til_box {
        margin-bottom: 2.4rem;
    }
    #service .emeao-img img {
        top: 0.5rem;
    }
    #service .emeao-feature {
        margin-top: -3rem;
    }
}
@media screen and (max-width: 480px) {
    #service .emeao-img img {
        top: -0.5rem;
    }
    #service .emeao-txt {
        font-size: 1.4rem;
        line-height: 2rem;
        padding: 1rem 1rem;
    }
    #service .emeao-subtil {
        width: 240px;
        font-size: 1.3rem;
        padding: 0.4rem 0.8rem 0.2rem 1.2rem;
    }
    #service .emeao-til span {
        font-size: 1.8rem;
    }
    #service .emeao-til_box, #service .emeao-til::before {
        width: 280px;
    }
}


/*---------------------------------------
注目のカテゴリ
---------------------------------------*/
#service .pickup-category {
    margin-top: 60px;
}
#service .pickup {
    justify-content: space-between;
    margin: 0 0 60px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}
#service .pickup article {
    width: 100%;
    padding:0;
}
#service .pickup article .pickup_con {
    padding: 0;
    background: var(--light);
    border-radius: 5px;
    height: 100%;
    position: relative;
}
#service .pickup article:nth-child(n+4) .pickup_con {
    margin-bottom: 0;
}
#service .pickup article .pickup_ttl {
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0;
    background-color: var(--blue);
    color: #fff;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
}
#service .pickup article .inner {
    display: block;
    margin: 0 0 56px;
    padding: 20px;
}
#service .thumb_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}
#service .thumb_wrapper:last-child {
    margin-bottom: 0;
}
#service .pickup article .thumb {
    width: 40%;
    max-width: 100px;
    border-radius: 0;
    box-shadow: unset;
    margin: 0 15px 0 0;
}
#service .pickup-txt_wrapper {
    text-align: left;
    font-weight: 600;
    flex: 1;
}
#service .pickup-txt_wrapper .pickup_company {
    font-size: 12px;
}
#service .pickup article .btn_secondary {
    border-radius: 50vw;
    background: var(--blue);
    border: solid 2px var(--blue);
    padding: 11px 0;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
}
#service .pickup article .btn_secondary:hover {
    background-color: #fff;
    color: var(--blue);
    opacity: 1;
}
#service .btn_secondary::before {
    display: none;
}

@media screen and (max-width: 768px) {
    #service .pickup {
        grid-template-columns: repeat(1,1fr);
    }
    #service .pickup-category {
        margin-top: 40px;
    }
    #service .pickup article {
        width: 100%;
    }
    #service .pickup article .pickup_con {
        margin-bottom: 0;
    }
    #service .pickup article .pickup_ttl {
        padding: 8px 0;
        font-size: 16px;
    }
    #service .pickup article .thumb {
        width: 80px;
    }
    #service .pickup-txt_wrapper {
        font-size: 15px;
    }
    #service .pickup .thumb_wrapper:last-of-type {
        display: none;
    }
}

/*---------------------------------------
サービスを探す
---------------------------------------*/
.service-search {
    margin-top: 60px;
    background-color: var(--light);
}

/*---------------------------------------
サービス：大カテゴリトップページ（WTC_DEV-10667）
---------------------------------------*/
#service {
    .catTopHeader01 {
        margin-bottom: 2.2rem;
        border-left: 4px solid var(--blue);
        padding: 1.2rem;
        font-size: 2.2rem;
        font-weight: bold;
        background: #f6f6f6;
    }
    .catTopHeader02 {
        --borderW: 2px;
        display: block;
        margin: 6rem 0 0;
        padding: 0 0 6px 10px;
        border-bottom: solid var(--borderW) var(--gray02);
        position: relative;
        font-size: 2rem;
        color: var(--basic);

        &::after {
            width: 50px;
            height: var(--borderW);
            position: absolute;
            left: 0;
            bottom: calc(-1 * var(--borderW));
            background-color: var(--blue);
            content: "";
        }
    }
    .categoryList {
        display: flex;
        flex-wrap: wrap;

        li {
            margin: 2.2rem 20px 0 0;

            a {
                display: block;
                padding: 8px 20px;
                border-radius: 100vw;
                border: 1px solid #d6d3d0;
                font-size: 1.4rem;
            }
        }
    }
    .catLinkBlock {
        margin-top: 3.2rem;

        & + .catLinkBlock {
            margin-top: 2rem;
        }
        a {
            display: flex;
            align-items: center;
            border-radius: 10px;
            border: 1px solid #d6d3d0;
            padding: 20px 0;

            .name {
                width: 28%;
                padding: 0 30px;

                span {
                    display: block;
                    padding-left: 15px;
                    position: relative;
                    font-size: 1.8rem;
                    font-weight: bold;
                    color: var(--blue);
    
                    &::before {
                        width: 6px;
                        height: 6px;
                        border-right: 1.5px solid var(--blue);
                        border-top: 1.5px solid var(--blue);
                        position: absolute;
                        top: 0.55em;
                        left: 0;
                        transform: rotate(45deg);
                        content: "";
                    }
                }
            }
            .description {
                width: 72%;
                border-left: 1px solid #d6d3d0;
                padding: 10px 50px;
                font-size: 1.4rem;
            }
        }
    }
}
@media screen and (max-width: 768px) {
    #service {
        .catTopHeader01 {
            margin-bottom: 1.6rem;
            padding: 1rem;
            font-size: 2rem;
        }
        .catTopHeader02 {
            margin: 4.8rem 0 0;
            padding: 0 0 6px 0;
            font-size: 1.8rem;
        }
        .catTopLead {
            font-size: 1.4rem;
        }
        .categoryList {
            li {
                margin: 1.6rem 10px 0 0;

                a {
                    padding: 6px 15px;
                    font-size: 1.2rem;
                }
            }
        }
        .catLinkBlock {
            margin-top: 2rem;
    
            a {
                display: block;
                padding: 25px;
    
                .name {
                    width: auto;
                    padding: 0;
    
                    span {
                        font-size: 1.6rem;
                    }
                }
                &:hover .name {
                    text-decoration: none;
                }
                .description {
                    width: auto;
                    margin-top: 20px;
                    border-top: 1px solid #d6d3d0;
                    border-left: none;
                    padding: 20px 0 0;
                }
            }
        }
    }
}

/*---------------------------------------
side
---------------------------------------*/
.side_con {
    margin: 40px 0;
}
.side_ttl {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: solid 2px var(--gray02);
    position: relative;
    line-height: 1em;
}
.side_ttl::before {
    content: "";
    position: absolute;
    background-color: var(--blue);
    width: 64px;
    height: 2px;
    bottom: -2px;
}

/*----------------------
資料請求する
----------------------*/
.service_request {
    display: none;
    margin: 30px 0;
    padding: 16px 20px;
    background-color: var(--light);
    border-radius: 5px;
    border: solid 2px var(--basic);
    text-align: center;
}
.service_request_txt {
    font-size: 17px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 12px;
    position: relative;
}
.service_request_txt::before {
    content: "";
    background-image: url(../img/service/orange_triangle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 27px;
    height: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 82px);
}
.service_request_txt::after {
    content: "";
    background-image: url(../img/service/orange_triangle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 27px;
    height: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(50% - 82px);
}
.service_request_txt > span {
    color: var(--accent_color);
}
.service_request_txt > span > i {
    font-size: 24px;
}
.service_request_btn {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    background-color: var(--accent_color);
    border: solid 2px var(--accent_color);
    border-radius: 50vw;
    padding: 7px 0;
    display: block;
    color: #fff;
}
.service_request_btn:hover {
    background-color: #fff;
    color: var(--accent_color);
    cursor: pointer;
    opacity: 1;
}

/*----------------------
資料請求ランキング
----------------------*/
.request_ranking_list-con {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: solid 1px var(--gray02);
}
.request_ranking_list-con .img_area {
    width: 80px;
    height: 80px;
    border: solid 1px var(--gray02);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.request_ranking_list-con .img_area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.3rem;
    font-weight: 600;
    font-family: "Roboto", serif;
    line-height: 1em;
    padding: 4px;
    color: #fff;
}
.request_ranking_list-con:first-child .img_area:before {
    content: "1";
    background-color: var(--no1);
}
.request_ranking_list-con:nth-child(2) .img_area:before {
    content: "2";
    background-color: var(--no2);
}
.request_ranking_list-con:last-child .img_area:before {
    content: "3";
    background-color: var(--no3);
}
.request_ranking_list-con .txt_area {
    margin-left: 18px;
    font-weight: 600;
    flex: 1;
}
.request_ranking_list-con .service_name {
    font-size: 16px;
}
.request_ranking_list-con .company_name {
    font-size: 12px;
    margin-bottom: 6px;
}
.request_ranking_list-con .tag_area {
    margin-bottom: 10px;
}
.request_ranking_list-con .tag {
    color: var(--basic);
    background-color: #fff;
    border: 1px solid var(--gray02);
    margin: 0 5px 0 0;
}
.request_ranking_list-con .select_btn {
    background-color: var(--accent_color);
    font-size: 14px;
    color: #fff;
    padding: 5px 0;
    display: block;
    border: solid 2px var(--accent_color);
    border-radius: 50vw;
    width: 200px;
    text-align: center;
}
.request_ranking_list-con .select_btn:hover {
    opacity: 1;
    cursor: pointer;
    background-color: #fff;
    color: var(--accent_color);
}

/*----------------------
人気のカテゴリ
----------------------*/
.popular-category {
    margin: 40px 0 30px;
}
.popular-category .tag_list {
    display: inline-block;
}
.popular-category .tag {
    display: inline-block;
    margin: 0 8px 10px 0;
    padding: 6px 15px;
    line-height: 1;
    text-decoration: none;
    font-size: 14px;
    color: var(--basic);
    background-color: #fff;
    border: 1px solid var(--gray02);
    border-radius: 50vw;
}

/*----------------------
人気記事ランキング
----------------------*/
.article_list_con {
    position: relative;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 12px;
    padding: 0 0 10px 40px;
    border-bottom: solid 1px var(--gray02);
}
.article_list_con a {
    min-height: 36px;
    display: block;
}
.article_list_con::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2rem;
    font-weight: 600;
    font-family: "Roboto", serif;
    line-height: 1em;
    padding: 6px 8px;
    color: #fff;
}
.article_list_con:first-child:before {
    content: "1";
    background-color: var(--no1);
}
.article_list_con:nth-child(2):before {
    content: "2";
    background-color: var(--no2);
}
.article_list_con:nth-child(3):before {
    content: "3";
    background-color: var(--no3);
}
.article_list_con:nth-child(4):before {
    content: "4";
    background-color: var(--blue);
}
.article_list_con:last-child:before {
    content: "5";
    background-color: var(--blue);
}

/*----------------------
関連記事
----------------------*/
.related_article .article_list_con {
    padding: 0 0 10px 0;
}
.related_article .article_list_con::before {
    display: none;
}
.related_article .article_list_con a {
    min-height: unset;
    display: block;
}
.related_article_ttl {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: solid 2px var(--gray02);
    position: relative;
    line-height: 1em;
}
.related_article_ttl::before {
    content: "";
    position: absolute;
    background-color: var(--blue);
    width: 64px;
    height: 2px;
    bottom: -2px;
}


/*----------------------
条件で絞り込む
----------------------*/
.narrow-down .narrow-down_til {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.narrow-down .tag_area {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
    gap: 10px;
    justify-content: flex-start;
}
.narrow-down .tag_list {
    flex: 0 1 calc(50% - 5px);
    max-width: calc(50% - 5px);
}
.narrow-down .tag {
    display: block;
    margin: 0;
    padding: 6px 15px;
    line-height: 1;
    text-decoration: none;
    font-size: 14px;
    color: var(--basic);
    background-color: #fff;
    border: 1px solid var(--gray02);
    border-radius: 50vw;
    text-align: center;
    cursor: pointer;
}
/* 選択状態のスタイル */
.narrow-down input:checked + .tag {
    background-color: var(--gray02);
}
/* 絞り込みボタン */
.service-side-button-area{
    text-align: center;
}
.narrow-down_btn {
    width: 100%;
    background: var(--blue);
    border: solid 2px var(--blue);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 50vw;
    padding: 7px 0;
    display: block;
    color: #fff;
}
.narrow-down_btn:hover {
    color: var(--blue);
    background: #fff;
    opacity: 1;
}
.txt_Link.clear {
    display: inline-block;
    font-weight: bold;
    text-decoration: underline;
    color: var(--msnavy);
    transition: 0.3s;
    font-size: 1.4rem;
    margin-top: 15px;
    cursor: pointer;
}
/*---------------------------------------
カテゴリ(電子帳簿保存法対応)のサービス一覧
---------------------------------------*/
#service .service_ranking h2.ttl {
    margin-bottom: 10px;
}
#service .service_detail3 .txt_con {
    padding-left: 20px;
    border-left: 3px dotted var(--gray02);
    width: 100%;
}
#service .service_detail3.pick-up::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 25px;
    background-image: url(../img/service/pickup.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 15px;
    left: 0;
}
#service .service_detail3.pick-up a.thumb_logo {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    #service .service_category .detail_title {
        margin: 20px 0 0px;
    }
    #service .service_category dt.merit {
        font-size: 1.8rem;
        gap: 8px;
        align-items: flex-start;
    }
    #service .service_category dt.merit:before {
        width: 7px;
        height: 7px;
        flex-shrink: 0;
        margin-top: 10px;
    }
    #service .service_category dl {
        margin-bottom: 20px;
    }
    #service .service_category dd {
        font-size: 1.4rem;
    }
    #service .service_category .img_list {
        display: flex;
        max-width: 360px;
        justify-content: space-between;
        gap: 10px;
        margin: 0 auto;
        align-items: center;
    }
    #service .service_category .img_list img {
        height: auto;
    }
    #service .service_category .main_btn {
        margin-top: 10px;
    }
    #service .service_ranking {
        margin: 50px auto 30px;
    }
    #service .service_ranking p {
        font-size: 1.4rem;
    }
    #service .service_detail3 {
        padding: 20px 20px;
    }
    #service .service_detail3 .title {
        display: flex;
        flex-flow: column-reverse;
        align-items: baseline;
    }
    #service .service_detail3 .txt_con {
        padding: 0;
        border: 0;
    }
    #service .service_detail3 .title b {
        margin-left: auto;
        margin-bottom: 10px;
    }
    #service .service_detail3 .summary {
        font-size: 1.4rem;
        line-height: 1.6em;
    }
    #service .service_detail3 .summary_wrapper {
        display: flex;
        padding-bottom: 20px;
        margin-bottom: 24px;
        border-bottom: dotted 3px var(--gray02);
    }
    .service_detail3 a.thumb_logo.sp {
        width: 90px;
        height: 90px;
        display: flex !important;
    }
    #service .service_detail3.pick-up::before {
        width: 88px;
        height: 19px;
    }
    #service .service_detail3.pick-up a.thumb_logo {
        margin-top: 0;
    }
}
@media screen and (max-width: 450px) {
    #service .service_detail3.pick-up .title b {
        max-width: 220px;
    }
}


/*---------------------------------------
サービス詳細ページ
---------------------------------------*/
#service_detail .outline_box {
    margin: 30px 0 50px;
    padding: 25px;
    border-radius: 0;
    box-shadow: none;
    background: var(--light);
    flex-wrap: nowrap;
    position: relative;
}
#service_detail .bookmark01 {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    color: var(--basic);
    font-size: 1.4rem;
    padding-left: 27px;
}
#service_detail .bookmark01::after {
    position: absolute;
    left: 4px;
    top: 7px;
}
#service_detail input[type=checkbox]:checked + .bookmark01 {
    background: var(--blue);
    color: #fff;
    padding: 4px 8px;
    padding-left: 27px;
}
#service_detail .thumb_logo {
    background: #fff;
    border: none;
    flex-shrink: 0;
}
#service_detail .caption_wrapper {
    margin-left: 20px;
    padding-left: 20px;
    border-left: dotted 3px var(--gray02);
    flex: 1;
}
#service_detail .caption {
    padding-left: 0;
}
#service_detail .company {
    margin: 0 0 10px 0;
    font-size: 2rem;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 10px;
}
#service_detail b {
    margin: 0;
    font-size: 1.6rem;
}
#service_detail .tag {
    margin: 0;
    padding: 2px 10px 1px;
    font-size: 1.3rem;
    color: var(--basic);
    border: solid 1px var(--gray02);
}
#service_detail .tag:hover {
    opacity: 0.6;
}
#service_detail .summary {
    margin: 10px 0 15px;
}
#service_detail .btnset {
    padding: 0;
}
#service_detail .btnset .col3 {
    padding: 0;
    margin: 0;
    background: #fff;
}
#service_detail .btnset .col3 .data {
    padding: 0;
    border: solid 1px var(--gray02);
}
#service_detail .btnset .col3 .data:nth-child(2) {
    border-left: none;
    border-right: none;
}
#service_detail .col3 .data_txt_01 {
    padding: 4px 0;
    background: var(--blue);
    margin-bottom: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
}
#service_detail p.data_txt_02 {
    margin: 0;
    padding: 8px 0;
}
#service_detail .outline {
    width: 100%;
    margin: 0 0 50px;
    max-width: none;
}
#service_detail .documents_img {
    width: 250px;
    margin-right: 40px;
    padding: 30px;
    box-shadow: var(--box_shadow);
    flex-shrink: 0;
}
#service_detail .documents_img img {
    border: none;
}
#service_detail .document_wrap {
    display: flex;
    margin-bottom: 24px;
}
#service_detail .document_box h5 {
    width: 100%;
    float: none;
    font-size: 1.8rem;
    color: var(--basic);
    display: flex;
    align-items: center;
}
#service_detail .document_box h5:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: var(--blue);
    border: none;
    border-radius: 10px;
    top: unset;
}
#service_detail .document_box p {
    width: 100%;
    float: none;
    font-weight: 500;
}
#service_detail .btnset {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
#service_detail .btnset .btn_primary {
    margin: 0;
    margin-top: 20px;
    border-radius: 50vw;
    border: solid 2px var(--accent_color);
}
#service_detail .btnset .btn_primary:hover {
    color: var(--accent_color);
    background: #fff;
}
#service_detail .btnset .btn_primary:before {
    display: none;
}
@media screen and (max-width: 768px) {
    #service .service_detail_til {
        margin-bottom: 0;
    }
    #service_detail .outline_box {
        margin: 0;
        padding: 45px 20px 20px;
    }
    #service_detail .link_detail {
        display: block;
    }
    #service_detail .caption_wrapper {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
    }
    #service_detail .company {
        margin: 0;
        font-size: 1.8rem;
    }
    #service_detail .tag_bookmark {
        margin-bottom: 20px;
    }
    #service_detail .tag {
        font-size: 1.2rem;
    }
    #service_detail .summary_wrapper {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: dotted 3px var(--gray02);
    }
    #service_detail .summary {
        margin: 0 0 0;
        font-size: 1.4rem;
    }
    #service_detail .thumb_logo.sp {
        width: 90px;
        height: 90px;
        flex-shrink: 0;
        display: flex !important;
        align-items: center;
    }
    #service_detail .col3 .data_txt_01 {
        font-size: 1.4rem;
    }
    #service_detail p.data_txt_02 {
        text-align: center;
    }
    #service_detail .btnset .col3 .data:nth-child(2) {
        border-left: solid 1px var(--gray02);
        border-right: solid 1px var(--gray02);
        border-top: none;
        border-bottom: none;
    }
    #service_detail .bookmark01 {
        font-size: 1.2rem;
        right: 15px;
        top: 15px;
    }
    #service_detail .bookmark01::after {
        top: 6px;
    }
    #service_detail .outline {
        margin: 40px 0 0;
    }
    #service_detail .documents_img {
        margin-right: 0;
        margin: 0 auto 20px;
        float: none;
        width: 100%;
        max-width: 250px;
    }
    #service_detail .document_box p {
        font-size: 1.4rem;
    }
    #service_detail .btnset {
        justify-content: center;
    }
}

/*----------------------
タブメニュー
----------------------*/
#service_detail input[type="radio"] {
    display: none;
}
#service_detail input[type="radio"] + label:before {
    display: none;
}
#service_detail input[type="radio"]:checked + label:after {
    display: none;
}
#service_detail .detail_tabs_labels {
    display: flex;
}
/* タブメニュー（ラベル） */
#service_detail .detail-tab_item {
    float: left;
    width: calc(25.25% - 10px);
    margin-right: 10px;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    background-color: #f1f1f1;
    color: #333;
    border: 1px solid #ddd;
    border-bottom: none;
    transition: background-color 0.3s, color 0.3s;
    box-sizing: border-box;
    border: none;
    background: var(--gray02);
    border-radius: 4px 4px 0 0;
}
#service_detail .detail-tab_item:last-of-type {
    margin-right: 0;
}
#service_detail .detail-tab_item .tab_til {
    position: relative;
    padding-left: 20px;
}
#service_detail .detail-tab_item .tab_til br {
    display: none;
}
#service_detail .detail-tab_item .tab_til:before {
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
}
#service_detail .detail-tab_item.overview .tab_til:before {
    content: "";
    background-image: url(../img/service/detail_icon01_off.png);
    width: 15px;
    height: 16px;
}
#service_detail .detail-tab_item.feature .tab_til:before {
    content: "";
    background-image: url(../img/service/detail_icon02_off.png);
    width: 16px;
    height: 15px;
}
#service_detail .detail-tab_item.fee .tab_til:before {
    content: "";
    background-image: url(../img/service/detail_icon03_off.png);
    width: 16px;
    height: 16px;
}
#service_detail .detail-tab_item.com_overview .tab_til:before {
    content: "";
    background-image: url(../img/service/detail_icon04_off.png);
    width: 17px;
    height: 16px;
}
#service_detail .detail-tab_item:hover {
    background-color: #e0e0e0;
}
#service_detail input[type="radio"]:checked + .detail-tab_item {
    position: relative;
    background-color: var(--blue);
    color: #fff;
}
#service_detail input[type="radio"]:checked + .detail-tab_item:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-top: 8px solid var(--blue);
    background: unset;
    border-radius: unset;
    width: unset;
    height: unset;
    display: block;
}
#service_detail input[type="radio"]:checked + .detail-tab_item .tab_til:before {
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
}
#service_detail input[type="radio"]:checked + .detail-tab_item.overview .tab_til:before {
    content: "";
    background-image: url(../img/service/detail_icon01_on.png);
    width: 15px;
    height: 16px;
}
#service_detail input[type="radio"]:checked + .detail-tab_item.feature .tab_til:before {
    content: "";
    background-image: url(../img/service/detail_icon02_on.png);
    width: 16px;
    height: 15px;
}
#service_detail input[type="radio"]:checked + .detail-tab_item.fee .tab_til:before {
    content: "";
    background-image: url(../img/service/detail_icon03_on.png);
    width: 16px;
    height: 16px;
}
#service_detail input[type="radio"]:checked + .detail-tab_item.com_overview .tab_til:before {
    content: "";
    background-image: url(../img/service/detail_icon04_on.png);
    width: 17px;
    height: 16px;
}
#service_detail .tab_content.detail {
    display: none;
    padding: 30px 20px;
    border-radius: 0;
    background: var(--light);
}
#overview:checked ~ #overview_content,
#feature:checked ~ #feature_content,
#fee:checked ~ #fee_content,
#com_overview:checked ~ #com_overview_content {
    display: block;
}
#service_detail .tab_content .summary {
    margin: 0;
}
#service_detail .tab_content .summary table {
    margin: 16px 0 0;
}
#service_detail .tab_content p {
    margin: 0;
}
#service_detail .tab_content .outline {
    margin-bottom: 35px;
}
#service_detail .tab_content .outline .btnset label,
#service_detail .tab_content .outline .btnset a {
    margin: 24px 8px 0;
    border: none;
}
#service_detail .tab_content .outline.jisseki {
    margin-bottom: 0;
}
#service_detail .tab_content .detail_title4 {
    font-size: 2rem;
    background: no-repeat;
    color: var(--basic);
    text-align: left;
    border-left: solid 4px var(--blue);
    border-radius: unset;
    line-height: normal;
    margin: 30px 0 20px;
    padding: 0 0 0 10px;
}
#service_detail .tab_content .detail_title5 {
    color: var(--basic);
    margin: 20px 0 10px 15px;
    display: flex;
    align-items: center;
}
#service_detail .tab_content .detail_title5:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: var(--blue);
    border: none;
    border-radius: 10px;
    top: unset;
}
#service_detail .tab_content .btnset {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
#service_detail .tab_content .btnset .btn_primary {
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    #service_detail .detail_tabs {
        margin-top: 8px;
    }
    #service_detail .detail-tab_item .tab_til {
        padding-left: 0;
    }
    #service_detail .detail-tab_item .tab_til:before, #service_detail input[type="radio"]:checked + .detail-tab_item .tab_til:before {
        display: none;
    }
    #service_detail .detail-tab_item {
        padding: 8px 0;
        font-size: 1.2rem;
        width: calc(25.16% - 5px);
        margin-right: 5px;
    }
    #service_detail .tab_content .outline {
        margin: 0;
    }
    #service_detail .tab_content .outline p {
        font-size: 1.4rem;
    }
    #service_detail .tab_content .detail_title4 {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 500px) {
    #service_detail .detail-tab_item {
        width: calc(25.23% - 5px);
    }
    #service_detail .detail-tab_item .tab_til br {
        display: block;
    }
    #service_detail .tab_content .detail_title5 {
        align-items: flex-start;
    }
    #service_detail .tab_content .detail_title5:before {
        top: 7px;
    }
    #service_detail .detail-tab_item {
        height: 49px;
        display: flex;
        align-items: center;
        line-height: 1.2em;
        justify-content: center;
    }
}
@media screen and (max-width: 400px) {
    #service_detail .detail-tab_item {
        width: calc(25.32% - 5px);
    }
}

/*----------------------
よく比較されているサービス
----------------------*/
#service_detail .comparison_service {
    margin-top: 60px;
    overflow: hidden;
}
#service_detail .comparison_list_con {
    background: var(--light);
    margin: 0 10px;
    padding: 20px;
}
#service_detail .comparison_service .thumb {
    background: #fff;
    margin-bottom: 20px;
    width: 100%;
    aspect-ratio: 1 / 1;
}
#service_detail .comparison_service .thumb img {
    width: 70%;
    margin: 0 auto;
    border: none;
}
#service_detail .comparison-txt_wrapper {
    font-size: 1.8rem;
    font-weight: 600;
}
#service_detail .comparison_service-name {
    margin: 0 0 2px;
}
#service_detail .comparison_company {
    margin: 0 0 20px;
    font-size: 1.6rem;
}
#service_detail .comparison_service .select_btn {
    background-color: var(--accent_color);
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    padding: 9px 0;
    display: block;
    border: solid 2px var(--accent_color);
    border-radius: 50vw;
    width: 100%;
    text-align: center;
}
#service_detail .comparison_service .select_btn:hover {
    color: var(--accent_color);
    background: #fff;
}
.comparison_service_checkbox {
    padding: 11px 0;
    width: 100%;
    min-width: unset;
    height: unset;
    margin: 0;
    border-radius: 50vw;
}
.checkbox02.comparison_service_checkbox:before, .checkbox02.comparison_service_checkbox:after {
    width: 16px;
    height: 3px;
    top: 21px;
    left: 26px;
}
.checkbox02.comparison_service_checkbox:before {
    width: 3px;
    height: 16px;
    top: 15px;
    left: 33px;
}
input[type=checkbox]:checked + .checkbox02.comparison_service_checkbox::after {
    height: 14px;
    margin-top: -6px;
    width: 7px;
}
#service_detail .service-detail_slider {
    position: relative;
    width: 80%;
    margin: auto;
}
#service_detail .service-detail_prev-btn, .service-detail_next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
}
#service_detail .service-detail_prev-btn { left: -50px; }
#service_detail .service-detail_next-btn { right: -50px; }


@media screen and (max-width: 768px) {
    #service_detail .comparison_service {
        margin-top: 40px;
    }
    #service_detail .comparison_service-name {
        margin: 0;
        font-size: 1.6rem;
    }
    #service_detail .comparison_company {
        font-size: 1.4rem;
    }
    #service_detail .comparison_service .select_btn {
        background-color: var(--accent_color);
        font-size: 1.6rem;
    }
    #service_detail .service-detail_prev-btn {
         left: -30px;
         width: 60px;
    }
    #service_detail .service-detail_next-btn {
         right: -30px;
         width: 60px;
    }
    input[type=checkbox]:checked + .checkbox02.comparison_service_checkbox::after {
        margin-top: -2px;
    }
}
