@charset "UTF-8";
#pagination {
  margin: 2%;
}

.consult_check2 input,
.radio_button input[type=radio],
.radio_button input[type=radio]:checked,
.consult_check input[type=checkbox],
.consult_check2 input[type=checkbox],
.checkbox_cov_sec input[type=checkbox] {
  margin: 0;
  display: none;
}

.bg_white .radio_button:after,
.bg_white .consult_check:after {
  clear: both;
  content: "";
  display: block;
}

.consult_check label.detailfcol_index_ttl {
  border: none;
}

.bg_white .consult_check input + label,
.bg_white .radio_button label {
  width: 30%;
  display: block;
  float: left;
  margin: 1%;
  padding: 10px 0 10px 25px;
  border-radius: 5px;
  color: #655209;
  border: 1px solid #cec293;
  line-height: 1.6em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.radio_button label, .consult_check label, .consult_check2 .qualification, .checkbox_cov_sec label, .input_box, .cv_select, .form-control {
  border: 1px solid #cec293;
  background: #fff;
  padding: 5px;
  border-radius: 3px;
  height: auto;
}

.radio_button input[type=radio] + label {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path fill="%23cec293" d="M7 1c3.309 0 6 2.691 6 6 0 3.31-2.691 6-6 6s-6-2.69-6-6c0-3.309 2.691-6 6-6m0-1a7 7 0 100 14A7 7 0 007 0z"/></svg>') no-repeat, #fff;
  background-position: 8px 50%;
}

.radio_button input[type=radio]:checked + label {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path fill="%23FFF" d="M7 13.5C3.416 13.5.5 10.584.5 7S3.416.5 7 .5s6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5z"/><path fill="%23655209" d="M7 1c3.309 0 6 2.691 6 6s-2.691 6-6 6-6-2.691-6-6 2.691-6 6-6m0-1a7 7 0 10.001 14.001A7 7 0 007 0z"/><path fill="%23655209" d="M7 3c2.207 0 4 1.794 4 4s-1.793 4-4 4c-2.205 0-4-1.794-4-4s1.795-4 4-4"/></svg>') no-repeat, #e4ddc2;
  background-position: 8px 50%;
}

.consult_check input[type=checkbox] + label,
.check_pd .checkbox_cov_sec input[type=checkbox] + label,
.consult_check2 input[type=checkbox] + label {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path fill="%23cec293" d="M13 1v12H1V1h12m1-1H0v14h14V0z"/></svg>') no-repeat, #fff;
  background-position: 8px 50%;
}

.consult_check input[type=checkbox] + label.detailfcol_index_ttl {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path fill="%23655209" d="M13 1v12H1V1h12m1-1H0v14h14V0z"/></svg>') no-repeat;
  background-position: 8px 50%;
}

.consult_check input[type=checkbox] + label.detailfcol_index_ttl {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path fill="%23cec293" d="M13 1v12H1V1h12m1-1H0v14h14V0z"/></svg>') no-repeat, #fff;
  background-position: 8px 50%;
}

.consult_check input[type=checkbox]:checked + label,
.consult_check2 input[type=checkbox]:checked + label,
.checkbox_cov_sec input[type=checkbox]:checked + label {
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><path fill="%23FFF" d="M.5.5h13v13H.5z"/><path fill="%23655209" d="M13 1v12H1V1h12m1-1H0v14h14V0z"/><g><path fill="%23655209" d="M4.518 11.092a.924.924 0 001.092.042l6.299-5.145a.93.93 0 10-1.035-1.548L5.11 8.294 2.924 6.579a.927.927 0 00-1.308.158.93.93 0 00.157 1.307l2.745 3.048z"/></g></svg>') no-repeat, #e4ddc2;
  background-position: 8px 50%;
}

.searcharea {
  padding: 10px;
}

@media screen and (max-width:640px) {
  .cv_select,
  .form-control {
    height: 34px;
  }
  .cv_select {
    width: 48%;
  }
  .bg_white .radio_button label[for="form_compositions_id[12]_1"],
  .bg_white .radio_button label[for="form_compositions_id[12]_2"],
  .bg_white .radio_button label[for="form_compositions_id[12]_3"] {
    width: 48%;
  }
  .searcharea {
    padding: 20px;
  }
}
@media all and (-ms-high-contrast: none) {
  .cnt_blk .consult_check label {
    background: url(/images/ie/icon_check.png) no-repeat;
    background-position: 8px 50%;
  }
  .cnt_blk .consult_check input[type=checkbox]:checked + label {
    background: url(/images/ie/icon_checked.png) no-repeat, #e4ddc2;
    background-position: 8px 50%;
  }
  .radio_button input[type=radio] + label {
    background: url(/images/ie/icon_radio.png) no-repeat, #fff;
    background-position: 8px 50%;
  }
  .consult_check input[type=checkbox] + label,
  .check_pd .checkbox_cov_sec input[type=checkbox] + label,
  .consult_check2 input[type=checkbox] + label,
  #detail_ph .consult_check2 input[type=checkbox] + label {
    background: url(/images/ie/icon_check.png) no-repeat, #fff;
    background-position: 8px 50%;
  }
  .radio_button input[type=radio]:checked + label {
    background: url(/images/ie/icon_radio_checked.png) no-repeat, #e4ddc2;
    background-position: 8px 50%;
  }
  .consult_check input[type=checkbox]:checked + label,
  .consult_check2 input[type=checkbox]:checked + label,
  .checkbox_cov_sec input[type=checkbox]:checked + label {
    background: url(/images/ie/icon_checked.png) no-repeat, #e4ddc2;
    background-position: 8px 50%;
  }
  .cnt_blk .entry_bookmark_check input[type=checkbox]:checked + label {
    background: url(/images/ie/icon_checked.png) no-repeat;
    background-position: 8px 50%;
  }
}
:root {
  --mainV-color: #2053bb;
  --main-color: #346bdb;
  --sub-color: #16336f;
  --text-color: #4a4a4a;
  --link-color: #346bdb;
  --point-color: #ffff24;
  --color-01: #fff;
  /* 白 */
  --color-02: #eef9ff;
  /* 水色 */
  --color-03: #fafafa;
  /* グレー */
}

