@charset "UTF-8";

.p-archive {
    padding-bottom: 90px;
}

.p-archive-head {
  padding: 0 0 0 35px;
  background: url(../../img/common/icn_ttl_book.png)no-repeat;
  background-position: left center;
}


.p-archive-th {
    display: block;
    padding: 6px 0;
    border-right: solid 2px #f29839;
    border-top: solid 2px #f29839;
    border-bottom: solid 2px #f29839;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-size: 16px;
    color: #f29839;
    background: #fbf3e4;
}

.p-archive-table th {
    height: 40px;
    vertical-align: middle;
    text-align: center;
}

.p-archive-table th:first-child .p-archive-th {
    border-left: solid 2px #f29839;
    border-radius: 20px 0 0 20px;
}


.p-archive-table th:last-child .p-archive-th {
    border-radius: 0 20px 20px 0;
}

.p-archive-table th:first-child {
    width: 160px;
}

.p-archive-table th:nth-child(2) {
    width: 270px;
}

.p-archive-table th:nth-child(3) {
    width: 200px;
}

.p-archive-table th:nth-child(4) {
    width: 190px;
}

.p-archive-table td {
    padding: 20px;
    vertical-align: middle;
    text-align: left;
    color: #505050;
    font-size: 14px;
}

.p-archive-table td .c-info-green {
  margin-top: 15px;
	margin-bottom 15px;
}

.p-archive-table td:nth-child(2) {
  padding: 20px 0;
  text-align: center;
}

.p-archive-table td:last-child {
  padding: 20px 0;
}

.p-archive-table td:nth-child(3) {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.p-archive-table td:nth-child(3) {
    letter-spacing: 0.1em;
}

.p-archive-table td:nth-child(4) {
    position: relative;
}

.p-archive-table td:nth-child(4):before {
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - 40px);
    left: -2px;
    top: 20px;
    border-left: dotted 2px #f29839;
}


.p-archive-table td:nth-child(4):after {
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - 40px);
    right: -2px;
    top: 20px;
    border-left: dotted 2px #f29839;
}

.p-archive-table tr:nth-child(n + 2) {
    border-bottom: solid 2px #f29839;
}

.p-archive-table {
    margin-bottom: 40px;
}

.p-archive-thumbnail {
  height: 100px;
  text-align: center;
}

  


@media screen and (max-width: 767px) {

  .p-archive {
    padding-bottom: 50px;
  }

  .p-archive-head {
	margin-top: 30px;
    padding: 0 0 0 35px;
    display: inline-block;
  }

		 
  .p-archive-table tr:first-child {
    display: none;
  }


  .p-archive-table td {
    display: block;
  }

  .p-archive-table tr,
  .p-archive-table td {
    zoom: 1;
  }

  .p-archive-table tr:after,
  .p-archive-table td:after {
    content: "";
    clear: both;
    display: block;
  }

  .p-archive-table td:nth-child(3) {
    display: none;
  }

  .p-archive-table td:nth-child(2) {
    float: left;
    width: 45%;
    padding: 0;
  }

  .p-archive-table td:nth-child(4),
  .p-archive-table td:nth-child(5) {
    padding: 0 0 5px 10px;
    width: 55%;
    float: right;
  }

  .p-archive-table td:last-child {
    float: left;
    width: 100%;
    padding: 20px 0;
  }

  .p-archive-table td .c-info-orange {
    float: left;
    width: 48%;
    margin: 0;
  }

  .p-archive-table td .c-info-green {
    margin-top: 0;
    float: right;
    width: 48%;
  }

  .p-archive-table td {
    padding: 0;
  }

  .p-archive-table td:nth-child(4):before {
    display: none;
  }

  .p-archive-table td:nth-child(4):after {
    display: none;
  }

  .p-archive-table td:first-child {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
  }

  .p-archive-table {
    border-top: solid 2px #f29839;
    margin-bottom: 20px;
  }



}


/* 書籍詳細 */

.p-single {
  padding-bottom: 100px;
}

.p-single-head {
    padding-bottom: 10px;
    border-bottom: solid 2px #f29839;
    background-position: left top 8px;
}

.p-single-content {
    padding: 40px 0 100px;
}

.p-single-thumbnail {
    width: 440px;
    height: 350px;
    text-align: center;
    float: left;
}

.p-single-detail {
    width: 450px;
    float: right;
}

.p-single-books {
    padding-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
}

.p-single-lead {
    padding-bottom: 35px;
    font-size: 18px;
}

.p-single-links {
    font-size: 0;
}

.p-single-links .c-info-red {
    display: inline-block;
    margin-left: 10px;
    width: 272px;
}

.p-single-info {
    padding-bottom: 60px;
}

.p-single-table th {
    width: 240px;
    background: #fbf3e4;
    color: #f29839;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.2em;
    vertical-align: middle;
}

.p-single-table td {
    padding-left: 40px;
    font-size: 18px;
    letter-spacing: 0.05em;
}

.p-single-table {
    width: 100%;
}

@media screen and (max-width: 767px) {

  .p-single-head {
    padding: 0 0 0 30px;
    border: none;
    background-position: left top 7px;
    background-size: 22px;
  }

  .p-single-wrp {
    padding-bottom: 10px;
    border-bottom: solid 2px #f29839;
  }

  .p-single-content {
    padding: 0 0 50px;
  }

  .p-single-detail {
    width: 100%;
    float: inherit;
}

.p-single-thumbnail {
    margin-bottom: 20px;
    height: 200px;
    width: 100%;
    float: inherit;
  }

  .p-single-thumbnail img {
    max-width: 100%;
  }

  .p-single-books {
    padding-bottom: 15px;
    font-size: 18px;
  }

  .p-single-lead {
    padding-bottom: 20px;
    font-size: 14px;
  }

  .p-single-links .c-info-green {
    display: block;
    width: 100%;
    max-width: 340px;
    margin: 0 auto 10px;
  }


  .p-single-links .c-info-red {
    display: block;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }

  .p-single-table th {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 5px;
  }

  .p-single-table td {
    display: block;
    width: 100%;
    padding: 15px 0 0;
    font-size: 14px;
  }

  .p-single-info {
    padding-bottom: 40px;
  }

  .p-single {
    padding-bottom: 50px;
  }

  .p-single-links .c-info-green a {
    background-position: left 110px center;
  }

  .p-single-links .c-info-red a {
    background-position: left 70px center;
  }

}
