@charset "utf-8";

/*---Reset---*/
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd, img, form, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	border-collapse: collapse;
}

textarea { font-size: 100%; vertical-align:middle;}
img { border-style: none; display: block; }
hr { display: none; }
em{font-style: normal}
input{line-height:auto;vertical-align:middle;}
strong.more{color:#c30}
a{text-decoration: none;}

html {

}

body {
	font-family: 'source-han-sans-japanese', sans-serif, 'Noto Serif JP', serif;
	color: #000;
}


/*クラス定義*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
*+html .clearfix{min-height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/*--- ページ基本デザイン ---*/

/* asct */

.inner{
	width: 100%;
	margin-bottom: 80px;
}

.head{
	width: 240px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid #478EB0;
	padding-bottom: 10px;
}

.asct--table {
	width: 65%;
	font-size: 15px;
	border-collapse: collapse;
	margin: 0 auto;
  }
  @media screen and (max-width: 768px) {
	.asct--table{
		width: 90%;
	}
}

  .asct--table th, .asct--table td {
	border: solid 1px;
	padding: 10px;
  }
  .asct--table th {
	width: 30%;
	font-weight: bold;
	text-align: center;
  }












