body.body_sample {
	background-color: #fff;
	color: #000;
}

header.header_sample {
	width: 100%;
	background-color: #fff;
	border-bottom: none;
}
header.header_sample #headerWrap {
	width: 100%;
	display: block;
	padding: 0;
}
header.header_sample #headerWrap h1 {
	font-size: 11px;
	padding: 0;
	width: auto;
	height: auto;
	display: block;
	margin-left: 18%;
}
header.header_sample #headerWrap a.topLogo {
	display: block;
	margin-left: 18%;
	width: 130px;
	padding: 5px 0 10px;
}
header.header_sample #headerWrap .top_sns_icon {
	position: absolute;
	top: 22px;
	right: 18%;
  width: 220px;
}
header.header_sample #headerWrap .top_sns_icon ul {
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
header.header_sample #headerWrap .top_sns_icon ul li {
	width: 20%;
	padding: 0 6px;
	box-sizing: border-box;
}
header.header_sample #headerWrap .top_sns_icon img {
	width: 100%;
}

header.header_sample #headerWrap > nav#gm_sp {
  display: none;
}
header.header_sample #headerWrap > nav#gm {
  width: 100%;
  background: linear-gradient(#111, #333);
	border-bottom: 1px solid #222;
}
header.header_sample #headerWrap nav#gm > ul li {
	width: 12.4%;
	text-align: center;
  border-right: 1px solid #111;
}
header.header_sample #headerWrap nav#gm > ul li:last-child {
	border: none;
}


.top_text_img {
	background-color: #000;
  padding: 15px;
}
.top_text_img img {
	margin: auto;
	width: 280px;
}


ul.slider_02 .slick-slide {
	height: auto !important;
}

ul.slider_02 li img {
	object-fit: cover;
	/* height: 630px; */
	width: 100%;
}
.slick-dots li button::before {
	opacity: .25 !important;
	color: #000 !important;
}
.slick-dots li.slick-active button::before {
	opacity: 1 !important;
	color: #000 !important;
}


.wrap_800px {
  max-width: 800px;
  margin: auto;
}


.common_title {
	text-align: center;
	font-size: 28px;
	padding: 40px 0 20px;
}
.common_title span {
	display: block;
	font-size: 15px;
	margin: 5px 0 0;
}


.tab{
  margin: 20px 0;
}
.tab-list{
  display: flex;
}
.tab-list-item {
	width: 25%;
	text-align: center;
	padding: 8px 0;
	cursor: pointer;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.tab-contents{
  display: none;
  /* padding: 20px; */
}
.is-btn-active{
  background-color: #000;
  border: 1px solid #000;
  font-weight: bold;
  color: #fff;
}
.is-contents-active{
  display: block;
}


ul.line_up_box {
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	border-top: 5px solid #000;
	padding: 17px 0 40px;
}
ul.line_up_box li {
	position: relative;
	width: 46.5%;
	margin: 0 0 10px;
	border: 1px solid #000;
	box-shadow: 0 0 5px 0 #000;
	padding: 10px;
}
ul.line_up_box li a {
	color: #000;
}
ul.line_up_box li .left_top {
	position: absolute;
	top: 8px;
	left: 10px;
}
ul.line_up_box li .left_top p {
  font-size: 10px;
}
ul.line_up_box li .left_top .katashiki {
	font-size: 20px;
	text-shadow: 0 0 4px #fff;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.3);
	padding-right: 10px;
}
ul.line_up_box li .left_top .nenshiki span {
	font-size: 14px;
	text-shadow: 0 0 4px #fff;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.3);
	padding-right: 10px;
	line-height: 1.5;
}
ul.line_up_box li img {
  width: 100%;
}
ul.line_up_box .learn_more {
	background-color: rgba(0,102,153,0.64);
	padding: 4px 15px 3px;
	border: 1px solid #000;
	position: absolute;
	bottom: 11px;
	right: 120px;
	color: #fff;
	text-shadow: 0 0 3px #000;
}

.icon_autosalon {
	position: absolute;
	right: 0;
	background-color: #000;
	padding: 0px 20px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}


section.common_001 {
  background-color: #333;
	padding: 5px;
}
section.common_001 h2 {
  color: #fff;
}

section.common_002 {
  background-color: #fff;
	color: #000;
}

ul.service {
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	padding: 30px 0;
}
ul.service li {
	width: 32%;
	position: relative;
	text-align: center;
	padding: 70px 0 0;
	height: 137px;
	background-color: #f9f9f9;
	margin: 8px 0;
}
ul.service li a {
	display: block;
	color: #000;
}
ul.service li p {
	font-weight: bold;
}
ul.service li span {
	font-size: 80%;
	display: inline-block;
	width: 66%;
	margin: 5px 0 0;
	padding: 5px 0 0;
	border-top: 1px solid;
}
ul.service li.service_01 span {
}
ul.service li.catalog span {
	border-top: 5px solid #ff0000;
}
ul.service li.service_01 {
	background-image: url(/img_sample/service_bg.png);
	background-repeat: no-repeat;
	/* background-size: cover; */
	background-position: 0% 71%;
	width: 66%;
}
ul.service li.service_01 img {
	position: absolute;
	top: 90px;
	left: 10px;
	width: 50px;
	background-color: #f00;
	padding: 3px;
}
ul.service li.service_02 img {
	background-color: rgba(0,102,153,0.9);
}
ul.service li.catalog img {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 50px;
	background-color: #f00;
	padding: 20px 5px;
	border-radius: 50%;
}
ul.service li.bottom {
	/* border-top: 20px solid #aaa; */
}

.outlets_banner a {
	display: block;
	text-align: center;
	background: linear-gradient(to right, #ff0000, #942225);
	padding: 10px;
	color: #fff;
	/* border-radius: 10px; */
	border: 3px solid;
	box-shadow: 0 0 3px 1px #fff inset;
	margin: 0 0 50px;
	border-image: linear-gradient(to right, #f00, #942225) 1;
}
.outlets_banner a span {
	display: block;
	border-bottom: 1px dotted #fff;
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 150%;
	padding: 5px;
}

/* トップページ SPECIAL THANKS */
ul.logo_area {
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
	margin: 20px 0 30px;
}
ul.logo_area li {
	width: 20%;
	margin: 0 0 20px;
}
ul.logo_area img {
	display: block;
	width: 100%;
	object-fit: contain;
	height: 40px;
}


/* --------------------
　　商品ページ
---------------------*/
.top_cartype_title {
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 10px;
}
.top_cartype_title span {
	display: block;
}
.top_cartype_title span.cartype_title01 {
	font-size: 14px;
}
.top_cartype_title span.cartype_title02 {
	font-size: 20px;
	font-weight: bold;
}
.top_cartype_title span.cartype_title03 {
	font-size: 18px;
}
.top_cartype_title span.cartype_title04 {
	font-size: 14px;
	margin: 5px 0 0;
	line-height: 1.5;
}

#itemMaintop_img {
}
#itemMaintop_img img {
	width: 100%;
}

#itemMaintop_img_underbox {
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 40px 15px;
}
#itemMaintop_img_underbox .wrap_800px {
	border: 1px solid;
	padding: 20px;
	box-sizing: border-box;
}
#itemMaintop_img_underbox .title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
}
#itemMaintop_img_underbox p {
	font-size: 80%;
	line-height: 1.5;
}

section.itembox_area ul.line_up_box {
	padding: 17px 0;
}
section.itembox_area .common_title {
	font-size: 28px;
	padding: 60px 0 20px;
}

