@charset "utf-8";

@media only screen and (max-width: 767px) {

	/*-----------------------------------------------------
        common
    -----------------------------------------------------*/
	body {
		font-size: 14px;
	}
	header.fixed_pc{
		position: absolute;
	}
	.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 {
		padding: 2vw;
		background: transparent;
		transition: 0.5s;
	}

	header.fixed,
	header.fixed_sp {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		right: 0;
	}

	header .inner {
		height: auto;
	}

	header h1 {
		padding: 1vw 2% 1vw 0;
		flex: 0 0 42%;
	}

	header h1 img {
	}

	header .info {
		flex: 0 0 54%;
	}

	header .info .tel {}

	header .info .button {}

	header .info p img {
	}

	header .info p:nth-of-type(n+2) {
		margin-left: 3vw;
	}

	/*-----------------------------------------------------
        content
    -----------------------------------------------------*/
	#mainvisual,
	.sec,
	.cv {
		background: none !important;
	}

	#mainvisual {
		min-height: 125vw;
	}

	.sec,
	.cv {
		min-height: 33vw;
	}

	.ttlbox {
		background: none !important;
	}

	/* section セクション
	-----------------------------------------------------*/
	.ttlbox h2 {
		font-size: 7vw;
	}

	.cntbox h3 {
		font-size: 5vw;
	}

	#sec01 {
		margin-top: -21%;
	}

	#sec04_img {
		padding-left: 2%;
		margin-top: -44%;
	}

	#sec05 {
		margin-top: -36%;
	}


	/* .cv コンバージョンエリア
    -----------------------------------------------------*/
	.cv .tel,
	.cv .button {
		max-width: inherit;
	}

	.cv01 .tel {
		left: 4.5%;
		right: 4.5%;
		bottom: 19%;
	}

	.cv01 .button00 {
		left: 4.5%;
		right: 4.5%;
		bottom: 29.5%;
		margin: 0 auto;
	}

	.cv01 .button01 {
		left: 4.5%;
		right: 4.5%;
		bottom: 24.3%;
	}

	.cv02 .tel {
		left: 4.5%;
		right: 4.5%;
		bottom: 10%;
	}

	.cv02 .button00 {
		left: 4.5%;
		right: 4.5%;
		bottom: 47.5%;
		margin: 0 auto;
	}

	.cv02 .button01 {
		left: 4.5%;
		right: 4.5%;
		bottom: 29%;
	}

	/* #sec_review
	-----------------------------------------------------*/
	#sec_review .ttlbox{
		left: 0;
		right: 0;
		max-width: 78%;
		margin: 0 auto;
		z-index: 2;
	}

	/* #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 {
		background:url(../img/sp/faq_bg.jpg) top no-repeat #f5e9f5 !important;
	}

	#faq .ttlbox .inner {
		padding: 7vw 4% 0;
	}

	#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: 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 10%;
	}

	#faq ul.pdown li .que:before,
	#faq ul.pdown li .que:after {
		right: 3%;
		width: 20px;
		height: 20px;
		background-size: 100% auto;
	}

	#faq ul li .que .txt {
		font-size: 1.1rem;
	}

	/* #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;
	}



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

	#info .cntbox .inner {
		padding: 6vw 4% 6vw;
	}

	#law .ttlbox .inner {
		padding: 6vw 4% 8vw;
	}

	#law .cntbox .inner {
		padding: 0 4% 10vw;
	}

	.reverse {
		display: block;
	}

	.infobox .gmap {
		margin-left: 0;
		margin-right: 0;
	}

	#info .gmap iframe {
		height: 75vw;
		margin-bottom: 3vw;
	}

	#info .info {
		padding: 0 1%;
		font-size: 0.85rem;
	}


	/* #payment お支払い方法
		-----------------------------------------------------*/
	#payment .ttlbox .inner {
		padding: 10vw 24% 8vw;
	}

	#payment .cntbox .inner {
		padding: 0 3% 10vw;
	}

	#payment .paybox .pay:nth-of-type(n+2) {
		margin-top: 7vw;
	}

	#payment .paybox .pay .txtbox {
		font-size: 3.3vw;
		padding-top: 3vw;
		line-height: 2;
		padding-left: 0;
	}

	#payment .paybox .pay .txtbox .card {
		margin-bottom: 20px;
	}


	/*-----------------------------------------------------
			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 {
		align-items: center;
	}
	footer .sitemap ul li {
		margin: 0.5em 0;
		font-size: 10px;
	}
	footer .sitemap ul li img {
		max-height:10vw;
	}

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