@charset"utf-8";
@import "common.css";

/* header
-------------------------------------------------- */
/*header.top-head{
	-webkit-box-shadow: none;
  box-shadow: none;
}*/

/* contentVisualSec
-------------------------------------------------- */
section.contentVisualSec{
	margin-top: 10rem;
	width: 100%;
	height: 60rem;
	position: relative;
}
section.contentVisualSec div.inner{
	max-width: 1200px;
	height: 60rem;
	margin: 0 auto;
	position: relative;
}
/* about */
section.contentVisualSec.about{
	background: url(../img/about/visual_about.jpg) center center / cover no-repeat;
}
/* lecture */
section.contentVisualSec.lecture{
	background: url(../img/lecture/visual_lecture.jpg) center center / cover no-repeat;
}
/* oldlecture */
section.contentVisualSec.oldlecture{
	background: url(../img/oldlecture/visual_oldlecture.jpg) center top / cover no-repeat;
}
/* news */
section.contentVisualSec.news{
	background: url(../img/news/visual_news.jpg) center bottom / cover no-repeat;
}
/* project */
section.contentVisualSec.project{
	background: url(../img/project/visual_project.jpg) center center / cover no-repeat;
}
/* privacy */
section.contentVisualSec.privacy{
	background: url(../img/privacy/visual_privacy.jpg) center bottom / cover no-repeat;
}
@media print, screen and (max-width: 767px) {
	section.contentVisualSec{
		height: 50rem;
	}
	section.contentVisualSec div.inner{
		height: 50rem;
	}
}

/* img-area
-------------------------------------------------- */
div.img-area img{
	width: 100%;
	height: auto;
}

/* contentTitleSec
-------------------------------------------------- */
div.contentTitleSec{
	position: absolute;
	top: 45%;
	right: 4%;
	z-index: 1;
}
@media print, screen and (max-width: 767px) {
	div.contentTitleSec{
		position: absolute;
		right: 6%;
	}
}

/* titleSec
-------------------------------------------------- */
section.titleSec.single{
	margin-top: 12rem;
}
@media print, screen and (max-width: 767px) {
	section.titleSec.single{
		margin-top: 10rem;
	}
}

/* "h"tag
-------------------------------------------------- */
h2.h2-ttl{
	color: #fff;
	font-size: 3.0rem;
	line-height: 1.4;
	text-shadow: 2px 2px 0 #333;
}
h2.h2-ttl.single{
	color: #000;
	font-size: 2.8rem;
	line-height: 1.4;
	text-align: center;
	text-shadow: inherit;
}
h3.h3-ttl{
	color: #000;
	font-size: 2.8rem;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 5rem;
}
@media print, screen and (max-width: 767px) {
	h2.h2-ttl{
		font-size: 2.6rem;
	}
	h2.h2-ttl.single{
		font-size: 2.4rem;
	}
	h3.h3-ttl{
		font-size: 2.4rem;
		margin-bottom: 3rem;
	}
}

/* breadcrumbSec
-------------------------------------------------- */
section.breadcrumbSec{
	margin-top: 5rem;
}
section.breadcrumbSec div.content div.breadcrumb ul li{
	display: inline-block;
	font-size: 1.5rem;
}
section.breadcrumbSec div.content div.breadcrumb ul li::after{
	content: '>';
	padding: 0 1.5rem;
}
section.breadcrumbSec div.content div.breadcrumb ul li:last-child::after{
	display: none;
}
section.breadcrumbSec div.content div.breadcrumb ul li a{
	color: #05a5bd;
	text-decoration: underline;
}
section.breadcrumbSec div.content div.breadcrumb ul li a:hover{
	opacity: 0.5;
	transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
	section.breadcrumbSec{
		margin-top: 3rem;
	}
	section.breadcrumbSec div.content div.breadcrumb ul li{
		font-size: 1.4rem;
		line-height: 1.6;
	}
	section.breadcrumbSec div.content div.breadcrumb ul li::after{
		padding: 0 1.0rem;
	}
}