#tokusyu.tokusyu_comm_color {
  --mainV-color: #2053bb;
  --main-color: #346bdb;
  --sub-color: #16336f;
  --text-color: #4a4a4a;
  --link-color: #346bdb;
  --point-color: #ffff24;
  --color-01: #fff;
  /* 白 */
  --color-02: #eef9ff;
  /* 水色 */
  --color-03: #fafafa;
  /* グレー */
}

#tokusyu .dvpl-button-1 > * {
  background: var(--sub-color);
  border-color: var(--sub-color);
  color: var(--color-01);
}
#tokusyu .dvpl-button-1 > *::after {
  color: var(--color-01);
}
#tokusyu .dvpl-button-1 > *:hover {
  background: var(--color-01);
  color: var(--sub-color);
  border: solid 2px var(--sub-color);
}
#tokusyu .dvpl-button-1 > *:hover::after {
  color: var(--sub-color);
}

#main {
  max-width: 100%;
  background: #fff;
}

#conts {
  float: none;
  max-width: 100%;
  width: 100%;
  padding: 0;
}

#nav_fixed,
#follow {
  display: none !important;
}

#sideBar {
  display: none !important;
}
@media screen and (max-width:640px) {
  #sideBar {
    display: block !important;
  }
}

#pagetop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  padding: 0 5%;
  background-color: var(--color-03);
}
@media screen and (max-width:640px) {
  #pagetop {
    background: var(--main-color);
  }
}
#pagetop .pagetop .back-to-top span {
  color: #fff;
}
#pagetop .pagetop .back-to-top span::before {
  border-bottom: 50px solid var(--main-color);
}

