@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   page
			 - index
				- about
				- curriculum
				- labo
				- course
				- career
				- examinee
				- student
				- company
				- sitemap

--------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
#indexMv {
	position: relative;
	width: 100%;
	height: 650px;
	z-index: -1;
}

#indexMv .text {
 position: absolute;
 top: calc( 50% + 30px) ;
 left: 0%;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
}

#indexMv .movieBox {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
	top: 0;
	left: 0;
}

#indexMv .movieBox video {
 position: absolute;
 z-index: -2;
 top: 50%;
 right: 0;
 bottom: 0;
 left: 50%;
 transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
 -moz-transform: translate(-50%, -50%);
	max-width: 100%;
}

#indexMv .movieBox:before {
	position: absolute;
 z-index: 1;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 display: block;
 content: '';
	background: url(../image/dot.png);
}

#indexConcept {
	padding: 100px 20px 160px;
	background-color: #00b7ee;
	position: relative;
}

#indexConcept:before {
	content: "";
	position: absolute;
	background: url(../image/concept.png) no-repeat 0 0;
	width: 472px;
	height: 72px;
	bottom: 60px;
	left: calc( 50% - 600px);
	z-index: 10;
}

#indexConcept .inner {
	width: 1180px;
	margin: 0 auto;
	display: flex;
	position: relative;
}

#indexConcept .inner .photo {
	flex-basis: 70%;
	top: 0;
	left: 0;
}

#indexConcept .inner .photo img {
	max-width: 100%;
	height: auto;
}

#indexConcept .inner .text {
	flex-basis: 60%;
	background-color: #00b7ee;
	color: #FFF;
	padding: 50px;
	position: absolute;
	right: 0;
	top: 200px;
}

#indexConcept .inner .text h2 {
	font-size: 26px;
	line-height: 1.6;
	margin: 0 0 40px;
}

#indexAbout {
	width: 1180px;
	margin: 0 auto;
	padding: 80px 20px 40px;
	position: relative;
}

#indexAbout:before {
	content: "";
	position: absolute;
	background: url(../image/about.png) no-repeat 0 0;
	width: 108px;
	height: 518px;
	top: calc( 50% - 259px);
	left: -20px;
}

#indexAbout h2 {
	font-size: 38px;
	text-align: center;
	margin: 0 0 50px;
}

#indexAbout h2 span {
	font-weight: 700;
	color: #00b7ee;
}

#indexAbout ul {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#indexAbout ul li {
	width: 460px;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
}

#indexAbout ul li h3 {
	position: absolute;
	background-color: #00b7ee;
	color: #FFF;
	font-size: 30px;
	font-weight: 700;
	padding: 4px;
	line-height: 1;
	top: 10px;
	left: 10px;
	z-index: 10;
}

#indexAbout ul li figure {
	margin: 0;
	padding: 0;
}

#indexAbout ul li a:hover figure img {
	opacity: 0.7;
	max-width: 100%;
}

#indexAbout ul li a {
	position: relative;
}

#indexAbout ul li a:before {
	position: absolute;
	bottom: 20px;
	right: -8px;
	width: 60px;
 height: 8px;
	content: "";
 border-bottom: 2px solid #00b7ee;
 border-right: 2px solid #00b7ee;
 transform: skew(45deg);
	transition: all .3s;
	z-index: 10;
}

#indexAbout ul li a:after {
	position: absolute;
	background: #FFF;
	content: "";
	width: 80px;
	height: 50px;
	bottom: 0;
	right: 0;
}

#indexAbout ul li a:hover:before {
	right: -30px;
}

#indexFor {
	background: linear-gradient(to bottom, #00b7ee, #00DDED);
}

#indexFor .inner {
	width: 1180px;
	margin: 0 auto;
	padding: 80px 20px;
}

#indexFor .inner ul {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

#indexFor .inner ul li {
	width: 460px;
	margin: 0;
	padding: 0;
	position: relative;
}

#indexFor .inner ul li:nth-child(1) {
	margin: 0 0 0 60px;
}

#indexFor .inner ul li figure {
	margin: 0;
	padding: 0;
	background-color: #FFF;
}

#indexFor .inner ul li a {
	color: #FFF;
	text-decoration: none;
}

#indexFor .inner ul li a:hover img {
	opacity: 0.7;
}

#indexFor .inner ul li h3 {
	font-size: 58px;
	font-weight: 700;
	position: absolute;
	left: -60px;
	top: 20px;
	line-height: 1.4;
	z-index: 10;
}

#indexFor .inner ul li h3 span {
	font-size: 20px;
	font-weight: 400;
	display: block;
	font-family: 'Crimson Text', serif;
	letter-spacing: 0.2em;
}

#indexNews {
	padding: 80px 0 40px;
}

#indexNews .inner {
	position: relative;
}

#indexNews .inner .cont {
	width: 1180px;
	margin: 0 auto 80px;
}

#indexNews .inner img {
 position: absolute;
 left: 0;
 top: 30px;
 width: 30%;
 z-index: -1;
}

#indexNews h2 {
	font-family: 'Crimson Text', serif;
	font-size: 70px;
	text-align: center;
	line-height: 1.1;
	margin: 0 0 60px;
}

#indexNews h2 span {
	display: block;
 font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
	position: relative;
	padding: 10px 0 0;
}

