@charset "UTF-8";
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.8;
}

/*==================================================
fontサブセット化
==================================================*/
/*==================================================
NotoSansCJKJP
==================================================*/
@font-face {
  font-family: "NotoSansCJKJP";
  font-style: "normal";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Regular-subset.otf") format("opentype"), url("../fonts/NotoSansCJKjp-Regular-subset.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular-subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSansCJKJP";
  font-style: "normal";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Medium-subset.otf") format("opentype"), url("../fonts/NotoSansCJKjp-Medium-subset.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium-subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "NotoSansCJKJP";
  font-style: "normal";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Bold-subset.otf") format("opentype"), url("../fonts/NotoSansCJKjp-Bold-subset.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold-subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/*==================================================
cabin
==================================================*/
@font-face {
  font-family: "Cabin";
  font-style: "normal";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Cabin-Regular.otf") format("opentype"), url("../fonts/Cabin-Regular.woff") format("woff"), url("../fonts/Cabin-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Cabin";
  font-style: "normal";
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Cabin-Medium.otf") format("opentype"), url("../fonts/Cabin-Medium.woff") format("woff"), url("../fonts/Cabin-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Cabin";
  font-style: "normal";
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Cabin-SemiBold.otf") format("opentype"), url("../fonts/Cabin-SemiBold.woff") format("woff"), url("../fonts/Cabin-SemiBold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Cabin";
  font-style: "normal";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Cabin-Bold-subset.otf") format("opentype"), url("../fonts/Cabin-Bold-subset.woff") format("woff"), url("../fonts/Cabin-Bold-subset.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/*==================================================
使うフォント
==================================================*/
/*                下層共通
======================================================= */
#lower {
  margin-top: 80px;
  /* headerの直下にくる<p> */
  /* グラフィック付きのh2 */
  /* footer上のリンクボタン */
}
@media only screen and (max-width: 767px) {
  #lower {
    margin-top: 64px;
  }
}
#lower .lower_head {
  width: 100%;
  height: 300px;
  background-image: url("/kodomo/cre/asset_unicef/media/images/common/lower_grid.png");
  background-position: 0% 48%;
  position: relative;
  /* 第四専用 */
}
@media only screen and (max-width: 1400px) {
  #lower .lower_head {
    height: 242px;
    background-position: 0% 30%;
  }
}
@media only screen and (max-width: 1100px) {
  #lower .lower_head {
    height: 211px;
    background-position: 0% 8%;
  }
}
@media only screen and (max-width: 1024px) {
  #lower .lower_head {
    height: 182px;
    background-position: 0% 6%;
  }
}
@media only screen and (max-width: 768px) {
  #lower .lower_head {
    height: 152px;
    background-position: 0% 5%;
  }
}
@media only screen and (max-width: 700px) {
  #lower .lower_head {
    height: 286px;
    background-position: 0% 27%;
  }
}
@media only screen and (max-width: 600px) {
  #lower .lower_head {
    height: 241px;
    background-position: 0% 30%;
  }
}
@media only screen and (max-width: 480px) {
  #lower .lower_head {
    height: 196px;
    background-position: 0% 7%;
  }
}
#lower .lower_head .lower_head_left-top {
  position: absolute;
  top: 0;
  left: 18.75%;
  width: 18%;
  height: 36.7%;
  background-image: url("/kodomo/cre/asset_unicef/media/images/common/left-top.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0% 0;
}
@media only screen and (max-width: 700px) {
  #lower .lower_head .lower_head_left-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 28%;
    height: 27.2%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 0;
    background-image: url("/kodomo/cre/asset_unicef/media/images/common/left-top-sp.png");
  }
}
@media only screen and (max-width: 480px) {
  #lower .lower_head .lower_head_left-top {
    background-position: 0% 0;
  }
}
#lower .lower_head .lower_head_left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-image: url("/kodomo/cre/asset_unicef/media/images/common/left.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 100%;
}
@media only screen and (max-width: 700px) {
  #lower .lower_head .lower_head_left {
    width: 32.5%;
    background-image: url("/kodomo/cre/asset_unicef/media/images/common/left-sp.png");
  }
}
@media only screen and (max-width: 600px) {
  #lower .lower_head .lower_head_left {
    width: 32%;
  }
}
@media only screen and (max-width: 480px) {
  #lower .lower_head .lower_head_left {
    width: 125px;
  }
}
#lower .lower_head .lower_head_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 2000px;
  height: 100%;
  background-image: url("/kodomo/cre/asset_unicef/media/images/common/lower_right.png");
  background-repeat: no-repeat;
  background-position: 102% 0;
  background-size: contain;
}
@media only screen and (max-width: 700px) {
  #lower .lower_head .lower_head_right {
    background-position: 100% 0;
    background-image: url("/kodomo/cre/asset_unicef/media/images/common/lower_right-sp.png");
  }
}
@media only screen and (max-width: 480px) {
  #lower .lower_head .lower_head_right {
    width: 140px;
    background-size: cover;
  }
}
#lower .lower_head .lower_head_right01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 2000px;
  height: 100%;
  background-image: url("/kodomo/cre/asset_unicef/media/images/common/lower_right01.png");
  background-repeat: no-repeat;
  background-position: 102% 0;
  background-size: contain;
}
@media only screen and (max-width: 700px) {
  #lower .lower_head .lower_head_right01 {
    background-position: 100% 0;
    background-image: url("/kodomo/cre/asset_unicef/media/images/common/lower_right01-sp.png");
  }
}
@media only screen and (max-width: 480px) {
  #lower .lower_head .lower_head_right01 {
    width: 140px;
    background-size: cover;
  }
}
#lower .lower_head .lower_head_right02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 2000px;
  height: 100%;
  background-image: url("/kodomo/cre/asset_unicef/media/images/common/lower_right02.png");
  background-repeat: no-repeat;
  background-position: 102% 0;
  background-size: contain;
}
@media only screen and (max-width: 700px) {
  #lower .lower_head .lower_head_right02 {
    background-position: 100% 0;
    background-image: url("/kodomo/cre/asset_unicef/media/images/common/lower_right02-sp.png");
  }
}
@media only screen and (max-width: 480px) {
  #lower .lower_head .lower_head_right02 {
    width: 140px;
    background-size: cover;
  }
}
#lower .lower_head .lower_head_right03 {
  position: absolute;
  top: 0;
  right: 0;
  width: 2000px;
  height: 100%;
  background-image: url("/kodomo/cre/asset_unicef/media/images/common/lower_right03.png");
  background-repeat: no-repeat;
  background-position: 102% 0;
  background-size: contain;
}
@media only screen and (max-width: 700px) {
  #lower .lower_head .lower_head_right03 {
    background-position: 100% 0;
    background-image: url("/kodomo/cre/asset_unicef/media/images/common/lower_right03-sp.png");
  }
}
@media only screen and (max-width: 480px) {
  #lower .lower_head .lower_head_right03 {
    width: 140px;
    background-size: cover;
  }
}
#lower .lower_head .lower_head_right04 {
  position: absolute;
  top: 0;
  right: 0;
  width: 2000px;
  height: 100%;
  background-image: url("/kodomo/cre/asset_unicef/media/images/common/lower_right04.png");
  background-repeat: no-repeat;
  background-position: 102% 0;
  background-size: contain;
}
@media only screen and (max-width: 700px) {
  #lower .lower_head .lower_head_right04 {
    background-position: 100% 0;
    background-image: url("/kodomo/cre/asset_unicef/media/images/common/lower_right04-sp.png");
  }
}
@media only screen and (max-width: 480px) {
  #lower .lower_head .lower_head_right04 {
    width: 140px;
    background-size: cover;
  }
}
#lower .lower_head h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
  text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
}
@media only screen and (max-width: 1400px) {
  #lower .lower_head h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1024px) {
  #lower .lower_head h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #lower .lower_head h1 {
    font-size: 18px;
    line-height: 1.75;
  }
}
#lower .lower_head h1 .sub_title {
  font-size: 30px;
}
@media only screen and (max-width: 1400px) {
  #lower .lower_head h1 .sub_title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  #lower .lower_head h1 .sub_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #lower .lower_head h1 .sub_title {
    font-size: 15px;
  }
}
#lower .lower_head .tips_h1 {
  line-height: 0.75;
}
@media only screen and (max-width: 1400px) {
  #lower .lower_head .tips_h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  #lower .lower_head .tips_h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #lower .lower_head .tips_h1 {
    font-size: 18px;
    line-height: 1.25;
  }
}
#lower .lower_head .tips_h1 .tips_sub_title {
  font-size: 30px;
  text-align: left;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #lower .lower_head .tips_h1 .tips_sub_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #lower .lower_head .tips_h1 .tips_sub_title {
    font-size: 15px;
    margin-bottom: -20px;
  }
}
#lower .lower_head .tips_h1 .tips_sub_title-s {
  font-size: 22px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  #lower .lower_head .tips_h1 .tips_sub_title-s {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  #lower .lower_head .tips_h1 .tips_sub_title-s {
    font-size: 13px;
    margin-bottom: -20px;
  }
}
#lower .lower_head .tips_h1 .indent-s {
  text-indent: 0.5em;
}
@media only screen and (max-width: 768px) {
  #lower .lower_head .tips_h1 .indent-s {
    text-indent: 0.5em;
  }
}
#lower .lower_heading_txt {
  margin-top: 80px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #lower .lower_heading_txt {
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.75;
  }
}
#lower .lower_heading_txt .sec_3 h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  #lower .lower_heading_txt .sec_3 h2 {
    margin-top: 30px;
    font-size: 15px;
    margin-bottom: 10px;
  }
}
#lower .graphic_line {
  font-size: 28px;
  font-weight: bold;
  font-family: "NotoSansCJKJP";
  text-align: center;
  line-height: 1;
  padding: 40px 0;
  background-image: url("/kodomo/cre/asset_unicef/media/images/common/h2_back.png");
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #lower .graphic_line {
    font-size: 16px;
    padding: 20px 0;
    background-image: url("/kodomo/cre/asset_unicef/media/images/common/h2_back_sp.png");
    background-size: cover;
    background-position: center;
  }
}
#lower .graphic_line_over {
  width: 100%;
  font-size: 34px;
  font-weight: bold;
  font-family: "NotoSansCJKJP";
  text-align: center;
  line-height: 1;
  margin: 80px auto 0;
  padding: 40px 0;
  background-image: url("/kodomo/cre/asset_unicef/media/images/common/h2_back.png");
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #lower .graphic_line_over {
    font-size: 16px;
    padding: 20px 0;
  }
}
#lower .link_area {
  width: 600px;
  margin: 80px auto 100px;
}
@media only screen and (max-width: 1024px) {
  #lower .link_area {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #lower .link_area {
    margin: 30px auto 30px;
  }
}
#lower .link_area li {
  width: 100%;
  background-color: #069EDB;
  border-radius: 50px;
  position: relative;
}
#lower .link_area li + li {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #lower .link_area li + li {
    margin-top: 15px;
  }
}
#lower .link_area li:before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(/kodomo/cre/asset_unicef/media/images/common/link-w.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #lower .link_area li:before {
    right: 15px;
  }
}
#lower .link_area li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#lower .link_area li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  #lower .link_area li a {
    font-size: 14px;
    padding: 10px 25px !important;
  }
}
#lower .link_area li a img {
  margin-top: -5px;
  margin-left: 5px;
}

/* カラフル系 */
.col01 {
  background-color: #547ebf;
}

.col02 {
  background-color: #f39822;
}

.col03 {
  background-color: #009791;
}

.col04 {
  background-color: #e878a6;
}

.col05 {
  background-color: #00a0e9;
}

.tips_padding03 {
  margin-left: 10px;
}

.tips_padding04 {
  margin-left: 16px;
}

.pan_padding04 {
  margin-left: 10px;
}

/*==================================================
ボタンの折り返しに使用
==================================================*/
.tit_show_sp {
  display: none;
}
@media only screen and (max-width: 1360px) {
  .tit_show_sp {
    display: block;
  }
}

/*==================================================
ボタンの折り返しに使用
==================================================*/
.br-show_sp {
  display: none;
}
@media only screen and (max-width: 480px) {
  .br-show_sp {
    display: block;
  }
}

/*                第二階層読み込み
======================================================= */
/* understand_childrens_rights(子供の権利を理解しよう~大切なポイント~)    
======================================================= */
/* 子どもの権利条約 */
.understand_childrens_rights {
  margin-top: 100px;
}
.understand_childrens_rights #anchor {
  padding-top: 80px;
  /*上に余白を付ける*/
  margin-top: -80px;
  /*上の余白を打ち消す*/
}
.understand_childrens_rights .principles4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ddf4ff));
  background: linear-gradient(180deg, #FFF, #ddf4ff);
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .understand_childrens_rights .principles4 {
    padding-bottom: 30px;
  }
}
.understand_childrens_rights .principles4_title {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .understand_childrens_rights .principles4_title {
    margin-top: 30px;
  }
}
.understand_childrens_rights .principles4_title p {
  margin-top: 32px;
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .understand_childrens_rights .principles4_title p {
    margin-top: 25px;
    font-size: 15px;
    line-height: 1.75;
  }
}
.understand_childrens_rights .principles4_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 75px;
}
@media only screen and (max-width: 768px) {
  .understand_childrens_rights .principles4_flex {
    margin-top: 30px;
  }
}
.understand_childrens_rights .principles4_flex li:nth-child(2) {
  margin-left: 1%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .understand_childrens_rights .principles4_flex li:nth-child(2) {
    margin-left: 0;
  }
}
.understand_childrens_rights .principles4_flex li:nth-child(3) {
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .understand_childrens_rights .principles4_flex li:nth-child(3) {
    margin-top: 0;
  }
}
.understand_childrens_rights .principles4_flex li:nth-child(4) {
  margin-top: 20px;
  margin-left: 1%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .understand_childrens_rights .principles4_flex li:nth-child(4) {
    margin-top: 0;
    margin-left: 0;
  }
}
.understand_childrens_rights .principles4_flex .principles4_flex_item1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 49%;
  height: 325px;
  padding: 70px 50px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 27px #dff0f9;
          box-shadow: 0px 0px 27px #dff0f9;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .understand_childrens_rights .principles4_flex .principles4_flex_item1 {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .understand_childrens_rights .principles4_flex .principles4_flex_item1 {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 70px 50px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .understand_childrens_rights .principles4_flex .principles4_flex_item1 {
    padding: 30px 20px;
  }
}
.understand_childrens_rights .principles4_flex .principles4_flex_item1:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 6px;
  height: 60%;
  background-color: #35a29a;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .understand_childrens_rights .principles4_flex .principles4_flex_item1:before {
    top: 0%;
    left: 50%;
    width: 200px;
    height: 6px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.understand_childrens_rights .principles4_flex .principles4_flex_item2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 49%;
  height: 325px;
  padding: 70px 50px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 27px #dff0f9;
          box-shadow: 0px 0px 27px #dff0f9;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .understand_childrens_rights .principles4_flex .principles4_flex_item2 {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .understand_childrens_rights .principles4_flex .principles4_flex_item2 {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 70px 50px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.understand_childrens_rights .principles4_flex .principles4_flex_item2:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 6px;
  height: 60%;
  background-color: #557ebf;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .understand_childrens_rights .principles4_flex .principles4_flex_item2:before {
    top: 0%;
    left: 50%;
    width: 200px;
    height: 6px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.understand_childrens_rights .principles4_flex .principles4_flex_item3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 49%;
  height: 325px;
  padding: 70px 50px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 27px #dff0f9;
          box-shadow: 0px 0px 27px #dff0f9;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .understand_childrens_rights .principles4_flex .principles4_flex_item3 {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .understand_childrens_rights .principles4_flex .principles4_flex_item3 {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 70px 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.understand_childrens_rights .principles4_flex .principles4_flex_item3:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 6px;
  height: 60%;
  background-color: #f39800;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .understand_childrens_rights .principles4_flex .principles4_flex_item3:before {
    top: 0%;
    left: 50%;
    width: 200px;
    height: 6px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.understand_childrens_rights .principles4_flex .principles4_flex_item4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 49%;
  height: 325px;
  padding: 70px 50px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 27px #dff0f9;
          box-shadow: 0px 0px 27px #dff0f9;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .understand_childrens_rights .principles4_flex .principles4_flex_item4 {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .understand_childrens_rights .principles4_flex .principles4_flex_item4 {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 70px 50px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.understand_childrens_rights .principles4_flex .principles4_flex_item4:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 6px;
  height: 60%;
  background-color: #ed7aac;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .understand_childrens_rights .principles4_flex .principles4_flex_item4:before {
    top: 0%;
    left: 50%;
    width: 200px;
    height: 6px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.understand_childrens_rights .principles4_flex .flex_item_img {
  min-width: 30%;
}
@media only screen and (max-width: 1280px) {
  .understand_childrens_rights .principles4_flex .flex_item_img {
    min-width: auto;
  }
}
.understand_childrens_rights .principles4_flex .flex_item_img img {
  width: 100%;
}
.understand_childrens_rights .principles4_flex .flex_item_txt {
  width: 70%;
  margin-right: 30px;
}
@media only screen and (max-width: 1280px) {
  .understand_childrens_rights .principles4_flex .flex_item_txt {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .understand_childrens_rights .principles4_flex .flex_item_txt {
    width: 100%;
    margin-right: 0px;
  }
}
.understand_childrens_rights .principles4_flex .flex_item_txt h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: "NotoSansCJKJP";
  line-height: 1.5;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .understand_childrens_rights .principles4_flex .flex_item_txt h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .understand_childrens_rights .principles4_flex .flex_item_txt h3 {
    font-size: 16px;
    white-space: normal;
  }
}
.understand_childrens_rights .principles4_flex .flex_item_txt p {
  margin-top: 12px;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .understand_childrens_rights .principles4_flex .flex_item_txt p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .understand_childrens_rights .principles4_flex .flex_item_txt p {
    font-size: 15px;
    line-height: 1.75;
  }
}
.understand_childrens_rights .principles4_flex .flex_item_txt .green {
  color: #35a29a;
}
.understand_childrens_rights .principles4_flex .flex_item_txt .blue {
  color: #557ebf;
}
.understand_childrens_rights .principles4_flex .flex_item_txt .yellow {
  color: #f39800;
}
.understand_childrens_rights .principles4_flex .flex_item_txt .pink {
  color: #ed7aac;
}

