@charset "utf-8";

.pc {
	display: none !important;
}

.tablet {
	display: none !important;
}

body {
	-webkit-text-size-adjust: 100%;
}

p,
li,
dt,
dd {
	/*Androidブラウザフォントバグ対策*/
	max-height: 999999px;
}


/* -------------------------------------------------- */
/* 共通設定 */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;
}

p {
	font-size: clamp(1.3rem, 2.6vw, 1.5rem);
	line-height: 1.5;
}

img {
	vertical-align: middle;
}

#container {
	padding-top: 50px;
}

header {
	width: 100%;
	height: 50px;
	padding-left: 4%;
	background: #007130;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	gap: 0 10px;
	box-sizing: border-box;
}

h1 a {
	height: 50px;
	display: flex;
	align-items: center;
}

h1 img {
	height: 70%;
}

header .headerBoxImg {
	height: 50px;
	display: flex;
	align-items: center;
}

header .headerBoxImg img {
	height: 80%;
	width: auto;
}

#menuIcon {
	position: absolute;
	right: 3%;
}

#menuIcon img {
	height: 32px;
}

#gnav {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #f6f6f6;
	left: 100%;
	right: 0;
	top: 0;
	z-index: 10000;
}

#gnav ul {
	overflow: scroll-y;
}

#closeBtn {
	height: 50px;
	padding: 10px;
	background: #007130;
	cursor: pointer;
	box-sizing: border-box;
}

#closeBtn img {
	vertical-align: middle;
	height: 12px;
}

#gnav li {
	background: url(../img/sp_icon1.png) 98% center no-repeat;
	border-top: 1px #666666 dotted;
	-webkit-background-size: 9px 15px;
	background-size: 9px 15px;
}

#gnav li:first-child {
	border-top: none;
}

#gnav li a {
	width: 100%;
	padding: 10px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333333;
}

.header_camera {
	position: absolute;
	right: 60px;
	top: 2px;
	height: 50px;
	cursor: pointer;
	line-height: 1.1;
	display: flex;
	align-items: center;
}

.contactLink .header_camera {
	right: 10px;
}

.header_camera a {
	padding: 5px 8px 5px 6px;
	background: #ff8400;
	color: #fff;
	border-bottom: 2px solid #ad6619;
	border-radius: 5px;
	font-size: 11px;
	font-weight: bold;
	display: flex;
	align-items: center;
	text-align: left;
	letter-spacing: -.02em;
}

.smallTxt {
	font-size: 10px;
}

.header_camera a:before {
	content: "";
	background: url(../img/icon_camera.svg) no-repeat;
	width: 22px;
	height: 22px;
	display: flex;
	margin-right: 4px;
}

.header_camera img {
	height: 100%;
	width: auto;
}

/* フッター */
footer {
	background: #fff;
}

footer .inner {
	padding: 40px 0 0;
}

.footerLogo {
	width: 40%;
	max-width: 180px;
	margin: 0 auto;
	display: flex;
}

.footerLogo img {
	width: 100%;
}

#footerBox {
	width: 94%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#footerAdd {
	color: #333333;
	margin: 0 0 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#footerAdd ul {
	width: auto;
	color: #333333;
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#footerAdd li {
	width: auto;
	border-left: 5px solid #eeeeee;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
}

#footerAdd li p {
	font-size: 1.3rem;
}

.adSmall {
	font-size: 1.1rem;
}

.copyright {
	background: #eee;
	text-align: center;
	color: #666666;
	padding: 5px 0 80px 0;
	font-size: 12px;
	font-size: 1.2rem;
}

#footerInfo {
	padding: 30px 0;
	font-size: 1.3rem;
}

.fTit {
	padding: 2px 10px;
	margin-bottom: 10px;
	color: #333333;
	background: #FFFFFF;
	display: inline-block;
	font-weight: bold;
}

#fAddress {
	padding-bottom: 30px;
}

#footerInfo a {
	color: #FFFFFF;
}

#fCompany {
	padding-bottom: 30px;
}

#copy {
	padding-bottom: 90px;
	font-size: 1.2rem;
	text-align: center;
}

#pagetop {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 10px;
	bottom: 11%;
	z-index: 1000;
}

#pagetop img {
	width: 40px;
	height: 40px;
}

.footer_fix {
	width: 100%;
	position: fixed;
	bottom: 0;
	background: #312323;
	padding: 8px 2% 8px 2%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	z-index: 800;
}

.footer_fix_telbox {
	width: 55%;
	height: 55px;
	padding: 3px 10px 2px;
	color: #FFF;
	font-family: 'noto sans jp';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 2px solid #056c31;
	border-radius: 5px;
	background: #009c25;
	-webkit-tap-highlight-color: transparent;
}

.footer_fix_telbox:hover,
a.webBtn:hover {
	text-decoration: none;
}

.jost {
	font-family: 'jost', sans-serif;
}

