@charset "utf-8";
/* CSS Document */
/* -------------------
		全体
------------------- */
body {
	font-family: "Hiragino Maru Gothic ProN W4", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "sans-serif";
	font-size: 16px;
    color: #494949;
	background-color: #fff;
	/*background: repeating-linear-gradient(45deg, #eaf3ee, #eaf3ee 10px, #f2fbf6 0, #f2fbf6 20px);*/
}
.wrap {
	overflow: hidden;
	position: relative;
}
.wrap-wide {	/* 横幅1000px */
	position: relative;
    top: 0;
    left: 0;
	width: 1000px;
    height: auto;
    margin: 0 auto;
}
.wrap-middle {	/* 横幅768px */
	width: 768px;
	margin: 0 auto;
}
.wrap-center {	/* 横幅580px */
	overflow: hidden;
    width: 100%;
    max-width: 580px;
    height: auto;
    margin: 0 auto;
}
img,
.thanks img {
	max-width: 100%;
}
/* 各セクション終わりの余白 */
.section-endblank {
	padding-bottom: 63px;
}
.pd-lr-15 {
	padding-left: 15px;
	padding-right: 15px;
}
/* 背景を透明に */
.bkcolor-transparent {
	background-color: transparent;
}
/* -------------------
	汎用文字スタイル
------------------- */
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.big {
	font-size: 1.6rem;
}
.middle {
	font-size: 1.2rem;
}
.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%);
}
span.blue-bk {
	display: inline-block;
	background-color: #4285F4;
	color: #fff;
	padding: 2px 5px;
    border-radius: 8px;
	margin: 0 3px;
}
/* -------------------
		CV
------------------- */
/* 最下部フォーム下の余白 */
.inquery-lastsection {
    padding-bottom: 63px;
}
/****** 共通 ******/
/*** 必須 ***/
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;
}
/***** 査定フォーム *****/
.CV-from {
    position: relative;
    background-color: #E82718;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.CV-from p {
    color: #fff;
    margin-bottom: 15px;
	font-size: 20px;
}
.form-input-outer {
    background-color: #E0E0E0;
    width: 650px;
    margin: 0 auto;
    padding: 6px 4px;
}
.form-input {
    width: calc( 100% - 7px);
    margin: 0 auto;
    background-color: #E0E0E0;
    border-radius: 3px;
    padding: 10px;
    border: 3px solid #E82718;
	box-sizing: border-box;
}
.form-input select {
	width: 100%;
}
.form-input select,
.form-input input {
	height: 50px;
    padding-left: 30px;
    box-sizing: border-box;
    border-radius: 10px;
	border: 2px solid #3e3e3e;
}
/** お客様情報　名前＆電話番号 **/
.input-userdate {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.input-userdate input {
	width: calc( 600px / 2.1111);
}
.inqueryform-sendbutton { /* 送信ボタン */
    width: 480px;
    margin: 15px auto 5px;
}
dl.questionlist dt {
	margin-bottom: 5px;
	margin-top: 10px;
}
dl.questionlist dt:first-child {
	margin-top: 0;
}
dl.questionlist dd {
	position: relative;
}
.inqueryform .summary {
    max-width: 455px;
    margin: 0 auto;
    color: #fff;
    font-size: .83rem;
}
.inqueryform dl.summary dd {
    line-height: 1.2;
}

/***** 電話 *****/
.CV-tell {
    background-color: #4286F5;
    height: 200px;
    color: #fff;
}
/***** フォーム＆査定ボタン *****/
.inquerybtn-wrap {
	display: flex;
	justify-content: center !important;
}
.visitreserve-dayoff, .call-wrap p {
    font-size: 0.8em;
    font-weight: bold;
    color: #00aa54;
    text-align: center;
}
/*========= モーダル表示のためのCSS ===============*/
/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}
/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background: #30302b;	
}
.modaal-close {	/* 閉じるボタンの位置 */
	right: 10%;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
/* モーダル内のpadding */
.modaal-content-container {
	padding: 10px;
}
/* -------------------
		KV
------------------- */
.KV {
	height: 641px;
	background-size: cover;
	background-color: #fff;
	background-image: url("../image/kv_bg.png");
	background-repeat: no-repeat;
}
/* -------------------
      買取保証
------------------- */
.buyingpledge {
	padding-top: 35px;
}
/* -------------------
        買取事例
------------------- */
.buyingresult {
	background-color: #EAF5F9;
	padding: 63px 0;
}
.buyingresult h2 {
	margin-bottom: -5px;
}
.buyingresults-list {	/* 親 */
	overflow: hidden;
	width: 960px;
	margin: auto;
}
/* スライドのデザイン */
.buyingresults-listbox {	/* 子 */
	border: 3px solid #35a854;
	padding: 3px;
	/*width: 250px!important;*/
	background-color: #fff;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-bottom: 10px;
}
.buyingresults-listbox img {
	margin-bottom: 10px;
	width: 250px;
}
/* 買取情報 */
.buyingresults-elements {
	display: flex;
    justify-content: center;
	margin-bottom: 5px;
}
.buyingresults-elements:last-child {
	margin-bottom: 0;
}
.buyingresults-elements dt {
	width: 80px;
	text-align: right;
	margin-right: 13px;
	font-size: 14px;
}
.buyingresults-elements dd {
	width: 180px;
	text-align: left;
}
/* 買取価格 */
.buyingresults-price dt {
	line-height: 1.1;
}
.buyingresults-price dd {
	line-height: 1.1;
	font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: -0.3px;
	align-self: center;
}
.buyingresults-elements .yen {
	color: #000;
	font-size: .8rem;
	margin-left: 2px;
}
/* 車種 */
.buyingresults-carmodel dd,
 .buyingresults-case dd {
	line-height: 1.2;
    padding-top: 2px;
	min-height: 40px;
}
/* 走行距離 */
.buyingresults-elements .mileage::after {
	content: "Km";
	margin-left: 3px;
}
/* 廃車スライド */
#slider-haisya {
	margin-top: 10px;
}
#slider-haisya .buyingresults-elements {
	flex-flow: row-reverse;
}
/****　スライダーライブラリのレイアウト　****/
.slider-jiko img,
.slider-haisya img{
	width:100%;/*スライダー内の画像を横幅100%に*/
	height:auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider-jiko .slick-slide,
.slider-haisya .slick-slide {
	margin:0 3px;/*スライド左右の余白調整*/
}
/* 実例下の画像 */
.result_notice {
	margin-top: 30px;
}
/* -------------------
    こんな車を探しています
------------------- */
.searchingcar {
	margin-right: auto;
	margin-left: auto;
	padding-top: 63px;
}
.searchingcar h2 {
	margin-top: 15px;
}
.searchingcar-title02 {
	margin-top: 7px;
    margin-bottom: 7px;
}
.searchingcar-outer {
	background-color: #f1f5f9;
	border: 5px solid #00a74d;
	padding: 10px 3px 3px;
	outline: solid 10px #00a74d;
    outline-offset: 10px;
	width: 920px;
}
.searchingcar-inner {
	border: 5px solid #00a74d;
	padding: 25px 10px;
	position: relative;
	margin: 10px auto 40px;
    width: 840px;
	display: flex;
}
.searchingcartitle-wrap {
	position: relative;
}
.searchingcar-inner .searchingcar-checklist:first-child {
	/*width: 470px;*/
	margin-right: 10px;
}
.searchingcar-checklist li {
	margin-bottom: 25px;
}
.searchingcar-checklist li:last-child {
	margin-bottom: 0;
}
/* -------------------
        対応エリア
------------------- */
.supportarea {
    background-color: #E9F4EC;
    padding-top: 50px;
    padding-bottom: 40px;
}
.supportarea h2 {
	margin-bottom: -5px;
}
.supportarea-inner {
    background-color: transparent;
}
.supportarea-map img {
    border: 1px solid #CBCBCB;
}
.supportarea-list {
	width: 768px;
	margin: 13px auto 0;
}
.supportarea-list dt {
    display: inline-block;
}
.supportarea-list dd {
    font-size: 0.9rem;
}
.supportarea .outofarea {
    font-size: 0.7em;
	width: 768px;
	margin: 6px auto 0;
}
/* -------------------
        twitter
------------------- */
.SNS {
	padding-top: 63px;
}
.twitter-outer {
    width: 505px;
    height: 200px;
    background-color: #b9d6ff;
    border-radius: 7px;
    margin: auto;
    padding-top: 5px;
    padding-left: 5px;
}
/* -------------------
	選ばれる理由	
------------------- */
.choosereason-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.choosereason-flex li {
	width: 486px;
}
/* -------------------
        還付金
------------------- */
.refund {
    background-color: #f4e955;
	padding: 63px 0 0;
	margin-bottom: 63px;
}
.refund-calculation {
	margin-top: 20px;
	position: relative;
}
.refund-arrow {
	position: absolute;
    left: calc( 50% - 61px);
    top: 249px;
    width: 120px;
}
#syazei-explanation {
	margin-top: 30px;
}
.refund .wrap-center {
	max-width: inherit;
}
.refund-action {
	position: relative;
	height: 320px;
}
.refund-guide {
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 20px;
    padding: 20px 15px;
    top: 41px;
    position: relative;
	font-size: 1.4rem;
	width: 540px;
    height: 140px;
	left: calc(50% - 360px);
	line-height: 1.5;
}
.refund-guide p:first-child {
	margin-bottom: 30px;
}
.refund-guide a {
	color: #0628FF;
}
.refund-human {
    position: absolute;
    bottom: -8px;
    right: calc(51% - 427px);
}
/* -------------------
	Googleクチコミ評価	
------------------- */
.webreview {
	width: 768px;
	margin: 0 auto;
}
.webreview h2 {
	margin-bottom: 20px;
}
.webreview-outer {
	border: 5px solid #fee67f;
	height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
	text-align: left;
	padding: 10px 15px 0;
	position: relative;
	box-sizing: border-box;
}
.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;
}
/* -------------------
		お客様の声
------------------- */
.customervoice {
	background-color: #F9F5EA;
	padding-top: 30px;
}
.customercoive-inner {
	background-image: url("../image/voice-bg2-2.png");
	background-repeat: repeat-y;
	background-position: top;
	background-size: contain;
	margin-top: -7px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 50px;
}
.voicebox {
	width: 415px;
	border: 3px solid #bebebe;
    background-color: #fbfbfb;
	padding: 9px;
}
.voice-comment {
	margin-top: 5px;
    margin-bottom: 30px;
	font-size: 15px;
	height: 510px;
}
/* 3と4番目の上マージン */
.customercoive-inner .voicebox:nth-child(3),
.customercoive-inner .voicebox:nth-child(4) {
	margin-top: 30px;
}
/* 2と4番目の左マージン */
.customercoive-inner .voicebox:nth-child(2),
.customercoive-inner .voicebox:nth-child(4) {
	margin-left: 25px;
}
.voice-comment p {
	margin-bottom: 15px;
}
.voice-comment p:last-child {
	margin-bottom: 0;
}
.voice-userdate {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.customerdate {
	margin-left: 6px;
	font-size: 14px;
}
.cardate {
	font-size: 13px;
    color: #888888;
    margin-left: 10px;
}
/* -------------------
	買取の流れ	
------------------- */
.useflow {
	padding-top: 63px;
}
.useflow-outer {
	display: flex;
	justify-content: space-between;
	align-content: flex-end;
	padding: 0 10px;
	margin-top: 30px;
}
/***** 各手順のセクション *****/
.useflow-wrap {
	max-width: 475px;
	box-sizing: border-box;
	margin: 0 auto 0px;
    padding-bottom: 60px;
}
.useflow-wrap::after {
    position: absolute;
	content: "";
    border: 15px solid transparent;
    border-top: 25px solid #ea4335;
    bottom: 5px;
    left: calc(50% - 12px);
}
.useflow-wrap:nth-child(3n)::after {/* 最後の矢印を消す*/
	content: none;
}
.useflow-lastwrap {
	padding-bottom: 0;
}
.useflow-wrapbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.useflow-image {
    width: calc(100% - 70%);
	margin-left: -8px;
}
.useflow-contents {
    width: calc(100% - 30%);
    border: 2px solid #000;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 7px 0px 0 #ffe44d;
	box-sizing: border-box;
    padding: 10px 20px;
	min-height: 168px;
    margin-bottom: 15px;
	margin-left: 5px;
}
/* ------------------------------
		メリットデメリット比較
------------------------------ */
.difference {
	width: 768px;
	margin: 0 auto;
}
.difference-table {
    background-color: #F9F5EA;
	padding-top: 63px;
}
.difference-table section {
	width: 768px;
	margin: 0 auto;
}
/* -------------------------
    高評価をいただきました	
---------------------------- */
.gethightreview {
	padding-top: 63px;
}

.gethightreview03-outer {
	max-height: 615px;
	background-image: url("../image/kv_bg.png");
	background-size: cover;
	background-color: #fff;
	background-repeat: no-repeat;
	margin: 56px auto 80px;
}
.gethightreview03-outer img {
	min-width: 862px;
}
/* -------------------
    ウェブメディア
------------------- */
.webmedia {
	background-color: #FFFAE6;
	padding-top: 63px;
}
.webmedia section,
.media-interview,
.introductiononTV {
    border: 5px solid #fee67f;
    padding: 10px 10px 20px;
    width: 768px;
	box-sizing: border-box;
    margin: 30px auto 0;
	background-color: #fff;
}
.webmedia-published p:last-child {
    margin-bottom: 0;
}
.webmedia-published p {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.media-interview p {
    margin-bottom: 15px;
}
.media-interview p,
.introductiononTV p {
	font-size: 1.2em;
}
.webmedia .introductiononTV {
	padding: 0 0 19px;
    width: 768px;
}
.webmedia .introductiononTV p {
	padding: 10px 10px 0;
}
/* ------------------------------
    廃車買取はどちらがいいのか？
------------------------------ */
.difference {
    padding-top: 63px;
}
.difference h2 {
    background-color: transparent;
    margin-bottom: 25px;
}
.difference-structure {
    margin: 0 auto;
    border: 5px solid #fdde61;
    padding: 40px 20px 35px; 
    width: 100%;
    box-sizing: border-box;
}
.structure-box {
    border: 3px solid #fdde61;
    padding: 25px 0;
    position: relative;
    margin: 0 auto 30px;
	width: 700px;
	font-size: 30px;
}
.structure-box p {
	width: calc(100% - 95px);
    margin: 0 auto;
    font-size: .9em;
}
.structure-box p:first-child {
	margin-bottom: 25px;
}
.structure-box p:nth-child(odd) {
	font-color: red;
}
/* 丸ピン */
.structure-boxpin {
	position: absolute;
	font-size: 15px;
	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-top: 63px;
	background-color: #F7F5F0;
}
.badcase h2 {
    width: calc(100% - 20%);
    margin: auto;
}
.badcase-inner {
	border: 5px solid red;
    border-radius: 10px;
    padding: 15px 10px 5px;
    margin: auto;
	background-color: #fff;
}
.badcase-list {
	width: calc(100% - 105px);
	margin: 30px auto 25px;
	font-size: 18px;
	font-weight: bold;
}
.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: 5px;
}
.badcase div {
    width: calc(100% - 25%);
    margin: auto;
}
/* -------------------
    トラブル0宣言
------------------- */
.nottrouble {
	padding-top: 63px;
}
.nottrouble h2 {
	width: 768px;
	margin: auto;
}
.nottrouble-notice {
    background-color: #00A64C;
    color: #fff;
    margin-bottom: 5px;
    padding: 45px 0;
	font-size: 20px;
}
.nottrouble-notice .wrap-center {
    background-color: transparent;
}
.nottrouble-notice img {
	margin: 15px 0;
}
.customersupport {
    color: #00A64C;
}
/* ----------------------------
	オペレーターの質が違います
---------------------------- */
.prideoperator {
    background-color: #FFF8ED;
	padding-top: 63px;
	margin-bottom: 63px;
}
.prideoperator section {
	width: 768px;
	margin: auto;
}
.prideoperator-wrap p {
    padding: 0 10px;
    font-weight: bold;
    margin-bottom: 1rem;
}
.prideoperator-wrap img {
    margin-bottom: 10px;
}
/* -------------------
    高価買取のわけ
------------------- */
.expensivereason h2 {
    margin-bottom: 20px;
}
.expensivereason {
	font-size: 22px;
}
.greenline-outer {
    padding: 45px 15px 45px;
    border: 5px solid #01a74e;
    background-color: #f2fbf6;
    margin: auto;
	box-sizing: border-box;
}
.sellreason-contents {
    margin-bottom: 40px;
}
.greenline-outer .sellreason-contents:last-child {
    margin-bottom: 0;
    color: red;
}
.sellreason-contents h3 {
    margin-bottom: 15px;
}
.sellreason-illust {
    margin: 15px 0 5px;
	padding: 0 30px;
}
.sellreason-illust img {
	width: 100%;
}
.expensivereason-summary {
    margin: 15px auto 45px;
}
/* -------------------
    よくあるケース
------------------- */
.commoncase {
	width: 615px;
	margin: 0 auto;
}
.commoncase-textblock {
	margin-bottom: 20px;
}
.commoncase-textblock p {
	margin-bottom: 15px;
}
.commoncase-textblock p:last-child {
	margin-bottom: 0;
}
/* -------------------
    会社概要
------------------- */
.companysection-endblank {
    margin-bottom: 20px;
}
/**** 代表メッセージ *****/
.directormessage-outer {
	background-image: url("../image/companyinfo_bg01.jpg"),url("../image/companyinfo_bg02.png");
    background-repeat: no-repeat,no-repeat;
    background-position: center left,center right;
}
.directormessage-wrap {
	margin-top: 30px;
    padding: 0 15px 0;
    background-color: transparent;
    position: relative;
	display: flex;
	justify-content: center;
}
.director-image {
    position: absolute;
	left: 66px;
    bottom: calc( 50% - 100px);
    width: 160px;
}
.director-image img {
	border-radius: 50%;
    border: 5px solid #fff;
	margin-bottom: -11px;
}
.directormessage-contents {
    border: 3px solid #d9d9d9;
    border-radius: 10px;
    background: #fff;
    padding: 35px 15px 35px 0;
	width: 850px;
	padding-left: 170px;
    box-sizing: border-box;
}
.director-image h3 {
    text-align: left;
    font-size: 20px;
    line-height: 1.3;
	padding-left: 40px;
}
.director-image h3 span.jobtitle {
    font-size: 13px;
    color: #8f8f8f;
}
.directormessage-contents p {
    margin-bottom: 15px;
}
.directormessage-contents p:last-child {
    margin-bottom: 0;
}
/**** 会社概要 *****/
.company-info {
	display: flex;
	justify-content: space-evenly;
}
.companyinfo-outer dl:first-child {
	margin-top: 10px;
	margin-bottom: 35px;
}
.companyinfo-datewrap {
	width: 580px;
}
.datewrap-item {
    display: flex;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 8px 0 7px;
}
.companyinfo-datewrap .datewrap-item:nth-child(even) {    /* 線が重なるので偶数列のみ削除 */
    border-top: none;
    border-bottom: none;
}
.datewrap-item dt {
    width: 100px;
    padding-left: 10px;
    padding-right: 30px;
    border-right: 1px solid #d0d0d0;
}
.datewrap-item dd {
    padding-left: 20px;
    width: 480px;
}
.companyinfo-datewrap .datewrap-lastitem {    /* 最後が偶数列の場合に線が消えないようにするクラス */
    border-bottom: 1px solid #d0d0d0 !important;
}
.companyinfo-images {
    width: 320px;
}
.companyinfo-images img {
	margin-bottom: 10px;
}
/**** 会社独自の取り組み *****/
.company-productivity-outer {
	background-color: #E8E8E8;
	padding: 20px 0;
}
.company-productivity {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
/* 左のコンテンツ */
.productivity-leftwrap {
	width: 570px;
}
/* 左コンテンツのボックスデザイン */
.productivity-leftwrap .productivity-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start; 
	margin-bottom: 10px;
}
.productivitybox-thumb {
	width: 250px;
}
.productivitybox-topics {
	width: 280px;
}

/* 受賞 */
#productivity01 {
	margin-bottom: 40px;
	padding-top: 16px;
}
#productivity01 .productivitybox-topics {
	width: 290px;
}
#productivity01 .productivitybox-thumb {
	width: 250px;
}
#productivity01 p:first-child {
	margin-bottom: 20px;
}
/* 見分け方講座 */
#productivity02 p{
	margin-bottom: 15px;
}
/* 右のコンテンツ */
.productivity-rightwrap {
	width: 310px;
}
.productivity-rightwrap p {
	margin-bottom: 15px;
}
/* 東日本大震災 */
#productivity03 {
	padding: 12px 15px;
}
/* 共通デザイン */
.productivity-box {
	background-color: #fff;
	padding: 10px;
}
/****  *****/
/****  *****/
/****  *****/
/**** ご来店の注意 *****/
.company-visitreserve {
    color: #01a74e;
    margin-bottom: 30px;
}
.company-visitreserve h3 {
    font-weight: bold;
    display: inline;
    border-bottom: 2px dashed;
    padding: 0 15px 4px;
	font-size: 1.5rem;
}
.visitreserve-notice {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 1.3rem;
}
.company-visitreserve .call-wrap img {
	width: 450px;
}
/* -------------------
    よくある質問
------------------- */
.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;
	font-size: 21px;
}
.faq .answer span {
    display: block;
    margin-left: 55px;
	min-height: 36px;
	font-size: 21px;
}
.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: 1px 10px;
    transition: 0.2s;
    width: 80%;
	cursor: pointer;
	font-size: 33px;
}
/* -------------------
    右下固定CV
------------------- */
.fiexd-form img,
.fiexd-tell img {

}
.fiexd-form {
	cursor: pointer;
	position: fixed;
	right: 0;
    bottom: 100px !important;
}
.fiexd-tell{
	cursor: pointer;
	position: fixed;
	right: 0;
    bottom: 0;
}
.fiexd-form:hover,
.fiexd-tell:hover {
	animation: shake 0.2s linear infinite;
    -webkit-animation: shake .8s linear infinite;
}
@keyframes shake {
	0% {
		transform: translateX(0);
	}
	40% {
		transform: translateX(-3%);
	}
	80% {
		transform: translateX(3%);
	}
	100% {
		transform: translateX(0);
	}
}
/* ヒロミ */
.fiexd-hiromi {
	position: fixed;
	bottom: 330px!important;
	right: 65px;
	animation: mv-y 3.5s ease-in-out infinite alternate !important;
}
@keyframes mv-y {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(330px);
	}
}


