@charset "utf-8";

/* reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  font-size: 100%;
  font-style: normal;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}
ol,
ul {
  list-style: none;
}

:focus {
  outline: 0;
}
img {
  max-width: 100%;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----- 共通内容 -----*/

a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
}
a:hover {
  color: #333;
  text-decoration: underline;
}

.line0 {
  line-height: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
  line-height: 0;
}
.cen {
  text-align: center;
}
.opa a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #fff;
}
.none {
  display: none;
}

.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb50 {
  padding-bottom: 50px;
}

.red {
  color: #e00;
}
.orange {
  color: #f50;
}
.gray {
  color: #999;
}

.p01 {
  font-size: 0.875em;
  line-height: 1.4;
}
.p02 {
  font-size: 0.7em;
  line-height: 1.6;
  color: #333;
}

.contents .p01 {
  line-height: 1.6;
}
.contents .p02 {
  line-height: 1.5;
}

.pdflink:after {
  content: url(../img/common/pdf_icon01.png);
  position: relative;
}

header .wrap,
.contents {
  padding: 0.5em;
}

header {
  padding: 0 0 0.5em;
}

.header-block {
  display: block;
  border-bottom: #999 1px groove;
  margin-bottom: 8px;
}
.header-block #company-logo {
  line-height: 0;
}

/*.pankuzu a.home {
	padding:0 7px 0 17px;
	background:transparent url("/ja/common/img/icon_home.gif") 0 0.1em no-repeat;
}*/

header h1 {
  text-align: center;
}
header .site_btn {
  padding: 0 0 0.5em;
  text-align: right;
}
header .welcome {
  float: left;
  padding: 0.3em 0 0;
  width: 70%;
}
header .log_btn {
  text-align: right;
  padding: 0 0 0.5em;
}
header .menu01 {
  font-size: 14px;
  float: left;
  width: 60%;
}
header .menu01 li {
  list-style: inside url(../img/common/arrow01.png);
  padding: 5px 0;
}
header .menu02 {
  font-size: 14px;
  float: right;
  width: 40%;
}
header .menu02 li {
  list-style: inside url(../img/common/arrow02.png);
  padding: 5px 0;
}
header .menu03 {
  float: left;
  width: 55%;
  text-align: center;
  margin: -8px 0 0;
}
header .menu03 li img {
  border: solid 3px #ebebeb;
  line-height: 0;
}
header .text_size {
  clear: both;
  float: left;
  padding: 0.75em 0 0;
  width: 60%;
}
header .text_size p {
  font-size: 12px;
  float: left;
  padding: 8px 0 0;
  width: 70px;
}
header .text_size ul li {
  float: left;
}
header .text_size ul li img {
  padding: 0 3px 0 0;
}
header .allmenu_btn {
  float: right;
  padding: 0.75em 0 0;
  text-align: right;
  width: 40%;
}

/* fontsize-change  */

.fontS {
  font-size: 80%;
}
.fontM {
  font-size: 100%;
}
.fontL {
  font-size: 120%;
}

.mod_headerbox_size {
  position: relative;
}
.mod_headerbox_size ul {
}
.mod_headerbox_size ul li {
  float: left;
  padding: 0;
  text-align: center;
}

.mod_headerbox_size ul li span {
  display: block;
  border: solid 1px #d7d7d7;
  background: url(../img/common/fontsize_off.png) repeat-x;
  cursor: pointer;
  font-size: 13px;
  width: 23px;
  padding: 5px 0;
}
.mod_headerbox_size ul li.active span {
  background: url(../img/common/fontsize_on.png) repeat-x;
  border: solid 1px #0054b5;
  color: #fff;
}

.totop {
  clear: both;
  text-align: right;
  padding: 0 0.5em;
  line-height: 0;
}

.side {
  border-top: 4px solid #e2e2e2;
}

.side h2 {
  background-color: #f6f6f6;
  padding: 10px 0px;
  border-bottom: 1px solid #e6e6e6;
}

.side h2 span {
  border-left: 4px solid #e60039;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.5;
  margin: 0px 8px;
  padding-left: 9px;
  display: block;
}

.side .box {
  border: solid 1px #d7d7d7;
  padding: 1px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .side .box.totsu {
    border: solid 1px #d7d7d7;
    padding: 1px;
    width: 230px;
    margin: 30px auto 0px;
  }
}

.side .box a:hover {
  opacity: 0.7;
}

.side .box a img {
  vertical-align: bottom;
}