/* about
-------------------------------------------------- */
/* aboutSec */
section.aboutSec{
  margin: 5rem auto 0;
}
section.aboutSec h3.h3-ttl::after{
	display: block;
	margin-top: 0.5rem;
	font-size: 1.5rem;
	font-weight: normal;
	text-align: center;
	content: "五十音順";
}
/* greetSec */
h4.h4-greeting{
	font-size: 2.4rem;
	color: #05a5bd;
	line-height: 1.4;
	padding-bottom: 0.5rem;
}
section.greetSec.g01,
section.greetSec.g02{
	margin-bottom: 5rem;
}
section.greetSec div.wrap{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dotted #888;
  padding-bottom: 5rem;
}
section.greetSec.g02 div.wrap{
	webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section.greetSec div.wrap div.txt-area{
	width: 60%;
}
section.greetSec div.wrap div.txt-area p.license{
	font-weight: bold;
	border-bottom: 1px dotted #555;
	display: inline-block;
	margin-bottom: 2rem;
}
section.greetSec div.wrap div.txt-area a{
	color: #05a5bd;
	text-decoration: underline;
}
section.greetSec div.wrap div.img-area{
	width: 36%;
}
/* PhilosophySec */
h4.h4-philosophy{
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 2rem;
	color: #05a5bd;
}
section.philosophySec{
	margin-top: 10rem;
}
section.philosophySec div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5rem 0 0;
}
section.philosophySec div.wrap div.box{
  width: 31%;
}
section.philosophySec div.wrap div.box div.img-area{
	width: 85%;
	margin: 0 auto;
}
section.philosophySec div.wrap div.box div.img-area img{
	width: 100%;
	height: auto;
}
section.philosophySec div.wrap div.box div.txt-area{
  margin: 3rem 0 0;
}
section.philosophySec div.wrap div.box div.txt-area p{
  font-size: 1.5rem;
}
/* projectTableSec */
section.projectTableSec{
	margin-top: 10rem;
}
section.projectTableSec div.table.forPC{
	width: 100%;
}
section.projectTableSec div.table.forPC table{
	margin-top: 5rem;
	width: 100%;
	border-collapse: collapse;
}
section.projectTableSec div.table.forPC table tr.border{
	border-bottom: 1px solid #707070;
}
section.projectTableSec div.table.forPC table th{
	width: 33.3333%;
	font-size: 1.8rem;
	text-align: center;
	background: #808080;
	color: #fff;
	padding: 1.5rem;
	line-height: 1.6;
}
section.projectTableSec div.table.forPC table td{
	width: 33.3333%;
	padding: 2rem 0;
	line-height: 1.6;
}
section.projectTableSec div.table.forPC table td ul li{
	list-style-type: disc;
	margin-left: 2.1rem;
}
@media print, screen and (max-width: 767px) {
	h4.h4-greeting{
		font-size: 2.0rem;
		text-align: center;
		margin-bottom: 1rem;
	}
	section.greetSec div.wrap{
	  display: block;
	}
	section.greetSec div.wrap div.txt-area{
		width: 100%;
	}
	section.greetSec div.wrap div.txt-area p.license{
		display: block;
		line-height: 1.4;
		padding-bottom: 0.5rem;
	}
	section.greetSec div.wrap div.img-area{
		width: 100%;
		margin: 3rem auto 0;
	}
	/* PhilosophySec */
	h4.h4-philosophy{
		font-size: 2.0rem;
		margin-bottom: 1.5rem;
	}
	section.philosophySec{
		margin-top: 7rem;
	}
	section.philosophySec div.wrap{
	  display: block;
	}
	section.philosophySec div.wrap div.box{
	  width: 100%;
	}
	section.philosophySec div.wrap div.box div.txt-area{
	  margin: 3rem 0 0;
	}
	section.philosophySec div.wrap div.box div.txt-area p{
	  font-size: 1.5rem;
	}
	section.philosophySec div.wrap div.box.b02{
    margin-top: 5rem;
  }
  section.philosophySec div.wrap div.box.b03{
    margin-top: 5rem;
  }
  /* projectTableSec */
	section.projectTableSec{
		margin-top: 7rem;
	}
  section.projectTableSec div.table.forSP{
		width: 100%;
	}
	section.projectTableSec div.table.forSP table{
		margin-top: 3rem;
		width: 100%;
		border-collapse: collapse;
		border: 1px solid #808080;
	}
	section.projectTableSec div.table.forSP table th{
		width: 100%;
		font-size: 1.6rem;
		text-align: center;
		background: #808080;
		color: #fff;
		padding: 1rem;
		line-height: 1.6;
		display: block;
	}
	section.projectTableSec div.table.forSP table td{
		width: 100%;
		padding: 1.5rem;
		line-height: 1.6;
		display: block;
		font-size: 1.5rem;
	}
	section.projectTableSec div.table.forSP table td ul li{
		list-style-type: disc;
		margin-left: 2.1rem;
		font-size: 1.5rem;
	}
}


