@charset "utf-8";

/*--------------------------------------------------
* common
==================================================*/

*.mB040 {
  margin-bottom: 40px !important;
}

*.mB050 {
  margin-bottom: 50px !important;
}

*.mB080 {
  margin-bottom: 80px !important;
}
.alignC {
 text-align: center; 
}

a.arrow {
  padding-left: 20px;
  background: url(../images/icon_arrow_02.png) 0 center no-repeat;
}

a.link {
  padding-left: 20px;
  background: url(../images/icon_link.png) 0 center no-repeat;
}

a.word {
  padding: 10px 0 10px 55px;
  background: url(../images/icon_word.png) 0 center no-repeat;
}

a.pdf {
  padding: 10px 0 10px 55px;
  background: url(../images/icon_pdf.png) 0 center no-repeat;
}

main section#leafVisual {
  height: 330px;
  margin-bottom: 40px;
}

main section#leafVisual.department {
  background: url(../../department/images/bg_leafVisual.jpg) 0 bottom / cover no-repeat;
}

main section#leafVisual.laboratory {
  background: url(../../laboratory/images/bg_leafVisual.jpg) 0 bottom / cover no-repeat;
  color: #fff;
}

main section#leafVisual.campuslife {
  background: url(../../campuslife/images/bg_leafVisual.jpg) 0 bottom / cover no-repeat;
}

main section#leafVisual.career {
  background: url(../../career/images/bg_leafVisual.jpg) 0 bottom / cover no-repeat;
  color: #fff;
}

main section#leafVisual.others {
  margin-bottom: 120px;
  background: url(../../others/images/bg_leafVisual.jpg) 0 bottom / cover no-repeat;
}

main section#leafVisual h1 {
  max-width: 1294px;
  margin: 0 auto;
  padding: 235px 20px 0 20px;
  font-weight: normal;
  text-align: right;
}

main section#leafVisual h1 span.ja {
  display: block;
  margin-bottom: 10px;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 40px;
  line-height: 1em;
}

main section#leafVisual h1 span.en {
  display: block;
  font-size: 11px;
  font-style: italic;
  line-height: 1em;
}

main p.leafRead {
  width: 32em;
  margin: 0 auto 110px auto;
}

main section.standard {
  max-width: 1190px;
  margin: -100px auto 120px auto;
  padding: 100px 20px 0 20px;
}

main section.standard p {
  margin-bottom: 30px;
}

main section.fullVisual {
  margin-bottom: 120px;
}

main section.fullVisual img {
  width: 100%;
  height: auto;
}

main section blockquote {
  padding: 30px 40px 5px 40px;
  background: url(../images/bg_blockquote_01.png) 0 0 no-repeat,
              url(../images/bg_blockquote_02.png) right bottom no-repeat;
}


/*--------------------------------------------------
* moreLink
==================================================*/

main section div.moreLink {
  text-align: center;
}

main section div.moreLink span.click {
  display: inline-block;
  cursor: pointer;
}

main section div.moreLink p.more {
  display: flex;
  align-items: center;
  width: 260px;
  margin: 0 auto 5px auto;
  font-size: 16px;
  font-style: italic;
  line-height: 1em;
}

main section div.moreLink p.more:before,
main section div.moreLink p.more:after {
  flex-grow: 1;
  content: "";
  border-top: 1px solid #b3b3b3;
  display: inline-block;
}

main section div.moreLink p.more:before {
  margin-right: 15px;
}

main section div.moreLink p.more:after {
  margin-left: 15px;
}

main section div.moreLink p.arrow {
  margin-bottom: 15px;
  line-height: 1em;
}

main section div.moreLink p.open {
  font-size: 9px;
  font-style: italic;
  line-height: 1em;
}

/* ここから追加 */
main section .moreLink,
main section .curriculum_layout {
  margin-bottom: -12px;
}
main section .moreLink p.open {
  margin-bottom: 0;
}
main section .moreLink p.open span {
	position: relative;
	z-index: 10;
	display: inline-block;
	width: 50px;
	background: #fff;
}
main section .moreWrap {
  position: relative;
  overflow: visible !important;
}
main section .moreLine {
  position: absolute;
  bottom: 11px;
	left: 50%;
	width: 98vw;
  height: 2px;
	transform: translateX(-50%);
	overflow: hidden;
}
main section .moreLine:before,
main section .moreLine:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 49vw;
	height: 1px;
	background-image: linear-gradient(to left, #999 0%, #999 33.3%, transparent 33.3%, transparent 100%);
	background-repeat: repeat-x;
	background-size: 5px 2px;
	overflow: hidden;
}
main section .moreLine:before {
	left: 0;
	background-position: right top;
}
main section .moreLine:after {
	right: 0;
	background-position: left top;
}
main section .moreLink p.arrow {
  position: relative;
  top: 0;
}
@media screen and (min-width: 769px) {
main section .moreLine.animation:before {
	animation: bgbl .6s;
}
main section .moreLine.animation:after {
	animation: bgbr .6s;
}
main section .moreLink .click:hover p.arrow {
  animation: arw .6s infinite;
}
main section .moreLink.current .click:hover p.arrow {
  animation: none;
}
}
@keyframes bgbl {
	59% { width: 0; left: 0; }
	60% { width: 0; left: 50%; }
	100% { width: 49vw; }
}
@keyframes bgbr {
	59% { width: 0; right: 0; }
	60% { width: 0; right: 50%; }
	100% { width: 49vw; }
}
@keyframes arw {
	0% { top: -5px; }
	100% { top: 0; }
}
main section#campuslife05 .moreLine {
  bottom: 39px;
}
main section.discussion .moreLink p.open span {
	background: #f5f4d5;
}
main section .column_multi_layout .moreLine {
  bottom: 0;
}
main section#career01 .moreLine {
  bottom: -12px;
}
main section#career03 .moreLine {
  bottom: 39px;
}
main section ul.licenceMoreList li .moreLinkLicence p.open {
  margin-bottom: -5px;
}
main section ul.licenceMoreList li .moreLinkLicence p.open span {
  position: relative;
	z-index: 10;
	display: inline-block;
	width: 50px;
	background: #fff;
}
/* ここまで追加 */

