@charset "UTF-8";
@import url("font.css");
/* 発音 */
/* 会話 */
/* 文法 */
/* 語彙 */
/**/
html body #container {
  width: 100%;
  height: auto;
  background-image: url(./../img/back_leaf.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  letter-spacing: 0.1em;
  /*================================	header	==================================*/
  /*================================	nav#t_path5 パンくずナビ	==================================*/
  /*================================	footer	==================================*/
  /*================================	footer	==================================*/ }
  html body #container .fas {
    color: #495057; }
  html body #container header {
    background: url(./../img/head_bg.jpg) repeat-x;
    background-size: contain;
    width: 100%;
    display: grid;
    grid-template-columns: 40px 1fr; }
    html body #container header img {
      grid-column: 1/2;
      width: auto;
      height: auto; }
    html body #container header h1 {
      grid-column: 2/3;
      min-height: 40px;
      color: #ffffff;
      background: none repeat scroll 0 0 transparent;
      line-height: 1.7;
      font-weight: normal;
      padding-left: 10px; }
  html body #container nav#t_path5, html body #container nav#t_path2 {
    background-color: #735a62;
    color: #ffffff;
    height: auto;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto; }
    html body #container nav#t_path5 a, html body #container nav#t_path2 a {
      color: #fff;
      text-decoration: none;
      padding-left: 10px; }
      html body #container nav#t_path5 a:hover, html body #container nav#t_path2 a:hover {
        color: #f90;
        text-decoration: none; }
  html body #container footer, html body #container #footer2 {
    width: 100%;
    bottom: 0px;
    background-color: #c78198; }
    html body #container footer p, html body #container footer .c_right, html body #container #footer2 p, html body #container #footer2 .c_right {
      color: #fff;
      text-align: center;
      padding: 2px 0px; }

/*==============================================================================================
●style.css 画面の横幅が1024px以上
==============================================================================================*/
@media screen and (min-width: 1024px) {
  html body {
    /* container の直下はheader, nav#t_path5 section#content_box, footer#footer2の4つ*/ }
    html body #container {
      /*================================	header	==================================*/ }
      html body #container nav#t_path5 {
        width: 980px;
        margin-top: 25px; } }
/*==============================================================================================
●style.css 画面の横幅が641px以上、1023px以下
==============================================================================================*/
html body {
  /* container の直下はheader, nav#t_path5 section#content_box, footer#footer2の4つ*/ }
  html body #container {
    /*================================	header	==================================*/ }
    html body #container nav#t_path5 {
      margin-top: 25px; }

/*==============================================================================================
●style.css 画面の横幅が640px以下
==============================================================================================*/
@media screen and (max-width: 640px) {
  html body {
    /* container の直下はheader, nav#t_path5 section#content_box, footer#footer2の4つ*/ }
    html body #container {
      /*================================	header	==================================*/ }
      html body #container header h1 {
        font-size: 14px;
        line-height: 3; }
      html body #container nav#t_path5 {
        margin-top: 0px; }
        html body #container nav#t_path5 a:first-child span {
          display: none; } }
/*共通部分*/
html,
body {
  font-family: YuGothic,"Hiragino Kaku Gothic ProN",Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3","メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  height: 100%; }
  html img,
  body img {
    max-width: 100%;
    height: auto;
    width: auto; }

.openChildMenu:hover {
  margin: 1px 10px 0 4px; }

.nochildMenu {
  width: 15px;
  height: 15px;
  margin: 0 11px 1px 3px;
  display: inline-block;
  vertical-align: middle;
  background-image: none; }

img.link {
  padding-right: 5px; }

