@charset "UTF-8";
/* CSS Document */

/* ==========================================================
 body
========================================================== */
body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 100%;
	min-height: 100vh;
	word-wrap: break-word;
  overflow-wrap: break-word;
	color: #424242;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	text-align: justify;
}
.en {
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}

/* ==========================================================
 header / footer
========================================================== */
.header-in,
.header-ttl .link,
.header-nav,
.footer .bnr-contact .link-cmn-02,
.footer .bnr-contact .link-cmn-02 .btn,
.footer .bnr-other,
.nav-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.header-in,
.footer .bnr-contact .link-cmn-02 {
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.nav-link {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nav-link .item .link {
	display: block;
}

/* header
---------------------------------------------------------- */
.header-in {
	width: 100%;
	height: 100px;
}
.header-ttl {
	margin: 0 30px;
	color: #000;
	text-align: left;
}
.header-ttl .logo {
	flex-shrink: 0;
	width: 115px;
	height: 54px;
	margin-right: 20px;
}
.header-ttl .ja,
.header-ttl .en {
	display: block;
	line-height: 1;
}
.header-ttl .ja {
	letter-spacing: 0.02em;
	font-size: 28px;
	font-weight: 900;
}
.header-ttl .en {
	margin-top: 10px;
	letter-spacing: 0.08em;
	font-size: 16px;
}
.header-nav {
	height: 100%;
}
.header-nav .nav-link {
	height: 100%;
	margin-right: 3em;
	color: #212121;
	font-weight: 700;
}
.header-nav .nav-link .item + .item {
	margin: 0 1em;
}
.header-nav .nav-link .item .link {
	padding: 1em;
	transition: color 0.2s;
}
.header-nav .nav-link .item .link:hover {
	color: #004d9e;
}
.header-nav .btn-contact {
	display: block;
	width: 150px;
	height: 100%;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: #004d9e;
	transition: opacity 0.2s;
}
.header-nav .btn-contact:hover {
	opacity: 0.7;
}
.header-nav .btn-contact::before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	margin: 22px auto 5px;
	background: url("../img/ico_mail_wh.svg") no-repeat 50% 50%;
	background-size: contain;
}

/* footer
---------------------------------------------------------- */
.footer {
	margin-top: auto;
	padding-top: 120px;
}
.footer .bnr-contact {
	width: 100%;
	max-width: 880px;
	height: 120px;
	margin: 0 auto 40px;
}
.footer .bnr-contact .link-cmn-02 {
	width: 100%;
	height: 100%;
	padding: 30px;
	background: #004d9e;
}
.footer .bnr-contact .link-cmn-02 .txt {
	letter-spacing: 0.02em;
	color: #fff;
	font-weight: 500;
}
.footer .bnr-contact .link-cmn-02 .btn {
	-ms-flex-pack: center;
	justify-content: center;
	width: 280px;
	height: 60px;
	color: #004d9e;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	background: #fff;
	border-radius: 10px;
}
.footer .bnr-contact .link-cmn-02 .btn::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 2px 10px 0 0;
	background: url("../img/ico_mail_bl.svg") no-repeat 50% 50%;
	vertical-align: middle;
}
.footer .bnr-other {
	-ms-flex-pack: center;
	justify-content: center;
	padding: 40px 0;
	border-top: 1px solid #eee;
}
.footer .bnr-other .link-cmn-02 {
	display: block;
	max-width: 220px;
}
.footer .bnr-other .link-cmn-02 + .link-cmn-02 {
	margin-left: 20px;
}

.footer .link-pagetop {
	display: block;
	height: 40px;
	background: #f5f5f5;
}
.footer .link-pagetop .link {
	display: block;
	width: 150px;
	height: 100%;
	margin: 0 auto;
	padding: 10px 0;
	line-height: 1;
	text-align: center;
	transition: opacity 0.2s;
}
.footer .link-pagetop .link:hover {
	opacity: 0.7;
}
.footer .link-pagetop .link img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.footer-in .footer-ttl {
	margin-bottom: 20px;
	color: #000;
	font-size: 20px;
	font-weight: 700;
}
.footer-in .footer-ttl .logo {
	display: inline-block;
	width: 70px;
	height: 34px;
	margin-right: 15px;
}
.footer-in {
	position: relative;
	clear: both;
	overflow: hidden;
	width: 100%;
	max-width: 1180px;
	margin: 30px auto;
}
.footer-in > div {
	float: left;
}
.footer-nav .nav-link {
	float: right;
	overflow: hidden;
	margin-right: -1em;
}
.footer-nav .nav-link .item {
	position: relative;
}
.footer-nav .nav-link .item .link-cmn-02 {
	padding: 10px 1em 11px calc(1em + 1px);
}
.footer-nav .nav-link .item + .item::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 14px;
	background: #424242;
	transform: translateY(-49%);
}
.footer-nav .nav-link,
.footer-address {
	font-size: 14px;
}
.footer-copy {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	color: #757575;
	font-size: 12px;
}

