/* banner */
.sdgs_header_image h1 {
    height: 340px;
    background: #ffffff url(/shared/templates/sdgs_top/images/mvs.png) no-repeat center center;
    border: 1px solid #047ebf;
    color: #222222;
}

/* section_pickup */
.section_pickup {
    padding: 22px 0 0 0;
    margin-bottom: 92px;
}

.common_ttl h2 {
    font-size: 144.4%;
    font-weight: normal;
    margin-bottom: 26px;
    padding-left: 40px;
    background: url(/shared/templates/sdgs_top/images/icons/icon_h2.png) no-repeat left 8px;
    background-size: 31px auto;
}

.common_ttl h2 span {
    padding: 1px 82px 0 0;
    display: inline-block;
    background: url(/shared/templates/sdgs_top/images/pickup_ttl.png) no-repeat right 13px;
    background-size: 62px auto;
}
.section_pickup .common_ttl h2 span {
    background-position: right 15px;
}
.pickup_content {
    margin-bottom: 40px;
}

.pickup_content ul {
    display: flex;
    gap: 20px;
    list-style: none;
}

.pickup_content ul li {
    width: 20%;
}

.pickup_content .pickup_item a {
    display: block;
    padding: 14px 11px 43px;
    border: 1px solid #d3d9db;
    background: #ffffff url(/shared/templates/sdgs_top/images/icons/line.png) repeat-x left top;
    text-decoration: none;
    line-height: 1.6;
    height: 100%;
    position: relative;
}

.pickup_content .pickup_item a span {
    display: block;
}

.pickup_content .pickup_item a .box_image img {
    display: block;
    margin-bottom: 8px;
    width: 100%;
    height: auto;
}

.pickup_content .pickup_item a .box_txt {
    font-size: 88.9%;
    display: block;
    color: #222222;
    padding-left: 22px;
    margin-bottom: 6px;
    background: url(/shared/site_rn/images/icon/arrow_link_sp.png) no-repeat left 5px;
    background-size: 16px auto;
}

.pickup_content .pickup_item a .partner_list {
    display: flex;
    position: absolute;
    left: 11px;
}

.section_pickup .pickup_content .pickup_item a .partner_list {
    bottom: 4px;
}

.pickup_content .pickup_item a .partner_list span {
    margin-right: 4px;
}

.pickup_content .pickup_item a .partner_list span:last-child {
    margin-right: 0;
}

.pickup_content .pickup_item a .partner_list img {
    width: 32px;
    height: auto;
}

.section_pickup .pickup_btn {
    text-align: center;
}

.section_pickup .pickup_btn ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

.section_pickup .pickup_btn ul li {
    padding: 0 10px;
}

.section_pickup .pickup_btn ul li a {
    display: inline-block;
    color: #222222;
    text-decoration: none;
    border: 1px solid #067bba;
    border-radius: 50px;
    min-width: 300px;
    padding: 13px 60px 14px;
    position: relative;
}

.section_pickup .pickup_btn ul li.news_item a {
    background: url(/shared/templates/sdgs_top/images/icon_newsmode.png) no-repeat right 18px center;
    background-size: 22px auto;
}

.section_pickup .pickup_btn ul li.workshops_item a {
    background: url(/shared/templates/sdgs_top/images/icon_groups.png) no-repeat right 15px center;
    background-size: 28px auto;
}
.pickup_content .pickup_item a:hover,
.section_notice .see_more_news a:hover,
.section_pickup .pickup_btn ul li a:hover {
    background-color: #f6f7fb;
}

.section_notice .see_more_news a::after,
.section_pickup .pickup_btn ul li a::after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border: 2px solid #067bba;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    border-radius: 50px;
}

.pickup_content .pickup_item a:hover::after,
.section_notice .see_more_news a:hover::after,
.section_pickup .pickup_btn ul li a:hover::after {
    opacity: 1;
}

.section_notice .common_ttl h2 {
    padding-left: 44px;
}

.section_notice .common_ttl h2 span {
    background: url(/shared/templates/sdgs_top/images/notice_ttl.png) no-repeat right 6px top 16px;
    background-size: 56px auto;
}

.section_notice .splide {
    visibility: visible;
}

.section_notice .splide__slide {
    width: 20%;
}

#tmp_notice_splide {
    padding: 20px 20px 31px;
    background-color: #f6f7fb;
    margin-bottom: 30px;
}
#tmp_notice_splide.no-splide .pickup_content{
    margin-bottom: 0;
}
.no_javascript #tmp_notice_splide {
    padding-bottom: 5px;
}

#tmp_notice_splide .txt_label {
    font-weight: bold;
    display: inline-block;
    font-size: 77.7%;
    background-color: #1a8182;
    color: #ffffff;
    padding: 0 5px 1px 5px;
    border-radius: 4px;
    margin-bottom: 7px;
    border: 1px solid #1a8182;
}

.pickup_content .pickup_item a .partner_list {
    bottom: 11px;
    left: 12px;
}

.section_notice .section_pickup .pickup_content .pickup_item a .partner_list {
    bottom: 4px;
}

.section_notice .pickup_content .pickup_item a .box_image img {
    margin-bottom: 9px;
}

.section_notice .pickup_content .pickup_item,
.section_notice .pickup_content .pickup_item p {
    height: 100%;
}

