@charset "utf-8";

body {
    color: #222;
    word-break: break-all;
}


/*  option  */
#ecPrBox {
    width: 650px;
    margin: 30px auto 30px;
    padding: 10px;
    /*text-align:left;*/
    text-align: center;
}

/* mainArea */
#wrapper01 {
    margin: 15px auto 0;
}

/* #wrapper01.top{width:100%;} */
#wrapper01.top {
    width: 100%;
    max-width: none;
    padding: 0;
}

#wrapper02 {
    width: 100%;
    max-width: none;
}

/* #mainArea{width: 100%; margin: 0 auto;} */
#mainArea {
    width: 100%;
    margin: 0 auto;
    max-width: none;
}

#mainLinks {
    width: 100%;
    margin-top: 15px;
    padding: 20px 0;
}

#cate {
    width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.cate01 .linkBox li {
    position: relative;
}

.updateLabel {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #ce274e;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
}

.updateLabel02 {
    display: inline-block;
    margin-left: 10px;
    right: 10px;
    top: 10px;
    background: #ce274e;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}

.cateItem {
    padding: 40px 10px;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.5;
}

.cateItem02 {
    padding: 40px 10px;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
}

.item02Box {
    width: 45%;
    padding: 40px 0 0;
}

/*各cate背景色*/
.cate01 {
    background: #edf9e3;
}

.cate02 {
    background: #fff9eb;
}

.cate04 {
    background: #fcfaff;
}

.cate05 {
    background: #f8fdff;
}

.cate06 {
    background: #fff9f9;
}

.cate07 {
    background: #f8ffff;
}

.cateNeeds {
    background: #f6ffda;
}

/*h2 共通*/
h2.title {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: .3px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

h2.title:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 2px;
}

h2.title span {
    font-size: 24px;
    font-size: 2.4rem;
}

/*各h2*/
h2.title01 {
    color: #57a212;
}

h2.title01:before {
    background-color: #57a212;
}

h2.title02 {
    color: #ea9f00;
}

h2.title02:before {
    background-color: #ea9f00;
}

h2.title03 {
    color: #e65f7f;
}

h2.title03:before {
    background-color: #e65f7f;
}

h2.title04 {
    color: #8966b7;
}

h2.title04:before {
    background-color: #8966b7;
}

h2.title05 {
    color: #28bc97;
}

h2.title05:before {
    background-color: #28bc97;
}

h2.title06 {
    color: #0591c5;
}

h2.title06:before {
    background-color: #0591c5;
}

h2.title07 {
    color: #ed4848;
}

h2.title07:before {
    background-color: #ed4848;
}

h2.title08 {
    color: #009e96;
}

h2.title08:before {
    background-color: #009e96;
}

h2.titleNeeds {
    color: #8c6a46;
}

h2.titleNeeds:before {
    background-color: #8c6a46;
}


/*h3*/
h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-size: 3.2rem;
    color: #ea9f00;
    margin: 60px 0 0 0;
}

h3 img {
    margin: 0 5px;
}



/*リンク*/
.linkBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.linkBox li {
    width: 22%;
}

.linkBox li a {
    background: #fff;
    border: 3px solid #d2d2d2;
    border-radius: 10px;
    padding: 15px 10px;
    display: block;
    text-align: center;
}

.linkBox li a:visited,
.linkBox li a:link {
    color: #222;
}

.linkBox li a:hover {
    opacity: .7;
}

.linkBox li p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-weight: bold;
}

.linkBox01 {
    justify-content: center;
}

.linkBox01 li+li {
    margin-left: 20px;
}

.linkBox02 {
    justify-content: center;
    gap: 15px;
}

.linkBox03 {
    margin: 15px 0 0 0;
}

.linkBox03 li {
    width: 19%;
    margin: 15px 0 0 0;
}

.linkBox04 li {
    margin-top: 20px;
    background: #fff;
    border: 3px solid #d2d2d2;
    border-radius: 10px;
    display: block;
}

.linkBox04 li a {
    display: flex;
    align-items: center;
    padding: 10px;
}

.linkBox04 li a:visited,
.linkBox li a:link {
    color: #222;
}

.linkBox04 li a:hover {
    opacity: .7;
}

.linkBox04 li p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-weight: bold;
}

.linkBox04 .cateIconImg,
.linkBox05 .cateIconImg {
    margin-right: 10px;
}

.linkBox05 {
    display: flex;
    justify-content: space-between;
}

.linkBox05 li {
    width: 48%;
    background: #fff;
    border: 3px solid #d2d2d2;
    border-radius: 10px;
    display: block;
}

.linkBox05 li a {
    display: flex;
    align-items: center;
    padding: 10px;
}

