@charset "UTF-8";
.bgGray {
  background: #e6e6e6 !important;
}

.lsNml {
  letter-spacing: normal !important;
}

.imgNml {
  width: auto;
  max-width: 100%;
  height: auto;
}

.fs36 {
  font-size: 36px !important;
}

a.btnType01:hover {
  opacity: 0.5;
}

.bg_event {
  background: url(/academy/common_fx/images/img_mainvisual.png) center top no-repeat;
  height: 380px;
}

.linkColor.beginner {
  background: url(/academy/common_fx/images/icon_beginner_link.png) left center no-repeat;
  padding-left: 20px;
  margin-left: 5px;
}

.pageTtl .seminarTopTitle {
  padding-left: 95px;
  min-height: 60px;
  font-size: 45px;
  vertical-align: middle;
  display: inline-block !important;
  background: url(/academy/common_fx/images/icon_ttl_seminar.png) left center no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .pageTtl .seminarTopTitle {
    background: url(/academy/common_fx/images/icon_ttl_seminar.png) left center no-repeat;
    background-size: 90px auto;
  }
}
.pageTtl .seminarTopTitle.spOnly {
  display: none !important;
}

.seminarDate {
  border: 2px solid #3e3e3e;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  padding: 1px 4px 0;
}
.seminarDate .seminarMonth {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
}
.seminarDate .seminarDay {
  display: block;
  text-align: center;
  font-size: 36px;
  text-align: center;
  line-height: 36px;
}
.seminarDate .seminarWeek {
  margin-top: 2px;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  border-top: 1px solid #3e3e3e;
  padding-top: 1px;
  font-weight: bold;
}

.seminarTime {
  display: block;
  color: #ff0033;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  letter-spacing: -.07em;
  margin-top: 4px;
  text-align: center;
}

.seminarType {
  display: block;
  width: 70px;
  height: 21px;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #3e3e3e;
  letter-spacing: -.05em;
  margin-top: 10px;
}

.contentsSeminarList {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.contentsSeminarList article {
  position: relative;
  min-height: 120px;
}
.contentsSeminarList .seminarList {
  border-top: 1px solid #bfbfbf;
  margin-bottom: 20px;
}
.contentsSeminarList .seminarList li {
  border-bottom: 1px solid #bfbfbf;
  padding: 20px 6px;
}

.articleBox .hd_wrap .hd_03,
.contentsSeminarList .hd_wrap .hd_03,
.contentsAboutOnlineSeminar .hd_wrap .hd_03,
.contentsPickupSeminar .hd_wrap .hd_03 {
  font-size: 20px;
}

.contentsPickupSeminar .contentsCol2Wrap .colL:first-child {
  width: 360px;
  padding-right: 0;
  padding-left: 5px;
}
.contentsPickupSeminar .contentsCol2Wrap .colL:first-child .boxMovieMax {
  padding-top: 57%;
}
.contentsPickupSeminar .colR {
  padding-left: 30px;
  width: calc(100% - 360px);
}

iframe {
  width: 100%;
  height: 100%;
}

.seminarData {
  width: 70px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}



@media screen and (max-width: 820px) {
  .mainPage .seminarData {
    position: relative;
    margin: 0 auto 20px;
  }
}
.seminarInfo {
  margin-left: 105px;
  margin-bottom: 0;
}

.contentsArticleList {
  border-top: 1px solid #bfbfbf;
}
.contentsArticleList .hd_wrap .hd_03 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
}
.contentsArticleList .articleTagList li {
  display: inline-block;
  margin: .5em 0;
  display: none;
}
.contentsArticleList .articleTagList li.tagHidden {
  display: none;
}
.contentsArticleList .articleTagList li span {
  margin: 0 20px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  cursor: pointer;
  text-decoration: underline;
}
.contentsArticleList .articleTagList li span:hover {
  text-decoration: none;
}
.contentsArticleList .articleTagList li span.selected {
  text-decoration: none;
  background-color: #404040;
  color: #fff;
  padding-right: 40px;
  margin-right: 5px;
  padding-left: 20px;
  margin-left: 5px;
}
.contentsArticleList .articleTagList li span.selected:after {
  content: url(/academy/common_fx/images/icon-deselect.png);
  position: absolute;
  top: 4px;
  right: 4px;
}

