@charset "UTF-8";
/************************************************************
 * UTF-8で保存してください。
 ************************************************************/

body {
	font-family: 'Noto Sans JP',sans-serif;
	font-size: 100%;
	background: #F8F2E6;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#proContents {
	font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "osaka", sans-serif;
	line-height: 1.4;
	color: #000;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
	min-width: 980px;
}

#proContents h1,h2,h3,h4,h5 {
	text-align: center;
}

#proContents ul,
#proContents li {
	list-style: none;
	list-style-position: outside;
}

#proContents a { outline: none; }
#proContents a:focus{ outline: none; }
#proContents a:active{ outline: none; }

#proContents a:hover img,
#proContents a:hover {
	opacity: 0.70;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
}

#wrapper img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

#proContents table {
	border-collapse: collapse;
	border-spacing: 0;
}

#proContents .selif {
	font-family: 'Cardo', 'Noto Serif JP', serif;
}

/*-----------------------------
    header
------------------------------*/

#header {
	padding: 22px 0;
	margin: 0 auto;
	background: #fff;
}

#header .logo{
	text-align: center;
}

#header .logo img {
	display: block;
	margin: 0 auto;
}

#header .logo a {
	display: inline-block;
	position: relative;
}

#header .logo a::after {
	content: url("../images/usedcar-logo-head.png");
	display: inline-block;
	position: absolute;
	top: 49%;
	right: -187px;
	transform: translateY(-50%);
}




/*-----------------------------
    contents
------------------------------*/

.mainVisual img{
	width: 100%;
	height: auto;
	max-width: 2000px;
}

