@charset "UTF-8";
/****************************************************
SCSSで制作しているため、このファイルは編集しないでください。

****************************************************/
/* local-path */
/* wp-path */
/* common
---------------------------------------------------*/
h2 {
  border-bottom: solid 1px #ccc;
  margin: 0 0 20px 0;
}
h2 span {
  float: right;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 4px 0 0 0;
}

table {
  margin: 0 0 70px 0;
}
table th {
  background: #e2e7f1;
  display: block;
  width: 100%;
  padding: 6px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
table td {
  display: block;
  padding: 6px 10px 15px;
}
table dt {
  float: left;
  width: 33%;
}
table dd {
  float: left;
  width: 67%;
  margin: 0 0 5px 0;
}

/**************************************

en

***************************************/
.en .president_chief {
  background: #f6f6f6;
  padding: 10px 10px 5px 10px;
  margin: 0 0 40px 0;
}
.en .president_chief .organization-box {
  margin: 0 0 10px 0;
}
.en .president_chief p {
  float: left;
  width: 90px;
  margin: 0 5px 0 0;
}
.en .president_chief dl {
  float: left;
  line-height: 1.4;
  width: 63%;
}
.en .president_chief dt {
  font-size: 14px;
  font-size: 1.4rem;
}
.en .president_chief dd.name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.en .president_chief dd.affiliation {
  font-size: 12px;
  font-size: 1.2rem;
}
.en .data {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
  margin: 0 0 5px 0;
}
.en table {
  margin: 0 0 50px 0;
}
.en table dt {
  float: none;
  width: 100%;
  font-weight: bold;
  color: #22589f;
}
.en table dd {
  float: none;
  width: 100%;
  margin: 0 0 15px 0;
  font-size: 12px;
  font-size: 1.2rem;
}

/* @media (min-width: 768px)
---------------------------------------------------*/
@media screen and (min-width: 768px) {
  h2 span {
    padding: 7px 0 0 0;
  }

  table {
    margin: 0 0 90px 0;
  }
  table th {
    display: table-cell;
    width: 20%;
    border-bottom: solid 2px #fff;
  }
  table td {
    display: table-cell;
    width: 80%;
  }
  table dt {
    width: 22%;
  }
  table dd {
    width: 78%;
  }

  /**************************************
  
  en
  
  ***************************************/
  .en .president_chief {
    padding: 15px;
    margin: 0 0 60px 0;
  }
  .en .president_chief .organization-box {
    float: left;
    width: 50%;
    margin: 0;
  }
  .en .president_chief p {
    width: 120px;
  }
  .en .president_chief dl {
    width: 60%;
  }
  .en .president_chief dd.name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .en table {
    margin: 0 0 70px 0;
  }
  .en table dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* @media (min-width: 1024px)
---------------------------------------------------*/
/* @media (min-width: 1230px)
---------------------------------------------------*/
@media screen and (min-width: 1230px) {
  table dt {
    width: 20%;
  }
  table dd {
    width: 80%;
  }

  /**************************************
  
  en
  
  ***************************************/
  .en .president_chief p {
    width: 147px;
  }
  .en .president_chief dl {
    width: 63%;
  }
  .en table {
    margin: 0 0 100px 0;
  }
}
/* print
---------------------------------------------------*/
@media print {
  h2 span {
    padding: 7px 0 0 0;
  }

  table {
    margin: 0 0 90px 0;
  }
  table th {
    display: table-cell;
    width: 20%;
    border-bottom: solid 2px #fff;
  }
  table td {
    display: table-cell;
    width: 80%;
  }
  table dt {
    width: 22%;
  }
  table dd {
    width: 78%;
  }

  /**************************************
  
  en
  
  ***************************************/
  .en .president_chief {
    padding: 15px;
    margin: 0 0 60px 0;
  }
  .en .president_chief .organization-box {
    float: left;
    width: 50%;
    margin: 0;
  }
  .en .president_chief p {
    width: 120px;
  }
  .en .president_chief dl {
    width: 60%;
  }
  .en .president_chief dd.name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .en table {
    margin: 0 0 70px 0;
  }
  .en table dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
