@charset "UTF-8";

@media(max-width:768px){
  .pc {
    display: none;
  }
}
@media(min-width:769px){
  .sp {
    display: none;
  }
}

img {
  vertical-align: bottom;
  width: 100%;
}

.special-cont {
	max-width: 1000px;
	margin: 50px auto;
  padding-bottom: 50px;
  background-color: #35bdef;
}
.special-title {
    font-size: 30px;
    border-bottom: 3px solid #e6e6e6;
    letter-spacing: 1px;
    margin-top: 8px;
}

@media(max-width:1200px){
	.special-cont {
    width: 90%;
  }
}
@media(max-width:768px){
	.special-title {
    font-size: 20px;
    letter-spacing: 1px;
    padding-left: 12px;
	}
	.special-cont {
    margin: 20px auto 40px;
    padding-bottom: 20px;
  }
}

.special-cont p {
  width: 100%;
}

.special-cont .txt_cont {
  margin: 0 50px;
  padding: 25px 30px;
  background-color: #fff;
}
.special-cont .txt_cont h3 {
  font-size: 175%;
  font-weight: bold;
  text-align: center;
}
.special-cont .txt_cont > div {
  margin-top: 20px;
}
.special-cont .txt_cont > div p {
  margin-bottom: .2em;
  font-size: 110%;
  line-height: 1.7em;
}

@media(max-width:768px) {
  .special-cont .txt_cont {
    margin: 0 10px;
    padding: 2em 1em;
  }
  .special-cont .txt_cont h3 {
    font-size: 130%;
    line-height: 1.4em;
    text-align: left;
  }
  .special-cont .txt_cont > div p {
    line-height: 1.5em;
  }

}

