#content {
  font-size: 1.4rem;
  margin-top: 64px;
  /*--------------------------------------------------
  .breadcrumb
  --------------------------------------------------*/
  /*--------------------------------------------------
  #title
  --------------------------------------------------*/
  /*--------------------------------------------------
  #links
  --------------------------------------------------*/
  /*--------------------------------------------------
  #entry
  --------------------------------------------------*/
}
@media (min-width: 1024px) {
  #content {
    font-size: 1.6rem;
  }
}
#content h2 {
  color: #33b2eb;
  font-family: "Muli";
  font-weight: 100;
  line-height: 1;
  font-size: 3.6rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#content h2 span.flipInY {
  animation-duration: 7s;
}
@media (min-width: 768px) {
  #content h2 {
    font-size: 4.2rem;
  }
}
@media (min-width: 1280px) {
  #content h2 {
    font-size: 5.7rem;
  }
}
#content .lead {
  line-height: 1.8;
}
#content .gr_btn {
  display: inline-block;
  width: 240px;
}
@media (min-width: 1024px) {
  #content .gr_btn {
    width: 270px;
  }
}
#content .breadcrumb {
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  #content .breadcrumb {
    width: calc(100% - 20px);
  }
}
@media print, screen and (min-width: 768px) {
  #content .breadcrumb {
    width: calc(100% - 48px);
  }
}
@media print, screen and (min-width: 1024px) {
  #content .breadcrumb {
    width: calc(100% - 80px);
    max-width: 1266px;
  }
}
#content .breadcrumb li {
  display: inline-block;
  margin-right: 10px;
}
#content .breadcrumb li:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #999;
  padding-left: 10px;
}
#content .breadcrumb li:last-child {
  margin-right: 0;
}
#content .breadcrumb li:last-child:after {
  content: "" !important;
  padding-left: 0 !important;
}
#content .breadcrumb li a {
  color: #33b2eb;
}
#content #title {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 42px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  #content #title {
    width: calc(100% - 20px);
  }
}
@media print, screen and (min-width: 768px) {
  #content #title {
    width: calc(100% - 48px);
  }
}
@media print, screen and (min-width: 1024px) {
  #content #title {
    width: calc(100% - 80px);
    max-width: 1266px;
  }
}
@media (min-width: 768px) {
  #content #title {
    margin-top: 60px;
    margin-bottom: 54px;
  }
}
#content #title p.subti {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #content #title p.subti {
    font-size: 1.8rem;
  }
}
#content #title p.lead {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #content #title p.lead {
    font-size: 1.6rem;
  }
}
#content #links {
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #dadada;
}
@media (min-width: 768px) {
  #content #links {
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  #content #links .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  #content #links .inner {
    width: calc(100% - 20px);
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (min-width: 768px) {
  #content #links .inner {
    width: calc(100% - 48px);
    max-width: 960px;
  }
}
@media print and (min-width: 768px), screen and (min-width: 768px) and (min-width: 1024px) {
  #content #links .inner {
    width: calc(100% - 80px);
  }
}

#content #links .inner .item a {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  width: 95%;
  max-width: 320px;
  margin: 0 auto;
  line-height: 1;
}
@media (min-width: 768px) {
  #content #links .inner .item a {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  #content #links .inner .item a {
    width: 435px;
  }
}
#content #links .inner .item a h2 {
  text-align: left;
}
@media (max-width: 767px) {
  #content #links .inner .item a h2 {
    font-size: 3.6rem;
  }
}
#content #links .inner .item a .text {
  position: relative;
  font-size: 1.6rem;
  padding-right: 90px;
}
#content #links .inner .item a .text:after {
  content: "\e902";
  position: absolute;
  right: 0;
  bottom: 3px;
  transition: transform 0.5s ease-out;
  font-family: "icomoon";
  margin-left: 5px;
  font-size: 0.8rem;
  color: #33b2eb;
  transition: transform 0.5s ease-out;
}
@media (min-width: 1024px) {
  #content #links .inner .item a .text:after {
    font-size: 1rem;
  }
}
#content #links .inner .item a.hover .text:after {
  transform: translateX(7px);
}
@media (min-width: 768px) {
  #content #links .inner .item:first-child a {
    margin: 0 auto 0 0;
  }
}
@media (min-width: 768px) {
  #content #links .inner .item:last-child a {
    margin: 0 0 0 auto;
  }
}
#content #entry h2 {
  margin-bottom: 24px;
}
@media (min-width: 1280px) {
  #content #entry h2 {
    margin-bottom: 66px;
  }
}