/* ==========================================================
 汎用
========================================================== */
/* contents / section
---------------------------------------------------------- */
.contents {
	width: 100%;
	min-height: 0%;
	margin: 0 auto;
}
.sec-cmn-01 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.sec-cmn-01 + .sec-cmn-01 {
	margin-top: 100px;
}
.sec-in + .sec-in{
	margin-top: 80px;
}

/* link
---------------------------------------------------------- */
.link-cmn-01 {
	text-decoration: underline;
}
.link-cmn-01:hover {
	text-decoration: none;
}
.link-cmn-02 {
	display: inline-block;
	transition: opacity 0.2s;
}
.link-cmn-02:hover {
	opacity: 0.7;
}
.link-tel {
	pointer-events: none;
}
.link-arrow-01 {
	margin-top: 14px;
	text-align: right;
}
.link-arrow-01 .link {
	position: relative;
  display: inline-block;
	padding: 1em 40px 1em 1em;
  color: #212121;
	font-weight: 500;
}
.link-arrow-01 .link::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 32px;
	height: 16px;
	background: url("../img/ico_arrow_02.svg") no-repeat 50% 50%;
	background-size: contain;
	transform: translateY(-50%);
	transition: right 0.2s;
}
.link-arrow-01 .link:hover::before {
	right: -3px;
}

/* img
---------------------------------------------------------- */
svg,
img[src$=".svg"] {
	width: 100%;
	height: 100%;
}
img {
	max-width: 100%;
}
.img-cmn-01 {
	overflow: hidden;
	border-radius: 10px;
}
.img-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.img-wrap img {
	width: calc(50% - 20px);
}

/* txt
---------------------------------------------------------- */
.txt-cmn-01 {
	margin-bottom: 50px;
}
.txt-cmn-02 {
	margin-bottom: 100px;
}
.txt-cmn-03 {
	margin-bottom: 25px;
}
.txt-color-01 {
	color: #d5092f;
}
.txt-line {
	background: #fff776;
}
.txt-sub {
	margin-top: 15px;
	font-size: 12px;
}
.txt-notice {
	padding: 15px 20px;
	border: 1px solid #d5092f;
}
.txt-intro {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.txt-error {
	margin-top: 10px;
	color: #d5092f;
	font-size: 14px;
}

/* iframe
---------------------------------------------------------- */
iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}
.iframe-cmn-01 {
	position: relative;
	width: 100%;
	height: 400px;
}
.iframe-cmn-01 iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* ttl
---------------------------------------------------------- */
.ttl-cmn-01 {
	position: relative;
	margin-bottom: 60px;
	padding-top: 30px;
	letter-spacing: 0.08em;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
.ttl-cmn-01.ico::before {
	position: relative;
  top: -5px;
	display: inline-block;
	height: 40px;
	margin-right: 15px;
	vertical-align: middle;
}
.ttl-cmn-01.ico-lpgas::before {
	width: 40px;
}
.ttl-cmn-01.ico-maintenance::before {
	width: 130px;
}
.ttl-cmn-01::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 50px;
	height: 1px;
	background: #000;
	transform: translateX(-50%);
}
.ttl-cmn-01 .en {
	display: block;
	margin-top: 10px;
	letter-spacing: 0.02em;
	color: #004d9e;
	font-size: 14px;
}
.ttl-cmn-02 {
	position: relative;
	margin-bottom: 40px;
	padding: 11px 10px 13px 15px;
  line-height: 1.5;
	color: #212121;
	font-size: 24px;
	font-weight: 700;
	background: #e7f1f7;
	border-left: 5px solid #004d9e;
}
* + .ttl-cmn-02 {
	margin-top: 60px;
}
.ttl-cmn-03,
.ttl-cmn-04 {
	line-height: 1.6;
	color: #212121;
	font-weight: 700;
}
.ttl-cmn-03 {
	font-size: 20px;
}
.ttl-cmn-04 {
	margin: 20px 0 5px;
	font-size: 18px;
}

