@charset "UTF-8";
/* CSS Document */
.main-sec {
    margin: 40px auto 60px;
}
a {
    transition: 0.3s;
}
a:hover {
    opacity: 0.6;
    transition: 0.3s;
}
.doc-wrap {
    margin: 40px auto;
    display: flex;
    flex-flow: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.doc-wrap a {
    max-width: 700px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.doc-wrap img {
    width: 100%;
}
.title-wrap {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
/* 流れ============================================= */
#inspection-process {
    width: 100%;
    margin: 60px auto;
}
#inspection-process .inspection-process-wrap {
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
#inspection-process .inspection-process_tab {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-end;
}
#inspection-process .tab_item {
    width: calc(90%/2);
    padding: 14px;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s;
    border-radius: 10px 10px 0 0;
}
input[name="tab_item"] {
    display: none;
}
.tab_content {
    width: 100%;
    clear: both;
    /*    overflow: hidden;*/
    /*    width: 100%;*/
    margin: 0;
    padding: 0;
    background-color: #FFF;
    border-radius: 10px;
    transition: all 0.3s;
    /*    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2)*/
}
.tab_content ul {
    width: 98%;
    margin: 0 auto;
    padding: 0;
}
#i:checked ~ #ai_content, #cs:checked ~ #cs_content {
    display: block;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}
.tab_item {
    width: 100%;
    padding: 10px 0;
    background: rgba(2, 153, 60, 0.7);
    color: #fff;
    cursor: pointer;
}
#ai:checked + .tab_item, #cs:checked + .tab_item {
    background: #029944;
    height: 50px;
}
.tab_content ul li {
    width: 90%;
    max-width: 900px;
    margin: 20px auto 40px;
    padding: 0;
    position: relative;
    list-style: none;
}
.tab_content ul li:first-child{
	margin: 0 auto 40px; 
}
.tab_content ul li:last-child{
    margin: 0 auto;
}
.tab_content ul li::after {
    content: '';
    width: 0%;
    height: 0px;
    padding: 14px;
    position: absolute;
    bottom: -24px;
    left: 40px;
    background-color: #029944;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tab_content ul li:last-child::after {
    padding: 0;
}
.tab_content .content-wrap {
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 4px solid #029944;
    border-top: 4px solid #029944;
    background-color: #fff;
}
.content-wrap .content-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}
.content-flex .title-wrap img {
    width: 100%;
    max-width: 60px;
    height: auto;
    object-fit: cover;
}
.download-wrap {
    width: 90%;
    margin: 40px auto;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}
.download-wrap-itam {
    width: 50%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.dl-itam {
    border-bottom: 4px solid #D0E3CF;
    display: inline-block;
    padding-bottom: 8px;
}
.B-font {
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
}
.B-mini-font {
    font-weight: 700;
    line-height: 160%;
}
.flow-wrap {
    margin: 30px 0;
}
.flow-wrap img {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.content-flex .content-text {
    padding: 0px;
}
.content-text span {
    font-size: 15px;
    color: red;
}
.content-flex .box-text {
    padding-top: 20px;
    font-size: 16px;
    text-align: justify;
    line-height: 200%;
}
.point-link {
    width: 50%;
    margin: 10px 0 0;
    display: flex;
    justify-content: center;
    border-radius: 80px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background-color: #EC6101;
    pointer-events: none;
    font-weight: 600;
}
.point-link span {
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}
.tel-area {
    width: 100%;
    height: 100%;
    padding: 20px;
    margin: 30px auto;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #e4f7e4;
    border-radius: 10px;
}
.tel-area p {
    margin: 0;
    font-size: 120%;
    font-weight: bold;
}
#tel-link {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px 50px;
    display: block;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #EC6101;
    border-radius: 50px;
    pointer-events: none;
}
.qr-start {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-flow: column;
    text-align: center;
}
.qr-start img {
    width: 30%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.qr-start p {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #67b65c;
}
.red-bd {
    border: 1px solid red;
}
.contents_box .service-list {
    margin: 0;
    padding: 0 0px 0 20px;
    list-style: none;
}

.contents_box .service-list li {
	        width: 95%;
        margin: 0 0 30px 2%;
        overflow: visible;
    position: relative;
}
.contents_box .service-list li::before {
    content: "●";
    color: #4CBBB4;
    font-size: 60%;
    line-height: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    width: 1.5em;
    margin: 0 0.2em 0 -1.5em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    p {
        font-size: 18px;
        font-weight: 500;
        line-height: 210%;
    }
    .flow-wrap img {
        max-width: 220px;
        width: 100%;
        margin: 0 auto
    }
    .doc-wrap {
        margin: 40px auto;
        display: flex;
        flex-flow: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }
    .doc-wrap a {
        max-width: 700px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    .doc-wrap img {
        width: 100%;
    }
    .title-wrap {
        margin: 20px 0 0;
        display: flex;
        flex-flow: column;
        align-items: center;
                gap: 0px;
    }
    .download-wrap {
        width: 100%;
        max-width: 89%;
        margin: 40px auto;
        display: flex;
        flex-flow: column;
        align-items: self-start;
        justify-content: space-between;
        gap: 20px;
    }
    .download-wrap-itam {
        width: 100%;
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }
    .dl-itam {
        font-size: 80%;
        border-bottom: 4px solid #D0E3CF;
        display: inline-block;
        padding-bottom: 8px;
    }
    .B-font {
        font-weight: 700;
        font-size: 22px;
        line-height: 160%;
    }
    .B-mini-font {
        font-weight: 700;
        line-height: 160%;
    }
	.tab_content ul li{
		width: 98%;
	}
    /* 電話リンク============================================= */
    .tel-area {
        width: 100%;
        height: 100%;
        padding: 20px;
        margin: 30px auto;
        box-sizing: border-box;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background-color: #e4f7e4;
        border-radius: 10px;
    }
    .tel-area p {
        font-size: 100%;
        font-weight: bold;
    }
    #tel-link {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 8px 20px;
        font-size: 80%;
        display: block;
        box-sizing: border-box;
        color: #fff;
        text-align: center;
        font-weight: bold;
        background-color: #EC6101;
        border-radius: 50px;
        pointer-events: auto;
    }
}