.articleList {
  background-color: #E9F0F5;
  position: relative;
}
.articleList.withBalloon {
  border-top: 1px solid #bfbfbf;
}
.articleList.withBalloon:before {
  content: url(/academy/common_fx/images/bg_balloon.png);
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -28px;
}
.articleList .col3Block + .col3Block {
  margin-top: 30px;
}
.articleList .colWrapper + .colWrapper {
  margin-top: 30px;
}
.articleList .col3Block {
  display: block;
  margin-left: -33px;
}
.articleList .col3Block:after {
  clear: both;
  content: "";
  display: table;
}
.articleList .col3Block li {
  display: block;
  float: left;
  margin-bottom: 30px;
}
.articleList .colWrapper li > .card {
  display: block;
  box-sizing: border-box;
  max-width: 275px;
  background-color: #fff;
  margin-left: 33px;
  opacity: 1 !important;
  position: relative;
}
.articleList .colWrapper li > .card a.articleLink {
  color: #404040;
  display: block;
}



@media screen and (min-width: 768px) {
  .articleList .colWrapper li .articleTags {
    margin-top: 24px;
  }
  .articleList .colWrapper li .card .articleSeries,
  .articleList .colWrapper li .card .hd_03,
  .articleList .colWrapper li .card .articleTxt {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .articleList .colWrapper li .card .hd_03 {
    max-height: 3em;
  }
  .articleList .colWrapper li .card .articleTxt {
    height: 8.5em;
  }
  .articleList .colWrapper li.new a:before {
    content: '';
    background: url(/academy/common_fx/images/icon_new.png) no-repeat left;
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    left: 0;
    background-size: 50px auto;
  }
  .articleList .colWrapper li.capmaign_bnr .card {
    overflow: hidden;
    position: relative;
  }
  .articleList .colWrapper li.capmaign_bnr .card a {
    position: relative;
    left: 50%;
    margin-left: -137px;
  }
}
.articleList .colWrapper li.recommended .articleRecommend {
  opacity: 1;
}
.articleList .hd {
  line-height: 1.5;
  min-height: 3em;
}
.articleList .articleRecommend {
  opacity: 0;
  font-size: 14px;
  font-weight: bold;
  color: #ff0033;
  display: block;
  text-align: center;
  text-indent: 0.4em;
  min-height: 1.8em;
}
.articleList .articleSeries {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
}
.articleList .articleThumb {
  border: 2px solid #3e3e3e;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  box-sizing: border-box;
  margin: 10px auto 3px;
}
.articleList .articleFooter {
  border-top: 2px solid #E9F0F5;
  margin-left: -20px;
  margin-right: -20px;
}
.articleList .articleFooter p {
  line-height: 12px;
}
.articleList .btnLoadMore {
  clear: both;
  width: 320px;
  margin: 0 auto;
}
.articleList .articleTags {
  min-height: 1.5em;
}
.articleList .pagingNav {
  border-top: none;
}

.articleTags {
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.articleTags a {
  text-decoration: underline;
  font-weight: bold;
}
.articleTags span {
  padding-right: 1em;
  font-size: 12px;
}

#modalBlockBeginner {
  position: fixed;
  z-index: 5000;
  margin-top: -265px;
  top: 50%;
  left: 0;
  display: none;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
#modalBlockBeginner img {
  line-height: 1;
  vertical-align: middle;
}
#modalBlockBeginner.calendar_modal {
  margin-top: -186px;
}