.ttl-main {
	margin-bottom: 100px;
}
.ttl-main .ja,
.ttl-main .en {
	display: block;
	line-height: 1;
	letter-spacing: 0.08em;
	text-align: center;
}
.ttl-main .ja {
	color: #000;
	font-size: 36px;
	font-weight: 700;
}
.ttl-main .en {
	margin-top: 20px;
	color: #004d9e;
}

/* list / dlist
---------------------------------------------------------- */
.list-dot-01,
.list-dec-01,
.list-dec-02 {
	margin-left: 1.5em;
}
.list-dot-01 > li {
	list-style: disc;
}
.list-dot-02 > li {
	padding-left: 1.25em;
}
.list-dot-02 > li::before {
	content: "●";
	display: inline-block;
	text-indent: -1.25em;
}
.list-dec-01 > li {
	list-style: decimal;
}
.list-dec-02 > li {
	position: relative;
	counter-increment: cnt;
}
.list-dec-02 > li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -1.5em;
}

.list-cmn-01,
.list-cmn-02 .item,
.dlist-cmn-01,
.dlist-cmn-02 {
	display: -ms-flexbox;
  display: flex;
}
.list-cmn-01,
.dlist-cmn-01,
.dlist-cmn-02 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-cmn-01,
.list-cmn-02 .item {
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.list-cmn-01 .item .ttl,
.list-cmn-02 .item .ttl {
	letter-spacing: 0.08em;
	color: #212121;
  font-weight: 700;
  text-align: center;
}
.list-cmn-01 .item .link-cmn-02,
.list-cmn-02 .item .link-cmn-02 {
	display: block;
}
.list-cmn-01 .item {
  width: calc(50% - 30px);
  margin-bottom: 80px;
}
.list-cmn-01 .item .ttl {
	margin: 20px 0 15px;
  font-size: 24px;
}
.list-cmn-02 .item {
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #eee;
}
.list-cmn-02 .item .link-cmn-02 {
	width: 380px;
}
.list-cmn-02 .item .detail {
	width: calc(100% - 430px);
	margin-top: 1em;
}
.list-cmn-02 .item .ttl {
	margin-bottom: 20px;
	font-size: 30px;
}
.list-cmn-02 .item .ttl.ico::before {
	display: block;
	height: 50px;
	margin: 0 auto 20px;
}
.list-cmn-02 .item .ico-lpgas::before {
	width: 50px;
}
.list-cmn-02 .item .ico-maintenance::before {
	width: 170px;
}
.list-cmn-03 > li + li {
	margin-top: 10px;
}
.dlist-cmn-01 {
	border: 1px solid #dadada;
	border-bottom: none;
}
.dlist-cmn-01 .ttl,
.dlist-cmn-01 .detail {
	padding: 20px;
	border-bottom: 1px solid #dadada;
}
.dlist-cmn-01 .ttl {
	position: relative;
	width: 230px;
	line-height: 1.63;
	color: #212121;
	font-weight: 500;
	background: #f5f5f5;
}
.dlist-cmn-01 .ttl .sub {
	font-size: 12px;
	font-weight: 400;
}
.dlist-cmn-01 .ttl .required {
	position: absolute;
	top: 25px;
	right: 20px;
	display: block;
	width: 35px;
	height: 18px;
	padding: 2px 0;
	line-height: 1;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	background: #d5092f;
	border-radius: 2px;
}
.dlist-cmn-01 .detail {
	width: calc(100% - 230px);
	border-left: 1px solid #dadada;
}
.dlist-cmn-02 {
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
}
.dlist-cmn-02 .ttl,
.dlist-cmn-02 .detail {
	margin-bottom: 20px;
}
.dlist-cmn-02 .ttl {
	width: 100px;
	padding-top: 7px;
	line-height: 1;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #0ea5e0;
	border-radius: 5px;
}
.dlist-cmn-02 .detail {
	font-size: 20px;
	width: calc(100% - 115px);
}
.dlist-qa .aco-ttl {
	color: #212121;
	font-weight: 500;
	background: #e7f1f7;
}
.dlist-qa .aco-ttl,
.dlist-qa .aco-detail {
	position: relative;
}
.dlist-qa .aco-ttl {
	min-height: 50px;
	line-height: 1.6;
	padding: 9px 65px;
	font-size: 20px;
}
.dlist-qa .aco-ttl::before,
.dlist-qa .aco-detail::before {
	position: absolute;
	left: 0;
	display: -ms-flexbox;
  display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
}
.dlist-qa .aco-ttl::before {
	content: "Q";
	top: 0;
	height: 100%;
	background: #004d9e;
}
.dlist-qa .aco-detail + .aco-ttl {
	margin-top: 10px;
}
.dlist-qa .aco-detail::before {
	content: "A";
	top: 2px;
	height: 50px;
	background: #0ea5e0;
}
.dlist-qa .aco-detail {
	margin-top: 18px;
	padding: 0 0 30px 65px;
}

/* ico
---------------------------------------------------------- */
.ico::before {
	content: "";
}
.ico-lpgas::before {
	background: url("../img/second/ico_lpgas.svg") no-repeat 50% 50%;
	background-size: contain;
}
.ico-maintenance::before {
	background: url("../img/second/ico_maintenance.svg") no-repeat 50% 50%;
	background-size: contain;
}

/* form関連
---------------------------------------------------------- */
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}
label, textarea, .input-text-01 {
	display: block;
}
textarea {
	height: 150px;
}
textarea,
.input-text-01 {
	width: 100%;
	max-width: 650px;
	margin: -4px 0;
	padding: 3px 10px;
	line-height: 1.4;
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 5px;
}
.input-text-01 {
	height: 36px;
}
.input-radio-01,
.input-check-01 {
	margin-right: 5px;
}
.form-privacy {
	max-width: 500px;
	margin: 50px auto;
}

