@charset "utf-8";
html{
  overflow-x: hidden;
}
.study{
  width: 20%;
  font-size: 1.2em;
  font-weight: bold;
  background: white;
  text-align: center;
  padding: 0.8em;
  box-shadow: 13px 13px #ff8595;
  display: inline-block;
  vertical-align: top;
  margin: 2% 13%;
}
.shadow{
  box-shadow: 13px 13px #c38ede;
}
.boushi{
  width: 50%;
  margin-top: 0.3em;
}
.coin{
  width: 30%;
}
.dami{
  font-weight: normal;
  font-size: 0.6em;
}
.midashi{
  color: #8ea9de;
  font-weight: bold;
  font-size: 2.6em;
  font-style: italic;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 60%;/*行間調整*/
}
.left{
  text-align: left;
  position: relative;
  left: 8%;
  width: 92%;
}
.explain{
  width: 90%;
  position: relative;
  left: 8%;
}
.parent{
  width: 65px; height:65px;
  line-height: 65px;
  position: relative;
  left: 6%;
  display: inline-block;
  background: #db002b;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 2em;
}
.title{
  font-size: 1.8em;
  font-weight: bold;
  display: inline-block;
  position: relative;
  left: 8%;
}
.subtitle{
  color: #959489;
  font-size: 0.3em;
  letter-spacing: normal;
}
.look{
  color: white;
  background-color: #76d9cb;
  font-size: 1em;
  font-weight: bold;
  width: 83%;
  margin: 0;  padding: 0;
  padding-right: 0.7rem;
  position: relative;
  left: 8%;
  text-decoration: none;
}
.look:hover{
  text-decoration: underline;
}
.look a{
  margin: 0;
}

.issue{
  margin: 2% 0;
  margin-bottom: 4%;
}

.new{
  position: relative;
  left: 8%;
}

.last{
  width: 17%;
  text-align: center;
  position: relative;
  left: 41%;
}


/*IE微調整*/
@media all and (-ms-high-contrast: none) {
 #mini {
   position: relative;
   right: 40px;
   width: 100%;
 }
 .look{
   padding-top: 0.55em;
 }
 .online::before{
   padding-top: 0.5em;
   width: 11.5%;
 }
 .says{
   padding-top: 1.1em;
 }
}

.context{
  position: relative;
  left: 0%; top: -5px;
  width: 90%;
  border-left: solid 7px #db002b;
  padding-left: 5.5%;
  padding-bottom: 1%;
  font-size: 1.15em;
}
.noborder{
  border: none;
}
.nomargin{
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding: 0.7em 0;
}
.if{
  background: #fed154;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1.3em;
  padding: 0.2em 0;
  width: 24%;
  margin-bottom: 0.8%;
}
.shorten{
  width: 15%;
}
.expect{
  width: 23%;
}
.narabi{
  display: inline-block;
}
.hosoku{
  display: inline-block;
  font-size: 0.7em;
  vertical-align: sub;
  margin-left: 1%;
}
.checklist{
  font-size: 1.1em;
}
.check{
  color: #db002b;
  position: absolute;
  left: 0.5em; top: 0.15em;
  font-size: 1.3em;
}
.square{
  font-size: 1.1em;
  position: absolute;
  left: 0.6em; top: 0.4em;
}
.arrow{
  width: 3%;
  position: relative;
  left: 47%;
}
.matome{
  background: #8ed2df;
  color: white;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  width: 80%;
  padding: 2% 1%;
  position: relative;
  left: 8%;
  margin-bottom: 3%;
}
.bigletter{
  font-size: 1.5em;
  font-weight: bold;
}
.smalllist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.smalllist li {
  position: relative;
  padding: 0 0 0.2em 2em;
}
.smalllist li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f068';
  color: #393939;
  margin-top: 0.2em;
}
.withlink{
  display: inline-block;
}
.link{
  display: inline-block;
  position: relative;
  left: 10%;
  vertical-align: middle;
}
.icon2{
  width: 5%;
  display: inline-block;
}
.url{
  display: inline-block;
  vertical-align: 0.75em;
}
.left8{
  position: relative;
  left: 8%;
  width: 80%;
  font-size: 1.2em;
}
.pointtitle{
  font-size: 1.5em;
  font-weight: bold;
}
.quote{
  background: #8ed2df;
  color: white;
  font-weight: bold;
  padding:2%;
  margin-bottom: 2%;
}
.rightimage{
  display: inline-block;
  width: 60%;
  vertical-align: top;
  margin-right: 3%;
}
.crnimg{
  display: inline-block;
  width: 25%;
}
.example{
  display: inline-block;
  width: 60%;
  vertical-align: top;
}
.exampleimg{
  display: inline-block;
  width: 25%;
}
/*IEのみ*/
@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .parent{
    line-height: 75px;
  }
  .if{
    padding-top: 0.4em;
  }
}
/*タブレット対応（画面サイズが959px以下の場合ここの記述が適用される）*/
@media screen and (max-width:959px) {
  .main{
    overflow: hidden;
  }
  .parent{
    vertical-align: top;
  }
  .study {
    width: 28%;
    font-size: 1.2em;
    padding: 0.8em;
    margin: 2% 2% 0 11%;
}
.link {
  left: 18%;
}
.shorten {
  width: 19%;
}
.expect {
  width: 40%;
}
.look{
  width: 90%;
  left: 4%
}


}
/*スマホ対応（画面サイズが559px以下の場合ここの記述が適用される）*/
@media screen and (max-width:559px) {
  .main {
    overflow: hidden;
  }
  .issue{
    margin:30px;
  }
  .midashi{
    font-size: 26px;
  }
  .study{
    width: 75%;
    margin: 40px 0 40px 20px;
  }
  .crnimg,.exampleimg{
    display: none;
  }
  .context{
    border: none;
    margin-bottom: 30px;
  }
  .parent {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    vertical-align: top;
  }
  .title{
    width: 65%;
    font-size: 22px;
    padding-right: 10px;
  }
  .nomargin{
    font-size: 13px;
    margin: 10px 0 20px 0;
    line-height: 200%
  }
  .rightimage{
    width:100%;
    margin-top: 20px;
  }
  .checklist{
    font-size: 13px;
    margin: 20px 0;
  }
  .page8_unveal{
    display: none;
  }
  .if{
    width:50%;
    font-size: 15px;
  }
  .explain{
    width:85%;
    margin-bottom: 50px;
  }
  .example{
    width: 100%;
    margin-bottom: -10%;
  }
  .noborder{
    margin-bottom: 0;
  }
  .matome{
    font-size: 18px;
    padding: 8px 10px;
    margin-bottom: 60px;
    line-height: 180%;
  }
  .quote{
    font-size: 13px;
    padding: 15px 20px;
    margin: 30px 0;
    width:88%;
    line-height: 200%
  }
  .url{
    font-size: 8px;
    width:85%;
  }
  .link{
    margin: 20px 0 10px 0;
    left:9%;
    width:90%;
  }

  .smalllist{
    font-size: 13px;
  }
  .icon2{
    margin-right: 8px;
    vertical-align: top;
  }
  .shorten{
    margin-bottom: 15px;
  }
  .page8_adjust{
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 200%
  }
  .hosoku{
    font-size: 8px;
    margin: 8px;
  }
  .narabi{
    margin-bottom: 0;
  }
  .pointtitle{
    font-size: 22px;
  }
  .page8_margin{
    margin-bottom: 0;
  }
  .rightimage{
    width:100%;
    margin-top: 20px;
  }
  .look{
    font-size: 17px;
  }
}
