html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

header {
  padding-top: 10px;
  margin-bottom: 10px;
  position: relative; }
  header > div {
    margin: 0 auto;
    max-width: 1080px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    padding: 20px 0;
    background-image: url(/common/images/cclab/bg_header.png);
    background-repeat: no-repeat;
    background-position: bottom right; }
    header > div > div form {
      position: absolute;
      top: 10px;
      right: 0;
      z-index: 5; }
      header > div > div form input[type=text] {
        padding: 7px;
        color: #333;
        background-color: #F1F2F4;
        border: none;
        -webkit-appearance: none;
        font-size: 16px;
        outline: none; }
      header > div > div form input[type=image] {
        position: absolute;
        right: 10px;
        top: 8px; }
  header label {
    top: 20px;
    display: none;
    height: 68px;
    width: 54px;
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: #F1F2F4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 10px;
    font-weight: bold;
    padding: 45px 2px 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s; }
    header label:after, header label:before {
      content: '';
      display: block;
      width: 40%;
      left: 30%;
      position: absolute;
      -webkit-transition: .5s;
      transition: .5s; }
    header label:after {
      height: 5px;
      top: 22%;
      border-top: solid 2px #333; }
    header label:before {
      height: 5px;
      top: 33%;
      border-top: solid 2px #333;
      border-bottom: solid 2px #333; }
    header label span {
      margin: 0 auto; }
  header nav {
    position: fixed;
    left: -100%;
    top: 58px;
    height: 100%;
    width: 100%;
    -webkit-transition: .2s;
    transition: .2s;
    background-color: #57BEC4;
    z-index: 10; }
    header nav ul > li {
      border-bottom: #46B0B6 solid 1px; }
      header nav ul > li a, header nav ul > li span {
        display: table;
        color: #fff;
        font-family: sans-serif;
        padding: 9px 0 8px;
        text-decoration: none; }
        header nav ul > li a h2, header nav ul > li span h2 {
          display: table-cell;
          vertical-align: middle;
          font-weight: bold;
          line-height: 1.5;
          padding-right: 70px; }
          header nav ul > li a h2 > span, header nav ul > li span h2 > span {
            display: block;
            font-weight: normal;
            font-size: small; }
            header nav ul > li a h2 > span em, header nav ul > li span h2 > span em {
              margin: 0 5px; }
        header nav ul > li a > span, header nav ul > li span > span {
          display: table-cell;
          width: 4em;
          padding-right: 5px;
          text-align: center; }
          header nav ul > li a > span img, header nav ul > li span > span img {
            height: 60px; }

.primarynav {
  padding: 6px 0 9px;
  background-color: #F0F0F0;
  color: #898989;
  width: 100%;
  overflow: hidden; }
  .primarynav > div {
    margin: 0 auto;
    display: table;
    width: 996px; }
    .primarynav > div span {
      font-size: 12px; }
      .primarynav > div span.current {
        position: relative;
        text-align: center;
        line-height: 1.1; }
        .primarynav > div span.current:after {
          content: '';
          display: block;
          position: absolute;
          bottom: -10px;
          left: 50%;
          width: 0px;
          height: 0px;
          border: transparent solid 4px;
          border-top: #898989 solid 4px; }
    .primarynav > div > a, .primarynav > div > span {
      font-size: 12px;
      line-height: 1.3; }
    .primarynav > div a {
      color: #333;
      text-decoration: underline; }
    .primarynav > div ul {
      display: table-cell;
      vertical-align: middle;
      text-align: right;
      font-size: 12px;
      line-height: 1.3; }
      .primarynav > div ul > li em {
        display: inline-block;
        font-weight: normal;
        vertical-align: middle; }
      .primarynav > div ul > li ul {
        display: table;
        float: right; }
        .primarynav > div ul > li ul li {
          padding: 0 5px 0 7px;
          display: table-cell;
          border-left: #ADAEAF solid 1px;
          vertical-align: middle; }
          .primarynav > div ul > li ul li:first-child {
            border-left: none; }

aside h3 {
  margin-bottom: 20px;
  padding: 15px 10px;
  color: #fff;
  font-size: 20px;
  font-family: serif;
  text-align: center;
  background-color: #57BEC4;
  position: relative; }
  aside h3:before, aside h3:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-left-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px; }
  aside h3:after {
    border-left-color: transparent;
    border-right-color: #fff;
    left: auto;
    right: 0; }
  aside h3 span {
    padding-top: 10px;
    display: block;
    font-size: 11px; }

aside ol#cclab_side_nav {
  margin-bottom: 20px;
  font-family: sans-serif; }
  aside ol#cclab_side_nav > li {
    border-top: #333 solid 1px; }
    aside ol#cclab_side_nav > li:nth-child(2) h4:before {
      background-image: url(/common/images/cclab/img_series02.png); }
    aside ol#cclab_side_nav > li:nth-child(3) h4:before {
      background-image: url(/common/images/cclab/img_series03.png); }
    aside ol#cclab_side_nav > li:nth-child(4) h4:before {
      background-image: url(/common/images/cclab/img_series04.png); }
    aside ol#cclab_side_nav > li:nth-child(5) h4:before {
      background-image: url(/common/images/cclab/img_series05.png); }
    aside ol#cclab_side_nav > li:nth-child(6) h4:before {
      background-image: url(/common/images/cclab/img_series06.png); }
    aside ol#cclab_side_nav > li:nth-child(6) ul {
      margin-bottom: 0; }
    aside ol#cclab_side_nav > li h4 {
      font-size: 16px;
      font-weight: bold;
      padding: 10px 10px 10px 60px;
      position: relative;
      line-height: 1.5; }
      aside ol#cclab_side_nav > li h4:before {
        content: '';
        display: block;
        width: 50px;
        height: 50px;
        background-image: url(/common/images/cclab/img_series01.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center left;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -25px; }
      aside ol#cclab_side_nav > li h4 span {
        font-size: 14px;
        display: block;
        font-weight: normal; }
      aside ol#cclab_side_nav > li h4 a {
        color: #333;
        text-decoration: none;
        display: block; }
    aside ol#cclab_side_nav > li > ul {
      margin-bottom: 20px; }
      aside ol#cclab_side_nav > li > ul > li:last-child {
        border-bottom: #D7D7D7 solid 1px; }
      aside ol#cclab_side_nav > li > ul > li a {
        padding: 10px;
        color: #333;
        line-height: 1.5;
        display: block;
        font-size: 15px;
        text-decoration: none;
        border-top: #D7D7D7 solid 1px;
        -webkit-transition: .3s;
        transition: .3s; }
        aside ol#cclab_side_nav > li > ul > li a:hover, aside ol#cclab_side_nav > li > ul > li a.current {
          color: #57BEC4;
          background-color: #E6F5F6;
          border-top: #ABDEE1 solid 1px;
          -webkit-transition: .3s;
          transition: .3s; }