#modalWindowBeginner {
  position: relative;
  z-index: 50001;
  width: 760px;
  margin: 0 auto;
  padding: 0 0 70px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 6px #bbb;
  overflow: hidden;
}
#modalWindowBeginner .modalCloseBeginner {
  z-index: 9999;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 18px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
}
#modalWindowBeginner .modalTtl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  color: #f03;
}
#modalWindowBeginner .bg_box {
  height: 240px;
  background: #ff898e;
  color: #ffffff;
  font-size: 24px;
}
#modalWindowBeginner .bg_box .modalTtl {
  margin: 0;
  color: #ffffff;
}
#modalWindowBeginner .dotListC li span {
  display: inline-block;
  margin-top: 5px;
  background: url(/common_fx/images/icon_dot_b.png) no-repeat left 0.75em;
  padding-left: 20px;
}
#modalWindowBeginner .btnList li {
  margin: 8px 0;
}
#modalWindowBeginner .btnList li.btn_mdlnext a {
  display: none;
}
#modalWindowBeginner .btnList li.btn_mdlnext a:last-child {
  display: inline-block;
}
#modalWindowBeginner .btnList a {
  display: inline-block;
  width: 320px;
  height: 44px;
  box-sizing: border-box;
  background-color: #3e3e3e;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
}
#modalWindowBeginner .linkListWrapper {
  text-align: center;
  display: none;
}
#modalWindowBeginner .linkListWrapper > li {
  display: inline-block;
  border-left: 1px solid #bfbfbf;
  vertical-align: top;
  padding: 10px 20px;
}
#modalWindowBeginner .linkListWrapper > li p {
  margin-bottom: 15px;
  min-height: 2.5em;
  font-weight: bold;
  line-height: 1.3;
}
#modalWindowBeginner .linkListWrapper > li:first-child {
  border-left: none;
  padding-left: 0;
}
#modalWindowBeginner .linkListWrapper > li:last-child {
  padding-right: 0;
}
#modalWindowBeginner .linkListWrapper > li > * {
  text-align: left;
}
#modalWindowBeginner .linkListWrapper > li .linkList li {
  text-indent: -.5em;
  margin-left: .5em;
  line-height: 1.3;
}
#modalWindowBeginner .linkListWrapper.showSlide {
  display: block;
}
#modalWindowBeginner .linkListWrapper.col2 > li {
  width: 290px;
}
#modalWindowBeginner .linkListWrapper.col3 > li {
  width: 160px;
}
#modalWindowBeginner .noShow {
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #3f6974;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
  z-index: 11;
  cursor: pointer;
}
#modalWindowBeginner .noShow:hover {
  text-decoration: none;
  cursor: pointer;
}
#modalWindowBeginner .noShow span {
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 2px solid #3f6974;
  margin-right: 5px;
  vertical-align: middle;
}
#modalWindowBeginner .noShow.selected span {
  background-color: #3f6974;
}
#modalWindowBeginner.HideNextArr .swiper-button-next {
  display: none;
}
#modalWindowBeginner.HideTipPagination .swiper-pagination {
  display: none;
}

.modalShow .modalOverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4999;
}

#modalBlockBeginner.calendar_modal #modalWindowBeginner {
  width: 270px;
}
#modalBlockBeginner.calendar_modal #modalWindowBeginner .modalInner {
  padding: 65px 0 30px;
}
#modalBlockBeginner.calendar_modal #modalWindowBeginner .btnList a {
  width: 218px;
}

.articleSns .sns_fb, .articleSns .sns_tw {
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
}
.articleSns .sns_fb img, .articleSns .sns_tw img {
  vertical-align: middle;
}
.articleSns .sns_fb {
  color: #3b5998;
}
.articleSns .sns_tw {
  color: #5aadec;
}

.contentsAboutOnlineSeminar {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.contentsOnlineFeature .squareBlock {
  width: 50%;
  display: inline-block;
}
.contentsOnlineFeature .squareBlock ul li .box {
  position: relative;
  padding: 5px 0 15px;
  height: auto;
  font-size: 16px;
}
.contentsOnlineFeature .squareBlock ul li .box .imgWrap {
  padding-top: 4%;
}
.contentsOnlineFeature .squareBlock ul li .box .txt {
  padding-top: 4%;
}
.contentsOnlineFeature .contentsText dd, .contentsOnlineFeature .contentsText p.link {
  font-size: 12px;
}

.lecturerList li {
  box-sizing: border-box;
  padding: 10px 20px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.lecturerList li:nth-child(even) {
  padding-right: 0;
}
.lecturerList li:nth-child(odd) {
  padding-left: 0;
}
.lecturerList .flWrap {
  display: inline-block;
  vertical-align: top;
}
.lecturerList .img {
  width: 96px;
  height: 96px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
}
.lecturerList .txtWrap {
  max-width: 300px;
  display: inline-block;
}

.uq_boxBlock > p {
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  font-size: 12px;
  color: #808080;
}

#contentPre{
  max-width:700px;
  margin: 0 auto;
}

#contentPre h4{
  font-size: 22px;
  font-weight: bold;
  background-color: #404040;
  color: #fff;
  text-align: center;
  padding: 5px;
}

