@charset "UTF-8";
.common-flow01 > li, .common-pageLink01-col {
  zoom: 1;
}
.common-flow01 > li:after, .common-pageLink01-col:after {
  clear: both;
  display: table;
  content: "";
}

.common-flow01 {
  margin: 50px 20px;
}
.common-flow01 > li {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 30px;
}
.common-flow01 > li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.common-flow01 > li > b {
  float: left;
  display: block;
  background: #333;
  margin-right: 30px;
  padding: 5px 0;
  width: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.common-flow01 > li .media {
  float: right;
  margin-bottom: 20px;
  width: 830px;
}
.common-flow01 > li .img {
  float: left;
  width: 460px;
  text-align: center;
}
.common-flow01 > li .txt {
  float: right;
  width: 340px;
}
.common-flow01 > li .txt p {
  margin-top: 1em;
}
.common-flow01 > li .txt p:first-child {
  margin-top: 0;
}
.common-flow01 > li .txt strong {
  font-weight: bold;
  color: #bf0000;
}
.common-flow01 > li .note {
  font-size: 14px;
  color: #bf0000;
}

.common-numList01 {
  font-size: 16px;
}
.common-numList01 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
.common-numList01 li .num {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

.common-numList02 {
  margin-left: 2em;
  font-size: 16px;
  font-weight: bold;
  list-style-type: decimal;
}
.common-numList02 li {
  margin-bottom: 5px;
}
.common-numList02 li > .body {
  font-weight: normal;
}

.common-panel01 {
  background: #f0f0f0;
  margin-bottom: 30px;
  padding: 20px;
}
.common-panel01 h2 {
  font-size: 18px;
  font-weight: bold;
  color: #bf0000;
}

.common-btn01 {
  text-align: center;
}
.common-btn01 a {
  position: relative;
  display: inline-block;
  background: #666;
  padding: 20px 55px 20px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.common-btn01 a:before {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  display: block;
  background: url(/img/pc/common/common/icon_arrow_white01_next.png) 0 0 no-repeat;
  margin-top: -12px;
  width: 16px;
  height: 24px;
}

.common-btn02 {
  margin: 20px 0;
  text-align: center;
}
.common-btn02 a {
  position: relative;
  display: inline-block;
  background: #b3555c;
  padding: 12px 30px 12px 15px;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}
.common-btn02 a:hover {
  background: #d4848a;
}
.common-btn02 a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  display: block;
  background: url(/img/pc/common/common/icon_arrow_white01_next.png) 0 0 no-repeat;
  margin-top: -12px;
  width: 16px;
  height: 24px;
}
.common-btn02 em a {
  font-size: 24px;
}
.common-btn02.right {
  text-align: right;
}

.common-hdg2-01 {
  margin: 30px 0 10px;
  font-size: 28px;
  font-weight: bold;
}

.common-tbl01 {
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  width: 100%;
}
.common-tbl01 th,
.common-tbl01 td {
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 10px 20px;
  font-size: 14px;
}
.common-tbl01 th {
  background: #edede2;
  width: 25%;
  font-weight: bold;
}
.common-tbl01 td {
  padding-left: 30px;
}
.common-tbl01 ul li {
  position: relative;
  padding-left: 1.5em;
}
.common-tbl01 ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "・";
}
.common-tbl01 ul.note > li:before {
  content: "";
}
.common-tbl01 ul.note > li span {
  position: absolute;
  top: 0;
  left: 0;
}

.common-tbl02 {
  margin-bottom: 10px;
}
.common-tbl02 thead th,
.common-tbl02 thead td.blank {
  background: #f0f0f0;
  padding: 2px 10px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: normal;
}
.common-tbl02 tbody td {
  border-top: 1px solid #dddddd;
  padding: 5px 10px;
  font-size: 14px;
}
.common-tbl02 tbody tr:first-child td {
  border-top: 0 none;
}
.common-tbl02 tbody tr.border-0 td {
  border-top: 0 none;
  padding-top: 0;
}
.common-tbl02 strong,
.common-tbl02 em {
  font-weight: bold;
}
.common-tbl02 em {
  color: #bf0000;
}

.common-title-line {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5em;
  padding: 4px 10px;
  background: #333333;
}
.common-title-line span {
  vertical-align: middle;
}
.common-title-line:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 36px;
  overflow: hidden;
  margin-right: 0.5em;
  background: #bf0000;
}

.common-subtitle {
  background: #eeeeee;
  color: #444444;
  font-weight: bold;
  padding: 10px;
  font-size: 24px;
  line-height: 1.2;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
}

.common-pageLink01-col {
  margin: 20px 10px 40px -20px;
}
.common-pageLink01-col li {
  float: left;
  margin-left: 30px;
}
.common-pageLink01-col li a {
  position: relative;
  padding-left: 16px;
}
.common-pageLink01-col li a:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  display: block;
  border-top: 4px solid #333;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  width: 0;
  height: 0;
}

.common-txt01 {
  margin-bottom: 15px;
}

.common-em01 {
  font-weight: bold;
}

.common-em02 {
  font-weight: bold;
  color: #bf0000;
}

.common-em03 {
  color: #bf0000;
}

.common-em04 {
  font-weight: bold;
  font-size: 1.2em;
}

.common-uList01 {
  margin: 10px 0 20px;
}
.common-uList01 > li {
  position: relative;
  padding-left: 10px;
}
.common-uList01 > li:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  display: block;
  border-radius: 50%;
  background: #333;
  width: 3px;
  height: 3px;
}

/*# sourceMappingURL=component.css.map */
