<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Author: MAIDOSOFT
Author URI: http://www.maido.co.jp/
*/



@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&amp;family=Noto+Sans+JP:wght@400;700&amp;display=swap');

/*
======================================
 1. Reset Style
======================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
html {
	height: 100%;
}
body {
	line-height: 1;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.reader{
	width:620px;
	margin:5px 0px;
	padding:10px;
	background: #eee;
}

.reader img{
	width:112px;
	float:left;
	vertical-align:top;
	margin-right:10px;
}

.reader p{
	font-size: 10px;
	line-height: 1.6em;
	margin:0;
	padding:0;
}


/*
======================================
 2. Base Style
======================================
*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
}
body {
	background: #fff;
	font: 16px/22px Montserrat,'Noto Sans JP','ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3','Hiragino Kaku Gothic Pro','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯',Arial,sans-serif;
	color: #333;
}
a {
	color: #196BC7;
	text-decoration: none;
}
a:hover {
	color: #196BC7;
	text-decoration: underline;
}
.clear{
	clear: both;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
::-moz-selection {
	background: #ffff00;
	color: #333;
}
::selection {
	background: #ffff00;
	color: #333;
}
#GlobalWrapper {
	border-top: 3px solid #0b4199;
}
#GlobalHeader {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
#GlobalHeader strong {
	display: block;
	max-width: 900px;
	width: 96%;
	margin: 0 auto;
	text-align: center;
}
#GlobalHeader strong img {
	width: 30%;
	height: auto;
}
#GlobalMain {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 200px;
	margin-bottom: 40px;
	background: url(../images/campaign_spring_bike.png) no-repeat 50% 50%;
	background-size: cover;
	font-size: 40px;
	text-align: center;
	overflow: hidden;
	z-index: 0;
	color: #fff;
	line-height: 1.25em;
}
#GlobalMain::before{
	content: '';
	display: block;
	background: inherit;
	filter: blur(15px);
	position: absolute;
	width: 100%;
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
	z-index: -1;
	transform: scale(1.25);
}
#GlobalContents {
	max-width: 900px;
	width: 96%;
	margin: 0 auto;
}
#GlobalFooter {
	background: #eff8ff;
	padding: 30px 0;
}
#GlobalFooter small {
	display: block;
	max-width: 900px;
	width: 96%;
	margin: 0 auto;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#GlobalHeader strong {
		width: 100%;
		text-align: center;
	}
	#GlobalHeader strong img {
		width: 70%;
	}
	#GlobalMain {
		height: 100px;
		font-size: 24px;
	}
	#GlobalContents {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}
	#GlobalFooter {
		padding: 15px 0;
	}
	#GlobalFooter small {
		width: 100%;
		padding: 0 10px;
	}
}





.lead h1 {
	margin-bottom: 25px;
	font-size: 32px;
	text-align: center;
	line-height: 1.5em;
	color: #00A0E9;
}
.lead p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 2.5em;
}
.lead p span {
	background: linear-gradient(transparent 50%, #FFF67D 50%);
}
.lead p em {
	display: block;
	background: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.25em;
	color: #666;
}
@media screen and (max-width: 640px) {
	.lead h1 {
		font-size: 24px;
	}
	.lead h1 br {
		display: none;
	}
	.lead p {
		font-size: 18px;
		line-height: 2.0em;
	}
	.lead p em {
		font-size: 12px;
	}
}



.mt40 {
	margin-top: 40px;
}

.nyuko-attn {
	padding: .5em;
	background: #d80000;
	font-size: 16px;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
}



.teiin {
	margin-top: 1em;
	padding: 15px;
	border: 3px double #d80000;
	border-radius: 5px;
	color: #d80000;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.teiin br {
		display: none;
	}
}




.onlypc {display: block;}
.onlysp {display: none;}
@media screen and (max-width: 640px) {
	.onlypc {display: none;}
	.onlysp {display: block;}
}





.spring_bike {
	margin: 40px 0;
	padding: 25px;
	background: #FFE4E5;
	border-radius: 5px;
}
.spring_bike h1 {
	font-size: 14px;
	color: #222;
	line-height: 1.25em;
	text-align: center;
}
.spring_bike h1 em {
	display: inline-block;
	margin-bottom: 15px;
	padding: 10px 25px;
	background: #eb6877;
	border-radius: 100px;
	font-size: 16px;
	line-height: 1em;
	color: #fff;
}
.spring_bike h1::after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	margin: 15px auto 10px;
	background: #333;
}
.spring_bike .list {
	display: flex;
	justify-content: space-between;
}
.spring_bike .list &gt; li {
	width: 24.5%;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	text-align: center;
}
.spring_bike .list li dl dt {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #eb6877;
	line-height: 1.35em;
	text-align: center;
}
.spring_bike .list li dl dd p {
	font-size: 14px;
	line-height: 1.25em;
}
.spring_bike .list li dl dd strong {
	display: block;
	font-size: 36px;
	line-height: 1.25em;
}
.spring_bike .list li dl dd strong em {
	font-size: 20px;
}
.spring_bike .list li dl dd span {
	font-size: 14px;
	line-height: 1em;
}

.spring_bike &gt; .attn {
	margin-top: 15px;
}
.spring_bike &gt; .attn li {
	padding-left: 1em;
	font-size: 12px;
	line-height: 1.5em;
	text-indent: -1em;
}
.spring_bike .red {
	color: #d80000;
}

.spring_bike .option::before {
	content: "ï¼‹";
	display: flex;
	justify-content: center;
	align-items: center;
	margin: .25em auto;
	width: 60px;
	height: 60px;
	background: #00a0e9;
	border-radius: 50% 50%;
	font-size: 42px;
	font-weight: bold;
	color: #fff;
}
.spring_bike .option &gt; strong {
	display: block;
	padding: .25em .5em .5em;
	font-size: 24px;
	color: #00a0e9;
	text-align: center;
}
.spring_bike .option .option-box {
	padding: 15px;
	background: #fff;
	border-radius: 5px;
}
.spring_bike .option ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.spring_bike .option ul li {
	background: #D7F2FF;
	border-radius: 5px;
}
.spring_bike .option ul li.w100 {
	width: 100%;
	margin-bottom: 2%;
}
.spring_bike .option ul li.w60 {
	width: 59%;
}
.spring_bike .option ul li.w40 {
	width: 39%;
}
.spring_bike .option .option-box-wrap {
	padding: 15px;
}
.spring_bike .option .full .option-title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5em;
	background: #00a0e9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
	color: #fff;
	text-align: center;
}
.spring_bike .option .full .option-title span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	margin-right: 10px;
	background: #fff;
	border-radius: 50% 50%;
	font-size: 18px;
	color: #00a0e9;
}
.spring_bike .option .full .copy {
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center;
}
.spring_bike .option .full ol li strong {
	display: block;
	font-size: 20px;
	text-decoration: underline;
}
.spring_bike .option .full ol li strong::before {
	display: inline-block;
	content: '';
	width: 15px;
	height: 8px;
	margin-right: 10px;
	border-left: 5px solid #00a0e9;
	border-bottom: 5px solid #00a0e9;
	transform: translateY(-30%) rotate(-45deg);
}
.spring_bike .option .full ol li p {
	margin: 10px 0 0 32px;
}
.spring_bike .option .full .price {
	position: relative;
	margin-top: 15px;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
}
.spring_bike .option .full .price::before {
	position: absolute;
	top: -20px;
	left: 50%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #fff transparent;
	transform: translateX(-50%);
}
.spring_bike .option .full .price span {
	background: linear-gradient(transparent 50%, #FFF67D 50%);
}
.spring_bike .option .full .price span span {
	font-size: 12px;
}
.spring_bike .option .full .price strong {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .35em;
	font-size: 42px;
	color: #d80000;
}
.spring_bike .option .full .price strong em {
	font-size: 24px;
}
.spring_bike .option .full .price strong span {
	background: none;
	font-size: 14px;
	color: #333;
}
.spring_bike .option .full .price strong .tsuika {
	margin-top: -8px;
	margin-right: 10px;
	padding: .25em .5em;
	background: #d80000;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
}


.spring_bike .option .stepup {
	background: #f6e5ff;
}
.spring_bike .option .stepup .option-title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5em;
	background: #7c3a9e;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	color: #fff;
	text-align: center;
}
.spring_bike .option .stepup .option-title span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background: #fff;
	border-radius: 50% 50%;
	font-size: 16px;
	color: #7c3a9e;
}
.spring_bike .option .stepup .copy {
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center;
}
.spring_bike .option .stepup figure {
	margin: 1em 0;
}
.spring_bike .option .stepup figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.spring_bike .option .stepup ul li {
	padding-left: 1em;
	background: none;
	font-size: 12px;
	line-height: 1.5em;
	text-indent: -1em;
}
.spring_bike .option .stepup ul li:first-child {
	padding-left: 3em;
	text-indent: -3em;
}


/*
.spring_bike .option .premium {
	background: #f1ece0;
}
.spring_bike .option .premium .option-title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .75em .5em;
	background: #98885c;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	color: #fff;
	text-align: center;
}
.spring_bike .option .premium .option-title span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: #fff;
	border-radius: 50% 50%;
	font-size: 12px;
	color: #98885c;
}
.spring_bike .option .premium .copy {
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center;
}
.spring_bike .option .premium ol li {
	margin-top: .5em;
	background: none;
}
.spring_bike .option .premium ol li strong {
	display: block;
	padding-left: 1.45em;
	font-size: 16px;
	text-decoration: underline;
	text-indent: -1.45em;
}
.spring_bike .option .premium ol li strong::before {
	display: inline-block;
	content: '';
	width: 10px;
	height: 6px;
	margin-right: 10px;
	border-left: 3px solid #98885c;
	border-bottom: 3px solid #98885c;
	transform: translateY(-30%) rotate(-45deg);
}
.spring_bike .option .premium ol li p {
	margin: 0 0 0 32px;
	font-size: 12px;
	line-height: 1.25em;
}
.spring_bike .option .premium ol li p em {
	display: block;
	font-size: 12px;
}
.spring_bike .option .premium .price {
	position: relative;
	margin-top: 25px;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
}
.spring_bike .option .premium .price::before {
	position: absolute;
	top: -20px;
	left: 50%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #fff transparent;
	transform: translateX(-50%);
}
.spring_bike .option .premium .price span {
	background: linear-gradient(transparent 50%, #FFF67D 50%);
}
.spring_bike .option .premium .price span span {
	font-size: 12px;
}
.spring_bike .option .premium .price strong {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .35em;
	font-size: 36px;
	color: #d80000;
}
.spring_bike .option .premium .price strong em {
	font-size: 20px;
}
.spring_bike .option .premium .price strong span {
	background: none;
	font-size: 14px;
	color: #333;
}
.spring_bike .option .premium .price strong .hangaku {
	margin-top: -8px;
	margin-right: 10px;
	padding: .25em .5em;
	background: #d80000;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
}
*/
@media screen and (max-width: 640px) {
	.spring_bike {
		padding: 25px 10px;
	}
	.spring_bike h1 {
		font-size: 14px;
	}
	.spring_bike .list {
		display: block;
	}
	.spring_bike .list &gt; li {
		width: 100%;
		margin-bottom: 10px;
	}
	.spring_bike .list li dl dt {
		font-size: 16px;
	}
	.spring_bike .list li dl dt br {
		display: none;
	}
	.spring_bike &gt; .attn {
		margin-top: 10px;
	}
	.spring_bike &gt; .attn li {
		font-size: 11px;
	}

	.spring_bike .option::before {
		width: 40px;
		height: 40px;
		font-size: 24px;
	}
	.spring_bike .option &gt; strong {
		font-size: 18px;
	}
	.spring_bike .option .option-box {
		padding: 10px;
	}
	.spring_bike .option ul {
		display: block;
	}
	.spring_bike .option ul li.w100,
	.spring_bike .option ul li.w60,
	.spring_bike .option ul li.w40 {
		width: 100%;
		margin-bottom: 10px;
	}
	.spring_bike .option .option-box-wrap {
		padding: 10px;
	}
	.spring_bike .option .full .option-title {
		font-size: 18px;
		text-align: left;
	}
	.spring_bike .option .full .option-title span {
		width: 24px;
		height: 24px;
		margin-right: 5px;
		font-size: 16px;
	}
	.spring_bike .option .full ol li strong {
		padding-left: 1.3em;
		font-size: 16px;
		text-indent: -1.3em;
	}
	.spring_bike .option .full ol li strong::before {
		width: 10px;
		height: 6px;
		margin-right: 8px;
		border-left: 3px solid #00a0e9;
		border-bottom: 3px solid #00a0e9;
	}
	.spring_bike .option .full ol li p {
		margin: 10px 0 0 20px;
		font-size: 14px;
		line-height: 1.25em;
	}
	.spring_bike .option .full .price::before {
		top: -10px;
		border-width: 0 20px 10px 20px;
	}
	.spring_bike .option .full .price span span {
		font-size: 12px;
	}
	.spring_bike .option .full .price strong {
		font-size: 36px;
	}
	.spring_bike .option .full .price strong em {
		font-size: 20px;
	}
	.spring_bike .option .full .price strong span {
		display: block;
		font-size: 14px;
	}
	.spring_bike .option .full .price strong .hangaku {
		font-size: 16px;
	}


	.spring_bike .option .stepup .option-title {
		font-size: 15px;
		text-align: left;
	}
	.spring_bike .option .stepup .option-title span {
			width: 20px;
			height: 20px;
			margin-right: 5px;
			font-size: 14px;
	}
	.spring_bike .option .stepup .copy {
		font-size: 14px;
		line-height: 1.25em;
	}
	.spring_bike .option .stepup .copy br {
		display: none;
	}
	.spring_bike .option .stepup p {
		font-size: 14px;
		line-height: 1.25em;
	}
	.spring_bike .option .stepup ul li {
		font-size: 11px;
	}


/*
	.spring_bike .option .premium .option-title {
		font-size: 14px;
		text-align: left;
	}
	.spring_bike .option .premium .option-title span {
		width: 18px;
		height: 18px;
		margin-right: 5px;
		font-size: 12px;
	}
	.spring_bike .option .premium .copy {
			font-size: 14px;
			line-height: 1.25em;
	}
	.spring_bike .option .premium ol li strong {
		padding-left: 1.5em;
		font-size: 14px;
		text-indent: -1.5em;
		line-height: 1.25em;
	}
	.spring_bike .option .premium ol li strong::before {
		margin-right: 8px;
	}
	.spring_bike .option .premium ol li p {
		margin: 6px 0 0 20px;
		font-size: 11px;
		line-height: 1.5em;
	}
	.spring_bike .option .premium ol li p em {
		font-size: 11px;
	}
	.spring_bike .option .premium .price {
		font-size: 14px;
	}
	.spring_bike .option .premium .price::before {
		top: -10px;
		border-width: 0 20px 10px 20px;
	}

	.spring_bike .option .premium .price strong {
		font-size: 30px;
	}
	.spring_bike .option .premium .price strong em {
		font-size: 18px;
	}
	.spring_bike .option .premium .price strong span {
		display: block;
		font-size: 12px;
	}
	.spring_bike .option .premium .price strong .hangaku {
		font-size: 16px;
	}
*/
}




