@charset "UTF-8";
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;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #333;
}

/* --------------------------------------
pc_header sp_header
----------------------------------------- */
#pc_header,
#sp_header {
  position: relative;
  z-index: 20;
}

#pc_header {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 61px;
  background: url(bg.png) top center no-repeat #000;
}
#pc_header > div {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 61px;
  margin: 0 auto;
  background: url(nbo.jpg) top left no-repeat;
}
#pc_header > div .nbo_header {
  position: absolute;
  width: 283px;
  height: 35px;
  top: 11px;
  right: 12px;
  overflow: hidden;
}
#pc_header > div .nbo_header img {
  display: block;
  position: absolute;
  top: -11px;
  right: -12px;
}

#sp_header {
  display: none;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 30px;
  padding: 5px 0;
  background: #000;
}
#sp_header a {
  display: block;
  width: 92px;
  margin: 0 auto;
}
#sp_header a img {
  display: block;
}

@media screen and (max-width: 640px) {
  #pc_header {
    display: none;
  }
  #sp_header {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .ttl_small {
    font-size: 22px !important;
  }
  .ttl_smalls {
    font-size: 16px !important;
  }
  .ttl_small_pc {
    font-size: 18px !important;
  }
  .pc_mb_0 {
    margin-bottom: 0 !important;
  }
  .pc_mt_70 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 640px) {
  .ttl_small {
    font-size: 14px !important;
  }
  .ttl_smalls {
    font-size: 10px !important;
  }
  .sp_small {
    font-size: 10px !important;
  }
  #pc_header {
    display: none;
  }
  #sp_header {
    display: block;
  }
}
#footerArea {
  position: relative;
  z-index: 99;
  background-color: #ffffff;
}

