@charset "UTF-8";
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
/**
 * フォントサイズがremで書かれてるので
 */
:root {
  font-size: 10px;
}

/* color --------------- */
.clRed {
  color: #F30;
}

.clTheme {
  color: #F39403;
  /* college theme orange */
}

/* color course */
.clBusiness {
  color: #18BCD4;
}

.clArt {
  color: #60963F;
}

.clChild {
  color: #D7516B;
}

.clAdv {
  color: #EF7552;
}

.clAbr {
  color: #b8a5db;
}

/* border 50% --------------- */
.bdNml {
  border: 1px solid #FFB400;
}

.businessBd {
  border: 1px solid #8BDDE9;
}

.artBd {
  border: 1px solid #B7D8A4;
}

.childBd {
  border: 1px solid #F1C3CC;
}

.advBd {
  border: 1px solid #FCC8B8;
}

/* background color course 100% --------------- */
.businessBg {
  background-color: #18bcd4 !important;
}

.artBg {
  background-color: #70B249 !important;
}

.childBg {
  background-color: #E3879A !important;
}

.titleBg {
      background-color: #999 !important;
}

/* background color course 10% --------------- */
.businessBg02 {
  background-color: #F1FBFC;
}

.artBg02 {
  background-color: #EEF6E9;
}

.childBg02 {
  background-color: #FBF1F3;
}


/* label bg color --------------- */
.label_blueBg {
  background-color: #4ab8eb;
}

.label_orangeBg {
  background-color: #f0b549;
}

.label_greenBg {
  background-color: #9ac942;
}

.label_pinkBg {
  background-color: #eb6d9a;
}

/* text-decoration --------------- */
.text_decoration_wavy{
	text-decoration: underline wavy;
}

/* link
----------------------------------------------------------- */
a:link {
  color: #F39403;
}

a:visited {
  color: #F39403;
}

a:hover {
  color: #F39403;
  text-decoration: none;
}

a[href$='.pdf'] {
  background: url(../images/ic_pdf.png) no-repeat right center;
  background-size: 16px 16px;
  padding-right: 20px;
}
.sp-slider-container a[href$='.pdf'],
.pc-slider-container a[href$='.pdf'] {
  background: url(none)!important;
}
.non_link_PDF a[href$='.pdf'] {
  background: url(none)!important;
}

a[href$='.doc'] {
  background: url(../images/ic_word.png) no-repeat right center;
  background-size: 16px 16px;
  padding-right: 20px;
}

a[href$='.docx'] {
  background: url(../images/ic_word.png) no-repeat right center;
  background-size: 16px 16px;
  padding-right: 20px;
}

a[href$='.xls'],
a[href$='.xlsx']{
  background: url(../images/ic_excel.png) no-repeat right center;
  background-size: 16px 16px;
  padding-right: 20px;
}

.naviNml {
  margin-bottom: 6px;
}

.naviNml a {
  background: #FFFDF0 url(../images/ic_arrow_nml.png) no-repeat 16px center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #FFB400;
  padding: 8px 20px 7px 40px;
  color: #333;
  text-decoration: none;
}

.naviNml a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.linkTxt a {
  color: #333;
  text-decoration: none;
}

.naviAnchor a {
  background: #FFFDF0 url(../images/ic_arrow_anchor.png) no-repeat 16px center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #FFB400;
  margin-bottom: 15px;
  padding: 8px 20px 7px 40px;
  color: #333;
  text-decoration: none;
}

.naviAnchor a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
#headerArea {
  width: 100%;
}

#header2nd {
  position: relative;
  width: 1090px;
  height: 88px;
  margin: 0 auto;
}

#header2ndLogo {
  position: absolute;
  top: 22px;
  left: 0;
}

#hNaviArea {
  position: absolute;
  top: -3px;
  right: 10px;
  width: 715px;
  /*width:664px;*/
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border: 3px solid #FFF591;
  padding: 10px 0 6px;
  z-index: 2;
}

#hNavi li {
  float: left;
  padding-left: 13px;
}

#gNaviSub {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
}

#gNaviSub li {
  float: left;
  padding-left: 1px;
}

/* global navi --------------- */
#gNaviArea {
  width: 100%;
  background: #f0f0f0 url(../images/gnavi_bg.jpg) repeat-x 0 0;
  border-top: 1px solid #fff090;
}

#gNavi {
  width: 1090px;
  margin: 0 auto;
}

#gNavi li {
  float: left;
}

/* -----------------------------------------------------------
 =topic path
----------------------------------------------------------- */
#topicPathArea {
  width: 100%;
  background: #f0f0f0 url(../images/topicpath_bg.png) repeat-x 0 0;
  margin-bottom: 17px;
}

