/* CSS Document */
body{
    background-color: #EAF5F5;
}
.top {
    text-align: center;
    line-height: 3.5em;
    margin: 5% 0;
}
/*.top .title_img{
    width: 50%;
    margin: auto;
}*/
.top .title_img img{
    max-width: 500px;
    width: 70%;
}
.top .inpure_box{
    background-image: url("../../img/contents/springshot/inpure.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.photo_box{
    margin-bottom: 100px;
}
.photo_box .bg{
    position: relative;
}
.photo_box .bg::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 30px;
    left: 30px;
    z-index: -1;
}
.photo_box  p{
    margin-bottom: 0;
}
.photo_box .row p img{
    width: 100%;
}
.photo_box .caption{
    margin-bottom: 50px;
}
.photo_box .name{
    background-color: #232323;
    line-height: 1.3;
    color: #fff;
    padding:0 1em ;
    margin-bottom: 1em;
}
.photo_box.kudo{}
.photo_box.hira .name,
.photo_box.matsui .name{
    text-align: right;
}
.photo_box.shimada .caption,
.photo_box.tominaga .caption,
.photo_box.matsui .caption{
    margin-top: 50px;
}
.photo_box.tominaga .caption{
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.photo_box.tominaga .set{
    margin-top: -20px;
}
.photo_box.kudo .bg::after{
    top: 20%;
    left: 50%;
}
.photo_box.hira .bg::after{
    top: auto;
    bottom: 20%;
    left: 50%;
}
.photo_box.masunaga .bg::after{
    top: auto;
    bottom: 20%;
    right: 30%;
    left: auto;
}
.photo_box.shimada .bg::after{
    top: 10%;
    right: 50%;
    left: auto;
}
.photo_box.tominaga .bg::after{
    top: 10%;
    left: 30%;
}
.photo_box.matsui .bg::after{
    top: auto;
    bottom: 10%;
    left: auto;
    right: 40%;
}

@media screen and (max-width:480px){
    .photo_box .caption{
        margin-bottom: 25px;
        font-size: 11px;
    }
    .photo_box.shimada .caption,
    .photo_box.tominaga .caption,
    .photo_box.matsui .caption{
        margin-top: 25px;
    }
    .photo_box.tominaga .caption{
        margin-bottom: 25px;
    }
    .photo_box.tominaga .set{
        margin-top: 0;
    }
    
.photo_box.kudo .bg::after{
    top: 50%;
    left: 80%;
}
.photo_box.hira .bg::after{
    bottom: 40%;
    left: 50%;
}
.photo_box.masunaga .bg::after{
    bottom: 40%;
    right: 20%;
}
.photo_box.shimada .bg::after{
    top: 20%;
    right: 60%;
}
.photo_box.tominaga .bg::after{
    top: 40%;
    left: 50%;
}
.photo_box.matsui .bg::after{
    bottom: auto;
    top: 30%;
    right: 60%;
}
    
}