table.itembox {
	width: 100%;
	table-layout: fixed;
	text-align: center;
}
table.itembox th,
table.itembox td {
	border: 1px solid #eee;
	padding: 20px 0;
	vertical-align: middle;
	font-size: 14px;
}
table.itembox th {
	background-color: #666;
	color: #fff;
}
table.itembox th a {
	color: #fff;
	display: block;
}
table.itembox td a {
	color: #000;
	display: block;
}
table.itembox td.color_detail {
	text-align: left;
	padding: 20px;
	font-size: 13px;
}
/* table.itembox th:nth-child(2n) {
  background-color: #d6474b;
}
table.itembox td:nth-child(2n) {
  color: #d6474b;
} */

/* 購入ボタン */
.button2,
a.button2,
button.button2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  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: #212529;
  border-radius: 0.5rem;
}
.button2-c-wrap {
  margin: 20px 0 20px;
  text-align: center;
}
a.button2-c {
  font-size: 1.15rem;
  width: 100%;
  position: relative;
  padding: 0.25rem 2rem 0.5rem 1.8rem;
  color: #fff;
  background: #e94919;
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
	box-sizing: border-box;
}
a.button2-c span {
  font-size: 0.8rem;
  position: absolute;
  top: -0.75rem;
  left: calc(50% - 180px);
  display: block;
  width: 360px;
  padding: 0.25rem 0;
  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.button2-c span.bt_001{
	background: #d44114;
  border: 2px solid #fff;
  color: #fff;
}
a.button2-c span:before,
a.button2-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

a.button2-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.button2-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.button2-c span.bt_001:before {
  border-color: #fff transparent transparent transparent;
}
a.button2-c span.bt_001:after {
  border-color: #d44114 transparent transparent transparent;
}

a.button2-c i {
  margin-right: 0.75rem;
	/* font-family: "Font Awesome 5 Free"; */
}


a.button2-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #eb5b30;
  -webkit-box-shadow: 0 2px 0 #d44114;
  box-shadow: 0 2px 0 #d44114;
}

.button2_color1 a.button2-c {
	background-color: #215989;
  box-shadow: 0 5px 0 #093d69;
}
.button2_color1 a.button2-c span.bt_001 {
	background: #215989;
}
.button2_color1 a.button2-c span.bt_001::after {
	border-color: #215989 transparent transparent transparent;
}
.button2_color2 a.button2-c {
	background: linear-gradient(to right, #ff0000, #942225);
  box-shadow: 0 5px 0 #7d1214;
}

.button2-c-area1 {
	position: relative;
	border: 3px solid #215989;
	padding: 60px 20px 20px;
	margin: 40px 0;
}
.button2-c-area1 .button2-c-wrap_title,
.button2-c-area2 .button2-c-wrap_title {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #215989;
	color: #fff;
	padding: 5px 15px;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	box-sizing: border-box;
}
.button2-c-area1 .button2-c-wrap_title {
	background-color: #215989;
}
.button2-c-area2 .button2-c-wrap_title {
	background-color: #f90202;
}
.button2-c-area2 {
	position: relative;
	border: 3px solid #f90202;
	padding: 60px 20px 20px;
	margin: 20px 0;
}
.button2-c-wrap_text {
	text-align: center;
}


.review_box {
	margin: 0 0 50px;
}


/* move */
section.movie {
	background-color: #e9eff4;
	padding: 0 0 50px;
	margin: 60px 0 0;
}
	section.movie p {
		text-align: center;
		margin: 0 0 20px;
		border-top: 5px solid;
		padding: 10px 0 0;
	}
	section.movie ul {
		display:-ms-flexbox;/*--- IE10 ---*/
		display:-webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-ms-flex-wrap:wrap;/*--- IE10用 ---*/
		-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
		flex-wrap:wrap;
		-webkit-justify-content: space-between; /* Safari */
		justify-content:         space-between;
		background-color: #000;
		padding: 15px;
	}
	section.movie ul li {
		width: 49.5%;
	}
	section.movie ul li img {
		width: 100%;
	}

/* gallery */
section.gallery {
	background-color: #000;
	padding: 0 15px 15px;
	color: #fff;
}

section.gallery .list_bt {
	max-width: 800px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
section.gallery .list_bt a {
	display: block;
	width: 48%;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	margin: 0 0 10px;
	box-sizing: border-box;
}
section.gallery .list_bt02 a {
	width: 32%;
}

	section.gallery #slick-gallery-main02,
	section.gallery #slick-gallery-main03 {
		margin: 40px 0 0;
	}
	section.gallery .gallery_main_img img {
		display: block;
		max-width: 800px;
		margin: auto;
	}
	section.gallery p {
		text-align: center;
		margin: 0 0 20px;
		border-top: 5px solid;
		padding: 10px 0 0;
	}
	section.gallery ul {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 15px 4px;
	}
	section.gallery ul li {
		width: 24.8%;
	}
	section.gallery ul li img {
		width: 100%;
	}


/* ご購入に際しての注意事項や利用規約 */
.terms_of_service {
	background-color: #eee;
	padding: 30px 10px;
	margin: 0px 0 20px;
}
	.terms_of_service_box {
	}
		.terms_of_service_box p {
			font-size: 10px;
			line-height: 1.7;
			margin: 18px 0;
			color: #787878;
		}
			.terms_of_service_box p span {
				font-weight: bold;
			}


/* ポイント */
.point_box {
	margin: 50px 0;
	border: 20px solid #eee;
	padding: 20px;
}
.point_box h3 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 20px;
}
.point_box h3 br {
	display: none;
}
.point_box ul {
	padding: 0 0 0 20px;
}
.point_box ul li {
	position: relative;
	padding: 10px;
	font-size: 14px;
}
.point_box ul li::before {
	position: absolute;
	top: 13px;
	left: -24px;
	content: "";
	width: 20px;
	height: 20px;
	border: 2px solid #106994;
	border-radius: 50%;
}
.point_box ul li::after {
	position: absolute;
	top: 16px;
	left: -10px;
	content: "";
	width: 5px;
	height: 10px;
	border-bottom: 2px solid #106994;
	border-right: 2px solid #106994;
	transform: rotate(45deg);
	transform-origin: 0 0;
}

/* お客様の声 */
.review_box h3 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin: 50px 0 10px;
	background-color: #106994;
	padding: 10px 0;
	color: #fff;
}
.review_box ul li {
	position: relative;
	padding: 25px 10px;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
}
.review_box ul li .review_title {
	font-weight: bold;
	font-size: 18px;
}
.review_box ul li .review_title span.star_color_1,
.review_box ul li .date,
.review_box ul li a.link {
	font-size: 12px;
}
.review_box ul li .review_title span.star_color_1 {
	color: #e9c82f;
	display: inline-block;
	margin-right: 5px;
}
.review_box ul li .date {
	margin: -5px 0 5px;
}
.review_box ul li a.link {
	position: absolute;
	top: 14px;
	right: 10px;
	background-color: #eee;
	border: 1px solid #bbb;
	box-shadow: 0 0 3px 0px #aaa inset;
	padding: 3px 10px;
	color: #000;
	border-radius: 4px;
	display: block;
}
.review_box ul li p {
}

