@charset "utf-8";
/*
Theme Name:ORION
Theme URI:
Description:WordPressテーマ「ORION」
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Version:2.0

@since   2017/02/01
追加作成
*/

/* ---------------------------------------------------
  トップページ　追加：大学?短大のみheaderを変更
 ---------------------------------------------------- */

@media screen and (max-width:767px) {
  #toho_top_header #top,
  #toho_jc_top_header #top {
      height: 0;
  }
  #toho_top_header .index_content_header_toho_top,
  #toho_jc_top_header .index_content_header_toho_top {
      margin-top: 110px;
  }
  #toho_top_header #header,
  #toho_top_header #header_inner,
  #toho_jc_top_header #header,
  #toho_jc_top_header #header_inner {
      height: 105px;
      box-shadow: none;
      background-color: #fff;
      padding-top: 5px;
  }
  #toho_top_header {
      color: #750000;
  }
  #toho_jc_top_header {
      color: #5DB5DF;
  }
  #toho_top_header #logo_text {
      background: url(/img/top/TOHO_log.png) no-repeat center left;
      text-align: center;
      width: -webkit-calc(100% - 135px);
      width: -moz-calc(100% - 143px);
      width: calc(100% - 143px);
  }
  #toho_jc_top_header #logo_text {
      background: url(/img/top/TOHO_JC_log.png) no-repeat center left;
      text-align: center;
      margin-top: 9px;
      width: -webkit-calc(100% - 135px);
      width: -moz-calc(100% - 143px);
      width: calc(100% - 143px);
  }
  #toho_top_header #logo_text a {
      color: #750000;
      margin-left: 70px;
  }
  #toho_jc_top_header #logo_text a {
      color: #5DB5DF;
      margin-left: 70px;
  }
  #toho_mobile #toho_top_header #logo_text span,
  #toho_mobile #toho_jc_top_header #logo_text span {
      margin-left: 70px;
  }
  .mobile #toho_top_header #header .logo {
      margin-top: 9px;
      font-size: 40px;
  }
  .mobile #toho_jc_top_header #header .logo {
      margin-top: 9px;
      font-size: 34px;
  }
  #toho_top_header a.menu_button {
      border-left: 1px solid #ddd;
      display: inline-block;
      font-size: 11px;
      color: #333;
      width: 100px;
      height: 64px;
      line-height: 64px;
      text-decoration: none;
      background-color: #750000;
      margin-top: 9px;
      padding-right: 12px;
      margin-right: 15px;
  }
  #toho_jc_top_header a.menu_button {
      border-left: 1px solid #ddd;
      display: inline-block;
      font-size: 11px;
      color: #333;
      width: 100px;
      height: 64px;
      line-height: 64px;
      text-decoration: none;
      background-color: #5DB5DF;
      margin-top: 9px;
      padding-right: 12px;
      margin-right: 15px;
  }
  #toho_top_header a.menu_button:before,
  #toho_jc_top_header a.menu_button:before {
      font-family: 'design_plus';
      color: #fff;
      display: block;
      position: absolute;
      top: 17px;
      left: 19px;
      font-size: 26px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  #toho_top_header a.menu_button span,
  #toho_jc_top_header a.menu_button span {
      text-indent: 0;
      float: right;
      color: #fff;
      font-size: 150%;
  }
  #toho_top_header #global_menu,
  #toho_jc_top_header #global_menu {
      top: 79px;
  }
  #toho_top_header a.menu_button.active:before,
  #toho_jc_top_header a.menu_button.active:before {
      content: '\e91a';
  }
  #top_wrapper {
      overflow: hidden;
  }
}

/* ---------------------------------------------------
  トップページ：音楽学校
 ---------------------------------------------------- */
/* 背景色変更 */
#school_of_music {
  padding-top: 20px;
  background-color: #FBE5D6;
}
#school_of_music #index_blog{
  background-color: white;
}
/* レッスン一覧 */
#school_of_music ul.music_lesson,
#school_of_music ul.schoolofmusic_info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  row-gap: 15px;
  margin: 0 auto;
  list-style-type: none;
}
#school_of_music ul.music_lesson li,
#school_of_music ul.schoolofmusic_info li {
  line-height: initial;
  letter-spacing: initial;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #school_of_music ul.music_lesson,
  #school_of_music ul.schoolofmusic_info {
    padding: 5px;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px;
  }
  #school_of_music ul.schoolofmusic_info {
    column-gap: unset;
    row-gap: unset;
  }
  #school_of_music ul.schoolofmusic_info li {
    padding: 5px;
  }
  #school_of_music ul.schoolofmusic_info li:first-of-type {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    justify-self: center;
  }
}
#school_of_music ul.music_lesson li img,
#school_of_music ul.schoolofmusic_info li img {
  width: 100%;
  height: auto;
}
#school_of_music ul.music_lesson a {
  display: block;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  color: #000;
  border: 1px solid #dadada;
  border-radius: 5px;
  background-position: right 20px center;
}
#school_of_music ul.music_lesson a span {
  display: block;
  padding: 10px 10px 15px;
}


/* ---------------------------------------------------
  トップページ　追加：学園施設名のリスト
 ---------------------------------------------------- */

.toho_center_academy_word { 
    text-align:center; 
    margin-bottom: 
    50px; margin-top:0;
}

#index_academy_list{ 
    margin-bottom:25px; 
    margin-top:25px; 
}

#index_academy_list li {
    float:left; width:300px; 
    height:70px; 
    margin:0 0 0 0; 
    padding-bottom:15px; 
    font-size:18px; 
    background:#FFFFFF; 
    border:1px solid #FFFFFF;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    -o-box-sizing:border-box; 
    -ms-box-sizing:border-box; 
    box-sizing:border-box; 
    line-height: 150%
}

#index_academy_list li:nth-child(even) {
    margin-right:0; 
}
@media screen and (max-width:770px) { 
  #top_mobile.index_content_header3.school_align {
      margin: 0;
      padding: 0;
      width: auto;
  }
  #top_mobile li.school_list {
      display: inline-block;
      margin: 0;
      width: 100%;
      padding: 10px;
      border-top: 1px solid #ccc;
      height: 20px;
  }
  #top_mobile li.school_list:last-child {
      border-bottom: 1px solid #ccc;
  }
  #top_mobile .school_text {
      font-size: 18px;
  }
  #top_mobile li.school_list {
      background-color: #f5f7f6;
  }
  #top_mobile li.school_list.current {
      background-color: #ccc;
  }
}

/* ---------------------------------------------------
  トップページ　追加：SNSのリンク
 ---------------------------------------------------- */
.top_line_bar img,
.top_fb_bar img,
.top_tw_bar img,
.top_toho_bar img,
.top_yt_bar img,
.top_insta_bar img {
    float:left;
    width: 40px;
    height: 40px;
}
.top_x_bar img {
    float:left;
    width: 25px;
    height: 25px;
}
#toho .top_sns_link, #junior_college .top_sns_link {
    margin: 50px auto;
    width: 1180px;
}

#junior_high .top_sns_link, #highschool .top_sns_link, #highschool2 .top_sns_link {
    margin: 50px auto;
    width: 780px;
}

