@charset "UTF-8";
/*reset*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
// form
input,
button,
select,
textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}
*/
/*
font-weight: 400;
font-style: normal;
*/
/* DemiLight
font-weight: 300;
font-style: normal;
*/
/*
font-weight: 500;
font-style: normal;
*/
/*
font-weight: 700;
font-style: normal;
*/
.bold {
  font-weight: bold;
}

.red {
  color: #EB1C24;
}

.no_disp {
  display: none !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
  /*font-size: 62.5%;*/
  min-width: 1200px;
  margin: 0;
  padding: 0;
  font-family: "NotoSansCJKjp", "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 500;
  width: 100%;
  color: #1A1A1A;
  position: relative;
}

.sp {
  display: none !important;
}

.pc_line{
  display: block;
}

.sp_line{
  display: inline;
}

.pc_sp_line{
  display: block;
}

@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }

  .pc_line{
    display: inline;
  }

  .sp_line{
    display: block;
  }
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  opacity: 0.8;
}

#post2020_target #keyv {
  position: relative;
  background: url("../img/keyv_bg_new_cercle.svg"), url("../img/keyv_bg_s_new.png");
  background-size: 401px 363px ,cover;
  background-repeat: no-repeat;
  background-position: calc(50% + 565px) 3px, top center;
  height: 190px;
}

@media screen and (max-width: 1500px) {
  #post2020_target #keyv {
    background-position: 68vw 3px,top center;
  }
}

#post2020_target #keyv .keyv_inner_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

#post2020_target #keyv .keyv_title {
  font-family: "BIZ UDPMincho";
  letter-spacing: 0.2em;
  color: #007245;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

#post2020_target .nav_content {
  width: 665px;
  min-height: 95px;
  margin: 54px auto 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#post2020_target .nav_content .nav_content_link_item {
  font-size: 17px;
  line-height: 30px;
  text-decoration: none;
  color: #000;
  width: 50%;
  display: block;
  text-align: center;
  border-left: 1px solid #999999;
  padding: 10px 10px 40px 10px;
  background: URL("../img/green_arrow_under.svg");
  background-repeat: no-repeat;
  background-size: 11px 7px;
  background-position: center bottom 10px;
}

#post2020_target .nav_content .nav_content_link_item:last-child {
  border-right: 1px solid #999999;
}

#post2020_target #post2020 {
  margin-bottom: 100px;
}

#post2020_target #post2020 .text_area {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

#post2020_target #post2020 .text_area .text_area_title {
  font-size: 20px;
  line-height: 65px;
  text-indent: 30px;
  width: 100%;
  height: 65px;
  background: #D2D921;
}

#post2020_target #post2020 .text_area .text_area_text {
  margin: 20px 0 48px;
  font-size: 15px;
  line-height: 27px;
}

#post2020_target #post2020 .text_area .post2020_item_wrap {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_title {
  color: #007245;
  font-size: 21px;
  font-weight: bold;
  line-height: 37px;
  border-bottom: 1px solid #CBCBCB;
}

#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item_inner_wrap {
  margin-bottom: 40px;
}

#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item {
  border-top: 1px solid #CBCBCB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}

#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item.post2020_goal {
  display: block;
  width: 100%;
  border-top: none;
}

#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item.post2020_goal .post2020_item_title {
  color: #007245;
  font-size: 21px;
  width: 100%;
  line-height: 50px;
}

#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item.post2020_goal .post2020_item_text {
  width: 100%;
}

#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item .post2020_item_title {
  color: #000;
  font-size: 17px;
  line-height: 27px;
  font-weight: bold;
  width: 180px;
}

#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item .post2020_item_text {
  font-size: 15px;
  line-height: 27px;
  width: 720px;
}

#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item:last-child {
  border-bottom: 1px solid #CBCBCB;
}

#post2020_target #target {
  padding-bottom: 60px;
}

#post2020_target #target .text_area {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 100px;
}