/* projectSec
-------------------------------------------------- */
h4.h4-project{
	font-size: 2.6rem;
	color: #05a5bd;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 3.5rem;
}
h5.h5-project{
	margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-size: 2.0rem;
  line-height: 1.4;  
  border-bottom: 1px solid #333;
}
section.projectSec{
  margin: 5rem auto 0;
}
section.projectSec div#p01{
	margin-top: -10rem;
	padding-top: 10rem;
}
section.projectSec div#p02,
section.projectSec div#p03{
  margin-top: -6rem;
  padding-top: 13rem;
}
section.projectSec div.wrap{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5rem;
}
section.projectSec div.project01 div.wrap,
section.projectSec div.project03 div.wrap{
  webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section.projectSec div.wrap div.txt-area{
  width: 50%;
}
section.projectSec div.wrap div.txt-area p{
	font-size: 1.5rem;
}
section.projectSec div.wrap div.txt-area a{
	font-size: 1.4rem;
	text-decoration: underline;
	color: #05a5bd;
}
section.projectSec div.wrap div.txt-area p.link{
	line-height: 1.6;
}
section.projectSec div.wrap div.txt-area div.block.b01{
	margin-bottom: 3rem;
}
section.projectSec div.wrap div.img-area{
  width: 46%;  
}
@media print, screen and (max-width: 767px) {
	h4.h4-project{
		font-size: 2.2rem;
	}
  section.projectSec{
    margin: 3rem auto 0;
  }
  h5.h5-project{
		margin-bottom: 1rem;
	  padding-bottom: 0.5rem;
	  font-size: 1.8rem;
	}
	section.projectSec div#p01{
		margin-top: -7rem;
		padding-top: 10rem;
	}
	/*section.projectSec div#p02,
	section.projectSec div#p03{
		margin-top: -8rem;
	  padding-top: 10rem;
	}*/
	section.projectSec div.project02,
	section.projectSec div.project03{
		margin-top: 5rem;
	}
	section.projectSec div.wrap{
	  display: block;
	}
	section.projectSec div.wrap div.txt-area{
	  width: 100%;
	  margin-top: 3rem;
	}
	section.projectSec div.wrap div.img-area{
	  width: 100%;  
	}
}

/* lectureSec
-------------------------------------------------- */
section.lectureSec{
  margin: 5rem auto 0;
	padding: 7rem 0 5rem;
}
@media print, screen and (max-width: 767px) {
	section.lectureSec{
	  margin: 3rem auto 0;
		padding: 7rem 0 5rem;
	}
}

