@charset "UTF-8";
#readingcont-body ul {
  background: none;
  padding: 0;
  margin: 0; }
  #readingcont-body ul > li {
    margin-bottom: 0;
    padding-left: 0;
    position: unset; }
    #readingcont-body ul > li::before {
      content: none; }

#readingcont-body li {
  padding-left: 0; }

#readingcont-body h2 {
  margin: 0; }

#readingcont-body h3 {
  background: unset;
  padding: 0;
  margin-top: 0; }

#readingcont-body h4 {
  padding: 0;
  border: unset;
  margin: auto; }

img {
  height: auto; }

p {
  margin: 0; }

div::after, ul::after {
  content: none; }

#readingcont-body a {
  text-decoration: none; }

@media screen and (max-width: 670px) {
  main {
    margin-top: -10px; } }

.pc {
  display: block !important; }
  @media screen and (max-width: 670px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 670px) {
    .sp {
      display: block !important; } }

.top .kv {
  text-align: center;
  width: 100%; }
  .top .kv img {
    margin: auto; }
.top__menu {
  background-color: #f4e5b2;
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .top__menu ul {
    width: 1000px;
    display: flex;
    justify-content: space-between; }
  .top__menu li a {
    position: relative;
    padding-right: 32px;
    display: block; }
    .top__menu li a span {
      font-size: 17px;
      color: #000; }
    .top__menu li a::after {
      content: '';
      background: url("../images/menu_arrow.png") no-repeat;
      position: absolute;
      top: calc(50% - 12px);
      right: 0;
      width: 24px;
      height: 24px;
      background-size: 24px; }
  .top__menu li:hover a {
    text-decoration: none; }
    .top__menu li:hover a span {
      color: #fff; }
    .top__menu li:hover a::after {
      background: url("../images/menu_arrow_hover.png") no-repeat; }
  @media screen and (max-width: 670px) {
    .top__menu {
      display: none; } }
.top__list {
  padding: 36px 0 0;
  background: url("../images/top_bg.jpg") no-repeat center bottom; }
  @media screen and (max-width: 670px) {
    .top__list {
      background: url("../images/top_bg_sp.jpg") no-repeat center bottom;
      background-size: 100% auto;
      padding: 5.3vw 0 0; } }
  .top__list ul {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 670px) {
      .top__list ul {
        width: 94.1vw; } }
  .top__list .col1, .top__list .col2, .top__list .col3 {
    margin-bottom: 40px; }
    .top__list .col1 a, .top__list .col2 a, .top__list .col3 a {
      display: block;
      text-decoration: none; }
    @media screen and (max-width: 670px) {
      .top__list .col1, .top__list .col2, .top__list .col3 {
        margin-bottom: 5.8vw; } }
  @media screen and (max-width: 670px) {
    .top__list .col1 {
      width: 100%; } }
  .top__list .col2.long {
    width: 661px; }
    @media screen and (max-width: 670px) {
      .top__list .col2.long {
        width: 100%; } }
  .top__list .col2.short {
    width: 324px; }
    @media screen and (max-width: 670px) {
      .top__list .col2.short {
        width: 46.1vw; } }
  .top__list .col3 {
    width: 324px; }
    @media screen and (max-width: 670px) {
      .top__list .col3 {
        width: 46.1vw; } }
  .top__list .image {
    position: relative;
    border: 12px solid #86ccc8;
    margin-bottom: 15px; }
    .top__list .image figure {
      margin: auto;
      height: auto; }
      .top__list .image figure img {
        width: 100%;
        height: auto;
        display: block; }
    .top__list .image.kyojo {
      width: 1000px;
      border: none; }
      .top__list .image.kyojo figure {
        margin-top: -6px;
        border: 12px solid #86ccc8;
        padding-bottom: 0;
        background-color: #86ccc8; }
        .top__list .image.kyojo figure:hover {
          opacity: 0.5; }
      .top__list .image.kyojo .new {
        top: 0;
        right: 0; }
      .top__list .image.kyojo .kyojo_btn {
        position: absolute;
        top: 306px;
        left: 0;
        right: 0;
        margin: auto;
        width: 134px;
        height: 31px;
        background-color: #ffe400;
        border-radius: 15.5px;
        display: block; }
        .top__list .image.kyojo .kyojo_btn p {
          color: #000;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          justify-content: center;
          width: 100%;
          height: 100%;
          font-size: 12px;
          padding-right: 1px; }
        .top__list .image.kyojo .kyojo_btn::after {
          content: '';
          background: url("../images/list_arrow.png") no-repeat;
          position: absolute;
          top: calc(50% - 8.5px);
          right: 11px;
          width: 10px;
          height: 17px;
          background-size: 100%; }
      .top__list .image.kyojo .top__list__news {
        overflow: hidden;
        border-left: 12px solid #86ccc8;
        border-right: 12px solid #86ccc8;
        border-bottom: 12px solid #86ccc8; }
        .top__list .image.kyojo .top__list__news .left {
          float: left;
          width: 81px;
          margin-top: 14px;
          text-align: right; }
        .top__list .image.kyojo .top__list__news .right {
          float: right;
          width: 854px;
          margin-top: 11px; }
          .top__list .image.kyojo .top__list__news .right ul {
            width: 840px; }
          .top__list .image.kyojo .top__list__news .right li {
            margin-bottom: 9px; }
            .top__list .image.kyojo .top__list__news .right li a {
              display: flex; }
            .top__list .image.kyojo .top__list__news .right li time {
              font-size: 14px;
              color: #000; }
            .top__list .image.kyojo .top__list__news .right li span {
              padding-right: 0;
              padding-left: 20px;
              line-height: 1.3; }
      @media screen and (max-width: 670px) {
        .top__list .image.kyojo {
          width: 100%; }
          .top__list .image.kyojo figure {
            border: 1.6vw solid #86ccc8; }
          .top__list .image.kyojo .kyojo_btn {
            top: 50.7vw;
            border-radius: 3.7vw;
            width: 46.1vw;
            height: 5.4vw; }
            .top__list .image.kyojo .kyojo_btn p {
              font-size: 2.6vw; }
            .top__list .image.kyojo .kyojo_btn::after {
              width: 1.4vw;
              height: 2.5vw;
              top: calc(50% - 1.25vw); }
          .top__list .image.kyojo .top__list__news {
            border: 1.6vw solid #86ccc8; }
            .top__list .image.kyojo .top__list__news .left {
              margin-top: 2.8vw;
              margin-left: 2.4vw;
              width: 10.1vw;
              float: none; }
              .top__list .image.kyojo .top__list__news .left img {
                display: block; }
            .top__list .image.kyojo .top__list__news .right {
              margin-left: 2.4vw;
              width: 95%;
              float: none;
              margin-top: 2vw; }
              .top__list .image.kyojo .top__list__news .right ul {
                width: 100%; }
              .top__list .image.kyojo .top__list__news .right li {
                margin-bottom: 0.8vw; }
                .top__list .image.kyojo .top__list__news .right li time {
                  font-size: 2.4vw; }
                .top__list .image.kyojo .top__list__news .right li span {
                  font-size: 3.2vw;
                  padding-left: 2.6vw; } }
    .top__list .image.tw {
      border: none; }
      .top__list .image.tw .new {
        top: 43px;
        right: 0; }
    @media screen and (max-width: 670px) {
      .top__list .image {
        border: 1.6vw solid #86ccc8;
        margin-bottom: 2vw; }
        .top__list .image.tw .new {
          top: 5.5vw; } }
  .top__list .tag {
    position: absolute;
    top: -12px;
    left: -12px;
    background-color: #86ccc8;
    width: 230px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: center;
    box-sizing: border-box; }
    .top__list .tag span {
      font-size: 18px;
      font-weight: 600;
      color: #000;
      padding: 0;
      line-height: 1; }
      .top__list .tag span small {
        font-size: 12px; }
    .top__list .tag.kyojo {
      width: 140px; }
    @media screen and (max-width: 670px) {
      .top__list .tag {
        width: auto;
        height: 4.9vw;
        padding: 0 5px;
        min-width: 32.8vw;
        top: -1.6vw;
        left: -1.6vw; }
        .top__list .tag span {
          font-size: 2.5vw;
          padding: 0; }
          .top__list .tag span small {
            font-size: 1.7vw; }
        .top__list .tag.kyojo {
          min-width: unset;
          width: 26vw; } }
  .top__list .vol {
    position: absolute;
    width: 104px;
    height: 31px;
    top: 22px;
    left: 0;
    background-color: #ffe400;
    text-align: center; }
    .top__list .vol span {
      font-size: 24px;
      color: #000;
      font-weight: 600;
      line-height: 1.5;
      padding: 0; }
    @media screen and (max-width: 670px) {
      .top__list .vol {
        width: 14.8vw;
        height: 4.4vw;
        top: 3.2vw; }
        .top__list .vol span {
          font-size: 2.9vw;
          padding: 0; } }
  .top__list .new {
    position: absolute;
    top: -12px;
    right: -12px; }
    @media screen and (max-width: 670px) {
      .top__list .new {
        width: 10.2vw;
        height: 10.2vw;
        top: -1.6vw;
        right: -1.6vw; } }
  .top__list time {
    font-size: 14px;
    color: #000; }
    @media screen and (max-width: 670px) {
      .top__list time {
        font-size: 2.4vw; } }
  .top__list span {
    display: block;
    line-height: 1.5;
    color: #000;
    font-size: 18px;
    padding-right: 14px; }
    @media screen and (max-width: 670px) {
      .top__list span {
        word-break: break-all;
        font-size: 3.2vw;
        padding-right: 0; } }
  .top__list figure {
    margin: auto; }
  .top__list .btn {
    margin-top: 5px;
    display: block;
    background-color: #d9edec;
    width: 135px;
    height: 31px;
    border-radius: 15.5px;
    position: relative; }
    .top__list .btn a {
      color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      justify-content: center;
      width: 100%;
      height: 100%;
      font-size: 12px;
      padding-right: 1px; }
    .top__list .btn::after {
      content: '';
      background: url("../images/list_arrow.png") no-repeat;
      position: absolute;
      top: calc(50% - 8.5px);
      right: 11px;
      width: 10px;
      height: 17px;
      background-size: 100%; }
    @media screen and (max-width: 670px) {
      .top__list .btn {
        width: 45.4vw;
        height: 5.4vw;
        border-radius: 2.7vw; }
        .top__list .btn a {
          font-size: 2.6vw; }
        .top__list .btn::after {
          width: 1.4vw;
          height: 2.5vw;
          top: calc(50% - 2.5vw/2);
          right: 3vw;
          background-size: 100%; } }
  .top__list li.hover a {
    text-decoration: none; }
    .top__list li.hover a .image {
      border-color: #d9edec; }
    .top__list li.hover a .tag {
      background-color: #d9edec; }
    .top__list li.hover a .vol span {
      color: #000; }
    .top__list li.hover a time, .top__list li.hover a span {
      color: #909090; }
    .top__list li.hover a .image.tw {
      opacity: 0.7; }
  .top__list li.hover .btn {
    background-color: #eafaf9; }
  .top__list__btn {
    margin-top: 6px;
    border-top: 1px solid #86ccc8;
    padding: 20px 0 172px; }
    .top__list__btn p {
      /*display: none;*/
      width: 322px;
      height: 38px;
      background-color: #d9edec;
      position: relative;
      margin: auto; }
      .top__list__btn p:hover {
        background-color: #eafaf9; }
      .top__list__btn p::after {
        content: '';
        background: url("../images/more.png") no-repeat;
        position: absolute;
        top: calc(50% - 5px);
        right: 116px;
        width: 17px;
        height: 10px;
        background-size: 100%; }
      .top__list__btn p a {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        justify-content: center;
        font-size: 18px;
        color: #000;
        text-decoration: none;
        padding: 0 10px 0 0; }
    @media screen and (max-width: 670px) {
      .top__list__btn {
        padding: 8.5vw 0 27.7vw; }
        .top__list__btn p {
          width: 94.1vw;
          height: 9vw; }
          .top__list__btn p a {
            font-size: 4vw; }
          .top__list__btn p::after {
            right: 34.8vw;
            top: calc(50% - 1.4vw/2);
            width: 2.4vw;
            height: 1.4vw; } }
  @media screen and (max-width: 670px) {
    .top__list .order1 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
    .top__list .order2 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
    .top__list .dummy {
      display: none; } }
.top__sp__menu {
  position: relative;
  display: none; }
  @media screen and (max-width: 670px) {
    .top__sp__menu {
      display: block; } }
  .top__sp__menu .sp_menu {
    width: 100%;
    height: 13.5vw;
    background-color: #f4e5b2; }
    .top__sp__menu .sp_menu a {
      width: 100%;
      height: 100%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      justify-content: center;
      padding-left: 3.8vw;
      color: #000;
      font-weight: 600; }
      .top__sp__menu .sp_menu a:hover {
        text-decoration: none; }
      .top__sp__menu .sp_menu a::after {
        content: '';
        background: url("../images/sp_menu_plus.png") no-repeat;
        position: absolute;
        top: calc(50% - 3.69vw/2);
        right: 3.3vw;
        width: 3.6vw;
        height: 3.6vw;
        background-size: 100%; }
    .top__sp__menu .sp_menu span {
      font-size: 4.8vw; }
    .top__sp__menu .sp_menu.open a::after {
      background: url("../images/sp_menu_minus.png") no-repeat;
      top: calc(50% - 3.2vw/2);
      background-size: 100%; }
  .top__sp__menu ul {
    display: none;
    position: absolute;
    top: 13.5vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    padding-top: 2px; }
  .top__sp__menu li {
    width: 100%;
    height: 13.5vw;
    margin-bottom: 2px;
    background-color: #f4e5b2; }
    .top__sp__menu li a {
      width: 100%;
      height: 100%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      justify-content: center;
      padding-left: 3.8vw;
      color: #000;
      font-weight: 600; }
      .top__sp__menu li a:hover {
        text-decoration: none; }
      .top__sp__menu li a::after {
        content: '';
        background: url("../images/sp_menu_arrow.png") no-repeat;
        position: absolute;
        top: calc(50% - 3.69vw/2);
        right: 3.3vw;
        width: 3.6vw;
        height: 3.6vw;
        background-size: 100%; }
    .top__sp__menu li:last-child {
      margin-bottom: 0; }
    .top__sp__menu li span {
      font-size: 4.8vw; }
    .top__sp__menu li.now a {
      color: #9b9b9b; }
      .top__sp__menu li.now a::after {
        background: url("../images/sp_menu_arrowh.png") no-repeat;
        background-size: 100%; }

.topics {
  background-color: #f4e5b2;
  padding: 33px 0 23px; }
  @media screen and (max-width: 670px) {
    .topics {
      padding: 4.9vw 0 5.6vw; } }
  .topics__title {
    padding-bottom: 21px; }
    .topics__title img {
      display: block;
      margin: auto; }
    @media screen and (max-width: 670px) {
      .topics__title {
        padding-bottom: 5.2vw; }
        .topics__title img {
          width: 60.4vw;
          height: auto; } }
  .topics ul {
    width: 1000px;
    margin: auto;
    border-top: 1px solid #fff; }
    @media screen and (max-width: 670px) {
      .topics ul {
        width: 94.1vw; } }
  .topics li {
    border-bottom: 1px solid #fff;
    overflow: hidden; }
    .topics li:nth-child(n+6) {
      display: none; }
    @media screen and (max-width: 670px) {
      .topics li {
        position: relative; } }
  .topics__left {
    float: left;
    width: 314px;
    padding: 7px 0 8px; }
    .topics__left ul {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
      width: 100%;
      border-top: none; }
      @media screen and (max-width: 670px) {
        .topics__left ul {
          position: relative; } }
    .topics__left li {
      width: 102px;
      height: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      justify-content: center;
      margin-right: 2px;
      border-bottom: none; }
      .topics__left li span {
        color: #fff;
        font-size: 14px; }
      .topics__left li:nth-child(n+4) {
        margin-top: 2px; }
      .topics__left li:nth-child(n+6) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
      .topics__left li:nth-child(3n+3), .topics__left li:last-child {
        margin-right: 0; }
      @media screen and (max-width: 670px) {
        .topics__left li {
          width: 18vw;
          height: 3.7vw; }
          .topics__left li span {
            font-size: 2.4vw; } }
    .topics__left .join {
      background-color: #2b5f90; }
    .topics__left .information {
      background-color: #923838; }
    .topics__left .read {
      background-color: #237e79; }
    .topics__left .learn {
      background-color: #a25013; }
    .topics__left .interact {
      background-color: #47a269; }
    .topics__left .disaster {
      background-color: #ad2177; }
    .topics__left .other {
      background-color: #08345d; }
    @media screen and (max-width: 670px) {
      .topics__left {
        float: none;
        position: absolute;
        top: 1.4vw;
        right: 0;
        padding: 0;
        width: 56vw; } }
  .topics__right {
    width: 659px;
    float: right;
    padding: 9px 0;
    overflow: hidden; }
    .topics__right time {
      float: left;
      width: 95px;
      font-size: 16px; }
    .topics__right p {
      float: right;
      width: 542px;
      display: inline-block;
      font-size: 16px; }
      .topics__right p a {
        text-decoration: underline;
        color: #007eff; }
        .topics__right p a.blank {
          position: relative;
          background: url("../images/topics_blank.png") no-repeat top right;
          padding-right: 30px; }
          @media screen and (-webkit-min-device-pixel-ratio: 0) {
            .topics__right p a.blank {
              background-size: 23px 17px; } }
      .topics__right p span {
        font-size: 12px; }
    @media screen and (max-width: 670px) {
      .topics__right {
        width: auto;
        padding: 2.2vw 4.2vw 2.2vw 0;
        float: none; }
        .topics__right time {
          float: none;
          width: auto;
          font-size: 2.4vw; }
        .topics__right p {
          width: 100%;
          float: none;
          font-size: 3.2vw; }
          .topics__right p a {
            word-break: break-all; }
            .topics__right p a.blank {
              background-size: 3.7vw 2.8vw; }
        .topics__right span {
          font-size: 2.4vw; } }
  .topics__btn {
    padding-top: 35px; }
    .topics__btn p {
      width: 322px;
      height: 38px;
      background-color: #fff;
      position: relative;
      margin: auto; }
      .topics__btn p:hover {
        background-color: #fdf6df; }
      .topics__btn p::after {
        content: '';
        background: url("../images/more.png") no-repeat;
        position: absolute;
        top: calc(50% - 5px);
        right: 116px;
        width: 17px;
        height: 10px;
        background-size: 100%; }
      .topics__btn p a {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        justify-content: center;
        font-size: 18px;
        color: #000;
        text-decoration: none;
        padding: 4px 10px 0 0; }
      @media screen and (max-width: 670px) {
        .topics__btn p {
          width: 94.1vw;
          height: 9vw; }
          .topics__btn p a {
            font-size: 4vw; }
          .topics__btn p::after {
            right: 34.8vw;
            top: calc(50% - 1.4vw/2);
            width: 2.4vw;
            height: 1.4vw; } }

.share {
  margin: 0 auto -58px;
  padding-bottom: 133px;
  background: url("../images/share_bg.jpg") no-repeat center bottom; }
  @media screen and (max-width: 670px) {
    .share {
      padding-bottom: 28vw;
      background: url("../images/share_bg_sp.jpg") no-repeat center bottom;
      background-size: 100% auto; } }
  .share__top {
    width: 1000px;
    margin: auto;
    padding: 80px 0 67px;
    border-bottom: 2px solid #86ccc8; }
    .share__top p {
      font-size: 22px;
      font-weight: 600;
      text-align: center;
      color: #000; }
    .share__top ul {
      display: flex;
      justify-content: space-between;
      width: 208px;
      margin: auto;
      padding: 30px 0 0; }
    .share__top a {
      display: block; }
      .share__top a:hover {
        opacity: 0.8; }
    .share__top img {
      display: block; }
    @media screen and (max-width: 670px) {
      .share__top {
        width: 100%;
        padding: 9.8vw 0 7.3vw; }
        .share__top p {
          font-size: 3.6vw; }
        .share__top ul {
          padding: 4.2vw 0 0;
          width: 42.1vw; }
        .share__top li {
          width: 11.8vw;
          height: 11.8vw; }
          .share__top li a {
            width: 100%;
            height: 100%; }
            .share__top li a img {
              width: 100%;
              height: 100%; } }
  .share__middle {
    width: 1000px;
    margin: auto;
    padding: 61px 0 62px; }
    .share__middle figure {
      margin: auto; }
      .share__middle figure img {
        display: block;
        margin: auto; }
    .share__middle ul {
      width: 965px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      padding-top: 25px; }
    .share__middle a {
      position: relative;
      padding-right: 15px;
      color: #000;
      font-size: 18px;
      text-decoration: none; }
      .share__middle a::after {
        content: '';
        background: url("../images/share_arrow.png") no-repeat;
        position: absolute;
        top: calc(50% - 8px);
        right: 0;
        width: 9px;
        height: 16px;
        background-size: 100%; }
      .share__middle a:hover {
        color: #929292; }
        .share__middle a:hover::after {
          background: url("../images/share_arrow_hover.png") no-repeat; }
    .share__middle__link {
      width: 412px;
      padding: 0 !important;
      display: block;
      margin: auto; }
      .share__middle__link img {
        display: block; }
      .share__middle__link::after {
        content: none !important; }
      .share__middle__link:hover {
        opacity: 0.8; }
    @media screen and (max-width: 670px) {
      .share__middle {
        width: 100%;
        padding: 7.2vw 0 7.3vw; }
        .share__middle figure {
          width: 74.1vw; }
          .share__middle figure img {
            width: 100%;
            height: auto; }
        .share__middle ul {
          padding-top: 5.8vw;
          display: block;
          width: 100%;
          text-align: center; }
        .share__middle li {
          margin-bottom: 3.4vw; }
          .share__middle li:last-child {
            margin-bottom: 0; }
        .share__middle a {
          font-size: 3.2vw;
          padding-right: 4.2vw; }
          .share__middle a::after {
            top: calc(50% - 2.1vw/2);
            width: 1.3vw;
            height: 2.1vw; }
        .share__middle__link {
          width: 74.1vw; } }
  .share__bottom {
    width: 1000px;
    margin: auto;
    border-top: 2px solid #86ccc8;
    padding-bottom: 33px; }
    .share__bottom__title {
      padding: 37px 0 16px;
      text-align: center; }
      .share__bottom__title p {
        font-size: 24px;
        color: #419893;
        font-weight: 600; }
    .share__bottom ul {
      width: 663px;
      display: flex;
      justify-content: space-between;
      margin: auto; }
    .share__bottom li {
      width: 325px; }
    .share__bottom a {
      display: block;
      text-decoration: none; }
      .share__bottom a:hover {
        text-decoration: none; }
        .share__bottom a:hover figure {
          border-color: #d9edec; }
        .share__bottom a:hover em, .share__bottom a:hover span {
          color: #419893; }
    .share__bottom figure {
      margin: auto auto 9px auto;
      border: 2px solid #86ccc8;
      height: 76px; }
      .share__bottom figure img {
        display: block; }
    .share__bottom em {
      color: #000;
      font-style: normal;
      font-size: 20px;
      display: block;
      line-height: 1;
      padding-bottom: 7px; }
    .share__bottom span {
      font-size: 14px;
      color: #000; }
    @media screen and (max-width: 670px) {
      .share__bottom {
        width: 100%;
        padding-bottom: 0; }
        .share__bottom__title {
          padding: 5.4vw 0 3vw; }
          .share__bottom__title p {
            font-size: 4.8vw; }
        .share__bottom ul {
          width: 88.4vw; }
        .share__bottom li {
          width: 43.3vw; }
        .share__bottom figure {
          height: 10.1vw; }
        .share__bottom em {
          font-size: 3.7vw;
          padding-bottom: 1vw;
          line-height: 1.2; }
        .share__bottom span {
          font-size: 2.6vw; } }

.cv .share__top, .iv .share__top {
  border-top: 2px solid #86ccc8; }

.iv .share__top {
  border-top: 2px solid #86ccc8; }

.content__menu {
  background-color: #f4e5b2;
  height: 58px;
  position: relative; }
  .content__menu__inner {
    width: 1000px;
    margin: auto;
    height: 100%;
    overflow: hidden; }
  .content__menu .content__breadcrumb {
    float: left;
    display: flex;
    justify-content: flex-start;
    padding-top: 19px; }
    .content__menu .content__breadcrumb li {
      padding-right: 24px;
      margin-right: 16px;
      position: relative; }
      .content__menu .content__breadcrumb li::after {
        content: '';
        background: url("../images/choivola/menu_arrow.png") no-repeat;
        top: calc(50% - 5.5px);
        position: absolute;
        right: 0;
        width: 11px;
        height: 11px;
        background-size: 100%; }
      .content__menu .content__breadcrumb li:last-child {
        padding-right: 0;
        margin: auto; }
        .content__menu .content__breadcrumb li:last-child::after {
          content: none; }
        .content__menu .content__breadcrumb li:last-child span {
          color: #000; }
      .content__menu .content__breadcrumb li a {
        color: #007eff; }
      .content__menu .content__breadcrumb li span {
        font-size: 14px;
        line-height: 1; }
  .content__menu__btn {
    width: 51px;
    height: 43px;
    float: right;
    padding-top: 7px; }
    .content__menu__btn a {
      width: 100%;
      height: 100%;
      display: block;
      position: relative; }
      .content__menu__btn a::after {
        content: '';
        background: url("../images/menu.png") no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 51px;
        height: 43px;
        background-size: 100%; }
    .content__menu__btn.open a::after {
      background: url("../images/menu_close.png") no-repeat;
      top: 1.5px;
      left: 0;
      right: 0;
      margin: auto;
      width: 40px;
      height: 40px;
      background-size: 100%; }
  .content__menu__second {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 85px;
    background-color: #f4e5b2;
    z-index: 10; }
    .content__menu__second ul {
      width: 1000px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      padding-top: 31px; }
    .content__menu__second a {
      padding-right: 37px;
      position: relative;
      display: block;
      color: #000; }
      .content__menu__second a::after {
        content: '';
        background: url("../images/menu_arrow.png") no-repeat;
        position: absolute;
        top: calc(50% - 12px);
        right: 5px;
        width: 24px;
        height: 24px;
        background-size: 100%; }
      .content__menu__second a:hover {
        text-decoration: none;
        color: #fff; }
        .content__menu__second a:hover::after {
          background: url("../images/menu_arrow_hover.png") no-repeat;
          width: 24px;
          height: 24px;
          background-size: 100%; }
      .content__menu__second a span {
        font-size: 17px;
        line-height: 1; }
    .content__menu__second li.now a {
      color: #9b9b9b; }
      .content__menu__second li.now a::after {
        background: url("../images/menu_arrowh.png") no-repeat;
        width: 24px;
        height: 24px;
        background-size: 100%; }

.after_kv {
  margin-bottom: 0; }
  @media screen and (max-width: 670px) {
    .after_kv_sp {
      margin-bottom: 0; }
      .after_kv_sp img {
        display: block; } }

.choibola {
  padding-bottom: 45px; }
  .choibola .inline {
    width: 809px;
    text-align: unset;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -60px auto 53px; }
  .choibola .choibola_icon {
    width: auto;
    height: auto;
    display: block; }
    .choibola .choibola_icon img {
      display: block;
      width: 100%; }
  .choibola .konohoka {
    border: none;
    padding: 0;
    text-align: center;
    border-radius: 0; }
    .choibola .konohoka h3.konohoka_h3 {
      background: none;
      position: relative;
      font-size: 30px;
      top: unset;
      width: 100%;
      height: auto;
      line-height: 1.2;
      color: #000;
      font-weight: 600; }
    .choibola .konohoka p {
      padding-top: 25px;
      font-size: 18px;
      color: #000;
      font-weight: 600; }
  @media screen and (max-width: 670px) {
    .choibola {
      width: 100%;
      padding-bottom: 6.4vw; }
      .choibola .inline {
        width: 98.9vw;
        margin: -6.4vw auto 8vw; }
        .choibola .inline li:first-child {
          width: 31vw; }
        .choibola .inline li:nth-child(2) {
          width: 30.4vw; }
        .choibola .inline li:last-child {
          width: 28.6vw; }
      .choibola .konohoka h3.konohoka_h3 {
        width: auto;
        font-size: 4.8vw;
        left: unset; }
      .choibola .konohoka p {
        padding-top: 3.3vw;
        font-size: 3.2vw; } }

.bglayPgreen {
  background: #efefef;
  padding-top: 45px; }
  @media screen and (max-width: 670px) {
    .bglayPgreen {
      padding-top: 5.8vw; } }

.bolaweb {
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden; }
  .bolaweb_title {
    background: none;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 30px; }
    .bolaweb_title img {
      display: block;
      margin: auto; }
  .bolaweb_logo {
    padding: 61px 0 55px 45px;
    width: 362px; }
  .bolaweb_cont {
    width: 519px;
    padding: 54px 30px 23px 0; }
  .bolaweb_name {
    font-size: 14px;
    color: #000; }
    .bolaweb_name span {
      font-size: 30px;
      color: #000;
      line-height: 1; }
  .bolaweb_exp {
    font-size: 16px;
    color: #000; }
  @media screen and (max-width: 670px) {
    .bolaweb_title {
      margin-bottom: 4vw;
      width: 60.4vw; }
    .bolaweb_logo {
      padding: 5.7vw 0 5.4vw;
      margin: 0 auto;
      width: 52.5vw; }
    .bolaweb_cont {
      width: 87.7vw;
      margin: 0 auto;
      padding: 0 0 3.3vw; }
    .bolaweb_name {
      text-align: left;
      margin-bottom: 2vw;
      font-size: 2.4vw; }
      .bolaweb_name span {
        font-size: 4.8vw; }
    .bolaweb_exp {
      font-size: 3.2vw; } }

.monogatari {
  padding: 0 0 45px 0; }
  @media screen and (max-width: 670px) {
    .monogatari {
      padding-bottom: 5vw; } }

.actgroup {
  padding: 97px 0 0;
  margin: auto; }
  .actgroup h2 {
    margin-bottom: 50px; }
    .actgroup h2 img {
      display: block;
      margin: auto; }
  .actgroup_exp {
    margin-bottom: 50px; }
    .actgroup_exp p {
      font-size: 18px;
      color: #000;
      text-indent: -1em;
      padding-left: 1em;
      margin-bottom: 5px;
      line-height: 1.5; }
  .actgroup ul {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #86ccc8; }
    @media screen and (max-width: 670px) {
      .actgroup ul {
        width: 94.1vw;
        margin-bottom: 2.5vw; } }
  .actgroup li {
    width: 492px;
    margin-bottom: 55px; }
    .actgroup li a {
      display: block;
      text-decoration: none; }
    @media screen and (max-width: 670px) {
      .actgroup li {
        margin-bottom: 9.3vw;
        width: 46.2vw;
        position: relative; }
        .actgroup li a {
          margin-bottom: calc(5.4vw + 15px); } }
  .actgroup .image {
    position: relative;
    border: 12px solid #86ccc8;
    margin-bottom: 15px; }
    .actgroup .image figure {
      margin: auto;
      height: auto; }
      .actgroup .image figure img {
        width: 100%;
        height: auto;
        display: block; }
    @media screen and (max-width: 670px) {
      .actgroup .image {
        border: 1.6vw solid #86ccc8;
        margin-bottom: 2vw; } }
  .actgroup .tag {
    position: absolute;
    top: -12px;
    left: -12px;
    background-color: #86ccc8;
    width: 302px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: center;
    box-sizing: border-box; }
    .actgroup .tag span {
      font-size: 18px;
      font-weight: 600;
      color: #000;
      padding: 0;
      line-height: 1; }
    @media screen and (max-width: 670px) {
      .actgroup .tag {
        width: auto;
        min-width: 36.7vw;
        height: 4.9vw;
        top: -1.6vw;
        left: -1.6vw; }
        .actgroup .tag span {
          font-size: 2.5vw;
          padding: 0;
          letter-spacing: -1px; } }
  .actgroup .vol {
    position: absolute;
    width: 104px;
    height: 30px;
    top: 22px;
    left: 0;
    background-color: #ffe400;
    text-align: center; }
    .actgroup .vol span {
      font-size: 24px;
      color: #000;
      font-weight: 600;
      line-height: 1.5;
      padding: 0; }
    @media screen and (max-width: 670px) {
      .actgroup .vol {
        width: 14.8vw;
        height: 4.4vw;
        top: 3.2vw; }
        .actgroup .vol span {
          font-size: 2.9vw;
          padding: 0; } }
  .actgroup .new {
    position: absolute;
    top: -12px;
    right: -12px; }
    @media screen and (max-width: 670px) {
      .actgroup .new {
        width: 10.2vw;
        height: 10.2vw;
        top: -1.6vw;
        right: -1.6vw; } }
  .actgroup .title p {
    font-size: 24px;
    font-weight: 600;
    color: #000; }
  @media screen and (max-width: 670px) {
    .actgroup .title p {
      font-size: 3.2vw;
      color: #000; } }
  .actgroup .group {
    margin-bottom: 10px; }
    .actgroup .group p {
      font-size: 18px;
      color: #419893; }
    @media screen and (max-width: 670px) {
      .actgroup .group {
        margin-bottom: 1.3vw; }
        .actgroup .group p {
          font-size: 2.4vw; } }
  .actgroup span {
    display: block;
    line-height: 1.5;
    color: #000;
    font-size: 18px;
    padding-right: 14px; }
    @media screen and (max-width: 670px) {
      .actgroup span {
        word-break: break-all;
        font-size: 2.4vw;
        padding: 0; } }
  .actgroup figure {
    margin: auto; }
  .actgroup .btn {
    margin-top: 15px;
    display: block;
    background-color: #d9edec;
    width: 216px;
    height: 31px;
    border-radius: 15.5px;
    position: relative; }
    .actgroup .btn a {
      color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /*-webkit-align-items: center;
      align-items: center;*/
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      font-size: 12px;
      padding-left: 31px; }
    .actgroup .btn::before {
      content: '';
      background: url("../images/choivola/blamk.png") no-repeat;
      position: absolute;
      top: calc(50% - 9.5px);
      right: 30px;
      width: 25px;
      height: 19px;
      background-size: 100%; }
    .actgroup .btn::after {
      content: '';
      background: url("../images/list_arrow.png") no-repeat;
      position: absolute;
      top: calc(50% - 8.5px);
      right: 11px;
      width: 10px;
      height: 17px;
      background-size: 100%; }
    @media screen and (max-width: 670px) {
      .actgroup .btn {
        width: 46vw;
        height: 5.4vw;
        border-radius: 2.7vw;
        position: absolute;
        bottom: 0;
        left: 0; }
        .actgroup .btn a {
          font-size: 2.6vw; }
        .actgroup .btn::after {
          width: 1.4vw;
          height: 2.4vw;
          top: calc(50% - 2.4vw/2);
          right: 3.2vw;
          background-size: 100%; }
        .actgroup .btn::before {
          width: 3.4vw;
          height: 2.6vw;
          top: calc(50% - 2.6vw/2);
          right: 5.7vw;
          background-size: 100%; } }
  .actgroup li.hover a {
    text-decoration: none; }
    .actgroup li.hover a .image {
      border-color: #d9edec; }
    .actgroup li.hover a .tag {
      background-color: #d9edec; }
    .actgroup li.hover a .vol span {
      color: #000; }
    .actgroup li.hover a .title p {
      color: #9c9c9c; }
    .actgroup li.hover a time, .actgroup li.hover a span {
      color: #909090; }
  .actgroup li.hover .btn {
    background-color: #eafaf9; }
  .actgroup .report__area.hover a {
    text-decoration: none; }
  .actgroup .report__area.hover .image {
    border-color: #fff5a1; }
  .actgroup .report__area.hover .tag, .actgroup .report__area.hover .vol {
    background-color: #fff5a1; }
  .actgroup .report__area.hover .title p {
    color: #9c9c9c; }
  .actgroup .report__area.hover span {
    color: #9c9c9c; }
  .actgroup .report__area.hover .btn {
    background-color: #fffad4; }
  .actgroup_bottom {
    padding: 40px 0 60px; }
    .actgroup_bottom p {
      text-indent: -1em;
      padding-left: 1em;
      font-size: 16px; }
    @media screen and (max-width: 670px) {
      .actgroup_bottom {
        padding: 5.3vw 0 6vw; } }
  @media screen and (max-width: 670px) {
    .actgroup {
      padding: 8vw 0 0; }
      .actgroup h2 {
        width: 83.7vw;
        margin-bottom: 6vw; }
      .actgroup_exp {
        margin-bottom: 10vw; }
        .actgroup_exp p {
          margin-bottom: 1.3vw;
          font-size: 3.2vw; }
      .actgroup_bottom p {
        font-size: 2.4vw; } }
  .actgroup .report__title {
    width: 1000px;
    margin-bottom: 19px; }
    .actgroup .report__title img {
      display: block; }
  .actgroup .report__area {
    padding-bottom: 53px; }
    .actgroup .report__area .image {
      border-color: #fbe840; }
    .actgroup .report__area .tag {
      background-color: #fbe840; }
    .actgroup .report__area .btn {
      width: 135px;
      position: relative;
      background-color: #fdf7a8; }
      .actgroup .report__area .btn a {
        padding-left: 18px; }
      .actgroup .report__area .btn::before {
        content: none; }
    .actgroup .report__area.last {
      padding-bottom: 84px; }
  @media screen and (max-width: 670px) {
    .actgroup .report__title {
      width: 94.1vw;
      margin-bottom: 4.2vw; }
      .actgroup .report__title img {
        display: block; }
    .actgroup .report__area {
      padding-bottom: 9vw; }
      .actgroup .report__area .image {
        border-color: #fbe840; }
      .actgroup .report__area .tag {
        background-color: #fbe840; }
      .actgroup .report__area .title p {
        line-height: 1.25; }
      .actgroup .report__area .btn {
        width: 46.1vw;
        position: relative;
        background-color: #fdf7a8; }
        .actgroup .report__area .btn a {
          padding-left: 0;
          text-align: center; }
        .actgroup .report__area .btn::before {
          content: none; }
      .actgroup .report__area.last {
        padding-bottom: 13vw; } }
  .actgroup .link__title {
    margin: 0 auto 26px; }
    @media screen and (max-width: 670px) {
      .actgroup .link__title {
        width: 94.1vw;
        margin: 0 auto 6vw; }
        .actgroup .link__title img {
          display: block; } }

.choibola_tokyo {
  padding: 39px 0 41px;
  background-color: #fffdee;
  margin: 0 0 59px 0;
  width: 100%;
  border: none; }
  .choibola_tokyo h3 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 45px;
    color: #000; }
  .choibola_tokyo ul {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 670px) {
      .choibola_tokyo ul {
        width: 94.1vw; } }
  .choibola_tokyo li {
    width: 492px;
    margin-bottom: 55px; }
    .choibola_tokyo li a {
      display: block;
      text-decoration: none; }
    @media screen and (max-width: 670px) {
      .choibola_tokyo li {
        margin-bottom: 5.8vw; } }
  .choibola_tokyo .image {
    position: relative;
    border: 12px solid #86ccc8;
    margin-bottom: 15px; }
    .choibola_tokyo .image figure {
      margin: auto;
      height: auto; }
      .choibola_tokyo .image figure img {
        width: 100%;
        height: auto;
        display: block; }
    @media screen and (max-width: 670px) {
      .choibola_tokyo .image {
        border: 1.6vw solid #86ccc8;
        margin-bottom: 2vw; } }
  .choibola_tokyo .tag {
    position: absolute;
    top: -12px;
    left: -12px;
    background-color: #86ccc8;
    width: 302px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: center;
    box-sizing: border-box; }
    .choibola_tokyo .tag span {
      font-size: 18px;
      font-weight: 600;
      color: #000;
      padding: 0;
      line-height: 1; }
    @media screen and (max-width: 670px) {
      .choibola_tokyo .tag {
        width: 32.8vw;
        height: 4.9vw;
        top: -1.6vw;
        left: -1.6vw; }
        .choibola_tokyo .tag span {
          font-size: 2.5vw;
          padding: 0; } }
  .choibola_tokyo .title p {
    font-size: 24px;
    font-weight: 600; }
  .choibola_tokyo .group {
    margin-bottom: 10px; }
    .choibola_tokyo .group p {
      font-size: 18px;
      color: #419893; }
  .choibola_tokyo span {
    display: block;
    line-height: 1.5;
    color: #000;
    font-size: 18px;
    padding-right: 14px; }
    @media screen and (max-width: 670px) {
      .choibola_tokyo span {
        word-break: break-all;
        font-size: 3.2vw; } }
  .choibola_tokyo figure {
    margin: auto; }
  .choibola_tokyo .btn {
    margin-top: 15px;
    display: block;
    background-color: #d9edec;
    width: 135px;
    height: 31px;
    border-radius: 15.5px;
    position: relative; }
    .choibola_tokyo .btn a {
      color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      /*-webkit-align-items: center;
      align-items: center;*/
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      font-size: 12px;
      padding-left: 16px; }
    .choibola_tokyo .btn::after {
      content: '';
      background: url("../images/list_arrow.png") no-repeat;
      position: absolute;
      top: calc(50% - 8.5px);
      right: 11px;
      width: 10px;
      height: 17px;
      background-size: 100%; }
    @media screen and (max-width: 670px) {
      .choibola_tokyo .btn {
        width: 45.4vw;
        height: 5.4vw;
        border-radius: 2.7vw; }
        .choibola_tokyo .btn a {
          font-size: 2.6vw; }
        .choibola_tokyo .btn::after {
          width: 1.4vw;
          height: 2.5vw;
          top: calc(50% - 2.5vw/2);
          right: 3vw;
          background-size: 100%; } }
  .choibola_tokyo li.hover a {
    text-decoration: none; }
    .choibola_tokyo li.hover a .image {
      border-color: #d9edec; }
    .choibola_tokyo li.hover a .tag {
      background-color: #d9edec; }
    .choibola_tokyo li.hover a .vol span {
      color: #000; }
    .choibola_tokyo li.hover a time, .choibola_tokyo li.hover a span {
      color: #909090; }
  .choibola_tokyo li.hover .btn {
    background-color: #eafaf9; }
  @media screen and (max-width: 670px) {
    .choibola_tokyo {
      display: none; } }

.list {
  padding: 75px 0 33px; }
  @media screen and (max-width: 670px) {
    .list {
      padding: 7vw 0 3vw; } }
  .list__title {
    text-align: center;
    margin-bottom: 35px; }
    .list__title p {
      font-size: 42px;
      font-weight: 600;
      color: #000;
      line-height: 1; }
    @media screen and (max-width: 670px) {
      .list__title {
        margin-bottom: 6.6vw; }
        .list__title p {
          font-size: 6.1vw; } }
  .list__exp {
    margin-bottom: 40px;
    text-align: center; }
    .list__exp p {
      font-size: 18px;
      font-weight: 600;
      line-height: 2;
      color: #000; }
    @media screen and (max-width: 670px) {
      .list__exp {
        width: 89.2vw;
        margin: 0 auto 5.3vw; }
        .list__exp p {
          font-size: 3.2vw; } }
  .list ul {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 670px) {
      .list ul {
        width: 94.1vw; } }
  .list li {
    margin-bottom: 35px; }
    .list li a {
      display: block;
      text-decoration: none; }
    @media screen and (max-width: 670px) {
      .list li {
        margin-bottom: 5.8vw; } }
  .list .image {
    position: relative;
    border: 12px solid #86ccc8;
    margin-bottom: 15px; }
    .list .image figure {
      margin: auto;
      height: auto; }
      .list .image figure img {
        width: 100%;
        height: auto;
        display: block; }
    @media screen and (max-width: 670px) {
      .list .image {
        border: 1.6vw solid #86ccc8;
        margin-bottom: 2vw; } }
  .list .tag {
    position: absolute;
    top: -12px;
    left: -12px;
    background-color: #86ccc8;
    width: 230px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: center;
    box-sizing: border-box; }
    .list .tag span {
      font-size: 18px;
      font-weight: 600;
      color: #000;
      padding: 0;
      line-height: 1; }
    @media screen and (max-width: 670px) {
      .list .tag {
        width: 32.8vw;
        height: 4.9vw;
        top: -1.6vw;
        left: -1.6vw; }
        .list .tag span {
          font-size: 2.5vw;
          padding: 0; } }
  .list .vol {
    position: absolute;
    width: 104px;
    height: 31px;
    top: 22px;
    left: 0;
    background-color: #ffe400;
    text-align: center; }
    .list .vol span {
      font-size: 24px;
      color: #000;
      font-weight: 600;
      line-height: 1.5;
      padding: 0; }
    @media screen and (max-width: 670px) {
      .list .vol {
        width: 14.8vw;
        height: 4.4vw;
        top: 3.2vw; }
        .list .vol span {
          font-size: 2.9vw;
          padding: 0; } }
  .list .new {
    position: absolute;
    top: -12px;
    right: -12px; }
    @media screen and (max-width: 670px) {
      .list .new {
        top: -1.6vw;
        right: -1.6vw;
        width: 10.4vw;
        height: 10.4vw; }
        .list .new img {
          width: 100%; } }
  .list time {
    font-size: 14px;
    color: #000; }
    @media screen and (max-width: 670px) {
      .list time {
        font-size: 2.4vw; } }
  .list span {
    display: block;
    line-height: 1.5;
    color: #000;
    font-size: 18px;
    padding-right: 14px; }
    @media screen and (max-width: 670px) {
      .list span {
        word-break: break-all;
        font-size: 3.2vw; } }
  .list figure {
    margin: auto; }
  .list .btn {
    margin-top: 5px;
    display: block;
    background-color: #d9edec;
    width: 135px;
    height: 31px;
    border-radius: 15.5px;
    position: relative; }
    .list .btn a {
      color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      justify-content: center;
      width: 100%;
      height: 100%;
      font-size: 12px;
      padding-right: 1px; }
    .list .btn::after {
      content: '';
      background: url("../images/list_arrow.png") no-repeat;
      position: absolute;
      top: calc(50% - 8.5px);
      right: 11px;
      width: 10px;
      height: 17px;
      background-size: 100%; }
    @media screen and (max-width: 670px) {
      .list .btn {
        width: 45.4vw;
        height: 5.4vw;
        border-radius: 2.7vw; }
        .list .btn a {
          font-size: 2.6vw; }
        .list .btn::after {
          width: 1.4vw;
          height: 2.5vw;
          top: calc(50% - 2.5vw/2);
          right: 3vw;
          background-size: 100%; } }
  .list li.hover a {
    text-decoration: none; }
    .list li.hover a .image {
      border-color: #d9edec; }
    .list li.hover a .tag {
      background-color: #d9edec; }
    .list li.hover a .vol span {
      color: #000; }
    .list li.hover a time, .list li.hover a span {
      color: #909090; }
  .list li.hover .btn {
    background-color: #eafaf9; }

#readingcont-body .interview__top {
  position: relative;
  margin-bottom: 65px; }
  @media screen and (max-width: 670px) {
    #readingcont-body .interview__top {
      margin-bottom: 0; } }
  #readingcont-body .interview__top__inner {
    width: 100%;
    margin: auto;
    position: relative; }
    #readingcont-body .interview__top__inner figure {
      position: absolute;
      top: 0;
      right: -120px;
      margin: auto; }
      #readingcont-body .interview__top__inner figure img {
        display: block; }
    @media screen and (max-width: 670px) {
      #readingcont-body .interview__top__inner {
        width: 100%; }
        #readingcont-body .interview__top__inner figure {
          right: 0;
          width: auto;
          height: 100%; }
          #readingcont-body .interview__top__inner figure img {
            width: auto;
            height: 100%; } }
  #readingcont-body .interview__top__info {
    position: relative;
    z-index: 4; }
    #readingcont-body .interview__top__info ul {
      display: flex;
      justify-content: flex-start; }
    #readingcont-body .interview__top__info li:first-child {
      width: 180px;
      height: 34px;
      background-color: #86ccc8;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      justify-content: center; }
      #readingcont-body .interview__top__info li:first-child p {
        font-size: 14px;
        color: #000;
        font-weight: 600; }
    #readingcont-body .interview__top__info li:last-child {
      margin: 6px 0 0 12px; }
      #readingcont-body .interview__top__info li:last-child img {
        display: block; }
    @media screen and (max-width: 670px) {
      #readingcont-body .interview__top__info li:first-child {
        width: 34.9vw;
        height: 4.9vw; }
        #readingcont-body .interview__top__info li:first-child p {
          font-size: 2.7vw; }
      #readingcont-body .interview__top__info li:last-child {
        margin: 0.9vw 0 0 0.9vw;
        width: auto;
        padding: 0 1.2vw; }
        #readingcont-body .interview__top__info li:last-child img {
          width: 100%; } }
  #readingcont-body .interview__top__title {
    position: absolute;
    top: 150px;
    left: 18px;
    z-index: 4; }
    #readingcont-body .interview__top__title p {
      font-size: 24px;
      line-height: 1.5;
      color: #000;
      letter-spacing: 2.2px;
      text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0;
      /*上、下*/ }
    #readingcont-body .interview__top__title h1 {
      font-size: 48px;
      font-weight: bold;
      color: #000;
      background: none;
      margin: 7px auto auto;
      height: auto;
      color: #000;
      text-shadow: #fff 2px 2px 0, #fff -2px -2px 0, #fff -2px 2px 0, #fff 2px -2px 0, #fff 0px 2px 0, #fff 0 -2px 0, #fff -2px 0 0, #fff 2px 0 0;
      /*上、下*/
      line-height: 1;
      font-weight: 600; }
      #readingcont-body .interview__top__title h1 span {
        display: inline-block;
        font-size: 30px;
        text-shadow: 0px; }
    #readingcont-body .interview__top__title.line5 {
      top: 115px; }
    #readingcont-body .interview__top__title.vol002 {
      top: 148px; }
      #readingcont-body .interview__top__title.vol002 p {
        text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0;
        /*上、下*/ }
      #readingcont-body .interview__top__title.vol002 h1 {
        letter-spacing: -0.2px; }
    #readingcont-body .interview__top__title.wheelog h1 {
      text-align: right; }
    #readingcont-body .interview__top__title.vol008 {
      top: 110px; }
    #readingcont-body .interview__top__title.vol009 {
      top: 125px; }
      #readingcont-body .interview__top__title.vol009 h1 {
        line-height: 60px; }
    #readingcont-body .interview__top__title.vol011 {
      top: 200px; }
    @media screen and (max-width: 670px) {
      #readingcont-body .interview__top__title {
        top: 20vw;
        left: 3.3vw; }
        #readingcont-body .interview__top__title p {
          font-size: 3.2vw;
          letter-spacing: 1px; }
        #readingcont-body .interview__top__title h1 {
          font-size: 6.4vw;
          text-shadow: #fff 0.3vw 0.3vw 0, #fff -0.3vw -0.3vw 0, #fff -0.3vw 0.3vw 0, #fff 0.3vw -0.3vw 0, #fff 0px 0.3vw 0, #fff 0 -0.3vw 0, #fff -0.3vw 0 0, #fff 0.3vw 0 0;
          /*上、下*/ }
          #readingcont-body .interview__top__title h1 span {
            font-size: 4vw; }
        #readingcont-body .interview__top__title.line5 {
          top: 20vw; }
          #readingcont-body .interview__top__title.line5 p {
            color: #000;
            text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff 0 -1px 0, #fff -1px 0 0, #fff 1px 0 0;
            /*上、下*/ }
          #readingcont-body .interview__top__title.line5 h1 {
            text-shadow: #fff 0.3vw 0.3vw 0, #fff -0.3vw -0.3vw 0, #fff -0.3vw 0.3vw 0, #fff 0.3vw -0.3vw 0, #fff 0px 0.3vw 0, #fff 0 -0.3vw 0, #fff -0.3vw 0 0, #fff 0.3vw 0 0;
            /*上、下*/ }
        #readingcont-body .interview__top__title.vol002 {
          top: 15.6vw; }
          #readingcont-body .interview__top__title.vol002 h1 {
            font-size: 5.6vw;
            text-shadow: #fff 0.3vw 0.3vw 0, #fff -0.3vw -0.3vw 0, #fff -0.3vw 0.3vw 0, #fff 0.3vw -0.3vw 0, #fff 0px 0.3vw 0, #fff 0 -0.3vw 0, #fff -0.3vw 0 0, #fff 0.3vw 0 0;
            /*上、下*/ }
        #readingcont-body .interview__top__title.wheelog h1 {
          text-align: left;
          letter-spacing: -1.3px; }
        #readingcont-body .interview__top__title.vol008 {
          top: 14vw; }
        #readingcont-body .interview__top__title.vol009 {
          top: 15vw; }
          #readingcont-body .interview__top__title.vol009 h1 {
            line-height: 8.9vw; }
        #readingcont-body .interview__top__title.vol011 {
          top: 26vw; }
          #readingcont-body .interview__top__title.vol011 h1 {
            font-size: 6vw;
            letter-spacing: -2px; } }
    #readingcont-body .interview__top__title.vol010_2 {
      top: 223px;
      left: 365px; }
      @media screen and (max-width: 670px) {
        #readingcont-body .interview__top__title.vol010_2 {
          top: 29.7vw;
          left: 50vw; } }
#readingcont-body .interview__ext {
  width: 100%;
  margin: 0 auto 20px; }
  #readingcont-body .interview__ext p {
    font-size: 18px;
    line-height: 30px;
    color: #000; }
  @media screen and (max-width: 670px) {
    #readingcont-body .interview__ext {
      margin: 3vw auto 0; }
      #readingcont-body .interview__ext p {
        font-size: 3.2vw;
        line-height: 5.3vw;
        margin: auto; } }
#readingcont-body .interview__content {
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 85px; }
  #readingcont-body .interview__content h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
    background-image: none;
    background-color: #86ccc8;
    padding: 12px 35px;
    color: #000;
    margin-bottom: 30px;
    height: auto;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }
  #readingcont-body .interview__content h2 {
    font-size: 36px;
    font-weight: 600;
    color: #419893;
    padding-bottom: 45px;
    line-height: 1.3; }
    #readingcont-body .interview__content h2 span {
      font-size: 24px; }
  #readingcont-body .interview__content .color {
    margin-bottom: 30px; }
    #readingcont-body .interview__content .color span {
      font-size: 30px;
      background-color: #ffe400;
      color: #000;
      font-weight: bold;
      padding: 0 20px; }
  #readingcont-body .interview__content .color_sp {
    display: none; }
  @media screen and (max-width: 670px) {
    #readingcont-body .interview__content {
      width: 100%;
      margin: auto;
      padding-bottom: 4.3vw; }
      #readingcont-body .interview__content h1 {
        font-size: 5.3vw;
        padding: 2vw 2.9vw 2vw 1.9em;
        margin-bottom: 7.6vw;
        text-indent: -1.3em; }
      #readingcont-body .interview__content h2 {
        font-size: 6.4vw;
        padding-bottom: 6.6vw; }
        #readingcont-body .interview__content h2 span {
          font-size: 4vw; }
      #readingcont-body .interview__content .color_sp {
        display: inline-block;
        margin: 0 0 4.6vw 2.95vw;
        width: auto;
        background-color: #ffe400; }
        #readingcont-body .interview__content .color_sp p {
          font-size: 4vw;
          padding: 0 2.6vw;
          color: #000;
          font-weight: bold; }
      #readingcont-body .interview__content.vol010 {
        width: 100%; }
        #readingcont-body .interview__content.vol010 h2 {
          width: 100%;
          margin: auto; } }
  #readingcont-body .interview__content.vol007 .interview__left p {
    text-indent: -3em;
    padding-left: 3em; }
    #readingcont-body .interview__content.vol007 .interview__left p.normal {
      text-indent: 0;
      padding-left: 0; }
#readingcont-body .interview__left {
  float: left;
  width: 570px; }
  #readingcont-body .interview__left p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 28px;
    color: #000; }
    #readingcont-body .interview__left p.color {
      background-color: #fffad4;
      padding: 5px 0px;
      margin-bottom: 23px; }
    #readingcont-body .interview__left p span.color {
      background-color: #fffad4;
      padding: 5px 0px;
      display: inline-block; }
    #readingcont-body .interview__left p small {
      font-size: 14px; }
    #readingcont-body .interview__left p.small {
      font-size: 14px;
      line-height: 1.4;
      margin-bottom: 0; }
    #readingcont-body .interview__left p.link {
      font-size: 14px;
      color: #000;
      line-height: 1.4; }
      #readingcont-body .interview__left p.link a {
        color: #007eff;
        text-decoration: underline;
        text-decoration-color: #007eff; }
  #readingcont-body .interview__left .img {
    text-align: center;
    margin-bottom: 40px; }
    #readingcont-body .interview__left .img.border {
      position: relative; }
      #readingcont-body .interview__left .img.border img {
        display: block;
        position: relative;
        z-index: 2;
        margin: auto; }
      #readingcont-body .interview__left .img.border::after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #86ccc8;
        position: absolute;
        bottom: 13px;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        z-index: 1; }
  #readingcont-body .interview__left .start {
    background: url(../images/interview/vol008/start_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    margin-top: 67px; }
    #readingcont-body .interview__left .start .title {
      padding: 15px 27px 0 35px; }
      #readingcont-body .interview__left .start .title p {
        margin: 0 auto 5px;
        text-align: right;
        font-size: 18px;
        line-height: 30px;
        font-weight: bold;
        padding: 0; }
        #readingcont-body .interview__left .start .title p span {
          color: red; }
    #readingcont-body .interview__left .start p {
      font-size: 16px;
      margin: 0 auto;
      padding: 0px 27px 10px 64px; }
    #readingcont-body .interview__left .start .btn {
      margin: 0px 27px 25px 64px;
      background-color: unset;
      padding: 0; }
      #readingcont-body .interview__left .start .btn::after {
        content: none; }
      #readingcont-body .interview__left .start .btn a {
        width: 165px;
        height: 35px;
        display: flex;
        justify-content: flex-start;
        padding-left: 24px;
        border-radius: 17.5px;
        background-color: #fff;
        line-height: 35px;
        font-size: 14px;
        color: #000;
        position: relative;
        margin: 0 0 0 auto; }
        #readingcont-body .interview__left .start .btn a::before {
          content: "";
          background: url("../images/list_blank.png") no-repeat;
          position: absolute;
          top: 7px;
          right: 33px;
          width: 23px;
          height: 19px;
          background-size: 100% 100%; }
        #readingcont-body .interview__left .start .btn a::after {
          content: "";
          background: url("../images/list_arrow.png") no-repeat;
          position: absolute;
          top: 9px;
          right: 15px;
          width: 10px;
          height: 17px;
          background-size: 100% 100%; }
        #readingcont-body .interview__left .start .btn a:hover {
          text-decoration: none;
          opacity: 0.5; }
  @media screen and (max-width: 670px) {
    #readingcont-body .interview__left {
      float: none;
      width: 100%;
      margin: auto; }
      #readingcont-body .interview__left p {
        font-size: 3.2vw;
        line-height: 1.5;
        margin-bottom: 5vw; }
        #readingcont-body .interview__left p.color {
          margin-bottom: 4.6vw; }
        #readingcont-body .interview__left p small {
          font-size: 2.9vw; }
        #readingcont-body .interview__left p.small {
          font-size: 2.9vw; }
      #readingcont-body .interview__left .img2 {
        width: 62.5vw;
        margin: auto; }
        #readingcont-body .interview__left .img2 img {
          width: 100%; }
        #readingcont-body .interview__left .img2 p {
          font-size: 2.9vw; }
      #readingcont-body .interview__left .img.border::after {
        bottom: 4.6vw; }
      #readingcont-body .interview__left .img.border img {
        width: auto; }
      #readingcont-body .interview__left .img p {
        text-align: left; }
      #readingcont-body .interview__left .img img {
        width: 100%; }
      #readingcont-body .interview__left .start {
        background: url(../images/interview/vol008/start_bg_sp.jpg) no-repeat center;
        background-size: 100% 100%;
        margin-top: 6.8vw; }
        #readingcont-body .interview__left .start .title {
          padding: 7vw 4vw 0 0; }
          #readingcont-body .interview__left .start .title p {
            font-size: 3.5vw;
            margin-bottom: 3.3vw;
            line-height: 4.8vw; }
        #readingcont-body .interview__left .start p {
          font-size: 3.2vw;
          line-height: 1.5;
          padding: 0 4.4vw 5.7vw 4.9vw; }
        #readingcont-body .interview__left .start .btn a {
          width: 37.7vw;
          height: 5.4vw;
          border-radius: 2.7vw;
          padding-left: 7.2vw;
          display: flex;
          line-height: 5.4vw;
          font-size: 2.9vw;
          color: #000;
          position: relative; }
          #readingcont-body .interview__left .start .btn a::before {
            content: "";
            background: url("../images/list_blank.png") no-repeat;
            position: absolute;
            top: calc(50% - 1.3vw);
            right: 5.8vw;
            width: 3.3vw;
            height: 2.6vw;
            background-size: 100% 100%; }
          #readingcont-body .interview__left .start .btn a::after {
            content: "";
            background: url("../images/list_arrow.png") no-repeat;
            position: absolute;
            right: 3.2vw;
            top: calc(50% - 1.25vw);
            width: 1.4vw;
            height: 2.5vw;
            background-size: 100%; }
      #readingcont-body .interview__left .img3 {
        width: 28.2vw;
        margin: 8vw auto 0; }
        #readingcont-body .interview__left .img3 img {
          width: 100%; } }
