@charset "utf-8";

/* ========================================
   共通項目
   ======================================== */

.spi{
  display: none;
}

/* pc */
@media(min-width:741px){
  .spb {
    display: none;
  }
}

img {
  vertical-align: bottom;
}

body {
  font-size: 100%;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  overflow-x: hidden;
}

a:link,
a:active,
a:visited {
  color: #08c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.arrow01 {
  background: url(../img/icon-arrow01.gif) no-repeat left center;
  padding-left: 12px;
}

.arrow02 {
  background: url(../img/icon-arrow02.gif) no-repeat left center;
  padding-left: 20px;
}

.kome-s li {
  color: #666;
  font-size: 77%;
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1em;
}


/* ========================================
   ヘッダ
   ======================================== */

.hdr-corporate {
  width: 960px;
  margin: 0 auto;
  padding: 10px 16px;
}

.hdr-corporate_logo {
  width: 107px;
  float: left;
}

.hdr-corporate_link {
  float: right;
  font-size: 75%;
  padding-top: 4px;
}

.hdr-site {
  width: 960px;
  margin: 0 auto 15px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.hdr-site p.head-ttl {
  width: 265px;
  margin-right: 20px;
  padding-top: 5px;
  margin-bottom: 8px;
  /* float: left; */
}
@media (min-width: 741px) {
  /* PC */
  .hdr-txt {
    color: #959595;
    font-size: 12px;
    font-weight: normal;
  }
}

.hdr-site .hdr-site_caption {
  font-size: 75%;
  float: left;
  margin-top: 10px;
}

.hdr-site .hdr-site_search {
  /* float: right; */
}

.hdr-site_search_sp {
  display: none;
}

.hdr-site .search-wrapper {
  background: #f2f2f2;
  border-radius: 7px;
  height: 32px;
}

.hdr-site #search {
  border: none;
  background: transparent;
  font-size: 87.5%;
  padding: 5px 10px;
  width: 203px;
  vertical-align: top;
}

.hdr-site #search_btn {
  background: url(/_shared/img/btn-search.gif) no-repeat left top;
  text-indent: -9999px;
  width: 56px;
  height: 32px;
  display: inline-block;
  border: none;
}

.nav-global {
  background: url(../img/bg-globalnavi.gif) repeat-x;
  padding-bottom: 2px;
}

.nav-global ul {
  width: 960px;
  margin: 0 auto;
}

.nav-global li {
  float: left;
}

.nav-global .nav-global_last {
  padding: 5px 0 0 5px;
  position: relative;
}

.nav-global .nav-global_last #target_balloon {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 9999;
  display: none;
}

.nav-global .nav-global_last #target_balloon span {
  position: absolute;
  top: 12px;
  right: -4px;
}


/*
.targetbox {
    background: #0070cb url(/_shared/img/bg_target.gif) no-repeat 10px center;
    border-radius: 7px;
    color: #fff;
    display: block;
    font-size: 100%;
    line-height: 40px;
    padding-left: 37px;
    position: relative;
    width: 118px;
}

.targetbox:link,
.targetbox:active,
.targetbox:visited {
    color: #fff;
}

.targetbox:hover {
    text-decoration: none;
}

.targetbox span span {
    position: absolute;
    top: 16px;
    right: 10px;
    line-height: 0;
}
*/

.targetbtn {
  float: right;
}

.targetbox {
  font-size: 75%;
}

.targetbox:hover {
  text-decoration: none;
}

.targetbox span span {
  position: absolute;
  top: 16px;
  right: 10px;
  line-height: 0;
}


/* ========================================
   コンテンツ
   ======================================== */

#emargency {
  width: 960px;
  margin: 30px auto;
}

#emargency h2 {
  background: #e60012;
  text-align: center;
  font-size: 112.5%;
  font-weight: normal;
  color: #fff;
  padding: 10px 0;
  border-radius: 7px 7px 0 0;
}

#emargency ul {
  border: 3px solid #e60012;
  border-radius: 0 0 7px 7px;
  padding: 20px 20px 5px;
}

#emargency li {
  font-size: 87.5%;
  margin-bottom: 15px;
}

#main {
  /* width: 960px; */
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 60px;
}

.breadcrumb {
  font-size: 75%;
  margin-bottom: 35px;
}

.breadcrumb li {
  float: left;
  margin-right: 10px;
}

.breadcrumb a {
  margin-right: 15px;
}

.breadcrumb .kw a {
  margin-right: 5px;
  color: #666;
}

#contents {
  /* width: 708px; */
  width: 833px;
  float: left;
  padding-top: 20px;
}

#contents h1 {
  word-break: break-all;
}

.cnt-info {
  margin-bottom: 15px;
}

.cnt-info .categories {
  float: left;
}

.cnt-info .categories li {
  background: #a2a7ab;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  margin-right: 10px;
  padding: 2px 20px;
  color: #fff;
  font-size: 87.5%;
  border-radius: 3px;
}

.cnt-info .pub-date {
  font-size: 87.5%;
  color: #666;
  float: right;
  padding-top: 2px;
}

.pr-date {
  /*font-size: 75%;
    border-radius: 3px;
    margin-right: 10px;
    padding: 0 20px !important;
    float: left;
    background: #fff;
    border: 1px solid #666;*/
  display: none;
}

.article-body .article-title {
  font-size: 200%;
  margin-bottom: 30px;
  font-weight: normal;
}

.article-theme {
  margin-bottom: 15px;
}

.article-theme li {
  font-size: 75%;
  border-radius: 3px;
  margin-right: 10px;
  float: left;
}

.article-theme li a {
  display: block;
  padding: 2px 20px 0;
  border-radius: 3px;
  color: inherit;
}

.article-theme .clip_btn {
  float: right;
  margin: 0;
  padding: 0;
}

.article-theme .clip_btn a {
  padding: 0;
}

.theme01 {
  color: #eb7777;
  border: 1px solid #eb7777;
}

.theme02 {
  color: #eb9944;
  border: 1px solid #eb9944;
}

.theme03 {
  color: #0070cb;
  border: 1px solid #0070cb;
}

.social-button {
  margin-bottom: 35px;
}

.social-button li {
  float: left;
  margin-left: 3px;
}

.social-button li:first-child {
  margin-left: 0;
}

#articles {
  margin-bottom: 60px;
}

#articles .block {
  margin-bottom: 40px;
}

#articles .block .dtl p {
  margin-bottom: 0;
}

#articles .block p {
  margin-bottom: 20px;
}

#articles .img_l .img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  width: 250px;
}

#articles .img_l .img img {
  width: 100%;
  border-radius: 4px;
}

#articles .img_r .img {
  float: right;
  margin-left: 20px;
  width: 250px;
}

#articles .img_r .img img {
  width: 100%;
  border-radius: 4px;
}

.ttl01 {
  font-size: 137.5%;
  font-weight: normal;
  background: #f7f7f7;
  margin-bottom: 35px;
  padding: 8px 10px;
}

#articles .ttl01 {
  font-size: 125%;
  font-weight: bold;
  margin: 30px 0 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e1e1e1;
  border-left: none!important;
  background: none;
}

.ttl01b {
  font-size: 137.5%;
  font-weight: normal;
  background: #f7f7f7;
  margin-bottom: 20px;
  padding: 8px 10px;
}

#page_kosodate .ttl01,
#page_kosodate .ttl01b {
  border-left: 5px solid #eb7777;
}

#page_kyouiku .ttl01,
#page_kyouiku .ttl01b {
  border-left: 5px solid #eb9944;
}

#page_juken .ttl01,
#page_juken .ttl01b,
#page_top .ttl01,
#page_top .ttl01b {
  border-left: 5px solid #0070cb;
}

.ttl02 {
  font-size: 125%;
  font-weight: normal;
  margin: 30px 0 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e1e1e1;
}

#articles .ttl02 {
  font-size: 100%;
  font-weight: bold;
  margin: 20px 0 10px;
  padding-bottom: 5px;
  border: none;
}

.ttl03 {
  background: #f7f7f7;
  font-size: 112.5%;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px 7px;
}

#articles .img-cap {
  margin-top: 10px;
  font-size: 87.5%;
}

#articles .atc-copyright {
  text-align: right;
  font-size: 87.5%;
  color: #808080;
  margin-bottom: 10px;
}

#articles .atc-logo {
  text-align: right;
}

#articles .atc-source {
  border: 1px solid #e1e1e1;
  margin-top: 40px;
  padding: 15px;
  font-size: 87.5%;
}

#articles .mainvisual {
  text-align: center;
}

#articles .mainvisual img {
  border-radius: 4px;
}

#articles .pagenation {
  text-align: center;
  margin-top: 40px;
}

#articles .pagenation li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 87.5%;
  line-height: 40px;
  margin-right: 8px;
}

#articles .pgn-prev {
  padding-right: 27px;
}

#articles .pgn-next {
  padding-left: 27px;
}

#articles .pagenation .num a {
  display: block;
  width: 40px;
  text-align: center;
  border: 1px solid #e8eadf;
  border-radius: 7px;
}

#articles .pagenation .current-page a {
  background: #f6f6f6;
  color: #333;
  text-decoration: none;
  cursor: default;
}

#articles .author {
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  margin-top: 60px;
  padding: 20px;
}

#articles .author h4 {
  font-size: 87.5%;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}

#articles .author .img {
  float: left;
  margin-right: 15px;
}

#articles .author .img img {
  width: 82px;
}

#articles .author .dtl {
  overflow: hidden;
  zoom: 1;
  font-size: 87.5%;
}

#articles .author .dtl .name {
  margin-bottom: 10px;
}

#articles .borromBnrArea h2.ttl01 {
  font-size: 137.5%;
  font-weight: normal;
  background: #f7f7f7;
  margin-bottom: 20px;
  padding: 8px 10px;
}

#page_kosodate #articles .borromBnrArea h2.ttl01 {
  border-left: 5px solid #eb7777!important;
}

#page_kyouiku #articles .borromBnrArea h2.ttl01 {
  border-left: 5px solid #eb9944!important;
}

#page_juken #articles .borromBnrArea h2.ttl01 {
  border-left: 5px solid #0070cb!important;
}

#articles .soudan {
  margin: 15px 0 15px 9px;
}

#articles .soudan td {
  vertical-align: top;
}

#articles .soudan .face {
  width: 89px;
  text-align: center;
}

#articles .soudan .face .name {
  margin-top: 5px;
  padding: 3px;
  text-align: center;
  font-size: 80%;
  background-color: #FCEFDC;
}

#articles .soudan .fukidashiTbl {
  width: 477px;
}

#articles .soudan .fukidashiTbl .taRight {
  text-align: right;
  line-height: 0;
}

#articles .soudan .fukidashiTbl .taRight img {
  vertical-align: baseline;
}

#articles .soudan .fukidashiTbl .fukidashi {
  background: url(/img_o/kj/common/images/teacher/soudan_tbl03.gif) repeat-y 0 0;
}

#articles .soudan .fukidashiTbl .fukidashi p {
  padding: 5px 10px;
}

#new-article .item img {
  border-radius: 3.5px;
}

#related {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}

#related li {
  width: 175px;
  float: left;
  margin-right: 2px;
}

#related li a {
  display: block;
  text-decoration: none;
}

#related .last {
  margin-right: 0;
}

#related li .img {
  margin-bottom: 7px;
  max-height: 108px;
  overflow: hidden;
}

#related img {
  width: 100%;
  border-radius: 3px;
}

#related li .date {
  margin-bottom: 7px;
  font-size: 75%;
  color: #666;
}

#related li .link {
  font-size: 87.5%;
  line-height: 1.2;
  font-weight: normal;
}

#related li a:hover .link {
  text-decoration: underline;
}

.bnr-cap {
  font-size: 87.5%;
  margin-top: 7px;
}

#bottom-banner {
  margin-bottom: 60px;
}

#recommend {
  /* padding-bottom: 45px; */
}

#recommend .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

#recommend .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

#recommend .item a {
  display: block;
  text-decoration: none;
}

#recommend .item .last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#recommend .item .img {
  width: 174px;
  float: left;
  margin-right: 15px;
}

#recommend .item .img img {
  width: 100%;
  border-radius: 3px;
}

#recommend .item .dtl {
  overflow: hidden;
  zoom: 1;
}

#recommend .item .dtl .date {
  font-size: 75%;
  color: #666;
  margin-bottom: 15px;
}

#recommend .item .txt {
  font-weight: normal;
}

#recommend .item a:hover .txt {
  text-decoration: underline;
}

#faq .item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #999;
}

#faq h3 {
  background: url(../img/icon-q.gif) no-repeat left 0.2em;
  font-size: 100%;
  font-weight: normal;
  padding-left: 45px;
  zoom: 1;
}

.item .play {
  position: relative;
}

.item .play .icon_play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -29px;
  margin-left: -29px;
  cursor: pointer;
}

.more-link {
  margin-bottom: 60px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.more-link p {
  text-align: right;
}

.more-link p a {
  font-size: 87.5%;
}

#useful,
#useful2,
#useful3 {
  margin-bottom: 60px;
}

#useful .bnr-cap,
#useful2 .bnr-cap,
#useful3 .bnr-cap {
  margin-bottom: 15px;
  font-weight: normal;
}

#useful .theme,
#useful2 .theme,
#useful3 .theme {
  font-size: 75%;
  border-radius: 3px;
  margin-right: 10px;
  padding: 0 20px;
  float: left;
  background: #fff;
}

#useful ul,
#useful2 ul,
#useful3 ul {
  margin-left: -27px;
}

#useful li,
#useful2 li,
#useful3 li {
  width: 218px;
  float: left;
  margin-left: 27px;
}

#useful .more-link,
#useful2 .more-link,
#useful3 .more-link {
  margin-bottom: 15px;
}

.pr {
  border: 2px solid #0070cb;
  border-radius: 7px;
  margin-top: 40px;
}

.pr h3 {
  background: #0070cb;
  text-align: center;
  color: #fff;
  font-size: 112.5%;
  padding: 5px 0 7px;
}

.pr .body {
  padding: 18px;
}

.pr .body .img {
  margin-top: 20px;
}

.pr .body .cap {
  font-size: 87.5%;
}


/* モーダル */

#target_select {
  margin: 0 auto;
  background: #fff;
  display: none;
}

#cboxLoadedContent #target_select,
#cboxLoadedContent #theme_select {
  display: block;
}

#target_select h2 {
  font-size: 125%;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}

#target_select .col {
  width: 290px;
  float: left;
  margin-left: 10px;
}

#target_select .regist_buttons {
  clear: both;
  margin: 0;
  float: none;
  width: 100%;
  padding: 10px 0 0;
}

#target_select .col:first-child {
  margin-left: 0;
}

#target_select .target_item h3 {
  background: #a2a7ab;
  color: #fff;
  padding: 3px 0;
  font-size: 100%;
  font-weight: normal;
  text-align: center;
}

#target_select .target_item .kou-ttl {
  margin-top: 25px;
}

#target_select .target_item ul {
  margin-left: -4px;
}

#target_select .regist_buttons ul {
  border-top: 1px solid #eee;
  margin: 0;
  text-align: center;
}

#target_select .target_item li {
  margin-top: 10px;
  margin-left: 4px;
  width: 143px;
  float: left;
}

#target_select .regist_buttons li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: none;
  margin: 0;
  width: 290px;
}

#target_select .target_item li input {
  display: none;
}

#target_select .target_item li label {
  display: block;
  width: 143px;
  line-height: 46px;
  text-align: center;
  background: url(/_shared/img/bg_target_btn.gif) no-repeat left top;
  font-size: 100%;
}

#target_select .target_item li label.on {
  background: url(/_shared/img/bg_target_btn_on.gif) no-repeat left top;
  color: #fff;
}

#target_select #target_clear {
  text-align: right;
  margin-top: 90px;
  font-size: 87.5%;
}

#target_select .target_item #target_regist {
  margin-top: 10px;
}