body #container {
  width: 100%;
  height: auto;
  letter-spacing: 0.1em;
  background-image: url(./../img/back_leaf.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  /*border:solid 10px red;*/ }
  body #container section#content_box {
    /*border: solid 2px yellow;*/ }
    body #container section#content_box #sub_menu {
      padding-bottom: 0px;
      overflow: hidden;
      background-color: #ede8e4; }
      body #container section#content_box #sub_menu a {
        color: #333;
        text-decoration: none; }
        body #container section#content_box #sub_menu a:hover {
          color: #fff;
          text-decoration: none; }
      body #container section#content_box #sub_menu #sub_menu_snd_title {
        background: url(./../img/icon_snd2.jpg) no-repeat #e0a396;
        height: 40px;
        line-height: 40px;
        color: #333;
        font-size: 14px;
        padding-left: 40px;
        margin-bottom: 5px;
        font-weight: normal; }
      body #container section#content_box #sub_menu .pro_menu_snd {
        padding-left: 0px;
        background: #e0b7af center left;
        border-bottom: 1px dashed #eee;
        padding-top: 5px;
        padding-bottom: 5px; }
        body #container section#content_box #sub_menu .pro_menu_snd:before {
          content: "";
          display: inline-block;
          height: 100%;
          vertical-align: middle;
          margin-right: -0.25em; }
        body #container section#content_box #sub_menu .pro_menu_snd li {
          font-size: 14px;
          display: inline-block;
          vertical-align: middle;
          color: #ffffff; }
      body #container section#content_box #sub_menu .pro_child_menu li {
        width: 200px;
        height: auto !important;
        line-height: 30px;
        padding-left: 40px; }
      body #container section#content_box #sub_menu .openChildMenu {
        cursor: pointer;
        width: 15px;
        height: 15px;
        margin: 0 11px 1px 3px;
        display: inline-block;
        vertical-align: middle;
        background-image: none; }
    body #container section#content_box #contents_outer_pane {
      /*border: solid 2px green;*/
      margin-left: 0px;
      /*ページごとに異なるメインコンテンツ*/ }
      body #container section#content_box #contents_outer_pane #pro_th_menu_box {
        overflow: auto; }
        body #container section#content_box #contents_outer_pane #pro_th_menu_box div > a > p:first-child {
          width: 50px;
          height: 40px;
          line-height: 40px;
          font-size: 14px;
          padding-left: 30px;
          font-weight: normal;
          margin-bottom: 5px;
          color: #333; }
        body #container section#content_box #contents_outer_pane #pro_th_menu_box div > a > p:nth-child(2) {
          padding: 0px 10px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        body #container section#content_box #contents_outer_pane #pro_th_menu_box div.pro_th_prev .pro_th_prev_page {
          float: left; }
        body #container section#content_box #contents_outer_pane #pro_th_menu_box div.pro_th_prev .pro_th_menu_foot2 {
          float: left;
          background: url(./../img/list3_2.png) no-repeat #d1ceca; }
        body #container section#content_box #contents_outer_pane #pro_th_menu_box div.pro_th_next .pro_th_next_page {
          float: right;
          text-align: right; }
        body #container section#content_box #contents_outer_pane #pro_th_menu_box div.pro_th_next .pro_th_menu_foot {
          float: right;
          background: url(./../img/list3.png) no-repeat #d1ceca; }
      body #container section#content_box #contents_outer_pane .contents_main {
        position: relative;
        /* umeno add  ^^^^^ */
        /*==================================
        練習問題用
        ===================================*/ }
        body #container section#content_box #contents_outer_pane .contents_main .pro_th_in_title {
          background-color: #d1ceca;
          color: #333;
          font-weight: normal;
          font-size: 16px;
          line-height: 30px;
          padding-left: 5px;
          margin-bottom: 20px; }
        body #container section#content_box #contents_outer_pane .contents_main .pro_th_class_box {
          margin-top: 10px; }
        body #container section#content_box #contents_outer_pane .contents_main .example {
          margin-top: 15px;
          margin-bottom: 15px; }
        body #container section#content_box #contents_outer_pane .contents_main .pro_th_navi_box {
          margin-top: 10px; }
        body #container section#content_box #contents_outer_pane .contents_main .itemSoundImg {
          padding-top: 5px;
          width: 17px; }
        body #container section#content_box #contents_outer_pane .contents_main .item-para-txt {
          font-size: 100%;
          font-weight: bold;
          margin: 0 0 3px; }
        body #container section#content_box #contents_outer_pane .contents_main .item-table {
          margin-bottom: 15px; }
        body #container section#content_box #contents_outer_pane .contents_main .item {
          font-size: 150%;
          white-space: nowrap; }
        body #container section#content_box #contents_outer_pane .contents_main .pro_th_navi_box li {
          margin: 20px 0px; }
        body #container section#content_box #contents_outer_pane .contents_main table.msoUcTable th,
        body #container section#content_box #contents_outer_pane .contents_main table.msoUcTable td {
          border-collapse: collapse;
          border-spacing: 0px;
          border: solid 1px; }
        body #container section#content_box #contents_outer_pane .contents_main .videoBlock {
          border: solid;
          height: auto;
          width: auto;
          display: none;
          position: fixed;
          top: 100px;
          background-color: white; }
        body #container section#content_box #contents_outer_pane .contents_main .pro_exercise_box {
          margin-top: 20px; }
          body #container section#content_box #contents_outer_pane .contents_main .pro_exercise_box .pro_in_exercises_button {
            width: 120px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            background-color: #ffaaff;
            text-decoration: none;
            color: #000000; }
        body #container section#content_box #contents_outer_pane .contents_main #exercises_box {
          /* umeno add from here vvvv */
          /* umeno add from ^^^^^ */ }
          body #container section#content_box #contents_outer_pane .contents_main #exercises_box .question_foot {
            height: auto;
            background-color: #f5f1ee;
            padding: 10px; }
          body #container section#content_box #contents_outer_pane .contents_main #exercises_box .question_section {
            margin-top: 20px; }
          body #container section#content_box #contents_outer_pane .contents_main #exercises_box .right {
            float: right; }
          body #container section#content_box #contents_outer_pane .contents_main #exercises_box .left {
            float: left; }
          body #container section#content_box #contents_outer_pane .contents_main #exercises_box .prev_que_btn {
            float: left; }
          body #container section#content_box #contents_outer_pane .contents_main #exercises_box .next_que_btn {
            float: right; }
          body #container section#content_box #contents_outer_pane .contents_main #exercises_box #exPageNav > p {
            margin-top: 8px; }
          body #container section#content_box #contents_outer_pane .contents_main #exercises_box .question_result .bold {
            color: #ff0000; }
          body #container section#content_box #contents_outer_pane .contents_main #exercises_box .pmo_ans_tbl th,
          body #container section#content_box #contents_outer_pane .contents_main #exercises_box .pmo_ans_tbl td {
            border: 1px solid #333;
            padding: 7px;
            text-align: center; }
          body #container section#content_box #contents_outer_pane .contents_main #exercises_box .answerBlock {
            position: absolute;
            top: 10px;
            border: solid;
            opacity: 0.9;
            background-color: white;
            display: none;
            border: solid; }
            body #container section#content_box #contents_outer_pane .contents_main #exercises_box .answerBlock h1 {
              text-align: center;
              font-size: 20px;
              line-height: 40px;
              height: 40px;
              background-color: #d1ceca; }
            body #container section#content_box #contents_outer_pane .contents_main #exercises_box .answerBlock p {
              font-size: 120%;
              padding: 20px; }
            body #container section#content_box #contents_outer_pane .contents_main #exercises_box .answerBlock div {
              margin: 20px; }
          body #container section#content_box #contents_outer_pane .contents_main #exercises_box .ques_btnarea {
            margin-top: 20px; }
          body #container section#content_box #contents_outer_pane .contents_main #exercises_box .ques_block {
            position: relative; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