.telboxInner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.telboxInner:first-child {
	margin-bottom: 2px;
}

.telTxt {
	margin-right: 5px;
	color: #ffe030;
	font-size: 15px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.telTxt:before {
	content: "";
	background: url(../img/icon_tel.svg) no-repeat;
	width: 24px;
	height: 18px;
	background-size: cover;
	display: inline-block;
	margin-right: 2px;
}

.telBadge {
	padding: 1px 5px;
	background: #d4f8e0;
	color: #044107;
	font-size: 7px;
	line-height: 1.1;
	font-weight: bold;
	border-radius: 3px;
}

.footer_fix_tel_p {
	color: #fff;
	font-size: 8px;
	line-height: 1.0;
}

.footer_fix_tel_p span {
	background: #905719;
	padding: 0 5px;
	margin: 0 0 0 5px;
}

.footer_fix_tel {
	margin-right: 4px;
	color: #fff;
	font-size: 18px;
	line-height: 1.0;
	display: flex;
	align-items: center;
}

.footer_fix_tel:before {
	content: "";
	background: url(../img/icon_freedial.svg) no-repeat;
	width: 18px;
	height: 12px;
	background-size: cover;
	display: inline-block;
	margin-right: 5px;
}

a.webBtn {
	width: 43%;
	height: 55px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffd900;
	background: #fb2a27;
	font-family: 'noto sans jp';
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px solid #781d1d;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.webBtn:before {
	content: "";
	background: url(../img/icon_check.svg) no-repeat;
	width: 26px;
	height: 34px;
	background-size: cover;
	display: inline-block;
	margin-right: 5px;
}

a.webBtn p {
	color: #fff;
	font-size: 11px;
	line-height: 1.0;
}

a.webBtn p span {
	font-size: 16px;
}

#fixedBtn {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	letter-spacing: -0.4em;
	z-index: 1000;
}

#fixedBtn li {
	width: 50%;
	display: inline-block;
	letter-spacing: normal;
}

#fixedBtn li img {
	width: 100%;
}

/* 共通タイトル */
/* -------------------------------------------------- */
.commonTit1 {
	padding: 20px 0;
	text-align: center;
	justify-content: center;
}

.commonTit1 img {
	height: 35px;
	width: auto !important;
}

.titTxt {
	display: inline-block;
	text-align: left;
	font-size: clamp(1.3rem, 3.8vw, 1.6rem);
	font-weight: bold;
	color: #1f5423;
	line-height: 1.2;
}

