@charset "utf-8";
/* CSS Document */
@media (min-width: 1025px){
.wrapper {
	padding-top: 66px;
}
}
#pageTop {
    background: #0071b8a8;
}
.breadcrumb {
  text-align: left;
}
.breadcrumb ul {
  padding: 8px 0;
  font-size: 14px;
  width: 100%;
	color: #FFF;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li a{
	color: #FFF;
}
.breadcrumb ul li a::after {
  display: inline-block;
  content: ">";
  padding: 0 0.5em;
}
.contsTtl {
	background-image: url("../img/conTtl_bg.jpg");
	background-position: center center;
	margin-bottom: 100px;
}
.contsTtl > .Ttl{
	display: flex;
	justify-content: center;
	align-content: flex-end;
}
.contsTtl h1{
	min-width: 500px;
	padding: 0.5em 1em 0 1em;
    text-align: center;
    font-size: 1.5em;
    background: #FFF;
    border-radius: 20px 20px 0 0;
    align-self: flex-end;
    margin-top: 100px;
	font-weight: bold;
}
@media (max-width: 599px) {
	.contsTtl {
	background-image: url("../img/conTtl_bg.jpg");
	margin-bottom:40px;
}
	.contsTtl h1{
	min-width: 200px;
	padding: 0.5em 1em 0 1em;
    text-align: center;
    font-size: 1.3em;
    background: #FFF;
    border-radius: 20px 20px 0 0;
    align-self: flex-end;
    margin-top: 50px;
	font-weight: bold;
}
}

#haisha .contsTtl{
	background-image: url("../img/conTtl_bg.jpg");
}
#parts .contsTtl{
	background-image:url("../img/conTtl_bg_parts.jpg");
}
#company .contsTtl{
	background-image: url("../img/conTtl_bg_company.jpg");
}
#contact .contsTtl{
	background-image: url("../img/conTtl_bg_contact.jpg");
}
#privacy .contsTtl{
	background-image: url("../img/conTtl_bg_privacy.jpg");
}
#main{}
.contents section {
    margin: 0 auto 40px;
}
@media (min-width: 1025px){
.contents section {
    margin: 0 auto 80px;
}
.contents .indent{
	margin: 0 50px;
}
}
@media (max-width: 599px) {}
@media (min-width: 600px) and (max-width: 1024px) {}
@media (min-width: 1025px) {}

.contents section h2{
	font-size: 1.6em;
	font-weight: 900;
	margin: 1em;
	color: #0071B8;
}
.contents section h3.secTtl{
	padding: 1rem 2rem;
	font-size: 1.4em;
	font-weight: 900;
	color: #0071B8;
	border-top: 3px solid #0071B8;
	border-bottom: 3px solid #0071B8;
	margin-bottom: 2em;
}
.contents section h4.midashi{
  background: #e7eef8;
    padding: 0.7em 1em;
    margin-bottom: 1em;
    border-radius: 10px;
    color: #0070b8;
    font-weight: 900;
}
.contents section p{
	text-align: justify;
}
.contents section.lead{
	margin-bottom: 3em;
}
.contents section .alignC p{
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
@media (max-width: 599px) {
	.contents section.lead{
	text-align: left
}
}

/********************#haishou*************************/
#haisha section .car{
	display: flex;
	flex-wrap: nowrap;
	gap:10px;
}
#haisha section .car li{
	flex: 1
}
#haisha section .more{
	    max-width: 400px;
	margin: auto
}
#haisha section.faq dl dt {
	display: flex;
	align-items: center;
	color:#0071b8;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 1em;
	text-align: left;
	
}
#haisha section.faq dl dt::before {
	content: '';
	display: block;
	width: 60px;
	height: 55px;
	background-image: url("../haisyaou/img/q.png");
	background-repeat: no-repeat;
	margin-right: 15px;
	background-size: contain;
  vertical-align: middle;
}
#haisha section.faq dl dd {
	display: flex;
	align-items: center;
	margin-left: 50px;
	margin-bottom: 50px;
	text-align: left;
}
#haisha section.faq dl dd::before {
	content: '';
	display: block;
	width: 60px;
	height: 55px;
	background-image: url("../haisyaou/img/a.png");
	background-repeat: no-repeat;
	margin-right: 15px;
	background-size: contain;
  vertical-align: middle;
	flex: 0 0 60px;
}
#haisha .contents_contact{
	border: 2px solid #B8101F;
	position: relative;
	padding-top: 50px;
}
#haisha .contents_contact .ttl{
	position: absolute;
	top: -40px;
    margin: auto;
    width: 100%;
}
#haisha .contents_contact .flex{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap:30px;
}
@media (max-width: 599px) {
	#haisha .contents_contact{
		display: none;
	}
