body { overflow-x: hidden;}

/*--------------
　　スライダー
--------------*/
.kv {
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 1px;
    margin-bottom: -1px;
}
.topswiper_container {
    margin: 0 calc(50% - 50vw);
}
.topswiper_container a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
}
.topswiper_container a:hover {
    opacity: 1;
}
.swiper-container {
    width: 100%;
    height: 630px;
    overflow: hidden;
    z-index: 1;
}
.bg-blur {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: no-repeat center center;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    background-size: cover;
}
.main {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    background: no-repeat center center/ cover;
    z-index: 1;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #fff !important;
    border: solid 1px #999 !important;
    margin: 0 20px;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #999 !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -30px;
    left: 0;
    width: 100%;
}
.swiper-pagination {
    margin: -15px auto 0;
    left: 0;
    right: 0;
}
@media (max-width: 750px){
    .kv {
        margin-top: 7rem;
        height: 31rem;
    }
    .bg-blur {
        display: none;
    }
    .main {
        display: none;
    }
    .swiper-pagination {
        display: none;
    }
    .slide_item {
        object-fit: contain;
        width: 100%;
    }
    .swiper-pagination-bullet {
        width: 1rem;
        height: 1rem;
        display: inline-block;
        border-radius: 50%;
        background: #1a296e;
        border: solid 1px #fff;
        margin: 2rem 2rem 0;
    }
}
@media screen and (-ms-high-contrast: none) {
    .bg-blur {
        opacity: 0.4;
    }
}

/*--------------
　　アマニ協会について
--------------*/
.about {
    width: 100%;
    position: relative;
    z-index: 0;
    background-color: #fff;
}
.about h2 {
    padding: 110px 0 0;
}
.top_about {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
}
.top_about_items:nth-child(1) {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
}
.top_about_items:nth-child(2) {
    margin-top: 65px;
    margin-bottom: 90px;
}
.top_about_items:nth-child(2) img {
    max-width: 100%;
    width: 830px;
}
@media (max-width: 750px){
    .top_about {
        margin-top: 3rem;
        padding: 0 1rem 5rem;
    }
    .about h2 {
        padding: 4.5rem 0 0;
    }
    .top_about_items:nth-child(1) {
        font-size: 1rem;
        line-height: 1.7rem;
    }
    .top_about_items:nth-child(2) {
        margin-top: 3rem;
        margin-bottom: 4.5rem;
    }
}