#topicPath {
  width: 1090px;
  margin: 0 auto;
  padding: 14px 0 8px;
  color: #333;
  font-size: 1.2rem;
}

#topicPath li {
  display: inline;
  padding-left: 6px;
}

#topicPath li a {
  background: url(../images/topicpath_ic.png) no-repeat right center;
  padding-right: 12px;
  text-decoration: none;
}

#topicPath li:first-child {
  background: none;
  padding-left: 0;
}

/* topicPath link color
----------------------------------------------------------- */
#topicPath a {
  text-decoration: none;
}

#topicPath a:link, #topicPath a:visited {
  color: #333;
}

#topicPath a:hover {
  color: #999;
  text-decoration: underline;
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
#main {
  width: 1090px;
  margin: 0 auto 45px;
}

/* contents --------------- */
#contents {
  line-height: 1.8;
}

/* title --------------- */
#contents h1.business, #contents h1.art, #contents h1.child {
  height: 62px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-bottom: 20px;
  padding: 22px 96px 0 22px;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
}

@media (min-width: 576px) {
  #contents h1.business, #contents h1.art, #contents h1.child {
    padding-top: 20px;
    font-size: 24px;
  }
}

#contents h1.nml, #contents h1.nmlS {
  color: #212529;
  font-size: 24px;
  line-height: 1.25;
  border-bottom: 3px solid #ffb400;
  padding-bottom: .25em;
  margin-left: 5px;
  margin-right: 5px;
}

@media (min-width: 768px) {
  #contents h1.nml, #contents h1.nmlS {
    font-size: 32px;
  }
}

#contents h2.nml {
  border-left: 5px solid #ffb400;
  color: #ffb400;
  font-size: 20px;
  line-height: 1.25;
  padding-left: 7px;
  margin-bottom: 20px;
}

#contents h2.nml.nml-business {
  color: #18bcd4;
  border-color: #18bcd4;
}

#contents h2.nml.nml-art {
  color: #70b149;
  border-color: #70b149;
}

#contents h2.nml.nml-child {
  color: #e3889a;
  border-color: #e3889a;
}

#contents h3.nml {
  background-color: #ffeab6;
  color: #212529;
  font-size: 16px;
  line-height: 1.25;
  padding: .25em .5em;
  margin-bottom: 10px;
}

#contents h3.nml.business {
  background-color: #d1f2f6;
}

#contents h3.nml.art {
  background-color: #e2efdb;
}

#contents h3.nml.child {
  background-color: #f9e7eb;
}

#contents h4.nml {
  color: #212529;
  font-size: 16px;
  line-height: 1.25;
  padding-left: 22px;
  position: relative;
  margin-bottom: 10px;
}

#contents h4.nml:before {
  content: '';
  height: 16px;
  width: 16px;
  border: 3px solid #bbb480;
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 50%;
}

#contents h5.nml {
  color: #ffb400;
  font-size: 16px;
  line-height: 1.25;
}

#contents h6.nml {
  color: #212529;
  font-size: 14px;
  line-height: 1.25;
}

#contents h1.business {
  background-image: url(../images/business_bg_h1.gif);
}

#contents h1.art {
  background-image: url(../images/art_bg_h1.gif);
}

#contents h1.child {
  background-image: url(../images/child_bg_h1.gif);
}

#contents h1.adv {
  background-image: url(../images/advance_bg_h1.gif);
}

.catch {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.25;
}

.catch02 {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.5;
}

.bold-col_Text {
  color: #ffb400;
  font-size: 20px;
  line-height: 1.25;
  margin-top: 20px;
  margin-bottom: 20px;
}

.secTtl {
  /* h2 */
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.3;
}

.secTtl.nml {
  border-bottom: 2px dashed #FFB400;
}

.secTtl.business {
  border-bottom: 2px dashed #18bcd4;
}

.secTtl.art, .dsArt {
  border-bottom: 2px dashed #70B249;
}

.secTtl.child, .dsChild {
  border-bottom: 2px dashed #E3879A;
}

.secTtl.advance {
  border-bottom: 2px dashed #F99272;
}

.secTtl02 {
  /* business learning */
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.3;
}

.secTtl03 {
  /* h3 */
  margin-bottom: 8px;
  font-size: 1.7rem;
  line-height: 1.3;
}

.secTtl03:before {
  margin-right: 6px;
  content: " ";
  display: inline-block;
  width: 13px;
  height: 13px;
}

.secTtl03.nml:before {
  background-color: #FFB400;
}

.secTtl03.business:before {
  background-color: #18bcd4;
}

.secTtl03.art:before {
  background-color: #70B249;
}

.secTtl03.child:before {
  background-color: #E3879A;
}

