body {
  background-color: #fff;
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-size: 12pt;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
}

body,
div,
p,
h1,
th,
td {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 100%;
  font-weight: bold;
  margin: 1ex 0;
}

a,
a:hover,
a:visited {
  color: #003894;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

th {
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

img {
  border: 0;
  vertical-align: top;
}

#ctl {
  text-align: center;
}

button {
  background-color: #013794;
  border: solid 1px #013794;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14pt;
  line-height: 1.2;
  max-width: 350px;
  min-height: 60px;
  min-width: 250px;
  outline: none;
  overflow: hidden;
  padding: 10px 20px;
  text-align: center;
}

button::-moz-focus-inner {
  border: 0;
}

button:disabled {
  cursor: wait;
  opacity: 0.6;
}

#wrapper > header {
  border-bottom: 3px solid #b7c8dd;
}

footer {
  border-top: 3px solid #b7c8dd;
  margin-top: 2em;
}

#footer {
  font-size: 8pt;
  padding: 1em 0;
  text-align: center;
}

#footer div {
  display: inline;
}

#footer div.sep {
  margin: 0 1ex;
}

#main > * {
  margin: 2em 0;
}

.tests {
  width: 100%;
}

.tests th {
  padding: 2px;
}

.tests td {
  padding: 2px 2px 2px 1.5em;
}

.tests tr.section th,
.tests tr.section td {
  padding-top: 1em;
}

@media (min-width: 641px) {
  #wrapper {
    min-width: 900px;
    width: 100%;
  }

  #header,
  #main,
  #footer {
    margin: 0 auto;
    width: 900px;
  }

  article header {
    margin: 3em 0;
  }

  h2 {
    font-size: 28pt;
    margin: 0;
    text-align: center;
  }

  .tests th { width: 25%; }
  .tests td { width: 75%; }
}

.c-btn a {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: color .3s, background-color .3s;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #003894;
  border: solid 1px #003894;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  height: 60px;
  justify-content: center;
  line-height: 1.2;
  overflow: hidden;
  text-align: center;
  transition: color .3s, background-color .3s;
}

.c-btn--blue a {
  background-color: #44a4e8;
  border-color: #44a4e8;
}

.c-btn--l3 a {
  font-size: 1rem;
  height: 50px;
  width: 160px;
  padding: 0;
}

@media (max-width: 640px) {
  #wrapper {
    width: 100%;
  }

  #header,
  #main,
  #footer {
    margin: 2px;
  }

  article header {
    margin: 3em 0;
  }

  h2 {
    font-size: 18pt;
    margin: 0;
    text-align: center;
  }
}

.align-top {
  vertical-align: top;
}

.c-icon-hr, .c-icon-hr:before, .c-icon-hr:after {
  background: #44a4e8;
  border-radius: 50%;
  height: 5px;
  width: 5px;
}

.c-icon-hr:before, .c-icon-hr:after {
  background: #44a4e8;
  content: "";
  position: absolute;
  top: 0;
}

.c-icon-hr {
  margin: 10px auto !important;
  overflow: visible;
  position: relative;
}

.c-icon-hr:before {
  left: 2em;
}

.c-icon-hr:after {
  right: 2em;
}

hr {
  border: none;
  margin: 0;
}

.c-button {
}
.c-button > a,
.c-button > button,
.c-button > .btnInner {
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition: color .3s, background-color .3s;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #003894;
  border: solid 1px #003894;
  border-radius: 4px;
  color: #fff;
  display : -webkit-inline-box;
  display : -ms-inline-flexbox;
  display : inline-flex;
  font-size: 12pt;
  min-width: 250px;
  max-width: 350px;
  min-height: 60px;
  justify-content: center;
  line-height: 1.2;
  overflow: hidden;
  text-align: center;
  transition: color .3s, background-color .3s;
  padding:10px 20px;
}

 /* IE11 hack START */
_:-ms-lang(x)::-ms-backdrop, .c-button {
  display: table;
}_:-ms-lang(x)::-ms-backdrop, .c-t-center .c-button {
  margin-left: auto;
  margin-right: auto;
}
_:-ms-lang(x)::-ms-backdrop, .c-button > a,
_:-ms-lang(x)::-ms-backdrop, .c-button > button,
_:-ms-lang(x)::-ms-backdrop, .c-button > .btnInner {
  display: table-cell;
  vertical-align: middle;
} /* IE11 hack END */

