@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: #e00000;
}

.p-sec .p-ctt dl.list dt {
  width: 100px;
  background: url(../../common/images/arrow2.png) no-repeat 0 50%;
  color: #e00000;
  padding-left: 24px;
  margin-bottom: 4px;
}

.p-sec .p-ctt dl.list dd {
  margin-bottom: 12px;
}

.p-sec .p-ctt dl.list dd .att {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

.p-sec .box {
  padding: 0px 30px;
}

.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: #e00000;
}

.p-sec .box .left_space2 {
  text-indent: -1em;
  padding-left: 1em;
}

.p-sec .p-download h4 {
  background: #666;
  padding: 6px 14px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  -moz-border-radius: 5px;
       border-radius: 5px;
}

.p-sec .p-download .lead {
  margin-bottom: 15px;
}

.p-sec .p-download ul {
  margin-top: 5px;
  margin-bottom: 25px;
}

.p-sec .p-download ul li {
  background: url(../../common/images/arrow2.png) no-repeat 0 50%;
  padding: 10px 10px 10px 24px;
}

.p-sec .p-download ul li + li {
  border-top: 1px dotted #5E5E5E;
}

.p-sec .p-download ul li a {
  color: #000 !important;
}

.p-sec .p-download ul li a:hover {
  color: #e00000 !important;
}

.p-sec .no_dg_tbl {
    width: auto !important;
    border-collapse: collapse;
    border-spacing: 0;
}
.p-sec .no_dg_tbl th,
.p-sec .no_dg_tbl td {
    border: none !important;
    padding: 0 !important;
    background: none !important;
}
.p-sec .no_dg_tbl th {
    font-weight: normal;
    width: auto !important;
    vertical-align: top;
}
.p-sec .no_dg_tbl th:before {
    content: none !important;
}

.p-sec .price_tbl {
    width: auto !important;
    border-collapse: collapse;
    border-spacing: 0;
}
.p-sec .price_tbl th,
.p-sec .price_tbl td {
    border: none !important;
    padding: 5px 10px !important;
    background: none !important;
    width: auto !important;
    text-align: center !important;
}
.p-sec .price_tbl th {
    border-bottom: 1px #ccc solid !important;
}
.p-sec .price_tbl th:before {
    content: none !important;
}