ul.list {
	width: calc( 50% + 220px);
	margin: 0 0 20px auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

ul.list li {
	cursor: pointer;
	margin: 0 8px 0 0;
	padding: 2px 16px;
}

ul.list li.current {
	background-color: #00b7ee;
	color: #FFF;
	border-radius: 100vh;
}

ul.list li:hover {
	background-color: #DDF8FF;
	border-radius: 100vh;
}

ul.newsList {
	width: calc( 50% + 220px);
	margin: 0 0 0 auto;
}

.newsList {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #AAA;
}

.newsList li {
	margin: 0 !important;
	padding: 0;
	border-bottom: 1px solid #AAA;
}

.newsList li a {
	display: block;
	width: 100%;
	padding: 18px 10px;
	text-decoration: none;
	color: #000;
}

.newsList li a:hover {
	background-color: #DDF8FF;
}

.newsList li .date {
	font-size: 24px;
}

.newsList li .date span {
	font-size: 16px;
	margin-right: 8px;
}

.cat {
	color: #FFF;
	margin: 0 20px;
	width: 120px;
	display: inline-block;
	text-align: center;
	vertical-align: 2px;
}

.cat.news-info {
	background-color: #00b7ee;
}

.cat.news-about {
	background-color: #EDAE00;
}

.cat.news-examinee {
	background-color: #32b16c;
}

.cat.news-gs {
	background-color: #734AFF;
}

.newsList li .text {
	vertical-align: 3px;
}

#indexNews .list.nodisplay {
    display: none;
}

#indexLife {
	background-color: #fef2e1;
	padding: 60px 0 40px;
}

#indexLife h2 {
	font-family: 'Crimson Text', serif;
	font-size: 70px;
	text-align: center;
	line-height: 1.1;
	margin: 0 0 60px;
}

#indexLife h2 span {
	display: block;
 font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
	position: relative;
	padding: 20px 0 0;
}

#indexLife .inner {
	width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
}

.cLife {
	margin: 0 0 60px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cLife li {
	margin: 0 1% 40px !important;
	padding: 0;
	width: 22%;
}

.cLife li a {
	text-decoration: none;
	display: block;
	color: #000;
}

.cLife li img {
	max-width: 100%;
	height: auto;
	border-radius: 16px;
	margin-bottom: 4px;
}

.cLife li a:hover img {
	opacity: .7;
}

.cLife li .date {
	font-size: 24px;
	line-height: 1.4;
}

.cLife li .date span {
	font-size: 16px;
	margin-right: 8px;
}

.popup {
 width:100%;
 height:100%;
 background: rgba(0,0,0,0.6);
 position:fixed;
 top: 0;
 left: 0;
 z-index: 10000;
 transition: .4s ease;
}

.popup.ok {
 opacity: 0;
 visibility: hidden;
 z-index: -1;
}

.popup-inner {
 max-width: 440px;
 width:85%;
 padding: 20px;
 position:absolute;
 top:50%;
 left:50%;
 transform: translate(-50%,-50%);
 background-color:#fff;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}

.popup-inner p {
 padding-bottom: 20px;
}

.popup button {
	width: 340px;
	margin: 0 0 20px;
	padding: 4px;
 font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 15px;
}

/*------------------------------------------------------------------------------------------------
  about
--------------------------------------------------------------------------------------------------*/
#secondTitle.about {
	background: url(../image/about_title_back.jpg) no-repeat center center;
}

.aboutInfo {
	display: flex;
}

h2.aboutLead {
	margin: 0 0 40px;
	padding: 60px 0 0;
	color: #FFF;
	text-align: center;
	font-size: 40px;
	font-feature-settings: "palt";
}

.aboutInfo .text {
	width: 50%;
	position: relative;
}

.aboutInfo .text .inner {
	width: 780px;
	margin: 0 0 0 auto;
	padding: 40px;
	position: absolute;
	z-index: 2;
	right: -100px;
	color: #FFF;
	font-size: 20px;
	background-color: #00b7ee;
}

.aboutInfo .photo {
	width: calc( 50% + 10px);
}

.aboutInfo .photo img {
	max-width: 100%;
	height: auto;
}

.aboutPhotos {
	position: relative;
	padding: 80px 0 0;
 max-height: 1240px;
}

.aboutPhotos:before {
	position: absolute;
	width: 934px;
	height: 600px;
	background-color: #4DCDF3;
	content: "";
	right: 0;
	top: 20%;
}

.aboutPhotos figure {
	margin: 0;
	position: relative;
}

.aboutPhotos figure:nth-child(1) {
	left: calc( 50% - 735px);
}

.aboutPhotos figure:nth-child(2) {
	top: -360px;
	left: 60%;
}

.aboutPhotos figure:nth-child(3) {
	left: calc( 50% - 500px);
	top: -100px
}

.aboutPhotos figure:nth-child(4) {
	left: 50%;
	top: -460px;
}

.tokusyoku {
	background-color: #fef2e1;
	padding: 60px 0 30px;
}

.tokusyoku h2 {
	width: 1180px;
	margin: 0 auto 40px;
	font-size: 40px;
	text-align: center;
	letter-spacing: 0.06em;
	font-weight: 500;
}

.tokusyoku h2 span {
	color: #00b7ee;
}

.tokusyoku .point {
	position: relative;
	font-size: 24px;
	display: flex;
	align-items: center;
	width: 1180px;
	margin: 0 auto;
	padding: 20px;
}

.tokusyoku .point .text {
	width: 40%;
	padding: 30px 0 0 80px;
}

.tokusyoku .point .photo {
	width: 60%;
}

.tokusyoku .point .photo img {
	max-width: 100%;
	height: auto;
}

.tokusyoku .pointWrap:nth-of-type(1) .point:before {
	content: "01";
	position: absolute;
	top: 0;
	left: 0;
	font-family:'Crimson Text', serif;
	font-style: italic;
	font-size: 100px;
	font-weight: 400;
	color: #00b7ee;
}

.tokusyoku .pointWrap:nth-of-type(2) .point:before {
	content: "02";
	position: absolute;
	top: 10px;
	left: calc(60% - 20px);
	font-family:'Crimson Text', serif;
	font-style: italic;
	font-size: 100px;
	font-weight: 400;
	color: #00b7ee;
}

.tokusyoku .pointWrap:nth-of-type(3) .point:before {
	content: "03";
	position: absolute;
	top: 0;
	left: 0;
	font-family:'Crimson Text', serif;
	font-style: italic;
	font-size: 100px;
	font-weight: 400;
	color: #00b7ee;
}

.tokusyoku .pointWrap:nth-of-type(4) .point:before {
	content: "03";
	position: absolute;
	top: 0;
	left: 0;
	font-family:'Crimson Text', serif;
	font-style: italic;
	font-size: 100px;
	font-weight: 400;
	color: #00b7ee;
}

.tokusyoku .pointWrap {
	width: 100vw;
	margin: 0 calc(50% - 50vw) 50px;
	position: relative;
}

.tokusyoku .pointWrap:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	content: "";
	background-color:#B2E9FA;
}

