/* 紹介ページ共通部分css*/
.common-box{
	    padding-top: 20px;
      padding-bottom: 20px;
      border-top: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb;
}
.comb-link{
width:90%;
display: block;
max-width: 600px;
margin:0px auto 0;
text-decoration: none;
color:#000;
}

.comb-in{
  width: 100%;
}
.comb-link img{
  width: 100%;
  background: #006cba;
  vertical-align: bottom;
  border-radius: 15px;
  padding: 0px;
}
.comb-link p{
  font-size: 14px;
}



h2.comh2 {
    position: relative;
    color: #ffffff ;
    background: #93bc52;
    font-size: 18px ;
    line-height: 1;
    margin: 20px -10px 20px -10px;
    padding: 10px 5px 10px 20px;
}
h2.comh2:after, h2.comh2:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
h2.comh2:after {
    left: 0;
    border-right: 5px solid #333;
}
h2.comh2:before {
    right: 0;
    border-left: 5px solid #333;
}
h2.kuroh2{
width:100%;
margin: 0 auto;
  font-weight: bold;
font-size: 18px;
}

.mbimg{
display:none;
}
/*------------------------------*/
.topix-box{
	width: 90%;
	max-width: 925px;
margin: 30px auto 50px;
	display: block;
	justify-content: center;
	padding: 0;
}
.box1-topix{
width: 100%;
margin-top: 0px;
padding: 10px 0 10px;
}
.box1-topix a{
text-decoration: none;
color:#111;
}
.box1-topix p a i{
padding-left: 20px;
}
.box1-topix p{
font-size: 16px;
}
.b1topix-in{
	width: 100%;
	display: flex;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
.b1ti-mini{
	width:400px;
	margin: 5px 16px 5px 0;
	background: #fff;
float: left;

}
.b1ti-mini a{
	width: 100%;
	display: block;
	vertical-align: bottom;
}
.b1ti-mini a p{
	font-size: 14px;
}
.b1ti-mini a img{
	width: 300px;
	display: block;
	vertical-align: bottom;
}
.box12-topix{
width: 100%;
margin-top: 0px;
padding: 0px 0 30px;
}
.box12-topix a{
text-decoration: none;
color:#111;
}

.box12-topix p a i{
padding-left: 20px;
}

.box12-topix p{
font-size: 16px;
font-weight: bold;
}
.b12topix-in{
	width: 100%;
	display: flex;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
.b12ti-mini{
	width:240px;
	margin: 5px 16px 5px 0;
}
.b12ti-mini a{
	width: 100%;
	display: block;
}
.b12ti-mini a p{
	font-size: 14px;
}
.b12ti-mini a img{
	width: 220px;
}


@media screen and (max-width: 800px) {
	.topix-box {
	    margin: 20px auto;
	}
	.b1ti-mini{
		width:300px;
	}
	.b1ti-mini a{
	}
	.b1ti-mini a p{
	}
	.b1ti-mini a img{
		width: 280px;
	}
	.b12ti-mini{
		width:200px;
	}
	.b12ti-mini a{
	}
	.b12ti-mini a p{
	}
	.b12ti-mini a img{
		width: 180px;
	}
}
@media only screen and (max-width:600px){

	.common-box{
	  width: 100%;
	  max-width: 450px;
	  margin: 0 auto;
	    padding:10px 0px 10px;
	  border-top:1px solid #ddd;
	  box-sizing: border-box;
	}
	.comb-link{
	  width: 100%;
	    margin: 0px;
	    padding: 10px 20px;
	    box-sizing: border-box;
	}
	.comb-link img {
	    width: 100%;
	    margin-bottom: 10px;
	}
	h2.kuroh2{
	  font-size: 15px ;
	}
	h2.comh2 {
	  font-size: 15px ;
	  line-height: 1.5;
	  margin: 0px;
	  padding: 10px 0 10px 10px;
	}

	h2.comh2:after, sample2:before {
	   content: none;
	}
	h2.comh2:after {
	     content: none;
	}
	h2.comh2:before {
	   content: none;
	}
	.pcimg{
	display:none;
	}
	.mbimg{
	display:block;
	}
}
