/* ---------------------------------------------------------
  privacy.css
----------------------------------------------------------*/
/* color */
/* border */
/* fontsize */
/* indet */
/* customize */
.nomal {
  font-size: 13px;
  font-size: 1.3rem;
}

.small {
  font-size: 12px;
  font-size: 1.2rem;
  color: rgba(51, 51, 51, 0.8);
}

.big {
  font-size: 20px;
  font-size: 2rem;
}

.box_topic {
  overflow: hidden;
  *zoom: 1;
  background: rgba(110, 110, 110, 0.12);
  padding: 30px;
  border-radius: 3px;
}
.box_topic figure {
  float: right;
  margin: 0 0 0 20px;
  width: 120px;
}
.box_topic figure img {
  margin: 0 0 5px 0;
}
.box_topic figure figcaption {
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}
.box_topic h4 {
  background: #11284a;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 0 0 20px 0;
}

.list_book {
  overflow: hidden;
  *zoom: 1;
}
.list_book article {
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #dadada;
  width: 50%;
  float: left;
}
.list_book article figure {
  margin: 0 0 10px 0;
  text-align: center;
}
.list_book article .tag {
  margin: 0 0 10px 0;
}
.list_book article h1 {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 10px 0;
}

b {
  font-size: 14px;
  color: #11284a;
}

.clm_main table {
  width: 100%;
  border-top: 2px solid #dadada;
  padding: 0;
  letter-spacing: 0em;
}
.clm_main table tr {
  border-bottom: 1px dotted #dadada;
}
.clm_main table th {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  color: #11284a;
  background-color: rgba(110, 110, 110, 0.12);
  padding: 20px;
  text-align: left;
}
.clm_main table td {
  border-right: 1px solid #dadada;
  padding: 20px;
  text-align: left;
  vertical-align: top;
}
.clm_main table th {
  width: 20%;
}
.clm_main table td dt, .clm_main table td dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 10px;
  vertical-align: top;
}
.clm_main table td dt {
  width: 70px;
}
.clm_main table td dt:nth-last-child(2) {
  margin-bottom: 0;
}
.clm_main table td dd {
  width: 460px;
}
.clm_main table td dd:last-child {
  margin-bottom: 0;
}
.clm_main table td li {
  list-style-type: square;
  margin: 0 0 10px 20px;
}
.clm_main table td li:last-child {
  margin-bottom: 0;
}

.clm_main .inner li {
  list-style-type: disc;
  list-style-position: inside;
}

.directortxt {
  line-height: 160%;
}

.directorphoto {
  margin: 0 30px 0 0px;
}

.clm_main h3 {
  font-size: 16px;
  color: #11284a;
  padding-bottom: 5px;
  border-bottom: 1px dotted #000;
}

figure.img_director {
  float: right;
  margin: 0 0 0 20px;
  width: 120px;
}
figure.img_director img {
  margin: 0 0 5px 0;
}
figure.img_director figcaption {
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .lower .clm_main table th {
    width: 90px;
  }
}
/* sp only */
@media screen and (max-width: 640px) {
  .clm_main table td dd {
    width: auto;
  }

  .lower .clm_main table th, .lower .clm_main table td {
    padding: 3%;
  }
  .lower .clm_main table th {
    width: 16%;
    vertical-align: top;
    text-align: center;
  }

  .sp_none {
    display: none;
  }
}