.linkBox05 li a:visited,
.linkBox li a:link {
    color: #222;
}

.linkBox05 li a:hover {
    opacity: .7;
}

.linkBox05 li p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-weight: bold;
}

.linkBox06 {
    margin: 15px 0 0 0;
}

.linkBox06 li {
    width: 30%;
    margin: 15px 0 0 0;
}

.linkBox06:after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
}

.arrow {
    background: url(../images/top/arrow.png) center center /22px no-repeat;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

/* 実施中の特集・活用方法 */
.linkBoxFeature {
    display: flex;
    justify-content: center;
}

.linkBoxFeature ul {
    margin: 20px auto 0;
    width: 50%;
}

.linkBoxFeature li {
    background: #fff;
    border: 3px solid #d2d2d2;
    border-radius: 10px;
    display: block;
}

.linkBoxFeature li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.linkBoxFeature li a:visited,
.linkBox li a:link {
    color: #222;
}

.linkBoxFeature li a:hover {
    opacity: .7;
}

.linkBoxFeature li p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-weight: bold;
}

/* 消費者のニーズから探す */
.linkBoxNeeds {
    display: flex;
    justify-content: space-between;
}

.linkBoxNeeds li {
    width: 45%;
    margin-top: 20px;
    background: #fff;
    border: 3px solid #d2d2d2;
    border-radius: 10px;
    display: block;
}

.linkBoxNeeds li a {
    display: flex;
    align-items: center;
    padding: 10px;
}

.linkBoxNeeds li a:visited,
.linkBoxNeeds li a:link {
    color: #222;
}

.linkBoxNeeds li a:hover {
    opacity: .7;
}

.linkBoxNeeds li p {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-weight: bold;
    font-feature-settings: "palt";
}

.linkBoxNeeds img {
    margin-right: 10px;
}

/*エーハチくん*/
.cate05 .item02Box {
    position: relative;
    display: flex;
    flex-direction: column;
}

.cate05 .item02Box .linkBox04 {
    flex-grow: 1;
}

.linkBox04 li.ehati {
    position: absolute;
    bottom: 40px;
    left: 0;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
    background: inherit;
}

.linkBox04 li.ehati p {
    width: calc(100% - 96px);
    background-color: #e5f5fb;
    margin-top: 0px;
    padding: 10px;
    border-radius: 10px;
    margin-left: 22px;
    position: relative;
}

.linkBox04 li.ehati p::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -12px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #e5f5fb;
    border-width: 9px 12px 9px 0;
}


/*●月おすすめプログラム集*/
.monthLink {
    margin: 40px 0;
    text-align: center;
    width: 60%;
}

.monthLink a p,
.featureLink a p {
    margin-left: 10px;
    font-size: 18px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-weight: bold;
}


/*特集アーカイブはこちら*/
.archiveLink {
    margin: 40px auto 0;
    text-align: center;
}

.archiveLink a {
    padding: 24px 5px;
    background: #d4576c;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    align-items: center;
}

.archiveLink a:hover {
    opacity: .7;
}

.archiveLink a img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

/*フッターバナー add 202103*/
#campaignBk {
    max-width: 1000px;
    display: flex;
    justify-content: center;
    margin: 60px auto;
    flex-wrap: wrap;
}

#campaignBk li a:hover {
    opacity: .7;
}

#campaignBk li:nth-child(1) {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    text-align: center;
}

#campaignBk li:nth-child(3) {
    padding-right: 0;
}

.pcOnly {
    display: block;
}

