@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : guide.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
@import url(https://fonts.googleapis.com/css?family=Allura);
.con_title {
	max-width: 1450px;
	margin: auto;
}

@media only screen and (max-width: 1450px) {
	.con_title {
		width: 92%;
	}
}

.txt_fs42 {
	text-align: center;
	font-size: 248%;
	font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.txt_fs42 {
		font-size: 236%;
	}
}

@media only screen and (max-width: 767px) {
	.txt_fs42 {
		font-size: 177%;
	}
}

.txt_fs36 {
	font-size: 212%;
	font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.txt_fs36 {
		font-size: 200%;
	}
}

@media only screen and (max-width: 767px) {
	.txt_fs36 {
		font-size: 142%;
	}
}

.txt_sub_step {
	margin-bottom: 18px;
	font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.txt_sub_step {
		margin-bottom: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.txt_sub_step {
		margin-bottom: 1em;
	}
}

.txt_sub_step span {
	position: relative;
}

.txt_sub_step span::after {
	content: "";
	position: absolute;
	bottom: 1px;
	width: 100%;
	height: 13px;
	background: #f8b500;
	left: 0;
	z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.txt_sub_step span::after {
		bottom: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.txt_sub_step span::after {
		bottom: 0px;
	}
}

@media only screen and (max-width: 375px) {
	.txt_sub_step span::after {
		height: 0.4em;
	}
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
	padding-top: 84px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.con_title {
		padding-top: 8%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_title {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_title {
		margin-bottom: 2em;
	}
}

.con_title .txt_fs42 {
	vertical-align: center;
	margin-bottom: 43px;
	letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_title .txt_fs42 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_title .txt_fs42 {
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_title .txt_fs42 {
		letter-spacing: 0;
	}
}

.con_title .txt_fs42 span {
	margin-left: 8px;
	margin-top: -10px;
}

@media only screen and (max-width: 767px) {
	.con_title .txt_fs42 span {
		margin-left: 5px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_title .txt_fs42 span {
		margin-top: -5px;
	}
}

@media only screen and (max-width: 767px) {
	.con_title .txt_fs42 span {
		margin-top: -5px;
	}
}

@media only screen and (max-width: 375px) {
	.con_title .txt_fs42 img {
		width: 28px;
	}
}

.con_title .txt {
	font-size: 95%;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_title .txt {
		font-size: 95%;
	}
}

@media only screen and (max-width: 767px) {
	.con_title .txt {
		font-size: 95%;
	}
}

/* -----------------------------------------------------------
	con_ic_step
----------------------------------------------------------- */
.con_ic_step {
	text-align: center;
	font-weight: bold;
	background: #f6f6f6;
	padding: 60px 0px 79px;
	margin-bottom: 78px;
	padding-left: 1em;
	padding-right: 1em;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_ic_step {
		padding: 2em 1em 2em;
	}
}

@media only screen and (max-width: 767px) {
	.con_ic_step {
		padding: 1em 1em 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_ic_step {
		margin-bottom: 2em;
	}
}

@media only screen and (max-width: 767px) {
	.con_ic_step {
		margin-bottom: 2em;
	}
}

.con_ic_step .box_ic_step .txt_fs36 {
	margin-bottom: 31px;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_ic_step .box_ic_step .txt_fs36 {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_ic_step .box_ic_step .txt_fs36 {
		margin-bottom: 1em;
	}
}

/* -----------------------------------------------------------
	con_list_step
----------------------------------------------------------- */
.con_list_step {
	margin: 0 auto;
	width: 1100px;
	max-width: 95%;
}

.con_list_step .box_list_step .txt_fs42 {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .txt_fs42 {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .txt_fs42 {
		margin-bottom: 2em;
	}
}

.con_list_step .box_list_step .box {
	position: relative;
}

.con_list_step .box_list_step .box .box_st {
	line-height: 1;
	width: 20.55172%;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	top: -40px;
	left: 0;
	right: 0;
	z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box .box_st {
		width: 20.55172%;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box .box_st {
		width: 20.55172%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box .box_st {
		top: -30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box .box_st {
		top: -1.5em;
	}
}

.con_list_step .box_list_step .box .box_st .txt_step {
	font-size: 471%;
	font-family: "Josefin Sans", sans-serif;
	letter-spacing: -0.05em;
	background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box .box_st .txt_step {
		font-size: 353%;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box .box_st .txt_step {
		font-size: 265%;
	}
}

.con_list_step .box_list_step .box .box_st .txt_step.txt_step_green {
	color: #0a8d1b;
}

.con_list_step .box_list_step .box .box_st .txt_step.txt_step_blue {
	color: #208cbc;
}

.con_list_step .box_list_step .box .box_st .txt_step.txt_step_red {
	color: #d72d29;
}

.con_list_step .box_list_step .box .txt_sub_step {
	font-size: 206%;
	line-height: 1.2;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box .txt_sub_step {
		font-size: 148%;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box .txt_sub_step {
		font-size: 130%;
	}
}

.con_list_step .box_list_step .box .txt_sub_step .txt_red {
	color: #d72d29;
}

.con_list_step .box_list_step .box.box_full {
	width: 100%;
	margin-top: 175px;
	padding-top: 67px;
	padding-bottom: 64px;
	margin-bottom: 70px;
	position: relative;
	font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_full {
		margin-top: 175px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full {
		margin-top: 6em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_full {
		padding-top: 67px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full {
		padding-top: 3em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_full {
		padding-bottom: 2em;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full {
		padding-bottom: 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_full {
		margin-bottom: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full {
		margin-bottom: 6em;
	}
}

.con_list_step .box_list_step .box.box_full.box_list_step1 {
	margin-top: 75px;
	margin-bottom: 186px;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 {
		margin-top: 75px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 {
		margin-top: 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 {
		margin-bottom: 130px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 {
		margin-bottom: 8em;
	}
}

.con_list_step .box_list_step .box.box_full.box_list_step1 .txt_note, .con_list_step .box_list_step .box.box_full.box_list_step1 .txt_notify {
	text-align: center;
	color: #d72d29;
	font-size: 106%;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 .txt_note, .con_list_step .box_list_step .box.box_full.box_list_step1 .txt_notify {
		font-size: 106%;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 .txt_note, .con_list_step .box_list_step .box.box_full.box_list_step1 .txt_notify {
		font-size: 83%;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 .txt_note, .con_list_step .box_list_step .box.box_full.box_list_step1 .txt_notify {
		padding: 0px 1em;
	}
}

.con_list_step .box_list_step .box.box_full.box_list_step1 .txt_note.txt_note, .con_list_step .box_list_step .box.box_full.box_list_step1 .txt_notify.txt_note {
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 .txt_note.txt_note, .con_list_step .box_list_step .box.box_full.box_list_step1 .txt_notify.txt_note {
		margin-bottom: 0.5em;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 .txt_note.txt_note, .con_list_step .box_list_step .box.box_full.box_list_step1 .txt_notify.txt_note {
		margin-bottom: 0.5em;
	}
}

.con_list_step .box_list_step .box.box_full.box_list_step1 .txt_sub_step {
	margin-bottom: 31px;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 .txt_sub_step {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 .txt_sub_step {
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 .txt_sub_step {
		padding: 0px 1em;
	}
}

.con_list_step .box_list_step .box.box_full.box_list_step1 .txt {
	font-size: 106%;
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 .txt {
		font-size: 83%;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 .txt {
		font-size: 95%;
	}
}

@media only screen and (min-width: 1451px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 .txt {
		padding-left: 1.5em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 .txt {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 .txt {
		margin-bottom: 0.5em;
	}
}

.con_list_step .box_list_step .box.box_full.box_list_step1 .box_list_item {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	flex-wrap: wrap;
	margin-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 .box_list_item {
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 .box_list_item {
		margin-bottom: 0em;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 .box_list_item {
		padding: 0px 1em;
		width: 100%;
	}
}

.con_list_step .box_list_step .box.box_full.box_list_step1 .box_list_item .box_item {
	width: 44.18182%;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 .box_list_item .box_item {
		width: 44.18182%;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 .box_list_item .box_item {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full.box_list_step1 .box_list_item .box_item {
		margin-bottom: 1em;
	}
}

.con_list_step .box_list_step .box.box_full.box_list_step1 .box_list_item .box_item .img {
	padding: 0px !important;
}

.con_list_step .box_list_step .box.box_full.box_list_step1 .box_list_item .box_item .img img {
	width: 100%;
}

.con_list_step .box_list_step .box.box_full .ic_man {
	position: absolute;
	z-index: 2;
	top: -36px;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_full .ic_man {
		top: -36px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full .ic_man {
		top: -1.7em;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full .ic_man {
		width: 50px;
	}
}

.con_list_step .box_list_step .box.box_full .ic_man.blue {
	right: 15%;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_full .ic_man.blue {
		right: 13%;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full .ic_man.blue {
		right: 9%;
	}
}

.con_list_step .box_list_step .box.box_full .ic_man.green {
	left: 15%;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_full .ic_man.green {
		left: 13%;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full .ic_man.green {
		left: 9%;
	}
}

.con_list_step .box_list_step .box.box_full .box_st {
	width: 27.09091%;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_full .box_st {
		width: 27.09091%;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full .box_st {
		width: 33%;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full .box_st {
		top: -1em;
	}
}

.con_list_step .box_list_step .box.box_full::before {
	content: "";
	position: absolute;
	top: 0;
	z-index: 0;
	width: 50%;
	height: 100%;
	border: 8px solid #0a8d1b;
	border-right: 0px;
}

.con_list_step .box_list_step .box.box_full::after {
	content: "";
	position: absolute;
	top: 0;
	z-index: 0;
	width: 50%;
	right: 0;
	height: 100%;
	border: 8px solid #208cbc;
	border-left: 0px;
}

.con_list_step .box_list_step .box.box_full .txt_sub_step {
	margin-bottom: 46px;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_full .txt_sub_step {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full .txt_sub_step {
		margin-bottom: 1em;
	}
}

.con_list_step .box_list_step .box.box_full .img {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full .img {
		padding: 0px 1em;
	}
}

.con_list_step .box_list_step .box.box_full .img_ic {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -125px;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_full .img_ic {
		bottom: -110px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full .img_ic {
		bottom: -6em;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_full .img_ic {
		width: 40px;
	}
}

.con_list_step .box_list_step .box.box_list_step2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2 {
		margin-bottom: 6.5em;
	}
}

.con_list_step .box_list_step .box.box_list_step2 .box_step2 {
	width: 48.18182%;
	position: relative;
	padding: 57px 23px 23px;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2 {
		width: 48.18182%;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2 {
		width: 95%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2 {
		padding: 50px 15px 23px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2 {
		padding: 2em 1em 2em;
	}
}

.con_list_step .box_list_step .box.box_list_step2 .box_step2::before {
	content: "";
	position: absolute;
	width: 81px;
	height: 81px;
	top: -45px;
	z-index: 2;
	left: 15px;
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2::before {
		width: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2::before {
		height: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2::before {
		top: -30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2::before {
		left: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2::before {
		left: 10px;
	}
}

.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_green {
	border: 8px solid #0a8d1b;
}

.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_green::before {
	background: url("../guide/images/ic_man_green.png") no-repeat;
	background-size: cover;
}

.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_green::after {
	content: "";
	position: absolute;
	z-index: 2;
	width: 80px;
	height: 68px;
	background: url("../guide/images/ic_right.png") no-repeat;
	right: -40px;
	bottom: -100px;
	background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_green::after {
		right: -10px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_green::after {
		right: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_green::after {
		bottom: -90px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_green::after {
		bottom: -7em;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_green::after {
		zoom: 0.6;
		height: 66px;
		background-size: contain;
		left: 0;
		margin: 0 auto;
		background: url("../guide/images/ic_left.png") no-repeat;
		background-size: cover;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}

.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_blue {
	border: 8px solid #208cbc;
	margin-top: 230px;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_blue {
		margin-top: 230px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_blue {
		margin-top: 5.5em;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_blue {
		margin-left: 5%;
	}
}

.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_blue::before {
	right: 15px;
	left: auto;
	background: url("../guide/images/ic_man_blue.png") no-repeat;
	background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_blue::before {
		right: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_blue::before {
		right: 0.4em;
	}
}

.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_blue::after {
	content: "";
	position: absolute;
	z-index: 2;
	width: 80px;
	height: 68px;
	background: url("../guide/images/ic_left.png") no-repeat;
	left: -40px;
	bottom: -100px;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_blue::after {
		left: -10px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_blue::after {
		left: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_blue::after {
		bottom: -100px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_blue::after {
		bottom: -8em;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_step2.box_blue::after {
		zoom: 0.6;
		background-size: contain;
		right: 0;
		margin: 0 auto;
		background: url("../guide/images/ic_right.png") no-repeat;
		background-size: cover;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

.con_list_step .box_list_step .box.box_list_step2 .box_st {
	width: 46.41509%;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_st {
		width: 46.41509%;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2 .box_st {
		width: 46.41509%;
	}
}

.con_list_step .box_list_step .box.box_list_step2 .txt {
	font-size: 106%;
	font-weight: bold;
	margin-bottom: 34px;
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_list_step2 .txt {
		font-size: 95%;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2 .txt {
		font-size: 95%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_list_step2 .txt {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2 .txt {
		margin-bottom: 1em;
	}
}

.con_list_step .box_list_step .box.box_list_step2 .img img {
	box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2 .img img {
		width: 100%;
	}
}

.con_list_step .box_list_step .box.box_list_step2.box_list_step3 {
	margin-top: -108px;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_list_step2.box_list_step3 {
		margin-top: -108px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2.box_list_step3 {
		margin-top: 5em;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2.box_list_step3 {
		margin-bottom: 7em;
	}
}

.con_list_step .box_list_step .box.box_list_step2.box_list_step3 .box_blue {
	margin-top: 395px;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_list_step2.box_list_step3 .box_blue {
		margin-top: 250px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2.box_list_step3 .box_blue {
		margin-top: 5.5em;
	}
}

.con_list_step .box_list_step .box.box_list_step2.box_list_step3 .box_blue::after {
	width: 68px;
	height: 80px;
	bottom: -115px;
	background: url("../guide/images/ic_down.png") no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_list_step2.box_list_step3 .box_blue::after {
		bottom: -115px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2.box_list_step3 .box_blue::after {
		bottom: -9em;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2.box_list_step3 .box_blue::after {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.con_list_step .box_list_step .box.box_list_step2.box_list_step5 .box_step2::after {
	display: none;
}

.con_list_step .box_list_step .box.box_list_step2.box_list_step5 .box_green {
	margin-top: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_list_step2.box_list_step5 .box_green {
		margin-top: 180px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2.box_list_step5 .box_green {
		margin-top: 2em;
	}
}

.con_list_step .box_list_step .box.box_list_step2.box_list_step5 .box_blue {
	margin-top: 93px;
}

@media only screen and (min-width: 768px) and (max-width: 1450px) {
	.con_list_step .box_list_step .box.box_list_step2.box_list_step5 .box_blue {
		margin-top: 93px;
	}
}

@media only screen and (max-width: 767px) {
	.con_list_step .box_list_step .box.box_list_step2.box_list_step5 .box_blue {
		margin-top: 3em;
	}
}

/*# sourceMappingURL=../maps/guide.css.map */