.side .box h3 {
  text-align: center;
  background: url(../img/common/side_h3_back.png) repeat-x;
}
.side .menu_box {
}
.side .menu_box h3 {
  padding: 15px 10px;
  background-color: #f6f6f6;
  font-size: 13px;
  font-weight: bold;
}
.side .search h3 {
  background: #2f3a9b;
}
.side .search {
  background: url(../img/common/search_back.png) right bottom no-repeat #d4d7eb;
  padding-bottom: 15px;
}
.side .search .search_text {
  width: 84%;
  margin: 15px auto;
}
.side .search .search_text .search_input {
  width: 96%;
  height: 20px;
  border: solid 2px #29399b;
  border-radius: 5px;
}
.side .search_name p.p01,
.side .search_name p.p02,
.side .search_name .inner {
  margin: 3px 10px;
}
.side .search_name .search_name_text {
  width: 80%;
  float: left;
}
.side .search_name .search_name_input {
  width: 97.5%;
  height: 24px;
}
.side .search_name .aiueo_box ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.side .search_name .aiueo_box ul li a {
  background: url(../img/common/search_name_off_back.png) center repeat-x;
  border: solid 1px #d7d7d7;
  color: #555;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 5px;
  padding: 11px 0;
  text-decoration: none;
  width: 87.5%;
}
.side .search_name .aiueo_box ul li a:hover {
  background: url(../img/common/search_name_on_back.png) center repeat-x;
  color: #fff;
}
.side .whatsnew .inner,
.side .ranking .inner,
.side .contact .inner {
  padding: 10px 10px 0;
  line-height: 1.33;
}
.side .whatsnew .date {
  font-size: 0.75em;
}
.side .whatsnew .news {
  font-size: 0.875em;
  color: #e60039;
  padding: 0 0 10px;
  border-bottom: dotted 1px #aaa;
  margin-bottom: 10px;
}
.side .ranking p {
  font-size: 0.875em;
  color: #e60039;
  padding: 0 0 10px 2.25em;
  text-indent: -2.25em;
  border-bottom: dotted 1px #aaa;
  margin-bottom: 10px;
}
.side .whatsnew .detail {
  background: url(../img/common/arrow01.png) left center no-repeat;
  font-size: 0.75em;
  float: right;
  margin-bottom: 5px;
  padding: 0 8px 0 12px;
  width: 50px;
}
.side .ranking .rank {
  margin: 0 10px -7px 0;
}
.side .ranking p span:after {
  content: url(../img/common/rank_up.png);
}
.side .whatsnew .news:last-child,
.side .ranking p:last-child {
  border: none;
  margin-bottom: 0;
}
.side .contact {
  background: url(../img/common/side_contact_back.png);
}
.side .side_menu {
  font-size: 0.75em;
  line-height: 1.25;
}
.side .side_menu li a {
  display: block;
  padding: 11px 30px 11px 11px;
  background: transparent url(/medical/commons/drug/img/icon_004.png) 210px
    1.2em no-repeat;
  color: #333;
  text-decoration: none;
}
.side .side_menu li a:hover,
body.sinnryou .side .side_menu li.sinnryou a,
body.chiryou .side .side_menu li.chiryou a,
body.kijun .side .side_menu li.kijun a,
body.tacrolimus .side .side_menu li.tacrolimus a,
body.methotrexate .side .side_menu li.methotrexate a,
body.metoreto .side .side_menu li.metoreto a,
body.rimatiru .side .side_menu li.rimatiru a,
body.azarufijinn .side .side_menu li.azarufijinn a,
body.ralinks .side .side_menu li.ralinks a,
body.pocketbook .side .side_menu li.pocketbook a {
  background: #e60039 url(/medical/commons/drug/img/icon_004_on.png) 210px 1.2em
    no-repeat;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .side .side_menu li {
    border-bottom: 1px solid #e2e2e2;
  }

  .side .side_menu li a {
    display: block;
    padding: 11px 30px 11px 11px;
    background: url(/medical/commons/common/img/icon_001.gif) 98% 50% no-repeat;
    -webkit-background-size: 7px 14px;
    -moz-background-size: 7px 14px;
    background-size: 7px 14px;
    color: #333;
    text-decoration: none;
  }

  .side .side_menu li a:hover,
  body.sinnryou .side .side_menu li.sinnryou a,
  body.chiryou .side .side_menu li.chiryou a,
  body.kijun .side .side_menu li.kijun a,
  body.tacrolimus .side .side_menu li.tacrolimus a,
  body.methotrexate .side .side_menu li.methotrexate a,
  body.metoreto .side .side_menu li.metoreto a,
  body.rimatiru .side .side_menu li.rimatiru a,
  body.azarufijinn .side .side_menu li.azarufijinn a,
  body.ralinks .side .side_menu li.ralinks a,
  body.pocketbook .side .side_menu li.pocketbook a {
    background: url(/medical/commons/common/img/icon_001_on.gif) 98% 50%
        no-repeat,
      #e60039;
    -webkit-background-size: 7px 14px;
    -moz-background-size: 7px 14px;
    background-size: 7px 14px;
  }
}

