<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*bike color / car color */
.car-col:hover,.car-col:focus {
  color: #1665b4;
}
.bike-col:hover,.bike-col:focus {
  color: #e30011;
}
.bike a:hover,.bike a:focus {
  color: #e32210 !important;
}

/*å…ƒapp.css*/
.off-canvas-wrapper {
  overflow: unset !important;
}

/*----- archive / category page(å…ƒcss:app.css) -----*/

.title-block {
  background: repeating-linear-gradient(315deg,#f1f1f1,#f1f1f1 11px,#fff 0,#fff 22px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 1.5rem 0.25rem;
  text-align: center;
}
.title-block figcaption {
  color: #515151;
  font-size: min(2.5vw,18px);
  font-weight: 700;
  line-height: 1.25;
  padding-top: 8px;
}
.sidebar .cat-list li {
  list-style: none;
}
.cblog-block {
  display: flex;
  border-bottom: 3px dashed #d5d5d5;
  padding: 2% 0;
}
.cblog-l {
  width: 33%;
  text-align: center;
}
.cblog-r {
  width: 65%;
  margin: 0 0 0 2%;
}
.cblog-l img {
  width: 350px;
  height: 230px;
  object-fit: cover;
}
.cblog-l img:hover {
  opacity: 0.9;
}
.cblog-r .entry-header {
  margin-bottom: 4%;
}
.cblog-r h2 {
  line-height: 1.0;
}

/*side bar only for PC*/
@media screen and (min-width: 826px) {
  .wrap-container {
    display: flex;
  }
  .wrap-container .main-content {
    width:76%;
  }
  .wrap-container .sidebar {
    position: sticky;
    top: 10px;
    width:20%;
    height: fit-content;
    margin-left: 4%;
  }
  .wrap-container .sidebar h4 {
    color: #FFF;
    font-size: min(5vw,17px);
    font-weight: 700;
    padding: 1% 0 1% 5%;

  }
  .tax-col-car h4 {
    background: #1976d1;
    border: 1px solid #1361ac;
    box-shadow: 1px 1px 0px #1361ac;
  }
  .tax-col-bike h4 {
    background: #e32011;
    border: 1px solid #bb1b0d;
    box-shadow: 1px 1px 0px #bb1b0d;
  }

}


@media screen and (max-width: 648px) {
  .cblog-block {
    display: block;
    width: 95%;
    border-bottom: none;
    border: 1px solid #d7d7d7;
    box-shadow: 2px 4px #ededec;
    margin: 0 auto 5% auto;
    padding: 5% 1%;
  }
  .cblog-l,.cblog-r {
    width: 95%;
  }
  .cblog-r {
    margin: 0 auto;
  }
  .cblog-l {
    margin: 2% auto 4% auto;
  }
  .cblog-l img {
    width: 95%;
    height: auto;
    max-height: 60vw;
  }
}


/*----- ä»¥ä¸‹å…ƒcss:app.css -----*/
.breadcrumbs {
  line-height: 1.15 !important;
}
.page-title.ar-title {
  font-size: min(4vw,24px) !important;
  font-weight: 700;
  margin: 3% 0 0 0 !important;
}
.page-title.ar-title:before {
  content: "\f02c";
  font-family: 'FontAwesome';
  margin-right: 0.5%;
}
.sblog-ar-more,.sblog-ar-more-bike {
  display: flex;
  justify-content: end;
}
.sblog-ar-more-bike .button {
  background-color: #e32210;
}
.sblog-ar-more-bike .button:hover, .sblog-ar-more-bike .button:focus {
  background-color: #ce1f0f;
}
.sblog-ar-content {
  color: #383838;
  font-size: min(3.3vw,16px) !important;
  margin: 0 0 3% !important;
}
.sblog-block:last-child {
  margin-bottom: 10%;
}
.cblog-title &gt; a {
  color: #323232;
  font-size: min(5vw,24px);
  font-weight: bold;
}
.tablenav {
  padding: 2em 0 2em !important;
}

/*----- This is for "Cross-blog" contents. -----*/

.CrossBlog {
  display: flex;
  flex-wrap: wrap;
  margin: 3% 0 0 0;
}
.CrossBlog .contentA {
  width: 73%;
  font-size: min(3.2vw,14px);
  margin-right: 5%;
}
.CrossBlog .contentB {
  width: 22%;
  font-size: min(3.5vw,16px);
}
.CrossBlog h2 {
  font-size: min(6vw,32px);
  font-weight: 800;
  letter-spacing: -0.05em;
  margin:1% 0 1.5% 0;
}
.blog-info { /*catå…±é€šä½¿ç”¨*/
  width: 100%;
  color: #747474;
  font-size: min(2.8vw,11px) !important;
  font-weight: 700;
  letter-spacing: 0.095rem;
}
.arrange1 {
  text-align: right;
  margin-bottom: 8%;
}
.arrange2 {
  margin-bottom: 2%;
}

.blog-info &gt; a {
  color: #747474;
  background: #ebebeb;
  border-radius: 10px;
  padding: 0.25% 1%;
}

.contentA p {
  font-size: min(3.65vw, 15px);
}
.contentB h4 {
  font-size: min(5vw,18px);
}


/*é–¢é€£è¨˜äº‹*/
.related-posts {
  margin: 40px 0 0;
}
.related-posts h4 {
  font-size: 1.25em;
  border-bottom: solid 1px #999;
}
.related-posts ul {
  font-size: 0;
  margin: 10px 0;
  padding: 0;
  margin: 2% 0 10% 0;
}
.related-posts li {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 10px 5px;
  list-style: none;
  vertical-align: top;
}
.related-posts li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.related-posts li a:hover {
  filter: brightness(1.25);
  transition: .35s;
  color: #1665b4;
}
.related-posts img {
  height: 135px;
  object-fit: cover;
}
.related-posts .text {
  font-size: min(3.2vw,13px);
  font-weight: bold;
}
.no_article {
  font-size: min(3vw,14px) !important;
  padding-left: 4%;
  margin: -6% 0 7% 0;
}

/* ã‚·ã‚§ã‚¢ãƒœã‚¿ãƒ³ */
.wrap-flowbtn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 6%;
}
.wrap-flowbtn p {
  font-size: min(3vw,11px);
  letter-spacing: 0.085rem;
  margin-bottom: 0;
}
.flowbtn1{
  border-radius:50%;
  position:relative;
  display:inline-block;
  width:2.5rem;
  height:2.5rem;
  font-size:min(6vw,23px);
  color:#fff!important;
  text-decoration:none;
  transition:.5s;
}
.flowbtn1 i {
  position:absolute;
  top:50%;
  left:50%;
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}
.sns-list {
  display:flex;
  flex-flow:row;
  justify-content: center;
  list-style:none;
  padding:0;
  margin: 0 0.8% 0 0;
}
.sns-list li {
  text-align:center !important;
  margin:1.5%;
}
.flowbtn1:hover {
  -webkit-transform:translateY(-1px);
  -ms-transform:translateY(-1px);
  transform:translateY(-1px);
}
/* Twitter */
.fl_tw1 {
  background:#1DA1F2;
}
/* Facebook */
.fl_fb1 {
  background:#1578f2;
}
/* ã¯ã¦ãƒ– */
.fl_hb1 {
  background: #00a4de;
}
/* LINE */
.fl_li1 {
  background: #00b900;
}

