/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼▼▼　項目が２０文字程度のもの　▼▼▼
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

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: ;

  }



}




/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼▼▼　シンプルなテーブル　▼▼▼
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

table.respon03{
border:solid 2px #777;
width: 100%;
min-width: 600px;
border-collapse: collapse;
font-size: 110%;

 }

table.respon03 tr {/* 横線 */
border-bottom: 1px whitesmoke solid;
}

table.respon03 th,table.respon03 td{/* 縦種 */
border-style: dotted;/* 線種 */
border-width: 1px; /* 線の太さ */
border-color:lightgray; /* 線色 */
}

table.respon03 tr td:nth-of-type(1){/*最初のtd＞項目*/
width:30%!important;
font-weight: 900!important;
font-size: 120%!important;
}


table.respon03 tr td:nth-of-type(1):before{/*最初のtd＞項目*/
font-family: "Font Awesome 5 Pro";
content: "\f32b";
color:royalblue;
margin-right:5px;
margin-left:3px;
}



table.respon03 tr:nth-child(odd) td {  
  background-color: whitesmoke;  
}
table.respon03 tr:nth-child(even) td {  
  background-color: #FFF;  
}  

table.respon03 td {
padding:10px;
}




@media screen and (max-width: 766px) {
table.respon03{
border:solid 0px lightgray!important;
border-collapse: collapse;
width: 100%;
min-width: auto;
max-width: 100%!important;
font-size: 90%!important;
 }

table.respon03 tr td:nth-of-type(1){
display: block; /* ブロック要素にする */
width: initial!important;
border:solid 0px lightgray;
background-color: whitesmoke!important;  
}

table.respon03  tr {/* 横線 */
border:solid 0px lightgray;
}

table.respon03 th,table.respon03 td{/* 縦種 */
border-bottom-style: dotted!important;/* 線種 */
border-bottom-width:1px!important;/* 線の太さ */
border-bottom-color:lightgray!important; /* 線色 */
display: block; /* ブロック要素にする */
width: initial!important;
border-right:solid 2px lightgray!important;
border-left:solid 2px lightgray!important;
}

table.respon03 tr td:first-child{
border-top:solid 2px lightgray!important;
}

table.respon03 tr td:last-child{
margin-bottom:10px!important;
border-bottom:solid 2px lightgray!important;
}

table.respon03 tr:nth-child(odd) td {  
  background-color: initial;  
}
table.respon03 tr:nth-child(even) td {  
  background-color: initial;  
}  

table.respon03 td {
padding:5px!important;
}



}





