@charset "shift-jis";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
}
body#top_page {
	background:#000000;
}
body {
	background:#FFFFFF;
	/* font-family: "Hiragino Kaku Gothic Pro",Meiryo,InterstateRegular,sans-serif; */
	font-family: 'MazdaTypeRegular','Noto Sans CJKJP',"Hiragino Kaku Gothic Pro",Meiryo,'Meiryo UI',InterstateRegular,sans-serif;
	margin:0;
	padding:0;
	font-size: 92%;
	line-height:1.4em;
  scroll-behavior: smooth;
}
img {
	margin:0;
	padding:0;
  vertical-align:top;
}
h1 {
	margin:0;
	padding: 20px 0px 0px 0px;
	font-size:24px;
  font-weight: normal;
}
h1 a { color:#FFFFFF; }
h2 {
	margin:0px 0px 40px 0px;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.3;
}
h2 img#title_icon {
  height: 60px;
  margin-right: 20px;
  vertical-align: middle;
}
h3.catch {
	margin:0px 0px 40px 0px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
}
a {
	color:#000000;
	text-decoration: none;
}
a:hover { color:#CCCCCC; }
table {
  width: 100%;
  border-collapse:collapse;
}
table.table_half {
  width: 50%;
  border-collapse:collapse;
}
th {
  padding: 15px;
  background:#e7e7e7;
  border:solid 1px #CCCCCC;
  font-weight: normal;
}
td {
  padding: 15px;
  background:#FFFFFF;
  border:solid 1px #CCCCCC;
  text-align: center;
}
td span.price { font-size: 24px; }
td.border_top_none { border-top: none!important; }
td.border_bottom_none { border-bottom: none!important; }
td.border_none {
  border-top: none!important;
  border-bottom: none!important;
}
table tr td ul {
  margin: 0;
  padding: 0 0 0 20px!important;
}
#header {
	background:#000000;
	overflow:hidden;
}
#header #header_contents {
	width:1200px;
	margin:0 auto;
	padding:10px 0 0 0;
	overflow:hidden;
}
#header #header_contents #rogo {
	width:77px;
	float:left;
	margin:10px 20px 0 20px;
}
#header #header_contents .drawer-hidden { display: none; }
#header #header_contents ul {
  display: flex;
  justify-content: stretch;
  padding: 0;
	overflow: hidden;
}
#header #header_contents ul li {
	font-size:14px;
	list-style:none;
	color:#fff;
	padding:10px 20px 10px 30px;
	text-align:center;
	line-height:1;
}
#header #header_contents ul li a { color:#FFFFFF; }
#main_img {
	width:1200px;
	margin:0 auto;
	overflow: hidden;
}
.bg_typeA { background: #F5F5F5; }
.bg_typeB { background: #E7E7E7; }
.bg_typeC { background: #FFFFFF; }
.bg_typeD { background: #FFFFFF; }
.bg_typeE { background: #F5F5F5; }
.bg_typeA .typeA_contents ,
.bg_typeB .typeB_contents ,
.bg_typeC .typeC_contents ,
.bg_typeD .typeD_contents ,
.bg_typeE .typeE_contents {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
}
.bg_typeA .typeA_contents a ,
.bg_typeB .typeB_contents a ,
.bg_typeC .typeC_contents a ,
.bg_typeD .typeD_contents a ,
.bg_typeE .typeE_contents a {
  text-decoration: underline;
}
.bg_typeA .typeA_contents p img ,
.bg_typeB .typeB_contents p img ,
.bg_typeC .typeC_contents p img ,
.bg_typeD .typeD_contents p img ,
.bg_typeE .typeE_contents p img {
  margin: 20px 0;
}
.bg_typeA .typeA_contents h2 span ,
.bg_typeB .typeB_contents h2 span ,
.bg_typeC .typeC_contents h2 span ,
.bg_typeD .typeD_contents h2 span ,
.bg_typeE .typeE_contents h2 span {
  font-size: 20px;
}
.bg_typeA .typeA_contents .grid ,
#related_information .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.bg_typeA .typeA_contents section.grid article ,
#related_information section.grid article {
  margin: 10px;
}
.bg_typeA .typeA_contents .grid div ,
#related_information .grid div {
  margin: 10px;
  background: #FFFFFF;
}
.bg_typeA .typeA_contents .grid div a ,
#related_information .grid div a {
  display: block;
  text-decoration: none;
}
.bg_typeA .typeA_contents .grid div a h3 ,
#related_information .grid div a h3 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}
.bg_typeA .typeA_contents .grid div a p ,
#related_information .grid div a p {
  text-align: center;
  font-size: 15px;
  line-height: 2em;
}
/* リンク付きタブ */
#tab_link {
  background: #F5F5F5;
  border-bottom: 1px solid #CCCCCC;
}
.bg_typeD #tab_link ul.tab_link_2col ,
.bg_typeE #tab_link ul.tab_link_2col {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}
.bg_typeD #tab_link ul.tab_link_3col ,
.bg_typeE #tab_link ul.tab_link_3col {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}
.bg_typeD #tab_link ul.tab_link_4col ,
.bg_typeE #tab_link ul.tab_link_4col {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

