@charset "UTF-8";
/* CSS Document */
.sdgs_sampling--pc-top {
  /* border-top: 20px solid #009944; */
  background-image: url(https://image.moratame.net/img/common/sdgs-sampling/sdgs-sampling--header.png);
  display: block;
  width: 100%;
  height: 15px;
}
.sdgs_sampling--pc {
   border-top: 20px solid #009944;
}

.p-masthead.sdgs_sampling--sp {
  border-top: 10px solid #009944;
}

.p9225-masthead__logo {
  width:540px;
  top: 0px;
  left: 20px;
  padding: 10px 0;
}
@media only screen and (max-width: 1270px) {
  .p9225-masthead__logo {
    width: 90%;
  }
}
.p-masthead__logo {
  width: 142px;
}

.p-masthead__logo a {
  display: block;
  margin: 0;
  width: 144px;
  height: 35px;
  background: url(https://image.moratame.net/img/common/sdgs-sampling/sdgs-sampling--moratame-logo.png) no-repeat left top;
  background-size: 142px;
  text-decoration: none;
  background-position: center;
}
@media only screen and (max-width: 400px) {
  .p-masthead__logo a {
    display: block;
    margin: 0;
    width: 115px;
    height: 35px;
    background: url(https://image.moratame.net/img/common/sdgs-sampling/sdgs-sampling--moratame-logo.png) no-repeat left top;
    background-size: 110px;
    text-decoration: none;
    background-position: center;
  }
}