/*==============================================================================================
●style.css 画面の横幅が1024px以上
==============================================================================================*/
@media screen and (min-width: 1024px) {
  body header {
    /*border: solid 1px red;*/ }
    body header #head_icon h1 {
      font-size: 26px; }
  body #t_path2 {
    margin-top: 25px;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    /*border: solid 1px blue;*/ }
  body section#content_box {
    display: grid;
    grid-template-columns: 240px 1fr;
    width: 980px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    /*border: solid 2px yellow;*/ }
    body section#content_box #sub_menu {
      grid-column: 1/2; }
      body section#content_box #sub_menu #sub_menu_snd_title {
        width: 200px; }
      body section#content_box #sub_menu .pro_menu_snd li {
        width: 200px; }
    body section#content_box #contents_outer_pane {
      grid-column: 2/3;
      padding: 0px 0px 0px 30px; }
      body section#content_box #contents_outer_pane #pro_th_menu_box div > a > p:first-child {
        color: #333; }
      body section#content_box #contents_outer_pane #pro_th_menu_box div > a > p:nth-child(2) {
        margin-top: 10px;
        height: 20px;
        font-size: 16px;
        width: 240px; }
      body section#content_box #contents_outer_pane .contents_main {
        min-height: 600px; } }
/*==============================================================================================
●tablet.css 画面の横幅が768pxまで
==============================================================================================*/
@media screen and (min-width: 641px) and (max-width: 1023px) {
  body header {
    /*border: solid 1px red;*/ }
    body header h1 {
      font-size: 26px; }
  body #t_path2 {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    /*border: solid 1px blue;*/ }
  body section#content_box {
    display: grid;
    grid-template-columns: 240px 1fr;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    /*border: solid 2px yellow;*/ }
    body section#content_box #sub_menu {
      grid-column: 1/2; }
      body section#content_box #sub_menu #sub_menu_snd_title {
        width: 200px; }
      body section#content_box #sub_menu .pro_menu_snd li {
        width: 200px; }
    body section#content_box #contents_outer_pane {
      grid-column: 2/3;
      padding: 0px 0px 0px 10px; }
      body section#content_box #contents_outer_pane #pro_th_menu_box div > a > p:first-child {
        color: #333; }
      body section#content_box #contents_outer_pane #pro_th_menu_box div > a > p:nth-child(2) {
        margin-top: 10px;
        height: 20px;
        font-size: 16px;
        width: 150px;
        /*border: solid 1px blue;*/ }
      body section#content_box #contents_outer_pane .contents_main {
        min-height: 600px; } }
