/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/
/*--------------------------------------
[基本設定]
---------------------------*/
html, body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, HiraKakuProN-W3, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro W6, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}
a:hover img {
  opacity: 0.6;
  /* footerを横幅100% */
}
#footer-builder .container {
  width: 100% !important;
  max-width: 100% !important;
  /* モバイルのメニューを非表示 */
}
#mobile-menu {
  display: none;
  /* ヘッダーに影を付ける */
}
#site-header {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #1baece;
}
.breadcrumbs {
  margin: 7px auto 3px;
  max-width: 90%;
  width: 980px !important;
  font-size: 11px;
}
.menu01 a:hover, .menu02 a:hover {
  opacity: 0.6;
}
.menu01 a {
  display: block;
  background: url(https://www.juken-note.com/wp-content/uploads/2017/03/navi-school.png) no-repeat !important;
  background-size: cover !important;
  width: 73px !important;
  height: 62px !important;
  overflow: visible;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  margin: -5px 10px 0;
}
.menu02 a {
  display: block;
  background: url(https://www.juken-note.com/wp-content/uploads/2017/03/navi-event.png) no-repeat !important;
  background-size: cover !important;
  width: 85px !important;
  height: 60px !important;
  overflow: visible;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  margin: -3px 20px 0;
}
@media (min-width: 769px) {
  #Mmenu-a, #Mmenu-b {
    display: none;
  }
}
@media (max-width: 768px) {
  #site-logo {
    margin: 0 0 0 -4px;
  }
}
#Mmenu-a img {
  height: 41px;
  position: absolute;
  right: -2%;
  top: 50%;
  margin-top: -20px;
}
#Mmenu-b img {
  height: 41px;
  position: absolute;
  right: 20%;
  top: 50%;
  margin-top: -20px;
  /* footer */
}
@media (max-width: 768px) {
  #footer-builder .kininaru-search {
    max-width: 90% !important;
    margin: 0 auto;
  }
  #footer-builder .kininaru-search .vcex-searchbar {
    max-width: 90% !important;
    margin: 0 auto;
  }
}
.footer-link a {
  color: #fff;
}
@media (min-width: 769px) {
  .footer-txt {
    width: 380px;
    margin: 0 auto;
  }
  #footer-taikendan {
    background-image: url(https://www.juken-note.com/wp-content/uploads/2017/03/bg-footerpc.jpg);
    background-position: center 30% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
}
@media (max-width: 768px) {
  .footer-txt {
    width: 300px;
    margin: 0 auto;
  }
  #footer-taikendan {
    background-image: url(https://www.juken-note.com/wp-content/uploads/2017/03/bg-footersp.jpg);
    background-position: center 100% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
}
#footer-button {
  text-align: center;
  margin: 0 auto 15px;
}
#footer-button a {
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  background: #ff7b6f;
  box-shadow: 0 2px 0 0 #fd5050;
  padding: 10px 12px;
  margin: 10px auto 0px;
  width: 100%;
  max-width: 200px;
  display: inline-block;
  /*--------------------------------------
[common]
---------------------------*/
  /* normal-button */
}
.normal-button {
  color: #1baece;
  text-align: center;
  margin: 0 auto 15px;
}
.normal-button a {
  border: 1px solid #1baece;
  display: inline-block;
  letter-spacing: 2px;
  padding: 10px 12px;
  width: 100%;
  max-width: 280px;
  text-decoration: none !important;
}
.normal-button a:hover, .normal-button a:active {
  background: #1baece;
  color: #fff;
  transition: 0.35s;
  /* greem-button */
}
.green-button {
  text-align: center;
  margin: 0 auto 15px;
}
.green-button a {
  color: #12bb6d;
  border: 1px solid #12bb6d;
  display: inline-block;
  letter-spacing: 2px;
  padding: 10px 12px;
  width: 100%;
  max-width: 280px;
  text-decoration: none !important;
}
.green-button a:hover, .green-button a:active {
  background: #12bb6d;
  color: #fff;
  transition: 0.35s;
}
.todohuken-button a:hover, .todohuken-button a:active {
  background: #1baece;
  color: #fff;
  transition: 0.35s;
}
.green-button a:hover, .green-button a:active, .normal-button a:hover, .normal-button a:active, .todohuken-button a:hover, .todohuken-button a:active, #footer-button a:active, #footer-button a:hover {
  text-decoration: none !important;
  /* tab-button */
}
.men-button {
  text-align: center;
  margin: 0 auto 15px;
}
.men-button a {
  color: #3157a4;
  border: 1px solid #3157a4;
  display: inline-block;
  letter-spacing: 2px;
  padding: 10px 12px;
  width: 100%;
  max-width: 280px;
  text-decoration: none !important;
}
.men-button a:hover, .men-button a:active {
  background: #3157a4;
  color: #fff;
  transition: 0.35s;
}
.women-button {
  text-align: center;
  margin: 0 auto 15px;
}
.women-button a {
  color: #ff7b6f;
  border: 1px solid #ff7b6f;
  display: inline-block;
  letter-spacing: 2px;
  padding: 10px 12px;
  width: 100%;
  max-width: 280px;
  text-decoration: none !important;
}
.women-button a:hover, .women-button a:active {
  background: #ff7b6f;
  color: #fff;
  transition: 0.35s;
}
@media (max-width: 768px) {
  /*--------------------------------------
[学校を探す]
---------------------------*/  #tab_container_5880 .wpsm_nav-tabs > li > a {
    padding: 10px !important;
    font-size: 10px !important;
  }
}
.page-subheading {
  display: none;
}
.school-type {
  margin: 0 15px 0 0;
}
.school-type:before {
  width: 25px;
  height: 19px;
  content: " ";
  display: inline-block;
  margin: 0px 1px 0 0;
  background: url(https://www.juken-note.com/wp-content/uploads/2017/03/icn-school-1.svg) no-repeat;
  background-size: contain;
  vertical-align: top;
  /* .blog-entry  */
}
.school-unisex:before {
  width: 16px;
  height: 22px;
  content: " ";
  display: inline-block;
  margin: 0px 1px 0 0;
  background: url(https://www.juken-note.com/wp-content/uploads/2017/03/icn-unisex.svg) no-repeat;
  background-size: contain;
  vertical-align: top;
}
.vcex-blog-entry-details {
  border: none;
}
.vcex-blog-entry-details {
  padding: 20px 11px !important;
}
.blog-entry-title, .search-entry-header-title, .vcex-blog-entry-title {
  margin: 0px 0 0 !important;
  line-height: 1.5 !important;
  color: #1baece;
  font-weight: 300 !important;
  width: 85%;
  line-height: 1 !important;
}
.blog-entry, .search-entry-text, .vcex-blog-entry {
  position: relative;
  border-radius: 4px;
  padding: 10px 13px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 2px 0 rgba(221, 221, 221, 0.50);
  margin: 0 0 20px;
  background-color: #fff;
}
@media (max-width: 769px) {
  .blog-entry, .search-entry-text, .vcex-blog-entry {
    background: url(https://www.juken-note.com/wp-content/uploads/2017/03/icn-arrow.png) 96% center no-repeat;
    -webkit-background-size: 6px 11px;
    -moz-background-size: 6px 11px;
    -o-background-size: 6px 11px;
    background-size: 10px 11px;
  }
}
@media (min-width: 770px) {
  .blog-entry, .search-entry-text, .vcex-blog-entry {
    background: url(https://www.juken-note.com/wp-content/uploads/2017/03/icn-arrow.png) 98% center no-repeat;
    -webkit-background-size: 6px 11px;
    -moz-background-size: 6px 11px;
    -o-background-size: 6px 11px;
    background-size: 10px 11px;
  }
  .pc-flex {
    display: flex;
    margin: 0 auto;
  }
  .pc-flex .pc-flex-box {
    flex: 1;
    max-width: 240px;
    margin: 0 20px;
  }
}
.school-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  /* hover */
}
.blog-entry:hover > div, .search-entry-text:hover > div, .vcex-blog-entry:hover > div {
  opacity: 0.6;
  /* categoryのバリューを消す */
}
option[value="32"], option[value="33"], option[value="34"] {
  display: none;
}
.widgettitle {
  display: none;
}
.archive #main {
  background: #fcfcfc;
  /*--------------------------------------
[学校詳細]
---------------------------*/
}
.single-blog-article .tab-content h2 {
  display: none;
  /* h2 */
}
.single-blog-article h2 {
  color: #1baece !important;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #1baece;
  font-weight: 300;
  margin: 60px 0 15px;
  display: block;
  width: 100%;
  /* h3 */
}
.single-blog-article .nyushi-title {
  font-weight: 300 !important;
  font-size: 17px;
  padding: 0 0 5px 0px;
  border-bottom: #1baece 3px solid;
  margin: 50px 0 10px;
}
.single-blog-article .nyushi-title:before, .wp_rp_wrap h3:before {
  content: none !important;
  /* h4 */
}
.single-blog-article h3, .single-blog-article h4 {
  font-weight: 300 !important;
  margin: 35px 0 5px !important;
}
.single-blog-article h3:before, .single-blog-article h4:before {
  content: "■";
  color: #1baece !important;
  margin: 0 4px 0 0;
  /* icon */
}
.page-header-inner .school-type:before {
  width: 18px;
  height: 13px;
  content: " ";
  display: inline-block;
  margin: 0px 1px 0 0;
  background: url(https://www.juken-note.com/wp-content/uploads/2017/03/icn-school-white.svg) no-repeat;
  background-size: contain;
  vertical-align: top;
}
.page-header-inner .school-unisex:before {
  width: 10px;
  height: 17px;
  content: " ";
  display: inline-block;
  margin: 0px 1px 0 0;
  background: url(https://www.juken-note.com/wp-content/uploads/2017/03/icn-unisex-white.svg) no-repeat;
  background-size: contain;
  vertical-align: top;
}
.page-header-inner .todohuken-type:before {
  width: 10px;
  height: 14px;
  content: " ";
  display: inline-block;
  margin: 0px 1px 0 0;
  background: url(https://www.juken-note.com/wp-content/uploads/2017/03/icn-todohuken.svg) no-repeat;
  background-size: contain;
  vertical-align: sub;
}
.page-header-inner .school-type, .page-header-inner .school-unisex, .page-header-inner .todohuken-type {
  color: #fff;
  padding: 3px 6px 1px;
  border-radius: 4px;
  border: 1px solid #fff;
  margin: 0 6px 7px 0;
  display: inline-block;
  font-size: 11px;
}
.single .page-header {
  margin: 0 !important;
  /* ページ内ナビ */
}
#detail-navi {
  margin: 0 0 15px;
}
#detail-navi li {
  display: inline-block;
  background: #eee;
  padding: 4px 10px;
  border: 1px #ddd solid;
  margin: 0 4px 12px !important;
  font-size: 11px;
}
#detail-navi li i {
  font-size: 10px;
  margin: 0 4px 0 1px;
  color: #aaa;
}
#detail-navi li a {
  color: #4d4d4d;
}
#detail-navi li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#detail-01, #detail-02, #detail-03, #detail-04, #detail-05, #detail-06, #detail-07 {
  margin-top: -200px;
  padding-top: 200px;
  /* 表組 */
}
@media (min-width: 769px) {
  .single-blog-article dl {
    display: flex;
    width: 80%;
  }
  .single-blog-article dl dd {
    flex: 11;
    padding: 0 0 0px 20px;
    margin: 10px 0;
  }
  .single-blog-article dl dt {
    flex: 2;
    padding: 0px 20px 0 0px;
    margin: 10px 0;
    border-right: 1px solid #ccc;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  .single-blog-article dl {
    display: flex;
    width: 100%;
  }
  .single-blog-article dl dd {
    flex: 5;
    padding: 0 0 0px 10px;
    margin: 10px 0;
  }
  .single-blog-article dl dt {
    font-weight: bold;
    flex: 2;
    padding: 0px 10px 0 0px;
    margin: 10px 0;
    border-right: 1px solid #ccc;
  }
}
.wp_rp_wrap {
  border: 1px solid #12bb6d;
  padding: 20px 0px 35px;
  margin: 0 auto 60px;
  text-align: center;
  max-width: 500px;
}
.wp_rp_wrap .school-icon {
  margin: 15px auto -15px;
  width: 62px;
}
.wp_rp_wrap h3 {
  color: #12bb6d;
  font-weight: 300;
  margin: 30px 0 15px !important;
  padding: 0 20px;
}
.wp_rp_wrap a {
  color: #4d4d4d;
  line-height: 1.8;
  padding: 5px 0;
  max-width: 250px;
  width: 100%;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 0 0 15px;
}
.wp_rp_wrap a:hover, .wp_rp_wrap a:active {
  background: #12bb6d;
  text-decoration: none;
  color: #fff;
}
.share-line {
  margin: 75px auto 25px;
}
.share-line a {
  color: #fff;
  text-align: center;
  display: block;
  letter-spacing: 2px;
  padding: 10px 12px;
  width: 100%;
  max-width: 230px;
  text-decoration: none !important;
  background: #5ae628;
  margin: 30px auto 0;
  /*-------------------------------------
説明会を探す
---------------------------*/
}
.page-id-4363 .page-header.wpex-supports-mods {
  background-color: #12bb6d !important;
}
.simcal-day-label {
  width: 100%;
  background: #f2f2f2;
  border-left: 4px solid #12bb6d;
  font-weight: bold;
  padding: 10px 5px;
  font-size: 18px !important;
}
.simcal-default-calendar-light .simcal-nav-button:disabled, .simcal-default-calendar-light .simcal-nav-button:disabled:hover {
  display: none;
}
.simcal-default-calendar-list .simcal-calendar-head .simcal-nav:nth-child(2) {
  width: 40% !important;
}
.simcal-nav-button {
  border: 1px solid #12bb6d !important;
  background: !important;
  border-radius: 4px;
  color: #12bb6d !important;
  padding: 4px !important;
}
.simcal-nav-button:hover {
  background: #12bb6d !important;
  border-radius: 4px;
  color: #fff !important;
  padding: 4px !important;
}
.simcal-calendar h3 {
  color: #4d4d4d !important;
}
.simcal-calendar .simcal-events {
  padding: 0 !important;
  margin: 0 0 45px !important;
}
.simcal-calendar .simcal-event {
  padding: 20px;
  margin: 20px 0 !important;
  border: 1px solid #f2f2f2;
}
.simcal-event-title {
  font-size: 18px;
}
.simcal-event-title:before {
  content: "■";
}
.simcal-event-details a {
  text-decoration: underline;
  /*--------------------------------------
[taikendan]
---------------------------*/
}
.page-with-background-title .single-page-article, .single-blog-article {
  max-width: 750px;
  margin: 0 auto;
}
.page-with-background-title h1 {
  letter-spacing: 5px !important;
}
.page-with-background-title .single-page-article h2 {
  padding: 0 0 5px;
  border-bottom: 4px #1baece solid;
}
