@charset "utf-8";
/* CSS Document */
.article-title {
    background: #f3f3f3;
    padding: 16px;
    text-align: center;
    font-family: "Montserrat", "Noto Sans", sans-serif;
    line-height: 1.3;
    font-size: 16px;
    max-width: 640px;
    margin: 0 auto;
    box-sizing: border-box;
}
.article-cate {
    text-align: center;
    margin: 0;
    color: #e671b3;
    font-size: 12px;
    font-family: "Montserrat", "Noto Sans", sans-serif;
}
.fa-link, .fa-list {
    margin-right: 4px;
}
/**/
#article-menu details {
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #ccc;
    width: 94%;
    margin: 16px auto;
    border-radius: 8px;
    font-family: "Montserrat", "Noto Sans", sans-serif;
}
#article-menu details summary {
    padding: 16px 8px;
    list-style: none;
    position: relative;
    color: #eb5788;
    width: 94%;
    margin: 0 auto;
}
#article-menu details[open] summary {
    border-bottom: 1px dashed #eb5788;
}
/* Safari対応　デフォルトの三角形アイコン非表示 */
#article-menu details summary::-webkit-details-marker {
    display: none;
}
/*icon*/
#article-menu details summary .icon {
    display: block;
    position: absolute;
    right: 3%;
    top: 50%;
    width: 20px;
    flex-shrink: 0;
    transform-origin: center 43%;
    transition: transform 0.5s;
}
#article-menu details summary .icon::before, #article-menu details summary .icon::after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background-color: #eb5788;
}
#article-menu details summary .icon::after {
    transform: rotate(90deg);
}
#article-menu details[open] .icon {
    transform: rotate(180deg);
}
#article-menu details[open] .icon::after {
    transform: rotate(-180deg);
    right: 3%;
}
/**/
#article-menu ul {
    width: 94%;
    margin: 8px auto;
}
#article-menu details > ul > li {
    position: relative;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    padding: 6px 0;
}
#article-menu details > ul > li:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 6px;
    background: #eb5788;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
}
#article-menu details > ul > li:nth-of-type(1):before {
    content: "1";
}
#article-menu details > ul > li:nth-of-type(2):before {
    content: "2";
}
#article-menu details > ul > li:nth-of-type(3):before {
    content: "3";
}
#article-menu details > ul > li:nth-of-type(4):before {
    content: "4";
}
#article-menu details > ul > li:nth-of-type(5):before {
    content: "5";
}
#article-menu details > ul > li:nth-of-type(6):before {
    content: "6";
}
#article-menu details > ul > li:nth-of-type(7):before {
    content: "7";
}
#article-menu details > ul > li:nth-of-type(8):before {
    content: "8";
}
#article-menu details > ul > li:nth-of-type(9):before {
    content: "9";
}
#article-menu details > ul > li:nth-of-type(10):before {
    content: "10";
}
#article-menu details ul ul {
    margin: 8px 0 0 24px;
}
#article-menu details ul ul li {
    font-weight: normal;
    padding: 6px 0;
    display: block;
}
/**/
.article-box {
    width: 94%;
    max-width: 640px;
    margin: 0 auto;
}
.article-box-sub {
    width: 86%;
    max-width: 540px;
    margin: 0 auto;
}
.article-box h2 {
    background: linear-gradient(to right, #ED5485, #abceff);
    padding: 8px 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    width: 100%;
    margin: 4% auto 8px;
    font-family: "Montserrat", "Noto Sans", sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}
.article-box p {
    width: 94%;
    margin: 0 auto 8px;
    font-family: "Montserrat", "Noto Sans", sans-serif;
    font-size: 13px;
    line-height: 1.3;
}
.article-box h3 {
    font-size: 14px;
    font-weight: 600;
    color: #ACB6E5;
    background: -webkit-linear-gradient(0deg, #e671b3 0%, #bfd9fe 60%, #bfd9fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-top: 4px solid #ED5485;
    border-left: 4px solid #abceff;
    border-image: linear-gradient(to right, #ED5485 0%, #abceff 100%);
    border-image-slice: 1;
    padding: 8px 8px 4px;
    margin: 8px 0;
    width: 100%;
    box-sizing: border-box;
}
/**/
.fukidashi {
    position: relative;
    color: #74acfd;
    background: white;
    padding: 16px 8px;
    border: 2px solid #bfd9fe;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    margin: 32px auto 24px;
    text-align: center;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.15));
}
.fukidashi::after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 15%;
    transform: translateX(-50%);
    border-width: 17px 17px 0 17px;
    border-style: solid;
    border-color: #bfd9fe transparent transparent transparent;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.15));
}
.fukidashi::before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 15%;
    transform: translateX(-50%);
    border-width: 14px 14px 0 14px;
    border-style: solid;
    border-color: white transparent transparent transparent;
    z-index: 2;
}
/**/
.other-article dl {
    border: 2px solid #bfd9fe;
    border-radius: 8px;
    background: #fff;
    font-family: "Montserrat", "Noto Sans", sans-serif;
    padding: 8px;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.15));
    margin: 0 auto 8px;
}
.other-article dl a {
    display: flex;
    align-items: center;
}
.other-article dl dt {
    width: 35%;
}
.other-article dl dd {
    width: 65%;
    padding-left: 8px;
}
.other-article dl dd .cate {
    color: #e671b3;
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 8px;
}
.other-article dl dd .tit {
    font-size: 12px;
    margin: 0;
    line-height: 1.3;
}
/**/
.article-flex {
    display: flex;
}
.article-flex p img {
    width: 100%;
    border-radius: 8px;
}
.article-flex p:first-of-type {
    width: 120px;
}
.article-flex p:last-of-type {
    padding-left: 8px;
}
.article-flex p .sub-link {
    display: block;
    position: relative;
    text-align: right;
    margin: 8px 0 0;
    margin-left: auto;
    margin-right: 0;
    font-size: 11px;
    padding: 4px 16px;
    padding-right: 24px;
    background: #eb5788;
    color: #fff;
    border-radius: 50px;
    max-width: fit-content;
}
.article-flex p .sub-link:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 5px;
    height: 5px;
    margin: -3px 0 0 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}