@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: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 .inner {
		padding: 1vw 2%;
	}

	header h1 img {
		height: 11vw;
	}

	header .info .tel {
		order: 2;
	}

	header .info .button {
	}

	header .info p:nth-of-type(n+2) {
	margin-left: 2%;
	}

	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;
	}

	/* section セクション
	-----------------------------------------------------*/
	.ttlbox h2 {
		font-size: 6.4vw;
	}

	.cntbox h3 {
		font-size: 5vw;
	}

	#sec02 {
		margin-top: -11vw;
	}

	#sec03 .ttlbox .inner {
		padding: 20vw 15% 8vw;
	}

	#sec03 .cntbox .inner {
		padding: 0 4% 12vw;
	}

	#sec03 .rsnbox {
		flex-direction: column;
	}

	#sec03 .rsnbox .rsn:nth-of-type(n+2) {
		margin-top: 5.3vw;
	}

	#sec03 .rsnbox .rsn .txtbox {
		max-width: 89%;
		margin: 0 auto;
	}

	#sec03 .rsnbox .rsn .txtbox .title {}

	#sec03 .rsnbox .rsn .txtbox .title dt {
		width: 32%;
		min-width: inherit;
	}

	#sec03 .rsnbox .rsn .txtbox .title dd {
		font-size: 4vw;
		width: 68%;
		line-height: 1;
	}

	#sec03 .rsnbox .rsn .txtbox .txt {
		font-size: 18px;
	}

	#sec03 .rsnbox .rsn .pic {
		margin: 0 auto;
		max-width: 89%;
	}

	#sec03 .rsnbox .rsn .sub {
		font-size: 6vw;
		margin-top: .3em;
	}

	#sec03 .rsnbox .rsn .txt {
		font-size: 3.5vw;
		margin-top: .5em;
	}

	#sec04 .ttlbox .inner {
		padding: 3vw 4% 1vw;
	}

	#sec04 h2 {
		padding: 8vw 21% 3vw;
		background:
			url(../img/sp/sec04_bg01.png) no-repeat left top,
			url(../img/sp/sec04_bg02.png) no-repeat right top;
		background-size: auto 100%;
	}

	#sec04 .cntbox .inner {
		padding: 3vw 4% 7vw;
	}

	#sec05 .cntbox .inner {
		padding: 10vw 4% 10vw;
	}

	#sec05 h2 {
		margin: 0 6% 7vw 4%;
	}

	.coursebox {
		flex-wrap: wrap;
	}

	.coursebox .course {
		flex: 0 0 48%;
		max-width: 520px;
		position: relative;
		display: grid;
		grid-template-columns: 41% 4% 55%;
		background: #FFF;
		box-shadow: 0 0 9px rgba(0, 0, 0, 0.13);
	}

	.coursebox .course:nth-of-type(n+2) {
		margin-top: 43px;
	}

	.coursebox .course .txtbox {
		flex: 0 0 100%;
		max-width: 100%;
		z-index: 2;
		text-align: left;
		grid-row: 1 / 2;
		grid-column: 3 / 4;
	}

	.coursebox .course .txtbox .txt {
		font-size: 18px;
	}

	.coursebox .course .pic {
		flex: 0 0 100%;
		max-width: 100%;
		z-index: 1;
		grid-row: 1 / 5;
		grid-column: 1 / 2;
	}

	.coursebox .course .parts {
		grid-row: 2 / 3;
		grid-column: 3 / 4;
	}

	.coursebox .course .txt {
		font-size: 3.6vw;
		margin-top: 3vw;
	}

	/* タイプ別スタイル */
	.coursebox.type-b {
		flex-direction: column;
	}

	.coursebox.type-b .course {
		padding: 5vw 5%;
		display: block;
	}

	.coursebox.type-b .course:nth-of-type(n+2) {
		margin-top: 7.2vw;
	}

	.coursebox.type-b .course .txtbox {
		margin-bottom: 0;
		padding-bottom: 3vw;
		border-bottom: 0;
	}

	.coursebox.type-b .course .pic {
		margin-bottom: 3vw;
	}

	.coursebox.type-b .course .txtbox .title {
		align-items: center;
	}

	.coursebox.type-b .course .txtbox .title dt {
		margin: 0 5% 0 0;
		min-width: 18%;
	}

	.coursebox.type-b .course .txtbox .title dt img {
		height: 11vw;
	}

	.coursebox.type-b .course .txtbox .title dd {
		font-size: 4.7vw;
		line-height: 1.1;
		min-height: inherit;
	}

	.coursebox.type-b .course .txtbox .title dd .min {
		font-size: 3.8vw;
		padding-left: 3em;
		margin-top: 2vw;
	}

	.coursebox.type-b .course .txtbox .title dd .min:before {
		width: 2.5em;
	}

	.coursebox.type-b .course .txtbox .title dd .min.dbr {
		padding-left: 0;
		color: #422d01;
	}

	.coursebox.type-b .course .txtbox .title dd .min.dbr:before {
		content: none;
	}

	.coursebox.type-b.altn .course:nth-of-type(2n) .txtbox {
		order: 2;
	}

	.coursebox.type-b.altn .course:nth-of-type(2n) .pic {
		order: 1;
	}

	#sec05 .addbox {
		margin-top: 12vw;
		padding: 9vw 3% 4vw;
	}

	#sec05 .addbox .title {
		font-size: 5vw;
		margin-top: -13vw;
		padding: 1vw 3%;
		min-width: 73%;
		margin-bottom: 5vw;
	}

	#sec05 .addbox .flex {
		flex-direction: column;
		align-items: center;
	}

	#sec05 .addbox .pic {
		width: 80%;
	}

	#sec05 .addbox .txt {
		font-size: 3.8vw;
		width: 80%;
		margin-top: 3vw;
		line-height: 1.4;
	}

	/* .cv コンバージョンエリア
    -----------------------------------------------------*/
	.cv .tel,
	.cv .button {
		max-width: inherit;
	}

	.cv01 .tel {
		left: 4%;
		right: 4%;
		bottom: 11%;
	}

	.cv01 .button01 {
		left: 4%;
		bottom: 39%;
		width: 45%;
	}

	.cv01 .button02 {
		right: 4%;
		bottom: 39%;
		width: 45%;
	}

	/* #ctm 新型コロナウィルス感染拡大防止対策について
	-----------------------------------------------------*/
	#ctm .ttlbox .inner {
		padding: 10vw 4% 10vw;
	}

	#ctm .ttlbox h2 {
		font-weight: bold;
		font-size: 4vw;
	}

	#ctm .ttlbox h2 .lrg {
		display: block;
		font-size: 5vw;
	}

	#ctm .cntbox .inner {
		padding: 0 4% 10vw;
	}

	#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: 5vw;
		font-size: 3.4vw;
	}

	#ctm .ctmbox li .pic {
		margin-bottom: 5vw;
	}

	#ctm .ctmbox li .txt {
		font-size: 2.8vw;
	}

	/* #access アクセス
	-----------------------------------------------------*/
	#access {
		background-image: url(../img/sp/access_bg01.png), url(../img/sp/access_bg02.png);
		background-size: 100% auto;
	}

	#access .ttlbox .inner {
		padding: 10vw 4% 3vw;
	}

	#access .cntbox .inner {
		padding: 0 4% 15vw;
	}

	#access .exp {
		margin-bottom: 10vw;
	}

	#access .rsnbox.type-b .rsn {
		flex-direction: column;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 4vw 7% 7vw;
	}

	#access .rsnbox .rsn:nth-of-type(n+2) {
		margin-top: 10vw;
	}

	#access .rsnbox .rsn .txtbox {
		flex: 0 0 100%;
		max-width: 100%;
	}

	#access .rsnbox.type-b .rsn .title {
		margin-bottom: 4vw;
		font-size: 5vw;
	}

	#access .rsnbox .rsn .txtbox .txt {
		font-size: 3.5vw;
	}

	/* タイプ別スタイル */
	#access .rsnbox.type-b .rsn:nth-of-type(n+2) {
		margin-top: 5vw;
	}

	#access .rsnbox.type-b .rsn .pic {
		flex: 0 0 30%;
		max-width: 30%;
		margin-top: 5vw;
	}

	#access .rsnbox.type-b .rsn .txtbox {
		flex: 0 0 64%;
		max-width: 64%;
	}

	#access .rsnbox.type-b .rsn .txtbox .title {
		margin-bottom: 5vw;
	}

	#access .rsnbox.type-b .rsn .txtbox .title dt {
		flex: 0 0 15%;
		max-width: 15%;
		margin-right: 5%;
	}

	#access .rsnbox.type-b .rsn .txtbox .title dd {
		flex: 0 0 80%;
		max-width: 80%;
	}

	#access .rsnbox.type-b.altn .rsn:nth-of-type(2n) .txtbox {
		order: 1;
	}

	#access .rsnbox.type-b.altn .rsn:nth-of-type(2n) .pic {
		order: 2;
	}

	#access .rsnbox.type-b.rep-sp .rsn .txtbox {
		order: 2 !important;
		font-size: 3.5vw;
		display: block;
	}

	#access .rsnbox.type-b .rsn .txtbox>* {
		width: 100%;
		line-height: 1.35;
		font-size: 3.4vw;
	}

	#access .rsnbox.type-b .rsn .txtbox address {
		margin-bottom: 1em;
		font-size: 3.4vw;
	}

	#access .rsnbox.type-b.rep-sp .rsn .pic {
		order: 1 !important;
		margin-top: 0;
	}

	#access .rsnbox.type-b .rsn>.flex {
		position: relative;
		padding-bottom: 50vw;
	}

	#access .rsnbox.type-b .rsn .txtbox .gmap {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}

	#access .rsnbox.type-b .rsn .txtbox .gmap iframe {
		height: 45vw;
	}

	/* #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;
	}

	/* #reason 6つの魅力
	-----------------------------------------------------*/
	#reason {
		background: #f8f6f4 no-repeat center top;
	}

	#reason .ttlbox .inner {
		padding: 7vw 23% 5vw;
	}

	#reason .cntbox .inner {
		padding: 0 4% 10.5vw;
	}

	#reason .coursebox.type-b .course .txtbox {
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 4vw;
	}

	#reason .coursebox .course .parts {
		grid-row: 3 / 4;
		grid-column: 3 / 4;
	}

	#reason .coursebox .course .parts.t02 {
		grid-row: 4 / 5;
		grid-column: 1 / 4;
		margin-top: 2vw;
	}

	#reason .coursebox .course .parts.t03 {}

	#reason .coursebox .course .parts.t04 {
		margin-top: 2vw;
	}

	#reason .coursebox .course .parts.t05 {
		margin-top: 2vw;
	}

	#reason .coursebox .course .txt {
		margin: 0 0 2vw;
	}

	/* #voice お客様の声
	-----------------------------------------------------*/
	#voice .ttlbox .inner {
		padding: 10vw 4% 10vw;
	}

	#voice .cntbox .inner {
		padding: 0 4% 10vw;
	}

	#voice .ttlbox .inner {
		padding: 9vw 28% 5vw;
	}

	#voice .cntbox .inner {}

	#voice .psnbox .psn {
		padding: 6vw 4.5% 4vw;
	}

	#voice .psnbox .psn:after {
		top: -3vw;
		right: -3%;
		width: 32%;
	}

	#voice .psnbox .psn:nth-of-type(n+2) {
		margin-top: 9vw;
	}

	#voice .psnbox .psn .pic {
		padding-right: 6%;
		margin-top: 0;
		width: 39%;
		margin-bottom: 3vw;
	}

	#voice .psnbox .psn .txtbox {
		padding-top: 2vw;
	}

	#voice .psnbox .psn .name {
		font-size: 4vw;
		padding-bottom: 1vw;
		margin-bottom: 3vw;
	}

	#voice .psnbox .psn .title {
		font-size: 3.2vw;
		margin-bottom: 3vw;
	}

	#voice .psnbox .psn .txt {
		font-size: 3.3vw;
		clear: both;
		line-height: 1.6;
	}

	#voice .psnbox .psn:nth-of-type(2n):after {
		left: -3%;
	}

	#voice .psnbox .psn:nth-of-type(2n) .pic {
		float: right;
		padding-left: 6%;
		padding-right: 0;
	}

	#voice .psnbox .psn:nth-of-type(2n) .txtbox {
		padding-top: 0;
	}

	/* #flow ～の流れ
	-----------------------------------------------------*/
	#flow .ttlbox .inner {
		padding: 10vw 4% 10vw;
	}

	#flow .cntbox .inner {
		padding: 10vw 4% 10vw;
	}

	#flow .exp {
		margin-bottom: 10vw;
	}

	#flow ol li:nth-child(n+2) {
		margin-top: 5vw;
	}

	#flow ol li:after {
		top: 50px;
		left: 22px;
		width: 2px;
	}

	#flow ol li .ini {
		padding: 3px 10px;
		width: 50px;
		font-size: 13px;
	}

	#flow ol li .ini .min {
		font-size: 11px;
	}

	#flow ol li .flex {
		padding: 5vw 3%;
	}

	#flow ol li .flex .txtbox {
		flex: 0 0 60%;
		max-width: 60%;
	}

	#flow ol li .flex .txtbox .title {
		margin-bottom: 2vw;
		font-size: 4.2vw;
	}

	#flow ol li .flex .txtbox .txt {
		font-size: 2.8vw;
	}

	#flow ol li .flex .pic {
		flex: 0 0 36%;
		max-width: 36%;
	}

	/* タイプ別スタイル */
	#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 .ttlbox .inner {
		padding: 10vw 4% 10vw;
	}

	#area .cntbox .inner {
		padding: 10vw 4% 10vw;
	}

	#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 .ttlbox .inner {
		padding: 8vw 4% 4vw;
	}

	#faq .cntbox .inner {
		padding: 0 4% 9vw;
	}

	#faq .exp {
		margin-bottom: 10vw;
	}

	#faq ul li:nth-child(n+2) {
		margin-top: 5.8vw;
	}

	#faq ul li .que {
		padding: 2.5vw 3%;
		font-size: 3.6vw;
	}

	#faq ul li .ans {
		padding: 3vw 3%;
		line-height: 1.6;
		font-weight: 500;
		font-size: 3.4vw;
	}

	#faq ul li .que .ini,
	#faq ul li .ans .ini {
		margin-right: 3%;
		flex: 0 0 5%;
	}

	#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 .ans .txt {
		padding-top: 1vw;
		font-size: 3.4vw;
	}

	/* #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 .cntbox .inner {
		padding: 9vw 4%;
		flex-direction: column;
		align-items: center;
	}

	footer .cntbox .logo {
		margin: 0 22% 5vw;
		padding-bottom: 0;
	}

	footer .blcbox {
		text-align: center;
		width: 80%;
	}

	footer .cntbox .name {
		font-size: 4vw;
	}

	footer .addbox {
		margin-top: 6vw;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	footer .addbox p {
		font-size: 3.8vw;
		margin-bottom: .5em;
		width: 100%;
	}

	footer .addbox address {
		text-align: left;
	}

	footer .addbox address+address {
		margin-top: 1em;
	}

	footer .sitemap {
		font-size: 14px;
		flex-wrap: wrap;
	}

	footer .sitemap .inner {
		padding: 3vw 4%;
	}

	footer .sitemap ul {
		justify-content: center;
	}

	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;
	}
}