@charset "UTF-8";

:root {
  --main-color: #000;
}

#tokushu.children a {
text-decoration: underline;
}

#tokushu.children a:hover {
text-decoration: none;
}

#tokushu.children h1 {
font-size: 3em;
line-height: 1.2;
margin: 10px 0 20px 0;
}

#tokushu.children  h1 span {
font-size: 55%;
margin: 0 0 5px 0;
display: block;
font-weight: bold;
}


#tokushu div.index ol li a {
border: none;
}

#tokushu.children h2 {
font-size:1.7em;
line-height: 1.4;
margin: 60px 0 20px 0;
padding: 15px 20px;
border: none;
background: #333;
color: #fff;
}

#tokushu.children h2 span {
font-size:70%;
line-height: 1.4;
padding: 0;
display: block;
}



#tokushu.children h3 {
margin: 60px 0 15px 0;
line-height: 1.4;
border: none;
font-size: 1.4em;
padding: 0;
font-weight: bold;
}

#tokushu.children .qa{
  counter-reset:q;
}

#tokushu.children h3.qa-title,
#tokushu.children h3.qa-title2 {
  counter-increment:q;
  display:flex;
  align-items:center;
  gap:20px;
  padding:20px 0;
  font-size:1.3em;
  font-weight:700;
}

#tokushu.children h3.qa-title::before{
  content:counter(q);
  font-size: 2em;
  font-weight:800;
  color:#666;
  line-height:1;
}

#tokushu.children h3.qa-title2::before{
  content:"Q" counter(q);
  font-size: 2em;
  font-weight:800;
  color:#666;
  line-height:1;
}

#tokushu.children h3.number {
display:flex;
height: 50px;
line-height: 1
}

#tokushu.children h3.number span {
border: none;
font-size: 1.8em;
display: block;
margin: 0 10px 0 0;
padding: 0 10px 0 0;
color: #666;
font-weight: bold;
float: left;
border-right: none;
text-align: center;
}

#tokushu.children h3 small {
border: none;
font-size:60%;
margin: 10px 0 0 0;
font-weight: normal;
display: block;
line-height: 1.5
}


#tokushu.children .year {
   display: inline-block;
    padding: 6px 14px;
    background: #444;
    color: #fff;
    font-size: 110%;
    line-height: 1;
	margin: 10px 0 10px 0;
}

#tokushu.children .year-sp {
   display: inline-block;
    padding: 6px 14px;
    background:#154B0C;
    color: #fff;
    font-size: 110%;
    line-height: 1;
	margin: 10px 0 10px 0;
}

#tokushu.children .year-point {
background: #666;
color: #FFF;
font-size: 110%;
font-weight: bold;
padding: 10px;
margin: 10px 0;
display: inline-flex
}

#tokushu.children .description {
margin: 0 0 0 30px;
padding: 20px 0 20px 30px;
border-left: #999 1px solid;
}

#tokushu.children .description h4 {
    display: table;
    margin: 0 0 15px 0;
    font-size: 1.2em;
    font-weight: bold;
}

#tokushu.children h4.boxed {
background: #666;
padding: 4px 20px;
color: #fff;
margin: 40px 0 0 0;
display: inline-block;
font-size: 1em;
}

#tokushu.children .description .kakomi {
margin: 0;
padding: 30px;
background: #F2F2F2;
border: none;
}


#tokushu.children .kakomi {
margin: 60px 0;
padding: 30px;
background: #F2F2F2;
border: none;
}


#tokushu.children .kakomi p {
margin: 20px 0;
}

#tokushu.children .kakomi p:last-child {
margin-bottom:0;
}

#tokushu.children .kakomi img {
width: 100%;
}

#tokushu.children .kakomi h4 {
font-size: 1.2em;
margin: 0;
border-bottom: #333 1px solid;
padding: 0 0 8px 0;
line-height: 1.4
}

#tokushu.children .stories h3 {
border-bottom: 1px #333 solid;
padding: 0 0 5px 0;
font-size: 1.6em;
margin: 60px 0 30px 0;
}

#tokushu.children .books {
  width: 100%;
  height: auto;
  font-size: 90%;
  text-align: center;
  margin: 40px 0;
}

#tokushu.children .books img {
  text-align: center;
  height: auto;
  font-size: 90%;
  margin: 15px 0;
}


#tokushu.children ul.codomo {
  list-style: none;
  padding: 0;
  margin: 20px 0 40px 40px;
}

#tokushu.children ul.codomo li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4;
  margin: 10px 0;
}

#tokushu.children ul.codomo li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;   /* 微調整 */
  font-size: 0.9em;
  color:#666;
}



#tokushu .button-link {
  display: block;
  border: 1px solid #000;
  padding: 20px;
  transition: 0.2s;
  margin: 50px 0 30px 0;
  line-height: 1.5;
  min-height: 100px;
}

#tokushu .button-link h5 {
color: #000;
margin: 0 0 3px 0;
font-size: 120%;
border: none;
}

#tokushu .button-link h5 span {
display: inline-block;
background: #000;
color: #fff;
font-size: 70%;
font-weight: normal;
padding: 3px 10px;
margin: 0 0 5px 0;
}

#tokushu .button-link img {
float: left;
margin: 0 20px 20px 0;
width: 150px;
height: auto;
}

#tokushu .button-link a {
color: #000000
}

#tokushu .button-link a:hover {
  text-decoration: none;
  opacity: 0.5;
}  




#tokushu.children .index {
    padding: 20px 30px 10px;
    background-color: #f5f5f5;
    width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
    line-height: 2 !important;
}

#tokushu.children .index ol {
font-size: 80%;
}




/*  For Responsivizer  */

@media only screen and (max-width: 480px) {
body.white .site #tokushu.children #table th,
body.white .site #tokushu.children #table td {
    width: 100%;
    display: block;
  }
  }

body.white .site #tokushu.children h1 {
font-size: 2.3rem;
line-height: 1.2;
margin: 10px 0 20px 0;
font-weight: 900;
}

body.white .site #tokushu h1 span {
font-size: 70%;
margin: 0 0 10px 0;
display: block;
font-weight: bold;
}

body.white .site #tokushu.children h3 {
margin: 60px 0 15px 0;
line-height: 1.4;
border: none;
font-size: 1.4em;
padding: 0;
font-weight: bold;
}

body.white .site #tokushu.children .stories h3 {
border-bottom: 1px #333 solid;
padding: 0 0 5px 0;
font-size: 1.6em;
margin: 60px 0 30px 0;
}


body.white .site .photo img {
  width: 100%;
  height: auto;
}

body.white .site #tokushu.children ul li {
list-style: none;
}

