@charset "utf-8";

.main{
  font-weight: bold;
  overflow: hidden;
}

.aa{
  clear: both;
  border: solid 26px #8ed2df;
}
.fine{
  border-top: none;
}
.midashi{
  text-align: center;
  font-size: 2.3em;
  margin-top: 1%;
}
.globalmoji{
  color: white;
  background-color: #ef7f7c;
  padding: 0 0.2em;
  margin: 0 0.1em;
}
.toha{
  text-align: center;
  font-weight: 400;
  font-size: 1.1em;
  margin: 2% 0;
}
.merit{
  border: solid 4px white;
  border-radius: 50%;
  width:52%;
}
.no{
  position: relative;
  left: 17%; top:0;
}
.aka{
  width: 5%;
  padding: 1.5em 0.2em;
  background: #db002b;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  display: inline-block;
  position: relative;
  right: 63.5%;
  bottom: 0.8em;
}
.responsive_aka{
  display: none;
}
.equal{
  text-align: center;
  font-size: 1em;
  width: 22%;
  float: left;
  margin-bottom: 1.5em;
}
.me{
  font-size: 2.3em;
  text-align: left;
  margin-bottom: 0.3em;
  border-bottom: solid 2px #65645d;
  padding-bottom: 0.2em;
  width: 72%;
  position:relative;
  left: 12%;
}
.world{
  border: solid 3px;
  padding: 0 0.1em;
}
.pink{
  border-color: #fa629d;
}
.green{
  border-color: #8edec3;
}
.blue{
  border-color: #8ea9de;
}
.sub{
  color: #949289;
  font-size: 0.3em;
  position: relative;
  top: 1.7em;
}
@media all and (-ms-high-contrast: none) {
  .sub{
    top:1.15em;
  }
  .me{
    left: 14%;
  }
}

.ballon{
  width: 16%;
  float: left;
  position: relative;
  top: -0.6em;
}
.now{
  font-weight: 500;
  clear: both;
  position: relative;
  left: 14%;
  margin-bottom: 1.2em;
  width: 60%;
  font-size: 1.2em;
  display: inline-block;
}
.withimage{
  font-weight: 500;
  clear: both;
  position: relative;
  left: 14%;
  margin-bottom: 1.2em;
  padding-top: 1%;
  font-size: 1.2em;
  display: inline-block;
  width: 43%;
  margin-right: 15%;
}
.global{
  display: inline-block;
  width: 32%;
  background: transparent;
  vertical-align: bottom;
  margin-bottom: 3em;
}
.sdgs-image{
  width: 15%;
  margin: 5% 0 0 5%;
}
.sdgs{
  font-weight: normal;
  width: 80%;
  margin: 3% 0 3% 5% ;
}
.sdgs_title{
  font-weight: bold;
  font-size: 1.5em;
}

/*タブレット対応（画面サイズが959px以下の場合ここの記述が適用される）*/
@media screen and (max-width:959px) {
.aka {
  width: 9%;
  padding: 1.5em 0.2em;
  right: 67.5%;
 }
 .withimage{
  width: 70%;
  margin-right: 15%;
}
.global {
  margin-left: 50%;
  width: 32%;
  margin-bottom: 3em;
}
.study {
    width: 25%;
    padding: 1.5em 0.8em;
}
}
/*スマホ対応（画面サイズが559px以下の場合ここの記述が適用される）*/
@media screen and (max-width:559px) {
  .aa{
    border: none;
  }
  .ballon{
    display: none;
  }
  .midashi{
    font-size: 20px;
    margin-top: 20px;
  }
  .toha{
    font-size: 10px;
    line-height:180%;
  }
  .no{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 30px;
  }
  .aka{
    display: none;
  }
  .responsive_aka{
    display: block;
    width: 82%;
    padding: 5px 0;
    margin: 20px 0;
    background: #db002b;
    color: white;
    font-weight: bold;
    text-align: center;
  }
  .merit_one{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .merit_two{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .merit_three{
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .equal{
    width: 70%;
    margin:0 0  40px 6%;
  }
  .global{
    display: none;
  }
  .me{
    font-size: 20px;
    line-height:190%;
  }
  .withimage{
    width:70%;
    font-size: 14px;
    line-height:200%;
  }
  .merit{
    margin-bottom: 10px;
  }
  .sub{
    top: 2.9em;
  }
  .sdgs-image{
    width:40%;
  }
  .sdgs{
    margin-top: 10px;
    margin-right: 0;
    margin: 0 8%;
    width: 85%;
  }
  .responsive_sdgs{
    margin-right: 5%!important;
    width: 75%!important;
  }
  .sdgs li{
    margin: 1em 15px 0 0;
    font-size: 14px;
    line-height:180%;
  }
  .sdgs_title {
    font-size: 18px;
  }
}
