@charset "UTF-8";
.p_title{
	width:auto;
	margin: 0 auto 80px auto;
	padding: 20px 0;
	text-align:center;
}
.bg_t{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,9ad0f1+30,9ad0f1+70,ffffff+100&0+0,1+50,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(43,83,229,0.6) 30%, rgba(43,83,229,0.6) 50%, rgba(43,83,229,0.6) 70%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(43,83,229,0.6) 30%,rgba(43,83,229,0.6) 50%,rgba(43,83,229,0.6) 70%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(43,83,229,0.6) 30%,rgba(43,83,229,0.6) 50%,rgba(43,83,229,0.6) 70%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

h3.op_title{
	width:auto;
	text-align: left !important;
	margin: 0 auto 20px auto;
	padding-bottom: 10px;
	text-align:center;
	border-bottom:#999999 solid 1px;
	font-size: 1.4rem;
}
.logi{
	margin-bottom: 100px;
}
.logi h3{
	width:100%;
	border-bottom:#999999 solid 1px;
	padding-bottom:10px;
	font-size:1.3rem;
}

.logi_gal{
	margin-bottom: 40px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.logi_gal img{
	width:30%;
	height: auto !important;
	margin: 0 0 5% 0;
}
.logi_gal::after{
  content:"";
  display: block;
  width:30%;
}
.logi p{
	font-size:90%;
	margin:0 0 20px 0;
	padding:0;
	}
.logi address{
	font-style: normal;
	}
.flow {
	overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
	/* ミックスブレンドモード 乗算 */
  mix-blend-mode: multiply;
	}
.flow img{
	width: 100%;
	max-width: 949px;
	}


@media screen and (max-width: 768px) {
.logi_gal img{
	width:48%;
	height: auto !important;
}
.flow img{
	width: auto;
	max-width: 949px;
	}
}
@media screen and (max-width: 480px) {
.logi{
	width:90%;
	margin: auto;
	margin-bottom: 40px;
}
.logi h3{
	font-size:1.1rem;
}
h2.p_title{
	font-size:1.2rem;
}
	.logi_gal img{
	width:100%;
	height: auto !important;
}

}