#tokusyu {
  /* h2見出し */
  /* h2見出しマーカー */
  /* リンク矢印 */
  /* 遷移ボタン */
  /* アンカーリンクボタン */
  /* 連載一覧 */
  /* アコーディオン */
}
#tokusyu * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#tokusyu .pc_none {
  display: none;
}
@media screen and (max-width:640px) {
  #tokusyu .pc_none {
    display: inherit;
  }
}
#tokusyu .sp_none {
  display: inherit;
}
@media screen and (max-width:640px) {
  #tokusyu .sp_none {
    display: none;
  }
}
#tokusyu .pcbr {
  display: block;
}
@media screen and (max-width:640px) {
  #tokusyu .pcbr {
    display: none;
  }
}
#tokusyu .spbr {
  display: none;
}
@media screen and (max-width:640px) {
  #tokusyu .spbr {
    display: inline-block;
  }
}
#tokusyu .bg_white .consult_check input + label {
  margin: 0;
}
#tokusyu a {
  opacity: 1;
}
#tokusyu a img {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
#tokusyu a img:hover {
  opacity: 0.7;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
#tokusyu img {
  max-width: 100%;
}
#tokusyu section {
  padding: 80px 10px;
}
@media screen and (max-width:640px) {
  #tokusyu section {
    padding: 55px 10px 80px;
  }
}
#tokusyu .wrap {
  max-width: 900px;
  margin: 0 auto;
}
#tokusyu #firstview {
  background: var(--color-01);
}
#tokusyu .mainV {
  background: var(--mainV-color);
}
#tokusyu #movie,
#tokusyu #series {
  background: var(--color-01);
}
#tokusyu #column {
  background: var(--color-02);
}
#tokusyu #others {
  background: var(--color-03);
}
#tokusyu .mb_ss {
  margin-bottom: 20px !important;
}
#tokusyu .mb_s {
  margin-bottom: 40px !important;
}
#tokusyu .mb_m {
  margin-bottom: 80px !important;
}
@media screen and (max-width:640px) {
  #tokusyu .mb_m {
    margin-bottom: 60px !important;
  }
}
#tokusyu .mb_l {
  margin-bottom: 80px !important;
}
@media screen and (max-width:640px) {
  #tokusyu .mb_l {
    margin-bottom: 50px !important;
  }
}
#tokusyu .mb_ll {
  margin-bottom: 100px !important;
}
#tokusyu .pb_ss {
  padding-bottom: 20px;
}
#tokusyu .pb_s {
  padding-bottom: 40px;
}
#tokusyu .pb_m {
  padding-bottom: 60px;
}
#tokusyu .pb_l {
  padding-bottom: 80px;
}
@media screen and (max-width:640px) {
  #tokusyu .pb_l {
    padding-bottom: 50px;
  }
}
#tokusyu .pb_ll {
  padding-bottom: 100px;
}
#tokusyu .pside {
  padding-left: 10px;
  padding-right: 10px;
}
#tokusyu .lead {
  font-size: 16px;
  color: var(--text-color);
  text-align: center;
}
@media screen and (max-width:640px) {
  #tokusyu .lead {
    text-align: justify;
  }
}
#tokusyu .lead strong {
  color: var(--main-color);
}
#tokusyu .h2_tit {
  font-size: 38px;
  line-height: 1.2;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width:640px) {
  #tokusyu .h2_tit {
    font-size: 34px;
  }
}
#tokusyu .h2_tit .h2_tit_jp {
  font-size: 20px;
}
#tokusyu .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, var(--point-color)));
  background: linear-gradient(transparent 75%, var(--point-color) 75%);
  display: inline;
  padding: 0 20px;
  font-weight: 600;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 1s;
  transition: background-size 1s;
}
#tokusyu .marker.on {
  background-size: 100% 100%;
}
#tokusyu .arrowD,
#tokusyu .arrowR {
  position: relative;
  font-style: normal !important;
}
#tokusyu .arrowD::after,
#tokusyu .arrowR::after {
  font-family: "mr_icon" !important;
  content: "\e5e1";
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
#tokusyu .arrowR::after {
  content: "\e5e1";
  font-size: 1em;
}
#tokusyu .arrowD::after {
  content: "\e313";
  font-size: 1.5em;
}
#tokusyu .on.arrowD::after {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
#tokusyu .link_btn {
  max-width: 400px;
  margin: 40px auto 0;
  background: var(--color-01);
  border-radius: 100px;
  border: solid 2px var(--sub-color);
  -webkit-box-shadow: 0 4px 0 var(--sub-color);
          box-shadow: 0 4px 0 var(--sub-color);
  text-align: center;
}
@media screen and (max-width:640px) {
  #tokusyu .link_btn {
    max-width: 320px;
  }
}
#tokusyu .link_btn a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 22px;
  font-weight: bold;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media screen and (max-width:640px) {
  #tokusyu .link_btn a {
    font-size: 18px;
    padding: 12px;
  }
}
#tokusyu .link_btn a span {
  position: relative;
  z-index: 3;
  color: var(--sub-color);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