#target_select .target_links {
  background: #e5f5fd;
  margin: -25px -15px -25px;
  padding: 20px 25px 30px;
  padding-bottom: 20px\9;
  *padding-bottom: 20px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  #target_select .target_links:not(:target) {
    padding-bottom: 20px;
  }
}

#target_select .target_links h2 {
  text-align: center;
  font-size: 125%;
  margin-bottom: 15px;
}

#target_select .target_links .shimajiro {}

#target_select .target_links .parents {
  margin-bottom: 30px;
}

#target_select .target_links h3 {
  background: #a2a7ab;
  color: #fff;
  margin-bottom: 10px;
  padding: 3px 0;
  font-size: 100%;
  font-weight: normal;
  text-align: center;
}

#theme_select {
  width: 890px;
  margin: 0 auto;
  background: #fff;
  display: none;
}

#theme_select h2 {
  font-size: 125%;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}

#theme_select .theme_item {
  width: 290px;
  float: left;
  margin-left: 10px;
}

#theme_select .theme_item:first-child {
  margin-left: 0;
}

#theme_select .theme_item h3 {
  background: #a2a7ab;
  color: #fff;
  padding: 3px 0;
  font-size: 100%;
  font-weight: normal;
  text-align: center;
}

#theme_select .theme_item li {
  text-align: center;
  margin-top: 10px;
}

#conclusion h1 {
  font-size: 200%;
  margin-bottom: 20px;
  color: #333;
}

#conclusion .item {
  margin-bottom: 60px;
}

#conclusion .item .img {
  float: right;
  margin-left: 30px;
}

#conclusion .item .dtl {
  overflow: hidden;
  zoom: 1;
}


/* 特集記事追加分 */

.feature {
  margin-top: 40px;
}

.feature__inner {
  padding: 20px 45px;
  background-color: #ffeae2;
}

@media screen and (max-width: 740px) {
  .feature__inner {
    padding: 10px 20px;
  }
}

.feature__topContent {
  margin-bottom: 20px;
}

@media screen and (max-width: 740px) {
  .feature__topContent {
    margin-bottom: 5%;
  }
}

.feature__topContent:after {
  content: " ";
  display: block;
  clear: both;
}

.feature__inner div.sub_title {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 740px) {
  .feature__inner div.sub_title {
    font-size: 3.4vw;
  }
}

.sub_title {
  margin-bottom: 10px;
  float: right;
  width: 70%;
}

@media screen and (max-width: 740px) {
  .sub_title {
    margin-bottom: 10px;
    padding-top: 7%;
    float: right;
    width: 68%;
  }
}

.feature__inner h2 {
  border-bottom: none !important;
  font-size: 34px !important;
  font-weight: bold !important;
  margin: 0 0 20px !important;
}

@media screen and (max-width: 740px) {
  .feature__inner h2 {
    font-size: 5vw !important;
    margin: 0 0 3% !important;
  }
}

.left_img {
  float: right;
  width: 20%;
}

@media screen and (max-width: 740px) {
  .left_img {
    width: 32%;
  }
}

.left_img img {
  width: 100%;
}

.feature_bnr {
  margin-top: 20px;
}

.vertically_long img {
  width: 40%;
}

@media screen and (max-width: 740px) {
  .vertically_long img {
    width: 100%;
  }
}

.relation_link {
  margin-top: 50px;
}


/* ========================================
   サイドナビ
   ======================================== */

#sidebar {
  width: 232px;
  float: right;
}

#sidebar .side-ad {
  margin-bottom: 20px;
  border-radius: 3px;
  border: #e2e2e2 solid 1px;
}
@media (min-width: 741px) {
  /* PC */
  #page_top #sidebar .side-ad {
    margin-bottom: 10px;
  }
}

#sidebar .side-ad.withMT {
  margin-top: 1.5em;
}

#sidebar .side-ad img {
  width: 100%;
}

#sidebar .side-contents {
  background: #f7f7f7;
  margin-bottom: 20px;
  padding: 20px 0;
}

#sidebar .ttl01 {
  font-size: 112.5%;
  margin-bottom: 15px;
  padding: 0 10px;
  border-bottom: 1px solid #e1e1e1;
}

#sidebar .ttl01 small {
  font-size: 77%;
}

.article-body .ttl01 small {
  font-size: 77%;
}

#sidebar .side-contents .block {
  margin-bottom: 40px;
  padding: 0 15px;
}

#sidebar .side-theme ul {
  border-bottom: 1px solid #e1e1e1;
}

#sidebar .side-theme li {
  margin-bottom: 8px;
}

#sidebar .side-theme a {
  font-size: 87.5%;
  background: url(../img/icon-arrow_side.gif) no-repeat left 0.2em;
  padding-left: 18px;
}

#sidebar .side-theme .more-link {
  text-align: right;
  border-bottom: none;
  padding-top: 8px;
  margin-bottom: 0;
}

#sidebar .side-theme.block {
  margin-bottom: 10px;
}

#sidebar .side-ranking a {
  display: block;
  text-decoration: none;
}

#sidebar .side-ranking a:hover .txt {
  text-decoration: underline;
}

#sidebar .side-ranking .date {
  display: none;
}

#sidebar .side-topics li,
#sidebar .side-ranking li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

#sidebar .side-topics .img {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

#sidebar .side-ranking .img {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
  background-position: center top;
  background-size: auto 60px;
  background-repeat: no-repeat;
  border-radius: 3px;
  overflow: hidden;
}

#sidebar .side-ranking .img.horizontal {
  background-size: 60px auto;
}

#sidebar img {
  width: 100%;
  border-radius: 3px;
}

#sidebar .side-ranking .img img {
  display: none;
}

*:first-child+html #sidebar .side-ranking .img img {
  display: inline;
  width: auto;
  height: 100%;
}

#sidebar .side-ranking .img img {
  display: inline\9;
  width: auto\9;
  height: 100%\9;
}

#sidebar .side-ranking li .ranknum {
  width: auto;
  height: auto;
  position: static;
  position: absolute;
  top: -2px;
  left: 0;
}

#sidebar .side-topics .dtl,
#sidebar .side-ranking .dtl {
  overflow: hidden;
  font-size: 87.5%;
}
/*
#sidebar .side-keywords ul {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}

#sidebar .side-keywords li {
  width: 99px;
  float: left;
  margin-right: 4px;
  margin-bottom: 10px;
}

#sidebar .side-keywords .even {
  margin-right: 0;
}

#sidebar .side-keywords li a {
  display: block;
  height: 26px;
  background: #e1ecf1;
  text-align: center;
  font-size: 87.5%;
  border-radius: 5px;
  line-height: 1.2;
  padding: 12px 5px 0;
}

#sidebar .side-keywords .l2 a {
  height: 35px;
  padding-top: 3px;
}
*/
#sidebar .side-keywords .more-link {
  text-align: right;
  border-bottom: none;
  padding-top: 8px;
}

#sidebar .side-keywords .more-link a {
  background: url(../img/icon-arrow_side.gif) no-repeat left 0.2em;
  padding-left: 18px;
  font-size: 87.5%;
}

#sidebar .side-contents .side-faq {
  margin-bottom: 10px;
}

#sidebar .side-faq .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
}

#sidebar .side-faq h3 {
  font-weight: normal;
  font-size: 87.5%;
  background: url(../img/icon-q_side.gif) no-repeat left 0.2em;
  padding-left: 12px;
}

#sidebar .side-banners {
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

#sidebar .side-banners .itemTit {
  margin-bottom: 15px;
  padding: 0 10px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: normal;
}

#page_kosodate #sidebar .side-banners .itemTit {
  border-left: 5px solid #eb7777;
}

#page_kyouiku #sidebar .side-banners .itemTit {
  border-left: 5px solid #eb9944;
}

#page_juken #sidebar .side-banners .itemTit {
  border-left: 5px solid #0070cb;
}

#sidebar .side-banners .item {
  padding-bottom: 15px;
}

#sidebar .side-banners .item img {
  width: 100%;
}

#sidebar .side-social {
  background: #eef7ff;
  padding: 10px;
}

#sidebar .side-social .side-social_lead {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 87.5%;
  text-align: center;
}

#sidebar .side-social .side-social_cap {
  text-align: center;
  font-size: 75%;
  margin-bottom: 10px;
}

#sidebar .side-social .side-social_button {
  /* width: 165px; */
  margin: 0 auto;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sidebar .side-social li {
  width: 50px;
  /* float: right; */
}
#sidebar .side-social li:not(:last-child) {
  margin-right: 20px;
}
#sidebar .side-social li a {
  display: inline-block;
}

#sidebar .side-social li:first-child {
  /* float: left; */
}

#sidebar #side_login {
  border: 9px solid #e7f4ff;
  margin-bottom: 20px;
  padding: 9px 11px;
}

#sidebar .side_login_wrap {
  background: #fff;
  margin: 20px 0;
  padding: 20px 0;
}

#sidebar .side_login_wrap #side_login {
  margin-bottom: 0;
}

#sidebar #side_login p {
  font-size: 81.2%;
  line-height: 1.7;
}

#sidebar #side_login .login_btn {
  margin-bottom: 10px;
  text-align: center;
}

#sidebar #side_login .resist_btn {
  margin-bottom: 12px;
  text-align: center;
}

#sidebar #side_login .resist_text {
  font-size: 81.2%;
  margin-bottom: 10px;
}

#sidebar #side_login .service_link a {
  font-size: 85.7%;
}


/*5/11 追加*/

/*人気キーワード*/

#sidebar .side-keywords ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sidebar .side-keywords li {
  box-sizing: border-box;
  text-align: center;
  height: 38px;
  padding: 0 5px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 99px;
  background: #e1ecf1;
  border-radius: 5px;
  line-height: 1.2;
}

#sidebar .side-keywords li a {
  font-size: 87.5%;
}

#sidebar .side-keywords ul.cf:after {
  content: "";
  display: none;
}

/* ========================================
   フッタ
   ======================================== */

.pagetop {
  position: relative;
  left: 50%;
  margin-left: 540px;
  bottom: 15px;
  width: 34px;
}

.menu-ttl {
  display: none;
}

.nav-local {
  background: #0070cb;
  padding: 30px 0;
}

.nav-local_inr {
  width: 960px;
  margin: 0 auto;
}

.nav-local .item {
  width: 280px;
  padding-left: 39px;
  padding-bottom: 5px;
  border-right: 1px solid #4798d9;
  float: left;
}

.nav-local .nav-local_last {
  border-right: none;
}

.nav-local .item h3 {
  margin-bottom: 25px;
  font-weight: normal;
  line-height: 1;
}

.nav-local .item h3 a {
  background: url(../img/icon-arrow_footer.gif) no-repeat left center;
  padding-left: 18px;
  font-size: 112%;
  color: #fff;
}

.nav-local .item li {
  width: 140px;
  float: left;
  margin-bottom: 10px;
}

.nav-local .item li a {
  font-size: 87.5%;
  color: #fff;
}

.ftr-sublink {
  text-align: center;
  font-size: 75%;
  padding: 12px 0;
  background: #e6e6e6;
}

p.security {
  font-size: 75%;
  text-align: center;
  color: #808080;
  background: #f2f2f2;
  padding: 10px 0;
}

p.security a {
  color: #808080;
}

footer {
  width: 960px;
  margin: 0 auto;
  padding: 15px 0 18px;
}

footer .ftr-corporate_logo {
  width: 100px;
  margin-right: 27px;
  float: left;
  line-height: 1;
  font-size: 0;
}

footer .ftr-corporate_copyright {
  width: 262px;
  float: left;
  padding-top: 11px;
  line-height: 1;
  font-size: 0;
}

footer .ftr-corporate_link {
  font-size: 75%;
  float: right;
  color: #808080;
  padding-top: 7px;
}

footer .ftr-corporate_link a {
  color: #808080;
}

#login_require {
  margin: 30px auto;
  width: 500px;
}

#non_kaiin_menu {
  float: left;
  margin-left: 205px;
  width: 178px;
}

#non_kaiin_menu p {
  float: right;
  width: 85px;
}

#non_kaiin_menu p:first-child {
  float: left;
}

#non_kaiin_menu p a {
  background: #0070cb;
  border: 1px solid #0070cb;
  border-radius: 7px;
  color: #fff;
  display: block;
  font-size: 87.5%;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

#non_kaiin_menu #hdr-login a {
  background: #fff;
  color: #0070cb;
}

#kaiin_menu {
  float: left;
  margin-left: 218px;
  width: 161px;
}

#kaiin_menu .kaiinbtn {
  background: #0070cb url(/_shared/img/bg_target.gif) no-repeat 20px center;
  border-radius: 7px;
  color: #fff;
  display: block;
  font-size: 87.5%;
  line-height: 32px;
  padding-left: 40px;
  position: relative;
  width: 121px;
}

#kaiin_menu.on .kaiinbtn {
  border-radius: 7px 7px 0 0;
}

#kaiin_menu .kaiinbtn:link,
#kaiin_menu .kaiinbtn:active,
#kaiin_menu .kaiinbtn:visited {
  color: #fff;
}

#kaiin_menu .kaiinbtn:hover {
  text-decoration: none;
}

#kaiin_menu .kaiinbtn span span {
  position: absolute;
  top: 11px;
  right: 11px;
  line-height: 0;
}

#kaiin_menu .kaiinbtn .badge {
  background: #f00;
  border-radius: 9px;
  box-shadow: 4px 5px 5px -5px #333;
  -moz-box-shadow: 4px 5px 5px -5px #333;
  -webkit-box-shadow: 4px 5px 5px -5px #333;
  /* color: #00; */
  display: block;
  font-size: 75%;
  height: 18px;
  left: 2px;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 18px;
}

#kaiin_menu ul {
  background: #fff;
  border-left: 2px solid #0070cb;
  border-right: 2px solid #0070cb;
  border-bottom: 2px solid #0070cb;
  border-radius: 0 0 7px 7px;
  display: none;
  position: absolute;
  width: 157px;
  z-index: 20000;
}

#kaiin_menu li a {
  background: url(/sns_login/img/icon_menu_arrow.gif) no-repeat 137px center;
  border-top: 1px solid #0070cb;
  color: #333;
  display: block;
  font-size: 87.5%;
  line-height: 30px;
  padding: 0 12px;
}

#kaiin_menu li:first-child a {
  border-top: none;
}

.targetbtn {
  float: right;
}

.renew_notice {
  border: 1px solid #08c;
  color: #08c;
  font-size: 75%;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  width: 958px;
}

