<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
header:before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 1920px;
    height: 20px;
    background: url(../img/hunderline.svg) no-repeat center top;
}
.tpWp {
	background: url(../img/tpbg.jpg) no-repeat top center;
	padding: 0 0 10px;
}

.tpCont {
    max-width: 1514px;
    width: 96%;
    flex-direction: row-reverse;
    /* align-items: baseline; */
    align-items: flex-start;
}

.searchWp {
    max-width: 1140px;
    flex: 1;
    background: #fff;
    padding: 16px 0 0;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}

.tpAside {
    /* max-width: 340px; */
    width: 340px;
    background: #fff;
    padding: 20px;
    margin: 0 20px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    min-height: 755px;
}

.tpCont &gt; div {
    /* margin: 0 20px; */
}

.tpIntro &gt; h2 {
    font-size: 12px;
    background: #c71d34;
    color: #fff;
    padding: 1px 10px;
}

.tpIntroItem {
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
}

.media {
    display: flex;
}

.searchList {
    flex-wrap: wrap;
    margin: 10px 0 0;
}

.searchList &gt; li {
    width: 32%;
    margin: 0 0.66666% 10px;
}

.searchItem {
    display: flex;
    align-items: center;
}

.searchInput {
    display: flex;
    flex: 1;
    align-items: center;
    position: relative;
}

.mediaTb {
    font-size: 13px;
}

.tpIntroBtn {
    display: block;
    max-width: 200px;
    width: 96%;
    background: #333;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    border: solid 1px #333;
    padding: 3px 2%;
    margin: 10px 0 0 auto;
}

.tpIntroBtn:hover {
    background: #c71d34;
    color: #fff;
    border: solid 1px #c71d34;
}
.searchbtnLink:hover {
    color: #c71d34;
}
.mediaTb &gt; dl {
    border-bottom: solid 1px #ccc;
    padding: 2px 0 0;
}

.mediaBody {
    flex: 1;
}

.tpIntroMedia &gt; .mediaImgWpwrapper {
    margin: 0 10px 0 0;
}

.mediaTb dd {
    padding: 0 0 0 .5em;
}

.findBox {
    background: #333;
    color: #fff;
    justify-content: space-between;
    padding: 1px .5em;
    align-items: center;
    margin: 0 40px;
}

.findBox &gt; h2 {
    font-size: 20px;
}

.findBox &gt; p {
    font-size: 12px;
    font-weight: bold;
}

.findBox &gt; p span {
    font-size: 24px;
    color: #fcdb47;
    margin: 0 0.2em;
}
.findtit {
    background: #999999;
    color: #fff;
    font-size: 12px;
    padding: 10px;
}

.bodyType {
    margin: 10px 0 0;
    padding: 0 40px;
}
.bodyTypeList {
    flex-wrap: wrap;
    margin: 5px 0 0;
}

.bodyTypeList &gt; li {
    width: 10%;
}

.searchInput &gt; select {
    width: 95%;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}

.unit {
    /* position: absolute; */
    /* right: -0.8em; */
    font-size: 14px;
    padding: 0 0 0 2px;
}

.searchInput.linkInput &gt; select {
    width: 41.4%;
}

.searchName {
    min-width: 70px;
    font-size: 14px;
}
.searchbtn {
    display: block;
    max-width: 310px;
    width: 46%;
    border: none;
    height: 40px;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
    color: #c71d34;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    background: #fff url(../img/searchicon.svg) no-repeat 25% 50%;
    background-size: 8%;
    cursor: pointer;
    margin: auto;
}

.searchBox {
    /* display: flex; */
    background: #e6e6e6;
    padding: 20px;
    justify-content: center;
}
.searchbtn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../img/searchicon.svg) no-repeat;
    z-index: 999;
}

.searchbtnLink {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    display: block;
    display: flex;
    justify-content: flex-end;
    margin: -22px 0 0 auto;
	max-width: 220px;
}

.searchbtn:hover {
	background: #333 url(../img/searchicon_on.svg) no-repeat 25% 50%;
	background-size: 8%;
	color: #fff;
}

.mediaTb &gt; dl dt {
	min-width: 66px;
}