.titWrap1 {
	width: 90%;
	margin: 0 auto 30px;
	text-align: center;
	background: url(../img/common_bg1.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.titWrap2 {
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
	background: url(../img/common_bg2.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.titWrap3 {
	width: 100%;
	/*	margin: 0 auto 20px;*/
	text-align: center;
	background: url(../img/common_bg3.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}


/* 共通ボタン */
/* -------------------------------------------------- */
.commonBtn1,
.commonBtn2 {
	text-align: center;
	margin-bottom: 30px;
}

.commonBtn1 a {
	min-width: 90%;
	background: url("../img/icon1.png") no-repeat 95% center #ff0c2e;
	-webkit-background-size: 12px 13px, 100%;
	background-size: 12px 13px, 100%;
	border-radius: 60px;
	box-shadow: 0 4px 0 0 #4b1507;
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	padding: 10px 30px;
	text-align: center;
	line-height: 1.2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.commonBtn1 a:hover {
	margin-top: 4px;
	padding: 10px 30px 6px;
	box-shadow: 0 4px 0 0 #ff0c2e;
}

.commonBtn2 a {
	min-width: 90%;
	background: url("../img/icon2.png") no-repeat 5% center #666666;
	-webkit-background-size: 12px 13px, 100%;
	background-size: 12px 13px, 100%;
	border-radius: 60px;
	box-shadow: 0 4px 0 0 #333333;
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	padding: 10px 30px;
	text-align: center;
	line-height: 1.2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.commonBtn2 a:hover {
	margin-top: 4px;
	padding: 10px 30px 6px;
	box-shadow: 0 4px 0 0 #666666;
}

.commonBtn3 a {
	background: url("../img/icon3.png") no-repeat 90% center #ffdf30;
	-webkit-background-size: 12px 13px, 100%;
	background-size: 12px 13px, 100%;
	border-radius: 60px;
	box-shadow: 0 4px 0 0 #89781a;
	color: #442c1c;
	display: inline-block;
	font-weight: bold;
	padding: 10px 60px;
	text-align: center;
	line-height: 1.2;
	font-size: 1.3em;
}

.commonBtn3 a:hover {
	margin-top: 4px;
	padding: 10px 60px 6px;
	box-shadow: 0 4px 0 0 #ffdf30;
}


.commonBtn1 .large,
.commonBtn2 .large {
	font-size: 180%;
	letter-spacing: 0.1em;
}

.commonBtn1 .middle {
	font-size: 120%;
	letter-spacing: 0.1em;
}

/* -------------------------------------------------- */
/* メインコンテンツ */
/* -------------------------------------------------- */
#assessment main {
	padding-bottom: 80px;
}

#mv {
	width: 100%;
	height: 240px;
	background: url(../img/sp_mv.jpg) left center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

#media {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

#media img {
	width: 180px;
}

.mainTit1 {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -140px;
}

.mainTit1,
.mainTit2,
.mainTit3 {
	display: block;
	width: 280px;
	text-align: center;
	opacity: 0;
}

.mainTit1 img,
.mainTit2 img,
.mainTit3 img {
	width: 80%;
}

.mainTit2 {
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -140px;
}

.mainTit2:after {
	content: "";
	width: 0;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	top: -15px;
	left: 0px;
	transition: all 0.3s ease-in-out 0s;
}

.bdOn:after {
	width: 100%;
	opacity: 1;
}

.mainTit2:before {
	content: "";
	width: 0;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	bottom: -15px;
	right: 0px;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
}

.bdOn:before {
	width: 100%;
	opacity: 1;
}

.mainTit3 {
	position: absolute;
	top: 140px;
	left: 50%;
	margin-left: -140px;
}

.sp-image {
	margin: 0 !important;
}

.spslider {
	width: 100%;
}

#spItemSlide {
	width: 100%;
	letter-spacing: -0.4em;
	display: flex;
	align-items: center;
}

#spItemSlide li {
	width: 20%;
	aspect-ratio: 1 / 1;
	display: inline-block;
	letter-spacing: normal;
	position: relative;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

.isInner {
	width: 100%;
	height: 100%;
}

.isInner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*
#spItemSlide li img {
	width: 100%;
}
*/

#spItemSlide .slick-prev {
	width: 24px;
	height: 24px;
	background: url(../img/icon7_left.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	text-indent: -400%;
	text-align: left;
	overflow: hidden;
	position: absolute;
	left: 10px;
	z-index: 700;
	border: none;
}

#spItemSlide .slick-next {
	width: 24px;
	height: 24px;
	background: url(../img/icon7_right.png) no-repeat;
	-webkit-background-size: 36px;
	background-size: contain;
	text-indent: -300%;
	text-align: left;
	overflow: hidden;
	position: absolute;
	right: 10px;
	z-index: 700;
	border: none;
}

.bannerArea img {
	width: 100%;
	height: auto;
}

.infoBar {
	padding: 5px 10px;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 1px;
	font-size: 60%;
	display: none;
}

.isDate {
	color: #FFFFFF;
}

.isName {
	color: #FFFFFF;
}


h3 {
	margin: 0 0 0.25em 0;
	color: #267a2d;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-size: clamp(2.6rem, 8.2vw, 4rem);
	line-height: 1;
	display: flex;
	align-items: baseline;
}

h3 span.num {
	margin-right: 0.1em;
	font-family: "Jost", sans-serif;
	font-style: italic;
	font-size: 7.0rem;
	font-weight: 300;
	letter-spacing: 0;
}

h3 span.cc {
	line-height: 1.2;
}

.secTxt {
	margin-bottom: 1em;
	color: #134217;
	font-family: 'Zen Kaku Gothic New';
	font-weight: 300;
	font-size: clamp(1.5rem, 4.8vw, 2.0rem);
	line-height: 1.3;
	letter-spacing: 0.01em;
}

.secItem {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.secItem img {
	width: 50%;
}

#sec1 {
	padding: 20px 20px 30px;
	text-align: center;
	background: #1f5423;
}

#sec1 h3 {
	margin: 0 0 0.5em 0;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 300;
	font-size: 7.6vw;
	letter-spacing: 0.1em;
	line-height: 1.4;
	justify-content: center;
}

#sec1 img {
	width: 100%;
}

#sec1 .smallTxt {
	color: #fff;
	text-align: right;
}

.imgArea img {
	width: 100%;
}

#sec2 {
	padding: 30px 10px 40px;
}

#sec2 h3 img width: 100%;
height: auto;
}

#sec2 img {
	width: 100%;
}

/*
#sec2Txt {
	margin-bottom: 1em;
	color: #134217;
	font-family: 'Zen Kaku Gothic New';
	font-weight: 300;
}
*/

#sec2Item1 {
	width: 50%;
	padding: 0 0 20px 0;
	float: left;
	text-align: center;
}

#sec2Item2 {
	width: 50%;
	padding: 0 0 20px 0;
	float: right;
	text-align: center;
}

#sec2Item1 img {
	width: 80%;
}

#sec2Item2 img {
	width: 80%;
}

.frame {
	margin-top: 1em;
	padding: 20px;
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	clear: both;
}

