@import url('tankyu.css');
/*
B 3393f2 rgba(51,147,242,1) 
B.5 99c9f8
B.1 eaf4fe
B.2 d6e9fc
Y e8e813  rgba(232,232,19,1)
*/

.pcWrap{
/*
  margin: .5rem;
*/
}
.contentArea.tankyu img{
  max-width: 100%;
  height: auto;
}
.contentArea.tankyu .pcWrap > section{
  margin-top: 2rem;
}
.contentArea.tankyu h1.first{
  background: #d6e9fc;
  border: none;
  margin: 0;
  padding: 2rem 0 1rem ;
  text-align: center;
}
.tankyu h2,
.tankyu h3,
.tankyu h4,
.tankyu h5{
  color: #3393f2;
}
.tankyu h2{
  font-size: 1.8em;
  line-height: 1.3;
  margin: 0;
  text-align: center;
  padding: 1rem 0;
}
.tankyu h3{ 
  font-size: 1.5em; 
  line-height: 1.3; 
  margin: 2rem .75rem; 
  text-align: center;
  /*border-bottom: 1px dashed #ccc; padding-bottom: 1rem;*/
}
.tankyu h4{
  font-size: 1.3em;
  line-height: 1.3;
  margin: 1.5rem .75rem 1rem;
  text-align: center;
}
.tankyu h4 span{
  border-bottom: 3px solid #3393f2;
  display: inline-block;
  padding-bottom: .25rem;
}
.tankyu h5{
  font-size: 1em; margin: 1rem .75rem;
  position: relative;
  padding-left: 1.5rem;
}
.tankyu h5:before{
  background: url("../../../img/page/tankyu/shinro/icn_cat.svg") center center / contain no-repeat;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: 0;
  top: calc(50% - .5rem)
}

h2.bigTtl span:first-of-type{
  font-size: .7em;
}
h3 .step,
h2 .sub,
h3 .sub{
  font-size: .8em;
}
h3 .step{
  display: inline-block;
  background: #fff;
  border-radius: .5rem;
  margin-bottom: .5rem;
  padding: 0 .5rem;
}
h4.point{
  margin-bottom: calc(.75rem + .3em);
}
h4.point span{
  background: #e8e813;
  border-radius: 1rem;
  border: none;
  color: rgba(51,147,242,1);
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  padding: .25em 1.25rem .3em 1.25rem;
}

.tankyu ul,
.tankyu dl,
.tankyu table{
  margin: 1rem .75rem;
}
.tankyu ul{
  padding-left: 1.25em;
  list-style-type: circle;
}
.tankyu ul li+li{
  margin-top: .5rem;
}
.tankyu figure{
  text-align: center;
}
.currentMessage{
  background: #eaf4fe;
  overflow: hidden;
  margin: .5rem .75rem;
  position: relative;
  padding: 0 .5rem;
  z-index: 21;
}
.dlBox{
/*
  background: rgba(232,232,19, .1);
*/
  overflow: hidden;
  text-align: center;
  margin: 1rem .75rem;
}
.dlBox p{
  color: #3393f2;
  font-size: .8em;
  margin: 0;
}
.dlBox ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 1rem 0;
  list-style-type: none;
  padding: 0;
}
.tankyu .dlBox ul li{
  width: calc( 50% - 2rem );
  margin-top: 0;
}
.dlBox ul li a{
  display: block;
  background: rgba(51,147,242, .1);
  border-radius: 3px;
  color: #3393f2;
  line-height: 1;
  font-size: .9em;
  font-weight: 700;
  padding: .75rem;
}
.dlBox ul li a span{
  background: url("../../../img/page/tankyu/icn_dl.svg") right center / 1.2em no-repeat;
  padding-right: 1.5rem;
}
.btnBox a{
  background: #fff;
  border: 2px solid #ccc;
  display: block;
  line-height: 1.5;
  padding: .75rem;
  position: relative;
}
.btnBox a:before{
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: calc( 50% - 5px );
}
.leadText{
  background: #d6e9fc;
  margin: 0;
  padding: 0 2rem 1rem;
}

ul.textLinkList,
ul.textLinkList ul{
  list-style-type: none;
  padding: 0;
}
.textLinkList li{
  font-weight: 700;
}
.textLinkList>li{
  margin-top: .75rem;
}
.textLinkList ul{
  margin: 0 0 0 .5rem;
}
.textLinkList ul li{
  margin-top: .25rem;
}

.textLinkList a{
  display: block;
  font-weight: 400;
  position: relative;
  padding-left: 1rem;
}
.textLinkList a:before{
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #3393f2;
  border-right: 2px solid #3393f2;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: calc( 50% - 2px );
}

.studyProgram{
  position: relative;
}
.studyProgram:after{
  background: rgba(232,232,19,.5);
  content: "";
  width: 100%;
  height: calc( 100% - 5rem );
  position: absolute;
  top: 5rem;
  left: 0;
  z-index: 1;
}
.studyProgram .inner{
  background: #fff;
  padding: 2rem .5rem .5rem;
  position: relative;
  z-index: 20;
  overflow: hidden;
  margin: -2rem 5px 0 3px;
}
figure.book{
  float: left;
  margin: .75rem;
}
.InfoForTeacher>div{
  background: #eaf4fe;
  margin: 1rem .75rem;
  overflow: hidden;
}
.challenge{
  background: #efffae;
  font-size: .8em;
  margin: 1rem .75rem;
  overflow: hidden;
  padding: 0 .75rem 1rem;
  text-align: center;
}
.challenge p{
  display: inline;
  background: #fff;
}