@charset "UTF-8";
@import url("reset.css");

body {
	margin: 0 auto;
	width: 100%;
	color: #333;
	line-height: 1.5;
	font-family:'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;/* %計算の基準となる文字サイズ設定 */
	background: #fff;
	word-break: break-all;
}

a:link{
	color: #3385e2;
	text-decoration: none;
}

a:visited {
	color: #3385e2;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover p.article-title {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.9;
}
a:hover{
	opacity: 0.7;
}

header {
	width: 100%;
}

figure {
	margin: 0;
}

.rwdArticleMainText strong{
	font-weight: bold;
}

/* ---------------------------------------------------------
	クリアフィックス .cf
--------------------------------------------------------- */

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	display: inline-block;
	min-height: 1%;
}

* html .clearfix {
	height: 1%;
}
.cf {
	display: block;
}

/* ---------------------------------------------------------
	レイアウト
--------------------------------------------------------- */

#container {
	margin: 0 auto;
	width: 100%;
}

.rwdContainer {
	box-sizing: border-box;
	padding-right: 13px;
	padding-left: 13px;
	width: 100%;
	text-align: center;
}
.rwdInner {
	text-align: left;
}

#content {
	box-sizing: border-box;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	background-color: #fff;
	display: block;
}
@media screen and (min-width:813px) {
	.rwdInner {
		margin-right: auto;
		margin-left: auto;
		width: 1100px;
		display: flex;
		justify-content: space-between;
	}
	#rwdMain {
		width: 728px;
		padding-bottom: 30px;
	}
	#rwdSide {
		width: 300px;
	}
}

/* ---------------------------------------------------------
	メニューの表示切替
--------------------------------------------------------- */
@media screen and (max-width:812px) {
	.rwdPage {
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: absolute;
		transition-duration: 0.5s;
	}
	.rwdPage.isActive {
		height: auto;
		overflow: visible;
		left: 0;
		transition-duration: 0.5s;
	}
	.rwdMenu {
		margin-top: 88px;
		padding-bottom: 0%;
		width: 100%;
		background-color: #fbcd00;
		overflow: hidden;
		position: absolute;
		left: -100%;
		transition-duration: 0.5s;
	}
	body.single .rwdMenu {
		margin-top: 0px;
	}

	.rwdMenu.isActive {
		overflow: visible;
		left: 0;
		transition-duration: 0.5s;
		z-index: 100;
	}
}

/* ---------------------------------------------------------
	ユーティリティ
--------------------------------------------------------- */
@media screen and (max-width:812px) {
	.rwdDispPC {
		display: none !important;
	}
	.rwdDispPC span{
		display: block !important;
	}
}

@media screen and (min-width:813px) {
	.rwdDispSP {
		display: none !important;
	}
}
.rwdDispNone {
	display: none !important;
}

/* ---------------------------------------------------------
	ヘッダー
--------------------------------------------------------- */
.rwdHeader {
	background-color: #fbcd00 !important;
	color: #111;
	text-align: center;
}

.rwdHeader.rwdContainer {
	padding-right: 40px;
	padding-left: 40px;
	height: 62px;
}
@media screen and (max-width:812px) {
	.rwdHeader.rwdContainer {
		padding-right: 13px;
		padding-left: 13px;
		height: 42px;
	}
	body.single .rwdHeader.rwdContainer {
		height: 50px;
	}
}

.rwdHeader .rwdInner {
	width: 100%;
	max-width: 100%;
	position: relative;
}

.rwdSiteTitle {
	padding-top: 13px;
	padding-bottom: 13px;
	width: 100%;
	text-align: center;
}

.rwdSiteTitle img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;

}
@media screen and (max-width:812px) {
	.rwdSiteTitle {
		padding-top: 12px;
	}
	.rwdSiteTitle img {
		width: 90px;
		height: auto;
	}
}
@media screen and (min-width:813px) {
	.rwdSiteTitle {
		padding-top: 13px;
		padding-bottom: 20px;
	}
	.rwdSiteTitle img {
		width: 120px;
		height: auto;
	}
}

.rwdSiteDesc {
	position: absolute;
	top: 23px;
	left: 0;
	font-size: 100%;
}

.rwdSiteSearch {
	margin-top: auto;
	margin-bottom: auto;
	width: 21%;
	height: 32px;
	position: absolute;
	top: 16px;
	right: 0;
	/*bottom: 0;*/
}

.rwdSiteSearch form span {
	display: none;
}

.rwdSiteSearch form input[type="search"] {
	box-sizing: border-box;
	padding-left: 20px;
	width: 100%;
	height: 32px;
	background-color: #fff;
	border: none;
	border-radius: 16px;
	color: #111;
	font-size: 13px;
	-webkit-appearance: none;
}

.rwdSiteSearch form input[type="search"]::placeholder {
	color: #777;
}

.rwdSiteSearch form input[type="submit"] {
	width: 32px;
	height: 32px;
	background-color: unset;
	background-image: url("../images/icon_search_pc.png?20200626");
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	position: absolute;
	right: 15px;
}

.rwdSiteMenu {
	margin-top: auto;
	margin-bottom: auto;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.rwdSiteMenu a {
	width: 100%;
	height: 100%;
	display: block;
}

.rwdSiteMenu a span {
	width: 100%;
	height: 2px;
	background-color: #111;
	display: block;
	position: absolute;
	left: 0;
	transition-duration: 0.5s;
	border-radius: 1000px;
}

.usedcarArticle .rwdSiteMenu {
	margin-top: 14px;
}
.usedcarArticle .rwdSiteMenu a span {
	background-color: #111;
}

.rwdSiteMenu a span:first-child {
	top: 2px;
}

.rwdSiteMenu a span:nth-child(2) {
	margin-top: auto;
	margin-bottom: auto;
	top: 0;
	bottom: 0;
}

.rwdSiteMenu a span:last-child {
	bottom: 2px;
}

.rwdSiteMenu.isClose a span:first-child {
	margin-top: auto;
	margin-bottom: auto;
	width: 141%;
	bottom: 2px;
	left: -4px;
	transform:rotate(45deg);
}

.rwdSiteMenu.isClose a span:nth-child(2) {
	opacity: 0;
}

.rwdSiteMenu.isClose a span:last-child {
	margin-top: auto;
	margin-bottom: auto;
	width: 141%;
	top: 0;
	left: -4px;
	transform:rotate(-45deg);
}

/* ---------------------------------------------------------
	カテゴリー一覧
--------------------------------------------------------- */
.rwdCatListBlock {
	width: 100%;
	height: 36px;
	overflow: hidden;
}
@media screen and (max-width:812px) {
	.rwdCatListBlock {
		height: 88px;
		width: 100%;
		background-color: #fbcd00;
	}
	body.single .rwdCatListBlock{
		display: none;
	}
	.rwdHeadAnimation {
		position: -webkit-sticky;
		position: sticky;
		z-index: 10001;
		transition: .3s cubic-bezier(.4, 0, .2, 1);
	}
	.rwdHeadAnimationHide {
		top: -93px;
	}
	.rwdHeadAnimationDisplay {
		top: 0;
	}
	.rwdCatListBlock.rwdContainer {
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media screen and (min-width:813px) {
	.rwdCatListBlock {
		background-color: #111;
	}
}

.rwdCatListBlock .rwdInner {
	overflow-x: scroll;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media screen and (max-width:812px) {
	.rwdCatListBlock .rwdInner {
		padding-right: 5px;
		padding-left: 5px;
	}
}

.rwdCatList {
	display: flex;
	align-items: center;
}

@media screen and (max-width:812px) {
	.rwdCatList:last-child {
		padding-right: 3px;
	}
}

@media screen and (max-width:812px) {
	.rwdCatList li {
		padding-right: 2px;
	}
}
@media screen and (min-width:813px) {
	.rwdCatList li {
		padding-right: 8px;
	}
}

.rwdCatList li a {
	display: inline-block;
	font-weight: bold;
	line-height: 37px;
	white-space: nowrap;
}
@media screen and (min-width:813px) {
	_::-webkit-full-page-media, _:future, :root .rwdCatList li a {
		font-feature-settings: "pkna";
	}
}

@media screen and (max-width:812px) {
	.rwdCatList li a {
		padding-right: 15px;
		padding-left: 15px;
		background-color: #111;
		border-top-right-radius: 3px;
		border-top-left-radius: 3px;
		color: #fff;
		font-size: 93%;
	}
	.rwdCatList li.rwCatListActive a {
		background-color: #fff;
		color: #111;
		/* line-height: 29px;
		padding-bottom: 4px;
		border-top: 4px solid #ca151d; */
	}
	/*↓SPメニュータブに帯デザイン適用*/
	.rwdCatList .triangle {
		position : relative;
	}
	.rwdCatList .triangle::before {
		content : "";
		top : 0px;
		left : 0px;
		border-bottom : 23px solid transparent;
		border-left : 23px solid rgb(0, 196, 117);
		position : absolute;
		z-index : 100;
	}
	.rwdCatList .triangle::after {
		content : "★";
		display : block;
		font-size : 11px;
		top : -12px;
		transform : rotate(-45deg);
		color : rgb(255, 255, 255);
		left : 1px;
		position : absolute;
		z-index : 101;
	}

}
@media screen and (min-width:813px) {
	.rwdCatList li a {
		color: #fff;
		font-size: 100%;
		padding-left: 24px;
	}
	.rwdCatList.rwdCatListSep li a{
		padding-left: 0px;
	}
	.rwdCatList li:nth-child(1) a {
		background: url(../images/ico_menu01.svg) no-repeat 0 0.8em;
		background-size: 24px auto;
		padding-left: 22px;
	}
	.rwdCatList li:nth-child(2) a {
		background: url(../images/ico_menu02.svg) no-repeat 0 0.85em;
		background-size: 24px auto;
	}
	.rwdCatList li:nth-child(3) a {
		background: url(../images/ico_menu03.svg) no-repeat 0 0.8em;
		background-size: 24px auto;
	}
	.rwdCatList li:nth-child(4) a {
		background: url(../images/ico_menu04.svg) no-repeat 0 0.8em;
		background-size: 24px auto;
		padding-left: 21px;
	}
	.rwdCatList li:nth-child(5) a {
		background: url(../images/ico_menu05.svg) no-repeat 0 0.8em;
		background-size: 24px auto;
		padding-left: 21px;
	}
	.rwdCatList li:nth-child(6) a {
		background: url(../images/ico_menu06.svg) no-repeat 0 0.8em;
		background-size: 24px auto;
		padding-left: 21px;
	}
	.rwdCatList li:nth-child(7) a {
		background: url(../images/ico_menu07.svg) no-repeat 0 0.8em;
		background-size: 24px auto;
		padding-left: 22px;
	}
	.rwdCatList li:nth-child(8) a {
		background: url(../images/ico_menu08.svg) no-repeat 0 0.8em;
		background-size: 24px auto;
		padding-left: 20px;
	}
	.rwdCatList li:nth-child(9) a {
		background: url(../images/ico_menu09.svg) no-repeat 0 0.8em;
		background-size: 24px auto;
		padding-left: 27px;
	}
	.rwdCatList li:nth-child(10) a {
		background: url(../images/ico_menu10.svg) no-repeat 0 0.8em;
		background-size: 24px auto;
		padding-left: 21px;
	}
}

@media screen and (min-width:813px) {
	.rwdCatListSep {
		/* padding-left: 24px; */
		position: relative;
	}
	.rwdCatListSep:before {
		margin-top: auto;
		margin-bottom: auto;
		width: 1px;
		height: 16px;
		background-color: #bbb;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 2px;
		content: "";
	}
	.rwdCatListSep li{
		padding-left: 12px;
		padding-right: 0px;
	}
	.rwdCatListSep li:nth-child(2){
		padding-left: 3px;
	}
	.rwdCatListSep li:nth-child(1) a,
	.rwdCatListSep li:nth-child(2) a{
		background: none;
	}
	.rwdCatListSep li:nth-child(1) a{
		padding-left:0px;
	}
}

.rwdCatListSep li a:after,
.rwdFooterSiteMapUsedcarTitle a:after,
.rwdFooterSiteMapKaitoriTitle a:after,
.rwdFooterSiteMapAllianceLink a:after,
.rwdFooterCatList li:nth-child(11) a:after,
.rwdFooterCatList li:nth-child(12) a:after,
.rwdFooterCatList li:nth-child(13) a:after,
.rwdMenuLinkList li:nth-child(11) a:after,
.rwdMenuLinkList li:nth-child(12) a:after,
.rwdMenuLinkList li:nth-child(13) a:after,
.rwdFooterSiteMapCarshareTitle a:after,
.rwdFooterUsedcarLinkBlock a:nth-child(2):after,
.rwdFooterAllianceLinkList > li > a:after {
	position: relative;
	top: -2px;
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url("../images/icon_arrow_menu.svg");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 0.3rem;
}
.rwdFooterSiteMapUsedcarTitle a:after {
	background-image: unset;
	mask-image: url("../images/icon_arrow_menu.svg");
	-webkit-mask-image: url("../images/icon_arrow_menu.svg");
	background-color: #fff;
}
.rwdFooterSiteMapUsedcarTitle a.noIcon:after {
	display: none;
}
@media screen and (max-width:813px) {
	.rwdCatListSep li:nth-child(2) a:after,
	.rwdFooterUsedcarLinkBlock a:nth-child(2):after{
		background-image: unset;
		mask-image: url("../images/icon_arrow_menu.svg");
		-webkit-mask-image: url("../images/icon_arrow_menu.svg");
		background-color: #fff;
	}
}

/* ---------------------------------------------------------
	カテゴリー・タグ　広告
--------------------------------------------------------- */

.rwMainAd {
	margin-bottom: 13px;
}

/* ---------------------------------------------------------
	パンくず
--------------------------------------------------------- */
.rwdTopicPathBlock {
	margin-top: 5px;
	width: 100%;
	color: #999;
}
@media screen and (max-width:812px) {
	.rwdTopicPathBlock {
		margin-bottom: 6px;
		overflow: hidden;
	}
}
@media screen and (min-width:813px) {
	.rwdTopicPathBlock {
		margin-bottom: 30px;
	}
}

.rwdTopicPath {
	color: #999;
}
@media screen and (max-width:812px) {
	.rwdTopicPath {
		overflow-x: scroll;
		font-size: 77%;
		white-space: nowrap;
	}
}
@media screen and (min-width:813px) {
	.rwdTopicPath {
		font-size: 93%;
	}
}
.rwdTopicPath a {
	color: #999;
}

/* ---------------------------------------------------------
	記事
--------------------------------------------------------- */
@media screen and (min-width:813px) {
	#article-detail {
		padding-top: 5px;
	}
}

/* ---------------------------------------------------------
	記事 記事情報
--------------------------------------------------------- */
.rwdArticleInfo {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:812px) {
	.rwdArticleInfo {
		margin-bottom: 10px;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleInfo {
		margin-bottom: 13px;
	}
}

.rwdArticleInfo .rwdArticleInfoCat {
	margin-right: 10px;
	background-color: #00c475;
	display: inline-block;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width:812px) {
	.rwdArticleInfo .rwdArticleInfoCat {
		padding-right: 10px;
		padding-left: 10px;
		height: 22px;
		border-radius: 11px;
		font-size: 77%;
		line-height: 22px;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleInfo .rwdArticleInfoCat {
		padding-right: 20px;
		padding-left: 20px;
		height: 26px;
		border-radius: 13px;
		font-size: 108%;
		line-height: 26px;
	}
}

.rwdArticleInfoDate {
	color: #555;
	
}
@media screen and (max-width:812px) {
	.rwdArticleInfoDate {
		font-size: 85%;
		line-height: 22px;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleInfoDate {
		font-size: 108%;
		line-height: 26px;
	}
}

/* ---------------------------------------------------------
	記事 タイトル
--------------------------------------------------------- */
#article-detail h1 {
	color: #111;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 2px;
}
@media screen and (max-width:812px) {
	#article-detail h1 {
		font-size: 139%;
		margin-bottom: 20px;
	}
}
@media screen and (min-width:813px) {
	#article-detail h1 {
		font-size: 230%;
		margin-bottom: 30px;
	}
}

/* ---------------------------------------------------------
	記事 広告なし
--------------------------------------------------------- */
@media screen and (max-width:812px) {
	.rwdArticleMainText.isNoAd {
		margin-top: 20px;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleMainText.isNoAd {
		margin-top: 30px;
	}
}

/* ---------------------------------------------------------
	記事 サムネイル
--------------------------------------------------------- */
.rwdArticleThumbBlock {
	margin: 0 -13px 15px -13px;
}
.rwdArticleThumbBlock img {
	max-width: 100%;
	height : calc(40vw);
	object-fit : cover;
}

/* ---------------------------------------------------------
	記事 広告
--------------------------------------------------------- */
@media screen and (max-width:812px) {
	.rwdArticleInnerAdBlock {
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleInnerAdBlock {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.rwdArticleInnerAdBlock img {
	max-width: 100%;
}

/* ---------------------------------------------------------
	記事 目次
--------------------------------------------------------- */
.rwdArticleMainText #toc_container {
	background-color: #f7f7f7;
}
@media screen and (max-width:812px) {
	.rwdArticleMainText #toc_container {
		margin-top: 25px;
		margin-bottom: 25px;
		padding: 20px 20px;
		border-left: 4px solid #fbcd00;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleMainText #toc_container {
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 25px 30px 35px 30px;
		border-left: 4px solid #fbcd00;
	}
}

.rwdArticleMainText #toc_container .toc_title {
	color: #111;
	font-size: 139%;
	font-weight: bold;
}
.rwdArticleMainText #toc_container ul.toc_list{
	padding-left: 20px;
	margin-bottom: 0px;
}
@media screen and (max-width: 812px){
	.rwdArticleMainText #toc_container .toc_title {
		font-size: 100%;
	}
	.rwdArticleMainText #toc_container ul.toc_list{
		padding-left: 0px;
	}
}
.rwdArticleMainText #toc_container ul.toc_list li {
	margin-top: 10px;
	padding-bottom: 0px;
	list-style: none;
}
.rwdArticleMainText #toc_container ul.toc_list li:first-child {
	margin-top: 15px;
}