.frameTit {
	margin-bottom: 0.5em;
	color: #267a2d;
	font-family: 'Zen Kaku Gothic New';
	font-size: clamp(1.5rem, 4vw, 2.0rem);
	font-weight: bold;
	line-height: 1.4;
}

.noteWrap {
	margin-top: 2em;
	display: flex;
	flex-direction: column;
	gap: 1em 0;
}

.noteTit {
	margin-bottom: 0.5em;
	color: #fb2a27;
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	line-height: 1.2;
	font-weight: bold;
	display: flex;
	align-items: flex-start;
}

.noteTit:before {
	content: "!";
	color: #fff;
	background: #fb2a27;
	width: 1.5em;
	aspect-ratio: 1 / 1;
	margin-right: 0.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50%;
	font-size: 1.2rem;
}

#sec3 {
	padding: 0 10px 40px;
}

#sec3 h3 {
	margin-left: 0.2em;
	font-size: clamp(1.5rem, 4.35vw, 2rem);
	letter-spacing: -0.01em;
	align-items: flex-end;
}

#sec3 h3 span.cc {
	margin-bottom: 0.5em;
}

#sec3 h3 img {
	width: 100%;
	height: auto;
}

/*
#sec3 img {
	width: 100%;
}
*/

#map {
	padding-bottom: 30px;
}

#sec3Item1 {
	width: 50%;
	padding: 0 0 20px 0;
	float: left;
	text-align: center;
}

#sec3Item2 {
	width: 50%;
	padding: 0 0 20px 0;
	float: right;
	text-align: center;
}

#sec3Item1 img {
	width: 80%;
}

#sec3Item2 img {
	width: 80%;
}

#frameContactWrap {
	padding: 20px 0;
}

#frameContactTxt {
	padding-bottom: 10px;
	color: #267a2d;
}

#frameTel {
	padding-bottom: 20px;
}

#frameTel img {
	width: 100%;
}

#sec4 {
	padding: 0 10px 60px;
}

#sec4 h3 {
	margin-left: 0.2em;
	align-items: anchor-center;
}

#sec4 h3 span.cc {
	font-size: clamp(2.4rem, 7vw, 2.8rem);
	letter-spacing: -0.01em;
	line-height: 1.1;
}

#sec4Img {
	padding-bottom: 30px;
}

#sec5 {
	padding: 0 10px 40px;
}

#sec5 h3 {
	margin-bottom: 1em;
	color: #59493f;
	font-size: clamp(1.4rem, 4.4vw, 1.8rem);
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	gap: 0.25em 0;
}

#sec5 h3 .sec5Tit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 0.5em;
}

#sec5 h3 .sec5TitInner {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
}

#sec5 h3 .sec5Tit:after {
	content: "";
	display: flex;
	background: url(../img/icon_audio.svg) no-repeat;
	background-size: contain;
	max-width: 40px;
	width: 12%;
	aspect-ratio: 1 / 1.5;
	flex-shrink: 0;
}

#sec5 h3 span {
	font-size: clamp(1.8rem, 5.4vw, 2.2rem);
}

/*
#sec5 h3:before {
	content: "";
	display: flex;
	background: url(../img/icon_audio.svg) no-repeat;
	background-size: contain;
	max-width: 40px;
	width: 15%;
	aspect-ratio: 1 / 1.5;
}
*/

#sec5 img {
	width: 100%;
}

#vinImg {
	margin-bottom: 1.5em;
}

.frame2 {
	padding: 1em 1.5em;
	margin-bottom: 20px;
	background: #FFFFFF;
	border: 2px #fb2a27 solid;
	/*	font-weight: bold;*/
	/*	color: #362e2b;*/
	color: #fb2a27;
	line-height: 1.5;
}

.frame2 p {
	font-size: clamp(1.3rem, 3.7vw, 1.6rem);
}

#vintageBrand {
	margin-bottom: 30px;
}

#vintageBrand h4 {
	margin-bottom: 0.5em;
	color: #59493f;
	font-size: clamp(1.4rem, 4vw, 1.8rem);
	text-align: center;
	font-weight: 600;
}

#brandName {
	font-size: 1.4rem;
	text-align: center;
}

#vintageBrand li {
	width: 49%;
	margin-bottom: 5px;
	display: inline-block;
}

.commonCon {
	background: #FFFFFF;
	border: 1px #267a2d solid;
	padding: 20px 20px 30px;
}

.commonConTxt {
	color: #267a2d;
	font-weight: 600;
	padding-bottom: 10px;
	line-height: 1.2;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}

.commonTel {
	font-family: 'Jost', sans-serif;
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.0;
	color: #ff0c2e;
	display: flex;
	align-items: center;
	justify-content: center;
}

.commonTel:before {
	content: "";
	width: 1em;
	height: 26px;
	margin-right: 5px;
	background: url(../img/icon_tel_r.svg) no-repeat;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
}

.telTime {
	margin-bottom: 1em;
	display: flex;
	align-items: center;
	gap: 0 0.5em;
}

