@charset "UTF-8";


body {
background-color:#FFFFFF;
}

div.top img {
    width: 800px;
    margin-top: 30px;
    margin-bottom: 30px;
}

div.top{
	background-image: url("images/picture03.jpg")
}

h1{
    text-align: center;
    color: #3C3C3E;
    font-family: Osaka-mono, "MS Gothic", monospace;
    font-size: 40px;
    margin-bottom: 40px;
}

span.top2 {
background:linear-gradient(transparent 70%, #ffd700 0%);
}

p.top3{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-style: normal;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 140px;
    width: 400px;
    font-size: 17px;
}




div.img-container{
    display: flex;/* flexbox */
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 30px;
    color: #3C3C3E;
    margin-left: 20vw;
}


img.mr-3{
    width: auto;
    height: 60px;
    margin-left: 10px;   
	
}



div.last{
    display: inline-block;
    width: 30px;
	height: auto;
}

.img-container2{
    display: flex;/* flexbox */
    justify-content: center; /* 水平方向 */
    align-items: center;
    color: #2A2A2D;
    font-family: Osaka-mono, "MS Gothic", monospace;
    margin-top: 100px;
    background: #C9CAD1;
    height: 100px;
}
img.mr-3:hover {
   opacity: 0.5;
}

img.mr-4:hover {
   opacity: 0.5;
}
	
img.mr-4{
    width: 60px;
    height: auto;
    margin-left: 70px;	
}


