@charset "UTF-8";
/* CSS Document */
/*タブレット用スタイル*/
@media (min-width: 768px) and (max-width: 960px) {

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 60px 0;
}

header .container {
 padding: 0;
}
/*MV----------------------------------------------------------- */
.fv{
	background: url(../img/fv_bg.png) no-repeat center;
	background-size: cover;
	position: relative;
}

/*sec03----------------------------------------------------------- */
.sec03 .item-header {
  height: 150px;
}
.sec03 .item-header .text {
  font-size: 14px;
}

/*sec11----------------------------------------------------------- */
  .sec11_contents{
   padding: 40px;
  }

}