.telTime span {
	padding: 0.1em 0.75em;
	background: #267a2d;
	color: #fff;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
}

.formWrap {
	position: relative;
}

.formWrap a {
	width: 100%;
	height: 100px;
	padding-left: 10px;
	padding-bottom: 0.25em;
	background: #ff0c2e;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	font-family: "noto sans jp";
	gap: 0 10px;
	box-sizing: border-box;
}

.formWrap a:after {
	content: "";
	display: flex;
	width: 20px;
	height: 20px;
	background: url(../img/arrow_form.svg) no-repeat;
	background-size: contain;
}

.formWrap a p {
	font-size: 2.0rem;
}

.formWrapTxt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px 0;
}

.formInner {
	display: flex;
	align-items: center;
	font-size: 2rem;
	gap: 0 5px;
}

.formWrap a p.formBox {
	height: 22px;
	padding: 0px 10px;
	border-radius: 30px;
	background: #fff;
	color: #ff0c2e;
	font-size: 1.6rem;
	line-height: 20px;
}

.formWrap a .formBox span {
	font-size: 1rem;
}

.formWrap a p.formTxt {
	font-size: 2.6rem;
	letter-spacing: 0.01em;
	line-height: 1;
}

#sec6 {
	padding: 0 10px 40px;
}

#sec6 img {
	width: 100%;
}

#mainBrand {
	padding-bottom: 30px;
	position: relative;
}

#mainBrand:after {
	content: "";
	width: 50%;
	height: 1px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -25%;
	border-bottom: 1px #1F5423 dotted;
}

#mainBrand h4 {
	padding-bottom: 20px;
}

.burandList1 {
	letter-spacing: -0.4em;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.burandList1 img {
	border: 1px #CCCCCC solid;
}

.burandList1 li {
	width: 49%;
	margin-bottom: 10px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: normal;
}

.burandList1 li.other,
#genreList li.other {
	width: 100%;
	margin-top: 1em;
	padding: 0;
	background: transparent;
	font-size: 1.3rem;
	text-align: left;
	display: inline-block;
	border: none;
}

#genreList {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	gap: 10px 0;
}

#genreList li {
	width: 49%;
	padding: 1em 0;
	background: #fff;
	border: 1px #CCCCCC solid;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.2;
}

#genreList li a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#genreList li img {
	width: auto;
	max-height: 70px;
}

#genreList li.other a {
	display: inline;
}

#brandlistIn {
	padding-bottom: 50px;
}

.brandList {
	width: 100%;
	margin: 0 auto 10px;
}

.brandList h3 {
	padding: 0 2em 0 10px;
	border: 1px #1f5423 solid;
	color: #267a2d;
	font-size: 100%;
	cursor: pointer;
}

.brandList h3.on {
	background: url(../img/icon6_on.png) 98% center no-repeat #FFFFFF;
	-webkit-background-size: 14px 8px;
	background-size: 14px 8px;
}

.brandList h3.off {
	background: url(../img/icon6_off.png) 98% center no-repeat #FFFFFF;
	-webkit-background-size: 14px 8px;
	background-size: 14px 8px;
}

.brand {
	padding: 30px 0 0;
}

.audioType {
	padding: 0 0 10px 0;
	font-weight: bold;
	color: #267a2d;
	font-size: 150%;
}

.blandSection {
	display: none;
}

.burandList2 {
	margin: 0 0 30px 0;
	letter-spacing: -0.4em;
}

.burandList2 li {
	width: 50%;
	padding: 0 10px;
	margin: 0 0 10px 0;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: normal;
}

.burandList2 li img {
	border: 1px #CCCCCC solid;
}

.brandImage {
	display: block;
	height: 100%;
	padding: 10px 0 10px 80px;
}

#brand1 .brandImage {
	background: url(../img/audiolist_titimg1.png) left center no-repeat;
	-webkit-background-size: 73px 40px;
	background-size: 73px 40px;
}

#brand2 .brandImage {
	background: url(../img/audiolist_titimg2.png) left center no-repeat;
	-webkit-background-size: 71px 25px;
	background-size: 71px 25px;
}

#brand3 .brandImage {
	background: url(../img/audiolist_titimg3.png) 13px center no-repeat;
	-webkit-background-size: 53px 50px;
	background-size: 53px 50px;
}

#brand4 .brandImage {
	background: url(../img/audiolist_titimg4.png) left center no-repeat;
	-webkit-background-size: 73px 27px;
	background-size: 73px 27px;
}

#brand5 .brandImage {
	background: url(../img/audiolist_titimg5.png) left center no-repeat;
	-webkit-background-size: 71px 40px;
	background-size: 71px 40px;
}

#brand6 .brandImage {
	background: url(../img/audiolist_titimg6.png) left center no-repeat;
	-webkit-background-size: 63px 28px;
	background-size: 63px 28px;
}

