.insta{
        width:30%;
			background: #fff;
			border:1px solid #eee;
			padding: 10px 0 0;
		}
		.insta a{
			display: block;
		}
		/**アカウント**/
		#instaname{
			text-align: center;
			font-size: 14px;
			color:#161616;
		}
		#instaname figure{
			display: block;
			width: 70px;
			height: 70px;
			position: relative;
			margin: 0 auto 10px;
			border: 1px solid #ddd;
			border-radius: 50%;
			overflow: hidden;
		}
		#instaname figure img{
			max-width: 90%;
			height: auto;
			position: absolute;
			top: 50%;
			left: 50%;
			-webkit-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);
		}
		#instaname small{
			display: block;
			margin: 0 auto;
			color: #aaa;
		}
		.followme{
			display: block;
			margin: 10px auto;
			padding: 6px 12px;
			border-color: #0f4871;
			border-radius: 4px;
			background-color: #125688;
			color: #fff;
			vertical-align: middle;
			text-align: center;
			white-space: nowrap;
			font-weight: bold;
			font-size: 14px;
			line-height: 1.0em;
			cursor: pointer;
			width: 8em;
		}
		.followme img{
			margin: 0 5px 0 0;
			width: 20px;
			vertical-align: middle;
		}
		/**投稿写真**/
		#instagram{
			width: 100%;
			display: flex;
			flex-wrap: wrap;
		}
		#instagram li{
			width: 31%;
			margin: 0 1% 5px;
		}
		#instagram li img{
			width: 100%;
			height: 90px;
			object-fit: cover;
		}
		@media screen and (max-width: 768px){
		    .insta{
		        width:90%;
		        padding:10px 0 0;
		        margin:0 auto;
		    }
			#instagram li img{
				width: 100%;
				height: 30vw;
			}
		}