aside ol#cclab_side_ranking {
  margin-bottom: 20px;
  counter-reset: number 0; }
  aside ol#cclab_side_ranking li {
    min-height: 3em;
    position: relative;
    border-bottom: #D7D7D7 solid 1px;
    display: table;
    font-size: 16px;
    line-height: 1.5; }
    aside ol#cclab_side_ranking li:before {
      padding: 5px 10px;
      min-width: 15px;
      text-align: center;
      counter-increment: number 1;
      content: counter(number);
      display: table-cell;
      width: auto;
      background-color: #F1F2F4;
      vertical-align: middle;
      font-size: 15px;
      font-style: italic;
      font-family: 'Libre Baskerville', serif; }
    aside ol#cclab_side_ranking li:first-child:before {
      color: #fff;
      background-color: #DEB971; }
    aside ol#cclab_side_ranking li:nth-child(2):before {
      color: #fff;
      background-color: #898989; }
    aside ol#cclab_side_ranking li:nth-child(3):before {
      color: #fff;
      background-color: #A6896A; }
    aside ol#cclab_side_ranking li a {
      padding: 10px;
      display: table-cell;
      vertical-align: middle;
      color: #333;
      text-decoration: none; }

aside ul.col_ranking {
  margin-bottom: 20px; }
  aside ul.col_ranking li {
    margin-bottom: 0;
    border-bottom: #D7D7D7 solid 1px; }
    aside ul.col_ranking li a {
      color: #333;
      text-decoration: none; }
      aside ul.col_ranking li a span {
        padding: 5px 10px;
        font-size: 15px;
        min-width: 15px;
        text-align: center; }
      aside ul.col_ranking li a p {
        display: none; }
      aside ul.col_ranking li a h2 {
        padding: 10px;
        text-decoration: none; }

aside div.side_books a {
  color: #333;
  text-decoration: none;
  display: block;
  -webkit-transition: .3s;
  transition: .3s; }
  aside div.side_books a:hover {
    opacity: .7;
    -webkit-transition: .3s;
    transition: .3s; }
  aside div.side_books a p.side_books_img {
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    background-color: #F1F2F4; }
    aside div.side_books a p.side_books_img img {
      width: 160px; }
  aside div.side_books a p.side_books_txt {
    line-height: 1.5;
    font-family: sans-serif;
    font-size: 14px; }

footer {
  padding: 0 0 20px;
  background-color: #f1f2f4;
  font-family: sans-serif;
  font-size: 14px; }
  footer div#footerIn {
    padding-top: 40px;
    margin: 0 auto;
    max-width: 1080px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    footer div#footerIn nav input {
      display: none; }
    footer div#footerIn nav#fNav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      footer div#footerIn nav#fNav dl {
        width: 21%; }
        footer div#footerIn nav#fNav dl dt {
          margin-bottom: 1em;
          font-weight: bold; }
          footer div#footerIn nav#fNav dl dt label {
            display: block; }
        footer div#footerIn nav#fNav dl dd ul li {
          margin-bottom: 1em; }
          footer div#footerIn nav#fNav dl dd ul li.top_hr {
            padding-top: 15px;
            border-top: #969696 solid 1px; }
          footer div#footerIn nav#fNav dl dd ul li a {
            text-decoration: none;
            outline: 0;
            color: #382aa3; }
            footer div#footerIn nav#fNav dl dd ul li a:hover {
              text-decoration: underline; }
    footer div#footerIn div.fotterBtm {
      padding-top: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      footer div#footerIn div.fotterBtm ul {
        margin-right: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        footer div#footerIn div.fotterBtm ul li {
          margin-left: 12px; }
          footer div#footerIn div.fotterBtm ul li a {
            color: #382aa3;
            text-decoration: none; }
            footer div#footerIn div.fotterBtm ul li a:hover {
              text-decoration: underline; }
      footer div#footerIn div.fotterBtm p {
        margin-right: auto;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        font-size: 12px; }
        footer div#footerIn div.fotterBtm p img {
          margin-bottom: 8px; }

