@charset "UTF-8";

.ttlVolleyLv1{
  margin-bottom: 30px;
}


#info {
  padding: 60px 0 90px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.p-info-tab {display: none!important;}
.volleyMainArea .p-info-cont > * {
  /* width: 330px; */
  /* margin-right: 30px; */
}
.volleyMainArea .p-info-cont > *:nth-child(1) {
  width: 100%;
  margin-right: 0;
  /* padding: 0 0 120px; */
  padding: 0 10px 120px;
}
.volleyMainArea .p-info-cont > *:last-child {margin-right: 0;}
.volleyMainArea .p-info-cont-heading img {width: 100%;}
.volleyMainArea .p-info-cont .ttlVolleyLv4{
  border-bottom: #00A273 3px solid;
}
.volleyMainArea .p-info-cont-list > .c-flex {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px 30px;
  text-decoration: none;
  border-bottom: 1px solid #666;
  align-items: center;
}
.volleyMainArea .p-info-cont > *:nth-child(n + 2) .p-info-cont-list > .c-flex {padding: 30px 0;}
.volleyMainArea .p-info-cont-list > .c-flex > *:nth-child(1) {width: 105px;}
.volleyMainArea .p-info-cont-list > .c-flex > *:nth-child(2) {
  width: 140px;
  margin-top: 0;
}
.volleyMainArea .p-info-cont-list > .c-flex > *:nth-child(2) > span {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  padding: 2px 0;
  line-height: 1.5;
  background-color: #000000;
}
/* .volleyMainArea .p-info-cont-list > .c-flex > *:nth-child(2) > span.topics {background-color: #622f2f;}
.volleyMainArea .p-info-cont-list > .c-flex > *:nth-child(2) > span.interview {background-color: #334468;}
.volleyMainArea .p-info-cont-list > .c-flex > *:nth-child(2) > span.media {background-color: #736f46;} */
.volleyMainArea .p-info-cont-list > .c-flex > *:nth-child(3) {
  width: calc(100% - 245px);
  padding-left: 20px;
  box-sizing: border-box;
  margin-top: 0;
}
.volleyMainArea .p-info-cont > *:nth-child(n + 2) .p-info-cont-list > .c-flex > *:nth-child(3) {
  width: 100%;
  margin-top: 10px;
  padding-left: 0;
}
.volleyMainArea .p-info-link {
  text-align: right;
  margin-top: 10px;
}
.volleyMainArea .p-info-link a {font-size: 14px;}
.volleyMainArea .p-info-btn {
  display: none;
  margin-top: 50px;
}
.volleyMainArea .p-info-btn .c-btn {width: 480px;}


#sns {padding: 60px 0;}


@media screen and (max-width: 767px) {
  .ttlVolleyLv1{
    margin-bottom: 4vw;
  }

  #info {padding: 10vw 0 15vw;}
  .p-info-heading {padding-left: 15px!important;}
  .p-info-tab {
    display: flex!important;
    padding: 0 4vw;
  }
  .p-info-tab > * {
    /* width: 23.5%; */
    width: 33.33%;
    height: 16vw;
    margin-right: 2%;
    text-align: center;
    font-size: 3vw;
    background-color: #e3ebe8;
    cursor: pointer;
    position: relative;
  }
  .p-info-tab > *:last-child {margin-right: 0;}
  .p-info-tab > *.is-active {
  	color: #fff;
  	background-color: #00a172;
  }
  .p-info-tab > *::after {
    position: absolute;
    left: 50%;
    top: 75%;
    width: 1.5vw;
    height: 1.5vw;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: translate(-50%,0) rotate(135deg);
    content: '';
  }
  .p-info-tab > *.is-active::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;  	
  }
  .p-info-tab > * > p {
  	position: absolute;
  	left: 50%;
  	top: 40%;
  	width: 94%;
  	transform: translate(-50%,-50%);
    font-size: 3vw;
  }
  .p-info-cont-heading {display: none;}
  .p-info-cont > * {
  	display: none;
  	width: 100%;
  	margin-right: 0;
  }
  .p-info-cont > *.is-active {display: block;}
  .p-info-cont > *:nth-child(1) {padding: 0;}
  .p-info-cont-list {padding: 0 4vw;}
  .volleyMainArea .p-info-cont-list > .c-flex {padding: 5vw 2.5vw;}
  .volleyMainArea .p-info-cont > *:nth-child(1) { padding-bottom: 0; }
  .volleyMainArea .p-info-cont > *:nth-child(n + 2) .p-info-cont-list > .c-flex {padding: 5vw 2.5vw;}
  .volleyMainArea .p-info-cont-list > .c-flex > * {font-size: 4vw;}
  .volleyMainArea .p-info-cont-list > .c-flex > *:nth-child(1) {
    width: calc(100% - 35vw);
    padding: 2vw 0;
  }
  .volleyMainArea .p-info-cont-list > .c-flex > *:nth-child(2) {
    width: 35vw;
    padding: 2vw 0;
  }
  .volleyMainArea .p-info-cont-list > .c-flex > *:nth-child(2) > span {font-size: 3vw;}
  .volleyMainArea .p-info-cont-list > .c-flex > *:nth-child(3) {
    width: 100%;
    padding-top: 2vw;
    padding-left: 0;
  }
  .volleyMainArea .p-info-cont > *:nth-child(n + 2) .p-info-cont-list > .c-flex > *:nth-child(3) {margin-top: 0;}
  .p-info-link {display: none;}
  .volleyMainArea  .p-info-btn {
  	display: flex;
  	margin-top: 10vw;
    box-sizing: border-box;
    padding: 0 4vw;
  }
  .p-info-btn .c-btn {
    width: 86.8vw;
    font-size: 4vw;
  }
}