.review_box a.link_bt {
	background-color: #eee;
	border: 1px solid #bbb;
	box-shadow: 0 0 3px 0px #aaa inset;
	padding: 5px 50px 5px 0;
	color: #000;
	border-radius: 4px;
	display: block;
	text-align: center;
	margin: -5px 0 0;
}
.review_box a.link_bt div {
	position: relative;
	display: inline-block;
}
.review_box a.link_bt span {
	position: absolute;
	bottom: -6px;
	font-size: 10px;
	margin-left: 5px;
}
.review_box a.link_bt span::before {
	position: absolute;
	bottom: 8px;
	width: 43px;
	height: 1px;
	background-color: #000;
	content: "";
}
.review_box a.link_bt span::after {
	position: absolute;
	content: "";
	width: 0px;
	border-top: 6px solid transparent;
	border-left: 7px solid #000;
	/* border-bottom: 0px solid transparent; */
	/* transform: rotate(0deg); */
	top: 13px;
	right: -14px;
}



/* wp Order Form（固定ページ） */
.order_form_text {
  background-color: #e9eff4;
  color: #000;
  padding: 0 0 50px;
}
.order_form_text p {
  padding: 30px 0;
}
.order_form_text li a {
color: #0270c9;
}
.order_form_text li a.blank::after {
	content: "";
	display: inline-block;
	background: url('/img_sample/icon_blank_linkcolor.svg') center no-repeat;
	background-size: contain;
	width: 0.8em;
	height: 0.8em;
	margin-left: 4px;
	margin-right: 4px;
}
.order_form_text li a.blank02::after {
	background: url('/img_sample/icon_blank_linkcolor_02.svg') center no-repeat;
}

/* table */
.order_form_box .wpcf7-form {
	border: 1px solid #bbb;
	padding: 30px;
	margin: 50px 0;
}
table.orderform {
	width: 100%;
}
table.orderform .wpcf7-form-control.wpcf7-text {
	padding: 15px;
	border: 1px solid #ccc;
}
table.orderform th,
table.orderform td {
	text-align: left;
  padding: 10px 2px;
}
table.orderform th.th_cell01 {
	padding: 30px 0 10px;
}
table.orderform th.th_cell02 {
	padding: 0 0 30px;
  font-size: 80%;
}
table.orderform th span.hissu02 {
	color: #ff0000;
	display: inline-block;
	margin-left: 5px;
}
table.orderform .wpcf7-submit {
	display: block;
	padding: 15px 50px;
	box-sizing: border-box;
	background-color: #002286;
	color: #FFF;
	font-size: 18px;
	border: 0;
	margin: auto;
	border-radius: 40px;
}

.order_form_box .wpcf7-form .formquiz {
	margin: 40px 0;
}

.order_form_box .wpcf7-form .wpcf7-submit {
	display: block;
	padding: 15px 50px;
	box-sizing: border-box;
	background-color: #002286;
	color: #FFF;
	font-size: 20px;
	border: 5px solid #ddd;
	margin: auto;
	border-radius: 40px;
}

.formquiz .wpcf7-quiz-label {
	display: block;
}

/* 利用規約部分 */
.kiyaku_title {
	margin: 30px 0 0;
}
.kiyaku_area {
	border: 1px solid;
	padding: 20px;
	margin: 15px 0;
}
.kiyaku_area_inner {
	height: 200px;
	overflow: auto;
}
.kiyaku {
	margin: 0 0 30px;
}

.howtoList{}
.howtoList dt{
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.3em;
    background-color: #EEE;
    font-weight: bold;
    border-left: 5px solid #AAA;
    color: #333;
}
.howtoList dd{
    margin-bottom: 50px;
    color: #000;
}
.howtoList dd h3{
    padding-left: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.1em;
    border-left: 5px solid #333;
    color: #333;
}
.howtoList dd p{
    margin-bottom: 30px;
}
.howtoList dd ul{
    margin-bottom: 30px;
    color: #333;
}
.howtoList dd ul > li{
    margin-left: 20px;
    list-style-type: decimal;
    margin-bottom: 5px;
    line-height: 120%;
}


/*-----------------------------------
 フォトギャラリー申し込みフォーム
 -----------------------------------*/
.photo_form_toptext {
}
.photo_form_toptext .common_title span {
	display: block;
	font-size: 80px;
	margin: 30px 0 40px;
	color: #bbb;
	font-weight: bold;
	font-family: 'Arial Black', Gadget, 'sans-serif';
	letter-spacing: -4px;
	position: relative;
}
.photo_form_toptext .common_title span::after {
	content: "#Owners BUSOU Gallery";
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	width: 100%;
	color: #000;
	font-size: 26px;
	letter-spacing: -1px;
}
.photo_form_toptext .notes {
	font-size: 75%;
	color: #999;
	line-height: 1.6;
	margin: 30px 0 0;
}
.photo_form {
 width: 100%;
 padding: 0 0 30px;
}
.photo_form_box ul {
	display: flex;
	background-color: #cc0000;
	padding: 40px 0;
	margin: 20px 0;
	border-radius: 20px;
	color: #fff;
	justify-content: center;
}
.photo_form_box ul li.left {
	width: 30%;
}
.photo_form_box ul li.right {
	width: 50%;
}

.photo_kiyaku_title {
	color: #ff0000;
	margin: 40px 0 10px;
}
.photo_kiyaku_area {
	border: 1px solid #bbb;
	padding: 15px;
	margin: 0 0 10px;
}
.photo_kiyaku_area dl {
	overflow: auto;
	height: 150px;
	font-size: 14px;
}
.photo_kiyaku_area dt {
	font-weight: bold;
}
.photo_kiyaku_area dd {
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 10px;
}