.c-button > .btnInner {
  cursor: pointer;
}

.c-button.c-button--thin > a,
.c-button.c-button--thin > button,
.c-button.c-button--thin > .btnInner {
  min-height: auto;
}

.c-button > a:hover,
.c-button > button:hover,
.c-button > .btnInner:hover {
  background-color: #fff;
  color: #003894;
}

.c-button--supple{
  font-size: 1.3rem;
}

.c-button--arrow > a,
.c-button--arrow > button,
.c-button--arrow > .btnInner {
  background: #003894 url(../img/mypage/icon_arrow.svg) no-repeat right 20px center;
  background-size: 7px 14px;
  padding:10px 45px 10px 20px;
}

.c-button--arrow > a:hover,
.c-button--arrow > button:hover,
.c-button--arrow > .btnInner:hover {
  background-color: #fff;
  background-image: url(../img/mypage/icon_arrow_navy.svg);
}

.c-button--l2 {
  width: 320px;
}

.c-button--l2 > a,
.c-button--l2 > button,
.c-button--l2 > .btnInner {
  font-size: 1.6rem;
  height: 100px;
  line-height: 1.4;
}

.c-button--l3 {
  width: 160px;
}

.c-button--l3 > a,
.c-button--l3 > button,
.c-button--l3 > .btnInner {
  font-size: 1.6rem;
  height: 50px;
}

.c-button--l4 {
  width: 240px;
}

.c-button--l4 > a,
.c-button--l4 > button,
.c-button--l4 > input,
.c-button--l4 > .btnInner {
  font-size: 1.6rem;
  height: 50px;
}

.c-button.c-button--tbAppList > a,
.c-button.c-button--tbAppList > button,
.c-button.c-button--tbAppList > .btnInner {
  min-height: auto;
  min-width: auto;
}

.c-button--print > a,
.c-button--print > button,
.c-button--print > .btnInner {
  font-size: 1.6rem;
  height: 36px;
}

.c-button--print.c-button--thin > a,
.c-button--print.c-button--thin > button,
.c-button--print.c-button--thin > .btnInner {
  padding-top:0;
  padding-bottom:0;
}

.c-button--print > a > span,
.c-button--print > button > span,
.c-button--print > .btnInner > span {
  background: url(../img/mypage/icon_print.svg) no-repeat left center;
  background-size: 24px 19px;
  padding: 0 0 0 35px;
}

.c-button--print > a:hover > span,
.c-button--print > button:hover > span,
.c-button--print > .btnInner:hover > span {
  background-image: url(../img/mypage/icon_print_navy.svg);
}

.c-button--csv > a,
.c-button--csv > button,
.c-button--csv > .btnInner {
  font-size: 1.6rem;
  height: 36px;
}

.c-button--csv.c-button--thin > a,
.c-button--csv.c-button--thin > button,
.c-button--csv.c-button--thin > .btnInner {
  padding-top:0;
  padding-bottom:0;
}

.c-button--csv > a > span,
.c-button--csv > button > span,
.c-button--csv > .btnInner > span {
  background: url(../img/mypage/icon_csv.png) no-repeat left center;
  background-size: 20px 24px;
  padding: 2px 0 2px 30px;
}

.c-button--csv > a:hover > span,
.c-button--csv > button:hover > span,
.c-button--csv > .btnInner:hover > span {
  background-image: url(../img/mypage/icon_csv_navy.png);
}

.c-button--modal > a,
.c-button--modal > button,
.c-button--modal > .btnInner {
  font-size: 1.6rem;
  height: 36px;
}

.c-button--modal.c-button--thin > a,
.c-button--modal.c-button--thin > button,
.c-button--modal.c-button--thin > .btnInner {
  padding-top:0;
  padding-bottom:0;
}

.c-button--modal > a > span,
.c-button--modal > button > span,
.c-button--modal > .btnInner > span {
  background: url(../img/mypage/icon-modal.svg) no-repeat left 39%;
  background-size: 18px 18px;
  padding: 2px 0 2px 30px;
}

.c-button--modal > a:hover > span,
.c-button--modal > button:hover > span,
.c-button--modal > .btnInner:hover > span {
  background-image: url(../img/mypage/icon-modal_anblue.svg);
}

.c-button--refineSearch > a,
.c-button--refineSearch > button,
.c-button--refineSearch > .btnInner {
  font-size: 1.6rem;
  height: 36px;
}