/* lectureDetailSec
-------------------------------------------------- */
h3.h3-lec{
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 5rem;
}
section.lectureDetailSec{
  margin: 5rem 0 0;
}
section.lectureDetailSec section.visualSec{
	width: 100%;
	margin: 0 auto 5rem;
}
section.lectureDetailSec div.content div.text-editor p{
	line-height: 1.8;
}
section.lectureDetailSec div.content div.text-editor a{
	color: #05a5bd;
	text-decoration: underline;
}
section.lectureDetailSec div.content div.text-editor a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
section.lectureDetailSec div.content table{
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6;
}
section.lectureDetailSec div.content table th{
  width: 20rem;
  text-align: left;
  border-bottom: 1px dotted #808080;
  padding: 3rem 2rem;
 vertical-align: middle;
}
section.lectureDetailSec div.content table tr.fst th{
  padding: 0 2rem 3rem;
}
section.lectureDetailSec div.content table td{
  border-bottom: 1px dotted #808080;
  padding: 3rem 2rem;
  line-height: 1.6;
}
section.lectureDetailSec div.content table td a{
  color: #B81F0D;
}
section.lectureDetailSec div.content table td a:hover{
  opacity: 0.4!important; 
  transition: 0.6s!important; 
}
section.lectureDetailSec div.content table tr.fst td{
  padding: 0 2rem 3rem;
}
/* outlineSec */
section.lectureDetailSec section.outlineSec{
  margin-bottom: 7rem;
}
/* programSec */
section.lectureDetailSec section.programSec{
  margin-bottom: 7rem;
  background: #F0F0F0;
  padding: 5rem 0;
}
section.lectureDetailSec section.programSec div.box{
  background: #fff;
  padding: 5rem;
}
section.lectureDetailSec section.programSec div.box table{
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 767px) {
	h3.h3-lec{
	  font-size: 2.4rem;
	  margin-bottom: 3rem;
	}
  /* content */
  section.lectureDetailSec{
    margin: 3rem 0 0;
  }
  section.lectureDetailSec section.visualSec{
		width: 100%;
		margin: 0 auto 3.5rem;
	}
  section.lectureDetailSec div.content table th{
    display: block;
    border-bottom: none;
    width: 100%;
    text-align: left;
    padding: 1.5rem 0 0.8rem;
  }
  section.lectureDetailSec div.content table tr.fst th{
    padding: 0 0 0.8rem;
  }
  section.lectureDetailSec div.content table td{
    display: block;    
    padding: 0 0 1.5rem;
  }
  section.lectureDetailSec div.content table tr.fst td{
    padding: 0 0 1.5rem;
  }
  /* outlineSec */
	section.lectureDetailSec section.outlineSec{
	  margin-bottom: 5rem;
	}
  /* programSec */
  section.lectureDetailSec section.programSec{
    margin: 5rem 0 5rem;
    background: #F0F0F0;
    padding: 5rem 0;
  }
  section.lectureDetailSec section.programSec div.box{
    background: #fff;
    padding: 4rem 2rem;
  }
}

/* newsSec
-------------------------------------------------- */
section.newsSec{
  margin: 5rem auto 0;
}
@media print, screen and (max-width: 767px) {
  section.newsSec{
    margin: 3rem auto 0;
  }
}

/* privacySec
-------------------------------------------------- */
section.privacySec h3.h3-privacy{
	color: #001929;
	font-size: 2.0rem;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #001929;
}
section.privacySec{
	margin: 7rem 0 0;
}
section.privacySec div.content div.block{
	margin-bottom: 5rem;
}
@media print, screen and (max-width: 767px) {
	section.privacySec h3.h3-privacy{
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}
	section.privacySec{
		margin: 5rem 0 0;
	}
	section.privacySec div.content div.block{
		margin-bottom: 3rem;
	}
}

