@charset "UTF-8";
/* Scss Document */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast; } }
/******************************************************************/
body {
  padding: 125px 0 0; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  body {
    padding: 65px 0 0; } }
/*max-width:768px*/
/*max-width:480px*/
/******************************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  width: 100%;
  z-index: 8888; }

.header_box {
  max-width: 1980px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0 0 25px; }
  .header_box .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    max-width: 650px; }
    .header_box .left h1 {
      font: 16px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 500;
      background: url("../images/common/miedai_header.svg") left top no-repeat;
      background-size: 127px auto;
      padding: 43px 0 0; }
    .header_box .left p {
      margin: 45px;
      background: url("../images/common/sdgs_header.svg") center center no-repeat;
      width: 275px;
      height: 34px;
      display: block;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
  .header_box .left2023 {
    width: 425px; }
    .header_box .left2023 a {
      display: block;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: flex-start;
      padding: 20px 0 15px; }
    .header_box .left2023 .mu_logo {
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      width: 149px;
      height: 34px;
      display: block;
      background: url("../images/common/miedai_header.svg") center center no-repeat;
      background-size: contain; }
    .header_box .left2023 .goal_logo {
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      display: block;
      width: 260px;
      height: 30px;
      background: url("../images/common/sdgs_header.svg") right center no-repeat;
      background-size: contain;
      position: relative; }
      .header_box .left2023 .goal_logo:before {
        position: absolute;
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        top: 0;
        border-left: 1px solid #000;
        left: 0; }
    .header_box .left2023 p {
      display: block;
      width: 100%; }
      .header_box .left2023 p.txt01 {
        font: 14px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 400;
        padding: 10px 0 15px;
        text-align: center; }
      .header_box .left2023 p.txt02 {
        font: 16px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 500; }
      .header_box .left2023 p br {
        display: none; }
  .header_box .right {
    width: calc(100% - 605px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px 0 0 0; }
  .header_box .right_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 0 20px 0 0; }
    .header_box .right_top .top_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin: 0; }
      .header_box .right_top .top_list li {
        margin: 0  0 0 10px;
        font: 16px/29px 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 500; }
      .header_box .right_top .top_list .list_link {
        display: block;
        width: 120px;
        height: 32px;
        border: 1px solid #ccc;
        text-align: left;
        padding: 0px;
        background: #FFF url(../images/common/list_icon.svg) no-repeat;
        background-position: 10px 5px;
        background-size: 20px; }
      .header_box .right_top .top_list .glossary_link,
      .header_box .right_top .top_list .sdgs_link,
      .header_box .right_top .top_list .list_link {
        padding: 0 0 0 40px;
        display: block;
        border: 1px solid #ccc; }
      .header_box .right_top .top_list .sdgs_link {
        width: 210px;
        height: 32px;
        border: 1px solid #ccc;
        background: #FFF url(../images/common/sdgs_icon.svg) no-repeat;
        background-position: 5px center;
        background-size: 23px; }
      .header_box .right_top .top_list .glossary_link {
        width: 120px;
        height: 32px;
        background: #FFF url(../images/common/book.svg) no-repeat;
        background-position: 5px center;
        background-size: 25px; }
      .header_box .right_top .top_list .sdgs_link:hover,
      .header_box .right_top .top_list .list_link:hover,
      .header_box .right_top .top_list .glossary_link:hover {
        color: #ccc; }
  .header_box .right_btm {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin: 10px 0 0 auto; }
    .header_box .right_btm li {
      margin: 0 0 0 15px;
      font: 16px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 500;
      position: relative;
      padding: 0 0 0 15px; }
      .header_box .right_btm li:before {
        position: absolute;
        content: "";
        left: 0px;
        top: 5px;
        width: 6px;
        height: 6px;
        border-top: 2px solid #00a73c;
        border-right: 2px solid #00a73c;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

.header_nav {
  max-width: 1980px; }

.gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: 0 0 0 auto; }
  .gnav_list li {
    width: calc(100% / 9);
    border-left: 2px dotted #ccc; }
    .gnav_list li.list_link, .gnav_list li.glossary_link {
      display: none; }
    .gnav_list li .sub_link {
      font: 13px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 500;
      display: block;
      width: 100%;
      padding: 10px 0;
      position: relative; }
      .gnav_list li .sub_link:before {
        position: absolute;
        content: attr(title);
        width: 100%;
        display: block;
        text-align: center;
        left: 0;
        top: 0;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); }
      .gnav_list li .sub_link span {
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        display: block;
        width: 100%; }
    .gnav_list li br {
      display: none; }
    .gnav_list li.c01 a:hover {
      color: #16a85b; }
    .gnav_list li.c02 a:hover {
      color: #5eb031; }
    .gnav_list li.c03 a:hover {
      color: #e66900; }
    .gnav_list li.c03 .sub_link {
      font-size: 10px;
      letter-spacing: -1px;
      padding: 13px 0 10px; }
    .gnav_list li.c04 a:hover {
      color: #da3915; }
    .gnav_list li.c05 {
      position: relative; }
      .gnav_list li.c05 a:hover {
        color: #f08437; }
    .gnav_list li.c06 {
      position: relative; }
      .gnav_list li.c06 a:hover {
        color: #f5a33b; }
    .gnav_list li.c07 a:hover {
      color: #ea545d; }
    .gnav_list li.c08 a:hover {
      color: #ed7987; }
    .gnav_list li.c09 a:hover {
      color: #9f74a6; }

.sub_nav {
  display: none; }

.menu_box {
  display: none;
  position: absolute;
  margin: 0 auto;
  background-color: #fff;
  border: 3px solid #ccc;
  padding: 30px;
  box-sizing: border-box; }
  .menu_box.active {
    display: block; }
  .menu_box a {
    display: block;
    font: 15px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0 0 0 13px;
    position: relative; }
    .menu_box a:before {
      position: absolute;
      content: "";
      left: 0;
      top: 7px;
      width: 5px;
      height: 6px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .menu_box .cat_ttl {
    display: block;
    font: 16px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 400;
    margin: 20px 0 10px;
    position: relative;
    padding: 0 0 0 18px; }
    .menu_box .cat_ttl:before {
      position: absolute;
      content: "";
      display: block;
      width: 13px;
      height: 13px;
      background-color: #ccc;
      top: 6px;
      left: 0; }
  .menu_box .menu_ttl {
    font: 18px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 500;
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: dashed 1px #ccc;
    width: 100%; }
  .menu_box.c01_box {
    border: 3px solid #16a85b;
    width: 500px;
    top: 125px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%); }
    .menu_box.c01_box a:before {
      border-top: 2px solid #16a85b;
      border-right: 2px solid #16a85b; }
    .menu_box.c01_box .menu_ttl {
      color: #16a85b; }
    .menu_box.c01_box .cat_ttl a:hover {
      color: #16a85b; }
    .menu_box.c01_box .cat_ttl:before {
      background-color: #16a85b; }
  .menu_box.c02_box {
    top: 125px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%);
    border: 3px solid #5eb031; }
    .menu_box.c02_box a:before {
      border-top: 2px solid #5eb031;
      border-right: 2px solid #5eb031; }
    .menu_box.c02_box .menu_ttl {
      color: #5eb031; }
    .menu_box.c02_box .cat_ttl a:hover {
      color: #5eb031; }
    .menu_box.c02_box .cat_ttl:before {
      background-color: #5eb031; }
  .menu_box.c03_box {
    width: 1160px !important;
    top: 125px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%);
    border: 3px solid #e66900; }
    .menu_box.c03_box a:before {
      border-top: 2px solid #e66900;
      border-right: 2px solid #e66900; }
    .menu_box.c03_box .menu_ttl {
      color: #e66900; }
    .menu_box.c03_box .cat_ttl a:hover {
      color: #e66900; }
    .menu_box.c03_box .cat_ttl:before {
      background-color: #e66900; }
  .menu_box.c04_box {
    margin: 0;
    width: 500px;
    top: 125px;
    left: 50%;
    right: 0;
    -webkit-transform: translate(0%, 0%);
    /* Safari用 */
    transform: translate(0%, 0%);
    border: 3px solid #da3915; }
    .menu_box.c04_box a:before {
      border-top: 2px solid #da3915;
      border-right: 2px solid #da3915; }
    .menu_box.c04_box .menu_ttl {
      color: #da3915; }
    .menu_box.c04_box .cat_ttl a:hover {
      color: #da3915; }
    .menu_box.c04_box .cat_ttl:before {
      background-color: #da3915; }
  .menu_box.c05_box {
    border: 3px solid #f08437;
    width: 500px;
    left: 50%;
    transform: translate(-50%, 0); }
    .menu_box.c05_box a:before {
      border-top: 2px solid #f08437;
      border-right: 2px solid #f08437; }
    .menu_box.c05_box .menu_ttl {
      color: #f08437; }
    .menu_box.c05_box .cat_ttl a:hover {
      color: #f08437; }
    .menu_box.c05_box .cat_ttl:before {
      background-color: #f08437; }
  .menu_box.c06_box {
    width: 500px;
    left: 50%;
    transform: translate(-50%, 0);
    border: 3px solid #f5a33b; }
    .menu_box.c06_box a:before {
      border-top: 2px solid #f5a33b;
      border-right: 2px solid #f5a33b; }
    .menu_box.c06_box .menu_ttl {
      color: #f5a33b; }
    .menu_box.c06_box .cat_ttl a:hover {
      color: #f5a33b; }
    .menu_box.c06_box .cat_ttl:before {
      background-color: #f5a33b; }
  .menu_box.c07_box {
    width: 500px;
    right: 0;
    border: 3px solid #ea545d; }
    .menu_box.c07_box a:before {
      border-top: 2px solid #ea545d;
      border-right: 2px solid #ea545d; }
    .menu_box.c07_box .menu_ttl {
      color: #ea545d; }
    .menu_box.c07_box .cat_ttl a:hover {
      color: #ea545d; }
    .menu_box.c07_box .cat_ttl:before {
      background-color: #ea545d; }
  .menu_box.c08_box {
    width: 500px;
    right: 0;
    border: 3px solid #ed7987; }
    .menu_box.c08_box a:before {
      border-top: 2px solid #ed7987;
      border-right: 2px solid #ed7987; }
    .menu_box.c08_box .menu_ttl {
      color: #ed7987; }
    .menu_box.c08_box .cat_ttl a:hover {
      color: #ed7987; }
    .menu_box.c08_box .cat_ttl:before {
      background-color: #ed7987; }
  .menu_box.c09_box {
    width: 500px;
    right: 0;
    border: 3px solid #9f74a6; }
    .menu_box.c09_box a:before {
      border-top: 2px solid #9f74a6;
      border-right: 2px solid #9f74a6; }
    .menu_box.c09_box .menu_ttl {
      color: #9f74a6; }
    .menu_box.c09_box .cat_ttl a:hover {
      color: #9f74a6; }
    .menu_box.c09_box .cat_ttl:before {
      background-color: #9f74a6; }

.menu_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start; }
  .menu_flex > div {
    max-width: fit-content;
    width: calc((100% - 165px)/3); }

.menu_flex_c03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start; }
  .menu_flex_c03 .item_menu_flex {
    width: calc((100% - 80px)/3);
    margin: 0 40px 0 0; }
    .menu_flex_c03 .item_menu_flex:nth-of-type(3n) {
      margin: 0; }

.c03_box {
  width: 1160px !important; }
  .c03_box .mt0 {
    margin-top: 0 !important; }
  .c03_box .item_menu_flex:nth-of-type(1) {
    margin: 0;
    width: 370px; }
  .c03_box .item_menu_flex:nth-of-type(2) {
    margin: 0 40px;
    width: calc(100% - 740px); }
  .c03_box .item_menu_flex:nth-of-type(3n) {
    width: 220px;
    margin: 0; }

@media (max-width: 1600px) {
  .header_box {
    width: 100%;
    display: block;
    padding: 0 10px 0 25px; }
    .header_box .right {
      position: absolute;
      width: 100%;
      max-width: 360px;
      display: block;
      top: 125px;
      right: -360px;
      background-color: #fff;
      overflow: scroll;
      height: 100vh;
      padding: 0 0 20%;
      transition: .3s; }
      .header_box .right.active {
        right: 0; }
    .header_box .right_top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      padding: 0;
      width: 100%; }
      .header_box .right_top .top_list {
        display: block;
        margin: 0 0 15px;
        padding: 0;
        width: 100%; }
        .header_box .right_top .top_list li {
          margin: 0;
          font: 16px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
          font-weight: 500; }
        .header_box .right_top .top_list .list_link {
          display: none !important; }
        .header_box .right_top .top_list .sdgs_link {
          padding: 18px 15px 18px 35px;
          width: 100% !important;
          display: block;
          height: auto;
          border: none;
          border-bottom: 2px dotted #ccc;
          background: #FFF url(../images/common/sdgs_icon.svg) no-repeat;
          background-position: 7px center;
          background-size: 20px;
          text-align: left; }
        .header_box .right_top .top_list .glossary_link {
          display: none; }
    .header_box .right_btm {
      max-width: 620px;
      width: 100%;
      display: block;
      margin: 0 0 30px; }
      .header_box .right_btm li {
        margin: 0;
        font: 16px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 500;
        position: relative;
        padding: 0;
        width: 100%;
        border-bottom: 2px dotted #ccc; }
        .header_box .right_btm li:before {
          display: none; }
        .header_box .right_btm li a {
          width: 100%;
          display: block;
          padding: 15px 15px 15px 35px;
          position: relative; }
          .header_box .right_btm li a:before {
            position: absolute;
            content: "";
            left: 10px;
            top: 19px;
            width: 8px;
            height: 8px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            border-top: 2px solid #16a85b;
            border-right: 2px solid #16a85b; }

  .header_nav {
    max-width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
    right: 0;
    width: 100%;
    top: 0;
    height: 100vh;
    background-color: #fff;
    transition: .3s; }
    .header_nav.active {
      right: 0; }

  .gnav_list {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 350px;
    width: 100%;
    margin: 0 0 0 auto; }
    .gnav_list li {
      width: 100%;
      border-left: none;
      border-bottom: 2px dotted #ccc;
      position: relative; }
      .gnav_list li.list_link, .gnav_list li.glossary_link {
        font: 16px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 500;
        display: block !important;
        width: 100%;
        padding: 15px 20px 15px 35px;
        position: relative; }
      .gnav_list li.list_link {
        margin: 30px 0 0 0;
        background: #FFF url(../images/common/list_icon.svg) no-repeat;
        background-position: left 5px center;
        background-size: 18px; }
      .gnav_list li.glossary_link {
        background: #FFF url(../images/common/book.svg) no-repeat;
        background-position: 5px center;
        background-size: 22px; }
      .gnav_list li .sub_link {
        font: 16px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 500;
        display: block;
        width: 100%;
        padding: 15px 20px 15px 35px;
        position: relative; }
        .gnav_list li .sub_link:before {
          display: none; }
        .gnav_list li .sub_link span {
          overflow: hidden;
          text-indent: inherit;
          white-space: inherit nowrap;
          display: block;
          width: 100%;
          position: relative;
          z-index: 5;
          padding: 0 0 0 18px; }
          .gnav_list li .sub_link span:after {
            position: absolute;
            content: attr(name);
            left: 0; }
      .gnav_list li br {
        display: none; }
      .gnav_list li:before {
        position: absolute;
        content: "";
        left: 10px;
        top: 19px;
        width: 8px;
        height: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .gnav_list li.c01 {
        position: relative; }
        .gnav_list li.c01 a:hover {
          color: #16a85b; }
        .gnav_list li.c01:before {
          border-top: 2px solid #16a85b;
          border-right: 2px solid #16a85b; }
      .gnav_list li.c02 a:hover {
        color: #5eb031; }
      .gnav_list li.c02:before {
        border-top: 2px solid #5eb031;
        border-right: 2px solid #5eb031; }
      .gnav_list li.c03 a:hover {
        color: #e66900; }
      .gnav_list li.c03:before {
        border-top: 2px solid #e66900;
        border-right: 2px solid #e66900; }
      .gnav_list li.c03 .sub_link {
        font: 16px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 500;
        letter-spacing: 0px;
        padding: 15px 20px 15px 35px; }
      .gnav_list li.c04 a:hover {
        color: #da3915; }
      .gnav_list li.c04:before {
        border-top: 2px solid #da3915;
        border-right: 2px solid #da3915; }
      .gnav_list li.c05 a:hover {
        color: #f08437; }
      .gnav_list li.c05:before {
        border-top: 2px solid #f08437;
        border-right: 2px solid #f08437; }
      .gnav_list li.c06 a:hover {
        color: #f5a33b; }
      .gnav_list li.c06:before {
        border-top: 2px solid #f5a33b;
        border-right: 2px solid #f5a33b; }
      .gnav_list li.c07 a:hover {
        color: #ea545d; }
      .gnav_list li.c07:before {
        border-top: 2px solid #ea545d;
        border-right: 2px solid #ea545d; }
      .gnav_list li.c08 a:hover {
        color: #ed7987; }
      .gnav_list li.c08:before {
        border-top: 2px solid #ed7987;
        border-right: 2px solid #ed7987; }
      .gnav_list li.c09 a:hover {
        color: #9f74a6; }
      .gnav_list li.c09:before {
        border-top: 2px solid #9f74a6;
        border-right: 2px solid #9f74a6; }

  .menu_box {
    display: none; }
    .menu_box.active {
      display: none; }
    .menu_box.sp_active {
      display: none; } }
@media (max-width: 768px) {
  .header_box {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: flex-start;
    height: 65px;
    padding: 0 0 0 20px; }
    .header_box .left {
      width: 100%; }
      .header_box .left h1 {
        font: 14px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 500;
        background: url("../images/common/miedai_header.svg") left top no-repeat;
        background-size: 120px auto;
        padding: 33px 0 0; }
      .header_box .left p {
        display: none; }
    .header_box .left2023 {
      width: 245px; }
      .header_box .left2023 a {
        flex-direction: column;
        align-items: center;
        padding: 0; }
      .header_box .left2023 .mu_logo,
      .header_box .left2023 .goal_logo {
        display: none; }
      .header_box .left2023 p {
        display: block;
        width: 100%; }
        .header_box .left2023 p.txt01 {
          display: none !important; }
        .header_box .left2023 p.txt02 {
          font: 17px/1.3em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
          font-weight: 500;
          position: relative;
          padding: 0 0 0 50px; }
          .header_box .left2023 p.txt02:before {
            position: absolute;
            content: "";
            display: block;
            background: url("../images/common/miedai_header.svg") center left no-repeat;
            background-size: auto 100%;
            width: 45px;
            height: 40px;
            left: 0;
            top: 3px; }
        .header_box .left2023 p br {
          display: block; }
    .header_box .right {
      position: absolute;
      width: 100%;
      max-width: 100%;
      display: block;
      top: 66px;
      right: -100%;
      background-color: #fff;
      overflow: scroll;
      height: 100vh;
      padding: 0 0 50%;
      transition: .3s; }
      .header_box .right.active {
        right: 0; }
    .header_box .right_top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      width: 100%; }
      .header_box .right_top .top_list {
        display: block;
        margin: 0 0 15px;
        padding: 0;
        width: 100%; }
        .header_box .right_top .top_list li {
          margin: 0;
          font: 16px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
          font-weight: 500; }
        .header_box .right_top .top_list .list_link {
          display: none !important; }
        .header_box .right_top .top_list .sdgs_link {
          padding: 18px 15px 18px 35px;
          width: 100% !important;
          display: block;
          height: auto;
          border: none;
          border-bottom: 2px dotted #ccc;
          background: #FFF url(../images/common/sdgs_icon.svg) no-repeat;
          background-position: 7px center;
          background-size: 20px;
          text-align: left; }
        .header_box .right_top .top_list .glossary_link {
          display: none; }
    .header_box .right_btm {
      max-width: 100%;
      width: 100%;
      display: block;
      margin: 0 0 30px; }
      .header_box .right_btm li {
        margin: 0;
        font: 16px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 500;
        position: relative;
        padding: 0;
        width: 100%;
        border-bottom: 2px dotted #ccc; }
        .header_box .right_btm li:before {
          display: none; }
        .header_box .right_btm li a {
          width: 100%;
          display: block;
          padding: 15px 15px 15px 35px;
          position: relative; }
          .header_box .right_btm li a:before {
            position: absolute;
            content: "";
            left: 10px;
            top: 19px;
            width: 8px;
            height: 8px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            border-top: 2px solid #16a85b;
            border-right: 2px solid #16a85b; }

  .header_nav {
    max-width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
    right: 0;
    width: 100%;
    top: 0;
    height: auto;
    background-color: #fff;
    transition: .3s; }
    .header_nav.active {
      right: 0; }

  .gnav_list {
    max-width: 100%; }
    .gnav_list li {
      width: 100%;
      border-left: none;
      border-bottom: 2px dotted #ccc;
      position: relative; }
      .gnav_list li.list_link, .gnav_list li.glossary_link {
        font: 16px/1.0em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 500;
        display: block !important;
        width: 100%;
        padding: 15px 20px 15px 35px;
        position: relative; }
      .gnav_list li.list_link {
        margin: 30px 0 0 0;
        background: #FFF url(../images/common/list_icon.svg) no-repeat;
        background-position: left 5px center;
        background-size: 18px; }
      .gnav_list li.glossary_link {
        background: #FFF url(../images/common/book.svg) no-repeat;
        background-position: 5px center;
        background-size: 22px; }
      .gnav_list li.c01 a:hover, .gnav_list li.c02 a:hover, .gnav_list li.c03 a:hover, .gnav_list li.c04 a:hover, .gnav_list li.c05 a:hover, .gnav_list li.c06 a:hover, .gnav_list li.c07 a:hover, .gnav_list li.c08 a:hover, .gnav_list li.c09 a:hover {
        color: #000; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .header_box {
    padding: 0 0 0 10px; }
    .header_box .left {
      width: 100%; }
      .header_box .left h1 {
        font: 13px/1.5em 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
        font-weight: 500;
        background: url("../images/common/miedai_header.svg") left top no-repeat;
        background-size: 115px auto;
        padding: 32px 0 0; }
    .header_box .right {
      position: absolute;
      width: 100%;
      max-width: 100%;
      display: block;
      top: 66px;
      right: -100%;
      background-color: #fff;
      overflow: scroll;
      height: 100vh;
      padding: 0 0 50%;
      transition: .3s; }
      .header_box .right.active {
        right: 0; } }
/*max-width:480px*/
/******************************************************************/
.navToggle2 {
  display: none; }

@media (max-width: 1600px) {
  .navToggle2 {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    background-color: #00a73c; }

  .navToggle2 span {
    display: block;
    position: absolute;
    width: 70%;
    left: 50%;
    height: 3px;
    margin: 0;
    background-color: #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .navToggle2 span:nth-child(1) {
      top: 16px; }
    .navToggle2 span:nth-child(2) {
      top: 28px; }
    .navToggle2 span:nth-child(3) {
      top: 40px; }
    .navToggle2 span:nth-child(4) {
      border-radius: 0;
      height: 13px;
      font: 16px/100% 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 500;
      color: #fff;
      position: absolute;
      width: 99%;
      text-align: center;
      top: auto;
      bottom: 6px;
      left: 50%;
      text-align: center;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: inherit; }
      .navToggle2 span:nth-child(4):before, .navToggle2 span:nth-child(4):after {
        top: 0;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        transition: .3s;
        position: absolute; }
      .navToggle2 span:nth-child(4):before {
        content: "MENU"; }
      .navToggle2 span:nth-child(4):after {
        opacity: 0;
        content: "CLOSE"; }

  .navToggle2.active span:nth-child(1) {
    transform: rotate(30deg);
    left: 10px;
    top: 27px; }

  .navToggle2.active span:nth-child(3) {
    transform: rotate(-30deg);
    left: 10px;
    top: 27px; }

  .navToggle2.active span:nth-child(2) {
    display: none; }

  .navToggle2.active span:nth-child(4):before {
    content: "MENU";
    opacity: 0; }
  .navToggle2.active span:nth-child(4):after {
    opacity: 1;
    content: "CLOSE"; } }
@media (max-width: 768px) {
  .navToggle2 {
    top: 0px;
    right: 0;
    width: 65px;
    height: 65px; }

  .navToggle2 span {
    display: block;
    position: absolute;
    width: 70%;
    left: 50%;
    height: 3px;
    margin: 0;
    background-color: #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .navToggle2 span:nth-child(1) {
      top: 13px; }
    .navToggle2 span:nth-child(2) {
      top: 23px; }
    .navToggle2 span:nth-child(3) {
      top: 33px; }
    .navToggle2 span:nth-child(4) {
      height: 13px;
      font: 14px/100% 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 500;
      top: auto;
      bottom: 2px; }
      .navToggle2 span:nth-child(4):before, .navToggle2 span:nth-child(4):after {
        top: 0;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        transition: .3s;
        position: absolute; }
      .navToggle2 span:nth-child(4):before {
        content: "MENU"; }
      .navToggle2 span:nth-child(4):after {
        opacity: 0;
        content: "CLOSE"; }

  .navToggle2.active span:nth-child(1) {
    transform: rotate(30deg);
    left: 9px;
    top: 20px; }

  .navToggle2.active span:nth-child(3) {
    transform: rotate(-30deg);
    left: 9px;
    top: 20px; }

  .navToggle2.active span:nth-child(2) {
    display: none; }

  .navToggle2.active span:nth-child(4):before {
    content: "MENU";
    opacity: 0; }
  .navToggle2.active span:nth-child(4):after {
    opacity: 1;
    content: "CLOSE"; } }
/*max-width:768px*/
/*max-width:480px*/
/******************************************************************/
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center; }
  .search-form .search-field {
    outline: 0;
    border: 1px solid #ccc;
    height: 35px;
    padding: 5px;
    width: 180px; }
  .search-form .search-submit {
    margin-left: 5px;
    width: 40px;
    height: 35px;
    padding: 5px;
    background: #888889;
    border: none;
    color: #fff;
    font: 14px/100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    .search-form .search-submit:hover {
      color: #fff;
      background: #ccc; }

#gnav .search-form {
  display: none; }

@media (max-width: 1600px) {
  .search-form {
    width: 100%;
    padding: 12px 20px 20px 15px; }
    .search-form .search-field {
      width: 100%; }
    .search-form .search-submit {
      width: 70px; } }
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .search-form {
    width: 100%;
    padding: 12px 20px 20px 15px; }
    .search-form .search-field {
      width: 100%; }
    .search-form .search-submit {
      width: 70px; }
    .search-form .input-search-label {
      width: calc(100% - 80px); } }
/*max-width:768px*/
/*max-width:480px*/
/***************************************/
#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 888;
  transition: 0.3s;
  opacity: 0; }
  #page_top p {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    text-align: center;
    color: #159E3C;
    font: 18px/60px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    border: #159E3C 1px solid;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 50%; }
    #page_top p:hover {
      opacity: 0.7; }

@media (max-width: 1024px) {
  #page_top p:hover {
    opacity: 1; } }
@media (max-width: 480px) {
  #page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 888;
    transition: 0.3s;
    opacity: 0; }
    #page_top p {
      display: block;
      width: 50px;
      height: 50px;
      background-color: #fff;
      text-align: center;
      color: #159E3C;
      font: 16px/50px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      border: #159E3C 1px solid;
      cursor: pointer;
      transition: 0.3s;
      border-radius: 50%; }
      #page_top p:hover {
        opacity: 1; } }
/*max-width:480px*/
/******************************************************************/
footer {
  width: 100%;
  text-align: center;
  padding: 20px 40px 20px;
  /*position: absolute;
  bottom: 0;*/
  color: #666;
  font: 14px/150% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

/*SDGs*/
/******************************************/
.archive {
  max-width: 980px;
  width: 100%;
  margin: 0 auto; }

.archive_set {
  padding: 15px 0;
  border-bottom: 1px solid #EEEFEF;
  position: relative; }
  .archive_set a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center; }

.archive_pic {
  width: 160px;
  height: 140px;
  overflow: hidden;
  position: relative;
  margin: 0 auto 0 0;
  transition: 0.3s; }

.archive_set a:hover > .archive_pic {
  opacity: 0.5; }

.archive_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 140px !important;
  width: auto !important;
  max-width: inherit !important; }

.archive_txt {
  width: calc(100% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start; }

.archive_ttl {
  font: 20px/180% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold; }

.page_c01 > .archive_set a > .archive_ttl {
  color: #16a85b; }

.page_c02 > .archive_set a > .archive_ttl {
  color: #5eb031; }

.page_c03 > .archive_set a > .archive_ttl {
  color: #e66900; }

.page_c04 > .archive_set a > .archive_ttl {
  color: #da3915; }

.page_c05 > .archive_set a > .archive_ttl {
  color: #f08437; }

.page_c06 > .archive_set a > .archive_ttl {
  color: #f5a33b; }

.page_c07 > .archive_set a > .archive_ttl {
  color: #ea545d; }

.page_c08 > .archive_set a > .archive_ttl {
  color: #ed7987; }

.page_c09 > .archive_set a > .archive_ttl {
  color: #9f74a6; }

/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  .archive_pic {
    width: 103px;
    height: 90px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 0 0;
    transition: 0.3s; }

  .archive_set a:hover > .archive_pic {
    opacity: 1; }

  .archive_pic img {
    height: 90px;
    width: auto; }

  .archive_txt {
    width: calc(100% - 115px); }

  .archive_ttl {
    font: 16px/180% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold; } }
/*max-width:480px*/
/*SDGs*/
/******************************************/
.archive_sdgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px; }
  .archive_sdgs li {
    width: 60px;
    height: 60px;
    margin: 0 8px 8px 0;
    background-size: 60px 60px;
    background-position: center center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }

.single_sdgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 50px; }
  .single_sdgs li {
    width: 55px;
    height: 55px;
    margin: 0 15px 0px 0;
    background-size: 60px 60px;
    background-position: center center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }

.ico-sdgs_01 {
  background-image: url("../images/sdgs/sdgs_01.svg"); }

.ico-sdgs_02 {
  background-image: url("../images/sdgs/sdgs_02.svg"); }

.ico-sdgs_03 {
  background-image: url("../images/sdgs/sdgs_03.svg"); }

.ico-sdgs_04 {
  background-image: url("../images/sdgs/sdgs_04.svg"); }

.ico-sdgs_05 {
  background-image: url("../images/sdgs/sdgs_05.svg"); }

.ico-sdgs_06 {
  background-image: url("../images/sdgs/sdgs_06.svg"); }

.ico-sdgs_07 {
  background-image: url("../images/sdgs/sdgs_07.svg"); }

.ico-sdgs_08 {
  background-image: url("../images/sdgs/sdgs_08.svg"); }

.ico-sdgs_09 {
  background-image: url("../images/sdgs/sdgs_09.svg"); }

.ico-sdgs_10 {
  background-image: url("../images/sdgs/sdgs_10.svg"); }

.ico-sdgs_11 {
  background-image: url("../images/sdgs/sdgs_11.svg"); }

.ico-sdgs_12 {
  background-image: url("../images/sdgs/sdgs_12.svg"); }

.ico-sdgs_13 {
  background-image: url("../images/sdgs/sdgs_13.svg"); }

.ico-sdgs_14 {
  background-image: url("../images/sdgs/sdgs_14.svg"); }

.ico-sdgs_15 {
  background-image: url("../images/sdgs/sdgs_15.svg"); }

.ico-sdgs_16 {
  background-image: url("../images/sdgs/sdgs_16.svg"); }

.ico-sdgs_17 {
  background-image: url("../images/sdgs/sdgs_17.svg"); }

/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  .archive_sdgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px; }
    .archive_sdgs li {
      width: 50px;
      height: 50px;
      margin: 0 7px 7px 0;
      background-size: 50px 50px; }

  .single_sdgs {
    margin: 0 0 40px; }
    .single_sdgs li {
      width: 50px;
      height: 50px;
      margin: 0 7px 7px 0;
      background-size: 50px 50px; } }
/*max-width:480px*/