main section div.moreBox {
  display: none;
  position: absolute;
  width: 100%;
  left: -20px;
  padding: 80px 0 0 0;
  background-color: #fcfcfc;
  border-top: 3px solid #d2d2d2;
  border-bottom: 3px solid #d2d2d2;
  z-index: 100;
}

main section div.moreBox.white {
  padding: 0;
  background-color: #fcfcfc;
  border-top: 3px solid #d2d2d2;
  border-bottom: 3px solid #d2d2d2;
}

main section div.moreBox div.inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
}

main section div.moreBox div.inner.width756 {
  max-width: 796px;
}

main section div.moreBox p.close {
  margin: 80px 0 -3px 0;
  cursor: pointer;
  text-align: center;
}

main section div.moreBox p.close img {
  transition: .3s all;
}

main section div.moreBox p.close:hover img {
  opacity: 0.8;
}

main section div.moreBox div.inner p.diamond {
  margin-bottom: 0;
  padding-left: 20px;
  background: url(../../department/images/icon_diamond.gif) 0 6px no-repeat;
}

main section div.moreBox div.inner h4.h4_type01 {
  margin-bottom: 20px;
}

main section div.moreBox div.inner h4.h4_type01 span {
  background-color: #fcfcfc;
}

main section div.moreBox div.inner ul.subjectList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 25px;
}

main section div.moreBox div.inner ul.subjectList > li {
  display: flex;
  width: 49%;
  margin-bottom: 15px;
}

main section div.moreBox div.inner ul.subjectList > li ul.icon {
  display: flex;
  width: 80px;
  padding-right: 10px;
}

main section div.moreBox div.inner ul.subjectList > li ul.icon li {
  margin-right: 5px;
}

main section div.moreBox div.inner ul.subjectList > li ul.icon li:last-child {
  margin-right: 0;
}

main section div.moreBox div.inner ul.subjectList > li ul.icon li img {
  width: 100%;
  height: auto;
}

main section div.moreBox div.inner ul.subjectList > li p {
  width: 11em;
  margin-bottom: 0;
  text-align: left;
}

main section div.moreBox div.inner ul.subjectNotes {
  padding: 15px 15px 10px 15px;
  background-color: #fff;
  border: 1px solid #5a322a;
}

main section div.moreBox div.inner ul.subjectNotes li {
  margin-bottom: 5px;
  padding-left: 30px;
}

main section div.moreBox div.inner ul.subjectNotes li:nth-child(1) {
  background: url(../../department/images/icon_curriculum_01.png) 0 center no-repeat;
}

main section div.moreBox div.inner ul.subjectNotes li:nth-child(2) {
  background: url(../../department/images/icon_curriculum_05.png) 0 center no-repeat;
}

main section div.moreBox div.inner ul.subjectNotes li:nth-child(3) {
  background: url(../../department/images/icon_curriculum_02.png) 0 center no-repeat;
}

main section div.moreBox div.inner ul.subjectNotes li:nth-child(4) {
  background: url(../../department/images/icon_curriculum_03.png) 0 center no-repeat;
}

main section div.moreBox div.inner ul.subjectNotes li:nth-child(5) {
  background: url(../../department/images/icon_curriculum_04.png) 0 center no-repeat;
}

main section div.moreBox div.inner div.messageWrap {
  justify-content: space-between;
  position: relative;
}

main section div.moreBox div.inner div.messageWrap p.pic {
  width: 24.33%;
}

main section div.moreBox div.inner div.messageWrap div.data {
  position: absolute;
  width: 75.67%;
  bottom: 0;
  left: 24.33%;
}

main section div.moreBox div.inner div.messageWrap div.data p.year {
  margin-bottom: 10px;
  padding: 0 0 5px 15px;
  border-bottom: 1px solid #5a322a;
}