#tab_link ul li {
  text-align: center;
}
.bg_typeD #tab_link ul li.here {
  margin-bottom: -1px;
  background: #FFFFFF;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #FFFFFF;
}
.bg_typeE #tab_link ul li.here {
  margin-bottom: -1px;
  background: #F5F5F5;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
#tab_link ul li a {
  padding: 20px 15px 15px 15px;
  display: block;
  font-size: 16px;
  color: #666666;
}
#tab_link ul li a:hover {
  color: #CCCCCC;
}
#tab_link ul li.here a {
  color: #000000;
  font-weight: bold;
}
#main_link ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#main_link ul li {
  list-style: none;
  float: left;
  margin: 0 0 10px 0;
  padding: 0;
}
#main_link ul li:nth-child(odd) { margin-right: 10px; }
#main_link ul li a {
  color:#FFFFFF;
  text-decoration: none;
}
#main_link h3 {
  margin: 0;
  padding: 15px 20px;
  background:url(../img/top_arrow.png) no-repeat right 20px center;
  background-color: #000000;
}
#topics { margin-top: 50px; }
#topics dl {
  height: 260px;
  padding: 20px;
  background: #FFFFFF;
  overflow-y: scroll;
}
#topics dl dt {
  width: 140px;
  float: left;
}
#topics dl dd {
  margin: 0 0 20px 140px;
  font-size: 95%;
}
#osusume ul {
  padding: 10px;
  list-style: none;
  overflow: hidden;
  width: 870px;
  margin: 0 auto;
}
#osusume ul li {
  margin: 5px;
  float: left;
}
#osusume ul li img { width: 280px; }
#icon_link ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
#icon_link ul li {
  width: 300px;
  font-size: 95%;
  text-align: center;
}
#icon_link ul li a {
  text-decoration: none;
  display: block;
}
#icon_link ul li img {
  width: auto;
  margin-bottom: 10px;
}
#topics p ,
#event p ,
#osusume p {
	margin:0;
	padding:0 0 10px 0;
}
/* 下層ページ */
#sub_main_img {
	background:#202020;
	margin:0;
	padding: 0;
	text-align:center;
}
.main_contents .txt_area {
  margin: 0 0 50px 0;
}
.main_contents section.tenpo {
  width: 560px;
  margin: 5px;
  padding: 10px;
  float: left;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
}
.main_contents section.tenpo address {
  width: 50%;
  float: left;
  font-style: normal;
}
.main_contents section.tenpo address h3 {
  margin: 0;
  padding: 10px;
  border-bottom: solid 2px #00A3DE ;
  color: #00A3DE ;
}
.main_contents section.tenpo address dl dt {
  width: 40px;
  padding: 10px;
  float: left;
  font-weight: bold;
}
.main_contents section.tenpo address dl dd {
  margin: 0;
  padding: 10px 10px 10px 60px;
  border-bottom: dotted 1px #999999;
}
.main_contents section.tenpo div {
  width: 265px;
  margin-bottom: 20px;
  float: right;
}
.main_contents section.tenpo p {
  margin: 0;
  padding: 10px;
  display: flex;
  justify-content: space-evenly;
  clear: both;
}
.main_contents section.tenpo p a {
  width: 60px;
}
#company dt , #company_02 dt {
	float:left;
	width:200px;
	padding:20px;
  font-weight: bold;
}
#company dd , #company_02 dd {
	padding:20px 20px 20px 240px;
	margin:0;
	border-bottom: dotted 1px #999999;
}
#lineup_img_btn {
	width:25%;
	float:right;
}
#lineup_img_btn img { margin-left:20px; }
 .lineup {
	width:225px;
	margin:0 20px 10px 0;
	text-align:center;
	float:left;
}
 hr { clear:both; }
