body {
  margin: 0;
  padding: 0;
}

.title {
  color: #000;
  text-align: center;
  padding-bottom: 2px;
  border-bottom: #ccc dotted 2px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .title {
    margin: 30px 0 20px;
    font-size: 26px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .title {
    margin: 50px 0 20px;
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    color: #fff;
    background-color: #21394d;
    text-align: left;
    font-size: 24px;
    line-height: 100%;
    padding: 10px 10px 9px;
    margin: 10px 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    color: #fff;
    background-color: #21394d;
    text-align: left;
    font-size: 24px;
    line-height: 100%;
    padding: 13px 15px 12px;
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    color: #000;
    background-color: #f1f1f1;
    text-align: left;
    font-size: 24px;
    line-height: 100%;
    padding: 10px 10px 9px;
    margin: 10px 0 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    color: #000;
    background-color: #f1f1f1;
    text-align: left;
    font-size: 24px;
    padding: 3px 15px 3px;
    margin: 0 0 15px 0;
  }
}

h3 {
  width: 100%;
  position: relative;
  padding-top: 8px;
  border-top: 1px solid #ccc;
  font-size: 25px;
  margin: 0 0 17px 0;
  color: #000;
}
h3:first-child {
  margin-top: 0;
}
h3 img {
  border-right: 1px solid #ccc;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  h3 img {
    width: 30px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  h3 img {
    width: 30px;
    margin-right: 10px;
  }
}

h3::after {
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 3px;
  background-color: #333;
}

@media only screen and (max-width: 767px) {
  h4 {
    width: 100%;
    margin: 10px 0 10px;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    border-bottom: #000 solid 1px;
  }
}
@media only screen and (min-width: 768px) {
  h4 {
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 5px;
    color: #000;
    font-size: 18px;
    border-bottom: #000 solid 1px;
    padding-bottom: 5px;
    background-color: #fff;
  }
}

h5 {
  color: #000;
}
@media only screen and (max-width: 767px) {
  h5 {
    width: 100%;
    position: relative;
    padding-top: 8px;
    border-top: 1px solid #ccc;
    font-size: 22px;
    margin: 30px 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  h5 {
    width: 100%;
    position: relative;
    padding-top: 8px;
    border-top: 1px solid #ccc;
    font-size: 24px;
    margin: 30px 0 15px;
  }
}
h5:first-child {
  margin-top: 0;
}
h5 img {
  border-right: 1px solid #ccc;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  h5 img {
    width: 30px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  h5 img {
    width: 30px;
    margin-right: 10px;
    margin-top: 10px;
  }
}

h5::after {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 3px;
  background-color: #333;
}

@media only screen and (max-width: 767px) {
  h6 {
    color: #fff;
    background-color: #00dfff;
    text-align: left;
    font-size: 24px;
    line-height: 100%;
    padding: 10px 10px 9px;
    margin: 10px 0 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  h6 {
    color: #fff;
    background-color: #00c7e4;
    text-align: left;
    font-size: 24px;
    line-height: 100%;
    padding: 13px 15px 12px;
    margin: 0 0 15px 0;
  }
}

img {
  width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0 15px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1100px;
    padding: 0;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .hero {
    margin: 20px 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    margin: 20px 0 20px;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .content {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-tjustify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .content .main {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .content .main {
    width: 75%;
    margin: 0 20px 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .content .sub {
    width: 25%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .content .sub .box {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .content .sub .box {
    width: 100%;
  }
}
.content ul {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .content ul {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-tjustify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .content ul {
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-tjustify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .content ul .topic {
    width: 49%;
    margin: 0 0 10px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .content ul .topic {
    width: 100%;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-tjustify-content: space-between;
    justify-content: space-between;
    margin: 25px 0 5px 0;
    padding: 0;
  }
}
.content ul .topic:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .content ul .topic figure {
    width: 100%;
    height: 140px;
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .content ul .topic figure {
    width: 200px;
    height: 150px;
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .content ul .topic figure:hover img {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .content ul .topic figure a {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .content ul .topic figure a {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .content ul .topic figure a img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media only screen and (min-width: 768px) {
  .content ul .topic figure a img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media only screen and (max-width: 767px) {
  .content ul .topic .caption {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .content ul .topic .caption {
    width: calc(100% - 215px);
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .content ul .topic .caption a {
    text-decoration: none;
    color: #000;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
@media only screen and (min-width: 768px) {
  .content ul .topic .caption a {
    text-decoration: none;
    color: #000;
  }
}
.content ul .topic .caption a:hover {
  text-decoration: underline;
  color: 000;
}
@media only screen and (max-width: 767px) {
  .content ul .topic .caption p {
    width: 100%;
    margin: 10px auto 0 auto;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .content ul .topic .caption p {
    width: calc(100% - 20px);
    margin: 10px auto 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .content ul .topic .caption .articlelink {
    text-align: center;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .content ul .topic .caption .articlelink {
    text-align: right;
  }
}
.content ul .topic .caption .articlelink a {
  position: relative;
  font-size: 0.8rem;
  padding-left: 5px;
}
.content ul .topic .caption .articlelink a::after,
.content ul .topic .caption .articlelink a::before {
  display: block;
  content: '';
  position: absolute;
}
.content ul .topic .caption .articlelink a::after {
  top: .22em;
  left: -1.2em;
  width: 14px;
  height: 14px;
  background-color: #21394d;
  border-radius: 100%;
}
.content ul .topic .caption .articlelink a::before {
  z-index: 2;
  top: .58em;
  left: -.975em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .content .moreContainer {
    display: relative;
    float: right;
    margin-top: -85%;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 1%;
    border: #B1B1B1 1px solid;
    padding: 7px 10px 7px 28px;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .content .moreContainer {
    display: relative;
    float: right;
    margin-top: -36%;
    margin-left: 0px;
    margin-bottom: 0;
    margin-right: 1%;
    border: #B1B1B1 1px solid;
    padding: 7px 10px 7px 28px;
    border-radius: 5px;
  }
}
.content .more {
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .content .more {
    position: relative;
    float: right;
    top: -342px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .content .more {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .content .more:hover {
    color: #0a8496;
  }
}
.content .moretext {
  position: relative;
}
.content .moretext::after,
.content .moretext::before {
  display: block;
  content: '';
  position: absolute;
}
.content .moretext::after {
  top: .35em;
  left: -1.2em;
  width: 14px;
  height: 14px;
  background-color: #21394d;
  border-radius: 100%;
}
.content .moretext::before {
  z-index: 2;
  top: .625em;
  left: -.975em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hide-text {
  display: none;
  margin-top: 25px;
}

button.readmore {
  position: relative;
  height: 80px;
  width: 90px;
  margin: 10px auto;
  display: block;
  background-color: transparent;
  color: #00c7e4;
  padding-bottom: 40px;
  border: none;
  outline: 0;
  transition: .5s;
  -erbkit-transition: .5s;
}

button.readmore::after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  border-top: solid 3px #00c7e4;
  border-right: solid 3px #00c7e4;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  right: 28px;
  top: 25px;
  transition: .5s;
  -erbkit-transition: .5s;
}

button.readmore:hover::after {
  top: 40px;
}

.on-click {
  color: transparent !important;
}

.on-click {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