#haisha .contents section.lead .alignC p{
	text-align: left;
}
}
/********************#parts**********************/
#parts{}

/********************#sitemap**********************/
@media (min-width: 1025px){
	#sitemap .contents ul {
	width: 60%;
	margin: auto
}
}
#sitemap .contents ul {
	border-top: 1px dashed #AAA;
	text-align: left;
}
#sitemap .contents ul li{
	border-bottom: 1px dashed #AAA;
    overflow: hidden;
}
#sitemap .contents ul li a{
	display: inline-block;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 1em ;
}
#sitemap .contents ul li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(231,234,247,0.5);
  transition: all 300ms linear;
}
#sitemap .contents ul li a:hover:before {
  left: 0;
}
/********************#privacy**********************/
#privacy section dl{
	width: 100%;
}
#privacy section dl dt{
	padding: 30px 0 30px 15px;
	border-bottom: 1px dashed #AAA;
	text-align: left;
	font-weight: 700;
}
#privacy section dl dd{
	text-align: left;
	padding: 30px 0 30px 30px;
	border-bottom: 1px solid #AAA;
}

/********************#contact**********************/
.contact dl.dl_table dt span.hissu {
	padding: 4px 1.5em;
	font-size: 70%;
	margin-left: 8px;
	border-radius: 50px;
	overflow: hidden;
	background-color: #F00;
	color: #FFF;	
}
.contact .err {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: left;
}
.contact .err ul {
	margin-left: 1.5em;
}
.contact .err ul li {
	list-style-position: outside;
	list-style-type: disc;
	color: #F00;
}
@media (max-width: 599px) {
.contents form dl.dl_table{
text-align: left;
}
}
 .formBox{
	border: 4px solid #cb0000;
    padding: 1em;
    margin: 3em 0;
    position: relative;
}
 #zaiko .formBox{
	width: 70%;
	margin: auto;
	text-align: center;
}
 .formBox .ttl{
    color: #b8101f;
    display: block;
    position: absolute;
    top: -40px;
	left: 0;
    width: 100%
}
 .formBox .ttl h3{
	    background: #FFF;
    color: #cb0000;
    margin: auto;
    padding: 0.5em 1em;
    display: table;
    font-size: 1.5em;
    font-weight: 900;
}
 .formBox .formBox_wrap{
	 display: flex;
	margin-top:20px;
}
 .formBox .formBox_wrap > div{
	 flex: 1;
	padding: 0 30px;
}

 .formBox .formBox_wrap > div h4{
	font-weight: 700;
    background-color: #B8101F;
    color: #FFF;
    padding: 1px 1em 0;
    border-radius: 50px;
}
 .formBox .formBox_wrap > div .number a{
	font-weight: 700;
    color: #b8101f;
}
 .formBox .formBox_wrap > div .number{
	font-weight: 700;
    font-size: 40px;
    color: #b8101f;
}
 .formBox .formBox_wrap > div .note{
	
}
@media (min-width: 1025px){
	.formBox .formBox_wrap > div.text:first-child{
	border-right: 1px solid #333
}
}
@media (max-width: 599px) {
	.formBox .formBox_wrap {
	flex-direction: column;
	gap: 20px;
}
	.formBox .formBox_wrap > div.text:first-child{
		border-bottom: 1px solid #333
	}
	.formBox .formBox_wrap > div .number{
		font-size: 1.8em;
	}
	.formBox .ttl h3{
    padding: 0.5em;
    display: table;
    font-size: 1.1em;
}
	.formBox .ttl{
		top: -20px;
	}
	.formBox .formBox_wrap > div .note{
	margin-bottom: 20px;
}
	.formBox .formBox_wrap > div .note span::after {
		content: "\a";
		white-space: pre;
	}
	}
