@charset "utf-8";
/* CSS Document */
body {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-feature-settings: "pkna";
  line-height: 1.7;
}
div.wrapper {
  width: 960px;
  margin: 10px auto;
}
a {
  color: #1D3594;
}
a:hover {
  color: #394668;
}
p{
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 20px;
}span{
    
}
h1 {
    font-size: 32px;
    font-weight: bold;
    color: #4b0082;
    margin-bottom: 0px;
}
h2 {
    margin: 60px 0 20px 0;
    font-weight: bold;
    background: #ededed;
    padding: 12px 12px;
    letter-spacing: 0.2em;
    font-size: 18px;
    border-left: 3px solid #bfa719;
}
div.header {}
div.header_box {
  overflow: hidden;
  background: url("../images/header_back.png")no-repeat center;
  border-bottom: 1px dashed #CCC6C6;
}
div.header_box h1 {
  width: auto;
  float: left;
}
div.header_box p {
  width: auto;
  float: right;
}
ul.bread {
  overflow: hidden;
  font-size: 13px;
  margin: 30px 0;
}
ul.bread li {
  display: inline;
}
div.banner {
  margin: 20px 0 40px 0;
}
ul.booklist {
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
}
ul.booklist:after {
  content: "";
  display: block;
  clear: both;
}
ul.booklist li {
  width: 20%;
  text-align: center;
  list-style: none;
    margin-bottom: 20px;
}
ul.booklist li>a {

    padding: 12px;
    display: block;
    border-radius: 4px;
    transition: 0.2s;
}
ul.booklist li>a:hover{
        background-color: #F5F4F2;
    box-shadow: 0px 0px 0px 2px #ededed;
}
ul.booklist li p{
    font-size: 15px;
    font-feature-settings: "palt";
}
ul.booklist li p span{
    margin-bottom: 4px;
    display: block;
    text-align: left;
    line-height: normal;
}
table.pricelist {
  width: 100%;
  border: 1px solid #333;
  margin: 15px 0;
}
table.pricelist th, table.pricelist td {
  border: 1px solid #333;
  padding: 8px 10px;
}
table.pricelist th {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  background: #B9E0F7
}
table.pricelist td {
  text-align: right;
}
p.bookdown {
  margin: 30px auto;
}
p.bookdown a {
  display: block;
  background: #B5080B;
  width: 47em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
}
p.bookdown a:hover {
  background: #E03134;
}
.red {
  color: red;
}
table.special {
  font-size: 18px;
}
table.special td {
  padding: 5px 0;
}
div.footer {
  margin: 90px 0 0 0;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid #ddd;
}
p.copyright {
  font-size: 13px;
}
.bold {
  font-weight: bold;
}
ul.listdisc li {
  list-style-type: disc;
  margin-left: 2em;
}

/* ページトップへ */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%;
  letter-spacing: 0.1em;
}
#page-top a {
  display: block;
  background: #696969;
  color: #fff;
  width: 100px;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}
#page-top a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* 2023/07/13追加分 */
.u-Blue {
  color: #0066ff;
}

.u-Red {
  color: #D65B00;
}

.u-Green {
  color: #2CAF41;
}

.u-Violet {
  color: #B749C5;
}



.u-TextDecoration-none {
  text-decoration: none;
}

.u-TextRight {
  text-align: right;
}

.u-TextCenter {
  text-align: center;
}


ul.booklist li img{
    margin-bottom: 12px;
}

ul.booklist li p span.kaiin{
    color: #D65B00;
}
ul.booklist li p span.ippan{
    color: #383838;
}ul.booklist li p span.towazu{
    color: #44A84C;
}
ul.booklist li p span.aca{
    color: #0B82D8;
}

ul.booklist li p span.booktitle{
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 16px;
    text-align: center;
}

.apply-button {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.apply-button a{
    background-color: #383838;
    color: #fff;
    padding: 20px 40px;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.2em;
    border-radius: 49px;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    position: relative;
}
.apply-button a:hover{
    background-color: #bfa719;
}

.apply-button a:after{
    position: absolute;
    right: 36px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: calc(50% - 3px);
    display: block;
    transform: rotate(45deg);
}
.apply-button__img {
  width: 100%;
}

.apply-text {
  margin: 0 auto;
  width: 75%;
}

.u-MarginTop-30{
  margin-top: 30px;
}
h3{
    padding: 8px;
    /* margin: 24px 8px; */
    font-size: 18px;
    border-bottom: 1px solid ;
    margin-bottom: 24px;
    letter-spacing: 0.2em;
}