/*-----------------------------------
最初のロゴ全画面表示	
-----------------------------------*/


@media screen and (min-height:1125px) {
#index-top{/*ウィンドウ高さ925以上*/
background-color: #e86b6b;/*#E50053*/
border-bottom: solid 1px hotpink;
}

.top_logo_parent{
height: ;
}	
	
}

@media screen and (max-height:1124px) {
#index-top{/*ウィンドウ高さ1124以下*/
background-color: #e86b6b;/*#E50053*/
border-bottom: solid 1px hotpink;
}	
	
.top_logo_parent{
height: initial;	
}
}





@media screen and (min-width:481px) {
.top_logo_parent{
margin:20px auto auto auto;	
top:100px;
}
}


@media screen and (max-width:480px) {
.top_logo_parent{
margin:10px auto auto auto;	
}
}

div.top_logo img{
max-width:98%;
min-height: 0;
}





.top_text{
color: #fff!important;
font-size: 25px;
font-weight: 900;
padding:10px 20px;
border-radius:10px ;
background-color: rgba(8, 8, 13, 0.29)
}
.top_text:hover{
color: #fff!important;
font-size: 25px;
font-weight: 900;
padding:10px 20px;
border-radius:10px ;
background-color: rgba(27, 53, 168, 0.3)
}

@media screen and (max-width:768px) {
.top_text{font-size: 18px;}
.top_text:hover{font-size: 18px;}
}







/*-----------------------------------
トップのイベント毎のボタン
-----------------------------------*/

.top_only{
width: 100%;
height: 200px;
}



/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼▼▼　トップイベント毎ボタン内の概要テーブル　▼▼▼
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.top_event_table{margin-top: 5px;}
.top_event_table tr{font-size:16px;}
.top_event_table th{
font-weight: 400;
-moz-text-align-last : justify;
text-align-last      : justify;
text-justify         : inter-ideograph;
}
.top_event_table th{vertical-align: middle!important;}
.top_event_table td{text-align: left;}




/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼▼▼　トップイベント_グリッド　▼▼▼
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.cssgrid_event { /*トップイベント表示*/
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  border: 0 solid #ddd;
  padding: 0.8em;
  margin: 0 0 2em;
}

.cssgrid_event > div {
  background: ;
  overflow: auto;
  min-width: 0;
  padding: 0em;
  margin:0 auto;
  border: solid 1px lightgray;	
}

div.top_info{padding:1em!important;}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーーー
▼▼▼　トップリンク_グリッド　▼▼▼
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (min-width: 769px) {
.cssgrid_link { /*トップイベント表示*/
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  border: 0 solid #ddd;
  padding: 0.8em;
  margin: 0 0 2em;
}

.cssgrid_link div{
margin:auto 0!important;
}
}

.cssgrid_link > div {
  background:center ;
  overflow: auto;
  min-width: 0;
  padding: 0.5em;
  margin:0 auto;
  border: solid 0px lightgray;	
  border-radius: 10px;
  margin:auto 0;
}

.cssgrid_link > div img{
text-align: center!important;
max-width: 100%;
}


@media screen and (max-width: 768px) {
.cssgrid_link { /*トップイベント表示*/
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.1em;
  border: 0 solid #ddd;
  padding: 0.1em;
  margin: 0 0 1em;
  }
 .cssgrid_link > div img{
text-align: center!important;
}

 .cssgrid_link div{
margin:auto 0!important;
}


}



/*===============================================
●respon02
===============================================*/


table.respon02{
width: 100%;
background-color: #fff;
 }



.respon02 td:first-child {
color: #08096f;
font-weight: bold;
text-align:  center;
}


.respon02 th:first-child {
background: #08096f!important;
text-align: center;
color: white!important;
font-size: 120%!important;
  }

.respon02 th {
background: #d7d8fa!important;
text-align: center;
  }
   
@media screen and (min-width: 769px){/*画面の横幅が769px以上*/

table.respon02{border:solid 1px lightgray;}

.respon02 tr:nth-child(even){
  background-color:rgba(219, 215, 255, 0.3);
} 


.respon02 td:first-child {
    font-size:!important;
    text-align: left;
    min-width:30%!important;
    padding:20px!important;
  background-color:rgba(219, 215, 255, 0.3);
}


.respon02 th {
  border:0px;
}
.respon02 td {
  border:0px;
  text-align:center;
  min-width:15%!important;
}

}

@media screen and (max-width: 768px){/*画面の横幅が768px以下*/
.respon02 .thead {display: none;}

.respon02 th{border: 0px;} 

.respon02 tr {width: 100%;}


.respon02 td {
display          : block;
text-align       : left;
width            : 100%;
border           : 0px;
  background-color:rgba(219, 215, 255, 0.3);
      padding:10px!important;
          font-size:110%; 
  }

.respon02 td:first-child {
  background-color:rgba(219, 215, 255, 0.8);
  color: #08096f;
    font-weight: bold;
    text-align: center;
    margin-top:10px!important;
    border-top :solid 0px #FF4B54;
  }


.respon02 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: ;

  }


.respon02 td {
    float: left;
    font-weight: normal;
    margin-right: 10px;
    text-align:center!important;

  } 

}



