@charset "utf-8";
/* CSS Document */
/* メイン
-------------------------------------------- */
.contents-main {
  position: relative;
  width: 100%;
  margin: 0 0 40px 0;
}
.title-wrap {
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
}
.contents-title {
  padding: 15px 0;
  font-size: 2.3rem;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  border-radius: 13px;
  letter-spacing: 0.1em;
  color: #171717;
  width: 87%;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc {
  display: none !important;
}
.sp {
  display: block !important;
  margin: 0 0 10px 0;
}
/* 半透明の白枠付きパーツ
-------------------------------------------- */
/* 共通 */
.withbox-area, .withbox-area-l {
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  margin: 0 0 5rem 0;
  z-index: 1;
}
.withbox-area {
  flex-direction: row-reverse;
}
.withboximg img, .withboximg-r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.withbox-text p, .withbox-text-l p {
  line-height: 2;
}
.withbox-text, .withbox-text-l {
  max-width: 550px;
  min-height: 333px;
  flex-basis: 86%; /* 白背景の幅 */
  margin-top: 8.5rem;
  padding: 3.2rem 2.2rem 2rem 2.2rem;
  font-size: 1.4rem;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}
.withbox-text {
  margin-right: 1.0rem;
}
.withbox-text-l {
  margin-left: 1.0rem;
}
.withbox-h3 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.0;
  margin: 0 0 20px 0;
}
.access-tel {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 5px 0;
}
/* 白右側 */
.withboximg {
  width: 89.7%;
  height: 315px;
  max-height: 700px;
  position: absolute;
  top: 0;
  left: 0; /* 写真の左右の位置を変える */
  overflow: hidden;
}
/* 白左側 */
.withboximg-r {
  width: 89.7%;
  height: 315px;
  max-height: 700px;
  position: absolute;
  top: 0;
  right: 0; /* 写真の左右の位置を変える */
  overflow: hidden;
}
.withbox-text-l dt, .withbox-text-l dd, .withbox-text dt, .withbox-text dd {
  margin: 0 0 15px 0;
}
/*---　アクセスマップ　--- */
.map-area {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  position: relative;
  margin: 0 0 0rem 0;
  z-index: 1;
}
.map-ad {
  max-width: 290px;
  min-height: 203px;
  flex-basis: 86%; /* 白背景の幅 */
  margin: 0rem auto;
  margin-top: 29rem;
  padding: 1.2rem 2.2rem 2rem 2.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}
.ad-bold {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 10px 0;
}
/* map枠 */
.mapbox {
  width: 100%;
  height: 315px;
  max-height: 700px;
  position: absolute;
  top: 0;
  left: 0; /* 写真の左右の位置を変える */
  overflow: hidden;
}
/* 
---------------------------------------------*/
/*---　教育学部の概要ページ　--- */
ul.organization-close {
  display: -webkit-box; /* Android4.3以前ブラウザ用 */
  display: -webkit-flex; /* iOS8以前Safari用 */
  display: flex;
  -webkit-align-items: stretch; /*上下中央寄せ*/
  align-items: stretch; /*上下中央寄せ*/
  -webkit-flex-wrap: wrap; /*折り返し(mac safari用)*/
  flex-wrap: wrap; /*折り返し*/
  -webkit-justify-content: center; /*左右中央寄せ*/
  justify-content: center; /*左右中央寄せ*/
  margin: 0px 0 30px 0px;
}
ul.organization-close li {
  border-left: none;
  text-align: center;
  width: 48%;
  margin: 0 3px 6px 3px;
  background: #e5faff;
 /* background: #fff9e0; */
}
ul.organization-close li img {
  width: 80px;
  margin: 0px auto 5px auto;
}
ul.organization-close li a {
  text-decoration: underline;
	display: block;
	padding: 10px 5px;
}
p.close-eng {
  font-size: 1.0rem;
}
p.pamphlet-text {
  text-align: right;
  font-size: 1.6rem;
}
/*---　リンクボタン　--- */
/* リンクボタン */
.site_link, .external_link, .site_link2 {
  text-align: center;
  width: 100%;
  border-radius: 17px;
  margin: 10px 0 0px 0;
  font-size: 2.4rem;
}
.site_link, .site_link2 {
/*  background: url("../../images2024/common/link01.png") left 15px top 15px no-repeat #FFF8E1; */
	background: #E5FAFF;
}
.external_link {
  background: url("../../images2024/common/link02.png") left 15px top 15px no-repeat #E5FAFF;
}
.site_link a, .external_link a {
  display: block;
  padding: 30px 0;
}
.site_link2 a {
  display: block;
  padding: 45px 0 30px 0;
}

