@charset "utf-8";
/* 高橋調整 */
@import url("add_takahashi.css");
/* CSS Document */

/* TOP */

.toppage .container {
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.toppage .cntbox {
  width: 1000px;
  margin: 0 auto;
}

/* TOP mainbox */

.toppage .mainbox {
  position: relative;
  width: 100%;
}

/* TOP mainbnr */

.toppage .mainbnr {
  width: 100%;
}

/* TOP 検索 */

.toppage .container .srchbox {
  position: absolute;
  bottom: 110px;
  width: 100%;
  padding: 0;
  text-align: center;
  transition: .5s;
}

@media screen and (max-width: 768px) {
  .toppage .container .srchbox {
    bottom: 40px;
  }
}

.toppage .container .srchbox.off {
  display: none;
}

.toppage .container .srchbox form {
  display: flex;
  justify-content: center;
}

.toppage .container .srchbox .input {
  width: 30%;
}

.toppage .container .srchbox input {
  width: 100%;
  margin: 0;
  padding: 14px;
  border: 1px solid #cccccc;
  background: #ffffff;
  opacity: .9;
  text-align: center;
  font-size: 17px;
  line-height: 2rem;
  box-shadow: 2px 2px 10px 2px rgb(255 255 255 / 50%);
}

.toppage .container .srchbox button {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  border: 1px solid #292b2b;
  background: #292b2b;
  cursor: pointer;
  box-shadow: 2px 2px 10px 2px rgb(255 255 255 / 50%);
}

.toppage .container .srchbox button img {
  width: auto;
}

.toppage .container .srchbox button:hover {
  background: #000000;
}

.toppage .container .srchbox .txtlnk a {
  padding: .5em 1em;
  text-decoration: none;
  background: #ffffff;
}

.toppage .container .srchbox .txtlnk a:hover {
  color: #ffffff;
  background: #000000;
}

/* TOP 共通 */

.toppage .cntbg {
  padding: 60px 0;
  background: #f8f8f8;
}

.toppage h2 {
  margin-bottom: 30px;
  text-align: center;
  color: #292b2b;
  font-size: 2.6rem;
  letter-spacing: .3em;
  line-height: 1.2em;
  font-weight: bold;
}

.toppage h2 small {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 1.0rem;
  line-height: 2em;
  letter-spacing: .2em;
  font-weight: normal;
}

/* TOP 新刊書籍 */

.toppage .nbbox {
  margin: 0 auto;
  padding: 100px 0 30px;
  background-color: #efefef;
}

.toppage .nbbox .nblst {
  margin: 0 auto;
}

.toppage .nbbox .nblst li {
  padding: 2.0em;
  width: 25%;
  border-radius: 0px;
}

.toppage .nbbox .nblst li .iconbox {
  display: flex;
  flex-wrap: wrap;
  min-height: 20px;
  margin-bottom: 8px;
  font-size: 1rem;
  letter-spacing: .1em;
}

.toppage .nbbox .nblst li .iconbox span {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0 4px;
  color: #ffffff;
  line-height: 2rem;
}

.toppage .nbbox .nblst li .iconbox .bookicon1 {
  background: #6f7e41;
}

.toppage .nbbox .nblst li .iconbox .bookicon2 {
  background: #41477e;
}

.toppage .nbbox .nblst li .nblnk {
  display: block;
}

.toppage .nbbox .nblst li .imgbox {
  width: 100%;
  margin: 0 auto 1.0em;
  text-align: center;
}

.toppage .nbbox .nblst li .imgbox img {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  width: 100%;
}

.toppage .nbbox .nblst li .txtbox {
  font-size: 1.6rem;
  line-height: 1.8em;
}

.toppage .nbbox .nblst li .prcbox {
  font-size: 1.8rem;
  text-align: right;
  letter-spacing: .3em;
  margin: 10px 0 0;
}

.toppage .nbbox .nblst li .nblnk:hover img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}

/* TOP 新着情報 */

.toppage .newsbox {
  margin: 0 auto;
  padding: 40px 0;
}

.toppage .newsbox .tabbox {
  margin: 0 auto;
  padding: 0 10%;
}

.toppage .newsbox .news_list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #d7d7d7;
  padding: 16px 0;
  align-items: center;
}

.toppage .newsbox .news_day {
  width: 14%;
  margin: 0 10px 0 0;
  letter-spacing: .2em;
}

.toppage .newsbox .news_icon_news, .toppage .newsbox .news_icon_answr, .toppage .newsbox .news_icon_event {
  width: 9%;
  margin: 0 20px 0 0;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}

.toppage .newsbox .news_icon_news span, .toppage .newsbox .news_icon_answr span, .toppage .newsbox .news_icon_event span {
  display: block;
  padding: 4px 1em;
  font-size: 1.2rem;
  border-radius: 2px;
}

.toppage .newsbox .news_icon_news span {
  background: #e2a615;
}

.toppage .newsbox .news_icon_answr span {
  background: #073c6e;
}

.toppage .newsbox .news_icon_event span {
  background: #117eae;
}

.toppage .newsbox .news_info {
  width: 68%;
  margin: 0 10px 0 0;
}

.toppage .newsbox .news_info a {
  text-decoration: underline;
}

.toppage .newsbox .more_newsbtn {
  margin: 20px auto 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
}

/* TOP 雑誌 */

.toppage .mgznbox {
  padding: 40px 0;
  background-color: #efefef;
}

.toppage .mgznbox .nmagbox {
  width: 64%;
  margin: 20px 0 0;
}

.toppage .mgznbox .nmagbox .imgbox {
  width: 34%;
  padding: 0 30px 0 0;
}

.toppage .mgznbox .nmagbox .imgbox img {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.toppage .mgznbox .nmagbox .imgbox .nmagbox_txtlnk {
  display: block;
  margin: 20px auto 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.toppage .mgznbox .nmagbox .nmaginfo {
  width: 60%;
}

.toppage .mgznbox .nmagbox .nmaginfo .magttl {
  font-size: 2.4rem;
  line-height: 1.6em;
}

.toppage .mgznbox .nmagbox .nmaginfo .magprc {
  font-size: 2rem;
  letter-spacing: .1em;
  text-align: right;
  margin-bottom: 1.5rem;
}

.toppage .mgznbox .nmagbox .nmaginfo .magtxt {
  margin-bottom: 1em;
}

.toppage .mgznbox .nmagbox .nmaginfo .magbtn {
  text-align: right;
}

.toppage .mgznbox .nmagbox .nmaginfo .cartbtn {
  display: inline-block;
  padding: 1em 0;
  font-size: 1.4rem;
  width: 40%;
  background: #ffffff;
}

.toppage .mgznbox .nmagbox .nmaginfo .cartbtn span {
  padding: 0 0 0 4px;
}

.toppage .mgznbox .bmagbox {
  width: 36%;
  margin: 24px 0 0;
}

.toppage .mgznbox .bmagbox h3 {
  margin: 0 auto 10px;
  font-size: 1.6rem;
}

.toppage .mgznbox .bmagbox .bmagcntbox {
  padding: 1.5em 2.0em 0 2.0em;
  background: #ffffff;
  border: solid 1px #d7d7d7;
}

.toppage .mgznbox .bmagbox .bmaglst {
  width: 100%;
}

.toppage .mgznbox .bmagbox .bmaglst li {
  width: 46%;
  margin-bottom: 2.5rem;
  text-align: center;
}

.toppage .mgznbox .bmagbox .bmaglst li img {
  margin-bottom: 0;
  text-align: center;
}

.toppage .mgznbox .bmagbox .bmaglst li .imgbox {
  width: 100%;
  margin: 0 auto 0.5rem;
  text-align: left;
}

.toppage .mgznbox .bmagbox .bmaglst li .imgbox img {
  box-shadow: 0px 2px 3px -2px rgba(0, 0, 0, 0.8);
}

.toppage .mgznbox .bmagbox .bmaglst li .txtbox {
  font-size: 1.4rem;
  line-height: 1.4em;
  text-align: left;
  display: block;
  margin: 10px 0 0;
}

.toppage .mgznbox .bmaglnk:hover img {
  box-shadow: 0px 6px 10px -4px rgba(0, 0, 0, 0.8);
}

.toppage .mgznbox .bmagbox .bmaglst li .bmaglnk:hover .imgbox img {
  box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.9);
}

.toppage .mgznbox .bmagbox .nmagbox_txtlnk2 {
  display: block;
  margin: 20px auto 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
}

/* TOP 発売予定 */

.toppage .rlsbox {
  margin: 0 auto;
  padding: 40px 0 50px;
}

.toppage .rlsbox .tabbox {
  margin: 0 auto;
  padding: 0 10%;
}

.toppage .rlsbox .rlslst {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #d7d7d7;
  padding: 16px 0 8px;
  align-items: center;
}

.toppage .rlsbox .exam, .toppage .rlsbox .spclst, .toppage .rlsbox .mag {
  width: 13%;
  margin: 0 20px 0 0;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}

.toppage .rlsbox .rlslst li span {
  display: block;
  padding: 8px 1em;
  font-size: 1.2rem;
  border-radius: 2px;
}

.toppage .rlsbox .exam {
  background: #0c9f9d;
}

.toppage .rlsbox .spclst {
  background: #9a9f0c;
}

.toppage .rlsbox .mag {
  background: #04b849;
}

.toppage .rlsbox .rls_info {
  width: 80%;
  margin: 0 10px 0 0;
}

.toppage .rlsbox .rls_info a {
  text-decoration: underline;
}

.toppage .rlsbox .more_rlsbtn {
  margin: 20px auto 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
}

/* TOP セミナー */

.toppage .smnrbox {
  margin: 0 auto;
  padding: 40px 0 0;
  background: #efefef;
}

.toppage .smnrbox h2 {
  color: #292b2b;
}

.toppage .smnrbox .tabbox {
  margin: 0 auto;
  padding: 2% 10% 4%;
}

.toppage .smnrbox .smnr_list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #d7d7d7;
  padding: 16px 0;
  align-items: center;
}

.toppage .smnrbox .smnr_day {
  width: 14%;
  margin: 0 10px 0 0;
  letter-spacing: .2em;
}

.toppage .smnrbox .smnr_icon_smnr, .toppage .smnrbox .smnr_icon_answr, .toppage .smnrbox .smnr_icon_event {
  width: 10%;
  margin: 0 20px 0 0;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}

.toppage .smnrbox .smnr_icon_smnr span, .toppage .smnrbox .smnr_icon_answr span, .toppage .smnrbox .smnr_icon_event span {
  display: block;
  padding: 0;
  font-size: 1.2rem;
  border-radius: 2px;
  line-height: 1.7;
}

.toppage .smnrbox .smnr_icon_smnr span {
  background: #e2a615;
}

.toppage .smnrbox .smnr_icon_answr span {
  background: #073c6e;
}

.toppage .smnrbox .smnr_icon_event span {
  background: #117eae;
}

.toppage .smnrbox .smnr_info {
  width: 68%;
  margin: 0 10px 0 0;
}

.toppage .smnrbox .smnr_info a {
  text-decoration: underline;
}

.toppage .smnrbox .more_smnrbtn {
  margin: 20px auto 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
}

/* TOP SNS */

.toppage .snsbox {
  padding: 80px 0;
  border-bottom: 1px solid #f8f8f8;
}

.toppage .snsbox .ytbox {
  position: relative;
  width: 68%;
}

.toppage .snsbox .ytbox .tabbox {
  padding: 1.75em .5em;
}

.toppage .snsbox .ftbox {
  position: relative;
  width: 30%;
}

.toppage .snsbox .fbbox {
  position: relative;
  width: 100%;
}

.toppage .snsbox .fbbox .tabbox {
  height: 200px;
}

.toppage .snsbox .twtrbox {
  position: relative;
  width: 100%;
}

.toppage .snsbox .twtrbox .tabbox {
  height: 185px;
}

.toppage .snsbox h3 {
  padding: 1em 0 .3em;
  font-size: 1.6rem;
  line-height: 1.2em;
  color: #333333;
  background: #ffffff;
}

.toppage .snsbox h3 small {
  font-size: 1rem;
  line-height: 1.6em;
  letter-spacing: .1em;
}

.toppage .snsbox .tabbox {
  overflow: auto;
  margin: 0 auto;
  padding: .5em;
  border: 1px solid #cccccc;
  background: #ffffff;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.3);
}

.toppage .snsbox .tabbox .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.toppage .snsbox .tabbox .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .toppage .container {
    width: 100%;
    height: 100%;
    padding: 50px 0 0;
  }
  .toppage .cntbox {
    width: 100%;
  }
  .toppage .newsbox .newsdl dt, .toppage .newsbox .newsdl .newstxt {
    border-bottom: 1px solid;
    align-items: baseline;
    border-top: none;
    margin: 20px 0 0;
  }
  /* TOP mainbnr */
  .toppage .mainbox {
    position: relative;
    top: 0;
  }
  /* TOP 検索 */
  .toppage .container .srchbox {
    position: static;
    padding: 2em 0 2.4em;
  }
  .toppage .container .srchbox .input {
    width: 70%;
    box-shadow: 0 0 0 0 rgb(255 255 255 / 50%);
  }
  .toppage .container .srchbox button {
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%);
  }
  /* TOP カテゴリーで探す */
  .toppage .topnav {
    margin-top: 0;
    padding: 0;
  }
  .toppage .topnav .ctglst {
    width: 100%;
    margin: 0 auto;
  }
  .toppage .topnav .ctglst li {
    width: 50%;
    border-top: 1px solid #cccccc;
  }
  .toppage .topnav .ctglst li a {
    padding: .5em 0;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  /* TOP 共通 */
  .toppage .cntbg {
    padding: 30px 0;
  }
  .toppage h2 {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .toppage h2 small {
    font-size: 1.2rem;
  }
  /* TOP 新刊書籍 */
  .toppage .nbbox .nblst {
    margin: 0 auto;
    justify-content: center;
    padding: 4% 0;
  }
  .toppage .nbbox .nblst li {
    width: 32%;
    padding: 0 1.5em 2em;
  }
  @media screen and (max-width: 600px) {
    .toppage .nbbox .nblst li {
      width: 45%;
    }
    .toppage .nbbox .nblst li .txtbox {
      font-size: 1.4rem;
      line-height: 1.6em;
    }
    .toppage .nbbox .nblst li .prcbox {
      font-size: 1.6rem;
    }
  }
  /* TOP 新着情報 */
  .toppage .newsbox {
    padding: 40px 10%;
  }
  .toppage .newsbox .tabbox {
    padding: 0;
  }
  .toppage .newsbox .news_list {
    margin: 0 auto;
    width: 98%;
  }
  .toppage .newsbox .news_day {
    width: 100%;
    margin: 0 0 10px;
  }
  .toppage .newsbox .news_icon_news, .toppage .newsbox .news_icon_answr, .toppage .newsbox .news_icon_event {
    width: 100%;
    margin: 0;
  }
  .toppage .newsbox .news_icon_news span {
    background: #e2a615;
    width: 100px;
    margin: 0 0 10px;
  }
  .toppage .newsbox .news_icon_answr span {
    background: #073c6e;
    width: 100px;
    margin: 0 0 10px;
  }
  .toppage .newsbox .news_icon_event span {
    background: #117eae;
    width: 100px;
    margin: 0 0 10px;
  }
  .toppage .newsbox .news_info {
    width: 98%;
    margin: 0;
  }
  .toppage .newsbox .more_newsbtn {
    text-align: center;
  }
  /* TOP 雑誌 */
  .toppage .mgznbox {
    padding: 40px 0;
  }
  .toppage .mgznbox .nmagbox, .toppage .mgznbox .bmagbox {
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }
  .toppage .mgznbox .nmagbox h2, .toppage .mgznbox .bmagbox h2 {
    margin: 0 auto 1em;
    font-size: 2rem;
    text-align: center;
  }
  .toppage .mgznbox .bmagbox h3 {
    margin: 0 auto 14px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
  }
  .toppage .nbbox, .toppage .mgznbox {
    padding: 40px 0;
    background: #efefef;
  }
  .toppage .mgznbox .bmagbox.flex-btwn {
    display: block;
  }
  .toppage .mgznbox .txtlnk2 {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
  .toppage .mgznbox .nmagbox .imgbox {
    width: 100%;
    margin: 0 auto 2em;
    padding: 0;
  }
  .toppage .mgznbox .nmagbox .nmaginfo {
    width: 90%;
    margin: 0 auto;
  }
  .toppage .mgznbox .nmagbox .nmaginfo .magttl {
    font-size: 2rem;
    line-height: 1.6em;
    font-weight: bold;
  }
  .toppage .mgznbox .nmagbox .nmaginfo .magprc {
    font-size: 2rem;
  }
  .toppage .mgznbox .nmagbox .nmaginfo .magbtn {
    text-align: center;
  }
  .toppage .mgznbox .nmagbox .nmaginfo .cartbtn {
    display: inline-block;
    padding: .5em 3em;
    font-size: 3vw;
    width: 60%;
  }
  @media screen and (max-width: 500px) {
    .toppage .mgznbox .nmagbox .nmaginfo .cartbtn {
      display: inline-block;
      padding: .5em 3em;
      font-size: 4vw;
      width: 70%;
    }
  }
  .toppage .mgznbox .bmagbox {
    width: 100%;
    margin: 40px auto 0;
  }
  .toppage .mgznbox .bmagbox .bmaglst {
    width: 90%;
    margin: 0 auto;
  }
  .toppage .mgznbox .bmagbox .bmaglst li {
    width: 44%;
    margin: 0 auto 2.5rem;
    text-align: center;
  }
  .toppage .mgznbox .bmagbox .bmaglst li .imgbox, .toppage .mgznbox .bmagbox .bmaglst li .txtbox {
    text-align: left;
  }
  .toppage .mgznbox .bmagbox .nmagbox_txtlnk2 {
    text-align: center;
  }
  .toppage .mgznbox .nmagbox .nmaginfo .magtxt {
    margin-bottom: 2em;
    text-align: left;
  }
  /* TOP 発売予定 */
  .toppage .rlsbox .rlslst {
    margin: 30px 0 0;
  }
  .toppage .rlsbox .rls_info {
    width: 100%;
    margin: 0 10px 0 0;
  }
  .toppage .rlsbox .exam, .toppage .rlsbox .spclst {
    width: 100px;
    margin: 0 20px 10px 0;
    color: #ffffff;
    text-align: center;
    line-height: 1;
  }
  /* TOP セミナー */
  .toppage .smnrbox {
    padding: 40px 10px;
  }
  .toppage .smnrbox .tabbox {
    padding: 0;
  }
  .toppage .smnrbox .smnr_list {
    margin: 0 auto;
    width: 90%;
  }
  .toppage .smnrbox .smnr_day {
    width: 100%;
    margin: 0 0 10px;
  }
  .toppage .smnrbox .smnr_icon_smnr, .toppage .smnrbox .smnr_icon_answr, .toppage .smnrbox .smnr_icon_event {
    width: 100%;
    margin: 0;
  }
  .toppage .smnrbox .smnr_icon_smnr span {
    background: #e2a615;
    width: 100px;
    margin: 0 0 10px;
  }
  .toppage .smnrbox .smnr_icon_answr span {
    background: #073c6e;
    width: 100px;
    margin: 0 0 10px;
  }
  .toppage .smnrbox .smnr_icon_event span {
    background: #117eae;
    width: 100px;
    margin: 0 0 10px;
  }
  .toppage .smnrbox .smnr_info {
    width: 98%;
    margin: 0;
  }
  .toppage .smnrbox .more_smnrbtn {
    padding: 2%;
  }
  .toppage .smnrbox .more_smnrbtn {
    text-align: center;
  }
  /* TOP SNS */
  .toppage .snsbox {
    padding: 40px 0;
    background: #ffffff;
  }
  .toppage .snsbox h2+div {
    padding: 0 10px 0;
  }
  .toppage .snsbox .ytbox {
    position: relative;
    width: 100%;
    padding-top: 42px;
  }
  .toppage .snsbox .fbbox {
    position: relative;
    width: 100%;
    margin: 30px auto;
    padding-top: 42px;
  }
  .toppage .snsbox .twtrbox {
    position: relative;
    width: 100%;
    padding-top: 41px;
  }
  .toppage .snsbox h3 {
    position: absolute;
    top: 0;
    z-index: 10;
    padding: .7em 1em .5em;
    font-size: 1.8rem;
    line-height: 1.2em;
    letter-spacing: .2em;
    color: #333333;
    border: 1px solid #333333;
    border-bottom: 0;
    background: #ffffff;
  }
  .toppage .snsbox .tabbox {
    padding: 1em;
  }
  .toppage .snsbox .ftbox {
    position: relative;
    width: 100%;
  }
  .toppage .snsbox .fbbox .tabbox {
    height: 250px;
  }
  .toppage .snsbox .twtrbox .tabbox {
    height: 250px;
  }
}

/* カテゴリーリスト */

.category_list .category_list_box h1 {
  width: 100%;
  padding: 40px 0 30px;
  font-size: 2.4rem;
  line-height: 1.2em;
  letter-spacing: .2em;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}

.category_list .category_list_box span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: .1em;
}

.category_list .category_list_box {
  border-top: 1px solid #cccccc;
}

.category_list .category_list_box .cat_list {
  width: auto;
  padding: 4% 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  align-items: center;
  margin: 0 auto;
}

.category_list .category_list_box .list_end {
  border-bottom: none;
}

.category_list .category_list_box .cat_btn {
  width: 25%;
}

.category_list .category_list_box .cat_book_list {
  width: 70%;
}

.category_list .category_list_box .cat_book_list i {
  margin: 0 .3em 0 0;
}

.category_list .category_list_box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.category_list .category_list_box li {
  width: 32%;
  margin: 0 1.5% 0 0;
  padding: 14px 0;
}

.category_list .category_list_box li:nth-of-type(3n) {
  margin: 0 0 0 0;
}

.category_list .category_list_box .cat_btn a {
  display: block;
  background: #000000;
  padding: 6% 3% 6% 5%;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: .1em;
  color: #ffffff;
  line-height: 1.4em;
}

.category_list .category_list_box .cat_btn a:hover {
  background: #9f0c36;
  color: #ffffff;
}

.category_list .category_list_box .cat_btn i {
  font-size: 1.6rem;
  margin: 0 0 0 6px;
}

/* カテゴリーリスト */

@media screen and (max-width: 768px) {
  .category_list .category_list_box h1 {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
  .category_list .category_list_box .cat_btn {
    width: 70%;
    margin: 0 auto 30px;
  }
  .category_list .category_list_box .cat_list {
    padding: 8% 0;
    width: 98%;
  }
  .category_list .category_list_box .cat_book_list {
    width: 70%;
    margin: 0 auto;
  }
  .category_list .category_list_box ul {
    width: 100%;
    display: block;
  }
  .category_list .category_list_box li {
    width: 100%;
    padding: 14px 0;
  }
  .category_list .category_list_box .cat_btn a {
    font-size: 1.6rem;
    padding: 2%;
  }
}

/* リスト */

/* リスト 検索 */

.listpage .content .srchbox {
  margin: 0 auto;
  padding: 3em 5em;
  background: #f8f8f8;
}

.listpage .content .srchbox form {
  display: flex;
  flex-wrap: wrap;
}

.listpage .content .srchbox .inputbox {
  display: flex;
  align-items: center;
  width: 50%;
}

.listpage .content .srchbox .exptxt {
  width: 50%;
  line-height: 1.4em;
}

.listpage .content .srchbox .input {
  width: 80%;
}

.listpage .content .srchbox input {
  width: 100%;
  margin: 0;
  padding: 1em;
  border: 1px solid #cccccc;
  background: #ffffff;
}

.listpage .content .srchbox button {
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 1em;
  color: #ffffff;
  border: 1px solid #4a5e69;
  background: #4a5e69;
  cursor: pointer;
}

.listpage .content .srchbox button img {
  width: auto;
}

.listpage .content .srchbox button:hover {
  background: #4a5e69;
}

.listpage .content .srchbox .txtlnk a {
  padding: .5em 1em;
  text-decoration: none;
  background: #ffffff;
}

.listpage .content .srchbox .srchslbox {
  width: 100%;
}

.listpage .content .srchbox .srchslbox select {
  width: 50%;
  height: 45px;
  margin: 2em auto 0;
  border: 1px solid #4a5e69;
}

.listpage .content .srchbox .srchchbox {
  width: 100%;
  margin: 2em auto 0;
}

.listpage .content .srchbox .srchchbox li {
  width: 33%;
}

.listpage .content .srchbox .srchchbox li input {
  width: auto;
  vertical-align: middle;
}

.listpage .content .srchbox .srchchbox li label {
  margin: 0 0 0 .3em;
}

.srchrslt {
  width: 100%;
  margin-top: 1em;
  padding: 1em;
  text-align: center;
  color: #666666;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.listpage .catelnk {
  width: 100%;
  margin: 0 auto .5em;
  letter-spacing: .1em;
  text-align: left;
}

.listpage .catelnk a {
  text-decoration: none;
}

.listpage .catelnk a i {
  font-size: 160%;
}

.listpage .catelnkbox {
  margin: 1em auto 0;
}

.listpage .catelnkbox h3 {
  margin: 0 auto .5em;
  padding: 0 .5em;
  font-size: 1.6rem;
  font-weight: bold;
  border-left: 5px solid #bc204c;
}

.listpage .catelnkbox .ndlnklst {
  margin: 0 .5em .5em 0;
}

.listpage .catelnkbox .ndlnklst li {
  margin: 0 .5em .5em 0;
}

.listpage .catelnkbox .ndlnklst li a {
  padding: .2em .3em;
}

.listpage .catelnkbox .ndlnklst li a i {
  margin: 0 .1em 0 0;
}

.listpage .catelnkbox .ndlnklst li a.crnt, .listpage .catelnkbox .ndlnklst li a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #bc204c;
}

.listpage .ndownbox {
  margin: 0 auto;
  padding: .5em 1em;
  background: #f8f8f8;
}

.listpage .ndownbox select, .listpage .ndownbox input {
  width: 29%;
  margin: 0 1em 0 0;
  padding: .7em 1em;
}

.listpage .ndownbox.mag select {
  width: 15%;
}

.listpage .ndownbox.mag input {
  width: 55%;
}

.listpage .ndownbox button {
  width: 5%;
  margin: 0;
  padding: 5px 2px;
  color: #ffffff;
  border: 1px solid #292b2b;
  background: #292b2b;
  cursor: pointer;
  box-shadow: 2px 2px 10px 2px rgb(255 255 255 / 50%);
}

.listpage .ndownbox button img {
  width: auto;
  vertical-align: middle;
}

.listpage .ndownbox button:hover {
  background: #000000;
}

.listpage .pgntnbox {
  position: relative;
  padding: 2em 0;
}

.listpage .pgntnbox .listnum {
  position: absolute;
  left: 1em;
}

.listpage .pgntnbox select {
  padding: .3em .5em;
  font-size: 1.5rem;
  border: 1px solid #cccccc;
}

.listpage .pgntnbox .pgntarw {
  margin: 0 1em;
  padding: .8em 1em;
  line-height: 1em;
  color: #ffffff;
  border: 1px solid #777777;
  background: #777777;
}

.listpage .pgntnbox .pgntarw i {
  margin: 0 .1em 0 0;
  vertical-align: middle;
}

.listpage .pgntnbox .pgntarw:hover {
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #9f0c36;
  background: #9f0c36;
}

.listpage .pgntnbox .pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 .3em;
}