main section div.moreBox div.inner div.messageWrap div.data p.name {
  margin-bottom: 8px;
  padding-left: 15px;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 23px;
  line-height: 1em;
}

main section div.moreBox div.inner div.messageWrap div.data p.name span.mini {
  font-size: 14px;
}

main section div.moreBox div.inner div.messageWrap div.data p.roma {
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 17px;
  font-style: italic;
  line-height: 1em;
}

main section div.moreBox.white section.childVisual {
  height: 300px;
  margin-bottom: 50px;
}

main section div.moreBox.white section.childVisual.laboratory01 {
  background: url(../../laboratory/images/bg_childVisual_01.jpg) 0 center / cover no-repeat;
}

main section div.moreBox.white section.childVisual.laboratory02 {
  background: url(../../laboratory/images/bg_childVisual_02.jpg) 0 center / cover no-repeat;
}

main section div.moreBox.white section.childVisual.laboratory03 {
  background: url(../../laboratory/images/bg_childVisual_03.jpg) 0 center / cover no-repeat;
}

main section div.moreBox.white section.childVisual.laboratory04 {
  background: url(../../laboratory/images/bg_childVisual_04.jpg) 0 center / cover no-repeat;
}

main section div.moreBox.white section.childVisual.laboratory05 {
  background: url(../../laboratory/images/bg_childVisual_05.jpg) 0 center / cover no-repeat;
}

main section div.moreBox.white section.childVisual.laboratory06 {
  background: url(../../laboratory/images/bg_childVisual_06.jpg) 0 center / cover no-repeat;
}

main section div.moreBox.white section.childVisual.laboratory07 {
  background: url(../../laboratory/images/bg_childVisual_07.jpg) 0 center / cover no-repeat;
}

main section div.moreBox.white section.childVisual.laboratory08 {
  background: url(../../laboratory/images/bg_childVisual_08.jpg) 0 center / cover no-repeat;
}

main section div.moreBox.white section.childVisual.laboratory09 {
  background: url(../../laboratory/images/bg_childVisual_09.jpg) 0 center / cover no-repeat;
}

main section div.moreBox.white section.childVisual h2 {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 20px 20px 110px;
  background-color: #5a322a;
  color: #fff;
  font-weight: normal;
}

main section div.moreBox.white section.childVisual h2 span.en {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-style: italic;
  line-height: 1em;
}

main section div.moreBox.white section.childVisual h2 span.ja {
  display: block;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 30px;
  line-height: 1.2em;
}

main section div.moreBox.white p.childRead {
  width: 32em;
  margin: 0 auto 60px auto;
}

main section div.moreBox.white p.circle {
  margin-bottom: 60px;
  text-align: center;
}

main section div.moreBox.white section.standard {
  margin-bottom: 50px;
}

main section div.moreBox.white h4.h4_type02 {
  margin-bottom: 20px;
}

main section div.moreBox.interview {
  background: url(../../campuslife/images/bg_faq_06.jpg) 0 0 / contain repeat-y;
}

main section div.moreBox.interview h4 {
  margin-bottom: 30px;
  background: url(../../campuslife/images/bg_headline_02.png) center bottom no-repeat;
  color: #e486b7;
  font-size: 32px;
  font-style: italic;
  font-weight: normal;
  text-align: center;
}

main section div.moreBox.interview p.read {
  margin: 0 35px 30px 35px;
}

main section div.moreBox.interview div.interviewBox {
  margin-bottom: 30px;
  padding: 40px 30px 0 30px;
  background-color: #fff;
  border: 3px dashed #80807f;
  border-radius: 10px;
}

main section div.moreBox.interview div.interviewBox dl dt {
  clear: both;
  float: left;
}

main section div.moreBox.interview div.interviewBox dd {
  min-height: 6.5em;
  margin-bottom: 30px;
  padding: 15px 0 30px 100px;
  border-bottom: 3px dashed #80807f;
}

main section div.moreBox.interview div.interviewBox dd:last-child {
  border-bottom: none;
}

main section div.moreBox blockquote.message {
  margin: 50px 0;
  padding: 50px 0;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 28px;
  line-height: 1.5em;
  text-align: center;
}

main section div.moreBox dl.faqList dt {
  vertical-align: bottom;
  padding: 15px 0 80px 65px;
  background: url(../../career/images/icon_faq_01.png) 0 0 no-repeat,
              url(../../career/images/icon_arrow.png) 65px bottom no-repeat;
}

main section div.moreBox dl.faqList dd {
  margin-top: -1px;
  margin-bottom: 70px;
  padding: 90px 25px 30px 25px;
  background: url(../../career/images/icon_faq_02.png) 25px 28px no-repeat;
  border: 3px solid #e486b7;
  border-radius: 10px;
}

main section div.moreBox p.messageSeparate {
  position: relative;
  margin-bottom: 70px;
  padding-left: 100px;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 28px;
  line-height: 1.5em;
}