/* 権利のABCD */
.rights-abcd {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .rights-abcd {
    margin-top: 30px;
  }
}
.rights-abcd h2 {
  font-size: 24px;
  font-weight: bold;
  font-family: "NotoSansCJKJP";
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .rights-abcd h2 {
    font-size: 16px;
  }
}
.rights-abcd p {
  margin-top: 20px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .rights-abcd p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 25px;
  }
}
.rights-abcd .abcd_list {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 30px 50px;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .rights-abcd .abcd_list {
    margin-top: 30px;
    padding: 0 0;
  }
}
.rights-abcd .abcd_list:before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(/kodomo/cre/asset_unicef/media/images/understand_childrens_rights/list_left.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .rights-abcd .abcd_list:before {
    display: none;
  }
}
.rights-abcd .abcd_list:after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(/kodomo/cre/asset_unicef/media/images/understand_childrens_rights/list_right.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 100%;
  top: 50%;
  right: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .rights-abcd .abcd_list:after {
    display: none;
  }
}
.rights-abcd .abcd_list table {
  font-size: 20px;
  font-weight: 600;
  border-top: 1px solid #bae2f3;
}
@media only screen and (max-width: 768px) {
  .rights-abcd .abcd_list table {
    font-size: 15px;
  }
}
.rights-abcd .abcd_list table span {
  font-weight: bold;
  color: #00a0e9;
}
.rights-abcd .abcd_list table tr {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 0 15px 25px;
  border-bottom: 1px solid #bae2f3;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .rights-abcd .abcd_list table tr {
    width: 100%;
    display: inline-block;
  }
}
.rights-abcd .abcd_list table tr:before {
  position: absolute;
  content: url(/kodomo/cre/asset_unicef/media/images/understand_childrens_rights/rhombus.png);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .rights-abcd .abcd_list table tr:before {
    top: 15px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.rights-abcd .abcd_list table tr th {
  width: 45%;
  font-family: "Cabin", sans-serif;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .rights-abcd .abcd_list table tr th {
    width: 100%;
  }
}
.rights-abcd .abcd_list table tr td {
  text-align: left;
  font-family: "NotoSansCJKJP";
  font-weight: 500;
  white-space: nowrap;
  width: 45%;
}
@media only screen and (max-width: 1024px) {
  .rights-abcd .abcd_list table tr td {
    width: 100%;
    display: block;
  }
}

/* 子供の権利が守られる社会 */
.rights-are-protected {
  width: 100%;
  height: auto;
  margin-top: 80px;
  background-color: #e6fff2;
  padding-bottom: 120px;
  position: relative;
  /* タブ */
}
@media only screen and (max-width: 768px) {
  .rights-are-protected {
    margin-top: 30px;
    padding-bottom: 0px;
  }
}
.rights-are-protected:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  top: 0%;
  left: 0px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .rights-are-protected:before {
    height: 25px;
  }
}
.rights-are-protected h2 {
  z-index: 2;
}
.rights-are-protected p {
  margin-top: 40px;
  line-height: 2;
  font-size: 18px;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  .rights-are-protected p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.75;
  }
}
.rights-are-protected .arch_title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .rights-are-protected .arch_title {
    margin-top: 20px;
    font-size: 16px;
  }
}
.rights-are-protected img {
  width: 80%;
  margin: 15px auto 0;
  display: block;
}
.rights-are-protected h4 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .rights-are-protected h4 {
    margin-top: 20px;
    font-size: 16px;
  }
}
.rights-are-protected .button {
  margin-top: 30px;
  text-align: right;
  display: block;
}
@media only screen and (max-width: 768px) {
  .rights-are-protected .button {
    width: 70%;
    text-align: center;
    margin: 25px auto 0;
  }
}
.rights-are-protected .button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #069EDB;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rights-are-protected .button a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .rights-are-protected .button a {
    text-align: center;
    font-size: 14px;
    padding: 12px 25px;
  }
}
.rights-are-protected .button a img {
  width: 16px;
  height: 20px;
  margin-top: 0;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .rights-are-protected .button a img {
    margin-right: 10px;
  }
}
.rights-are-protected .small {
  text-align: right;
}
.rights-are-protected .small p {
  font-size: 14px !important;
  padding-top: 0;
  margin-top: 10px !important;
}
.rights-are-protected .tab_area {
  margin-top: 80px;
}
.rights-are-protected .tab_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.rights-are-protected .tab_area ul li {
  width: 50%;
  height: 80px;
  background-color: #eeefef;
  white-space: nowrap;
  position: relative;
}
.rights-are-protected .tab_area ul li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -11px;
  right: 0px;
  border-style: solid;
  border-width: 0 45px 92px 0;
  border-color: transparent #E6FEF2 transparent transparent;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .rights-are-protected .tab_area ul li:after {
    border-width: 0 30px 30px 0;
  }
}
.rights-are-protected .tab_area ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rights-are-protected .tab_area ul li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rights-are-protected .tab_area ul li a .click_title {
  font-size: 22px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .rights-are-protected .tab_area ul li a .click_title {
    font-size: 15px;
    text-align: center;
  }
}
.rights-are-protected .tab_area ul li a .click_title .icon01 {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url(/kodomo/cre/asset_unicef/media/images/common/bb-ac.png);
  background-repeat: no-repeat;
}
.rights-are-protected .tab_area ul li a .click_title .icon02 {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url(/kodomo/cre/asset_unicef/media/images/common/gr-ac.png);
  background-repeat: no-repeat;
}
.rights-are-protected .tab_area ul li a.selected {
  color: #fff;
}
.rights-are-protected .tab_area ul .tab_item01 {
  color: #0a478f;
}
.rights-are-protected .tab_area ul .tab_item02 {
  color: #17873b;
}
.rights-are-protected .tab_area ul .tab_item:first-child a.selected {
  background-color: #0a478f;
}
.rights-are-protected .tab_area ul .tab_item:nth-child(2) a.selected {
  background-color: #17873b;
}
.rights-are-protected .tab_area ul .tab_item a.selected .icon01 {
  background-image: url(/kodomo/cre/asset_unicef/media/images/common/bb-non-ac.png);
  background-repeat: no-repeat;
}
.rights-are-protected .tab_area ul .tab_item a.selected .icon02 {
  background-image: url(/kodomo/cre/asset_unicef/media/images/common/gr-non-ac.png);
  background-repeat: no-repeat;
}
.rights-are-protected .tab_area .tab_inner h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .rights-are-protected .tab_area .tab_inner h3 {
    font-size: 16px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 374px) {
  .rights-are-protected .tab_area .tab_inner h3 {
    white-space: normal;
  }
}
.rights-are-protected .tab_area .tab_inner h3 .name_green {
  color: #14a83c;
}
.rights-are-protected .tab_area .tab_inner h3 .name_orange {
  color: #f39822;
}
.rights-are-protected .tab_area .tab_inner .blue {
  padding: 40px;
  background-color: #fff;
  border: solid 5px #0a478f;
}
@media only screen and (max-width: 768px) {
  .rights-are-protected .tab_area .tab_inner .blue {
    padding: 20px;
  }
}
.rights-are-protected .tab_area .tab_inner .green {
  padding: 80px 40px 40px;
  background-color: #fff;
  border: solid 5px #17873b;
}
@media only screen and (max-width: 768px) {
  .rights-are-protected .tab_area .tab_inner .green {
    padding: 20px;
  }
}
.rights-are-protected .tab_area .tab_inner #item01 .flex {
  margin-top: 30px;
  clear: both;
}
.rights-are-protected .tab_area .tab_inner #item01 .flex .img {
  width: 45%;
  height: auto;
  float: right;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .rights-are-protected .tab_area .tab_inner #item01 .flex .img {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.rights-are-protected .tab_area .tab_inner #item01 .flex .img img {
  width: 100%;
  height: auto;
  margin-top: 0;
  max-width: 360px;
  text-align: center;
}
.rights-are-protected .tab_area .tab_inner #item01 .flex .txt {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .rights-are-protected .tab_area .tab_inner #item01 .flex .txt {
    width: 100%;
    margin-top: 20px;
  }
}
.rights-are-protected .tab_area .tab_inner #item01 .flex .txt p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .rights-are-protected .tab_area .tab_inner #item01 .flex .txt p {
    font-size: 15px;
  }
}
.rights-are-protected .tab_area .tab_inner #item02 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .rights-are-protected .tab_area .tab_inner #item02 .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.rights-are-protected .tab_area .tab_inner #item02 .flex .img {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .rights-are-protected .tab_area .tab_inner #item02 .flex .img {
    width: 100%;
  }
}
.rights-are-protected .tab_area .tab_inner #item02 .flex .img img {
  width: 100%;
  margin-top: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .rights-are-protected .tab_area .tab_inner #item02 .flex .img img {
    max-width: 360px;
  }
}
.rights-are-protected .tab_area .tab_inner #item02 .flex .txt {
  width: 51%;
}
@media only screen and (max-width: 768px) {
  .rights-are-protected .tab_area .tab_inner #item02 .flex .txt {
    width: 100%;
    margin-top: 20px;
  }
}
.rights-are-protected .tab_area .tab_inner #item02 .flex .txt p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .rights-are-protected .tab_area .tab_inner #item02 .flex .txt p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .button_back {
    width: 100%;
    height: 100%;
    padding: 30px 0 30px;
    background-color: #e6fff2;
  }
}
@media only screen and (max-width: 1024px) {
  .button_back .link_area {
    width: calc(100% - 80px) !important;
    margin-left: 40px;
    margin-right: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .button_back .link_area {
    width: calc(100% - 40px) !important;
    margin: 0px 20px 0px !important;
  }
}

/* cre Child Rights Education(CRE)子どもの権利を大切にする教育って?
======================================================= */
.cre .cre_wood {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .cre .cre_wood {
    margin-top: 30px;
  }
}
.cre #wood {
  padding-top: 80px;
  /*上に余白を付ける*/
  margin-top: -80px;
  /*上の余白を打ち消す*/
}
.cre .cre_wood .wood_txt p {
  font-size: 18px;
  line-height: 2;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .cre .cre_wood .wood_txt p {
    font-size: 15px;
    line-height: 1.75;
    margin-top: 20px;
  }
}
.cre .cre_wood .wood_link_area {
  margin-top: 40px;
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .cre .cre_wood .wood_link_area {
    margin-top: 20px;
  }
}
.cre .cre_wood .wood_link_area .mod01,
.cre .cre_wood .wood_link_area .mod02,
.cre .cre_wood .wood_link_area .mod03,
.cre .cre_wood .wood_link_area .mod04 {
  position: absolute;
  width: 200px;
  height: 200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100px;
}
.cre .cre_wood .wood_link_area .mod01:hover,
.cre .cre_wood .wood_link_area .mod02:hover,
.cre .cre_wood .wood_link_area .mod03:hover,
.cre .cre_wood .wood_link_area .mod04:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1024px) {
  .cre .cre_wood .wood_link_area .mod01,
.cre .cre_wood .wood_link_area .mod02,
.cre .cre_wood .wood_link_area .mod03,
.cre .cre_wood .wood_link_area .mod04 {
    width: 185px;
    height: 185px;
  }
}
@media only screen and (max-width: 768px) {
  .cre .cre_wood .wood_link_area .mod01,
.cre .cre_wood .wood_link_area .mod02,
.cre .cre_wood .wood_link_area .mod03,
.cre .cre_wood .wood_link_area .mod04 {
    width: 180px;
    height: 180px;
  }
}
@media only screen and (max-width: 480px) {
  .cre .cre_wood .wood_link_area .mod01,
.cre .cre_wood .wood_link_area .mod02,
.cre .cre_wood .wood_link_area .mod03,
.cre .cre_wood .wood_link_area .mod04 {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (max-width: 400px) {
  .cre .cre_wood .wood_link_area .mod01,
.cre .cre_wood .wood_link_area .mod02,
.cre .cre_wood .wood_link_area .mod03,
.cre .cre_wood .wood_link_area .mod04 {
    width: 85px;
    height: 85px;
  }
}
.cre .cre_wood .wood_link_area .mod01 a,
.cre .cre_wood .wood_link_area .mod02 a,
.cre .cre_wood .wood_link_area .mod03 a,
.cre .cre_wood .wood_link_area .mod04 a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cre .cre_wood .wood_link_area .mod01 a:hover,
.cre .cre_wood .wood_link_area .mod02 a:hover,
.cre .cre_wood .wood_link_area .mod03 a:hover,
.cre .cre_wood .wood_link_area .mod04 a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cre .cre_wood .wood_link_area .mod01 {
  top: 12.4%;
  left: 49.7%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cre .cre_wood .wood_link_area .mod02 {
  top: 35.4%;
  left: 93.7%;
  -webkit-transform: translateX(-93.5%);
          transform: translateX(-93.5%);
}
.cre .cre_wood .wood_link_area .mod03 {
  top: 61.3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cre .cre_wood .wood_link_area .mod04 {
  top: 35.25%;
  left: 4.5%;
  -webkit-transform: translateX(-4.5%);
          transform: translateX(-4.5%);
}
.cre .cre_wood .wood_link_area .mod05 {
  position: absolute;
  width: 100%;
  height: 160px;
  bottom: 0%;
  left: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cre .cre_wood .wood_link_area .mod05:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 768px) {
  .cre .cre_wood .wood_link_area .mod05 {
    height: 140px;
  }
}
@media only screen and (max-width: 480px) {
  .cre .cre_wood .wood_link_area .mod05 {
    height: 90px;
  }
}
@media only screen and (max-width: 400px) {
  .cre .cre_wood .wood_link_area .mod05 {
    height: 70px;
  }
}
.cre .cre_wood .wood_link_area .mod05 a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cre .cre_wood .wood_link_area .mod05 a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cre .cre_wood .button {
  margin-top: 30px;
  text-align: right;
  display: block;
}
@media only screen and (max-width: 768px) {
  .cre .cre_wood .button {
    margin-top: 25px;
    text-align: center;
  }
}
.cre .cre_wood .button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #069EDB;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cre .cre_wood .button a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .cre .cre_wood .button a {
    font-size: 14px;
  }
}
.cre .cre_wood .button a img {
  width: 16px;
  height: 20px;
  margin-top: 0;
  margin-right: 15px;
}
.cre .lets_cre {
  margin-top: 65px;
}
@media only screen and (max-width: 768px) {
  .cre .lets_cre {
    margin-top: 30px;
  }
}
.cre .lets_cre h2 {
  font-size: 24px;
  font-weight: bold;
  font-family: "NotoSansCJKJP";
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cre .lets_cre h2 {
    font-size: 16px;
  }
}
.cre .lets_cre p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .cre .lets_cre p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.75;
  }
}

/* footer上のリンクボタン色付き */
.link_area_color {
  width: 480px;
  margin: 80px auto 100px;
}
@media only screen and (max-width: 1024px) {
  .link_area_color {
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .link_area_color {
    width: calc(100% - 40px);
    margin: 30px 20px 30px;
  }
}
.link_area_color li {
  width: 100%;
  border-radius: 50px;
  position: relative;
}
.link_area_color li + li {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .link_area_color li + li {
    margin-top: 15px;
  }
}
.link_area_color li:before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(/kodomo/cre/asset_unicef/media/images/common/link-w.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 11px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .link_area_color li:before {
    right: 15px;
  }
}
.link_area_color li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link_area_color li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .link_area_color li a {
    font-size: 14px;
    padding: 10px 25px;
  }
}

.cre_mar60 {
  margin-top: 60px !important;
}
@media only screen and (max-width: 768px) {
  .cre_mar60 {
    margin-top: 40px !important;
  }
}