/*ãƒšãƒ¼ã‚¸ãƒãƒ¼ã‚·ãƒ§ãƒ³*/
.custom-nav li {
  border-radius: 22px;
  padding: 1% 3%;
}
.custom-nav {
  font-size: min(3.4vw, 15px);
  padding: 1% 0 12%;
}
.custom-nav ul{
  margin: 0;
}
.custom-nav li {
  margin: 0 1.5%;
  padding: 1.5% 3%;
}


/*æ–°ç€è¨˜äº‹*/
.contentB hr {
    border-bottom: 1px solid #cfd2db; 
    margin: 5% 0;
}
.li-box{
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    font-size: min(3vw,12px);
}
.li-box img {
    height: 80px;
    object-fit: cover;
}
.li-box a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.li-box:hover {
    filter: brightness(1.35);
    transition: .4s;
}
.li-box p {
    line-height: 1.45;
    margin-bottom: 0;
}
.li-box p:nth-child(even) {
    width: 45%;
}
.li-box p:nth-child(odd) {
    width: 53%;
    margin:0 0 0 2%;
}


/*ã‚«ãƒ†ã‚´ãƒªãƒ¼ãƒ»ã‚¢ãƒ¼ã‚«ã‚¤ãƒ–ä¸€è¦§*/
.blog-cat {
    list-style: none;
    font-size: min(3.2vw,15px);
}




@media screen and (max-width: 1158px) {
  .sp-blog {
    width: 96% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 825px) {
  .CrossBlog {
    display: block;
    flex-wrap: unset;
  }
  .CrossBlog .contentA,.CrossBlog .contentB {
    width: 98%;
    margin: 0 auto;
  }
  .CrossBlog .contentB {
    display: block;
  }
  .contentB hr {
    margin: 2% 0;
}
  .related-posts {
    margin: 0;
  }
  .li-box img {
    height: 20vmin;
  }
  .li-box p:nth-child(even) {
    width: 35%;
  }
  .li-box p:nth-child(odd) {
    width: 63%;
    padding: 1% 0;
  }
  .li-box p {
    font-size: min(3.5vw,16px);
    font-weight: 700;
  }
  /*ã‚«ãƒ†ã‚´ãƒªãƒ¼ï¼†ã‚¢ãƒ¼ã‚«ã‚¤ãƒ–*/
  #wrap-accmenu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 8% 0 10% 0;
  }
  .accmenu {
    width: 48%;
    margin: 0 1%;
  }
  #wrap-accmenu label {
    display: block;
    text-align: center;
    border-radius: 25px;
    color: #fff;
    margin: 0;
    padding: 3%;
  }
/*----- å…±é€šï¼šcolorè¨­å®š -----*/
.car-bg label {
  background: #1976d1;
}
.bike-bg label {
  background: #e32210;
}


  #wrap-accmenu label:active {
    opacity: 0.75;
  }
  #wrap-accmenu input[type="checkbox"].on-off{
    display: none;
  }
  #wrap-accmenu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #wrap-accmenu li {
    padding: 2%;
  }
  #wrap-accmenu input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
  }
  #wrap-accmenu input[type="checkbox"].on-off:checked + ul{
    height: 250px;
    overflow: scroll;
    font-size: min(3.5vw,18px);
    padding: 2% 0 0 6%;
  }
  #wrap-accmenu h4 {
    font-size: min(3.4vw,18px);
    font-weight: 700;
    margin: 0;
  }
}

@media screen and (max-width: 648px) {
  .related-posts li {
    width: 50%;
  }
  .related-posts img {
    height: 150px;
  }
  .related-posts .text {
    padding-top: 1%;
  }
  .sblog-ar-more-bike .button {
    width: 100%;
  }
}

/* IE10ãƒ»11å¯¾ç­– */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .related-posts .text {
    font-size: 13px;
    }
}</pre></body></html>