#readingcont-body .interview__right {
  float: right;
  width: 360px; }
  #readingcont-body .interview__right.noprofile {
    position: relative; }
    #readingcont-body .interview__right.noprofile::after {
      content: '';
      background: url("../images/interview_img.png") no-repeat center bottom;
      position: absolute;
      bottom: -37px;
      right: 129px;
      margin: auto;
      width: 128px;
      height: 190px;
      background-size: 100%; }
  #readingcont-body .interview__right.noprofile2 {
    position: relative; }
    #readingcont-body .interview__right.noprofile2::after {
      content: '';
      background: url("../images/choi_img1.png") no-repeat center bottom;
      position: absolute;
      bottom: 0;
      right: 54px;
      margin: auto;
      width: 253px;
      height: 173px;
      background-size: 100%; }
  #readingcont-body .interview__right.noprofile3 {
    position: relative; }
    #readingcont-body .interview__right.noprofile3::after {
      content: '';
      background: url("../images/interview_img2.png") no-repeat center bottom;
      position: absolute;
      bottom: 0;
      right: 54px;
      margin: auto;
      width: 198px;
      height: 165px;
      background-size: 100%; }
  #readingcont-body .interview__right.noprofile4 {
    position: relative; }
    #readingcont-body .interview__right.noprofile4::after {
      content: '';
      background: url("../images/interview_img3.png") no-repeat center bottom;
      position: absolute;
      bottom: 0;
      right: 136px;
      margin: auto;
      width: 113px;
      height: 129px;
      background-size: 100%; }
  #readingcont-body .interview__right.noprofile5 {
    position: relative; }
    #readingcont-body .interview__right.noprofile5::after {
      content: '';
      background: url("../images/interview_img4.png") no-repeat center bottom;
      position: absolute;
      bottom: 0;
      right: 54px;
      margin: auto;
      width: 253px;
      height: 173px;
      background-size: 100%; }
  #readingcont-body .interview__right.noprofile6 {
    position: relative; }
    #readingcont-body .interview__right.noprofile6::after {
      content: '';
      background: url("../images/interview_img5.png") no-repeat center bottom;
      position: absolute;
      bottom: 0;
      right: 54px;
      margin: auto;
      width: 164px;
      height: 188px;
      background-size: 100%; }
  #readingcont-body .interview__right.noprofile7 {
    position: relative;
    padding-bottom: 227px; }
    #readingcont-body .interview__right.noprofile7::after {
      content: '';
      background: url(../images/interview_img6.png) no-repeat center bottom;
      position: absolute;
      bottom: 0;
      right: 75px;
      margin: auto;
      width: 149px;
      height: 181px;
      background-size: 100%; }
  #readingcont-body .interview__right.noprofile8 {
    position: relative; }
    #readingcont-body .interview__right.noprofile8::after {
      content: '';
      background: url("../images/interview/vol006/img2.png") no-repeat center bottom;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 102px;
      height: 153px;
      background-size: 100%; }
  #readingcont-body .interview__right.noprofile9 {
    position: relative; }
    #readingcont-body .interview__right.noprofile9::after {
      content: '';
      background: url("../images/interview/vol006/img3.png") no-repeat center bottom;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 188px;
      height: 142px;
      background-size: 100%; }
  #readingcont-body .interview__right.noprofile10 {
    position: relative; }
    #readingcont-body .interview__right.noprofile10::after {
      content: '';
      background: url("../images/interview/vol008/img8.png") no-repeat center bottom;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 152px;
      height: 148px;
      background-size: 100%; }
  #readingcont-body .interview__right.noprofile11 {
    position: relative; }
    #readingcont-body .interview__right.noprofile11::after {
      content: '';
      background: url("../images/interview/vol009/img2.png") no-repeat center bottom;
      position: absolute;
      bottom: -60px;
      left: 0;
      right: 0;
      margin: auto;
      width: 175px;
      height: 134px;
      background-size: 100%; }
  @media screen and (max-width: 670px) {
    #readingcont-body .interview__right {
      float: none;
      width: 100%;
      margin: auto; }
      #readingcont-body .interview__right.noprofile {
        padding-bottom: 25.3vw; }
        #readingcont-body .interview__right.noprofile::after {
          width: 17vw;
          height: 25.3vw;
          left: 0;
          right: 0;
          bottom: 0; }
      #readingcont-body .interview__right.noprofile2 {
        padding-bottom: 35.6vw; }
        #readingcont-body .interview__right.noprofile2::after {
          width: 33.7vw;
          height: 23vw;
          left: 0;
          right: 0;
          bottom: 0; }
      #readingcont-body .interview__right.noprofile3 {
        padding-bottom: 35.6vw; }
        #readingcont-body .interview__right.noprofile3::after {
          width: 26.4vw;
          height: 22vw;
          left: 0;
          right: 0;
          bottom: 0; }
      #readingcont-body .interview__right.noprofile4 {
        padding-bottom: 35.6vw; }
        #readingcont-body .interview__right.noprofile4::after {
          width: 15vw;
          height: 17.2vw;
          left: 0;
          right: 0;
          bottom: 0; }
      #readingcont-body .interview__right.noprofile5 {
        padding-bottom: 35.6vw; }
        #readingcont-body .interview__right.noprofile5::after {
          width: 33.7vw;
          height: 23vw;
          left: 0;
          right: 0;
          bottom: 0; }
      #readingcont-body .interview__right.noprofile6 {
        padding-bottom: 35.6vw; }
        #readingcont-body .interview__right.noprofile6::after {
          width: 24vw;
          height: 30vw;
          left: 0;
          right: 0;
          bottom: 0; }
      #readingcont-body .interview__right.noprofile7 {
        padding-bottom: 35.6vw; }
        #readingcont-body .interview__right.noprofile7::after {
          width: 27vw;
          height: 35vw;
          left: 0;
          right: 0;
          bottom: 0; } }
#readingcont-body .interview__profile {
  margin-top: -40px;
  margin-bottom: 37px; }
  #readingcont-body .interview__profile.no_h2 {
    margin-top: 5px; }
  #readingcont-body .interview__profile__title {
    margin-bottom: 24px; }
    #readingcont-body .interview__profile__title p {
      font-size: 24px;
      line-height: 1;
      color: #000;
      font-weight: 600; }
  #readingcont-body .interview__profile__btn {
    display: none; }
  #readingcont-body .interview__profile__top figure {
    margin: auto; }
    #readingcont-body .interview__profile__top figure img {
      display: block;
      margin: auto; }
    #readingcont-body .interview__profile__top figure br {
      display: none; }
  #readingcont-body .interview__profile__top p {
    padding: 18px 0 25px;
    font-size: 14px;
    color: #000; }
  #readingcont-body .interview__profile__bottom {
    border-top: 1px solid #86ccc8;
    border-bottom: 1px solid #86ccc8;
    padding-top: 32px; }
    #readingcont-body .interview__profile__bottom h3 {
      font-size: 20px;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 10px;
      color: #000; }
    #readingcont-body .interview__profile__bottom p {
      font-size: 16px;
      line-height: 1.4;
      margin-bottom: 40px;
      color: #000; }
    #readingcont-body .interview__profile__bottom .btn {
      padding: 0;
      background-color: unset;
      color: unset;
      border-radius: unset; }
      #readingcont-body .interview__profile__bottom .btn::after {
        content: none; }
  #readingcont-body .interview__profile.vol006 {
    position: relative;
    border-bottom: 1px solid #86ccc8; }
    #readingcont-body .interview__profile.vol006 .interview__profile__btn {
      display: block !important;
      position: absolute;
      top: -3px;
      right: 0;
      width: 217px;
      height: 35px;
      background-color: #d9edec;
      border-radius: 17.5px; }
      #readingcont-body .interview__profile.vol006 .interview__profile__btn a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        line-height: 35px;
        color: #000;
        position: relative; }
        #readingcont-body .interview__profile.vol006 .interview__profile__btn a::after {
          content: "";
          background: url("../images/sp_profile_arrow.png") no-repeat;
          width: 10px;
          height: 17px;
          background-size: 100% 100%;
          position: absolute;
          top: 9px;
          right: 15px; }
        #readingcont-body .interview__profile.vol006 .interview__profile__btn a:hover {
          text-decoration: none; }
      #readingcont-body .interview__profile.vol006 .interview__profile__btn:hover {
        background-color: #eafaf9; }
    #readingcont-body .interview__profile.vol006 .interview__profile__top figure + figure {
      margin-top: 25px; }
    #readingcont-body .interview__profile.vol006 .interview__profile__bottom {
      display: none; }
    #readingcont-body .interview__profile.vol006 .modal_top {
      display: none; }
    #readingcont-body .interview__profile.vol006 + .interview__gallery {
      padding-top: 0; }
  #readingcont-body .interview__profile.vol008, #readingcont-body .interview__profile.vol009 {
    margin-bottom: 42px; }
    #readingcont-body .interview__profile.vol008 .interview__profile__bottom .name p, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .name p {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.2;
      margin-bottom: 10px; }
    #readingcont-body .interview__profile.vol008 .interview__profile__bottom p, #readingcont-body .interview__profile.vol009 .interview__profile__bottom p {
      margin-bottom: 25px; }
    #readingcont-body .interview__profile.vol008 .interview__profile__bottom .address p, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .address p {
      margin-bottom: 25px; }
    #readingcont-body .interview__profile.vol008 .interview__profile__bottom .tel p, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .tel p {
      margin-bottom: 25px; }
    #readingcont-body .interview__profile.vol008 .interview__profile__bottom .mail p, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .mail p {
      margin-bottom: 25px; }
    #readingcont-body .interview__profile.vol008 .interview__profile__bottom .sns, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .sns {
      margin-bottom: 20px; }
      #readingcont-body .interview__profile.vol008 .interview__profile__bottom .sns ul, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .sns ul {
        display: flex; }
      #readingcont-body .interview__profile.vol008 .interview__profile__bottom .sns li, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .sns li {
        margin-right: 13px;
        width: 40px; }
        #readingcont-body .interview__profile.vol008 .interview__profile__bottom .sns li img, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .sns li img {
          width: 100%; }
        #readingcont-body .interview__profile.vol008 .interview__profile__bottom .sns li a, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .sns li a {
          display: block; }
          #readingcont-body .interview__profile.vol008 .interview__profile__bottom .sns li a:hover, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .sns li a:hover {
            opacity: 0.5; }
    #readingcont-body .interview__profile.vol008 .interview__profile__bottom .btn, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .btn {
      margin-bottom: 28px; }
      #readingcont-body .interview__profile.vol008 .interview__profile__bottom .btn a, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .btn a {
        width: 250px;
        height: 35px;
        display: flex;
        justify-content: flex-start;
        padding-left: 24px;
        border-radius: 17.5px;
        background-color: #d9edec;
        line-height: 35px;
        font-size: 14px;
        color: #000;
        position: relative; }
        #readingcont-body .interview__profile.vol008 .interview__profile__bottom .btn a:hover, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .btn a:hover {
          opacity: 0.5;
          text-decoration: none; }
        #readingcont-body .interview__profile.vol008 .interview__profile__bottom .btn a::before, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .btn a::before {
          content: "";
          background: url("../images/list_blank.png") no-repeat;
          position: absolute;
          top: 7px;
          right: 33px;
          width: 23px;
          height: 19px;
          background-size: 100% 100%; }
        #readingcont-body .interview__profile.vol008 .interview__profile__bottom .btn a::after, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .btn a::after {
          content: "";
          background: url("../images/list_arrow.png") no-repeat;
          position: absolute;
          top: 9px;
          right: 15px;
          width: 10px;
          height: 17px;
          background-size: 100% 100%; }
  #readingcont-body .interview__profile.vol009 .interview__profile__top figure + figure {
    margin-top: 40px; }
  @media screen and (max-width: 670px) {
    #readingcont-body .interview__profile {
      width: 100%;
      margin: 7.6vw auto 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      overflow: hidden; }
      #readingcont-body .interview__profile__title {
        margin-bottom: 4.9vw;
        width: auto;
        display: inline-block; }
        #readingcont-body .interview__profile__title p {
          font-size: 4.8vw; }
      #readingcont-body .interview__profile__btn {
        display: inline-block;
        width: 46.1vw;
        height: 5.4vw;
        border-radius: 2.7vw;
        background-color: #dcecec;
        float: right; }
        #readingcont-body .interview__profile__btn a {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          justify-content: center;
          position: relative; }
          #readingcont-body .interview__profile__btn a::after {
            content: '';
            background: url("../images/sp_profile_arrow.png") no-repeat;
            position: absolute;
            top: calc(50% - 2.5vw/2);
            right: 3.2vw;
            width: 1.4vw;
            height: 2.4vw;
            background-size: 100%; }
        #readingcont-body .interview__profile__btn span {
          font-size: 2.6vw;
          color: #000; }
      #readingcont-body .interview__profile__top {
        width: 100%;
        border-bottom: 1px solid #94cac8;
        margin-bottom: 8vw; }
        #readingcont-body .interview__profile__top figure img {
          width: 100%; }
        #readingcont-body .interview__profile__top p {
          font-size: 2.9vw;
          padding: 2.9vw 0 8vw;
          line-height: 1.2; }
      #readingcont-body .interview__profile__bottom {
        background-color: #fff;
        padding-top: 3.6vw; }
        #readingcont-body .interview__profile__bottom__inner {
          overflow-y: scroll;
          height: 100%;
          max-height: 75vh; }
        #readingcont-body .interview__profile__bottom .interview__profile__top {
          width: 86.9vw;
          margin: auto;
          border: none; }
          #readingcont-body .interview__profile__bottom .interview__profile__top p {
            margin-bottom: 0; }
        #readingcont-body .interview__profile__bottom h3 {
          font-size: 4vw;
          width: 86.9vw;
          margin: 0 auto 1.3vw; }
        #readingcont-body .interview__profile__bottom p {
          font-size: 3.2vw;
          width: 86.9vw;
          margin: 0 auto 6.6vw; }
        #readingcont-body .interview__profile__bottom .address p {
          margin-bottom: 0; }
        #readingcont-body .interview__profile__bottom .mail {
          font-size: 3.2vw;
          width: 86.9vw;
          margin: 0 auto;
          font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
          color: #000;
          padding-bottom: 8.1vw;
          border-bottom: 1px solid #94cac8; }
        #readingcont-body .interview__profile__bottom .sns {
          width: 86.9vw;
          margin: 0 auto 10.1vw;
          padding: 6vw 0 4.4vw;
          border-bottom: 1px solid #94cac8; }
          #readingcont-body .interview__profile__bottom .sns ul {
            display: flex;
            justify-content: flex-start; }
          #readingcont-body .interview__profile__bottom .sns li {
            width: 11.7vw;
            height: 11.7vw;
            margin-right: 3.3vw; }
            #readingcont-body .interview__profile__bottom .sns li a {
              display: block;
              width: 100%;
              height: 100%; }
              #readingcont-body .interview__profile__bottom .sns li a img {
                width: 100%; }
          #readingcont-body .interview__profile__bottom .sns .btn {
            margin-top: 4.9vw;
            width: 57.7vw;
            height: 5.4vw;
            border-radius: 2.7vw;
            background-color: #dcecec; }
            #readingcont-body .interview__profile__bottom .sns .btn a {
              width: calc(100% - 7.2vw);
              height: 100%;
              padding-left: 7.2vw;
              display: flex;
              line-height: 5.4vw;
              font-size: 2.9vw;
              color: #000;
              position: relative; }
              #readingcont-body .interview__profile__bottom .sns .btn a::before {
                content: "";
                background: url("../images/list_blank.png") no-repeat;
                position: absolute;
                top: calc(50% - 1.3vw);
                right: 5.8vw;
                width: 3.3vw;
                height: 2.6vw;
                background-size: 100% 100%; }
              #readingcont-body .interview__profile__bottom .sns .btn a::after {
                content: "";
                background: url("../images/list_arrow.png") no-repeat;
                position: absolute;
                right: 3.2vw;
                top: calc(50% - 1.25vw);
                width: 1.4vw;
                height: 2.5vw;
                background-size: 100%; }
              #readingcont-body .interview__profile__bottom .sns .btn a:hover {
                text-decoration: none;
                opacity: 0.8; }
      #readingcont-body .interview__profile.vol006 {
        border-bottom: 0; }
        #readingcont-body .interview__profile.vol006 .interview__profile__top figure + figure {
          margin-top: 2.9vw; }
        #readingcont-body .interview__profile.vol006 .interview__profile__btn {
          width: 46.1vw;
          height: 5.4vw;
          border-radius: 2.7vw;
          position: relative;
          top: unset; }
          #readingcont-body .interview__profile.vol006 .interview__profile__btn a::after {
            top: calc(50% - 2.5vw/2);
            right: 3.2vw;
            width: 1.4vw;
            height: 2.4vw; }
      #readingcont-body .interview__profile.vol008, #readingcont-body .interview__profile.vol009 {
        margin-bottom: 0; }
        #readingcont-body .interview__profile.vol008 .interview__profile__top figure, #readingcont-body .interview__profile.vol009 .interview__profile__top figure {
          max-width: 154px; }
          #readingcont-body .interview__profile.vol008 .interview__profile__top figure + figure, #readingcont-body .interview__profile.vol009 .interview__profile__top figure + figure {
            max-width: 100%; }
        #readingcont-body .interview__profile.vol008 .interview__profile__bottom, #readingcont-body .interview__profile.vol009 .interview__profile__bottom {
          border: none; }
          #readingcont-body .interview__profile.vol008 .interview__profile__bottom p, #readingcont-body .interview__profile.vol009 .interview__profile__bottom p {
            margin-bottom: 6.6vw; }
          #readingcont-body .interview__profile.vol008 .interview__profile__bottom .name p, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .name p {
            font-size: 4vw; }
          #readingcont-body .interview__profile.vol008 .interview__profile__bottom .address p, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .address p {
            margin-bottom: 0; }
          #readingcont-body .interview__profile.vol008 .interview__profile__bottom .tel p, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .tel p {
            margin-bottom: 0; }
          #readingcont-body .interview__profile.vol008 .interview__profile__bottom .mail p, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .mail p {
            margin-bottom: 0; }
          #readingcont-body .interview__profile.vol008 .interview__profile__bottom .sns, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .sns {
            margin: 0 auto 10.1vw; }
            #readingcont-body .interview__profile.vol008 .interview__profile__bottom .sns li, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .sns li {
              width: 11.7vw;
              height: 11.7vw;
              margin-right: 3.3vw; }
          #readingcont-body .interview__profile.vol008 .interview__profile__bottom .btn, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .btn {
            margin-bottom: 0; }
            #readingcont-body .interview__profile.vol008 .interview__profile__bottom .btn a, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .btn a {
              width: calc(100% - 7.2vw);
              height: 100%;
              padding-left: 7.2vw;
              display: flex;
              line-height: 5.4vw;
              font-size: 2.9vw;
              color: #000;
              position: relative; }
              #readingcont-body .interview__profile.vol008 .interview__profile__bottom .btn a::before, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .btn a::before {
                content: "";
                background: url("../images/list_blank.png") no-repeat;
                position: absolute;
                top: calc(50% - 1.3vw);
                right: 5.8vw;
                width: 3.3vw;
                height: 2.6vw;
                background-size: 100% 100%; }
              #readingcont-body .interview__profile.vol008 .interview__profile__bottom .btn a::after, #readingcont-body .interview__profile.vol009 .interview__profile__bottom .btn a::after {
                content: "";
                background: url("../images/list_arrow.png") no-repeat;
                position: absolute;
                right: 3.2vw;
                top: calc(50% - 1.25vw);
                width: 1.4vw;
                height: 2.5vw;
                background-size: 100%; }
      #readingcont-body .interview__profile.vol009 #modal-content1 .interview__profile__bottom__inner {
        height: 100%;
        overflow-y: scroll; } }
