/* ----------------------------------------

- products

---------------------------------------- */
/*  lead
----------------------------------- */
#products .lead {
  text-align: center;
  margin-bottom: 80px;
}
#products .lead_tit {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 55px;
}
@media only screen and (max-width: 737px){
  #products .lead {
    margin-bottom: 60px;
  }
  #products .lead_tit {
    font-size: 28px;
    margin-bottom: 45px;
  }
}
/*  productsList
----------------------------------- */
.productsList > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: -40px;
}
.productsList > ul > li {
  width: 46%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 40px;
}
.productsList > ul > li:nth-of-type(2n) {
  margin-left: 8%;
}
.productsList .book_genre {
  width: 100%;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.productsList .book_genre > p {
  display: inline-block;
  min-width: 122px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 4px 4px 0 0;
  padding: 0 1em;
}
.productsList_thumbnail {
  width: 80px;
  margin-right: 20px;
}
.productsList_txtarea {
  width: calc(100% - 100px);
  font-size: 17px;
  font-weight: bold;
}
.productsList .book_copy {
  font-size: 20px;
  font-weight: bold;
}
.productsList .book_tit {
  font-size: 31px;
  line-height: 1.2;
  font-weight: bold;
}
.productsList .book_description {
  margin-top: 20px;
}
@media only screen and (max-width: 737px){
  .productsList > ul {
    display: block;
  }
  .productsList > ul > li {
    width: auto;
  }
  .productsList > ul > li:nth-of-type(2n) {
    margin-left: 0;
  }
  .productsList .book_genre > p {
    min-width: 100px;
    font-size: 17px;
  }
  .productsList_thumbnail {
    width: 80px;
    margin-right: 20px;
  }
  .productsList_txtarea {
    font-size: 13px;
    font-weight: bold;
  }
  .productsList .book_copy {
    font-size: 15px;
  }
  .productsList .book_tit {
    font-size: 22px;
  }
  .productsList .book_description {
    margin-top: 18px;
  } 
}

/*  productsList staff
----------------------------------- */
.productsList .staff {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;  
  padding-top: 40px;
}
.productsList .staff_pic {
  width: 30%;
  text-align: center;
}
.staff_comment {
  width: 70%;
  background: #fff;
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 16%);
  margin: 0 0 5px;
  border-radius: 12px;
  padding: 30px;
  margin-right: 35px;
  position: relative;
}
.staff_comment::before {
  content: "";
  position: absolute;
  top: 40%;
  right: 5px;
  transform: translate(100%,-50%);
  width: 25px;
  height: 20px;
  border-top: 15px solid #fff;
  border-radius: 0 20px 0 0;
}
@media only screen and (max-width: 737px){
  .productsList .staff {
    font-size: 13px;
    padding-top: 20px;
  }
  .productsList .staff_pic {
    font-size: 10px;
  }
  .staff_comment {
    padding: 20px;
  }
  .staff_comment::before {
    top: 25%;
    right: 5px;
  }
}
/* ----------------------------------------

- page product_search

---------------------------------------- */
.product_search_tit {
  margin-bottom: 40px;
}
.product_search {
  background: #F2F2F2;
  padding: 30px 40px;
}
.product_search .wpcfs-input-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
  padding:20px 0;
}
.product_search label {
  display: inline-block;
  min-width: 5em;
  margin-right: 3em;
}
.product_search .wpcfs-input {
  width: calc(100% - 8em);
  margin: 0;
}
@media only screen and (max-width: 737px){
  .product_search_tit {
    margin-bottom: 30px;
  }
  .product_search {
    font-size: 16px;
    padding: 20px 15px;
  }
  .product_search .wpcfs-input-wrapper {
    display: block;
    padding: 15px 0;
  }
  .product_search label {
    min-width: 5em;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .product_search .wpcfs-input {
    width: auto;
  }
}
/* input / textarea
------------------------------- */
.product_search input:not([type="reset"]):not([type="submit"]),
.product_search select  {
	width: 470px;
  max-width: 100%;
  background-color: #FCFCFC;
  box-sizing: border-box;
  padding: 5px 15px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
	border: 1px solid #C8C8C8;
  transition: .3s;
}
.product_search input:not([type="reset"]):not([type="submit"]):focus,
.product_search input:not([type="reset"]):not([type="submit"]):hover,
.product_search input:not([type="reset"]):not([type="submit"]):active,
.product_search select:focus,
.product_search select:hover,
.product_search select:active {
	outline: none;
	border: 1px solid #189800;
  transition: .3s;
}
.product_search input:not([type="reset"]):not([type="submit"]):placeholder  {
	color: #C8C8C8;
}

@media only screen and (max-width: 737px){
  .product_search input:not([type="reset"]):not([type="submit"]),
  .product_search select  {
    padding: 10px;
  }
}
/* select
------------------------------- */
.product_search select {
  width: 270px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image:  url(../img/common/icon_arw_down_glay.svg);
  background-repeat: no-repeat;
  background-size:  12px 7px;
  background-position: right 15px center;
  padding-right: 40px;
}

@media only screen and (max-width: 737px){
  .product_search select  {
    background-size:  8px 4px;
    background-position: right 10px center;
    padding-right: 28px;
  }
}
/* submit
------------------------------- */
.product_search .wpcfs-input-submit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: none;
  padding-bottom: 0;
  margin-left: -30px;
  margin-top: -30px;
}
.product_search .wpcfs-input-submit > input[type="reset"],
.product_search .wpcfs-input-submit > input[type="submit"] {
  min-width: 200px;
  margin-left: 30px;
  margin-top: 30px;
  background: transparent;
  color: #666666;
  border: 1px solid #666666;
  border-radius: 50px;
  padding: 5px 10px;
}
.product_search .wpcfs-input-submit > input[type="submit"] {
  background: #189800;
  border: 1px solid #189800;
  color: #fff;
}
@media only screen and (max-width: 737px){
  .product_search .wpcfs-input-submit {
    margin-left: -20px;
    margin-top: -20px;
    padding-top: 20px;
  }
  .product_search .wpcfs-input-submit > input[type="reset"],
  .product_search .wpcfs-input-submit >  input[type="submit"] {
    min-width: 160px;
    margin-left: 20px;
    margin-top: 20px;
  }
}
/* ----------------------------------------

- page product_wrap

---------------------------------------- */
.product_wrap  {
  margin-top: 70px;
}
.product_wrap > ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -45px;
  margin-top: -40px;
}
.product_wrap > ul > li{
  width: calc(20% - 45px);
  margin-left: 45px;
  margin-top: 40px;
}
.product_wrap .product_list_i {
  margin-bottom: 20px;
  text-align: center;
}
.product_list_name {
  font-size: 14px;
}
.product_list_tit {
  font-weight: bold;
}
@media only screen and (max-width: 737px){
  .product_wrap  {
    margin-top: 50px;
  }
  .product_wrap > ul {
    margin-left: -20px;
    margin-top: -40px;
  }
  .product_wrap > ul > li{
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-top: 40px;
  }
  .product_wrap .product_list_i {
    margin-bottom: 15px;
  }
  .product_list_name {
    font-size: 11px;
  }
  .product_list_tit {
    font-weight: bold;
  }
}