.btn {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border-radius: 30px;
  border: 2px solid #555; /* ボーダーの色と太さ */
  padding: 10px 30px;
  margin: 10px 0 10px 0;
  font-size: 1.7rem;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
}
/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #333;
}
.btn:hover span {
  color: #fff;
}
/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #333; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
/*hoverした際の形状*/
.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.kanren_link {
	display: inline-block;
  text-align: center;
  border-radius: 17px;
  margin: 0px 5px 15px 5px;
  font-size: 1.8rem;
/*	background: url("../../images2024/common/link02.png") left 15px top 15px no-repeat #E5FAFF; */
	background:#E5FAFF;
	padding: 25px 45px;
}
a.kanren_link  {
  display: block;
}
/* ページ内リンク */
.page_link {
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin: 0px 5px 15px 5px;
  font-size: 1.7rem;
	background: #E5FAFF;
	padding: 20px 45px;
}
.page_link:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
	margin: auto;
}


/* 囲み枠
-------------------------------------------- */
.line_box {
  border: 1px solid #707070;
  padding: 20px 30px;
  margin: 0 0 40px 0;
}
.line_box-t_b {
  border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
  padding: 20px 30px;
  margin: 0 0 40px 0;
  font-size: 1.6rem;
}
.mybox {
	border: 5px solid #eee;	/* 線の太さ・種類・色 */
	margin: 10px; /* 外側の余白 */
	padding: 10px; /* 内側の余白 */
	position: relative;
	z-index: 0;
}
.mybox:before {
	border-top: 5px solid #009CD5;	/* 一部だけ異なる線の太さ・種類・色 */
	border-left: 5px solid #009CD5;	/* 一部だけ異なる線の太さ・種類・色 */
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 20px;
	height: 20px;
	z-index: 1;
}
.shadow-box {
  box-shadow: 0 0 20px #999;
  margin: 0 0 20px 0;
}
.bl_box {
	background: #e1f4fa;
	padding: 10px; /* 内側の余白 */
}
.wh_box {
	background: #fff;
	padding: 10px; /* 内側の余白 */
}
/* リスト
-------------------------------------------- */
.checklist {
  margin: 40px auto 40px auto;
}
.checklist li {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
}
.checklist li a {
  display: flex;
  align-items: center;
  color: #0066FF;
}
.checklist li:before {
  content: " ";
  display: inline-block;
  width: 27px;
  height: 29px;
  background: url("../../images2024/common/check.png") no-repeat;
  margin: 0 10px 0 0;
}
.checklist li a.pdf:after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 35px;
  background: url("../../images2024/common/pdf.png") no-repeat;
}
.list_2col {
  padding: 0 0 30px 0px;
  margin: 20px 40px;
  border-bottom: 1px solid #333;
  width: 100%;
}
.list_2col:last-child {
  border: none;
}
.list_3col {
  padding: 0 0 30px 0px;
  margin: 20px 40px;
  border-bottom: 1px solid #333;
  width: 100%;
}
.list_3col:last-child {
  border: none;
}
.list_4col {
  padding: 20px 20px;
  margin: 0 0 20px 0px;
  width: 100%;
}
.indent{
	margin: 0 0 0 20px;
}
/*  */
dl.repo-mokuji{
  width:100%;
  font-size: 1.6rem;
  }
dl.repo-mokuji div{
  position: relative;
  margin: 5px 0;
  padding: 5px 0;
  }
dl.repo-mokuji div::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  }
dl.repo-mokuji dt{
  margin:0;
  padding: 0 0px 0 0px;
  background: #fff;
  z-index: 2;
  text-align: left;
  }
dl.repo-mokuji dt a{
	color: #29579C;
}
dl.repo-mokuji dd{
  margin:0;
  padding: 0 0 0 5px;
  background-color: #ffffff;
  z-index: 2;
  text-align: left;
  }
