@charset "utf-8";
/*==========================================
共通の設定
===========================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}
body {
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #000;
  font-weight: normal;
  overflow-x: hidden;
}
body, html {
  width: 100%;
  height: 100%;
}
input[type="button"], input[type="text"], input[type="submit"] {
  -webkit-appearance: none;
}
html {
  font-size: 62.5%;
}
/*IE*/
/*@media all and (-ms-high-contrast:none) {
body {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
}*/
img, svg {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none !important;
    cursor: default !important;
  }
}
/* デバイス*/
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
.pc_none480 {
  display: none;
}
.pc_none960 {
  display: none;
}
.sp_none960 {
  display: block;
}
@media screen and (max-width:960px) {
  .pc_none960 {
    display: block;
  }
  .sp_none960 {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}
@media screen and (max-width:480px) {
  .pc_none480 {
    display: block;
  }
  .sp_none480 {
    display: none;
  }
}
/*全体の設定*/
.dib {
  display: inline-block;
}
.maw {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.fwb {
  font-weight: bold;
}
.flex00 {
  display: flex;
  flex-wrap: wrap;
}
.flex01 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.flex02 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
/* =============================================
講座一覧
============================================= */
/* --- 見出し --- */
.ttl_lv1 {
  margin: 0 0 15px;
  padding: 18px 10px 18px 20px;
  font-size: 1.6rem;
  background-color: #f3f5f6;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  position: relative;
  font-weight: bold;
}
.ttl_lv1:before {
  content: ' ';
  width: 6px;
  height: 100%;
  background-color: #e04536;
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 0;
}
.ttl_lv2 {
  margin: 0 0 10px;
  padding: 13px;
  background-color: #e1e8eb;
  color: #575f64;
  font-size: 1.6rem;
}
.ttl_lv3 {
  margin: 0 0 10px;
  padding: 10px 0 10px 13px;
  color: #575f64;
  font-size: 1.55rem;
  /* border-left: 5px solid #79858d; */
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
.ttl_lv3:before {
  content: ' ';
  width: 5px;
  height: 70%;
  background: -webkit-linear-gradient(top, #6f2a2a 0%, #5f2323 100%);
  background: linear-gradient(to bottom, #efefef 0%, #ccc 100%);
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px
}
.ttl_lv4 {
  margin: 0 0 5px;
  padding-bottom: 5px;
  color: #575f64;
  font-size: 1.5rem;
  border-bottom: 1px dotted #ccc;
}
.ttl_lv5 {
  margin: 0 0 5px;
  padding-bottom: 5px;
  color: #575f64;
  font-size: 1.5rem;
}
.ttl_lv5:before {
  content: '●';
  display: inline-block;
  padding-right: 5px;
}

/* 講座一覧 */
#course_list {
  width: 970px;
  margin: 0 auto 0;
  line-height: 1.6;
}
#course_list h3 {
  margin-bottom: 8px;
  padding: 13px 0 13px;
  text-align: center;
  font-size: 1.52rem;
  color: #546277;
  font-weight: bold;
  background: -moz-linear-gradient(top, #f0f1f3 0%, #e5e7ea 100%);
  background: linear-gradient(to bottom, #f0f1f3 0%, #e5e7ea 100%);
}
.category_cont {
  margin-right: 30px;
  width: 303px;
  float: left;
}
.course_list_cont {
  overflow: hidden;
}
.course_list_cont li {
  font-size: 1.4rem;
  padding: 0 0 0 11px;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.course_list_cont li:before {
  content: ' ';
  width: 5px;
  height: 7px;
  background: url(../img/cmn_arrow_ico.png) no-repeat left -14px;
  background-size: 150px 150px;
  position: absolute;
  top: 1.0em;
  left: 0;
}
.course_list_cont a {
  padding: 5px 0;
  display: block;
  position: relative;
}
.course_list_cont a:after {
  content: ' ';
  width: 62px;
  height: 24px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0.3em;
  background-repeat: no-repeat;
  background-image: url(../img/mark_type.png);
  background-size: 62px 144px;
}
.course_list_cont a.kokka:after {
  background-position: 0 0
}
.course_list_cont a.kouteki:after {
  background-position: 0 -24px
}
.course_list_cont a.minkan:after {
  background-position: 0 -48px
}
.course_list_cont a.jitsumu:after {
  background-position: 0 -72px
}
.course_list_cont a.hote:after {
  background-position: 0 -96px
}
#licence .category_cont:last-child {
  margin-right: 0;
}
#study_cont {
  margin: 40px 0 0;
  overflow: hidden;
}
#study {
  margin-right: 30px;
  width: 630px;
  float: left;
}
#study div {
  margin-right: 30px;
  width: 290px;
  float: left;
}
#study div:last-child {
  margin-right: 0;
}
#nik-g {
  width: 308px;
  float: left;
}
/* ===========================================
	MediaQueries
=========================================== */
/* スマホ----------------------------- */
@media screen and (max-width: 767px) {
  /* 講座一覧 */
#course_list {
  width: 100%;
}
  .category_cont, #study, #study .menulist, #nik-g, #study div {
    margin: 20px 0 0 0;
    width: 100%;
    float: none;
  }
  #study .menulist {
    margin: 0;
  }
  /* ボトム */
  .video_step li h5 span {
    display: block;
    width: 5em;
  }
}
/* ===========================================
	アイコン
=========================================== */
.outsite:after{
	content: ' ';
	margin: 0 0 0 5px;
	width: 12px;
	height: 11px;
	display: inline-block;
	background: url(../img/cmn_arrow_ico.png) no-repeat left -28px;
	background-size: 150px 150px;
}
.outsite_w:after{
	content: ' ';
	margin: 0 0 0 5px;
	width: 12px;
	height: 11px;
	display: inline-block;
	background: url(../img/cmn_arrow_ico.png) no-repeat left -39px;
	background-size: 150px 150px;
}