#contentPre h5{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-top: 30px!important;
}

#contentPre p{
  font-size: 15px;
}



.postNav {
  font-size: 16px;
  font-weight: bold;
}

.articleTtlWrap {
  position: relative;
}
.articleTtlWrap .iconWrap {
  width: 95px;
  height: 95px;
  box-sizing: border-box;
  border: 2px solid #3e3e3e;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -125px;
}
.articleTtlWrap .iconWrap img {
  width: 91px;
  height: 91px;
}



div.kozaBtnArea.flWrap{
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
}
div.kozaBtnArea.flWrap div.flL{
    width: 300px;
}

div.kozaBtnArea.flWrap div:nth-child(1){
    margin: 24px 40px 0 0;
}



@media screen and (max-width: 900px) {
  .articleTtlWrap .iconWrap {
    position: static;
    margin: 0 auto 20px;
  }
}

.contentsLinkList p {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  text-indent: -1em;
  margin-left: 1em;
  margin-right: 1em;
  box-sizing: border-box;
}

.articleTtl {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.23;
}

.articleMainVisual .articleFooter {
  border-top: 2px solid #E9F0F5;
  background-color: #fff;
}
.articleMainVisual .articleFooter p {
  line-height: 12px;
}

.articleBox {
  border-top: 1px solid #bfbfbf;
}
.articleBox .flR {
  float: right !important;
}

.lectureOnepoint {
  position: relative;
  min-height: 100px;
}
.lectureOnepoint .contentsText {
  padding-left: 120px;
}
.lectureOnepoint .photoLecture {
  overflow: hidden;
  width: 95px;
  height: 95px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  left: 30px;
}

.withCircleHeader li {
  text-indent: -1.2em;
  margin-left: 1.2em;
}

.articleWrap {
  border-bottom: 2px solid #e5e5e5;
}

.withBar {
  padding-bottom: 10px;
  position: relative;
}
.withBar:before {
  content: '';
  position: absolute;
  margin: 0 0 0 -45px;
  bottom: -4px;
  left: 50%;
  width: 90px;
  height: 3px;
  background: #ff0033;
}

.boxMovie {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 100%;
  width: 100%;
}
.boxMovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.boxMovie.boxMovieMax, .boxMovie.boxMovie34 {
  padding: 75% 0 0 0;
}
.boxMovie.boxMovie169 {
  padding: 56.3% 0 0 0;
}
.boxMovie.boxMovieNml {
  max-width: 480px;
  padding: 42.5% 0 0 0;
}
.boxMovie.boxMovieNml iframe {
  max-width: 480px;
}

.imgCircle {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.lectureInfo .imgCircle {
  width: 190px;
  height: 190px;
  margin-left: auto;
  margin-right: auto;
}
.lectureInfo .imgCircle img {
  width: 100%;
}
.lectureInfo .contentsText dd {
  padding-top: 2px;
  font-size: 12px;
}

.withBorderBtm {
  border-bottom: 1px solid #bfbfbf;
}

#contents .hd_02.withBorderBtm {
  font-size: 36px;
}
#contents .hd_02.withBorderBtm span {
  font-size: 24px;
}

.container.movieBox {
  background-color: #E9F0F5;
  margin-bottom: 2px;
}

.articleTtlWrap,
.seminarDataWrap {
  position: relative;
}
.articleTtlWrap .articleTags span,
.articleTtlWrap .articleTags a,
.seminarDataWrap .articleTags span,
.seminarDataWrap .articleTags a {
  font-size: 14px;
}