.btn_entry {
	margin: 20px 0;
}
.btn_entry a {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 25px;
	background: #13b5b1;
	border-radius: 100px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.25em;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: all .25s ease-in-out;
}
.btn_entry.gray em {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 25px;
	background: #ccc;
	border-radius: 100px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.25em;
	color: #333;
	text-decoration: none;
	text-align: center;
	transition: all .25s ease-in-out;
}
.btn_entry span br,
.btn_entry.gray em span br {
	display: none;
}
.btn_entry a:hover {
	opacity: .75;
}
.btn_entry a span::before,
.btn_entry.gray em span::before {
	content: "\f044";
	margin-right: .25em;
	font-family: FontAwesome;
	font-weight: normal;
}
@media screen and (max-width: 640px) {
	.btn_entry a,
	.btn_entry.gray em {
		width: 96%;
		padding: 15px 25px;
		font-size: 20px;
	}
	.btn_entry span br {
		display: inline;
	}
}





.spring_bike_senkou {
	margin: 40px 0;
	padding: 25px;
	background: #fff1dc;
	border-radius: 5px;
}
.spring_bike_senkou .end {
	margin-top: 1em;
	padding: .5em 1em;
	background: #ed0747;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}
.spring_bike_senkou h1 {
	margin-bottom: 20px;
	font-size: 42px;
	color: #222;
	line-height: 1.25em;
	text-align: center;
}
.spring_bike_senkou h1 em {
	display: inline-block;
	margin-bottom: 15px;
	padding: 10px 25px;
	background: #e87b2e;
	border-radius: 100px;
	font-size: 16px;
	line-height: 1em;
	color: #fff;
}
.spring_bike_senkou h1::after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	margin: 15px auto 0;
	background: #333;
}
.spring_bike_senkou .aligncenter {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
	line-height: 1.5em;
}
.spring_bike_senkou .aligncenter span {
	font-weight: bold;
	color: #d80000;
}
.spring_bike_senkou .aligncenter p {
	text-decoration: underline;
}
.spring_bike_senkou .aligncenter em {
	display: block;
	width: 80%;
	margin: .5em auto 0;
	padding: .25em 50px .45em;
	background: #fff;
	border: 1px solid #F8B551;
	border-radius: 100px;
	font-size: 16px;
	color: #333;
	line-height: 1.5em;
}
.spring_bike_senkou .aligncenter em br {
	display: none;
}
.spring_bike_senkou .aligncenter em em {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: #d80000;
	text-align: center;
	line-height: 1.25em;
}

