@charset "UTF-8";

.minsenImageBox_head {
	padding-bottom: 0!important;
}
.minsenImageBox_2 {
	text-align: center;
	padding-bottom: 0!important;
}
/* 親要素 */
.senmonList li {
	margin-top: 10px;
}
.senmonList li:first-child {
	margin-top: 0;
}
/* 子要素（必ずsenmonList配下で使うこと）*/
.senmonList .child {
	margin-top: 10px;
}
.senmonList .child li {
	display: block;
}
/* 孫要素（必ずsenmonList配下のchild配下で使うこと） */
.senmonList .child .grandchild li {
	display: inline-block;
}
/* 共通メニュー用クラス */
.topLinks {
	font-weight: bold;
}
.topLinks .linkBox {
	display: inline-block;/display: inline;/zoom: 1;
	vertical-align: top;
	background-color: #0075C1;
	height: 35px;
	line-height: 35px;
	margin-bottom: 5px;
	text-align: center;
	border-radius: 3px;
}
.topLinks .linkBox a {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	width: auto;
	height: 35px;
	padding: 0 3em;
}
.topLinksChild {
	border: solid 1px #0075C1;
	padding: 10px;
	border-radius: 3px;
	font-weight: bold;
	background: #FFF;
}
.topLinksChild ul li {
	display: inline-block;/display: inline;/zoom: 1;
	vertical-align: top;
	background: #E1F1FD;
	margin-bottom: 1px;
	box-sizing: border-box;
}
.topLinksChild ul li a {
	text-decoration: none;
	color: #0075C1;
	display: inline-block;
	padding: 0.3em 0.7em;
	border: solid 2px #ECECEC;
	background: #ECECEC;
}
.topLinksChild ul li a._stay {
	background: #CAE6FB;
	color: #444;
	pointer-events: none;
	border: solid 2px #CAE6FB;
}
.topLinksChild ul li a:active {
 background #F00;
	cursor: pointer;
}
.senmon_seikyu {
	text-align: center;
}
.senmon_seikyu .btnA {
	max-width: 300px;
}
.senmon_seikyu .btnA span {
	font-size: 100%;
	line-height: 1;
}
.senmon_seikyu.last {
	display: none!important;
}
.top_seikyu {
	text-align: center;
}
.aside_seikyu {
	text-align: center;
}
.senmon_seikyu_motto {
	text-align: center;
}
.senmon_seikyu_motto .btnA {
	max-width: 210px;
}
.senmon_seikyu_motto .btnA span {
	font-size: 100%;
	line-height: 1;
}
/* スマホ対応プルダウンメニュー */
.topLinksChild {
	display: none;
}
.topLinks_narrow {
	display: block;
}
.topLinks_narrow form {
	margin: 0;
	padding: 0;
	display: block;
}
select.pulldown {
	height: 50px;
}
/* 学校の特長スマホ対応 */
.img156L .img {
	margin: 0 auto!important;
	max-width: 100%!important;
	width: 100%!important;
	text-align: center;
}
.img156L .img p img {
	width: 100%;
}
.img156L .rect {
	/* rect解除 */
	clear: both;
	width: 100%;
}
.senmon_seikyu_motto, #nav_narrow {
	display: block;
}
#contents p {
	line-height: 1.5;
}
/* テーブルword-wrap対応 */
table.transTbl.w100per tbody tr th {
	word-wrap: break-word;
}
table.transTbl.w100per tbody tr td {
	word-wrap: break-word;
}
table.staticTbl.w100per thead th {
	background-color: #f4f4f4;
}
.fsS {
	max-width: 450px;
}
.fsS.fsS_correct {
	word-wrap: break-word;
	font-size: 100%;
}
/* .fsSのmin-width打消し対応 */
.noWidth{
	min-width: none;
	max-width: none;
}
.noLink {
	pointer-events: none;
	text-decoration: none!important;
	color: #333!important;
}
/* サイドメニュー */
.linkArea {
	border: solid 1px #b4dbf9;
	border-top: 0 none;
	margin-bottom: 15px;
}
.linkArea .title {
	border-top: solid 1px #b4dbf9;
	border-bottom: solid 1px #b4dbf9;
	background-color: #e1f1fd;
	padding: 15px 10px;
	font-weight: normal;
	font-size: 16px;
}
.linkArea .pad {
	padding: 15px 10px 0;
}
.linkArea dl dt, .linkArea dl dd {
	padding-bottom: 10px;
}
.linkArea dl dd .typeTxt {
	width: 90%;
}
/* アコーディオンボックス */
.accList li ul.child {
	display: none;
}
.accList li ul.child ul.grandchild {
	display: none;
}
.accOya ,.accOya_news {
	display: none;
	margin-top: 12px;
}
span.plus {
	margin-left: 5px;
	font-size: 100%;
}
.plus_accOya ,.plus_accOya_news {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	cursor: pointer;
}
._show {
	display: block!important;
}
._plus_show {
	display: inline-block!important;
}
.accIcon {
	background-image: url("//manabi-contents.benesse.ne.jp/senmon/resources/img/accIcon.png");
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.accIcon_oya {
	background-image: url("//manabi-contents.benesse.ne.jp/senmon/resources/img/accIcon_oya.png");
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
._minus {
	background-position: 0 16px;
}
.close_accOya ,.close_accOya_news {
	display: none;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	cursor: pointer;
}
.close_accOya .accIcon ,.close_accOya_news .accIcon {
	background-image: url("//manabi-contents.benesse.ne.jp/senmon/resources/img/accIcon_oya.png");
	background-position: 0 -16px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	cursor: pointer;
}

/* 汎用的クラス */
.fcBtt {
	color: #1976B4 !important;
}
.note {
	color: #ff4040!important;
	font-weight: bold!important;
}
.nrw_disp_block {
	display: block;
}
.narrow_block {
	display: block;
	clear: both;
}
/* スマホ時非表示にする */
.disable_narrow {
	display: none!important;
}



/* 最新学校ニュース */
ul.latestNews li a {
	text-decoration: none;
}
.latest_news_date {
	display: block;
	width: 100%;
	color: #333;
	cursor: default;
	text-decoration: none;
	font-size: 80%;
}
.latest_news_text {
	text-decoration: underline;
	clear: both;
	display: block;
}
.school_news {
	padding: 0 0 8px;
	font-size: 133%;
	color: #0075c1;
}
/* センパイメッセージ */
#senpai_txt ul li{
	margin-bottom: 0.5em;
}
#senpai_txt ul li:first-child{
	margin-bottom: 1.5em;
}

