/* 学科ページのセンタリング調整 */

@media screen and (max-width: 960px){
    .curriculumTableArea .curriculumTableWrap .curriculumTableCont table tr td {
        vertical-align: middle;
    }
}

/* 印刷補正用 */
@media print{
.p-homeCourseInner{
	display:none; 

}

}

/* 留学生　入学案内調整 */
@media screen and (max-width: 960px){
    .foreign_guidline .g-heroWrap--righttitle {
        background-image: url(../img/foreign_guidline/kv02-sp.png) !important;
    }
}

/* 留学生・高校既卒者動画調整 */
@media screen and (min-width: 768px){
 .g-heroWrap--career2 .g-heroMovie__movie,
 .g-heroWrap--foreign .g-heroMovie__movie {
    min-width: 1366px !important;
    min-height: 560px !important;
    max-width: none !important;
}

 .g-heroWrap--career2 .g-heroMovie__movieWrap,
 .g-heroWrap--foreign .g-heroMovie__movieWrap {
    min-width: 1366px !important;
    min-height: 560px !important;
    margin-top: 0 !important;
    /*padding-top: 0 !important;*/
}


}
.g-heroMovie__inner.is-active:not(.js_active) .g-heroMovie__loading{
   background-color: white;
}



 .g-heroWrap--career2 .g-heroMovie__movie,
 .g-heroWrap--foreign .g-heroMovie__movie {
    width: 100%;
}
 .g-heroWrap--career2 .g-heroMovie__movieWrap,
 .g-heroWrap--foreign .g-heroMovie__movieWrap {
    margin-top: 5px;
}


.collegenews strong {
    font-weight: bolder !important;
}

.collegenews .wpPostInner a{
	text-decoration:underline !important;
}

.collegenews .wpPostInner s{
text-decoration: line-through !important;
}

.collegenews .wpPostInner em{
font-style: italic !important;
}


.collegenews .aligncenter {
    text-align: center;
}
.collegenews .alignleft {
    text-align: left;
}
.collegenews .alignright {
    text-align: right;
    width: auto;
}

/* フォームの戻るボタン */

.back_button{
    margin: 30px auto 0;
    text-decoration: underline;
    cursor: pointer;
    display: block;
}

input[type=submit]{
    cursor: pointer;
}

/*SPフッターボタン補正*/

@media screen and (max-width: 960px){
.followingBtn ul li a:before{
    width: 18px;
    height: 18px;
    
}
}

/*ヘッダーブランク*/

@media screen and (max-width: 960px){
.drawerMenu__inner .sitemapMenu ul li .submenu ul li a.blank:before {
    content: '';
    background: #3e3e3e url(../img/common/ico-blank.svg) no-repeat right center;
    background-size: 12.88px;
    width: 20px;
    height: 20px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center;
}
}


/*ニューステーブル*/
.c-container--collegenews__inner table {
    width: 100%;
}

.c-container--collegenews__inner table tr th:nth-child(1n) {
    background: #b9e084;    
    font-size: 1.2rem;
    padding: 12px 0 12px 20px;
    border-bottom: solid 6px #fff;
    border-right: solid 6px #fff;
}

.c-container--collegenews__inner table tr th {
    background: #fff5a8;
}

.c-container--collegenews__inner table tr td {
    font-size: 1.2rem;
    border-bottom: solid 6px #fff;
    border-right: solid 6px #fff;
    background: #f1f1f1;
}

/*ニュースカラムル*/
/* カラムブロック全体 */
.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

/* カラム */
.wp-block-columns .wp-block-column {
  padding: 0 20px;
  width: 100%;
  margin-bottom: 40px;
}

.wp-block-columns .wp-block-column img{
  max-width: 100% !important;
}
.wp-block-embed.is-provider-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.wp-block-embed.is-provider-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.is-layout-flow.wp-block-column,
.wp-block-embed__wrapper iframe {
  max-width: 100%;
}

.wp-block-columns .wp-block-column {
  float: none;
}

/* タブレットサイズ以下の場合のカラム挙動 */
@media screen and (max-width: 767px) {
  .wp-block-columns {
    display: block;
    margin: 0;
  }
  .wp-block-columns .wp-block-column {
    padding: 0;
    width: 100%;
  }
}

/* スマートフォンサイズ以下の場合のカラム挙動 */
@media screen and (max-width: 480px) {
  .wp-block-columns .wp-block-column {
    margin: 0 0 20px;
  }
}


.post-password-form input{
    border: 1px solid #666;
    
}