@charset "UTF-8";

body {
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
#main {
	background-color: #fff;
}
#contentsmain h1 {
	margin-right: auto !important;
}


#kiyaku-page {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px;
  width: auto;
}

.heading {
  background-color: inherit;
  border-bottom: 2px solid #999;
  color: #333;
  font-size: 22.4px;
  font-weight: bold;
  height: auto;
  line-height: 30.4px;
  margin-bottom: 24px;
  padding: 0 0 4px;
  text-align: left;
}

.heading-gray {
	display: block;
	font-size: 18.666px;
	font-weight: bold;
	color: #333;
  margin: 40px 0 24px 0 !important;
	padding: 8px 15px;
	background-color: #eee;
}

.heading,
.heading-gray  {
	width: auto !important;
}

.subheading {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 24px;
}

.text-block {
  text-align: left;
}

.text-block__inner {
  padding: 0 12px;
}

.paragraph {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
  text-align: left;
}

.text-anchor {
  border-bottom: 1px solid;
  padding-bottom: 1px;
  text-decoration: none !important;
}
.text-anchor:hover {
  border-color: transparent;
  opacity: .7;
  transition: all .2s;
}

.list-format {
  list-style-type: none;
  padding: 0;
}

.list-format__item {
  line-height: 22px;
  padding: 8px 0 0 14px;
  text-indent: -14px;
}
.list-format__item::before {
  content: '・';
  display: inline;
}

.list-format .list-format-2 {
  list-style-type: none;
  padding: 8px 0 8px 14px;
}

.list-format-2 .list-format__item {
  padding-left: 0;
  text-indent: 0;
}
.list-format-2 .list-format__item::before {
  content: none;
}

.divider {
  background-color: #ddd;
  border: none;
  clear: both;
  height: 1px;
  margin: 40px 0 35px 0;
}

.footnotes {
  margin: 16px 0 0 0;
  text-align: right;
}

/* be対応 */
.breadcrumb {
  max-width: 1000px;
  width: auto;
}
.slider-banner {
  display: none;
  height: 0;
}