@charset "UTF-8";
/* Scss Document */
/*$L:     1170px;*/
@font-face {
  font-family: CharisSILW;
  src: url(fonts/CharisSIL-R.woff); }
.column-top-logo {
  width: 604px;
  text-align: center;
  padding-bottom: 0px;
  height: 60px;
  margin: 1.4em auto 0em; }
  @media all and (max-width: 479px) {
    .column-top-logo {
      width: 302px;
      height: 30px; } }
  .column-top-logo img {
    display: block; }
    @media all and (max-width: 479px) {
      .column-top-logo img {
        height: 30px;
        width: 302px;
        margin: 0px auto; } }

body.column .pagetitle-column {
  text-align: center;
  clear: both;
  background-image: url(../img/column_bk.png);
  background-repeat: repeat-x;
  background-position: top center;
  display: block;
  height: 141px;
  padding-bottom: 2em; }
  @media all and (max-width: 479px) {
    body.column .pagetitle-column {
      height: 65px;
      background-size: auto 65px; } }

.pagetitle {
  background-color: #f5f6f5;
  border-top: solid 1px #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
  text-align: left;
  clear: both;
  margin-top: 0.5em;
  display: block;
  height: 5em;
  display: flex;
  align-items: center; }
  #column-all-index .pagetitle {
    border-top: solid 1px #dbdbdb;
    border-bottom: solid 1px #dbdbdb;
    text-align: center; }
  #column-arc .pagetitle {
    margin-top: 5em; }
  .pagetitle h1 {
    font-size: 24px;
    font-size: 2.4rem;
    color: #002d5c;
    width: 1000px;
    margin: 0 auto 2em;
    letter-spacing: 0.2em;
    text-align: center;
    padding-top: 3px;
    margin: 0 auto; }
    .pagetitle h1 img {
      margin: 0px auto; }

.pagetitle h2 {
  position: relative;
  display: table;
  padding: 0 200px;
  text-align: center;
  margin: 20px auto 20px;
  color: #002d5c; }
  body.arc .pagetitle h2 {
    margin-bottom: 2em; }
  @media all and (max-width: 767px) {
    .pagetitle h2 {
      padding: 0 100px;
      margin: 20px auto 0px;
      font-size: 18px;
      font-size: 1.8rem; } }
  .pagetitle h2 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 0em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
    letter-spacing: 0.3em; }
  .pagetitle h2:before, .pagetitle h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 200px;
    height: 1px;
    background-color: #002d5c; }
  .pagetitle h2:before {
    left: 0; }
  .pagetitle h2:after {
    right: 0; }

