/* ------------------------------------------
                   RESET
------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  vertical-align: top;
  lien-height: 0;
  font-size: 0;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
/* ------------------------------------------
                COMMON STYLES
------------------------------------------ */
html {
  /* viewport 1920px のとき font-size 16px 16rem */
  font-size: calc(100vw * 1 / 1920);
}
body {
  background: #F6F6F6;
  font-size: 16rem;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #343434;
  line-height: 1.5;
}
a:link {
  color: #009AE0;
  text-decoration: none;
}

@media(min-width: 451px) {
  a:hover {
    text-decoration: none;
  }
}

@media (max-width: 1280px) {
  /* viewport 1280px以下 のとき */
  html {
    font-size: calc(100vw * 1 / 1420);
    margin: 0 auto;
  }
}
@media (min-width: 1921px) {
  /* viewport 1920px以上 のとき */
  #main,
  footer .inner {
    width: 1920px;
    margin: 0 auto;
  }
}
@media (min-width: 451px) {
  .pcNone {
    display: none !important;
  }
}

@media (max-width: 450px) {
  /* viewport 450px以下 のとき */
  html {
    font-size: calc(100vw * 1 / 375);
    margin: 0 auto;
  }
  body {
    margin: 49.47rem 0 0;
    font-size: 14rem;
  }
  .spNone {
    display: none !important;
  }
}
/* ------------------------------------------
                   HEADER
------------------------------------------ */
header {
  background-color: #05468C;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
header .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 98%;
  max-width: calc(1920px * 0.98);
  margin: 0 auto;
  padding: 20rem 0;
}
header h1 {
  height: 50rem;
  width: auto;
}
header h1 a {
  display: inline-block;
  height: 100%;
}
header h1 img {
  height: 100%;
}
header nav {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
#globalnavi ul {
  font-size: 0;
}
#globalnavi ul li {
  display: inline-block;
  padding: 0 15rem;
  border-right: 1px solid #fff;
}
#globalnavi ul li:last-child {
  border-right: none;
}
#globalnavi ul li:has(>span){
  border-right: none;
  padding: 0;
}
#globalnavi ul li a {
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
@media(min-width:451px) {
  #globalnavi ul li a:hover {
    color: #FFD600;
  }
}
#responsive-menu-button {
  display: none;
}
/* ------------------------------------------
                   FOOTER
------------------------------------------ */
footer {
  background: #333;
  color: #fff;
  text-align: left;
}
footer .inner {
  width: 98%;
  max-width: calc(1920px * 0.98);
  margin: 0 auto;
  padding: 9rem 0;
}
footer a:link, footer a:visited {
  color: #D4D5D5;
}
#footer-about {
  width: 44%;
  float: left;
  font-size: 93%;
  line-height: 170%;
}
#footer-social {
  width: 48%;
  float: right;
}
#footer-about h1 {
  margin-bottom: 15px;
}
.footer-logo img {
  width: 143px;
  float: left;
  margin-right: 30px;
}
.footer-social-buttons {
  margin-bottom: 15px;
}

.footer-social-buttons ul {
  text-align: left;
}

.footer-social-buttons ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
}

.footer-social-buttons ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.footer-social-buttons ul li.pocket{
  width:86px;
}

.footer-social-buttons ul li.facebook {
  position: relative;
  top: -3px;
  width: 80px;
}
.footer-social-buttons ul li.google {
  width: 60px;
}

.footer-social-links {
  font-size: 93%;
}
.footer-copyright {
  font-size: 10rem;
  color: #fff;
  text-align: center;
}
/* ------------------------------------------
                   LAYOUTS
------------------------------------------ */
#content main {
  display: block;
}
@media(min-width:451px) {
  #content {
    width: 98%;
    max-width: calc(1920px * 0.98);
    margin: 20rem auto 0;
    overflow: hidden;
  }
  #content #main-wrapper {
    width: calc(100% - 470rem);
    float: left;
  }
  #content aside {
    width: 450rem;
    float: right;
  }
  #content aside section {
    margin-bottom: 30rem;
    background-color: #fff;
  }
  #overflow {
    display: none;
  }
}
@media(max-width:450px) {
  #content {
    width: 100%;
    padding: 0;
  }
  #content #main-wrapper {
    width: 100%;
  }
  #content aside section {
    margin-bottom: 40rem;
    background-color: #fff;
  }
  #content aside section:last-child {
    margin-bottom: 0;
  }
}
/* ------------------------------------------
                   PARTS
------------------------------------------ */
.entrybox-large {
  margin-bottom: 90rem;
}
.entrybox-large .entry-image {
  display: block;
  position: relative;
  width: 57%;
  float: left;
}
.entrybox-large .entry-image .image img {
  width: 100%;
}
a.label {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 0.3em 0.6em;
  z-index: 100;
  background: #05468C;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-bottom-left-radius: 3px;
}
@media(min-width:451px) {
  a.label:hover {
    background: #009AE0;
  }
}
.entrybox-large .entry-detail {
  width: 43%;
  float: right;
  padding-left: 2em;
}
.entrybox-large .entry-detail .entry-meta {
  margin-bottom: 20px;
}
.entrybox-large .entry-detail .entry-meta .entry-author {
  display: table;
  width: 50%;
  float: left;
}
.entrybox-large .entry-detail .entry-meta .entry-author figure {
  display: table-cell;
  width: 40px;
  vertical-align: middle;
}
.entrybox-large .entry-detail .entry-meta .entry-author figure img {
  width: 100%;
}
.entrybox-large .entry-detail .entry-meta .entry-author p {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
.entrybox-large .entry-detail .entry-meta .entry-author p a {
  text-decoration: none;
}
.entrybox-large .entry-detail .entry-meta .entry-date {
  width: 50%;
  float: left;
  padding-top: 9px;
  text-align: right;
  color: #8D9092;
}
.entrybox-large .entry-detail .entry-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
.entrybox-large .entry-detail .entry-title a {
  text-decoration: none;
  color: #343434;
}
@media(min-width:451px) {
  .entrybox-large .entry-detail .entry-title a:hover {
    color: #8D9092;
  }
}
.entrylist .entry-image {
  position: relative;
}
.entrylist {
  margin: 0 auto 52rem;
}
.entrylist .entrylistTtlWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 30rem;
}
.entrylist .entrylistTtlWrap strong {
  font-size: 38rem;
  color: #333;
}
.entrylist .entrylistTtlWrap p {
  font-size: 18rem;
  color: #000;
}
.entrylist .entrylistTtlWrap .entrylistBtn {
  display: inline-block;
  width: 400rem;
}
.entrylist .entrylistTtlWrap .entrylistBtn a {
  display: inline-block;
  width: calc(100% - 40rem);
  padding: 14.5rem 20rem;
  font-size: 20rem;
  font-weight: bold;
  background-color: #05468C;
  color: #fff;
}
@media(min-width:451px) {
  .entrylist .entrylistTtlWrap .entrylistBtn a:hover {
    color: #FFD600;
  }
}
a.arrow {
  position: relative;
  display: inline-block;
  padding: 12rem;
}
a.arrow::before {
  content: '';
  width: 17rem;
  height: 17rem;
  border-top: solid 2rem #fff;
  border-right: solid 2rem #fff;
  position: absolute;
  right: 20rem;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
@media(min-width:451px) {
  a.arrow:hover::before {
    border-top: solid 2rem #FFD600;
    border-right: solid 2rem #FFD600;
  }
}
.entrylist ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.entrylist li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 20rem 20rem 0 0;
  padding: 40rem 20rem;
  border-radius: 0 20rem;
  background-color: #fff;
}
@media(min-width:451px) {
  .entrylist li {
    width: calc((100% - 160rem) / 3);
  }
  .entrylist li:nth-child(-n+3) {
    margin-top: 0;
  }
  .entrylist li:nth-child(3n) {
    margin-right: 0;
  }
}