.top_scroll {
  position: fixed;
  bottom: 0;
  opacity: 0;
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .top_scroll a {
    padding: 30px 5px 15px;
    text-align: center;
    margin-left: auto;
    width: 60px;
    font-size: 10px;
    color: #fff;
    display: block;
    text-decoration: none;
    background-color: #016eb1;
    border-radius: 6px 6px 0 0;
    position: relative; }
    .top_scroll a:before {
      content: '';
      display: block;
      width: 9px;
      height: 9px;
      position: absolute;
      top: 15px;
      right: 50%;
      margin-right: -5px;
      border-top: solid 1px #fff;
      border-left: solid 1px #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .top_scroll.float_show {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }

.read_ccl {
  margin-bottom: 40px;
  padding: 25px;
  font-weight: bold;
  line-height: 1.5;
  background-color: #F1F2F4; }

.sentence {
  line-height: 1.5; }
  .sentence p {
    margin-bottom: 1.5em; }
    .sentence p.mb40 {
      margin-bottom: 40px; }
  .sentence figure {
    margin-bottom: 30px; }
    .sentence figure figcaption {
      font-size: 14px;
      color: #666; }
    .sentence figure.w100p img {
      width: 100%;
      height: auto; }

.txt_emphasis01 {
  padding: 25px 10px 0;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #333;
  line-height: 1.8;
  border: solid 6px #F1F2F4; }

.ccl_qaa dt {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .ccl_qaa dt span {
    width: auto; }
  .ccl_qaa dt:before {
    content: '';
    margin-right: 15px;
    display: inline-block;
    min-width: 50px;
    height: 50px;
    background-image: url(/common/images/cclab/ico_question.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle; }

.ccl_qaa dd {
  overflow: hidden; }
  .ccl_qaa dd > p {
    margin-right: 15px;
    float: left;
    width: 50px;
    height: 50px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .ccl_qaa dd > p img {
      width: 100%;
      height: auto;
      border-radius: 50%; }
  .ccl_qaa dd div {
    overflow: hidden; }

.ccl_bg {
  padding: 30px;
  background-color: #F1F2F4; }

.ccl_profile div {
  overflow: hidden; }
  .ccl_profile div img {
    margin-right: 30px;
    float: left;
    border-radius: 50%; }
  .ccl_profile div dl {
    overflow: hidden;
    line-height: 1.6; }
    .ccl_profile div dl dt {
      margin-bottom: 20px;
      font-size: 14px; }
      .ccl_profile div dl dt em {
        margin-bottom: 5px;
        display: block;
        font-weight: bold;
        font-size: 16px; }
    .ccl_profile div dl dd {
      font-size: 15px; }

.link_list li {
  margin-bottom: 10px;
  background-color: #F8F8F9;
  position: relative; }
  .link_list li:before, .link_list li:after {
    content: '';
    display: block; }
  .link_list li:before {
    width: 30px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #B0BEC5; }
  .link_list li:after {
    width: 0;
    height: 0;
    border: transparent solid 5px;
    border-left: #fff solid 5px;
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -4px; }
  .link_list li a {
    padding: 20px 20px 20px 40px;
    display: block; }
    .link_list li a[target=_blank]:after {
      content: '';
      display: inline-block;
      width: 12px;
      height: 11px;
      background-image: url(/common/images/cclab/ico_blank.png);
      background-repeat: no-repeat;
      background-size: contain; }

.ccl_summary {
  margin-left: 90px;
  margin-bottom: 30px;
  padding: 2px;
  border: #57BEC4 solid 2px;
  position: relative; }
  .ccl_summary dt {
    padding-top: 20px;
    font-family: serif;
    color: #fff;
    background-color: #57BEC4;
    width: 90px;
    height: 90px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    font-size: 18px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    border: 4px solid #fff;
    position: absolute;
    left: -67px;
    top: 20px;
    -webkit-box-shadow: #fff 1px 1px 1px;
            box-shadow: #fff 1px 1px 1px; }
    .ccl_summary dt span {
      padding-bottom: 30px;
      display: block;
      text-align: center;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      background-image: url("/common/images/cclab/ico_finger.png");
      background-repeat: no-repeat;
      background-position: bottom;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .ccl_summary dd {
    padding: 40px;
    border: #57BEC4 solid 1px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6; }
    .ccl_summary dd ul {
      margin-left: 1.5em;
      list-style-type: disc; }

.ccl_site_description {
  margin-bottom: 30px;
  line-height: 1.8; }
  .ccl_site_description dt {
    margin-bottom: .5em;
    font-weight: bold; }
  .ccl_site_description dd {
    font-size: 15px; }

.ccl_page {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .ccl_page li {
    padding-bottom: 15px;
    width: 50%;
    -webkit-transition: .3s;
    transition: .3s; }
    .ccl_page li:hover {
      opacity: .7;
      -webkit-transition: .3s;
      transition: .3s; }
    .ccl_page li a div {
      margin-top: 15px;
      padding-right: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .ccl_page li a div p {
        line-height: 1.6; }
      .ccl_page li a div span {
        margin-right: 15px;
        width: 120px; }
        .ccl_page li a div span img {
          height: auto;
          width: 100%; }
    .ccl_page li:nth-child(2) {
      text-align: right; }
      .ccl_page li:nth-child(2) a div {
        text-align: left;
        padding: 0 0 0 20px;
        border-left: solid 1px #D7D7D7; }
        .ccl_page li:nth-child(2) a div span {
          margin-right: 0;
          margin-left: 15px; }

.ccl_serialization {
  margin-bottom: 40px;
  border-top: solid 1px #EBEBEB; }
  .ccl_serialization li {
    padding: 15px 0 15px 1em;
    border-bottom: solid 1px #EBEBEB; }

.ccl_relation_col2 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .ccl_relation_col2 li {
    margin-bottom: 20px;
    width: 49%; }
    .ccl_relation_col2 li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .ccl_relation_col2 li a span {
        margin-right: 10px;
        min-width: 100px;
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .ccl_relation_col2 li a span img {
          width: 100%;
          height: auto; }
      .ccl_relation_col2 li a p {
        display: block;
        line-height: 1.6; }

.ccl_relation {
  margin-bottom: 30px; }
  .ccl_relation li {
    margin-bottom: 20px; }
    .ccl_relation li a, .ccl_relation li span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .ccl_relation li a img, .ccl_relation li span img {
        margin-right: 10px; }
      .ccl_relation li a dl, .ccl_relation li span dl {
        display: block;
        line-height: 1.6;
        width: 100%; }
        .ccl_relation li a dl dt, .ccl_relation li span dl dt {
          font-weight: bold; }

.ccl_contact {
  padding: 30px;
  border: #57BEC4 solid 2px;
  position: relative; }
  .ccl_contact:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    min-height: calc(100% - 4px);
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: #57BEC4 solid 1px; }
  .ccl_contact h4 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold; }
  .ccl_contact > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .ccl_contact > div > p {
      width: 55%;
      line-height: 1.6; }
    .ccl_contact > div div {
      width: 40%;
      text-align: center;
      font-size: 14px; }
      .ccl_contact > div div span {
        padding-left: 28px;
        margin-bottom: 15px;
        display: inline-block;
        font-size: 22px;
        font-weight: bold;
        background-image: url(/common/images/cclab/ico_tel.png);
        background-repeat: no-repeat; }

.btn {
  margin-bottom: 20px;
  padding: 20px 10px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 16px;
  background-color: #2665B4;
  border-radius: 3px; }
  .btn.btn_arrow_r {
    position: relative; }
    .btn.btn_arrow_r:after {
      content: '';
      margin-top: -4px;
      display: block;
      position: absolute;
      width: 7px;
      height: 7px;
      top: 50%;
      right: 15px;
      border-top: #fff solid 2px;
      border-right: #fff solid 2px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

.topicpath {
  padding: 15px 0;
  background-color: #f7f9fa;
  font-size: 12px; }
  .topicpath p {
    margin: 0 auto;
    max-width: 1080px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.8;
    color: #666; }
    .topicpath p a {
      margin: 0 6px; }
      .topicpath p a:first-child {
        margin-left: 0; }

.thumb_article img {
  width: 100%;
  height: auto; }

.modal {
  padding: 30px 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #57BEC4;
  z-index: 50; }
  .modal h3 {
    overflow: hidden;
    font-size: 28px;
    font-weight: bold;
    margin: 10px 15% 0;
    text-align: left;
    color: #fff;
    line-height: 1.8; }
    .modal h3 img {
      margin-right: 20px;
      float: left;
      height: 100px; }
    .modal h3 span {
      display: block;
      overflow: hidden; }
      .modal h3 span small {
        display: block;
        font-size: 16px; }
  .modal ul {
    margin: 20px 15%;
    overflow-y: auto;
    height: 70%;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1; }
    .modal ul li a, .modal ul li span {
      color: #fff;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .modal ul li a img, .modal ul li span img {
        width: 150px;
        height: auto;
        margin-right: 20px; }
      .modal ul li a dl, .modal ul li span dl {
        text-align: left;
        width: 70%; }
        .modal ul li a dl dt, .modal ul li span dl dt {
          font-weight: bold;
          font-size: 18px; }
          .modal ul li a dl dt span, .modal ul li span dl dt span {
            font-size: 12px;
            display: block; }
        .modal ul li a dl dd, .modal ul li span dl dd {
          font-size: 14px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          width: 100%; }
    .modal ul.page li {
      position: absolute;
      top: 50%;
      left: 11%;
      margin-top: -38px; }
      .modal ul.page li a {
        display: block;
        height: 44px;
        width: 32px;
        padding-top: 15px; }
        .modal ul.page li a:before, .modal ul.page li a:after {
          content: '';
          display: block;
          height: 2px;
          width: 30px;
          background-color: #fff; }
        .modal ul.page li a:before {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
        .modal ul.page li a:after {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          margin-top: 18px; }
      .modal ul.page li:last-child {
        left: auto;
        right: 11%; }
        .modal ul.page li:last-child a:before {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .modal ul.page li:last-child a:after {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
  .modal > a {
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    top: 40px;
    right: 15%; }
    .modal > a:after, .modal > a:before {
      content: '';
      display: block;
      position: absolute;
      height: 2px;
      width: 30px;
      background-color: #fff; }
    .modal > a:after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .modal > a:before {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

#series01:not(:target),
#series02:not(:target),
#series03:not(:target),
#series04:not(:target),
#series05:not(:target),
#series06:not(:target) {
  left: -100%; }
  #series01:not(:target) h3, #series01:not(:target) ul,
  #series02:not(:target) h3,
  #series02:not(:target) ul,
  #series03:not(:target) h3,
  #series03:not(:target) ul,
  #series04:not(:target) h3,
  #series04:not(:target) ul,
  #series05:not(:target) h3,
  #series05:not(:target) ul,
  #series06:not(:target) h3,
  #series06:not(:target) ul {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }

#series01:target,
#series02:target,
#series03:target,
#series04:target,
#series05:target,
#series06:target {
  left: 0; }
  #series01:target h3, #series01:target ul,
  #series02:target h3,
  #series02:target ul,
  #series03:target h3,
  #series03:target ul,
  #series04:target h3,
  #series04:target ul,
  #series05:target h3,
  #series05:target ul,
  #series06:target h3,
  #series06:target ul {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }

.ttl_ccl01 {
  padding-left: 20px;
  border-left: 8px solid #57BEC4;
  font-size: 30px;
  font-family: serif;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 35px;
  position: relative;
  line-height: 1.4; }
  .ttl_ccl01:before {
    content: '';
    display: block;
    height: 100%;
    width: 0;
    left: 2px;
    border-left: 2px solid #57BEC4;
    vertical-align: middle;
    position: absolute; }
  .ttl_ccl01 span {
    margin-left: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #57BEC4;
    vertical-align: middle; }

.ttl_ccl07 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5; }

.sentence h2 {
  margin-bottom: 20px;
  padding: 17px 0;
  font-weight: bold;
  font-size: 22px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .sentence h2 span.ttl_label {
    padding: 5px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    background-color: #57BEC4; }

.sentence h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  padding-left: 20px;
  border-left: 5px solid #57BEC4;
  position: relative;
  line-height: 1.8; }
  .sentence h3:before {
    content: '';
    display: block;
    height: 100%;
    width: 0;
    left: 2px;
    border-left: 2px solid #57BEC4;
    vertical-align: middle;
    position: absolute; }

.sentence h4 {
  padding-left: 25px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  position: relative; }
  .sentence h4:before, .sentence h4:after {
    content: '';
    display: inline-block;
    top: 5px;
    left: 0;
    width: 10px;
    height: 20px;
    margin-right: 20px;
    background-color: #57BEC4;
    position: absolute; }
  .sentence h4:after {
    position: absolute;
    left: 10px;
    top: 5px;
    display: block;
    width: 0;
    height: 0;
    border: solid 10px transparent;
    border-left: solid 10px #57BEC4;
    background-color: transparent; }

.sentence h5 {
  margin: 10px 0 20px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #F8F8F9; }

.ttl_ccl06 {
  padding: 15px 20px;
  margin-bottom: 30px;
  font-weight: bold;
  background-color: #F8F8F9;
  border-left: solid 6px #B0BEC5; }

.subttl_time {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.list_decimal {
  margin-bottom: 30px;
  padding-left: 50px;
  list-style-type: decimal; }
  .list_decimal li {
    line-height: 1.8; }

.img_left {
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #333; }
  .img_left:hover h2 {
    text-decoration: underline; }
  .img_left > img, .img_left .img_side {
    margin-right: 25px;
    float: left;
    width: 240px;
    height: auto; }
  .img_left > div, .img_left .txt_side {
    overflow: hidden;
    line-height: 1.6;
    font-size: 14px; }
    .img_left > div h2, .img_left .txt_side h2 {
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: bold;
      color: #2665B4; }
      .img_left > div h2 span, .img_left .txt_side h2 span {
        font-size: 14px;
        text-decoration: none;
        color: #333;
        display: block; }
    .img_left > div p, .img_left .txt_side p {
      font-size: 16px;
      margin-bottom: 10px; }
      .img_left > div p.sub_ttl, .img_left .txt_side p.sub_ttl {
        font-size: 14px; }
        .img_left > div p.sub_ttl time, .img_left .txt_side p.sub_ttl time {
          display: inline-block;
          margin-bottom: 10px; }

.col2flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .col2flex > div {
    width: 48.5%; }

.col3flex {
  margin-top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .col3flex > li {
    margin-top: 30px;
    width: 31.5%; }
    .col3flex > li > a, .col3flex > li > span {
      padding: 40px 10px;
      color: #333;
      text-decoration: none;
      display: block;
      position: relative;
      height: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background-color: #fff;
      -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
              box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
      text-align: center;
      -webkit-transition: .3s;
      transition: .3s; }
      .col3flex > li > a h2, .col3flex > li > span h2 {
        margin-bottom: 30px;
        font-size: 24px;
        font-family: serif;
        line-height: 1.4;
        font-weight: bolder; }
        .col3flex > li > a h2 span, .col3flex > li > span h2 span {
          display: block;
          color: #57BEC4;
          font-size: 16px; }
          .col3flex > li > a h2 span em, .col3flex > li > span h2 span em {
            margin: -3px 5px 0;
            display: inline-block;
            font-size: 28px;
            vertical-align: middle; }
      .col3flex > li > a i, .col3flex > li > span i {
        position: absolute;
        bottom: 15px;
        right: 20px; }
    .col3flex > li > a:hover {
      -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 6px;
              box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 6px;
      -webkit-transition: .3s;
      transition: .3s; }
    .col3flex > li > span {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 100%; }
      .col3flex > li > span i {
        display: block;
        background-image: url(/common/images/cclab/txt_comingsoon.png);
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: 50% 80%;
        right: auto;
        bottom: auto;
        top: 0;
        left: 0;
        background-color: transparent;
        border-radius: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.4); }
        .col3flex > li > span i:before, .col3flex > li > span i:after {
          display: none; }

.col_ranking li {
  margin-bottom: 10px; }
  .col_ranking li a {
    display: table;
    text-decoration: none; }
    .col_ranking li a span, .col_ranking li a p, .col_ranking li a h2 {
      display: table-cell;
      vertical-align: middle; }
    .col_ranking li a span {
      padding: 0 8px;
      color: #333;
      background-color: #F1F2F4;
      font-family: 'Libre Baskerville', serif;
      font-style: italic;
      font-size: 14px; }
    .col_ranking li a p {
      padding: 0 15px 0 10px;
      width: 120px; }
      .col_ranking li a p img {
        vertical-align: middle;
        width: 100%;
        height: auto; }
    .col_ranking li a h2 {
      text-decoration: underline;
      line-height: 1.5; }
  .col_ranking li:first-child a span {
    color: #fff;
    background-color: #DEB971; }
  .col_ranking li:nth-child(2) a span {
    color: #fff;
    background-color: #898989; }
  .col_ranking li:nth-child(3) a span {
    color: #fff;
    background-color: #A6896A; }

.ccl_search form div.searchBox {
  padding: 27px;
  background-color: #F1F2F4;
  width: 100%; }
  .ccl_search form div.searchBox p {
    position: relative; }
    .ccl_search form div.searchBox p input[type=text] {
      width: 100%;
      font-size: 18px;
      padding: 5px 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .ccl_search form div.searchBox p input[type=image] {
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -10px; }

.ccl_search form div#searchResults h1 {
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px; }

.ccl_search form div#searchResults div.searchResult {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em; }
  .ccl_search form div#searchResults div.searchResult > p {
    margin-right: 20px;
    min-width: 190px;
    width: 190px; }
    .ccl_search form div#searchResults div.searchResult > p img {
      width: 100%;
      height: auto; }
  .ccl_search form div#searchResults div.searchResult > div {
    overflow: hidden; }
    .ccl_search form div#searchResults div.searchResult > div h2 {
      font-size: 20px;
      font-weight: bold;
      margin: 1em 0; }
    .ccl_search form div#searchResults div.searchResult > div p {
      font-size: 16px; }

.pagination {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination li {
    margin: 0 3px;
    padding: 12px 15px;
    color: #2665B4;
    border: 1px solid #2665B4;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold; }
    .pagination li.active {
      color: #fff;
      background-color: #2665B4; }
    .pagination li.prev, .pagination li.next {
      border: none; }
    .pagination li span.sr-only {
      display: none; }
    .pagination li a {
      text-decoration: none; }

.icon {
  display: block;
  width: 23px;
  height: 23px;
  background-color: #57BEC4;
  border-radius: 50%;
  position: relative;
  color: #fff; }
  .icon:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-right: solid 1px #fff;
    border-top: solid 1px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -2px; }
  .icon:before {
    content: '';
    display: block;
    height: 1px;
    width: 7px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -5px; }

body > input {
  display: none; }

main#top {
  font-family: sans-serif; }
  main#top > section {
    padding: 40px 0; }
    main#top > section > div {
      margin: 0 auto;
      max-width: 1080px;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      main#top > section > div .books > p {
        font-size: 12px;
        line-height: 1.5; }
      main#top > section > div .books h2 img {
        width: 100%;
        max-width: 250px; }
      main#top > section > div .books div.img_left > img {
        border: solid 1px #F1F2F4; }
    main#top > section.bg_glay {
      background-color: #F1F2F4; }

div.content_col2 {
  padding: 50px 0 40px;
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  div.content_col2 main {
    max-width: 740px;
    width: 70%;
    font-family: sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 30px; }
  div.content_col2 aside {
    min-width: 300px;
    width: 300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.thumb_article {
  margin-bottom: 20px; }

a {
  color: #2665B4;
  -webkit-transition: .4s;
  transition: .4s; }
  a:hover {
    opacity: .7;
    -webkit-transition: .4s;
    transition: .4s; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.txR {
  text-align: right; }

.bold {
  font-weight: bold; }

.mb_ls_20 li {
  margin-bottom: 20px; }
  .mb_ls_20 li:last-child {
    margin-bottom: 0; }
  @media (max-width: 1080px) {
      header > div {
        padding-left: 10px;
        padding-right: 10px; }
        header > div > div form {
          right: 10px; }
    .top_scroll {
      padding-left: 10px;
      padding-right: 10px; }
      .top_scroll a {
        margin-right: 10px; }
      .topicpath p {
        padding-left: 10px;
        padding-right: 10px; }
        main#top > section > div {
          padding-left: 10px;
          padding-right: 10px; }
    div.content_col2 {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 734px) {
    header {
      padding-right: 70px; }
      header > div {
        background-image: url(/common/images/cclab/bg_header_sp.png);
        background-size: auto 100%;
        background-position: right 0;
        padding: 10px; }
        header > div img {
          width: 75%; }
        header > div > div form {
          padding: 15px 10px 5px;
          position: fixed;
          top: 0;
          left: -100%;
          width: 100%;
          -webkit-transition: .2s;
          transition: .2s;
          background-color: #57BEC4;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          header > div > div form input[type=text] {
            padding: 10px;
            background-color: #fff;
            width: 75%;
            border-radius: 3px; }
          header > div > div form input[type=image] {
            right: 24%;
            top: 27px; }
      header label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        z-index: 10; }
      footer div#footerIn {
        padding-top: 0;
        padding-left: 0px;
        padding-right: 0px; }
        footer div#footerIn nav#fNav {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          footer div#footerIn nav#fNav dl {
            width: 100%;
            border-bottom: #dbdcde solid 1px; }
            footer div#footerIn nav#fNav dl dt {
              margin-bottom: 0;
              position: relative; }
              footer div#footerIn nav#fNav dl dt label {
                padding: 20px;
                cursor: pointer; }
              footer div#footerIn nav#fNav dl dt:after {
                content: '';
                display: block;
                width: 8px;
                height: 8px;
                border-bottom: #8b8c8e solid 2px;
                border-right: #8b8c8e solid 2px;
                -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                -webkit-transition: .3s;
                transition: .3s;
                position: absolute;
                top: 50%;
                right: 20px;
                margin-top: -6px; }
            footer div#footerIn nav#fNav dl dd ul li {
              height: 0;
              overflow: hidden;
              margin-bottom: 0;
              opacity: 0;
              -webkit-transition: .3s;
              transition: .3s; }
              footer div#footerIn nav#fNav dl dd ul li.top_hr {
                padding-top: 0px; }
              footer div#footerIn nav#fNav dl dd ul li a {
                padding: 15px 20px 0;
                display: block;
                color: #016eb1; }
          footer div#footerIn nav#fNav input:checked + dl dt:after {
            -webkit-transition: .3s;
            transition: .3s;
            -webkit-transform: rotate(-135deg);
                    transform: rotate(-135deg); }
          footer div#footerIn nav#fNav input:checked + dl dd ul li {
            height: 42px;
            opacity: 1;
            -webkit-transition: height .3s;
            transition: height .3s;
            border-top: #dbdcde solid 1px; }
            footer div#footerIn nav#fNav input:checked + dl dd ul li.top_hr {
              border-top: #969696 solid 1px; }
        footer div#footerIn div.fotterBtm {
          padding: 20px 0 50px;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          footer div#footerIn div.fotterBtm ul {
            margin-right: 0;
            margin-bottom: 20px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 100%; }
            footer div#footerIn div.fotterBtm ul li {
              margin-left: 0;
              padding: 0 5px; }
          footer div#footerIn div.fotterBtm p {
            width: 100%;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            font-size: 9px;
            text-align: center; }
    .read_ccl {
      padding: 12px; }
    .sentence figure {
      margin-bottom: 15px; }
    .txt_emphasis01 {
      padding: 15px 5px 0; }
      .txt_emphasis01 p {
        font-size: 16px;
        margin-bottom: 1em; }
  .ccl_qaa dt:before {
    margin-right: 10px;
    min-width: 35px;
    min-height: 35px; }
  .ccl_qaa dd > p {
    margin-right: 10px;
    width: 35px;
    height: 35px; }
    .ccl_bg {
      padding: 15px; }
  .ccl_profile h3 img {
    width: 60px; }
  .ccl_profile div {
    position: relative; }
    .ccl_profile div img {
      width: 84px;
      height: auto;
      position: absolute; }
    .ccl_profile div dl dt {
      padding: 15px 0 0 100px;
      min-height: 84px;
      margin-bottom: 10px;
      font-size: 13px; }
      .ccl_profile div dl dt em {
        font-size: 14px; }
    .ccl_profile div dl dd {
      font-size: 14px; }
    .link_list li {
      font-size: 14px;
      line-height: 1.5; }
      .link_list li:before {
        width: 15px; }
      .link_list li:after {
        left: 6px; }
      .link_list li a {
        padding: 10px 20px 10px 30px; }
    .ccl_summary {
      margin-left: 0;
      margin-top: 40px; }
      .ccl_summary dt {
        top: -45px;
        left: 50%;
        margin-left: -40px;
        -webkit-transform: scale(0.5) rotate(45deg);
                transform: scale(0.5) rotate(45deg); }
      .ccl_summary dd {
        padding: 30px 20px 20px 10px;
        font-size: 16px; }
    .ccl_site_description dt {
      margin-bottom: 0; }
    .ccl_site_description dd {
      font-size: 14px; }
    .ccl_page {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .ccl_page li p img {
        width: 45px;
        height: auto; }
      .ccl_page li a p {
        font-size: 14px; }
      .ccl_page li a span {
        width: 40%;
        height: auto;
        margin-right: 10px;
        display: none; }
      .ccl_page li:nth-child(2) a span {
        margin-left: 10px; }
    .ccl_serialization {
      font-size: 14px;
      line-height: 1.5;
      display: none; }
      .ccl_serialization ~ h4 {
        display: none; }
  .sp {
    display: none; }
    .ccl_relation_col2 li {
      margin-bottom: 5px;
      width: 100%; }
      .ccl_relation_col2 li a img {
        width: 25%;
        height: auto; }
    .ccl_relation li {
      margin-bottom: 5px; }
      .ccl_relation li a img, .ccl_relation li span img {
        width: 25%;
        height: auto; }
      .ccl_relation li a dl, .ccl_relation li span dl {
        font-size: 14px; }
    .ccl_contact {
      margin-bottom: 30px;
      padding: 20px 15px; }
      .ccl_contact:before {
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%; }
      .ccl_contact h4 {
        font-size: 16px; }
      .ccl_contact > div {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .ccl_contact > div > p {
          margin-bottom: 20px;
          width: 100%;
          font-size: 14px; }
        .ccl_contact > div div {
          width: 100%; }
    .btn {
      padding: 15px 10px;
      margin-bottom: 15px;
      font-size: 14px; }
    .modal {
      padding-top: 40px; }
      .modal h3 {
        font-size: 18px;
        margin: 10px; }
        .modal h3 img {
          margin-top: 10px;
          float: right;
          height: 75px; }
      .modal ul {
        margin: 10px;
        height: 65%; }
        .modal ul li a, .modal ul li span {
          padding: 0 0 5px; }
          .modal ul li a img, .modal ul li span img {
            width: 95px; }
          .modal ul li a dl dt, .modal ul li span dl dt {
            font-size: 14px; }
          .modal ul li a dl dd, .modal ul li span dl dd {
            display: none; }
      .modal ul.page {
        height: auto; }
        .modal ul.page li {
          top: auto;
          bottom: 9%; }
          .modal ul.page li a:before, .modal ul.page li a:after {
            width: 20px; }
          .modal ul.page li a:after {
            margin-top: 11px; }
      .modal > a {
        top: 10px;
        right: 10px; }
        .modal > a:after, .modal > a:before {
          height: 3px; }
    .ttl_ccl01 {
      padding-left: 15px;
      font-size: 24px; }
      .ttl_ccl01 span {
        margin-left: 10px;
        font-size: 10px; }
    .ttl_ccl07 {
      font-size: 19px; }
    .sentence h2 {
      font-size: 17px;
      padding: 10px 0; }
      .sentence h2 span.ttl_label {
        width: 38%; }
    .sentence h3 {
      font-size: 17px;
      line-height: 1.5; }
    .sentence h4 {
      font-size: 17px; }
    .ttl_ccl06 {
      padding: 10px;
      font-size: 14px;
      line-height: 1.5; }
    .subttl_time {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-size: 12px; }
      .subttl_time p {
        margin-bottom: 10px;
        width: 100%; }
      .subttl_time time {
        text-align: right;
        display: block;
        width: 100%; }
    .list_decimal {
      padding-left: 35px;
      font-size: 15px; }
    .img_left > img, .img_left .img_side {
      margin-bottom: 15px;
      float: none;
      width: 100%; }
    .img_left > img.f_none {
      float: left;
      width: 30%; }
    .img_left > div.txt_books p, .img_left .txt_side.txt_books p {
      font-size: 12px; }
    .img_left > div h2, .img_left .txt_side h2 {
      font-size: 18px;
      margin-bottom: 5px; }
    .img_left > div p, .img_left .txt_side p {
      font-size: 14px;
      margin-bottom: 0; }
      .img_left > div p.sub_ttl, .img_left .txt_side p.sub_ttl {
        font-size: 12px;
        margin-bottom: 5px; }
        .img_left > div p.sub_ttl time, .img_left .txt_side p.sub_ttl time {
          margin-bottom: 0; }
    .col2flex > div {
      margin-bottom: 20px;
      width: 100%; }
    .col3flex {
      margin-top: -8px; }
      .col3flex > li {
        width: 49%;
        margin-top: 8px; }
        .col3flex > li > a, .col3flex > li > span {
          padding: 20px 10px 40px;
          padding: 20px 5px; }
          .col3flex > li > a h2, .col3flex > li > span h2 {
            font-size: 17px; }
            .col3flex > li > a h2 span, .col3flex > li > span h2 span {
              font-size: 10px; }
              .col3flex > li > a h2 span em, .col3flex > li > span h2 span em {
                font-size: 22px; }
          .col3flex > li > a > img, .col3flex > li > span > img {
            height: 100px; }
          .col3flex > li > a i, .col3flex > li > span i {
            bottom: 8px;
            right: 8px; }
        .col3flex > li span i {
          background-size: 70%; }
    .icon {
      width: 14px;
      height: 14px; }
      .icon:after {
        width: 3px;
        height: 3px;
        margin: -2px 0 0 -1px; }
      .icon:before {
        height: 1px;
        width: 5px;
        margin: -.5px 0 0 -3.5px; }
  body input#h_menu {
    display: none; }
    body input#h_menu:checked + header > label {
      background-color: transparent;
      -webkit-transition: .5s;
      transition: .5s; }
      body input#h_menu:checked + header > label:before, body input#h_menu:checked + header > label:after {
        border: none;
        height: 3px;
        top: 38%;
        width: 50%;
        -webkit-transition: .5s;
        transition: .5s;
        background-color: #fff; }
      body input#h_menu:checked + header > label:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      body input#h_menu:checked + header > label:after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      body input#h_menu:checked + header > label span {
        display: none; }
    body input#h_menu:checked + header > div > div form {
      left: 0;
      -webkit-transition: .2s;
      transition: .2s; }
    body input#h_menu:checked + header > nav {
      left: 0;
      -webkit-transition: .2s;
      transition: .2s; }
      main#top > section {
        padding: 20px 0; }
    .thumb_article {
      margin-bottom: 10px; }
    .mb40 {
      margin-bottom: 20px; } }
  @media screen and (max-width: 960px) {
    .primarynav {
      display: none; }
      .primarynav > div {
        padding: 0 10px; } }
  @media (min-width: 734px) and (max-width: 1080px) {
      footer div#footerIn {
        padding-left: 10px;
        padding-right: 10px; } }
  @media (max-width: 834px) {
    .ccl_profile div img {
      float: none; }
    div.content_col2 {
      padding-top: 10px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      div.content_col2 main {
        width: 100%;
        margin-right: 0;
        max-width: none; }
      div.content_col2 aside {
        width: 100%; } }
