@charset "utf-8";


/*.applicationBox*/
.applicationBox {
    background: transparent;
}
.applicationBox.inner{
    max-width: 1100px;
    padding: 0;
}
.applicationBox h3 {
    color: #2C67AE;
    text-align: center;
}

.category .ttlSub +.applicationBox{
 margin-top: 15px;
}
.category .applicationBox p{
 font-weight: 700;
}
.category .applicationBox .pcFlex{
 margin-top: 25px;
 align-items: center;
}
.applicationBox h4{
 font-size: 20px;
}
.applicationBox h4::before{
 content: "";
 display: inline-block;
 border-radius: 50%;
 background: var(--orange);
 width: 22px;
 height: 22px;
 vertical-align:-0.2em;
 margin-right: 10px;
}
.applicationBox .pcFlex select{
 margin-left: 55px;
 border: 1px #000 solid;
}

.applicationBox ul li{
    padding: 0;
}
.applicationBox ul li .baseblue{
    background: var(--base);
    padding: 18px 20px 21px 21px;
    border-radius: 8px 0 0 8px;
    color: #ffffff;
}
.applicationBox ul li span:not(.baseblue){
    padding: 18px 20px 21px 21px;
}
.applicationBox ul li:last-child {
    background: #fff;
}

@media screen and (max-width: 768px) {
.applicationBox .pcFlex select{
 margin-top: 10px;
 margin-left: 32px;
}
 
    .applicationBox ul li .baseblue{
        display: block;
        padding: 9px 10px 10px 21px;
        border-radius: 8px 8px 0 0;
        text-align: center;
    }
    .applicationBox ul li span:not(.baseblue) {
        display: block;
        padding: 9px 10px 10px 21px;
      font-size: 18px;
    }
    .applicationBox ul li:last-child {
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
    }
}/* //end for SP */
@media screen and (min-width: 769px) {
    .category .applicationBox {
        display: block;
    }
 .category .applicationBox p{
  font-size: 20px;
 } 
    .applicationBox h3 {
        margin-top: 0;
        margin-bottom: 22px;
        font-size: 30px;
    }
    .applicationBox ul li {
        display: flex;
    }
}/* //end for PC */

/*   booklist
--------------------*/

.bookList{
 display: flex;
 flex-flow: row wrap;
 gap:46px min(3.36vw,46px);
}
.bookList article{
 border-radius: 10px;
 background: #fff;
 padding:30px 40px 35px;
 text-align: center;
}
.bookList article .itemimg{
 max-width: 173px;
 margin: 0 auto 20px;
}
.bookList article .itemimg a{
 display: block;
}
.bookList article .itemimg img{
 object-fit: cover;
 width: 100%;
 height: 100%;
 aspect-ratio:173/249;
}
.bookList article .itemimg.closed a{
  position: relative
}
.bookList article .itemimg.closed a:after{
  background: url("../images/closed-cover.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 249px;
  z-index: 10;
  content: '';
  display: block;
  position: absolute;
  top:0;
  left:0
}
.bookList article .itemname{
 font-size: 20px;
 font-weight: 700;
 text-align: center;
 line-height: 1.45;
}
.taglist{
 display: flex;
 flex-flow: row wrap;
 justify-content: center;
 gap:10px 8px;
 margin-top: 15px;
}
.taglist li{
 border-radius: 5px;
 border: 1px #707070 solid;
 background: var(--blue);
 width: 80px;
 color: #fff;
 font-size: 12px;
 font-weight: 700;
 text-align: center;
 line-height: 20px;
}
.taglist .tag6,
.taglist .tag13,
.taglist .tag36{
 background: var(--green);
}
.bookList article .btnWrap{
 margin-top: 24px;
}
@media screen and (min-width: 769px) {
.bookList article{
 width: calc((100% - min(3.36vw,46px)*2)/3);
 }
	
}/*-pcOnly-*/
@media screen and (max-width: 768px) {
 .bookList {
  gap:30px 0;
 }
 .bookList article{
  width: 100%;
 }
}/*-SP only-*/

.pagination_wrapper{
 margin-bottom: 111px;
}
.pagination_wrapper .btnWrap{
 margin-top: 98px;
}
.btn.cart{
 display: flex;
 align-content: center;
 justify-content: center;
 font-size: 18px;
}
.btn.cart::before{
 content: "";
 display: inline-block;
 background: url("../images/ic_cart.svg") no-repeat left top /100% auto;
 width: 23px;
 height: 23px;
 vertical-align: middle;
 margin-right: 18px;
}

/*		single
-----------------------------*/
.singleArea > .inner{
 max-width: 1102px;
}
.detail-box{
 float: none;
}
#imgs .itemimg img{
 width: 100%;
 height: auto;
}
@media screen and (min-width: 769px) {
#itempage{
 justify-content: space-between;
 padding: 44px 35px 0;
}
#imgs{
 width: 39.5%;
 max-width: 405px;
 }
 #itempage .detail-box{
  width: 52.5%;
  max-width:540px; 
 }

}/*-PC only-*/
@media screen and (max-width: 768px) {
#itempage{
 padding: 20px 0 0;
}
 #itempage .detail-box{
  width: auto;
  float: none;
 }
}/*-SP only-*/

