@charset "utf-8";
/* CSS Document */


@font-face {
font-family: "Local Noto Sans JP";
src: local("Noto Sans JP");
}
html {
	font-size:62.5%;
}

body {
position: relative;
width:100%;
height:100%;
font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
/* font-weight: 500; */
color: #222;
padding:0;
margin:0;
font-size:17px;
line-height:1.75;
background:#fff;
-webkit-text-size-adjust: 100%;
}
.w100p{
	width:100%;
}
.h100p{
height: 100%;
}

/* PC : 320 px - 999 px */
@media print, screen and (min-width: 320px) {

.sp{
display: block;
}
.pc{
display: none;
}

/*-------------------------------------
	ヘッダー
-------------------------------------*/
.header-box{
position: fixed;
z-index: 1000;
top:0;
left: 0;
display: flex;
justify-content: space-between;
width: 100%;
height: 50px;
border-bottom: 1px solid #eee;
background: #fff;
}
.header-box-icon{
display: flex;
flex-wrap: wrap;
width: 100px;
}
.header-box-logo{
height: 42px;
margin: 4px 0 0 10px;
}
.header-box-mail{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: center;
width: 50px;
height: 50px;
background: #00AD86;
}
.header-box-mail-img{
width: 50px;
height: 50px;
}
.contents-box{
margin: 50px 0 72px 0;
}


/*-------------------------------------
	フッター
-------------------------------------*/
.footer-navi{
position: fixed;
bottom: 0;
left: 0;
display: flex;
justify-content: space-around;
width: 100%;
height: 98px;
padding: 3px 0;
background: #ddd;
box-sizing: border-box;
}
.footer-navi-button{
position: relative;
width: 47%;
height: 90px;
box-sizing: border-box;
}
.footer-navi-button-icon{
position: absolute;
top: 0px;
width: 43%;
margin: 0 23%!important;
}
.footer-navi-button-link{
position: relative;
display: inline-block;
width: 100%;
height: 94px;
margin: 0;
padding: 10px;
border: 1px solid #bbb;
border-radius: 7px;
background: #fff;
box-sizing: border-box;
color: #333;
font-size: 1.65rem;
font-weight: bold;
text-align: center;
line-height: 1.2;
}
.footer-navi-button-link-box{
position: absolute;
bottom: 4px;
left: 0;
right: 0;
z-index: 100;
width: 100%;
margin: 0 auto;
}
.footer-navi-button-link-box-text{
display: inline-block;
padding: 4px 10px;
border-radius: 100px;
background: #6f263e;
color: #fff;
font-size: 13.5px;
line-height: 1.2;
}
body.inactive {
overflow: hidden;
}

.footer-box-copy{
display: inline-block;
width: 100%;
margin: 0 0 0 0;
background: #401755;
color: #fff;
font-size: 1.7rem;
font-weight: bold;
text-align: center;
line-height: 38px;
}
.footer-box-copy small{
font-weight: bold;
}

/*-------------------------------------
	コンテンツ
-------------------------------------*/
.top-video{
display: block;
width: 90%;
margin: 0 5%;
border: 1px solid #999;
box-sizing: border-box;
}
.close-close{
position: fixed;
top: 10px;
right: 10px;
display: flex;
flex-wrap: wrap;
width: 60px;
height: 60px;
line-height: 100px;
background: #000;
color: #fff;
text-align: center;
}
.close-close:hover{
cursor: pointer;
}
.close-close-x{
position: absolute;
top: -10px;
display: block;
width: 60px;
height: 1em;
font-size: 5.75rem;
color: #fff;
line-height: 1.0;
}
.close-close-text{
position: absolute;
top: 43px;
display: block;
width: 60px;
height: 1em;
font-size: 1.27rem;
color: #fff;
line-height: 1.0;
}
.close{
width: 300px;
padding: 10px!important;
background: #000!important;
color: #fff!important;
}
.box-readmore{
display: inline-block;
width: 90%;
margin: 0 5%;
}
.modal-title-title{
display: block;
border-bottom: 1px solid #999;
font-size: 2.2rem;
text-align: center;
line-height: 50px;
}
.modal-footer>:not(:last-child){
margin-right: 0!important;
}
.modal-button{
width: 46%;
margin: 0 0 10px 0;
padding: 0;
border-radius: 8px;
}
.modal-footer{
flex-wrap: wrap;
gap:10px;
justify-content: center;
padding: 20px 0 68px 0!important;
background: #f9f9f9;
font-weight: bold;
}
.modal-footer a{
display: inline-block;
width: 46%;
}
.modal-footer a .modal-button{
width: 100%;
}
.modal-footer a:hover{
color: #fff;
}
.modal-footer-text{
display: inline-block;
width: 100%;
padding: 11px 5px 9px 5px;
border-radius: 8px 8px 0 0;
color: #fff;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.35;
}
.modal-footer-img{
display: inline-block;
width: 100%;
height: auto;
background: #ddd;
}
.modal-footer-title{
display: inline-block;
width: 100%;
margin: 0 0!important;
padding: 14px 3px 13px 3px;
font-size: 1.79rem;
font-weight: bold;
line-height: 1.0;
}
.modal-footer-more,
.modal-footer-link-box-read-more{
width: 80%;
margin: 14px 10% 6px 10%!important;
padding: 3px 0;
border-radius: 100px;
background: #ddd;
color: #222;
font-size: 1.45rem;
font-weight: bold;
text-align: center;
line-height: 1.0;
}
.modal-content{
height: 99vh;
border: none!important;
box-sizing: border-box;
}

.modal-footer-link{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap: 10px;
width: 100%;
padding: 0 10px;
box-sizing: border-box;
}
.modal-footer-link-box{
display: inline-block;
width: 48%;
margin: 0 0 16px 0;
border: 1px solid #555;
border-radius: 6px;
}
.modal-footer-link-box-title{
display: inline-block;
width: 100%;
padding: 8px 3px;
font-size: 2.1rem;
text-align: center;
line-height: 1.15;
}
.modal-footer-link-box-img{
display: inline-block;
width: 100%;
height: auto;
background: #eee;
}
.modal-footer-link-box-read{
display: inline-block;
}
.modal-footer-link-box-read{
display: inline-block;
width: 80%;
margin: 0 10%;
padding: 10px 3px;
font-size: 1.7rem;
font-weight: bold;
}
.modal-title-title{
background-size: auto auto;
background-color: rgba(18, 84, 174, 1);
background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(21, 92, 189, 1) 2px, rgba(21, 92, 189, 1) 4px );
color: #fff;
font-size: 2.2rem;
font-weight: bold;
line-height: 54px;
}
.color-mamapapa{
border: 1px solid #9b395d;
background: #BF6687;
color: #fff;
}
.colorlo-mamapapa-button{
border: 1px solid #9b395d;
background: #eec7d5;
}
.color-age{
border: 1px solid #2e7e53;
background: #539c75;
color: #fff;
}
.color-age-diagonal{
border: 1px solid #2e7e53;
background-size: auto auto;
background-color: rgba(46, 126, 83, 1);
background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(44, 119, 79, 1) 2px, rgba(44, 119, 79, 1) 4px );
color: #fff;
}

