#main-content {
  width: 1040px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#interview {
  margin: 40px auto 0 auto;
  width: 1000px;
  text-align: left;
}

#title-text {
  display: inline-block;
  vertical-align: top;
  width: 650px;
  margin-top: 20px;
  text-align: center;
}

#title-text > h1 {
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: normal;
  letter-spacing: 1px;
}

#title-text > h2 {
  margin-top: 10px;
  font-size: 1.3em;
  letter-spacing: 0.5px;
  font-weight: normal;
  line-height: 1.3em;
}

#title-text > h3 {
  margin-top: 20px;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.5em;
}

#title-text-kikite  {
  margin-top: 30px;
  font-size: 0.9em;
}

#title-text-matome  {
  margin-top: 20px;
  font-size: 0.9em;
}

#title-photo {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  margin-left: 20px;
}

#title-photo img {
  margin-bottom: 10px;
  width: 100%;
}

nav#mokuji {
  margin-top: 30px;
  //padding: 10px 0;
  padding: 10px 0 10px 15px;
  background-color: #f2f0f0;
  //text-align: center;
}

nav#mokuji ul {
  margin: 0 auto;
}

nav#mokuji ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 10px;
  padding-left: 20px;
  text-indent: -20px;
  width: calc(100% /3 - 50px); 
  font-size: 0.75em;
  line-height: 1.6em;
  text-align: left;
  vertical-align: top;
}

#interview > section {
  width: 100%;
  margin: 40px 0 0 0;
}

#about-lecturer {
  float: left;
  margin: 0 25px 10px 0;
  width: 200px;
  padding: 20px;
  background-color: #f2f0f0;
  font-family: "Yu Mincho", "YuMincho", '游明朝', serif;
  text-align: center;
}

#about-lecturer .name {
  //font-size: 20px;
  line-height: 1em;
}

#about-lecturer .org {
  margin-top: 10px;
  //font-size: 15px;
  font-size: 0.75em;
  line-height: 1.4em;
  color: #333333;
}

#about-lecturer .shoukai {
  margin-top: 14px;
  padding-top: 10px;
  //font-size: 14px;
  font-size: 0.7em;
  line-height: 1.6em;
  color: #333333;
  text-align: left;
  border-top: dotted 1px #aaaaaa;
}

#about-lecturer .shoukai p {
  margin-top: 0.5em;
}

#about-lecturer .shoukai p:first-of-type {
  margin-top: 0;
}

#about-lecturer .shoukai table tr th,
#about-lecturer .shoukai table tr td {
  padding: 0.2em 0;
  font-size: 1em;
  line-height: 1.4em;
  font-family: "Yu Mincho", "YuMincho", '游明朝', serif;
}

#about-lecturer .shoukai table tr th {
  width: 7em;
  font-weight: normal;
}

#interview > section > h1 {
  margin-bottom: 0.7em;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.3em;
  color: var(--site-main-color);
}

#interview > section .question {
  margin-top: 20px;
  font-size: 0.9em;
  line-height: 1.5em;
  //color: #42597f;
  color: var(--site-main-color);
}

#interview > section .question a {
  color: var(--site-main-color);
  text-decoration: underline;
}

#interview > section .answer {
  margin-top: 20px;
  font-family: "Yu Mincho", "YuMincho", '游明朝', serif;
  font-size: 1.05em;
  line-height: 1.7em;
}

#interview > section .answer p {
  margin-top: 0.5em;
}

#interview > section .answer p:first-of-type {
  margin-top: 0;
}

#interview > section .photo-left,
#interview > section .photo-right {
  text-align: center;
  //font-size: 18px;
  font-size: 0.9em;
  line-height: 1.5em;
}

#interview > section .photo-left {
  float: left;
  margin: 10px 20px 10px 0;
}

#interview > section .photo-right {
  float: right;
  margin: 10px 0 10px 20px;
}

#interview > section .fig {
  margin: 20px auto;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.5em;
}

#interview > section .caption {
  margin: 1em auto 0 auto;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.5em;
}

#interview > section small {
  display: block;
  vertical-align: top;
  margin-top: 1em;
  font-size: 0.8em;
}

#kanren-link {
  margin-top: 40px;
  width: 100%;
  font-size: 0.9em;
  line-height: 1.6em;
}

#previous-next {
  width: 100%;
  margin: 30px auto 0 auto;
  text-align: center;
}

#previous-next section {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 10px;
  width: calc(50% - 30px);
  height: 180px;
  border: solid 2px var(--site-main-color);
}

#previous-next section#next {
  margin-left: 5px;
}

#previous-next section > .label {
  background-color: var(--site-main-color);
  font-size: 16px;
  line-height: 1em;
  padding: 0.4em 16px; 
  color: #ffffff;
}

#previous-next section#previous > .label {
  text-align: left;
}

#previous-next section#next > .label {
  text-align: right;
}

#previous-next section > .desc {
  padding: 15px; 
}

#previous-next section > .desc > h1 {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.3em;
  color: var(--site-black-color);
}

#previous-next section > .desc > h2 {
  margin-top: 0.2em;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1.3em;
  color: var(--site-black-color);
}

#previous-next section > .desc > .name {
  margin-top: 0.5em;
  font-size: 0.85em;
  line-height: 1em;
  color: var(--site-black-color);
}

#previous-next section > .desc > .org {
  margin-top: 0.5em;
  font-size: 13px;
  line-height: 1.3em;
  color: var(--site-black-color);
//outline: solid 1px red;
}

#previous-next > a:hover > section > .desc > h1,
#previous-next > a:hover > section > .desc > h2,
#previous-next > a:hover > section > .desc > .name,
#previous-next > a:hover > section > .desc > .org {
  color: var(--site-main-color);
}

#previous-next section .mada {
  font-size: 14px;
  margin-top: 55px;
}

#recommended-list {
  width: 100%;
  margin: 40px auto 0 auto;
  text-align: center;
}

#recommended-list > h1 {
  margin-left: 20px;
  font-weight: normal;
  text-align: left;
  color: var(--site-main-color);
}

#recommended-list section {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 10px 5px 0 5px;
  padding: 15px 0;
  width: calc(50% - 30px);
  border-top: dotted 1px #aaaaaa;
}

#recommended-list section > .photo {
  display: inline-block;
  vertical-align: top;
  width: 80px; 
}

#recommended-list section > .text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 110px); 
  margin-left: 15px;
}

#recommended-list section#day2-d-2 > .photo {
  width: 160px;
}

#recommended-list section#day2-d-2 > .text {
  width: calc(100% - 190px);
}

#recommended-list section > .text > h1 {
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: normal;
  color: var(--site-black-color);
}

#recommended-list section > .text > h2 {
  margin-top: 3px;
  font-size: 0.8em;
  line-height: 1.3em;
  font-weight: normal;
  color: var(--site-black-color);
}

#recommended-list section > .text > .name {
  margin-top: 6px;
  font-size: 0.8em;
  line-height: 1em;
  color: var(--site-black-color);
}

#recommended-list section > .text > .org {
  margin-top: 4px;
  font-size: 0.7em;
  line-height: 1.3em;
  color: var(--site-black-color);
}

#recommended-list a:hover section > .text > h1,
#recommended-list a:hover section > .text > h2,
#recommended-list a:hover section > .text > .name,
#recommended-list a:hover section > .text > .org {
  color: var(--site-main-color);
}
