@charset "UTF-8";
/* style.css fix */
.contents_container p.txt > *{
	text-indent: 0;
}

/* article unique css */
.sec-text-box{
}

.sec-text-box p + p{
  margin-top: 1.8em;
}

.display-inlineblock{
  display: inline-block;
}

@media screen and (min-width:769px){ /* tab pc */
  .pc-display-block{
    display: block;
  }
}

@media screen and (min-width: 600px) { /* market strategy not sp */
	.tab-pc-block{ /* br.new_line 代用 */
		display: block;
	}
}

.oh{
	overflow: hidden;
}

/* img box */
.img-box{
  font-size: 1rem;
	max-width: 640px;
	margin: 0 auto;
}
.img-box .img-title{ /* top */
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
	margin-bottom: 1em;
}

.img-box .caption{ /* bottom */
	padding-top: 10px;
  font-size: 1.5rem;
}

@media screen and (min-width:1000px){
  div.img-box{
    font-size: 1.1rem;
  }
}

.contents_container div.notes{
	padding: 30px 0;
	line-height: 1.8;
	font-size:1.4rem;
}

.indent-num{
	text-indent: -2em;
	margin-left: 2em;
}

.indent-num .num{
	display: inline-block;
	width: 2em;
	text-indent: 0;
	margin-left: 0;
}