.photo_form .wpcf7-submit {
	display: block;
	padding: 15px 40px;
	box-sizing: border-box;
	color: #000;
	font-size: 16px;
	border: 1px solid #bbb;
	background: -moz-linear-gradient(top, #fff, #ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	border-radius: 10px;
}

/*-----------------------------------
 ECサイト販売店申し込み窓口 wp/sales_store
 -----------------------------------*/

.order_form_text_02 {
	padding: 50px 0;
	background-color: #7fa7c8;
	color: #fff;
}
 .order_form_text_02 p span {
	color: #ff0000;
}
.order_form_text_02 .bt_ec a {
	display: inline-block;
	border: 1px solid;
 	padding: 10px 20px;
	color: #fff;
	margin: 10px 0 0;
}

.boshu_area {
	padding: 70px 30px 30px;
}
	.boshu_box01 {
		text-align: center;
	}
		.boshu_box01 .title {
			/* font-style: italic; */
			font-size: 34px;
			font-weight: bold;
		}
		.boshu_box01 .title span {
			font-size: 90px;
			color: #b6d3eb;
			display: block;
			margin: 60px 0 65px;
			font-weight: bold;
		}
		.boshu_box01 .sub_title {
			/* font-style: italic; */
			font-size: 28px;
			font-weight: bold;
			display: inline-block;
			background-color: #fff;
			margin: 0 0 0px;
			padding: 0 10px 8px;
		}
		.boshu_box01 .boshu_inner_box {
			border: 2px solid #b6d3eb;
			margin: -7px 0 0;
		}
			.boshu_box01 .boshu_inner_box p {
				color: #b6d3eb;
				font-size: 13px;
				font-weight: bold;
			}
			.boshu_box01 .boshu_inner_box p br {
				display: none;
			}
			.boshu_box01 .boshu_inner_box p span {
				display: block;
				font-size: 20px;
				font-weight: bold;
				margin: 10px 0 -3px;
			}
			.boshu_box01 .boshu_inner_box ul {
				display:-ms-flexbox;/*--- IE10 ---*/
				display:-webkit-flex;/*--- safari（PC）用 ---*/
				display:flex;
				-ms-flex-wrap:wrap;/*--- IE10用 ---*/
				-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
				flex-wrap:wrap;
				-webkit-justify-content: space-around; /* Safari */
				justify-content:         space-around;
			}
				.boshu_box01 .boshu_inner_box ul li {
					width: 50%;
				}
				.boshu_box01 .boshu_inner_box ul li img {
					width: 100%;
					display: block;
				}

	.boshu_box02 {
		padding: 20px 0;
	}
		.boshu_box02 .boshu_box02_inner {
			display:-ms-flexbox;/*--- IE10 ---*/
			display:-webkit-flex;/*--- safari（PC）用 ---*/
			display:flex;
			-ms-flex-wrap:wrap;/*--- IE10用 ---*/
			-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
			flex-wrap:wrap;
			-webkit-justify-content: space-between; /* Safari */
			justify-content:         space-between;
			text-align: center;
		}
			.boshu_box02 .boshu_box02_inner .left_box {
				display:-ms-flexbox;/*--- IE10 ---*/
				display:-webkit-flex;/*--- safari（PC）用 ---*/
				display:flex;
				align-items: center;
				justify-content: center;
				width: 20%;
				background-color: #000;
				color: #fff;
				font-weight: bold;
				border-top-left-radius: 15px;
				border-bottom-left-radius: 15px;
				font-size: 22px;
			}
			.boshu_box02 .boshu_box02_inner ul.right_box {
				width: 79%;
			}
			.boshu_box02 .boshu_box02_inner ul.right_box li {
				background-color: #b6d3eb;
				color: #fff;
				padding: 10px;
				margin: 0 0 5px;
				line-height: 1.3;
				font-weight: bold;
				height: 50px;
				display: flex;
				align-items: center;
				justify-content: center;
				font-size: 22px;
			}
			.boshu_box02 .boshu_box02_inner ul.right_box li:first-child {
				border-top-right-radius: 15px;
			}
			.boshu_box02 .boshu_box02_inner ul.right_box li:nth-child(3) {
				font-size: 18px;
			}
			.boshu_box02 .boshu_box02_inner ul.right_box li:nth-child(3) br {
				display: none;
			}
			.boshu_box02 .boshu_box02_inner ul.right_box li:last-child {
				margin: 0;
				border-bottom-right-radius: 15px;
			}
			.boshu_box02 .boshu_box02_inner ul.right_box li:last-child br {
				display: none;
			}
		.boshu_box02 p {
			text-align: right;
			font-size: 80%;
		}



/* ご購入ページ */

.howtobuy_box {
	border: 1px solid #CCC;
	text-align: center;
	margin: 20px 0 50px;
	padding: 10px 0 30px;
}
.howtobuy_box h3 {
	padding: 20px 20px 15px;
}
.howtobuy_box h3::after {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #fff;
	display: block;
	margin: 15px auto;
}
.howtobuy_box ul {
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
}
.howtobuy_box ul li {
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
}
.howtobuy_box ul li:first-child {
	border-right: 1px solid #ccc;
}
.howtobuy_box ul li span {
	font-weight: bold;
	font-size: 120%;
}
.howtobuy_box ul li a {
	color: #fff;
	background-color: #eb5b30;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 30px;
	margin: 5px 0 0;
}
.howtobuy_bottom_box {

}
.howtobuy_bottom_box a {
	display: inline-block;
	padding: 3px 5px 3px 15px;
	border: 1px solid;
	color: #000;
	font-size: 14px;
	margin: 10px 0;
}


section.sec_common_black {
	background-color: #000;
	color: #fff;
	padding: 30px 10px;
}



/* footerカラー変更 */

footer #footerArea01 #footerArea01_wrap {
	width: 800px;
}
footer #footerArea01 #footerArea01_wrap #footerArea01_info {
	width: 300px;
}
footer #footerArea01 #footerArea01_wrap #footerArea01_info dl dt a {
	display: block;
	width: 48%;
	margin: 0 0 15px;
}
footer #footerArea01 #footerArea01_wrap #footerArea01_info dl dd {
	font-size: 0.7em;
	line-height: 190%;
}

footer #footerArea01.footerArea01_sample {
	padding: 20px 0;
	box-sizing: border-box;
	/* background-color: #999; */
	background-color: #000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 900px;
	border-top: 1px solid #215989;
	color: #fff;
}
footer #footerArea01 #footerArea01_wrap #footerArea01_menu ul li a {
	background-color: #111;
}

footer #footerArea02 {
	background-color: #000;
}
footer #footerArea02 ul {
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
footer #footerArea02 li,
footer #footerArea02 a {
	color: #fff;
	font-size: 12px;
}
footer p#copylight {
	box-sizing: border-box;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	background-color: unset;
}


#spContactBtnArea {
	display: none;
}


footer section#footerArea00 {
	background-color: #222222;
}
footer section#footerArea00 #wrap, footer section#footerArea03 #wrap {
	padding: 20px 0;
	margin: 0 auto;
	width: 900px;
	color: #FFF;
}
footer section#footerArea00 #wrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
footer section#footerArea00 #wrap #left {
	width: 60%;
}
footer section#footerArea00 #wrap #left h3 {
	font-size: 20px;
	margin: 0 0 10px;
}
footer section#footerArea00 #wrap #left p {
	font-size: 12px;
}
footer section#footerArea00 #wrap #right {
	width: 40%;
	align-content: center;
}
footer section#footerArea00 #wrap #right a {
	/* padding: 20px 20px 20px 70px; */
	padding: 20px 20px 20px;
	text-align: center;
	box-sizing: border-box;
	background-color: #d90000;
	color: #FFF;
	background-image: url(/common/img/icon_mail.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	background-size: 40px;
	display: block;
	border-radius: 5px;
	font-size: 22px;
}


footer section#footerArea03 {
	background-color: #222222;
}
footer section#footerArea03 #wrap dl {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
footer section#footerArea03 #wrap dl dt {
	width: 40%;
	padding: 15px 0 0;
}
footer section#footerArea03 #wrap dl dd {
	width: 32%;
}



.footer_top_logo {
	/* background-image: url(/img_sample/bg_footer.jpg); */
	/* background-image: url(/img_sample/bg_footer_04.jpg); */
	background-image: url(/img_sample/bg_footer_04_02.jpg);
	background-size: cover;
	background-position-y: center;
	height: 300px;
	background-color: #000;
}
.footer_top_logo img {
	margin: auto;
}
.footer_top_logo img.top_logo_01 {
	width: 35px;
}
.footer_top_logo img.top_logo_02 {
	width: 100px;
}


#footerArea01_menu02 {
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	width: 450px;
}

#footerArea01_menu02 ul {
	width: 33.33%;
}
#footerArea01_menu02 ul li {
	font-size: 13px;
	color: #fff;
	line-height: 1.6;
}
#footerArea01_menu02 ul li span {
	font-weight: bold;
	margin: 0 0 10px;
	display: block;
}
#footerArea01_menu02 ul li a {
	color: #fff;
}

footer #footerArea02 {
	padding: 10px 0;
	box-sizing: border-box;
}

.produce {
	background-color: #000;
	text-align: right;
}
.produce span {
	color: #999;
	font-size: 9px;
	background-color: #222;
	padding: 2px 7px;
	display: inline-block;
	line-height: 1.7;
}


.order_form_box_toptext {
	font-size: 14px;
	margin: 0 0 1px;
	line-height: 1.5;
	background-color: #eee;
	padding: 10px;
}
.order_form_box_toptext span {
	font-weight: bold;
}


