<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.w-font{
	font-family: 'Roboto', sans-serif;
}


h2 {
    font-weight: bold;
    margin: 1rem 0;
	color:#f60
}
h3{
	font-weight: bold;
}
.sale{
	font-weight:bold;
	color:#FA5B49;
}
strong{
	color:#f60
}
/* CSS Document */
.jumbotron {
  color: white;
  background-image: url("img/IMG_0234.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
h1.w-font {
	font-size: 3rem;
	display:inline-block;
	border-bottom: 4px solid #f60;
	text-shadow: 0px 0px 12px #000;
}
.jumbotron-pages {
  color: white;
  background-image: url("img/IMG_0234_page.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3rem;
}


.content-img {
	overflow: hidden;
}

.content-img img {
	width: 100%;
	display: block;
	transition: all 1s ease 0s;
}

.top-content-block  a:hover {
	opacity: 1;
	text-decoration: none
}

.content-img img:hover {
	transform: scale(1.1);
}
.top-content-block h3 {
	margin-top: 2rem;
	font-size: 1.5rem;
	line-height: 1.8;
}
.top-content-block  a{
	color:#000;
}
.top-content-block p {
	font-size: 14px;
	line-height: 1.8;
}
.content-block h3 {
	font-size: 1.5rem;
	line-height: 1.8;
	font-weight:bold;
}
.price dl {
	position: relative;
	overflow: hidden;
	font-size: 1rem;
	margin: 0;
}

.price dl:before {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: -1;
	content: "";
	background-color: #959595;
}

.price dd {
	padding-left: 10px;
	min-width: 75px;
	box-sizing: border-box;
	float: right;
	text-align: right;
	letter-spacing: 3px;
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 1.8rem;
	color: #f60
}
.price dd small{
	font-size: 0.6rem
}

.price dt {
	padding-right: 10px;
	max-width: 74%;
	box-sizing: border-box;
	float: left;
	letter-spacing: 1px;
	background-color: #fff;	
	margin-top: 0.5rem
}
.text-anchor:before {
    content: '';
    position: absolute;
    height: 0.5rem;
    width: 100%;
    max-width: 6.3rem;
    background-color: #f60;
    margin-top: -1rem;
}

h3&gt;span.text-anchor{
	margin-top: 1rem
}
.shop-bg{
	background-color: #000;padding: 2rem 0;margin-bottom: 0;
	color:#fff;
}
nav{
	background-color:rgba(0,0,0,0.7); 
}
p.custom-price {
    font-size: 2rem;
    color: #f60;
    margin-top: -1.5rem;
}
.plan {
    background-color: #fbfbfb;
}
.plan h3 {
    font-weight: bold;
}
.plan h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #f60;
}
.note {
    border:2px solid #ACACAC;
	border-radius: 2px;
}
p.custom-price small {
    font-size: 0.7rem;
}

.millwaukee{
	background-image: url("img/19-softail-softail-slim-hdi-hero.jpg");background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
  margin-bottom: 3rem;
}
.millwaukee_back{
	background-image: url("img/19-softail-softail-slim-hdi-hero_2.jpg");background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  margin-bottom: 3rem;
}

.stage2_back{
	background-image: url("img/stage2.jpg");background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  margin-bottom: 3rem;
}
.top-content-block .stage2-top {
    font-size: 1.5rem;
    font-weight: bold;
}
.factor10{
	color:#fff
}
.factor10 .number{
    	color:#f60;
	background-image: url("img/19-softail-softail-slim-hdi-hero_2.jpg");background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
}
.factor10 .number p small{
    display:block;
    font-size: 1rem;
}

.factor10 .number p {
    font-size: 8rem;
	line-height: 1;
		text-shadow: 0px 0px 6px #000;
}
.factor10 h3{
	font-size: 2rem;
	color: #f60;
	border-bottom: 3px solid #f60;
	margin-bottom: 1rem
}
.factor10 h4{
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 1.6rem;
}
.factor10 p{
	font-size: 0.8rem
}
h1#information small {
    font-size:0.8rem;
    padding-bottom:1rem
}
.red-text {
    color: #ff5600;
}

.blue-text {
    color: #004aff;
}

.green-text {
    color: green;
}
.qanda-content dt{
    font-size: 1.2rem

}
/*
.qanda-content dt:before {
    content: "Q";
    font-size: 4rem;
    margin-right: 1rem;
    font-size: 4rem;
    font-weight:bold;
    margin-left:-4rem;
    display:inline-block;
    float:left;
}
.qanda-content dt,.qanda-content dd{
    min-height:6rem;
    display: table-cell;
 vertical-align: middle;

}
.qanda-content dd:before {
    content: "A";
    font-size: 4rem;
    font-weight:bold;
    margin-left:-4rem;
    display:inline-block;
    float:left;
}
*/
/* 小デバイス（横向きモバイル, 576px 以上）*/
@media (min-width: 576px) { 
	
	
}

/* 中デバイス（タブレット, 768px 以上）*/
@media (min-width: 768px) { ... }

/* 大デバイス（デスクトップ, 992px 以上）*/
@media (min-width: 992px) { h1.w-font {
	font-size:6rem;
}
	} }

/* 特大デバイス（ワイド・デスクトップ, 1200px 以上）*/
@media (min-width: 1200px) { ... }</pre></body></html>