@charset "utf-8";

@media only screen and (max-width: 767px) {
    /*-----------------------------------------------------
        common
    -----------------------------------------------------*/
    body {
        font-size: 14px;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    img.sp,
    span.sp {
        display: inline-block;
    }
    .inner {
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }
    .btn_efc a:hover img {
        transform: translateY(1vw);
    }
    .tbl01,
    #contact table {
        font-size: 14px;
    }
    .tbl01 th,
    .tbl01 td,
    #contact th,
    #contact td {
        display: block;
        padding: 15px !important;
        width: 100% !important;
        font-size: 13px;
        border: 0;
    }
	.bg04 {
	    background-size: 10px auto;
	}

    /* ラジオボタン
    -----------------------------------------------------*/
    input[type="radio"] + label::before {
        top: 1px;
    }
    input[type="radio"]:checked + label::after {
        top: 4px;
        left: 3px;
        width: 8px;
        height: 8px;
    }

    /* チェックボックス
    -----------------------------------------------------*/
    input[type="checkbox"]:checked + label:after {
        top: 3px;
    }
	
	/*-----------------------------------------------------
		header
	-----------------------------------------------------*/
	header:not(.fixed):not(.fixed_sp) {
		position: relative;
	}
	header:not(.fixed):not(.fixed_sp):not(.ws) {
		position: absolute;
	}
	header.fixed,
	header.fixed_sp {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		right: 0;
	}
	header .inner {
		height: auto;
		padding: 1vw 4% 1.5vw;
	}
	header h1 {
		padding: 0;
	}
	header h1 img {
		height: 9vw;
	}
	header .info p:nth-of-type(1) {
	    margin-left: 7px;
	}
	header .info .tel {
		order: 2;
	}
	header .info .button {
		order: 1;
	}
	header .info .tel img,
	header .info .button img {
		height: 13vw;
	}
	
    /*-----------------------------------------------------
        content
    -----------------------------------------------------*/
    #mainvisual,
    .sec,
    .cv {
        background: none !important;
    }
    #mainvisual {
        min-height: 125vw;
    }
    .sec,
    .cv {
        min-height: 33vw;
    }
    .ttlbox {
        background: none !important;
    }

    /* .cv コンバージョンエリア
    -----------------------------------------------------*/
	.cv .tel,
	.cv .button {
		max-width: inherit;
	}
    .cv01 .tel {
        position: absolute;
        left: 4%;
        right: 4%;
        bottom: 20%;
    }
    .cv01 .button00 {
        position: absolute;
        left: 4%;
        bottom: 7%;
        width: 45%;
    }
    .cv01 .button01 {
        position: absolute;
        right: 4%;
        bottom: 7%;
        width: 45%;
    }
	
	/* #ctm 新型コロナウィルス感染拡大防止対策について
	-----------------------------------------------------*/
	#ctm .ttlbox .inner {
		padding: 7vw 4% 4vw;
	}
	#ctm .ttlbox h2 {
		font-weight: bold;
		font-size: 4.2vw;
	}
	#ctm .ttlbox h2 .lrg {
		font-size: 4.2vw;
	}
	#ctm .cntbox .inner {
		padding: 0 4% 6vw;
	}
	#ctm .ctmbox {
		margin-left: -1vw;
		margin-right: -1vw;
	}
	#ctm .ctmbox li {
		padding-left: 1vw;
		padding-right: 1vw;
	}
	#ctm .ctmbox li .frm {
		padding: 0;
	}
	#ctm .ctmbox li .title {
		margin-bottom: 2vw;
		font-size: 3.2vw;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		height: 10vw;
		align-items: center;
		justify-content: center;
	}
	#ctm .ctmbox li .pic {
		margin: 0 18% 2vw;
	}
	#ctm .ctmbox li .txt {
		font-size: 2.8vw;
	}

	/* #reason 選ばれる理由
	-----------------------------------------------------*/
	#reason .ttlbox .inner {
	    padding: 15vw 22% 7vw;
	}
	#reason .cntbox .inner {
		padding: 0 4% 12vw;
	}
	#reason .exp {
		margin-bottom: 10vw;
	}	
	#reason .rsnbox .rsn {
		flex-direction: column;
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 53vw;
	}
	#reason .rsnbox .rsn:nth-of-type(n+2) {
		margin-top: 10vw;
	}
	#reason .rsnbox .rsn .txtbox {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#reason .rsnbox .rsn .txtbox .title {
		margin-bottom: 5vw;
	}
	#reason .rsnbox .rsn .txtbox .title dt {
		flex: 0 0 20%;
		max-width: 20%;
	}
	#reason .rsnbox .rsn .txtbox .title dd {
		font-size: 5vw;
	}
	
	/* タイプ別スタイル */
	#reason .rsnbox.type-b .rsn:nth-of-type(n+2) {
		margin-top: 10vw;
	}
	#reason .rsnbox.type-b .rsn .pic {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 5vw;
	}
	#reason .rsnbox.type-b .rsn .txtbox {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#reason .rsnbox.type-b .rsn .txtbox .title {
		margin-bottom: 4vw;
	}
	#reason .rsnbox.type-b .rsn .txtbox .title dt {
		flex: 0 0 11%;
		max-width: 11%;
		margin-right: 3%;
	}
	#reason .rsnbox.type-b .rsn .txtbox .title dd {
		flex: 0 0 86%;
		max-width: 86%;
	}
	#reason .rsnbox.type-b.altn .rsn:nth-of-type(2n) .txtbox {
		order: 1;
	}
	#reason .rsnbox.type-b.altn .rsn:nth-of-type(2n) .pic {
		order: 2;
	}
	#reason .rsnbox.type-b.rep-sp .rsn .txtbox {
		order: 2 !important;
	}
	#reason .rsnbox.type-b.rep-sp .rsn .pic {
		order: 1 !important;
		margin-top: 0;
	}
	#reason .rsnbox.type-b .rsn .txtbox .txt {
	    font-size: 3.2vw;
	    margin-top: 3vw;
	}

	/* #caution 悪徳業者に注意
	-----------------------------------------------------*/
	#caution .ttlbox .inner {
		padding: 10vw 5% 5vw;
	}
	#caution .ttlbox h2 {
		padding-top: 12vw;
		font-size: 5vw;
		background-size: 10%;
		background-position: center top 3%;
		padding-right: 2%;
	}
	#caution .ttlbox h2:before {
	    left: 0;
	    width: 13%;
	    height: 100%;
	}
	#caution .ttlbox h2:after {
	    right: 0;
	    width: 15%;
	    height: 100%;
	}
	#caution .cntbox .inner {
		padding: 0 4% 10vw;
	}
	#caution .exp {
		margin-bottom: 10vw;
	}
	#caution .txtbox {
		font-size: 3.4vw;
		line-height: 1.8;
	}

	/* タイプ別スタイル */
	#caution.type-b {
		margin: 0 4% 10vw;
	}

	/* #voice お客様の声
	-----------------------------------------------------*/
	#voice .ttlbox .inner {
		padding: 10vw 33% 7vw;
	}
	#voice .cntbox .inner {
		padding: 0 4% 10vw;
	}
	#voice .exp {
		margin-bottom: 10vw;
	}
	#voice .psn {
        padding: 0;
    }
    #voice .psnbox.frmbox .psn:nth-of-type(n+2) {
        margin-top: 0 !important;
        border-top-width: 1px;
    }
    #voice .psn .blc {
        align-items: flex-start;
        margin-bottom: 2vw;
    }
    #voice .psn .txtbox {
        flex: 0 0 61%;
        max-width: 61%;
    }
    #voice .psn .cat {
        font-size: 3vw;
        padding: 2px 8px;
        margin-bottom: 3vw;
    }
    #voice .psn .title {
        font-size: 4.2vw;
        margin-bottom: 1vw;
        line-height: 1.45;
    }
    #voice .psn .prf {
        font-size: 3.2vw;
    }
    #voice .psn .pic {
        flex: 0 0 25%;
        max-width: 25%;
        margin-right: 12%;
    }
    #voice .psn .txt {
        font-size: 3.4vw;
        line-height: 1.8;
    }

	/* タイプ別スタイル */
	#voice .psnbox.type-col {
		display: block;
	}
	#voice .psnbox.type-col .psn {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#voice .psnbox.frmbox .psn {
		padding: 9vw 0;
	}
	#voice .altn-sp .psn:nth-of-type(2n) .txtbox {
        order: 2;
    }
	#voice .altn-sp .psn:nth-of-type(2n) .pic {
        order: 1;
    }
	
	/* #area 対応エリア
	-----------------------------------------------------*/
	#area {
		background-image: url(../img/sp/area_bg.png) !important;
		background-position: center top;
		background-size: 100% auto;
	}
	#area .ttlbox .inner {
		padding: 10vw 32.5% 90vw;
	}
	#area .cntbox .inner {
		padding: 0 4% 12vw;
	}
	#area .exp {
		margin-bottom: 10vw;
	}
	
	/* type-a */
	#area .pref .cap {
		font-size: 4.2vw;
		padding: 1vw 3%;
	}
	#area .pref dl {
	padding: 2vw 3%;
	}
	#area .pref dl:nth-of-type(1) {
		padding-top: 4vw;
	}
	#area .pref dl:nth-of-type(n+2) {
		position: relative;
	}
	#area .pref dl dt {
		font-size: 3.2vw;
		padding: 0.75vw 4vw;
	}
	#area .pref dl dd {
		font-size: 3.2vw !important;
		padding: 0;
	}

	#area .type-grid {
		display: block;
	}
	#area .type-grid .pref:nth-of-type(2) {
		margin-top: 7vw;
	}

	/* #faq よくある質問
	-----------------------------------------------------*/
	#faq .ttlbox .inner {
	    padding: 10vw 28% 5%;
	}
	#faq .cntbox .inner {
		padding: 0 4% 10vw;
	}
	#faq .exp {
		margin-bottom: 10vw;
	}
	#faq ul li:nth-child(n+2) {
		margin-top: 10px;
	}
	#faq ul li .que {
		padding: 3vw 10% 3vw 3%;
		font-size: 4vw;
	}
	#faq ul li .ans {
		padding: 3vw 3%;
		line-height: 1.6;
		font-size: 3.4vw;
	}
	#faq ul li .que .ini, #faq ul li .ans .ini {
		margin-right: 3%;
		flex: 0 0 7%;
	}
	#faq ul.pdown li .que:before, #faq ul.pdown li .que:after {
		right: 3%;
		width: 4vw;
		height: 4vw;
		background-size: 100% auto;
	}
	#faq ul li .ans .txt {
	    padding-top: .75vw;
	}
	
    /* #contact フォーム
    -----------------------------------------------------*/
    #contact .cntbox .inner {
        padding: 10vw 4%;
        min-height: 400px;
    }
    #contact .exp {
        margin-bottom: 10vw;
    }
    #contact table {
        margin-bottom: 30px;
    }
    #contact tr {
        margin-bottom: 20px;
        padding: 0;
    }
    #contact tr:last-child {
        margin-bottom: 0;
    }
    #contact tr {
        display: block;
        margin: 0;
    }
    #contact th,
    #contact td {
        display: block;
        width: 100%;
    }
    #contact td input,
    #contact td input.lng,
    #contact td textarea {
        width: 100%;
    }
    #contact td select {
        width: 110px;
    }
    #contact button[type="submit"],
    #contact button[type="button"] {
        width: auto !important;
    }

    #contact td .note {
        font-size: 13px;
    }

	/* #info 運営会社情報 / #law 特定商取引法に基づく表示
	-----------------------------------------------------*/
	#info .cntbox .inner {
		padding: 0 4% 10vw;
	}
	#law .ttlbox .inner {
		padding: 6vw 4% 8vw;
	}
	#law .cntbox .inner {
		padding: 0 4% 10vw;
	}
	.infobox .ttlbox .inner {
	    padding: 10vw 32%;
	}
	
	/*-----------------------------------------------------
		company 会社概要
	-----------------------------------------------------*/
	#company .ttlbox {
		background-image: url(../img/sp/company_title_bg.png);
	}
	#company .cntbox .inner {
		padding: 10vw 4%;
	}

	/*-----------------------------------------------------
		privacy プライバシーポリシー
	-----------------------------------------------------*/
	#privacy .ttlbox .inner {
		padding: 10vw 11% 0;
	}
	#privacy .cntbox .inner {
		padding: 10vw 4%;
	}

    /*-----------------------------------------------------
        footer
    -----------------------------------------------------*/
	footer .sitemap {
		font-size: 14px;
		flex-wrap: wrap;
	}
	footer .sitemap .inner {
		padding: 3vw 2%;
	}
	footer .sitemap ul li {
		flex: 0 0 50%;
		max-width: 50%;
	}
    footer .sitemap ul li:before,
    footer .sitemap ul li:last-child:after {
        content: none;
    }
	footer .sitemap ul li:nth-child(n+3) {
		border-top: 1px dashed #999;
	}
    footer .sitemap ul li:nth-child(2n) {
		border-left: 1px dashed #999;
	}
    footer .sitemap ul li a {
        display: block;
        padding: 10px 15px;
    }
    footer .copyright {
        font-size: 10px;
    }
    footer .copyright .inner {
		padding: 3vw 4%;
	}
    #page-top {
        bottom: 18vw;
        width: 50px;
    }
    .floatbox:not(.fixed):not(.fixed_sp) {
        position: static;
    }
    .floatbox.fixed,
    .floatbox.fixed_sp {
        position: fixed;
        z-index: 9999;
        bottom: 0;
        left: 0;
        right: 0;
    }
    
	/* タイプ別スタイル */
	footer .inner.type-col {
		flex-direction: column;
	}

    /*-----------------------------------------------------
        confirm 内容確認 / thanks 送信完了
    -----------------------------------------------------*/
    .confirm #contact .exp,
    .thanks #contact .exp {
        text-align: left;
    }
    .confirm #contact .btnbox {
        display: block;
    }
    .confirm #contact button[type="submit"] {
        order: 1;
        margin-left: auto;
        margin-right: auto;
    }
    .confirm #contact button[type="button"] {
        order: 2;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

	/*-----------------------------------------------------
		modal
	-----------------------------------------------------*/
	#modalForm {
		top: 3vw !important;
		right: 2vw !important;
		bottom: 3vw !important;
		left: 2vw !important;
		width: auto !important;
		height: auto !important;
		padding: 5vw 2.5vw 7.5vw;
	}
	/*スクロールバー全体*/
	#modalForm::-webkit-scrollbar {
		width: 2.5vw;
	}
	#modalCloseArea span.modalClose {
		top: -1vw;
		right: -1vw;
		width: 12vw;
	}

}