.tokusyoku .pointWrap:nth-of-type(2):before {
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: 100%;
	content: "";
	background-color:#B2E9FA;
}

.kankyou h2 {
	width: 1180px;
	margin: 0 auto 40px;
	font-size: 40px;
	text-align: center;
	letter-spacing: 0.06em;
	font-weight: 500;
}

.kankyou h2 span {
	color: #00b7ee;
}

.kankyou ul {
	margin: 60px calc(50% - 50vw);
	width: 100vw;
	padding: 0;
	list-style: none;
	display: flex;
}

.kankyou ul li {
	width: 33.33333%;
	margin: 0;
	padding: 0;
}

.kankyou ul li img {
	width: 100%;
	height: auto;
}


/*------------------------------------------------------------------------------------------------
  curriculum
--------------------------------------------------------------------------------------------------*/
#secondTitle.curriculum {
	background: url(../image/curriculum_title_back.jpg) no-repeat 0 80%;
}

.sentaku {
	margin: 0 !important;
	text-align: right;
}


.curriculumTb {
	width: 100%;
	margin: 0 0 30px;
}

.curriculumTb thead th {
	border: 1px solid #CCC;
	background-color: #00b7ee;
	color: #FFF;
	padding: 12px;
}

.curriculumTb thead th:first-letter{
	font-size: 22px;
	margin-right: 2px;
}

.curriculumTb tbody th {
	border: 1px solid #CCC;
	padding: 12px;
	background-color: #BFF1FF;
	font-weight: 500;
}

.curriculumTb tbody td {
	border: 1px solid #CCC;
	padding: 12px;
	vertical-align: top;
}

.curriculumTb tbody td:hover {
	background-color: #EEE;
}


/*------------------------------------------------------------------------------------------------
  labo
--------------------------------------------------------------------------------------------------*/
#secondTitle.labo {
	background: url(../image/labo_title_back.jpg) no-repeat 0 10%;
}

.labWrap {
	border: 6px solid #DDD;
	margin: 0 0 80px;
	padding: 20px;
	position: relative;
}

.labWrap:after {
	position: absolute;
	bottom: -6px;
	right: -6px;
	border-bottom: 6px solid #00b7ee;
	border-right: 6px solid #00b7ee;
	content: "";
	width: 43px;
	height: 40px;
}

.labWrap:before {
	position: absolute;
	top: -6px;
	left: -6px;
	border-top: 6px solid #00b7ee;
	content: "";
	width: 332px;
	height: 40px;
}

.labWrap .labDetail {
	display: flex;
	padding: 0 20px;
}

.labWrap h2 {
	margin: -46px 0 20px;
	font-weight: 700;
	font-size: 24px;
	width: 280px;
	letter-spacing: 0.06em;
	text-align: center;
	background-color: #FFF;
	position: relative;
}

.labWrap .labDetail .photo {
	width: 400px;
	margin: 0 40px 0 0;
}

.labWrap .labDetail .text {
	width: calc( 100% - 440px);
}

.labWrap .labDetail .text dl {
	line-height: 1.4;
	margin: 0 0 20px;
}

.labWrap .labDetail .text dt {
}

.labWrap .labDetail .text dd {
	font-size: 24px;
	letter-spacing: 0.06em;
	font-weight: 500;
}

.labWrap .labDetail .text dd span {
	font-size: 14px;
	color: #666;
	margin-left: 20px;
	font-weight: 400;
}

.labWrap .labDetail .text ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.labWrap .labDetail .text ul li {
	margin-right: 12px;
	padding: 4px 12px;
	border: 1px solid #CCC;
	background-color: #EEFBFF;
}

.labBtn {
	position: absolute;
	bottom: -30px;
	right: 60px;
}

.labBtn a {
	display: block;
	width: 240px;
	padding: 10px 16px;
	border: 1px solid #CCC;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border-radius: 100vh;
	background: url(../image/arrow-02.png) #00b7ee no-repeat 92% center;
	background-size: 10px;
	box-shadow: 3px 3px 0 #008AB3;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.labBtn a:hover {
	background: url(../image/arrow-01.png) #FFF no-repeat 92% center;
	background-size: 10px;
	color: #00b7ee;
	border: 1px solid #00b7ee;
}

.labDetailWrap h2 {
	position: relative;
	margin: 0 0 30px;
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 0.06em;
	text-align: center;
	background-color: #FFF;
}

.labDetailWrap h2:before {
	position: absolute;
	bottom: -50px;
	left: 50%;
	width: 1px;
	height: 40px;
	background-color: #000;
	content: "";
}

.labDetailWrap .leadPhoto {
	width: 100vw;
 margin: 0 calc(50% - 50vw) 40px;
	padding: 40px 0;
	background-color: #B2E9FA;
}

.labDetailWrap .leadPhoto img {
	display: block;
	margin: 0 auto;
}

.labDetailWrap .labDetail {
	width: 880px;
	margin: 0 auto;
}

.labDetailWrap .labDetail .text dl {
	margin: 0 0 20px;
	line-height: 1.4;
}

