@charset "utf-8";

.contents-wrap{
	max-width: 840px;
  margin: 0;
	letter-spacing: 0.05em;
	line-height:1.9;
	font-size: 16px;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}

.contents-wrap p,
.literature li{
	font-family: "Times New Roman",Times,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}

.main-contents{
	margin: 0 auto;
}

.breadcrumb {
	margin: 20px 0 0;
}

.intro{
	margin-top: 2em;
}
.intro p:not(:root){
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.intro .intro-head:not(:root){
	font-family: "Times New Roman",Times,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	text-indent: 0;
	font-size: 18px;
	font-weight: 700;
}

.profile{
	display: grid;
	grid-template-columns: 2fr 3fr;
	gap: 30px;
	margin-top: 5em;
}
.profile p:not([class]):not(:root), figcaption{
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-size: 14px;
	text-indent: 0;
	line-height: 1.7;
}
.biography-head:not(:root){
	font-family: "Times New Roman",Times,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	text-indent: 0;
	font-weight: 700;
	margin-bottom: 0;
}
.biography{
	background: #F1E8DA;
	padding: 10px 20px;
}
.winner-name{
	font-size: 22px;
	font-family: "Times New Roman",Times,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	text-indent: 0;
	font-weight: 700;
	border-bottom: 1px solid;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.winner-name>small{
	font-size: 66%;
	display: block;
	margin-top: -8px;
}

figcaption{
	margin-top: 6px;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: grayscale;
	font-weight: 700;
}

section .head3{
	font-size: max(20px, min(5vw,24px));
	margin-bottom: 1em;
	line-height: 1.5;
	font-family: "Times New Roman",Times,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	font-weight: 700;
	border-top: #2A3967 solid 1px;
	border-bottom: #2A3967 solid 1px;
	padding-bottom: 2px;
}
section .head3>span{
	padding: 8px 0 6px;
	border-bottom: #2A3967 solid 3px;
	display: block;
}

.interviewer:not(:root){
	color: #363780;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	margin-top: 1em;
	text-indent: 0;
}
.interviewer::before {
	content: '';
	display: inline-block;
	background: #363780;
	width: 16px;
	height: 2px;
	margin-right: 2px;
	position: relative;
	top: -5px;
}


.main-contents figure{
	margin: 3em auto;
	max-width: 70%;
}

.main-contents strong,
a[href^="#modal-id-00"]{
font-family: sans-serif;
}

a[href^="#modal-id-00"]{
	color: #2a2d8f;
	font-weight: 700;
}

a[href^="#modal-id-00"]:not(:root){
	text-decoration: underline;
}

.literature{
	margin:2em 0;
	font-size: 14px;
}

.literature h3{
	font-size: 16px;
	margin-bottom: -4px;
	font-weight: 700;
}

.literature ul{
	counter-reset: reference;
	list-style-type: none;
	margin: 0.8em 0 0 0;
	padding-left: 2px;
}
.literature li{
	text-indent: -1.8em;
	margin-left: 1.8em;
}
.literature li::before{
	counter-increment: reference;
	content: counter(reference)'）';
}
.literature p:not(:root){
	text-indent: 0;
}

h4.related-head {
    border-left: 6px solid #333;
    padding: 4px 0 3px 10px;
    margin-bottom: 5px;
    background-color: #ccd3e3;
    font-size: 15pt;
    color: #333;
}

h5.rnote_book_title {font-size:x-large; margin: 5px 0px; padding: 0px; line-height: 120%; font-weight: bold;}

.mt3{
	margin-top:3em;
}
.mt4{
	margin-top:4em;
}
.mt5{
	margin-top:5em;
}

@media (min-width: 768px){
	.contents-wrap{
    margin-left: 40px;
	}
}
@media (min-width: 640px){
	.figure-right:not(:root){
		float: right;
		max-width: 45%;
		margin: 0 0 10px 20px;
	}
}
@media (max-width: 640px){
	.main-contents figure{
    max-width: 100%;
    margin: 1.5em auto;
	}

	.profile{
		grid-template-columns: auto;
		gap: 15px;
	}
	.profile>div{
		margin: auto;
	}
	.profile>div>img{
		width: 160px;
	}
}

/* 広告
----------------------------------------*/

.book-ad {
  position: relative;
  display: flex;
  justify-content: center;
}

.book-ad-content {
  display: grid;
  grid-template-columns: auto 1fr;
  border: 1px solid #d3d3d3;
  align-items: center;
  background: rgba(245, 245, 245, 0.4);
  position: relative;
}
.book-ad-content::before {
  content: attr(data-text);
  background: #d3d3d3;
  padding: 1px 3px 1px 5px;
  font-size: max(10px, min(2vw, 12px));
  position: absolute;
  top: 0;
  right: 0;
  color: #333;
  line-height: 1.4;
}

.book-ad-img {
  padding: 20px;
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  overflow: hidden;
  max-height: 140px;
  display: grid;
  justify-content: center;
}

.book-ad-img img {
  box-shadow: 0 1px 4px 0 rgb(225 225 225),
    0 2px 6px 0 rgb(217 218 219),
    0 0 0 0 rgb(175 176 177);
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  width: 114px;
}

.book-ad-content:hover .book-ad-img img {
  transform: scale(1.1) rotate(10deg);
  -webkit-transform: scale(1.1) rotate(10deg);
  -moz-transform: scale(1.1) rotate(10deg);
}

.book-ad-txt {
  padding: 12px 40px 12px 0;
}

.book-ad-txt p {
  margin: 0;
  text-indent: 0;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 400;
}

.book-ad .serif {
	font-family: "Times New Roman",Times,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}
.book-ad .sans, .book-ad-txt p {
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.book-ad-txt .title {
  color: #646464;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4;
}
.book-ad-txt small{
  display: inline-block;
}
.book-ad-txt .catchphrase{
  font-size: 16px;
  margin-top: .4em;
}

.book-ad-txt p:not(:first-child) {
  color: #333;
  position: relative;
  transition: .3s;
}

.book-ad-content:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .book-ad-img {
    max-height: none;
    padding: 15px;
  }
  .book-ad-img img{
    width: 60px;
  }
  .book-ad-txt {
    padding: 12px 15px 12px 0;
  }
  .book-ad-txt .title{
    font-size: max(16px, min(3vw,18px));
  }
  .book-ad-txt .author{
    font-size: max(10px, min(2vw, 12px));
  }
  .book-ad-txt .catchphrase{
    font-size: max(12px, min(2vw, 14px));
  }
}
