@charset "UTF-8";

/* ----ボタン---- */

.btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 8px 14px;
  border: none;
  text-decoration: none;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
.btn.disabled:hover,
.btn[disabled]:hover,
.btn.disabled:active,
.btn[disabled]:active {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none !important;
}

/* ----テーブル---- */

.table,
.table td,
.table th {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
}

.table {
  table-layout: fixed;
  width: 100%;
}

.table td,
.table th {
  padding: 10px 12px;
}

.table th {
  font-weight: normal;
  width: 35%;
  text-align: left;
}

.table td {
  background-color: #fff;
}

/*----- parts -----*/
.txt_center_sbonly_ {
  text-align: center;
}

.bg_blue_ {
  background-color: #f6f9fe;
}

.anchor_ {
  margin-top: -55px;
  padding-top: 55px;
}

/*----- page -----*/
.page_contents {
  padding: 10px;
}

.page_contents h1 {
  padding-bottom: 20px;
  text-align: center !important;
  font-size: 22px;
}

.page_contents h1 span {
  display: block;
  font-size: 12px;
}

.page_contents h2 {
  margin-bottom: 16px;
  padding: 10px 0;
  border-bottom: 2px solid #444;
  font-weight: normal;
}

.page_contents h3 {
  margin-bottom: 16px;
  padding: 10px;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.page_contents p {
  margin-bottom: 20px;
  line-height: 1.8;
  word-break: break-all;
}

.page_contents p.txt-indent-1 {
  padding-left: 2em;
}

.page_contents p.txt-indent-2 {
  padding-left: 4em;
}

.page_contents h4 {
  font-size: 14px;
  padding: 0 8px 8px;
  margin-bottom: 14px;
  border-bottom: 1px solid #333;
}

.page_contents h5 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  margin: 10px 0;
  background-color: #f2f2f2;
  padding: 8px 8px 8px 10px;
}

.page_contents .page_box1 {
  padding: 14px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.page_contents .txt_l {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.page_contents .page_box1 span {
  font-size: 12px;
}

.page_contents .page_button1 {
  display: block;
  width: 70%;
  margin: 0 auto 30px auto;
  padding: 10px;
  font-size: 16px;
}

.page_contents .page_table {
  font-size: 12px;
  margin-bottom: 30px;
}

.page_contents .page_table th {
  vertical-align: middle;
  font-weight: bold;
}

.page_contents .txt_s {
  font-size: 12px;
  color: #808080;
}

.page_contents .page_box2 {
  background-color: #f2f2f2;
  padding: 14px;
}
