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

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

h1 {
  position: relative;
  padding: 1.5rem 1.5rem calc(1.5rem + 10px);
  border: 2px solid #00f;
  margin-top:30px;
  color:#008;
}

h1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  border-top: 2px solid #00f;
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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: #dd0;
  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);
  border-radius:5px;
}

.h3_player_fb {
  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_fb:before {
  content: url(../img/p-fb-w.png);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  line-height: 5em;
  position: absolute;
  color: white;
  background: #1c66fe;
  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);
  border-radius:5px;
}

.h3_player_bb {
  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_bb:before {
  content: url(../img/p-bb-w.png);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  line-height: 5em;
  position: absolute;
  color: white;
  background: #aa22aa;
  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);
  border-radius:5px;
}

.h3_player_tb {
  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_tb:before {
  content: url(../img/p-tb-w.png);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  line-height: 5em;
  position: absolute;
  color: white;
  background: #1c8844;
  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);
  border-radius:5px;
}

.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);
  border-radius:5px;
}

.h3_team_fb {
  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_fb:before {
  content: url(../img/t-fb-w.png);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  line-height: 5em;
  position: absolute;
  color: white;
  background: #1c66fe;
  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);
  border-radius:5px;
}

.h3_team_bb {
  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_bb:before {
  content: url(../img/t-bb-w.png);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  line-height: 5em;
  position: absolute;
  color: white;
  background: #aa22aa;
  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);
  border-radius:5px;
}

.h3_team_tb {
  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_tb:before {
  content: url(../img/t-tb-w.png);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  line-height: 5em;
  position: absolute;
  color: white;
  background: #1c8844;
  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);
  border-radius:5px;
}

.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/g-w.png);
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  line-height: 5em;
  position: absolute;
  color: white;
  background: #ff6400;
  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);
  border-radius:5px;
}

.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 {
  text-align:center;
  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;
  }


}