/*
Theme Name: fivestar auto
Theme URI: http://
Description: fivestar auto WP THEME
Version: 1.0
Author: a-cloud
Author URI:
*/

@charset "utf-8";

/* -------------------------
Font
-------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	color: #000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}

/* -------------------------
Link
-------------------------*/
a {
	color: #666;
	text-decoration: none;
}
a,
a img {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
a:hover,
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

/* -------------------------
Clearfix
-------------------------*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}

/* -------------------------
Common
-------------------------*/
body {
	background: #fff;
}
img {
	max-width: 100%;
	height: auto;
}
header,
#wrap,
#foot_in {
	width: 980px;
	margin: 0 auto;
}
/*header*/
header {
	margin-bottom: 15px;
}
h1 {
	background: #000;
	color: #fff;
	text-align: right;
	padding: 1px 5px;
	font-size: 10px;
}
#head_in {
	overflow: hidden;
	height: 152px;
	background: url('../../../images/bg_head.jpg') no-repeat;
}
header #logo {
	float: left;
	width: 387px;
	/*height: 101px;*/
	margin: 6px 0 0 90px;
	text-align: center;
}
header #logo img{
	width: 72%;
}
header #info {
	float: right;
	border: 6px solid #888;
	width: 470px;
	height: 110px;
	padding: 5px;
	margin: 12px 8px 0 0;
	position: relative;
}
#info p {
    color: #fff;
}
#info .info_txt {
    padding: 2px 0 3px;
    font-size: 14px;
    /*! border-top: 2px solid #E7D37E; */
}
#info .info_time01 {
    float: left;
    margin: 0 15px 0 0;
    font-size: 14px;
}
#info .info_time02 {
    font-size: 14px;
}
#info p.tel {
    color: #E2C666;
    margin: 4px 20px 0 0;
    font-size: 18px;
		line-height: 18px;
    font-weight: bold;
}
#info p.tel a {
	color: #E2C666;
}

#info p.line .lineButton {
	background-color: #11BA31;
	box-sizing: border-box;
	padding: 2px 6px 2px;
	border-radius: 2px;
	margin-top: 7px;
	display: flex;
	align-items: center;
	max-width: 168px;
	color: #fff;
	font-size: 16px;
}
#info p.line .lineButton span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 6px 4px;
	margin-right: 6px;
	color: #11BA31;
	font-size: 10px;
}
#info p.mail {
    font-size: 18px;
		line-height: 18px;
    margin: 0px 0 0 0;
    font-weight: bold;
    color: #E2C666;
}
#info p.line {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    color: #E2C666;
}
#info p.tel span,
#info p.mail span,
#info p.line span {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	color: #222;
    padding: 0 4px;
    margin: 0 3px 0 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 10px;
    vertical-align: 2px;
}
.head_contact {
	position: absolute;
	top: 8px;
	right: 11px;
}

header nav {
	display: none;
}