/*  子どもの権利の推進がもたらす効果
======================================================= */
.promotion_of_rights .attempt {
  width: 100%;
  height: auto;
  background-color: #e4f4fd;
  margin-top: 80px;
  padding-bottom: 100px;
  position: relative;
  /* アコーディオン */
}
@media only screen and (max-width: 768px) {
  .promotion_of_rights .attempt {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.promotion_of_rights .attempt .dammy {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 40px;
}
.promotion_of_rights .attempt .attempt_title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #00a0e9;
  padding: 25px 0;
  border-bottom: solid 1px #fff;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .promotion_of_rights .attempt .attempt_title {
    font-size: 18px;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 360px) {
  .promotion_of_rights .attempt .attempt_title {
    font-size: 15px;
  }
}
.promotion_of_rights .attempt .attempt_title02 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #00a672;
  padding: 25px 0 50px;
  border-bottom: solid 1px #fff;
}
@media only screen and (max-width: 768px) {
  .promotion_of_rights .attempt .attempt_title02 {
    font-size: 18px;
    padding: 15px 0 50px;
  }
}
@media only screen and (max-width: 360px) {
  .promotion_of_rights .attempt .attempt_title02 {
    font-size: 15px;
  }
}
.promotion_of_rights .attempt .attempt_title03 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #f18d00;
  padding: 25px 0 50px;
  border-bottom: solid 1px #fff;
}
@media only screen and (max-width: 768px) {
  .promotion_of_rights .attempt .attempt_title03 {
    font-size: 18px;
    padding: 15px 0 50px;
  }
}
@media only screen and (max-width: 360px) {
  .promotion_of_rights .attempt .attempt_title03 {
    font-size: 15px;
  }
}
.promotion_of_rights .attempt .attempt_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.promotion_of_rights .attempt .attempt_flex .attempt_flex_item {
  width: 14.1428571429%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .promotion_of_rights .attempt .attempt_flex .attempt_flex_item {
    width: 33.1666666667%;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .promotion_of_rights .attempt .attempt_flex .attempt_flex_item {
    width: 49.75%;
  }
}
@media only screen and (max-width: 360px) {
  .promotion_of_rights .attempt .attempt_flex .attempt_flex_item {
    width: 100%;
  }
}
.promotion_of_rights .attempt .attempt_flex .attempt_flex_item .flex_item_img {
  background-color: #52c3f1;
  text-align: center;
  width: 100%;
  max-width: 170px;
  height: 170px;
  padding-top: 20px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .promotion_of_rights .attempt .attempt_flex .attempt_flex_item .flex_item_img {
    max-width: 100%;
  }
}
.promotion_of_rights .attempt .attempt_flex .attempt_flex_item .flex_item_img h3 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .promotion_of_rights .attempt .attempt_flex .attempt_flex_item .flex_item_img h3 {
    font-size: 16px;
  }
}
.promotion_of_rights .attempt .attempt_flex .attempt_flex_item .flex_item_txt {
  width: 100%;
  height: 200px;
  padding: 20px 15px;
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  .promotion_of_rights .attempt .attempt_flex .attempt_flex_item .flex_item_txt {
    height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .promotion_of_rights .attempt .attempt_flex .attempt_flex_item .flex_item_txt {
    height: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .promotion_of_rights .attempt .attempt_flex .attempt_flex_item .flex_item_txt {
    height: 170px;
  }
}
@media only screen and (max-width: 360px) {
  .promotion_of_rights .attempt .attempt_flex .attempt_flex_item .flex_item_txt {
    height: auto;
  }
}
.promotion_of_rights .attempt .attempt_flex .attempt_flex_item .flex_item_txt p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
}
@media only screen and (max-width: 768px) {
  .promotion_of_rights .attempt .attempt_flex .attempt_flex_item .flex_item_txt p {
    font-size: 15px;
    line-height: 1.75;
  }
}
.promotion_of_rights .attempt .arrow {
  display: block;
  text-align: center;
  margin: 30px auto;
}
@media only screen and (max-width: 768px) {
  .promotion_of_rights .attempt .arrow {
    margin: 20px auto;
  }
}
.promotion_of_rights .attempt .attempt_flex04 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.promotion_of_rights .attempt .attempt_flex04 .attempt_flex_item {
  width: 24.875%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .promotion_of_rights .attempt .attempt_flex04 .attempt_flex_item {
    width: 49.75%;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 360px) {
  .promotion_of_rights .attempt .attempt_flex04 .attempt_flex_item {
    width: 100%;
  }
}
.promotion_of_rights .attempt .attempt_flex04 .attempt_flex_item .flex_item_txt {
  width: 100%;
  height: 140px;
  padding: 20px 15px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .promotion_of_rights .attempt .attempt_flex04 .attempt_flex_item .flex_item_txt {
    height: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .promotion_of_rights .attempt .attempt_flex04 .attempt_flex_item .flex_item_txt {
    height: 170px;
  }
}
@media only screen and (max-width: 360px) {
  .promotion_of_rights .attempt .attempt_flex04 .attempt_flex_item .flex_item_txt {
    height: auto;
  }
}
.promotion_of_rights .attempt .attempt_flex04 .attempt_flex_item .flex_item_txt p {
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: 0em;
}
@media only screen and (max-width: 768px) {
  .promotion_of_rights .attempt .attempt_flex04 .attempt_flex_item .flex_item_txt p {
    font-size: 16px !important;
    line-height: 1.75;
  }
}
.promotion_of_rights .attempt .button {
  font-size: 16px;
  font-weight: bold;
  background-color: #00a0e9;
  border-radius: 30px;
  color: #fff;
  width: 280px;
  height: 50px;
  margin: 30px 0 0 auto;
}
@media only screen and (max-width: 768px) {
  .promotion_of_rights .attempt .button {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}
.promotion_of_rights .attempt .button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.promotion_of_rights .attempt .button img {
  margin-right: 10px;
}
.promotion_of_rights .attempt .acMenu {
  cursor: pointer;
}
.promotion_of_rights .attempt .acMenu dt {
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.promotion_of_rights .attempt .acMenu dt:hover {
  opacity: 0.7;
}
.promotion_of_rights .attempt .acMenu dt:before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(/kodomo/cre/asset_unicef/media/images/promotion_of_rights/open.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 36px;
  top: 60%;
  left: 48.8%;
}
@media only screen and (max-width: 1280px) {
  .promotion_of_rights .attempt .acMenu dt:before {
    left: 48.6%;
  }
}
@media only screen and (max-width: 1024px) {
  .promotion_of_rights .attempt .acMenu dt:before {
    left: 48.4%;
  }
}
@media only screen and (max-width: 900px) {
  .promotion_of_rights .attempt .acMenu dt:before {
    left: 48.2%;
  }
}
@media only screen and (max-width: 768px) {
  .promotion_of_rights .attempt .acMenu dt:before {
    left: 48%;
  }
}
@media only screen and (max-width: 700px) {
  .promotion_of_rights .attempt .acMenu dt:before {
    left: 47.8%;
  }
}
@media only screen and (max-width: 640px) {
  .promotion_of_rights .attempt .acMenu dt:before {
    left: 47.5%;
  }
}
@media only screen and (max-width: 480px) {
  .promotion_of_rights .attempt .acMenu dt:before {
    left: 46%;
  }
}
.promotion_of_rights .attempt .acMenu dd {
  width: 100%;
  height: auto;
  display: none;
}

.acMenu dt.close::before {
  top: 56% !important;
  left: 48.7%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 1280px) {
  .acMenu dt.close::before {
    left: 48.6%;
  }
}
@media only screen and (max-width: 1024px) {
  .acMenu dt.close::before {
    left: 48.4%;
  }
}
@media only screen and (max-width: 1024px) {
  .acMenu dt.close::before {
    left: 48.4%;
  }
}
@media only screen and (max-width: 900px) {
  .acMenu dt.close::before {
    left: 48.2%;
  }
}
@media only screen and (max-width: 768px) {
  .acMenu dt.close::before {
    left: 48%;
  }
}
@media only screen and (max-width: 700px) {
  .acMenu dt.close::before {
    left: 47.8%;
  }
}
@media only screen and (max-width: 640px) {
  .acMenu dt.close::before {
    left: 47.5%;
  }
}
@media only screen and (max-width: 480px) {
  .acMenu dt.close::before {
    left: 46%;
  }
}

/*           qa 「子どもの権利条約」Q＆A
======================================================= */
.qa .qa_area {
  width: 100%;
  height: auto;
  background-color: #f6fcff;
  margin-top: 40px;
  margin-left: auto;
  padding: 110px 0 100px;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .qa .qa_area {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .qa .qa_area {
    margin-top: 30px;
    padding: 25px 0 0;
  }
}
.qa .qa_area:before {
  position: absolute;
  content: "";
  width: 8.75%;
  height: 100%;
  top: 0%;
  left: 0px;
  background-color: #fff;
}
@media only screen and (max-width: 1400px) {
  .qa .qa_area:before {
    display: none;
  }
}
.qa .qa_area ul li + li {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .qa .qa_area ul li + li {
    margin-top: 40px;
  }
}
.qa .qa_area ul .qa_item {
  width: 100%;
  padding: 50px 0 70px 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(8, 109, 186, 0.15);
          box-shadow: 0 5px 10px rgba(8, 109, 186, 0.15);
  position: relative;
}
.qa .qa_area ul .qa_item:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 115px;
  height: 2px;
  background-color: #d3d3d3;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 20px;
  right: -40px;
}
@media only screen and (max-width: 768px) {
  .qa .qa_area ul .qa_item:before {
    width: 100px;
    bottom: 18px;
    right: -31px;
  }
}
.qa .qa_area ul .qa_item:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 115px;
  height: 2px;
  background-color: #d3d3d3;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
  left: -35px;
}
@media only screen and (max-width: 768px) {
  .qa .qa_area ul .qa_item:after {
    width: 100px;
    top: 25px;
    left: -32px;
  }
}
@media only screen and (max-width: 1024px) {
  .qa .qa_area ul .qa_item {
    padding: 30px 40px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .qa .qa_area ul .qa_item {
    padding: 20px 20px 30px;
  }
}
.qa .qa_area ul .qa_item .top {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 67px 67px 0px 0px;
  border-color: #f6fcff transparent transparent transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: -10px;
  left: -15px;
  z-index: 2;
}
.qa .qa_area ul .qa_item .bottom {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 67px 67px;
  border-color: transparent transparent #f6fcff transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  bottom: -10px;
  right: -20px;
  z-index: 2;
}
.qa .qa_area ul .qa_item dl dt {
  font-size: 22px;
  font-weight: bold;
  color: #004ea2;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddf4ff;
  padding-left: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .qa .qa_area ul .qa_item dl dt {
    font-size: 16px;
    padding: 20px 20px 20px 80px;
  }
}
.qa .qa_area ul .qa_item dl dt:before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(/kodomo/cre/asset_unicef/media/images/qa/q.png);
  background-repeat: no-repeat;
  top: -4%;
  left: 0;
  width: 45px;
  height: 42px;
}
@media only screen and (max-width: 768px) {
  .qa .qa_area ul .qa_item dl dt:before {
    top: 18%;
    left: 20px;
  }
}
.qa .qa_area ul .qa_item dl dd {
  font-size: 16px;
  font-weight: 500;
  padding: 20px 60px 0;
  line-height: 2;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .qa .qa_area ul .qa_item dl dd {
    font-size: 15px;
    padding: 20px 20px 0 80px;
    line-height: 1.75;
  }
}
.qa .qa_area ul .qa_item dl dd:before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(/kodomo/cre/asset_unicef/media/images/qa/a.png);
  background-repeat: no-repeat;
  top: 30px;
  left: 0;
  width: 45px;
  height: 52px;
}
@media only screen and (max-width: 768px) {
  .qa .qa_area ul .qa_item dl dd:before {
    left: 20px;
  }
}
.qa .qa_area ul .qa_item dl dd a {
  color: #00a0e9;
  border-bottom: solid 1px #00a0e9;
  cursor: pointer;
}
.qa .qa_area ul .qa_item dl dd a:hover {
  opacity: 0.7;
}
.qa .qa_area .mar0 {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .qa .qa_area .mar0 {
    margin-bottom: 30px !important;
  }
}

/*                info 役立つ資料・情報
======================================================= */
.info .info_area {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .info .info_area {
    margin-top: 30px;
  }
}
.info .info_area ul {
  border-top: solid 1px #d8d8d8;
}
.info .info_area ul li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: solid 1px #d8d8d8;
}

@media only screen and (max-width: 768px) {
  .info .info_area ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
  }
}
.info .info_area ul li .info_img {
  width: 16.75%;
  min-width: 135px;
  margin-right: 50px;
}
.info .info_area .info_childrights_container {
  padding-top: 50px;
}
.info .info_area .info_childrights_container ul {
  border-top: none;
}
.info .info_area ul .info_childrights {
  flex-wrap: wrap;
  padding-top: 20px;
}
.info .info_area ul .info_childrights .info_img {
  width: 24.75%;
  margin-top: 30px;
  margin-right: 6.25%;
}
.info .info_area ul .info_childrights .info_img.vertical-img {
  padding-right: 4%;
  padding-left: 4%;
}
@media only screen and (max-width: 768px) {
  .info .info_area ul li .info_img,
  .info .info_area ul .info_childrights .info_img {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
.info .info_area ul li .info_txt {
  width: 76.75%;
}
.info .info_area ul .info_childrights .info_txt {
  width: 68.75%;
  margin-top: 14px;
}
@media only screen and (max-width: 768px) {
  .info .info_area ul li .info_txt,
  .info .info_area ul .info_childrights .info_txt {
    width: 100%;
    margin-top: 20px;
  }
}
.info .info_area ul li .info_txt h2 {
  font-size: 20px;
  font-weight: bold;
  color: #004ea2;
  line-height: 1;
}
.info .info_area .info_childrights_container h2 {
  flex-basis: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #00a0e9;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .info .info_area ul li .info_txt h2,
  .info .info_area .info_childrights_container h2 {
    font-size: 18px;
    text-align: center;
  }
}
.info .info_area ul .info_childrights h3 {
  font-size: 20px;
  font-weight: bold;
  color: #004ea2;
  line-height: 1.4;
}
.info .info_area ul li .info_txt p {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .info .info_area ul li .info_txt p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.75;
  }
}
.info .info_area ul li .info_txt .button {
  margin-top: 10px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .info .info_area ul li .info_txt .button {
    margin-top: 20px;
    text-align: center;
  }
}
.info .info_area ul li .info_txt .button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00a0e9;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.info .info_area ul li .info_txt .button a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .info .info_area ul li .info_txt .button a {
    font-size: 14px;
  }
}
.info .info_area ul li .info_txt .button a img {
  width: 16px;
  height: 20px;
  margin-top: 0;
  margin-right: 15px;
}
.info .info_area ul .info_childrights .info_txt .button a {
  position: relative;
  padding: 10px 50px;
}
.info .info_area ul .info_childrights .info_txt .button a:before {
    position: absolute;
    content: "";
    display: inline-block;
    background-image: url(/kodomo/cre/asset_unicef/media/images/common/link-w.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.info .info_area ul .info_childrights .info_txt .button.button-dl a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00a0e9;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.info .info_area ul .info_childrights .info_txt .button.button-dl a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.info .info_area ul .info_childrights .info_txt .button.button-dl a:before {
    display: none;
}
@media only screen and (max-width: 768px) {
  .info .info_area ul .info_childrights .info_txt .button.button-dl a {
    font-size: 14px;
  }
}
.info .info_area ul .info_childrights .info_txt .button.button-dl a img {
  width: 16px;
  height: 20px;
  margin-top: 0;
  margin-right: 15px;
}
.info .info_link_area {
  width: 480px;
  margin: 80px auto 100px;
  /* footer上のリンクボタン */
}
@media only screen and (max-width: 1024px) {
  .info .info_link_area {
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .info .info_link_area {
    width: 100%;
    margin: 30px 0px 30px;
  }
}
.info .info_link_area h2 {
  font-size: 18px;
  font-weight: bold;
  width: 480px;
}
@media only screen and (max-width: 1024px) {
  .info .info_link_area h2 {
    width: 100%;
  }
}
.info .info_link_area .link_area {
  margin: 0 auto !important;
}
.info .info_link_area .link_area li {
  margin-top: 20px;
  width: 100%;
  background-color: #004ea2;
  border-radius: 25px;
  position: relative;
}
.info .info_link_area .link_area li + li {
  margin-top: 20px !important;
}
@media only screen and (max-width: 768px) {
  .info .info_link_area .link_area li + li {
    margin-top: 15px;
  }
}
.info .info_link_area .link_area li:before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(/kodomo/cre/asset_unicef/media/images/common/link-w.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 11px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .info .info_link_area .link_area li:before {
    right: 15px;
  }
}
.info .info_link_area .link_area li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0 !important;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.info .info_link_area .link_area li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .info .info_link_area .link_area li a {
    text-align: left;
    font-size: 14px;
    padding: 15px 50px 15px 25px !important;
  }
}
.info .txt_dl {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #00a0e9;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .info .txt_dl {
    display: block;
    font-size: 14px;
  }
}
.info .txt_dl a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info .info_siryo-btn {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: auto !important;
  max-width: 280px !important;
}

.info .info_si-bod {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 2em;
}
.info .info_si-bod p {
  width: 60%;
}
.info .info_si-bod ul {
  width: 38% !important;
}
@media only screen and (max-width: 768px) {
  .info .info_si-bod p {
  width: 100%;
  }
  .info .info_si-bod ul {
    width: 100% !important;
    margin-top: 10px !important;
  }
}



/*                第三階層読み込み
======================================================= */
/*     ここから第３階層
======================================================= */
/*     history 人権の歴史と「子どもの権利条約」ができるまで
======================================================= */
.history .chronology_area {
  width: 100%;
  height: 100%;
  margin-top: 80px;
  background-color: #e4f4fd;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .history .chronology_area {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.history .chronology_area:before {
  position: absolute;
  content: "";
  width: 8.75%;
  height: 100%;
  top: 0%;
  left: 0px;
  background-color: #fff;
}
@media only screen and (max-width: 1400px) {
  .history .chronology_area:before {
    display: none;
  }
}
.history .chronology_area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  top: 0%;
  left: 0px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .history .chronology_area::after {
    height: 30px;
  }
}
.history .chronology_area h2 {
  position: relative;
  z-index: 2;
}
.history .chronology_area table {
  width: 100%;
  margin-top: 4px;
}
.history .chronology_area table tr {
  width: 100%;
  padding: 30px;
  background-color: #fff;
  display: block;
}
@media only screen and (max-width: 768px) {
  .history .chronology_area table tr {
    padding: 15px;
  }
}
.history .chronology_area table tr + tr {
  margin-top: 2px;
}
.history .chronology_area table tr th {
  font-size: 18px;
  font-weight: bold;
  color: #004ea2;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .history .chronology_area table tr th {
    font-size: 16px;
  }
}
.history .chronology_area table tr td {
  padding-left: 25px;
}
.history .chronology_area table tr td .indent-m {
  text-indent: -7px;
}
.history .chronology_area table tr td .indent-l {
  text-indent: -10px;
}
.history .chronology_area table tr td .td_title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #004ea2;
}
@media only screen and (max-width: 768px) {
  .history .chronology_area table tr td .td_title {
    font-size: 16px;
  }
}
.history .chronology_area table tr td .td_txt {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .history .chronology_area table tr td .td_txt {
    font-size: 15px;
  }
}
.history .chronology_area table tr td img {
  margin-top: 10px;
}
.history .toreaty {
  margin-top: 70px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .history .toreaty {
    margin-top: 40px;
    padding-bottom: 60px;
  }
}
.history .toreaty h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #004ea2;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .history .toreaty h2 {
    font-size: 16px;
  }
}
.history .toreaty .toreaty_wrap {
  width: 100%;
  height: 100%;
  padding: 25px 70px 40px;
  background-image: url(/kodomo/cre/asset_unicef/media/images/common/line_back.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -25px;
}
@media only screen and (max-width: 768px) {
  .history .toreaty .toreaty_wrap {
    margin-top: 0px;
    padding: 0px 0px;
    background-image: none;
  }
}
.history .toreaty .toreaty_wrap .content-wrapper500 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .history .toreaty .toreaty_wrap .content-wrapper500 .link_area {
    width: 100% !important;
  }
}
.history .toreaty .toreaty_wrap .content-wrapper500 .link_area a {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 50px 15px 25px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.history .toreaty .toreaty_wrap .content-wrapper500 .link_area a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.history .toreaty .toreaty_wrap .content-wrapper500 p {
  margin-top: 20px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .history .toreaty .toreaty_wrap .content-wrapper500 p {
    font-size: 15px;
    margin-top: 15px;
    line-height: 1.75;
  }
}
.history .toreaty .toreaty_wrap .content-wrapper500 .blue_pdf {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #00a0e9;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .history .toreaty .toreaty_wrap .content-wrapper500 .blue_pdf {
    display: block;
    font-size: 14px;
  }
}
.history .toreaty .toreaty_wrap .content-wrapper500 .blue_pdf a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.history .name_area {
  display: block;
  width: 100%;
  max-width: 1360px;
  margin: 100px auto 20px;
  padding: 0 50px;
  font-size: 13px;
  line-height: 1.5384615385;
}
@media only screen and (max-width: 1024px) {
  .history .name_area {
    margin: 60px auto 20px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .history .name_area {
    margin: 60px auto 20px;
    padding: 0 20px;
  }
}
.history .mar40 {
  margin: 40px auto 0 !important;
}
@media only screen and (max-width: 768px) {
  .history .mar40 {
    margin: 15px auto 0 !important;
  }
}

/*        3-2~3-5纏めて描く　権利〇〇学びシリーズ
======================================================= */
.learning {
  /* 3-2のみ */
}
.learning .learning_wood {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .learning .learning_wood {
    margin-top: 30px;
  }
}
.learning .learning_wood .wood_area {
  width: 100%;
  position: relative;
  /* ボタン3-2 */
  /* ボタン3-3 */
  /* ボタン3-4 */
}
.learning .learning_wood .wood_area .wood_img img {
  width: 100%;
}
.learning .learning_wood .wood_area .button_page-1 {
  position: absolute;
  bottom: 80px;
  left: -45px;
  width: 260px;
  height: 60px;
  border-radius: 30px;
  background-color: #069EDB;
}
@media only screen and (max-width: 1024px) {
  .learning .learning_wood .wood_area .button_page-1 {
    position: static;
    width: 100%;
    max-width: 740px;
    display: block;
    margin: 20px auto 0;
  }
}
.learning .learning_wood .wood_area .button_page-1 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.learning .learning_wood .wood_area .button_page-1 a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1024px) {
  .learning .learning_wood .wood_area .button_page-1 a {
    line-height: 60px;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .learning .learning_wood .wood_area .button_page-1 a {
    font-size: 14px;
  }
}
.learning .learning_wood .wood_area .button_page-1 a img {
  margin-left: 20px;
  width: auto;
  height: 60px;
  margin-top: -3px;
}
@media only screen and (max-width: 1024px) {
  .learning .learning_wood .wood_area .button_page-1 a img {
    margin-top: 0px;
    position: absolute;
    top: 0;
  }
}
.learning .learning_wood .wood_area .button_page-2 {
  position: absolute;
  bottom: 150px;
  left: -15px;
  width: 260px;
  height: 60px;
  border-radius: 30px;
  background-color: #069EDB;
}
@media only screen and (max-width: 1024px) {
  .learning .learning_wood .wood_area .button_page-2 {
    position: static;
    width: 100%;
    max-width: 740px;
    display: block;
    margin: 20px auto 0;
  }
}
.learning .learning_wood .wood_area .button_page-2 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.learning .learning_wood .wood_area .button_page-2 a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1024px) {
  .learning .learning_wood .wood_area .button_page-2 a {
    line-height: 60px;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .learning .learning_wood .wood_area .button_page-2 a {
    font-size: 14px;
  }
}
.learning .learning_wood .wood_area .button_page-2 a img {
  margin-left: 20px;
  width: auto;
  height: 60px;
  margin-top: -3px;
}
@media only screen and (max-width: 1024px) {
  .learning .learning_wood .wood_area .button_page-2 a img {
    margin-top: 0px;
    position: absolute;
    top: 0;
  }
}
.learning .learning_wood .wood_area .button_page-3 {
  position: absolute;
  bottom: 90px;
  left: -40px;
  width: 260px;
  height: 60px;
  border-radius: 30px;
  background-color: #069EDB;
}
@media only screen and (max-width: 1024px) {
  .learning .learning_wood .wood_area .button_page-3 {
    position: static;
    width: 100%;
    max-width: 740px;
    display: block;
    margin: 20px auto 0;
  }
}
.learning .learning_wood .wood_area .button_page-3 a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.learning .learning_wood .wood_area .button_page-3 a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1024px) {
  .learning .learning_wood .wood_area .button_page-3 a {
    line-height: 60px;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .learning .learning_wood .wood_area .button_page-3 a {
    font-size: 14px;
  }
}
.learning .learning_wood .wood_area .button_page-3 a img {
  margin-left: 20px;
  width: auto;
  height: 60px;
  margin-top: -3px;
}
@media only screen and (max-width: 1024px) {
  .learning .learning_wood .wood_area .button_page-3 a img {
    margin-top: 0px;
    position: absolute;
    top: 0;
  }
}
.learning .think {
  width: 100%;
  margin-top: 80px;
  padding: 100px 0;
  background-color: #e4f4fd;
}
@media only screen and (max-width: 768px) {
  .learning .think {
    margin-top: 30px;
    padding: 30px 0;
  }
}
.learning .think .think_txt {
  width: 100%;
  padding: 60px 100px 85px;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .learning .think .think_txt {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .learning .think .think_txt {
    padding: 40px 20px;
  }
}
.learning .think .think_txt h2 {
  font-family: "NotoSansCJKJP";
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
  color: #004ea2;
}
@media only screen and (max-width: 768px) {
  .learning .think .think_txt h2 {
    font-size: 15px;
    line-height: 1.5;
  }
}
.learning .think .think_txt p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .learning .think .think_txt p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.75;
  }
}
.learning .card_area {
  margin-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .learning .card_area {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.learning .card_area .content-wrap800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.learning .card_area .content-wrap800 h2 {
  font-size: 24px;
  font-weight: bold;
  color: #004ea2;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .learning .card_area .content-wrap800 h2 {
    font-size: 15px;
  }
}
.learning .card_area .content-wrap800 h2 span {
  display: inline-block;
  margin-top: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), to(#fff600));
  background: linear-gradient(#ffffff 50%, #fff600);
}
.learning .card_area .content-wrap800 .card_flex {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .learning .card_area .content-wrap800 .card_flex {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .learning .card_area .content-wrap800 .card_flex li {
    width: 100%;
  }
  .learning .card_area .content-wrap800 .card_flex li img {
    width: 100%;
  }
}
.learning .card_area .content-wrap800 .card_flex li + li {
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  .learning .card_area .content-wrap800 .card_flex li + li {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.learning .card_area .content-wrap800 h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 35px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .learning .card_area .content-wrap800 h3 {
    font-size: 16px;
    margin-top: 10px;
  }
}
.learning .card_area .content-wrap800 h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .learning .card_area .content-wrap800 h4 {
    font-size: 15px;
    margin-top: 20px;
  }
}

/* サブタイトル */
.sub_txt_dawn {
  font-size: 30px;
  font-weight: bold;
  color: #004ea2;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .sub_txt_dawn {
    font-size: 17px;
  }
}

/*        hint 実践のヒント一覧
======================================================= */
.hint .hint_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .hint .hint_flex {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.hint .hint_flex .hint_item {
  width: 500px;
  height: 500px;
  border-top: solid 6px #e4f4fd;
  border-left: solid 6px #e4f4fd;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .hint .hint_flex .hint_item {
    width: 100%;
    border-right: solid 6px #e4f4fd;
  }
}
@media only screen and (max-width: 768px) {
  .hint .hint_flex .hint_item {
    height: 400px;
  }
}
@media only screen and (max-width: 400px) {
  .hint .hint_flex .hint_item {
    height: 400px;
  }
}
.hint .hint_flex .hint_item:nth-child(2) {
  border-right: solid 6px #e4f4fd;
}
@media only screen and (max-width: 1024px) {
  .hint .hint_flex .hint_item:nth-child(2) {
    border-top: solid 6px #e4f4fd;
  }
}
.hint .hint_flex .hint_item:nth-child(3) {
  border-bottom: solid 6px #e4f4fd;
}
@media only screen and (max-width: 1024px) {
  .hint .hint_flex .hint_item:nth-child(3) {
    border-top: solid 6px #e4f4fd;
    border-bottom: none;
  }
}
.hint .hint_flex .hint_item:nth-child(4) {
  border-bottom: solid 6px #e4f4fd;
  border-right: solid 6px #e4f4fd;
}
.hint .hint_flex .hint_item a {
  display: block;
  width: 100%;
  height: 90%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hint .hint_flex .hint_item a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hint .hint_flex .hint_item .tab_block {
  display: block;
  margin-top: 25px;
  margin-right: 20px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .hint .hint_flex .hint_item .tab_block {
    margin-top: 20px;
    margin-right: 0;
    text-align: center;
  }
}
.hint .hint_flex .hint_item .tab_block .tab_area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .hint .hint_flex .hint_item .tab_block .tab_area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .hint .hint_flex .hint_item .tab_block .tab_area .list01 {
    font-weight: bold;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .hint .hint_flex .hint_item .tab_block .tab_area .list_tit {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
  }
}
.hint .hint_flex .hint_item .tab_block .tab_area li + li {
  margin-left: 5px;
}
.hint .hint_flex .hint_item .tab_block .tab_area li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hint .hint_flex .hint_item .tab_block .tab_area li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hint .hint_flex .hint_item .tab_block .tab_area .button {
  width: 120px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  border-radius: 12.5px;
}
.hint .hint_flex .hint_item .tab_block .tab_area .col1 {
  background-color: #f39800;
}
.hint .hint_flex .hint_item .tab_block .tab_area .col2 {
  background-color: #46a79f;
}
.hint .hint_flex .hint_item .tab_block .tab_area .col3 {
  background-color: #ed7aac;
}
.hint .hint_flex .hint_item .item_link01 {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .hint .hint_flex .hint_item .item_link01 {
    bottom: auto;
    top: 55%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .hint .hint_flex .hint_item .item_link01 {
    top: auto;
    bottom: 20px;
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
  }
}
.hint .hint_flex .hint_item .item_link01 .img_area {
  text-align: center;
}
.hint .hint_flex .hint_item .item_link01 .txt_area01 {
  margin-top: 32px;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .hint .hint_flex .hint_item .item_link01 .txt_area01 {
    margin-top: 20px;
  }
}
.hint .hint_flex .hint_item .item_link01 .txt_area01 h2 {
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .hint .hint_flex .hint_item .item_link01 .txt_area01 h2 {
    font-size: 18px;
  }
}
.hint .hint_flex .hint_item .item_link01 .txt_area01 p {
  font-size: 20px;
  font-weight: bold !important;
  margin-top: 4px;
  color: #004ea2;
}
@media only screen and (max-width: 768px) {
  .hint .hint_flex .hint_item .item_link01 .txt_area01 p {
    font-size: 15px;
    line-height: 1.75;
  }
}
.hint .hint_flex .hint_item .item_link02 {
  position: absolute;
  bottom: 86px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .hint .hint_flex .hint_item .item_link02 {
    bottom: auto;
    top: 55%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
.hint .hint_flex .hint_item .item_link02 .img_area {
  text-align: center;
}
.hint .hint_flex .hint_item .item_link02 .txt_area02 {
  margin-top: 30px;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .hint .hint_flex .hint_item .item_link02 .txt_area02 {
    margin-top: 20px;
  }
}
.hint .hint_flex .hint_item .item_link02 .txt_area02 h2 {
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .hint .hint_flex .hint_item .item_link02 .txt_area02 h2 {
    font-size: 18px;
  }
}
.hint .hint_flex .hint_item .item_link02 .txt_area02 p {
  font-size: 20px;
  font-weight: bold !important;
  margin-top: 4px;
  color: #004ea2;
}
@media only screen and (max-width: 768px) {
  .hint .hint_flex .hint_item .item_link02 .txt_area02 p {
    font-size: 15px;
    line-height: 1.75;
  }
}

/*     cre_practice CREを実践する~海外の実践事例から~
======================================================= */
.cre_practice .initiatives_uk {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .cre_practice .initiatives_uk {
    margin-top: 30px;
  }
}
.cre_practice .initiatives_uk .initiatives_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .cre_practice .initiatives_uk .initiatives_flex {
    margin-top: 20px;
  }
}
.cre_practice .initiatives_uk .initiatives_flex li {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .cre_practice .initiatives_uk .initiatives_flex li {
    width: 100%;
  }
  .cre_practice .initiatives_uk .initiatives_flex li + li {
    margin-top: 20px;
  }
}
.cre_practice .initiatives_uk .initiatives_flex li img {
  width: 100%;
}
.cre_practice .initiatives_uk .txt_no_float {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .cre_practice .initiatives_uk .txt_no_float {
    margin-top: 30px;
  }
}
.cre_practice .initiatives_uk .txt_no_float h3 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cre_practice .initiatives_uk .txt_no_float h3 {
    font-size: 18px;
  }
}
.cre_practice .initiatives_uk .txt_no_float p {
  font-size: 18px;
  margin-top: 10px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .cre_practice .initiatives_uk .txt_no_float p {
    font-size: 15px;
    line-height: 1.75;
  }
}
.cre_practice .initiatives_uk .txt_float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .cre_practice .initiatives_uk .txt_float {
    margin-top: 0px;
  }
}
.cre_practice .initiatives_uk .txt_float p {
  width: 100%;
  max-width: 450px;
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .cre_practice .initiatives_uk .txt_float p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .cre_practice .initiatives_uk .txt_float p {
    font-size: 15px;
    line-height: 1.75;
  }
}
.cre_practice .initiatives_uk .txt_float .poster_area {
  width: 100%;
  max-width: 320px;
  margin-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .cre_practice .initiatives_uk .txt_float .poster_area {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    text-align: center;
  }
}
.cre_practice .initiatives_uk .txt_float .poster_area .button_area {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.cre_practice .initiatives_uk .txt_float .poster_area .button_area .button {
  width: 290px;
  height: 46px;
  border-radius: 23px;
  background-color: #00a0e9;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .cre_practice .initiatives_uk .txt_float .poster_area .button_area .button {
    width: 100%;
  }
}
.cre_practice .initiatives_uk .txt_float .poster_area .button_area .button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cre_practice .initiatives_uk .txt_float .poster_area .button_area .button a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .cre_practice .initiatives_uk .txt_float .poster_area .button_area .button a {
    font-size: 14px;
  }
}
.cre_practice .initiatives_uk .txt_float .poster_area .button_area .button a img {
  margin-right: 8px;
}
.cre_practice .initiatives_uk .effect_attempt {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .cre_practice .initiatives_uk .effect_attempt {
    margin-top: 30px;
  }
}
.cre_practice .initiatives_uk .effect_attempt h3 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cre_practice .initiatives_uk .effect_attempt h3 {
    font-size: 16px;
  }
}
.cre_practice .initiatives_uk .effect_attempt p {
  font-size: 18px;
  margin-top: 10px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .cre_practice .initiatives_uk .effect_attempt p {
    font-size: 15px;
    line-height: 1.75;
  }
}
.cre_practice .initiatives_uk .effect_attempt .img_area {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .cre_practice .initiatives_uk .effect_attempt .img_area {
    margin-top: 20px;
    text-align: left;
  }
}
.cre_practice .initiatives_uk .effect_attempt .img_area p {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .cre_practice .initiatives_uk .effect_attempt .img_area p {
    margin-top: 30px;
  }
}
.cre_practice .name_area {
  display: block;
  width: 100%;
  max-width: 1360px;
  margin: 100px auto 20px;
  padding: 0 50px;
  font-size: 13px;
  line-height: 1.5384615385;
}
@media only screen and (max-width: 1024px) {
  .cre_practice .name_area {
    margin: 60px auto 20px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .cre_practice .name_area {
    margin: 60px auto 20px;
    padding: 0 20px;
  }
}
.cre_practice .cre_button {
  margin: 10px auto 100px !important;
}
@media only screen and (max-width: 768px) {
  .cre_practice .cre_button {
    margin: 30px auto;
  }
}

/*                第四階層読み込み
======================================================= */
/*     ここから第4階層
======================================================= */
/*     第四階層共有
======================================================= */
.tips01 .tab_block,
.tips02 .tab_block,
.tips03 .tab_block,
.tips04 .tab_block {
  display: block;
  margin-top: 25px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .tips01 .tab_block,
.tips02 .tab_block,
.tips03 .tab_block,
.tips04 .tab_block {
    margin-top: 20px;
    margin-right: 0;
    text-align: center;
  }
}
.tips01 .tab_block .tab_area,
.tips02 .tab_block .tab_area,
.tips03 .tab_block .tab_area,
.tips04 .tab_block .tab_area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .tips01 .tab_block .tab_area,
.tips02 .tab_block .tab_area,
.tips03 .tab_block .tab_area,
.tips04 .tab_block .tab_area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .tips01 .tab_block .tab_area .list_tit,
.tips02 .tab_block .tab_area .list_tit,
.tips03 .tab_block .tab_area .list_tit,
.tips04 .tab_block .tab_area .list_tit {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
  }
}
.tips01 .tab_block .tab_area .bold,
.tips02 .tab_block .tab_area .bold,
.tips03 .tab_block .tab_area .bold,
.tips04 .tab_block .tab_area .bold {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .tips01 .tab_block .tab_area .bold,
.tips02 .tab_block .tab_area .bold,
.tips03 .tab_block .tab_area .bold,
.tips04 .tab_block .tab_area .bold {
    font-size: 14px;
  }
}
.tips01 .tab_block .tab_area li + li,
.tips02 .tab_block .tab_area li + li,
.tips03 .tab_block .tab_area li + li,
.tips04 .tab_block .tab_area li + li {
  margin-left: 5px;
}
.tips01 .tab_block .tab_area li a,
.tips02 .tab_block .tab_area li a,
.tips03 .tab_block .tab_area li a,
.tips04 .tab_block .tab_area li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tips01 .tab_block .tab_area li a:hover,
.tips02 .tab_block .tab_area li a:hover,
.tips03 .tab_block .tab_area li a:hover,
.tips04 .tab_block .tab_area li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tips01 .tab_block .tab_area .button,
.tips02 .tab_block .tab_area .button,
.tips03 .tab_block .tab_area .button,
.tips04 .tab_block .tab_area .button {
  width: 120px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  border-radius: 12.5px;
}
.tips01 .tab_block .tab_area .col1,
.tips02 .tab_block .tab_area .col1,
.tips03 .tab_block .tab_area .col1,
.tips04 .tab_block .tab_area .col1 {
  background-color: #f39800;
}
.tips01 .tab_block .tab_area .col2,
.tips02 .tab_block .tab_area .col2,
.tips03 .tab_block .tab_area .col2,
.tips04 .tab_block .tab_area .col2 {
  background-color: #46a79f;
}
.tips01 .tab_block .tab_area .col3,
.tips02 .tab_block .tab_area .col3,
.tips03 .tab_block .tab_area .col3,
.tips04 .tab_block .tab_area .col3 {
  background-color: #ed7aac;
}

/* tips01 「子どもの権利条約」について学ぼう
======================================================= */
.tips01 .head_tit {
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .tips01 .head_tit {
    margin-top: 30px;
  }
}
.tips01 .head_tit h2 {
  font-size: 30px;
  font-weight: bold;
  color: #004ea2;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .tips01 .head_tit h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.tips01 .heding_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tips01 .heding_flex li {
  width: 100%;
  max-width: 400px;
}
@media only screen and (max-width: 1024px) {
  .tips01 .heding_flex li {
    max-width: 100%;
  }
}
.tips01 .heding_flex li + li {
  width: 100%;
  max-width: 370px;
  margin-left: 30px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .tips01 .heding_flex li + li {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .tips01 .heding_flex li + li {
    margin-top: 20px;
  }
}
.tips01 .heding_flex li p {
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .tips01 .heding_flex li p {
    font-size: 15px;
    line-height: 1.75;
  }
}
.tips01 .heding_flex li .button_area {
  width: 370px;
  margin-top: 30px;
  border-radius: 35px;
  text-align: center;
  background-color: #00a0e9;
}
@media only screen and (max-width: 1024px) {
  .tips01 .heding_flex li .button_area {
    width: 100%;
    margin: 20px auto 0;
  }
}
.tips01 .heding_flex li .button_area .button {
  width: 100%;
}
.tips01 .heding_flex li .button_area .button a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.38;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tips01 .use_inner .heding_flex .button_area .button a:before {
    position: absolute;
    content: "";
    display: inline-block;
    background-image: url(/kodomo/cre/asset_unicef/media/images/common/link-w.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .tips01 .heding_flex li .button_area .button a {
    font-size: 14px;
    line-height: 1.75;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.tips01 .heding_flex li .button_area .button a img {
  margin-right: 10px;
}
.tips01 .use_inner {
  max-width: 100%;
  margin-top: 50px;
}
.tips01 .use_inner p {
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .tips01 .use_inner {
    margin-top: 30px;
  }
  .tips01 .use_inner p {
    font-size: 15px;
    line-height: 1.75;
  }
}
.tips01 .use_inner .use_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
}
.tips01 .use_inner .use_flex > div {
  width: 38%;
}
.tips01 .use_inner .use_flex > p {
  width: 60%;
}
.tips01 .use_inner .use_flex > div .use_flex_item {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .tips01 .use_inner .use_flex {
    flex-wrap: wrap;
  }
  .tips01 .use_inner .use_flex > div {
    width: 100%;
  }
  .tips01 .use_inner .use_flex > p {
    width: 100%;
  }
  .tips01 .use_inner .use_flex > div img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.tips01 .use_inner .heding_flex {
  align-items: center;
}

.tips01 .use_inner .link_area {
  width: 600px !important;
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .tips01 .use_inner .link_area {
    width: 100% !important;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .tips01 .use_inner .link_area {
    width: 100% !important;
  }
}
.tips01 .use_inner .link_area a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.38;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .tips01 .use_inner .link_area a {
    font-size: 14px;
    line-height: 1.75;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.tips01 .use_inner .link_area a img,
.tips02 .link_area a img {
  margin-right: 10px;
}
.tips01 .think {
  width: 100%;
  height: 100%;
  margin-top: 80px;
  padding-bottom: 80px;
  background-color: #f6fcff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .tips01 .think {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.tips01 .think:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  top: 0%;
  left: 0px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .tips01 .think:before {
    height: 30px;
  }
}
.tips01 .think h2 {
  position: relative;
  z-index: 2;
}
.tips01 .think .think_list {
  width: 100%;
  max-width: 960px;
  display: block;
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  .tips01 .think .think_list {
    margin-top: 20px;
  }
}
.tips01 .think .think_list li {
  width: 100%;
  padding: 50px 80px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 27px #dff0f9;
          box-shadow: 0px 0px 27px #dff0f9;
  position: relative;
}
.tips01 .think .think_list li:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 115px;
  height: 2px;
  background-color: #d3d3d3;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 20px;
  right: -40px;
}
@media only screen and (max-width: 768px) {
  .tips01 .think .think_list li:before {
    width: 100px;
    bottom: 18px;
    right: -31px;
  }
}
.tips01 .think .think_list li:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 115px;
  height: 2px;
  background-color: #d3d3d3;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
  left: -35px;
}
@media only screen and (max-width: 768px) {
  .tips01 .think .think_list li:after {
    width: 100px;
    top: 25px;
    left: -32px;
  }
}
@media only screen and (max-width: 1024px) {
  .tips01 .think .think_list li {
    padding: 30px 40px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .tips01 .think .think_list li {
    padding: 10px 20px 30px;
  }
}
.tips01 .think .think_list li .top {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0px 0px;
  border-color: #f6fcff transparent transparent transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  top: -19px;
  left: -19px;
  z-index: 2;
}
.tips01 .think .think_list li .bottom {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 67px 67px;
  border-color: transparent transparent #f6fcff transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  bottom: -10px;
  right: -20px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .tips01 .think .think_list li {
    padding: 30px 20px;
  }
}
.tips01 .think .think_list li + li {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .tips01 .think .think_list li + li {
    margin-top: 20px;
  }
}
.tips01 .think .think_list li .line_h3 {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.tips01 .think .think_list li .line_h3 h3 {
  font-size: 24px;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), to(#fbdceb));
  background: linear-gradient(#ffffff 50%, #fbdceb);
}
@media only screen and (max-width: 768px) {
  .tips01 .think .think_list li .line_h3 h3 {
    font-size: 16px;
  }
}
.tips01 .think .think_list li .think_flex {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .tips01 .think .think_list li .think_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .tips01 .think .think_list li .think_flex {
    margin-top: 20px;
  }
}
.tips01 .think .think_list li .think_flex p {
  width: 100%;
  max-width: 480px;
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .tips01 .think .think_list li .think_flex p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .tips01 .think .think_list li .think_flex p {
    font-size: 15px;
    line-height: 1.75;
  }
}
.tips01 .think .think_list li .think_flex img {
  width: 100%;
  max-width: 335px;
  margin-left: 60px;
}
@media only screen and (max-width: 1024px) {
  .tips01 .think .think_list li .think_flex img {
    margin-left: 0px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .tips01 .think .think_list li .think_flex img {
    margin-top: 20px;
  }
}
.tips01 .think .think_list .think_txt {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .tips01 .think .think_list .think_txt {
    margin-top: 20px;
  }
}
.tips01 .think .think_list .think_txt p {
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .tips01 .think .think_list .think_txt p {
    font-size: 15px;
    line-height: 1.75;
  }
}

/* tips02 子どもの権利が守られた学級づくり
======================================================= */
.tips02 .heading_txt {
  margin-top: 60px;
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .tips02 .heading_txt {
    font-size: 15px;
    line-height: 1.75;
    margin-top: 30px;
  }
}
.tips02 .heading_txt span {
  font-size: 30px;
  font-weight: bold;
  color: #004ea2;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .tips02 .heading_txt span {
    font-size: 17px;
  }
}
.tips02 .process {
  width: 100%;
  height: 100%;
  margin-top: 80px;
  padding: 80px 0;
  background-color: #edf9fe;
}
@media only screen and (max-width: 768px) {
  .tips02 .process {
    margin-top: 30px;
    padding: 30px 0;
  }
}
.tips02 .process h2 {
  width: 100%;
  font-size: 22px;
  padding: 12px 0;
  color: #fff;
  text-align: center;
  background-color: #176fc1;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .tips02 .process h2 {
    font-size: 16px;
  }
}
.tips02 .process ul li {
  width: 100%;
  height: 100%;
  padding: 60px 40px;
  background-color: #fff;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .tips02 .process ul li {
    padding: 20px;
  }
}
.tips02 .process ul li + li {
  margin-top: 7px;
}
@media only screen and (max-width: 768px) {
  .tips02 .process ul li + li {
    padding: 20px;
  }
}
.tips02 .process ul li + li:before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(/kodomo/cre/asset_unicef/media/images/cre/learning03/tips02/arrow.png);
  background-repeat: no-repeat;
  width: 44px;
  height: 32px;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .tips02 .process ul li + li:before {
    background-size: cover;
  }
}
.tips02 .process ul li .process_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tips02 .process ul li .process_flex .flex_left {
  width: 100%;
  max-width: 380px;
}
@media only screen and (max-width: 1024px) {
  .tips02 .process ul li .process_flex .flex_left {
    max-width: 100%;
  }
}
.tips02 .process ul li .process_flex .flex_left h3 {
  font-size: 21px;
  font-weight: bold;
  color: #176fc1;
  padding-bottom: 8px;
  border-bottom: 1px solid #176fc1;
}
@media only screen and (max-width: 768px) {
  .tips02 .process ul li .process_flex .flex_left h3 {
    font-size: 16px;
  }
}
.tips02 .process ul li .process_flex .flex_left p {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 45px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .tips02 .process ul li .process_flex .flex_left p {
    font-size: 15px;
    margin-top: 15px;
    line-height: 1.75;
    padding-right: 0px;
  }
}
.tips02 .process ul li .process_flex .flex_right {
  width: 100%;
  max-width: 340px;
}
@media only screen and (max-width: 1024px) {
  .tips02 .process ul li .process_flex .flex_right {
    max-width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .tips02 .process ul li .process_flex .flex_right {
    margin-top: 20px;
  }
}
.tips02 .process ul li .process_flex .flex_right img {
  display: block;
  margin: 0 auto;
}
.tips02 .process ul li .pdf_button {
  width: 100%;
  max-width: 480px;
  display: block;
  text-align: center;
  margin: 30px auto 0;
}
@media only screen and (max-width: 768px) {
  .tips02 .process ul li .pdf_button {
    max-width: 100%;
    margin-top: 20px;
  }
}
.tips02 .process ul li .pdf_button .button {
  width: 100%;
  height: 100%;
}
.tips02 .process ul li .pdf_button .button a {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  padding: 6px;
  background-color: #00a0e9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tips02 .process ul li .pdf_button .button a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .tips02 .process ul li .pdf_button .button a {
    font-size: 14px;
    border-radius: 40px;
  }
}
.tips02 .process ul li .pdf_button .button a img {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .tips02 .process ul li .pdf_button .button a img {
    height: 100%;
  }
}

/* tips03 「子どもの権利とスポーツの原則」
======================================================= */
.tips03 .head_tit {
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .tips03 .head_tit {
    margin-top: 30px;
  }
}
.tips03 .head_tit h2 {
  font-size: 30px;
  font-weight: bold;
  color: #004ea2;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .tips03 .head_tit h2 {
    font-size: 17px;
    margin-bottom: 0px;
  }
}
.tips03 .heading_txt img {
  float: right;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .tips03 .heading_txt img {
    float: none;
    margin-left: 0px;
    margin-top: 15px;
    width: 100%;
  }
}
.tips03 .heading_txt + :before {
  content: "";
  display: block;
  clear: both;
}
.tips03 .heading_txt p {
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .tips03 .heading_txt p {
    font-size: 15px;
    line-height: 1.75;
    margin-top: 20px;
  }
}
.tips03 .look_back {
  width: 100%;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .tips03 .look_back {
    margin-top: 30px;
  }
}
.tips03 .look_back ul li dl {
  width: 100%;
}
.tips03 .look_back ul li dl dt {
  width: 100%;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #00a0e9;
}
@media only screen and (max-width: 768px) {
  .tips03 .look_back ul li dl dt {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.tips03 .look_back ul li dl dt span {
  font-size: 18px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .tips03 .look_back ul li dl dt span {
    font-size: 12px;
  }
}
.tips03 .look_back ul li dl dd {
  padding: 10px 30px 40px;
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .tips03 .look_back ul li dl dd {
    padding: 15px 20px 20px;
    font-size: 15px;
    line-height: 1.75;
  }
}
.tips03 .look_back .look_back_txt {
  margin-top: 40px;
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .tips03 .look_back .look_back_txt {
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.75;
  }
}
.tips03 .look_back .link_area {
  margin: 0 auto !important;
}
.tips03 .look_back .link_area li {
  margin-top: 20px !important;
  width: 100%;
  background-color: #004ea2;
  border-radius: 25px;
  position: relative;
}
.tips03 .look_back .link_area li:before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(/kodomo/cre/asset_unicef/media/images/common/link-w.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 11px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .tips03 .look_back .link_area li:before {
    right: 15px;
  }
}
.tips03 .look_back .link_area li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 0 !important;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tips03 .look_back .link_area li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .tips03 .look_back .link_area li a {
    text-align: left;
    font-size: 14px;
    padding: 15px 50px 15px 25px !important;
  }
}

.tips03 .kodospo {
  margin-top: 80px;
  padding: 80px 0;
  width: 100%;
  height: 100%;
  background-color: #fef2cf;
}
@media only screen and (max-width: 768px) {
  .tips03 .kodospo {
    margin-top: 30px;
    padding: 30px 0;
  }
}
.tips03 .kodospo h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #1a62a5;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .tips03 .kodospo h2 {
    font-size: 14px;
  }
}
.tips03 .kodospo h2 span {
  font-size: 28px;
  padding-bottom: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fef2cf), to(#fff600));
  background: linear-gradient(#fef2cf 50%, #fff600);
}
@media only screen and (max-width: 768px) {
  .tips03 .kodospo h2 span {
    font-size: 16px;
  }
}
.tips03 .kodospo .kodospo_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .tips03 .kodospo .kodospo_flex {
    margin-top: 10px;
  }
}
.tips03 .kodospo .kodospo_flex img {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .tips03 .kodospo .kodospo_flex img {
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .tips03 .kodospo .kodospo_flex img {
    width: 100%;
  }
}
.tips03 .kodospo .kodospo_flex .pp01 {
  width: calc(60% - 30px);
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .tips03 .kodospo .kodospo_flex .pp01 {
    width: 100%;
    font-size: 15px;
    line-height: 1.75;
    margin-top: 10px;
  }
}
.tips03 .kodospo .kodospo_wrap {
  width: 100%;
  height: 100%;
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .tips03 .kodospo .kodospo_wrap {
    margin-top: 10px;
    padding: 0 20px 0;
  }
}
.tips03 .kodospo .kodospo_wrap h3 {
  background-color: #004ea2;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .tips03 .kodospo .kodospo_wrap h3 {
    font-size: 16px;
    line-height: 1.75;
  }
}
.tips03 .kodospo .kodospo_wrap ul {
}
.tips03 .kodospo .kodospo_wrap ul li {
  border-bottom: 1px solid #004ea2;
  width: 100%;
  background-color: #fff;
  padding: 50px;
}
@media only screen and (max-width: 768px) {
  .tips03 .kodospo .kodospo_wrap ul li {
    padding: 30px;
  }
}
.tips03 .kodospo .kodospo_wrap ul li:last-child {
  border-bottom: none;
}
.tips03 .kodospo .kodospo_wrap ul dt {
  color: #004ea2;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .tips03 .kodospo .kodospo_wrap ul dt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .tips03 .kodospo .kodospo_wrap ul dt {
    font-size: 16px;
  }
}


.tips03 .formulation {
  /* margin-top: 80px; */
  padding: 80px 0;
  width: 100%;
  height: 100%;
  background-color: #edf9fe;
}
@media only screen and (max-width: 768px) {
  .tips03 .formulation {
    margin-top: 30px;
    padding: 30px 0;
  }
}
.tips03 .formulation h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #1a62a5;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .tips03 .formulation h2 {
    font-size: 14px;
  }
}
.tips03 .formulation h2:before {
  position: absolute;
  content: "";
  display: inline-block;
  /*background-image: url(/kodomo/cre/asset_unicef/media/images/cre/learning03/tips03/arrow.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  width: 44px;
  height: 32px;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .tips03 .formulation h2:before {
    background-size: contain;
    width: 30px;
    height: 18px;
    bottom: -20px;
  }
}
.tips03 .formulation h2 span {
  font-size: 28px;
  padding-bottom: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #edf9fe), to(#fff600));
  background: linear-gradient(#edf9fe 50%, #fff600);
}
@media only screen and (max-width: 768px) {
  .tips03 .formulation h2 span {
    font-size: 16px;
  }
}
.tips03 .formulation .formulation_wrap {
  width: 100%;
  height: 100%;
  padding: 50px 115px;
  margin-top: 70px;
  background-image: url(/kodomo/cre/asset_unicef/media/images/cre/learning03/tips03/back.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  .tips03 .formulation .formulation_wrap {
    margin-top: 10px;
    padding: 30px 20px 0;
    background-image: none;
  }
}
.tips03 .formulation .formulation_wrap h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .tips03 .formulation .formulation_wrap h3 {
    font-size: 16px;
    line-height: 1.75;
  }
}
.tips03 .formulation .formulation_wrap ul {
  margin-top: 50px;
  color: #004ea2;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .tips03 .formulation .formulation_wrap ul {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.tips03 .formulation .formulation_wrap ul li {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .tips03 .formulation .formulation_wrap ul li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    white-space: normal;
  }
}
.tips03 .formulation .formulation_wrap ul li img {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .tips03 .formulation .formulation_wrap ul li img {
    margin-top: 3px;
  }
}
.tips03 .formulation .formulation_wrap .arrow {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .tips03 .formulation .formulation_wrap .arrow {
    margin-top: 20px;
  }
  .tips03 .formulation .formulation_wrap .arrow img {
    width: 30px;
    height: 18px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.tips03 .formulation .formulation_wrap p {
  font-size: 18px;
  line-height: 2;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .tips03 .formulation .formulation_wrap p {
    font-size: 15px;
    line-height: 1.75;
    margin-top: 20px;
  }
}
.tips03 .tips03_button {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .tips03 .tips03_button {
    margin-top: 30px;
  }
}
.tips03 .tips03_button .link_area {
  margin-top: 40px !important;
}
@media only screen and (max-width: 768px) {
  .tips03 .tips03_button .link_area {
    margin-top: 20px !important;
  }
}

/*               tips04子どもの権利とSDGs
======================================================= */
.tips04 .head_tit {
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .tips04 .head_tit {
    margin-top: 30px;
  }
}
.tips04 .head_tit h2 {
  font-size: 30px;
  font-weight: bold;
  color: #004ea2;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .tips04 .head_tit h2 {
    margin-bottom: 0px;
    font-size: 17px;
  }
}
.tips04 .heading_txt img {
  float: right;
  margin-left: 30px;
  max-width: 220px;
}
@media only screen and (max-width: 768px) {
  .tips04 .heading_txt img {
    float: none;
    display: block;
    margin: 15px auto 0;
    max-width: 100%;
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .tips04 .heading_txt img {
    width: 100%;
  }
}
.tips04 .heading_txt + :before {
  content: "";
  display: block;
  clear: both;
}
.tips04 .heading_txt p {
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .tips04 .heading_txt p {
    font-size: 15px;
    line-height: 1.75;
    margin-top: 20px;
  }
}
.tips04 .heading_txt p + p {
  margin-top: 2em;
}
.tips04 .heading_list {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .tips04 .heading_list {
    margin-top: 30px;
  }
}
.tips04 .heading_list span {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .tips04 .heading_list span {
    font-size: 16px;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .tips04 .heading_list span {
    font-size: 16px;
    text-align: left;
  }
}
.tips04 .heading_list .heading_txt {
  margin-top: 0;
}
.tips04 .heading_list .heading_txt img {
  float: right;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .tips04 .heading_list .heading_txt img {
    float: none;
    display: block;
    margin: 15px auto 0;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .tips04 .heading_list .heading_txt img {
    width: 100%;
  }
}
.tips04 .heading_list .heading_txt + :before {
  content: "";
  display: block;
  clear: both;
}
.tips04 .heading_list .heading_txt p {
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .tips04 .heading_list .heading_txt p {
    font-size: 15px;
    line-height: 1.75;
    margin-top: 20px;
  }
}
.tips04 .sdgs {
  width: 100%;
  height: 100%;
  margin-top: 80px;
  padding: 80px 0;
  background-color: #e4f4fd;
}
@media only screen and (max-width: 768px) {
  .tips04 .sdgs {
    margin-top: 30px;
    padding: 30px 0;
  }
}
.tips04 .sdgs .sdgs_item:nth-child(2) {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .tips04 .sdgs .sdgs_item:nth-child(2) {
    margin-top: 30px;
  }
}
.tips04 .sdgs h2 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  font-family: "NotoSansCJKJP";
}
@media only screen and (max-width: 768px) {
  .tips04 .sdgs h2 {
    font-size: 16px;
    white-space: nowrap;
  }
}
.tips04 .sdgs h2 span {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .tips04 .sdgs h2 span {
    font-size: 14px;
  }
}
.tips04 .sdgs .sdgs_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .tips04 .sdgs .sdgs_flex {
    margin-top: 10px;
  }
}
.tips04 .sdgs .sdgs_flex img {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .tips04 .sdgs .sdgs_flex img {
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .tips04 .sdgs .sdgs_flex img {
    width: 100%;
  }
}
.tips04 .sdgs .sdgs_flex img img {
  width: 100%;
  max-width: 180px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .tips04 .sdgs .sdgs_flex img img {
    max-width: 100%;
  }
}
.tips04 .sdgs .sdgs_flex .img {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .tips04 .sdgs .sdgs_flex .img {
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .tips04 .sdgs .sdgs_flex .img {
    width: 100%;
  }
}
.tips04 .sdgs .sdgs_flex .img img {
  width: 100%;
  max-width: 180px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .tips04 .sdgs .sdgs_flex .img img {
    max-width: 100%;
  }
}
.tips04 .sdgs .sdgs_flex .pp01 {
  width: calc(60% - 30px);
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .tips04 .sdgs .sdgs_flex .pp01 {
    width: 100%;
    font-size: 15px;
    line-height: 1.75;
    margin-top: 10px;
  }
}
.tips04 .sdgs .sdgs_flex .pp02 {
  width: 65%;
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .tips04 .sdgs .sdgs_flex .pp02 {
    width: 100%;
    font-size: 15px;
    line-height: 1.75;
    margin-top: 10px;
  }
}
.tips04 .sdgs .link_area {
  margin: 40px auto 0 !important;
}
@media only screen and (max-width: 768px) {
  .tips04 .sdgs .link_area {
    margin: 10px auto 0 !important;
  }
}

/*                印刷読み込み
======================================================= */
/*     ここから印刷用
======================================================= */
@media print {
  .footer_upper {
    display: none;
  }

  .footer_lower {
    padding: 80px;
  }

  .footer_banner_ul {
    display: none !important;
  }

  .footer_lower {
    padding: 75px 50px !important;
  }

  .footer_print_ul {
    display: block !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -8px;
  }

  .footer_print_li {
    width: 20% !important;
    padding: 0 8px;
  }
  .footer_print_li a img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
/*                各種ファイル読み込み
======================================================= */
body#contact {
  background-color: #f8f8f8;
}
body#contact #wrapper #main_area #main_title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  body#contact #wrapper #main_area #main_title {
    margin-bottom: 20px;
  }
}
body#contact #wrapper #main_area #main_title .main_width .main_title_inner {
  color: #4c4948;
  margin-bottom: 20px;
}
body#contact #wrapper #main_area #main_title .main_width .main_title_inner h1 span,
body#contact #wrapper #main_area #main_title .main_width .main_title_inner p span {
  font-size: 34px;
  color: #4D7C2D;
}
body#contact #wrapper #main_area #main_title .main_width .main_title_inner .content_title_jp span {
  color: #4D7C2D;
}
body#contact #wrapper #main_area .content_wrapper {
  background-color: #f8f8f8;
  margin: auto;
  padding: 0px;
}
@media only screen and (max-width: 768px) {
  body#contact #wrapper #main_area .content_wrapper {
    padding: 25px 30px 30px;
  }
}
@media only screen and (max-width: 480px) {
  body#contact #wrapper #main_area .content_wrapper {
    padding: 20px 15px 25px;
  }
}
body#contact #wrapper #main_area .content_wrapper .form_area {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  body#contact #wrapper #main_area .content_wrapper .form_area {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  body#contact #wrapper #main_area .content_wrapper .form_area {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 480px) {
  body#contact #wrapper #main_area .content_wrapper .form_area {
    margin-bottom: 40px;
  }
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_step {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body#contact #wrapper #main_area .content_wrapper .form_area .form_step {
    width: 160px;
    margin-bottom: 40px;
  }
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_step:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: solid 2px #4D7C2D;
  left: 0;
  top: 25px;
}
@media only screen and (max-width: 768px) {
  body#contact #wrapper #main_area .content_wrapper .form_area .form_step:before {
    top: 20px;
  }
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_step > div {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 33.3333%;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_step > div > .step_inner {
  display: block;
  width: 50px;
}
@media only screen and (max-width: 768px) {
  body#contact #wrapper #main_area .content_wrapper .form_area .form_step > div > .step_inner {
    width: 40px;
  }
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_step > div .step_num {
  display: block;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 2px #4D7C2D;
  color: #4D7C2D;
  display: table;
  background-color: #fff;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_step > div .step_num > span {
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  line-height: 26px;
  font-size: 26px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  body#contact #wrapper #main_area .content_wrapper .form_area .form_step > div .step_num {
    width: 40px;
    height: 40px;
  }
  body#contact #wrapper #main_area .content_wrapper .form_area .form_step > div .step_num > span {
    font-size: 20px;
  }
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_step > div .step_text {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: 0.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body#contact #wrapper #main_area .content_wrapper .form_area .form_step > div .step_text {
    font-size: 14px;
  }
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_step > div.step01 > .step_inner {
  margin-left: 0;
  margin-right: auto;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_step > div.step01 .step_num {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  background-color: #4D7C2D;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_step > div.step02 > .step_inner {
  margin-left: auto;
  margin-right: auto;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_step > div.step02 .step_num {
  font-family: "Roboto Condensed", sans-serif;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_step > div.step03 > .step_inner {
  margin-left: auto;
  margin-right: 0;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_step > div.step03 > .step_inner .step_num {
  margin-left: 1px;
  font-family: "Roboto Condensed", sans-serif;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #bababa;
  border-bottom: solid 1px #bababa;
  width: 100%;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl + dl {
  border-top: none;
}
@media only screen and (max-width: 768px) {
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl {
    display: block;
  }
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dt,
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd {
    display: block;
    width: 100%;
  }
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dt {
  vertical-align: top;
  width: 16em;
  padding: 1.75em 1em 1.75em;
  position: relative;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dt {
    width: 100%;
    padding: 1em 0em 0;
  }
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dt span {
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #4D7C2D;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px 3px 8px;
}
@media only screen and (max-width: 768px) {
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dt span {
    font-size: 9px;
    padding: 3px 5px 3px 4px;
    position: relative;
    display: inline-block;
    top: -2px;
    margin-left: 0.5em;
  }
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd {
  vertical-align: middle;
  width: 100%;
  padding: 1.1em 0 1.1em 1.5em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd {
    width: 100%;
    padding: 0.75em 0em 1em 0em;
  }
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 0.5em;
  color: #e1251b;
  font-size: 14px;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd .wpcf7-form-control-wrap .wpcf7-radio label input {
  display: none;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=text],
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=email],
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=tel],
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd select,
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd textarea {
  background-color: #fff;
  width: 100%;
  padding: 1em 1em 0.9em;
  border-radius: 5px;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=text]::-webkit-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=email]::-webkit-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=tel]::-webkit-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd select::-webkit-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd textarea::-webkit-input-placeholder {
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=text]::-moz-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=email]::-moz-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=tel]::-moz-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd select::-moz-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd textarea::-moz-placeholder {
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=text]:-ms-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=email]:-ms-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=tel]:-ms-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd select:-ms-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd textarea:-ms-input-placeholder {
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=text]::-ms-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=email]::-ms-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=tel]::-ms-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd select::-ms-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd textarea::-ms-input-placeholder {
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=text]::placeholder,
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=email]::placeholder,
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=tel]::placeholder,
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd select::placeholder,
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd textarea::placeholder {
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=text],
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=email],
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=tel],
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd select,
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd textarea {
    padding: 1em 1em 0.9em;
    font-size: 14px;
  }
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=text]::-webkit-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=email]::-webkit-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=tel]::-webkit-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd select::-webkit-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=text]::-moz-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=email]::-moz-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=tel]::-moz-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd select::-moz-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd textarea::-moz-placeholder {
    font-size: 14px;
  }
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=text]:-ms-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=email]:-ms-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=tel]:-ms-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd select:-ms-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=text]::-ms-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=email]::-ms-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=tel]::-ms-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd select::-ms-input-placeholder, body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=text]::placeholder,
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=email]::placeholder,
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=tel]::placeholder,
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd select::placeholder,
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd textarea::placeholder {
    font-size: 14px;
  }
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd ul.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -2em;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd ul.tel > li {
  width: 33.3333%;
  padding-left: 2em;
  position: relative;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd ul.tel > li + li:before {
  position: absolute;
  left: 0.5em;
  top: 1.5em;
  content: "";
  display: block;
  border-top: solid 1px #bababa;
  width: 1em;
}
@media only screen and (max-width: 480px) {
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd ul.tel {
    margin-left: -1.2em;
  }
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd ul.tel > li {
    padding-left: 1.2em;
  }
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd ul.tel > li + li:before {
    left: 0.3em;
    width: 0.6em;
  }
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd ul.zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd ul.zip > li {
  width: 36%;
  padding-left: 2em;
  position: relative;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd ul.zip > li:before {
  position: absolute;
  left: 0.1em;
  top: 1em;
  content: "〒";
  color: #000;
  font-weight: 600;
  display: block;
  width: 1em;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd ul.zip > li + li {
  width: 64%;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd ul.zip > li + li:before {
  position: absolute;
  left: 0.5em;
  top: 1.5em;
  content: "";
  display: block;
  border-top: solid 1px #bababa;
  width: 1em;
}
@media only screen and (max-width: 480px) {
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd ul.zip > li:before {
    left: 0.3em;
  }
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd ul.zip > li + li {
    padding-left: 1.2em;
  }
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd ul.zip > li + li:before {
    left: 0.3em;
    width: 0.6em;
  }
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd .wpcf7-list-item {
  display: inline-block;
  margin-left: 0;
  margin-right: 1.5em;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd .wpcf7-radio {
  display: block;
  margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd .wpcf7-radio {
    margin-top: 0em;
  }
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=radio] + span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=radio] + span:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  border: 1px solid #a3a3a3;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=radio] + span:after {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  content: "";
  border: 1px solid transparent;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #a3a3a3;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=radio]:checked + span::after {
  opacity: 1;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd textarea {
  height: 16em;
  width: 100%;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd .caution {
  padding: 1em 0em 0.5em;
}
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd .caution p {
  line-height: 1.1;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=text],
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=email],
body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd input[type=tel] {
    width: 100%;
  }
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd textarea {
    height: 10em;
    width: 100%;
  }
  body#contact #wrapper #main_area .content_wrapper .form_area .form_table dl dd .wpcf7-list-item {
    margin: 0.5em 2em 0.5em 0;
  }
}
body#contact #wrapper #main_area .content_wrapper .wpcf7-form.custom-wpcf7c-confirmed .form_area .form_step > div.step01 .step_num {
  color: #4D7C2D;
  background-color: #fff;
}
body#contact #wrapper #main_area .content_wrapper .wpcf7-form.custom-wpcf7c-confirmed .form_area .form_step > div.step02 .step_num {
  color: #fff;
  background-color: #4D7C2D;
}
body#contact #wrapper #main_area .content_wrapper .wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd input[type=text],
body#contact #wrapper #main_area .content_wrapper .wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd input[type=email],
body#contact #wrapper #main_area .content_wrapper .wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd input[type=tel],
body#contact #wrapper #main_area .content_wrapper .wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd select,
body#contact #wrapper #main_area .content_wrapper .wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd textarea {
  background-color: #f8f8f8;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
body#contact #wrapper #main_area .content_wrapper .wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd textarea {
  height: auto;
  padding-top: 0.5em;
}
body#contact #wrapper #main_area .content_wrapper .wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd ul.tel > li input {
  text-align: center;
}
body#contact #wrapper #main_area .content_wrapper .wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd ul.zip input {
  text-align: center;
}
body#contact #wrapper #main_area .content_wrapper .form_area.thanks .form_step > div.step01 .step_num, body#contact #wrapper #main_area .content_wrapper .form_area.thanks .form_step > div.step02 .step_num {
  color: #4D7C2D;
  background-color: #fff;
  font-family: "Roboto Condensed", sans-serif;
}
body#contact #wrapper #main_area .content_wrapper .form_area.thanks .form_step > div.step03 .step_num {
  color: #fff;
  background-color: #4D7C2D;
  font-family: "Roboto Condensed", sans-serif;
}
body#contact #wrapper #main_area .content_wrapper .form_thanks_message {
  background-color: #fff;
  padding: 60px;
}
@media only screen and (max-width: 768px) {
  body#contact #wrapper #main_area .content_wrapper .form_thanks_message {
    padding: 30px;
  }
}
body#contact #wrapper #main_area .content_wrapper .form_thanks_message h2 {
  font-size: 25px5;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.25em;
}
@media only screen and (max-width: 768px) {
  body#contact #wrapper #main_area .content_wrapper .form_thanks_message h2 {
    font-size: 20px;
  }
}
body#contact #wrapper #main_area .content_wrapper .form_thanks_message p {
  text-align: center;
  letter-spacing: 2.5;
  font-size: 14px;
}
body#contact #wrapper #main_area .content_wrapper .form_btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  margin-left: -25px;
  margin-right: -25px;
}
body#contact #wrapper #main_area .content_wrapper .form_btn_area > p {
  padding-left: 25px;
  padding-right: 25px;
}
body#contact #wrapper #main_area .content_wrapper .form_btn_area > p button,
body#contact #wrapper #main_area .content_wrapper .form_btn_area > p input,
body#contact #wrapper #main_area .content_wrapper .form_btn_area > p a {
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 1em 0.5em 0.9em;
  background-color: #4D7C2D;
  border: solid 2px #4D7C2D;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin: auto;
  width: 250px;
  max-width: 100%;
}
body#contact #wrapper #main_area .content_wrapper .form_btn_area > p button:hover, body#contact #wrapper #main_area .content_wrapper .form_btn_area > p button:active,
body#contact #wrapper #main_area .content_wrapper .form_btn_area > p input:hover,
body#contact #wrapper #main_area .content_wrapper .form_btn_area > p input:active,
body#contact #wrapper #main_area .content_wrapper .form_btn_area > p a:hover,
body#contact #wrapper #main_area .content_wrapper .form_btn_area > p a:active {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  body#contact #wrapper #main_area .content_wrapper .form_btn_area > p button,
body#contact #wrapper #main_area .content_wrapper .form_btn_area > p input,
body#contact #wrapper #main_area .content_wrapper .form_btn_area > p a {
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  body#contact #wrapper #main_area .content_wrapper .form_btn_area > p button:hover,
body#contact #wrapper #main_area .content_wrapper .form_btn_area > p input:hover,
body#contact #wrapper #main_area .content_wrapper .form_btn_area > p a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
body#contact #wrapper #main_area .content_wrapper .form_btn_area > p.back {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body#contact #wrapper #main_area .content_wrapper .form_btn_area > p.back button,
body#contact #wrapper #main_area .content_wrapper .form_btn_area > p.back input {
  background-color: #fff;
  color: #4D7C2D;
}
body#contact #wrapper #main_area .content_wrapper .form_btn_area > p + p {
  margin-top: 0;
}
body#contact #wrapper #main_area .content_wrapper div.wpcf7-validation-errors,
body#contact #wrapper #main_area .content_wrapper div.wpcf7-acceptance-missing {
  border-style: none;
  color: #e1251b;
}
body#contact #wrapper #main_area .content_wrapper div.wpcf7-response-output {
  text-align: center;
  margin: 0.5em 0 0;
  padding: 0;
  border-style: none;
  color: #e1251b;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 600;
}


