@CHARSET "UTF-8";

/**
 * index.php であれば index.css 、sample.php であれば sample.css にページ固有のスタイルを記述してください。
 */
 img {
   width: 100%;
 }
h2 {
 	width: 300px;
 }
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;
}

main {
  margin-bottom: 0!important;
}
li {
  list-style-type: none;
}
.f08 {
  font-size: .8rem;
}
.f09 {
  font-size: .9rem;
}
.f1 {
  font-size: 1rem;
}
.f12 {
  font-size: 1.2rem;
}
.f15 {
  font-size: 1.5rem;
}
.f2 {
  font-size: 2rem;
}

.lh1 {
  line-height: 1rem;
}
.lh25 {
  line-height: 2.5rem;
}

.fw-bolder {
  font-weight: bold;
}
.color-green {
  color: #00c300;
}
.bdb-green {
  border-bottom: dotted 1px #00c300;
}
.bg-gray {
  background: #F0EFEF;
}
.bg-lightgreen {
  background: #CAE5D3;
}
.step-box {
  width: 20%;
}






.bg {
  background: url(../images/line-bg.jpg) no-repeat top center / cover;
}
.title01 {
  font-size: 2rem;
  font-weight: bold;
}
.btn-line a {
  display: block;
  background: #00c300;
  text-align: center;
  padding: 15px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.line-id {
  background: url(../images/line-id-bg.jpg) no-repeat left center / contain #fff;
  padding: 5px 15px 5px 60px;
  font-size: 1rem;
  font-weight: bold;
}








@media screen and (max-width:767px) {
  .bg {
    background: #CAE5D3;
    padding-bottom: 50px;
  }
  .title01 {
    line-height: 2.5rem;
  }
  .step-box {
    width: 50%;
  }
  .spf18 {
    font-size: 1.8rem;
  }
}





@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%;
}


}





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




}
