@charset "utf-8";

/* Contents
 * ****************************
 *
 * 1: heading
 * 2: paragraph
 * 3: list
 * 4: table
 * 5: box
 * 6: link
 * 7: others
 *
 * ****************************
 */


/*
======= 1: heading =======
*/
h1,h2,h3,h4,h5 {
  font-size: 100%;
  line-height: 1.5;
}
/*---- h1 / h2 / h3 / h4  ----*/
.sttl01 {
  padding: 10px;
  border: 1px solid #CCD5DD;
  border-top: 5px solid #CCD5DD;
  background: #EFEFEF;
  color: #462446;
  font-weight: bold;
  font-size: 1.25rem;
}
.sttl02,
.sttl06,
.sttl07,
.sttl08,
.sttl09,
.sttl10,
.sttl15{
  margin-bottom: 30px;
  padding: 10px;
  border: 5px solid #69396C;
  color: #69396C;
  font-size: 166%;
}
.sttl06 { border: 5px solid #E84C3D; color: #E84C3D; }
.sttl07 { border: 5px solid #E77E23; color: #E77E23; }
.sttl08 { border: 5px solid #16A086; color: #16A086; }
.sttl09 { border: 5px solid #3598DC; color: #3598DC; }
.sttl10 { border: 5px solid #9C59B8; color: #9C59B8; }

.sttl03, .sttl12 { font-size: 150%; }
.sttl03 span { font-size: 77%; }
.sttl04, .sttl11 { font-size: 133%; }
.sttl04 span { font-size: 75%; }
.sttl04 img { vertical-align: middle; }
.sttl05 { font-size: 116%; }
.sttl11 {
  padding: 8px 0 0 45px;
  min-height: 40px;
  _height: 40px;
  background: url(../../img/flow/txt02.gif) no-repeat 0 0;
}
.sttl12 { color: #DE3166; line-height: 1.5; }


/**/
.sttl02_01,
.sttl06_01,
.sttl07_01,
.sttl07_02,
.sttl08_01,
.sttl09_01,
.sttl10_01,
.sttl12_01{
  margin-bottom: 20px;
  font-size: 250%;
  font-weight: bold;
  line-height: 1.5;
}
.sttl02_01 { color: #69396C;}
.sttl06_01 { color: #E84C3D; }
.sttl07_01{ color: #E77E23;}
.sttl07_03 {
  line-height: 1.5;
  text-align: center;
  font-size: 250%;
  font-weight: bold;
  color: #E77E23;
}
.sttl08_01 { color: #16A086; }
.sttl09_01 { color: #3598DC; }
.sttl10_01 { color: #9C59B8; }
.sttl12_01 {color: #DE3166;}
.sttl12_02{
  margin-bottom: 16px;
  font-size: 200%;
  font-weight: bold;
  color: #DE3166;
}

.sttl07_02 {
  color: #E77E23;
  font-size: 133%;
  margin-bottom: 10px;
}

/*17.12.18追加*/
.sttl13{
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0B755D;
}

/*201802追加*/
.sttl14{
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  color: #A87675;
}
/*活動状況詳細ページ用　17.7.12追加*/
#active .sttl03{padding: 15px 0;}

/*20180712追加*/
.sttl02_02{
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #69396C;
}
.sttl10_02 {
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #9C59B8;
}
/*20190219追加*/
.sttl15{ border: 5px solid #FF7A7A; color: #FF7A7A; }



/* --- 見出しエリア --- */
div.heading {
width: 100%; /* 見出しエリアの幅 */
margin-bottom: 1em;
padding-bottom: 2px; /* 見出しエリアの下パディング */
border-bottom: 2px #DE3166 solid; /* 見出しエリアの下境界線 */
}

/* --- 見出し1 --- */
div.heading h3.hd1 {
width: 180px; /* 見出しの幅 */
margin: 0;
padding: 9px 110px 4px 10px; /* 見出しのパディング（上右下左） */
background: url(../../img/common/heading_back2.gif) no-repeat right top; /* 見出しの背景 */
font-size: 100%; /* 見出しの文字サイズ */
line-height: 100%;
}

/* --- 見出し2 --- */
div.heading h3.hd2 {
width: 400px; /* 見出しの幅 */
margin: 0;
padding: 9px 110px 4px 10px; /* 見出しのパディング（上右下左） */
background: url(heading_back2.gif) no-repeat right top; /* 見出しの背景 */
font-size: 100%; /* 見出しの文字サイズ */
line-height: 100%;
}


/*
======= 2: paragraph =======
*/
.txt01 {
  padding: 3px 10px;
  display: inline-block;
  _display: inline;
  zoom: 1;
  margin-bottom: 20px;
  color: #E77E23;
  border: 2px solid #E77E23;
  font-size: 133%;
  font-weight: bold;
  line-height: 1.2;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ ゴシック","MS Gothic","Osaka－等幅",Verdana,Arial,Helvetica,sans-serif;
}

/*
======= 3: list =======
*/
/*---- ul ----*/
ul {
  margin-left: 0;
  list-style: none;
}
ul ol li {
  padding-left: 0;
  background: none;
}



/* phList */
.phList {
  position: relative;
  width: 990px;
  margin-left: -30px;
}
.phList li {
  float: left;
  width: 300px;
  margin: 0 0 40px 30px;
  text-align: center;
}

/* linkList */
.linkList li {/*flowのみで使用*/
  float: left;
  display: block;
  width: 42%;/*125px*/
    font-size: 0.875rem;/*2017.7.21追加*/
  padding-left: 15px;
  background: url(../../img/common/bg_disc01.gif) no-repeat 5px 0.7em;
}

.linkList02{margin-bottom: 20px;}/*instructorのみで使用*/
.linkList02 li {
  padding-left: 15px;
  background: url(../../img/common/bg_disc02.gif) no-repeat 5px 0.7em;
}

/*instList*//*instructorのみで使用*/
.instList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 984px;
  margin-bottom: 50px;
}
.instList li {
  width: 220px;
  margin: 0 26px 40px 0;
  text-align: center;
}


/*---- ol ----*/
ol {
  margin-left: 20px;
  /*margin-left: 23px;*/
}
ol ul,
ol ol {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* ol_type01 */
ol.ol_type01 {
  margin-left: 20px;
}
ol.ol_type01 li {
  padding: 0 0 5px 15px;
}

/*---- dl ----*/

/* defineList クラス紹介のみで使用*/
.defineList{margin-bottom: 20px;}
dl.defineList dt {
  display: inline-block;
    width: 80px;
  line-height: 1.8em;
    vertical-align: top;
}
dl.defineList dd {
    display: inline-block;
  line-height: 1.8em;
    vertical-align: top;
}

dl.nml {
  width:100%;
  margin:0;
  padding:0;
}
/* --- 日付エリア --- */
dl.nml dt {
width: 15em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%;
}

/* --- 本文エリア --- */
dl.nml dd {
margin: 0;
padding: 7px 3px 6px 15.5em; /* 本文エリアのパディング（上右下左） */
line-height: 120%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/*
======= 4: table =======
*/
table {
  width: 100%;
}

table.tbl_history th,
table.tbl_history td {
  vertical-align: top;
}
table.tbl_history th {
  padding-right: 15px;
  text-align: left;
  font-weight: normal;
}
table.tbl_history th.type01 { width: 5.5em; }
table.tbl_history th.type02 { width: 4em; }
table.tbl_history th.type03 { width: 8em; }

table.tbl_instructor th,
table.tbl_instructor td {
  padding-bottom: 10px;
}
table.tbl_instructor th {
  width: 5em;
  font-weight: normal;
  vertical-align: top;
}
/*
======= 5: box =======
*/
.box01 {
  border: 1px solid #CCD5DD;
  border-top: none;
}
.box02 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}
.box03 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
}
.box04 {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.sideBnr {
  position: relative;/*2019.4.9追加*/
  width: 300px;
  height: auto;
}

#fb_spl{height:25px;}/*15.04.06追加*/
.sideBnr img{width: 100%;}/*2017.2.3追加*/
.sideBnr a{display: block}/*2019.4.9追加*/
#newsBox {
  width: 100%;
  height: 360px;
  overflow: auto;
  -webkit-overflow-scrolling:touch;
}
.youtubeBox {
  padding: 15px;
  background: #CCD5DD;
}
.gmapBox {
  width: 950px;
  height: 330px;
  border: 5px solid #A5BFDD;
}

/*クラス紹介のみで使用*/
.courseBox {
  position: relative;
    overflow: hidden;
}
.courseImg{
    position: absolute;
  top: 0;
  left: 0;
}
.courseTxt {
    float: right;
  width: 480px;
    margin-bottom: 120px;
}
.courseTxt a{width: 80%;}
/*------*/


/*入学までの流れのみで使用*/
.flowBox_web,
.flowBox_pdf {
  float: left;
  width: 468px;
  min-height: 135px;
  height: 160px;
  padding: 10px 5px 5px 160px;
  border: 5px solid #CCD5DD;
  background: url(../../img/flow/bg_web.gif) no-repeat 5px 5px;
}
.flowBox_pdf {
  float: right;
  background: url(../../img/flow/bg_pdf.gif) no-repeat 5px 5px;
}
.flowBox_pdf a{width: 100%;}
.flowimg img{width: 480px;}
/*------*/

/* popup-gallery */
.popup-gallery {
  position: relative;
  width: 972px; 
}
.popup-gallery a {
  float: left;
  height: 96px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 30px;
}

/* googleカレンダー */
.calendar-container {
  position: relative!important;
  padding-bottom: 90%;
  padding-top: 30px;
  height: 0;
}
 
.calendar-container iframe,
.calendar-container object,
.calendar-container embed {
  position: absolute!important;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
} 
@media screen and (max-width: 460px) {
  .calendar-container {
    padding-bottom: 150%;
  }
}
 
.entry-content img,#content embed,#content object,#content video {
  border: 1px solid #FFFFFF!important;
  padding: 3px!important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
 
@media screen and (max-width: 320px) {
  iframe[src*="calendar"] {
    width: 310px!important;
    height: 500px!important;
  }
}

/*---- box divide ----*/
.divideBox_base,
.break01,
.divide_le01,
.divide_ri01 {overflow: hidden;}
/**/
.divide_le01 {
  float: left;
  margin: 0;
}
/**/
.divide_ri01 {
  float: right;
  margin: 0;
}

/**/
.divide_ph_le01,
.divide_ph_le02,
.divide_ph_ri01,
.divide_ph_ri02{
    display: inline-block;
    overflow: hidden;
}
.divide_ph_le01 {
  float: left;
  padding-right: 30px;
}
.divide_ph_le02 {
  float: left;
  padding-right: 20px;
}
.divide_ph_ri01 {
  float: right;
  padding: 0 0 0 40px;
}
.divide_ph_ri02 {
  float: right;
  padding-left:20px;
  text-align: right;
}
.divide_ph_ri03{
  float: right;
  text-align: right;
}

/*
======= 6: link =======
*/
a:link,
a:visited {text-decoration: underline;}
a:hover {text-decoration: none;}
a:hover img {opacity:0.7;}

/**/
#topicPath a {color: #67396C;}

a.iconWindow01 {
  padding-right: 15px;
  text-decoration: none;
  background: url(../../img/common/icon_window01.gif) no-repeat right 0.3em;
}
a.iconWindow01:hover {
  text-decoration: underline;
}

.anchorbtn a{
  display: inline-block;
  height: 50px;
  padding: 12px 20px 0;
  text-align: center;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #DE3166;
  transition: all 0.25s linear;
}
.anchorbtn a:nth-last-of-type(n+2){margin-bottom: 20px;}
.anchorbtn a::after{
  content: "";
  display: inline-block;
  margin-left: 3px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
}
.anchorbtn a:hover{opacity: 0.7;}


.lesson a{width: 80%;}
.audition a{width: 50%;}
.course a{width: 50%;}
.obog a{width: 50%;}

.telanc{pointer-events: none;}
@media screen and (max-width: 820px){
  .telanc{pointer-events: auto;}
}

/**/

/*
======= 7: Facebook =======
*/


/*
======= 8: MessageBox =======
*/

.open{
  display: inline-block;
  color: #fff;
  cursor: pointer;
  background-color: #F69;
  padding: 0px 10px 0px 5px;
}
#slideBox1,#slideBox2,#slideBox3{
     padding: 10px;
     border: 1px #ccc solid;
     display:none;
     }


/*
======= 9: others =======
*/
.sp_display { display: none; }

/**/
img {
  border: 0;
  vertical-align: bottom;
}





/*トップページスライダ mainとobog*/
#mainimg {
  position: relative;
  width: 960px;
  top: 0;
  left: 0;
  margin: auto;
}
#mainimg .slidebox {
  position: relative;
  float: left;
  width: 960px;
}
#mainimg .slidebox img{width: 100%;}
#next01,
#prev01{
  width: 56px;
  height: 56px;
  top: calc(50% - 28px);
  z-index: 1000;
  cursor: pointer;
}
#next01{
  position:absolute;
  right:-28px;
  background: url(../../img/index/btn_next01.png) no-repeat 0 0;
}
#prev01{
  position:absolute;
  left:-28px;
  background: url(../../img/index/btn_prev01.png) no-repeat 0 0;
}
#next01:hover {
  background: url(../../img/index/btn_next01_o.png) no-repeat 0 0;
}
#prev01:hover {
  background: url(../../img/index/btn_prev01_o.png) no-repeat 0 0;
}
/**/
.obogslide{overflow: hidden;}
.carouselList{padding: 10px 0;}
.carouselList a{
  display: block;
  text-decoration: none;
}
.carouselList a:hover{opacity: 0.7;}
.carouselList li span{
  display: block;
  font-size: 0.75rem;
  text-decoration: none;
  color: #333333;
}

@media screen and (max-width:420px){
  .carouselList{padding: 10px 20px;}
}
/*トップページスライダここまで*/

span.ttl{
  color:#DE3166;
}

/*----*/
.fsS { font-size: 0.75rem;}
.fsM { font-size: 1.125rem;}
.fsL { font-size: 133%;}
.fsLL { font-size: 1.75rem;}

/*----*/
.nowrap { white-space: nowrap; }

/*----*/
.fc_pu01 { color: #663366;}
.bold { font-weight: bold; }

/* indent */
.idt {
  margin-left: 1.3em;
  text-indent: -1.3em;
}

/*----*/
.hidden { visibility: hidden; }

/*----*/
.clear { clear: both; }

/*----*/
.align_l { text-align: left !important; }
.align_r { text-align: right !important; }
.align_c { text-align: center !important; }

/*----*/
.mt0, .mv0, .ma0 { margin-top:    0 !important; }
.mr0, .mh0, .ma0 { margin-right:  0 !important; }
.mb0, .mv0, .ma0 { margin-bottom: 0 !important; }
.ml0, .mh0, .ma0 { margin-left:   0 !important; }
.pt0, .pv0, .pa0 { padding-top:   0 !important; }
.pr0, .ph0, .pa0 { padding-right: 0 !important; }
.pb0, .pv0, .pa0 { padding-bottom:0 !important; }
.pl0, .ph0, .pa0 { padding-left:  0 !important; }
.mt5, .mv5, .ma5 { margin-top:    5px !important; }
.mr5, .mh5, .ma5 { margin-right:  5px !important; }
.mb5, .mv5, .ma5 { margin-bottom: 5px !important; }
.ml5, .mh5, .ma5 { margin-left:   5px !important; }
.pt5, .pv5, .pa5 { padding-top:   5px !important; }
.pr5, .ph5, .pa5 { padding-right: 5px !important; }
.pb5, .pv5, .pa5 { padding-bottom:5px !important; }
.pl5, .ph5, .pa5 { padding-left:  5px !important; }
.mt10, .mv10, .ma10 { margin-top:    10px !important; }
.mr10, .mh10, .ma10 { margin-right:  10px !important; }
.mb10, .mv10, .ma10 { margin-bottom: 10px !important; }
.ml10, .mh10, .ma10 { margin-left:   10px !important; }
.pt10, .pv10, .pa10 { padding-top:   10px !important; }
.pr10, .ph10, .pa10 { padding-right: 10px !important; }
.pb10, .pv10, .pa10 { padding-bottom:10px !important; }
.pl10, .ph10, .pa10 { padding-left:  10px !important; }
.mt15, .mv15, .ma15 { margin-top:    15px !important; }
.mr15, .mh15, .ma15 { margin-right:  15px !important; }
.mb15, .mv15, .ma15 { margin-bottom: 15px !important; }
.ml15, .mh15, .ma15 { margin-left:   15px !important; }
.pt15, .pv15, .pa15 { padding-top:   15px !important; }
.pr15, .ph15, .pa15 { padding-right: 15px !important; }
.pb15, .pv15, .pa15 { padding-bottom:15px !important; }
.pl15, .ph15, .pa15 { padding-left:  15px !important; }
.mt20, .mv20, .ma20 { margin-top:    20px !important; }
.mr20, .mh20, .ma20 { margin-right:  20px !important; }
.mb20, .mv20, .ma20 { margin-bottom: 20px !important; }
.ml20, .mh20, .ma20 { margin-left:   20px !important; }
.pt20, .pv20, .pa20 { padding-top:   20px !important; }
.pr20, .ph20, .pa20 { padding-right: 20px !important; }
.pb20, .pv20, .pa20 { padding-bottom:20px !important; }
.pl20, .ph20, .pa20 { padding-left:  20px !important; }
.mt30, .mv30, .ma30 { margin-top:    30px !important; }
.mr30, .mh30, .ma30 { margin-right:  30px !important; }
.mb30, .mv30, .ma30 { margin-bottom: 30px !important; }
.ml30, .mh30, .ma30 { margin-left:   30px !important; }
.pt30, .pv30, .pa30 { padding-top:   30px !important; }
.pr30, .ph30, .pa30 { padding-right: 30px !important; }
.pb30, .pv30, .pa30 { padding-bottom:30px !important; }
.pl30, .ph30, .pa30 { padding-left:  30px !important; }
.mt40, .mv40, .ma40 { margin-top:    40px !important; }
.mr40, .mh40, .ma40 { margin-right:  40px !important; }
.mb40, .mv40, .ma40 { margin-bottom: 40px !important; }
.ml40, .mh40, .ma40 { margin-left:   40px !important; }
.pt40, .pv40, .pa40 { padding-top:   40px !important; }
.pr40, .ph40, .pa40 { padding-right: 40px !important; }
.pb40, .pv40, .pa40 { padding-bottom:40px !important; }
.pl40, .ph40, .pa40 { padding-left:  40px !important; }
.mt50, .mv50, .ma50 { margin-top:    50px !important; }
.mr50, .mh50, .ma50 { margin-right:  50px !important; }
.mb50, .mv50, .ma50 { margin-bottom: 50px !important; }
.ml50, .mh50, .ma50 { margin-left:   50px !important; }
.mb80, .mv80, .ma80 { margin-bottom: 80px !important; }
.pt50{padding-top: 50px;}
.bt0, .ba0 { border-top:none !important; }
.br0, .ba0 { border-right:none !important; }
.bb0, .ba0 { border-bottom:none !important; }
.bl0, .ba0 { border-left:none !important; }
.negmt20{margin-top:-20px;}
.negmt24{margin-top:-24px;}
.negmt28{margin-top:-28px;}
.negmt40{margin-top:-40px;}
.negmt46{margin-top:-46px;}


/*---- clearfix ----*/
.cf:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;  
}
.cf { display: inline-block; }
/* Hides from IE-mac \*/
* html .cf { height: 1%; }
.cf { display: block; }
/* End hide from IE-mac */
/* clearfix end */


#slide {
width:305px;
height:195px;
margin:0 auto;
position:relative;
}
#slide img {
position:absolute;
left:0;
top:0;
}

.mb20 img{
  vertical-align:middle;
}




div.live_info {
width: 100%; 
}



div.live_info dl {
width: 100%; 
margin: 0;

}


div.live_info dt {
width: 15%; 
float: left;
padding: 7px 0 6px 3px; 
line-height: 150%;
color:#DE3166;
font-weight:bold;
}


div.live_info dd {
margin: 0;
padding: 7px 3px 6px 0em; 
line-height: 150%;
float:left;
width:80%;
}

.col_pi{color: #DE3166;}/*15.05.19追加　aタグのみで色づけをしているところの修正用*/

/*15.10.20追加 amaz live 5*/
.col_rd{color:#FF0000;}
.timetable td{vertical-align:top;}
.timetable tr td:nth-of-type(1){width:25%; padding-left:10px;}
.txtdeco{text-decoration:underline;}
/*------------*/
.col_bl{color:#1E7EF1;}


#blank{width:145px; height:180px; background-color:#5F5F5F; display:inline-block;}


/*アクティビティページのタブ切り替え用*/
#tabline{
  background:url(../../img/activities/brnline.png) repeat-x 100% 100%;
  margin-bottom:40px;
}

.tab li{
  display:inline-block;
  padding:5px 5px 0;
  background-color:#CCB0AF;
    width: 120px;
  margin-right:5px;
  color:#FFFFFF;
  font-size:1.125em;
  font-weight:bold;
  cursor:pointer;
    text-align: center;
}
.tab li:last-of-type{margin-right: 0;}

.sikaku{
  padding:5px 0 7px;
  background-color:rgba(255,255,255,0);
}
.tab li.select > .sikaku , .tab li:hover > .sikaku{
  background-color:rgba(255,255,255,1);
  color:#AF8281;
}

.hide{display:none;}

.content{display:inline-block; width:100%;}
@media screen and (max-width: 414px) {
.tab li{
    width: calc((100% - 20px) / 3);
    font-size:0.825em;
    }
}






@media screen and (max-width: 640px) {
  .bx-wrapper .bx-viewport{
    background:none;
    border:none;
    box-shadow:none;
    left:0;
  }
  .bx-wrapper{margin-bottom:20px;}
  .bx-wrapper .bx-prev{left:-16px;}
  .bx-wrapper .bx-next{right:-16px;}
  .bx-wrapper .bx-controls-direction a{
    margin-top:0;
    top:54px;
  }
}





/*入学オーディション 16.01.08*/
.nyugaku_music{
  display:inline-block;
  vertical-align:top;
}
.nyugaku_music:nth-of-type(2){margin-left:50px;}

.audition_sp{display:none;}
@media screen and (max-width: 768px) {
.audition_sp{display:block;}
.audition_pc{display:none;}
}
@media screen and (max-width: 460px) {
.break01 div.mb20 a{display:inline-block;}
}

/*入学オーディション 17.07.13*/
.adn_link{
    margin-bottom: 30px;
    text-align:center;
}
.adn_link div{
    display: inline-block;
    border:6px solid #F36396;
    width: 470px;
    line-height: 50px;
    vertical-align: top;
}
.adn_link div:first-of-type{margin-right: 20px;}
.adn_link div a{
    display: block;
    height: 100%;
    color:#F36094;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration:none;
  background-color: #FFFFFF;
    transition: all 0.5s;
}
.adn_link div a img{
    margin-right: 10px;
    vertical-align: middle;
}
.adn_link div a:hover{
    background-color: #F36094;
    color: #FFFFFF;
}
/*201802*/
.adn_link.adn_colm3 div{width: 33%; margin-right: 0.5%;}
.adn_link.adn_colm3 div:last-of-type{margin-right: 0;}
.adn_link.adn_colm3 div a{font-size: 1.125rem;}
.adn_link.adn_colm3 div:first-of-type a{font-size: 1rem;}


.adn_opnscl{
  position: relative;
  margin-bottom: 40px;
  border:6px solid #F36396;
}
.adn_opnscl a{
    display: block;
    height: 100%;
    transition: all 0.5s;
}
.adn_opnscl a:hover{opacity: 0.7;}
.adn_opnscl div{
    display: inline-block;
    vertical-align:middle;
}
.adn_opnscl div:first-of-type{
    width: 27.5%;
    padding:10px;
}
.adn_opnscl div:last-of-type{
    width: 72.5%;
    padding: 5px 0;
}

 .adn_scldate{
     display: inline-block;
     color:#60788E;
     font-size:1.75rem;
     font-weight: bold;
     vertical-align: middle;
}
 .adn_sclbg{
     display: inline-block;
     background: url(../../img/news/il_adn_bg01.png) center center no-repeat;
     width: 202px;
     height: 70px;
     padding-top: 14px;
     color:#FFFFFF;
     font-size: 1.625rem;
     font-weight: bold;
     text-align: center;
     vertical-align: middle;
}
.adn_copink{
/*  line-height: 1.5;*/
    color: #F26396;
    font-size: 1.5rem;
    font-weight: bold;
}

.adn_invcls{
    border:5px solid #CCD5DD;
    margin-bottom: 40px;
}
.adn_invcls div{
    display: inline-block;
    vertical-align:top;
}
.adn_invcls div:first-of-type{
    width: 27.5%;
    padding: 10px;
}
.adn_invcls div:last-of-type{
    width: 72.5%;
    padding: 10px 10px 10px 20px;
}
.adn_txttitle1{
    padding: 15px 0;
    line-height: 1;
    color: #9FB1BF;
    font-size: 1.875rem;
    font-weight: bold;
}
.adn_txt1{
    margin-bottom: 10px;
    color: #462446;
    font-size: 1.125rem;
}
.adn_linkbtn a{
    display: inline-block;
    background-color: #DE3166;
    padding: 2px 20px 2px 5px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.5s;
}
.adn_linkbtn a img{
    margin-right: 5px;
    vertical-align: middle;
}
.adn_linkbtn a:hover{opacity: 0.7;}


/*入学オーディション 18.03.25 2018.12.20*/
.adn_sclbg2018 {
    display: inline-block;
    background: url(../../img/news/il_adn_bg01.png) center center no-repeat;
    width: 210px;
    height: 70px;
  line-height: 1.2;
    padding-top: 15px;
    color: #FFFFFF;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}


.adn_opnscl.simple{display: inline-block;}
.adn_opnscl.simple div:first-of-type{
    width: auto;
    padding:10px;
}
.adn_opnscl.simple div:last-of-type{
    width: auto;
    padding: 0 10px 0 0;
}
/*入学オーディション 19.01.15*/
.adn_opnscltxt01{
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: bold;
  color: #F55184;
}
.adn_opnscltxt02{
  line-height: 1.2;
  font-size: 2rem;
  font-weight: bold;
  color: #FF7E00;
}
.adn_opnscltxt03{
  margin-top: 5px;
  line-height: 1.2;
  font-size: 0.875rem;
  color: #000000;
}
.sdn_opnscldate{
  position: absolute;
  right: 0;
  top: 3px;
}
.sdn_opnscldate span{
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 1.2;
  padding-top: 18px;
  vertical-align: middle;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 100%;
  background-color: #7E7E7E;
}




/*2017.11.17インデックスのみで使用　スプラッシュニューアルバム 20190320変更*/
.SPL_newcd{height: 200px;}
.SPL_newcd a:hover{opacity: 0.7;}
@media screen and (max-width: 820px){
  .sdn_opnscldate{
    position: static;
    margin: 10px 0;
    text-align: center;
  }
}
@media screen and (max-width:420px){
    .SPL_newcd,
    .SPL_newcd div{height: auto;}
    .SPL_newcd{background-color: dodgerblue;}

}

/*2017年度デビュー生徒ページで使用*/
.graduatepage .divide_ph_ri01 img{height: 200px;}
@media screen and (max-width:420px){
  .graduatepage .divide_ph_ri01 img{height: auto;}
}
