h1{
	font-size:1.6rem;
	font-weight:bolder;
	}
p.lead{
	margin-bottom:0;
	}
/* ---------------------タイムライン・吹き出し */
.timeline {
	background:url(../img/index/img_timeline.png) no-repeat center top;
	position:relative;
	height:50rem;
}
.timeline strong{
	border-bottom:3px solid #fff04c;
	}
.timeline01,.timeline02,.timeline03,.timeline04,.timeline05 {
	background:#d2edfe;
	border-radius:0.2rem;
	padding:1rem;
}
.timeline01 h2,.timeline02 h2,.timeline03 h2,.timeline04 h2,.timeline05 h2{
	font-size:1rem;
	font-weight:bold;
	margin-bottom:0.2rem;
}
.timeline01 p,.timeline02 p,.timeline03 p,.timeline04 p,.timeline05 p {
	line-height:1.4 !important;
	margin-bottom:0;
}

.timeline01 {
	width:18rem;
	position:absolute;
	top:0;
	left:0;
}
.timeline01:before {
    border-color: transparent transparent transparent #d2edfe;
    border-style: solid;
    border-width: 1rem 0 1rem 1.5rem;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -1rem;
    top: 3rem;
    width: 0;
}
.timeline02 {
	width:18rem;
	position:absolute;
	top:8rem;
	right:5rem;
}
.timeline02:before {
    border-color: transparent #d2edfe transparent transparent;
    border-style: solid;
    border-width: 1rem 1.5rem 1rem 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -1rem;
    top: 3rem;
    width: 0;
}
.timeline03 {
	width:18rem;
	position:absolute;
	top:16rem;
	right:5rem;
}
.timeline03:before {
    border-color: transparent #d2edfe transparent transparent;
    border-style: solid;
    border-width: 1rem 1.5rem 1rem 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -1rem;
    top: 3rem;
    width: 0;
}
.timeline04 {
	width:18rem;
	position:absolute;
	top:25rem;
	right:0;
}
.timeline04:before {
    border-color: transparent #d2edfe transparent transparent;
    border-style: solid;
    border-width: 1rem 1.5rem 1rem 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -1rem;
    top: 3rem;
    width: 0;
}
.timeline05 {
	width:18rem;
	position:absolute;
	top:37rem;
	left:0;
}
.timeline05:before {
    border-color: transparent transparent transparent #d2edfe;
    border-style: solid;
    border-width: 1rem 0 1rem 1.5rem;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -1rem;
    top: 3rem;
    width: 0;
}
@media screen and (max-width: 39.9375em) {
.timeline {
	background:none;
	position:static;
	height:auto !important;
}
.timeline01,.timeline02,.timeline03,.timeline04,.timeline05 {
	position:static;
	margin:0 auto 1rem;
	width:90%;
}
.timeline01:before,.timeline02:before,.timeline03:before,.timeline04:before,.timeline05:before {
	border:none;
}
	
	}
/* ---------------------吹き出しフェードイン */
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 700ms;
    }
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

/* ---------------------特長 */
.feature01,.feature02,.feature03 {
	border:solid #ccc 1px;
	border-radius:0.2rem;
	padding:0.8rem;
	height:9rem;
	margin-bottom:1rem;
}
.feature h2 {
	font-size:0.85rem;
	margin-bottom:0.1rem;
	font-weight:bold;
}
.feature01 {
	background:#fff url(../img/index/img_top01.png) no-repeat center 4rem;
	padding-bottom:4rem;
}
.feature02 {
	background:#fff url(../img/index/img_top02.png) no-repeat 1.2rem center;
	padding-left:8rem;
}
.feature03 {
	background:#fff url(../img/index/img_top03.png) no-repeat 1.2rem center;
	padding-left:8rem;
}