/* -------------------
    ページ最下部フッター
------------------- */
.center-content {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
.pageend-fotter {
	background-color: #ff0000;
	text-align: center;
	height: 100px;
	padding: 15px 7% 0;
}
.pageend-fotter ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 5px;
    font-size: 11px;
    max-width: 380px;
}
.pageend-fotter li {
	text-align: center;
}
.pageend-fotter a,
.pageend-fotter a:visited {
	color: #fff;
}
.pageend-fotter p {
	color: #fff;
	font-size: 10px;
}

/* -------------------
    アンケートページ
------------------- */
/****** ヘッダー ******/
.thanksheader-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	font-size: 20px;
	padding-top: 10px;
}
/****** ご利用ありがとうございました。 ******/
.thanksannounce {
	margin-bottom: 30px;
	font-size: 21px;
}
/****** 問合せ後の流れ ******/
.afterstep {
	margin-bottom: 150px;
}
.afterstep h2 {
	font-size: 32px;
	margin-bottom: 20px;
}
.afterstep-box {
	max-width: 800px;
	display: flex;
	border: 3px solid #fe8344;
	position: relative;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.afterstep-box .stepbox-head {
	width: 320px;
	background-color: #fe8344;
	color: #fff;
	border: 2px solid #fff;
}
.afterstep-box .stepbox-head h3 {
	font-size: 1.7em;
	text-align: left;
	margin-left: 10px;
    margin-top: 7px;
	line-height: 32px;
}
.sendingconcents-wrap {
	width: 480px;
	text-align: left;
}
.sendingconcents-wrap p {
	margin: 15px;
	font-weight: bold;
	font-size: 1.1em;
}
/****** step01のみ ******/
.inqueryafter-step01 {
	position: relative;
	height: 170px;
}
.inqueryafter-step01 .inputconfirmation {	/* ご入力内容 */
	position: absolute;
	bottom: 4px;
    left: 10px;
}
.sendingconcents-wrap .sendingconcents-flex {
	display: flex;
	justify-content: space-between;
}
.inqueryafter-step01 .sendingconcents-wrap {
	font-size: .9em;
	align-self: center;
	padding: 1rem 0;
}
.sendingconcents-wrap dl {
	width: 250px;
	margin-left: 10px;
}
.sendingconcents-wrap dl dt {
	width: 70px;
	text-align: right;
}
.sendingconcents-wrap dl dd {
	width: 150px;
	text-align: left;
	margin-left: 10px;
	line-height: 1.7;
}
.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% - 65px);
}
/****** 02〜04の高さ指定 ******/
.inqueryafter-step02 {
	height: 110px;
	margin-top: 8px;
}
.inqueryafter-step03 {
	height: 90px;
}
.inqueryafter-step04 {
	height: 120px;
}
/****** アンケート回答のお願い ******/
.afterstep-haverequest h3 {
	margin-bottom: 10px;
}
/****** アンケートエリア ******/
.anquete-wrap {
	margin-top: 40px;
}
.anquetearea h2 {
	margin-bottom: 40px;
}
/* ---------------------------
        アンケートフォーム
------------------------------ */
/****** サンクスページのみの反映 ******/
.thanks .inputerror-required {
	display: block;
	padding-left: 0;
}
/****** アンケート入力エリア ******/
.anquetearea {
	margin-bottom: 40px;
}
.anquete-input {
	border: 5px solid #fddc50;
	max-width: 600px;
    margin: auto;
	font-size: 1.1rem;
	padding-bottom: 50px;
}
.anquetelist {
	margin-top: 50px;
    margin-bottom: 50px;
}
.thanks .send-button {
	text-align: center;
	margin: 25px auto 20px;
	width: 300px;
}
/****** フォーム項目部分 ******/
.anquetelist-outer {
	width: 435px;
	margin: auto;
}
.anquetelist dd {
	margin-top: 15px;
	padding-left: 42px;
	text-align: left;
}
.anquetelist dt {
	text-align: left;
}
.anqueteend-line {
	margin: 25px auto 25px;
}
.anqueteend-line hr {
	color: #fddc50;
	background-color: #fddc50;
	border: none;
	height: 2px;
	width: 435px;
}
.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 #494949;
}
.elementline {
	margin-left: 50px;
	border-left: 1px solid #494949;
	padding-left: 20px;
}
.elementline:first-child {	/* 最初の項目の上パディング*/
	padding-top: 8px;
}
.notmove-choice .elementline,
.other-inquiry-chice .elementline {
	position: relative;
}
.elementline:first-child::before {	/* 最初の項目の前の- */
	content: "";
	position: absolute;
    left: 0;
    top: 19px;
	width: 13px;
	height: 1px;
	background: #494949;
}
.elementline::before {	/* 各選択肢の前に-を表示 */
	content: "";
	position: absolute;
    left: 0;
    top: 11px;
	width: 13px;
	height: 1px;
	background: #494949;
}
.elementline:last-child {	/* 選択肢最後の左ラインを削除 */
	border-left: none;
}
.elementline:last-child::after {	/* 選択肢最後の左ラインをafter要素で作成 */
	content: "";
	position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 12px;
	background: #000;
}
form .other-child-wrap {
	margin-left: 30px;
}
.emergency {
	line-height: 18px;
	padding-top: 3px;
}
form span.emergency_space {
	display: block;
	padding-left: 7px;
    font-size: 0.85em;
    margin-top: 4px;
}
.anquetelist textarea {
	width: 400px;
    height: 100px;
}
/*** 01 走行距離は？ ***/
.anquete-input .car-mileage {
	height: 40px;
	width: 200px;
}
/*** 05 メッセージ ***/
.anquetelist dd.anquetemessage-outer {
	padding-left: 0;
	text-align: center;
}
/*** 必須の項目です ***/
.thanks .inputerror-required {
    display: block;
    padding-left: 0;
}
/******  ******/
/******  ******/
/******  ******/
/******  ******/
/* -------------------
 子ページ（既存スタイル）
------------------- */
.wrapper {
    overflow: hidden;
    min-width: 1015px;
    height: 100%;
    min-height: 100%;
}
.center {
    text-align: center;
}
section {
    position: relative;
}
.fl-right {
    float: right;
}
.fl-left {
    float: left;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clear {
    clear: both
}
/****** プライバシーポリシー ******/
.privacy-page .header-content{
    padding: 15px 5px;
    width: 1000px;
    margin: 0 auto;
    font-size: 14px;
}
.privacy-page header{
    border-bottom: 4px solid #c9a722;
}
.privacy-page header .help-text{
    margin: 0;
    font-size: 14px;
}
.privacy-page #contents{
    /*padding: 78px 0 110px;*/
}
.b-privacy {
    padding: 75px 0 85px;
}
.b-privacy .center-content {
    position: relative;
}
.b-privacy .separating-line{
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    top: 0;
    z-index: 11;
    background: #bdbdbd;
}
.b-privacy .col{
    width: 48%;
}
.b-privacy .privacy-group{
    margin: 0 0 30px;
    font-size: 17px;
}
.b-privacy .privacy-group-title{
    padding: 6px 10px;
    line-height: 1.2;
    font-weight: bold;
    background: #f6e5a0;
    margin: 0;
}