.accordion-content {
	display: none;
	text-align: left;
	background-color: #222;
	border: 1px solid #215989;
	padding: 20px;
	font-size: 90%;
	line-height: 1.5;
	margin: 15px 0 0;
}
.accordion .accordion-title span {
	background-color: #215989;
	padding: 5px 20px;
	font-size: 16px;
	font-weight: normal;
	border-radius: 6px;
}





.common_area_01 {
	padding: 140px 0 50px;
}
.common_area_01, .common_area_02, .common_area_04 {
	background-color: #fff;
}
.common_area_01 .inner, .common_area_02 .inner, .common_area_03 .inner, .common_area_04 .inner, .work_area .inner {
	max-width: 1000px;
	margin: auto;
}
.common_area_02, .common_area_03, .common_area_04 {
	padding: 70px 0;
}
.common_area_02 {
	text-align: center;
}
.common_area_01 h2 {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.5;
	color: #6a7c91;
}
.common_area_01 h2 span {
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.common_area_02 h3 {
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 40px;
}

.common_area_03 {
	background-color: #f5f5f5;
}
.common_area_03 h3::before {
	position: absolute;
	content: "FEATURE";
	font-size: 200px;
	color: #fff;
	font-weight: bold;
	line-height: 0.2;
	left: -30px;
	z-index: -1;
}
.common_area_03 h3 {
	position: relative;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 30px;
	z-index: 2;
}
.common_area_03 h3 span {
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.common_area_03 ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 60px 0 0;
}
.common_area_03 ul li {
	width: 30.5%;
	background-color: #fff;
	padding: 5px;
	border-radius: 15px;
}
.common_area_03 ul li img {
	width: 100%;
	border-radius: 15px;
}
.common_area_03 ul li .title {
	font-size: 24px;
	font-weight: bold;
	margin: 25px 0;
	text-align: center;
	line-height: 1.2;
}

/***********************************
* 保険修理ページ
（共通CSSからの変更）
***********************************/
#hoken .common_area_02 .top_textbox {
  margin: 0 0 30px;
}
#hoken .common_area_02 a.daisha_link {
	display: block;
	margin: 60px 0 0;
	box-shadow: 0 0 15px 0px #eee;
	border: 1px solid #eee;
}
#hoken .hoken_area_01 {
	background-color: #eee;
}
#hoken .hoken_area_01 .inner {
	max-width: 1000px;
	margin: auto;
}
#hoken .hoken_area_01 ul {
  display:-ms-flexbox;/*--- IE10 ---*/
  display:-webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/
  -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
  flex-wrap:wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  align-items: center;
}
#hoken .hoken_area_01 ul li {
  width: 50%;
}
#hoken .hoken_area_01 ul li.left {
  padding: 50px 30px 50px 10px;
  box-sizing: border-box;
}
#hoken .hoken_area_01 ul li .title {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 10px;
}
#hoken .hoken_area_01 ul li span.subtitle {
  display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 20px;
}
#hoken .hoken_area_01 ul li p {
	font-size: 15px;
}
#hoken .hoken_area_01 ul li.right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#hoken .hoken_area_02 {
	background-color: #fff;
  padding: 70px 0;
}
#hoken .hoken_area_02 .inner {
	max-width: 1000px;
	margin: auto;
}
#hoken .hoken_area_02 .box01 {
  text-align: center;
}
#hoken .hoken_area_02 .box01 .title {
  font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}
#hoken .hoken_area_02 .box01 .title span {
	font-weight: bold;
	border-bottom: 1px dotted #999;
	padding: 0 0 5px;
  position: relative;
}
#hoken .hoken_area_02 .box01 .title span::before,
#hoken .hoken_area_02 .box01 .title span::after {
  content: "";
  height: 0px;
  width: 0px;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 50px solid #f9c91a;
  position: absolute;
}
#hoken .hoken_area_02 .box01 .title span::before {
  left: -60px;
  transform: rotate(-40deg);
}
#hoken .hoken_area_02 .box01 .title span::after {
  right: -60px;
  transform: rotate(40deg);
}
#hoken .hoken_area_02 .box01 .subtitle {
  font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
  margin: 15px 0 0;
}
#hoken .hoken_area_02 .box01 .subtitle span {
	font-weight: bold;
  color: #f36500;
}
#hoken .hoken_area_02 .box01 ul {
  display:-ms-flexbox;/*--- IE10 ---*/
  display:-webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/
  -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
  flex-wrap:wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
#hoken .hoken_area_02 .box01 ul li {
	position: relative;
	width: 48%;
	background-color: #eee;
	border-radius: 10px;
	margin: 50px 0 30px;
}
#hoken .hoken_area_02 .box01 ul li .title_me,
#hoken .hoken_area_02 .box01 ul li .title_de {
  position: absolute;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
#hoken .hoken_area_02 .box01 ul li .title_me span,
#hoken .hoken_area_02 .box01 ul li .title_de span {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 10px 40px;
	border-radius: 30px;
	font-size: 120%;
}
#hoken .hoken_area_02 .box01 ul li .title_me span {
  background-color: #f36500;
}
#hoken .hoken_area_02 .box01 ul li .title_de span {
  background-color: #333;
}
#hoken .hoken_area_02 .box01 ul li p {
  padding: 50px 20px 30px;
  font-weight: bold;
}
#hoken .hoken_area_02 .box01 ul li p span {
  color: #ff0000;
  font-weight: bold;
}
#hoken .hoken_area_02 .box01 .text_box {
	padding: 30px 30px;
	background-color: #f9c91a;
	border-radius: 10px;
  position: relative;
}
#hoken .hoken_area_02 .box01 .text_box::before,
#hoken .hoken_area_02 .box01 .text_box::after {
  content: "";
  height: 130px;
  width: 0px;
  position: absolute;
  top: 40px;
}
#hoken .hoken_area_02 .box01 .text_box::before {
  left: 60px;
  transform: rotate(-30deg);
  border-left: 5px dotted #fff;
}
#hoken .hoken_area_02 .box01 .text_box::after {
  right: 60px;
  transform: rotate(30deg);
  border-right: 5px dotted #fff;
}
#hoken .hoken_area_02 .box01 .text_box span {
  font-weight: bold;
  display: inline-block;
  margin: 10px 0;
}


#hoken .hoken_area_03 {
	background-color: #eee;
  padding: 70px 0;
}
#hoken .hoken_area_03 .inner {
	max-width: 1000px;
	margin: auto;
}



.hoken_area_03 h4.title_01 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #75879c;
	padding-left: 10px;
	border-left: 10px solid;
	padding-bottom: 2px;
	margin: 0 0 20px;
}
.hoken_area_03 .box01 {
	width: 540px;
	background: #fff;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.hoken_area_03 .box01 .box_left {
	width: 100px;
}
.hoken_area_03 .box01 .box_left img {
	width: 100%;
}
.hoken_area_03 .box01 .box_right {
	width: calc(100% - 126px);
}
.hoken_area_03 .box01 .box_right p {
	margin: 10px 0 0;
}

.hoken_area_03 .box02 {
	margin: 40px 0 0;
}

.hoken_area_03 .box02 > h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}

