@charset "utf-8";

/* CSS Document */

#main {
  background-image: url(../images/running_main_bg.jpg);
  background-position: top 40px right -30px;
}


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

.contents01 {
  margin-top: 25px;
  margin-left: 40px;
  margin-right: 40px;
  background-position: top;
}

.contents01 .contentsTitleRuby {
  margin-bottom: 10px;
  display: block;
  font-size: 10px;
}

.contents01 h3.contentsTitle {
  color: #fff;
  background-color: #0081a3;
  padding: 10px;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
}

.contents01 h3.contentsTitle span {
  color: rgba(255, 255, 255, 0.69);
  display: block;
  padding-top: 5px;
  font-family: serif;
}

.contents02 {
  margin: 40px;
  padding: 15px;
  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 h4 {
  background-color: #CBC5AD;
  margin-bottom: 10px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

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

.contents02 p {
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: -0.01em;
}

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

.contents03 h4 span {
  color: #fff;
  background-color: #0081a3;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: -0.03em;
  white-space: nowrap;
  min-width: 190px;
}

/*lead*/
#lead {}
.slogan {
  margin: 25px;
}

#lead p.text {
  line-height: 1.5;
  margin-bottom: 15px;
}
#lead p.text span {
  color: #0081a3;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  margin-bottom: 15px;
}

/*活動内容 activity*/

#activity p {
  font-size: 12px;
  margin-top: 15px;
  line-height: 1.5;
}

#activity p span {
  color: #0081a3;
  font-size: 12px;
  font-weight: bold;
  display: block;
  line-height: 1.5;
  margin-bottom: 5px;
}

#activity p span.spacing {
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

/*チャリティープロジェクト*/

.charity-project h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.charity-project h4::before {
  content: "■";
  color: #0081a3;
}

.charity-project p + p {
  margin-top: 15px;
}

/*年度別活動実績*/

.track-record {}

.track-record h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.track-record h4::before {
  content: "■";
  color: #0081a3;
}

/*所属先について*/
.belong {
  margin-top: 50px;
}

.belong h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.belong h4::before {
  color: #0081a3;
  content: "■";
}

.belong p {
  line-height: 1.5;
  margin: 15px 0;
}

.belong p.emphasis {
  color: #0081a3;
  /* border: 2px solid #0081a3;
  padding: 10px; */
  font-size: 13px;
  font-weight: 700;
  border-radius: 15px;
}

.belong-list {
  margin-bottom: 25px;
  width: 100%;
  border-collapse: collapse;
}
.belong-list tbody tr:first-of-type {
  border-top: 1px solid rgba(0, 129, 163, 0.51);
}
.belong-list tbody tr:last-of-type {
  border-bottom: 1px solid rgba(0, 129, 163, 0.51);
}
.belong-list tbody tr:nth-of-type(2) {
  border-top: 1px dotted rgba(0, 129, 163, 0.51);
  border-bottom: 1px dotted rgba(0, 129, 163, 0.51);
}

.belong-list tbody th {
  vertical-align: middle;
  width:7em;
  background-color: rgba(0, 129, 163, 0.12);
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
}

.belong-list tbody td {
  width: calc(100% - 7em);
  padding: 7px;
  font-size: 13px;
  font-weight: 700;
}


/*練習拠点*/

.base {}

.base h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.base h4::before {
  content: "■";
  color: #0081a3;
}

.base-list {
  margin-bottom: 25px;
  width: 100%;
  border-collapse: collapse;
}

.base-list thead tr {
  border-top: 1px solid #0081a3;
  border-bottom: 1px solid #0081a3;
}
.base-list thead th {
  color: #0081a3;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
}

.base-list tbody tr {
  border-bottom: 1px dotted rgba(0, 129, 163, 0.51);
}

.base-list tbody th {
  background-color: rgba(0, 129, 163, 0.12);
  /* width: 120px; */
  width: 65px;
  white-space: nowrap;
  text-align: center;
}

.base-list tbody th,
.base-list tbody td {
  padding: 7px 9px;
}

.base-list tbody td:nth-of-type(1) {
  /* width: 260px; */
  width: 310px;
  vertical-align: middle;
}
.base-list tbody td:nth-of-type(2) {
  padding: 7px 0;
  text-align: right;
  vertical-align: middle;
}

