@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;
		padding: .5vw;
	}
	header h1 {
		padding: 1vw 0 1vw 2%;
		line-height: 1;
	}
	header h1 img {
		height: 4.8vw;
	}
	header .info .tel {
		order: 2;
	}
	header .info .button {
		order: 1;
	}
	header .info p:nth-of-type(n+2) {
		margin-left: 1vw !important;
	}
	header .info .tel img,
	header .info .button img {
		height: 12vw;
	}
	
    /*-----------------------------------------------------
        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: 21%;
    }
    .cv01 .button00 {
        position: absolute;
        left: 4%;
        right: 4%;
        bottom: 6%;
        margin: 0 auto;
    }
    .cv01 .button01 {
        position: absolute;
        left: 4%;
        right: 4%;
        bottom: 18%;
    }
	
	/* #case 関西トラックスの高額買取実績
	-----------------------------------------------------*/
	#case {
		background: url(../img/sp/case_bg.jpg) no-repeat center top;
	}
	#case .ttlbox .inner {
		padding: 12vw 16% 8vw;
	}
	#case .cntbox .inner {
		padding-bottom: 15vw;
	}
	#case .csebox .cse:nth-of-type(n+2) {
		margin-top: 10vw;
	}
	#case .csebox .cse .pic {
		margin-bottom: 3vw;
	}
	#case .csebox .cse .row {
	align-items: center;
	}
	#case .csebox .cse .title {
		font-size: 5.6vw;
		padding-right: 0;
		text-align: left;
		padding-left: 15px;
	}
	#case .csebox .cse .title .min {
		font-size: 19px;
	}
	#case .csebox .cse dl {
		font-size: 22px;
	}
	#case .csebox .cse dl:nth-of-type(n+2) {
		margin-top: 2px;
	}
	#case .csebox .cse dl dt {
		padding: 1vw 0;
		font-size: 3.6vw;
	}
	#case .csebox .cse dl dd {
		font-size: 4vw;
		padding: 0 10px;
	}
	#case .csebox .cse .price {
		margin-top: 5vw;
	}
	/* #reason 選ばれる理由
	-----------------------------------------------------*/
	#reason .ttlbox .inner {
		padding: 10vw 12% 8vw;
	}
	#reason .cntbox .inner {
		padding: 0;
	}
	#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 .rsn .pic {
	}
	/* タイプ別スタイル */
	#reason .rsnbox.type-b .rsn {
	}
	#reason .rsnbox.type-b .rsn:nth-of-type(n+2) {
		margin-top: 7vw;
	}
	#reason .rsnbox.type-b .rsn .pic {
		flex: 0 0 95%;
		max-width: 95%;
		margin-top: 5vw;
		top: 7vw;
	}
	#reason .rsnbox.type-b .rsn .txt {
		margin: 0;
		font-size: 3.6vw;
		padding: 16vw 9% 12vw;
	}
	#reason .rsnbox.type-b .rsn .txtbox {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 32vw;
	}
	#reason .rsnbox.type-b .rsn .txtbox .title {
		margin-bottom: 5vw;
		width: 90%;
		padding: 2vw 5% 4vw;
	}
	#reason .rsnbox.type-b .rsn .txtbox .title dt {
		flex: 0 0 12%;
		max-width: 12%;
		margin-right: 4%;
		padding-top: 2vw;
	}
	#reason .rsnbox.type-b .rsn .txtbox .title dd {
		flex: 0 0 84%;
		max-width: 84%;
		font-size: 6vw;
	}
	#reason .rsnbox.type-b .rsn .txtbox .title dd .min {
		font-size: 4vw;
	}
	#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;
		margin-top: 5vw;
	}
	#reason .rsnbox.type-b.rep-sp .rsn .pic {
		order: 1 !important;
		margin-top: 0;
	}

	/* #caution 悪徳業者に注意
	-----------------------------------------------------*/
	#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;
	}

    /* #service サービス紹介
    -----------------------------------------------------*/
    #service .cntbox .inner {
		padding: 10vw 4%;
    }
    #service .srv {
		flex: 0 0 49%;
		max-width: 49%;
        border-width: 2px;
        padding: 25px 1.5% 20px;
    }
    #service .srv:nth-child(n+3) {
        margin-top: 6vw;
    }
    #service .srv .picbox {
        text-align: center;
    }
    #service .srv .picbox .txt {
        position: static;
        margin-bottom: 2vw;
    }
    #service .srv .picbox .ini {
        position: absolute;
        top: -36px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 1px 5px 2px;
        width: 110px;
        font-size: 13px;
        border-radius: 11px;
    }
    #service .srv .picbox .title {
        font-size: 5vw;
    }
    #service .srv .picbox .title.spmin {
        padding: 0.533333333vw 0;
        font-size: 4vw;
    }
    #service .srv:nth-child(4) .picbox .title {
        font-size: 4.5vw;
    }
    #service .srv .inn {
        padding: 3vw 0 0;
    }
    #service .srv ul {
        padding-bottom: 4.3vw;
    }
    #service .srv ul li {
        font-size: 3vw;
        padding-left: 10%;
        background-size: 7% auto;
        background-position: left top 1vw;
    }

	/* #maker 取り扱いメーカー
	-----------------------------------------------------*/
	#maker .cntbox .inner {
		padding: 10vw 4%;
	}
	#maker .mkbox li {
		flex: 0 0 32%;
		max-width: 32%;
	}
	#maker .mkbox li,
	#maker .mkbox li:nth-child(5n+1) {
		margin-left: 2%;
	}
	#maker .mkbox li:nth-child(3n+1) {
		margin-left: 0;
	}
	#maker .mkbox li:nth-child(n+4) {
		margin-top: 2vw;
	}

	/* タイプ別スタイル */
	#maker .mkbox.txt li {
		flex: 0 0 49%;
		max-width: 49%;
		margin-left: 2%;
		height: 15vw;
	}
	#maker .mkbox.txt li:nth-child(2n+1) {
		margin-left: 0;
	}
	#maker .mkbox.txt li:nth-child(n+3) {
		margin-top: 2vw;
		}

	/* #voice お客様の声
	-----------------------------------------------------*/
	#voice .cntbox .inner {
		padding: 16vw 5vw 15vw;
	}
	#voice .exp {
		margin-bottom: 10vw;
	}
	#voice .psn {
        padding: 0;
    }
    #voice .psn:nth-of-type(n+2) {
        margin-top: 15vw !important;
    }
    #voice .psn .blc {
        align-items: flex-start;
        margin-bottom: 8vw;
        padding: 0;
    }
    #voice .psn .txtbox {
        flex: 0 0 64%;
        max-width: 64%;
    }
    #voice .psn .cat {
        font-size: 3.6vw;
        padding: 0 7px 2px;
        margin-bottom: 3vw;
        min-width: 24vw;
    }
    #voice .psn .title {
        font-size: 4.6vw;
        margin-bottom: 2vw;
    }
    #voice .psn .prf {
        font-size: 3.2vw;
    }
    #voice .psn .pic {
        flex: 0 0 34%;
        max-width: 34%;
    }
    #voice .psn .txt {
        font-size: 3.6vw;
        line-height: 1.7;
        margin: -12vw -5vw 0;
        padding: 11vw 5% 13vw;
    }

	/* タイプ別スタイル */
	#voice .psnbox.type-col {
		display: block;
	}
	#voice .psnbox.type-col .psn {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#voice .psnbox.frmbox .psn {
		padding: 5vw 5%;
	}
	#voice .psnbox.frmbox .psn:nth-of-type(n+2) {
		margin-top: 5vw !important;
	}
    #voice .altn-sp .psn:nth-of-type(2n) .txtbox {
        order: 2;
    }
	#voice .altn-sp .psn:nth-of-type(2n) .pic {
        order: 1;
    }
	
	/* #flow ～の流れ
	-----------------------------------------------------*/
	#flow .cntbox .inner {
		padding: 10vw 4% 18vw;
	}
	#flow .exp {
		margin-bottom: 10vw;
	}
	#flow ol li {
		margin: 0;
	}
	#flow ol li:nth-child(n+2) {
		margin-top: 7vw;
	}
	#flow ol li:after {
		top: 50px;
		left: 22px;
		width: 2px;
	}
	#flow ol li .ini {
		width: 10%;
		margin-right: 7%;
	}
	#flow ol li .ini .min {
		font-size: 11px;
	}
	#flow ol li .flex .txtbox .title .txt {
		font-size: 5.4vw;
		vertical-align: text-bottom;
	}
	#flow ol li .flex {
	    padding: 6vw 6% 8vw;
	    flex-direction: column;
	}
	#flow ol li .flex .txtbox {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#flow ol li .flex .txtbox .title {
		margin-bottom: 5vw;
		}
	#flow ol li .flex .txtbox .txt {
		font-size: 3.6vw;
	}
	#flow ol li .flex .pic {
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 0;
		margin-bottom: 7vw;
	}

	/* タイプ別スタイル */
	#flow ol.type-b li,
	#flow ol.type-d li {
		padding: 45px 0 0 50px;
	}
	#flow ol.type-b li .ini,
	#flow ol.type-c li .ini,
	#flow ol.type-d li .ini,
	#flow ol.type-e li .ini {
		width: 46px;
		height: 46px;
	}
	#flow ol.type-b li,
	#flow ol.type-d li {
		padding: 23px 0 0 23px;
	}
	#flow ol.type-c li,
	#flow ol.type-e li {
		padding: 0 0 0 23px;
	}
	#flow ol.type-b li .flex,
	#flow ol.type-d li .flex {
		padding: 7vw 5%;
	}
	#flow ol.type-c li .flex,
	#flow 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;
	}

	/* #faq よくある質問
	-----------------------------------------------------*/
	#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: 4%;
		flex: 0 0 8%;
	}
	#faq ul li .ans .txt {
		padding-top: 2px;
	}
	#faq ul.pdown li .que:before, #faq ul.pdown li .que:after {
		right: 3%;
		width: 15px;
		height: 15px;
		background-size: 100% auto;
	}
	
    /* #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: 10vw 4% 6vw;
	}
	#law .ttlbox .inner {
		padding: 6vw 4% 8vw;
	}
	#law .cntbox .inner {
		padding: 0 4% 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: 12px;
		flex-wrap: wrap;
	}
	footer .sitemap .inner {
		padding: 1.5vw 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: 3.5vw 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;
	}

}