.s-space {
    margin: 0 1rem;
}
.none{
    display: none;
}

.sec-lady{
    font-family: "Noto Sans JP", sans-serif;
    color: #303030;
}
.lady-check{
    margin: 0 -1rem -0.8rem;
    background: #FDEEF1;
    padding-bottom: 10%;
}
.lady-cost{
    margin-bottom: 15%;
}
.lady-title h2 {
    padding-bottom: 2rem;
    background: inherit;
    text-align: center;
    font-size: 2rem;
}
.l-h2_sub {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    color: #FF5565;
    font-size: 1.8rem !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

}
.lady-title h2 span{
    border-style: none;
    padding: 0;
}
span.h2-strong{
    color: #FF5565;
    font-weight: bold;
    font-size: 2.5rem;
}
.lady-title {
    padding-bottom: 2rem;
    padding-top: 2rem;
    text-align: center;
}
.sub-h2 {
    position: relative;
    text-align: center;
    margin-top: 15%;
}


/**ポイントデザイン**/
section.point,.point-full {
    margin-bottom: 30%;
}

.point-box p img {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 90%;
}
.point-left-box p img{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 90%;
}
p.p-left-img{
    text-align: right;
}
.p-text-box h3,.f-text-box h3 {
    background: #A5DEE7;
    width: 60%;
    padding: 1rem;
    border-radius: 50px;
    border-bottom: none;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
    font-size: 1.8rem;
}
.p-text-box{
    position: relative;
    margin-top: -6vh;
    padding-top: 6rem;
}
.p-text-box, .point-full{
    background: white;
    border-radius: 20px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 2rem;
}
.point-box p,.point-left-box p {
    margin: 0;
    position: relative;
    z-index: 1;
    letter-spacing: 0.2rem;
}
p.p-text {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    background-image: linear-gradient(to right, #87CBD6, #87CBD6 4px, transparent 4px, transparent 16px);
    background-size: 10px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
.lady-btn{
    padding: 20px 0 25px;
}

p.reco-title {/**おすすめ・チェックタイトル**/
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    color: #FF5565;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 3rem;
}
.r-strong{
    font-size: 2rem;
    font-weight: 700;
}
ul.col-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
li.reco {
    position: relative;
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 1.5rem !important;
}
li.reco::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    border-radius: 10px;
}
span.list {
    display: block;
    font-size: 1.4rem;
}
p.r-btn {
    margin-top: 0.5rem;
    background: #FF5565;
    padding: 0.2rem 2.5rem;
    border-radius: 50px;
}
.reco p, .r-btn a{
    color: white;
}

li.reco1 {
    background-image: url(https://www.kyoto-life.co.jp/images/search_kodawari/lady/img_s01.jpg);
    background-size: cover;
}
li.reco2 {
    background-image: url(https://www.kyoto-life.co.jp/images/search_kodawari/lady/img_s02.jpg);
    background-size: cover;
}
li.reco3 {
    background-image: url(https://www.kyoto-life.co.jp/images/search_kodawari/lady/img_s03.jpg);
    background-size: cover;
}
li.reco4 {
    background-image: url(https://www.kyoto-life.co.jp/images/search_kodawari/lady/img_s04.jpg);
    background-size: cover;
}
.link-box {
    text-align: right;
    margin-bottom: 3em;
}
.link-box p {
    border-bottom: 1px solid #303030;
    display: inline-block;
    margin: 0 0 0 auto;
}
.link-box p:last-child {
    padding-top: 1rem;
}
.link-box a, .check p, .r-btn {
    display: flex;
    align-items: center;
}
.check .material-symbols-outlined {
    color: #FF5565;
}

/*防犯設備のチェック*/
.check li {
    width: 45%;
    margin-bottom: 1rem !important;
}
/*3と4の共通デザイン*/
.point-full img{
    border-radius: 20px;
}
.point-full{
    padding-top: 2rem;
}
.point4 {
    margin-bottom: 20%;
}
/*初期費用は？*/
p.c-list-t {
    text-align: center;
    font-weight: 500;
    padding-bottom: 1rem;
    background-image: linear-gradient(to right, #FF5565, #FF5565 4px, transparent 4px, transparent 16px);
    background-size: 10px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
.c-list-t span, .c-t-strong{
    color: #FF5565;
    background-color: white;
    border-radius: 10px;
    padding: 0.1rem 0.5rem;
}
.c-list-t span{
    font-weight: 600;
    font-size: 2rem;
}
.cost-box {
    text-align: center;
}
.cost-list{
    position: relative;
}
.cost-text {
    position: absolute;
    top: 10%;
}
.c-t-strong{
    font-weight: 500;
    font-size: 1.8rem;
}
.dli-plus {
    display: inline-block;
    vertical-align: middle;
    color: #FF5565;
    line-height: 1;
    width: 5rem;
    height: 0.15em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    margin: 5rem;
  }
  
  .dli-plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
  @media screen and (min-width:700px) {
    .point-box p img{
        width: 80%;
    }
    .link-box{
        width: 65%;
        margin: 0 0 0 auto;
    }

    /*check point*/
    .check{
        justify-content: start !important;
    }
    .check li{
        width: 25%;
    }
    /*cost*/
    .cost-box {
        display: flex;
        align-items: center;
    }
    .cost-text{
        top: 5%;
    }
  }
