@charset "utf-8";

h1.intro{
	font-family: 'Yu Mincho';
	font-weight: bold;
	font-feature-settings: "palt" 1;
	-ms-font-feature-settings: "pkna" 1;
	line-height: 1.2;
	margin-top:0;
	margin-bottom: 30px;
}

h1.intro small{
	display: inline-block;
	line-height: 1.3;
	margin: 10px 0;
}
@media screen and (max-width: 420px){
	h1.intro{
		font-size: 3rem;
	}
}

h1.intro span{
	white-space: nowrap;
}
h5.white-text span{
	white-space: nowrap;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5{
	margin-top: 60px;
	margin-bottom: 35px;
}


.entry-content, .entry-content p, .entry-content span{
	line-height: 28px;
}

p{
	margin: 0 0 30px;
}

.post-comments{
	display:none;
}
.post-author, .posted-in{
	font-weight: normal;
}

body.home div.timeline-section ul.vertical-timeline li div.timeline-box-wrap div.info header.entry-header div.entry-meta span{
	display: none;
}
body.home div.timeline-section ul.vertical-timeline li div.timeline-box-wrap div.info header.entry-header div.entry-meta span.entry-date{
	display:inline;
}

.entry-published.date{
	display: none;
}

.timeline-section{
	padding-left: 80px;
}
@media screen and (max-width: 580px){
	.timeline-section{
		padding-left: 0;
	}
}

.very-top-header{
	background-color:#333;
}
.footer, .footer a{
	background-color:#333;
}

.call-to-action .section-overlay-layer, 
.archive-top .section-overlay-layer{
	background-color: rgba(0,0,0,.75);
}

.post-img-wrap .post-date{
	background-color:rgba(0,0,0,.75);
}

.dark-text{
	color: #333;
}

.powered-by{
	padding-top: 10px;
	line-height: 1.5;
}


.brief-content-text > .toppageabout{
	display: flex;
}
.brief-content-text > .toppageabout > div{
flex: 1;
}

@media screen and (max-width: 991px){
	.brief-content-text > .toppageabout{
		display: block;
	}
	#story .row .brief-content-one{
		float: none;
		padding-left: 5px;
		padding-right: 5px;
	}
}

.sticky-navigation .main-navigation li a{
	text-transform: none;
}

@media(min-width:751px){
	/*PC版のみ*/
	.SP_Flex_container{
	  display:flex;
	  width:100%;
	  margin:0;
	}
	.SP_Flex_container>div{
	  width:48%;
	}
  }
  /*PC・スマホ共通*/
  .SP_Flex_container>div{
	margin:0 1%;
	/* border:1px solid #999; */
	/* background:#FFF; */
  }

  .indent1 {
	margin:1em 0 0 0;
  }

  .submaintitle {
	color:#DDE;
  }

  .pr-list {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Open Sans", Helvetica Neue, Sans-serif;
	font-size: 120%;
  }