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

body {
    background: #ffffe0;
}
a,
a:hover {
  text-decoration: none;
}
a{
    color: #00008b;
}
.heading {
    font-size: 8vw;
    font-weight: 700;
    margin-bottom: 0.3em;
}
.main {
    width: 95%;
    margin: 0 auto;
}
.next {
    text-align: right;
    margin-top: 0.5em;
}
.title02 {
    text-align: center;
    margin-bottom: 2em;
}
img.title02 {
    width: 100%;
}
img.color {
    width: 100%;
}
.col-12 {
    padding: 15px;
}
.col-4 {
    padding: 15px;
}
.footer img {
	width: 30%;
}
.footer {
    margin-top: 2em;
    margin-bottom: 1em;
    width: 100%;
    text-align: center;
}

.moimg2 {
	overflow: hidden;
}
.moimg2 img {
	display: block;
	transition: 0.5s;
}
.moimg2 img:hover {
	transform: scale(1.1, 1.1);
}