/*--------------
　　アマニのエビデンス情報
--------------*/
.abstract {
    margin: 0 auto;
    width: 100%;
    height: 1073px;
    background-color: #E5D8CA;
}
.abstract h2 {
    padding: 80px 0 0;
    position: relative;
    z-index: 50;
}
.abstract_bg_logo img {
    width: 627px;
    position: absolute;
    top: 660px;
    z-index: 0;
    pointer-events:none
}
.top_abstract {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    position: relative;
    z-index: 10;
}
.top_abstract_items:nth-child(1) {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
}
.top_abstract_items:nth-child(2) {
    display: flex;
    margin: 90px 0 100px;
    max-width: 1200px;
}
.top_abstract_items_information {
    width: 381px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 4px;
    position: relative;
}
.top_abstract_items_information::before{
    content: "";
    background-image: url("../image/top_abstract_icon.svg");
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.top_abstract_items_information:nth-child(2){
    margin: 0 25px;
}
.top_abstract_items_information_content {
    padding: 20px 40px 0;
    position: relative;
}
.top_abstract_newicon {
    width: 64px;
    font-size: 11px;
    letter-spacing: -0.02em;
    color: #fff;
    text-align: center;
    background-color: #BF1734;
    padding: 6px 20px;
    border-radius: 20px;
    margin: 0;
    position: absolute;
}
.top_abstract_date {
    font-size: 10px;
    letter-spacing: -0.01em;
    margin: 40px 0px 10px 0px;
}
.top_abstract_title {
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.05em;
    margin: 0 0 15px 0;
}
.top_abstract_detail{
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.07em;
    margin: 0;
}
.top_abstract_continu {
    display: block;
    width: 130px;
    margin: 30px auto 0;
    text-align: center;
    border: solid 1px #000;
    padding: 5px 23px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    letter-spacing: -0.07em;
    border-radius: 20px;
}

@media (max-width: 750px){
    .abstract {
        margin: -10rem auto 0;
        height: auto;
    }
    .abstract h2 {
        padding: 15rem 0 0;
    }
    .abstract_bg_logo img {
        width: 12rem;
        top: 35.5rem;
    }
    .top_abstract {
        margin-top: 3rem;
        padding: 0 1rem 5rem
    }
    .top_abstract_items:nth-child(1) {
        font-size: 1rem;
        line-height: 1.7rem;
    }
    .top_abstract_items:nth-child(2) {
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 4.5em 0 5rem;
    }
    .top_abstract_items_information_content {
        padding: 2rem;
    }
    .top_abstract_items_information {
        width: 90%;
        height: auto;
        border-radius: 1rem;
    }
    .top_abstract_items_information:nth-child(2) {
        margin: 2rem 0;
    }
    .top_abstract_items_information::before {
        height: 3rem;
        width: 3rem;
    }
    .top_abstract_newicon {
        width: 3rem;
        font-size: 0.5rem;
        padding: 0.3rem 0rem;
        border-radius: 1rem;
    }
    .top_abstract_date {
        font-size: 0.7rem;
        margin: 2rem 0 0.5rem ;
    }
    .top_abstract_title {
        font-size: 0.8rem;
        line-height: 1.1rem;
        margin: 0 0 0.8rem 0;
    }
    .top_abstract_detail{
        font-size: 0.75rem;
        line-height: 1.2rem;
    }
    .top_abstract_continu {
        width: 7rem;
        margin: 1.5rem auto 0;
        padding: 0.3rem 1rem;
        font-size: 0.7rem;
        border-radius: 1rem;
    }
}
@media (max-width: 420px){
    .abstract_bg_logo img { top: 37rem;}
}
@media (max-width: 380px){
    .abstract_bg_logo img { top: 38rem;}
}
@media (max-width: 320px){
    .abstract_bg_logo img { top: 39rem;}
}


/*--------------
　　優良アマニ商品認定制度
--------------*/
.goodflax {
    margin: 0 auto;
    width: 100%;
    height: 935px;
    background: url(../image/top_goodflax_bg_pc.jpg) center center / cover no-repeat;
    position: relative;
}
.goodflax h2 {
    padding: 90px 0 0;
    color: #fff;
}
.goodflax h2 span.decoration::before {
    background-image: url("../image/h2_decoration_w.svg");
}
.goodflax p.subtitle {
    color: #fff;
}
.top_goodflax {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px
}
.top_goodflax_items:nth-child(1) {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
}
.top_goodflax_items:nth-child(2) {
    margin-bottom: 100px;
}
.top_goodflax_items:nth-child(2) img {
    width: 186px;
} 

@media (max-width: 750px){
    .goodflax {
        height: auto;
    }
    .top_goodflax {
        padding: 0 1rem;
        margin-top: 4rem;
        padding-bottom: 4rem;
    }
    .goodflax h2 {
        padding: 4.5rem 0 0;
    }
    .top_goodflax_items:nth-child(1) {
        font-size: 1rem;
        line-height: 1.7rem;
        letter-spacing: -0.05em;
        margin-bottom: 4rem;
    }
    .top_goodflax_items:nth-child(2) {
        margin-bottom: 3rem;
    }
    .top_goodflax_items:nth-child(2) img {
        width: 18rem;
    } 
}


/*--------------
　　アマニ協会入会のご案内
--------------*/
.enroolment {
    margin: 0 auto;
    width: 100%;
    height: 542px;
    background: url(../image/top_enroolment_bg_pc.jpg) center center / cover no-repeat;
    position: relative;
}
.enroolment h2 {
    padding: 90px 0 0;
    color: #fff;
}
.enroolment h2 span.decoration::before {
    background-image: url("../image/h2_decoration_w.svg");
}
.enroolment p.subtitle {
    color: #fff;
}
.top_enroolment {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px
}
.top_enroolment_items {
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 85px;
}

@media (max-width: 750px){
    .enroolment {
        height: auto;
    }
    .top_enroolment {
        padding: 0 1rem;
        margin-top: 4rem;
        padding-bottom: 4rem;
    }
    .enroolment h2 {
        padding: 4rem 0 0;
    }
    .top_enroolment_items {
        font-size: 1rem;
        line-height: 1.7rem;
        letter-spacing: -0.05em;
    }
}


/*--------------
　　お知らせ
--------------*/
.news {
    width: 100%;
    background-color: #F8F8F8;
}
.news h2 {
    padding: 90px 0 0;
}
.top_news {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    padding-bottom: 75px;
}
.top_news_items {
    width: 803px;
    margin: 0 0 65px;
}
.top_news_items ul {
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
.top_news_items li {
    border-bottom: solid 1px #666666;
    display: flex;
    align-items: flex-start;
    padding: 14px 0;
}
.top_news_items_cate_day {
    display: flex;
} 
.top_news_items p {
    display: inline;
}
.top_news_category {
    width: 80px;
    font-size: 13px;
    letter-spacing: -0.1em;
    text-align: center;
    background-color: #BF1734;
    color: #fff;
    padding: 5px 0;
    margin-right: 5px;
    margin-top: -1px;
    border-radius: 15px;
}
.top_news_date {
    width: 95px;
    margin-right: 30px;
    margin-top: 2px;
    font-size: 16px;
}
.top_news_title {
    width: 635px;
    font-size: 16px;
    line-height: 24px;
}

/* ie */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .top_news_category {
        padding: 8px 0 2px;
    }
}

@media (max-width: 750px){
    .top_news {
        margin-top: 4rem;
        padding-bottom: 3.5rem;
    }
    .news h2 {
        padding: 4.5rem 0 0;
    }
    .top_news_items{
        width: 90%;
    }
    .top_news_items li {
        padding: 1rem 0;
        flex-direction: column;
    }
    .top_news_items_cate_day {
        margin-bottom: 0.5rem;
    }
    .top_news_category {
        width: 15vw;
        font-size: 0.7rem;
        padding: 0.2rem 0;
        margin-right: 0.2rem;
        margin-top: -0.1rem;
        border-radius: 1rem;
    }
    .top_news_date {
        width: 5rem;
        margin-right: 1.5rem;
        margin-top: 0.2rem;
        font-size: 0.8rem;
    }
    .top_news_title {
        width: 100%;
        font-size: 0.8rem;
        line-height: 1.2rem;
    }
}
/* エビデンス一覧のアイコン部分 */
/* ALAの健康効果	healthbenefits */
.top_abstract_items_information_healthbenefits {
    width: 381px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 4px;
    position: relative;
}
.top_abstract_items_information_healthbenefits::before{
    content: "";
    background-image: url("../image/evidence_healthbenefits_inactive.svg");
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.top_abstract_items_information_healthbenefits:nth-child(2){
    margin: 0 25px;
}
@media (max-width: 750px){
    .top_abstract_items_information_healthbenefits {
        width: 90%;
        height: auto;
        border-radius: 1rem;
    }
    .top_abstract_items_information_healthbenefits:nth-child(2) {
        margin: 2rem 0;
    }
    .top_abstract_items_information_healthbenefits::before {
        height: 3rem;
        width: 3rem;
    }
}
/* ガン	cancer */
.top_abstract_items_information_cancer {
    width: 381px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 4px;
    position: relative;
}
.top_abstract_items_information_cancer::before{
    content: "";
    background-image: url("../image/evidence_cancer_inactive.svg");
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.top_abstract_items_information_cancer:nth-child(2){
    margin: 0 25px;
}
@media (max-width: 750px){
    .top_abstract_items_information_cancer {
        width: 90%;
        height: auto;
        border-radius: 1rem;
    }
    .top_abstract_items_information_cancer:nth-child(2) {
        margin: 2rem 0;
    }
    .top_abstract_items_information_cancer::before {
        height: 3rem;
        width: 3rem;
    }
}
/* その他 others */
.top_abstract_items_information_others {
    width: 381px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 4px;
    position: relative;
}
.top_abstract_items_information_others::before{
    content: "";
    background-image: url("../image/evidence_others_inactive.svg");
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.top_abstract_items_information_others:nth-child(2){
    margin: 0 25px;
}
@media (max-width: 750px){
    .top_abstract_items_information_others {
        width: 90%;
        height: auto;
        border-radius: 1rem;
    }
    .top_abstract_items_information_others:nth-child(2) {
        margin: 2rem 0;
    }
    .top_abstract_items_information_others::before {
        height: 3rem;
        width: 3rem;
    }
}
/* ヘルスレビュー healthreview */
.top_abstract_items_information_healthreview {
    width: 381px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 4px;
    position: relative;
}
.top_abstract_items_information_healthreview::before{
    content: "";
    background-image: url("../image/evidence_healthreview_inactive.svg");
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.top_abstract_items_information_healthreview:nth-child(2){
    margin: 0 25px;
}
@media (max-width: 750px){
    .top_abstract_items_information_healthreview {
        width: 90%;
        height: auto;
        border-radius: 1rem;
    }
    .top_abstract_items_information_healthreview:nth-child(2) {
        margin: 2rem 0;
    }
    .top_abstract_items_information_healthreview::before {
        height: 3rem;
        width: 3rem;
    }
}
/* 体重	bodyweight */
.top_abstract_items_information_bodyweight {
    width: 381px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 4px;
    position: relative;
}
.top_abstract_items_information_bodyweight::before{
    content: "";
    background-image: url("../image/evidence_bodyweight_inactive.svg");
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.top_abstract_items_information_bodyweight:nth-child(2){
    margin: 0 25px;
}
@media (max-width: 750px){
    .top_abstract_items_information_bodyweight {
        width: 90%;
        height: auto;
        border-radius: 1rem;
    }
    .top_abstract_items_information_bodyweight:nth-child(2) {
        margin: 2rem 0;
    }
    .top_abstract_items_information_bodyweight::before {
        height: 3rem;
        width: 3rem;
    }
}
/* 免疫	immunity */
.top_abstract_items_information_immunity {
    width: 381px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 4px;
    position: relative;
}
.top_abstract_items_information_immunity::before{
    content: "";
    background-image: url("../image/evidence_immunity_inactive.svg");
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.top_abstract_items_information_immunity:nth-child(2){
    margin: 0 25px;
}
@media (max-width: 750px){
    .top_abstract_items_information_immunity {
        width: 90%;
        height: auto;
        border-radius: 1rem;
    }
    .top_abstract_items_information_immunity:nth-child(2) {
        margin: 2rem 0;
    }
    .top_abstract_items_information_immunity::before {
        height: 3rem;
        width: 3rem;
    }
}
/* 変換	change */
.top_abstract_items_information_change {
    width: 381px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 4px;
    position: relative;
}
.top_abstract_items_information_change::before{
    content: "";
    background-image: url("../image/evidence_change_inactive.svg");
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.top_abstract_items_information_change:nth-child(2){
    margin: 0 25px;
}
@media (max-width: 750px){
    .top_abstract_items_information_change {
        width: 90%;
        height: auto;
        border-radius: 1rem;
    }
    .top_abstract_items_information_change:nth-child(2) {
        margin: 2rem 0;
    }
    .top_abstract_items_information_change::before {
        height: 3rem;
        width: 3rem;
    }
}
/* 循環器疾患 cardiovascular */
.top_abstract_items_information_cardiovascular {
    width: 381px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 4px;
    position: relative;
}
.top_abstract_items_information_cardiovascular::before{
    content: "";
    background-image: url("../image/evidence_cardiovascular_inactive.svg");
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.top_abstract_items_information_cardiovascular:nth-child(2){
    margin: 0 25px;
}
@media (max-width: 750px){
    .top_abstract_items_information_cardiovascular {
        width: 90%;
        height: auto;
        border-radius: 1rem;
    }
    .top_abstract_items_information_cardiovascular:nth-child(2) {
        margin: 2rem 0;
    }
    .top_abstract_items_information_cardiovascular::before {
        height: 3rem;
        width: 3rem;
    }
}
/* 新しい研究 study */
.top_abstract_items_information_study {
    width: 381px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 4px;
    position: relative;
}
.top_abstract_items_information_study::before{
    content: "";
    background-image: url("../image/evidence_study_inactive.svg");
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.top_abstract_items_information_study:nth-child(2){
    margin: 0 25px;
}
@media (max-width: 750px){
    .top_abstract_items_information_study {
        width: 90%;
        height: auto;
        border-radius: 1rem;
    }
    .top_abstract_items_information_study:nth-child(2) {
        margin: 2rem 0;
    }
    .top_abstract_items_information_study::before {
        height: 3rem;
        width: 3rem;
    }
}
/* 炎症	inflammation */
.top_abstract_items_information_inflammation {
    width: 381px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 4px;
    position: relative;
}
.top_abstract_items_information_inflammation::before{
    content: "";
    background-image: url("../image/evidence_inflammation_inactive.svg");
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.top_abstract_items_information_inflammation:nth-child(2){
    margin: 0 25px;
}
@media (max-width: 750px){
    .top_abstract_items_information_inflammation {
        width: 90%;
        height: auto;
        border-radius: 1rem;
    }
    .top_abstract_items_information_inflammation:nth-child(2) {
        margin: 2rem 0;
    }
    .top_abstract_items_information_inflammation::before {
        height: 3rem;
        width: 3rem;
    }
}
/* 発育	development */
.top_abstract_items_information_development {
    width: 381px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 4px;
    position: relative;
}
.top_abstract_items_information_development::before{
    content: "";
    background-image: url("../image/evidence_development_inactive.svg");
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.top_abstract_items_information_development:nth-child(2){
    margin: 0 25px;
}
@media (max-width: 750px){
    .top_abstract_items_information_development {
        width: 90%;
        height: auto;
        border-radius: 1rem;
    }
    .top_abstract_items_information_development:nth-child(2) {
        margin: 2rem 0;
    }
    .top_abstract_items_information_development::before {
        height: 3rem;
        width: 3rem;
    }
}
/* 糖尿病 diabetes */
.top_abstract_items_information_diabetes {
    width: 381px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 4px;
    position: relative;
}
.top_abstract_items_information_diabetes::before{
    content: "";
    background-image: url("../image/evidence_diabetes_inactive.svg");
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.top_abstract_items_information_diabetes:nth-child(2){
    margin: 0 25px;
}
@media (max-width: 750px){
    .top_abstract_items_information_diabetes {
        width: 90%;
        height: auto;
        border-radius: 1rem;
    }
    .top_abstract_items_information_diabetes:nth-child(2) {
        margin: 2rem 0;
    }
    .top_abstract_items_information_diabetes::before {
        height: 3rem;
        width: 3rem;
    }
}
/* 肝臓	liver */
.top_abstract_items_information_liver {
    width: 381px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 4px;
    position: relative;
}
.top_abstract_items_information_liver::before{
    content: "";
    background-image: url("../image/evidence_liver_inactive.svg");
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.top_abstract_items_information_liver:nth-child(2){
    margin: 0 25px;
}
@media (max-width: 750px){
    .top_abstract_items_information_liver {
        width: 90%;
        height: auto;
        border-radius: 1rem;
    }
    .top_abstract_items_information_liver:nth-child(2) {
        margin: 2rem 0;
    }
    .top_abstract_items_information_liver::before {
        height: 3rem;
        width: 3rem;
    }
}
/* 腎臓	kidney */
.top_abstract_items_information_kidney {
    width: 381px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 4px;
    position: relative;
}
.top_abstract_items_information_kidney::before{
    content: "";
    background-image: url("../image/evidence_kidney_inactive.svg");
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.top_abstract_items_information_kidney:nth-child(2){
    margin: 0 25px;
}
@media (max-width: 750px){
    .top_abstract_items_information_kidney {
        width: 90%;
        height: auto;
        border-radius: 1rem;
    }
    .top_abstract_items_information_kidney:nth-child(2) {
        margin: 2rem 0;
    }
    .top_abstract_items_information_kidney::before {
        height: 3rem;
        width: 3rem;
    }
}
/* 認知	cognition */
.top_abstract_items_information_cognition {
    width: 381px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 4px;
    position: relative;
}
.top_abstract_items_information_cognition::before{
    content: "";
    background-image: url("../image/evidence_cognition_inactive.svg");
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.top_abstract_items_information_cognition:nth-child(2){
    margin: 0 25px;
}
@media (max-width: 750px){
    .top_abstract_items_information_cognition {
        width: 90%;
        height: auto;
        border-radius: 1rem;
    }
    .top_abstract_items_information_cognition:nth-child(2) {
        margin: 2rem 0;
    }
    .top_abstract_items_information_cognition::before {
        height: 3rem;
        width: 3rem;
    }
}
/* 閉経	menopause */
.top_abstract_items_information_menopause {
    width: 381px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 4px;
    position: relative;
}
.top_abstract_items_information_menopause::before{
    content: "";
    background-image: url("../image/evidence_menopause_inactive.svg");
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.top_abstract_items_information_menopause:nth-child(2){
    margin: 0 25px;
}
@media (max-width: 750px){
    .top_abstract_items_information_menopause {
        width: 90%;
        height: auto;
        border-radius: 1rem;
    }
    .top_abstract_items_information_menopause:nth-child(2) {
        margin: 2rem 0;
    }
    .top_abstract_items_information_menopause::before {
        height: 3rem;
        width: 3rem;
    }
}
/* 食品への応用	food */
.top_abstract_items_information_food {
    width: 381px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 4px;
    position: relative;
}
.top_abstract_items_information_food::before{
    content: "";
    background-image: url("../image/evidence_food_inactive.svg");
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.top_abstract_items_information_food:nth-child(2){
    margin: 0 25px;
}
@media (max-width: 750px){
    .top_abstract_items_information_food {
        width: 90%;
        height: auto;
        border-radius: 1rem;
    }
    .top_abstract_items_information_food:nth-child(2) {
        margin: 2rem 0;
    }
    .top_abstract_items_information_food::before {
        height: 3rem;
        width: 3rem;
    }
}
/* 骨 bone */
.top_abstract_items_information_bone {
    width: 381px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 4px;
    position: relative;
}
.top_abstract_items_information_bone::before{
    content: "";
    background-image: url("../image/evidence_bone_inactive.svg");
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.top_abstract_items_information_bone:nth-child(2){
    margin: 0 25px;
}
@media (max-width: 750px){
    .top_abstract_items_information_bone {
        width: 90%;
        height: auto;
        border-radius: 1rem;
    }
    .top_abstract_items_information_bone:nth-child(2) {
        margin: 2rem 0;
    }
    .top_abstract_items_information_bone::before {
        height: 3rem;
        width: 3rem;
    }
}
/* 高血圧 bloodpressure */
.top_abstract_items_information_bloodpressure {
    width: 381px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 4px;
    position: relative;
}
.top_abstract_items_information_bloodpressure::before{
    content: "";
    background-image: url("../image/evidence_bloodpressure_inactive.svg");
    display: block;
    height: 43px;
    width: 43px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.top_abstract_items_information_bloodpressure:nth-child(2){
    margin: 0 25px;
}
@media (max-width: 750px){
    .top_abstract_items_information_bloodpressure {
        width: 90%;
        height: auto;
        border-radius: 1rem;
    }
    .top_abstract_items_information_bloodpressure:nth-child(2) {
        margin: 2rem 0;
    }
    .top_abstract_items_information_bloodpressure::before {
        height: 3rem;
        width: 3rem;
    }
}