.seminar_article,
.shikyo_article {
  /* clearfix */
  /* Hides from IE Mac \*/
  /* End Hack */
  /* clearfix */
}
.seminar_article .uq_seminarDate,
.shikyo_article .uq_seminarDate {
  float: left;
  margin-right: 30px;
}
.seminar_article .seminar_article_clearfix:after,
.shikyo_article .seminar_article_clearfix:after {
  content: " ";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.seminar_article .seminar_article_clearfix,
.shikyo_article .seminar_article_clearfix {
  display: inline-block;
}
.seminar_article * html .seminar_article_clearfix,
.shikyo_article * html .seminar_article_clearfix {
  height: 1%;
}
.seminar_article .seminar_article_clearfix,
.shikyo_article .seminar_article_clearfix {
  display: block;
}
.seminar_article .seminarDate_Right_p1,
.shikyo_article .seminarDate_Right_p1 {
  position: relative;
  top: -8px;
  text-align: left;
}
.seminar_article .seminarDate_Right_p2,
.shikyo_article .seminarDate_Right_p2 {
  font-weight: bold;
  padding-top: 5px;
}
.seminar_article .seminarDate_Right_p3,
.shikyo_article .seminarDate_Right_p3 {
  margin-top: -5px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3em;
  text-align: left;
}
.seminar_article .uq_section_padding,
.shikyo_article .uq_section_padding {
  padding: 0px;
}
.seminar_article #contents .container .uq_containerInner,
.shikyo_article #contents .container .uq_containerInner {
  max-width: 640px;
}
.seminar_article .btn_seminar,
.shikyo_article .btn_seminar {
  display: none;
}
.seminar_article .btn_seminar.active,
.shikyo_article .btn_seminar.active {
  display: block;
}
.seminar_article .uq_btnType02,
.shikyo_article .uq_btnType02 {
  padding: 23px;
}
.seminar_article .uq_btnType02.no_hover:hover,
.shikyo_article .uq_btnType02.no_hover:hover {
  background: #404040;
  cursor: auto;
}
.seminar_article .uq_boxLeft,
.shikyo_article .uq_boxLeft {
  float: left;
  width: 50px;
  padding-bottom: 0.3em;
}
.seminar_article .uq_boxRight,
.shikyo_article .uq_boxRight {
  padding-bottom: 0.3em;
}
.seminar_article .uq_th,
.shikyo_article .uq_th {
  vertical-align: top;
}
.seminar_article p.uq_td_p,
.shikyo_article p.uq_td_p {
  line-height: 1.7em;
}
.seminar_article .uq_boxBlock,
.shikyo_article .uq_boxBlock {
  margin-bottom: 0px;
}
.seminar_article .uq_boxBlock p,
.shikyo_article .uq_boxBlock p {
  text-align: left;
  font-size: 0.9em;
}
.seminar_article .uq_boxBlock .uq_fontBold,
.shikyo_article .uq_boxBlock .uq_fontBold {
  font-weight: bold;
}

.tableSeminarWrap {
  line-height: 1.375;
  width: 100%;
}
.tableSeminarWrap table {
  width: 100%;
  line-height: 1.375;
  border-top: 1px solid #dfdfdf;
}
.tableSeminarWrap table th, .tableSeminarWrap table td {
  border-bottom: 1px solid #dfdfdf;
  padding: 20px;
}
.tableSeminarWrap table th {
  width: 30%;
  vertical-align: middle;
  font-weight: bold;
}

/* ie9 */
.tableStyleWrap:not(:target) {
  min-width: 900px\9;
  border: 1px solid #ff0000\9;
}

.tableStyleWrap .spCol1Table th.uq_th:not(:target) {
  width: 30% \9 !important;
}

.category-description {
  padding: 20px 0 30px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.btnDispMoreTag {
  cursor: pointer;
}

.pagingNav .pagingArea {
  text-align: center;
}
.pagingNav .pagingArea a {
  background-color: #fff;
}
.pagingNav .pagingArea .prev, .pagingNav .pagingArea .next, .pagingNav .pagingArea ul {
  display: inline-block;
}
.pagingNav .pagingArea .prev, .pagingNav .pagingArea .next {
  border: none;
  float: none;
  padding-top: 6px;
  font-size: 14px;
}
.pagingNav .pagingArea .prev:before, .pagingNav .pagingArea .prev:after, .pagingNav .pagingArea .next:before, .pagingNav .pagingArea .next:after {
  content: none;
}
.pagingNav .pagingArea .prev a, .pagingNav .pagingArea .next a {
  padding: 0;
  background: none;
  text-decoration: underline;
}
.pagingNav .pagingArea .prev span.nolink, .pagingNav .pagingArea .next span.nolink {
  opacity: 0;
}
.pagingNav .pagingArea ul {
  padding: 0 20px;
}
.pagingNav .pagingArea ul li a {
  display: inline-block;
  width: 33px;
  height: 33px;
  text-decoration: none;
  line-height: 33px;
}
.pagingNav .pagingArea ul li span {
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  background-color: #005BAC;
  color: #fff;
}

.localFooter .hd {
  background: #808080;
  color: #fff;
  font-weight: bold;
}
.localFooter .colWrap {
  color: #fff;
  font-size: 13px;
}
.localFooter .colWrap dl dt {
  margin-bottom: 5px;
}
.localFooter .colWrap dl ul li {
  margin-bottom: 0;
  background-position: .2em .6em;
}
.localFooter .icon_arr {
  font-weight: bold;
}
.localFooter .icon_arr:before {
  content: '\025b6';
  margin-right: 3px;
  font-size: 90%;
}

.footNavWrap .footNav .topicPath ul > span {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  min-height: 21px;
  padding: 12px;
  padding-right: 20px;
  padding-left: 5px;
  color: #fff;
}

.error404 #wrap {
  position: static !important;
}