.colorlo-age-button{
border: 1px solid #2e7e53;
background: #b8d8c7;
}
.color-dowa{
border: 1px solid #cb6a38;
background: #e88b5c;
color: #fff;
}
.color-dowa-diagonal{
border: 1px solid #cb6a38;
background-size: auto auto;
background-color: rgba(203, 106, 56, 1);
background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(190, 100, 53, 1) 2px, rgba(190, 100, 53, 1) 4px );
color: #fff;
}
.colorlo-dowa-button{
border: 1px solid #cb6a38;
background: #ffd4bf;
}
.color-meisaku{
border: 1px solid #2d5971;
background: #4e768c;
color: #fff;
}
.color-meisaku-diagonal{
border: 1px solid #2d5971;
background-size: auto auto;
background-color: rgba(45, 89, 113, 1);
background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(41, 81, 102, 1) 2px, rgba(41, 81, 102, 1) 4px );
color: #fff;
}
.colorlo-meisaku-button{
border: 1px solid #2d5971;
background: #b3c5cf;
}

/* 矢印 */
.arrow_s_b {
  position: relative;
  display: inline-block;
  margin: 8px 0 0 0;
  padding-left: 22px;
}
.arrow_s_b:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
}
.arrow_s_b:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}
.modal-footer-link-box-close{
position: fixed;
bottom: 7px;
display: inline-block;
width: 60%;
margin: 30px 20% 6px 20%!important;
border: 1px solid #999;
border-radius: 6px;
background: #252525;
color: #fff;
font-size: 1.6rem;
font-weight: bold;
line-height: 46px;
text-align: center;
}
.modal-footer-link-box-close:hover{
cursor: pointer;
}
.contents-box-hero{
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 120px;
background: #f7f7ed;
}
.contents-box-hero-img{
position: absolute;
}
.contents-box-hero-img img{
object-fit: cover;
height: 120px;
}
.contents-box-hero-txt{
position: absolute;
top:28px;
font-weight: bold;
line-height: 1.75;
}
.course-dowa{
padding: 5px 20px;
border-radius: 100px;
background: #4e768c;
color: #fff;
font-size: 16px;
}
.course-detail{
margin: 14px 0 0 0;
padding: 0 0 0 20px;
color: #fff;
font-size: 25.5px;
}
.contents{
width: 96%;
margin: 30px 2% 0 2%;
padding: 10px 10px;
box-sizing: border-box;
}
.contents-h1{
padding: 0 0 0 20px;
color: transparent;
border-left: 9px solid #b016bb;
background-image: linear-gradient(45deg,rgba(51, 51, 51, 1) 0%, rgba(51, 51, 51, 1) 40%, rgba(176, 22, 187, 1) 75%);
-webkit-background-clip: text;
font-size: 30px;
font-weight: bold;
line-height: 1.25;
}
.contents-h2{
width: auto;
margin: 30px 0 0 0;
padding: 18px 10px;
border: 5px solid #b016bb;
background: #fff;
box-sizing: border-box;
color: #7c3b81;
font-size: 30px;
font-weight: bold;
line-height: 1.3;
text-align: center;
}
.contents-p{
margin: 30px 0 0 0;
font-size: 17px;
line-height: 1.75;
}
.top-bookclub-box{
display: flex;
flex-wrap: wrap;
width: 100%;
margin: 30px 0 0 0;
padding: 20px 16px;
border: 3px solid #7cbd9d;
border-radius: 6px;
box-sizing: border-box;
}
.top-bookclub-box-h3{
width: 100%;
margin: 0 0 10px 0;
padding: 12px 0 12px 30px;
background: #3E8253;
background: linear-gradient(45deg,rgba(62, 130, 83, 1) 86%, rgba(43, 160, 79, 1) 85%, rgba(43, 160, 79, 1) 100%);
box-sizing: border-box;
color: #fff;
font-size: 25px;
font-weight: bold;
line-height: 1.26;
}
.top-boolclub-box-box{
position: relative;
width: 100%;
margin: 20px 0 0 0;
}
.contents-h4{
position: absolute;
top: -24px;
left: 0;
margin: 20px 0 0 0;
padding: 8px 30px;
border-radius: 100px;
background: #e25612;
color: #fff;
font-size: 19px;
font-weight: bold;
}
.contents-h4-span{
position: absolute;
top:-6px;
left: 108px;
width: 42px;
height: 42px;
padding: 2px 0 0 0;
border: 2px solid #e25612;
border-radius: 100px;
background: #fff;
box-sizing: border-box;
color: #e25612;
font-size: 30px;
font-weight: bold;
text-align: center;
line-height: 1.0;
}
.top-bookclub-box-text{
width: 97%;
margin: 15px 0 0 3%;
padding: 30px 20px 13px 20px;
border: 1px solid #ddd;
border-radius: 5px;
background: #fdf9e6;
box-sizing: border-box;
font-size: 18px;
font-weight: bold;
line-height: 1.35;
}
.top-bookclub-box-text-text{
margin: 15px 0 0 0;
padding: 15px 0 0 0;
border-top: 1px solid #999;
box-sizing: border-box;
font-size: 17px;
font-weight: normal;
line-height: 1.35;
}
.top-bookclub-box-img{
display: flex;
flex-wrap: wrap;
width: 100%;
margin: 30px 0 0 0;
}
.top-bookclub-box-img-box{
width: 100%;
margin: 0;
border: 1px solid #999;
box-sizing: border-box;
}



