@charset "UTF-8";


/* ========================================

 TOP

 ======================================== */

.manner_top-mainvisual-pic {
    background-image: url(/mothersday/column/2026/images/mv-top-sp.jpg);
    align-items: center;
    display: flex;
    background-position: center;
    justify-content: center;
    background-size: cover;
    aspect-ratio: 3/2;
}

.manner_top-mainvisual-title_box {
    text-align: center;
    color: #F34562;
}

.manner_top-main_title {
    font-size: 7vw;
}

@media screen and (min-width: 768px) {
    .manner_top-mainvisual-pic {
        background-image: url(/mothersday/column/2026/images/mv-top-pc.jpg);
        aspect-ratio: 5/1;
    }

    .manner_top-main_title {
        font-size: 60px;
    }

}

.post-archive-area {
    background-color: #f7f7f7;
    padding: 45px 0;
}

.post-archive-area-title {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 45px;
}

.post-archive-inner {
    padding: 0 3%;
}


.post-archive-area .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

.post-archive-area .column-box {
    width: 48%;
}


@media screen and (min-width: 768px) {

    .post-archive-inner {
        width: 1100px;
        margin: auto;
    }


    .post-archive-area .swiper-wrapper {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 20px;
    }

    .post-archive-area .column-box {
        width: calc((100% - 60px) / 4);
    }


}

/* ========================================

	以下下層ページ

 ======================================== */

/* ========================================

セクション

 ======================================== */

/*table*/
.manner table {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
}

.manner table th {
    border: 1px solid #999999;
    font-weight: bold;
    padding: 5px;
    background-color: #f7f7f7;
}

.manner table td {
    border: 1px solid #999999;
    padding: 5px;
}

.manner table.world_calender th,
.manner table.world_calender td {
    width: 100%;
    display: block;
}

@media screen and (min-width:768px) {

    .manner table.world_calender th,
    .manner table.world_calender td {
        display: table-cell;
        width: auto;
    }
}


/* ========================================

以下20260324リニューアル

 ======================================== */


/* ========================================

メインビジュアル

 ======================================== */

.manner-mainvisual-area {
    padding: 10px 0 0;
    margin: auto;
}

.manner-content-title {
    padding: 10px 0;
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}

.manner-content-subtitle {
    margin: 10px auto 5px;
}

.manner-content-subtitle span {
    font-weight: bold;
    padding: 10px;
    background-color: #ffebea;
}

@media screen and (min-width:768px) {
    .manner-mainvisual-area {
        padding: 5px 0 0;
        max-width: 800px;
        margin: auto;
    }

    .manner-content-title {
        font-size: 2.4rem;
    }
}

.manner-title-block {
    padding: 0 3%;
}

.sns-block {
    text-align: right;
    padding: 10px;
}

.sns-block-title {
    margin: 0 0 5px !important;
    text-align: right !important;
}

.sns_icon-list {
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin: 0 0 5px auto;
    margin-right: 10px
}

.sns_icon-item {
    width: 25%;
}

.update {
    font-size: 1.2rem;
    color: #999;
}



@media screen and (min-width:768px) {
    .manner-title-block {
        padding: 0;
    }


    .manner-content-title {
        width: 100%;
        margin: 0 auto 15px;
        padding: 0;
    }

    .sns_icon-list {
        width: 20%;
    }
}

/* ========================================

アンカーリンク

 ======================================== */

.outline-area {
    padding: 0 3% 20px;
    margin: 30px auto;
}

@media screen and (min-width: 768px) {
    .outline-area {
        padding: 40px 0;
    }
}

.outline-block {
    padding: 30px 15px;
    background-color: #f2f2f2;
}

.outline-title {
    font-weight: 700;
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 22px;
}

.outline-item {
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 10px
}

.outline-num {
    margin: 0 5px 0 0;
    font-weight: bold;
}

a.outline-link {
    display: block;
    color: #001f5e;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 5px;
}


.outline-subitem {
    text-indent: -1em;
    padding-left: 1em;
}

.outline-subitem:nth-of-type(1) {
    padding-top: 5px;
}


a.outline-sublink {
    display: block;
    color: #001f5e;
    margin: 0 auto 10px;
    text-decoration: none;
}

a.outline-sublink::before {
    content: "・";
}


/* ========================================

この記事のポイント

 ======================================== */

.point-area-inner {
    border: 1px solid #aaaaaa;
    padding: 30px 20px;
    margin: 30px 3%;
}

.point-area-title {
    position: relative;
    padding-left: 45px;
    font-weight: 700;
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 22px;
}

