@charset "utf-8";
html {
    font-size: initial;
    -webkit-tap-highlight-color: initial;
    font-family: initial;
    -webkit-text-size-adjust: initial;
    -ms-text-size-adjust: initial;
}

/* 色々と崩れる為、bootstrap 打ち消し */
.ac1-container-for-html-contents * {
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
}

@media screen and (max-width: 950px) {
  body {
    min-width: initial;
    font-size: 12px;
  }
}


.woman  nav ul li.on span.wrap img {
	vertical-align: top;
}

.report {
	padding-right: 0;
}

/* ===== public ===== */
body {
	-webkit-text-size-adjust: none;
}

.superBanner {
	display: none;
}

#wrapper .wrapperinner {
	margin: 0 auto;
	padding: 0 !important;
	width: 100% !important;
}

/* ===== bar (sns, h1Text, headerImage,) ===== */
.bar {
	background: #191919;
	height: 30px;
}
.bar .barInner {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
.bar h1 {
	font-weight: normal;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	color: #fff;
}
.bar .sns {
	float: right;
	position: absolute;
	right: 0px;
	top: 5px;
}
.bar .sns li {
	display: inline-block;
	vertical-align: top;
}
.feature {
	background: #fff;
	background-image: url(https://cdn.autoc-one.jp/static/pr/2757155/images/img_main_background.jpg);
	background-position: center;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #c3c3c3;
}
.feature01 {
	background: #fff;
	background-position: center;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #c3c3c3;
}
.feature img, 
.feature01 img, 
.feature02 img {
	display: block;
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
}

/* ===== nav ===== */

/* ===== title ===== */
h2 {
	padding: 50px 0 0;
	text-align: center;
	font-size: 42px;
}
h2 span {
	height: inherit;
	font-size: 30px;
	text-align: center;
	line-height: 2.0;
}
h2 img {
	display: block;
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
}
h3 span span.kana {
	letter-spacing: -2px;
}

/* ===== sec-main ===== */
.sec-main .inner{@media screen and (max-width: 768px)
	.sec-main .inner {
		width: auto;
		padding: 15px 10px 0;
	}
	padding-top: 30px;
	width: 950px;
	margin: 0 auto;
}
.sec-main .report {
	margin-bottom: 60px;
}
.sec-main p {
	font-size: 15px;
	line-height: 1.8;
	display: flex;
}
.sec-main p.credit {
	text-align: right;
}
.sec-main p.subtitle {
	color: #86c1ff;
	font-size: 1.5em;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 2px 2px 1px #555;
}
.sec-main .report img {
	width: 300px;
}
.sec-main .report a {
	display: block;
}
.sec-main .report.last {
	padding-bottom: 60px;
}
.sec-main .report.mbn {
	margin-bottom: 10px;
	padding-bottom: 0;
}
.sec-main .report ul.img {
	float: right;
	margin-left: 20px;
	width: 300px;
}
.sec-main .report ul.img li div, 
.sec-main .report ul li div {
	background: #444;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
}
.sec-main .report ul li:last-child {
	margin-right: 0;
}
.sec-main .report li {
	float: left;
	margin-right: 22px;
	width: 300px;
	border: 1px #444 solid;
	box-shadow: 0 0 10px 3px #000;
	-webkit-box-shadow: 0 0 10px 3px #000;
	-moz-box-shadow: 0 0 10px 3px #000;
}
.sec-main .goToNext a {
	width: 800px;
	margin: 0 auto;
	background: #8b8b8b;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 28px;
	color: #fff;
	display: block;
}
.sec-main .goToNext a:hover {
	background: #00aed7;
	text-decoration: none;
}
.sec-main .goToNext span {
	letter-spacing:-2px;
}

/* ===== link ===== */
.linkBanner {
	margin: 30px 0 30px 0;
	background: #c3c3c3;
	text-align: center;
	padding: 0;
}
.linkBanner .linkBanner-inner {
	display: block;
	max-width: 800px;
	width: 100%;
	margin: auto;
}
.linkBanner .linkBanner-inner img {
	margin: 10px 0;
}

/************************/
/*      smartphone      */
/************************/

/* ===== public ===== */
.smartphone {
	display: none;
}

@media screen and (max-width: 950px) {
	.bar h1 {
		padding: 0 10px;
	}
	.bar .barInner {
		width: auto;
	}
	.bar .sns {
		margin-right: 10px;
	}
	.banner {
		padding: 5px;
	}
	.banner img {
		width: 100%;
		height: auto;
	}
	h2 span, h3 span {
		width: auto;
	}

	.sec-main {
		margin-top: 20px;
	}

	.sec-main p {
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 20px;
		display: flex;
	}
}

@media screen and (max-width: 768px) {
	body {
		position:relative;
	}
	.smartphone {
		display: block;
		text-align: left;
	}
	
/* ===== bar (sns, h1Text, headerImage,) ===== */
	#contents {
		padding-top: 90px;
		margin-bottom: 50%;
	}
	.bar {
		background: #e0e8ea;
	}
	.bar h1 {
		font-size: 10px;
		padding: 0 5px;
		color: #000;
	}
	.bar .sns {
		padding: 5px 5px 0;
		background: #191919;
		float: none;
		position: static;
		margin: 0;
		text-align: right;
	}
	.feature, 
	.feature01, 
	.feature02 {
		padding-top: 30px;
		border-top: none;
		background-image: none;
	}
	.header {
		padding: 5px;
		height: 45px;
		clear: both;
		background-color: #fff;
		border-bottom: 3px solid #135598;
	}
	
/* ===== nav ===== */
	nav ul li:nth-of-type(odd) a {
		border-right: 1px solid #c3c3c3;
	}
	.navi_bg {
		background-image: url(https://cdn.autoc-one.jp/static/smp_common/images/navi/main_navi_bg.png);
		height: 33px;
		border: solid 1px #4a4d51;
	}
	.navi_container {
		width: 100%;
		margin: 0px auto 0px auto;
	}
	.navi_bar {
		background-image: url(https://cdn.autoc-one.jp/static/smp_common/images/navi/main_navi_bar.png);
		background-position: left;
		background-repeat: no-repeat;
	}
	.navi_container li {
		width: 33.3%;
		line-height: 33px;
		display: block;
		font-weight: bold;
		color: #FFF;
		text-align: center;
		float: left;
	}
	.navi_container li a {
		color: #fff !important;
		text-decoration: none;
	}
	#header {
		display: none;
	}
	#footer {
		display: none;
	}
	#breadcrumbs {
		display: none;
	}
	.shortcutnav_bg {
		display: none;
	}	
	
/* ===== title ===== */
	h2 span, 
	h3 span {
		font-size: 22px;
		padding: 0 3px;
		line-height: 1.3;
	}
	h3 span {
		width: auto;
	}
	h3 span span.carModel {
		font-size: 16px;
	}
	
/* ===== sec-main ===== */
	p.comment {
		padding-bottom: 0;
		margin-top: 0;
	}
	.sec-main {
		background-size: 90%;
		padding-bottom: 20px;
	}
	.sec-main .inner {
		width: auto;
		padding: 10px 10px 0;
	}
	.sec-main .report, 
	.sec-main .report.last {
		padding-bottom: 40px;
		margin-bottom: 0;
	}
	.sec-main .report img {
		width: 300px;
		border: 1px solid #ccc;
	}
	.sec-main p {
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 20px;
		display: flex;
	}
	.sec-main .report ul.img, 
	.sec-main .report ul.img li {
		float: none;
		margin: 0 auto 0;
		width: 300px;
		margin-bottom: 10px;
	}
	ul.img li div {
		background: #444;
		padding: 5px;
		text-align: center;
		font-size: 12px;
		line-height: 1.2;
	}
	.sec-main .report ul li div {
		background: #444;
		padding: 3px;
		font-size: 11px;
		line-height: 1.2;
	}
	.sec-main .report li {
		margin: 0 auto;
		width: 30.5%;
		margin-right: 10px;
	}
	.sec-main .report li img {
		display: block;
		text-align: center;
		width: 100%;
		border: none;
	}
	.sec-main .report li:last-child {
		margin: 0 auto;
	}
	.sec-main .report ul {
		padding-bottom: 0;
	}
	.sec-main .goToNext {
		margin: 0 10px 20px;
		font-size: 14px;
	}
	.sec-main .goToNext a {
		width: 100%;
		height: inherit;
		line-height: 1.0;
		font-size: 20px;
		padding: 10px;
	}
	.sec-main .report.mbn {
		margin-bottom: 10px;
		padding-bottom: 0;
	}
	.sec-main .report.mbn-sp {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.sec-main .report.last {
		padding-bottom: 30px;
	}
	
/* ===== smartphone footer ===== */
	.linkBanner {
		background-size: 95%;
		background: #c3c3c3;
		text-align: center;
		margin: 20px 0 0 0;
		display: none;
	}
	.linkBanner .linkBanner-inner {
		margin-bottom: 0;
	}
	.linkBanner .linkBanner-inner img {
		margin: 0;
		width: none;
	}
	.footerLinkBanner {
		margin: 30px 0 0 0;
		background: #f0f0ea;
		text-align: center;
		padding: 0;
	}
	.footerLinkBanner .footerLinkBanner-inner {
		display: block;
		width: 95%;
		margin: auto;
	}
	.footerLinkBanner .footerLinkBanner-inner img {
		margin: 15px 0;
	}
	address.renew_copyright {
		background-color: #000;
		color: #ccc;
		font-size: 11px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		width: 100%;
		padding: 10px 0;
	}
}

/* ===== clear ===== */
.report, 
.sec-main .report ul {
	zoom: 1;
}
.report:after, 
.sec-main .report ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
