@charset "UTF-8";
/* css Document */
body {
  background-color: #fff;
  font-size: 0.95em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	background-position: center top;*/
}
/*
div.container-ws{
	width: 100%;
	margin: 0px auto;
	background-color: #fff;

	background-repeat: no-repeat;
	-webkit-box-shadow:0px 0px 50px #bbb;
	box-shadow::0px 0px 50px #bbb;
	}
*/
header {
  /*	width: 1500px;*/
  padding: 0;
  background-image: url(img/headerBg.png);
  background-repeat: repeat;
}
header div.to-top {
  text-align: right;
}
header div.titleBg {
  background-color: #000;
}
header div.titleBg .title {
  max-width: 1000px;
  margin: 0 auto;
}
header div.titleBg .title img {
  width: 100%;
  height: auto;
}
header div.nameBg {
  background-color: #777;
  text-align: center;
}
header div.nameBg .name {
  background-color: #777;
  color: #fff;
  max-width: 1000px;
  margin: 0px auto;
  padding: 5px 15px;
  text-align: right;
  white-space: normal;
}
h1 {
  /*	width:920px;
	margin: 20px auto 0 auto;
	font-size: 30px;
	background-color: #537600;
	color: #fff;
	padding: 5px 20px;背景付のテストh1*/
  color: #090;
  font-size: 2.5em;
  padding: 40px 0;
  text-align: center;
  /*	font-weight: bold;*/
  background-color: #e0e0e0;
  white-space: normal;
}
h1 .h1-inner {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  /* 表示領域が500px以下の場合に適用するスタイル */
  h1 {
    font-size: 1.8em;
    padding: 15px 0;
    line-height: 120%;
  }
}
h1 span.vol {
  font-size: 18px;
  margin-right: 15px;
  display: inline-block;
  /* インラインブロック化 */
}
/*
div.name{
	width: 920px;
	margin: 0px auto;
	padding: 20px;
	background-color: #7756d7;
	color: #fff;

}*/
.no-wrap {
  display: inline-block;
  /* インラインブロック化 */
}
article.contents {
  max-width: 1000px;
  margin: 20px auto;
  padding: 0 20px;
  /* 行が長くなりすぎるのを防ぐ */
}
h2 {
  font-size: 1.8em;
  /*	border-bottom: 1px solid #cccccc;*/
  margin: 60px 0 0 0;
  white-space: normal;
}
@media screen and (max-width: 500px) {
  /* 表示領域が500px以下の場合に適用するスタイル */
  h2 {
    font-size: 1.6em;
  }
}
section {
  margin: 20px;
}
a {
  color: #09c;
}
.question {
  color: #933;
  font-size: 1.1em;
  margin: 30px 0 20px 0;
  margin-left: 1em;
  text-indent: -1em;
}
.answer {
  color: #000;
  margin-bottom: 0.5em;
  margin-left: 3em;
  text-indent: -3em;
  line-height: 170%;
}
.answer1 {
  color: #000;
  margin-bottom: 0.5em;
  margin-left: 3em;
  text-indent: 1em;
  line-height: 170%;
}
.img {
  text-align: center;
  margin: 20px 0;
}
.img img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.caption {
  color: #505050;
  font-size: 1em;
  padding: 5px;
  margin: -20px 0px 0px;
}
.anno {
  margin: 30px 0px;
  padding: 10px 20px;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  font-size: 0.8em;
}
.anno h2 {
  font-size: 1.2em;
  /*	border-bottom: 1px solid #cccccc;*/
  margin: 5px;
}
.anno li {
  padding: 5px;
  text-indent: -2em;
  margin-left: 2em;
}
footer {
  clear: both;
  margin-top: 46px;
  /*過去のインタビューへのリンク掲載時コメントアウト。掲載終了と同時に復活*/
  /*他項目はcommonへ*/
}
.alignRight {
  text-align: right;
  margin-bottom: 44px;
}
.va-top {
  font-size: 0.6em;
  font-weight: bold;
  color: #000;
  vertical-align: top;
}
.va-sub {
  vertical-align: sub;
}
.va-super {
  font-size: 0.6em;
  font-weight: bold;
  color: #000;
  vertical-align: super;
}
.va-baseline {
  font-size: 0.6em;
  font-weight: bold;
  vertical-align: baseline;
}
p.img img {
  width: 100%;
  height: auto;
}
/*Chapter部分*/
ul.chapter {
  border-bottom: 2px solid #C8C8C8;
  padding: 40px 0 50px 0;
}
ul.chapter li {
  padding: 8px 0;
  font-size: 1.2em;
}
ul.chapter li a {
  text-decoration: none;
  color: #000;
}
ul.chapter li a:hover {
  opacity: 0.7;
}
ul.chapter li span {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  color: #09c;
}
/*最下部ページネーション部分*/
.pagenation {
  border-top: solid 1px #666666;
  padding: 40px 0 50px 0;
  max-width: 1000px;
  margin: 0 auto;
}
.pagenation a {
  text-decoration: none;
  color: #000;
}
.pagenation a:hover p {
  opacity: 0.7;
}
.pagenation span {
  font-size: 1.8em;
  line-height: 1.5;
}
.pageleft {
  width: 320px;
  float: left;
  margin: 0 0 0 5px;
}
.pageleft ul li {
  float: left;
  margin: 0 0 20px 0;
}
ul li.number01 {
  padding: 0 12px 0 0;
  color: #090;
}
.pageright {
  width: 320px;
  float: right;
  margin: 0 5px 0 0;
}
.pageright ul li {
  float: right;
  margin: 0 0 20px 0;
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.sample5-1::before {
  top: 20px;
  left: 8px;
  width: 26px;
  height: 26px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.sample5-2::before {
  top: 20px;
  left: 3px;
  width: 26px;
  height: 26px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*最下部トップに戻るボタン部分*/
.topbt_area {
  clear: both;
  max-width: 1000px;
  margin: 0 auto;
}
.topbt {
  background-image: linear-gradient(-45deg, #fff 25%, #ccc 25%, #ccc 50%, #fff 50%, #fff 75%, #ccc 75%, #ccc);
  background-size: 5px 5px;
  padding: 10px 10px;
  margin: 46px auto;
  max-width: 300px;
}
.topbt p {
  background-color: #FFF;
  padding: 12px 5px;
  text-align: center;
}
.topbt p a {
  text-decoration: none;
  color: #000;
}
.topbt a:hover {
  opacity: 0.7;
}
.sample5-3::before {
  left: 3px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* researcher_interview 下層ページ専用：文字サイズの基準を戻す */
body {
  font-size: 1em;
}
/*# sourceMappingURL=./researcher_interview_2nd-3.css.map */