.labDetailWrap .labDetail .text dd {
	font-size: 24px;
	letter-spacing: 0.06em;
	font-weight: 500;
}

.labDetailWrap .labDetail .text dd span {
	font-size: 14px;
	color: #666;
	margin-left: 20px;
	font-weight: 400;
}

.labDetailWrap .labDetail .text .senmon {
	margin: 40px 0 20px !important;
}

.labDetailWrap .labDetail .text ul.key {
	margin: 0 0 60px;
	padding: 0;
	list-style: none;
	display: flex;
}

.labDetailWrap .labDetail .text ul.key li {
	margin-right: 12px;
	padding: 4px 12px;
	border: 1px solid #CCC;
	background-color: #EEFBFF;
}

.labDetailWrap .labDetail .text ul.infoLink {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.labDetailWrap .labDetail .text ul.infoLink li {
	margin-right: 12px;
}

.labDetailWrap .labDetail .text ul.infoLink li a {
	display: block;
	padding: 4px 44px 4px 24px;
	border: 2px solid #E1F9FF;
	color: #0093BD;
	border-radius: 100vh;
	text-decoration: none;
	color: #000;
	background: url(../image/arrow-03.png) #E1F9FF no-repeat 92% center;
	background-size: 14px;
}

.labDetailWrap .labDetail .text h3 {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 500;
	padding: 6px 0;
	letter-spacing: 0.04em;
	position: relative;
}

.labDetailWrap .labDetail .text h3:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#00b7ee), to(#5BD276));
  background-image: -webkit-linear-gradient(left, #00b7ee 0%, #5BD276 100%);
  background-image: linear-gradient(to right, #00b7ee 0%, #5BD276 100%);
}

.labDetailWrap .labDetail .text h3:after {
  bottom: 0;
}

.labDetailWrap .btn {
	margin-top: 80px;
}

/*------------------------------------------------------------------------------------------------
  course
--------------------------------------------------------------------------------------------------*/
#secondTitle.course {
	background: url(../image/course_title_back.jpg) no-repeat 0 80%;
}

.courseNavi {
	margin: 0 100px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.courseNavi li {
	margin: 0 0 20px !important;
	padding: 0;
}

.courseNavi li a {
	display: block;
	width: 440px;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #CCC;
	text-decoration: none;
	box-shadow: 3px 3px 0 #DDD;
}

.courseNavi li a:hover {
	background-color: #EEFBFF;
	color: #00b7ee;
}

.courseDetail h2 {
	font-size: 22px;
	font-weight: 500;
	background-color: #00b7ee;
	color: #FFF;
	padding: 4px 8px;
	letter-spacing: 0.04em;
}

.courseDetail .lead {
	padding: 8px;
	background-color: #BFF1FF;
	line-height: 1.4;
}

.courseDetail ul {
	margin: -30px 0 60px 40px !important;
	padding: 20px 0 20px 40px;
	list-style: none;
	border-right: 1px solid #00b7ee;
	border-left: 1px solid #00b7ee;
	border-bottom: 1px solid #00b7ee;
	display: flex;
	flex-wrap: wrap;
}

.courseDetail ul li {
	width: 30%;
	margin: 0 1% 0 !important;
	padding: 10px 4px;
	border-bottom: 1px dashed #ccc;
}

.courseDetail ul li:hover {
	background-color: #EEFBFF;
}




/*------------------------------------------------------------------------------------------------
  career
--------------------------------------------------------------------------------------------------*/
#secondTitle.career {
	background: url(../image/career_title_back.jpg) no-repeat 0 80%;
}

.careerList {
	margin: 0 40px;
	padding: 0;
	list-style: none;
}

.careerList li {
	margin: 0 !important;
	padding: 8px 12px;
}

.careerList li:nth-child(2n) {
	background-color: #EEE;
}

.shikaku {
	margin: 60px 0 0;
	display: flex;
	justify-content: space-between;
}

.shikaku .cont {
	width: 46%;
}

.shikaku .cont dl dt {
	font-size: 18px;
	font-weight: 500;
	padding: 8px;
	margin: 0 0 10px;
	border: 1px solid #00b7ee;
	background-color: #BFF1FF;
	letter-spacing: 0.06em;
}

#second.career h2 {
	margin: 0 0 40px;
	font-size: 30px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.ceWrap {
	width: 1180px;
	padding: 60px 20px;
	margin: 0 auto;
}

#second.career h3 {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	border-bottom: 6px solid #BFF1FF;
	padding-bottom: 4px;
}

#second.career h3:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00b7ee;
}

#second.career ul {
	margin: 0 0 60px !important;
}

.cePoints {
	display: flex;
	width: 90%;
	margin: 0 auto;
	padding: 0 0 100px;
	position: relative;
}

.cePoints:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 100%;
	background-color: #EDAE00;	
	top: 2px;
	left: 50px;
}

.cePoints:nth-of-type(3):before {
	display: none;
}

.cePoints .point {
	font-size: 18px;
	color: #FFF;
	width: 118px;
	height: 118px;
	background-color: #EDAE00;	
	border-radius: 100%;
	text-align: center;
	line-height: 1;
	font-weight: 700;
	padding: 24px 0 0;
	letter-spacing: 0.1em;
	position:relative;
	z-index: 2;
}

.cePoints .point span {
	font-size: 47px;
	display: block;
	letter-spacing: 0.1em;
}

.cePoints .detail {
	position: relative;
	left: -20px;
	top: 20px;
	box-shadow: 0 0 12px #CCC;
	background-color: #FFF;
	border-radius: 16px;
	padding: 20px 20px 20px 50px;
	width: 910px;
	z-index: 1;
	font-size: 16px;
}

.cePoints .detail h4 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.tp {
	display: flex;
	justify-content: space-between;
}