/* ご利用にあたって ======== */
#adobereader_icon { width: auto!important; }
/* エコアクション21 ======== */
#eco21 table {
	text-align:center;
	margin:0 auto;
	width:690px;
}
#eco21 table th ,
#eco21 table td {
  border: none;
}
/* 健康企業宣言 ======== */
#kenkou_left {
	float:left;
	width:50%;
}
#kenkou_right {
	float:right;
	width:50%;
}
#sengen {
	background:#FFF2CE;
	padding:10px;
}
.text_right_box180 {
	width: 180px;
	margin: 0 0 0 auto;
}
.text_right_box300 {
	width: 300px;
	margin: 0 0 0 auto;
}
.text_right_box350 {
	width: 350px;
	margin: 0 0 0 auto;
}
.kenkou_table {
	border-top: solid#999999 1px;
	border-left: solid#999999 1px;
	margin: 0 0 10px 0;
}
.kenkou_table td {
	border-bottom: solid#999999 1px;
	border-right: solid#999999 1px;
	padding: 5px;
	text-align: center;
}
.kenkou_table .gry { background:#CCCCCC; }
/*  所有権解除及び残債照会 ======== */
#ownership div {
  margin:30px;
  padding: 15px;
  background:#ededed;
}
#ownership div p { margin: 0; }
#ownership ol {
  margin: 0;
  padding: 0;
  counter-reset: my-counter;
  list-style: none;
}
#ownership ol li {
  position: relative;
  margin: 15px 0;
  padding-left: 30px;
  font-size: 95%;
  line-height: 1.2;
  clear: both;
}
#ownership ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid#000000;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 75%;
}
#ownership ol li div {
  margin: 30px 0;
  padding: 0;
  background: none;
}
#ownership ol li div a:hover img { opacity: 0.8; }
#ownership ol li div.dl_link {
  width: 40%;
  float: left;
}
/*  自動車保険についてのご案内 ======== */

/*  サイトマップ ======== */
#sitemap ul {
  margin: 0 0 30px 0;
  padding: 0;
}
#sitemap ul li {
  margin: 10px 0px 10px 15px;
}
#sitemap #site_map_left {
  width: 49%;
  float: left;  
}
#sitemap #site_map_right {
  width: 49%;
  float: right;  
}
/* イベント情報 ==================== */
#event ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#event ul li {
  float: left;
  margin: 10px;
}
/* アフターサービス ==================== */
#service div.service_top_link_first {
  margin: 50px 0 30px 0;
  padding: 50px 0 30px 0;
  overflow: hidden;
  border-top: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid;
}
#service .service_top_link {
  margin: 30px 0;
  padding: 30px 0;
  overflow: hidden;
  border-bottom: 1px #CCCCCC solid;
}
#service .service_top_link_first a ,
#service .service_top_link a { text-decoration: none; }
#service .service_top_link_first .service_cate ,
#service .service_top_link .service_cate {
  width: 300px;
  float: left;
  text-align: center;
}
#service .service_top_link_first .service_cate h3 ,
#service .service_top_link .service_cate h3 { font-size: 20px; }
#service .service_top_link_first .service_link ,
#service .service_top_link .service_link {
  float: right;
  width: 900px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#service .service_top_link_first .service_link section ,
#service .service_top_link .service_link section {
  width: 280px;
  margin-bottom: 20px;
  background: #FFFFFF;
}
#service .service_top_link_first .service_link section h4 ,
#service .service_top_link .service_link section h4 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}
#service .service_top_link_first .service_link section h4.one_line ,
#service .service_top_link .service_link section h4.one_line {
  margin: 35px 0;
}
#service .service_top_link_first .service_link section p ,
#service .service_top_link .service_link section p {
  margin: 10px;
  font-size: 12px;
}
#service #maintenance_parts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
  background: #FFFFFF;
}
#service #maintenance_parts section h4 {
  margin: 110px 0 30px 0;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
#service #maintenance_parts section p {
  margin: 10px;
  font-size: 16px;
  text-align: center;
}

#se_topics { margin-top: 50px; }
#se_topics dl {
  padding: 20px;
  background: #FFFFFF;
  overflow-y: scroll;
}
#se_topics dl dt {
  width: 140px;
  float: left;
}
#se_topics dl dd {
  margin: 0 0 20px 140px;
  font-size: 95%;
}