.detail-box .taglist{
 justify-content: flex-start;
 margin-bottom: 20px;
}
.detail-box h3{
 margin-bottom: 26px;
 font-size: 24px;
 font-weight: 700;
}
.singleArea #itempage .item-description{
 margin: 0;
}
.singleArea #itempage .item-description p{
 line-height: 1.875;
}

.singleArea #itempage .item-info{
 padding-top: 0;
}
.singleArea .itemOption{
 display: flex;
 flex-flow: row wrap;
 border-top: 1px #707070 solid;
 margin-top: 35px;
 padding: 34px 0 44px;
}
.singleArea .itemOption dt{
 display: flex;
 align-items: center;
 justify-content: flex-start;
 width: 148px;
 padding: 8px 0;
 font-size: 18px;
 font-weight: 500;
}
.singleArea .itemOption dd{
 width: calc(100% - 148px);
 padding: 8px 0;
}
.singleArea .itemOption dd:has(input)::after{
 content: "冊";
 margin-left: 15px;
 font-size: 18px;
 font-weight: 500;
 vertical-align: middle;
}
@media screen and (max-width: 768px) {/*SP*/
.detail-box .taglist{
 margin-top: 30px;
 margin-bottom: 20px;
}
.detail-box h3{
 margin-bottom: 20px;
 font-size: 22px;
}
 
.singleArea .itemOption{
 margin-top: 35px;
 padding: 34px 0 44px;
}
.singleArea .itemOption dt{
 width: 100px;
 padding: 6px 0;
 font-size: 16px;
}
.singleArea .itemOption dd{
 width: calc(100% - 100px);
 padding: 6px 0;
}
 .singleArea .itemOption dd input{
  max-width: calc(100% - 1.5em - 10px);
 }
 .singleArea .itemOption dd select{
  max-width: 100%;
 }
.singleArea .itemOption dd:has(input)::after{
 margin-left: 10px;
 font-size: 16px;
}

}/*-SP only-*/


.singleArea .c-box{
 display: flex;
 flex-flow: row wrap;
 justify-content: flex-end;
 gap:10px 30px;
}
.singleArea .c-box .quantity{
 width: 0;
 height: 0;
 visibility: hidden;
 display: none;
}
.singleArea .c-box a.btn.back,
.singleArea .c-box .btn.cartin{
 width: 100%;
 max-width: 219px;
 height: 38px;
 font-size: 14px;
}
.btn.back{
 position: relative;
}
.btn.back::before{
 content: "";
 display: inline-block;
 background: url("../images/ic_arrow_orange.svg") no-repeat left top/100% auto;
 width: 13px;
 height: 10px;
 position: absolute;
 top:0;
 bottom: 0;
 left: 30px;
 margin: auto;
}
.btn.cartin{
 position: relative;
 font-size: 18px;
}
.btn.cartin::before{
 content: "";
 display: inline-block;
 background: url("../images/ic_cartin.svg") no-repeat left top /100% auto;
 width: 22px;
 height: 21px;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 50%;
 margin: auto 0 auto calc(-3.5em - 32px);
}
.item-info .btn.cartin .skubutton{
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: calc(infinity * 1px);
 background: var(--orange);
 width: 100%;
 height: 38px;
 padding: 5px 5px 5px 30px;
}

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