/* column-INDEX ================================================== */
#column-index {
  width: 1000px;
  margin: 0 auto 2em;
  border: solid 1px #B4DFE6;
  margin-top: 40px; }
  @media all and (max-width: 999px) {
    #column-index {
      width: 95%; } }
  #column-index .column-index-header {
    background: #B4DFE6;
    padding: 40px; }
    @media all and (max-width: 999px) {
      #column-index .column-index-header {
        padding: 7%; } }
    #column-index .column-index-header p {
      line-height: 1.8em;
      font-size: 19px;
      font-size: 1.9rem;
      margin-bottom: 1em; }
      #column-index .column-index-header p:last-child {
        margin-bottom: 0em !important; }
      @media all and (max-width: 479px) {
        #column-index .column-index-header p {
          font-size: 15px;
          font-size: 1.5rem; } }
  #column-index .post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 40px; }
    @media all and (max-width: 767px) {
      #column-index .post-list {
        justify-content: center;
        padding: 20px; } }
    #column-index .post-list .post {
      margin-top: 20px;
      width: 48.5%; }
      @media all and (max-width: 767px) {
        #column-index .post-list .post {
          width: 100%; } }
      #column-index .post-list .post:nth-of-type(1), #column-index .post-list .post:nth-of-type(2) {
        margin-top: 0; }
        @media all and (max-width: 767px) {
          #column-index .post-list .post:nth-of-type(1), #column-index .post-list .post:nth-of-type(2) {
            margin-top: 20px; } }
      #column-index .post-list .post a {
        display: block;
        border: 1px solid #eaeaea;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        #column-index .post-list .post a:hover .post-image::after,
        #column-index .post-list .post a:hover .post-image::before {
          opacity: 1;
          -webkit-transform: scale(1);
          transform: scale(1); }
        #column-index .post-list .post a:hover .post-image figure::after {
          opacity: 1; }
        #column-index .post-list .post a:hover .post-image img {
          -webkit-filter: blur(4px);
          filter: blur(4px);
          -webkit-transform: scale(1.15);
          transform: scale(1.15); }
        #column-index .post-list .post a:hover .post-image p {
          letter-spacing: 2px;
          opacity: 1; }
        #column-index .post-list .post a:hover .post .post-data {
          position: relative;
          height: 200px;
          padding: 10px;
          border-top: 0px solid #eaeaea;
          overflow: hidden;
          font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif; }
      #column-index .post-list .post .post-image {
        position: relative;
        overflow: hidden; }
        #column-index .post-list .post .post-image figure::after {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          content: '';
          width: 100%;
          height: 100%;
          background: linear-gradient(45deg, rgba(57, 128, 145, 0.6), rgba(192, 222, 229, 0.6));
          opacity: 0; }
        #column-index .post-list .post .post-image img {
          width: 100%;
          -webkit-transform: scale(1);
          transform: scale(1);
          background-color: #fff; }
        #column-index .post-list .post .post-image p {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: 4;
          color: #fff;
          opacity: 0; }
        #column-index .post-list .post .post-image::after, #column-index .post-list .post .post-image::before {
          position: absolute;
          top: 15px;
          right: 15px;
          bottom: 15px;
          left: 15px;
          z-index: 3;
          content: '';
          opacity: 0; }
        #column-index .post-list .post .post-image::before {
          border-top: 1px solid #fff;
          border-bottom: 1px solid #fff;
          -webkit-transform: scale(0, 1);
          transform: scale(0, 1); }
        #column-index .post-list .post .post-image::after {
          border-right: 1px solid #fff;
          border-left: 1px solid #fff;
          -webkit-transform: scale(1, 0);
          transform: scale(1, 0); }
      #column-index .post-list .post .post-data {
        position: relative;
        height: 200px;
        padding: 10px;
        border-top: 0px solid #eaeaea;
        overflow: hidden;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif; }
        #column-index .post-list .post .post-data span {
          font-size: 13px;
          font-size: 1.3rem;
          color: #6f9091;
          border: none; }
        #column-index .post-list .post .post-data h4 {
          position: relative;
          z-index: 2;
          margin-bottom: 10px;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.4;
          word-break: break-all;
          color: #525252;
          font-weight: normal; }
        #column-index .post-list .post .post-data p {
          font-size: 13px;
          line-height: 1.5em;
          color: #525252; }
        #column-index .post-list .post .post-data ul {
          position: absolute;
          bottom: 10px;
          right: 10px;
          z-index: 2;
          font-size: 13px;
          text-align: right;
          white-space: nowrap; }
          #column-index .post-list .post .post-data ul li {
            margin-top: 0.5em; }
            #column-index .post-list .post .post-data ul li.date {
              color: #6f9091; }
            #column-index .post-list .post .post-data ul li.cat {
              color: #da5938; }
        #column-index .post-list .post .post-data::after {
          position: absolute;
          bottom: 0;
          left: 0;
          display: block;
          content: '';
          width: 100%;
          height: 50%;
          background: linear-gradient(rgba(255, 255, 255, 0) 0, white 50%, white 100%); }
  #column-index .post-list-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 40px; }
    @media all and (max-width: 767px) {
      #column-index .post-list-about {
        justify-content: center;
        padding: 20px; } }
    #column-index .post-list-about .post {
      margin-top: 20px;
      width: 48.5%; }
      @media all and (max-width: 767px) {
        #column-index .post-list-about .post {
          width: 100%; } }
      #column-index .post-list-about .post:nth-of-type(1), #column-index .post-list-about .post:nth-of-type(2) {
        margin-top: 0; }
        @media all and (max-width: 767px) {
          #column-index .post-list-about .post:nth-of-type(1), #column-index .post-list-about .post:nth-of-type(2) {
            margin-top: 20px; } }
      #column-index .post-list-about .post a {
        display: block;
        border: 1px solid #eaeaea;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        #column-index .post-list-about .post a:hover .post-image::after,
        #column-index .post-list-about .post a:hover .post-image::before {
          opacity: 1;
          -webkit-transform: scale(1);
          transform: scale(1); }
        #column-index .post-list-about .post a:hover .post-image figure::after {
          opacity: 1; }
        #column-index .post-list-about .post a:hover .post-image img {
          -webkit-filter: blur(4px);
          filter: blur(4px);
          -webkit-transform: scale(1.15);
          transform: scale(1.15); }
        #column-index .post-list-about .post a:hover .post-image p {
          letter-spacing: 2px;
          opacity: 1; }
      #column-index .post-list-about .post .post-image {
        position: relative;
        overflow: hidden;
        align-items: center;
        display: flex; }
        #column-index .post-list-about .post .post-image figure::after {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          content: '';
          width: 100%;
          height: 100%;
          background: linear-gradient(45deg, rgba(57, 128, 145, 0.6), rgba(192, 222, 229, 0.6));
          opacity: 0; }
        #column-index .post-list-about .post .post-image img {
          width: 100%;
          -webkit-transform: scale(1);
          transform: scale(1);
          background-color: #fff; }
        #column-index .post-list-about .post .post-image p {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: 4;
          color: #fff;
          opacity: 0; }
        #column-index .post-list-about .post .post-image::after, #column-index .post-list-about .post .post-image::before {
          position: absolute;
          top: 15px;
          right: 15px;
          bottom: 15px;
          left: 15px;
          z-index: 3;
          content: '';
          opacity: 0; }
        #column-index .post-list-about .post .post-image::before {
          border-top: 1px solid #fff;
          border-bottom: 1px solid #fff;
          -webkit-transform: scale(0, 1);
          transform: scale(0, 1); }
        #column-index .post-list-about .post .post-image::after {
          border-right: 1px solid #fff;
          border-left: 1px solid #fff;
          -webkit-transform: scale(1, 0);
          transform: scale(1, 0); }
      #column-index .post-list-about .post .post-data {
        align-items: flex-start;
        position: relative;
        height: auto;
        padding: 10px;
        border-top: 0px solid #eaeaea;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif; }
        #column-index .post-list-about .post .post-data span {
          font-size: 15px;
          font-size: 1.5rem;
          color: #002d5c;
          border: none; }
        #column-index .post-list-about .post .post-data h4 {
          position: relative;
          z-index: 2;
          margin: 10px 0;
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.2;
          word-break: break-all;
          color: #479CB2;
          font-weight: normal; }
          #column-index .post-list-about .post .post-data h4 small {
            font-size: 14px;
            font-size: 1.4rem; }
        #column-index .post-list-about .post .post-data p {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.5em;
          color: #525252;
          text-indent: 1em; }
        #column-index .post-list-about .post .post-data ul {
          position: absolute;
          bottom: 10px;
          right: 10px;
          z-index: 2;
          font-size: 13px;
          text-align: right;
          white-space: nowrap; }
          #column-index .post-list-about .post .post-data ul li {
            margin-top: 0.5em; }
            #column-index .post-list-about .post .post-data ul li.date {
              color: #6f9091; }
            #column-index .post-list-about .post .post-data ul li.cat {
              color: #da5938; }
  #column-index .post .post-image figure::after,
  #column-index .post .post-image img,
  #column-index .post .post-image p,
  #column-index .post .post-image::after,
  #column-index .post .post-image::before,
  #column-index .post a {
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out; }
  #column-index h3 {
    position: relative;
    display: table;
    padding: 0 200px;
    text-align: center;
    margin: 50px auto 0px;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.8rem; }
    @media all and (max-width: 999px) {
      #column-index h3 {
        font-size: 15px;
        font-size: 1.5rem;
        margin: 50px auto 0px;
        padding: 0 100px; } }
    @media all and (max-width: 479px) {
      #column-index h3 {
        padding: 0 50px;
        margin: 20px auto 0px; } }
    #column-index h3:before {
      left: 0; }
    #column-index h3:after {
      right: 0; }
    #column-index h3:before, #column-index h3:after {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 200px;
      height: 1px;
      background-color: #002d5c; }
      @media all and (max-width: 767px) {
        #column-index h3:before, #column-index h3:after {
          width: 150px; } }
      @media all and (max-width: 479px) {
        #column-index h3:before, #column-index h3:after {
          width: 100px; } }
    #column-index h3 span {
      position: relative;
      z-index: 2;
      display: inline-block;
      margin: 0 0em;
      padding: 0 1em;
      background-color: #ffffff;
      text-align: left;
      letter-spacing: 0.3em;
      color: #002d5c; }

