@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;
    }

    /* ラジオボタン
    -----------------------------------------------------*/
    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;
	}
	header h1 {
		padding: 1vw 0 1vw 3%;
	}
	header h1 img {
		height: 7.5vw;
	}
	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 コンバージョンエリア
    -----------------------------------------------------*/
	.cv01 {
		margin-top: -10%;
	}
	.cv .tel,
	.cv .button {
		max-width: inherit;
	}
    .cv01 .tel {
        position: absolute;
		left: 7%;
		right: 7%;
		bottom: 19%;
    }
    .cv01 .button00 {
        position: absolute;
		left: 14%;
		right: 14%;
		bottom: 5.5%;
		margin: 0 auto;
    }
    .cv01 .button01 {
        position: absolute;
        left: 30%;
        right: 30%;
        bottom: 5%;
    }
	.cv02 {
		margin-top: -11.5%;
	}
    .cv02 .tel {
        position: absolute;
		left: 7%;
		right: 7%;
		bottom: 22%;
    }
    .cv02 .button00 {
        position: absolute;
		left: 14%;
		right: 14%;
		bottom: 4.5%;
		margin: 0 auto;
    }
    .cv02 .button01 {
        position: absolute;
        left: 30%;
        right: 30%;
        bottom: 5%;
    }
	
	/* #ctm 新型コロナウィルス感染拡大防止対策について
	-----------------------------------------------------*/
	#ctm .ttlbox .inner {
		padding: 10vw 4% 7vw;
	}
	#ctm .ttlbox h2 img {
		width:75%;
	}
	#ctm .ttlbox h2 .lrg {
		display: block;
		font-size: 5vw;
	}
	#ctm .cntbox .inner {
		padding: 0 3% 8vw;
	}
	#ctm .ctmbox {
		margin-left: -1vw;
		margin-right: -1vw;
	}
	#ctm .ctmbox li {
		padding-left: 1vw;
		padding-right: 1vw;
	}
	#ctm .ctmbox li:nth-child(n+4) {
		margin-top: 2vw;
	}
	#ctm .ctmbox li .frm {
		padding: 3vw 3%;
	}
	#ctm .ctmbox li .title {
		margin-bottom: 3vw;
		font-size: 3.4vw;
	}
	#ctm .ctmbox li .pic {
		margin-bottom: 3vw;
	}
	#ctm .ctmbox li .txt {
		font-size: 2.8vw;
	}

	/* #reason 選ばれる理由
	-----------------------------------------------------*/
	#reason .inner {
		padding: 12vw 4% 13vw 4%;;
	}
	

	/* #caution 悪徳業者に注意
	-----------------------------------------------------*/
	#caution .txtbox {
    left: 5%;
    right: 5%;
    top: 17%;
    line-height: 2;
    max-width: 90%;
	font-size: 3.5vw;
	}

	#caution .ttlbox .inner {
		padding: 10vw 4% 5vw;
	}
	#caution .cntbox .inner {
		padding: 0 4% 10vw;
	}
	#caution .exp {
		margin-bottom: 10vw;
	}

	/* タイプ別スタイル */
	#caution.type-b {
		margin: 0 4% 10vw;
	}
	
	/* #voice お客様の声
	-----------------------------------------------------*/
	#sec06 .inner {
	padding-top: 10vw;
	padding-bottom: 12vw;
	margin:0 4%;
	}
	
	#voice .ttlbox {
    padding-top: 7vw;
	}
	#voice .ttlbox h2 img {
		width:60%;
	}
	#voice .cntbox .inner {
		padding: 10vw 4%;
	}
	#voice .exp {
		margin-bottom: 10vw;
	}
	#voice ol li:nth-child(n+2) {
		margin-top: 5vw;
	}
	#voice ol li:after {
		top: 50px;
		left: 22px;
		width: 2px;
	}
	#voice ol li .ini {
		padding: 3px 10px;
		width: 50px;
	    font-size: 13px;
	}
	#voice ol li .ini .min {
		font-size: 11px;
	}
	#voice ol li .flex {
	    padding: 5vw 3%;
	}
	#voice ol li .flex .txtbox {
		flex: 0 0 60%;
		max-width: 60%;
	}
	#voice ol li .flex .txtbox .title {
		margin-bottom: 2vw;
		font-size: 4.2vw;
    }
	#voice ol li .flex .txtbox .txt {
		font-size: 2.8vw;
	}
	#voice ol li .flex .pic {
		flex: 0 0 36%;
		max-width: 36%;
	}

	/* タイプ別スタイル */
	#voice ol.type-b li,
	#voice ol.type-d li {
		padding: 45px 0 0 50px;
	}
	#voice ol.type-b li .ini,
	#voice ol.type-c li .ini,
	#voice ol.type-d li .ini,
	#voice ol.type-e li .ini {
		width: 46px;
		height: 46px;
	}
	#voice ol.type-b li,
	#voice ol.type-d li {
		padding: 23px 0 0 23px;
	}
	#voice ol.type-c li,
	#voice ol.type-e li {
		padding: 0 0 0 23px;
	}
	#voice ol.type-b li .flex,
	#voice ol.type-d li .flex {
		padding: 7vw 5%;
	}
	#voice ol.type-c li .flex,
	#voice ol.type-e li .flex {
		padding: 30px 3% 30px 10%;
	}

	/* #area 対応エリア
	-----------------------------------------------------*/
	#area .cntbox .inner {
		padding: 10vw 4%;
	}
	#area .exp {
		margin-bottom: 10vw;
	}
	
	/* type-a */
	#area .pref .cap {
		font-size: 6vw;
		margin-bottom: 3vw;
	}
	#area .pref dl {
		margin-top: 3.2vw;
	}
	#area .pref dl:first-child {
		margin-top: 0;
	}
	#area .pref dl dt {
		font-size: 3.8vw;
		padding: 3vw 4.5vw;
	}
	#area .pref dl dd {
		font-size: 2.8vw !important;
		padding: 4vw 4.5vw;
		line-height: 1.525;
	}
	#area .type-row {
		display:block;
		bottom: 8vw;
	}
	#area .type-row .pref {
		max-width: 90%;
		margin: 0 5%;
	}
	#area .type-row .pref:nth-child(n+2) {
		margin-top:15px;
	}

	/* #faq よくある質問
	-----------------------------------------------------*/
	#faq .ttlbox {
    padding-top: 12vw;
	padding-bottom: 0;
	}
	#faq .ttlbox h2 img {
		width:68%;
	}
	#faq .cntbox .inner {
		padding: 10vw 4%;
	}
	#faq .exp {
		margin-bottom: 10vw;
	}
	#faq ul li:nth-child(n+2) {
		margin-top: 10px;
	}
	#faq ul li .que {
		padding: 15px 35px 15px 15px;
	}
	#faq ul li .ans {
		padding: 15px;
		line-height: 1.6;
		font-weight: 500;
	}
	#faq ul li .que .ini, #faq ul li .ans .ini {
		margin-right: 3%;
		flex: 0 0 6%;
	}
	#faq ul.pdown li .que:before, #faq ul.pdown li .que:after {
		right: 3%;
		width: 20px;
		height: 20px;
		background-size: 100% auto;
	}
	
    /* #contact フォーム
    -----------------------------------------------------*/
    #contact .cntbox .inner {
        padding: 10vw 4%;
        min-height: 400px;
    }
    #contact .exp {
        margin-bottom: 10vw;
    }
    #contact table {
        margin-bottom: 10px;
    }
    #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: 10vw 4% 6vw;
	}
	#law .ttlbox .inner {
		padding: 6vw 4% 8vw;
	}
	#law .cntbox .inner {
		padding: 0 4% 10vw;
	}
	#info .ttlbox h2 img {
		width:43%;
	}
	.infobox .ttlbox {
    padding-top: 10vw;
	}
	
	/*-----------------------------------------------------
		company 会社概要
	-----------------------------------------------------*/
	#company .ttlbox {
		background-image: url(../img/sp/company_title_bg.png);
	}
	#company .cntbox .inner {
		padding: 10vw 4%;
	}

	/*-----------------------------------------------------
		privacy プライバシーポリシー
	-----------------------------------------------------*/
	#privacy .ttlbox {
		background-image: url(../img/sp/privacy_title_bg.png);
	}
	#privacy .cntbox .inner {
		padding: 10vw 4%;
	}

    /*-----------------------------------------------------
        footer
    -----------------------------------------------------*/
	footer .sitemap {
		font-size: 14px;
		flex-wrap: wrap;
	}
	footer .sitemap .inner {
		padding: 3vw 4%;
	}
	footer .sitemap ul li {
		margin: 0.5em 0;
	}
    footer .sitemap ul li:before,
    footer .sitemap ul li:last-child:after {
        content: none;
    }
    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;
	}

}