article.ex-art .ico {
	width: 106px;
}
article.ex-art .cont {
	width: calc(100% - 126px);
}
article.ex-art .cont ul {
	margin-top: 10px;
}
.iusu-TBL02 table {
  width: 100%;
	table-layout: fixed;
}
.iusu-TBL02 .co00 {
	width: 100px;
}
.iusu-TBL02 th, .iusu-TBL02 td {
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	position: relative;
}
.iusu-TBL02 th, .iusu-TBL02 td.co00 {
	font-size: 18px;
	font-weight: 700;
}
.iusu-TBL02 th {
	color: #fff;
	background: #6a7c91;
	border-right: dashed 1px #fff;
}
.iusu-TBL02 td {
	background: #fff;
	border-right: dashed 1px #BBBBBB;
	border-bottom: dashed 1px #BBBBBB;
	font-size: 14px;
}

.hoken_area_03 .box02 .scr-wrap {
	padding: 52px 0;
	position: relative;
	margin: -33px 0 -42px;
}
.sbBox01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 42px;
	position: absolute;
	top: 0;
	left: 544px;
}
.sbBox01 > .text {
	font-size: 20px;
	font-weight: 700;
	color: #1434cb;
}
.sbBox01 > .sb {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	border-radius: 5px;
	background: #1434cb;
	padding: 0 15px;
	margin-right: 10px;
	position: relative;
}
.sbBox01 > .sb::after {
	content: "";
	width: 0;
	height: 0;
	border-top: solid 10px #1434cb;
	border-left: solid 4.5px transparent;
	border-right: solid 4.5px transparent;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin: 0 auto;
}

.iusu-TBL02 tr.line02 td.co11::after, .iusu-TBL02 tr.line02 td.co12::after {
	content: "";
	width: 0;
	height: 0;
	border-left: solid 8px #1434cb;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	position: absolute;
	z-index: 2;
	top: calc(50% - 5px);
	right: -5px;
}
.iusu-TBL02 tr.line02 td.co11::before {
	content: "";
	width: calc(300% + 3px);
	height: calc(100% + 1px);
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	border: solid 3px #1434cb;
	z-index: 2;
}

.sbBox02 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 42px;
	position: absolute;
	bottom: 0;
	left: 363px;
}
.sbBox02 > .sb {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	border-radius: 5px;
	background: #f36500;
	padding: 0 15px;
	margin-right: 10px;
	position: relative;
}
.sbBox02 > .sb::after {
	content: "";
	width: 0;
	height: 0;
	border-bottom: solid 10px #f36500;
	border-left: solid 4.5px transparent;
	border-right: solid 4.5px transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	margin: 0 auto;
}
.sbBox02 > .text {
	font-size: 20px;
	font-weight: 700;
	color: #f36500;
}

.iusu-TBL02 tr.line03 td.co07::after, .iusu-TBL02 tr.line03 td.co08::after {
	content: "";
	width: 0;
	height: 0;
	border-left: solid 8px #f36500;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	position: absolute;
	z-index: 2;
	top: calc(50% - 3px);
	right: -5px;
}
.iusu-TBL02 tr.line03 td.co09::before {
	content: "";
	width: calc(300% + 3px);
	height: calc(100% + 1px);
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: -1px;
	border: solid 3px #f36500;
	z-index: 2;
}
.sbBox02 .sp {
	display: none !important;
}

.iusu-TBL02 th.co10::before {
	content: "";
	width: calc(100% + 2px);
	height: 300%;
	box-sizing: border-box;
	position: absolute;
	left: -1px;
	top: 0;
	border: solid 3px #F9C91A;
	z-index: 2;
}


.hoken_area_03 .box03 {
	margin: 50px 0 0;
}
.iusu-TBL01 table {
	width: 100%;
}
.iusu-TBL01 .col01 {
	width: 172px;
}
.iusu-TBL01 tbody th, .iusu-TBL01 tbody td {
	height: 60px;
	vertical-align: middle;
	border-bottom: dashed 1px #BBBBBB;
}
.iusu-TBL01 thead th.col02 {
	border-right: dashed 1px #fff;
}
.iusu-TBL01 thead th {
	text-align: center;
	vertical-align: middle;
	color: #fff;
	height: 50px;
	background: #6a7c91;
	font-size: 20px;
	font-weight: 700;
}
.iusu-TBL01 thead th.col01 {
	background: none;
}
.iusu-TBL01 thead th.col01 > div {
	display: none;
}
.iusu-TBL01 tbody th {
	padding-left: 35px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	background: #ddd;
}
.iusu-TBL01 tbody th > div {
	font-weight: bold;
}
.iusu-TBL01 tbody td {
	text-align: center;
	vertical-align: middle;
	background: #fff;
	font-size: 16px;
	font-weight: 700;
}
.iusu-TBL01 tbody td.col02 {
	border-right: dashed 1px #BBBBBB;
}

.iusu-TBL01 tbody td .inner02.flex {
	justify-content: center;
	font-weight: 500;
}
.inner02.flex {
	width: 100%;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.iusu-TBL01 tbody td .inner02.flex > div:first-child {
	margin-right: 20px;
}

.iusu-TBL01 tbody td span.price-num .red {
	font-size: 30px;
	font-weight: 800;
  color: #f36500;
}

.hikaku-text {
	margin-top: 52px;
	text-align: center;
	font-weight: 800;
	font-size: 24px;
	position: relative;
}
.hikaku-text::before {
	content: "";
	width: 0;
	height: 0;
	border-top: solid 20px #F9C91A;
	border-left: solid 40px transparent;
	border-right: solid 40px transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(100% + 20px);
	margin: 0 auto;
}
.hikaku-text .sp {
	display: none !important;
}
.hikaku-text .big {
	font-size: 34px;
	font-weight: 900;
}
span.uline.red {
	color: #f36500;
}



/***********************************
* 代車についてのページ
（共通CSSからの変更）
***********************************/
#rent .common_area_03 h3 {
  font-size: 2.5rem;
}
#rent .common_area_03 h3::before {
  content: "LOANER CAR";
  font-size: 120px;
}
#rent .common_area_03 ul {
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
  margin: 60px 0 20px;
}
#rent .common_area_03 ul li {
  margin: 10px;
}
#rent .common_area_03 ul li {
	width: 30%;
}
#rent .common_area_03 ul li .title {
  margin: 20px 0 10px;
	font-size: 20px;
}
#rent .common_area_03 ul li .title span {
	display: block;
	font-size: 17px;
	margin: 3px 0 0;
}
#rent .common_area_03 ul li .icon {
  text-align: center;
  margin: 0 0 10px;
}
#rent .common_area_03 ul li .icon span {
	display: inline-block;
	background-color: #6a7c91;
	color: #fff;
	margin: 1px;
	padding: 2px 7px;
	font-size: 14px;
	border-radius: 5px;
	box-shadow: 0 0 2px #333 inset;
}
#rent .common_area_03 .bottom_text {
	text-align: center;
	margin: 0 0 50px;
}


table.priceTable01.course {
	text-align: center;
	border-spacing: 1px;
	border-collapse: separate;
	width: 100%;
}
table.priceTable01 th, table.priceTable01 td {
	border: 1px solid #aaa;
	padding: 10px 10px;
	vertical-align: middle;
}
table.priceTable01 th {
	background-color: #ddd;
}
table.priceTable01.course thead th.top_th {
	background-color: #6a7c91;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 20px 10px;
}



/***********************************
* ラッピングページ・オールペイントページ
（共通CSSからの変更）
***********************************/
#wrapping_allpaint .common_area_03 h3.wrapping::before {
  content: "WRAPPING";
  font-size: 120px;
}