.entrylist li a time {
  display: inline-block;
  margin: 0 0 5rem;
  font-size: 14rem;
  color: #333;
  line-height: 1;
}
.entrylist li .entryMainImg {
  border-radius: 0 20rem;
  overflow: hidden;
  aspect-ratio: 1.8 / 1;
}
.entrylist li .entryMainImg span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: left 50% top 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 1s all;
}
@media(min-width:451px) {
  .entrylist li a:hover .entryMainImg span {
    transform: scale(1.2,1.2);
  }
  .entrylist li a:hover h2 {
    text-decoration: underline;
  }
  .entrylist li a:hover p {
    text-decoration: underline;
  }
}
.entrylist li a h2 {
  font-size: 20rem;
  color: #333;
  margin: 15rem 0;
}
.entrylist li a p {
  font-size: 14rem;
  color: #333;
  margin: 0 0 20rem;
}
.entrylist li .entry-image {
  position: relative;
  margin-bottom: 15rem;
  height: 200rem;
  overflow: hidden;
}
.entrylist li .entry-image .image img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.entrylist li .entry-detail .entry-meta {
  margin-bottom: 15rem;
  font-size: 86%;
}
.entrylist li .entry-detail .entry-meta .entry-author {
  display: table;
  width: 50%;
  float: left;
}
.entrylist li .entry-detail .entry-meta .entry-author figure {
  display: table-cell;
  width: 25rem;
  height: 25rem;
  vertical-align: middle;
}
.entrylist li .entry-detail .entry-meta .entry-author figure a {
  display: block;
  width: 25rem;
  height: 25rem;
}
.entrylist li .entry-detail .entry-meta .entry-author figure img {
  width: 100%;
}
.entrylist li .entry-detail .entry-meta .entry-author p {
  display: table-cell;
  padding-left: 5rem;
  vertical-align: middle;
}
.entrylist li .entry-detail .entry-meta .entry-date {
  width: 50%;
  float: left;
  text-align: right;
  color: #8d9092;
}
.entrylist li .entry-detail .entry-title a {
  font-size: 18rem;
  font-weight: bold;
  line-height: 1.4;
  color: #343434;
  text-decoration: none;
}
@media(min-width:451px) {
  .entrylist li .entry-detail .entry-title a:hover {
    color: #8d9092;
  }
}
.entrylist li .asset-footer-tags {
  font-size: 0;
}
.entrylist li .asset-footer-tags a {
  display: inline-block;
  padding: 5rem 10rem;
  margin: 0 5rem 5rem 0;
  border: 1px solid #009AE0;
  border-radius: 100vh;
  font-size: 12rem;
  color: #009AE0;
  line-height: 1;
}
@media(min-width:451px) {
  .entrylist li .asset-footer-tags a:hover {
    color: #fff;
    background-color: #009AE0;
  }
}