main section div.moreBox p.messageSeparate:before {
  position: absolute;
  content: '';
  top: 25px;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #000;
}



/*--------------------------------------------------
* column_multi_layout
==================================================*/

main section div.column_multi_layout {
  display: flex;
  justify-content: space-between;
}

main section#others01 div.column_multi_layout {
  flex-direction: row-reverse;
}

main section#others01 div.column_multi_layout img {
  width: 100%;
  height: auto;
}

main section div.column_multi_layout div.box {
  width: 49%;
}

main section div.column_multi_layout div.box.width332 {
  width: 28.86%;
  max-width: 332px;
}

main section div.column_multi_layout div.box.width358 {
  width: 32%;
  max-width: 358px;
}

main section div.column_multi_layout div.box.width510 {
  width: 44.34%;
  max-width: 510px;
}

main section div.column_multi_layout div.box.width513 {
  width: 44.6%;
  max-width: 513px;
}

main section div.column_multi_layout div.box.width514 {
  max-width: 514px;
}

main section div.column_multi_layout div.box.width544 {
  max-width: 544px;
}

main section div.column_multi_layout div.box.width545 {
  max-width: 545px;
}

main section div.column_multi_layout div.box.width555 {
  max-width: 555px;
}

main section div.column_multi_layout div.box.width574 {
  max-width: 574px;
}

main section div.column_multi_layout div.box.width577 {
  width: 50.17%;
  max-width: 577px;
}

main section div.column_multi_layout div.box.width602 {
  width: 52.34%;
  max-width: 602px;
}

main section div.column_multi_layout div.box.width755 {
  width: 65.65%;
  max-width: 755px;
}


/*--------------------------------------------------
* column_3_layout
==================================================*/

main section div.column_3_layout {
  display: flex;
  justify-content: space-between;
}

main section div.column_3_layout div.box {
  width: 33%;
  max-width: 358px;
}

main section div.column_3_layout div.box p.pic {
  margin-bottom: 20px;
  text-align: center;
}

main section div.column_3_layout div.box h4 {
  margin-bottom: 20px;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 23px;
  font-weight: normal;
  line-height: 1.5em;
  text-align: center;
}

main section div.column_3_layout div.box h4 span.mini {
  font-size: 16px;
  line-height: 1em;
}


/*--------------------------------------------------
* history_layout
==================================================*/

main section div.history_layout {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

main section div.history_layout div.box {
  width: 32%;
  padding: 0 0 0 15px;
  border-left: 3px solid #5a322a;
}

main section div.history_layout div.box dl {
  min-height: 250px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  background: url(../../department/images/icon_arrow_01.png) center bottom no-repeat;
}

main section div.history_layout div.box dl dt {
  clear: both;
  float: left;
  font-size: 18px;
  font-style: italic;
}

main section div.history_layout div.box dl dd {
  margin: 0 0 10px 60px;
}

main section div.history_layout div.box h3 {
  margin-bottom: 20px;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.5em;
}

main section div.history_layout div.box p {
  margin-bottom: 15px;
}

main section div.history_layout div.box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

main section div.history_layout div.box ul:after{
  content: "";
  display: block;
  width: 33%;
}

main section div.history_layout div.box ul li {
  width: 33%;
  padding-top: 15px;
  text-align: center;
}

main section div.history_layout div.box ul li img {
  margin-bottom: 5px;
}


/*--------------------------------------------------
* curriculum_notes
==================================================*/

main section div.curriculum_notes {
  width: 66%;
  margin: -170px 0 30px 0;
  padding: 15px;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 1.8em;
}

main section div.curriculum_notes p {
  margin-bottom: 0;
}


/*--------------------------------------------------
* curriculum_layout
==================================================*/

main section div.curriculum_layout {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 200px;
  overflow: hidden;
}

main section div.curriculum_layout div.box {
  width: 25%;
  overflow: hidden;
}

main section div.curriculum_layout div.box .pic {
	margin-bottom: 0;
	display: flex;
	align-items: flex-end;
  flex-direction:row;
}
main section div.curriculum_layout div.box .pic img {
  width: 100%;
}

main section div.curriculum_layout div.box div.data {
  min-height: 138px;
  padding: 0 20px 0 10px;
}

main section div.curriculum_layout div.box div.data h4 {
  margin-bottom: 10px;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 23px;
  font-weight: normal;
  line-height: 1.3em;
}

main section div.curriculum_layout div.box div.data p {
  margin-bottom: 0;
  line-height: 1.5em;
}

main section div.curriculum_layout div.box p.ttl {
  text-align: center;
}

main section div.curriculum_layout div.box div.bottom {
  position: absolute;
  bottom: 0;
  max-width: 25%;
  overflow: hidden;
}

main section div.curriculum_layout div.box div.moreLink {
  margin-bottom: 0;
}


/*--------------------------------------------------
* professorList
==================================================*/

main section ul.professorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}

main section ul.professorList::after{
  content: "";
  display: block;
  width: 33%;
  max-width: 358px;
}

