@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;
}
.lh18 {
  line-height: 1.8rem;
}
.lh2 {
  line-height: 2rem;
}
.lh25 {
  line-height: 2.5rem;
}

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

.bbd-orange {
  border-bottom: dotted 1px #E3771D;
}

.fukidashi {
  background: url(../images/fukidashi.svg) no-repeat top center / contain;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 25px 0 50px;
}

.BTN01 {
    display: block;
    border: solid 3px #205289;
    color: #205289;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: end;
    background: url(../images/icon-online.svg) no-repeat left 80px center / 40px;
    padding: 40px 80px;
}
.BTN01:hover {
    color: #205289!important;
    background: url(../images/icon-online.svg) no-repeat left 80px center / 40px #cdcdcd!important;
}







@media screen and (max-width:767px) {
  .fukidashi {
    font-size: 1rem;
    padding: 12px 0 50px;
  }
  .BTN01 {
      font-size: 1.4rem;
      text-align: center;
      background: url(../images/icon-online.svg) no-repeat top 10px center / 40px;
      padding: 60px 10px 15px;
  }
  .spf14 {
    font-size: 1.4rem;
  }
  .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) {




}