/* 先生からのメッセージ */
.message_name_teacher{
	width: 100%;
	text-align: right;
	font-weight: bold;
	color: #1976B4;
}
.sensei_prof{
	padding: 0;
}
.sensei_prof .title{
	padding: 1em;
	background: #CAE6FB;
	color: #0075C1;
	font-weight: bold;
}
.sensei_prof p{
	padding: 1em;
}
.solid_b {
	border-top: 2px solid #e1f1fd!important;
	width: 455px;
}

/* 保護者の方へ */
table.hogosya tr td ul li {
	padding-bottom: 5px;
	margin-left: 1.5em;
	list-style-type: disc;
}
table.hogosya tr td div.capacity {
	padding-bottom: 10px;
}
a.btnA span span.iconBlank,button.btnA span span.iconBlank{
	display:block;position:absolute;border: 0 none;padding:0;margin:0;
	width:18px;height:17px;overflow:hidden;
	top:50%;right:5px;
	background:transparent url(//manabi-contents.benesse.ne.jp/_sharedZ_New/img/icon/br_win.gif) no-repeat right top !important;
	filter: none;
	margin-top:-9px !important;
	border-radius: 0px;
}
/* イベント・オープンキャンパス情報概要 */
div.event_open_campus p.minsenImageBox_2 {
	margin-bottom: 15px;
}
table.event_info tr ul li  {
	float: left;
	width: 50%;
	padding-right: 15px;
	box-sizing: border-box;
}
table.event_info tr td div.event_date {
	margin-bottom: 10px;
}
table.event_info tr td div.event_date div {
	margin-bottom: 5px;
}
.date_inline{
	margin-bottom: 10px;
	display: block;
	width: 100%;
	clear: both;
}
.date_inline span {
	display: inline-block;
	margin-right: 0.5em;
}
.event_info_inline .event_date {
/*	width: 50%;*/
	float: right;
}
.event_info_inline .event_date .date_inline {
	font-size: 85%;
}
.event_info_inline .event_btn {
/*	width: 50%;*/
	float: right;
}
/* イベントカテゴリ アイコン */
.ico_ev_category span {
	border-radius: 5px;
	font-weight: bold;
	font-size: 85%;
	color: #fff;
	display: inline-block;
	padding: 5px 8px;
	margin-bottom: 10px;
	text-indent: 15px;
	background-position: 6px 6px;
	background-size: 14px 14px;
}
.ico_ev_opencampus {
	background: url(//manabi-contents.benesse.ne.jp/senmon/resources/img/ico_ev_opencampus.png) #fa9108 no-repeat;
}
.ico_ev_schooltour {
	background: url(//manabi-contents.benesse.ne.jp/senmon/resources/img/ico_ev_schooltour.png) #f1b000 no-repeat;
}
.ico_ev_trial {
	background: url(//manabi-contents.benesse.ne.jp/senmon/resources/img/ico_ev_trial.png) #abc700 no-repeat;
}
.ico_ev_consultation {
	background: url(//manabi-contents.benesse.ne.jp/senmon/resources/img/ico_ev_consultation.png) #19a166 no-repeat;
}
.ico_ev_festival {
	background: url(//manabi-contents.benesse.ne.jp/senmon/resources/img/ico_ev_festival.png) #1f6cbd no-repeat;
}
.ico_ev_schoolevent {
	background: url(//manabi-contents.benesse.ne.jp/senmon/resources/img/ico_ev_schoolevent.png) #c52874 no-repeat;
}
.ico_ev_others {
	background: url(//manabi-contents.benesse.ne.jp/senmon/resources/img/ico_ev_others.png) #8080c0 no-repeat;
}
.ico_ev_opencampus:before {
	content: "オープンキャンパス";
}
.ico_ev_schooltour:before {
	content: "学校見学会";
}
.ico_ev_trial:before {
	content: "体験入学";
}
.ico_ev_consultation:before {
	content: "進路相談会";
}
.ico_ev_festival:before {
	content: "学園祭";
}
.ico_ev_schoolevent:before {
	content: "イベント";
}
.ico_ev_others:before {
	content: "その他";
}
th.oc_event_message_title p br {
	display: none;
}


/* イベント・オープンキャンパス情報詳細 */
table.event_reserve tr td input[type="radio"] ,
table.event_reserve_tbB tr td input[type="radio"] {
	width: 20px;
	height: 20px;
}
table.event_reserve tr td ul.bd_box {
	border: 2px solid #b4dbf9;
}
table.event_reserve tr td ul li.event_day {
	display: flex;
	border-top: 2px solid #b4dbf9;
	background-color: #fff;
	padding: 15px 13px;
}
table.event_reserve tr td ul li.event_day:first-child {
	border: none;
}
table.event_reserve tr td ul li.event_day div {
	display: table-cell;
}
table.event_reserve tr td ul li.event_day div.radio {
	width: 20%;
	vertical-align: middle;
}
table.event_reserve_tbB {
	display: none;
}
.event_reserve_img {
	margin-right: 20px;
}
.event-btn--orange {
	color: #fff !important;
	box-shadow: 0 3px 0 rgb(0 0 0 / 10%);
	background-color: #ff971d;
	font-size: 16px;
	line-height: 1.25;
	border-radius: 6px;
	position: relative;
	display: block;
	text-decoration: none !important;
	text-align: center;
	font-weight: bold;
	width: 100px;
	max-width: 295px;
	padding: 15px 0;
	text-indent: -5px
}
.eventMod-icon--whiteArrow {
	position: relative;
	text-align: center;
}
.eventMod-icon--whiteArrow::after {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 10.5px;
	transform: translateY(-50%);
	background: url(//manabi-contents.benesse.ne.jp/noauth/ssl-univ/claim/resources/img/ico-arrow-white.svg) center no-repeat;
	background-size: contain;
}
.reserve_area{
	margin: auto 0 auto auto
}

/* イベント予約 */
table.tbPdBt td {
	padding-bottom: 15px !important;
}
/* イベント予約　共通ヘッダー */
#simpleHeaderSenmon {
	background-color: #0091D7 !important;
	color: #FFF;
	padding: 10px 25px 10px 25px;
	margin-bottom: 15px;
	font-weight: bold !important;
	text-align: left;
}
/* イベント予約　共通フッター */
#manageFooterSenmon {
	border-top: 1px solid #ffffff;
	background-color: #EDEDED;
	padding: 5px 5px;
}
#manageFooterSenmon #copyright {
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 15px;
	position: relative;
	width: 97%;
	text-align: left;
}

/* イベント・オープンキャンパス予約 */
.bgcolor_box {
	background-color: #E1F1FD !important;
	padding: 15px 25px 0px 25px;
	margin-bottom: 15px;
}
.linkJmp_attention a {
	padding-left: 25px;
	background: url(//manabi-contents.benesse.ne.jp/_sharedZ_New/img/icon/link_right_s.png) no-repeat 0 0.25em;
	padding-bottom: 5px;
}
a.btn_eventyoyaku {
	max-width: 310px;
}
/* 予約画面下部ログインエリア */
table.eventyoyaku_loginTbl {
	width: 300px;
}
table.eventyoyaku_loginTbl tbody th {
	background-color: #0091F0 !important;
	color: #FFF;
	border: solid 1px #b4dbf9;
}
table.eventyoyaku_loginTbl tbody td {
	background-color: #e1f1fd;
	border: solid 1px #b4dbf9;
}
.label_login {
	width: 100px;
}
.typeTxt_login {
	width: 250px;
}

/* イベント・オープンキャンパス予約情報入力 */
.hMarkRed {
	margin-left: 0.25em;
}
.example {
	display: block;
}
.inlineList .postalCd {
	margin: 0 10px 10px 0;
}
div.re-typing {
	margin-top: 15px;
}
.EmailAddress .heading {
	display: block;
}
.EmailAddress .inputTxt {
	display: block;
}
.e-mailTxt {
	width: 90%;
}
.personalInformationIframe {
    width: 100%;
    height: 248px;
    padding: 0;
    box-sizing: border-box;
    margin: 0 0 5px 0;
    border-radius: 2px;
    border: 4px solid #ddd;
}

/* イベント・オープンキャンパス予約情報入力 */
/* [同意して次へ]ボタン押下後の展開パネル */
#panel_input {
	display: none;
}

/* イベント・オープンキャンパス予約に関する注意事項 */
.event_prev {
	width: 140px;
}
/* イベント・オープンキャンパス予約入力登録完了 */
.title_reserv, .text_reserv {
	display: inline!important;
}
.text_caution {
	color: #1976B4!important;
}
/* イベント・オープンキャンパス予約入力登録完了_エラー表示時 */
.error_senmon {
	margin: 50px auto;
	display: table;
	padding: 0;
}
.ico_error_senmon {
	display: table-cell;
	width: 20%;
	height: auto;
	vertical-align: middle;
}
.text_error_senmon {
	display: table-cell;
	width: 80%;
	padding: 1em 1em 1em 0.5em;
	box-sizing: border-box;
}
.ico_bang_error {
	background: url(../../resources/img/bang_error.png) no-repeat;
	width: 38px;
	height: 38px;
	display: block;
	margin: auto;
}

/* イベント・オープンキャンパスカレンダー検索画面 */
.list_body ul {
	margin-bottom: 10px;
}
.list_body ul li {
	margin-right: 15px;
	display: inline-block;
}
.list_body li label {
	cursor: pointer;
}
.list_body li input {
	margin-right: 5px;
}
.list_body {
	width: 92%;
	padding: 10px;
	line-height: 1.6;
}
.list_body dl dt {
	float: left;
	clear: left;
	width: 12%;
	padding: 4px 10px;
	margin-bottom: 1px;
	font-weight: bold;
	box-sizing: border-box;
}
.list_body dl dt label {
	display: block;
	cursor: pointer;
	font-weight: normal;
	margin-top: 3px;
	font-size: 12px;
}
.list_body dl dd {
	float: left;
	width: 80%;
	padding: 4px 10px;
	border-left: 1px dotted #000;
	margin-bottom: 1px;
	box-sizing: border-box;
}
.list_body dl dd.ico_ev_category {
	width: 100%;
	border: none;
	padding: 0;
}
form .list_body dl {
	background-color: #fffeda;
	padding: 8px;
}
form .list_body dl.eventSubList {
	background-color: transparent;
	padding: 0px;
}
.sublist_container {
	display: none;
}
.sublist_container dt ,dl.sublist_container dd {
	display: none;
}
.sublist_container dt._show + dd {
	display: block;
}
.form_wrapper {
	border: 2px solid #38a5ec;
	margin-bottom: 20px;
}
form .list_row {
	display: table;
	width: 100%;
}
form .list_head {
	width: 8%;
	background-color: #e6f5ff;
}
form .list_head, form .list_body {
	display: table-cell;
	padding: 10px;
	line-height: 1.6;
	vertical-align: top;
}
form .list_head h4 {
	line-height: 1.2;
	text-align: center;
	vertical-align: top;
}
form .list_row + .list_row {
	border-top: 2px solid #38a5ec;
}
form .list_row select.pulldown {
	width: auto!important;
}
.calendar_attention {
	color: #ff4040!important;
	font-weight: bold;
	padding-bottom: 0!important;
	margin: 25px 0 35px 0;
}

/* イベント・オープンキャンパス開催日範囲検索画面 */
.cont_senmon p {
	font-size: 1em!important;
}
.holder_school_name {
	padding: 10px;
	border-top: 2px solid #38a5ec;
	min-height: 49px;
	background: #f8fcff url(//manabi-contents.benesse.ne.jp/senmon/resources/img/bg_gradation.gif) repeat-x;
	font-size: 18px;
	box-sizing: border-box;
	box-shadow: 0px 1px 3px rgba(0,0,0,.2);
}
.holder_school_name span {
	margin-left: 1em;
	font-weight: normal;
}
.holder_event_img {
	font-size: 0;
	padding: 15px 0;
}
.holder_event_img p {
	text-align: center;
}
.holder_event_img .img_col3{
	display: inline-block;
	box-sizing: border-box;
	width: 33.3%;
	padding: 0 5px;
}
.holder_event_info {
	padding: 15px;
}
.list_body span.rotate {
	display: block;
	width: 205px;
	text-align: center;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.linkClose a {
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 22px;
	padding-bottom: 5px;
	margin-right: 5px;
	background-image: url(../../resources/img/link_close.gif);
}

/* 専門学校最新情報一覧 */
.btn_stay {
	border-radius: 4px !important;
	overflow: hidden !important;
	background-color: #0075c1 !important;
	padding-bottom: 0px !important;
	line-height: 1 !important;
	padding: 9px 10px 9px 10px !important;
	border: 1px solid #0066AA !important;
	color: #FFF;
	text-align: center;
}
a.areaBtn {
	text-align: center;
	width: 100%;
}
.areaIcoList ul.inlineList {
	width: 100%;
}
.areaIcoList ul.inlineList li {
	width: 50%;
	padding-right: 20px;
	box-sizing: border-box;
	margin-right: 0;
}
.areaIcoList ul.inlineList li:nth-child(even) {
	padding-right: 0;
}
.areaIcoList ul.inlineList li a {
	box-sizing: border-box;
}
.linkJmpB a {
	padding-left: 25px;
	background: url(//manabi-contents.benesse.ne.jp/_sharedZ_New/img/icon/link_right_s.png) no-repeat 0 0.25em;
	padding-bottom: 5px;
}
.linkJmpA a {
	padding-left: 25px;
	background: url(//manabi-contents.benesse.ne.jp/_sharedZ_New/img/icon/link_right_l.png) no-repeat 0 0.25em;
	padding-bottom: 5px;
}
.linkBck a {
	padding-left: 25px;
	background: url(//manabi-contents.benesse.ne.jp/_sharedZ_New/img/icon/link_left_s.png) no-repeat 0 0.25em;
	padding-bottom: 5px;
}

/* 専門学校を探す画面 */
/* 右ナビ */
ul.inline_tab li {
	width: auto!important;
}
.tabBox ul.inline_tab li div a.cur, .tabBox ul.inline_tab li div a {
	padding: 8px;
}
.tabBox div.aside_tabcont {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #fff;
}
.registArea .font_s {
	font-size: 85%;
	max-width: none;
}
aside.right .banner img {
	margin-top: 15px;
}
#daigakuAcc dt
, div.clsSenmonEventSp dt {
	background-color: #e1f1fd;
	border: solid 1px #b4dbf9;
	border-bottom: 0 none;
	font-weight: bold;
	padding: 10px 14px;
	color: #333;
}
p.firstInfo {
	font-size: 1em!important;
}
#daigakuAcc .firstInfo a
, div.clsSenmonEventSp .firstInfo a {
	display: block;
	padding: 0 10px;
	line-height: 1.42;
	background: url(//manabi-contents.benesse.ne.jp/_sharedZ_New/img/icon/link_right_l_2x.png) no-repeat 0 center;
	-webkit-background-size: 15px 14px;
	background-size: 15px 14px;
	padding-left: 22px;
	text-decoration: none;
}
#daigakuAcc dd
, div.clsSenmonEventSp dd {
	background-color: #fff;
	border: solid 1px #b4dbf9;
	border-bottom: 0 none;
	padding: 15px 9px;
	}
#daigakuAcc dd .openClose
, div.clsSenmonEventSp dd .openClose {
	border-top: solid 1px #ccd5d9;
	padding-top: 20px;
	}
.linkDetail {
	text-align: center;
	padding: 10px 0;
	}
.linkDetail a.btnA {
	max-width: 230px!important;
	}
.linkDetail a.btnA.btnMoreNarrow {
	max-width: 330px!important;
	}
.linkDetail a.btnA span {
	font-weight: normal;
	text-align: center;
	padding: 6px 30px 7px 10px;
	}
#daigakuAcc
, div.clsSenmonEventSp {
	border-bottom: solid 1px #b4dbf9;
}
.senmon_saishin li a
, .senmon_saishin_event li a {
	padding-bottom: 15px!important;
}
/* メインエリア */
span.search_results_page {
	margin-right: 5px;
	font-size: 1em;
}
button.doc_request {
	width: 160px;
}
button.doc_request span {
	padding: 5px 10px;
	font-size: 16px;
	font-weight: normal;
}
/* yui3 calendar component */
.yui3-skin-manabi * {
	outline: none;
}
.yui3-skin-manabi .yui3-calendar-content {
	position: relative;
	margin: 0.3em 0em;
	background: transparent;
}
.yui3-skin-manabi .yui3-calendar-left-grid, .yui3-skin-manabi .yui3-calendar-right-grid {
	margin: 0 0 1px;
}
.yui3-skin-manabi .yui3-calendar-grid {
	font-size: 12px;
	line-height: 1.7;
	border: solid 1px #b4dbf9;
	table-layout: fixed;
	border-collapse: collapse;
}
.yui3-skin-manabi .yui3-calendar-grid caption {
	margin: 0 0 4px;
	padding: 0 0 2px;
	color: #0075c1;
	font-weight: bold;
	font-size: 120%;
	border-bottom: solid 4px #0075c1;
}
.yui3-skin-manabi .yui3-calendar-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.yui3-skin-manabi .yui3-calendar-header-label {
	margin: 0;
	width: 40%;
	display: inline-block;
}
.yui3-skin-manabi .yui3-calendar-day, .yui3-skin-manabi .yui3-calendar-prevmonth-day, .yui3-skin-manabi .yui3-calendar-nextmonth-day {
	cursor: default; 
	padding: 0;
	text-align: center;
	height: 48px;
	border: solid 1px #b4dbf9;
}
.yui3-skin-manabi .yui3-calendar-weekday {
	padding: 0.32em 0em 0.48em;
	font-weight: bold;
	text-align: center;
	background: #e1f1fd;
	border: solid 1px #b4dbf9;
}
.yui3-skin-manabi .yui3-calendar-prevmonth-day, .yui3-skin-manabi .yui3-calendar-nextmonth-day {
	background: #efefef;
}
.yui3-skin-manabi .yui3-calendar-day {
	background: #ffffff;
}
.yui3-skin-manabi .yui3-calendar-day {
	background: #ffffff;
}
.yui3-skin-manabi .yui3-calendar-day {
	background: #ffffff;
	cursor: default;
}
.yui3-skin-manabi .yui3-calendar-day.saturday {
	background: #e8f9fd;
}
.yui3-skin-manabi .yui3-calendar-day.sunday, .yui3-skin-manabi .yui3-calendar-day.holiday {
	background: #ffd9d9;
}
.yui3-skin-manabi .yui3-calendar-day.past {
	background: #ccd5d9;
}
.yui3-skin-manabi .yui3-calendar-day.today {
	background: #fffeda;
}
.yui3-skin-manabi .yui3-calendarnav-prevmonth, .yui3-skin-manabi .yui3-calendarnav-nextmonth {
	margin: 0;
	width: 30%;
}
.yui3-skin-manabi .yui3-calendarnav-prevmonth {
	text-align: left;
}
.yui3-skin-manabi .yui3-calendarnav-prevmonth span {
	padding-left: 17px;
	background: url(//manabi-contents.benesse.ne.jp/_sharedZ_New/img/icon/link_left_s.png) no-repeat left 0.25em;
 /zoom:1;
}
.yui3-skin-manabi .yui3-calendarnav-nextmonth {
	text-align: right;
}
.yui3-skin-manabi .yui3-calendarnav-nextmonth span {
	padding-right: 17px;
	background: url(//manabi-contents.benesse.ne.jp/_sharedZ_New/img/icon/link_right_s.png) no-repeat right 0.25em;
 /zoom:1;
}
.yui3-skin-manabi .yui3-calendarnav-month-disabled {
	cursor: default;
	color: #CCCCCC;
}
.yui3-skin-manabi .yui3-calendarnav-month-disabled span {
	background: none;
	cursor: default;
}
.yui3-skin-manabi .date-cell {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
}
.yui3-skin-manabi .date-cell {
	
}
.yui3-skin-manabi .date-date {
	
}
.yui3-skin-manabi .date-count {
	display: block;
}

/* word-wrap対応 */
.hTxt, .fsS, p, li , h3 , h4 , .fcAtt , div {
	word-wrap: break-word;
	word-break: break-all;
}

/* 泣き別れ防止 */
span.antiSparate{
	display: inline-block;
}

/*---------- 専門学校ピックアップ ----------*/
.senmonPickup{
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}
.senmonPickup .col.left, .senmonPickup .col.right{
    float: left;
}
.senmonPickup .col{
    width: 100%;
}
.senmonPickup .col.left{
    margin-right: 5px;
}
.senmonPickup .senmonPickupBox{
    border: solid 1px #B4DBF9;
    border-top: none;
    width: 100%;
}
.senmonPickup .senmonPickupBox.bTop{
    border-top: solid 1px #B4DBF9;
}
.senmonPickup .senmonPickupBox .title{
    width: 100%;
    line-height: 42px;
    text-align: center;
    color: #0075c1;
    background: #e1f1fd;
    border-bottom: solid 1px #B4DBF9;
    font-weight: bold;
    margin-bottom: 10px;
}
.senmonPickup .senmonPickupBox .img{
    max-width: 25%;
    margin: 0 10px 10px 10px;
    float: left;
}
.senmonPickup .senmonPickupBox .txt{
    float: left;
    max-width: 68%;
    height: auto;
}
.senmonPickup .senmonPickupBox .name{
    float: left;
    font-weight: bold;
    margin-right: 10px;
}
.senmonPickup .senmonPickupBox .content{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
    clear: both;
}
.senmonPickup .senmonPickupBox .more{
    clear: both;
    text-align: center;
    margin-bottom: 10px;
}
.senmonPickup .senmonPickupBox .more .btnC{
    max-width: 80%;
    text-align: center;
}

.senmonPickup .senmonPickupBox .txt.noInfo{
    max-width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    clear: both;
    float: none;
    display: block;
}

/*---------- 学校の特長検索 ----------*/
.senmonHolderPrivilege.tokuchouSearch .senmonNameHolder, .senmonHolderPrivilege.tokuchouSearch .senmonInfoHolder{
    padding-left: 0px;
    padding-right: 0px;
}
.senmonHolderPrivilege.tokuchouSearch .senmonInfoHolder{
    padding-top: 20px;
}
.senmonHolderPrivilege.tokuchouSearch .senmonInfoHolder .colPad{
    margin-bottom: 10px;
}
.senmonHolderPrivilege.tokuchouSearch .senmonNameHolder h3{
    margin-left: 10px;
}
.senmonHolderPrivilege.tokuchouSearch .senmonInfoHolder .minsenImageBox_head{
    float: left;
}
.senmonHolderPrivilege.tokuchouSearch .senmonInfoHolder .minsenImageBox_2{
    width: 30%;
    float: left;
}
.senmonHolderPrivilege.tokuchouSearch .senmonInfoHolder .minsenImageLink{
    float: left;
    clear: both;
}
.senmonHolderPrivilege.tokuchouSearch .senmonInfoHolder .narrowBox{
    float: left;
    margin-left: 10px;
    width: 65%;
}
.minsenImageLink{
/*    margin-bottom: 10px;*/
    padding-bottom: 0!important;
}
._pB20{
    padding-bottom: 20px;
}
@media (max-width: 320px) {
    .list_body select.pulldown.tokuchouSearch{
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 240px!important;
        font-size: 80%;
    }
    select.pulldown.tokuchouSearch::-ms-expand {
        display: none;
    }
}
/* センパイメッセージ */
ul.senpaiMsg{
    font-size: 0.8em;
    margin-bottom: 1em;
}
.linkList.senmon_saishin.noInfo,
.linkList.senmon_saishin_event.noInfo{
    border: none;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 15px;
}
.linkList.senmon_saishin_event{
    margin-bottom: none;
    border-bottom: none;
}

/* 資料請求ボタン新デザイン */
.seikyuBtn{
    text-align: center;
    margin: 0 auto;
}
.seikyuBtn a{
    display: block!important;
}
/* ページング */
.pagination li.disabled, .pagination li.current{
    cursor: default;
}
.pagination li a{
    color: #0092d7;
    text-decoration: none;
}
.pagination li.current a,
.pagination li:hover a{
    color: #fff;
}
/* 気になる学校に登録 */
.tourokuBtn{
    margin: 0 0 5px;
}

/* DMPタグ用  */
.manabiuniv_frame ul li {
    margin-bottom:20px !important;
}
.dmp_mb {
    margin-bottom:20px !important;
}
.dmp_pb {
    padding-bottom:20px !important;
}

.dmp_mt {
    margin-top:20px !important;
}
.dmp_pt {
    padding-top:20px !important;
}

/*-------------------------------------
 shareBlock
-------------------------------------*/
.shareBlock {
  margin-top: 40px;
}

.shareBlock {
  background-color: #F4F7F7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 6px;
}
.shareBlock {
    padding: 20px 0;
}
.shareBlock .shareBlock-lead {
  font-size: 14px;
  font-weight: bold;
}
.shareBlock .shareBlock-lead {
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
}
.shareBlock .shareBlock-twitter {
  background-color: #1E9AF0;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 11px 5px 28px;
  line-height: 1;
  border-radius: 11px;
  position: relative;
}
.shareBlock .shareBlock-twitter:before {
  content: "";
  position: absolute;
  width: 11.6px;
  height: 9.43px;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  background: url("/senmon/resources/img/icon/icon_twitter.svg") center no-repeat;
  background-size: contain;
}
.shareBlock .shareBlock-line {
  background-color: #02B900;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 8px 5px 24px;
  line-height: 1;
  border-radius: 4px;
  position: relative;
  margin-left: 8px;
}
.shareBlock .shareBlock-line:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 11px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: url("/senmon/resources/img/icon/icon_line.svg") center no-repeat;
  background-size: contain;
}
#content .contentsTitle, #contents .contentsTitle {
  color: #333333;
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 22px;
  padding-left: 18px;
  line-height: 1.5;
  margin: 40px 0 10px 0;
}
@media (min-width: 706px) {
  #content .contentsTitle, #contents .contentsTitle {
    font-size: 28px;
    padding-left: 24px;
  }
}
#content .contentsTitle:before, #contents .contentsTitle:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 80px;
  background-color: #009DFF;
}

/*-------------------------------------
Rtoaster
-------------------------------------*/
@media (max-width: 705px) {
  .recommend {
    max-width: 100%;
    padding: 0 20px !important;
    margin: 60px 0 0 !important;
  }
}
@media (min-width: 706px) {
  .recommend {
    width: 1030px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
    text-align: left;
    padding: 15px 0 70px;

  }
}
.recommend .recArea {
  overflow: hidden;
  position: relative;
}
.recommend .slide {
  overflow: visible !important;
}
@media (max-width: 705px) {
  .recommend .slide {
    left: 12vw;
  }
}
@media (max-width: 705px) {
  .recommend.recBox ul li[id^=senmon_rec_area_] {
    width: 60vw !important;
    padding-right: 16px;
    margin-right: 0;
    border: none;
  }
}
@media (min-width: 706px) {
  .recommend.recBox ul li[id^=senmon_rec_area_] {
    width: 260px !important;
    padding-right: 18px;
  }
}
@media (max-width: 705px) {
  .recommend .recommend-title {
    font-size: 20px;
  }
}
@media (min-width: 706px) {
  .recommend .recommend-title {
    font-size: 24px;
  }
}
.recommend .recArea {
  margin-top: 30px;
}
.recommend a {
  text-decoration: none;
}
.recommend figure {
  width: 100% !important;
}
.recommend figure img {
  width: 100% !important;
  height: auto !important;
}
.recommend .univBox {
  border: none;
  padding: 0;
}
.recommend h3 {
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 705px) {
  .recommend h3 {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (min-width: 706px) {
  .recommend h3 {
    font-size: 18px;
    margin-top: 20px;
  }
}
.recommend p.text {
  margin-top: 10px;
}
@media (max-width: 705px) {
  .recommend p.text {
    font-size: 12px;
    padding: 0 !important;
  }
}
@media (min-width: 706px) {
  .recommend p.text {
    font-size: 14px;
  }
}
.recommend .recommend-item a {
  width: 100%;
}
.recommend .recommend-item .univBox {
  width: 100%;
}
.recommend .bx-prev {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 10px;
  margin-top: -16px;
  outline: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  z-index: 9999;
  transform: translateY(-60%) rotate(180deg);
  background: url(https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/icon/ico-arrow-white.svg), rgba(51, 51, 51, 0.6);
  background-size: 20px 20px, contain;
  background-repeat: no-repeat, no-repeat;
  background-position: left 13px center, center;
}
@media (max-width: 705px) {
  .recommend .bx-prev {
    width: 38px;
    height: 38px;
    background-size: 15px 15px, contain;
    background-position: left 10px center, center;
  }
}
.recommend .bx-next {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  margin-top: -16px;
  outline: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  z-index: 9999;
  transform: translateY(-60%);
  background: url(https://manabi-contents.benesse.ne.jp/noauth/_sharedZ_New/img/icon/ico-arrow-white.svg), rgba(51, 51, 51, 0.6);
  background-size: 20px 20px, contain;
  background-repeat: no-repeat, no-repeat;
  background-position: right 17px center, center;
}
@media (max-width: 705px) {
  .recommend .bx-next {
    width: 38px;
    height: 38px;
    background-size: 15px 15px, contain;
    background-position: right 13px center, center;
  }
}

{
  /* ▼▼▼jquery.bxslider.css------------------------------------------------------------------------- */
  /** * BxSlider v4.1.2 - Fully loaded, responsive content slider * http://bxslider.com * * Written by: Steven Wanderski, 2014 * http://stevenwanderski.com * (while drinking Belgian ales and listening to jazz) * * CEO and founder of bxCreative, LTD * http://bxcreative.com */
  /** RESET AND LAYOUT===================================*/
  /** THEME===================================*/
  /* PAGER */
  /* DIRECTION CONTROLS (NEXT / PREV) */
  /* IMAGE CAPTIONS */
  /* ▲▲▲jquery.bxslider.css------------------------------------------------------------------------- */
}
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 10px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  outline: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #dedede;
  margin: 0 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0091d7 !important;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  text-indent: -9999px;
  z-index: 50;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
@media screen and (max-width: 760px) {
  .bx-wrapper .bx-pager {
    padding-top: 0;
    bottom: -20px;
    line-height: 0;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
}

@media (max-width: 705px) {
  .schoolHeading .bx-wrapper {
    margin-bottom: 30px;
  }
}
.schoolHeading .bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  outline: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #dedede;
  margin: 0 5px;
}

.manabiWrap .bx-wrapper .figureArea-caption {
  text-align: center;
}

#senmonArea {
	margin: 0 auto;
	max-width: 640px;
	padding: 35px 20px 30px;
	position: relative;
	text-align: left;
	overflow: hidden;
}
#senmonArea h3.hTxt{
	margin-bottom: 14px;
}
.area_top a {
	display: block;
	position: relative;
	padding: 15px 0 10px;
	text-decoration: none;
	color: #0291d7;
	font-size: calc(16rem/16);
	font-weight: 700;
}
.areaList{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.areaList li{
	margin-right: 20px;
}
.area_top a:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px #009dff;
	border-left: solid 2px #009dff;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	position: absolute;
	top: -3px;
	bottom: 0;
	right: 15px;
	margin: auto;
	-webkit-transition: -webkit-transform ease .3s;
	transition: -webkit-transform ease .3s;
	transition: transform ease .3s;
	transition: transform ease .3s, -webkit-transform ease .3s;
}
.area_top a.is-active:after{
	transform: rotate(45deg);
	top: 6px;
}