#tokusyu .link_btn a:hover span {
  color: #fff;
}
#tokusyu .link_btn .arrowR::after {
  color: var(--sub-color);
  z-index: 3;
}
#tokusyu .link_btn:hover .arrowR::after {
  color: #fff;
}
#tokusyu .link_btn .bgcenterx::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: var(--sub-color);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: top;
          transform-origin: top;
}
#tokusyu .link_btn .bgcenterx:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#tokusyu .al_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  max-width: 900px;
  margin: auto;
}
#tokusyu .al_nav li {
  width: calc((100% - 30px) / 4);
  border: solid 2px var(--main-color);
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width:640px) {
  #tokusyu .al_nav li {
    width: calc((100% - 10px) / 2);
  }
}
#tokusyu .al_nav li a {
  display: block;
  width: auto;
  padding: 8%;
  border-radius: 0px;
  color: var(--link-color);
  font-size: 16px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media screen and (max-width:640px) {
  #tokusyu .al_nav li a {
    padding: 7%;
  }
}
#tokusyu .al_nav li a span {
  position: relative;
  z-index: 3;
  color: var(--link-color);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
#tokusyu .al_nav li a:hover span {
  color: #fff;
}
#tokusyu .al_nav li .arrowD::after {
  color: var(--link-color);
  z-index: 3;
}
#tokusyu .al_nav li:hover .arrowD::after {
  color: #fff;
}
#tokusyu .al_nav li .bgbottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: var(--link-color);
  width: 100%;
  height: 0;
  -webkit-transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
#tokusyu .al_nav li .bgbottom:hover::before {
  height: 100%;
}
#tokusyu .flex_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 15px;
}
@media screen and (max-width:640px) {
  #tokusyu .flex_2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#tokusyu .flex_2col li {
  width: calc((100% - 15px) / 2);
}
@media screen and (max-width:640px) {
  #tokusyu .flex_2col li {
    width: 100%;
  }
}
#tokusyu .flex_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 25px;
}
@media screen and (max-width:640px) {
  #tokusyu .flex_3col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
  }
}
#tokusyu .flex_3col li {
  width: calc((100% - 50px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:640px) {
  #tokusyu .flex_3col li {
    width: 100%;
  }
}
#tokusyu .mainV {
  text-align: center;
}
#tokusyu .news {
  width: 100%;
  background: var(--sub-color);
}
#tokusyu .news .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:640px) {
  #tokusyu .news .wrap {
    display: block;
    width: 100%;
  }
}
#tokusyu .news .wrap .news_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  background: var(--color-02);
  height: auto;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