header nav ul {
	overflow: hidden;
}
header ul li a{
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	float: left;
	border-left: 1px solid #000;
	box-sizing: border-box;
	background: #7d7d7d;
background: -moz-linear-gradient( #7d7d7d 0%, #c9c9c9 40%, #c9c9c9 51%, #7d7d7d 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#7d7d7d), color-stop(40%, #c9c9c9), color-stop(51%, #c9c9c9), to(#7d7d7d));
background: -webkit-linear-gradient( #7d7d7d 0%, #c9c9c9 40%, #c9c9c9 51%, #7d7d7d 100%);
background: -o-linear-gradient( #7d7d7d 0%, #c9c9c9 40%, #c9c9c9 51%, #7d7d7d 100%);
background: linear-gradient( #7d7d7d 0%, #c9c9c9 40%, #c9c9c9 51%, #7d7d7d 100%);
	color: #111;
}
header ul li:first-child a {
	width: 140px;
}
header ul li a.active{
	background: #4a4a4a;
background: -moz-linear-gradient( #4a4a4a 0%, #6b6b6b 38%, #999999 50%, #6b6b6b 63%, #4a4a4a 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#4a4a4a), color-stop(38%, #6b6b6b), color-stop(50%, #999999), color-stop(63%, #6b6b6b), to(#4a4a4a));
background: -webkit-linear-gradient( #4a4a4a 0%, #6b6b6b 38%, #999999 50%, #6b6b6b 63%, #4a4a4a 100%);
background: -o-linear-gradient( #4a4a4a 0%, #6b6b6b 38%, #999999 50%, #6b6b6b 63%, #4a4a4a 100%);
background: linear-gradient( #4a4a4a 0%, #6b6b6b 38%, #999999 50%, #6b6b6b 63%, #4a4a4a 100%);
  color: #fff;
}
header ul li:first-child a.active {
	border-left: 1px solid #595959;
}
header ul li:last-child a.active {
	border-right: 1px solid #595959;
}

/* slider */
.swiper-container.topslide {
	padding-bottom: 30px;
}
.topslide-area .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
}
.topslide-area .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}
.topslide-area .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #bbb;
}
.topslide-area .swiper-pagination-bullet-active {
	background: #aaa;
}

/*section*/
#wrap section {
	margin: 10px 0 50px;
	overflow: hidden;
}

section h2 {
	font-size: 16px;
	height: 32px;
	background: url('../../../images/bg_tit.png') no-repeat;
	color: #fff;
	position: relative;
	padding: 5px 0 0 25px;
	margin: 0 0 10px;
}
section h2 span {
	position: absolute;
	right: 10px;
	font-size: 12px;
	bottom: 9px;
}

/* accordion */
.accordion .qa-box {
	cursor: pointer;
	position: relative;
}
.accordion .qa-box::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 13px;
  right: 15px;
}
.accordion .qa-box.active::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.qa-txt {
	display: none;
}
.qa-txt div {
	font-size: 14px;
	background: #fff;
	padding: 15px 15px 10px;
	margin: 0 0 15px;
}

/* -------------------------
Bread
-------------------------*/
#bread li {
	display: inline-block;
}
#bread li a {
	color: #000;
	text-decoration: underline;
}
/* -------------------------
Index
-------------------------*/
.news .news_contents {
	height: 158px;
	overflow: auto;
	border: 1px solid #494949;
	padding: 10px;
}
.news dt {
	float: left;
	margin: 0 10px 5px 0;
	padding: 0 0 5px;
}
.news dt i {
	padding: 0 5px 0 0;
	color: #003c6c;
}
.news .news_contents div {
	border-bottom: 1px dotted #777;
	margin: 0 0 8px 0;
	padding: 0 0 8px;
}
.news .news_contents div a {
	color: #000;
	text-decoration: underline;
}
.newentry_in .carBox {
	width: 49%;
	box-sizing: border-box;
	float: left;
	margin: 0 0 20px;
	position: relative;
	border: 1px solid #494949;
}
.newentry_in .carBox:nth-child(2n) {
	float: right;
}
.newentry_in .carimg {
	margin: 0 0 10px;
	border-top: 1px solid #494949;
	border-bottom: 1px solid #494949;
}
.newentry_in .carimg img {
	height: 319px;
}

#bnr_sns {
	margin: 0 0 30px;
}
#bnr_sns .bnr {
	float: left;
	margin: 0 20px 0 0;
}

#bnr_sns .bnr:last-child {
	margin: 0;
}

.bnr2 {
	margin: 0 0 10px;
}

/* bnr_box */
.bnr_box .bnr2 {
	float: right
}

.bnr_box .bnr2:first-child {
	float: left;
}

/* -------------------------
Bloginfo
-------------------------*/
#bloginfo h2 {
	text-align: center;
	font-size: 20px;
	margin: 0 0 10px;
	padding: 5px;
	background: #eee;
}
#bloginfo {
	border: 2px solid #8F8F8F;
	padding: 0px 0px 10px;
	margin: 50px 0 40px;
}
#bloginfo dl {
	background: #fff;
	padding: 15px 15px 10px;
	margin: 0 10px;
}
#bloginfo dt {
	float: left;
	margin: 0 10px 10px 0;
	font-size: 14px;
	padding: 0 0 5px;
}
#bloginfo dd {
	margin: 0 0 10px;
	font-size: 14px;
	border-bottom: 1px dotted #666;
	padding: 0 0 5px;
}
#bloginfo dd a {
	color: #000;
}