#brand7 .brandImage {
	background: url(../img/audiolist_titimg7.png) 10px center no-repeat;
	-webkit-background-size: 49px 51px;
	background-size: 49px 51px;
}

#brand8 .brandImage {
	background: url(../img/audiolist_titimg8.png) 10px center no-repeat;
	-webkit-background-size: 44px 47px;
	background-size: 44px 47px;
}

#brand9 .brandImage {
	background: url(../img/audiolist_titimg9.png) left center no-repeat;
	-webkit-background-size: 59px 33px;
	background-size: 59px 33px;
}

#brand10 .brandImage {
	background: url(../img/audiolist_titimg10.png) 5px center no-repeat;
	-webkit-background-size: 46px 41px;
	background-size: 46px 41px;
}

#brand11 .brandImage {
	background: url(../img/audiolist_titimg11.png) 5px center no-repeat;
	-webkit-background-size: 50px 42px;
	background-size: 50px 42px;
}

#brand12 .brandImage {
	background: url(../img/audiolist_titimg12.png) left center no-repeat;
	-webkit-background-size: 69px 29px;
	background-size: 69px 29px;
}

#brand13 .brandImage {
	background: url(../img/audiolist_titimg13.png) left center no-repeat;
	-webkit-background-size: 65px 46px;
	background-size: 65px 46px;
}

#sec7 {
	margin: 0 auto 40px;
}

#sec7 img {
	width: 100%;
}

#sec7 .frame {
	margin: 30px 10px 0;
}

#sec7 .noteWrap {
	margin: 0;
}

#staff {
	width: 100%;
	background: url(../img/sp_staff_bg.jpg) right 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

#staffTxt {
	padding: 80px 10px;
}

#sec8 {
	padding: 0 0 60px;
}

#sec8 .commonCon {
	margin: 0 10px;
}

#sec8 img {
	width: 100%;
}

#sec8 .slick-prev {
	width: 36px;
	height: 36px;
	margin-top: -18px;
	background: url(../img/icon7_left.png) 0 0 no-repeat;
	-webkit-background-size: 36px;
	background-size: 36px;
	text-indent: -300%;
	text-align: left;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 700;
	border: none;
}

#sec8 .slick-next {
	width: 36px;
	height: 36px;
	margin-top: -18px;
	background: url(../img/icon7_right.png) 0 0 no-repeat;
	-webkit-background-size: 36px;
	background-size: 36px;
	text-indent: -300%;
	text-align: left;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 700;
	border: none;
}

#achievement {
	padding: 30px 0;
	margin-bottom: 30px;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: url(../img/achievement_bg.jpg.jpg) 0 0 repeat;
}

.looplist {
	display: inline-block;
}

#achievement li {
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.achieveIn {
	text-align: left;
	width: 80%;
	display: inline-block;
}

.achieveBrand {
	display: inline-block;
	padding: 0 10px;
	border: 1px #CCCCCC solid;
	font-size: 76.9%;
}

.achieveImg {
	width: 100%;
	height: 77vw;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}

.achieveImg img {
	width: 100%;
}

.achieveBox {
	width: 100%;
	padding: 20px 10px;
	text-align: left;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.achieveTit {
	font-weight: bold;
}

.achieveInfo {
	padding: 5px 10px;
	background: #000000;
	font-size: 70%;
	color: #FFFFFF;
}

.achieveDate {
	float: left;
}

.achieveCat {
	float: right;
}

.looplist {
	width: 100%;
}

#sec9 {
	padding: 0 10px 60px;
}

.stepWrap {
	padding-bottom: 30px;
	margin-bottom: 15px;
	background: url(../img/icon7.png) center bottom no-repeat;
	-webkit-background-size: 21px 12px;
	background-size: 21px 12px;
}

.step {
	width: 100%;
	display: table;
	display: flex;
	align-items: stretch;
}

.stepTit {
	padding: 20px;
	background: #FFFFFF;
	display: table-cell;
	vertical-align: middle;
	border-top: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	color: #267a2d;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stepTit img {
	width: 4vw;
	max-width: 20px;
}

.stepContent {
	background: #FFFFFF;
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
	border: 1px #CCCCCC solid;
	font-size: 1.3rem;
	line-height: 1.5;
}

#takuhai {
	width: 100%;
	margin: 30px auto 0;
	padding: 10px 10px 0px 10px;
	border: 1px #267a2d solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#takuhaiIn {
	padding-bottom: 30px;
	display: none;
}

#takuhai h4 {
	padding-bottom: 25px;
	margin-bottom: 10px;
	cursor: pointer;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.4rem;
	line-height: 1.3;
}

#takuhai h4 span.big {
	color: #267a2d;
	font-size: 1.7rem;
}

#takuhai h4 span.small {
	display: block;
	font-size: 1.2rem;
}

#takuhai h4 img {
	width: 100%;
}