.listpage .pgntnbox .pagination li {
  margin: 0 .2em;
}

.listpage .pgntnbox .pagination li a {
  display: inline-block;
  padding: .8em 1.2em;
  line-height: 1em;
  color: #ffffff;
  border: 1px solid #777777;
  background: #777777;
}

.listpage .pgntnbox .pagination li a:hover {
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #9f0c36;
  background: #9f0c36;
}

.listpage .pgntnbox .pagination li .crnt {
  color: #ffffff;
  background: #9f0c36;
  border: 1px solid #9f0c36;
}

.listpage .pgntnbox .pagination li .crnt:hover {
  color: #ffffff;
  background: #9f0c36;
}

.listpage .booklst {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 2em 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.listpage .booklst li {
  padding: 2.0em;
  width: 25%;
  border-radius: 0px;
}

.listpage .booklst li .iconbox {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  letter-spacing: .1em;
}

.listpage .booklst li .iconbox span {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 0 4px;
  color: #ffffff;
  line-height: 2rem;
}

.listpage .booklst li .iconbox .bookicon1 {
  background: #6f7e41;
}

.listpage .booklst li .iconbox .bookicon2 {
  background: #41477e;
}

.listpage .booklst li .bklnk {
  display: block;
}

.listpage .booklst li .imgbox {
  width: 100%;
  margin: 0 auto 1.0em;
  text-align: center;
}

.listpage .booklst li .imgbox img {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  width: 100%;
}

.listpage .booklst li .icon_none {
  margin: 3em 0 0;
}

.listpage .booklst li .txtbox {
  line-height: 1.6em;
}

.listpage .booklst li .txtbox_pr {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.8em;
}

.listpage .booklst li .prcbox {
  font-size: 1.8rem;
  text-align: right;
  letter-spacing: .1em;
  margin: .1em 0 0;
}

.listpage .booklst li .bklnk:hover {
  text-decoration: none;
}

.listpage .booklst li .bklnk:hover img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}

.listpage .booklst .bkimg {
  width: 100%;
  margin: 0 auto 1.5em;
  text-align: center;
}

.listpage .booklst .bkimg img {
  width: 70%;
  box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.6);
}

.listpage .booklst .infobox {
  position: relative;
  width: 100%;
  padding: 0 0 0 10px;
}

.listpage .booklst .infobox h2 {
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.3em;
  letter-spacing: .1em;
}

.listpage .booklst .infobox .price {
  right: 0;
  margin: .5em 0 0;
  font-size: 2rem;
  line-height: 1.2em;
  letter-spacing: .1em;
  text-align: right;
  color: #e30e1d;
}

.listpage .booklst .infobox .price span {
  display: inline-block;
  margin: 0 .5em 0 0;
  padding: .5em .7em .7em;
  font-size: 1.1rem;
  line-height: 1em;
  color: #ffffff;
  background: #666666;
}

.listpage .booklst .txtbox {
  margin: .5em 0 0;
}

.listpage .booklst .detailbtn {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.listpage .booklst .detailbtn a {
  position: relative;
  display: block;
  padding: .5em 0 .5em;
  white-space: nowrap;
  border: 1px solid #333333;
}

.listpage .booklst .detailbtn a::after {
  content: "";
  position: absolute;
  right: 8%;
  width: 7px;
  height: 24px;
  background: url("/assets_book/img/linkarw.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}

.listpage .booklst .detailbtn a:hover {
  color: #fefbc6 !important;
  border: 1px solid #333333;
  background: #292b2b;
}

.listpage .booklst.cplst .prcbox {
  margin: .5em auto 0;
  font-size: 1.2rem;
  text-align: center;
}

.listpage .booklst.cplst .cpprc {
  margin: 0 auto;
  font-size: 1.8rem;
  color: #9f0c36;
}

.listpage .releaselst li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 1em;
  padding: 1em;
  border-bottom: 1px solid #eeeeee;
}

.listpage .releaselst li.ttl {
  margin: 0 auto;
  padding: .5em 1em;
  background: #f8f8f8;
}

.listpage .releaselst li>div {
  text-align: center;
}

.listpage .releaselst li>div.rlsbook {
  width: 50%;
  text-align: left;
}

.listpage .releaselst li>div.rlsnum {
  width: 22%;
}

.listpage .releaselst li>div.rlsprc {
  width: 14%;
}

.listpage .releaselst li>div.rlsdate {
  width: 14%;
}

.listpage .releaselst li.ttl div {
  text-align: center;
}

.srchbox .frmdl {
  width: 100%;
  margin: 0 auto 2em;
  font-size: 1.8rem;
  border-bottom: 1px solid #eeeeee;
}

.srchbox .frmdl dt {
  width: 25%;
  padding: .5em 1em .5em;
  border-top: 1px solid #eeeeee;
}

.srchbox .frmdl dd {
  width: 75%;
  padding: .5em 1em .5em;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

.srchbox .frmdl input[type="text"] {
  width: 100%;
  padding: .5em 1em;
  border: 1px solid #cccccc;
}

.srchbox .frmdl select {
  padding: .5em 1em;
  border: 1px solid #cccccc;
}

.srchbox .frmdl .srchchbox {
  margin: 0 !important;
}

.srchbox .frmdl .srchchbox li {
  width: auto !important;
  margin: 0 1% 2%;
}

.srchbox .frmdl input[type="checkbox"] {
  margin-right: .5em;
}

.srchbox .frmdl+.btnbox button {
  display: inline-block;
  width: auto;
  height: auto;
  padding: .7em 3em;
  font-size: 2rem;
  line-height: 1em;
  letter-spacing: .1em;
  color: #ffffff;
  border: 1px solid #4a5e69;
  background: #4a5e69;
}

.srchbox .frmdl+.btnbox button img {
  width: 24px;
  margin-left: .5em;
  vertical-align: middle;
}

.srchbox .frmdl+.btnbox button:hover {
  background: #000000;
}

@media screen and (max-width: 768px) {
  /* リスト 検索 */
  .listpage .content .srchbox {
    padding: 1em 1em;
  }
  .listpage .content .srchbox .inputbox {
    width: 100%;
  }
  .listpage .content .srchbox .exptxt {
    width: 100%;
    margin: 10px auto;
  }
  .listpage .content .srchbox .input {
    width: calc(100% - 45px);
  }
  .listpage .content .srchbox .srchslbox select {
    width: 100%;
  }
  .listpage .content .srchbox .srchchbox {
    width: 100%;
    margin: 2em auto 0;
  }
  .listpage .content .srchbox .srchchbox li {
    width: 100%;
    margin-bottom: 1em;
    padding-left: 1em;
  }
  .listpage .catelnkbox {
    margin: .5em auto 0;
  }
  .listpage .catelnkbox li {
    margin: 0 .7em .7em 0;
  }
  .listpage .ndownbox {
    padding: 1em .5em 0;
  }
  .listpage .ndownbox select {
    width: 46%;
    margin: 0 2% 1em 0;
    padding: .7em 1em;
  }
  .listpage .ndownbox input {
    width: 80%;
    margin: 1em auto .5em;
  }
  .listpage .ndownbox button {
    width: 36px;
    margin: 0;
    padding: 4px 2px;
    color: #ffffff;
    border: 1px solid #292b2b;
    background: #292b2b;
    cursor: pointer;
    box-shadow: 2px 2px 10px 2px rgb(255 255 255 / 50%);
  }
  .listpage .ndownbox.mag select {
    width: 30%;
    margin: 0 2% 0 0;
  }
  .listpage .ndownbox.mag input {
    width: 80%;
    margin: 1em .5em 1em 0;
  }
  .listpage .pgntnbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2em 0;
  }
  .listpage .pgntnbox .listnum {
    position: static;
    width: 100%;
    margin-bottom: 1em;
  }
  .listpage .pgntnbox select {
    padding: .3em .5em;
    font-size: 1.5rem;
    border: 1px solid #cccccc;
  }
  .listpage .pgntnbox .pgntarw {
    margin: 0 5px;
    padding: .8em .5em;
    font-size: 1.2rem;
  }
  .listpage .pgntnbox .pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
  }
  .listpage .pgntnbox .pagination li {
    margin: 0 .2em;
  }
  .listpage .pgntnbox .pagination li a {
    display: inline-block;
    padding: .8em;
  }
  .listpage .booklst li {
    width: 50%;
    padding: 1em .5em;
  }
  .listpage .booklst .bkimg {
    width: 100%;
    text-align: center;
  }
  .listpage .booklst .bkimg img {
    width: 60%;
    box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.6);
  }
  .listpage .booklst .infobox {
    width: 100%;
    padding: 1em 0 .5em;
  }
  .listpage .booklst .infobox h2 {
    letter-spacing: 0;
  }
  .listpage .booklst .infobox .price {
    font-size: 1.8rem;
  }
  .listpage .booklst .txtbox {
    margin: 1em 0;
  }
  .listpage .booklst li .icon_none {
    margin: 3.6em 0 1em;
  }
  .listpage .booklst .detailbtn a::after {
    content: "";
    position: absolute;
    right: 8%;
    width: 7px;
    height: 24px;
    background: url("/assets/img/linkarw.svg") 50% 50% no-repeat;
    background-size: 100% auto;
  }
  .listpage .booklst .detailbtn a:hover {
    color: #fefbc6 !important;
    border: 1px solid #333333;
    background: #292b2b;
  }
  .listpage .releaselst li>div.rlsbook {
    width: 100%;
    text-align: left;
  }
  .listpage .releaselst li>div.rlsnum {
    width: 100%;
    text-align: left;
  }
  .listpage .releaselst li>div.rlsprc {
    width: 50%;
    text-align: left;
  }
  .listpage .releaselst li>div.rlsdate {
    width: 50%;
    text-align: right;
  }
  .listpage .releaselst li.ttl>div.rlsnum {
    text-align: left;
  }
  .srchbox .frmdl {
    margin: 0;
    font-size: 1.4rem;
  }
  .srchbox .frmdl dt {
    width: 30%;
    padding: .5em;
  }
  .srchbox .frmdl dd {
    width: 70%;
    padding: .5em;
  }
  .srchbox .frmdl input[type="text"] {
    padding: .5em;
  }
  .srchbox .frmdl select {
    padding: .5em;
  }
  .srchbox .frmdl+.btnbox button {
    padding: .7em 2em;
    font-size: 1.8rem;
  }
  .srchbox .frmdl+.btnbox button img {
    width: 20px;
  }
}

/* 正誤表リスト */

.listpage .ertlst {
  width: 100%;
  padding: 2em 0;
  border-top: 1px solid #cccccc;
}

.listpage .ertlst>li {
  width: 100%;
  margin: 0 1.5% 3%;
  padding: 1em .5em 2em;
  border-bottom: 1px solid #cccccc;
}

.listpage .ertlst .bkimg {
  width: 15%;
  text-align: center;
}

.listpage .ertlst .bkimg img {
  width: 90%;
  box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.6);
}

.listpage .ertlst .infobox {
  position: relative;
  width: 85%;
  padding: 0 0 0 20px;
}

.listpage .ertlst .infobox h2 {
  margin: 0 auto 1em;
  font-size: 1.6rem;
  line-height: 1.3em;
  letter-spacing: .1em;
}

.listpage .ertlst .infobox .ertflst li {
  list-style: disc;
  margin: .5em 0 0 3em;
}

.listpage .ertlst .infobox .ertflst li a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  vertical-align: middle;
  background: url("/assets/img/linkarw-green.svg") 50% 50% / 100% auto no-repeat;
}

@media screen and (max-width: 768px) {
  .listpage .ertlst {
    padding: 1em 0;
  }
  .listpage .ertlst>li {
    width: 100%;
    margin: 0 0 1em;
    padding: 1.5em .5em;
    border-bottom: 1px solid #cccccc;
  }
  .listpage .ertlst .bkimg {
    width: 20%;
  }
  .listpage .ertlst .infobox {
    width: 80%;
  }
  .listpage .ertlst .infobox h2 {
    margin: 0 auto .5em;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .listpage .ertlst .infobox .ertflst li {
    list-style: disc;
    margin: .5em 0 0 1.5em;
  }
}

/* 詳細 */

.detailpage .content .ttlbox {
  padding: 0 0;
}

.detailpage .content .detailbox {
  padding: 1em 0;
}

.detailpage .content .detailbox h1 {
  margin: 0 auto 1em;
  padding: 0 0 0 .5em;
  font-size: 2.4rem;
  line-height: 1.3em;
  letter-spacing: .1em;
  border-left: 5px solid #333333;
}

.detailpage .content .detailbox .detailmedia {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 2em;
}

.detailpage .content .detailbox .detailmedia .bookimg {
  width: 50%;
  padding: 0 1em;
}

.detailpage .content .detailbox .detailmedia .bookimg img {
  box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.6);
}

.detailpage .content .detailbox .detailmedia .bookbrws {
  width: 50%;
  padding: 0 1em;
}

.detailpage .content .detailbox .datail_exp {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
  background: #fcfdfd;
}

.detailpage .content .detailbox .datail_txt {
  width: 50%;
  padding: 3%;
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 1px;
}

.detailpage .content .detailbox .status span {
  display: inline-block;
  border-radius: 30px;
  background: #bc204c;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  margin: 0 0 2px;
  padding: 0 7%;
  line-height: 2;
}

.detailpage .content .detailbox .datail_txtbtn a {
  display: block;
  border: solid 1px #292b2b;
  padding: 1%;
  text-align: center;
  background: #ffffff;
  margin: 0;
  width: 100%;
  font-size: 1.4rem;
}
.detailpage .content .detailbox .datail_txtbtn a:hover {
  border: solid 1px #bc204c;
  position: relative;
}


.detailpage .content .detailbox .datail_cart {
  width: 50%;
  position: relative;
  padding: 3%;
  margin: 0;
}

