body {
  padding-top: 1em;
  margin-bottom: 1em;
}

a {
  color: #364e96;
  /*文字色*/
}

h1 {
  color: #364e96;
  /*文字色*/
  padding-top: 0.5em;
  padding-bottom: 0.4em;
  border-top: solid 3px #364e96;
  /*上線*/
  border-bottom: solid 3px #364e96;
  /*下線*/
}

h1 a {
  color: #364e96;
  /*文字色*/
}

h2 {
  font-size: 20pt;
  position: relative;
  background: #f1f8ff;
  padding: 0.25em 0.5em;
  border-left: solid 2em #6cdee7;
}

h2::before {
  content: url(../img/bb1.png);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  padding: 0em;
  color: white;
  top: 52%;
  left: -1.9em;
  bottom: auto;
  transform: translateY(-45%);
}

h2 .fa-arrow-circle-right {
  position: absolute;
  margin-top: 0.2em;
  right: 12px;
  left: auto;
}

h2 .fa-home {
  position: absolute;
  margin-top: 0.2em;
  right: 12px;
  left: auto;
}

.h3_player {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  margin-left: 1.5em;
  margin-top: 1em;
  padding: 7px 5px 7px 20px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

.h3_player:before {
  content: url(../img/bb2.png);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  line-height: 5em;
  position: absolute;
  color: white;
  background: #222;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-0%);
  -webkit-transform: translateY(-0%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.h3_team {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  margin-left: 1.5em;
  margin-top: 1em;
  padding: 7px 5px 7px 20px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

.h3_team:before {
  content: url(../img/bb3.png);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  line-height: 5em;
  position: absolute;
  color: white;
  background: #ead;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-0%);
  -webkit-transform: translateY(-0%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.h3_tag {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  margin-left: 1.5em;
  margin-top: 0.5em;
  padding: 7px 5px 7px 20px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

.h3_tag:before {
  content: url(../img/bb4.png);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  line-height: 5em;
  position: absolute;
  color: white;
  background: #8d8;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-0%);
  -webkit-transform: translateY(-0%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.h3_searchE {
  position: relative;
  background: #c4f4c4;
  margin-left: 1.5em;
  margin-top: 1em;
  padding: 7px 5px 7px 20px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

.h3_searchE:before {
  content: '\f002';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  line-height: 5em;
  position: absolute;
  padding-left: 0.02em;
  color: white;
  background: #ea4;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-0%);
  -webkit-transform: translateY(-0%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.h3_searchJ {
  position: relative;
  background: #c4f4c4;
  margin-left: 1.5em;
  margin-top: 1em;
  padding: 7px 5px 7px 20px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

.h3_searchJ:before {
  content: '\f002';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  line-height: 5em;
  position: absolute;
  padding-left: 0.02em;
  color: white;
  background: #99f;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-0%);
  -webkit-transform: translateY(-0%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

h4 {
  font-size: 18pt;
  color: #474747;
}

#T_MAIN {
  font-family: 'Black Han Sans', sans-serif;
}

#SEL_LANG {
  font-family: 'Cute Font', sans-serif;
  font-size: 20pt;
}

/* PC */
@media screen and (min-width: 961px) {}

/* tablet  */
@media only screen and (min-width: 641px) and (max-width: 960px) {
  h1 {
    font-size: 20pt;
  }
}

/* smartPhone */
@media screen and (max-width: 640px) {
  h1 {
    font-size: 18pt;
  }


}