/* -------------------------
Stock
-------------------------*/
.stock_in .carBox {
	width: 316px;
	box-sizing: border-box;
	float: left;
	margin: 0 5px 20px;
	border: 1px solid #494949;
}
.stock_in .carimg {
	margin: 5px 0 10px;
}
.stock_in .carimg img {
	height: 214px;
}
.carBox .title {
	font-size: 14px;
	background: rgb(149,149,149); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(149,149,149,1) 0%, rgba(13,13,13,1) 46%, rgba(1,1,1,1) 50%, rgba(10,10,10,1) 53%, rgba(78,78,78,1) 76%, rgba(56,56,56,1) 87%, rgba(27,27,27,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(149,149,149,1) 0%,rgba(13,13,13,1) 46%,rgba(1,1,1,1) 50%,rgba(10,10,10,1) 53%,rgba(78,78,78,1) 76%,rgba(56,56,56,1) 87%,rgba(27,27,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
	color: #fff;
	padding: 5px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.carBox dl {
	overflow: hidden;
}
.carBox dt {
	float: left;
	background: #444;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	box-sizing: border-box;
	width: 20%;
	height: 30px;
	text-align: center;
	margin: 0 0 4px 10px;
}
.carBox dd {
	padding: 2px 5px;
	width: 75%;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	float: right;
	box-sizing: border-box;
	margin: 0 0 4px;
}
.carBox .link {
	margin: 10px;
}
.carBox .link a {
	display: block;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #666;
	background: rgb(114,114,114); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(114,114,114,1) 0%, rgba(147,147,147,1) 50%, rgba(76,76,76,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(114,114,114,1) 0%,rgba(147,147,147,1) 50%,rgba(76,76,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(114,114,114,1) 0%,rgba(147,147,147,1) 50%,rgba(76,76,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
}
.carBox .link i {
	padding: 0 0 0 5px;
	color: #fff;
	font-size: 14px;
}


/* -------------------------
detail
-------------------------*/
section h2.detailTxt {
	font-size: 18px;
	color: inherit;
	background: none;
	margin: 0;
	padding: 5px 10px;
	height: auto;
	background: #d8ae43; /* Old browsers */
	background: -moz-linear-gradient(top,  #d8ae43 0%, #ffffbf 36%, #c6963d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d8ae43 0%,#ffffbf 36%,#c6963d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d8ae43 0%,#ffffbf 36%,#c6963d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ae43', endColorstr='#c6963d',GradientType=0 ); /* IE6-9 */
	color: #111;
}
.catch_text {
	border: 1px solid #494949;
	padding: 10px;
	font-size: 16px;
}
.carBoxleft {
	float: left;
	width: 55%;
	margin-top: 15px;
}
.carBoxleft .carimg {
	width: 98%;
	margin: 0 0.9% 3px;
}
.carBoxleft .carimg img {
	width: 100%;
}
.carimgtable {
	width: 100%;
	border-spacing: 4px;
}
.carimgtable td {
	width: 25%;
}
.carimgtable td img {
	width: 100%;
	border: 1px solid #aaa;
}
.carBoxright {
	float: right;
	width: 44%;
	margin-top: 15px;
}
.carBoxright_in {
	height: 378px;
	overflow: auto;
	margin-bottom: 15px;
}
.detail {
	border-collapse: collapse;
	width: 100%;
}

.detail th,
.detail td {
	border: 1px solid #494949;
	padding: 9px 8px;
}
.detail th {
	width: 80px;
	background: #5c5d61;
	color: #fff;
}

.pricebox {
	font-size: 24px;
}
td.pricebox {
	color: #f00;
}
.star {
	color: #ecd882;
}
.detail th.state {
	background: #a0a0a0;
	color: #111;

}
.reviewBox {
	clear: both;
	margin: 0;
	padding: 15px 0 0;
}
.reviewBox h3 {
	background: #5c5d61;
	color: #fff;
	padding: 5px 8px;
}
.reviewBox div {
	padding: 10px;
	border: 1px solid #494949;
}
/* -------------------------
Consignment
-------------------------*/
.consignment {
	margin-bottom: 50px;
}
.consignment ul {
	margin: 0 0 30px;
}
.consignment li {
	margin: 0 0 10px 10px;;
	font-size: 14px;
}

.consignment h3 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 5px 10px;
	border-left: 5px solid #555;
	border-bottom: 1px solid #333;
}

.consignment h3 span {
	color: #F68B1F;
}

.consignment p {
	margin: 0 0 15px 15px;
	font-size: 16px;
}

.step_arrow {
	text-align: center;
	font-size: 120px;
	color: #555;
	margin: 0 0 20px;
}

/* -------------------------
Voice
-------------------------*/
.voice_frame ol {
	border: 1px solid #c8912e;
	padding: 35px 20px 5px;
}

.voice_frame li {
	font-size: 16px;
	margin: 0 0 30px;
	list-style-type: decimal;
	list-style-position: inside;
	text-indent: -1em;
	padding: 0 0 0 1em;
	line-height: 1.7em;
}
.guestvoice {
	margin: 50px 0 0;
}
.guestvoice_in {
	border: 1px solid #c8912e;
	padding: 35px 20px 20px;
	margin: 10px 0 0;
}
.guestvoice h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px;
}
.guestvoice h3 span {
	color: #F68B1F;
}
.guestvoice p {
	margin: 0 0 15px;
	font-size: 16px;
}


/* -------------------------
Buy
-------------------------*/
.buy_page h3 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 2px solid #333;

}

.buy_bnr{
	margin: 0 0 50px;
}

.buy_page ul {
	margin: 0 0 50px;
}

.buy_page li {
	margin: 0 0 15px;
	font-size: 14px;
}
.buy_page h4 {
	font-size: 20px;
	color: #fff;
	padding: 10px 10px 0;
	border: 1px solid #333;
	border-bottom: none;

}
.buy_page h4 span {
	color: #ecd882;
}
.buy_page p {
  line-height: 1.8;
	font-size: 16px;
	padding: 10px;
	border: 1px solid #333;
	border-top: none;
}
.must_document {
	border: 1px solid #aaa;
	padding: 10px;
	margin: 50px auto 50px;
	width: 70%;
	background: #666;
}
.must_document h3 {
	color: #fff;
	text-align: center;
	border: none;
	font-size: 16px;
}
.must_document p {
	text-align: left;
	line-height: 2.5;
	font-size: 14px;
	color: #fff;
	border: none;
}



/* -------------------------
Qa
-------------------------*/
.qa_subtitle {
	text-align: center;
	font-size: 26px;
}

.qa_subtitle span {
	color: 	#F68B1F;
}

.qa_frame dl {
	margin: 0 0 80px;
}
.qa_frame dt {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 25px 0 5px;
}

.qa_frame dt:before {
	content: "Q.";
	padding: 0 5px 0 0;
}

.qa_frame dd {
	margin: 0;
	color: #000;
	border-bottom: 1px dotted #555555;
}

.qa_frame dd:before {
	content: "A.";
	padding: 0 5px 0 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}



/* -------------------------
Contact
-------------------------*/
#contact_form {
	width: 100%;
}
#contact_form th,
#contact_form td {
	padding: 10px;
}
#contact_form th {
	width: 20%px;
}
#contact_form td input,
#contact_form td textarea {
	border: 1px solid #ddd;
	width: 60%;
	padding: 5px;
	color: #000;
}
.must {
	color: #f00;
}
.btn_submit {
	text-align: center;
	margin: 20px 0 0;
}
.btn_submit input {
	border: none;
	background: #2d6089; /* Old browsers */
	background: -moz-linear-gradient(top,  #2d6089 0%, #346387 47%, #003c6c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #2d6089 0%,#346387 47%,#003c6c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #2d6089 0%,#346387 47%,#003c6c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d6089', endColorstr='#003c6c',GradientType=0 ); /* IE6-9 */
	padding: 10px 80px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}

.btn_submit input:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

/* -------------------------
Company
-------------------------*/
.table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 40px;
}
.table th,
.table td {
	border: 1px solid #4b4b4b;
	padding: 15px;
	font-size: 14px;
}
.table th {
	width: 150px;
	background: #eee;
}
#policy h3 {
	font-size: 16px;
	padding: 0 0 5px;
	font-weight: bold;
	margin: 0 0 10px;
	border-bottom: 1px solid #4b4b4b;
}
#policy p {
	margin: 0 0 20px;
	color: #000;
}


