@charset "utf-8";
/****** 全体 ******/
body {
	font-family: "Hiragino Maru Gothic ProN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "sans-serif";
}
.wrap {
	position: relative;
    top: 0;
    left: 0;
	width: 100%;
    height: auto;
	font-size: 16px;
	overflow-y: hidden;
	background: repeating-linear-gradient(45deg, #eaf3ee, #eaf3ee 10px, #f2fbf6 0, #f2fbf6 20px);
}
.wrap-center {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 768px;
    height: auto;
    margin: 0 auto;
	background-color: #fff;
}
img {
	max-width: 100%;
}
.thanks img {
	max-width: 100%;
}
/****** 汎用 ******/
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.blue {
	color: #4285f4;
}
.red {
	color: #f50000;
}
.yellow {
	color: #fdde61;
}
.green {
	color: #00aa54;
}
span.under-yellow {
	background:linear-gradient(transparent 60%, #fdde61 60%);
}
.pd-lr-15 {
	padding-left: 15px;
	padding-right: 15px;
}
/* 各セクション終わりの余白 */
.section-endblank {
	margin-bottom: 63px;
}
/****** メニュー ******/
.menu-wrap {
	background-color: #ffdf6b;
	height: 65px;
    position: fixed;
    top: 0;
    max-width: 768px;
    width: 100%;
	z-index: 999;
	/* デフォルトで非表示にする */
	opacity: 0;
	transition: all 0.5s;
}
.active {
	visibility: visible;
	opacity: 1;
}
.menu-wrap img {
	height: 60px;
}
.menu-wrap ul {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: auto;
}
.menu-wrap ul li {
	width: calc( 100% / 4 );
	text-align: center;
}
/****** 査定　固定フッター ******/
.assessment-fotter {
	position: fixed;
	bottom: 0;
	/* デフォルトで非表示 */
	opacity: 0;
	transition: all 0.5s;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7287289915966386) 77%, rgba(255,255,255,0) 100%);
	padding-top: 70px;
	padding-bottom: 14px;
	max-width: 768px;
	width: 100%;
}
@media screen and (min-width:768px) {
	.assessment-fotter {
		padding-top: 180px;
	}
}
.footer-human {
	position: absolute;
	bottom: 0;
}
.footer-way {
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
	position: relative;
	z-index: 2;
}
.footer-way li {
	width: calc(50% - 16%);
}
/****** KV ******/
/****** 買取保証 ******/
.buyingpledge {
	margin-bottom:  20px;
}
/****** 高評価をいただいております ******/
.goodquality {
	margin-bottom: 100px;
}
/****** こんな車を探しています ******/
.searchingcar {
	max-width: 530px;
	margin-right: auto;
	margin-left: auto;
}
.searchingcar-title02 {
	margin-top: -18px;
}
.searchingcar-outer {
	background-color: #f1f5f9;
	border: 5px solid #00a74d;
	padding: 10px 3px 3px;
}
.searchingcar-inner {
	border: 3px solid #00a74d;
	padding: 10px;
	position: relative;
	margin-top: 5px;
}
.searchingcartitle-wrap {
	position: relative;
}
.searchingcar-title {
	width: calc( 100% - 30%);
    position: absolute;
    left: 0;
    top: -24px;
}
.searchingcar-titilehuman {
	width: calc( 100% - 61%);
    position: absolute;
    top: -44px;
    right: -13px;
}
.searchingcar-checklist li {
	margin-bottom: 7px;
}
.searchingcar-checklist li:last-child {
	margin-bottom: 0;
}
.searchingcar-image {
	position: absolute;
    width: 115px;
    right: 0px;
    top: calc(50% - 32px);
}
@media screen and (min-width:415px) {
	.searchingcar-image {
		width: 139px;
	}
}
/****** 対応エリア ******/
.supportarea {
	padding: 0 10px;
}
.supportarea h2 {
	margin-top: 50px;
    margin-bottom: -6px;
}
.supportarea-list {
	margin-top: 10px;
}
.supportarea-list dt {
	display: inline-block;
}
.supportarea-list dd {
	margin: 5px 0 10px;
}
.supportarea .outofarea {
	font-size: 0.9em;
}
/****** twitter ******/
.twitter-outer {
	margin: auto;
	border: 5px solid #b9d6ff;
	width: 300px;
    height: 450px;
    border-radius: 16px;
}
/****** 還付金 ******/
.refund {
	background-color: #f4e955;
	padding: 2rem 10px 0;
	overflow: hidden;
}
.refund-notes {
	font-size: 0.7em;
}
.refund-calculation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
    position: relative;
}
.refund-arrow {
    width: 78px;
    position: absolute;
    top: 22%;
    left: calc( 50% - 61px);
}
@media screen and (min-width: 578px) {
    .refund-arrow {
        width: 100px;
        top: 25%;
    }
}
.refund-calculation h3 {
	margin-bottom: 10px;
    margin-top: 2px;
}
.refund-action {
	position: relative;
	height: 145px;
}
.refund-guide {
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 20px;
	padding: 10px 15px;
    width: 239px;
}
.refund-guide ul {
	display: flex;
	justify-content: flex-start;
	margin-top: 5px;
    font-size: .93rem;
}
.refund-guide li:last-child {
	margin-left: 15px;
}
.refund-guide ul a {
	text-decoration: none;
	border-bottom: 1px solid blue;
	padding-bottom: 1px;
}
.refund-guide ul a:visited {
	color: #0000ff;
}
.refund-human {
	position: absolute;
    bottom: -6px;
    right: -7px;
    width: 135px;
}
.refund-human-credit {
    position: absolute;
    right: calc(50% - 139px);
    width: 113px;
    bottom: 0px;
}
@media screen and (min-width:467px) {
	.refund-guide {
		width: 236px;
        margin-left: calc( 50% - 158px);
	}
	.refund-human {
		right: calc(50% - 220px);
	}
}
/*** タイトル ***/
.reccomendtitle-wrap {
	position: relative;
	text-align: center;
	margin-bottom: 3%;
}
.reccomendtitle {
	margin: 0 auto;
    padding: 25px 40px 0;
}
.reccomendtitle-label {
	position: absolute;
	top: -13px;
    left: -9px;
    width: 120px;
}
.reccomendtitle-balloon {
	position: absolute;
    top: -16%;
    right: 10px;
    width: calc(100% - 44%);
}
/*** おまかせパック　コンテンツ ***/
.package-wrap {
	border: 5px solid #fee67f;
	padding: 15px 10px 10px;
	margin: 5px;
}
@media screen and (min-width: 768px) {
	.package-wrap {
		margin: 0 auto 40px;
		max-width: 600px;
	}
}
/****** 買取事例　買取実例 ******/
.buyingresults h2 {
	padding: 0 5px;
    margin-bottom: -6px;
}
.buyingresults-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/* スライドのデザイン */
.buyingresults-wrap {
	border: 3px solid #35a854;
	padding: 3px;
	max-width: calc(100% / 2.25);
	background-color: #fff;
	margin-bottom: 5px;
}
.buyingresults-wrap:nth-child(even) {
	margin-left: 2px;
}
.buyingresults-elements {
	font-size: 0.8em;
	letter-spacing: -0.1px;
}
.buyingresults-content {
	margin: 0 auto 0;
	padding-left: 5px;
	max-width: 220px;
}
.buyingresults-contentresponse {
	margin-left: 10px;
}
.buyingresults-pricebox {
	font-weight: bold;
    font-size: 17px;
	letter-spacing: -0.3px;
}
.buyingresults-price {
	color: #ff0000;
	margin-left: 5px;
	margin-right: 2px;
}
.yen {
	font-size: 0.7em;
}
@media screen and (min-width: 600px) {
	.buyingresults-wrap:nth-child(even) {
		margin-left: 10px;
	}
	.buyingresults-list {
		max-width: none;
	}
}
/*** コメント ***/
.result_notice {
	padding-top: 3px;
    padding-bottom: 15px;
	max-width: 650px;
	margin: auto;
	padding-right: 5px;
	padding-left: 5px;
}
figure {
	margin: 0;
}
/*** 続きを見る  ***/
.buyresult-viewmore {	/* ボタンのデザイン */
	margin: 0 auto 11px;
	padding-right: 5px;
	padding-left: 5px;
}
.buyingresults-hiddenlist {
	display: none;
}
.add-morereslut-open {
	display: block;
}
/****** 高評価をいただきました ******/
.gethightreview-box {
	margin-bottom: 30px;
}
.gethightreview .gethightreview-box:last-child {
	margin-bottom: 0;
}
/****** お客様の声 ******/
.customervoice {
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width:641px) {
	.customervoice {
		width: 640px;
	}
}
/* ------------------------
	スライドのデザイン
------------------------ */
.customervoice section {
	padding: 0 15px 20px;
	background-image: url("../image/voice-bg.png");
	background-repeat: repeat-y;
	margin-top: -6px;
	background-size: contain;
}
@media screen and (min-width:376px) {
	.voicecontent-wrap {
		width: 340px
	}
}
.voicecontent-wrap {
	border: 2px solid #bebebe;
    background-color: #fbfbfb;
    padding: 10px 10px 25px;
	max-width: 250px;
	box-sizing: border-box;
	position: relative;
}
.voicecontent-comment {
	padding-top: 10px;
	height: 310px;
}
#voicecontent03-hide .hide-comment {
	padding-top: 15px;
}
.voicecontent-comment p,
.hide-comment p {
	margin-bottom: 15px;
}
.hide-comment p:last-child {
	margin-bottom: 0;
}
/*** 顧客データ ***/
.voicecontent-userdate {
	display: flex;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left: 5px;
}
.userdate-icon {
	width: 50px;
}
.userdate-name {
	margin-left: 20px;
	color: #818181;
	line-height: 1.7;
	font-size: 0.9em;
}
.voicecontent-cardate {
	color: #818181;
	font-size: 0.9em;
	padding-left: 5px;
}
/* ----------------------------------
	スライダー.jsのためのCSS（コピペ）
----------------------------------- */
.customervoice-slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 0 auto;
}
.customervoice-slider img {
    width: 60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height: auto;
}
.customervoice-slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}
.customervoice-slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.customervoice-slider .slick-prev, 
.customervoice-slider .slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 5px solid #666;/*矢印の色*/
    border-right: 5px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}