/* table
---------------------------------------------------------- */
.table-wrap {
	margin-bottom: 30px;
}
.table-cmn-01,
.table-cmn-01 th,
.table-cmn-01 td {
	border: 1px solid #dadada;
}
.table-cmn-01 {
	width: 100%;
}
.table-cmn-01 th,
.table-cmn-01 td {
	padding: 15px 20px;
}
.table-cmn-01 .name {
	color: #212121;
	background: #f5f5f5;
}
.table-cmn-01 .price {
	text-align: right;
}
.table-cmn-01 tbody .name,
.table-cmn-01 .ttl-01,
.table-cmn-01 .ttl-02 {
	font-weight: 700;
}
.table-cmn-01 .name:first-of-type {
	width: 180px;
}
.table-cmn-01 .ttl-01,
.table-cmn-01 .ttl-02 {
	padding: 5px 20px 6px;
	color: #fff;
}
.table-cmn-01 .ttl-01 {
	background: #004d9e;
}
.table-cmn-01 .ttl-02 {
	background: #757575;
}

/* btn
---------------------------------------------------------- */
.btn-wrap {
	display: -ms-flexbox;
  display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btn-cmn-01,
.btn-cmn-02,
.btn-cmn-03 {
	position: relative;
	display: block;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	text-align: center;
	border: none;
	transition: opacity 0.2s;
}
.btn-cmn-01,
.btn-cmn-02 {
	width: 320px;
	height: 60px;
	margin: 0 15px;
	font-size: 18px;
	border-radius: 30px;
}
.btn-cmn-01 {
	background: #0ea5e0;
}
.btn-cmn-01:hover,
.btn-cmn-02:hover,
.btn-cmn-03:hover {
	opacity: 0.7;
}
.btn-cmn-01::after,
.btn-cmn-02::after,
.btn-cmn-03::after {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url("../img/ico_arrow_01_wh.svg") no-repeat 50% 50%;
	background-size: contain;
}
.btn-cmn-01::after {
	right: 18px;
}
.btn-cmn-02 {
	background: #757575;
}
.btn-cmn-02::after {
	left: 18px;
	transform: scaleX(-1);
}
.btn-cmn-03 {
	width: 240px;
	height: 50px;
	margin: 20px auto 0;
	padding-top: 16px;
	background: #004d9e;
	border-radius: 25px;
}
.btn-cmn-03::after {
	right: 13px;
}

/* accordion
---------------------------------------------------------- */
.aco-ttl::before,
.aco-ttl::after {
	content: "";
	position: absolute;
	display: block;
}
.aco-ttl {
	transition: opacity 0.2s;
}
.aco-ttl::after {
	top: 50%;
	right: 18px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url("../img/ico_arrow_01_bk.svg") no-repeat 50% 50%;
	background-size: contain;
	transform: scaleY(-1);
	transition: transform 0.2s;
}
.aco-ttl:hover {
	cursor: pointer;
	opacity: 0.7;
}
.aco-ttl.is-active::after {
	transform: none;
}
.aco-detail {
	display: none;
	padding-bottom: 30px;
}

.ttl-cmn-02.aco-ttl::before {
	top: 0;
	right: 61px;
	width: 1px;
	height: 100%;
	background: #bfd5dd;
}
.aco-detail + .ttl-cmn-02.aco-ttl {
	margin-top: 30px;
}

/* nav-path
---------------------------------------------------------- */
.nav-path {
	height: 40px;
	margin-bottom: 80px;
	background: #f5f5f5;
}
.nav-path-in,
.nav-path-in .item,
.nav-path-in .item .link-cmn-02,
.nav-path-in .item span {
	height: 100%;
}
.nav-path-in {
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	line-height: 40px;
	color: #757575;
	font-size: 12px;
}
.nav-path-in .item + .item::before,
.nav-path-in .item .link-cmn-02,
.nav-path-in .item span {
	display: inline-block;
}
.nav-path-in .item .link-cmn-02,
.nav-path-in .item span {
	padding: 0 5px;
}
.nav-path-in .item:first-of-type {
	margin-left: -5px;
}
.nav-path-in .item + .item::before {
	content: "";
	width: 10px;
	height: 10px;
	margin-bottom: 2px;
	background: url("../img/ico_arrow_01_gy.svg") no-repeat 50% 50%;
	background-size: contain;
	vertical-align: middle;
}

/* ==========================================================
 個別ページ
========================================================== */

/* service
---------------------------------------------------------- */
body.maintenance .list-cmn-01 .item p {
	letter-spacing: -0.0061em;
}

/* company
---------------------------------------------------------- */
body.company .list-cmn-03 .name {
	display: inline-block;
	width: 10.5em;
}
body.company .txt-ci {
	font-size: 24px;
	text-align: center;
}

/* vehicle
---------------------------------------------------------- */
.list-vehicle,
.list-vehicle .item {
	display: -ms-flexbox;
	display: flex;
}
.list-vehicle {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.list-vehicle .item {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(50% - 10px);
	height: 80px;
	margin-bottom: 20px;
	padding: 0 10px;
	line-height: 1.5;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	background: #0ea5e0;
	border-radius: 10px;
}
body.vehicle .list-dot-01 {
	line-height: 1.4;
	color: #212121;
	font-size: 20px;
	font-weight: 700;
}
body.vehicle .list-dot-01 li + li {
	margin-top: 20px;
}
body.vehicle .list-dot-01 .sub {
	color: #424242;
	font-size: 16px;
	font-weight: 400;
}
body.vehicle .list-flow {
	margin: 0 30px;
}
body.vehicle .list-flow .item {
	position: relative;
	padding-left: 70px;
}
body.vehicle .list-flow .item + .item {
	margin-top: 47px;
}
body.vehicle .list-flow .item + .item::after {
	content: "";
	position: absolute;
	top: -27px;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #dadada transparent transparent transparent;
	transform: translateX(-50%);
}
body.vehicle .list-flow .item::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
}
body.vehicle .list-flow .item:nth-of-type(1):before {
	background: url("../img/second/ico_vehicle_01.svg") no-repeat 50% 50%;
	background-size: contain;
}
body.vehicle .list-flow .item:nth-of-type(2):before {
	background: url("../img/second/ico_vehicle_02.svg") no-repeat 50% 50%;
	background-size: contain;
}
body.vehicle .list-flow .item:nth-of-type(3):before {
	background: url("../img/second/ico_vehicle_03.svg") no-repeat 50% 50%;
	background-size: contain;
}
body.vehicle .list-flow .item:nth-of-type(4):before {
	background: url("../img/second/ico_vehicle_04.svg") no-repeat 50% 50%;
	background-size: contain;
}
body.vehicle .list-flow .item:nth-of-type(5):before {
	background: url("../img/second/ico_vehicle_05.svg") no-repeat 50% 50%;
	background-size: contain;
}
body.vehicle .list-flow .item .btn-cmn-03 {
	position: relative;
	left: -35px;
}