/* -------------------------
Blog
-------------------------*/
.blog,
.blog_article {
	width: 700px;
	float: left;
}

section.blog h2 {
	background: url('../../../images/bg_tit02.png') no-repeat;
}

section.blog_article {
	border: 1px solid #333;
	padding: 15px 15px 30px;
	box-sizing: border-box;
}
section.blog_article h2 {
	background: none;
	height: auto;
	padding: 0;
}

aside {
	float: right;
	margin: 10px 0 0;
	width: 250px;
}

aside h3 {
	background: #eee;
	border: 1px solid #333;
	padding: 5px;
	font-size: 14px;
	margin: 0 0 10px;
}

.widget {
	margin: 0 0 30px;
}

.widget li {
	margin: 0 0 10px;
	font-size: 14px;
}

.widget li a {
	color: #000;
}

.widget li:before {
	content: url('./images/arrow_blue.png');
	padding: 0 4px 0 0;
}

.blog article {
	border-bottom: 1px solid #666;
	padding: 20px 0;
}

.blog .photo {
	float: left;
	width: 70px;
	height: 51px;
	overflow: hidden;
}

.blog .photo a {
	display: block;
}

.blog .content {
	width: 615px;
	height: 51px;
	margin: 0 0 0 15px;
	float: left;
	position: relative;
}

