/* activity.css */

#main .mainBox {
  padding: 28px 24px;
  background: url(../images/sec01_bg.jpg) no-repeat left top;
}

#main .mainBox .txt {
  margin-bottom: 28px;
}

#main .mainBox h3 {
  margin-bottom: 15px;
}

/* #main .mainBox h3.title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background-color: #0081a3;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.46);
  padding: 5px 10px;
} */
#main h3 {
  background-color: #c9c3ab;
  margin-bottom: 20px;
}

#main h3 span  {
  color: #fff;
  /*  background-color: #95b84b;*/
  background-color: #0081a3;
  padding: 5px 10px;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 0.2em;
  width: 190px;
}

.contents01 h3.contentsTitle {
  color: #fff;
  background-color: #0080A3;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

#main .mainBox .headLine01 {
  margin: 0 0 10px 12px;
}

#main .mainBox .imgBox {
  margin: 0 12px 15px;
}

#main .mainBox .imgBox .photoBox {
  width: 113px;
  float: left;
}


#main .mainBox .imgBox .textBox {
  margin-top: 15px;
  float: right;
  width: 338px;
}

#main .mainBox .imgBox .textBox p {
  font-size: 12px;
  line-height: 1.8;
}

#main .mainBox .textList {
  margin: 0 auto 22px;
  width: 386px;
}

#main .mainBox .textList li {
  margin-right: 83px;
  width: 151px;
  float: left;
}

#main .mainBox .textList li:last-child {
  margin-right: 0;
}

#main .mainBox .textList li span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

#main .mainBox .textList li span:nth-child(2) {
  margin-bottom: 12px;
}

#main .mainBox .textList li .ttl {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

#main .mainBox .imgBox01 {
  display: table;
  margin: 0 10px 30px 22px;
}

#main .mainBox .imgBox01:last-child {
  margin-bottom: 0;
}

#main .mainBox .imgBox01 .photoBox {
  display: table-cell;
  padding-right: 22px;
  vertical-align: middle;
}

#main .mainBox .imgBox01 .textBox {
  display: table-cell;
  vertical-align: middle;
}

#main .mainBox .imgBox01 .textBox p {
  font-size: 12px;
  line-height: 2;
}


#main .mainBox .imgBox02 {
  margin: -17px 10px 30px 22px;
}

#main .mainBox .imgBox02 .photoBox {
  text-align: center;
}

#main .mainBox .imgBox02 .textBox p {
  font-size: 12px;
  line-height: 2;
}

#main .mainBox .h4Ttl01 {
  margin-bottom: 21px;
}

#main .mainBox .h4Ttl02 {
  margin-bottom: 17px;
}


#main .mainBox .textBox02 {
  margin: 0 12px 15px;
}
#main .mainBox .textBox02 p {
  font-size: 12px;
  line-height: 1.8;
}

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


/*SDGs*/
.linkButtonBox {
  width: 100%;
  margin-bottom: 25px;
}
.linkButton {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  width: 90%;
  margin: auto;
  border: 5px #0599d9 solid;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 2px 2px 3px #999;
  position: relative;
}
.linkButton::after {
  content: "";
  display: block;
  top: calc(50% - 15px);
  right: -7.5px;
  border-style: solid;
  border-width: 15px;
  /* border-color: rgba(5, 153, 217, 0) rgba(5, 153, 217, 0) rgba(5, 153, 217, 0) rgba(5, 153, 217, 1); */
  border-color: rgba(208, 21, 32, 0) rgba(208, 21, 32, 0) rgba(208, 21, 32, 0) rgba(208, 21, 32, 1);
  position: absolute;
}
.linkButton:hover {
  text-decoration: none;
  opacity: 0.7;
  bottom: -2px;
  box-shadow:0 0 1px #999;
}

.linkButton:hover::after {
  right: -10px;
}

.linkButton > span {
  color: #0599d9;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  padding: 15px 0;
}
.linkButton > figure {
  padding: 15px;
}
/*CSR*/

/*
#main .mainBox .imgBox .photoBoxCsr {
  width: 140px;
  float: left;
}

#main .mainBox .imgBox .textBoxCsr {
  float: right;
  width: 300px;
}
*/
#main .mainBox .textBoxCsr {
  margin: 25px auto;
/*
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
*/
  border: 3px double #0081a3;
  width: 460px;
}

#main .mainBox .textBoxCsr h4 {
  color: #0081a3;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  border-style: solid;
/*
  border-width: 0 0 1px 1px;
  border-color: rgba(0, 129, 163, 0) rgba(0, 129, 163, 0) rgba(0, 129, 163, 1) rgba(0, 129, 163, 1);
*/
  border-width: 0 1px 1px 0;
  border-color: rgba(0, 129, 163, 0) rgba(0, 129, 163, 1) rgba(0, 129, 163, 1) rgba(0, 129, 163, 0);
  display: block;
  padding: 7.5px 10px;
  margin-right: auto;
  width: 60px;
}

#main .mainBox .textBoxCsr h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-left: 25px;
  margin-top: -5px;
  text-align: center;
}

#main .mainBox .textBoxCsr p {
  display: block;
  line-height: 1.5;
  margin: 12px 25px 20px;
}

.csr-list li {
  margin-bottom: 35px;
  text-align: justify;
}

.csr-list li > h5 {
  margin-top: 15px;
  font-size: 14px;
}

.csr-list .csr-sublist {
  margin:0 0 0 12px;
}

.csr-list .csr-sublist dt {
  margin-top: 15px;
  line-height: 1;
  font-weight: bold;
}
.csr-list .csr-sublist dt::before {
  color: #aad255;
  content: "・";
  margin-right: 2px;
}

.csr-list .csr-sublist dd {
  margin-top: 15px;
  text-align: justify;
}

.csr-list .csr-photo {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  width: 470px;
  margin-left: 12px;
}

.csr-list .csr-photo > img {
  height: 179px;
}

.csr-list .running-club .csr-photo > img {
  height: 265px;
}

.csr-list .running-club .donation > img,
.csr-list .running-club .shoe-support > img{
  height: 200px;
}

/*葛飾区のSDGs*/
.katsushika-sdgs {
  width: calc(90% - 16px);
  margin:15px auto 30px;
  padding: 20px ;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: flex-end;
  background-color:  #e2eff5;
}
.katsushika-sdgs-text {
  width: 63.5%;
  line-height: 2;
  font-size: 14px;
}
.katsushika-sdgs-img {
  width: 33%;
}
.katsushika-sdgs-img img {
  width: 100%;
  border: 1px solid #ccc;
}
.katsushika-sdgs-img figcaption {
  text-align: center;
  padding-top: 5px;
  font-size: 12px
}


/*COOL CHOICE*/
.cool-choice {
  width: calc(90% - 16px);
  margin:15px auto 30px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: flex-end;
  background-color:  #e2eff5;
}
.cool-choice-text {
  width: 63.5%;
  line-height: 2;
  font-size: 14px;
  text-align: justify;
}
.cool-choice-credentials-img {
  width: 33%;
}
.cool-choice-credentials-img img {
  width: 100%;
  border: 1px solid #ccc;
}
.cool-choice-credentials-img figcaption {
  text-align: center;
  padding-top: 5px;
  font-size: 12px
}