.pager-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 52rem;
}
.pager-nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.pager-nav ul li {
  margin: 2px 0;
}
.pager-nav ul .pagerCurrent {
  margin: 0 10rem 0 0;
}
.pager-nav ul .pagerCurrent:nth-last-child(2) {
  margin: 0;
}
.pager-nav ul .pagerCurrent a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: calc(45rem - 2px);
  height: calc(45rem - 2px);
  border: 1px solid #E9E9E9;
  font-weight: bold;
  background-color: #fff;
  line-height: 1;
  color: #333333;
}
.pager-nav ul .pagerCurrent p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: calc(45rem - 2px);
  height: calc(45rem - 2px);
  border: 1px solid #009AE0;
  font-weight: bold;
  color: #fff;
  background-color: #009AE0;
  line-height: 1;
}
@media(min-width:451px) {
  .pager-nav ul .pagerCurrent a:hover {
    border: 1px solid #009AE0;
    color: #fff;
    background-color: #009AE0;
  }
}
.pager-nav ul .pagerPrev a,
.pager-nav ul .pagerPrev p {
  display: flex;
  align-items: center;
  height: 45rem;
  margin: 0 20rem 0 0;
  padding: 0 22rem 0 44rem;
  font-weight: bold;
  color: #fff;
  background-color: #05468C;
  position: relative;
  line-height: 1;
}
.pager-nav ul .pagerPrev p {
  color: #777;
  background-color: #ccc;
}
.pager-nav ul .pagerPrev .pager-arrow::before {
    content: '';
    width: 12rem;
    height: 12rem;
    border-top: solid 2rem #fff;
    border-right: solid 2rem #fff;
    position: absolute;
    left: 10.5rem;
    top: 50%;
    transform: translate(0, -50%) rotate(225deg);
}
.pager-nav ul .pagerNext a,
.pager-nav ul .pagerNext p {
  display: flex;
  align-items: center;
  height: 45rem;
  margin: 0 0 0 20rem;
  padding: 0 44rem 0 22rem;
  font-weight: bold;
  color: #fff;
  background-color: #05468C;
  position: relative;
  line-height: 1;
}
.pager-nav ul .pagerNext p {
  color: #777;
  background-color: #ccc;
}
.pager-nav ul .pagerNext .pager-arrow::before {
    content: '';
    width: 12rem;
    height: 12rem;
    border-top: solid 2rem #fff;
    border-right: solid 2rem #fff;
    position: absolute;
    right: 10.5rem;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
}
.pager-nav ul .pagerPrev p.pager-arrow::before,
.pager-nav ul .pagerNext p.pager-arrow::before {
  border-top: solid 2rem #777;
  border-right: solid 2rem #777;
}
@media(min-width:451px) {
  .pager-nav ul .pagerPrev a:hover,
  .pager-nav ul .pagerNext a:hover {
    color: #FFD600;
  }
  .pager-nav ul .pagerPrev a.pager-arrow:hover::before,
  .pager-nav ul .pagerNext a.pager-arrow:hover::before {
    border-top: solid 2rem #FFD600;
    border-right: solid 2rem #FFD600;
  }
}

aside h1 {
  padding: 13rem 20rem 12rem;
  font-size: 20rem;
  font-weight: bold;
  color: #fff;
  background-color: #05468C;
}
aside .textbox .textboxArea{
  padding: 20rem;
}
aside .textbox .textboxArea .logo {
  width: 180rem;
  margin: 0 auto 20.4rem;
}
aside .textbox .textboxArea .logo img {
  width: 100%;
}
aside .textbox .textboxArea p {
  font-size: 14rem;
}
aside .textbox .textboxArea p.about-link {
  text-align: right;
}
aside .textbox .textboxArea p.about-link a {
  padding: 0 15rem 0 0;
  color: #05468C;
  position: relative;
}
aside .textbox .textboxArea p.about-link a::before {
  content: '';
  width: 7rem;
  height: 7rem;
  border-top: solid 2rem #05468C;
  border-right: solid 2rem #05468C;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
@media(min-width:451px) {
  aside .textbox .textboxArea p.about-link a:hover {
    text-decoration: underline;
  }
}
aside .articlelist nav ul {
  padding: 20rem;
}
aside .articlelist nav ul li {
  margin: 0 0 20rem;
}
@media(min-width:451px) {
  aside .articlelist nav ul li:last-child {
    margin: 0;
  }
}
aside .articlelist nav article {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
aside .articlelist nav article figure {
      font-size: 0;
}
aside .articlelist nav article .image {
  display: inline-block;
  width: 100rem;
  border-radius: 0 10rem;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
aside .articlelist nav article .image span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: left 50% top 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s;
}
@media(min-width:451px) {
  aside .articlelist nav a:hover article .image span {
    transform: scale(1.2,1.2);
  }
  aside .articlelist nav a:hover article .entry-detail time,
  aside .articlelist nav a:hover article .entry-title {
    text-decoration: underline;
  }
}
aside .articlelist nav article .entry-detail {
  font-size: 0;
  margin: 0 0 0 15rem;
}
aside .articlelist nav article .entry-detail time {
  display: inline-block;
  font-size: 14rem;
  margin: 0 0 13rem;
  color: #333;
  line-height: 1;
}
aside .articlelist nav article .entry-title {
  font-size: 20rem;
  font-weight: bold;
  color: #333;
}
aside .tagslist nav ul {
  padding: 20rem 20rem 10rem;
  font-size: 0;
}
aside .tagslist nav ul li {
  display: inline-block;
  margin: 0 10rem 10rem 0;
}
aside .tagslist nav ul li a {
  display: inline-block;
  padding: 10rem;
  border: 1px solid #009AE0;
  border-radius: 100vh;
  font-size: 14rem;
  color: #009AE0;
  line-height: 1;
}
@media(min-width:451px) {
  aside .tagslist nav ul li a:hover {
    color: #fff;
    background-color: #009AE0;
  }
}
aside .memberlist nav ul {
  padding: 20rem;
}
aside .memberlist nav ul li {
  margin: 0 0 20rem;
}
aside .memberlist nav ul li:last-child {
  margin: 0;
}
aside .memberlist nav a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
aside .memberlist nav a .member-img {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
aside .memberlist nav a .memberImage {
  font-size: 0;
  display: inline-block;
  width: 96rem;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 2px solid #E9E9E9;
}
aside .memberlist nav a .memberImage img {
  width: 100%;
}
aside .memberlist nav a .member-img .memberName {
  display: inline-block;
  margin: 5rem 0 0;
  font-size: 14rem;
  font-weight: bold;
  color: #05468C;
}
aside .memberlist nav a .member-detail {
  width: calc(100% - 115rem);
  font-size: 0;
  margin: 0 0 0 15rem;
}
aside .memberlist nav a .member-detail .memberDescription {
  font-size: 12rem;
  color: #000;
}
@media(min-width:451px) {
  aside .memberlist nav a:hover .memberImage {
    border: 2px solid #707070;
  }
  aside .memberlist nav a:hover .member-detail .memberName,
  aside .memberlist nav a:hover .member-detail .memberDescription {
    text-decoration: underline;
  }
}
aside .memberlist nav ul li img {
  border-radius: 50%;
}
#content aside section.sideBnr {
  padding: 20rem;
  background-color: #05468C;
}
aside .sideBnr .phishingsite-ttl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 0 24.3rem;
}
aside .sideBnr .phishingsite-ttl .phishingsite-ttl-img {
  width: 58rem;
}
aside .sideBnr .phishingsite-ttl .phishingsite-ttl-img img {
  width: 100%;
}
aside .sideBnr .phishingsite-ttl h2 {
  width: calc(100% - 73rem);
  margin: 0 0 0 15rem;
  font-size: 24rem;
  font-weight: bold;
  color: #fff;
}
aside .sideBnr p {
  margin: 0 0 30rem;
  font-size: 16rem;
  color: #fff;
}
aside .sideBnr a {
  display: inline-block;
  width: 100%;
  padding: 11.5rem 0;
  font-size: 24rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: #FFD600;
  background-image: url(../img/icon_report_activity.png);
  background-repeat: no-repeat;
  background-size: 25rem;
  background-position: 10.6rem center;
}
@media(min-width:451px) {
  aside .sideBnr a:hover {
    opacity: .7;
  }
}

.side-entrylist ul li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #D8D8D8;
}
.side-entrylist ul li a {
  display: block;
  text-decoration: none;
  color: #343434;
  font-weight: bold;
}
@media(min-width:451px) {
  .side-entrylist ul li a:hover {
    color: #8d9092;
  }
}
.side-entrylist ul li a figure {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  margin-right: 12px;
  float: left;
}
.side-entrylist ul li a figure img.entry-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.side-entrylist ul li a figure span {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100;
}
.side-entrylist ul li a figure span img {
  width: 27px;
}
.side-entrylist ul li a p {
  font-size: 93%;
  overflow: hidden;
}

