@CHARSET "UTF-8";

/**
 * index.php であれば index.css 、sample.php であれば sample.css にページ固有のスタイルを記述してください。
 */
 img {
   width: 100%;
 }
#main p {
  font-size: 18px!important;
  letter-spacing: .1rem;
 }
h3 {
	width: 80%;
}
.titeltext .pc {
  width: 40%;
  margin: -5rem auto 0;
}


.campaign_box {
 background: #f5efe3;
 }
.campaign_text {
  line-height: 1;
  font-size: 16px!important;
  width: 80%;
}
.campaign_illustration {
  position: relative;
}
.campaign_illustration img {
  position: absolute;
  top: -2rem;
  width: 70%;
}
.red{
  color: #dd0511;
  font-weight: bold;
}
.contact_title {
  font-size: 1.5rem!important;
  font-size: weight;
}
h3.jyunkai_message {
  color: #215189;
  font-weight: bold;
  font-size: 22px!important;
}




@media screen and (max-width:767px) {


}





@media screen and (max-width:575px) {
  .campaign_illustration {
    width: 50%;
  }
  .campaign_illustration img {
    position: relative;
    width: 100%;
    top: 1rem;
    text-decoration: 0;
  }
  .campaign_box.sp .campaign_illustration {
    width: 100%;
  }
  .campaign_box.sp .campaign_illustration img {
    width: 40%;
    float: left;
  }
  .titeltext .sp {
  margin: -5rem auto;
  width: 80%;
  }
  #main p {
    text-align: left!important;
  }
  #main p br {
    display: none;
  }
  h3.jyunkai_message {
    font-size: 18px!important;
  }
}





@media screen and (max-width:425px) {




}