.detailpage .content .detailbox .datail_cart .datail_cartbtn_flex {
  padding: 0;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detailpage .content .detailbox .datail_cartbtn_flex li:last-child.datail_cartbtn {
  width: 100%;
}
.detailpage .content .detailbox .datail_cart .datail_cartbtn {
  width: 100%;
}

.detailpage .content .detailbox a i {
  margin: 0 5px 0 0;
}

.detailpage .content .detailbox .datail_cart .datail_cartbtn a {
  display: block;
  color: #ffffff;
  background: #292b2b;
  padding: 2% 0;
  text-align: center;
  margin: 0 auto;
}
.detailpage .content .detailbox .datail_cart .datail_cartbtn a:hover {
  background: #bc204c;
}

.detailpage .content .detailbox .datail_txtbtn {
  width: 50%;
  margin:2% 0;
}


.detailpage .content .detailbox .datail_extmall {
  padding: 0;
  margin: 0 0 -20%;
}
.datail_extmall .item span {
  margin: 16px auto 0;
  width: 100%;
  display: block;
  line-height: 44px;
  text-align: center;
  background: #575757;
  transition: 0.3s ease-in-out;
  color: #ffffff;
}



.datail_extmall ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 1.6rem;
  transition: 0.3s ease-in-out;
}

.datail_extmall .item {
  position: relative;
  transition: 0.3s ease-in-out;
}

.datail_extmall .item i {
  margin: 0 0 0 1% !important;
  transition: 0.3s ease-in-out;
}

.datail_extmall .child {
  width: 100%;
  position: relative;
  top: 1px;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}

.datail_extmall .child li a {
  background: #efefef;
  margin: 1px auto 0;
  display: block;
  line-height: 40px;
  text-align: center;
  width: 100%;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.datail_extmall .item:hover .child {
  visibility: visible;
  opacity: 1;
}

.datail_extmall li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

.detailpage .content .detailbox .infobox {
  width: 100%;
  padding: 0 1em;
}

.detailpage .content .detailbox .infobox .dtltab {
  margin-bottom: 2em;
  padding-left: 1em;
  border-bottom: 1px solid #bebebe;
}

.detailpage .content .detailbox .infobox .dtltab li {
  padding: .3em 2em .3em 1em;
  letter-spacing: .1em;
  font-weight: bold;
  color: #292b2b;
  cursor: pointer;
  width: 16%;
  text-align: center;
  margin: 0 0 1px;
}

.detailpage .content .detailbox .infobox .dtltab li::before {
  content: "・"
}

.detailpage .content .detailbox .infobox .dtltab li.crnt {
  background: #292b2b;
  color: #ffffff;
  margin: 0 0 1px;
}

.detailpage .content .detailbox .infobox .dtltabtxt {
  padding: 0 1em;
}

.detailpage .content .detailbox .infobox .dtltabtxt>div {
  display: none;
}

.detailpage .content .detailbox .infobox .dtltabtxt .crnt {
  display: block;
  font-size: 1.6rem;
}

.detailpage .youtube {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
}

.detailpage .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.detailpage .rltdbox {
  padding: 0;
  background: #ffffff;
}

.detailpage .rltdbox h3 {
  margin: 0 auto 2em;
  font-size: 2.4rem;
  letter-spacing: .2em;
  text-align: center;
}

.detailpage .rltdbox .rltdlst li {
  width: 16%;
  margin: 0 2% 2%;
}

.detailpage .rltdbox .rltdlst li img {
  box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.6);
}

.detailpage .rltdbox .rltdlst li .txtbox {
  margin: .8em auto;
  line-height: 1.3em;
}

.detailpage .rltdbox .rltdlst li .price {
  font-size: 2rem;
  line-height: 1.2em;
  letter-spacing: .1em;
  text-align: right;
}

.detailpage .rltdbox .rltdlst li .detailbtn {
  width: 100%;
  margin: 1em auto;
  text-align: center;
}

.detailpage .rltdbox .rltdlst li .detailbtn a {
  position: relative;
  display: block;
  padding: .5em 0 .5em;
  white-space: nowrap;
  border: 1px solid #333333;
}

