/*------------------------------------------------------------
	ご利用ガイド
-------------------------------------------------------------*/
.guide-plan {
	width:100%;
	height:80px;
	margin:1em auto;
}
	a.btn-gp {
		position:relative;
		display:block;
		width:120px;
		height:75px;
		padding:0.8em 0;
		background:#59aec1;
		color:#fff;
		font-weight:bold;
		text-align:center;
		line-height:1.5;
		border-radius:0.5em;
		float:left;
		margin-right:18px;
		box-sizing:border-box;
	}
		a.btn-gp:nth-child(1) {
			width:130px;
		}
		a.btn-gp:nth-child(3) {
			width:110px;
			line-height:3;
		}
		a.btn-gp:nth-child(5) {
			margin-right:0;
		}

	a.btn-gp:hover,
	a.btn-gp:nth-child(1) a:hover,
	a.btn-gp:nth-child(3) a:hover,
	a.btn-gp:nth-child(5) a:hover {
		display:block;
		padding:0.8em 0;
		background:#fff;
		border:2pt solid #59aec1;
		color: #59aec1;
		border-radius:0.5em;
		box-sizing:border-box;
		text-decoration:none;
	}
			a.btn-gp:after {
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				content: "\f04b";
				font-size:110%;
				position:absolute;
				top:32%;
				left:101%;
				color:#694737;
			}
			a.btn-gp:nth-child(1):after{
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				content: "\f04b";
				font-size:110%;
				position:absolute;
				top:32%;
				left:101%;
			}
			a.btn-gp:nth-child(3):after {
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				content: "\f04b";
				font-size:110%;
				position:absolute;
				top:18%;
				left:101%;
			}
			a.btn-gp:nth-child(5):after {
				content: "";
			}
ul.guide-rege {
	width:100%;
	margin:0 0 0.5em 0;
	padding:0 0 0 2em;
	box-sizing:border-box;
}
	ul.guide-rege li {
		list-style-type: disc;
		padding:0 0 0 0;
		margin:0 0.5em 0 0;
		line-height:1.3;
	}

@media screen and (max-width : 768px) {
	.guide-plan {
		height:100%;
		margin:1em auto;
	}
		a.btn-gp {
			position:relative;
			display:block;
			width:100%;
			height:100%;
			padding:0.8em 0;
			background:#59aec1;
			color:#fff;
			font-weight:bold;
			text-align:center;
			line-height:1.5;
			font-size:150%;
			border-radius:0.5em;
			clear:left;
			margin:0 0 1em 0;
			box-sizing:border-box;
		}
		a.btn-gp br { display:none; }

			a.btn-gp:nth-child(1) {
				width:100%;
			}
			a.btn-gp:nth-child(3) {
				width:100%;
				line-height:1.5;
			}
			a.btn-gp:last-child {
				margin:0 0 0 0;
			}
			a.btn-gp:after {
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				content: "\f0d7";
				font-size:180%;
				position:absolute;
				top:70%;
				left:50%;
				color:#694737;
			}
			a.btn-gp:nth-child(1):after{
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				content: "\f077";
				font-size:180%;
				position:absolute;
				top:70%;
				left:50%;
			}
			a.btn-gp:nth-child(3):after {
				font-family: "Font Awesome 5 Free";
				font-weight: 900;
				content: "\f078";
				font-size:180%;
				position:absolute;
				top:70%;
				left:50%;
			}
			a.btn-gp:nth-child(5):after {
				content: "";
			}
}