@charset "UTF-8";
/* ==========================================================

title : 汎用RWDテンプレート
scope : メディアポ

last modify : 2018/10/29 Chau

========================================================== */
/* ---------------------------------------
 _header_mediapo
---------------------------------------- */
@media print, screen and (min-width: 768px) {
  .header_mediapo {
    background: transparent url(/masscommunication/image_cmn/head_bg.png) center bottom;
    border-bottom: 1px solid #d3c4b0;
    height: 140px;
    position: relative;
  }

  .header_mediapo .header_sec {
    background: #f75586;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    min-height: 25px;
    padding-top: 5px;
  }

  .header_mediapo .header_sec_p {
    line-height: 16px;
    margin: 0 auto;
    width: 1000px;
  }

  .header_mediapo .header_sec_p:after {
    clear: both;
    content: "";
    display: block;
  }

  .header_mediapo .header_sec_p .desc {
    float: left;
  }

  .header_mediapo .header_sec_p .link {
    background: url(/glossary/assets/image/glossary-mediapo/ico-arrow-header01.png) no-repeat 0 2px/6px auto;
    color: #fff;
    float: right;
    padding: 0 0 0 17px;
  }

  .header_mediapo .site_logo {
    left: 0;
    position: absolute;
    top: 12px;
    width: 200px;
  }

  .header_mediapo .site_logo span {
    display: none;
  }

  .header_mediapo .header_area .ttl_cate {
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: solid 3px #d71278;
    border-radius: 5px;
    color: #d71278;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    height: 50px;
    -ms-flex-pack: center;
    justify-content: center;
    left: 223px;
    line-height: 1.133;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    top: 32px;
  }

  .header_mediapo .backtotop {
    left: 828px;
    position: absolute;
    top: 75px;
    width: 162px;
  }

  #top_loginbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top: -71px;
    width: 422px;
  }

  #top_loginbox a {
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    height: 42px;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #top_loginbox .loginbox_inner .user_set .user_name {
    font-size: 13px;
  }

  #top_loginbox .logout {
    width: 332px;
  }

  #top_loginbox .logout a:after {
    display: none;
  }

  #top_loginbox .logout .btn_pr_pointget a {
    background: #1e9333;
    box-shadow: 0 3px #156a24;
    width: 200px;
  }

  #top_loginbox .logout .btn_gl_menu_login a {
    background: #d71278;
    box-shadow: 0 3px #9b0a57;
    width: 122px;
  }

  #top_loginbox .login .user_set {
    padding-right: 20px;
  }

  #top_loginbox .login a {
    width: 122px;
  }

  #top_loginbox .login a:after {
    display: none;
  }

  #top_loginbox .login .btn_pr_pointget a {
    background: #1e9333;
    box-shadow: 0 3px #156a24;
  }

  #top_loginbox .login .btn_gl_menu_login a {
    background: #d71278;
    box-shadow: 0 3px #9b0a57;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap {
    background: url(/glossary/assets/image/glossary-mediapo/bg-header.gif) repeat 0 0/4px auto;
  }

  .header_sec {
    background: #f75586;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    position: relative;
    z-index: 101;
  }

  .header_sec .link {
    display: none;
  }

  .site_logo {
    top: 3px;
  }

  .site_logo a {
    width: 160px;
  }

  .ttl_cate {
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff, #fff5e3);
    border-bottom: 1px solid #d71278;
    border-top: 1px solid #d71278;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 15px 0;
    text-align: center;
  }

  #top_loginbox {
    background: url(/glossary/assets/image/glossary-mediapo/bg-header.gif) repeat 0 0/4px auto;
    padding-bottom: 6px;
  }

  #top_loginbox .btn_pr_pointget, #top_loginbox .btn_gl_menu_login {
    border-radius: 3px;
  }

  #top_loginbox a {
    border: none;
    font-size: 15px;
    padding-top: 2px;
  }

  #top_loginbox .btn_pr_pointget {
    background: #1e9333;
    box-shadow: 0 3px #156a24;
    letter-spacing: .05em;
  }

  #top_loginbox .btn_gl_menu_login {
    background: #d71278;
    box-shadow: 0 3px #9b0a57;
  }

  #top_loginbox .loginbox_inner .user_set {
    border-top: 1px solid #efe2e1;
  }

  #top_loginbox .logout {
    border-top: 1px solid #efe2e1;
    padding-top: 3px;
  }
}