@media (min-width: 741px) {
  /* PC */
  #sidebar .side-ranking.block {
    margin-bottom: 0;
  }
  #sidebar .side-ranking li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 740px) {
  /* ========================================
       共通項目
       ======================================== */
  .pc {
    display: none;
  }
  .spi {
    display: inline !important;
  }
  .spb {
    display: block !important;
  }
  .img img {
    max-width: 100%;
  }
  /* ========================================
       ヘッダ
       ======================================== */
  #app_banner {
    background: #f3faff;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    height: 88px;
  }
  #app_banner .app_banner_close {
    width: 30px;
    height: 88px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  #app_banner .app_banner_close img {
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -7px;
  }
  #app_banner .app_banner_item {
    display: table;
    padding: 20px 10px 20px 30px;
    width: 100%;
    box-sizing: border-box;
  }
  #app_banner .app_banner_item:hover {
    text-decoration: none;
  }
  #app_banner .app_banner_icon,
  #app_banner .app_banner_text,
  #app_banner .app_banner_download {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  #app_banner .app_banner_icon {
    padding-right: 7px;
  }
  #app_banner .app_banner_text {
    font-size: 62.5%;
    color: #000;
  }
  #header_wrap {
    position: relative;
  }
  header {
    padding: 15px 10px 22px;
  }
  .hdr-corporate {
    width: auto;
    padding: 0;
  }
  .hdr-corporate_logo {
    width: auto;
    float: none;
    line-height: 1;
    margin-bottom: 12px;
  }
  .hdr-corporate_link {
    display: none;
  }
  .hdr-site {
    width: auto;
    margin: 0 0 4px;
  }
  .hdr-site p.head-ttl,
  .hdr-site h1.head-ttl {
    margin-bottom: 4px;
  }
  .hdr-site .head-ttl img {
    width: 180px;
  }
  .hdr-site p {
    width: auto;
    margin-right: 0;
    padding-top: 0;
    float: none;
    line-height: 1;
  }
  .hdr-site .hdr-txt {
    color: #959595;
    font-size: 10px;
    line-height: 1.6;
  }
  .hdr-site .hdr-site_caption {
    display: none;
  }
  .hdr-site .hdr-site_search {
    display: none;
  }
  .hdr-site_search_sp {
    position: relative;
    display: none;
  }
  .hdr-site_search_sp .search-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(/_shared/img_sp/bg_search.png) repeat;
    padding: 10px;
    box-sizing: border-box;
    z-index: 99999;
  }
  .hdr-site_search_sp #search_sp {
    background: #fff;
    border: none;
    border-radius: 7px;
    box-sizing: border-box;
    font-size: 87.5%;
    padding: 5px 10px;
    width: 100%;
    vertical-align: top;
  }
  .nav-global {
    background: none;
    padding-bottom: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 2px solid #ebebeb;
  }
  .nav-global ul {
    width: auto;
  }
  .nav-global li {
    float: left;
    width: 27%;
    box-sizing: border-box;
    border-right: 1px solid #ebebeb;
  }
  .nav-global .nav-global_last {
    padding: 0;
    position: absolute;
    top: 12px;
    right: 10px;
    border: none;
    width: auto;
  }
  .nav-global .nav-global_last a {
    background: none transparent;
    padding: 0;
    width: auto;
  }
  .nav-global .nav-global_sp_last {
    width: 19%;
    border: none;
  }
  .nav-global .nav-global_last #target_balloon {
    position: absolute;
    top: 50px;
    right: -17px;
    z-index: 9999;
    width: 320px;
    display: none;
  }
  .nav-global .nav-global_last #target_balloon span {
    position: absolute;
    top: 8px;
    right: 20px;
    width: 30px;
  }
  .add_click {
    margin-bottom: 8%;
  }
  /* ========================================
       コンテンツ
       ======================================== */
  #emargency {
    width: auto;
    margin: 15px auto;
    padding: 0 15px;
  }
  #emargency h2 {
    font-size: 87.5%;
  }
  #emargency ul {
    padding: 12px 12px 2px;
  }
  #emargency li {
    margin-bottom: 10px;
  }
  #emargency li span {
    display: block;
    font-size: 92.8%;
  }
  #main {
    width: auto;
    margin: 0 auto;
    padding: 20px 0 60px;
  }
  #contents {
    width: auto;
    float: none;
    padding: 0 10px;
  }
  #contents h1.theme_ttl {
    font-size: 125%;
  }
  .clip_btn {
    margin-bottom: 10px;
    text-align: right;
  }
  .clip_btn img {
    width: 150px;
  }
  .cnt-info .categories li {
    width: 79px;
    margin-right: 10px;
    font-size: 62.5%;
  }
  .cnt-info .pub-date {
    font-size: 87.5%;
    line-height: 1;
    padding-top: 3px;
  }
  .pr-date {
    font-size: 62.5% !important;
  }
  .article-body .article-title {
    font-size: 125%;
    margin-bottom: 10px;
  }
  .article-theme {
    margin-bottom: 15px;
  }
  .article-theme li {
    font-size: 62.5%;
  }
  .article-theme .clip_btn {
    display: none;
  }
  .social-button li {
    width: 24%;
    margin-left: 1%;
  }
  .social-button li:first-child {
    margin-left: 0;
  }
  #articles {
    margin-bottom: 40px;
    word-break: break-all;
  }
  #articles img {
    width: 100%;
    height: auto;
  }
  #articles img[width="1"] {
    width: auto;
  }
  #articles img.arrow {
    width: auto;
    vertical-align: baseline;
  }
  #articles .img_r .img {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #articles .block {
    margin-bottom: 15px;
  }
  /* #articles .block p { font-size: 87.5%; } */
  #articles .more-article {
    display: none;
  }
  #articles .more-btn {
    margin-bottom: 30px;
  }
  #articles .more-btn a {
    display: block;
    border: 1px solid #e1e1e1;
    border-radius: 7px;
    text-align: center;
    padding: 15px 0;
    font-size: 81.2%;
  }
  #articles .more-btn a span {
    background: url(../img_sp/icon-arrow_d.gif) no-repeat right center;
    background-size: 10px auto;
    padding-right: 15px;
  }
  #articles .more-btn .on span {
    background: url(../img_sp/icon-arrow_u.gif) no-repeat right center;
    background-size: 10px auto;
  }
  .ttl01 {
    font-size: 125%;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  .ttl02 {
    font-size: 100%;
    margin-bottom: 10px;
  }
  #articles .atc-copyright {
    text-align: center;
    font-size: 75%;
  }
  #articles .atc-logo {
    text-align: center;
  }
  #articles .atc-source {
    border-radius: 7px;
    margin-top: 40px;
    padding: 10px;
    font-size: 81.2%;
  }
  #articles .atc-source p {
    text-indent: -3em;
    margin-left: 3em;
  }
  #articles .pagenation {
    text-align: center;
    margin-top: 30px;
  }
  #articles .pagenation li {
    display: inline-block;
    font-size: 87.5%;
    line-height: 40px;
    margin-right: 8px;
  }
  #articles .pagenation .pgn-prev {
    padding-right: 0;
    float: left;
  }
  #articles .pagenation .pgn-next {
    margin-right: 0;
    padding-left: 0;
    float: right;
  }
  #articles .pagenation .num a,
  #articles .pgn-prev a,
  #articles .pgn-next a {
    display: block;
    width: 40px;
    text-align: center;
    border: 1px solid #e8eadf;
    border-radius: 7px;
  }
  #articles .author {
    margin-top: 30px;
    padding: 10px;
  }
  #articles .author h4 {
    font-size: 81.2%;
  }
  #articles .author .dtl {
    font-size: 81.2%;
  }
  #articles .author .dtl .name {
    font-weight: bold;
  }
  #articles .soudan .face {
    width: 45px;
  }
  #articles .soudan .fukidashiTbl {
    width: auto;
  }
  #articles .soudan .fukidashiTbl .taRight {
    padding-left: 12px;
  }
  #articles .soudan .fukidashiTbl .fukidashi {
    background: url(/img_o/kj/common/images/teacher/soudan_tbl03.gif) repeat-y 0 0;
    background-size: 100% auto;
  }
  #articles .soudan .fukidashiTbl .fukidashi td:first-child {
    width: 12px;
  }
  .more-link {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
  }
  .more-link p a {
    font-size: 81.2%;
    background: none;
    position: relative;
    padding-right: 20px;
  }
  .more-link p a::after {
    background: url(/_shared/img_sp/icon-arrow_r.gif) no-repeat left top;
    background-size: 6px 11px;
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
  }
  #useful ul,
  #useful2 ul,
  #useful3 ul {
    margin-left: 0;
  }
  #useful li,
  #useful2 li,
  #useful3 li {
    margin-left: 0;
    margin-bottom: 15px;
    width: 47%;
  }
  #useful .normal li,
  #useful2 .normal li,
  #useful3 .normal li,
  #useful .normal li:nth-child(2n),
  #useful2 .normal li:nth-child(2n),
  #useful3 .normal li:nth-child(2n) {
    float: none;
  }
  #useful li img,
  #useful2 li img,
  #useful3 li img {
    width: 100%;
  }
  #useful li:nth-child(2n),
  #useful2 li:nth-child(2n),
  #useful3 li:nth-child(2n) {
    float: right;
  }
  #useful li .dtl,
  #useful2 li .dtl,
  #useful3 li .dtl {
    min-height: auto;
  }
  #useful li .bnr-cap,
  #useful2 li .bnr-cap,
  #useful3 li .bnr-cap {
    min-height: 60px;
  }
  #related {
    border: none;
    padding-bottom: 0;
  }
  #related li {
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
  }
  #related li a {
    position: relative;
  }
  #related li a::after {
    background: url(../img_sp/icon-arrow_r.gif) no-repeat left top;
    background-size: 6px 11px;
    display: block;
    width: 6px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
  }
  #related li .img {
    width: 60px;
    margin-right: 10px;
    margin-bottom: 0;
    float: left;
  }
  #related li .dtl {
    overflow: hidden;
  }
  #related li .date {
    font-size: 68.7%;
    margin-bottom: 0;
  }
  #related li .link {
    font-size: 81.2%;
    margin: 5px 0;
    padding-right: 5px;
  }
  .rcat {
    background: #a2a7ab;
    margin-right: 3px;
    font-size: 62.5%;
    text-align: center;
    padding: 2px 12px;
    float: left;
    color: #fff;
    border-radius: 3px;
  }
  .rtheme {
    font-size: 62.5%;
    border-radius: 3px;
    margin-right: 2px;
    padding: 2px 20px 0;
    float: left;
  }
  .bnr-cap {
    font-size: 81.2%;
    margin-top: 7px;
  }
  #bottom-banner {
    margin-bottom: 60px;
  }
  #recommend {
    padding-bottom: 0;
  }
  #recommend a {
    position: relative;
  }
  #recommend li a::after {
    background: url(../img_sp/icon-arrow_r.gif) no-repeat left top;
    background-size: 6px 11px;
    display: block;
    width: 6px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
  }
  #recommend .item {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
  }
  #recommend .item:last-child {
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
  }
  #recommend .item .last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #recommend .item .img {
    width: 60px;
    margin-right: 10px;
  }
  #recommend .item .dtl .date {
    font-size: 68.7%;
    margin-bottom: 0;
  }
  #recommend .item .dtl .txt {
    font-size: 75%;
    margin: 5px 0;
  }
  #faq .item {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #faq h3 {
    background: url(../img_sp/icon-q.gif) no-repeat 6px center;
    background-size: 10px auto;
    font-size: 81.2%;
    padding-left: 30px;
  }
  .item .play .icon_play {
    width: 29px;
    height: 29px;
    margin-top: -14px;
    margin-left: -14px;
  }
  .item .play .icon_play.icon_l {
    width: 58px;
    height: 58px;
    margin-top: -29px;
    margin-left: -29px;
  }
  .pr {
    border: 2px solid #0070cb;
    border-radius: 7px;
    margin-top: 40px;
  }
  .pr h3 {
    font-size: 100%;
  }
  .pr .body {
    padding: 9px;
  }
  .pr .body .lead {
    font-size: 87.5%;
  }
  .pr .body .img {
    margin-top: 10px;
  }
  .pr .body .cap {
    font-size: 81.3%;
  }
  /* モーダル */
  #target_select {
    width: auto;
  }
  #target_select h2 {
    font-size: 81.2%;
  }
  #target_select .col {
    width: auto;
    float: none;
    margin-left: 0;
  }
  #target_select .target_item {
    margin-bottom: 15px;
  }
  #target_select .target_item h3 {
    font-size: 81.2%;
  }
  #target_select .target_item .kou-ttl {
    margin-top: 0;
  }
  #target_select .target_item ul {
    margin-left: 0;
  }
  #target_select .target_item li {
    margin-top: 10px;
    margin-left: 0;
    width: 49%;
    float: left;
  }
  #target_select .target_item li.wide {
    width: 100%;
  }
  #target_select .target_item li:nth-child(2n) {
    float: right;
  }
  #target_select .target_item li label {
    display: block;
    width: 100%;
    line-height: 46px;
    text-align: center;
    background: url(/_shared/img/bg_target_btn.gif) no-repeat left top;
    background-size: 100% 100%;
  }
  #target_select .target_item li label.on {
    background: url(/_shared/img/bg_target_btn_on.gif) no-repeat left top;
    background-size: 100% 100%;
    color: #fff;
  }
  #target_select #target_clear a {
    color: #333;
    font-size: 85%;
  }
  #target_select #target_clear a span {
    border-bottom: 1px solid #333;
  }
  #target_select #target_clear,
  #target_select .target_item #target_regist {
    margin-top: 0;
  }
  #target_select .target_item #target_clear img {
    width: 100%;
  }
  #target_select .target_links {
    background: #e5f5fd;
    margin: -25px -15px -25px;
    padding: 20px 15px 30px;
  }
  #target_select .target_links h2 {
    text-align: left;
    font-size: 82%;
  }
  #target_select .target_links .shimajiro {
    width: auto;
    float: none;
    margin-bottom: 15px;
  }
  #target_select .target_links .parents {
    width: auto;
    float: none;
  }
  #target_select .target_links h3 {
    font-size: 82%;
  }
  #theme_select {
    width: auto;
  }
  #theme_select h2 {
    font-size: 81.2%;
  }
  #theme_select .category_select {
    width: 230px;
    margin: 0 auto 10px;
  }
  #theme_select .category_select p {
    float: left;
  }
  #theme_select .theme_item {
    width: auto;
    float: none;
    margin-left: 0;
    display: none;
  }
  #theme_select .theme_item.actv {
    display: block;
  }
  #theme_select .theme_item h3 {
    display: none;
  }
  #theme_select .theme_item ul {
    margin: 0 auto;
    width: 230px;
  }
  #theme_select .theme_item li {
    margin-top: 10px;
    margin-left: 0;
    width: 110px;
    float: left;
  }
  #theme_select .theme_item li a {
    background: url(/_shared/img_sp/bg_select_theme.gif) no-repeat left top;
    background-size: 100% auto;
    display: block;
    line-height: 42px;
    text-align: center;
    font-size: 64%;
    color: #333;
  }
  #theme_select .theme_item li:nth-child(2n) {
    float: right;
  }
  #target_select .regist_buttons {
    padding: 0;
  }
  #target_select .regist_buttons ul {
    border: none;
  }
  .book_width {
    width: 25%;
  }
  .book_width img {
    max-width: 120px;
  }
  /* ========================================
       サイドナビ
       ======================================== */
  #sidebar {
    width: auto;
    float: none;
    margin-top: 40px;
    padding: 0 10px;
  }
  #sidebar .side-ad,
  .side-ad {
    margin-bottom: 10px;
  }
  #sidebar .side-contents {
    background: #fff;
    margin-bottom: 20px;
    padding: 0;
  }
  #sidebar .ttl01 {
    font-size: 125%;
    padding: 8px 10px;
  }
  #sidebar .ttl01 br {
    display: none;
  }
  #sidebar .ttl01 small {
    font-size: 100%;
  }
  .article-body .ttl01 small {
    font-size: 100%;
  }
  #sidebar .side-contents .block {
    margin-bottom: 20px;
    padding: 0;
  }
  #sidebar .side-theme ul {
    background: #f3f3f3;
    border: 1px solid #e1e1e1;
    border-radius: 7px;
  }
  #sidebar .side-theme li {
    margin-bottom: 0;
    float: left;
    width: 50%;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
  }
  #sidebar .side-theme li:nth-child(2n) {
    border-right: none;
  }
  #sidebar .side-theme li:last-child {
    border-bottom: none;
  }
  #sidebar .side-theme li a {
    display: block;
    font-size: 81.2%;
    background: #fff none;
    padding: 10px;
    position: relative;
  }
  #sidebar .side-theme li a::after {
    background: url(../img_sp/icon-arrow_r.gif) no-repeat left top;
    background-size: 6px 11px;
    display: block;
    width: 6px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    content: "";
  }
  #sidebar .side-ranking a {
    display: block;
    position: relative;
    text-decoration: none;
  }
  #sidebar .side-ranking a::after {
    background: url(../img_sp/icon-arrow_r.gif) no-repeat left top;
    background-size: 6px 11px;
    display: block;
    width: 6px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    visibility: visible;
  }
  #sidebar .side-topics li,
  #sidebar .side-ranking li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
  }
  #sidebar .side-topics li a,
  #sidebar .side-ranking li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sidebar .side-topics .img,
  #sidebar .side-ranking .img {
    width: 60px;
    min-width: 60px;
    float: none;
    margin-right: 10px;
  }
  #sidebar .side-topics .dtl,
  #sidebar .side-ranking .dtl {
    padding-top: 0;
    font-size: 93.7%;
  }
  #sidebar .side-ranking .dtl .date {
    font-size: 68.7%;
    color: #666;
    margin-bottom: 0;
  }
  #sidebar .side-ranking .dtl .txt {
    font-size: 100%;
    margin: 5px 0;
    padding-right: 5px;
  }
  
  /*
  #sidebar .side-keywords ul {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
  }
  #sidebar .side-keywords li {
    width: 33%;
    margin-right: .5%;
  }
  #sidebar .side-keywords .even {
    margin-right: .5%;
  }
  #sidebar .side-keywords li:nth-child(3n) {
    margin-right: 0;
  }
  #sidebar .side-keywords li a {
    display: block;
    height: 26px;
    background: #e1ecf1;
    text-align: center;
    font-size: 87.5%;
    border-radius: 5px;
    line-height: 1.2;
    padding-top: 12px;
  }
  #sidebar .side-keywords .l2 a {
    height: 35px;
    padding-top: 3px;
  }
  */
  
  
  #sidebar .side-keywords .more-link,
  #sidebar .side-theme .more-link {
    text-align: right;
  }
  #sidebar .side-keywords .more-link a,
  #sidebar .side-theme .more-link a {
    background: url(../img_sp/icon-arrow_r.gif) no-repeat right 0.3em;
    background-size: 6px auto;
    padding-right: 10px;
    font-size: 81.2%;
  }
  #sidebar .side-contents .side-faq {
    display: none;
  }
  #sidebar .side-banners {
    margin-bottom: 15px;
    padding: 0;
    border-bottom: none;
  }
  #sidebar .side-banners .item {
    padding-bottom: 15px;
  }
  #sidebar .side-social {
    background: #eef7ff;
    padding: 10px;
  }
  #sidebar .side-social .side-social_lead {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 100%;
    text-align: center;
  }
  #sidebar .side-social .side-social_lead br {
    display: none;
  }
  #sidebar .side-social .side-social_cap {
    text-align: center;
    font-size: 75%;
    margin-bottom: 10px;
  }
  #sidebar .side-social .side-social_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sidebar .side-social li {
    width: 72px;
  }
  #sidebar .side-social li:not(:last-child) {
    margin-right: 20px;
  }
  #sidebar .side_login_wrap {
    margin-top: 0;
    padding-top: 0;
  }
  #sidebar #side_login {
    background: #e3faff;
    border: 2px solid #0070cb;
  }
  #sidebar #side_login h3 {
    font-size: 137%;
    text-align: center;
  }
  #sidebar #side_login h4 {
    font-size: 93.7%;
    text-align: center;
  }
  #sidebar #side_login p {
    font-size: 93.7%;
    margin: 0 auto;
    width: 220px;
  }
  #sidebar #side_login .login_btn {
    margin: 15px auto 10px;
  }
  #sidebar #side_login .login_btn img {
    width: 220px;
  }
  #sidebar #side_login .resist_link {
    text-align: center;
  }
  #sidebar #side_login .resist_link a {
    font-size: 66.6%;
  }
  
  
  #sidebar .side-keywords ul {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #sidebar .side-keywords li {
    width: 33%;
    
    box-sizing: border-box;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #e1ecf1;
    border-radius: 5px;
    line-height: 1.2;
   }
  #sidebar .side-keywords li a {
    display: block;
    background: #e1ecf1;
    text-align: center;
    font-size: 87.5%;
  }
  
  
  /* ========================================
       フッタ
       ======================================== */
  .pagetop {
    position: fixed;
    left: initial;
    margin-left: 0;
    bottom: 15px;
    right: 10px;
    z-index: 30000;
    width: auto;
  }
  .menu-ttl {
    display: block;
    font-size: 125%;
    font-weight: normal;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    border-left: 5px solid #0070cb;
    border-botom: 1px solid #e6e6e6;
    padding: 10px;
  }
  .nav-local {
    background: #f3f3f3;
    padding: 0;
  }
  .nav-local_inr {
    width: auto;
    margin: 0 auto;
  }
  .nav-local .item {
    width: auto;
    padding: 0;
    border-right: none;
    float: none;
  }
  .nav-local .nav-local_last {
    border-right: none;
  }
  .nav-local .item h3 {
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1;
  }
  .nav-local .item h3 a {
    display: block;
    background: none;
    padding: 15px;
    font-size: 87.5%;
    color: #333;
    position: relative;
  }
  .nav-local .item ul {
    background: #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .nav-local .item li {
    width: 50%;
    float: left;
    margin-bottom: 0;
    background: #f3f3f3;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    box-sizing: border-box;
  }
  .nav-local .item li:nth-child(2n) {
    border-right: none;
  }
  .nav-local .item li a {
    font-size: 75%;
    color: #333;
    display: block;
    padding: 15px;
    position: relative;
  }
  .nav-local .item a::after {
    content: "";
    background: url(../img_sp/icon-arrow_footer.gif) no-repeat left top;
    background-size: 6px 11px;
    display: block;
    width: 6px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
  }
  .breadcrumb {
    font-size: 62.5%;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-bottom: 1px solid #e6e6e6;
  }
  .breadcrumb li {
    float: left;
    margin-right: 5px;
  }
  .breadcrumb a {
    margin-right: 5px;
  }
  .breadcrumb .kw a {
    color: #666;
  }
  .ftr-sublink {
    font-size: 62.5%;
    padding: 12px 10px;
  }
  p.security {
    font-size: 62.5%;
    text-align: center;
    color: #808080;
    background: #f7f7f7;
    border: 2px solid #e6e6e6;
    border-radius: 7px;
    margin: 0 10px;
    padding: 10px 0;
  }
  p.security a {
    color: #808080;
  }
  #page_top .security,
  #page_juken .security,
  #page_kosodate .security,
  #page_kyouiku .security,
  #page_eigo .security  {
    margin-top: 15px;
  }
  footer {
    width: auto;
    margin: 0 auto;
    padding: 15px 0 18px;
    border-bottom: 4px solid #0070cb;
  }
  footer .ftr-corporate_logo {
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
    float: none;
    line-height: 1;
    font-size: 0;
    text-align: center;
  }
  footer .ftr-corporate_copyright {
    width: auto;
    float: none;
    padding-top: 0;
    line-height: 1;
    font-size: 0;
    text-align: center;
  }
  footer .ftr-corporate_link {
    font-size: 75%;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  footer .ftr-corporate_link a {
    color: #808080;
  }
  #login_require {
    margin: 15px auto 30px;
    width: 300px;
  }
  .targetbox {
    font-size: 62.5%;
    position: absolute;
    top: 70px;
    right: 10px;
  }
  #non_kaiin_menu {
    float: none;
    margin-left: 0;
    position: absolute;
    right: 10px;
    top: 17px;
    width: 119px;
  }
  #non_kaiin_menu p {
    width: 58px;
  }
  #non_kaiin_menu p a {
    font-size: 75%;
    line-height: 41px;
  }
  #kaiin_menu {
    position: absolute;
    right: 10px;
    top: 17px;
    width: auto;
  }
  #kaiin_menu .kaiinbtn {
    padding-left: 0;
    width: auto;
  }
  #kaiin_menu .menu-block {
    position: absolute;
    right: -170px;
    top: 0;
    transition: all .5s;
    width: 160px;
    z-index: 20000;
  }
  #kaiin_menu .menu-block.on {
    right: -10px;
  }
  #kaiin_menu .menu-block .menu-sp-header {
    background: #0070cb;
    padding: 12px 14px 10px 8px;
  }
  #kaiin_menu .menu-block .menu-sp-header h3 {
    float: left;
    line-height: 1;
  }
  #kaiin_menu .menu-block .menu-sp-header p {
    float: right;
    line-height: 1;
  }
  #kaiin_menu .menu-block ul {
    border: none;
    border-radius: 0;
    display: block;
    position: static;
    width: 160px;
  }
  #kaiin_menu .menu-block li a {
    background-size: 7px auto;
    border-top: 1px solid #bdbdbd;
    font-size: 75%;
    line-height: 40px;
  }
  .renew_notice {
    box-sizing: border-box;
    margin: 50px 15px 0;
    width: auto;
  }
}