#second.career .tp ul {
	margin-right: 60px;
	margin-bottom: 0 !important;
	font-size: 15px;
}

.tp p {
	margin: 20px -40px 0 0 !important;
	position: relative;
	padding: 0 0 10px;
}

.tp p img {
	border:2px solid #EDAE00;
}

.qaList {
	margin: 0 0 40px;
}

.qaList .title .title-q {
	background-color: #008EED;
 padding: 18px 24px;
	color: #FFF;
	font-weight: 500;
	font-size: 20px;
}

.qaList .title .title-text {
	padding: 22px 65px 22px 24px;
	width: 100%;
}

.qaList span {
	display: inline-block;
}

.qaList .inner {
	display: flex;
}

.qaList .title-a {
 display: inline-block;
 padding: 20px 26px 20px 25px;
 background-color: #84AFCA;
 color:#FFF;
	font-weight: 500;
	font-size: 20px;
}

.answer-text {
					display: block;
					padding: 20px 80px 20px 20px;
					line-height: 1.8;
					background-color: #FFF;
					width: 100%;
				}

.qaList dt {
	cursor: pointer;
	background: url(../image/plus.png) #E8F5FF no-repeat 98% center;
}

.qaList dd {
	display: none;
}

.ceQa {
	position: relative;
}

.ceQa:after {
	top: -90px;
	right: 0;
	position: absolute;
	content: "";
	width: 200px;
	height: 160px;
	background: url(../image/ce-01.png) no-repeat;
	background-size: 200px;
}


/*------------------------------------------------------------------------------------------------
  examinee
--------------------------------------------------------------------------------------------------*/
#secondTitle.examinee {
	background: url(../image/examinee_title_back.jpg) no-repeat center 10%;
}

.new2022 {
	position: relative;
	margin: 0 0 50px;
	padding: 30px 30px 1px;
 background:repeating-linear-gradient(45deg,#E1F9FF,#E1F9FF 15px,#fff 0,#fff 30px);
}

.new2022:before {
	position: absolute;
	width: 100px;
	height: 89px;
	background: url(../image/exam-01.png) no-repeat 100% 0;
	background-size: 100px;
	content: "";
	right: 20px;
	top: -20px;
}

#second.examinee .new2022 h2 {
	margin: 0 0 20px;
	padding: 8px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	background-color: #FFF;
	display: inline-block;
	color:#EB8303;
}

.new2022 p {
	background-color: #FFF;
	padding: 8px;
}

#second.examinee h3 {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	border-bottom: 6px solid #BFF1FF;
	padding-bottom: 4px;
}

#second.examinee h3:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00b7ee;
}

.links2 {
	width: 90%;
	margin: 0 auto 40px !important;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.links2 li {
	width: 30%;
	margin: 0 0 20px !important;
}

.links2 li:nth-of-type(3n-1) {
	margin: 0 5% 20px !important;
}

.links2 li a {
	display: block;
	padding: 12px 8px;
	color: #000;
	text-decoration: none;
	border: 1px solid #CCC;
	background: url(../image/arrow-01.png) no-repeat 96% center;
	background-size: 8px;
	box-shadow: 3px 3px 0 #ddd;
}

.links2 li a:hover {
	background: url(../image/arrow-01.png) #EEFBFF no-repeat 96% center;
	background-size: 8px;
}

#second.student h2 {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	border-bottom: 6px solid #BFF1FF;
	padding-bottom: 4px;
}

#second.student h2:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00b7ee;
}

/*------------------------------------------------------------------------------------------------
  student
--------------------------------------------------------------------------------------------------*/
#secondTitle.student {
	background: url(../image/student_title_back.jpg) no-repeat 0 20%;
}

.year2021 {
	background-color: #E1F9FF;
	text-align: center;
	margin: 0 40px 40px;
	padding: 30px 20px 1px;
	font-size: 20px;
}

.year2021 .btn {
	font-size: 15px;
}

/*------------------------------------------------------------------------------------------------
  company
--------------------------------------------------------------------------------------------------*/
#secondTitle.company {
	background: url(../image/company_title_back.jpg) no-repeat 0 center;
}

/*------------------------------------------------------------------------------------------------
  news
--------------------------------------------------------------------------------------------------*/
#secondTitle.news {
	background: url(../image/news_title_back.jpg) no-repeat center 30%;
}

#second ul.list {
	width: 100%;
}

#second ul.newsList {
	width: 100%;
}

.newsDetail .cat {
	margin: 0;
}

.newsDetail h2 {
	position: relative;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin: 0 0 8px;
	padding: 0 0 8px;
 border-bottom: 3px solid #000;
}

.newsDetail h2:before {
 position: absolute;
 bottom: -18px;
 left: 2em;
 width: 0;
 height: 0;
 content: '';
 border-width: 18px 16px 0 16px;
 border-style: solid;
 border-color: #000 transparent transparent transparent;
}

.newsDetail h2:after {
 position: absolute;
 bottom: -14px;
 left: 2em;
 width: 0;
 height: 0;
 content: '';
 border-width: 18px 16px 0 16px;
 border-style: solid;
 border-color: #FFF transparent transparent transparent;
}

.newsDetail .cont {
	margin: 0 20px 40px;
	padding: 40px 30px 30px;
	background-color: #E1F9FF;
}

/*.newsDetail .cont img {
	margin: 0 10px;
}*/

.newsDetail .cont .date {
	margin-bottom: 20px;
	padding: 0 0 0 34px;
	background: url(../image/calendar.png) no-repeat 0 center;
	background-size: 26px;
}


/*------------------------------------------------------------------------------------------------
  life
--------------------------------------------------------------------------------------------------*/
#secondTitle.life {
	background: url(../image/life_title_back.jpg) no-repeat center 20%;
}

