
@charset "UTF-8";
.p_1{
	padding: 50px;
	
}
/*コンテンツの順序*/
.containe_1{
	display: flex;
	flex-direction: column;
}
h1 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333333;
}
.typed{
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333333;
}
.all{
	color: #C50306;
	text-align: left;
}
.hero-content .list-social li i {
  color: #F2F2F2;
  font-size: 15px;
-webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #333333;
}
.a{
	order: 2;/*コンテンツの順序を設定*/
}
.b{
	order: 1;
}
p{
	font-size: 16px;
}
/*564枠色変更*/
#about .div-img-bg {
  padding-bottom: 30px;
  border: 20px solid #b8a07e;
}
.r_5{
	border-radius: 5px;
}
.mt_10{
	margin-top:10px;
}
.mt_3{
	margin-top: 3px;
}
.mt_20{
	margin-top: 20px;
}
.mt_50{
	margin-top: 50px;
}
#camera,
#camera-blog {
  height: auto;
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 60px;
  position: relative;
}

#camera-blog {
  background: #fff;
  padding-bottom: 30px;
}

#camera .camera-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

#camera .camera-block .camera-info {
  position: relative;
}

.camera-block .camera-info img {
  max-width: 100%;
}

.camera-block .camera-info .camera-txt {
  padding: 25px 0px;
  position: relative;
}

.camera-block .camera-info .camera-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  color: #292929;
  transition: all 0.5s ease-in-out 0s;
}

.camera-block .camera-info .camera-txt h4 a:hover {
  color: #b8a07e;
  transition: all 0.5s ease-in-out 0s;
}

.camera-block .camera-info .camera-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
/*webdesign cameraタイトル文字空白*/
.section-title{
	padding-top:30px;
}
	.rogos{
		text-align:left;
	}
a:hover img{
	opacity: 0.7;
}
.p_3{
	padding:3px;
}
.for_pc{
	display:none;
}
.for_sp{
	display: block;
}
@media(min-width: 1024px){

	.a{
	order: 1;
}
.b{
	order: 2;
}
	.for_pc{
		display: block;
	}
	.for_sp{
		display: none;
	}
}
 