@charset "UTF-8";

/*TRY活動内容*/

.trykatudou a{
	position:relative;
  display:block;
  color:#ffffff;
  text-align:center;
  text-decoration:none
}

.trykatudou img{
	width:100%;
	height:auto;
	border:none;
	vertical-align:bottom
}

.trykatudou .text{
	position:absolute;
	padding:10px 10px;
	font-size:15px;
	background-color:rgba(0,0,0,0.5);
	bottom:0;
	left:0;
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.trykatudou a:hover{
  opacity:0.8
}

/*boxの上下の感覚*/
.box3-1,.box3-2,.box3-3,.box3-5{
	padding-bottom:20px
}

@media (min-width:768px){

/*Box3-1～Box3-4を横に並べる*/
.kiji_katudou:after{
  content:"";
  display:block;
  clear:both
}

.box3-1{
  float:left;
  width:50%;
  padding-right:5px
}

.box3-2{
  float:left;
  width:50%;
  padding-left:5px
}

.box3-3{
  float:left;
  width:50%;
  padding-right:5px
}

.box3-4{
  float:left;
  width:50%;
  padding-left:5px
}

.kiji_yousu:after{
  content:"";
  display:block;
  clear:both
}

.box3-5{
  float:left;
  width:50%;
  padding-right:5px
}

.box3-6{
  float:left;
  width:50%;
  padding-left:5px
}

.box3-1, .box3-2, .box3-3, .box3-4, .box3-5, .box3-6{
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}

}
