@charset "utf-8";
/* CSS Document */

/* ページの初期設定 */
table {	
	line-height: 1.4;
	font-size: 1.4rem;
}

/*/// テーブル（tbl） ///
//////////////////////////////////////////////// */

/* tbl1 */
table.tbl1{
	width:100%;
	border-bottom:1px solid #DDD;
  position: relative;
}
table.tbl1 th,
table.tbl1 td{
	height: 42px;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}
table.tbl1 th.Tl,
table.tbl1 td.Tl{
	text-align: left;
}
@media (max-width: 959px) {
  table.tbl1 td,
  table.tbl1 th{
  	border-top:1px solid #EEE;
  }
}
@media (min-width: 960px) {
  table.tbl1 td,
  table.tbl1 th{
	  border-top:1px solid #DDD;
  }
}
table.tbl1 th{
	text-align:center;
	font-weight: bold;
	color: #333;
	letter-spacing:0.04em;
}
@media (max-width: 959px) {
  table.tbl1 th{
    height: 40px;
    font-size: 1.2rem;
  }
}
table.tbl1.sticky tr:nth-child(1) th{
	position: sticky;
	top: 50px;
	z-index: 2;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 #DDD;
}
table.tbl1.sticky tr:nth-child(1)>th,
table.tbl1.sticky tr:nth-child(1)>td,
table.tbl1.sticky tr:nth-child(2)>th,
table.tbl1.sticky tr:nth-child(2)>td{
  border-top: none;
}
table.tbl1 .th_sub,
table.tbl1 .request_user{
  display: block;
  font-size: 1.0rem;
  font-weight: normal;
  color: #999;
  line-height: 1.1;
}
table.tbl1 td{
  vertical-align: middle;
  word-break : break-all;
  word-wrap : break-word; 
}


/* tbl2 */
table.tbl2{
	width:100%;
	border-bottom:1px solid #DDD;
}
table.tbl2 td,
table.tbl2 th{
	box-sizing: border-box;
	text-align: left;
}
table.tbl2 th{
	font-weight: bold;
	color: #333;
	letter-spacing:0.04em;
}
table.tbl2 th .sub_txt{
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  color: #777;
}
@media (max-width: 959px) {
  table.tbl2 .caption {
    padding-bottom: 20px;
    font-size: 2.4rem;
  }
  table.tbl2 th,
  table.tbl2 td{
    width: 100%;
  	padding: 0 10px;
    display: block;
  }
  table.tbl2 th{
    padding-top: 10px;
    padding-bottom: 5px;
    border-top:1px solid #EEE;
    overflow: hidden;
  }
  table.tbl2 td{
    width: 100%;
    padding-bottom: 15px;
    display: block;
  }
}
@media (min-width: 960px) {
  table.tbl2 td,
  table.tbl2 th{
    height : 55px;
  	padding: 10px;
    border-top:1px solid #DDD;
  }
}


/* tbl3 */
table.tbl3{
	width:100%;
	border-bottom:1px solid #DDD;
}
table.tbl3 caption{
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.4rem;
}
table.tbl3 th,
table.tbl3 td{
	box-sizing: border-box;
	text-align: left;
}
table.tbl3 th{
  overflow: hidden;
	font-weight: bold;
	letter-spacing:0.04em;
}
@media (max-width: 959px) {
  table.tbl3 th,
  table.tbl3 td{
    width: 100%;
    display: block;
  }
  table.tbl3 th.Dn,
  table.tbl3 td.Dn{
    display: none;
  }
  table.tbl3 th{
    padding: 5px 10px;
    font-size: 1.2rem;
    border-top: 1px solid #EEE;
  }
  table.tbl3 td{
    padding: 0 10px 5px;
  }
}
@media (min-width: 960px) {
  table.tbl3 td,
  table.tbl3 th{
    height : 35px;
    padding: 5px 0;
    border-top: 1px solid #EEE;
  }
}
table.tbl3 td[colspan="2"]{
  height : auto;
  padding: 0 10px 5px;
  border-top: none;
}
table.tbl3 .sub_txt{
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  color: #777;
}
table.tbl3 input{
  max-width: 100%;
}


/* tbl4 */
table.tbl4{
	width:100%;
}
table.tbl4 td,
table.tbl4 th{
	text-align: left;
	box-sizing: border-box;
  word-break : break-all;
  word-wrap : break-word; 
}
table.tbl4 th{
	font-weight: bold;
  font-size: 0.9em;
	letter-spacing:0.04em;
  vertical-align: top;
}
table.tbl4 th .sub_txt{
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  color: #777;
}
@media (max-width: 959px) {
  table.tbl4 th,
  table.tbl4 td{
    width: 100%;
    padding: 0 10px;
    display: block;
  }
  table.tbl4 th{
    padding-bottom: 4px;
    font-size: 0.8em;
    padding-top: 10px;
    line-height: 1;
    color: #999;
  }
  table.tbl4 td{
    width: 100%;
    border-bottom:1px solid #f5f5f5;
    padding-bottom: 10px;
  }
}
@media (min-width: 960px) {
  table.tbl4 td,
  table.tbl4 th{
  	padding: 10px;
    border-bottom:1px solid #e5f4f2;
  }
}





.th_bg_gray{
  background-color: #f5f5f5;
}