.rwdArticleMainText #toc_container ul.toc_list li a {
	padding-left: 0;
	display: inline-block;
	position: relative;
	color: #3385e2;
	line-height: 1.4;
	padding-left: 22px;
}
.rwdArticleMainText #toc_container ul.toc_list li a:before {
	position: absolute;
	top: 50%;
	left: 4px;
	width: 6px;
	height: 6px;
	margin-top: -2px;
	border-bottom: 2px solid #3385e2;
	border-right: 2px solid #3385e2;
	transform: rotate(45deg);
	content: "";
}
@media screen and (max-width:812px) {
	.rwdArticleMainText #toc_container ul.toc_list li a {
		font-size: 100%;
		/* text-decoration: underline; */
	}
	.rwdArticleMainText #toc_container ul.toc_list li a:before {
		top: 5px;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleMainText #toc_container ul.toc_list li a {
	}
	.rwdArticleMainText #toc_container ul.toc_list li a:before {
		top: 7px;
	}
}

/* ---------------------------------------------------------
	記事 見出し
--------------------------------------------------------- */
.rwdArticleMainText h2 {
	border-bottom: 5px solid #fbcd00;
	color: #111;
	font-weight: bold;
	line-height: 1.4;
	padding-left: 2px;
}
@media screen and (max-width:812px) {
	.rwdArticleMainText h2 {
		margin-top: 50px;
		margin-bottom: 20px;
		font-size: 169%;
		padding: 0 0 8px 2px;
	}
	.rwdArticleMainText h2 span {
		margin-top: -50px;
		padding-top: 50px;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleMainText h2 {
		margin-top: 60px;
		margin-bottom: 30px;
		font-size: 208%;
		padding: 0px 0 10px 2px;
	}
	.rwdArticleMainText h2 span {
		margin-top: -20px;
		padding-top:20px;
	}
}

.rwdArticleMainText h3 {
	border-left: 6px solid #fbcd00;
	color: #111;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width:812px) {
	.rwdArticleMainText h3 {
		margin-top: 30px;
		margin-bottom: 15px;
		padding: 3px 0 2px 12px;
		font-size: 138%;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleMainText h3 {
		margin-top: 50px;
		margin-bottom: 18px;
		padding: 5px 0 4px 16px;
		font-size: 170%;
	}
}

.rwdArticleMainText h4 {
	color: #111;
	font-weight: bold;
	line-height: 1.4;
	margin-left: 2px;
	margin-left: 20px;
}
.rwdArticleMainText h4::before {
	display: inline-block;
	content: "";
	margin-top: 6px;
	margin-right: 10px;
	margin-left: -20px;
	width: 12px;
	height: 12px;
	vertical-align: top;
	border-radius: 14px;
	background-color: #fbcd00;
}
@media screen and (max-width:812px) {
	.rwdArticleMainText h4 {
		margin-top: 25px;
		margin-bottom: 10px;
		font-size: 123%;
		
	}
	.rwdArticleMainText h4::before {
		margin-top: 3px;
		margin-right: 8px;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleMainText h4 {
		margin-top: 40px;
		margin-bottom: 1em;
		font-size: 139%;
	}
}

/* ---------------------------------------------------------
	記事 リスト
--------------------------------------------------------- */

.rwdArticleMainText ul {
	margin-bottom: 30px;
	padding-left: 24px;
}
.rwdArticleMainText li{
	font-size: 116%;
	line-height: 1.6;
	padding-bottom: 6px;
	list-style-type: disc;
}
.rwdArticleMainText ul.wp-block-gallery{
	padding-left: 0;
}
.rwdArticleMainText ul.wp-block-gallery li{
	padding-left: 0;
	list-style-type: none;
}
.rwdArticleMainText ol {
    margin-bottom: 30px;
    padding-left: 24px;
}
.rwdArticleMainText ol li {
    font-size: 116%;
    line-height: 1.6;
    padding-bottom: 6px;
    list-style-type: decimal;
}

/* ---------------------------------------------------------
	記事 画像
--------------------------------------------------------- */
.rwdArticleMainText figure.wp-block-image{
	padding-top: 10px;
}
@media screen and (max-width:812px) {
	.rwdArticleMainText figure {
		margin-bottom: 15px;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleMainText figure {
		margin-bottom: 30px;
		text-align: center;
	}
	.rwdArticleMainText figure.wp-block-image {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}

.rwdArticleMainText figure img {
	height: auto;
	max-width: 100%;
}

.rwdArticleMainText figure figcaption {
	color: #666;
	text-align: left;
	padding-left: 2px;
}
@media screen and (max-width:812px) {
	.rwdArticleMainText figure figcaption {
		margin-top: 7px;
		font-size: 93%;
		word-break: break-all;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleMainText figure figcaption {
		margin-top: 10px;
		font-size: 100%;
	}
}
.rwdArticleMainText img{
	height: auto;
}

/* ---------------------------------------------------------
	記事 テーブル
--------------------------------------------------------- */
.rwdArticleMainText > figure > table,
.rwdArticleMainText > table {
	border-collapse: collapse;
	overflow-x: auto;
	display: block;
}
@media screen and (max-width:812px) {
	.rwdArticleMainText > figure > table,
	.rwdArticleMainText > table {
		margin-bottom: 25px;
		width: 100%;
		white-space: nowrap;
		-webkit-text-size-adjust: 100%;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleMainText > figure > table,
	.rwdArticleMainText > table {
		margin-top: 20px;
		margin-bottom: 30px;
		width: 100%;
	}
	.rwdArticleMainText > figure > table thead,
	.rwdArticleMainText > figure > table tbody,
	.rwdArticleMainText > table thead,
	.rwdArticleMainText > table tbody {
		width: 100%;
		display: table;
		box-sizing: border-box;
	}
	.rwdArticleMainText > figure > table thead tr th,
	.rwdArticleMainText > table thead tr th{
		border-bottom: unset;
	}
}

.rwdArticleMainText > figure > table th,
.rwdArticleMainText > figure > table td,
.rwdArticleMainText > table th,
.rwdArticleMainText > table td {
	border: 1px solid #ddd;
	color: #111;
	font-size: 108%;
	line-height: 1.5;
	vertical-align: top;
	text-align: left;
}
@media screen and (max-width:812px) {
	.rwdArticleMainText > figure > table th,
	.rwdArticleMainText > figure > table td,
	.rwdArticleMainText > table th,
	.rwdArticleMainText table td {
		padding: 10px;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleMainText > figure > table th,
	.rwdArticleMainText > figure > table td,
	.rwdArticleMainText > table th,
	.rwdArticleMainText > table td {
		padding: 10px 15px;
	}
}

.rwdArticleMainText > figure > table th,
.rwdArticleMainText > table th {
	background-color: #f9f9f9;
	font-weight: bold;
}

/* ---------------------------------------------------------
	記事 リンク(画像付き)　の外側iframe
--------------------------------------------------------- */
.wp-embedded-content {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* ---------------------------------------------------------
	記事 リンク(外観調整)
--------------------------------------------------------- */
blockquote.wp-embedded-content {
	width:inherit;
	background-image:none;
	text-align:left;
}
iframe.wp-embedded-content {
	display: none;
}
blockquote.wp-embedded-content[style="display: none;"] + iframe.wp-embedded-content {
	display: block;
}

/* ---------------------------------------------------------
	記事 引用
--------------------------------------------------------- */
.rwdArticleMainText blockquote {
	background-color: #f6f6f6;
	background-image: url("../images/bg_quote_top.svg"), url("../images/bg_quote_bottom.svg");
	background-repeat: no-repeat, no-repeat;
	border: 1px solid #eee;
	border-radius: 5px;
}
@media screen and (max-width:812px) {
	.rwdArticleMainText blockquote {
		margin-bottom: 25px;
		padding: 45px 35px;
		background-position: 10px 15px, right 10px bottom 15px;
		background-size: 18px auto, 18px auto;
		font-size: 108%;
		line-height: 1.8;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleMainText blockquote {
		margin-bottom: 30px;
		padding: 40px 75px;
		background-position: 25px 25px, right 25px bottom 25px;
		background-size: 35px auto, 35px auto;
		font-size: 124%;
		line-height: 2.25;
	}
}

.rwdArticleMainText blockquote a {
	color: #3385e2;
}
@media screen and (max-width:812px) {
	.rwdArticleMainText blockquote a {
		text-decoration: underline;
	}
}

.rwdArticleMainText blockquote cite {
	line-height: 1.5;
}
.rwdArticleMainText blockquote cite::before {
	content: "出典：";
}
@media screen and (max-width:812px) {
	.rwdArticleMainText blockquote cite {
		margin-top: 15px;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleMainText blockquote cite {
		margin-top: 20px;
	}
}

/* ---------------------------------------------------------
	記事 中古車情報
--------------------------------------------------------- */
.rwdArticleMainText .usedCarBox {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .16);
	overflow: hidden;
}
@media screen and (max-width:812px) {
	.rwdArticleMainText .usedCarBox {
		margin-bottom: 25px;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleMainText .usedCarBox {
		margin-bottom: 30px;
	}
}

.rwdArticleMainText .usedCarBox dt {
	background-color: #111;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width:812px) {
	.rwdArticleMainText .usedCarBox dt {
		height: 40px;
		font-size: 124%;
		line-height: 40px;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleMainText .usedCarBox dt {
		height: 44px;
		font-size: 20px;
		line-height: 44px;
	}
}

@media screen and (max-width:812px) {
	.rwdArticleMainText .usedCarBox dd {
		padding: 15px;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleMainText .usedCarBox dd {
		padding: 25px 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media screen and (max-width:812px) {
	.rwdArticleMainText .usedCarBox dd .usedCarInfo {
		width: 100%;
		box-sizing: border-box;
	}
}

@media screen and (min-width:813px) {
	.rwdArticleMainText .usedCarBox dd .usedCarInfo {
		width: 40%;
	}
}
.rwdArticleMainText .usedCarBox dd .usedCarInfo .usedCarInfoTable {
	width: 100%;
}

.rwdArticleMainText .usedCarBox dd .usedCarInfo .usedCarInfoTable tr {
	border-top: 1px solid #ddd;
}

.rwdArticleMainText .usedCarBox dd .usedCarInfo .usedCarInfoTable tr:first-child {
	border-top: none;
}

.rwdArticleMainText .usedCarBox dd .usedCarInfo .usedCarInfoTable tr th,
.rwdArticleMainText .usedCarBox dd .usedCarInfo .usedCarInfoTable tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}
.rwdArticleMainText .usedCarBox dd .usedCarInfo .usedCarInfoTable tr:first-child th,
.rwdArticleMainText .usedCarBox dd .usedCarInfo .usedCarInfoTable tr:first-child td {
	padding-top: 0;
}

.rwdArticleMainText .usedCarBox dd .usedCarInfo .usedCarInfoTable tr th {
	color: #111;
	font-size: 100%;
	font-weight: bold;
	line-height: 1;
	text-align: left;
}

.rwdArticleMainText .usedCarBox dd .usedCarInfo .usedCarInfoTable tr td {
	color: #111;
	font-size: 116%;
	font-weight: bold;
	line-height: 1;
	text-align: right;
}

.rwdArticleMainText .usedCarBox dd .usedCarInfo .usedCarInfoTable tr td a {
	color: #3385e2
}

.rwdArticleMainText .usedCarBox dd .usedCarInfo .usedCarInfoTable tr td strong {
	color: #c00;
	font-weight: bold;
}

.rwdArticleMainText .usedCarBox dd .usedCarInfo .usedCarListButton {
	background-color: #3385e2;
	display: block;
	text-align: center;

}
.rwdArticleMainText .usedCarBox dd .usedCarInfo .usedCarListButton span {
	background-image: url("../images/icon_arrow_button.svg");
	background-repeat: no-repeat;
	display: inline-block;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
}
.rwdArticleMainText .usedCarBox dd .usedCarInfo .usedCarListButton strong {
	max-width: 5em;
	overflow: hidden;
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media screen and (max-width:812px) {
	.rwdArticleMainText .usedCarBox dd .usedCarInfo .usedCarListButton {
		margin-top: 10px;
		margin-right: 20px;
		margin-left: 20px;
		height: 37px;
		border-radius: 19px;
		line-height: 37px;
	}
	.rwdArticleMainText .usedCarBox dd .usedCarInfo .usedCarListButton span {
		padding-left: 20px;
		background-position: left 48%;
		background-size: 12px auto;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleMainText .usedCarBox dd .usedCarInfo .usedCarListButton {
		margin-top: 30px;
		height: 40px;
		border-radius: 20px;
		line-height: 40px;
	}
	.rwdArticleMainText .usedCarBox dd .usedCarInfo .usedCarListButton span {
		padding-right: 40px;
		background-position: right 48%;
		background-size: 18px auto;
	}
}

@media screen and (max-width:812px) {
	.rwdArticleMainText .usedCarBox dd .usedCarThumb {
		margin-top: 25px;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleMainText .usedCarBox dd .usedCarThumb {
		box-sizing: border-box;
		padding-left: 8%;
		width: 60%;
	}
}

.rwdArticleMainText .usedCarBox dd .usedCarThumbLlist {
	display: flex;
	justify-content: space-between;
}


.rwdArticleMainText .usedCarBox dd .usedCarThumbLlist .usedCarThumbItem {
	width: 50%;
	list-style-type: none;
}
@media screen and (min-width:813px) {
	.rwdArticleMainText .usedCarBox dd .usedCarThumbLlist .usedCarThumbItem {
		box-sizing: border-box;
		list-style-type: none;
	}
	.rwdArticleMainText .usedCarBox dd .usedCarThumbLlist .usedCarThumbItem:first-child {
		padding-right: 5px;
	}
	.rwdArticleMainText .usedCarBox dd .usedCarThumbLlist .usedCarThumbItem:last-child {
		padding-left: 5px;
	}
}

.rwdArticleMainText .usedCarBox dd .usedCarThumbLlist .usedCarThumbItem .usedCarThumbInner {
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}

.rwdArticleMainText .usedCarBox dd .usedCarThumbLlist .usedCarThumbItem .usedCarThumbInner img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* ---------------------------------------------------------
	記事 テキスト
--------------------------------------------------------- */
.rwdArticleMainText > p {
	color: #111;
	padding-left: 2px;
}
@media screen and (max-width:812px) {
	.rwdArticleMainText > p {
		margin-bottom: 1.1em;
		font-size: 123%;
		line-height: 1.8;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleMainText > p {
		margin-bottom: 1.1em;
		font-size: 124%;
		line-height: 1.8;
	}
}
.rwdArticleMainText > p a {
	color: #4b95e8
}
@media screen and (max-width:812px) {
	.rwdArticleMainText > p a {
		text-decoration: underline;
	}
}

/* ---------------------------------------------------------
	SNS連携
--------------------------------------------------------- */
.rwdArticleShare {
	display: flex;
}

.rwdArticleShare li {
	margin-right: 0.75%;
}

.rwdArticleShare li a {
	display: block;
}
.rwdArticleShareInner {
	background-repeat: no-repeat;
}
.rwdArticleShareFk a {
	background-color: #E00040;
}
.rwdArticleShareFk .rwdArticleShareInner {
	background-image: url("../images/ico_fuki.svg");
	background-size: auto 14px;
}
.rwdArticleShareFb a {
	background-color: #315096;
}
.rwdArticleShareFb .rwdArticleShareInner {
	background-image: url("../images/icon_sns_fb.svg");
	background-size: auto 14px;
}
.rwdArticleShareTwitter a {
	background-color: #000000;
}
.rwdArticleShareTwitter .rwdArticleShareInner {
	background-image: url("../images/icon_sns_x.svg");
	background-size: auto 14px;
}
.rwdArticleShareLine a {
	background-color: #00c300;
}
.rwdArticleShareLine .rwdArticleShareInner {
	background-image: url("../images/icon_sns_line.svg");
	background-size: auto 17px;
}
.rwdArticleShareHatena a {
	background-color: #00a4de;
}
.rwdArticleShareHatena .rwdArticleShareInner {
	background-image: url("../images/icon_sns_hatena.svg");
	background-size: auto 14px;
}
@media screen and (max-width:812px) {
	.rwdArticleShare {
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.rwdArticleShare li {
		width: 23%;

	}
	.rwdArticleShare li a{
		display: block;
		border-radius: 4px;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #fff;
		box-sizing: border-box;
	}
	.rwdArticleShare li.rwdArticleShareFk {
		/* width: 27%; */
	}
	.rwdArticleShare li.rwdArticleShareFk a{
		padding-left: 9px;
		padding-right: 9px;
	}
	.rwdArticleShare li.rwdArticleShareFk span{
		text-align: center;
		padding-left: 10px;
	}
	.rwdArticleShareFk .rwdArticleShareInner{
		background-position: 5px center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.rwdArticleShareInner {
		height: 17px;
		background-position: center center;
		display: block;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleShare {
		margin-top: 15px;
		margin-bottom: 40px;
	}
	.rwdArticleShare li a {
		color: #fff;
		font-size: 11px;
		font-weight: normal;
		text-align: center;
		border-radius: 5px;
		padding: 4px 10px;
	}
	.rwdArticleShareInner {
		min-height: 15px;
		background-position: left center;
		line-height: 15px;
	}
	.rwdArticleShareFk .rwdArticleShareInner {
		padding-left: 20px;
		background-size: auto 14px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.rwdArticleShareFb .rwdArticleShareInner {
		padding-left: 18px;
		background-size: auto 13px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.rwdArticleShareTwitter .rwdArticleShareInner {
		padding-left: 17px;
		background-size: auto 12px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.rwdArticleShareLine .rwdArticleShareInner {
		padding-left: 20px;
		background-size: auto 14px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.rwdArticleShareHatena .rwdArticleShareInner {
		padding-left: 20px;
		background-size: auto 12px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

/*記事末尾SNSシェアボタン*/
.sns-share_a{
	margin: 20px auto;
	padding: 10px;
	background: #fde89d;
}
.sns-share_a p{
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 8px;
}
.sns-share_a .sns {
	display: flex;
	justify-content:center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sns-share_a .sns li {
	width: 40px;
	margin-right: 7%;
}
.sns-share_a .sns li:last-child {
	margin-right: 0px;
}
.sns-share_a .sns li a{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	box-sizing: border-box;
	border-radius: 50%;
}				
.sns-share_a .snsInner,.sns-register_a .snsInner{
	display: block;
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
}
.sns-share_a .snsFb .snsInner,.sns-register_a .snsFb .snsInner {
	background-image: url(../images/icon_sns_fb.svg);
	background-size: auto 14px;
}
.sns-share_a .snsTwitter .snsInner,.sns-register_a .snsTwitter .snsInner {
	background-image: url(../images/icon_sns_x.svg);
	background-size: auto 14px;
}
.sns-share_a .snsLine .snsInner {
	background-image: url(../images/icon_sns_line.svg);
	background-size: auto 17px;
}
.sns-share_a .snsHatena .snsInner {
	background-image: url(../images/icon_sns_hatena.svg);
	background-size: auto 14px;
}
.snsFb a {
	background-color: #315096;
}
.snsTwitter a {
	background-color: #000000;
}
.snsLine a {
	background-color: #00c300;
}
.snsHatena a {
	background-color: #00a4de;
}

/*記事末尾SNSフォローボタン*/
.sns-register_a{
	padding: 10px;
	margin: 20px auto;
	border: 1px solid #efefef;
}
.sns-register_a p{
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 8px;
}
.sns-register_a .sns {
	display: flex;
	justify-content:center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sns-register_a .sns li {
	width: 33%;
	margin-right: 7%;
}
.sns-register_a .sns li:last-child {
	margin-right: 0px;
}
.sns-register_a .sns li a {
	display: block;
	border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	box-sizing: border-box;
}
.sns-register_a .snsInner{
	height: 20px;
	background-position: 10px center;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sns-register_a .snsInner span{
	padding-left: 10px;
	font-size: 110%;
	font-weight: bold;
}

/*PC用デザイン調整*/
@media screen and (min-width:813px) {
	.sns-share_a p,.sns-register_a p{
		font-size: 110%;
	}
	.sns-share_a .sns li {
		margin-right: 3%;
	}
	.sns-register_a .sns li {
    width: 130px;
		margin-right: 3%;
	}
}

/*SP記事タイトル下SNSシェアボタン*/
/*@media screen and (max-width:812px) {
	.rwdArticleShare {
		margin-top: 20px;
		margin-bottom: 20px;
		justify-content: flex-end;
	}
	.rwdArticleShare li {
		width: 37px;
		margin-right: 3%;
	}
	.rwdArticleShare li a{
		border-radius: 50%;
	}
}*/

/* ---------------------------------------------------------
	執筆者
--------------------------------------------------------- */
.rwbAuthorBox {
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 3px solid #fbcd00;
	display: flex;
	align-items: center;
	padding: 10px;
	/*background-color: #f3f3f3;*/
}
@media screen and (min-width:813px) {
	.rwbAuthorBox {
		padding: 15px;
	}
}
.rwbAuthorInfo{
	width: 100%;
}

.rwbAuthorBox .rwbAuthorInfo dt {
	color: #111;
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 8px;
}
@media screen and (min-width:813px) {
	.rwbAuthorBox .rwbAuthorInfo dt {
		font-size: 95%;
	}
}
.rwbAuthorBox .rwbAuthorInfo a {
	color: #418ce1;
	text-decoration: underline;
}
.AuthorInfoBlock{
	display: flex;
	justify-content: flex-start;
}
.AuthorThumbnail{
	/*width: 80px;*/
	/*height: auto;*/
	margin-right: 10px;
}
@media screen and (min-width:813px) {
	.AuthorThumbnail{
		margin-right: 15px;
	}
}
.AuthorRight{
	flex-grow:1;
	align-items: center;
  display: flex;
}
.AuthorNickname{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 2px;
}
.AuthorDescription{
	color: #888;
	font-size: 85%;
	margin-bottom: 2px;
	border-top: 1px dashed #ddd;
	padding-top: 2px;
}
@media screen and (min-width:813px) {
	.AuthorDescription{
		font-size: 90%;
	}
}
.AuthorLink a{
	/*text-align: right;*/
	font-size: 85%;
	text-decoration: none !important;
}
@media screen and (min-width:813px) {
	.AuthorLink a{
		font-size: 90%;
	}
}
.AuthorExternalLink{
	padding-top: 6px;
}
.AuthorExternalLink a{
	min-width: 50px;
	font-size: 75%;
	text-decoration: none !important;
	display: inline-block;
	margin: 0px 10px 6px 0px;
	padding: 4px;
	border-radius: 4px;
	color: #fff !important;
	text-align: center;
}
.AuthorFontsize-115{
	font-size: 115%;
}
.AuthorWebsite{
	background: #111;
}
.AuthorFacebook{
	background: #315096;
}
.AuthorTwitter{
	background: #000000;
}
.AuthorInstagram{
	background: #CF2E92;
}
.AuthorYoutube{
	background: #DA1725;
}
.AuthorListJumpButton span::before{
	display: none !important;
}
.AuthorListJumpButton span{
	padding-left:0px !important;
}

/* ---------------------------------------------------------
	執筆者一覧
--------------------------------------------------------- */
.AuthorList h2{
	font-size: 22px;
	font-weight: bold;
	margin-top: 80px;	
	margin-bottom: 30px;
	color: #111;
}
@media screen and (min-width:813px) {
	.AuthorList h2{
		font-size: 27px;
	}	
}

/* ---------------------------------------------------------
	広告
--------------------------------------------------------- */
@media screen and (max-width:812px) {
	.rwdArticleOuterAdBlock {
		margin-top: 30px;
		margin-bottom: 35px;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleOuterAdBlock {
		margin-top: 50px;
		margin-bottom: 50px;
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (max-width:812px) {
	.rwdArticleOuterAdBlock > div {
		text-align: center;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleOuterAdBlock > div {
		width: 48%;
		text-align: center;
	}
}

.rwdArticleOuterAdBlock img {
	max-width: 100%;
}
@media screen and (max-width:812px) {
	.rwdArticleOuterAdBlock img {
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
}

/*広告バナーを横方向も縦方向も中央揃え*/
.AdCenter{
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ---------------------------------------------------------
	記事外コンテンツ
--------------------------------------------------------- */
.rwdArticleOuterContentBlock {
	margin-bottom: 30px;
}

/* ---------------------------------------------------------
	記事外コンテンツ タイトル
--------------------------------------------------------- */
.rwdArticleOuterContentTitle {
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width:812px) {
	.rwdArticleOuterContentTitle {
		margin: 0 -13px 15px -13px;
		padding: 9px 15px 7px 17px;
		background-color: #111;
		color: #fff;
		font-size: 116%;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleOuterContentTitle {
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #707070;
		color: #111;
		font-size: 20px;
		padding-left: 2px;
	}
}

/* ---------------------------------------------------------
	記事外コンテンツ 記事リスト
--------------------------------------------------------- */
@media screen and (min-width:813px) {
	.rwdArticleOuterContentPostList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media screen and (max-width:812px) {
	.rwdArticleOuterContentPostList li {
		margin-right: -15px;
		margin-left: -15px;
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		border-top: 1px solid #ddd;
	}
	.rwdArticleOuterContentPostList li:first-child {
		padding-top: 0;
		border-top: none;
	}
	.rwdArticleOuterContentPostList li:nth-child(n+6) {
		display: none;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleOuterContentPostList li {
		margin-top: 20px;
		width: 31%;
	}
	.rwdArticleOuterContentPostList li:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media screen and (max-width:812px) {
	.rwdArticleOuterContentPostBlock {
		display: flex;
	}
}

@media screen and (max-width:812px) {
	.rwdArticleOuterContentPostThumb {
		margin-right: 10px;
	}
}

@media screen and (max-width:812px) {
	.rwdArticleOuterContentPostThumb img {
		width: 100px;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleOuterContentPostThumb img {
		max-width: 100%;
	}
}

.rwdArticleOuterContentPostTitle {
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width:812px) {
	.rwdArticleOuterContentPostTitle {
		color: #111;
		font-size: 116%;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleOuterContentPostTitle {
		color: #111;
		font-size: 108%;
	}
}

.rwdArticleOuterContentPostCat {
	margin-top: 5px;
	color: #666;
	font-size: 85%;
}

/* ---------------------------------------------------------
    ギャラリー
--------------------------------------------------------- */
.rwdArticleGallerySliderBlock {
    position: relative;
}
@media screen and (max-width:812px) {
    .rwdArticleGallerySliderBlock {
        margin-top: 20px;
        margin-right: -13px;
        margin-left: -13px;
    }
}
@media screen and (min-width:813px) {
    .rwdArticleGallerySliderBlock {
        margin-top: 40px;
    }
}

@media screen and (max-width:812px) {
	.rwdArticleGallerySliderSlide {
		height: calc(100vw / 3 * 2 + 22px) !important;
		position: relative;
		text-align: center;
		/*overflow: hidden;*/
	}
	.rwdArticleGallerySliderImgWrapper {
		height: calc(100vw / 3 * 2) !important;
		position:relative;
		overflow: hidden;
	}
	.rwdArticleGallerySliderSlide img {
		width: auto;
		height: 100%;
		top: 50%;
		left: 50%;
		position: absolute;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
}
@media screen and (min-width:813px) {
	.rwdArticleGallerySliderSlide {
		height: calc(485px + 35px) !important;
		position: relative;
		text-align: center;
		/*overflow: hidden;*/
	}
	.rwdArticleGallerySliderImgWrapper {
		height: 485px !important;
		position:relative;
		overflow: hidden;
	}
	.rwdArticleGallerySliderSlide img {
		width: auto;
		height: 100%;
		top: 50%;
		left: 50%;
		position: absolute;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
}

.rwdArticleGallerySliderPrev.swiper-button-prev,
.rwdArticleGallerySliderNext.swiper-button-next {
	background-color: rgba(0, 0, 0, .75);
	width: 35px;
	height: 43px;
}
.rwdArticleGallerySliderPrev.swiper-button-prev {
	left: 0;
	padding-left: 5px;
}
.rwdArticleGallerySliderNext.swiper-button-next {
	right: 0;
	padding-right: 5px;
}
.rwdArticleGallerySliderPrev.swiper-button-prev::after,
.rwdArticleGallerySliderNext.swiper-button-next::after {
	content: "";
	width: 12px;
    height: 12px;
    border-top: 2.5px solid #fff;
	border-right: 2.5px solid #fff;
}
.rwdArticleGallerySliderPrev.swiper-button-prev::after {
    -webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.rwdArticleGallerySliderNext.swiper-button-next::after{
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.rwdArticleGallerySliderPaging {
    background: rgba(0, 0, 0, .75);
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-align: center;
    z-index: 60;
}
@media screen and (max-width:812px) {
    .rwdArticleGallerySliderPaging {
        width: 58px;
        height: 30px;
        font-size: 11px;
		font-weight: bold;
        line-height: 30px;
    }
}
@media screen and (min-width:813px) {
    .rwdArticleGallerySliderPaging {
        width: 90px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
}

.rwdArticleGallerySliderCaption {
    color: #666;
    line-height: 1.5;
}

.rwdArticleGallerySliderCaption {
	position:absolute;
	bottom: 0;
	padding: 7px 5px;
	background: #fff;
	color: #000;
	font-size: 14px;
	opacity: 0.7;
	line-height: 1.5em;
	white-space: pre-wrap;
	text-align: left;
}
@media screen and (max-width:812px) {
	.rwdArticleGallerySliderCaption {
		font-size: 11px;
		padding: 3px 5px;
	}
}

/* ---------------------------------------------------------
    ギャラリー(タイル)
--------------------------------------------------------- */
.rwdArticleGalleryTileList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.rwdArticleGalleryTileList li a img {
	width: auto;
	height: 100%;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.rwdArticleGalleryAttention {
    color: #9a9a9a;
}
@media screen and (max-width:812px) {
    .rwdArticleGalleryTileList li {
		margin-right: 1%;
		margin-bottom: 1%;
		width: 24%;
		height: calc((100vw - 26px) * 0.24 / 3 * 2);
		background-color: #efefef;
		list-style-type: none;
		overflow: hidden;
		text-align: center;
		position: relative;
    }
    .rwdArticleGalleryTileList li:nth-child(4n) {
        margin-right: 0;
    }
    .rwdArticleGalleryTileList li a::after {
        width: 25px;
        height: 25px;
        background-color: rgba(0, 0, 0, .2);
        background-image: url("../images/icon_search_pc.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 15px 15px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        content: "";
    }
}
@media screen and (min-width:813px) {
    .rwdArticleGalleryTileList li {
        margin-right: 1%;
		margin-bottom: 1%;
		width: 18.9%;
		height: 93px;
		background-color: #efefef;
		list-style-type: none;
		overflow: hidden;
		position: relative;
		text-align: center;
    }
    .rwdArticleGalleryTileList li:nth-child(5n) {
        margin-right: 0;
    }
}

/* ---------------------------------------------------------
    ギャラリー(記事内)
--------------------------------------------------------- */
.rwdArticleMainGalleryList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.rwdArticleMainGalleryList li a {
    padding-top: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}
.rwdArticleMainGalleryList li a img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width:812px) {
    .rwdArticleMainGalleryList {
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .rwdArticleMainGalleryList {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .rwdArticleMainGalleryList li {
        width: 18.9%;
        margin-right: 1%;
        margin-bottom: 1%;
    }
    .rwdArticleMainGalleryList li:nth-child(5n) {
        margin-right: 0;
    }
}
@media screen and (min-width:813px) {
    .rwdArticleMainGalleryList {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .rwdArticleMainGalleryList li {
        margin-right: 0.8%;
        margin-bottom: 0.8%;
        width: 13.6%;
    }
    .rwdArticleMainGalleryList li:nth-child(7n) {
        margin-right: 0;
    }
}
.rwdArticleMainGalleryCaption {
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:812px) {
    .rwdArticleMainGalleryCaption {
        font-size: 11px;
    }
}
@media screen and (min-width:813px) {
    .rwdArticleMainGalleryCaption {
        font-size: 13px;
    }
}

/* ---------------------------------------------------------
    ギャラリー(横)
--------------------------------------------------------- */
.rwdArticleGalleryHorizontalSlide.swiper-slide img {
    display: block;
	width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	overflow: hidden;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.rwdArticleGalleryHorizontalSlide.swiper-slide {
	background-color: #efefef;
	overflow: hidden;
	text-align: center;
	position: relative;
}
@media screen and (max-width:812px) {
	.rwdArticleGalleryHorizontalWrapper.swiper-wrapper {
		height: 60px;
	}
    .rwdArticleGalleryHorizontalSlide.swiper-slide { 
        width: 90px;
    }
}
@media screen and (min-width:813px) {
	.rwdArticleGalleryHorizontalWrapper.swiper-wrapper {
		height: 99px;
	}
    .rwdArticleGalleryHorizontalSlide.swiper-slide { 
        width: 149px;
    }
}

/* ---------------------------------------------------------
    ギャラリー 遷移ボタン
--------------------------------------------------------- */
a.rwdArticleGalleryJumpButton,
a.rwdArticlePostBackButton {
    margin-right: auto;
    margin-left: auto;
	border-radius: 200px;
	background-color: #3385e2;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.rwdArticleGalleryJumpButton span,
.rwdArticlePostBackButton span {
    display: inline-block;
    position: relative;
}
.rwdArticleGalleryJumpButton span::before {
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
}
.rwdArticlePostBackButton span::before {
	width: 8px;
	height: 8px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	border-top: 1.5px solid #fff;
	border-left: 1.5px solid #fff;
}
@media screen and (max-width:812px) {
	.rwdArticleGalleryJumpButton,
	.rwdArticlePostBackButton {
        margin-top: 20px;
        margin-bottom: 20px;
        height: 45px;
        font-size: 15px;
        line-height: 45px;
    }
	.rwdArticleGalleryJumpButton span,
	.rwdArticlePostBackButton span {
        padding-left: 17px;
    }
	.rwdArticleGalleryJumpButton span::before {
        border-width: 6px 0 6px 6px;
    }
}
@media screen and (min-width:813px) {
	.rwdArticleGalleryJumpButton,
	.rwdArticlePostBackButton {
        margin-top: 30px;
        margin-bottom: 30px;
        width: 320px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }
	.rwdArticleGalleryJumpButton span,
	.rwdArticlePostBackButton span {
        padding-left: 18px;
    }
	.rwdArticleGalleryJumpButton span::before {
        border-width: 7px 0 7px 7px;
    }
}

/* ---------------------------------------------------------
	サイドバー 広告
--------------------------------------------------------- */
@media screen and (max-width:812px) {
	.rwSideAd {
		margin-bottom: 35px;
		text-align: center;
	}
}
@media screen and (min-width:813px) {
	.rwSideAd {
		margin-bottom: 30px;
		text-align: center;
	}
}
.rwSideAd img {
	max-width: 100%;
}
@media screen and (max-width:812px) {
	.rwSideAd img {
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
}

/* ---------------------------------------------------------
	サイドバーコンテンツ
--------------------------------------------------------- */
@media screen and (max-width:812px) {
	.rwdSideContentBlock {
		margin-bottom: 15px;
	}
}
@media screen and (min-width:813px) {
	.rwdSideContentBlock {
		margin-bottom: 30px;
	}
}

/* ---------------------------------------------------------
	サイドバーコンテンツ タイトル
--------------------------------------------------------- */
@media screen and (max-width:812px) {
	.rwdSideContentTitle,
	.rwdSideContentBlock > p:first-child  {
		margin: 0 -13px 15px  -13px;
		padding: 9px 15px 7px 17px;
		background-color: #111;
	}
}
@media screen and (min-width:813px) {
	.rwdSideContentTitle,
	.rwdSideContentBlock > p:first-child  {
		margin-bottom: 8px;
		padding: 0 0 0 12px;
		border-left: 5px solid #111;
		font-size: 18px;
		color: #111;
		line-height: 1.5;
	}
}
.rwdSideContentTitle span,
.rwdSideContentBlock > p:first-child  {
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width:812px) {
	.rwdSideContentTitle span,
	.rwdSideContentBlock > p:first-child  {
		color: #fff;
		font-size: 116%;
	}
}

/* ---------------------------------------------------------
	サイドバーコンテンツ 記事リスト
--------------------------------------------------------- */
@media screen and (max-width:812px) {
	.rwdSideContentPostList li {
		margin-right: -13px;
		margin-left: -13px;
		padding: 10px 13px;
		border-top: 1px solid #ddd;
	}
	.rwdSideContentPostList li:first-child {
		padding-top: 0;
		border-top: none;
	}
}

.rwdSideContentPostBlock {
	display: flex;

}
@media screen and (min-width:813px) {
	.rwdSideContentPostList li:last-child .rwdSideContentPostBlock{
		border-bottom: none;
	}
	.rwdSideContentPostBlock {
		padding-top: 8px;
		padding-bottom: 8px;
		border-bottom: 1px solid #ddd;
		align-items: center;
	}
	
}

@media screen and (max-width:812px) {
	.rwdSideContentPostList .rwdSideContentPostThumb {
		margin-right: 10px;
	}
}

@media screen and (max-width:812px) {
	.rwdSideContentPostList .rwdSideContentPostThumb img {
		width: 100px;
		height: auto;
	}
}
@media screen and (min-width:813px) {
	.tab_content .rwdSideContentPostList .rwdSideContentPostThumb img {
		width: 75px;
		height: auto;
		margin-left: 25px;
	}
	.rwdSideContentPostList .rwdSideContentPostThumb img {
		width: 82px;
		height: auto;
	}
}

.rwdSideContentPostTitle {
	color: #111;
	font-weight: bold;
}
@media screen and (max-width:812px) {
	.rwdSideContentPostTitle {
		font-size: 108%;
		line-height: 1.5;
	}
}
@media screen and (min-width:813px) {
	.rwdSideContentPostTitle {
		padding-left: 10px;
		font-size: 100%;
		line-height: 1.5;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
}

ol.rwdSideContentPostList {
	counter-reset: sideRank;
}

ol.rwdSideContentPostList .rwdSideContentPostThumb {
	position: relative;
}

ol.rwdSideContentPostList .rwdSideContentPostThumb:after {
	width: 16px;
	height: 16px;
	background-color: #111;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 77%;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	content: counter(sideRank);
	counter-increment: sideRank;
}

/* ---------------------------------------------------------
	サイドバーコンテンツ タグ
--------------------------------------------------------- */
.rwdTagList, .rwdSideContentBlock .st-tag-cloud {
	margin-top: 8px;
}
.rwdTagList li, .rwdSideContentBlock .st-tag-cloud li {
	margin-bottom: 10px;
	margin-right: 4px;
	display: inline-block;
}

.rwdTagList li a, .rwdSideContentBlock .st-tag-cloud li a {
	padding: 0 10px;
	height: 30px;
	border: 1px solid #3385e2;
	border-radius: 3px;
	display: inline-block;
	color: #3385e2;
	font-size: 13px;
	line-height: 32px;
}

/* ---------------------------------------------------------
	フッター
--------------------------------------------------------- */
footer.rwdFooter {
	background-color: #000 !important;
	color: #fff;
}

.rwdFooter a {
	color: #fff;
}


.rwdFooter a:hover {
	text-decoration: underline;
}

@media screen and (min-width:813px) {
	.rwdFooter .rwdInner {
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (min-width:813px) {
	.rwdFooter .rwdInner .rwdFooterSiteMap {
		padding-top: 70px;
		width: 66%;
	}
}

.rwdFooterSiteMapInner {
	margin-top: 40px;
	padding-bottom: 50px;
	border-bottom: 1px solid #333;
}

.rwdFooterSiteMapInner:first-child {
	margin-top: 0;
}

.rwdFooterSiteMapCatList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.rwdFooterSiteMapCatParent {
	width: 25%;
}

.rwdFooterSiteMapCatParent:nth-child(n+5) {
	margin-top: 50px;
}

.rwdFooterSiteMapCatParent dt {
	margin-bottom: 10px;
	font-size: 116%;
	font-weight: bold;
}

.rwdFooterSiteMapCatChildren {
	line-height: 1.5;
}

.rwdFooterSiteMapCatChildren li {
	padding-bottom: 5px;
}

.rwdFooterSiteMapKaitoriBlock,
.rwdFooterSiteMapUsedcarBlock {
	display: flex;
}

.rwdFooterSiteMapKaitoriBlock {
	margin-top: 20px;
}

.rwdFooterSiteMapKaitoriTitle,
.rwdFooterSiteMapUsedcarTitle,
.rwdFooterSiteMapCarshareTitle {
	width: 25%;
	font-size: 139%;
	font-weight: bold;
}

.rwdFooterSiteMapKaitoriList,
.rwdFooterSiteMapUsedcarDesc {
	width: 75%;
}

.rwdFooterSiteMapUsedcarMakerBlock {
	margin-top: 20px;
}

.rwdFooterSiteMapUsedcarMakerBlock:first-child {
	margin-top: 0;
}

.rwdFooterSiteMapUsedcarMakerBlock dt {
	margin-top: 5px;
	padding-bottom: 6px;
	font-size: 108%;
	font-weight: bold;
}

.rwdFooterSiteMapUsedcarMakerBlock li {
	margin-right: 13px;
	display: inline-block;
	font-size: 13px;
	line-height: 1.5;
	padding-bottom: 5px;
}

.rwdFooterCatList {
	margin-right: -13px;
	margin-left: -13px;
	display: flex;
	flex-wrap: wrap;
}

.rwdFooterCatList li {
	box-sizing: border-box;
	width: 50%;
}
.rwdFooterCatList li:nth-child(1n) {
	border-right: 1px solid #666;
}

.rwdFooterLinkButton,
.rwdFooterAlliance {
	padding-right: 30px;
	padding-left: 17px;
	height: 55px;
	border-bottom: 1px solid #666;
	display: block;
	position: relative;
	font-size: 108%;
	font-weight: bold;
	line-height: 55px;
}
.rwdFooterAlliance{
	border-top: 1px solid #666;
}
.rwdFooterLinkButton:hover {
	text-decoration: none;
}
.rwdFooterLinkButton:before,
.rwdFooterAllianceLinkList > li > a:before {
	margin-top: auto;
	margin-bottom: auto;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	display: block;
	position: absolute;
	top: 0;
	right: 13px;
	bottom: 0;
	content: "";
	transform:rotate(45deg);
}

.rwdFooterUsedcarLinkBlock {
	margin-right: -13px;
	margin-left: -13px;
}

@media screen and (max-width:812px) {
	.rwdFooterSiteMapCompany {
		padding-top: 20px;
		display: flex;
		flex-wrap: wrap;
	}
}
@media screen and (min-width:813px) {
	.rwdFooterSiteMapCompany {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.rwdFooterSiteMapCompany li {
	line-height: 1.5;
}
@media screen and (max-width:812px) {
	.rwdFooterSiteMapCompany li {
		margin-top: 15px;
		width: 50%;
		font-size: 100%;
		padding-left: 2px;
		box-sizing: border-box;
	}
	.rwdFooterSiteMapCompany li:nth-child(-n+2) {
		margin-top: 0;
	}
	.rwdFooterSiteMapCompany br{
		display: none;
	}
}
@media screen and (min-width:813px) {
	.rwdFooterSiteMapCompany li {
		margin-right: 13px;
		display: inline-block;
		font-size: 13px;
		height: 30px;
	}
}

.rwdFooter .rwdInner .rwdFooterCopy {
	padding-top: 70px;
}
@media screen and (min-width:813px) {
	.rwdFooter .rwdInner .rwdFooterCopy {
		box-sizing: border-box;
		padding-right: 30px;
		padding-left: 30px;
		width: 27%;
		background-color: #222;
		position: relative;
	}
}

.rwFooterSiteCatch {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.rwFooterSiteLogo {
	margin: 27px 0 25px 0;
	text-align: center;
}
@media screen and (max-width:812px) {
	.rwFooterSiteLogo img {
		width: 110px;
		height: auto;
	}
}
@media screen and (min-width:813px) {
	.rwFooterSiteLogo img {
		width: 140px;
		height: auto;
	}
}

.rwFooterSiteDesc {
	line-height: 2;
}
@media screen and (max-width:812px) {
	.rwFooterSiteDesc {
		padding: 0 50px;
		font-size: 93%;
	}
}

.rwdFooter .rwdInner .rwdFooterCopy .rwdCopy {
	font-size: 11px;
	text-align: center;
}
@media screen and (max-width:812px) {
	.rwdFooter .rwdInner .rwdFooterCopy .rwdCopy {
		margin-top: 50px;
		padding-bottom: 20px;
		font-weight: normal;
	}
}
@media screen and (min-width:813px) {
	.rwdFooter .rwdInner .rwdFooterCopy .rwdCopy {
		margin-right: auto;
		margin-left: auto;
		position: absolute;
		right: 0;
		bottom: 40px;
		left: 0;
		font-weight: bold;
	}
}

.rwdFooterSiteMapKaitoriList li,
.rwdFooterSiteMapAllianceLink li {
	margin: 5px 13px 0 0;
	padding-bottom: 6px;
	display: inline-block;
}

.rwdFooterSiteMapAlliance {
	margin-top: 20px;
}

.rwdFooterAlliance:before,
.rwdFooterAlliance:after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  transition: .3s;
}
.rwdFooterAlliance:before{
	transform: rotate(90deg);
}
.rwdFooterAllianceOpen[list-open] .rwdFooterAlliance:before{
	transform: rotate(180deg);
}
.rwdFooterAllianceLink {
	height: 0px;
	overflow: hidden;
	transition: all 0.4s ease 0s;
}
.rwdFooterAllianceOpen .isOpen{
	height: 123px;
}
.rwdFooterAllianceLinkList {
	border-bottom: 1px solid #666;
}
.rwdFooterAllianceLinkList > li {
	margin: 13px;
	border-bottom: 1px solid #666;
	font-size: 105%;
}
.rwdFooterAllianceLinkList > li:last-of-type {
	border-bottom: none;
}
.rwdFooterAllianceLinkList > li > a {
	text-decoration: none;
	display: block;
	color: #fff;
	position: relative;
	padding: 9px 22px 10px;
}

/* ---------------------------------------------------------
	メニュー
--------------------------------------------------------- */
.rwdMenuSearch {
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
}
@media screen and (max-width:812px) {
	.rwdMenuSearch {
		padding-top: 10px;
		padding-bottom: 10px;
		display: block;
	}
}

.rwdMenuSearch form span {
	display: none;
}

.rwdMenuSearch form input[type="search"] {
	box-sizing: border-box;
	padding-left: 10px;
	width: 100%;
	height: 32px;
	border: none;
	border-radius: 100px;
	font-size: 108%;
	-webkit-appearance: none;
	background-color: #fff;
}

.rwdMenuSearch form input[type="submit"] {
	width: 41px;
	height: 32px;
	background-color: #fff;
	background-image: url("../images/icon_search_pc.png?20200626");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	border: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	position: absolute;
	right: 13px;
	border-radius: 100px;
}

.rwdMenuBlock {
	margin-top: 10px;
	margin-bottom: 10px;
}

.rwdMenuBlock dt {
	padding-bottom: 10px;
	color: #111;
	font-size: 124%;
	font-weight: bold;
}

.rwdMenuLinkList {
	border-top: none;
	display: flex;
	flex-wrap: wrap;
}

.rwdMenuLinkList li {
	box-sizing: border-box;
	width: 50%;
}

.rwdMenuLinkList li:nth-child(1n) {
	border-right: 1px solid rgb(194, 180, 55);
}

.rwdMenuLinkList li a {
	padding-right: 30px;
	padding-left: 15px;
	height: 55px;
	display: block;
	border-bottom: 1px solid rgb(194, 180, 55);
	position: relative;
	color: #111;
	font-size: 108%;
	font-weight: bold;
	line-height: 55px;
}
.rwdMenuLinkList li a:before {
	margin-top: auto;
	margin-bottom: auto;
	width: 7px;
	height: 7px;
	display: block;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	content: "";
	transform: rotate(45deg);
}
.rwdMenuLinkList li:nth-child(11) a:after,
.rwdMenuLinkList li:nth-child(12) a:after{
    background-image: url(../images/icon_arrow_menu_black.svg);
}

.rwdMenuAll {
	margin-bottom: 5px;
	padding-left: 20px;
	padding-right: 30px;
	border: 1px solid #ccc;
	display: block;
	position: relative;
	color: #111;
	font-size: 108%;
	font-weight: bold;
	line-height: 44px;
}
.rwdMenuAll:before {
	margin-top: auto;
	margin-bottom: auto;
	width: 7px;
	height: 7px;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	content: "";
	transform: rotate(45deg);
}

.rwdMenuUsedcar {
	margin-bottom: 20px;
	padding-right: 30px;
	padding-left: 20px;
	border: 1px solid #c2b437;
	display: block;
	position: relative;
	color: #111 !important;
	font-size: 108%;
	font-weight: bold;
	line-height: 44px;
}
.rwdMenuUsedcar:nth-child(2):before {
	width: 12px;
	height: 12px;
	background-image: url("../images/icon_arrow_menu.svg");
	background-repeat: no-repeat;
	background-size: 12px auto;
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	content: "";
}

/* ---------------------------------------------------------
	アーカイブ タイトル
--------------------------------------------------------- */
.rwdArchiveTitle {
	border-bottom: 1px solid #111;
	color: #111;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width:812px) {
	.rwdArchiveTitle {
		margin-right: -13px;
		margin-bottom: 10px;
		margin-left: -13px;
		padding-right: 13px;
		padding-bottom: 5px;
		padding-left: 13px;
		font-size: 24px;
	}
}
@media screen and (min-width:813px) {
	.rwdArchiveTitle {
		margin-bottom: 30px;
		padding-bottom: 15px;
		font-size: 36px;
	}
}

/* ---------------------------------------------------------
	アーカイブ カテゴリー概要
--------------------------------------------------------- */
@media screen and (max-width:812px) {
	.rwdArchiveCategoryDesc {
		margin-right: -13px;
		margin-bottom: 15px;
		margin-left: -13px;
		padding-right: 13px;
		padding-top: 15px;
		padding-left: 13px;
		color: #111;
		font-size: 13px;
		line-height: 1.5;
	}
}
@media screen and (min-width:813px) {
	.rwdArchiveCategoryDesc {
		margin-bottom: 25px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ddd;
		color: #565656;
		font-size: 16px;
		line-height: 1.75;
	}
}

/* ---------------------------------------------------------
	アーカイブ 子カテゴリー
--------------------------------------------------------- */
.rwdArchiveCategoryChildren {
	border-bottom: 0px solid #ddd;
}
@media screen and (max-width:812px) {
	.rwdArchiveCategoryChildrenBlock {
		margin-top: 15px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
}
@media screen and (min-width:813px) {
	.rwdArchiveCategoryChildrenBlock {
		margin-top: 30px;
		margin-bottom: 0px;
		padding-bottom: 10px;
	}
}

@media screen and (min-width:813px) {
	.rwdArchiveCategoryChildren.rwdArchiveCategoryChildrenSeparate {
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
}

.rwdArchiveCategoryChildren li {
	margin-right: 0;
	margin-bottom: 8px;
	color: #ccc;
	display: inline-block;
	padding:0 2px 0 0;
	letter-spacing: -0.5px;
}
.rwdArchiveCategoryChildren li::after{
	content: "｜";
	padding-left: 2px;
}
.rwdArchiveCategoryChildren li:last-child::after{
	content: none;
	padding-left: 0;
}

.rwdArchiveCategoryChildren li a {
	padding: 0 0;
	border-radius: 3px;
	display: inline-block;
	color: #3385e2;
}
@media screen and (max-width:812px) {
	.rwdArchiveCategoryChildren li a {
		height: 24px;
		font-size: 13px;
		line-height: 24px;
	}

}
@media screen and (min-width:813px) {
	.rwdArchiveCategoryChildren li a {
		font-size: 15px;
	}
}

.rwdArchiveCategoryChildrCount {
	margin-left: 3px;
	display: inline-block;
	font-weight: normal;
	display: none;
}
@media screen and (max-width:812px) {
	.rwdArchiveCategoryChildrCount {
		font-size: 10px;
		line-height: 30px;
	}
}
@media screen and (min-width:813px) {
	.rwdArchiveCategoryChildrCount {
		font-size: 12px;
		line-height: 36px;
	}
}

.rwdArchiveCategoryChildrenMore {
	position: relative;
}

.rwdArchiveCategoryChildrenMore .rwdArchiveCategoryChildren {
    height: 100px;
    overflow: hidden;
    position: relative;
}

.rwdArchiveCategoryChildrenMore .rwdArchiveCategoryChildrenMoreCheck:checked ~ .rwdArchiveCategoryChildren
{
	height: auto;
	padding-bottom: 25px;
}

.rwdArchiveCategoryChildrenMore .rwdArchiveCategoryChildren::before {
    width: 100%;
    height: 70px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 70%, rgba(255,255,255,0.9) 70%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 70%, rgba(255,255,255,0.9) 70%, #fff 100%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}

.rwdArchiveCategoryChildrenMore .rwdArchiveCategoryChildrenMoreCheck:checked ~ .rwdArchiveCategoryChildren::before {
	display: none;
}

.rwdArchiveCategoryChildrenMoreCheck,
.rwdArchiveCategoryChildrenMoreLabel {
	display: none;
}

.rwdArchiveCategoryChildrenMore .rwdArchiveCategoryChildrenMoreLabel {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 100px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	top: 70px;
	right: 0;
	left: 0;
	z-index: 1;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

.rwdArchiveCategoryChildrenMore .rwdArchiveCategoryChildrenMoreLabel span {
	color: #111;
	font-weight: bold;
}
@media screen and (max-width:812px) {
	.rwdArchiveCategoryChildrenMore .rwdArchiveCategoryChildrenMoreLabel span {
		font-size: 13px;
	}
}
@media screen and (min-width:813px) {
	.rwdArchiveCategoryChildrenMore .rwdArchiveCategoryChildrenMoreLabel span {
		font-size: 14px;
	}
}

.rwdArchiveCategoryChildrenMore .rwdArchiveCategoryChildrenMoreLabel span::before {
	margin-right: 5px;
	display: inline-block;
	font-weight: normal;
}

.rwdArchiveCategoryChildrenMore .rwdArchiveCategoryChildrenMoreLabel span.rwdArchiveCategoryChildrenMoreOpen {
	display: inline-block;
}

.rwdArchiveCategoryChildrenMore .rwdArchiveCategoryChildrenMoreLabel span.rwdArchiveCategoryChildrenMoreOpen::before {
	content: "+";
}

.rwdArchiveCategoryChildrenMore .rwdArchiveCategoryChildrenMoreLabel span.rwdArchiveCategoryChildrenMoreClose {
	display: none;
}

.rwdArchiveCategoryChildrenMore .rwdArchiveCategoryChildrenMoreLabel span.rwdArchiveCategoryChildrenMoreClose::before {
	content: "-";
}

.rwdArchiveCategoryChildrenMore .rwdArchiveCategoryChildrenMoreCheck:checked + .rwdArchiveCategoryChildrenMoreLabel {
	top: unset;
}
@media screen and (max-width:812px) {
	.rwdArchiveCategoryChildrenMore .rwdArchiveCategoryChildrenMoreCheck:checked + .rwdArchiveCategoryChildrenMoreLabel {
		bottom: 5px;
	}
}
@media screen and (min-width:813px) {
	.rwdArchiveCategoryChildrenMore .rwdArchiveCategoryChildrenMoreCheck:checked + .rwdArchiveCategoryChildrenMoreLabel {
		bottom: 15px;
	}
}

.rwdArchiveCategoryChildrenMore .rwdArchiveCategoryChildrenMoreCheck:checked + .rwdArchiveCategoryChildrenMoreLabel span.rwdArchiveCategoryChildrenMoreOpen {
	display: none;
}
.rwdArchiveCategoryChildrenMore .rwdArchiveCategoryChildrenMoreCheck:checked + .rwdArchiveCategoryChildrenMoreLabel span.rwdArchiveCategoryChildrenMoreClose {
	display: inline-block;
}

/* ---------------------------------------------------------
	アーカイブ 記事
--------------------------------------------------------- */
@media screen and (max-width:812px) {
	.rwdArchivePostList {
		margin-bottom: 10px;
	}
}

.rwdArchivePostList li {
	border-bottom: 1px solid #ddd;
}
.rwdArchivePostList li:first-child {
	padding-top: 0;
}
.rwdArchivePostList li:last-child {
	border-bottom: none;
}
@media screen and (max-width:812px) {
	.rwdArchivePostList li {
		margin-right: -13px;
		margin-left: -13px;
		padding-top: 10px;
		padding-right: 13px;
		padding-bottom: 10px;
		padding-left: 13px;
	}
}
@media screen and (min-width:813px) {
	.rwdArchivePostList li {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.rwdArchiveEntryBlock {
	display: flex;
	justify-content: flex-start;
}

.rwdArchiveEntryBlock img {
	height: auto;
}
@media screen and (max-width:812px) {
	.rwdArchiveEntryBlock img {
		width: 100px;
	}
}
@media screen and (min-width:813px) {
	.rwdArchiveEntryBlock img {
		width: 220px;
	}
}

.rwdArchiveEntryTitle {
	font-weight: bold;
	line-height: 1.4;
}
.rwdArchiveEntryTitle a {
	color: #111;
}
@media screen and (max-width:812px) {
	.rwdArchiveEntryTitle {
		padding-left: 12px;
		font-size: 116%;
	}
}
@media screen and (min-width:813px) {
	.rwdArchiveEntryTitle {
		padding-left: 20px;
		font-size: 24px;
	}
}

@media screen and (max-width:812px) {
	.rwArchiveInfo {
		margin-top: 0px;
		padding-left: 12px;
	}
}
@media screen and (min-width:813px) {
	.rwArchiveInfo {
		margin-top: 10px;
		padding-left: 20px;
	}
}

a.rwArchiveInfoCat {
	margin-right: 4px;
	border-right: 1px solid #ddd;
	display: inline-block;
	color: #2a8be8;
}
@media screen and (max-width:812px) {
	.rwArchiveInfoCat {
		padding-right: 8px;
		font-size: 10px;
		height: 12px;
		line-height: 12px;
	}
}
@media screen and (min-width:813px) {
	.rwArchiveInfoCat {
		padding-right: 8px;
		font-size: 12px;
		height: 20px;
		line-height: 20px;
	}
}

.rwArchiveInfoDate {
	color: #888;
}
@media screen and (max-width:812px) {
	.rwArchiveInfoDate {
		font-size: 10px;
		line-height: 12px;
	}
}
@media screen and (min-width:813px) {
	.rwArchiveInfoDate {
		font-size: 12px;
		line-height: 20px;
	}
}

.rwArchiveExcerpt {
	margin-top: 10px;
	padding-left: 20px;
	overflow: hidden;
	color: #888;
	font-size: 12px;
	line-height: 1.6;
}

/* ---------------------------------------------------------
	メッセージ タイトル
--------------------------------------------------------- */
.rwdMessageBlock {
	text-align: center;
}
@media screen and (max-width:812px) {
	.rwdMessageBlock {
		margin-bottom: 30px;
	}
}

.rwdMessageTitle {
	color: #111;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width:812px) {
	.rwdMessageTitle {
		font-size: 20px;
	}
}
@media screen and (min-width:813px) {
	.rwdMessageTitle {
		font-size: 30px;
	}
}

.rwdMessageTopLink {
	margin-top: 30px;
}

.rwdMessageTopLink a {
	color: #418ce1;
	text-decoration: underline;
}
@media screen and (max-width:812px) {
	.rwdMessageTopLink a {
		font-size: 116%;
	}
}
@media screen and (min-width:813px) {
	.rwdMessageTopLink a {
		font-size: 20px;
	}
}

/* ---------------------------------------------------------
	ページング
--------------------------------------------------------- */
#pager {
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
}
@media screen and (max-width:812px) {
	#pager {
		padding-top: 0;
		margin-bottom: 13px;
	}
	#pager.rwdArticlePager {
		margin-bottom: 25px;
	}
}
@media screen and (min-width:813px) {
	#pager {
		padding-top: 30px;
		margin-bottom: 30px;
	}
	#pager.rwdArticlePager {
		margin-bottom: 30px;
	}
}

#pager li {
	display: inline-block;
	margin: 0 2px;
	text-align: center;
}

#pager li.current,
#pager li .current {
	padding: 10px 0;
	width: 40px;
	background-color: #111;
	border: 1px solid #111;
	color: #fff;
}

#pager li a,
#pager li span {
	padding: 10px 0;
	width: 40px;
	border: solid 1px #ddd;
	display: block;
}

#pager .rwdPagerPrev a,
#pager .rwdPagerNext a {
	display: none;
}
#pager li:first-child a:not(.inactive),
#pager li:last-child a:not(.inactive){
	width: 50px;
}
#pager .rwdPagerPrev a:first-child,
#pager .rwdPagerNext a:last-child {
	display: block;
}


/* ---------------------------------------------------------
	YouTube レスポンシブ対応
--------------------------------------------------------- */
figure.wp-block-embed-youtube .wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

figure.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*---------------------------------------------------------
    新WPページ右カラム従枠
---------------------------------------------------------*/
#rwdSide .contentbox {
	margin-bottom: 30px;
}

#rwdSide .contentbox_ad a {
	padding: 2px 0 0;
}

.rwSideAdSticky .contentbox article{
	margin-bottom: 20px;
}

.rwSideAdSticky .contentbox_ad img[width="1"]{
	display: none;
}

#rwdSide .contentbox article figure {
	width: 50px;
	height: 50px;
	display: table-cell;
}

#rwdSide .contentbox article .content {
	padding-left: 12px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

#rwdSide .contentbox article .content p.article-title {
	margin-bottom: 4px;
	font-size: 90%;
	line-height: 1.4;
}

.rwSideAdSticky  {
	padding-bottom:1em;
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
	text-align: center;
}

/*---------------------------------------------------------
    お問い合わせ
---------------------------------------------------------*/
.c1{
	background:#fff;
	padding:15px 20px;
	font-weight:bold;
	color:#595858;
	display:block;
	line-height:50px;
}

.c2{
	background:#ffffff;
	padding:20px;
	font-weight:bold;
	color:#595858;
	line-height:50px;
}

p.c1,p.c2{
	margin:0;
}

.c1:hover,.c2:hover{
	background:#FFEEEE;
}

.c1.last,.c2.last{
	border-bottom:none;
}

.m-alert{
	padding:5px;
	background:#ff8080;
	color:#fff;
	margin:5px;
	font-weight:normal;
}

.m-alert2{
	padding:5px;
	background:#7BC6ED;
	color:#fff;
	margin:5px;
	font-weight:normal;
}

.wpcf7 input[type=text],.wpcf7 input[type=tel],.wpcf7 input[type=email]{
	font-size:15px;
}

.wpcf7 .c1 textarea,.wpcf7 .c2 textarea{
	font-size:13px;
	width:100%;
}

.wpcf7 .file{
	margin:10px;
	display:block;
}

.wpcf7 span.wpcf7-list-item {
	display: block;
}

.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 input[type=tel]{
	width:100%;
}

.wpcf7 input[type=text]:focus,.wpcf7 input[type=email]:focus,.wpcf7 input[type=tel]:focus{
	border:solid 1px #20b2aa;
}

.wpcf7 input[type=text],.wpcf7 select,.wpcf7 input[type=email],.wpcf7 input[type=tel]{
	outline: none;
}

.wpcf7 .contact_right textarea{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	width:100%;
	padding:0 3px;
}

.wpcf7 .contact_right textarea:focus{
	border:solid 1px #20b2aa;
}

.wpcf7 .contact_right textarea {
	outline: none;
	width:100%;
}

.wpcf7 input[type=submit]{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	width:200px;
	height:50px;
	font-size:20px;
	padding:0 3px;
	margin:5px;
	cursor:pointer;
	color:#333;
	font-weight:bold;
	background:#ffffff;
	text-shadow:1px 1px 0px #fff;
}

.wpcf7 .contact_form input[type=submit]{
	width:50%;
}

.wpcf7 .contact_form input[type=text],.wpcf7 .contact_form input[type=email]{
	width:100%;
	height:50px;
	font-size:1.5em;
}

.wpcf7 input[type="radio"]{
	margin: 0 0 4px 0 !important;
}

/* ---------------------------------------------------------
    会社概要
---------------------------------------------------------*/
.rwdArticleMainText > table.company-overview td:nth-of-type(1)  {
	background-color: #f9f9f9;
}

.rwdArticleMainText > table.company-overview td:nth-of-type(2)  {
	white-space: normal;
}

/* ---------------------------------------------------------
	固定ーページ タグ
---------------------------------------------------------*/
.rwdArticleMainText ul.rwdArticleKeywordList {
	padding-left: 0;
	font-size:0;
}
.rwdArticleMainText ul.rwdArticleKeywordList li {
	box-sizing: border-box;
	padding-bottom: 0;
	display: inline-block;
	position: relative;
}
.rwdArticleMainText ul.rwdArticleKeywordList li::before {
	width: 0;
	height: 0;
	border-width: 3.5px 0 3.5px 5px;
	border-style: solid;
	border-color: transparent transparent transparent #626262;
	display: block;
	position: absolute;
	content: "";
}

.rwdArticleMainText ul.rwdArticleKeywordList li a {
	color: #333;
	text-decoration: none;
}
.rwdArticleMainText ul.rwdArticleKeywordList li a:hover {
	text-decoration: underline;
}
@media screen and (max-width:812px) {
	.rwdArticleMainText ul.rwdArticleKeywordList li {
		width: 100%;
		margin-bottom: 10px;
		padding-left: 22px;
		font-size: 15px;
	}
	.rwdArticleMainText ul.rwdArticleKeywordList li::before {
		top: 6px;
		left: 9px;
	}
}
@media screen and (min-width:813px) {
	.rwdArticleMainText ul.rwdArticleKeywordList li {
		width: 242px;
		margin-bottom: 13px;
		padding-right: 10px;
		padding-left: 18px;
		font-size: 13px;
	}
	.rwdArticleMainText ul.rwdArticleKeywordList li::before {
		top: 4px;
		left: 5px;
	}
}

/*---------------------------------------------------------
    ページネーション要約テキスト
---------------------------------------------------------*/
.rwdArticleMainText h2.nextH2 {
	display: block;
	font-size: 118%;
	margin : 0px auto;
	text-align: center;
	border-bottom: none;
  }
  
  .link-pages-texts {
	  padding-top: 50px;
  }
  
  .link-pages-texts a {
	display: inline-block;
	  position: relative;
	border-radius : 6px;
	border-top-left-radius : 0px;
	color : #111;
	padding : 16px 18px;
	border : 3px solid rgb(51, 133, 226);
	text-align: left;
  }
  .link-pages-texts a span::before {
	  position: absolute;
	  top: -26px;
	  left: -3px;
	font-size : 12px;
	display : inline-block;
	white-space : pre;
	content : "次のページ";
	text-align : left;
	color : rgb(255, 255, 255);
	background-color : rgb(51, 133, 226);
	padding : 5px 20px 3px 20px;
	border-top-left-radius : 4px;
	border-top-right-radius : 4px;
  }
  .link-pages-texts a:first-child {
	display: none;
  }
  .link-pages-texts a:last-child {
	display: inline-block;
  }
  
  @media screen and (max-width: 812px) {
	.rwdArticleMainText h2.nextH2 {
	  max-width : 100%;
	}
	.link-pages-texts {
		padding: 40px 0 10px 0;
	}
	.link-pages-texts a {
		padding : 14px 18px;
	}
  }

/* ---------------------------------------------------------
	記事 中古車情報
--------------------------------------------------------- */
#rwdMain .usedCarBox {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .16);
	overflow: hidden;
}
@media screen and (max-width:812px) {
	#rwdMain .usedCarBox {
		margin-bottom: 25px;
	}
}
@media screen and (min-width:813px) {
	#rwdMain .usedCarBox {
		margin-bottom: 30px;
	}
}

#rwdMain .usedCarBox dt {
	background-color: #222;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width:812px) {
	#rwdMain .usedCarBox dt {
		height: 40px;
		font-size: 124%;
		line-height: 40px;
	}
}
@media screen and (min-width:813px) {
	#rwdMain .usedCarBox dt {
		height: 44px;
		font-size: 18px;
		line-height: 44px;
	}
}

@media screen and (max-width:812px) {
	#rwdMain .usedCarBox dd {
		padding: 15px 15px 10px 15px;
	}
}
@media screen and (min-width:813px) {
	#rwdMain .usedCarBox dd {
		padding: 10px 20px 10px 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media screen and (min-width:813px) {
	#rwdMain .usedCarBox dd .usedCarInfo {
		width: 40%;
	}
}
#rwdMain .usedCarBox dd .usedCarInfo .usedCarInfoTable {
	width: 100%;
}

#rwdMain .usedCarBox dd .usedCarInfo .usedCarInfoTable tr {
	border-top: 1px solid #ddd;
}

#rwdMain .usedCarBox dd .usedCarInfo .usedCarInfoTable tr:first-child {
	border-top: none;
}

#rwdMain .usedCarBox dd .usedCarInfo .usedCarInfoTable tr th,
#rwdMain .usedCarBox dd .usedCarInfo .usedCarInfoTable tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}
#rwdMain .usedCarBox dd .usedCarInfo .usedCarInfoTable tr:first-child th,
#rwdMain .usedCarBox dd .usedCarInfo .usedCarInfoTable tr:first-child td {
	padding-top: 0;
}

#rwdMain .usedCarBox dd .usedCarInfo .usedCarInfoTable tr th {
	color: #222;
	font-size: 110%;
	font-weight: bold;
	line-height: 1;
	text-align: left;
}
@media screen and (max-width:812px) {
#rwdMain .usedCarBox dd .usedCarInfo .usedCarInfoTable tr th {
	font-size: 100%;
}
#rwdMain .usedCarBox dd .usedCarInfo .usedCarInfoTable tr td {
	font-size: 110% !important;
}
}

#rwdMain .usedCarBox dd .usedCarInfo .usedCarInfoTable tr td {
	color: #222;
	font-size: 126%;
	font-weight: bold;
	line-height: 1;
	text-align: right;
}

#rwdMain .usedCarBox dd .usedCarInfo .usedCarInfoTable tr td a {
	color: #3385e2;
}

#rwdMain .usedCarBox dd .usedCarInfo .usedCarInfoTable tr td strong {
	color: #c00;
	font-weight: bold;
}

#rwdMain .usedCarBox .usedCarBtnBox{
	margin: 0;
	padding: 10px 15px 15px 15px;
	display: flex;
	justify-content: center;
}

#rwdMain .usedCarBox .usedCarBtnBox a{
	width: 300px;
	margin: 0 15px;
}
@media screen and (max-width:812px) {
 #rwdMain .usedCarBox .usedCarBtnBox {
	display: block;
	padding-top: 0px;
 }
 #rwdMain .usedCarBox .usedCarBtnBox a{
	 width: 100%;
	 margin: 0;
	 margin-top: 5px;
 }
}

#rwdMain .usedCarBox .usedCarListButton {
	background-color: #3385e2;
	display: block;
	text-align: center;
}
#rwdMain .usedCarBox .usedCarListButton span {
	background-image: url("../images/icon_arrow_button.svg");
	background-repeat: no-repeat;
	display: inline-block;
	color: #fff;
	font-size: 108%;
	font-weight: bold;
}
#rwdMain .usedCarBox .usedCarListButton strong {
	max-width: 9em;
	overflow: hidden;
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media screen and (max-width:812px) {
	#rwdMain .usedCarBox .usedCarBtnBox a:nth-child(1) {
		height: 40px;
		border-radius: 20px;
		line-height: 40px;
		margin-bottom: 8px;
	}	
	#rwdMain .usedCarBox .usedCarBtnBox .usedCarListButton {
		height: 34px;
		border-radius: 17px;
		line-height: 34px;
	}
	#rwdMain .usedCarBox .usedCarBtnBox .usedCarListButton span {
		padding-left: 20px;
		background-position: left 48%;
		background-size: 12px auto;
	}
}
@media screen and (min-width:813px) {
	#rwdMain .usedCarBox .usedCarListButton {
		margin-top: 10px;
		height: 42px;
		border-radius: 21px;
		line-height: 42px;
	}
	#rwdMain .usedCarBox .usedCarListButton span {
		padding-right: 26px;
		background-position: right 48%;
		background-size: 18px auto;
	}
}

@media screen and (max-width:812px) {
	#rwdMain .usedCarBox dd .usedCarThumb {
		margin-top: 5px;
	}
}
@media screen and (min-width:813px) {
	#rwdMain .usedCarBox dd .usedCarThumb {
		box-sizing: border-box;
		padding-left: 10%;
		width: 60%;
	}
}

#rwdMain .usedCarBox dd .usedCarThumbLlist {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
	padding-left: 0px;
}


#rwdMain .usedCarBox dd .usedCarThumbLlist .usedCarThumbItem {
	width: 50%;
	list-style-type: none;
	padding-bottom: 0px;
}
@media screen and (min-width:813px) {
	#rwdMain .usedCarBox dd .usedCarThumbLlist .usedCarThumbItem {
		box-sizing: border-box;
		list-style-type: none;
	}
	#rwdMain .usedCarBox dd .usedCarThumbLlist .usedCarThumbItem:first-child {
		padding-right: 5px;
	}
	#rwdMain .usedCarBox dd .usedCarThumbLlist .usedCarThumbItem:last-child {
		padding-left: 5px;
	}
}
@media screen and (max-width:812px) {
	#rwdMain .usedCarBox dd .usedCarThumbLlist .usedCarThumbItem:first-child {
		padding-right: 5px;
	}
	#rwdMain .usedCarBox dd .usedCarThumbLlist .usedCarThumbItem:last-child {
		padding-left: 5px;
	}
}

#rwdMain .usedCarBox dd .usedCarThumbLlist .usedCarThumbItem .usedCarThumbInner {
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}

#rwdMain .usedCarBox dd .usedCarThumbLlist .usedCarThumbItem .usedCarThumbInner img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* ---------------------------------------------------------
	吹き出し
--------------------------------------------------------- */
.bubble p:first-child{
	width: 70px;
	height: 70px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 38px;
	border-width: 3px;
	border-style: solid;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
.bubble p:first-child span {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: -315px;
	width: 310px;
	text-align: left;
	font-weight: bold;
	font-size: 120%;
	overflow-x: visible;
}

.bubble p:last-child {
	box-sizing: border-box;
	color: #555;
	position: relative;
	display: inline-block;
	padding: 15px;
	width: auto;
	min-width: 200px;
	max-width: 640px;
	line-height: 1.7em;
	background: #f4f4f4;
	border-radius: 20px;
	font-size: 120%;
	z-index: 0;
	margin-bottom: 20px;
	letter-spacing: .05em;
	word-break: break-all;
}
.bubble p:last-child:after {
	content: "";
	position: absolute;
	top: -12px;
	left: 35px;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 14px 10px;
	border-color: transparent transparent #f4f4f4 transparent;
	z-index: -1;
}

/* ---------------------------------------------------------
	ズバット車買取
--------------------------------------------------------- */
.kaitori-area {
	padding: 10px;
	background: #eee none repeat scroll 0 0;
	background: -moz-linear-gradient(left top, #ccc, #ccc 25%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 50%,#ccc 50%, #ccc 75%, rgba(255,255,255,0) 75%,rgba(255,255,255,0));
	background: -webkit-linear-gradient(left top, #ccc, #ccc 25%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 50%,#ccc 50%, #ccc 75%, rgba(255,255,255,0) 75%,rgba(255,255,255,0));
	background: linear-gradient(left top, #ccc, #ccc 25%, rgba(255,255,255,0) 5%, rgba(255,255,255,0) 50%,#ccc 50%, #ccc 75%, rgba(255,255,255,0) 75%, rgba(255,255,255,0));
	-moz-background-size: 4px 4px;
	-webkit-background-size: 4px 4px;
	background-size: 4px 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
	position: relative;
}
.kaitori-title {
	position: relative;
	background: #111;
	border: none !important;
	padding: 10px !important;
	border-radius: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-bottom: 10px !important;
}
.kaitori-title:after, .kaitori-title:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.kaitori-title:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #111;
	border-width: 15px;
	margin-left: -15px;
}
.kaitori-title:before {
	border-color: rgba(155, 255, 255, 0);
	border-top-color: #111;
	border-width: 21px;
	margin-left: -21px;
}
@media screen and (min-width:813px) {
	.kaitori-info {
		display: flex !important;
		padding: 15px !important;
		background: #fff none repeat scroll 0 0;
		border-radius: 10px 10px 0 0;
	}
	.kaitori-img-link {
		margin: 0px 10px 0px 0 !important;
		max-width: 240px;
		 flex: 0 0 auto; 
	}	
	.kaitori-img-link img {
		width: 100%;
	}
	.kaitori-items {
		flex: 0 0 auto;
		width: 418px;
		/* border: 1px dashed #ddd; */
		background: #f3f3f3;
		background-size: 99%;
		background-position: center;
		padding: 5px;
	}
	.kaitori-items-title {
		margin-bottom: 5px !important;
		/* border-left: 6px solid #111; */
		/* border-bottom: 2px solid #dcdcdc; */
		padding: 8px;
		font-size: 16px;
	}
	.kaitori-items-list li {
		margin-bottom: 2px;
		vertical-align: bottom;
    vertical-align: bottom;
    line-height: 1.8em;
    font-size: 105%;
	}
	.kaitori-items-list li:before {
    content: "";
    display: block;
    float: left;
    clear: both;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    background-image: url(../images/check_btn.png);
    background-size: contain;
    vertical-align: bottom;
	}
	.kaitori-btn {
		flex-direction: row !important;
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		justify-content: space-around;
		background: #fff none repeat scroll 0 0;
		border-radius: 0 0 10px 10px;
		padding: 10px;
		padding-bottom: 20px !important;
	}
	.kaitori-btn p {
		margin-bottom: 0 !important;
	}
	.kaitori-btn .btn-link.detail-check {
		width: 172px;
	}
	.kaitori-btn .btn-link.detail-check a:active {
		top: 3px;
		box-shadow: none;
	}
	.kaitori-btn .btn-link a {
		font-size: 1.2em;
		background: #eee none repeat scroll 0 0;
		border-radius: 10px;
		color: #fff;
		display: block;
		padding: 1em 0;
		text-align: center;
	}
	.kaitori-btn .btn-link.official-site {
		width: 372px;
	}
	.kaitori-btn .btn-link.official-site a:active {
		top: 3px;
		box-shadow: none;
	}
	.kaitori-btn .btn-link a:hover {
		opacity: .85;
		text-decoration: none !important;
	}
}
@media screen and (max-width:812px) {
	.kaitori-info {
		padding: 15px !important;
    background: #fff none repeat scroll 0 0;
    display: block;
    border-radius: 10px 10px 0 0;
	}
	.kaitori-img-link {
		margin: 0 auto !important;
		max-width: 100%;
		text-align: center;
	}
	.kaitori-img-link img {
		margin-bottom: 10px;
		width: 100%;
		max-width: 414px;
	}
	.kaitori-items {
		width: 98%;
		border: 1px dashed #ddd;
		background: #f3f3f3;
		background-size: 99%;
		background-position: center;
		padding: 5px .8%;
	}
	.kaitori-items-title {
		margin-bottom: 5px !important;
		/* border-left: 6px solid #111; */
		/* border-bottom: 2px solid #111; */
		padding: 5px 12px;
		font-size: 16px !important;
		text-align: center;
	}
	.kaitori-items-list li {
		margin-bottom: 4px;
		vertical-align: bottom;
		line-height: 1.7em;
		font-size: 15.5px;
		position: relative;
		width: 92%;
		padding-left: 8%;
	}
	.kaitori-items-list li:before {
		content: "";
		display: block;
		position: absolute;
		width: 20px;
		height: 20px;
		top: 2px;
		left: 0;
		margin-right: 5px;
		background-image: url(../images/check_btn.png);
    	background-size: contain;
    	vertical-align: bottom;
	}
	.kaitori-area .kaitori-btn {
		background: #fff none repeat scroll 0 0;
		border-radius: 0 0 10px 10px;
		padding: 0 10px 10px;
	}
	.kaitori-btn p {
		margin-bottom: 10px !important;
		width: 100%;
	}
	.kaitori-btn .btn-link a {
		font-size: 1em;
		background: #eee none repeat scroll 0 0;
		border-radius: 10px;
		color: #fff;
		display: block;
		/*padding: 1.2em 1.5em 1.2em .3em;*/
		padding: 1.2em .3em;
		text-align: center;
	}
	.kaitori-btn .btn-link a:hover {
		opacity: .9;
		text-decoration: none !important;
	}
}
.kaitori-items-list li{
	font-weight: bold;
}
.kaitori-items-list li:first-child {
	color:#FF0000;
}
.kaitori-btn .btn-link.detail-check a {
	background: #61a4ed;
	background: -moz-linear-gradient(top,  #61a4ed 57%, #3189ed 65%);
	background: -webkit-linear-gradient(top,  #61a4ed 57%,#3189ed 65%);
	background: linear-gradient(to bottom,  #61a4ed 57%,#3189ed 65%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61a4ed', endColorstr='#3189ed',GradientType=0 );
	position: relative;
	color: #fff;
	box-shadow: 0 3px 0 #3366ff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.kaitori-area .kaitori-btn .btn-link.official-site a {
	background: #ff551a;
	background: -moz-linear-gradient(top,  #ff551a 57%, #ff551a 57%, #f34a10 65%, #f34a10 65%);
	background: -webkit-linear-gradient(top,  #ff551a 57%,#ff551a 57%,#f34a10 65%,#f34a10 65%);
	background: linear-gradient(to bottom,  #ff551a 57%,#ff551a 57%,#f34a10 65%,#f34a10 65%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff551a', endColorstr='#f34a10',GradientType=0 );
	position: relative;
	color: #fff;
	box-shadow: 0 4px 0 #ba3f15;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

/* ---------------------------------------------------------
	アクセスランキング
--------------------------------------------------------- */
.rwdSideContentPostThumb.AccessRanking {
	position: relative;
}
.AccessRanking-num {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border-radius: 100px;
	font-weight: 700;
    top: 32%;
}
.AccessRanking-num-1 {
	background-color: #e1c649;
	color: #fff;
}
.AccessRanking-num-2 {
	background-color: #b4b4b4;
	color: #fff;
}
.AccessRanking-num-3 {
	background-color: #aa8346;
	color: #fff;
}
.AccessRanking-num-4,.AccessRanking-num-5,.AccessRanking-num-6,.AccessRanking-num-7,.AccessRanking-num-8,.AccessRanking-num-9,.AccessRanking-num-10 {
	color: #858585;
}
@media screen and (max-width:812px) {
	.AccessRanking-num {
		width: 18px;
		height: 18px;
		top: 0;
		left: 0px;
		font-size: 10px;
		line-height: 18px;
		border-radius: 0px;
	}
	.AccessRanking-num-4,.AccessRanking-num-5,.AccessRanking-num-6,.AccessRanking-num-7,.AccessRanking-num-8,.AccessRanking-num-9,.AccessRanking-num-10 {
		background-color: #000;
		color: #fff;
	}
}

/* ---------------------------------------------------------
	カードデザイン（内部リンク表示ブロック）下の不要な空きを削除する
--------------------------------------------------------- */
iframe.wp-embedded-content{
	height: 130px !important;
}
.wp-block-embed-wordpress,
.is-type-wp-embed {
	margin-bottom: 0px !important;
}
@media screen and (max-width:735px) {
	iframe.wp-embedded-content {
		height: 94px !important;
	}
	.wp-block-embed-wordpress,
	.is-type-wp-embed {
		margin-bottom: 15px !important;
	}
}

/* ---------------------------------------------------------
	ボタンブロック
--------------------------------------------------------- */
.wp-block-button {
	color: #fff;
  margin-top:20px;
  margin-bottom:50px;
  position: relative;
}
.wp-block-button.aligncenter {
	text-align: center;
}
.wp-block-button.alignright {
	text-align:right;
}
.wp-block-button .wp-block-button__link {
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	border-radius: 6px;
	position: relative;
	display: inline-block;
	padding: 8px 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff;
	/*background-color: #3385e2;*/
  /*border-bottom: 5px solid #205693;*/
  background-color: #55b8b4;
  border-bottom: 5px solid #65a7a5;
}
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active {
	opacity: 0.8;
}
@media screen and (min-width: 813px){
	.wp-block-button__link {
		width: 60%;
	}
}
@media screen and (max-width: 812px){
	.wp-block-button__link {
		width: 90%;
	}
}
.green .wp-block-button__link{
	background-color: #094;
	border-bottom: 5px solid #00662d;
}
.orange .wp-block-button__link{
	background-color: #eb6100;
	border-bottom: 5px solid #b84c00;
}
.wp-block-button__link::after {
	width: 12px;
	height: 12px;
	content: "";
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(-50%, -50%) rotate(135deg);
	border-top: 1.5px solid #fff;
	border-left: 1.5px solid #fff;
}

/* ---------------------------------------------------------
	カラムブロック
--------------------------------------------------------- */
@media screen and (max-width: 812px){
	.rwdArticleMainText .wp-block-columns .wp-block-column > p {
		margin-bottom: 25px;
		font-size: 116%;
		line-height: 1.8;
	}
	.wp-block-columns.sp-flex{
		display: flex;
		margin-bottom: 30px;
	}
	.wp-block-columns.sp-flex .wp-block-column{
		flex: 1;
		margin-left: 14px;
	}
	.wp-block-columns.sp-flex .wp-block-column > p{
		font-size: 108%;
	}
	.wp-block-columns.sp-flex > *:first-child {
		margin-left: 0;
	}
	.wp-block-columns.sp-flex .wp-block-column > *:last-child {
		margin-bottom: 0;
	}
}
.flex-basis-20{
	flex-basis: 20% !important;
}
.flex-basis-25{
	flex-basis: 25% !important;
}
.flex-basis-30{
	flex-basis: 30% !important;
}
.flex-basis-70{
	flex-basis: 70% !important;
}
.flex-basis-75{
	flex-basis: 75% !important;
}
.flex-basis-80{
	flex-basis: 80% !important;
}
@media only screen and (min-width: 813px) {
	.rwdArticleMainText .wp-block-columns {
		display: flex;
		margin-bottom: 30px;
	}
	.rwdArticleMainText .wp-block-columns .wp-block-column {
		flex: 1;
	}
	.rwdArticleMainText .wp-block-columns .wp-block-column {
		margin-left: 32px;
	}
	.rwdArticleMainText .wp-block-columns > *:first-child {
		margin-left: 0;
	}
	.rwdArticleMainText .wp-block-columns .wp-block-column > *:last-child {
		margin-bottom: 0;
	}
	.rwdArticleMainText .wp-block-columns .wp-block-column > p {
		margin-bottom: 15px;
		font-size: 124%;
		line-height: 2;
	}
}

/* ---------------------------------------------------------
	記事 carq
--------------------------------------------------------- */

.carq-finished {
	display: none;
	opacity: 0;
}

/**
 * lazy-background
 * このクラスで一旦imageを消しておき、JSで表示領域に入ったらこのクラスを消している
 * https://web.dev/lazy-loading-images/ 参考に少し改変して実装
 */
.lazy-background {
	background-image: none !important;
}

.carq-content{
	padding: 30px;
	border: 4px solid #3385e2;
	border-radius: 4px;
	margin-bottom: 40px;
}

.carq-content p.carq-title-head{
	font-size: 115%;
	background: #3385e2;
	display: inline-block;
	padding: 2px 10px;
	color: #fff;
}

.carq-content p.carq-title{
	font-size: 190%;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	margin-bottom: 10px;
	font-weight: bold;
	color: #111;
}

.carq-content p.carq-question{
	font-size: 124%;
}

ul.carq-choices{
    display: inline-block;
    margin:0 auto;
    padding: 20px 0 0 0;
    text-align: center;
    width: 100%
}
.carq-choices li {
    background: #fff;
    width: 400px;
    display: inline-block;
    margin:10px auto 0 auto;
    color: #3385e2;
    font-size: 16px;
    border: 1px solid #3385e2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    padding: 12px 5px;
    box-sizing: border-box;
}
.carq-choices li:hover{
    background: #3385e2;
    color: #fff;
    font-weight: inherit;
}
.carq-choices li.check {
    background: #3385e2;
    color: #fff;
    font-weight: inherit;
}
.carq-direct{
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.carq-direct{
    background: #f2f8fc;
    width: 400px;
    height: 50px;
    margin:10px auto 0 auto;
    line-height: 50px;
    color: #3385e2 !important;
    font-size: 16px;
    border: 1px solid #f2f8fc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    box-sizing: border-box;
}
.carq-finished {
	font-weight: bold;
	font-size: 16px;
	padding: 15px 0px;
	text-align: center;
}

.carq-finished a{
	display: block;
    background: #f2f8fc;
    width: 400px;
    height: 50px;
    margin:10px auto 0 auto;
    line-height: 50px;
    color: #3385e2 !important;
    font-size: 16px;
    border: 1px solid #f2f8fc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    box-sizing: border-box;
}
@media screen and (max-width: 812px){
	.carq-choices li ,
	.carq-direct,
	.carq-finished a{
		width: 100%;
	}
	.carq-content{
		padding: 18px;
		border: 3px solid #3385e2;
		border-radius: 4px;
		margin-bottom: 20px;
	}
	.carq-content p.carq-title{
		font-size: 139%;
	}
	.carq-content p.carq-question{
		font-size:110%;
	}
}

.carq-foot{
	text-align: center;
	padding-top: 30px;
}
.carq-foot p{
	font-size: 90%;
	color: #cfcfcf;
	margin-bottom: 5px;
}
.carq-foot img{
	display: inline-block;
	vertical-align: middle;
}
.carq-foot .carq-desc{
	display: inline-block;
	padding-left: 3px;
	color: #017fbf;
}

/* ---------------------------------------------------------
    コメントウィジェット
--------------------------------------------------------- */
.CommentWiget{
	position:relative;
}
#CommentWigetRiyoukiyaku{
	position: absolute;
	right: 0px;
	bottom: -10px;
	text-decoration: underline;
	font-size: 11px;
	color: #3385e2;
}

/* ---------------------------------------------------------
	サイドバーランキングタブ切り替え
--------------------------------------------------------- */
  .tab_item {
    position:relative;
	width: calc(100%/2);
	background-color: #fff;
	text-align: center;
	color: #111;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #fbcd00;
	cursor: pointer;
  }
  .tab_item:hover {
	  opacity: 0.75;
  }
  input[name="tab_item"] {
	display: none;
  }
  .tab_content {
	display: none;
	clear: both;
	overflow: hidden;
	padding-top: 10px;
  }
  #all:checked ~ #all_content,
  #programming:checked ~ #programming_content,
  #design:checked ~ #design_content {
	display: block;
  }
  .tabs input:checked + .tab_item {
	background-color: #fbcd00;
	color: #111;
  }
  .tabs input:checked + .tab_item:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#fbcd00;
    top:90%;
    left:50%;
}
.insert-page{
	padding-top: 20px;
}

/* ---------------------------------------------------------
    マーカー
--------------------------------------------------------- */
/*ピンク色のマーカー*/
.pink_line{
  background:linear-gradient(transparent 60%, #ffccff 60%);
}
/*水色のマーカー*/
.blue_line{
  background:linear-gradient(transparent 60%, #99ffff 60%);
}
/*黄色のマーカー*/
.yellow_line{
  background:linear-gradient(transparent 60%, #ffff66 60%);
}

/* ---------------------------------------------------------
    特集ページ
--------------------------------------------------------- */
#fearurePage{
	clear: both;
	margin: 0 0 30px;
	padding: 0;
}
#fearurePageHead{
	margin: 0;
	padding: 0;
}

/*特集ページ 画像（記事ページのCSSをコピー）*/

#fearurePage figure img {
	height: auto;
	max-width: 100%;
}
#fearurePage figure figcaption {
	color: #666;
	text-align: left;
	padding-left: 2px;
}
@media screen and (max-width:812px) {
	#fearurePage figure figcaption {
		margin-top: 7px;
		font-size: 100%;
	}
}
@media screen and (min-width:813px) {
	#fearurePage figure figcaption {
		margin-top: 10px;
		font-size: 108%;
	}
}
#fearurePage img{
	height: auto;
}
/*特集ページ 画像 ここまで*/

@media only screen and (min-width: 813px) {
	#fearurePageHeadTitle{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin: 0;
		padding: 0;
	}
	#fearurePageHeadTitle figure{
		width: 216px;
		height: 142px;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	#fearurePageHeadTitle figure img{
		max-width: 216px;
		max-height: 142px;
	}
	#fearurePageHeadTitle h1{
		width: 490px;
		font-size: 30px;
		line-height: 1.3;
		font-weight: bold !important;
	}
	#fearurePageHead p{
		font-size: 124%;
		line-height: 1.8;
		margin: 0;
		padding: 20px 0;
	}
	.fearurePagecBox h2{
		font-size: 154%;
		font-weight: bold !important;
		border-top: 2px solid #fbc114;
		border-bottom: 2px solid #fbc114;
		margin-top: 40px;
		padding: 6px 0;
	}
	.fearurePagecBox p{
		font-size: 124%;
		line-height: 1.8;
		margin: 0;
		padding: 20px 0;
	}
	
	.fearurePagecBox ul{
		width: 728px;
		display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		flex-wrap: wrap;
	}
	
	.fearurePagecBox ul li{
		width: 234px;
		padding-bottom: 25px;
	}
	.fearurePagecBox ul li:nth-child(3n-1){
		padding:0 13px 25px 13px ;
	}
	#fearurePage .fearurePagecBox ul li img{
		width: 100%;
		height: 145px;
		object-fit: cover;
	}
	
	.fearurePagecBox ul li h3{
		font-size: 116%;
		line-height: 1.4;
		font-weight: bold !important;
		color: #000;
		padding-top: 8px;
	}	
}

@media screen and (max-width: 812px){
	#fearurePageHeadTitle{
		margin: 0;
		padding: 0;
	}
	#fearurePageHeadTitle figure{
		width: calc(100% + 26px);
		overflow: hidden;
		margin: 0 -13px;
		padding: 0 0 0 0;
	}
	#fearurePageHeadTitle figure img{
		width: 100%;
		height: calc(40vw);
		object-fit: cover;
	}
	#fearurePageHeadTitle h1{
		font-size: 154%;
		line-height: 1.4;
		padding-top: 20px;
		font-weight: bold !important;
	}
	#fearurePageHead p{
		font-size: 116%;
		line-height: 1.8;
		margin: 0;
		padding: 15px 0;
	}
	.fearurePagecBox h2{
		font-size: 139%;
		font-weight: bold !important;
		border-top: 2px solid #fbc114;
		border-bottom: 2px solid #fbc114;
		margin-top: 20px;
		padding: 6px 0;
	}
	.fearurePagecBox p{
		font-size: 116%;
		line-height: 1.8;
		margin: 0;
		padding: 15px 0;
	}
	
	.fearurePagecBox ul{
		display: flex;
		justify-content: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.fearurePagecBox ul li{
		width: 48%;
		padding-bottom: 15px;
	}
	#fearurePage .fearurePagecBox ul li img{
		width: 100%;
		height: calc(28vw);
		object-fit: cover;
	}
	
	.fearurePagecBox ul li h3{
		font-size: 116%;
		line-height: 1.4;
		font-weight: bold !important;
		color: #000;
		padding-top: 8px;
	}
}

input::-ms-clear {
    visibility:hidden;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

  