@media screen and (max-width:640px) {
  #tokusyu .news .wrap .news_tit {
    display: block;
    width: 100%;
    padding: 10px 20px;
  }
}
#tokusyu .news .wrap .news_tit p {
  margin: auto;
}
#tokusyu .news .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  list-style: none;
  padding: 15px 30px 15px 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:640px) {
  #tokusyu .news .wrap ul {
    padding: 15px 15px 15px 67px;
  }
}
#tokusyu .news .wrap ul li {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-width:640px) {
  #tokusyu .news .wrap ul li {
    width: 100%;
  }
}
#tokusyu .news .wrap ul li a {
  color: #fff;
}
#tokusyu .news .wrap ul li a .arrowR::after {
  right: -20px;
}
#tokusyu .news .wrap ul li a:hover {
  opacity: 0.8;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
#tokusyu .news .wrap ul li a:hover .arrowR::after {
  right: -25px !important;
}
#tokusyu .news .wrap ul li:nth-child(n+2) {
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  line-height: 1.3;
  border-top: 1px solid rgba(255, 255, 255, 0.4705882353);
}
#tokusyu .news .wrap ul .new_icon {
  position: relative;
}
#tokusyu .news .wrap ul .new_icon::before {
  content: "NEW";
  width: 45px;
  height: auto;
  padding: 1px;
  font-size: 12px;
  text-align: center;
  background: #fff;
  color: var(--sub-color);
  position: absolute;
  top: 1px;
  left: -55px;
  border-radius: 5px;
}
@media screen and (max-width:640px) {
  #tokusyu .news .wrap ul .new_icon::before {
    height: auto;
  }
}
#tokusyu .news .wrap ul .new_icon a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
#tokusyu .news .wrap ul .new_icon:nth-child(n+2)::before {
  margin-top: 10px;
}
#tokusyu .interview_list {
  margin-bottom: 25px;
}
@media screen and (max-width:640px) {
  #tokusyu .interview_list {
    margin-bottom: 15px;
  }
}
#tokusyu .interview_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#tokusyu .interview_list a .interview_cont {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(156, 152, 139, 0.4);
          box-shadow: 2px 2px 10px 1px rgba(156, 152, 139, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:640px) {
  #tokusyu .interview_list a .interview_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    width: 100%;
    height: auto;
    overflow: hidden;
    gap: 10px;
  }
}
#tokusyu .interview_list a .interview_cont .interview_img {
  width: 100%;
  height: 0;
  padding-top: 57.125%;
  position: relative;
}
@media screen and (max-width:640px) {
  #tokusyu .interview_list a .interview_cont .interview_img {
    width: 35%;
    padding-top: 20%;
  }
}
#tokusyu .interview_list a .interview_cont .interview_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width:640px) {
  #tokusyu .interview_list a .interview_cont .interview_img img {
    border-radius: 10px 0 0 10px;
  }
}
#tokusyu .interview_list a .interview_cont .interview_continue {
  text-align: right;
  padding: 10px 15px 0 0;
  color: var(--link-color);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
@media screen and (max-width:640px) {
  #tokusyu .interview_list a .interview_cont .interview_continue {
    position: absolute;
    padding: 2px 15px 0 0;
    right: 10px;
    bottom: 8px;
  }
}
#tokusyu .interview_list a .interview_cont .interview_continue .arrowR::after {
  right: -15px !important;
  color: var(--link-color) !important;
  top: 57%;
}
#tokusyu .interview_list a .interview_cont .interview_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  padding: 15px 20px 15px;
  text-align: justify;
  font-size: 12px;
  color: var(--text-color);
  height: 55px;
}
@media screen and (max-width:640px) {
  #tokusyu .interview_list a .interview_cont .interview_txt {
    position: relative;
    font-size: 11px;
    padding: 10px 10px 10px 0;
    height: auto;
  }
}
#tokusyu .interview_list a .interview_cont .interview_txt h3 {
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 6px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 3.75em;
}
@media screen and (max-width:640px) {
  #tokusyu .interview_list a .interview_cont .interview_txt h3 {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-line-clamp: 2;
    height: 30px;
  }
}
#tokusyu .interview_list a .interview_cont .interview_txt .sp_none {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  height: 85px;
  text-align: left;
}
@media screen and (max-width:640px) {
  #tokusyu .interview_list a .interview_cont .interview_txt .sp_none {
    display: none;
  }
}
#tokusyu .interview_list a:hover {
  opacity: 0.8;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