#takuhai h4.on {
	background: url(../img/flow_icon_on.png) center bottom no-repeat;
	-webkit-background-size: 44px 9px;
	background-size: 44px 9px;
}

#takuhai h4.off {
	background: url(../img/flow_icon_off.png) center bottom no-repeat;
	-webkit-background-size: 32px 9px;
	background-size: 32px 9px;
}

#takuhai h5 {
	text-align: center;
	padding-bottom: 30px;
}

h5 img {
	width: 100%;
}

#takuhaiDesc {
	margin-bottom: 30px;
	font-size: 1.4rem;
	position: relative;
}

#youtube iframe {
	aspect-ratio: 7 / 4;
	width: 100%;
	height: 100%;
}

#sec10 {
	margin: 0 10px 40px;
}

#sec10 .commonTit1 {
	padding: 0 0 10px;
}

#faqWrap {
	margin-bottom: 30px;
	font-size: 1.3rem;
}

.faq {
	padding-bottom: 10px;
}

.que {
	border: 1px #267a2d solid;
	padding: 1em 2em 1em 2.8em;
	color: #267a2d;
	background: #fff;
	font-weight: bold;
	cursor: pointer;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}

.que:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/faq_icon1.png) center no-repeat;
	background-size: contain;
	display: flex;
	flex-shrink: 1;
	position: absolute;
	left: 2%;
}

.que:after {
	content: "";
	width: 10px;
	height: 6px;
	background: url(../img/icon6_off.png) center no-repeat;
	background-size: contain;
	display: flex;
	flex-shrink: 1;
	position: absolute;
	right: 3%;
}

.ans {
	display: none;
	padding: 1em 2em 1em 2.8em;
	background: #fff;
	border-right: 1px #267a2d solid;
	border-left: 1px #267a2d solid;
	border-bottom: 1px #267a2d solid;
	color: #333333;
	font-size: 1.3rem;
	line-height: 1.5;
	position: relative;
}

.ans:before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/faq_icon2.png) center no-repeat;
	background-size: contain;
	display: flex;
	flex-shrink: 1;
	position: absolute;
	left: 2%;
}

.commonCon2 {
	padding: 20px;
	background: #FFFFFF;
}

.commonTel2 {
	padding-bottom: 10px;
}

.commonTel2 img {
	width: 100%;
}

.spContact .large {
	font-size: 1.2em;
}

.spContact .middle {
	font-size: 1em;
}

/* -------------------------------------------------- */
/* 事前査定 */
/* -------------------------------------------------- */
#telArea {
	padding-bottom: 30px;
}

#telTit {
	padding-bottom: 20px;
}

#telTit img {
	width: 100%;
}

#telNum {
	text-align: center;
}

#telNum img {
	width: 80%;
}

#flow {
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
}

#flow img {
	width: 100%;
}

#info {
	margin-bottom: 30px;
	display: block;
	clear: both;
	padding-top: 15px;
}

#info tbody {
	display: block;
}

#info tr {
	display: block;
}

#info th {
	display: block;
	font-weight: bold;
	text-align: left;
	padding: 0px 10px;
}

#info td {
	display: block;
	padding: 0px 10px;
	margin-bottom: 20px;
}


.required {
	display: inline-block;
	margin-left: 10px;
	padding: 1px 5px;
	background: #ff0c2e;
	font-size: 81.3%;
	color: #fff17e;
}

.ng {
	display: inline-block;
	margin-left: 10px;
	padding: 1px 5px;
	background: #CC0000;
	font-size: 81.3%;
	color: #fff17e;
}

.ok {
	display: inline-block;
	margin-left: 10px;
	padding: 1px 5px;
	background: #66CC00;
	font-size: 81.3%;
	color: #fff17e;
}

.input1 {
	width: 100%;
	padding: 10px 10px;
	border-radius: 5px;
	border: 1px #bfbfbf solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input,
select,
textarea {
	font-size: 100%;
	-webkit-appearance: none;
}

#info select {
	border-radius: 5px;
	padding: 10px 20px 10px 10px;
	background: #FFFFFF;
	border: 1px #bfbfbf solid;
	background: url(../img/select_icon.png) 95% center no-repeat #FFFFFF;
	-webkit-background-size: 8px;
	background-size: 8px;
}

.spitemInfo {
	padding: 5px 20px;
	margin-bottom: 20px;
	background: #FF0C2E;
	color: #ffffff;
	font-weight: bold;
}

.itemInfo h3 {
	padding: 5px 20px;
	margin-bottom: 20px;
	background: #FF0C2E;
	color: #ffffff;
	font-weight: bold;
}

.itemInfo #itemName {
	padding: 0 10px 30px 10px;
}

