/**
 * admin header 周り
 */
body.admin .admin_head {
  background: #3c8dbc;
  height: 48px;
  width: 100%;
  position: relative;
  padding-top: 8px;
  /*float: right;*/
  z-index: 50; }
  @media screen and (max-width:760px) {
    .admin_head {
      display:none!important; } }  /* SP&TLの場合は管理ヘッダーを非表示とする */
  @media screen and (max-width: 1080px) {
    body.admin .admin_head {
      z-index: 300; } }
  body.admin .admin_head .btn_brdblk {
    font-size: 13px;
    border: none;
    width: 80px;
    height: 32px;
    float: left;
    margin-left: 280px; }
    @media screen and (max-width: 1080px) {
      body.admin .admin_head .btn_brdblk {
        font-size: 13px;
        margin-left: 16px; } }
    @media screen and (max-width: 400px) {
      body.admin .admin_head .btn_brdblk {
        width: 65px;
        font-size: 11px;
        font-size: 1.1rem; } }
    body.admin .admin_head .btn_brdblk span {
      line-height: 32px; }
    body.admin .admin_head .btn_brdblk + .btn_brdblk {
      margin-left: 10px; }
  body.admin .admin_head p {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57;
    text-align: right;
    position: absolute;
    right: 105px;
    height: 22px;
    margin-top: 4px; }
    /*
    @media screen and (max-width: 1080px) {
      body.admin .admin_head p {
        font-size: 10px;
        font-size: 1rem;
        line-height: 1;
        padding-top: 8px;
        height: 10px;
        right: 74px; } }
    */
  body.admin .admin_head dl {
    position: absolute !important;
    right: 0 !important; }
    @media screen and (max-width: 760px) {
      body.admin .admin_head p {
        padding-right:125px!important; }
      body.admin .admin_head dl {
        padding-right:135px!important; } }
    body.admin .admin_head dl dt {
      position: relative !important;
      right: 48px !important; }
      /*
      @media screen and (max-width: 1080px) {
        body.admin .admin_head dl dt {
          right: 16px !important; } }
      */
      body.admin .admin_head dl dt a::after {
        content: '';
        width: 9px !important;
        height: 8px !important;
        border-top: 8px solid #fff !important;
        border-right: 5px solid transparent !important;
        border-left: 5px solid transparent !important;
        position: absolute !important;
        top: 12px !important; }
        /*
        @media screen and (max-width: 1080px) {
          body.admin .admin_head dl dt a::after {
            width: 6px !important;
            height: 5px !important;
            border-top: 5px solid #fff !important;
            border-right: 3px solid transparent !important;
            border-left: 3px solid transparent !important;
            right: 0 !important;
            top: 14px !important; } }
        */
      body.admin .admin_head dl dt a img {
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        -ms-border-radius: 50% !important;
        -o-border-radius: 50% !important;
        border-radius: 50% !important;
        width: 32px !important;
        height: 32px !important;
        position: absolute !important;
        right: 8px !important;
        object-fit: cover !important;
        object-position: 50% 50% !important;
        max-width:unset !important; }  /* ymatz */
        /*
        @media screen and (max-width: 1080px) {
          body.admin .admin_head dl dt a img {
            right: 12px !important; } }
        */
      body.admin .admin_head dl dt.active a::after {
        content: '' !important;
        border-top: none !important;
        border-bottom: 8px solid #fff !important; }
        /*
        @media screen and (max-width: 1080px) {
          body.admin .admin_head dl dt.active a::after {
            border-bottom: 5px solid #fff !important; } }
        */
    body.admin .admin_head dl dd {
      background: #fff !important;
      border: solid 1px #e0e0e0 !important;
      padding: 16px !important;
      position: absolute !important;
      display: none;
      top: 36px !important;
      right: 41px !important;
      width: 240px !important; }
      /*
      @media screen and (max-width: 1080px) {
        body.admin .admin_head dl dd {
          right: 16px !important;
          min-width: 160px !important;
          width: auto !important;
          padding: 16px 0 16px !important; } }
      @media screen and (max-width: 1080px) {
        body.admin .admin_head dl dd ul {
          width: 100%; } }
      */
      body.admin .admin_head dl dd ul li {
        height: 24px;
        margin-top: 2px; }
        body.admin .admin_head dl dd ul li:nth-of-type(1) {
          margin-top: 0; }
        body.admin .admin_head dl dd ul li a {
          font-size: 1.2rem!important;
          line-height: 1.57;
          color: #333333;
          display: block;
          padding: 0 8px; }
          /*
          @media screen and (max-width: 1080px) {
            body.admin .admin_head dl dd ul li a {
              font-size: 12px;
              font-size: 1.2rem;
              line-height: 1.5; } }
          */
          body.admin .admin_head dl dd ul li a:hover {
            text-decoration: underline; }

          /* 2023-07-09 Wolf.Matz */
          /*body.admin .admin_head dl dd ul li a:active, body.admin .admin_head dl dd ul li a:focus {
            background: #f1f1f1; }*/



.btn_brdblk {
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #333333;
  background-color: #fff;
  border: solid 1px #333333;
  width: 400px;
  height: 40px;
  font-size: 14px;
  font-size: 1.4rem; }
  .btn_brdblk a {
    display: block; }
    .btn_brdblk a span {
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      z-index: 20;
      position: relative;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      line-height: 38px; }
      @media all and (-ms-high-contrast: none) {
        .btn_brdblk a span {
          line-height: 40px; } }
    .btn_brdblk a:hover {
      text-decoration: none; }
  .btn_brdblk span {
    z-index: 20;
    position: relative;
    font-weight: bold;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  /*
  .btn_brdblk::after {
    content: '';
    position: absolute;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    transform-origin: left top;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
    background: #ad9474; }
  .btn_brdblk:hover::after {
    content: '';
    transform: scale(1, 1); }
  .btn_brdblk a span {
    color: #333333; }
  .btn_brdblk span {
    color: #333333; }
  .btn_brdblk::after {
    background: #333; }
  .btn_brdblk:hover {
    background: #333;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
    .btn_brdblk:hover a span {
      color: #fff;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .btn_brdblk:hover span {
      color: #fff;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
  @media screen and (max-width: 600px) {
    .btn_brdblk {
      max-width: 295px;
      width: 100%;
      height: 40px; } }
  */



          /*main .magazine .side_list.more li > div .icon {*/
          .p-staff-blog__block .icon {
            margin: 0;
            /*width: 54%;*/
            width: 80%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-box;
            display: box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            pointer-events: auto;
            position: relative;
            top: 3px;
            right: 0; }
            @media screen and (max-width: 760px) {
              .p-staff-blog__block .icon {
                top: 12px; 
                font-size:1.2rem;
              } 
            }
            .p-staff-blog__block .icon a {
              width: 22%; }
              .p-staff-blog__block .icon a .image {
                /*padding-top: 100%;*/
                padding-top: 6px;
                display: inline-table;
                overflow: hidden;
                height: auto;
                width: 100%; }
                .p-staff-blog__block .icon a .image img {
                  width: 100%;
                  -webkit-border-radius: 50%;
                  -moz-border-radius: 50%;
                  -ms-border-radius: 50%;
                  -o-border-radius: 50%;
                  border-radius: 50%;
                  /*position: absolute;*/
                  top: 0;
                  right: 0;
                  bottom: 0;
                  left: 0;
                  margin: auto;
                  object-fit: cover;
                  object-position: 50% 50%;
                  font-family: 'object-fit: cover; object-position: 50% 50%;';
                  height: 100%; }
            .p-staff-blog__block .icon .name {
              margin-left: 10px;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-box;
              display: box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              right: 0;
              width: 74%; }
              .p-staff-blog__block .icon .name a {
                display: block;
                width: 100%;
                white-space: nowrap; }
                .p-staff-blog__block .icon .name a:nth-of-type(1) {
                  font-size: 1.2rem;
                  line-height: 1; 
                  position:relative;
                  left:80px;
                }
                  @media screen and (max-width: 760px) {
                    .p-staff-blog__block .icon .name a:nth-of-type(1) {
                      font-size: 12px;
                      font-size: 1.2rem;
                      line-height: 1.16; } }
                .p-staff-blog__block .icon .name a:nth-of-type(2) {
                  font-size: 12px;
                  font-size: 1.2rem;
                  line-height: 1.33;
                  margin-top: 4px; }
                  @media screen and (max-width: 760px) {
                    .p-staff-blog__block .icon .name a:nth-of-type(2) {
                      font-size: 10px;
                      font-size: 1rem;
                      line-height: 1.4; } }
            .p-staff-blog__block .icon a {
              pointer-events: auto; }
              .p-staff-blog__block .icon a:hover {
                text-decoration: underline; }


span.comment_number {
  background: url(/img/magazine/icon_comment.png) center left no-repeat;
  background-size: 13px;
  padding-left: 16px;
  margin-left: 10px;
}