@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap');

/*** 共通部 ***/
.sdgs {
  /* background: #fffff4 url(/sdgs/images/bg_sdgs.png); */
  /* background: #fffff4 url(/sdgs/images/bg_sdgs.png) 50% 50% fixed; */
  /* background-size: 50%; */
  /* background-color: #fffff4 !important; */
  background-color: #fffedb !important;
  /* font-family: "M PLUS Rounded 1c" !important; */
}

.sdgs img {
  vertical-align: middle;
}

.sdgs .g-font {
  font-family: "M PLUS Rounded 1c" !important;
}

.sdgs .center {
  text-align: center;
}

#index_body .video .list li {
  opacity: 1;
  transition: all 0.4s ease 0s;
}

#index_body .video .list li.is-hidden {
  /*
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding:0;
  */
  display: none;
}

#index_body a.txt_link {
  color: #0052a4;
  word-break: break-all;
}

@media screen and (min-width: 900px) {
  .page_title h2 {
    display: none;
  }

  #index_body {
    width: 1200px;
    margin: 30px auto 0;
    font-size: 18px;
  }

  #index_body .sp {
    display: none;
  }

  #index_body section {
    margin: 0 0 100px;
    /* background-color: #fefefe; */
    background-color: rgba(254, 254, 254, 0.5);
    padding: 50px 30px;
    border-radius: 50px;
  }

  #index_body .headline {
    width: 960px;
    /* margin: 0 auto 30px; */
    margin: 0 auto 15px;
    text-align: center;
  }

  #index_body .headline .top-txt {
    font-size: 36px;
    text-align: left;
    color: #0052a4;
  }

  #index_body .headline .top-img {
    margin: 0 0 20px;
  }

  #index_body .headline .msg_1 .line_1 {
    font-size: 30px;
  }

  #index_body .headline .msg_1 .line_2 {
    font-size: 60px;
  }

  #index_body .headline .msg_2 {
    font-size: 21px;
    padding: 30px 0 0;
  }

  #index_body .membership {
    font-size: 36px;
    text-align: center;
    margin: 0px 0 20px;
  }

  #index_body .membership img {
    width: 300px;
    vertical-align: middle;
  }

  #index_body .un-link {
    font-size: 14px;
    margin: 10px auto;
    width: 520px;
  }

  #index_body .un-link a {
    color: #0052a4;
  }

  #index_body .flex {
    display: -webkit-box;
    /* old Android */
    display: -webkit-flex;
    /* Safari etc. */
    display: -ms-flexbox;
    /* IE10        */
    display: flex;
  }

  #index_body .topics {
    width: 800px;
    margin: 20px auto 0;
  }

  #index_body .topics .head {
    background-color: #0052a4;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    padding: 5px 20px;
  }

  #index_body .topics ul {
    border: 1px solid #0052a4;
    background-color: #ffffff;
    padding: 20px 20px 0;
    font-size: 16px;
  }

  #index_body .topics ul li {
    /* border-bottom: 1px dashed #000000; */
    margin: 0 0 20px;
    padding: 0 0 5px;
  }

  #index_body .topics ul li .upDate {
    width: 120px;
  }

  #index_body .topics ul li .lead {
    width: 100%;
    padding: 0 0.5em;
    border-bottom: 1px dashed #000000;
  }

  #index_body .topics ul li .lead a:hover {
    text-decoration: none;
  }

  #index_body .title_img {
    text-align: center;
    margin: 0 0 50px;
  }

  /* 2022/3/7 追加（m.kato） */
  #index_body section .actions {
    margin: 30px auto 0;
    text-align: center;
    width: 960px;
  }

  /* 2022/4/4 追加（m.kato） */
  #index_body section .actions a {
    color: #ffffff;
  }

  #index_body section .actions a span {
    /* background-color: #0052a4; */
    background: #0036a3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0036a3 0%, #0052a4 50%, #0036a3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0036a3 0%, #0052a4 50%, #0036a3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0036a3 0%, #0052a4 50%, #0036a3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0036a3', endColorstr='#0036a3', GradientType=0);
    /* IE6-9 */
    font-size: 21px;
    padding: 10px 0;
    border-radius: 15px;
    width: 300px;
    display: inline-block;
    margin: 15px 0 0;
  }

  /* 2024/8/1 追加（m.kato）Start. */
  #index_body .actnow {
    width: 960px;
    margin: 0 auto;
    text-align: center;
  }

  #index_body .actnow h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 1em;
    border-radius: 1em;
    background: #3ea6ff;
  }

  #index_body .actnow h3 span {
    font-size: 1.8em;
    font-style: italic;
    font-weight: 500;
    background: #fff;
    display: block;
    margin: 0 0.75em;
    padding: 0.5em 0.25em;
  }

  #index_body .actnow .text {
    margin: 1em 0 0;
  }

  #index_body .actnow .text p,
  #index_body .actnow .text ul {
    font-size: 1.4em;
  }

  #index_body .actnow .text ul {
    display: inline-block;
    margin: 1em 0;
  }

  #index_body .actnow .text li {
    text-align: left;
    color: rgb(29, 155, 240);
  }

  #index_body .bnr_x {
    margin: 3em 0 2em;
    text-align: center;
  }

  #index_body .bnr_x a {
    color: #fff !important;
    background: #000;
    font-size: 1.6em;
    padding: 0.5em 3em;
    display: inline-block;
    font-weight: 500;
    box-shadow: 0.5em 0.5em 0 #888;
    transition: .3s;
  }

  #index_body .bnr_x a:hover {
    transform: translate(0.25em, 0.25em);
    box-shadow: 0 0 0 #888;
    opacity: 1;
    text-decoration: none;
  }

  #index_body .bnr_x a i {
    padding: 0 0.25em 0 0;
  }

  /* 2022/5/2 追加（m.kato）end. */

  #index_body .icon-group,
  #index_body .programs,
  #index_body .video,
  #index_body .initiatives {
    /* margin: 0 0 50px; */
    /* padding: 0 0 50px; */
    /* border-bottom: 1px dashed; */
  }

  #index_body .icon-group ul {
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
  }

  #index_body .icon-group ul li {
    width: 15%;
    margin: 0 10px;
  }

  #index_body .icon-group ul li:nth-child(odd) {
    padding: 0 0 50px;
  }

  #index_body .icon-group ul li:nth-child(even) {
    padding: 50px 0 0;
  }

  #index_body .icon-group p {
    font-size: 24px;
    margin: 20px 0 0;
  }

  #index_body .programs ul {
    align-items: stretch;
    justify-content: center;
    margin: 30px 0 0;
  }

  #index_body .programs ul li {
    width: 40%;
    margin: 0 30px;
  }

  #index_body .programs ul li .program {
    font-size: 24px;
  }

  #index_body .radio img.column {
    width: 780px
  }

  #index_body .radio .detail_txt {
    text-align: center;
    line-height: 2.25em;
  }

  #index_body .radio .detail_txt .smaller {
    font-size: 14px;
  }

  #index_body .radio .detail_txt .bold {
    font-weight: bold;
  }

  #index_body .radio .detail_txt .orn {
    color: #ea7004;
  }

  #index_body .radio .detail_txt .bigger {
    font-size: 24px;
  }

  #index_body .radio .detail_txt .bsn-color {
    color: #0052a4;
  }

  #index_body .radio .detail_txt .btn_link {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ea7004+0,eb8934+50,ea7004+100 */
    background: rgb(234, 112, 4);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234, 112, 4, 1) 0%, rgba(235, 137, 52, 1) 50%, rgba(234, 112, 4, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(234, 112, 4, 1) 0%, rgba(235, 137, 52, 1) 50%, rgba(234, 112, 4, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(234, 112, 4, 1) 0%, rgba(235, 137, 52, 1) 50%, rgba(234, 112, 4, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea7004', endColorstr='#ea7004', GradientType=0);
    /* IE6-9 */
    text-align: center;
    margin: 10px auto;
    padding: 5px 0;
    width: 300px;
    border-radius: 10px;
    font-size: 18px;
  }

  #index_body .radio .detail_txt .btn_link a {
    color: #ffffff;
    display: block;
  }

  #index_body .sticker {
    width: 1080px;
    margin: 0 auto;
  }

  #index_body .sticker .seal {
    text-align: center;
  }

  #index_body .sticker .seal p {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ec1b2c+0,ec1b2c+25,ea3a46+50,ec1b2c+75,ec1b2c+100 */
    background: #ec1b2c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ec1b2c 0%, #ec1b2c 25%, #ea3a46 50%, #ec1b2c 75%, #ec1b2c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ec1b2c 0%, #ec1b2c 25%, #ea3a46 50%, #ec1b2c 75%, #ec1b2c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ec1b2c 0%, #ec1b2c 25%, #ea3a46 50%, #ec1b2c 75%, #ec1b2c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec1b2c', endColorstr='#ec1b2c', GradientType=0);
    /* IE6-9 */
    margin: 20px 0 0;
    display: inline-block;
    width: 880px;
    padding: 15px 0;
    font-size: 21px;
    border-radius: 15px;
  }

  #index_body .sticker .seal p a {
    color: #ffffff;
    display: block;
  }

  #index_body .video p.ttl {
    font-size: 30px;
    margin: 0 0 20px;
  }

  #index_body .video img.n-sdgs {
    width: 780px
  }

  #index_body .video ul {
    align-items: stretch;
    /* justify-content: center; */
    /* margin: 0 0 10px; */
    -webkit-flex-wrap: wrap;
    /* Safari etc. */
    -ms-flex-wrap: wrap;
    /* IE10        */
    flex-wrap: wrap;
  }

  #index_body .video .more {
    text-align: center;
    width: 300px;
    margin: 10px auto 0;
  }

  #index_body .video button {
    border: none;
    text-align: center;
    /* background-color: #0052a4; */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0036a3+0,0052a4+50,0036a3+100 */
    background: #0036a3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0036a3 0%, #0052a4 50%, #0036a3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0036a3 0%, #0052a4 50%, #0036a3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0036a3 0%, #0052a4 50%, #0036a3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0036a3', endColorstr='#0036a3', GradientType=0);
    /* IE6-9 */
    margin: 10px auto;
    padding: 10px 0;
    width: 300px;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
  }

  #index_body .video button a {
    color: #ffffff !important;
    display: block;
  }

  #index_body .video ul li {
    width: 24%;
    margin: 20px 30px;
    font-size: 16px;
    border: 3px solid #0052a4;
    padding: 20px;
  }

  /*
  #index_body .video ul li:nth-of-type(1) {
    border: 3px solid #e4001e;
  }
  #index_body .video ul li:nth-of-type(2) {
    border: 3px solid #d6a600;
  }
  #index_body .video ul li:nth-of-type(3) {
    border: 3px solid #00963b;
  }
  #index_body .video ul li:nth-of-type(4) {
    border: 3px solid #c60f28;
  }
  #index_body .video ul li:nth-of-type(5) {
    border: 3px solid #e73819;
  }
  #index_body .video ul li:nth-of-type(6) {
    border: 3px solid #00a6d8;
  }
  #index_body .video ul li:nth-of-type(7) {
    border: 3px solid #f9bc00;
  }
  #index_body .video ul li:nth-of-type(8) {
    border: 3px solid #960b31;
  }
  #index_body .video ul li:nth-of-type(9) {
    border: 3px solid #ec6a02;
  }
  #index_body .video ul li:nth-of-type(10) {
    border: 3px solid #dc007a;
  }
  #index_body .video ul li:nth-of-type(11) {
    border: 3px solid #f4a100;
  }
  #index_body .video ul li:nth-of-type(12) {
    border: 3px solid #d29100;
  }
  #index_body .video ul li:nth-of-type(13) {
    border: 3px solid #417935;
  }
  #index_body .video ul li:nth-of-type(14) {
    border: 3px solid #0076ba;
  }
  #index_body .video ul li:nth-of-type(15) {
    border: 3px solid #58b331;
  }
  #index_body .video ul li:nth-of-type(16) {
    border: 3px solid #004c87;
  }
  #index_body .video ul li:nth-of-type(17) {
    border: 3px solid #003067;
  }
  */
  #index_body .video ul li:hover {
    opacity: 0.75;
  }

  #index_body .video ul li a {
    display: block;
  }

  #index_body .video ul li .title {
    font-weight: 500;
  }

  #index_body .initiatives ul.column {
    align-items: stretch;
    justify-content: center;
    margin: 0 0 10px;
    -webkit-flex-wrap: wrap;
    /* Safari etc. */
    -ms-flex-wrap: wrap;
    /* IE10        */
    flex-wrap: wrap;
  }

  #index_body .initiatives ul.column li {
    width: 40%;
    margin: 50px 50px 0;
    font-size: 16px;
  }

  #index_body .initiatives ul.column li .theme {
    height: 42px;
    /* margin: 0 0 5px; */
  }

  #index_body .initiatives ul.column li .icon_csr {
    vertical-align: middle;
    padding: 0 10px 0 0;
    width: 30px;
  }

  #index_body .initiatives ul.column li a:hover,
  #index_body .programs ul li a:hover {
    text-decoration: none;
  }

  #index_body .initiatives ul.column li .title {
    font-size: 20px;
  }

  #index_body .initiatives ul.column li .caption {
    font-size: 16px;
    margin: 0 0 10px;
  }

  #index_body .initiatives ul.column li .img {
    height: 225px;
    text-align: center;
  }

  #index_body .initiatives ul.column li .img img {
    max-height: 100%;
  }

  #index_body .initiatives ul.column li ul.icon {
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    /* Safari etc. */
    -ms-flex-wrap: wrap;
    /* IE10        */
    flex-wrap: wrap;
  }

  #index_body .initiatives ul.column li ul.icon li {
    width: 13%;
    margin: 10px 5px 0;
  }

  #index_body .initiatives ul.column li .link {
    text-align: center;
    /* background-color: #0052a4; */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0036a3+0,0052a4+50,0036a3+100 */
    background: #0036a3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0036a3 0%, #0052a4 50%, #0036a3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0036a3 0%, #0052a4 50%, #0036a3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0036a3 0%, #0052a4 50%, #0036a3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0036a3', endColorstr='#0036a3', GradientType=0);
    /* IE6-9 */
    margin: 10px auto;
    padding: 5px 0;
    width: 300px;
    border-radius: 10px;
    font-size: 16px;
  }

  #index_body .initiatives ul.column li .link a {
    color: #ffffff;
    display: block;
  }

  #index_body .initiatives ul.column li .link a:hover {
    text-decoration: underline;
  }

  #index_body .objective {
    width: 960px;
    margin: 0 auto;
  }

  #index_body .objective p {
    margin: 20px 0 0;
  }

  #index_body .objective .un-link_lower {
    margin: 20px 0 0;
    font-size: 14px;
  }

  #index_body .objective .un-link_lower a {
    color: #0052a4;
  }

  #index_body .summary {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
  }

  /* 2022/3/7 追加（m.kato） */
  #index_body .week-archive {
    width: 960px;
    margin: 0 auto;
  }

  #index_body .week-archive .archive-link {
    margin: 15px 0 0;
    text-align: center;
    font-size: 24px;
  }

  #index_body .week-archive .archive-link .head {
    font-size: 30px;
    color: #5e5e5e;
    border-bottom: 2px solid;
    display: inline-block;
    margin: 0 0 15px;
    padding: 0 0.5em;
  }

  #index_body .week-archive .archive-link a {
    color: #5e5e5e !important;
  }

  /* 追加　ここまで */

  /***** 動画ページCSS *****/
  #sdgsVideo_body {
    background-color: #ffffff;
    width: 900px;
    margin: 0 auto 30px;
  }

  #sdgsVideo_body section {
    margin: 0px auto;
    padding: 30px 0;
    width: 780px;
  }

  #sdgsVideo_body .uliza {
    width: 640px;
    margin: 0 auto;
  }

  #sdgsVideo_body .uliza .date {
    font-size: 16px;
  }

  #sdgsVideo_body .uliza .news-title {
    font-size: 24px;
  }

  #sdgsVideo_body .news-text {
    line-height: 2.0em;
    font-size: 16px;
    margin: 15px 10px;
  }

  #sdgsVideo_body .news-text a {
    color: #0052a4;
  }

  #rtn {
    text-align: center;
    background-color: #e5243b;
    width: 300px;
    font-size: 16px;
    padding: 15px;
    border-radius: 30px;
    margin: 0 auto 60px;
  }

  #rtn a {
    color: #ffffff;
    display: block;
  }

  /* ==============================
　SDGs WEEK用（トップページ）
============================== */
  #index_body section.week-contents {
    background-color: #ffffff;
    padding: 60px 30px;
    border-radius: 60px;
    margin: 0 0 90px;
  }

  #index_body section.week-contents .top {
    text-align: center;
  }

  #index_body section.week-contents .top .catch {
    font-size: 36px;
    margin: 60px 0;
    color: #5a5b5c;
  }

  #index_body section.week-contents .tokuban {
    background-color: #f5e000;
    margin: 30px 0 0;
    padding: 15px;
  }

  #index_body section.week-contents .tokuban .title {
    font-size: 30px;
    /* text-align: center; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #index_body section.week-contents .tokuban .title p:nth-of-type(1) {
    padding: 0 1.0em 0 0;
  }

  #index_body section.week-contents .tokuban .title p:nth-of-type(2) {
    line-height: 2.0em;
  }

  #index_body section.week-contents .tokuban .title span.sub {
    font-size: 30px;
  }

  #index_body section.week-contents .tokuban .title span.prog-name {
    font-size: 54px;
  }

  #index_body section.week-contents .tokuban ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #index_body section.week-contents .tokuban ul li.pic {
    width: 400px;
    text-align: center;
  }

  #index_body section.week-contents .tokuban ul li.txt {
    font-size: 21px;
  }

  #index_body section.week-contents .tokuban ul li.txt p:nth-of-type(1) {
    font-size: 30px;
  }

  #index_body section.week-contents #yunavi {
    margin: 90px auto 0;
    width: 960px;
  }

  #index_body section.week-contents #yunavi li {
    width: 264px;
    font-size: 16px;
    border: 3px solid #0052a4;
    padding: 15px;
    margin: 0 30px 0 0;
  }

  #index_body section.week-contents #yunavi li:nth-of-type(3) {
    margin: 0;
  }

  #index_body section.week-contents .programs {
    margin: 90px auto 0;
    width: 960px;
  }

  #index_body section.week-contents .programs ul.column {
    align-items: stretch;
    justify-content: center;
    /* margin: 0 0 10px; */
    -webkit-flex-wrap: wrap;
    /* Safari etc. */
    -ms-flex-wrap: wrap;
    /* IE10        */
    flex-wrap: wrap;
  }

  #index_body section.week-contents .programs ul.column li {
    width: 405px;
    margin: 0 30px 30px 0;
    font-size: 16px;
    color: #ffffff;
    padding: 30px;
    border-radius: 30px;
  }

  #index_body section.week-contents .programs ul.column li:nth-of-type(even) {
    margin: 0 0 30px;
  }

  #index_body section.week-contents .programs ul.column li.week-tv {
    background-color: #8cd93d;
  }

  #index_body section.week-contents .programs ul.column li.week-radio {
    background-color: #00b4d6;
  }

  #index_body section.week-contents .programs ul.column li:last-child {
    width: 100%;
    margin: 0;
  }

  #index_body section.week-contents .programs ul.column li a:hover {
    text-decoration: none;
  }

  #index_body section.week-contents .programs ul.column li .title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 24px;
    margin: 0 0 10px;
  }

  #index_body section.week-contents .programs ul.column li .title p {
    padding: 0.25em 0.5em;
  }

  #index_body section.week-contents .programs ul.column li.week-tv .title p.kinds {
    background-color: #ffffff;
    color: #1bb140;
  }

  #index_body section.week-contents .programs ul.column li.week-radio .title p.kinds {
    background-color: #ffffff;
    color: #006d94;
  }

  #index_body section.week-contents .programs ul.column li.week-tv .title {
    background-color: #1bb140;
  }

  #index_body section.week-contents .programs ul.column li.week-radio .title {
    background-color: #006d94;
  }

  #index_body section.week-contents .programs ul.column li .caption {
    font-size: 21px;
    margin: 0 0 10px;
  }

  #index_body section.week-contents .programs ul.column li .img {
    margin: 0 0 10px;
  }

  #index_body section.week-contents .programs ul.column li .detail {
    /* font-size: 24px; */
    font-size: 21px;
  }

  #index_body section.week-contents .programs ul.column li .goals {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 5px;
  }

  #index_body section.week-contents .programs ul.column li .goals .ico {
    width: 25%;
    margin: 0 2.5% 0 0;
  }

  #index_body section.week-contents .programs ul.column li .goals .ico:last-child {
    margin: 0;
  }

  #index_body section.week-contents .programs ul.column li .link {
    text-align: center;
    /* background-color: #0052a4; */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0036a3+0,0052a4+50,0036a3+100 */
    background: #0036a3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f4e500 0%, #feb200 50%, #f4e500 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f4e500 0%, #feb200 50%, #f4e500 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f4e500 0%, #feb200 50%, #f4e500 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4e500', endColorstr='#f4e500', GradientType=0);
    /* IE6-9 */
    margin: 10px auto 0;
    padding: 0.5em 0;
    width: 300px;
    border-radius: 10px;
  }

  #index_body section.week-contents .programs ul.column li .link a {
    color: #333333;
    display: block;
    font-size: 21px;
  }

  #index_body section.week-contents .programs ul.column li .link a:hover {
    text-decoration: underline;
  }

  #index_body section.week-contents .programs ul.column li .sunny-side {
    display: -webkit-box;
    display: flex;
  }

  #index_body section.week-contents .programs ul.column li .sunny-side div {
    width: 100%;
    font-size: 16px;
  }

  #index_body section.week-contents .programs ul.column li .sunny-side div.prog {
    margin: 0 30px 0 0;
  }

  #index_body section.week-contents .programs ul.column li .sunny-side div.corner .title_img {
    /* background-color: #ffffff; */
    margin: 0 0 5px;
  }

  #index_body section.week-contents .programs ul.column li .sunny-side div.corner .title_img img {
    background-color: #ffffff;
    padding: 15px;
    width: 405px;
  }

  #index_body section.week-contents .programs ul.column li .sunny-side div.corner .detail_txt {
    font-size: 21px;
    margin: 0 0 18px;
  }

  #index_body section.week-contents .programs ul.column li .sunny-side div.corner .detail_txt a.txt_link {
    text-decoration: none;
    color: #ffffff;
  }

  #index_body section.week-contents .sponser {
    margin: 90px auto 0;
    width: 960px;
  }

  #index_body section.week-contents .sponser ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 60px 0 0;
  }

  #index_body section.week-contents .sponser ul li {
    text-align: center;
    width: 420px;
  }

  #index_body section.week-contents .sponser ul li:nth-of-type(1) {
    margin: 0 60px 60px 0;
  }

  #index_body section.week-contents .sponser ul li:nth-of-type(2) {
    margin: 0 0 60px 0;
  }

  #index_body section.week-contents .sponser ul li:nth-of-type(3) {
    margin: 0 60px 0 0;
  }

  #index_body section.week-contents .sponser ul li:nth-of-type(4) {
    margin: 0;
  }

  #index_body section.week-contents .sponser ul li img {
    max-height: 120px;
  }

  /* ==============================
　SDGs WEEK用（アーカイブページ）
============================== */
  #week_body section.week-contents {
    background-color: #ffffff;
  }

  #week_body section.week-contents .top {
    text-align: center;
  }

  #week_body section.week-contents .top .catch {
    font-size: 30px;
    margin: 30px 0;
  }

  #week_body section.week-contents .tokuban {
    background-color: #f5e000;
    margin: 30px 0 0;
    padding: 15px;
  }

  #week_body section.week-contents .tokuban .title {
    font-size: 30px;
    /* text-align: center; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #week_body section.week-contents .tokuban .title p:nth-of-type(1) {
    padding: 0 1.0em 0 0;
  }

  #week_body section.week-contents .tokuban .title p:nth-of-type(2) {
    line-height: 2.0em;
  }

  #week_body section.week-contents .tokuban .title span.sub {
    font-size: 30px;
  }

  #week_body section.week-contents .tokuban .title span.prog-name {
    font-size: 54px;
  }

  #week_body section.week-contents .tokuban ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #week_body section.week-contents .tokuban ul li.pic {
    width: 400px;
    text-align: center;
  }

  #week_body section.week-contents .tokuban ul li.txt {
    font-size: 21px;
  }

  #week_body section.week-contents .tokuban ul li.txt p:nth-of-type(1) {
    font-size: 30px;
  }

  #week_body section.week-contents .programs ul.column {
    align-items: stretch;
    justify-content: center;
    margin: 0 0 10px;
    -webkit-flex-wrap: wrap;
    /* Safari etc. */
    -ms-flex-wrap: wrap;
    /* IE10        */
    flex-wrap: wrap;
  }

  #week_body section.week-contents .programs ul.column li {
    width: 40%;
    margin: 50px 25px 0;
    font-size: 16px;
    color: #ffffff;
    padding: 20px;
    border-radius: 30px;
  }

  #week_body section.week-contents .programs ul.column li:nth-of-type(1),
  #week_body section.week-contents .programs ul.column li:nth-of-type(2) {
    margin: 0 25px;
  }

  #week_body section.week-contents .programs ul.column li.week-tv {
    background-color: #8cd93d;
  }

  #week_body section.week-contents .programs ul.column li.week-radio {
    background-color: #00b4d6;
  }

  #week_body section.week-contents .programs ul.column li:last-child {
    width: 1000px;
  }

  #week_body section.week-contents .programs ul.column li a:hover {
    text-decoration: none;
  }

  #week_body section.week-contents .programs ul.column li .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 24px;
    margin: 0 0 10px;
  }

  #week_body section.week-contents .programs ul.column li .title p {
    padding: 0.25em 0.5em;
  }

  #week_body section.week-contents .programs ul.column li.week-tv .title p.kinds {
    background-color: #ffffff;
    color: #1bb140;
  }

  #week_body section.week-contents .programs ul.column li.week-radio .title p.kinds {
    background-color: #ffffff;
    color: #006d94;
  }

  #week_body section.week-contents .programs ul.column li.week-tv .title {
    background-color: #1bb140;
  }

  #week_body section.week-contents .programs ul.column li.week-radio .title {
    background-color: #006d94;
  }

  #week_body section.week-contents .programs ul.column li .caption {
    font-size: 21px;
    margin: 0 0 10px;
  }

  #week_body section.week-contents .programs ul.column li .detail {
    font-size: 24px;
  }

  #week_body section.week-contents .programs ul.column li .goals {
    display: flex;
    justify-content: flex-end;
    margin: 15px 0 0;
  }

  #week_body section.week-contents .programs ul.column li .goals .ico {
    width: 20%;
    margin: 0 2.5% 0 0;
  }

  #week_body section.week-contents .programs ul.column li .link {
    text-align: center;
    /* background-color: #0052a4; */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0036a3+0,0052a4+50,0036a3+100 */
    background: #0036a3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f4e500 0%, #feb200 50%, #f4e500 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f4e500 0%, #feb200 50%, #f4e500 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f4e500 0%, #feb200 50%, #f4e500 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4e500', endColorstr='#f4e500', GradientType=0);
    /* IE6-9 */
    margin: 10px auto;
    padding: 5px 0;
    width: 300px;
    border-radius: 10px;
  }

  #week_body section.week-contents .programs ul.column li .link a {
    color: #000000;
    display: block;
    font-size: 21px;
  }

  #week_body section.week-contents .programs ul.column li .link a:hover {
    text-decoration: underline;
  }

  #week_body section.week-contents .programs ul.column li .sunny-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #week_body section.week-contents .programs ul.column li .sunny-side div {
    width: 100%;
    font-size: 16px;
  }

  #week_body section.week-contents .programs ul.column li .sunny-side div.prog {
    margin: 0 25px 0 0;
  }

  #week_body section.week-contents .programs ul.column li .sunny-side div.corner {
    margin: 0 0 0 25px;
  }

  #week_body section.week-contents .programs ul.column li .sunny-side div.corner .title_img {
    /* background-color: #ffffff; */
    margin: 0 0 5px;
  }

  #week_body section.week-contents .programs ul.column li .sunny-side div.corner .title_img img {
    background-color: #ffffff;
    padding: 10px;
    width: 454px;
  }

  #week_body section.week-contents .programs ul.column li .sunny-side div.corner .detail_txt {
    font-size: 21px;
    margin: 0 0 18px;
  }

  #week_body section.week-contents .programs ul.column li .sunny-side div.corner .detail_txt a.txt_link {
    text-decoration: none;
    color: #ffffff;
  }

}