#readingcont-body .interview__gallery figure {
  margin: auto; }
  #readingcont-body .interview__gallery figure img {
    display: block;
    margin: auto; }
  #readingcont-body .interview__gallery figure br {
    display: none; }
#readingcont-body .interview__gallery p {
  font-size: 14px;
  color: #000;
  margin: 17px 0 31px; }
#readingcont-body .interview__gallery.vol007 {
  padding-top: 175px;
  width: 240px;
  margin: auto; }
  #readingcont-body .interview__gallery.vol007 figcaption {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin: 20px auto 35px; }
@media screen and (max-width: 670px) {
  #readingcont-body .interview__gallery {
    padding-top: 5.3vw; }
    #readingcont-body .interview__gallery figure {
      width: 100%; }
      #readingcont-body .interview__gallery figure img {
        width: 100%; }
    #readingcont-body .interview__gallery p {
      font-size: 2.9vw;
      margin: 2.9vw 0 4.4vw; }
      #readingcont-body .interview__gallery p.link a {
        color: #007eff;
        text-decoration: underline;
        text-decoration-color: #007eff; } }
#readingcont-body .interview__voice {
  padding: 31px 0 14px;
  border-bottom: 1px solid #b0b0b0; }
  #readingcont-body .interview__voice__title {
    border-top: 1px solid #b0b0b0;
    padding-top: 26px;
    padding-bottom: 16px; }
    #readingcont-body .interview__voice__title p {
      font-size: 20px;
      color: #000;
      font-weight: 600;
      line-height: 1; }
  #readingcont-body .interview__voice__content {
    padding-bottom: 15px;
    overflow: hidden; }
    #readingcont-body .interview__voice__content figure {
      margin: 0 20px 0 0;
      float: left; }
      #readingcont-body .interview__voice__content figure img {
        display: block; }
    #readingcont-body .interview__voice__content h3 {
      font-size: 16px;
      line-height: 1;
      color: #000;
      padding: 4px 0 11px; }
    #readingcont-body .interview__voice__content p {
      color: #000;
      font-size: 14px;
      line-height: 1.4; }
  @media screen and (max-width: 670px) {
    #readingcont-body .interview__voice {
      padding: 9.3vw 0 4.2vw; }
      #readingcont-body .interview__voice__title {
        padding: 4.4vw 0 4.8vw; }
        #readingcont-body .interview__voice__title p {
          font-size: 4.8vw; }
      #readingcont-body .interview__voice__content {
        padding-bottom: 3.7vw; }
        #readingcont-body .interview__voice__content figure {
          width: 19.4vw;
          margin-right: 2.6vw; }
        #readingcont-body .interview__voice__content h3 {
          font-size: 4vw;
          padding: 0 0 1.7vw; }
        #readingcont-body .interview__voice__content p {
          font-size: 3.2vw;
          line-height: 1.5; } }
#readingcont-body .interview__list {
  width: 980px;
  margin: auto;
  border-top: 1px solid #86ccc8; }
  @media screen and (max-width: 670px) {
    #readingcont-body .interview__list {
      width: 100%;
      margin: auto; } }
  #readingcont-body .interview__list__link {
    padding: 40px 0 29px; }
    #readingcont-body .interview__list__link a {
      position: relative;
      padding-right: 25px;
      display: inline-block;
      text-decoration: underline;
      text-decoration-color: #3676f9; }
      #readingcont-body .interview__list__link a::after {
        content: '';
        background: url("../images/list_arrow.png") no-repeat;
        position: absolute;
        top: calc(50% - 8.5px);
        right: 0;
        width: 10px;
        height: 17px;
        background-size: 100%; }
      #readingcont-body .interview__list__link a span {
        color: #3676f9; }
    @media screen and (max-width: 670px) {
      #readingcont-body .interview__list__link {
        width: 94.1vw;
        margin: auto;
        padding: 5.2vw 0 4vw; }
        #readingcont-body .interview__list__link a {
          padding-right: 4vw; }
          #readingcont-body .interview__list__link a::after {
            width: 1.3vw;
            height: 2.1vw;
            top: calc(50% - 2.1vw/2); } }
  #readingcont-body .interview__list ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative; }
    @media screen and (max-width: 670px) {
      #readingcont-body .interview__list ul {
        width: 94.1vw;
        margin: auto; } }
    #readingcont-body .interview__list ul::after {
      content: '';
      width: 324px; }
  #readingcont-body .interview__list li {
    width: 324px;
    margin-bottom: 70px; }
    #readingcont-body .interview__list li a {
      display: block;
      text-decoration: none; }
    #readingcont-body .interview__list li.current {
      opacity: 0.5; }
      #readingcont-body .interview__list li.current a {
        pointer-events: none; }
    @media screen and (max-width: 670px) {
      #readingcont-body .interview__list li {
        margin-bottom: 10vw;
        width: 46.2vw; } }
  #readingcont-body .interview__list .image {
    position: relative;
    border: 5px solid #86ccc8;
    margin-bottom: 15px; }
    #readingcont-body .interview__list .image figure {
      margin: auto;
      height: auto; }
      #readingcont-body .interview__list .image figure img {
        width: 100%;
        height: auto;
        display: block; }
    @media screen and (max-width: 670px) {
      #readingcont-body .interview__list .image {
        border: 0.6vw solid #86ccc8;
        margin-bottom: 2vw; } }
  #readingcont-body .interview__list .vol {
    position: absolute;
    width: 75px;
    height: 21px;
    top: 0;
    left: 0;
    background-color: #ffe400;
    text-align: center; }
    #readingcont-body .interview__list .vol span {
      font-size: 18px;
      color: #000;
      font-weight: 600;
      line-height: 1.2;
      padding: 0; }
    @media screen and (max-width: 670px) {
      #readingcont-body .interview__list .vol {
        width: 14.8vw;
        height: 4.4vw;
        top: 0; }
        #readingcont-body .interview__list .vol span {
          font-size: 3vw;
          padding: 0;
          line-height: 1.3; } }
  #readingcont-body .interview__list time {
    font-size: 14px;
    color: #000; }
    @media screen and (max-width: 670px) {
      #readingcont-body .interview__list time {
        font-size: 2.4vw; } }
  #readingcont-body .interview__list span {
    display: block;
    line-height: 1.5;
    color: #000;
    font-size: 18px;
    padding-right: 14px;
    word-break: break-all; }
    @media screen and (max-width: 670px) {
      #readingcont-body .interview__list span {
        word-break: break-all;
        font-size: 3.2vw; } }
  #readingcont-body .interview__list figure {
    margin: auto; }
  #readingcont-body .interview__list li:hover a {
    text-decoration: none; }
    #readingcont-body .interview__list li:hover a .image {
      border-color: #d9edec; }
    #readingcont-body .interview__list li:hover a .vol span {
      color: #000; }
    #readingcont-body .interview__list li:hover a time, #readingcont-body .interview__list li:hover a span {
      color: #909090; }
#readingcont-body .interview__band {
  padding: 15px 0 55px;
  width: 100%; }
  #readingcont-body .interview__band img {
    display: block;
    margin: auto; }
  #readingcont-body .interview__band p {
    width: 1040px;
    margin: 17px auto 0;
    font-size: 14px;
    color: #000; }
  #readingcont-body .interview__band + .interview__band {
    margin-top: -40px;
    padding: 0 0 15px; }
    #readingcont-body .interview__band + .interview__band + .interview__band {
      margin-top: 0;
      padding: 0 0 115px; }
      #readingcont-body .interview__band + .interview__band + .interview__band + .interview__band {
        margin-top: -100px; }
  @media screen and (max-width: 670px) {
    #readingcont-body .interview__band {
      padding: 5.3vw 0 8.6vw;
      width: 100%; }
      #readingcont-body .interview__band figure {
        margin: 0 0 0.9vw; }
        #readingcont-body .interview__band figure img {
          display: block;
          margin: auto; }
      #readingcont-body .interview__band p {
        width: 94.1vw;
        font-size: 2.9vw;
        margin-top: 2.1vw; }
      #readingcont-body .interview__band + .interview__band {
        margin-top: 0;
        padding-bottom: 0; }
        #readingcont-body .interview__band + .interview__band + .interview__band {
          padding-bottom: 8.6vw; }
          #readingcont-body .interview__band + .interview__band + .interview__band.vol011 {
            padding-bottom: 2.5vw; }
          #readingcont-body .interview__band + .interview__band + .interview__band + .interview__band {
            margin-top: 0; }
      #readingcont-body .interview__band.vol011 {
        padding-bottom: 2.5vw; } }
@media screen and (max-width: 670px) {
  #readingcont-body .interview__read {
    width: 100%;
    border-bottom: 1px solid #94cac8;
    margin: 6.5vw auto 0; }
    #readingcont-body .interview__read p {
      font-size: 3.2vw;
      line-height: 1.5;
      margin-bottom: 5vw;
      color: #000; } }
#readingcont-body .interview.vol002 .interview__top__inner figure {
  right: -189px; }
  @media screen and (max-width: 670px) {
    #readingcont-body .interview.vol002 .interview__top__inner figure {
      right: 0; } }
#readingcont-body .interview__movie {
  width: 980px;
  margin: 0 auto 70px;
  text-align: center; }
  #readingcont-body .interview__movie img {
    display: block;
    margin: auto; }
  #readingcont-body .interview__movie iframe {
    width: 792px;
    height: 466px;
    margin: auto;
    display: block; }
  #readingcont-body .interview__movie .title {
    width: 793px;
    height: 53px;
    background-color: #84CCC8;
    margin: 0 auto 15px; }
    #readingcont-body .interview__movie .title p {
      width: 100%;
      margin: auto;
      height: 100%;
      line-height: 53px;
      font-size: 25px; }
  #readingcont-body .interview__movie .caption {
    width: 793px;
    margin: 10px auto 0;
    text-align: left;
    font-size: 15px;
    line-height: 20px; }
  #readingcont-body .interview__movie p {
    width: 960px;
    margin: 55px auto 0;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #000; }
  @media screen and (max-width: 670px) {
    #readingcont-body .interview__movie {
      width: 100%;
      margin: 8.8vw auto 9.3vw; }
      #readingcont-body .interview__movie iframe {
        width: 100%;
        height: 52.8vw; }
      #readingcont-body .interview__movie .title {
        width: 100%;
        height: 8.2vw;
        margin-bottom: 2vw; }
        #readingcont-body .interview__movie .title p {
          line-height: 8.2vw;
          font-size: 3.4vw; }
      #readingcont-body .interview__movie .caption {
        width: 100%;
        margin-top: 0;
        font-size: 2.9vw; } }
#readingcont-body .interview__anchor {
  width: 914px;
  margin: 180px auto 85px;
  background-color: #fffad4;
  padding: 20px 23px 25px;
  position: relative; }
  #readingcont-body .interview__anchor .img1 {
    position: absolute;
    left: 125px;
    top: -150px; }
  #readingcont-body .interview__anchor .img2 {
    position: absolute;
    top: -146px;
    left: 414px; }
  #readingcont-body .interview__anchor .img3 {
    position: absolute;
    top: -135px;
    right: 180px; }
  #readingcont-body .interview__anchor.vol008 .img1 {
    top: -135px;
    left: 0;
    right: 0;
    margin: auto;
    width: 330px; }
  #readingcont-body .interview__anchor.vol009 .img1 {
    top: -132px;
    left: 195px; }
  #readingcont-body .interview__anchor.vol009 .img2 {
    top: -122px;
    left: 554px; }
  #readingcont-body .interview__anchor.vol010 {
    width: 960px;
    padding: 0;
    background-color: unset; }
    #readingcont-body .interview__anchor.vol010 .img1 {
      top: -133px;
      right: 166px;
      left: auto; }
    #readingcont-body .interview__anchor.vol010 ul {
      display: flex;
      flex-wrap: wrap; }
    #readingcont-body .interview__anchor.vol010 li {
      width: 100%;
      height: 110px;
      background-color: #fffad4;
      margin-bottom: 10px; }
      #readingcont-body .interview__anchor.vol010 li:last-child {
        margin-bottom: 0; }
      #readingcont-body .interview__anchor.vol010 li a {
        display: block;
        width: 100%;
        height: 100%; }
        #readingcont-body .interview__anchor.vol010 li a:hover {
          text-decoration: none; }
        #readingcont-body .interview__anchor.vol010 li a::after {
          content: none; }
      #readingcont-body .interview__anchor.vol010 li p.title {
        width: 915px;
        margin: auto;
        line-height: 1;
        position: relative;
        padding-top: 20px;
        font-size: 20px;
        color: #000;
        background: url("../images/kyojo/study1/arrow_icon.png") no-repeat bottom right;
        background-size: 24px; }
      #readingcont-body .interview__anchor.vol010 li .keyword {
        width: 915px;
        background-color: #fff;
        margin: 17px auto 11px;
        height: 38px;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 14px; }
        #readingcont-body .interview__anchor.vol010 li .keyword p {
          font-size: 18px;
          line-height: 1;
          color: #000; }
      #readingcont-body .interview__anchor.vol010 li:hover {
        opacity: 0.5; }
  #readingcont-body .interview__anchor.vol011 {
    margin-top: 200px; }
    #readingcont-body .interview__anchor.vol011 .img1 {
      top: -131px;
      right: 201px;
      left: auto; }
  #readingcont-body .interview__anchor.vol12 {
    margin-top: 100px; }
  #readingcont-body .interview__anchor li {
    width: 100%;
    height: 38px;
    background-color: #fff;
    margin-bottom: 8px; }
    #readingcont-body .interview__anchor li:last-child {
      margin-bottom: 0; }
  #readingcont-body .interview__anchor a {
    width: calc(100% - 13px);
    height: 100%;
    display: flex;
    padding-left: 13px;
    line-height: 38px;
    font-size: 18px;
    color: #000;
    position: relative; }
    #readingcont-body .interview__anchor a::after {
      content: "";
      background: url("../images/interview/vol006/arrow_icon.png") no-repeat;
      position: absolute;
      right: 6px;
      top: 7px;
      width: 24px;
      height: 24px;
      background-size: 100% 100%; }
    #readingcont-body .interview__anchor a:hover {
      opacity: 0.5;
      text-decoration: none; }
  @media screen and (max-width: 670px) {
    #readingcont-body .interview__anchor {
      width: calc(100% - 4.5vw);
      padding: 2.6vw 2.3vw 2.6vw 2.2vw;
      margin: 28.5vw auto 9.7vw; }
      #readingcont-body .interview__anchor .img1 {
        width: 29vw;
        left: 4.1vw;
        top: -19.2vw; }
      #readingcont-body .interview__anchor .img2 {
        left: 42.6vw;
        top: -18.5vw;
        width: 13.6vw; }
      #readingcont-body .interview__anchor .img3 {
        right: 2.4vw;
        top: -17vw;
        width: 25vw; }
      #readingcont-body .interview__anchor li {
        height: auto; }
      #readingcont-body .interview__anchor a {
        font-size: 3.2vw;
        line-height: 3.7vw;
        padding: 0.5vw 4.1vw 0.6vw 1.8vw;
        width: calc(100% - 5.9vw); }
        #readingcont-body .interview__anchor a::after {
          width: 3.2vw;
          height: 3.2vw;
          right: 0.93vw;
          top: calc(50% - 1.6vw);
          background-size: 100%; }
      #readingcont-body .interview__anchor.vol008 .img1 {
        width: 44vw;
        top: -18.2vw; }
      #readingcont-body .interview__anchor.vol009 .img1 {
        top: -17.6vw;
        left: 15.4vw;
        width: 26.9vw; }
      #readingcont-body .interview__anchor.vol009 .img2 {
        width: 23.3vw;
        top: -16.2vw;
        left: 59vw; }
      #readingcont-body .interview__anchor.vol010 {
        width: calc(100% - 4.5vw);
        margin: 22.1vw auto 12vw;
        padding: 2.6vw 0 2.6vw; }
        #readingcont-body .interview__anchor.vol010 .img1 {
          width: 25.3vw;
          top: -18.2vw;
          right: 15.7vw; }
          #readingcont-body .interview__anchor.vol010 .img1 img {
            width: 100;
            display: block; }
        #readingcont-body .interview__anchor.vol010 li {
          height: auto;
          min-height: 22.5vw;
          margin-bottom: 2vw; }
          #readingcont-body .interview__anchor.vol010 li a {
            padding: 0; }
          #readingcont-body .interview__anchor.vol010 li p.title {
            width: auto;
            font-size: 4vw;
            padding-top: 1.6vw;
            text-indent: -1.4em;
            padding-left: calc(3.3vw + 1.4em);
            margin-right: 2.2vw;
            background-position: center right;
            line-height: 1.2;
            background-size: 3.2vw; }
          #readingcont-body .interview__anchor.vol010 li .keyword {
            width: 95%;
            height: auto;
            margin: 1.5vw auto 0; }
            #readingcont-body .interview__anchor.vol010 li .keyword p {
              font-size: 3.2vw;
              line-height: 1.2; }
      #readingcont-body .interview__anchor.vol011 {
        margin-top: 22.1vw; }
        #readingcont-body .interview__anchor.vol011 .img1 {
          top: -17.6vw;
          right: 16.5vw;
          width: 25.4vw; }
      #readingcont-body .interview__anchor.vol12 {
        margin-top: 15vw; } }
#readingcont-body .interview__modal {
  width: 850px;
  height: auto;
  background-color: #fff;
  z-index: 17; }
  #readingcont-body .interview__modal__inner {
    overflow: hidden; }
  #readingcont-body .interview__modal .interview__profile__title {
    position: absolute;
    top: 34px;
    left: 54px;
    margin-bottom: 0; }
  #readingcont-body .interview__modal .interview__profile__top {
    float: left;
    width: 360px;
    padding: 76px 0 66px 40px; }
    #readingcont-body .interview__modal .interview__profile__top figure + figure {
      margin-top: 20px; }
    #readingcont-body .interview__modal .interview__profile__top .modal_top {
      border-top: 1px solid #86ccc8;
      padding-bottom: 32px;
      border-bottom: 1px solid #86ccc8; }
      #readingcont-body .interview__modal .interview__profile__top .modal_top ul {
        padding: 26px 0 20px;
        display: flex;
        justify-content: flex-start; }
      #readingcont-body .interview__modal .interview__profile__top .modal_top li {
        width: 42px;
        height: 42px;
        margin-right: 11px; }
        #readingcont-body .interview__modal .interview__profile__top .modal_top li a {
          display: block;
          width: 100%;
          height: 100%; }
      #readingcont-body .interview__modal .interview__profile__top .modal_top .btn {
        width: 274px;
        height: 35px;
        background-color: #d9edec;
        border-radius: 17.5px; }
        #readingcont-body .interview__modal .interview__profile__top .modal_top .btn a {
          position: relative;
          width: calc(100% - 25px);
          height: 100%;
          padding-left: 25px;
          display: flex;
          justify-content: flex-start;
          font-size: 14px;
          line-height: 35px; }
          #readingcont-body .interview__modal .interview__profile__top .modal_top .btn a::before {
            content: "";
            background: url("../images/list_blank.png") no-repeat;
            position: absolute;
            top: 8px;
            right: 33px;
            width: 23px;
            height: 19px;
            background-size: 100% 100%; }
          #readingcont-body .interview__modal .interview__profile__top .modal_top .btn a::after {
            content: "";
            background: url("../images/list_arrow.png") no-repeat;
            position: absolute;
            right: 15px;
            top: 9px;
            width: 10px;
            height: 17px;
            background-size: 100%; }
          #readingcont-body .interview__modal .interview__profile__top .modal_top .btn a:hover {
            text-decoration: none;
            opacity: 0.8; }
  #readingcont-body .interview__modal .interview__profile__bottom {
    float: right;
    width: 400px;
    padding-top: 95px;
    border-bottom: 0; }
    #readingcont-body .interview__modal .interview__profile__bottom p {
      padding-right: 43px; }
    #readingcont-body .interview__modal .interview__profile__bottom .address p {
      margin-bottom: 0; }
    #readingcont-body .interview__modal .interview__profile__bottom .mail {
      font-size: 16px;
      line-height: 1.4;
      margin-bottom: 40px;
      color: #000;
      font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }
  #readingcont-body .interview__modal #modal-close {
    content: "";
    background: url("../images/modal-close.png") no-repeat;
    width: 33px;
    height: 33px;
    background-size: 100% 100%;
    position: absolute;
    top: -43px;
    right: 2px;
    cursor: pointer;
    display: block;
    z-index: 17; }
#readingcont-body .interview__photo {
  width: 980px;
  margin: 0 auto 95px;
  border-top: 1px solid #86ccc8;
  border-bottom: 1px solid #86ccc8;
  padding: 45px 0 10px;
  overflow: hidden; }
  #readingcont-body .interview__photo .title {
    padding: 0 0 27px 20px; }
    #readingcont-body .interview__photo .title img {
      display: block; }
  #readingcont-body .interview__photo .flexslider ul {
    width: 565px;
    float: left;
    margin-left: 19px; }
    #readingcont-body .interview__photo .flexslider ul li p {
      font-size: 14px;
      text-align: left;
      line-height: 20px;
      margin-top: 10px;
      color: #000; }
  #readingcont-body .interview__photo .flexslider-controls ul {
    float: right;
    width: 360px;
    margin-right: 4px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #readingcont-body .interview__photo .flexslider-controls ul li {
      width: 172px;
      margin-bottom: 16px; }
      #readingcont-body .interview__photo .flexslider-controls ul li.flex-active {
        opacity: 0.5; }
  @media screen and (max-width: 670px) {
    #readingcont-body .interview__photo {
      padding: 5.8vw 0 8.8vw;
      width: 100%;
      margin: 0 auto 12.6vw; }
      #readingcont-body .interview__photo .title {
        padding: 0 0 4vw 0;
        width: 41vw; }
        #readingcont-body .interview__photo .title img {
          width: 100%; }
      #readingcont-body .interview__photo .flexslider ul {
        width: 100%;
        float: none;
        margin-left: 0;
        overflow: hidden; }
        #readingcont-body .interview__photo .flexslider ul li p {
          margin-top: 3.2vw;
          line-height: 4vw;
          font-size: 2.9vw; }
      #readingcont-body .interview__photo .flexslider-controls ul {
        float: none;
        width: 100%;
        margin: 6vw auto 0;
        position: relative; }
        #readingcont-body .interview__photo .flexslider-controls ul::before {
          content: "";
          width: 22.5vw;
          display: block;
          order: 1; }
        #readingcont-body .interview__photo .flexslider-controls ul::after {
          content: "";
          width: 22.5vw;
          display: block; }
        #readingcont-body .interview__photo .flexslider-controls ul li {
          width: 22.5vw;
          margin-bottom: 2vw; } }
#readingcont-body .interview__link {
  background-color: #f4e5b2;
  margin: 35px 0 75px; }
  #readingcont-body .interview__link__inner {
    width: 960px;
    margin: auto; }
  #readingcont-body .interview__link__title figure {
    margin: auto;
    padding: 43px 0 12px; }
    #readingcont-body .interview__link__title figure img {
      display: block;
      margin: auto; }
  #readingcont-body .interview__link__title p {
    font-size: 28px;
    line-height: 1;
    text-align: center;
    color: #000; }
  #readingcont-body .interview__link__join {
    padding: 0 0 48px;
    position: relative;
    margin-top: 72px; }
    #readingcont-body .interview__link__join .img {
      position: absolute;
      left: 123px;
      top: -158px; }
    #readingcont-body .interview__link__join ul {
      border-top: 1px solid #fff; }
    #readingcont-body .interview__link__join li {
      width: 100%;
      height: 85px;
      border-bottom: 1px solid #fff;
      position: relative; }
      #readingcont-body .interview__link__join li p {
        width: 66%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        padding-left: 20px;
        font-size: 16px;
        color: #000;
        letter-spacing: -1px;
        line-height: 1.4; }
        #readingcont-body .interview__link__join li p span {
          font-size: 20px;
          color: #000;
          width: 100%;
          font-weight: bold; }
      #readingcont-body .interview__link__join li .btn {
        position: absolute;
        width: 291px;
        height: 31px;
        bottom: 12px;
        right: 14px;
        padding: 0;
        background-color: #d9edec;
        border-radius: 15.5px; }
        #readingcont-body .interview__link__join li .btn a {
          width: 100%;
          height: 100%;
          display: block;
          position: relative; }
          #readingcont-body .interview__link__join li .btn a span {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-flex-flow: column;
            -ms-flex-flow: column;
            flex-flow: column;
            flex-wrap: nowrap;
            flex-wrap: wrap;
            align-content: baseline;
            color: #000;
            line-height: 18px;
            padding-left: 0;
            margin-left: 32px;
            font-size: 14px;
            line-height: 18px; }
          #readingcont-body .interview__link__join li .btn a::before {
            content: '';
            background: url("../images/choivola/blamk.png") no-repeat;
            position: absolute;
            top: 5px;
            right: 28px;
            width: 25px;
            height: 19px;
            background-size: 100%; }
          #readingcont-body .interview__link__join li .btn a::after {
            content: '';
            background: url("../images/choivola/arrow.png") no-repeat;
            position: absolute;
            top: 7px;
            right: 11px;
            width: 10px;
            height: 17px;
            background-size: 100%; }
        #readingcont-body .interview__link__join li .btn::after {
          content: none; }
    #readingcont-body .interview__link__join .btn {
      padding: 40px 0;
      background-color: unset; }
      #readingcont-body .interview__link__join .btn a:hover {
        opacity: 0.5; }
      #readingcont-body .interview__link__join .btn::after {
        content: none; }
  #readingcont-body .interview__link.vol008 .interview__link__join li {
    height: auto;
    padding: 7px 0; }
  #readingcont-body .interview__link.vol010 .interview__link__join .img {
    top: -162px;
    left: 95px; }
  #readingcont-body .interview__link.vol010 .interview__link__join li {
    height: auto;
    padding: 7px 0; }
  #readingcont-body .interview__link.vol010 .interview__link__join .img {
    top: -157px;
    left: 80px; }
  @media screen and (max-width: 670px) {
    #readingcont-body .interview__link {
      margin: 2.4vw 0 15.3vw; }
      #readingcont-body .interview__link__inner {
        width: 95%; }
      #readingcont-body .interview__link__title figure {
        padding: 6.5vw 0 2vw;
        width: 9.4vw; }
      #readingcont-body .interview__link__title p {
        font-size: 4vw; }
      #readingcont-body .interview__link__join {
        margin-top: 10.4vw;
        padding-bottom: 5vw; }
        #readingcont-body .interview__link__join .img {
          left: 1vw;
          top: -22.6vw;
          width: 22.8vw; }
        #readingcont-body .interview__link__join li {
          height: auto; }
          #readingcont-body .interview__link__join li p {
            width: 100%;
            font-size: 2.9vw;
            padding-left: 0;
            display: block;
            padding-top: 2.5vw;
            margin-bottom: 8vw; }
            #readingcont-body .interview__link__join li p span {
              font-size: 3.7vw;
              line-height: 1; }
          #readingcont-body .interview__link__join li .btn {
            width: 57.8vw;
            height: 5.4vw;
            right: 1.3vw;
            bottom: 1.7vw; }
            #readingcont-body .interview__link__join li .btn a span {
              padding: 0;
              font-size: 2.9vw;
              margin-left: 0;
              width: auto;
              display: block;
              line-height: 1;
              height: auto;
              padding-top: 1.3vw; }
            #readingcont-body .interview__link__join li .btn a::before {
              width: 3.4vw;
              height: 2.8vw;
              top: 1.2vw;
              right: 5.8vw; }
            #readingcont-body .interview__link__join li .btn a::after {
              width: 1.4vw;
              height: 2.5vw;
              top: 1.6vw;
              right: 3vw; }
        #readingcont-body .interview__link__join .btn {
          padding-top: 4.9vw; }
      #readingcont-body .interview__link.vol008 .interview__link__join li {
        padding: 0; }
      #readingcont-body .interview__link.vol010 .interview__link__join .img {
        top: -21.3vw;
        left: 0.8vw;
        width: 25.3vw; }
        #readingcont-body .interview__link.vol010 .interview__link__join .img img {
          width: 100%;
          display: block; }
      #readingcont-body .interview__link.vol010 .interview__link__join li {
        padding: 0; }
      #readingcont-body .interview__link.vol011 .interview__link__join .img {
        top: -20.6vw;
        left: 3.7vw;
        width: 25.4vw; }
        #readingcont-body .interview__link.vol011 .interview__link__join .img img {
          width: 100%;
          display: block; } }
#readingcont-body .interview .study__content {
  padding-bottom: 50px; }
  @media screen and (max-width: 670px) {
    #readingcont-body .interview .study__content {
      padding-bottom: 0; } }

.cv #readingcont-body .interview__left p.color {
  padding: 5px 0; }
.cv #readingcont-body .interview__left p span.color {
  padding: 5px 0; }

#modal-overlay {
  z-index: 16;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75); }

#modal-content1, #modal-content2, #modal-content3, #modal-content4 {
  width: 94.1vw;
  height: auto;
  max-height: 75vh;
  position: relative;
  z-index: 17;
  position: fixed;
  display: none; }

#modal-content1 iframe, #modal-content2 iframe, #modal-content3 iframe, #modal-content4 iframe {
  width: 100%;
  height: auto; }

#modal-content1 #modal-close, #modal-content2 #modal-close, #modal-content3 #modal-close, #modal-content4 #modal-close {
  position: absolute;
  top: -11vw;
  right: 0.6vw;
  width: 6.8vw;
  height: 6.6vw;
  content: '';
  background: url("../images/modal-close.png") no-repeat;
  background-size: 6.8vw 6.6vw;
  cursor: pointer; }