.bodyTypeList &gt; li a {
    display: block;
    border: solid 2px #fff;
}

.bodyTypeList &gt; li a:hover {
    border: solid 2px #ccc;
}

.msList {
    /* display: flex; */
    text-align: center;
}

.msListItem a {
    font-size: 14px;
    color: #c71d34;
    text-decoration: none;
    font-weight: bold;
}

.msListItem {
    display: inline-block;
    margin: 0 2px 5px;
}

.makerSelect {
    margin: 10px 0 0;
}

.msListItem a:hover {
    color: #333;
}

.searchInput &gt; select option {
    font-size: 15px;
}


.botomtpImg {
    display: none;
}
.inSearchWp {
    max-width: 1140px;
    width: 96%;
    margin: auto;
    background: #fff;
    padding: 16px 0 0;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}

.resultWp {
    max-width: 1140px;
    width: 96%;
    margin: 100px auto 0;
}
.cardUnit {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 0;
    word-break: break-all;
}

.cardUnit_col4 .card {
    width: 23%;
    margin: 0 1% 30px;
    border: solid 1px #999;
    padding: 0 0 .5em;
}

.resultBox01 {
    max-width: 1140px;
    margin: auto;
}

.resultOptSet {
    max-width: 440px;
    margin: 10px 0 0 auto;
    display: flex;
}
.stColor {
    color: #c71d34;
}

.resultNum .stColor {
    font-weight: bold;
    font-size: 20px;
}

.resultTxt {
    font-size: 14px;
}

.resultOptSet .searchItem {
    width: 46%;
    margin: 0 2% 0;
}

.itemNum01 {
    background: #333;
    color: #fff;
    padding: .4em;
    font-size: 14px;
    text-align: center;
}

.cardLink {
    display: block;
}

.card_imgWrapper {
    padding: .5em;
    position: relative;
    padding: 0 0 75%;
}

.card_imgWrapper img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.itemPrice {
    display: flex;
    /* justify-content: center; */
    font-weight: bold;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    padding: 0.3em;
    color: #c71d34;
}

.itemPrice &gt; span {
	margin: 0 0 0 auto;
	width: 100%;
	font-size: 0.6em;
	text-align: right;
	display: block;
}

.itemDetalPrice {
    color: #c71d34;
}

.itemCont01 {
    color: #333;
    padding: .3em;
    border-bottom: solid 1px #999;
}

.cardTit {
    font-size: 14px;
    display: inline;
    /* color: #c71d34; */
}

.itemNum02 {
    font-size: 13px;
    display: inline;
    font-weight: bold;
    /* color: #c71d34; */
}

.cardTb {
    padding: .4em;
    font-weight: bold;
    font-size: 13px;
}

.cardTb dl {
    border-bottom: solid 1px #999;
    padding: .2em .2em 0.2em;
}

.cardTh {
    min-width: 85px;
}

.cardLink:hover {
    opacity: .8;
}

.flexslider .slides &gt; li &gt; a {
    display: block;
    position: relative;
    padding: 0 0 75%;
}

.flexslider .slides &gt; li &gt; a img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.flex-control-thumbs li {
    position: relative;
    padding: 0px 0 12%;
}

.flex-control-thumbs li img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}


/*-- 詳細 --*/
.detailCont {
    max-width: 1140px;
    width: 96%;
    margin: auto;
}

.detailTit {
    font-size: 1.5em;
    background: #333;
    color: #fff;
    padding: .4em;
}

.detailMedia {
    margin: 30px auto 0;
}

.detailMedia .mediaImgWpwrapper {
    flex: 0 0 48%;
    margin: 0 2% 0 0;
}

.detailMedia .mediaTb {
    font-size: 16px;
    padding: 0 1%;
}

.detailMedia .mediaTb &gt; dl dt {
    font-weight: bold;
    min-width: 115px;
    font-size: 14px;
}

.detailMedia .mediaTb dd {
    font-weight: bold;
    font-size: 14px;
}

.h-btn-list {
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
}

.h-btn-list_item {
    flex: 1 1 0;
    width: 48%;
    margin: 0 1%;
}

.h-btn {
    display: block;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #333;
    text-decoration: none;
    color: #fff;
    /* border: solid 1px #333; */
    padding: 0.5em;
    text-align: center;
}

.flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
}

.flex-control-thumbs li {
    width: 16.6666%;
}

.detailBody {
    margin: 50px auto 0;
    border: solid 1px #999;
    padding: 1em;
}

.detailTit02 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 2px #333;
    padding: 0 0 5px;
}

.editArea {
    margin: 30px 0 0;
}

.detailInfoWp {
    max-width: 1140px;
    width: 96%;
    margin: 50px auto 0;
}

.detailguideWp {
    max-width: 1140px;
    width: 96%;
    margin: 50px auto 0;
}

.dInfoTit01 {
    font-size: 20px;
    color: #333;
    border-bottom: solid 2px #333;
    padding: 0 0 3px;
}

.detailInfo {
    margin: 20px auto 0;
    max-width: 400px;
    width: 96%;
    font-weight: bold;
}

.dInfoName {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
    color: #c71d34;
}

.dInfoName:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100px;
    height: 2px;
    background: #c71d34;
    margin: auto;
}

.dInfoAdd {
    margin: 34px 0 0;
    display: flex;
}

.dInfoAdd li {
    margin: 0 2%;
}

.dInfoAdd02 {
    display: flex;
    margin: 5px 0 0;
}

.dInfoAdd02 li {
    margin: 0 2%;
}

.dInfoAdd03 {
    margin: 5px 2% 0;
}

.dguideTit01 {
    font-size: 20px;
    color: #333;
    border-bottom: solid 2px #333;
    padding: 0 0 3px;
}

.dguideWrap {
    text-align: center;
    margin: 40px auto 0;
}

.dguide {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto 50px;
    color: #fff;
    text-align: center;
}

.dguide &gt; div {
    width: 48%;
    margin: 0 1% 0;
}