.singleArea .c-box a.btn.back,
.singleArea .c-box .btn.cartin{
 margin: 0 auto;
}
}/*-SP only-*/

/*		cart:/usces-cart/
-----------------------------*/
#content.cart-page{
 max-width: 1100px;
 margin: 0 auto;
}
.cart_page_title{
 display: none;
}
.cart-page div.cart_navi li{
 color: #fff;
 font-size: 20px;
}
.cart-page div.cart_navi li:first-child{
 border-radius: 10px 0 0 10px;
}
.cart-page div.cart_navi li:last-child{
 border-radius: 0 10px 10px 0 ;
}
.cart-page div.cart_navi li,
.cart-page div.cart_navi li::before,
.cart-page div.cart_navi li::after{
 background-color: #B4C9E2;
}
.cart-page div.cart_navi li.current,
.cart-page div.cart_navi li.current::before,
.cart-page div.cart_navi li.current::after {
	background-color: var(--blue);
	color: #fff;
}
@media screen and (max-width: 768px) {
.cart-page div.cart_navi li{
 font-size: min(3vw,15px);
}

}/*-SP only-*/



#wc_cart #cart .upbutton{
 display: none;
}
.cart-page #cart_table .unitprice,
.cart-page #cart_table .price,
.cart-page #cart_table .quantity,
.cart-page #cart_table .subtotal{
 visibility: collapse;
 border-left: none;
 border-right: none;
 padding: 0;
 width: 0;
 font-size: 0;
}
.cart-page #cart_table tfoot{
 display: none;
}
.cart-page .currency_code{
 display: none;
}
@media screen and (min-width: 769px) {
#cart_table .num{
 width: 63px;
}
.cart-page #cart_table .quantity{
  width: 0;
 }
#cart_table .thumbnail{
 width: 100px;
 }
.cart-page #cart_table .stock{
 width: 105px;
 }
}/*-PC only-*/
@media screen and (max-width: 768px) {/*SP */
 .cart-page #cart_table .stock{
  display: table-cell;
  white-space: nowrap;
 }
}/*-SP only-*/

.cart-page .send input[type="button"],.cart-page .send input[type="submit"], .cart-page .send input[type="reset"]{
 display: inline-flex;
 align-items: center;
 justify-content: center;
	border-radius: calc(infinity * 1px);
 border: 1px var(--orange) solid;
 background: #fff;
 width: 100%;
 max-width: 219px;
 height: 38px;
 padding: 5px;
 color: var(--orange);
 font-size: 14px;
 font-weight: 700;
}
.cart-page .send input.to_customerinfo_button,
.cart-page .send input.to_memberlogin_button,
.cart-page .send input.to_deliveryinfo_button,
.cart-page .send input.to_confirm_button,
.cart-page .send input#purchase_button{ 
 display: inline-flex;
 align-items: center;
 justify-content: center;
	border-radius: calc(infinity * 1px);
 background: var(--orange);
 width: 100%;
 max-width: 219px;
 height: 38px;
 padding: 5px;
 font-size: 14px;
 font-weight: 900;
 color: #fff;
}
.cart-page .send input[type="submit"].back_cart_button,
.cart-page .send input[type="submit"].back_to_customer_button,
.cart-page .send input[type="submit"].back_to_delivery_button{
 background: url("../images/ic_arrow_orange.svg") no-repeat left 30px center #fff;
}
.cart-page #wc_customer .send input.to_reganddeliveryinfo_button{
 background-color: var(--orange);
}
.cart-page .send input{
 margin-bottom: 0 !important;
}
/**お客様情報*/
.cart-page #customer-info h5{
 border-radius: 5px;
 border: 1px #2C67AE solid;
 background: #B4C9E2;
 margin-bottom: 15px;
 color: #2C67AE;
 font-size: 18px;
 font-weight: 700;
 text-align: center;
}