.lifeDetail h2 {
	position: relative;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin: 0 0 8px;
	padding: 0 0 8px;
 border-bottom: 3px solid #FFAC13;
}

.lifeDetail h2:before {
 position: absolute;
 bottom: -18px;
 left: 2em;
 width: 0;
 height: 0;
 content: '';
 border-width: 18px 16px 0 16px;
 border-style: solid;
 border-color: #FFAC13 transparent transparent transparent;
}

.lifeDetail h2:after {
 position: absolute;
 bottom: -14px;
 left: 2em;
 width: 0;
 height: 0;
 content: '';
 border-width: 18px 16px 0 16px;
 border-style: solid;
 border-color: #FFF transparent transparent transparent;
}

.lifeDetail .cont {
	margin: 0 20px 40px;
	padding: 40px 30px 30px;
	background-color: #FFF7E8;
	border-radius: 20px;
}

/*.lifeDetail .cont img {
	margin: 0 10px;
}*/

.lifeDetail .cont .date {
	margin-bottom: 20px;
	padding: 0 0 0 34px;
	background: url(../image/calendar-02.png) no-repeat 0 center;
	background-size: 26px;
}


/*------------------------------------------------------------------------------------------------
  sitemap
--------------------------------------------------------------------------------------------------*/
#secondTitle.sitemap {
	background: url(../image/sitemap_title_back.jpg) no-repeat 0 0;
}

#second.sitemap a {
	text-decoration: none;
	color: #000;
	letter-spacing: 0.06em;
}

#second.sitemap a:hover {
	color: #FFF;
	background-color: #00b7ee;
}

#second.sitemap h2 {
	margin: 0 0 30px;
	font-size: 18px;
	background-color: #E1F9FF;
}

#second.sitemap h2 a {
	display: block;
	padding: 8px;
}

#second.sitemap ul {
	margin: 0 0 30px;
	padding: 0;
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
}

#second.sitemap ul li {
	margin: 0 0 30px;
	padding: 0;
	width: 32%;
	list-style: none;
	line-height: 1.8;
}

#second.sitemap ul li:nth-of-type(3n-1) {
	margin: 0 2% 30px;
}

#second.sitemap ul li a {
	display: block;
	background-color: #E1F9FF;
	padding: 8px;
}


@media all and (max-width: 1100px) {

#indexMvsp {
	position: relative;
}

#indexMvsp video {
	position: relative;
	z-index: -2;
	width: 100%;
	height: auto;
}

#indexMvsp .movieBox {
	position: relative;
	z-index: -1;
	margin: 0 0 -10px;
	padding: 0;
}

#indexMvsp .movieBox:before {
	position: absolute;
 z-index: 1;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 display: block;
 content: '';
	background: url(../image/dot.png);
}

#indexMvsp .text {
	position: absolute;
 top: 50%;
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
	left: 0;
	z-index: 5;
}

#indexMvsp .text img {
	width: 232px;
	height: auto;
}

#indexConcept {
	padding: 30px 10px;
}

#indexConcept .inner {
	width: 96%;
	margin: 0 auto;
	display: block;
}

#indexConcept .inner .photo {
	margin: 0 0 20px;
}

#indexConcept .inner .text {
	position: static;
	padding: 0;
}

#indexConcept .inner .text h2 {
	font-size: 20px;
}

#indexConcept:before {
	top: 10px;
	left: 5px;
	width: 236px;
	height: 36px;
	background-size: 236px;
}

#indexAbout {
	width: 96%;
	margin: 0 auto;
	padding: 40px 0;
}

#indexAbout:before {
	width: 54px;
	height: 259px;
	background-size: 54px;
	left: 0;
	top: 0;
}

#indexAbout h2 {
	font-size: 24px;
	margin: 0 0 30px;
}

#indexAbout ul {
	width: 96%;
	margin: 0 auto;
	display: flex;
}

#indexAbout ul li {
	width: 48%;
	margin: 0 0 30px;
}

#indexAbout ul li a:before {
	display: none;
	width: 40px;
	right: 10px;
}

#indexAbout ul li a:hover:before {
	right: 0;
	width: 40px;
}

#indexAbout ul li a:after {
	display: none;
	width: 60px;
	height: 40px;
}

#indexFor .inner ul li figure {
	background-color: transparent;
	width: 100%;
}

#indexAbout ul li figure img {
	max-width: 100%;
	height: auto;
}

#indexAbout ul li h3 {
	font-size: 18px;
	white-space: nowrap;
}

#indexFor .inner {
	width: 100%;
	padding: 40px 20px;
}

#indexFor .inner ul {
	width: 80%;
	margin: 0 0 0 auto;
	display: block;
}

#indexFor .inner ul li {
	width: 100%;
}

#indexFor .inner ul li:nth-child(1) {
	margin: 0 0 30px;
}

#indexFor .inner ul li h3 {
	font-size: 24px;
	left: -70px;
}

#indexNews {
	padding: 40px 0;
}

#indexNews h2 {
	font-size: 40px;
}

#indexNews .inner .cont {
	width: 96%;
	margin: 0 auto;
}

#indexNews .inner img {
	display: none;
}

#indexNews .inner .cont ul.list {
	width: 100%;
	flex-wrap: wrap;
	justify-content: start;
}

#indexNews .inner .cont ul.list li {
	width: 48%;
	margin: 0 1% 10px;
	background-color: #EEE;
}

#indexNews .inner .cont ul.list li.current {
	border-radius: 0;
	background-color: #00b7ee;
}

ul.newsList {
	width: 100%;
	margin-bottom: 30px;
}

.newsList li .text {
	display: block;
	width: 100%;
}


#indexLife h2 {
	font-size: 40px;
}

#indexLife .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.cLife {
	margin: 0 0 30px;
	flex-wrap: wrap;
	justify-content: start;
}