ol{
	margin: 0 0 0 20px;
}
ol li{
	line-height: 2.0;
}
/* よくあるご質問 */
.faq{
}
.faq dt{
	background: url("../../images2024/contents/q-icon.jpg") left center no-repeat;
	padding: 10px 0 10px 45px;
	color: #009cd5;
	font-size: 1.7rem;
	border-bottom: 2px solid #eee;
	margin: 0 0 5px 0;
}
.faq dd{
	font-size: 1.6rem;
	background: #e1f4fa;
	padding: 20px;
	margin: 0 0 35px 0;
}
/* table
-------------------------------------------- */
.basic-tbl {
  margin: 0 auto 40px auto;
  width: 100%;
  border-top: 1px solid #999;
	
}
.basic-tbl th, .basic-tbl td {
  border-bottom: 1px solid #999;
	font-weight: 500;
  
  text-align: left;
  padding: 15px 0 15px 0;
}
.basic-tbl th {
  text-align: left;
}
/*---　研究報告　--- */
.repo-table{
	border-collapse:separate;
 border-spacing:10px;
	width: 100%;
	
}
.repo-table th{
	background: #E5FAFF;
	padding: 30px 30px;
	font-weight: 500;
	margin: 0 20px 10px 0;
	
}
.repo-table td{
	margin: 0 20px 10px 0;
	
}
/* カリキュラム
-------------------------------------------- */
/*---　カリキュラムページ　--- */
.step01, .step02, .step03, .step04, .step05, .step06 {
  font-weight: 500;
}
.step01 {
  color: #B82D5E;
}
.step02 {
  color: #e59d00;
}
.step03 {
  color: #70b236;
}
.step04 {
  color: #29abcc;
}
.step05 {
  color: #7436b2;
}
.step06 {
  color: #1d2f73;
}
.flow {
  padding-left: 100px;
  position: relative;
  margin: 0 0 180px 0;
}
.flow::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #009CD5;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 70px;
  z-index: 1;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 150px;
}
.flow > li .icon {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #333;
  padding: 2px 40px;
  display: block;
  position: absolute;
  top: 25px;
  left: -100px;
  z-index: 100;
  border: 1px solid #666;
  background: #fff;
  display: flex;
  align-items: center;
}
.flow > li .icon::after {
  content: "";
  background-color: #9e9e9e;
  width: 16px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -16px;
  left: 50%;
}
.flow > li .flow-box {
  padding: 30px 20px;
  border: 1px solid #666;
  margin-left: -100px;
  font-size: 1.6rem;
  background: #fff;
  position: relative;
  top: 130px;
  left: 0px;
  z-index: 1;
}
.flow > li .icon span {
  display: inline-block;
}
.text-gakunen {
  font-size: 5.0rem;
  font-weight: 300;
}
.flow-l {
  border-bottom: 1px solid #666;
  padding: 0 0px 20px 0;
  margin: 0 0 20px 0;
  font-size: 1.5rem;
  width: 100%;
}
.flow-r {
  width: 100%;
}
.flow-r p {
  margin: 0 0 10px 0;
}
.flow-catch {
  background: #009CD5;
  color: #fff;
  font-size: 2.0rem;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  border-radius: 5px;
}
/* カリキュラムの特徴 */
.features_design09 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.features09 {
  padding-left: 0;
  border-bottom: solid 1px #E1E8ED;
}

.features09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0 40px 0;
  border-top: solid 1px #E1E8ED;
}

.features09 > li dt {
	font-weight: 600;
}
.features09 > li dl dt {
  font-size: 1.2em;
  line-height: 2;
  margin-bottom: 10px;
}

.features09 > li .icon09 {
  line-height: 1;
  font-size: 2.3em;
  font-weight: bold;
  color: #1FA8E3;
  text-align: center;
  width: 170px;
  position: relative;
  margin-top: 10px;
}

.features09 > li dl dd {
  margin: 0;
}

.features09 > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}
.jyugyo{
	background: #ccc;
	padding: 2px 20px;
	border-radius: 20px;
}
/* 沿革 */
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
	overflow: hidden;
    margin: 0;
    position: relative;
	font-size: 1.6rem;
}
  .timeline-date {
    width: 80px;
    float: left;
    padding: 10px 0;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #EEEEEE solid;
    padding: 10px 0 10px 20px;
  }
  .timeline-content:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #009CD5;
    position: absolute;
    left: 77px;
    top: 20px;
    border-radius: 100%;
  }
/*---　就職支援・進路ページ　------ */
.support-program-l{
	padding: 10px 0;
	background: #e1f4fa;
	width: 100%;
}
.support-program-r{
	padding: 10px 0;
	width: 100%;
}
/*---　キャンパスライフページ　--- */	
	.campus-movie{
		width: 100%;
		text-align: center;
		background: #ccc;
		padding: 0 0 20px 0;
		margin: 0 0 30px 0;
		font-size: 2.2rem;
	}