.itemInfo .brand {
	padding: 0 0px 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.itemInfo .flNone .brand {
	float: none;
	padding-bottom: 50px;
}

.itemInfo .brand p {
	font-weight: bold;
}

.itemInfo .model {
	padding: 0 0 0 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.itemInfo .flNone .model {
	float: none;
}

.itemInfo .model p {
	font-weight: bold;
}

.itemInfo .statusWrap {
	padding: 0 10px 30px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.itemInfo .statusWrap input,
.itemInfo .statusWrap label {
	vertical-align: middle;
}

.itemInfo li {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.itemInfo li:last-child {
	margin-right: 0px;
}

.itemInfo .itemText {
	padding: 0 10px 50px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.itemInfo textarea {
	padding: 10px;
	border-radius: 5px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px #bfbfbf solid;
}

#addItem {
	padding: 0 10px 30px 0;
	text-align: right;
}

a.addItem {
	color: #ff0000;
	text-align: right;
	text-decoration: underline;
	opacity: 1;
	font-weight: bold;
}

a.addItem:hover {
	opacity: 0.7;
}

a#delBtn {
	color: #ff0000;
	text-align: right;
	text-decoration: underline;
	opacity: 1;
	font-weight: bold;
}

a#delBtn:hover {
	opacity: 0.7;
}

#ppWrap {
	padding: 0 10px;
}

#pp {
	width: 100%;
	height: 300px;
	margin: 0 auto 0;
	border: 1px #bfbfbf solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#ppIn {
	padding: 20px;
}

#ppIn h4 {
	padding-bottom: 20px;
	font-size: 140%;
	font-weight: bold;
}

#ppTxt dt {
	font-weight: bold;
}

#ppTxt dd {
	padding-bottom: 20px;
}

.confirm td {
	font-size: 110%;
}

#annoWrap {
	width: 300px;
	margin: 0 auto 40px;
}

#anno {
	padding: 10px 5px 10px 5px;
	text-align: center;
	color: #ff0c2e;
	font-weight: bold;
	border: 4px solid #FF0000;
}

#confInfo {
	margin-bottom: 30px;
	display: block;
	padding: 0 10px;
}

#confInfo tbody {
	display: block;
}

#confInfo tr {
	display: block;
}

#confInfo th {
	display: block;
	font-weight: bold;
	text-align: left;
	padding: 0px 10px;
}

#confInfo td {
	display: block;
	padding: 0px 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px #999999 dotted;
}

#confItemName,
.confStatusWrap,
.confItemText {
	padding: 0 10px;
}

.th {
	display: block;
	font-weight: bold;
	text-align: left;
	padding: 0px 10px;
}

.td {
	display: block;
	padding: 0px 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px #999999 dotted;
}

#confirm .brand {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #999999 dotted;
}

#confirm .model {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #999999 dotted;
}

#confirm .statusWrap {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #999999 dotted;
}

#confirm .itemText {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #999999 dotted;
}

#confirmBtn {
	width: 100%;
	padding: 30px 0 0;
	display: inline-block;
}

#confirmBtn .commonBtn1 {
	display: block;
	position: relative;
	top: -56px;
}

#confirmBtn .commonBtn2 {
	display: block;
	margin-bottom: 10px;
	position: relative;
	top: 56px;
}

#compTitle {
	border: 4px solid #ff0c2e;
	padding: 5px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	color: #ff0c2e;
}

#compTxt {
	padding: 5px;
	width: 90%;
	margin: 0 auto 50px;
	text-align: left;
}

#compTxt span {
	color: #ff0c2e;
}

#confirm .large {
	font-size: 140%;
}

.bc {
	padding: 10px;
	font-size: 80%;
}

.bc li {
	padding-left: 12px;
	margin-right: 3px;
	display: inline-block;
	background: url(../img/sp_icon1.png) left center no-repeat;
	-webkit-background-size: 9px 10px;
	background-size: 9px 10px;
}

.bc li:first-child {
	padding-left: 0px;
	background: none;
}

#compTxt a {
	color: #ff0c2e;
}

.sp-buttons {
	display: none;
}

#areamap {
	margin: 0 auto 30px;
}

#areamap .inner {
	/*	width: 92%;*/
	margin: auto;
	padding: 0 10px;
}

#areamap h2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid;
	font-weight: bold;
	font-size: 1.6rem;
	color: #267a2d;
	font-family: "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 0.05em;
}

.areamap_left {
	width: 100%;
}

.areamap_table {
	width: 100%;
	font-size: 1.2rem;
	border-collapse: separate;
	border-spacing: 5px;
}

.areamap_region {
	width: 22%;
	background-color: #ffde00;
	text-align: center;
	line-height: 1.2;
}

.areamap_region,
.areamap_prefecture {
	padding: 3px 10px;
	vertical-align: middle;
}

.areamap_prefecture {
	border-bottom: 1px #f7f7f7 solid;
}

.areamap_prefecture ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	line-height: 1.25;
}

/*
#topBannerArea {
	margin-bottom: 40px;
}
*/

#topBannerArea img {
	width: 100%;
}