@charset "utf-8";
/* CSS Document */
/*-------------------------
  contents共有
--------------------------- */
.contents-warp {
  position: relative;
  padding: 0px 0 0 0;
}
.line-warp {
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  padding: 60px 0;
  margin: 0 0 30px 0;
}
/*--- 角のかけた背景 --- */
.titBlock-gr {
  background:
    linear-gradient(110deg, transparent 150px, #f6f6f6 20px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 100% 92%;
  background-repeat: no-repeat;
	padding: 0 0 50px 0;
	margin: 0px 0 40px 0;
}
.titBlock-gr02 {
  background:
    linear-gradient(110deg, transparent 150px, #f6f6f6 20px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
	padding: 50px 0 50px 0;
	margin: 0px 0 40px 0;
}
/*--- 左上　三角グラデーション --- */
.contents-triangle {
  position: absolute;
  background: -moz-linear-gradient(top, #60bdd9, #be90e0);
  background: -webkit-linear-gradient(top, #60bdd9, #be90e0);
  background: linear-gradient(to bottom, #60bdd9, #be90e0);
  height: 510px;
  width: 210px;
  clip-path: polygon(0% 0, 0% 100%, 100% 0);
  opacity: 0.7;
  z-index: -10;
}
/*--- リスト --- */
dl.subject{
	margin: 0px 0 10px 0;
}
dl.subject dt{
	width: auto;
	background: #61BCD9;
	color: #fff;
	padding: 0 10px;
	margin: 0 10px 10px 0;
	display: inline-block;
	
}
dl.subject dd{
	width: 100%;
	border-bottom: 1px solid #61BCD9;
	margin: 0 0px 20px 0;
	padding: 0 0 5px 0;
	
}
.list_basic li{
	list-style: circle;
	margin: 0 0 5px 15px;
	
}
/*-------------------------
  取得可能な学位
--------------------------- */
.degree {
  width: 98%;
  padding: 0px 0px 20px 0px;
  margin: 0;
}
.degree-photo-flame {
  width: 100%;
}
.degree-photo {
  width: 70%;
  position: relative;
}
.list_triangle {
  margin: 10px auto 15px auto;
}
.list_triangle > li {
    position: relative;
    padding: 10px 0px 10px 1em;
	margin: 0 0 10px 0;
	background: #f6f6f6;
	font-size: 1.8rem;
}
.list_triangle > li::after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #333;
    content: "";
}
/*-------------------------
  Q&A
--------------------------- */
.qa-box-wh, .qa-box-gr {
  padding: 20px;
  margin: 0 auto 20px auto;
}
.qa-box-gr {
  border: 1px solid #ccc;
}
.qa-box-wh {
  background: #fff;
  border: 1px solid #ccc;
}
.q-mark {
  width: 8%;
	margin: 0 10px 0 0;
}
.q-text {
  width: 88%;
  font-size: 1.6rem;
  color: #60bdd9;
}
.a-text {
  font-size: 1.6rem;
	margin: 10px 0px 0 0;
}
/*-------------------------
  研究テーマ
--------------------------- */
.course-overview, .course-overview-r {
  width: 98%;
  padding: 0px 20px 20px 20px;
  margin: 0;
}
.course-photo-flame {
  width: 90%;
}
.course-photo, .course-photo02 {
  width: 70%;
  position: relative;
}
.course-photo02 {
  left: 110px;
}
/*--- 角の欠けたフレーム 右側 --- */
.titBlock, .titBlock-r {
  position: relative;
  padding: 40px 0px;
  margin: 0 auto;
}
.titBlock .bg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.titBlock .bg:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  left: 0%;
  top: 0%;
  transform: skewX(-24deg);
  transform-origin: 0% 100%;
  background: linear-gradient(-45deg, #be90e0, #60bdd9);
}
/*--- 角の欠けたフレーム 左側 --- */
.titBlock-r .bg-r {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.titBlock-r .bg-r:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  right: 0%;
  top: 0%;
  transform: skewX(-24deg);
  transform-origin: 100% 0%;
  background: linear-gradient(45deg, #be90e0, #60bdd9);
}

/*-------------------------
  特徴
--------------------------- */
.study{
	width: 89%;
	position: relative;
	background: #fff;
	padding: 80px 20px 40px 20px;
	margin: 0 auto 60px auto;
	border: 1px solid #d9d9d9;
}
.study-img{
	position: absolute;
	left: 50%;
	top: -35px;
	margin-left: -35px;
}
.study-text{
	font-size: 2.3rem;
	font-weight: 600;
	padding: 5px 0;
	margin: 0 0 20px 0;
	color: #6bb7d9;
	background: #f6f6f6;
	text-align: center;
}
/*-------------------------
  取得可能な免許・証明書
--------------------------- */
.licence{
	width: 100%;
	background: #fff;
	padding: 25px 20px;
	margin: 0 auto 60px auto;
	border: 1px solid #d9d9d9;
}
.licence-text{
	font-size: 1.8rem;
	font-weight: 600;
	padding: 5px 10px;
	margin: 0 0 20px 0;
	color: #6bb7d9;
	background: #f6f6f6;
}
.licence-photo{
	margin: 0 0 0 0px;
}
.katuyaku li{
	width: 100%;
	margin: 0px 0px 10px 0;
	padding: 0px 0 0 25px;
	font-size: 1.6rem;
	background: url("../../images2/contents/licence/circle-bg.png") no-repeat left center;
	
}
/*-------------------------
  ボックスデザイン
--------------------------- */
.box20 {
  position: relative;
  padding: 1em 2em;
  margin: 1em 0;
  top: 0;
  background: #efefef;
}
.box20 .box-title {
  display: inline-block;
  padding: 1px 30px;
  font-size: 1.8rem;
  background: #fff;
  margin: 0 0 10px 0;
}
.box20:before, .box20:after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.box20:before {
  border-left: dotted 2px #15adc1;
  border-top: dotted 2px #15adc1;
  border-bottom: dotted 2px #15adc1;
  left: 0;
}
.box20:after {
  border-top: dotted 2px #15adc1;
  border-right: dotted 2px #15adc1;
  border-bottom: dotted 2px #15adc1;
  right: 0;
}
.box20 p {
  font-size: 1.8rem;
}
/*  */
.box-gl{
    padding: 3em 2em;
    margin: 2em auto 4em auto;
    border: solid 1px #e5e5e5;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	position: relative;
	width: 92%;
}
.newness{
	position: absolute;
	top:-30px;
	left: 10px;
}	
.catch-gr {
    margin:  0;
    font-weight:  600;
    margin-bottom: 15px;
    font-size:  24px;
	text-align: center;
	color: #60bdd9;
}
.catch-gr-point {
    font-size: 13px;

}
@media print, screen and (max-width : 767px) {
  /*-------------------------
  スマホ用テーブル
--------------------------- */
  table.tbl-line {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  table.tbl-line th, table.tbl-line td {
    padding: 10px 10px;
    display: block;
    text-align: left;
    font-weight: 500;
  }
  table.tbl-line tr {
    background: #f6f6f6;
  }
  table.tbl-line tr:nth-child(even) {
    background: #fff;
  }
}
@media print, screen and (min-width : 768px) {
/*-------------------------
  contents共有
--------------------------- */		
  .contents-warp {
    position: relative;
    padding: 70px 0 0 0;
  }

/*--- 角のかけた背景 --- */
.titBlock-gr {
  background:
    linear-gradient(110deg, transparent 150px, #f6f6f6 20px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 100% 92%;
  background-repeat: no-repeat;
	padding: 0 0 50px 0;
	margin: 50px 0 40px 0;
}
.titBlock-gr02 {
  background:
    linear-gradient(110deg, transparent 150px, #f6f6f6 20px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
	padding: 50px 0 50px 0;
	margin: 50px 0 40px 0;
}	
/*--- 左上　三角グラデーション --- */
.contents-triangle {
  position: absolute;
  background: -moz-linear-gradient(top, #60bdd9, #be90e0);
  background: -webkit-linear-gradient(top, #60bdd9, #be90e0);
  background: linear-gradient(to bottom, #60bdd9, #be90e0);
  height: 810px;
  width: 360px;
  clip-path: polygon(0% 0, 0% 100%, 100% 0);
  opacity: 0.7;
  z-index: -10;
}
/*-------------------------
  ボックスデザイン
--------------------------- */		
  /* グレー枠 */
  .box-gl {
    padding: 3em 2em;
    margin: 2em 1em;
    width: 43%;
  }
  .catch-gr {
    margin: 0; /* デフォルトCSS打ち消し */
    margin-bottom: 15px; /* 周りの余白指定 */
    font-size: 28px; /* 文字サイズ指定 */
  }
  .catch-gr-point {
    font-size: 15px; /* 文字サイズ指定 */
  }
/*-------------------------
  取得可能な学位
--------------------------- */			
.degree {
    width: 45%;
    margin: 0 0px 0px 0;
  }
  .degree-r {
    width: 35%;
    margin: 0 0px 0px 100px;
  }
  .degree-photo-flame {
    width: 42%;
  }
  .degree-photo {
    left: -30px;
  }
	
  /*-------------------------
  テーブル
--------------------------- */
  table.tbl-line {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  table.tbl-line th, table.tbl-line td {
    padding: 15px 10px;
    text-align: left;
  }
  table.tbl-line th {
    width: 15%;
    font-weight: 500;
  }
  table.tbl-line tr {
    background: #f6f6f6;
  }
  table.tbl-line tr:nth-child(even) {
    background: #fff;
  }
/*-------------------------
  Q&A
--------------------------- */		
  .qa-box-wh, .qa-box-gr {
    padding: 30px;
    margin: 0 30px 20px 0;
  }
  .q-mark {
    width: 2.5%;
  }
  .q-text {
    width: 95%;
    font-size: 18px;
  }
  .a-text {
    font-size: 15px;
  }
/*-------------------------
  研究テーマ
--------------------------- */	
  .course-overview {
    width: 40%;
    margin: 0 120px 0px 0;
  }
  .course-overview-r {
    width: 35%;
    margin: 0 0px 0px 100px;
  }
  .course-photo-flame {
    width: 42%;
  }
  .course-photo {
    left: -80px;
  }
  .course-photo02 {
    left: 170px;
  }
/*-------------------------
  取得可能な免許・証明書
--------------------------- */	
.katuyaku li{
	width: 50%;
	margin: 0px 0px 10px 0;
	padding: 0px 0 0 25px;
	font-size: 1.6rem;
	
}	
}
@media print, screen and (max-width : 1200px) {
  /*-------------------------
  スマホ・タブレット用テーブル
--------------------------- */
/*--- コースtable --- */	
table.course-tbl {
  margin:0px auto;
  border-collapse: collapse;
  line-height:1.7;
	width: 100%;
}

table.course-tbl td {
	display: block;
}
	table.course-tbl td img {
	margin: 10px auto;
}
table.course-tbl td:first-child {
    padding: 30px 0 5px 0px;
}
table.course-tbl td:last-child {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #ccc;
}

}
@media print, screen and (min-width : 1200px) {
/*-------------------------
  ボックスデザイン
--------------------------- */		
/* グレー枠 */
  .box-gl {
    padding: 3em 2em;
    margin: 2em 1em;
    width: 530px;
  }	
/*-------------------------
  研究テーマ
--------------------------- */		
  .course-overview {
    width: 35%;
    margin: 0 150px 0px 0;
  }
  .course-overview-r {
    width: 35%;
    margin: 0 0px 0px 160px;
  }
  .course-photo-flame {
    width: 42%;
  }
  .course-photo {
    left: -80px;
  }
  .course-photo02 {
    left: 250px;
  }
/*-------------------------
  特徴
--------------------------- */
.study{
	width: 31.5%;
	position: relative;
	background: #fff;
	padding: 70px 30px 40px 30px;
	margin: 40px 0 0px 0;
	border: 1px solid #d9d9d9;
	
}
.study-img{
	position: absolute;
	left: 50%;
	top: -35px;
	margin-left: -35px;
}
/*-------------------------
  取得可能な免許・証明書
--------------------------- */
.licence{
	width: 100%;
	padding: 40px 50px;
	margin: 0 auto 60px auto;
	border: 1px solid #d9d9d9;
}
.licence-text{
	font-size: 1.8rem;
	font-weight: 600;
	padding: 5px 10px;
	margin: 0 0 20px 0;
}
.licence-photo{
	margin: 0 0 0 60px;
}
.katuyaku li{
	width: 31%;
	margin: 10px 20px 0px 0;
	padding: 0px 0 0 25px;
	font-size: 1.6rem;
	
}	
/*-------------------------
  テーブル
--------------------------- */
/*--- コースtable --- */	
	table.course-tbl {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  table.course-tbl td {
    padding: 10px 0px;
    text-align: left;
    font-weight: 500;
	  border-bottom: 1px solid #ccc;
  }
    table.course-tbl td img {
	  display: inline-block;
	  vertical-align: middle;
		margin: 0px auto 5px auto;
		width: 150px;
  }	
}
@media print, screen and (min-width : 1400px) {
  /*-------------------------
  研究テーマ
--------------------------- */	
  .course-overview {
    width: 30%;
    margin: 0 200px 0px 0;
  }
  .course-overview-r {
    width: 30%;
    margin: 0 0px 0px 170px;
  }
  .course-photo-flame {
    width: 42%;
  }
  .course-photo {
    left: -80px;
  }
  .course-photo02 {
    left: 320px;
  }
}