.detailpage .rltdbox .rltdlst li .detailbtn a::after {
  content: "";
  position: absolute;
  right: 8%;
  width: 7px;
  height: 24px;
  background: url("/assets_book/img/linkarw.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}

.detailpage .rltdbox .rltdlst li .detailbtn a:hover {
  color: #fefbc6 !important;
  border: 1px solid #333333;
  background: #292b2b;
}

.detailpage .content .detailbox .pictbox .magicon {
  width: 100%;
  margin: 0 auto .5em;
  padding: .2em 0;
  text-align: center;
  border: 1px solid #cccccc;
}

.detailpage .content .detailbox .pictbox .magdate {
  margin: 0 auto 1em;
  text-align: center;
}

.detailpage .content .detailbox .infobox .maginfodl dt {
  width: 100%;
  margin: 1em auto 0;
  font-size: 1.6rem;
}

.detailpage .content .detailbox .infobox .maginfodl dd {
  margin: 0 1em 0 0;
}

@media screen and (max-width: 768px) {
  .detailpage .content .detailbox {
    padding: 0.5em;
  }
  .detailpage .content .detailbox h1 {
    font-size: 2rem;
  }
  .detailpage .content .detailbox .status span {
    margin: 0 0 12px;
  }


  .datail_extmall .child {
    width: 100%;
    position: relative;
    top: 1px;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    transition: 0s;
  }

  .datail_extmall .child li a {
    background: #efefef;
    margin: 1px auto 0;
    display: block;
    line-height: 30px;
    text-align: center;
    width: 100%;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
  }

  .datail_extmall .item:hover .child {
    visibility: visible;
    opacity: 1;
  }
  .detailpage .content .detailbox .datail_cart {
    width: 100%;
  }
  .detailpage .content .detailbox .datail_cart .datail_cartbtn_flex {
    padding: 0;
  }
  .detailpage .content .detailbox .datail_txt {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
.detailpage .content .detailbox .datail_extmall {
  padding: 0;
  margin: 0 0 -5%;
}
.datail_extmall .item span {
  margin: 2em auto 0;
  width: 100%;
  display: block;
  line-height: 44px;
  text-align: center;
  background: #575757;
  transition: 0.3s ease-in-out;
  color: #ffffff;
}
  .detailpage .content .detailbox .datail_cart .datail_cartbtn, .detailpage .content .detailbox .datail_txtbtn {
    width: 100%;
    font-size: 1.4rem;
  }
  .detailpage .content .detailbox .datail_txtbtn{
    margin:2em 0 0;
}
  .detailpage .content .detailbox .datail_txtbtn a {
    display: block;
    border: solid 1px #292b2b;
    padding: 2%;
    text-align: center;
    background: #ffffff;
    margin: 0;
}

  .detailpage .content .detailbox .infobox {
    width: 100%;
    padding: 0;
  }
  .detailpage .content .detailbox .infobox .dtltab {
    padding-left: 0;
  }
  .detailpage .content .detailbox .infobox .dtltab li {
    padding: .3em .3em .3em 0;
    letter-spacing: 0;
    width: 88px;
    font-size: 1.2rem;
  }
  .detailpage .content .detailbox .infobox .dtltabtxt .crnt {
    display: block;
    font-size: 1.4rem;
  }
  .detailpage .content .detailbox .datail_cart .datail_cartbtn a {
    display: block;
    color: #ffffff;
    background: #292b2b;
    padding: 2% 0;
    text-align: center;
    margin: 0 auto;
}



  .detailpage .rltdbox .rltdlst li {
    width: 29%;
    margin: 0 2% 6%;
  }
  @media screen and (max-width: 414px) {
    .detailpage .rltdbox .rltdlst li {
      width: 44%;
      margin: 0 2% 6%;
    }
  }
}

/* フォーム関連 */

.formcnt input[type="text"], .formcnt input[type="password"], .formcnt textarea {
  width: 100%;
  padding: .5em;
  border: 1px solid #cccccc;
}

.formcnt input.sizess {
  width: 10%;
  margin-right: .5em;
}

.formcnt input.sizes {
  width: 30%;
  margin-right: .5em;
}

.formcnt input.sizem {
  width: 50%;
}

.formcnt input.sizel {
  width: 100%;
}

.formcnt textarea {
  height: 10em;
}

.formcnt select {
  padding: .5em;
  border: 1px solid #cccccc;
}

.formcnt input.bkgray {
  background: #eeeeee;
}

label {
  margin: 0 1em 0 .5em;
}

.formcnt button {
  display: inline-block;
  min-width: 250px;
  margin: 0 2em;
  padding: .7em 4em;
  font-size: 1.8rem;
  letter-spacing: .1em;
  color: #ffffff;
  border: 1px solid #10c47e;
  background: rgba(15, 165, 107, .8);
}

.formcnt button[type="reset"] {
  border: 1px solid #4b4b4b;
  background: rgba(75, 75, 75, .8);
}

.formcnt button:hover {
  background: rgba(15, 165, 107, 1);
}

.formcnt button[type="reset"]:hover {
  background: rgba(75, 75, 75, 1);
}

.formcnt .msgbox {
  padding: 1em;
  text-align: center;
  background: #eeeeee;
}

.formcnt .msgbox strong {
  display: block;
  font-size: 2rem;
  color: #333333;
}

.formcnt .frmdl {
  margin: 2em auto;
  font-size: 1.6rem;
}

.formcnt .frmdl dt {
  width: 30%;
  padding: 1em .5em;
  border-top: 1px solid #eeeeee;
}

.formcnt .frmdl dt.rqrd::after {
  content: "必須";
  display: inline-block;
  margin: 0 0 0 .7em;
  padding: .2em 1em;
  font-size: 1.2rem;
  letter-spacing: .1em;
  color: #ffffff;
  background: #575757;
}

.formcnt .frmdl dd {
  width: 70%;
  padding: 1em .5em;
  border-top: 1px solid #eeeeee;
}

.formcnt .frmdl dt.nobdr, .formcnt .frmdl dd.nobdr {
  padding: 0 .5em 1em;
  border-top: 0;
}

.fntxt {
  margin: 2em auto;
  font-size: 1.8rem;
  text-align: center;
}

.fpmsg {
  display: none;
  margin-top: .3em;
  font-size: 1.4rem;
  color: #666666;
  background: #fff8f8;
}

.fpmsg.q1 {
  display: block;
}

.fpmsg h4 {
  margin: 0 1em .5em;
  padding: .7em 0 .2em;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}

.fpmsg p {
  padding: .5em 1em;
}

.fpmsg b {
  display: block;
}

@media screen and (max-width: 768px) {
  .formcnt input.sizess {
    width: 30%;
    margin-right: .5em;
  }
  .formcnt input.sizes {
    width: 26%;
    margin-right: .5em;
  }
  .formcnt input.sizem {
    width: 100%;
  }
  .formcnt button {
    display: inline-block;
    min-width: 40%;
    margin: 0 1em;
    padding: .7em 2em;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .formcnt .frmdl {
    margin: 1em auto;
    font-size: 1.4rem;
  }
  .formcnt .frmdl dt {
    width: 100%;
    padding: 1em .5em 0;
    letter-spacing: .2em;
  }
  .formcnt .frmdl dt.rqrd::after {
    margin: 0 0 0 .2em;
    padding: .1em .5em;
    font-size: 1.1rem;
    vertical-align: middle;
  }
  .formcnt .frmdl dd {
    width: 100%;
    padding: .5em.5em 1em;
    border-top: 0;
  }
  .fntxt {
    margin: 1em auto;
    font-size: 1.6rem;
    text-align: center;
  }
}

/* 雑誌総合 */

.magsrch {
  margin: 0 auto;
  padding: 1em 5em .5em !important;
  background: #f8f8f8;
}

.magsrch .frmdl {
  margin: 0 auto;
}

.magpage .maginfo {
  margin: 0 auto 2em;
}

.magpage .maginfo_01 {
  margin: 30px auto 0;
}

.magpage .maginfo h2 {
  margin: 0 auto 1em;
  padding: 0 0 0 .5em;
  font-size: 2.4rem;
  line-height: 1.3em;
  letter-spacing: .1em;
  border-left: 5px solid #9f0c36;
}

.magpage .nmagbox {
  margin: 0 auto 2em;
  padding: 2em;
  border: 1px solid #cccccc;
}

.magpage .nmagbox h2 {
  margin-bottom: 1em;
  font-size: 2.2rem;
  line-height: 1.3em;
  letter-spacing: .1em;
}

.magpage .nmagbox .nmaginfo .bkimg {
  width: 20%;
}

.magpage .nmagbox .nmaginfo .bkimg img {
  width: 90%;
  margin: 0 auto 1em;
  box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.6);
}

.magpage .nmagbox .nmaginfo .infobox {
  width: 80%;
  padding-left: 2em;
}

.magpage .nmagbox .nmaginfo .infobox h3 {
  font-size: 1.8rem;
}

.magpage .nmagbox .nmaginfo .infobox a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  vertical-align: middle;
  background: url("/assets/img/linkarw-green.svg") 50% 50% / 100% auto no-repeat;
}

.magpage .nmagbox .nmaginfo .magdl dt {
  margin: 1em 0 0;
}

@media screen and (max-width: 768px) {
  .magsrch {
    padding: 1em 1em .5em !important;
  }
  .magpage .maginfo {
    margin: 1em auto 2em;
  }
  .magpage .maginfo h2 {
    margin: 0 auto 1em;
    font-size: 2rem;
  }
  .magpage .nmagbox {
    padding: 1em;
  }
  .magpage .nmagbox h2 {
    margin-bottom: 1em;
    font-size: 2rem;
    text-align: center;
  }
  .magpage .nmagbox .nmaginfo .bkimg {
    width: 100%;
    text-align: center;
  }
  .magpage .nmagbox .nmaginfo .bkimg img {
    width: 50%;
  }
  .magpage .nmagbox .nmaginfo .infobox {
    width: 100%;
    margin: 1em auto 0;
    padding-left: 0;
  }
  .magpage .nmagbox .nmaginfo .infobox h3 {
    font-size: 1.8rem;
  }
}

/*資格試験一覧*/

.listpage .listslct {
  width: 100%;
  margin: 1em auto 3em;
  padding: 1em 2em;
  background: #fcfcfc;
}

.listpage .slctlst {
  width: 80%;
  margin: 0 auto;
}

.listpage .slctlst li {
  padding: 1em 1em;
}

.listpage .slctlst li a {
  display: inline-block;
  padding: .5em 1em;
  color: #0c5778;
  border: 1px solid #0c5778;
  background: #ffffff;
}

.listpage .slctlst li a:hover {
  color: #ffffff !important;
  background: #0c5778;
}

.listpage .slctlst li a.onbtn {
  position: relative;
  padding: .5em 30px .5em 20px;
  font-weight: bold;
  color: #ffffff;
  background: #0c5778;
}

.listpage .slctlst li a.onbtn::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 2%;
  display: block;
  width: 15px;
  height: 15px;
  background: url("/assets/img/lightbulb-regular.svg") 50% 50% / auto 100% no-repeat;
}

.listpage .examlist .exmdl {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
}

.listpage .examlist .exmdl dt, .listpage .examlist .exmdl dd {
  padding: 1em .5em;
  border-top: 1px solid #cccccc;
}

.listpage .examlist .exmdl dd.exmdate {
  width: 15%;
}

.listpage .examlist .exmdl dd.exmcat {
  width: 25%;
}

.listpage .examlist .exmdl dt.exmname {
  width: 43%;
}

.listpage .examlist .exmdl dd.exmbtn {
  width: 17%;
}

.listpage .examlist .exmdl .detailbtn {
  display: inline-block;
  padding: .5em 1em;
  border: 1px solid #000000;
}

.listpage .examlist .exmdl .detailbtn:hover {
  background: #000000;
}

/*資格試験詳細*/

.exam_detail .dinfo {
  margin: 0 auto 4em;
}

.exam_detail .dinfo h2 {
  margin-bottom: .5em;
  font-size: 1.8rem;
}

/*退会申し込み確認*/

.withdrwl_conf .content .querybox .btnlist {
  text-align: center;
}

.withdrwl_conf .content .querybox .btnlist .btnbox {
  margin: 0 4% 20px;
}

.withdrwl_conf .content .querybox .btnlist .btnbox a {
  width: 200px;
}

/*退会申し込み終了*/

.withdrwl_fin .content .querybox .btnlist .btnbox {
  margin: 0 4% 20px;
}

.withdrwl_fin .content .querybox .btnlist .btnbox a {
  width: 280px;
}

/*正誤表詳細*/

.listpage .errata_detail .booklst {
  width: 100%;
  margin: 0 auto;
  padding: 1em .5em 2em;
  border-top: none;
  border-bottom: none;
}

.listpage .errata_detail .booklst li {
  width: 94%;
  margin: 0 auto 30px;
  padding: 1em;
  border: none;
  border-bottom: 3px dotted #cccccc;
}

.listpage .errata_detail .booklst .bkimg {
  width: 20%;
  margin: auto 0;
  padding: 0 10px 0;
}

.listpage .errata_detail .booklst .infobox {
  position: relative;
  width: 70%;
  padding: 0 0 0 10px;
}

.listpage .errata_detail .booklst .detailbtn {
  width: 16%;
  position: relative;
  top: -14%;
  right: -40%;
}

@media screen and (max-width: 768px) {
  .listpage .errata_detail .booklst li {
    width: 100%;
    margin: 0 auto 30px;
    padding: 0.4em;
    border: none;
    border-bottom: 3px dotted #cccccc;
  }
  .listpage .errata_detail .booklst .bkimg {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  .listpage .errata_detail .infobox h2 {
    margin: 30px auto .5em;
    font-size: 1.8rem;
    letter-spacing: 0;
    width: 100%;
  }
  .listpage .errata_detail .booklst .infobox {
    position: relative;
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0 0 30px;
  }
  .listpage .errata_detail .booklst .detailbtn {
    width: 50%;
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto 20px;
  }
}

/*購入形態選択*/

.order_select .info_input {
  width: 80%;
  margin: 0 auto 50px;
  padding: 4%;
  font-size: 1.4rem;
  border: #333333 solid 1px;
}

.order_select h2 {
  text-align: center;
  margin: 0 0 30px;
  font-size: 2rem;
}

.order_select .info_txt {
  text-align: center;
  margin: 0 0 30px;
  font-size: 1.6rem;
}

.order_select .order_select_form dl {
  display: flex;
  margin: 0 auto;
}

.order_select .order_select_form dt {
  width: 30%;
  padding: 2% 2% 0 0;
  text-align: right;
}

.order_select .order_select_form dd {
  width: 70%;
  padding: 2% 0;
}

.order_select .order_select_form dd input {
  width: 70%;
  padding: 1%;
}

.order_select .passinfo {
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .order_select .info_input {
    width: 100%;
    margin: 0 auto 50px;
    padding: 4%;
    font-size: 2vw;
    border: #333333 solid 1px;
  }
  .order_select .info_txt {
    font-size: 1.8rem;
    line-height: 1.6em;
  }
  @media screen and (max-width: 500px) {
    .order_select .info_txt {
      text-align: left;
    }
  }
  .order_select .order_select_form dl {
    flex-wrap: wrap;
  }
  .order_select .order_select_form dt {
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
  }
  .order_select .order_select_form dd {
    width: 100%;
    padding: 2% 0 6%;
  }
  .order_select .order_select_form dd input {
    width: 100%;
  }
  .order_select .passinfo {
    font-size: 1.4rem;
    padding: 4% 0;
  }
}

/*ゲスト購入情報入力*/

.guest_order .shortframe {
  width: 30%;
  padding: .5em;
  margin: 0 4% 0 0;
}

.guest_order .middleframe {
  width: 50%;
  padding: .5em;
  margin: 0 4% 0 0;
}

/*新規会員登録*/

.register .shortframe {
  width: 30%;
  padding: .5em;
  margin: 0 4% 0 0;
}

.register .middleframe {
  width: 50%;
  padding: .5em;
  margin: 0 4% 0 0;
}

.register .longframe {
  width: 100%;
  padding: .5em;
  margin: 0 4% 0 0;
}

.register .bkgray {
  background-color: #f8f8f8;
}

.register .register_ttl {
  width: 100% !important;
  background-color: #4a5e69;
  padding: 4px 0 4px 1rem !important;
  border-top: none !important;
  color: #ffffff;
}

.register .formcnt .frmdl dt {
  padding: 1em;
}

.register .formcnt .frmdl dt {
  padding: 1em;
}

/*新規会員登録確認*/

/*新規会員登録完了*/

.register_fin .content .querybox .btnlist .btnbox {
  margin: 0 4% 20px;
}

.register_fin .content .querybox .btnlist .btnbox a {
  width: 280px;
}

/*エラーページ*/

.login .querybox {
  text-align: center;
}

.login .querybox .msgtxt {
  margin: 0 auto 30px;
}

/*ログイン*/

.login .longframe {
  width: 100%;
  padding: .5em;
  margin: 0 4% 0 0;
}

.login .formcnt .frmdl dt {
  width: 30%;
  padding: 1em .5em;
  border-top: none;
}

.login .formcnt .frmdl dd {
  width: 70%;
  padding: 1em .5em;
  border-top: none;
}

.login .passinfo {
  color: #54B4DC;
  text-align: center;
}

/*パスワード再設定*/

.resetpass .formcnt .frmdl dt {
  width: 34%;
}

.resetpass .formcnt .frmdl dd {
  width: 66%;
}

.resetpass .formcnt .btnbox a {
  width: 200px;
}

@media screen and (max-width: 768px) {
  /*資格試験一覧*/
  .listpage .listslct {
    margin: 1em auto 1em;
    padding: 1em 2em 0;
  }
  .listpage .slctlst {
    width: 100%;
  }
  .listpage .slctlst li {
    width: 50%;
    padding: 0 .5em 1.5em;
    text-align: center;
  }
  .listpage .slctlst li a {
    padding: .7em 1em;
  }
  .listpage .slctlst li a.onbtn {
    position: relative;
    padding: .7em 1em;
    font-weight: bold;
    color: #ffffff;
    background: #0c5778;
  }
  .listpage .slctlst li a.onbtn::after {
    display: none;
  }
  .listpage .examlist .exmdl {
    width: 100%;
  }
  .listpage .examlist .exmdl dt, .listpage .examlist .exmdl dd {
    padding: .5em .2em;
    border-top: 1px solid #cccccc;
  }
  .listpage .examlist .exmdl dd.exmdate {
    width: 30%;
    padding: .7em .2em .2em;
  }
  .listpage .examlist .exmdl dd.exmcat {
    width: 70%;
    padding: .7em .2em .2em;
  }
  .listpage .examlist .exmdl dt.exmname {
    width: 70%;
    padding: .2em .2em 1em;
    border: 0;
  }
  .listpage .examlist .exmdl dd.exmbtn {
    width: 30%;
    padding: .2em .2em 1em;
    border: 0;
  }
  .listpage .examlist .exmdl .detailbtn {
    display: inline-block;
    padding: .5em;
    border: 1px solid #000000;
  }
  .listpage .examlist .exmdl .detailbtn:hover {
    background: #000000;
  }
  .exam_detail .dinfo {
    margin: 0 auto 2em;
  }
  .exam_detail .dinfo h2 {
    margin-bottom: .3em;
    font-size: 1.6rem;
  }
  /*退会申し込み終了*/
  .withdrwl_fin .content .querybox .fntxt {
    text-align: left;
  }
  /*新規会員登録完了*/
  .register_fin .content .querybox .fntxt {
    text-align: center;
  }
  /*購入形態選択*/
  .listpage .order_select .booklst .infobox {
    width: 100%;
    text-align: center;
  }
  /*新規会員登録*/
  .register .formcnt .frmdl dd {
    text-align: center;
  }
  .register .shortframe {
    margin: 0 2% 0 0;
  }
  .register .middleframe {
    width: 50%;
    margin: 0;
  }
  .register .longframe {
    margin: 0;
  }
  /*新規会員登録確認*/
  .register_conf .formcnt .frmdl dt {
    padding: 1em;
    text-align: left;
  }
  .register_conf .formcnt .frmdl dd {
    text-align: left;
    margin: 0;
    padding: 0 0 18px 20px;
  }
  /*ログイン*/
  .login .formcnt .frmdl dt {
    width: 100%;
    padding: 0;
  }
  .login .formcnt .frmdl dd {
    width: 100%;
  }
}

/* 注文履歴一覧 */

.register .orderdl {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
}

.register .orderdl dt {
  width: 34%;
  padding: 1em;
  border-top: 1px solid #cccccc;
}

.register .orderdl dd {
  width: 33%;
  padding: 1em;
  border-top: 1px solid #cccccc;
}

.register .orderdl dd.btndd {
  padding: .8em 1em;
  text-align: right;
}

.register .orderdl dd.btndd .dtlbtn {
  display: inline-block;
  padding: .2em 1em;
  letter-spacing: .2em;
  color: #ffffff;
  background: #000000;
}

@media screen and (max-width: 768px) {
  .register .orderdl dt {
    width: 100%;
    padding: 1em .2em;
    border-top: 1px solid #cccccc;
  }
  .register .orderdl dd {
    width: 50%;
    ;
    padding: 1em .2em;
    border-top: 0;
  }
}

.formpage .querybox .kiyaku {
  overflow: auto;
  width: 80%;
  height: 500px;
  margin: 0 auto 2em;
  padding: 1em;
  border: 1px solid #cccccc;
}

.formpage .querybox .kykform {
  font-size: 1.8rem;
  text-align: center;
}

.formpage .querybox .kykform input {
  margin: 0 .5em 0 0;
}

.formpage .querybox .btnbox button {
  display: inline-block;
  padding: .7em 3em;
  font-size: 2rem;
  line-height: 1em;
  letter-spacing: .1em;
  color: #ffffff;
  border: 1px solid #000000;
  background: #000000;
}

.formpage .querybox .btnbox button img {
  width: 24px;
  margin-left: .5em;
  vertical-align: middle;
}

.formpage .querybox .btnbox button:hover {
  background: #bc204c;
  border: 1px solid #bc204c;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.6);
}

.formpage .querybox .btnbox button[type="reset"] {
  display: inline-block;
  min-width: auto;
  padding: .7em 1.5em;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: .1em;
  color: #ffffff;
  border: 1px solid #999999;
  background: #999999;
}

@media screen and (max-width: 768px) {
  .formpage .querybox .kiyaku {
    overflow: auto;
    width: 100%;
    height: 80vh;
  }
  .formpage .querybox .btnbox button {
    margin: 2em 1em 0;
    padding: .7em 1.5em;
    font-size: 1.8rem;
  }
}

.formpage .mypbox {
  padding-bottom: 2em;
}

.formpage .mypbox h2 {
  margin: 1em 0 0;
  font-size: 1.6rem;
  text-align: center;
}

.formpage .mypbox .mypinfolst {
  width: 80%;
  margin: 0 auto 2em;
}

.formpage .mypbox .mypinfolst li {
  padding: .7em 0;
  border-bottom: 1px solid #cccccc;
}

.formpage .mypbox .mypbtn li a {
  display: inline-block;
  margin: 1em 1em 0;
  padding: 1em 2em;
  font-size: 1.8rem;
  letter-spacing: .1em;
  color: #ffffff;
  background: #000000;
}

@media screen and (max-width: 768px) {
  .formpage .mypbox .mypinfolst {
    width: 100%;
  }
}

/*カート*/

.orderpage .cartpage .aten_info1 {
  padding: 2%;
  margin: 0 0 30px;
  text-align: center;
  color: #C44A4C;
  background-color: #FFEAEB;
  border: 1px solid #C44A4C;
}

.orderpage .cartpage .howto {
  padding: 2%;
  margin: 0 0 10px;
}

.orderpage .cartpage .aten_info2 {
  padding: 2%;
  margin: 3% 0;
  text-align: center;
  background-color: #FAFFE9;
}

.orderpage .cartpage .aten_info2 span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #E23B6B;
}

.orderpage .cartpage h2 {
  padding: 1% 2%;
  margin: 0;
  font-size: 2rem;
  background-color: #98383C;
  color: #ffffff;
}

.orderpage .cartpage .regular {
  padding: 1% 2%;
  margin: 0;
  font-size: 2rem;
  background-color: #989238;
  color: #ffffff;
}

.orderpage .cartpage .cartlist {
  padding: 4%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: solid 1px #cccccc;
  overflow: hidden;
}

.orderpage .cartpage .infoimg {
  width: 18%;
  margin: 0 2% 0 0;
}

.orderpage .cartpage .infoimg img {
  display: block;
  box-shadow: 0px 4px 10px -3px rgb(0 0 0 / 60%)
}

.orderpage .cartpage .infobox {
  position: relative;
  width: 80%;
  letter-spacing: .1rem;
}

.orderpage .cartpage h3 {
  font-size: 2rem;
  text-align: left;
}

.orderpage .cartpage .bk_price {
  font-size: 1.8rem;
  text-align: left;
  padding: 0 10px;
}

.orderpage .cartpage .form_btn {
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 -22% 0;
  overflow: hidden;
}

.orderpage .cartpage .form_btn .form {
  width: 36%;
  margin: 0 4% 0 0;
  text-align: right;
}

.orderpage .cartpage .form_btn .form .qty {
  padding: 4%;
  margin: 0 2% 0 0;
  width: 30%;
  font-size: 1.6rem;
}

.orderpage .cartpage .form_btn .form .subprc {
  padding: 4%;
  margin: 0 2% 0 0;
  width: 40%;
  font-size: 1.6rem;
  text-align: center;
}

.orderpage .cartpage .form_btn .btn {
  width: 60%;
}

.orderpage .cartpage .form_btn .btn1 {
  display: inline-block;
  padding: 3% 6%;
  margin: 0 4% 0 0;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: .1em;
  color: #ffffff;
  border: 1px solid #686a6b;
  background: #686a6b;
}

.orderpage .cartpage .form_btn .btn1:hover {
  background: #bc204c;
  border: 1px solid #bc204c;
  box-shadow: 0px 4px 4px -4px rgb(0 0 0 / 60%);
}

.orderpage .cartpage .form_btn .btn2 {
  display: inline-block;
  padding: 3% 6%;
  margin: 0 4% 0 0;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: .1em;
  color: #ffffff;
  border: 1px solid #686a6b;
  background-color: #B3B3B3;
}

.orderpage .cartpage .form_btn .btn2:hover {
  background: #bc204c;
  border: 1px solid #bc204c;
  box-shadow: 0px 4px 4px -4px rgb(0 0 0 / 60%);
}

.orderpage .cartpage .ttlprcbox {
  text-align: right;
}

.orderpage .cartpage .ttlprcbox .ttlpdl {
  width: 100%;
  margin: 0 0 20px;
  padding: 1em 1em .3em 1em;
  border-bottom: 1px solid #cccccc;
  background: #eeeeee;
}

.orderpage .cartpage .ttlprcbox .ttlpdl dt {
  width: 70%;
  padding: .5em 0;
}

.orderpage .cartpage .ttlpdl dd {
  width: 30%;
  padding: .5em 0;
}

.orderpage .cartpage .ttlpdl .total {
  font-size: 2rem;
  border-top: 1px solid #cccccc;
}

.orderpage .cartpage .ttlpdl .total input {
  font-size: 2rem;
}

.orderpage .cartpage .ttlpdl dd input {
  width: 100px;
  margin: 0 .5em 0 1em;
  padding: .2em;
  font-size: 1.8rem;
  text-align: right;
  border: 0;
  background: #eeeeee;
}

.orderpage .cartpage .ttlpdl dd .ttlqty {
  width: 50px;
}

.orderpage .cartpage .fptxtlst li::before {
  content: "※";
}

.orderpage .cartpage .odrbtnbox {
  margin: 0 0 70px;
}

.orderpage .cartpage .bntlstbox li a, .orderpage .cartpage .bntlstbox li button {
  display: inline-block;
  margin: 0 1em;
  padding: 1em 2em;
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: .1em;
  color: #ffffff;
  border: 1px solid #000000;
  background: #000000;
}

.orderpage .cartpage .bntlstbox li a:hover, .orderpage .cartpage .bntlstbox li button:hover {
  border: 1px solid #bc204c;
  background: #bc204c;
  box-shadow: 0px 4px 4px -4px rgb(0 0 0 / 60%);
}

.orderpage .cartpage .select_btn {
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  margin:0 0 0 10px;
  overflow: hidden;
  width: 100%;
}

.orderpage .cartpage .select_btn .select {
  width: 70%;
  margin: 0 2% 0 0;
  text-align: left;
}

.orderpage .cartpage .select_btn .select .list1 {
  padding: 3% 2%;
  margin: 0 2% 0 0;
  width: 42%;
  font-size: 1.4rem;
}

.orderpage .cartpage .select_btn .select .list2 {
  padding: 3% 2%;
  margin: 0 2% 0 0;
  width: 15%;
  font-size: 1.4rem;
  text-align: center;
}

.orderpage .cartpage .select_btn .select .list3 {
  padding: 3% 2%;
  margin: 0 2% 0 0;
  width: 12%;
  font-size: 1.4rem;
  text-align: center;
}

.orderpage .cartpage .select_btn .btn {
  width: 30%;
}

.orderpage .cartpage .select_btn .btn1 {
  display: inline-block;
  padding: 7% 14%;
  margin: 0 4% 0 0;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: .1em;
  color: #ffffff;
  border: 1px solid #686a6b;
  background: #686a6b;
}

.orderpage .cartpage .select_btn .btn1:hover {
  background: #bc204c;
  border: 1px solid #bc204c;
  box-shadow: 0px 4px 4px -4px rgb(0 0 0 / 60%);
}

.orderpage .cartpage .select_btn .btn2 {
  display: inline-block;
  padding: 7% 10%;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: .1em;
  color: #ffffff;
  border: 1px solid #686a6b;
  background-color: #B3B3B3;
}

.orderpage .cartpage .select_btn .btn2:hover {
  background: #bc204c;
  border: 1px solid #bc204c;
  box-shadow: 0px 4px 4px -4px rgb(0 0 0 / 60%);
}

@media screen and (max-width: 768px) {
  .orderpage .cartpage h3 {
    font-size: 2rem;
    text-align: left;
    margin: 0;
}
  .orderpage .cartpage .aten_info1 {
    padding: 2% 4%;
    font-size: 1.6rem;
  }
  @media screen and (max-width: 500px) {
    .orderpage .cartpage .aten_info1 {
      text-align: left;
    }
  }
  .orderpage .cartpage .infoimg {
    width: 100%;
  }
  .orderpage .cartpage .infoimg img {
    margin: 40px auto;
  }
  .orderpage .cartpage .infobox {
    width: 100%;
  }
  .orderpage .cartpage .form_btn {
    position: static;
    margin: 0;
  }
  .orderpage .cartpage .form_btn .form {
    width: 100%;
    margin: 4% 4% 0 0;
    text-align: center;
  }
  .orderpage .cartpage .form_btn .form .qty {
    padding: 2%;
    margin: 0 2% 0 0;
    width: 24%;
    font-size: 2rem;
  }
  .orderpage .cartpage .form_btn .form .subprc {
    padding: 2%;
    margin: 0 2% 0 0;
    width: 40%;
    font-size: 2rem;
    text-align: center;
  }
  .orderpage .cartpage .form_btn .btn {
    width: 100%;
    text-align: center;
    margin: 0 0 40px;
  }
  .orderpage .cartpage .form_btn .btn1 {
    display: inline-block;
    padding: 4% 6%;
    margin: 8% 0 8%;
    width: 80%;
  }
  .orderpage .cartpage .form_btn .btn2 {
    display: inline-block;
    padding: 4% 6%;
    margin: 0;
    width: 80%;
  }
  .orderpage .cartpage .ttlprcbox .ttlpdl {
    width: 100%;
    margin: 0;
    padding: .5em;
    border-bottom: 1px solid #cccccc;
    background: #eeeeee;
  }
  .orderpage .cartpage .ttlprcbox .ttlpdl dt {
    width: 25%;
    font-size: 1.4rem;
  }
  .orderpage .cartpage .ttlprcbox .ttlpdl dd {
    width: 75%;
    font-size: 1.4rem;
  }
  .orderpage .cartpage .ttlprcbox .ttlpdl .total {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .orderpage .cartpage .ttlprcbox .ttlpdl .total input {
    font-size: 1.4rem;
  }
  .orderpage .cartpage .ttlprcbox .ttlpdl dd input {
    width: 60px;
    font-size: 1.4rem;
  }
  .orderpage .cartpage .ttlprcbox .ttlpdl dd .ttlqty {
    width: 30px;
  }
  .orderpage .cartpage .odrbtnbox {
    margin: 20px 0 70px;
  }
  .orderpage .cartpage .fptxtlst {
    margin: 0 0 40px;
  }
  .orderpage .cartpage .bntlstbox {
    justify-content: center;
  }
  .orderpage .cartpage .select_btn {
    position: static;
    margin: 0;
    flex-wrap: wrap;
  }
  .orderpage .cartpage .select_btn .select {
    width: 100%;
    margin: 4% 0 0 0;
    text-align: left;
  }
  .orderpage .cartpage .select_btn .select .list1 {
    padding: 3% 2%;
    margin: 0 2% 6% 0;
    width: 80%;
    font-size: 1.4rem;
  }
  .orderpage .cartpage .select_btn .select .list2 {
    padding: 3% 2%;
    margin: 0 2% 0 0;
    width: 30%;
    font-size: 1.4rem;
    text-align: center;
  }
  .orderpage .cartpage .select_btn .select .list3 {
    padding: 3% 2%;
    margin: 0 2% 0 0;
    width: 16%;
    font-size: 1.4rem;
    text-align: center;
  }
  .orderpage .cartpage .select_btn .btn {
    width: 100%;
    text-align: center;
    margin: 0 0 40px;
  }
  .orderpage .cartpage .select_btn .btn1 {
    display: inline-block;
    padding: 4% 6%;
    margin: 8% 0 8%;
    width: 80%;
  }
  .orderpage .cartpage .select_btn .btn2 {
    display: inline-block;
    padding: 4% 6%;
    margin: 0;
    width: 80%;
  }
}

/*配送・決済方法*/

.orderpage .order_method h2 {
  padding: 2%;
  margin: 0 0 40px;
  text-align: center;
  font-size: 2.4rem;
  color: #ffffff;
  background: #333333;
  letter-spacing: .1em;
}

.orderpage .order_method .methodbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4%;
  margin: 0 0 60px;
  border: #333333 solid 1px;
}

.orderpage .order_method h3 {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: .1em;
}

.orderpage .order_method .h3_info {
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
  font-size: 1.4rem;
}

.orderpage .order_method .tab_container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.orderpage .order_method .tab_item {
  width: 49%;
  padding: 2% 0;
  background-color: #ececec;
  border-bottom: 3px solid #ececec;
  color: #bc204c;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin: 0;
  font-size: 1.8rem;
}

.orderpage .order_method .tab_item:hover {
  background-color: #ececec;
  border-bottom: 3px solid #bc204c;
}

input[name="tab_item"] {
  display: none;
}

.orderpage .order_method .tab_content {
  width: 100%;
  display: none;
  padding: 1em 0 0;
  overflow: hidden;
}

#tab1:checked~#tab1_content, #tab2:checked~#tab2_content {
  display: block;
}

.orderpage .order_method .tab_container input:checked+.tab_item {
  background-color: #bc204c;
  border-bottom: 3px solid #bc204c;
  color: #ffffff;
}

.orderpage .order_method .method1 {
  width: 100%;
  padding: 2% 4% 3%;
  border: solid #bc204c 6px;
}

.orderpage .order_method .methodbox h4 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: .1em;
}

.orderpage .order_method .methodbox .price {
  text-align: center;
  font-size: 2rem;
  letter-spacing: .1em;
}

.orderpage .order_method .methodbox .price_atn {
  text-align: center;
  font-size: 1.4rem;
}

.orderpage .order_method .methodbox .price_info {
  margin: 0 0 30px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.orderpage .order_method .methodbox .method_atn {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6em;
}

.orderpage .order_method .method2 {
  width: 100%;
  padding: 2% 4% 3%;
  border: solid #bc204c 6px;
}

.orderpage .order_method .method2 .select {
  padding: 0 0 2%;
  margin: 0;
  text-align: center;
}

.orderpage .order_method .method2 .list1, .orderpage .order_method .method2 .list2 {
  padding: 2%;
  margin: 0 0 0 10%;
}


.orderpage .order_method .infofrmd {
  margin: 40px 0;
  text-align: center;
}

.orderpage .order_method .paymentbox {
  margin: 0 0 80px;
}

.orderpage .order_method .paymentbox label {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  padding: 2%;
  margin: 2%;
  border: #cccccc solid 6px;
  align-items: baseline;
  font-size: 2rem;
}
/*
.orderpage .order_method .paymentbox label:focus-within {
  border: #bc204c solid 6px;
}
*/
.orderpage .order_method .paymentbox label input {
  margin: 0 1% 0 0;
}

.orderpage .order_method .paymentbox .pay_txt {
  font-size: 1.4rem;
  margin: 0 0 0 1.6em;
  width: 100%;
}

.orderpage .order_method .paymentbox .pay_atn {
  width: 94%;
  margin: 2% 0 1% 6%;
  font-size: 1.4rem;
  font-weight: bold;
}

.orderpage .order_method .paymentbox .pay_atn_txt {
  width: 94%;
  margin: 0 0 2% 6%;
  font-size: 1.2rem;
}

.orderpage .order_method .paymentbox .pay_img {
  width: 90%;
  margin: 0 auto 2%;
  display: block;
}
.orderpage .order_method .paymentbox .pay_img img {
  width: 100%;
}

.orderpage .order_method .paymentbox .opacty {
  opacity: .4;
}

.orderpage .order_method .method3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4%;
  margin: 0 0 60px;
  border: #333333 solid 1px;
}