.section_notice .splide_common .splide__controls {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.section_notice .splide__toggle {
    margin: 7px 5px 0 23px;
}

.section_notice .splide__toggle__pause:before,
.section_notice .splide__toggle__pause:after {
    background: transparent url(/shared/site_rn/images/icon/icon_pause_bl.png) no-repeat;
    background-size: 100% auto
}

.section_notice .splide__toggle__play:before {
    border-color: transparent transparent transparent #222222;
}

.section_notice .splide__arrow {
    position: relative;
}

.section_notice .splide_common .splide__arrow--prev {
    left: -6px;
}

.section_notice .splide_common .splide__arrow--next {
    right: -6px;
}

.section_notice .notice_btn ul {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
}

.section_notice .notice_btn ul li.co_creation_partners {
    width: 59%;
}

.section_notice .notice_btn ul li.seeking_co_creation {
    width: 40%;
}

.section_notice .notice_btn ul li a {
    border: 10px solid #def6fa;
    display: block;
    font-size: 133.3%;
    text-decoration: none;
    color: #222222;
    height: 100%;
}

.section_notice .notice_btn ul li.co_creation_partners a {
    padding: 43px 10px 44px 320px;
    background: url(/shared/templates/sdgs_top/images/co_creation_partners_logo.png) no-repeat 30px center;
    background-size: 260px auto;
}

.section_notice .notice_btn ul li.seeking_co_creation a {
    padding: 43px 10px 44px 120px;
    background: url(/shared/templates/sdgs_top/images/seeking_co_creation.png) no-repeat 31px center;
    background-size: 59px auto;
}

.section_notice .notice_btn ul li a:hover {
    text-decoration: underline;
}

.section_notice .see_more_news {
    text-align: center;
}

.section_notice .see_more_news a {
    position: relative;
    text-decoration: none;
    color: #222222;
    display: inline-block;
    border: 1px solid #067bba;
    border-radius: 50px;
    padding: 11px 42px 12px 44px;
    min-width: 520px;
    background: #ffffff url(/shared/site_rn/images/header/icon/arrow_circle_right.png) right 18px center no-repeat;
    background-size: 22px;
}

.section_notice {
    margin-bottom: 92px;
}

.section_related_information .common_ttl h2 {
    padding-left: 43px;
}

.related_information_cnt {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.related_information_cnt li {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.related_information_cnt li a {
    border: 1px solid #d3d9db;
    text-decoration: none;
    min-height: 80px;
    height: 100%;
    padding: 10px 10px 10px 49px;
    display: flex;
    align-items: center;
    color: #222222;
    background: url(/shared/templates/sdgs_top/images/line_pc.png), url(/shared/site_rn/images/header/icon/arrow_circle_right.png);
    background-position: left top, 19px center;
    background-repeat: repeat-y, no-repeat;
    background-size: auto, 20px auto;
    flex-wrap: wrap;
}

.related_information_cnt li a:hover {
    text-decoration: underline;
}

.section_related_information .common_ttl h2 span {
    background: url(/shared/templates/sdgs_top/images/related_information_ttl.png) no-repeat right 16px;
    background-size: 178px auto;
    padding: 1px 200px 0 0;
}

.section_related_information {
    margin-bottom: 78px;
}

.color_blue .section_notice .notice_btn ul li.seeking_co_creation a,
.color_blue .section_notice .notice_btn ul li.co_creation_partners a,
.color_black .section_notice .notice_btn ul li.seeking_co_creation a,
.color_black .section_notice .notice_btn ul li.co_creation_partners a,
.color_yellow .section_notice .notice_btn ul li.seeking_co_creation a,
.color_yellow .section_notice .notice_btn ul li.co_creation_partners a {
    padding-left: 0;
    text-align: center;
}

.section_notice .no-splide .splide__list,
.no_javascript .splide__list {
    flex-wrap: wrap;
    margin: 0 -5px !important;
}

.section_notice .no-splide .splide__slide,
.no_javascript .section_notice .splide__slide {
    padding: 0 5px;
    margin-bottom: 10px;
}
.pickup_content .pickup_item a::after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border: 2px solid #067bba;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}
/* ==================================================
accessibility style change:font-size
================================================== */
.fsize_small .common_ttl h2 {
    padding: 5px 0 9px 40px;
}
.fsize_big .common_ttl h2 span,
.fsize_big2 .common_ttl h2 span,
.fsize_small .common_ttl h2 span {
    background-position: right  center;
}
.fsize_small .common_ttl h2 span {
    padding: 7px 82px 7px 0;
}

.fsize_small .section_related_information .common_ttl h2 span {
    padding: 7px 200px 7px 0;
}
.fsize_small .pickup_content .pickup_item a .box_txt{
    padding: 5px 5px 5px 20px;
}
.color_yellow .section_notice .see_more_news a::after, 
.color_yellow .section_pickup .pickup_btn ul li a::after,
.color_yellow .pickup_content .pickup_item a::after{
    border: 2px solid #000000 !important;
}
.color_blue .section_notice .see_more_news a::after, 
.color_blue .section_pickup .pickup_btn ul li a::after,
.color_blue .pickup_content .pickup_item a::after,
.color_black .section_notice .see_more_news a::after, 
.color_black .section_pickup .pickup_btn ul li a::after,
.color_black .pickup_content .pickup_item a::after{
    border: 2px solid #FFFF00 !important;
}