/* パックdeメンテ */
#packdemente_anshin4 {
  width: 1200px;
  margin: 50px auto auto auto;
  padding: 50px 0;
  color: #FFFFFF;
  background:url(../service/carlife-care/img/packdemente_anshin4_pc_img01_2012.jpg) no-repeat top center;
  background-size: cover;
}
#packdemente_anshin4 div {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#packdemente_anshin4 div section {
  width: 300px;
  text-align: center;
}
#packdemente_important {
  text-align: center;
}
#packdemente_important h3 {
  margin: 30px 0;
  font-size: 24px;
  font-weight: normal;
}
#packdemente_important section {
  margin: 50px 0;
}
#packdemente_important section article {
  width: 380px;
  background: #FFFFFF;
}
#packdemente_important section article h4 {
  font-size: 22px;
  font-weight: normal;
}
#packdemente_important section article p {
  margin: 20px;
}
#packdemente_important ul {
  margin: 20px 0;
  text-align: left;
}
/* 自動車保険スカイプラス */
#insurance {
  padding: 50px 0;
  color: #FFFFFF;
  background:url(../service/carlife-care/img/insurance_info_img01.jpg) no-repeat top center;
  background-size: cover;
}
#insurance div {
  width: 1200px;
  margin: 50px auto;
  text-align: center;
}
#insurance_summary div#insurance_compensation {
  margin: 10px;
  padding: 10px;
  background: #FFFFFF;
}
#insurance_summary div#insurance_compensation h3 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
#insurance_summary div#insurance_compensation div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#insurance_summary div#insurance_compensation div section {
  padding: 20px;
}
#insurance_summary div#insurance_compensation div section p strong {
  font-size: 24px;
}
#insurance_summary div#insurance_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#insurance_summary div#insurance_grid section {
  width: 260px;
  margin: 10px;
  padding: 10px;
  background: #FFFFFF;
}
#insurance_summary div#insurance_grid section h3 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
#insurance_summary div#insurance_grid section ul {
  margin: 20px 0px;
  padding: 0 25px;
}
#insurance_important { text-align: center; }
/* 延長保証5年・7年 */
#encho_hosho h3 {
  margin: 40px 0 20px 0;
  font-size: 24px;
  font-weight: normal;
}
#encho_hosho section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#encho_hosho section article {
  width: 280px;
  margin: 10px;
}
#encho_hosho section article h4 {
  margin: 10px 0 20px 0;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
#encho_hosho section article p {
  font-size: 20px;
  text-align: center;
}
#relief4 section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#relief4 section article {
  width: 260px;
  margin: 10px;
  padding: 10px;
  line-height: 1.3;
  background: #F5F5F5;
}
#relief4 section article h4 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
#relief4 section article h4 span {
  font-size: 20px;
}
/* マツダコーティングシリーズ */
#coating_hero {
  padding: 50px 0;
  color: #FFFFFF;
  background:url(../service/carlife-care/img/coating_hero_img01.jpg) no-repeat top center;
  background-size: cover;
}
#coating_menu section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#coating_menu section article a {
  display: block;
  text-decoration: none;
}
#coating_menu section article h3 {
  padding: 0 20px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
#coating_menu section article p {
  padding: 0 20px;
  text-align: center;
}
section.maint_point_col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
section.maint_point_col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
section.maint_point_col3 article ,
section.maint_point_col4 article {
  margin: 30px 10px;
  border-bottom: 1px solid #CCCCCC;
}
section.maint_point_col3 article h3 ,
section.maint_point_col4 article h3 {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.3;
}
section.maint_point_col3 article p ,
section.maint_point_col4 article p {
  margin-bottom: 30px;
}