.side .side_menu li .archive {
  border-top: solid 1px #d7d7d7;
  display: block;
  padding: 10px 0 9px 26px;
  cursor: pointer;
  line-height: 20px;
  background: url(../img/common/side_menu_off.png) right center no-repeat;
}
.side .side_menu li .clicked {
  background: url(../img/common/side_menu_on.png) right center no-repeat;
}

.side .side_menu li.opened .archive {
  background: url(../img/common/side_menu_on.png) right center no-repeat;
}
.side .side_menu li.opened .clicked_opened {
  background: url(../img/common/side_menu_off.png) right center no-repeat;
}

.side .side_menu li:first-child .archive {
  border-top: none;
}
.side .side_menu > li {
  border-bottom: 1px solid #e6e6e6;
  background: none;
  padding: 0;
  line-height: 1.6;
}
.side .side_menu li li a {
  background-image: url(../img/common/arrow02.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 25px 18px;
  padding-left: 35px;
}
/*.side .side_menu li.current {
	background: url(../img/common/side_menu_back_current.png) top left no-repeat #ececec;
}*/
.side .side_menu li.current a,
.side .side_menu li li.current a,
.side .side_menu li.current a:hover,
.side .side_menu li li.current a:hover {
  background: url(/medical/commons/common/img/icon_001_on.gif) 98% 50% no-repeat,
    #e60039;
  -webkit-background-size: 7px 14px;
  -moz-background-size: 7px 14px;
  background-size: 7px 14px;
  color: #fff;
  text-decoration: none;
}

footer .footer_contents {
  background: url(../img/common/footer_top.png) top repeat-x #f5f5f5;
  padding: 10px 0 20px;
}
footer .footer_contents .wrap {
  padding: 0.5em;
}
footer .footer_contents h3 {
  background: url(../img/common/arrow01.png) left center no-repeat;
  color: #e60039;
  padding: 15px;
  font-size: 1em;
}
footer .footer_contents ul li {
  font-size: 0.875em;
  list-style: outside url(../img/common/arrow03.png);
  line-height: 1.3;
  margin-left: 2em;
  padding: 10px 0;
}
footer .footer_contents ul li a:link {
  color: #555;
  text-decoration: none;
}
footer .footer_contents ul li a:hover {
  color: #e60039;
  text-decoration: underline;
}
footer .footer_contents .banner {
  padding: 20px 0 0;
}
footer .footer_contents .banner p {
  text-align: center;
  padding: 0 0 5px;
}
footer .footer_menu {
  background: #0c64cc;
  color: #fff;
  padding: 0.5em;
}
footer .footer_menu ul li a:link,
footer .footer_menu ul li a:visited {
  color: #fff;
  text-decoration: none;
}
footer .footer_menu ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .footer_menu ul li {
  padding: 10px 0;
  font-size: 0.875em;
}
footer .footer_copyright {
  text-align: center;
  padding: 10px 0;
}
footer .footer_copyright p {
  font-size: 0.75em;
  line-height: 1.25;
}

.pankuzu {
  font-size: 0.75em;
  line-height: 1.33;
  padding: 1em 1em 0;
}
.pankuzu span {
  display: none;
}
@media (max-width: 738px) {
  h1#logo a {
    display: grid;
  }
}
@media (max-width: 640px) {
  .pankuzu {
    margin: 0;
    background-color: #efefef;
    padding: 10px;
  }
  .pankuzu p {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    font-size: 10px;
    color: #333;
    vertical-align: top;
    line-height: 1.6em;
  }

  .pankuzu p a {
    display: inline-block;
    padding-right: 15px;
    color: #333;
    overflow: hidden;
    width: 4em;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-size: 10px !important;
    background: url(/common/img/pankuzu_allow.gif) no-repeat right 3px center;
    margin-right: 5px;
    text-decoration: underline;
  }

  .mr .pankuzu {
    margin: 0;
    background-color: #efefef;
    padding: 10px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    font-size: 10px;
    color: #333;
    vertical-align: top;
    line-height: 1.6em;
  }

  .mr .pankuzu a {
    display: inline-block;
    padding-right: 15px;
    color: #333;
    overflow: hidden;
    width: 4em;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-size: 10px !important;
    background: url(/common/img/pankuzu_allow.gif) no-repeat right 3px center;
    margin-right: 5px;
    text-decoration: underline;
  }
}

/*----- コンテンツ -----*/

/*.title_h1 {
	color: #e60039;
	font-size: 1.75em;
	line-height: 1.25;
	margin: 0 0 1em;
}*/

h1.title_h1 {
  clear: both;
  background: url(/med/_projects/med/img/common/title_h3_back.png) repeat-x
    #ececec;
  border-top: solid 2px #e60039;
  padding: 10px 0 5px 10px;
  margin-bottom: 15px;
}