/* --------------------------------------
SP public
----------------------------------------- */
@media screen\0  {
  #content {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
.wrapper {
  padding: 0 0 50px 0;
  border-bottom: solid 1px #aaa;
  font-weight: 500;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "YuGothic", "Yu Gothic", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  /* article */
  /* ==================
  spissue-1
  ===================== */
  /* ==================
   spissue-2
   ===================== */
}
.wrapper .only_sp {
  display: block;
}
.wrapper .only_pc {
  display: none;
}
.wrapper ul, .wrapper li {
  list-style: none;
}
.wrapper img {
  width: 100%;
}
.wrapper.article {
  /* hdArea */
  /* secBox */
  /* bannerArea */
  /* ==================
  spissue-2
  ===================== */
}
.wrapper.article .hdArea {
  margin: 0 0 25px 0;
  position: relative;
  max-width: 1500px;
  /* titleArea */
}
.wrapper.article .hdArea .photo {
  margin: 0 0 10px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 64.8vw;
}
.wrapper.article .hdArea .titleArea {
  position: absolute;
  top: 6px;
  width: 60%;
  /* h2 */
}
.wrapper.article .hdArea .titleArea h2 {
  position: relative;
  padding: 5px 0px;
  width: 100%;
}
.wrapper.article .hdArea .titleArea h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #002060 0%, #00b0f0 50%, rgba(0, 176, 240, 0));
}
.wrapper.article .hdArea .titleArea h2 span {
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 3%;
  color: #fff;
  font-weight: 700;
  font-size: 2.5vw;
  line-height: 1.4;
}
.wrapper.article .hdArea .titleArea h2 span > img {
  width: 30%;
  margin-right: 6px;
}
.wrapper.article .hdArea .titleArea h2 span small {
  font-size: 75%;
  font-weight: 600;
  color: #fff;
  display: block;
}
.wrapper.article .hdArea .maintitle p {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 5vw;
  font-feature-settings: "palt";
}
.wrapper.article .hdArea .maintitle p.small {
  font-size: 3vw;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.wrapper.article .grdBox {
  border: 4px solid #00b0f0;
  border-image: linear-gradient(to right, #002060 0%, #00b0f0 100%);
  border-image-slice: 1;
  background-color: #fff;
  width: 80%;
  margin: -10% auto 0;
  padding: 15px 0;
  position: relative;
  z-index: 10;
}
.wrapper.article .lead {
  margin: 0 auto 25px auto;
  width: 90%;
}
.wrapper.article .lead p {
  line-height: 1.5;
  font-size: 15px;
}
.wrapper.article .lead a {
  color: #00b0f0;
}
.wrapper.article .int_top {
  display: block;
  overflow: hidden;
  margin: 50px auto;
}
.wrapper.article .int_top img {
  width: 120%;
  height: auto;
  margin-left: -10%;
  display: block;
}
.wrapper.article .secBox {
  margin: 0 auto;
  padding: 40px 0px;
  box-sizing: border-box;
  width: 90%;
  background-color: #ffffff;
  /* p */
  /* photoArea */
}
.wrapper.article .secBox h2 {
  position: relative;
  margin: 0 0 60px 0;
  font-feature-settings: "palt";
  font-size: 4.8vw;
  text-align: center;
}
.wrapper.article .secBox h2:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  background: #00b0f0;
}
.wrapper.article .secBox .innerArea {
  margin: 0 auto;
}
.wrapper.article .secBox p {
  position: relative;
  margin-bottom: 1.5em;
  line-height: 1.75;
  font-size: 15px;
  /* interviewee */
  /* personSP */
}
.wrapper.article .secBox p.interviewer {
  padding: 0 0 0 2.5em;
  font-weight: bold;
}
.wrapper.article .secBox p.interviewer span {
  position: absolute;
  top: 0px;
  left: 0;
}
.wrapper.article .secBox p.interviewee {
  padding: 0 0 0 2.5em;
}
.wrapper.article .secBox p.interviewee span {
  position: absolute;
  top: 0px;
  left: 0;
  font-weight: bold;
}
.wrapper.article .secBox p.interviewee .no-wrap {
  position: relative;
  white-space: nowrap;
  font-weight: normal;
}
.wrapper.article .secBox p.interviewee.person1 span {
  color: #002060;
}
.wrapper.article .secBox p.interviewee.person1 .no-wrap {
  color: #333;
}
.wrapper.article .secBox p.interviewee.person2 span {
  color: #00b0f0;
}
.wrapper.article .secBox p a {
  color: #0066a5;
}
.wrapper.article .secBox p a:hover {
  text-decoration: none;
}
.wrapper.article .secBox p.personSP span {
  display: inline;
  position: static;
}
.wrapper.article .secBox p.personSP.person1 span {
  margin-left: -2.5em;
  margin-right: 0.5em;
}
.wrapper.article .secBox p.personSP.person2 span {
  margin-left: -2.5em;
  margin-right: 0.5em;
}
.wrapper.article .secBox .photoArea {
  margin: 40px 0;
}
.wrapper.article .secBox .photoArea img {
  display: block;
  width: 100%;
  height: auto;
}
.wrapper.article .secBox .photoArea .ph {
  width: 90%;
  margin: auto;
}
.wrapper.article .secBox .photoArea.p1_ph_side {
  overflow: hidden;
  width: 100%;
}
.wrapper.article .secBox .photoArea.p1_ph_side .ph {
  width: 100%;
}
.wrapper.article .secBox .photoArea.p1_ph_side .ph img {
  width: 120%;
  margin-left: -5%;
}
.wrapper.article .secBox .photoArea.p1_ph_side.right .msg {
  text-align: right;
  margin-left: 5%;
}
.wrapper.article .secBox .photoArea .profileText {
  padding: 20px 10px;
  box-sizing: border-box;
  width: 270px;
  margin-top: -60px;
}
.wrapper.article .secBox .photoArea p {
  text-align: center;
}
.wrapper.article .secBox .photoArea p.name {
  font-weight: bold;
  border-bottom: 2px solid #00b0f0;
  padding-bottom: 10px;
  width: 80%;
  margin: 0 auto 1.2em;
}
.wrapper.article .secBox .photoArea p.name strong {
  margin-right: 0.5em;
  font-weight: bold;
  font-size: 18px;
}
.wrapper.article .secBox .photoArea p.profile {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: bold;
}
.wrapper.article .secBox .photoArea p.text {
  line-height: 1.5;
  font-size: 12px;
}
.wrapper.article .secBox .photoArea p.text .small {
  display: block;
  margin-top: 1em;
  font-size: 11px;
}
.wrapper.article .secBox .photoArea p.msg {
  text-align: left;
  padding-left: 5%;
  font-weight: bold;
  font-size: 3.9vw;
  position: relative;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-bottom: 0.5em;
  width: 90%;
}
.wrapper.article .secBox .photoArea p.msg:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #002060;
  background: linear-gradient(to left, #002060 0%, #00b0f0 80%);
}
.wrapper.article .secBox .bgnOut {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-color: #002060;
  line-height: 1.5;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}
.wrapper.article .secBox .bgnOut:after {
  content: "▲";
  display: block;
  position: absolute;
  top: 35%;
  right: 10px;
  transform: rotate(90deg);
}
.wrapper.article .info {
  width: 80%;
  margin: 0 auto 70px;
}
.wrapper.article .info > span {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.wrapper.article .info > span img {
  width: 124px;
  height: auto;
}
.wrapper.article .info > span:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #002060;
  background: linear-gradient(to left, #002060 0%, #00b0f0 80%);
}
.wrapper.article .info p {
  font-size: 13px;
}
.wrapper.article .info p.name {
  font-weight: 700;
  margin-top: 0.5em;
}
.wrapper.article .info p.name strong {
  font-size: 18px;
}
.wrapper.article .info p.profile {
  font-weight: 700;
  margin: 1em auto;
}
.wrapper.article .column {
  width: 70%;
  max-width: 700px;
  margin: 0 auto 70px;
  padding: 40px 8%;
}
.wrapper.article .column h3 {
  text-align: center;
  font-size: 4.6vw;
  margin-bottom: 1.5em;
}
.wrapper.article .column p {
  font-size: 14px;
  line-height: 1.7;
}
.wrapper.article .column img {
  width: 100%;
  display: block;
  max-width: 500px;
  margin: 30px auto 0;
}
.wrapper.article a.link_top {
  display: block;
  border: 0;
  width: 100%;
  height: auto;
  text-decoration: underline;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 70px auto;
  color: #333;
}
.wrapper.article .link_txt {
  text-decoration: underline;
  font-size: 15px;
  color: #333;
  margin: 0 auto 60px;
  width: 85%;
  display: block;
  font-weight: 700;
}
.wrapper.article .bannerArea {
  margin: 0 0 80px 0;
}
.wrapper.article .bannerArea li {
  margin: 0 auto 20px auto;
  width: 80%;
  min-height: 74px;
}
.wrapper.article .bannerArea a {
  display: block;
  position: relative;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  width: 100%;
  background: #002060;
  background: -moz-linear-gradient(left, #002060 0%, #00b0f0 100%);
  background: -webkit-linear-gradient(left, #002060 0%, #00b0f0 100%);
  background: linear-gradient(to right, #002060 0%, #00b0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#002060", endColorstr="#00b0f0",GradientType=1 );
  text-decoration: none;
  line-height: 1.4;
  font-size: 18px;
  color: #ffffff;
}
.wrapper.article .bannerArea a:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(arrow_w.svg);
  background-size: cover;
}
.wrapper.article .bannerArea.bannerArea2 {
  display: flex;
  margin-bottom: 0;
  width: 100%;
  position: fixed;
  z-index: 9998;
  bottom: 60px;
  transition: 0.2s;
}
.wrapper.article .bannerArea.bannerArea2 li {
  min-height: 36px;
  margin-bottom: 0;
}
.wrapper.article .bannerArea.bannerArea2 a {
  font-size: 10px;
  padding: 7px 5px 5px 5px;
  text-align: center;
  line-height: 1.3;
}
.wrapper.article .bannerArea.bannerArea2 a:after {
  content: none;
}
.wrapper.article .bannerArea.bannerArea2.dn {
  opacity: 0;
  pointer-events: none;
}
.wrapper.article .bannerArea.bannerArea_re {
  text-align: center;
  font-weight: 700;
  margin-bottom: 50px;
}
.wrapper.article .bannerArea.bannerArea_re li {
  width: 80%;
}
.wrapper.article .bannerArea.bannerArea_re a {
  padding: 24px 0;
  font-size: 21px;
  height: 100px;
}
.wrapper.article .bannerArea.bannerArea_re small {
  font-size: 52%;
  font-size: min(3.2vw, 14px);
  text-align: center;
  display: block;
  padding-bottom: 5px;
}
.wrapper.article a.link_b {
  border: 1px solid #aaa;
  display: block;
  margin: 0 auto 40px;
  padding: 15px 0 0;
  width: min(80%, 360px);
  height: 83px;
  text-decoration: none;
  background-image: url(link-img.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
  transition: 0.3s;
}
.wrapper.article a.link_b:hover {
  background-size: 110%;
}
.wrapper.article a.link_b:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.wrapper.article a.link_b:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(arrow_w.svg);
  background-size: cover;
}
.wrapper.article a.link_b > img {
  width: min(55%, 160px);
  margin: auto;
  display: block;
  z-index: 3;
  position: relative;
}
.wrapper.article a.link_b span {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin-top: 0.5em;
  z-index: 3;
  position: relative;
}
.wrapper.article.spissue-2 .hdArea .titleArea {
  width: 52%;
}
.wrapper .logo {
  display: block;
  margin: 0 auto;
  width: 150px;
  background-color: #000;
  padding: 45px 60px 40px 60px;
}
.wrapper .logo2 {
  display: block;
  margin: 0 auto;
  width: 260px;
}
.wrapper.spissue-1 .hdArea .photo {
  background-image: url(hdimg-1.jpg);
  background-position-y: 20%;
  background-position-x: center;
}
.wrapper.spissue-2 .hdArea .photo {
  background-image: url(hdimg-2.jpg?0302);
  background-position-y: 20%;
  background-position-x: center;
}

/* --------------------------------------
PC public
----------------------------------------- */
@media screen and (min-width: 832px) {
  .only_sp {
    display: none !important;
  }
  .only_pc {
    display: block !important;
  }
  .wrapper {
    font-family: "YuGothic", "Yu Gothic", Hiragino Sans, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    /* article */
  }
  .wrapper.article {
    /* hdArea */
    /* secBox */
    /* bannerArea */
    /* ==================
    spissue-2
    ===================== */
  }
  .wrapper.article .hdArea {
    position: relative;
    margin: 0 auto 60px auto;
    /* titleArea */
  }
  .wrapper.article .hdArea .photo {
    margin: 0 0 0 auto;
    width: 60%;
    height: 300px;
  }
  .wrapper.article .hdArea .titleArea {
    position: absolute;
    top: auto;
    bottom: 20px;
    width: 100%;
  }
  .wrapper.article .hdArea .titleArea h2 {
    position: relative;
    padding: 10px 0px;
    width: 45%;
  }
  .wrapper.article .hdArea .titleArea h2 span.series {
    display: block;
    font-size: 2vw;
    line-height: 1.6;
  }
  .wrapper.article .hdArea .titleArea h2 span.series small {
    display: block;
  }
  .wrapper.article .hdArea .maintitle {
    border: none;
    width: 40%;
  }
  .wrapper.article .hdArea .maintitle p {
    display: inline-block;
    margin-right: auto;
    box-sizing: border-box;
    width: auto;
    font-size: 2.6vw;
    text-align: left;
  }
  .wrapper.article .hdArea .maintitle p.small {
    font-size: 1.4vw;
  }
  .wrapper.article .grdBox.maintitle {
    margin: 0;
  }
  .wrapper.article .grdBox.maintitle p {
    padding-left: 5%;
  }
  .wrapper.article .lead {
    margin: 0 auto 40px auto;
    width: 700px;
  }
  .wrapper.article .int_top img {
    width: 90%;
    max-width: 800px;
    margin: auto;
  }
  .wrapper.article .secArea {
    width: 100%;
    overflow: hidden;
  }
  .wrapper.article .secBox {
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0;
    max-width: 1000px;
    width: 100%;
  }
  .wrapper.article .secBox h2 {
    margin-bottom: 90px;
  }
  .wrapper.article .secBox h2:before {
    width: 80px;
    left: calc(50% - 40px);
  }
  .wrapper.article .secBox h2 span {
    font-size: 30px;
    line-height: 1.6;
    display: inline-block;
  }
  .wrapper.article .secBox .innerArea {
    margin: 0 auto;
    width: 700px;
  }
  .wrapper.article .secBox .figArea {
    max-width: 700px;
    width: 100%;
  }
  .wrapper.article .secBox .figArea .figCaption {
    padding: 20px 20px;
  }
  .wrapper.article .secBox .photoArea {
    margin: 90px auto;
  }
  .wrapper.article .secBox .photoArea img {
    width: 330px;
  }
  .wrapper.article .secBox .photoArea .ph {
    width: 100%;
  }
  .wrapper.article .secBox .photoArea.p1_ph_side {
    overflow: inherit;
    position: relative;
  }
  .wrapper.article .secBox .photoArea.p1_ph_side .ph {
    width: 60%;
    margin-left: -5%;
    overflow: hidden;
  }
  .wrapper.article .secBox .photoArea.p1_ph_side .ph img {
    width: 110%;
    margin-left: 0;
  }
  .wrapper.article .secBox .photoArea.p1_ph_side p.msg {
    font-size: 20px;
    width: 50%;
    padding-left: 80px;
    margin-left: -5%;
    position: absolute;
    bottom: calc(50% - 100px);
    right: 0;
  }
  .wrapper.article .secBox .photoArea.p1_ph_side.right .ph {
    margin-left: auto;
    margin-right: -7%;
  }
  .wrapper.article .secBox .photoArea.p1_ph_side.right .ph img {
    margin-right: 0;
    margin-left: auto;
  }
  .wrapper.article .secBox .photoArea.p1_ph_side.right p.msg {
    padding-left: 30px;
    padding-right: 80px;
    text-align: left;
    margin-left: 0;
    left: 0;
    right: auto;
  }
  .wrapper.article .secBox .photoArea.p1_ph_side.p2_ph-1 p.msg {
    width: 52%;
  }
  .wrapper.article .secBox .photoArea.p1_ph_side.p2_ph-2 p.msg {
    width: 40%;
  }
  .wrapper.article .secBox .photo_flex {
    display: flex !important;
    align-items: center;
    width: 1000px;
  }
  .wrapper.article .secBox .photo_flex .photoArea + .photoArea {
    margin-left: 5px;
  }
  .wrapper.article .secBox .photo_flex .profileText {
    height: 175px;
  }
  .wrapper.article .info {
    width: 700px;
    margin-bottom: 100px;
  }
  .wrapper.article .info .flexBox {
    display: flex;
    align-items: center;
  }
  .wrapper.article .info .info_img {
    width: 380px;
    margin-right: 30px;
  }
  .wrapper.article .column {
    width: 720px;
    padding: 40px;
  }
  .wrapper.article .column h3 {
    font-size: 20px;
  }
  .wrapper.article .column img {
    margin: 50px auto 20px;
  }
  .wrapper.article a.link_top {
    margin: 100px auto;
  }
  .wrapper.article .link_txt {
    text-align: center;
    margin-bottom: 90px;
    font-size: 18px;
  }
  .wrapper.article .bannerArea {
    display: flex;
    flex-wrap: wrap;
    max-width: 630px;
    margin: 0 auto 80px auto;
  }
  .wrapper.article .bannerArea li {
    margin: 0 auto 20px auto;
    width: 45%;
    min-height: 94px;
  }
  .wrapper.article .bannerArea li:nth-of-type(3) a {
    border: 0;
    background-color: #555555;
    text-align: center;
    font-size: 16px;
    color: #cccccc;
  }
  .wrapper.article .bannerArea li:nth-of-type(3) a:after {
    content: none;
  }
  .wrapper.article .bannerArea li.logo a {
    font-size: 18px;
  }
  .wrapper.article .bannerArea a {
    padding: 15px 20px 5px 15px;
    height: 100%;
    font-size: 22px;
    transition: 0.3s;
  }
  .wrapper.article .bannerArea a:hover {
    opacity: 0.8;
    transform: translateY(1px);
  }
  .wrapper.article .bannerArea.bannerArea2 {
    right: 110px;
    display: block;
    position: fixed;
    width: 116px;
    bottom: 3%;
  }
  .wrapper.article .bannerArea.bannerArea2 li {
    margin: 0;
    width: auto;
    min-height: 50px;
  }
  .wrapper.article .bannerArea.bannerArea2 li a {
    font-size: 12px;
    text-align: left;
  }
  .wrapper.article .bannerArea.bannerArea2 li:nth-of-type(3) a {
    border: 1px solid #ffffff;
    background: linear-gradient(to right, #002060 0%, #00b0f0 100%);
    text-align: left;
    color: #fff;
  }
  .wrapper.article .bannerArea.bannerArea_re {
    display: block;
    max-width: 362px;
    width: 100%;
  }
  .wrapper.article .bannerArea.bannerArea_re li {
    width: 100%;
  }
  .wrapper.article .bannerArea.bannerArea_re a {
    padding: 22px 0 0;
    font-size: 22px;
  }
  .wrapper.article .logo {
    width: 342px;
    padding: 45px 0;
  }
  .wrapper.article .logo img {
    width: 200px;
    margin: auto;
    display: block;
  }
  .wrapper.article .logo2:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  .wrapper.article.spissue-2 .hdArea .titleArea {
    width: 100%;
  }
}
@media screen and (min-width: 1300px) {
  .wrapper.article .hdArea .titleArea {
    bottom: 50px;
  }
  .wrapper.article .hdArea .titleArea h2 span small {
    display: inline-block;
    padding-bottom: 0;
    margin-right: 0.5em;
  }
  .wrapper.article .hdArea .titleArea h2 span.series {
    font-size: 17px;
  }
  .wrapper.article .hdArea .maintitle p {
    font-size: 36px;
  }
  .wrapper.article .hdArea .maintitle p.small {
    font-size: 20px;
  }
  .wrapper.article .hdArea .photo {
    height: 400px;
  }
}