.blog .content h3 {
	font-size: 16px;
	color: #fabd4c;
}

.blog .date {
	position: absolute;
	bottom: 0;
	right: 0;
}

.blog_article .date {
	text-align: right;
	margin: 0 0 20px;
	padding: 0 0 5px;
	border-bottom: 1px dashed #333;
}

.blog_article .photo img {
	margin: 0 0 20px;
}

.blog_article .content p {
	font-size: 14px;
	margin: 0 0 15px;
	line-height: 1.8;
}

.blog .Pagination {
	margin-top: 20px;
}

/* -------------------------
Bloglist
-------------------------*/
.blog article.bloglist {
	border: 1px solid #666;
	padding: 15px 20px;
	margin: 0 0 15px;
}

.blog article.bloglist h3 {
	padding: 0;
	margin: 0 0 10px;
}

.blog article.bloglist h3 a {
	color: #000;
	font-size: 16px;
}

.blog article.bloglist .date {
	position: static;
	text-align: right;
	margin: 0 0 10px;
}

.blog article.bloglist .content {
	width: 100%;
	padding: 0;
	margin: 0;
	height: auto;
}

.blog article.bloglist .content p {
	font-size: 14px;
}

.blog article.bloglist img {
	margin: 0 0 10px;
}

.blog article.bloglist .link {
	width: 150px;
	float: right;
	margin-top: 10px;
}

.blog article.bloglist .link a {
	color: #000;
	background: #fff;
	padding: 5px 10px;
	font-size: 14px;
	display: block;
	text-align: center;
}


/* -------------------------
Support
-------------------------*/
#support {
	margin: 40px 0;
}
#support dl {
	position: relative;
	padding: 25px 25px 25px 270px;
	border: 1px solid #8e8e8e;
	margin: 0 0 30px;
	min-height: 210px;
}
#support dt {
	color: #ecd882;
	font-size: 26px;
	margin: 0 0 15px;
}
#support dt img {
	width: 210px;
	position: absolute;
	left: 25px;
	top: 25px;
}
#support dd {
	font-size: 16px;
	line-height: 2.2;
}
#support .bottom_txt {
	font-size: 20px;
	text-align: center;
}

/* -------------------------
Pagination
-------------------------*/
.pagination {
  font-size: 80%;
  width: 1425px;
  margin: 0 auto 15px;
  overflow: hidden;
}

