@charset "utf-8";

/*----------------------------------------------------
   共通css
----------------------------------------------------*/
.tabox {
    display: flex;
    justify-content: space-between;
}
.lb section.l-selection.low_selection h2 {
    margin: 6rem 0 2.6rem;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.lb section.l-selection.low_selection .future {
    background: #fffee8;
    padding: 10px;
    min-height: 305px;
    font-size: 14px;
}
.lb section.l-selection.low_selection .future li {
    text-align: left;
}
.lb section.l-selection.low_selection .future ul {
    margin: 0;
}
.lb section.l-selection.low_selection .btn-web a {
    background-position: right 9px top 50%;
    font-size: 1.8rem;
    padding: 1.8rem 1rem;
}
.l-contents-area__inner.top section.l-selection.low_selection h2 {
    margin: 6rem 0 2.6rem;
    padding: 2.5rem 17rem 1.6rem;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    position: relative;
    background: url(img/h2-img.png) no-repeat center top;
    background-size: 24%;
}
.l-contents-area__inner.top section.l-selection.low_selection .future {
    background: #fffee8;
    padding: 10px;
    min-height: 305px;
    font-size: 14px;
}
.l-contents-area__inner.top section.l-selection.low_selection .future li {
    text-align: left;
}
.l-contents-area__inner.top section.l-selection.low_selection .future ul {
    margin: 0;
}
.l-contents-area__inner.top section.l-selection.low_selection .btn-web a {
    background-position: right 9px top 50%;
    font-size: 1.8rem;
    padding: 1.8rem 1rem;
}
.tabox .box {
    text-align: center;
    width: 30%;
}

.tabox .yj {
    font-weight: bold;
    font-size: 3rem;
    color: #53a4ef;
}

.tabox .box p {
    margin: 1rem 0;
    min-height: 4.5rem;
    line-height: 1.5;
}

.l-main-area .btn-web {
    box-shadow: 10px 10px 0px #ececec;
}

.l-main-area .btn-internal a {
    background-color: #da7000;
}

.l-main-area .btn-web a {
    background-color: #FF4B40;
}

.sticky_area {
    position: fixed;
    bottom: 180px;
    z-index: 1;
    background: #53a4ef;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}

.sticky_area a {
    text-align: center;
    text-decoration: none;
    display: block;
    color: #fff;
    position: relative;
    font-size: 18px;
    line-height: 2.6rem;
    font-weight: bold;
    width: 270px;
    height: 130px;
    padding: 12px 12px 12px 12px;
    z-index: 3;
    background: ;
    background-size: 40%;
}

.sticky_area a span {
    color: #EA2235;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
    font-size: 20px;
}

.sticky_area a:after {
    right: 14px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: '';
    top: 50%;
}

.l-contents-area .l-col5__box__body.heightE .btn-web a {
    background-image: url(img/arrow01_white.svg);
    background-size: 23px auto;
    background-position: right 9px top 50%;
    font-size: 1.8rem;
    padding: 1.8rem 2rem;
}



.caph {
    text-align: center;
}

/*2023.08.31*/
.icon-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.icon-box {
    margin-bottom: 1rem;
    max-width: 50%;
}

.icon-box img {
    display: block;
    margin: 0 auto;
    margin-bottom: .5rem;
}

.icon-text {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

/*2024.06.06*/
.btn-web.tel a{
background: #5188fb url("img/arrow01_white.svg") no-repeat right 2rem center;
background-size: 20px auto;
}




/*----------------------------------------------------
   PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
    /*/////////////SP用のCSSをここに作成してください。/////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/


    /*toc*/

    #toc:before {
        content: "目次";
        text-align: center;
        display: block;
        font-weight: bold;
        font-size: 16px;
        color: #111;
    }

    #toc {
        border: 3px solid #000;
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 600px;
        padding: 10px;
    }

    #toc ul {
        margin: 0;
        padding: 0;
        position: relative;
    }

    #toc ul li {
        list-style: none;
        padding: 2px 0px 2px 35px;
        position: relative;
    }

    /* 見出しを非表示 */
    .is-hidden {
        display: none;
    }

    /* 「もっと見る／閉じる」ボタンに矢印を追加 */
    .list-btn {
        appearance: none;
        background: #ccc;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        outline: none;
        padding: 10px 30px 10px 10px;
        position: relative;
    }

    .list-btn:before {
        border: 0px;
        border-top: solid 1px #000;
        border-right: solid 1px #000;
        content: '';
        height: 8px;
        margin-top: -6px;
        position: absolute;
        right: 10px;
        transform: rotate(135deg);
        top: 50%;
        width: 8px;
    }

    .list-btn-opened:before {
        transform: rotate(-45deg);
        margin-top: -2px;
    }

    /*↓関連ページ*/

    .categorylist {
        border: 1px solid #aaa;
        border-radius: 6px;
        margin: 20px auto;
        padding: 20px;
    }

    .categorylist .title {
        border-bottom: 1px dashed #aaa;
        color: #333;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .categorylist ul {
        list-style: disc;
        margin: 0;
        padding: 0 0 0 20px;
    }

    .categorylist ul li {
        line-height: 1.8;
        margin: 0 0 2px;
        padding: 0;
    }

    .categorylist ul li a {
        color: #333;
        font-size: 14px;
        line-height: 1.8;
        text-decoration: underline;
        word-break: break-all;
    }

    .categorylist ul li a:hover {
        opacity: 0.7;
    }

    .categorylist ul li {
        padding: 2px 0px 2px 35px;
    }

    .categorylist .list-btn {
        margin: 0 auto;
        display: block;

    }

    .list-btn-re {
        margin: 0 auto;
        display: block;
    }

    /*20230831*/
    .l-mv {
        background-image: url(https://www.z-sup.com/wp/wp-content/uploads/pixta_28674856_L1.jpg);
    }

    .caphoutside {
    display: flex;
    width: 600px;
    margin: auto;
	}

    .caph2 {
        display: flex;
        align-items: center;
    }
    ul.zoho-ap-area {
    display: flex;
    background: #E8F4FF;
    flex-wrap: wrap;
    padding: 25px;
    justify-content: space-between;
    }
    ul.zoho-ap-area li {
    width: 31%;
    }
    ul.zoho-ap-area li:before {
    content: none;
    }
    ul.zoho-ap-area li .zoho-ap-area-ttl {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin: 15px 0 0 0;
    }
    ul.zoho-ap-area li p {
    margin: 0.5rem 0 1.5rem 0;
    }
    ul.zoho-ap-area li img {
    display: block;
    margin: 0 auto;
	max-width: 150px;
    }
	/*2024.06.06*/
.btn-web.tel{
		display:none;
	}
}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
    /*/////////////SP用のCSSをここに作成してください。/////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/

    .sticky_area {
        bottom: 0;
        width: 100%;
        position: fixed;
        height: 100px;
    }

.sticky_area a {
    width: 100%;
    padding: 25px 20px 20px;
    background-size: 26%;
    background-position: left 3px top 17px;
}

    .sticky_area a:after {
        top: 48%;
        right: 18px;
    }

    .l-footer-copy p:not([class]) {
        padding-bottom: 90px;
    }

    .l-pagetop {
        bottom: 120px;
    }


    /*toc*/

    #toc:before {
        content: "目次";
        text-align: center;
        display: block;
        font-weight: bold;
        font-size: 16px;
        color: #111;
    }

    #toc {
        border: 3px solid #000;
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 600px;
        padding: 10px;
    }

    #toc ul {
        margin: 0;
        padding: 0;
        position: relative;
    }

    #toc ul li {
        list-style: none;
        padding: 2px 0px 2px 35px;
        position: relative;
    }

    /* 見出しを非表示 */
    .is-hidden {
        display: none;
    }

    /* 「もっと見る／閉じる」ボタンに矢印を追加 */
    .list-btn {
        appearance: none;
        background: #ccc;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        outline: none;
        padding: 10px 30px 10px 10px;
        position: relative;
    }

    .list-btn:before {
        border: 0px;
        border-top: solid 1px #000;
        border-right: solid 1px #000;
        content: '';
        height: 8px;
        margin-top: -6px;
        position: absolute;
        right: 10px;
        transform: rotate(135deg);
        top: 50%;
        width: 8px;
    }

    .list-btn-opened:before {
        transform: rotate(-45deg);
        margin-top: -2px;
    }



    /*↓関連ページ*/

    .categorylist {
        border: 1px solid #aaa;
        border-radius: 6px;
        margin: 20px auto;
        padding: 20px;
    }

    .categorylist .title {
        border-bottom: 1px dashed #aaa;
        color: #333;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .categorylist ul {
        list-style: disc;
        margin: 0;
        padding: 0 0 0 20px;
    }

    .categorylist ul li {
        line-height: 1.8;
        margin: 0 0 2px;
        padding: 0;
    }

    .categorylist ul li a {
        color: #333;
        font-size: 14px;
        line-height: 1.8;
        text-decoration: underline;
        word-break: break-all;
    }

    .categorylist ul li a:hover {
        opacity: 0.7;
    }

    .categorylist ul li {
        padding: 2px 0px 2px 35px;
    }

    .categorylist .list-btn {
        margin: 0 auto;
        display: block;

    }

    .list-btn-re {
        margin: 0 auto;
        display: block;
    }

    .caph2 {
        margin: 20px 0;
    }


    .l-mv {
        background-image: url(https://www.z-sup.com/wp/wp-content/uploads/pixta_28674856_L1.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        width: 100%;
        background-size: cover;

    }
    ul.zoho-ap-area {
    display: flex;
    background: #E8F4FF;
    flex-wrap: wrap;
    padding: 15px;
    justify-content: space-between;
    }
    ul.zoho-ap-area li {
    width: 45%;
    padding: 0;
    }
    ul.zoho-ap-area li:before {
    content: none;
    }
    ul.zoho-ap-area li .zoho-ap-area-ttl {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 15px 0 0 0;
    }
    ul.zoho-ap-area li p {
    margin: 0.5rem 0 1.5rem 0;
    }
    ul.zoho-ap-area li img {
    display: block;
    margin: 0 auto;
    width: 65%;
    }
.tabox .box {
    display: block;
    width: 90%;
    margin: 0 auto 4rem;
    padding: 2rem;
    box-shadow: 0 0 10px #ddd;
}
.tabox {
    display: block;
}
.tabox .box p {
    min-height: unset;
}
.box img {
    width: 80%;
    margin: 0 auto;
}
	/*2024.06.06*/
	.btn-web.tel a span{
		color:#fff;
		font-size:1.3rem;
	}
}


