@charset "UTF-8";
/* =====================================
	Cat Rescue Activities
===================================== */

.visual{
	position: relative;
    height: 350px;
    width: 100%;
    margin-bottom: 65px;
    background: url("../img/service/cra/visual01.jpg") no-repeat center / cover;
}

.visual h1{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 4.0rem;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
}

.visual h1 img{
	width: 114px;
    margin: 0 0 23px 27px;
}

.visual h1 span{
    display: block;
    font-size: 1.6rem;
}

.ttlArea h2{
    text-align: center;
    margin-bottom: 40px;
    font-size: 4.0rem;
}

.ttlArea p{
    text-align: center;
    margin-bottom: 55px;
    font-size: 2.0rem;
}

.ttlArea p span{
    font-weight: 600;
    font-size: 2.8rem;
}

.ttlArea img{
    margin: 0 auto 78px;
}

.cntArea{
    width: 100%;
    max-width: 960px;
    padding: 0 30px;
    margin: 0 auto;
    box-sizing: border-box;
}

.cntArea h3{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    line-height: 1;
    font-size: 3.6rem;
    background: #f7f6f6;
    margin-bottom: 20px;
}

.cntArea h3 span{
    font-size: 3.0rem;
}

.cntArea p{
    font-size: 1.8rem;
}

.cntArea p span{
    font-weight: 600;
}

.cntArea h4{
    font-size: 2.4rem;
    padding: 0 0 12px 32px;
    border-bottom: 1px solid #e0e0e0;
    margin: 50px 0 20px;
    box-sizing: border-box;
    width: 100%;
    background: url("../img/common/icon03.svg") no-repeat top 12px left;
}

.cntArea01{
    margin-bottom: 78px;
}

.cntArea01 ul{
    margin: 30px 0 15px;
}

.cntArea01 ul li{
    font-size: 1.8rem;
    padding-left:5em;
    text-indent:-5em;
}

.cntArea01 ul li span{
    font-weight: 600;
}

.cntArea02 .pic01{
    width: 100%;
    margin-bottom: 20px;
}

.cntArea02 .ttl01{
    font-size: 1.8rem;
    margin: 45px 0 10px;
}

.cntArea02 .img01{
    margin-bottom: 43px;
}

.cntArea02 .ttl02{
    font-size: 2.2rem;
    margin: 40px 0 10px;
}

.cntArea02 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
}

.cntArea02 ul li{
    width: 47%;
margin-bottom: 50px;
}

.cntArea02 ul li img{
    width: 100%;
}


/* 「過去の実績一覧へ」ボタン専用（PC） */
.recovery + a.btn01{
    display: block;          /* 中央寄せ用。common.css 側と重複していれば省略可 */
    margin: 0 auto 100px;    /* 下だけ100px空けて、左右は中央寄せ */
}
/* ←←← ここに追加すると確実に効く！ */
.pc-only {
    display: inline;
}

@media screen and (max-width:768px){
.pc-only {
    display: none;
}
.visual{
    height: 60.8vw;
    margin-bottom: 7.33vw;
}

.visual h1 img{
	width: 19.2vw;
    margin: 0 0 2.6vw 8.2vw
}

.ttlArea h2{
    margin-bottom: 6vw;
    font-size: 2.8rem;
}

.ttlArea p{
    text-align: left;
    margin: 0 6vw 8vw;
    font-size: 2.0rem;
}

.ttlArea p span{
    font-weight: normal;
    font-size: 2.0rem;
}

.ttlArea img{
    width: 100%;
    margin: 0 0 7.066vw;
    padding: 0 4.66vw;
    box-sizing: border-box;
}

.cntArea{
    padding: 0;
}

.cntArea h3{
    padding: 4vw 5.33vw;
    font-size: 3.0rem;
    margin-bottom: 3.6vw;
}

.cntArea h3 span{
    font-size: 2.4rem;
}

.cntArea p{
    padding: 0 6vw;
}

.cntArea h4{
    font-size: 2.4rem;
    padding: 0.6vw 0 3.3vw 6vw;
    border-bottom: 0.266vw solid #e0e0e0;
    margin: 9.33vw auto 3.33vw;
    width: 88vw;
    background: url("../img/common/icon03.svg") no-repeat top 2.7vw left;
    background-size: 4.66vw auto;
    line-height: 1.5;
}

.cntArea01{
    margin-bottom: 78px;
}

.cntArea01 ul{
    width: 88vw;
    margin: 0 auto;
}

.cntArea01 ul li{
    margin-top: 6.66vw
}

.cntArea02 .pic01{
    width: 88vw;
    margin: 0 auto 4vw;
}

.cntArea02 .ttl01{
    width: 88vw;
    font-size: 1.6rem;
    margin: 6.6vw auto 2vw;
}

.cntArea02 .img01{
    width: 88vw;
    margin: 0 auto 3.2vw;
}

.cntArea02 .img02{
    width: 88vw;
    margin: 0 auto;
}

.cntArea02 .ttl02{
    width: 88vw;
    font-size: 2.2rem;
    margin: 6vw auto 1.3vw;
}

.cntArea02 ul{
    width: 88vw;
    margin: 0 auto 16vw;
}

.cntArea02 ul li{
    width: 100%;
    margin-bottom: 4vw;
}

.cntArea02 ul li:last-child{
    margin-bottom: 0;
}

  /* サービスページの実績ボタンだけを調整したい場合 */
  .recovery + a.btn01{
      width: 86.2%;
      margin: 0 auto 15.625vw;
  }
}