/*     2023/03 コンテンツ追加
======================================================= */

/*     action classcharter  CREを実践する 日本での実践記録
======================================================= */
.cre_mar20 { margin-top: 20px !important; }
.cre_mar30 { margin-top: 30px !important; }
.cre_mar40 { margin-top: 40px !important; }
.cre_mar50 { margin-top: 50px !important; }
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .cre_mar20-sm { margin-top: 20px !important; }
  .cre_mar30-sm { margin-top: 30px !important; }
  .cre_mar40-sm { margin-top: 40px !important; }
  .cre_mar50-sm { margin-top: 50px !important; }
}
@media only screen and (max-width: 480px) {
  .cre_mar20-xs { margin-top: 20px !important; }
  .cre_mar30-xs { margin-top: 30px !important; }
  .cre_mar40-xs { margin-top: 40px !important; }
  .cre_mar50-xs { margin-top: 50px !important; }
}

.classcharter { margin-top: 80px; }
@media only screen and (max-width: 480px) {
  .classcharter { margin-top: 30px; }
}

/* 背景色 */
.classcharter .bg_white { background-color: #fff; }
.classcharter .bg_blue { background-color: #e4f4fd; }
.classcharter .bg_gray{ background-color: #f7f7f7; }
.classcharter .bg_green { border-top: 1px solid #36b528;background-color: #f4fff0; }
.classcharter .bg_white-blue {background: rgb(228,244,253);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(228,244,253,1) 100%);}
.classcharter .bg_blue-white {background: rgb(228,244,253);
background: linear-gradient(180deg, rgba(228,244,253,1) 0%, rgba(255,255,255,1) 100%);}
.classcharter .bdr_blue{ border-top: 1px solid #09f; }

/* chlasscharter_title */
.chlasscharter_title {
  border-bottom: 1px solid #09f;
  margin-bottom: 40px;
  padding-bottom: 20px;
  color: #09f;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .chlasscharter_title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
   .chlasscharter_title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

/* action-lead */
.action-lead {
  padding-top: 90px;
  padding-bottom: 46px;
}
.action-lead .action-lead_img {
  float: right;
  margin-bottom: 54px;
  margin-left: 30px;
}
.action-lead_txt {
  margin-bottom: 54px;
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .action-lead {
    padding-top: 35px;
    padding-bottom: 46px;
  }
  .action-lead .action-lead_img {
    margin-bottom: 34px;
  }
  .action-lead_txt {
    margin-bottom: 34px;
    font-size: 15px;
    line-height: 1.57;
  }
}
@media only screen and (max-width: 480px) {
  .action-lead {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .action-lead .action-lead_img {
    float: none;
    max-width: 260px;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }
  .action-lead_txt {
    margin-bottom: 40px;
  }
}

/* action-nav */
.action-nav {
  padding-bottom: 100px;
}
.action-nav_inner {
  margin: 0 40px;
}
.action-nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.action-nav_list li {
  width: calc((100% - 20px) / 2);
}
.action-nav_list li a {
  display: block;
}
.action-nav_list li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.action-nav_list li a img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .action-nav {
    padding-bottom: 80px;
  }
  .action-nav_inner {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .action-nav {
    padding-bottom: 38px;
  }
  .action-nav_list li {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* classcharter-lead */
.classcharter-lead {}
.classcharter-lead_tit {
  margin-bottom: 60px;
  color: #09f;
  font-size: 32px;
  font-weight: bold;
}
.classcharter-lead_subtit {
  display: flex;
  align-items: center;
  background: url(/kodomo/cre/asset_unicef/media/images/action/classcharter-lead_subtit-bg.gif) left center no-repeat;
  width: 800px;
  height: 96px;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: bold;
}
.classcharter-lead_txt {
 font-size: 19px;
 font-weight: bold;
}
.classcharter-junbi {
  display: flex;
  align-items: flex-start;
  margin-top: 34px;
  margin-bottom: 60px;
  font-size: 18px;
}
.classcharter-junbi dt {
  width: 10em;
}
.classcharter-junbi dd {
  width: calc(100% - 11em);
}
.classcharter-junbi dd ul {
  list-style: disc;
  margin-left: 1.2em;
}

@media only screen and (max-width: 768px) {
  .classcharter-lead_tit {
    font-size: 22px;
  }
  .classcharter-lead_subtit {
    background: url(/kodomo/cre/asset_unicef/media/images/action/classcharter-lead_subtit-bg.gif) left center no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 12vw;
    margin-bottom: 30px;
    font-size: 26px;
  }
  .classcharter-lead_txt {
   font-size: 18px;
  }
  .classcharter-junbi {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .classcharter-lead_tit {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .classcharter-lead_subtit {
    font-size: 20px;
  }
  .classcharter-lead_txt {
   font-size: 16px;
  }
  .classcharter-junbi {
    margin-top: 26px;
    margin-bottom: 35px;
    font-size: 14px;
  }
}

/* classcharter-lead02 */
.classcharter-lead02 {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 480px) {
  .classcharter-lead02 {
    padding-top: 55px;
    padding-bottom: 35px;
  }
}

/* classcharter-timetable */
.classcharter-timetable {
  padding-top: 60px;
  padding-bottom: 80px;
}
.classcharter-timetable_tit {
  font-size: 26px;
  font-weight: bold;
}
.classcharter-timetable_list {
  margin-top: 20px;
}
.classcharter-timetable_list li:first-child {
  border-top: 1px dashed #09f;
}
.classcharter-timetable_list li {
  border-bottom: 1px dashed #09f;
}
.classcharter-timetable_list li a {
  display: block;
  padding: 24px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.classcharter-timetable_list li a:hover {
  background: #e4f4fd;
  color: #004ea2;
}

@media only screen and (max-width: 768px) {
  .classcharter-timetable_tit {
    font-size: 22px;
  }
  .classcharter-timetable_list li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .classcharter-timetable {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .classcharter-timetable_tit {
    font-size: 20px;
  }
  .classcharter-timetable_list li a {
    padding: 18px 20px;
    font-size: 15px;
  }
}

/* classcharter-idx */
.classcharter-idx {
  padding-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .classcharter-idx {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .classcharter-idx {
    padding-bottom: 30px;
  }
}

/* classcharter-output */
.classcharter-output {
  padding-bottom: 55px;
}
@media only screen and (max-width: 480px) {
  .classcharter-output {
    padding-bottom: 40px;
  }
}

/* classcharter-step */
.classcharter-step {
  position: relative;
  padding-top: 60px;
  margin-top: -60px;
}
.classcharter-step_flag {
  position: absolute;
  top: 60px;
  left: 0;
}
.classcharter-step_flag:before {
  display: inline-block;
  content: "";
  position: inherit;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-left: 18.333vw solid #09f;
  border-bottom: 18.333vw solid transparent;
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.2));
  z-index: 1;
}
.classcharter-step_flag span {
  display: inline-block;
  position: relative;
  margin-top: 4.166vw;
  margin-left: 3.333vw;
  color: #fff;
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.2;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .classcharter-step_flag {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-600px);
  }
    .classcharter-step_flag:before {
    border-left: 220px solid #09f;
    border-bottom: 220px solid transparent;
  }
  .classcharter-step_flag span {
    margin-top: 50px;
    margin-left: 40px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .classcharter-step_flag {
    position: absolute;
    top: 60px;
    left: 0;
    transform: none;
  }
  .classcharter-step_flag:before {
    border-left: 20.078vw solid #09f;
    border-bottom: 20.078vw solid transparent;
  }
  .classcharter-step_flag span {
    margin-top: 4.563vw;
    margin-left: 3.389vw;
    font-size: 2.216vw;
  }
}
@media only screen and (max-width: 480px) {
  .classcharter-step_flag:before {
    border-left: 95px solid #09f;
    border-bottom: 95px solid transparent;
  }
  .classcharter-step_flag span {
    margin-top: 18px;
    margin-left: 12px;
    font-size: 13px;
  }
}

/* classcharter-step_tit */
.classcharter-step_tit {
  margin-bottom: 50px;
  color: #004ea2;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .classcharter-step_tit {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .classcharter-step_tit {
    margin-bottom: 35px;
    font-size: 20px;
  }
}

/* classcharter内　各ボックス */
.classcharter-process {
  padding-top: 80px;
  padding-bottom: 55px;
}
.classcharter-difference {
  padding-top: 90px;
  padding-bottom: 88px;
}
.classcharter-nav {
  padding-top: 80px;
  padding-bottom: 100px;
}
.classcharter .step1-01 {
  padding-top: 80px;
  padding-bottom: 60px;
}
.classcharter .step1-02 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.classcharter .step1-03 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.classcharter .step1-04 {
  padding-top: 40px;
  padding-bottom: 20px;
}
.classcharter .step1-05 {
  padding-top: 50px;
  padding-bottom: 80px;
}
.classcharter .step2-01 {
  padding-top: 80px;
  padding-bottom: 1px;
}
.classcharter .step2-02 {
  padding-top: 60px;
  padding-bottom: 80px;
}
.classcharter .step2-03 {
  padding-top: 36px;
  padding-bottom: 50px;
}
.classcharter .step2-04 {
  padding-top: 76px;
  padding-bottom: 80px;
}
.classcharter .step3-01 {
  padding-top: 80px;
  padding-bottom: 56px;
}
.classcharter .step3-02 {
  padding-top: 80px;
  padding-bottom: 60px;
}
.classcharter .step3-03 {
  padding-top: 80px;
  padding-bottom: 50px;
}
.classcharter .step3-04 {
  padding-top: 80px;
  padding-bottom: 60px;
}
.classcharter .step-feedback {
  padding-top: 86px;
  padding-bottom: 80px;
}
.classcharter .step1-02 .content-wrapper800 {
  overflow: visible;
}
.classcharter .step2-03 .content-wrapper800 {
  overflow: visible;
}
.classcharter .s2grade4-01,
.classcharter .s2grade4-02,
.classcharter .s2grade5-01,
.classcharter .s2grade5-03,
.classcharter .s2grade6-01 {
  padding-top: 80px;
  padding-bottom: 60px;
}
.classcharter .s2grade4-03 {
  padding-top: 50px;
  padding-bottom: 40px;
}
.classcharter .s2grade5-02,
.classcharter .s2grade5-04,
.classcharter .s2grade6-01 {
  padding-top: 80px;
  padding-bottom: 40px;
}
.classcharter .s3grade4-01,
.classcharter .s3grade4-02,
.classcharter .s3grade5-01,
.classcharter .s3grade5-02,
.classcharter .s3grade5-03,
.classcharter .s3grade5-04,
.classcharter .s3grade6-01,
.classcharter .s3grade6-02 {
  padding-top: 80px;
  padding-bottom: 60px;
}
.classcharter .s4grade4-01,
.classcharter .s4grade5-01,
.classcharter .s4grade6-01 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.classcharter .from-headmaster {
  padding-top: 58px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .classcharter-process {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .classcharter .step3-02 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .classcharter-process {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .classcharter-difference {
    padding-top: 50px;
    padding-bottom: 55px;
  }
  .classcharter-nav {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .classcharter .step1-01 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .classcharter .step1-02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .classcharter .step1-04 {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .classcharter .step1-05 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .classcharter .step2-03 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .classcharter .step2-04 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .classcharter .step3-01 {
    padding-top: 55px;
    padding-bottom: 30px;
  }
  .classcharter .step3-03 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .classcharter .step3-04 {
    padding-top: 60px;
    padding-bottom: 35px;
  }
  .classcharter .step-feedback {
    padding-top: 55px;
    padding-bottom: 35px;
  }
  .classcharter .s2grade4-01,
  .classcharter .s2grade4-02,
  .classcharter .s2grade4-03,
  .classcharter .s2grade5-01,
  .classcharter .s2grade5-02,
  .classcharter .s2grade5-03,
  .classcharter .s2grade5-04,
  .classcharter .s2grade6-01 {
    padding-top: 55px;
    padding-bottom: 35px;
  }
  .classcharter .s3grade4-01,
  .classcharter .s3grade4-02,
  .classcharter .s3grade5-01,
  .classcharter .s3grade5-02,
  .classcharter .s3grade5-03,
  .classcharter .s3grade5-04,
  .classcharter .s3grade6-01,
  .classcharter .s3grade6-02 {
    padding-top: 55px;
    padding-bottom: 35px;
  }
  .classcharter .s4grade4-01,
  .classcharter .s4grade5-01,
  .classcharter .s4grade6-01 {
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .classcharter .from-headmaster {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

/* classcharter-step_txt */
.classcharter-step_txt {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
.classcharter-step_txt.txt_narrow {
  margin-right: 20px;
  margin-left: 20px;
}
.classcharter-step_txt .txt_s {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .classcharter-step_txt {
    font-size: 16px;
  }
  .classcharter-step_txt .txt_s {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .classcharter-step_txt {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .classcharter-step_txt .txt_s {
    font-size: 14px;
  }
}

/* classcharter 画像 */
.classcharter-pic img {
  width: 100%;
  height: auto;
}
.classcharter-pic.pic-L {
  margin-right: 20px;
  margin-left: 20px;
}
.classcharter-pic.pic-half,
.classcharter-pic.pic-M-S {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
  .classcharter-pic.pic-half p {
    width: calc((100% - 20px) / 2);
  }
  .classcharter-pic.pic-M-S p:nth-child(1) {
   max-width: 480px;
    width: 60%;
  }
  .classcharter-pic.pic-M-S p:nth-child(2) {
   max-width: 300px;
   width: 37.5%;
  }
.classcharter-pic.pic-L-over {
  max-width: 1000px;
  margin: 0 auto;
}
.classcharter-pic.pic-step1-02 {
  margin-left: 20px;
}
.classcharter-pic .caption {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .classcharter-pic.pic-L-over {
    margin: 0 20px;
  }
  .classcharter-pic.pic-step1-02 {
    margin-left: 0px;
  }
  .classcharter-pic .caption {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .classcharter-pic.pic-L {
    margin-right: 0px;
    margin-left: 0px;
  }
  .classcharter-pic.pic-half p,
  .classcharter-pic.pic-M-S p:nth-child(1),
  .classcharter-pic.pic-M-S p:nth-child(2) {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .classcharter-pic .caption {
    font-size: 15px;
  }
}

/* unicef-teacher */
.classcharter .unicef-teacher {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 20px 30px;
}
.classcharter .unicef-teacher .unicef-teacher_icon {
  width: 163px;
  margin-right: 17px;
}
.classcharter .unicef-teacher h3 {
  width: calc(100% - 180px);
  padding-left: 20px;
}
.classcharter .unicef-teacher h3 p {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 20px 30px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #dff2ff;
  border-radius: 15px;
  border: 1px solid #09f;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
}
.classcharter .unicef-teacher h3 p:before {
  content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    margin-top: -10px;
    border: 9px solid transparent;
    border-right: 20px solid #dff2ff;
    z-index: 2;
}
.classcharter .unicef-teacher h3 p:after {
      content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -11px;
    border: 10px solid transparent;
    border-right: 20px solid #09f;
    z-index: 1;
}
.classcharter .unicef-teacher h3 p span {
  font-size: 22px;
  font-weight: bold;
}
.classcharter .step1-04 .unicef-teacher h3 p span,
.classcharter .s3grade5-02 .unicef-teacher h3 p span {
  color: #111;
  font-size: 18px;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .classcharter .unicef-teacher .unicef-teacher_icon {
    width: 19.556vw;
    margin-right: 1.955vw;
  }
  .classcharter .unicef-teacher h3 {
    width: calc(100% - 21.512vw);
    padding-left: 1.955vw;
  }
  .classcharter .unicef-teacher h3 p span {
    font-size: 17px;
  }
  .classcharter .step1-04 .unicef-teacher h3 p span,
  .classcharter .s3grade5-02 .unicef-teacher h3 p span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .classcharter .unicef-teacher {
    margin: 0 auto 30px;
  }
  .classcharter .unicef-teacher .unicef-teacher_icon {
    width: 26.041vw;
    margin-right: 3.125vw;
  }
  .classcharter .unicef-teacher h3 {
    width: calc(100% - 29.166vw);
    padding-left: 4.166vw;
  }
  .classcharter .unicef-teacher h3 p span {
    font-size: 15px;
  }
  .classcharter .step1-04 .unicef-teacher h3,
  .classcharter .s3grade5-02 .unicef-teacher h3  {
    width: 100%;
    margin-top: 35px;
    padding-left: 0;
  }
  .classcharter .unicef-teacher h3 p {
    padding: 20px 15px;
  }
  .classcharter .step1-04 .unicef-teacher h3 p:before,
  .classcharter .s3grade5-02 .unicef-teacher h3 p:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 70px;
    margin-left: -10px;
    border: 9px solid transparent;
    border-bottom: 20px solid #dff2ff;
    z-index: 2;
  }
  .classcharter .step1-04 .unicef-teacher h3 p:after,
  .classcharter .s3grade5-02 .unicef-teacher h3 p:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 70px;
    margin-left: -11px;
    border: 10px solid transparent;
    border-bottom: 21px solid #09f;
    z-index: 1;
  }
  .classcharter .step1-04 .unicef-teacher h3 p span,
  .classcharter .s3grade5-02 .unicef-teacher h3 p span {
    font-size: 15px;
  }
}

/* paper_block */
.paper_block:before {
  display: block;
  content: "";
  background: url(/kodomo/cre/asset_unicef/media/images/action/paper_block_hd.png) bottom center no-repeat;
  background-size: 100% auto;
  max-width: 960px;
  width: 100%;
  height: 84px;
  margin-right: auto;
  margin-left: auto;
}
.paper_block:after {
  display: block;
  content: "";
  background: url(/kodomo/cre/asset_unicef/media/images/action/paper_block_ft.png) top center no-repeat;
  background-size: 100% auto;
  max-width: 960px;
  width: 100%;
  height: 82px;
  margin-right: auto;
  margin-left: auto;
}
.paper_block_inner {
  background: url(/kodomo/cre/asset_unicef/media/images/action/paper_block_bg.png) center top repeat-y;
  background-size: 100% auto;
  max-width: 960px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.paper_block.paper-joubun h4 {
  border-bottom: 1px solid #031770;
  margin: -16px 10.416vw 0;
  color: #031770;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.paper_block.paper-joubun .paper_block_inner div {
  display: flex;
  flex-wrap: wrap;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 15px;
}
.paper_block.paper-joubun ul {
  max-width: 340px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.paper_block.paper-joubun ul li {
  margin-left: 36px;
  margin-bottom: 15px;
  color: #031770;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.paper_block.paper-taisetu .paper_block_inner,
.paper_block.paper-mamorare .paper_block_inner,
.paper_block.paper-mamorareteinai .paper_block_inner {
  position: relative;
}
.paper_block.paper-taisetu .paper_block_inner:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -45px;
  right: 85px;
  background: url(/kodomo/cre/asset_unicef/media/images/action/classcharter-01_ill-01.png) left top no-repeat;
  background-size: 100% auto;
  width: 76px;
  height: 190px;
}
.paper_block.paper-mamorare .paper_block_inner:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -45px;
  right: 103px;
  background: url(/kodomo/cre/asset_unicef/media/images/action/classcharter-01_ill-02.png) left top no-repeat;
  background-size: 100% auto;
  width: 118px;
  height: 206px;
}
.paper_block.paper-mamorareteinai .paper_block_inner:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -114px;
  left: 103px;
  background: url(/kodomo/cre/asset_unicef/media/images/action/classcharter-01_ill-03.png) left top no-repeat;
  background-size: 100% auto;
  width: 106px;
  height: 212px;
}
.paper_block.paper-taisetu h3,
.paper_block.paper-mamorare h3,
.paper_block.paper-mamorareteinai h3,
.paper_block.paper-common h3 {
  padding-top: 26px;
  color: #031770;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.paper_block dl.kenri_list {
  margin: 60px 10.416vw 0;
}
.paper_block dl.kenri_list dt {
  color: #09f;
  font-size: 18px;
}
.paper_block dl.kenri_list dd {
  padding-bottom: 20px;
  font-size: 19px;
}
.s3grade6-02 .paper_block dl.kenri_list dd span {
  display: inline-block;
  color: #09f;
  font-size: larger;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .paper_block.paper-joubun h4 {
    margin: -16px 7.822vw 0;
    font-size: 22px;
  }
  .paper_block.paper-joubun .paper_block_inner div {
    max-width: 645px;
    width: 100%;
  }
  .paper_block.paper-joubun ul {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .paper_block.paper-joubun ul li {
    margin-left: 22px;
    font-size: 16px;
  }
  .paper_block.paper-taisetu .paper_block_inner:before {
    top: -11.734vw;
    right: 7.822vw;
    width: 8.213vw;
  }
  .paper_block.paper-mamorare .paper_block_inner:before {
    top: -11.734vw;
    right: 9.647vw;
    width: 13.298vw;
  }
  .paper_block.paper-mamorareteinai .paper_block_inner:before {
    top: -11.734vw;
    left: 13.428vw;
    width: 11.994vw;
  }
  .paper_block.paper-taisetu h3,
  .paper_block.paper-mamorare h3,
  .paper_block.paper-mamorareteinai h3,
  .paper_block.paper-common h3 {
    font-size: 22px;
  }
  .paper_block dl.kenri_list {
    margin-right: 9.126vw;
    margin-left: 9.126vw;
  }
  .paper_block dl.kenri_list dt {
    font-size: 16px;
  }
  .paper_block dl.kenri_list dd {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .paper_block:before {
    background: url(/kodomo/cre/asset_unicef/media/images/action/paper_block_hd-sp.png) center center no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 15vw;
  }
  .paper_block:after {
    background: url(/kodomo/cre/asset_unicef/media/images/action/paper_block_ft-sp.png) center center no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 17vw;
  }
  .paper_block_inner {
    background: url(/kodomo/cre/asset_unicef/media/images/action/paper_block_bg-sp.png) center top repeat-y;
    background-size: 100% auto;
  }
  .paper_block.paper-joubun h4 {
    margin: -16px 5.215vw 0;
    font-size: 18px;
  }
  .paper_block.paper-joubun .paper_block_inner div {
  }
  .paper_block.paper-joubun ul {
    max-width: 300px;
  }
  .paper_block.paper-joubun ul li {
    font-size: 15px;
  }
  .paper_block.paper-taisetu .paper_block_inner:before {
    top: -18.75vw;
    right: 8.333vw;
    width: 12.083vw;
  }
  .paper_block.paper-mamorare .paper_block_inner:before {
    top: -20.416vw;
    right: 10vw;
    width: 15vw;
  }
  .paper_block.paper-mamorareteinai .paper_block_inner:before {
    top: -22.5vw;
    left: 10vw;
    width: 13.75vw;
  }
  .paper_block.paper-taisetu h3,
  .paper_block.paper-mamorare h3,
  .paper_block.paper-mamorareteinai h3,
  .paper_block.paper-common h3 {
    padding-top: 10px;
    font-size: 18px;
  }
  .paper_block dl.kenri_list {
    margin: 35px 8.333vw 0;
  }
  .paper_block dl.kenri_list dt {
    font-size: 16px;
  }
  .paper_block dl.kenri_list dd {
    font-size: 15px;
  }
}

/* list_sensei-jidou */
.list_sensei-jidou {
  margin: 0 10.416vw;
}
.list_sensei-jidou dl {
  display: flex;
  padding-bottom: 20px;
}
.list_sensei-jidou dl dt {
  width: 5em;
  color: #09f;
  font-size: 18px;
}
.list_sensei-jidou dl dd {
  width: calc(100% - 5em);
  font-size: 19px;
}
@media only screen and (max-width: 768px) {
  .list_sensei-jidou {
     margin-right: 9.126vw;
    margin-left: 9.126vw;
  }
  .list_sensei-jidou dl dt {
    font-size: 16px;
  }
  .list_sensei-jidou dl dd {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .list_sensei-jidou {
    margin-right: 8.333vw;
    margin-left: 8.333vw;
  }
  .list_sensei-jidou dl dt {
    font-size: 16px;
  }
  .list_sensei-jidou dl dd {
    font-size: 15px;
  }
}

/* step-feedback */
.step-feedback {}
.feedback_block {}
.feedback_block_txt {
  font-size: 16px;
}
.feedback_block_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.feedback_block_list li {
  width: calc((100% - 10px) / 2);
  margin: 0 auto 20px;
}
.feedback_block_list li a {
  display: block;
}
.feedback_block_list li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.feedback_block_list li a img {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .feedback_block_list li {
    width: 100%;
    max-width: 522px;
  }
}

/* classcharter-modal モーダル */
.classcharter-modal {}
.classcharter-modal_img img {
  width: 100%;
  height: auto;
}

/* classroom-teacher */
.classcharter .classroom-teacher {
  position: relative;
  margin-top: 60px;
}
.classcharter .classroom-teacher:before {
  content: "";
  position: absolute;
  top: 90px;
  left: 170px;
  margin-top: -17px;
  border: 30px solid transparent;
  border-bottom: 50px solid #c3e4f5;
  z-index: 0;
  transform: rotate(-20deg);
}
.classcharter .classroom-teacher .classroom-teacher_tit {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 20px;
  z-index: 2;
}
.classcharter .classroom-teacher .classroom-teacher_tit p {
  width: 163px;
  margin-right: 30px;
}
  .classcharter .classroom-teacher .classroom-teacher_tit p img {
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
  }
.classcharter .classroom-teacher .classroom-teacher_tit h3 {
  width: calc(100% - 193px);
  font-size: 22px;
  font-weight: bold;
}
.classcharter .classroom-teacher .classroom-teacher_fuki {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 50px 30px 30px;
  min-width: 120px;
  max-width: 100%;
  margin-top: -25px;
  background: #fff;
  border-radius: 40px;
  border: 5px solid #c3e4f5;
  box-sizing: border-box;
}
.classcharter .classroom-teacher .classroom-teacher_fuki:before {
  content: "";
  position: absolute;
  top: -45px;
  left: 168px;
  margin-top: -15px;
  border: 30px solid transparent;
  border-bottom: 50px solid #fff;
  z-index: 2;
  transform: rotate(-20deg);
}
@media only screen and (max-width: 768px) {
  .classcharter .classroom-teacher:before {
    top: 13.689vw;
    left: 22.164vw;
    margin-top: -2.216vw;
    border: 3.911vw solid transparent;
    border-bottom: 6.518vw solid #c3e4f5;
  }
  .classcharter .classroom-teacher .classroom-teacher_tit p {
    width: 21.251vw;
    margin-right: 3.911vw;
  }
  .classcharter .classroom-teacher .classroom-teacher_tit h3 {
    width: calc(100% - 25.162vw);
    font-size: 20px;
  }
  .classcharter .classroom-teacher .classroom-teacher_fuki {
    margin-top: -1.303vw;
  }
  .classcharter .classroom-teacher .classroom-teacher_fuki:before {
    content: "";
    position: absolute;
    top: -5.867vw;
    left: 21.903vw;
    margin-top: -1.955vw;
    border: 3.911vw solid transparent;
    border-bottom: 6.518vw solid #fff;
  }
}
@media only screen and (max-width: 480px) {
  .classcharter .classroom-teacher:before {
    top: 16.458vw;
    left: 27.5vw;
    margin-top: -2.216vw;
    border: 3.911vw solid transparent;
    border-bottom: 6.518vw solid #c3e4f5;
  }
  .classcharter .classroom-teacher .classroom-teacher_tit p {
    width: 25vw;
    margin-right: 4.166vw;
  }
  .classcharter .classroom-teacher .classroom-teacher_tit h3 {
    width: calc(100% - 29.166vw);
    font-size: 18px;
  }
  .classcharter .classroom-teacher .classroom-teacher_fuki {
    margin-top: -2.083vw;
  }
  .classcharter .classroom-teacher .classroom-teacher_fuki:before {
    content: "";
    position: absolute;
    top: -5.625vw;
    left: 27.083vw;
    margin-top: -1.955vw;
    border: 3.911vw solid transparent;
    border-bottom: 6.518vw solid #fff;
  }
}

/* from-headmaster */
.from-headmaster {}
.from-headmaster .headmaster_tit {
  display: flex;
  justify-content: space-between;
}
.from-headmaster .headmaster_tit .headmaster_tit_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 163px);
}
  .from-headmaster .headmaster_tit .headmaster_tit_inner h2 {
    margin-top: 20px;
    color: #004ea2;
    font-size: 30px;
    font-weight: bold;
  }
  .from-headmaster .headmaster_tit .headmaster_tit_inner p {
    font-size: 22px;
    font-weight: bold;
    text-align: right;
  }
.from-headmaster .headmaster_tit .headmaster_icon {
  width: 163px;
}
  .from-headmaster .headmaster_tit .headmaster_icon img {
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
  }
@media only screen and (max-width: 768px) {
  .from-headmaster .headmaster_tit .headmaster_tit_inner {
    width: calc(100% - 21.251vw);
  }
    .from-headmaster .headmaster_tit .headmaster_tit_inner h2 {
      margin-top: 2.607vw;
      font-size: 24px;
    }
    .from-headmaster .headmaster_tit .headmaster_tit_inner p {
      font-size: 20px;
    }
  .from-headmaster .headmaster_tit .headmaster_icon {
    width: 21.251vw;
  }
}
@media only screen and (max-width: 480px) {
  .from-headmaster .headmaster_tit .headmaster_tit_inner {
    width: calc(100% - 24.166vw);
  }
    .from-headmaster .headmaster_tit .headmaster_tit_inner h2 {
      margin-top: 0;
      font-size: 20px;
    }
    .from-headmaster .headmaster_tit .headmaster_tit_inner p {
      font-size: 18px;
    }
  .from-headmaster .headmaster_tit .headmaster_icon {
    width: 24.166vw;
  }
}

/* classcharter-process */
.classcharter-process {}
.classcharter-process_tit {
	width: 90%;
  /*margin-bottom: 46px;*/
	margin: 0 auto 46px auto;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.classcharter-process_tit span {
  position: relative;
  display: inline-block;
  width: 48px;
  color: #fff;
  font-size: 28px;
  z-index: 1;
}
  .classcharter-process_tit span:nth-child(1) {
    margin-left: 8px;
  }
.classcharter-process_tit span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  content: "";
  border-radius: 100vh;
  width: 50px;
  height: 50px;
  z-index: -1;
}
.classcharter-process_tit span:nth-child(1):before {
  background-color: #ee87b4;
}
.classcharter-process_tit span:nth-child(2):before {
  background-color: #f39800;
}
.classcharter-process_tit span:nth-child(3):before {
  background-color: #90c71b;
}
.classcharter-process_tit span:nth-child(4):before {
  background-color: #a395d0;
}
@media only screen and (max-width: 768px) {
  .classcharter-process_tit {
    margin-bottom: 40px;
    font-size: 26.4px;
  }
  .classcharter-process_tit span {
    width: 40px;
    font-size: 24.64px;
  }
  .classcharter-process_tit span:before {
    width: 42px;
    height: 42px;
  }
}
@media only screen and (max-width: 480px) {
  .classcharter-process_tit {
    margin-bottom: 30px;
    font-size: 21px;
  }
  .classcharter-process_tit span {
    width: 32px;
    font-size: 19px;
  }
  .classcharter-process_tit span:before {
    width: 34px;
    height: 34px;
  }
}
.classcharter-process .button {
  max-width: 400px;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  .classcharter-process .button {
    max-width: 100%;
  }
}
.classcharter-process .button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  align-items: center;
  background-color: #00a0e9;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.classcharter-process .button a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.classcharter-process .button a img {
  width: 16px;
  height: 20px;
  margin-top: 0;
  margin-right: 15px;
}

/* classcharter-process_list */
.classcharter-process_list {}
.classcharter-process_list li {
  position: relative;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 40px;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
}
  .classcharter-process_list li:nth-child(1) { border: 1px solid #ee87b4; }
  .classcharter-process_list li:nth-child(2) { border: 1px solid #ff9102; }
  .classcharter-process_list li:nth-child(3) { border: 1px solid #85bd0b; }
  .classcharter-process_list li:nth-child(4) { border: 1px solid #9789c6; }
.classcharter-process_list li:after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 54px;
}
  .classcharter-process_list li:nth-child(1):after {
    background: url(/kodomo/cre/asset_unicef/media/images/action/classcharter-difference_arrow-pink.png) center bottom no-repeat;
    background-size: 100% auto;
  }
  .classcharter-process_list li:nth-child(2):after {
    background: url(/kodomo/cre/asset_unicef/media/images/action/classcharter-difference_arrow-orange.png) center bottom no-repeat;
    background-size: 100% auto;
  }
  .classcharter-process_list li:nth-child(3):after {
    background: url(/kodomo/cre/asset_unicef/media/images/action/classcharter-difference_arrow-green.png) center bottom no-repeat;
    background-size: 100% auto;
  }
.classcharter-process_list li h3 {
  border-radius: 20px 20px 0 0;
  width: 100%;
  padding: 25px 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
  .classcharter-process_list li:nth-child(1) h3 { background-color: #ffeaf3; }
  .classcharter-process_list li:nth-child(2) h3 { background-color: #fce0bb; }
  .classcharter-process_list li:nth-child(3) h3 { background-color: #def1b5; }
  .classcharter-process_list li:nth-child(4) h3 { background-color: #d4ceeb; }
.classcharter-process_list li h3 span {
  position: relative;
  display: inline-block;
  width: 48px;
  margin-right: 10px;
  padding-left: 14px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', 
sans-serif;
  z-index: 1;
}
.classcharter-process_list li h3 span:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  border-radius: 100vh;
  width: 48px;
  height: 48px;
  z-index: -1;
}
  .classcharter-process_list li:nth-child(1) h3 span:before { background-color: #ee87b4; }
  .classcharter-process_list li:nth-child(2) h3 span:before { background-color: #ff9102; }
  .classcharter-process_list li:nth-child(3) h3 span:before { background-color: #85bd0b; }
  .classcharter-process_list li:nth-child(4) h3 span:before { background-color: #9789c6; }
.classcharter-process_list li .process_txt {
  max-width: 455px;
  width: 56.875%;
  margin: 25px auto 25px 75px;
  font-size: 17px;
}
.classcharter-process_list li .process_img {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  max-width: 224px;
  width: 28vw;
}
@media only screen and (max-width: 768px) {
  .classcharter-process_list li h3 {
    padding: 22px 15px;
    font-size: 22px;
  }
  .classcharter-process_list li h3 span {
    width: 44px;
    margin-right: 10px;
    padding-left: 13px;
    font-size: 26.4px;
  }
  .classcharter-process_list li h3 span:before {
    width: 44px;
    height: 44px;
  }
  .classcharter-process_list li .process_txt {
    width: 50.847vw;
    margin: 25px auto 25px 7.822vw;
    font-size: 15px;
  }
  .classcharter-process_list li .process_img {
    right: 3.129vw;
    max-width: 25.293vw; /* 194px */
  }
}
@media only screen and (max-width: 480px) {
  .classcharter-process_list li:after {
    bottom: -25px;
    width: 50px;
    height: 36px;
  }
  .classcharter-process_list li h3 {
    padding: 16px 10px;
    font-size: 18px;
  }
  .classcharter-process_list li h3 span {
    width: 36px;
    margin-right: 10px;
    padding-left: 11px;
    font-size: 21px;
  }
  .classcharter-process_list li h3 span:before {
    width: 36px;
    height: 36px;
  }
  .classcharter-process_list li .process_txt {
    width: 72.916vw;
    margin: 25px auto;
    font-size: 14px;
  }
  .classcharter-process_list li .process_img {
    position: initial;
    transform: initial;
    max-width: 156px;
    margin: 24px auto;
  }
}

/* column_block */
.column_block {}
.column_block:after {
  display: block;
  content: "";
  background: url(/kodomo/cre/asset_unicef/media/images/action/column_block_ft.png) top center no-repeat;
  background-size: 100% auto;
  max-width: 1020px;
  width: 100%;
  height: 10.882vw;
  margin-right: auto;
  margin-left: auto;
}
.column_block_inner {
  position: relative;
  background: url(/kodomo/cre/asset_unicef/media/images/action/column_block_bg.png) center top repeat-y;
  background-size: 100% auto;
  max-width: 1020px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.column_block_inner .column_block_ill {
  position: absolute;
  right: 6vw;
  bottom: 33px;
}
.column_block h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(/kodomo/cre/asset_unicef/media/images/action/column_block_tit.png) center bottom no-repeat;
  background-size: 100% auto;
  max-width: 1020px;
  width: 100%;
  max-height: 119px;
  height: 8vw;
  margin-right: auto;
  margin-left: auto;
  padding-left: 6.666vw;
  color: #09f;
  font-size: 32px;
  font-weight: bold;
}
.column_block .difference_txt {
  margin: 0 auto;
  padding: 60px 16.666vw 0 7.333vw;
}
.column_block .difference_txt .classcharter-step_txt:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .column_block:after {
    content: "";
    background: url(/kodomo/cre/asset_unicef/media/images/action/column_block_ft-tb.png) top center no-repeat;
    background-size: 100% auto;
    max-width: 726px;
    height: 13.636vw;
  }
  .column_block_inner {
    position: relative;
    background: url(/kodomo/cre/asset_unicef/media/images/action/column_block_bg-tb.png) center top repeat-y;
    background-size: 100% auto;
    max-width: 726px;
  }
  .column_block_inner .column_block_ill {
    position: initial;
    max-width: 94px;
    margin: 30px auto 0;
  }
  .column_block h2 {
    background: url(/kodomo/cre/asset_unicef/media/images/action/column_block_tit-tb.png) center bottom repeat-y;
    background-size: 100% auto;
    max-width: 726px;
    width: 100%;
    height: 13vw;
    padding-left: 5.215vw;
    font-size: 3.259vw;
  }
  .column_block .difference_txt {
    width: 100%;
    margin: 0 auto;
    padding: 60px 6.518vw 0 6.518vw;
  }
}
@media only screen and (max-width: 480px) {
  .column_block h2 {
    padding: 0 20px;
    font-size: 18px;
  }
  .column_block .difference_txt {
    padding: 46px 20px 0 20px;
  }
  .column_block_inner .column_block_ill {
    max-width: 82px;
    margin: 20px auto 0;
  }
}

/* classcharter-nav */
.classcharter-nav {
  text-align: center;
}
.classcharter-nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #acdffb;
  padding: 5px 5px 0;
}
.classcharter-nav_list li {
  background-color: #fff;
  width: calc((100% - 5px) / 2);
  margin-bottom: 5px;
}
.classcharter-nav_list li a {
  display: block;
  padding: 30px;
}
.classcharter-nav_list li a .classcharter-nav_btn {
  position: relative;
  width: 100%;
  background-color: #069EDB;
  border-radius: 50px; 
  margin-bottom: 30px;
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.classcharter-nav_list li a .classcharter-nav_btn:before {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  background-image: url(/kodomo/cre/asset_unicef/media/images/common/link-w.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px
}
.classcharter-nav_list li a:hover .classcharter-nav_btn {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .classcharter-nav_list li {
    width: 100%;
  }
  .classcharter-nav_list li a {
    max-width: 430px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .classcharter-nav_list li a .classcharter-nav_btn {
    font-size: 16px;
  }
}

/* classcharter-nav_dl */
.classcharter-nav_dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.classcharter-nav_dl > p {
  width: 60%;
  text-align: left;
}
.classcharter-nav_dl .button {
  display: block;
  width: 35%;
}
.classcharter-nav_dl .button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  align-items: center;
  background-color: #00a0e9;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.classcharter-nav_dl .button a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.classcharter-nav_dl .button a img {
  width: 16px;
  height: 20px;
  margin-top: 0;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .classcharter-nav_dl > p {
    width: 100%;
  }
  .classcharter-nav_dl .button {
    width: 100%;
    margin-top: 20px;
  }
}


/*                記事系
======================================================= */
/*                お問い合わせ
======================================================= */


/*                action/share/
======================================================= */
/*                授業や活動の実践報告を募集しています!
======================================================= */
#lower.share .lower_head h1 {
  width: 60%;
  max-width: 800px;
  z-index: 1;
}
#lower.share .lower_head .share_title_logo {
  position: absolute;
  top: 20px;
  right: 100px;
  width: 30%;
  max-width: 120px;
  z-index: 1;
}
@media only screen and (max-width: 980px) {
  #lower.share .lower_head .share_title_logo {
    right: 8%;
    max-width: 100px;
  }
}
@media only screen and (max-width: 700px) {
  #lower.share .lower_head h1 {
    width: 100%;
  }
  #lower.share .lower_head .share_title_logo {
    top: 65%;
    right: 5%;
    width: 30%;
    max-width: 80px;
  }
}

.share { margin-top: 80px; }
@media only screen and (max-width: 480px) {
  .share { margin-top: 30px; }
}

.share a.link_txt { 
  text-decoration: underline;
}
.share a.link_txt:hover { 
  text-decoration: none;
}


/* share-idx */
.share-idx {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .share-idx {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .share-idx {
    padding-bottom: 30px;
  }
}

/* share_txt */
.share_txt {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .share_txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .share_txt {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

/* share_report */
.share_report {
  border-radius: 6px;
  border: 1px solid #f08300;
  background-color: #fffae3;
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 20px 30px 40px;
}
.share_report_txt {
  padding: 3% 0 8% 0;
  margin: 0;
}
.share_report_txt span {
  color: #6fba2c;
  font-weight: bold;
}
.share_report_content {
  display: flex;
  justify-content: space-between;
}
.share_report_content_item {
    width: 49%;
}
.report_item-img {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}
.report_item-img img {
  width: auto;
  max-height: 240px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2))
}
.report_item-icon {
  position: absolute;
  top: -40px;
  left: 0px;
  border-radius: 100vh;
  border: 3px solid #fff;
  background-color: #6fba2c;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 72px;
  z-index: 3;
}
.report_item-txt {
  border-radius: 4px;
  border: 1px solid #f08300;
  background-color: #fff;
  padding: 6px;
  font-size: 14px;
}
.share_report .note {
  margin: 1em 0;
  font-size: 14px;
}
.share_report_houkoku {
  position: relative;
  width: 60%;
  margin: 30px auto 0;
}
.share_report_houkoku_inner {
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
}
.share_report_houkoku dl dt.houkoku_tit {
  margin-top: 10px;
  color: #955e29;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.share_report_houkoku dl dd {
  margin: 0;
  text-align: center;
}
.share_report_houkoku dl dd .houkoku_btn {
  margin: 20px 0;
  text-align: center;
}
.share_report_houkoku dl dd .houkoku_btn a {
  position: relative;
  display: inline-block;
  border-radius: 100vh;
  background-color: #00a0e9;
  color: #fff;
  padding: 6px 30px 6px 20px;
  text-decoration: none;
}
.link_icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  hegiht: 16px;
}
.share_report_houkoku_chara {
  position: absolute;
}
.share_report_houkoku_chara.chara01 {
  bottom: -20px;
  left: -30%;
  width: 36%;
}
.share_report_houkoku_chara.chara02 {
  bottom: -20px;
  right: -20%;
  width: 30%;
}

@media screen and (max-width: 700px) {
  .share_report {
    width: clac(100% - 40px);
    margin-right: 20px;
    margin-left: 20px;
  }
  .share_report_content {
    flex-wrap: wrap;
  }
  .share_report_content_item {
    width: 100%;
    margin-top: 60px;
  }
  .share_report_houkoku {
    width: 100%;
  }
  .share_report_houkoku_chara.chara01 {
    bottom: -30px;
    left: -10px;
    width: 26%;
  }
  .share_report_houkoku_chara.chara02 {
    bottom: -20px;
    right: -10px;
    width: 20%;
  }
}