@charset "Shift_JIS";
/* CSS Document */

/*SP*/
.text-center img {
    text-align: center;
    width: 30%;
}

h1{
	font-size: 120%;
}
.cd-main-header {
	background: #244a3a!important;
}

.cd-timeline__img--location {
    background-color: hsl(110.03deg 80.01% 27.62%)!important;
    background-color: hsl(127.78deg 50.51% 34.27%)!important;
}

/*PC*/
@media (min-width: 64rem) {
	.text-center img {
    width: 250px;
}
	
h1{
	font-size: 180%;
}
	.cd-timeline__img img {
    width: 40px!important;
    height: 40px!important;
}
	
}