.fs16 {
    font-size: 16px;
    font-size: 1.6rem;
}

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

    /*  option  */
    #headerWrap {
        width: 100%;
        margin: 0 auto;
    }

    #globalMenu {
        width: 100%;
    }

    #logoArea {
        width: 100%;
        padding: 0 0 5px 0;
        display: block;
        float: none;
    }

    .toptoA8 {
        display: none;
    }

    #wrapper01 {
        width: 100%;
        margin: 5px auto 0;
    }

    #mainContents {
        width: 97%;
        padding: 10px;
    }

    #mainArea {
        padding: 0;
    }

    h3 img {
        width: 5%;
        height: auto;
    }

    .cateItem,
    .cateItem02 {
        width: 100%;
        padding: 40px 20px;
    }

    .linkBox01 .cateIconImg,
    .linkBox02 .cateIconImg,
    .linkBox03 .cateIconImg {
        width: 80%;
        height: auto;
    }

    .linkBox04 .cateIconImg,
    .linkBox06 .cateIconImg,
    .linkBox07 .cateIconImg,
    .linkBoxNeeds img {
        width: 30%;
        height: auto;
    }

    .linkBox05 .cateIconImg,
    .linkBoxFeature ul div {
        width: 24%;
        height: auto;
    }

    .arrow {
        background: url(../images/top/arrow.png) center left/18px no-repeat;
        width: 28px;
    }

    .cate04 .arrow {
        background: url(../images/top/arrow.png) center center/18px no-repeat;
        width: 35px;
    }

    .cate07 .arrow {
        background: url(../images/top/arrow.png) center center/18px no-repeat;
        width: 35px;
    }

    .linkBox04 li.ehati img {
        width: 30%;
        /* height: auto; */
        height: 30%;
    }

    .linkBox04 li.ehati p {
        width: 70%;
    }

    .linkBox05 {
        display: block;
    }

    .linkBox05 li {
        width: 100%;
        margin-top: 20px;
    }

    .linkBox06 li {
        width: 48%;
    }

    .linkBoxFeature ul {
        width: 60%;
    }


    #ecPrBox {
        width: auto;
        text-align: left;
        margin: 0 10px;
        line-height: 1.3;
    }

    .listingBnr {
        width: 50%;
    }

    .pcOnly {
        display: none;
    }

    .fs16 {
        font-size: 14px;
        font-size: 1.4rem;
    }


    .monthLink a p {
        font-size: 16px;
        font-size: 1.6rem !important;
        width: 80%;
    }

    .monthLink a div {
        width: 20%;
    }

    .monthLink {
        margin: 0;
    }


    /*フッターバナー add 202103*/
    #campaignBk {
        width: auto;
        margin: 20px 20px 0;
    }

    #campaignBk li:nth-child(1) {
        width: 50%;
        padding-right: 0;
        text-align: center;
    }

    #campaignBk li:nth-child(2) {
        width: 65%;
        padding-right: 2%;
    }

    #campaignBk li:nth-child(3) {
        width: 33%;
        padding-right: 2%;
    }

}

@media only screen and (max-width: 640px) {

    #mainLinks {
        width: 100%;
        margin-top: 0;
        background: #eee;
        padding: 10px;
    }

    #mainContents {
        padding: 0;
        font-size: 14px;
        font-size: 1.4rem;
    }

    h2.title {
        font-size: 24px;
        font-size: 2.4rem;
    }

    h2.title span {
        font-size: 18px;
        font-size: 1.8rem;
    }

    h3 {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .linkBox {
        margin-top: -15px;
    }

    .linkBox01,
    .linkBox02 {
        justify-content: space-between;
        gap: inherit;
    }

    .linkBox01 li+li {
        margin-left: 0px;
    }

    .linkBox01 li,
    .linkBox02 li,
    .linkBox03 li {
        width: 48%;
        margin-top: 15px;
    }

    .monthLink,
    .archiveLink {
        width: 100%;
    }

    .cateItem02,
    .linkBox06 {
        display: block;
    }

    .cateItem02 {
        padding: 0 20px;
    }

    .item02Box,
    .linkBox06 li {
        width: 100%;
    }

    .cate05 .item02Box:last-of-type,
    .cate04 .item02Box:last-of-type {
        padding-bottom: 40px;
    }

    .linkBox06 {
        margin-top: 30px;
    }

    .linkBoxFeature ul {
        width: 100%;
    }

    .linkBoxFeature ul div {
        width: 30%;
        height: auto;
    }

    .linkBoxNeeds {
        flex-wrap: wrap;
    }

    .linkBoxNeeds li {
        width: 100%;
    }

    .updateLabel,
    .updateLabel02 {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .catchCopy {
        border-bottom: none;
        padding: 0;
        margin-bottom: 5px;
        text-align: left;
        font-weight: normal;
    }

    .catchCopy br {
        display: none;
    }

    #campaignBk {
        width: 100%;
        display: block;
        margin: 20px auto 0;
        padding: 20px;
    }

    #campaignBk li {
        display: block;
        padding-right: 0;
        margin-top: 10px;
        text-align: center;
    }

    .listingBnr {
        width: 100%;
    }

    .linkBox04 li.ehati {
        position: static;
        bottom: auto;
    }

    /*フッターバナー add 202103*/
    #campaignBk li:nth-child(1) {
        padding-bottom: 0;
        width: auto;
    }

    #campaignBk li:nth-child(2),
    #campaignBk li:nth-child(3) {
        width: 100%;
        padding-right: 0;
    }
}

.breadcrumb {
    padding: 0 10px;
    max-width: none;
    /* margin: 0; */
}

.breadcrumbLists {
    max-width: 1000px;
    margin: 0 auto;
}

/* 更新日時固定用 */
.cate04 a,
.cate05 a,
.cateNeeds a {
    position: relative;
}

.cate04 a .updateLabel,
.cate05 a .updateLabel,
.cateNeeds a .updateLabel {
    top: -15px;
    right: 5px;
}