@charset "UTF-8";

/* -------------------------------------------------- */
/* PC */
/* -------------------------------------------------- */
#secviceContents01 h2,
#secviceContents02 h2,
#secviceContents03 h2,
#secviceContents04 h2 {
    margin: 2.0em 0 0.5em;
    padding: 0.25em;
    border-top: 1px solid #ded8c8;
    border-bottom: 1px solid #ded8c8;
    font-size: clamp(2.0rem, 2.2vw, 3rem);
    font-weight: 600;
}

#secviceContents01 h2:nth-of-type(1),
#secviceContents02 h2:nth-of-type(1),
#secviceContents03 h2:nth-of-type(1),
#secviceContents04 h2:nth-of-type(1) {
    margin-top: 0;
}

#secviceContents01 h3,
#secviceContents02 h3,
#secviceContents03 h3,
#secviceContents04 h3 {
    margin: 1.5em 0 0.5em;
    padding: 0.25em 0.5em;
    background: #ded8c863;
    font-size: clamp(1.6rem, 1.8vw, 2.0rem);
    font-weight: 600;
}

#secviceContents01 h4,
#secviceContents02 h4,
#secviceContents03 h4,
#secviceContents04 h4 {
    margin-bottom: 0.5em;
    font-size: clamp(1.5rem, 1.6vw, 1.8rem);
    font-weight: 700;
}

#secviceContents01 .scFlex,
#secviceContents02 .scFlex,
#secviceContents03 .scFlex,
#secviceContents04 .scFlex {
    display: flex;
    gap: 30px 4%;
}

#secviceContents01 .scFlex .img,
#secviceContents02 .scFlex .img,
#secviceContents03 .scFlex .img,
#secviceContents04 .scFlex .img {
    width: 40%;
}

#secviceContents01 table,
#secviceContents02 table,
#secviceContents03 table,
#secviceContents04 table {
    width: 100%;
    margin-bottom: 1em;
}

#secviceContents01 table th,
#secviceContents01 table td,
#secviceContents02 table th,
#secviceContents02 table td,
#secviceContents03 table th,
#secviceContents03 table td,
#secviceContents04 table th,
#secviceContents04 table td {
    padding-block: 1em;
    border: 1px solid #cecbc8;
    text-align: left;
    vertical-align: middle;
}

#secviceContents01 table th,
#secviceContents02 table th,
#secviceContents03 table th,
#secviceContents04 table th {
    width: 20%;
    min-width: 150px;
    padding-inline: 1em;
    background: #f1efec;
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}

#secviceContents01 table td,
#secviceContents02 table td,
#secviceContents03 table td,
#secviceContents04 table td {
    padding-inline: 0.75em;
    background: #fff;
    font-size: clamp(1.3rem, 1.4vw, 1.5rem);
    line-height: 1.8;
    font-family: var(--font-family-sub);
}

#secviceContents01 ul,
#secviceContents02 ul,
#secviceContents03 ul,
#secviceContents04 ul {
    margin-bottom: 1em;
}

#secviceContents01 ul li,
#secviceContents02 ul li,
#secviceContents03 ul li,
#secviceContents04 ul li {
    margin-left: 1em;
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
    font-family: var(--font-family-sub);
    display: flex;
    align-items: center;
    gap: 0.5em;
    position: relative;
    line-height: 1.8;
}

#secviceContents01 ul li::before,
#secviceContents02 ul li::before,
#secviceContents03 ul li::before,
#secviceContents04 ul li::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    background: linear-gradient(159deg, #C3A86C 0%, #9B8449 99%);
    display: flex;
    align-items: center;
    justify-content: center;
}

#secviceContents01 p,
#secviceContents02 p,
#secviceContents03 p,
#secviceContents04 p {
    margin-bottom: 1em;
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
    font-family: var(--font-family-sub);
}

#secviceContents01 a,
#secviceContents02 a,
#secviceContents03 a,
#secviceContents04 a {
    font-size: clamp(1.5rem, 1.6vw, 1.8rem);
}

#secviceContents01 img,
#secviceContents02 img,
#secviceContents03 img,
#secviceContents04 img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: block;
}

/* 
リストのインナーコンテンツ
<ul class="listInnerContent">
<li>
<div class="listInnerContentMain">
<h4 class="listInnerContentTit"></h4>
<p class="listInnerContentDesc"></p>
</div>
<div class="listInnerContentImg">

</div>
</li> 
</ul>
*/

.listInnerContents {
    margin-top: 30px;
    padding: 40px;
    background: #F6F4F0;
    display: flex;
    flex-direction: column;
    gap: 3em;
}

.listInnerContents h3 {
    /* margin-top: 40px; */
    padding: 1em;
    background: #fff;
    border: 1px solid;
    color: #998a54;
    font-size: 2.0rem;
    font-weight: 600;
}

.listInnerContent li {
    padding: 40px 0;
    border-bottom: 1px solid #edeae4;
    display: flex;
    align-items: center;
    gap: 30px;
}

.listInnerContent li:last-child {
    border-bottom: none;
}

.listInnerContentMain {
    flex: 1;
}

.listInnerContentTit {
    font-weight: 600;
    font-size: 2.4rem;
    padding-bottom: 20px;
}

.listInnerContentDesc {
    font-size: 1.6rem;
    font-family: var(--font-family-sub);
}

.listInnerContentImg {
    /* width: max(30%, 400px); */
    width: 400px;
    display: flex;
    justify-content: center;
}

.listInnerContentImg img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.listInnerContentImg img {
    width: 100%;
}

.listInnerContents table {
    width: 100%;
    margin-bottom: 1em;
}

.listInnerContents th, .listInnerContents td {
    padding-block: 1em;
    border: 1px solid #cecbc8;
    text-align: left;
    vertical-align: middle;
}

.listInnerContents th {
    width: 20%;
    min-width: 150px;
    padding-inline: 1em;
    background: #f1efec;
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}

.listInnerContents td {
    padding-inline: 0.75em;
    background: #fff;
    font-size: clamp(1.3rem, 1.4vw, 1.5rem);
    line-height: 1.8;
    font-family: var(--font-family-sub);
}

.btn1IconImg {
    width: 10px !important;
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {}


/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {

    #secviceContents01 .scFlex,
    #secviceContents02 .scFlex,
    #secviceContents03 .scFlex,
    #secviceContents04 .scFlex {
        flex-direction: column;
    }

    #secviceContents01 .scFlex .img,
    #secviceContents02 .scFlex .img,
    #secviceContents03 .scFlex .img,
    #secviceContents04 .scFlex .img {
        width: 100%;
    }
}