/* layout */
.uh-width {
  width: 100%; }

.uh-width-in {
  max-width: 80rem;
  width: auto;
  margin: auto;
  padding: 0 3.75rem; }

.uh-section-bg {
  background: #edf6ff;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem; }

.uh-width-in-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 2.5rem 0; }

.uh-section-bg div.uh-width-in-section {
  margin: 1rem 0; }

.uh-section-r {
  width: 74%; }

.uh-section-m {
  border-right: 1px solid #e2e2e2; }

.uh-section-l {
  width: 21%; }

.uh-section-r-up > div:first-child {
  width: 31%; }

.uh-section-r-up > div:last-child {
  width: 65.5%; }

/* layout end */
/* header */
.uh-width-forheader {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edf6ff), to(#fff));
  background-image: -webkit-linear-gradient(#edf6ff, #fff);
  background-image: linear-gradient(#edf6ff, #fff);
  position: relative; }

a.uh-logo svg {
  max-width: 45rem;
  width: 100%;
  margin: auto; }

a.uh-logo {
  fill: #104175; }

.uh-header {
  text-align: center;
  padding-top: 1.45rem;
  padding-bottom: 0.875rem;
  position: relative;
  z-index: 1; }

div.uh-header h1 {
  padding-bottom: 0.875rem;
  line-height: 100%;
  font-size: 1rem; }
  div.uh-header h1 > a {
    font-size: 1rem; }

header > time {
  display: none; }
  header > time > span {
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    color: #616163;
    font-weight: 300; }
  header > time > span:first-child:after {
    content: '\0399';
    color: #616161;
    padding: 0 0.5rem; }

div.uh-header time > span {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  color: #616163;
  font-weight: 300; }

div.uh-header time > span:first-child:after {
  content: '\0399';
  color: #616163;
  padding: 0 0.5rem; }

.uh-width-fornav {
  background: #08294a; }

.uh-width-fornav nav, .uh-width-fornav a {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #fff; }

.uh-width-fornav nav {
  padding: 0.875rem 0; }

.uh-width-fornav a {
  padding: 0 2rem;
  border-right: 2px solid rgba(255, 255, 255, 0.5); }

.uh-width-fornav a:last-child {
  border-right: none; }

.uh-width-fornav a > svg {
  fill: #fff; }

.uh-forheader-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: -webkit-fill-available;
  position: absolute;
  padding: 0 3%;
  top: 2.7rem; }

.uh-forheader-icons a {
  fill: #08294a;
  padding: 1rem;
  display: none;
  z-index: 1; }

div.uh-sonpage-h2 h2 {
  padding-bottom: 0.875rem;
  line-height: 100%; }

div.uh-sonpage-h2 ~ time {
  display: none; }

@media screen and (max-width: 1550px) {
  .uh-width-fornav a {
    padding: 0 2%; } }

@media screen and (max-width: 1180px) {
  .uh-sonpage-h2 h2, div.uh-header h1 {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 1rem; }
  .uh-width-fornav nav {
    display: none; }
  .uh-forheader-icons a {
    display: block; }
  .uh-width-fornav {
    border-bottom: 1px solid #afbac5; }
  .uh-forheader-icons {
    top: 1.25rem; }
  div.uh-sonpage-h2 h2 {
    padding-bottom: 0; }
  .uh-sonpage-h2 time {
    display: none; } }

@media screen and (max-width: 821px) {
  .uh-forheader-icons {
    top: 1rem; } }

@media screen and (max-width: 768px) {
  .uh-header {
    padding-bottom: 1.45rem; }
  header > time {
    display: block;
    text-align: center;
    padding: 1rem 0;
    border-bottom: 1px solid #afbac5;
    border-top: 1px solid #afbac5; }
  .uh-forheader-icons {
    top: 0.7rem; }
  a.uh-logo svg {
    max-width: 32rem; }
  .uh-sonpage-h2 h2, div.uh-header h1 {
    padding-left: 15%;
    padding-right: 15%;
    line-height: 0; }
  .uh-sonpage-h2 {
    border-bottom: 1px solid #afbac5; }
  .uh-width-fornav {
    border-bottom: none; }
  div.uh-header h1 {
    padding-bottom: 0;
    line-height: 0; }
  div.uh-header time {
    display: none; } }

@media screen and (max-width: 415px) {
  .uh-header {
    padding: 1rem 0; }
    .uh-header h1, .uh-header h2 {
      line-height: 0; }
  div.uh-forheader-icons {
    top: 0rem;
    padding: 0; }
  header > time span {
    font-size: 0.875rem; } }

@media screen and (max-width: 375px) {
  header > time {
    padding: 0.5rem 0; }
    header > time span {
      font-size: 0.75rem; } }

/* header end */
/* body */
.uh-section-r-up div > span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  color: #08294a;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px; }

.uh-section-r-up h2 {
  font-family: 'Kaisei Decol', serif;
  font-size: 2.1875rem;
  text-transform: capitalize;
  line-height: 100%;
  color: #000; }

.uh-section-r-up h2 > a {
  color: #000;
  font-family: 'Kaisei Decol', serif; }

.uh-section-r-up p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  line-height: 160%;
  font-weight: 100;
  color: #000; }
  .uh-section-r-up p a {
    color: #878787;
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 160%; }
    .uh-section-r-up p a:hover {
      text-decoration: underline; }

.uh-section-r-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.uh-section-r-up address {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 100;
  font-style: normal;
  line-height: 100%; }
  .uh-section-r-up address > strong > a {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 100%;
    vertical-align: baseline; }

.uh-section-r-up time {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  color: #777777;
  text-transform: capitalize;
  font-weight: 100; }

.uh-section-r-down li {
  margin-bottom: 2.5rem; }

div.uh-article-img {
  margin-bottom: 0.75rem; }

span.uh-education {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  color: #08294a;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px; }

address {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 100;
  font-style: normal;
  line-height: 100%;
  font-size: 0.875rem; }
  address > strong > a {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 100%;
    vertical-align: baseline; }

span.uh-fortime {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  color: #777777;
  text-transform: capitalize;
  font-weight: 100; }

time {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  color: #777777;
  text-transform: capitalize;
  font-weight: 100; }

.uh-body h3 {
  font-family: 'Kaisei Decol', serif;
  font-size: 1.45rem;
  text-transform: capitalize;
  line-height: 100%;
  font-weight: 500;
  margin-top: 0.55rem;
  margin-bottom: 1rem; }

h3 > a {
  font-size: 1.5rem;
  color: #000;
  font-family: 'Kaisei Decol', serif;
  line-height: 100%; }

h4 > a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 1.25rem;
  line-height: 100%;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 100%; }

.uh-l-recomm {
  margin-bottom: 1rem; }

div.uh-editor-title {
  font-size: 1.68rem;
  width: 100%;
  padding-bottom: 0.75rem;
  text-transform: capitalize;
  border-bottom: 1px solid #000;
  font-weight: 500; }

.uh-right-list li {
  margin-top: 1.125rem; }

.uh-section-r-down {
  margin-top: 2.5rem; }

.uh-section-r-down > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.uh-section-r-down li, .uh-section-r li {
  width: 31%; }

.uh-section-r > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.uh-mustread > ul:last-child li {
  border-top: 1px solid #6e6e6e; }

.uh-mustread li {
  padding-top: 1.125rem;
  padding-bottom: 2.5rem; }

.uh-section-r li h4 {
  margin-top: 0.45rem;
  margin-bottom: 0.68rem; }

.uh-pick-list li {
  width: 23%;
  margin-bottom: 0; }

.uh-pick {
  margin-top: 2rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.uh-pick-img {
  width: 50%; }

.uh-pick-title {
  width: 50%;
  margin: 1.6875rem 0; }

.uh-pick-title > div {
  padding: 2.5rem 2.8125rem; }

.uh-pick-title > div h2 > a {
  font-family: 'Kaisei Decol', serif;
  font-size: 2.1875rem;
  text-transform: capitalize;
  line-height: 100%;
  color: #000; }

.uh-pick-title > div p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  line-height: 160%;
  font-weight: 100;
  color: #000; }
  .uh-pick-title > div p a {
    color: #878787;
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 160%; }
    .uh-pick-title > div p a:hover {
      text-decoration: underline; }

.uh-topics span.uh-education {
  font-size: 1.125rem; }

.uh-topics div.uh-pick-list ul:last-child {
  margin-top: 2rem; }

.uh-topics div.uh-pick-list li {
  width: 31%; }

.uh-topics div.uh-pick-list li > div {
  margin-top: 1rem; }

.uh-topics div.uh-pick-list li h3 {
  padding-top: 0.45rem;
  padding-bottom: 1.68rem;
  border-bottom: 1px solid #000; }

.uh-topics div.uh-pick-list li h3 > a {
  font-size: 1.25rem;
  line-height: 130%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.uh-special-report ul {
  margin: 1.125rem 0; }

.uh-special-report ul > li {
  border-top: none; }

.uh-width-in-section div.uh-ad {
  width: 21.6%; }

.uh-section-bg .uh-ad {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.68rem;
  color: #7f7f7f;
  padding-bottom: 3rem;
  max-width: 60rem;
  width: 100%;
  font-weight: 700;
  padding-top: 3.5rem; }

.uh-ad {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.68rem;
  color: #7f7f7f;
  padding-bottom: 3rem;
  max-width: 60rem;
  width: 100%;
  font-weight: 700; }

.uh-body > .uh-ad:last-child {
  margin-top: 3rem; }

.fb-comments iframe {
  width: 100% !important; }

/* section page */
.uh-section-h1 {
  padding: 1.25rem 0;
  border-bottom: 1px solid #bebebe; }

.uh-section-h1 h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  color: #104175;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center; }

.uh-section-page li {
  margin-bottom: 2.5rem; }
  .uh-section-page li:last-child:nth-child(4n - 1) {
    margin-right: calc(23% + 8% / 3); }
  .uh-section-page li:last-child:nth-child(4n - 2) {
    margin-right: calc(46% + 16% / 3); }

.uh-pages {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #777777;
  margin: auto;
  margin-top: 2rem;
  display: inherit;
  font-size: 1.25rem; }
  .uh-pages ul {
    display: inherit;
    margin: 0 2rem; }
  .uh-pages li {
    margin: 0 1rem;
    padding: 0 0.3rem; }
  .uh-pages span:hover {
    cursor: pointer; }
  .uh-pages li:hover {
    cursor: pointer; }

.uh-pages-list {
  display: none; }

.uh-section-r div.uh-for-section-page li:nth-child(n+4) {
  display: none; }

li.tabActive {
  color: #08294a;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600; }

div.contActive {
  display: block; }

.uh-section-page-right time {
  font-size: 0.75rem; }

.uh-section-page-right li span.uh-fortime {
  font-size: 0.75rem; }

/* article page */
.uh-articles-more ul {
  margin-top: 1.25rem; }

.uh-articles-more li h3 {
  line-height: 100%; }
  .uh-articles-more li h3 > a {
    line-height: 100%;
    font-size: 1.25rem; }

.uh-article-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.uh-article-text .uh-article-words p a{
  font-size: 1em;
  vertical-align: baseline;
}

.uh-article-text h1 {
  text-transform: capitalize;
  font-size: 3rem;
  margin-bottom: 1.75rem;
  line-height: 120%; }

.uh-article-side h4 > a {
  font-size: 0.98rem; }

.uh-article-side li time {
  font-size: 0.75rem; }

.uh-section-r div.uh-article-text > div {
  width: 100%; }

.uh-article-text figure {
  margin: 2rem 0; }

.uh-article-text figure > figcaption p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333333; }

.uh-article-text > span.uh-article-copyright {
  font-family: 'Source Serif 4', serif;
  text-transform: none;
  margin-top: 1rem; }

.uh-pages-list {
  width: 100%; }

span.uh-article-copyright {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #777777;
  font-size: 0.875rem; }

.uh-article-words p {
  font-family: 'Source Serif 4', serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
  line-height: 150%; }

.uh-article-words h2 {
  font-family: 'Source Serif 4', serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #000;
  line-height: 200%; }

.uh-article-words {
  padding-bottom: 1rem;
  border-bottom: 1px solid #bbbbbb; }

.uh-section-r .uh-article-words ol li {
  width: 100%;
  list-style: decimal;
  padding-bottom: 8px;
}

div.uh-join-comment {
  margin: 2rem 0;
  border-top: 5px solid #cb2b1d;
  text-align: center;
  padding: 1rem 0;
  position: relative; }
  div.uh-join-comment:before {
    content: "";
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #cb2b1d;
    top: 0%;
    left: 50%; }
  div.uh-join-comment > span {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2rem; }

.uh-article-side li {
  border-bottom: 1px solid #000; }
  .uh-article-side li > div {
    margin-bottom: 1rem;
    margin-top: 0.75rem; }

.uh-article-side li > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .uh-article-side li > div > div {
    width: 47%; }
  .uh-article-side li > div > div:last-child {
    width: 40%; }
  .uh-article-side li > div > div > h4 {
    margin-bottom: 1rem;
    line-height: 100%; }

.uh-side-ad {
  margin: 2rem 0; }

.uh-article-side-ad {
  display: none; }

@media screen and (max-width: 1180px) {
  .uh-clearboth {
    display: block;
    clear: both; }
  .uh-width-in-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .uh-section-r, .uh-section-l {
    width: 100%; }
  .uh-section-m {
    display: none; }
  .uh-l-recomm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .uh-l-recomm div {
      width: 48%; }
  .uh-right-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .uh-right-list ul > li {
      width: 48%; }
  .uh-ad {
    max-width: 80%; }
  .uh-mustread ~ .uh-ad, .uh-not-miss ~ .uh-ad {
    display: none; }
  .uh-special-report ~ .uh-ad {
    display: block; }
  .uh-pick {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .uh-pick > div {
      width: 90%; }
    .uh-pick > div.uh-section-bg {
      background: white; }
    .uh-pick > div.uh-section-bg > div {
      padding: 0; }
  .uh-pick-list li {
    width: 48%;
    margin-bottom: 1.5rem; }
  .uh-opinion, .uh-not-miss, .uh-special-report {
    display: none; }
  .uh-section-r div.uh-for-section-page li:nth-child(n+4) {
    display: block; }
  .uh-article-text {
    padding: 0 5%; }
    .uh-article-text figure {
      margin-left: -5%;
      margin-right: -5%; }
  .uh-article-video {
    display: none; }
  .uh-side-ad {
    display: none; }
  .uh-width-in-section div.uh-article-side-ad {
    display: block;
    width: 100%; } }

@media screen and (max-width: 821px) {
  .uh-section-r div.uh-section-r-up h1 {
    margin-top: 1rem; }
  .uh-section-r div.uh-section-r-up h1, .uh-section-r div.uh-section-r-up h2 {
    font-size: 2rem; }
  .uh-section-r div.uh-section-r-up p {
    font-size: 1rem;
    line-height: 145%; }
  .uh-section-r div.uh-article-text h2 {
    font-size: 1.125rem; }
  .uh-body h3 {
    font-size: 1.125rem; }
    .uh-body h3 > a {
      font-size: 1.125rem; }
  .uh-l-recomm div h3 {
    font-size: 1.375rem; }
    .uh-l-recomm div h3 > a {
      font-size: 1.375rem; }
  .uh-right-list li > h4, .uh-mustread li > h4 {
    font-size: 1.125rem; }
    .uh-right-list li > h4 > a, .uh-mustread li > h4 > a {
      font-size: 1.125rem; } }

@media screen and (max-width: 768px) {
  .uh-section-r-up div > span, span.uh-education {
    font-size: 1.5rem; }
  .uh-section-r-up h2 {
    margin-top: 1rem; }
  .uh-section-r-up h2 > a {
    font-size: 3rem;
    line-height: 120%; }
  .uh-section-r-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .uh-section-r-up p {
    font-size: 1.5rem; }
  .uh-section-r div.uh-section-r-up > div {
    width: 100%; }
  .uh-section-r-up > div:last-child {
    margin-top: 2rem; }
  .uh-section-r-down li {
    width: 47%; }
  .uh-section-r-down li:nth-child(n+5) {
    display: none; }
  .uh-right-list ul > li {
    width: 100%;
    margin-top: 2rem; }
    .uh-right-list ul > li:nth-child(n+5) {
      display: none; }
  h3 > a {
    font-size: 1.75rem;
    line-height: 120%; }
  h4 > a {
    font-size: 1.5rem;
    line-height: 120%; }
  .uh-body div.uh-ad {
    display: none; }
  .uh-most-popular {
    display: none; }
  .uh-mustread > ul li {
    width: 100%;
    border-top: 1px solid #6e6e6e; }
  .uh-pick > div {
    width: 100%; }
  .uh-topics div.uh-pick-list li {
    margin-bottom: 4rem;
    width: 100%; }
  .uh-topics div.uh-pick-list li:nth-child(n+3) {
    display: none; }
  .uh-topics div.uh-pick-list ul:nth-child(n+2) {
    display: none; }
  .uh-pages {
    margin-bottom: 2rem; }
    .uh-pages ul {
      margin: 0 1rem; }
      .uh-pages ul li {
        margin: 0 0.25rem; }
    .uh-pages li:nth-child(n+8) {
      display: none; }
  .uh-section-h1 h1 {
    font-size: 1.875rem;
    padding: 0.875rem 0; }
  .uh-width-in-section {
    margin: 1.5rem 0; }
  .uh-article-text {
    padding: 0; }
  .uh-article-text figure {
    margin-right: 0;
    margin-left: 0; }
  .uh-right-list ul {
    margin-bottom: 4rem; }
    .uh-right-list ul li {
      border-bottom: none; } }

@media screen and (max-width: 415px) {
  address {
    font-size: 0.875rem; }
    address > strong > a {
      font-size: 0.875rem; }
  .uh-section-r .uh-section-r-up figure > figcaption > p {
    font-size: 0.875rem; }
  .uh-section-r-up address {
    font-size: 0.875rem; }
    .uh-section-r-up address > strong > a {
      font-size: 0.875rem; }
  .uh-section-r div.uh-section-r-up h1 {
    font-size: 2rem; }
  .uh-section-r div.uh-section-r-up h2 {
    font-size: 1.125rem;
    line-height: 100%; }
  .uh-body .uh-width-in {
    padding: 0 5%; }
  .uh-section-r-up div > span, span.uh-education {
    font-size: 1rem; }
  .uh-section-r-up h2 {
    margin-top: 1rem; }
  .uh-section-r-up h2 > a {
    font-size: 2rem; }
  .uh-section-r-up p {
    font-size: 1rem;
    font-weight: 300; }
  .uh-body h3 {
    margin: 0.5rem 0; }
  .uh-body .uh-width-in-section time, .uh-body .uh-width-in-section span.uh-fortime {
    font-size: 0.75rem;
    font-weight: 300; }
  .uh-body h3 > a, .uh-body h4 > a {
    font-size: 1rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
  .uh-mustread li {
    padding-bottom: 1.125rem; }
    .uh-mustread li h4 {
      margin-bottom: 0; }
  .uh-section-r-down {
    margin-top: 1rem; }
  .uh-section-r-down li {
    width: 48%;
    margin-bottom: 1.5rem; }
    .uh-section-r-down li address {
      margin-bottom: 0.3125rem; }
  .uh-l-recomm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .uh-l-recomm address {
      margin-bottom: 0.3125rem; }
    .uh-l-recomm div h3 {
      font-size: 1.125rem; }
      .uh-l-recomm div h3 > a {
        font-size: 1.125rem; }
  .uh-body div.uh-section-bg {
    padding-top: 1rem; }
  .uh-topics div.uh-pick-list li h3 {
    padding-bottom: 1rem;
    padding-top: 0.5rem; }
  .uh-topics div.uh-pick-list li {
    margin-bottom: 2rem; }
  .uh-article-side li > div > div:last-child {
    width: 47%; }
  .uh-article-text h1 {
    font-size: 2rem;
    margin-top: 1rem; }
  .uh-article-text figure {
    margin: 1rem 0; }
  .uh-article-text figure > figcaption p {
    font-size: 0.875rem; }
    .uh-article-text figure > figcaption p span {
      font-size: 0.875rem; }
  .uh-articles-more li h3 {
    line-height: 133%;
    font-size: 0.875rem; }
    .uh-articles-more li h3 > a {
      line-height: 120%;
      font-size: 0.875rem; } }

@media screen and (max-width: 375px) {
  .uh-body h3, .uh-body h4 {
    font-size: 0.875rem; }
    .uh-body h3 > a, .uh-body h4 > a {
      font-size: 0.875rem; }
  .uh-l-recomm div h3 {
    font-size: 1rem; }
    .uh-l-recomm div h3 > a {
      font-size: 1rem; }
  .uh-pick-title {
    margin-top: 0; }
    .uh-pick-title > div h2 {
      font-size: 2rem;
      line-height: 100%; }
      .uh-pick-title > div h2 > a {
        font-size: 2rem;
        line-height: 100%; }
  .uh-topics div.uh-pick-list li h3 {
    font-size: 0.875rem; }
    .uh-topics div.uh-pick-list li h3 > a {
      font-size: 0.875rem; } }

/* body end */
/* footer */
.uh-footer {
  padding: 1.25rem 0;
  border-bottom: 1px solid #bababa;
  border-top: 1px solid #bababa; }

.uh-footer > div.uh-width-in-section {
  margin: 0;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.uh-copyright {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  line-height: 160%;
  font-weight: 100;
  color: #000;
  font-size: 0.8125rem;
  color: #878787;
  font-weight: 300; }
  .uh-copyright a {
    color: #878787;
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 160%; }
    .uh-copyright a:hover {
      text-decoration: underline; }

.uh-footer div.uh-width-in-section > div:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .uh-footer div.uh-width-in-section > div:last-child div.uh-footer-in {
    width: 30%;
    border-left: 1px solid #bababa;
    padding-left: 1rem; }
  .uh-footer div.uh-width-in-section > div:last-child div.uh-footer-in div ul {
    width: 100%; }

.uh-footer div.uh-width-in-section > div {
  width: 50%;
  padding: 0;
  border-left: none; }
  .uh-footer div.uh-width-in-section > div:first-child ul {
    width: 100%; }
    .uh-footer div.uh-width-in-section > div:first-child ul > li {
      width: 30%; }
  .uh-footer div.uh-width-in-section > div ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 30%; }
    .uh-footer div.uh-width-in-section > div ul > li {
      width: 100%; }

.uh-footer-in ul {
  margin-top: 1rem; }

.uh-footer-in ul > li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #555555;
  line-height: 220%;
  white-space: nowrap;
  font-weight: 700; }

@media screen and (max-width: 1180px) {
  .uh-footer {
    margin: 0 3.75rem; }
  .uh-footer div.uh-width-in-section > div {
    width: 100%;
    padding: 1rem 0; }
  .uh-footer div.uh-width-in-section > div:last-child {
    border-top: 1px solid #bababa; }
    .uh-footer div.uh-width-in-section > div:last-child div.uh-footer-in:first-child {
      border-left: none;
      padding-left: 0rem; } }

@media screen and (max-width: 768px) {
  .uh-footer div.uh-width-in-section > div:not(:first-child) ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .uh-footer div.uh-width-in-section > div:not(:first-child) ul li {
      width: 30%; }
  .uh-footer div.uh-width-in-section > div:last-child {
    padding-bottom: 0; }
    .uh-footer div.uh-width-in-section > div:last-child div.uh-footer-in {
      width: 100%;
      border-left: none;
      padding-left: 0;
      border-bottom: 1px solid #bababa;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
      .uh-footer div.uh-width-in-section > div:last-child div.uh-footer-in:last-child {
        border-bottom: none; } }

@media screen and (max-width: 415px) {
  footer {
    padding: 0 5%; }
  .uh-footer {
    padding: 0;
    margin: 0; }
  .uh-copyright {
    padding: 0; }
  .uh-footer div.uh-width-in-section > div:first-child ul > li {
    width: 50%; }
  .uh-footer div.uh-width-in-section > div:not(:first-child) ul > li {
    width: 50%; } }

/* footer end */
/* html use */
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Kaisei Decol', serif; }

a, svg, img {
  vertical-align: middle; }

svg {
  width: 1.3125rem; }

a {
  text-decoration: none;
  line-height: 100%; }

img {
  width: 100%; }

h1, h2, h3, h4, h5, h6, figure {
  margin: 0;
  padding: 0; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

/* html use end */
/*# sourceMappingURL=main.css.map */