.top_line_bar, .top_fb_bar, .top_tw_bar, .top_x_bar, .top_yt_bar, .top_insta_bar, .top_toho_bar {
    padding: 5px 5px 0px 5px;
    margin-right:20px;
    margin-bottom: 10px;
    border-radius: 10px;
    height: 50px;
    width: 165px;
    float:left;
}
.top_sns_title {
    color: #ffffff;
    font-size: 20px;
    margin: 10px 0 10px 50px;
}
.top_line_bar {
    background-color: #01b901;
}
.top_line_bar .top_sns_title {
    margin: 10px 0 10px 60px;
}
.top_fb_bar {
    background-color:#4267b2;
}
.top_tw_bar {
    background-color:#1ea1f2;
}
.top_x_bar {
    background-color:#000;
    padding: 13px 0px 0px 5px;
    height: 42px;
}
.top_x_bar .top_sns_title {
    font-size: 16px;
    margin: 5px 0 10px 30px;
}
.top_yt_bar {
    background-color:#f00;
}
.top_insta_bar {
    background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
}
/*
.top_yt_bar .top_sns_title {
    text-align: center;
    margin: 10px 0;
}
*/
.top_toho_bar {
    background-color:#750000;
}



/* 検索機能のデザイン変更 */
/* WPで元々適用されているデザインから修正 */
.screen-reader-text { /* テキストボックスに出る『検索』　の文字を表示しない */
    display: none; 
}
#s {
    width:  50%;
    height: 30px;
    border-radius: 10px;
}
input[type="text"]:focus, textarea:focus {
    box-shadow: 0 0 3px #750000;
    border: 1px solid #750000;
}
#searchform {
    display: inline;
    text-align: right;
    float: right;
    position:relative;
    margin-right: 15px;
}
      
// #searchsubmit { background-color: #750000; color: #fff; display: inline-block; width: 50px; height: 32px; text-align: center; text-decoration: none; line-height: 30px; outline: none; }
#searchsubmit { 
    background-color: #750000;
    color: #fff; display:
    inline-block;
    width: 50px;
    height: 32px;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    outline: none;
    top: 0px;
    position: absolute;
    right: 0px;
    border-radius: 0 10px 10px 0;
}

/* ---------------------------------------------------
  トップページ　追加：ブログ等の一覧
   3/3　追記：現状使用していない
 ---------------------------------------------------- */
/* コメント箇所以外は #index_dis_list　のクラス名を#index_dis_list_testに変更したのみ*/

#index_dis_list_test li { 
    float:left; 
    width:25%; 
    position:relative; 
    overflow:hidden; 
    margin-bottom:-1px;
}

#index_dis_list_test li .image {  /* 画像をサイズ調整するため、高さを80pxに変更 */
    width:100%; 
    height:80px; 
    display:block; 
    background:#ffffff; 
    position: relative; 
    top: 45px; //top: 50%; 
    left: 50%; 
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%); 
    transform: translate(-50%,-50%); 
} 

#index_dis_list_test li .image img {
    width:100%; 
    height:auto; 
    display:block;
    opacity:1;
    -webkit-transition: -webkit-opacity 0.5s; 
    transition: opacity 0.5s;
    -webkit-backface-visibility:hidden; 
    backface-visibility:hidden;
}
#index_dis_list_test li:hover .image img { 
    opacity:0.5;
}

#index_dis_list_test li .caption {
    position:absolute; 
    width:100%; 
    padding:0 20px; 
    left:50%; 
    text-decoration:none; 
    color:#fff; 
    display:block;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    -o-box-sizing:border-box; 
    -ms-box-sizing:border-box; 
    box-sizing:border-box; 
    -webkit-transition: -webkit-transform 0.5s; 
    transition: transform 0.5s;
    opacity:1; 
    top:50%;
    top:-webkit-calc(50% + 5px); 
    top:-moz-calc(50% + 5px); 
    top:calc(50% + 5px); left:50%;
    -webkit-transform: translate3d(-50%,-50%,0); 
    transform: translate3d(-50%,-50%,0);
    text-shadow: 2px 2px 1px #000,
    -2px 2px 1px #000,
    2px -2px 1px #000,
    -2px -2px 1px #000;
}

#index_dis_list_test li .title {
    font-size:20px; 
    margin:0; 
    line-height:120%; 
} 
#index_dis_list_test li .desc p { 
    font-size:14px; 
    margin:5px 0 0 0; 
    line-height:200%;
}

/* ---------------------------------------------------
  トップページ　追加：YoutubeをPC閲覧時非表示
 ---------------------------------------------------- */
.sp_douga_box { display:none; }
@media screen and (max-width:770px) { 

  .sp_douga_box { display:block; }

} 

  .top_youtube.rich_font {
      color: #fff;
      text-align: center;
      font-size: 20px;
      padding: 10px 0;
      width: 100%;
  }

  #toho .top_youtube.rich_font {
      background-color: darkred;
  }
  #highschool2 .top_youtube.rich_font {
      background-color: #72a0d4;
  }
  
  /* くの字矢印 youtube*/
  .arrow_you{
      position: relative;
      display: inline-block;
      color: #000;
      vertical-align: middle;
      text-decoration: none;
      font-size: 15px;
  }
  .arrow_you::before,
  .arrow_you::after{
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      content: "";
      vertical-align: middle;
  }

  .angle-you::before {
      right: 160px;
      width: 10px;
      height: 10px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  

/* ---------------------------------------------------
  TOP:スライド
 ---------------------------------------------------- */
#toho .metaslider.nav-hidden .flexslider,
#junior_college .metaslider.nav-hidden .flexslider,
#junior_high .metaslider.nav-hidden .flexslider, 
#highschool .metaslider.nav-hidden .flexslider, 
#highschool2 .metaslider.nav-hidden .flexslider
{
    width: 1285px;
}
@media screen and (max-width:767px) { /* 767px↓ */
  #toho .metaslider.nav-hidden .flexslider,
  #junior_college .metaslider.nav-hidden .flexslider,
  #junior_high .metaslider.nav-hidden .flexslider,
  #highschool .metaslider.nav-hidden .flexslider,
  #highschool2 .metaslider.nav-hidden .flexslider 
  {
      width: 500px;
  }
}


/* ---------------------------------------------------
  イベント情報等のお知らせ
 ---------------------------------------------------- */

.index_content_header_info_toho { margin:10px 0 10px 0; border-bottom: solid 1px #ccc; }
#toho .index_content_header_info_toho {  border-left: solid 5px #750000; } 
#junior_college .index_content_header_info_toho { border-left: solid 5px #5DB5DF; } 
#graduate_school .index_content_header_info_toho { border-left: solid 5px #750000; } 
#highschool .index_content_header_info_toho { border-left: solid 5px #72a0d4; } 
#highschool2 .index_content_header_info_toho { border-left: solid 5px #72a0d4; } 
#junior_high .index_content_header_info_toho { border-left: solid 5px #72a0d4; } 
#extension .index_content_header_info_toho { border-left: solid 5px #ff9900; } 
#school_of_music .index_content_header_info_toho { border-left: solid 5px #dc588a; } 

@media screen and (max-width:767px) { /* 767px↓ */
    .index_content_header_info_toho { margin: 40px 10px 10px 10px; } 
}

.index_content_header_info_toho .headline { float:left; font-size:20px; /*margin:10px 20px 0 20px;*/margin: 0 20px; color:#000; line-height: 30px; }

#toho .index_content_header_info_toho .link a { float:right; background:#fff; color:#750000; text-decoration:none; display:block; margin:0; width:180px; height:50px; line-height:50px; text-align:center; font-size:14px; border: solid 1px #750000;}
#junior_college .index_content_header_info_toho .link a { float:right; background:#fff; color:#5DB5DF; text-decoration:none; display:block; margin:0; width:180px; height:50px; line-height:50px; text-align:center; font-size:14px; border: solid 1px #5DB5DF;}
#graduate_school .index_content_header_info_toho .link a { float:right; background:#fff; color:#750000; text-decoration:none; display:block; margin:0; width:180px; height:50px; line-height:50px; text-align:center; font-size:14px; border: solid 1px #750000;}
#highschool .index_content_header_info_toho .link a { float:right; background:#fff; color:#72a0d4; text-decoration:none; display:block; margin:0; width:180px; height:50px; line-height:50px; text-align:center; font-size:14px; border: solid 1px #72a0d4;}
#highschool2 .index_content_header_info_toho .link a { float:right; background:#fff; color:#72a0d4; text-decoration:none; display:block; margin:0; width:180px; height:50px; line-height:50px; text-align:center; font-size:14px; border: solid 1px #72a0d4;}
#junior_high .index_content_header_info_toho .link a { float:right; background:#fff; color:#72a0d4; text-decoration:none; display:block; margin:0; width:180px; height:50px; line-height:50px; text-align:center; font-size:14px; border: solid 1px #72a0d4;}
#extension .index_content_header_info_toho .link a { float:right; background:#fff; color:#ff9900; text-decoration:none; display:block; margin:0; width:180px; height:50px; line-height:50px; text-align:center; font-size:14px; border: solid 1px #ff9900;}
#school_of_music .index_content_header_info_toho .link a { float:right; background:#fff; color:#dc588a; text-decoration:none; display:block; margin:0; width:180px; height:50px; line-height:50px; text-align:center; font-size:14px; border: solid 1px #dc588a;}


.index_content_header_info_toho .link a:after {
  font-family:'design_plus'; content:'\e910'; font-size:17px; padding-left:10px; color:#fff; display:inline-block; position:relative; top:2px; 
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
/* サイトごとにカラー変更 */
#toho .index_content_header_info_toho .link a:hover {
    background-color:#750000;
    color:#fff;
}
#junior_college .index_content_header_info_toho .link a:hover {
    background-color:#5DB5DF;
    color:#fff;
}
#graduate_school .index_content_header_info_toho .link a:hover {
    background-color:#750000;
    color:#fff;
}
#highschool .index_content_header_info_toho .link a:hover {
    background-color:#72a0d4;
    color:#fff;
}
#highschool2 .index_content_header_info_toho .link a:hover {
    background-color:#72a0d4;
    color:#fff;
}
#junior_high .index_content_header_info_toho .link a:hover {
    background-color:#72a0d4;
    color:#fff;
}
#extension .index_content_header_info_toho .link a:hover {
    background-color:#ff9900;
    color:#fff;
}
#school_of_music .index_content_header_info_toho .link a:hover {
    background-color:#dc588a;
    color:#fff;
}


