@charset "utf-8";

/*##################################################
-------------LIST-------------
 01:  ENTER
------------------------------
##################################################*/

.contents * ~ p,
.contents * ~ ul,
.contents * ~ ol,
.contents * ~ dl {
	margin-top: 40px;
}


/* access */
#map1,#map2 {
	margin-top: 20px;
}


/* titleVoice */
.titleVoice {
	position: relative;
	margin-bottom: 20px;
	padding-left: 45px;
	font-size: 20px;
	line-height: 1.5;
}
.titleVoice:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 33px;
	height: 32px;
	background: url(../images/common/icon-voice.png) center top no-repeat;
}

/* timeline */
.timeline {
	position: relative;
}
.timeline:before,
.timeline:after {
	content: "";
	position: absolute;
}
.timeline:before {
	top: 10px;
	bottom: 5px;
	left: 89px;
	border-left: 6px solid #34aa9a;
}
.timeline:after {
	bottom: 0;
	left: 75px;
	width: 35px;
	height: 21px;
	background: url(../images/enter/icon-timeline-arrow.png) center top no-repeat;
}
.timeline table {
}
.timeline table th {
	width: 59px;
	padding: 10px 0;
	border-radius: 5px;
	background-color: #af8382;
	color: #fff;
	font-size: 20px;
	line-height: 1.0;
	vertical-align: middle;
}
.timeline table td {
	vertical-align: top;
	padding: 25px 0 20px 72px;
}
.timeline table tr:first-child td {
	padding-top: 10px;
}
.timeline table:first-child tr:first-child td {
	padding-top: 0;
}
.timeline table:last-child tr:last-child td {
	padding-bottom: 45px;
}
.timeline table td p {
	margin-top: 15px;
}
.timeline .timeline_title {
	position: relative;
	font-size: 20px;
	line-height: 1.0;
}
.timeline .timeline_title img {
	margin-right: 24px;
	vertical-align: bottom;
}
.timeline .timeline_title:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -48px;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background-color: #34aa9a;
}

.timeline .lineDot {
	margin: 15px 0 15px 125px;
}

.timeline .titleSecondary {
	margin-top: 40px;
	margin-bottom: 0;
}
.timeline .titleSecondary + p {
	margin-top: 0!important;
}