@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700');


img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}

.cb{clear:both;}
.fl{float:left;}
.fr{float:right;}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

html {
	font-size: 62.5%;
}

body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

a,
a:link {
	color: #353e42;
	text-decoration: none;
}

a:visited {
	color: #353e42;
}

a:hover {
	color: #353e42;
}

a:active {
	color: #353e42;
}


/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}

.flexA {
	justify-content: space-around;
}

.flexB {
	justify-content: space-between;
}

.flexC {
	justify-content: center;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #353e42;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
	position: relative;
	top:130px;
	z-index:1;
}

#main {
	display: block;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp-only{
	display:none!important;
}

@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}




/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	padding: 85px 53px 25px;
}

#pagePath li {
	margin-right: 16px;
	display: inline;
	font-weight: 500;
}

#pagePath li:last-child {
	margin-right: 0;
}

#pagePath li a {
	display: inline-block;
}

#pagePath li a:hover {
	text-decoration: underline;
}


/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	width: 61.45%;
	margin: 0 0 0 auto;
	height: 390px;
	position: relative;
	background: url("img/company/page_title_bg.jpg") no-repeat center center;
	background-size: cover;
	border-bottom-left-radius: 100px;
}

.pageTitle h2 {
	position: absolute;
	left: -266px;
	top: 150px;
	font-weight: 500;
	font-size: 1.3rem;
	box-sizing: border-box;
}

.pageTitle h2 .en {
	margin: 0 0 -4px -2px;
	display: block;
	font-size: 4.8rem;
	font-weight: 700;
	font-family: 'Catamaran', sans-serif;
}



/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin: 0 0 23px 36px;
	text-align: center;
	font-weight: 500;
}

.headLine01 .en {
	margin-bottom: 3px;
	display: block;
	font-size: 3.6rem;
	font-weight: 700;
	font-family: 'Catamaran', sans-serif;
}


/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 71px;
	font-weight: 700;
	font-size: 3rem;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
}

.headLine03 .en {
	margin-bottom: 3px;
	display: block;
	font-size: 3.6rem;
	font-weight: 700;
}


/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	text-align: right;
	font-weight: 500;
	font-size: 1.7rem;
}

.comLink a {
	padding-right: 37px;
	display: inline-block;
	background: url(img/common/icon03.png) no-repeat top 3px right;
}

.comLink a:hover {
	opacity: 0.7;
}


/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	max-width: 1422px;
	margin: 0 auto 50px;
	min-height: 481px;
	padding: 86px 15px;
	box-sizing: border-box;
	background: url("img/common/bg01.png") no-repeat center center;
	background-size: cover;
}

.comContact .headLine01 {
	margin: 0 0 36px;
	color: #fff;
	font-size: 1.3rem;
}

.comContact .text {
	margin-bottom: 41px;
	color: #fff;
	text-align: center;
	line-height: 2.14;
}

.comContact .info {
	max-width: 1052px;
	margin: 0 auto;
}

.comContact .link {
	width: 448px;
}

.comContact .link a {
	padding: 24px 0 21px;
	display: block;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	background-color: #fff;
	border-radius: 3px;
}

.comContact .link a:hover {
	opacity: 0.7;
}

.comContact .tel {
	margin: -8px 0 0 28px;
	width: calc(100% - 500px);
	color: #fff;
}

.comContact .tel span {
	margin-bottom: 4px;
	display: block;
	font-size: 4.1rem;
	font-weight: 500;
}

.comContact .tel a {
	color: #fff;
}

/*------------------------------------------------------------
	comNewsUl
------------------------------------------------------------*/
.comNewsUl li {
	border-bottom: 2px solid #f1f1f1;
}

.comNewsUl li a {
	padding: 48px 0 47px 9.5em;
	display: block;
	position: relative;
}

.comNewsUl li a:before {
	position: absolute;
	left: 3px;
	top: 58px;
	width: 4px;
	height: 2px;
	background-color: #353e42;
	content: "";
}

.comNewsUl li a:hover {
	opacity: 0.7;
}

.comNewsUl li .time {
	position: absolute;
	left: 22px;
	top: 47px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

/*------------------------------------------------------------
	pageNavi
------------------------------------------------------------*/
.pageNavi {
	margin: 59px 0 0 auto;
	max-width: 460px;
	position: relative;
	text-align: center;
}

.pageNavi .prev {
	position: absolute;
	left: 0;
	top: 0;
}

.pageNavi .next {
	position: absolute;
	right: 3px;
	top: 0;
}

.pageNavi a:hover {
	opacity: 0.7;
}


/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	padding: 0 180px;
}