.article-body #bottom-banner,
.article-body #faq {
  display: none;
}


/* .fixedMenuArea */

.fixedMenuArea {
  display: none;
}

@media screen and (min-width: 741px) {
  .fixedMenuArea {
    display: block;
    position: fixed;
    top: 155px;
    right: 0;
    z-index: 10000;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
  }
  .fixedMenuArea.hide {
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  .fixedMenuArea .menuArea {
    padding: 14px 0 6px 9px;
    background: #fff;
    border: 1px solid #d7d7d7;
    -moz-border-radius: 7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px;
    -ms-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3);
  }
  .fixedMenuArea .menuArea+.menuArea {
    padding: 13px 0 17px 9px;
    margin-top: 8px;
  }
  .fixedMenuArea .menuArea h2 {
    margin-bottom: 13px;
    line-height: 1;
  }
  .fixedMenuArea .menuArea+.menuArea h2 {
    margin-bottom: 10px;
  }
  .fixedMenuArea .menuArea ul {}
  .fixedMenuArea .menuArea ul li {
    margin-bottom: 5px;
    text-align: center;
  }
  .fixedMenuArea .menuArea ul li:last-child {
    margin-bottom: 0;
  }
}


/* .mobileAnchorBnr */

.mobileAnchorBnr {
  display: none;
}

@media screen and (max-width: 740px) {
  .mobileAnchorBnr {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20000;
    width: 100%;
    background: #fff;
    overflow: hidden;
  }
  .mobileAnchorBnr .mobileAnchorBnrIn {
    width: 100%;
    text-align: center;
  }
  .mobileAnchorBnr .mobileAnchorBnrIn img {
    max-width: 100%;
  }
  .mobileAnchorBnr .mobileAnchorBnrIn p img {
    width: 100%;
    max-width: 375px;
    height: auto;
  }
}

@media screen and (min-width: 741px) {
  .pcNone {
    display: none;
  }
  .mid-author {
    border-top: 1px solid #e1e1e1;
    margin-bottom: 60px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 740px) {
  .spNone {
    display: none;
  }
}
.mid-author {
    border-top: 1px solid #e1e1e1;
    margin-bottom: 60px;
    padding-top: 30px;
  }
#articles .mid-author .author {
  margin-top: 30px;
}
#keyword-link tr:after {
  content: "";
  clear: both;
  display: block;
}

#keyword-link table {
  background: #fff !important;
}

#page_eigo .ttl01, #page_eigo .ttl01b {
    border-left: 5px solid #6ca300;
}


.theme04 {
    color: #6ca300;
    border: 1px solid #6ca300;
}


@media screen and (min-width: 741px) {
  .nav-local .item {
    width: 220px;
    padding-left: 19px;
  }
  .nav-local .item li {
    width: 110px;
    float: left;
    margin-bottom: 10px;
}
  #theme_select .theme_item {
    width: 215px;
    float: left;
    margin-left: 10px;
}
  .sizz {
    display: none;
    
  }
  .disc_box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin: 0 0 30px;
}
  .disc_box h2 {
    font-weight: normal;
  }
  .disc_box__fir {
    width: 55%
  }
.disc_box__sec {
    width: 40%
  }
  .disc_box__sec img {
    max-width: 100%
  }
}

@media screen and (max-width: 740px) {
.nav-global li {
    width: 25%;
}
  .disc_box h2 {
    font-weight: normal;
  }
  .sizz {
    width: 19%;
    margin-left: 81%;
        margin-top: -28%;
  }
.hdr-site_search_sp .search-wrapper {


    left: inherit;
  right: 0;

}
  .clicked {
    margin-bottom: 51px;
  }
  .disc_box__sec img {
    max-width: 100%
  }
}
#page_top .HPC.ob-widget .ob-widget-section .ob-widget-header {
   border-left: 5px solid #0070cb;
}
#page_kosodate .HPC.ob-widget .ob-widget-section .ob-widget-header {
  border-left: 5px solid #eb7777;
}
#page_kyouiku .HPC.ob-widget .ob-widget-section .ob-widget-header {
  border-left: 5px solid #eb9944;
}
#page_juken .HPC.ob-widget .ob-widget-section .ob-widget-header {
  border-left: 5px solid #0070cb;
}
#page_eigo .HPC.ob-widget .ob-widget-section .ob-widget-header {
  border-left: 5px solid #6ca300;
}


/*---------------------------------

lazy

---------------------------------*/
img.lazy[data-src] {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}
img.lazy-loaded[data-src] {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}


/*---------------------------------

BC_MEM-25339
ランキング位置の修正対応

---------------------------------*/
@media (max-width: 740px) {
  /* SP */
  .side-ranking li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
  }
  .side-ranking li a {
    position: relative;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .side-ranking li a::after {
    background: url(../img_sp/icon-arrow_r.gif) no-repeat left top;
    background-size: 6px 11px;
    display: block;
    width: 6px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    visibility: visible;
  }
  .side-ranking li a p.img {
    background-position: center top;
    background-size: auto 60px;
    background-repeat: no-repeat;
    border-radius: 3px;
    overflow: hidden;

    height: 60px;
    width: 60px;
    min-width: 60px;
    float: none;
    margin-right: 10px;
  }
  .side-ranking li a p.img img {
    display: none;
  }
  .side-ranking li .ranknum {
    border-radius: 3px;
    width: auto;
    height: auto;
    position: static;
    position: absolute;
    top: -2px;
    left: 0;
  }
}


/*---------------------------------

25774 UX_次の記事追加

---------------------------------*/
@media (min-width: 741px) {
  /* PC */
  .relateArticle {
    margin: 60px 0 10px;
  }
  .relateArticle-title {
    display: block;
    /* color: #333333 !important; */
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .relateArticle-item {
    display: flex;
  }
  .relateArticle .relateArticle-img {
    width: 200px;
    margin-right: 25px;
    transition: all .3s;
  }
  .relateArticle .relateArticle-img:hover {
    opacity: 0.7;
  }
  .relateArticle .relateArticle-img img {
    width: 100%;
    border-radius: 3px;
  }

  .relateArticle-descwrap {
    width: 483px;
  }
  .relateArticle-desc {
    display: block;
    color: #333333 !important;
    font-size: 17px;
    margin-bottom: 17px;
  }
  .relateArticle-btnwrap {
    text-align: right;
  }
  .relateArticle-btn {
    display: inline-block;

    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 13px 30px;
    transition: all .3s;

    border: solid 1px #e1e1e1;
    border-radius: 5px;
  }
  .relateArticle-btn:hover {
    opacity: 0.7;
  }

  #page_kosodate .relateArticle-btn {
    color: #f08585 !important;
  }
  #page_kyouiku .relateArticle-btn {
    color: #eb9944 !important;
  }
  #page_juken .relateArticle-btn {
    color: #0070cb !important;
  }
  #page_eigo .relateArticle-btn {
    color: #6ca300 !important;
  }
  .relateArticle .relateArticle-link {
    display: inline-flex;
    width: 100%;
  }
  .relateArticle .relateArticle-link:hover {
    text-decoration: none;
  }
  .relateArticle-dtl {
    width: 485px;
  }
  .relateArticle .relateArticle-name {
    color: #444444;
    margin-bottom: 1em;
  }
  .relateArticle .relateArticle-title:hover {
    text-decoration: underline;
  }
}
@media (max-width: 740px) {
  /* SP */
  .relateArticle {
    margin: 30px 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .relateArticle-title {
    display: block;
    /* color: #333333 !important; */
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .relateArticle .relateArticle-img {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .relateArticle .relateArticle-img img {
    max-width: 173px;
    width: 100%;
    border-radius: 3px;
  }
  
  .relateArticle-desc {
    display: block;
    color: #333333 !important;
    font-size: 17px;
    margin-bottom: 17px;
  }
  .relateArticle-btnwrap {
    text-align: right;
  }
  .relateArticle-btn {
    display: inline-block;

    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 13px 30px;

    border: solid 1px #e1e1e1;
    border-radius: 5px;
  }

  #page_kosodate .relateArticle-btn {
    color: #f08585 !important;
  }
  #page_kyouiku .relateArticle-btn {
    color: #eb9944 !important;
  }
  #page_juken .relateArticle-btn {
    color: #0070cb !important;
  }
  #page_eigo .relateArticle-btn {
    color: #6ca300 !important;
  }
}


