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

title : 汎用RWDテンプレート
scope : ドクターマップ

last modify : 2018/10/29 Chau

========================================================== */
@media print, screen and (min-width: 768px) {
  html, body {
    min-width: 1024px;
  }
}

/* ---------------------------------------
 _header_doctor_map
---------------------------------------- */
@media print, screen and (min-width: 768px) {
  .header_doctor_map {
    background: transparent url(/doctor-map/image_cmn/head_bg.png) no-repeat center 0;
    border-bottom: 1px solid #2bb7b8;
    height: 140px;
    position: relative;
  }

  .header_doctor_map .header_sec {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    min-height: 25px;
    padding-top: 5px;
    position: relative;
    z-index: 3;
  }

  .header_doctor_map .header_sec_p {
    margin: 0 auto;
    width: 1000px;
  }

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

  .header_doctor_map .header_sec_p .logo_research {
    float: left;
    margin: 8px 0 0 0;
    width: 265px;
  }

  .header_doctor_map .header_sec_p .desc {
    color: #000;
    float: right;
    padding: 4px 0 0 17px;
  }

  .header_doctor_map .header_wrap {
    position: relative;
    z-index: 3;
  }

  .header_doctor_map .site_logo {
    position: absolute;
    top: 26px;
    width: 318px;
  }

  .header_doctor_map .site_logo span {
    display: none;
  }

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

  .header_doctor_map .backtotop {
    left: 828px;
    position: absolute;
    top: 57px;
    width: 162px;
  }

  .header_doctor_map #nav {
    z-index: 3;
  }

  #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: -89px;
    width: 422px;
  }

  #top_loginbox a {
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px #c3004d;
    border-radius: 4px;
    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: #df3176;
    border-color: #c3004d;
    width: 202px;
  }

  #top_loginbox .logout .btn_gl_menu_login a {
    background: #3ab8b7;
    border-color: #009b9a;
    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: #df3176;
  }

  #top_loginbox .login .btn_gl_menu_login a {
    background: #3ab8b7;
    border-color: #009b9a;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap {
    background: #fff;
  }

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

  .logo_research {
    display: none;
  }

  .site_logo {
    top: 19px;
  }

  .site_logo a {
    width: 213px;
  }

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

  #top_loginbox .btn_pr_pointget, #top_loginbox .btn_gl_menu_login {
    background: #df3176;
    border: solid 1px #c3004d;
    border-radius: 4px;
    padding: 0;
  }

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

  #top_loginbox .btn_pr_pointget {
    background: #df3176;
    letter-spacing: .05em;
  }

  #top_loginbox .btn_gl_menu_login {
    background: #3ab8b7;
    border-color: #009b9a;
  }

  #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
---------------------------------------- */
  .footer_lead {
    background: #fff;
    border: 1px solid #fedce9;
    display: block;
    margin: 20px auto 65px;
    padding: 25px 30px;
    position: relative;
    width: 700px;
  }

  .footer_lead p {
    color: #000;
    font-size: 13px;
    line-height: 1.5;
  }
  /* ---------------------------------------
 Footer
---------------------------------------- */
  footer .bg_footer {
    background: #fff;
    border-top: 1px solid #b6e0e0;
    padding: 15px 0 0 0;
    position: relative;
    z-index: 0;
  }

  footer .logo {
    margin: 0 auto 20px;
    text-align: center;
  }

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

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

  footer .navi_footer_nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 15px;
    width: 360px;
  }

  footer .navi_footer_nav li {
    border-right: 1px solid #000;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 12px;
    line-height: 1;
    text-align: center;
  }

  footer .navi_footer_nav li:last-child {
    border-right: none;
  }

  footer .navi_footer_nav a {
    color: #0000ff;
  }

  footer .navi_footer_nav a:hover, footer .navi_footer_nav a:active {
    opacity: .7;
  }

  footer .product {
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 15px;
    width: 800px;
  }

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

  footer .copyright {
    background: #3ab8b7;
    color: #fff;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
  }

  footer .copyright a {
    color: #0000ff;
  }

  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) {
  .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-doctor-map/ico-arrow-pagetop.png) no-repeat center top;
    background-size: 18px;
    content: "";
    display: block;
    height: 16px;
    margin: auto;
    margin-top: 8px;
    width: 49px;
  }
}

/* ---------------------------------------
 glossary_doctor-map_rwd
---------------------------------------- */
