.article-main_visual_bg{
    background-image: url("/sites/default/files/planter/img/bg.png");
    background-repeat: repeat repeat;
    background-position: top center;
    border-bottom-left-radius: 50% 50px;
    border-bottom-right-radius: 50% 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    padding-bottom:30px;
    margin-bottom: 2rem;
}

@media screen and (max-width: 1199px){
    .article-main_visual_bg{
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }
}

@media screen and (max-width:767px) {

    .article-main_visual_bg{
        border-bottom-left-radius: 50% 30px;
        border-bottom-right-radius: 50% 30px;
    }

}

.article-top_data_wrap{
    display:flex;
    justify-content: space-between;
    margin:1em 0;
}

.article-top_button_wrap{
    margin-top: -2em;
}

.article-top_data_box{
    flex: 0 1 33%;
    justify-content: space-between;
    background-color: white;
    border: 1px solid #cfd6e9;
    padding: 1.5em;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width:1079px) {
    .article-top_data_wrap{
         flex-wrap: wrap;  
    }
    .article-top_data_box{
        flex:0 0 49%;
        margin-bottom:1em
    }
}

@media screen and (max-width:767px) {
    .article-top_data_wrap{
         justify-content: center;
    }
    .article-top_data_wrap{
        display:block;
    }
}

.article-top_data_box p{
    margin-bottom: 1rem;
}

.article-data_box_title{
    color: #0e3192;
    font-weight: bold;
}

.article-citation{
    text-align: right;
}

.article-main_wrap{
    width: 90%;
    max-width: 1080px;
    padding: 3em 1em;
}
.article-main_title,.main_visual{
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
}

.article-sub_title{
    font-weight: bold;
    background-image: url("/sites/default/files/planter/img/s-head_bg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 2em;
    color: #0e3192;
    margin-bottom: 1em;
}

.article-paragraph{
    margin-bottom:2em;
}

.article-agriculture_practice{
    margin:1em 0;
    background-color: bisque;
    border-radius: 10px;
    padding:20px;
}

.article-agriculture_practice h3{
    border: 2px solid rgb(255, 136, 0);
    border-radius: 10px;
    color: rgb(255, 136, 0);
    background-color: white;
    padding: 0.5rem 1rem;
    margin:1rem;
}
.article-agriculture_practice  p{
    padding:0 1em;
}
.article-main_title_pc{
    display:block;
}
.article-main_title_sp{
    display:none;
}
@media screen and (max-width:767px) {
    .article-main_title_pc{
        display:none;
    }
    .article-main_title_sp{
        display:block;
    }
}

.content-block{
	border-top: none;
    padding-top: 0;
}

.content-wrap{
	padding-top: 0;
}

.content-block .content-wrap{
    padding-bottom: 0;
}

.article-paragraph_margin{
    margin-left:1.2em;
    margin-right:1.2em;
}

/* 荳矩Κ繝懊ち繝ｳ */

.l-planter__link__button__wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.l-planter__link__buttons{
    flex: 0 0 30%;
    max-width:320px;
}
@media screen and (max-width:767px) {
    .l-planter__link__button__wrap{
        display: block;
        margin:0  auto;
    }
    .l-planter__link__buttons{
        margin:0  auto;
    }
}

.c-creation-date {
    max-width: 1080px;
    margin: auto;
}