.boxShadow {
	box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.buttonBox {
	text-align: center;
	width: 100%;
	max-width: 650px;
	margin: auto;
}

.buttonBox--m {
	max-width: 520px;
}

.buttonBox--s {
	max-width: 426px;
}

.linkButton {
	background: #EA6601;
	color: #fff;
	display: inline-block;
	padding: .5em 1em .6em;
	text-decoration: none;
	font-weight: 700;
	font-size: 28px;
	text-align: center;
	width: 100%;
	position: relative;
}

.linkButton--m {
	font-size: 24px;
	padding: .5em 1em .7em 1em;
}

.linkButton--s {
	font-size: 18px;
	padding: .6em 1em .8em 1em;
}

.linkButton:after {
	content: "";
	position: absolute;
	top: 41%;
	right: .95em;
	display: inline-block;
	width: 9px;
	height: 9px;
	border: 4px solid #fff;
	border-width: 0 4px 4px 0;
	transform: rotate(-45deg);
}

.linkButton--m:after {
	right: .9em;
	width: 8px;
	height: 8px;
	border: 3px solid #fff;
	border-width: 0 3.5px 3.5px 0;
}

.linkButton--s:after {
	width: 6px;
	height: 6px;
	border: 3px solid #fff;
	border-width: 0 3px 3px 0;
}

.priceTable {
	border: 1px solid #1c1c1c;
	border-width: 0 1px 0 1px;
}

.priceTable thead th {
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: .15em .2em .25em;
	width: 100%;
}

.priceTable tbody th {
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	padding: .15em .5em .2em .6em;
	border: solid #000;
	border-width: 0 1px 1px 0;
	color: #000;
	width: 65%;
	background: #EDEDED;
}

.priceTable th.yellow {
	background: #F9C231;
}

.priceTable th.orange {
	background: #EA6601;
}

.priceTable tbody td {
	font-size: 14px;
	text-align: right;
	padding: .15em .7em .2em;
	border: solid #000;
	border-width: 0 0 1px 0;
	color: #000;
	width: 35%;
}

.banBox {
	text-align: center;
}

.banBox a {
	display: inline-block;
}

.ban-l {
	padding: 40px 0 60px;
}

.innerLinkList {
	margin: 50px auto 30px -20px;
	display: flex;
	justify-content: center;
}

.innerLinkList li a::after {
	content: "";
	display: block;
	background: url("../images/ico_button_arrow.png") no-repeat center center / 100% auto;
	width: 15.5%;
	height: 30%;
	margin: 7px auto 0 auto;
}

.innerLinkList li {
	margin-left: 20px;
}

.innerLinkList li img {
	box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.mainRow {
	padding: 90px 0 80px 0;
}

.mainRow:first-of-type {
	padding-top: 0;
}

.cont02,
.cont04 {
	background: #EFEFEF;
}

.cont05 {
	background: #fff;
	padding: 60px 0 90px 0;
}

.cont01 .cont01List {
	max-width: 900px;
	margin: auto auto 40px auto;
}

.cont01 .cont01List > li {
	border: 3px solid #F1C539;
	border-top-width: 0;
	background-color: #fff;
}

.cont01 .cont01List > li:nth-of-type(2) {
	padding: 0 0 48px 0;
}

.cont01 .cont01List > li:not(:first-of-type) {
	margin: 60px auto 0 auto;
}

.cont01 .cont01List > li h3 {
	background: #F1C539;
	padding: 5px 40px;
	text-align: left;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}

.cont01 .cont01List > li h3 strong {
	text-align: left;
	font-size: 24px;
	font-weight: 700;
	color: #E16100;
	margin-right: 1em;
}

.cont01 .cont01List > li h3 strong span {
	font-size: 45px;
	margin-left: 5px;
}

.cont01 .cont01_inner-03 {
	padding: 50px 40px;
}

.cont01 .cont01List .point-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.cont01 .cont01List .point-box:last-child {
	margin-bottom: 0;
}

.cont01 .cont01List .point-box .left {
	width: 42%;
}

.cont01 .cont01List .point-box .right {
	width: 55%;
}

.cont01 .cont01List .point-box .title {
	font-size: 22px;
	font-weight: 700;
	padding: 0 0 10px;
	border-bottom: 2px solid #F1C539;
	margin: 0 0 15px;
}

.cont01 .cont01List .point-box .txt {
	font-size: 16px;
	line-height: 1.6;
}


.cont01 .cont01_inner {
	max-width: 810px;
	border: 2px solid;
	margin: auto;
}

.cont01 .cont01_inner-01 {
	border-color: #DA4C4E;
	margin-top: 58px;
	padding: 0 0 42px 0;
	text-align: center;
}

.cont01 .cont01_inner-01 h4 {
	margin-top: -20px;
	background: #fff;
	padding: 0 20px;
	color: #DA4C4E;
	font-size: 35px;
	font-weight: 700;
	display: inline-block;
}

.cont01 .cont01_inner-01 .point02-txt01 {
	text-align: left;
	font-size: 20px;
	line-height: 1.6;
}

.cont01 .cont01_inner-01 .point02-txt01-caution {
	text-align: right;
	font-size: 14px;
	margin-top: 15px;
}

.cont01 .cont01_inner-01 .point02-txt02 {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin: 40px 0 20px;
}

.cont01 .cont01_inner-01 .point02-txt02 span {
	color: #DA4C4E;
}

.cont01 .cont01_inner-01 .point02-select {
	background: #F9F9F9;
	box-shadow: 0 0 6px rgba(0, 0, 0, .15);
	margin: 0 0 30px;
}

.cont01 .cont01_inner-01 .point02-select h5 {
	width: 100%;
	background: #DA4C4E;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}

.cont01 .cont01_inner-01 .point02-select-list {
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.cont01 .cont01_inner-01 .point02-select-list li {
	display: flex;
	text-align: left;
	align-items: center;
}

.cont01 .cont01_inner-01 .point02-select-list li p {
	font-size: 20px;
	font-weight: 700;
	margin-left: 10px;
	line-height: 1.2;
}

.cont01 .cont01_inner-01 .point02-select-list li p span {
	font-size: 15px;
}

.cont01 .innerFrame01 {
	max-width: 752px;
	margin: auto;
	padding-top: 20px;
}

.cont01 .innerFrame {
	max-width: 752px;
	margin: auto;
	border: 1px solid #000;
	padding: 0 0 30px 0;
}

.cont01 .innerFrame h5 {
	background: #EFEFEF;
	padding: 10px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #000;
}

.cont01 .innerFrame .price-img01 {
	margin: 30px 0 10px;
}

.cont01 .innerFrame .flexWrap {
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.cont01 .innerFrame .text {
	font-size: 12px;
	font-weight: 400;
	padding: 0 35px 0 18px;
	line-height: 1.35;
	color: #333;
	text-align: justify;
}

.cont01 .innerFrame .flexWrap .contLeft,
.cont01 .innerFrame .flexWrap .contRight {
	max-width: 50%;
}

.cont01 .innerFrame .priceTable {
	width: 345px;
}

.cont01 .cont01_inner-02 {
	border-color: #0173BC;
	margin: 40px auto;
	padding: 0 0 40px 0;
}

.cont01 .cont01_inner-02 h4 {
	margin: 30px 0;
}

.cont01 .cont01_inner-02 .maintenance-txt01 {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 30px;
}

.cont01 .cont01_inner-02 .maintenanceBox {
	background: #F5F5F5;
	max-width: 750px;
	margin: 0 auto;
}

.cont01 .cont01_inner-02 .maintenanceBox-title {
	background: #0173BC;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	padding: 10px;
}

.cont01 .cont01_inner-02 .maintenanceList {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	margin: 0 0 30px;
}
.cont01 .cont01_inner-02 .maintenanceList li {
	max-width: 220px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
	background: #fff;
}

.cont01 .cont01_inner-02 .maintenanceList li .txt {
	background: #6DC0F5;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 10px 0;
}




.cont01 .cont01List .point-box .buttonBox {
	margin-top: 20px;
}

.cont02 .cont02_inner {
	max-width: 900px;
	margin: auto;
	background: #fff;
	padding: 0 0 40px 0;
}

.cont02 .cont02_inner .diagnoseList {
	display: flex;
	justify-content: space-between;
	max-width: 849px;
	margin: 0 auto;
}

.cont02 .cont02_inner .diagnoseList a {
	border: 1px solid #000;
	max-width: 200px;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: #000;
}
.cont02 .cont02_inner .diagnoseList .diagnose-txt01 {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	margin: 20px 0 10px;
}

.cont02 .cont02_inner .diagnoseList .diagnose-txt02 {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	margin: 20px 0 10px;
}

.cont02 .cont02_inner .diagnoseList .diagnose-txt03 {
	text-align: left;
	font-size: 15px;
	line-height: 1.6;
	padding: 0 10px 15px;
}

.diagnose-btn {
	background: #F9C231;
	color: #000;
	display: block;
	padding: .3em .5em .4em;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	width: 100%;
	position: relative;
	margin-top: auto;
	border-top: 1px solid #000;
}

.diagnose-btn:after {
	content: "";
	position: absolute;
	top: 41%;
	right: .7em;
	display: inline-block;
	width: 5px;
	height: 5px;
	border: 2px solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(-45deg);
}


.cont03 .questionsList {
	max-width: 900px;
	margin: auto;
}

.cont03 .questionsList li {
	background: #fff;
	position: relative;
	margin-bottom: 40px;
}

.cont03 .questionsList li:last-child {
	margin-bottom: 0;
}

.cont03 .questionsList li .q-box {
	background: #F9C231;
	font-size: 22px;
	font-weight: 700;
	padding: 10px 40px;
}

.cont03 .questionsList li .a-box {
	display: flex;
	justify-content: space-between;
	padding: 20px 40px 30px;
}

.cont03 .questionsList li .a-box .left {
	width: 48%;
}

.cont03 .questionsList li .a-box .right {
	width: 48%;
}

.cont03 .questionsList li .a-box .full {
	width: 100%;
}

.cont03 .questionsList li .a-box .a-txt01 {
	font-size: 20px;
	line-height: 1.6;
}
.cont03 .questionsList li .a-box .a-txt02 {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 10px;
}

.cont03 .questionsList li .a-box .banBox {
	max-width: 540px;
	margin: 15px auto 0;
}

.cont03 .questionsList li .a-box .banBox img {
	width: 100%;
	height: auto;
}

.cont03 .questionsList li:last-child .a-box .left {
	width: 74%;
}
.cont03 .questionsList li:last-child .a-box .right {
	width: 22%;
}

.cont03 .questionsList li .a-box .buttonBox {
	margin-top: 20px;
	max-width: 520px;
}

.cont04 .cont04_inner {
	margin: 0 auto 50px auto;
	max-width: 900px;
}

.cont04 .cont04_inner .usedcar-txt01 {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin: 30px 0;
}

.cont04 .safetyBox {
	margin: auto;
	background: #fff;
}

.cont04 .safetyBox .safetyBox-title {
	background: #F1BA12;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	padding: 10px;
}

.cont04 .safetyBox .safetyList {
	display: flex;
	justify-content: space-between;
	padding: 20px;
}
.cont04 .safetyBox .safetyList li {
	max-width: 272px;
	background: #fff;
	border: 1px solid #000;
}

.cont04 .safetyBox .safetyList li .title {
	display: flex;
	align-items: flex-start;
	padding: 8px;
}

#wrapper .cont04 .safetyBox .safetyList li .title img {
	margin: 0;
}

.cont04 .safetyBox .safetyList li .title h4 {
	text-align: left;
	font-size: 18px;
	margin: 5px 0 0 8px;
}

.cont04 .safetyBox .safetyList li .title h4 span {
	font-size: 12px;
	display: block;
	font-weight: 400;
}



.cont04 .safetyBox .safetyList li .txt {
	font-size: 13px;
	line-height: 1.6;
	text-align: left;
	padding: 15px 10px;
}



#pagetop a {
	position: fixed;
	bottom: 125px;
	right: 20px;
	text-decoration: none;
	width: 82px;
	height: 82px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	text-align: center;
	display: block;
	background: url(../images/pagetop.png) no-repeat center/cover;
	-webkit-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}



.title-h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	margin: 0 0 30px;
}
.title-h2 span {
	font-size: 70px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #EA6601;
	display: block;
	line-height: 1.2;
}



/*-----------------------------
    footer
------------------------------*/

footer {
	margin: 0 auto;
	position: relative;
	padding: 24px 0;
	background: #f18900;
}