main section ul.professorList li {
  width: 33%;
  max-width: 358px;
  margin-bottom: 50px;
}

main section ul.professorList li p {
  margin-bottom: 0;
}

main section ul.professorList li p.pic {
  float: left;
  width: 51.67%;
  margin-bottom: 15px;
}

main section ul.professorList div.data {
  float: right;
  width: 44.69%;
  margin-bottom: 15px;
}

main section ul.professorList li div.data p.position {
  margin: 80px 0 5px 0;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  line-height: 1em;
}

main section ul.professorList li div.data p.name {
  margin-bottom: 10px;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 23px;
  line-height: 1em;
}

main section ul.professorList li div.data p.roma {
  margin-bottom: 10px;
  font-size: 12px;
  font-style: italic;
  line-height: 1em;
}

main section ul.professorList li div.data p.charge {
  padding-top: 40px;
  background: url(../../department/images/icon_charge.gif) 0 10px no-repeat;
  border-top: 1px solid #5a322a;
  font-size: 13px;
  line-height: 1em;
}

main section ul.professorList li p.link {
  clear: both;
}


/*--------------------------------------------------
* laboratoryBox
==================================================*/

main section div.laboratoryBox {
  display: flex;
  justify-content: space-between;
}

main section div.laboratoryBox p.pic {
  width: 34.12%;
}

main section div.laboratoryBox div.data {
  width: 62.38%;
}

main section div.laboratoryBox div.data h3.h3_type03 {
  margin-top: -140px;
  padding-top: 140px;
}

/* ここから追加 */
.laboratoryList .column_multi_layout {
  margin-bottom: 50px;
}
.laboratoryList .moreWrap {
  z-index: 10;
}
.laboratoryList .moreWrap:nth-child(2) {
  z-index: 8;
}
.laboratoryList .moreWrap:nth-child(3) {
  z-index: 6;
}
.laboratoryList .moreWrap:nth-child(4) {
  z-index: 4;
}
.laboratoryList .moreWrap:nth-child(5) {
  z-index: 2;
}
.laboratoryList .moreWrap:nth-child(6) {
  z-index: 1;
}
/* ここまで追加 */

main section div.feature {
  display: flex;
  justify-content: space-between;
}

main section div.moreBox div.width755 {
  margin: 0 auto;
}

main section div.width358 div.feature p.pic {
  width: 51.39%;
  margin-bottom: 15px;
}

main section div.width555 div.feature p.pic {
  width: 33.15%;
  margin-bottom: 15px;
}

main section div.moreBox div.width755 div.feature p.pic {
  width: 24.5%;
  margin-bottom: 15px;
}

main section div.width358 div.feature div.data {
  width: 44.41%;
  margin-bottom: 20px;
}

main section div.width555 div.feature div.data {
  width: 64.5%;
  margin-bottom: 20px;
}

main section div.moreBox div.width755 div.feature div.data {
  width: 73.7%;
  margin-bottom: 20px;
}

main section div.feature div.data p.position {
  margin: 80px 0 5px 0;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  line-height: 1em;
}

main section div.feature div.data p.name {
  margin-bottom: 10px;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 23px;
  line-height: 1em;
}

main section div.feature div.data p.roma {
  margin-bottom: 10px;
  font-size: 12px;
  font-style: italic;
  line-height: 1em;
}

main section div.feature div.data p.charge {
  display: block;
  margin-bottom: 0;
  padding-top: 40px;
  background: url(../../department/images/icon_charge.gif) 0 10px no-repeat;
  border-top: 1px solid #5a322a;
  font-size: 13px;
  line-height: 1em;
}


/*--------------------------------------------------
* map
==================================================*/

main section#campuslife01 {
  max-width: 1366px;
  margin: -100px auto 120px auto;
  padding-top: 100px;
}

main section#campuslife01 p img {
  width: 100%;
}


/*--------------------------------------------------
* place
==================================================*/

main section#campuslife02 h4 {
  padding: 2px 28px 0 0;
  background: url(../../campuslife/images/icon_place_01.png) right 0 no-repeat;
}

main section#campuslife02 h4.place01 {
  background: url(../../campuslife/images/icon_place_01.png) right 0 no-repeat;
}

main section#campuslife02 h4.place02 {
  background: url(../../campuslife/images/icon_place_02.png) right 0 no-repeat;
}

main section#campuslife02 h4.place03 {
  background: url(../../campuslife/images/icon_place_03.png) right 0 no-repeat;
}

main section#campuslife02 h4.place04 {
  background: url(../../campuslife/images/icon_place_04.png) right 0 no-repeat;
}

main section#campuslife02 h4.place05 {
  background: url(../../campuslife/images/icon_place_05.png) right 0 no-repeat;
}

main section#campuslife02 h4.place06 {
  background: url(../../campuslife/images/icon_place_06.png) right 0 no-repeat;
}

