/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼▼▼　項目が２０文字程度のもの　▼▼▼
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

table.respon01{
	width:100%; 
	border: solid 0px lightgray!important;
	font-size:95%;
}

.respon01 tr{border:solid 0px lightgray!important;}

.respon01 th{padding:10px 20px; border: solid 1px #fff;}

.respon01 th{
font-weight: 400;
background-color     : lightgray!important;
width                : 250px;
-moz-text-align-last : justify;
text-align-last      : justify;
text-justify         : inter-ideograph;
}

.respon01 th{vertical-align: middle!important;}


.respon01 td{
font-size:98%;	
background-color:#f9f9f9;
padding:10px 10px 5px 10px;
text-align: left;
border:solid 1px #fff!important;
}


@media screen and (max-width: 1024px) {
table.respon01{font-size: 90%!important;border: solid 0px lightgray!important;}
.respon01 th,.respon01 td{display:block;}
.respon01 th {
width:100%;
padding:5px 10px;
text-align:left;
font-size:95%;	
-moz-text-align-last : initial;
text-align-last      : initial;
text-justify         : initial;}

.respon01 th{border: solid 0px #fff;}	
	
.respon01 td{
text-align:left; 
font-size:95%;	
line-height:1.2em; 
word-wrap: break-all;
margin-bottom:10px!important;
}

.respon01 tr{border:solid 0px lightgray!important;}

.respon01 thead tr td{
background-color: black!important;
color: #fff;
}
}










/*===============================================
●respon02
===============================================*/


table.respon02{
width: 100%;
background-color: #fff;
 }




.respon02 th {
background: #E5005!important;
text-align: center;
  }




@media screen and (min-width: 769px){/*画面の横幅が769px以上*/

table.respon02{border:solid 1px lightgray!important;}

.respon02 .thead th:first-child {/*最上列左上のタイトル項目*/
background-color: #E50053!important;
text-align: center;
color: white!important;
font-size: 95%!important;
padding:10px;
  }	
	
.respon02 .thead th {/*最上列見出し項目*/
background-color:rgba(229,0,83,0.6)!important;
text-align: center;
color: white!important;
font-size: 95%!important;
padding:10px;
  }		
	
	
.respon02 td:first-child {/*左列項目*/
color: black!important;
font-weight: bold;
font-size: 95%!important;	
min-width:30%!important;
padding:20px!important;
background-color:rgba(229,0,83,0.05)!important;
}	
	
.respon02 tr:nth-child(even){/*偶数行に薄色*/
background-color:rgba(229,0,83,0.05)!important;
} 


.respon02 th {
  border:0px;
}
.respon02 td {
  border:0px;
  text-align:left;
  min-width:15%!important;
font-size: 90%!important;
padding:10px;
}

}

@media screen and (max-width: 768px){/*画面の横幅が768px以下*/
.respon02 .thead {display: none;}

.respon02 th{border: 0px;} 

.respon02 tr {width: 100%;}

.respon02 td {
display          : block;
width            : 100%;
border           : 0px;
background-color:rgba(229,0,83,0.05)!important;
padding:10px!important;
font-size:90%!important; 

    font-weight: normal;
    margin-right: 10px;
    text-align:left!important;
  }

.respon02 td:first-child {
  background-color:rgba(229,0,83,0.1)!important;
  color: black;
    font-weight: bold;
    text-align: center;
    margin-top:10px!important;
    border-top :solid 0px #FF4B54;
  }


.respon02 td:before {
    content: attr(data-label);
    float: center;
    font-weight: bold;
    margin-right: ;

  }



}



