@charset "Shift_JIS";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@700&display=swap');
:root {
  --darkFont: #000;
  --darkGreen: #004e45;
  --normalGreen: #3bb08f;
  --lightGreen: rgba(59, 176, 143, .2);
  --titleBlue: #5b97dc; /*rgba(102,168,245,1);*/
  --normalBlue: #4879b2; /*rgba(102,168,245,1);*/
  --lightBlue: #c9e1fa; /*rgba(102, 168, 245, .3);*/
  --darkBlue: rgba(0, 70, 150, 1);
}
/* Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
  box-sizing: border-box;
  list-style: none;
  -webkit-text-size-adjust: 100%;
}
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
  background: #fff;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
/* sp */
@media screen and (max-width:767px) {
  html {
    font-size: 50%;
  }
}
body {
  -webkit-text-size-adjust: 100%;
}
body::after {
  text-align: center;
  content: "統計用語の多言語対訳システム　Multilingual Glossary of Statistical Terms -Japanese version-";
  font-size: 1.2rem;
  color: #fff;
  line-height: 4rem;
  display: block;
  height: 4rem;
  width: 100%;
  background: var(--darkBlue);
}
body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form, pre {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-family: "Helvetica Neue", Arial, "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: left;
  color: var(--darkFont);
}
h2, h3, h4, h5, h6, p, a, address, ul, ol, li, dl, dt, dd, table, th, td, form, input, textarea, select {
  font-size: 1.5rem;
}
header {
  padding: 2rem 2rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header::before {
  content: "";
  position: absolute;
  background: var(--lightBlue);
  height: 1px;
  bottom: -1px;
  left: 26%;
  width: 74%;
}
header::after {
  content: "";
  position: absolute;
  background: var(--normalBlue);
  height: 1px;
  bottom: -1px;
  left: 0;
  width: 26%;
}
header .site-ttl {
  display: flex;
  flex-flow: column;
}
.site-ttl p {
  margin-top: 1rem;
  padding: 0;
  font-size: 1.3rem;
  font-weight: normal;
  color: #000;
}
.site-ttl sup {
  font-size: 2rem;
  height: 4rem;
  font-weight: normal;
}
header h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
}
header h1 span {
  position: relative;
  font-size: 2.4rem;
}
header h1 span:first-child {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
header h1 span:nth-child(2),header h1 span:nth-child(6) {
  color: var(--darkBlue);
  letter-spacing: 0.5rem;
  font-size: 3rem;
}
header h1 span:nth-child(4) {
  margin-right: 0.5rem;
}
header h1 span:nth-child(6) {
  margin-left: 0.5rem;
}
header h1 span:nth-child(3), header h1 span:nth-child(4), header h1 span:nth-child(7),header h1 span:nth-child(8) {
  margin: 0 0.5rem 0 0;
  border: 2px solid var(--normalBlue);
  padding: 0.1rem 0.4rem;
}
header h1 a:hover {
  text-decoration: none;
}
header h1 a span {
  color: var(--darkFont);
}
header h1::after {
  content: url("./images/kv.svg");
  width: 6rem;
  height: 3rem;
  padding-left: 1rem;
}
header p {
  padding-top: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.05rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
  color: var(--darkBlue);
}
header p span {
  color: var(--darkFont);
}
@media screen and (max-width:767px) {
  header {
    flex-flow: column;
    justify-content: center;
  }
  header h1 {
    justify-content: center;
  }
  header h1 span:first-child {
    text-align: center;
  }
  header h1 span,header h1 span:nth-child(2),header h1 span:nth-child(6) {
    font-size: 2.8rem;
    letter-spacing: 0;
    margin-right: 0.2rem;
  }
  header h1 span:nth-child(4), header h1 span:nth-child(5), header h1 span:nth-child(3), header h1 span:nth-child(4),header h1 span:nth-child(7),header h1 span:nth-child(8) {
    font-size: 2.4rem;
    border-width: 1px;
    padding: 0.1rem 0.2rem;
  }
  header h1::after {
    width: 5rem;
  }
  header p {
    padding-top: 1rem;
    font-size: 1.4rem;
    letter-spacing: 0;
    text-align: center;
  }
  .site-ttl p {
    padding: 0;
    font-size: 1rem;
    text-align: right;
  }
}
main {
  display: block;
  background: var(--lightBlue);
  padding: 0 0 2rem;
  margin-top: 2rem;
}
/**/
.top-menu {
  margin-top: -1rem;
  background: #fff;
}
.top-menu ul {
  display: flex;
  justify-content: flex-end;
  padding-right: 2rem;
}
.top-menu li a {
  color: var(--darkFont);
  display: block;
  padding: 1rem 2rem 0;
  background: var(--lightBlue);
  border-radius: 0.5rem 0.5rem 0 0;
  margin-left: 1rem;
}
p {
  line-height: 1.8;
}
a {
  text-decoration: none;
}
a:link {
  color: var(--darkBlue);
}
a:visited {
  color: var(--darkBlue);
}
a:active {
  color: #c00;
}
a:hover {
  color: #c00;
  text-decoration: underline;
}
.sec-wrap {
  background: var(--lightBlue);
  width: 100%;
  padding: 2rem 0 1rem;
}
section {
  max-width: 1200px;
  width: calc(100% - 8rem);
  margin: 0 auto;
  background: var(--darkBlue);
  border-radius: 1rem;
}
@media screen and (max-width:767px) {
  section {
    width: calc(100% - 4rem);
  }
}
section h1,
section h2 {
  padding: 1rem 2rem;
  color: #fff;
  margin: 0;
  font-size: 2rem;
  letter-spacing: .2rem;
  width: 100%;
  padding-bottom: 1rem;
}
#sec-01 h2::before {
  content: "";
  background: url("./images/icon_search.svg") no-repeat;
  background-size: contain;
  opacity: .7;
  display: inline-block;
  width: 3rem;
  height:2rem
}
#sec-02 h2::before {
  content: "";
  background: url("./images/icon_az.svg") no-repeat;
  background-size: contain;
  opacity: .7;
  display: inline-block;
  width: 3rem;
  height: 2rem;
}
div#inputbox {
  margin: 0;
  padding: 2rem;
  background-color: #fff;
}
.search-wrap {
  display: flex;
}
input[type="text"] {
  width: 32rem;
  font-size: 1.8rem;
  line-height: 1.2;
  border: 1px solid #bababa;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  appearance: none;
  -webkit-appearance: none;
}
input[type="submit"] {
  margin-left: 1rem;
  width: 10rem;
  letter-spacing: 0.5rem;
  background: var(--darkBlue);
  border: 1px solid #fff;
  border-radius: 1rem;
  font-size: 1.6rem;
  color: #fff;
  padding: 0.5rem 1rem;
  transition: all .3s;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
table#resultin td.button input[type="submit"],
input[type="submit"].Ebutton {
  width: 10rem;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding: 0.5rem;
  appearance: none;
  -webkit-appearance: none;
}

input[type="submit"]:hover {
  background: var(--normalBlue);
}
@media screen and (max-width:767px) {
  input[type="text"] {
    font-size: 2.2rem;
    width: 24rem;
  }
}
.radio-btn-wrap {
  display: flex;
  align-items: flex-start;
  margin-left: 2rem;
}
.radio-btn-wrap input[type="radio"] {
  display: none;
  appearance: none;
  -webkit-appearance: none;
}
.radio-btn-wrap label {
  display: flex;
  background-color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
}
.radio-btn-wrap label span {
  justify-content: flex-start;
  color: var(--darkBlue);
}
.radio-btn-wrap label span::before {
  content: "";
  display: inline-block;
  border: solid 6px transparent;
}
.radio-btn-wrap input[type="radio"]:checked + label {
  background-color: var(--lightBlue);
  border-radius: 1rem;
}
.radio-btn-wrap input[type="radio"]:checked + label span::before {
  content: "";
  display: inline-block;
  border: solid 6px transparent;
  border-left: solid 6px var(--darkBlue);
}
@media screen and (max-width:767px) {
  .search-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .radio-btn-wrap {
    width: 100%;
    margin-left: 0;
    padding-top: 1rem;
    justify-content: center;
  }
}
h2 {
  margin: 0.5em 1em 0em 1em;
  font-size: 1.4em;
  font-weight: bold;
}
#sec-03 {
  border-radius: 0;
  background: #fff;
}
#sec-03 #eturan {
  padding: 2rem;
  margin: 0 auto 4rem;
}
#eturan {
  margin: 0;
  padding: 0;
}
#eturan h3 {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 2rem;
  position: relative;
  z-index: 1000;
}
h3 span.num {
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width:767px) {
  #eturan h3 {
    padding: 2rem 0;
  }
}