#readingcont-body .voice {
  overflow: hidden; }
  #readingcont-body .voice h1 {
    width: 100%;
    margin: 0 auto 40px; }
    #readingcont-body .voice h1 p {
      font-size: 18px;
      text-align: left;
      font-weight: normal;
      color: #000;
      margin: auto;
      line-height: 2; }
    @media screen and (max-width: 670px) {
      #readingcont-body .voice h1 p {
        font-size: 3.2vw; } }
  #readingcont-body .voice__link {
    width: 100%;
    height: 93px;
    background-color: #86ccc8; }
    #readingcont-body .voice__link ul {
      display: flex;
      justify-content: space-between;
      width: 1000px;
      margin: auto;
      padding-top: 20px; }
    #readingcont-body .voice__link li {
      width: 326px;
      height: 52px;
      background-color: #fff; }
      #readingcont-body .voice__link li:hover {
        opacity: 0.5; }
        #readingcont-body .voice__link li:hover a {
          text-decoration: none; }
    #readingcont-body .voice__link a {
      width: 100%;
      height: 100%;
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      justify-content: center; }
    #readingcont-body .voice__link span {
      font-size: 18px;
      font-weight: 600;
      color: #000; }
    @media screen and (max-width: 670px) {
      #readingcont-body .voice__link {
        height: 14.1vw; }
        #readingcont-body .voice__link ul {
          width: 95%;
          padding-top: 2.5vw; }
        #readingcont-body .voice__link li {
          width: 32%;
          height: 9.2vw; }
        #readingcont-body .voice__link span {
          font-size: 3.2vw;
          text-align: center;
          line-height: 1.1; } }
  #readingcont-body .voice__content1 {
    width: 100%;
    margin: auto;
    padding: 65px 0 0; }
    #readingcont-body .voice__content1 h2 {
      text-align: center;
      margin: 0 auto 61px; }
      #readingcont-body .voice__content1 h2 img {
        display: block;
        margin: auto; }
    #readingcont-body .voice__content1__top {
      position: relative;
      border-bottom: 1px solid #e5e5e5; }
      #readingcont-body .voice__content1__top__title {
        text-align: center;
        color: #419893;
        font-size: 24px;
        padding: 15px 0 9px;
        line-height: 1;
        font-weight: 600;
        letter-spacing: -0.5px; }
        #readingcont-body .voice__content1__top__title.second {
          padding: 13px 0;
          line-height: 1.2; }
          #readingcont-body .voice__content1__top__title.second span {
            font-size: 16px; }
        @media screen and (-webkit-min-device-pixel-ratio: 0) {
          #readingcont-body .voice__content1__top__title.ml30 {
            margin-left: 30px; } }
      #readingcont-body .voice__content1__top__txt {
        font-size: 16px;
        text-align: center;
        color: #419893;
        margin-bottom: 22px; }
    #readingcont-body .voice__content1__comment {
      width: 571px;
      margin: auto;
      height: 31px;
      border-radius: 15.5px;
      background-color: #e5e5e5;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      justify-content: center;
      position: relative; }
      #readingcont-body .voice__content1__comment::before {
        content: '';
        background: url("../images/voice/arrow1.png") no-repeat;
        position: absolute;
        left: -18px;
        top: 14px;
        width: 24px;
        height: 15px;
        background-size: 100%; }
      #readingcont-body .voice__content1__comment p {
        text-align: center;
        font-size: 18px;
        color: #000;
        font-weight: 600;
        line-height: 1; }
    #readingcont-body .voice__content1__character {
      position: absolute; }
      #readingcont-body .voice__content1__character img {
        display: block;
        margin: auto; }
      #readingcont-body .voice__content1__character.img1 {
        left: 76px;
        bottom: 0; }
      #readingcont-body .voice__content1__character.img2 {
        left: 57px;
        bottom: 0; }
      #readingcont-body .voice__content1__character.img3 {
        left: 86px;
        bottom: 0; }
      #readingcont-body .voice__content1__character.img4 {
        left: 50px;
        bottom: 0; }
      #readingcont-body .voice__content1__character.img5 {
        left: 98px;
        bottom: 0; }
      #readingcont-body .voice__content1__character.img6 {
        left: 83px;
        bottom: 0; }
    #readingcont-body .voice__content1__bottom {
      overflow: hidden;
      padding-bottom: 57px; }
      #readingcont-body .voice__content1__bottom__left {
        float: left;
        margin: 28px 0 0 19px; }
        #readingcont-body .voice__content1__bottom__left.graph4 {
          margin: 40px 0 0 53px; }
        #readingcont-body .voice__content1__bottom__left figure {
          margin: auto; }
        #readingcont-body .voice__content1__bottom__left img {
          display: block;
          margin: auto; }
      #readingcont-body .voice__content1__bottom__right {
        float: right;
        width: 556px;
        margin: 87px 0 0 0; }
    #readingcont-body .voice__content1__woman {
      background-color: #e5e5e5;
      position: relative;
      width: 474px;
      margin: 0 0 20px 63px;
      border-radius: 3px; }
      #readingcont-body .voice__content1__woman::before {
        content: '';
        background: url("../images/voice/woman.png") no-repeat;
        position: absolute;
        top: 2px;
        left: -63px;
        width: 52px;
        height: 52px;
        background-size: 100%; }
      #readingcont-body .voice__content1__woman::after {
        content: '';
        background: url("../images/voice/arrow2.png") no-repeat;
        position: absolute;
        top: 24px;
        left: -11px;
        width: 12px;
        height: 9px;
        background-size: 100%; }
      #readingcont-body .voice__content1__woman__txt {
        padding: 17px 10px 12px 12px; }
        #readingcont-body .voice__content1__woman__txt strong {
          font-size: 18px;
          font-weight: bold;
          line-height: 1;
          color: #000; }
        #readingcont-body .voice__content1__woman__txt p {
          font-size: 18px;
          margin-top: 10px;
          line-height: 1.5;
          color: #000; }
          #readingcont-body .voice__content1__woman__txt p span {
            background-color: #ffe02b; }
    #readingcont-body .voice__content1__man {
      background-color: #e5e5e5;
      position: relative;
      width: 474px;
      margin: 0 0 20px 63px;
      border-radius: 3px; }
      #readingcont-body .voice__content1__man::before {
        content: '';
        background: url("../images/voice/man.png") no-repeat;
        position: absolute;
        top: 2px;
        left: -63px;
        width: 52px;
        height: 52px;
        background-size: 100%; }
      #readingcont-body .voice__content1__man::after {
        content: '';
        background: url("../images/voice/arrow2.png") no-repeat;
        position: absolute;
        top: 24px;
        left: -11px;
        width: 12px;
        height: 9px;
        background-size: 100%; }
      #readingcont-body .voice__content1__man__txt {
        padding: 17px 10px 12px 12px; }
        #readingcont-body .voice__content1__man__txt strong {
          font-size: 18px;
          font-weight: bold;
          line-height: 1;
          color: #000; }
        #readingcont-body .voice__content1__man__txt p {
          font-size: 18px;
          margin-top: 10px;
          line-height: 1.5;
          color: #000; }
          #readingcont-body .voice__content1__man__txt p span {
            background-color: #ffe02b; }
    @media screen and (max-width: 670px) {
      #readingcont-body .voice__content1 {
        width: 100%;
        padding: 10.6vw 0 0; }
        #readingcont-body .voice__content1 h2 {
          margin-bottom: 13.7vw; }
          #readingcont-body .voice__content1 h2 .title1 {
            width: 59.3vw; }
          #readingcont-body .voice__content1 h2 .title3 {
            width: 65.8vw; }
        #readingcont-body .voice__content1__comment {
          width: calc(100% - 14.6vw);
          height: 8.6vw;
          border-radius: 4.3vw;
          margin: 0 0 0 14.6vw; }
          #readingcont-body .voice__content1__comment p {
            font-size: 3.2vw;
            line-height: 1.25; }
          #readingcont-body .voice__content1__comment::before {
            top: 4.3vw; }
        #readingcont-body .voice__content1__top__title {
          padding: 4.2vw 0 0.9vw;
          line-height: 1.2;
          font-size: 4.8vw; }
          #readingcont-body .voice__content1__top__title.second {
            padding: 4.2vw 0 0.7vw; }
            #readingcont-body .voice__content1__top__title.second span {
              vertical-align: top;
              font-size: 3.2vw; }
        #readingcont-body .voice__content1__top__txt {
          margin-bottom: 2.5vw;
          font-size: 3.2vw;
          line-height: 1; }
        #readingcont-body .voice__content1__character.img1 {
          top: -3.4vw;
          left: 0;
          bottom: none;
          width: 15.2vw;
          height: 14.9vw; }
        #readingcont-body .voice__content1__character.img2 {
          top: -4.4vw;
          left: 0;
          bottom: none;
          width: 14.5vw;
          height: 13.8vw; }
        #readingcont-body .voice__content1__character.img3 {
          top: -1.6vw;
          left: 0;
          bottom: none;
          width: 11.4vw;
          height: 13vw; }
        #readingcont-body .voice__content1__character.img4 {
          top: -5vw;
          left: 0;
          bottom: none;
          width: 14.8vw;
          height: 14.5vw; }
        #readingcont-body .voice__content1__character.img5 {
          top: -4.6vw;
          left: 0.9vw;
          bottom: none;
          width: 12.2vw;
          height: 16.1vw; }
        #readingcont-body .voice__content1__character.img6 {
          top: -5.3vw;
          left: 0;
          bottom: none;
          width: 13.6vw;
          height: 16.8vw; }
        #readingcont-body .voice__content1__bottom {
          padding-bottom: 9.2vw; }
          #readingcont-body .voice__content1__bottom__left {
            float: none;
            margin: 4.9vw 0 5.4vw; }
            #readingcont-body .voice__content1__bottom__left img {
              width: 77.6vw;
              max-width: 389px; }
            #readingcont-body .voice__content1__bottom__left.graph4 {
              margin: 4.9vw 0 9vw; }
              #readingcont-body .voice__content1__bottom__left.graph4 img {
                width: 63.8vw;
                max-width: 479px; }
          #readingcont-body .voice__content1__bottom__right {
            float: none;
            width: 100%;
            margin: auto; }
        #readingcont-body .voice__content1__woman {
          width: calc(100% - 10.9vw);
          margin: 0 0 3.7vw 10.9vw; }
          #readingcont-body .voice__content1__woman::before {
            background: url("../images/voice/woman_sp.png") no-repeat;
            left: -10.9vw;
            width: 9.06vw;
            height: 9.06vw;
            background-size: 100%; }
          #readingcont-body .voice__content1__woman::after {
            top: 4vw;
            left: -1.6vw;
            width: 1.6vw;
            height: 1.2vw;
            background-size: 100%; }
          #readingcont-body .voice__content1__woman__txt {
            padding: 3.2vw 1.6vw 2.2vw 2vw; }
            #readingcont-body .voice__content1__woman__txt strong {
              font-size: 3.2vw; }
            #readingcont-body .voice__content1__woman__txt p {
              font-size: 3.2vw;
              margin-top: 2.4vw; }
        #readingcont-body .voice__content1__man {
          width: calc(100% - 10.9vw);
          margin: 0 0 3.7vw 10.9vw; }
          #readingcont-body .voice__content1__man::before {
            background: url("../images/voice/man_sp.png") no-repeat;
            left: -10.9vw;
            width: 9.06vw;
            height: 9.06vw;
            background-size: 100%; }
          #readingcont-body .voice__content1__man::after {
            top: 4vw;
            left: -1.6vw;
            width: 1.6vw;
            height: 1.2vw;
            background-size: 100%; }
          #readingcont-body .voice__content1__man__txt {
            padding: 3.2vw 1.6vw 2.2vw 2vw; }
            #readingcont-body .voice__content1__man__txt strong {
              font-size: 3.2vw; }
            #readingcont-body .voice__content1__man__txt p {
              font-size: 3.2vw;
              margin-top: 2.4vw; } }
  #readingcont-body .voice__list {
    background: #efefef; }
    #readingcont-body .voice__list__inner {
      width: 997px;
      margin: auto;
      padding: 26px 0 37px;
      position: relative; }
    #readingcont-body .voice__list__comment1 {
      width: 673px;
      height: 58px;
      border-radius: 29px;
      background-color: #86ccc8;
      margin-left: 269px;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      justify-content: center;
      position: relative; }
      #readingcont-body .voice__list__comment1::after {
        content: '';
        background: url("../images/voice/arrow3.png") no-repeat;
        position: absolute;
        top: 20px;
        left: -23px;
        width: 31px;
        height: 13px;
        background-size: 100%; }
      #readingcont-body .voice__list__comment1 p {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        line-height: 1.2; }
    #readingcont-body .voice__list__comment2 {
      width: 602px;
      height: 40px;
      border-radius: 20px;
      background-color: #86ccc8;
      margin: 10px 0 33px 251px;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      justify-content: center;
      position: relative; }
      #readingcont-body .voice__list__comment2::after {
        content: '';
        background: url("../images/voice/arrow3.png") no-repeat;
        position: absolute;
        top: 20px;
        left: -22px;
        width: 31px;
        height: 13px;
        background-size: 100%; }
      #readingcont-body .voice__list__comment2 p {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        line-height: 1.2; }
    #readingcont-body .voice__list__comment3 {
      width: 559px;
      height: 40px;
      margin: 16px 0 28px 236px;
      border-radius: 20px;
      background-color: #86ccc8;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      justify-content: center;
      position: relative; }
      #readingcont-body .voice__list__comment3::after {
        content: '';
        background: url("../images/voice/arrow3.png") no-repeat;
        position: absolute;
        top: 20px;
        left: -22px;
        width: 31px;
        height: 13px;
        background-size: 100%; }
      #readingcont-body .voice__list__comment3 p {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        line-height: 1.2; }
    #readingcont-body .voice__list__character {
      position: absolute; }
      #readingcont-body .voice__list__character img {
        display: block;
        margin: auto; }
      #readingcont-body .voice__list__character.chara1 {
        top: -25px;
        left: 114px; }
        #readingcont-body .voice__list__character.chara1 + .voice__list__contents ul {
          justify-content: space-around; }
          #readingcont-body .voice__list__character.chara1 + .voice__list__contents ul::after {
            content: none; }
      #readingcont-body .voice__list__character.chara2 {
        top: -37px;
        left: 78px; }
      #readingcont-body .voice__list__character.chara3 {
        top: -23px;
        left: 39px; }
        #readingcont-body .voice__list__character.chara3 + .voice__list__contents ul {
          justify-content: space-around; }
          #readingcont-body .voice__list__character.chara3 + .voice__list__contents ul::after {
            content: none; }
    #readingcont-body .voice__list__contents {
      margin-top: 26px;
      background-color: #fff;
      border-radius: 7px; }
      #readingcont-body .voice__list__contents__title {
        padding: 19px 0 5px; }
        #readingcont-body .voice__list__contents__title p {
          text-align: center;
          color: #419893;
          font-size: 24px;
          font-weight: 600; }
      #readingcont-body .voice__list__contents ul {
        width: 900px;
        margin: auto;
        position: relative;
        display: flex;
        justify-content: space-between; }
        #readingcont-body .voice__list__contents ul::after {
          content: '';
          /*width: 281px;*/ }
      #readingcont-body .voice__list__contents li {
        width: 281px; }
        #readingcont-body .voice__list__contents li a {
          display: block;
          margin-bottom: 16px; }
          #readingcont-body .voice__list__contents li a:hover {
            opacity: 0.8;
            text-decoration: none; }
            #readingcont-body .voice__list__contents li a:hover span {
              color: #909090; }
          #readingcont-body .voice__list__contents li a figure {
            margin: auto auto 10px; }
            #readingcont-body .voice__list__contents li a figure img {
              display: block;
              margin: auto; }
          #readingcont-body .voice__list__contents li a span {
            font-size: 14px;
            color: #000; }
    @media screen and (max-width: 670px) {
      #readingcont-body .voice__list__inner {
        width: 100%;
        padding: 3.4vw 0 3.8vw; }
      #readingcont-body .voice__list__comment1 {
        width: calc(100% - 19.4vw);
        height: 8.6vw;
        margin-left: 18.4vw;
        border-radius: 4.3vw; }
        #readingcont-body .voice__list__comment1 p {
          font-size: 2.9vw;
          line-height: 1.27; }
        #readingcont-body .voice__list__comment1::after {
          width: 3.8vw;
          height: 1.7vw;
          top: 50%;
          left: -3.5vw;
          background-size: 100%; }
      #readingcont-body .voice__list__comment2 {
        width: calc(100% - 19.4vw);
        height: 8.6vw;
        margin: 0 0 2.5vw 18.4vw;
        border-radius: 4.3vw;
        z-index: 3; }
        #readingcont-body .voice__list__comment2 p {
          font-size: 2.9vw;
          line-height: 1.27;
          position: relative;
          z-index: 3; }
        #readingcont-body .voice__list__comment2::after {
          width: 3.8vw;
          height: 1.7vw;
          top: 50%;
          left: -3.5vw;
          background-size: 100%; }
      #readingcont-body .voice__list__comment3 {
        width: calc(100% - 19.4vw);
        height: 8.6vw;
        margin: 0 0 2.5vw 18.4vw;
        border-radius: 4.3vw;
        z-index: 3; }
        #readingcont-body .voice__list__comment3 p {
          font-size: 2.9vw;
          line-height: 1.27;
          position: relative;
          z-index: 3; }
        #readingcont-body .voice__list__comment3::after {
          width: 3.8vw;
          height: 1.7vw;
          top: 50%;
          left: -3.5vw;
          background-size: 100%; }
      #readingcont-body .voice__list__character.chara1 {
        left: 0;
        top: -3.3vw;
        width: 18.2vw;
        height: 18vw; }
        #readingcont-body .voice__list__character.chara1 + .voice__list__contents ul::after {
          width: 33%; }
      #readingcont-body .voice__list__character.chara2 {
        left: 0;
        top: -4.6vw;
        z-index: 1;
        width: 20.4vw;
        height: 20.2vw; }
      #readingcont-body .voice__list__character.chara3 {
        left: 0;
        top: -3vw;
        z-index: 1;
        width: 22.9vw;
        height: 18.4vw; }
        #readingcont-body .voice__list__character.chara3 + .voice__list__contents ul::after {
          width: 33%; }
      #readingcont-body .voice__list__contents {
        width: 98%;
        margin: 2.5vw auto 0;
        z-index: 2;
        position: relative; }
        #readingcont-body .voice__list__contents__title {
          padding: 2.2vw 0 2.8vw; }
          #readingcont-body .voice__list__contents__title p {
            font-size: 3.7vw;
            line-height: 1.2; }
        #readingcont-body .voice__list__contents ul {
          width: 95%; }
          #readingcont-body .voice__list__contents ul::after {
            /*width: 28.6vw;*/ }
        #readingcont-body .voice__list__contents li {
          width: 33%; }
          #readingcont-body .voice__list__contents li a figure {
            margin-bottom: 1.8vw; }
          #readingcont-body .voice__list__contents li a span {
            font-size: 2.2vw;
            line-height: 1.4;
            display: block; } }
  #readingcont-body .voice__content2 {
    width: 100%;
    margin: auto;
    padding: 88px 0 0; }
    #readingcont-body .voice__content2 h2 {
      text-align: center;
      margin: 0 auto 61px; }
      #readingcont-body .voice__content2 h2 img {
        display: block;
        margin: auto; }
    #readingcont-body .voice__content2__top {
      position: relative;
      border-bottom: 1px solid #e5e5e5; }
      #readingcont-body .voice__content2__top__title {
        text-align: center;
        color: #419893;
        font-size: 24px;
        padding: 34px 0 28px;
        line-height: 1.2;
        font-weight: 600; }
    #readingcont-body .voice__content2__comment {
      width: 626px;
      margin: auto;
      height: 31px;
      border-radius: 15.5px;
      background-color: #e5e5e5;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      justify-content: center;
      position: relative; }
      #readingcont-body .voice__content2__comment::before {
        content: '';
        background: url("../images/voice/arrow1.png") no-repeat;
        position: absolute;
        left: -18px;
        top: 14px;
        width: 24px;
        height: 15px;
        background-size: 100%; }
      #readingcont-body .voice__content2__comment p {
        text-align: center;
        font-size: 18px;
        color: #000;
        font-weight: 600;
        line-height: 1; }
        @media screen and (-webkit-min-device-pixel-ratio: 0) {
          #readingcont-body .voice__content2__comment p {
            letter-spacing: -0.5px; } }
    #readingcont-body .voice__content2__character {
      position: absolute; }
      #readingcont-body .voice__content2__character img {
        display: block;
        margin: auto; }
      #readingcont-body .voice__content2__character.img1 {
        left: 76px;
        bottom: 0; }
      #readingcont-body .voice__content2__character.img2 {
        left: 51px;
        bottom: 0; }
      #readingcont-body .voice__content2__character.img3 {
        left: 48px;
        bottom: 0; }
    #readingcont-body .voice__content2__bottom {
      overflow: hidden;
      padding: 52px 0 61px; }
    #readingcont-body .voice__content2__woman {
      background-color: #e5e5e5;
      position: relative;
      width: 898px;
      margin: 0 0 16px 82px;
      border-radius: 3px; }
      #readingcont-body .voice__content2__woman::before {
        content: '';
        background: url("../images/voice/woman.png") no-repeat;
        position: absolute;
        top: 2px;
        left: -63px;
        width: 52px;
        height: 52px;
        background-size: 100%; }
      #readingcont-body .voice__content2__woman::after {
        content: '';
        background: url("../images/voice/arrow2.png") no-repeat;
        position: absolute;
        top: 24px;
        left: -11px;
        width: 12px;
        height: 9px;
        background-size: 100%; }
      #readingcont-body .voice__content2__woman__txt {
        padding: 17px 10px 12px; }
        #readingcont-body .voice__content2__woman__txt strong {
          font-size: 18px;
          font-weight: bold;
          line-height: 1;
          color: #000; }
        #readingcont-body .voice__content2__woman__txt p {
          font-size: 18px;
          margin-top: 10px;
          line-height: 1.5;
          color: #000; }
          #readingcont-body .voice__content2__woman__txt p span {
            background-color: #ffe02b; }
    #readingcont-body .voice__content2__man {
      background-color: #e5e5e5;
      position: relative;
      width: 898px;
      margin: 0 0 16px 82px;
      border-radius: 3px; }
      #readingcont-body .voice__content2__man::before {
        content: '';
        background: url("../images/voice/man.png") no-repeat;
        position: absolute;
        top: 2px;
        left: -63px;
        width: 52px;
        height: 52px;
        background-size: 100%; }
      #readingcont-body .voice__content2__man::after {
        content: '';
        background: url("../images/voice/arrow2.png") no-repeat;
        position: absolute;
        top: 24px;
        left: -11px;
        width: 12px;
        height: 9px;
        background-size: 100%; }
      #readingcont-body .voice__content2__man__txt {
        padding: 17px 10px 12px; }
        #readingcont-body .voice__content2__man__txt strong {
          font-size: 18px;
          font-weight: bold;
          line-height: 1;
          color: #000; }
        #readingcont-body .voice__content2__man__txt p {
          font-size: 18px;
          margin-top: 10px;
          line-height: 1.5;
          color: #000; }
          #readingcont-body .voice__content2__man__txt p span {
            background-color: #ffe02b; }
    @media screen and (max-width: 670px) {
      #readingcont-body .voice__content2 {
        width: 100%;
        padding-top: 12.2vw; }
        #readingcont-body .voice__content2 h2 {
          margin-bottom: 13.7vw; }
          #readingcont-body .voice__content2 h2 .title2 {
            width: 53.4vw; }
        #readingcont-body .voice__content2__comment {
          width: calc(100% - 14.5vw);
          height: 8.6vw;
          border-radius: 4.3vw;
          margin-left: 14.5vw; }
          #readingcont-body .voice__content2__comment::before {
            top: 4.3vw; }
          #readingcont-body .voice__content2__comment p {
            font-size: 3.2vw;
            line-height: 1.25; }
        #readingcont-body .voice__content2__character.img1 {
          top: -4.8vw;
          left: 0.8vw;
          width: 11.4vw;
          height: 16.2vw; }
        #readingcont-body .voice__content2__character.img2 {
          top: -4.2vw;
          left: 0;
          width: 14.9vw;
          height: 13.7vw; }
        #readingcont-body .voice__content2__character.img3 {
          top: -4vw;
          left: 0;
          width: 15.4vw;
          height: 15.4vw; }
        #readingcont-body .voice__content2__top__title {
          padding: 4.1vw 0 3.4vw;
          font-size: 4.8vw;
          letter-spacing: -1.2px; }
        #readingcont-body .voice__content2__bottom {
          padding: 7.7vw 0 13.7vw; }
        #readingcont-body .voice__content2__man {
          width: calc(100% - 10.9vw);
          margin: 0 0 2vw 10.9vw; }
          #readingcont-body .voice__content2__man::before {
            background: url("../images/voice/man_sp.png") no-repeat;
            left: -10.9vw;
            width: 8.9vw;
            height: 8.9vw;
            background-size: 100%; }
          #readingcont-body .voice__content2__man__txt {
            padding: 2.9vw 1.6vw 2vw 2vw; }
            #readingcont-body .voice__content2__man__txt strong {
              font-size: 3.2vw; }
            #readingcont-body .voice__content2__man__txt p {
              margin-top: 0.4vw;
              font-size: 3.2vw; }
        #readingcont-body .voice__content2__woman {
          width: calc(100% - 10.9vw);
          margin: 0 0 2vw 10.9vw; }
          #readingcont-body .voice__content2__woman::before {
            background: url("../images/voice/woman_sp.png") no-repeat;
            left: -10.9vw;
            width: 8.9vw;
            height: 8.9vw;
            background-size: 100%; }
          #readingcont-body .voice__content2__woman__txt {
            padding: 2.9vw 1.6vw 2vw 2vw; }
            #readingcont-body .voice__content2__woman__txt strong {
              font-size: 3.2vw; }
            #readingcont-body .voice__content2__woman__txt p {
              margin-top: 0.4vw;
              font-size: 3.2vw; } }
  #readingcont-body .voice__exhibit {
    clear: both;
    width: 100%;
    margin: auto;
    text-align: left;
    padding: 40px 0 58px;
    border-bottom: 2px solid #86ccc8; }
    #readingcont-body .voice__exhibit p {
      line-height: 1;
      font-size: 14px;
      color: #000; }
    @media screen and (max-width: 670px) {
      #readingcont-body .voice__exhibit {
        padding: 2.6vw 0 11.7vw;
        width: 100%; }
        #readingcont-body .voice__exhibit p {
          width: 94.1vw;
          text-align: left;
          margin: auto;
          font-size: 2.4vw;
          line-height: 1.3; } }

.link h1 {
  background: url("../images/link/main.jpg") no-repeat;
  width: 100%;
  height: 356px;
  min-width: 1000px;
  margin: auto;
  background-position: center top; }
  .link h1 p {
    text-align: center;
    padding-top: 164px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 2.1; }
  @media screen and (max-width: 670px) {
    .link h1 {
      background: url("../images/link/main_sp.jpg") no-repeat;
      min-width: 100%;
      height: 76.5vw;
      background-size: 100%; }
      .link h1 p {
        font-size: 3.2vw;
        padding-top: 25.6vw;
        line-height: 2; } }
.link__list {
  background-color: #86ccc8;
  width: 100%;
  height: 179px; }
  .link__list__inner {
    width: 1000px;
    margin: auto;
    text-align: center; }
  .link__list p {
    line-height: 1;
    padding: 18px 0 2px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin: 0 auto 12px; }
  .link__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative; }
    .link__list ul::after {
      content: '';
      width: 192px; }
  .link__list li {
    width: 192px;
    height: 52px;
    margin-bottom: 9px; }
    .link__list li.nologo {
      background-color: #fff; }
    .link__list li:hover {
      opacity: 0.5; }
      .link__list li:hover a {
        text-decoration: none; }
  .link__list a {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: center; }
  @media screen and (max-width: 670px) {
    .link__list {
      height: auto;
      padding-bottom: 1.7vw; }
      .link__list__inner {
        width: 100%; }
      .link__list p {
        font-size: 4vw;
        padding: 2.6vw 0 0.5vw;
        margin-bottom: 1.7vw; }
      .link__list ul {
        width: 94.1vw;
        margin: auto; }
      .link__list li {
        width: 30.8vw;
        height: 9.2vw;
        margin-bottom: 1.2vw; } }
.link__contents {
  width: 1000px;
  margin: auto;
  padding: 64px 0 69px;
  position: relative; }
  .link__contents__title {
    width: 100%;
    height: 91px;
    background-color: #86ccc8;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: center; }
    .link__contents__title span {
      display: block;
      padding-left: 20px;
      font-size: 30px;
      color: #000;
      font-weight: 600;
      line-height: 1.2; }
      .link__contents__title span small {
        font-size: 24px; }
  .link__contents__inner {
    overflow: hidden; }
  .link__contents__left {
    float: left;
    width: 668px; }
    .link__contents__left__top {
      margin-top: 34px;
      background-color: #e5e5e5;
      position: relative;
      min-height: 152px; }
      .link__contents__left__top figure {
        position: absolute;
        bottom: 0;
        margin: auto; }
        .link__contents__left__top figure img {
          display: block;
          margin: auto; }
        .link__contents__left__top figure.img1 {
          left: 15px; }
        .link__contents__left__top figure.img2 {
          left: 13px; }
        .link__contents__left__top figure.img3, .link__contents__left__top figure.img6, .link__contents__left__top figure.img7, .link__contents__left__top figure.img9 {
          left: 0; }
        .link__contents__left__top figure.img4 {
          left: 24px; }
        .link__contents__left__top figure.img5 {
          left: 4px; }
        .link__contents__left__top figure.img8 {
          left: 8px; }
      .link__contents__left__top p {
        padding: 20px 22px 15px 119px;
        font-size: 18px;
        color: #000;
        line-height: 1.5; }
        .link__contents__left__top p span {
          background-color: #ffe02b; }
        .link__contents__left__top p a {
          color: #007eff;
          text-decoration: underline;
          text-decoration-color: #007eff; }
      .link__contents__left__top.no_chara p {
        padding: 20px 22px 15px; }
    .link__contents__left__middle {
      margin: 26px 0 30px;
      border-top: 2px solid #b0b0b0;
      border-bottom: 2px solid #b0b0b0; }
      .link__contents__left__middle ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 19px 10px 14px 6px;
        position: relative; }
        .link__contents__left__middle ul::after {
          content: '';
          width: 104px; }
      .link__contents__left__middle li {
        width: 104px;
        height: 28px;
        margin-bottom: 6px;
        background-color: #e3e3e3;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        justify-content: center; }
        .link__contents__left__middle li span {
          font-size: 12px;
          color: #000; }
        .link__contents__left__middle li.none {
          opacity: 0.3; }
    .link__contents__left__bottom p {
      font-size: 18px;
      color: #000;
      line-height: 1.5;
      padding: 0 20px; }
  .link__contents__right {
    float: right;
    margin: 201px 33px 0 0;
    width: 273px; }
    .link__contents__right__data figure {
      margin: 0 auto 22px; }
      .link__contents__right__data figure img {
        display: block; }
    .link__contents__right p {
      font-size: 18px;
      color: #000;
      line-height: 1.3;
      margin-bottom: 25px; }
      .link__contents__right p a {
        color: #007eff;
        text-decoration: underline;
        text-decoration-color: #007eff; }
      .link__contents__right p.tel {
        word-break: break-all; }
    .link__contents__right__sns ul {
      display: flex;
      justify-content: flex-start;
      margin-bottom: 18px; }
    .link__contents__right__sns li {
      margin-right: 11px;
      width: 42px; }
      .link__contents__right__sns li a {
        display: block; }
        .link__contents__right__sns li a:hover {
          opacity: 0.8; }
      .link__contents__right__sns li img {
        display: block; }
    .link__contents__right__btn {
      width: 273px;
      height: 35px;
      border-radius: 17.5px;
      background-color: #d9edec; }
      .link__contents__right__btn a {
        position: relative;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding-left: 25px; }
        .link__contents__right__btn a::before {
          content: '';
          background: url("../images/list_blank.png") no-repeat;
          position: absolute;
          top: calc(50% - 9.5px);
          right: 33px;
          width: 23px;
          height: 19px;
          background-size: 100%; }
        .link__contents__right__btn a::after {
          content: '';
          background: url("../images/list_arrow.png") no-repeat;
          position: absolute;
          top: calc(50% - 8.5px);
          right: 15px;
          width: 10px;
          height: 17px;
          background-size: 100%; }
      .link__contents__right__btn span {
        font-size: 14px;
        color: #000;
        line-height: 1; }
      .link__contents__right__btn:hover {
        background-color: #eafaf9; }
        .link__contents__right__btn:hover a {
          text-decoration: none; }
  .link__contents__logo {
    position: absolute;
    top: 64px;
    right: 33px;
    width: 261px;
    height: 261px;
    background-color: #fff;
    border: 6px solid #86ccc8; }
    .link__contents__logo figure {
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      justify-content: center;
      width: 100%;
      height: 100%;
      margin: auto; }
      .link__contents__logo figure img {
        display: block;
        width: auto;
        height: auto;
        margin: auto; }
        @media all and (-ms-high-contrast: none) {
          .link__contents__logo figure img {
            margin: 0; } }
  .link__contents.last {
    padding-bottom: 117px;
    border-bottom: 2px solid #86ccc8; }
    .link__contents.last .link__contents__logo figure img {
      max-width: 240px; }
  @media screen and (max-width: 670px) {
    .link__contents {
      width: 94.1vw;
      margin: auto;
      padding: 8.5vw 0 9.3vw; }
      .link__contents__title {
        height: 12.2vw; }
        .link__contents__title span {
          font-size: 4vw;
          line-height: 1.1;
          padding-left: 2.6vw; }
          .link__contents__title span small {
            font-size: 3.2vw; }
      .link__contents__logo {
        top: 24.1vw;
        right: 0;
        width: 27.3vw;
        height: 27.3vw;
        border: 0.8vw solid #86ccc8; }
        .link__contents__logo .logo1 {
          width: 24vw; }
        .link__contents__logo .logo2 {
          width: 23.6vw; }
        .link__contents__logo .logo3 {
          width: 21.8vw; }
        .link__contents__logo .logo4 {
          width: 24.6vw; }
        .link__contents__logo .logo5 {
          width: 23vw; }
        .link__contents__logo .logo7 {
          width: 24.2vw; }
        .link__contents__logo .logo8 {
          width: 22.6vw; }
      .link__contents__left {
        float: none;
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        .link__contents__left__top {
          order: 2;
          margin: auto;
          min-height: unset; }
          .link__contents__left__top figure.img1 {
            left: 1.8vw;
            bottom: 1.3vw;
            width: 12.4vw;
            height: 37.6vw; }
          .link__contents__left__top figure.img2 {
            left: 1.7vw;
            bottom: 1.6vw;
            width: 13.6vw;
            height: 28vw; }
          .link__contents__left__top figure.img3 {
            left: 0;
            bottom: 0;
            width: 14.9vw;
            height: 34.8vw; }
          .link__contents__left__top figure.img4 {
            left: 2.5vw;
            bottom: 2.9vw;
            width: 9.4vw;
            height: 32.9vw; }
          .link__contents__left__top figure.img5 {
            left: 2vw;
            bottom: 1.4vw;
            width: 14.5vw;
            height: 28.6vw; }
          .link__contents__left__top figure.img6 {
            left: 0;
            bottom: 1.4vw;
            width: 14.8vw;
            height: 37.2vw; }
          .link__contents__left__top figure.img7 {
            left: 0;
            bottom: 1.7vw;
            width: 16.1vw;
            height: 39vw; }
          .link__contents__left__top figure.img8 {
            left: 1.2vw;
            bottom: 2vw;
            width: 14vw;
            height: 38.5vw; }
          .link__contents__left__top figure.img9 {
            left: 0.8vw;
            bottom: 0.8vw;
            width: 15.2vw;
            height: 42.1vw; }
          .link__contents__left__top p {
            padding: 4.3vw 0.9vw 3.4vw 16.6vw;
            font-size: 3.7vw;
            line-height: 1.4; }
          .link__contents__left__top.no_chara p {
            padding: 4.3vw 0.9vw 3.4vw; }
        .link__contents__left__middle {
          order: 1;
          width: 62.6vw;
          margin: 3.4vw 0 4vw; }
          .link__contents__left__middle ul {
            margin: 4vw 0 3vw; }
            .link__contents__left__middle ul::after {
              width: 20.2vw; }
          .link__contents__left__middle li {
            width: 20.2vw;
            height: 4.66vw;
            margin-bottom: 0.8vw; }
            .link__contents__left__middle li span {
              font-size: 2.4vw; }
        .link__contents__left__bottom {
          order: 3;
          margin-top: 4.6vw; }
          .link__contents__left__bottom p {
            padding: 0;
            font-size: 3.2vw;
            line-height: 1.37; }
      .link__contents__right {
        float: none;
        margin: 4.2vw 0 0;
        border-top: 2px solid #b0b0b0;
        width: 100%;
        padding-top: 3.8vw; }
        .link__contents__right__data p {
          text-indent: -9.7vw;
          padding-left: 10vw;
          margin-left: -0.3vw;
          margin-bottom: 4.2vw;
          font-size: 3.2vw; }
        .link__contents__right__data img {
          width: 16.8vw; }
        .link__contents__right__sns ul {
          margin-bottom: 3.4vw; }
        .link__contents__right__sns li {
          width: 11.8vw;
          margin-right: 3.3vw; }
        .link__contents__right__btn {
          width: 100%;
          height: 9vw;
          border-radius: 4.5vw; }
          .link__contents__right__btn a {
            padding-left: 21.8vw; }
            .link__contents__right__btn a::before {
              right: 16.1vw; }
            .link__contents__right__btn a::after {
              right: 3.2vw; }
          .link__contents__right__btn span {
            font-size: 4vw; } }
  .link__contents#anchor05 .link__contents__logo img {
    width: 261px; }
    @media screen and (max-width: 670px) {
      .link__contents#anchor05 .link__contents__logo img {
        width: 21.8vw; } }
  @media all and (-ms-high-contrast: none) {
    .link__contents#anchor03 .link__contents__logo img.sp {
      width: 23.3vw; } }

.kyojo_kv {
  width: 100%;
  height: auto;
  max-height: 569px;
  min-width: 1000px;
  background-color: #84ccc8; }
  .kyojo_kv img {
    display: block;
    margin: auto; }
  @media screen and (max-width: 670px) {
    .kyojo_kv {
      display: none; } }

.kyojo__image {
  width: 1000px;
  margin: 0 auto 60px; }
  .kyojo__image figure {
    margin: auto;
    width: 100%; }
    .kyojo__image figure a {
      display: block; }
    .kyojo__image figure a:hover {
      opacity: 0.7; }
  @media screen and (max-width: 670px) {
    .kyojo__image {
      width: 94.1vw;
      margin: 0 auto 6.3vw; } }

.kyojo__list {
  width: 1000px;
  margin: 78px auto 75px; }
  .kyojo__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .kyojo__list li {
    width: 492px;
    margin-bottom: 50px; }
    @media screen and (max-width: 670px) {
      .kyojo__list li {
        width: 100%;
        margin-bottom: 10.1vw; } }
  .kyojo__list li.hover a {
    text-decoration: none; }
    .kyojo__list li.hover a .image figure {
      border-color: #d9edec; }
    .kyojo__list li.hover a .tag {
      background-color: #d9edec; }
    .kyojo__list li.hover a .vol span {
      color: #000; }
    .kyojo__list li.hover a .time p, .kyojo__list li.hover a .title p {
      color: #909090; }
  .kyojo__list li.hover .btn {
    background-color: #eafaf9; }
  .kyojo__list li.nolink figure {
    width: 100%;
    height: 240px;
    margin: auto; }
    .kyojo__list li.nolink figure img {
      width: 100%;
      height: 100%; }
  @media screen and (max-width: 670px) {
    .kyojo__list li.nolink {
      display: none; } }
  .kyojo__list .join {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    color: #000;
    font-size: 24px;
    padding-left: 20px;
    background: #fe6264;
    margin-bottom: 17px; }
    @media screen and (max-width: 670px) {
      .kyojo__list .join {
        margin: 0 auto 2.6vw;
        font-size: 4vw; } }
  .kyojo__list .continue {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    color: #000;
    font-size: 24px;
    padding-left: 20px;
    margin: 23px auto 17px;
    background-color: #c0d278; }
    @media screen and (max-width: 670px) {
      .kyojo__list .continue {
        margin: 0 auto 2.6vw;
        font-size: 4vw; } }
  .kyojo__list .kyojo {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    color: #000;
    font-size: 24px;
    padding-left: 20px;
    margin: 23px auto 17px;
    background-color: #6ab2ea; }
    @media screen and (max-width: 670px) {
      .kyojo__list .kyojo {
        margin: 0 auto 2.6vw;
        font-size: 4vw; } }
  .kyojo__list .image {
    position: relative; }
    .kyojo__list .image figure {
      margin: auto;
      border: 12px solid #86ccc8; }
      .kyojo__list .image figure img {
        width: 100%;
        display: block; }
    @media screen and (max-width: 670px) {
      .kyojo__list .image figure {
        border: 1.6vw solid #86ccc8; } }
  .kyojo__list .tag {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #86ccc8;
    width: 136px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: center;
    box-sizing: border-box; }
    .kyojo__list .tag span {
      font-size: 18px;
      font-weight: 600;
      color: #000;
      padding: 0;
      line-height: 1; }
      .kyojo__list .tag span small {
        font-size: 12px; }
    @media screen and (max-width: 670px) {
      .kyojo__list .tag {
        width: 22.8vw;
        height: 4.9vw; }
        .kyojo__list .tag span {
          font-size: 2.9vw; } }
  .kyojo__list .study {
    position: absolute;
    width: 104px;
    height: 31px;
    top: 35px;
    left: 12px;
    background-color: #ffe400;
    text-align: center; }
    @media screen and (max-width: 670px) {
      .kyojo__list .study {
        top: 4.9vw;
        left: 1.8vw;
        width: 14.9vw;
        height: 4.4vw; } }
  .kyojo__list .new {
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (max-width: 670px) {
      .kyojo__list .new {
        width: 10.2vw;
        height: 10.2vw; }
        .kyojo__list .new img {
          width: 100%; } }
  .kyojo__list .time {
    margin-top: 20px; }
    .kyojo__list .time p {
      font-size: 14px;
      line-height: 1; }
    @media screen and (max-width: 670px) {
      .kyojo__list .time {
        margin-top: 4.9vw; }
        .kyojo__list .time p {
          font-size: 2.4vw; } }
  .kyojo__list .title {
    font-size: 20px;
    line-height: 1.25;
    margin-top: 10px; }
    .kyojo__list .title p {
      color: #000; }
    .kyojo__list .title.kyojo_txt p {
      text-indent: -1em;
      padding-left: 1em; }
    @media screen and (max-width: 670px) {
      .kyojo__list .title {
        margin-top: 4vw;
        font-size: 3.2vw;
        line-height: 1; } }
  .kyojo__list .btn {
    margin-top: 17px;
    display: block;
    background-color: #d9edec;
    width: 135px;
    height: 31px;
    border-radius: 15.5px;
    position: relative; }
    .kyojo__list .btn a {
      color: #000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      justify-content: center;
      width: 100%;
      height: 100%;
      font-size: 12px;
      padding-right: 1px; }
    .kyojo__list .btn::after {
      content: '';
      background: url("../images/list_arrow.png") no-repeat;
      position: absolute;
      top: calc(50% - 8.5px);
      right: 11px;
      width: 10px;
      height: 17px;
      background-size: 100%; }
    @media screen and (max-width: 670px) {
      .kyojo__list .btn {
        margin-top: 4vw;
        width: 46.1vw;
        height: 5.4vw;
        border-radius: 2.7vw; }
        .kyojo__list .btn a {
          font-size: 2.6vw; }
        .kyojo__list .btn::after {
          width: 1.4vw;
          height: 2.5vw;
          top: calc(50% - 2.5vw/2);
          right: 3vw;
          background-size: 100%; } }
  @media screen and (max-width: 670px) {
    .kyojo__list {
      width: 94.1vw;
      margin: 13.7vw auto 0; } }

.bgkyojo {
  background-color: #f4e5b2; }

.kyojo__link {
  width: 1000px;
  margin: auto; }
  .kyojo__link .title {
    text-align: center;
    padding: 25px 0; }
    .kyojo__link .title img {
      display: block;
      margin: auto; }
    .kyojo__link .title h3 {
      margin-top: 20px;
      font-size: 20px;
      color: #000; }
  .kyojo__link .read {
    margin-bottom: 70px; }
    .kyojo__link .read p {
      font-size: 16px;
      line-height: 1.8;
      color: #000;
      text-align: center; }
  .kyojo__link .link {
    position: relative;
    border-top: 1px solid #fff; }
    .kyojo__link .link__title {
      width: 330px;
      height: 35px;
      background-color: #fff;
      border-radius: 17.5px;
      margin: 0 auto;
      display: block;
      text-align: center;
      z-index: 2;
      position: relative; }
      .kyojo__link .link__title p {
        font-size: 20px;
        font-weight: bold;
        color: #000; }
    .kyojo__link .link .chara1 {
      position: absolute;
      top: -69px;
      left: 8px;
      z-index: 3; }
    .kyojo__link .link .chara2 {
      position: absolute;
      top: -69px;
      right: 34px; }
    .kyojo__link .link .chara3 {
      position: absolute;
      top: -28px;
      left: 248px;
      z-index: 1; }
    .kyojo__link .link .chara4 {
      position: absolute;
      top: -32px;
      right: 272px;
      z-index: 1; }
    .kyojo__link .link ul {
      margin: 0 auto;
      padding: 0 0 68px;
      width: 1000px; }
    .kyojo__link .link li {
      width: 100%;
      height: 67px;
      position: relative;
      border-bottom: 1px solid #fff; }
      .kyojo__link .link li .left {
        float: left;
        width: 241px;
        height: 100%; }
        .kyojo__link .link li .left ul {
          width: 100%;
          height: 100%;
          padding: 21px 0 22px;
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start; }
        .kyojo__link .link li .left li {
          width: 103px;
          height: 24px;
          border-bottom: 0 !important;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          justify-content: center; }
          .kyojo__link .link li .left li span {
            color: #fff;
            font-size: 14px; }
          .kyojo__link .link li .left li.join {
            background-color: #2eabd3; }
          .kyojo__link .link li .left li.research {
            background-color: #fe6264; }
          .kyojo__link .link li .left li.communicate {
            background-color: #af96dd; }
          .kyojo__link .link li .left li:nth-child(2) {
            margin-left: 2px; }
      .kyojo__link .link li .right {
        float: right;
        width: 759px;
        height: 100%;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .kyojo__link .link li .right p.place {
          font-size: 16px;
          color: #000;
          width: 100%;
          height: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: flex-start;
          align-items: flex-start;
          -webkit-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        .kyojo__link .link li .right p.name {
          width: 100%;
          height: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: flex-start;
          align-items: flex-start;
          -webkit-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          text-decoration: none; }
          .kyojo__link .link li .right p.name a {
            width: auto;
            position: relative;
            background: url("../images/topics_blank.png") no-repeat top right;
            padding-right: 30px;
            font-size: 16px;
            color: #007eff;
            text-decoration: underline;
            text-decoration-color: #007eff; }
            @media screen and (-webkit-min-device-pixel-ratio: 0) {
              .kyojo__link .link li .right p.name a {
                background-size: 23px 17px; } }
  @media screen and (max-width: 670px) {
    .kyojo__link {
      width: 94.1vw; }
      .kyojo__link .title {
        padding: 6.2vw 0 5.3vw; }
        .kyojo__link .title h3 {
          margin-top: 2vw;
          font-size: 3.2vw;
          line-height: 1; }
      .kyojo__link .read {
        margin-bottom: 6.9vw; }
        .kyojo__link .read p {
          font-size: 2.9vw;
          line-height: 1.6; }
      .kyojo__link .link .chara1 {
        width: 14.4vw;
        height: 9vw;
        top: -9.2vw;
        left: -4px; }
      .kyojo__link .link .chara2 {
        width: 9.3vw;
        height: 9vw;
        top: -9.2vw;
        right: -5px; }
      .kyojo__link .link ul {
        width: 100%;
        padding-bottom: 12.2vw; }
      .kyojo__link .link li {
        width: 100%;
        height: auto; }
        .kyojo__link .link li .left {
          float: none;
          width: auto;
          height: auto;
          position: absolute;
          top: 1.4vw;
          right: 0; }
          .kyojo__link .link li .left ul {
            padding: 0; }
          .kyojo__link .link li .left li {
            width: 18.1vw;
            height: 3.7vw; }
            .kyojo__link .link li .left li span {
              font-size: 2.4vw; }
        .kyojo__link .link li .right {
          float: none;
          width: 100%;
          padding: 2.1vw 0 2.2vw; }
          .kyojo__link .link li .right p.place {
            font-size: 2.4vw;
            line-height: 1;
            margin-bottom: 2.2vw; }
          .kyojo__link .link li .right p.name {
            line-height: 1.25;
            display: inline-block; }
            .kyojo__link .link li .right p.name a {
              font-size: 3.2vw;
              background-size: 3.7vw 2.8vw;
              word-break: break-all;
              background-position: center right;
              padding-right: 4.1vw; } }

#readingcont-body .study__top {
  position: relative;
  margin-bottom: 60px; }
  @media screen and (max-width: 670px) {
    #readingcont-body .study__top {
      margin-bottom: 0; } }
  #readingcont-body .study__top__inner {
    width: 1000px;
    height: 100%;
    margin: auto;
    position: relative; }
    #readingcont-body .study__top__inner figure {
      margin: auto;
      position: relative; }
      #readingcont-body .study__top__inner figure img {
        margin: auto; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__top__inner {
        width: 100%;
        height: auto; }
        #readingcont-body .study__top__inner figure {
          right: 0;
          width: auto;
          height: 100%; }
          #readingcont-body .study__top__inner figure img {
            width: auto;
            height: 100%; }
          #readingcont-body .study__top__inner figure br {
            display: none; } }
  #readingcont-body .study__top__info {
    z-index: 4; }
    #readingcont-body .study__top__info ul {
      display: flex;
      justify-content: flex-start; }
    #readingcont-body .study__top__info li:first-child {
      width: 174px;
      height: 34px;
      background-color: #86ccc8;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      justify-content: center; }
      #readingcont-body .study__top__info li:first-child p {
        font-size: 14px;
        color: #000;
        font-weight: 600;
        margin: auto; }
    #readingcont-body .study__top__info li:last-child.join {
      width: 275px;
      height: 34px;
      background-color: #fe6264;
      margin: 0 0 0 4px; }
      #readingcont-body .study__top__info li:last-child.join p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: #000;
        font-weight: 600; }
    #readingcont-body .study__top__info li:last-child.continue {
      width: 275px;
      height: 34px;
      background-color: #c0d278;
      margin: 0 0 0 4px; }
      #readingcont-body .study__top__info li:last-child.continue p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: #000;
        font-weight: 600; }
    #readingcont-body .study__top__info li:last-child.kyojo {
      width: 275px;
      height: 34px;
      background-color: #6ab2ea;
      margin: 0 0 0 4px; }
      #readingcont-body .study__top__info li:last-child.kyojo p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: #000;
        font-weight: 600; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__top__info {
        margin-top: 2vw; }
        #readingcont-body .study__top__info li:first-child {
          width: auto;
          height: 4.9vw;
          padding: 0 1vw; }
          #readingcont-body .study__top__info li:first-child p {
            font-size: 2.7vw; }
        #readingcont-body .study__top__info li:last-child.join {
          width: 48.8vw;
          height: 4.9vw; }
          #readingcont-body .study__top__info li:last-child.join p {
            font-size: 2.7vw; }
        #readingcont-body .study__top__info li:last-child.continue {
          width: 48.8vw;
          height: 4.9vw; }
          #readingcont-body .study__top__info li:last-child.continue p {
            font-size: 2.7vw; }
        #readingcont-body .study__top__info li:last-child.kyojo {
          width: 46.8vw;
          height: 4.9vw; }
          #readingcont-body .study__top__info li:last-child.kyojo p {
            font-size: 2.7vw; }
        #readingcont-body .study__top__info.kyojo3 li:first-child {
          width: auto; }
        #readingcont-body .study__top__info.study6 li:first-child {
          width: auto; }
        #readingcont-body .study__top__info.study6 li:last-child {
          width: 44.8vw; }
        #readingcont-body .study__top__info.study7 li:first-child {
          width: auto; } }
  #readingcont-body .study__top__title {
    position: absolute;
    top: 180px;
    left: 18px;
    z-index: 4; }
    #readingcont-body .study__top__title p {
      font-size: 24px;
      line-height: 1.5;
      color: #000;
      letter-spacing: 2.2px;
      text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0;
      /*上、下*/ }
    #readingcont-body .study__top__title h1 {
      font-size: 36px;
      font-weight: bold;
      color: #000;
      background: none;
      margin: 0 auto;
      height: auto;
      color: #000;
      text-shadow: #fff 2px 2px 0, #fff -2px -2px 0, #fff -2px 2px 0, #fff 2px -2px 0, #fff 0px 2px 0, #fff 0 -2px 0, #fff -2px 0 0, #fff 2px 0 0;
      /*上、下*/
      line-height: 48px;
      letter-spacing: 3px;
      font-weight: 600;
      font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }
      #readingcont-body .study__top__title h1 span {
        display: inline-block;
        font-size: 30px;
        text-shadow: 0px; }
      #readingcont-body .study__top__title h1.study3 {
        font-size: 30px; }
      #readingcont-body .study__top__title h1.kyojo3 {
        font-size: 48px;
        line-height: 60px; }
        #readingcont-body .study__top__title h1.kyojo3 span {
          font-size: 30px; }
    #readingcont-body .study__top__title.study7 {
      top: 160px; }
      #readingcont-body .study__top__title.study7 h1 {
        text-shadow: #fff 2px 2px 0, #fff -2px -2px 0, #fff -2px 2px 0, #fff 2px -2px 0, #fff 0px 2px 0, #fff 0 -2px 0, #fff -2px 0 0, #fff 2px 0 0;
        /*上、下*/ }
    #readingcont-body .study__top__title.study13 {
      top: 210px; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__top__title {
        top: 20vw;
        left: 3.3vw; }
        #readingcont-body .study__top__title p {
          font-size: 3.2vw;
          letter-spacing: 1px; }
        #readingcont-body .study__top__title h1 {
          font-size: 4.8vw;
          line-height: 6.4vw;
          text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff 0 -1px 0, #fff -1px 0 0, #fff 1px 0 0;
          /*上、下*/ }
          #readingcont-body .study__top__title h1 span {
            font-size: 4vw; }
          #readingcont-body .study__top__title h1.study3 {
            letter-spacing: 0;
            font-size: 4.8vw; }
            #readingcont-body .study__top__title h1.study3 b {
              font-size: 5.5vw; }
          #readingcont-body .study__top__title h1.kyojo3 {
            font-size: 6.4vw;
            line-height: 8vw; }
            #readingcont-body .study__top__title h1.kyojo3 span {
              font-size: 4vw; }
        #readingcont-body .study__top__title.study6 {
          top: 28vw; }
        #readingcont-body .study__top__title.study7 {
          top: 14.6vw; }
        #readingcont-body .study__top__title.study11 {
          top: 24vw; }
        #readingcont-body .study__top__title.study12 h1 {
          letter-spacing: 0.5px; }
        #readingcont-body .study__top__title.study13 {
          top: 23vw; } }
