/* スクロールボタン。パソコンで表示する場合のCSS */
@media (min-width: 768px) {
#PageTopBtn {
    font-size: 13px; /*文字のサイズ*/
}
#PageTopBtn a {
    width: 100px; /*ボタンの幅*/
    height: 70px; /*ボタンの高さ*/
    padding: 24px 0; /*文字の配置場所の調整*/
}
}

/*スマホサイズ変更*/

@media screen and (max-width: 768px) {
	
	
body {

	font-size: 14px;
	
	
}

  nav {
	display:none

	}


	
	h1,
	.h1 {
  	font-size: 20px;
	}

	h2,
	.h2 {
    font-size: 36px;
	}
	
	h3,
	.h3 {
	font-size: 16px;
	}
	
	table {
	width: 100%;
	height: auto;
	}


.bl24 {
	font-size: 18px;
	font-weight: bold;
}
	
	
  table {

    border: 0;
    width:100%
	font-size: 18px;
  }
  table th{
    background-color: #eee;
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }


#PageTopBtn {
    font-size: 10px;
}
#PageTopBtn a {
    width: 70px;
    height: 50px;
    padding: 17px 0;
}

.content2 {
	width:100%;
	font-size: 16px;
	padding: 0px ;
	float:left;
	background:#FFFFFF;
} 

.content25 {
	width:47%;
	font-size: 16px;
	padding: 0px 10px 0px 10px;
	float:left;
	background:#FFFFFF;
	}

	.content80 {
	width: 100%;
	font-size: 16px;
	clear: both;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}

	  .dropdown {
	display:none

	}

	
}