.cLife li {
	width: 48%;
	margin: 0 1% 20px;
}

.popup button {
	width: 100%;
	margin: 0 0 20px;
	padding: 4px;
 font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 14px;
	color: #000;
	border: 1px solid #CCC;
}

/*------------------------------------------------------------------------------------------------
  about
--------------------------------------------------------------------------------------------------*/
#secondTitle.about {
	background-size: 1000px;
}

h2.aboutLead {
	font-size: 24px;
}

.aboutInfo {
	display: block;
}

.aboutInfo .text {
	width: 100%;
	position: static;
}

.aboutInfo .text .inner {
	width: 96%;
	margin: 0 auto;
	right: 0;
	padding: 0;
	font-size: 16px;
	position: static;
}

.aboutInfo .photo {
	width: 100%;
}

.aboutPhotosSp {
	padding: 0 0 20px;
}

.aboutPhotosSp figure {
	width: 80%;
	margin: 10px auto;
	text-align: center;
}

.tokusyoku h2 {
	width: 100%;
	font-size: 24px;
}

.tokusyoku .point {
	display: block;
	width: 100%;
	font-size: 18px;
}

.tokusyoku .point .text {
	width: 100%;
}

.tokusyoku .point .photo {
	width: 100%;
}

.tokusyoku .pointWrap:nth-of-type(3) .point:before {
	content: "02";
}

.tokusyoku .pointWrap:nth-of-type(4) .point:before {
	content: "03";
}

.kankyou h2 {
	width: 100%;
	font-size: 24px;
}

.tokusyoku .pointWrap .point:before {
	font-size: 80px !important;
}

.kankyou .inner {
	width: 96%;
	margin: 0 auto;
}

.kankyou ul {
	display: block;
	margin: 0;
}

.kankyou ul li {
	width: 100%;
}

/*------------------------------------------------------------------------------------------------
  curriculum
--------------------------------------------------------------------------------------------------*/
#secondTitle.curriculum {
	background-size: 1000px;
}

#second.curriculum section {
	width: 94%;
	margin: 0 auto;
}

/*------------------------------------------------------------------------------------------------
  labo
--------------------------------------------------------------------------------------------------*/
#secondTitle.labo {
	background-size: 1000px;
}

.labWrap {
	width: 94%;
	margin: 0 auto 80px;
	padding: 20px 10px;
}

.labWrap .labDetail {
	display: block;
	padding: 0 20px;
}

.labWrap h2 {
	margin: -42px 0 20px;
	font-weight: 700;
	font-size: 20px;
	width: 200px;
	letter-spacing: 0.06em;
	text-align: center;
	background-color: #FFF;
	position: relative;
}

.labWrap .labDetail .photo {
	width: 100%;
	margin: 0 0 20px;
}

.labWrap .labDetail .text {
	width: 100%;
}

.labWrap .labDetail .text dd {
	font-size: 24px;
	letter-spacing: 0.06em;
	font-weight: 500;
}

.labWrap .labDetail .text dd span {
	font-size: 14px;
	color: #666;
	margin-left: 20px;
	font-weight: 400;
}

.labBtn {
	position: absolute;
	bottom: -30px;
	right: calc( 50% - 120px);
}

.labBtn a {
	display: block;
	width: 240px;
	padding: 10px 16px;
	border: 1px solid #CCC;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border-radius: 100vh;
	background: url(../image/arrow-02.png) #00b7ee no-repeat 92% center;
	background-size: 10px;
	box-shadow: 3px 3px 0 #008AB3;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.labBtn a:hover {
	background: url(../image/arrow-01.png) #FFF no-repeat 92% center;
	background-size: 10px;
	color: #00b7ee;
	border: 1px solid #00b7ee;
}

.labDetailWrap h2 {
	position: relative;
	margin: 0 0 30px;
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 0.06em;
	text-align: center;
	background-color: #FFF;
}

.labDetailWrap h2:before {
	position: absolute;
	bottom: -50px;
	left: 50%;
	width: 1px;
	height: 40px;
	background-color: #000;
	content: "";
}

.labDetailWrap .leadPhoto {
	width: 100vw;
 margin: 0 0 40px;
	padding: 40px 20px;
	background-color: #B2E9FA;
}

.labDetailWrap .leadPhoto img {
	display: block;
	margin: 0 auto;
}

.labDetailWrap .labDetail {
	width: 94%;
	margin: 0 auto;
}

.labDetailWrap .labDetail .text dl {
	margin: 0 0 20px;
	line-height: 1.4;
}

.labDetailWrap .labDetail .text dd {
	font-size: 24px;
	letter-spacing: 0.06em;
	font-weight: 500;
}

.labDetailWrap .labDetail .text dd span {
	font-size: 14px;
	color: #666;
	margin-left: 20px;
	font-weight: 400;
}

.labDetailWrap .labDetail .text .senmon {
	margin: 40px 0 20px !important;
}