.pagination ol {
	float: left;
	width: 60%;
}
.pagination a, .pagination span {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #aaa;
	float: left;
	margin-right: 5px;
	background: #a8a8a8; /* Old browsers */
	background: -moz-linear-gradient(top,  #a8a8a8 0%, #8c8c8c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a8a8a8 0%,#8c8c8c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a8a8a8 0%,#8c8c8c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#8c8c8c',GradientType=0 ); /* IE6-9 */
}
.pagination a:hover {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 20px;
	text-align: center;
	text-decoration: none;
	color: #333;
	border: 1px solid #aaa;
	float: left;
	margin-right: 10px;
	background-color: #ddd;
}

.pagination .current {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 20px;
	text-align: center;
	text-decoration: none;
	color: #333;
	border: 1px solid #aaa;
	float: left;
	margin-right: 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

/*footer*/
footer {
	clear: both;
	background: #222;
}
#foot_in {
	padding: 15px 0 120px;
	overflow: hidden;
}
footer nav {
	margin: 0 0 20px;
}
footer nav li {
	display: inline-block;
	line-height: 10px;
	border-left: 1px solid #a5a4a4;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
}
footer nav li:first-child {
	border: none;
	padding: 0;
	margin: 0;
}
footer nav li a {
	color: #fff;
}
#foot_left {
	float: left;
	margin: 0;
	width: 222px;
}
#foot_right {
	float: right;
	width: 510px;
	height: 93px;
	padding: 5px;
	position: relative;
}
#foot_right #info .info_txt {
	border: none;
}
#foot_right img {
	position: absolute;
	right: 10px;
	top: 7px;
}
#foot_right #info p.tel span,
#foot_right #info p.mail span {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	color: #222;
}
#copyright {
	background: #494949; /* Old browsers */
	background: -moz-linear-gradient(top,  #494949 1%, #2d2d2d 36%, #111111 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #494949 1%,#2d2d2d 36%,#111111 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #494949 1%,#2d2d2d 36%,#111111 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
	color: #fff;
	text-align: center;
	padding: 5px;
}
#copyright a {
	color: #fff;
}