#tokusyu .interview_list a:hover .interview_continue .arrowR::after {
  right: -20px !important;
}
#tokusyu .series_list {
  max-width: 600px;
  margin: auto;
}
#tokusyu .accordion_wrap {
  background: var(--color-02);
  border-radius: 20px;
}
@media screen and (max-width:640px) {
  #tokusyu .accordion_wrap {
    border-radius: 15px;
  }
}
#tokusyu .accordion_wrap .series_list_tit {
  position: relative;
  font-size: 15px;
  font-weight: normal;
  color: var(--text-color);
  padding: 0 0 0 35px;
}
#tokusyu .accordion_wrap .series_list_tit::before {
  font-family: "mr_icon" !important;
  content: "\e032";
  font-size: 1.9em;
  position: absolute;
  top: -7px;
  left: 0;
  color: var(--main-color);
}
#tokusyu .accordion_wrap summary {
  padding: 30px;
}
@media screen and (max-width:640px) {
  #tokusyu .accordion_wrap summary {
    padding: 25px 20px;
  }
}
#tokusyu .accordion_wrap summary::marker {
  content: "";
}
#tokusyu .accordion_wrap summary::-webkit-details-marker {
  display: none;
}
#tokusyu .accordion_wrap .series_index-box {
  padding: 0 30px 30px;
}
#tokusyu details {
  position: relative;
}
#tokusyu details::after {
  font-family: "mr_icon" !important;
  content: "\f3dd";
  font-size: 2.1rem;
  color: var(--main-color);
  position: absolute;
  top: 19px;
  right: 30px;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width:640px) {
  #tokusyu details::after {
    top: 15px;
    right: 20px;
  }
}
#tokusyu details[open]::after {
  content: "\e15b";
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#tokusyu .series_index-box {
  color: var(--text-color);
}
#tokusyu .series_index-box .ibox_tit {
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 10px;
  border-bottom: solid 1px #838383;
}
#tokusyu .series_index-box .series_items {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.3;
}
#tokusyu .series_index-box .series_items a {
  color: var(--link-color);
  text-decoration: none;
}
#tokusyu .series_index-box .series_items .unpublished a {
  pointer-events: none;
}
#tokusyu .series_index-box .series_items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  margin: 0;
}
#tokusyu .series_index-box .thema_tit {
  padding: 15px 0 0 0;
  margin: 0;
}
#tokusyu .series_index-box .thema_tit .num {
  padding: 2px 0 0 0;
  font-size: 14px;
}
#tokusyu .series_index-box .column_tit {
  padding: 8px 0 0 10px;
}
#tokusyu .series_index-box .num {
  display: inline-block;
  width: 45px;
  padding: 3px 0 0;
  font-size: 13px;
  color: #585858;
}
#tokusyu .series_index-box p {
  display: inline-block;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width:640px) {
  #tokusyu .series_index-box p {
    font-weight: 500;
  }
}
#tokusyu .summary {
  cursor: pointer;
}
#tokusyu .answer {
  overflow: hidden;
}
#tokusyu .other_link {
  border-top: solid 1px #a4a4a4;
}
#tokusyu .other_link li {
  position: relative;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
#tokusyu .other_link li a {
  display: block;
  font-size: 16px;
  color: var(--link-color);
  padding: 20px 70px 20px 10px;
  border-bottom: solid 1px #a4a4a4;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
#tokusyu .other_link li a:hover {
  background: #f1f3f6;
}
#tokusyu .other_link li .arrowR::after {
  color: #a4a4a4 !important;
  font-size: 1rem;
}
#tokusyu .other_link li:hover .arrowR::after {
  right: 3.5%;
}