@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
 更新日
--------------------------------------------------------- */
#geological {
	position: relative;
	margin: 50px 0 40px !important;
}

div#PagetitlePane h1, div#ContentPane h1 {
    background: none !important;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    margin: 0;
    line-height: 50%;
}

p.release {
	position: absolute;
    font-size: 1.1rem !important;
    display: block !important;
    color: #666;
    letter-spacing: 0em !important;
    padding: 0 !important;
    line-height: 1rem;
	z-index: 2;
	right: 0;
	top: -30px;
}

p.release::before {
    content: "";
    height: 15px;
    width: 14px;
    display: inline-block;
    background-image: url(/Portals/0/images/webmag/release_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin: 0 6px 2px 0;
}
/* ---------------------------------------------------------
 コンテンツ
--------------------------------------------------------- */
.column_gsj h3:not(:first-of-type){
	text-align: left!important;
	font-size: 1.9rem;
	padding: 0;
	margin: 50px 0 20px;
	line-height: 1.3em;
	background: none !important;
	color: #996e34;
}

.column_gsj .speaker {
	color: #996e34;
	font-weight: bold;
	margin-right: 1em;
}

.columnContents h3 {
	line-height: 175%;
}

.columnContents p.gsj_text_bg:first-letter {
	background: url(/Portals/0/images/webmag/column_bg_gsj.png) no-repeat center center/contain!important;
  }

p.annotation {
	font-size: 1.3rem !important;
    line-height: 2.3rem !important;
}

sub {
	font-size: 1rem;
	vertical-align: baseline;
}

sup {
	font-size: 1rem;
}
/* ---------------------------------------------------------
 テーブル（table）
--------------------------------------------------------- */
table.listTable caption {
    text-align: center;
    font-size: 1.2rem;
    padding: 0;
	margin-bottom: 10px;
}

/* ---------------------------------------------------------
 Firefox
--------------------------------------------------------- */
@-moz-document url-prefix(){
	  figcaption {
		max-width: 600px;
	}
}

/* ---------------------------------------------------------
 動画（iframe）
--------------------------------------------------------- */
div.movieWrap {
  text-align: center;
  margin: 60px 0 55px;
}

div.movieWrap.top_movie {
  margin: -40px auto 80px;
}

div.movieWrap p {
  text-align: center !important;
  margin: 0 auto;
  padding-top: 12px;
}

div.movieWrap p {
  max-width: 580px;
  font-size: 1rem;
  display: contents;
}

/* ---------------------------------------------------------
 mp4埋め込み動画
--------------------------------------------------------- */
.movie {
	position: relative;
}

.movie .play-btn {
    display: block;
    width: 13%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.movie .play-btn.playActive {
	display:none;
}

video:hover,
img.play-btn {
	cursor: pointer;
}

/* ---------------------------------------------------------
 モバイル表示
--------------------------------------------------------- */
/* ---------------------------------------------------------
 更新日
--------------------------------------------------------- */
.spView #geological {
	margin: 50px 0 40px !important;
}

/* ---------------------------------------------------------
 コンテンツ
--------------------------------------------------------- */
.spView .orange .contents .column_gsj p {
	font-size: 1.4rem;
	margin-bottom: 20px!important;
	line-height: 2.4rem!important;
	padding: 0;
}

.spView .column_gsj h3:not(:first-of-type){
	font-size: 1.8rem;
}

.spView .column_gsj h3:not(:first-of-type){
	display: block;
	font-size: 1.8rem;
}

.spView .column_caption {
	max-width: 100%!important;
}

/* ---------------------------------------------------------
 動画（iframe）
--------------------------------------------------------- */
.spView div.movieWrap {
  margin: 20px 0;
}

.spView div.movieWrap iframe.animate {
  width: 100%;
}

.spView div.movieWrap p {
  font-size: 0.9rem;
}