.spring_bike_senkou .taisyo {
	padding: 15px;
	background: #fff;
}
.spring_bike_senkou .taisyo strong {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.25em;
	text-align: center;
}
.spring_bike_senkou .taisyo ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.spring_bike_senkou .taisyo ol li {
	width: 49%;
}
.spring_bike_senkou .taisyo ol li span {
	display: inline-block;
	margin-right: 5px;
	color: #e87b2e;
}

.spring_bike_senkou .step {
	padding: 40px 0;
}
.spring_bike_senkou .step strong {
	display: block;
	margin-bottom: 15px;
	padding: 5px 10px;
	background: #e87b2e;
	border-radius: 3px;
	text-align: center;
	color: #fff;
}
.spring_bike_senkou .step ul {
	display: flex;
	justify-content: space-between;
}
.spring_bike_senkou .step ul li {
	position: relative;
	width: 18%;
	padding: 10px;
	background: #fff;
	border: 1px solid #e87b2e;
	border-radius: 5px;
}
.spring_bike_senkou .step ul li::after {
	position: absolute;
	top: 50%;
	right: -15px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 6px;
	border-color: transparent transparent transparent #e87b2e;
	transform: translateY(-50%);
}
.spring_bike_senkou .step ul li:last-child::after {
	content: none;
}
.spring_bike_senkou .step ul li span {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	color: #e87b2e;
}
.spring_bike_senkou .step ul li p {
	font-size: 14px;
	line-height: 1.5em;
}
.spring_bike_senkou .step ul li p em {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.25em;
}
.spring_bike_senkou .step .tyuui {
	margin-top: 1em;
	padding-left: 4.1em;
	font-size: 12px;
	line-height: 1.5em;
	text-indent: -4.1em;
}