.c-button--refineSearch.c-button--thin > a,
.c-button--refineSearch.c-button--thin > button,
.c-button--refineSearch.c-button--thin > .btnInner {
  padding-top:0;
  padding-bottom:0;
}

.c-button--refineSearch > a > span,
.c-button--refineSearch > button > span,
.c-button--refineSearch > .btnInner > span {
  background: url(../img/mypage/icon-refine_search.svg) no-repeat left 39%;
  background-size: 18px 18px;
  padding: 2px 0 2px 30px;
}

.c-button--refineSearch > a:hover > span,
.c-button--refineSearch > button:hover > span,
.c-button--refineSearch > .btnInner:hover > span {
  background-image: url(../img/mypage/icon-refine_search_anblue.svg);
}

.c-button--bd.c-button--refineSearch > a > span,
.c-button--bd.c-button--refineSearch > button > span,
.c-button--bd.c-button--refineSearch > .btnInner > span {
  background-image: url(../img/mypage/icon-refine_search_anblue.svg);
}


.c-button--blank > a,
.c-button--blank > button,
.c-button--blank > .btnInner {
  font-size: 1.6rem;
  height: 36px;
}

.c-button--blank.c-button--thin > a,
.c-button--blank.c-button--thin > button,
.c-button--blank.c-button--thin > .btnInner {
  padding-top:0;
  padding-bottom:0;
}

.c-button--blank > a > span,
.c-button--blank > button > span,
.c-button--blank > .btnInner > span {
  background: url(../img/mypage/icon_blank_white.svg) no-repeat left center;
  background-size: contain;
  padding: 0 0 0 35px;
}

.c-button--blank > a:hover > span,
.c-button--blank > button:hover > span,
.c-button--blank > .btnInner:hover > span {
  background-image: url(../img/mypage/icon_blank.svg);
}

