.fee_wrapper {
  margin-top: 50px;
  padding: 5% 10%;
  background-color: rgba(255, 255, 255, 0.6);
}

.ic_list{
margin-top: 50px;
width: 100%;
  }
  

.ic_list li img{
max-width: 25px;
padding-right: 1%;
vertical-align: -0.3em;
}

.ic_list li{
 display: inline-block;
 padding-right: 20px;
 padding-bottom: 10px;
 white-space: nowrap;
  }
  

.table02 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #595959;
  font-size: 1.5rem;
}

.table02 caption {
  text-align: right;
  font-weight: bold;
}

.table02 th,
.table02 td {
  text-align: center;
}

.table02 th {
  background-color: #F3F3F3;
}


.table02 img {
  max-width: 25px;
  padding: 2px;
}


.table02 th {
  padding: 1%;
  border: 1px solid #ccc;
}

.table02 td {
  border-right: 1px solid #ccc;
  padding: 0.2em 0.2em 0;
}

.table02 .day td {
  padding: 0.2em;
  font-weight: bold;
  background-color: #fcfaf7;
  border-bottom: 1px dotted #ccc;
  border-top: 1px solid #ccc;
}

.table02 .fee td {
  font-weight: bold;
  color: #333;
  padding-top: 1em;
  padding-bottom: 0.2em;
  font-size: 1.6rem;
}

.table02 .text td {
  padding-bottom: 0.5em;
  font-weight: bold;
}

.table02 th:first-child,
.day td:first-child {
  background-color: #FAE7EF;
}

.table02 th:last-child,
.day td:last-child {
  background-color: #DCEEFC;
}

.table02 tr td.sun {
  background-color: #FAE7EF;
}

.table02 tr td.sat {
  background-color: #DCEEFC;
}


/* ///////////// カレンダータブ切り替え設定 ///////////////// */
.table_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.table_wrapper::after {
  content: '';
  width: 100%;
  height: 3px;
  order: -1;
  display: block;
  background: rgba(25, 36, 159, 1.0);
}

.table_wrapper .tabLabel {
  /* タブ */
  margin-right: 3px;
  padding: 8px 12px;
  flex: 1;
  order: -1;
  border-radius: 3px 3px 0 0;
  color: #fff;
  background: rgba(71, 143, 216, 1.0);
  transition: .5s;
  cursor: pointer;
}

.table_wrapper .tabLabel:nth-last-of-type(1) {
  margin-right: 0;
}

.table_wrapper input {
  /* ラジオボタン非表示 */
  display: none;
}

.table_wrapper .teble_box {
  /* カレンダー */
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/*アクティブ設定*/
.table_wrapper input:checked+.tabLabel {
  color: #fff;
  background: rgba(25, 36, 159, 1.0);
}

.table_wrapper input:checked+.tabLabel+.teble_box {
  padding: 0 50px 50px;
  height: auto;
  overflow: auto;
  transition: .5s opacity;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  opacity: 1;
  background-color: #fff;
}

/* //////// カレンダータブ切り替え設定ここまで /////////////// */


.othertable table{
  width: 80%;
  border-collapse:separate;
  border-spacing: 0;
	margin: 0 auto;
}

.desc{
	max-width: 500px;
	margin: 0 auto;
	
}
.othertable table th:first-child{
  border-radius: 5px 0 0 0;
}

.othertable table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

.othertable table th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 15%;
  padding: 10px 0;
}

.othertable table td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top: 1px solid #a8b7c5;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 15%;
  padding: 10px 0;
}

.othertable table td:last-child{
  border-right: 1px solid #a8b7c5;
}

.othertable table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.othertable table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.othertable table.blok2 {
	width: 95%;
  max-width: 650px;
	height: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: none;
	margin-bottom: 5px;
	font-size: 0.9em;
}
.othertable table.blok2 th {
	width:250px;
	padding:10px;
	vertical-align:top;
	line-height:140%;	
}
.othertable table.blok2 td{
	padding:10px;
	vertical-align:top;
	line-height:140%;
	}
		
.othertable table.blok2 td p{
	margin-bottom:10px;
	line-height:140%;
	
	}
.othertable table.blok2 td a{
	font-weight:bold;
	text-decoration: underline;	
}
.othertable table.blok2 td a:link{
	color: #5a5a5a;

}
.othertable table.blok2 td a:visited{
	color: #5a5a5a;
}
.othertable table.blok2 td a:hover{
	color: #A00219;
}

.insatsu {
	max-width: 500px;
	margin : 0 auto;
	
}
.insatsu p text{
	width: 100%;
	height: auto;
  padding: 2% 0;
	margin: 2%;
	
}
.insatsu .btn_news{
	margin : 0 auto;
	display: block;
}

@media screen and (max-width: 768px) {
  .ic_list li{
    width: 100%;
      white-space: normal;
      line-height: 1.5;
      font-size: 1.4rem;
       }
       .table02 .fee td {
        font-size: 1.4rem;
      }
  .fee_wrapper {
    padding: 50px 3%;
  }

  .table02 {
    font-size: 1.4rem;
  }

  .table02 img {
    max-width: 22px;
  }

  .table_wrapper input:checked+.tabLabel+.teble_box {
    padding: 20px;
  }

  .othertable table.blok2 td{
display: block;
width: 100%;
  }
}


@media screen and (max-width: 480px) {
.ic_list li{
  line-height: 2;
   }
   
  .fee_wrapper {
    padding: 50px 2%;
  }

  .table02 {
    font-size: 1.2rem;
  }
  .table02 .fee td {
    font-size: 1.2rem;
  }


  .table02 img {
    max-width: 20px;
  }

  .table02 td {
    padding: 0.1em 0.1em 0;
  }

  .table_wrapper input:checked+.tabLabel+.teble_box {
    padding: 10px;
  }
	.desc{
	width: 100%;
	display: block;
	
}
}