<@charset "UTF-8";

<meta name="viewport"content="width=device-width, initial-scale=1" > < !-- 以下は iOS 9 バグ対応に shrink-to-fit=no を追加 -- > <meta name="viewport"content="width=device-width, initial-scale=1, shrink-to-fit=no" > * {
    float: none;
    position: static;
}









img {
    float: left;
    max-width: 90%;
    height: auto;
    text-align: center;
}



main {
 flex: 1;
 margin: 10%;
}




ul{
  padding-left:0;
}

li{
  list-style:none;
}



summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display:none;
}






table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
table th {
  width: 22%;
  background: #b0c4de;
  border: 1px solid #708090;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}

table td.aa {
  width: 22%;
  background: #b0c4de;
  border: 1px solid #708090;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}


table th.bb {
  width: 80%;
  background: #fff;
  border: 0px ;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}



table td {
  background: #fff;
  border: 1px solid #708090;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
@media all and (max-width: 600px) {
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
    border-bottom: 1px solid #708090;
  }
}

/*------------------------------------------------------------
base
------------------------------------------------------------*/

body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
}
.section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px 10px;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}
