@charset "UTF-8";
/* ===================================================================
  common.css
  ページ用スタイル
=================================================================== */
@import url("../../common/css/normalize.css");
@import url("../../common/css/common.css");
/*
page style
--------------------------------*/
.p-sec {
  /*
  box
  ------------------------- */
}

.p-sec .p-ctt {
  margin-top: 50px;
}

.p-sec .p-ctt + .p-ctt {
  margin-top: 50px;
}

.p-sec .p-ctt .wrap {
  padding: 0 30px;
}

.p-sec .p-ctt dl.list {
  margin-bottom: 30px;
}

.p-sec .p-ctt dl.list a {
  color: #333;
  text-decoration: none;
}

.p-sec .p-ctt dl.list a:hover {
  color: #f97601;
}

.p-sec .p-ctt dl.list dt {
  width: 100px;
  background: url(../../common/images/arrow2.png) no-repeat 0 50%;
  color: #f97601;
  padding-left: 24px;
  margin-bottom: 4px;
}

.p-sec .p-ctt dl.list dd {
  margin-bottom: 12px;
}

.p-sec .box {
  padding: 0px 30px;
}

.p-sec .box + .box {
  margin-top: 60px;
}

.p-sec .box table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.p-sec .box table th,
.p-sec .box table td {
  text-align: left;
  border: 1px solid #ccc;
  padding: 10px 10px;
}

.p-sec .box table th {
  width: 200px;
  background-color: #f1f1f1;
}

.p-sec .box table th::before {
  content: "■";
  color: #f97601;
}

.p-sec .box .left_space2 {
  text-indent: -1em;
  padding-left: 1em;
}
.p-sec .important_label {
    background: #f33;
    padding: 3px 10px 1px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.l-contents .important_info {
    border: 3px #f33 solid;
    margin-bottom: 20px;
    padding: 20px;
}
.l-contents .important_info h2 {
    font-size: 16px;
    border-bottom: 1px #ccc solid;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.l-contents .important_info p {
    font-size: 14px;
    margin-bottom: 15px;
}
.l-contents .important_info p:last-of-type {
    margin-bottom: 0;
}
.l-contents.p-sec .blank_tbl {
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
}
.l-contents.p-sec .blank_tbl th,
.l-contents.p-sec .blank_tbl td {
  font-weight: normal;
  padding: 0;
  background: transparent;
  border: none;
  width: auto;
  vertical-align: top;
}
.l-contents.p-sec .blank_tbl th {
  white-space: nowrap;
}
.l-contents.p-sec .blank_tbl th:before {
  content: none;
}
.l-contents.p-sec .blank_tbl th.add_space {
  padding-right: .5rem;
}

.l-contents .lbl_end {
  color: #fff;
  background: #333;
  display: inline-flex;
  margin-left: 5px;
  padding: 2px 5px 0;
  box-sizing: border-box;
  height: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  font-size: 90%;
  line-height: 0;
}