.path{
display: block;
width: 90%;
margin: 10px 5% 20px 5%;
font-size: 14.5px;
}
.path-box{
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
width: 100%;
}
.path-list{
margin: 0 5px 4px 5px;
}
.path-list a{
padding: 2px 13px;
border-radius: 100px;
background: #1e7cb9;
color: #fff;
}
.read-more-3 {
    position: relative;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 10px 25px;
	border-radius: 3px;
	border: 3px solid #78b0d5;
	box-sizing: border-box;
}
.read-more-3 p {
    position: relative;
    max-height: 106px; /* 開く前に見せたい高さを指定 */
    margin-bottom: 10px;
    overflow: hidden;
    transition: max-height 1s;
}
.read-more-3:has(input:checked) p{
max-height: 100vh;
}
.read-more-3 p::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
    content: '';
}
.read-more-3:has(input:checked) p::after {
    content: none;
}
.read-more-3 label {
    display: flex;
    align-items: center;
    gap: 0 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: .4em 1.2em;
    border-radius: 25px;
    background-color: #2589d0;
    color: #fff;
    font-size: .7em;
}
.read-more-3 label:hover {
    border:1px solid #2589d0;
    background-color: #fff;
    color: #2589d0;
    cursor: pointer;
}
.read-more-3:has(input:checked) label {
    display: none;
	flex-wrap: nowrap-a;
}
.read-more-3 label::after {
    display: inline-block;
    width: 10px;
    height: 5px;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.read-more-3 label:hover::after{
    background-color: #2589d0;
}
.read-more-3 input {
    display: none;
}
.note{
margin: 20px 0 50px 0;
font-size: 16px;
}
.note-bottom{
margin: 15px 0 0 0;
font-size: 16px;
}
.note-txt{
padding: 14px 18px;
box-sizing: border-box;
}
.note-border{
border-top: 1px solid #5d8ead;
border-bottom: 1px solid #5d8ead;
}
.course-box{
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
margin: 28px 0 60px 0;
padding: 14px 8px 28px 8px;
border: 2px solid #b796ba;
border-radius: 10px;
background: #fefdf5;
box-sizing: border-box;
}
.course-box-books{
width: 48%;
margin: 13px 0 0 0;
padding: 0 0 10px 0;
border: 1px solid #888;
border-radius: 0 0 6px 6px;
background: #fff;
box-sizing: border-box;
}
.course-box-month{
position: absolute;
top: -19px;
width: 68%;
margin: 0 16% 0 16%;
padding: 7px 0;
border-radius: 100px;
background: #7C3B81;
background: linear-gradient(45deg,rgba(124, 59, 129, 1) 0%, rgba(124, 59, 129, 1) 60%, rgba(152, 56, 159, 1) 100%);
color: #fff;
font-size: 20px;
font-weight: bold;
text-align: center;
line-height: 1.2;
}
.course-box-books-title{
width: 90%;
margin: 10px 5% 0 5%;
padding: 5px 10px;
border-radius:5px 5px 0 0;
border: 1px solid #4e9263;
background: #d8e7db;
box-sizing: border-box;
color: #222;
font-size: 15px;
font-weight: bold;
line-height: 1.2;
}
.course-box-books-price{
width: 90%;
margin: 0 5% 0 5%;
padding: 2px 0;
font-size: 14.5px;
font-weight: bold;
border-radius: 0 0 5px 5px;
border: 1px solid #4e9263;
background: #67a179;
box-sizing: border-box;
color: #fff;
text-align: center;
}
.course-box-books-total{
position: absolute;
bottom: -24px;
width: 62%;
margin: 14px 19% 0 19%;
padding: 5px 0;
color: #3c1b59;
font-weight: bold;
border: 3px solid #6b4d86;
border-radius: 8px;
background: #fff;
text-align: center;
}
.course-box-spare{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
margin: 30px 0 0 0;
padding: 12px 8px 12px 8px;
border: 2px solid #c7b1c9;
border-radius: 10px;
box-sizing: border-box;
}
.course-box-books-spare{
width: 48%;
margin: 13px 0 0 0;
padding: 0 0 10px 0;
border: 1px solid #888;
border-radius: 0 0 6px 6px;
box-sizing: border-box;
}
.course-box-books-title-spare{
width: 90%;
margin: 10px 5% 0 5%;
padding: 5px 10px;
border-radius:5px 5px 0 0;
border: 1px solid #427ba0;
background: #d5e2ea;
box-sizing: border-box;
color: #4b1a4e;
font-size: 16px;
font-weight: bold;
line-height: 1.25;
}
.course-box-books-price-spare{
width: 90%;
margin: 0 5% 0 5%;
padding: 2px 0;
font-size: 14.5px;
font-weight: bold;
border-radius: 0 0 5px 5px;
border: 1px solid #427ba0;
background: #5d8ead;
box-sizing: border-box;
color: #fff;
text-align: center;
}
.insta{
position: fixed;
right: 3px;
bottom: 162px;
z-index: 100;
width: 60px;
height: 60px;
border-radius: 100px;
border: 1px solid #ccc;
background: #fff;
text-align: center;
}
.insta img{
width: 38px;
margin: 6px 0 0 0;
}
#pagetop{
position: fixed;
bottom: 98px;
right: 3px;
z-index: 100;
}
#pagetop a{
display: inline-block;
width: 60px;
height: 60px;
}
#pagetop a img{
width: 100%;
}
.contents-faq{
width: 95%;
margin: 35px 5% 30px 0;
}
.contents-faq-box{
width: 100%;
margin: 25px 0 0 0;
border-radius: 10px;
border: 2px solid #c452cd;
}
.contents-faq-box-q{
padding: 15px 15px 15px 55px;
box-sizing: border-box;
background: #a02fa8;
color: #fff;
font-weight: bold;
border-radius: 5px 5px 0 0;
background-image: url("../img/faq-q.png");
background-size: 40px;
background-position: 5px 11px;
background-repeat: no-repeat;
line-height: 1.4;
}
.contents-faq-box-a{
padding: 18px 15px 26px 55px;
box-sizing: border-box;
background: #fff;
color: #333;
font-weight: bold;
border-radius: 10px;
background-image: url("../img/faq-a.png");
background-size: 40px;
background-position: 5px 11px;
background-repeat: no-repeat;
line-height: 1.4;
}





}