@media print, screen and (min-width: 768px) {
  /* ---------------------------------------
SEO
---------------------------------------- */
  .character_img {
    margin: 60px auto 0;
    position: relative;
    top: 6px;
    width: 416px;
    z-index: 2;
  }

  .footer_lead {
    background: #cbe2fa;
    border-radius: 5px;
    display: block;
    margin: 0 auto 50px;
    padding: 30px 40px;
    position: relative;
    width: 830px;
  }

  .footer_lead p {
    color: #000;
    font-size: 13px;
    line-height: 1.5;
  }

  .footer_lead p:after {
    clear: both;
    content: '';
    display: block;
  }
  /* ---------------------------------------
Footer
---------------------------------------- */
  footer .bg_footer {
    background: url(/glossary/assets/image/glossary-mediapo/bg-footer-x2.png) repeat 0 0;
    background-size: 249px 149px;
    padding: 30px 0 0 0;
    position: relative;
    z-index: 0;
  }

  footer .logo {
    border-left: 1px solid #8e8a7f;
    float: right;
    padding: 10px 0 18px;
    text-align: center;
    transform: translateX(3px);
    width: 18%;
  }

  footer .logo a {
    display: inline-block;
  }

  footer .logo a:hover {
    opacity: .7;
  }

  footer .footer {
    margin: 0 auto;
    position: relative;
    width: 900px;
  }

  footer .col_navi_footer {
    float: left;
    width: 27%;
  }

  footer .navi_footer_nav {
    width: 100%;
  }

  footer .navi_footer_nav li {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  footer .navi_footer_nav li:last-child {
    margin-bottom: 30px;
  }

  footer .navi_footer_nav a {
    color: #000;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding-left: 18px;
    position: relative;
  }

  footer .navi_footer_nav a:before {
    background: #d90078;
    content: '';
    display: inline-block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    width: 8px;
  }

  footer .navi_footer_nav a:hover, footer .navi_footer_nav a:active {
    color: #d90078;
  }

  footer .product {
    color: #000;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
    position: relative;
    top: -15px;
    width: 75%;
  }

  footer .product dt {
    float: left;
    margin-right: 5px;
  }

  footer .copyright {
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 15px 0;
    text-align: center;
  }

  footer .copyright a {
    color: #fff;
  }

  footer .copyright a:hover, footer .copyright a:active {
    opacity: .7;
  }
  /*-------------------------------------------
pagetop
-------------------------------------------*/
  .mod_pagetop {
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 30px;
    z-index: 1;
  }

  .mod_pagetop:hover img {
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  /* ---------------------------------------
Footer
---------------------------------------- */
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  footer .navi_footer_nav li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  footer .product {
    top: 0;
  }

  footer .product dt {
    float: none;
  }
  /*-------------------------------------------
pagetop
-------------------------------------------*/
  .mod_pagetop {
    background: linear-gradient(to bottom, #fff 0%, #e6f4fd 100%);
    border: 2px solid #0075d8;
    border-radius: 5px;
    bottom: 16px;
    box-shadow: 0 .15em .38em 0 rgba(0, 30, 50, .6);
    display: none;
    height: 56px;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 16px;
    width: 56px;
    z-index: 999;
  }

  .mod_pagetop a {
    color: #0075d8;
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: -.05em;
    line-height: 1;
    margin: auto;
    position: relative;
    text-align: center;
  }

  .mod_pagetop a::before {
    background: url(/glossary/assets/image/glossary-mediapo/ico-arrow-pagetop.png) no-repeat center top;
    background-size: 18px;
    content: "";
    display: block;
    height: 16px;
    margin: auto;
    margin-top: 8px;
    width: 49px;
  }
}

/* ---------------------------------------
 glossary_mediapo_rwd
---------------------------------------- */

.useful_wrap * > aside.main_category {
  border-color: #d71277 !important;
}