/* columnSec
-------------------------------------------------- */
section.columnSec{
	margin: 5rem 0 0;
}
section.columnSec div.content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
section.columnSec h3.h3-newstitle{
	font-size: 2.4rem;
	line-height: 1.4;
	border-bottom: 1px solid #C8C8C8;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
}
section.columnSec h4.h4-newsnavi{
	padding-left: 1.0rem;
	font-size: 2rem;
	font-weight: normal;
	line-height: 2.2;
	background-color: #05a5bd;
	color: #fff;
}
section.columnSec div.content div.column_left{
	width: 66%;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-date{
	text-align: right;
	margin-bottom: 3rem;
}
section.columnSec div.content div.column_left section.newsDetailSec{
	overflow:hidden;
}
section.columnSec div.content div.column_left section.newsDetailSec div.img-area{
	width: 100%;
	margin: 0 auto 2rem;
}
section.columnSec div.content div.column_left section.newsDetailSec div.img-area img{
	width:100%;
	height:auto;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-text,
section.columnSec div.content div.column_left section.newsDetailSec div.news-text p{
	line-height: 1.8;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-text a{
	color: #A2185D;
	text-decoration: underline;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-text img{
	margin: 2rem 0;
	display: block;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-navi{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 2rem 0 5rem;
	color: #6BB9BF;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-navi a{
	color: #6BB9BF;
	text-decoration: underline;
}
section.columnSec div.content div.column_left section.newsDetailSec div.news-navi a:hover{
	opacity: 0.4;
	transition: 0.6s;
}
section.columnSec div.content div.column_right{
	width: 30%;
}
section.columnSec div.content div.column_right div.widget{
	margin-bottom: 3rem;
}
section.columnSec div.content div.column_right div.widget ul{
	margin-top: 0.5rem;
}
section.columnSec div.content div.column_right div.widget ul li{
	border-bottom: 1px dotted #C8C8C8;
	padding: 1.5rem 0;
	line-height: 1.4;
}
section.columnSec div.content div.column_right div.widget ul li:hover{
	opacity: 0.4;
	transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
	section.columnSec{
		margin: 3rem 0 0;
	}
	section.columnSec h3.h3-newstitle{
    	font-size: 2.0rem;
	}
	section.columnSec h4.h4-newsnavi{
		font-size: 1.8rem;
		line-height: 2.4;
	}
	section.columnSec div.content{
		display: block;
	}
  /* column_left */
	section.columnSec div.content div.column_left{
		display: block;
		width: 100%;
		margin-bottom: 5rem;
	}
	section.columnSec div.content div.column_left section.newsDetailSec div.news-navi{
		margin: 2rem 0 3rem;
	}
	/* column_right */
	section.columnSec div.inner div.column_right{
		display: block;
		width: 100%;
	}
	section.columnSec div.content div.column_right div.widget ul li{
		padding: 1.2rem 0;
	}
}

/* pagenationSec
-------------------------------------------------- */
section.pagenationSec{
	margin: 5rem auto 0;
	text-align: center;
}
.wp-pagenavi a, 
.wp-pagenavi span {
	background: #B5B5B5;
	width: 3.6rem;
	line-height: 2.5;
	text-align: center;
	display: inline-block;
	margin-right: 1.0rem;
	border-radius: 50%;
	color: #fff;
	font-size: 1.5rem;
}
div.wp-pagenavi span.current{
	background: #05a5bd!important;
	cursor: pointer;
}
div.wp-pagenavi span.current:hover{
	opacity: 0.4!important; 
	transition: 0.6s!important; 
}
div.wp-pagenavi a.nextpostslink{
	margin-right: 0!important; 
}
div.wp-pagenavi a:hover{
	opacity: 0.4!important; 
	transition: 0.6s!important; 
}

/* ==================================================
以下、装飾の指定
================================================== */
/*iPhoneでinput要素にCSSが効かない時 */
input[type="button"],input[type="text"],input[type="email"],input[type="number"],input[type="tel"],input[type="date"],input[type="submit"],textarea{
   -webkit-appearance: none!important;
   border-radius: 0!important;
}