#readingcont-body .study__read {
  width: 980px;
  margin: auto; }
  #readingcont-body .study__read p {
    font-size: 20px;
    color: #000;
    line-height: 1.65;
    margin: 0; }
    #readingcont-body .study__read p small {
      font-size: 14px; }
  #readingcont-body .study__read.kyojo3 {
    padding-bottom: 20px; }
    #readingcont-body .study__read.kyojo3 p {
      font-size: 18px;
      margin-bottom: 30px; }
      #readingcont-body .study__read.kyojo3 p.link {
        line-height: 20px; }
  #readingcont-body .study__read.study8 .img {
    width: 726px;
    margin: 30px auto 50px; }
    #readingcont-body .study__read.study8 .img figure {
      width: 100%;
      margin: 0 auto 12px; }
      #readingcont-body .study__read.study8 .img figure img {
        display: block; }
    #readingcont-body .study__read.study8 .img figcaption {
      font-size: 14px;
      line-height: 20px;
      color: #000; }
  @media screen and (max-width: 670px) {
    #readingcont-body .study__read {
      width: 100%;
      margin: 6.5vw auto 0; }
      #readingcont-body .study__read p {
        font-size: 3.2vw;
        line-height: 6.4vw;
        color: #000; }
        #readingcont-body .study__read p small {
          font-size: 2.4vw;
          line-height: 1.3;
          display: block; }
      #readingcont-body .study__read.kyojo3 {
        padding-bottom: 20px; }
        #readingcont-body .study__read.kyojo3 p {
          font-size: 3.2vw;
          margin-bottom: 4.4vw; }
          #readingcont-body .study__read.kyojo3 p.link {
            font-size: 2.9vw;
            line-height: 4.8vw; }
      #readingcont-body .study__read.study8 .img {
        width: 94.1vw;
        margin: 6.6vw auto 9.3vw; }
        #readingcont-body .study__read.study8 .img figure {
          margin-bottom: 1.3vw; }
          #readingcont-body .study__read.study8 .img figure img {
            display: block; }
        #readingcont-body .study__read.study8 .img figcaption {
          font-size: 2.9vw;
          color: #000;
          line-height: 4vw; } }
#readingcont-body .study__anchor {
  width: 960px;
  margin: 52px auto 80px; }
  #readingcont-body .study__anchor ul {
    display: flex;
    flex-wrap: wrap; }
  #readingcont-body .study__anchor li {
    width: 100%;
    height: 110px;
    background-color: #fffad4;
    margin-bottom: 10px; }
    #readingcont-body .study__anchor li:last-child {
      margin-bottom: 0; }
    #readingcont-body .study__anchor li a {
      display: block;
      width: 100%;
      height: 100%; }
      #readingcont-body .study__anchor li a:hover {
        text-decoration: none; }
    #readingcont-body .study__anchor li p.title {
      width: 915px;
      margin: auto;
      line-height: 1;
      position: relative;
      padding-top: 20px;
      background: url("../images/kyojo/study1/arrow_icon.png") no-repeat bottom right;
      background-size: 24px; }
    #readingcont-body .study__anchor li .keyword {
      width: 915px;
      background-color: #fff;
      margin: 17px auto 11px;
      height: 38px;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 14px; }
      #readingcont-body .study__anchor li .keyword p {
        font-size: 18px;
        line-height: 1;
        color: #000; }
      #readingcont-body .study__anchor li .keyword + p {
        display: none; }
    #readingcont-body .study__anchor li:hover {
      opacity: 0.5; }
  #readingcont-body .study__anchor.anchor2 li {
    height: auto; }
    #readingcont-body .study__anchor.anchor2 li .keyword + .keyword {
      margin: 7px auto 18px; }
    #readingcont-body .study__anchor.anchor2 li:last-child {
      height: 65px; }
      #readingcont-body .study__anchor.anchor2 li:last-child p.title {
        padding-top: 22.5px; }
  #readingcont-body .study__anchor.study6 li {
    height: auto; }
    #readingcont-body .study__anchor.study6 li .keyword + .keyword {
      margin: 7px auto 0; }
    #readingcont-body .study__anchor.study6 li .keyword + .keyword + .keyword {
      margin: 7px auto 18px; }
    #readingcont-body .study__anchor.study6 li:last-child {
      height: 205px; }
      #readingcont-body .study__anchor.study6 li:last-child .keyword {
        margin-bottom: 0px; }
      #readingcont-body .study__anchor.study6 li:last-child p.title {
        padding-top: 22.5px; }
  #readingcont-body .study__anchor.study8 {
    margin-top: 10px; }
    #readingcont-body .study__anchor.study8 .img figure {
      margin: auto; }
      #readingcont-body .study__anchor.study8 .img figure img {
        display: block;
        margin: auto; }
  #readingcont-body .study__anchor.study11 li {
    height: 62px; }
  @media screen and (max-width: 670px) {
    #readingcont-body .study__anchor {
      width: 100%;
      margin: 6.4vw auto 12vw; }
      #readingcont-body .study__anchor li {
        height: 20.5vw;
        margin-bottom: 2vw; }
        #readingcont-body .study__anchor li p.title {
          width: auto;
          font-size: 3.5vw;
          padding-top: 1.6vw;
          padding-left: 3.3vw;
          margin-right: 3.2vw;
          background-position: center right;
          line-height: 1.2;
          background-size: 3.2vw; }
        #readingcont-body .study__anchor li .keyword {
          width: 95.3%;
          margin: 1.5vw auto 0;
          height: auto;
          min-height: 5vw; }
          #readingcont-body .study__anchor li .keyword p {
            font-size: 3.2vw;
            line-height: 1.2; }
      #readingcont-body .study__anchor.anchor2 li p.title {
        margin-top: 1.6vw;
        padding-top: 0; }
      #readingcont-body .study__anchor.anchor2 li .keyword + .keyword {
        height: 8.4vw;
        margin-bottom: 2.1vw; }
      #readingcont-body .study__anchor.anchor2 li:last-child {
        height: 8vw; }
        #readingcont-body .study__anchor.anchor2 li:last-child p.title {
          margin-top: 1.6vw;
          padding-top: 0; }
      #readingcont-body .study__anchor.study5 li p.title {
        text-indent: -1em;
        padding-left: calc(3.3vw + 1em); }
      #readingcont-body .study__anchor.study6 li {
        height: 20vw; }
        #readingcont-body .study__anchor.study6 li p.title {
          text-indent: -1em;
          padding-left: calc(3.3vw + 1em); }
        #readingcont-body .study__anchor.study6 li .keyword {
          padding-left: 1vw; }
        #readingcont-body .study__anchor.study6 li:last-child {
          height: 32.9vw; }
          #readingcont-body .study__anchor.study6 li:last-child p.title {
            padding-top: 1.6vw; }
          #readingcont-body .study__anchor.study6 li:last-child .keyword + .keyword {
            margin-top: 1vw; }
          #readingcont-body .study__anchor.study6 li:last-child .keyword + .keyword + .keyword {
            margin-top: 1vw; }
      #readingcont-body .study__anchor.study8 {
        margin-top: 0; }
        #readingcont-body .study__anchor.study8 .img figure {
          margin: auto; }
          #readingcont-body .study__anchor.study8 .img figure img {
            width: 24.6vw; }
        #readingcont-body .study__anchor.study8 li {
          height: 15vw; }
      #readingcont-body .study__anchor.study11 li {
        height: auto; }
        #readingcont-body .study__anchor.study11 li p.title {
          padding-bottom: 1.6vw; } }
#readingcont-body .study__anchor2 {
  width: 914px;
  margin: 180px auto 85px;
  background-color: #fffad4;
  padding: 20px 23px 25px;
  position: relative; }
  #readingcont-body .study__anchor2 .img1 {
    position: absolute;
    top: -135px;
    right: 174px; }
  #readingcont-body .study__anchor2 ul {
    padding: 0 !important;
    background: unset !important;
    margin: 0 !important; }
  #readingcont-body .study__anchor2 li {
    width: 100%;
    height: 38px;
    background-color: #fff;
    margin-bottom: 8px;
    padding-left: 0 !important; }
    #readingcont-body .study__anchor2 li:last-child {
      margin-bottom: 0; }
    #readingcont-body .study__anchor2 li::before {
      content: none; }
  #readingcont-body .study__anchor2 a {
    width: calc(100% - 13px);
    height: 100%;
    display: flex;
    padding-left: 13px;
    line-height: 38px;
    font-size: 18px;
    color: #000;
    position: relative; }
    #readingcont-body .study__anchor2 a::after {
      content: "";
      background: url("../images/interview/vol006/arrow_icon.png") no-repeat;
      position: absolute;
      right: 6px;
      top: 7px;
      width: 24px;
      height: 24px;
      background-size: 100% 100%; }
    #readingcont-body .study__anchor2 a:hover {
      opacity: 0.5;
      text-decoration: none; }
  #readingcont-body .study__anchor2.study12 .img1 {
    top: -127px;
    right: 269px; }
  #readingcont-body .study__anchor2.study13 .img1 {
    left: 303px;
    top: -115px; }
  #readingcont-body .study__anchor2.study13 .img2 {
    position: absolute;
    right: 174px;
    top: -128px; }
  @media screen and (max-width: 670px) {
    #readingcont-body .study__anchor2 {
      width: calc(100% - 4.5vw);
      padding: 2.6vw 2.3vw 2.6vw 2.2vw;
      margin: 28.5vw auto 9.7vw; }
      #readingcont-body .study__anchor2 .img1 {
        width: 24.6vw;
        right: 6.9vw;
        top: -19.2vw; }
      #readingcont-body .study__anchor2 li {
        height: auto; }
      #readingcont-body .study__anchor2 a {
        font-size: 3.2vw;
        line-height: 3.7vw;
        padding: 0.5vw 4.1vw 0.6vw 1.8vw;
        width: calc(100% - 5.9vw); }
        #readingcont-body .study__anchor2 a::after {
          width: 3.2vw;
          height: 3.2vw;
          right: 0.93vw;
          top: calc(50% - 1.6vw);
          background-size: 100%; }
      #readingcont-body .study__anchor2.study12 .img1 {
        width: 19vw;
        top: -24.6vw;
        right: 10.1vw; }
        #readingcont-body .study__anchor2.study12 .img1 img {
          width: 100%; }
      #readingcont-body .study__anchor2.study13 .img1 {
        width: 21.7vw;
        top: -24.6vw;
        left: 9.3vw; }
        #readingcont-body .study__anchor2.study13 .img1 img {
          width: 100%; }
      #readingcont-body .study__anchor2.study13 .img2 {
        width: 39.4vw;
        top: -26.9vw;
        right: 5.3vw; }
        #readingcont-body .study__anchor2.study13 .img2 img {
          width: 100%; } }