.spring_bike_senkou .list {
	display: flex;
	justify-content: space-between;
}
.spring_bike_senkou .list li {
	width: 32.5%;
	padding: 15px;
	background: #fff;
	text-align: center;
	box-shadow: 10px 10px 0px -5px rgba(255, 220, 170, 1);
}
.spring_bike_senkou .list li  span {
	color: #666;
}
.spring_bike_senkou .list li strong {
	display: block;
	font-size: 42px;
	line-height: 1em;
}
.spring_bike_senkou .list li strong em {
	font-size: 24px;
}
.spring_bike_senkou .list li p {
	font-size: 20px;
}
.spring_bike_senkou .tokuten {
	position: relative;
	margin-top: 2.5em;
	padding: 15px;
	background: #fff;
	border: 3px solid #e87b2e;
	border-radius: 5px;
}
.spring_bike_senkou .tokuten::before {
	position: absolute;
	top: -23px;
	left: 50%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #e87b2e transparent;
	transform: translateX(-50%);
}
.spring_bike_senkou .tokuten p {
	margin-top: .5em;
	font-size: 32px;
	line-height: 1em;
	text-align: center;
	color: #e87b2e;
}
.spring_bike_senkou .tokuten p em {
	display: block;
	font-size: 12px;
	color: #666;
}
.spring_bike_senkou .tokuten ol {
}
.spring_bike_senkou .tokuten ol li {
	display: flex;
	align-items: center;
	margin: .5em 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25em;
}
.spring_bike_senkou .tokuten ol li &gt; em {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	background: #e87b2e;
	border-radius: 50% 50%;
	font-size: 24px;
	line-height: 1em;
	color: #fff;
}
.spring_bike_senkou .tokuten ol li div {
	width: calc(100% - 80px);
}
.spring_bike_senkou .tokuten ol li div em {
	font-size: 14px;
	color: #333;
}
.spring_bike_senkou .tokuten ol li div span {
	color: #d80000;
	text-decoration: underline;
}
.spring_bike_senkou .attn {
	margin-top: 15px;
}
.spring_bike_senkou .attn li {
	padding-left: 1em;
	font-size: 12px;
	line-height: 1.5em;
	text-indent: -1em;
}


