@charset "UTF-8";


/*共通common*/

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	margin: 0;
	background-repeat: repeat;
	background-color: #f4f4f4;
}

html{
	font-size: 100%;    /* つまり16px */
	overflow-y: scroll;
}

a {
	text-decoration: underline;
	color: #2D2D2D;
}
a:hover,
a:focus {
  color: #3da4ea;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

/*見出しのリセット*/

h1, h2, h3, h4, h5, h6 {
  border:0;
  margin:0;
  padding:0;
  list-style:none;
}





/*
    spacer
*/

.spacer16 { margin-top: 16px; }
.spacer32 { margin-top: 32px; }


@media screen and (max-width: 768px) {
.spacer32 { margin-top: 16px; }
	
	
}


/* コンテンツ中*/

.bg-white {
	background-color: #ffffff;
	margin-top: 16px;
	margin-bottom: 16px;
	line-height: 0%;
}


h1 {
	text-align: center;
	font-style: normal;
	font-size: medium;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 16px;
}


h2 {
	text-align: left;
	font-style: normal;
	font-size: medium;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 16px;
}


h3 {
	text-align: left;
	font-style: normal;
	font-size: medium;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 16px;
}


.contenttxt {
	text-align: center;
	font-style: normal;
	font-size: medium;
	margin-top: 48px;
	margin-bottom: 16px;
	line-height: 250%;
}


.contenttxt2 {
	font-style: normal;
	font-size: medium;
	margin-bottom: 16px;
	line-height: 150%;
}
.table-bordered{
	line-height: 150%;
}


/*add ボタン追記*/

.btn-orange {
	color: #ffffff;
	background-color: #ffc107;
	border-color: #ffc107;
	font-size: medium;
}

.btn-orange:hover {
	color: #ffffff;
	background-color: #FF8900;
	border-color: #d39e00;
}

.footertxt{
	color: #6E6E6E;
	font-size: small;
}

.address{
	color: #6E6E6E;
	font-size: small;
}