/*---------------------------------

記事ページの出典およびプロフィールを閉じる対応

---------------------------------*/
@media (min-width: 741px) {
  /* PC */
  .article-acc {
    margin-top: 20px;
  }
  .concl + .article-acc {
    margin-top: 0px;
  }
  .article-acc-head {
    color: #a5a5a5;
    font-size: 14px;
    line-height: 1;
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;

    cursor: pointer;
    position: relative;
  }
  .article-acc-head::before {
    content: '';

    position: absolute;
    width: 12px;
    height: 2px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a5a5a5;
  }
  .article-acc-head::after {
    content: '';

    position: absolute;
    width: 2px;
    height: 12px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a5a5a5;
  }
  .article-acc-head--open.article-acc-head::after {
    content: none;
  }

  .article-acc-head.article-acc-head--open {
    opacity: 0.4;
  }

  /* 出典 */
  .sourceAcc .img-cap {
    margin-bottom: 20px !important;
  }
  /* プロフィール */
  .authorAcc .author {
    margin-top: 20px !important;
  }
}
@media (max-width: 740px) {
  /* SP */
  .article-acc {
    margin-top: 20px;
  }
  .concl + .article-acc {
    margin-top: 0px;
  }
  .article-acc-head {
    color: #a5a5a5;
    font-size: 14px;
    line-height: 1;
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;

    cursor: pointer;
    position: relative;
  }
  .article-acc-head::before {
    content: '';

    position: absolute;
    width: 12px;
    height: 2px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a5a5a5;
  }
  .article-acc-head::after {
    content: '';

    position: absolute;
    width: 2px;
    height: 12px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a5a5a5;
  }
  .article-acc-head--open.article-acc-head::after {
    content: none;
  }

  .article-acc-head.article-acc-head--open {
    opacity: 0.4;
  }

  /* 出典 */
  .sourceAcc .img-cap {
    margin-bottom: 20px !important;
  }
  /* プロフィール */
  .authorAcc .author {
    margin-top: 20px !important;
  }
}






/*
==================================
2022/04/01 renewal
==================================
*/
/*
=================================================

util

=================================================
*/
@media print, screen and (min-width: 1020px) {
  .u-hide-over-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 1019px) {
  /* SP */
  .u-hide-under-tablet {
    display: none !important;
  }
}
/*
=================================================

共通

=================================================
*/

@media print, (min-width: 1020px) {
  /* PC */
  .tablet {
    display: none;
  }
}

@media print, (min-width: 741px) {
  /* PC */
  .sp {
    display: none;
  }
}

@media only screen and (max-width: 740px) {
  /* SP */
  .pc {
    display: none;
  }
  .c-humb-inner.tablet {
    display: block;
  }
}

/*
=================================================

header

=================================================
*/

@media print, (min-width: 1020px) {
  /* PC */
  .c-hdr {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(207,210,213, 0.8);
    box-shadow: 0px 2px 0px 0px rgba(207,210,213, 0.8);
    margin-bottom: 2px;
    position: relative;
    z-index: 100;
  }
  .c-hdr-body{
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .c-hdr-inner {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-hdr-nav {
    position: absolute;
    top: 34px;
    right: 0;
    font-size: 12px;
    color: #000;
  }
  .c-hdr-nav__list{
    display: flex;
    justify-content: space-between;
    width: 341px;
  }
  .c-hdr-nav__item{
    text-align: center;
    position: relative;
  }
  .c-hdr-nav__item > a {
    text-decoration: none;
    color: #000;
  }
  .c-hdr-nav__list a:hover{
    text-decoration: underline;
  }
  .c-hdr-nav__item+ .c-hdr-nav__item::before{
    background-color: #000;
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    position: absolute;
    top: 4px;
    left: -14px;
  }
  .c-hdr__ttl {
    display: block;
    width: 336px;
    padding-right: 24px;
  }
  .c-hdr__logo {
    display: block;
    width: 104px;
    line-height: 1;
    margin-bottom: 12px;
  }
  .c-hdr__logo img {
    width: 100%;
  }
  .c-hdr__thumbs {
    display: block;
    width: 260px;
    line-height: 1;
    margin-bottom: 8px;
  }
  .c-hdr__thumbs img {
    width: 100%;
  }
  .c-hdr__txt {
    color: #505558;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.274;
  }
  .c-hdr-gnav {
    padding: 32px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-hdr-gnav__items {
    position: relative;
  }
  .c-hdr-gnav__items:hover .c-hdr-gnav__name{
    opacity: 0.8;
  }
  .c-hdr-gnav__items:hover .c-gnav__cnt{
    display: block;
  }
  .c-hdr-gnav__name {
    font-size: 18px;
    color: #002233;
    padding-right: 24px;
    margin-right: 24px;
    cursor: pointer;
    position: relative;
  }
  .c-hdr-gnav__name::after {
    content: "";
    width: 15px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  }
  .c-hdr-gnav__name--kosodate::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%229%22%20viewBox%3D%220%200%2015%209%22%3E%3Cpath%20d%3D%22M1765.265%2C432.965a1.5%2C1.5%2C0%2C0%2C1-1.061-.439l-6-6a1.5%2C1.5%2C0%2C0%2C1%2C0-2.121l6-6a1.5%2C1.5%2C0%2C0%2C1%2C2.121%2C2.121l-4.939%2C4.939%2C4.939%2C4.939a1.5%2C1.5%2C0%2C0%2C1-1.061%2C2.561Z%22%20transform%3D%22translate(-417.965%201766.765)%20rotate(-90)%22%20fill%3D%22%23fc7171%22%2F%3E%3C%2Fsvg%3E');
  }
  .c-hdr-gnav__name--kyoiku::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%229%22%20viewBox%3D%220%200%2015%209%22%3E%3Cpath%20d%3D%22M1765.265%2C432.965a1.5%2C1.5%2C0%2C0%2C1-1.061-.439l-6-6a1.5%2C1.5%2C0%2C0%2C1%2C0-2.121l6-6a1.5%2C1.5%2C0%2C0%2C1%2C2.121%2C2.121l-4.939%2C4.939%2C4.939%2C4.939a1.5%2C1.5%2C0%2C0%2C1-1.061%2C2.561Z%22%20transform%3D%22translate(-417.965%201766.765)%20rotate(-90)%22%20fill%3D%22%23F8A259%22%2F%3E%3C%2Fsvg%3E');
  }
  .c-hdr-gnav__name--juken::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%229%22%20viewBox%3D%220%200%2015%209%22%3E%3Cpath%20d%3D%22M1765.265%2C432.965a1.5%2C1.5%2C0%2C0%2C1-1.061-.439l-6-6a1.5%2C1.5%2C0%2C0%2C1%2C0-2.121l6-6a1.5%2C1.5%2C0%2C0%2C1%2C2.121%2C2.121l-4.939%2C4.939%2C4.939%2C4.939a1.5%2C1.5%2C0%2C0%2C1-1.061%2C2.561Z%22%20transform%3D%22translate(-417.965%201766.765)%20rotate(-90)%22%20fill%3D%22%235DA2DE%22%2F%3E%3C%2Fsvg%3E');
  }
  .c-hdr-gnav__name--eigo::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%229%22%20viewBox%3D%220%200%2015%209%22%3E%3Cpath%20d%3D%22M1765.265%2C432.965a1.5%2C1.5%2C0%2C0%2C1-1.061-.439l-6-6a1.5%2C1.5%2C0%2C0%2C1%2C0-2.121l6-6a1.5%2C1.5%2C0%2C0%2C1%2C2.121%2C2.121l-4.939%2C4.939%2C4.939%2C4.939a1.5%2C1.5%2C0%2C0%2C1-1.061%2C2.561Z%22%20transform%3D%22translate(-417.965%201766.765)%20rotate(-90)%22%20fill%3D%22%2375D6A1%22%2F%3E%3C%2Fsvg%3E');
  }
  .c-hdr-gnav__name--age::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%229%22%20viewBox%3D%220%200%2015%209%22%3E%3Cpath%20d%3D%22M1765.265%2C432.965a1.5%2C1.5%2C0%2C0%2C1-1.061-.439l-6-6a1.5%2C1.5%2C0%2C0%2C1%2C0-2.121l6-6a1.5%2C1.5%2C0%2C0%2C1%2C2.121%2C2.121l-4.939%2C4.939%2C4.939%2C4.939a1.5%2C1.5%2C0%2C0%2C1-1.061%2C2.561Z%22%20transform%3D%22translate(-417.965%201766.765)%20rotate(-90)%22%20fill%3D%22%235DA2DE%22%2F%3E%3C%2Fsvg%3E');
  }
  .c-hdr-gnav__name:last-of-type {
    margin-right: 0;
  }
  .c-gnav__cnt {
    display: none;
    padding-top: 46px;
    background-color: transparent;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
  .c-gnav__list {
    width: 223.5px;
    padding: 30px 32px;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 12px 6px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 12px 6px rgba(0,0,0,0.15);
    position: relative;
  }
  .c-gnav__list::before {
    content: "";
    width: 32px;
    height: 19px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2219.08%22%20viewBox%3D%220%200%2032%2019.08%22%3E%3Cpath%20d%3D%22M14.468%2C1.827a2%2C2%2C0%2C0%2C1%2C3.065%2C0L29.245%2C15.795a2%2C2%2C0%2C0%2C1-1.532%2C3.285H4.287a2%2C2%2C0%2C0%2C1-1.532-3.285Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
  .c-gnav__items {
    font-size: 16px;
    line-height: 1.25;
    position: relative;
  }
  .c-gnav__items::after {
    content: "";
    width: 6px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  }
  .c-gnav__items--top {
    padding-bottom: 10px;
    margin-bottom: 10px !important;
    border-bottom: solid 1px #E9EEF2;
    font-weight: bold;
  }
  .c-gnav__items--top.c-gnav__items::after {
    top: calc(50% - 5px);
  }
  .c-gnav__items--top.c-gnav__items--kosodate a {
    color: #FC7171 !important;
  }
  .c-gnav__items--top.c-gnav__items--kyoiku a {
    color: #F8A259 !important;
  }
  .c-gnav__items--top.c-gnav__items--juken a {
    color: #5DA2DE !important;
  }
  .c-gnav__items--top.c-gnav__items--eigo a {
    color: #75D6A1 !important;
  }
  .c-gnav__items--kosodate::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%3E%3Cpath%20d%3D%22M4%2C9a1%2C1%2C0%2C0%2C1-.707-.293l-4-4A1%2C1%2C0%2C0%2C1-1%2C4a1%2C1%2C0%2C0%2C1%2C.293-.707l4-4a1%2C1%2C0%2C0%2C1%2C1.414%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.414L1.414%2C4%2C4.707%2C7.293A1%2C1%2C0%2C0%2C1%2C4%2C9Z%22%20transform%3D%22translate(5%209)%20rotate(180)%22%20fill%3D%22%23fc7171%22%2F%3E%3C%2Fsvg%3E');
  }
  .c-gnav__items--kyoiku::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%3E%3Cpath%20d%3D%22M4%2C9a1%2C1%2C0%2C0%2C1-.707-.293l-4-4A1%2C1%2C0%2C0%2C1-1%2C4a1%2C1%2C0%2C0%2C1%2C.293-.707l4-4a1%2C1%2C0%2C0%2C1%2C1.414%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.414L1.414%2C4%2C4.707%2C7.293A1%2C1%2C0%2C0%2C1%2C4%2C9Z%22%20transform%3D%22translate(5%209)%20rotate(180)%22%20fill%3D%22%23F8A259%22%2F%3E%3C%2Fsvg%3E');
  }
  .c-gnav__items--juken::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%3E%3Cpath%20d%3D%22M4%2C9a1%2C1%2C0%2C0%2C1-.707-.293l-4-4A1%2C1%2C0%2C0%2C1-1%2C4a1%2C1%2C0%2C0%2C1%2C.293-.707l4-4a1%2C1%2C0%2C0%2C1%2C1.414%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.414L1.414%2C4%2C4.707%2C7.293A1%2C1%2C0%2C0%2C1%2C4%2C9Z%22%20transform%3D%22translate(5%209)%20rotate(180)%22%20fill%3D%22%235DA2DE%22%2F%3E%3C%2Fsvg%3E');
  }
  .c-gnav__items--eigo::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%3E%3Cpath%20d%3D%22M4%2C9a1%2C1%2C0%2C0%2C1-.707-.293l-4-4A1%2C1%2C0%2C0%2C1-1%2C4a1%2C1%2C0%2C0%2C1%2C.293-.707l4-4a1%2C1%2C0%2C0%2C1%2C1.414%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.414L1.414%2C4%2C4.707%2C7.293A1%2C1%2C0%2C0%2C1%2C4%2C9Z%22%20transform%3D%22translate(5%209)%20rotate(180)%22%20fill%3D%22%2375D6A1%22%2F%3E%3C%2Fsvg%3E');
  }
  .c-gnav__items--age::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%3E%3Cpath%20d%3D%22M4%2C9a1%2C1%2C0%2C0%2C1-.707-.293l-4-4A1%2C1%2C0%2C0%2C1-1%2C4a1%2C1%2C0%2C0%2C1%2C.293-.707l4-4a1%2C1%2C0%2C0%2C1%2C1.414%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.414L1.414%2C4%2C4.707%2C7.293A1%2C1%2C0%2C0%2C1%2C4%2C9Z%22%20transform%3D%22translate(5%209)%20rotate(180)%22%20fill%3D%22%235DA2DE%22%2F%3E%3C%2Fsvg%3E');
  }
  .c-gnav__items:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .c-gnav__items a {
    display: block;
    color: #002233 !important;
  }

  .c-hdr-seek {
    padding-top: 32px;
  }
  .c-hdr-seek__txtarea {
    border: 1px solid #CFD2D5;
    border-radius: 4px;
    width: 318px;
    position: relative;
  }
  .c-hdr-seek__txt {
    border: none;
    color: #002233;
    background: transparent;
    width: 278px;
    font-size: 14px;
    padding: 8px 12px;
    box-sizing: border-box;
  }
  .c-hdr-seek__txt:focus-visible {
    outline: none;
  }
  .c-hdr-seek__txt::placeholder {
    color: #CFD2D5;
  }
  .c-hdr-seek__txt::-ms-input-placeholder {
    color: #CFD2D5;
  }
  .c-hdr-seek__txt:-ms-input-placeholder {
    color: #CFD2D5;
  }
  .c-hdr-seek__submit {
    content: "";
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%2F%3E%3Cg%20transform%3D%22translate(2%2013.314)%20rotate(-45)%22%3E%3Cpath%20d%3D%22M8%2C2a6%2C6%2C0%2C1%2C0%2C6%2C6A6.007%2C6.007%2C0%2C0%2C0%2C8%2C2M8%2C0A8%2C8%2C0%2C1%2C1%2C0%2C8%2C8%2C8%2C0%2C0%2C1%2C8%2C0Z%22%20fill%3D%22%235da2de%22%2F%3E%3Cpath%20d%3D%22M1%2C8H-1V0H1Z%22%20transform%3D%22translate(8%2016)%22%20fill%3D%22%235da2de%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  }
  .c-hdr-seek__submit:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 1019px) {
  /* SP */
  .c-hdr {
    background-color: #fff;
    -webkit-box-shadow: 0 0.533vw 0 0 rgba(207,210,213, 0.8);
    box-shadow: 0 0.533vw 0 0 rgba(207,210,213, 0.8);
    padding: 3.2vw;
    margin-bottom: 0.533vw;
    position: relative;
    z-index: 100;
  }
  .c-hdr-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-hdr-nav{
    display: block;
    margin: 18px auto 0;
    font-size: 3.32vw;
  }
  .c-hdr-nav__list{
    display: flex;
    justify-content: space-between;
    width: 88.37vw;
    margin: 0 auto;
  }
  .c-hdr-nav__item{
    text-align: center;
    position: relative;
  }
  .c-hdr-nav__item > a {
    text-decoration: none;
    color: #000;
  }
  .c-hdr-nav__list a:hover{
    text-decoration: underline;
  }
  .c-hdr-nav__item+ .c-hdr-nav__item::before{
    background-color: #000;
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    position: absolute;
    top: 25%;
    left: -16%;
  }
  .c-hdr__ttl {
    display: block;
    width: calc(100vw - 7.467vw - 6.4vw);
  }
  .c-hdr__logo {
    display: block;
    width: 18.4vw;
    line-height: 1;
    margin-bottom: 2.133vw;
  }
  .c-hdr__logo img {
    width: 100%;
  }
  .c-hdr__thumbs {
    display: block;
    width: 48vw;
    line-height: 1;
    margin-bottom: 1.067vw;
  }
  .c-hdr__thumbs img {
    width: 100%;
  }
  .c-hdr__txt {
    color: #505558;
    font-size: 2.133vw;
    font-weight: normal;
    line-height: 1;
  }
  .c-hdr-hamb {
    width: 7.467vw;
    height: 5.867vw;
    position: relative;
    cursor: pointer;
  }
  .c-hdr-hamb span {
    width: 100%;
    height: 0.533vw;
    display: block;
    background-color: #5DA2DE;
    color: #5DA2DE;
    border-radius: 4.267vw;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
  }
  .c-hdr-hamb__cnt > span:nth-child(1) {
    top: 0;
  }
  .c-hdr-hamb__cnt > span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  }
  .c-hdr-hamb__cnt > span:nth-child(3) {
    bottom: 0;
  }
  .js-open .c-hdr-hamb__cnt > span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg) translate(0, -50%);
    -webkit-transform: rotate(45deg) translate(0, -50%);
    -ms-transform: rotate(45deg) translate(0, -50%);
  }
  .js-open .c-hdr-hamb__cnt > span:nth-child(2) {
    width: 0;
    background-color: #fff;
    color: #fff;
  }
  .js-open .c-hdr-hamb__cnt > span:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    -ms-transform: rotate(-45deg) translate(0, -50%);
  }
}


