@charset "UTF-8";
/* CSS Document */
/* スマートフォン用CSS */
@media screen and (max-width: 630px) {
    /* サブページ メイン画像&タイトル */
    #flow #sub_title-img {
        background-image: url(../img/flow/page_title.png);
    }
    #flow .contents_box .shoshin {
        width: 90%;
        height: auto;
        margin: 0% 0% 0%;
        padding: 5%;
        background-color: #ffffff;
    }
    #flow .contents_box .saishin {
        width: 90%;
        height: auto;
        margin: 5% 0% 0%;
        padding: 5%;
        background-color: #ffffff;
    }
    #flow .contents_box .title {
        color: #009944;
        font-size: 18px;
        line-height: 150%;
        text-align: center;
        margin: 0% 0% 4%;
    }
    .pk-wrap {
        display: flex;
        flex-flow: column;
    }
    .pk-wrap img {
        margin: 10px 0 0 0;
        width: 100%;
    }
	
    /* 検査手順============================================= */
    #inspection-process {
        width: 100%;
        margin: 60px auto;
    }
    #inspection-process .inspection-process-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    #inspection-process .inspection-process_tab {
        width: 90%;
        max-width: 980px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    #inspection-process .tab_item {
        width: calc(90%/2);
        /*    height: 30px;*/
        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 {
        clear: both;
        overflow: hidden;
        width: 100%;
        margin: 0;
        padding: 40px 0;
        background-color: #FFF;
        border-radius: 10px;
        transition: all 0.3s;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2)
    }
    #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;
    }
    #cs:checked ~ #cs_content {
        /*    border: solid 5px orange;*/
    }
    .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;
        /*    padding-top: 30px;*/
        height: 50px;
    }
    .tab_content ul li {
        width: 90%;
        max-width: 900px;
        margin: 0 auto 40px;
        padding: 0;
        position: relative;
        list-style: none;
    }
    .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: 45%;
        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 {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .content-flex img {
        width: 100%;
		max-width: 60px;
        height: auto;
        object-fit: cover;
    }
	.content-flex .flow-wrap img{
		width: 100%;
		max-width: 70%;
		display: block;
		margin: 20px auto;
	}
    .B-font {
        font-weight: 700;
        font-size: 20px;
        line-height: 160%;
    }
    .content-flex .content-text {
        padding: 20px;
    }
    .content-text span {
        font-size: 14px;
        color: red;
    }
    .content-flex .box-text {
        padding-top: 20px;
        font-size: 14px;
        text-align: justify;
        line-height: 200%;
    }
    #rq a, #call a {
        color: #fff;
    }
    #call a {
        opacity: 1;
    }
    .point-link {
        width: 100%;
        margin: 10px 0 0;
        padding: 10px 0;
        display: flex;
        justify-content: center;
        border-radius: 80px;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        background-color: #EC6101;
        font-weight: 600;
    }
    .point-link span {
        color: #fff;
        font-size: 13px;
        margin-right: 5px;
    }

    .qr-start {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-flow: column;
        text-align: center;
    }
    .qr-start img {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .qr-start p {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        padding: 20px;
        margin-top: 10px;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        background-color: #fff;
        border-radius: 10px;
        border: 2px solid #67b65c;
    }

    .red-bd {
        border: 1px solid red;
    }
/*追加分*/
	 .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: 20px;
    }
	  .download-wrap {
               width: 100%;
        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%;
    }
	 /*	電話リンク*/
    .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;
    }
}
/* PCページ用CSS */
@media print, screen and (min-width: 631px) {
    /* メインイメージ＆ページタイトル */
    #flow #sub_title-img {
        background-image: url(../img/flow/page_title.png);
    }
    #flow .contents_box .shoshin {
        width: 430px;
        height: auto;
        margin: 15px 15px 20px 0px;
        padding: 20px;
        background-color: #ffffff;
        float: left;
    }
    #flow .contents_box .saishin {
        width: 430px;
        height: auto;
        margin: 15px 0px 20px;
        padding: 20px;
        background-color: #ffffff;
        float: left;
    }
    #flow .contents_box .saishin img, #flow .contents_box .shoshin img {
        margin: 0px 0px 10px 0px;
    }
    #flow .contents_box .title {
        color: #009944;
        font-size: 24px;
        line-height: 150%;
        text-align: center;
        margin: 0px 0px 20px;
    }
    .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%;
        min-width: 1000px;
        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: 90%;
        max-width: 980px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    #inspection-process .tab_item {
        width: calc(90%/2);
        /*    height: 30px;*/
        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 {
        clear: both;
        overflow: hidden;
        width: 100%;
        margin: 0;
        padding: 40px 0;
        background-color: #FFF;
        border-radius: 10px;
        transition: all 0.3s;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2)
    }
    #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;
        /*    padding-top: 30px;*/
        height: 50px;
    }
    .tab_content ul li {
        width: 90%;
        max-width: 900px;
        margin: 0 auto 40px;
        padding: 0;
        position: relative;
        list-style: none;
    }
    .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;
        /*    align-items: center;*/
    }
    .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%;
    }
    #rq a, #call a {
        color: #fff;
    }
    .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 {
        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;
    }
}