@charset "utf-8";
/*---------------------------------
リセットｃｓｓ
---------------------------------*/
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box
}

  
.js-fadeinup-trigger,
.js-fadein-trigger {
  opacity: 0;
}	

html {
  font-size: 100%;
  overflow-x : hidden;
  -webkit-overflow-scrolling: touch;
  backface-visibility:hidden;			
  box-sizing: border-box;

}
  
body {
  color: #262626;
  font-family: Segoe UI, Segoe UI Midlevel, Segoe WP, Arial, Sans-Serif;
  background-color: #fffcfc;
  line-height: 2;
  overflow-x: hidden!important;
}
		
  
a{
  text-decoration: none;
  word-break: break-all;
  /*改行しなければテキストがコンテンツボックスからあふれる場合に、
  ブラウザーが改行を挿入するかどうかを指定します。*/

}

img{
  max-width: 100%;
  height: auto;
}

p {
  font-size: 1rem;
  text-align: justify;
}
li{
  list-style: none;
  font-size: 1rem;
}
.wrapper{
 margin: 0 auto 130px auto;
 font-size: 0.9rem;
 padding: 0 4%;
}


.button {
  position: relative;
  display: inline-block;
  padding: 0.4em 1.8em;
  text-decoration: none;
  color: white;
  background: #CB5266;/*色*/
  border: solid 1px #CB5266;/*線色*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  margin: 5px;
  font-size: 16px;
}

.button:active {
  /*押したとき*/
  border: solid 1px #ef6475;
  box-shadow: none;
  text-shadow: none;
  
}
.button:hover{
  opacity: 0.8;
}

main .flex {
  display: flex;
  justify-content: space-around;
} 
 
.main_contents {
    width: 900px;
}
.side {
    width: 280px;
}
.sp {
  display: none;
} 
@media screen and (max-width:840px) {

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

main .flex {
  flex-direction: column;
}
.breadcrumbs {
  margin-top: 70px;
}
h1 {
  text-align: center;
  font-size: 24px;
}
h1 span  {
  display: inline-block;
}
h2 span {
  display: inline-block;
}
h3 {
  font-size: 1rem;
  text-align: center;
}
h3 span {
  display: inline-block;

} 
.pc {
  display: none;
}

.button {
  padding: 1em 2em;
}

.button {
  position: relative;
  display: inline-block;
  padding: 0.3em 0.5em;
  text-decoration: none;
  background: #f88c9e;/*色*/
  border: solid 1px #efa6b3;/*線色*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  margin: 5px;
  font-size: 16px;
  color: #0c0c0c;
}
 
.main_contents {
    width: 100%;
}
.side {
    width: 100%;
}
}

@media screen and (max-width:376px) {
.wrapper{
  padding: 0 8px;
}


}

@media screen and (max-width:320px) {
p {
  font-size: 15px;
}

}

.content-button {
  text-align: right;
}

.category_button {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
  color: white;
  background: #CB5266;/*色*/
  border: solid 1px #CB5266;/*線色*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  font-size: 0.7rem;
}

.category_btn {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
  color: white;
  background: #52adcb;/*色*/
  border: solid 1px #52adcb;/*線色*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  font-size: 0.7rem;
  margin-bottom: 10px;
}
#top_contents .box {
  padding: 20px;
}
.title_2 {
  margin-bottom: 20px;
}
.title_22 {
  margin-top: 40px;
  margin-bottom: 20px;
}

#top_contents h3{
  font-size: 1.2rem;
}
.contents_p {
  margin-top: 20px;
}
@media screen and (max-width:600px) {


.contents_button {
  text-align: center;
  margin-top: 50px;
}
.illustration {
  padding-left: 50px;
}

.title_22 {
  text-align: center;
}
}
 

/*---------------------------------
もくじ
---------------------------------*/
@media screen and (max-width:600px) {
.table_contents .text p{
  max-width: 100%;

}
}


.important_button {
  margin-top: 80px;
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  border: solid 3px #000000;
  display: inline-block;
}
@media screen and (max-width:600px) {
  
.important_button a {
  width: 100%;
  margin-top: 80px;
}
.important_button a span{
  display: inline-block;
}
.internal_link {
  text-align: center;
  
}

}