.labDetailWrap .labDetail .text ul.key {
	margin: 0 0 60px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.labDetailWrap .labDetail .text ul.key li {
	margin-right: 12px;
	padding: 4px 12px;
	border: 1px solid #CCC;
	background-color: #EEFBFF;
}

.labDetailWrap .labDetail .text ul.infoLink {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.labDetailWrap .labDetail .text ul.infoLink li {
	margin-right: 12px;
}

.labDetailWrap .labDetail .text ul.infoLink li a {
	display: block;
	padding: 4px 44px 4px 24px;
	border: 2px solid #E1F9FF;
	color: #0093BD;
	border-radius: 100vh;
	text-decoration: none;
	color: #000;
	background: url(../image/arrow-03.png) #E1F9FF no-repeat 92% center;
	background-size: 14px;
}

.labDetailWrap .labDetail .text h3 {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 500;
	padding: 6px 0;
	letter-spacing: 0.04em;
	position: relative;
}

.labDetailWrap .labDetail .text h3:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#00b7ee), to(#5BD276));
  background-image: -webkit-linear-gradient(left, #00b7ee 0%, #5BD276 100%);
  background-image: linear-gradient(to right, #00b7ee 0%, #5BD276 100%);
}

.labDetailWrap .labDetail .text h3:after {
  bottom: 0;
}

.labDetailWrap .btn {
	margin-top: 80px;
}


/*------------------------------------------------------------------------------------------------
  course
--------------------------------------------------------------------------------------------------*/
#secondTitle.course {
	background-position: 70% 80%;
	background-size: 1000px;
}

#second.course section {
	width: 96%;
	margin: 0 auto;
}

.courseNavi {
	margin: 0;
	display: block;
}

.courseNavi li a {
	width: 100%;
}

.courseDetail ul {
	margin: -30px 0 60px 20px !important;
	padding: 20px;
	list-style: none;
	border-right: 1px solid #00b7ee;
	border-left: 1px solid #00b7ee;
	border-bottom: 1px solid #00b7ee;
	display: block;
}

.courseDetail ul li {
	width: 100%;
	margin: 0 !important;
	padding: 10px 4px;
	border-bottom: 1px dashed #ccc;
}

.courseDetail ul li:nth-of-type(2n) {
	background-color: #eefbff;
}

.courseDetail h2 {
	line-height: 1.4;
}

/*------------------------------------------------------------------------------------------------
  career
--------------------------------------------------------------------------------------------------*/
#secondTitle.career {
	background-position: 70% 80%;
	background-size: 1000px;
}

#second.career section {
	width: 94%;
	margin: 0 auto;
}

.shikaku {
	display: block;
}

.shikaku .cont {
	width: 100%;
}

.ceWrap {
	width: 100%;
	padding: 60px 0 60px 20px;
}

.cePoints {
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 40px;
	position: relative;
}

.cePoints:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 100%;
	background-color: #EDAE00;	
	top: 2px;
	left: 22px;
}

.cePoints:nth-of-type(3):before {
	display: none;
}

.cePoints .point {
	font-size: 14px;
	color: #FFF;
	width: 90px;
	height: 70px;
	background-color: #EDAE00;	
	border-radius: 70px;
	text-align: center;
	line-height: 1;
	font-weight: 700;
	padding: 14px 0 0;
	letter-spacing: 0.1em;
	position:relative;
	z-index: 2;
}

.cePoints .point span {
	font-size: 30px;
	display: block;
	letter-spacing: 0.1em;
}

.cePoints .detail {
	position: relative;
	left: -20px;
	top: 20px;
	box-shadow: 0 0 12px #CCC;
	background-color: #FFF;
	border-radius: 16px;
	padding: 20px 10px 20px 20px;
	width: 100%;
	z-index: 1;
	font-size: 16px;
}

.cePoints .detail h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
	line-height: 1.4;
}

.tp {
	display: block;
}

#second.career .tp ul {
	margin: 0;
}

.tp p {
	margin: 20px 0 0 !important;
	text-align: center;
}

#second.career section.w2 {
	width: 100%;
}

.answer-text {
    padding: 20px;
}

/*------------------------------------------------------------------------------------------------
  examinee
--------------------------------------------------------------------------------------------------*/
#secondTitle.examinee {
	background-size: 1000px;
}

#second.examinee section {
	width: 94%;
	margin: 0 auto;
}

.new2022:before {
	top: -30px;
}

#second.examinee .new2022 h2 {
	font-size: 18px;
}

.links2 {
	display: block;
}

.links2 li {
	width: 100%;
}

.links2 li:nth-of-type(3n-1) {
	margin: 0 0 20px !important;
}


/*------------------------------------------------------------------------------------------------
  student
--------------------------------------------------------------------------------------------------*/
#secondTitle.student {
	background-size: 1000px;
}

#second.student section {
	width: 94%;
	margin: 0 auto;
}

.year2021 {
	margin: 0 0 40px;
	font-size: 14px;
}

.year2021 p strong {
	font-size: 18px;
}


/*------------------------------------------------------------------------------------------------
  news
--------------------------------------------------------------------------------------------------*/
#secondTitle.news {
	background-size: 1000px;
}

#second ul.newsList {
	width: 94%;
	margin: 0 auto 20px;
}

.newsDetail {
	width: 94%;
	margin: 0 auto 20px;
}

.newsDetail h2 {
	font-size: 20px;
	line-height: 1.4;
}

.newsDetail .cont {
	margin: 0 0 40px;
	padding: 40px 20px 30px;
	background-color: #E1F9FF;
}

/*------------------------------------------------------------------------------------------------
  life
--------------------------------------------------------------------------------------------------*/
#secondTitle.life {
	background-size: 1000px;
}

.cLife li .date {
	font-size: 20px;
}

.cLife{
	margin: 0 10px !important;
}

.cLife li .date span {
	font-size: 14px;
}

.lifeDetail {
	width: 94%;
	margin: 0 auto 20px;
}

.lifeDetail h2 {
	font-size: 20px;
	line-height: 1.4;
}

.lifeDetail .cont {
	margin: 0 0 40px;
	padding: 40px 20px 30px;
}

/*------------------------------------------------------------------------------------------------
  sitemap
--------------------------------------------------------------------------------------------------*/
#secondTitle.sitemap {
	background-size: 1000px;
	background-position: 60% center;
}

#second.sitemap h2 {
	width: 94%;
	margin: 0 auto 30px;
}


#second.sitemap ul {
	display: block;
	width: 94%;
	margin: 0 auto;
}

#second.sitemap ul li {
	width: 100%;
}

#second.sitemap ul li:nth-of-type(3n-1) {
	margin: 0 0 30px;
}

}