/****************************
リスト関連
****************************/
.contents section ul.disc, .contents section ul.decimal, .contents section ol.decimal {
  margin-left: 1.5em;
	text-align: left;
}
.contents section ul.disc li {
  list-style-type: disc;
}
.contents section ul.decimal li, .contents section ol.decimal li {
  list-style-type: decimal;
}
.contents section ul.inline li {
  display: inline-block;
}
.contents section ul.cation {
  margin-left: 1.5em;
}
.contents section ul.cation li {}
.contents section ul.cation li::before {
  content: "※";
  margin-left: -1.5em;
  padding-right: 0.5em;
}
.contents section dl.dl_define dt {
  background-color: #e7eef8;
  padding: 1em 1.5em;
  font-weight: 700;
}
.contents section dl.dl_define dd {
	padding: 1em 1.5em;
	background: #e7eef863;
	margin-bottom: 10px;
}
.contents section dl.dl_table {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 559px) {}
@media (min-width: 1025px) {}
@media (max-width: 1024px) {}
@media (min-width: 600px) and (max-width: 1024px) {}
@media (min-width: 600px) {
  .contents section dl.dl_table {
    border-top: 1px solid #AAA;
  }
  .contents section dl.dl_table dt {
    flex-basis: 25%;
    padding: 30px 0 30px 15px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #AAA;
    box-sizing: border-box;
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    align-content: stretch;
  }
  .contents section dl.dl_table dt > span {
    border-right: 1px solid #AAA;
    flex-grow: 2;
  }
  .contents section dl.dl_table dd {
    flex-basis: 75%;
    padding: 30px;
    background-color: #fff;
    border-bottom: 1px solid #AAA;
    box-sizing: border-box;
	text-align: left;
  }
}
@media (max-width: 599px) {
  .contents section dl.dl_table {
    flex-flow: column;
  }
  .contents section dl.dl_table dt {
    background-color: #F2F2F3;
    padding: 8px;
  }
  .contents section dl.dl_table dd {
    padding: 8px;
  }
}
/****************************
フレックスボックス
****************************/
.contents section .flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.contents section .flex > li {
  box-sizing: border-box;
  padding: 5px;
}
.contents section .flex.row2 > li {
  flex: 50% 0 1;
}
.contents section .flex.row3 > li {
  flex: 33.3% 0 1;
}
.contents section .flex.imgC {
  flex-direction: column;
}
.contents section .flex.imgC .img {
  align-self: center;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {}
@media (max-width: 1024px) {}
@media (min-width: 600px) and (max-width: 1024px) {}
@media (min-width: 600px) {
  .contents section .flex.row2_1 > li{
    flex: 50% 0 1;
    padding: 15px;
  }
  .contents section .flex.row3_1 > li .contents section .flex.row3_2 > li{
    flex: 33.3% 0 1;
  }
  .contents section .flex.row4_2 > li{
    flex: 25% 0 1;
  }
  .contents section .flex.imgL {
    flex-direction: row;
    ;
  }
  .contents section .flex.imgL .img {
    flex-basis: 40%;
    box-sizing: border-box;
    padding: 0 15px 15px 0;
  }
  .contents section .flex.imgL .text {
    flex-basis: 60%;
    box-sizing: border-box;
    padding: 0 0 15px 15px;
	text-align:left;
  }
  .contents section .flex.imgR {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .contents section .flex.imgR .img {
    flex-basis: 40%;
    box-sizing: border-box;
    padding: 0 0 15px 15px;
  }
  .contents section .flex.imgR .text {
    flex-basis: 60%;
    box-sizing: border-box;
    padding: 0 15px 15px 0;
	text-align:left;
  }
}
@media (max-width: 599px) {
  .contents section .flex {
    margin-bottom: 0px;
  }
  .contents section .flex.row3_1, .contents section .flex.row2_1 {
    flex-direction: column;
  }
  .contents section .flex.row4_2 > div, .contents section .flex.row3_2 > div {
    flex: 50% 0 1;
  }
  .contents section .flex.imgR, .contents section .flex.imgL {
    flex-direction: column;
  }
  .contents section .flex.imgC .img, .contents section .flex.imgR .img, .contents section .flex.imgL .img {
    margin-bottom: 15px;
    align-self: center;
  }
}