/* くの字矢印 */
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.angle-right::before {
    left: -1px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* くの字矢印 赤 */
.arrow_red{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #9E0000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 12px;
}
.arrow_red::before,
.arrow_red::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.angle-right_red::before {
    left: -1px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #9E0000;
    border-right: 1px solid #9E0000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ---------------------------------------------------
  2018/11/21：タブ化対応
 ---------------------------------------------------- */
#top #index_news_list {
    margin-bottom: 30px;
} 
.index_content1.blog_area {
    width: 1285px;
    margin: 0 auto;
}
.news_tab {
    width:857px;
    float: left;
}
.banner_area {
    width: 407.3px;
    margin-left: 20px;
    float: left;
}
.banner_area img {
    max-width: 400px;
}
.banner_area img:first-child {
    margin-bottom: 15px;
}
.banner_area a:hover{
    opacity: 0.5;
}
ul.tab li {
    float: left;
    border-right:1px solid #fff;
    padding:10px 5px;
    width: 203.14px;
    background-color: #f9efd6;
    color: #333;
}
ul.tab li:last-child {
    border-right: 1px solid #ccc;
}
ul.tab li.active a {
    color: #fff;
    font-weight: bold;
}
#toho ul.tab li.active {
    background-color: #750000;
}
#junior_college ul.tab li.active {
    background-color: #0C0F75;/* #b5def2; */
}

.tab_area {
    display: none;
}
.tab_content {
    /* height: 590px; */
    height: 640px;
    padding: 20px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#junior_college .tab_content {
    /* height: 590px; */
    height: 640px;
}
@media screen and (max-width: 550px){
  .tab_content {
      height: auto !important;
  }
}
/* 三角アイコン */
.tri_base{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.tri_base::before,
.tri_base::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#toho time.entry-date.updated.tri_icon::before{
    width: 12px;
    height: 12px;
    background: #750000;
}
#junior_college time.entry-date.updated.tri_icon::before{
    width: 12px;
    height: 12px;
    background: #0C0F75;
}
time.entry-date.updated.tri_icon::after {
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
}

@media screen and (max-width: 767px){
    .index_content1.blog_area {
        width: 100%;
    }
    ul.tab li, ul.tab li.active {
        float: left;
        border-right: 1px solid #fff;
        padding: 2%;
        width: 25%;
        height: 46px;
        box-sizing: border-box;
    }
    ul.tab li:last-child, ul.tab li.active:last-child {
        border-right: 1px solid #ccc;
        padding: 2%;
        width: 25%;
        height: 46px;
        box-sizing: border-box;
    }
    .news_tab {
        width: 100%;
        margin: 0 auto;
    }
    ul.tab li a {
        font-size: 18px;
        line-height: 20px;
    }
    ul.tab li:nth-child(2) a { /* 受験イベント文字調整 */
        font-size: 14px;
    }
    .banner_area {
        display: none;
    }
}
#toho div.nyushi,
#junior_college div.nyushi {
  display: none;
}
@media screen and (max-width: 767px){
  #toho div.nyushi,
  #junior_college div.nyushi{
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
  #toho div.nyushi img,
  #junior_college div.nyushi img {
    margin-top: 20px;
    max-width: 400px;
  }
}
/* ---------------------------------------------------
  お問い合わせフォームのデザイン
 ---------------------------------------------------- */

.contact table th.address { width: 20%; }
.contact li{ list-style-type:none; }
.soushin {    
    position: relative;
    display: block;
    width: 200px !important;
    height: 54px;
    margin: 30px auto 0;
    cursor: pointer;
    border: none !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    letter-spacing: 5px;
}

.contact .wpcf7-list-item { display: inline; }
.kouza { margin: 1.5em 1.5em 0 !important; }
.kouza  p { font-size: 14px; }

.wpcf7 .ticket input[type="text"] {
  width: 45px;
}

@media screen and (max-width: 767px){
  .wpcf7 .ticket input[type="text"] {
    width: 10vw;
  }
}

/* サイトごとのボタンカラー */
#toho input.soushin { 
    background-color: #9E0000;
}

#junior-college input.soushin { 
    background-color: #5DB5DF;
}

#extension input.soushin { 
    background-color: #ff9900;
}

#junior_high input.soushin { 
    background-color: #266b92;
}

#highschool input.soushin { 
    background-color: #266b92;
}

#highschool2 input.soushin { 
    background-color: #266b92;
}

/* th:必須項目のタイトル */
th.required p { font-size: 120%; font-weight: bold; margin-bottom: 0; }
th.required p span { font-size: 80%; font-weight: normal; }

/* サイトごとの必須項目カラー */
th.required p span#toho { color:#750000; }
th.required p span#junior-college { color:#0C0F75; }
th.required p span#extension { color:#ff9900; }

/* ここまで */

