@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;
    }
	.flex_sp {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
	}
    .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;
    }
	.tbl01 th,
    #contact th {
        padding: 8px 15px !important;
	}

    /* ラジオボタン
    -----------------------------------------------------*/
    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{
		background: #232323;
	}
	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: 2.5vw 0 1vw 3%;
	}
	header h1 img {
		height: 9vw;
	}
	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;
		position:relative;
		z-index:2;
    }
    .sec,
    .cv {
        min-height: 33vw;
    }
    .ttlbox {
        background: none !important;
    }

	/* section セクション
	-----------------------------------------------------*/
	.ttlbox h2{
		font-size: 7vw;
	}
	.cntbox h3{
		font-size: 5vw;
	}
	#sec01 .inner{
		margin-top:-7vw;
		position:relative;
	}
	#sec02 {
	    margin-top: -19vw;
	}
	#sec02 .inner .psnbox {
	    top: 244vw;
	    margin: 0 auto;
	    left: 5.5vw;
	    right: 5.5vw;
	}
	#sec02 .psnbox.frmbox .psn{
		padding: 7vw 6vw 8vw;
	}
	#sec02 .psn .blc{
	margin-bottom: 3vw;
	}
	#sec02 .psn .txtbox {
		flex: 0 0 70%;
		max-width: 70%;
	}
	#sec02 .psn .title {
		font-size: 4vw;
		margin-bottom: 2vw;
		margin-top: 2vw;
	}
	#sec02 .psn .star {
		font-size: 3vw;
	}
	#sec02 .psn .txt{
		font-size:3.5vw;
		line-height: 1.87;
	}
	#sec02 .note{
		font-size: 2.6vw;
		padding: 4vw 0 0 2vw;
	}

    /* .cv コンバージョンエリア
    -----------------------------------------------------*/
	.cv .tel,
	.cv .button {
		max-width: inherit;
	}
    .cv01 .tel {
        left: 30%;
        right: 30%;
        bottom: 65%;
    }
    .cv01 .button00 {
        left: 10%;
        right: 10%;
        bottom: 46.3%;
        margin: 0 auto;
    }
    .cv01 .button01 {
        left: 10%;
		right: 10%;
        bottom: 5.1%;
    }

	/* #reason 選ばれる理由
	-----------------------------------------------------*/
	#reason .ttlbox .inner {
		padding: 10vw 8% 5vw;
	}
	#reason .cntbox .inner {
		padding: 8.5vw 3% 10vw;
	}
	#reason .rsnbox .rsn {
		flex-direction: column;
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: 0;
	}
	#reason .cntbox .inner .rsn .num{
		margin-bottom: 6.5vw;
	}
	#reason .cntbox .inner .rsn .num span{
		max-width:23vw;
	    left: 2.5vw;
	    top: -7vw;
	}
	#reason .cntbox .inner .rsn + .rsn {
		margin-top: 13vw;
	}
	#reason .cntbox .inner .rsn h3{
		margin: 0 5vw 7.2vw;
	}
	#reason .cntbox .inner .rsn h3 img{
		height:15vw;
	}
	#reason .cntbox .inner .rsn .flex{
		flex-direction:column-reverse;
		padding: 0 6vw 0;
		gap: 6vw;
	}
	#reason .cntbox .inner .rsn .flex .txtbox{
		line-height: 1.85;
	}
	#reason .rsnbox .rsn .txtbox .txt {
	    font-size: 3.59vw;
	    line-height: 1.8;
	}
	#reason .cntbox .inner .rsn .description{
		margin: 8vw 5vw;
		padding: 7vw 5vw 8vw;
	}
	#reason .cntbox .inner .rsn .description .flex{
		flex-direction:column;
		padding: 0;
		gap: 2vw;
	}
	#reason .cntbox .inner .rsn .description .flex .txtbox{
		display:contents;
	}
	#reason .cntbox .inner .rsn .description h4{
		font-size:4.2vw;
		text-align: center;
	}
	#reason .cntbox .inner .rsn .flex .txtbox .note{
		font-size: 2.7vw;
		line-height: 1.8;
		text-align: right;
	}
	#reason .cntbox .inner .rsn .flex .txtbox p.txt + .note{
			margin-top: 4.2vw;
	}
	#reason .cntbox .inner .rsn .description p{
		order:2;
		font-size: 3.5vw;
		line-height: 1.7;
		margin-top: 0;
	}
	#reason .cntbox .inner .rsn .description p.pic{
		order:1;
		text-align:center;
		margin:0;
	}
	#reason .cntbox .inner .rsn .description p.pic.logo{
		margin:0 27vw 0vw;
	}

	/* #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 .ttlbox .inner {
		padding: 10vw 4% 10vw;
	}
	#service .cntbox .inner {
		padding: 10vw 4% 10vw;
    }
    #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 .ttlbox .inner {
		padding: 10vw 4% 10vw;
	}
	#maker .cntbox .inner {
		padding: 10vw 4% 10vw;
	}
	#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;
	}

	/* #sec01
	-----------------------------------------------------*/
	#sec01 .txtbox{
	    font-size: 3.5vw;
	    left: 2vw;
	    right: 2vw;
	    top: 53vw;
	    text-align: center;
	}
	#sec01 .txtbox .note{
		display: none;
	}
	#sec02 .psn .pic {
		flex: 0 0 25%;
	}
	#sec03 {
		position: relative;
		z-index: 2;
		margin-top: -1px;
		margin-bottom: -1px;
	}
	#sec05 {
		position: relative;
		z-index: 2;
		margin-top: -1px;
	}

	/* #voice お客様の声
	-----------------------------------------------------*/
	#voice .ttlbox .inner {
		padding: 10vw 4% 10vw;
	}
	#voice .cntbox .inner {
		padding: 10vw 4% 10vw;
	}
	#voice .exp {
		margin-bottom: 10vw;
	}
	#voice .psn {
        padding: 0;
    }
    #voice .psn:nth-of-type(n+2) {
        margin-top: 10vw !important;
    }
    #voice .psn .blc {
        align-items: flex-start;
        margin-bottom: 5vw;
    }
    #voice .psn .txtbox {
        flex: 0 0 62%;
        max-width: 62%;
    }
    #voice .psn .cat {
        font-size: 2.8vw;
        padding: 2px 7px;
        border-radius: 3px;
        margin-bottom: 2vw;
    }
    #voice .psn .title {
        font-size: 3.6vw;
        margin-bottom: 2vw;
        line-height: 1.45;
    }
    #voice .psn .prf {
        font-size: 2.8vw;
    }
    #voice .psn .pic {
        flex: 0 0 34%;
        max-width: 34%;
    }
    #voice .psn .txt {
        font-size: 3.5vw;
        line-height: 1.5;
    }

	/* タイプ別スタイル */
	#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;
    }


	/* #faq よくある質問
	-----------------------------------------------------*/
	#faq .ttlbox .inner {
		padding: 10.5vw 31% 3.5vw;
	}
	#faq .cntbox .inner {
		padding: 10vw 4% 10vw;
	}
	#faq .exp {
		margin-bottom: 10vw;
	}
	#faq ul li:nth-child(n+2) {
		margin-top: 10px;
	}
	#faq ul li .que {
		padding: 5.5vw 8vw 5.5vw 4vw;
		font-size: 3.3vw;
	}
	#faq ul li .ans {
		padding: 6vw 4vw;
		line-height: 1.6;
		font-weight: 500;
	}
	#faq ul li .que .ini, #faq ul li .ans .ini {
		margin-right: 4%;
		flex: 0 0 7.9%;
	}
	#faq ul.pdown li .que:before, #faq ul.pdown li .que:after {
		right: 5%;
		width: 14px;
		height: 14px;
		background-size: 100% auto;
	}

    /* #contact フォーム
    -----------------------------------------------------*/
    #contact .cntbox .inner {
        padding: 10vw 4%;
        min-height: 400px;
    }
    #contact .title {
		font-size: 24px;
	}
	#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 td input[name="address_address"] {
		width: 100%;
	}
    #contact button[type="submit"],
    #contact button[type="button"] {
        width: auto !important;
    }

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

	/* #review 口コミ一覧
	-----------------------------------------------------*/
	#review .ttlbox .inner {
		padding-top: 14vw;
	}
	#review .cntbox .inner  {
		padding-top: 10vw;
		padding-bottom: 14vw;
	}
	#review .review_list li {
		margin-left: 5vw;
		margin-right: 5vw;
	}
	/* #ancher_section アンカーリンク付きコンテンツ
	-----------------------------------------------------*/
	#ancher_section .ttlbox .inner {
		padding-top: 14vw;
	}
	#ancher_section .cntbox .inner {
		padding-top: 10vw;
		padding-bottom: 8vw;
	}
	#ancher_section .cntbox .inner .ancher {
		padding-bottom: 10vw;
	}
	#ancher_section .cntbox .inner .ancher a {
		padding: 5vw;
	}

	/* #store 店舗紹介
	-----------------------------------------------------*/
	#store .ttlbox .inner {
		padding-top: 14vw;
	}
	#store .cntbox .inner  {
		padding-top: 10vw;
		padding-bottom: 14vw;
	}
	/* #representative 代表者
	-----------------------------------------------------*/
	#representative .cntbox .inner .person p{
		font-size: 8vw;
	}
	#representative .cntbox .inner .history ul{
		column-count: 1;
		margin: 10vw auto 0;
		width: fit-content;
	}

	/* #info 運営会社情報 / #law 特定商取引法に基づく表示
	-----------------------------------------------------*/
	#info .ttlbox .inner {
		padding: 10vw 4% 6vw;
	}
	#info .cntbox .inner {
		padding: 10vw 4% 6vw;
	}
	#law .ttlbox .inner {
		padding: 6vw 4% 8vw;
	}
	#law .cntbox .inner {
		padding: 0 4% 10vw;
	}

	/*-----------------------------------------------------
		company 会社概要
	-----------------------------------------------------*/
	#company .cntbox .inner {
		padding: 10vw 4% 10vw;
	}

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

    /*-----------------------------------------------------
        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 送信完了
    -----------------------------------------------------*/
    .thanks header h1 {
	    padding: 1vw 0;
	}
	.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: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		width: auto !important;
		height: auto !important;
		padding: 8vw 3.5vw 12vw;
	}
	/*スクロールバー全体*/
	#modalForm::-webkit-scrollbar {
		width: 2.5vw;
	}
	#modalCloseArea span.modalClose {
		top: 0;
		right: 0;
		width: 12vw;
		max-width: 45px;
	}
}
