@charset "UTF-8";
html body {
  font-family: Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: relative;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #4d4d4d;
  padding: 4px 0;
  font-size: 0.88em;
  background-color: #08A78B;
  background-image: url(//developer.movabletype.io/themeguide/images/bg_blackborde.jpg); }
  @media screen and (min-width: 1100px) {
    html body {
      font-size: 1em; } }
  html body a {
    color: #FEF78B; }
    html body a h1:hover, html body a div:hover {
      opacity: 0.8; }
  html body p {
    padding: 0px;
    margin: 0px; }
  @media screen and (min-width: 768px) {
    html body .iphone-br {
      display: none; } }
  html body .pc-br {
    display: none; }
    @media screen and (min-width: 768px) {
      html body .pc-br {
        display: block; } }

html.is-open, body.is-open {
  overflow: hidden;
  height: 100%; }

.tk-chibi {
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.15em; }

.mt-container {
  width: auto;
  padding: 0 16px;
  overflow: hidden;
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 480px) {
    .mt-container {
      width: 448px; } }
  @media screen and (min-width: 768px) {
    .mt-container {
      width: 720px;
      overflow: visible; } }
  @media screen and (min-width: 1100px) {
    .mt-container {
      padding: 0 24px;
      width: 1036px; } }

.invisible {
  display: none; }
  @media screen and (min-width: 768px) {
    .invisible.is-open {
      height: auto; } }
  @media screen and (min-width: 768px) {
    .invisible {
      height: auto;
      display: block; } }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.intro__bg {
  display: none; }
  @media screen and (min-width: 768px) {
    .intro__bg {
      width: 100%;
      height: 1000px;
      top: 0px;
      position: absolute;
      display: block;
      background-image: url("//developer.movabletype.io/themeguide/images/bg_art.png");
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 0; } }

.intro {
  margin: 0px auto 40px;
  color: #ffffff;
  position: relative;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal; }
  .intro a:link, .intro a:visited {
    -webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #FEF78B;
    text-decoration: none; }
  .intro a:hover {
    color: #9DE0D3; }
  @media screen and (min-width: 768px) {
    .intro {
      margin: 60px auto 40px; } }
  @media screen and (min-width: 1100px) {
    .intro {
      width: 1004px;
      margin: 60px auto 40px; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .intro .intro__title {
    width: 320px;
    height: 120px;
    text-indent: -9999px;
    background-image: url("//developer.movabletype.io/themeguide/images/main_title-iphone.svg");
    background-size: 320px 120px;
    background-repeat: no-repeat;
    display: block;
    z-index: 50;
    margin-bottom: -16px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .intro .intro__title {
        width: 540px;
        height: 144px;
        text-indent: -9999px;
        background-image: url("//developer.movabletype.io/themeguide/images/main_title.svg");
        background-size: 540px 144px;
        background-repeat: no-repeat;
        display: block;
        margin-bottom: 20px; } }
    @media screen and (min-width: 1100px) {
      .intro .intro__title {
        width: 600px;
        height: 161px;
        text-indent: -9999px;
        background-image: url("//developer.movabletype.io/themeguide/images/main_title.svg");
        background-size: 600px 161px;
        background-repeat: no-repeat;
        display: block;
        margin-bottom: 20px; } }
  .intro .intro__bigToph {
    display: none; }
    @media screen and (min-width: 768px) {
      .intro .intro__bigToph {
        display: block;
        position: absolute;
        width: 240px;
        height: 240px;
        right: 0px;
        top: 0px;
        visibility: hidden; } }
    @media screen and (min-width: 1100px) {
      .intro .intro__bigToph {
        width: 414px;
        height: 415px;
        right: 0px;
        top: 0px;
        visibility: hidden; } }
  .intro .intro__text {
    width: auto;
    color: #ffffff;
    font-weight: normal;
    line-height: 32px;
    background: url(//developer.movabletype.io/themeguide/images/intro_textbg.png);
    background-size: 8px 32px; }
    .intro .intro__text--point {
      color: #FEF78B; }
    .intro .intro__text--point02 {
      color: #9DE0D3; }
    .intro .intro__text--knowledge {
      color: #7BD8E7; }
    .intro .intro__text--practice {
      color: #FE92A9; }
    @media screen and (min-width: 1100px) {
      .intro .intro__text {
        width: 600px;
        background-size: 16px 32px;
        margin-bottom: 8px; } }
  .intro .intro__centerArea {
    width: auto;
    margin: 0 auto;
    margin-bottom: 32px;
    margin-top: 12px;
    position: relative; }
    @media screen and (min-width: 1100px) {
      .intro .intro__centerArea {
        margin-bottom: 36px;
        margin-top: 0px;
        width: 880px; } }
  .intro .intro__catch {
    font-size: 18px;
    margin-bottom: 12px;
    color: #FEF78B;
    letter-spacing: 0.2em;
    text-align: center;
    position: relative; }
    .intro .intro__catch .text-warp > * {
      display: inline !important; }
    @media screen and (min-width: 768px) {
      .intro .intro__catch {
        font-size: 32px;
        margin-bottom: 66px;
        text-shadow: 2px 2px 3px #08A78B, -2px 2px 3px #08A78B, 2px -2px 3px #08A78B, -2px -2px 3px #08A78B;
        font-weight: normal;
        z-index: 10; }
        .intro .intro__catch .text-warp > * {
          display: inline-block !important; } }
  .intro .intro__textBox, .intro .listArea__textBox {
    font-size: 0.88em;
    margin-top: 20px;
    padding: 16px;
    background: url(//developer.movabletype.io/themeguide/images/textBox_left.svg) left top no-repeat, url(//developer.movabletype.io/themeguide/images/textBox_right.svg) right top no-repeat;
    background-size: contain; }
    @media screen and (min-width: 768px) {
      .intro .intro__textBox, .intro .listArea__textBox {
        font-size: 1em;
        margin-top: 24px;
        padding: 12px 24px; } }

.buttonArea {
  width: 290px;
  margin: 0 auto;
  margin-top: 16px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .buttonArea {
      width: 580px; } }

.buttonArea__knowledgeBalloon {
  width: 60px;
  height: 60px;
  /* width,heightの半分 */
  border-radius: 30px;
  background-color: #4BC0E0;
  /* 円の色 */
  border: 1px dashed #ffffff;
  box-shadow: 0 0 0 3px #4BC0E0, 2px 2px 4px 0px #666666;
  position: absolute;
  top: -16px;
  left: -8px;
  z-index: 100; }
  @media screen and (min-width: 768px) {
    .buttonArea__knowledgeBalloon {
      width: 90px;
      height: 90px;
      /* width,heightの半分 */
      border-radius: 45px;
      background-color: #4BC0E0;
      /* 円の色 */
      border: 1px dashed #ffffff;
      box-shadow: 0 0 0 3px #4BC0E0, 2px 2px 4px 0px #666666; } }
  @media screen and (min-width: 1100px) {
    .buttonArea__knowledgeBalloon {
      width: 163px;
      height: 148px;
      background-image: url("//developer.movabletype.io/themeguide/images/knowledge_balloon.svg");
      background-size: 163px 148px;
      background-repeat: no-repeat;
      position: absolute;
      display: block;
      border: 0px;
      box-shadow: none;
      background-color: transparent;
      top: 40px;
      left: -165px; } }
  .buttonArea__knowledgeBalloon .buttonArea__knowledgeBalloon--text {
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    font-size: 12px;
    position: absolute;
    left: 8px;
    top: 14px;
    line-height: 1.3em; }
    @media screen and (min-width: 768px) {
      .buttonArea__knowledgeBalloon .buttonArea__knowledgeBalloon--text {
        font-size: 18px;
        position: absolute;
        left: 12px;
        top: 22px;
        line-height: 1.3em; } }
    @media screen and (min-width: 1100px) {
      .buttonArea__knowledgeBalloon .buttonArea__knowledgeBalloon--text {
        font-size: 18px;
        left: 40px;
        top: 48px;
        line-height: 1.5em; } }

.buttonArea__practiceBalloon {
  width: 60px;
  height: 60px;
  /* width,heightの半分 */
  border-radius: 30px;
  background-color: #FF7892;
  /* 円の色 */
  border: 1px dashed #ffffff;
  box-shadow: 0 0 0 3px #FF7892, 2px 2px 4px 0px #666666;
  position: absolute;
  top: -16px;
  left: 130px;
  z-index: 100; }
  @media screen and (min-width: 768px) {
    .buttonArea__practiceBalloon {
      width: 90px;
      height: 90px;
      top: -16px;
      left: 274px;
      /* width,heightの半分 */
      border-radius: 45px;
      background-color: #FF7892;
      /* 円の色 */
      border: 1px dashed #ffffff;
      box-shadow: 0 0 0 3px #FF7892, 2px 2px 4px 0px #666666; } }
  @media screen and (min-width: 1100px) {
    .buttonArea__practiceBalloon {
      width: 160px;
      height: 150px;
      background-image: url("//developer.movabletype.io/themeguide/images/practice_balloon.svg");
      background-size: 160px 150px;
      background-repeat: no-repeat;
      position: absolute;
      display: block;
      border: 0px;
      box-shadow: none;
      background-color: transparent;
      top: 60px;
      left: 600px; } }
  .buttonArea__practiceBalloon .buttonArea__practiceBalloon--text {
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    font-size: 12px;
    position: absolute;
    left: 8px;
    top: 14px;
    line-height: 1.3em; }
    @media screen and (min-width: 768px) {
      .buttonArea__practiceBalloon .buttonArea__practiceBalloon--text {
        font-size: 18px;
        position: absolute;
        left: 12px;
        top: 22px;
        line-height: 1.3em; } }
    @media screen and (min-width: 1100px) {
      .buttonArea__practiceBalloon .buttonArea__practiceBalloon--text {
        transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        font-size: 18px;
        left: 48px;
        top: 44px;
        line-height: 1.5em; } }

.buttonArea__knowledgeBtn {
  width: 128px;
  height: 128px;
  position: relative;
  cursor: pointer;
  float: left;
  border: 6px solid #4BC0E0;
  border-radius: 6px;
  background-color: #ffffff;
  background-image: url;
  background-image: -webkit-linear-gradient(135deg, #ffffff 25%, #ABEFED 25%, #ABEFED 50%, #ffffff 50%, #ffffff 75%, #ABEFED 75%, #ABEFED);
  background-image: linear-gradient(-45deg, #ffffff 25%, #ABEFED 25%, #ABEFED 50%, #ffffff 50%, #ffffff 75%, #ABEFED 75%, #ABEFED);
  background-size: 12px 12px;
  box-shadow: 3px 5px 10px 3px #666666;
  -webkit-transition: box-shadow 0.1s, -webkit-transform 0.1s, opacity 0.3s;
  -webkit-transition: box-shadow 0.1s, opacity 0.3s, -webkit-transform 0.1s;
  transition: box-shadow 0.1s, opacity 0.3s, -webkit-transform 0.1s;
  transition: box-shadow 0.1s, transform 0.1s, opacity 0.3s;
  transition: box-shadow 0.1s, transform 0.1s, opacity 0.3s, -webkit-transform 0.1s;
  position: relative;
  margin-right: 8px; }
  @media screen and (min-width: 1100px) {
    .buttonArea__knowledgeBtn {
      background-size: 16px 16px; } }
  @media screen and (min-width: 768px) {
    .buttonArea__knowledgeBtn {
      width: 250px;
      height: 224px;
      float: left;
      border: 8px solid #4BC0E0;
      border-radius: 8px; }
      .buttonArea__knowledgeBtn:active {
        opacity: 0.8;
        -webkit-transform: translate(1px, 3px);
        transform: translate(1px, 3px);
        box-shadow: 1px 1px 1px 0.5px #666666; } }
    @media screen and (min-width: 768px) and (min-width: 1100px) {
      .buttonArea__knowledgeBtn:active {
        box-shadow: 0.5px 0.5px 2px 1px #666666; } }
  @media screen and (min-width: 768px) {
    .buttonArea__knowledgeBtn {
      margin-right: 20px; } }
  @media screen and (min-width: 1100px) {
    .buttonArea__knowledgeBtn {
      margin-right: 46px; } }

.knowledgeBtn__textArea {
  margin: 16px auto;
  height: 96px;
  background: #ffffff;
  position: relative; }
  @media screen and (min-width: 768px) {
    .knowledgeBtn__textArea {
      margin: 24px auto;
      height: 176px; } }
  .knowledgeBtn__textArea .knowledgeBtn__text {
    width: 100%;
    font-size: 30px;
    color: #7BD8E7;
    font-weight: bold;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    margin: 0 21px; }
    .knowledgeBtn__textArea .knowledgeBtn__text:after {
      content: "";
      color: transparent;
      -webkit-text-stroke: 1px #808080;
      position: absolute;
      top: -1px;
      left: -1px; }
    @media screen and (min-width: 768px) {
      .knowledgeBtn__textArea .knowledgeBtn__text {
        font-size: 42px; }
        .knowledgeBtn__textArea .knowledgeBtn__text:after {
          top: -2px;
          left: -2px; } }
    .knowledgeBtn__textArea .knowledgeBtn__text:after {
      content: "知識編"; }
    @media screen and (min-width: 768px) {
      .knowledgeBtn__textArea .knowledgeBtn__text {
        margin: 0 57px; } }

.buttonArea__practiceBtn {
  width: 128px;
  height: 128px;
  position: relative;
  cursor: pointer;
  float: left;
  border: 6px solid #FF7892;
  border-radius: 6px;
  background-color: #ffffff;
  background-image: url;
  background-image: -webkit-linear-gradient(135deg, #ffffff 25%, #FFCFDE 25%, #FFCFDE 50%, #ffffff 50%, #ffffff 75%, #FFCFDE 75%, #FFCFDE);
  background-image: linear-gradient(-45deg, #ffffff 25%, #FFCFDE 25%, #FFCFDE 50%, #ffffff 50%, #ffffff 75%, #FFCFDE 75%, #FFCFDE);
  background-size: 12px 12px;
  box-shadow: 3px 5px 10px 3px #666666;
  -webkit-transition: box-shadow 0.1s, -webkit-transform 0.1s, opacity 0.3s;
  -webkit-transition: box-shadow 0.1s, opacity 0.3s, -webkit-transform 0.1s;
  transition: box-shadow 0.1s, opacity 0.3s, -webkit-transform 0.1s;
  transition: box-shadow 0.1s, transform 0.1s, opacity 0.3s;
  transition: box-shadow 0.1s, transform 0.1s, opacity 0.3s, -webkit-transform 0.1s; }
  @media screen and (min-width: 1100px) {
    .buttonArea__practiceBtn {
      background-size: 16px 16px; } }
  @media screen and (min-width: 768px) {
    .buttonArea__practiceBtn {
      width: 250px;
      height: 224px;
      float: left;
      border: 8px solid #FF7892;
      border-radius: 8px; }
      .buttonArea__practiceBtn:active {
        opacity: 0.8;
        -webkit-transform: translate(1px, 3px);
        transform: translate(1px, 3px);
        box-shadow: 1px 1px 1px 0.5px #666666; } }
    @media screen and (min-width: 768px) and (min-width: 1100px) {
      .buttonArea__practiceBtn:active {
        box-shadow: 0.5px 0.5px 2px 1px #666666; } }

.practiceBtn__textArea {
  margin: 16px auto;
  height: 96px;
  background: #ffffff;
  position: relative; }
  @media screen and (min-width: 768px) {
    .practiceBtn__textArea {
      margin: 24px auto;
      height: 176px; } }
  .practiceBtn__textArea .practiceBtn__text {
    width: 100%;
    font-size: 30px;
    color: #FE92A9;
    font-weight: bold;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%);
    margin: 0 21px; }
    .practiceBtn__textArea .practiceBtn__text:after {
      content: "";
      color: transparent;
      -webkit-text-stroke: 1px #808080;
      position: absolute;
      top: -1px;
      left: -1px; }
    @media screen and (min-width: 768px) {
      .practiceBtn__textArea .practiceBtn__text {
        font-size: 42px; }
        .practiceBtn__textArea .practiceBtn__text:after {
          top: -2px;
          left: -2px; } }
    .practiceBtn__textArea .practiceBtn__text:after {
      content: "実践編"; }
    @media screen and (min-width: 768px) {
      .practiceBtn__textArea .practiceBtn__text {
        margin: 0 57px; } }

.intro__listArea {
  width: auto;
  display: block;
  margin: 0 auto; }
  @media screen and (min-width: 1100px) {
    .intro__listArea {
      display: table;
      width: 880px; } }
  @media screen and (min-width: 768px) {
    .intro__listArea .listArea__textBox {
      font-size: 1em;
      display: table-cell;
      width: 328px;
      float: left;
      padding: 12px 24px;
      margin-top: 0px;
      margin-left: 20px; } }
  @media screen and (min-width: 1100px) {
    .intro__listArea .listArea__textBox {
      font-size: 1em;
      display: table-cell;
      width: 440px;
      float: left;
      padding: 12px 40px;
      margin-left: 40px; } }

.buttonArea__listBtn {
  width: 290px;
  height: 50px;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  border: 6px solid #08A78B;
  border-radius: 6px;
  background-color: #ffffff;
  background-image: url;
  background-image: -webkit-linear-gradient(135deg, #ffffff 25%, #9DE0D3 25%, #9DE0D3 50%, #ffffff 50%, #ffffff 75%, #9DE0D3 75%, #9DE0D3);
  background-image: linear-gradient(-45deg, #ffffff 25%, #9DE0D3 25%, #9DE0D3 50%, #ffffff 50%, #ffffff 75%, #9DE0D3 75%, #9DE0D3);
  background-size: 12px 12px;
  box-shadow: 3px 5px 10px 3px #666666;
  -webkit-transition: box-shadow 0.1s, -webkit-transform 0.1s, opacity 0.3s;
  -webkit-transition: box-shadow 0.1s, opacity 0.3s, -webkit-transform 0.1s;
  transition: box-shadow 0.1s, opacity 0.3s, -webkit-transform 0.1s;
  transition: box-shadow 0.1s, transform 0.1s, opacity 0.3s;
  transition: box-shadow 0.1s, transform 0.1s, opacity 0.3s, -webkit-transform 0.1s;
  float: none; }
  @media screen and (min-width: 1100px) {
    .buttonArea__listBtn {
      background-size: 16px 16px; } }
  @media screen and (min-width: 768px) {
    .buttonArea__listBtn {
      width: 250px;
      height: 224px;
      float: left;
      border: 8px solid #08A78B;
      border-radius: 8px; }
      .buttonArea__listBtn:active {
        opacity: 0.8;
        -webkit-transform: translate(1px, 3px);
        transform: translate(1px, 3px);
        box-shadow: 1px 1px 1px 0.5px #666666; } }
    @media screen and (min-width: 768px) and (min-width: 1100px) {
      .buttonArea__listBtn:active {
        box-shadow: 0.5px 0.5px 2px 1px #666666; } }
  @media screen and (min-width: 768px) {
    .buttonArea__listBtn {
      display: table-cell;
      float: left;
      width: 304px;
      height: 108px; } }

.listBtn__textArea {
  margin: 0px 20px;
  height: 50px;
  background: #ffffff; }
  @media screen and (min-width: 768px) {
    .listBtn__textArea {
      margin: 12px auto;
      height: 84px; } }

.listBtn__text {
  width: 100%;
  font-size: 30px;
  color: #4DC2AD;
  font-weight: bold;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 20px;
  margin: 0 48px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%); }
  .listBtn__text:after {
    content: "";
    color: transparent;
    -webkit-text-stroke: 1px #808080;
    position: absolute;
    top: -1px;
    left: -1px; }
  @media screen and (min-width: 768px) {
    .listBtn__text {
      font-size: 42px; }
      .listBtn__text:after {
        top: -2px;
        left: -2px; } }
  @media screen and (min-width: 768px) {
    .listBtn__text {
      font-size: 24px;
      margin: 0 61px; } }
  .listBtn__text:after {
    content: "逆引き操作リスト";
    color: transparent;
    -webkit-text-stroke: 1px #808080;
    position: absolute;
    top: -1px;
    left: -1px; }
    @media screen and (min-width: 1100px) {
      .listBtn__text:after {
        top: -1.5px;
        left: -1.5px; } }

.archives {
  width: 100%;
  font-size: 0.88em;
  padding: 28px 0px 40px;
  background-image: url(//developer.movabletype.io/themeguide/images/bg_wood.jpg);
  position: relative; }
  
  @media screen and (min-width: 768px) {
    .archives {
      font-size: 1em;
      padding: 40px 0px; } }
    .archives .archives__clip {
      display: none; }
    
    @media screen and (min-width: 1100px) {
      .archives {
          margin: 40px 0;
        }
      .archives .archives__clip {
        width: 552px;
        height: 275px;
        display: block;
        background-image: url(//developer.movabletype.io/themeguide/images/bg_clip.png);
        position: absolute;
        left: 0px;
        bottom: 170px; } }
  .archives .archives__tophIcon {
    position: absolute;
    bottom: -80px;
    left: 100px; }
  .archives .archives__knowledge, .archives .archives__practice {
    width: auto;
    height: auto;
    padding: 12px 20px;
    background-color: #ffffff;
    box-shadow: 1px 1px 1px 0.5px #666666; }
    @media screen and (min-width: 1100px) {
      .archives .archives__knowledge, .archives .archives__practice {
        box-shadow: 0.5px 0.5px 2px 1px #666666; } }
    @media screen and (min-width: 768px) {
      .archives .archives__knowledge, .archives .archives__practice {
        padding: 12px 20px 24px; } }
    @media screen and (min-width: 1100px) {
      .archives .archives__knowledge, .archives .archives__practice {
        padding: 12px 20px 24px;
        width: 464px;
        float: left; } }
  .archives .archives__knowledgeTitle, .archives .archives__practiceTitle {
    cursor: pointer;
    width: 100%;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    height: 42px;
    margin: 0 72px;
    font-size: 34px; }
    .archives .archives__knowledgeTitle:after, .archives .archives__practiceTitle:after {
      content: "";
      color: transparent;
      -webkit-text-stroke: 1px #808080;
      position: absolute;
      top: -1px;
      left: -1px; }
    @media screen and (min-width: 768px) {
      .archives .archives__knowledgeTitle, .archives .archives__practiceTitle {
        font-size: 42px; }
        .archives .archives__knowledgeTitle:after, .archives .archives__practiceTitle:after {
          top: -2px;
          left: -2px; } }
    @media screen and (min-width: 768px) {
      .archives .archives__knowledgeTitle, .archives .archives__practiceTitle {
        height: auto;
        margin: 0px;
        cursor: default; } }
  .archives .archives__knowledgeList, .archives .archives__practiceList {
    margin-bottom: 40px; }
    .archives .archives__knowledgeList li, .archives .archives__practiceList li {
      padding-left: 1em;
      line-height: 1.5;
      padding: 0.5em;
      border-bottom: dotted 2px #B3B3B3; }
      @media screen and (min-width: 768px) {
        .archives .archives__knowledgeList li, .archives .archives__practiceList li {
          border-bottom: 0px; } }
      .archives .archives__knowledgeList li:before, .archives .archives__practiceList li:before {
        content: "▶︎";
        color: #FEF78B;
        font-size: 12px;
        margin-right: 6px; }
  .archives .archives__knowledge {
    border-top: 6px solid #4BC0E0;
    position: relative;
    margin-right: 0px;
    margin-bottom: 20px;
    background-image: url(//developer.movabletype.io/themeguide/images/archives_knowledgeBg-iphone.png);
    background-size: 80%;
    background-position: 60px 4px;
    background-repeat: no-repeat; }
    .archives .archives__knowledge .invisible.is-open {
      height: auto; }
    .archives .archives__knowledge a:link, .archives .archives__knowledge a:visited {
      -webkit-transition: all 0.5s ease;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      color: #4BC0E0;
      text-decoration: none; }
    .archives .archives__knowledge a:hover {
      color: #ABEFED; }
    @media screen and (min-width: 768px) {
      .archives .archives__knowledge {
        border-top: 8px solid #4BC0E0;
        margin-bottom: 40px;
        background-image: url(//developer.movabletype.io/themeguide/images/bg_note.png);
        background-size: 40px;
        background-repeat: repeat; } }
    @media screen and (min-width: 1100px) {
      .archives .archives__knowledge {
        border-top: 8px solid #4BC0E0;
        margin-bottom: 0px;
        margin-right: 28px;
        background-image: url(//developer.movabletype.io/themeguide/images/bg_note.png);
        background-size: 40px;
        background-repeat: repeat; } }
    @media screen and (min-width: 768px) {
      .archives .archives__knowledge:before {
        content: "";
        display: block;
        position: absolute;
        width: 264px;
        height: 106px;
        right: -24px;
        top: -24px;
        background-size: 100%;
        background: url(//developer.movabletype.io/themeguide/images/list_tape01.png) no-repeat; } }
    @media screen and (min-width: 768px) {
      .archives .archives__knowledge:after {
        content: "";
        width: 174px;
        height: 113px;
        display: block;
        position: absolute;
        left: -80px;
        bottom: -60px;
        background: url(//developer.movabletype.io/themeguide/images/list_tape04.png) no-repeat; } }
    .archives .archives__knowledge .archives__knowledgeTitle {
      color: #7BD8E7; }
      .archives .archives__knowledge .archives__knowledgeTitle:after {
        content: "知識編"; }
  .archives .archives__knowledgeAllow, .archives .archives__practiceAllow {
    height: 16px;
    position: relative;
    top: 8px;
    text-align: center; }
    .archives .archives__knowledgeAllow i, .archives .archives__practiceAllow i {
      margin: 0px;
      padding: 0px;
      font-size: 32px;
      line-height: 16px; }
    @media screen and (min-width: 768px) {
      .archives .archives__knowledgeAllow, .archives .archives__practiceAllow {
        display: none; } }
  .archives .archives__knowledgeAllow {
    color: #7BD8E7; }
    .archives .archives__knowledgeAllow.is-open {
      top: 546px; }
      .archives .archives__knowledgeAllow.is-open i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  .archives .archives__knowledgeText {
    font-size: 0.88em;
    background-color: rgba(171, 239, 237, 0.3);
    padding: 12px;
    margin: 8px 0 16px 0; }
    @media screen and (min-width: 768px) {
      .archives .archives__knowledgeText {
        font-size: 1em;
        padding: 16px;
        margin: 0px 0 16px 0;
        border-radius: 55px 12px 185px 12px / 8px 200px 8px 55px; } }
  .archives .archives__knowledgeSubtitle {
    border-bottom: dotted 2px #B3B3B3;
    padding-bottom: 12px;
    line-height: 100%;
    margin-bottom: 0px;
    font-size: 16px;
    letter-spacing: 0.09em; }
    @media screen and (min-width: 768px) {
      .archives .archives__knowledgeSubtitle {
        font-size: 22px;
        padding-bottom: 8px;
        margin-bottom: 12px; } }
    .archives .archives__knowledgeSubtitle--number {
      color: #4BC0E0;
      letter-spacing: -0.05em;
      padding-right: 0.25em;
      font-size: 22px; }
      @media screen and (min-width: 768px) {
        .archives .archives__knowledgeSubtitle--number {
          font-size: 36px; } }
  .archives .archives__practice {
    border-top: 6px solid #FF7892;
    position: relative;
    background-image: url(//developer.movabletype.io/themeguide/images/archives_practiceBg-iphone.png);
    background-size: 92%;
    background-position: 13px 10px;
    background-repeat: no-repeat; }
    .archives .archives__practice a:link, .archives .archives__practice a:visited {
      -webkit-transition: all 0.5s ease;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      color: #FF7892;
      text-decoration: none; }
    .archives .archives__practice a:hover {
      color: #FFCFDE; }
      .archives .archives__practice .invisible.is-open {
        height: 1100px; }
    @media screen and (min-width: 768px) {
      .archives .archives__practice {
        border-top: 8px solid #FF7892;
        margin-bottom: 0px;
        background-image: url(//developer.movabletype.io/themeguide/images/bg_note.png);
        background-size: 40px;
        background-repeat: repeat; } }
    .archives .archives__practice:before {
      display: none; }
      @media screen and (min-width: 768px) {
        .archives .archives__practice:before {
          content: "";
          width: 254px;
          height: 109px;
          right: -24px;
          top: -24px;
          display: block;
          position: absolute;
          background: url(//developer.movabletype.io/themeguide/images/list_tape02.png) no-repeat;
          background-size: 100%; } }
    .archives .archives__practice:after {
      display: none; }
      @media screen and (min-width: 768px) {
        .archives .archives__practice:after {
          content: "";
          width: 182px;
          height: 110px;
          display: block;
          position: absolute;
          right: -24px;
          bottom: -12px;
          background: url(//developer.movabletype.io/themeguide/images/list_tape03.png) no-repeat; } }
    .archives .archives__practice .archives__practiceTitle {
      color: #FE92A9; }
      .archives .archives__practice .archives__practiceTitle:after {
        content: "実践編"; }
    .archives .archives__practice .archives__practiceAllow {
      color: #FE92A9; }
      .archives .archives__practice .archives__practiceAllow.is-open {
        top: 1084px; }
        .archives .archives__practice .archives__practiceAllow.is-open i {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      @media screen and (min-width: 768px) {
        .archives .archives__practice .archives__practiceAllow {
          display: none; } }
    .archives .archives__practice .archives__practiceText {
      background-color: rgba(252, 172, 191, 0.3);
      padding: 16px;
      margin: 8px 0 16px 0; 
      position: relative; }
      @media screen and (min-width: 768px) {
        .archives .archives__practice .archives__practiceText {
          border-radius: 55px 12px 185px 12px / 8px 200px 8px 55px;
          margin: 0px 0 16px 0; 
          } }
      @media screen and (min-width: 768px) {
        .archives .archives__practice .archives__practiceText:after {
          content: "";
          width: 132px;
          height: 117px;
          background: url(//developer.movabletype.io/themeguide/images/list_toph01.png) no-repeat;
          position: absolute;
          top: 0px;
          right: -8px; } }
    .archives .archives__practice .archives__practiceSubtitle {
      border-bottom: dotted 2px #B3B3B3;
      padding-bottom: 12px;
      line-height: 100%;
      margin-bottom: 0px;
      font-size: 16px;
      letter-spacing: 0.09em; }
      @media screen and (min-width: 768px) {
        .archives .archives__practice .archives__practiceSubtitle {
          font-size: 22px;
          padding-bottom: 8px;
          margin-bottom: 12px; } }
      .archives .archives__practice .archives__practiceSubtitle--number {
        color: #FF7892;
        font-size: 22px;
        letter-spacing: -0.05em;
        padding-right: 0.25em; }
        @media screen and (min-width: 768px) {
          .archives .archives__practice .archives__practiceSubtitle--number {
            font-size: 36px; } }

.bannerArea {
  color: #ffffff;
  margin-top: 40px; }
  .bannerArea a:link, .bannerArea a:visited {
    -webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #FEF78B;
    text-decoration: none; }
  .bannerArea a:hover {
    color: #ffffff; }
  @media screen and (min-width: 768px) {
    .bannerArea {
      background-image: url(//developer.movabletype.io/themeguide/images/bg_clip02.png);
      background-size: 100% auto;
      background-repeat: no-repeat; } }
  .bannerArea a:link, .bannerArea a:hover, .bannerArea a:visited {
    text-decoration: underline; }
  .bannerArea .bannerArea__title {
    font-size: 22px;
    min-width: 179px;
    min-height: 48px;
    color: #FEF78B;
    margin: 0 auto;
    margin-bottom: 12px;
    text-align: center;
    background-image: url(//developer.movabletype.io/themeguide/images/bg_star.png);
    background-repeat: no-repeat;
    background-position: 25% 20%;
    background-size: auto 100%;
    line-height: 1em;
    letter-spacing: 0.15em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .bannerArea .bannerArea__title {
        min-height: 67px;
        font-size: 32px;
        line-height: 1.2em;
        background-size: 200px 67px;
        background-position: 40% 20%; } }
    .bannerArea .bannerArea__title .bannerArea__title--sub {
      font-size: 16px;
      letter-spacing: 0.05em; }
      @media screen and (min-width: 768px) {
        .bannerArea .bannerArea__title .bannerArea__title--sub {
          letter-spacing: 0.15em;
          font-size: 20px; } }
      .bannerArea .bannerArea__title .bannerArea__title--sub > * {
        display: inline !important; }
        @media screen and (min-width: 768px) {
          .bannerArea .bannerArea__title .bannerArea__title--sub > * {
            display: inline-block !important; } }
    .bannerArea .bannerArea__title .bannerArea__title--main {
      position: relative;
      top: 12px;
      margin-bottom: -16px; }
  .bannerArea .bannerArea__centerArea {
    width: auto;
    margin: 0 auto;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      .bannerArea .bannerArea__centerArea {
        width: 440px; } }
    @media screen and (min-width: 1100px) {
      .bannerArea .bannerArea__centerArea {
        width: 890px; } }
  .bannerArea .bannerArea__wrap {
    width: auto; }
    @media screen and (min-width: 1100px) {
      .bannerArea .bannerArea__wrap {
        width: 908px; } }
  .bannerArea .bannerArea__halfArea {
    width: auto;
    float: none;
    margin-bottom: 20px;
    position: relative; }
    @media screen and (min-width: 1100px) {
      .bannerArea .bannerArea__halfArea {
        width: 432px;
        margin-right: 28px;
        float: left; } }
    .bannerArea .bannerArea__halfArea:last-child {
      margin-right: 0; }
  .bannerArea .bannerArea__textBox {
    font-size: 0.88em;
    padding: 16px;
    background: url(//developer.movabletype.io/themeguide/images/textBox_left.svg) left top no-repeat, url(//developer.movabletype.io/themeguide/images/textBox_right.svg) right top no-repeat; }
    @media screen and (min-width: 768px) {
      .bannerArea .bannerArea__textBox {
        padding: 12px 40px; } }
  .bannerArea .bannerArea__linkBanner01, .bannerArea .bannerArea__linkBanner02 {
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 12px; }
    
    @media screen and (min-width: 768px) {
      .bannerArea .bannerArea__linkBanner01, .bannerArea .bannerArea__linkBanner02 {
        box-shadow: 1px 1px 1px 0.5px #666666; } }
        
    @media screen and (min-width: 1100px) {
      .bannerArea .bannerArea__linkBanner01, .bannerArea .bannerArea__linkBanner02 {
        box-shadow: 0.5px 0.5px 2px 1px #666666; } }
    @media screen and (min-width: 1100px) {
      .bannerArea .bannerArea__linkBanner01, .bannerArea .bannerArea__linkBanner02 {
        border-radius: 8px;
        box-shadow: 3px 5px 10px 3px #666666;
        -webkit-transition: box-shadow 0.1s, -webkit-transform 0.1s, opacity 0.3s;
        -webkit-transition: box-shadow 0.1s, opacity 0.3s, -webkit-transform 0.1s;
        transition: box-shadow 0.1s, opacity 0.3s, -webkit-transform 0.1s;
        transition: box-shadow 0.1s, transform 0.1s, opacity 0.3s;
        transition: box-shadow 0.1s, transform 0.1s, opacity 0.3s, -webkit-transform 0.1s; }
        .bannerArea .bannerArea__linkBanner01:active, .bannerArea .bannerArea__linkBanner02:active {
          opacity: 0.8;
          -webkit-transform: translate(1px, 3px);
          transform: translate(1px, 3px);
          box-shadow: 1px 1px 1px 0.5px #666666; } }
    @media screen and (min-width: 1100px) and (min-width: 1100px) {
      .bannerArea .bannerArea__linkBanner01:active, .bannerArea .bannerArea__linkBanner02:active {
        box-shadow: 0.5px 0.5px 2px 1px #666666; } }
    @media screen and (min-width: 768px) {
      .bannerArea .bannerArea__linkBanner01, .bannerArea .bannerArea__linkBanner02 {
        width: 440px;
        height: 146px;
        margin-bottom: 20px; } }
    @media screen and (min-width: 768px) {
      .bannerArea .bannerArea__linkBanner01 img, .bannerArea .bannerArea__linkBanner02 img {
        width: 440px;
        height: 146px; } }
    .bannerArea .bannerArea__linkBanner01 img.bannerArea__linkBanner01-pc, .bannerArea .bannerArea__linkBanner01 img.bannerArea__linkBanner02-pc, .bannerArea .bannerArea__linkBanner02 img.bannerArea__linkBanner01-pc, .bannerArea .bannerArea__linkBanner02 img.bannerArea__linkBanner02-pc {
      display: none; }
      @media screen and (min-width: 768px) {
        .bannerArea .bannerArea__linkBanner01 img.bannerArea__linkBanner01-pc, .bannerArea .bannerArea__linkBanner01 img.bannerArea__linkBanner02-pc, .bannerArea .bannerArea__linkBanner02 img.bannerArea__linkBanner01-pc, .bannerArea .bannerArea__linkBanner02 img.bannerArea__linkBanner02-pc {
          display: block; } }
    .bannerArea .bannerArea__linkBanner01 img.bannerArea__linkBanner01-iphone, .bannerArea .bannerArea__linkBanner02 img.bannerArea__linkBanner01-iphone {
      display: block;
      width: 100%;
      height: auto; }
      @media screen and (min-width: 768px) {
        .bannerArea .bannerArea__linkBanner01 img.bannerArea__linkBanner01-iphone, .bannerArea .bannerArea__linkBanner02 img.bannerArea__linkBanner01-iphone {
          display: none; } }
    .bannerArea .bannerArea__linkBanner01 img.bannerArea__linkBanner02-iphone, .bannerArea .bannerArea__linkBanner02 img.bannerArea__linkBanner02-iphone {
      display: block;
      width: 100%;
      height: auto; }
      @media screen and (min-width: 768px) {
        .bannerArea .bannerArea__linkBanner01 img.bannerArea__linkBanner02-iphone, .bannerArea .bannerArea__linkBanner02 img.bannerArea__linkBanner02-iphone {
          display: none; } }
  .bannerArea .bannerArea__footerLogo {
    width: auto;
    text-align: center;
    margin-bottom: 12px;
    background-color: #08A78B;
    background-image: url(//developer.movabletype.io/themeguide/images/bg_blackborde.jpg); }
    @media screen and (min-width: 768px) {
      .bannerArea .bannerArea__footerLogo {
        background: none; } }
    .bannerArea .bannerArea__footerLogo img {
      width: 80px; }
      @media screen and (min-width: 768px) {
        .bannerArea .bannerArea__footerLogo img {
          width: 100px; } }

hr {
  width: 100%;
  height: 8px;
  border: 0px;
  margin-bottom: 20px;
  background-color: #ffffff;
  background-image: url;
  background-image: -webkit-linear-gradient(135deg, #ffffff 25%, #08A78B 25%, #08A78B 50%, #ffffff 50%, #ffffff 75%, #08A78B 75%, #08A78B);
  background-image: linear-gradient(-45deg, #ffffff 25%, #08A78B 25%, #08A78B 50%, #ffffff 50%, #ffffff 75%, #08A78B 75%, #08A78B);
  background-size: 12px 12px; }
  @media screen and (min-width: 1100px) {
    hr {
      background-size: 16px 16px; } }
  @media screen and (min-width: 768px) {
    hr {
      height: 12px;
      margin-bottom: 24px; } }

.ul-header {
  position: relative;
  width: 100%;
  height: 112px;
  display: block; }
  @media screen and (min-width: 768px) {
    .ul-header {
      height: 142px;
      background-image: url(//developer.movabletype.io/themeguide/images/kp_headerBg.png);
      background-position: 50% 50px;
      background-size: 1400px;
      background-repeat: no-repeat;
      z-index: 10; } }
  .ul-header .ul-header__title {
    width: 150px;
    height: 38px;
    text-indent: -9999px;
    background-image: url("//developer.movabletype.io/themeguide/images/kp_logo.svg");
    background-size: 150px 38px;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 12px;
    display: block;
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .ul-header .ul-header__title {
        margin-top: 60px;
        margin-bottom: 12px;
        width: 180px;
        height: 52px;
        text-indent: -9999px;
        background-image: url("//developer.movabletype.io/themeguide/images/kp_logo.svg");
        background-size: 180px 52px;
        background-repeat: no-repeat;
        display: block;
        display: inline-block; } }
  .ul-header .ul-header__backTop {
    display: none; }
    @media screen and (min-width: 768px) {
      .ul-header .ul-header__backTop {
        position: absolute;
        right: 0px;
        top: 12px;
        width: 220px;
        height: 180px;
        text-indent: -9999px;
        background-image: url("//developer.movabletype.io/themeguide/images/kp_backTop.svg");
        background-size: 220px 180px;
        background-repeat: no-repeat;
        display: block;
        -webkit-transition: -webkit-transform 0.1s, opacity 0.3s;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.1s;
        transition: opacity 0.3s, -webkit-transform 0.1s;
        transition: transform 0.1s, opacity 0.3s;
        transition: transform 0.1s, opacity 0.3s, -webkit-transform 0.1s;
        display: inline-block;
        overflow: hidden; }
        .ul-header .ul-header__backTop:active {
          opacity: 0.8;
          -webkit-transform: translate(2px, 4px);
          transform: translate(2px, 4px); } }

.know-main, .prac-main, .dict-main {
  width: 100%;
  background-image: url(//developer.movabletype.io/themeguide/images/bg_wood.jpg);
  margin-top: -24px;
  position: relative;
  padding-bottom: 12px;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .know-main, .prac-main, .dict-main {
      padding-bottom: 40px; } }

.know-main .mt-container {
  overflow: visible;
  padding: 0px; }
  @media screen and (min-width: 768px) {
    .know-main .mt-container {
      top: 42px;
      padding: 0 16px;
      width: 720px; } }
  @media screen and (min-width: 1100px) {
    .know-main .mt-container {
      top: 0px;
      padding: 0 24px;
      width: 1036px; } }
      
.prac-main .mt-container {
  overflow: visible;
  padding: 0px; }
  @media screen and (min-width: 768px) {
    .prac-main .mt-container {
      top: 42px;
      padding: 0 16px;
      width: 720px; } }
  @media screen and (min-width: 1100px) {
    .prac-main .mt-container {
      top: 0px;
      padding: 0 24px;
      width: 1036px; } }
      
  .dict-main .mt-container {
    overflow: visible;
    padding: 0px; }
    @media screen and (min-width: 768px) {
      .dict-main .mt-container {
        top: 42px;
        padding: 0 16px;
        width: 720px; } }
    @media screen and (min-width: 1100px) {
      .dict-main .mt-container {
        top: 0px;
        padding: 0 24px;
        width: 1036px; } }  

.know-main .menu, .prac-main .menu, .dict-main .menu {
  width: auto;
  padding: 0 16px;
  position: relative;
  top: -42px;
  left: 0px; }
  @media screen and (min-width: 768px) {
  .know-main .menu, .prac-main .menu, .dict-main .menu {
      width: 525px;
      font-weight: bold;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      left: -15px; } }
  @media screen and (min-width: 1100px) {
    .know-main .menu, .prac-main .menu, .dict-main .menu {
      width: 525px;
      font-weight: bold;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      left: 260px; } }

.know-main .menu__menuTab, .prac-main .menu__menuTab, .dict-main .menu__menuTab {
  position: relative;
  width: 100%; }
  .know-main .menu__menuTab li, .prac-main .menu__menuTab li, .dict-main .menu__menuTab li {
    display: inline-table;
    margin-right: 4px; }
    @media screen and (min-width: 768px) {
      .know-main .menu__menuTab li, .prac-main .menu__menuTab li, .dict-main .menu__menuTab li {
        margin-right: 12px; } }
    .know-main .menu__menuTab li a, .prac-main .menu__menuTab li a, .dict-main .menu__menuTab li a {
      text-decoration: none; }

.menuTub__knowledge, .menuTub__practice, .menuTub__dictionary {
  background-color: #ffffff;
  padding-top: 4px;
  top: 8px;
  text-align: center;
  position: relative;
  border-radius: 4px;
  box-shadow: 1px 1px 1px 0.5px #666666;
  border-bottom: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }
  @media screen and (min-width: 1100px) {
    .menuTub__knowledge, .menuTub__practice, .menuTub__dictionary {
      box-shadow: 0.5px 0.5px 2px 1px #666666; } }
  @media screen and (min-width: 1100px) {
    .menuTub__knowledge, .menuTub__practice, .menuTub__dictionary {
      border-radius: 8px;
      box-shadow: 3px 5px 10px 3px #666666;
      -webkit-transition: box-shadow 0.1s, -webkit-transform 0.1s, opacity 0.3s;
      -webkit-transition: box-shadow 0.1s, opacity 0.3s, -webkit-transform 0.1s;
      transition: box-shadow 0.1s, opacity 0.3s, -webkit-transform 0.1s;
      transition: box-shadow 0.1s, transform 0.1s, opacity 0.3s;
      transition: box-shadow 0.1s, transform 0.1s, opacity 0.3s, -webkit-transform 0.1s; }
      .menuTub__knowledge:active, .menuTub__practice:active, .menuTub__dictionary:active {
        opacity: 0.8;
        -webkit-transform: translate(1px, 3px);
        transform: translate(1px, 3px);
        box-shadow: 1px 1px 1px 0.5px #666666; } }
    @media screen and (min-width: 1100px) and (min-width: 1100px) {
      .menuTub__knowledge:active, .menuTub__practice:active, .menuTub__dictionary:active {
        box-shadow: 0.5px 0.5px 2px 1px #666666; } }
  @media screen and (min-width: 768px) {
    .menuTub__knowledge, .menuTub__practice, .menuTub__dictionary {
      height: 60px;
      display: table-cell;
      vertical-align: middle;
      width: 160px; } }
  .menuTub__knowledge .menuTub__text, .menuTub__practice .menuTub__text, .menuTub__dictionary .menuTub__text {
    font-size: 16px; }
    @media screen and (min-width: 768px) {
      .menuTub__knowledge .menuTub__text, .menuTub__practice .menuTub__text, .menuTub__dictionary .menuTub__text {
        font-size: 24px; } }
  .menuTub__knowledge .menuTub__miniText, .menuTub__practice .menuTub__miniText, .menuTub__dictionary .menuTub__miniText {
    font-size: 16px;
    line-height: 1.25;
    padding-left: 24px; }

.menuTub__knowledge {
  width: 128px;
  color: #7BD8E7;
  border: 4px solid #4BC0E0; }
  @media screen and (min-width: 768px) {
    .menuTub__knowledge {
      width: 150px; } }
.know-main .menuTub__knowledge {
    background-color: #4BC0E0;
    color: #ffffff;
    position: relative;
    box-shadow: 3px 5px 10px 3px #666666;
    opacity: 1; }
    @media screen and (min-width: 768px) {
    .know-main .menuTub__knowledge {
        -webkit-transform: translate(0px, 12px);
        transform: translate(0px, 12px); } }
  .know-main .menuTub__knowledge:before {
      content: "";
      width: 9px;
      height: 16px;
      display: block;
      position: absolute;
      left: 25px;
      top: 3px;
      background-image: url(//developer.movabletype.io/themeguide/images/kp_tabBg.png);
      background-size: 9px 16px;
      background-repeat: no-repeat; }
      @media screen and (min-width: 768px) {
     .know-main .menuTub__knowledge:before {
          width: 23px;
          height: 38px;
          background-size: 23px 38px;
          left: 10px;
          top: 4px; } }
  .know-main .menuTub__knowledge .menuTub__text {
      position: relative;
      top: -3px; }

.menuTub__practice {
  width: 128px;
  color: #FE92A9;
  border: 3px solid #FF7892; }
  @media screen and (min-width: 768px) {
    .menuTub__practice {
      width: 150px;
      border: 4px solid #FF7892; } }
.prac-main .menuTub__practice {
    background-color: #FF7892;
    color: #ffffff;
    box-shadow: 3px 5px 10px 3px #666666;
    opacity: 1; }
    @media screen and (min-width: 768px) {
    .prac-main .menuTub__practice {
        -webkit-transform: translate(0px, 8px);
        transform: translate(0px, 8px); } }
  .prac-main .menuTub__practice:before {
      content: "";
      width: 9px;
      height: 16px;
      display: block;
      position: absolute;
      left: 25px;
      top: 3px;
      background-image: url(//developer.movabletype.io/themeguide/images/kp_tabBg.png);
      background-size: 9px 16px;
      background-repeat: no-repeat; }
      @media screen and (min-width: 768px) {
      .prac-main .menuTub__practice:before {
          width: 23px;
          height: 38px;
          background-size: 23px 38px;
          background-repeat: no-repeat;
          left: 10px;
          top: 6px; } }
  .prac-main .menuTub__practice .menuTub__text {
      position: relative;
      top: -3px; }
      
  .menuTub__dictionary {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    position: absolute;
    top: -40px;
    right: 0px;
    border-radius: 40px;
    background-image: url(//developer.movabletype.io/themeguide/images/menuTub_dictBg.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: 0px 4px; }
    @media screen and (min-width: 768px) {
      .menuTub__dictionary {
        height: 60px;
        display: table-cell;
        position: relative;
        top: 8px;
        right: auto;
        border-radius: 4px;
        width: 150px;
        color: #4DC2AD;
        text-align: left;
        border: 4px solid #08A78B;
        background-image: url(//developer.movabletype.io/themeguide/images/kp_tabDictionary_Bg.png);
        background-repeat: no-repeat;
        background-position: 88px 8px;
        background-size: 51px 51px; } }
    .menuTub__dictionary .menuTub__miniText {
      display: none; }
      @media screen and (min-width: 768px) {
        .menuTub__dictionary .menuTub__miniText {
          display: block; } }

  .dict-main .menuTub__dictionary {
    background-color: #08A78B;
    color: #ffffff;
    -webkit-transform: translate(0px, 8px);
    transform: translate(0px, 8px);
    box-shadow: 3px 5px 10px 3px #666666;
    opacity: 1; }
    .dict-main .menuTub__dictionary:before {
      content: "";
      width: 12px;
      height: 19px;
      display: block;
      position: absolute;
      left: 10px;
      top: 12px;
      background-image: url(//developer.movabletype.io/themeguide/images/kp_tabBg.png);
      background-repeat: no-repeat;
      background-size: 12px 19px; }
    .dict-main .menuTub__dictionary .menuTub__miniText {
      font-size: 0.5em; }
      @media screen and (min-width: 768px) {
        .dict-main .menuTub__dictionary .menuTub__miniText {
          font-size: 1em;
          position: relative;
          top: -8px; } }
          
.know-main .columnWrap, .prac-main .columnWrap, .dict-main .columnWrap {
  position: relative;
  background-color: #ffffff;
  padding: 24px 16px 40px;
  margin-top: -64px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .know-main .columnWrap, .prac-main .columnWrap, .dict-main .columnWrap {
      margin-top: -40px;
      padding: 36px 20px 0px;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      box-shadow: 1px 1px 1px 0.5px #666666; } }
  @media screen and (min-width: 768px) and (min-width: 1100px) {
    .know-main .columnWrap, .prac-main .columnWrap, .dict-main .columnWrap {
      box-shadow: 0.5px 0.5px 2px 1px #666666; } }
  @media screen and (min-width: 1100px) {
    .know-main .columnWrap, .prac-main .columnWrap, .dict-main .columnWrap {
      padding: 36px 32px 0px; } }
  .know-main .columnWrap:after, .prac-main .columnWrap:after, .dict-main .columnWrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 12px; }
    @media screen and (min-width: 1100px) {
      .know-main .columnWrap:after, .prac-main .columnWrap:after, .dict-main .columnWrap:after {
        height: 24px; } }

.know-main .columnWrap {
  border-top: 4px solid #4BC0E0; }
  @media screen and (min-width: 1100px) {
    .know-main .columnWrap {
      border-top: 8px solid #4BC0E0; } }
  .know-main .columnWrap:after {
    background-color: #ffffff;
    background-image: url;
    background-image: -webkit-linear-gradient(135deg, #ffffff 25%, #ABEFED 25%, #ABEFED 50%, #ffffff 50%, #ffffff 75%, #ABEFED 75%, #ABEFED);
    background-image: linear-gradient(-45deg, #ffffff 25%, #ABEFED 25%, #ABEFED 50%, #ffffff 50%, #ffffff 75%, #ABEFED 75%, #ABEFED);
    background-size: 12px 12px; }
    @media screen and (min-width: 1100px) {
      .know-main .columnWrap:after {
        background-size: 16px 16px; } }

.prac-main .columnWrap {
  border-top: 4px solid #FF7892; }
  @media screen and (min-width: 1100px) {
    .prac-main .columnWrap {
      border-top: 8px solid #FF7892; } }
  .prac-main .columnWrap:after {
    background-color: #ffffff;
    background-image: url;
    background-image: -webkit-linear-gradient(135deg, #ffffff 25%, #FFCFDE 25%, #FFCFDE 50%, #ffffff 50%, #ffffff 75%, #FFCFDE 75%, #FFCFDE);
    background-image: linear-gradient(-45deg, #ffffff 25%, #FFCFDE 25%, #FFCFDE 50%, #ffffff 50%, #ffffff 75%, #FFCFDE 75%, #FFCFDE);
    background-size: 12px 12px; }
    @media screen and (min-width: 1100px) {
      .prac-main .columnWrap:after {
        background-size: 16px 16px; } }

.dict-main .columnWrap {
  padding-bottom: 40px;
  border-top: 4px solid #08A78B; }
  .dict-main .columnWrap a:link, .dict-main .columnWrap a:visited {
    -webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #08A78B;
    text-decoration: none; }
  .dict-main .columnWrap a:hover {
    color: #9DE0D3; }
  @media screen and (min-width: 1100px) {
    .dict-main .columnWrap {
      border-top: 8px solid #08A78B; } }
  .dict-main .columnWrap:after {
    background-color: #ffffff;
    background-image: url;
    background-image: -webkit-linear-gradient(135deg, #ffffff 25%, #9DE0D3 25%, #9DE0D3 50%, #ffffff 50%, #ffffff 75%, #9DE0D3 75%, #9DE0D3);
    background-image: linear-gradient(-45deg, #ffffff 25%, #9DE0D3 25%, #9DE0D3 50%, #ffffff 50%, #ffffff 75%, #9DE0D3 75%, #9DE0D3);
    background-size: 12px 12px; }
    @media screen and (min-width: 1100px) {
      .dict-main .columnWrap:after {
        background-size: 16px 16px; } }

.column__left {
  -webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 270px;
  position: fixed;
  top: 0px;
  left: -270px;
  z-index: 999;
  background-color: #ffffff;
  opacity: 0.95; }
  @media screen and (min-width: 768px) {
    .column__left {
      left: 0px;
      opacity: 1;
      width: 344px;
      margin: 0 40px 40px 0px;
      position: relative; } }
  @media screen and (min-width: 1100px) {
    .column__left {
      top: 0px;
      left: 0px;
      opacity: 1;
      width: 280px;
      margin: 0 80px 40px 0;
      position: relative; } }
  .column__left:after {
    content: "";
    -webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .column__left.is-open:after {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    background-color: #000000;
    opacity: 0.5; }
    @media screen and (min-width: 768px) {
      .column__left.is-open:after {
        content: none; } }
  .column__left.is-open {
    left: 0px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
    .know-main .column__left a:link, .know-main .column__left a:visited {
  -webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #4BC0E0;
  text-decoration: none; }

.know-main .column__left a:hover {
  color: #ABEFED; }

@media screen and (min-width: 768px) {
  .know-main .column__left:after {
    content: "";
    left: -40px;
    bottom: -60px;
    width: 264px;
    height: 106px;
    background-image:url("//developer.movabletype.io/themeguide/images/list_tape01.png");
    background-size: 264px 106px;
    background-repeat: no-repeat;
    position: absolute;
    display: block; } }

.prac-main .column__left a:link, .prac-main .column__left a:visited {
  -webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #FF7892;
  text-decoration: none; }

.prac-main .column__left a:hover {
  color: #FFCFDE; }

@media screen and (min-width: 768px) {
  .prac-main .column__left:after {
    content: "";
    left: -40px;
    bottom: -60px;
    width: 254px;
    height: 109px;
    background-image: url("//developer.movabletype.io/themeguide/images/list_tape02.png");
    background-size: 254px 109px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    display: block; } }
    
    
  .know-main .list__title {
    background-color: #ffffff;
    text-indent: -9999px;
    background-image: url("//developer.movabletype.io/themeguide/images/know_title.svg");
    background-size: 160px 40px;
    background-repeat: no-repeat;
    display: block;
    width: 220px;
    height: 50px;
  background-position: 12px; }
  
  @media screen and (min-width: 768px) {
    .know-main .list__title {
      width: 216px;
      height: 56px;
      text-indent: -9999px;
      background-image: url("//developer.movabletype.io/themeguide/images/know_title.svg");
      background-size: 216px 56px;
      background-repeat: no-repeat;
      display: block;
      background-position: 0px;
      margin-bottom: 12px; } }
    @media screen and (min-width: 1100px) {
    .know-main .list__title {
      width: 280px;
      height: 72px;
      text-indent: -9999px;
      background-image: url("//developer.movabletype.io/themeguide//images/know_title.svg");
      background-size: 280px 72px;
      background-repeat: no-repeat;
      display: block; } }
.prac-main .list__title {
    background-color: #ffffff;
    width: 220px;
    height: 50px;
    text-indent: -9999px;
    background-image: url("//developer.movabletype.io/themeguide/images/prac_title.svg");
    background-size: 160px 40px;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    padding-bottom: 12px; }
    @media screen and (min-width: 768px) {
    .prac-main .list__title {
        width: 200px;
        height: 52px;
        text-indent: -9999px;
        background-image: url("//developer.movabletype.io/themeguide/images/prac_title.svg");
        background-size: 200px 52px;
        background-repeat: no-repeat;
        display: block;
        margin-bottom: 6px; } }
    @media screen and (min-width: 1100px) {
    .prac-main .list__title {
        width: 320px;
        height: 80px;
        text-indent: -9999px;
        background-image: url("//developer.movabletype.io/themeguide/images/prac_title.svg");
        background-size: 320px 80px;
        background-repeat: no-repeat;
        display: block;
        margin-bottom: 12px; } }
.know-main .list__list, .prac-main .list__list {
    background-color: #ffffff;
    margin-bottom: 0px; }
    @media screen and (min-width: 768px) {
    .know-main .list__list, .prac-main .list__list {
        margin-bottom: 24px; }
      .know-main .list__list > *, .prac-main .list__list > * {
          -webkit-transition: all 0.5s ease;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; } }
  .know-main .list__list li, .prac-main .list__list li {
      width: 300px;
      width: auto;
      position: relative;
      border-bottom: 1px dotted #666666;
      margin-bottom: 0px; }
      @media screen and (min-width: 768px) {
      .know-main .list__list li, .prac-main .list__list li {
          display: table;
          width: 200px;
          min-height: auto;
          margin-bottom: 8px;
          border-bottom: 0px; } }
      @media screen and (min-width: 1100px) {
      .know-main .list__list li, .prac-main .list__list li {
          display: table;
          width: 272px;
          min-height: auto;
          margin-bottom: 8px;
          margin-left: 8px;
          border-bottom: 0px; } }
    .know-main .list__list li a, .prac-main .list__list li a {
        padding: 12px 0px;
        margin: 0 16px;
        display: block;
        line-height: 1.5; }
        @media screen and (min-width: 768px) {
        .know-main .list__list li a, .prac-main .list__list li a {
            display: table-cell;
            width: 188px;
            height: auto;
            padding: 0 12px 0 0px; } }
        @media screen and (min-width: 1100px) {
        .know-main .list__list li a, .prac-main .list__list li a {
            display: table-cell;
            width: 300px;
            height: auto;
            padding: 0 12px 0 0px; } }
    .know-main .list__list li:first-child, .prac-main .list__list li:first-child {
        padding-left: 0px;
        border-bottom: 0px; }
        @media screen and (min-width: 768px) {
    .know-main .list__list li:first-child, .prac-main .list__list li:first-child {
            margin-left: 0px; } }
    .know-main .list__list li:before, .prac-main .list__list li:before {
        -webkit-transition: all 0.5s ease;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        @media screen and (min-width: 768px) {
    .know-main .list__list li:before, .prac-main .list__list li:before {
            content: "▶︎";
            color: #CCCCCC;
            font-size: 0.5em;
            padding-right: 8px;
            margin-left: 8px; } }
    .know-main .list__list li:first-child:before, .prac-main .list__list li:first-child:before {
        content: "";
        display: none; }
  .know-main .list__subtitle, .prac-main .list__subtitle{
    width: auto;
    display: block;
    position: relative;
    line-height: 1.2;
    padding: 8px 16px; }
    @media screen and (min-width: 768px) {
      .know-main .list__subtitle, .prac-main .list__subtitle {
        width: 170px;
        font-weight: bold;
        border-bottom: 2px dotted #cccccc;
        position: relative;
        z-index: 1;
        line-height: 1.5;
        padding: 0;
        padding-left: 2.25em;
        padding-bottom: 0.3em;
        margin-bottom: 8px; } }
    @media screen and (min-width: 1100px) {
    .know-main .list__subtitle, .prac-main .list__subtitle {
        width: 242px; } }

.know-main .list__subtitle p, .prac-main .list__subtitle p {
  display: table-row; }
  @media screen and (min-width: 768px) {
    .know-main .list__subtitle p::before, .prac-main .list__subtitle p::before {
      content: '';
      display: table-cell; } }

.know-main .list__subtitle--number, .know-main .list__subtitle--icon, .prac-main .list__subtitle--number, .prac-main .list__subtitle--icon {
  display: inline;
  float: left; }
  @media screen and (min-width: 768px) {
  .know-main .list__subtitle--number, .know-main .list__subtitle--icon, .prac-main .list__subtitle--number, .prac-main .list__subtitle--icon {
      width: 28px;
      height: 32px;
      font-size: 1em;
      color: #ffffff;
      padding: 4px 10px;
      display: block;
      background-position: 0 0px;
      background-size: 28px;
      background-repeat: no-repeat;
      position: absolute;
      top: -10px;
      left: -5px;
      z-index: -1; } }
  @media screen and (min-width: 1100px) {
    .know-main .list__subtitle--number, .know-main .list__subtitle--icon, .prac-main .list__subtitle--number, .prac-main .list__subtitle--icon {
      width: 36px;
      height: 40px;
      font-size: 1.18em;
      color: #ffffff;
      padding: 4px 12px;
      display: block;
      background-position: 0 0px;
      background-size: 36px;
      background-repeat: no-repeat;
      position: absolute;
      top: -10px;
      left: -5px;
      z-index: -1; } }

.know-main .list__subtitle {
  background-color: #ABEFED; }
  @media screen and (min-width: 768px) {
    .know-main .list__subtitle {
      background-color: transparent; } }
  .know-main .list__subtitle--number {
    display: inline; }
    @media screen and (min-width: 768px) {
        .know-main .list__subtitle--number {
        background-image: url(//developer.movabletype.io/themeguide/images/know_menuBalloon.svg); } }
  .know-main .list__subtitle p {
    display: inline; }


.prac-main .list__subtitle {
  background-color: #FFCFDE; }
  @media screen and (min-width: 768px) {
    .prac-main .list__subtitle {
      background-color: transparent; } }
  @media screen and (min-width: 768px) {
    .prac-main .list__subtitle--number, .prac-main .list__subtitle--icon {
      background-image: url(//developer.movabletype.io/themeguide/images/prac_menuBalloon.svg); } }
  @media screen and (min-width: 768px) {
    .prac-main .list__subtitle--icon {
      font-size: 1em;
      text-indent: -2px;
      padding-top: 4px;
      letter-spacing: 0em; } }
      
      @media screen and (min-width: 768px) {
        .know-main .list__list li:not(:first-child):hover {
          background-color: #ABEFED; }
          .know-main .list__list li:not(:first-child):hover a:link, .know-main .list__list li:not(:first-child):hover a:visited {
            -webkit-transition: all 0.5s ease;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            color: #4d4d4d;
            text-decoration: none; }
          .know-main .list__list li:not(:first-child):hover a:hover {
            color: #ffffff; }
          .know-main .list__list li:not(:first-child):hover:before {
            color: #ffffff; } }

      @media screen and (min-width: 768px) {
        .know-main .list__list li.current {
          background-color: #ABEFED; }
          .know-main .list__list li.current a:link, .know-main .list__list li.current a:visited {
            -webkit-transition: all 0.5s ease;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            color: #4d4d4d;
            text-decoration: none; }
          .know-main .list__list li.current a:hover {
            color: #ffffff; }
          .know-main .list__list li.current:before {
            color: #ffffff; } }

      @media screen and (min-width: 768px) {
        .prac-main .list__list li:not(:first-child):hover {
          background-color: #FFCFDE; }
          .prac-main .list__list li:not(:first-child):hover a:link, .prac-main .list__list li:not(:first-child):hover a:visited {
            -webkit-transition: all 0.5s ease;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            color: #4d4d4d;
            text-decoration: none; }
          .prac-main .list__list li:not(:first-child):hover a:hover {
            color: #ffffff; } }

      .prac-main .list__list li:not(:first-child):hover:before {
        color: #ffffff; }

      @media screen and (min-width: 768px) {
        .prac-main .list__list li.current {
          background-color: #FFCFDE; }
          .prac-main .list__list li.current a:link, .prac-main .list__list li.current a:visited {
            -webkit-transition: all 0.5s ease;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            color: #4d4d4d;
            text-decoration: none; }
          .prac-main .list__list li.current a:hover {
            color: #ffffff; } }

      .prac-main .list__list li.current:before {
        color: #ffffff; }
.know-main .list__next {
  padding: 24px 16px;
  display: block;
  position: relative;
  background-color: #FFCFDE; }
  @media screen and (min-width: 768px) {
    .know-main .list__next {
      padding: 12px 12px;
      display: block;
      border: 6px solid #FFDCE6;
      position: relative;
      background-color: transparent; } }
  @media screen and (min-width: 1100px) {
  .know-main .list__next {
      width: 240px;
      padding: 12px 12px 24px;
      display: block;
      margin-top: 60px;
      border: 8px solid #FFDCE6;
      position: relative;
      background-color: transparent; } }
  .know-main .list__next .listNext__balloon {
    display: none; }
    @media screen and (min-width: 1100px) {
  .know-main .list__next .listNext__balloon {
        color: #ffffff;
        font-size: 28px;
        top: -10px;
        left: -10px;
        width: 75px;
        height: 75px;
        background-image: url("//developer.movabletype.io/themeguide/images/prac_menuBalloon.svg");
        background-size: 75px 75px;
        background-repeat: no-repeat;
        position: absolute;
        display: block; } }
    .know-main .list__next .listNext__balloon .listNext__balloonText {
      position: absolute;
      top: 12px;
      right: 4px;
      letter-spacing: 0.02em;
      text-shadow: 0 2px 0 #FF7892, 2px 0 0 #FF7892, 0 -2px 0 #FF7892, -2px 0 0 #FF7892, -2px -2px 0 #FF7892, 2px -2px 0 #FF7892, -2px 2px 0 #FF7892, 2px 2px 0 #FF7892;
      transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      -webkit-transform: rotate(-10deg); }
  @media screen and (min-width: 768px) {
    .know-main .list__next .listNext__text {
      font-weight: bold;
      text-align: center;
      width: 180px;
      height: 56px;
      background-image: url("//developer.movabletype.io/themeguide/images/kp_menuArrow.svg");
      background-size: 180px 56px;
      background-repeat: no-repeat;
      position: absolute;
      display: block;
      position: relative;
      left: 0px;
      margin-bottom: 6px; } }
  @media screen and (min-width: 1100px) {
    .know-main .list__next .listNext__text {
      font-weight: bold;
      text-align: center;
      width: 180px;
      height: 60px;
      background-image: url("//developer.movabletype.io/themeguide/images/kp_menuArrow.svg");
      background-size: 180px 60px;
      background-repeat: no-repeat;
      position: absolute;
      display: block;
      position: relative;
      left: 58px;
      margin-bottom: 12px; } }
  @media screen and (min-width: 768px) {
    .know-main .list__next .listNext__text strong {
      color: #FF7892;
      font-size: 1.4em;
      line-height: 1.2; } }

.know-main .list__pracBtn {
  width: auto;
  height: 72px;
  margin: 0 6px;
  position: relative;
  border: 6px solid #FF7892;
  background-color: #ffffff;
  background-color: #ffffff;
  background-image: url;
  background-image: -webkit-linear-gradient(135deg, #ffffff 25%, #FFCFDE 25%, #FFCFDE 50%, #ffffff 50%, #ffffff 75%, #FFCFDE 75%, #FFCFDE);
  background-image: linear-gradient(-45deg, #ffffff 25%, #FFCFDE 25%, #FFCFDE 50%, #ffffff 50%, #ffffff 75%, #FFCFDE 75%, #FFCFDE);
  background-size: 12px 12px;
  border-radius: 4px;
  box-shadow: 1px 1px 1px 0.5px #666666; }
  @media screen and (min-width: 1100px) {
    .know-main .list__pracBtn {
      background-size: 16px 16px; } }
  @media screen and (min-width: 1100px) {
    .know-main .list__pracBtn {
      box-shadow: 0.5px 0.5px 2px 1px #666666; } }
  @media screen and (min-width: 1100px) {
    .know-main .list__pracBtn {
      border-radius: 8px;
      box-shadow: 3px 5px 10px 3px #666666;
      -webkit-transition: box-shadow 0.1s, -webkit-transform 0.1s, opacity 0.3s;
      -webkit-transition: box-shadow 0.1s, opacity 0.3s, -webkit-transform 0.1s;
      transition: box-shadow 0.1s, opacity 0.3s, -webkit-transform 0.1s;
      transition: box-shadow 0.1s, transform 0.1s, opacity 0.3s;
      transition: box-shadow 0.1s, transform 0.1s, opacity 0.3s, -webkit-transform 0.1s; }
      .know-main .list__pracBtn:active {
        opacity: 0.8;
        -webkit-transform: translate(1px, 3px);
        transform: translate(1px, 3px);
        box-shadow: 1px 1px 1px 0.5px #666666; } }
    @media screen and (min-width: 1100px) and (min-width: 1100px) {
      .know-main .list__pracBtn:active {
        box-shadow: 0.5px 0.5px 2px 1px #666666; } }
  @media screen and (min-width: 768px) {
    .know-main .list__pracBtn {
      width: 160px;
      height: 55px;
      margin: 0 6px;
      position: relative;
      border: 4px solid #FF7892;
      background-color: #ffffff;
      background-color: #ffffff;
      background-image: url;
      background-image: -webkit-linear-gradient(135deg, #ffffff 25%, #FFCFDE 25%, #FFCFDE 50%, #ffffff 50%, #ffffff 75%, #FFCFDE 75%, #FFCFDE);
      background-image: linear-gradient(-45deg, #ffffff 25%, #FFCFDE 25%, #FFCFDE 50%, #ffffff 50%, #ffffff 75%, #FFCFDE 75%, #FFCFDE);
      background-size: 12px 12px;
      border-radius: 4px;
      box-shadow: 1px 1px 1px 0.5px #666666; } }
  @media screen and (min-width: 768px) and (min-width: 1100px) {
    .know-main .list__pracBtn {
      background-size: 16px 16px; } }
  @media screen and (min-width: 768px) and (min-width: 1100px) {
    .know-main .list__pracBtn {
      box-shadow: 0.5px 0.5px 2px 1px #666666; } }
  @media screen and (min-width: 768px) and (min-width: 1100px) {
    .know-main .list__pracBtn {
      border-radius: 8px;
      box-shadow: 3px 5px 10px 3px #666666;
      -webkit-transition: box-shadow 0.1s, -webkit-transform 0.1s, opacity 0.3s;
      -webkit-transition: box-shadow 0.1s, opacity 0.3s, -webkit-transform 0.1s;
      transition: box-shadow 0.1s, opacity 0.3s, -webkit-transform 0.1s;
      transition: box-shadow 0.1s, transform 0.1s, opacity 0.3s;
      transition: box-shadow 0.1s, transform 0.1s, opacity 0.3s, -webkit-transform 0.1s; }
      .know-main .list__pracBtn:active {
        opacity: 0.8;
        -webkit-transform: translate(1px, 3px);
        transform: translate(1px, 3px);
        box-shadow: 1px 1px 1px 0.5px #666666; } }
    @media screen and (min-width: 768px) and (min-width: 1100px) and (min-width: 1100px) {
      .know-main .list__pracBtn:active {
        box-shadow: 0.5px 0.5px 2px 1px #666666; } }
  @media screen and (min-width: 1100px) {
    .know-main .list__pracBtn {
      width: 216px;
      height: 72px;
      position: relative;
      border: 6px solid #FF7892;
      background-color: #ffffff;
      background-color: #ffffff;
      background-image: url;
      background-image: -webkit-linear-gradient(135deg, #ffffff 25%, #FFCFDE 25%, #FFCFDE 50%, #ffffff 50%, #ffffff 75%, #FFCFDE 75%, #FFCFDE);
      background-image: linear-gradient(-45deg, #ffffff 25%, #FFCFDE 25%, #FFCFDE 50%, #ffffff 50%, #ffffff 75%, #FFCFDE 75%, #FFCFDE);
      background-size: 12px 12px;
      border-radius: 4px;
      box-shadow: 1px 1px 1px 0.5px #666666; } }
  @media screen and (min-width: 1100px) and (min-width: 1100px) {
    .know-main .list__pracBtn {
      background-size: 16px 16px; } }
  @media screen and (min-width: 1100px) and (min-width: 1100px) {
    .know-main .list__pracBtn {
      box-shadow: 0.5px 0.5px 2px 1px #666666; } }
  @media screen and (min-width: 1100px) and (min-width: 1100px) {
    .know-main .list__pracBtn {
      border-radius: 8px;
      box-shadow: 3px 5px 10px 3px #666666;
      -webkit-transition: box-shadow 0.1s, -webkit-transform 0.1s, opacity 0.3s;
      -webkit-transition: box-shadow 0.1s, opacity 0.3s, -webkit-transform 0.1s;
      transition: box-shadow 0.1s, opacity 0.3s, -webkit-transform 0.1s;
      transition: box-shadow 0.1s, transform 0.1s, opacity 0.3s;
      transition: box-shadow 0.1s, transform 0.1s, opacity 0.3s, -webkit-transform 0.1s; }
      .know-main .list__pracBtn:active {
        opacity: 0.8;
        -webkit-transform: translate(1px, 3px);
        transform: translate(1px, 3px);
        box-shadow: 1px 1px 1px 0.5px #666666; } }
    @media screen and (min-width: 1100px) and (min-width: 1100px) and (min-width: 1100px) {
      .know-main .list__pracBtn:active {
        box-shadow: 0.5px 0.5px 2px 1px #666666; } }
  .know-main .list__pracBtn .list__pracBtn--textArea {
    position: relative;
    height: 72px;
    margin: 0px 12px;
    background-color: #ffffff; }
    @media screen and (min-width: 768px) {
  .know-main .list__pracBtn .list__pracBtn--textArea {
        position: relative;
        width: 136px;
        height: 55px;
        margin: 0px 12px;
        background-color: #ffffff; } }
    @media screen and (min-width: 1100px) {
  .know-main .list__pracBtn .list__pracBtn--textArea {
        position: relative;
       width: 176px;
        height: 72px;
        margin: 0px 20px;
        background-color: #ffffff; } }
    .know-main .list__pracBtn .list__pracBtn--textArea .list__pracBtn--text {
      position: relative;
      font-size: 28px;
      font-weight: bold;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      margin: 0 41px;
      width: 100%;
      font-size: 30px;
      color: #FE92A9;
      font-weight: bold;
      position: relative;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      /* Safari用 */
      transform: translateY(-50%); }
      .know-main .list__pracBtn .list__pracBtn--textArea .list__pracBtn--text:after {
        content: "";
        color: transparent;
        -webkit-text-stroke: 1px #808080;
        position: absolute;
        top: -1px;
        left: -1px; }
      @media screen and (min-width: 768px) {
        .know-main .list__pracBtn .list__pracBtn--textArea .list__pracBtn--text {
          font-size: 42px; }
          .know-main .list__pracBtn .list__pracBtn--textArea .list__pracBtn--text:after {
            top: -2px;
            left: -2px; } }
      @media screen and (min-width: 768px) {
        .know-main .list__pracBtn .list__pracBtn--textArea .list__pracBtn--text {
          font-size: 20px;
          margin: 0 36px; } }
      @media screen and (min-width: 1100px) {
        .know-main .list__pracBtn .list__pracBtn--textArea .list__pracBtn--text {
          font-size: 28px;
          margin: 0 48px; } }
      .know-main .list__pracBtn .list__pracBtn--textArea .list__pracBtn--text:after {
        content: "実践編"; }

.icon-animation {
  width: 50px;
  height: 50px;
  position: absolute;
  background: white;
  right: -50px;
  top: 105px; }
  @media screen and (min-width: 768px) {
    .icon-animation {
      display: none !important; } }
  .icon-animation span {
    width: 30px;
    height: 1px;
    display: block;
    background: #ccc;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  .icon-animation .top {
    -webkit-transform: translateY(-13px);
            transform: translateY(-13px); }
  .icon-animation .bottom {
    -webkit-transform: translateY(13px);
            transform: translateY(13px); }
  .icon-animation.is-open {
    left: 218px;
    top: 0px; }
    .icon-animation.is-open .middle {
      background: rgba(255, 255, 255, 0); }
    .icon-animation.is-open .top {
      -webkit-transform: rotate(-45deg) translateY(0px);
              transform: rotate(-45deg) translateY(0px); }
    .icon-animation.is-open .bottom {
      -webkit-transform: rotate(45deg) translateY(0px);
              transform: rotate(45deg) translateY(0px); }

.know-main .column__right, .prac-main .column__right {
  position: relative;
  width: 100%;
  margin-bottom: 12px; }
  @media screen and (min-width: 768px) {
    .know-main .column__right, .prac-main .column__right {
      width: 426px;
      margin-bottom: 40px; } }
  @media screen and (min-width: 1100px) {
    .know-main .column__right, .prac-main .column__right {
      width: 100%;} }
      

@media screen and (min-width: 768px) {
  .know-main .column__right:after {
    content: "";
    right: -10px;
    top: -60px;
    width: 174px;
    height: 113px;
    background-image: url("//developer.movabletype.io/themeguide/images/list_tape04.png");
    background-size: 174px 113px;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    z-index: 40; } }

    .know-main .maincolumn, .prac-main .maincolumn, .dict-main .maincolumn {
    font-size: 0.88em; }
    @media screen and (min-width: 768px) {
      .know-main .maincolumn, .prac-main .maincolumn, .dict-main .maincolumn {
        font-size: 14px;
        position: relative; } }

.dict-main .columnWrap {
  overflow: hidden;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

  @media screen and (min-width: 1100px) {
  .dict-main .column__left {
      width: 446px;
      margin: 0px 0px 40px 40px;
      padding-right: 24px;
      position: relative;
      border-right: 1px dashed #cccccc; } }
  @media screen and (min-width: 1100px) {
  .dict-main .column__right {
      position: relative;
      width: 446px;
      margin: 0px 40px 40px 0px;
      padding-left: 24px; } }


.know-gotoTop, .prac-gotoTop, .dict-gotoTop {
  display: none;
  position: fixed;
  z-index: 800;
  bottom: 12px;
  right: 12px;
  opacity: 0.8;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  @media screen and (min-width: 1100px) {
    .know-gotoTop, .prac-gotoTop, .dict-gotoTop {
      bottom: 20px;
      right: 20px; } }
  .know-gotoTop:hover, .prac-gotoTop:hover, .dict-gotoTop:hover {
    opacity: 0.5; }
  .know-gotoTop .gotoTop__arrow, .prac-gotoTop .gotoTop__arrow, .dict-gotoTop .gotoTop__arrow {
    font-size: 0.65em;
    display: table;
    padding-top: 4px;
    line-height: 1.4;
    width: 64px;
    height: 52px;
    background-size: 64px 52px;
    background-repeat: no-repeat; }
    .know-gotoTop .gotoTop__arrow a:link, .know-gotoTop .gotoTop__arrow a:visited, .prac-gotoTop .gotoTop__arrow a:link, .prac-gotoTop .gotoTop__arrow a:visited, .dict-gotoTop .gotoTop__arrow a:link, .dict-gotoTop .gotoTop__arrow a:visited {
      -webkit-transition: all 0.5s ease;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      color: #ffffff;
      text-decoration: none; }
    .know-gotoTop .gotoTop__arrow a:hover, .prac-gotoTop .gotoTop__arrow a:hover, .dict-gotoTop .gotoTop__arrow a:hover {
      color: #ffffff; }
    @media screen and (min-width: 768px) {
      .know-gotoTop .gotoTop__arrow, .prac-gotoTop .gotoTop__arrow, .dict-gotoTop .gotoTop__arrow {
        width: 128px;
        height: 104px;
        font-size: 1em;
        padding-top: 8px;
        background-size: 128px 104px;
        background-repeat: no-repeat; } }
    .know-gotoTop .gotoTop__arrow a, .prac-gotoTop .gotoTop__arrow a, .dict-gotoTop .gotoTop__arrow a {
      display: table-cell;
      vertical-align: middle; }

.know-gotoTop .gotoTop__arrow {
  background-image: url(//developer.movabletype.io/themeguide/images/know_gotoTop.svg); }

.prac-gotoTop .gotoTop__arrow {
  background-image: url(//developer.movabletype.io/themeguide/images/prac_gotoTop.svg); }

.dict-gotoTop .gotoTop__arrow {
  background-image: url(//developer.movabletype.io/themeguide/images/dict_gotoTop.svg); }

.UL-bannerArea {
  margin-top: 0px;
  background-image: url(//developer.movabletype.io/themeguide/images/bg_wood.jpg); }
  .UL-bannerArea a:link, .UL-bannerArea a:visited {
    -webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #4BC0E0;
    text-decoration: none; }
  .UL-bannerArea a:hover {
    color: #ffffff; }
  @media screen and (min-width: 768px) {
    .UL-bannerArea a:link, .UL-bannerArea a:visited {
      -webkit-transition: all 0.5s ease;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      color: #FEF78B;
      text-decoration: none; }
    .UL-bannerArea a:hover {
      color: #ffffff; } }
  .UL-bannerArea a:link, .UL-bannerArea a:hover, .UL-bannerArea a:visited {
    text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .UL-bannerArea {
      background: url(//developer.movabletype.io/themeguide/images/bg_blackborde.jpg);
      padding-top: 40px; } }

.UL-bannerArea__wrap {
  margin-bottom: 32px; }
  @media screen and (min-width: 768px) {
    .UL-bannerArea__wrap {
      margin-bottom: 0px; } }
  @media screen and (min-width: 1100px) {
    .UL-bannerArea__wrap {
      margin-bottom: 0px;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

  .UL-bannerArea__bannerArea {
    width: 100%;
  }
@media screen and (min-width: 1100px) {
  .UL-bannerArea__bannerArea {
    width: calc(25% - 40px);
    margin-right: 40px;
  }
}

.UL-bannerArea__halfArea {
  width: 100%;
  margin-bottom: 20px; }
  @media screen and (min-width: 1100px) {
    .UL-bannerArea__halfArea:first-child {
      margin-right: 40px;
      }
    .UL-bannerArea__halfArea {
      width: calc(37.5% - 20px);
      margin-right: 40px;
      margin-bottom: 0;
      } }

.UL-bannerArea__textBox {
  padding: 12px;
  border: 1px solid #666666; }
  @media screen and (min-width: 768px) {
    .UL-bannerArea__textBox {
      color: #ffffff;
      width: 100%;
      padding: 8px 24px;
      background: url(//developer.movabletype.io/themeguide/images/textBox_left.svg) left top no-repeat, url(//developer.movabletype.io/themeguide/images/textBox_right.svg) right top no-repeat;
      border: none; } }
  @media screen and (min-width: 1100px) {
    .UL-bannerArea__textBox {
      color: #ffffff;
      width: auto;
      padding: 8px 24px;
      background: url(//developer.movabletype.io/themeguide/images/textBox_left.svg) left top no-repeat, url(//developer.movabletype.io/themeguide/images/textBox_right.svg) right top no-repeat;
      border: none; } }

.UL-bannerArea__linkBanner01, .UL-bannerArea__linkBanner02 {
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  border-radius: 4px; }
  @media screen and (min-width: 768px) {
    .UL-bannerArea__linkBanner01, .UL-bannerArea__linkBanner02 {
      width: 240px;
      height: 64px;
      box-shadow: 1px 1px 1px 0.5px #666666;
      } }
  @media screen and (min-width: 1100px) {
    .UL-bannerArea__linkBanner01, .UL-bannerArea__linkBanner02 {
      border-radius: 4px;
      box-shadow: 3px 5px 10px 3px #666666;
      width: 218px;
      height: 58px;
      -webkit-transition: box-shadow 0.1s, -webkit-transform 0.1s, opacity 0.3s;
      -webkit-transition: box-shadow 0.1s, opacity 0.3s, -webkit-transform 0.1s;
      transition: box-shadow 0.1s, opacity 0.3s, -webkit-transform 0.1s;
      transition: box-shadow 0.1s, transform 0.1s, opacity 0.3s;
      transition: box-shadow 0.1s, transform 0.1s, opacity 0.3s, -webkit-transform 0.1s; }
      .UL-bannerArea__linkBanner01:active, .UL-bannerArea__linkBanner02:active {
        opacity: 0.8;
        -webkit-transform: translate(1px, 3px);
        transform: translate(1px, 3px);
        box-shadow: 1px 1px 1px 0.5px #666666; } }
    @media screen and (min-width: 1100px) and (min-width: 1100px) {
      .UL-bannerArea__linkBanner01:active, .UL-bannerArea__linkBanner02:active {
        box-shadow: 0.5px 0.5px 2px 1px #666666; } }
  @media screen and (min-width: 768px) {
    .UL-bannerArea__linkBanner01, .UL-bannerArea__linkBanner02 {
      display: inline-block; } }
  .UL-bannerArea__linkBanner01:first-child, .UL-bannerArea__linkBanner02:first-child {
    margin-bottom: 8px;
    margin-right: 0px; }
    @media screen and (min-width: 768px) {
      .UL-bannerArea__linkBanner01:first-child, .UL-bannerArea__linkBanner02:first-child {
        margin-bottom: 0px;
        margin-right: 12px; } }
    @media screen and (min-width: 1100px) {
      .UL-bannerArea__linkBanner01:first-child, .UL-bannerArea__linkBanner02:first-child {
        margin-right: 0;
        margin-bottom: 12px; } }
  .UL-bannerArea__linkBanner01 img, .UL-bannerArea__linkBanner02 img {
    width: 100%;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .UL-bannerArea__linkBanner01 img, .UL-bannerArea__linkBanner02 img {
        width: 240px;
        height: 64px; } }
    @media screen and (min-width: 1100px) {
      .UL-bannerArea__linkBanner01 img, .UL-bannerArea__linkBanner02 img {
        width: 218px;
        height: 58px; } }

.bannerArea__footerLogo {
  width: auto;
  text-align: center;
  padding-bottom: 12px;
  padding-top: 16px;
  background-color: #08A78B;
  background-image: url(//developer.movabletype.io/themeguide/images/bg_blackborde.jpg); }
  .bannerArea__footerLogo img {
    width: 80px; }
    @media screen and (min-width: 768px) {
      .bannerArea__footerLogo img {
        width: 100px; } }

        
        /*404*/
        .notfound__bg {
          display: none; }
          @media screen and (min-width: 1100px) {
            .notfound__bg {
              width: 100%;
              height: 400px;
              top: 0px;
              position: absolute;
              display: block;
              background-repeat: no-repeat;
              z-index: 0; } }

        .notfound-Wrap {
            margin-top: 40px;
        }
        @media screen and (min-width: 768px) {
          .notfound-Wrap {
            width: auto;
            height: 450px;
            margin-top: 80px;
            position: relative; } }

        @media screen and (min-width: 1100px) {
          .notfound-textWrap {
            width: 500px;
            position: relative;
            left: 425px;
            top: 75px;
            z-index: 10; } }

        .notfound__title {
          width: 100%;
          font-size: 30px;
          color: #FE92A9;
          font-weight: bold;
          position: relative;
          -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
          font-size: 32px;
          margin: 0px; }
          .notfound__title:after {
            content: "";
            color: transparent;
            -webkit-text-stroke: 1px #808080;
            position: absolute;
            top: -1px;
            left: -1px; }
          @media screen and (min-width: 768px) {
            .notfound__title {
              font-size: 42px; }
              .notfound__title:after {
                top: -2px;
                left: -2px; } }
          @media screen and (min-width: 768px) {
            .notfound__title {
              font-size: 48px;
              margin: 0px; } }
          @media screen and (min-width: 1100px) {
            .notfound__title {
              font-size: 72px;
              margin: 0px 0px -20px 0px; } }
          .notfound__title:after {
            content: "404 not found"; }

        @media screen and (min-width: 1100px) {
          .notfound__text {
            font-size: 24px;
            color: #ffffff;
            margin-bottom: 24px; } }

        .notfound__link {
          color: #ffffff; }
          .notfound__link a:link, .notfound__link a:visited, .notfound__link a:active {
            color: #FEF78B;
            text-decoration: underline; }

        .notfound_mainimg {
          display: none; }
          @media screen and (min-width: 1100px) {
            .notfound_mainimg {
              display: block;
              position: absolute;
              width: 940px;
              height: auto;
              top: 0px;
              left: 0px;
              z-index: 0; } }

        .notfound-bannerArea {
          margin-top: 20px; }