/*.spring_bike_senkou.end {
	position: relative;
}
.spring_bike_senkou.end::after {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.95);
	border-radius: 10px;
}
.spring_bike_senkou.end .end-text {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 100;
	text-align: center;
}
.spring_bike_senkou.end .end-text strong {
	display: block;
	margin-bottom: .5em;
	font-size: 42px;
	line-height: 1.25em;
}
.spring_bike_senkou.end .end-text p {
	font-size: 20px;
	line-height: 1.5em;
}*/

@media screen and (max-width: 640px) {
	.spring_bike_senkou {
		padding: 25px 10px;
	}
	.spring_bike_senkou h1 {
		font-size: 20px;
	}
	.spring_bike_senkou .aligncenter {
		font-size: 18px;
	}
	.spring_bike_senkou .aligncenter span {
		display: block;
	}
	.spring_bike_senkou .aligncenter em {
		width: 100%;
		padding: .5em 1em .35em;
		border-radius: 5px;
		font-size: 14px;
		line-height: 1.25em;
	}
	.spring_bike_senkou .aligncenter em br {
		display: inline;
	}
	.spring_bike_senkou .aligncenter em em {
		font-size: 12px;
	}

	.spring_bike_senkou .taisyo ol {
		display: block;
		margin-left: .35em;
	}
	.spring_bike_senkou .taisyo ol li {
		width: 100%;
		margin-bottom: .5em;
		padding-left: .65em;
		font-size: 14px;
		line-height: 1.25em;
		text-indent: -.65em;
	}


	.spring_bike_senkou .step {
		padding: 20px 0 30px;
	}
	.spring_bike_senkou .step strong {
		font-size: 14px;
	}
	.spring_bike_senkou .step ul {
		display: block;
	}
	.spring_bike_senkou .step ul li {
		width: 100%;
		margin-bottom: 15px;
		padding: 5px 10px;
	}
	.spring_bike_senkou .step ul li:last-child {
	margin-bottom: 0;
	}
	.spring_bike_senkou .step ul li::after {
		position: absolute;
		top: 100%;
		bottom: 0;
		left: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0 10px;
		border-color: #e87b2e transparent transparent transparent;
		transform: translateX(-50%);
	}
	.spring_bike_senkou .step ul li span {
		margin-bottom: 0;
	}
	.spring_bike_senkou .step ul li p {
		margin: 0;
		line-height: 1.35em;
	}

	.spring_bike_senkou .list li {
		padding: 10px 8px;
	}
	.spring_bike_senkou .list li  span {
		font-size: 14px;
	}
	.spring_bike_senkou .list li strong {
		font-size: 24px;
		line-height: 1.25em;
	}
	.spring_bike_senkou .list li strong em {
		font-size: 14px;
		line-height: 1.25em;
	}
	.spring_bike_senkou .list li p {
		font-size: 16px;
	}
	.spring_bike_senkou .tokuten {
		margin-top: 20px;
		padding: 15px;
	}
	.spring_bike_senkou .tokuten::before {
		top: -12px;
		border-width: 0 20px 10px 20px;
	}
	.spring_bike_senkou .tokuten p {
		font-size: 24px;
	}
	.spring_bike_senkou .tokuten p em {
		font-size: 11px;
	}
	.spring_bike_senkou .tokuten ol li {
		display: block;
		margin: .5em 0;
		font-size: 18px;
	}
	.spring_bike_senkou .tokuten ol li &gt; em {
		width: 36px;
		height: 36px;
		margin: 0 auto 10px;
		font-size: 18px;
	}
	.spring_bike_senkou .tokuten ol li div {
		width: 100%
	}
}