.cart-page .customer_form th{
 position: relative;
 padding-left: 57px;
}
.cart-page .customer_form th em{
 position: absolute;
 left:20px;
}
.cart-page .customer_form td{
 color: #000000;
 font-size: 14px;
}

/*配送・支払方法*/
.cart-page .customer_form#delivery_flag tbody tr + tr{
 display: none;
}
.cart-page .customer_form#delivery_flag td{
 padding: 15px 17px;
}
.cart-page .customer_form#time{
 display: none;
}
.cart-page .customer_form#notes_table td{
 padding: 15px 17px;
}
/*内容確認*/
.cart-page #confirm_table tr.ttl td{
 border:none;
 background: none;
 padding: 0 0 17px;
}
.cart-page #confirm_table tr.ttl td h3{
 border-radius: 10px;
 border: 1px #2C67AE solid;
 background: #fff;
 color: #2C67AE;
 font-size: 22px;
 text-align: center;
 line-height: 1.8;
}
.cart-page #confirm_table tr.ttl:not(:nth-of-type(1)){
 display: none;
}
.cart-page #confirm_table tr[class*="delivery-"]{
  display: none;
}
/*.cart-page #confirm_table tr:not([class*="member-"]):not(.ttl):not(:nth-of-type(2))
{
 display: none;
}*/

/*********************************************/
/*		form
-----------------------------*/
.formArea{
 padding: 0 0 170px;
}
.formArea .inner{
 max-width: 1102px;
}
.formArea .title{
 margin-bottom: 45px;
}
.formArea h3{
 margin-top: 42px;
 margin-bottom: 35px;
 font-size: 30px;
 text-align: center;
}

@media screen and (min-width: 769px) {
}/* //end for PC */


.tbForm{}
.tbForm dt{
 padding: 6px 0 0;
 font-size: 20px;
 font-weight: 700;
}
.hissu{
 display:inline-grid;
 place-content: center;
 margin-right: 10px;
 color: #D64E23;
}
.ninni{
 display:inline-grid;
 place-content: center;
 margin-right: 10px;
 color: #CCCCCC;
}
.tbForm dt label{
    font-size: 18px;
    font-weight: 700;
}
.tbForm dd{
    padding: 0;
 font-size: 20px;
 font-weight: 500;
}
.tbForm dd input,
.tbForm dd select{
 font-size: 16px;
 font-weight: 500;
}
.tbForm select,
.tbForm input:not([type=radio]):not([type=checkbox]){
 border: 1px #707070 solid;
 width: 100%;
 max-width: 491px;
 height: 48px;
 padding: 10px 14px;
}
.tbForm select{
 width: auto;
}
.tbForm .wpcf7-form-control-wrap select{
    display: inline-block;
    width: 194px;
}
.tbForm .wpcf7-form-control-wrap:has(input[type="number"]){
    display: inline-block;
    width: 194px;
    margin-right: 9px;
}
.tbForm textarea{
 border: 1px #707070 solid;
 width: 100%;
 height: 146px;
 padding: 10px 14px;
}
.tbForm dd p{
    font-size: 16px;
}
.tbForm dd p:not(:first-child){
 margin-top: 25px;
}
.tbForm input[type=checkbox]{
 border: 1px #707070 solid;
 width: 23px;
 height: 23px;
 margin: 0 10px 0 0;
}
.tbForm dd a{
 text-decoration: underline;
}
.formArea p:has(button.btn){
    margin-top: 74px;
}
.formArea button.btn{
    margin: 0 auto;
    width: 290px;
    height: 58px;
    border: none;
    outline: none;
}
.formArea button.btn:hover{
    opacity: 0.7;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .tbForm dt + dd{
        margin-top: 20px;
    }
    .tbForm dd + dt{
        margin-top: 30px;
    }
}/* //end for SP */

