/**
=	about page styles
====================================================================== */
#about #about-01 .child-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#about #about-01 .child-inner .left {
  width: 35%;
}
#about #about-01 .child-inner .right {
  width: 63%;
}
#about #about-01 .right {
  position: relative;
  top: -16px;
  line-height: 1.8;
}
#about #about-02 #about-02-01 .child-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#about #about-02 #about-02-01 .child-inner .left {
  width: 63%;
}
#about #about-02 #about-02-01 .child-inner .right {
  width: 35%;
}
#about #about-02 #about-02-02 .child-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#about #about-02 #about-02-02 .child-inner .left {
  width: 35%;
}
#about #about-02 #about-02-02 .child-inner .right {
  width: 63%;
}
#about #about-03 p {
  margin-bottom: 20px;
}
#about #about-03 .child {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#about #about-03 .child li {
  width: 48%;
}
#about #about-03 .child li dl {
  margin-bottom: 20px;
}
#about #about-03 .child li dl dt {
  position: relative;
  margin: 2px 0 8px 0;
  padding: 10px 0 8px 24px;
  font-weight: bold;
  border-bottom: 1px dashed #231815;
  line-height: 1;
}
#about #about-03 .child li dl dt:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
#about #about-03 .child li dl dt .square{
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding-left: 24px;
}
#about #about-03 .child li dl dt .square:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
#about #about-03 .child li:nth-of-type(1) dl dt:before,
#about #about-03 .child li:nth-of-type(1) dl dt .square:before {
  background-color: #c6deeb;
}
#about #about-03 .child li:nth-of-type(2) dl dt:before {
  background-color: #c6deeb;
}
#about #about-03 .child li:nth-of-type(3) dl dt:before {
  background-color: #c6deeb;
}
#about #about-03 .child li:nth-of-type(4) dl dt:before {
  background-color: #c6deeb;
}
#about #about-03 .child li:nth-of-type(5) dl dt:before {
  background-color: #c6deeb;
}
#about #about-03 .child li:nth-of-type(6) dl dt:before {
  background-color: #c6deeb;
}
#about #about-03 .child li:nth-of-type(7) dl dt:before {
  background-color: #dbccb7;
}
#about #about-03 .child li:nth-of-type(8) dl dt:before {
  background-color: #dbccb7;
}
#about #about-03 .child li:nth-of-type(9) dl dt:before {
  background-color: #c8dab8;
}
#about #about-03 .child li > ul {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100%;
}
#about #about-03 .child li > ul li {
  position: relative;
  padding: 10px 0 8px 24px;
  line-height: 1;
}
#about #about-03 .child li > ul li:before {
  content: '\FF65\FF65\FF65\FF65\FF65\FF65';
}
#about #about-03 .child li > ul li:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
#about #about-03 .child li > ul li:nth-of-type(1):after {
  background-color: #c6deeb;
}
#about #about-03 .child li > ul li:nth-of-type(2):after {
  background-color: #dbccb7;
}
#about #about-03 .child li > ul li:nth-of-type(3):after {
  background-color: #c8dab8;
}
.footnote {
  font-size: 12px;
}

#about #about-04 .child-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#about #about-04 .child-inner .left {
  width: 54.445%;
}
#about #about-04 .child-inner .right {
  width: 43.335%;
}

#about #about-05 p {
  margin-bottom: 20px;
}
#about #about-05 .lead{
  font-size: 18px;
  font-weight: bold;
  color: #003670;
}
#about #about-05 .child {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#about #about-05 .child li {
  width:48.613%;
}
#about #about-05 .child li:nth-of-type(n+3){
  margin-top: 18px;
}
#about #about-05 .tbl-wrap{
  margin-bottom: 12px;
}
#about #about-05 table{
  width: 100%;
}
#about #about-05 thead th{
  font-size: 14px;
  font-weight: bold;
  padding: 9px 0;
}
#about #about-05 thead th .time{
  font-weight: normal;
  display: inline-block;
  margin-left: 1rem;
}
#about #about-05 tbody{
  border-top: solid 1px #003670;
  border-bottom: solid 1px #003670;
}
#about #about-05 tbody tr:nth-of-type(odd){
  background: #EAEFF9;
}
#about #about-05 tbody th{
  font-weight: bold;
  padding: 9px 13px;
}
#about #about-05 tbody td{
  text-align: center;
  letter-spacing: -.02em;
}

/**
= media screen
================================================================= */
/* -- max-width:1024px; -- */
/* -- max-width:960px; -- */
@media screen and (max-width: 736px) {
  #about #about-01 .child-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #about #about-01 .child-inner .left {
    width: 100%;
  }
  #about #about-01 .child-inner .right {
    width: 100%;
  }
  #about #about-01 .right {
    position: static;
    line-height: 1.8;
  }
  #about #about-02 #about-02-01 .child-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #about #about-02 #about-02-01 .child-inner .left {
    width: 100%;
  }
  #about #about-02 #about-02-01 .child-inner .right {
    width: 100%;
  }
  #about #about-02 #about-02-02 .child-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #about #about-02 #about-02-02 .child-inner .left {
    width: 100%;
  }
  #about #about-02 #about-02-02 .child-inner .right {
    width: 100%;
  }
  #about #about-03 p {
    margin-bottom: 20px;
  }
  #about #about-03 .child {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #about #about-03 .child li {
    width: 100%;
  }
  #about #about-03 .child li dl {
    margin-bottom: 40px;
  }
  #about #about-03 .child li dl dt {
    position: relative;
    margin: 0 0 8px 0;
  }

  #about #about-04 .child-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #about #about-04 .child-inner .left {
    width: 100%;
  }
  #about #about-04 .child-inner .right {
    width: 100%;
  }
  #about #about-05 .lead{
    font-size: 14px;
  }
  #about #about-05 .child {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  #about #about-05 .child li {
    width: 100%;
  }
  #about #about-05 .child li:nth-of-type(n+2){
    margin-top: 18px;
  }
  #about #about-05 .tbl-wrap{
    overflow-x: scroll;
  }
  #about #about-05 table{
    width: 720px;
  }
}
/* -- max-width:320px; -- */