.orderpage .order_method .method3 h3 {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: .1em;
}

.orderpage .order_method .method3 .h3_info {
  width: 100%;
  margin: 20px 0;
  text-align: left;
  font-size: 1.4rem;
}

.orderpage .order_method .method3 .consent {
  width: 100%;
  margin: 20px auto 40px;
  text-align: center;
  font-size: 1.8rem;
}

.orderpage .order_method .method3 label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border: none;
}
/*
.orderpage .order_method .method3 label:focus-within {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border: none;
}
*/

.orderpage .order_method .method3 .consent input {
  width: 6%;
  height: 20px;
}

.orderpage .order_method .method4 h3 {
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  text-align: left;
  font-size: 1.8rem;
  letter-spacing: .1em;
}

.orderpage .order_method .method4 .h3_info {
  width: 100%;
  margin: 0 0 20px;
  text-align: left;
  font-size: 1.4rem;
}

.orderpage .order_method .method4 textarea {
  width: 100%;
  height: 20vh;
  padding: 2%;
  margin: 0 0 30px;
  resize: vertical;
}

.orderpage .order_method .method4 .bntlstbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.orderpage .order_method .method4 .btn1 {
  display: inline-block;
  margin: 0 1em;
  padding: 1em 2em;
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: .1em;
  color: #ffffff;
  border: 1px solid #cccccc;
  background: #cccccc;
}

.orderpage .order_method .method4 .btn2 {
  display: inline-block;
  margin: 0 1em;
  padding: 1em 2em;
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: .1em;
  color: #ffffff;
  border: 1px solid #333333;
  background: #333333;
}

.orderpage .order_method .bntlstbox li a:hover, .orderpage .order_method .bntlstbox li button:hover {
  border: 1px solid #bc204c;
  background: #bc204c;
  box-shadow: 0px 4px 4px -4px rgb(0 0 0 / 60%);
}

@media screen and (max-width: 768px) {
  .orderpage .order_method .method1 {
    width: 100%;
    margin: 0 0 30px;
    padding: 4%;
  }
  .orderpage .order_method .methodbox .method_atn {
    text-align: left;
  }
  .orderpage .order_method .method2 {
    width: 100%;
    margin: 0 0 20px;
  }
  .orderpage .order_method .methodbox h4, .orderpage .order_method .methodbox .price {
    font-size: 1.8rem;
  }
  .orderpage .order_method .paymentbox label {
    margin: 0 auto 30px;
  }
  .orderpage .order_method .method3 .consent input {
    width: 8%;
  }
  .orderpage .order_method .method4 .bntlstbox {
    flex-wrap: wrap;
  }
  .orderpage .order_method .method4 .bntlstbox li {
    margin: 0 auto 30px;
  }
  .orderpage .order_method .method4 .btn1 {
    padding: 1em 7em;
  }
  .orderpage .order_method .method4 .btn2 {
    padding: 1em 4.3em;
  }
}

@media screen and (max-width: 500px) {
  .orderpage .order_method .tab_item {
    font-size: 3.4vw;
  }
  .orderpage .order_method .methodbox .price_info {
    font-size: 4vw;
  }
  .orderpage .order_method .methodbox .method_atn {
    font-size: 3vw;
  }
  .orderpage .order_method .method2 .list1, .orderpage .order_method .method2 .list2 {
    padding: 2%;
    margin: 0 0 0 2%;
  }
  .orderpage .order_method .method2 .select {
    padding: 0 0 4%;
    margin: 0;
    text-align: right;
  }
  .orderpage .order_method .method3 h3 {
    padding: 8% 0;
    font-size: 4.8vw;
    line-height: 2.4rem;
  }
  .orderpage .order_method .paymentbox label {
    font-size: 4.6vw;
  }
  .orderpage .order_method .paymentbox label input {
    margin: 0 2.5% 0 0;
  }
}

.orderpage h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding: 10px;
}

.orderpage h3.nomalItem {
  background-color: #98383C;
  color: #ffffff;
}

.orderbox h3.subscriptionItem {
  background-color: #989238;
  color: #ffffff;
}

.orderpage .orderinfo {
  margin: 0 0 5%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #9F0D36;
}

.orderpage .orderbox {
  width: 100%;
  margin: 0 auto;
  padding: 3em 2em;
}

.orderpage .orderbox .orderlst {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #cccccc;
}

.orderpage .orderbox .orderlst li {
  padding: 2em 1em;
  border-bottom: 1px solid #cccccc;
}

.orderpage .orderbox .orderlst li:last-child {
  margin-bottom: 0;
}

.orderpage .orderbox .orderlst .bkimg {
  width: 20%;
  text-align: center;
}

.orderpage .orderbox .orderlst .bkimg img {
  width: 80%;
  box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.6);
}

.orderpage .orderbox .orderlst .infobox {
  width: 80%;
  padding: 0 1em;
  position: relative;
}

.orderpage .orderbox .orderlst .infobox h2 {
  font-size: 2rem;
  line-height: 1.2em;
  letter-spacing: .1em;
  text-align: left;
}

.orderpage .orderbox .orderlst .infobox h2 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.orderpage .orderbox .orderlst .infobox h2 span {
  display: block;
  font-size: 1.2rem;
}

.orderpage .orderbox .orderlst .infobox .price {
  margin: .4em auto 1em;
  font-size: 1.8rem;
  letter-spacing: .1em;
}

.orderpage .orderbox .orderlst .infobox .npbox {
  margin: 1em auto 0;
}

.orderpage .orderbox .orderlst .infobox .npbox label {
  margin: 0 0 0 .5em;
}

.orderbox .delivery {
  background-color: #FAFFE9;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  margin: 15px 0;
}

.orderbox .delivery span {
  font-size: 18px;
  font-weight: bold;
  color: #E23B6B;
}

.orderpage .orderbox .orderlst .cartbox {
  position: absolute;
  bottom: 0;
  right: 0;
}

.orderpage .orderbox .orderlst .cartbox .prcbox {
  font-size: 1.4rem;
}

.orderpage .orderbox .orderlst .cartbox .prcbox input {
  margin: 0 .5em 0 0;
  padding: .5em;
  font-size: 1.8rem;
  text-align: right;
  border: 1px solid #cccccc;
}

.orderpage .orderbox .orderlst .cartbox .prcbox .qty {
  width: 50px;
  padding: .5em;
}

.orderpage .orderbox .orderlst .cartbox .prcbox .subprc {
  width: 100px;
}

.orderpage .orderbox .orderlst .cartbox .btnbox {
  margin: 0;
  text-align: left;
}

.orderpage .orderbox .orderlst .cartbox .btnbox2 {
  margin: 0;
  text-align: left;
}

.orderpage .orderbox .orderlst .cartbox .btnbox button {
  display: inline-block;
  padding: .5em 2em;
  line-height: 1em;
  letter-spacing: .1em;
  color: #ffffff;
  border: 1px solid #686a6b;
  background: #686a6b;
}

.orderpage .orderbox .orderlst .cartbox .btnbox {
  margin: 0 0 0 2em;
  text-align: left;
}

.orderpage .orderbox .orderlst .cartbox .btnbox button:hover {
  background: #bc204c;
  border: 1px solid #bc204c;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.6);
}

.orderpage .orderbox .ttlprcbox {
  text-align: right;
}

.orderpage .orderbox .ttlprcbox .ttlpdl {
  width: 100%;
  margin: 0;
  padding: 1em 1em .3em 1em;
  border-bottom: 1px solid #cccccc;
  background: #eeeeee;
}

.orderpage .orderbox .ttlprcbox .ttlpdl dt {
  width: 70%;
  padding: .5em 0;
}

.orderpage .orderbox .ttlprcbox .ttlpdl dd {
  width: 30%;
  padding: .5em 0;
}

.orderpage .orderbox .ttlprcbox .ttlpdl .total {
  font-size: 2rem;
  border-top: 1px solid #cccccc;
}

.orderpage .orderbox .ttlprcbox .ttlpdl .total input {
  font-size: 2rem;
}

.orderpage .orderbox .ttlprcbox .ttlpdl dd input {
  width: 100px;
  margin: 0 .5em 0 1em;
  padding: .2em;
  font-size: 1.8rem;
  text-align: right;
  border: 0;
  background: #eeeeee;
}

.orderpage .orderbox .ttlprcbox .ttlpdl dd .ttlqty {
  width: 50px;
}

.orderpage .orderbox .odrbtnbox {
  margin: 1em auto;
}

.orderpage .orderbox .odrbtnbox .fptxtlst li::before {
  content: "※";
}

.orderpage .orderbox .odrbtnbox .bntlstbox {
  margin: 1em auto;
}

.orderpage .orderbox .odrbtnbox .bntlstbox li a, .orderpage .orderbox .odrbtnbox .bntlstbox li button {
  display: inline-block;
  margin: 0 1em;
  padding: 1em 2em;
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: .1em;
  color: #ffffff;
  border: 1px solid #000000;
  background: #000000;
}

.orderpage .orderbox .odrbtnbox .bntlstbox li a:hover, .orderpage .orderbox .odrbtnbox .bntlstbox li button:hover {
  border: 1px solid #bc204c;
  background: #bc204c;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.6);
}

.orderpage .orderbox .oderslct {
  margin: 0 auto 3em;
  padding: 2em 4em;
  text-align: center;
  border: 1px solid #cccccc;
}

.orderpage .orderbox .oderslct h2 {
  margin: 0 auto 1em;
  font-size: 2rem;
  text-align: center;
}

.orderpage .orderbox .oderslct .btnbox {
  margin: 2em auto .5em;
}

.orderpage .orderbox .oderslct .btnbox+p {
  padding: 0 0 2em;
}

.orderpage .orderbox .frmdl {
  width: 100%;
  margin: 1em auto;
  font-size: 1.8rem;
  border-bottom: 1px solid #eeeeee;
}

.orderpage .orderbox .frmdl dt {
  width: 30%;
  padding: 1em;
  border-top: 1px solid #eeeeee;
}

.orderpage .orderbox .frmdl dd {
  width: 70%;
  padding: 1em;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

.orderpage .orderbox .frmdl input[type="text"] {
  width: 100%;
  padding: .5em 1em;
  border: 1px solid #cccccc;
}

.orderpage .orderbox .frmdl input[type="password"] {
  width: 100%;
  padding: .5em 1em;
  border: 1px solid #cccccc;
}

.orderpage .orderbox .frmdl textarea {
  width: 100%;
  height: 10em;
  padding: .5em 1em;
  border: 1px solid #cccccc;
}

.orderpage .orderbox .btnbox {
  margin: 2em auto;
}

.orderpage .orderbox .btnbox button {
  display: inline-block;
  padding: .7em 3em;
  font-size: 2rem;
  line-height: 1em;
  letter-spacing: .1em;
  color: #ffffff;
  border: 1px solid #000000;
  background: #000000;
}

.orderpage .orderbox .btnbox button img {
  width: 24px;
  margin-left: .5em;
  vertical-align: middle;
}

.orderpage .orderbox .btnbox button:hover {
  background: #bc204c;
  border: 1px solid #bc204c;
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.6);
}

.orderpage .orderbox .infofrmdl {
  margin: 0 auto 50px;
  font-size: 1.6rem;
}

.orderpage .orderbox .frmttl {
  margin: 0 auto 1em;
  font-size: 2rem;
  text-align: center;
}

.orderpage .orderbox .infofrmdl dt {
  width: 30%;
  padding: 1em;
  border-top: 1px solid #eeeeee;
}

.orderpage .orderbox .infofrmdl dd {
  width: 70%;
  padding: 1em;
  border-top: 1px solid #eeeeee;
}

.orderpage .orderbox .infofrmdl dd input[type="text"] {
  width: 100%;
  margin: 0 .5em;
  padding: .5em 1em;
  border: 1px solid #cccccc;
}

.orderpage .orderbox .infofrmdl dd input[type="password"] {
  width: 100%;
  margin: 0 .5em;
  padding: .5em 1em;
  border: 1px solid #cccccc;
}

.orderpage .orderbox .infofrmdl dd textarea {
  width: 100%;
  height: 10em;
  margin: 0 .5em;
  padding: .5em 1em;
  border: 1px solid #cccccc;
}

.orderpage .orderbox .infofrmdl dd .inpt2 {
  width: 20% !important;
}

.orderpage .orderbox .infofrmdl dd .inpt3 {
  width: 20% !important;
}

.orderpage .orderbox .btnbox button {
  margin: 0 2em;
}

.orderpage .orderbox .btnbox button[type="reset"] {
  background: #393b3c;
}

.orderpage .orderbox .btnbox button[type="reset"]:hover {
  background: #bc204c;
}

.orderpage .orderbox .exptxt {
  width: 80%;
  margin: 0 auto 1em;
  font-size: 1.6rem;
}

.orderpage .orderbox .fntxt {
  width: 80%;
  margin: 0 auto 1em;
  font-size: 1.8rem;
  text-align: center;
}

.orderpage .orderbox .fnstxt {
  width: 80%;
  margin: 0 auto 2em;
  padding: 1.5em;
  background: #eeeeee;
  border: 1px solid #e1e1e1;
}

.orderpage .orderbox .sbscfrm {
  margin: 0 0 2em;
  font-size: 1.6rem;
}

.orderpage .orderbox .sbscfrm div {
  padding: 0 .5em 0 0;
}

.orderpage .orderbox .sbscfrm div.ttlprc {
  width: 26%;
  font-size: 2.8rem;
  text-align: right;
}

.orderpage .orderbox .sbscfrm div.ttlprc small {
  margin: 0 .1em;
  font-size: 1.6rem;
}

.orderpage .orderbox .sbscfrm div select {
  margin: 0 .5em 0 .5em;
  padding: .5em .7em;
  font-size: 1.8rem;
}

.orderpage .orderbox .sbscfrm div input {
  width: 50%;
  margin: 0 .5em 0 0;
  padding: .5em .7em;
  font-size: 1.8rem;
  text-align: right;
}

.orderpage .orderbox .sbscfrm .btn1 {
  display: inline-block;
  padding: 1.4% 1%;
  margin: 0 4% 0 0;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: .1em;
  color: #ffffff;
  border: 1px solid #686a6b;
  background: #686a6b;
}

.orderpage .orderbox .sbscfrm .btn1:hover {
  background: #bc204c;
  border: 1px solid #bc204c;
  box-shadow: 0px 4px 4px -4px rgb(0 0 0 / 60%);
}

.orderpage .orderbox .sbscfrm .price {
  font-size: 2.8rem;
  letter-spacing: .01px;
}

.scndfrmbox {
  margin-bottom: 2em;
}

.scndfrmbox .frmdl {
  font-size: 1.4rem !important;
}

.scndfrmbox .frmdl dt {
  width: 15% !important;
}

.scndfrmbox .frmdl dd {
  width: 85% !important;
}