/* ********************************************************************************************************************** */
/* PC : 1000 px -  px */
@media print, screen and (min-width: 900px) {
/*-------------------------------------
	ヘッダー
-------------------------------------*/
.header-box{
position: fixed;
top:0;
left: 0;
display: flex;
justify-content: space-between;
width: 100%;
height: 80px;
border-bottom: 1px solid #eee;
background: #fff;
}
.header-box-logo{
height: 70px;
margin: 5px 0 0 120px;
}
.header-box-icon{
width: 160px;
margin: 0 120px 0 0;
}
.header-box-mail{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: center;
width: 80px;
height: 80px;
background: #00AD86;
}
.header-box-mail-img{
width: 80px;
height: 80px;
}
.contents-box{
margin: 80px 0 72px 0;
}


/*-------------------------------------
	フッター
-------------------------------------*/
.sp{
display: none;
}
.pc{
display: block;
}
.footer-navi{
flex-wrap: wrap;
bottom: 126px;
right: 40px;
left: auto;
display: flex;
justify-content: space-around;
width: 200px;
height: 345px;
padding: 7px 0;
border: 2px solid #3c1b59;
border-radius: 6px;
background: #f1f1f1;
}
.footer-navi-button{
width: 90%;
height: 180px;
}
.footer-navi-button-icon{
position: relative;
bottom: 0px;
width: 60%;
margin: 0 auto;
}
.footer-navi-button-link{
height: 150px;
font-size: 1.65rem;
}
.footer-navi-button-link-text{
position: absolute;
top: 8px;
left: 0;
z-index: 100;
width: 100%;
}
.footer-navi-button-link-box{
position: absolute;
bottom: 12px;
left: 0;
right: 0;
z-index: 100;
width: 100%;
margin: 0 auto;
}
.footer-navi-button-link-box-text{
padding: 8px 15px;
color: #fff;
font-size: 13.5px;
}
body.inactive {
overflow: hidden;
}
body.inactive {
overflow: hidden;
}

/*-------------------------------------
	コンテンツ
-------------------------------------*/
.top-video{
display: block;
width: 400px;
height: auto;
max-height: 700px;
margin: 100px auto 0 auto;
object-fit: cover;
max-width: 100%;
}
.contents-box-hero{
width: 100%;
height: 270px;
margin: 0 0 15px 0;
}
.contents-box-hero-img{
top:0;
left: 0;
width: 1300px;
background: #999;
}
.contents-box-hero-img img{
object-fit: cover;
height: 270px;
}
.contents-box-hero-txt{
position: absolute;
top: 0;
right: 0;
display: flex;
flex-wrap: wrap;
width: 480px;
height: 270px;
padding: 0 0 0 20px;
background: #f7f7ed;
box-sizing: border-box;
}
.course-dowa{
width: 260px;
height: 50px;
margin: 46px 0 0 0;
padding: 6px 20px 10px 27px;
box-sizing: border-box;
color: #fff;
font-size: 23px;
}
.course-detail{
width: 275px;
margin: -40px 0 0 20px;
color: #222;
font-size: 31px;
}
.contents{
width: 100%;
max-width: 870px;
margin: 30px auto 0 auto;
padding: 30px 40px;
}
.contents-h1{
font-size: 34px;
}
.contents-h2{
width: 70%;
margin: 50px 15% 0 15%;
padding: 20px 10px;
border: 6px solid #b016bb;
font-size: 34px;
line-height: 1.3;
}
.top-bookclub-box-h3{
width: 100%;
margin: 0 0 15px 0;
padding: 20px 0 20px 50px;
background: #3E8253;
background: linear-gradient(45deg,rgba(62, 130, 83, 1) 86%, rgba(43, 160, 79, 1) 85%, rgba(43, 160, 79, 1) 100%);
box-sizing: border-box;
color: #fff;
font-size: 27px;
font-weight: bold;
line-height: 1.26;
}
.course-box{
display: flex;
align-items: center;
justify-content: center;
column-gap: 25px;
width: 100%;
margin: 30px 0 55px 0;
padding: 2px 8px 30px 8px;
}
.course-box-books{
display: inline-block;
width: 196px;
margin: 13px 0 0 0;
padding: 0 0 10px 0;
border: 1px solid #888;
border-radius: 0 0 6px 6px;
}
.course-box-month{
top:125px;
left: -80px;
display: inline-block;
width: 160px;
height: 160px;
margin: 0;
padding: 54px 0;
border-radius: 100px;
background: #7C3B81;
background: linear-gradient(45deg,rgba(124, 59, 129, 1) 0%, rgba(124, 59, 129, 1) 30%, rgba(152, 56, 159, 1) 50%);
box-sizing: border-box;
color: #fff;
font-size: 41px;
font-weight: bold;
text-align: center;
line-height: 1.2;
}
.course-box-books-img{

}
.course-box-books-img img{
width: 100%;
height: 260px;
object-fit: cover;
}
.course-box-books-title{
width: 90%;
margin: 10px 5% 0 5%;
padding: 5px 10px;
border-radius:5px 5px 0 0;
border: 1px solid #4e9263;
background: #d8e7db;
box-sizing: border-box;
color: #4b1a4e;
font-size: 16px;
font-weight: bold;
line-height: 1.25;
}
.course-box-books-price{
width: 90%;
margin: 0 5% 0 5%;
padding: 2px 0;
font-size: 14.5px;
font-weight: bold;
border-radius: 0 0 5px 5px;
border: 1px solid #4e9263;
background: #67a179;
box-sizing: border-box;
color: #fff;
text-align: center;
}
.course-box-books-total{
bottom: -25px;
width: 270px;
max-width: 350px;
margin: 0px auto;
padding: 5px 0;
}
.course-box-spare{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap:15px;
width: 100%;
margin: 30px 0 0 0;
padding: 12px 8px 12px 8px;
border: 2px solid #c7b1c9;
border-radius: 10px;
box-sizing: border-box;
}
.course-box-books-spare{
width: 23.5%;
margin: 13px 0 0 0;
padding: 0 0 10px 0;
border: 1px solid #888;
border-radius: 0 0 6px 6px;
box-sizing: border-box;
}
.course-box-books-title-spare{
width: 90%;
margin: 10px 5% 0 5%;
padding: 5px 10px;
border-radius:5px 5px 0 0;
border: 1px solid #427ba0;
background: #d5e2ea;
box-sizing: border-box;
color: #4b1a4e;
font-size: 16px;
font-weight: bold;
line-height: 1.25;
}
.course-box-books-price-spare{
width: 90%;
margin: 0 5% 0 5%;
padding: 2px 0;
font-size: 14.5px;
font-weight: bold;
border-radius: 0 0 5px 5px;
border: 1px solid #427ba0;
background: #5d8ead;
box-sizing: border-box;
color: #fff;
text-align: center;
}
.insta{
right: 150px;
bottom: 42px;
width: 70px;
height: 70px;
border-radius: 100px;
border: 1px solid #ccc;
background: #fff;
text-align: center;
}
.insta img{
width: 44px;
margin: 13px 0 0 0;
}
#pagetop{
bottom: 42px;
right: 70px;
z-index: 10000;
}
#pagetop a{
display: inline-block;
width: 70px;
height: 70px;
}
#pagetop a img{
width: 100%;
}
.note-border{
display: block;
width: 70%;
max-width: 440px;
margin: 40px 15% 25px 15%!important;
}

