@charset "UTF-8";
/* CSS Document */
@media(max-width : 1350px) {
  .footer_addres {
    flex-direction: column;
  }
    ul.footer_menu {padding-left: 0;} 
}
@media(max-width : 1272px) {
  .selection_wrap {
    flex-wrap: wrap;
  }
  .selection_wrap__column {
    flex-basis: calc(100% / 4);
    margin-bottom: 3rem;
  }
  .selection_wrap__number {
    align-self: center;
    margin-bottom: 10px;
  }
  .selection_wrap__number.selection_new::after{
   top:-18px;
      left:0;
}
  .selection_btn {
    align-self: center;
  }
  .askus {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .askus li {
    flex-basis: calc((100% - 36px) / 2);
    margin-bottom: 16px;
  }
  .order {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .order__inner {
    flex-basis: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .br_block_1024 {
    display: block;
  }
}
@media(max-width : 810px) {
  .site-branding {
    padding: 0.5em;
    padding-top: 0;
  }
  .site-branding img {
    width: 200px;
    height: 50px;
  }
  .book_wrapper {
    flex-direction: column;
    padding-top: 2rem;
  }
  .primary, .secondary {
    width: 100%;
  }
  #snsplugin {
    order: 2;
  }
  .book-card-box {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 0;
  }
  .book-card-box h3 {
    flex-basis: 100%;
  }
  .book-card-box > a {
    flex-basis: calc(50% - 1em);
    margin-left: 1rem;
  }
  .br_block_810 {
    display: block;
  }
}
@media(max-width : 640px) and (orientation: portrait) {
  .site-branding {
    padding: 0.5em;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }
  .site-logo {
    align-self: center;
    margin-bottom: 2px;
  }
  .businesscontent {
    justify-content: center;
  }
  .businesscontent p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media(max-width : 749px) {
  .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .main-header-content {
    align-items: center;
    display: flex;
  }
  #drawer-hamburger {
    box-sizing: content-box;
    display: block;
    width: 100%;
    height: 33px;
    z-index: 102;
    padding-top: 0;
    padding-bottom: 0;
  }
  /*ハンバーガー*/
  .openbtn1 {
    position: relative;
    cursor: pointer;
    border-radius: 5px;
  }
  .openbtn1 span {
    display: inline-block;
    transition: all .4s; /*アニメーションの設定*/
    position: absolute;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    width: 30px;
    left: calc(50% - 15px);
  }
  .openbtn1 span:nth-of-type(1) {
    top: 8px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 16px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 24px;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 27px;
    transform: translateY(-12px) rotate(-45deg);
    width: 30px;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 27px;
    transform: translateY(-12px) rotate(45deg);
    width: 30px;
  }
  .dropdown {
    display: none;
  }
  .selection＿hero＿inner {
    min-height: 0;
    max-width: 100vw;
  }
  .selection_wrap {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .selection_wrap__column {
    margin-right: 0;
    margin-left: 0;
  }
  .br_block {
    display: block;
  }
  .askus {
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .askus li {
    flex-basis: auto;
    margin-bottom: 16px;
  }
  .order {
    flex-direction: column;
  }
  .order__inner {
    flex-basis: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .container__footer {
    margin-top: 0;
  }
  ul.footer_menu {
    flex-direction: column;
    padding-left: 0;
  }
  .footer_menu li {
    border-right: none;
  }
  .footer_menu li a {
    display: block;
    min-width: 100%;
  }
}
@media(max-width : 399px) {
  .book-card-box {
    flex-direction: column;
    border-left: #C9C9C9 1px solid;
    border-right: #C9C9C9 1px solid;
    border-radius: 10px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}