.weather {
    padding-left: 25px;
    background: url(../images/home/icon.png) left 0 no-repeat;
}
.weather span,.weather span a {
    color: #666;
}
.purikura {
    width: 1240px;
    background-color: #fff;
    margin: 10px auto 20px;
}
.purikura h1 {
    padding: 50px 0 35px;
    text-align: center;
    font-size: 32px;
	color: #3554b5;
    font-weight: bold;
}
.purikura .leader {
    width: 234px;
    height: 350px;
    margin: 0 auto;
    text-align: center;
	color: #333333;
}
.leader-name {
    font-size: 24px;
	line-height: 40px;
    font-weight: bold;
}
.leader-text {
    height: 40px;
	font-size: 16px;
	line-height: 20px;
}
.leader-other {
    margin-top: 35px;
}
.leader-other ul {
    display: flex;
    flex-wrap: wrap;
}
.leader-other ul li {
    margin-left: 60px;
    width: 234px;
    height: 350px;
    text-align: center;
	color: #333333;
    margin-bottom: 40px;
    position: relative;
}
.leader-other ul li:last-child{margin: 0 auto 40px;}

@media screen and (max-width: 767px) {
    .purikura {
        width: 100%;
    }

}