.c-button--close > a,
.c-button--close > button,
.c-button--close > .btnInner{
    background: #e4e4e4;
    border: 1px solid #c1c1c1;
    padding:11px 30px 9px 54px;
    color: #666;
    position: relative;
    display:inline-block;
    text-align: left;
    min-width: 100px;
}
.c-button--close > a:hover,
.c-button--close > button:hover,
.c-button--close > .btnInner:hover{
    color: #666;
}
.c-button--close > a:before,
.c-button--close > a:after,
.c-button--close > button:before,
.c-button--close > button:after,
.c-button--close > .btnInner:before,
.c-button--close > .btnInner:after {
    position: absolute;
    top: 50%;
    margin-top:-2px;
    left: 28px;
    content: "";
    display: block;
    width: 16px;
    border-top: 4px solid #666;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.c-button--close > a:before,
.c-button--close > button:before,
.c-button--close > .btnInner:before{
    -moz-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    -ms-transform:rotate(-135deg);
    transform:rotate(-135deg);
}
.c-button--close > a:after,
.c-button--close > button:after,
.c-button--close > .btnInner:after {
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    transform:rotate(135deg);
}
.c-button--close > a:hover:before,
.c-button--close > button:hover:before,
.c-button--close > .btnInner:hover:before{
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.c-button--close > a:hover:after,
.c-button--close > button:hover:after,
.c-button--close > .btnInner:hover:after {
    -moz-transform:rotate(225deg);
    -webkit-transform:rotate(225deg);
    -ms-transform:rotate(225deg);
    transform:rotate(225deg);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-button--lblue.c-button--print > a:hover > span,
.c-button--lblue.c-button--print > button:hover > span,
.c-button--lblue.c-button--print > .btnInner:hover > span {
  background-image: url(../img/mypage/icon_print_blue.svg);
}

.c-button--lblue.c-button--csv > a:hover > span,
.c-button--lblue.c-button--csv > button:hover > span,
.c-button--lblue.c-button--csv > button:hover > span {
  background-image: url(../img/mypage/icon_csv_blue.png);
}

.c-button--lblue.c-button--modal > a:hover > span,
.c-button--lblue.c-button--modal > button:hover > span,
.c-button--lblue.c-button--modal > button:hover > span {
  background-image: url(../img/mypage/icon-modal_ltblue.svg);
}

.c-button--lblue.c-button--refineSearch > a:hover > span,
.c-button--lblue.c-button--refineSearch > button:hover > span,
.c-button--lblue.c-button--refineSearch > button:hover > span {
  background-image: url(../img/mypage/icon-refine_search_ltblue.svg);
}

.c-button--lblue > a,
.c-button--lblue > button,
.c-button--lblue > .btnInner {
  background-color: #44a4e8;
  border-color: #44a4e8;
}

.c-button--lblue > a.c-button--arrow:hover,
.c-button--lblue > button.c-button--arrow:hover,
.c-button--lblue > .btnInner.c-button--arrow:hover {
  background-image: url(../img/mypage/icon_arrow_blue_right.svg);
}

.c-button--lblue > a:hover,
.c-button--lblue > button:hover,
.c-button--lblue > .btnInner:hover {
  color: #44a4e8;
}

.c-button--lblue.c-button--arrow > a,
.c-button--lblue.c-button--arrow > button,
.c-button--lblue.c-button--arrow > .btnInner {
  background: #44a4e8 url(../img/mypage/icon_arrow_back.svg) no-repeat left 20px center;
  background-size: 7px 14px;
  border-color: #44a4e8;
  padding:10px 20px 10px 45px;
}

.c-button--lblue.c-button--arrow > a:hover,
.c-button--lblue.c-button--arrow > button:hover,
.c-button--lblue.c-button--arrow > .btnInner:hover {
  background-color: #fff;
  background-image: url(../img/mypage/icon_arrow_blue.svg);
}

.c-button--cancel > a,
.c-button--cancel > button,
.c-button--cancel > .btnInner {
  background: #e4e4e4;
  border-color: #c1c1c1;
  color: #666;
}
.c-button--cancel > a:hover,
.c-button--cancel > button:hover,
.c-button--cancel > .btnInner:hover {
  background: #fff;
  color: #666;
}
.c-p-bottom .c-button.c-button--cancel + .c-button {
  margin-top: 4em;
  padding-top: 4em;
}
.c-p-bottom .c-button.c-button--cancel + .c-button::before {
  border-top: 1px solid #c2c2c2;
  content: "";
  left: 50%;
  margin-left: -50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

.c-button > a[disabled],
.c-button > a[disabled='disabled'],
.c-button > button[disabled],
.c-button > button[disabled='disabled'],
.c-button > .btnInner[disabled],
.c-button > .btnInner[disabled='disabled'] {
  background-color: #afb0b3;
  border-color: #afb0b3;
}

.c-button > a[disabled]:hover,
.c-button > a[disabled='disabled']:hover,
.c-button > button[disabled]:hover,
.c-button > button[disabled='disabled']:hover,
.c-button > .btnInner[disabled]:hover,
.c-button > .btnInner[disabled='disabled']:hover {
  background-color: #afb0b3;
  color: #fff;
}

.c-button--arrow > a[disabled]:hover,
.c-button--arrow > a[disabled='disabled']:hover,
.c-button--arrow > button[disabled]:hover,
.c-button--arrow > button[disabled='disabled']:hover,
.c-button--arrow > .btnInner[disabled]:hover,
.c-button--arrow > .btnInner[disabled='disabled']:hover {
  background-image: url(../img/mypage/icon_arrow.svg);
}

.c-button--result-display-button {
    font-size: 1.6rem;
}
.c-form-down + .c-button--result-display-button {
    margin: 0 0 0 20px;
}

.c-button--result-display-button > a,
.c-button--result-display-button > button,
.c-button--result-display-button > .btnInner {
    min-height: auto;
    min-width: 80px;
    height: 40px;
}

.c-button--bd a,
.c-button--bd button,
.c-button--bd input {
  background-color: #fff;
  border-color: #003894;
  color: #003894;
  font-size: 1.6rem;
}

.c-button--bd a:hover,
.c-button--bd button:hover,
.c-button--bd input:hover {
  background-color: #e3f1fc;
  color: #003894;
}

.c-button--bd.c-button--arrow a,
.c-button--bd.c-button--arrow button,
.c-button--bd.c-button--arrow input {
  background-image: url(../img/mypage/icon_arrow_black_right.svg);
  background-position: right 10px center;
}

.c-button--bd .c-icon-i {
  height: 18px;
  margin: 0 0 0 5px;
  width: 18px;
}

.c-button--bd02 a,
.c-button--bd02 button,
.c-button--bd02 input {
  background-color: #fff;
  border-width: 2px;
  color: #333;
}

.c-button--bd02 a:hover,
.c-button--bd02 button:hover,
.c-button--bd02 input:hover {
  background-color: #e3f1fc;
  color: #333;
}

.c-button--download-pdf a,
.c-button--download-csv a,
.c-button--download-zip a,
.c-button--download-exe a {
  background: #003894;
  border: 1px solid #003894;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 1.9;
  margin-left: 14px;
  min-height: 35px;
  max-width: 162px;
  min-width: 138px;
  overflow: inherit;
  padding: 3px 15px 2px 42px;
  position: relative;
  text-align: left;
  transition: all 0.3s ease;
}
.c-button--download-pdf a:hover,
.c-button--download-csv a:hover,
.c-button--download-zip a:hover,
.c-button--download-exe a:hover {
  background: #fff;
  color: #003894;
  text-decoration: none;
  transition: all 0.3s ease;
}
.c-button--download-pdf a:before,
.c-button--download-csv a:before,
.c-button--download-zip a:before,
.c-button--download-exe a:before {
  content: "";
  height: 38px;
  left: -14px;
  position: absolute;
  top: -2px;
  width: 42px;
  z-index: 100;
}
.c-button--download-pdf a:before {
  background: url(../img/mypage/icon-download-pdf.svg) no-repeat left center;
  background-size: contain;
}
.c-button--download-csv a:before {
  background: url(../img/mypage/icon-download-csv.svg) no-repeat left center;
  background-size: contain;
}
.c-button--download-zip a:before {
  background: url(../img/mypage/icon-download-zip.svg) no-repeat left center;
  background-size: contain;
}
.c-button--download-exe a:before {
  background: url(../img/mypage/icon-download-exe.svg) no-repeat left center;
  background-size: contain;
}
.c-button--download-pdf.lang-en a,
.lang-en .c-button--download-pdf a,
.c-button--download-csv.lang-en a,
.lang-en .c-button--download-csv a,
.c-button--download-zip.lang-en a,
.lang-en .c-button--download-zip a,
.c-button--download-exe.lang-en a,
.lang-en .c-button--download-exe a {
  width: 138px;
}
.c-table.c-table--nm.c-table--impInfo th > .c-button--download-pdf a,
.c-table.c-table--nm.c-table--impInfo td > .c-button--download-pdf a,
.c-table.c-table--nm.c-table--impInfo th > .c-button--download-csv a,
.c-table.c-table--nm.c-table--impInfo td > .c-button--download-csv a,
.c-table.c-table--nm.c-table--impInfo th > .c-button--download-zip a,
.c-table.c-table--nm.c-table--impInfo td > .c-button--download-zip a,
.c-table.c-table--nm.c-table--impInfo th > .c-button--download-exe a,
.c-table.c-table--nm.c-table--impInfo td > .c-button--download-exe a {
  margin:-10px auto;
}
.c-table.c-table--nm.c-table--impInfo th > .c-button--download-pdf a + .c-button--download-pdf a,
.c-table.c-table--nm.c-table--impInfo td > .c-button--download-pdf a + .c-button--download-pdf a,
.c-table.c-table--nm.c-table--impInfo th > .c-button--download-csv a + .c-button--download-csv a,
.c-table.c-table--nm.c-table--impInfo td > .c-button--download-csv a + .c-button--download-csv a,
.c-table.c-table--nm.c-table--impInfo th > .c-button--download-zip a + .c-button--download-zip a,
.c-table.c-table--nm.c-table--impInfo td > .c-button--download-zip a + .c-button--download-zip a,
.c-table.c-table--nm.c-table--impInfo th > .c-button--download-exe a + .c-button--download-exe a,
.c-table.c-table--nm.c-table--impInfo td > .c-button--download-exe a + .c-button--download-exe a {
  margin-top: 20px;
}

.c-button--nm {
  width: auto;
}

.c-button--nm > a,
.c-button--nm > button,
.c-button--nm > .btnInner {
  display: inline-flex;
  font-size: 1.6rem;
  height: auto;
  line-height: 1.4;
  padding: 15px 40px;
}

.c-button--fullWidth > a,
.c-button--fullWidth > button,
.c-button--fullWidth > .btnInner {
  width: 100%;
  max-width: unset;
}

.test--section {
  display: flex;
  flex-direction: row;
  border-top: solid 1px #c2c2c2;
  border-bottom: solid 1px #c2c2c2;
}

.test--section > p {
  padding: 12px;
}
.test--section .test--section--title {
  background-color: #f4f4f4;
}