/*
=================================================

humber-menu *only-sp

=================================================
*/

@media print, (min-width: 1020px) {
  /* PC */

}

@media only screen and (max-width: 1019px) {
  /* SP */
  .c-humb-bg {
    display: none;
    width: 100vw;
    height: 120vh;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
  }
  .c-humb-bg.js-open {
    display: block;
  }
  .c-humb-inner {
    width: 94.613vw;
    transition: transform 0.5s;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 44vw;
    transform: translateX(100vw);
    /* z-index: 99; */
    z-index: 99999;
  }
  .c-humb-inner.js-open {
    transform: translateX(5.333vw)
  }
  .c-humb__scroll {
    height: calc( 100vh - 44vw );
    overflow-y: scroll;
  }
  .c-humb__cnt {
    width: 85.867vw;
    margin: 0 auto;
    padding: 6.4vw 0;
  }
  .c-humb-seek {
    margin-bottom: 8.533vw;
  }
  .c-humb-seek__txtarea {
    width: 81.333vw;
    border: 0.267vw solid #CFD2D5;
    border-radius: 1.067vw;
    position: relative;
  }
  .c-humb-seek__txt {
    border: none;
    color: #002233;
    background: transparent;
    width: 74.133vw;
    font-size: 3.733vw;
    padding: 2.133vw 3.2vw;
    box-sizing: border-box;
  }
  .c-humb-seek__txt:focus-visible {
    outline: none;
  }
  .c-humb-seek__txt::placeholder {
    color: #CFD2D5;
  }
  .c-humb-seek__txt::-ms-input-placeholder {
    color: #CFD2D5;
  }
  .c-humb-seek__txt:-ms-input-placeholder {
    color: #CFD2D5;
  }
  .c-humb-seek__submit {
    content: "";
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22none%22%2F%3E%3Cg%20transform%3D%22translate(2%2013.314)%20rotate(-45)%22%3E%3Cpath%20d%3D%22M8%2C2a6%2C6%2C0%2C1%2C0%2C6%2C6A6.007%2C6.007%2C0%2C0%2C0%2C8%2C2M8%2C0A8%2C8%2C0%2C1%2C1%2C0%2C8%2C8%2C8%2C0%2C0%2C1%2C8%2C0Z%22%20fill%3D%22%235da2de%22%2F%3E%3Cpath%20d%3D%22M1%2C8H-1V0H1Z%22%20transform%3D%22translate(8%2016)%22%20fill%3D%22%235da2de%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 8.533vw;
    height: 8.533vw;
    background-color: unset;
    border: none;
    position: absolute;
    right: 2.133vw;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  }

  .c-humb-cat {
    margin-bottom: 8.533vw;
  }
  /* .c-humb-cat:last-of-type {
    margin-bottom: 0;
  } */
  .c-humb-cat__name {
    font-size: 4.267vw;
    font-weight: bold;
    line-height: 1.313;
    margin-bottom: 2.133vw;
    position: relative;
  }
  .c-humb-cat__name::after {
    content: "";
    width: 1.6vw;
    height: 2.667vw;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  }
  .c-humb-cat__name--kosodate a {
    color: #FC7171 !important;
  }
  .c-humb-cat__name--kosodate::after,.c-humb-cat__items--kosodate::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%3E%3Cpath%20d%3D%22M4%2C9a1%2C1%2C0%2C0%2C1-.707-.293l-4-4A1%2C1%2C0%2C0%2C1-1%2C4a1%2C1%2C0%2C0%2C1%2C.293-.707l4-4a1%2C1%2C0%2C0%2C1%2C1.414%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.414L1.414%2C4%2C4.707%2C7.293A1%2C1%2C0%2C0%2C1%2C4%2C9Z%22%20transform%3D%22translate(5%209)%20rotate(180)%22%20fill%3D%22%23fc7171%22%2F%3E%3C%2Fsvg%3E');
  }
  .c-humb-cat__name--kyoiku a {
    color: #F8A259 !important;
  }
  .c-humb-cat__name--kyoiku::after,.c-humb-cat__items--kyoiku::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%3E%3Cpath%20d%3D%22M4%2C9a1%2C1%2C0%2C0%2C1-.707-.293l-4-4A1%2C1%2C0%2C0%2C1-1%2C4a1%2C1%2C0%2C0%2C1%2C.293-.707l4-4a1%2C1%2C0%2C0%2C1%2C1.414%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.414L1.414%2C4%2C4.707%2C7.293A1%2C1%2C0%2C0%2C1%2C4%2C9Z%22%20transform%3D%22translate(5%209)%20rotate(180)%22%20fill%3D%22%23F8A259%22%2F%3E%3C%2Fsvg%3E');
  }
  .c-humb-cat__name--juken a {
    color: #5DA2DE !important;
  }
  .c-humb-cat__name--juken::after,.c-humb-cat__items--juken::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%3E%3Cpath%20d%3D%22M4%2C9a1%2C1%2C0%2C0%2C1-.707-.293l-4-4A1%2C1%2C0%2C0%2C1-1%2C4a1%2C1%2C0%2C0%2C1%2C.293-.707l4-4a1%2C1%2C0%2C0%2C1%2C1.414%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.414L1.414%2C4%2C4.707%2C7.293A1%2C1%2C0%2C0%2C1%2C4%2C9Z%22%20transform%3D%22translate(5%209)%20rotate(180)%22%20fill%3D%22%235DA2DE%22%2F%3E%3C%2Fsvg%3E');
  }
  .c-humb-cat__name--eigo a {
    color: #75D6A1 !important;
  }
  .c-humb-cat__name--eigo::after,.c-humb-cat__items--eigo::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%3E%3Cpath%20d%3D%22M4%2C9a1%2C1%2C0%2C0%2C1-.707-.293l-4-4A1%2C1%2C0%2C0%2C1-1%2C4a1%2C1%2C0%2C0%2C1%2C.293-.707l4-4a1%2C1%2C0%2C0%2C1%2C1.414%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.414L1.414%2C4%2C4.707%2C7.293A1%2C1%2C0%2C0%2C1%2C4%2C9Z%22%20transform%3D%22translate(5%209)%20rotate(180)%22%20fill%3D%22%2375D6A1%22%2F%3E%3C%2Fsvg%3E');
  }
  .c-humb-cat__name--age {
    color: #5DA2DE !important;
  }
  .c-humb-cat__name--age::after,.c-humb-cat__items--age::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%3E%3Cpath%20d%3D%22M4%2C9a1%2C1%2C0%2C0%2C1-.707-.293l-4-4A1%2C1%2C0%2C0%2C1-1%2C4a1%2C1%2C0%2C0%2C1%2C.293-.707l4-4a1%2C1%2C0%2C0%2C1%2C1.414%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.414L1.414%2C4%2C4.707%2C7.293A1%2C1%2C0%2C0%2C1%2C4%2C9Z%22%20transform%3D%22translate(5%209)%20rotate(180)%22%20fill%3D%22%235DA2DE%22%2F%3E%3C%2Fsvg%3E');
  }
  .c-humb-cat__items--special::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%3E%3Cpath%20d%3D%22M4%2C9a1%2C1%2C0%2C0%2C1-.707-.293l-4-4A1%2C1%2C0%2C0%2C1-1%2C4a1%2C1%2C0%2C0%2C1%2C.293-.707l4-4a1%2C1%2C0%2C0%2C1%2C1.414%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C1.414L1.414%2C4%2C4.707%2C7.293A1%2C1%2C0%2C0%2C1%2C4%2C9Z%22%20transform%3D%22translate(5%209)%20rotate(180)%22%20fill%3D%22%235DA2DE%22%2F%3E%3C%2Fsvg%3E');
  }

  .c-humb-cat__list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 3.2vw;
    border-top: 1px solid #E9EEF2;
  }
  .c-humb-cat__list--special {
    padding-top: 3.73vw;
    border-top: 2px solid #E9EEF2;
  }
  .c-humb-cat__items {
    width: 38.533vw;
    font-size: 4.267vw;
    line-height: 1.25;
    margin-bottom: 3.2vw;
    padding-right: 3.2vw;
    position: relative;
  }
  .c-humb-cat__items--special {
    margin-right: 0;
    width: 100%;
  }
  .c-humb-cat__items::after {
    content: "";
    width: 1.6vw;
    height: 2.667vw;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  }
  .c-humb-cat__items:nth-of-type(odd) {
    margin-right: 2.4vw;
  }
  .c-humb-cat__items--special:nth-of-type(odd) {
    margin-right: 0;
  }
  .c-humb-cat__items a {
    display: block;
    color: #002233 !important;
  }

  .c-humb-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10.667vw;
    color: #707476;
    font-size: 3.733vw;
    font-weight: bold;
    line-height: 1.6;
    border: 0.533vw solid #CFD2D5;
    border-radius: 27.733vw;
    cursor: pointer;
  }
}


/*
=================================================

modal

=================================================
*/

@media print, (min-width: 741px) {
  /* PC */
  .c-modal {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
  }
  .c-modal.js-open {
    opacity: 1;
    visibility: visible;
  }
  .c-modal-inner {
    display: block !important;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
  }
  .c-modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 34, 51, 0.5);
    cursor: pointer;
  }
  .c-modal__cnt {
    width: 560px;
    background-color: #fff;
    border-radius: 8px;
    transition: all 0.3s;
    position: relative;
  }
  .c-modal__txt {

  }
}

@media only screen and (max-width: 740px) {
  /* SP */
  .c-modal {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
  }
  .c-modal.js-open {
    opacity: 1;
    visibility: visible;
  }
  .c-modal-inner {
    display: block !important;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
  }
  .c-modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
  }
  .c-modal__cnt {
    background-color: #fff;
    border-radius: 8px;
    transition: all 0.3s;
    position: relative;
  }
  .c-modal__txt {

  }
}


/*
=================================================

local-navigation

=================================================
*/

@media print, (min-width: 741px) {
  /* PC */
  .c-lnav {
    padding: 32px 0;
  }
  .c-lnav-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .c-lnav__cnt {
    width: calc( 25% - 24px );
    margin-right: 32px;
  }
  .c-lnav__cnt:last-of-type {
    margin-right: 0;
  }
  .c-lnav__name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.313;
    margin-bottom: 8px;
  }
  .c-lnav__name.c-lnav__name--kosodate a {
    color: #FC7171 !important;
  }
  .c-lnav__name.c-lnav__name--kyoiku a {
    color: #F8A259 !important;
  }
  .c-lnav__name.c-lnav__name--juken a {
    color: #5DA2DE !important;
  }
  .c-lnav__name.c-lnav__name--eigo a {
    color: #75D6A1 !important;
  }
  .c-lnav__list {
    padding-top: 12px;
    border-top: 1px solid #E9EEF2;
  }
  .c-lnav__items {
    font-size: 14px;
    line-height: 1.215;
    margin-bottom: 8px;
  }
  .c-lnav__items:last-of-type {
    margin-bottom: 0;
  }
  .c-lnav__items a {
    color: #707476;
  }
}