/* --------------------------------------------
  投稿のカテゴリー別に色分け
----------------------------------------------- */

/* 基本デザイン */
#index_news_list li .category { margin:0 15px 0 0; }
#index_news_list li .category a { display:inline-block; height:30px; line-height:30px; font-size:15px; background:#ccc; color:#fff; padding:0 15px; text-decoration:none; }

li.headline.rich_font { font-size: 28px; }

/* 共通カテゴリ */
/* イベント情報 */
#post_meta_top .category a[href*="/event/"], #index_blog_list li .category a[href*="/event/"]  {
    background-color: #34ac98;
}
#post_meta_top .category a[href*="/openclass/"], #index_blog_list li .category a[href*="/openclass/"] {
    background-color: #63cbe0;
}
#index_news_list li .category a[href*="/event/"]{ pointer-events:none; cursor:default; background: #34ac98; color: #fff; }
#index_news_list li .category a[href*="/openclass/"] { pointer-events:none; cursor:default; background: #63cbe0; color: #fff; }

li.category { display: inline-block; height: 30px; line-height: 30px; font-size: 15px; color: #000; padding: 0 15px; text-decoration: none; }


/* 演奏会?お知らせ */
#post_meta_top .category a[href*="/diary_list_test/"], #index_blog_list li .category a[href*="/diary_list_test/"] {
    background-color: #ff0000;
}
#post_meta_top .category a[href*="/news/"], #index_blog_list li .category a[href*="/news/"] /*,#index_news_list li .category a[href*="/news/"]*/{
    background-color: #FF4500;
}

#post_meta_top .category a[href*="/concert/"], #index_blog_list li .category a[href*="/concert/"] /*,#index_news_list li .category a[href*="/concert/"]*/{
    background-color: #0000cd;
}

#post_meta_top .category a[href*="/whatsnew/"], #index_blog_list li .category a[href*="/whatsnew/"] ,#index_news_list li .category a[href*="/whatsnew/"]{
    background-color: #f91053;
}

#post_meta_top .category a[href*="/opencampus/"], #index_blog_list li .category a[href*="/opencampus/"] /*,#index_news_list li .category a[href*="/news/"]*/{
    background-color: #dc588a;
}

/* ---------------------------------------------
  エクステンションセンター用
------------------------------------------------*/
#post_meta_top .category a[href*="/course/"], #index_blog_list li .category a[href*="/course/"] {
    background-color: #DC143C;
}
#index_news_list li .category a[href*="/course/"] { pointer-events:none; cursor:default; background: #DC143C; color: #fff; padding; }
li.category.cat_course a { display: inline-block; height: 30px; line-height: 30px; font-size: 12px; color: #000; padding: 0 15px; text-decoration: none; }

/* 投稿ページ用：受付終了ボタン */
.ex-toukou .btn_end {
    background-color: #ccc;
    color: #fff;
    font-size:120%;
}
.ex-toukou {
    padding: 5px;
    width: 15em;
    background-color: #ccc;
    margin-left: 1em;
    border: #ddd solid 2px;
}

/* ---------------------------------------------
  コンテンツ１のスタイル修正 
------------------------------------------------*/
/* コンテンツ１ */
.index_box_list { padding:60px 0 65px 0; display:flex; display: -webkit-flex; display:-ms-flexbox;/*--- IE10 ---*/ }

/* デザイン修正 */
.index_box_list .box { width:400px; padding:0 0 75px 0; position:relative; }
/* ここまで */

/* --------------------------------------------------------------------
  特別ページ 
  常にキャプション(タイトル)を表示するよう修正 
  #index_dis_list li .caption に　#index_dis_list li:hover .caption 
  にから必要な箇所を抜き出して記述
-------------------------------------------------------------------- */
#toho #index_dis_list li .image { width:100%; height:auto; display:block; background:#750000; }
#junior_college #index_dis_list li .image { width:100%; height:auto; display:block; background:#5DB5DF; }
#graduate_school #index_dis_list li .image { width:100%; height:auto; display:block; background:#750000; }
#highschool #index_dis_list li .image { width:100%; height:auto; display:block; background:#72a0d4; }
#highschool2 #index_dis_list li .image { width:100%; height:auto; display:block; background:#72a0d4; }
#junior_high #index_dis_list li .image { width:100%; height:auto; display:block; background:#72a0d4; }
#extension #index_dis_list li .image { width:100%; height:auto; display:block; background:#ff9900; }
#school_of_music #index_dis_list li .image { width:100%; height:auto; display:block; background:#dc588a; }

#index_dis_list li .caption {
    position:absolute; 
    width:100%; 
    padding:0 20px; 
    left:50%; 
    text-decoration:none; 
    color:#fff; display:block;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    -o-box-sizing:border-box; 
    -ms-box-sizing:border-box; 
    box-sizing:border-box; 
    -webkit-transition: -webkit-transform 0.5s; 
    transition: transform 0.5s;
    opacity:1; 
    top:50%; 
    top:-webkit-calc(50% + 5px); 
    top:-moz-calc(50% + 5px); 
    top:calc(50% + 5px); left:50%;
    -webkit-transform: translate3d(-50%,-50%,0); 
    transform: translate3d(-50%,-50%,0);
}

/* 2018/10/26 追加 */
#toho div#index_dis,
#junior_college div#index_dis {
    width: 1200px;
    margin: auto;
}
@media screen and (max-width: 767px){
  #toho div#index_dis,
  #junior_college div#index_dis {
    width: auto;
    margin: auto;
  }
}
@media screen and (max-width: 550px) {
  #toho #index_dis_list li,
  #junior_college #index_dis_list li {
    float: left;
    width: 50%;
    position: relative;
    margin: 0 !important;
  }
}
/* ここまで */

/* --------------------------------------------------------------------
  お知らせ 
  投稿機能に反映させるため修正
-------------------------------------------------------------------- */

.index_content_header2 { margin:0 0 50px 0; }
.index_content_header2 .headline { float:left; font-size:30px; margin:10px 20px 0 0; color:#000; }
.index_content_header2 .link a { float:right; background:#ccc; color:#fff; text-decoration:none; display:block; margin:0; width:180px; height:50px; line-height:50px; text-align:center; font-size:14px; }
.index_content_header2 .link a:after {
  font-family:'design_plus'; content:'\e910'; font-size:17px; padding-left:10px; color:#fff; display:inline-block; position:relative; top:2px; 
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

#index_news_list {
  margin: 0 0 20px 0 !important;
}

#index_news_list li {
  width:800px; 
  height:85px; 
  margin:0 15px 0 0; 
  padding: 5px 0 0 5px; 
  font-size:14px; 
  background:#fff; 
  border:none;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  -o-box-sizing:border-box; 
  -ms-box-sizing:border-box; 
  box-sizing:border-box;
}

@media screen and (max-width: 767px){
  #tab2 #index_news_list li {
    padding-bottom: 15px;
  }
}