#wrapping_allpaint .common_area_03 h3.common_subtitle::before {
  font-size: 60px;
  color: #f5f5f5;
  left: -10px;
}
#wrapping_allpaint .common_area_03 h3.common_subtitle.protection_film::before {
  content: "PROTECTION FILM";
}
#wrapping_allpaint .common_area_03 h3.common_subtitle {
  font-size: 2.2rem;
}
#wrapping_allpaint .common_area_03 .wrapping_inbox {
  background-color: #fff;
  padding: 40px 30px 30px;
  margin: 60px 0 60px;
}
#wrapping_allpaint .common_area_03 .wrapping_inbox h4 {
  font-size: 26px;
  font-weight: bold;
  border-left: 10px solid #6a7c91;
  padding-left: 15px;
  margin: 0 0 30px;
}
#wrapping_allpaint .common_area_03 .wrapping_inbox h4 br {
  display: none;
}
#wrapping_allpaint .common_area_03 .wrapping_inbox ul {
  margin: 10px 0 0px;
  padding: 10px 0px 60px;
}
#wrapping_allpaint .common_area_03 .wrapping_inbox ul li.text {
	width: 58%;
	padding: 5px 10px 0;
	box-sizing: border-box;
	line-height: 1.8;
}
#wrapping_allpaint .common_area_03 .wrapping_inbox ul li.image {
  width: 38%;
  padding: 0;
}
#wrapping_allpaint .common_area_03 .wrapping_inbox ul li.image img {
  border-radius: unset;
}
#wrapping_allpaint .common_area_03 .wrapping_inbox ul li {
  background-color: unset;
}

#wrapping_allpaint .common_area_03 .wrapping_inbox .gallery_area {
	padding: 60px 0px 0;
}
#wrapping_allpaint .common_area_03 .wrapping_inbox h3#gallery_title::before,
#wrapping_allpaint .common_area_03 .wrapping_inbox h3.price::before {
  font-size: 60px;
  color: #f5f5f5;
}
#wrapping_allpaint .common_area_03 .wrapping_inbox h3#gallery_title,
#wrapping_allpaint .common_area_03 .wrapping_inbox h3.price {
  font-size: 2rem;
  margin: 0 0 20px 20px;
}

#wrapping_allpaint .common_area_03 .wrapping_inbox h3.price::before {
  content: "PRICE";
}
#wrapping_allpaint .common_area_03 .wrapping_inbox img.sample2 {
	max-width: 100%;
	margin: 40px 0 70px;
	background-color: #fff;
	padding: 20px 10px 30px;
	box-shadow: 0 0 10px 0px #eee;
	border: 1px solid #eee;
}

#wrapping_allpaint .common_area_03 h3.common_subtitle.dinoc_film::before {
  content: "DINOC FILM";
}

#wrapping_allpaint .common_area_03 h3.merit_demerit {
  margin: 120px 0 30px;
}
#wrapping_allpaint .common_area_03 h3.merit_demerit::before {
  content: "MERIT・DEMERIT";
  font-size: 105px;
}

#wrapping_allpaint .merit_demerit .top_textbox {
  padding: 0 0 20px;
}
#wrapping_allpaint .merit_demerit .point {
	background-color: #fff;
	padding: 30px 30px 20px;
	position: relative;
	margin: 20px 0 30px;
  border-radius: 6px;
}
#wrapping_allpaint .merit_demerit .point span {
	position: absolute;
	top: -13px;
	left: 20px;
	background-color: #000;
	color: #fff;
	padding: 2px 30px;
	border-radius: 20px;
}

#wrapping_allpaint .merit_demerit table.sp {
	display: none;
}
#wrapping_allpaint .merit_demerit table {
	table-layout: fixed;
	width: 100%;
  border-collapse: separate;
  border-spacing: 15px;
}
#wrapping_allpaint .merit_demerit table td {
  padding: 10px;
  font-size: 14px;
  vertical-align: middle;
}
#wrapping_allpaint .merit_demerit table td.icon {
	background-color: #fff;
	border-right: 5px solid #77d3fc;
}
#wrapping_allpaint .merit_demerit table td.icon img {
	width: 100%;
	padding: 15px 30px 0;
	box-sizing: border-box;
}
#wrapping_allpaint .merit_demerit table td.merit {
  background-color: #77d3fc;
}
#wrapping_allpaint .merit_demerit table td.demerit {
  background-color: #ddd;
}
#wrapping_allpaint .merit_demerit table td.osusume {
  background-color: #ffffcb;
}

#wrapping_allpaint .common_area_03 h3.allpaint::before {
  content: "ALL PAINT";
  font-size: 120px;
}


.gallery_area .gallery_box {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.gallery_box img {
	width: 33.33%;
}



/***********************************
* ポリマーページ　→　コーティング表記に変更
（共通CSSからの変更）
***********************************/

#polymer .common_area_02 .top_imgbox {
  width: 50%;
  margin: auto;
}
#polymer .common_area_02 .top_imgbox img {
  width: 100%;
}
#polymer .top_textbox {
	padding: 20px 10px;
	/* font-size: 18px; */
	line-height: 2;
}
#polymer .top_textbox span.b {
	font-weight: bold;
  font-size: 120%;
}
#polymer .common_area_02 h3.title_himohs {
	margin: 60px 0 40px;
}

#polymer .common_area_03_gray {
  background-color: #777;
  color: #fff;
}
#polymer .common_area_03_gray h3::before {
  content: "MENU";
  color: #888;
}
#polymer .common_area_03_gray h3 {
  font-size: 3rem;
}

.tbl01 {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
	margin: 10px 0 10px;
}
.tbl01 th, .tbl01 td {
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #fff;
	vertical-align: middle;
  font-size: 13px;
}
.tbl01 td {
	padding: 20px 3px;
	text-align: center;
  font-size: 12px;
}

#polymer .polymer_instagram img {
  width: 100%;
}
#polymer .polymer_instagram .instagram_logobox {
  width: 200px;
  margin: 20px auto 20px;;
}

#polymer .common_area_03-02 {
  background-color: #000;
  color: #fff;
}
#polymer .common_area_03-02 ul li {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
#polymer .common_area_03-02 ul li.libox01 {
  background-image: url('../img/bmw-bg02.png');
  background-repeat: no-repeat;
  background-size: cover;
}
#polymer .common_area_03-02 ul li.libox02 {
  background-image: url("../img/bmw-bg03.png");
  background-repeat: no-repeat;
  background-size: cover;
}


#polymer .top_coating_profile {
	background-color: #f9f9f9;
	padding: 20px 20px 30px;
	border-radius: 10px;
	/* box-shadow: 0 0 15px 0 #ddd; */
	border: 1px solid #ddd;
	margin: 60px auto 100px;
	width: 750px;
}
#polymer .top_coating_profile img {
  max-width: 100%;
  margin: 0 auto;
}
#polymer .common_area_02 .top_coating_profile h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 20px;
}
#polymer .common_area_02 .top_coating_profile h3 br {
	display: block;
}
#polymer .top_coating_profile h3 span {
	font-size: 86%;
	display: block;
	margin: 10px 0 0;
	border-bottom: 3px solid #000;
	padding: 0 0 20px;
}
#polymer .top_coating_profile p.tel {
	font-size: 120%;
	font-weight: bold;
	padding: 5px;
}
.top_coating_profile p > br {
  display: none;
}


#polymer .polymer_instagram .instagram_imgbox {
  display:-ms-flexbox;/*--- IE10 ---*/
  display:-webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/
  -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
  flex-wrap:wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