/* 日常点検 */
section.daily_2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
section.daily_2col article {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  line-height: 1.3;
}
section.daily_2col article.daily_2col_right {
  padding: 20px;
}
section.daily_2col article.daily_2col_right ul {
  margin: 20px 0 40px 0;
}
section.daily_2col article.daily_2col_right ul li {
  margin: 10px 0;
}
section.daily_2col article.daily_2col_right a {
  display: block;
  margin-left: 40px;
}
.daily_mente_area {
  margin: 40px 0;
  padding: 20px;
  background: #F5F5F5;
}
section.daily_mente_2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
section.daily_mente_2col article {
  margin: 20px;
  padding: 20px;
  background: #F5F5F5;
}
.daily_mente_area h3 ,
section.daily_mente_2col h3 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
}
.daily_mente_area h4 ,
section.daily_mente_2col h4 {
  font-size: 22px;
  font-weight: normal;
}
.daily_mente_area h5 ,
section.daily_mente_2col h5 {
  font-size: 16px;
  font-weight: normal;
}
.daily_mente_area section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);  
}
.daily_mente_area section article { margin: 0 20px; }
/* マツダお車エステ */
section.esthetic_2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
section.esthetic_2col article {
  margin: 20px 0;
  padding:0 20px;
}
section.esthetic_2col article h3 {
  font-size: 24px;
  font-weight: normal;
}
section.esthetic_2col article h4 {
  font-size: 18px;
  font-weight: normal;
}
/* マツダQBpit */
section.qbpit_2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
section.qbpit_2col article {
  margin: 20px;
  padding:20px;
  background: #FFFFFF;
}
section.qbpit_2col article h3 {
  font-size: 24px;
  font-weight: normal;
}
/* メンテナンス */
#maintenance_parts section.parts_4col_gray {
  margin: 40px 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#maintenance_parts section.parts_4col_gray article {
  margin: 10px;
  padding: 15px;
  line-height: 1.5;
  background: #F5F5F5;
}
#maintenance_parts section.parts_4col_gray article h3 {
  margin: 10px 0 0 0;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
#maintenance_parts section.parts_4col_gray article h4 {
  margin: 20px 0;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
