@charset "utf-8";
body{
	background: #fafafa;
}

.page_wrap{
	max-width: 960px;
	margin: auto;
	padding: 0 0 100px 0;
}
.page .container{
	padding: 0 0 0 0;
}
.page .container em{
	font-style: italic;
}
.sec_tit h2 {
		text-align: center;
		margin: 0 auto 50px auto;
    font-size: 1.8rem;
    font-weight: 700;
    font-style: normal;
    color: #0b4589;
}

/* 上廣海洋学分野について */
.about_sec1{
	height: 500px;
	margin: 0 0 100px 0;
	background:url("/wp-content/themes/tpl-ulo.fish.hokudai.ac.jp-ver1.02/module/img/about/about_sec1_bg.jpg");
	background-size: cover;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.about_sec1.en{
	height: 700px;
}
.about_sec1_read{
	max-width: 960px;	
	padding: 30px;
	background: rgba(255,255,255,0.85);
	line-height: 2rem;
	border: 1px solid #FFF;
}
.about_sec1_read p{
	/*text-indent: 1rem;*/
	margin: 0 0 20px 0;
}
.about_sec1_read p:last-child{
	margin: 0 0 0 0;
}

/* 本分野の活動について */
.about_sec2{
	margin: 0 0 100px 0;
	background:#FFF;
}

.about_read_list{
	display: flex;
  width: 90%;
	margin: 0 auto 50px auto;
}
.about_read_list.reverse{
	display: flex;
	/*flex-direction: row-reverse;*/
}
.about_read_list .about_read_list_sec1{
	width: 58%;
	margin-right: 2%;
}
.about_read_list .about_read_list_sec1 h3{
	font-size: 1.4rem;
	font-weight: 700;
	font-style: normal;
	color: #0b4589;
}
.about_read_list .about_read_list_sec1 h3::first-letter{
	font-size: 3rem;
	margin-right: 0.5rem;
}
.about_read_list .about_read_list_sec2{
	width: 40%;
}
.about_read_list .about_read_list_sec2 img{
	width: 100%;
}

/*　あいさつ　*/
.greeting{
	padding:100px 0 50px 0; 
	background:#FFFDF2;
}
.greeting_wrap{
	display: flex;
  width: 90%;
	margin: 0 auto 100px auto;
}
.greeting_wrap .greeting_img{
  width: 27%;
	margin-right: 8%;
}
.greeting_wrap .greeting_img img{
	width: 100%;
	border-radius: 1rem;
}
.greeting_wrap .greeting_read{
  width: 65%;
}
.greeting_wrap .greeting_read b{
  font-weight: bold;
}
.greeting_wrap .greeting_read.jp p{
	/*text-indent: 1em;*/
  margin-bottom: 10px;
}
.greeting_wrap .greeting_read.en p{
	text-indent: inherit;
  margin-bottom: 10px;
}
.greeting_wrap .greeting_read p.name{
  display: block;
	text-align: right;
}

.read{
	margin: 0 0 30px 0;
}
.lesson {
  width: 86%;
  margin: 0 auto;
  margin-bottom: 100px;
  border: solid 1px #acacac;
  padding: 38px;
  padding-bottom: 28px;
}

.lesson h2 {
  margin-bottom: 20px;
  position: relative;
  color: #083388;
  z-index: 1;
  position: relative;
  top: -50px;
  margin-bottom: -30px;
}

.lesson h2 span.white {
  display: inline-block;
  padding: 0px 15px;
  background: white;
}
.lesson h2 span.tit1 {
	color: var(--text-color);
	font-family :YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  display: inline-block;
  font-size: 2rem;
  position: relative;
  top: -5px;
}

.lesson h2 span.tit2 {
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 8px;
  position: relative;
  top: -10px;
}


.lesson_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lesson_wrap dl dt{
	color: var(--text-color);
  width: 10%;
	font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #999;
}
.lesson_wrap dl dd{
  width: 90%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #999;
}















/* SPレスポンシブ */
@media screen and (max-width: 960px) {

.sec_tit h2 {
    font-size: 1.6rem;
}

/* 上廣海洋学分野について */
.about_sec1{
	height: 800px;
	margin: 0 0 100px 0;
	background:url("/wp-content/themes/tpl-ulo.fish.hokudai.ac.jp-ver1.02/module/img/about/about_sec1_bg_sp.jpg");
}
.about_sec1.en{
	height: 1000px;
	background:url("/wp-content/themes/tpl-ulo.fish.hokudai.ac.jp-ver1.02/module/img/about/about_sec1_bg_sp.jpg");
}
.about_sec1_read{
	max-width: inherit;
	width: 92%;	
	padding: 20px;
	margin: 0 auto;
	line-height: 1.6rem;
}
	

/* 本分野の活動について */
.about_sec2{
	margin: 0 0 100px 0;
	padding: 0 10px 0 10px;
	background:#FFF;
}
	
.about_read_list{
	display: block;
  width: 100%;
	margin: 0 auto 50px auto;
}
.about_read_list.reverse{
	display: block;
}
.about_read_list .about_read_list_sec1{
	width: 100%;
	margin-bottom: 10px;
}
.about_read_list .about_read_list_sec1 h3{
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.about_read_list .about_read_list_sec1 h3::first-letter{
	font-size: 2rem;
	margin-right: 0.2rem;
}
.about_read_list .about_read_list_sec2{
	width:100%;
}
.about_read_list .about_read_list_sec2 img{
	width: 100%;
}
	

/*　あいさつ　*/
.greeting{
	padding:100px 0 50px 0; 
	background:#FFFDF2;
}
.greeting_wrap{
	display: block;
  width: 90%;
	margin: 0 auto 100px auto;
}
.greeting_wrap .greeting_img{
  width: 80%;
	margin-right: 0;
	margin: 0 auto 10px auto;
}
.greeting_wrap .greeting_read{
  width: 100%;
}
	
}