@charset "UTF-8";


/* howto */

.howto{}
.howto-article{padding-bottom: 10px;}

.howto-section{padding: 40px 40px;}

.howto-section-heading{
	text-align: center;
	position:relative;
	margin-bottom: 37px;
}

.howto-section-heading.border{padding-top: 84px;}

.howto-section-heading.border::after{
	display:block;
	content:'';
	background:#1a1f61;
	width:154px;
	height:1px;
	position:absolute;
	left:50%;
	top:0;
	transform:translate(-50%,0);
}

.howto-section-heading h2{
	font-family:"PLUGO R",-apple-system,"Hiragino Sans",sans-serif;
	font-size: 35px;
	line-height: 1.43;
	letter-spacing: .25rem;
	line-height: 1.1;
	margin-bottom: 20px;
}

.howto-section-heading h2 span{
	font-family:"PLUGO R",-apple-system,"Hiragino Sans",sans-serif;
	color: #22a638;
}

.howto-section-heading h3{
	font-size: 20px;
	line-height: 1.7;
	letter-spacing: .32rem;
	font-weight:400;
	font-family:"A1ゴシック M","A1 Gothic M",-apple-system,"Hiragino Sans",sans-serif;
}

.howto-step {
/*	max-width: 640px;*/
	max-width: 594px;
	margin: 0 auto 5px;
}

.howto-step-reservation {
	margin-bottom: 0px;
}

.howto-step-list {}

.howto-step-list > li{
	position:relative;
	padding-bottom: 72px;
}

.howto-step-list > li:first-child::before{display: none;}
.howto-step-list > li:last-child::after{display: none;}

.howto-step-list > li::before,
.howto-step-list > li::after{
	display:block;
	content:'';
	background:#1a1f61;
	width:1px;
	height:50%;
	position:absolute;
	left:50px;
}

.howto-step-list > li:first-child::after{height:calc(50% + 50px);}

.howto-step-list > li::before{top: 0;}
.howto-step-list > li::after{bottom: 0;}

.howto-step-list-item {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
}

.howto-step-list-item.is-top {
	align-items:flex-start;
}

.howto-step-list-num {
	width: 100px;
	height: 100px;
	border: solid 1px #1a1f61;
	background-color: #ffffff;
	border-radius:50%;
	position:relative;
	z-index: 2;
}

.howto-step-list-num.active{
	background-color: #1a1f61;
	color: #fff;
}

.howto-step-list-num-inner{
	position:absolute;
	left:0%;
	width: 100%;
	top:50%;
	transform:translate(0%,-50%);
	text-align:center;
	font-family:"PLUGO R",-apple-system,"Hiragino Sans",sans-serif;
	line-height: 1.4;
}

.howto-step-list-num-inner span{
	font-size: 20px;
	letter-spacing: .1rem;
	font-family:"PLUGO R",-apple-system,"Hiragino Sans",sans-serif;
	display: block;
}

.howto-step-list-num-inner b{
	font-size: 19px;
	letter-spacing: .1rem;
	display: block;
	font-family:"PLUGO R",-apple-system,"Hiragino Sans",sans-serif;
}

.howto-step-list-title {
  line-height: 1.55;
  letter-spacing: .3rem;
  width: calc(100% - 330px);
}

.howto-step-list-title p{
	font-size: 20px;
	font-weight:400;
	font-family:"A1ゴシック R","A1 Gothic R",-apple-system,"Hiragino Sans",sans-serif;
}

.howto-step-list-title small{
	font-size:16px;
	line-height: 2;
	display: block;
	padding-top: 5px;
}

.howto-step-list-image {width: 160px;}










@media (max-width:600px){

	.howto-article{padding-bottom: 10px;}

	.howto-section{padding: 40px 40px;}

	.howto-section-heading{margin-bottom: 30px;}

	.howto-section-heading.border{padding-top: 0px;}

	.howto-section-heading.border::after{display: none}

	.howto-section-heading h2{
		font-size: 20px;
		letter-spacing: .3rem;
		margin-bottom: 12px;
	}

	.howto-section-heading h3{
		font-size: 13px;
		letter-spacing: .2rem;
		font-weight: normal;
	}

	.howto-step {margin: 0 auto 20px;}
	.howto-step-chearge {margin-bottom: 0;}
	.howto-step-list > li{padding-bottom: 40px;}
	.howto-step-chearge .howto-step-list > li:last-of-type{padding-bottom: 0;}

	.howto-step-list > li::before,
	.howto-step-list > li::after{left:27px;}

	.howto-step-list > li:first-child::after{height:calc(50% + 25px);}

	.howto-step-list-num {
		width: 55px;
		height: 55px;
	}

	.howto-step-list-num-inner span{
		font-size: 11px;
		line-height: 1.4;
	}

	.howto-step-list-num-inner b{
		font-size: 12px;
		letter-spacing: .1rem;
		line-height: 1.4;
	}

	.howto-step-list-title {
	  line-height: 1.5;
	  letter-spacing: .2rem;
	  width: calc(100% - 185px);
	}

	.howto-step-list-title p{font-size: 12.5px;}

	.howto-step-list-title small{
		font-size:8px;
		line-height: 1.75;
		letter-spacing: .1rem;
		padding-top: 5px;
	}

	.howto-step-list-image {width: 90px;}
}