@media screen and (max-width: 768px) {
  .orderpage .orderbox {
    padding: 2em 1em;
  }
  .orderpage .orderinfo {
    margin: 5% 0;
    text-align: left;
    font-size: 1.4rem;
  }
  .orderpage .orderbox .orderlst li {
    padding: 1em 0;
  }
  .orderpage .orderbox .orderlst .bkimg {
    width: 100%;
    margin: 1.5em auto 2em;
  }
  .orderpage .orderbox .orderlst .bkimg img {
    width: 40%;
  }
  .orderpage .orderbox .orderlst .infobox {
    width: 100%;
    padding: 0;
  }
  .orderpage .orderbox .orderlst .infobox h2 {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
  .orderpage .orderbox .orderlst .infobox .price {
    font-size: 1.6rem;
  }
  .orderpage .orderbox .orderlst .cartbox .prcbox {
    margin: 0;
  }
  .orderpage .orderbox .orderlst .cartbox {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .orderpage .orderbox .orderlst .cartbox .prcbox input {
    padding: .5em;
    font-size: 1.6rem;
  }
  .orderpage .orderbox .orderlst .cartbox .prcbox .qty {
    width: 50px;
    padding: .5em;
  }
  .orderpage .orderbox .orderlst .cartbox .prcbox .subprc {
    width: 70px;
  }
  .orderpage .orderbox .orderlst .cartbox .btnbox {
    margin: 0 0 0 3%;
    text-align: right;
  }
  .orderpage .orderbox .orderlst .cartbox .btnbox button {
    margin: 0;
    padding: .7em 1em;
    font-size: 1.4rem;
  }
  .orderpage .orderbox .ttlprcbox .ttlpdl {
    width: 100%;
    margin: 0;
    padding: .5em;
    border-bottom: 1px solid #cccccc;
    background: #eeeeee;
  }
  .orderpage .orderbox .ttlprcbox .ttlpdl dt {
    width: 25%;
    font-size: 1.4rem;
  }
  .orderpage .orderbox .ttlprcbox .ttlpdl dd {
    width: 75%;
    font-size: 1.4rem;
  }
  .orderpage .orderbox .ttlprcbox .ttlpdl .total {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .orderpage .orderbox .ttlprcbox .ttlpdl .total input {
    font-size: 1.4rem;
  }
  .orderpage .orderbox .ttlprcbox .ttlpdl dd input {
    width: 60px;
    font-size: 1.4rem;
  }
  .orderpage .orderbox .ttlprcbox .ttlpdl dd .ttlqty {
    width: 30px;
  }
  .orderpage .orderbox .odrbtnbox .bntlstbox {
    justify-content: space-between;
    margin: 1em auto;
  }
  .orderpage .orderbox .odrbtnbox .bntlstbox li a {
    display: inline-block;
    margin: 0 .5em;
    padding: 1em 2em;
    font-size: 1.8rem;
    line-height: 1em;
    letter-spacing: .1em;
    color: #ffffff;
    border: 1px solid #000000;
    background: #000000;
  }
  .orderpage .orderbox .reguser, .orderpage .orderbox .newuser, .orderpage .orderbox .nonuser {
    padding: 1em;
  }
  .orderpage .orderbox .reguser h2, .orderpage .orderbox .newuser h2, .orderpage .orderbox .nonuser h2 {
    font-size: 1.6rem;
  }
  .orderpage .orderbox .frmdl {
    font-size: 1.4rem;
  }
  .orderpage .orderbox .frmdl dt {
    width: 100%;
    padding: 1em 0 .5em;
  }
  .orderpage .orderbox .frmdl dd {
    width: 100%;
    padding: 0 0 1em;
    border-top: 0;
    border-left: 0;
  }
  .orderpage .orderbox .frmdl input[type="text"], .orderpage .orderbox .frmdl input[type="password"] {
    padding: 1em;
  }
  .orderpage .orderbox .btnbox button {
    margin: 0 2% 2em 0;
    padding: 1em 2em;
    font-size: 1.6rem;
  }
  .orderpage .orderbox .infofrmdl {
    font-size: 1.4rem;
  }
  .orderpage .orderbox .frmttl {
    font-size: 1.6rem;
  }
  .orderpage .orderbox .infofrmdl dt {
    width: 100%;
    padding: 1em 0 .5em;
  }
  .orderpage .orderbox .infofrmdl dt::after {
    content: "：";
  }
  .orderpage .orderbox .infofrmdl dd {
    width: 100%;
    padding: 0 0 1em;
    border-top: 0;
  }
  .orderpage .orderbox .infofrmdl dd input[type="text"], .orderpage .orderbox .infofrmdl dd input[type="password"] {
    width: calc(100% - 1em);
    margin: 0 .5em;
    padding: 1em;
  }
  .scndfrmbox .frmdl dt {
    width: 100% !important;
  }
  .scndfrmbox .frmdl dd {
    width: 100% !important;
  }
  .orderpage .orderbox .sbscfrm {
    font-size: 1.6rem;
    margin: 0 0 2em 4em;
  }
  .orderpage .orderbox .sbscfrm div {
    width: 100%;
    padding: 0 0 1em 0;
  }
  .orderpage .orderbox .sbscfrm div:nth-of-type(2), .orderpage .orderbox .sbscfrm div:nth-of-type(3) {
    text-align: right;
  }
  .orderpage .orderbox .sbscfrm div select {
    margin: 0 .5em 1em 0;
    padding: .5em .7em;
    font-size: 1.6rem;
    width: 80%;
  }
  .orderpage .orderbox .sbscfrm div input {
    width: 50%;
    margin: 0 .5em 0 0;
    padding: .5em .7em;
    font-size: 1.6rem;
    text-align: right;
  }
  .orderpage .orderbox .sbscfrm .btn1 {
    padding: 2.4% 4%;
    margin: 0 4% 0 0;
  }
  .orderpage .orderbox .sbscfrm .price {
    letter-spacing: .01px;
  }
  .orderpage .orderbox .sbscfrm.cnf div {
    width: auto;
  }
  .orderpage .orderbox .sbscfrm.cnf div:nth-of-type(3) {
    width: 100%;
  }
  .orderpage .orderbox .sbscfrm div.ttlprc {
    width: 100%;
    font-size: 2.8rem;
    text-align: right;
  }
  .orderpage .orderbox .odrbtnbox .bntlstbox {
    justify-content: center;
    margin: 1em auto;
  }
}

@media screen and (max-width: 500px) {
  .orderpage .orderbox .sbscfrm {
    margin: 0 0 2em;
  }
  .orderpage .orderbox .sbscfrm div select {
    margin: 0 .5em 1em 0;
    padding: .5em .7em;
    font-size: 1.6rem;
    width: 80%;
  }
  .orderpage .orderbox .sbscfrm div input {
    width: 50%;
    margin: 0 .5em 0 0;
    padding: .5em .7em;
    font-size: 1.6rem;
    text-align: right;
  }
  .orderpage .orderbox .sbscfrm .btn1 {
    padding: 2.4% 4%;
    margin: 0 4% 0 0;
  }
  .orderpage .orderbox .sbscfrm .price {
    font-size: 6vw;
    letter-spacing: .01px;
  }
}

/* その他ページ */

.othrbox .infodl {
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
}

.othrbox .infodl dt {
  width: 25%;
  padding: .7em .5em;
  border-top: 1px solid #cccccc;
}

.othrbox .infodl dd {
  width: 75%;
  padding: .7em .5em;
  border-top: 1px solid #cccccc;
}

.othrbox .arealst {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: .7em;
  padding: 1em 0 0;
  background: #f8f8f8;
}

.othrbox .arealst li {
  margin: 0 .5em 1em;
}

.othrbox .strtbl {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.othrbox .strtbl th {
  text-align: center;
  background: #cccccc;
  border: 1px solid #999999;
}

.othrbox .strtbl td {
  border: 1px solid #999999;
}

.othrbox .strtbl .prefcell {
  width: 15%;
  padding: .5em;
  vertical-align: top;
}

.othrbox .strtbl .strcell {
  width: 30%;
}

.othrbox .strtbl .postcell {
  width: 10%;
}

.othrbox .strtbl .addcell {
  width: 30%;
}

.othrbox .strtbl .telcell {
  width: 15%;
}

.othrbox .strtbl .strdl dd {
  padding: .5em;
  border-top: 1px solid #eeeeee;
}

.othrbox .strtbl .strdl dd:nth-of-type(1), .othrbox .strtbl .strdl dd:nth-of-type(2), .othrbox .strtbl .strdl dd:nth-of-type(3), .othrbox .strtbl .strdl dd:nth-of-type(4) {
  border-top: 0;
}

.othrbox .strtbl .strdl .strcell {
  width: 274.5px;
  border-right: 1px solid #eeeeee;
}

.othrbox .strtbl .strdl .postcell {
  width: 91.5px;
  border-right: 1px solid #eeeeee;
}

.othrbox .strtbl .strdl .addcell {
  width: 274.5px;
  border-right: 1px solid #eeeeee;
}

.othrbox .strtbl .strdl .telcell {
  width: 136px;
}

.othrbox .strtbl .strdl .strcell a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  vertical-align: middle;
  background: url("/assets/img/linkarw-green.svg") 50% 50% / 100% auto no-repeat;
}

.txtcntnt .othrbox p {
  margin: 0 auto 1em;
}

.txtcntnt .othrbox ol {
  list-style: decimal;
  margin: 0 0 0 2em;
}

.txtcntnt .othrbox address {
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .othrbox .infodl {
    width: 100%;
    border: 0;
  }
  .othrbox .infodl dt {
    width: 100%;
    padding: .5em;
    text-align: center;
    border-top: 1px solid #cccccc;
    background: #e1e1e1;
  }
  .othrbox .infodl dd {
    width: 100%;
    padding: .7em .5em;
    border-top: 0;
  }
  .othrbox .strtbl th {
    display: none;
  }
  .othrbox .strtbl td {
    display: block;
    border: 0;
  }
  .othrbox .strtbl .prefcell {
    width: 100%;
    padding: .5em;
    text-align: center;
    background: #cccccc;
  }
  .othrbox .strtbl .strdl dd {
    padding: 0 .5em;
    ;
    border-top: 0;
  }
  .othrbox .strtbl .strdl .strcell {
    width: 100%;
    padding: .7em .5em 0;
    border: 0;
    border-top: 1px solid #eeeeee;
  }
  .othrbox .strtbl .strdl .postcell {
    width: 100%;
    border: 0;
  }
  .othrbox .strtbl .strdl .addcell {
    width: 100%;
    border: 0;
  }
  .othrbox .strtbl .strdl .telcell {
    width: 100%;
    padding: 0 .5em .7em;
    border: 0;
  }
}

/* キャンペーン */

.formpage .formcnt .cpfrmdl {
  margin: 2em auto;
  font-size: 1.6rem;
}

.formpage .formcnt .cpfrmdl dt, .formpage .formcnt .cpfrmdl dd {
  padding: .5em;
}

.cplist .cptxt {
  margin: 0 auto 1em;
  padding: 1em;
}

.cplist .booklst .bkimg {
  width: 60% !important;
  margin: 0 auto 1em;
}

.cplist .booklst .infobox {
  width: 100% !important;
}

.cplist .booklst .infobox .cpprice {
  line-height: 1.2em;
  text-align: center;
}

.cplist .booklst .infobox .cpprice:nth-of-type(2) {
  margin-bottom: .7em;
  font-size: 1.8rem;
  color: #ff0000;
}

.cplist .booklst .infobox .cartbtn {
  padding: .5em 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .cplist .booklst .bkimg {
    width: 80% !important;
    margin: 0 auto .5em;
  }
  .cplist .booklst .infobox .cpprice {
    line-height: 1.4em;
  }
  .cplist .booklst .infobox .cpprice:nth-of-type(2) {
    margin-bottom: .5em;
    font-size: 1.6rem;
  }
}

/* 書店向け案内 */

.otherpage .gfsbbox h2 {
  margin: 0 auto 1em;
  padding: .5em 0;
  font-size: 1.8rem;
  text-align: center;
  background: #f1f1f1;
}

.otherpage .gfsbbox .gsfbnewsdl {
  width: 90%;
  margin: 0 auto 3em;
}

.otherpage .gfsbbox .gsfbnewsdl dt {
  margin: 0 auto .3em;
}

.otherpage .gfsbbox .gsfbnewsdl dt::before {
  content: "■";
  margin-right: .5em;
  color: #666666;
}

.otherpage .gfsbbox .gsfbnewsdl dd {
  margin: 0 auto 1.5em;
}

.otherpage .gfsbbox .dlfilelst {
  width: 90%;
  margin: 0 auto 1em;
}

.otherpage .gfsbbox .dlfilelst li {
  list-style: disc;
  margin: 0 0 1em 1em;
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .otherpage .gfsbbox h2 {
    font-size: 1.6rem;
  }
  .otherpage .gfsbbox .gsfbnewsdl {
    width: 100%;
    margin: 0 auto 2em;
  }
  .otherpage .gfsbbox .dlfilelst {
    width: 100%;
  }
  .otherpage .gfsbbox .dlfilelst li {
    margin: 0 0 1em 2em;
    font-size: 1.4rem;
  }
}

/* 広告掲載のご案内 */

.otherpage .advertisement table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width:100%;
  table-layout: fixed;
}

.otherpage .advertisement table tr {
  background-color: #ffffff;
  padding: .35em;
  border: 1px solid #50535d;
}
.otherpage .advertisement table tr:last-child{
  border: none;
}
.otherpage .advertisement table th{
  text-align: center;
  padding: 1%;
  font-size: 1.2rem;
  border-right: 1px solid #ffffff;
}
.otherpage .advertisement table td {
  padding: .4%;
  border: 1px solid #50535d;
  text-align: center;
  font-weight: bold;
}
.otherpage .advertisement table thead tr{
  background-color: #50535d;
  color:#ffffff;
}
.otherpage .advertisement table tbody th {
    border: 2px solid #eeeeee;
}
.otherpage .advertisement table th.non {
    border-right: none;
}

.otherpage .advertisement table .bk_gray{
  background: #edf3f4;
}


.otherpage .advertisement table .txt{
   text-align: left;
   font-size: .85em;
}
.otherpage .red-txt{
  color:#e81010;
  font-weight: bold;
}
.otherpage .advertisement table .blue-txt{
  color:#333c5e;
  font-weight: bold;

}
@media screen and (max-width: 768px) {
  .otherpage .advertisement table th {
    padding: 1%;
    line-height: 3em;
}


}

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

  .otherpage .advertisement table th {
    font-size: 3vw;}

  .otherpage .advertisement table td {
    font-size: 3vw;
  }



  }







/* テキスト採用 */

.formpage .formcnt .tbrfrmdl {
  margin: 2em auto;
  font-size: 1.6rem;
}

.formpage .formcnt .tbrfrmdl dt, .formpage .formcnt .tbrfrmdl dd {
  padding: .5em;
  line-height: 1.4em;
}

.formpage .formcnt .tbrfrmdl input {
  padding: .8em;
}

.formpage .formcnt .btnarea a {
  width: 200px;
  padding: .5em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .formpage .formcnt .btnarea a {
    width: 130px;
    padding: .7em;
    font-size: 1.4rem;
    text-align: center;
  }
}


/* セミナー */

.smnrcnt h2 {
  padding: 0 0 0 1em;
  border-bottom: 7px solid #0c5778;
}

.smnrcnt h2 span {
  display: inline-block;
  padding: .3em 1.5em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  background: #0c5778;
}

.smnrcnt .smnrdl {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #0c5778;
}

.smnrcnt .smnrdl dt {
  padding: 1em;
  border-top: 2px dotted #cccccc;
}

.smnrcnt .smnrdl dd {
  padding: 1em;
  border-top: 2px dotted #cccccc;
}

.smnrcnt .smnrdl .smnrdate {
  width: 15%;
}

.smnrcnt .smnrdl .smnrcat {
  width: 15%;
}

.smnrcnt .smnrdl .smnrname {
  width: 55%;
}

.smnrcnt .smnrdl .smnrbtn {
  width: 15%;
  text-align: right;
}

.smnrcnt .smnrdl dd, .smnrcnt .smnrdl dt {
  border: 0;
}

.smnrcnt .smnrdl .smnrbtn .detailbtn a {
  display: inline-block;
  padding: .3em .7em;
  color: #0c5778 !important;
  border: 1px solid #0c5778;
  background: #ffffff;
}

.smnrcnt .smnrdl .smnrbtn .detailbtn a:hover {
  color: #ffffff !important;
  background: #0c5778;
}

.smnr_detail .content {
  background: #ffffff url("/themed/default/images/seminar/smnr_bg.png") 50% 0 / 100% auto no-repeat;
}

.smnr_detail h1 {
  padding: 0 !important;
  border-left: 0 !important;
  border-bottom: 5px solid #236246;
}

.smnr_detail h1 span {
  display: inline-block;
  padding: .5em 2em;
  color: #ffffff;
  background: #236246;
}

.smnr_detail h1 span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: .2em;
  vertical-align: middle;
  background: url("/assets/img/lightbulb-regular.svg") 50% 50% / auto 100% no-repeat;
}

.smnr_detail .dfcltdl {
  width: 96%;
  margin: 2em auto;
}

.smnr_detail .dfcltdl dt {
  margin: 0 0 1em;
  padding: 0 0 .2em;
  font-size: 1.8rem;
  color: #236246;
  border-bottom: 2px solid #236246;
}

.smnr_detail .dfcltdl dt span {
  margin: 0 .5em;
  letter-spacing: .1em;
}

.smnr_detail .dfcltdl dd {
  padding: 0 0 1em;
  border-bottom: 1px dotted #236246;
}

.smnr_detail h2 {
  margin: 2.5em 0 .7em;
  font-size: 2rem;
  letter-spacing: .1em;
  font-weight: bold;
  text-align: center;
  color: #236246;
}

.smnr_detail h2::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 .5em;
  vertical-align: middle;
  background: url("/assets/img/book-solid.svg") 50% 50% / auto 100% no-repeat;
}

.smnr_detail p {
  width: 96%;
  margin: 0 auto;
}

.smnr_detail .rcmbox {
  margin: 3em auto;
}

.smnr_detail .rcmbox .rcmsmnr {
  width: 45%;
  margin: 0 2% 2%;
}

.smnr_detail .rcmbox .rcmsmnr h3 {
  margin: 0 0 1em;
  padding: 0 0 .2em;
  font-size: 1.6rem;
  text-align: center;
  color: #236246;
  border-bottom: 2px solid #236246;
}

.smnr_detail .rcmbox .rcmsmnr .smnrlst li {
  width: 30%;
  text-align: center;
}

.smnr_detail .rcmbox .rcmsmnr .smnrlst li .btnbox {
  margin: .5em 0;
}

.smnr_detail .rcmbox .rcmsmnr .smnrlst li .btnbox a {
  display: block;
  padding: .3em 0;
  font-size: 1.2rem;
  color: #000000;
  border: 1px solid #000000;
  background: #ffffff;
}

.smnr_detail .rcmbox .rcmsmnr .smnrlst li .btnbox a:hover {
  color: #fefbc6 !important;
  background: #000000;
}

.smnr_detail .smnrgrid {
  display: grid;
  grid-template-columns: 20% 40% 40%;
  grid-template-rows: auto 100px 100px 100px;
  border-top: 1px solid #949494;
  border-left: 1px solid #949494;
}

.smnr_detail .smnrgrid div {
  display: grid;
  place-items: center;
  padding: .5em 1em;
  font-size: 1.6rem;
  border-bottom: 1px solid #949494;
  border-right: 1px solid #949494;
}

.smnr_detail .smnrgrid .colttl {
  grid-row: 1;
  grid-column: 1;
}

.smnr_detail .smnrgrid .colttl1 {
  grid-row: 1;
  grid-column: 2;
  font-size: 2rem;
  text-align: center;
  background: #c2c2c2;
}

.smnr_detail .smnrgrid .colttl2 {
  grid-row: 1;
  grid-column: 3;
  font-size: 2rem;
  text-align: center;
  background: #c2c2c2;
}

.smnr_detail .smnrgrid .rowttl1 {
  grid-row: 2;
  grid-column: 1;
  text-align: center;
}

.smnr_detail .smnrgrid .rowttl2 {
  grid-row: 3;
  grid-column: 1;
  text-align: center;
}

.smnr_detail .smnrgrid .rowttl3 {
  grid-row: 4;
  grid-column: 1;
  text-align: center;
}

.smnr_detail .smnrgrid .smnr1-1 {
  grid-row: 2;
  grid-column: 2;
}

.smnr_detail .smnrgrid .smnr1-2 {
  grid-row: 3;
  grid-column: 2;
  text-align: center;
}

.smnr_detail .smnrgrid .smnr1-3 {
  grid-row: 4;
  grid-column: 2;
}

.smnr_detail .smnrgrid .smnr2-1 {
  grid-row: 2;
  grid-column: 3;
}

.smnr_detail .smnrgrid .smnr2-2 {
  grid-row: 3;
  grid-column: 3;
  text-align: center;
}

.smnr_detail .smnrgrid .smnr2-3 {
  grid-row: 4;
  grid-column: 3;
}

.smnr_detail .smnrgrid small {
  display: block;
  line-height: 1.3em;
  color: #ff0000;
}

.smnr_form h2 {
  margin: 0 auto 1em;
  padding: 0 0 0 .5em;
  font-size: 2rem;
  line-height: 1.3em;
  letter-spacing: .1em;
  border-left: 5px solid #333333;
}

@media screen and (max-width: 768px) {
  .smnr_detail h1 {
    border-bottom: 3px solid #236246;
  }
  .smnr_detail h1 span {
    padding: .5em 1em;
    font-size: 1.8rem;
  }
  .smnr_detail h1 span::before {
    width: 18px;
    height: 18px;
  }
  .smnrcnt h2 {
    border-bottom: 3px solid #0c5778;
  }
  .smnrcnt h2 span {
    padding: .2em 1em;
    font-size: 1.6rem;
  }
  .smnrcnt .smnrdl {
    width: 100%;
  }
  .smnrcnt .smnrdl .smnrdate {
    width: 25%;
    padding: .7em .2em .3em;
    border-top: 1px dotted #cccccc;
  }
  .smnrcnt .smnrdl .smnrcat {
    width: 75%;
    padding: .7em .2em .3em;
    border-top: 1px dotted #cccccc;
  }
  .smnrcnt .smnrdl .smnrname {
    width: 70%;
    padding: .3em .2em .7em;
  }
  .smnrcnt .smnrdl .smnrbtn {
    width: 30%;
    padding: .3em .2em .7em;
  }
  .smnrcnt .smnrdl .smnrbtn .detailbtn a {
    padding: .3em;
  }
  .smnr_detail .detailbox {
    padding: 1em 0 !important;
  }
  .smnr_detail .dfcltdl {
    width: 100%;
    margin: 1.5em auto;
  }
  .smnr_detail .dfcltdl dt {
    margin: 0 0 .7em;
    padding: 0 0 .1em;
  }
  .smnr_detail h2 {
    margin: 1.5em 0 .7em;
  }
  .smnr_detail p {
    width: 100%;
  }
  .smnr_detail .rcmbox {
    margin: 2em auto;
  }
  .smnr_detail .rcmbox .rcmsmnr {
    width: 96%;
    margin: 0 2% 8%;
  }
  .smnr_detail .smnrgrid {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    border-top: 1px solid #949494;
    border-left: 1px solid #949494;
  }
  .smnr_detail .smnrgrid div {
    display: grid;
    place-items: center;
    padding: .5em 1em;
    font-size: 1.4rem;
  }
  .smnr_detail .smnrgrid .colttl {
    display: none;
  }
  .smnr_detail .smnrgrid .colttl1 {
    grid-row: 1;
    grid-column: 1;
    font-size: 1.6rem;
  }
  .smnr_detail .smnrgrid .colttl2 {
    grid-row: 5;
    grid-column: 1;
    font-size: 1.6rem;
  }
  .smnr_detail .smnrgrid .rowttl1 {
    display: none;
  }
  .smnr_detail .smnrgrid .rowttl2 {
    display: none;
  }
  .smnr_detail .smnrgrid .rowttl3 {
    display: none;
  }
  .smnr_detail .smnrgrid .smnr1-1 {
    grid-row: 2;
    grid-column: 1;
  }
  .smnr_detail .smnrgrid .smnr1-2 {
    grid-row: 3;
    grid-column: 1;
  }
  .smnr_detail .smnrgrid .smnr1-3 {
    grid-row: 4;
    grid-column: 1;
  }
  .smnr_detail .smnrgrid .smnr2-1 {
    grid-row: 6;
    grid-column: 1;
  }
  .smnr_detail .smnrgrid .smnr2-2 {
    grid-row: 7;
    grid-column: 1;
  }
  .smnr_detail .smnrgrid .smnr2-3 {
    grid-row: 8;
    grid-column: 1;
  }
  .smnr_detail .smnrgrid .smnr1-1 .forsp, .smnr_detail .smnrgrid .smnr2-1 .forsp {
    margin: 0 0 .7em;
  }
  .smnr_detail .smnrgrid .smnr1-1::before, .smnr_detail .smnrgrid .smnr2-1::before {
    content: "申込期間";
    display: block;
    margin: 0 0 .3em;
    padding: 0 2em .2em;
    text-align: center;
    border-bottom: 1px dotted #cccccc;
  }
  .smnr_detail .smnrgrid .smnr1-2::before, .smnr_detail .smnrgrid .smnr2-2::before {
    content: "筆記試験";
    display: block;
    margin: 0 0 .3em;
    padding: 0 2em .2em;
    text-align: center;
    border-bottom: 1px dotted #cccccc;
  }
  .smnr_detail .smnrgrid .smnr1-3::before, .smnr_detail .smnrgrid .smnr2-3::before {
    content: "技能試験";
    display: block;
    margin: 0 0 .3em;
    padding: 0 2em .2em;
    text-align: center;
    border-bottom: 1px dotted #cccccc;
  }
  .smnr_form .btnbox button {
    padding: 1em 1em !important;
    font-size: 1.6rem !important;
  }
}

/* コンテンツ用共通 */

.cntnt {
  margin: 0 auto 3em;
}

.cntnt>h2, .cntnt section>h2 {
  margin: 0 auto 1.2em;
  padding: 0 0 0 .5em;
  font-size: 2rem;
  line-height: 1.3em;
  border-left: 7px solid #9f0c36;
}

.cntnt>h2.type2, .cntnt section>h2.type2 {
  width: 80%;
  margin: 0 auto 1.2em;
  padding: 0 0 0 .5em;
  font-size: 2rem;
  line-height: 1.3em;
  border-left: 7px solid #9f0c36;
}

.cntnt>h3 {
  margin: 0 auto .5em;
  font-size: 1.8rem;
}