/*---　お知らせ　一覧ページ　--- */
.news-list dt {
	width: 100%;
	padding: 15px 0 10px 0;
}

.news-list dd{
	border-bottom: 1px solid #ccc;
	padding: 0px 0 15px 0;
	width: 100%;
}

/*---　お知らせ　個別ページ　--- */
.contents-news-wrap {
    width: 84%;
    margin: 80px auto 0 auto;
    padding: 0px 0px 0 0;
  }	
.news-l{
	width: 100%;
	margin: 0px auto 20px auto;
}
.news-r{
	width: 100%;
}

@media print, screen and (max-width : 767px) {
/* スマホテーブル用
-------------------------------------------- */	

/*---　取得可能な免許・資格ページ　------ */
table.course-tbl {
	border-collapse: separate;
	width:95%;
	margin:10px auto 25px auto;
	border-spacing:0px 6px;
}
table.course-tbl th {
	text-align: left;
	padding:10px;
	font-weight: 500;
	color:#fff;
	background:#27658A;
	display: block;
}
table.course-tbl td {
	text-align: left;
	padding: 10px;
	background:#F0F0F0;
	display: block;
}
/*---　就職支援ページ　--- */
table.support-program {
	border-collapse: separate;
	width:100%;
	margin:0px 0 5px 0;
}
table.support-program th {
	text-align: left;
	padding:10px 0px 0px 0px;
	font-weight:800;
	display: block;
	font-weight: 500;
}
table.support-program td {
	text-align: left;
	padding:0px 0px 15px 0;
	display: block;
	border-bottom:1px solid #333;
}

 }

