@charset "UTF-8";

h2{
	text-align : center ;
	margin : 30px 0px 0px 0px ;
}

div#contents_title p , div#contents p{
	padding : 0px 30px ;
	line-height : 130% ;
	text-align : center ;
	margin : 10px 30px ; padding : 0.5em 2em ;
}

p#tel{
	color : #ff0000 ;
	font-size : 300% ; font-weight : bold ;
}

table{
	border-collapse : collapse ;
}

table caption{
	color : #006633 ; font-weight : bold ;
	line-height : 130% ;
	padding : 1em ;
}

th,td{
	color : #006633 ; font-weight : normal ;
	line-height : 130% ;
	text-align : left ; vertical-align : top ;
	border-bottom : solid 1px #006633 ;
	padding : 1em ;
}

.fs20 {
	font-size: 20px;
}

/* ----------------------------------------------------------------------------
お問い合わせボタン追加
---------------------------------------------------------------------------- */
.contact_btn a {
  background-color: #22b14c;
  display: inline-block;
  padding: 16px 60px;
  margin: 20px 0 ;
  border-radius: 100px;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  transition: 0.3s;
}
.contact_btn a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
