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

#headerContainerr h1 {
	padding-right: 10px;
}

.inner h3 {
	margin-bottom:20px;
	color:#09f;
}

.phase {
	margin-bottom:50px;
}
.phase .photo {
	width:220px;
}
.phase .photo img {
	width:100%;
}
.phase .explain {
	width:740px;
}
#mainContainer .phase p.btn {
	margin-bottom:10px;
}
.phase .btn a {
	display:block;
	display:inline-block;
	border-radius:8px;
	border:#09f 1px solid;
	padding:10px 50px;
	text-decoration:none;
	color:#09f !important;
}

.phase.index {
	width:640px;
	margin:0 auto;
}
.phase .contents_menu {
	margin-bottom:30px;
}
.phase .contents_menu dt,
.phase .contents_menu dd {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.phase .contents_menu dt {
	color:#09f;
}
.phase .contents_menu dd {
	margin-top:8px;
	margin-left: 15px;
}
.phase .contents_menu dt span:nth-child(2),
.phase .contents_menu dd span:nth-child(2) {
	width: 4em;
	color: #000 !important;
	text-align:right;
}

@media screen and (max-width: 639px) {
.phase .explain,
.phase .photo {
	width:auto;
	float:none;
}
.phase .photo {
	margin-bottom:5%;
}
.phase .btn {
	text-align:center;
}
.phase .btn a {
}
.phase.index {
	width:auto;
}


}