.cntnt>p {
  margin: 0 auto 2em;
}

.cntnt .bgbox {
  margin: 3em auto;
  padding: 2em;
  background: #f8f8f8;
}

.cntnt .opdl dt {
  margin: 1em auto 0;
  font-weight: bold;
}

.cntnt .opdl dt:nth-of-type(1) {
  margin: 0 auto;
}

.cntnt .opdl dt::before {
  content: "〇";
}

.cntnt .liblst {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.cntnt .liblst li {
  display: flex;
  margin: 0 2% 5% 0;
  width: 48%;
}

.cntnt .liblst li:nth-of-type(even) {
  display: flex;
  margin: 0 0 5% 2%;
  width: 48%;
}

.cntnt .liblst li .bookpct {
  width: 40%;
}

.cntnt .liblst li>div {
  width: 60%;
  padding-left: 1em;
}

.cntnt .liblst li>div h2 {
  margin: 0 auto .3em;
  padding: 0 0 0 .3em;
  font-size: 1.8rem;
  line-height: 1.3em;
  border-left: 5px solid #9f0c36;
}

.cntnt .tocntct {
  text-align: center;
}

.cntnt .tocntct .tottl {
  font-size: 2rem;
}

.cntnt .tocntct .tottl+p {
  margin: 1em auto;
}

.cntnt .tocntct .cntctinfo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1em 0 0;
}

.cntnt .tocntct .cntctinfo>* {
  width: 40%;
  padding: 0 1em;
  line-height: 1.6em;
}

.cntnt .tocntct .cntctinfo>div {
  border-right: 1px solid #999999;
}

.cntnt .tocntct .cntctinfo>div p {
  font-size: 1.8rem;
  letter-spacing: .1em;
}

.cntnt .tocntct .cntctinfo>div p i {
  margin-right: .2em;
  font-size: 2.4rem;
  vertical-align: middle;
  color: #9f0c36;
}

.cntnt .tocntct .totel p {
  margin: 0 auto;
  font-size: 2.4rem;
}

.cntnt .tocntct .totel i {
  margin-right: .2em;
  font-size: 3rem;
  vertical-align: middle;
}

.cntnt .tocntct .cntctinfo .btnbox {
  margin: 0;
}

.cntnt .tocntct .cntctinfo .btnbox a {
  font-size: 1.6rem;
  margin: 1em auto;
  padding: .8em 1.5em;
}

.cntnt .tocntct .cntctinfo.btnonly .btnbox {
  width: 30%;
}

.cntnt .tocntct .cntctinfo.btnonly .btnbox a {
  width: 100%;
}

.cntnt.fixpos .tocntct {
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 1px solid #cccccc;
  background: rgba(248, 248, 248, .9);
}

.cntnt .abbox, .cntnt .pxbox, .cntnt .abvbox {
  padding: 2em;
  background: #f8f8f8;
}

.cntnt .abbox .ablst li {
  width: 50%;
  margin: 0 0 1em;
  padding-right: 1em;
}

.cntnt .pxbox h3 {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.3em;
  height: 42px;
}

.cntnt .pxbox h3::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.cntnt .pxbox .pxlst {
  display: flex;
  flex-wrap: wrap;
}

.cntnt .pxbox .pxlst li {
  width: 30%;
  margin: 0 3% 3% 0;
}

.cntnt .pxbox .pxlst li:nth-of-type(3n) {
  margin: 0 0 3% 0;
}

.cntnt .pxbox .pxlst a {
  margin: .5em 0 0 1em;
  padding: .2em .7em .3em .3em;
  border: 1px solid #666666;
}

.cntnt .pxbox .pxlst a:hover {
  border: 1px solid #9f0c36;
}

.cntnt .pxbox .pxlst a i {
  margin-right: .3em;
}

.cntnt .advdl {
  border-bottom: 1px solid #eeeeee;
}

.cntnt .advdl li {
  display: flex;
  flex-wrap: wrap;
  padding: .5em 1em;
  font-size: 1.8rem;
  border-top: 1px solid #eeeeee;
}

.cntnt .advdl li .typebox {
  width: 15%;
  letter-spacing: .2em;
}

.cntnt .advdl li .typebox::before {
  content: "〇";
  color: #999999;
}

.cntnt .advdl li .typebox span {
  margin-right: .3em;
}

.cntnt .advdl li .prcbox {
  width: 20%;
  letter-spacing: .2em;
}

.cntnt .advsizelst li {
  width: 31%;
  margin: 0 2% 2% 0;
  line-height: 1.3em;
}

.cntnt .advsizelst li p {
  margin: 0 0 .5em;
}

.cntnt .smapdl {
  font-size: 1.6rem;
}

.cntnt .smapdl dt {
  width: 25%;
  padding: 1.5em 2em 1em;
  font-size: 1.8rem;
  letter-spacing: .1em;
}

.cntnt .smapdl dd {
  width: 75%;
  padding: 1.5em 2em 1em;
}

.cntnt .smapdl .even, .cntnt .smapdl .even+dd {
  background: #f8f8f8;
}

.cntnt .smaplst {
  display: flex;
  flex-wrap: wrap;
}

.cntnt .smaplst li {
  margin: 0 2em 1em 0;
}

.cntnt .smaplst li a i {
  margin-right: .3em;
}

.cntnt .linklst {
  display: flex;
  flex-wrap: wrap;
}

.cntnt .linklst li {
  width: 24%;
  margin: 0 1% 2% 0;
}

.cntnt .gmap {
  position: relative;
  width: 80%;
  height: 0;
  margin: 2em auto;
  padding-top: 56.25%;
}

.cntnt .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .cntnt {
    margin: 0 auto 2em;
  }
  .cntnt h2 {
    margin: 0 auto .8em;
    font-size: 1.8rem;
  }
  .cntnt>h2.type2 {
    width: 100%;
    margin: 0 auto 1em;
    font-size: 1.6rem;
  }
  .cntnt h3 {
    margin: 0 auto .3em;
    font-size: 1.6rem;
  }
  .cntnt p {
    margin: 0 auto 1.5em;
  }
  .cntnt .bgbox {
    margin: 2em auto;
    padding: 1em;
  }
  .cntnt .opdl dt {
    margin: 1em auto 0;
    font-weight: bold;
  }
  .cntnt .liblst li {
    width: 100%;
  }
  .cntnt .liblst li:nth-of-type(even) {
    width: 100%;
  }
  .cntnt .liblst li .bookpct {
    width: 35%;
  }
  .cntnt .liblst li>div {
    width: 65%;
  }
  .cntnt .liblst li>div h2 {
    margin: 0 auto .4em;
  }
  .cntnt .tocntct .tottl {
    font-size: 1.4rem;
  }
  .cntnt .tocntct .tottl+p {
    margin: .5em auto;
  }
  .cntnt .tocntct .cntctinfo>* {
    width: 100%;
    line-height: 1.6em;
  }
  .cntnt .tocntct .cntctinfo>div {
    border-right: 0;
  }
  .cntnt .tocntct .cntctinfo>div p {
    margin: 0 auto .7em;
  }
  .cntnt .tocntct .cntctinfo>div p i {
    margin-right: .2em;
    font-size: 2.4rem;
    vertical-align: middle;
    color: #9f0c36;
  }
  .cntnt .tocntct .cntctinfo .btnbox {
    min-width: 100%;
    margin: 0;
  }
  .cntnt .tocntct .cntctinfo .btnbox a {
    display: block;
    margin-top: .5em;
    font-size: 1.6rem;
  }
  .cntnt .abbox, .cntnt .pxbox, .cntnt .abvbox {
    padding: 1em 1em 0;
    background: #f8f8f8;
  }
  .cntnt .abbox .ablst li {
    width: 100%;
    padding: 0;
  }
  .cntnt .pxbox .pxlst li {
    width: 100%;
    margin: 0 0 1em 0;
  }
  .cntnt .pxbox .pxlst a {
    margin: .3em .5em 0 1em;
    padding: .5em 1.5em .5em 1em;
  }
  .cntnt .advdl li {
    display: flex;
    flex-wrap: wrap;
    padding: .5em 1em;
    font-size: 1.6rem;
    border-top: 1px solid #eeeeee;
  }
  .cntnt .advdl li .typebox {
    width: 40%;
    letter-spacing: .2em;
  }
  .cntnt .advdl li .typebox::before {
    content: "〇";
    color: #999999;
  }
  .cntnt .advdl li .typebox span {
    margin-right: .3em;
  }
  .cntnt .advdl li .prcbox {
    width: 60%;
    letter-spacing: .2em;
  }
  .cntnt .advsizelst li {
    width: 100%;
    margin: 0 0 8%;
  }
  .cntnt .advsizelst li p {
    margin: 0 0 .2em;
  }
  .cntnt .smapdl {
    font-size: 1.4rem;
  }
  .cntnt .smapdl dt {
    width: 100%;
    padding: 1em 0 0;
    font-size: 1.6rem;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
  }
  .cntnt .smapdl dd {
    width: 100%;
    margin-bottom: 1em;
    padding: .5em 0;
  }
  .cntnt .smaplst li {
    margin: 0 1em 1em 0;
  }
  .cntnt .linklst li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .cntnt .linklst li:nth-of-type(even) {
    margin: 0 0 4% 0;
  }
  .cntnt .gmap {
    width: 100%;
    height: 0;
    margin: .5em auto 1em;
    padding-top: 80.25%;
  }
}

.sortbox {
  padding: 1em 0;
  border-top: 1px solid #cccccc;
}

.sortbox .sortlst {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sortbox .sortlst li {
  margin: 0 .7em;
}

.sortbox .sortlst li a {
  padding: .3em .5em .3em .2em;
}

.sortbox .sortlst li a i {
  margin-right: .3em;
}

.sortbox .sortlst li a.actv {
  color: #ffffff;
  background: #333333;
}

@media screen and (max-width: 768px) {
  .sortbox {
    padding: 1em 0 0;
  }
  .sortbox .sortlst {
    justify-content: flex-start;
  }
  .sortbox .sortlst li {
    margin: 0 1em .5em 0;
  }
}

.mypage .mypbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #cccccc;
}

.mypage .mypbtn li {
  width: 14%;
  padding: 0 .2%;
}

.mypage .mypbtn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 0 1em;
  line-height: 1.2em;
  text-align: center;
  background: #ffffff;
}

.mypage .mypbtn li a small {
  display: block;
}

.mypage .mypbtn li a:hover, .mypage .mypbtn li .actv {
  color: #ffffff;
  background: #9f0c36;
}

.mypage .myinfodl dt {
  margin: 0 auto .3em;
  font-size: 1.6rem;
}

.mypage .myinfodl dt::before {
  content: "・";
}

.mypage .myinfodl dd {
  margin: 0 auto 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #eeeeee;
}

.mypage .orderlst li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 1em;
  padding: 1em;
  border-bottom: 1px solid #eeeeee;
}

.mypage .orderlst li.ttl {
  margin: 0 auto;
  padding: .5em 1em;
  text-align: center;
  background: #f8f8f8;
}

.mypage .orderlst li>div {
  width: 22.5%;
  text-align: center;
}

.mypage .orderlst li .ordrbtn {
  width: 10%;
}

.mypage .orderlst li .ordrbtn a {
  display: inline-block;
  padding: .3em 1em;
  color: #ffffff;
  background: #000000;
}

.mypage .orderlst li .ordrbtn a:hover {
  color: #ffffff;
  background: #9f0c36;
}

.mypage .statbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 4em;
  border: 1px solid #333333;
}

.mypage .statbox p {
  padding: .5em 2em;
  font-size: 2rem;
}

.mypage .statbox p:nth-of-type(1) {
  color: #ffffff;
  background: #333333;
}

.mypage .orderitmlst li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 1em .2em;
  border-bottom: 1px solid #eeeeee;
}

.mypage .orderitmlst li:nth-of-type(odd) {
  background: #fdfdfd;
}

.mypage .orderitmlst li.ttl {
  margin: 0 auto;
  padding: .5em 1em;
  text-align: center;
  background: #f8f8f8;
}

.mypage .orderitmlst li>div {
  width: 16.6%;
  padding: 0 .5em;
}

.mypage .orderitmlst li .ordrnum {
  width: 10%;
  text-align: center;
}

.mypage .orderitmlst li .ordrdate {
  width: 10%;
  text-align: center;
}

.mypage .orderitmlst li .itemname {
  width: 50%;
}

.mypage .orderitmlst li .pbldata {
  text-align: center;
  width: 10%;
}

.mypage .orderitmlst li .ordrqty {
  width: 10%;
  text-align: right;
}

.mypage .orderitmlst li .ordrprc {
  width: 10%;
  text-align: right;
}

.mypage .orderdl {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 .2em;
  font-weight: bold;
}

.mypage .orderdl dt {
  width: 80%;
  padding: .5em;
  text-align: right;
}

.mypage .orderdl dd {
  width: 10%;
  padding: .5em;
  text-align: right;
}

.mypage .sendinfo {
  display: flex;
  flex-wrap: wrap;
}

.mypage .sendinfo dt {
  width: 30%;
  padding: 1em .5em;
  border-top: 1px solid #eeeeee;
}

.mypage .sendinfo dd {
  width: 70%;
  padding: 1em .5em;
  border-top: 1px solid #eeeeee;
}

.mypage .dllst li {
  margin-bottom: 2em;
}

.mypage .dllst li .itmname {
  padding: .5em 1em;
  background: #6d6d6d;
}

.mypage .dllst li .itmname a {
  font-size: 1.6rem;
  color: #ffffff;
  ;
}

.mypage .dllst li .itmname a i {
  margin-right: .3em;
}

.mypage .dllst .datalst {
  margin: 0 0 0;
}

.mypage .dllst .datalst li {
  margin: 0;
  padding: .7em 0;
  border-bottom: 1px dotted #999999;
  background: #f8f8f8;
}

.mypage .dllst .datalst li>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.mypage .dllst .datalst li p {
  width: 40%;
}

.mypage .dllst .datalst li .lstnum {
  width: 4%;
  text-align: center;
}

.mypage .dllst .datalst li .dldate {
  text-align: center;
}

.mypage .dllst .datalst li .dlbtn {
  width: 16%;
  padding-right: .5%;
  text-align: center;
}

.mypage .dllst .datalst li .dlbtn a {
  display: block;
  padding: .5em .7em;
  color: #ffffff;
}

.mypage .dllst .datalst li .dlbtn a:hover {
  background: #9f0c36;
}

.mypage .dllst .datalst li .dlbtn .dlb {
  background: #666666;
}

.mypage .dllst .datalst li .dlbtn .ctb {
  background: #000000;
}

.mypage .fprnt {
  font-size: 1.2rem;
  color: #666666;
}

.mypage .btnbox {
  margin: 3em auto;
}

.mypage .adrslst li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 1em;
  border-bottom: 1px solid #eeeeee;
}

.mypage .adrslst li.ttl {
  margin: 0 auto;
  padding: .5em 1em;
  text-align: center;
  background: #f8f8f8;
}

.mypage .adrslst li>div {
  width: 22.5%;
}

.mypage .adrslst li .adrsnum {
  width: 5%;
  text-align: center;
}

.mypage .adrslst li .adrsname {
  width: 25%;
}

.mypage .adrslst li .adrs {
  width: 50%;
}

.mypage .adrslst li .adrsbtn {
  width: 20%;
  text-align: right;
}

.mypage .adrslst li .adrsbtn a {
  display: inline-block;
  margin: 0 .5em;
  padding: .3em 1.5em;
  color: #ffffff;
  background: #000000;
}

.mypage .adrslst li .adrsbtn a:hover {
  color: #ffffff;
  background: #9f0c36;
}

.mypage .mymag h2 {
  margin: 0 auto 1em;
  padding: .7em 0;
  font-size: 2.4rem;
  text-align: center;
  color: #ffffff;
  background: #9f0c36;
}

.mypage .mymag h2+p {
  margin: 0 auto;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.mypage .mymag .mymaglst {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 2em auto 0;
}

.mypage .mymag .mymaglst li {
  width: 23%;
  margin: 0 1%;
}

.mypage .mymag .mymaglst li a {
  display: block;
  padding: 1em .5em;
  font-size: 2.4rem;
  line-height: 1.4em;
  letter-spacing: .1em;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #333333;
}

.mypage .mymag .mymaglst li span {
  display: block;
  font-size: 1.8rem;
}

.mypage .mymag .mymaglst li a:hover {
  background: #9f0c36;
}

.mypage .mymagbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2em 1.5em;
  border: 1px solid #cccccc;
}

.mypage .mymagbox .imgbox {
  width: 30%;
  padding: 0 2%;
  text-align: center;
}

.mypage .mymagbox .imgbox img {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.mypage .mymagbox .imgbox a:hover img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}

.mypage .mymagbox .nmaginfo {
  width: 70%;
}

.mypage .mymagbox .nmaginfo .magttl {
  margin: 0 auto .3em;
  font-size: 1.8rem;
}

.mypage .mymagbox .nmaginfo .magttl span {
  display: inline-block;
  margin-right: 1em;
  padding: .2em .5em;
  font-size: 1.2rem;
  vertical-align: middle;
  border: 1px solid #333333;
}

.mypage .mymagbox .nmaginfo .magttl a {
  margin: 0 auto 1em;
  font-size: 2rem;
}

.mypage .mymagbox .nmaginfo .magsubt {
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
}

.mypage .mymagbox .nmaginfo .magprc {
  margin: 1em auto 0;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .mypage .mypbtn {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .mypage .mypbtn li {
    width: auto;
    margin-bottom: .7em;
  }
  .mypage .mypbtn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding: .7em 1em;
    line-height: 1.2em;
    text-align: center;
    background: #ffffff;
  }
  .mypage .mypbtn li a small {
    display: block;
  }
  .mypage .orderlst li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto 1em;
    padding: 1em;
    border-bottom: 1px solid #eeeeee;
  }
  .mypage .orderlst li>div {
    width: 33%;
    text-align: left;
  }
  .mypage .orderlst li .ordrbtn {
    width: 60%;
    text-align: right;
  }
  .mypage .orderlst li .ordrbtn a {
    padding: .3em 1.5em;
  }
  .mypage .statbox {
    margin: 0 auto 2em;
  }
  .mypage .statbox p {
    width: 60%;
    margin: 0;
    padding: .5em 1em;
    font-size: 1.6rem;
  }
  .mypage .statbox p:nth-of-type(1) {
    width: 40%;
    text-align: center;
  }
  .mypage .orderitmlst li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 1em .2em;
    border-bottom: 1px solid #eeeeee;
  }
  .mypage .orderitmlst li.ttl {
    margin: 0 auto;
    padding: 0 1em;
    text-align: left;
    background: #f8f8f8;
  }
  .mypage .orderitmlst li>div {
    width: auto;
    padding: 0 .5em;
  }
  .mypage .orderitmlst li .ordrnum {
    width: 50%;
    text-align: left;
  }
  .mypage .orderitmlst li .ordrdate {
    width: 50%;
    text-align: left;
  }
  .mypage .orderitmlst li .itemname {
    width: 100%;
  }
  .mypage .orderitmlst li .pbldata {
    text-align: left;
    width: 33%;
  }
  .mypage .orderitmlst li .ordrqty {
    width: 33%;
  }
  .mypage .orderitmlst li .ordrprc {
    width: 33%;
  }
  .mypage .orderdl dt {
    width: 33%;
  }
  .mypage .orderdl dd {
    width: 33%;
  }
  .mypage .sendinfo dt {
    width: 100%;
    padding: .5em .5em 0;
    color: #666666;
  }
  .mypage .sendinfo dd {
    width: 100%;
    padding: 0 .5em .5em;
    border-top: 0;
  }
  .mypage .dllst li .itmname {
    margin: 0;
    padding: 1em .5em;
    line-height: 1.3em;
  }
  .mypage .dllst li .itmname a {
    font-size: 1.4rem;
  }
  .mypage .dllst .datalst li {
    margin: 0;
    padding: .7em 0;
    border-bottom: 1px dotted #999999;
    background: #f8f8f8;
  }
  .mypage .dllst .datalst li>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .mypage .dllst .datalst li .lstnum {
    width: 8%;
    margin: 0 0 .5em;
  }
  .mypage .dllst .datalst li .dlitm {
    width: 92%;
    margin: 0 0 .5em;
  }
  .mypage .dllst .datalst li .dldate {
    width: 100%;
    margin: 0 0 .5em;
    padding-left: 2em;
    text-align: left;
  }
  .mypage .dllst .datalst li .dlbtn {
    width: 100%;
    margin: 0 0 .5em;
    padding-right: .5%;
    text-align: center;
  }
  .mypage .dllst .datalst li .dlbtn a {
    width: 64%;
    margin: 0 auto;
    padding: .7em;
    color: #ffffff;
  }
  .mypage .dllst .datalst li .dlbtn a:hover {
    background: #9f0c36;
  }
  .mypage .dllst .datalst li .dlbtn .dlb {
    background: #666666;
  }
  .mypage .dllst .datalst li .dlbtn .ctb {
    background: #000000;
  }
  .mypage .adrslst {
    border-top: 1px solid #eeeeee;
  }
  .mypage .adrslst li.ttl {
    display: none;
  }
  .mypage .adrslst li .adrsnum {
    width: 10%;
  }
  .mypage .adrslst li .adrsname {
    width: 90%;
  }
  .mypage .adrslst li .adrs {
    width: 100%;
  }
  .mypage .adrslst li .adrsbtn {
    width: 100%;
    padding: .5em 0 0;
    text-align: center;
  }
  .mypage .adrslst li .adrsbtn a {
    margin: 0 1em;
  }
  .mypage .mymag h2 {
    margin: 0 auto .7em;
    padding: .7em 0;
    font-size: 2rem;
  }
  .mypage .mymag h2+p {
    margin: 0 auto;
    font-size: 1.8rem;
  }
  .mypage .mymag .mymaglst {
    margin: 1em auto 0;
  }
  .mypage .mymag .mymaglst li {
    width: 48%;
    margin: 0 1% 2%;
    padding: .7em .2em;
    font-size: 2rem;
  }
  .mypage .mymag .mymaglst li span {
    display: block;
    font-size: 1.6rem;
  }
  .mypage .mymagbox {
    display: block;
    padding: 1em;
  }
  .mypage .mymagbox .imgbox {
    width: 50%;
  }
  .mypage .mymagbox .nmaginfo {
    width: 100%;
  }
  .mypage .mymagbox .nmaginfo .magttl {
    margin: 0 auto;
  }
  .mypage .mymagbox .nmaginfo .magttl span {
    font-size: 1.1rem;
  }
  .mypage .mymagbox .nmaginfo .magttl a {
    margin: 0 auto 1em;
    font-size: 1.8rem;
  }
  .mypage .mymagbox .nmaginfo .magsubt {
    font-size: 1.4rem;
  }
  .mypage .mymagbox .nmaginfo .magprc {
    margin: .5em auto 0;
    font-size: 1.8rem;
  }
}

