@charset "utf-8";

.ozHtmlEdit.wfhpw00018_036020000 .rel {
    position: relative;
}
.ozHtmlEdit.wfhpw00018_036020000 .abs {
    position: absolute;
}
.ozHtmlEdit.wfhpw00018_036020000 .flex_box {
    display: flex;
}
.ozHtmlEdit.wfhpw00018_036020000 .bg_wrap {
    background-image: url("../images/wfhpw00018_036020000_bg.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
    padding-bottom: 38px;
}
.ozHtmlEdit.wfhpw00018_036020000 .box.box_01 {
    padding-top: 14px;
    padding-bottom: 10px;
}
.ozHtmlEdit.wfhpw00018_036020000 .box.box_01 p {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.ozHtmlEdit.wfhpw00018_036020000 .box.box_02 {
    width: 650px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
}
.ozHtmlEdit.wfhpw00018_036020000 .box.box_03 {
    margin-top: 20px;
}

/* =========================================================
    アコーディオン
========================================================= */
/* アコーディオンコンテンツ
--------------------------------------------------------- */

/* デフォルトの三角形アイコンを消す */
.ozHtmlEdit.wfhpw00018_036020000 summary {
    list-style-type: none;
    text-decoration: underline;
    color: #0433FF;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
}
/* Safariで表示されるデフォルトの三角形アイコンを消す */
.ozHtmlEdit.wfhpw00018_036020000 summary::-webkit-details-marker {
    display: none;
}

.ozHtmlEdit.wfhpw00018_036020000 summary .flex_box {
    justify-content: space-between;
}
.ozHtmlEdit.wfhpw00018_036020000 summary .abs {
    left: 42px;
    top: -3px;
    z-index: 2;
}

.ozHtmlEdit.wfhpw00018_036020000 summary .txt_link {
    display: grid;
    grid-template-columns: 1fr 24px;
    gap: 6px;
    align-items: center;
    /* padding: 16px 24px; */
    padding-top: 32px;
    padding-bottom: 10px;
    padding-right: 6px;
    justify-content: end;
}
/* テキスト */
.ozHtmlEdit.wfhpw00018_036020000 summary .txt_link {
    color: #0433FF;
    font-size: 16px;
    letter-spacing: -0.05em;
    text-align: right;
    /* text-decoration: underline; */
}
.ozHtmlEdit.wfhpw00018_036020000 summary:hover {
    text-decoration: none;
}

/* アイコン */
.ozHtmlEdit.wfhpw00018_036020000 .icon {
    display: block;
    position: relative;
    width: 19.1px;
    transform-origin: center 43%;
    transition: transform 0.4s;
}
.ozHtmlEdit.wfhpw00018_036020000 .icon::after,
.ozHtmlEdit.wfhpw00018_036020000 .icon::before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 2px;
    background-color: #0433FF;
}
.ozHtmlEdit.wfhpw00018_036020000 .icon::before {
    left: 0;
    transform: rotate(45deg);
}
.ozHtmlEdit.wfhpw00018_036020000 .icon::after {
    right: 0;
    transform: rotate(-45deg);
}

/* アコーディオンが開いた時のスタイル */
.ozHtmlEdit.wfhpw00018_036020000 details[open] .icon {
    transform: rotate(180deg);
}
.ozHtmlEdit.wfhpw00018_036020000 .content {
    width: 650px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding-top: 25px;
    padding-bottom: 16px;
}