.dguide &gt; a {
    width: 48%;
    margin: 0 1% 0;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.dguide &gt; a:hover{
    opacity: 0.8;
}

.dgInfoContent {
    font-size: 15px;
}

.dgBody01 {
    /* flex: 0 0 60%; */
    /* margin: 0 2% 0 0; */
}

.dgBody {
    /* padding: 0.7em; */
}

.dgBody01 {
    background: url("../../img/fixed_bnr_bg01.png") no-repeat left top #33ccff;
    background-size: contain;
    border-radius: 10px;
}

.dgBody02 {
    background: url("../../img/fixed_bnr_bg02.png") no-repeat left top #C71D34;
    background-size: contain;
    border-radius: 10px;
}

.dgBody &gt; div {
    /* border: solid 2px #fff; */
    /* height: 100%; */
}

.dgInfo {
    padding: 1em 2%;
}

.dgInfoTit {
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: solid 1px #fff;
    max-width: 350px;
    margin: 0 auto;
    padding: 0 0 10px 0;
}

.dgInfoTel {
    margin: 15px auto 0;
}

.dgInfoTel &gt; span {
    font-size: 2em;
    font-weight: bold;
    /* padding: 0 0 0 30px; */
}

.dgInfoNum {
    background: #c71d34;
    border-radius: 20px;
    display: inline-block;
    padding: 3px .5rem 2px;
    margin: 7px auto 4px;
    font-size: 15px;
}

.dgInfoContent02 {
    margin: 1.6em auto 0;
}

.dgInfoTxt01 {
    font-weight: bold;
    font-size: 1.4em;
}

.dgBtn01 {
    background: #333;
    text-decoration: none;
    color: #fff;
    width: 96%;
    max-width: 350px;
    border-radius: 20px;
    /* border: solid 1px #fff; */
    padding: 7px 2% 6px;
    margin: 1.4em auto 0;
    display: block;
}

.dgBtn01 &gt; span {
    /* padding: 0 0 0 30px; */
    /* background: url(../img/dguide02.png) no-repeat left center; */
}

.dgContactTxt01 {
	display: block;
}

.dgContactTxt02 {
	display: none;
}

.dgBtn01:hover {
    background: #777;
    color: #fff;
}

.dgBtn02 {
    display: block;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #333;
    text-decoration: none;
    color: #fff;
    border: solid 1px #333;
    padding: 0.5em;
    max-width: 350px;
    border-radius: 20px;
    margin: 50px auto 0;
    text-align: center;
}

.dghour {
    font-weight: bold;
}


.dgInfoIn {
    border: solid 2px #fff;
    padding: 1em;
}

.dInfoTit01 .stColor {
    font-size: 14px;
}

.dguideTit01 .stColor {
    font-size: 14px;
}

.h-btn:hover {
    background: #c71d34;
}

.dgBtn02:hover {
    background: #c71d34;
}

.dgBody01 p span a {
    color: #FFF;
}

.dgTel a {
    color: #fff;
    text-decoration: none;
}
.dInfoAdd02 li a {
    color: #333;
}

.dguide:nth-of-type(2) {
    position: fixed;
    bottom: -140px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 9999;
    transition: .3s ease-in-out top;
}

.dguide.sticky {
    position: fixed;
    bottom: -240px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 9999;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.dguide.sticky.active {
    bottom: 0;
}

.dguide.sticky .dgBody {
    /* width: 38%; */
    /* margin: 0 1%; */
    /* padding: 3px; */
}

.dguide.sticky .dgInfo {
    /* padding: 3px; */
    /* font-size: 14px; */
}

.dguide.sticky .dgInfoTit {
    /* font-size: 16px; */
    padding: 0;
}

.dguide.sticky .dgInfoTel {
    margin: .3em auto 0;
}

.dguide.sticky .dgInfoTel .pcTel {
    /* font-size: 20px; */
}

.dguide.sticky .dgInfoNum {
    /* margin: .2em auto; */
}

.dguide.sticky .dgInfoContent {
}

.dguide.sticky .dgInfoContent02 {
    /* margin: 5px auto 0; */
}

.dguide.sticky .dgBtn01 {
    /* margin: 5px auto 0; */
    padding: 3px 2% 2px;
}

.truckDetail .copyright {
    padding-bottom: 220px;
}

.truckTaxBox {
    margin: 20px auto 0;
    border: solid 2px #c71d34;
    padding: 7px 7px 5px;
}

.truckTaxBox &gt; p {
    font-size: 13px;
    font-weight: bold;
    color: #c71d34;
}


/*-- 固定ここまで --*/

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.tpCont {
	max-width: 100%;
	margin: auto;
	width: 98%;
}

.tpAside {
	margin: 0 2% 0 0;
	width: 300px;
	padding: 1%;
}

.tpIntroMedia &gt; .mediaImgWpwrapper {
	flex: 0 0 47%;
}

.mediaTb &gt; dl dt {
	min-width: 50px;
}

.mediaTb {
	font-size: 11px;
}

.bodyType {
	padding: 0 2%;
}

.findBox {
	margin: 0 2%;
}
.mediaTb dd {
    padding: 0 0 0 0.2em;
}
.searchbtnLink {
    margin: 5px 0 0 auto;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.tpIntroMedia &gt; .mediaImgWpwrapper {
    flex: 0 0 40%;
}

.tpAside {
    width: 240px;
}

.searchName {
    min-width: 73px;
    font-size: 12px;
}

.searchInput &gt; select {
    font-size: 11px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.tpCont {
    display: block;
}
.tpAside {
    width: 98%;
    margin: 25px auto 0;
}

.tpIntro &gt; h2 {
    font-size: 18px;
}
.tpIntroList {
    display: flex;
    flex-wrap: wrap;
}

.tpIntroItem {
    width: 46%;
    margin: 0 2% 11px;
}

.tpAside {
    min-height: auto;
}

.botomtpImg {
    display: block;
    height: 500px;
    background: url(../img/tpbg.jpg) no-repeat center right;
}
.tpWp {
    background: #f8f8f8;
}

.cardUnit_col4 .card {
    width: 31.333%;
    margin: 0 1% 30px;
}

.dguide.sticky .dgInfoTxt01 {
	font-size: 1.1em;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

@media screen and (max-width: 860px) {
	.dguide.sticky .dgInfoTxt01 {
		font-size: 1.06em;
	}
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.bodyTypeList &gt; li {
    width: 16.6666%;
}

.searchList &gt; li {
    width: 46%;
    margin: 0 2% 15px;
}

.searchName {
    min-width: 96px;
    font-size: 14px;
}

.searchInput &gt; select {
    height: 30px;
}

.cardUnit_col4 .card {
    width: 46%;
    margin: 0 2% 30px;
}

.detailMedia {
    display: block;
}

.detailMedia .mediaImgWpwrapper {
    width: 100%;
    margin: auto;
}

.detailMedia .mediaBody {
    margin: 20px auto 0;
}

.dguide {
    /* display: block; */
}

.dguide.sticky {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.dgBody02 {
    margin: 30px auto 0;
}

.dguide &gt; div {
    /* width: 100%; */
    /* max-width: 540px; */
    /* margin: 0 auto; */
}

.dguide &gt; .dgBody02 {
    /* margin: 30px auto 0; */
}

.dguide .dgInfoTit {
    font-size: 14px;
}

.dguide .dgInfo {
    font-size: 12px;
}

.dguide.sticky .dgInfoTel .pcTel {
    /* font-size: 18px; */
    /* background-size: 16px; */
}

.dguide.sticky .dgInfoTxt01 {
	font-size: 1.1em;
}

.truckDetail .copyright {
    padding-bottom: 162px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.tpIntroItem {
    width: 100%;
    margin: 0 auto 10px;
}

.searchName {
    min-width: 65px;
    font-size: 11px;
}



.searchInput &gt; select option {
    font-size: 15px;
}

.searchList &gt; li {
    width: 48%;
    margin: 0 1% 10px;
}

.searchInput {
    font-size: 11px;
}

.bodyTypeList &gt; li {
    width: 20%;
}

.resetbtn {
    font-size: 16px;
}

.searchbtn {
    font-size: 17px;
}

.searchBox {
    padding: 10px .5em;
}

.dguide {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dguide &gt; div.dgBody {
    width: 100%;
}

.dguide &gt; a.dgBody{
    width: 100%;
}

.dguide .dgBody02 {
    margin-top: 1em;
}

.dgInfoTel {
    margin: 0 auto;
}

.dguide.sticky .dgBody {
    width: 50%;
    margin: 0;
    /* max-width: none; */
    /* padding: 2px; */
}

.dguide.sticky .dgInfo {
    /* font-size: 10px; */
    /* padding: 3px; */
    /* border: 1px solid #fff; */
    padding: .6em 2%;
}

.dguide.sticky .dgInfoTit {
    font-size: 12px;
}

.dguide.sticky .dgInfo02 .dgInfoTit {
    /* display: none; */
}

.dguide.sticky .dgInfoTel {
    /* float: left; */
    /* width: 50%; */
}

.dguide.sticky .dgInfoTel .spTel {
    font-size: 1.38em;
    background-size: 16px;
    /* padding: 0 0 0 20px; */
}

.dguide.sticky .dgInfoNum {
    width: auto;
    margin: 5px auto 0;
    padding: 3px 0 2px;
}

.dguide.sticky .dgInfoContent {
    display: none;
}

.dguide.sticky .dgInfoContent02 {
    display: none;
}

.dguide.sticky .dgBtn01 {
    /* margin: 2px auto; */
}

.dguide.sticky .dgContactTxt01 {
	display: none;
}

.dguide.sticky .dgContactTxt02 {
	display: block;
}

.truckDetail .copyright {
    padding-bottom: 102px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.searchList &gt; li {
    width: 96%;
    margin: 0 auto 10px;
}

.searchName {
    min-width: 96px;
    font-size: 14px;
}

.bodyTypeList &gt; li {
    width: 25%;
}

.findBox &gt; h2 {
    font-size: 18px;
}

.findBox &gt; p span {
    font-size: 20px;
}
.findBox {
    display: block;
}

.findBox &gt; p {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    line-height: 1.3;
}
.findBox {
    margin: 0 2%;
    padding: 0.7em .5em;
}

.cardUnit_col4 .card {
    width: 100%;
    margin: 0 auto 30px;
}

.resetbtn {
	font-size: 11px;
}

.searchbtn {
    font-size: 13px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

	.dgInfoTxt01 {
		font-size: 1.2em;
	}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 320px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.bodyTypeList &gt; li {
    width: 33.3333%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */</pre></body></html>