
/*----------------------------------------------------
  共通
----------------------------------------------------*/
/*セカンドナビ*/
ul.second-nav {
  padding-left: 0;
  list-style: none;
  margin-top: 0.5rem;
}
.second-nav li {
  display: inline-block;
  margin-right: 0.5rem;
}
.second-nav a {
  display: block;
  padding: 0.7rem 2rem 0.7rem 3rem;
  color: #222;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.second-nav a::before {
  display: inline-block;
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 2rem;
  line-height: 1;
  color: #1D417A;
  text-shadow: none;
}
.second-nav a.active,
.second-nav a:hover {
  background-color: #1D417A;
  color: #fff;
}
.second-nav a.active::before,
.second-nav a:hover::before {
  color: #fff;
}
.second-nav + .contents-title {
  margin-top: 1.5rem;
}
/*テーブル表*/
.tbl-list td {
  border-right: 1px solid #ddd;
}
.tbl-list td:last-child {
  border-right: none;
}
/*Adobe PDF*/
.adobe-pdf a {
  float: left;
  margin-right: 1.5rem;
  margin-top: 0.2rem;
}
.adobe-pdf p {
  font-size: 1.4rem;
}
/*----------------------------------------------------
  料金表
----------------------------------------------------*/
/*テーブル*/
.tbl-fee {
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.tbl-fee th,
.tbl-fee td {
  padding: 0.5rem 0.8rem;
}
.tbl-fee th {
  border-left: 1px solid #ddd;
}
.tbl-fee th:first-child {
  border-left: none;
}
.tbl-fee td {
  background-color: #fff;
  vertical-align: middle;
}
.tbl-fee td:last-child {
  border-right: 1px solid #ddd;
}
.tbl-fee tr.divsion {
  border-top:3px solid #1D417A;
}
.tbl-fee  .product-w {
  width: 120px;
  text-align: center;
}
.tbl-fee .pdf {
  font-weight: bold;
}
.tbl-fee .gazou {
  font-weight: bold;
}
.tbl-fee .size {
  text-align: center;
}
.tbl-fee .monokuro {
  text-align: center;
}
.tbl-fee .color {
  margin: auto;
  text-align: center;
}
.tbl-fee .maisuu {
  text-align: right;
  width: 50px !important;
}
.tbl-fee th.output {
  vertical-align: middle;
  background: #DFF2FF;
  color: #222;
  font-size: 1.8rem;
  width: 227px;
}
.tbl-fee .output-area,
.tbl-fee .fee {
  width: 175px;
}
.tbl-fee .fee {
  text-align: right;
  font-size: 1.6rem;
}
.tbl-fee .total {
  text-align: right;
  font-size: 2rem;
  padding: 1rem;
  font-weight: bold;
}
.tbl-fee .kingakuuchiwake {
  text-align: center;
  width: 50px;
}
.tbl-list .th-request-num span {
  font-weight: normal;
}
.tbl-number-list {
  margin-bottom: 1rem;
}
.txt_bold {
  font-weight: bold;
}
/* .txt_caution {
  font-size: 1.4rem;
  margin-top: 1rem;
} */
.txt-zeikomi {
  text-align: right;
  padding-right: 1rem;
}
ul.note-list {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}
.note-list li {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 1.4rem;
}

/*----------------------------------------------------
  提供地域一覧
----------------------------------------------------*/
.area-adobe-pdf {
  margin-top: -1rem;
}
.area-adobe-pdf p {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}
.area-adobe-pdf img {
  vertical-align: middle;
  margin-top: -2px;
}
table.tbl-area-list {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.tbl-area-list td {
  width: 25%;
  text-align: center;
  font-size: 1.5rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
/*----------------------------------------------------
  出力見本
----------------------------------------------------*/
table.tbl-image {
  margin-bottom: 3rem;
}
.tbl-image th {
  width: 25%;
}
.tbl-image td {
  text-align: center;
}
table.tbl-download {
  margin-bottom: 4rem;
}
.tbl-download th {
  vertical-align: middle;
}
.tbl-download td {
  width: 10%;
  vertical-align: middle;
  text-align: center;
}
.tbl-download td a {
  display: inline-block;

}
.tbl-download td i {
  font-size: 3rem;
  color: #d41010;
}