h3.ti002 {
  clear: both;
  display: block;
  margin-bottom: 27px;
  padding: 12px 11px 11px 11px;
  border-bottom: 2px solid #e60039;
  background: transparent url(/med/_projects/med/img/border_dotted.gif) 0 0
    repeat-x;
  height: 1%;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.5;
}

h3.ti002 .bg {
  display: block;
  padding-left: 9px;
  border-left: 4px solid #e60039;
}

.title_h2 {
  background: url(/med/_projects/med/img/common/title_h2_back.png) left center
    no-repeat;
  color: #e60039;
  font-size: 1.25em;
  line-height: 1.25;
  margin: 30px 0 1.6em;
  padding: 0 0 0 0.75em;
}
.title_h3 {
  border-left: solid 3px #e60039;
  font-size: 1em;
  line-height: 1.25;
  margin: 20px 0 0.5em;
  padding: 0 0 0 0.5em;
}
.title_h4 {
  font-size: 1em;
  line-height: 1.25;
  margin: 10px 0 0.5em;
}

ul.tree_list {
  line-height: 1.25;
  margin: 0 0 0.5em;
}
ul.tree_list > li {
  list-style: outside url(../img/common/arrow01.png);
  font-size: 0.875em;
  margin-left: 1em;
  padding: 0.5em 0;
}
ul.tree_list li li {
  list-style: outside url(../img/common/arrow02.png);
  font-size: 0.75em;
  margin-left: 1em;
  padding: 0.5em 0 0;
}

.indent {
  text-indent: 1em;
}
.new_icon:after {
  content: url(../img/common/new_icon.png);
}
.textend {
  visibility: hidden;
}

.members:after {
  content: url(../img/common/key_icon.png);
}

.favorite_btn {
  text-align: right;
  padding: 0.5em 0;
}
.favorite_btn button {
  border: none;
  width: 110px;
  height: 20px;
  background: url(../img/common/favorite_btn_off.png) no-repeat;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.favorite_btn button:hover {
  opacity: 0.8;
}

/*----- 回り込み回避 -----*/

header:after,
nav:after,
.box:after,
.contents h3:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  line-height: 0;
  clear: both;
}

@media all and (min-width: 480px) {
  /*----- 共通内容 -----*/

  header h1 {
    float: left;
    text-align: left;
    width: 70%;
  }
  header .site_btn {
    float: right;
    padding: 0 0 0.5em;
    width: 30%;
  }
  header .welcome {
    padding: 0.75em 0 0;
  }
  header .menu01 {
    float: none;
    text-align: center;
    width: 100%;
  }
  header .menu01 li {
    float: left;
    padding: 5px 0 12px;
    width: 33.333%;
  }
  header .menu02 {
    float: none;
    clear: both;
    text-align: center;
    width: 100%;
  }
  header .menu02 li {
    float: left;
    padding: 5px 0 8px;
    width: 33.333%;
  }
  header .menu03 {
    clear: both;
    width: 315px;
    float: right;
    margin: 0 0 5px;
  }
  header .menu03 li {
    float: left;
  }
  header .menu03 li img {
    border: solid 5px #ebebeb;
  }
  header .menu03 li:first-child img {
    border-right: solid 0px #ebebeb;
  }

  footer .footer_contents .banner p {
    width: 50%;
    float: left;
  }
  footer .footer_contents .banner p img {
    max-width: 95%;
    margin: 0 auto;
  }

  .favorite_btn {
    padding: 0 0 0.5em;
  }
}

@media all and (min-width: 641px) {
  /*----- 共通内容 -----*/

  header .welcome {
    clear: both;
    float: left;
    padding: 0.5em 0 0;
    width: 47%;
  }
  header .log_btn {
    float: right;
    padding: 0 0 0.5em;
    width: 13%;
  }
  header .menu01 {
    float: left;
    font-size: 11px;
    width: 40%;
  }
  header .menu01 li {
    width: 50%;
    padding: 8px 0;
  }
  header .menu02 {
    clear: both;
    font-size: 12px;
    float: left;
    text-align: left;
    width: 55%;
  }
  header .menu02 li {
    float: left;
    padding: 8px 0;
    width: 33.333%;
  }
  header .menu02 li.menu02_1 {
    text-align: center;
  }

  header .text_size {
    clear: none;
    float: left;
    padding: 0;
    width: 25%;
  }
  header .allmenu_btn {
    float: right;
    padding: 0 0 0;
    width: 20%;
  }

  footer .footer_contents .col4 {
    width: 50%;
    float: left;
  }
  footer .footer_menu ul {
    text-align: center;
  }
  footer .footer_menu ul li {
    border-right: solid 1px #fff;
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
    margin: 10px 0;
  }
  footer .footer_menu ul li:first-child {
    border-left: solid 1px #fff;
  }
}

