@charset "utf-8";

/* -------------------- header -------------------- */
.header {
  background-color: transparent;
  height:auto;
	border-bottom: 1px solid #ddd;
}
.header .inner {
	padding:10px;
}
.header .logo {
	margin: auto;
  width: 60px;
  height: auto;
}

.contents h2{
	text-align: center;
	color: #333;
	background-color: #FDE3D5;
	border-bottom: 1px solid #eb5505;
}
h4{
	margin-bottom: 5px;
	font-weight: bold;
}
ul.disc ul.disc {
	list-style-type:circle;
}
/*	more-unit
--------------------------------------------------------*/
.more-unit .moreLink.icon-link-left::before,
.more-unit .moreLink.icon-link-right::after
{
  content: "\e900";
	transition: 0.3s;
}
.more-unit .moreLink.icon-link-left.-active::before,
.more-unit .moreLink.icon-link-right.-active::after
{
  transform: rotate(-180deg);	
}
/*	table
--------------------------------------------------------*/
.table01{
	width: 100%;
}
.table01 th, .table01 td{
	padding: 10px;
	border: 1px solid #d1d1d1;
}
.table01 th{
	background-color: #f3f3f3;
	font-weight: bold;
}