/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	margin-bottom: 0;
}

.comBox .topTextBox {
	max-width: 974px;
	padding: 0 15px;
	margin: 0 auto 50px;
	box-sizing: border-box;
}

.comBox .topTextBox .ttl {
	margin-bottom: 1px;
	font-size: 1.5rem;
}

.comBox .topTextBox .ttl span {
	margin-bottom: 11px;
	display: block;
	font-weight: 700;
	font-size: 2.8rem;
}

.comBox .topTextBox .title {
	margin-right: -20px;
	font-weight: 700;
	font-size: 4.05rem;
}

.comBox .topTextBox .title span {
	font-size: 7.1rem;
}

.comBox .topTextBox .catch_block {
	display: flex;
}

.comBox .topTextBox .catch_block p.txtmar {
	margin-top: 24px;
	padding-right: 20px;
}

.comBox .topTextBox .catch_block img {
	width: 265px;
	height: 56px;
	margin-top: 30px;
}

.comBox .feature {
	margin-bottom: 95px;
}

.comBox .feature li {
	text-align: center;
}

.comBox .feature li .img {
	margin-bottom: 44px;
}

.comBox .feature li p {
	line-height: 2.28;
}

.comBox .feature li h4 {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 2.4rem;
}

.comBox .reason .headLine02 {
	margin-bottom: 64px;
}


/*------------------------------------------------------------
	index
------------------------------------------------------------*/
body.top #gHeader {
	position: absolute;
	left: 0;
	top: 0;
}

#index {
	margin-bottom: 213px;
}

#index .mainVisual {
	margin-bottom: 230px;
	padding-left: 480px;
	position: relative;
}

#index .mainVisual .pho {
	height: 1160px;
	vertical-align: top;
	background: url("img/index/main_visual_img01.jpg") no-repeat center center;
	background-size: cover;
	border-radius: 0 0 0 100px;
}

#index .mainVisual .pho01 {
	background-image: url("img/index/main_visual_img02.jpg");
}

#index .mainVisual .pho02 {
	background-image: url("img/index/main_visual_img03.jpg");
}

#index .mainVisual .pho03 {
	background-image: url("img/index/main_visual_img04.jpg");
}

#index .mainVisual .scroll {
	position: absolute;
	right: 27px;
	bottom: -22px;
}

#index .mainVisual .scroll a:hover {
	opacity: 0.7;
}

#index .mainVisual .textBox {
	position: absolute;
	left: 92px;
	bottom: -21px;
}

#index .mainVisual .text {
	margin-bottom: 34px;
	font-size: 1.5rem;
	line-height: 2.66;
}

#index .mainVisual h2 {
	margin-bottom: 13px;
	font-weight: 700;
	font-size: 2.8rem;
}

#index .mainVisual .title {
	font-weight: 700;
	font-size: 3.2rem;
}

#index .mainVisual .title span {
	font-size: 5.6rem;
}

#index .mainVisual address {
	position: absolute;
	right: 35px;
	top: 50%;
	color: #111;
	font-size: 1rem;
	font-style: normal;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	transform: translateY(-50%);
	font-family: 'Catamaran', sans-serif;
}

#index #main .news {
	margin-bottom: 228px;
}

#index #main .news .pho {
	width: 46.05%;
}

#index #main .news .pho img {
	width: 100%;
	border-radius: 0 100px 0 0;
}

#index #main .news .textBox {
	width: 53.95%;
	padding: 67px 36px 0 15px;
	box-sizing: border-box;
}

#index #main .news .textBox>div {
	max-width: 695px;
	margin: 0 auto;
}

#index #main .news .h3Ttl {
	margin: 0 8px 62px;
	text-align: left;
}

#index #main .news .headLine03 {
	display: inline-block;
}

#index #main .news .comNewsUl {
	margin-bottom: 93px;
}

#index #main .about {
	margin: 0 3px 304px;
}

#index #main .about .headLine03 {
	margin-bottom: 75px;
}

#index #main .about li {
	margin-right: 100px;
	width: 800px;
}

#index #main .about li img {
	width: 100%;
	border-radius: 100px 0 0 0;
}

#index #main .comBox {
	margin-bottom: 190px;
}

#index #main .information {
	margin-bottom: 53px;
}

#index #main .information .pho img {
	width: 100%;
}