#readingcont-body .study__content {
  width: 1000px;
  margin: auto;
  overflow: hidden;
  padding-bottom: 150px; }
  #readingcont-body .study__content h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
    background-color: #86ccc8;
    padding: 12px 35px;
    color: #000;
    margin-bottom: 44px; }
  #readingcont-body .study__content h3 {
    width: 970px;
    margin: 0 auto 20px;
    font-size: 36px;
    color: #419893;
    line-height: 1.2; }
  #readingcont-body .study__content .color {
    margin-bottom: 30px; }
    #readingcont-body .study__content .color span {
      font-size: 30px;
      background-color: #ffe400;
      color: #000;
      font-weight: bold;
      padding: 0 0 0 20px; }
    #readingcont-body .study__content .color.study3 {
      margin-top: 80px; }
  #readingcont-body .study__content p {
    width: 970px;
    margin: 0 auto 30px;
    font-size: 18px;
    color: #000;
    line-height: 30px; }
    #readingcont-body .study__content p span {
      color: #419893; }
    #readingcont-body .study__content p + h3 {
      margin-top: 70px; }
    #readingcont-body .study__content p small {
      font-size: 14px;
      line-height: 20px; }
  #readingcont-body .study__content .img {
    width: 569px;
    margin: 0 auto 50px; }
    #readingcont-body .study__content .img figure {
      width: 100%;
      margin: 0 auto 12px;
      height: auto; }
      #readingcont-body .study__content .img figure img {
        display: block; }
    #readingcont-body .study__content .img figcaption {
      font-size: 14px;
      line-height: 20px;
      color: #000; }
    #readingcont-body .study__content .img.center {
      width: 100%;
      margin: 0 auto 40px; }
      #readingcont-body .study__content .img.center figure {
        height: auto; }
        #readingcont-body .study__content .img.center figure img {
          display: block;
          margin: auto; }
    #readingcont-body .study__content .img .btn {
      margin: 15px auto 0;
      background-color: unset;
      color: unset;
      padding: 0;
      text-align: unset; }
      #readingcont-body .study__content .img .btn a {
        background-color: #d9edec;
        width: 570px;
        height: 73px;
        border-radius: 36.5px;
        display: block;
        position: relative; }
        #readingcont-body .study__content .img .btn a::before {
          content: "";
          background: url("../images/choivola/blamk.png") no-repeat;
          background-size: 100%;
          position: absolute;
          top: 27px;
          right: 82px;
          width: 25px;
          height: 19px; }
        #readingcont-body .study__content .img .btn a::after {
          content: "";
          background: url("../images/choivola/arrow.png") no-repeat;
          background-size: 100%;
          position: absolute;
          top: 27px;
          right: 52px;
          width: 10px;
          height: 17px; }
        #readingcont-body .study__content .img .btn a:hover {
          opacity: 0.7;
          text-decoration: none; }
      #readingcont-body .study__content .img .btn .p {
        width: calc(100% - 78px);
        height: 100%;
        display: flex;
        justify-content: center;
        flex-flow: column;
        padding-left: 78px;
        font-size: 30px;
        font-weight: 600; }
        #readingcont-body .study__content .img .btn .p .span {
          font-size: 30px;
          color: #000; }
          #readingcont-body .study__content .img .btn .p .span small {
            font-size: 14px; }
      #readingcont-body .study__content .img .btn::after {
        content: none; }
    #readingcont-body .study__content .img.study8 {
      width: 763px; }
      #readingcont-body .study__content .img.study8 figure {
        height: auto; }
        #readingcont-body .study__content .img.study8 figure img {
          display: block; }
    #readingcont-body .study__content .img.study9 {
      width: 259px; }
  #readingcont-body .study__content .campaign {
    width: 970px;
    height: 230px;
    position: relative;
    background-color: #D9EDEC;
    margin: 0 auto 85px; }
    #readingcont-body .study__content .campaign .left {
      position: absolute;
      top: -12px;
      left: 0; }
      #readingcont-body .study__content .campaign .left figure {
        margin: auto; }
        #readingcont-body .study__content .campaign .left figure a {
          display: block; }
          #readingcont-body .study__content .campaign .left figure a:hover {
            opacity: 0.7; }
    #readingcont-body .study__content .campaign .right {
      position: absolute;
      width: 524px;
      top: 0;
      right: 21px;
      height: 100%; }
      #readingcont-body .study__content .campaign .right .top {
        border-bottom: 1px solid #419796;
        height: 87px;
        width: 100%; }
        #readingcont-body .study__content .campaign .right .top p {
          width: 100%;
          height: 100%;
          display: flex;
          flex-flow: column;
          justify-content: center;
          font-size: 28px;
          color: #419893;
          line-height: 33px;
          font-weight: bold; }
      #readingcont-body .study__content .campaign .right .bottom {
        padding-top: 8px; }
        #readingcont-body .study__content .campaign .right .bottom p {
          width: 100%;
          font-size: 18px;
          line-height: 30px;
          margin-bottom: 0;
          letter-spacing: -0.5px; }
          #readingcont-body .study__content .campaign .right .bottom p span {
            font-size: 14px; }
          #readingcont-body .study__content .campaign .right .bottom p a {
            color: #007eff;
            text-decoration: underline;
            text-decoration-color: #8abaf6; }
  #readingcont-body .study__content .profile {
    width: 970px;
    margin: 0 auto 60px;
    border-top: 1px solid #86ccc8;
    overflow: hidden; }
    #readingcont-body .study__content .profile .left {
      float: left;
      width: 363px; }
      #readingcont-body .study__content .profile .left .title {
        width: 103px;
        height: 19px;
        margin: 21px 0 0 5px; }
        #readingcont-body .study__content .profile .left .title + .img {
          margin-top: 25px; }
      #readingcont-body .study__content .profile .left .mark {
        margin: 24px auto; }
        #readingcont-body .study__content .profile .left .mark img {
          display: block;
          margin: auto; }
      #readingcont-body .study__content .profile .left .img {
        width: 360px;
        margin: auto; }
        #readingcont-body .study__content .profile .left .img p {
          width: auto;
          margin: inherit;
          font-size: inherit;
        }
        #readingcont-body .study__content .profile .left .img figure {
          width: 100%;
          height: 240px;
          margin: 0 auto 16px; }
        #readingcont-body .study__content .profile .left .img figcaption {
          color: #000;
          font-size: 14px;
          line-height: 20px; }
        #readingcont-body .study__content .profile .left .img + .img {
          margin-top: 27px; }
    #readingcont-body .study__content .profile .right {
      float: right;
      width: 577px; }
      #readingcont-body .study__content .profile .right .name p {
        font-size: 20px;
        width: 100%;
        margin: 65px auto 15px;
        font-weight: 600; }
      #readingcont-body .study__content .profile .right p {
        font-size: 16px;
        width: 100%; }
      #readingcont-body .study__content .profile .right .address p {
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 21px; }
        #readingcont-body .study__content .profile .right .address p span {
          color: #ff0000;
          font-size: 14px; }
      #readingcont-body .study__content .profile .right .tel p {
        width: 100%;
        margin: 0 0 30px;
        font-size: 18px;
        line-height: 1; }
      #readingcont-body .study__content .profile .right .mail {
        font-size: 18px;
        line-height: 1;
        color: #000;
        margin-bottom: 30px; }
        #readingcont-body .study__content .profile .right .mail a {
          text-decoration: underline;
          text-decoration-color: #007eff;
          color: #007eff; }
      #readingcont-body .study__content .profile .right .url {
        font-size: 18px;
        color: #000;
        line-height: 1;
        margin-bottom: 30px; }
        #readingcont-body .study__content .profile .right .url a {
          text-decoration: underline;
          text-decoration-color: #007eff;
          color: #007eff; }
      #readingcont-body .study__content .profile .right .sns ul {
        display: flex;
        margin-bottom: 18px; }
      #readingcont-body .study__content .profile .right .sns li {
        margin-right: 10px; }
      #readingcont-body .study__content .profile .right .btn {
        display: block;
        color: unset;
        background-color: unset;
        padding: 0;
        border-radius: 0;
        text-align: unset; }
        #readingcont-body .study__content .profile .right .btn a {
          width: 570px;
          height: 73px;
          display: block;
          background-color: #d9edec;
          border-radius: 36.5px;
          position: relative; }
          #readingcont-body .study__content .profile .right .btn a::before {
            content: "";
            background: url("../images/choivola/blamk.png") no-repeat;
            background-size: 100%;
            position: absolute;
            top: 27px;
            right: 82px;
            width: 25px;
            height: 19px; }
          #readingcont-body .study__content .profile .right .btn a::after {
            content: "";
            background: url("../images/choivola/arrow.png") no-repeat;
            background-size: 100%;
            position: absolute;
            top: 27px;
            right: 52px;
            width: 10px;
            height: 17px; }
          #readingcont-body .study__content .profile .right .btn a:hover {
            opacity: 0.7;
            text-decoration: none; }
        #readingcont-body .study__content .profile .right .btn .p {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          flex-flow: column;
          padding-left: 40px;
          font-size: 26px;
          font-weight: 600;
          color: #000; }
          #readingcont-body .study__content .profile .right .btn span {
            color: #000;
            font-size: 18px; }
        #readingcont-body .study__content .profile .right .btn p.exp {
          font-size: 16px;
          line-height: 18px;
          margin-top: 13px; }
        #readingcont-body .study__content .profile .right .btn.btn2 span {
          padding-left: 98px; }
          #readingcont-body .study__content .profile .right .btn.btn2 p.exp {
            padding-left: 0;
            font-weight: 100; }
        #readingcont-body .study__content .profile .right .btn.btn2 span {
          font-size: 26px; }
          #readingcont-body .study__content .profile .right .btn.btn2 span small {
            font-size: 16px; }
        #readingcont-body .study__content .profile .right .btn:hover {
          color: none;
          background-color: none;
          cursor: auto; }
        #readingcont-body .study__content .profile .right .btn::after {
          content: none; }
  #readingcont-body .study__content .message {
    width: 100%; }
    #readingcont-body .study__content .message img {
      width: 100%; }
    #readingcont-body .study__content .message.study7 {
      padding-top: 40px; }
    #readingcont-body .study__content .message.study12 {
      padding-top: 70px; }
    #readingcont-body .study__content .message + .message {
      margin-top: 39px; }
  #readingcont-body .study__content .voice {
    margin-top: 110px;
    overflow: unset;
    z-index: 1;
    position: relative; }
    #readingcont-body .study__content .voice .title {
      position: relative;
      background-color: #ffe1a7;
      height: 38px;
      border-radius: 10px;
      z-index: 1; }
      #readingcont-body .study__content .voice .title p {
        width: auto;
        text-align: center;
        margin: auto;
        line-height: 38px; }
      #readingcont-body .study__content .voice .title .image {
        position: absolute;
        top: -71px;
        left: 295px;
        right: 0;
        z-index: 2;
        width: 98px; }
        #readingcont-body .study__content .voice .title .image img {
          display: block; }
    #readingcont-body .study__content .voice ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 37px 0 60px; }
    #readingcont-body .study__content .voice li {
      width: 463px;
      overflow: hidden;
      margin-bottom: 23px; }
      #readingcont-body .study__content .voice li:nth-child(n+3) {
        margin-bottom: 0; }
      #readingcont-body .study__content .voice li .left {
        float: left; }
        #readingcont-body .study__content .voice li .left img {
          display: block; }
      #readingcont-body .study__content .voice li .right {
        float: right;
        width: 298px; }
        #readingcont-body .study__content .voice li .right .txt {
          width: 100%;
          font-size: 14px;
          line-height: 20px;
          margin-bottom: 13px; }
        #readingcont-body .study__content .voice li .right .name {
          margin-bottom: 0;
          width: 100%;
          background-color: #d9edec;
          padding-left: 5px;
          font-size: 15px;
          line-height: 22px; }
  #readingcont-body .study__content ol {
    counter-reset: unset;
    padding: 0;
    background: unset;
    margin: 0; }
    #readingcont-body .study__content ol > li {
      margin-bottom: 0;
      padding-left: 0; }
      #readingcont-body .study__content ol > li::before {
        content: none; }
  #readingcont-body .study__content.study11 {
    padding-bottom: 38px; }
  @media screen and (max-width: 670px) {
    #readingcont-body .study__content {
      width: 100%;
      margin: auto;
      padding-bottom: 4.3vw; }
      #readingcont-body .study__content h2 {
        font-size: 5.3vw;
        padding: 2vw 2.9vw;
        margin-bottom: 7.6vw; }
      #readingcont-body .study__content .color {
        margin: 0 auto 4.6vw;
        width: 100%; }
        #readingcont-body .study__content .color span {
          font-size: 4vw;
          padding-left: 2.6vw; }
        #readingcont-body .study__content .color.study3 {
          margin-top: 10vw; }
      #readingcont-body .study__content h3 {
        margin: 0 auto 4.6vw;
        font-size: 6.4vw;
        line-height: 1.25;
        width: 100%; }
        #readingcont-body .study__content h3.study6 {
          letter-spacing: -1px; }
      #readingcont-body .study__content p {
        width: 100%;
        font-size: 3.2vw;
        line-height: 2;
        margin-bottom: 6vw; }
        #readingcont-body .study__content p + h3 {
          margin-top: 9.3vw; }
        #readingcont-body .study__content p small {
          font-size: 2.8vw;
          line-height: 1.3;
          display: block; }
      #readingcont-body .study__content .img {
        width: 100%;
        margin: 0 auto 9.3vw; }
        #readingcont-body .study__content .img figure {
          height: auto;
          margin-bottom: 1.3vw; }
          #readingcont-body .study__content .img figure img {
            display: block; }
        #readingcont-body .study__content .img figcaption {
          font-size: 2.9vw;
          color: #000;
          line-height: 4vw; }
        #readingcont-body .study__content .img.center {
          width: 100%;
          margin: 0 auto 6vw; }
        #readingcont-body .study__content .img .btn {
          width: 100%;
          margin-top: 4vw; }
          #readingcont-body .study__content .img .btn a {
            width: 100%;
            height: 12vw;
            border-radius: 6vw; }
            #readingcont-body .study__content .img .btn a::before {
              width: 4vw;
              height: 3.2vw;
              top: 4.4vw;
              right: 13.8vw; }
            #readingcont-body .study__content .img .btn a::after {
              width: 1.6vw;
              height: 2.6vw;
              top: 4.4vw;
              right: 8.6vw; }
          #readingcont-body .study__content .img .btn .p {
            padding-left: 12vw;
            width: calc(100% - 12vw);
            line-height: 4vw; }
            #readingcont-body .study__content .img .btn .p .span {
              font-size: 4.8vw; }
              #readingcont-body .study__content .img .btn .p .span small {
                font-size: 2.4vw; }
        #readingcont-body .study__content .img.study8 {
          width: 100%; }
      #readingcont-body .study__content .campaign {
        width: 100%;
        height: auto;
        margin-bottom: 13.3vw; }
        #readingcont-body .study__content .campaign .left {
          top: -3.3vw;
          position: absolute;
          z-index: 2; }
        #readingcont-body .study__content .campaign .right {
          position: relative;
          width: 95%;
          margin: auto;
          right: 0;
          top: 0;
          padding-top: 30.5vw;
          z-index: 1; }
          #readingcont-body .study__content .campaign .right .top {
            height: 9.3vw; }
            #readingcont-body .study__content .campaign .right .top p {
              font-size: 3.4vw;
              line-height: 1; }
          #readingcont-body .study__content .campaign .right .bottom {
            height: 17.2vw;
            padding-top: 0vw; }
            #readingcont-body .study__content .campaign .right .bottom p {
              width: 100%;
              font-size: 2.4vw;
              line-height: 4vw;
              padding-top: 2vw; }
              #readingcont-body .study__content .campaign .right .bottom p span {
                font-size: 1.8vw; }
      #readingcont-body .study__content .profile {
        width: 100%;
        margin-bottom: 8.2vw; }
        #readingcont-body .study__content .profile .left {
          position: relative;
          width: 100%; }
          #readingcont-body .study__content .profile .left .title {
            margin-top: 7.3vw;
            width: 20.6vw;
            height: 3.6vw; }
            #readingcont-body .study__content .profile .left .title img {
              width: 100%;
              height: auto; }
          #readingcont-body .study__content .profile .left .mark {
            width: 20vw;
            height: 23vw;
            margin-top: 13.3vw;
            margin-left: 6.2vw;
            float: left; }
            #readingcont-body .study__content .profile .left .mark.mark2 {
              margin-left: 0;
              width: 31.2vw;
              height: auto; }
            #readingcont-body .study__content .profile .left .mark.mark3 {
              margin-left: 0;
              width: 30.9vw;
              height: auto; }
            #readingcont-body .study__content .profile .left .mark.mark4 {
              width: 32vw;
              margin-left: 0;
              height: auto; }
            #readingcont-body .study__content .profile .left .mark.study13 {
              margin-left: 0;
              width: 33vw; }
          #readingcont-body .study__content .profile .left .img {
            width: 59%;
            float: right;
            height: auto;
            margin-top: 4.9vw; }
            #readingcont-body .study__content .profile .left .img figure {
              height: auto;
              margin-bottom: 1.6vw; }
            #readingcont-body .study__content .profile .left .img figcaption {
              font-size: 2.9vw; }
            #readingcont-body .study__content .profile .left .img.study4 {
              float: none; }
          #readingcont-body .study__content .profile .left .modal__btn {
            position: absolute;
            width: 46.1vw;
            height: 5.4vw;
            border-radius: 2.7vw;
            background-color: #dcecec;
            right: 0;
            top: 6.9vw; }
            #readingcont-body .study__content .profile .left .modal__btn a {
              width: 100%;
              height: 100%;
              display: flex;
              flex-flow: column;
              justify-content: center;
              position: relative;
              align-items: center; }
              #readingcont-body .study__content .profile .left .modal__btn a::after {
                content: '';
                background: url("../images/sp_profile_arrow.png") no-repeat;
                background-size: auto;
                position: absolute;
                top: calc(50% - 2.5vw/2);
                right: 3.2vw;
                width: 1.4vw;
                height: 2.4vw;
                background-size: 100%; }
            #readingcont-body .study__content .profile .left .modal__btn span {
              font-size: 2.6vw;
              color: #000; }
        #readingcont-body .study__content .profile .right {
          width: 100%; }
          #readingcont-body .study__content .profile .right .name {
            display: none; }
          #readingcont-body .study__content .profile .right .address {
            display: none; }
          #readingcont-body .study__content .profile .right .tel {
            display: none; }
          #readingcont-body .study__content .profile .right .mail {
            display: none; }
          #readingcont-body .study__content .profile .right .url {
            display: none; }
          #readingcont-body .study__content .profile .right .sns {
            display: none; }
          #readingcont-body .study__content .profile .right .btn {
            width: 100%;
            margin-top: 6.2vw; }
            #readingcont-body .study__content .profile .right .btn a {
              width: 100%;
              height: 11.8vw;
              border-radius: 5.9vw; }
              #readingcont-body .study__content .profile .right .btn a::before {
                width: 4vw;
                height: 3.2vw;
                top: 4.4vw;
                right: 13.8vw; }
              #readingcont-body .study__content .profile .right .btn a::after {
                width: 1.6vw;
                height: 2.6vw;
                top: 4.4vw;
                right: 8.6vw; }
              #readingcont-body .study__content .profile .right .btn a .p {
                font-size: 4.2vw;
                padding-left: 6.2vw;
                line-height: 4vw;
                color: #000; }
                #readingcont-body .study__content .profile .right .btn a span {
                  color: #000;
                  font-size: 2.9vw; }
            #readingcont-body .study__content .profile .right .btn .p {
              font-size: 2.4vw;
              padding-left: 0;
              margin-top: 1.3vw;
              margin-bottom: 0;
              line-height: 1.3; }
            #readingcont-body .study__content .profile .right .btn.btn2 span {
              padding-left: 12vw; }
              #readingcont-body .study__content .profile .right .btn.btn2 span {
                font-size: 4.8vw; }
                #readingcont-body .study__content .profile .right .btn.btn2 span small {
                  font-size: 2.4vw; }
              #readingcont-body .study__content .profile .right .btn.btn2 p.exp {
                padding-left: 0;
                font-size: 2.4vw;
                line-height: 1.3; }
          #readingcont-body .study__content .profile .right p {
            display: none; }
      #readingcont-body .study__content .message {
        width: 100%;
        margin: 0 auto 11vw; }
        #readingcont-body .study__content .message + .message {
          margin: 4.4vw auto 0; }
        #readingcont-body .study__content .message + .message + .message + .message {
          margin: 4.4vw auto 8.6vw; }
        #readingcont-body .study__content .message.study7 {
          padding-top: 0;
          margin: 0 auto; }
        #readingcont-body .study__content .message.study12 {
          padding-top: 0;
          margin: 0 auto; }
      #readingcont-body .study__content .voice {
        width: 94.1vw;
        margin: 20.3vw auto 0; }
        #readingcont-body .study__content .voice .title {
          height: 5.2vw; }
          #readingcont-body .study__content .voice .title p {
            line-height: 5.2vw;
            font-size: 3.2vw; }
          #readingcont-body .study__content .voice .title .image {
            width: 18.5vw;
            left: 15.7vw;
            top: -15.4vw; }
        #readingcont-body .study__content .voice ul {
          padding: 4.9vw 0 10.9vw; }
        #readingcont-body .study__content .voice li {
          width: 100%;
          margin-bottom: 4vw; }
          #readingcont-body .study__content .voice li .left {
            width: 20.8vw; }
          #readingcont-body .study__content .voice li .right {
            width: 72vw; }
            #readingcont-body .study__content .voice li .right .txt {
              font-size: 2.6vw;
              line-height: 1.4;
              margin-bottom: 0.9vw; }
            #readingcont-body .study__content .voice li .right .name {
              width: 40.8vw;
              margin: 0;
              font-size: 2.4vw;
              line-height: 3.3vw; }
          #readingcont-body .study__content .voice li:nth-child(n+3) {
            margin-bottom: 4vw; }
          #readingcont-body .study__content .voice li:last-child {
            margin-bottom: 0; }
      #readingcont-body .study__content.study11 {
        padding-bottom: 9vw; }
      #readingcont-body .study__content #modal-content1, #readingcont-body .study__content #modal-content2, #readingcont-body .study__content #modal-content3, #readingcont-body .study__content #modal-content4 {
        background-color: #fff;
        max-height: 75vh;
        width: 98%;
        left: 0 !important;
        right: 0;
        margin: auto; }
        #readingcont-body .study__content #modal-content1 .study__modal__inner, #readingcont-body .study__content #modal-content2 .study__modal__inner, #readingcont-body .study__content #modal-content3 .study__modal__inner, #readingcont-body .study__content #modal-content4 .study__modal__inner {
          width: 100%;
          margin: 0 auto;
          height: 100%;
          overflow-y: scroll;
          max-height: 75vh; }
        #readingcont-body .study__content #modal-content1 .study__modal__img, #readingcont-body .study__content #modal-content2 .study__modal__img, #readingcont-body .study__content #modal-content3 .study__modal__img, #readingcont-body .study__content #modal-content4 .study__modal__img {
          margin: 7.7vw auto 8vw;
          width: 25.4vw; }
          #readingcont-body .study__content #modal-content1 .study__modal__img.study3, #readingcont-body .study__content #modal-content2 .study__modal__img.study3, #readingcont-body .study__content #modal-content3 .study__modal__img.study3, #readingcont-body .study__content #modal-content4 .study__modal__img.study3 {
            width: 35vw; }
        #readingcont-body .study__content #modal-content1 .mark, #readingcont-body .study__content #modal-content2 .mark, #readingcont-body .study__content #modal-content3 .mark, #readingcont-body .study__content #modal-content4 .mark {
          margin: 7.6vw auto 0;
          text-align: center; }
        #readingcont-body .study__content #modal-content1 .name p, #readingcont-body .study__content #modal-content2 .name p, #readingcont-body .study__content #modal-content3 .name p, #readingcont-body .study__content #modal-content4 .name p {
          font-size: 4vw;
          width: 87.4vw;
          margin-bottom: 2vw;
          line-height: 4vw; }
        #readingcont-body .study__content #modal-content1 .name.study4, #readingcont-body .study__content #modal-content2 .name.study4, #readingcont-body .study__content #modal-content3 .name.study4, #readingcont-body .study__content #modal-content4 .name.study4 {
          margin-top: 7.4vw; }
        #readingcont-body .study__content #modal-content1 .name.study6, #readingcont-body .study__content #modal-content2 .name.study6, #readingcont-body .study__content #modal-content3 .name.study6, #readingcont-body .study__content #modal-content4 .name.study6 {
          margin-top: 4.8vw; }
        #readingcont-body .study__content #modal-content1 .name.study8, #readingcont-body .study__content #modal-content2 .name.study8, #readingcont-body .study__content #modal-content3 .name.study8, #readingcont-body .study__content #modal-content4 .name.study8 {
          margin-top: 4vw; }
        #readingcont-body .study__content #modal-content1 .address p, #readingcont-body .study__content #modal-content2 .address p, #readingcont-body .study__content #modal-content3 .address p, #readingcont-body .study__content #modal-content4 .address p {
          width: 87.4vw;
          font-size: 3.4vw;
          margin-bottom: 4vw;
          line-height: 4vw; }
          #readingcont-body .study__content #modal-content1 .address p span, #readingcont-body .study__content #modal-content2 .address p span, #readingcont-body .study__content #modal-content3 .address p span, #readingcont-body .study__content #modal-content4 .address p span {
            color: #ff0000;
            font-size: 2.6vw; }
        #readingcont-body .study__content #modal-content1 .tel p, #readingcont-body .study__content #modal-content2 .tel p, #readingcont-body .study__content #modal-content3 .tel p, #readingcont-body .study__content #modal-content4 .tel p {
          width: 87.4vw;
          font-size: 3.4vw;
          margin-bottom: 4vw;
          line-height: 4vw; }
        #readingcont-body .study__content #modal-content1 .mail, #readingcont-body .study__content #modal-content2 .mail, #readingcont-body .study__content #modal-content3 .mail, #readingcont-body .study__content #modal-content4 .mail {
          width: 87.4vw;
          font-size: 3.4vw;
          margin: 0 auto 4vw;
          line-height: 4vw;
          color: #000; }
        #readingcont-body .study__content #modal-content1 .url, #readingcont-body .study__content #modal-content2 .url, #readingcont-body .study__content #modal-content3 .url, #readingcont-body .study__content #modal-content4 .url {
          width: 87.4vw;
          font-size: 3.4vw;
          margin: 0 auto 4vw;
          line-height: 4vw;
          color: #000; }
        #readingcont-body .study__content #modal-content1 .sns ul, #readingcont-body .study__content #modal-content2 .sns ul, #readingcont-body .study__content #modal-content3 .sns ul, #readingcont-body .study__content #modal-content4 .sns ul {
          width: 87.4vw;
          margin: 0 auto 11.6vw;
          display: flex; }
        #readingcont-body .study__content #modal-content1 .sns li, #readingcont-body .study__content #modal-content2 .sns li, #readingcont-body .study__content #modal-content3 .sns li, #readingcont-body .study__content #modal-content4 .sns li {
          width: 11.8vw;
          margin-right: 3.3vw; }
          #readingcont-body .study__content #modal-content1 .sns li img, #readingcont-body .study__content #modal-content2 .sns li img, #readingcont-body .study__content #modal-content3 .sns li img, #readingcont-body .study__content #modal-content4 .sns li img {
            width: 100%; }
        #readingcont-body .study__content #modal-content1 p, #readingcont-body .study__content #modal-content2 p, #readingcont-body .study__content #modal-content3 p, #readingcont-body .study__content #modal-content4 p {
          width: 87.4vw;
          font-size: 3.2vw;
          margin-bottom: 6.6vw;
          line-height: 1.4; }
      #readingcont-body .study__content #modal-content2 .study__modal__img {
        width: 31.2vw; }
      #readingcont-body .study__content #modal-content2 .mark {
        width: 20.6vw; }
      #readingcont-body .study__content #modal-content3 .study__modal__img {
        width: 24.9vw; }
      #readingcont-body .study__content #modal-content3 .mark {
        width: 20.6vw; }
      #readingcont-body .study__content #modal-content4 .mark {
        width: 22vw; } }
  #readingcont-body .study__content .area {
    background-color: #fffad4;
    overflow: hidden;
    width: 960px;
    margin: 0 auto 44px; }
    #readingcont-body .study__content .area .title {
      text-align: center;
      padding: 24px 0 20px; }
      #readingcont-body .study__content .area .title p {
        width: 100%;
        font-size: 24px;
        line-height: 1;
        margin-bottom: 0; }
    #readingcont-body .study__content .area .left {
      float: left;
      width: 457px;
      margin-left: 15px; }
      #readingcont-body .study__content .area .left .color {
        width: 100%;
        height: 26px;
        background-color: #ffe400;
        margin-bottom: 10px; }
        #readingcont-body .study__content .area .left .color p {
          font-size: 18px;
          width: 100%;
          margin: auto;
          line-height: 1;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-left: 8px; }
      #readingcont-body .study__content .area .left p {
        width: 435px;
        font-size: 16px;
        line-height: 1.5; }
        #readingcont-body .study__content .area .left p b {
          font-size: 14px; }
      #readingcont-body .study__content .area .left.img {
        position: relative;
        margin-top: 20px; }
        #readingcont-body .study__content .area .left.img .color p {
          padding-left: 60px; }
        #readingcont-body .study__content .area .left.img p {
          margin-bottom: 0; }
        #readingcont-body .study__content .area .left.img .chara1 {
          position: absolute;
          top: -27px;
          left: -8px; }
    #readingcont-body .study__content .area .right {
      float: right;
      width: 457px;
      margin-right: 15px; }
      #readingcont-body .study__content .area .right .color {
        width: 100%;
        height: 26px;
        background-color: #ffe400;
        margin-bottom: 10px; }
        #readingcont-body .study__content .area .right .color p {
          font-size: 18px;
          width: 100%;
          margin: auto;
          line-height: 1;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-left: 8px; }
      #readingcont-body .study__content .area .right p {
        width: 435px;
        font-size: 16px;
        line-height: 1.5; }
        #readingcont-body .study__content .area .right p b {
          font-size: 14px; }
      #readingcont-body .study__content .area .right.img {
        position: relative;
        margin-top: 20px; }
        #readingcont-body .study__content .area .right.img .color p {
          padding-left: 60px; }
        #readingcont-body .study__content .area .right.img p {
          margin-bottom: 0; }
        #readingcont-body .study__content .area .right.img .chara2 {
          position: absolute;
          top: -27px;
          left: -8px; }
    #readingcont-body .study__content .area .overflow {
      overflow: hidden; }
    #readingcont-body .study__content .area .btext {
      margin-left: 25px; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__content .area {
        width: 100%;
        margin-bottom: 14.4vw; }
        #readingcont-body .study__content .area .title {
          padding: 3.6vw 0 3.4vw; }
          #readingcont-body .study__content .area .title p {
            font-size: 4vw; }
        #readingcont-body .study__content .area .left {
          float: none;
          width: 95%;
          margin: auto; }
          #readingcont-body .study__content .area .left .color {
            height: 4.4vw;
            margin-bottom: 1.7vw; }
            #readingcont-body .study__content .area .left .color p {
              font-size: 3.2vw;
              padding-left: 2vw; }
          #readingcont-body .study__content .area .left p {
            width: 100%;
            font-size: 2.4vw;
            margin-bottom: 7vw; }
            #readingcont-body .study__content .area .left p b {
              font-size: 2.4vw; }
          #readingcont-body .study__content .area .left.img {
            margin-top: 3.2vw; }
            #readingcont-body .study__content .area .left.img .color p {
              padding-left: 9.6vw; }
            #readingcont-body .study__content .area .left.img .chara1 {
              width: 8.2vw;
              height: 8.2vw;
              top: -2.9vw;
              left: 0; }
        #readingcont-body .study__content .area .right {
          float: none;
          width: 95%;
          margin: auto; }
          #readingcont-body .study__content .area .right .color {
            height: 4.4vw;
            margin-bottom: 1.7vw; }
            #readingcont-body .study__content .area .right .color p {
              font-size: 3.2vw;
              padding-left: 2vw; }
          #readingcont-body .study__content .area .right p {
            width: 100%;
            font-size: 2.4vw;
            margin-bottom: 5.3vw; }
            #readingcont-body .study__content .area .right p b {
              font-size: 2.4vw; }
          #readingcont-body .study__content .area .right.img {
            margin-top: 3.2vw; }
            #readingcont-body .study__content .area .right.img .color p {
              padding-left: 9.6vw; }
            #readingcont-body .study__content .area .right.img .chara2 {
              width: 8.2vw;
              height: 8.2vw;
              top: -2.9vw;
              left: 0; }
        #readingcont-body .study__content .area .btext {
          margin: 0 auto;
          width: 87.3vw; }
          #readingcont-body .study__content .area .btext p {
            width: 100%;
            margin: 0 auto 6.6vw;
            font-size: 2.9vw; } }
  #readingcont-body .study__content .link {
    margin-top: 38px;
    padding-bottom: 103px;
    border-bottom: 3px solid #86ccc8;
    margin-bottom: -66px; }
    #readingcont-body .study__content .link__inner {
      background-color: #d9edec;
      padding: 27px 0; }
    #readingcont-body .study__content .link p {
      margin-bottom: 0; }
    #readingcont-body .study__content .link a {
      width: 970px;
      margin: auto;
      display: block;
      font-size: 18px;
      line-height: 30px;
      color: #007eff;
      text-decoration: underline;
      text-decoration-color: #007eff; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__content .link {
        padding-bottom: 6vw;
        width: 94.1vw;
        margin: 0 auto; }
        #readingcont-body .study__content .link__inner {
          padding: 4.2vw 0 3.6vw; }
        #readingcont-body .study__content .link p {
          width: 90vw;
          line-height: 1.5; }
        #readingcont-body .study__content .link a {
          width: 90vw;
          line-height: 1.5;
          font-size: 3.2vw; } }
  #readingcont-body .study__content .slide_area {
    margin-bottom: 96px; }
    #readingcont-body .study__content .slide_area .title {
      position: relative;
      width: 225px;
      height: 40px;
      background-color: #86ccc8;
      margin: 0 auto 38px; }
      #readingcont-body .study__content .slide_area .title p {
        width: auto;
        font-size: 22px;
        height: 100%;
        padding-left: 70px;
        line-height: 40px;
        margin-bottom: 5px;
        color: #000; }
      #readingcont-body .study__content .slide_area .title .chara {
        position: absolute;
        top: -25px;
        left: -27px; }
    #readingcont-body .study__content .slide_area .title2 {
      width: 490px;
      margin: 0 auto 38px;
      height: 40px; }
      #readingcont-body .study__content .slide_area .title2 .left {
        float: left;
        position: relative;
        width: 223px;
        height: 40px;
        background-color: #86ccc8; }
        #readingcont-body .study__content .slide_area .title2 .left p {
          width: auto;
          height: 100%;
          line-height: 40px;
          font-size: 22px;
          padding-left: 70px; }
        #readingcont-body .study__content .slide_area .title2 .left .chara {
          position: absolute;
          top: -25px;
          left: -27px; }
      #readingcont-body .study__content .slide_area .title2 .right {
        float: right;
        position: relative;
        width: 223px;
        height: 40px;
        background-color: #86ccc8; }
        #readingcont-body .study__content .slide_area .title2 .right p {
          width: auto;
          height: 100%;
          line-height: 40px;
          font-size: 22px;
          padding-left: 70px; }
        #readingcont-body .study__content .slide_area .title2 .right .chara {
          position: absolute;
          top: -25px;
          left: -27px; }
    #readingcont-body .study__content .slide_area h4 {
      font-size: 30px;
      line-height: 1;
      text-align: center;
      color: #000;
      font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }
    #readingcont-body .study__content .slide_area p {
      width: 100%;
      text-align: center;
      line-height: 24px;
      margin-bottom: 18px; }
      #readingcont-body .study__content .slide_area p.exp {
        margin-top: 40px; }
    #readingcont-body .study__content .slide_area .install {
      margin-bottom: 34px; }
      #readingcont-body .study__content .slide_area .install p {
        margin-bottom: 0; }
      #readingcont-body .study__content .slide_area .install a {
        margin-bottom: 34px;
        color: #007eff;
        text-decoration: underline;
        text-decoration-color: #007eff;
        display: block;
        text-align: center; }
    #readingcont-body .study__content .slide_area .slide1, #readingcont-body .study__content .slide_area .slide2, #readingcont-body .study__content .slide_area .slide3, #readingcont-body .study__content .slide_area .slide4 {
      width: 540px;
      position: relative;
      margin: auto; }
      #readingcont-body .study__content .slide_area .slide1 .flex-prev, #readingcont-body .study__content .slide_area .slide2 .flex-prev, #readingcont-body .study__content .slide_area .slide3 .flex-prev, #readingcont-body .study__content .slide_area .slide4 .flex-prev {
        background: url("../images/kyojo/study2/arrow1.png");
        width: 36px;
        height: 36px;
        background-size: 100%;
        position: absolute;
        top: calc(50% - 18px);
        left: -54px;
        opacity: 1; }
        #readingcont-body .study__content .slide_area .slide1 .flex-prev::before, #readingcont-body .study__content .slide_area .slide2 .flex-prev::before, #readingcont-body .study__content .slide_area .slide3 .flex-prev::before, #readingcont-body .study__content .slide_area .slide4 .flex-prev::before {
          content: none; }
        #readingcont-body .study__content .slide_area .slide1 .flex-prev:hover, #readingcont-body .study__content .slide_area .slide2 .flex-prev:hover, #readingcont-body .study__content .slide_area .slide3 .flex-prev:hover, #readingcont-body .study__content .slide_area .slide4 .flex-prev:hover {
          opacity: 0.7; }
      #readingcont-body .study__content .slide_area .slide1 .flex-next, #readingcont-body .study__content .slide_area .slide2 .flex-next, #readingcont-body .study__content .slide_area .slide3 .flex-next, #readingcont-body .study__content .slide_area .slide4 .flex-next {
        background: url("../images/kyojo/study2/arrow2.png");
        width: 36px;
        height: 36px;
        background-size: 100%;
        position: absolute;
        top: calc(50% - 18px);
        right: -54px;
        opacity: 1; }
        #readingcont-body .study__content .slide_area .slide1 .flex-next::before, #readingcont-body .study__content .slide_area .slide2 .flex-next::before, #readingcont-body .study__content .slide_area .slide3 .flex-next::before, #readingcont-body .study__content .slide_area .slide4 .flex-next::before {
          content: none; }
        #readingcont-body .study__content .slide_area .slide1 .flex-next:hover, #readingcont-body .study__content .slide_area .slide2 .flex-next:hover, #readingcont-body .study__content .slide_area .slide3 .flex-next:hover, #readingcont-body .study__content .slide_area .slide4 .flex-next:hover {
          opacity: 0.7; }
      #readingcont-body .study__content .slide_area .slide1 .flex-control-nav li a, #readingcont-body .study__content .slide_area .slide2 .flex-control-nav li a, #readingcont-body .study__content .slide_area .slide3 .flex-control-nav li a, #readingcont-body .study__content .slide_area .slide4 .flex-control-nav li a {
        width: 14px;
        height: 14px;
        background-color: #d9edec;
        box-shadow: none; }
        #readingcont-body .study__content .slide_area .slide1 .flex-control-nav li a.flex-active, #readingcont-body .study__content .slide_area .slide2 .flex-control-nav li a.flex-active, #readingcont-body .study__content .slide_area .slide3 .flex-control-nav li a.flex-active, #readingcont-body .study__content .slide_area .slide4 .flex-control-nav li a.flex-active {
          background-color: #86ccc8; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__content .slide_area {
        margin-bottom: 15.3vw; }
        #readingcont-body .study__content .slide_area .slide1, #readingcont-body .study__content .slide_area .slide2, #readingcont-body .study__content .slide_area .slide3, #readingcont-body .study__content .slide_area .slide4 {
          width: 87%; }
          #readingcont-body .study__content .slide_area .slide1 .flex-prev, #readingcont-body .study__content .slide_area .slide2 .flex-prev, #readingcont-body .study__content .slide_area .slide3 .flex-prev, #readingcont-body .study__content .slide_area .slide4 .flex-prev {
            left: -5.5vw;
            width: 4.5vw;
            height: 4.5vw; }
          #readingcont-body .study__content .slide_area .slide1 .flex-next, #readingcont-body .study__content .slide_area .slide2 .flex-next, #readingcont-body .study__content .slide_area .slide3 .flex-next, #readingcont-body .study__content .slide_area .slide4 .flex-next {
            width: 4.5vw;
            height: 4.5vw;
            right: -5.5vw; }
          #readingcont-body .study__content .slide_area .slide1 .flex-control-nav, #readingcont-body .study__content .slide_area .slide2 .flex-control-nav, #readingcont-body .study__content .slide_area .slide3 .flex-control-nav, #readingcont-body .study__content .slide_area .slide4 .flex-control-nav {
            bottom: -5.2vw;
            height: 2.4vw; }
            #readingcont-body .study__content .slide_area .slide1 .flex-control-nav li a, #readingcont-body .study__content .slide_area .slide2 .flex-control-nav li a, #readingcont-body .study__content .slide_area .slide3 .flex-control-nav li a, #readingcont-body .study__content .slide_area .slide4 .flex-control-nav li a {
              width: 2.4vw;
              height: 2.4vw; }
        #readingcont-body .study__content .slide_area .title {
          width: 35.8vw;
          height: 6.4vw;
          margin-bottom: 6vw; }
          #readingcont-body .study__content .slide_area .title p {
            font-size: 3.6vw;
            line-height: 6.4vw;
            padding-left: 11.2vw; }
          #readingcont-body .study__content .slide_area .title .chara {
            left: -4.5vw;
            top: -4vw;
            width: 14.9vw;
            height: 14.9vw; }
          #readingcont-body .study__content .slide_area .title h4 {
            font-size: 6vw;
            margin-bottom: 0.8vw;
            color: #000; }
        #readingcont-body .study__content .slide_area .title2 {
          width: 78.4vw;
          height: 6.4vw;
          margin-bottom: 6vw; }
          #readingcont-body .study__content .slide_area .title2 .left, #readingcont-body .study__content .slide_area .title2 .right {
            width: 35.8vw;
            height: 6.4vw;
            margin-bottom: 6vw; }
            #readingcont-body .study__content .slide_area .title2 .left p, #readingcont-body .study__content .slide_area .title2 .right p {
              font-size: 3.6vw;
              line-height: 6.4vw;
              padding-left: 11.2vw; }
            #readingcont-body .study__content .slide_area .title2 .left .chara, #readingcont-body .study__content .slide_area .title2 .right .chara {
              left: -4.5vw;
              top: -4vw;
              width: 14.9vw;
              height: 14.9vw; }
        #readingcont-body .study__content .slide_area h4 {
          font-size: 6vw;
          margin-bottom: 0.8vw;
          color: #000; }
        #readingcont-body .study__content .slide_area p {
          font-size: 2.9vw;
          line-height: 4vw;
          margin-bottom: 2.4vw; }
          #readingcont-body .study__content .slide_area p.exp {
            margin-top: 6vw; }
        #readingcont-body .study__content .slide_area .install {
          width: 94.1vw;
          margin: 0 auto 4.2vw; }
          #readingcont-body .study__content .slide_area .install p {
            font-size: 2.9vw;
            line-height: 4vw; }
          #readingcont-body .study__content .slide_area .install a {
            margin-bottom: 0;
            font-size: 2.9vw; } }
  #readingcont-body .study__content .offer {
    background-color: #d9edec;
    margin-bottom: -87px; }
    #readingcont-body .study__content .offer .top {
      width: 960px;
      margin: auto;
      padding: 24px 0 14px;
      border-bottom: 1px solid #fff; }
      #readingcont-body .study__content .offer .top p {
        width: 100%;
        margin: auto; }
    #readingcont-body .study__content .offer .bottom {
      width: 960px;
      margin: auto;
      padding: 15px 0 26px; }
      #readingcont-body .study__content .offer .bottom p {
        width: 100%;
        margin: auto;
        font-weight: bold; }
      #readingcont-body .study__content .offer .bottom a {
        font-size: 18px;
        color: #007eff;
        text-decoration: underline;
        text-decoration-color: #007eff; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__content .offer {
        width: 100%;
        margin: 0 auto 16.4vw; }
        #readingcont-body .study__content .offer .top {
          width: 95%;
          padding: 4vw 0 2.4vw; }
          #readingcont-body .study__content .offer .top p {
            width: 86.2vw;
            font-size: 2.9vw;
            line-height: 4.8vw; }
        #readingcont-body .study__content .offer .bottom {
          padding: 2.2vw 0 4vw;
          width: 90%; }
          #readingcont-body .study__content .offer .bottom p {
            font-weight: bold;
            font-size: 2.9vw;
            line-height: 4.8vw; }
          #readingcont-body .study__content .offer .bottom a {
            font-size: 2.9vw; } }
#readingcont-body .study__list {
  width: 980px;
  margin: auto;
  border-top: 1px solid #86ccc8;
  border-bottom: 2px solid #86ccc8; }
  @media screen and (max-width: 670px) {
    #readingcont-body .study__list {
      width: 100%;
      margin: auto; } }
  #readingcont-body .study__list__link {
    padding: 40px 0 29px; }
    #readingcont-body .study__list__link a {
      position: relative;
      padding-right: 25px;
      display: inline-block;
      text-decoration: underline;
      text-decoration-color: #3676f9; }
      #readingcont-body .study__list__link a::after {
        content: '';
        background: url("../images/list_arrow.png") no-repeat;
        position: absolute;
        top: calc(50% - 8.5px);
        right: 0;
        width: 10px;
        height: 17px;
        background-size: 100%; }
      #readingcont-body .study__list__link a span {
        color: #3676f9; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__list__link {
        width: 94.1vw;
        margin: auto;
        padding: 5.2vw 0 4vw; }
        #readingcont-body .study__list__link a {
          padding-right: 4vw; }
          #readingcont-body .study__list__link a::after {
            width: 1.3vw;
            height: 2.1vw;
            top: calc(50% - 2.1vw/2); } }
  #readingcont-body .study__list ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__list ul {
        width: 94.1vw;
        margin: auto; } }
    #readingcont-body .study__list ul::after {
      content: '';
      width: 324px; }
  #readingcont-body .study__list li {
    width: 324px;
    margin-bottom: 70px; }
    #readingcont-body .study__list li a {
      display: block;
      text-decoration: none; }
    #readingcont-body .study__list li.current {
      opacity: 0.5; }
      #readingcont-body .study__list li.current a {
        pointer-events: none; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__list li {
        margin-bottom: 10vw;
        width: 46.2vw; } }
  #readingcont-body .study__list .image {
    position: relative;
    border: 5px solid #86ccc8;
    margin-bottom: 15px; }
    #readingcont-body .study__list .image figure {
      margin: auto;
      height: auto; }
      #readingcont-body .study__list .image figure img {
        width: 100%;
        height: auto;
        display: block; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__list .image {
        border: 0.6vw solid #86ccc8;
        margin-bottom: 2vw; } }
  #readingcont-body .study__list .vol {
    position: absolute;
    width: 75px;
    height: 21px;
    top: 0;
    left: 0;
    background-color: #ffe400;
    text-align: center; }
    #readingcont-body .study__list .vol span {
      font-size: 18px;
      color: #000;
      font-weight: 600;
      line-height: 1.2;
      padding: 0; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__list .vol {
        width: 14.8vw;
        height: 4.4vw;
        top: 0; }
        #readingcont-body .study__list .vol span {
          font-size: 3vw;
          padding: 0;
          line-height: 1.3; } }
  #readingcont-body .study__list time {
    font-size: 14px;
    color: #000; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__list time {
        font-size: 2.4vw; } }
  #readingcont-body .study__list span {
    display: block;
    line-height: 1.5;
    color: #000;
    font-size: 18px;
    padding-right: 14px;
    word-break: break-all;
    text-indent: -1em;
    padding-left: 1em; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__list span {
        word-break: break-all;
        font-size: 3.2vw;
        padding-right: 0; } }
    #readingcont-body .study__list span.indent0 {
      text-indent: 0;
      padding-left: 0; }
  #readingcont-body .study__list figure {
    margin: auto; }
  #readingcont-body .study__list .join {
    width: 252px;
    height: 23px;
    background-color: #fe6264;
    margin: 3px auto 3px 0; }
    #readingcont-body .study__list .join p {
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      width: 100%;
      height: 100%;
      font-size: 14px;
      color: #000; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__list .join {
        width: 100%;
        height: 4.2vw; }
        #readingcont-body .study__list .join p {
          font-size: 2.4vw; } }
  #readingcont-body .study__list .continue {
    width: 252px;
    height: 23px;
    background-color: #c0d278;
    margin: 3px auto 3px 0; }
    #readingcont-body .study__list .continue p {
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      width: 100%;
      height: 100%;
      font-size: 14px;
      color: #000; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__list .continue {
        width: 100%;
        height: 4.2vw; }
        #readingcont-body .study__list .continue p {
          font-size: 2.4vw; } }
  #readingcont-body .study__list .kyojo {
    width: 252px;
    height: 23px;
    background-color: #7aaee7;
    margin: 3px auto 3px 0; }
    #readingcont-body .study__list .kyojo p {
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      width: 100%;
      height: 100%;
      font-size: 14px;
      color: #000; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__list .kyojo {
        width: 100%;
        height: 4.2vw; }
        #readingcont-body .study__list .kyojo p {
          font-size: 2.4vw; } }
  #readingcont-body .study__list li:hover a {
    text-decoration: none; }
    #readingcont-body .study__list li:hover a .image {
      border-color: #d9edec; }
    #readingcont-body .study__list li:hover a .vol span {
      color: #000; }
    #readingcont-body .study__list li:hover a time, #readingcont-body .study__list li:hover a span {
      color: #909090; }
