


/* ===========================
zentai
==============================*/

.second__header {
    background-image: url(../images/03_regulation/regulation_header.jpg);
}

.content {
    padding: 100px 20px;
}
.regulation--photo {
    width: 100%;
    border-radius: 20px;
    max-width: 500px;
}
.content .top__ttl {
    margin: 5px 0 10px 0;
}
.section-same02 {
    margin-top: 50px;
}

.content ul {
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
}
.content ul li {
    margin-left: 20px;
    list-style:square;
}

.content {
    font-size: 1.4rem;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    background-image: url(../images/00_common/haikei_dot.jpeg);
    background-size: contain;
    position: relative;
    border-bottom: 1px solid #3C3B3B;

}
.content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    /* 50%の黒のオーバーレイ */
    z-index: 1;
}
.content>* {
    position: relative;
    z-index: 2;
    /* テキストをオーバーレイの上に表示 */
}

.section-same02 .regulation--photo {
    margin-top: 30px;
}

.regulation-ruleTxt {
    margin: 30px 0;
}
/* ===========================
iconSet
==============================*/
.regulation-iconSet {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0 ;
    margin-top: 30px;
    z-index: 90;
}

.regulation-icon {
    width: 48%;
    border: 1px solid #333333;
    border-radius: 10px;
    z-index: 90;
}
.regulation-iconImg {
    width: 70%;
    margin-top: 20px;
    max-width: 150px;
}
.regulation-ruleTxt {
    margin: 0 auto;
}
.regulation-iconTxt {
    margin-top: 20px;
    margin-bottom: 20px;
}
.regulation-icon-close {
    position: relative;
}
.regulation-icon-close::after {
    position: absolute;
    content: "";
    width: 150px; /* ここで幅を指定 */
    height: 150px; /* ここで高さを指定 */
    background-image: url(../images/03_regulation/rule-icon/close.png);
    background-size: cover; /* 背景画像を要素サイズに合わせる */
    top:15px;
    left: 50%;
    transform:translateX(-50%)
}
.regulation-icon-circle {
    position: relative;
}
.regulation-icon-circle::after {
    position: absolute;
    content: "";
    width: 150px; /* ここで幅を指定 */
    height: 150px; /* ここで高さを指定 */
    background-image: url(../images/03_regulation/rule-icon/dry-clean.png);
    background-size: cover; /* 背景画像を要素サイズに合わせる */
    top:13px;
    left: 50%;
    transform:translateX(-50%)
}
/* ===========================
commmon
==============================*/

/* ===========================
commmon
==============================*/

/* ===========================
commmon
==============================*/

/* ===========================
commmon
==============================*/

/* ===========================
commmon
==============================*/

/* ===========================
commmon
==============================*/

/* ===========================
commmon
==============================*/

