/* -----------------------------------------------
  reset
----------------------------------------------- */
ruby rt {
  font-weight: normal !important;
}

.base_common {
  padding: 10px;
  text-align: left;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.line ol, .line li {
  list-style-type: none;
}

.line .example dt.indent {
  margin-left: 1em;
  text-indent: -1em;
}
.line .example dt.t_indent {
  margin-left: 1em;
}
.line .example dt.dIndent {
  margin-left: 2em;
  text-indent: -2em;
}
.line .example dd .text-roman, .line .example dd .text-translate, .line .example dd .indent {
  margin-left: 1em;
}
.line .example dd.dIndent {
  margin-left: 1em;
  text-indent: -1em;
}

:root body .line .example dt.dIndent {
  margin-left: 2.8rem;
  text-indent: -2.8rem;
}

:root body .line .example dt span.group {
  display: inline-block;
  vertical-align: top;
}

/* -----------------------------------------------
  contents
----------------------------------------------- */
.appendix_contents {
  position: relative;
  font-size: 115%;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .appendix_contents {
    font-size: 22px;
  }
}
.appendix_contents span.text-roman {
  display: block;
}
.appendix_contents span.text-translate {
  display: block;
}
.appendix_contents p.pdf {
  position: absolute;
  top: 10px;
  right: 10px;
}
.appendix_contents .contents_title {
  font-size: 150%;
  margin-bottom: 24px;
  color: #474747;
}
@media screen and (max-width: 640px) {
  .appendix_contents .contents_title {
    font-size: 28px;
  }
}
.appendix_contents h1 {
  font-size: 143%;
  color: #df4e0e;
}
.appendix_contents h2 {
  font-size: 125%;
}
@media screen and (max-width: 640px) {
  .appendix_contents h2 {
    font-size: 26px;
  }
}
.appendix_contents section {
  padding: 40px 0;
}
@media screen and (max-width: 640px) {
  .appendix_contents section {
    padding: 35px 0 20px 0;
  }
}
.appendix_contents section.line {
  border-top: 1px solid #e8e9e9;
}
.appendix_contents section.overflow {
  overflow: auto;
}
.appendix_contents .style1 {
  border-left: 1px solid #474747;
  border-top: 1px solid #474747;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .appendix_contents .style1 {
    font-size: 16px;
  }
}
.appendix_contents .style1 th {
  background: #ebebeb;
  border-right: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 5px;
  vertical-align: middle;
  font-weight: normal;
}
.appendix_contents .style1 th.bg-gray2 {
  background-color: #dddddd;
}
.appendix_contents .style1 td {
  border-right: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .appendix_contents .style1 td {
    padding: 2px;
  }
}
.appendix_contents .style1 .bold {
  font-weight: bold;
}
.appendix_contents .style2 {
  border-right: 2px solid #474747;
  border-top: 2px solid #474747;
}
@media screen and (max-width: 640px) {
  .appendix_contents .style2 {
    font-size: 16px;
  }
}
.appendix_contents .style2 td {
  border-left: 2px solid #474747;
  border-bottom: 2px solid #474747;
  padding: 5px;
  width: 70px;
  vertical-align: middle;
}
.appendix_contents .style2 td.wd90 {
  min-width: 90px;
}
.appendix_contents .style2 td.dash-line-bottom {
  border-bottom: 2px dashed #666666;
}
.appendix_contents .style2 td.dashed-border-left {
  border-left: 2px dashed #666666;
}
.appendix_contents .style2 td.no-border-bottom {
  border-bottom: none;
}
.appendix_contents .style2 td.no-border-right {
  border-right: none;
}
.appendix_contents .style2 td.text-center {
  text-align: center;
}
.appendix_contents .style2 .bold {
  font-weight: bold;
}
.appendix_contents .style4 {
  width: 100%;
  margin-bottom: 40px;
  /*&.small {
  	font-size: 75%;
  }*/
}
.appendix_contents .style4.overflowtable {
  width: 2000px;
}
@media screen and (max-width: 640px) {
  .appendix_contents .style4.overflowtable {
    width: 2000px;
  }
}
@media screen and (max-width: 640px) {
  .appendix_contents .style4 {
    font-size: 12px;
  }
}
.appendix_contents .style4.border-left {
  border-left: 1px solid #474747;
}
.appendix_contents .style4 .border-left {
  border-left: 1px solid #474747;
}
.appendix_contents .style4 .border-right {
  border-top: 1px solid #474747;
}
.appendix_contents .style4 .text-center {
  text-align: center;
}
.appendix_contents .style4 tr:first-of-type th {
  border-top: 1px solid #474747;
}
.appendix_contents .style4 tr:first-of-type th.no-border-top {
  border-top: none;
}
.appendix_contents .style4 tr.verticalT td {
  vertical-align: top;
}
.appendix_contents .style4 th {
  background: #dddddd;
  border-right: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 5px;
  vertical-align: middle;
  font-weight: bold;
}
.appendix_contents .style4 th.border-left {
  border-left: 1px solid #474747;
}
.appendix_contents .style4 th.bg-gray2 {
  background-color: #dddddd;
}
.appendix_contents .style4 th.bg-gray {
  background-color: #ebebeb;
}
.appendix_contents .style4 th.w10 {
  width: 10%;
}
.appendix_contents .style4 th.w12 {
  width: 12%;
}
.appendix_contents .style4 th.w30 {
  width: 30%;
}
.appendix_contents .style4 th.w40 {
  width: 40%;
}
.appendix_contents .style4 th.w45 {
  width: 45%;
}
.appendix_contents .style4 td {
  /*background: #ebebeb;*/
  border-right: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 5px;
  vertical-align: middle;
}
.appendix_contents .style4 td.no-bg {
  background-color: transparent;
}
@media screen and (max-width: 640px) {
  .appendix_contents .style4 td {
    padding: 2px;
  }
}
.appendix_contents .style4 .bold {
  font-weight: bold;
}
.appendix_contents .style4 .gray {
  background: #ebebeb;
}
.appendix_contents .style4 .bg_white {
  background: #fff;
}
.appendix_contents .style4 .no-border {
  border: none;
}
.appendix_contents .style4 .no-border-bottom {
  border-bottom: none;
}
.appendix_contents .style4 .no-border-left {
  border-left: none;
}
.appendix_contents .style4 .no-border-right {
  border-right: none;
}
.appendix_contents .style4 .no-wrap {
  white-space: nowrap;
}
.appendix_contents .style4 .w10 {
  width: 10%;
}
.appendix_contents .style4 .w12 {
  width: 12%;
}
.appendix_contents .style4 .w14 {
  width: 14%;
}
.appendix_contents .style4 .w20 {
  width: 20%;
}
.appendix_contents .style4 .w30 {
  width: 30%;
}
.appendix_contents .style4 .w40 {
  width: 40%;
}
.appendix_contents .style4 .pb0 {
  padding-bottom: 0;
}
.appendix_contents .style4 .mh100 {
  min-height: 100px;
}
@media screen and (max-width: 640px) {
  .appendix_contents .style4 .mh100 {
    min-height: 0;
  }
}
.appendix_contents .style4 .mh30 {
  min-height: 30px;
}
@media screen and (max-width: 640px) {
  .appendix_contents .style4 .mh30 {
    min-height: 0;
  }
}
.appendix_contents .note {
  text-align: right;
  font-size: 88%;
}
.appendix_contents .example dd {
  margin-bottom: 15px;
}
.appendix_contents .example dd:last-child {
  margin-bottom: 0;
}
.appendix_contents .rubric li {
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}
.appendix_contents .rubric li.m0 {
  margin-left: 0em;
  text-indent: 0em;
}
.appendix_contents .example_main {
  border: 6px solid #f2f2f2;
  padding: 14px;
  font-size: 129%;
}
.appendix_contents .example_main dd {
  margin-bottom: 0;
}
.appendix_contents .example_main dd.mb20 {
  margin-bottom: 20px;
}
.appendix_contents .appendix01 {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .appendix_contents .appendix01 {
    width: 1200px;
  }
}
.appendix_contents .appendix02 {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .appendix_contents .appendix02 {
    width: 1600px;
  }
}
.appendix_contents .pdt0 {
  padding-top: 0;
}

