@charset "utf-8";
/* 
サイト固有の記述
*/

.thum_list02 li .txtbox .single_link{
	display:block;
}

/* 全体（色系）*/
body {
    &.page-template-tmpl_service {
        .sec05 {
            .line03 {
                border: solid 3px #ea633c;
            }
        }
    }
}

/* モニター以上*/
@media screen and (min-width: 1860px) {
    body {
    }
}

/* パソコン以上*/
@media screen and (min-width: 1281px) {
    body {
        .f28 {
            font-size: 28px;
        }

        .f22 {
            font-size: 22px;
        }

        &.page-template-tmpl_service {
            .sec03 {
                .h3 {
                    font-size: 24px;
                }
            }

            .sec05 {
                .ttl05 {
                    font-size: 21px;
                }
            }
        }

        &.guide {
            .sec04 {
                padding: 0 0 100px;
            }
        } 
    }
}

/* タブレット*/
@media screen and (max-width: 1024px) {
    body {
        #main_visual {
            height: calc(70vh);
        }

        #main_visual .copy_text {
            width: 60%;
            top: calc(80% - 0px);
            left: 50%;
        }

        #main_visual .mv_circle {
            width: 400px;
            bottom: -5%;
        }

        .thum_list02 li .txtbox .single_link:after {
            display: none;
        }

        &.guide {
            .sec04 {
                padding: 0 0 50px;
            }
        }
    }
}

/* 携帯*/
@media screen and (max-width: 767px) {
    body {
        #main_visual .copy_text {
            width: 85%;
        }

        #main_visual .mv_circle {
            width: 310px;
            bottom: -15%;
        }

        .tp_sec08 .sub_images_ul.cul4 li {
                width: calc(100% / 2 - 8px);
        }

        .f_company p {
            text-align: center;
        }

        .wpcf7-checkbox .wpcf7-list-item {
            width: 100%;
        }
    }
}