/* columnページ ================================================== */
#column {
  width: 1000px;
  margin: 30px auto;
  border: solid 1px #B4DFE6; }
  @media all and (max-width: 999px) {
    #column {
      width: 95%; } }
  #column .sub-navbar {
    margin: 0; }
  #column-arc #column {
    padding-bottom: 3em; }
  #column .column-header {
    background: #B4DFE6;
    padding: 7%; }
    #column .column-header h1 small {
      font-size: 80%; }
    #column-arc #column .column-header {
      padding: 4%; }
    #column .column-header h2.column-title {
      font-size: 20px;
      font-size: 2rem;
      font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
      font-weight: normal;
      color: #000; }
      @media all and (max-width: 999px) {
        #column .column-header h2.column-title {
          font-size: 14px;
          font-size: 1.4rem; } }
      #column .column-header h2.column-title small {
        font-size: 80%; }
      #column-arc #column .column-header h2.column-title {
        display: none; }
    #column .column-header h1 {
      font-size: 28px;
      font-size: 2.8rem;
      color: #002d5c;
      margin-top: .5em;
      margin-bottom: .5em;
      line-height: 1.3em; }
      #column .column-header h1 small {
        font-size: 70%; }
      #column .column-header h1 em {
        font-style: italic; }
      @media all and (max-width: 999px) {
        #column .column-header h1 {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media all and (max-width: 767px) {
        #column .column-header h1 {
          font-size: 22px;
          font-size: 2.2rem; } }
    #column .column-header .column-author {
      text-align: left;
      font-size: 18px;
      font-size: 1.8rem; }
      #column .column-header .column-author a {
        color: #008ECB; }
      #column-arc #column .column-header .column-author {
        display: none; }
      @media all and (max-width: 767px) {
        #column .column-header .column-author {
          font-size: 13px;
          font-size: 1.3rem; } }
  #column .column-subheader {
    background-color: #f5f6f5;
    padding: 2%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 60px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif; }
    #column .column-subheader .date {
      font-size: 16px;
      font-size: 1.6rem;
      color: #525252;
      margin-right: 10px; }
      @media all and (max-width: 767px) {
        #column .column-subheader .date {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media all and (max-width: 479px) {
        #column .column-subheader .date {
          font-size: 12px;
          font-size: 1.2rem; } }
    #column .column-subheader .sns a {
      font-size: 30px;
      font-size: 3rem;
      color: #525252;
      margin-right: 10px; }
      #column .column-subheader .sns a:hover {
        color: #e2e3df;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
  #column article {
    width: 688px;
    margin: 0 auto 30px;
    /* 地域語表組み */
    /* 表組み2: 罫の均一なもの */
    /**************** 投野先生コラム *************/
    /**************** akama makura **************/ }
    @media all and (max-width: 999px) {
      #column article {
        width: 90%; } }
    #column article .underline {
      text-decoration: underline; }
    #column article a {
      color: #da5938; }
      #column article a:hover {
        color: #eaa18e;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
      #column article a.notes {
        font-size: 100%;
        vertical-align: top;
        position: relative;
        top: -0.3em; }
    #column article h3 {
      color: #000;
      font-size: 20px;
      font-size: 2rem;
      line-height: 1.7em;
      margin-bottom: 0.5em;
      font-weight: normal;
      margin-left: -2em;
      margin-top: 1.5em;
      font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
      margin-right: 0em; }
      @media all and (max-width: 999px) {
        #column article h3 {
          margin-left: -.5em;
          font-size: 18px;
          font-size: 1.8rem; } }
      #column article h3.line {
        position: relative;
        padding: .25em 0 .5em .75em;
        border-left: 6px solid #ccc; }
        #column article h3.line:before {
          position: absolute;
          left: -6px;
          bottom: 0;
          content: '';
          width: 6px;
          height: 50%;
          background-color: #da5938; }
        #column article h3.line:after {
          position: absolute;
          left: 0;
          bottom: 0;
          content: '';
          width: 100%;
          height: 0;
          border-bottom: 1px solid #da5938; }
    #column article h4 {
      color: #479CB2;
      font-size: 18px;
      font-size: 1.8rem;
      font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
      margin: 2em 0em .5em -1em;
      line-height: 1.5em; }
      @media all and (max-width: 999px) {
        #column article h4 {
          margin-left: 0em;
          font-size: 17px;
          font-size: 1.7rem; } }
    #column article .red {
      color: #EC345C; }
    #column article sub {
      font-size: 75.5%;
      vertical-align: bottom;
      position: relative;
      top: 0.1em; }
    #column article .chinese .underline {
      text-decoration: underline;
      padding: 0em .2em; }
    #column article .chinese b {
      color: #479CB2;
      font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
      font-weight: bold; }
    #column article .chinese p {
      text-indent: 2em;
      font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif; }
    #column article .english .underline {
      text-decoration: underline;
      padding: 0em .2em; }
    #column article .english b {
      color: #479CB2;
      font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
      font-weight: bold; }
    #column article .english p {
      text-indent: 2em; }
    #column article .ipa {
      font-family: CharisSILW;
      font-size: 20px;
      font-size: 2rem; }
    #column article p {
      color: #393939;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1.7em;
      margin-bottom: 0.75em;
      text-indent: 1em;
      font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Arial, メイリオ, Meiryo, serif; }
      #column article p.noindent {
        text-indent: 0em;
        margin-left: 0em; }
      #column article p.nonoindent {
        text-indent: 0em;
        margin-left: 0em; }
      #column article p.caption {
        font-size: 15px;
        font-size: 1.5rem;
        margin-top: 2em; }
      #column article p.right {
        text-align: right; }
      #column article p.nk {
        margin: 2em 1em 2em 2em;
        text-indent: -1em;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        color: #000; }
      #column article p.left2em {
        margin: 2em 1em 2em 2em;
        text-indent: 0em;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        color: #000; }
      #column article p .maru {
        border: solid 1px;
        border-radius: 50%;
        padding: .1em .2em; }
      #column article p.pdf {
        font-size: 18px;
        font-size: 1.8rem;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        color: #da5938;
        text-indent: -1em;
        margin-left: 1em; }
        @media all and (max-width: 999px) {
          #column article p.pdf {
            font-size: 16px;
            font-size: 1.6rem; } }
        #column article p.pdf:after {
          content: "";
          font-family: "icossd",sans-serif;
          margin-left: .3em;
          font-size: 30px;
          font-size: 3rem;
          margin-top: 10px; }
        #column article p.pdf:before {
          content: "";
          font-family: "icossd",sans-serif;
          padding-right: .3em;
          font-size: 12px;
          font-size: 1.2rem;
          color: #da5938; }
      #column article p.asta-center {
        text-indent: 0em;
        text-align: center;
        margin: 1.3em auto; }
      #column article p strong {
        color: #479CB2;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        font-weight: bold; }
      #column article p b {
        font-weight: bold !important; }
      #column article p em {
        font-style: italic; }
      #column article p sup {
        font-size: 73%;
        vertical-align: top;
        position: relative;
        top: -0.5em; }
      #column article p sub {
        font-size: 73%;
        vertical-align: bottom;
        position: relative;
        top: 0.5em; }
      #column article p i {
        font-style: italic;
        font-weight: bold;
        color: #393939; }
      #column article p .seiji {
        color: #B719C0;
        font-weight: bold;
        font-size: 120%; }
    #column article .ghf p {
      text-indent: -3em; }
    #column article .ghf blockquote p {
      text-indent: 0em; }
    #column article small {
      font-size: 13px;
      font-size: 1.3rem; }
    #column article .blue {
      color: #008ECB; }
    #column article .btn-link {
      background: #ecdf9d;
      text-align: center;
      padding: 1em;
      margin: 1.5em auto 2.5em;
      width: 80%; }
      @media all and (max-width: 767px) {
        #column article .btn-link {
          width: 90%; } }
      @media all and (max-width: 767px) {
        #column article .btn-link {
          width: 100%; } }
      #column article .btn-link a {
        font-size: 16px;
        font-size: 1.6rem;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        line-height: 1.3em;
        color: #525252 !important; }
        #column article .btn-link a:after {
          content: "\e909";
          font-family: "icossd",sans-serif;
          margin-left: .5em;
          font-size: 15px;
          font-size: 1.5rem; }
        #column article .btn-link a:hover {
          color: #9f9f9f;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
    #column article figure {
      margin: 2em 0em;
      text-align: center; }
      #column article figure .trim-column {
        margin-bottom: 10px;
        height: auto !important;
        border: none;
        overflow: hidden; }
        #column article figure .trim-column img {
          display: block;
          width: 500px !important;
          height: auto !important;
          margin: 0 auto; }
      #column article figure .trim-column-v {
        margin-bottom: 10px;
        width: auto !important;
        border: none;
        overflow: hidden; }
        #column article figure .trim-column-v img {
          display: block;
          width: auto !important;
          height: 350px !important;
          margin: 0 auto; }
      #column article figure .trim-column-l {
        margin-bottom: 10px;
        height: auto !important;
        border: none;
        overflow: hidden; }
        #column article figure .trim-column-l img {
          display: block;
          width: 700px !important;
          height: auto !important;
          margin: 0 auto; }
      #column article figure .trim-column-s {
        margin-bottom: 10px;
        height: auto !important;
        border: none;
        overflow: hidden; }
        #column article figure .trim-column-s img {
          display: block;
          width: 240px !important;
          height: auto !important;
          margin: 0 auto; }
      #column article figure .trim-column-ss {
        margin-bottom: 10px;
        height: auto !important;
        border: none;
        overflow: hidden; }
        #column article figure .trim-column-ss img {
          display: block;
          width: 150px !important;
          height: auto !important;
          margin: 0 auto; }
      #column article figure strong {
        font-weight: bold; }
      #column article figure.center {
        text-align: center; }
      #column article figure figcaption {
        text-align: center;
        margin-top: .5em;
        line-height: 1.5em;
        font-size: 14px;
        font-size: 1.4rem;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        margin-bottom: 0em !important;
        text-indent: 0em !important; }
        @media all and (max-width: 767px) {
          #column article figure figcaption {
            font-size: 13px;
            font-size: 1.3rem; } }
        #column article figure figcaption.left p {
          text-align: left !important; }
        #column article figure figcaption p {
          text-align: center;
          font-size: 14px;
          font-size: 1.4rem;
          font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
          margin-bottom: 0em !important;
          text-indent: 0em !important; }
          @media all and (max-width: 767px) {
            #column article figure figcaption p {
              font-size: 13px;
              font-size: 1.3rem; } }
    #column article blockquote {
      background-color: #C7E2E8;
      padding: 30px;
      margin: 30px; }
      @media all and (max-width: 767px) {
        #column article blockquote {
          padding: 15px;
          margin: 1em 0px; } }
      #column article blockquote strong {
        font-weight: bold;
        color: #494949; }
      #column article blockquote > ul {
        margin: 1em !important; }
        #column article blockquote > ul > li {
          font-size: 15px;
          font-size: 1.5rem;
          list-style: none;
          position: relative;
          line-height: 1.8em; }
          #column article blockquote > ul > li::before {
            display: block;
            content: '';
            position: absolute;
            top: .5em;
            left: -1em;
            width: 10px;
            height: 10px;
            background-color: #fff;
            border: 1px solid #fff;
            border-radius: 100%; }
          #column article blockquote > ul > li:last-child {
            margin-bottom: 1em; }
          #column article blockquote > ul > li > ul {
            margin-top: 1em; }
        #column article blockquote > ul > li > ul {
          margin-left: 1em !important;
          margin-top: 1.5em; }
          #column article blockquote > ul > li > ul > li {
            font-size: 15px;
            font-size: 1.5rem;
            list-style: none; }
            #column article blockquote > ul > li > ul > li::after {
              display: block;
              content: '';
              position: absolute;
              top: .5em;
              left: -1em;
              width: 5px;
              height: 5px;
              background-color: #fff;
              border: 1px solid #399AAA;
              border-radius: 100%; }
            #column article blockquote > ul > li > ul > li:last-child {
              margin-bottom: 1em; }
            #column article blockquote > ul > li > ul > li > ul {
              margin-top: 1em; }
      #column article blockquote > p {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        text-indent: 0em; }
        #column article blockquote > p:last-child {
          margin-bottom: 0em; }
      #column article blockquote strong {
        font-weight: bold;
        color: #494949; }
      #column article blockquote dl {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif; }
        #column article blockquote dl dt {
          margin-top: 1em;
          font-weight: bold;
          margin-bottom: .5em; }
        #column article blockquote dl dd {
          margin-bottom: 1.5em;
          line-height: 1.3em; }
      #column article blockquote blockquote {
        border: solid 1px #ffffff;
        background-color: #ebf5f7; }
      #column article blockquote .exlist {
        padding: 0 1em 0 2em;
        text-indent: -1em; }
      #column article blockquote .seiji {
        color: #B719C0;
        font-weight: bold;
        font-size: 120%; }
      #column article blockquote em {
        font-style: italic; }
      #column article blockquote > h3, #column article blockquote > h4 {
        margin-left: 0em;
        margin-top: 0em !important;
        margin-bottom: 1em !important; }
    #column article figcaption {
      text-align: center; }
      #column article figcaption p {
        text-align: center;
        font-size: 15px;
        font-size: 1.5rem;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        margin-bottom: .8em;
        text-indent: 0em !important; }
        @media all and (max-width: 767px) {
          #column article figcaption p {
            font-size: 14px;
            font-size: 1.4rem; } }
    #column article .border {
      border: solid 1px #dbdbdb; }
    #column article .gray {
      background: #f5f6f5;
      padding: 2em;
      text-align: center; }
    #column article .gray-nocenter {
      background: #f5f6f5;
      padding: 2em;
      text-align: left !important; }
      #column article .gray-nocenter p {
        text-align: left !important; }
    #column article ol {
      margin: 2em; }
      #column article ol li {
        list-style: decimal;
        margin-bottom: 1.3em;
        line-height: 1.5em; }
        #column article ol li#notes {
          list-style: decimal;
          margin-bottom: 1em;
          font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.5em; }
    #column article ul {
      margin: 2em; }
      @media all and (max-width: 767px) {
        #column article ul {
          margin: 1em 0em 1em 1em; } }
      #column article ul.tomii {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        margin-top: -.5em;
        margin-left: 3em;
        font-size: 15px;
        font-size: 1.5rem; }
        #column article ul.tomii > p {
          margin-top: 1.5em;
          margin-left: -3em !important; }
        #column article ul.tomii li {
          list-style: square;
          margin-bottom: .5em;
          line-height: 1.3em; }
      #column article ul li {
        margin-bottom: 1em;
        line-height: 1.2em; }
    #column article table.fw_sw {
      margin: .7em 0em .7em 2em; }
      #column article table.fw_sw td {
        white-space: nowrap;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif; }
    #column article table.center {
      margin: 0 auto; }
    #column article table th {
      padding: 0.3em 0.5em;
      font-weight: bold; }
    #column article table td {
      padding: 0.3em 0.5em;
      line-height: 1.4em; }
    #column article table strong {
      font-weight: bold; }
    #column article .column-sadanobu .underline {
      text-decoration: underline; }
    #column article table.chiikitbl {
      font-size: 16px;
      font-size: 1.6rem;
      margin: 1em auto;
      border: solid 2px black;
      border-collapse: collapse; }
      #column article table.chiikitbl caption {
        font-weight: bold;
        margin: 1em;
        line-height: 1.3em; }
    #column article table.chiikitbl thead {
      text-align: center;
      height: 2em !important;
      margin-top: 12px !important;
      margin-bottom: 12px !important;
      padding-top: 12px !important;
      padding-bottom: 12px !important;
      border-bottom: 2px solid black; }
    #column article table.chiikitbl thead th {
      padding: 1em;
      border-color: black !important;
      border-style: solid;
      border-width: 1px !important; }
    #column article table.chiikitbl tbody th {
      padding-top: 1em;
      padding-bottom: 1em;
      padding-left: 1em;
      border-color: black !important;
      border-style: solid;
      border-width: 1px 2px 1px 1px !important; }
    #column article table.chiikitbl tbody td {
      padding: 1em;
      border-color: black !important;
      border-style: solid;
      border-width: 1px 2px 1px 1px !important;
      vertical-align: middle; }
    #column article table.chiikitbl tfoot {
      border-top: 2px solid black; }
    #column article table.chiikitbl tfoot td {
      padding: 0.5em 0.5em 0.5em 1em;
      border-color: black !important;
      border-style: solid;
      border-width: 1px 2px 1px 1px !important; }
    #column article table.chiikitbl caption {
      font-weight: bold; }
    #column article table.chiikitbl a.speaker {
      background-image: url(//dictionary.sanseido-publ.co.jp/wp-images/column_chiikigo/speaker.gif);
      background-repeat: no-repeat;
      background-position: right 0;
      padding-top: 1em !important;
      padding-right: 28px !important;
      padding-bottom: 1em !important;
      border-bottom-style: none !important; }
    #column article table.chiikitbl a.speaker:hover {
      background-image: url(//dictionary.sanseido-publ.co.jp/wp-images/column_chiikigo/speaker.gif) !important;
      background-repeat: no-repeat !important;
      background-position: right 0 !important; }
    #column article table.chiikitblalt {
      font-size: 16px;
      font-size: 1.6rem;
      margin: 1em auto;
      border: solid 2px black;
      border-collapse: collapse; }
    #column article table.chiikitblalt th {
      padding: 1em;
      border-color: black !important;
      border-style: solid;
      border-width: 1px 1px 2px 1px !important; }
    #column article table.chiikitblalt td {
      padding: 1em;
      border-color: black !important;
      border-style: solid;
      border-width: 1px 1px 1px 1px !important; }
    #column article table.chiikitblalt caption {
      font-weight: bold;
      margin: 1em; }
    #column article table.chiikitblalt a.speaker {
      background-image: url(//dictionary.sanseido-publ.co.jp/wp-images/column_chiikigo/speaker.gif);
      background-repeat: no-repeat;
      background-position: right 0;
      padding-top: 1em !important;
      padding-right: 28px !important;
      padding-bottom: 1em !important;
      border-bottom-style: none !important; }
    #column article table.chiikitblalt a.speaker:hover {
      background-image: url(//dictionary.sanseido-publ.co.jp/wp-images/column_chiikigo/speaker.gif) !important;
      background-repeat: no-repeat !important;
      background-position: right 0 !important; }
    #column article table.yastable {
      border: none;
      border-collapse: collapse;
      margin: 2em auto; }
      #column article table.yastable caption {
        margin: 1em; }
    #column article table.yastable th, #column article table.yastable td {
      padding: 0.3em 0.5em;
      text-align: center;
      border: 1px solid #398091;
      empty-celles: show; }
    #column article table.yastable td.tdright {
      text-align: right; }
    #column article table.yastable td.tdleft {
      text-align: left; }
    #column article table.simpletable {
      border: 1px solid #000;
      border-collapse: collapse;
      margin: 1em auto; }
    #column article table.simpletable th, #column article table.simpletable td {
      padding: 0.3em 0.5em;
      text-align: left;
      border: 1px solid #000;
      empty-celles: show; }
    #column article table.simpletable td.tdright {
      text-align: right; }
    #column article table.simpletable td.tdcenter {
      text-align: center; }
    #column article .sepline {
      text-align: center;
      clear: both; }
    #column article .squareline {
      border: 1px solid #000000;
      margin-right: 0.25em;
      margin-left: 0.25em;
      padding: 1px 2px; }
    #column article .squarelinesmall {
      font-size: small;
      margin-right: 0.25em;
      margin-left: 0.25em;
      padding: 1px 2px;
      border: solid 1px #000000; }

