@charset "UTF-8";

/*-------------------------
__team_style
-------------------------*/
#content .page_ttl_wrap > .inner {
  background-image: url(../../images/page_ttl_bg.jpg);
}
#content .page_ttl_wrap .page_ttl .jp {
  font-size: 240%;
  line-height: 1.3;
  font-weight: 700;
}
#content .page_ttl_wrap .page_ttl .jps {
  font-weight: 500;
  line-height: 1.3;
}

#content #teams {
  background-color: #e8f5f9;
  padding: 100px 0 120px;
  border-radius: 0 0 60px 60px;
}
#content #teams > .inner {
  max-width: 1200px;
  margin: 0 auto;
}

#content #teams .lead_l {
  font-size: 2.2em;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0 0 60px;
}
#content #teams .lead_l .num {
  font-size: 150%;
  line-height: 1;
  margin: 0 2px;
}
#content #teams .lead_l .red {
  color: #ed1a3d;
}
#content #teams .lead_l .lastupdate {
  font-size: 82%;
  display: block;
}

#content #teams .phase:not(:last-child) {
  margin: 0 0 60px;
}
#content #teams .phase .box {
  background-color: #fff;
  padding: 40px 30px 30px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(35, 79, 80, 0.1);
  border-radius: 30px;
}
#content #teams .phase .ttl {
  font-size: 4em;
  line-height: 1.3;
  font-weight: 700;
  background: linear-gradient(to right, rgba(18,193,158,1) 0%,rgba(78,203,230,1) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 10px;
}
#content #teams .phase .lead {
  font-size: 2em;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0 0 30px;
}
#content #teams .phase .lead .large {
  font-size: 160%;
  line-height: 1;
  display: inline-block;
  background: linear-gradient(to right, rgba(18,193,158,1) 0%,rgba(78,203,230,1) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 3px;
}
#content #teams .phase .btn {
  display: flex;
  justify-content: center;
  width: 350px;
  margin: 20px auto 40px;
}
#content #teams .phase .btn a {
  font-size: 1.8em;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  text-decoration: none;
  display: block;
  background: linear-gradient(to right, rgba(106, 252, 232, 1) 0%, rgba(19, 242, 190, 1) 100%);
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 10px 20px 5px rgba(12, 80, 66, .15);
  border-radius: 50px;
  position: relative;
  transition: transform .2s var(--easing);
}
@media screen and (min-width:768px) {
  #content #teams .phase .btn a:hover {
    transform: scale(1.1);
  }
}
#content #teams .phase .btn a > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
#content #teams .phase .btn a > span span {
  line-height: 1.2;
  padding: 0 10px;
  box-sizing: border-box;
}
#content #teams .phase .btn a::after {
  content: "";
  display: block;
  background: linear-gradient(to right, rgba(3,228,177,1) 0%,rgba(37,189,216,1) 100%);
  height: 100%;
  width: 100%;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: opacity .2s var(--easing);
}
@media screen and (min-width:768px) {
  #content #teams .phase .btn a:hover::after {
    opacity: 0;
  }
}
#content #teams .phase table {
  font-size: 1.8em;
  line-height: 1.3;
  width: 100%;
  margin: 20px 0 0;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: 1px solid #DDD;
  border-right: none;
  border-radius: 0 0 12px 12px;
}
/* 「チーム名」と「所属国・地域」のみの場合 */
/* #content #teams .phase table col:nth-child(2) {
  width: 350px;
} */
#content #teams .phase table col:first-child {
  width: 300px;
}
#content #teams .phase table col:nth-child(2) {
  width: 200px;
}
#content #teams .phase table col:nth-child(4) {
  width: 110px;
}