@media screen and (max-width: 899px) {
  .sdgs {
    padding: 10px 10px 30px;
  }

  #index_body {
    padding-bottom: 20px;
    margin-top: 15px;
  }

  #index_body .pc {
    display: none;
  }

  #index_body section {
    margin: 0 0 50px;
    background-color: rgba(254, 254, 254, 0.5);
    padding: 10px;
    border-radius: 15px;
  }

  #index_body .headline {
    /* 「SDGs WEEK」用
    margin: 0 auto 20px;
    */
    text-align: center;
    margin: 5px 0;
  }

  #index_body .headline .top-txt {
    font-size: 5.5vw;
    text-align: left;
    color: #0052a4;
    font-weight: 500;
  }

  #index_body .headline .top-img {
    margin: 0 0 5px;
  }

  #index_body .summary {
    font-size: 6.0vw;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
  }

  #index_body .headline .msg_1 .line_1 {
    font-size: 5.0vw;
  }

  #index_body .headline .msg_1 .line_2 {
    font-size: 8.0vw;
  }

  #index_body .headline .msg_2 {
    font-size: 4.0vw;
    padding: 10px 0 0;
  }

  #index_body .membership {
    font-size: 6.0vw;
    text-align: center;
    margin: 0 0 10px;
  }

  #index_body .un-link {
    font-size: 12px;
    padding: 5px 10PX;
  }

  #index_body .un-link a {
    color: #0052a4;
    word-break: break-all;
  }

  #index_body .membership img {
    width: 150px;
  }

  #index_body .topics {
    margin: 20px 10px;
  }

  #index_body .topics .head {
    background-color: #0052a4;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px 4px;
  }

  #index_body .topics ul {
    border: 1px solid #0052a4;
    background-color: #ffffff;
    padding: 10px 10px 0;
    font-size: 14px;
  }

  #index_body .topics ul li {
    /* border-bottom: 1px dashed #000000; */
    margin: 0 0 20px;
    padding: 0 0 5px;
  }

  #index_body .topics ul li .upDate {
    margin: 0 0 5px;
    font-size: 12px;
  }

  #index_body .topics ul li .lead {
    padding: 0 0.5em;
    border-bottom: 1px dashed #000000;
    font-size: 12px;
  }

  #index_body .title_img {
    text-align: center;
    margin: 20px 0 30px;
  }

  /* 2022/3/7 追加（m.kato） */
  #index_body section .actions {
    margin: 4vw 0 2vw;
    text-align: center;
  }

  /* 2022/4/4 追加（m.kato） */
  #index_body section .actions a {
    color: #ffffff;
  }

  #index_body section .actions a span {
    /* background-color: #0052a4; */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0036a3+0,0052a4+50,0036a3+100 */
    background: #0036a3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0036a3 0%, #0052a4 50%, #0036a3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0036a3 0%, #0052a4 50%, #0036a3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0036a3 0%, #0052a4 50%, #0036a3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0036a3', endColorstr='#0036a3', GradientType=0);
    /* IE6-9 */
    font-size: 3.5vw;
    padding: 0.25em 0;
    border-radius: 10px;
    width: 75%;
    display: inline-block;
    margin: 0.5em 0 0;
  }

  /* 2024/8/1 追加（m.kato）Start. */
  #index_body .actnow {
    text-align: center;
  }

  #index_body .actnow h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 1em;
    border-radius: 1em;
    background: #3ea6ff;
  }

  #index_body .actnow h3 span {
    font-size: 1.6em;
    font-style: italic;
    font-weight: 500;
    background: #fff;
    display: block;
    margin: 0 0.75em;
    padding: 0.5em;
  }

  #index_body .actnow .text {
    margin: 1em 0 0;
  }

  #index_body .actnow .text p,
  #index_body .actnow .text ul {
    font-size: 1.2em;
  }

  #index_body .actnow .text p {
    text-align: left;
  }

  #index_body .actnow .text ul {
    display: inline-block;
    margin: 1em 0;
  }

  #index_body .actnow .text li {
    text-align: left;
    color: rgb(29, 155, 240);
  }

  #index_body .bnr_x {
    margin: 2em 0;
    text-align: center;
  }

  #index_body .bnr_x a {
    color: #fff !important;
    background: #000;
    font-size: 1.4em;
    padding: 0.5em 2em;
    display: inline-block;
    font-weight: 500;
    box-shadow: 0.5em 0.5em 0 #888;
    transition: .3s;
  }

  #index_body .bnr_x a:hover {
    transform: translate(0.25em, 0.25em);
    box-shadow: 0 0 0 #888;
    opacity: 1;
    text-decoration: none;
  }

  #index_body .bnr_x a i {
    padding: 0 0.25em 0 0;
  }

  /* 2022/5/2 追加（m.kato）end. */
  #index_body .icon-group {
    margin: 0 5px 20px;
  }

  #index_body .icon-group ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
  }

  #index_body .icon-group ul li {
    width: 20%;
    margin: 0 5px;
  }

  #index_body .icon-group ul li:nth-child(odd) {
    padding: 0 0 20px;
  }

  #index_body .icon-group ul li:nth-child(even) {
    padding: 20px 0 0;
  }

  #index_body .icon-group p {
    font-size: 24px;
    margin: 20px 0 0;
  }

  #index_body .radio .detail_txt {
    font-size: 14px;
    line-height: 1.75em;
  }

  #index_body .radio .detail_txt .smaller {
    font-size: 12px;
  }

  #index_body .radio .detail_txt .bold {
    font-weight: bold;
  }

  #index_body .radio .detail_txt .orn {
    color: #ea7004;
  }

  #index_body .radio .detail_txt .bigger {
    font-size: 16px;
  }

  #index_body .radio .detail_txt .bsn-color {
    color: #0052a4;
  }

  #index_body .radio .detail_txt .btn_link {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ea7004+0,eb8934+50,ea7004+100 */
    background: rgb(234, 112, 4);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234, 112, 4, 1) 0%, rgba(235, 137, 52, 1) 50%, rgba(234, 112, 4, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(234, 112, 4, 1) 0%, rgba(235, 137, 52, 1) 50%, rgba(234, 112, 4, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(234, 112, 4, 1) 0%, rgba(235, 137, 52, 1) 50%, rgba(234, 112, 4, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea7004', endColorstr='#ea7004', GradientType=0);
    /* IE6-9 */
    text-align: center;
    margin: 10px auto;
    padding: 5px 0;
    width: 250px;
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
  }

  #index_body .radio .detail_txt .btn_link a {
    color: #ffffff;
    display: block;
  }

  /* 2022/3/7 追加（m.kato） */
  #index_body .sticker .caption {
    margin: 10px 0;
  }

  #index_body .sticker .caption {
    width: 100%;
    margin: 0 auto;
  }

  #index_body .sticker .seal {
    text-align: center;
  }

  #index_body .sticker .seal p {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ec1b2c+0,ec1b2c+25,ea3a46+50,ec1b2c+75,ec1b2c+100 */
    background: #ec1b2c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ec1b2c 0%, #ec1b2c 25%, #ea3a46 50%, #ec1b2c 75%, #ec1b2c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ec1b2c 0%, #ec1b2c 25%, #ea3a46 50%, #ec1b2c 75%, #ec1b2c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ec1b2c 0%, #ec1b2c 25%, #ea3a46 50%, #ec1b2c 75%, #ec1b2c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec1b2c', endColorstr='#ec1b2c', GradientType=0);
    /* IE6-9 */
    margin: 15px 0 0;
    display: inline-block;
    width: 95%;
    padding: 0.5em 0;
    font-size: 3.8vw;
    border-radius: 10px;
    line-height: 1.25em;
  }

  #index_body .sticker .seal p a {
    color: #ffffff;
    display: block;
  }

  /* 追加 ここまで */
  #index_body .video p.ttl {
    font-size: 30px;
    margin: 0 0 20px;
  }

  #index_body .video ul li {
    margin: 20px 10px;
    font-size: 14px;
    border: 3px solid #0052a4;
    padding: 15px;
  }

  /*
  #index_body .video ul li:nth-of-type(1) {
    border: 3px solid #e4001e;
  }
  #index_body .video ul li:nth-of-type(2) {
    border: 3px solid #d6a600;
  }
  #index_body .video ul li:nth-of-type(3) {
    border: 3px solid #00963b;
  }
  #index_body .video ul li:nth-of-type(4) {
    border: 3px solid #c60f28;
  }
  #index_body .video ul li:nth-of-type(5) {
    border: 3px solid #e73819;
  }
  #index_body .video ul li:nth-of-type(6) {
    border: 3px solid #00a6d8;
  }
  #index_body .video ul li:nth-of-type(7) {
    border: 3px solid #f9bc00;
  }
  #index_body .video ul li:nth-of-type(8) {
    border: 3px solid #960b31;
  }
  #index_body .video ul li:nth-of-type(9) {
    border: 3px solid #ec6a02;
  }
  #index_body .video ul li:nth-of-type(10) {
    border: 3px solid #dc007a;
  }
  #index_body .video ul li:nth-of-type(11) {
    border: 3px solid #f4a100;
  }
  #index_body .video ul li:nth-of-type(12) {
    border: 3px solid #d29100;
  }
  #index_body .video ul li:nth-of-type(13) {
    border: 3px solid #417935;
  }
  #index_body .video ul li:nth-of-type(14) {
    border: 3px solid #0076ba;
  }
  #index_body .video ul li:nth-of-type(15) {
    border: 3px solid #58b331;
  }
  #index_body .video ul li:nth-of-type(16) {
    border: 3px solid #004c87;
  }
  #index_body .video ul li:nth-of-type(17) {
    border: 3px solid #003067;
  }
  */
  #index_body .video ul li:hover {
    opacity: 0.75;
  }

  #index_body .video ul li a {
    display: block;
  }

  #index_body .video ul li .title {
    font-weight: 500;
  }

  #index_body .video .more {
    text-align: center;
    width: 250px;
    margin: 10px auto 0;
  }

  #index_body .video button {
    border: none;
    text-align: center;
    /* background-color: #0052a4; */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0036a3+0,0052a4+50,0036a3+100 */
    background: #0036a3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0036a3 0%, #0052a4 50%, #0036a3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0036a3 0%, #0052a4 50%, #0036a3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0036a3 0%, #0052a4 50%, #0036a3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0036a3', endColorstr='#0036a3', GradientType=0);
    /* IE6-9 */
    margin: 10px auto;
    padding: 5px 0;
    width: 250px;
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
  }

  #index_body .video button a {
    color: #ffffff !important;
    display: block;
  }

  #index_body .initiatives ul.column {
    margin: 0 0 10px;
  }

  #index_body .initiatives ul.column li {
    margin: 10px 10px 30px;
    font-size: 14px;
  }

  #index_body .initiatives ul.column li .theme {
    margin: 0 0 5px;
  }

  #index_body .initiatives ul.column li .icon_csr {
    vertical-align: middle;
    padding: 0 5px 0 0;
    width: 20px;
  }

  #index_body .initiatives ul.column li a:hover,
  #index_body .programs ul li a:hover {
    text-decoration: none;
  }

  #index_body .initiatives ul.column li .title {
    font-size: 18px;
  }

  #index_body .initiatives ul.column li .caption {
    font-size: 14px;
    margin: 0 0 10px;
  }

  #index_body .initiatives ul.column li ul.icon {
    display: flex;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    /* Safari etc. */
    -ms-flex-wrap: wrap;
    /* IE10        */
    flex-wrap: wrap;
  }

  #index_body .initiatives ul.column li ul.icon li {
    width: 13%;
    margin: 10px 5px 0;
  }

  #index_body .initiatives ul.column li .link {
    text-align: center;
    /* background-color: #0052a4; */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0036a3+0,0052a4+50,0036a3+100 */
    background: #0036a3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0036a3 0%, #0052a4 50%, #0036a3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0036a3 0%, #0052a4 50%, #0036a3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0036a3 0%, #0052a4 50%, #0036a3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0036a3', endColorstr='#0036a3', GradientType=0);
    /* IE6-9 */
    margin: 10px auto;
    padding: 5px 0;
    width: 250px;
    border-radius: 10px;
  }

  #index_body .initiatives ul.column li .link a {
    color: #ffffff;
    display: block;
  }

  #index_body .initiatives ul.column li .link a:hover {
    text-decoration: underline;
  }

  #index_body .objective {
    margin: 0 10px 20px;
  }

  #index_body .objective p {
    margin: 10px 0 0;
    font-size: 14px;
  }

  #index_body .objective .un-link_lower {
    font-size: 12px;
  }

  #index_body .objective .un-link_lower a {
    color: #0052a4;
    word-break: break-all;
  }

  /* 2022/3/7 追加（m.kato） */
  #index_body .week-archive {
    margin: 10px auto;
    text-align: center;
  }

  #index_body .week-archive .archive-link {
    margin: 5px 0 0;
    text-align: center;
    font-size: 4.8vw;
  }

  #index_body .week-archive .archive-link .head {
    font-size: 5.0vw;
    color: #5e5e5e;
    border-bottom: 2px solid;
    display: inline-block;
    margin: 0 0 10px;
    padding: 0 0.5em;
  }

  #index_body .week-archive .archive-link a {
    color: #5e5e5e !important;
  }

  /* 追加　ここまで */

  /***** 動画ページCSS *****/
  #sdgsVideo_body {
    background-color: #ffffff;
    margin: 0 auto 30px;
    padding: 10px;
  }

  #sdgsVideo_body section {
    margin: 0px auto 30px;
  }

  #sdgsVideo_body .uliza {
    margin: 10px 0;
  }

  #sdgsVideo_body .uliza .date {
    font-size: 14px;
  }

  #sdgsVideo_body .uliza .news-title {
    font-size: 18px;
  }

  #sdgsVideo_body .uliza .news-video {
    width: 300px;
    margin: 10px auto 0;
  }

  #sdgsVideo_body .news-text {
    line-height: 2.0em;
    font-size: 14px;
    margin: 10px;
  }

  #rtn {
    text-align: center;
    background-color: #e5243b;
    font-size: 14px;
    padding: 10px;
    border-radius: 20px;
    margin: 0 auto;
    width: 200px;
  }

  #rtn a {
    color: #ffffff;
    display: block;
  }

  /* =========================
  　SDGs WEEK用
  ========================= */
  #index_body section.week-contents {
    background-color: #ffffff;
    margin: 0 0 12vw;
    padding: 6vw 4vw;
    border-radius: 6vw;
  }

  #index_body section.week-contents .top {
    text-align: center;
  }

  #index_body section.week-contents .top .catch {
    font-size: 4.0vw;
    margin: 4vw 0;
    color: #5a5b5c;
  }

  #index_body section.week-contents .tokuban {
    background-color: #f5e000;
    margin: 15px 0 0;
    padding: 15px 0;
  }

  #index_body section.week-contents .tokuban .title {
    font-size: 21px;
    text-align: center;
  }

  #index_body section.week-contents .tokuban .title span.sub {
    font-size: 18px;
  }

  #index_body section.week-contents .tokuban .title span.prog-name {
    font-size: 27px;
  }

  #index_body section.week-contents .tokuban ul li.pic {
    max-width: 100%;
    text-align: center;
    margin: 0 0 5px;
  }

  #index_body section.week-contents .tokuban ul li.txt {
    font-size: 14px;
    padding: 0 1.0em;
  }

  #index_body section.week-contents .tokuban ul li.txt p:nth-of-type(1) {
    font-size: 18px;
    margin: 0 0 5px;
  }

  #index_body section.week-contents #yunavi {
    margin: 8vw 0 0;
  }

  #index_body section.week-contents #yunavi .title_img {
    text-align: center;
    margin: 0 0 4vw;
  }

  #index_body section.week-contents #yunavi li {
    width: 80%;
    font-size: 3.5vw;
    border: 3px solid #0052a4;
    padding: 4vw;
    margin: 0 auto 4vw;
  }

  #index_body section.week-contents #yunavi .video .more {
    width: 75%;
    margin: 0 auto;
  }

  #index_body section.week-contents #yunavi .video .more button {
    margin: 0 auto;
    padding: 0.25em 0;
    border-radius: 2vw;
    font-size: 3.5vw;
    color: #ffffff;
    width: 100%;
  }

  #index_body section.week-contents .programs {
    margin: 8vw 0 0;
  }

  #index_body section.week-contents .programs ul.column li {
    margin: 4vw 0;
    color: #ffffff;
    padding: 4vw;
    border-radius: 4vw;
  }

  #index_body section.week-contents .programs ul.column li.week-tv {
    background-color: #8cd93d;
  }

  #index_body section.week-contents .programs ul.column li.week-radio {
    background-color: #00b4d6;
  }

  #index_body section.week-contents .programs ul.column li:nth-of-type(1) {
    margin: 0;
  }

  #index_body section.week-contents .programs ul.column li a:hover {
    text-decoration: none;
  }

  #index_body section.week-contents .programs ul.column li .title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 4.0vw;
    margin: 0 0 2vw;
  }

  #index_body section.week-contents .programs ul.column li .title p {
    padding: 0.25em 0.5em;
  }

  #index_body section.week-contents .programs ul.column li.week-tv .title p.kinds {
    background-color: #ffffff;
    color: #1bb140;
  }

  #index_body section.week-contents .programs ul.column li.week-radio .title p.kinds {
    background-color: #ffffff;
    color: #006d94;
  }

  #index_body section.week-contents .programs ul.column li.week-tv .title {
    background-color: #1bb140;
  }

  #index_body section.week-contents .programs ul.column li.week-radio .title {
    background-color: #006d94;
  }

  #index_body section.week-contents .programs ul.column li .caption {
    font-size: 3.75vw;
    margin: 0 0 2vw;
  }

  #index_body section.week-contents .programs ul.column li .goals {
    display: flex;
    justify-content: flex-start;
    margin: 2vw 0 0;
  }

  #index_body section.week-contents .programs ul.column li .goals .ico {
    width: 25%;
    margin: 0 2.5% 0 0;
  }

  #index_body section.week-contents .programs ul.column li .goals .ico:last-child {
    margin: 0;
  }

  #index_body section.week-contents .programs ul.column li .detail {
    font-size: 3.5vw;
  }

  #index_body section.week-contents .programs ul.column li .link {
    text-align: center;
    /* background-color: #0052a4; */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0036a3+0,0052a4+50,0036a3+100 */
    background: #0036a3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f4e500 0%, #feb200 50%, #f4e500 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f4e500 0%, #feb200 50%, #f4e500 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f4e500 0%, #feb200 50%, #f4e500 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4e500', endColorstr='#f4e500', GradientType=0);
    /* IE6-9 */
    margin: 2vw auto 0;
    padding: 0.25em 0;
    width: 75%;
    border-radius: 2vw;
  }

  #index_body section.week-contents .programs ul.column li .link a {
    color: #333333;
    display: block;
    font-size: 3.5vw;
  }

  #index_body section.week-contents .programs ul.column li .link a:hover {
    text-decoration: underline;
  }

  #index_body section.week-contents .programs ul.column li .sunny-side div {
    font-size: 3.5vw;
  }

  #index_body section.week-contents .programs ul.column li .sunny-side div.corner {
    margin: 4vw 0 0;
  }

  #index_body section.week-contents .programs ul.column li .sunny-side div.corner .title_img {
    /* background-color: #ffffff; */
    margin: 0 0 5px;
  }

  #index_body section.week-contents .programs ul.column li .sunny-side div.corner .title_img img {
    background-color: #ffffff;
    padding: 3%;
    width: 97%;
  }

  #index_body section.week-contents .programs ul.column li .sunny-side div.corner .detail_txt {
    margin: 0 0 5px;
  }

  #index_body section.week-contents .programs ul.column li .sunny-side div.corner .detail_txt a.txt_link {
    text-decoration: underline;
    color: #ffffff;
  }

  #index_body section.week-contents .sponser {
    margin: 8vw 0 0;
  }

  #index_body section.week-contents .sponser ul {
    margin: 4vw 0 0;
  }

  #index_body section.week-contents .sponser li {
    width: 80%;
    margin: 0 auto 4vw;
    text-align: center;
  }

  #index_body section.week-contents .sponser li:last-child {
    margin: 0 auto;
  }

  #index_body section.week-contents .sponser li img {
    max-height: 20vw;
  }
}