@media print, (max-width: 740px) {
  /* SP */
  .c-lnav {
    padding: 8.533vw 0;
  }
  .c-lnav-inner {
    width: 91.833vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .c-lnav__cnt {
    width: 42.667vw;
    margin-right: 6.4vw;
    margin-bottom: 6.4vw;
  }
  .c-lnav__cnt:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-lnav__cnt:nth-last-of-type(1),.c-lnav__cnt:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  .c-lnav__name {
    font-size: 3.733vw;
    font-weight: bold;
    line-height: 1.358;
    margin-bottom: 2.133vw;
  }
  .c-lnav__name.c-lnav__name--kosodate a {
    color: #FC7171 !important;
  }
  .c-lnav__name.c-lnav__name--kyoiku a {
    color: #F8A259 !important;
  }
  .c-lnav__name.c-lnav__name--juken a {
    color: #5DA2DE !important;
  }
  .c-lnav__name.c-lnav__name--eigo a {
    color: #75D6A1 !important;
  }
  .c-lnav__list {
    padding-top: 3.2vw;
    border-top: 1px solid #E9EEF2;
  }
  .c-lnav__items {
    font-size: 3.2vw;
    line-height: 1.215;
    margin-bottom: 2.133vw;
  }
  .c-lnav__items:last-of-type {
    margin-bottom: 0;
  }
  .c-lnav__items a {
    color: #707476;
  }
}


/*
=================================================

footer-kj / footer-cooperate

=================================================
*/

@media print, (min-width: 741px) {
  /* PC */
  .c-ftr {
    width: 100%;
    padding:0;
  }
  .c-ftr-kj {
    background-color: #F5F7FA;
    padding: 16px 0;
  }
  .c-ftr-kj__list {
    display: flex;
    justify-content: center;
  }
  .c-ftr-kj__items {
    font-size: 10px;
    line-height: 1.2;
    padding: 0 8px;
    border-right: 1px solid #CFD2D5;
  }
  .c-ftr-kj__items:first-of-type {
    padding-left: 0;
  }
  .c-ftr-kj__items:last-of-type {
    padding-right: 0;
    border-right: none;
  }
  .c-ftr-kj__items a {
    color: #707476;
  }

  .c-ftr-cp {
    max-width: 500px;
    margin: 0 auto;
    padding: 24px 0;
  }
  .c-ftr-cp__logo {
    display: block;
    width: 104px;
    margin: 0 auto 12px;
  }
  .c-ftr-cp__cnt {
    background-color: #F5F7FA;
    border-radius: 4px;
    padding: 8px 0;
    margin-bottom: 16px;
  }
  .c-ftr-cp__cnt a {
    display: block;
    font-size: 10px;
    color: #707476;
    line-height: 1.6;
    text-align: center;
  }
  .c-ftr-cp__list {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }
  .c-ftr-cp__items {
    font-size: 10px;
    line-height: 1.2;
    padding: 0 8px;
    border-right: 1px solid #CFD2D5;
  }
  .c-ftr-cp__items:first-of-type {
    padding-left: 0;
  }
  .c-ftr-cp__items:last-of-type {
    padding-right: 0;
    border-right: none;
  }
  .c-ftr-cp__items a {
    color: #707476;
  }
  .c-ftr__copyright {
    font-size: 10px;
    line-height: 1.6;
    color: #CFD2D5;
    text-align: center;
  }
}

@media print, (max-width: 740px) {
  /* SP */

  .c-ftr {
    width: 100%;
    padding:0;
  }
  .c-ftr-kj {
    background-color: #F5F7FA;
    padding: 4.267vw 0;
  }
  .c-ftr-kj__list {
    width: 94.467vw;
    margin: -2.133vw auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .c-ftr-kj__items {
    font-size: 2.667vw;
    line-height: 1.2;
    margin-top: 2.133vw;
    padding: 0 2.133vw;
    border-right: 0.267vw solid #CFD2D5;
  }
  .c-ftr-kj__items:first-of-type {
    padding-left: 0;
  }
  .c-ftr-kj__items:nth-of-type(4) {
    padding-right: 0;
    border-right: none;
  }
  .c-ftr-kj__items:last-of-type {
    padding-right: 0;
    border-right: none;
  }
  .c-ftr-kj__items a {
    color: #707476;
  }

  .c-ftr-cp {
    width: 91.467vw;
    margin: 0 auto;
    padding: 6.4vw 0;
  }
  .c-ftr-cp__logo {
    display: block;
    width: 27.733vw;
    margin: 0 auto 3.2vw;
  }
  .c-ftr-cp__cnt {
    background-color: #F5F7FA;
    border-radius: 1.067vw;
    padding: 2.133vw 0;
    margin-bottom: 4.267vw;
  }
  .c-ftr-cp__cnt a {
    display: block;
    font-size: 2.667vw;
    color: #707476;
    line-height: 1.6;
    text-align: center;
  }
  .c-ftr-cp__list {
    display: flex;
    justify-content: center;
    margin-bottom: 4.267vw;
  }
  .c-ftr-cp__items {
    font-size: 2.667vw;
    line-height: 1.2;
    padding: 0 2.133vw;
    border-right: 1px solid #CFD2D5;
  }
  .c-ftr-cp__items:first-of-type {
    padding-left: 0;
  }
  .c-ftr-cp__items:last-of-type {
    padding-right: 0;
    border-right: none;
  }
  .c-ftr-cp__items a {
    color: #707476;
  }
  .c-ftr__copyright {
    font-size: 2.667vw;
    line-height: 1.6;
    color: #CFD2D5;
    text-align: center;
  }

}




/*
==================================
2023/03/15 renewal
==================================
*/
/*
=================================================
header
=================================================
*/
@media (min-width: 741px) {
  /* PC */
  .id-header{ 
    width: 1200px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    align-items: center;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
  }
  .id-header ul{
    list-style: none;
    padding-left: 0
  }
  .id-header a{
    color:black;
    text-decoration: none;
  }
  .id-header a:hover {
    opacity: 0.8;
    transition:all 0.3s ease;
  }
  .header--sp{
    display: none;
  }
}
@media (max-width: 740px) {
  /* SP */
  .id-header{
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
  }
  .id-header ul{
    list-style: none;
    padding-left: 0
  }
  .id-header a{
    color:black;
    text-decoration: none;
  }
  .id-header a:hover {
    opacity: 0.8;
    transition:all 0.3s ease;
  }
  .id-header > .header{
    display: none;
  }
  .header--sp {
    overflow: hidden;
  }
}

/*
=================================================
m-hdr
=================================================
*/
@media (min-width: 741px) {
  /* PC */
  .m-hdr{  
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 24.3px;
  }
}

@media (max-width: 740px) {
  /* SP */
  .m-hdr--sp{
    display: block;
    width: 25vw;
    margin-top:2.63vw ;
    margin-bottom: 2.37vw;
    margin-left:4vw ;
  }
  .m-hdr--sp img{
    width: 100%;
    vertical-align: baseline;
  }
  .m-hdr__inner--sp{
    color: white;
    background-color:#171C61 ;
  }
  .m-hdr__logo {
    font-size: 16px;
  }
}

/*
=================================================
m-hdr__inner
=================================================
*/
@media (min-width: 741px) {
  /* PC */
  .m-hdr__inner{
    color: white;
    background-color:#171C61 ;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
  }
  .m-hdr__inner a{
    color: white !important;
  }
}

@media (max-width: 740px) {
  /* SP */
  .m-hdr__inner--sp{
    color: white !important;
    background-color:#171C61 ;
  }
  .m-hdr__inner--sp img{
    vertical-align: baseline;
  }
}

/*
=================================================
m-hdr__inner-wrap
=================================================
*/
@media (min-width: 741px) {
  /* PC */
  .m-hdr__inner-wrap{ 
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 20px;
    border-bottom: 1px solid white;
  }
  .m-hdr__inner-wrap-logo{
    display: flex;
    align-items: flex-end;
    margin-bottom: 12px;
  }
  .m-hdr__inner-wrap-logo-txt{
    font-size: 20px;
    margin-left: 20px;
    font-family: serif;
    line-height: 1;
  }

  /*サイト内検索*/
  .m-hdr__seek{
    box-sizing: border-box;
  }
  .m-hdr-seek__txtarea{  
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #191E6F;
    width: 224px;
    position: relative;
    box-sizing: border-box;
  }
  .gsc-search-box{
    margin-bottom: 0 !important;
  }
  .gsc-control-searchbox-only {
    border: none;
    display: block;
    position: relative;
  }
  .gsc-control-searchbox-only tbody,
  .gsc-control-searchbox-only tr,
  .gsc-control-searchbox-only td{
    padding: 0 !important;
    border: none !important;
  }
  .gsc-input-box{
    background-color: #fff !important;
    border: none !important;
    padding: 0 0 0 8px !important;
    color: rgba(25,30,111,0.3);
  }
  .gsc-input{
    background-color: #fff !important;
    width: 208px !important;
    height: 36px !important;
    padding: 0;
    color: rgba(25,30,111,0.3) !important;
    margin: 0 !important;
    background: none !important;
  }
  .gsc-input[type="text"]{
    color: rgba(25,30,111,1) !important;
    font-size: 12px;
  }
  .gsc-input::placeholder{
    color: rgba(25,30,111,0.3) !important;
    font-size: 12px;
    font-weight: bold;
  }
  .gsc-clear-button{
    display: none;
  }
  .gsc-search-button{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent !important;
  }
  .gsc-search-button-v2{
    padding: 6px 8px !important;
    border: none !important;
  }
  .gsc-search-button svg{
    height: 18px !important;
    width: 18px !important;
    fill: #191E6F !important;
  }
  .gsib_b{
    display: none;
  }
  .m-hdr__inner-wrap-logo-ttl-image {
    width: 290px;
  }
}
@media (max-width: 740px) {
  /* SP */
  .m-hdr__inner-wrap--sp{
    display: flex;
    justify-content: space-between;
    padding-bottom: 2.67vw;
  }
  .m-hdr__inner-wrap-logo-txt{
    font-size: 3.2vw;
    margin-top:3.33vw;
    margin-left: 4.27vw;
    font-family: serif;
  }
  .m-hdr__inner-wrap-logo-ttl{
    display: block;
    width: 54vw;
    margin-left: 4.2vw;
    font-size: 16px;
  }
  .m-hdr__inner-wrap-logo-ttl img{
    width: 100%;
    vertical-align: bottom;
  }
  .m-hdr__inner-wrap-menu{
    display: block;
    width:5.3vw ;
    margin-top: 7.47vw;
    margin-right: 4.27vw;
  }
  .m-hdr__inner-wrap-menu-line{
    display: block;
    left: 0;
    width: 5.3vw;
    height: 4.53vw;
    background-color: #ffffff;
    transition: 0.3s;
    border-radius: 4px;
  }
  #line1 {
    margin-top: 1.47vw;
    height: 0.53vw;
  }
  #line2 {
    margin-top: 1.47vw;
    height: 0.53vw;
  }
  #line3 {
    margin-top: 1.47vw;
    height: 0.53vw;
  }
  .m-hdr__inner-wrap-menu--opened #line1 {
    transform: rotateZ(-45deg) translate(-4px, 5px);
  }
  .m-hdr__inner-wrap-menu--opened #line2 {
    transform: rotateZ(45deg);
  }
  .m-hdr__inner-wrap-menu--opened #line3 {
    display: none;
  }
  .gsc-control-searchbox-only {
    border: none;
    display: block;
    width: 61.6vw;
  }
  .gsc-search-box{
    position: relative;
  }
  .gsc-control-searchbox-only tbody,
  .gsc-control-searchbox-only tr,
  .gsc-control-searchbox-only td{
    padding: 0 !important;
    border: none !important;
  }
  .gsc-input-box{
    background-color: #144D9C !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 0 0 0.59vw !important;
  }
  .gsc-input{
    background-color: #144D9C !important;
    width: 61.6vw !important;
    height: 11.6vw !important;
    padding: 0;
    color: #fff;
    background: none !important;
  }
  .gsc-input[type="text"]{
    font-size: 16px;
  }
  .gsc-input::placeholder{
    color: #fff;
    font-size: 16px;
  }
  .gsc-clear-button{
    display: none;
  }
  .gsc-search-button{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #144D9C !important;
    border: none;
    height: 11.6vw;
    width: 2.34vw;
  }
  .gsc-search-button-v2{
    padding: none !important;
    border: none !important;
  }
  .gsc-search-button svg{
    height: 5.8vw !important;
    width: 5.8vw !important;
  }
  .gsib_b{
    display: none;
  }

  .m-hdr__hamburger {
    position: fixed;
    z-index: 10000;
    pointer-events: none;
  }
  .m-hdr__hamburger--opend{
    pointer-events: auto;
  }
  .m-hdr__hamburger--in{
    height: calc(100vh - 52vw);
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    background-color: #171C61;
    z-index: 10000;
    width: 100vw;
  }

  body.scrollinvalid {
    overflow: hidden;
  }
  .open-1{
    right: -110%;
  }
  .open-1.active{
    right: 0vw;
  }
  .move-1.on.btn{
    position: fixed;
    right: 25px;
    top: 10px;
  }
  .m-hdr__seek{  
    width: 67.2vw;
    margin-top: 7.2vw;
    margin-left: auto;
    margin-right: auto;
  }
  .m-hdr-seek__txtarea{ 
    background-color: #144D9C;
    width: 61.6vw;
    height: 11.6vw;
    position: relative;
  }
  .m-hdr-seek__txt{
    border: none;
    color: white;
    font-weight: bold;
    background: transparent;
    width: 61.6vw;
    font-size: 14px;
    align-items: center;
    padding-top: 2.93vw;
    padding-left: 1.33vw;
    box-sizing: border-box;
  }
}