.customervoice-slider .slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}
.customervoice-slider .slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.customervoice-slider .slick-dots {
    text-align: center;
	margin: 20px 0 0 0;
}
.customervoice-slider .slick-dots li {
    display: inline-block;
	margin: 0 5px;
}
.customervoice-slider .slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;/*ドットボタンのサイズ*/
    height: 25px;/*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
	border: 2px solid #f99900;
    background-color: #fff;
}
.customervoice-slider .slick-dots .slick-active button{
    background: #f99900;/*ドットボタンの現在地表示の色*/
}
/* ------------------------
	コメント隠し
------------------------ */
.voicecontent-hide {
	display: none;
}
/*** 続きを読むボタン ***/
.customervoice-viremore {
	width: 120px;
	height: 77px;
	margin:10px auto 0;
}
/****** グーグルクチコミ評価 ******/
.webreview {
	padding: 0 5px;
}
.webreview h2 {
	position: relative;
}
.webreviewtitle-left {
	position: absolute;
	top: 95px;
    left: 0;
    width: 45px;
}
.webreviewtitle-right {
	position: absolute;
	top: 13px;
    right: 0;
    width: 45px;
}
.webreview-outer {
	border: 5px solid #fee67f;
	height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
	text-align: left;
	padding: 10px 15px 0;
	position: relative;
}
.webreview-logo {
	position: absolute;
	right: 0;
	top: 5px;
	width: calc(100% / 3);
}
/*** レビュー出力レイアウト ***/
.webreview-outer h3 {
	font-size: 1.5em;
}
.webreview-storestar {
	font-size: 1.2em;
	margin-bottom: 20px;
}
.webreview-storestar .starcolor {
	color: #ecb923;
}
.review-box {
	margin-top: 40px;
	border-bottom: solid 1px #ecedef;
	padding-bottom: 25px;
}
.webreview .review-wrap .review-box:first-child {
	margin-top: 0;
}
.webreview .review-wrap .review-box:last-child {
	border-bottom: none;
}
.reviewbox-writer {
	font-size: 1.1em;
}
.reviewbox-star {
	margin-bottom: 10px;
	color: #ecb923;
}
.reviewbox-comment {
	
}
/****** ウェブメディア ******/
.webmedia {
	padding: 0 5px;
}
.webmedia h2 {
	position: relative;
}
.webmediatitle-label {
	position: absolute;
	width: 150px;
	right: 0;
	top: 0;
}
.webmedia section {
	border: 5px solid #fee67f;
	padding: 10px 10px 20px;
	max-width: 580px;
    margin: 30px auto 0;
}
.webmedia-published img {
	margin-bottom: 1rem;
}
.webmedia-published p {
	font-size: .8em;
	margin-bottom: 10px;
}
.webmedia-published p:last-child {
	margin-bottom: 0;
}
.media-interview p {
	margin-bottom: 15px;
}
/* TVで紹介されました */
.webmedia .introductiononTV {
	padding: 0 0 19px;
    max-width: 600px;
}
.webmedia .introductiononTV p {
	padding: 10px 10px 0;
}
/****** 選ばれる理由 ******/
.choosereason {
	padding: 0 5px;
}
.choosereason h2 {
	margin-bottom: 1rem;
	padding: 0 10px;
}
/****** 買取の流れ ******/
.useflow {
	padding: 0 5px;
}
.useflow h2 {
	position: relative;
}
.useflowtitle-main {
	margin-bottom: 10px;
}
.useflowtitle-left {
	position: absolute;
	width: 45px;
	left: -2px;
	top: 35%;
}
.useflowtitle-right {
	position: absolute;
	width: 45px;
	right: 0;
	top: 35%;
}
.useflow-setpbox {
	max-width: 580px;
    margin: 30px auto 60px;
}
.useflow .useflow-setpbox:first-child {/* 一番最初のボックスのマージンをなくす */
	margin-top: 10px!important;
}
.useflow-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
}
.useflow-contents h3 {
	padding-left: 5px;
}
.useflow-wrap::after {
	position: absolute;
	content: "";
	border: 15px solid transparent;
	border-top: 25px solid #ea4335;
	bottom: -64px;
    left: calc(50% - 12px);
}
.useflow .useflow-lastwrap::after {
	content: none;
}
/*** イラスト ***/
.useflow-image {
	width: calc(100% - 70%);
}
.useflow-image img {
	width: 90%;
}
/*** 文章 ***/
.useflow-contents {
	width: calc(100% - 30%);
	border: 2px solid #000;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 0 7px 0px 0 #ffe44d;
	padding: 10px 20px;
	margin-bottom: 5px; /* 隣のイラストと底辺を合わせる */
	font-size: .85em;
}
.useflow-contents p {
	line-height: 17px;
}
.useflow-contents ul {
	display: flex;
    justify-content: flex-start;
    margin-top: 5px;
}
.useflow-contents ul a {
	text-decoration: none;
    border-bottom: 1px solid blue;
    padding-bottom: 1px;
}
.useflow-contents ul li:last-child {
    margin-left: 15px;
}
.useflow-contents ul a:visited {
	color: #0000ff;
}
@media screen and (min-width:550px) {
	.useflow-contents {
		font-size: 18px;
	}
	.useflow-contents p {
		line-height: 1.35;
	}
}
/****** 比較 ******/
.difference h2,
.difference-table {
	padding: 0 5px;
}
.difference-structure {
	margin: 0 auto;
	border: 5px solid #fdde61;
	padding: 5px;
	max-width: 700px;
}
.structure-box {
	border: 3px solid #fdde61;
	padding: 25px 0;
	position: relative;
	font-size: 1.2em;
}
.structure-box p {
	width: calc(100% - 95px);
    margin: auto;
    font-size: .9em;
}
/* 丸ピン */
.structure-boxpin {
	position: absolute;
	font-size: 10px;
	color: #666666;
}
.structure-boxpin-lt {
	top: 3px;
	left: 5px;
}
.structure-boxpin-lb {
	bottom: 3px;
	left: 5px;
}
.structure-boxpin-rt {
	top: 3px;
	right: 5px;
}
.structure-boxpin-rb {
	bottom: 3px;
	right: 5px;
}
/****** ご注意ください ******/
.badcase {
	padding: 0 5px;
}
.badcase .border-wrap {
	border: 5px solid red;
	border-radius: 10px;
	padding: 15px 10px 5px;
	max-width: 700px;
	margin: auto;
}
.badcase h2 {
    padding: 0 30px;
}
.badcase-list {
	margin-top: 1rem;	
}
.badcase-list li {
	margin-bottom: 1rem;
	position: relative;
	padding-left: 15px;
	line-height: 1.4;
}
.badcase-list li::before {
	position: absolute;
	content: "●";
	color: #000;
	font-size: 10px;
	left: 0;
    top: 4px;
}
@media screen and (min-width:768px) {
	.badcase-list {
		max-width: 600px;
		margin: 40px auto 40px;
	}
}
/****** トラブル０宣言 ******/
.nottrouble {
	padding: 0 10px;
}
.nottrouble h2 {
	padding: 0 30px;
}
.nottrouble-box {
	background-color: #00aa54;
	padding: 12px 10px;
	color: #fff;
	max-width: 570px;
	margin: auto;
}
.br-sp {
	display: none;
}
@media screen and (min-width:768px) {
	br.br-sp {
		display: block;
	}
}
span.big-nottrouble01 {
	font-size: 1.4em;
    font-weight: bold;

}
span.big-nottrouble02 {
	font-weight: bold;
    font-size: 1.5em;
    letter-spacing: -1px;
}
.nottrouble .customersupport {
	text-align: center;
	color: #00aa54;
	font-size: 0.8em;
	margin: 10px 0 3rem;
}
/****** オペレーターの質が違います ******/
.prideoperator h2 {
	padding: 0 7px 0 1px;
}
.prideoperator-wrap {
	background-color: #fff8ee;
	padding: 25px 5px 20px;
}
.prideoperator-wrap p {
	padding: 0 10px;
	font-weight: bold;
	margin-bottom: 1rem;
}
.prideoperator-wrap img {
	margin-bottom: 10px;
}
/****** expensivereason ******/
.expensivereason-inner {
	padding: 35px 5px 35px;
	border: 5px solid #01a74e;
	background-color: #f2fbf6;
	max-width: 660px;
    margin: auto;
}
/****** 高価買取のワケ ******/
.sellingreason {
	margin-bottom: 3rem;
}
.sellingreason h3 {
	text-align: center;
	margin-bottom: 10px;
	padding: 0 5px;
}
.sellingreason section {
	margin-bottom: 20px;
}
.sellingreason p {
	margin-bottom: 5px;
	padding-left: 5px;
}
.expensivereason-image {
	margin-top: 10px;
    margin-bottom: 5px;
}
.expensivereason-summary {
	padding: 0 5px;
}
/****** よくあるケース ******/
.commoncase {
	background-color: #fff;
	margin: 0 5px;
	padding: 25px 0;
}
.commoncase h2 {
	text-align: center;
	padding: 0 60px;
	margin-bottom: 1rem;
}
.commoncase section {
	padding: 0 10px;
}
.commoncase-flame {
	padding: 0 5px;
}
.commoncase section p:nth-child(2) {
	margin: 20px 0;
}
.commoncase section p:nth-child(3) {
	margin-bottom: 0;
}
.commoncase ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 10px auto 15px;
    max-width: 370px;
}
.commoncase ul a {
	text-decoration: none;
    border-bottom: 1px solid blue;
    padding-bottom: 1px;
}
.commoncase ul a:visited {
	color: #0000ff;
}
.commoncase-human {
	width: 75px;
}
/****** 会社概要 ******/
.company {
	padding-top: 150px;
	background-image: url("../image/company_title.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.company-visitreserve {
	color: #01a74e;
	margin-bottom: 30px;
    margin-top: 10px;
}
.company-visitreserve h3 {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
.visitreserve-notice {
	padding: 0 15px;
	font-size: 13px;
	margin-bottom: 2px;
}
span.visitreserve-fizeup {
	font-size: 1.25em;
	font-weight: bold;
}
@media screen and (min-width: 768px){
	.company {
		padding-top: 210px;
	}
}
/** --------------------
	前デザイン引継ぎCSS
--------------------- **/
.section-8__img-2 {
    display: block;
    width: 120px;
    margin: -93px auto 0 auto;
}
.section-8__img-3 {
    margin: 10px 0 7px 0;
}
.section-8__img-4 {
    margin: 12px auto 12px auto;
}
.section-8__item-1 {
    position: relative;
    width: 94%;
    margin: 0 auto;
    border: 2px solid #d9d9d9;
    border-radius: 10px;
    background: #fff;
	padding-top: 25px;
}
.company .directorimage {
	position: absolute;
    width: 100px;
    left: calc(50% - 50px);
    top: -70px;
}
.section-8__item-1__p1 {
    text-align: center;
    margin: 8px 0 -4px 0;
}
.section-8__item-1__p1 span:nth-child(1) {
    font-size: 11px;
    color: #8f8f8f;
}
.section-8__item-1__p1 span:nth-child(2) {
    font-size: 20px;
    color: #343434;
}
.section-8__item-1__p1 span {
    display: block;
}
.section-8__item-1__p2 span {
    font-size: 14px;
    color: #343434;
    display: block;
    margin: 15px 10px;
}
.section-8__item-2 {
    padding: 10px;
}
.section-8__item-2 table {
    width: 100%;
}
.section-8__item-2 table td {
    font-size: 13px;
    color: #343434;
    border: 1px solid #d0d0d0;
    line-height: 1.4;
}
.section-8__item-2 table td:first-child {
    border-left: none;
    white-space: nowrap;
    padding: 6px 10px 4px 5px;
}
.section-8__item-2 table td:last-child {
    border-right: none;
    padding: 6px 2px 4px 15px;
}
.section-8__item-2 table td.padding-0 {
    padding: 0;
}
.section-8__item-3 {
    background: #e8e8e8;
    overflow: hidden;
    padding: 5px 10px 5px 10px;
    margin-bottom: 30px;
}
.section-8__item-3 p {
    font-size: 15px;
    background: #fff;
    margin: 10px auto;
    padding: 8px;
    color: #343434;
    border: 1px solid #c7c7c7;
	max-width: 560px;
}
.section-8__item-3 p .red {
    color: #e0535b;
}
.section-8__item-3 p span {
    display: block;
    margin-bottom: 10px;
}
.companyworking {
	padding: 0 15px 10px;
}
/****** faq よくある質問 ******/
.faq {
    padding: 0 12px;
	margin-bottom: 50px;
}
.faq h2 {
	margin-bottom: 15px;
}
.faq .hide-question {
	display: none;
}
.faq .question {
	display: flex;
}
.faq .answer img {
    width: 40px;
    float: left;
}
.faq .question span {
	display: block;
	margin-left: 16px;
    padding: 5px 0 0;
}
.faq .answer span {
    display: block;
    margin-left: 55px;
	min-height: 36px;
}
.faq .question,
.faq .answer {
    font-size: 15px;
    font-weight: bold;
    color: #1e1e1e;
}
.faq .answer.last {
    border-bottom: none;
    margin-bottom: 18px;
}
.faq .answer em {
    color: #d43f48;
    font-style: normal;
}
.faq p.question {
	margin: 15px 0;
	margin-block-start: 0;
	margin-block-end: 0;
}
.faq p.question img {
	margin: 10px 0 10px 10px;
	height: 40px
}
.faq .toggle_wrap:last-of-type {
  	border-bottom: 1px solid gray;
}
.faq .toggle_switch {
  position: relative;
  cursor: pointer;
  border-top: 1px solid gray;
}
.faq .toggle_switch.open {
  border-bottom: 1px solid gray;
}
.faq .toggle_switch:hover {
  background-color: #eee;
}
.faq .toggle_contents {
  display: none;
  padding: 10px 10px 10px;
}
.b-banner .toggle_switch {
  position: relative;
  cursor: pointer;
}
.b-banner .toggle_contents {
  display: none;
  padding: 5px 10px;
}
/*** もっと見るボタン ***/
.faq-viewmore {
	text-align: center;
	margin: 25px 0 0;
}
.faq-viewmoretext {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	background-color: #0606fa;
	border-radius: 5px;
	line-height: 1.5;
	padding: 17px 20px;
    transition: 0.2s;
    width: 80%;
	cursor: pointer;
}
@media screen and (min-width:768px){
	.faq-viewmoretext {
		max-width: 40%;
	}
}
/****** お問い合わせ ******/
.inquery {
	padding: 0;
	margin-bottom: 100px;
}
.inquery h2 {
	text-align: center;
	position: relative;
}
.inquerytitle-imagepoint {
	position: absolute;
	width: 80px;
    top: -50px;
    left: -23px;
}
.inquery-imagesmartphone {
	position: absolute;
	width: 50px;
    top: -50px;
    right: -15px;
}
.formtitle-onweb {
	width: calc(100% - 85px);
}
.formtitle-fiveinput {
	width: calc(100% - 25px);
	margin-top: -5px;
}
/*** フォーム ***/
.form-wrap {
	margin: auto;
	background-color: red;
	max-width: 400px;
	padding: 20px 10px 30px;
}
.form-wrap .send-button {
	margin: 10px 0;
}
.form-wrap p {
	color: #fff;
	margin-top: -12px;
	margin-bottom: 20px;
	font-size: 0.9em;
    text-align: center;
}
.form-input {
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
}
dl.questionlist dt {
	margin-bottom: 5px;
	margin-top: 10px;
}
dl.questionlist dt:first-child {
	margin-top: 0;
}
dl.questionlist dd {
	position: relative;
}
.form-input select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form-input select,
.form-input input {
	width: 100%;
	height: 50px;
	padding-left: 30px;
	box-sizing: border-box;
	border-radius: 10px;
}
.form-wrap dl.summary {
	color: #fff;
	font-size: .83em;
}
.form-wrap dl.summary dd {
	line-height: 1.2;
}
/*** 最後のお問い合わせ下マージン ***/
.inquery-lastsection {
	margin-bottom: 55px;
}
/*** 必須 ***/
form .required {	
	background-color: #e02020;
    color: #fff;
    padding: 3px 5px;
    display: inline-block;
	border-radius: 5px;
	margin-right: 5px;
	font-size: 13px;
}
/*** 任意 ***/
form .optional {	
	background-color: #217af3;
    color: #fff;
    padding: 3px 5px;
    display: inline-block;
	border-radius: 5px;
	margin-right: 5px;
	font-size: 13px;
}
/*** 入力OKのマーク ***/
.input-OK {
	content: "";
    background: url("../image/inquery_inputOK.png") no-repeat;
    width: 46px;
    height: 46px;
	position: absolute;
	left: -18px;
    top: 1px;
}
/*** エラー警告　入力欄の枠 ***/
.inputerror-frame {
	border: 1px solid #f23b39;
	box-shadow: 0px 0px 8px 0px #e25a5a;
	border-radius: 10px;
	-webkit-appearance: none;
	appearance: none;
}
/*** エラー警告　入力欄の背景色 ***/
.inputerror-bk {
	background-color: #FFE7E8;
}
/*** エラー警告　文章 ***/
.inputerror-required {
	display: inline-block;
	font-size: 0.8em;
    color: #f23b39;
    margin-top: 5px;
	padding-left: 10px;
}
/* サンクスページのみの反映 */
.thanks .inputerror-required {
	display: block;
	padding-left: 0;
}
/*** お問い合わせボタンwrap ***/
.inquerywrap img {
	width: 768px;
}
/*** 電話で無料査定***/
.inquery .call-wrap {
	margin-bottom: 60px;
}
.visitreserve-dayoff,
.call-wrap p {
	font-size: 0.8em;
    font-weight: bold;
	color: #00aa54;
	text-align: center;
}
/****** ページ最下部フッター ******/
.pageend-fotter {
	background-color: #ff0000;
	text-align: center;
	height: 180px;
	padding: 15px 7% 0;
}
.pageend-fotter ul {
	margin: 0 auto 5px;
    font-size: 11px;
}
.pageend-fotter li {
	text-align: center;
}
.pageend-fotter a,
.pageend-fotter a:visited {
	color: #fff;
}
.pageend-fotter p {
	color: #fff;
	font-size: 10px;
}
@media screen and (min-width:458px) {
	.pageend-fotter {
		height: 190px;
	}
}
@media screen and (min-width:560px) {
	.pageend-fotter {
		height: 210px;
	}
}
@media screen and (min-width:560px) {
	.pageend-fotter {
		height: 260px;
	}
}
/****** サンクスページ ******/
/*** ヘッダー ***/
body.thanks .thanksheader-wrap {
	display: flex;
	justify-content: space-between;
	padding: 3px 5px 0;
	align-items: flex-end;
}
.thanksheader-logo {
	width: 172px;
	height: 19px;
}
.thanksheader-telnumber {
	font-weight: bold;
	height: 19px;
}
/*** ご利用ありがとうございました ***/
body.thanks {
	padding-bottom: 30px;
}
.thanksannounce p {
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	margin-top: 1.5rem;
    margin-bottom: 3rem;
}
/*** 問合せ後の流れ ***/
.afterstep {
	padding: 0 5px;
	max-width: 711px;
    margin: auto;
}
.afterstep h2 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 20px;
}
/* afterstep-box */
.afterstep-box {
	height: 150px;
	display: flex;
	border: 3px solid #fe8344;
	position: relative;
	box-sizing: border-box;
}
.afterstep-box .stepbox-head {
	width: calc( 100% - 69%);
	background-color: #fe8344;
	color: #fff;
	border: 2px solid #fff;
}
.afterstep-box .stepbox-head h3 {
	font-size: 1.2em;
	line-height: 1.2;
	padding: 6px 0 0 7px;
}
@media screen and (min-width: 415px) {
	.afterstep-box {
		border: 5px solid #fe8344;
	}
	.afterstep-box .stepbox-head h3 {
		font-size: 1.5em;
	}
}
@media screen and (min-width: 500px) {
	.afterstep-box .stepbox-head h3 {
		font-size: 1.7em;
	}
}
.sendingconcents-wrap {
	font-size: .9em;
	align-self: center;
	padding: 1rem 0;
}
.sendingconcents-wrap .sendingconcents-flex {
	display: flex;
	justify-content: space-between;
}
.sendingconcents-wrap dl dt {
	width: 70px;
}
.sendingconcents-wrap dl dd {
	width: 150px;
	text-align: left;
	margin-left: 10px;
	line-height: 1.7;
}
/* step01のみ */
.inqueryafter-step01 {
	position: relative;
	/*height: 130px;*/
}
.inqueryafter-step01 .inputconfirmation {	/* ご入力内容 */
	position: absolute;
	bottom: 2px;
    left: 7px;
}
.completionoverlay {	/* 半透明のオーバーレイ */
	background-color: #ffffffa1;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.completionstamp {	/* 済みスタンプ */
	color: #ff0202;
    font-size: 6em;
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 54px);
}
.completionstamp img {	/* スタンプのサイズ指定 */
	width: 90px;
	height: auto;
}
/* requestのみ */
.inqueryafter-request {
	margin-bottom: 2px;
    margin-top: 9px;
}
/*** アンケートフォーム ***/
.anquetearea {
	margin-top: 3rem;
	padding: 0 5px;
}
.anquetearea h2 {
	text-align: center;
	margin-bottom: 6px;
	padding: 0 10px;
}
/* テキスト */
.anquetearea p {
	padding: 0 10px 5px;
}
/* フォーム部分 */
.anquete-input {
	border: 5px solid #fddc50;
	max-width: 400px;
    margin: auto;
}
.anquetelist {
	margin-top: 20px;
	padding-left: 20px;
}
.thanks .send-button {
	text-align: center;
	margin: 25px auto 20px;
	width: 250px;
}
/* フォーム項目部分 */
.anquetelist dd {
	margin-top: 15px;
	padding-left: 25px;
}
.anqueteend-line {
	margin: 25px auto 25px;
}
.anqueteend-line hr {
	color: #fddc50;
	background-color: #fddc50;
	border: none;
	height: 2px;
	width: 50%;
}
.anquete-input .car-mileage {
	width: 130px;
}
.anquete-input .anquetemessage {
	width: 260px;
}
.notmove-guid,
.other-inquiry-guid {
	padding-left: 18px;
}
.notmove-guid p,
.other-inquiry-guid p {
	margin-top: 2px;
	display: inline-block;
	border-bottom: solid 1px #000;
}
.elementline {	/* 左ラインを引く */
	margin-left: 40px;
	padding-left: 25px;
    border-left: 1px solid #000;
	position: relative;
	padding-top: 7px;
}
.elementline:last-child {	/* 最後の項目の左ラインは消す */
	border: none;
}
.elementline:first-child {	/* 最初の項目の上パディング*/
	padding-top: 13px;
}
.elementline:first-child::before {	/* 最初の項目の前の- */
	content: "";
	position: absolute;
    left: 0;
    top: 23px;
	width: 18px;
	height: 1px;
	background: #000;
}
.elementline::before {	/* 各選択肢の前に-を表示 */
	content: "";
	position: absolute;
    left: 0;
    top: 16px;
	width: 18px;
	height: 1px;
	background: #000;
}
.elementline:last-child::after {	/* 「その他」の左ラインをafter要素で作成 */
	content: "";
	position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 17px;
	background: #000;
}
form .other-child-wrap {
	margin-left: 30px;
}
.emergency {
	line-height: 18px;
	padding-top: 3px;
}
form span.emergency_space {
	padding-left: 18px;
	font-size: 0.9em;
}
.anquetelist textarea {
	width: 90%;
    height: 80px;
}