@charset "utf-8";
/*--------------------------------------------------------------

　活動便り

--------------------------------------------------------------*/
#contentsKatsudou{
    width: 800px;
    margin: 0 auto;
}
.naiyo{
    text-align: left;
}
.phtFloatL{
	float:left;
	padding-right:15px;
	padding-bottom:15px;
}
.phtFloatL2{
	float:left;
	padding-right:15px;
	padding-bottom:15px;
	margin-top:-20px;
}
.phtFloatR{
	float:right;
	padding-left:15px;
	padding-bottom:15px;
}
.photolist{
	margin-top:40px;
}
.photolist ul{
	width:620px;
    max-width: 100%;
	padding:0;
	margin-right:-20px;
	overflow:hidden;
}
.photolist li{
	float:left;
	width:290px;
	margin-right:20px;
    margin-bottom: 20px;
	text-align:center;
}
h5{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: bold;
}
#contentsKatsudou p{
    font-weight: 250;
    line-height: 1.7em;
}
.button_k{
    text-align: center;
}
.button_k a{
    margin: 30px 0;
    display: inline-block;
    padding: 7px 25px;
    border-radius: 20px;
    background-color: #005bab;
    color: white;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
}
.button_k a:hover{
    background-color: #418ECE;
}

.section-title{
    font-size: 1.25em;
    padding: 1em;
    margin-bottom: 1em;
    background-color: #b6d8f0;
    border: 3px solid #005ba7;
    border-radius: 15px;
}
.section-title h5{
    font-size: 1.5em;
    margin: 0;
}
.fbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin: 40px 0;
}
.photo{
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 25px;
}
.photo_box{
    max-width: 240px;
}
.photo_box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photo_box p{
    font-size: 80%;
    margin-top: 5px;
}


@media screen and (max-width : 859px ){
    #contentsKatsudou{
        width: 100%;
    }
    .section-title{
        font-size: 1em;
    }
    .section-title h5{
        font-size: 1.2em;
    }
}

#container video{
    padding: 20px;
    width: 90%;
    max-width: 1000px;
}