/* --------------------------------------------------------------------
 2018/10/15　追加対応:アイコンの円 
-------------------------------------------------------------------- */
/* 共通処理 */
@media screen and (min-width: 766px){

    #toho a.circle,
    #junior_college a.circle {
        display: inline-block;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        text-align: center;
        line-height: 100px;
        vertical-align: middle;
        margin-right: 10px;
        background-repeat: no-repeat;
        background-position: 50px 30px;
    }
    #top_visitor5 {
        line-height: 20px !important;
    }
    #toho a.circle p.school_text,
    #junior_college a.circle p.school_text {
        font-size: 13px;
        padding: 50px 0;
    }
    #toho a.circle p.scholarship_text,
    #junior_college a.circle p.scholarship_text {
        font-size: 13px;
        padding-top: 80px;
    }

    /* 大学 */
    #toho a.circle {
        border: solid 1px #ebb9b9;
        background-color: #ebb9b9;
    }
    #toho a.circle:hover {
        color:#75000;
        background-color:#fff;
        background-repeat: no-repeat;
        background-position: 50px 30px;
    }
    /* 短大 */
    #junior_college a.circle {
        border: solid 1px #b5def2;
        background-color: #b5def2;
    }
    #junior_college a.circle:hover {
        color:#0C0F75;
        background-color:#fff;
        background-repeat: no-repeat;
        background-position: 50px 30px;
    }
    /* 共通画像 */
    #toho a#top_visitor1.circle,
    #junior_college a#top_visitor1.circle {
        background-image: url(/img/top/TOP_admission.png);
    }
    #toho a#top_visitor2.circle,
    #junior_college a#top_visitor2.circle {
        background-image: url(/img/top/TOP_alumni.png);
    }
    #toho a#top_visitor3.circle,
    #junior_college a#top_visitor3.circle {
        background-image: url(/img/top/TOP_student.png);
    }
    #toho a#top_visitor4.circle {
        background-image: url(/img/top/TOP_foreigner.png);
    }
    #toho a#top_visitor5.circle,
    #junior_college a#top_visitor5.circle {
        background-image: url(/img/top/TOP_scholarship.png);
        background-position: 40px 30px;
    }

    #toho a#top_visitor1.circle:hover,
    #junior_college a#top_visitor1.circle:hover {
        background-image: url(/img/top/TOP_admission.png);
    }
    #toho a#top_visitor2.circle:hover,
    #junior_college a#top_visitor2.circle:hover {
        background-image: url(/img/top/TOP_alumni.png);
    }
    #toho a#top_visitor3.circle:hover,
    #junior_college a#top_visitor3.circle:hover {
        background-image: url(/img/top/TOP_student.png);
    }
    #toho a#top_visitor4.circle:hover {
        background-image: url(/img/top/TOP_foreigner.png);
    }
    #toho a#top_visitor5.circle:hover,
    #junior_college a#top_visitor5.circle:hover {
        background-image: url(/img/top/TOP_scholarship.png);
        background-position: 40px 30px;
    }

    #toho li.info_list,
    #junior_college li.info_list {
        display: inline-block;
        vertical-align: top;
    }
}

/* 767px↓はボックス化 */
/* 共通処理 */
@media screen and (max-width: 767px){
    #toho li.info_list a.circle img,
    #junior_college li.info_list a.circle img {
      width: 50px;
      height: auto;
      display: inline-block;
      float: left;
    }

    #toho li.info_list a.circle p.school_text,
    #toho li.info_list a.circle p.scholarship_text,
    #junior_college li.info_list a.circle p.school_text,
    #junior_college li.info_list a.circle p.scholarship_text {
      font-size: 16px;
      line-height: 20px;
      margin-left: 5px;
      width: 120px;
      background-repeat: no-repeat;
      border-radius: 10px;
      height: 50px;
      background-position: 5px 10px;
    }
    /* 大学 */
    #toho li.info_list a.circle p.school_text,
    #toho li.info_list a.circle p.scholarship_text {
      background-color: #f8dce0;
    }
    /* 短大 */
    #junior_college li.info_list a.circle p.school_text,
    #junior_college li.info_list a.circle p.scholarship_text {
      background-color: #b5def2;
    }

    /* 共通画像 */
    #toho a#top_visitor1.circle p.school_text,
    #junior_college a#top_visitor1.circle p.school_text {
        background-image: url(/img/top/TOP_admission.png);
        background-position-x: 10px;
        padding: 30px 0 0 80px;
    }
    #toho a#top_visitor2.circle p.school_text,
    #junior_college a#top_visitor2.circle p.school_text {
        background-image: url(/img/top/TOP_alumni.png);
        background-position-x: 10px;
        padding: 30px 0 0 80px;
    }
    #toho a#top_visitor3.circle p.school_text,
    #junior_college a#top_visitor3.circle p.school_text {
        background-image: url(/img/top/TOP_student.png);
        background-position-x: 10px;
        padding: 20px 0 10px 80px;
    }
    #toho a#top_visitor4.circle p.school_text {
        background-image: url(/img/top/TOP_foreigner.png);
        background-position-x: 10px;
        padding: 20px 0 10px 80px;
    }
    #toho a#top_visitor5.circle p.scholarship_text,
    #junior_college a#top_visitor5.circle p.scholarship_text {
        background-image: url(/img/top/TOP_scholarship.png);
        background-position-x: 2px;
        background-position-y: 15px;
        padding: 20px 0 10px 80px;
    }
    #toho li#access a.circle p.school_text,
    #junior_college li#access a.circle p.school_text {
        background-image: url(/img/top/TOP_access.png);
        background-position-x: 10px;
        padding: 30px 0 0 80px;
    }
    #toho li#shiryou a.circle p.school_text,
    #junior_college li#shiryou a.circle p.school_text {
        background-image: url(/img/top/TOP_request.png);
        background-position-x: 10px;
        padding: 30px 0 0 80px;
    }
    #toho li.info_list,
    #junior_college li.info_list {
        display: inline-block;
        width: 45%;
        float: left;
        text-align: left;
        height: 75px;
        margin: 2%;
    }
    #toho li.info_list a.circle img,
    #junior_college li.info_list a.circle img {
        margin-right: 15px;
    }
    .index_content_header3.school_align {
        margin: 0 0 0 70px;
        padding: 0;
        width: auto;
    }
    #toho .index_content_header3.info_align,
    #junior_college .index_content_header3.info_align {
        margin: 0 0 0 20px;
        padding: 0;
        width: auto;
    }
    #toho li.school_list,
    #junior_college li.school_list {
        text-align: left;
    }
}

#index_news_list li:nth-child(even) { margin-right:0; }
#index_news_list li .date { 
  font-family:Arial,sans-serif; 
  float:left;
  width:80px; 
  line-height:160%; 
  margin:0 20px 0 0; 
  font-weight:bold;
}

/* サムネイルを表示するため修正 */
#index_news_list li .title { float:left; width:80%; font-size:15px; line-height:160%; margin-left:10px; display:block; }
/* ここまで */

/* カテゴリ表示 */ 
#index_news_list li .category { font-family:Arial,sans-serif; float:left; line-height:250%; margin:0 5px 0 0; }

/* 追加：トップにサムネイル画像を表示 */
#index_news_list li .news_top_img { float: left; margin:0 20px 5px 0; display:block; overflow:hidden; height:80px; }

#index_news_list li .news_top_img img{
width:80px;
}
/* ここまで */

/* ----------------------------------------------------------------------
 サイドコンテンツ
---------------------------------------------------------------------- */
/* 基本設定 */
.side_widget { margin:0 0 60px 0; font-size:12px; position:relative; }
.side_widget:last-child, .side_widget:only-child  { margin:0; }

.side_headline { height: 45px; line-height: 45px; font-size: 14px; }
#side_col .side_headline span { display: inline-block; color: #fff; width: 100%; padding: 0 0; text-align: center; }