.appendix03_contents .overflowtable {
  margin-bottom: 0;
}
.appendix03_contents .overflow {
  padding-bottom: 10px;
  padding-top: 0;
}
.appendix03_contents h3 {
  padding-top: 40px;
}

#appendix07_contents .style1 {
  max-width: 600px;
}

.global-menu-reference-course__list-item {
  text-align: left;
}
.global-menu-reference-course__list-item a {
  display: inline-block;
  padding-left: 10px;
}

.global-menu-reference-course__list-item__link:before {
  margin-left: -10px;
}

.js-device-mobile .contents_title {
  visibility: hidden;
}

/*@import "lesson_3";
@import "lesson_4";
@import "lesson_10";*/
.appendix_contents {
  /*.itemtxt table.valign th {
  	min-width: 170px;
  	@media screen and (max-width: 720px) {
  		min-width: 0;
  	}
  }*/
  /*  .style3 {
      border-collapse: collapse;
      border-spacing: 0;
      @media screen and (max-width: 720px) {
        font-size: 16px;
      }
      &.table-right {
        margin-left: auto;
      }
      th {
        background-color: #ebebeb;
      }
      th, td {
        border: 2px solid #474747;
        padding: 5px;
        width: 70px;
        vertical-align: middle;
        &.wd30 {
          width: 30px;
        }
        &.wd100 {
          min-width: 100px;
  		@media screen and (max-width: 640px) {
  			min-width: 70px;
  		}
        }
        &.wd150 {
          min-width: 150px;
  		@media screen and (max-width: 640px) {
  			min-width: 105px;
          }
        }
          &.wd235 {
              min-width: 235px;
              @media screen and (max-width: 640px) {
                  min-width: 105px;
              }
          }
          &.nowrap {
              white-space: nowrap;
          }
        &.dashed-border-bottom{
          border-bottom: 2px dashed #666;
        }
        &.dashed-border-left{
          border-left: 2px dashed #666
        }
        &.double-border-top {
          border-top: 3px double #666;
        }
        &.double-border-right {
          border-right: 3px double #666;
        }
        &.double-border-bottom {
          border-bottom: 3px double #666;
        }
        &.double-border-left {
          border-left: 3px double #666;
        }
        &.no-border {
          border: none;
        }
        &.no-border-top {
          border-top: none;
        }
        &.no-border-right {
          border-right: none;
        }
        &.no-border-bottom {
          border-bottom: none;
        }
        &.no-border-left {
          border-left: none;
        }
        &.text-center {
          text-align: center;
        }
        &.pd20{
          padding:10px 5px;
        }
        .cross-mark {
          font-size: 130%;
        }
      }
  /*  }*/
}
.appendix_contents img {
  max-width: 100%;
}
.appendix_contents .itemtxt {
  margin-left: 0;
}
.appendix_contents .itemtxt dl {
  margin-bottom: 25px;
}
.appendix_contents .itemtxt .basic {
  margin-bottom: 24px;
}
.appendix_contents .itemtxt .basic.last {
  margin-bottom: 0px;
}
.appendix_contents .itemtxt .basic dt {
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: normal;
}
.appendix_contents .itemtxt .basic2 td,
.appendix_contents .itemtxt .basic2 th {
  max-width: auto;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  vertical-align: middle;
}
.appendix_contents .itemtxt .exsentence .basic {
  vertical-align: top;
  margin-left: 5px;
}
.appendix_contents .itemtxt .exsentence .num {
  float: left;
}
.appendix_contents .itemtxt .exsentence div {
  float: left;
}
.appendix_contents .itemtxt .basic dt span {
  color: #d70202;
  font-weight: bold;
}
.appendix_contents .itemtxt .basic dd p.roman {
  color: #f25d22;
  font-style: italic;
  font-size: 13px;
  margin-bottom: 6px;
}
.appendix_contents .itemtxt .basic dd p.roman span {
  color: #d70202;
  font-weight: bold;
}
.appendix_contents .itemtxt .basic dd p.native {
  color: #474747;
  font-size: 14px;
}
.appendix_contents .itemtxt .basic dd p.native span {
  font-style: italic;
}
.appendix_contents .itemtxt table {
  border-left: #737373 2px solid;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 10px;
}
.appendix_contents .itemtxt table td, .appendix_contents .itemtxt table th {
  border-top: #737373 2px solid;
  border-right: #737373 2px solid;
  vertical-align: middle;
}
.appendix_contents .itemtxt th table, .appendix_contents .itemtxt td table {
  margin-bottom: 0;
}
.appendix_contents .itemtxt.ri_mark .basic {
  margin-bottom: 0;
  max-width: 738px;
}
.appendix_contents .itemtxt table.last {
  margin-bottom: 0;
}
.appendix_contents .itemtxt table img.circle {
  vertical-align: baseline;
  margin-right: 5px;
}
.appendix_contents .itemtxt table.border_l_none {
  border-left: 2px solid #ffffff;
}
.appendix_contents .itemtxt table.td_r {
  margin-left: 219px;
}
.appendix_contents .itemtxt table th {
  padding: 13px 5px;
  border-right: #737373 2px dotted;
  font-weight: normal;
  line-height: 1.6em;
  vertical-align: middle;
}
.appendix_contents .itemtxt table th div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
  text-align: justify;
}
.appendix_contents .itemtxt table div.miw70 {
  min-width: 70px;
}
.appendix_contents .itemtxt table .miw30, .appendix_contents .itemtxt table.basic td.miw30,
.appendix_contents .itemtxt table.group td.miw30 {
  min-width: 30px;
}
.appendix_contents .itemtxt table div.miw90 {
  min-width: 90px;
}
.appendix_contents .itemtxt table .miw85,
.appendix_contents .itemtxt table th.miw85,
.appendix_contents .itemtxt table.basic .miw85 {
  min-width: 85px;
}
.appendix_contents .itemtxt table .miw10,
.appendix_contents .itemtxt table th.miw10,
.appendix_contents .itemtxt table.basic .miw10 {
  min-width: 10px;
}
.appendix_contents .itemtxt table .miw30,
.appendix_contents .itemtxt table th.miw30,
.appendix_contents .itemtxt table.basic .miw30 {
  min-width: 30px;
}
.appendix_contents .itemtxt table .miw50,
.appendix_contents .itemtxt table th.miw50,
.appendix_contents .itemtxt table.basic .miw50 {
  min-width: 50px;
}
.appendix_contents .itemtxt table .miw10, .appendix_contents .itemtxt table.basic td.miw10,
.appendix_contents .itemtxt table.group td.miw10 {
  min-width: 10px;
  padding: 0 5px;
}
.appendix_contents .itemtxt table td {
  line-height: 1.6em;
  padding: 13px 5px;
}
.appendix_contents .itemtxt table.tdplr_5 td {
  line-height: 1.6em;
  padding: 13px 3px;
}
.appendix_contents .itemtxt table td div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
  text-align: justify;
}
.appendix_contents .itemtxt table.basic th {
  min-width: 77px;
}
.appendix_contents .itemtxt table.basic td {
  min-width: 50px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 721px) {
  .appendix_contents .itemtxt table.basic td img.icon {
    width: 24px;
    min-width: 24px;
  }
}
@media screen and (max-width: 720px) {
  .appendix_contents .itemtxt table.basic td img.icon {
    width: 15px;
    min-width: 15px;
  }
}
.appendix_contents .itemtxt table.valign td {
  vertical-align: top;
  text-align: left;
}
.appendix_contents .itemtxt .basic3 {
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: #737373 2px solid;
}
.appendix_contents .itemtxt .basic3 td {
  border-right: #737373 2px dotted;
  border-top: #737373 2px solid;
  border-bottom: none;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 10px;
  text-align: center;
}
.appendix_contents .itemtxt table .tdbold {
  font-weight: bold;
  background: #eee;
}
.appendix_contents .itemtxt .w690, .appendix_contents .itemtxt ul.list01 li.listtable table.w690 {
  width: 690px;
}
.appendix_contents .itemtxt .border_btm,
.appendix_contents .itemtxt .border_btm > td,
.appendix_contents .itemtxt .border_btm > th,
.appendix_contents .itemtxt .basic3 td.border_btm {
  border-bottom: #737373 2px solid;
}
.appendix_contents .itemtxt .border_r, .appendix_contents .itemtxt .basic3 td.border_r {
  border-right: #737373 2px solid;
}
.appendix_contents .itemtxt .border_l {
  border-left: #737373 2px solid;
}
.appendix_contents .itemtxt .dborder_r {
  border-right: #737373 2px dotted;
}
.appendix_contents .itemtxt .dborder_l {
  border-left: #737373 2px dotted;
}
.appendix_contents .itemtxt .dborder_b {
  border-bottom: #737373 2px dotted;
}
.appendix_contents .itemtxt .dborder_t {
  border-top: #737373 2px dotted;
}
.appendix_contents .itemtxt .border_none,
.appendix_contents .itemtxt .basic3 td.border_none,
.appendix_contents .itemtxt .border_btm > td.border_none {
  border: none;
}
.appendix_contents .itemtxt .border_btm_none,
.appendix_contents .itemtxt .border_btm_none > td,
.appendix_contents .itemtxt .border_btm_none > th {
  border-bottom: none;
}
.appendix_contents .itemtxt .border_top_none,
.appendix_contents .itemtxt .border_top_none > td,
.appendix_contents .itemtxt .border_top_none > th,
.appendix_contents .itemtxt .basic3 td.border_top_none {
  border-top: none;
}
.appendix_contents .itemtxt .border_r_none,
.appendix_contents .itemtxt .border_r_none > td,
.appendix_contents .itemtxt .border_r_none > th,
.appendix_contents .itemtxt .basic3 td.border_r_none {
  border-right: none;
}
.appendix_contents .itemtxt td.pl0,
.appendix_contents .itemtxt th.pl0 {
  padding-left: 0px;
}
.appendix_contents .itemtxt table.mt10 {
  margin-top: 10px;
}
.appendix_contents .itemtxt table.ml0, .appendix_contents .itemtxt ul.list01 li.listtable table.ml0 {
  margin-left: 0px;
}
.appendix_contents .itemtxt table.group th {
  min-width: 197px;
}
@media screen and (max-width: 720px) {
  .appendix_contents .itemtxt table.group th {
    font-size: 22px;
  }
}
.appendix_contents .itemtxt table.group td {
  min-width: 240px;
}
@media screen and (max-width: 720px) {
  .appendix_contents .itemtxt table.group td {
    font-size: 22px;
  }
}
.appendix_contents .itemtxt table.td_l td {
  min-width: 198px;
}
.appendix_contents .itemtxt table td, .appendix_contents .itemtxt table th td {
  text-align: left;
}
.appendix_contents .itemtxt table th, .appendix_contents .itemtxt table td th {
  text-align: center;
}
.appendix_contents .itemtxt table th.t_c,
.appendix_contents .itemtxt table td th.t_c,
.appendix_contents .itemtxt table td.t_c {
  text-align: center;
}
.appendix_contents .itemtxt table th.t_l,
.appendix_contents .itemtxt table td th.t_l,
.appendix_contents .itemtxt table td.t_l {
  text-align: left;
}
.appendix_contents .itemtxt h4 {
  margin: 28px 0;
  font-size: 18px;
  font-weight: bold;
}
.appendix_contents .itemtxt dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.appendix_contents .itemtxt ul.list01 li {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.appendix_contents .itemtxt ul.list01 li.listtable {
  text-indent: 0em;
  padding-left: 0em;
  margin-top: 10px;
}
.appendix_contents .itemtxt ul.list01 li.listtable table {
  margin-left: 1.3em;
  width: 80%;
}
.appendix_contents .itemtxt ul.list01 li.listtable table.wauto,
.appendix_contents .itemtxt table.wauto {
  width: auto;
}
.appendix_contents .itemtxt table .no-border {
  border: none !important;
  vertical-align: bottom;
}
.appendix_contents .itemtxt .table1-1 th {
  border-right: solid #737373 2px;
}
.appendix_contents .itemtxt .table1-1 .borderright_dot {
  border-right: dotted #737373 2px;
}
.appendix_contents .itemtxt .table1-1 td {
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (max-width: 720px) {
  .appendix_contents .itemtxt .tableFontS {
    font-size: 14px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 720px) {
  .appendix_contents .itemtxt .spfont20 {
    font-size: 20px;
    letter-spacing: -1px;
  }
}

.container_footer {
  background: #474747;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

@media print {
  .common-head-item__right {
    background: url("/a2/assets/img/common/logo_pdf.gif") no-repeat 99% 10px;
    min-height: 60px;
  }

  .global-menu,
  .pdf,
  .global-menu-button {
    display: none;
  }

  .appendix_contents section {
    padding: 20px 0;
  }

  .audiojs {
    display: none;
  }

  .base_wordbook .common-head-item__right {
    display: none;
  }

  .base_wordbook.wb_all .wordbook h2 {
    margin-left: 0;
    page-break-before: always;
  }

  .base_wordbook.wb_all .wordbook h2.t1 {
    page-break-before: avoid;
  }

  .base_wordbook.wb_all .wordbook div.wordbook_hdArea {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .base_wordbook.wb_all h2 .topic5_text {
    padding-left: 0;
    display: block;
  }

  .appendix03_contents .style4 th {
    border-right: 2px solid #474747;
    border-bottom: 2px solid #474747;
  }

  .appendix03_contents .style4 .border-left {
    border-left: 2px solid #474747;
  }

  .appendix03_contents .style4 td {
    border-right: 2px solid #474747;
    border-bottom: 2px solid #474747;
  }

  .appendix03_contents .style4 .no-border-right {
    border-right: none;
  }

  .appendix03_contents .style4 .no-border-bottom {
    border-bottom: none;
  }

  .appendix03_contents .style4 tr:first-of-type th.no-border-top {
    border-top: none;
  }

  .appendix03_contents .style4 tr:first-of-type th {
    border-top: 2px solid #474747;
  }

  .appendix_contents section.overflow {
    overflow: visible;
  }

  .appendix03_contents .appendix_contents {
    max-width: none;
  }
}