/* ----------------------------------------

- single 

---------------------------------------- */
.single #sidebar {
  width: 23%;
  float: left;
  text-align: center;
}
.single #main {
  width: 73%;
  float: right;
}
@media only screen and (max-width: 737px){
  .single #sidebar {
    width: auto;
    float: none;
    margin:0 auto 30px;
  }
  .single #main {
    width: auto;
    float: none;
  }
}
/*  product_detail_photo
----------------------------------- */
.product_detail_photo {
  margin: 0 auto 50px;
}
.product_detail_photo img {
  width: 100%;
}
@media only screen and (max-width: 737px){
  .product_detail_photo {
    width: 50%;
    margin: 0 auto 20px;
  }
}

/*  product_buy_btn
----------------------------------- */
.product_buy_btn {
  display: inline-block;
  width: 100%;
  font-size: 17px;
  line-height: 1.3;
  font-weight: bold;
  color: #2D9819;
  background: #F5F8EC;
  border: 2px solid #2D9819;
  box-shadow: 0px 5px 0px 0px #2d9819, 0px 8px 8px 0px rgb(0 0 0 / 16%);
  border-radius: 24px;
  padding: 1em;
  margin-bottom: 5px;
  position: relative;
  box-sizing: border-box;
}
.product_buy_btn_txt {
  display: inline-block;
  background-image: url(../img/common/icon_arw_circle_bottom_green.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 1em;
  padding-right: 1.5em;
}
@media only screen and (max-width: 737px){
  .product_buy_btn {
    width: auto;
    font-size: 18px;
    padding: 1em 2em;
  }
}

/*  product_detail
----------------------------------- */
#product_detail {
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 737px){
  #product_detail {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
/*  book_dl 
----------------------------------- */
.book_dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.book_dl dt,
.book_dl dd {
  padding: 20px 0;
  border-bottom: 1px dashed #cccccc;
}
.book_dl dt:first-of-type,
.book_dl dd:first-of-type {
  padding-top: 0;
}
.book_dl dt {
  width: 30%;
  min-width: 5em;
  font-weight: bold;
}
.book_dl dd {
  width: 70%;
}

/*  product_link 
----------------------------------- */
.isbnnone #isbnlist01,
#isbnlist02 {
  display: none;
}
.isbnnone #isbnlist02 {
  display: block;
}
.product_link > ul {
  margin-left: -15px;
  margin-top: -15px;
}
.product_link > ul > li {
  display: inline-block;
  margin-left: 15px;
  margin-top: 15px;
}
.product_link ul li a {
  display: inline-block;
  font-size: 16px;
  letter-spacing: .01em;
  background: #fff;
  border: 1px solid #DDDDDD;
  padding: 0 .5em;
}
.product_link ul li a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 737px){
  .product_link ul li a {
    font-size: 13px;
  }
}
/*  product_content 
----------------------------------- */
.product_buy_tit,
.product_content_tit {
  display: inline-block;
  font-size: 22px;
  background: #2E2E2E;
  color: #fff;
  padding: 0 1em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 737px){
  .product_buy_tit,
  .product_content_tit {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
/*  product_chosya 
----------------------------------- */
.product_chosya {
  background: #F2F2F2;
  padding: 30px 40px;
}
.product_chosya > p {
  margin-top: 1em;
}
.product_chosya > *:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 737px){
  .product_chosya {
    padding: 20px;
  }
}
/*  product_buy 
----------------------------------- */
.product_buy_tit {
  margin-bottom: 0;
}
.product_buy_box {
  background: #FEFCE7;
  border: 1px solid #000;
  padding: 30px;
}
.product_buy ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -20px;
}
.product_buy ul li{
  margin-left: 20px;
  margin-top: 20px;
  background: #fff;
}
.product_buy ul li a {
  width: 200px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_buy ul li p {
  line-height: 1.2;
  font-weight: bold;
  background: #fff;
  padding: .5em 1em;
  text-align: center;
}
@media only screen and (max-width: 737px){
  .product_buy_box {
    padding: 30px 20px;
  }
}