@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-top: 0!important;
  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;
}
.f25 {
  font-size: 2.5rem;
}

.lh1 {
  line-height: 1rem;
}
.lh25 {
  line-height: 2.5rem;
}
.lh3 {
  line-height: 3rem;
}
.lh4 {
  line-height: 4rem;
}




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

.column-box {
  position: relative;
  border: solid 4px #205289;
}
.column-ph {
  width: 150px;
  height: 120px;
  background: #999;
}
.column-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.column-box a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-indent:-999px;
}
.column-box a:hover{
  background-color:#FFF;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.btn01 a {
  display: block;
  width: 200px;
  padding: 5px;
  margin: 10px auto;
  color: #fff;
  text-align: center;
  background: #205289;
}







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

  .bg {
    background: #CAE5D3;
    padding-bottom: 50px;
  }
  .title01 {
    line-height: 2.5rem;
  }
  .step-box {
    width: 50%;
  }
  .spf08 {
    font-size: .8rem;
  }
  .spf1 {
    font-size: 1rem;
  }
  .spf12 {
    font-size: 1.2rem;
  }
  .spf15 {
    font-size: 1.5rem;
  }
  .spf18 {
    font-size: 1.8rem;
  }



  .splh1 {
    line-height: 1rem;
  }
  .splh2 {
    line-height: 2rem;
  }
  .splh25 {
    line-height: 2.5rem;
  }

  .column-ph {
    width: 120px;
  }



}





@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) {




}