main section#campuslife02 h4 span {
  display: inline-block;
  padding-left: 62px;
  background: url(../../campuslife/images/icon_place_07.png) 0 8px no-repeat;
}


/*--------------------------------------------------
* slick
==================================================*/

main section div.slick {
  position: relative;
}

main section div.slick p.slick-arrow {
  position: absolute;
  width: 20px;
  top: 0;
  background-color: #e486b7;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}

main section div.slick p.slick-arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

main section div.slick p.slick-prev {
  left: 0;
}

main section div.slick p.slick-next {
  right: 0;
}

main section div.slick div.slick-list {
  margin: 0 35px;
}

main section div.slick div.slick-list div.slick-slide {
  margin: 0 10px;
}

main section div.slick div.slick-list div.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}
main section .slick ul.slick-dots {
  display: none !important;
}


/*--------------------------------------------------
* campusCalendar
==================================================*/

main section ul.campusCalendar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

main section ul.campusCalendar > li {
  display: flex;
  width: 47.3%;
  max-width: 544px;
  margin-bottom: 40px;
  padding: 20px 15px;
  border-top: 1px solid #e486b7;
  border-bottom: 1px solid #e486b7;
  box-sizing: border-box;
}

main section ul.campusCalendar li div.date {
  width: 170px;
  min-width: 170px;
  margin-right: 45px;
}

main section ul.campusCalendar li div.date h3 {
  margin-bottom: 10px;
  font-weight: normal;
}

main section ul.campusCalendar li div.date h3 span.ja {
  margin-right: 5px;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 32px;
  line-height: 1em;
}

main section ul.campusCalendar li div.date h3 span.en {
  font-size: 16px;
  font-style: italic;
  line-height: 1em;
}

main section ul.campusCalendar li div.date p.pic {
  margin-bottom: 0;
}

main section ul.campusCalendar li ul li {
  margin-bottom: 4px;
  padding-left: 20px;
  background: url(../../department/images/icon_diamond.gif) 0 0.3em no-repeat;  
}


/*--------------------------------------------------
* campusMessage
==================================================*/

main section ul.campusMessage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

main section ul.campusMessage li {
  width: 47.3%;
  max-width: 544px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

main section ul.campusMessage li div.messageBox {
  display: flex;
  margin-bottom: 25px;
}

main section ul.campusMessage li div.messageBox p.pic {
  max-width: 38.19%;
  margin-bottom: 0;
}

main section ul.campusMessage li div.messageBox div.data {
  width: 61.81%;
  padding-left: 15px;
  border: 3px solid #e486b7;
  box-sizing: border-box;
}

main section ul.campusMessage li div.messageBox div.data div.inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

main section ul.campusMessage li div.messageBox div.data div.inner p.year {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e486b7;
}

main section ul.campusMessage li div.messageBox div.data div.inner p.name {
  margin-bottom: 8px;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 23px;
  line-height: 1em;
}

main section ul.campusMessage li div.messageBox div.data div.inner p.name span.mini {
  font-size: 14px;
}

main section ul.campusMessage li div.messageBox div.data div.inner p.roma {
  font-size: 17px;
  font-style: italic;
  line-height: 1em;
}


/*--------------------------------------------------
* photoalbum
==================================================*/

main section div.column_multi_layout h4#labo_photo_01,
main section div.column_multi_layout h4#labo_photo_02,
main section div.column_multi_layout h4#labo_photo_03,
main section div.column_multi_layout h4#labo_photo_04,
main section div.column_multi_layout h4#labo_photo_05,
main section div.column_multi_layout h4#labo_photo_06,
main section div.column_multi_layout h4#labo_photo_07,
main section div.column_multi_layout h4#labo_photo_08,
main section div.column_multi_layout h4#labo_photo_09 {
  margin-top: -140px;
  padding-top: 140px;
}


/*--------------------------------------------------
* discussion
==================================================*/

main section.discussion {
  width: 100%;
  margin: 0 auto;
  padding: 0 110px 120px 110px;
  background: url(../../campuslife/images/bg_interview.jpg) 0 0 / contain repeat-y;
}

main section.discussion div.inner {
  max-width: 1150px;
  margin: 0 auto;
}

main section.discussion h2 {
  margin: 0 -110px 50px -110px;
}

main section.discussion h2 img {
  width: 100%;
  height: auto;
}

main section.discussion h3 {
  max-width: 1150px;
  margin: 0 auto 45px auto;
  padding: 28px 50px 0 0;
  height: 74px;
  background: url(../../campuslife/images/bg_headline_01.png) center center no-repeat;
  font-size: 18px;
  font-weight: normal;
  line-height: 1em;
  text-align: center;
  box-sizing: border-box;
}

main section.discussion ul.memberList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}

main section.discussion ul.memberList:after{
  content: "";
  display: block;
  width: 32%;
}

main section.discussion ul.memberList li {
  width: 33%;
  margin-bottom: 40px;
  padding-left: 15px;
  border-left: 5px solid #000;
}

