.font_S {
  font-size: 15px; }

.notYet {
  color: red; }

/*----------------------------------------------*/
/* downloadList
/*----------------------------------------------*/
.downloadList input {
  vertical-align: middle; }
.downloadList label {
  cursor: pointer; }
.downloadList input:checked {
  border-color: red; }
.downloadList input:checked + label {
  color: red; }
.downloadList input + label {
  margin-left: 0.5em; }
.downloadList .table--A {
  margin-bottom: 2px; }

.pdfList {
  box-sizing: border-box;
  font-size: 12px;
  border: 1px solid #CCC;
  margin-bottom: 2px; }

.pdfList__list {
  position: relative;
  padding-left: 0;
  list-style: none;
  letter-spacing: -.45em; }

.pdfList__item {
  box-sizing: border-box;
  letter-spacing: normal;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin-top: 5px;
  margin-bottom: 5px; }
  @media screen and (max-width: 768px) {
    .pdfList__item {
      width: 33.3333%; } }
  @media screen and (max-width: 680px) {
    .pdfList__item {
      width: 33.3333%; } }
  @media screen and (max-width: 480px) {
    .pdfList__item {
      width: 50%; } }

/*----------------------------------------------*/
/* downloadFlow
/*----------------------------------------------*/
.downloadFlow {
  letter-spacing: -0.45em;
  margin: 0 -.5em; }

.downloadFlow__item {
  letter-spacing: normal;
  display: inline-block;
  width: 33.3333%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 .5em; }

.downloadFlow__text,
.downloadFlow__text:before {
  display: inline-block;
  vertical-align: middle; }

.downloadFlow__arrow {
  color: #0055a6;
  background-image: url("../img/bg_download_arrorw.png");
  background-repeat: no-repeat;
  background-position: top right;
  display: block;
  height: 36px;
  border-left: 1px solid #0055a6; }

.downloadFlow__text {
  line-height: 1.2;
  text-align: left;
  padding-left: .5em;
  display: block;
  height: inherit; }

.downloadFlow__text:before {
  height: 100%;
  content: "";
  width: 0;
  display: inline-block;
  vertical-align: middle; }

.downloadFlow__text span {
  display: inline-block;
  vertical-align: middle; }

.downloadFlow__text br {
  display: none; }

@media screen and (max-width: 540px) {
  .downloadFlow {
    margin: 0 -.3em; }

  .downloadFlow__item {
    padding: 0 .3em; }

  .downloadFlow__arrow {
    background-position: bottom right;
    height: 50px; }

  .downloadFlow__text {
    font-size: 12px;
    padding-left: 0; }

  .downloadFlow__text br {
    display: inline-block; } }
.downloadFlow__item--current .downloadFlow__arrow {
  background-color: #0055a6; }
.downloadFlow__item--current .downloadFlow__text {
  color: white; }

/*----------------------------------------------*/
/* table
/*----------------------------------------------*/
.table--form {
  border-collapse: collapse;
  font-size: 80%; }

.table--form,
.table--form th, .table--form td {
  border: 1px solid #ccc;
  padding: 0.35em 0.5em; }

.table--form th {
  font-weight: normal;
  background-color: #F2F9FF;
  text-align: left; }
  .table--form th span {
    display: inline-block;
    margin: 0 .35em; }

.table--form input,
.table--form textarea {
  width: 60%; }

.table--form .short {
  width: 30%; }

.table--form .middle {
  width: 60%; }

.table--form .long {
  width: 96%; }

/*----------------------------------------------*/
/* download button
/*----------------------------------------------*/
.downloadBtn {
  position: relative;
  border: 1px solid #CCC;
  padding: .83em 2em .83em 1em;
  line-height: 1.1;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #EEE;
  background-image: linear-gradient(to top, #EEE, #FFF);
  box-shadow: 0 1px 2px #666;
  margin: 2px 0;
  outline: none;
  overflow: hidden; }

.downloadBtn,
.downloadBtn:link {
  color: inherit; }

.downloadBtn:hover {
  border-color: #FF0000;
  background-color: #CC0000;
  background-image: linear-gradient(to top, #CC0000, #CC0000);
  color: #FFF; }

.downloadBtn:active {
  box-shadow: 0 0 0 #666;
  margin: 4px 0 0; }

.downloadBtn .ico--R {
  position: absolute;
  top: 0;
  bottom: 0;
  right: .5em;
  margin: auto 0; }