.side_widget ul { margin:0; background-color: #fff; padding: 0 0 0 0; }
.side_widget li ul { margin:0 0 0 0; color:#000 !important; padding: 0 0 0 0; }
.side_widget li { line-height: 200%; padding: 0 0 0 0; margin: 0 10px; }
#side_col ul.menu { margin: 5px; }
#side_col ul.menu a { padding-left: 5px; }
#side_col ul.menu li { vertical-align: middle; line-height: 35px; border-bottom: dotted 1px #750000; }

.side_widget ul ul.sub-menu li { vertical-align: middle; line-height:200%; padding:0 0 0 0; margin:0 0 10px 15px; } /* 追加： サブメニューとわかるよう段落落として表示 */

.side_widget ul li ul.sub-menu li { display:none; margin:0; } /* 追加 ：　サブメニュー非表示 */
.side_widget ul li.current-menu-item ul.sub-menu li { display:block; } /* 親メニューがカレントの時付随する子メニューは表示 */
.side_widget li.current-menu-ancestor ul.sub-menu li { display:block; }

/* 親メニューがカレントの時 */
.side_widget li.current-menu-item { background-color: #750000; border-style: none !important; } 
.side_widget li.current-menu-item a { color:#fff !important; }
.side_widget li.current-menu-item ul.sub-menu { background-color: #fff; border-style: none !important; } 
.side_widget li.current-menu-item ul.sub-menu li a { color: #000 !important; } 

/*.sub-menu li a { margin-left:15px; } *//* 子メニューの段落 */
.sub-menu li ul.sub-menu li a { margin-left:30px; }  /* 親メニューの段落 */

/* 子メニューがカレントの時 */
.side_widget li.current-menu-ancestor .current-menu-parent { background-color: #750000; border-style: none !important; } 
.side_widget li.current-menu-ancestor .current-menu-parent a { color:#fff; }
.side_widget ul.sub-menu li.current-menu-item { background-color: #ccc; }
.side_widget ul.sub-menu li.current-menu-item a { color:#000 !important; }
.side_widget ul.sub-menu li.current-menu-item ul.sub-menu { background-color: #fff; }
.side_widget li.current-menu-item ul.sub-menu a { color:#000 !important; }

/* 孫メニューがカレントの時 */
.side_widget li.current-menu-ancestor { background-color: #750000; border-style: none !important; } 
.side_widget li.current-menu-ancestor a { color:#fff !important; }
.side_widget ul.sub-menu li.current-menu-parent { background-color: #ccc !impotant; }
.side_widget ul.sub-menu li.current-menu-ancestor .current-menu-parent a { color:#000 !important; }

.side_widget ul.sub-menu li ul.sub-menu li.current-menu-item { background-color: #fff; }
.side_widget ul.sub-menu li ul.sub-menu li.current-menu-item a { color:#ccc !important; }

/* 親メニューのホバー */
.side_widget ul li a:hover { background-color: #750000; color:#fff; display:block; } /* 親メニュー ホバー時*/
.side_widget ul li .current-menu-ancestor .current-menu-parent a:hover { background-color: #750000; color:#fff; display:block; } /* カレントページの親メニューは固定でBGカラーは赤 */
.side_widget ul li a:hover { text-decoration:none; }

/* 子メニュー以下のホバー */
.side_widget ul li:hover ul.sub-menu li a:hover { background-color: #ccc; color: #000 !important; display:block; text-decoration:none; } 
.side_widget ul.sub-menu ul li a:hover { text-decoration:none; } 

/* 孫メニューがカレントページの時のホバー */
ul.sub-menu li.current-menu-parent ul.sub-menu li.current-menu-item a:hover { color: #ccc !important; background-color:#fff; }

/* 子メニュー以下の下線を表示 */
.side_widget ul li ul.sub-menu li a { color: #000 !important; display:block; text-decoration:none; border-bottom: dotted 1px #750000; }

.side_widget .current-menu-ancestor { background-color:#750000; } /* 親以下がカレントページ時の親のデザイン */ 
.side_widget .current-menu-ancestor a { color:#fff !important; } 
.side_widget .current-menu-item { background-color:#ccc; } 
.side_widget .current-menu-item a { color:#000 !important; } 

ul.sub-menu li.current-menu-parent { background-color:#ccc !important; }
ul.sub-menu li.current-menu-parent a { color:#000 !important; }

ul.sub-menu li.current-menu-parent ul.sub-menu li.current-menu-item a { color:#ccc !important; }

.side_widget .current-menu-parent .current-menu-item a { color:#000 !important; } 
.side_widget li.current-menu-item ul.sub-menu, .side_widget ul li.current-menu-parent ul.sub-menu, .side_widget ul li.current-menu-ancestor ul.sub-menu { display:block; }  /* 追加　：　左から親メニュー/子メニュー/孫メニュークラスがカレント時サブメニュー以下は常に表示 */
.side_widget ul li ul.sub-menu li {
    line-height: 200%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-style: none !important;
}/* 階層がわかるように段落をつける */

.side_widget a { }
.side_widget a:hover { }
.side_widget img { height:auto; max-width:100%; }

.side_widget li.current-menu-item > a,
 { background-color:#750000; }

#side_col {
    width: 300px;
    float: right;
    border: solid #aaa 1px;
}

/* ----------------------------------- 
  追加したウィジェットにクラスが
  ついているためデザインを追加
  最近の投稿で使用しているクラスをそのまま使用
  .widget_recent_entries li { border-bottom:1px dotted #ccc; padding:0 0 15px 0; }
  .widget_recent_entries li:last-child { border:none; padding:0; }
------------------------------------- */
.widget_execphp li { border-bottom:1px dotted #ccc; padding:0 0 15px 0; }
.widget_execphp li:last-child { border:none; padding:0; }

/* カレンダー */
div.calendar_wrap { margin: 0 10px; }

.widget_recent_entries li a:hover, .widget_archive li a:hover { display:inline !important; border-bottom: solid 1px #750000 !important; color: #750000 !important; background-color: #ffffff !important; }

/* ----------------------------------- 
  コンタクトフォーム7のデザインを上書き
------------------------------------- */

.wpcf7 { 
    width: 100%;
    border: 1px solid #fff; 
    background: #fff;
    padding: 0;
    margin: 0 0 2.5em !important;
    font-size: 14px;
}

.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
    width: auto;
    max-width: 97%;
    border: 1px solid #ccc;
//    padding: 8px;
    vertical-align: middle;
}

.wpcf7 input, .wpcf7 textarea {
    width: auto;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
  //   width: auto; 
  //  border: 1px solid #ccc;
    line-height: 1.2;
 //   padding: 8px;
}
.wpcf7 textarea {
    width: 100%;
}

/* フォーム用デザイン追加 */
table.contact td.hissu {
    background-color: #fee;
    text-align: center;
}

#toho .wpcf7 input.wpcf7-submit {
    background-color: #750000 !important;
}

ul.contact li {
    list-style: disc;
    margin-left: 1.3em;
}

table.contact td label {
    display: inline-block;
    padding-bottom: 3px;
}

.arrow01 {
    background: url(/wien/wp-content/themes/orion_tcd037/toho_images/arrow01.gif) no-repeat 0 0.1em;
    padding: 0px 0px 0px 20px;
}
.arrow02 {
    background: url(/wien/wp-content/themes/orion_tcd037/toho_images/arrow02.gif) no-repeat 0 0.1em;
    padding: 0px 0px 0px 20px;
}

/* ----------------------------------- 
  グーグルマップボタン
  現在未使用
------------------------------------- */

.google-btn { background:url(/wien/wp-content/themes/orion_tcd037/toho_images/bg_001.jpg) no-repeat; width:160px; height:26px; }
.google-btn a { display:block;line-height:26px; color:#9E0000; padding-left:33px; font-size: 12px; }


/* ----------------------------------- 
  プリントボタン
------------------------------------- */
#PrintBtn{
    text-align: right;
    margin: 40px auto 0;
}

#PrintBtn a,
#PrintBtn a:link,
#PrintBtn a:active,
#PrintBtn a:visited{
    background: url(/wien/wp-content/themes/orion_tcd037/toho_images/icon_print.gif) left center no-repeat;
    padding-left: 20px;
    text-decoration: underline;
    color: #333;
}
#PrintBtn a:hover{
    text-decoration: none;
}

/* ----------------------------------- 
  スクールバス
------------------------------------- */
.colorChart001 { background: transparent url(toho_images/bg_007.gif) no-repeat left center; }
.colorChart002 { background: transparent url(toho_images/bg_008.gif) no-repeat left center; }
.bus li.pdf a:before {
    content: url(/img/campuslife/pdf.gif);
    display:inline-block;
    vertical-align:middle;
    margin-right:.25em;
} 

.busstop ul li {background:transparent url(toho_images/icon_003.gif) left 0.6em no-repeat; padding-left:10px; font-size:93%;}

/* ----------------------------------- 
  ポッドキャスト
------------------------------------- */
.podcast-btn { background: url(/wien/wp-content/themes/orion_tcd037/toho_images/podcas_001.jpg) no-repeat; width: 147px; height: 31px; }

/* ----------------------------------- 
  高校　ログイン画面
------------------------------------- */
table.dllist td a.pdf{ background: url('/wien/wp-content/themes/orion_tcd037/toho_images/icon_pdf.gif') no-repeat left center; padding:3px 0px 3px 20px; }

/* ----------------------------------- 
  共通
------------------------------------- */
.toho_bold {
    font-weight: bold;
}

.toho_red12 {
    color: #9E0000;
}

.link_btn a {
    background: #fff;
    color: #750000;
    text-decoration: none;
    display: block;
    margin-bottom: 30px;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 130%;
    border: solid 1px #750000;
}

.link_btn a:hover {
    background-color:#750000;
    color:#fff;
}

/* PC閲覧時のみ改行 */
.br-pc { display: inline-block; }
@media screen and (max-width:767px) { /* 767px↓ */
  .br-pc { display: none; }
}

/* スマホ閲覧時のみ改行 */
.br-sp { display: none; }
@media screen and (max-width:767px) { /* 767px↓ */
  .br-sp { display: inline-block; }
}

/* TOPページのアクセスページリンクをスマホのみメニュー外にも表示 */
li.info_list#access, li.info_list#shiryou { display: none; }
    @media screen and (max-width:767px) { /* 767px↓ */
      li.info_list#access, li.info_list#shiryou { display: inline-block; }

    }

/* ---------------------------------------------------
  大学：在学生メッセージ 
 ---------------------------------------------------- */
div.balloon_mes {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 2px darkred;
    border-radius: 20px;
    box-sizing: border-box;
    background-color: #fed;
}

div.balloon_mes:before{
    content: "";
    position: absolute;
    top: -24px;
    left: 10%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #fed;
    z-index: 2;
}

div.balloon_mes:after{
    content: "";
    position: absolute;
    top: -30px;
    left: 10%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid darkred;
    z-index: 1;
}

div.balloon_mes p {
    margin: 10px;
    padding: 0;
}

/* 画像かどまる */
.img_radius {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

p.mes_from {
    position: absolute;
    top: -40px;
    right: 0%;
}

/* ---------------------------------------------------
  トップページ：学園リスト 
 ---------------------------------------------------- */

li.school_list { display:inline-block; vertical-align: top; }

img.school_img { width:90px; vertical-align: middle; padding: 0 15px 10px 15px; }
.school_text{ font-size: 13px; }

/* ---------------------------------------------------
  トップページ：学園リスト 
  wienスライダー
 ---------------------------------------------------- */
.index_content_header_wien_toho {
    text-align: center;
    padding: 0 50px;
    margin-bottom: 55px;
}
.index_content_header_wien_toho h3.headline.rich_font {
    font-size: 25px;
    margin: 0 0 20px 0;
}

.pt100 { padding-top:100px; } 

/* ---------------------------------------------------
  トップページ：大学?二高のロゴの制御 (Youtube)
 ---------------------------------------------------- */
/* PC */
div#toho_top_title { display:none; }
/* スマホ */
@media screen and (max-width:750px) { /* 750px↓ */
  div#toho_top_title { display:block; }
}

/* ---------------------------------------------------
  トップページ：SNSリンク
 ---------------------------------------------------- */
@media screen and (max-width:750px) { /* 750px↓ */
  #toho .top_sns_link, 
  #junior_college .top_sns_link,
  #junior_high .top_sns_link, 
  #highschool .top_sns_link, 
  #highschool2 .top_sns_link
  {
      margin: 20px auto;
      width: 390px;
  }
}

/* ---------------------------------------------------
  専攻：目次ページ
 ---------------------------------------------------- */
#course_list ol {
    margin-left: 0;
}
#course_list #index_dis_list li .title {
    font-size: 28px;
    margin: 0;
    line-height: 120%;
}
@media screen and (max-width: 550px) {
  #course_list #index_dis_list li {
      float: left;
      width: 50%;
      position: relative;
      margin: 0 !important;
  }
}

/* 検証用 TOPとの差別化に注意*/
#index_dis_list li .image {
    width: 100%;
    height: auto;
    display: block;
    background: #750000;
}
#index_dis_list li .image img {
    opacity: 0.8;
}
#course_list h2 {
    border-left: 4px solid darkred;
    border-bottom: 1px solid darkred;
    padding-left: 1em;
    padding-bottom: .7em;
}
.post_content #course_list #index_dis_list {
  margin-bottom: 50px;
}
.post_content #course_list h2 { /* reset */
    border: none;
    padding: 0;
}
div.box-001 a.course_title {
    border: solid 2px #750000;
    margin-bottom: 15px;
    text-align: center;
    display: block;
    padding: 10px 10px 0;
}
div.box-001 a.course_title:hover {
    border: solid 2px #750000;
    background-color: #750000;
    color: #fff; 
    margin-bottom: 15px;
    text-align: center;
    display: block;
}

/* ---------------------------------------------------
  専攻：navメニュー
 ---------------------------------------------------- */
.nav_menu {
    margin-bottom: 50px;
}
.course_nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 0;
}
.course_nav li {
    font-size: 20px;
    border: solid #750000 2px;
    background-color: #750000;
    width: 176px;
    text-align: center;
}
.course_nav li a {
    color: #fff;
    display: block;
}
.course_nav li a:hover {
    color: #750000;
    background-color: #fff;
    display: block;
    text-decoration: none;
}
.course_nav li:not(.current) {
  margin-top: 2px;
}
.course_nav li:last-child {
    margin-right: 0;
}
li.current a {
    color: #fff;
}
.course_nav li a {
    font-weight: bold;
}
@media screen and (max-width:770px) {
  .post_content ul {
      margin-left: 0;
      justify-content: space-between; 
  }
  .course_nav li {
      font-size: 20px;
  }
  .course_nav li {
    margin-bottom: 20px;
  }
  .course_nav li:nth-child(2n+1) {
    margin-right: 20px;
  }
  .course_nav li:nth-child(2n) {
    margin-right: 0;
  }
}

/* 専攻 */
section.content {
    margin-bottom: 100px;
}
#teacher div.col_img {
    margin-bottom: 50px;
    display: flex;
}
#teacher div.message {
    height: 86px;
    padding: 58px 50px;
}
#teacher p.main_msg {
    font-size: 120%;
    font-weight: bold;
}
#teacher p.main_msg span {
    background: linear-gradient(transparent 70%, #fff0f2 70%);
}
#teacher div.message span {
    text-align: right;
    display: inline-block;
}
#teacher p.col_message {
    padding: 10px;
    background-color: #f0f8ff;
}
@media screen and (max-width:770px) { 
  #teacher img.img {
      display: block;
      margin: auto;
  }
  #teacher div.col_img {
      margin-bottom: 20px;
      display: block;
  }
  #teacher div.message {
      padding: 30px 50px 0;
  }
  #teacher p.main_msg {
      font-size: 120%;
      font-weight: bold;
  }
}

/* ---------------------------------------------------
  投稿ページ 
 ---------------------------------------------------- */
.aply_btn_junior_college a {
    display: table;
    margin: 1em auto;
    padding: 0 2em;
    border: 2px solid #fff;
    background: linear-gradient(to top, #a00302, #bd0402);
    color: #fff;
    box-shadow: 1px 1px 0 0px #a00302, -1px -1px 0 0 #a00302, -1px 1px 0 0 #a00302, 1px -1px 0 0 #a00302;
}
/* 11/29追加対応 */
/* 投稿ページ　ページャー */
/* #previous_next_post imgのみstyle.cssから上書き */
#previous_next_post img {
    width: 110px;
    height: auto;
    float: left;
    margin: 0 20px 0 0;
}
.post_img {
    float: left;
    margin: 0 20px 5px 0;
    display: block;
    overflow: hidden;
    height: 110px;
}
#previous_next_post .title { text-align: left; }

@media screen and (max-width:770px) { 

    #previous_next_post img { 
        display: none; 
    }

    #previous_next_post a {
        padding: 20px !important;
        height: 150px !important;
        line-height: 50px;
        text-align: center;
    }

    #previous_next_post .title {
    //    margin-right: 20px !important;
        line-height:150% !important;
        font-size: 120%;
        padding: 5px;
    }
    
    #previous_next_post .next_post a .title:before, #previous_next_post .prev_post a .title:before {
        display: none;
    }
 
    #previous_next_post .post_img span.title { 
        max-height: 150px;
        line-height: 150%; 
        margin: 10px;
    }
}
/* 大学テンプレ：2段組 */
.add_box {
    margin-bottom: 30px;
}
.add_left {
    display: block;
    float: left;
    margin-right: 10px;
}
.add_right {
    display: block;
    float: left;
}
/* 後援会 */
.contBlock { padding:0px 2px 25px; margin-bottom:25px; overflow:hidden; border-bottom:1px dotted #969696;}
.contBlock p.txt01 { margin-bottom:15px; line-height:160%; font-size:16px;}
.contBlock p.txt01:last-child{ margin-bottom:0px;}

.greeting .fl_L { 
    width:140px;
}
.greeting .fl_R { 
    width: calc(100% - 171px);
}
.greeting .post {
    margin-bottom:10px;
    font-size:13px;
}
.greeting .name { font-size:16px;}
.greeting .name span { font-size:10px;}

.pdfList { margin:0px 0px 25px;}
.pdfList li{ background:url(/img/koenkai/images/common/bg_011.jpg) no-repeat left top; padding-left: 20px; margin-right:15px; display:inline;}

.contactBlock { background-color: #FFE5D9; border: 1px solid #9E0000; margin-bottom: 25px; clear: both; padding: 13px; }
@media screen and (max-width:770px) { 
    .greeting .fl_L { 
        width:100%;
    }
    .greeting .fl_R { 
        width: 100%;
        margin: 5px auto;
    }
    .greeting .post,
    .greeting .name {
        text-align: center;
    }

}
/* slick.js：スライダー */
@media screen and (min-width: 767px){
  .slide_img .slick-slide{
      margin-right: 5px;
  }
  .slick-slide img {
    width: 99%;
    height: auto;
  }
}
@media screen and (max-width: 766px){
 .slick-slide img {
    width: 100%;
    height: auto;
  }
}
.slick-slide img {
  margin-bottom: 2vh;
}
.mi_dot {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.mi_dot li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.mi_dot li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.mi_dot li button:hover,
.mi_dot li button:focus {
    outline: none;
}
.mi_dot li button:hover:before,
.mi_dot li button:focus:before {
    opacity: 1;
}
.mi_dot li button:before {
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '?';
    text-align: center;
    opacity: .25;
    color: #750000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mi_dot li.slick-active button:before {
    opacity: .75;
    color: #750000;
}

/* お申し込みフォーム */
.highschool.advice .test_schedule2 th{
    vertical-align: top;
}
p.aply_btn a.high_app {
    background: #014d71; 
    color: #fff !important;
    box-shadow: 1px 1px 0 0px #014d71, 
                -1px -1px 0 0 #014d71, 
                -1px 1px 0 0 #014d71, 
                1px -1px 0 0 #014d71;
}
p.aply_btn a.high_app span {
    padding: 15px;
}
p.aply_btn a.high_app:hover {
    background: #fff; 
    color: #014d71 !important;
    font-weight: bold;
    box-shadow: 1px 1px 0 0px #014d71, 
                -1px -1px 0 0 #014d71, 
                -1px 1px 0 0 #014d71, 
                1px -1px 0 0 #014d71;
}
/* 文頭に句読点が来るのを防ぐ */
p#wv_normal { word-break: normal; }

/* ---------------------------------------------------
  TOP:緊急のお知らせ
 ---------------------------------------------------- */
.emergency-message-pc {
  background-color: #750000;
  padding: 20px 150px;
  color: #fff;
  text-align: center;
  line-height: 1.6rem;
  border-top: 1px solid #fff;
}
.emergency-message-pc .title {
  font-size: 1.6rem;
  font-weight: bold;
}
.emergency-message-mobile {
  background-color: #750000;
  padding: 20px;
  color: #fff;
  line-height: 1.4rem;
}
.emergency-message-mobile .title {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 766px){
 .emergency-message-pc {
    display: none;
  }
}

/* ---------------------------------------------------
  TOP:固定バナー
 ---------------------------------------------------- */
#top_fixed_banner {
  padding: 0 50px;
  margin: 20px auto;
}
#top_fixed_banner img {
  width: 100%;
}
@media screen and (max-width: 766px){
  #top_fixed_banner {
    padding: 0;
  }
}

/* ---------------------------------------------------
  キャリア支援センター
 ---------------------------------------------------- */
.career ul  {
  text-align: right;
  margin-bottom: 5px;
}
.career ul li {
  display: inline;
}
.job-posting {
  width: 100%;
  margin-bottom: 10px;
}
.job-posting-btn,
.for-company-btn {
  min-width: 12em;
  width: 30%;
  line-height: 1.8em;
  border-radius: 7px;
  margin-bottom: 5px;
}
.for-company-btn {
  width: unset;
}
@media screen and (max-width: 766px){
  .career ul  {
    text-align: center;
    margin-bottom: 10px;
  }
  .job-posting-btn,
  .for-company-btn {
    width: 80%;
    padding: .5em 0 !important;
  }
}

/* ---------------------------------------------------
  邦友会
 ---------------------------------------------------- */
.hoyukai .greeting img {
  float: left;
  margin:0 15px 10px 0;
}