.toranomaki_detail .tm-section {
  padding-bottom: 0px;
}

/**
 * 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
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  /*background: url(images/bx_loader.gif) center center no-repeat #fff;*/
  background: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-pager {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 30px;
}
.bx-pager .bx-pager-item {
  display: inline-block;
}
.bx-pager div.bx-pager-item:first-child {
  margin-left: 18px;
}
.bx-pager div.bx-pager-item:last-child {
  opacity: 0;
}

.bx-pager a {
  background: #404040;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #ffffff;
}

.bx-pager a:hover,
.bx-pager a.active {
  background: #ffffff;
  border: 2px solid #ff0033;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.swiper-button-prev .bx-prev, .swiper-button-next .bx-next {
  text-indent: -9999em;
  display: block;
  position: absolute;
  z-index: 999;
}

.swiper-button-prev .bx-prev {
  left: 30px;
  bottom: 35px;
  width: 18px;
  height: 27px;
  background: url(/academy/common_fx/images/modal_prev.png) no-repeat 0 0;
}

.firstSlider .swiper-button-prev .bx-prev {
  display: none;
}

.swiper-button-next .bx-next {
  right: 30px;
  bottom: 35px;
  width: 18px;
  height: 27px;
  background: url(/academy/common_fx/images/modal_next.png) no-repeat 0 0;
}

.lastSlider .swiper-button-next .bx-next {
  display: none;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}