.secTtl03.adv:before {
  background-color: #F99272;
}

.secTtl03IcNone {
  /* h3 */
  margin-bottom: 8px;
  font-size: 1.7rem;
  line-height: 1.3;
}

.secTtl03nml {
  /* h3 */
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 1.7rem;
  line-height: 1.5;
}

.boxTtl04 {
  /* h4 */
  background-color: #F5F5F5;
  margin-bottom: 5px;
  padding: 1px 16px 0;
  font-size: 1.6rem;
}

.secTtl04nml {
  /* h4 */
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 1.6rem;
}

.secTtl04 {
  /* h4 */
  margin-bottom: 3px;
  font-size: 1.6rem;
}

.secTtl05 {
  /* h5 */
  margin-bottom: 3px;
  font-size: 1.5rem;
}

.secTtl06 {
  /* h6 */
  margin-bottom: 3px;
  font-size: 1.4rem;
}

/* sidebar --------------- */
/* sidebar link color
----------------------------------------------------------- */
/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
/* footer link color
----------------------------------------------------------- */
/**
 * コンテンツの調整
*/
#contents {
  margin-bottom: 50px;
}

#contents > header {
  margin: -6px 0 20px -5px;
}

#contents > header > h2 {
  padding: 20px 0 0 22px;
}

@media (min-width: 1290px) {
  #contents > header {
    margin-right: -5px;
  }
  #contents > header > h2 {
    padding-right: 5px;
  }
}

.contents-sidebar-wrapper {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .contents-sidebar-wrapper {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents-sidebar-wrapper .contents-container {
    width: 70%;
  }
  .contents-sidebar-wrapper .sidebar-container {
    width: 25%;
  }
  .sidebar {
    max-width: 100%;
  }
}

/**
 * スタイル上書き
 */
figcaption {
  line-height: 1.25;
  margin-top: 10px;
}

/**
 * レスポンシブ
 */
img {
  max-width: 100%;
  height: auto;
}

img.block-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.fRight {
  max-width: 33.3333%;
  margin: 0 0 20px 20px;
}

img.fLeft {
  max-width: 33.3333%;
  margin: 0 20px 20px 0;
}

.scroll-container {
  width: 100%;
  overflow-x: scroll;
}

@media (max-width: 992px) {
	.scroll-container > table th, .scroll-container > table td {
		white-space: nowrap;
	}
}

.flex-img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-img-container figure {
  border: 1px dashed #ff0000;
}

.flex-img-container figure img {
  height: 100%;
  width: auto;
}

/**
 * PhotoSwipe
 */
.my-gallery-h140 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.my-gallery-h140 figure {
  padding: 5px;
}

.my-gallery-h140 figure img {
  border: 1px solid #ccc;
  max-height: 140px;
  width: auto;
}

.my-gallery-h140 figcaption {
  display: none;
}

/**
 * 写真を横一列に並べる
 */
.photo-inline-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.photo-inline-container figure {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
}

.photo-inline-container figure img {
  width: 100%;
  height: auto;
}

/**
 * モーダル
 */
.close-btn-container {
  text-align: right;
}

.close-btn-container button {
  background-color: transparent;
  color: #888;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.close-btn-container button:before {
  content: '';
  height: 16px;
  width: 16px;
  display: inline-block;
  background-image: url(../images/icon-close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -3px;
  margin-right: 5px;
}

.modal-dialog {
  margin-bottom: 30px !important;
}

.table-responsive {
  width: 100% !important;
}

.table-responsive th, .table-responsive td {
  display: block;
}

.table-responsive td {
  margin-bottom: 10px;
}

.anchor-link-list > div {
  margin-bottom: 10px;
}

.anchor-link-list a {
  display: block;
  height: 4em;
  background-color: rgba(255, 180, 0, 0.2);
  color: #000;
  line-height: 1.25;
  position: relative;
}

.anchor-link-list a:hover {
  background-color: rgba(255, 180, 0, 0.7);
  color: #fff;
}

.anchor-link-list a:before {
  content: url(../images/icon-toggle-down.svg);
  position: absolute;
  left: 15px;
  top: 1.5em;
}

.anchor-link-list a span {
  position: absolute;
  display: inline-block;
  padding-left: 40px;
  top: 50%;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-wrap > * {
  margin-right: 20px;
}

.markList {
	list-style: disc;
}
.markList li {
	padding-left: 0!important;
	margin-left: 0!important;
}

.indentList li {
	margin-left:1em;
	text-indent:-1em;
}

/* youtube */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*----------------------------------------------------------- */
/* 印刷
/*----------------------------------------------------------- */
@media print {
	.scroll-container > table th, .scroll-container > table td {
		white-space: normal;
	}
}
