@charset "utf-8";
body {
    width: 100%;
    overflow-x: hidden;
}

.subpage-inner {
    margin: 0 auto;
    width: 1000px;
}

.mainimage {
  height: 450px;
  background-image: url("/Japanese/SDGs/img/univ-message.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.mainimage .inner h2 {
  font-size: 65px;
  position: absolute;
  bottom: 0px;
  font-weight: normal;
  color: #FFFFFF;
  margin-top: 130px;
}
.subpage-inner {
    margin: 0 auto;
    width: 1000px;
}


.copy {
    margin-top: 125px;
    background-color: #92bfbb;
    color: #fff;
    text-align: center;
    padding-top: 55px;
    border-radius: 10px;
    padding-bottom: 55px;
    margin-bottom: 125px;
}
.copy p:first-child  {
    color: #fff;
    font-size: 35px;
    line-height: 54px;
    margin-bottom: 40px;
}
.copy p:last-child  {
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    font-weight: normal;
}
.content h3 {
    font-weight: bold;
    margin-top: 80px;
}
.content h3:before {
    content: "■";
    color: #92bfbb;
}

.name h3:before {
    content: "■";
    color: #92bfbb;
    margin-right: 5px;
}

.content{
	padding-bottom: 100px;
}
.content p ,li{
    font-size: 14px;
    line-height: 28px;
}
.content ol {
    margin-left: 1em;
}



.c-sect2 {
    display: flex;
}
.c-box {
    width: 700px;
    margin-right: 20px;

}
.c-sect2 p img {
    top: 80px;
    position: relative;


}
main .content .img1    {
  margin-top: 20px;
    text-align: center;

}

@media screen and (max-width:1040px){
  
.subpage-inner {
    width: 90vw;
}
img {
    height: auto;
    max-width: 100%;
}

.inner {
    width: calc(100% - 40px);
}

.subpage-inner .item-img p:last-child {
    width: 15vw;
}
  .t-box{
    width: 400px;
  }
main .mainimage {
    width: 100vw;
    /* [disabled]height: auto; */
}
.mainimage .inner .sp {
    /* [disabled]padding-left: 20px; */

}

footer a {
    white-space: nowrap;
}
footer .inner {
    padding-left: 20px;
    padding-right: 20px;
    width: 95vw;
    height: auto;
}





}



@media screen and (max-width:600px){

.mainimage {
  height: 230px;
  background-image: url("/Japanese/SDGs/img/univ-message_sp.jpg");
}
.mainimage .inner {
  height: 230px;
  position: relative;
}
.mainimage .inner h2 {
  display: block;
  position: absolute;
  bottom: 0px;
  font-size: 36px;
  margin-left: 0px;
  left: 20px;
}
.imgsize{
  width: 100%;
  height: auto;
}
.img1 img{
  width: 90vw;
  height: auto;
}
}