main p {
  margin-left: 3em;
  line-height: 140%;
}
ul {
  margin-left: 3em;
  line-height: 140%;
}
ol {
  margin-left: 3em;
  line-height: 140%;
}
dl {
  margin-left: 3em;
  line-height: 140%;
}
div#wrap {
}
div#foot {
  max-width: 1200px;
  font-size: 1.2rem;
  margin: 2rem auto;
}
div.termindex {
  max-width: 1200px;
  width: calc(100% - 8rem);
  margin: -2rem auto 0;
  background: #fff;
  padding: 2rem;
  font-size: 1.4rem;
}
#sec-02 .termindex {
  width: 100%;
  margin: 0 auto;
}
.termindex p {
  margin: 0 auto;
  padding: 1rem;
}
/* 検索条件表示 */
.cond-wrap {
  margin: 2rem auto;
}
table#cond {
  border-collapse: collapse;
  width: 100%;
}
table#cond th {
  text-align: center;
  font-size: 1.6rem;
  color: var(--darkBlue);
}
table#cond td {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 2rem 2rem 1rem 2rem;
  border-bottom: 2px solid var(--lightBlue);
}
table#cond td span {
  display: flex;
  align-items: center;
}
table#cond label {
  display: inline-block;
  min-width: 8rem;
  margin-right: 2rem;
  padding-left: 0.5rem;
}
@media screen and (max-width:767px) {
  table#cond th {
  display: block;
    width: 100%;
    text-align: left;
  }
  table#cond td {
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
  table#cond td span {
    height: 3rem;
  }
  table#cond label {
    min-width: auto;
  }
  div#foot {
    padding: 0 2rem;
  }
}
/* top index*/
#index {
  margin-top: 4rem;
}
.ul-wrap {
  background: #fff;
  padding: 2rem;
}
.ul-wrap ul {
  margin: 0;
}
.ul-wrap li {
  padding-bottom: 0.5rem;
}
.list-circle li {
  margin-left: 2rem;
  list-style: disc;
}
/* 検索結果表示 */
div.ind {
  max-width: 1200px;
  width: calc(100% - 8rem);
  margin: -4rem auto 0;
  background: #fff;
}
#sec-03 .ind {
  width: 100%;
}
.yomi {
  color: var(--darkBlue);
  font-size: x-small;
  font-family: monospace;
}
table#resultout {
  width: calc(100% - 4rem);
  margin: 4rem auto 0;
}
#eturan table#resultout {
  width: 100%;
}
table#resultout td {
  background-color: #ffffff;
}
table#resultin {
  width: calc(100% - 4rem);
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 2rem;
}
#eturan table#resultin {
  width: 100%;
}
table#resultin th.lang, table#resultin th.word {
  text-align: left;
  padding: 1rem;
  color: var(--darkFont);
  background-color: var(--lightBlue);
  border: 1px solid var(--titleBlue);
}
table#resultin td {
  min-height: 2rem;
  text-align: left;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid var(--titleBlue);
}
table#resultin td.button {
  text-align: left;
  background-color: #ffffff;
  border: 0px solid #ccc;
}
table#resultin td.hit {
  text-align: left;
  width: 25%;
}
#index table#resultin td.hit {
  width: 75%;
}
table#resultin td.hit span.match {
  color: #cc0000;
}
table#resultin td.non {
  height: 2em;
  text-align: left;
  padding-left: 1em;
  background-color: #fff;
}
@media screen and (max-width:767px) {
    #index {
    margin-top: 2rem;
  }
  table#resultout {
    width: calc(100% - 4rem);
    margin: 0 auto;
  }
  div.ind {
    margin: -2rem auto 0;
    width: calc( 100% - 4rem);
    overflow: auto;
  }
  #sec-03 .ind {
    margin: 0 auto;
  }
  #sec-03 table#resultin {
    width: 100%;
  }
    #sec-03 #eturan table#resultin tr,
    #sec-03 #eturan table#resultin th,
    #sec-03 #eturan table#resultin td,
    #sec-03 #eturan table#resultin td.hit{
      width: 18rem;
      min-width: 18rem;
    }
  /* table#resultin {
    width: 100%;
  }
    #sec-03 #eturan table#resultin tr,
    #sec-03 #eturan table#resultin th,
    #sec-03 #eturan table#resultin td,
    #sec-03 #eturan table#resultin td.hit{
      display: block;
      width: 100%;
    } */
}
/* データ表示 */
table#dataout {
  width: 100%;
}
table#dataout td {
  background-color: #aaaaaa;
}
table#datain {
  width: 100%;
}
table#datain th.lang {
  text-align: left;
  width: 10%;
  height: 2em;
  color: #000000;
  background-color: #cccccc;
}
table#datain th.word {
  text-align: left;
  width: 90%;
  height: 2em;
  padding-left: 1em;
  padding-right: 1em;
  color: #000000;
  background-color: #cccccc;
}
table#datain td.lang {
  width: 10%;
  height: 2em;
  background-color: #ffffff;
}
table#datain td.word {
  width: 90%;
  height: 2em;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #ffffff;
}
/* 言語ナビゲーション */
div.termindex table {
  border-collapse: separate;
  width: 100%;
  margin: 0 auto;
}
#langnavi table {
  margin: 0 auto;
}
#langnavi tr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
}
#langnavi td {
  text-align: center;
  margin: 0 1rem 1rem 0;
  background-color: var(--lightBlue);
  border: none !important;
}
#langnavi td a {
  display: block;
  width: 12rem;
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--darkFont);
}
#langnavi td a:hover {
  background: var(--normalBlue);
  color: #fff;
}
#ja #langnavi td.ja, 
#en #langnavi td.en, 
#de #langnavi td.de, 
#fr #langnavi td.fr {
  background: var(--darkBlue);
}
#ja #langnavi td.ja a,
#en #langnavi td.en a,
#de #langnavi td.de a,
#fr #langnavi td.fr a {
  color: #fff;
}
td.sub {
  padding: 0;
}
table#alphanavi tr {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
table#alphanavi td {
  text-align: center;
  padding: 0.5rem;
  background-color: var(--lightBlue);
  margin: 0 0.5rem 0.5rem 0;
  width: 10%;
}
table#alphanavi td a {
  display: block;
  font-weight: bold;
  color: var(--darkFont);
}
#ja td.sub a,
#en td.sub a,
#de td.sub a,
#fr td.sub a {
  padding: 0 0.5rem 0;
}
@media screen and (max-width:767px) {
  #sec-02 div.termindex {
    width: 100%;
  }
  div.termindex {
    width: calc( 100% - 4rem);
    padding: 1rem 2rem 0;
  }
  div.termindex table {
    width: 100%;
  }
}
.content-wrap {
  background: #fff;
}
.content-wrap p {
  margin: 0 auto;
  padding: 1rem 2rem;
}
.content-wrap h2 {
  color: var(--darkBlue);
}
.content-wrap em {
  font-style: normal;
  font-weight: bold;
}
.img-box {
  margin: 1rem auto 2rem;
}
.img-box ul {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.img-box li {
  padding-bottom: 2rem;
}
.img-box li img {
  width: 320px;
  height: auto;
}
.img-box li p {
  font-size: 1.4rem;
  padding: 0;
}
.img-box img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
  border: 1px solid var(--lightBlue);
  box-shadow: 0.1rem 0.1rem 1rem 0.1rem rgba(0,0,0,.2);
}
@media screen and (max-width:767px) {
  .img-box li {
    align-self: center;
  }
  .img-box img {
    max-width: 100%;
    height: auto;
  }
  
}