#index #main .information .textBox {
	max-width: 790px;
	margin: -200px 100px 0;
	padding: 96px 90px 90px 92px;
	position: relative;
	z-index: 1;
	border-radius: 0 100px 0 0;
	background-color: #fff;
	box-sizing: border-box;
}

#index #main .information .headLine03 {
	margin-bottom: 40px;
	text-align: left;
	font-size: 1.4rem;
}

#index #main .information .headLine03 .en {
	display: inline-block;
	margin: 0 28px 0 0;
	font-size: 4.2rem;
}

#index #main .information p {
	margin-bottom: 48px;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 2.4;
}

#index #main .company .textBox {
	padding-top: 94px;
}

#index #main .company .textBox .comLink {
	max-width: 462px;
	margin-top: 55px;
}



/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#about {
	/*margin-bottom: 270px;*/
}

#about .pageTitle {
	background-image: url("/usedcar/images/page_title_bg.jpg");
}

#about #pagePath {
	/*padding-bottom: 210px;*/
}

#about #main .btmBox {
	padding: 0 15px;
	text-align: center;
}

#about #main .btmBox .textImg {
	margin-bottom: 48px;
}

#about #main .btmBox p {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 2.4;
}


@media all and (min-width: 897px) {
	body {
		font-size: 1.5rem;
	}

	#gHeader .hLink a {
		font-size: 1.9rem;
	}

	#gNavi a {
		font-size: 2.1rem;
	}

	#gFooter .fNavi {
		font-size: 1.8rem;
	}

	#gFooter .contactTxt {
		font-size: 1.5rem;
	}

	#gFooter .contactBox span {
		font-size: 2.5rem;
	}

	#gFooter .fLink a {
		font-size: 1.9rem;
	}

	#gFooter .fText {
		font-size: 1.9rem;
	}

	#gFooter .fTxt {
		font-size: 1.5rem;
	}

	#gFooter address {
		font-size: 1.1rem;
	}

	.pageTitle h2 {
		font-size: 1.4rem;
	}

	.pageTitle h2 .en {
		font-size: 4.9rem;
	}

	.headLine01 .en {
		font-size: 3.7rem;
	}

	.headLine02 {
		font-size: 3.1rem;
	}

	.headLine03 {
		font-size: 1.4rem;
	}

	.headLine03 .en {
		font-size: 3.7rem;
	}

	.comLink {
		font-size: 1.8rem;
	}

	.comContact .headLine01 {
		font-size: 1.4rem;
	}

	.comContact .link a {
		font-size: 2.5rem;
	}

	.comContact .tel span {
		font-size: 4.2rem;
	}

	.comImgBox .textBox .num {
		font-size: 1.9rem;
	}

	.comImgBox .textBox h4 .en {
		font-size: 3.7rem;
	}

	.comBox .topTextBox .ttl {
		font-size: 1.6rem;
	}

	.comBox .topTextBox .ttl span {
		font-size: 2.9rem;
	}

	.comBox .topTextBox .title {
		margin-right: -30px;
		font-size: 4.15rem;
	}

	.comBox .topTextBox .title span {
		font-size: 6.1rem;
	}

	.comBox .feature li h4 {
		font-size: 2.5rem;
	}


	#index .mainVisual .text {
		font-size: 1.6rem;
	}

	#index .mainVisual h2 {
		font-size: 2.9rem;
	}

	#index .mainVisual .title {
		font-size: 3.3rem;
	}

	#index .mainVisual .title span {
		font-size: 5.7rem;
	}

	#index .mainVisual address {
		font-size: 1.1rem;
	}

	#index #main .information .headLine03 {
		font-size: 1.5rem;
	}

	#index #main .information .headLine03 .en {
		font-size: 4.3rem;
	}

	#index #main .information p {
		font-size: 1.6rem;
	}

	#about #main .btmBox p {
		font-size: 1.6rem;
	}
}




/************************************************************
*************************************************************/

@media all and (max-width: 1600px) {
	.content {
		padding: 0 100px;
	}
}

@media all and (max-width: 1300px) {
	.content {
		padding: 0 50px;
	}
}

@media all and (max-width: 1280px) {
	.pageTitle h2 {
		left: -170px;
	}
}

@media all and (max-width: 1170px) {
	.comBox .feature li {
		width: 32%;
	}

	.comBox .feature li .img img {
		height: 160px;
	}

	.comBox .topTextBox .title {
		margin-right: -5px;
	}
}

@media all and (max-width: 1000px) {
	.pageTitle h2 {
		left: -130px;
	}
}