@media all and (min-width: 768px) {
  /*----- 共通内容 -----*/

  .wrap {
    width: 950px;
    margin: 0 auto;
  }

  header.wrap {
    padding: 2px 5px 10px;
  }

  header h1 {
    float: left;
    width: 33%;
    padding: 10px 0 0;
  }
  header .site_btn {
    float: left;
    padding: 10px 0 0;
    text-align: left;
    width: 14%;
  }
  header .header_right {
    float: right;
    width: 52%;
  }
  header .welcome {
    font-size: 12px;
    line-height: 1.2;
    padding: 5px 0 0;
    width: 34%;
  }
  header .menu01 {
    width: 52%;
  }
  header .menu01 li {
    padding: 5px 0 20px;
    text-align: left;
    line-height: 1.2;
  }
  header .menu01 li.menu01_1 {
    width: 53%;
  }
  header .menu01 li.menu01_2 {
    width: 47%;
  }
  header .menu03 {
    margin: -10px 0 5px;
  }

  header .log_btn {
    float: right;
    padding: 0 0 0.5em;
    width: 14%;
  }
  header .menu02 {
    width: 47%;
    font-size: 10px;
  }
  header .menu02 li {
    padding: 8px 0 0;
  }
  header .menu02 li.menu02_1 {
    width: 24%;
    text-align: left;
  }
  header .menu02 li.menu02_2 {
    width: 38%;
  }
  header .menu02 li.menu02_3 {
    width: 38%;
  }

  header .text_size {
    width: 30%;
  }
  header .text_size p {
    font-size: 9px;
    float: left;
    padding: 8px 0 0;
    width: 40%;
  }
  header .text_size ul {
    float: right;
    width: 60%;
  }
  header .text_size ul li {
    float: left;
    width: 33.3333%;
  }
  header .allmenu_btn {
    width: 23%;
  }

  .nav01 .nav > li {
    float: left;
    width: 13.57895%;
  }
  .nav01 .nav > li:first-child {
    width: 4.94737%;
  }

  /**	.nav02 .nav > li {
		float: left;
		width: 15.7895%;
	}
	.nav02 .nav > li:first-child {
		width: 5.26315%;
	}
**/

  .totop {
    padding: 0;
  }

  .contents {
    float: right;
    padding: 0 0 10px;
    width: 72.63158%;
  }

  .side {
    float: left;
    padding: 0;
    width: 230px;
    margin-bottom: 20px;
  }
  .side .search_name .search_name_text {
    width: 70%;
  }
  .side .search_name .search_name_btn {
    text-align: right;
  }

  footer .footer_contents .col4 {
    width: 25%;
    float: left;
  }
  footer .footer_contents h3 {
    font-size: 0.875em;
  }
  footer .footer_contents ul li {
    font-size: 0.75em;
    padding: 3px 10px 3px 0;
  }
  footer .footer_contents .banner {
    width: 96%;
    margin: 0 auto;
  }
  footer .footer_contents .banner p {
    width: 25%;
  }
  footer .footer_contents .banner p img {
    max-width: 98%;
    margin: 0 auto;
  }
  footer .footer_menu ul li {
    border-right: solid 1px #fff;
    font-size: 0.75em;
    padding: 0 20px;
    margin: 10px 0;
  }

  .pankuzu {
    padding: 12px 0px 11px;
    width: 100%;
    margin-bottom: 40px;
    background-color: #efefef;
  }
  .list-inner {
    width: 100%;
    background-color: #efefef;
  }

  .pankuzu p,
  p.pankuzu {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .pankuzu a {
    margin-right: 10px;
    padding-right: 25px;
    background: url(/common/img/pankuzu_allow.gif) no-repeat right 3px;
    text-decoration: underline;
  }
  ..pankuzu a.home {
    padding: 0;
  }

  #commonNav li:first-child a {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ccc;
  }
}

@media all and (min-width: 960px) {
  header .menu02 {
    font-size: 11px;
  }
  header .text_size p {
    font-size: 11px;
  }
}