.maginfo .lcttl {
  margin: 3em auto 1em;
  padding-bottom: .2em;
  font-size: 2.4rem;
  text-align: center;
  border-bottom: 1px solid #efefef;
}

.maginfo .lcttl+.box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  background: #eeeeee;
}

.maginfo .fbox {
  display: flex;
  flex-wrap: wrap;
}

.maginfo .fbox .cntnt {
  width: 48%;
  margin: 0 2% 2em 0;
}

.maginfo .fbox .cntnt:nth-of-type(even) {
  margin: 0 0 2em 2%;
}

.maginfo .advbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.maginfo .advbox .imgbox {
  width: 48%;
}

.maginfo .advbox .copybox {
  width: 48%;
}

.maginfo .qalst {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.maginfo .qalst li {
  width: 48%;
  margin: 0 0 2em;
}

.maginfo .qalst li .qtxt {
  position: relative;
  margin: 0 0 .7em;
  padding-left: 1.5em;
  font-weight: bold;
}

.maginfo .qalst li .qtxt::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #9f0c36;
}

.maginfo .qalst li .atxt {
  position: relative;
  margin: 0 0 .7em;
  padding-left: 1.5em;
}

.maginfo .qalst li .atxt::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .maginfo .lcttl {
    margin: 1.5em auto .5em;
    font-size: 2rem;
  }
  .maginfo .lcttl+.box {
    height: 200px;
  }
  .maginfo .imgbox {
    margin: 0 auto .5em;
  }
  .maginfo .fbox {
    display: block;
  }
  .maginfo .fbox .cntnt {
    width: 100%;
    margin: 0 0 2em;
  }
  .maginfo .fbox .cntnt:nth-of-type(even) {
    margin: 0 0 1.5em;
  }
  .maginfo .advbox {
    display: block;
  }
  .maginfo .advbox .imgbox {
    width: 100%;
  }
  .maginfo .advbox .copybox {
    width: 100%;
  }
  .maginfo .qalst {
    display: block;
  }
  .maginfo .qalst li {
    width: 100%;
    margin: 0 0 1.5en;
  }
}

.otherpage .cntnt .gsfbnewsdl dt {
  padding: 1em .5em .5em;
  font-size: 1.6rem;
  border-top: 1px solid #cccccc;
}

.otherpage .cntnt .gsfbnewsdl dt span {
  margin: 0 .5em 0 0;
  padding: .3em .5em;
  font-size: 1.4rem;
  background: #f8f8f8;
}

.otherpage .cntnt .gsfbnewsdl dd {
  padding: .5em .5em 1em;
}

.otherpage .cntnt .dllst {
  display: flex;
  flex-wrap: wrap;
}

.otherpage .cntnt .dllst li {
  width: 30%;
  margin: 0 5% 5% 0;
}

.otherpage .cntnt .dllst li:nth-of-type(3n) {
  margin: 0 0 5% 0;
}

.otherpage .cntnt .dllst li h4 {
  margin-bottom: .3em;
  font-size: 1.6rem;
  line-height: 1.3em;
}

.otherpage .cntnt .dllst li img {
  width: 100%;
}

.otherpage .plnkbox {
  margin: 0 auto 1em;
  padding: 1em 1em 0;
  background: #efefef;
}

.otherpage .plnkbox .guidelst li {
  margin: 0 1em 1em 0;
}

.otherpage .guidebox section {
  margin: 0 auto 3em;
  padding: 0 0 3em;
  border-bottom: 1px solid #cccccc;
}

.otherpage .guidebox h2 {
  margin: 0 auto;
}

.otherpage .guidebox h3 {
  margin: 1.5em auto 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.otherpage .guidebox b {
  display: block;
}

.otherpage .guidebox img {
  margin: 4% 0 4% -1.2em;
}

.otherpage .guidebox ul {
  list-style: disc;
  margin: 0 0 0 1.5em;
}

.otherpage .guidebox li {
  margin: 0 0 .5em;
}

.otherpage .sctadl {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
}

.otherpage .sctadl dt {
  width: 30%;
  margin: 0 auto;
  padding: 1em 2em;
  border-top: 1px solid #cccccc;
  background: #efefef;
}

.otherpage .sctadl dd {
  width: 70%;
  margin: 0 auto;
  padding: 1em 2em;
  border-top: 1px solid #cccccc;
}

.listpage .newslst {
  border-bottom: 1px solid #cccccc;
}

.listpage .newslst li {
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
}

.listpage .newslst li:nth-of-type(odd) {
  background: #efefef;
}

.listpage .newslst .newsdate {
  margin-right: 1em;
  letter-spacing: .1em;
}

.otherpage .news {
  width: 80%;
  margin: 0 auto;
  padding: 0 0 3em;
}

.otherpage .news .newsdate {
  margin: 0;
  letter-spacing: .1em;
}

.otherpage .news h2 {
  margin: .5em auto 1.5em;
}

.otherpage .news .atclbox a {
  display: inline-block;
  letter-spacing: .1em;
  text-decoration: underline !important;
}

.smnr .spclbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 2em;
  border: 1px solid #cccccc;
  background: #efefef;
}

.smnr .spclbox p {
  width: 80%;
  font-size: 2rem;
}

.smnr .spclbox p:nth-of-type(2) {
  width: 20%;
  padding: 0;
  text-align: right;
}

.smnr .spclbox .spclbtn {
  display: inline-block;
  padding: .5em 1.5em .5em 1em;
  color: #ffffff;
  border: 1px solid #292b2b;
  background: #292b2b;
}

.smnr .spclbox .spclbtn:hover {
  text-decoration: none;
  border: 1px solid #bc204c;
  background: #bc204c;
}

.smnr .smnrlst, .exam .examlst {
  margin: 1em auto;
  border-bottom: 1px solid #cccccc;
}

.smnr .smnrlst li, .exam .examlst li {
  padding: 0;
  border-top: 1px solid #cccccc;
}

.smnr .smnrlst li a, .exam .examlst li a {
  display: flex;
  flex-wrap: wrap;
}

.smnr .smnrlst li a:hover, .exam .examlst li a:hover {
  text-decoration: none;
  background: linear-gradient(to bottom, #feffff 0%, #fffcfc 100%);
}

.smnr .smnrlst li a div, .exam .examlst li a div {
  padding: .7em .3em;
  line-height: 1.4em;
}

.smnr .smnrlst .smnrdate, .exam .examlst .examdate {
  width: 15%;
}

.smnr .smnrlst .smnrname, .exam .examlst .examname {
  width: 40%;
}

.smnr .smnrlst .smnrcate, .exam .examlst .examcate {
  width: 10%;
  text-align: left !important;
}

.smnr .smnrlst .smnrloc, .exam .examlst .examloc {
  width: 10%;
}

.smnr .smnrlst .smnrfee, .exam .examlst .examfee {
  width: 10%;
  text-align: right;
  padding: .7em 1em .7em .3em;
}

.smnr .smnrlst .smnrtchr, .exam .examlst .examtchr {
  width: 15%;
}

.smnr .smnrlst .ttl, .exam .examlst .ttl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #efefef;
}

.smnr .smnrlst .ttl>div, .exam .examlst .ttl>div {
  padding: .3em 0;
  line-height: 1.2em;
  text-align: center;
}

.smnr .cntnt h2 span {
  display: block;
  font-size: 80%;
}

.smnr .cntnt h3 {
  margin: 0 auto 1em;
  padding: .5em 1em;
  background: #f8f8f8;
}

.smnr .cntnt p {
  padding: 0 1em;
}

.smnr .cntnt p>b {
  display: block;
  margin: 0 auto .5em;
}

.smnr .cntnt address {
  padding: 0 1em;
  font-style: normal;
}

.smnr .smnrdl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1em;
  border-bottom: 1px solid #cccccc;
}

.smnr .smnrdl dt {
  width: 20%;
  padding: .7em 1em;
  text-align: center;
  border-top: 1px solid #cccccc;
}

.smnr .smnrdl dd {
  width: 80%;
  padding: .7em 1em;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.exam .content {
  padding: 0;
}

.exam .exmttl {
  padding: 2em 3em;
  background: #ffffff url("/themed/default/images/exam/exam_bg.png") 50% 0 / 100% auto no-repeat;
}

.exam .exmttl h1 {
  margin: 0 auto 1em;
  font-size: 2.4rem;
  letter-spacing: .1em;
}

.exam .exmttl h1 span {
  display: block;
  font-size: 1.4rem;
}

.exam .exmttl p {
  margin: 0;
  font-size: 1.6rem;
}

.exam .cntnt {
  padding: 0 3em 3em;
}

.exam .exdtl .cntnt {
  padding: 0 3em 3em;
}

.exam .cntnt h3 {
  margin: 2em auto .5em;
  padding: .5em 1em;
  font-size: 1.6rem;
  background: #efefef;
}

.exam .cntnt h4 {
  margin: 2em auto .5em;
  padding: .5em 1em;
  text-align: center;
  background: #efefef;
}

.exam .cntnt h5 {
  margin: .7em auto .5em;
  font-size: 1.4rem;
}

.exam .cntnt p {
  padding: 0 1em;
}

.exam .cntnt .bklst {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1em;
}

.exam .cntnt .bklst li {
  width: 21%;
  margin: 0 5% 5% 0;
}

.exam .cntnt .bklst li:nth-of-type(4n) {
  margin: 0 0 5% 0;
}

.exam .cntnt .exmschdl {
  display: flex;
  flex-wrap: wrap;
  margin: 1em auto;
  border-bottom: 1px solid #cccccc;
}

.exam .cntnt .exmschdl dt {
  width: 20%;
  padding: .7em 1em;
  text-align: center;
  border-top: 1px solid #cccccc;
}

.exam .cntnt .exmschdl dd {
  width: 80%;
  padding: .7em 1em;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.exam .cntnt .exmschdl dd span {
  display: block;
  margin: 1em 0 0;
  font-size: 90%;
}

.exam .cntnt .exmschdl dd span:first-child {
  margin: 0;
}

.exam .cntnt .exmschdl dd small {
  display: block;
  font-size: 90%;
}

.exam .cntnt .exmdl {
  margin: 1em;
}

.exam .cntnt .exmdl dt {
  padding: 0;
  font-size: 1.5rem;
}

.exam .cntnt .exmdl dd {
  padding: 0 0 1.5em;
}

.exam .cntnt address {
  padding: 0 1em;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .otherpage .cntnt .dllst li {
    width: 100%;
    margin: 0 4% 5% 0;
    text-align: center;
    border-bottom: 1px solid #efefef;
  }
  .otherpage .cntnt .dllst li:nth-of-type(even) {
    margin: 0 0 5% 0;
  }
  .otherpage .cntnt .dllst li h4 {
    font-size: 1.4rem;
  }
  .otherpage .cntnt .dllst li img {
    width: 60%;
  }
  .otherpage .guidebox ul {
    margin: 0 0 0 1.2em;
  }
  .otherpage .sctadl {
    width: 100%;
    margin: 0 auto;
  }
  .otherpage .sctadl dt {
    width: 100%;
    margin: 0 auto;
    padding: .5em .5em;
    border-top: 1px solid #cccccc;
    background: #efefef;
  }
  .otherpage .sctadl dd {
    width: 100%;
    margin: 0 auto;
    padding: .5em .5em;
    border-top: 0;
  }
  .listpage .newslst li {
    display: block;
    padding: 1em .5em;
    border-top: 1px solid #cccccc;
  }
  .listpage .newslst .newsdate {
    margin-right: 0;
    padding: 0 .5em;
  }
  .otherpage .news {
    width: 100%;
    padding: 0 0 1em;
  }
  .otherpage .news h2 {
    margin: .5em auto 1em;
  }
  .smnr .spclbox {
    display: block;
    padding: 1em .5em;
  }
  .smnr .spclbox p {
    width: 100%;
    margin: 0 0 .5em;
    font-size: 1.8rem;
    line-height: 1.4em;
  }
  .smnr .spclbox p:nth-of-type(2) {
    width: 100%;
    text-align: center;
  }
  .smnr .spclbox .spclbtn {
    padding: .7em 3em .7em 2em;
  }
  .smnr .smnrlst li a, .exam .examlst li a {
    display: flex;
    flex-wrap: wrap;
    padding: .5em 0;
  }
  .smnr .smnrlst li a div, .exam .examlst li a div {
    padding: .5em .5em 0;
  }
  .smnr .smnrlst .smnrdate, .exam .examlst .examdate {
    width: 100%;
  }
  .smnr .smnrlst .smnrname, .exam .examlst .examname {
    width: 100%;
  }
  .smnr .smnrlst .smnrcate, .exam .examlst .examcate {
    width: 100%;
  }
  .smnr .smnrlst .smnrloc, .exam .examlst .examloc {
    width: 100%;
  }
  .smnr .smnrlst .smnrfee, .exam .examlst .examfee {
    width: 100%;
    text-align: left;
    padding: .5em .5em 0;
  }
  .smnr .smnrlst .smnrtchr, .exam .examlst .examtchr {
    width: 100%;
  }
  .smnr .smnrlst .ttl, .exam .examlst .ttl {
    display: none;
    align-items: center;
    flex-wrap: nowrap;
    background: #efefef;
    width: 100%;
  }
  .smnr .smnrlst .ttl>div, .exam .examlst .ttl>div {
    padding: 0.3em;
    font-size: 1.2rem;
    line-height: 1.1em;
    width: 16%;
  }
  .smnr .cntnt h2 span {
    display: inline-block;
    margin-left: .5em;
    font-size: 80%;
  }
  .smnr .cntnt h3 {
    margin: 0 auto 1em;
    padding: .5em 1em;
    background: #f8f8f8;
  }
  .smnr .cntnt p>b {
    margin: 0 auto .3em;
  }
  .smnr .smnrdl {
    margin: 0 .5em;
  }
  .smnr .smnrdl dt {
    width: 100%;
    padding: .7em 1em 0;
    text-align: left;
  }
  .smnr .smnrdl dd {
    width: 100%;
    padding: 0 1em .7em;
    border-top: 0;
    border-left: 0;
  }
  .exam .exmttl {
    padding: 1em;
  }
  .exam .exmttl h1 {
    margin: 0 auto .5em;
    font-size: 2rem;
    letter-spacing: 0;
  }
  .exam .exmttl h1 span {
    display: block;
    font-size: 1.4rem;
  }
  .exam .exmttl p {
    font-size: 1.4rem;
  }
  .exam .cntnt {
    padding: 0 1em 1em;
  }
  .exam .cntnt h3 {
    margin: 1.5em auto .5em;
    padding: .5em;
    font-size: 1.6rem;
  }
  .exam .cntnt h4 {
    margin: 1.5em auto 0;
    padding: .5em;
  }
  .exam .cntnt h5 {
    margin: .3em auto .2em;
  }
  .exam .cntnt p {
    padding: 0 .5em;
  }
  .exam .cntnt .bklst {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1em;
  }
  .exam .cntnt .bklst li {
    width: 47%;
    margin: 0 5% 8% 0;
  }
  .exam .cntnt .bklst li:nth-of-type(2n) {
    margin: 0 0 5% 0;
  }
  .exam .cntnt .exmschdl {
    display: block;
    margin: 1em auto;
    border-bottom: 1px solid #cccccc;
  }
  .exam .cntnt .exmschdl dt {
    width: 100%;
    padding: .7em .5em 0;
    text-align: left;
    border-top: 1px solid #cccccc;
  }
  .exam .cntnt .exmschdl dd {
    width: 100%;
    padding: 0 .5em .7em;
    border: 0;
  }
  .exam .cntnt .exmdl {
    margin: 1em .5em;
  }
  .exam .cntnt .exmdl dt {
    padding: 0;
    font-size: 1.4rem;
  }
  .exam .cntnt .exmdl dd {
    padding: 0 0 1em;
  }
  .exam .cntnt address {
    padding: 0 .5em;
  }
}

.formpage .querybox .frmttl {
  margin: 2em auto;
  padding: 0;
  font-size: 2rem;
  text-align: center;
  border: 0;
}

a.markLink {
  color: #9f0c36;
  font-weight: bold;
}

.bg_gray {
  background-color: #CECECE;
}

/* 定期購読 */
.maginfo .maintxt{
  padding: 1em 1em;
  font-size: 2.8rem;
  letter-spacing: .1em;
  font-weight: bold;
  text-align: center;
  border: 1px solid #d7d7d7;
  background: #f8f8f8;
}
.maginfo .feedl{
  width: 100%;
  margin: 0 auto 1em;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
.maginfo .feedl dt{
  padding: .5em;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background: #efefef;
}
.maginfo .feedl .dprd{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: .5em;
  font-size: 2rem;
  text-align: center;
  border-top: 1px solid #efefef;
}
.maginfo .feedl .dprc{
  width: 70%;
  padding: .5em 0;
  border-top: 1px solid #efefef;
}
.maginfo .feedl .dprc .pricebox{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 0 .5em;
  font-size: 2.4rem;
}
.maginfo .feedl .dprc .fprntbox{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  padding: 0 0 0 1em;
}
.maginfo .feedl .dprc .fprntbox span{
  display: block;
  width: 100%;
  color: #9f0c36;
}
.maginfo .mrtdl dt{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin: 1em auto 0;
  padding: .5em;
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
  background: #9f0c36;
}
.maginfo .mrtdl dd{
  width: 80%;
  margin: 1em auto 0;
  padding: .5em 1em;
}
.maginfo .mrtdl dt:nth-of-type(1), .maginfo .mrtdl dd:nth-of-type(1){
  margin: 0 auto;
}
.maginfo .mrtdl dd strong{
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .maginfo .maintxt{
    padding: .5em;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .maginfo .feedl{
    width: 100%;
    margin: 0 auto 1em;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef;
  }
  .maginfo .feedl dt{
    font-size: 1.4rem;
  }
  .maginfo .feedl .dprd{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    padding: .5em;
    font-size: 1.4rem;
    text-align: center;
    border-top: 1px solid #efefef;
  }
  .maginfo .feedl .dprc{
    width: 80%;
    padding: .5em 0;
  }
  .maginfo .feedl .dprc .pricebox{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 .5em;
    font-size: 2rem;
  }
  .maginfo .feedl .dprc .fprntbox{
    display: block;
    width: 100%;
    margin: 0;
    line-height: 1.4em;
  }
  .maginfo .mrtdl dt{
    width: 25%;
    margin: 1em auto 0;
    padding: .5em;
    font-size: 1.8rem;
    line-height: 1.4em;
  }
  .maginfo .mrtdl dd{
    width: 75%;
    margin: 1em auto 0;
    padding: .5em 0 0 1em;
    line-height: 1.6em;
  }
  .maginfo .mrtdl dd strong{
    font-size: 1.6rem;
  }
}