.ladys {
	padding: 15px;
	border: 6px double #ffb8e5;
	border-radius: 5px;
}
.ladys &gt; div {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25em;
	color: #e465b6;
}
.ladys &gt; div em {
	margin-right: 10px;
	padding: .35em .5em;
	background: #e465b6;
	border-radius: 3px;
	font-size: 18px;
	line-height: 1em;
	color: #fff;
}
.ladys &gt; div strong {
	display: inline-block;
	margin: 0 .25em;
	font-size: 32px;
}
.ladys &gt; div span {
	font-size: 32px;
	color: #333;
}
.ladys &gt; .attn {
	margin-top: 15px;
}
.ladys &gt; .attn li {
	padding-left: 1em;
	font-size: 12px;
	line-height: 1.5em;
	text-indent: -1em;
}
@media screen and (max-width: 640px) {
	.ladys {
		border: 3px double #ffb8e5;
	}
	.ladys &gt; div {
		display: block;
		text-align: center;
	}
	.ladys &gt; div em {
		display: block;
		margin: 0 0 10px;
		font-size: 16px;
	}
	.ladys &gt; div strong {
		display: inline-block;
		margin: 0 10px .25em 0;
	}
	.ladys &gt; div span {
		line-height: 1.25em;
	}
	.ladys &gt; .attn {
		margin-top: 10px;
	}
	.ladys &gt; .attn li {
		font-size: 11px;
	}
}