#post2020_target #target .text_area .text_area_title {
  font-size: 21px;
  line-height: 65px;
  text-indent: 30px;
  width: 100%;
  height: 65px;
  background: #D2D921;
  margin: 0 auto 12px;
}

#post2020_target #target .text_area .target_item_wrap {
  padding-bottom: 40px;
}

#post2020_target #target .text_area .target_item_wrap:last-child {
  padding-bottom: 0px;
}

#post2020_target #target .text_area .target_item_wrap .target_title {
  color: #007245;
  font-size: 21px;
  font-weight: bold;
  line-height: 58px;
  border-bottom: 1px solid #007245;
  margin-bottom: 27px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item {
  margin-bottom: 40px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title {
  padding: 0 0 0 102px;
  background: URL("../img/box_ico_01.png");
  background-repeat: no-repeat;
  background-position: left;
  min-height: 81px;
  font-size: 24px;
  line-height: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_01 {
  background: URL("../img/box_ico_01.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_02 {
  background: URL("../img/box_ico_02.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_03 {
  background: URL("../img/box_ico_03.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_04 {
  background: URL("../img/box_ico_04.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_05 {
  background: URL("../img/box_ico_05.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_06 {
  background: URL("../img/box_ico_06.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_07 {
  background: URL("../img/box_ico_07.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_08 {
  background: URL("../img/box_ico_08.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_09 {
  background: URL("../img/box_ico_09.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_10 {
  background: URL("../img/box_ico_10.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_11 {
  background: URL("../img/box_ico_11.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_12 {
  background: URL("../img/box_ico_12.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_13 {
  background: URL("../img/box_ico_13.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_14 {
  background: URL("../img/box_ico_14.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_15 {
  background: URL("../img/box_ico_15.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_16 {
  background: URL("../img/box_ico_16.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_17 {
  background: URL("../img/box_ico_17.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_18 {
  background: URL("../img/box_ico_18.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_19 {
  background: URL("../img/box_ico_19.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_20 {
  background: URL("../img/box_ico_20.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_21 {
  background: URL("../img/box_ico_21.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 80px 81px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title_tag {
  border: 2px solid #007245;
  border-radius: 3px;
  padding: 0 10px;
  margin: 26px 12px 0 0;
  display: inline-block;
  height: 29px;
  color: #007245;
  line-height: 29px;
  font-size: 17px;
  font-weight: bold;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_title_main {
  font-size: 24px;
  line-height: 29px;
  margin: 26px 0 0 0;
  width: 755px;
  padding-bottom: 20px;
}

#post2020_target #target .text_area .target_item_inner_wrap .target_item_text {
  font-size: 15px;
  line-height: 27px;
  margin: 10px 0 0;
}

/*その他
--------------------------------------*/
.chuuou {
  text-align: center!important
}
.ao_to_line {
    text-decoration: underline!important;
    color: #0000CC!important
}
.lh135{
        line-height: 1.35!important
    }
.fuchidori {
  display        : inline-block;
  text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;        /* 文字の影 */
}


@media screen and (min-width: 751px) {
  .big_text#post2020_target #keyv .keyv_title {
    font-size: calc(33px * 1.2);
  }
  .big_text#post2020_target .nav_content {
    width: auto;
    max-width: 800px;
  }
  .big_text#post2020_target .nav_content .nav_content_link_item {
    font-size: calc(17px * 1.2);
  }
  .big_text#post2020_target #post2020 .text_area .text_area_title {
    font-size: calc(21px * 1.2);
  }
  .big_text#post2020_target #post2020 .text_area .text_area_text {
    font-size: calc(15px * 1.2);
  }
  .big_text#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_title {
    font-size: calc(21px * 1.2);
  }
  .big_text#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item.post2020_goal .post2020_item_title {
    font-size: calc(21px * 1.2);
  }
  .big_text#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item.post2020_goal .post2020_item_text {
    width: 100%;
  }
  .big_text#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item .post2020_item_title {
    font-size: calc(17px * 1.2);
  }
  .big_text#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item .post2020_item_text {
    font-size: calc(15px * 1.2);
    width: 700px;
  }
  .big_text#post2020_target #target .text_area .text_area_title {
    font-size: calc(21px * 1.2);
  }
  .big_text#post2020_target #target .text_area .target_item_wrap .target_title {
    font-size: calc(21px * 1.2);
  }
  .big_text#post2020_target #target .text_area .target_item_inner_wrap .target_item_title {
    font-size: calc(24px * 1.2);
  }
  .big_text#post2020_target #target .text_area .target_item_title_tag {
    font-size: calc(17px * 1.2);
  }
  .big_text#post2020_target #target .text_area .target_item_title_main {
    font-size: calc(24px * 1.2);
    width: 725px;
  }
  .big_text#post2020_target #target .text_area .target_item_text {
    font-size: calc(15px * 1.2);
  }
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
  body {
    min-width: 100vw;
  }
  #post2020_target #keyv {
    background: url("../img/keyv_bg_new_cercle.svg"), url("../img/keyv_bg_s_new.png");
    background-size: 33.41667vw 30.25vw, cover;
    background-repeat: no-repeat;
    background-position: calc(50% + 34.16667vw) 0.25vw, top center;
    height: 15.83333vw;
  }
  #post2020_target #keyv .keyv_title {
    font-size: 2.75vw;
  }
  #post2020_target .nav_content {
    width: 55.41667vw;
    min-height: 5.41667vw;
    margin: 4.5vw auto 3.75vw;
  }
  #post2020_target .nav_content .nav_content_link_item {
    font-size: 1.41667vw;
    line-height: 2.5vw;
    padding: 0.83333vw 0.83333vw 3.33333vw;
    background: URL("../img/green_arrow_under.svg");
    background-repeat: no-repeat;
    background-size: 0.91667vw 0.58333vw;
    background-position: center bottom 0.83333vw;
  }
  #post2020_target .nav_content .nav_content_link_item:last-child {
    border-right: 1px solid #999999;
  }
  #post2020_target #post2020 {
    margin-bottom: 8.33333vw;
  }
  #post2020_target #post2020 .text_area {
    max-width: 83.33333vw;
    width: 100%;
    margin: auto;
  }
  #post2020_target #post2020 .text_area .text_area_title {
    font-size: 1.75vw;
    line-height: 5.41667vw;
    text-indent: 2.5vw;
    width: 100%;
    height: 5.41667vw;
    background: #D2D921;
  }
  #post2020_target #post2020 .text_area .text_area_text {
    margin: 1.66667vw 0 4vw;
    font-size: 1.25vw;
    line-height: 2.25vw;
  }
  #post2020_target #post2020 .text_area .post2020_item_wrap {
    width: 100%;
    max-width: 75vw;
    margin: auto;
  }
  #post2020_target #post2020 .text_area .post2020_item_wrap .post2020_title {
    font-size: 1.75vw;
    line-height: 3.08333vw;
    font-weight: bold;
    border-bottom: 1px solid #CBCBCB;
  }
  #post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item_inner_wrap {
    margin-bottom: 3.33333vw;
  }
  #post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item {
    border-top: 1px solid #CBCBCB;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.25vw 0;
  }
  #post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item.post2020_goal {
    display: block;
    width: 100%;
    border-top: none;
  }
  #post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item.post2020_goal .post2020_item_title {
    color: #007245;
    font-size: 1.75vw;
    width: 100%;
    line-height: 4.16667vw;
  }
  #post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item.post2020_goal .post2020_item_text {
    width: 100%;
  }
  #post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item .post2020_item_title {
    font-size: 1.41667vw;
    line-height: 2.25vw;
    width: 15vw;
  }
  #post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item .post2020_item_text {
    font-size: 1.25vw;
    line-height: 2.25vw;
    width: 60vw;
  }
  #post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item:last-child {
    border-bottom: 1px solid #CBCBCB;
  }
  #post2020_target #target {
    padding-bottom: 5vw;
  }
  #post2020_target #target .text_area {
    max-width: 83.33333vw;
    width: 100%;
    margin: 0 auto 8.33333vw;
  }
  #post2020_target #target .text_area .text_area_title {
    font-size: 1.75vw;
    line-height: 5.41667vw;
    text-indent: 2.5vw;
    height: 5.41667vw;
    margin: 0 auto 1vw;
  }
  #post2020_target #target .text_area .target_item_wrap {
    padding-bottom: 3.33333vw;
  }
  #post2020_target #target .text_area .target_item_wrap:last-child {
    padding-bottom: 0;
  }
  #post2020_target #target .text_area .target_item_wrap .target_title {
    color: #007245;
    font-size: 1.75vw;
    font-weight: bold;
    line-height: 4.83333vw;
    border-bottom: 1px solid #007245;
    margin-bottom: 2.25vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item {
    margin-bottom: 3.33333vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title {
    padding: 0 0 0 8.5vw;
    background: URL("../img/box_ico_01.png");
    background-repeat: no-repeat;
    background-position: left;
    min-height: 6.75vw;
    font-size: 2vw;
    line-height: 2.41667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_01 {
    background: URL("../img/box_ico_01.svg");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_02 {
    background: URL("../img/box_ico_02.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_03 {
    background: URL("../img/box_ico_03.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_04 {
    background: URL("../img/box_ico_04.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_05 {
    background: URL("../img/box_ico_05.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_06 {
    background: URL("../img/box_ico_06.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_07 {
    background: URL("../img/box_ico_07.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_08 {
    background: URL("../img/box_ico_08.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_09 {
    background: URL("../img/box_ico_09.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_10 {
    background: URL("../img/box_ico_10.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_11 {
    background: URL("../img/box_ico_11.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_12 {
    background: URL("../img/box_ico_12.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_13 {
    background: URL("../img/box_ico_13.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_14 {
    background: URL("../img/box_ico_14.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_15 {
    background: URL("../img/box_ico_15.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_16 {
    background: URL("../img/box_ico_16.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_17 {
    background: URL("../img/box_ico_17.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_18 {
    background: URL("../img/box_ico_18.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_19 {
    background: URL("../img/box_ico_19.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_20 {
    background: URL("../img/box_ico_20.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title.target_ico_21 {
    background: URL("../img/box_ico_21.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 6.66667vw 6.75vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title_tag {
    border: 0.16667vw solid #007245;
    border-radius: 0.25vw;
    padding: 0 0.83333vw;
    margin: 2.16667vw 1vw 0 0;
    display: inline-block;
    height: 2.41667vw;
    color: #007245;
    line-height: 2.41667vw;
    font-size: 1.41667vw;
    font-weight: bold;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_title_main {
    font-size: 2vw;
    line-height: 2.41667vw;
    margin: 2.16667vw 0 0 0;
    width: 62.91667vw;
    padding-bottom: 1.66667vw;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_text {
    font-size: 1.25vw;
    line-height: 2.25vw;
    margin: 0.83333vw 0 0;
  }
  .big_text#post2020_target #keyv .keyv_title {
    font-size: calc(2.75vw * 1.2);
  }
  .big_text#post2020_target .nav_content {
    width: auto;
    max-width: 66.66667vw;
  }
  .big_text#post2020_target .nav_content .nav_content_link_item {
    font-size: calc(1.41667vw * 1.2);
  }
  .big_text#post2020_target #post2020 .text_area .text_area_title {
    font-size: calc(1.75vw * 1.2);
  }
  .big_text#post2020_target #post2020 .text_area .text_area_text {
    font-size: calc(1.25vw * 1.2);
  }
  .big_text#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_title {
    font-size: calc(1.75vw * 1.2);
  }
  .big_text#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item.post2020_goal .post2020_item_title {
    font-size: calc(1.75vw * 1.2);
  }
  .big_text#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item.post2020_goal .post2020_item_text {
    width: 100%;
  }
  .big_text#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item .post2020_item_title {
    font-size: calc(1.41667vw * 1.2);
  }
  .big_text#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item .post2020_item_text {
    font-size: calc(1.25vw * 1.2);
    width: 58.33333vw;
  }
  .big_text#post2020_target #target .text_area .text_area_title {
    font-size: calc(1.75vw * 1.2);
  }
  .big_text#post2020_target #target .text_area .target_item_wrap .target_title {
    font-size: calc(1.75vw * 1.2);
  }
  .big_text#post2020_target #target .text_area .target_item_inner_wrap .target_item_title {
    font-size: calc(2vw * 1.2);
  }
  .big_text#post2020_target #target .text_area .target_item_title_tag {
    font-size: calc(1.41667vw * 1.2);
  }
  .big_text#post2020_target #target .text_area .target_item_title_main {
    font-size: calc(2vw * 1.2);
    width: 60.41667vw;
  }
  .big_text#post2020_target #target .text_area .target_item_text {
    font-size: calc(1.25vw * 1.2);
  }
}

@media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  body {
    width: 100%;
    min-width: auto;
  }
  #post2020_target #keyv {
    position: relative;
    background: url("../img/keyv_bg_sp2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 25.73333vw;
  }
  #post2020_target #keyv .keyv_title {
    width: 100%;
    text-align: center;
    left: 50%;
    font-size: 4.4vw;
    line-height: 7.73333vw;
    top: 50%;
  }
  #post2020_target .nav_content {
    width: 88vw;
    height: 16vw;
    margin: 5.33333vw auto 5.33333vw;
  }
  #post2020_target .nav_content .nav_content_link_item {
    font-size: 2.4vw;
    line-height: 4vw;
    width: 50%;
    display: block;
    text-align: center;
    border-left: 1px solid #999999;
    padding: 2.66667vw 0;
    background: URL("../img/green_arrow_under.svg");
    background-repeat: no-repeat;
    background-size: 2.13333vw 1.33333vw;
    background-position: center 85%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #post2020_target #post2020 {
    width: 88vw;
    margin: auto;
  }
  #post2020_target #post2020 .text_area .text_area_title {
    font-size: 4vw;
    font-weight: bold;
    line-height: 9.33333vw;
    text-indent: 3.33333vw;
    width: 100%;
    height: 9.33333vw;
  }
  #post2020_target #post2020 .text_area .text_area_text {
    margin: 2.66667vw 0 6.66667vw;
    font-size: 2.8vw;
    line-height: 4.93333vw;
  }
  #post2020_target #post2020 .text_area .post2020_item_wrap .post2020_title {
    font-size: 4vw;
    font-weight: bold;
    line-height: 9.33333vw;
  }
  #post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item_inner_wrap {
    margin-bottom: 10.66667vw;
  }
  #post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item_inner_wrap .post2020_item {
    padding: 1.86667vw 0;
    display: block;
  }
  #post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item_inner_wrap .post2020_item.post2020_goal .post2020_item_title {
    font-size: 4vw;
    line-height: 6.66667vw;
  }
  #post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item_inner_wrap .post2020_item .post2020_item_text {
    font-size: 2.8vw;
    line-height: 4.93333vw;
  }
  #post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item_inner_wrap .post2020_item .post2020_item_title {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    width: 100%;
  }
  #post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item_inner_wrap .post2020_item .post2020_item_text {
    width: 100%;
  }
  #post2020_target #target {
    width: 88vw;
    margin: auto;
    padding-bottom: 8vw;
  }
  #post2020_target #target .text_area .text_area_title {
    font-size: 4vw;
    font-weight: bold;
    line-height: 9.33333vw;
    text-indent: 3.33333vw;
    width: 100%;
    height: 9.33333vw;
    margin: auto;
  }
  #post2020_target #target .text_area .target_item_wrap {
    padding-bottom: 5.33333vw;
  }
  #post2020_target #target .text_area .target_item_wrap .target_title {
    font-size: 4vw;
    line-height: 6.66667vw;
    margin: 1.33333vw auto 4vw;
  }
  #post2020_target #target .text_area .target_item_wrap .target_item {
    margin-bottom: 5.33333vw;
  }
  #post2020_target #target .text_area .target_item_wrap .target_item_title {
    padding: 0 0 0 13.33333vw;
    min-height: 10.8vw;
    font-size: 3.33333vw;
    line-height: 3.86667vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.66667vw;
  }
  #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_01, #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_02, #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_03, #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_04, #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_05, #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_06, #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_07, #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_08, #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_09, #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_10, #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_11, #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_12, #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_13, #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_14, #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_15, #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_16, #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_17, #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_18, #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_19, #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_20, #post2020_target #target .text_area .target_item_wrap .target_item_title.target_ico_21 {
    background-size: 10.66667vw 10.8vw;
  }
  #post2020_target #target .text_area .target_item_wrap .target_item_title_tag {
    border: 0.26667vw solid #007245;
    border-radius: 0.4vw;
    padding: 0 1.33333vw;
    margin: 0 0;
    height: 4vw;
    line-height: 4vw;
    font-size: 2.66667vw;
    word-break: keep-all;
  }
  #post2020_target #target .text_area .target_item_wrap .target_item_title_main {
    line-height: 4vw;
    font-size: 3.33333vw;
    margin: 0;
    width: 53.33333vw;
    padding-bottom: 0;
  }
  #post2020_target #target .text_area .target_item_inner_wrap .target_item_text {
    font-size: 2.8vw;
    line-height: 4.93333vw;
    margin: 10px 0 0;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  .big_text#post2020_target #keyv .keyv_title {
    font-size: calc(4.4vw * 1.2);
  }
  .big_text#post2020_target .nav_content .nav_content_link_item {
    font-size: calc(2.4vw * 1.2);
    line-height: calc(2.66667vw * 1.2);
    background-position: center 90%;
    padding: 1.33333vw 0;
  }
  .big_text#post2020_target #post2020 .text_area .text_area_title {
    font-size: calc(4vw * 1.2);
  }
  .big_text#post2020_target #post2020 .text_area .text_area_text {
    font-size: calc(2.8vw * 1.2);
    line-height: calc(4.93333vw * 1.2);
  }
  .big_text#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_title {
    font-size: calc(4vw * 1.2);
  }
  .big_text#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item_inner_wrap .post2020_item.post2020_goal .post2020_item_title {
    font-size: calc(4vw * 1.2);
  }
  .big_text#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item_inner_wrap .post2020_item .post2020_item_text {
    font-size: calc(2.8vw * 1.2);
    line-height: calc(4.93333vw * 1.2);
  }
  .big_text#post2020_target #post2020 .text_area .post2020_item_wrap .post2020_item_inner_wrap .post2020_item .post2020_item_title {
    font-size: calc(3.33333vw * 1.2);
  }
  .big_text#post2020_target #target .text_area .text_area_title {
    font-size: calc(4vw * 1.2);
  }
  .big_text#post2020_target #target .text_area .target_item_wrap .target_title {
    font-size: calc(4vw * 1.2);
  }
  .big_text#post2020_target #target .text_area .target_item_wrap .target_item_title_tag {
    font-size: calc(2.66667vw * 1.2);
  }
  .big_text#post2020_target #target .text_area .target_item_wrap .target_item_title_main {
    font-size: calc(3.33333vw * 1.2);
    line-height: calc(4vw * 1.2);
    width: 50.66667vw;
  }
}
