.s-zaikolink li {
    text-align: center;
  }
  
  .s-zaikolink li:not(:last-child) {
    margin-bottom: 1.6rem;
  }
  
  .s-zaikolink li a {
    width: 230px;
  }
  
  @media only screen and (min-width: 1080px) {
    .s-zaikolink {
      display: flex;
      justify-content: center;
    }
    .s-zaikolink li {
      margin: 0 0.8rem;
    }
  }
  
  .s-data .u-text_remark {
    text-align: left;
  }
  @media only screen and (min-width: 1080px) {
    .s-data .u-text_remark {
      text-align: center;
    }
  }
  .s-data__dataimagelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .s-data__dataimagelist .s-data__dataimagelist__circle {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #EDFBFD;
    text-align: center;
    margin: 0 .8rem 1.6rem;
  }
  .s-data__dataimagelist .s-data__dataimagelist__circle .s-data__dataimagelist__circle__circle-inner {
    position: absolute;
    color: #008EC1;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    text-align: center;
  }
  .s-data__dataimagelist .s-data__dataimagelist__circle .s-data__dataimagelist__circle__circle-inner span {
    font-size: 2.4rem;
  }
  .s-data__dataimagelist .s-data__dataimagelist__circle .s-data__dataimagelist__circle__circle-inner span .number{
    font-family: 'Oswald';
    font-size: 3.6rem;
    font-weight: normal;
  }
  .s-data__dataimagelist .s-data__dataimagelist__circle .s-data__dataimagelist__circle__circle-inner span .asterisk{
    font-size: 1.2rem;
    font-weight: normal;
  }
  @media only screen and (min-width: 1080px)  {
    .s-data__dataimagelist {
      justify-content: space-between;
    }
  }
  @media only screen and (min-width: 1080px) {
    .s-data__dataimagelist .s-data__dataimagelist__circle {
      width: 250px;
      height: 250px;
    }
    .s-data__dataimagelist .s-data__dataimagelist__circle:nth-child(odd)  {
      margin-right: 0;
    }
    .s-data__dataimagelist .s-data__dataimagelist__circle .s-data__dataimagelist__circle__circle-inner {
      font-size: 1.8rem;
    }
    .s-data__dataimagelist .s-data__dataimagelist__circle .s-data__dataimagelist__circle__circle-inner span {
      font-size: 3rem;
    }
    .s-data__dataimagelist .s-data__dataimagelist__circle .s-data__dataimagelist__circle__circle-inner span .number{
      font-size: 4.6rem;
    }
    .s-data__dataimagelist .s-data__dataimagelist__circle .s-data__dataimagelist__circle__circle-inner span .asterisk{
      font-size: 1.2rem;
    }
  }
  
  /* yafuoku_symphony_exhibit */
  .s-yafuoku_symphony_exhibit_sp {
    background: #fff;
    padding: 1.6rem;
  }
  
  .s-yafuoku_symphony_exhibit_sp .title {
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: .6rem;
  }
  
  .s-yafuoku_symphony_exhibit_sp dl {
    border: 1px solid #CED1D2;
  }
  
  .s-yafuoku_symphony_exhibit_sp dl:not(:last-child) {
    margin-bottom: 2.4rem;
  }
  
  .s-yafuoku_symphony_exhibit_sp dl dt {
    text-align: center;
    line-height: 1.4;
    padding: .8rem;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 1px solid #CED1D2;
  }
  
  .s-yafuoku_symphony_exhibit_sp dl dt:nth-of-type(1) {
    background: #F5F6F6;
  }
  
  .s-yafuoku_symphony_exhibit_sp dl dt:nth-of-type(2) {
    background: #EDFBFD;
    border-top: 1px solid #CED1D2;
  }
  
  .s-yafuoku_symphony_exhibit_sp dl dd {
    text-align: center;
    line-height: 1.4;
    padding: 1.2rem .8rem;
  }
  
  .s-yafuoku_symphony_exhibit_sp dl dd .text_emphasis {
    font-size: 2rem;
    color: #008EC1;
    font-weight: bold;
  }
  
  .s-yafuoku_symphony_exhibit_sp dl dd .text_emphasis.s {
    font-size: 1.6rem;
  }
  
  .s-yafuoku_symphony_exhibit_sp dl dd .text_small {
    font-size: 1.2rem;
  }
  
  .s-yafuoku_symphony_exhibit_sp dl dd img {
    vertical-align: middle;
  }
  
  .s-yafuoku_symphony_exhibit_pc {
    display: none;
  }
  
  @media only screen and (min-width: 1080px) {
    .s-yafuoku_symphony_exhibit_sp {
      display: none;
    }
    .s-yafuoku_symphony_exhibit_pc {
      display: block;
    }
  }
  
  .s-yafuoku_symphony_exhibit_pc {
    padding: 3.2rem;
    background: #fff;
  }
  
  .s-yafuoku_symphony_exhibit_pc table {
    width: 100%;
    table-layout: fixed;
  }
  
  .s-yafuoku_symphony_exhibit_pc table th, .s-yafuoku_symphony_exhibit_pc table td {
    border: 1px solid #CED1D2;
    padding: 1.4rem;
    text-align: center;
  }
  
  .s-yafuoku_symphony_exhibit_pc table tr:first-child th {
    background: #F5F6F6;
  }
  
  .s-yafuoku_symphony_exhibit_pc table tr:first-child th:nth-child(2) {
    width: 30%;
  }
  
  .s-yafuoku_symphony_exhibit_pc table tr:not(:first-child) th {
    background: #EDFBFD;
  }
  
  .s-yafuoku_symphony_exhibit_pc table th {
    font-size: 1.8rem;
  }
  
  .s-yafuoku_symphony_exhibit_pc table td {
    font-size: 2rem;
  }
  
  .s-yafuoku_symphony_exhibit_pc table td .text_emphasis {
    color: #008EC1;
    font-weight: bold;
  }
  
  .s-yafuoku_symphony_exhibit_pc table td .text_emphasis.s {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  
  .s-yafuoku_symphony_exhibit_pc table td .text_small {
    font-size: 1.4rem;
  }
  
  .s-yafuoku_symphony_exhibit_pc table td .text_ssmall {
    font-size: 1.2rem;
  }
  
  .s-yafuoku_symphony_exhibit_pc table td img {
    vertical-align: middle;
  }
  
  /* yafuoku_symphony_obtain */
  .s-yafuoku_symphony_obtain {
    background: #fff;
    padding: 1.6rem;
  }
  
  .s-yafuoku_symphony_obtain .image_container img {
    display: block;
  }
  
  .s-yafuoku_symphony_obtain .image_container img:first-child {
    margin-bottom: 2rem;
  }
  
  .s-yafuoku_symphony_obtain .text_emphasis {
    text-align: center;
    color: #008EC1;
    font-weight: bold;
    line-height: 1.4;
  }
  
  .s-yafuoku_symphony_obtain .text_remarks {
    font-size: 1.4rem;
  }
  
  .s-yafuoku_symphony_obtain .text_remarks span {
    display: inline-block;
    line-height: 1.4;
  }
  
  @media only screen and (min-width: 1080px) {
    .s-yafuoku_symphony_obtain {
      padding: 3.2rem;
    }
    .s-yafuoku_symphony_obtain .image_container {
      display: flex;
      justify-content: space-between;
    }
    .s-yafuoku_symphony_obtain .image_container img {
      width: 49%;
    }
    .s-yafuoku_symphony_obtain .image_container img:first-child {
      margin-bottom: 0;
    }
    .s-yafuoku_symphony_obtain .text_emphasis {
      font-size: 2rem;
    }
    .s-yafuoku_symphony_obtain .text_remarks span {
      margin-right: 2rem;
    }
  }
  