/*
=================================================
m-hdr__nav
=================================================
*/
@media (min-width: 741px) {
  /* PC */
  .m-hdr__nav{ 
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-hdr__nav-list{
    display: flex;
    margin-bottom: 0;
  }
  .m-hdr__nav-list-aboutpage{
    display: flex;
    margin-bottom: 0;
  }
  .m-hdr__nav-list-items{
    border-right: 1px solid white;
  }
  .m-hdr__nav-list-items:last-of-type{
    border-right: none;
  }
  .m-hdr__nav a{
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .m-hdr__nav-list a{
    font-size: 18px;
    font-weight: bold;
  }
  .m-hdr__nav-list-aboutpage a{
    font-size: 12px;
  }

  .m-hdr__nav-logo{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 12px;
  }
  .m-hdr__nav-logo-txt{
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    color: #fff;
    line-height: 1.41666em;
  }
  .m-hdr__nav-logo-img{
    width: 223px;
    height: 21.19px;
  }
  .m-hdr__nav-logo-img-item{
    width: 100%;
    height: 100%;
    display: block;
  }
}

@media (max-width: 740px) {
  /* SP */
  .m-hdr__nav-list-ttl:first-of-type{
    margin-top: 13vw ;
    font-size: 4.267vw;
  }
  .m-hdr__nav-list-ttl:last-of-type{
    padding-bottom: 11.73vw;
  }
  .m-hdr__nav-list-ttl{
    margin-top: 7.7vw;
    margin-left: 4.27vw;
  }
  .m-hdr__nav-list-ttl a{
    color: white !important;
    font-size: 4.267vw;
  }
  .m-hdr__nav-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    width:100vw;
    border-top: solid 0.13vw white;
    margin-top: 4vw;
  }
  .m-hdr__nav-list li{
    width: 49.953vw;
    border-bottom: solid 0.13vw white;
    border-right: solid 0.13vw white;
    box-sizing: border-box;
    padding-top: 4.4vw;
    padding-bottom: 4.4vw;
  }
  .m-hdr__nav-list li:nth-child(2n) {
    border-right: none;
  }
  .m-hdr__nav-list a{
    color: white !important;
    font-size: 4.8vw;
  }

  .m-hdr__nav-logo{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 1.3333vw;
  }
  .m-hdr__nav-logo-txt{
    display: inline-block;
    margin-right: 2.6667vw;
    font-size: 2.9333vw;
    color: #fff;
    line-height: 1.4545em;
  }
  .m-hdr__nav-logo-img{
    width: 49.3333vw;
    height: 4.6867vw;
  }
  .m-hdr__nav-logo-img-item{
    width: 100%;
    height: 100%;
    display: block;
  }
}

/*
=================================================
m-hdr__keywords
=================================================
*/
@media (min-width: 741px) {
  /* PC */
  .m-hdr__keywords{  
    background-color:#70A8CA ;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .m-hdr__keywords-list{  
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .m-hdr__keywords a{
    display: block;
    font-size: 12px;
    font-weight: bold;
    width: 176px;
    padding-top: 5px;
    padding-bottom: 7px;
    background-color:white;
    color: #70A8CA !important;
    border-radius: 15px;
    text-align: center;
  }
  .m-hdr__keywords-list-items + .m-hdr__keywords-list-items {
    margin-left: 20px;
  }
}

@media (max-width: 740px) {
  /* SP */
  .m-hdr__keywords{
    background-color:#70A8CA ;
    padding-top: 2.67vw;
    padding-bottom: 0;
    width: 100vw;
  }
  .m-hdr__keywords-list{
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    overflow-x: scroll;
    height: 9vw;
  }
  .m-hdr__keywords-list-items-link{
    display: block;
    font-size: 2.4vw;
    font-weight: bold;
    width: 33.73vw;
    padding-top: 1.07vw;
    padding-bottom: 1.07vw;
    background-color:white;
    color: #70A8CA !important;
    border-radius: 2.67vw;
    text-align: center;
    margin-left: 5.33vw;
    flex-shrink: 0;
  }
  .m-hdr__keywords-list-items:last-child {
    margin-right: 30px;
  }
}


/*
=================================================
footer
=================================================
*/
@media (min-width: 741px) {
  /* PC */
  .id-footer{ 
    width: 100vw;
    margin: 0 auto;
    align-items: center;
    padding-bottom: 0;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
  }
  .id-footer ul{
    list-style: none;
    padding-left: 0
  }
  .id-footer a{
    text-decoration: none;
  }
  .id-footer a:hover {
    opacity: 0.8;
    transition:all 0.3s ease;
  }

  .id-footer .container{
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
    align-items: center;
    width: 1200px;
    margin: auto;
  }
  .id-footer .logo{
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .id-footer .logo a{
    width: 113px;
    height: 26px;
    margin-right: 30px;
    display: block;
  }
  .id-footer .logo a img{
    display: block;
    width: 100%;
    height: 100%;
  }
  .id-footer .logo small{
    display: block;
    font-size: 8px;
    color: #646464;
  }
  .foot ul.typesquare_option{
    display: flex;
    font-size: 12px;
  }
  .foot ul.typesquare_option li{
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
  }
  .foot ul.typesquare_option li a{
    text-decoration: none;
    color: #808080;
  }
  .foot ul.typesquare_option li:nth-child(n+2){
    padding-left: 25px;
  }
  .foot ul.typesquare_option li:nth-child(n+2)::after{
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -6px;
    background: #ccc;
  }
  .cojp .container.large {
    max-width: 1250px;
  }
}

@media (max-width: 740px) {
  /* SP */
  .id-footer{ 
    width: 100vw;
    margin: 0 auto;
    align-items: center;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
  }
  .id-footer ul{
    list-style: none;
    padding-left: 0
  }
  .id-footer a{
    text-decoration: none;
  }
  .id-footer a:hover {
    opacity: 0.8;
    transition:all 0.3s ease;
  }

  .id-footer .container{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .id-footer .logo a{
    width: 105px;
    height: 24px;
    display: block;
  }
  .id-footer .logo a img{
    display: block;
    width: 100%;
    height: 100%;
  }
  .id-footer .logo small{
    margin-top: 100px;
    position: absolute;
    left: 20px;
    display: block;
    font-size: 8px;
    color: #646464;
  }
  .foot ul.typesquare_option{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: flex;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .foot ul.typesquare_option li{
    margin-top: 3px;
    color: #646464;
  }
  /* .foot ul.typesquare_option li:nth-child(1){
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .foot ul.typesquare_option li:nth-child(2){
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .foot ul.typesquare_option li:nth-child(3){
    -webkit-box-ordinal-group: 4;
    order: 3;
  } */
  .foot ul.typesquare_option li a{
    color: #808080;
  }
}

/*
=================================================
sidecontents_nav-list
=================================================
*/
@media (min-width: 741px) {
  /* PC */
  .foot .sidecontents_nav--pc{
    color: white;
    margin-top: 50px;
    background-color: #171C61;
    margin-right: calc(0% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    width: 100vw;
  }
  .foot ul.sidecontents_nav-list--pc{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .foot ul.sidecontents_nav-list--pc li.sidecontents_nav-list-items{
    width: 206px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 8px;
    position: initial;
    line-height: 1.6;
  }
  .foot ul.sidecontents_nav-list--pc li a{
    color: white !important;
    font-size: 20px;
    border-bottom: #ffffff 1px solid;
    display: block;
  }
  .foot ul li .sidecontents_nav-list-items-sub a.sidecontents_nav-list-items-sub-link{
    display: block;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    border: none;
  }
  .sidecontents_nav-list{
    display: none;
  }
  .sidecontents_nav-list-items-sub{
    margin: 12px 0 0 13px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 740px) {
  /* SP */
  .sidecontents_nav--pc{
    display: none;
  }
  .id-footer .sidecontents_nav-list--sp{
    padding: 6.66vw 4vw 0;
  }
  .sidecontents_nav-list{
    background-color: #171C61;
    width:100vw;
    margin-top: 14.93vw;
    margin-bottom: 5.33vw;
    box-sizing: border-box;
  }
  .sidecontents_nav-list-items{
    box-sizing: border-box;
    padding-top: 4.4vw;
    padding-bottom: 4.4vw;
  }
  .sidecontents_nav-list a{
    color: white !important;
    font-size: 4.8vw;
  }
  .sidecontents_nav-list-items-link{
    width: 90vw;
    display: block;
    text-align: left;
    border-bottom: 1px solid #ffffff;
  }
  .sidecontents_nav-list-items-sub {
    display: flex;
    gap: 20px 0px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 4vw 1.86vw;
  }
  .sidecontents_nav-list-items-sub-link{
    display: block;
    width: 44vw;
    text-align: left;
  }
  a.sidecontents_nav-list-items-sub-link {
    font-size: 3.73vw;
  }
}


/*
=================================================
sidecontents （サイドナビ）
=================================================
*/
@media (min-width: 741px) {
  /* PC */
  .sidecontents{ 
    width: 331px;
    float: right;
  }
  .sc__list{
    margin-bottom: 40px;
  }
  .sc__list-ttl,
  .sidecontents .ttl01{
    color: #171C61;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4444em;
    padding: 20px 0 20px 32px;
    background-color: #EFEFEF;
    margin: 0;
    border: none !important;
  }
  .sc__list-wrap{
    padding: 24px 32px;
    background-color: #FAFAFA;
  }
  .sc__list-wrap-item{
    position: relative;
  }
  .sc__list-wrap-item:not(:last-of-type){
    margin-bottom: 24px;
  }
  .sc__list-wrap-item::after{
    content: "";
    background-image: url(/_shared/img/icon-arrow_sc_list.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
  }
  .sc__list-wrap-item--no-arrow::after{
    content: none;
  }
  .sc__list-wrap-item a{
    color: #595757;
    font-size: 16px;
    line-height: 1.5em;
  }

  .sc__list-wrap-item-topic{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .sc__list-wrap-item-topic-img{
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    margin-right: 16px;
  }
  .sc__list-wrap-item-topic-img img{
    width: 100%;
    height: 100%;
  }
  .sc__list-wrap-item-topic-txt{
    font-size: 18px;
    line-height: 1.6667em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  #page_top .sidecontents .ttl01{
    margin-bottom: 0;
    border: none;
  }
  .sidecontents #reco3{
    padding: 24px 32px;
    background-color: #FAFAFA;
  }
  .sidecontents .side-ranking li{
    position: relative;
  }
  .sidecontents .side-ranking li:not(:last-of-type){
    margin-bottom: 36px;
  }
  .sidecontents .side-ranking a {
    display: block;
    text-decoration: none;
  }
  .sidecontents .side-ranking .dtl{
    overflow: hidden;
    font-size: 18px;
    color: #595757;
  }
  .sidecontents .side-ranking .img{
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
    background-position: center top;
    background-size: auto 60px;
    background-repeat: no-repeat;
    border-radius: 3px;
    overflow: hidden;
  }
  .sidecontents .side-ranking .img img{
    display: inline;
    width: auto;
    height: 100%;
  }
  .sidecontents .side-ranking .dtl__ttl .txt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .sidecontents .side-ranking li .ranknum {
    width: auto;
    height: auto;
    position: static;
    position: absolute;
    top: -2px;
    left: 0;
  }
  .sidecontents .app__only {
    margin-left: auto;
    margin-right: 0;
  }

  .side-social-outer{
    margin: 36px 0;
  }
  .side-social-ttl{
    font-size: 24px;
    font-weight: bold;
    font-family: serif;
    margin-bottom: 16px;
    color: #161C65;
    line-height: 1em;
  }
  .sidecontents .side-social {
    background: #eef7ff;
    padding: 24px 30px;
  }
  .sidecontents .side-social__inner{
    display: flex;
    gap: 16px;
  }
  .sidecontents .side-social .side-social_lead {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    color: #161C65;
  }
  .sidecontents .side-social .side-social_cap {
    font-size: 10px;
    line-height: 1.8em;
    color: #161C65;
  }
  .sidecontents .side-social .side-social_button {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sidecontents .side-social li {
    width: 50px;
  }
  .sidecontents .side-social li:not(:last-child) {
    margin-right: 32px;
  }
  .sidecontents .side-social li a {
    display: inline-block;
  }
  .sidecontents .side-social img {
    width: 100%;
    border-radius: 3px;
  }

  .sidecontents .app__ttl {
    color: #161C65;
    font-size: 24px;
    font-family: serif;
    font-weight: bold;
  }
  .sidecontents .app__download{ 
    margin-top: 23px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sidecontents .app__lead-download-img--sp{
    width: 100%;
    margin-top: 13px;
  }
  .sidecontents .app__download-txt{
    font-size: 24px;
  }
  .sidecontents .app__download-link{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 13px;
  }
  .sidecontents .app__download-img-link-apple-img{
    width: 155px;
  }
  .sidecontents .app__download-img-link-google-img{
    width: 155px;
  }
}

@media (max-width: 740px) {
  /* SP */
  .sidecontents{
    margin-top: 40px;
  }
  .sc__list:last-of-type{
    margin-bottom: 40px;
  }
  .sc__list-ttl,
  .sidecontents .ttl01{
    color: #171C61;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 23px 0 23px 36px;
    background-color: #EFEFEF;
    margin: 0;
    border: none !important;
  }
  .sc__list-wrap{
    padding: 27px 36px;
    background-color: #FAFAFA;
  }
  .sc__list-wrap-item{
    position: relative;
  }
  .sc__list-wrap-item:not(:last-of-type){
    margin-bottom: 16px;
  }
  .sc__list-wrap-item::after{
    content: "";
    background-image: url(/_shared/img/icon-arrow_sc_list.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 27px;
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
  }
  .sc__list-wrap-item--no-arrow::after{
    content: none;
  }
  .sc__list-wrap-item a{
    color: #595757;
    font-size: 18px;
    line-height: 1.44444em;
  }

  .sc__list-wrap-item-topic{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .sc__list-wrap-item-topic-img{
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    margin-right: 24px;
  }
  .sc__list-wrap-item-topic-img img{
    width: 100%;
    height: 100%;
  }
  .sc__list-wrap-item-topic-txt{
    font-size: 14px;
    line-height: 1.357em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  #page_top .sidecontents .ttl01{
    margin-bottom: 0;
    border: none;
  }
  .sidecontents #reco3{
    padding: 27px 36px;
    background-color: #FAFAFA;
  }
  .sidecontents .side-ranking li{
    position: relative;
    padding: 0;
    border-bottom: none;
  }
  .sidecontents .side-ranking li:not(:last-of-type){
    margin-bottom: 18px;
  }
  .sidecontents .side-ranking a {
    position: relative;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sidecontents .side-ranking li a::after{
    content: none;
  }
  .sidecontents .side-ranking .dtl{
    overflow: hidden;
    font-size: 14px;
    color: #595757;
  }
  .sidecontents .side-ranking .img{
    width: 60px;
    height: 60px;
    margin-right: 24px;
    background-position: center top;
    background-size: auto 60px;
    background-repeat: no-repeat;
    border-radius: 3px;
    overflow: hidden;
  }
  .sidecontents .side-ranking .img img{
    display: none;
  }
  .sidecontents .side-ranking .dtl__ttl{
    margin-bottom: 0;
  }
  .sidecontents .side-ranking .dtl__ttl .txt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .sidecontents .side-ranking li .ranknum {
    width: auto;
    height: auto;
    position: static;
    position: absolute;
    top: -2px;
    left: 0;
  }
  .sidecontents .app__only {
    width: 21vw;
  }

  .side-social-outer{
    margin: 40px 16px;
  }
  .side-social-ttl{
    font-size: 16px;
    font-weight: bold;
    font-family: serif;
    margin-bottom: 19px;
    color: #161C65;
    line-height: 1em;
  }
  .sidecontents .side-social {
    background: #eef7ff;
    padding: 16px 30px;
  }
  .sidecontents .side-social__inner{
    display: flex;
    gap: 16px;
  }
  .sidecontents .side-social .side-social_lead {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 14px;
    text-align: center;
    color: #161C65;
  }
  .sidecontents .side-social .side-social_cap {
    font-size: 12px;
    color: #161C65;
  }
  .sidecontents .side-social .side-social_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
  .sidecontents .side-social li {
    width: 50px;
  }
  .sidecontents .side-social li:not(:last-child) {
    margin-right: 40px;
  }
  .sidecontents .side-social li a {
    display: inline-block;
  }
  .sidecontents .side-social img {
    width: 100%;
    border-radius: 3px;
  }

  .sidecontents .app{
    display: block;
  }
  .sidecontents .app__lead-download--sp:first-of-type {
    margin-top: 4.53vw;
  }
  .sidecontents .app__lead-download--sp:not(:first-of-type) {
    margin-top: 0;
  }
  .sidecontents .sidecontents__download-about-link{
    display: block;
    width:91.07vw;
    margin: 10.67vw auto;
  }
  .sidecontents .sidecontents__download-about-link-img{
    width: 100%;
  }
  .sidecontents .sidecontents__download-link{
    display: block;
    width:91.07vw;
    margin: 10.67vw auto;
  }
  .sidecontents .sidecontents__download-link-img{
    width: 100%;
  }
  .sidecontents .app__ttl{
    margin-left: 4.27vw;
    margin-top: 9.73vw;
    font-size: 4.27vw;
    font-family: serif;
    font-weight: bold;
    color: #171C61;
  }
  .sidecontents .app__lead-download--sp{
    display: block;
    width:91.07vw;
    margin-top: 4.53vw;
    margin-left: auto;
    margin-right: auto;
  }
  .sidecontents .app__lead-download-img--sp{
    width: 100%;
  }
  .sidecontents .app__download{ 
    width: 66.4vw;
    margin-top: 9.47vw;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .sidecontents .app__download-link{
    display: flex;
    justify-content: space-between;
    margin-top: 2.53vw;
  }
  .sidecontents .app__download-link a{
    display: block;
    width: 31.2vw;
  }
  .sidecontents .app__download-link img{
    width: 100%;
  } 
  .sidecontents .app__download-txt{
    font-size: 4.8vw;
  }
  .sidecontents .rcat{
    display: none;
  }
}


/*
========================================
media 統合 profile
========================================
*/
.mi-author{
  background: #f7f7f7;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  margin-top: 60px;
  padding: 20px;
}
.mi-author__title{
  font-size: 87.5%;
  font-weight: normal;
}
.mi-author__line{
  height: 1px;
  margin: 12px 0;
  background-color: rgba(0, 0, 0, .16);
  border: none;
}
.mi-author__content{
  display: flex;
  align-items: center;
}
.mi-author__image-area{
  width: 74px;
  height: 74px;
  margin-right: 16px;
}
.mi-author__image{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.mi-author__text-area{
  flex: 1;
  width: 100%;
}
.mi-author__name{
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.mi-author__ruby{
  font-size: 70%;
  font-weight: 400;
  margin-left: 10px;
}
.mi-author__address{
  font-size: 16px;
  font-weight: 400;
  margin-top: 6px;
}
.mi-author__sub-content{
  position: relative;
}
.mi-author__sub-name{
  color: #595757;
  font-size: 12px;
}
.mi-author__text{
  font-size: 14px;
}

.mi-author__sns-list{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.mi-author__sns-list--none{
  visibility: hidden;
  opacity: 0;
  margin: 0;
  height: 20px;
}
.mi-author__sns-item{
  width: 36px;
  height: 36px;
}
.mi-author__sns-item:not(:last-of-type){
  margin-right: 10px;
}
.mi-author__sns-link,
.mi-author__sns-img{
  width: 100%;
  height: 100%;
}
.mi-author__sns-link:hover,
.mi-author__sns-link:focus{
  opacity: 0.8;
}
.mi-author__link-list{
  margin-top: 20px;
}
.mi-author__link-item:not(:last-of-type){
  margin-bottom: 8px;
}
.mi-author__link{
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  font-size: 14px;
  padding-right: 1em;
  color: #144D9C !important;
}
.mi-author__link::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("/_shared/img/mi-author-link-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 12px;
}
#articles .mid-author .mi-author {
  margin-top: 30px;
}
.authorAcc .mi-author {
  margin-top: 20px !important;
}
/* pc */
@media(min-width:741px){
}
/* sp */
@media(max-width:740px){
  .mi-author{
    margin-top: 30px;
    padding: 10px;
  }
  .mi-author__title{
    font-size: 81.2%;
  }
}