@media all and (max-width: 896px) {

	#container {
		top:30px;
	}

	body {
		min-width: inherit;
		font-size: 1.2rem;
	}

	body.fixed {
		width: 100%;
		position: fixed;
		left: 0;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.pc {
		display: none !important;
	}

	.sp-only{
		display:block!important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	#pagePath {
		padding: 75px 20px 30px;
	}

	#pagePath li a {
		padding-right: 0px;
		/*background-image: url("img/common/sp_icon01.png");*/
		background-size: 4px auto;
	}

	#pagePath li a:hover {
		text-decoration: none;
	}

	.pageTitle {
		width: calc(100% - 119px);
		height: 275px;
		background-image: url("img/company/sp_page_title_bg.jpg");
		border-bottom-left-radius: 0;
	}

	.pageTitle:before {
		display: none;
	}

	.pageTitle h2 {
		width: 202px;
		left: -119px;
		top: auto;
		bottom: -26px;
		padding: 33px 15px 0 0;
		text-align: center;
		font-size: 1.2rem;
		background-color: #fff;
		box-sizing: border-box;
		border-top-right-radius: 33px;
	}

	.pageTitle h2 .en {
		margin: 0 0 -3px;
		font-size: 3.5rem;
	}

	.headLine01 {
		margin: 0 0 37px;
		font-size: 1rem;
	}

	.headLine01 .en {
		margin-bottom: 2px;
		font-size: 2.65rem;
	}

	.headLine02 {
		margin-bottom: 41px;
		text-align: center;
		font-size: 2.7rem;
	}

	.headLine03 {
		font-size: 0.9rem;
	}

	.headLine03 .en {
		margin-bottom: -8px;
		font-size: 3rem;
	}

	.comLink {
		font-size: 1.2rem;
	}

	.comLink a {
		padding-right: 21px;
		background-size: 12px auto;
	}

	.comContact {
		max-width: inherit;
		margin: 0 auto 90px;
		min-height: 300px;
		padding: 38px 15px;
		background-image: url("img/common/sp_bg01.jpg");
	}

	.comContact .headLine01 {
		margin: 0 0 11px;
		font-size: 0.9rem;
	}

	.comContact .headLine01 .en {
		margin-bottom: -7px;
		font-size: 2.4rem;
	}

	.comContact .text {
		margin-bottom: -1px;
		line-height: 2;
	}

	.comContact .info {
		max-width: inherit;
		display: block;
	}

	.comContact .link {
		width: 225px;
		margin: 0 auto;
	}

	.comContact .link a {
		padding: 8px 0 5px;
		font-size: 1.8rem;
		border-radius: 3px;
	}

	.comContact .tel {
		margin: 0 0 18px;
		width: auto;
		text-align: center;
	}

	.comContact .tel span {
		margin-bottom: -2px;
		font-size: 3rem;
	}

	.comNewsUl li a {
		padding: 36px 30px 35px 0;
	}

	.comNewsUl li a:before {
		left: 2px;
		top: 45px;
	}

	.comNewsUl li .time {
		margin: 0 18px 2px;
		position: static;
		display: block;
	}

	.pageNavi {
		margin-top: 30px;
		max-width: inherit;
	}

	.pageNavi .next {
		right: 30px;
	}

	.content {
		padding: 0 10px;
	}

	.comBox {
		margin-bottom: 80px;
	}

	.comBox .topTextBox {
		max-width: inherit;
		padding: 0 30px;
		margin: 0px auto 30px;
	}

	.comBox .topTextBox .ttl {
		margin-bottom: 10px;
		font-size: 1.2rem;
		line-height: 2;
	}

	.comBox .topTextBox .ttl span {
		margin-bottom: 0;
		font-size: 2rem;
	}

	.comBox .topTextBox .title {
		margin-right: 0;
		font-size: 2.6rem;
		line-height: 1;
		text-align: center;
	}

	.comBox .topTextBox .title span {
		font-size: 4.2rem;
	}

	.comBox .topTextBox .catch_block {
		display: flex;
		flex-direction: column;
		margin: 50px auto;
	}

	.comBox .topTextBox .catch_block p.txtmar {
		text-align: center;
	}

	.comBox .topTextBox .catch_block img {
		margin: 30px auto;
	}

	.comBox .feature {
		margin-bottom: 93px;
	}

	.comBox .feature ul {
		margin: 0 -20px;
		display: block;
	}

	.comBox .feature li {
		margin-bottom: 30px;
		width: auto;
	}

	.comBox .feature li:last-child {
		margin-bottom: 0;
	}

	.comBox .feature li .img {
		margin-bottom: 15px;
	}

	.comBox .feature li .img img {
		height: 109px;
	}

	.comBox .feature li p {
		line-height: 2.5;
	}

	.comBox .feature li h4 {
		margin-bottom: 7px;
		font-size: 1.8rem;
	}

	.comBox .reason .headLine02 {
		margin-bottom: 44px;
		font-size: 2.4rem;
	}

	#index {
		margin-bottom: 76px;
	}

	#index .mainVisual {
		margin-bottom: 85px;
		padding-left: 55px;
	}

	#index .mainVisual .pho {
		height: 580px;
		border-radius: 0 0 0 50px;
	}

	#index .mainVisual .scroll {
		display: none;
	}

	#index .mainVisual .textBox {
		left: 30px;
		right: 20px;
		bottom: -42px;
	}

	#index .mainVisual .text {
		margin-bottom: 9px;
		font-size: 1.2rem;
		line-height: 2;
	}

	#index .mainVisual h2 {
		margin-bottom: 5px;
		font-size: 2rem;
	}

	#index .mainVisual .title {
		font-size: 2.6rem;
		line-height: 1;
	}

	#index .mainVisual .title span {
		font-size: 4.2rem;
	}

	#index .mainVisual address {
		display: none;
	}

	#index #main .news {
		margin-bottom: 76px;
		display: block;
	}

	#index #main .news .pho {
		width: auto;
		margin: 0 55px 0 0;
	}

	#index #main .news .pho img {
		border-radius: 0 35px 0 0;
	}

	#index #main .news .textBox {
		width: auto;
		padding: 17px 30px 0;
	}

	#index #main .news .textBox>div {
		max-width: inherit;
	}

	#index #main .news .h3Ttl {
		margin: 0 -2px 29px;
	}

	#index #main .news .comNewsUl {
		margin-bottom: 40px;
	}

	#index #main .news .comNewsUl li a {
		padding: 8px 0 12px;
	}

	#index #main .news .comNewsUl li a:before {
		top: 17px;
	}

	#index #main .about {
		margin: 0 0 69px;
	}

	#index #main .about .headLine03 {
		margin-bottom: 36px;
	}

	#index #main .about li {
		margin-right: 40px;
		width: 300px;
	}

	#index #main .about li img {
		border-radius: 50px 0 0 0;
	}

	#index #main .about .btmBox {
		padding: 0 30px;
	}

	#index #main .about .btmBox .textImg {
		margin-bottom: 16px;
		position: relative;
	}

	#index #main .about .btmBox .textImg:before {
		position: absolute;
		left: -30px;
		top: -38px;
		width: 310px;
		bottom: 0;
		background-color: #fff;
		border-radius: 0 50px 0 0;
		content: "";
	}

	#index #main .about .btmBox .textImg img {
		width: 254px;
		position: relative;
		z-index: 1;
	}

	#index #main .about .btmBox p {
		font-size: 1.2rem;
		line-height: 2.5;
	}

	#index #main .comBox {
		margin-bottom: 94px;
	}

	#index #main .comBox .topTextBox {
		margin-bottom: 70px;
	}

	#index #main .information {
		margin-bottom: 57px;
	}

	#index #main .information .textBox {
		max-width: inherit;
		margin: 0;
		padding: 27px 30px 30px;
		border-radius: 0;
	}

	#index #main .information .headLine03 {
		margin-bottom: 19px;
		font-size: 0.9rem;
	}

	#index #main .information .headLine03 .en {
		display: block;
		margin: 0 0 -8px;
		font-size: 2.55rem;
	}

	#index #main .information p {
		margin-bottom: 38px;
		font-size: 1.2rem;
		line-height: 2.5;
	}

	#index #main .company .textBox {
		padding-top: 23px;
	}

	#index #main .company .textBox .comLink {
		max-width: inherit;
		margin: 37px -23px 0;
	}

	#about {
		margin-bottom: 83px;
	}

	#about .pageTitle {
		background-image: url("/usedcar/images/sp_page_title_bg.jpg");
	}

	#about #pagePath {
		padding-bottom: 0px;
	}

	#about #main .btmBox {
		padding: 0 39px;
		text-align: left;
	}

	#about #main .btmBox .textImg {
		margin-bottom: 16px;
	}

	#about #main .btmBox .textImg img {
		width: 254px;
	}

	#about #main .btmBox p {
		font-size: 1.2rem;
		line-height: 2.5;
	}
}