#readingcont-body .study__link {
  background-color: #f4e5b2;
  padding-bottom: 55px;
  margin-bottom: 140px; }
  @media screen and (max-width: 670px) {
    #readingcont-body .study__link {
      width: 100%;
      padding-bottom: 5.3vw;
      margin-bottom: 14.9vw; } }
  #readingcont-body .study__link__inner {
    width: 1000px;
    margin: auto; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__link__inner {
        width: 100%; } }
  #readingcont-body .study__link__title {
    padding-top: 43px;
    padding-bottom: 40px; }
    #readingcont-body .study__link__title figure {
      margin: auto; }
      #readingcont-body .study__link__title figure img {
        display: block;
        margin: auto; }
    #readingcont-body .study__link__title p {
      font-size: 28px;
      color: #000;
      line-height: 1;
      text-align: center;
      padding-top: 12px; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__link__title {
        padding-top: 6.5vw;
        padding-bottom: 8.2vw; }
        #readingcont-body .study__link__title p {
          font-size: 4vw;
          padding-top: 2vw; } }
  #readingcont-body .study__link__join .title {
    position: relative;
    width: 439px;
    height: 43px;
    background-color: #917334;
    border-radius: 21.5px;
    margin-left: 40px;
    margin-bottom: 18px; }
    #readingcont-body .study__link__join .title p {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      text-align: center;
      font-size: 24px;
      color: #fff;
      line-height: 1; }
    #readingcont-body .study__link__join .title .chara {
      position: absolute;
      top: -20px;
      left: -37px; }
  #readingcont-body .study__link__join ul {
    border-top: 1px solid #fff;
    width: 100%; }
  #readingcont-body .study__link__join li {
    width: 100%;
    height: 85px;
    border-bottom: 1px solid #fff;
    position: relative; }
    #readingcont-body .study__link__join li p {
      width: 66%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      padding-left: 20px;
      font-size: 16px;
      color: #000;
      line-height: 1.4; }
      #readingcont-body .study__link__join li p span {
        font-size: 20px;
        color: #000;
        font-weight: bold; }
    #readingcont-body .study__link__join li .btn {
      position: absolute;
      width: 291px;
      height: 31px;
      bottom: 12px;
      right: 14px;
      background-color: #d9edec;
      border-radius: 15.5px;
      padding: 0; }
      #readingcont-body .study__link__join li .btn a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative; }
        #readingcont-body .study__link__join li .btn a::before {
          content: '';
          background: url("../images/choivola/blamk.png") no-repeat;
          position: absolute;
          top: 5px;
          right: 28px;
          width: 25px;
          height: 19px;
          background-size: 100%; }
        #readingcont-body .study__link__join li .btn a::after {
          content: '';
          background: url("../images/choivola/arrow.png") no-repeat;
          position: absolute;
          top: 7px;
          right: 11px;
          width: 10px;
          height: 17px;
          background-size: 100%; }
      #readingcont-body .study__link__join li .btn .p {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        flex-wrap: wrap;
        align-content: baseline;
        color: #000;
        line-height: 18px;
        padding-left: 0;
        margin-left: 32px;
        font-size: 14px;
        line-height: 18px; }
        #readingcont-body .study__link__join li .btn span {
          vertical-align: top;
          line-height: 17px;
          font-size: 12px;
          font-weight: normal; }
      #readingcont-body .study__link__join li .btn::after {
        content: none; }
  #readingcont-body .study__link__join .js_btn {
    margin: 21px auto 35px;
    width: 322px;
    height: 38px;
    background-color: #fff; }
    #readingcont-body .study__link__join .js_btn a {
      width: 100%;
      height: 100%;
      display: block;
      position: relative; }
      #readingcont-body .study__link__join .js_btn a .p {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        font-size: 18px;
        color: #000; }
        #readingcont-body .study__link__join .js_btn a .p span {
          padding-left: 115px; }
      #readingcont-body .study__link__join .js_btn a::after {
        content: '';
        background: url("../images/more.png") no-repeat;
        position: absolute;
        top: 15px;
        right: 115px;
        width: 17px;
        height: 10px;
        background-size: 100%; }
    #readingcont-body .study__link__join .js_btn:hover {
      opacity: 0.7; }
      #readingcont-body .study__link__join .js_btn:hover a {
        text-decoration: none; }
  @media screen and (max-width: 670px) {
    #readingcont-body .study__link__join .title {
      margin-left: 8.6vw;
      width: 64.4vw;
      height: 6.4vw;
      margin-bottom: 3.2vw; }
      #readingcont-body .study__link__join .title p {
        font-size: 3.52vw; }
      #readingcont-body .study__link__join .title .chara {
        width: 12.6vw;
        height: 12vw;
        left: -5.6vw;
        top: -3.3vw; }
    #readingcont-body .study__link__join ul {
      width: 98%;
      margin: auto; }
    #readingcont-body .study__link__join li {
      height: auto; }
      #readingcont-body .study__link__join li p {
        width: 100%;
        font-size: 2.9vw;
        padding-left: 0;
        display: block;
        padding-top: 2.5vw;
        margin-bottom: 8vw; }
        #readingcont-body .study__link__join li p span {
          font-size: 3.7vw;
          line-height: 1; }
      #readingcont-body .study__link__join li .btn {
        width: 57.8vw;
        height: 5.4vw;
        right: 1.3vw;
        bottom: 1.7vw; }
        #readingcont-body .study__link__join li .btn a::before {
          width: 3.4vw;
          height: 2.8vw;
          top: 1.2vw;
          right: 5.8vw; }
        #readingcont-body .study__link__join li .btn a::after {
          width: 1.4vw;
          height: 2.5vw;
          top: 1.6vw;
          right: 3vw; }
        #readingcont-body .study__link__join li .btn .p {
          padding: 0;
          font-size: 2.9vw;
          margin-left: 0;
          width: auto;
          display: block;
          line-height: 1;
          height: auto;
          padding-top: 1.3vw; }
          #readingcont-body .study__link__join li .btn span {
            font-size: 2.4vw;
            line-height: 2.9vw; }
    #readingcont-body .study__link__join .js_btn {
      margin-top: 4.6vw;
      width: 95%;
      height: 9vw;
      margin-bottom: 10.6vw; }
      #readingcont-body .study__link__join .js_btn a .p {
        font-size: 4vw; }
        #readingcont-body .study__link__join .js_btn a .p span {
          padding-left: 40.4vw; }
      #readingcont-body .study__link__join .js_btn a::after {
        width: 2.4vw;
        height: 1.4vw;
        top: 4.2vw;
        right: 30%; } }
  #readingcont-body .study__link__case .title {
    position: relative;
    width: 439px;
    height: 43px;
    background-color: #917334;
    border-radius: 21.5px;
    margin-left: 40px;
    margin-bottom: 18px; }
    #readingcont-body .study__link__case .title p {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      text-align: center;
      font-size: 24px;
      color: #fff;
      line-height: 1; }
    #readingcont-body .study__link__case .title .chara {
      position: absolute;
      top: -20px;
      left: -37px; }
  #readingcont-body .study__link__case ul {
    border-top: 1px solid #fff;
    width: 100%; }
  #readingcont-body .study__link__case li {
    width: 100%;
    height: 85px;
    border-bottom: 1px solid #fff;
    position: relative; }
    #readingcont-body .study__link__case li p {
      width: 66%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      padding-left: 20px;
      font-size: 16px;
      color: #000;
      line-height: 1.42; }
      #readingcont-body .study__link__case li p span {
        font-size: 20px;
        color: #000;
        font-weight: bold; }
    #readingcont-body .study__link__case li .btn {
      position: absolute;
      width: 291px;
      height: 31px;
      bottom: 12px;
      right: 14px;
      background-color: #d9edec;
      border-radius: 15.5px;
      padding: 0; }
      #readingcont-body .study__link__case li .btn a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative; }
        #readingcont-body .study__link__case li .btn a::before {
          content: '';
          background: url("../images/choivola/blamk.png") no-repeat;
          position: absolute;
          top: 5px;
          right: 28px;
          width: 25px;
          height: 19px;
          background-size: 100%; }
        #readingcont-body .study__link__case li .btn a::after {
          content: '';
          background: url("../images/choivola/arrow.png") no-repeat;
          position: absolute;
          top: 7px;
          right: 11px;
          width: 10px;
          height: 17px;
          background-size: 100%; }
      #readingcont-body .study__link__case li .btn a .p {
        display: block;
      }
      #readingcont-body .study__link__case li .btn a .span {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        flex-wrap: wrap;
        align-content: baseline;
        color: #000;
        line-height: 18px;
        padding-left: 0;
        margin-left: 32px;
        font-size: 14px;
        line-height: 18px; }
        #readingcont-body .study__link__case li .btn .p .span {
          vertical-align: top;
          line-height: 17px;
          font-size: 12px;
          font-weight: normal; }
        #readingcont-body .study__link__case li .btn a .span .mini {
          font-size: 11px;
        }
      #readingcont-body .study__link__case li .btn::after {
        content: none; }
  #readingcont-body .study__link__case .js_btn {
    margin: 21px auto 0;
    width: 322px;
    height: 38px;
    background-color: #fff; }
    #readingcont-body .study__link__case .js_btn a {
      width: 100%;
      height: 100%;
      display: block;
      position: relative; }
      #readingcont-body .study__link__case .js_btn a .p {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        font-size: 18px;
        color: #000; }
        #readingcont-body .study__link__case .js_btn a .p span {
          padding-left: 115px; }
      #readingcont-body .study__link__case .js_btn a::after {
        content: '';
        background: url("../images/more.png") no-repeat;
        position: absolute;
        top: 15px;
        right: 115px;
        width: 17px;
        height: 10px;
        background-size: 100%; }
    #readingcont-body .study__link__case .js_btn:hover {
      opacity: 0.7; }
      #readingcont-body .study__link__case .js_btn:hover a {
        text-decoration: none; }
  @media screen and (max-width: 670px) {
    #readingcont-body .study__link__case .title {
      margin-left: 8.6vw;
      width: 64.4vw;
      height: 6.4vw;
      margin-bottom: 3.2vw; }
      #readingcont-body .study__link__case .title p {
        font-size: 3.52vw; }
      #readingcont-body .study__link__case .title .chara {
        width: 12.6vw;
        height: 12vw;
        left: -5.6vw;
        top: -3.3vw; }
    #readingcont-body .study__link__case ul {
      width: 95%;
      margin: auto; }
    #readingcont-body .study__link__case li {
      height: auto; }
      #readingcont-body .study__link__case li p {
        width: 100%;
        font-size: 2.9vw;
        padding-left: 0;
        display: block;
        padding-top: 2.5vw;
        margin-bottom: 8vw; }
        #readingcont-body .study__link__case li p span {
          font-size: 3.7vw;
          line-height: 1; }
      #readingcont-body .study__link__case li .btn {
        width: 57.8vw;
        height: 5.4vw;
        right: 1.3vw;
        bottom: 1.7vw; }
        #readingcont-body .study__link__case li .btn a::before {
          width: 3.4vw;
          height: 2.8vw;
          top: 1.2vw;
          right: 5.8vw; }
        #readingcont-body .study__link__case li .btn a::after {
          width: 1.4vw;
          height: 2.5vw;
          top: 1.6vw;
          right: 3vw; }
        #readingcont-body .study__link__case li .btn a .span {
          padding: 0;
          font-size: 2.9vw;
          margin-left: -10%;
          width: auto;
          display: block;
          line-height: 1;
          height: auto;
          padding-top: 1.3vw; }
        #readingcont-body .study__link__case li .btn a .span .mini {
          font-size: 10px;
          letter-spacing: 0.2px;
        }
    #readingcont-body .study__link__case .js_btn {
      margin-top: 4.6vw;
      width: 95%;
      height: 9vw;
      margin-bottom: 10.6vw; }
      #readingcont-body .study__link__case .js_btn a .p {
        font-size: 4vw; }
        #readingcont-body .study__link__case .js_btn a .p span {
          padding-left: 40.4vw; }
      #readingcont-body .study__link__case .js_btn a::after {
        width: 2.4vw;
        height: 1.4vw;
        top: 4.2vw;
        right: 30%; } }
  #readingcont-body .study__link.study3 .study__link__join .js_btn {
    margin-bottom: 0; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__link.study3 .study__link__join .js_btn {
        margin-bottom: 0; } }
  #readingcont-body .study__link.study3 .study__link__case {
    margin-top: 81px; }
    @media screen and (max-width: 670px) {
      #readingcont-body .study__link.study3 .study__link__case {
        margin-top: 10.6vw; } }
  #readingcont-body .study__link.study8 .study__link__inner {
    position: relative; }
  #readingcont-body .study__link.study8 .study__link__title {
    padding-bottom: 58px; }
  #readingcont-body .study__link.study8 .study__link__img {
    position: absolute;
    top: 13px;
    left: 108px; }
  #readingcont-body .study__link.study8 .study__link__case li {
    height: auto;
    padding: 7px 0; }
    #readingcont-body .study__link.study8 .study__link__case li p span {
      width: 1000px; }
    #readingcont-body .study__link.study8 .study__link__case li .btn p span {
      width: auto; }
  #readingcont-body .study__link.study8 .study__link__case .link_btn {
    padding-top: 40px; }
  @media screen and (max-width: 670px) {
    #readingcont-body .study__link.study8 .study__link__title {
      padding-bottom: 10.4vw; }
    #readingcont-body .study__link.study8 .study__link__img {
      width: 24.6vw;
      left: 3.4vw;
      top: 3.7vw; }
    #readingcont-body .study__link.study8 .study__link__case li {
      height: auto;
      padding: 0; }
      #readingcont-body .study__link.study8 .study__link__case li p span {
        width: 100%; }
      #readingcont-body .study__link.study8 .study__link__case li .btn p span {
        width: auto; }
    #readingcont-body .study__link.study8 .study__link__case .link_btn {
      padding-top: 4.9vw;
      width: 95%;
      margin: auto; } }
  #readingcont-body .study__link.study9 .study__link__inner {
    position: relative; }
  #readingcont-body .study__link.study9 .study__link__title {
    padding-bottom: 58px; }
  #readingcont-body .study__link.study9 .study__link__img {
    position: absolute;
    top: 13px;
    left: 124px; }
  #readingcont-body .study__link.study9 .study__link__case li {
    height: auto;
    padding: 7px 0; }
    #readingcont-body .study__link.study9 .study__link__case li p span {
      width: 1000px; }
    #readingcont-body .study__link.study9 .study__link__case li .btn p span {
      width: auto; }
  #readingcont-body .study__link.study9 .study__link__case .link_btn {
    padding-top: 40px; }
  @media screen and (max-width: 670px) {
    #readingcont-body .study__link.study9 .study__link__title {
      padding-bottom: 10.4vw; }
    #readingcont-body .study__link.study9 .study__link__img {
      width: 24.6vw;
      left: 3.4vw;
      top: 3.7vw; }
    #readingcont-body .study__link.study9 .study__link__case li {
      padding: 0; }
      #readingcont-body .study__link.study9 .study__link__case li p span {
        width: 100%; }
      #readingcont-body .study__link.study9 .study__link__case li .btn p span {
        width: auto; }
    #readingcont-body .study__link.study9 .study__link__case .link_btn {
      padding-top: 4.9vw;
      width: 95%;
      margin: auto; } }
  #readingcont-body .study__link.study12 .study__link__inner {
    position: relative; }
  #readingcont-body .study__link.study12 .study__link__title {
    padding-bottom: 58px; }
  #readingcont-body .study__link.study12 .study__link__img {
    position: absolute;
    top: 15px;
    left: 122px; }
  #readingcont-body .study__link.study12 .study__link__case li {
    height: auto;
    padding: 7px 0; }
    #readingcont-body .study__link.study12 .study__link__case li p span {
      width: 1000px; }
    #readingcont-body .study__link.study12 .study__link__case li .btn p span {
      width: auto; }
  #readingcont-body .study__link.study12 .study__link__case .link_btn {
    padding-top: 40px; }
  @media screen and (max-width: 670px) {
    #readingcont-body .study__link.study12 .study__link__title {
      padding-bottom: 10.4vw; }
    #readingcont-body .study__link.study12 .study__link__img {
      top: 2.9vw;
      left: 8.5vw;
      width: 15.4vw; }
    #readingcont-body .study__link.study12 .study__link__case li {
      padding: 0; }
      #readingcont-body .study__link.study12 .study__link__case li p span {
        width: 100%; }
      #readingcont-body .study__link.study12 .study__link__case li .btn p span {
        width: auto; }
    #readingcont-body .study__link.study12 .study__link__case .link_btn {
      padding-top: 4.9vw;
      width: 95%;
      margin: auto; } }
  #readingcont-body .study__link.study13 .study__link__inner {
    position: relative; }
  #readingcont-body .study__link.study13 .study__link__title {
    padding-bottom: 58px; }
  #readingcont-body .study__link.study13 .study__link__img {
    position: absolute;
    top: 27px;
    left: 131px; }
  #readingcont-body .study__link.study13 .study__link__case li {
    height: auto;
    padding: 7px 0; }
    #readingcont-body .study__link.study13 .study__link__case li p span {
      width: 1000px; }
    #readingcont-body .study__link.study13 .study__link__case li .btn p span {
      width: auto; }
  #readingcont-body .study__link.study13 .study__link__case .link_btn {
    padding-top: 40px; }
  @media screen and (max-width: 670px) {
    #readingcont-body .study__link.study13 .study__link__title {
      padding-bottom: 10.4vw; }
    #readingcont-body .study__link.study13 .study__link__img {
      width: 17.4vw;
      left: 6vw;
      top: 3.3vw; }
    #readingcont-body .study__link.study13 .study__link__case li {
      padding: 0; }
      #readingcont-body .study__link.study13 .study__link__case li p span {
        width: 100%; }
      #readingcont-body .study__link.study13 .study__link__case li .btn p span {
        width: auto; }
    #readingcont-body .study__link.study13 .study__link__case .link_btn {
      padding-top: 4.9vw;
      width: 95%;
      margin: auto; } }
#readingcont-body .study__movie {
  background-color: #d9edec;
  margin-top: 40px; }
  #readingcont-body .study__movie .inner {
    width: 980px;
    margin: auto;
    padding-bottom: 32px; }
    #readingcont-body .study__movie .inner p {
      font-size: 28px;
      line-height: 1;
      padding: 25px 0 20px;
      color: #579693; }
    #readingcont-body .study__movie .inner ul {
      width: 960px;
      margin: auto;
      display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    #readingcont-body .study__movie .inner li {
      width: 470px; }
      #readingcont-body .study__movie .inner li figure {
        margin: auto;
        width: 100%;
        height: 265px; }
        #readingcont-body .study__movie .inner li figure img {
          width: 100%; }
        #readingcont-body .study__movie .inner li figure iframe {
          width: 100%;
          height: 100%; }
      #readingcont-body .study__movie .inner li p.caption {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0 0;
        color: #000; }
  @media screen and (max-width: 670px) {
    #readingcont-body .study__movie .inner {
      width: 95%;
      padding-bottom: 2.6vw; }
      #readingcont-body .study__movie .inner p {
        font-size: 4.4vw;
        padding: 4.2vw 0 3.2vw; }
      #readingcont-body .study__movie .inner ul {
        width: 100%; }
      #readingcont-body .study__movie .inner li {
        width: 48%; }
        #readingcont-body .study__movie .inner li figure {
          height: auto; }
        #readingcont-body .study__movie .inner li p.caption {
          width: 100%;
          font-size: 2.9vw;
          line-height: 4vw;
          padding-top: 1.7vw; } }
#readingcont-body .study__use {
  width: 960px;
  height: 300px;
  margin: 64px auto 54px;
  background-color: #d9edec; }
  #readingcont-body .study__use p {
    text-align: center;
    line-height: 1;
    width: 100%;
    font-size: 30px;
    margin: auto;
    padding: 32px 0 30px; }
  #readingcont-body .study__use ul {
    width: 900px;
    margin: auto; }
  #readingcont-body .study__use li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 12px; }
    #readingcont-body .study__use li.double .right p {
      padding: 20px 0 20px 32px; }
    #readingcont-body .study__use li:last-child {
      margin-bottom: 0; }
    #readingcont-body .study__use li .left {
      width: 450px;
      background-color: #fff; }
      #readingcont-body .study__use li .left p {
        width: auto;
        font-size: 18px;
        line-height: 24px;
        margin: auto;
        padding: 8px 0 8px 21px;
        text-align: left; }
    #readingcont-body .study__use li .right {
      width: 450px;
      background-color: #ffe400; }
      #readingcont-body .study__use li .right p {
        width: auto;
        font-size: 20px;
        line-height: 24px;
        margin: auto;
        padding: 8px 0 8px 32px;
        position: relative;
        text-align: left;
        font-weight: bold; }
        #readingcont-body .study__use li .right p::before {
          content: "";
          background: url(../images/kyojo/study5/arrow.png) no-repeat;
          width: 15px;
          height: 17px;
          position: absolute;
          left: 0;
          top: calc(50% - 8.5px);
          background-size: 100%; }
  @media screen and (max-width: 670px) {
    #readingcont-body .study__use {
      width: 100%;
      margin: 0 auto 8.8vw;
      height: auto;
      padding-bottom: 2.6vw; }
      #readingcont-body .study__use p {
        font-size: 4vw;
        padding: 4.2vw 0 3.7vw; }
      #readingcont-body .study__use ul {
        width: 95%; }
      #readingcont-body .study__use li {
        width: 100%;
        margin-bottom: 2.9vw; }
        #readingcont-body .study__use li .left {
          width: 100%;
          height: auto; }
          #readingcont-body .study__use li .left p {
            font-size: 3.2vw;
            text-align: center;
            padding: 0;
            line-height: 6.2vw; }
        #readingcont-body .study__use li .right {
          width: 100%;
          height: auto; }
          #readingcont-body .study__use li .right p {
            font-size: 3.4vw;
            line-height: 6.9vw;
            padding: 0;
            text-align: center;
            font-weight: bold; }
            #readingcont-body .study__use li .right p::before {
              background: url("../images/kyojo/study5/arrow_sp.png") no-repeat;
              top: 0;
              left: 0;
              right: 0;
              margin: auto;
              width: 3vw;
              height: 1.4vw;
              background-size: 100%; }
        #readingcont-body .study__use li.double .right p {
          padding: 0; } }
#readingcont-body .study__member {
  background-color: #fffad4;
  margin: 24px auto 70px; }
  #readingcont-body .study__member .title {
    width: 980px;
    margin: auto;
    padding: 28px 0 61px; }
  #readingcont-body .study__member ul {
    width: 980px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px; }
  #readingcont-body .study__member li {
    width: 231px;
    position: relative; }
    #readingcont-body .study__member li:first-child .logo {
      position: absolute;
      top: -45px; }
    #readingcont-body .study__member li:nth-child(2) .logo {
      position: absolute;
      top: -47px;
      left: 12px; }
    #readingcont-body .study__member li:nth-child(3) .logo {
      position: absolute;
      top: -45px;
      left: 4px; }
    #readingcont-body .study__member li .img {
      width: 100%;
      height: 151px; }
    #readingcont-body .study__member li .title {
      width: 100%;
      padding: 15px 0 20px; }
      #readingcont-body .study__member li .title p {
        font-size: 18px;
        line-height: 20px;
        color: #000; }
        #readingcont-body .study__member li .title p span {
          font-size: 14px; }
    #readingcont-body .study__member li .txt p {
      font-size: 15px;
      color: #000;
      line-height: 22px; }
  #readingcont-body .study__member .bottom {
    width: 980px;
    margin: auto;
    border-top: 1px solid #000; }
    #readingcont-body .study__member .bottom .title {
      width: 100%;
      padding: 32px 0 18px; }
      #readingcont-body .study__member .bottom .title p {
        font-size: 24px;
        color: #000;
        line-height: 1;
        font-weight: bold; }
    #readingcont-body .study__member .bottom ul {
      width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      position: relative;
      padding-bottom: 40px; }
    #readingcont-body .study__member .bottom li {
      width: 324px;
      margin-bottom: 0px; }
      #readingcont-body .study__member .bottom li a {
        display: block;
        text-decoration: none; }
      #readingcont-body .study__member .bottom li .image {
        position: relative;
        border: 5px solid #86ccc8;
        margin-bottom: 15px; }
        #readingcont-body .study__member .bottom li .image figure {
          margin: auto;
          height: auto; }
          #readingcont-body .study__member .bottom li .image figure img {
            width: 100%;
            height: auto; }
      #readingcont-body .study__member .bottom li time {
        font-size: 14px;
        color: #000; }
      #readingcont-body .study__member .bottom li span {
        display: block;
        line-height: 1.5;
        color: #000;
        font-size: 18px;
        padding-right: 14px;
        word-break: break-all; }
      #readingcont-body .study__member .bottom li:hover a .image {
        border-color: #d9edec; }
      #readingcont-body .study__member .bottom li:hover a time {
        color: #909090; }
      #readingcont-body .study__member .bottom li:hover a span {
        color: #909090; }
  @media screen and (max-width: 670px) {
    #readingcont-body .study__member {
      margin: 3.2vw auto 13.3vw; }
      #readingcont-body .study__member .title {
        width: 95%;
        padding: 3.6vw 0 10.9vw; }
        #readingcont-body .study__member .title img {
          width: 23.3vw; }
      #readingcont-body .study__member ul {
        width: 95%;
        padding-bottom: 6.6vw; }
      #readingcont-body .study__member li {
        width: 48%;
        margin-bottom: 12.5vw; }
        #readingcont-body .study__member li .img {
          height: 27.2vw; }
        #readingcont-body .study__member li .title {
          padding: 2vw 0 3.3vw; }
          #readingcont-body .study__member li .title p {
            font-size: 4vw;
            line-height: 1; }
            #readingcont-body .study__member li .title p span {
              font-size: 2.9vw; }
        #readingcont-body .study__member li .btn {
          width: 100%;
          padding: 0; }
          #readingcont-body .study__member li .btn a {
            width: 100%;
            height: 5.3vw;
            border-radius: 2.65vw;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-flex-flow: column;
            -ms-flex-flow: column;
            flex-flow: column;
            background-color: #dcecec;
            padding-left: 0;
            position: relative; }
            #readingcont-body .study__member li .btn a::after {
              content: '';
              background: url("../images/sp_profile_arrow.png") no-repeat;
              position: absolute;
              top: calc(50% - 2.5vw/2);
              right: 3.2vw;
              width: 1.4vw;
              height: 2.4vw;
              background-size: 100%; }
          #readingcont-body .study__member li .btn span {
            font-size: 2.6vw;
            color: #000; }
          #readingcont-body .study__member li .btn::after {
            content: none; }
        #readingcont-body .study__member li .modal_content {
          background-color: #fff; }
        #readingcont-body .study__member li .modal__content__inner {
          width: 86.9vw;
          margin: auto;
          padding: 8vw 0 7.8vw; }
          #readingcont-body .study__member li .modal__content__inner .title {
            padding: 0 0 0.8vw; }
            #readingcont-body .study__member li .modal__content__inner .title p {
              font-size: 4vw; }
              #readingcont-body .study__member li .modal__content__inner .title p span {
                font-size: 3.2vw; }
          #readingcont-body .study__member li .modal__content__inner .txt p {
            line-height: 4.8vw;
            font-size: 3.2vw; }
        #readingcont-body .study__member li:first-child .logo {
          top: -6.4vw; }
          #readingcont-body .study__member li:first-child .logo img {
            width: 13vw; }
        #readingcont-body .study__member li:nth-child(2) .logo {
          top: -6.4vw;
          left: 1.8vw; }
          #readingcont-body .study__member li:nth-child(2) .logo img {
            width: 14.1vw; }
        #readingcont-body .study__member li:nth-child(3) {
          margin-bottom: 0; }
          #readingcont-body .study__member li:nth-child(3) .logo {
            top: -6vw;
            left: 0.5vw; }
            #readingcont-body .study__member li:nth-child(3) .logo img {
              width: 14.9vw; }
        #readingcont-body .study__member li:last-child {
          margin-bottom: 0; }
      #readingcont-body .study__member .bottom {
        width: 95%; }
        #readingcont-body .study__member .bottom .title {
          padding: 6.6vw 0 4.6vw; }
          #readingcont-body .study__member .bottom .title p {
            font-size: 4vw; }
        #readingcont-body .study__member .bottom li {
          margin-bottom: 5.3vw;
          width: 48%; }
          #readingcont-body .study__member .bottom li .image {
            margin-bottom: 2vw; }
          #readingcont-body .study__member .bottom li time {
            font-size: 2.4vw; }
          #readingcont-body .study__member .bottom li span {
            font-size: 3.2vw;
            padding-right: 0; }
      #readingcont-body .study__member.vol011 .title {
        padding-bottom: 5vw; }
      #readingcont-body .study__member.vol011 ul {
        width: 88vw; }
      #readingcont-body .study__member.vol011 li {
        margin-bottom: 5.5vw; }
        #readingcont-body .study__member.vol011 li:nth-child(n+3) {
          margin-bottom: 0; } }

