@charset "UTF-8";

@media all and (min-width: 768px) {
  #gNav > .nav > li:nth-child(6) a::after {
    content: '';
    position: absolute;
    display: block;
    background:  #fe707d;
    border-radius: 6px;
    height: 8px;
    width: 8px;
    top: 24px;
    margin: auto;
    left: 0;
    right: 0;
  }
}

/* GUIDELINE
---------------------------------------------------------- */
#guideline {
	max-width: 900px;
	width: 100%;
	box-sizing: border-box;
	margin: 30px auto 80px;
}


#step {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 100px;	
}
.stepFlow01 {
	margin-bottom: 60px;
}
.stepFlow01 li {
	padding-bottom: 90px;
	position: relative;
}
.stepFlow01 li::before {
	position: absolute;
	bottom: 25px;
	left: 95px;
	content: '';
	background: url(../guideline/images/ic13.png) no-repeat 0 0;
	width: 40px;
	height: 24px;
}
.stepFlow01 li:last-child{
	padding-bottom: 24px;
	
}
.stepFlow01 li:last-child::before {
	content: '';
	background: none;
}
.stepFlow01 li span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.1;
	letter-spacing: 0.1em;
	color: #fff;
	background: #ffcd00;
	padding: 0.3em 1.25em 0.2em;
	border-radius: 18px;
	margin-right: 2.25em;
}
.stepFlow01 li dl {
	float: left;
	margin-left: 15.41%;
	width: 100%;
	margin-top: -33px;
	box-sizing: border-box;
}
.stepFlow01 li dl dt {
	float: left;
	display: table-cell;
	vertical-align: middle;
	width: 17.18%;
	line-height: 2;
	margin-top: 0.3em;
	box-sizing: border-box;
}
.stepFlow01 li dl dd {
	float: left;
	display: table-cell;
	vertical-align: middle;
	width: 67.41%;
	width: 70%;
	line-height: 2;
	box-sizing: border-box;
}

.entryButton01 a {
	width: 350px;
	height: 72px;
	color: #ffffff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background-color: #4b96e4;
	margin: 0 auto;
	position: relative;
}
.entryButton01 a:after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 40px;
	position: absolute;
	right: 15px; top: 0;
}

#step .txt{
	text-align: center;
	margin-bottom: 60px;
}

@media all and (max-width: 1200px) {
	.table01 {
		width: 96%;
		margin: 0 auto 60px;
	}
	.stepFlow01 {
		width: 96%;
		margin: 0 auto 60px;
	}
	.stepFlow01 li {
		padding-bottom: 40px;
		text-align: center;
	}
	.stepFlow01 li span {
		display: block;
		text-align: center;
		border-radius: 18px;
		margin: 0;
	}
	.stepFlow01 li dl {
		float: none;
		margin-left: 0;
		width: 100%;
		margin-top: 20px;
		box-sizing: border-box;
	}
	.stepFlow01 li dl dt {
		float: none;
		display: block;
		font-weight: 600;
		text-align: center;
		vertical-align: middle;
		width: 100%;
		line-height: 1.6;
		margin: 0 0 5px;
		box-sizing: border-box;
	}
	.stepFlow01 li dl dd {
		float: none;
		display: block;
		text-align: center;
		vertical-align: middle;
		width: 100%;
		line-height: 1.6;
		padding-left: 20px;
		margin: 0;
		box-sizing: border-box;
	}
	.stepFlow01 li::before {
		display: none;
	}
	.stepFlow01 li img {
		width: 40px;
		height: 24px;
		margin: 20px auto 0;
	}	
}


@media all and (max-width: 768px) {
	.stepFlow01 li img {
		width: 20px;
		height: 12px;
		margin-top: 20px;
	}	
	.entryButton01 {
		display: block;
		box-sizing: border-box;
	}
	.entryButton01 p {
		margin: 0 auto 20px;
	}
	.entryButton01 a {
		width: 300px;
		height: 62px;
		color: #ffffff;
		font-size: 16px;
		position: relative;
	}
	.entryButton01 a:after {
		font-size: 30px;
		right: 15px; top: 5px;
	}
}