main section.discussion ul.memberList li p.name {
  margin-bottom: 8px;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 23px;
  line-height: 1em;
}
 
main section.discussion ul.memberList li p.name span.mini {
  font-size: 14px;
  line-height: 1em;
}

main section.discussion p.interviewRead {
  max-width: 766px;
  min-height: 172px;
  margin: 0 auto 45px auto;
  padding: 5px 45px;
  background: url(../../campuslife/images/bg_interviewRead_01.png) 0 0 no-repeat,
              url(../../campuslife/images/bg_interviewRead_02.png) right 0 no-repeat;
  line-height: 1.6em;
}

main section.discussion p.interviewBtn {
  position: relative;
  max-width: 1150px;
  /*height: 203px;*/
  margin: 30px auto 35px auto;
  padding-top: 17.65%;
}

main section.discussion p.interviewBtn em {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 3vw 0 0 10vw;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 23px;
  font-style: normal;
  line-height: 1.4em;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1028px) {
main section.discussion p.interviewBtn em {
  padding: 2vw 0 0 8vw;
  font-size: 2vw;
}
}
main section.discussion p.interviewBtn.interview01 {
  background: url(../../campuslife/images/bg_faq_01.png) no-repeat 0 0 / 100% auto;
}

main section.discussion p.interviewBtn.interview02 {
  background: url(../../campuslife/images/bg_faq_02.png) no-repeat 0 0 / 100% auto;
}

main section.discussion p.interviewBtn.interview03 {
  background: url(../../campuslife/images/bg_faq_03.png) no-repeat 0 0 / 100% auto;
}

main section.discussion p.interviewBtn.interview04 {
  background: url(../../campuslife/images/bg_faq_04.png) no-repeat 0 0 / 100% auto;
}

main section.discussion p.interviewBtn.interview05 {
  background: url(../../campuslife/images/bg_faq_05.png) no-repeat 0 0 / 100% auto;
}

main section.discussion p.interviewNotes {
  max-width: 1150px;
  margin: 0 auto;
	padding: 30px 0 0 0;
  text-align: right;
}


/*--------------------------------------------------
* licenceList
==================================================*/

main section ul.licenceList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

main section ul.licenceList > li {
  width: 30.95%;
  padding: 30px 30px 25px 30px;
  background-color: #f8f8f8;
  box-sizing: border-box;
}

main section ul.licenceList > li h4 {
  margin-bottom: 25px;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 23px;
  font-weight: normal;
  line-height: 1.5em;
}

main section ul.licenceList > li h4.licence01 {
  padding: 35px 0 35px 39%;
  background: url(../../career/images/icon_career_01.png) no-repeat 0 center / 34.468% auto;
}

main section ul.licenceList > li h4.licence02 {
  padding: 35px 0 35px 39%;
  background: url(../../career/images/icon_career_02.png) no-repeat 0 center / 34.468% auto;
}

main section ul.licenceList > li h4.licence03 {
  padding: 35px 0 35px 39%;
  background: url(../../career/images/icon_career_03.png) no-repeat 0 center / 34.468% auto;
}

main section ul.licenceList > li h4.licence04 {
  padding: 20px 0 20px 39%;
  background: url(../../career/images/icon_career_08.png) no-repeat 0 center / 34.468% auto;
}

main section ul.licenceList > li h4.licence05 {
  padding: 20px 0 20px 39%;
  background: url(../../career/images/icon_career_09.png) no-repeat 0 center / 34.468% auto;
}

main section ul.licenceList > li h4.licence06 {
  padding: 20px 0 20px 39%;
  background: url(../../career/images/icon_career_10.png) no-repeat 0 center / 34.468% auto;
}

main section ul.licenceList > li ul li {
  margin-bottom: 5px;
  padding-left: 20px;
  background: url(../../department/images/icon_diamond.gif) left 6px no-repeat;
}

main section ul.licenceList > li p {
  min-height: 81px;
  margin: 30px 0 5px 0;
  padding: 0 35px;
  background: url(../../career/images/bg_licenceList_01.png) 0 center / contain no-repeat,
              url(../../career/images/bg_licenceList_02.png) right center / contain no-repeat;
  line-height: 1.5em;
}

main section p.licenceNotes {
  margin-bottom: 80px;
  text-align: right;
}


/*--------------------------------------------------
* licenceMoreList
==================================================*/

main section ul.licenceMoreList {
  display: flex;
  justify-content: space-between;
}

main section ul.licenceMoreList li {
  width: 22.43%;
  text-align: center;
  cursor: pointer;
}

main section ul.licenceMoreList li p.name {
  padding: 160px 0 80px;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 23px;
  line-height: 1em;
}

main section ul.licenceMoreList li.more_licence_01 p.name {
  background: url(../../career/images/icon_career_04.png) center 40px no-repeat #f8f8f8;
}

main section ul.licenceMoreList li.more_licence_02 p.name {
  background: url(../../career/images/icon_career_05.png) center 40px no-repeat #f8f8f8;
}