@media screen and (min-width: 739px) {
  /* 20150723追加 */
  /**************************************************
NEWヘッダ
**************************************************/

  #headerContents {
    width: 100%;
    height: 43px;
    background-color: #e60039;
    padding: 0px;
  }
  #headerContents .inner {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
  }
  #headerContents .inner h1#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
  }
  #headerContents .inner ul {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
  }
  #headerContents .inner ul li {
    float: left;
    list-style: none;
  }

  #commonNav {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }
  #commonNav ul {
    width: 100%;
    max-width: 980px;
    margin: 15px auto !important;
    padding: 0px !important;
    overflow: hidden;
  }

  #commonNav li {
    list-style: none;
    padding: 0px;
  }
  #commonNav li a {
    width: 24.8%;
    display: block;
    text-align: center;
    height: 36px;
    float: left;
    line-height: 36px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ccc;
    color: #333;
    text-decoration: none;
  }

  #commonNav li#medical a {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ccc;
  }

  #commonNav li a {
    font-size: 14px;
  }

  /*#commonNav li#company a,
#commonNav li#medical a,
#commonNav li#recruit a { font-size:16px !important;}*/

  #commonNav li#company .icon {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #commonNav li#recruit .icon {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #commonNav li#general .icon {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  #commonNav li#medical .icon {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #entry_btn,
  #login_btn,
  #infochange_btn {
    color: #fff;
    font-size: 11px !important;
    text-decoration: none;
    display: block;
    width: 87px;
    height: 30px;
    text-align: center;
    padding-top: 13px !important;
    border-left: 1px solid #f599b0;
  }

  #entry_btn {
    background-color: #f78b09;
  }

  #login_btn {
    background-color: #5cb123;
  }

  .welcome_txt {
    position: absolute;
    right: 447px;
    top: 10px;
    font-size: 12px;
    color: #fff;
    display: flex;
    width: 213px;
    height: 2em;
    text-align: right;
    align-items: center;
    justify-content: flex-end;
  }

  #gmenu_sp,
  #nav_btn,
  #mainimg {
    display: none;
  }

  #logo img {
    width: 304px;
  }

  #pageTop a span {
    display: none;
  }

  /**************************************************
NEWフッタ
**************************************************/

  #footerArea {
    width: 100%;
    background-color: #e0e0e0;
  }
  #ftLink li a {
    color: #333;
    text-decoration: none;
  }

  #ftLink {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #efefef;
  }

  #ftLink ul {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    padding: 0px;
  }

  #ftLink li {
    display: inline-block;
    font-size: 12px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ccc;
    padding: 0 10px;
  }

  /*#footerArea { width:100%; background-color:#efefef; overflow: hidden; margin-top: 50px;}

.foot_nav {
	background-color: #fff;
	border-top: 1px solid #efefef;
	padding: 10px 0;
}

.foot_nav ul {
	display: block;
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}

.foot_nav ul li {
	float: left;
	list-style: none;
}

.foot_nav ul li:before {
	content: " ｜ ";
}

.foot_nav ul li:first-child:before {
	content: "";
}

.foot_nav ul li a {
	text-decoration: none;
	font-size: 13px;
}

.foot_nav ul li a:hover {
	text-decoration: underline;
}

#ftLink li a { color:#333; text-decoration:none;}



#ftLink > dl {
	float: left;
	margin: 0px 30px 0px 0px;
}

#ftLink > dl > dt {
	margin-bottom: 15px;
}

#ftLink > dl > dt > a {
	text-decoration: none;
	color: #333;
}

#ftLink > dl > dt > a:hover {
	text-decoration: underline;
}

#ftLink > dl > dd {
	margin-left: 0px;
	border-left: 2px solid #d7d7d7;
	padding-left: 12px;
	overflow: hidden;
}

#ftLink > dl > dd > ul {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 30px;
}

#ftLink > dl > dd > ul > li {
	list-style: none;
	margin-bottom: 5px;
}

#ftLink > dl > dd > ul > li > a {
	font-size: 13px;
}

#ftLink > dl > dd > ul > li > a:hover {
	text-decoration: underline;
}

#ftLink > dl > dd > ul > li > ul {
	margin: 0;
	padding: 0;
}

#ftLink > dl > dd > ul > li > ul > li {
	list-style: none;
}

#ftLink > dl > dd > ul > li > ul > li:before {
	content: "・";
}

#ftLink > dl > dd > ul > li > ul > li > a {
	font-size: 13px;
}
#ftLink > dl > dd > ul > li > ul > li > a:hover {
	text-decoration: underline;
}

#ftLink ul {}

#ftLink li {}
*/
  #copyright {
    text-align: center;
    font-size: 10px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin: 0px !important;
    background-color: #e0e0e0;
  }

  body #pageTop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }

  #pankzArea {
    display: none;
  }

  .bnr-area {
    display: none;
  }
}

#footerWrapper #pankzArea {
  display: none;
}