/*===========================================
 SP
===========================================*/
@media screen and (max-width: 767px) {
  .sectionTtl h2 {
    min-height: 70px;
  }

  .bg_event {
    background: url(/academy/common_fx/images/sp_img_mainvisual.png) top center no-repeat;
    background-size: 100% auto;
  }

  .mainPage .txtWrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .contentsSeminarList article {
    min-height: 70px;
  }
  .contentsSeminarList .seminarList li {
    padding: 17px 0 15px;
  }
  .contentsSeminarList .seminarList li .seminarData {
    margin: 0;
    position: absolute;
  }

  .toggleTagList {
    border-bottom: 1px solid #bfbfbf;
  }

  .contentsArticleList .articleTagList li {
    display: block !important;
    margin: 5px 0;
    text-align: center;
  }
  .contentsArticleList .articleTagList li span {
    font-size: 14px;
  }

  .pagingNav .pagingArea {
    position: relative;
    overflow: visible;
  }
  .pagingNav .pagingArea .prev {
    position: absolute;
    left: 5px;
    top: 50px;
    margin-left: 0px;
  }
  .pagingNav .pagingArea .next {
    float: right;
    margin-right: 5px;
    position: relative;
    top: 15px;
  }
  .pagingNav .pagingArea ul {
    display: block;
    padding: 0;
  }

  .articleList.withBalloon:before {
    content: url(/academy/common_fx/images/sp_bg_balloon.png);
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -26px;
  }
  .articleList .col3Block + .col3Block {
    margin-top: 0;
  }
  .articleList .col3Block {
    margin-left: 0;
  }
  .articleList .col3Block li {
    margin-bottom: 0;
  }
  .articleList .colWrapper + .colWrapper {
    margin-top: 0;
  }
  .articleList .colWrapper li > .card {
    display: block;
    box-sizing: border-box;
    max-width: 100%;
    min-height: 110px;
    background-color: #fff;
    margin-left: 0;
    opacity: 1 !important;
    color: #404040;
    position: relative;
  }
  .articleList .colWrapper li.new .card:before {
    content: '';
    width: 46px;
    height: 46px;
    background: url(/academy/common_fx/images/sp_icon_new.png) no-repeat left top;
    background-size: 46px auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .articleList .colWrapper li.capmaign_bnr {
    border-top: none;
  }
  .articleList .colWrapper li a.articleLink {
    display: block;
	padding-bottom:20px;
  }
  .articleList .colWrapper li a.articleLink:after {
    clear: both;
    content: "";
    display: table;
  }
  .articleList .articleThumb {
    box-sizing: border-box;
    margin: 0px 0px 0px 12px;
    width: 80px;
    height: 80px;
    border: 2px solid #3e3e3e;
    float: left;
  }
  .articleList .articleThumb img {
    width: 80px;
    height: 80px;
    display: block;
    position: relative;
    top: -2px;
    left: -2px;
    max-width: 80px;
  }
  .articleList.relatedArticle {
    /*
    		.articleThumb {
    			float: none;
    			position: absolute;
    			top: 15px;
    			left: 15px;
    		}
    */
  }
  .articleList.relatedArticle .articleRecommend {
    display: none;
  }
  .articleList .col {
    position: relative;
  }
  .articleList .col .articleTxt {
    display: none;
  }
  .articleList .articleRecommend {
    position: absolute;
    top: 120px;
    left: 19px;
    text-align: left;
    min-height: 0;
  }
  .articleList .articleSeries {
    text-align: left;
    margin-top: 28px;
    padding-left: 102px;
    font-size: 13px;
  }
  .articleList .hd_wrap {
    padding-left: 10px;
  }
  .articleList .hd_wrap .hd_03 {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .articleList .articleTags {
    clear: both;
  }
  .articleList .btnLoadMore {
    width: 100%;
  }

  .contentsSeminarList .hd_wrap .hd_03,
  .contentsAboutOnlineSeminar .hd_wrap .hd_03 {
    font-size: 18px;
  }

  .contentsPickupSeminar .hd_wrap .hd_03 {
    font-size: 18px;
    text-align: left;
  }
  .contentsPickupSeminar .contentsCol2Wrap .colL:first-child {
    width: 100%;
    padding-left: 0;
  }
  .contentsPickupSeminar .colL, .contentsPickupSeminar .colR {
    width: 100%;
  }
  .contentsPickupSeminar iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  .contentsOnlineFeature .squareBlock {
    width: 100%;
  }
  .contentsOnlineFeature .squareBlock ul li .box {
    padding: 20px 0 10px;
    font-size: 12px;
  }
  .contentsOnlineFeature p.link {
    text-align: center;
  }

  .lecturerList li {
    width: 100%;
    display: block;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .lecturerList .img {
    display: inline-block;
    vertical-align: middle;
  }
  .lecturerList .ov {
    display: inline-block;
    vertical-align: middle;
  }
  .lecturerList .flWrap {
    float: left;
  }
  .lecturerList .txtWrap {
    display: inline;
    width: 100%;
    max-width: 100%;
  }
  .lecturerList .txtWrap p, .lecturerList .txtWrap p.ov {
    font-size: 12px;
    margin-bottom: 0.8em;
    display: inline;
  }

  .lectureOnepoint {
    position: relative;
    min-height: 140px;
  }
  .lectureOnepoint .contentsText {
    padding-left: 120px;
  }
  .lectureOnepoint .contentsText:after {
    clear: both;
    content: "";
    display: table;
  }
  .lectureOnepoint .photoLecture {
    overflow: hidden;
    width: 95px;
    height: 95px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: auto;
    left: auto;
    float: left;
  }
  .lectureOnepoint p {
    float: left;
    width: calc(100% - 130px);
    display: inline-block;
  }
  .lectureOnepoint p.textTtl {
    width: 100%;
    float: none;
  }

  .boxMovie {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
  }
  .boxMovie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .lectureInfo .imgCircle {
    width: 142px;
    height: 142px;
  }

  .uq_boxBlock>p {
    padding: 20px;
  }
  .uq_boxBlock p {
    text-align: left;
  }

  .postNav {
    font-size: 14px;
  }

  .articleTtlWrap .iconWrap {
    position: static;
    margin: 0 auto 10px;
  }
  .articleTtlWrap p {
    text-align: center;
  }

  #contents .hd_02.withBorderBtm {
    font-size: 20px;
    text-align: left;
  }
  #contents .hd_02.withBorderBtm span {
    font-size: 16px;
    display: block;
  }

  #contents .articleWrap .hd_wrap .hd_02 {
    font-size: 24px;
  }
  #contents .articleWrap .contentsLinkList {
    text-align: left;
  }
  #contents .articleWrap .contentsLinkList p {
    width: 100%;
    margin: 15px 0 0;
    padding: 0 1em;
  }
  #contents .articleWrap .contentsLinkList p span.icon {
    font-size: 90%;
    vertical-align: middle;
  }

  .pageTtl .seminarTopTitle {
    padding-left: 60px;
    min-height: 40px;
    font-size: 28px;
    background: url(/academy/common_fx/images/icon_sp_ttl_seminar.png) left center no-repeat;
    background-size: 60px auto;
  }
  .pageTtl .seminarTopTitle.spOnly {
    display: inline-block !important;
  }
  .pageTtl .seminarTopTitle.pcOnly {
    display: none !important;
  }

  .seminar_article #contents .container .uq_containerInner,
  .shikyo_article #contents .container .uq_containerInner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .seminar_article .seminarDataWrap .seminarDate_Right .seminarDate_Right_p1,
  .shikyo_article .seminarDataWrap .seminarDate_Right .seminarDate_Right_p1 {
    top: 0;
    text-align: center;
  }
  .seminar_article .seminarDataWrap .seminarDate_Right .seminarDate_Right_p3,
  .shikyo_article .seminarDataWrap .seminarDate_Right .seminarDate_Right_p3 {
    margin-top: 15px;
    font-size: 2em;
  }
  .seminar_article .seminarData,
  .shikyo_article .seminarData {
    position: static;
    margin: 0 auto 10px;
  }
  .seminar_article .uq_seminarDate,
  .shikyo_article .uq_seminarDate {
    display: none;
  }
  .seminar_article .uq_boxLeft,
  .shikyo_article .uq_boxLeft {
    padding-bottom: 0.3em;
    float: none;
  }
  .seminar_article .uq_boxLeft span,
  .shikyo_article .uq_boxLeft span {
    display: none;
  }
  .seminar_article .uq_boxRight,
  .shikyo_article .uq_boxRight {
    padding-bottom: 0.1em;
  }
  .seminar_article .uq_boxBlock p,
  .shikyo_article .uq_boxBlock p {
    line-height: 1.7em;
  }

  .category-description {
    padding: 10px 0 10px;
    font-size: 14px;
  }

  #shikyo_article .seminarDate_Right_p3 {
    font-size: 2em;
  }
  #shikyo_article .uq_seminarDate {
    display: none;
  }
  #shikyo_article .uq_boxLeft {
    padding-bottom: 0.3em;
    float: none;
  }
  #shikyo_article .uq_boxLeft span {
    display: none;
  }
  #shikyo_article .uq_boxRight {
    padding-bottom: 0.1em;
  }
  #shikyo_article .tableStyleWrap table th.uq_sp_th {
    padding-bottom: 0px;
    padding-left: 0.8em;
  }
  #shikyo_article .tableStyleWrap table td.uq_sp_td {
    padding-top: 5px;
    padding-left: 0.8em;
  }
  #shikyo_article .tableStyleWrap table th.uq_border {
    border-bottom: 0px;
    border-collapse: collapse;
  }
  #shikyo_article .tableStyleWrap table td.uq_border {
    border-top: 0px;
    border-bottom: 0px;
    border-collapse: collapse;
  }
  #shikyo_article .tableStyleWrap table.spCol1Table tr.uq_sp_tr {
    margin-bottom: 0px;
  }
  #shikyo_article .tableStyleWrap table td.uq_td_lastBorder {
    border-bottom: 1px solid #BFBFBF;
  }
  #shikyo_article .uq_boxBlock p {
    line-height: 1.7em;
  }

  .heightLine-1,
  .heightLine-2,
  .heightLine-3,
  .heightLine-4 {
    height: auto !important;
  }

  .fs36 {
    font-size: 24px !important;
  }


div.kozaBtnArea.flWrap div.flL{
    width: 100%;
}

div.kozaBtnArea.flWrap div:nth-child(1){
    margin: 0;
}
}


/* タグエリア_非表示 */
.articleTags,.contentsArticleList {
	display:none !important;
}

/*# sourceMappingURL=event_cms.css.map */