.modal-dialog {
max-width: 1000px;
margin: 1.75rem auto;
box-sizing: border-box;
}

.modal-footer {
flex-wrap: nowrap;
margin: 60px 0 60px 0;
padding: 20px 0 68px 0 !important;
background: #f9f9f9;
font-weight: bold;
}
.modal-footer a {
width: 24%;
margin: 0;
padding: 0;
border-radius: 8px;
}
.modal-footer a .modal-button {
width: 100%;
margin: 0 0 10px 0;
padding: 0;
border-radius: 8px;
}
.modal-button {
width: 25%;
margin: 0 0 10px 0;
padding: 0;
border-radius: 8px;
}
.modal-content{
height: 97vh;
padding: 0 20px;
box-sizing: border-box;
}
.modal-footer-link-box-close{
bottom: 15px;
width: 30%;
margin: 30px 35% 6px 35%!important;
}
.top-bookclub-box{
flex-wrap: wrap;
margin: 50px 0 0 0;
padding: 25px 40px;
border: 3px solid #7cbd9d;
}
.top-bookclub-box-text{
width: 94%;
margin: 15px 1% 0 5%;
padding: 30px 40px 13px 30px;
border: 1px solid #ddd;
border-radius: 5px;
background: #fdf9e6;
box-sizing: border-box;
font-size: 18px;
font-weight: bold;
line-height: 1.35;
}
.top-bookclub-box-img{
width: 100%;
margin: 40px 0 0 0;
}
.top-bookclub-box-img-box{
width: 90%;
margin: 0 5%;
}
.contents-faq{
margin: 40px 0 0 0;
}
.contents-faq-box{
width: 690px;
margin: 25px 0 0 0;
}
.contents-faq-box-q{
padding: 18px 25px 18px 65px;
border-radius: 5px 5px 0 0;
}
.contents-faq-box-a{
padding: 21px 25px 35px 65px;
}








}

/* PC : 1450 px -  px */
@media print, screen and (min-width: 900px) {
.footer-navi{
right: 10px;
}
#pagetop{
right: 20px;
}
.insta{
right: 120px;
}
}
/* PC : 1450 px -  px */
@media print, screen and (min-width: 1300px) {
.footer-navi{
right: 60px;
}
#pagetop{
right: 70px;
}
.insta{
right: 170px;
}
}
/* PC : 1450 px -  px */
@media print, screen and (min-width: 1450px) {
.footer-navi{
right: 100px;
}
#pagetop{
right: 130px;
}
.insta{
right: 210px;
}
}
/* PC : 1550 px -  px */
@media print, screen and (min-width: 1550px) {
.footer-navi{
right: 150px;
}
#pagetop{
right: 180px;
}
.insta{
right: 260px;
}

}
/* PC : 1650 px -  px */
@media print, screen and (min-width: 1650px) {
.footer-navi{
right: 200px;
}
#pagetop{
right: 230px;
}
.insta{
right: 310px;
}

}