/* メンテナンス　パーツ選択 */
#parts_choice section.parts_4col {
  margin: 40px 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#parts_choice section.parts_4col article {
  position: relative;
  margin: 10px;
  padding: 15px 15px 30px 15px;
  line-height: 1.5;
  background: #FFFFFF;
  text-align: left;
}
#parts_choice section.parts_4col article img {
  float: left;
  width: 50px;
  margin: 0;
  padding: 0;
}
#parts_choice section.parts_4col article h3 {
  margin: 0 0 30px 0;
  padding: 10px 0 0 60px;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
}
#parts_choice section.parts_4col article h4 {
  margin: 20px 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
}
#parts_choice section.parts_4col article p {
  margin: 20px 0 ;
  font-size: 14px;
}
#parts_choice section.parts_4col article a {
  display: block;
  text-decoration: none;
}
#parts_choice section.parts_4col article div {
  position: absolute!important;
  bottom: 15px;
  right: 15px;
}
/* メンテナンス　シビアコンディション */
#severe_condition section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#severe_condition section article {
  margin: 10px;
  padding: 15px 15px 30px 15px;
  line-height: 1.3;
  background: #F5F5F5;
  text-align: left;
}
#severe_condition h3 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: normal;
}
#severe_condition section article h4 {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
}
/* メンテナンス　季節ごとのメンテナンス */
#four_seasons section {
  width: 65%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#four_seasons section article {
  position: relative;
  margin: 10px;
  padding: 15px 15px 30px 15px;
  line-height: 1.5;
  background: #FFFFFF;
  text-align: left;
}
#four_seasons section article img {
  margin: 0;
}
#four_seasons section article h3 {
  margin: 20px 0;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
}
#four_seasons section article p {
  margin: 20px 0 ;
  font-size: 14px;
}
#four_seasons section article a {
  display: block;
  text-decoration: none;
}
#four_seasons section article div {
  position: absolute!important;
  bottom: 15px;
  right: 15px;
}
section.parts_grid_2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
section.parts_grid_2col article {
  margin: 10px;
  padding: 15px;
  line-height: 1.5;
}
section.parts_grid_2col article div.mark {
  width: 40%;
  text-align: center;
}
section.parts_grid_2col article h3 {
  font-size: 24px;
  font-weight: normal;
}
section.parts_grid_2col article h4 {
  font-size: 20px;
  font-weight: normal;
}
section.parts_grid_2col article table {
  margin-bottom: 30px;
}
section.parts_grid_2col article ul {
  padding: 40px;
}
section.parts_grid_3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
section.parts_grid_3col article {
  margin: 10px;
  padding: 15px;
  line-height: 1.5;
}
section.parts_grid_3col article h3 {
  font-size: 24px;
  font-weight: normal;
}
section.parts_grid_3col article a {
  display: block;
  text-decoration: none!important;
}
section.parts_grid_4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
section.parts_grid_4col article {
  margin: 10px;
  padding: 15px;
  line-height: 1.5;
}
section.parts_grid_4col article h3 {
  font-size: 24px;
  font-weight: normal;
}
.leftArea_30 {
  width: 30%;
  margin: 0 5px;
  padding: 10px;
  float: left;
}
.leftArea_65 {
  width: 65%;
  margin: 0 5px;
  padding: 10px;
  float: left;
}
.rightArea_30 {
  width: 30%;
  margin: 0 5px;
  padding: 10px;
  float: right;
}
.rightArea_65 {
  width: 65%;
  margin: 0 5px;
  padding: 10px;
  float: right;
}
section.grid_2col ,
section.grid_2col_gray {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
section.grid_3col_gray {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
section.grid_4col_gray {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
section.grid_2col article ,
section.grid_3col article ,
section.grid_4col article {
  margin: 10px;
  padding: 10px;
  line-height: 1.5;
}
section.grid_2col_gray article ,
section.grid_3col_gray article ,
section.grid_4col_gray article {
  margin: 10px;
  padding: 15px 20px;
  line-height: 1.5;
  background: #F5F5F5;
}
section.grid_2col article h4 ,
section.grid_2col_gray article h4 ,
section.grid_3col_gray article h4 ,
section.grid_4col_gray article h4 {
  font-size: 24px;
  font-weight: normal;
}
.repair_cost_left {
  float: left;
  width: 60%;
}
.repair_cost_right {
  float: right;
  width: 37%;
  font-size: 18px;
}
.repair_cost_right span { font-size: 14px; }
.repair_cost_left img ,
.repair_cost_right img { margin: 0!important; }
/* 動画用 */
.video_area {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video_area iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* タブ用 */
div.tab_typeA{
	display: flex;
	flex-wrap: wrap;
  margin: 40px 0 0 0;
}
div.tab_typeA::after {
	content: '';
	width: 100%;
	order: -1;
	display: block;
  border-bottom: 3px solid #EEEEEE;
}
/* タブ */
div.tab_typeA .tabLabel {
	margin-right: 3px;
  margin-bottom: -3px;
	padding: 10px 12px;
	flex: 1;
	order: -1;
	cursor: pointer;
  text-align: center;
  font-size: 18px;
}
div.tab_typeA .tabLabel:nth-last-of-type(1){ margin-right: 0; }
/* ラジオボタン非表示 */
div.tab_typeA input {
	display: none;
}
/* 本文 */
div.tab_typeA .content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
div.tab_typeA .content_slides {
	width: 100%;
	height: 0;
	opacity: 0;
}
div.tab_typeA .content h3 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}
div.tab_typeA .content h4 {
  margin: 0;
  padding: 20px;
  font-size: 20px;
  font-weight: normal;
}
div.tab_typeA .content img { margin: 20px 0; }
div.tab_typeA .content section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
div.tab_typeA .content section article { text-align: center; }
/*アクティブ設定*/
div.tab_typeA input:checked + .tabLabel {
  border-bottom: 3px solid #000000;
  display: block;
  z-index: 10000;
}
div.tab_typeA input:checked + .tabLabel + .content {
	padding: 15px;
	height: auto;
	overflow: auto;
	transition: .5s opacity;
	opacity: 1;
}
/* 入れ子タブ用 */
div.tab_typeB{
	display: flex;
	flex-wrap: wrap;
}
div.tab_typeB::after {
	content: '';
	width: 100%;
	order: -1;
	display: block;
  border-bottom: 3px solid #EEEEEE;
}
/* タブ */
div.tab_typeB .tabLabel {
  margin-top: 20px;
	margin-right: 3px;
  margin-bottom: -3px;
	padding: 10px 12px;
	flex: 1;
	order: -1;
	cursor: pointer;
  text-align: center;
  font-size: 18px;
}
div.tab_typeB .tabLabel:nth-last-of-type(1){ margin-right: 0; }
/* ラジオボタン非表示 */
div.tab_typeB input {
	display: none;
}
/* 本文 */
div.tab_typeB .content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
div.tab_typeB .content_slides {
	width: 100%;
	height: 0;
	opacity: 0;
}
div.tab_typeB .content h3 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}
div.tab_typeB .content h4 {
  margin: 0;
  padding: 20px;
  font-size: 20px;
  font-weight: normal;
}
div.tab_typeB .content img { margin: 20px 0; }
div.tab_typeB .content section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
div.tab_typeB .content section article { text-align: center; }
/*アクティブ設定*/
div.tab_typeB input:checked + .tabLabel {
  border-bottom: 3px solid #000000;
  display: block;
  z-index: 10000;
}
div.tab_typeB input:checked + .tabLabel + .content {
	padding: 0px!important;
	height: auto;
	overflow: auto;
	transition: .5s opacity;
	opacity: 1;
}
/* スライダー用css ==================== */
p.slider2_info { font-size: 12px; }
.thumb_slider h3 {
  margin: 40px 0;
  font-size: 24px;
  font-weight: normal;
}
#main_img .sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 { max-width: 300px; }
#main_img .slick-slide { margin: 0; }
.slick-slide { margin: 0 5px; }
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next { z-index: 1; }
.slick-prev:before, .slick-next:before { color: #000!important; }
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active { opacity: 1; }
.slick-current { opacity: 1; }
.thumb ,
.thumb2 ,
.thumb3 ,
.thumb4 ,
.thumb5 {
  margin: 20px 0;
}
.thumb .slick-slide ,
.thumb2 .slick-slide ,
.thumb3 .slick-slide ,
.thumb4 .slick-slide ,
.thumb5 .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover ,
.thumb2 .slick-slide:hover ,
.thumb3 .slick-slide:hover ,
.thumb4 .slick-slide:hover ,
.thumb5 .slick-slide:hover {
  opacity: .7;
}
/* 注意事項 ==================== */
.notes h3 {
	margin:20px 0px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
}
.notes ul li {
  margin: 5px 0;
}
/* cgi用css ==================== */
form h3 {
	margin:40px 0px 20px 0px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3;
}
table.form th {
  text-align: left;
  font-weight: normal;
} 
table.form td {
  text-align: left;
  font-weight: normal;
}
table.form th {
  white-space: nowrap;
}
table.form td div.request_area {
  float: left;
  width: 30%;
  margin-right: 30px;
  margin-bottom: 20px;
}
table.form td.td_title {
  background: #E7E7E7;
}
table.form td input[type="checkbox"] ,
table.form td input[type="radio"] { margin: 0 5px 0 0!important; }
table.form td div.inputSet input ,
table.form td div.inputSet select { margin: 5px 0; }
strong.ttl {
  display: block;
  padding: 2px 5px;
  margin-top: 2em;
  text-align: left;
  border-left: solid 4px #cc0000;
}
p.msg {
  color: #dd0000;
  margin: 2em;
}
span.msg { color: #dd0000; }
form.back { margin-top: 2em; }
#form_privacy {
  height: 200px;
  padding: 5px;
  background: #FFFFFF;
  overflow-y: scroll;
  border: 1px solid #CCCCCC;
}
.capt {
  width: auto!important;
  margin: 20px 0 0 0;
}
/* アコーディオン用css ==================== */
.accordion {
  width: 90%;
  margin: 20px auto;
}
.accordion_maint {
  width: 100%;
  margin: 20px auto;
}
.toggle { display: none; }
.option {
  position: relative;
  margin-bottom: 1em;
}
.accordion_title,
.accordion_content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.accordion_title {
  border-top: solid 1px #CCCCCC;
  padding: 25px 40px 10px 20px;
  display: block;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
}
.accordion_title::after,
.accordion_title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 50%;
  width: 2px;
  height: 0.75em;
  background-color: #999999;
  transition: all 0.3s;
}
.accordion_title::after { transform: rotate(90deg); }
.accordion_content {
  max-height: 0;
  overflow: hidden;
}
.accordion_content p {
  margin: 0;
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.accordion_content_left {
  float: left;
  width: 49%;
}
.accordion_content_right {
  float: right;
  width: 49%;
}
.accordion_content_left h3 ,
.accordion_content_right h3 {
  margin: 20px 0 10px 0!important;
  padding: 0!important;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}
.accordion_content_left p img ,
.accordion_content_right p img {
  margin: 0!important;
  padding: 0!important;
}
.toggle:checked + .accordion_title + .accordion_content {
  max-height: 5000px;
  transition: all 1.5s;
}
.toggle:checked + .accordion_title::before { transform: rotate(90deg) !important; }

/* footer ==================== */
#footer {
	background-color:#000000;
	color:#aaa;
	clear:both;
	margin-top:50px;
}
#footer #footer_contents {
	width:1200px;
	margin:0 auto;
	padding:10px 0 0 0;
}
#footer #footer_contents h2 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: bold;
  font-size: 120%;
  color: #999999;
}
#footer #footer_contents #calendar {
	width:50%;
	font-size:95%;
	line-height:1.5em;
	float:left;
}
#footer #footer_contents #calendar #business_hours {
  float: left;
  width: 50%;
}
#footer #footer_contents #footer_menu {
	width:50%;
	line-height:1.8em;
	float:right;
  color: #999999;
}
#footer_menu input {
  display: none; /*チェックボックスを隠す*/
}
#footer #footer_contents #footer_menu h3 ,
#footer #footer_contents #footer_menu label {
  margin: 0 0 10px 0;
	font-size:100%;
  font-weight: bold;
}
#footer #footer_contents #footer_menu h3:before ,
#footer #footer_contents #footer_menu label:before {
	content:  ""; 
  width: 8px;
  height: 8px;
  display: inline-block;
  position:  relative;
  background: #999999;
  border-radius:  50%;
  margin-right: 5px;
}
#footer #footer_contents #footer_menu ul {
  margin: 0 0 0 20px;
  padding: 0;
	font-size:87%;
  font-weight: normal;
  list-style: none;
}
#footer #footer_contents #footer_menu ul li { line-height: 1.5; }
#footer #footer_contents #footer_menu ul li:last-child { margin-bottom: 20px; }
#footer #footer_contents #footer_menu ul li:before {
	content:  ""; 
  width: 9px;
  height: 9px;
  display: inline-block;
  position:  relative;
  background: none;
  border: 1px solid #999999;
  border-radius:  50%;
  margin-right: 5px;
}
#footer #footer_contents #footer_menu a { color: #999999; }
#footer #footer_contents #footer_menu #footer_menu_left {
  width: 49%;
  float: left;
}
#footer #footer_contents #footer_menu #footer_menu_right {
  width: 49%;
  float: right;  
}
#footer #footer_contents #copyright {
  clear: both;
	font-size:10px;
	margin:0;
	padding:10px 0;
}
.button {
  display: inline-block;
  max-width: 800px;
  min-width: 240px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 20px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #101010;
  border-radius: 3px;
  color: #101010;
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
  text-decoration: none!important;
  -webkit-transition: color .36s cubic-bezier(.215,.61,.355,1),background-color .36s cubic-bezier(.215,.61,.355,1);
  transition: color .36s cubic-bezier(.215,.61,.355,1),background-color .36s cubic-bezier(.215,.61,.355,1);
}
.button:hover {
    background: #000000;
    background-size: 100% auto;
    vertical-align: middle;
}
a.link_arrow {
  text-decoration: none;
}
a.link_arrow:after {
    content: "";
    position: relative;
    top: -1px;
    display: inline-block;
    width: 9px;
    height: 16px;
    margin-left: 15px;
    background: url("../img/arrow_right.png") 0 0 no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}
