@charset "UTF-8";
/* @media screen and (min-width: 768px),print { */

/* table01 */  
.akiruno-text-heading01{
	/* font-weight: bold; */
	font-family: sans-serif;
	/* font-family: serif; */
	font-size: 1.6em;
	color: #8b5308;
	margin: 0 7%;
}
.syukuhaku-text-heading02{
	/* font-weight: bold; */
	font-family: sans-serif;
	/* font-family: serif; */
	border-left:10px solid #e7ab07; /*縦線の設定*/
	padding:2px 8px;
	border-bottom: 3px solid #866702;
	font-size: 1.6em;

	color: #866702;
	margin: 4% 7%;
}
.akiruno-price{
	font-size: 2em;
}
/* table01 */
	#table01{

		margin: 0 auto;
	}
/* #table01 tr {
	border-bottom: 1px solid #b5b1b1;
  } */
  #table01 tr {
	border: 1px solid #b5b1b1;
  }
  
  #table01 th,
  #table01 td {
	padding: 12px 0;
	border: none;
  }
  
  #table01 th {
	width: 30%;
	border-right: 1px solid #b5b1b1;
	background: #e8e8e8;
  }
  #table01 td {
	padding: 0 15px;

  }


/* table02 */
#table02{

	margin: 0 7%;
}

#table02 tr {
	border: 1px solid #e2cea8 ;
	padding: 15px 0;
	color: #866702;
}

#table02 th {
	width: 30%;
	background:#e2cea8 ;
}

#table02 th,
#table02 td {
	text-align: left;
	padding: 12px 20px;
	border: none;
}

/* table03 */
#table03{

	margin: 0 7%;
}

#table03 tr {
	/* border: 1px solid #b5b1b1; */
	padding: 10px 0;
}

#table03 th {
	width: 30%;
	padding: 12px 20px;
	/* background:#e8e8e8 ; */
}

#table03 th,
#table03 td {
	text-align: left;
	border: none;
}
#table03 td {
	padding: 5px 5% 12px;
}


 
/* 改行 */ 
	.akiruno_pc {
	display:inline;
	}
	.akiruno_sp {
	display:none;
	}


  /* sp */
 @media only screen and (max-width: 768px) {
	.akiruno-text-heading01 {
		font-size: 1.2em;
	  }
	.akiruno_pc {
	display:none;
	}
	.akiruno_sp {
	display:inline;
	}
	.akiruno-price{
		font-size: 1.5em;
	}
}
  /* 	#table01 th,
	#table01 td {
	  width: 90%;
	  display: block;
	}
  
	#table01 th {
	  width: 90%;
	  border-right: 1px solid #b5b1b1;
	}
  
	#table01 td {
	  padding-top: 0;
	}
  } */