.breadcrumb-navi {
  background: #E6EAED;
}
.breadcrumb-navi .inner {
  width: 98%;
  max-width: calc(1920px * 0.98);
  margin: 0 auto;
  padding: 15rem 0;
  text-align: left;
  font-size: 14rem;
  color: #333;
  line-height: 1;
}
.page-title {
  margin: 0 0 20rem;
  font-size: 38rem;
  font-weight: bold;
}

/* ------------------------------------------
                   Entry 記事
------------------------------------------ */
.entry {
  margin: 0 0 60rem;
}

.entry img {
  width: 100%;
}

.entry .entry-meta {
  position: relative;
  margin: 0 0 30rem;
}
.entry .entry-meta .entry-maing-image {
  width: 100%;
  height: 350rem;
  overflow: hidden;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.entry .entry-meta .entry-cate-date {
  display: inline-block;
  padding: 13rem 20rem;
  font-size: 24rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFD600;
}
.entry .entry-meta .entry-maing-data {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40rem);
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8rem 20rem;
}
.entry .entry-meta .entry-author {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.entry .entry-meta .entry-author figure {
  font-size: 0;
}
.entry .entry-meta .entry-author figure a {
  display: inline-block;
  width: 45rem;
  aspect-ratio: 1 / 1;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.entry .entry-meta .entry-author figure img {
  width: 100%;
  height: auto;
}
.entry .entry-meta .entry-author p {
  margin: 0 0 0 10.4rem;
}
.entry .entry-meta .entry-author p a {
  font-size: 14rem;
  text-decoration: none;
  color: #fff;
}

.entry h2 {
  margin: 0 0 20rem 20rem;
  font-size: 38rem;
  font-weight: bold;
}
.entry .asset-footer-tags {
  margin: 0 0 26rem 20rem;
}
.entry .asset-footer-tags a {
  display: inline-block;
  margin: 0 5rem 0 0;
  padding: 5rem 10rem;
  border: 1px solid #009AE0;
  border-radius: 100vh;
  font-size: 12rem;
  color: #009AE0;
  background-color: #fff;
  line-height: 1;
}
/* .entry h3 {
  clear: both;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: normal;
  border-bottom: #DCDCDC 1px solid;
}
.entry h4 {
  clear: both;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
} */

.entry .entry-content {
  margin: 0 0 40rem;
  padding: 20rem;
  border-radius: 0 20rem;
  font-size: 16rem;
  color: #000;
  background-color: #fff;
  word-break: break-all;
}
.entry .entry-content p {
  margin: 0 0 40rem;
  word-break: break-all;
}
.entry .entry-content p:last-child {
  margin: 0;
}
.entry .entry-content ul {
  margin: 2em 0 !important;
}
.entry .entry-content ul li {
  padding-left: 2em;
  text-indent: -1em;
  list-style: inside disc;
}
.entry .entry-content ol {
  margin: 2em 0 !important;
}
.entry .entry-content ol li {
  padding-left: 2em;
  margin-right: 1em;
  text-indent: -1em;
  list-style: inside decimal;
}
.entry .entry-content dl {
  margin: 1em !important;
}
.entry .entry-content dl dt {
  margin-bottom: 0.5em !important;
  font-weight: bold !important;
}
.entry .entry-content dl dd {
  margin: 0 0 1em 2em !important;
}
.entry .entry-content blockquote {
  margin: 0 0 20rem;
  padding: 31rem 30rem;
  background-color: rgb(230 234 237 / 50%);
  position: relative;
}
.entry .entry-content blockquote:before {
  content: '';
  display: inline-block;
  width: 20rem;
  height: 18rem;
  position: absolute;
  top: 10rem;
  left: 10rem;
  background-image: url(../img/quote.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
}
.entry .entry-content blockquote:after {
  content: '';
  display: inline-block;
  width: 20rem;
  height: 18rem;
  position: absolute;
  bottom: 10rem;
  right: 10rem;
  background-image: url(../img/quote_end.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
}
.entry .entry-content blockquote h3 {
  margin: 0 0 14rem;
  font-weight: bold;
  font-size: 20rem;
}
.entry .entry-content blockquote cite p {
  text-align: right;
}
.entry .entry-content blockquote p {
  margin: 0;
  font-size: 14rem;
}

.entry .entry-categories {
  margin-bottom: 20px;
}
.entry .entry-categories ul li {
  display: inline-block;
}
.entry .entry-categories ul li a {
  display: inline-block;
  padding: 0.3em 0.6em;
  margin-right: 0.2em;
  z-index: 100;
  background: #05468C;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-size: 86%;
}
@media(min-width:451px) {
  .entry .entry-categories ul li a:hover {
    opacity: 0.8;
  }
}

.entry-author-detail {
  margin: 0 0 40rem;
  padding: 0 20rem;
}
.entry-author-detail-header {
  margin: 0 0 20rem;
}
.entry-author-detail-header p {
  font-size: 38rem;
  font-weight: bold;
  color: #333;
}
.entry-author-detail-body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.entry-author-detail-body figure {
  font-size: 0;
}
.entry-author-detail-body figure a {
  display: inline-block;
  width: 140rem;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.entry-author-detail-body figure img {
  width: 100%;
}
.entry-author-detail-body .entry-author-detail-body-text {
  margin: 0 0 0 20rem;
}
.entry-author-detail-body .entry-author-detail-body-text p {
}
.entry-author-detail-body .entry-author-detail-body-text .name {
  margin: 0 0 10rem;
}
.entry-author-detail-body .entry-author-detail-body-text .name a {
  font-size: 18rem;
  color: #05468C;
  font-weight: bold;
  text-decoration: none;
}
@media(min-width:451px) {
  .entry-author-detail-body .entry-author-detail-body-text .name a:hover {
    text-decoration: none;
  }
}
.entry-author-detail-body .entry-author-detail-body-text .profile {
  font-size: 16rem;
  color: #000;
}

.entry-navi {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 20rem 60rem;
  font-size: 0;
}
.entry-navi>div {
  display: inline-block;
}
.entry-navi a {
  display: inline-block;
  width: 360rem;
  padding: 15rem 20rem;
  text-decoration: none;
  font-size: 20rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #05468C;
}
@media(min-width:451px) {
  .entry-navi a:hover {
    color: #FFD600;
  }
}
.entry-navi .entry-navi-prev a.arrow::before {
  left: 20rem;
  top: 50%;
  transform: translate(0, -50%) rotate(225deg);
}
.entry-navi .entry-navi-prev a .header {
  text-align: right;
}

.relation-entrylist {
  padding: 0 20rem;
}
.relation-entrylist h1 {
  margin: 0 0 20rem;
  font-size: 38rem;
  color: #333;
}
.relation-entrylist ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.relation-entrylist ul li {
  display: flex;
  width: calc((100% - 20rem) / 2);
  margin: 20rem 20rem 0 0;
}
@media(min-width:451px) {
  .relation-entrylist ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .relation-entrylist ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.relation-entrylist ul li a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: calc(100% - 40rem);
  padding: 20rem;
  border-radius: 0 20rem;
  background-color: #fff;
  text-decoration: none;
}
.relation-entrylist ul li figure .entry-thumbnail {
  width: 90rem;
  margin: 0 20rem 0 0;
  border-radius: 0 10rem;
  overflow: hidden;
  aspect-ratio: 1.3 / 1;
  background-position: left 50% top 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.relation-entrylist ul li a .detail .title {
  margin-bottom: 0;
  font-size: 20rem;
  font-weight: bold;
  color: #05468C;
}
@media(min-width:451px) {
  .relation-entrylist ul li a:hover .detail .title {
    color: #8D9092;
  }
}
.relation-entrylist ul li a .detail .excerpt {
  margin-bottom: 0;
  color: #343434;
}

/* ------------------------------------------
                   AUTHOR
------------------------------------------ */
.author-entry-detail {
  padding: 0 0 40rem 26rem;
}
.author-entry-detail-body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.author-entry-detail-body figure {
  width: 140rem;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  font-size: 0;
}
.author-entry-detail-body figure img {
  width: 100%;
  height: auto;
}
.author-entry-detail-body-text {
  margin: 0 0 0 21rem;
}
.author-entry-detail-body-text p {
  font-size: 18rem;
  font-weight: bold;
  color: #05468C;
  margin: 0 0 10rem;
}
.author-entry-detail-body-text .profile {
  font-size: 16rem;
}

/* ------------------------------------------
                   ABOUT
------------------------------------------ */
.page-content section {
  margin: 0 0 20rem;
  padding: 30rem 20rem;
  border-radius: 0 20rem;
  background-color: #fff;
}
.page-content section:last-child {
  margin: 0;
}
.page-content section h2 {
  margin: 0 0 10rem;
  font-size: 20rem;
  font-weight: bold;
  color: #05468C;
}
.page-content section p {
  margin: 0 0 20rem;
}
.page-content section p:last-child {
  margin: 0;
}
.page-content section a {
  padding: 0 15rem 0 0;
  color: #009AE0;
  position: relative;
}
.page-content section a::before {
  content: '';
  width: 7rem;
  height: 7rem;
  border-top: solid 2rem #009AE0;
  border-right: solid 2rem #009AE0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
@media(min-width:451px) {
  .page-content section a:hover {
    text-decoration: underline;
  }
}
.page-content section h3 {
  font-size: 18rem;
  font-weight: bold;
}
.page-content section.sekigumo-content>p {
  padding: 0 0 0 1.5em;
}
.page-content section .sekigumo-content-logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.page-content section .sekigumo-content-logo-img {
  width: 150rem;
  margin: 0 14rem 0 0;
  padding: 60rem 25rem;
  background-color: #F2F4F6;
}
.page-content section .sekigumo-content-logo-img img {
  width: 100%;
}
.page-content section .sekigumo-content-logo p {
  margin: 0;
  font-weight: bold;
}

/* ------------------------------------------
                   SNS
------------------------------------------ */
.entry .entry-social-buttons ul {
  clear: both;
  margin-bottom: 20px;
  margin-left: 0px;
}
.entry .entry-social-buttons ul li{
  margin-right: 0.5em;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: bottom;
  list-style: none;
}
.entry .entry-social-facebook {
  padding-bottom: 6px;
}

.entry .userpic {
  width: 42px;
  height: 42px;
}
.entry .userpic img {
  margin-top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #05468C;
  margin: 1em 0;
  padding: 0;
}
ul.entry-author-buttons {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding-right: 30px;
  text-align: right;
}
ul.entry-author-buttons li {
  display: inline-block;
  margin-left: 0.1em;
  vertical-align: top;
  line-height: 1;
}
ul.entry-author-buttons li img {
  margin-top: 0;
}

.follow-action {
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
}
.follow-action .title {
  margin-bottom: 10px;
  font-size: 30px;
  text-align: center;
}
.follow-action ul {
  text-align: center;
}
.follow-action ul li {
  width: 32%;
  margin: 0 0.1em;
  display: inline-block;
}
.follow-action ul li a {
  width: 100%;
  display: inline-block;
  padding: 15px 15px 15px 65px;
  color: #fff;
  text-decoration: none;
  text-align: left;
}
.follow-action ul li.facebook a {
  background: #3B579E url(../../images/icon-follow-facebook.png) no-repeat 17px 20px;
}
.follow-action ul li.twitter a {
  background: #55ADEF url(../../images/icon-follow-twitter.png) no-repeat 17px 20px;
}
.follow-action ul li.feedly a {
  background: #89C131 url(../../images/icon-follow-feedly.png) no-repeat 17px 20px;
}
@media(min-width:451px) {
  .follow-action ul li a:hover {
    opacity: 0.8;
  }
}

/* ------------------------------------------
                  ClearFix
------------------------------------------ */
.clearfix, .conversation {
  zoom: 1;
  overflow: hidden;
}

/* ------------------------------------------
                 for sp
------------------------------------------ */
@media(max-width:450px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  header .inner {
    padding: 11rem 0;
    width: calc(100% - 30rem);
  }
  header h1 {
    height: 27.47rem;
  }
  #overflow {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  header nav .hamburgernavi-btn {
    width: 25rem;
    height: 25rem;
    position: relative;
    z-index: 2;
  }
  header nav .hamburgernavi-btn span {
    display: inline-block;
    width: 100%;
    height: 3rem;
    border-radius: 100vh;
    background-color: #fff;
    position: absolute;
    transition: all .4s;/*アニメーションの設定*/
  }
  header nav .hamburgernavi-btn span:nth-of-type(1) {
    top: 0;
  }
  header nav .hamburgernavi-btn span:nth-of-type(2) {
    top: 50%;
    transform: translate(0, -50%);
  }
  header nav .hamburgernavi-btn span:nth-of-type(3) {
    top: calc(100% - 3rem);
  }
  header nav .hamburgernavi-btn.active span:nth-of-type(1) {
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
  }
  header nav .hamburgernavi-btn.active span:nth-of-type(2) {
    opacity: 0;/*真ん中の線は透過*/
  }
  header nav .hamburgernavi-btn.active span:nth-of-type(3) {
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
  }
  header nav .hamburgernavi-area {
    width: 270rem;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #05468C;
    transition: all .4s;
    transform: translateX(270rem);
  }
  header nav .hamburgernavi-btn.active + .hamburgernavi-area {
    transform: translateX(0);
  }
  header nav .hamburgernavi-cont {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: calc(100vh - 49.47rem);
    margin: 49.47rem 0 0;
    background-color: #fff;
  }
  header nav .hamburgernavi-cont ul {
    margin: 20.4rem 0 0;
  }
  header nav ul .nolink {
    display:none;
  }
  header nav .hamburgernavi-cont li a {
    display: inline-block;
    width: calc(100% - 55rem);
    padding: 18.5rem 40rem 18.5rem 15rem;
    border-top: 1px solid #CCCCCC;
    font-size: 16rem;
    font-weight: bold;
    color: #333;
    position: relative;
  }
  header nav .hamburgernavi-cont li:last-child a {
    border-bottom: 1px solid #CCCCCC;
  }
  header nav .hamburgernavi-cont li a::before {
    content: '';
    display: inline-block;
    width: 10rem;
    height: 10rem;
    border-top: solid 2rem #333;
    border-right: solid 2rem #333;
    position: absolute;
    top: 50%;
    right: 20.8rem;
    transform: translate(0, -50%) rotate(45deg);
  }
  header nav .hamburgernavi-cont .phishingsite-link a {
    display: inline-block;
    padding: 33.5rem 40rem 33.5rem 15rem;
    font-size: 16rem;
    font-weight: bold;
    color: #fff;
    background-color: #05468C;
  }

  .entrylist {
    width: calc(100% - 30rem);
    margin: 0 auto 40rem;
  }
  .entrylist .entrylistTtlWrap {
    margin: 0 0 20rem;
  }
  .entrylist .entrylistTtlWrap strong {
    font-size: 24rem;
  }
  .entrylist .entrylistTtlWrap p {
    font-size: 14rem;
  }

  .entrylist li {
    width: calc((100% - 20rem) / 2);
    padding: 0;
    background-color: unset;
  }
  .entrylist li:nth-child(2n) {
    margin-right: 0;
  }
  .entrylist li:nth-child(-n+2) {
    margin-top: 0;
  }
  .entrylist li a time {
    margin: 0 0 3rem;
    font-size: 12rem;
  }
  .entrylist li .entryMainImg {
    border-radius: 0 10rem;
    aspect-ratio: 1 / 1;
  }
  .entrylist li a h2 {
    font-size: 12rem;
    margin: 10rem 0;
  }
  .entrylist li a p {
    font-size: 12rem;
    margin: 0 0 10rem;
    word-break: break-all;
  }
  .entrylist li .asset-footer-tags a {
    padding: 5rem 12rem;
    margin: 0 5rem 2rem 0;
    font-size: 9rem;
    background-color: #fff;
  }

  .entrylist .entrylistBtn {
    width: 100%;
    margin: 27rem 0 0;
  }
  .entrylist .entrylistBtn a {
    display: inline-block;
    width: calc(100% - 30rem);
    padding: 10rem 15rem;
    font-size: 18rem;
    font-weight: bold;
    background-color: #05468C;
    color: #fff;
  }

  .pager-nav {
    margin: 0 0 60rem;
  }
  .pager-nav ul .pagerPrev a,
  .pager-nav ul .pagerPrev p {
    margin: 0 11rem 0 0;
    padding: 0 10.7rem 0 26.3rem;
    height: 35rem;
  }
  .pager-nav ul .pagerPrev .pager-arrow::before {
    width: 10rem;
    height: 10rem;
    left: 10rem;
  }
  .pager-nav ul .pagerCurrent a,
  .pager-nav ul .pagerCurrent p {
    width: calc(35rem - 2px);
    height: calc(35rem - 2px);
  }
  .pager-nav ul .pagerNext a,
  .pager-nav ul .pagerNext p {
    margin: 0 0 0 11rem;
    padding: 0 26.3rem 0 10.7rem;
    height: 35rem;
  }
  .pager-nav ul .pagerNext .pager-arrow::before {
    width: 10rem;
    height: 10rem;
    right: 10rem;
  }

  a.arrow::before {
    width: 10rem;
    height: 10rem;
    border-top: solid 2rem #fff;
    border-right: solid 2rem #fff;
    right: 18.5rem;
  }

  .breadcrumb-navi .inner {
    width: calc(100% - 30rem);
    padding: 10rem 0;
    font-size: 12rem;
    line-height: 1.4;
  }

  #content #main-wrapper {
    width: 100%;
  }
  .page-title {
    margin: 20rem 15rem 20rem;
    font-size: 24rem;
  }
  aside h1 {
    padding: 8rem 15rem;
    font-size: 18rem;
  }
  aside .textbox .textboxArea {
    padding: 20rem 15rem;
  }
  aside .textbox .textboxArea .logo {
    width: 160rem;
    margin: 0 auto 19.8rem;
  }
  aside .textbox .textboxArea p {
    font-size: 12rem;
  }
  aside .textbox .textboxArea p.about-link a::before {
    border-top: solid 1rem #05468C;
    border-right: solid 1rem #05468C;
  }

  aside .articlelist nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20rem 15rem;
  }
  aside .articlelist nav ul li {
    width: calc((100% - 20rem) / 2);
    margin: 20rem 20rem 0 0;
  }
  aside .articlelist nav ul li a {
    display: inline-block;
    width: 100%;
  }
  aside .articlelist nav ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  aside .articlelist nav ul li:nth-child(2n) {
    margin-right: 0;
  }
  aside .articlelist nav article {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  aside .articlelist nav .entry-date time {
    display: inline-block;
    font-size: 12rem;
    margin: 0 0 3rem;
    color: #333;
    line-height: 1;
  }
  aside .articlelist nav article .image {
    width: 100%;
    border-radius: 0 10rem;
  }
  aside .articlelist nav article .entry-detail {
    margin: 10rem 0 0;
  }
  aside .articlelist nav article .entry-title {
    font-size: 12rem;
  }

  aside .tagslist nav ul {
    padding: 20rem 15rem 10rem 15rem;
  }
  aside .tagslist nav ul li {
    margin: 0 5rem 10rem 0;
  }
  aside .tagslist nav ul li a {
    padding: 5rem 10rem;
    font-size: 12rem;
  }

  aside .memberlist nav ul {
    padding: 20rem 15rem;
  }
  aside .memberlist nav ul li {
    margin: 0 0 15rem;
  }
  aside .memberlist nav ul li:last-child {
    margin: 0;
  }
  aside .memberlist nav a .member-detail {
    width: calc(100% - 91rem);
    font-size: 0;
    margin: 0 0 0 11rem;
  }
  aside .memberlist nav a .memberImage {
    width: 80rem;
  }
  aside .memberlist nav a .member-detail .memberName {
    font-size: 12rem;
  }
  #content aside section.sideBnr {
    padding: 20rem 15rem;
  }
  aside .sideBnr .phishingsite-ttl {
    margin: 0 0 32rem;
  }
  aside .sideBnr .phishingsite-ttl h2 {
    font-size: 20rem;
  }
  aside .sideBnr p {
    margin: 0 0 32rem;
    font-size: 14rem;
  }
  aside .sideBnr a {
    padding: 11rem 0;
    font-size: 18rem;
  }

  .entry .entry-meta {
    margin: 0 0 13rem;
  }
  .entry .entry-meta .entry-maing-image {
    height: 150rem;
  }
  .entry .entry-meta .entry-cate-date {
    padding: 12rem 15rem;
    font-size: 14rem;
  }
  .entry .entry-meta .entry-maing-data {
    width: calc(100% - 30rem);
    padding: 10rem 15rem;
  }
  .entry .entry-meta .entry-author p {
    margin: 0 0 0 5rem;
    font-size: 14rem;
  }
  .entry .entry-meta .entry-author figure a {
    width: 32rem;
  }
  .entry .entry-meta .entry-date {
    font-size: 12rem;
  }

  .entry h2 {
    width: calc(100% - 30rem);
    margin: 0 auto 13rem;
    font-size: 20rem;
  }
  .entry .asset-footer-tags {
    width: calc(100% - 30rem);
    margin: 0 auto 20rem;
  }
  .entry .asset-footer-tags a {
    margin: 0 5rem 0 0;
    padding: 5rem 12rem;
    font-size: 9rem;
  }
  .entry .entry-content {
    margin: 0 0 40rem;
    padding: 20rem 15rem 40rem;
    border-radius: 0;
    font-size: 14rem;
  }
  .entry .entry-content blockquote {
    margin: 0 0 25rem;
    padding: 40rem 22rem;
  }
  .entry .entry-content blockquote h3 {
    margin: 0 0 12rem;
    font-size: 18rem;
  }

  .entry-author-detail {
    width: calc(100% - 30rem);
    margin: 0 auto 34rem;
    padding: 0;
  }
  .entry-author-detail-header p {
    font-size: 24rem;
  }
  .entry-author-detail-body figure a {
    width: 95rem;
  }
  .entry-author-detail-body .entry-author-detail-body-text {
    margin: 0 0 0 10rem;
  }
  .entry-author-detail-body .entry-author-detail-body-text .name {
    margin: 0 0 5rem;
  }
  .entry-author-detail-body .entry-author-detail-body-text .name a {
    font-size: 16rem;
  }
  .entry-author-detail-body .entry-author-detail-body-text .profile {
    font-size: 12rem;
  }
  
  
  .entry-navi {
    width: calc(100% - 30rem);
    margin: 0 auto 60rem;
  }
  .entry-navi>div {
    width: calc((100% - 15rem) / 2);
  }
  .entry-navi a {
    width: calc(100% - 30rem);
    padding: 11rem 15rem;
    font-size: 18rem;
  }

  .relation-entrylist {
    width: calc(100% - 30rem);
    margin: 0 auto;
    padding: 0;
  }
  .relation-entrylist h1 {
    font-size: 24rem;
  }
  .relation-entrylist ul {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .relation-entrylist ul li {
    width: 100%;
    margin: 0;
    border-bottom: 2px solid #ccc;
  }
  .relation-entrylist ul li:last-child {
    border-bottom: unset;
  }
  .relation-entrylist ul li a {
    width: calc(100% - 30rem);
    padding: 15rem;
    border-radius: unset;
    text-decoration: none;
  }
  .relation-entrylist ul li figure .entry-thumbnail {
    width: 90rem;
    margin: 0 15rem 0 0;
    border-radius: 0 5rem;
  }
  .relation-entrylist ul li a .detail .title {
    margin-bottom: 0;
    font-size: 16rem;
  }

  .author-entry-detail {
    width: calc(100% - 30rem);
    margin: 0 auto;
    padding: 0 0 36rem;
  }
  .author-entry-detail-body figure {
    width: 95rem;
  }
  .author-entry-detail-body-text {
    width: calc(100% - 105rem);
    margin: 0 0 0 10rem;
  }
  .author-entry-detail-body-text p {
    font-size: 16rem;
    margin: 0 0 5rem;
  }
  .author-entry-detail-body-text .profile {
    font-size: 12rem;
  }

  .page-content section {
    padding: 15rem;
    border-radius: 0;
  }
  .page-content section:last-child {
    margin: 0 0 60rem;
  }
  .page-content section h2 {
    margin: 0 0 12rem;
    font-size: 18rem;
  }
  .page-content section h3 {
    font-size: 16rem;
  }
  .page-content section .sekigumo-content-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-content section .sekigumo-content-logo-img {
    width: calc(100% - 164rem);
    margin: 0 0 10rem;
    padding: 45rem 82rem;
  }
}
#page-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
}
#page-top a {
  text-decoration: none;
}


/* for sub categories */
.categorylist .catdepth-2 {
  position: relative;
  margin-left: 0px;
}

.categorylist .catdepth-2 .nolink {
  color: #cccccc;
}

.categorylist .catdepth-2::before {
  content: "└";
  position: absolute;
  left: -1em;
  top: 0px;
}

.categorylist .catdepth-3 {
  position: relative;
  margin-left: 12px;
}

.categorylist .catdepth-3 .nolink {
  color: #cccccc;
}

.categorylist .catdepth-3::before {
  content: "└";
  position: absolute;
  left: -1em;
  top: 0px;
}


/* ------------------------------------------
            Google Custom Search
------------------------------------------ */
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.gsib_a {
  padding-top: 0  !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0 0 1em 0  !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  margin: 10px;
}
@media(min-width:451px) {
  input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: #05468C !important;
    border-color: #05468C !important;
  }
}

/* 引用 blankアイコン追加 */
.entry-content a[target="_blank"]:after {
	content: url(../img/blank_icon.svg);
	display: inline-block;
	vertical-align: middle;
	padding-left:2rem;
	transform: scale(0.8);
}