@media screen and (min-width: 769px) {
 .tbForm {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 29px 0;
 }
 .tbForm dt{
  width: 328px;
 }
 .tbForm dd{
  width: calc(100% - 328px);
 }
}/* //end for PC */


.formBtn{
 margin-top: 50px;
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 justify-content: center;
 text-align: center;
 gap:15px 20px;
}

.btnSend{
 display: grid;
 place-content: center;
	border-radius: calc(infinity * 1px);
 border: none;
 background:url("../images/ic_arrow_wh.svg") no-repeat right 20px center /23px auto #F2BC47;
 width: 100%;
 max-width: 290px;
 height: 59px;
 color: #fff;
 font-size: 18px;
 font-weight: bold;
 cursor: pointer;
 padding: 0;
 margin: 0;
}
.btnSend:hover{
 opacity: .7;
}
.btnBack{
 display: grid;
 place-content: center;
	border-radius: calc(infinity * 1px);
 border: none;
 background: #CCCCCC;
 width: 100%;
 max-width: 290px;
 height: 59px;
 color: #fff;
 font-size: 18px;
 font-weight: bold;
 cursor: pointer;
 padding: 0;
 margin: 0;
}
.btnBack:hover{
 opacity: .7;
}

@media screen and (max-width: 768px) {
}/* //end for SP */
.selectForm{
 border-bottom: 1px #707070 solid;
}
.selectForm > dt{
 margin-bottom: 33px;
 font-size: 20px;
 font-weight: bold;
}
.selectForm > dt > p{
    display: flex;
    align-items: baseline;
    font-size: 20px;
}
.selectForm > dt > p label{
    flex: 1;
}
.selectForm > dd{
 border-top: 1px #707070 solid;
 padding: 38px 46px 42px 30px;
}
.selectForm > dd > .check{
    display: grid;
  max-width:83px 
}
.selectForm > dd > .check .wpcf7-list-item{
    margin-left: 0;
}
.selectForm > dd > .check label{
    position: relative;
    display: block;
    width: 83px;
    height: 83px;
    padding-top: 10px;
    background-color: #E5991C;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.selectForm > dd > .check label::before{
    display: block;
    margin-bottom: 8px;
    content: "申し込む";
    color: #fff;
    text-align: center;
}
.selectForm > dd > .check label input[type=checkbox]{
    border: 1px #707070 solid;
    width: 26px;
    height: 26px;
    margin: 0 auto;
}
.selectForm > dd > .check label .wpcf7-list-item-label{
    display: none;
}
.selectForm > dd > .txts h4{
    font-size: 20px;
    font-weight: 700;
    color: #2C67AE;
}
.selectForm > dd > .txts h4 span{
  color: #121212;
  font-size: 16px;
  display: block;
}
.selectForm > dd > .txts h4 + p{
    margin: 8px 0 13px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #707070;
    font-size: 16px;
}
.selectForm > dd ul.pcFlex{
    flex-wrap: wrap;
    gap: 10px 5.8%;
}
.selectForm > dd ul.pcFlex li p{
    font-size: 16px;
}
.selectForm > dd dl{
    display: flex;
    align-items: center;
    margin-top: 38px;
}
.selectForm > dd dl dt,
.selectForm > dd dl dt p{
    font-size: 16px;
}
.selectForm > dd dl dt p{
  margin-bottom: 10px
}
.selectForm > dd dl dt{
  width: 28%
}
.selectForm > dd dl dd{
 width: 72%
}
.selectForm > dd dl dd .item{
  width: 6em;
  display: inline-block;
}

.selectForm > dd dl dd .wpcf7-form-control-wrap{
  margin-right: 10px
}

