@charset "utf-8";

@import url("common.css");

.page_title {font-size:1.6rem;font-weight:500;}
h1.page_title .page_title_en {font-size:0.6em;display:block;font-weight:100;color:#888;}
#profile ,#schedule ,#report ,#information {padding-bottom:60px;}

/* profile */
#profile table ,#schedule table {border-collapse:collaplse;border-top:3px solid #CCC;border-bottom:3px solid #CCC;}
#schedule th {border-bottom:3px double #CCC;background-color:#EFEFEF;font-weight:400;}
#profile tr:nth-child(2n-1) ,#schedule tr:nth-child(2n-1) {background-color:#F7F7F7;} 
#profile td, #profile th ,#schedule td, #schedule th {vertical-align:top;line-height:1.4;}
#profile tr td:nth-child(3),#profile tr td:nth-child(6),#profile tr td:last-child{word-break:keep-all; white-space:nowrap;}

/* schedule */
#schedule table {width:100%;}

/* report */
#report h3 {font-size:1.2rem;border-top:1px solid #CCC;padding:1.6rem 0 1rem 0;margin-top:3rem;}
#report h2.title-bdr01 +section >h3 {border:none;margin-top:0;padding-top:0;}
.container__column {
  display: flex;
  align-items: center;
  gap: 0 30px;
  }
#report .container__column {justify-content:center;flex-wrap:wrap;font-size:0.9em;align-items: start;}
#report .container__column >div{flex-basis:400px;}





@media (min-width: 992px) {	/* Large */
}
@media (max-width: 991px){
}
@media (min-width: 768px) {	/* Medium */
#profile tr:first-child{border-bottom:3px double #CCC;background-color:#EFEFEF;}
#profile td, #profile th {padding:0.4rem 0.6rem;}
#profile th{font-weight:400;}
#profile tr th:nth-child(6),#profile tr th:last-child,#profile tr td:nth-child(6),#profile tr td:last-child{display:block;padding:0.2rem 0.2rem 0 0.2rem;}
#schedule td, #schedule th {padding:0.4rem 1rem;}
}
@media (max-width: 767px){
#profile td, #profile th ,#schedule td, #schedule th {padding:0.2rem 0.6rem;}
#profile th ,#profile td{display:block;}
#profile th{font-weight:400;}
#profile tr{border-top:1px solid #000;}
#profile td:nth-child(2):after{content:"期";} 
}
@media (min-width: 576px) {	/* Small */
}
@media (max-width: 575px){
}