/*新訴求用*/
#it-ubsidy .scroll-box {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
}
#it-ubsidy .subsiby {
    padding: 10px;
    border: 1px solid #000;
    position: relative;
    margin: 20px; /* Adjust the margin as needed */
    box-sizing: border-box;
    width: 33%;
}
#it-ubsidy .subsiby:last-child {
    margin-right: 0;
}
#it-ubsidy .subsiby:not(:last-child)::after {
    content: '＋';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #000;
    right: -30px;
    font-weight: bold;
}
#it-ubsidy .section-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
#it-ubsidy .section-list {
    list-style: none;
    padding: 0;
}
#it-ubsidy .section-item {
    margin-bottom: 5px;
}
#it-ubsidy .low_selection .future {
    background: #fffee8;
    padding: 10px;
    min-height: 305px;
    font-size: 14px;
}
#it-ubsidy .low_selection .l-contents-area .l-col5__box {
    padding: 10px;
}
#it-ubsidy .low_selection .l-contents-area .l-col5__box__title {
    margin: -10px -10px 10px;
}
#it-ubsidy .low_selection .future ul {
    margin: 0;
    text-align: left;
}
#it-ubsidy .low_selection .btn-internal {}
#it-ubsidy .low_selection {
    margin-bottom: 60px;
}
#it-ubsidy .l-main-area table {
    margin: 0;
}
.l-main-area--low h1 {
    width: 100%;
    margin: 0 0 3rem;
}
@media screen and (max-width: 480px) {
    #it-ubsidy .subsiby {
        width: auto;
    }
    #it-ubsidy .l-main-area .table_normal table th, #it-ubsidy .l-main-area .table_normal table td {
        display: table-cell;
        width: auto;
    }
    #it-ubsidy .l-main-area .table_normal table tr {
        display: table-row;
        width: auto;
    }
    #it-ubsidy .l-main-area .table_normal table {
        width: auto;
        display: table;
    }
    #it-ubsidy .l-main-area .table_normal table tbody {
        display: table-row-group;
    }
    #it-ubsidy .table_normal .scroll-teble {
        overflow: auto;
    }
	#it-ubsidy .table_normal .scroll-teble table {
        min-width:950px;
    }
    #it-ubsidy .scroll-teble {
        overflow: auto;
    }
    #it-ubsidy .low_selection .future {
        min-height: auto;
    }
.l-contents-area__inner.top section.l-selection.low_selection h2 {
    font-size: 2rem;
    padding: 2.5rem 6rem;
    margin: 3rem 0 1rem;
}	
.l-contents-area__inner.top section.l-selection.low_selection .future {
    min-height: unset;
}	
.lb section.l-selection.low_selection h2 {
    font-size: 2rem;
    padding: 2.5rem 6rem;
    margin: 3rem 0 1rem;
}	
.lb section.l-selection.low_selection .future {
    min-height: unset;
}	
}