@media screen and (max-width: 738px) {
  #headerContents {
    background-color: #e60039;
    position: relative;
  }

  #nav_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 12%;
    cursor: pointer;
  }

  #nav_btn img {
    width: 100%;
  }

  #logo img {
    width: 60%;
  }

  #gmenu_pc,
  #commonNav ul {
    display: none;
  }

  #gmenu_sp {
    display: none; /* 最初は非表示 */
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 3px 0 #333;
    margin-bottom: 20px;
  }
  #gmenu_sp ul li {
    text-align: center;
  }

  #gmenu_sp li a {
    padding: 15px 30px 15px 10px;
    display: block;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    text-align: center;
    background-color: #e60039;
    color: #fff;
  }

  .close {
    padding: 10px 20px 10px 10px !important;
    display: block;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    cursor: pointer;
    color: #e60039;
    text-align: center;
  }

  .close span {
    color: #fff;
    background-color: #e60039;
    padding: 3px;
    margin-right: 5px;
  }

  .welcome_txt {
    text-align: right;
    padding: 10px;
    color: #fff;
  }

  #footerArea .foot_nav ul {
    overflow: hidden;
    display: flex;
    display: -webkit-box; /*--- Android旧ブラウザ用 ---*/
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex; /*--- safari（PC）用 ---*/
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  #footerArea .foot_nav ul li {
    width: 100%;
    display: flex;
    display: -webkit-box; /*--- Android旧ブラウザ用 ---*/
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex; /*--- safari（PC）用 ---*/
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  #footerArea #ftLink dl dd {
    display: none;
  }

  #footerArea .foot_nav ul li:nth-child(2n) {
    border-left: 1px solid #fff;
    box-sizing: border-box;
  }

  #footerArea li a,
  #footerArea dt a {
    padding: 15px 30px 15px 10px;
    display: block;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    text-align: center;
    text-align: left;
    background-color: #e60039;
    color: #fff;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }

  #pageTop a {
    padding: 15px 30px 15px 10px;
    display: block;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    text-align: center;
    text-align: left;
    background-color: #fff;
    color: #e60039;
    text-align: center;
  }

  #pageTop a img {
    display: none;
  }

  #copyright {
    background-color: #e0e0e0;
    padding: 10px;
    font-size: 12px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  /* ===== Contact Area ===== */

  .side {
    margin-bottom: 20px;
  }

  .side .side_menu li {
    height: 1%;
    line-height: 1.6;
    background: url(/medical/commons/common/img/icon_001.gif) 98% 50% no-repeat;
    -webkit-background-size: 7px 14px;
    -moz-background-size: 7px 14px;
    background-size: 7px 14px;
  }

  .side .side_menu li a {
    display: block;
    padding: 13px 10px;
    color: #333;
    background: none;
  }
}

/*ホールディングス追加*/

#gmenu_pc li {
  border-left: solid 1px #f599b0;
  height: 43px;
}
#gmenu_pc li:last-child {
  border-right: solid 1px #f599b0;
}
#gmenu_pc li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
  padding: 0 20px;
  line-height: 43px;
  letter-spacing: 0.1em;
}
#gmenu_pc li:last-child a:after {
  content: url(/ja/common/img/ico-blank-white.svg);
  display: inline-block;
  margin-left: 6px;
}
.holdings-link {
  text-align: center;
  padding-top: 20px;
}
.holdings-link a {
  font-size: 12px;
  text-decoration: none;
}
.holdings-link a:after {
  content: url(/ja/common/img/ico-blank.svg);
  display: inline-block;
  margin-left: 6px;
}
@media screen and (max-width: 738px) {
  .holdings-link {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 739px) {
  #gmenu_sp {
    display: none !important;
  }
}

/* NEW HEADER&FOOTER */