#question {
  padding-top: 100px;
}
#question dt {
  font-size: 18px;
  color: #E94E66;
  margin-top: 20px;
}
#question li {
  text-align: right;
}
@media screen and (max-width:600px) {
  #question li {
    text-align: center;
}

}


dl.qa {
  overflow: hidden;
  _zoom: 1;
 }
  
dl.qa dd,
dl.qa dt {
  text-indent: -2.6em; 
  padding: 0 20px 0px 50px;
 }
  
dl.qa dt {
  margin: 20px 0 20px 0;
  font-size: 20px;
  border-top: solid 1px #aaa;

 }
  
dl.qa dd:first-letter,
dl.qa dt:first-letter {
  font-size: 1.7em;
  font-weight: bold;
 }              
dl.qa dd {
margin: 10px 0 -1px 0;
padding-bottom: 50px;
font-size: 16px;
border-top: solid 1px #aaa;
}

dl.qa dt:first-letter {
color: #3498db;
}

dl.qa dd:first-letter {
color: #ff6767;
}




@media screen and (max-width:600px) {
  dl.qa dd:first-letter,
dl.qa dt:first-letter {
  font-size: 1em;
  margin: 0;
  padding: 5px;
 } 
  

dl.qa dd:first-letter {
  font-size: 20px;
  
  }
dl.qa dt {
  margin: 0;
  
  font-size: 20px;

  }  


 dl.qa dd {
  font-size: 17px;
 }
 dl.qa dd {
  border-bottom:none;
  }
  
}

#books .flex {
     display: flex;
}
#book h2 {
  margin-top: 100px;
}
#books .book-img{ 
     width: 200px;
     height: 280px;
}
.book-wrapper{
     line-height:20px;
     color:#4A4A4A;
     text-align:left;
     width:210px;
     margin-bottom: 30px;
     margin-right: 50px;
}
.books_wrapper {
     width: 300px;
}
#books h3 {
     border-left:3px solid #ee8817;
     text-align:left;
     padding:0px 0px 5px 5px;
     margin: 30px 10px 10px 10px;
     font-weight: bold;
     color:#9d4b01;
}
.book-one {
     width: 300px;
     height: 180px;
     padding: 10px;
}
#books .book_p {
     margin-left: 10px;
}
.category_wrapper {
     margin: 20px 0;
}

.category_button {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
  color: white;
  background: #CB5266;/*色*/
  border: solid 1px #CB5266;/*線色*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  font-size: 0.7rem;
  margin-bottom: 10px;
}

.category_btn {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
  color: white;
  background: #52adcb;/*色*/
  border: solid 1px #52adcb;/*線色*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  font-size: 0.7rem;
  margin-bottom: 10px;
}




.marquee{
     width: auto;
     font-size:10px;
     padding:1px 0px 1px 0px;
    color:#ffffff;
    background-color:#efd8e2;
    background: rgb(161,6,2); 
    text-align:center;
}




.under{
border-bottom: 1px solid rgba(0, 0, 0, .1);
box-shadow:(rgba(255, 255, 255, .1)0 1px 0);
     padding:16px 0px;
}

@media screen and (max-width:600px) {
     
#books .flex {
     flex-direction: column;
}

.books_wrapper {
     width: 100%;
     height: auto;
}

#book .book-img img { 
     width: 100%;
     height: auto;
}

.book-one {
     width: 100%;
     height: auto;
     padding: 0;
}

.book-wrapper{
     width: 100%;
     padding: 0 20px;
     margin-bottom: 100px;
}

#book h2 {
  text-align: center;
}
#book h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.cta {
  text-align: center;
}
.cta p {
  text-align: center;
}
}

/*---------------------------------
トップへもどるボタン
---------------------------------*/

.go-top{
     position: fixed;
     bottom: 10px;
     right: 20px;
     z-index: 9999;
   }
.go-top a{
     width: 50px;
     height: 50px;
     display: inline-block;
     background: #E94E66;
     border-radius: 50%;
     text-align: center;
     line-height: 50px;
     color: black;
     text-decoration: none;
   }
 
.go-top a:hover{
       opacity: 0.8;
     }

@media screen and (max-width:835px) {
   
.go-top{
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  left: 10px;

}
}
@media screen and (max-width:600px) {
  
.go-top{
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  left: 10px;

}
}