.link_blank ,
.link_blank_w ,
.link_blank_g {
  margin: 0 0 0 15px!important;
  vertical-align: initial;
}
.float_left { float:left; }
.float_right { float:right; }
.scroll { overflow-y:scroll; }
.photo_center {
  display: flex;
  justify-content: center; 
  align-items: center;
  padding: 20px 0;
}
.text_center { text-align:center!important; }
.text_left { text-align:left!important; }
.text_right { text-align:right!important; }
.text_12 { font-size:12px; }
.text_24 { font-size:24px; }
.clear { clear:both; }
.bg_white { background: #FFFFFF!important; }
.gray_area {
  padding: 20px;
  background: #F5F5F5;
}
.crucial {
	width:30px;
	margin-left:10px;
	padding: 2px 4px 0px;
	background-color:#ee3300;
	color:#fff;
	font-size: 0.9em;
	font-weight: normal;
}
.arbitrar {
	width:30px;
	margin-left:10px;
	padding: 2px 4px 0px;
	background-color:#0FA9DF;
	color:#fff;
	font-size: 0.9em;
	font-weight: normal;
}
ol.annotation_alone li ,
ol.annotation li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  font-size: 12px;
  clear: both;
}
ol.annotation_alone li:before {
  content: "※";
  text-align: right;
  position: absolute;
  top: 0;
  left: -40px; /* 好みで位置の調整 */
}
ol.annotation li:before {
  content: "※" counter(cnt);
  text-align: right;
  position: absolute;
  top: 0;
  left: -40px; /* 好みで位置の調整 */
}
#tire_mark {
  width: auto;
  margin: 0;
  padding: 0;
}
.li_blank img {
  margin-left: 15px;
  vertical-align: initial;
}
.pc { display: inline; }
.sp { display: none; }