.is-header {
  margin: 20px auto 40px;
}
.is-header li a,
.is-header li a span {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  text-decoration: none;
  color: #505050;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
}
.is-header li {
  list-style: none;
}
.is-header li a:hover,
.is-header li a span:hover {
  color: #d50032;
}
#company_index .header-inner-nav-bottom-contens li.link-company a,
#health .header-inner-nav-bottom-contens li.link-healthcare a,
#medical .header-inner-nav-bottom-contens li.link-medical a,
#recruit_index .header-inner-nav-bottom-contens li.link-recruit a {
  color: #d50032;
}
.is-top#company_index .header-inner-nav-bottom-contens li.link-company a {
  color: #505050;
}
.is-header li a .ico-blank {
  position: relative;
  padding-right: 18px;
}
.is-header li a .ico-blank::before {
  content: "";
  background-image: url(/common/img/ico-blank.svg);
  background-size: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.header-inner-nav-top-contens,
.header-inner-nav-top-language,
.header-inner-nav-bottom-contens {
  display: flex;
  margin: 0;
  padding: 0;
}
.header-inner-logo {
  padding-bottom: 5px;
}
.header-inner-nav-bottom-contens,
.header-inner-nav-top {
  display: flex;
  justify-content: right;
}
.header-inner-nav-top-contens li {
  margin-right: 40px;
  position: relative;
}
.header-inner-nav-top-contens li::after {
  content: "";
  width: 1px;
  height: 12px;
  background: #d4d4d4;
  position: absolute;
  right: -20px;
  top: calc(50% - 6px);
}
.header-inner-nav-top-contens li:last-child:after {
  display: none;
}
.header-inner-nav-top-contens li a {
  font-size: 14px;
}
.header-inner-nav-top-language li a {
  font-size: 14px;
}
.header-inner-nav-top-contens li a span {
  font-size: inherit;
}
.header-inner-nav-top-contens li:last-child {
  margin-right: 0;
}
.header-inner-nav-top-language {
  margin-left: 40px;
}
.header-inner-nav-top-language._jp li:first-child a {
  color: #d50032;
}
.header-inner-nav-top-language li:first-child::after {
  content: "/";
  padding: 0 6px;
}
.header-inner-nav-bottom-contens {
  margin-top: 20px;
}
.header-inner-nav-bottom-contens li {
  margin-left: 70px;
}
@media screen and (max-width: 1200px) {
  .header-inner-nav-bottom-contens li {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .header-inner-nav-bottom-contens li {
    margin-left: 40px;
  }
}
.header-inner-nav-bottom-contens li:last-child {
  margin-right: 0;
}
.header-inner-nav-bottom-contens li a {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .is-header {
    position: relative;
  }
  .header-inner-nav-bottom-contens li {
    margin-left: 40px;
  }
  .header-inner-nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
  }
  .sp-open .hamburger {
    position: fixed;
    z-index: 210;
  }
  .sp-open .header-inner-nav {
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 200;
    display: flex;
    flex-direction: column;
    padding: 80px 3% 3% 3%;
    box-sizing: border-box;
  }
  .sp-open .header-inner-logo {
    position: fixed;
    z-index: 210;
    left: 3%;
    top: 15px;
  }
  .sp-open .header-inner-nav-top-language {
    position: fixed;
    z-index: 11;
    right: 60px;
    top: 16px;
  }
  .sp-open .header-inner-nav-top-language li a {
    font-size: 12px;
  }
  .sp-open .header-inner-nav-bottom-contens li {
    border-bottom: solid 1px #d4d4d4;
    padding: 30px 0 10px 0;
  }
  .header-inner-nav-top-contens li::after {
    display: none;
  }
  .header-inner-nav-bottom {
    order: 0;
  }
  .header-inner-nav-top {
    order: 1;
  }
  .header-inner-nav-top,
  .header-inner-nav-top-contens,
  .header-inner-nav-bottom-contens {
    flex-direction: column;
  }
  .header-inner-nav-top-contens {
    margin-top: 40px;
  }
  .header-inner-nav-top-contens li {
    padding: 0 0 20px 0;
  }
  .header-inner-nav-bottom-contens {
    margin-top: 0;
  }
  .header-inner-nav-bottom-contens li {
    margin-left: 0;
  }
  .is-header {
    margin: 15px auto 10px;
    width: 94%;
  }
  .header-inner-logo img {
    width: 200px;
  }
}
/* ボタンのスタイル */
.hamburger {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  cursor: pointer;
  z-index: 20;
}
.sp-open .hamburger {
  position: fixed;
  top: 15px;
  right: 15px;
}
@media screen and (min-width: 1001px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #8f8f8f;
  margin: 5px 0;
  transition: 0.4s;
}
.sp-open .hamburger span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}

.sp-open .hamburger span:nth-child(2) {
  opacity: 0;
}

.sp-open .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
.link-holdings {
  text-align: center;
  padding: 70px 0;
  clear: both;
}
.link-holdings-text,
.link-holdings-text a {
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 600;
}
a.link-holdings-btn {
  display: flex;
  width: 90%;
  max-width: 420px;
  height: 48px;
  border-radius: 5px;
  background: #d50032;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin: 20px auto 0;
  text-decoration: none;
  position: relative;
}
a.link-holdings-btn::before {
  content: "";
  background-image: url(/common/img/ico-arrow.svg);
  width: 8px;
  height: 14px;
  background-size: cover;
  position: absolute;
  right: 12px;
  top: calc(50% - 7px);
}
a.link-holdings-btn:hover {
  background: #a30026;
}
a.link-holdings-btn span {
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 600;
  position: relative;
  padding-right: 18px;
  position: relative;
}
a.link-holdings-btn span::before {
  content: "";
  background-image: url(/common/img/ico-blank-white.svg);
  background-size: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
}
footer {
  width: 100%;
  border-top: solid 1px #e2e2e2;
}
.footer-inner {
  width: 94%;
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.footer-inner ul {
  display: flex;
  padding: 20px 0;
}
.footer-inner ul li {
  list-style: none;
  margin-left: 30px;
}
.footer-inner-logo {
  padding-bottom: 5px;
}
.footer-inner-logo img {
  width: 196px;
}
.footer-inner ul li a {
  text-decoration: none;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 600;
}
.copyright {
  background: #d50032;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic,
    "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: 12px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .link-holdings-text,
  .link-holdings-text a {
    font-size: 14px;
  }
  a.link-holdings-btn {
    font-size: 14px;
    margin: 20px auto 0;
  }
  .link-holdings {
    padding: 30px 0;
  }
  #pageTop,
  .footer-inner {
    display: none;
  }
  .copyright {
    font-size: 10px;
    padding: 20px 10px;
  }
}