@media print, screen and (min-width : 768px) {
  /* メイン
-------------------------------------------- */
  .contents-main {
    position: relative;
    width: 100%;
    margin: 0 0 85px 0;
  }
  .title-wrap {
    position: absolute;
    top: 170px;
    width: 100%;
  }
  .contents-title {
    padding: 38px 0px;
    font-size: 3.2rem;
    width: 58%;
  }
  /* タブレットで見たときは"sp"のclassがついた画像が表示される */
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  /* 半透明の白枠付きパーツ
-------------------------------------------- */
  /* 白右側 */
  .withbox-area, .withbox-area-l {
    margin: 0 0 8rem 0;
  }
  .withbox-text, .withbox-text-l {
    max-width: 568px;
    min-height: 500px;
    flex-basis: 65%; /* 白背景の幅 */
    margin-top: 9rem;
    padding: 6.2rem 6.2rem 2rem 6.2rem;
    font-size: 1.6rem;
  }
  .withbox-text {
    margin-right: 5rem;
  }
  .withbox-text-l {
    margin-left: 5rem;
  }
  .withbox-h3 {
    font-size: 2.6rem;
    line-height: 2.0;
    margin: 0 0 20px 0;
  }
  /* 白右側 白左側 */
  .withboximg, .withboximg-r {
    width: 78%;
    height: 522px;
  }
  /*---　アクセスマップ　--- */
  .map-area {
    display: flex;
    align-items: flex-end;
    position: relative;
    margin: 0 0 35rem 0;
  }
  .map-ad {
    max-width: 420px;
    min-height: 200px;
    flex-basis: 65%; /* 白背景の幅 */
    margin-top: 0rem;
    margin-right: 5rem;
    padding: 3.2rem 6.2rem 2.5rem 6.2rem;
    font-size: 1.8rem;
  }
  .ad-bold {
    font-size: 2.5rem;
  }
  /* map枠 */
  .mapbox {
    width: 78%;
    height: 522px;
  }
  /* リスト
-------------------------------------------- */
  .checklist {
    margin: 40px auto 80px auto;
  }
  .checklist li {
    margin: 0 0 10px 0;
  }
  .list_2col {
    padding: 0 0 30px 0px;
    margin: 20px 60px;
    border-bottom: 1px solid #333;
    width: 100%;
  }
  .list_2col:last-child {
    border: none;
  }
	.list_3col {
    padding: 0 0 30px 0px;
    margin: 20px 60px;
    border-bottom: 1px solid #333;
    width: 100%;
  }
  .list_3col:last-child {
    border: none;
  }
  /* 
---------------------------------------------*/
  /*---　教育学部の概要ページ　--- */
  ul.organization-close {
    margin: 0 0px 80px 0px;
  }
  ul.organization-close li {
    border-left: none;
    width: 31%;
    margin: 0 10px 20px 10px;
    
  }
  ul.organization-close li img {
    width: 80px;
    margin: 0 auto 5px auto;
  }
	ul.organization-close li a {
    padding: 20px 0;
  }
  p.close-eng {
    font-size: 1.4rem;
  }
  p.pamphlet-text {
    text-align: right;
    font-size: 1.8rem;
  }
  .site_link, .external_link, .site_link2 {
    width: 30%;
    margin: 0px 10px 20px 10px;
    font-size: 2.1rem;
  }
  /* 囲み枠 */
  .line_box {
    padding: 40px 60px;
    margin: 0 0 20px 0;
  }
	.line_box-t_b {
    padding: 40px 60px;
    font-size: 2.0rem;
    margin: 0 0 60px 0;
  }
  .shadow-box {
    margin: 0 0 10px 0;
  }
  /* カリキュラム
-------------------------------------------- */
  /*---　カリキュラムページ　--- */
  .flow > li .flow-box {
    padding: 30px 30px;
    border: 1px solid #666;
    margin-left: -100px;
    font-size: 1.6rem;
    background: #fff;
    position: relative;
    top: 130px;
    left: 0px;
    z-index: 1;
  }
  .flow-l {
    border-right: 1px solid #666;
    border-bottom: none;
    padding: 0 40px 0 0;
    font-size: 1.6rem;
    width: 35%;
  }
  .flow-r {
    width: 60%;
  }
  /* table
-------------------------------------------- */
  .basic-tbl {
    margin: 0 auto 40px auto;
    width: 100%;
    border-top: 1px solid #666;
	  
  }
  .basic-tbl th, .basic-tbl td {
    border-bottom: 1px solid #666;
	  font-weight: 500;
    
    text-align: left;
    padding: 15px 20px 15px 10px;
  }
  .basic-tbl th {
    text-align: left;
	  width: 35%;
  }
/*---　就職支援ページ　--- */
table.support-program {
	border-collapse: separate;
	width:100%;
	margin:0px 0 5px 0;
	padding:10px 0px 10px 10px;
	border-spacing:0px 6px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
table.support-program th {
	text-align: left;
	padding:2px 10px 2px 20px;
	font-weight:500;
}
table.support-program td {
	text-align: left;
	padding:0px 10px;
}
/*---　キャンパスライフページ　--- */	
	.campus-movie{
		width: 48%;
		text-align: center;
		background: #ccc;
		padding: 0 0 20px 0;
		font-size: 3.0rem;
	}	
/*---　お知らせ　個別ページ　--- */
.contents-news-wrap {
    width: 89%;
    margin: 100px auto 0 auto;
    padding: 0px 0px 0 0;
  }	
.news-l{
	width: 35%;
	margin: 0;
}
.news-r{
	width: 62%;
	margin: 0;
}	
}
@media print, screen and (min-width : 1000px) {
  /* カリキュラム
-------------------------------------------- */
  /*---　カリキュラムページ　--- */
  .flow {
    padding-left: 120px;
    position: relative;
    margin: 0 0 80px 0;
  }
  .flow::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #009CD5;
    margin-left: -8px;
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
  }
  .flow > li {
    position: relative;
  }
  .flow > li:not(:last-child) {
    margin-bottom: 50px;
  }
  .flow > li .icon {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    padding: 8px 40px;
    display: block;
    position: absolute;
    top: 0px;
    left: -100px;
    z-index: 100;
    border: 1px solid #666;
    display: flex;
    align-items: center;
  }
  .flow > li .icon::after {
    content: "";
    background-color: #9e9e9e;
    width: 16px;
    height: 16px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    position: absolute;
    top: 50%;
    left: 100%;
  }
  .flow > li .flow-box {
    padding: 30px 50px;
    position: relative;
    top: 0px;
    left: 0px;
    border: 1px solid #666;
    margin-left: 80px;
    font-size: 1.6rem;
  }
  .flow > li .icon span {
    display: inline-block;
  }
  .text-gakunen {
    font-size: 5.0rem;
    font-weight: 300;
  }
  .flow-l {
    border-right: 1px solid #666;
    padding: 0 40px 0 0;
    font-size: 1.6rem;
    width: 35%;
  }
  .flow-r {
    width: 60%;
  }
  .flow-r p {
    margin: 0 0 10px 0;
  }
  .flow-catch {
    font-size: 1.8rem;
    padding: 5px 10px;
    margin: 0 0 10px 0;
  }
  /* リスト
-------------------------------------------- */
.checklist {
	width: 48%;
  margin: 40px auto 40px auto;
}	
  .list_2col {
    padding: 0 40px;
    margin: 0 20px;
    border-left: 1px solid #333;
    border-bottom: none;
    width: 32%;
  }
  .list_2col:first-child {
    border: none;
  }
  .list_2col:last-child {
    border-left: 1px solid #333;
  }
	.list_3col {
    padding: 0 0 0 40px;
    margin: 0 20px;
    border-left: 1px solid #333;
    border-bottom: none;
    width: 27%;
  }
  .list_3col:first-child {
    border: none;
  }
  .list_3col:last-child {
    border-left: 1px solid #333;
  }
	.list_4col {
    padding: 30px 25px;
    margin: 0 0px 20px 0;
    width: 24%;
  }
.indent{
	margin: 0 0 0 40px;
}
/*  */
dl.repo-mokuji{
  width:100%;
  font-size: 1.8rem;
  }
dl.repo-mokuji div{
  position: relative;
  display: flex;
  justify-content: space-between;
	align-items: center;
  margin: 5px 0;
  padding: 5px 0;
  }
dl.repo-mokuji div::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: dotted 1px #000;
  }
