@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;
    }
	.s_txt {
        font-size: 3.0vw;
        line-height: 1.56;
        text-align: left;
        max-width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }

    /* ラジオボタン
    -----------------------------------------------------*/
    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: 0 0 0 2%;
	}
	header h1 img {
		height: 6vw;
	}
	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 .inner .s_txt {
        bottom: 2.3%;
        left: 0;
    }
    #mainvisual {
        min-height: 125vw;
    }
    .sec,
    .cv {
        min-height: 33vw;
    }
    .ttlbox {
        background: none !important;
    }
	.ttlbox,
	#sec05 {
		background: linear-gradient(180deg, #dedece 0%, #dedece 0.43859649122807vw, #eeeee5 0.43859649122807vw, #eeeee5 100%);
	}
	#sec01 .inner .s_txt {
        bottom: 34%;
        padding: 0 4% 10vw 4%;
    }
    #sec02 {
        background: #eeeee5 !important;
    }
    #sec02_01 .inner {
        padding: 9vw 4% 8vw 4%;
    }
    #sec02_02 .inner {
        padding: 0 4% 7vw 4%;
    }
    #sec02_03 .inner {
        padding: 0 4% 10vw 4%;
    }
    #sec02_03 .s_txt {
        padding: 15px 0 0 0;
    }

    /* .cv コンバージョンエリア
    -----------------------------------------------------*/
	.cv01 .tel {
		position: absolute;
		left: 5%;
		bottom: 17%;
		max-width: inherit;
		right: 5%;
	}
	.cv01 .button00 {
		position: absolute;
		left: 13%;
		right: 13%;
		bottom: 4%;
		margin: 0 auto;
		max-width: inherit;
	}
	.cv01 .button01 {
		position: absolute;
		right: 10%;
		bottom: 10%;
		max-width: 25%;
	}
	.cv01 .inner .s_txt {
        bottom: 34%;
        left: 0;
    }
	
	/* #reason 選ばれる理由
    -----------------------------------------------------*/
    #reason .ttlbox .inner {
        padding: 10vw 4% 6vw;
    }
    #reason .cntbox .inner {
        padding: 0 4% 10vw;
    }
    #reason .exp {
        margin-bottom: 10vw;
    }    
    #reason .rsnbox .rsn {
        flex-direction: column;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 37vw;
    }
    #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: 0vw;
    }
    #reason .rsnbox .rsn .txtbox .title dt {
        flex: 0 0 17%;
        max-width: 17%;
    }
    #reason .rsnbox .rsn .txtbox .title dd {
        font-size: 7vw;
    }
    #reason .rsnbox .rsn .txtbox .title dd span.mini_t {
        font-size: 3.7vw;
    }
    #reason .rsnbox .rsn .txtbox .txt {
        font-size: 3.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: 5vw;
    }
    #reason .rsnbox.type-b .rsn .txtbox .title dt {
        flex: 0 0 15%;
        max-width: 15%;
        margin-right: 5%;
    }
    #reason .rsnbox.type-b .rsn .txtbox .title dd {
        flex: 0 0 80%;
        max-width: 80%;
    }
    #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;
    }
	
	/* #service サービス紹介
	-----------------------------------------------------*/
	#service .cmp {
		top: -2.4vw;
		left: 15%;
		right: 12%;
	}
	#service .ttlbox .inner {
		padding: 14vw 5% 1vw;
	}
	#service .ttlbox h2 {
		font-size: 7vw;
	}
	#service .ttlbox h2 .lrg {
		font-size: 8vw;
	}
	#service .cntbox .inner {
		padding: 0 5% 3vw;
	}
	#service .img {
		margin-bottom: 15vw;
	}
	#service .srv:nth-of-type(n+2) {
		margin-top: 7vw;
	}
	#service .srv .frm {
		padding: 4vw 5%;
	}
	#service .srv:not(.val) > .frm {
		display: block;
	}
	#service .srv .txtbox {
		justify-content: space-between;
		margin-bottom: 5vw;
	}
	#service .srv .txtbox .pic {
		flex: 0 0 17%;
		max-width: 17%;
	}
	#service .srv .txtbox .title {
		flex: 0 0 82%;
		max-width: 82%;
		margin-left: 0;
		font-size: 5vw;
	}
	#service .srv .title .lrg {
		font-size: 6vw;
	}
	#service .srv .lst {
		font-size: 4.2vw;
		margin-bottom: 3vw;
	}
	#service .srv .lst li {
		padding: 0.8vw 12px;
	}
	#service .srv .cap {
		font-size: 4.7vw;
		margin-bottom: 3vw;
	}
	#service .srv .price dt {
		font-size: 5.2vw;
		padding-bottom: 5.5vw;
	}
	#service .srv .price dd {
		font-size: 7vw;
		margin-left: 0.5em;
	}
	#service .srv .price dd .num {
		font-size: 10vw;
	}
	#service .srv .price dd .tax {
		font-size: 2.7vw;
		margin-top: 2vw;
	}

    #service .srv.val .frm {
    	padding: 8.5vw 5%;
    }
	#service .srv.val .txtbox {
		width: 100%;
		margin-bottom: 7vw;
	}
	#service .srv.val .txtbox .pic {
		flex: 0 0 18%;
		max-width: 18%;
	}
	#service .srv.val .txtbox .title .lrg {
		font-size: 6.5vw;
	}
	#service .srv.val .cclbox {
		font-size: 4vw;
		margin-bottom: 7vw;
	}
	#service .srv.val .note {
		margin-top: 0vw;
		font-size: 3.2vw;
		line-height: 1.7;
	}
	#service .srv.val .btn01 {
        margin: 6vw 4% 0;
    }
	#service .srv.val .btn02 {
        margin: 3vw 4% 0;
    }
    #service .cardbox {
    	margin-top: 9vw;
    	justify-content: space-between;
    }
    #service .cardbox dt {
        flex: 0 0 40%;
        max-width: 40%;
        font-size: 3.2vw;
    }
	#service .cardbox dd {
	    flex: 0 0 56%;
		max-width: 56%;
		margin-left: 0;
	}
	#service .memo {
		font-size: 3vw;
		margin: 7vw 1% 0;
	}

	/* #caution 悪徳業者に注意
	-----------------------------------------------------*/
	#caution {
		background-image: url(../img/sp/caution_bg.jpg);
		display: block;
	}
    #caution .ttlbox {
        top: -5vw;
        position: absolute;
        left: 0;
        right: 0;
        max-width: inherit;
    }
    #caution .ttlbox .bg {
        width: 29%;
    }
    #caution .ttlbox h2 {
        font-size: 7.3vw;
    }
    #caution .cntbox {
    	max-width: inherit;
    }
    #caution .cntbox .inner {
	    padding: 35vw 11% 21vw;
    }
	#caution .txtbox {
		font-size: 3.3vw;
		max-width: inherit;
	}

	/* #voice お客様の声
	-----------------------------------------------------*/
	#voice .ttlbox {
		background: none;
	}
	#voice .cntbox .inner {
		padding: 8vw 5% 10vw;
	}
	#voice .exp {
		margin-bottom: 100px;
	}
	#voice .psn {
		padding: 0;
		text-align: left;
	}
	#voice .psn:nth-of-type(n+2) {
		padding-top: 8vw;
		margin-top: 8vw;
	}
	#voice .psn .blc {
		display: block;
		margin-bottom: 3vw;
		flex-direction: column;
	}
	#voice .psn .txtbox {
		margin-bottom: 8vw;
		font-weight: bold;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#voice .psn .cat {
		font-size: 4vw;
		text-align: center;
		border-radius: 4px;
		padding: 2vw 4%;
	}
	#voice .psn .title {
		font-size: 5vw;
		font-weight: bold;
		margin-bottom: 1vw;
	}
	#voice .psn .prf {
		font-size: 3.6vw;
	}
	#voice .psn .txt {
		margin: 5vw 6% 0;
		font-size: 2.9vw;
		line-height: 1.95;
	}
	#voice .psn .babox {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#voice .psn .babox dt .cap,
	#voice .psn .babox dd .cap {
		top: -2vw;
		left: 1vw;
		width: 13vw;
	}
	#voice .psn .babox dt:after {
		bottom: -10vw;
	}
	
	/* お客様の声 - 横2列 - */
	#voice .row .psn {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#voice .row .psn:nth-of-type(-n+2) {
		margin-top: 0;
	}
	#voice .row .psn:nth-of-type(n+2):before {
		left: 3%;
		right: 3%;
	}
	
	/* #area 対応エリア
	-----------------------------------------------------*/
	#area {
		position: relative;
		background: #cecebc url(../img/sp/area_bg.jpg?0) no-repeat center top / 100% auto !important;
		height: 81vw;
	}
	#area:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border: 12px solid rgba(255,255,255,0.2);
	}
	#area .ttlbox .inner {
		padding: 15vw 32% 3vw;
	}
	#area .ttlbox h2 img {
		max-width: 100%;
	}
	#area .cntbox {
		position: absolute;
		bottom: 88px;
		left: 0;
		right: 148px;
	}
	#area .cntbox .inner {
		padding: 5vw 4% 10vw;
	}
	#area .exp {
		margin-bottom: 20px;
	}
	#area .pref {
		flex-wrap: wrap;
		justify-content: center;
		width: auto;
		margin-left: 0;
	}
	#area .pref li {
		font-size: 4.5vw;
		padding: 0.5vw 10px;
		border-radius: 5px;
		color: #FFF;
		margin: 1vw 1%;
	}
	#area .note {
		font-size: 5.4vw;
		font-weight: bold;
		margin: 2vw 0 0;
		width: auto;
	}
	
	/* 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 .ttlbox {
		background: none;
	}
	#faq .cntbox .inner {
		padding: 25px 4% 50px;
	}
	#faq .exp {
		margin-bottom: 20px;
	}
	#faq ul li:nth-child(n+2) {
		margin-top: 15px;
	}
	#faq ul li .que {
		padding: 25px 20px 15px;
		font-size: 16px;
		align-items: flex-start;
	}
	#faq ul li .ans {
		padding: 0 20px 20px;
		line-height: 1.6;
	}
	#faq ul li .que .ini, #faq ul li .ans .ini {
		margin-right: 5%;
		flex: 0 0 3%;
	}
	#faq ul li .que .txt,
	#faq ul li .ans .txt {
    	margin-top: 3px;
	}
	#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: 0;
    }
    #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 {
	}
	footer .sitemap {
		font-size: 14px;
	}
	footer .sitemap li:nth-child(n+2) {
	}
	footer .sitemap li a {
	}
	footer .copyright {
		font-size: 10px;
	}
	#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: 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;
	}
}