.point-area-title::before {
    position: absolute;
    content: url(/cmn/images/manner/point_icon.svg);
    background: #ef4d4d;
    border-radius: 50%;
    left: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    padding: 5px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.point-list {
    margin: 15px 0;
}



.point-item {
    margin: 15px 0px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
    font-size: 1.6rem;
    display: flex;
}

.point-item::before {
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    width: 16px;
    top: 6px;
    left: 0px;
    margin: 0px 10px 5px 0px;
    border-bottom: 3px solid #ef4d4d;
    border-left: 3px solid #ef4d4d;
    transform: rotate(-45deg);
}

.point-item:nth-last-child(1) {
    margin-bottom: 0;
}


@media screen and (min-width:768px) {
    .point-area-inner {
        margin: 30px 0px 0px 0px;
        padding: 20px 30px;
    }

    .point-item {
        margin: 15px;
        padding-left: 35px;
    }
}




/* ========================================

記事

 ======================================== */
.post-outer {
    background-color: #f7f7f7;
}

.post-wrap {
    padding: 0 0 20px;
    background-color: #fff;
    font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
    .post-outer {
        padding: 20px 0;
    }

    .post-wrap {
        padding: 0 20px 30px;
        max-width: 800px;
        margin: auto;
    }
}

.content-area-title {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: left;
    background-color: #f3f3f3;
    padding: 10px;
}

.content-area {
    margin-bottom: 60px;
}


.content-block-title {
    font-weight: 700;
    padding: 0 0 0 5px;
    border-left: 3px solid #ef4d4d;
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-align: left;
}

.content-block {
    margin: 45px auto;
}

.content-sub_block-title {
    font-weight: bold;
    margin-top: 10px;
}

.content-sub_block-title::before {
    content: "■";
    color: #ef4d4d;
}


.content-area-inner {
    padding: 0 3%;
}


.content-txt-wrap {
    margin: 20px auto;
    line-height: 1.8;
}

.content-txt-wrap p {
    margin: 0 auto 20px;
}

.content-txt-wrap p:last-child {
    margin: 0;
}



.note-list {
    margin: 15px;
}

.note-item {
    font-weight: bold;
    margin-bottom: 10px;
}

.note-item:nth-last-child(1) {
    margin-bottom: 0;
}


.content-pic {
    margin-bottom: 20px;
}

.sample-text {
    width: 100%;
    background: #efecec;
    box-shadow: 0px 0px 0px 6px #efecec;
    border: dashed 2px white;
    padding: 15px;
    margin: 20px 0 40px;
}

@media screen and (min-width: 768px) {

    .content-area-inner {
        padding: 0;
    }

    .sample-text {
        width: 85%;
        ;
    }
}




/* ========================================

関連記事

 ======================================== */
.related-box {
    padding: 10px;
    max-width: 400px;
    margin: 30px 0 0 auto;
    background-color: #f7f7f7;
}

.related-title {
    background-color: #f7f7f7;
    border: 1px solid #333;
    width: fit-content;
    margin: 0 0 5px 0 !important;
    padding: 5px 20px 5px 5px;

}

.related-title span {
    font-weight: bold;
    line-height: 0 !important;
    margin-left: 5px;
}

.related-txt {
    margin: 0 !important;
    font-weight: bold;
}


.related-title::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 25px;
    background-image: url('/images/icon-note.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}



/* ========================================

この記事を書いた人

 ======================================== */

.author-area {
    background-color: #f7f7f7;
    padding: 50px 0;
}

.author-area-title {
    /* border-left: solid 5px #cc2200; */
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.author-name-box {
    margin-bottom: 20px;
}

.author-icon {
    width: 35%;
    margin: 0 auto 10px;
}

.author-name {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.author-txt-box {
    margin-bottom: 10px;
}

.author-main_txt {
    margin-bottom: 10px;
}

.author-sub_txt {
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .author-block {
        display: flex;
        align-items: center;
        justify-content: space-around
    }

    .author-area-title {
        margin-bottom: 30px;
    }

    .author-main_txt {
        font-size: 1.45rem;
    }



    .author-name-box {
        width: 30%;
    }

    .author-icon {
        width: 100%;
        max-width: 150px;
        margin-bottom: 20px;
    }

    .author-name {
        margin-bottom: 0;
    }



    .author-txt-box {
        margin-bottom: 0;
        width: 60%;
    }
}


/* ========================================

バナー

 ======================================== */
.bnr-single {
    margin-top: 30px;
    padding: 0 3%;
}

@media screen and (min-width: 768px) {
    .bnr-single {
        margin-top: 60px;
        padding: 0;
    }
}