@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
span{
	font-size: 17px !important;
}
/*================== index.html =================*/
.insta .sns_list {
	flex-direction: row !important;
	flex-wrap: wrap;
	border: none !important;
}
.insta .sns_list > div {
	width: 33%;
	border-bottom: 0 !important;
}
.insta .sns_list .sns_photo {
	width: 100% !important;
}
.insta .sns_list .sns_text {
	display: none !important;
}

.photo_01{
	justify-content: space-between;
}
.photo_01:after{
	content: "";
	display: block;
	width: 32%;
}
.photo_01 .box{
	width: 32%;
	margin-bottom: 20px;
	padding: 0;
}
.scroll {
    padding: 20px;
    overflow-y: scroll;
    max-height: 300px;
    min-height: 250px;
    width: 100%;
    margin: 0 auto;
    font-size:17px;
    background-color:#fff;
    border-radius:5px;
    border:5px solid #ccf3a7!important;
}
.scroll a{
	color: #8ed050!important;
}
@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 468px){
		.photo_01 .box{
		width: 48%;
		margin-bottom: 20px;
		padding: 0;
	}
}
@media only screen and (max-width: 768px){
	.scroll {
		width: 90%;
	}
}
@media only screen and (max-width: 768px){
	.scroll dl {
		    flex-direction: column!important;
	}
}