.readme {
	margin: 40px 0;
	padding: 15px;
	border: 1px solid #ddd;
}
.readme h1 {
	font-size: 14px;
}
.readme ul {
	margin-left: 20px;
}
.readme ul li {
	list-style-type: disc;
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.5em;
}
@media screen and (max-width: 640px) {
	.readme h1 {
		font-size: 12px;
	}
	.readme ul li {
		font-size: 11px;
	}
}





.request {
	margin: 40px 0;
	padding: 0 0 15px;
	border: 4px solid #00A0E9;
	border-radius: 5px;
}
.request .head {
	display: block;
	background: #00A0E9;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	color: #fff;
	text-align: center;
}
.request .col2 {
	display: flex;
	justify-content: space-between;
	margin: 15px 15px 0;
}
.request .col2 li {
	width: 49%;
	padding: 15px;
	text-align: center;
}
.request .col2 li:first-child {
	border-right: 1px solid #ddd;
}
.request .col2 li strong {
	display: block;
	margin-bottom: 15px;
	color: #222;
}
.request .col2 li .tel a::before {
	content: "\f095";
	margin-right: .15em;
	font-family: FontAwesome;
}
.request .col2 li .tel a {
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	color: #00A0E9;
	text-decoration: none;
}
.request .col2 li .btn a::before {
	content: "\f0e0";
	margin-right: .5em;
	font-family: FontAwesome;
	font-weight: normal;
}
.request .col2 li .btn a {
	display: block;
	padding: 15px;
	background: #13B5B1;
	border-radius: 100px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 1em;
	transition: all .25s ease-in-out;
}
.request .col2 li .btn a:hover {
	opacity: .75;
}
.request .col2 li .attn {
	display: block;
	margin: 10px 0 0;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.25em;
	color: #666;
}
@media screen and (max-width: 640px) {
	.request {
		border: 2px solid #00A0E9;
	}
	.request .head {
		font-size: 16px;
	}
	.request .col2 {
		display: block;
		margin: 0 15px;
	}
	.request .col2 li {
		width: 100%;
	}
	.request .col2 li:first-child {
		border-right: none;
		border-bottom: 1px solid #ddd;
	}
	.request .col2 li .tel a {
		font-size: 32px;
	}
	.request .col2 li .btn a {
		font-size: 20px;
	}
}





