@charset "utf-8";

/* CSS Document */

h2.pagetitle {
  margin-bottom: 0px;
  background-image: url(../images/pagetitle.jpg);
}

.mainbox {
  width: 510px;
  height: auto;
  padding-left: 20px;
  padding-bottom: 145px;
  background-image: url(../images/main_bg_bottom.jpg);
  background-position: bottom;
}

.dotline {
  height: 10px;
  margin: 20px 0 20px 5px;
  background-image: url(../images/dotline.jpg);
}

#lead {
  width: 500px;
  height: 26px;
  margin: 30px 0 25px;
  background-image: url(../images/lead.png);
}

#contents01 {
  width: 510px;
  height: 116px;
  margin-bottom: 20px;
  background-image: url(../images/recruit_01.jpg);
}

#contents01 p {
  padding: 30px 140px 10px 35px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8em;
}

#contents02 {

  margin-left: 10px;
  width: 485px;
  padding: 15px 20px 10px;
  background-color: #efeae4;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 4px 4px 6px rgba(0,0,0,0.3);
}

#contents02 h3 {
  background-color: #CBC5AD;
  margin-bottom: 10px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

#contents02 h3 span {
  color: #fff;
  background-color: #0599d9;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: -0.03em;
  white-space: nowrap;
  width: 190px;
}

#contents02 p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6em;
}

.sdgs-logo {
  text-align: center;
  padding-right: 20px;
}

#message {
  width: 500px;
  margin: 30px 0 0 5px;
  font-size: 14px;
  background-image: url(../images/main_bg.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}


#message h3 {
  background-color: #c9c3ab;
  margin-bottom: 20px;
}

#message h3 span  {
  color: #fff;
  background-color: #0599d9;
  padding: 5px 10px;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.2em;
  width: 190px;
}

#message p {
  margin-bottom: 1em;
  padding: 0 20px 0 0;
  font-size: 14px;
  line-height: 1.8;
}


/*貢献できる目標*/
#contributive-goal {
  margin: 0 20px 25px 0;
}

#contributive-goal h3 {
  background-color: #c9c3ab;
  margin-bottom: 15px;
}

#contributive-goal h3 span {
  color: #fff;
  background-color: #0599d9;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

#contributive-goal h4 {
  color: #0599d9;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}

#contributive-goal h5 {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0;
  margin-top: -20px;
}

#contributive-goal > p {
  line-height: 1.8;
}

.contributive-goal-list {
  margin: 40px 0 50px;
}
.contributive-goal-item {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.contributive-goal-item-icon {
  width: 150px;
}
.contributive-goal-item-icon > img {
  width: 100%;
}

.contributive-goal-item-text-box {
  width: calc(100% - 165px);
}

#contributive-goal h5.contributive-goal-item-no {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 7px;
  margin-top: -17px;
}

.contributive-goal-item-no::before {
  content: "▽";
  display: inline;
  transform:rotate(-90deg);
  font-size: 15px;
  margin-right: 5px;
}
.contributive-goal-item-no > span {
  font-size: 24.5px;
  font-weight: bold;
  /* font-style: italic; */
  padding-left: 4px;
  letter-spacing: -0.15em;
  text-shadow: 1px 1px rgba(0,0,0,0.3);
}

.contributive-goal-item-title {
  line-height: 1.5;
  font-size: 15.5px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ff6 60%);
  display: inline;
}

.contributive-goal-item:last-of-type .contributive-goal-item-title {
  letter-spacing: -0.01em;
  font-size: 15.3px;
}

.contributive-goal-item-text {
  line-height: 1.5;
  font-size: 12px;
  padding-top: 12px;
}

.contributive-goal-item:nth-of-type(1) .contributive-goal-item-no,
.contributive-goal-item:nth-of-type(1) .contributive-goal-item-no>span {
  color: #c50e28;
}

.contributive-goal-item:nth-of-type(2) .contributive-goal-item-no,
.contributive-goal-item:nth-of-type(2) .contributive-goal-item-no>span {
  color: #e83418;
}

.contributive-goal-item:nth-of-type(3) .contributive-goal-item-no,
.contributive-goal-item:nth-of-type(3) .contributive-goal-item-no>span {
  color: #970a31;
}

.contributive-goal-item:nth-of-type(4) .contributive-goal-item-no,
.contributive-goal-item:nth-of-type(4) .contributive-goal-item-no>span {
  color: #004c88;
}

.contributive-goal-item:nth-of-type(5) .contributive-goal-item-no,
.contributive-goal-item:nth-of-type(5) .contributive-goal-item-no>span {
  color: #023067;
}

.currently-list {
  padding: 15px 0 0;
  margin-bottom: 15px;
  border-bottom: 1px dotted #999;
  border-top: 1px dotted #999;
}
.currently-list dt {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
.currently-list dd {
  text-indent: -1em;
  margin-left: 1em;
  padding-bottom: 15px;
  line-height: 1.8;
  font-size: 14px;
  font-weight: bold;
}

.currently-text {
  line-height: 1.5;
  font-size: 14px;
  padding-bottom: 60px;
}

.currently-text > .notes{
  color: #970a31;
  line-height: 1.8;
  display: block;
  text-align: right;
}


/*葛飾区のSDGs*/
.katsushika-sdgs {
  width: calc(100% - 40px);
  margin:20px auto;
  padding: 20px 20px 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* background-color:  #e2eff5; */
}
.katsushika-sdgs-text {
  color: #0599d9;
  width: 50%;
  line-height: 2;
  font-size: 14px;
  font-weight: 700;
}
.katsushika-sdgs-img {
  width: 40%;
}
.katsushika-sdgs-img img {
  width: 100%;
  border: 1px solid #ccc;
}
.katsushika-sdgs-img figcaption {
  text-align: center;
  padding-top: 5px;
}