.to-index {
  text-align: center;
  position: relative;
  padding: .5em 0px; }
  .to-index p a {
    font-size: 19px;
    font-size: 1.9rem;
    color: #242544;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif; }
    @media all and (max-width: 767px) {
      .to-index p a {
        font-size: 16px;
        font-size: 1.6rem; } }
    .to-index p a:before {
      font-family: "icossd",sans-serif;
      content: "\f100";
      color: #da5938;
      font-size: 40px;
      position: absolute;
      left: calc(50% - 3.5em);
      top: 50%;
      margin-top: -20px; }
    .to-index p a:after {
      font-family: "icossd",sans-serif;
      content: "\f101";
      color: #da5938;
      font-size: 40px;
      position: absolute;
      right: calc(50% - 3.5em);
      top: 50%;
      margin-top: -20px; }
    .to-index p a:hover {
      color: #858585; }
      .to-index p a:hover:before {
        left: calc(50% - 4em);
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
      .to-index p a:hover:after {
        right: calc(50% - 4em);
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }

@-webkit-keyframes modify {
  0% {
    padding-top: 100px;
    margin-top: -100px; }
  100% {
    padding-top: 0;
    margin-top: 0; } }
@keyframes modify {
  0% {
    padding-top: 100px;
    margin-top: -100px; }
  100% {
    padding-top: 0;
    margin-top: 0; } }
#notes:target {
  -webkit-animation: modify 0.1s;
  animation: modify 0.1s; }

.citation {
  border: solid 1px #dbdbdb;
  margin: 2em 0em;
  padding: .5em; }
  .citation h4 {
    color: #000 !important;
    margin-left: .5em !important;
    margin-top: 1em !important; }
  .citation p {
    margin: 2em;
    text-indent: 0em !important; }
  .citation > ul {
    margin-left: 3.5em !important;
    margin-top: 1em; }
    .citation > ul > li {
      position: relative;
      color: #4D4D4D;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.7em;
      margin-bottom: 0.8em;
      list-style: none; }
      .citation > ul > li:last-child {
        margin-bottom: 0em; }
      .citation > ul > li::after {
        display: block;
        content: '';
        position: absolute;
        top: .4em;
        left: -1em;
        width: 8px;
        height: 8px;
        background-color: #fff;
        border: 1px solid #399AAA;
        border-radius: 100%; }
      .citation > ul > li > ul {
        margin-left: 2em;
        margin-top: .5em; }
        .citation > ul > li > ul > li {
          font-size: 14px;
          font-size: 1.4rem; }
          .citation > ul > li > ul > li::after {
            display: block;
            content: '';
            position: absolute;
            top: .5em;
            left: -1em;
            width: 5px;
            height: 5px;
            background-color: #fff;
            border: 1px solid #399AAA;
            border-radius: 100%; }
          .citation > ul > li > ul > li:last-child {
            margin-bottom: 1em; }

.comments {
  border: solid 1px #dbdbdb;
  margin: 2em 0em;
  padding: .5em; }
  .comments h4 {
    color: #000 !important;
    margin-left: .5em !important;
    margin-top: 1em !important; }
  .comments p {
    margin: 2em;
    text-indent: 0em !important; }
  .comments ol li {
    text-indent: -2.3em;
    margin-left: 2.5em;
    list-style-position: inside;
    counter-increment: cnt;
    list-style: none !important;
    line-height: 1.4em;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    font-size: 14px;
    font-size: 1.4rem; }
    .comments ol li:before {
      display: marker;
      content: "注" counter(cnt) ".  ";
      color: #da5938; }

.comments_a {
  border: solid 1px #dbdbdb;
  margin: 2em 0em; }
  .comments_a h4 {
    color: #000 !important;
    margin-left: .5em !important;
    margin-top: 1em !important; }
  .comments_a ol li {
    text-indent: -2.8em;
    margin-left: 2.5em;
    list-style-position: inside;
    counter-increment: cnt;
    list-style: none !important;
    line-height: 1.4em;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif; }
    .comments_a ol li:before {
      display: marker;
      content: "(*" counter(cnt) ")　";
      color: #da5938;
      font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Arial, メイリオ, Meiryo, serif; }

.to-next-prev {
  background-color: #f5f6f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding: 1.5em 50px;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  font-size: 18px;
  font-size: 1.8rem; }
  @media all and (max-width: 767px) {
    .to-next-prev {
      font-size: 15px;
      font-size: 1.5rem;
      padding: 1.2em 50px; } }
  .to-next-prev .prev a:before {
    font-family: "icossd",sans-serif;
    content: "\f104";
    color: #da5938;
    font-size: 30px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -15px; }
  .to-next-prev .prev a:hover {
    color: #7F8082; }
    .to-next-prev .prev a:hover::before {
      left: 20px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  .to-next-prev .next a:after {
    content: "\f105";
    font-family: "icossd",sans-serif;
    color: #da5938;
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -15px; }
  .to-next-prev .next a:hover {
    color: #7F8082; }
    .to-next-prev .next a:hover:after {
      right: 20px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }

section {
  margin: 0 30px;
  padding: 20px 20px; }
  @media all and (max-width: 767px) {
    section {
      margin: 0px; } }
  section a {
    color: #da5938; }
    section a:hover {
      color: #eaa18e;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  section h3 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 1.5em;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    display: block; }
    @media all and (max-width: 767px) {
      section h3 {
        font-size: 18px;
        font-size: 1.8rem; } }
  section.author-profile h4 {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: normal;
    margin-bottom: 1em; }
  section.author-profile p.link {
    margin: 1.2em 0em; }
    section.author-profile p.link a {
      color: #479CB2; }
    section.author-profile p.link:before {
      content: "";
      font-family: "icossd",sans-serif;
      padding-right: .3em;
      font-size: 12px;
      font-size: 1.2rem;
      color: #479CB2; }
  section.author-profile .profile {
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 767px) {
      section.author-profile .profile {
        display: block; } }
    section.author-profile .profile .author-profile-text {
      width: auto; }
      section.author-profile .profile .author-profile-text h5 {
        margin: 1em 0em;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold; }
      section.author-profile .profile .author-profile-text p {
        line-height: 1.8em;
        font-size: 14.5px;
        font-size: 1.45rem; }
      section.author-profile .profile .author-profile-text ul {
        margin-left: 1.5em;
        margin-top: 1em; }
        section.author-profile .profile .author-profile-text ul > li {
          position: relative;
          color: #4D4D4D;
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.7em;
          margin-bottom: 0.8em; }
          section.author-profile .profile .author-profile-text ul > li:last-child {
            margin-bottom: 0em; }
          section.author-profile .profile .author-profile-text ul > li::after {
            display: block;
            content: '';
            position: absolute;
            top: .5em;
            left: -1em;
            width: 8px;
            height: 8px;
            background-color: #fff;
            border: 1px solid #399AAA;
            border-radius: 100%; }
          section.author-profile .profile .author-profile-text ul > li > ul {
            margin-left: 2em;
            margin-top: .5em; }
            section.author-profile .profile .author-profile-text ul > li > ul > li {
              font-size: 14px;
              font-size: 1.4rem; }
              section.author-profile .profile .author-profile-text ul > li > ul > li::after {
                display: block;
                content: '';
                position: absolute;
                top: .5em;
                left: -1em;
                width: 5px;
                height: 5px;
                background-color: #fff;
                border: 1px solid #399AAA;
                border-radius: 100%; }
              section.author-profile .profile .author-profile-text ul > li > ul > li:last-child {
                margin-bottom: 1em; }
    section.author-profile .profile .author-profile-book {
      margin-left: 30px;
      width: 100%; }
      @media all and (max-width: 767px) {
        section.author-profile .profile .author-profile-book {
          margin: 30px 0 0 0; } }
      section.author-profile .profile .author-profile-book .trim-author-book {
        margin-bottom: 10px;
        height: auto !important;
        border: none;
        overflow: hidden; }
        section.author-profile .profile .author-profile-book .trim-author-book img {
          display: block;
          width: 150px !important;
          height: auto !important;
          margin: 0 auto; }
        section.author-profile .profile .author-profile-book .trim-author-book .border {
          border: solid 1px #dbdbdb; }
  section.from-editor {
    border-top: solid 1px #dbdbdb; }
    section.from-editor .balloon {
      background-color: #C0DEE5;
      padding: 30px;
      position: relative;
      margin-top: 20px; }
      @media all and (max-width: 767px) {
        section.from-editor .balloon {
          padding: 10px; } }
      section.from-editor .balloon:after {
        border-bottom: 24px solid #C0DEE5;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        content: '';
        margin-left: -10px;
        position: absolute;
        top: -18px;
        left: 40px; }
      section.from-editor .balloon p {
        color: #4D4D4D;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.6em;
        text-indent: 0em;
        margin-bottom: 0.5em; }
        section.from-editor .balloon p:last-child {
          margin-bottom: 0em; }
  section.related-dic {
    border-top: solid 1px #dbdbdb; }
    section.related-dic ul {
      display: flex;
      align-content: space-around; }
      @media all and (max-width: 767px) {
        section.related-dic ul {
          display: block; } }
      section.related-dic ul li {
        width: 45%;
        margin: 1em;
        line-height: 1.5em;
        font-size: 14px;
        font-size: 1.4rem; }
        @media all and (max-width: 767px) {
          section.related-dic ul li {
            width: 100%; }
            section.related-dic ul li:last-child {
              border-top: solid 1px #dbdbdb;
              padding: 1.5em 1em 0em 0em; } }
        section.related-dic ul li strong {
          font-size: 15px;
          font-size: 1.5rem;
          color: #398091; }
          section.related-dic ul li strong small {
            font-size: 80%; }
        section.related-dic ul li img {
          height: 150px;
          width: auto;
          display: inline-block;
          margin-bottom: 1em;
          margin-right: 1.5em; }
  section.tag-share {
    border-top: solid 1px #dbdbdb;
    padding-bottom: 45px;
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 767px) {
      section.tag-share {
        display: block; } }
    section.tag-share .tag {
      width: 60%; }
      @media all and (max-width: 767px) {
        section.tag-share .tag {
          width: 100%; } }
      section.tag-share .tag a {
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
        color: #398091;
        text-decoration: none;
        -webkit-transition: .2s;
        transition: .2s;
        margin: .4em .2em;
        line-height: 1.4em; }
        section.tag-share .tag a:hover {
          color: #002d5c; }
      section.tag-share .tag .tagcloud li {
        display: inline-block;
        margin: 0 0 .5em 1em;
        padding: 0;
        font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif; }
        section.tag-share .tag .tagcloud li:before {
          content: "";
          font-family: "icossd",sans-serif;
          padding-right: .3em; }
        section.tag-share .tag .tagcloud li a {
          position: relative;
          display: inline-block;
          height: 30px;
          line-height: 30px;
          padding: 0 1em;
          background-color: #002d5c;
          border-radius: 0 3px 3px 0;
          color: #f2f2f2 !important;
          font-size: 13px;
          font-size: 1.3rem;
          text-decoration: none;
          -webkit-transition: .2s;
          transition: .2s; }
          section.tag-share .tag .tagcloud li a::before {
            position: absolute;
            top: 0;
            left: -15px;
            content: '';
            width: 0;
            height: 0;
            border-color: transparent #002d5c transparent transparent;
            border-style: solid;
            border-width: 15px 15px 15px 0;
            -webkit-transition: .2s;
            transition: .2s; }
          section.tag-share .tag .tagcloud li a:hover {
            background-color: #7F8082;
            color: #fff; }
            section.tag-share .tag .tagcloud li a:hover::before {
              border-right-color: #7F8082; }
    section.tag-share .share {
      width: 25%; }
      @media all and (max-width: 767px) {
        section.tag-share .share {
          width: 100%;
          margin-top: 1em; } }
      section.tag-share .share .sns-wrap {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        section.tag-share .share .sns-wrap .sns a {
          font-size: 36px;
          font-size: 3.6rem;
          color: #525252;
          margin-right: 1em; }
          section.tag-share .share .sns-wrap .sns a:hover {
            color: #e2e3df;
            -webkit-transition: all .3s ease;
            transition: all .3s ease; }

/* column 各シリーズ目次
================================================== */
#column-related {
  width: calc(100% - 60px);
  margin: 0 auto 2em;
  border-top: solid 1px #dbdbdb;
  padding: 20px !important; }
  @media all and (max-width: 767px) {
    #column-related {
      padding: 20px !important;
      width: 100%; } }
  #column-related ul.related_post li {
    width: 22% !important;
    margin-right: 26px !important;
    margin-top: 15px !important; }
    @media all and (max-width: 767px) {
      #column-related ul.related_post li {
        width: 45% !important;
        margin-right: 30px !important; } }
    @media all and (max-width: 479px) {
      #column-related ul.related_post li {
        width: 100% !important; } }
    #column-related ul.related_post li a {
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1.3em !important;
      font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif; }
    #column-related ul.related_post li small {
      font-size: 85% !important;
      line-height: 1.5em !important; }
  #column-related h3 {
    background: none !important;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    border-top: none;
    padding: 14px 0 !important;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 1em; }

/* column 各シリーズ目次
================================================== */
#column-arcives-list {
  width: 100%;
  margin: 0 auto 3em; }
  #column-arcives-list dl.list-link a {
    position: relative;
    display: block;
    padding: 20px 50px;
    text-decoration: none;
    border-bottom: solid 1px #dbdbdb;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif; }
    @media all and (max-width: 767px) {
      #column-arcives-list dl.list-link a {
        padding: 10px 40px 10px 10px; } }
    #column-arcives-list dl.list-link a:hover {
      background: #f5f6f5; }
      #column-arcives-list dl.list-link a:hover:after {
        right: 20px; }
    #column-arcives-list dl.list-link a:after {
      font-family: "icossd",sans-serif;
      content: "\203A";
      font-size: 50px;
      display: block;
      position: absolute;
      width: 20px;
      line-height: 50px;
      top: 50%;
      margin-top: -25px;
      transition-duration: 0.3s;
      font-weight: normal;
      color: #da5938;
      right: 5px; }
  #column-arcives-list dl.list-link dt {
    color: #002d5c;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem; }
    #column-arcives-list dl.list-link dt .column-title {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: normal;
      font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Arial, メイリオ, Meiryo, serif;
      color: #398091; }
      #column-arcives-list dl.list-link dt .column-title small {
        font-size: 80%; }
    #column-arcives-list dl.list-link dt .author-name {
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: normal;
      font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", Arial, メイリオ, Meiryo, serif;
      color: #7F8082; }
  #column-arcives-list dl.list-link dd {
    color: #000;
    margin-bottom: 0px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5em; }
    #column-arcives-list dl.list-link dd small {
      font-size: 70%; }

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