#polymer .polymer_instagram .instagram_imgbox a {
	display: block;
	width: 33.2%;
	margin: 1px 0;
	box-sizing: border-box;
}
#polymer .polymer_instagram .instagram_imgbox a > img {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 410px;
}


/***********************************
* 自動車販売ページ　CAR SALES
（共通CSSからの変更）
***********************************/

#car_sales .common_area_02 h3 {
	line-height: 1.3;
}
#car_sales .top_textbox_02 {
	margin: 40px 0 20px;
	background-color: #eee;
	padding: 15px 10px;
}
#car_sales .top_textbox_02 p {
	margin: 10px 0;
}
#car_sales .top_textbox_02 span.s0001 {
	background-color: #000;
	color: #fff;
	padding: 2px 20px;
	border-radius: 5px;
	display: inline-block;
	margin: 5px 0 0;
	font-weight: bold;
}
#car_sales .top_textbox_02 span.s0002 {
	background-color: #6a7c91;
	color: #fff;
	padding: 2px 20px;
	border-radius: 5px;
	display: inline-block;
	margin: 5px 0 0;
}
#car_sales .icon_maker_box {
	display:-ms-flexbox;/*--- IE10 ---*/
  display:-webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/
  -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
  flex-wrap:wrap;
  -webkit-justify-content: flex-start; /* Safari */
  justify-content:         flex-start;
}
#car_sales .icon_maker_box img {
	/* width: 98px; */
	width: 83px;
}


#car_sales .hoken_area_01 {
	background-color: #eee;
}
#car_sales .hoken_area_01 .inner {
	max-width: 1000px;
	margin: auto;
}
#car_sales .hoken_area_01 ul {
  display:-ms-flexbox;/*--- IE10 ---*/
  display:-webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/
  -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
  flex-wrap:wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  align-items: center;
}
#car_sales .hoken_area_01 ul li {
  width: 50%;
}
#car_sales .hoken_area_01 ul li.left {
  padding: 50px 30px 50px 10px;
  box-sizing: border-box;
}
#car_sales .hoken_area_01 ul li .title {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 10px;
}
#car_sales .hoken_area_01 ul li span.subtitle {
  display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 20px;
}
#car_sales .hoken_area_01 ul li p {
	font-size: 15px;
}
#car_sales .hoken_area_01 ul li.right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#car_sales .hoken_area_02 {
	background-color: #fff;
  padding: 70px 0;
}
#car_sales .hoken_area_02 .inner {
	max-width: 1000px;
	margin: auto;
}
#car_sales .hoken_area_02 .box01 {
  text-align: center;
}
#car_sales .hoken_area_02 .box01 .title {
  font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}
#car_sales .hoken_area_02 .box01 .title span {
	font-weight: bold;
	border-bottom: 1px dotted #999;
	padding: 0 0 5px;
  position: relative;
}
#car_sales .hoken_area_02 .box01 .title span::before,
#car_sales .hoken_area_02 .box01 .title span::after {
  content: "";
  height: 0px;
  width: 0px;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 50px solid #f9c91a;
  position: absolute;
}
#car_sales .hoken_area_02 .box01 .title span::before {
  left: -60px;
  transform: rotate(-40deg);
}
#car_sales .hoken_area_02 .box01 .title span::after {
  right: -60px;
  transform: rotate(40deg);
}
#car_sales .hoken_area_02 .box01 .subtitle {
  font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
  margin: 15px 0 0;
}
#car_sales .hoken_area_02 .box01 .subtitle span {
	font-weight: bold;
  color: #f36500;
}
#car_sales .hoken_area_02 .box01 ul {
  display:-ms-flexbox;/*--- IE10 ---*/
  display:-webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/
  -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
  flex-wrap:wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
#car_sales .hoken_area_02 .box01 ul li {
	position: relative;
	width: 48%;
	background-color: #eee;
	border-radius: 10px;
	margin: 50px 0 30px;
}
#car_sales .hoken_area_02 .box01 ul li.three {
	width: 100%;
	margin: 15px 0 30px;
}
#car_sales .hoken_area_02 .box01 ul li .title_me,
#car_sales .hoken_area_02 .box01 ul li .title_de,
#car_sales .hoken_area_02 .box01 ul li .title_003 {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
#car_sales .hoken_area_02 .box01 ul li .title_me span,
#car_sales .hoken_area_02 .box01 ul li .title_de span,
#car_sales .hoken_area_02 .box01 ul li .title_003 span {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	padding: 10px 40px;
	border-radius: 30px;
	font-size: 120%;
}
#car_sales .hoken_area_02 .box01 ul li .title_me span {
  background-color: #f36500;
}
#car_sales .hoken_area_02 .box01 ul li .title_de span {
  background-color: #333;
}
#car_sales .hoken_area_02 .box01 ul li .title_003 span {
  background-color: #6a7c91;
}
#car_sales .hoken_area_02 .box01 ul li p {
  padding: 50px 20px 30px;
  font-weight: bold;
}
#car_sales .hoken_area_02 .box01 ul li p span {
	display: block;
  color: #ff0000;
  font-weight: bold;
	margin: 5px 0 0;
}
#car_sales .hoken_area_02 .box01 .text_box {
	padding: 30px 30px;
	background-color: #f9c91a;
	border-radius: 10px;
  position: relative;
}
#car_sales .hoken_area_02 .box01 .text_box::before,
#car_sales .hoken_area_02 .box01 .text_box::after {
  content: "";
  height: 130px;
  width: 0px;
  position: absolute;
  top: 40px;
}
#car_sales .hoken_area_02 .box01 .text_box::before {
  left: 60px;
  transform: rotate(-30deg);
  border-left: 5px dotted #fff;
}
#car_sales .hoken_area_02 .box01 .text_box::after {
  right: 60px;
  transform: rotate(30deg);
  border-right: 5px dotted #fff;
}
#car_sales .hoken_area_02 .box01 .text_box span {
  font-weight: bold;
  display: inline-block;
  margin: 10px 0;
}



#contact table {
	border-collapse: collapse;
	width: 100%;
	border: 0;
}
#contact table th {
	background: #f2f2f2;
	font-weight: normal;
}
#contact table td, #contact table th {
	border: 1px solid #ccc;
	padding: 10px 15px 7px;
	line-height: 2;
	vertical-align: middle;
}
#contact table td {
	padding: 4%;
	background-color: #fbfbfb;
}
#contact table input, #contact table textarea {
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px 0;
	font-size: 14px;
}
#contact table textarea {
	height: 200px;
}
#contact table textarea {
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px 0;
	font-size: 14px;
}
#contact .consult_form_error li {
	color: #FFF;
	padding: 20px;
	margin-bottom: 5px;
	background-color: #6a7c91;
}
#contact .btn_for_entry {
	margin: 20px 0 0;
}
#contact input[type="submit"],
#contact input[type="button"] {
	padding: 10px 20px;
	font-size: 15px;
}
.btnBlue01 {
	background-color: #6a7c91;
	color: #fff;
}
ul.btn_form_area {
	margin: 20px 0 0;
  display:-ms-flexbox;/*--- IE10 ---*/
  display:-webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/
  -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
  flex-wrap:wrap;
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
}
ul.btn_form_area li {
	margin: 10px 20px;
}

.thanks_box {
	text-align: center;
	padding: 50px 0;
}
.thanks_box h3.title01 {
	font-size: 28px;
	font-weight: bold;
	margin: 20px 0 50px;
}
.thanks_box h3.title01 span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0;
}
