@charset "UTF-8";
/* CSS Document */


.plan_content{
	max-width: 1000px;
    width: 100%;
    overflow: hidden;
    height: auto;
    margin: 30px auto 50px;
}

.plan_content .info{
	text-align: center;
    line-height: 200%;
        margin: 50px auto 0;
}
.plan_content h3{
	text-align: center;
    width: 100%;
    line-height: 100%;
    font-size: 26px;
    letter-spacing: 2px;
        margin-top: 70px;
}
.plan_content h3 span{
	color: #28b7bb;
    font-weight: normal;
    font-size: 12px;
    display: block;
}

ul {
	padding: 0;
}
li {
	list-style-type: none;
}
dd {
	margin-left: 0;
	line-height: 160%;
    font-size: 15px;
    letter-spacing: 1.5px;
}

.plan_flow{
	margin-top: 70px;
}
.flow {
	padding-left: 120px;
	padding-left: 70px;
	position: relative;
}
.flow::before {
	content: "";
	width: 15px;
	height: 97%;
	margin-left: -8px;
	display: block;
	position: absolute;
	background: url(../images/plan/border.png) center center;
    background-repeat-x: no-repeat;
    margin-top: 30px;
}
.flow > li {
	position: relative;
	clear: both;
}
.flow > li:not(:last-child) {
	margin-bottom: 8vh;
}
.flow > li .icon {
	background:url(../images/plan/mark_l.png) no-repeat center center;
	background-size: 100%;
	padding: 48px 30px;
    display: block;
    position: absolute;
    top: -5px;
    left: -63px;
    z-index: 100;
}
.flow > li .icon2 {
	background:url(../images/plan/mark_r.png) no-repeat center center;
	background-size: 100%;
	padding: 48px 30px;
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 100;
}
.flow > li dl {
	padding-left: 100px;
	position: relative;
	top: 5px;
}
.flow > li dl::before,
.flow > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}
.flow > li dl::before {
	width: 7px;
	height: 20px;
	margin-top: -3px;
	background: #fff;
	border-radius: 50%;
	left: -4px;
	top: 27px;
}
.flow > li.yellow dl::before {
	width: 7px;
	height: 20px;
	margin-top: -3px;
	background: #fff;
	border-radius: 50%;
	left: -4px;
	top: 43px;
}
.flow > li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: #37a9cd;
	margin-bottom: 15px;
	font-weight: normal;
}
.flow > li dl dt span {
	font-size: 12px;
    display: block;
}
.flow > li dl dd.img {
	width: 50%;
    float: left;
    padding: 3% 3% 5% 0;
}
.flow > li dl dd.img2 {
	width: 50%;
    float: right;
    padding: 3% 0 5% 3%;
}
.flow > li dl dd.img img, .flow > li dl dd.img2 img {
	width: 100%;
}


@media screen and (max-width:1199px) { 
	.plan_content{
		max-width: 900px;
	}

}


@media screen and (max-width: 768px) {
	.plan_flow{
		padding: 0 20px;
		margin-top: 30px;
	}
	
	.flow {
		padding-left: 0px;
		position: unset;
	}
	.flow::before {
		display: none;
	}
	.flow > li {
		position: unset;
	clear: both;
	}
	.flow > li .icon {
		width: 100px;
		background-size: unset;
		background-position: left bottom;
		padding: 57px 5px;
		display: block;
		width: 114px;
		display: inline-block;
		position: unset;
	}
	.flow > li .icon2 {
		width: 100px;
		background-size: unset;
		background-position: left bottom;
		padding: 57px 5px;
		display: block;
		width: 114px;
		display: inline-block;
		position: unset;
	}
	.flow > li dl {
		padding-left: 0;
		position: unset;
	}
	.flow > li dl::before,
	.flow > li dl::after {
		display: none;
	}
	.flow > li dl::before {
		display: none;
	}
	.flow > li.yellow dl::before {
		display: none;
	}

	.flow > li dl dt {
		padding-left: 100px;
		margin-top: -50px;
	}

}

@media screen and (max-width: 480px) {
	.plan_content{
		padding: 0 20px;
	}
	.plan_content .info{
		margin: 0;
		text-align: left;
	}
	.flow > li dl dt{
		padding-left: 85px;
	    margin-top: -80px;
	    font-size: 20px;
	    line-height: 120%;
        height: 72px;
	}
	.plan_flow{
	    padding: 0;
	}
	
}