/* カスタム CSS をここに入力してください */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.tire .heading-level-2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: #1b1c80;
  color: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 18px 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 950px) {
  .tire .heading-level-2 {
    font-size: 30px;
    padding: 18px 10px 15px;
    margin-bottom: 30px;
    line-height: 1.3;
  }
}
.tire .heading-level-3 {
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.tire .heading-level-3 span {
  font-size: 40px;
  font-weight: bold;
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #f9e27a 0%) repeat scroll 0 0;
  display: inline;
}

@media screen and (max-width: 950px) {
  .tire .heading-level-3 {
    margin-bottom: 30px;
  }
  .tire .heading-level-3 span {
    font-size: 30px;
    font-weight: bold;
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #f9e27a 0%) repeat scroll 0 0;
    display: inherit;
  }
}
.sectionContent img {
  max-width: 100%;
  height: auto;
}

/*-----------------------------------------------------

  tire

----------------------------------------------------- */
.tire .content1List {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
.tire .content1ListText {
	padding: 0 12%;
}
.tire .content2__inner {
	max-width:1020px;
  margin-left: auto;
  margin-right: auto;
}
.tire .content2InnerBoxS p {
  float: none;
  width: inherit;
}
.tire .content1 .heading-level-3 span.heading-inner{
  position: relative;
}
.tire .content1 .heading-level-3 span.heading-inner:before {
	content: "";
  position: absolute;
  display: block;
  background: url(http://seco.jp/wpcms2/wp-content/themes/seco/images/tire/deco_1.png) no-repeat;
  -webkit-background-size: 38px;
  -o-background-size: 38px;
  background-size: 38px;
  width: 38px;
  height: 72px;
  top: -76%;
  left: -9%;
}
.tire .content1 .heading-level-3 span.heading-inner:after {
	content: "";
  position: absolute;
  display: block;
  background: url(http://seco.jp/wpcms2/wp-content/themes/seco/images/tire/deco_2.png) no-repeat;
  -webkit-background-size: 31px;
  -o-background-size: 31px;
  background-size: 31px;
  width: 31px;
  height: 52px;
  bottom: -50%;
  right: -9%;
}

@media screen and (max-width: 676px) {
	.tire .content1 .heading-level-3 span.heading-inner:before {
		background: none;
		content: none;
	}
	
	.tire .content1 .heading-level-3 span.heading-inner:after {
		background: none;
		content: none;
	}
}