@charset "UTF-8";

section {
  padding-bottom:40px;
}
section::after{
  content:"";
  display:block;
  width:100%;
}

.contents{
  padding: 40px 0;
  text-align: center;
}

.sub_title {
  margin: 8px 0;
  font-size: 16px;
}

h2 {
  font-size: 2em;
  padding-bottom: 0;
}

h3 {
  width: 100%;
  padding: 8px;
  padding-left: 15px;
  border-left: 5px solid #CF0027;
  border-bottom: none;
  font-size: 23px;
  margin: 1em 0;
}

h4{
  margin-top: 20px;
  font-size: 17px;
}

span {
  padding-left:15px;
}

.flex {
  display: flex;
  align-items: center;
}

.flex img{
  width: 250px;
  height: auto;
  margin-right: 30px;
}

.flex .abstract img{
  width: 200px;
  height: auto;
  margin-left: 30px;
}

.no_marginTop {
  margin-top: 0;
}
.marginTop_5{
  margin-top: 5px;
}

.marginBottom_smaller{
  margin: 0.7em;
}

.pd_bottom_80 {
  padding-bottom:80px;
}

.bigger {
  padding-left: 0;
  font-size: 1.5em;
  font-weight: bold;
  color: #CF0027;
  line-height:1.5;
}

.no_image {
  width: 250px;
  height: 250px;
  margin-right: 30px;
  color: #2c2c2f;
  background: #f5f5f5;    
  display: flex;
  align-items: center;
  justify-content: center;
}

.no_image p{
  margin-top: 0;
  font-size:1.2em;
}

.width_100{
  width:100%;
}
.width_100 img{
  width:100%;
}
.width_60 {
  text-align:center;
}
.width_60 img{
  width:60%;
}
.width_40 {
  text-align: center;
}
.width_40 img{
  width: 40%;
}


.height_100 {
  text-align:center;
}
.height_100 img{
  height:120px;
  width: auto;
}
.height_150 img{
  height:150px;
  width:auto;
}
.height_200 img{
  height: 200px;
  width:auto;
}
.height_300 img{
  height:300px;
  width: auto;
}

.text_center {
  text-align: center;
}

.color_blue {
  font-weight: bold;
  color: #2266af;
}

.sub {
  padding-left:1em;
  line-height: 2.1em;
}

.member {
  display:flex;
  padding-bottom:15px;
}
.member p{
  margin:0;
}
.name {
  font-size:18px;
}
.position {
  display:flex;
  align-items:flex-end;
  padding-left:15px;
  /* padding-bottom:1px; */
  color:#666666;
  font-size:14px;
}
.website{
  padding-left:15px;
  font-size:14px;
}
.website a{
  color:#2266af;
}
.website::after{
  content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background-image: url(../images/common/icon-external.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.year {
  font-weight:bold;
}

.detail {
  font-size: 1.3em;
  text-align: right;
  margin: 15px;
}

.detail a{
  color: #CF0027;
  border: 1px solid #CF0027;
  border-radius: 0;
  background: #fff;
  text-decoration:none;
  padding:5px 15px;
}

.detail a:hover {
  color: #fff;
  background: #CF0027;
}

.img_section {
  margin: 0 auto;
  justify-content:center;
}

.img_section_child {
  padding: 0 15px;
  text-align: center;
}

.img_section img{
  margin-right: 0;
}

.img_section p{
  text-align: center;
}

/* 戻るボタン */

.btn a {
  position: relative;
  display: block;
  width: 90px;
  padding: 10px;
  padding-right: 0;
  background-color: #d3d3d3;
  border-radius: 8px;
  font-size: 14px;
  color: black;
  text-decoration: none;
  text-align: center;
}

.btn-arrow-right a::after { /* アイコンのスタイル */
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(-133deg);
  box-sizing: border-box;
}



table {
  width: 70%;
  border-collapse: collapse;
  border-spacing: 0;
  margin:0 auto;
  margin-top: 20px;
  margin-bottom: 50px;
}
table a{
  text-decoration:underline;
}
table a:hover{
  transition:0.3s;
  opacity:0.8;
}
table .name {
  font-size:16px;
  line-height:1.05em;
}
table .name_en{
  color:#7d7d7d;
  padding-left:0;
  font-size:13px;
}
th {
  text-align:left;
  padding: 8px 14px;
  background: #eee;
  border: solid 1px #f5f5f5;
}
td {
  padding: 14px;
  padding-bottom:11px;
  border: solid 1px #eee;
}
td:first-child {
  width:40%;
}
td:nth-child(2) {
  width:40%;
}
td:last-child{
  width:20%;
}

@media (max-width: 992px) {
  table {
    width: 93%;
  }
}