dl.repo-mokuji dt{
  margin:0;
  padding: 0 15px 0 0px;
  z-index: 2;
  text-align: left;
  }
dl.repo-mokuji dd{
  margin:0;
  padding: 0 0 0 5px;
  background-color: #ffffff;
  z-index: 2;
  text-align: right;
  }
/* 沿革 */
.timeline {
	width: 95%;
	margin: 0 auto;
  list-style: none;
}
.timeline-content {
    width: 90%;
    float: left;
    border-left: 3px #EEEEEE solid;
    padding: 10px 0 10px 20px;
  }
/*---　就職支援・進路ページ　------ */
.support-program-l{
	padding: 15px 0;
	width: 20%;
	text-align: center;
}
	.support-program-r{
	padding: 0;
		width: 78%;
}
/*---　お知らせ　一覧ページ　--- */
.news-list dd{
	border-bottom: 1px solid #ccc;
	padding: 12px 0;
	width: 80%;
}
.news-list dt {
	width: 20%;
	padding: 12px 0;
	border-bottom: 1px solid #ccc;
	
}
	
/*---　お知らせ　個別ページ　--- */
.contents-news-wrap {
    width: 84%;
    margin: 120px auto 0 auto;
    padding: 0px 0px 0 0;
  }	
.news-l{
	width: 40%;
}
.news-r{
	width: 55%;
}	
}
@media print, screen and (min-width : 1600px) {
  /* メイン
-------------------------------------------- */
  .contents-main {
    position: relative;
    width: 100%;
    margin: 0 0 85px 0;
  }
  .title-wrap {
    position: absolute;
    top: 270px;
    width: 100%;
  }
  .contents-title {
    padding: 68px 0px;
    font-size: 4rem;
    width: 53%;
  }
  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  /* 半透明の白枠付きパーツ
-------------------------------------------- */
  /* 白右側 */
  .withbox-area, .withbox-area-l {
    margin: 0 0 8rem 0;
  }
  .withbox-text, .withbox-text-l {
    max-width: 748px;
    min-height: 533px;
    flex-basis: 65%; /* 白背景の幅 */
    margin-top: 9rem;
    padding: 6.2rem 6.2rem 2rem 6.2rem;
  }
  .withbox-text {
    margin-right: 10rem;
  }
  .withbox-text-l {
    margin-left: 10rem;
  }
  .access-tel {
    font-size: 2.5rem;
  }
  /* 白右側 白左側 */
  .withboximg, .withboximg-r {
    width: 67%;
    height: 522px;
  }
  /*---　アクセスマップ　--- */
  .map-area {
    margin: 0 0 34rem 0;
  }
  .map-ad {
    max-width: 648px;
    min-height: 283px;
    flex-basis: 65%; /* 白背景の幅 */
    margin-top: 0rem;
    margin-right: 10rem;
    padding: 3.2rem 6.2rem 2rem 6.2rem;
    font-size: 2.0rem;
  }
  /* map枠 */
  .mapbox {
    width: 70%;
    height: 526px;
  }
  /* リスト
-------------------------------------------- */
  .list_3col {
    padding: 0 0 0 40px;
    margin: 0 20px;
    border-left: 1px solid #333;
    border-bottom: none;
    width: 20%;
  }
/*---　お知らせ　個別ページ　--- */
.contents-news-wrap {
    width: 1287px;
    margin: 80px auto 0 auto;
    padding: 80px 0px 0 0;
		
  }		
}