/*　Multi-Device-Switcher */
.pc-switcher {
	clear: both;
	text-align: center;
    margin: 0 auto !important;
    padding: 1.4em 0;
	    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 10;
    width: 100%;
}
.pc-switcher a,
.pc-switcher span {
	padding: 0.4em 8%;
	text-align: center;
	border: 1px solid #0059A8;
	border-left: none;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
}
.pc-switcher a {
	background-color: #0074DA;
	background-image: -moz-linear-gradient(#0074DA, #004A8D);
	background-image: -o-linear-gradient(#0074DA, #004A8D);
	background-image: -ms-linear-gradient(#0074DA, #004A8D);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0074DA), to(#004A8D));
	background-image: -webkit-linear-gradient(#0074DA, #004A8D);
	background-image: linear-gradient(#0074DA, #004A8D);
}
.pc-switcher a:hover {
	background-color: #0059A8;
	background-image: -moz-linear-gradient(#0059A8, #004A8D);
	background-image: -o-linear-gradient(#0059A8, #004A8D);
	background-image: -ms-linear-gradient(#0059A8, #004A8D);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0059A8), to(#004A8D));
	background-image: -webkit-linear-gradient(#0059A8, #004A8D);
	background-image: linear-gradient(#0059A8, #004A8D);
}
.pc-switcher span.active {
	background-color: #00305C;
}
.pc-switcher a:first-child,
.pc-switcher span:first-child {
	border-left: 1px solid #0074DA;
	-webkit-border-radius: 2.4em 0 0 2.4em;
	-moz-border-radius: 2.4em 0 0 2.4em;
	border-radius: 2.4em 0 0 2.4em;
}
.pc-switcher a:last-child,
.pc-switcher span:last-child {
	-webkit-border-radius: 0 2.4em 2.4em 0;
	-moz-border-radius: 0 2.4em 2.4em 0;
	border-radius: 0 2.4em 2.4em 0;
}

/*contactForm*/
.mw_wp_form_input{
    margin-top: 30px;
}

.mw_wp_form_complete{
    padding: 50px;
    width: fit-content;
    margin: 0 auto;
}
.mw_wp_form_complete .complete_text{
    line-height: 2;
}
.mw_wp_form_complete .complete_text p{
    margin-top: 5px;
}
.mw_wp_form_complete .backtop_btn{
    margin-top: 20px;
}

/*------------
/*topFAQ
------------*/
.c-title {
  text-align: center;
}
.c-title p {
  font-size: 28px;
  color: #dc0c0c;
  line-height: 1;
  border-bottom: solid #dc0c0c 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 4px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-title p {
    font-size: 52px;
    letter-spacing: 4px;
    margin: 0 auto;
  }
}

.c-title__sub {
  font-size: 14px;
  color: #000;
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-title__sub {
    font-size: 20px;
  }
}
.c-title__sub::before, .c-title__sub::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #000;
  top: 50%;
  left: -12px;
  -webkit-transform: translate(-50%, -50%) rotate(55deg);
          transform: translate(-50%, -50%) rotate(55deg);
}
.c-title__sub::after {
  left: initial;
  right: -42px;
  -webkit-transform: translate(-50%, -50%) rotate(-55deg);
          transform: translate(-50%, -50%) rotate(-55deg);
}
.topFAQ {
  margin-top: 20px;
  padding: 20px 10px 22px;
  background-color: #f2f2f0;
}
@media screen and (min-width: 768px) {
  .topFAQ {
    padding: 70px 0;
    margin-top: 70px;
  }
}

.topFAQ__item {
  margin-top: 17.5px;
  padding: 24px;
  background-color: #dc0c0c;
  border-radius: 5px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .topFAQ__item {
    background-color: transparent;
    color: #000;
    margin-top: 0;
    padding-bottom: 0;
  }
}
.topFAQ__item .title {
  color: #fff;
  border-bottom: solid #fff 2px;
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
    font-size: 20px;
}
@media screen and (min-width: 768px) {
  .topFAQ__item .title {
    background-color: #dc0c0c;
    border: none;
    text-align: left;
    padding: 10px 30px;
    border-radius: 5px;
  }
}
.topFAQ__item p {
  line-height: 1.4;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.c-section {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 768px) {
  .topFAQ__item p {
    line-height: 2;
    text-indent: -1.2em;
    padding-left: calc(20px + 1.2em);
    padding-right: 18px;
	color: #000;
  }
}
@media screen and (min-width: 768px) {
  .topFAQ__item p span {
    color: #dc0c0c;
  }
}

/*------------
/*topSystem
------------*/
.topSystem {
  padding: 20px 10px 0;
}
@media screen and (min-width: 768px) {
  .topSystem {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .topSystem__body {
    margin-top: 70px;
    padding: 0 10px;
  }
}
.topSystem__body ul {
  margin: 20px auto 20px;
}
@media screen and (min-width: 768px) {
  .topSystem__body ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 20px;
  }
}
.topSystem__body li {
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .topSystem__body li {
    font-size: 26px;
    padding-left: 40px;
  }
}
.topSystem__body li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 23px;
  height: 23px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(/images/topSellPhoto_img_checkbox.png) no-repeat top center/contain;
}
@media screen and (min-width: 768px) {
	.topSystem__body li::before {
		width: 25px;
		height: 25px;
	}
}
.topSystem__body li span {
  color: #dc0c0c;
}
.topSystem__body .desc {
  margin-top: 40px;
  position: relative;
}
.topSystem__body .desc p {
  padding: 26px 24px 18px;
  border: solid #FE8A34 2px;
  border-radius: 5px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .topSystem__body .desc p {
    border-radius: 10px;
    padding: 52px 80px 20px;
    line-height: 2;
    text-align: center;
  }
}
.topSystem__body .desc p br {
  display: none;
}
@media screen and (min-width: 768px) {
  .topSystem__body .desc p br {
    display: block;
  }
}
.topSystem__body .desc__title {
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FE8A34;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
}
@media screen and (min-width: 768px) {
  .topSystem__body .desc__title {
    padding: 8px 105px;
    font-size: 36px;
    border-radius: 10px;
  }
}

@media screen and (min-width: 768px) {
  .topSystem__mark {
    padding: 30px 10px;
  }
}

.topSystem__tel {
  max-width: 320px;
  display: block;
  margin: 10px auto 20px;
}
@media screen and (min-width: 768px) {
  .topSystem__tel {
    display: none;
  }
}

/*------------
/*プライバシーポリシー会社概要
------------*/
.consignment .overview {
    border: none;
    text-align: center;
    font-size: 30px;
    margin-top: 60px;
}
.overview_list {
    padding: 1rem 1rem 1rem 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: solid #000 0.1rem;
    width: 600px;
    justify-content: center;
    margin: 0 auto;
    font-size: 16px;
}
.overview_list dt {
    width: 30%;
    color: #DC0C0C;
}
.overview_list dd {
    width: 70%;
}