.btn_chusei_top {
	margin: 40px 0;
}
.btn_chusei_top a {
	display: block;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #F8B552;
	width: 80%;
	margin: 0 auto;
	padding: 15px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3','Hiragino Kaku Gothic Pro','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯',Arial,sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all .25s ease-in-out;
}
.btn_chusei_top a:hover {
	opacity: .75;
}
.btn_chusei_top a span::after {
	content: "\f138";
	margin-left: .25em;
	font-family: FontAwesome;
	font-weight: normal;
}
@media screen and (max-width: 640px) {
	.btn_chusei_top a {
		display: block;
		-moz-appearance: none;
		-webkit-appearance: none;
		background: #F8B552;
		width: 90%;
		margin: 0 auto;
		padding: 15px 10px;
		border: none;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-family: 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3','Hiragino Kaku Gothic Pro','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯',Arial,sans-serif;
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
	}
}
.btn_close {
	margin: 40px 0;
}
.btn_close a.close {
	display: block;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #aaa;
	width: 60%;
	margin: 0 auto;
	padding: 15px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3','Hiragino Kaku Gothic Pro','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯',Arial,sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all .25s ease-in-out;
}
.btn_close a.close:hover {
	opacity: .75;
}
@media screen and (max-width: 640px) {
	.btn_close a.close {
		display: block;
		-moz-appearance: none;
		-webkit-appearance: none;
		background: #aaa;
		width: 70%;
		margin: 0 auto;
		padding: 15px 10px;
		border: none;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-family: 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3','Hiragino Kaku Gothic Pro','ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯',Arial,sans-serif;
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
		color: #fff;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
	}
}</pre></body></html>