/*選手の声 voice*/

#voice {
  margin-top: 50px;
}

#voice h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

#voice h4::before {
  color: #0081a3;
  content: "■";
}

.voice-inner {
  background-color: #0081a3;
  padding: 2px;
  width: 394px;
  position: relative;
}

.voice-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 260px;
  right: -82px;
  bottom: 0;
  background-image: url(../images/voice_icon.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  z-index: 10;
}

.speech-bubble {
  background-color: #0081a3;
  border: 1px solid #fff;
  width: calc(100% - 30px);
  padding: 12px 16px 12px 12px;
}
.speech-bubble h5 {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

.speech-bubble p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

/*活動情報*/

.info-list {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info-list li {
  width: 48%;
}

.info-list li h5 {
  font-weight: bold;
  margin: 5px 0;
  font-size: 14px;
}

.info-list li h5::before {
  color: rgba(255, 226, 3, 1);
  content: "■";
  display: inline-block;
  margin-right: 3px;
}

.info-list li p {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}

.info-list .info-item-button {
  color: #fff;
  width: 100%;
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #31271b;
  margin-top: 5px;
  border-radius: 5px;
  cursor: pointer;
}


.contents03 {
  margin: 50px auto;
  width: 450px;
}
/*
.contents03 h4 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 15px;
  background-color: #0081a3;
} */

.contents03 #button {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.contents03 #button a {
  display: block;
  width: 215px;
}
.contents03 #button img {
  width: 100%;
  height: auto;
}
.contents03 #button img:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/*事務局 secretariat*/
#secretariat {
  position: relative;
}

#secretariat::before {
  content: "";
  display: block;
  background-image: url(../images/secretariat_pic_01.jpg);
  background-size: contain;
  width: 159px;
  height: 199px;
  position: absolute;
  right: 15px;
  top: -10px;
  z-index: 10;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

#secretariat::after {
  content: "";
  display: block;
  background-image: url(../images/secretariat_pic_02.jpg);
  background-size: contain;
  width: 159px;
  height: 218px;
  position: absolute;
  right: 0;
  bottom: -25px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}


#secretariat  h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

#secretariat  h4::before {
  color: #0081a3;
  content: "■";
}

.secretariat-info {
  margin-bottom: 25px;
  width: 310px;
}

.secretariat-info dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}
.secretariat-info dd {
  font-size: 13px;
}

.member-recruitment {
  background-color: #0081a3;
  padding: 2px;
  width: 310px;
  z-index: 2;
  position: relative;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.member-recruitment-inner {
  background-color: #0081a3;
  border: 1px solid #fff;
  padding: 15px 15px;

}

.member-recruitment-inner span.emphasis {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.member-recruitment-inner p,
.member-recruitment-inner dl > dt,
.member-recruitment-inner dl > dd {
  color: #fff;
  line-height: 1.4;
  font-size: 13px;
}

.member-recruitment-inner dl {
  margin: 10px 0;
}
.member-recruitment-inner dl > dt {
  margin:10px 0 2.5px;
  font-weight: bold;
  font-size: 14px;
}
.member-recruitment-inner dl > dd {
  border-bottom: 1px dotted rgba(255,255,255,0.5);
  padding-bottom: 10px;
}



.join-link {
  width: 450px;
  margin:50px auto -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px;
  border-radius: 7.5px;
}

.join-link-btn {
  width: calc(80% - 15px);
  border-radius: 5px;
  border: 3px solid #0081a3;
  box-sizing: border-box;
  background-image: url(../images/join-link-btn-bg.jpg);
  background-size: cover;
  background-position: bottom -20px right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.join-link-btn > span {
  color: #0081a3;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  text-shadow: 0 0 20px #fff;
  padding:30px 15px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  box-sizing: border-box;
}

.join-link-btn:hover {
  text-decoration: none;
}

.join-link-btn:hover > span {
  color: #fff;
  text-shadow: 0 0 20px  #0081a3;
  background-color: rgba(0, 129, 163, 0.4);
}

.terms-link-btn {
  background-color: #0081a3;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  width:20%;
}
.terms-link-btn > span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  background-color: rgba(0, 129, 163, 0.44);
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.terms-link-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