/*==============================================================================================
●smart.css  画面の横幅が640pxまで
==============================================================================================*/
@media screen and (max-width: 640px) {
  body #container header {
    /*border: solid 1px red;*/ }
    body #container header h1 {
      font-size: 14px; }
  body #container #t_path2 {
    /*border: solid 1px blue;*/
    height: auto;
    margin-left: auto;
    margin-right: auto; }
    body #container #t_path2 a:first-child span {
      display: none; }
  body #container section#content_box {
    display: grid;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    /*border: solid 2px yellow;*/ }
    body #container section#content_box #sub_menu {
      grid-row: 2/3; }
      body #container section#content_box #sub_menu #sub_menu_snd_title {
        width: 100%; }
      body #container section#content_box #sub_menu .pro_menu_snd {
        width: 100%; }
        body #container section#content_box #sub_menu .pro_menu_snd li {
          width: 90%; }
    body #container section#content_box #contents_outer_pane {
      /*border: solid 1px red;*/
      grid-row: 1/2;
      padding: 0px 0px 0px 0px;
      /*ページごとに異なるメインコンテンツ*/ }
      body #container section#content_box #contents_outer_pane #pro_th_menu_box > div > a > p:first-child {
        color: #333; }
      body #container section#content_box #contents_outer_pane #pro_th_menu_box > div > a > p:nth-child(2) {
        font-size: 12px;
        width: 130px;
        /*border: solid 1px blue;*/ }
      body #container section#content_box #contents_outer_pane .contents_main {
        /*border: solid 1px blue;*/ }
        body #container section#content_box #contents_outer_pane .contents_main > div,
        body #container section#content_box #contents_outer_pane .contents_main > nav {
          padding: 10px; }
        body #container section#content_box #contents_outer_pane .contents_main div.pro_th_in_title {
          padding: 0px;
          font-size: 15px; }
        body #container section#content_box #contents_outer_pane .contents_main #incEx .item-group .item-table .example {
          margin: 0px; }
        body #container section#content_box #contents_outer_pane .contents_main #incEx .item-group .item-table .item_td {
          padding-right: 10px; } }

/*# sourceMappingURL=style.css.map */