main section ul.licenceMoreList li.more_licence_03 p.name {
  background: url(../../career/images/icon_career_06.png) center 40px no-repeat #f8f8f8;
}
main section ul.licenceMoreList li.more_licence_04 p.name {
  background: url(../../career/images/icon_career_07.png) center 40px no-repeat #f8f8f8;
}

main section ul.licenceMoreList li div.moreLinkLicence {
  margin-top: -80px;
  text-align: center;
}

main section ul.licenceMoreList li div.moreLinkLicence span.click {
  display: inline-block;
  cursor: pointer;
}

main section ul.licenceMoreList li div.moreLinkLicence p.more {
  display: flex;
  align-items: center;
  max-width: 200px;
  margin: 0 auto 5px auto;
  font-size: 16px;
  font-style: italic;
  line-height: 1em;
}

main section ul.licenceMoreList li div.moreLinkLicence p.more:before,
main section ul.licenceMoreList li div.moreLinkLicence p.more:after {
  flex-grow: 1;
  content: "";
  border-top: 1px solid #b3b3b3;
  display: inline-block;
}

main section ul.licenceMoreList li div.moreLinkLicence p.more:before {
  margin-right: 15px;
}

main section ul.licenceMoreList li div.moreLinkLicence p.more:after {
  margin-left: 15px;
}

main section ul.licenceMoreList li div.moreLinkLicence p.arrow {
  margin-bottom: 30px;
  line-height: 1em;
}

main section ul.licenceMoreList li div.moreLinkLicence p.open {
  font-size: 9px;
  font-style: italic;
  line-height: 1em;
}


main section ul.licenceMoreList li div.moreBox {
  text-align: left;
}

main section ul.licenceMoreList li div.moreBox h3.licence01 {
  margin-bottom: 30px;
  padding: 40px 0 40px 120px;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 23px;
  font-weight: normal;
  line-height: 1em;
}

main section ul.licenceMoreList li.more_licence_01 div.moreBox h3.licence01 {
  background: url(../../career/images/icon_career_04.png) 0 0 no-repeat;
}

main section ul.licenceMoreList li.more_licence_02 div.moreBox h3.licence01 {
  background: url(../../career/images/icon_career_05.png) 0 0 no-repeat;
}

main section ul.licenceMoreList li.more_licence_03 div.moreBox h3.licence01 {
  background: url(../../career/images/icon_career_06.png) 0 0 no-repeat;
}
main section ul.licenceMoreList li.more_licence_04 div.moreBox h3.licence01 {
  background: url(../../career/images/icon_career_07.png) 0 0 no-repeat;
}

main section ul.licenceMoreList li div.moreBox h4.h4_type01 span {
  color: #000;
  font-size: 19px;
  line-height: 1em;
}

main section ul.licenceMoreList li div.moreBox p span.notes {
  display: block;
  font-size: 12px;
  text-align: right;
}


/*--------------------------------------------------
* pdfList
==================================================*/

main section ul.pdfList {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
}

main section ul.pdfList li {
  width: 40%;
  margin-bottom: 25px;
}

main section ul.pdfList li a {
  display: inline-block;
  padding-left: 50px;
  background: url(../images/icon_pdf.png) 0 4px no-repeat;
}

main section ul.pdfList li.small a {
  padding: 10px 0 10px 50px;
}


/*--------------------------------------------------
* bestTeacher
==================================================*/

main section div.bestTeacher {
  position: relative;
  margin-bottom: 60px;
}

main section div.bestTeacher p {
  margin-bottom: 0;
}

main section div.bestTeacher div.data {
  position: absolute;
  bottom: 0;
  left: 200px;
}

main section div.bestTeacher div.data p.position {
  margin-bottom: 5px;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  line-height: 1em;
}

main section div.bestTeacher div.data p.name {
  margin-bottom: 10px;
  font-family: Hannari, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 23px;
  line-height: 1em;
}

main section div.bestTeacher div.data p.roma {
  font-size: 12px;
  font-style: italic;
  line-height: 1em;
}

main section ul.bestTeacherList {
  display: flex;
  justify-content: space-between;
  padding: 25px 40px;
  border: 5px solid #e486b7;
}


/*--------------------------------------------------
* others
==================================================*/

main section div.pdfBox {
  border: 1px solid #000;
}

main section div.pdfBox a {
  display: block;
  padding: 50px 0;
}

main section div.pdfBox div.inner {
  display: flex;
  max-width: 510px;
  margin: 0 auto;
}

main section div.pdfBox div.inner p.pic {
  margin: 0 45px 0 0;
}

main section div.pdfBox div.inner p.icon {
  margin-top: 75px;
  padding-top: 55px;
  background: url(../images/icon_pdf.png) 0 0 no-repeat;
}

main section dl.policyList {
  margin-bottom: 50px;
  overflow: hidden;
  zoom: 1;
}

main section dl.policyList dt {
  clear: both;
  float: left;
}

main section dl.policyList dd {
  margin: 0 0 10px 50px;
}