.b-privacy .privacy-group-content{
    padding: 10px 2px 0;
}
.b-privacy .privacy-group-content p{
    margin: 0 0 40px;
    line-height: 1.75;
}
.b-privacy .privacy-group-content p:last-child,
.b-privacy .privacy-group:last-child{margin: 0}

.b-privacy-rules {
    padding: 40px 0 110px;
    background: #f1f1f1;
}
.content-title.left-border{
    font-weight: bold;
    font-size: 30px;
    border-left: 6px solid #ff0000;
    padding: 0 0 0 8px;
    margin: 0 0 35px;
    line-height: 1;

}
.b-privacy-rules .border-box{
    padding: 32px 36px;
    border: 4px solid #ff0000;
    line-height: 1.75;
    font-size: 15px;
}
.b-privacy-rules .border-box p{
    margin: 0;
}
.b-privacy-rules .rules-list{
    counter-reset: number;
    margin: 0;
    padding: 0;
}
.b-privacy-rules .rules-list > li{
    position: relative;
    padding: 1px 0 0 44px;
}

.b-privacy-rules .rules-list > li:before{
    content: counter(number, decimal);
    counter-increment: number;
    width: 31px;
    height: 31px;
    background: #ff0000;
    color: #fff;
    font-size: 17px;
    line-height: 31px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.b-privacy-rules .list-number.red{
    margin: 0;
    padding: 0 0 0 16px;
    counter-reset: number;
}
.b-privacy-rules .list-number.red > li{
    position: relative;
    padding: 0 0 0 28px;
}
.b-privacy-rules .list-number.red > li:before{
    content: counter(number, decimal) ".";
    counter-increment: number;
    color: #ff0000;
    text-align: center;
    position: absolute;
    left: 0;
    top: 1px;
}
.privacy-page .url-home{
    display: inline-block;
    margin: 35px 0 0;
    color: #004cd7;
    padding: 0 0 0 10px;
    position: relative;
}
.privacy-page .url-home:before{
    content:"";
    position: absolute;
    left: 0;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: transparent #717171 transparent transparent;

}
.privacy-page footer .footer{
    height: auto;
}
/****** 代表挨拶ページ ******/
.message-ceo {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.message-ceo-image {
	text-align: center;
	width: 420px;
	margin-right: 50px;
}
.b-privacy .privacy-group-content .message-ceo-image p {
	font-size: 21px;
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
	font-weight: 700;
	line-height: 1.3em;
	margin-top: 15px;
}
.message-ceo-image span {
	font-size: 16px;
	color: #A8A8A8;
}
/****** フッター ******/
footer .footer {
    border-top: solid 3px #9cd7e5;
    font-size: 13px;
}
footer .red-copy {
    background-color: #ff0000;
    padding: 10px 0;
	height: 250px;
}
footer .footer .copy {
    line-height: 24px;
    font-size: 11px;
    color: #ffffff;
    display: block;
    margin: 8px 0 0;
}
footer .red-copy a{
    color: #fff;
}
#go-top {
    /*display: none;*/
    position: fixed;
    text-decoration: none;
    color: #fff;
    right: 10px;
    bottom: 105px;
    background: none;
    z-index: 11;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#go-top img {
    display: block
}
#go-top.fixed {
    position: fixed;
    bottom: 15px;
    right: 10px;
    z-index: 10000;
}