#content #teams .phase table thead th,
#content #teams .phase table tbody td {
  background-color: #FFF;
  padding: 10px;
  box-sizing: border-box;
}
#content #teams .phase table thead th {
  color: #FFF;
  font-weight: 700;
  background-color: var(--base-color-grn);
  border-right: 1px solid #FFF;
}
#content #teams .phase table thead th:first-child {
  border-radius: 12px 0 0 0;
}
#content #teams .phase table thead th:last-child {
  border-right: none;
  border-radius: 0 12px 0 0;
}
#content #teams .phase table tbody td {
  text-align: left;
  border-right: 1px solid #DDD;
}
#content #teams .phase table tbody td:first-child {
  border-left: 1px solid #DDD;
}
#content #teams .phase table tbody td:nth-child(4) {
  text-align: center;
}
#content #teams .phase table tbody tr:nth-child(even) td {
  background-color: rgba(0, 172, 147, .1);
}
#content #teams .phase table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
#content #teams .phase table tbody tr:last-child td:last-child {
  border-radius:0 0 12px 0;
}
#content #teams .phase table tbody td .pr_btn {
  font-size: 80%;
  line-height: 1.3;
  color: #FFF;
  text-decoration: none;
  background-color: #666;
  padding: 0 10px;
  border-radius: 4px;
  transition: background-color .2s;
}
@media screen and (min-width: 768px) {
  #content #teams .phase table tbody td .pr_btn:hover {
    background-color: var(--base-color-grn);
  }
}
#content #teams .phase .note {
  font-size: 1.3em;
  line-height: 1.3;
  text-align: right;
  margin: 5px 5px 0 0;
}

#content #teams .txt_att {
  font-size: 1.8em;
  line-height: 1.5;
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  #content .page_ttl_wrap .page_ttl .jp {
    font-size: 180%;
  }
  #content #teams {
    padding: 40px 30px;
    border-radius: 0 0 40px 40px;
  }
  #content #teams .lead_l {
    font-size: 1.6em;
    text-align: left;
    letter-spacing: 0;
    margin: 0 0 30px;
  }
  #content #teams .lead_l .num {
    font-size: 130%;
  }
  #content #teams .phase:not(:last-child) {
    margin: 0 0 30px;
  }
  #content #teams .phase .box {
    padding: 30px 20px 20px;
    border-radius: 24px;
  }
  #content #teams .phase .ttl {
    font-size: 2.4em;
  }
  #content #teams .phase .lead {
    font-size: 1.6em;
    text-align: left;
    margin: 0 0 20px;
  }
  #content #teams .phase .btn {
    display: block;
    width: auto;
    margin: 15px auto 30px;
  }
  #content #teams .phase .btn a {
    height: 50px;
    width: auto;
    font-size: 1.6em;
    line-height: 50px;
    margin: auto;
  }
  #content #teams .phase table {
    font-size: 1.6em;
    width: 100%;
    margin: 15px 0 0;
    border-radius: 0 0 8px 8px;
  }
  #content #teams .phase table col:first-child,
  #content #teams .phase table col:nth-child(2),
  #content #teams .phase table col:nth-child(3),
  #content #teams .phase table col:nth-child(4) {
    width: auto;
  }
  #content #teams .phase table thead th:first-child {
    font-weight: 500;
    display: block;
    width: 100%;
    padding: 8px 10px;
    border-radius: 12px 12px 0 0;
  }
  #content #teams .phase table thead th:not(:first-child) {
    display: none;
  }
  #content #teams .phase table tbody td {
    display: block;
    width: 100%;
    padding: 3px 10px;
    border-left: 1px solid #DDD;
  }
  #content #teams .phase table tbody td:first-child {
    font-weight: 700;
    padding: 10px 10px 3px;
  }
  #content #teams .phase table tbody td:nth-child(2) {
    padding:3px 10px;
  }
  #content #teams .phase table tbody td:last-child {
    text-align: left;
    padding: 3px 10px 8px;
  }
  #content #teams .phase table tbody tr:last-child td:first-child {
    border-radius: 0;
  }
  #content #teams .phase table tbody tr:last-child td:last-child {
    border-radius: 0 0 8px 8px;
  }
  #content #teams .phase .note {
    font-size: 1.2em;
  }
  #content #teams .txt_att {
    font-size: 1.6em;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 374px) {
  #content .page_ttl_wrap .page_ttl .jp {
    font-size: 150%;
  }
  #content #teams .phase .ttl {
    font-size: 2.2em;
  }
}