::-webkit-scrollbar-thumb {
  background: #bcddda; }

::-webkit-scrollbar-track {
  background: #fff; }

.twitter .terms .left::-webkit-scrollbar-thumb {
  /* スクロールバーのある部分 */
  background: #F70841;
  border-radius: 10px; }

.twitter a:hover {
  text-decoration: none; }
.twitter__top {
  background: url(../images/kyojo/tw/main_bg.jpg) no-repeat center bottom;
  padding: 96px 0 140px;
  background-size: cover; }
  .twitter__top .inner {
    background: url(..//images/kyojo/tw/main_block_bg.png) no-repeat;
    width: 963px;
    margin: 0 auto;
    height: 651px;
    position: relative; }
    .twitter__top .inner .title {
      position: absolute;
      top: -84px;
      left: 0;
      right: 0;
      margin: auto;
      width: 693px; }
      .twitter__top .inner .title img {
        display: block; }
    .twitter__top .inner .mark {
      position: absolute;
      top: 0px;
      right: 0;
      margin: auto;
      width: 245px; }
      .twitter__top .inner .mark img {
        display: block; }
    .twitter__top .inner .txt {
      padding-top: 240px; }
      .twitter__top .inner .txt p {
        text-align: center;
        font-size: 20px;
        color: #000;
        line-height: 40px;
        width: auto;
        margin: auto; }
    .twitter__top .inner .present {
      position: absolute;
      bottom: 4px;
      left: 0;
      z-index: 2; }
      .twitter__top .inner .present img {
        display: block; }
    .twitter__top .inner .period {
      width: 763px;
      height: 44px;
      position: absolute;
      bottom: 55px;
      left: 141px;
      margin: auto;
      border: 3px solid #f4e5b2;
      z-index: 1; }
      .twitter__top .inner .period ul {
        display: flex;
        width: 100%;
        height: 100%; }
      .twitter__top .inner .period li:first-child {
        width: 248px;
        height: 100%;
        background-color: #f4e5b2; }
        .twitter__top .inner .period li:first-child p {
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column;
          padding-left: 39px;
          width: 100%;
          height: 100%;
          font-size: 22px;
          color: #000;
          font-weight: bold; }
      .twitter__top .inner .period li:last-child {
        width: 515px;
        height: 100%; }
        .twitter__top .inner .period li:last-child p {
          line-height: 1.3;
          padding-left: 47px;
          color: #000;
          width: 100%;
          height: 100%;
          font-size: 22px; }
          .twitter__top .inner .period li:last-child p b {
            font-size: 36px; }
  @media screen and (max-width: 670px) {
    .twitter__top {
      background: url("../images/kyojo/tw/main_bg_sp.jpg") no-repeat;
      background-size: 100% 100%;
      height: 111.8vw;
      padding: 10.1vw 0 0; }
      .twitter__top .inner {
        background: url(../images/kyojo/tw/main_block_bg_sp.png) no-repeat;
        width: 94.4vw;
        height: 99.2vw;
        background-size: 100% 100%; }
        .twitter__top .inner .title {
          width: 83.2vw;
          top: -9vw; }
        .twitter__top .inner .mark {
          width: 30vw;
          top: 0; }
        .twitter__top .inner .txt {
          padding-top: 29.2vw; }
          .twitter__top .inner .txt p {
            font-size: 3vw;
            line-height: 6.4vw; }
        .twitter__top .inner .present {
          width: 26vw;
          bottom: 0.6vw; }
        .twitter__top .inner .period {
          bottom: 0.6vw;
          left: auto;
          width: 98.6%;
          right: 0;
          border-radius: 0 0 2.6vw 2.6vw;
          height: 10.8vw;
          background-color: #f4e5b2;
          position: absolute; }
          .twitter__top .inner .period ul {
            display: flex; }
          .twitter__top .inner .period li:first-child {
            width: auto;
            padding-left: 4.6vw;
            height: auto;
            background: none; }
            .twitter__top .inner .period li:first-child p {
              font-size: 2.6vw;
              padding-left: 0; }
          .twitter__top .inner .period li:last-child {
            width: auto;
            height: auto; }
            .twitter__top .inner .period li:last-child p {
              padding-left: 3.7vw;
              width: 100%;
              line-height: 1;
              padding-top: 2.6vw;
              font-size: 2.9vw;
              width: auto; }
              .twitter__top .inner .period li:last-child p b {
                font-size: 4.8vw; } }
.twitter .method {
  width: 1000px;
  margin: auto;
  padding-top: 24px; }
  .twitter .method .title {
    margin-bottom: 36px; }
    .twitter .method .title img {
      display: block; }
  .twitter .method ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px; }
  .twitter .method li {
    height: 369px;
    border: 5px solid #bcddda;
    border-radius: 10px;
    position: relative; }
    .twitter .method li:first-child {
      width: 224px; }
      .twitter .method li:first-child figure {
        margin: 33px 0 8px 15px; }
    .twitter .method li:nth-child(2) {
      width: 364px; }
      .twitter .method li:nth-child(2) figure {
        margin: 8px 14px 8px 11px; }
      .twitter .method li:nth-child(2) .exp {
        margin: 3px 7px 5px 11px;
        font-size: 16px;
        line-height: 18px;
        color: #000; }
    .twitter .method li:last-child {
      width: 364px; }
      .twitter .method li:last-child figure {
        margin: 21px 39px 8px 68px; }
      .twitter .method li:last-child .caution {
        margin: 8px 7px 0 11px;
        color: #ff0003;
        font-size: 14px;
        line-height: 16px; }
    .twitter .method li .step {
      position: absolute;
      top: -28px;
      left: 0; }
    .twitter .method li img {
      display: block; }
    .twitter .method li .txt {
      font-size: 18px;
      color: #000;
      margin-left: 11px;
      margin-right: 7px;
      line-height: 22px; }
      .twitter .method li .txt span {
        color: #fe999a; }
    .twitter .method li .btn {
      width: 196px;
      height: 30px;
      margin: 2px auto 0; }
      .twitter .method li .btn a {
        width: 100%;
        height: 100%;
        display: block;
        background-color: #d9edec;
        border-radius: 15px;
        position: relative; }
        .twitter .method li .btn a::after {
          content: "";
          background: url("../images/list_arrow.png") no-repeat;
          position: absolute;
          top: 7px;
          right: 12px;
          width: 10px;
          height: 17px;
          background-size: 100%; }
      .twitter .method li .btn p {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        text-align: center;
        color: #000;
        font-size: 18px; }
      .twitter .method li .btn.anchor a::after {
        content: "";
        background: url("../images/more.png") no-repeat;
        position: absolute;
        top: 11px;
        right: 12px;
        width: 17px;
        height: 10px;
        background-size: 100%; }
  .twitter .method .attention {
    font-size: 20px;
    color: #000;
    line-height: 28px;
    margin-bottom: 8px;
    text-indent: -1em;
    margin-left: 1em; }
  @media screen and (max-width: 670px) {
    .twitter .method {
      padding-top: 2vw;
      width: 100%; }
      .twitter .method .title {
        margin-bottom: 4.8vw;
        width: 100%; }
      .twitter .method ul {
        width: 94.1vw;
        margin: 0 auto 6vw; }
      .twitter .method li:first-child {
        width: 100%;
        height: 21.4vw;
        margin-bottom: 6.1vw; }
        .twitter .method li:first-child .step {
          top: -4.4vw;
          width: 13.3vw; }
        .twitter .method li:first-child figure {
          margin: 0.4vw 0 0 1.4vw;
          width: 38.2vw;
          float: left; }
        .twitter .method li:first-child .txt {
          width: 46.4vw;
          float: right;
          margin: 1.7vw 4vw 0.2vw 0;
          font-size: 3.2vw;
          line-height: 4vw; }
        .twitter .method li:first-child .btn {
          float: right;
          width: 48vw;
          height: 5.3vw;
          margin-right: 2.2vw; }
          .twitter .method li:first-child .btn a {
            border-radius: 2.65vw; }
            .twitter .method li:first-child .btn a::after {
              width: 1.3vw;
              height: 2.5vw;
              top: 1.4vw;
              right: 3.2vw; }
          .twitter .method li:first-child .btn p {
            font-size: 2.9vw; }
      .twitter .method li:nth-child(2) {
        width: 100%;
        height: 30.5vw;
        margin-bottom: 6.1vw; }
        .twitter .method li:nth-child(2) .step {
          top: -4.4vw;
          width: 13.3vw; }
        .twitter .method li:nth-child(2) figure {
          margin: 1vw 0 0 2.2vw;
          width: 38.2vw;
          float: left; }
        .twitter .method li:nth-child(2) .txt {
          width: 46.4vw;
          float: right;
          margin: 2.4vw 4vw 0.5vw 0;
          font-size: 3.2vw;
          line-height: 4vw; }
        .twitter .method li:nth-child(2) .exp {
          width: 47vw;
          float: right;
          font-size: 2.6vw;
          line-height: 3.4vw;
          margin: 0 0.9vw 1vw 0px;
          text-indent: -1em;
          padding-left: 1em; }
        .twitter .method li:nth-child(2) .btn {
          float: right;
          width: 48vw;
          height: 5.3vw;
          margin-right: 2.2vw; }
          .twitter .method li:nth-child(2) .btn a {
            border-radius: 2.65vw; }
            .twitter .method li:nth-child(2) .btn a::after {
              width: 2.4vw;
              height: 1.4vw;
              top: 2vw;
              right: 2.2vw;
              background-size: 100%; }
          .twitter .method li:nth-child(2) .btn p {
            font-size: 2.9vw; }
      .twitter .method li:last-child {
        width: 100%;
        height: 33.6vw;
        margin-bottom: 0; }
        .twitter .method li:last-child .step {
          top: -4.4vw;
          width: 13.3vw; }
        .twitter .method li:last-child figure {
          width: 34vw;
          margin: 3.1vw 0 0 4.5vw;
          float: left; }
        .twitter .method li:last-child .txt {
          width: 46.4vw;
          float: right;
          margin: 2.4vw 4vw 0.5vw 0;
          font-size: 3.2vw;
          line-height: 4vw; }
        .twitter .method li:last-child .exp {
          width: 47vw;
          float: right;
          font-size: 2.6vw;
          line-height: 3.4vw;
          margin: 0 0.9vw 1vw 0px;
          text-indent: -1em;
          padding-left: 1em; }
        .twitter .method li:last-child .caution {
          width: 48.3vw;
          float: right;
          font-size: 2.6vw;
          line-height: 3.4vw;
          word-break: break-all;
          margin: 0 1.8vw 0 0; }
      .twitter .method .attention {
        width: calc(93.8vw - 1em);
        font-size: 3.2vw;
        line-height: 4vw;
        margin: 0 auto 1.3vw 2em;
        float: none; } }
.twitter .present {
  width: 1000px;
  margin: auto;
  padding-top: 55px; }
  .twitter .present .read {
    margin: 20px auto 12px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #000; }
  .twitter .present .btn {
    width: 265px;
    height: 30px;
    margin: auto; }
    .twitter .present .btn a {
      width: 100%;
      height: 100%;
      display: block;
      background-color: #d9edec;
      border-radius: 15px;
      position: relative; }
      .twitter .present .btn a::after {
        content: "";
        background: url("../images/more.png") no-repeat;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 17px;
        height: 10px;
        background-size: 100%; }
    .twitter .present .btn p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      text-align: center;
      width: 100%;
      height: 100%;
      font-size: 18px;
      color: #000; }
  .twitter .present .item {
    width: 781px;
    margin: 34px auto 0;
    position: relative; }
    .twitter .present .item ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .twitter .present .item li {
      width: 375px; }
      .twitter .present .item li figure {
        margin: auto;
        position: relative; }
        .twitter .present .item li figure .mark {
          position: absolute;
          bottom: -36px;
          left: -14px; }
      .twitter .present .item li p {
        text-align: center;
        color: #000;
        font-size: 20px;
        line-height: 26px;
        margin-top: 13px; }
    .twitter .present .item .border {
      position: absolute;
      top: 100px;
      left: 0;
      right: 0;
      margin: auto;
      width: 515px; }
    .twitter .present .item .txt {
      width: 798px;
      margin-top: 20px; }
      .twitter .present .item .txt p {
        font-size: 14px;
        color: #000;
        line-height: 18px;
        text-indent: -1em;
        margin-left: 1em; }
  @media screen and (max-width: 670px) {
    .twitter .present {
      padding-top: 10.6vw;
      width: 100%;
      position: relative;
      z-index: 2; }
      .twitter .present .title {
        width: 100%; }
      .twitter .present .read {
        margin: 3.7vw auto 2.6vw;
        font-size: 4vw;
        line-height: 4.8vw; }
      .twitter .present .btn {
        width: 48vw;
        height: 5.3vw; }
        .twitter .present .btn a {
          border-radius: 2.65vw; }
          .twitter .present .btn a::after {
            width: 2.4vw;
            height: 1.4vw;
            top: 1.8vw;
            right: 2.8vw; }
        .twitter .present .btn p {
          font-size: 2.9vw; }
      .twitter .present .item {
        width: 94.1vw;
        margin: 6.6vw auto 0; }
        .twitter .present .item li {
          width: 45.7vw; }
          .twitter .present .item li figure .mark {
            width: 11.8vw;
            height: 11.8vw;
            bottom: -4.9vw;
            left: -1.7vw; }
          .twitter .present .item li p {
            margin-top: 4.4vw;
            font-size: 2.9vw;
            line-height: 3.4vw; }
        .twitter .present .item .border {
          top: 10.5vw;
          width: 68.5vw; }
        .twitter .present .item .txt {
          margin-top: 3.7vw;
          width: 100%; }
          .twitter .present .item .txt p {
            font-size: 2.4vw;
            line-height: 3.2vw; }
            .twitter .present .item .txt p:first-child {
              margin-bottom: 1.6vw; } }
.twitter .movie {
  margin-top: 70px;
  position: relative; }
  .twitter .movie figure {
    margin: auto;
    position: relative;
    width: 961px;
    height: 277px; }
    .twitter .movie figure .modal {
      position: absolute;
      left: 305px;
      top: 20px; }
      .twitter .movie figure .modal p {
        color: #fff;
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px; }
      .twitter .movie figure .modal a {
        width: 256px;
        height: 182px;
        display: block;
        margin: auto; }
    .twitter .movie figure .txt {
      position: absolute;
      right: 32px;
      width: 341px;
      top: 19px; }
      .twitter .movie figure .txt p {
        color: #fff;
        font-size: 16px;
        line-height: 24px; }
      .twitter .movie figure .txt a {
        width: 265px;
        height: 30px;
        background-color: #d9edec;
        display: block;
        border-radius: 15px;
        margin: 15px auto 0;
        position: relative; }
        .twitter .movie figure .txt a:hover {
          opacity: 0.7; }
        .twitter .movie figure .txt a p {
          font-size: 18px;
          color: #000;
          width: 100%;
          height: 100%;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column;
          padding-left: 27px;
          line-height: 1; }
        .twitter .movie figure .txt a::after {
          content: "";
          background: url("../images/list_arrow.png") no-repeat;
          position: absolute;
          right: 13px;
          top: 7px;
          width: 10px;
          height: 17px;
          background-size: 100%; }
  .twitter .movie .title {
    position: absolute;
    top: -41px;
    left: 21px; }
  @media screen and (max-width: 670px) {
    .twitter .movie {
      margin: 12.9vw auto 0;
      width: 94.1vw; }
      .twitter .movie figure {
        width: 100%;
        height: 73.3vw; }
        .twitter .movie figure .modal {
          right: 2.1vw;
          top: 2vw;
          left: auto; }
          .twitter .movie figure .modal p {
            font-size: 2.9vw;
            line-height: 4vw;
            margin-bottom: 1.3vw; }
          .twitter .movie figure .modal a {
            width: 37.6vw;
            height: 26.5vw; }
        .twitter .movie figure .txt {
          top: 40vw;
          width: 89.3vw;
          left: 0;
          right: 0;
          margin: auto; }
          .twitter .movie figure .txt p {
            font-size: 2.9vw;
            line-height: 4vw; }
          .twitter .movie figure .txt a {
            width: 48vw;
            height: 5.3vw;
            border-radius: 2.65vw;
            margin-top: 1.6vw; }
            .twitter .movie figure .txt a p {
              font-size: 2.9vw;
              width: auto;
              padding-left: 0;
              text-align: center; }
            .twitter .movie figure .txt a::after {
              width: 1.3vw;
              height: 2.5vw;
              top: 1.4vw;
              right: 3.2vw; }
      .twitter .movie .title {
        top: -6.2vw;
        left: 2px;
        width: 69.8vw; } }
.twitter .illust {
  background-color: #bcddda;
  margin-top: 99px; }
  .twitter .illust .inner {
    width: 1000px;
    margin: auto;
    position: relative;
    padding-top: 112px; }
    .twitter .illust .inner .title {
      position: absolute;
      top: -31px; }
    .twitter .illust .inner h2 {
      text-align: center;
      padding-top: 18px;
      font-size: 36px;
      color: #000;
      line-height: 1;
      position: relative;
      font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }
      .twitter .illust .inner h2::before {
        content: "";
        background: url("../images/kyojo/tw/border.jpg") no-repeat;
        position: absolute;
        bottom: -12px;
        left: -7px;
        right: 0;
        margin: auto;
        width: 689px;
        height: 2px;
        background-size: 100%; }
      .twitter .illust .inner h2::after {
        content: "";
        background: url("../images/kyojo/tw/arrow.png") no-repeat;
        position: absolute;
        bottom: -33px;
        left: 0;
        right: 0;
        margin: auto;
        width: 39px;
        height: 21px;
        background-size: 100%; }
      .twitter .illust .inner h2.second::before {
        width: 765px; }
    .twitter .illust .inner ul {
      margin-top: 50px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .twitter .illust .inner ul::before {
        content: "";
        width: 239px;
        height: 0;
        order: 1; }
      .twitter .illust .inner ul::after {
        content: "";
        width: 239px;
        height: 0; }
    .twitter .illust .inner li {
      width: 239px;
      margin-bottom: 70px; }
      .twitter .illust .inner li p {
        font-size: 18px;
        line-height: 24px;
        color: #000;
        text-align: center; }
      .twitter .illust .inner li figure {
        margin: 12px auto 11px;
        position: relative; }
        .twitter .illust .inner li figure .number {
          position: absolute;
          top: -3px;
          left: -5px; }
      .twitter .illust .inner li .btn {
        width: 197px;
        height: 30px;
        margin: auto; }
        .twitter .illust .inner li .btn a {
          width: 100%;
          height: 100%;
          display: block;
          background-color: #fe999a;
          border-radius: 15px;
          position: relative; }
          .twitter .illust .inner li .btn a::after {
            content: "";
            background: url("../images/list_arrow.png") no-repeat;
            position: absolute;
            top: 7px;
            right: 13px;
            width: 10px;
            height: 17px;
            background-size: 100%; }
          .twitter .illust .inner li .btn a p {
            width: 100%;
            height: 100%;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-flex-flow: column;
            -ms-flex-flow: column;
            flex-flow: column;
            line-height: 1;
            font-size: 18px;
            color: #000; }
      .twitter .illust .inner li.hover {
        opacity: 0.5; }
    .twitter .illust .inner .other {
      margin-top: 60px;
      overflow: hidden; }
      .twitter .illust .inner .other .left {
        float: left;
        margin-left: 214px; }
        .twitter .illust .inner .other .left figure {
          margin: auto;
          position: relative;
          width: 240px;
          height: 240px; }
          .twitter .illust .inner .other .left figure .number {
            position: absolute;
            left: -3px;
            top: 0; }
        .twitter .illust .inner .other .left .btn {
          width: 197px;
          height: 30px;
          margin: 11px auto 0; }
          .twitter .illust .inner .other .left .btn a {
            width: 100%;
            height: 100%;
            display: block;
            background-color: #fe999a;
            border-radius: 15px;
            position: relative; }
            .twitter .illust .inner .other .left .btn a::after {
              content: "";
              background: url("../images/list_arrow.png") no-repeat;
              position: absolute;
              top: 7px;
              right: 13px;
              width: 10px;
              height: 17px;
              background-size: 100%; }
            .twitter .illust .inner .other .left .btn a p {
              width: 100%;
              height: 100%;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-justify-content: center;
              justify-content: center;
              .
								-webkit-flex-flow: column;
              -ms-flex-flow: column;
              flex-flow: column;
              line-height: 1;
              font-size: 18px;
              color: #000;
              text-align: center; }
        .twitter .illust .inner .other .left.hover {
          opacity: 0.5; }
      .twitter .illust .inner .other .right {
        float: right;
        margin-right: 219px;
        margin-top: 76px; }
        .twitter .illust .inner .other .right p {
          font-size: 24px;
          line-height: 32px;
          color: #000; }
    .twitter .illust .inner .rator {
      margin-top: 99px;
      width: 961px;
      height: 277px;
      padding-bottom: 60px; }
      .twitter .illust .inner .rator .area {
        border: 5px solid #fff;
        background-color: #f4e5b2;
        position: relative; }
        .twitter .illust .inner .rator .area .title {
          position: absolute;
          top: -48px;
          left: -3px; }
        .twitter .illust .inner .rator .area .top {
          width: 856px;
          margin: 15px auto 0;
          border-bottom: 2px solid #fff; }
          .twitter .illust .inner .rator .area .top p {
            font-size: 20px;
            color: #000;
            margin-bottom: 10px; }
        .twitter .illust .inner .rator .area .bottom {
          width: 856px;
          margin: 15px auto 0;
          overflow: hidden; }
          .twitter .illust .inner .rator .area .bottom .left {
            float: left;
            margin-left: 18px; }
          .twitter .illust .inner .rator .area .bottom .right {
            float: right;
            margin-right: 23px;
            width: 625px; }
            .twitter .illust .inner .rator .area .bottom .right .name p {
              font-size: 16px;
              line-height: 1;
              color: #000;
              font-weight: bold;
              margin-bottom: 7px; }
            .twitter .illust .inner .rator .area .bottom .right .txt p {
              font-size: 16px;
              color: #000;
              line-height: 24px; }
            .twitter .illust .inner .rator .area .bottom .right .btn {
              width: 265px;
              height: 30px;
              margin-bottom: 14px; }
              .twitter .illust .inner .rator .area .bottom .right .btn a {
                width: 100%;
                height: 100%;
                display: block;
                background-color: #d9edec;
                border-radius: 15px;
                position: relative; }
                .twitter .illust .inner .rator .area .bottom .right .btn a::before {
                  content: "";
                  background: url("../images/choivola/blamk.png");
                  position: absolute;
                  top: 6px;
                  right: 44px;
                  width: 25px;
                  height: 19px;
                  background-size: 100%; }
                .twitter .illust .inner .rator .area .bottom .right .btn a::after {
                  content: "";
                  background: url("../images/list_arrow.png");
                  position: absolute;
                  top: 7px;
                  right: 13px;
                  width: 10px;
                  height: 17px;
                  background-size: 100%; }
              .twitter .illust .inner .rator .area .bottom .right .btn p {
                font-size: 18px;
                height: 100%;
                color: #000;
                line-height: 1;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-flex-flow: column;
                -ms-flex-flow: column;
                flex-flow: column;
                padding-left: 42px; }
  @media screen and (max-width: 670px) {
    .twitter .illust {
      margin-top: -45vw;
      position: relative;
      z-index: 1; }
      .twitter .illust .inner {
        width: 100%;
        padding-top: 56.5vw; }
        .twitter .illust .inner .title {
          position: relative;
          top: 0;
          width: 100%; }
        .twitter .illust .inner h2 {
          padding-top: 2vw;
          font-size: 5.3vw;
          line-height: 6.9vw; }
          .twitter .illust .inner h2::before {
            width: 94.1vw;
            bottom: -2.3vw; }
          .twitter .illust .inner h2::after {
            background: url("../images/kyojo/tw/arrow_sp.png") no-repeat;
            width: 4vw;
            height: 2.6vw;
            bottom: -4.7vw;
            background-size: 100%; }
          .twitter .illust .inner h2.second {
            width: 94.1vw;
            margin: auto;
            padding-top: 14vw; }
            .twitter .illust .inner h2.second::before {
              background-size: 100%;
              width: 100%; }
        .twitter .illust .inner ul {
          width: 87.8vw;
          margin: 6.6vw auto 0; }
          .twitter .illust .inner ul::before, .twitter .illust .inner ul::after {
            width: 41.4vw; }
        .twitter .illust .inner li {
          width: 41.4vw;
          margin-bottom: 6vw; }
          .twitter .illust .inner li p {
            font-size: 3vw;
            line-height: 4.4vw; }
            .twitter .illust .inner li p small {
              font-size: 2.6vw; }
          .twitter .illust .inner li figure {
            margin: 1.8vw auto 2vw; }
            .twitter .illust .inner li figure .number {
              top: -0.8vw;
              left: -0.2vw;
              width: 10.4vw;
              height: 10.1vw; }
          .twitter .illust .inner li .btn {
            width: 34.1vw;
            height: 5.2vw; }
            .twitter .illust .inner li .btn a {
              border-radius: 2.6vw; }
              .twitter .illust .inner li .btn a p {
                font-size: 3.2vw; }
              .twitter .illust .inner li .btn a::after {
                top: 1.3vw;
                right: 2.2vw;
                width: 1.7vw;
                height: 2.8vw; }
        .twitter .illust .inner .other {
          width: 94.1vw;
          margin: 5.3vw auto 0; }
          .twitter .illust .inner .other .left {
            margin-left: 2.9vw; }
            .twitter .illust .inner .other .left figure {
              margin: 1.8vw auto 2vw;
              width: 41.4vw;
              height: 41.4vw; }
              .twitter .illust .inner .other .left figure .number {
                top: -0.8vw;
                left: -0.2vw;
                width: 10.4vw;
                height: 10.1vw; }
            .twitter .illust .inner .other .left .btn {
              width: 34.1vw;
              height: 5.2vw; }
              .twitter .illust .inner .other .left .btn a {
                border-radius: 2.6vw; }
                .twitter .illust .inner .other .left .btn a p {
                  font-size: 3.2vw; }
                .twitter .illust .inner .other .left .btn a::after {
                  top: 1.3vw;
                  right: 2.2vw;
                  width: 1.7vw;
                  height: 2.8vw; }
          .twitter .illust .inner .other .right {
            margin: 10.6vw 2.1vw 0 0;
            width: 44vw; }
            .twitter .illust .inner .other .right p {
              font-size: 4.4vw;
              line-height: 5.7vw; }
        .twitter .illust .inner .rator {
          margin: 13.6vw auto 0;
          width: 94.1vw;
          height: auto;
          padding-bottom: 6.4vw; }
          .twitter .illust .inner .rator .area .title {
            top: -7.3vw;
            width: 54.2vw; }
          .twitter .illust .inner .rator .area .top {
            width: 88.1vw;
            margin: 2vw auto 0; }
            .twitter .illust .inner .rator .area .top p {
              font-size: 3.6vw;
              line-height: 4.5vw;
              margin-bottom: 1.3vw; }
          .twitter .illust .inner .rator .area .bottom {
            margin: 2.1vw auto 0;
            width: 88.1vw; }
            .twitter .illust .inner .rator .area .bottom .left {
              margin-left: 0;
              width: 20.2vw; }
            .twitter .illust .inner .rator .area .bottom .right {
              width: 64.6vw;
              margin-right: 0; }
              .twitter .illust .inner .rator .area .bottom .right .name p {
                font-size: 3.2vw;
                margin-bottom: 1.3vw; }
              .twitter .illust .inner .rator .area .bottom .right .txt p {
                font-size: 2.9vw;
                line-height: 4vw; }
              .twitter .illust .inner .rator .area .bottom .right .btn {
                margin-top: 1.6vw;
                margin-bottom: 2.4vw;
                width: 48vw;
                height: 5.3vw; }
                .twitter .illust .inner .rator .area .bottom .right .btn a {
                  border-radius: 2.65vw; }
                  .twitter .illust .inner .rator .area .bottom .right .btn a::before {
                    width: 3.4vw;
                    height: 2.6vw;
                    top: 1.2vw;
                    right: 5.8vw;
                    background-size: 100%; }
                  .twitter .illust .inner .rator .area .bottom .right .btn a::after {
                    width: 1.4vw;
                    height: 2.5vw;
                    top: 1.4vw;
                    right: 3.2vw;
                    background-size: 100%; }
                .twitter .illust .inner .rator .area .bottom .right .btn p {
                  font-size: 2.9vw; } }
.twitter .point {
  width: 1000px;
  margin: auto; }
  .twitter .point .title {
    margin: 33px auto 11px; }
  .twitter .point table {
    border-top: 1px solid #bcddda;
    border-collapse: collapse; }
    .twitter .point table th {
      width: 200px;
      min-height: 39px;
      text-indent: -1em;
      padding: 6px 0 6px 1em;
      font-size: 20px;
      line-height: 26px;
      border-bottom: 1px solid #bcddda;
      text-align: left;
      color: #000;
      font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }
    .twitter .point table td {
      padding: 6px 0 6px;
      font-size: 20px;
      min-height: 39px;
      line-height: 26px;
      border-bottom: 1px solid #bcddda;
      text-align: left; }
      .twitter .point table td p {
        color: #000; }
        .twitter .point table td p.indent {
          text-align: left; }
      .twitter .point table td ul li p {
        text-indent: -2em;
        padding-left: 2em;
        color: #000; }
      .twitter .point table td ul li ul {
        padding-left: 2em; }
  @media screen and (max-width: 670px) {
    .twitter .point {
      width: 100%;
      margin: auto; }
      .twitter .point .title {
        margin: 6vw auto 5.3vw;
        width: 100%; }
      .twitter .point table {
        width: 94.1vw;
        margin: auto; }
        .twitter .point table tr {
          min-height: 4.8vw; }
        .twitter .point table th {
          width: 24vw;
          font-size: 2.6vw; }
        .twitter .point table td {
          font-size: 2.6vw;
          width: 68.1vw; } }
.twitter .terms {
  width: 1000px;
  margin: 100px auto 111px;
  overflow: hidden; }
  .twitter .terms p {
    font-size: 20px;
    line-height: 1;
    color: #000; }
  .twitter .terms .left {
    float: left;
    width: 608px;
    border: 2px solid #bcddda;
    height: 547px;
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-color: #bcddda #fff; }
    .twitter .terms .left::-webkit-scrollbar-thumb {
      background: #bcddda; }
    .twitter .terms .left .inner {
      padding: 10px 17px 10px 14px;
      border-right: 2px solid #bcddda; }
    .twitter .terms .left .block p {
      font-size: 16px;
      line-height: 20px;
      color: #000; }
      .twitter .terms .left .block p.tright {
        text-align: right; }
    .twitter .terms .left .block ul {
      text-indent: -1em;
      padding-left: 1em; }
      .twitter .terms .left .block ul li ol {
        list-style: none;
        padding-left: 1em; }
  .twitter .terms .right {
    float: right;
    width: 375px;
    height: 552px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #bcddda; }
  @media screen and (max-width: 670px) {
    .twitter .terms {
      width: 94.1vw;
      margin: 8.8vw auto 12.4vw; }
      .twitter .terms p {
        font-size: 3.2vw;
        margin-bottom: 1.3vw; }
      .twitter .terms .left {
        width: calc(100% - 4px);
        height: 64.5vw;
        margin-bottom: 6.8vw;
        float: none; }
        .twitter .terms .left .block p {
          font-size: 2.9vw;
          line-height: 3.7vw; }
      .twitter .terms .right {
        width: calc(100% - 2px);
        height: 141.3vw;
        float: none; }
        .twitter .terms .right iframe {
          width: 100% !important; } }
.twitter .video_image {
  margin-bottom: 20px;
  text-align: center; }
.twitter .video_image a:hover {
  opacity: 0.5;
  transition: all 0.5s ease-out; }
.twitter .video_image img {
  max-width: 606px;
  width: 100%;
  height: auto; }
.twitter .btn a:hover {
  opacity: 0.8; }
.twitter__second {
  background: url(../images/kyojo/tw/main_bg.jpg) no-repeat center bottom;
  background-size: cover;
  height: 968px;
  width: 100%; }
  .twitter__second .inner {
    background: url(../images/kyojo/tw/1/main_block_bg.png) no-repeat center bottom;
    width: 966px;
    height: 824px;
    margin: auto;
    position: relative;
    padding-top: 76px; }
    .twitter__second .inner .title {
      position: absolute;
      top: 22px;
      margin: auto;
      left: 0;
      right: 0;
      width: 487px; }
    .twitter__second .inner .btn {
      position: absolute;
      top: 112px;
      left: 14px;
      width: 170px;
      height: 30px; }
      .twitter__second .inner .btn a {
        width: 100%;
        height: 100%;
        background-color: #d9edec;
        display: block;
        border-radius: 15px;
        position: relative; }
        .twitter__second .inner .btn a::before {
          content: "";
          background: url("../images/list_arrow.png") no-repeat;
          transform: scaleX(-1);
          position: absolute;
          left: 8px;
          top: 7px;
          width: 10px;
          height: 17px;
          background-size: 100%; }
      .twitter__second .inner .btn p {
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        text-align: center;
        font-size: 12px;
        color: #000; }
    .twitter__second .inner .img {
      padding: 183px 0 0;
      margin: auto; }
      .twitter__second .inner .img figure {
        margin: auto;
        width: 660px;
        height: 346px;
        position: relative; }
        .twitter__second .inner .img figure .number {
          position: absolute;
          left: -73px;
          top: -3px; }
        .twitter__second .inner .img figure .txt {
          position: absolute;
          bottom: -31px;
          left: 0;
          right: 0;
          margin: auto; }
          .twitter__second .inner .img figure .txt p {
            font-size: 16px;
            line-height: 1; }
    .twitter__second .inner .exp {
      text-align: center;
      margin: 16px auto; }
      .twitter__second .inner .exp p {
        font-size: 16px;
        color: #000;
        line-height: 1; }
      .twitter__second .inner .exp + .tw {
        margin-top: 0; }
    .twitter__second .inner .tw {
      margin-top: 47px; }
      .twitter__second .inner .tw .title {
        top: 0;
        position: relative;
        width: 425px;
        height: 36px;
        background-color: #fe999a;
        margin: auto;
        border-radius: 18px; }
        .twitter__second .inner .tw .title p {
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column;
          width: 100%;
          height: 100%;
          text-align: center;
          color: #fff;
          font-size: 24px;
          line-height: 1; }
      .twitter__second .inner .tw a {
        width: 96px;
        height: 97px;
        display: block;
        margin: 16px auto 0; }
        .twitter__second .inner .tw a:hover {
          opacity: 0.8; }
    .twitter__second .inner .txt {
      text-align: center;
      margin-top: 33px; }
      .twitter__second .inner .txt p {
        font-size: 14px;
        line-height: 16px;
        color: #ff0003;
        text-align: left;
        padding-left: 4em;
        text-indent: -3em;
        margin-left: calc(184px - 4em); }
  @media screen and (max-width: 670px) {
    .twitter__second {
      background: url("../images/kyojo/tw/1/main_bg_sp.jpg") no-repeat center bottom;
      height: 125vw;
      padding-bottom: 2.6vw; }
      .twitter__second .inner {
        background: url("../images/kyojo/tw/1/main_block_bg_sp.png") no-repeat center bottom;
        width: 94.4vw;
        height: 114.8vw;
        padding-top: 7.7vw;
        background-size: 100%;
        padding-bottom: 2.6vw; }
        .twitter__second .inner .title {
          top: 1.4vw;
          width: 66.8vw; }
        .twitter__second .inner .btn {
          width: 29.6vw;
          height: 4.8vw;
          top: 1.3vw;
          left: 0; }
          .twitter__second .inner .btn a {
            border-radius: 2.4vw; }
            .twitter__second .inner .btn a::before {
              width: 1.6vw;
              height: 2.8vw;
              top: 1vw;
              left: 1.3vw;
              background-size: 100%; }
          .twitter__second .inner .btn p {
            font-size: 2.1vw; }
        .twitter__second .inner .img {
          padding: 25.2vw 0 0; }
          .twitter__second .inner .img figure {
            width: 75.2vw;
            height: auto; }
            .twitter__second .inner .img figure .number {
              top: -10.9vw;
              left: -6.8vw;
              width: 10.2vw;
              height: 10.2vw; }
        .twitter__second .inner .exp {
          width: 88.6vw;
          margin: 2vw auto; }
          .twitter__second .inner .exp p {
            font-size: 2.6vw; }
        .twitter__second .inner .tw {
          margin-top: 3.6vw; }
          .twitter__second .inner .tw .title {
            top: 0;
            width: 68vw;
            height: 5.7vw;
            margin: auto;
            padding: 0; }
            .twitter__second .inner .tw .title p {
              font-size: 3.7vw; }
          .twitter__second .inner .tw a {
            width: 15.3vw;
            height: 15.3vw;
            margin: 2.5vw auto 0; }
        .twitter__second .inner .txt {
          width: 88.9vw;
          margin: 3.2vw auto 0;
          padding-bottom: 1.5vw; }
          .twitter__second .inner .txt p {
            text-align: left;
            font-size: 2.9vw;
            line-height: 3.7vw;
            padding-left: 0;
            text-indent: 0;
            margin: auto; }
            .twitter__second .inner .txt p b {
              font-weight: bold;
              font-family: "ヒラギノ丸ゴ Pro W8","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; } }
.twitter .article {
  width: 1000px;
  margin: 52px auto 88px;
  overflow: hidden; }
  .twitter .article .title img {
    display: block; }
  .twitter .article .left {
    float: left;
    margin: 54px 0 0 20px; }
    .twitter .article .left figure {
      margin: auto; }
  .twitter .article .right {
    float: right;
    margin: 55px 18px 0 0;
    height: 303px;
    width: 480px;
    position: relative; }
    .twitter .article .right .title {
      width: 480px;
      height: 71px;
      background-color: #86ccc8; }
      .twitter .article .right .title p {
        width: auto;
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        font-size: 22px;
        line-height: 28px;
        color: #000;
        font-weight: bold;
        padding-left: 20px; }
    .twitter .article .right .second {
      margin: 28px auto 20px; }
      .twitter .article .right .second p {
        font-size: 22px;
        color: #000;
        line-height: 1; }
    .twitter .article .right .txt p {
      color: #000;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.3px; }
      .twitter .article .right .txt p span {
        font-size: 12px; }
    .twitter .article .right .btn {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 265px;
      height: 30px; }
      .twitter .article .right .btn a {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 15px;
        background-color: #d9edec;
        position: relative; }
        .twitter .article .right .btn a::after {
          content: "";
          background: url("../images/list_arrow.png") no-repeat;
          width: 10px;
          height: 17px;
          background-size: 100%;
          position: absolute;
          right: 13px;
          top: 7px; }
      .twitter .article .right .btn p {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        width: 100%;
        height: 100%;
        font-size: 18px;
        text-align: center;
        color: #000; }
  @media screen and (max-width: 670px) {
    .twitter .article {
      margin: 8.5vw auto 9vw;
      width: 100%; }
      .twitter .article .title {
        width: 100%; }
      .twitter .article .left {
        width: 100%;
        margin: 7vw auto 0;
        float: none; }
        .twitter .article .left .title {
          width: 93.8vw;
          height: 12vw;
          margin: auto;
          background-color: #94cac8; }
          .twitter .article .left .title p {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-flex-flow: column;
            -ms-flex-flow: column;
            flex-flow: column;
            padding-left: 2.6vw;
            width: auto;
            height: 100%;
            font-size: 4vw;
            line-height: 4.8vw;
            font-weight: bold;
            color: #000; }
        .twitter .article .left figure {
          margin: 4.4vw auto 5.6vw;
          width: 60.6vw;
          height: 41vw; }
      .twitter .article .right {
        float: none;
        width: 93.8vw;
        margin: auto;
        height: auto; }
        .twitter .article .right .second {
          margin: 0 auto 3vw; }
          .twitter .article .right .second p {
            font-size: 3.4vw; }
        .twitter .article .right .txt p {
          font-size: 3.2vw;
          line-height: 4.8vw; }
          .twitter .article .right .txt p span {
            font-size: 3vw; }
        .twitter .article .right .btn {
          position: relative;
          margin-top: 2.6vw;
          width: 48vw;
          height: 5.3vw; }
          .twitter .article .right .btn a {
            border-radius: 2.65vw; }
            .twitter .article .right .btn a::after {
              width: 1.4vw;
              height: 2.5vw;
              background-size: 100%;
              top: 1.6vw;
              right: 3.2vw; }
          .twitter .article .right .btn p {
            font-size: 2.9vw; } }
.twitter .link {
  background-color: #f4e5b2;
  padding-bottom: 55px; }
  @media screen and (max-width: 670px) {
    .twitter .link {
      width: 100vw;
      padding-bottom: 5.3vw;
      margin-bottom: 14.9vw; } }
  .twitter .link__inner {
    width: 1000px;
    margin: auto; }
    @media screen and (max-width: 670px) {
      .twitter .link__inner {
        width: 100%; } }
  .twitter .link__title {
    padding-top: 43px;
    padding-bottom: 40px; }
    .twitter .link__title figure {
      margin: auto; }
      .twitter .link__title figure img {
        display: block;
        margin: auto; }
    .twitter .link__title p {
      font-size: 28px;
      color: #000;
      line-height: 1;
      text-align: center;
      padding-top: 12px; }
    @media screen and (max-width: 670px) {
      .twitter .link__title {
        padding-top: 6.5vw;
        padding-bottom: 8.2vw; }
        .twitter .link__title p {
          font-size: 4vw;
          padding-top: 2vw; } }
  .twitter .link__join {
    margin-bottom: 35px; }
    .twitter .link__join .title {
      position: relative;
      width: 439px;
      height: 43px;
      background-color: #917334;
      border-radius: 21.5px;
      margin-left: 40px;
      margin-bottom: 18px; }
      .twitter .link__join .title p {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        text-align: center;
        font-size: 24px;
        color: #fff;
        line-height: 1; }
      .twitter .link__join .title .chara {
        position: absolute;
        top: -20px;
        left: -37px; }
    .twitter .link__join ul {
      border-top: 1px solid #fff;
      width: 100%; }
    .twitter .link__join li {
      width: 100%;
      height: 85px;
      border-bottom: 1px solid #fff;
      position: relative; }
      .twitter .link__join li p {
        width: 66%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        padding-left: 20px;
        font-size: 16px;
        color: #000; }
        .twitter .link__join li p span {
          font-size: 20px;
          color: #000;
          font-weight: bold; }
          .twitter .link__join li p span small {
            font-size: 16px; }
        .twitter .link__join li p a {
          display: contents; }
        @media all and (-ms-high-contrast: none) {
          .twitter .link__join li p a {
            display: ruby;
            text-decoration: none; } }
      .twitter .link__join li .btn {
        position: absolute;
        width: 291px;
        height: 31px;
        bottom: 12px;
        right: 14px;
        background-color: #d9edec;
        border-radius: 15.5px; }
        .twitter .link__join li .btn a {
          width: 100%;
          height: 100%;
          display: block;
          position: relative; }
          .twitter .link__join li .btn a::before {
            content: '';
            background: url("../images/choivola/blamk.png") no-repeat;
            position: absolute;
            top: 5px;
            right: 28px;
            width: 25px;
            height: 19px;
            background-size: 100%; }
          .twitter .link__join li .btn a::after {
            content: '';
            background: url("../images/choivola/arrow.png") no-repeat;
            position: absolute;
            top: 7px;
            right: 11px;
            width: 10px;
            height: 17px;
            background-size: 100%; }
        .twitter .link__join li .btn p {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column;
          flex-wrap: wrap;
          align-content: baseline;
          color: #000;
          line-height: 18px;
          padding-left: 0;
          margin-left: 32px;
          font-size: 14px;
          line-height: 18px; }
          .twitter .link__join li .btn p span {
            vertical-align: top;
            line-height: 17px;
            font-size: 12px;
            font-weight: normal; }
    .twitter .link__join .js_btn {
      margin: 21px auto 0;
      width: 322px;
      height: 38px;
      background-color: #fff; }
      .twitter .link__join .js_btn a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative; }
        .twitter .link__join .js_btn a p {
          width: 100%;
          height: 100%;
          display: flex;
          flex-flow: column;
          justify-content: center;
          font-size: 18px;
          color: #000; }
          .twitter .link__join .js_btn a p span {
            padding-left: 115px; }
        .twitter .link__join .js_btn a::after {
          content: '';
          background: url("../images/more.png") no-repeat;
          position: absolute;
          top: 15px;
          right: 115px;
          width: 17px;
          height: 10px;
          background-size: 100%; }
      .twitter .link__join .js_btn:hover {
        opacity: 0.7; }
        .twitter .link__join .js_btn:hover a {
          text-decoration: none; }
    @media screen and (max-width: 670px) {
      .twitter .link__join {
        margin-bottom: 10.6vw; }
        .twitter .link__join .title {
          margin-left: 8.6vw;
          width: 64.4vw;
          height: 6.4vw;
          margin-bottom: 3.2vw; }
          .twitter .link__join .title p {
            font-size: 3.52vw; }
          .twitter .link__join .title .chara {
            width: 12.6vw;
            height: 12vw;
            left: -5.6vw;
            top: -3.3vw; }
        .twitter .link__join ul {
          width: 92.6vw;
          margin: auto; }
        .twitter .link__join li {
          height: auto; }
          .twitter .link__join li p {
            width: 100%;
            font-size: 2.9vw;
            padding-left: 0;
            display: block;
            padding-top: 2.5vw;
            margin-bottom: 8vw; }
            .twitter .link__join li p span {
              font-size: 4vw;
              line-height: 1; }
              .twitter .link__join li p span small {
                font-size: 3vw; }
          .twitter .link__join li .btn {
            width: 57.8vw;
            height: 5.4vw;
            right: 1.3vw;
            bottom: 1.7vw; }
            .twitter .link__join li .btn a::before {
              width: 3.4vw;
              height: 2.8vw;
              top: 1.2vw;
              right: 5.8vw; }
            .twitter .link__join li .btn a::after {
              width: 1.4vw;
              height: 2.5vw;
              top: 1.6vw;
              right: 3vw; }
            .twitter .link__join li .btn p {
              padding: 0;
              font-size: 2.9vw;
              margin-left: 6.6vw;
              width: auto;
              display: block;
              line-height: 1;
              height: auto;
              padding-top: 1.3vw; }
              .twitter .link__join li .btn p span {
                font-size: 2.4vw;
                line-height: 2.9vw; }
        .twitter .link__join .js_btn {
          margin-top: 4.6vw;
          width: 92.6vw;
          height: 9vw; }
          .twitter .link__join .js_btn a p {
            font-size: 4vw; }
            .twitter .link__join .js_btn a p span {
              padding-left: 40.4vw; }
          .twitter .link__join .js_btn a::after {
            width: 2.4vw;
            height: 1.4vw;
            top: 4.2vw;
            right: 34.6vw; } }
  .twitter .link__case .title {
    position: relative;
    width: 439px;
    height: 43px;
    background-color: #917334;
    border-radius: 21.5px;
    margin-left: 40px;
    margin-bottom: 18px; }
    .twitter .link__case .title p {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      text-align: center;
      font-size: 24px;
      color: #fff;
      line-height: 1; }
    .twitter .link__case .title .chara {
      position: absolute;
      top: -20px;
      left: -37px; }
  .twitter .link__case ul {
    border-top: 1px solid #fff;
    width: 100%; }
  .twitter .link__case li {
    width: 100%;
    height: 85px;
    border-bottom: 1px solid #fff;
    position: relative; }
    .twitter .link__case li p {
      width: 66%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      padding-left: 20px;
      font-size: 16px;
      color: #000; }
      .twitter .link__case li p span {
        font-size: 20px;
        color: #000;
        font-weight: bold; }
    .twitter .link__case li .btn {
      position: absolute;
      width: 291px;
      height: 31px;
      bottom: 12px;
      right: 14px;
      background-color: #d9edec;
      border-radius: 15.5px; }
      .twitter .link__case li .btn a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative; }
        .twitter .link__case li .btn a::before {
          content: '';
          background: url("../images/choivola/blamk.png") no-repeat;
          position: absolute;
          top: 5px;
          right: 28px;
          width: 25px;
          height: 19px;
          background-size: 100%; }
        .twitter .link__case li .btn a::after {
          content: '';
          background: url("../images/choivola/arrow.png") no-repeat;
          position: absolute;
          top: 7px;
          right: 11px;
          width: 10px;
          height: 17px;
          background-size: 100%; }
      .twitter .link__case li .btn p {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        flex-wrap: wrap;
        align-content: baseline;
        color: #000;
        line-height: 18px;
        padding-left: 0;
        margin-left: 32px;
        font-size: 14px;
        line-height: 18px; }
        .twitter .link__case li .btn p span {
          vertical-align: top;
          line-height: 17px;
          font-size: 12px;
          font-weight: normal; }
  .twitter .link__case .js_btn {
    margin: 21px auto 0;
    width: 322px;
    height: 38px;
    background-color: #fff; }
    .twitter .link__case .js_btn a {
      width: 100%;
      height: 100%;
      display: block;
      position: relative; }
      .twitter .link__case .js_btn a p {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        font-size: 18px;
        color: #000; }
        .twitter .link__case .js_btn a p span {
          padding-left: 115px; }
      .twitter .link__case .js_btn a::after {
        content: '';
        background: url("../images/more.png") no-repeat;
        position: absolute;
        top: 15px;
        right: 115px;
        width: 17px;
        height: 10px;
        background-size: 100%; }
    .twitter .link__case .js_btn:hover {
      opacity: 0.7; }
      .twitter .link__case .js_btn:hover a {
        text-decoration: none; }
  @media screen and (max-width: 670px) {
    .twitter .link__case .title {
      margin-left: 8.6vw;
      width: 64.4vw;
      height: 6.4vw;
      margin-bottom: 3.2vw; }
      .twitter .link__case .title p {
        font-size: 3.52vw; }
      .twitter .link__case .title .chara {
        width: 12.6vw;
        height: 12vw;
        left: -5.6vw;
        top: -3.3vw; }
    .twitter .link__case ul {
      width: 92.6vw;
      margin: auto; }
    .twitter .link__case li {
      height: auto; }
      .twitter .link__case li p {
        width: 100%;
        font-size: 2.9vw;
        padding-left: 0;
        display: block;
        padding-top: 2.5vw;
        margin-bottom: 8vw; }
        .twitter .link__case li p span {
          font-size: 4vw;
          line-height: 1; }
      .twitter .link__case li .btn {
        width: 57.8vw;
        height: 5.4vw;
        right: 1.3vw;
        bottom: 1.7vw; }
        .twitter .link__case li .btn a::before {
          width: 3.4vw;
          height: 2.8vw;
          top: 1.2vw;
          right: 5.8vw; }
        .twitter .link__case li .btn a::after {
          width: 1.4vw;
          height: 2.5vw;
          top: 1.6vw;
          right: 3vw; }
        .twitter .link__case li .btn p {
          padding: 0;
          font-size: 2.9vw;
          margin-left: 6.6vw;
          width: auto;
          display: block;
          line-height: 1;
          height: auto;
          padding-top: 1.3vw; }
          .twitter .link__case li .btn p span {
            font-size: 2.4vw;
            line-height: 2.9vw; }
    .twitter .link__case .js_btn {
      margin-top: 4.6vw;
      width: 92.6vw;
      height: 9vw;
      margin-bottom: 10.6vw; }
      .twitter .link__case .js_btn a p {
        font-size: 4vw; }
        .twitter .link__case .js_btn a p span {
          padding-left: 40.4vw; }
      .twitter .link__case .js_btn a::after {
        width: 2.4vw;
        height: 1.4vw;
        top: 4.2vw;
        right: 34.6vw; } }
.twitter + .study__list {
  margin-top: 81px; }

#readingcont-body .list-archive-total {
  border-top: 1px solid #86ccc8;
  padding-top: 40px; }
  #readingcont-body .list-archive-total ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative; }
  #readingcont-body .list-archive-total li {
    width: 49.5%;
    margin-bottom: 70px;
    overflow: hidden; }
    #readingcont-body .list-archive-total li a {
      display: block;
      text-decoration: none; }
    #readingcont-body .list-archive-total li:hover .image {
      border-color: #d9edec; }
    #readingcont-body .list-archive-total li:hover time, #readingcont-body .list-archive-total li:hover span {
      color: #909090; }
  #readingcont-body .list-archive-total .image {
    position: relative;
    border: 3px solid #86ccc8;
    width: calc(50% - 10px);
    float: left;
    margin-right: 5px; }
    #readingcont-body .list-archive-total .image figure {
      margin: auto;
      height: auto; }
      #readingcont-body .list-archive-total .image figure img {
        width: 100%;
        height: auto;
        display: block; }
  #readingcont-body .list-archive-total .vol {
    position: absolute;
    width: 75px;
    height: 21px;
    top: 0;
    left: 0;
    background-color: #ffe400;
    text-align: center; }
  #readingcont-body .list-archive-total time {
    font-size: 12px;
    color: #000;
    float: left;
    line-height: 1; }
  #readingcont-body .list-archive-total .join {
    width: 245px;
    height: 23px;
    float: left;
    background-color: #fe6264;
    margin: 3px auto 3px 0; }
    #readingcont-body .list-archive-total .join p {
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      width: 100%;
      height: 100%;
      font-size: 14px;
      color: #000; }
  #readingcont-body .list-archive-total .continue {
    width: 245px;
    height: 23px;
    float: left;
    background-color: #c0d278;
    margin: 3px auto 3px 0; }
    #readingcont-body .list-archive-total .continue p {
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      width: 100%;
      height: 100%;
      font-size: 14px;
      color: #000; }
  #readingcont-body .list-archive-total .kyojo {
    width: 245px;
    height: 23px;
    float: left;
    background-color: #7aaee7;
    margin: 3px auto 3px 0; }
    #readingcont-body .list-archive-total .kyojo p {
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      width: 100%;
      height: 100%;
      font-size: 14px;
      color: #000; }
  #readingcont-body .list-archive-total .interview {
    width: 245px;
    height: 23px;
    float: left;
    background-color: #0B4E92;
    margin: 3px auto 3px 0; }
    #readingcont-body .list-archive-total .interview p {
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      width: 100%;
      height: 100%;
      font-size: 14px;
      color: #fff; }
  #readingcont-body .list-archive-total .hint {
    width: 245px;
    height: 23px;
    float: left;
    background-color: #866A09;
    margin: 3px auto 3px 0; }
    #readingcont-body .list-archive-total .hint p {
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      width: 100%;
      height: 100%;
      font-size: 14px;
      color: #fff; }
  #readingcont-body .list-archive-total .step {
    width: 245px;
    height: 23px;
    float: left;
    background-color: #036A98;
    margin: 3px auto 3px 0; }
    #readingcont-body .list-archive-total .step p {
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      width: 100%;
      height: 100%;
      font-size: 14px;
      color: #fff; }
  #readingcont-body .list-archive-total .topic {
    width: 245px;
    height: 23px;
    float: left;
    background-color: #0E7358;
    margin: 3px auto 3px 0; }
    #readingcont-body .list-archive-total .topic p {
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      width: 100%;
      height: 100%;
      font-size: 14px;
      color: #fff; }
  #readingcont-body .list-archive-total span {
    line-height: 1.2;
    color: #000;
    font-size: 14px;
    word-break: break-all;
    padding: 0;
    display: block;
    float: left;
    width: 49%; }
    #readingcont-body .list-archive-total span + br {
      display: none; }
  @media screen and (max-width: 480px) {
    #readingcont-body .list-archive-total {
      width: 100%;
      margin: auto;
      padding-top: 5.2vw; }
      #readingcont-body .list-archive-total li {
        width: 49.5%;
        margin-bottom: 10vw; }
      #readingcont-body .list-archive-total .image {
        border: 0.6vw solid #86ccc8;
        margin-bottom: 2vw;
        float: none;
        width: auto;
        margin-right: 0; }
      #readingcont-body .list-archive-total time {
        font-size: 2.4vw;
        float: none; }
      #readingcont-body .list-archive-total .join, #readingcont-body .list-archive-total .continue, #readingcont-body .list-archive-total .kyojo, #readingcont-body .list-archive-total .interview, #readingcont-body .list-archive-total .hint, #readingcont-body .list-archive-total .step , #readingcont-body .list-archive-total .topic{
        width: 100%;
        height: 4.2vw;
        float: none;
        margin-bottom: 10px; }
        #readingcont-body .list-archive-total .join p, #readingcont-body .list-archive-total .continue p, #readingcont-body .list-archive-total .kyojo p, #readingcont-body .list-archive-total .interview p, #readingcont-body .list-archive-total .hint p, #readingcont-body .list-archive-total .step p, #readingcont-body .list-archive-total .topic p {
          font-size: 2.4vw; }
      #readingcont-body .list-archive-total .continue p {
        letter-spacing: -0.5px; }
      #readingcont-body .list-archive-total span {
        word-break: break-all;
        font-size: 3.2vw;
        padding-right: 0;
        float: none;
        width: 100%;
        line-height: 1.5; } }

/*# sourceMappingURL=style.css.map */