.selectForm > dd dl dd + dt{
    font-size: 15px;
}
.selectForm > dd dl dd select,
.selectForm > dd dl dd input{
    border: 1px solid #707070;
    width: 50%;
    padding: 8px 11px 10px;
    font-size: 15px;
    font-weight: 500;
  margin-bottom: 10px
}
.selectForm > dd dl dd input{
  width: 11em
}
.selectForm > dd dl dd.notice p,
.notice{
  color: #aaa;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .selectForm > dt > p{
    display: inline;
  }
  .selectForm > dt > p label{
    font-size: 18px
  }
    .selectForm > dd {
        display: grid;
        grid-template-columns: 83px 1fr;
        grid-template-rows: repeat(2, auto);
        gap: 10px;
        padding: 19px 0 21px 0;
      }      
      .selectForm > dd .check {
        grid-column: 1;
        grid-row: 1 span;
      }      
      .selectForm > dd figure {
        grid-column: 2;
        grid-row: 1;
    }      
    .selectForm > dd figure img{
        width: min(60%,160px);
      }      
      .selectForm > dd .txts {
        grid-column: 1/3;
        grid-row: 2;
      }/*
      .selectForm > dd > .txts h4{
          font-size: 18px;
      }*/
      .selectForm > dd > .txts h4 + p{
          margin: 8px 0 13px;
          padding-bottom: 10px;
          font-size: 14px;
      }
      .selectForm > dd ul.pcFlex li p{
          font-size: 14px;
      }

      .selectForm > dd dl {
        display: flex;
        flex-wrap: wrap;
        gap: 1em 0;
      } 
      .selectForm > dd dl dt {
      width: 45%;
        margin: 0;
    } 
  
  .selectForm > dd dl dd {
  width: 55%;
}
  .selectForm > dd dl dd input {
  width: 4em;
}
  .selectForm > dd dl dd select{
    width: 80%
  }
   /*   .selectForm > dd dl dd {
        width: calc(100% - 4em);
    } 
      .selectForm > dd dl dd .wpcf7-form-control-wrap{
        display: block;
        margin: 0;
        width: min(100%, 164px);
      }*/
}/* //end for SP */
@media screen and (min-width: 769px) {
    .selectForm > dd{
    display: flex;
    align-items: stretch;
    }
    .selectForm > dd > figure{
        margin-left: 3.3%;
        display: grid;
        width: min(19.4%, 213px);
    }
    .selectForm > dd > .txts{
        margin-left: 2.7%;
        flex: 1;
    }
    .selectForm > dd ul.pcFlex + ul{
        margin-top: 10px;
    }
    .selectForm > dd dl{
        flex-wrap: wrap;
    }

}/* //end for PC */

.bookname{
  font-size: 20px;
}

@media screen and (max-width: 768px) {
.bookname{
  grid-column: 1/3;
}
}/* //end for SP */


/*For form Step2 (Contact Form 7 Multi-Step Forms)*/
.formArea_conf dl.selectForm>dd,
.formArea_conf dl.selectForm input[type="checkbox"]:checked{
    display: none;
}
.formArea_conf dl.selectForm>dd:has(input[type="checkbox"]:checked) {
    display: block;
} 

/*For error message (contactform7) */
.selectForm .wpcf7-form-control-wrap:has(input + .wpcf7-not-valid-tip),
.tbForm .wpcf7-form-control-wrap:has(input + .wpcf7-not-valid-tip){
    position: static;
}
.selectForm p:has(input + .wpcf7-not-valid-tip),
.tbForm p:has(input + .wpcf7-not-valid-tip){
    position: relative;
    padding-bottom: 30px;
}
.selectForm p input + .wpcf7-not-valid-tip,
.tbForm p input + .wpcf7-not-valid-tip{
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0px;
}
.selectForm p .item + .wpcf7-form-control-wrap input + .wpcf7-not-valid-tip,
.tbForm p .item + .wpcf7-form-control-wrap + input + .wpcf7-not-valid-tip{
    bottom: 12px;
}