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

		reset.sass

		要素のデフォルトスタイル、フォントサイズのリセット

------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------

		style reset

------------------------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section main {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

small {
  font-size: smaller;
}

sup {
  font-size: 0.7em;
  vertical-align: top;
}

sub {
  font-size: 0.7em;
  vertical-align: baseline;
}

i {
  font-style: normal;
}

/* -------------------------------------------------------------------------

		font styles

------------------------------------------------------------------------- */
/* YUI 3.9.1 (build 5852) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  font: 13px/1.231 arial, sans-serif;
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
  font: 99% arial, sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssfonts {
  display: none;
}

/* -------------------------------------------------------------------------

		util.sass

		案件に依存せず汎用的に使うClassを定義

------------------------------------------------------------------------- */
/* フォントサイズ指定
usage:
font-size:fs(18);
------------------------------------------------- */
/* float clear
------------------------------------------------- */
/*for modern browser*/
.clear_fix:after,
.grid_system_12:after,
.grid_system_2:after,
.grid_spread_24:after,
.grid_spread_5:after,
.grid_spread_4:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

/*for IE 5.5-7*/
.clear_fix,
.grid_system_12,
.grid_system_2,
.grid_spread_24,
.grid_spread_5,
.grid_spread_4 {
  zoom: 1;
}

.clear_both {
  clear: both;
  height: 1px;
  font-size: 1px;
  text-align: center;
  line-height: 0;
}

.clear {
  clear: both;
}

/* float
------------------------------------------------- */
.float_r {
  float: right;
  display: inline;
}

.float_l {
  float: left;
  display: inline;
}

/* margin + padding （0から5刻みでクラスを定義 ex: mb0, mb5, mb10...）
------------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

@media screen and (max-width: 640px) {
  .sp_mb0 {
    margin-bottom: 0px !important;
  }

  .sp_mt0 {
    margin-top: 0px !important;
  }

  .sp_mr0 {
    margin-right: 0px !important;
  }

  .sp_ml0 {
    margin-left: 0px !important;
  }

  .sp_mb-0 {
    margin-bottom: 0px !important;
  }

  .sp_mt-0 {
    margin-top: 0px !important;
  }

  .sp_mr-0 {
    margin-right: 0px !important;
  }

  .sp_ml-0 {
    margin-left: 0px !important;
  }

  .sp_mb5 {
    margin-bottom: 5px !important;
  }

  .sp_mt5 {
    margin-top: 5px !important;
  }

  .sp_mr5 {
    margin-right: 5px !important;
  }

  .sp_ml5 {
    margin-left: 5px !important;
  }

  .sp_mb-5 {
    margin-bottom: -5px !important;
  }

  .sp_mt-5 {
    margin-top: -5px !important;
  }

  .sp_mr-5 {
    margin-right: -5px !important;
  }

  .sp_ml-5 {
    margin-left: -5px !important;
  }

  .sp_mb10 {
    margin-bottom: 10px !important;
  }

  .sp_mt10 {
    margin-top: 10px !important;
  }

  .sp_mr10 {
    margin-right: 10px !important;
  }

  .sp_ml10 {
    margin-left: 10px !important;
  }

  .sp_mb-10 {
    margin-bottom: -10px !important;
  }

  .sp_mt-10 {
    margin-top: -10px !important;
  }

  .sp_mr-10 {
    margin-right: -10px !important;
  }

  .sp_ml-10 {
    margin-left: -10px !important;
  }

  .sp_mb15 {
    margin-bottom: 15px !important;
  }

  .sp_mt15 {
    margin-top: 15px !important;
  }

  .sp_mr15 {
    margin-right: 15px !important;
  }

  .sp_ml15 {
    margin-left: 15px !important;
  }

  .sp_mb-15 {
    margin-bottom: -15px !important;
  }

  .sp_mt-15 {
    margin-top: -15px !important;
  }

  .sp_mr-15 {
    margin-right: -15px !important;
  }

  .sp_ml-15 {
    margin-left: -15px !important;
  }

  .sp_mb20 {
    margin-bottom: 20px !important;
  }

  .sp_mt20 {
    margin-top: 20px !important;
  }

  .sp_mr20 {
    margin-right: 20px !important;
  }

  .sp_ml20 {
    margin-left: 20px !important;
  }

  .sp_mb-20 {
    margin-bottom: -20px !important;
  }

  .sp_mt-20 {
    margin-top: -20px !important;
  }

  .sp_mr-20 {
    margin-right: -20px !important;
  }

  .sp_ml-20 {
    margin-left: -20px !important;
  }

  .sp_mb25 {
    margin-bottom: 25px !important;
  }

  .sp_mt25 {
    margin-top: 25px !important;
  }

  .sp_mr25 {
    margin-right: 25px !important;
  }

  .sp_ml25 {
    margin-left: 25px !important;
  }

  .sp_mb-25 {
    margin-bottom: -25px !important;
  }

  .sp_mt-25 {
    margin-top: -25px !important;
  }

  .sp_mr-25 {
    margin-right: -25px !important;
  }

  .sp_ml-25 {
    margin-left: -25px !important;
  }

  .sp_mb30 {
    margin-bottom: 30px !important;
  }

  .sp_mt30 {
    margin-top: 30px !important;
  }

  .sp_mr30 {
    margin-right: 30px !important;
  }

  .sp_ml30 {
    margin-left: 30px !important;
  }

  .sp_mb-30 {
    margin-bottom: -30px !important;
  }

  .sp_mt-30 {
    margin-top: -30px !important;
  }

  .sp_mr-30 {
    margin-right: -30px !important;
  }

  .sp_ml-30 {
    margin-left: -30px !important;
  }

  .sp_mb35 {
    margin-bottom: 35px !important;
  }

  .sp_mt35 {
    margin-top: 35px !important;
  }

  .sp_mr35 {
    margin-right: 35px !important;
  }

  .sp_ml35 {
    margin-left: 35px !important;
  }

  .sp_mb-35 {
    margin-bottom: -35px !important;
  }

  .sp_mt-35 {
    margin-top: -35px !important;
  }

  .sp_mr-35 {
    margin-right: -35px !important;
  }

  .sp_ml-35 {
    margin-left: -35px !important;
  }

  .sp_mb40 {
    margin-bottom: 40px !important;
  }

  .sp_mt40 {
    margin-top: 40px !important;
  }

  .sp_mr40 {
    margin-right: 40px !important;
  }

  .sp_ml40 {
    margin-left: 40px !important;
  }

  .sp_mb-40 {
    margin-bottom: -40px !important;
  }

  .sp_mt-40 {
    margin-top: -40px !important;
  }

  .sp_mr-40 {
    margin-right: -40px !important;
  }

  .sp_ml-40 {
    margin-left: -40px !important;
  }

  .sp_mb45 {
    margin-bottom: 45px !important;
  }

  .sp_mt45 {
    margin-top: 45px !important;
  }

  .sp_mr45 {
    margin-right: 45px !important;
  }

  .sp_ml45 {
    margin-left: 45px !important;
  }

  .sp_mb-45 {
    margin-bottom: -45px !important;
  }

  .sp_mt-45 {
    margin-top: -45px !important;
  }

  .sp_mr-45 {
    margin-right: -45px !important;
  }

  .sp_ml-45 {
    margin-left: -45px !important;
  }

  .sp_mb50 {
    margin-bottom: 50px !important;
  }

  .sp_mt50 {
    margin-top: 50px !important;
  }

  .sp_mr50 {
    margin-right: 50px !important;
  }

  .sp_ml50 {
    margin-left: 50px !important;
  }

  .sp_mb-50 {
    margin-bottom: -50px !important;
  }

  .sp_mt-50 {
    margin-top: -50px !important;
  }

  .sp_mr-50 {
    margin-right: -50px !important;
  }

  .sp_ml-50 {
    margin-left: -50px !important;
  }

  .sp_mb55 {
    margin-bottom: 55px !important;
  }

  .sp_mt55 {
    margin-top: 55px !important;
  }

  .sp_mr55 {
    margin-right: 55px !important;
  }

  .sp_ml55 {
    margin-left: 55px !important;
  }

  .sp_mb-55 {
    margin-bottom: -55px !important;
  }

  .sp_mt-55 {
    margin-top: -55px !important;
  }

  .sp_mr-55 {
    margin-right: -55px !important;
  }

  .sp_ml-55 {
    margin-left: -55px !important;
  }

  .sp_mb60 {
    margin-bottom: 60px !important;
  }

  .sp_mt60 {
    margin-top: 60px !important;
  }

  .sp_mr60 {
    margin-right: 60px !important;
  }

  .sp_ml60 {
    margin-left: 60px !important;
  }

  .sp_mb-60 {
    margin-bottom: -60px !important;
  }

  .sp_mt-60 {
    margin-top: -60px !important;
  }

  .sp_mr-60 {
    margin-right: -60px !important;
  }

  .sp_ml-60 {
    margin-left: -60px !important;
  }

  .sp_mb65 {
    margin-bottom: 65px !important;
  }

  .sp_mt65 {
    margin-top: 65px !important;
  }

  .sp_mr65 {
    margin-right: 65px !important;
  }

  .sp_ml65 {
    margin-left: 65px !important;
  }

  .sp_mb-65 {
    margin-bottom: -65px !important;
  }

  .sp_mt-65 {
    margin-top: -65px !important;
  }

  .sp_mr-65 {
    margin-right: -65px !important;
  }

  .sp_ml-65 {
    margin-left: -65px !important;
  }

  .sp_mb70 {
    margin-bottom: 70px !important;
  }

  .sp_mt70 {
    margin-top: 70px !important;
  }

  .sp_mr70 {
    margin-right: 70px !important;
  }

  .sp_ml70 {
    margin-left: 70px !important;
  }

  .sp_mb-70 {
    margin-bottom: -70px !important;
  }

  .sp_mt-70 {
    margin-top: -70px !important;
  }

  .sp_mr-70 {
    margin-right: -70px !important;
  }

  .sp_ml-70 {
    margin-left: -70px !important;
  }

  .sp_mb75 {
    margin-bottom: 75px !important;
  }

  .sp_mt75 {
    margin-top: 75px !important;
  }

  .sp_mr75 {
    margin-right: 75px !important;
  }

  .sp_ml75 {
    margin-left: 75px !important;
  }

  .sp_mb-75 {
    margin-bottom: -75px !important;
  }

  .sp_mt-75 {
    margin-top: -75px !important;
  }

  .sp_mr-75 {
    margin-right: -75px !important;
  }

  .sp_ml-75 {
    margin-left: -75px !important;
  }

  .sp_mb80 {
    margin-bottom: 80px !important;
  }

  .sp_mt80 {
    margin-top: 80px !important;
  }

  .sp_mr80 {
    margin-right: 80px !important;
  }

  .sp_ml80 {
    margin-left: 80px !important;
  }

  .sp_mb-80 {
    margin-bottom: -80px !important;
  }

  .sp_mt-80 {
    margin-top: -80px !important;
  }

  .sp_mr-80 {
    margin-right: -80px !important;
  }

  .sp_ml-80 {
    margin-left: -80px !important;
  }
}
.pb0 {
  padding-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

@media screen and (max-width: 640px) {
  .sp_pb0 {
    padding-bottom: 0px !important;
  }

  .sp_pt0 {
    padding-top: 0px !important;
  }

  .sp_pr0 {
    padding-right: 0px !important;
  }

  .sp_pl0 {
    padding-left: 0px !important;
  }

  .sp_pb5 {
    padding-bottom: 5px !important;
  }

  .sp_pt5 {
    padding-top: 5px !important;
  }

  .sp_pr5 {
    padding-right: 5px !important;
  }

  .sp_pl5 {
    padding-left: 5px !important;
  }

  .sp_pb10 {
    padding-bottom: 10px !important;
  }

  .sp_pt10 {
    padding-top: 10px !important;
  }

  .sp_pr10 {
    padding-right: 10px !important;
  }

  .sp_pl10 {
    padding-left: 10px !important;
  }

  .sp_pb15 {
    padding-bottom: 15px !important;
  }

  .sp_pt15 {
    padding-top: 15px !important;
  }

  .sp_pr15 {
    padding-right: 15px !important;
  }

  .sp_pl15 {
    padding-left: 15px !important;
  }

  .sp_pb20 {
    padding-bottom: 20px !important;
  }

  .sp_pt20 {
    padding-top: 20px !important;
  }

  .sp_pr20 {
    padding-right: 20px !important;
  }

  .sp_pl20 {
    padding-left: 20px !important;
  }

  .sp_pb25 {
    padding-bottom: 25px !important;
  }

  .sp_pt25 {
    padding-top: 25px !important;
  }

  .sp_pr25 {
    padding-right: 25px !important;
  }

  .sp_pl25 {
    padding-left: 25px !important;
  }

  .sp_pb30 {
    padding-bottom: 30px !important;
  }

  .sp_pt30 {
    padding-top: 30px !important;
  }

  .sp_pr30 {
    padding-right: 30px !important;
  }

  .sp_pl30 {
    padding-left: 30px !important;
  }

  .sp_pb35 {
    padding-bottom: 35px !important;
  }

  .sp_pt35 {
    padding-top: 35px !important;
  }

  .sp_pr35 {
    padding-right: 35px !important;
  }

  .sp_pl35 {
    padding-left: 35px !important;
  }

  .sp_pb40 {
    padding-bottom: 40px !important;
  }

  .sp_pt40 {
    padding-top: 40px !important;
  }

  .sp_pr40 {
    padding-right: 40px !important;
  }

  .sp_pl40 {
    padding-left: 40px !important;
  }

  .sp_pb45 {
    padding-bottom: 45px !important;
  }

  .sp_pt45 {
    padding-top: 45px !important;
  }

  .sp_pr45 {
    padding-right: 45px !important;
  }

  .sp_pl45 {
    padding-left: 45px !important;
  }

  .sp_pb50 {
    padding-bottom: 50px !important;
  }

  .sp_pt50 {
    padding-top: 50px !important;
  }

  .sp_pr50 {
    padding-right: 50px !important;
  }

  .sp_pl50 {
    padding-left: 50px !important;
  }

  .sp_pb55 {
    padding-bottom: 55px !important;
  }

  .sp_pt55 {
    padding-top: 55px !important;
  }

  .sp_pr55 {
    padding-right: 55px !important;
  }

  .sp_pl55 {
    padding-left: 55px !important;
  }

  .sp_pb60 {
    padding-bottom: 60px !important;
  }

  .sp_pt60 {
    padding-top: 60px !important;
  }

  .sp_pr60 {
    padding-right: 60px !important;
  }

  .sp_pl60 {
    padding-left: 60px !important;
  }

  .sp_pb65 {
    padding-bottom: 65px !important;
  }

  .sp_pt65 {
    padding-top: 65px !important;
  }

  .sp_pr65 {
    padding-right: 65px !important;
  }

  .sp_pl65 {
    padding-left: 65px !important;
  }

  .sp_pb70 {
    padding-bottom: 70px !important;
  }

  .sp_pt70 {
    padding-top: 70px !important;
  }

  .sp_pr70 {
    padding-right: 70px !important;
  }

  .sp_pl70 {
    padding-left: 70px !important;
  }

  .sp_pb75 {
    padding-bottom: 75px !important;
  }

  .sp_pt75 {
    padding-top: 75px !important;
  }

  .sp_pr75 {
    padding-right: 75px !important;
  }

  .sp_pl75 {
    padding-left: 75px !important;
  }

  .sp_pb80 {
    padding-bottom: 80px !important;
  }

  .sp_pt80 {
    padding-top: 80px !important;
  }

  .sp_pr80 {
    padding-right: 80px !important;
  }

  .sp_pl80 {
    padding-left: 80px !important;
  }
}
/* align
------------------------------------------------- */
.align_l {
  text-align: left !important;
}

.align_r {
  text-align: right !important;
}

.align_c {
  text-align: center !important;
}

.v_align_t {
  vertical-align: top !important;
}

.v_align_m {
  vertical-align: middle !important;
}

.v_align_b {
  vertical-align: bottom !important;
}

/* align_SP
------------------------------------------------- */
@media screen and (max-width: 640px) {
  .sp_align_c {
    text-align: center !important;
  }

  .sp_align_l {
    text-align: left !important;
  }
}
/* typography
------------------------------------------------- */
.lh_flat {
  line-height: 1 !important;
}

.lh_s {
  line-height: 1.3 !important;
}

.v_write {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}

/* font
------------------------------------------------- */
.smaller {
  font-size: smaller !important;
}

.larger {
  font-size: larger !important;
}

.bold {
  font-weight: bold !important;
}

/* fluid image
------------------------------------------------- */
.fluid_img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  /* IE8 */
}

/* display
------------------------------------------------- */
.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

/* justify layout
Usage:
<ul class="just_layout">
	<li class ="just_item"></li>
</ul>
------------------------------------------------- */
.just_layout {
  text-align: justify;
  text-justify: distribute-all-lines;
  zoom: 1;
  display: block;
  line-height: 0;
}
.just_layout:after {
  line-height: 0;
  visibility: hidden;
  content: "";
  display: inline-block;
  width: 100%;
}
.just_layout .just_item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  line-height: normal;
}

* html .just_layout .just_item {
  display: inline;
  zoom: 1;
}

*:first-child + html .just_layout .just_item {
  display: inline;
  zoom: 1;
}

/* list
------------------------------------------------- */
.list_disc {
  margin-left: 1.2em;
  list-style: disc;
}

.list_square {
  margin-left: 1.2em;
  list-style: square;
}

.list_decimal {
  margin-left: 1.7em;
  list-style: decimal;
}

.list_decimal_zero {
  margin-left: 2.3em;
  list-style: decimal-leading-zero;
}

/* list style (IE8以上)
------------------------------------------------- */
/* ---- ※ ---- */
.list_asterisk {
  margin-left: 1.3em;
}
.list_asterisk li {
  text-indent: -1.3em;
}
.list_asterisk li:before {
  content: "※ ";
}

/* ---- ・ ---- */
.list_dot {
  margin-left: 1em;
}
.list_dot li {
  text-indent: -1em;
}
.list_dot li:before {
  content: "・";
}

/* ---- ○ ---- */
.list_circle_2 {
  margin-left: 1.3em;
}
.list_circle_2 li {
  text-indent: -1.3em;
}
.list_circle_2 li:before {
  content: "○ ";
}

/* ---- ● ---- */
.list_circle {
  margin-left: 1.3em;
}
.list_circle li {
  text-indent: -1.3em;
}
.list_circle li:before {
  content: "● ";
}

/* ---- 1. ---- */
.list_decimal_01 {
  margin-left: 1.4em;
}
.list_decimal_01 li {
  counter-increment: decimal_01;
  text-indent: -1.4em;
}
.list_decimal_01 li:before {
  content: counter(decimal_01) ". ";
}

/* ---- (1) ---- */
.list_decimal_02 {
  margin-left: 1.9em;
}
.list_decimal_02 li {
  counter-increment: decimal_02;
  text-indent: -1.9em;
}
.list_decimal_02 li:before {
  content: "(" counter(decimal_02) ") ";
}

/* ---- [1] ---- */
.list_decimal_03 {
  margin-left: 1.9em;
}
.list_decimal_03 li {
  counter-increment: decimal_03;
  text-indent: -1.9em;
}
.list_decimal_03 li:before {
  content: "[" counter(decimal_03) "] ";
}

/* ---- 丸数字 ---- */
.list_decimal_04 {
  padding-left: 1.7em;
}
.list_decimal_04 li {
  counter-increment: decimal_04;
  text-indent: -1.7em;
}
.list_decimal_04 libefore {
  content: counter(decimal_04);
  border: 1px solid #000;
  padding: 0 4px;
  font-size: 10px;
  margin-right: 5px;
  text-align: center;
  line-height: 1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* ---- upper alpha ---- */
.list_upper_alpha_01 {
  margin-left: 1.5em;
}
.list_upper_alpha_01 li {
  counter-increment: upper_alpha_01;
  text-indent: -1.5em;
}
.list_upper_alpha_01 li:before {
  content: counter(upper_alpha_01, upper-alpha) " ) ";
}

/* 注釈 (IE8以上)
------------------------------------------------- */
/* ---- ※（注釈） ---- */
.notes {
  margin-left: 1.3em;
  text-indent: -1.3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.notes:before {
  content: "※ ";
}

/* ---- ※n （番号付き注釈）---- */
.notes_num {
  counter-increment: decimal_notes;
  margin-left: 2em;
  text-indent: -2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.notes_num:before {
  content: "※" counter(decimal_notes) " ";
}

/* 章番号用mixin (IE8以上)
usage:
■キャプションに章番号をつける場合
$counterName: oreoreCounter;
.parent-section {
	@include resetCounter($counterName);
	h2 {
		@include addCounter($counterName, '第', '章');
	}
}
■入れ子になってるリストに通し番号(1-1-1など）を付ける場合
$counterName: listCounter;
ol {
	@include resetCounter($counterName);
	li {
		@include addCounters($counterName, '-');
	}
}
------------------------------------------------- */
/* グリッドレイアウト用mixin (IE8以上)
usage:
■12分割で間隔が20pxのグリッドのクラスを作る場合
・SASS
@include grid_system(12, 20px);
・HTML
<div class="grid_system_12">  ← このdivへの幅指定はNG
	<div class="grid_6"></div> ┐
	<div class="grid_3"></div> ├ 子要素は合計が12になるようにクラス名を付ける
	<div class="grid_3"></div> ┘
</div>
------------------------------------------------- */
/* -------------------------------------------------------------------------

		vars.sass
		
		scssファイル内で使う変数を定義
		
------------------------------------------------------------------------- */
/* font size
------------------------------------------------- */
/* width
------------------------------------------------- */
/* color
------------------------------------------------- */
/* $color_sub : ; */
/* text color
------------------------------------------------- */
/* -------------------------------------------------------------------------

		icon.sass

------------------------------------------------------------------------- */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?hi1tat");
  src: url("fonts/icomoon.eot?#iefixhi1tat") format("embedded-opentype"),
    url("fonts/icomoon.woff?hi1tat") format("woff"),
    url("fonts/icomoon.ttf?hi1tat") format("truetype"),
    url("fonts/icomoon.svg?hi1tat#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icomoon_style,
.breadcrumb li:before,
.bottom_breadcrumb li:before,
[class^="font_icon_"]:before,
[class*=" font_icon_"]:before,
.link:before,
.link_next:after,
.link_blank:after,
body.med_eq_news.index .title_box .sort_item .custom_select:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 3px;
  display: inline-block;
  vertical-align: middle;
}

.link_next:after,
.link_blank:after {
  padding-left: 3px;
  padding-right: 0;
}

.font_icon_memo:before {
  content: "\67";
}

.font_icon_zoom:before {
  content: "\66";
}

.font_icon_note:before {
  content: "\65";
}

.font_icon_arrow:before,
.link:before,
.link_next:after {
  content: "\61";
}

.font_icon_arrow_left:before {
  content: "\62";
}

.font_icon_blank:before,
.link_blank:after {
  content: "\63";
}

.font_icon_breadcrumb:before {
  content: "\64";
}

.font_icon_injection:before {
  content: "\e600";
}

.font_icon_medicine:before {
  content: "\e601";
}

.font_icon_arrow_bottom:before,
body.med_eq_news.index .title_box .sort_item .custom_select:before {
  content: "\e602";
}

.font_icon_arrow_top:before {
  content: "\e603";
}

/* -------------------------------------------------------------------------

		layout.sass

		ヘッダー、フッター、サイドバー等のサイトの構造に関わるスタイルを定義

------------------------------------------------------------------------- */
/* body
------------------------------------------------- */
body {
  font-family: "メイリオ", Meiryo, arial, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #333;
  position: relative;
}

/* noscript
------------------------------------------------- */
.noscript {
  background-color: #fff9d7;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
}

/* header_wrap
------------------------------------------------- */
.header_wrap > .inner {
  width: 960px;
  margin: 0 auto;
}
.header_wrap .header {
  padding: 24px 0 30px;
}
.header_wrap .header .site_id {
  float: left;
  width: 425px;
}
.header_wrap .header .site_id a {
  color: #333;
  display: table;
}
.header_wrap .header .site_id a:hover img,
.header_wrap .header .site_id .sub_column .side_info_seminar li:hover a img,
.sub_column .side_info_seminar li:hover .header_wrap .header .site_id a img,
.header_wrap .header .site_id .sub_column .side_info_seminar .more:hover a img,
.sub_column .side_info_seminar .more:hover .header_wrap .header .site_id a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.header_wrap .header .site_id p {
  color: #333;
  display: table;
}
.header_wrap .header .site_id .logo {
  display: table-cell;
}
.header_wrap .header .site_id .site_name {
  font-size: 138.5%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.header_wrap .header .site_id .top_text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
  font-size: 85%;
}
.header_wrap .header .header_link {
  float: right;
}
.header_wrap .header .header_link ul {
  float: left;
  margin-top: 7px;
}
.header_wrap .header .header_link li {
  float: left;
  background: url(/resource/med_img_common/dotline.png) repeat-y left;
  position: relative;
  padding: 5px 0;
}
.header_wrap .header .header_link li:nth-of-type(1) {
  background: none;
}
.header_wrap .header .header_link li:nth-of-type(1) a {
  padding: 5px 8px 5px 5px;
}
.header_wrap .header .header_link li:first-child:hover {
  background: rgba(246, 246, 246, 0.7);
  background: #f6f6f6\9;
}
.header_wrap .header .header_link li:first-child:hover a {
  text-decoration: none;
}
.header_wrap .header .header_link li a {
  padding: 0 8px;
  color: #333;
}
.header_wrap .header .header_link li a.link_blank:after {
  color: #666;
}
.header_wrap .header .header_link li .sub {
  overflow: hidden;
  display: block;
  position: absolute;
  background: #f6f6f6;
  filter: inherit;
  top: 25px;
  left: 0;
}
.header_wrap .header .header_link li .sub ul {
  margin-top: 0;
  white-space: nowrap;
}
.header_wrap .header .header_link li .sub ul li {
  float: none;
  width: 100%;
  line-height: 1.25em;
  overflow: hidden;
  background: none;
  padding: 0;
}
.header_wrap .header .header_link li .sub ul li a {
  display: block;
  margin: 5px 5px 5px 10px;
  padding: 0;
}
.header_wrap .header .header_link li .sub ul li + li {
  border-top: 1px dotted #999;
}
.header_wrap .header .header_link li .sub ul li:hover {
  text-decoration: underline;
}
.header_wrap .header .header_link .header_contact {
  float: right;
  font-size: 100%;
}
.header_wrap .header .header_link .header_contact a {
  font-size: 13px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#006bb6', endColorstr='#0063a8', GradientType=0)";
  position: relative;
  display: block;
  color: #ffffff;
  padding: 7px 14px;
  border-radius: 17px/17px 17px 18px 18px;
  border: solid 1px #006bb6;
  -webkit-box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
  -moz-box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
  box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNmJiNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjNhOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #006bb6),
    color-stop(100%, #0063a8)
  );
  background: -moz-linear-gradient(#006bb6, #0063a8);
  background: -webkit-linear-gradient(#006bb6, #0063a8);
  background: linear-gradient(#006bb6, #0063a8);
  margin-top: 2px;
}
.header_wrap .header .header_link .header_contact a:hover,
.header_wrap
  .header
  .header_link
  .header_contact
  .sub_column
  .side_info_seminar
  li:hover
  a,
.sub_column
  .side_info_seminar
  li:hover
  .header_wrap
  .header
  .header_link
  .header_contact
  a,
.header_wrap
  .header
  .header_link
  .header_contact
  .sub_column
  .side_info_seminar
  .more:hover
  a,
.sub_column
  .side_info_seminar
  .more:hover
  .header_wrap
  .header
  .header_link
  .header_contact
  a {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0063a8', endColorstr='#006bb6', GradientType=0)";
  top: 2px;
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjNhOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNmJiNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #0063a8),
    color-stop(100%, #006bb6)
  );
  background: -moz-linear-gradient(#0063a8, #006bb6);
  background: -webkit-linear-gradient(#0063a8, #006bb6);
  background: linear-gradient(#0063a8, #006bb6);
}

.heartline .header_link {
  width: auto !important;
}

.not_return .header_wrap .header .site_id .top_text {
  display: none;
}

/* global_nav
------------------------------------------------- */
.global_nav {
  box-sizing: border-box;
  border-top: 1px solid #e5e5e5;
}
.global_nav ul {
  width: 960px;
  margin: -1px auto 0;
  border-left: 1px solid #e5e5e5;
  height: 70px;
  overflow: hidden;
}
.global_nav li {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  float: left;
  height: 71px;
  display: table;
  table-layout: fixed;
  font-size: 123.1%;
  border-right: 1px solid #e5e5e5;
  border-collapse: collapse;
  border-spacing: 0;
}
.global_nav li:hover {
  border-right: 1px solid #006bb6;
}
.global_nav li a {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 136px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #333;
  padding-top: 2px;
  font-size: 14px;
}
.global_nav li a:hover,
.global_nav .sub_column .side_info_seminar li:hover a,
.sub_column .side_info_seminar .global_nav li:hover a,
.global_nav li .sub_column .side_info_seminar .more:hover a,
.sub_column .side_info_seminar .more:hover .global_nav li a {
  text-decoration: none;
  background: #006bb6;
  color: #fff;
}

.heartline .hl_none {
  display: none !important;
}

.heartline .hl_display {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .heartline .hl_display {
    margin: auto !important;
  }
}

.hl_display,
.reg.hl_display {
  display: none !important;
}

.movie-page .hl_display,
.movie-page .local_nav,
.movie-page .page_top {
  display: none !important;
}

.movie-page .gnav_heartline {
  border-right: 1px solid #e5e5e5 !important;
}

.movie-page .gnav_heartline:hover {
  border-right: 1px solid #006bb6 !important;
}

.movie-page .gnav_heartline a {
  color: #333 !important;
  background: transparent !important;
}

.movie-page .gnav_heartline a:hover,
.movie-page .gnav_heartline .sub_column .side_info_seminar li:hover a,
.sub_column .side_info_seminar li:hover .movie-page .gnav_heartline a,
.movie-page .gnav_heartline .sub_column .side_info_seminar .more:hover a,
.sub_column .side_info_seminar .more:hover .movie-page .gnav_heartline a {
  text-decoration: none !important;
  background: #006bb6 !important;
  color: #fff !important;
}

.my-page .hl_display,
.my-page .local_nav,
.my-page .page_top {
  display: none !important;
}

.my-page .gnav_heartline {
  border-right: 1px solid #e5e5e5 !important;
}

.my-page .gnav_heartline:hover {
  border-right: 1px solid #006bb6 !important;
}

.my-page .gnav_heartline a {
  color: #333 !important;
  background: transparent !important;
}

.my-page .gnav_heartline a:hover,
.my-page .gnav_heartline .sub_column .side_info_seminar li:hover a,
.sub_column .side_info_seminar li:hover .my-page .gnav_heartline a,
.my-page .gnav_heartline .sub_column .side_info_seminar .more:hover a,
.sub_column .side_info_seminar .more:hover .my-page .gnav_heartline a {
  text-decoration: none !important;
  background: #006bb6 !important;
  color: #fff !important;
}

.error-page .global_nav li {
  border-right: 1px solid #e5e5e5 !important;
}

.error-page .global_nav li a {
  color: #333 !important;
  background: none !important;
}

.error-page .local_nav {
  display: none !important;
}

.error-page .wrapper {
  padding-top: 40px;
}

.med_eq .gnav_med_eq,
.med .gnav_med,
.reg .gnav_reg,
.solution .gnav_solution,
.seminar .gnav_seminar,
.imep .gnav_imep,
.heartline .gnav_heartline {
  border-right: 1px solid #006bb6;
}
.med_eq .gnav_med_eq a,
.med .gnav_med a,
.reg .gnav_reg a,
.solution .gnav_solution a,
.seminar .gnav_seminar a,
.imep .gnav_imep a,
.heartline .gnav_heartline a {
  background: #006bb6;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .med_eq .gnav_med_eq a,
  .med .gnav_med a,
  .reg .gnav_reg a,
  .solution .gnav_solution a,
  .seminar .gnav_seminar a,
  .imep .gnav_imep a,
  .heartline .gnav_heartline a {
    width: 100%;
  }
}

/* local_nav
------------------------------------------------- */
.local_nav {
  display: none;
  background: #006bb6;
  padding: 14px 0;
}
.local_nav ul {
  width: 960px;
  margin: 0 auto;
}
.local_nav li {
  float: left;
  border-left: 1px solid #3389c5;
  padding: 0 54px;
  font-size: 108%;
}
.local_nav li:first-child {
  border-left: none;
}
.local_nav li a {
  display: block;
  color: #fff;
  padding: 4px 10px 2px;
}
.local_nav li a:hover,
.local_nav .sub_column .side_info_seminar li:hover a,
.sub_column .side_info_seminar .local_nav li:hover a,
.local_nav li .sub_column .side_info_seminar .more:hover a,
.sub_column .side_info_seminar .more:hover .local_nav li a {
  background: #fff;
  color: #006bb6;
  text-decoration: none;
  border-radius: 13px;
}

.lnav_imep li {
  padding: 0 15px;
}

.lnav_med li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 28px;
  text-align: center;
}
.lnav_med li a {
  display: inline-block;
}

.lnav_reg li {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 25px;
  text-align: center;
}
.lnav_reg li a {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
}

.lnav_heartline li {
  padding: 0px 16px !important;
}
.lnav_heartline li a {
  padding: 4px 4px 2px !important;
}

/* global_nav 患者用
------------------------------------------------- */
.patient_header .global_nav li {
  width: 156px !important;
}
.patient_header .global_nav li:hover {
  border-right: 1px solid #f45a98;
}
.patient_header .global_nav a:hover,
.patient_header .global_nav .sub_column .side_info_seminar li:hover a,
.sub_column .side_info_seminar li:hover .patient_header .global_nav a,
.patient_header .global_nav .sub_column .side_info_seminar .more:hover a,
.sub_column .side_info_seminar .more:hover .patient_header .global_nav a {
  text-decoration: none;
  background: #f45a98;
  color: #fff;
}
.patient_header .global_nav .gnav_patient_top a {
  width: 98px;
}
.patient_header .global_nav .gnav_patient_use a {
  width: 109px;
}
.patient_header .global_nav .gnav_patient_guide a {
  width: 99px;
}
.patient_header .global_nav .gnav_patient_login a {
  width: 79px;
}
.patient_header .global_nav .gnav_patient_question a {
  width: 119px;
}
.patient_header .global_nav .gnav_patient_explanation a {
  width: 159px;
}
.patient_header .global_nav .gnav_patient_information a {
  width: 169px;
  font-size: 12px;
}
.patient_header .global_nav .gnav_patient_inquiry a {
  width: 119px;
}
.patient_header .header_contact {
  float: right;
  font-size: 100%;
}
.patient_header .header_contact a {
  border: solid 1px #f45a98 !important;
  background: #f45a98 !important;
}
.patient_header .header_contact.header_contact__pc {
  display: block !important;
}
.patient_header .header_contact.header_contact__sp {
  display: none !important;
}

.patient_gnav_01 .gnav_patient_top,
.patient_gnav_02 .gnav_patient_use,
.patient_gnav_03 .gnav_patient_guide,
.patient_gnav_04 .gnav_patient_login,
.patient_gnav_05 .gnav_patient_question,
.patient_gnav_06 .gnav_patient_explanation,
.patient_gnav_07 .gnav_patient_information,
.patient_gnav_08 .gnav_patient_inquiry {
  background: #f45a98;
  border-right: 1px solid #f45a98;
}
.patient_gnav_01 .gnav_patient_top a,
.patient_gnav_02 .gnav_patient_use a,
.patient_gnav_03 .gnav_patient_guide a,
.patient_gnav_04 .gnav_patient_login a,
.patient_gnav_05 .gnav_patient_question a,
.patient_gnav_06 .gnav_patient_explanation a,
.patient_gnav_07 .gnav_patient_information a,
.patient_gnav_08 .gnav_patient_inquiry a {
  color: #fff;
}

/* global_nav 患者用ここまで
------------------------------------------------- */
/* global_nav 血糖自己測定器
------------------------------------------------- */
.smbg_header .global_nav li {
  width: 239px !important;
}
.smbg_header .global_nav li:hover {
  border-right: 1px solid #3ec6d8;
}
.smbg_header .global_nav a:hover,
.smbg_header .global_nav .sub_column .side_info_seminar li:hover a,
.sub_column .side_info_seminar li:hover .smbg_header .global_nav a,
.smbg_header .global_nav .sub_column .side_info_seminar .more:hover a,
.sub_column .side_info_seminar .more:hover .smbg_header .global_nav a {
  text-decoration: none;
  background: #3ec6d8;
  color: #fff;
}
.smbg_header .global_nav a:hover span,
.smbg_header .global_nav .sub_column .side_info_seminar li:hover a span,
.sub_column .side_info_seminar li:hover .smbg_header .global_nav a span,
.smbg_header .global_nav .sub_column .side_info_seminar .more:hover a span,
.sub_column .side_info_seminar .more:hover .smbg_header .global_nav a span {
  color: #fff;
}
.smbg_header .global_nav a span {
  font-size: 18px;
  color: #8d8d8d;
}

body.smbg-page.gnav_01 .gnav_products a,
body.smbg-page.gnav_02 .gnav_genkinote a,
body.smbg-page.gnav_03 .gnav_diabetes a,
body.smbg-page.gnav_04 .gnav_contact a {
  background: #3ec6d8;
  border-right: 1px solid #3ec6d8;
}
body.smbg-page.gnav_01 .gnav_products a span,
body.smbg-page.gnav_02 .gnav_genkinote a span,
body.smbg-page.gnav_03 .gnav_diabetes a span,
body.smbg-page.gnav_04 .gnav_contact a span {
  color: #fff;
}

/* global_nav 血糖自己測定器ここまで
------------------------------------------------- */
.med_eq .lnav_med_eq,
.reg .lnav_reg,
.imep .lnav_imep,
.med .lnav_med,
.heartline .lnav_heartline {
  display: block;
}

.lnav_01 .local_nav .lnav_01 a,
.lnav_02 .local_nav .lnav_02 a,
.lnav_03 .local_nav .lnav_03 a,
.lnav_04 .local_nav .lnav_04 a,
.lnav_05 .local_nav .lnav_05 a,
.lnav_06 .local_nav .lnav_06 a,
.lnav_07 .local_nav .lnav_07 a,
.lnav_08 .local_nav .lnav_08 a,
.lnav_09 .local_nav .lnav_09 a,
.lnav_10 .local_nav .lnav_10 a,
.lnav_11 .local_nav .lnav_11 a {
  background: #fff;
  color: #006bb6;
  text-decoration: none;
  border-radius: 13px;
}

/* wrapper
------------------------------------------------- */
.wrapper {
  background: #fcfcfc url(/resource/med_img_common/wrapper_bg.gif) repeat-x top;
  padding-bottom: 40px;
  font-size: 108%;
}

/* entrance_wrapper
------------------------------------------------- */
.entrance_wrapper {
  width: 820px;
  height: 426px;
  margin: 0 auto;
  border-bottom-color: #000;
  margin-top: 34px;
  border: 7px solid #006bb6;
}
.entrance_wrapper .inner {
  padding: 47px 55px;
}
.entrance_wrapper .inner p {
  font-size: 108%;
  line-height: 2em;
}
.entrance_wrapper .inner .med_eq_question {
  margin-top: 28px;
  font-size: 200%;
  text-align: center;
}
.entrance_wrapper .inner .yes_no_btn {
  width: 420px;
  margin: 45px auto 0;
}
.entrance_wrapper .inner .yes_no_btn li {
  width: 194px;
  float: left;
}
.entrance_wrapper .inner .yes_no_btn li a {
  border-radius: 20px;
  padding: 10px 0 8px 0;
}
.entrance_wrapper .inner .yes_no_btn li + li {
  margin-left: 32px;
}

#entrance_popup_overlay.entrance_popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}
#entrance_popup_overlay .entrance_popup_wrapper {
  background-color: white;
  width: 60%;
  max-width: 820px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 426px;
  border-bottom-color: #000;
  border: 7px solid #006bb6;
}
#entrance_popup_overlay .entrance_popup_wrapper .inner {
  padding: 47px 55px;
}
#entrance_popup_overlay .entrance_popup_wrapper .inner p {
  font-size: 108%;
  line-height: 2em;
}
#entrance_popup_overlay .entrance_popup_wrapper .inner .med_eq_question {
  margin-top: 28px;
  font-size: 200%;
  text-align: center;
}
#entrance_popup_overlay .entrance_popup_wrapper .inner .yes_no_btn {
  width: 420px;
  margin: 45px auto 0;
}
#entrance_popup_overlay .entrance_popup_wrapper .inner .yes_no_btn li {
  width: 194px;
  float: left;
}
#entrance_popup_overlay .entrance_popup_wrapper .inner .yes_no_btn li a {
  border-radius: 20px;
  padding: 10px 0 8px 0;
}
#entrance_popup_overlay .entrance_popup_wrapper .inner .yes_no_btn li:hover {
  cursor: pointer;
}
#entrance_popup_overlay .entrance_popup_wrapper .inner .yes_no_btn li + li {
  margin-left: 32px;
}
#entrance_popup_overlay .entrance_popup_wrapper .block {
  display: block !important;
}
#entrance_popup_overlay .entrance_popup_wrapper .inline {
  display: inline !important;
}
#entrance_popup_overlay .entrance_popup_wrapper .none {
  display: none !important;
}

@media screen and (max-width: 640px) {
  #entrance_popup_overlay .entrance_popup_wrapper {
    width: auto;
    min-width: 285px;
    margin: auto 10px;
    height: 475px;
  }
  #entrance_popup_overlay .entrance_popup_wrapper .inner {
    padding: 25px;
  }
  #entrance_popup_overlay .entrance_popup_wrapper .inner .yes_no_btn {
    width: auto;
    margin: 0;
  }
  #entrance_popup_overlay .entrance_popup_wrapper .inner .yes_no_btn li {
    float: none;
    margin: 30px auto auto auto;
  }
  #entrance_popup_overlay .entrance_popup_wrapper .inner .yes_no_btn li a {
    border-radius: 20px;
    padding: 10px 0 8px 0;
  }
  #entrance_popup_overlay .entrance_popup_wrapper .inner .yes_no_btn li + li {
    margin: 15px auto auto auto;
  }
  #entrance_popup_overlay .entrance_popup_wrapper .sp_block {
    display: block !important;
  }
  #entrance_popup_overlay .entrance_popup_wrapper .sp_inline {
    display: inline !important;
  }
  #entrance_popup_overlay .entrance_popup_wrapper .sp_none {
    display: none !important;
  }
}
/* contents
------------------------------------------------- */
.contents {
  width: 960px;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
.contents > .inner_col_01 {
  padding: 0 36px;
}
.contents.separate {
  display: table;
  table-layout: fixed;
}

/* sub column
------------------------------------------------- */
.sub_column {
  display: table-cell;
  vertical-align: top;
  width: 220px;
  border-radius: 4px 0 0 4px;
  box-sizing: border-box;
  background: url(/resource/med_img_common/side_nav_bg.png) repeat;
  -webkit-box-shadow: -3px 0 0 0 rgba(0, 0, 0, 0.09) inset;
  -moz-box-shadow: -3px 0 0 0 rgba(0, 0, 0, 0.09) inset;
  box-shadow: -3px 0 0 0 rgba(0, 0, 0, 0.09) inset;
  _border-right: 3px solid #e5e5e5;
  *border-right: 3px solid #e5e5e5;
}
.sub_column:root .sub_column {
  border-right: 3px solid #e5e5e5;
}
.sub_column .side_title {
  border-radius: 4px 0 0 0;
  background: #006bb6 url(/resource/med_img_common/side_nav_bg.png) repeat;
  padding: 10px 15px 6px;
  font-weight: normal;
  color: #fff;
  font-size: 116%;
}
.sub_column .side_title a {
  color: #fff;
}
.sub_column .side_nav li {
  padding-bottom: 1px;
  background: url(/resource/med_img_common/side_dotline.gif) repeat-x bottom;
  font-size: 108%;
}
.sub_column .side_nav li a {
  display: block;
  padding: 11px 15px;
  color: #333;
}
.sub_column .side_nav li a:hover,
.sub_column .side_nav .side_info_seminar li:hover a,
.sub_column .side_info_seminar .side_nav li:hover a,
.sub_column .side_nav li .side_info_seminar .more:hover a,
.sub_column .side_info_seminar .more:hover .side_nav li a {
  background: #e2eef2 url(/resource/med_img_common/side_nav_bg.png) repeat;
}
.sub_column .side_info_seminar {
  background: #fff;
  margin: 7px 7px 10px;
  border: 1px solid #dad9da;
  border-radius: 4px;
}
.sub_column .side_info_seminar li {
  border-bottom: 1px solid #e5e5e5;
  font-size: 93%;
  padding: 8px;
}
.sub_column .side_info_seminar li a {
  display: block;
}
.sub_column .side_info_seminar li p {
  line-height: 1.4;
}
.sub_column .side_info_seminar li .date {
  color: #666;
  margin-bottom: 4px;
  line-height: 1.7;
}
.sub_column .side_info_seminar li .date span {
  font-size: 93%;
  display: inline-block;
  margin-left: 6px;
  padding: 1px 5px 0;
  line-height: 1.3;
}
.sub_column .side_info_seminar .more {
  text-align: center;
  font-size: 85%;
}
.sub_column .side_info_seminar .more a {
  display: inline-block;
  padding: 3px 0;
}

.side_01 .side_nav .side_01 a,
.side_02 .side_nav .side_02 a,
.side_03 .side_nav .side_03 a,
.side_04 .side_nav .side_04 a,
.side_05 .side_nav .side_05 a,
.side_06 .side_nav .side_06 a,
.side_07 .side_nav .side_07 a,
.side_08 .side_nav .side_08 a,
.side_09 .side_nav .side_09 a,
.side_10 .side_nav .side_10 a,
.side_11 .side_nav .side_11 a,
.side_12 .side_nav .side_12 a,
.side_13 .side_nav .side_13 a,
.side_14 .side_nav .side_14 a,
.side_15 .side_nav .side_15 a,
.side_16 .side_nav .side_16 a {
  background: #e2eef2 url(/resource/med_img_common/side_nav_bg.png) repeat;
}

/* main column
------------------------------------------------- */
.main_long {
  width: 960px !important;
}

.main_column {
  display: table-cell;
  width: 740px;
  box-sizing: border-box;
}
.main_column > .inner {
  padding: 0 39px 50px;
}

/* breadcrumb
------------------------------------------------- */
.breadcrumb {
  padding: 14px 0 13px 0;
  width: 960px;
  margin: 0 auto;
}
.breadcrumb li {
  margin-left: 11px;
  display: inline;
}
.breadcrumb li:before {
  content: "\64";
  padding-right: 11px;
}
.breadcrumb li:first-child {
  margin-left: 0;
}
.breadcrumb li:first-child:before {
  content: "";
  padding-right: 0;
}

/* bottom_breadcrumb
------------------------------------------------- */
.bottom_breadcrumb {
  background: #006bb6 url(/resource/med_img_common/bottom_breadcrumb_bg.gif)
    repeat-x top;
  padding: 13px 0;
}
.bottom_breadcrumb > ul {
  width: 960px;
  margin: 0 auto;
}
.bottom_breadcrumb li {
  float: left;
  margin-left: 11px;
  color: #fff;
}
.bottom_breadcrumb li:before {
  content: "\64";
  padding-right: 11px;
}
.bottom_breadcrumb li:first-child {
  margin-left: 0;
}
.bottom_breadcrumb li:first-child:before {
  content: "";
  padding-right: 0;
}
.bottom_breadcrumb li a {
  color: #fff;
}

.patient .bottom_breadcrumb {
  background: #f45a98
    url(/resource/med_img_common/bottom_breadcrumb_bg_pink.jpg) repeat-x top;
}

.smbg-page .bottom_breadcrumb {
  background: #3ec6d8;
}

/* footer
------------------------------------------------- */
.footer_wrap {
  background: #cedbfe;
  padding-top: 20px;
}
.footer_wrap > .inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 40px;
}
.footer_wrap .page_top {
  position: absolute;
  top: -66px;
  right: 5px;
  height: 36px;
  border-radius: 36px 36px 0 0;
  background: #fff;
}
.footer_wrap .footer_copy {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 65px;
}
.footer_wrap .footer_copy span {
  padding: 6px 15px;
  border-radius: 15px;
  background: #c1cdec;
  -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2),
    inset 1px 1px rgba(9, 2, 4, 0.2);
  -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2),
    inset 1px 1px rgba(9, 2, 4, 0.2);
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2),
    inset 1px 1px rgba(9, 2, 4, 0.2);
}
.footer_wrap .footer_nav {
  float: left;
  margin-left: 27px;
  width: 170px;
}
.footer_wrap .footer_nav:first-child {
  margin-left: 0;
}
.footer_wrap .footer_nav a {
  color: #333;
}
.footer_wrap .footer_nav p {
  padding-bottom: 11px;
  border-bottom: 1px solid #b0c6fe;
  margin-bottom: 13px;
}
.footer_wrap .footer_nav p a {
  font-size: 14px;
}
.footer_wrap .footer_nav li {
  margin-top: 9px;
}
.footer_wrap .footer_nav li:first-child {
  margin-top: 0;
}
.footer_wrap .footer_nav li a {
  font-size: 12px;
}
.footer_wrap .footer_nav li.sub {
  padding-left: 20px;
}
.footer_wrap .footer_nav .hl_footer_list {
  margin-top: 20px;
}
.footer_wrap .footer {
  border-top: 1px solid #b0c6fe;
  padding: 15px 0 18px;
}
.footer_wrap .footer > .inner {
  width: 960px;
  margin: 0 auto;
}
.footer_wrap .footer .access {
  float: left;
}
.footer_wrap .footer .access .text {
  font-size: 93%;
  line-height: 1.7;
}
.footer_wrap .footer .access a:hover img,
.footer_wrap .footer .access .sub_column .side_info_seminar li:hover a img,
.sub_column .side_info_seminar li:hover .footer_wrap .footer .access a img,
.footer_wrap .footer .access .sub_column .side_info_seminar .more:hover a img,
.sub_column .side_info_seminar .more:hover .footer_wrap .footer .access a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.footer_wrap .footer .footer_link {
  float: right;
  width: 630px;
  border-left: 1px solid #b0c6fe;
}
.footer_wrap .footer .footer_link li {
  float: left;
  border-right: 1px solid #b0c6fe;
}
.footer_wrap .footer .footer_link li a {
  display: block;
  color: #333;
  padding: 3px 13px;
}
.footer_wrap .footer .footer_link li a.link_blank:after {
  color: #666;
}

/* footer 患者用
------------------------------------------------- */
.patient_footer {
  background: #ffeff5;
}
.patient_footer .footer_nav {
  margin-left: 30px;
  width: 203px;
}
.patient_footer .footer_nav p {
  border-bottom: 1px solid #f45a98;
}
.patient_footer .footer {
  border-top: 1px solid #f45a98;
}
.patient_footer .footer_link {
  width: 420px;
  border-left: 1px solid #f45a98 !important;
}
.patient_footer .footer_link li {
  border-right: 1px solid #f45a98 !important;
}
.patient_footer .page_top {
  top: -56px;
}
.patient_footer .font_icon_arrow {
  color: #f45a98;
}

/* footer 自己血糖値
------------------------------------------------- */
.smbg_footer {
  background: #ebfbfd;
  padding-top: 40px !important;
}
.smbg_footer .footer_nav {
  margin-left: 30px;
  width: 203px;
}
.smbg_footer .footer_nav p {
  border-bottom: 1px solid #3ec6d8;
}
.smbg_footer .footer-top,
.smbg_footer .footer-products {
  width: 185px;
}
.smbg_footer .footer-genkinote,
.smbg_footer .footer-diabetes,
.smbg_footer .footer-contact {
  width: 140px;
}
.smbg_footer .footer {
  border-top: 1px solid #3ec6d8;
}
.smbg_footer .footer_link {
  width: auto !important;
  border-left: 1px solid #3ec6d8 !important;
}
.smbg_footer .footer_link li {
  border-right: 1px solid #3ec6d8 !important;
}
.smbg_footer .footer_link li a {
  position: relative;
  padding: 3px 13px 3px 26px !important;
}
.smbg_footer .footer_link li .link_triangle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 15px;
  box-sizing: border-box;
  width: 8px;
  height: 10px;
  border: 4px solid transparent;
  border-left: 7px solid #3ec6d8;
}
.smbg_footer .page_top {
  top: -76px !important;
}

/* entrance
------------------------------------------------- */
body.not_return .header_wrap {
  border-bottom: 1px solid #e5e5e5;
}

body .h1_field {
  font-size: 85%;
  color: #666;
  text-align: left;
  padding-top: 12px;
  position: absolute;
  z-index: 90;
  width: 100%;
  background-color: #cedbfe;
}
body .h1_field .h1_field_inner {
  width: 960px;
  margin: 0 auto;
}
body .h1_field .position {
  position: absolute;
}
body .h1_field h1 {
  font-size: 92%;
  padding-bottom: 3px;
}
body .h1_field .bunrui {
  width: 100px;
  padding-right: 9px;
  float: left;
  padding-top: 5px;
  color: #666;
}
body .h1_field .yakumei {
  width: 850px;
  float: left;
  color: #666;
}
body .h1_field .yakumei ul {
  width: 850px;
  height: 1%;
}
body .h1_field .yakumei ul li {
  float: left;
  margin: 0;
  padding-right: 12px;
  white-space: nowrap;
  color: #666;
  padding-top: 5px;
}
body .h1_field .yakumei ul li a:link {
  color: #666;
  text-decoration: none;
}
body .h1_field .yakumei ul li a:visited {
  color: #666;
  text-decoration: none;
}
body .h1_field .yakumei ul li a:hover,
body .h1_field .yakumei ul .sub_column .side_info_seminar li:hover a,
.sub_column .side_info_seminar body .h1_field .yakumei ul li:hover a,
body .h1_field .yakumei ul li .sub_column .side_info_seminar .more:hover a,
.sub_column .side_info_seminar .more:hover body .h1_field .yakumei ul li a {
  color: #666;
  text-decoration: underline;
}
body .h1_field .iryoukikimei {
  width: 830px;
  float: left;
}
body .h1_field .iryoukikimei ul {
  width: 830px;
  height: 1%;
}
body .h1_field .iryoukikimei ul li {
  float: left;
  margin: 0;
  padding-right: 12px;
  white-space: nowrap;
  color: #666;
  padding-top: 5px;
}
body .h1_field .iryoukikimei ul li a {
  color: #666;
}
body .h1_field .iryoukikimei ul li a.link_blank:after {
  color: #666;
}

.td_med_size {
  padding: 0px !important;
}

.table_med_size td {
  border: 0 !important;
}

.td_color_size {
  background: #f6f6f6;
  width: 120px;
}

.tr_color_size td {
  border-right: #fff !important;
  border-left: #fff !important;
}

.tr_color_size th {
  border-left: #fff !important;
}

.td_bottom_line {
  border-bottom: 1px solid #e5e5e5 !important;
}

body.topics_detail p img {
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.topics_detail .main_column > .inner {
  padding: 0 49px 50px;
}
body.topics_detail .detail_thumbnail {
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.topics_detail .detail_thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
body.topics_detail h3 {
  margin: 30px 0 10px;
}
body.topics_detail .seminar_box {
  margin-top: 30px;
}
body.topics_detail .seminar_box .seminar_box_inner {
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.topics_detail .seminar_box .seminar_box_inner .seminar_title {
  background: #ededed;
  border-radius: 4px 4px 0 0;
  padding: 10px 10px;
}
body.topics_detail .seminar_box .seminar_box_inner .seminar_title h4 {
  font-weight: normal;
}
body.topics_detail
  .seminar_box
  .seminar_box_inner
  .seminar_title
  h4
  .font_icon_note {
  font-size: 138.5%;
}
body.topics_detail
  .seminar_box
  .seminar_box_inner
  .seminar_title
  h4
  .font_icon_note:before {
  font-size: 160%;
}
body.topics_detail .seminar_box dl {
  padding: 10px 0 0 0;
}
body.topics_detail .seminar_box dl dt {
  padding: 0 10px 5px 10px;
}
body.topics_detail .seminar_box dl dt span,
body.topics_detail .seminar_box dl dt a {
  margin-left: 5px;
}
body.topics_detail .seminar_box dl dd {
  padding: 0 10px 15px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
body.topics_detail .seminar_box dl .last {
  border-bottom: none;
  padding-bottom: 0;
}
body.topics_detail .eq_box {
  margin-top: 30px;
}
body.topics_detail .eq_box .eq_box_inner {
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.topics_detail .eq_box .eq_box_inner .eq_title {
  background: #ededed;
  border-radius: 4px 4px 0 0;
  padding: 10px 10px;
}
body.topics_detail .eq_box .eq_box_inner .eq_title h4 {
  font-weight: normal;
}
body.topics_detail .eq_box .eq_box_inner .eq_title h4 .font_icon_injection {
  font-size: 138.5%;
}
body.topics_detail
  .eq_box
  .eq_box_inner
  .eq_title
  h4
  .font_icon_injection:before {
  font-size: 180%;
}
body.topics_detail .eq_box ul {
  padding: 10px 0 0 0;
}
body.topics_detail .eq_box ul li {
  padding: 0 10px 10px 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
body.topics_detail .eq_box ul .last {
  border-bottom: none;
  padding-bottom: 0;
}
body.topics_detail p img {
  max-width: 100%;
  height: auto;
}
body.topics_detail .ph_box {
  margin-top: 30px;
}
body.topics_detail .ph_box .ph_box_inner {
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.topics_detail .ph_box .ph_box_inner .ph_title {
  background: #ededed;
  border-radius: 4px 4px 0 0;
  padding: 10px 10px;
}
body.topics_detail .ph_box .ph_box_inner .ph_title h4 {
  font-weight: normal;
}
body.topics_detail .ph_box .ph_box_inner .ph_title h4 .font_icon_medicine {
  font-size: 138.5%;
}
body.topics_detail
  .ph_box
  .ph_box_inner
  .ph_title
  h4
  .font_icon_medicine:before {
  font-size: 180%;
}
body.topics_detail .ph_box ul {
  padding: 10px 0 0 0;
}
body.topics_detail .ph_box ul li {
  padding: 0 10px 10px 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
body.topics_detail .ph_box ul .last {
  border-bottom: none;
  padding-bottom: 0;
}
body.topics_detail .doc_box {
  margin-top: 30px;
}
body.topics_detail .doc_box .doc_box_inner {
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.topics_detail .doc_box .doc_box_inner .doc_title {
  background: #ededed;
  border-radius: 4px 4px 0 0;
  padding: 10px 10px;
}
body.topics_detail .doc_box .doc_box_inner .doc_title h4 {
  font-weight: normal;
}
body.topics_detail .doc_box .doc_box_inner .doc_title h4 .font_icon_memo {
  font-size: 138.5%;
}
body.topics_detail
  .doc_box
  .doc_box_inner
  .doc_title
  h4
  .font_icon_memo:before {
  font-size: 180%;
}
body.topics_detail .doc_box ul {
  padding: 10px 0 0 0;
}
body.topics_detail .doc_box ul li {
  padding: 0 10px 10px 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
body.topics_detail .doc_box ul .last {
  border-bottom: none;
  padding-bottom: 0;
}

.text_m:before {
  margin-top: -11px;
}

body.oncology_news .inner_col_01 {
  padding: 0 50px 37px 50px;
}
body.oncology_news .attention_contents {
  background-color: #f9f9f9;
  margin: 40px 0;
  padding: 30px;
}
body.oncology_news .module_category_nav li {
  cursor: pointer;
}
body.oncology_news .module_category_nav .character-3 {
  width: 90px;
}
body.oncology_news .module_category_nav .character-4 {
  width: 100px;
}
body.oncology_news .module_category_nav .character-5 {
  width: 120px;
}
body.oncology_news .module_category_nav .character-6 {
  width: 130px;
}
body.oncology_news .update_contents.hide {
  display: none;
}
body.oncology_news .update_contents .update {
  padding-top: 20px;
}
body.oncology_news .update_contents .update .category span {
  border: 1px solid #9fc1d8;
  box-sizing: border-box;
  color: #006bb6;
  font-size: 85%;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
  width: 108px;
}
body.oncology_news .update_contents .update .category span:first-child {
  margin-left: 0;
}
body.oncology_news .update_contents .update .attr {
  padding: 10px 0 15px;
  width: auto;
}
body.oncology_news .update_contents .update .content {
  padding: 10px 0 15px 12px;
  width: 735px;
}
body.oncology_news .update_contents .update .content a {
  display: inline;
  width: auto;
}
body.oncology_news .update_contents .update .content .new {
  border-radius: 2px;
  font-size: 85%;
  margin-left: 7px;
  padding: 0px 5px;
}

/* -------------------------------------------------------------------------

		module.sass

		見出し、ボタン、表など繰り返し使うパーツ（モジュール）のスタイルを定義

------------------------------------------------------------------------- */
.grid_system_12 {
  margin-left: -3%;
  width: auto !important;
}
.grid_system_12 > .grid_1,
.grid_system_12 > .grid_2,
.grid_system_12 > .grid_3,
.grid_system_12 > .grid_4,
.grid_system_12 > .grid_5,
.grid_system_12 > .grid_6,
.grid_system_12 > .grid_7,
.grid_system_12 > .grid_8,
.grid_system_12 > .grid_9,
.grid_system_12 > .grid_10,
.grid_system_12 > .grid_11,
.grid_system_12 > .grid_12,
.grid_system_12 .grid_system_2 > .grid_1,
.grid_system_12 .grid_system_2 > .grid_2,
.grid_system_12 .grid_spread_24 > .grid_1,
.grid_system_12 .grid_spread_24 > .grid_2,
.grid_system_12 .grid_spread_24 > .grid_3,
.grid_system_12 .grid_spread_24 > .grid_4,
.grid_system_12 .grid_spread_24 > .grid_5,
.grid_system_12 .grid_spread_24 > .grid_6,
.grid_system_12 .grid_spread_24 > .grid_7,
.grid_system_12 .grid_spread_24 > .grid_8,
.grid_system_12 .grid_spread_24 > .grid_9,
.grid_system_12 .grid_spread_24 > .grid_10,
.grid_system_12 .grid_spread_24 > .grid_11,
.grid_system_12 .grid_spread_24 > .grid_12,
.grid_system_12 .grid_spread_24 > .grid_13,
.grid_system_12 .grid_spread_24 > .grid_14,
.grid_system_12 .grid_spread_24 > .grid_15,
.grid_system_12 .grid_spread_24 > .grid_16,
.grid_system_12 .grid_spread_24 > .grid_17,
.grid_system_12 .grid_spread_24 > .grid_18,
.grid_system_12 .grid_spread_24 > .grid_19,
.grid_system_12 .grid_spread_24 > .grid_20,
.grid_system_12 .grid_spread_24 > .grid_21,
.grid_system_12 .grid_spread_24 > .grid_22,
.grid_system_12 .grid_spread_24 > .grid_23,
.grid_system_12 .grid_spread_24 > .grid_24,
.grid_system_12 .grid_spread_5 > .grid_1,
.grid_system_12 .grid_spread_5 > .grid_2,
.grid_system_12 .grid_spread_5 > .grid_3,
.grid_system_12 .grid_spread_5 > .grid_4,
.grid_system_12 .grid_spread_5 > .grid_5,
.grid_system_12 .grid_spread_4 > .grid_1,
.grid_system_12 .grid_spread_4 > .grid_2,
.grid_system_12 .grid_spread_4 > .grid_3,
.grid_system_12 .grid_spread_4 > .grid_4 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-left: $space;*/
}
.grid_system_12 > .grid_1 {
  width: 8.33333%;
}
.grid_system_12 > .grid_2 {
  width: 16.66667%;
}
.grid_system_12 > .grid_3 {
  width: 25%;
}
.grid_system_12 > .grid_4 {
  width: 33.33333%;
}
.grid_system_12 > .grid_5 {
  width: 41.66667%;
}
.grid_system_12 > .grid_6 {
  width: 50%;
}
.grid_system_12 > .grid_7 {
  width: 58.33333%;
}
.grid_system_12 > .grid_8 {
  width: 66.66667%;
}
.grid_system_12 > .grid_9 {
  width: 75%;
}
.grid_system_12 > .grid_10 {
  width: 83.33333%;
}
.grid_system_12 > .grid_11 {
  width: 91.66667%;
}
.grid_system_12 > .grid_12 {
  width: 100%;
}

.grid_system_2 {
  margin-left: -3%;
  width: auto !important;
}
.grid_system_2 .grid_system_12 > .grid_1,
.grid_system_2 .grid_system_12 > .grid_2,
.grid_system_2 .grid_system_12 > .grid_3,
.grid_system_2 .grid_system_12 > .grid_4,
.grid_system_2 .grid_system_12 > .grid_5,
.grid_system_2 .grid_system_12 > .grid_6,
.grid_system_2 .grid_system_12 > .grid_7,
.grid_system_2 .grid_system_12 > .grid_8,
.grid_system_2 .grid_system_12 > .grid_9,
.grid_system_2 .grid_system_12 > .grid_10,
.grid_system_2 .grid_system_12 > .grid_11,
.grid_system_2 .grid_system_12 > .grid_12,
.grid_system_2 > .grid_1,
.grid_system_2 > .grid_2,
.grid_system_2 .grid_spread_24 > .grid_1,
.grid_system_2 .grid_spread_24 > .grid_2,
.grid_system_2 .grid_spread_24 > .grid_3,
.grid_system_2 .grid_spread_24 > .grid_4,
.grid_system_2 .grid_spread_24 > .grid_5,
.grid_system_2 .grid_spread_24 > .grid_6,
.grid_system_2 .grid_spread_24 > .grid_7,
.grid_system_2 .grid_spread_24 > .grid_8,
.grid_system_2 .grid_spread_24 > .grid_9,
.grid_system_2 .grid_spread_24 > .grid_10,
.grid_system_2 .grid_spread_24 > .grid_11,
.grid_system_2 .grid_spread_24 > .grid_12,
.grid_system_2 .grid_spread_24 > .grid_13,
.grid_system_2 .grid_spread_24 > .grid_14,
.grid_system_2 .grid_spread_24 > .grid_15,
.grid_system_2 .grid_spread_24 > .grid_16,
.grid_system_2 .grid_spread_24 > .grid_17,
.grid_system_2 .grid_spread_24 > .grid_18,
.grid_system_2 .grid_spread_24 > .grid_19,
.grid_system_2 .grid_spread_24 > .grid_20,
.grid_system_2 .grid_spread_24 > .grid_21,
.grid_system_2 .grid_spread_24 > .grid_22,
.grid_system_2 .grid_spread_24 > .grid_23,
.grid_system_2 .grid_spread_24 > .grid_24,
.grid_system_2 .grid_spread_5 > .grid_1,
.grid_system_2 .grid_spread_5 > .grid_2,
.grid_system_2 .grid_spread_5 > .grid_3,
.grid_system_2 .grid_spread_5 > .grid_4,
.grid_system_2 .grid_spread_5 > .grid_5,
.grid_system_2 .grid_spread_4 > .grid_1,
.grid_system_2 .grid_spread_4 > .grid_2,
.grid_system_2 .grid_spread_4 > .grid_3,
.grid_system_2 .grid_spread_4 > .grid_4 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-left: $space;*/
}
.grid_system_2 > .grid_1 {
  width: 50%;
}
.grid_system_2 > .grid_2 {
  width: 100%;
}

.grid_spread_24 {
  margin-left: 0;
  width: auto !important;
}
.grid_spread_24 .grid_system_12 > .grid_1,
.grid_spread_24 .grid_system_12 > .grid_2,
.grid_spread_24 .grid_system_12 > .grid_3,
.grid_spread_24 .grid_system_12 > .grid_4,
.grid_spread_24 .grid_system_12 > .grid_5,
.grid_spread_24 .grid_system_12 > .grid_6,
.grid_spread_24 .grid_system_12 > .grid_7,
.grid_spread_24 .grid_system_12 > .grid_8,
.grid_spread_24 .grid_system_12 > .grid_9,
.grid_spread_24 .grid_system_12 > .grid_10,
.grid_spread_24 .grid_system_12 > .grid_11,
.grid_spread_24 .grid_system_12 > .grid_12,
.grid_spread_24 .grid_system_2 > .grid_1,
.grid_spread_24 .grid_system_2 > .grid_2,
.grid_spread_24 > .grid_1,
.grid_spread_24 > .grid_2,
.grid_spread_24 > .grid_3,
.grid_spread_24 > .grid_4,
.grid_spread_24 > .grid_5,
.grid_spread_24 > .grid_6,
.grid_spread_24 > .grid_7,
.grid_spread_24 > .grid_8,
.grid_spread_24 > .grid_9,
.grid_spread_24 > .grid_10,
.grid_spread_24 > .grid_11,
.grid_spread_24 > .grid_12,
.grid_spread_24 > .grid_13,
.grid_spread_24 > .grid_14,
.grid_spread_24 > .grid_15,
.grid_spread_24 > .grid_16,
.grid_spread_24 > .grid_17,
.grid_spread_24 > .grid_18,
.grid_spread_24 > .grid_19,
.grid_spread_24 > .grid_20,
.grid_spread_24 > .grid_21,
.grid_spread_24 > .grid_22,
.grid_spread_24 > .grid_23,
.grid_spread_24 > .grid_24,
.grid_spread_24 .grid_spread_5 > .grid_1,
.grid_spread_24 .grid_spread_5 > .grid_2,
.grid_spread_24 .grid_spread_5 > .grid_3,
.grid_spread_24 .grid_spread_5 > .grid_4,
.grid_spread_24 .grid_spread_5 > .grid_5,
.grid_spread_24 .grid_spread_4 > .grid_1,
.grid_spread_24 .grid_spread_4 > .grid_2,
.grid_spread_24 .grid_spread_4 > .grid_3,
.grid_spread_24 .grid_spread_4 > .grid_4 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-left: $space;*/
}
.grid_spread_24 > .grid_1 {
  width: 4.16667%;
}
.grid_spread_24 > .grid_2 {
  width: 8.33333%;
}
.grid_spread_24 > .grid_3 {
  width: 12.5%;
}
.grid_spread_24 > .grid_4 {
  width: 16.66667%;
}
.grid_spread_24 > .grid_5 {
  width: 20.83333%;
}
.grid_spread_24 > .grid_6 {
  width: 25%;
}
.grid_spread_24 > .grid_7 {
  width: 29.16667%;
}
.grid_spread_24 > .grid_8 {
  width: 33.33333%;
}
.grid_spread_24 > .grid_9 {
  width: 37.5%;
}
.grid_spread_24 > .grid_10 {
  width: 41.66667%;
}
.grid_spread_24 > .grid_11 {
  width: 45.83333%;
}
.grid_spread_24 > .grid_12 {
  width: 50%;
}
.grid_spread_24 > .grid_13 {
  width: 54.16667%;
}
.grid_spread_24 > .grid_14 {
  width: 58.33333%;
}
.grid_spread_24 > .grid_15 {
  width: 62.5%;
}
.grid_spread_24 > .grid_16 {
  width: 66.66667%;
}
.grid_spread_24 > .grid_17 {
  width: 70.83333%;
}
.grid_spread_24 > .grid_18 {
  width: 75%;
}
.grid_spread_24 > .grid_19 {
  width: 79.16667%;
}
.grid_spread_24 > .grid_20 {
  width: 83.33333%;
}
.grid_spread_24 > .grid_21 {
  width: 87.5%;
}
.grid_spread_24 > .grid_22 {
  width: 91.66667%;
}
.grid_spread_24 > .grid_23 {
  width: 95.83333%;
}
.grid_spread_24 > .grid_24 {
  width: 100%;
}

.grid_spread_5 {
  margin-left: 0;
  width: auto !important;
}
.grid_spread_5 .grid_system_12 > .grid_1,
.grid_spread_5 .grid_system_12 > .grid_2,
.grid_spread_5 .grid_system_12 > .grid_3,
.grid_spread_5 .grid_system_12 > .grid_4,
.grid_spread_5 .grid_system_12 > .grid_5,
.grid_spread_5 .grid_system_12 > .grid_6,
.grid_spread_5 .grid_system_12 > .grid_7,
.grid_spread_5 .grid_system_12 > .grid_8,
.grid_spread_5 .grid_system_12 > .grid_9,
.grid_spread_5 .grid_system_12 > .grid_10,
.grid_spread_5 .grid_system_12 > .grid_11,
.grid_spread_5 .grid_system_12 > .grid_12,
.grid_spread_5 .grid_system_2 > .grid_1,
.grid_spread_5 .grid_system_2 > .grid_2,
.grid_spread_5 .grid_spread_24 > .grid_1,
.grid_spread_5 .grid_spread_24 > .grid_2,
.grid_spread_5 .grid_spread_24 > .grid_3,
.grid_spread_5 .grid_spread_24 > .grid_4,
.grid_spread_5 .grid_spread_24 > .grid_5,
.grid_spread_5 .grid_spread_24 > .grid_6,
.grid_spread_5 .grid_spread_24 > .grid_7,
.grid_spread_5 .grid_spread_24 > .grid_8,
.grid_spread_5 .grid_spread_24 > .grid_9,
.grid_spread_5 .grid_spread_24 > .grid_10,
.grid_spread_5 .grid_spread_24 > .grid_11,
.grid_spread_5 .grid_spread_24 > .grid_12,
.grid_spread_5 .grid_spread_24 > .grid_13,
.grid_spread_5 .grid_spread_24 > .grid_14,
.grid_spread_5 .grid_spread_24 > .grid_15,
.grid_spread_5 .grid_spread_24 > .grid_16,
.grid_spread_5 .grid_spread_24 > .grid_17,
.grid_spread_5 .grid_spread_24 > .grid_18,
.grid_spread_5 .grid_spread_24 > .grid_19,
.grid_spread_5 .grid_spread_24 > .grid_20,
.grid_spread_5 .grid_spread_24 > .grid_21,
.grid_spread_5 .grid_spread_24 > .grid_22,
.grid_spread_5 .grid_spread_24 > .grid_23,
.grid_spread_5 .grid_spread_24 > .grid_24,
.grid_spread_5 > .grid_1,
.grid_spread_5 > .grid_2,
.grid_spread_5 > .grid_3,
.grid_spread_5 > .grid_4,
.grid_spread_5 > .grid_5,
.grid_spread_5 .grid_spread_4 > .grid_1,
.grid_spread_5 .grid_spread_4 > .grid_2,
.grid_spread_5 .grid_spread_4 > .grid_3,
.grid_spread_5 .grid_spread_4 > .grid_4 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-left: $space;*/
}
.grid_spread_5 > .grid_1 {
  width: 20%;
}
.grid_spread_5 > .grid_2 {
  width: 40%;
}
.grid_spread_5 > .grid_3 {
  width: 60%;
}
.grid_spread_5 > .grid_4 {
  width: 80%;
}
.grid_spread_5 > .grid_5 {
  width: 100%;
}

.grid_spread_4 {
  margin-left: 0;
  width: auto !important;
}
.grid_spread_4 .grid_system_12 > .grid_1,
.grid_spread_4 .grid_system_12 > .grid_2,
.grid_spread_4 .grid_system_12 > .grid_3,
.grid_spread_4 .grid_system_12 > .grid_4,
.grid_spread_4 .grid_system_12 > .grid_5,
.grid_spread_4 .grid_system_12 > .grid_6,
.grid_spread_4 .grid_system_12 > .grid_7,
.grid_spread_4 .grid_system_12 > .grid_8,
.grid_spread_4 .grid_system_12 > .grid_9,
.grid_spread_4 .grid_system_12 > .grid_10,
.grid_spread_4 .grid_system_12 > .grid_11,
.grid_spread_4 .grid_system_12 > .grid_12,
.grid_spread_4 .grid_system_2 > .grid_1,
.grid_spread_4 .grid_system_2 > .grid_2,
.grid_spread_4 .grid_spread_24 > .grid_1,
.grid_spread_4 .grid_spread_24 > .grid_2,
.grid_spread_4 .grid_spread_24 > .grid_3,
.grid_spread_4 .grid_spread_24 > .grid_4,
.grid_spread_4 .grid_spread_24 > .grid_5,
.grid_spread_4 .grid_spread_24 > .grid_6,
.grid_spread_4 .grid_spread_24 > .grid_7,
.grid_spread_4 .grid_spread_24 > .grid_8,
.grid_spread_4 .grid_spread_24 > .grid_9,
.grid_spread_4 .grid_spread_24 > .grid_10,
.grid_spread_4 .grid_spread_24 > .grid_11,
.grid_spread_4 .grid_spread_24 > .grid_12,
.grid_spread_4 .grid_spread_24 > .grid_13,
.grid_spread_4 .grid_spread_24 > .grid_14,
.grid_spread_4 .grid_spread_24 > .grid_15,
.grid_spread_4 .grid_spread_24 > .grid_16,
.grid_spread_4 .grid_spread_24 > .grid_17,
.grid_spread_4 .grid_spread_24 > .grid_18,
.grid_spread_4 .grid_spread_24 > .grid_19,
.grid_spread_4 .grid_spread_24 > .grid_20,
.grid_spread_4 .grid_spread_24 > .grid_21,
.grid_spread_4 .grid_spread_24 > .grid_22,
.grid_spread_4 .grid_spread_24 > .grid_23,
.grid_spread_4 .grid_spread_24 > .grid_24,
.grid_spread_4 .grid_spread_5 > .grid_1,
.grid_spread_4 .grid_spread_5 > .grid_2,
.grid_spread_4 .grid_spread_5 > .grid_3,
.grid_spread_4 .grid_spread_5 > .grid_4,
.grid_spread_4 .grid_spread_5 > .grid_5,
.grid_spread_4 > .grid_1,
.grid_spread_4 > .grid_2,
.grid_spread_4 > .grid_3,
.grid_spread_4 > .grid_4 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-left: $space;*/
}
.grid_spread_4 > .grid_1 {
  width: 25%;
}
.grid_spread_4 > .grid_2 {
  width: 50%;
}
.grid_spread_4 > .grid_3 {
  width: 75%;
}
.grid_spread_4 > .grid_4 {
  width: 100%;
}

.auto_layout_system_24 {
  text-align: justify;
  text-justify: distribute-all-lines;
  zoom: 1;
  display: block;
}
.auto_layout_system_24:after {
  content: "";
  display: inline-block;
  width: 100%;
  line-height: 0;
  visibility: hidden;
  margin-bottom: -1em;
}
.auto_layout_system_24 .grid1 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 3%;
}
* html .auto_layout_system_24 .grid1 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid1 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid2 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 7%;
}
* html .auto_layout_system_24 .grid2 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid2 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid3 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 11%;
}
* html .auto_layout_system_24 .grid3 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid3 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid4 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 15%;
}
* html .auto_layout_system_24 .grid4 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid4 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid5 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 19%;
}
* html .auto_layout_system_24 .grid5 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid5 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid6 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 24%;
}
* html .auto_layout_system_24 .grid6 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid6 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid7 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 28%;
}
* html .auto_layout_system_24 .grid7 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid7 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid8 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 32%;
}
* html .auto_layout_system_24 .grid8 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid8 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid9 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 36%;
}
* html .auto_layout_system_24 .grid9 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid9 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid10 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 40%;
}
* html .auto_layout_system_24 .grid10 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid10 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid11 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 44%;
}
* html .auto_layout_system_24 .grid11 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid11 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid12 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 49%;
}
* html .auto_layout_system_24 .grid12 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid12 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid13 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 53%;
}
* html .auto_layout_system_24 .grid13 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid13 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid14 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 57%;
}
* html .auto_layout_system_24 .grid14 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid14 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid15 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 61%;
}
* html .auto_layout_system_24 .grid15 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid15 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid16 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 65%;
}
* html .auto_layout_system_24 .grid16 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid16 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid17 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 69%;
}
* html .auto_layout_system_24 .grid17 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid17 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid18 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 74%;
}
* html .auto_layout_system_24 .grid18 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid18 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid19 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 78%;
}
* html .auto_layout_system_24 .grid19 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid19 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid20 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 82%;
}
* html .auto_layout_system_24 .grid20 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid20 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid21 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 86%;
}
* html .auto_layout_system_24 .grid21 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid21 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid22 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 90%;
}
* html .auto_layout_system_24 .grid22 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid22 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid23 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 94%;
}
* html .auto_layout_system_24 .grid23 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid23 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .grid24 {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
* html .auto_layout_system_24 .grid24 {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .grid24 {
  display: inline;
  zoom: 1;
}
.auto_layout_system_24 .auto_layout {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: auto;
}
* html .auto_layout_system_24 .auto_layout {
  display: inline;
  zoom: 1;
}
*:first-child + html .auto_layout_system_24 .auto_layout {
  display: inline;
  zoom: 1;
}

.contents p,
.contents li,
.contents span,
.contents div {
  line-height: 1.7;
}
.contents .panel_box {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.contents .panel_box .panel_box {
  margin-top: 0;
}

/* text
------------------------------------------------- */
.colorize_main {
  color: #0aa2d4;
}

.colorize_thin {
  color: #666666;
}

.yakumono {
  letter-spacing: -0.25em;
  margin-left: -0.25em;
}

.main_column .title_box {
  padding: 24px 36px 18px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.main_column .title_box h2 {
  font-size: 230%;
  font-weight: normal;
}

.title_box {
  padding: 24px 50px 18px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.title_box h2 {
  font-size: 210%;
  font-weight: normal;
}

h3 {
  font-weight: normal;
  font-size: 197%;
  margin-bottom: 26px;
}
h3.subtitle {
  background: url(/resource/med_img_common/subtitle_bg.png) no-repeat left 5px;
  padding-left: 30px;
  line-height: 1.7;
}
h3.subtitle .h_min {
  font-size: 74%;
}

.summary {
  font-weight: bold;
  color: #0aa2d4;
  font-size: 143%;
}

.copy_blue {
  color: #0aa2d4;
  font-weight: bold;
  font-size: 153.9%;
}

.info_title {
  background: #ededed;
  border-radius: 4px 4px 0 0;
  padding: 10px 10px;
}
.info_title h4 {
  font-weight: normal;
}
.info_title h4:before {
  font-size: 160%;
}

.note {
  color: #f53838;
}

.note_box {
  color: #f53838;
  background: #faeded;
  border-radius: 5px;
  padding: 10px;
}

.divider {
  display: block;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  height: 0;
  overflow: hidden;
  margin-top: 30px;
}

/* link
------------------------------------------------- */
a {
  color: #00a4c2;
  text-decoration: none;
}
a:hover,
.sub_column .side_info_seminar li:hover a,
.sub_column .side_info_seminar .more:hover a {
  text-decoration: underline;
}

a:hover img,
.sub_column .side_info_seminar li:hover a img,
.sub_column .side_info_seminar .more:hover a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.blue_btn,
.search_engine_widget .search_box .search_btn,
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn,
body.med_eq.category .eq_search form .search_box .search_btn,
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  .search_btn,
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 123.1%;
  line-height: 1.6;
  background: #0aa2d4;
  padding: 7px 0 5px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
  -moz-box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
  box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhYTJkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA5OTdjNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #0aa2d4),
    color-stop(100%, #0997c6)
  );
  background: -moz-linear-gradient(#0aa2d4, #0997c6);
  background: -webkit-linear-gradient(#0aa2d4, #0997c6);
  background: linear-gradient(#0aa2d4, #0997c6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0aa2d4', endColorstr='#0997c6', GradientType=0)";
}
.blue_btn span:before,
.search_engine_widget .search_box .search_btn span:before,
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn
  span:before,
body.med_eq.category .eq_search form .search_box .search_btn span:before,
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  .search_btn
  span:before,
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn
  span:before {
  font-size: 140%;
}
.blue_btn:hover,
.search_engine_widget .search_box .search_btn:hover,
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn:hover,
body.med_eq.category .eq_search form .search_box .search_btn:hover,
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  .search_btn:hover,
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn:hover {
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5OTdjNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBhYTJkNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #0997c6),
    color-stop(100%, #0aa2d4)
  );
  background: -moz-linear-gradient(#0997c6, #0aa2d4);
  background: -webkit-linear-gradient(#0997c6, #0aa2d4);
  background: linear-gradient(#0997c6, #0aa2d4);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0997c6', endColorstr='#0aa2d4', GradientType=0)";
  top: 1px;
}

* + html .blue_btn,
* + html .search_engine_widget .search_box .search_btn,
.search_engine_widget .search_box * + html .search_btn,
*
  + html
  body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn,
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  *
  + html
  .search_btn,
* + html body.med_eq.category .eq_search form .search_box .search_btn,
body.med_eq.category .eq_search form .search_box * + html .search_btn,
*
  + html
  body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  .search_btn,
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  *
  + html
  .search_btn,
*
  + html
  body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn,
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  *
  + html
  .search_btn {
  background: #0aa2d4;
}
* + html .blue_btn:hover,
* + html .search_engine_widget .search_box .search_btn:hover,
.search_engine_widget .search_box * + html .search_btn:hover,
*
  + html
  body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn:hover,
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  *
  + html
  .search_btn:hover,
* + html body.med_eq.category .eq_search form .search_box .search_btn:hover,
body.med_eq.category .eq_search form .search_box * + html .search_btn:hover,
*
  + html
  body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  .search_btn:hover,
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  *
  + html
  .search_btn:hover,
*
  + html
  body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn:hover,
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  *
  + html
  .search_btn:hover {
  background: #0997c6;
}

.white_btn {
  display: block;
  position: relative;
  text-align: center;
  font-size: 108%;
  color: #333;
  line-height: 1.6;
  background: #0aa2d4;
  padding: 6px 0 4px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
  -moz-box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
  box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #ffffff),
    color-stop(100%, #eeeeee)
  );
  background: -moz-linear-gradient(#ffffff, #eeeeee);
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: linear-gradient(#ffffff, #eeeeee);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffff', endColorstr='#eeeeee', GradientType=0)";
}
.white_btn:hover,
body.top .top_main_box .clickable:hover .title_box .white_btn,
body.top .slide_box .clickable:hover .slide_box_inner .detail_btn .white_btn,
body.med_eq.index
  .slide_box
  .clickable:hover
  .slide_box_inner
  .detail_btn
  .white_btn,
body.pharmaceuticals
  .slide_box
  .clickable:hover
  .slide_box_inner
  .detail_btn
  .white_btn {
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #eeeeee),
    color-stop(100%, #ffffff)
  );
  background: -moz-linear-gradient(#eeeeee, #ffffff);
  background: -webkit-linear-gradient(#eeeeee, #ffffff);
  background: linear-gradient(#eeeeee, #ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0)";
  top: 1px;
}
.white_btn.no_link:hover{
  -webkit-box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
  -moz-box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
  box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -moz-linear-gradient(#ffffff, #eeeeee);
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: linear-gradient(#ffffff, #eeeeee);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffff', endColorstr='#eeeeee', GradientType=0)";
  top: 0;
}

.white_btn.size_m {
  font-size: 114%;
  padding-top: 3px;
  padding-bottom: 3px;
}
.white_btn.size_l {
  font-size: 114%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.white_btn.size_xl {
  font-size: 114%;
  padding-top: 7px;
  padding-bottom: 7px;
}
.white_btn.size_xxl {
  font-size: 114%;
  padding-top: 10px;
  padding-bottom: 10px;
}

* + html .white_btn {
  background: #eee;
}
* + html .white_btn:hover,
* + html body.top .top_main_box .clickable:hover .title_box .white_btn,
body.top .top_main_box .clickable:hover .title_box * + html .white_btn,
*
  + html
  body.top
  .slide_box
  .clickable:hover
  .slide_box_inner
  .detail_btn
  .white_btn,
body.top
  .slide_box
  .clickable:hover
  .slide_box_inner
  .detail_btn
  *
  + html
  .white_btn,
*
  + html
  body.med_eq.index
  .slide_box
  .clickable:hover
  .slide_box_inner
  .detail_btn
  .white_btn,
body.med_eq.index
  .slide_box
  .clickable:hover
  .slide_box_inner
  .detail_btn
  *
  + html
  .white_btn,
*
  + html
  body.pharmaceuticals
  .slide_box
  .clickable:hover
  .slide_box_inner
  .detail_btn
  .white_btn,
body.pharmaceuticals
  .slide_box
  .clickable:hover
  .slide_box_inner
  .detail_btn
  *
  + html
  .white_btn {
  background: #ddd;
}

.default_banner {
  display: block;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #ffffff),
    color-stop(100%, #efefef)
  );
  background: -moz-linear-gradient(top, #ffffff, #efefef);
  background: -webkit-linear-gradient(top, #ffffff, #efefef);
  background: linear-gradient(to bottom, #ffffff, #efefef);
  display: block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px #dad9da;
  box-shadow: 2px 2px #dad9da;
  border: solid 1px #dad9da;
  font-size: 93%;
  color: #333;
  overflow: hidden;
  position: relative;
}
.default_banner:hover {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 100%,
    50% 0%,
    color-stop(0%, #ffffff),
    color-stop(100%, #efefef)
  );
  background: -moz-linear-gradient(bottom, #ffffff, #efefef);
  background: -webkit-linear-gradient(bottom, #ffffff, #efefef);
  background: linear-gradient(to top, #ffffff, #efefef);
  text-decoration: none;
}
.default_banner .default_banner__inner {
  display: block;
  padding: 20px;
}
.default_banner .default_banner__inner.attr_arrow {
  position: relative;
  padding-left: 35px;
}
.default_banner .default_banner__inner.attr_arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  left: 20px;
  top: -100%;
  bottom: -100%;
  margin: auto;
}

/* img
------------------------------------------------- */
img {
  vertical-align: bottom;
}

/* table_style
------------------------------------------------- */
.table_style {
  width: 100%;
  border-right: 1px solid #e5e5e5;
}
.table_style th,
.table_style td {
  box-sizing: border-box;
  padding: 10px 15px;
  vertical-align: middle;
}
.table_style th {
  background: #e5e5e5;
  border-left: 1px solid #fff;
  font-weight: normal;
}
.table_style th:nth-of-type(1) {
  border-left: 1px solid #e5e5e5;
}
.table_style td {
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/* pager_box
------------------------------------------------- */
.pager_box {
  margin-top: 20px;
  position: relative;
}
.pager_box a {
  font-size: 116%;
  line-height: 1.3;
}
.pager_box .prev {
  position: absolute;
  left: 0;
  top: 3px;
}
.pager_box .prev a:before {
  color: #333;
}
.pager_box .next {
  position: absolute;
  right: 0;
  top: 3px;
}
.pager_box .next a:after {
  color: #333;
}
.pager_box .pager {
  text-align: center;
  margin: 0 auto;
}
.pager_box .pager li {
  display: inline-block;
}
.pager_box .pager li a {
  display: block;
  padding: 5px 10px;
  border-radius: 1.5em;
  background: #e5e5e5;
  color: #515151;
}
.pager_box .pager li a:hover,
.pager_box .pager .sub_column .side_info_seminar li:hover a,
.sub_column .side_info_seminar .pager_box .pager li:hover a,
.pager_box .pager li .sub_column .side_info_seminar .more:hover a,
.sub_column .side_info_seminar .more:hover .pager_box .pager li a,
.pager_box .pager li a.active {
  background: #0aa2d4;
  color: #fff;
  text-decoration: none;
}

/* PDFボタン
------------------------------------------------- */
.pdf_btn a {
  padding: 2px 0 0;
}
.pdf_btn a span {
  background: url(/resource/med_img_common/icon_pdf.png) no-repeat left center;
  padding-left: 25px;
}

.excel_btn a {
  padding: 2px 0 0;
}
.excel_btn a span {
  background: url(/resource/med_img_common/icon_excel.png) no-repeat left center;
  padding-left: 25px;
}

/* 備考ボタン
------------------------------------------------- */
.notes_btn .notes_col {
  padding: 2px 0 0;
  cursor: default !important;
}
.notes_btn .notes_col span {
  background: url(/resource/med_img_common/icon_note.png) no-repeat center
    center;
  padding-left: 25px;
}

/* カテゴリーリンク用
------------------------------------------------- */
.category_nav {
  border-bottom: 8px solid #006bb6;
}
.category_nav a,
.category_nav span {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #ffffff),
    color-stop(100%, #eeeeee)
  );
  background: -moz-linear-gradient(#ffffff, #eeeeee);
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: linear-gradient(#ffffff, #eeeeee);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffff', endColorstr='#eeeeee', GradientType=0)";
  font-size: 153.9%;
  display: block;
  height: 57px;
  line-height: 57px;
  text-align: center;
  text-decoration: none;
  color: black;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
}
.category_nav a:hover,
.category_nav .sub_column .side_info_seminar li:hover a,
.sub_column .side_info_seminar li:hover .category_nav a,
.category_nav .sub_column .side_info_seminar .more:hover a,
.sub_column .side_info_seminar .more:hover .category_nav a {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #eeeeee),
    color-stop(100%, #ffffff)
  );
  background: -moz-linear-gradient(#eeeeee, #ffffff);
  background: -webkit-linear-gradient(#eeeeee, #ffffff);
  background: linear-gradient(#eeeeee, #ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#fffffff', GradientType=0)";
}
.category_nav .active span {
  background: #006bb6;
  -ms-filter: "none";
  border-color: #006bb6;
  color: white;
  font-size: 100%;
}

/* タグ風ボタン
------------------------------------------------- */
.sub_column .side_info_seminar li .date span,
body.topics_detail .seminar_box dl dt span,
body.topics_detail .seminar_box dl dt a,
.update_contents .attr .category span,
body.top .info_box .float_l.important_info dl span,
body.top .info_box .float_r dl span,
body.med_eq.index .info_box .float_l dl span,
body.med_eq.index .info_box .float_r dl span,
body.society.index .society_article .main_contents .tags > span,
body.society.index .society_article .main_contents .tags > a,
body.imep.index .info_box .info_box_inner .info_scroll dl dt span,
body.imep.index .info_box .info_box_inner .info_scroll dl dt a,
body.imep.index .society_article .main_contents .tags > span,
body.imep.index .society_article .main_contents .tags > a,
body.med_eq_news.index .update_contents .attr .category span,
body.solution.index .info_box .info_box_inner .info_scroll dl dt span,
body.solution.index .info_box .info_box_inner .info_scroll dl dt a,
body.solution.detail .seminar_box dl dt span,
body.solution.detail .seminar_box dl dt a,
body.top_news .info_box .float_l dl span,
body.top_news .info_box .float_r dl span,
body.pharmaceuticals .info_box .float_l dl span,
body.pharmaceuticals .info_box .float_r dl span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: 1px solid #7fba2b;
  color: #7fba2b;
  padding: 2px 7px;
  font-size: 85%;
  border-radius: 2px;
}

.tag_link_imep {
  border: solid 1px #f19410 !important;
  color: #f19410 !important;
  font-size: 85%;
  border-radius: 2px;
}

.category_med_eq {
  border: solid 1px #0aa2d4 !important;
  color: #0aa2d4 !important;
  font-size: 85%;
  border-radius: 2px;
}

.category_med_ph {
  border: solid 1px #f14c8e !important;
  color: #f14c8e !important;
  font-size: 85%;
  border-radius: 2px;
}

.category_reg {
  border: solid 1px #9461d8 !important;
  color: #9461d8 !important;
}

.tag_link_status {
  border: 1px solid #f53f3f !important;
  color: #f53f3f !important;
  font-size: 77% !important;
  border-radius: 2px;
  padding: 3px 7px !important;
}

.category_med_imp {
  border: solid 1px #f53f3f !important;
  color: #f53f3f !important;
  font-size: 85%;
  border-radius: 2px;
}

.category_emergency {
  border: solid 1px #f53f3f !important;
  color: #f53f3f !important;
  font-size: 85%;
  border-radius: 2px;
}

.category_another {
  border: solid 1px #9fc1d8 !important;
  color: #006bb6 !important;
  font-size: 85%;
  border-radius: 2px;
}

.new {
  background: #f53f3f !important;
  border: solid 1px #f53f3f !important;
  color: #ffffff !important;
  border-radius: 2px;
}

/* ページ先頭のレイアウト
------------------------------------------------- */
.front_view .front_contents {
  width: 44%;
}
.front_view .front_contents .hx {
  font-size: 182%;
  color: #00a4c2;
  margin-bottom: 15px;
  font-weight: normal;
}
.front_view .front_contents .content {
  line-height: 1.8;
}
.front_view .front_thumb {
  width: 51%;
  text-align: right;
}

body.society.index h3,
body.imep.index h3 {
  font-weight: normal;
  font-size: 138.5%;
  margin-bottom: 26px;
  background: #006bb6;
  padding: 9px 8px 10px 15px;
  color: #ffffff;
}

body.attach_list th,
body.attach_list td {
  font-size: 85%;
}

.module_category_nav + .contents_widget {
  margin-right: 2px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  position: relative;
}
.module_category_nav + .contents_widget:before {
  content: "";
  background-color: #d1d4d6;
  width: 2px;
  height: 2px;
  position: absolute;
  z-index: 2;
  right: -3px;
  top: -1px;
}

.contents_widget {
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px #d1d4d6;
  box-shadow: 2px 2px #d1d4d6;
  border: solid 1px #d1d4d6;
}
.contents_widget .contents_widget__inner {
  padding: 20px;
}

.contents_widget_table {
  display: table;
  width: 100%;
}
.contents_widget_table.attr_layout_fix,
.contents_widget_table .attr_layout_fix {
  table-layout: fixed;
}
.contents_widget_table.attr_vertical .contents_widget_table__row,
.contents_widget_table.attr_vertical .contents_widget_table__head,
.contents_widget_table.attr_vertical .contents_widget_table__data {
  display: block;
  width: 100%;
  text-align: left;
}
.contents_widget_table.attr_vertical .contents_widget_table__head,
.contents_widget_table.attr_vertical .contents_widget_table__data {
  padding-left: 20px;
  padding-right: 20px;
}
.contents_widget_table.attr_vertical .contents_widget_table__head {
  padding-bottom: 0;
}
.contents_widget_table.attr_vertical .contents_widget_table__data {
  padding-top: 10px;
}
.contents_widget_table.attr_vertical
  .contents_widget_table__row
  + .contents_widget_table__row
  .contents_widget_table__data {
  border-top: none;
}
.contents_widget_table.attr_vertical .contents_widget_table__col {
  display: table;
}
.contents_widget_table .contents_widget_table__col {
  display: table;
  width: 100%;
}
.contents_widget_table
  .contents_widget_table__col
  .contents_widget_table__cell {
  display: table-cell;
}
.contents_widget_table
  .contents_widget_table__col
  .contents_widget_table__cell
  + .contents_widget_table__cell {
  border-left: 1px solid #d1d4d6;
}
.contents_widget_table .contents_widget_table__row {
  display: table-row;
}
.contents_widget_table
  .contents_widget_table__row
  + .contents_widget_table__row
  .contents_widget_table__head,
.contents_widget_table
  .contents_widget_table__row
  + .contents_widget_table__row
  .contents_widget_table__data {
  border-top: solid 1px #d1d4d6;
}
.contents_widget_table .contents_widget_table__head,
.contents_widget_table .contents_widget_table__data {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
.contents_widget_table .contents_widget_table__head + *,
.contents_widget_table .contents_widget_table__data + * {
  padding-left: 0;
}
.contents_widget_table .contents_widget_table__head {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 74px;
  padding-right: 30px;
  white-space: nowrap;
  font-size: 114%;
  font-weight: bold;
}

.search_engine_widget {
  height: 45px;
  margin: 0;
}
.search_engine_widget .search_box {
  position: relative;
  padding-right: 95px;
}
.search_engine_widget .search_box.attr_only {
  padding-right: 0;
  border-right: 1px solid #cecccd;
}
.search_engine_widget .search_box.attr_col_main .search_text_box {
  width: 422px;
}
.search_engine_widget .search_box.attr_col_sub .search_text_box {
  width: 250px;
  border-radius: 0;
}
.search_engine_widget .search_box.attr_col_sub .search_btn {
  left: 250px;
}
.search_engine_widget .search_box.attr_w_flat {
  width: auto;
}
.search_engine_widget .search_box.attr_w_flat .search_text_box {
  width: 100%;
}
.search_engine_widget .search_box.attr_w_flat .search_btn {
  left: auto;
  right: 0;
}
.search_engine_widget .search_box .search_text_box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "メイリオ", Meiryo, arial, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  padding: 0 !important;
  margin: 0 !important;
  padding-left: 20px !important;
  width: 320px;
  height: 45px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #cecccd;
  border-radius: 50px 0 0 50px;
  -webkit-box-shadow: 3px 3px 0px #cecccd inset;
  box-shadow: 3px 3px 0px #cecccd inset;
}
.search_engine_widget .search_box .search_text_box:focus {
  outline: none;
}
.search_engine_widget .search_box .search_text_box::-ms-clear {
  width: 45px;
  height: 20px;
}
.search_engine_widget .search_box .search_btn {
  font-family: "メイリオ", Meiryo, arial, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  padding: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 0;
  _top: 1px;
  left: 320px;
  width: 95px;
  height: 45px;
  color: #fff;
  font-size: 129%;
  border: none;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 0px #0883ac inset;
  box-shadow: 0px 3px 0px #0883ac inset;
}
.search_engine_widget .search_box .search_btn:hover {
  -webkit-box-shadow: 0px 3px 0px #0883ac inset;
  box-shadow: 0px 3px 0px #0883ac inset;
  top: 0;
}
.search_engine_widget .search_box .search_btn:focus {
  outline: none;
}
.search_engine_widget .search_box *:first-child + html .search_btn {
  top: 1px;
}
.search_engine_widget.attr_column {
  display: table;
}
.search_engine_widget.attr_column > * {
  display: table-cell;
}
.search_engine_widget.attr_column .connect_elements {
  width: 30px;
  text-align: center;
}
.search_engine_widget.attr_column .connect_elements img {
  vertical-align: middle;
}
.search_engine_widget.attr_column .search_text_box {
  width: 320px;
}
.search_engine_widget.attr_column .search_btn {
  left: 320px;
}
.search_engine_widget.attr_w_flat {
  width: 100%;
}
.search_engine_widget .select_box {
  -moz-border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px 0 0 50px;
  background-color: #ffffff;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #ffffff),
    color-stop(100%, #eeeeee)
  );
  background: -moz-linear-gradient(#ffffff, #eeeeee);
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: linear-gradient(#ffffff, #eeeeee);
  position: relative;
}
.search_engine_widget .select_box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  z-index: 0;
  right: 15px;
  top: -100%;
  bottom: -100%;
  margin: auto;
}
.search_engine_widget .select_box select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  -moz-border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px 0 0 50px;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  width: 130px;
  position: relative;
  z-index: 1;
}
.search_engine_widget .select_box select::-ms-expand {
  display: none;
}
.search_engine_widget .attr_before_select_box .search_text_box {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.search_engine_widget .reset_btn button {
  outline: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "メイリオ", Meiryo, arial, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  font-size: 129%;
  background-color: #f4f4f4;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #f4f4f4),
    color-stop(100%, #e4e4e4)
  );
  background: -moz-linear-gradient(#f4f4f4, #e4e4e4);
  background: -webkit-linear-gradient(#f4f4f4, #e4e4e4);
  background: linear-gradient(#f4f4f4, #e4e4e4);
  line-height: 46px;
  padding: 0 15px;
  white-space: nowrap;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: relative;
}
.search_engine_widget .reset_btn button:hover {
  background-color: #e4e4e4;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE4E4E4', endColorstr='#FFF4F4F4');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #e4e4e4),
    color-stop(100%, #f4f4f4)
  );
  background-image: -moz-linear-gradient(top, #e4e4e4 0%, #f4f4f4 100%);
  background-image: -webkit-linear-gradient(top, #e4e4e4 0%, #f4f4f4 100%);
  background-image: linear-gradient(to bottom, #e4e4e4 0%, #f4f4f4 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 1px;
}

.product_btn_list {
  margin-top: -7px;
}
.product_btn_list li {
  display: inline-block;
  margin-top: 7px;
  vertical-align: bottom;
}
.product_btn_list li a {
  display: block;
  padding: 0 10px;
  line-height: 24px;
  font-size: 100%;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.product_btn_list li a .smaller {
  font-size: 79% !important;
}

.kana_btn_list {
  margin-top: -7px;
}
.kana_btn_list li {
  display: inline-block;
  margin-top: 7px;
  vertical-align: bottom;
  padding-bottom: 40px;
  margin-bottom: -40px;
  position: relative;
}
.kana_btn_list li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 46px;
  padding: 7px 5px;
  display: block;
  line-height: 1.3;
}
.kana_btn_list li.active > a {
  position: relative;
}
.kana_btn_list li.active > a:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #0aa2d4;
  position: absolute;
  left: 0;
  bottom: 1px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.kana_btn_list li.active > a {
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #eeeeee),
    color-stop(100%, #ffffff)
  );
  background: -moz-linear-gradient(#eeeeee, #ffffff);
  background: -webkit-linear-gradient(#eeeeee, #ffffff);
  background: linear-gradient(#eeeeee, #ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0)";
  top: 1px;
}
.kana_btn_list li.active ul {
  display: block;
}
.kana_btn_list li ul {
  display: none;
  background-color: #0aa2d4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 0 5px;
  width: 46px;
  position: absolute;
  z-index: 100;
  left: -2px;
  top: 42px;
}
.kana_btn_list li ul:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 6px 20px;
  border-color: transparent transparent #0aa2d4 transparent;
  position: absolute;
  left: 3px;
  top: -6px;
}
.kana_btn_list li ul li {
  display: block;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.kana_btn_list li ul li + li {
  margin-top: 5px;
}
.kana_btn_list li ul li a {
  background-color: #fff;
  display: block;
  min-width: 35px;
  width: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  padding-bottom: 3px;
}
.kana_btn_list li ul li a:hover,
.kana_btn_list .sub_column .side_info_seminar li:hover ul li a,
.sub_column .side_info_seminar .kana_btn_list li:hover ul li a,
.kana_btn_list li ul li .sub_column .side_info_seminar .more:hover a,
.sub_column .side_info_seminar .more:hover .kana_btn_list li ul li a {
  background-color: #0aa2d4;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhYTJkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBhYTJkNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #0aa2d4),
    color-stop(100%, #0aa2d4)
  );
  background: -moz-linear-gradient(#0aa2d4, #0aa2d4);
  background: -webkit-linear-gradient(#0aa2d4, #0aa2d4);
  background: linear-gradient(#0aa2d4, #0aa2d4);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0aa2d4', endColorstr='#0aa2d4', GradientType=0)";
  color: #fff;
  border-color: #85d1ea;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  .sp_wrap {
    white-space: normal;
  }
}

.archive_links {
  margin-left: -30px;
  margin-top: -30px;
}
.archive_links:after {
  content: "";
  display: block;
  clear: both;
}
.archive_links > li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 30px;
  margin-top: 30px;
}

.archive_link_card {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px #d1d4d6;
  box-shadow: 2px 2px #d1d4d6;
  border: solid 1px #d1d4d6;
  padding: 30px;
  padding-right: 0;
  height: 165px;
  position: relative;
}
.archive_link_card a {
  display: block;
}
.archive_link_card a:hover,
.archive_link_card .sub_column .side_info_seminar li:hover a,
.sub_column .side_info_seminar li:hover .archive_link_card a,
.archive_link_card .sub_column .side_info_seminar .more:hover a,
.sub_column .side_info_seminar .more:hover .archive_link_card a {
  text-decoration: none;
}
.archive_link_card a:hover .archive_link_card__title,
.archive_link_card
  .sub_column
  .side_info_seminar
  li:hover
  a
  .archive_link_card__title,
.sub_column
  .side_info_seminar
  li:hover
  .archive_link_card
  a
  .archive_link_card__title,
.archive_link_card
  .sub_column
  .side_info_seminar
  .more:hover
  a
  .archive_link_card__title,
.sub_column
  .side_info_seminar
  .more:hover
  .archive_link_card
  a
  .archive_link_card__title {
  text-decoration: underline;
}
.archive_link_card a:hover .archive_link_card__thumb,
.archive_link_card
  .sub_column
  .side_info_seminar
  li:hover
  a
  .archive_link_card__thumb,
.sub_column
  .side_info_seminar
  li:hover
  .archive_link_card
  a
  .archive_link_card__thumb,
.archive_link_card
  .sub_column
  .side_info_seminar
  .more:hover
  a
  .archive_link_card__thumb,
.sub_column
  .side_info_seminar
  .more:hover
  .archive_link_card
  a
  .archive_link_card__thumb {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.archive_link_card .archive_link_card__thumb {
  background-repeat: no-repeat;
  background-position: right center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
.archive_link_card .archive_link_card__title {
  color: #00a4c2;
  font-size: 157%;
  font-weight: bold;
  line-height: 1.3;
  margin: -0.15em 0;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}
.archive_link_card .archive_link_card__title:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  left: 0;
  top: 0.4em;
}
.archive_link_card .archive_link_card__title + .archive_link_card__contents {
  margin-top: 15px;
}
.archive_link_card .archive_link_card__contents {
  color: #333;
  position: relative;
  z-index: 1;
}

.comparison_table.attr_layout_fix table {
  table-layout: fixed;
}
.comparison_table .attr_fs_smaller {
  font-size: 86%;
}
.comparison_table .attr_fs_smaller .min {
  font-size: 83%;
}
.comparison_table .attr_tb_pad_none th,
.comparison_table .attr_tb_pad_none td {
  padding-top: 0;
  padding-bottom: 0;
}
.comparison_table th,
.comparison_table td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  padding: 15px;
}
.comparison_table .td_color {
  background-color: #e5e5e5;
}
.comparison_table .td_color_line {
  background-color: #e5e5e5;
  border-right: 1px solid #ffffff !important;
}
.comparison_table .td_color_line:last-child {
  border-right-color: #e5e5e5 !important;
}

.icon_link {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 23px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  text-align: center;
  font-size: 108%;
  color: #333;
  background: #0aa2d4;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
  -moz-box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
  box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #ffffff),
    color-stop(100%, #eeeeee)
  );
  background: -moz-linear-gradient(#ffffff, #eeeeee);
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: linear-gradient(#ffffff, #eeeeee);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffff', endColorstr='#eeeeee', GradientType=0)";
}
.icon_link:hover {
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #eeeeee),
    color-stop(100%, #ffffff)
  );
  background: -moz-linear-gradient(#eeeeee, #ffffff);
  background: -webkit-linear-gradient(#eeeeee, #ffffff);
  background: linear-gradient(#eeeeee, #ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0)";
  top: 1px;
}
.icon_link img {
  display: inline-block;
  padding: 6px 0;
  text-align: center;
  vertical-align: middle;
}

.module_category_nav {
  border-bottom: 8px solid #006bb6;
  display: table;
  width: 100%;
}
.module_category_nav.attr_layout_fix {
  table-layout: fixed;
}
.module_category_nav.attr_colorize_light {
  border-bottom-color: #0aa2d4;
}
.module_category_nav.attr_colorize_light li.active > span,
.module_category_nav.attr_colorize_light li.active > a {
  background-color: #0aa2d4;
}
.module_category_nav.info_search_query2 li > span {
  cursor: pointer;
}
.module_category_nav.fs_normal li {
  height: 34px;
}
.module_category_nav.fs_normal li:before {
  height: 37px;
}
.module_category_nav.fs_normal li a,
.module_category_nav.fs_normal li span {
  font-size: 100%;
  height: 34px;
  line-height: 34px;
}
.module_category_nav a,
.module_category_nav span {
  font-size: 153.9%;
  display: block;
  height: 57px;
  line-height: 57px;
  text-align: center;
  text-decoration: none;
  color: black;
  border-radius: 5px 5px 0 0;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
}
.module_category_nav a .min,
.module_category_nav span .min {
  font-size: 13px;
  height: auto;
  line-height: normal;
  border: none;
  background: none;
}
.module_category_nav .active span {
  background: #006bb6;
  border-color: #006bb6;
  color: white;
}

.module_category_nav li {
  height: 57px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
}
.module_category_nav li:hover .module_category_nav__base {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #eeeeee),
    color-stop(100%, #ffffff)
  );
  background: -moz-linear-gradient(#eeeeee, #ffffff);
  background: -webkit-linear-gradient(#eeeeee, #ffffff);
  background: linear-gradient(#eeeeee, #ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#fffffff', GradientType=0)";
}
.module_category_nav li.active .module_category_nav__base {
  background: #006bb6;
  border-color: #006bb6;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#006bb6', endColorstr='#006bb6', GradientType=0)";
  color: white;
  font-size: 100%;
}
.module_category_nav li .module_category_nav__base {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #ffffff),
    color-stop(100%, #eeeeee)
  );
  background: -moz-linear-gradient(#ffffff, #eeeeee);
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: linear-gradient(#ffffff, #eeeeee);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffff', endColorstr='#eeeeee', GradientType=0)";
  font-size: 153.9%;
  display: block;
  width: 100%;
  height: 57.5px;
  text-align: center;
  text-decoration: none;
  color: black;
  border-radius: 5px 5px 0 0;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
.module_category_nav li > span,
.module_category_nav li > a {
  font-size: 129%;
  line-height: 1.15;
  background: none;
  height: auto;
  border: none;
  position: relative;
  z-index: 1;
  padding: 3px 0 0;
}

.module_category_nav.nav_4tabs li {
  width: 25%;
}

.list_new_product_archives {
  margin-left: -30px;
  margin-top: -15px;
}
.list_new_product_archives:after {
  content: "";
  display: block;
  clear: both;
}
.list_new_product_archives > li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 30px;
  margin-top: 15px;
}
.list_new_product_archives > li:nth-child(2n + 1) {
  clear: both;
}
.list_new_product_archives.col_3 > li {
  width: 33.33%;
}
.list_new_product_archives.col_3 > li:nth-child(2n + 1) {
  clear: none;
}
.list_new_product_archives.col_3 > li:nth-child(3n + 1) {
  clear: both;
}

.producet_nav_btn.producet_nav_btn__frame,
.producet_nav_btn .producet_nav_btn__frame {
  display: block;
  background-color: #f6f6f6;
  display: block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px #dad9da;
  box-shadow: 2px 2px #dad9da;
  border: solid 1px #dad9da;
  position: relative;
  padding: 8px;
}
.producet_nav_btn,
.producet_nav_btn a {
  color: #333;
}
.producet_nav_btn:hover,
.producet_nav_btn a:hover,
.producet_nav_btn .sub_column .side_info_seminar li:hover a,
.sub_column .side_info_seminar li:hover .producet_nav_btn a,
.producet_nav_btn .sub_column .side_info_seminar .more:hover a,
.sub_column .side_info_seminar .more:hover .producet_nav_btn a {
  text-decoration: none;
}
.producet_nav_btn:hover .producet_nav_btn__title,
.producet_nav_btn:hover .producet_nav_btn__description,
.producet_nav_btn:hover img,
.producet_nav_btn a:hover .producet_nav_btn__title,
.producet_nav_btn
  .sub_column
  .side_info_seminar
  li:hover
  a
  .producet_nav_btn__title,
.sub_column
  .side_info_seminar
  li:hover
  .producet_nav_btn
  a
  .producet_nav_btn__title,
.producet_nav_btn
  .sub_column
  .side_info_seminar
  .more:hover
  a
  .producet_nav_btn__title,
.sub_column
  .side_info_seminar
  .more:hover
  .producet_nav_btn
  a
  .producet_nav_btn__title,
.producet_nav_btn a:hover .producet_nav_btn__description,
.producet_nav_btn
  .sub_column
  .side_info_seminar
  li:hover
  a
  .producet_nav_btn__description,
.sub_column
  .side_info_seminar
  li:hover
  .producet_nav_btn
  a
  .producet_nav_btn__description,
.producet_nav_btn
  .sub_column
  .side_info_seminar
  .more:hover
  a
  .producet_nav_btn__description,
.sub_column
  .side_info_seminar
  .more:hover
  .producet_nav_btn
  a
  .producet_nav_btn__description,
.producet_nav_btn a:hover img,
.producet_nav_btn .sub_column .side_info_seminar li:hover a img,
.sub_column .side_info_seminar li:hover .producet_nav_btn a img,
.producet_nav_btn .sub_column .side_info_seminar .more:hover a img,
.sub_column .side_info_seminar .more:hover .producet_nav_btn a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.producet_nav_btn:hover .producet_nav_btn__cap .cap_inner,
.producet_nav_btn a:hover .producet_nav_btn__cap .cap_inner,
.producet_nav_btn
  .sub_column
  .side_info_seminar
  li:hover
  a
  .producet_nav_btn__cap
  .cap_inner,
.sub_column
  .side_info_seminar
  li:hover
  .producet_nav_btn
  a
  .producet_nav_btn__cap
  .cap_inner,
.producet_nav_btn
  .sub_column
  .side_info_seminar
  .more:hover
  a
  .producet_nav_btn__cap
  .cap_inner,
.sub_column
  .side_info_seminar
  .more:hover
  .producet_nav_btn
  a
  .producet_nav_btn__cap
  .cap_inner {
  text-decoration: underline;
}
.producet_nav_btn .producet_nav_btn__inner {
  overflow: hidden;
  *zoom: 1;
  background-color: #fff;
  padding: 15px 20px;
}
.producet_nav_btn .producet_nav_btn__thumb {
  display: inline;
  float: right;
  margin-left: 20px;
}
.producet_nav_btn .producet_nav_btn__thumb ~ * {
  overflow: hidden;
}
.producet_nav_btn .producet_nav_btn__title {
  font-size: 129%;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}
.producet_nav_btn * + .producet_nav_btn__description {
  margin-top: 5px;
  line-height: 1.3;
}
.producet_nav_btn .producet_nav_btn__description {
  font-size: 86%;
}
.producet_nav_btn .producet_nav_btn__cap {
  display: block;
  margin-top: 13px;
}
.producet_nav_btn .producet_nav_btn__cap .cap_inner {
  font-size: 114%;
  color: #00a4c2;
}

.update_contents .update {
  border-bottom: 1px solid #e5e5e5;
}
.update_contents .attr,
.update_contents .content {
  display: table-cell;
  padding: 20px 0;
}
.update_contents .attr {
  width: 234px;
  vertical-align: top;
}
.update_contents .attr time {
  display: table-cell;
  width: 115px;
}
.update_contents .attr .category {
  display: table-cell;
  width: 115px;
}
.update_contents .attr .category span {
  margin-left: 15px;
  border-color: #9fc1d8;
  color: #006bb6;
  border-radius: 2px;
  vertical-align: middle;
  text-align: center;
  width: 100px;
  position: relative;
  padding: 0 !important;
}
.update_contents .content {
  padding-left: 10px;
}
.update_contents .content i img {
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  padding-right: 5px;
}
.update_contents .content i:first-child {
  margin-right: 5px;
}
.update_contents .content a {
  display: inline-block;
  vertical-align: top;
  width: 585px;
}

.link_thumbnail,
.link_thumbnail a {
  display: block;
}
.link_thumbnail .link_thumbnail__img {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px #d1d4d6;
  box-shadow: 2px 2px #d1d4d6;
  border: solid 1px #d1d4d6;
}
.link_thumbnail .link_thumbnail__caps {
  display: block;
  text-align: left;
  font-size: 114%;
  margin-top: 10px;
  padding-left: 12px;
  position: relative;
}
.link_thumbnail .link_thumbnail__caps:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  left: 0;
  top: 0.2em;
}

.products_popup01 .subtitle {
  margin-bottom: 15px;
}
.products_popup01 .products_popup01__contents {
  font-size: 14px;
  line-height: 1.6;
  margin: -0.375em 0;
}
.products_popup01 .products_popup01__more {
  margin-top: 18px;
}
.products_popup01 .products_popup01__more > * + * {
  margin-top: 9px;
}
.products_popup01 .products_popup01__more > * {
  text-align: center;
}
.products_popup01 .products_popup01__more > * a {
  display: inline-block;
  width: 350px;
}

.products_popup02 .subtitle {
  margin-bottom: 15px;
}
.products_popup02 .products_popup02__contents {
  font-size: 14px;
  line-height: 1.6;
  margin: -0.375em 0;
}
.products_popup02 .products_popup02__more {
  margin-top: 30px;
  text-align: center;
}
.products_popup02 .products_popup02__more > * + * {
  margin-left: 9px;
}
.products_popup02 .products_popup02__more > * {
  text-align: center;
}
.products_popup02 .products_popup02__more > * a {
  display: inline-block;
}
.products_popup02 .products_popup02__more > *.cbox_close_self a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 90px;
}
.products_popup02 .products_popup02__more > *.cbox_close_self a .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -0.15em;
}
.products_popup02 .products_popup02__more > *.cbox_close_self a .icon img {
  vertical-align: middle;
}
.products_popup02 .products_popup02__more > *.pdf_btn a {
  width: 165px;
}

.products_popup03 {
  margin-top: 10px;
}
.products_popup03 .subtitle {
  margin-bottom: 15px;
}
.products_popup03 .products_popup03__contents {
  font-size: 14px;
  line-height: 1.6;
  margin: -0.375em 0;
}
.products_popup03 .products_popup03__more {
  margin-top: 40px;
  text-align: center;
}
.products_popup03 .products_popup03__more > * + * {
  display: block;
}
.products_popup03 .products_popup03__more > * {
  text-align: center;
}
.products_popup03 .products_popup03__more > * a {
  display: inline-block;
}
.products_popup03 .products_popup03__more > *.cbox_close_self a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
}
.products_popup03 .products_popup03__more > *.cbox_close_self a .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -0.15em;
}
.products_popup03 .products_popup03__more > *.cbox_close_self a .icon img {
  vertical-align: middle;
}
.products_popup03 .products_popup03__more > *.blank_btn a {
  box-sizing: border-box;
  width: 300px;
  background: #039ecd !important;
  color: #fff;
  margin-bottom: 10px;
}
.products_popup03 .products_popup03__more > *.blank_btn a .icon img {
  vertical-align: middle;
}

.search_query_widget .white_btn.current {
  background-color: #0aa2d4;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhYTJkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBhYTJkNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #0aa2d4),
    color-stop(100%, #0aa2d4)
  );
  background: -moz-linear-gradient(#0aa2d4, #0aa2d4);
  background: -webkit-linear-gradient(#0aa2d4, #0aa2d4);
  background: linear-gradient(#0aa2d4, #0aa2d4);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0aa2d4', endColorstr='#0aa2d4', GradientType=0)";
}
.search_query_widget .white_btn.current:hover,
.search_query_widget
  body.top
  .top_main_box
  .clickable:hover
  .title_box
  .current.white_btn,
body.top
  .top_main_box
  .clickable:hover
  .title_box
  .search_query_widget
  .current.white_btn,
.search_query_widget
  body.top
  .slide_box
  .clickable:hover
  .slide_box_inner
  .detail_btn
  .current.white_btn,
body.top
  .slide_box
  .clickable:hover
  .slide_box_inner
  .detail_btn
  .search_query_widget
  .current.white_btn,
.search_query_widget
  body.med_eq.index
  .slide_box
  .clickable:hover
  .slide_box_inner
  .detail_btn
  .current.white_btn,
body.med_eq.index
  .slide_box
  .clickable:hover
  .slide_box_inner
  .detail_btn
  .search_query_widget
  .current.white_btn,
.search_query_widget
  body.pharmaceuticals
  .slide_box
  .clickable:hover
  .slide_box_inner
  .detail_btn
  .current.white_btn,
body.pharmaceuticals
  .slide_box
  .clickable:hover
  .slide_box_inner
  .detail_btn
  .search_query_widget
  .current.white_btn {
  top: 0;
  -webkit-box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
  -moz-box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
  box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
}

/* 医薬品・医療機器・重要なお知らせボタン
------------------------------------------------- */
.info_line_title a {
  color: #fff;
}

p.product_different_text {
  line-height: 130%;
  margin-bottom: 10px;
}

p.product_different_text_bottom {
  line-height: 130%;
}

/* 保険請求エッセンスページ
------------------------------------------------- */
body.insurance .icon {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 403px;
  height: 60px;
  padding: 17px 10px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  /*text-align:left;*/
  font-size: 114%;
  color: #333;
  background: #0aa2d4;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
  -moz-box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
  box-shadow: 1px 2px rgba(9, 2, 4, 0.2);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #ffffff),
    color-stop(100%, #eeeeee)
  );
  background: -moz-linear-gradient(#ffffff, #eeeeee);
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: linear-gradient(#ffffff, #eeeeee);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffff', endColorstr='#eeeeee', GradientType=0)";
}
body.insurance .icon:hover {
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #eeeeee),
    color-stop(100%, #ffffff)
  );
  background: -moz-linear-gradient(#eeeeee, #ffffff);
  background: -webkit-linear-gradient(#eeeeee, #ffffff);
  background: linear-gradient(#eeeeee, #ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0)";
  top: 1px;
}
body.insurance .icon img {
  display: inline-block;
  padding-bottom: 7px;
}
body.insurance .errata {
  height: 40px;
  font-size: 100%;
  padding: 8px;
}
body.insurance .errata img {
  padding-bottom: 5px;
}
body.insurance .info {
  margin-top: 50px;
}
body.insurance .info h3.message {
  font-size: 157%;
  margin-bottom: 20px;
}
body.insurance .info .f_ml60 {
  float: left;
}
body.insurance .info .f_mr80 {
  float: right;
}
body.insurance .info h4.contests_ttl {
  width: 404px;
  border-bottom: #ccc 1px dotted;
  font-size: 184%;
}
body.insurance .info .contents_list dl {
  width: 404px;
}
body.insurance .info .contents_list dt {
  float: left;
  clear: left;
  margin-bottom: 5px;
  padding-left: 5px;
  font-size: 128%;
}
body.insurance .info .contents_list dt.list_ttl {
  width: 80px;
  height: 26px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  background: #aac863;
}
body.insurance .info .contents_list dt.list_ttl.list1 {
  background: #aace36;
}
body.insurance .info .contents_list dt.list_ttl.list2 {
  background: #ee87b4;
}
body.insurance .info .contents_list dt.list_ttl.list3 {
  background: #008ccf;
}
body.insurance .info .contents_list dt.list_ttl.list4 {
  background: #f7b155;
}
body.insurance .info .contents_list dt.list_ttl.list5 {
  background: #37b48d;
}
body.insurance .info .contents_list dt.list_ttl.list6 {
  background: #ba79b1;
}
body.insurance .info .contents_list dt.list_ttl.list7 {
  background: #d7c447;
}
body.insurance .info .contents_list dt.list_ttl.list8 {
  background: #66b0cc;
}
body.insurance .info .contents_list dt.list_ttl.list9 {
  background: #f19c97;
}
body.insurance .info .contents_list dt.list_ttl.list10 {
  background: #67b5b7;
}
body.insurance .info .contents_list dd {
  height: 26px;
  font-size: 128%;
  margin-bottom: 10px;
  border-bottom: #ccc 1px dotted;
  padding-left: 105px;
  padding-bottom: 10px;
}

/* -------------------------------------------------------------------------

		top.sass

		topのスタイルを定義

------------------------------------------------------------------------- */
/* top
------------------------------------------------- */
body.top .top_wrapper {
  padding-bottom: 40px;
  font-size: 108%;
}
body.top .top_wrapper > .inner {
  width: 960px;
  margin: 0 auto;
}

/* 医療関係者向けTOP
------------------------------------------------- */
body.top .module_float_banner {
  -moz-transition: ease 150ms;
  -o-transition: ease 150ms;
  -webkit-transition: ease 150ms;
  transition: ease 150ms;
  -moz-transition-property: right;
  -o-transition-property: right;
  -webkit-transition-property: right;
  transition-property: right;
  position: fixed;
  z-index: 300;
  right: -280px;
  top: 210px;
}
body.top .module_float_banner:hover {
  right: 0;
}
body.top .top_main_box {
  background-color: #efefef;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
body.top .top_main_box .top_main {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
body.top .top_main_box .top_main .title_box {
  width: 480px;
  border-bottom: none;
  text-align: center;
  margin-top: 40px;
}
body.top .top_main_box .top_main .title_box h2 {
  letter-spacing: 0.2em;
}
body.top .top_main_box .top_main .title_box p {
  color: #aaa;
  font-size: 116%;
}
body.top .top_main_box .top_main .title_box .main_btn {
  width: 164px;
  margin: 0 auto;
  padding-top: 20px;
}
body.top .top_main_box .top_main .title_box .main_btn .white_btn {
  border-radius: 15px;
}
body.top .top_main_box .top_main_grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}
body.top .top_main_box .top_main_grid__column {
  min-width: 350px;
  width: calc(1 / 3 * 100%);
  height: 315px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  text-align: center;
}
body.top .top_main_box .top_main_grid__column > * {
  display: inline-block;
}
body.top .top_main_box .top_main_grid__column > *:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
body.top .top_main_box .top_main_grid__column .title_box {
  width: 100%;
}
body.top .top_main_box .info_line_box {
  width: 960px;
  margin: 0 auto;
  height: 37px;
  line-height: 37px;
  position: relative;
}
body.top .top_main_box .info_line_box .info_line_title {
  background: #f53838;
  height: 37px;
  color: #fff;
  padding: 0 10px;
  margin-right: 20px;
  position: relative;
}
body.top .top_main_box .info_line_box .info_line_title:after {
  border-top: 19px solid transparent;
  border-left: 10px solid #f53838;
  border-right: 10px solid transparent;
  border-bottom: 19px solid transparent;
  content: " ";
  position: absolute;
  right: -20px;
  top: 0;
}
body.top .slide_box {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
body.top .slide_box .slide_box_inner {
  width: 637px;
  height: 317px;
  position: relative;
}
body.top .slide_box .slide_box_inner .detail_btn {
  position: absolute;
  left: 27px;
  top: 160px;
}
body.top .slide_box .slide_box_inner .detail_btn .white_btn {
  width: 125px;
  border-radius: 15px;
}
body.top .slide_box .slide_box_inner .detail_btn02 {
  position: absolute;
  left: 280px;
  top: 160px;
}
body.top .slide_box .slide_box_inner .detail_btn02 .white_btn {
  width: 125px;
  border-radius: 15px;
}
body.top .slide_box .slide_box_inner:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
body.top .info_box {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
  margin: 40px 0 20px 0;
}
body.top .info_box .info_box_inner {
  width: 466px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.top .info_box .info_box_inner .info_title h4 {
  float: left;
  font-size: 131%;
}
body.top .info_box .info_box_inner .info_title h4 span:before {
  font-size: 138.5%;
}
body.top .info_box .info_box_inner .info_title p {
  float: right;
  padding-top: 3px;
}
body.top .info_box .info_box_inner .info_scroll {
  height: 385px;
}
body.top .info_box .info_box_inner .info_scroll dl {
  padding: 15px 0 0 0;
}
body.top .info_box .info_box_inner .info_scroll dl dt {
  padding: 0 10px 10px 20px;
}
body.top .info_box .info_box_inner .info_scroll dl dd {
  padding: 0 10px 15px 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
body.top .info_box .float_l.important_info .info_title {
  background: #f9e8e8;
  color: #f53838;
}
body.top .info_box .float_l.important_info dl span {
  margin-left: 10px;
}
body.top .info_box .float_r dl span {
  margin-left: 10px;
}
body.top .info_box .one_column {
  width: 100%;
}
body.top .title_box {
  border: none;
  padding: 0;
}
body.top .title_box h3 {
  float: left;
}
body.top .title_box p {
  padding-top: 10px;
}
body.top .title_box p .font_icon_arrow {
  float: right;
}
body.top .img_text_box {
  margin-bottom: 40px;
}
body.top .img_text_box ul {
  margin-left: -22px;
  list-style: none;
}
body.top .img_text_box ul .list_box {
  width: 302px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px 22px;
}
body.top .img_text_box ul .list_box a {
  display: inline-block;
  vertical-align: top;
  font-size: 108%;
}
body.top .img_text_box ul .list_box:hover a {
  text-decoration: underline;
}
body.top .img_text_box ul .list_box:hover a img {
  opacity: 0.7;
}
body.top .img_text_box ul .list_box .list_box_inner {
  position: relative;
  height: 182px;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.top .img_text_box ul .list_box .list_box_inner .list_img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 10px #aaa;
  opacity: 0.1;
  -ms-filter: "alpha(opacity=10)";
}
body.top .img_text_box ul .list_box .list_box_inner .font_icon_arrow a {
  font-size: 123.1%;
}
body.top .img_text_box ul .list_box .list_box_inner .pickup_title {
  position: absolute;
  top: 30px;
  left: 20px;
  color: #333;
  font-size: 100%;
}
body.top .img_text_box ul .list_box .list_box_inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 4px;
}
body.top .img_text_box ul .list_box .list_box_inner .new {
  position: absolute;
  padding: 4px 5px 2px;
  top: 0;
  left: 0;
  border-radius: 3px 0 3px 0;
}
body.top .img_text_box ul .list_box .font_icon_arrow {
  padding-left: 1.3em;
}
body.top .img_text_box ul .list_box .font_icon_arrow:before {
  margin-left: -1.4em;
}

/* 医療機器TOP
------------------------------------------------- */
body.med_eq.index .top_eq_main {
  height: 314px;
  background-color: #e9eef0;
  background-image: url(/resource/med_img_top/med_eq_main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center right;
}
body.med_eq.index .info_line_box .ticker {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding: 9px 0;
}
body.med_eq.index .info_line_box .ticker ul {
  overflow: hidden;
  position: relative;
  width: 800px;
  height: 25px;
}
body.med_eq.index .info_line_box .ticker ul li {
  display: none;
  line-height: 1.5;
}
body.med_eq.index .search_box {
  margin-bottom: 10px;
}
body.med_eq.index .search_box .search_text_box {
  width: 300px;
  margin-top: 4px;
  padding: 6px 6px;
  border-radius: 5px;
  background: #fff;
  -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2),
    inset 1px 1px rgba(9, 2, 4, 0.2);
  -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2),
    inset 1px 1px rgba(9, 2, 4, 0.2);
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2),
    inset 1px 1px rgba(9, 2, 4, 0.2);
}
body.med_eq.index .search_box .blue_btn,
body.med_eq.index .search_engine_widget .search_box .search_btn,
.search_engine_widget body.med_eq.index .search_box .search_btn,
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn,
body.med_eq.index body.med_eq.category .eq_search form .search_box .search_btn,
body.med_eq.category .eq_search form body.med_eq.index .search_box .search_btn,
body.med_eq.index
  body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  .search_btn,
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  body.med_eq.index
  .search_box
  .search_btn,
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  body.med_eq.index
  .search_box
  .search_btn {
  padding: 4px 30px 2px;
}
body.med_eq.index .img_text_box ul {
  margin-left: -23px;
}
body.med_eq.index .img_text_box .table_style .white_btn {
  padding: 2px 0 0;
}

/* Example 1 */
/* -------------------------------------------------------------------------

		med_eq.sass

		med_eqのスタイルを定義

------------------------------------------------------------------------- */
/* common
------------------------------------------------- */
body.med_eq h3 {
  margin-bottom: 16px;
}

/* index
------------------------------------------------- */
/* med_eq_top
------------------------------------------------- */
body.med_eq.index .module_float_banner {
  top: 293px !important;
}
body.med_eq.index .top_eq_main_box {
  background-color: #efefef;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
body.med_eq.index .top_eq_main_box .top_eq_main {
  height: 314px;
  background-color: #ddeaee;
  background-image: url(/resource/med_img_top/med_eq_main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  border-bottom: 1px solid #e5e5e5;
}
body.med_eq.index .top_eq_main_box .top_eq_main .title_box {
  padding-top: 45px;
  border-bottom: none;
  text-align: center;
}
body.med_eq.index .top_eq_main_box .top_eq_main .title_box h2 {
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
body.med_eq.index .top_eq_main_box .top_eq_main .title_box p {
  color: #aaa;
  font-size: 116%;
}
body.med_eq.index .top_eq_main_box .top_eq_main .top_eq_search {
  text-align: center;
  width: 560px;
  margin: 0 auto;
}
body.med_eq.index .top_eq_main_box .top_eq_main .top_eq_search .search_nav {
  width: 580px;
  /* background: url(/resource/med_img_top/bg_search_box.gif) repeat; */
  /* border: 1px solid #d1d6d8; */
  margin-bottom: 15px;
}
body.med_eq.index .top_eq_main_box .top_eq_main .top_eq_search .search_nav ul {
  margin: 0 auto;
}
body.med_eq.index .top_eq_main_box .top_eq_main .top_eq_search .search_nav li {
  box-sizing: border-box;
  padding: 0 5px;
  float: left;
  width: 115px;
  /* border-left: 1px solid #d1d6d8; */
  font-size: 100%;
  text-align: center;
  position: relative;
}

body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .search_nav
  li
  span {
  background-color: #fff;
  border: solid 2px #0aa2d4;
  color: #0aa2d4;
  border-radius: 5px;
}

body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .search_nav
  li:first-child {
  border-left: none;
}
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .search_nav
  li.select
  span {
  background: #0aa2d4;
  color: #fff;
}
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .search_nav
  li.select
  span:after {
  border-top: 8px solid #0aa2d4;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: " ";
  position: absolute;
  left: 47px;
  top: 47px;
}
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .search_nav
  li
  span {
  display: block;
  padding: 13px 10px 13px;
  cursor: pointer;
}
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .search_nav
  li
  span:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
body.med_eq.index .top_eq_main_box .top_eq_main .top_eq_search form {
  height: 60px;
  margin: 0;
}
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box {
  position: relative;
}
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_text_box {
  font-family: "メイリオ", Meiryo, arial, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  padding: 0 !important;
  font-size: 123.1%;
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 430px;
  height: 60px;
  line-height: 65px;
  text-indent: 50px;
  background-color: #fff;
  background-image: url(/resource/med_img_top/search_icon.gif);
  background-repeat: no-repeat;
  background-position: 15px center;
  border: none;
  border-radius: 50px 0 0 50px;
  -moz-box-shadow: 3px 3px 0px #cecccd inset;
  -webkit-box-shadow: 3px 3px 0px #cecccd inset;
  box-shadow: 3px 3px 0px #cecccd inset;
}
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_text_box:focus {
  outline: none;
}
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box.hide {
  display: none;
}
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn {
  font-family: "メイリオ", Meiryo, arial, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  padding: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 0;
  _top: 1px;
  left: 430px;
  width: 130px;
  height: 60px;
  color: #fff;
  font-size: 153.9%;
  border: none;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
  -moz-box-shadow: 0px 3px 0px #0883ac inset;
  -webkit-box-shadow: 0px 3px 0px #0883ac inset;
  box-shadow: 0px 3px 0px #0883ac inset;
}
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn:hover {
  -moz-box-shadow: 0px 3px 0px #0883ac inset;
  -webkit-box-shadow: 0px 3px 0px #0883ac inset;
  box-shadow: 0px 3px 0px #0883ac inset;
  top: 0;
}
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn:focus {
  outline: none;
}
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  *:first-child
  + html
  .search_btn {
  top: 1px;
}
body.med_eq.index .top_eq_main_box .top_eq_main .top_eq_search .search_notes {
  margin: 10px 0 0 17px;
  text-align: left;
  color: #f53838;
}
body.med_eq.index .top_eq_main_box .info_line_box {
  width: 960px;
  margin: 0 auto;
  height: 37px;
  line-height: 37px;
}
body.med_eq.index .top_eq_main_box .info_line_box .info_line_title {
  background: #f53838;
  height: 37px;
  color: #fff;
  padding: 0 10px;
  margin-right: 20px;
  position: relative;
}
body.med_eq.index .top_eq_main_box .info_line_box .info_line_title:after {
  border-top: 19px solid transparent;
  border-left: 10px solid #f53838;
  border-right: 10px solid transparent;
  border-bottom: 19px solid transparent;
  content: " ";
  position: absolute;
  right: -20px;
  top: 0;
}
body.med_eq.index #slider_pro_box .sp-buttons {
  margin-top: -25px;
}
body.med_eq.index .slide_box {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
body.med_eq.index .slide_box .slide_box_inner {
  width: 637px;
  height: 317px;
  position: relative;
}
body.med_eq.index .slide_box .slide_box_inner .detail_btn {
  position: absolute;
  left: 27px;
  top: 160px;
}
body.med_eq.index .slide_box .slide_box_inner .detail_btn .white_btn {
  width: 125px;
  border-radius: 15px;
}
body.med_eq.index .slide_box .slide_box_inner:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
body.med_eq.index .info_box {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
  margin: 40px 0　0 0;
}
body.med_eq.index .info_box .info_box_inner {
  width: 466px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.med_eq.index .info_box .info_box_inner .info_title h4 {
  float: left;
  font-size: 131%;
}
body.med_eq.index .info_box .info_box_inner .info_title p {
  float: right;
}
body.med_eq.index .info_box .info_box_inner .info_scroll {
  height: auto;
}
body.med_eq.index .info_box .info_box_inner .info_scroll dl {
  height: 385px;
  padding: 15px 0 0 0;
}
body.med_eq.index .info_box .info_box_inner .info_scroll dl dt {
  padding: 0 10px 10px 20px;
}
body.med_eq.index .info_box .info_box_inner .info_scroll dl dd {
  padding: 0 10px 10px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
body.med_eq.index .info_box .float_l dl span {
  margin-left: 10px;
}
body.med_eq.index .info_box .float_r dl span {
  margin-left: 10px;
}
body.med_eq.index .info_box .one_column {
  width: 100%;
}
body.med_eq.index .img_text_box {
  margin-bottom: 30px;
}
body.med_eq.index .img_text_box ul {
  margin-left: -23px;
}
body.med_eq.index .img_text_box ul .list_box {
  width: 222px;
  display: inline-block;
  margin: 0 0 20px 20px;
  vertical-align: top;
}
body.med_eq.index .img_text_box ul .list_box:hover a {
  text-decoration: underline;
}
body.med_eq.index .img_text_box ul .list_box:hover a img {
  opacity: 0.7;
}
body.med_eq.index .img_text_box ul .list_box .list_box_inner {
  position: relative;
  height: 121px;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.med_eq.index .img_text_box ul .list_box .list_box_inner .list_img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 10px #aaa;
  opacity: 0.1;
  -ms-filter: "alpha(opacity=10)";
}
body.med_eq.index .img_text_box ul .list_box .list_box_inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 4px;
}
body.med_eq.index .img_text_box ul .list_box .list_box_inner .new {
  position: absolute;
  padding: 4px 5px 2px;
  top: 0;
  left: 0;
  border-radius: 3px 0 3px 0;
}
body.med_eq.index .bnr_box {
  padding: 20px 0 40px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}
body.med_eq.index .bnr_box li {
  position: relative;
}
body.med_eq.index .bnr_box li a:hover,
body.med_eq.index .bnr_box .sub_column .side_info_seminar li:hover a,
.sub_column .side_info_seminar body.med_eq.index .bnr_box li:hover a,
body.med_eq.index .bnr_box li .sub_column .side_info_seminar .more:hover a,
.sub_column .side_info_seminar .more:hover body.med_eq.index .bnr_box li a {
  opacity: 1;
}
body.med_eq.index .bnr_box li .detail_btn {
  position: absolute;
  top: 100px;
  left: 17px;
}
body.med_eq.index .bnr_box li .detail_btn .white_btn {
  width: 125px;
  border-radius: 15px;
}

/* med_eq_category_detail
------------------------------------------------- */
body.med_eq.category.detail .main_column {
  width: 960px;
}
body.med_eq.category.detail .main_column .img_text_box {
  margin-bottom: 30px;
}
body.med_eq.category.detail .main_column .img_text_box p,
body.med_eq.category.detail .main_column .img_text_box li,
body.med_eq.category.detail .main_column .img_text_box span,
body.med_eq.category.detail .main_column .img_text_box div {
  line-height: 1.5;
}
body.med_eq.category.detail .main_column .img_text_box .pdf_download_content {
  margin-left: 0 !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body.med_eq.category.detail
  .main_column
  .img_text_box
  .pdf_download_content
  li {
  width: 300px;
}
body.med_eq.category.detail
  .main_column
  .img_text_box
  .pdf_download_content
  li
  a
  div {
  width: 100%;
  border: 1px #ccc solid;
}
body.med_eq.category.detail
  .main_column
  .img_text_box
  .pdf_download_content
  li
  a
  div
  img {
  max-width: 100%;
  height: auto;
}
body.med_eq.category.detail
  .main_column
  .img_text_box
  .pdf_download_content
  li
  a
  p {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-top: 5px;
}
body.med_eq.category.detail
  .main_column
  .img_text_box
  .pdf_download_content
  li
  a:hover
  p,
body.med_eq.category.detail
  .main_column
  .img_text_box
  .pdf_download_content
  .sub_column
  .side_info_seminar
  li:hover
  a
  p,
.sub_column
  .side_info_seminar
  body.med_eq.category.detail
  .main_column
  .img_text_box
  .pdf_download_content
  li:hover
  a
  p,
body.med_eq.category.detail
  .main_column
  .img_text_box
  .pdf_download_content
  li
  .sub_column
  .side_info_seminar
  .more:hover
  a
  p,
.sub_column
  .side_info_seminar
  .more:hover
  body.med_eq.category.detail
  .main_column
  .img_text_box
  .pdf_download_content
  li
  a
  p {
  text-decoration: underline;
}
body.med_eq.category.detail
  .main_column
  .img_text_box
  .pdf_download_content
  li:nth-child(-n + 1) {
  margin-right: 60px;
}
body.med_eq.category.detail .title_box h2 {
  width: 670px;
}
body.med_eq.category.detail .search_box {
  margin-bottom: 10px;
}
body.med_eq.category.detail .search_box .search_text_box {
  width: 300px;
  margin-top: 0px;
  padding: 12px;
  background: #fff;
  font-size: 123.1%;
  border-radius: 50px 0 0 50px;
  -moz-box-shadow: 3px 3px 0px #cecccd inset;
  -webkit-box-shadow: 3px 3px 0px #cecccd inset;
  box-shadow: 3px 3px 0px #cecccd inset;
  border-top: none;
  border-right: none;
  border-bottom: #eaeff1 1px solid;
  border-left: none;
}
body.med_eq.category.detail .search_box .search_text_box:focus {
  outline: none;
}
body.med_eq.category.detail .search_box .blue_btn,
body.med_eq.category.detail .search_engine_widget .search_box .search_btn,
.search_engine_widget body.med_eq.category.detail .search_box .search_btn,
body.med_eq.category.detail
  body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn,
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  body.med_eq.category.detail
  .search_box
  .search_btn,
body.med_eq.category.detail .eq_search form .search_box .search_btn,
body.med_eq.category.detail
  body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  .search_btn,
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  body.med_eq.category.detail
  .search_box
  .search_btn,
body.med_eq.category.detail
  body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn,
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  body.med_eq.category.detail
  .search_box
  .search_btn {
  font-family: "メイリオ", Meiryo, arial, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  height: 47px;
  height: 45px\9;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
  -moz-box-shadow: 0px 3px 0px #0883ac inset;
  -webkit-box-shadow: 0px 3px 0px #0883ac inset;
  box-shadow: 0px 3px 0px #0883ac inset;
  border-top: none;
  border-right: #eaeff1 1px solid;
  border-bottom: #eaeff1 1px solid;
  border-left: none;
}
body.med_eq.category.detail .search_box .blue_btn:hover,
body.med_eq.category.detail .search_engine_widget .search_box .search_btn:hover,
.search_engine_widget body.med_eq.category.detail .search_box .search_btn:hover,
body.med_eq.category.detail
  body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn:hover,
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  body.med_eq.category.detail
  .search_box
  .search_btn:hover,
body.med_eq.category.detail .eq_search form .search_box .search_btn:hover,
body.med_eq.category.detail
  body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  .search_btn:hover,
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  body.med_eq.category.detail
  .search_box
  .search_btn:hover,
body.med_eq.category.detail
  body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn:hover,
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  body.med_eq.category.detail
  .search_box
  .search_btn:hover {
  top: 0;
}
body.med_eq.category.detail .search_box .blue_btn:focus,
body.med_eq.category.detail .search_engine_widget .search_box .search_btn:focus,
.search_engine_widget body.med_eq.category.detail .search_box .search_btn:focus,
body.med_eq.category.detail
  body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn:focus,
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  body.med_eq.category.detail
  .search_box
  .search_btn:focus,
body.med_eq.category.detail .eq_search form .search_box .search_btn:focus,
body.med_eq.category.detail
  body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  .search_btn:focus,
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  body.med_eq.category.detail
  .search_box
  .search_btn:focus,
body.med_eq.category.detail
  body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn:focus,
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  body.med_eq.category.detail
  .search_box
  .search_btn:focus {
  outline: none;
}
body.med_eq.category.detail .print_btn_box .print_btn {
  width: 145px;
  margin: 0 auto;
}
body.med_eq.category.detail .print_btn_box .print_btn a {
  padding: 6px 10px 4px;
}
body.med_eq.category.detail .print_btn_box .print_btn a span {
  background: url(/resource/med_img_common/icon_print.png) no-repeat left center;
  padding-left: 25px;
}

.ie8 body.med_eq.category .search_box .search_text_box {
  border: #eaeff1 1px solid;
  padding: 11px 12px;
}

.anc_3btn li {
  width: 30%;
  float: left;
}
.anc_3btn .arrow3 {
  position: relative;
  z-index: 1;
}
.anc_3btn .arrow3:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 3.5px 0 3.5px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  left: 2em;
  top: 0.6em;
  display: block;
}

/* med_eq_category_list
------------------------------------------------- */
body.med_eq.category .img_text_box {
  margin-bottom: 30px;
}
body.med_eq.category .img_text_box p,
body.med_eq.category .img_text_box li,
body.med_eq.category .img_text_box span,
body.med_eq.category .img_text_box div {
  line-height: 1.5;
}
body.med_eq.category .img_text_box ul {
  margin-left: -25px;
}
body.med_eq.category .img_text_box ul .list_box {
  width: 202px;
  display: inline-block;
  margin: 0 0 18px 23px;
  vertical-align: top;
}
body.med_eq.category .img_text_box ul .list_box a {
  font-size: 108%;
  display: inline-block;
  vertical-align: top;
  width: 180px;
}
body.med_eq.category .img_text_box ul .list_box:hover a {
  text-decoration: underline;
}
body.med_eq.category .img_text_box ul .list_box:hover a img {
  opacity: 0.7;
}
body.med_eq.category .img_text_box ul .list_box .list_box_inner {
  position: relative;
  height: 133px;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.med_eq.category .img_text_box ul .list_box .list_box_inner .list_img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 10px #aaa;
  opacity: 0.1;
  -ms-filter: "alpha(opacity=10)";
}
body.med_eq.category .img_text_box ul .list_box .list_box_inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 4px;
}
body.med_eq.category .img_text_box ul .list_box .list_box_inner .new {
  position: absolute;
  padding: 0 5px;
  top: 0;
  left: 0;
  border-radius: 3px 0 3px 0;
}
body.med_eq.category .anchor_btn {
  margin-top: -7px;
}
body.med_eq.category .anchor_btn li {
  display: inline-block;
  margin-top: 7px;
  vertical-align: bottom;
}
body.med_eq.category .anchor_btn a {
  color: #333;
}
body.med_eq.category .anchor_btn a:hover,
body.med_eq.category .anchor_btn .sub_column .side_info_seminar li:hover a,
.sub_column .side_info_seminar li:hover body.med_eq.category .anchor_btn a,
body.med_eq.category .anchor_btn .sub_column .side_info_seminar .more:hover a,
.sub_column .side_info_seminar .more:hover body.med_eq.category .anchor_btn a {
  color: #00a4c2;
}
body.med_eq.category .anchor_btn .flat_btn {
  display: block;
  position: relative;
  text-align: center;
  font-size: 90%;
  /*color: #333;*/
  line-height: 1.6;
  border: 1px solid #e5e5e5;
  padding: 10px 21px 10px 30px;
}
body.med_eq.category .anchor_btn .arrow {
  position: relative;
  z-index: 1;
}
body.med_eq.category .anchor_btn .arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  left: -1.2em;
  top: 0.6em;
  display: block;
}

body.med_eq.category .inner_col_01 .img_text_box ul {
  margin-left: -7px;
}
body.med_eq.category .inner_col_01 .img_text_box ul .list_box {
  width: 202px;
  display: inline-block;
  margin: 0 0 20px 18px;
  vertical-align: top;
}
body.med_eq.category .inner_col_01 .img_text_box ul .list_box:hover a {
  text-decoration: underline;
}
body.med_eq.category .inner_col_01 .img_text_box ul .list_box:hover a img {
  opacity: 0.7;
}
body.med_eq.category .inner_col_01 .img_text_box ul .list_box .list_box_inner {
  position: relative;
  height: 133px;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.med_eq.category
  .inner_col_01
  .img_text_box
  ul
  .list_box
  .list_box_inner
  .list_img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 10px #aaa;
  opacity: 0.1;
  -ms-filter: "alpha(opacity=10)";
}
body.med_eq.category
  .inner_col_01
  .img_text_box
  ul
  .list_box
  .list_box_inner
  img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 4px;
}
body.med_eq.category
  .inner_col_01
  .img_text_box
  ul
  .list_box
  .list_box_inner
  .new {
  position: absolute;
  padding: 0 5px;
  top: 0;
  left: 0;
  border-radius: 3px 0 3px 0;
}

/* med_eq_category
------------------------------------------------- */
/* med_eq_category_serch
------------------------------------------------- */
/* med_eq_category_region
------------------------------------------------- */
body.med_eq.category .img_text_box ul.list_circle {
  margin-left: 15px;
}
body.med_eq.category .img_text_box > p img {
  height: auto !important;
  max-width: 880px !important;
}
body.med_eq.category .fs_55 {
  font-size: 55%;
}
body.med_eq.category .module_category_nav {
  position: relative;
  z-index: 10;
}
body.med_eq.category .eq_search {
  text-align: center;
  width: 620px;
  /* margin: 0 auto; */
  padding: 30px 133px;
  margin-top: -2px;
  /* border-radius: 0 0 4px 4px; */
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
  border-top: 0;
  position: relative;
}
body.med_eq.category .eq_search .category_sec {
  width: 25%;
  float: left;
}
body.med_eq.category .eq_search .category_sec:nth-child(4n + 1) {
  clear: both;
}
body.med_eq.category .eq_search .category_sec:nth-child(4n + 1) h3 {
  border-left: 1px solid #ccc;
}
body.med_eq.category .eq_search .category_sec:nth-child(-n + 4) h3 {
  border-top: 1px solid #ccc;
}
body.med_eq.category .eq_search .category_sec.open {
  background: #53bee1;
}
body.med_eq.category .eq_search .category_sec.open h3 {
  color: #fff;
  border: none;
}
body.med_eq.category .eq_search .category_sec h3 {
  position: relative;
  font-size: 11px;
  margin: 0;
  padding: 10px 0 10px 26px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  cursor: pointer;
}
body.med_eq.category .eq_search .category_sec h3:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 13px;
  top: 17px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #333 transparent transparent transparent;
}
body.med_eq.category .eq_search .category_sec ul {
  display: none;
  width: 844px;
  position: relative;
  padding: 15px 30px 0;
  background: #53bee1;
  box-sizing: border-box;
}
body.med_eq.category .eq_search .category_sec ul li {
  width: 180px;
  margin-right: 18px;
  margin-bottom: 15px;
  float: left;
}
body.med_eq.category .eq_search .category_sec ul li:nth-child(4n) {
  margin-right: 0;
}
body.med_eq.category .eq_search .category_sec ul li a {
  display: table-cell;
  width: 199px;
  min-height: 36px;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 11px;
  line-height: 1.3;
  text-align: left;
  box-sizing: border-box;
}
body.med_eq.category .eq_search .category_sec ul li a span {
  line-height: 1.3;
}
body.med_eq.category .eq_search .search_nav {
  width: 100%;
  border: 1px solid #d1d6d8;
  margin-bottom: 15px;
  /* background: url(/resource/pharmaceuticals_img/bg_search_box.png) repeat; */
}
body.med_eq.category .eq_search .search_nav ul {
  margin: 0 auto;
  font-size: 85%;
}
body.med_eq.category .eq_search .search_nav li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 20%;
  border-left: 1px solid #d1d6d8;
  font-size: 100%;
  text-align: center;
  position: relative;
}
body.med_eq.category .eq_search .search_nav li:first-child {
  border-left: none;
}
body.med_eq.category .eq_search .search_nav li.select {
  background: #0aa2d4;
  color: #fff;
}
body.med_eq.category .eq_search .search_nav li.select:after {
  border-top: 8px solid #0aa2d4;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: " ";
  position: absolute;
  left: 50%;
  top: 47px;
  margin-left: -8px;
}
body.med_eq.category .eq_search .search_nav li span {
  display: block;
  padding: 11px 7px 11px;
  cursor: pointer;
}
body.med_eq.category .eq_search .search_nav li span:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
body.med_eq.category .eq_search .search_nav .region_search {
  width: 16.6%;
}
body.med_eq.category .eq_search form {
  height: 60px;
  margin: 0;
}
body.med_eq.category .eq_search form .search_box {
  position: absolute;
  z-index: 100;
  width: 584px;
  top: auto;
  left: auto;
}
body.med_eq.category .eq_search form .search_box .search_text_box {
  font-family: "メイリオ", Meiryo, arial, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  padding: 0 !important;
  font-size: 123.1%;
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 490px;
  height: 60px;
  line-height: 65px;
  text-indent: 50px;
  background-color: #fff;
  background-image: url(/resource/med_img_top/search_icon.gif);
  background-repeat: no-repeat;
  background-position: 15px center;
  border: none;
  border-bottom: 1px solid #d1d6d8;
  border-radius: 50px 0 0 50px;
  -moz-box-shadow: 3px 3px 0px #cecccd inset;
  -webkit-box-shadow: 3px 3px 0px #cecccd inset;
  box-shadow: 3px 3px 0px #cecccd inset;
}
body.med_eq.category .eq_search form .search_box .search_text_box:focus {
  outline: none;
}
body.med_eq.category .eq_search form .search_box.hide {
  display: none;
}
body.med_eq.category .eq_search form .search_box .search_btn {
  font-family: "メイリオ", Meiryo, arial, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  padding: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 0;
  _top: 1px;
  left: 490px;
  width: 130px;
  height: 60px;
  color: #fff;
  font-size: 153.9%;
  border: none;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
  -moz-box-shadow: 0px 3px 0px #0883ac inset;
  -webkit-box-shadow: 0px 3px 0px #0883ac inset;
  box-shadow: 0px 3px 0px #0883ac inset;
}
body.med_eq.category .eq_search form .search_box .search_btn:hover {
  -moz-box-shadow: 0px 3px 0px #0883ac inset;
  -webkit-box-shadow: 0px 3px 0px #0883ac inset;
  box-shadow: 0px 3px 0px #0883ac inset;
  top: 0;
}
body.med_eq.category .eq_search form .search_box .search_btn:focus {
  outline: none;
}
body.med_eq.category
  .eq_search
  form
  .search_box
  *:first-child
  + html
  .search_btn {
  top: 1px;
}
body.med_eq.category .eq_search .search_notes {
  margin: 10px 0 0 17px;
  text-align: left;
  color: #f53838;
}
body.med_eq.category .eq_search .contents_widget__inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
body.med_eq.category .eq_search .search_nav {
  text-align: left;
}
body.med_eq.category .eq_search .kana_btn_list {
  text-align: left;
  white-space: nowrap;
}
body.med_eq.category .eq_search .kana_btn_list:after {
  content: "";
  display: block;
  clear: both;
}
body.med_eq.category .eq_search .kana_btn_list li {
  float: left;
}
body.med_eq.category .eq_search .kana_btn_list li.active a:after {
  display: none;
}
body.med_eq.category .eq_search .kana_btn_list li + li {
  margin-left: 6px;
}
body.med_eq.category .eq_search .kana_btn_list li a {
  outline: none;
  min-width: 42px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.med_eq.category .eq_search .kana_btn_list li ul li {
  margin: 0;
  padding: 0;
}
body.med_eq.category .eq_search .kana_btn_list li ul li + li {
  margin-top: 5px;
}
body.med_eq.category .eq_search .kana_btn_list li ul li a {
  min-width: 35px;
  width: 35px;
  padding-top: 3px;
  padding-bottom: 3px;
}
body.med_eq.category .eq_search .product_btn_list li a {
  font-size: 93%;
}
body.med_eq.category .eq_search .product_btn_list li a .smaller {
  font-size: 85%;
}
body.med_eq.category .product_btn_list li a {
  padding-left: 25px;
}
body.med_eq.category .doc_region_search {
  width: 615px;
}
body.med_eq.category .arrow {
  position: relative;
  z-index: 1;
}
body.med_eq.category .arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 3.5px 0 3.5px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  left: -1em;
  top: 0.6em;
  display: block;
}

body.color_box .table_style td:first-child {
  padding: 0 8px;
}
body.color_box .table_style .pdf_btn_01 {
  padding-top: 5px;
  padding-bottom: 7px;
}
body.color_box .table_style .pdf_btn_01 a {
  padding: 2px 0 2px;
}
body.color_box .table_style .pdf_btn_01 a span {
  background: url(/resource/med_img_common/icon_pdf.png) no-repeat left center;
  padding-left: 20px;
}
body.color_box .table_style .pdf_btn_02 {
  padding-bottom: 7px;
}
body.color_box .table_style .pdf_btn_02 a {
  padding: 2px 0 2px;
}
body.color_box .table_style .pdf_btn_02 a span {
  background: url(/resource/med_img_common/icon_pdf.png) no-repeat left center;
  padding-left: 20px;
}

/* category
------------------------------------------------- */
body.med_eq.category .title_box .font_icon_arrow_left a {
  vertical-align: middle;
}
body.med_eq.category .title_box h2 {
  float: left;
}
body.med_eq.category .title_box .print_btn {
  float: right;
}
body.med_eq.category .title_box .print_btn a {
  padding: 6px 10px 4px;
}
body.med_eq.category .title_box .print_btn a span {
  background: url(/resource/med_img_common/icon_print.png) no-repeat left center;
  padding-left: 25px;
}
body.med_eq.category .img_text_box .right_box {
  float: right;
  width: 373px;
}
body.med_eq.category .img_text_box .right_box .table_style {
  font-size: 11px;
}
body.med_eq.category .img_text_box .right_box .table_style th:first-child {
  width: 90px;
}
body.med_eq.category .img_text_box .right_box .table_style th,
body.med_eq.category .img_text_box .right_box .table_style td {
  padding: 10px;
}
body.med_eq.category .img_text_box .view_img {
  width: 455px;
  display: block;
}
body.med_eq.category .img_text_box .view_img .view_img_inner {
  position: relative;
  height: 300px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
  overflow: hidden;
}
body.med_eq.category .img_text_box .view_img .view_img_inner .list_img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 10px #aaa;
  opacity: 0.1;
  -ms-filter: "alpha(opacity=10)";
}
body.med_eq.category .img_text_box .view_img .view_img_inner img {
  position: static;
}
body.med_eq.category .img_text_box .view_img .view_img_inner a {
  outline: none;
  display: block;
}
body.med_eq.category .img_text_box .view_img .view_img_inner a .img_mask {
  text-align: center;
  background: #ccc;
}
body.med_eq.category .img_text_box .view_img .view_img_inner a .img_mask img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  width: auto;
  border: none;
  height: auto;
  border-radius: 4px;
  margin: 0 auto;
}
body.med_eq.category .img_text_box .view_img .view_img_inner a span {
  display: block;
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 100;
}
body.med_eq.category .img_text_box .view_img .view_img_inner a:hover span img,
body.med_eq.category
  .img_text_box
  .view_img
  .view_img_inner
  .sub_column
  .side_info_seminar
  li:hover
  a
  span
  img,
.sub_column
  .side_info_seminar
  li:hover
  body.med_eq.category
  .img_text_box
  .view_img
  .view_img_inner
  a
  span
  img,
body.med_eq.category
  .img_text_box
  .view_img
  .view_img_inner
  .sub_column
  .side_info_seminar
  .more:hover
  a
  span
  img,
.sub_column
  .side_info_seminar
  .more:hover
  body.med_eq.category
  .img_text_box
  .view_img
  .view_img_inner
  a
  span
  img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
body.med_eq.category .img_text_box .img_box {
  float: left;
}
body.med_eq.category .img_text_box .img_box .list_box {
  float: none;
  width: 259px;
  display: block;
}
body.med_eq.category .img_text_box .img_box .list_box p {
  margin-top: -5px;
}
body.med_eq.category .img_text_box .img_box .list_box .list_box_inner {
  position: relative;
  height: 171px;
  border-radius: 5px;
}
body.med_eq.category .img_text_box .img_box .list_box .list_box_inner img {
  position: static;
}
body.med_eq.category .img_text_box .img_box .list_box .list_box_inner a {
  outline: none;
  display: block;
}
body.med_eq.category
  .img_text_box
  .img_box
  .list_box
  .list_box_inner
  a
  .img_mask {
  text-align: center;
  background: #ccc;
}
body.med_eq.category
  .img_text_box
  .img_box
  .list_box
  .list_box_inner
  a
  .img_mask
  img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  width: auto;
  border: none;
  height: auto;
  border-radius: 4px;
}
body.med_eq.category .img_text_box .img_box .list_box .list_box_inner a span {
  display: block;
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 100;
}
body.med_eq.category
  .img_text_box
  .img_box
  .list_box
  .list_box_inner
  a:hover
  span
  img,
body.med_eq.category
  .img_text_box
  .img_box
  .list_box
  .list_box_inner
  .sub_column
  .side_info_seminar
  li:hover
  a
  span
  img,
.sub_column
  .side_info_seminar
  li:hover
  body.med_eq.category
  .img_text_box
  .img_box
  .list_box
  .list_box_inner
  a
  span
  img,
body.med_eq.category
  .img_text_box
  .img_box
  .list_box
  .list_box_inner
  .sub_column
  .side_info_seminar
  .more:hover
  a
  span
  img,
.sub_column
  .side_info_seminar
  .more:hover
  body.med_eq.category
  .img_text_box
  .img_box
  .list_box
  .list_box_inner
  a
  span
  img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
body.med_eq.category .img_text_box .img_box .sp-grab,
body.med_eq.category .img_text_box .img_box .sp-grabbing {
  cursor: pointer;
}
body.med_eq.category .img_text_box .img_box .sp-thumbnail-container {
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
  border-radius: 3px;
  margin-bottom: 2px;
}
body.med_eq.category .img_text_box .img_box .sp-thumbnail-container:last-child {
  margin-right: 2px;
}
body.med_eq.category .img_text_box .img_box .sp-thumbnail-container:hover {
  cursor: pointer;
}
body.med_eq.category .img_text_box .img_box .sp-selected-thumbnail {
  border-color: #0aa2d4;
}
body.med_eq.category .img_text_box .img_box .sp-top-thumbnails,
body.med_eq.category .img_text_box .img_box .sp-bottom-thumbnails {
  margin: 0;
}
body.med_eq.category .img_text_box .breed_table {
  margin-left: 0;
}
body.med_eq.category .img_text_box .breed_table .w80 {
  width: 80px;
}
body.med_eq.category .img_text_box .breed_table .w117 {
  width: 117px;
}
body.med_eq.category .img_text_box .breed_table .w204 {
  width: 204px;
}
body.med_eq.category .img_text_box .breed_table .w71 {
  width: 71px;
}
body.med_eq.category .img_text_box .breed_table .w73 {
  width: 73px;
}
body.med_eq.category .img_text_box .breed_table .w77 {
  width: 77px;
}
body.med_eq.category .img_text_box .breed_table .w232 {
  width: 232px;
}
body.med_eq.category .img_text_box .breed_table .breed_tab .breed_tab_btn {
  border-bottom: 4px solid #0aa2d4;
  margin: 0 0 20px;
}
body.med_eq.category .img_text_box .breed_table .breed_tab .breed_tab_btn li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 123.1%;
  padding: 5px 0 2px 0;
  cursor: pointer;
  background: linear-gradient(to bottom, #ffffff, #efefef);
  border-radius: 5px 5px 0 0;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
}
body.med_eq.category
  .img_text_box
  .breed_table
  .breed_tab
  .breed_tab_btn
  .select {
  background: #0aa2d4;
  color: #fff;
  border-color: #0aa2d4;
}
body.med_eq.category .img_text_box .breed_table .breed_box {
  height: auto;
  overflow: inherit;
  font-size: 11px;
}
body.med_eq.category .img_text_box .breed_table .breed_box .table_style th,
body.med_eq.category .img_text_box .breed_table .breed_box .table_style td {
  padding: 10px;
}
body.med_eq.category .img_text_box .breed_table .breed_box td:first-child {
  width: 80px;
}
body.med_eq.category .img_text_box .breed_table .breed_box td:first-child div {
  display: inline;
  vertical-align: middle;
}
body.med_eq.category .img_text_box .breed_table .breed_box .pdf_attach {
  text-align: center;
}
body.med_eq.category .img_text_box .breed_table .breed_box .pdf_btn {
  display: inline;
}
body.med_eq.category .img_text_box .breed_table .breed_box .pdf_btn .white_btn {
  padding: 2px 10px 0px 19px;
  display: inline-block;
}
body.med_eq.category .img_text_box .breed_table .breed_box .notes_btn {
  display: inline;
}
body.med_eq.category .img_text_box .breed_table .breed_box .product_code {
  width: 200px;
}
body.med_eq.category .img_text_box .breed_table .breed_box.hide {
  overflow: hidden;
  height: 0;
}

/* varieties_table_print
------------------------------------------------- */
body.med_eq.category .varieties_table {
  padding-top: 10px;
}
body.med_eq.category .varieties_table .print_btn {
  float: right;
}
body.med_eq.category .varieties_table .print_btn a {
  padding: 6px 10px 4px;
}
body.med_eq.category .varieties_table .print_btn a span {
  background: url(/resource/med_img_common/icon_print.png) no-repeat left center;
  padding-left: 25px;
}

/* product_search
------------------------------------------------- */
body.med_eq.product_search .inner_col_01 .img_text_box {
  margin-bottom: 30px;
}
body.med_eq.product_search .inner_col_01 .img_text_box p,
body.med_eq.product_search .inner_col_01 .img_text_box li,
body.med_eq.product_search .inner_col_01 .img_text_box span,
body.med_eq.product_search .inner_col_01 .img_text_box div {
  line-height: 1.5;
}
body.med_eq.product_search .inner_col_01 .img_text_box ul {
  margin-left: -23px;
}
body.med_eq.product_search .inner_col_01 .img_text_box ul .list_box {
  width: 202px;
  display: inline-block;
  margin: 0 0 20px 20px;
  vertical-align: top;
}
body.med_eq.product_search .inner_col_01 .img_text_box ul .list_box a {
  display: inline-block;
  vertical-align: top;
}
body.med_eq.product_search
  .inner_col_01
  .img_text_box
  ul
  .list_box
  .font_icon_arrow {
  padding-left: 2em;
}
body.med_eq.product_search
  .inner_col_01
  .img_text_box
  ul
  .list_box
  .font_icon_arrow:before {
  margin-left: -2em;
}
body.med_eq.product_search .inner_col_01 .img_text_box ul .list_box:hover a {
  text-decoration: underline;
}
body.med_eq.product_search
  .inner_col_01
  .img_text_box
  ul
  .list_box:hover
  a
  img {
  opacity: 0.7;
}
body.med_eq.product_search
  .inner_col_01
  .img_text_box
  ul
  .list_box
  .list_box_inner {
  position: relative;
  height: 128px;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
  overflow: hidden;
}
body.med_eq.product_search
  .inner_col_01
  .img_text_box
  ul
  .list_box
  .list_box_inner
  .list_img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 10px #aaa;
  opacity: 0.1;
  -ms-filter: "alpha(opacity=10)";
}
body.med_eq.product_search
  .inner_col_01
  .img_text_box
  ul
  .list_box
  .list_box_inner
  img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 2px;
}
body.med_eq.product_search
  .inner_col_01
  .img_text_box
  ul
  .list_box
  .list_box_inner
  .new {
  position: absolute;
  padding: 0 5px;
  top: 0;
  left: 0;
  border-radius: 3px 0 3px 0;
}
body.med_eq.product_search .inner_col_01 .search_wrapper {
  padding: 30px 0;
  background: #e9eef0;
  margin: 0 -36px;
  border-radius: 3px;
}
body.med_eq.product_search .inner_col_01 .search_wrapper .search_inner {
  text-align: center;
  width: 560px;
  margin: 0 auto;
}
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  .search_nav {
  width: 559px;
  background: url(/resource/med_img_top/bg_search_box.gif) repeat;
  border: 1px solid #d1d6d8;
  margin-bottom: 15px;
}
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  .search_nav
  ul {
  margin: 0 auto;
}
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  .search_nav
  li {
  float: left;
  width: 111px;
  border-left: 1px solid #d1d6d8;
  font-size: 100%;
  text-align: center;
  position: relative;
}
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  .search_nav
  li:first-child {
  border-left: none;
}
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  .search_nav
  li.select {
  background: #0aa2d4;
  color: #fff;
}
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  .search_nav
  li.select:after {
  border-top: 14px solid #0aa2d4;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid transparent;
  content: " ";
  position: absolute;
  left: 42px;
  top: 42px;
}
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  .search_nav
  li
  span {
  display: block;
  padding: 13px 10px 13px;
  cursor: pointer;
}
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  .search_nav
  li
  span:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
body.med_eq.product_search .inner_col_01 .search_wrapper .search_inner form {
  height: 60px;
  margin: 0;
}
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box {
  position: relative;
}
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  .search_text_box {
  font-family: "メイリオ", Meiryo, arial, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  padding: 0 !important;
  font-size: 123.1%;
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 430px;
  height: 60px;
  line-height: 65px;
  text-indent: 50px;
  background-color: #fff;
  background-image: url(/resource/med_img_top/search_icon.gif);
  background-repeat: no-repeat;
  background-position: 15px center;
  border: none;
  border-radius: 25px 0 0 25px;
  -moz-box-shadow: 3px 3px 0px #cecccd inset;
  -webkit-box-shadow: 3px 3px 0px #cecccd inset;
  box-shadow: 3px 3px 0px #cecccd inset;
}
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  .search_text_box:focus {
  outline: none;
}
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box.hide {
  display: none;
}
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  .search_btn {
  font-family: "メイリオ", Meiryo, arial, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  padding: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 0;
  _top: 1px;
  left: 430px;
  width: 130px;
  height: 60px;
  color: #fff;
  font-size: 138.5%;
  border: none;
  border-radius: 0 25px 25px 0;
  cursor: pointer;
  -moz-box-shadow: 0px 3px 0px #0883ac inset;
  -webkit-box-shadow: 0px 3px 0px #0883ac inset;
  box-shadow: 0px 3px 0px #0883ac inset;
}
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  .search_btn:hover {
  -moz-box-shadow: 0px 3px 0px #0883ac inset;
  -webkit-box-shadow: 0px 3px 0px #0883ac inset;
  box-shadow: 0px 3px 0px #0883ac inset;
  top: 0;
}
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  .search_btn:focus {
  outline: none;
}
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  *:first-child
  + html
  .search_btn {
  top: 1px;
}
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  .search_notes {
  margin: 10px 0 0 17px;
  text-align: left;
  color: #f53838;
}

/* med_eq_new_product
------------------------------------------------- */
body.med_eq.category ul.year_list {
  margin: 30px 0;
  border-bottom: 5px solid #0aa2d4;
}
body.med_eq.category ul.year_list li {
  float: left;
  width: 33.333%;
  text-align: center;
}
body.med_eq.category ul.year_list li a {
  display: block;
  font-size: 116%;
  color: #333;
  padding: 19px 0 15px;
  line-height: 1;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
body.med_eq.category ul.year_list li a:hover,
body.med_eq.category ul.year_list .sub_column .side_info_seminar li:hover a,
.sub_column .side_info_seminar body.med_eq.category ul.year_list li:hover a,
body.med_eq.category
  ul.year_list
  li
  .sub_column
  .side_info_seminar
  .more:hover
  a,
.sub_column
  .side_info_seminar
  .more:hover
  body.med_eq.category
  ul.year_list
  li
  a {
  text-decoration: none;
  background: #0aa2d4;
  color: white;
  border-top: 1px solid #0aa2d4;
  border-left: 1px solid #0aa2d4;
  border-right: 1px solid #0aa2d4;
}
body.med_eq.category ul.year_list li:first-child a {
  border-left: 1px solid #e5e5e5;
}
body.med_eq.category ul.year_list li:first-child a:hover,
body.med_eq.category
  ul.year_list
  li:first-child
  .sub_column
  .side_info_seminar
  li:hover
  a,
.sub_column
  .side_info_seminar
  li:hover
  body.med_eq.category
  ul.year_list
  li:first-child
  a,
body.med_eq.category
  ul.year_list
  li:first-child
  .sub_column
  .side_info_seminar
  .more:hover
  a,
.sub_column
  .side_info_seminar
  .more:hover
  body.med_eq.category
  ul.year_list
  li:first-child
  a {
  border-left: 1px solid #0aa2d4;
}
body.med_eq.category ul.year_list li.select {
  background: #0aa2d4;
}
body.med_eq.category ul.year_list li.select a {
  color: white;
  border-top: 1px solid #0aa2d4;
  border-right: 1px solid #0aa2d4;
}
body.med_eq.category ul.year_list li.select:first-child.select a {
  border-left: 1px solid #0aa2d4;
}

/* med_eq_doc_history
------------------------------------------------- */
body.med_eq.category .eq_search.region {
  text-align: left;
  width: 844px;
  /* margin: 0 auto; */
  padding: 20px;
}
body.med_eq.category .eq_search.region .region_category_title {
  font-size: 108%;
  font-weight: bold;
  margin-bottom: 5px;
}
body.med_eq.category .eq_search.region .history_list_frame {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
body.med_eq.category .eq_search.region .history_list_frame .category_sec {
  width: 25%;
  float: left;
}
body.med_eq.category
  .eq_search.region
  .history_list_frame
  .category_sec:nth-child(4n + 1) {
  clear: both;
}
body.med_eq.category
  .eq_search.region
  .history_list_frame
  .category_sec:nth-child(4n + 1)
  h3 {
  border-left: 1px solid #ccc;
}
body.med_eq.category
  .eq_search.region
  .history_list_frame
  .category_sec:nth-child(-n + 4)
  h3 {
  border-top: 1px solid #ccc;
}
body.med_eq.category .eq_search.region .history_list_frame .category_sec.open {
  background: #53bee1;
}
body.med_eq.category
  .eq_search.region
  .history_list_frame
  .category_sec.open
  h3 {
  color: #fff;
  border: none;
}
body.med_eq.category .eq_search.region .history_list_frame .category_sec h3 {
  position: relative;
  font-size: 11px;
  margin: 0;
  padding: 0px 0 0px 26px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  cursor: pointer;
  height: 40px;
}
body.med_eq.category
  .eq_search.region
  .history_list_frame
  .category_sec
  h3:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 13px;
  top: 17px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #333 transparent transparent transparent;
}
body.med_eq.category .eq_search.region .history_list_frame .category_sec ul {
  display: none;
  width: 844px;
  position: relative;
  padding: 15px 30px 0;
  background: #53bee1;
  box-sizing: border-box;
}
body.med_eq.category .eq_search.region .history_list_frame .category_sec ul li {
  width: 180px;
  margin-right: 18px;
  margin-bottom: 15px;
  float: left;
}
body.med_eq.category
  .eq_search.region
  .history_list_frame
  .category_sec
  ul
  li:nth-child(4n) {
  margin-right: 0;
}
body.med_eq.category
  .eq_search.region
  .history_list_frame
  .category_sec
  ul
  li
  a {
  display: table-cell;
  width: 199px;
  min-height: 36px;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 11px;
  line-height: 1.3;
  text-align: left;
  box-sizing: border-box;
}
body.med_eq.category
  .eq_search.region
  .history_list_frame
  .category_sec
  ul
  li
  a
  span {
  line-height: 1.3;
}
body.med_eq.category
  .eq_search.region
  .history_list_frame
  .category_sec.history {
  width: 25%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  /*height:40px;*/
}
body.med_eq.category
  .eq_search.region
  .history_list_frame
  .category_sec.history
  h3 {
  max-height: 100% !important;
  display: flex !important;
  align-items: center !important;
}
body.med_eq.category
  .eq_search.region
  .history_list_frame
  .category_sec.history
  h3:before {
  top: none !important;
}
body.med_eq.category .eq_search.region .product_btn_list {
  margin-left: 10px;
  margin-bottom: 10px;
}
body.med_eq.category .eq_search.region .product_btn_list a {
  padding-left: 1.4em;
}
body.med_eq.category .eq_search.region .product_btn_list a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  left: 0.6em;
  top: 0.6em;
  display: block;
}

body.med_eq.category .table_title.attr_clone {
  display: none;
  background-color: #fff;
  padding: 5px 0;
  position: fixed;
  z-index: 100;
  left: auto;
  top: 0;
}
body.med_eq.category .table_title.attr_clone.attr_show {
  background-image: none;
  padding-left: 0;
  font-size: 114%;
  display: block;
  width: 887px;
  margin-bottom: 0;
}
body.med_eq.category .table_title.attr_clone.attr_show .h_min {
  font-size: 100%;
}
body.med_eq.category .module_product_list_table th {
  padding: 8px 13px;
}
body.med_eq.category .module_product_list_table thead.scroll_fix_top {
  font-size: 86%;
}
body.med_eq.category .module_product_list_table thead.scroll_fix_top .min {
  font-size: 83%;
}
body.med_eq.category
  .module_product_list_table
  thead.scroll_fix_top.attr_clone {
  display: none;
  position: fixed;
  z-index: 100;
  left: auto;
  top: 35px;
  margin-left: 0;
}
body.med_eq.category
  .module_product_list_table
  thead.scroll_fix_top.attr_clone.attr_show {
  display: table;
}
body.med_eq.category
  .module_product_list_table
  thead.scroll_fix_top.attr_clone.attr_layout_fix {
  table-layout: fixed;
}
body.med_eq.category .module_product_list_table tbody th,
body.med_eq.category .module_product_list_table tbody th + td {
  padding: 13px;
  text-align: left;
  line-height: 1.3;
}
body.med_eq.category .module_product_list_table tbody td {
  padding: 8px 13px !important;
  vertical-align: middle;
  text-align: left;
  font-size: 85%;
}
body.med_eq.category
  .module_product_list_table
  tbody
  td
  .icon_link
  + .icon_link {
  margin-top: 5px;
}
body.med_eq.category .module_product_list_table tbody td.center {
  text-align: center;
  padding: 8px 0 !important;
}
body.med_eq.category .module_product_list_table .min {
  font-size: 71%;
}
body.med_eq.category .module_product_list_table .icon_link {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
body.med_eq.category .module_product_list_table .icon_link img {
  margin-right: 5px;
}

/* med_eq_doc_region
------------------------------------------------- */
body.med_eq.region .contents_widget .contents_widget__inner {
  padding: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}

body.med_eq.region .eq_search form .search_box {
  width: 622px;
}

body.med_eq.region .eq_search .search_nav .region_search {
  width: 103px;
}

body.med_eq.region .eq_search .search_nav {
  width: 618px;
}

ul.bnr_box li:last-child {
  margin-right: 0px;
}

.bnr_box .float_l {
  float: left;
  display: inline;
  width: 31.888%;
  margin-right: 20px;
}

.bnr_box .float_l img {
  width: 100%;
}

/* -------------------------------------------------------------------------

		society.sass

		societyのスタイルを定義

------------------------------------------------------------------------- */
/* common
body.society{
}
*/
/* index
------------------------------------------------- */
/* society_top
------------------------------------------------- */
body.society.index .inner_col_01 {
  width: 860px;
  margin: 0 auto;
  padding-bottom: 30px;
}
body.society.index .category_nav {
  margin-bottom: 45px;
}
body.society.index .no_plan {
  text-align: center;
  border: 1px solid #e5e5e5;
  line-height: 1;
  padding: 35px 0;
}
body.society.index .society_article {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 36px;
}
body.society.index .society_article:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
body.society.index .society_article .thumb {
  width: 178px;
  height: 222px;
  text-align: center;
  margin-left: -8px;
}
body.society.index .society_article .main_contents {
  width: 500px;
}
body.society.index .society_article .main_contents .tags {
  margin-bottom: 7px;
}
body.society.index .society_article .main_contents .tags > span,
body.society.index .society_article .main_contents .tags > a {
  margin-bottom: 3px;
}
body.society.index .society_article .main_contents .hx {
  font-size: 153.9%;
  color: #00a4c2;
  margin-bottom: 20px;
}
body.society.index .society_article .main_contents .datas dt {
  font-weight: bold;
  text-align: left;
}
body.society.index .society_article .main_contents .datas dd {
  width: 90%;
  margin-bottom: 10px;
}
body.society.index .society_article .btns {
  width: 136px;
}
body.society.index .society_article .btns .blue_btn,
body.society.index
  .society_article
  .btns
  .search_engine_widget
  .search_box
  .search_btn,
.search_engine_widget
  .search_box
  body.society.index
  .society_article
  .btns
  .search_btn,
body.society.index
  .society_article
  .btns
  body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn,
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  body.society.index
  .society_article
  .btns
  .search_btn,
body.society.index
  .society_article
  .btns
  body.med_eq.category
  .eq_search
  form
  .search_box
  .search_btn,
body.med_eq.category
  .eq_search
  form
  .search_box
  body.society.index
  .society_article
  .btns
  .search_btn,
body.society.index
  .society_article
  .btns
  body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  .search_btn,
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  body.society.index
  .society_article
  .btns
  .search_btn,
body.society.index
  .society_article
  .btns
  body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn,
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  body.society.index
  .society_article
  .btns
  .search_btn {
  font-size: 108%;
  height: 45px;
  line-height: 45px;
}
body.society.index .society_article .btns .deadline {
  background: #faeded;
  color: #f53f3f;
  border-radius: 5px;
  padding: 10px;
  font-size: 93%;
}

/* -------------------------------------------------------------------------

		imep.sass

		imepのスタイルを定義

------------------------------------------------------------------------- */
/* common
body.society{
}
*/
/* index
------------------------------------------------- */
/* imep_top
------------------------------------------------- */
body.imep.index .inner_col_01 {
  width: 860px;
  margin: 0 auto;
  padding-bottom: 30px;
}
body.imep.index .front_view .front_thumb {
  margin: -64px -38px 0 0;
}
body.imep.index .column_contents {
  width: 844px;
  margin: 50px auto 0;
}
body.imep.index .column_contents .column_content {
  width: 244px;
}
body.imep.index .column_contents .column_content .thumb {
  margin-bottom: 25px;
}
body.imep.index .info_box {
  margin: 30px 0 20px;
}
body.imep.index .info_box .info_box_inner {
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.imep.index .info_box .info_box_inner .info_title h4 {
  float: left;
  font-size: 138.5%;
}
body.imep.index .info_box .info_box_inner .info_title h4 span:before {
  font-size: 138.5%;
}
body.imep.index .info_box .info_box_inner .info_title p {
  float: right;
  margin-top: 3px;
}
body.imep.index .info_box .info_box_inner .info_title p span:before {
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
body.imep.index .info_box .info_box_inner .info_scroll {
  height: 220px;
}
body.imep.index .info_box .info_box_inner .info_scroll dl {
  padding: 15px 0 0 0;
}
body.imep.index .info_box .info_box_inner .info_scroll dl dt {
  padding: 0 10px 10px 10px;
}
body.imep.index .info_box .info_box_inner .info_scroll dl dt span,
body.imep.index .info_box .info_box_inner .info_scroll dl dt a {
  margin-left: 5px;
}
body.imep.index .info_box .info_box_inner .info_scroll dl dd {
  padding: 0 10px 10px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
body.imep.index .category_nav_footer li {
  width: 47%;
  margin-top: 25px;
}
body.imep.index .category_nav_footer li a {
  height: 34px;
  line-height: 34px;
  font-size: 123.1%;
}

/* imep_society
------------------------------------------------- */
body.imep.index .link_schedule.pdf {
  background: url(/resource/med_img_common/icon_pdf.png) no-repeat left center;
  padding-left: 25px;
  margin-top: 10px;
}
body.imep.index .inner_col_01 {
  width: 860px;
  margin: 0 auto;
  padding-bottom: 30px;
}
body.imep.index .inner_col_01 .category_nav_footer li {
  width: 32%;
  margin-top: 25px;
}
body.imep.index .inner_col_01 .category_nav_footer li a {
  height: 34px;
  line-height: 34px;
  font-size: 123.1%;
}
body.imep.index .category_nav {
  margin-bottom: 45px;
}
body.imep.index .society_article {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 36px;
}
body.imep.index .society_article:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
body.imep.index .society_article .thumb {
  width: 178px;
  text-align: center;
  margin-left: -8px;
}
body.imep.index .society_article .main_contents {
  width: 500px;
}
body.imep.index .society_article .main_contents .tags {
  margin-bottom: 10px;
}
body.imep.index .society_article .main_contents .hx {
  font-size: 153.9%;
  color: #00a4c2;
  margin-bottom: 20px;
}
body.imep.index .society_article .main_contents .datas dt {
  font-weight: bold;
  text-align: left;
}
body.imep.index .society_article .main_contents .datas dd {
  width: 90%;
  margin-bottom: 10px;
}
body.imep.index .society_article .main_contents .blue_btn,
body.imep.index
  .society_article
  .main_contents
  .search_engine_widget
  .search_box
  .search_btn,
.search_engine_widget
  .search_box
  body.imep.index
  .society_article
  .main_contents
  .search_btn,
body.imep.index
  .society_article
  .main_contents
  body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn,
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  body.imep.index
  .society_article
  .main_contents
  .search_btn,
body.imep.index
  .society_article
  .main_contents
  body.med_eq.category
  .eq_search
  form
  .search_box
  .search_btn,
body.med_eq.category
  .eq_search
  form
  .search_box
  body.imep.index
  .society_article
  .main_contents
  .search_btn,
body.imep.index
  .society_article
  .main_contents
  body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  .search_btn,
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  body.imep.index
  .society_article
  .main_contents
  .search_btn,
body.imep.index
  .society_article
  .main_contents
  body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn,
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  body.imep.index
  .society_article
  .main_contents
  .search_btn {
  width: 400px;
  font-size: 15px;
  padding: 15px;
  margin-top: -20px;
}
body.imep.index .society_article .btns {
  width: 136px;
}
body.imep.index .society_article .btns .blue_btn,
body.imep.index
  .society_article
  .btns
  .search_engine_widget
  .search_box
  .search_btn,
.search_engine_widget
  .search_box
  body.imep.index
  .society_article
  .btns
  .search_btn,
body.imep.index
  .society_article
  .btns
  body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn,
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  body.imep.index
  .society_article
  .btns
  .search_btn,
body.imep.index
  .society_article
  .btns
  body.med_eq.category
  .eq_search
  form
  .search_box
  .search_btn,
body.med_eq.category
  .eq_search
  form
  .search_box
  body.imep.index
  .society_article
  .btns
  .search_btn,
body.imep.index
  .society_article
  .btns
  body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  .search_btn,
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  body.imep.index
  .society_article
  .btns
  .search_btn,
body.imep.index
  .society_article
  .btns
  body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn,
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  body.imep.index
  .society_article
  .btns
  .search_btn {
  font-size: 108%;
  height: 45px;
  line-height: 45px;
}
body.imep.index .society_article .btns .deadline {
  background: #faeded;
  color: #f53f3f;
  border-radius: 5px;
  padding: 10px;
  font-size: 93%;
}
body.imep.index .tokutei_table table {
  width: 100%;
  background: #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  display: table;
}
@media screen and (max-width: 640px) {
  body.imep.index .tokutei_table table tr {
    display: table;
    width: 100%;
  }
}
body.imep.index .tokutei_table table tr th {
  width: 20%;
  padding: 25px 5px;
  background: #e5e5e5;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  body.imep.index .tokutei_table table tr th {
    width: 25%;
    padding: 15px 5px;
  }
}
body.imep.index .tokutei_table table tr td {
  width: 80%;
  padding: 25px 3%;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.8;
  vertical-align: middle;
  font-size: 14px;
  word-break: break-all;
}
@media screen and (max-width: 640px) {
  body.imep.index .tokutei_table table tr td {
    width: 75%;
    padding: 15px;
    font-size: 13px;
  }
}
body.imep.index .tokutei_table table tr td dl {
  display: flex;
}
body.imep.index .tokutei_table table tr td .small_title {
  color: #f45a98;
  font-weight: bold;
}

/* imep_floor
------------------------------------------------- */
body.imep.index.imep_floor .contents {
  cursor: url(/resource/med_img_imep/cursor_off.cur), pointer;
}
body.imep.index.imep_floor .contents area,
body.imep.index.imep_floor .areaWrap .pointer,
body.imep.index.imep_floor .anchor_btn {
  outline: none;
  cursor: url(/resource/med_img_imep/cursor_on.cur), pointer;
}
body.imep.index.imep_floor .white_btn.anchor_btn .icon_arrow:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 6px;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
body.imep.index.imep_floor .areaWrap {
  position: relative;
}
body.imep.index.imep_floor .areaWrap p {
  position: absolute;
}
body.imep.index.imep_floor .areaWrap .map_a {
  left: 280px;
  top: 100px;
}
body.imep.index.imep_floor .areaWrap .map_ {
  left: 98px;
  top: 204px;
}
body.imep.index.imep_floor .areaWrap .map_b {
  left: 270px;
  top: 85px;
}
body.imep.index.imep_floor .areaWrap .map_c {
  left: 205px;
  top: 48px;
}
body.imep.index.imep_floor .areaWrap .map_d {
  left: 170px;
  top: 95px;
}
body.imep.index.imep_floor .areaWrap .map_e {
  left: 205px;
  top: 130px;
}
body.imep.index.imep_floor .areaWrap .map_f {
  left: 100px;
  top: 72px;
}
body.imep.index.imep_floor .areaWrap .map_g {
  left: 70px;
  top: 130px;
}
body.imep.index.imep_floor .areaWrap .map_m {
  left: 80px;
  top: 210px;
}
body.imep.index.imep_floor .areaWrap .map_i {
  left: 213px;
  top: 100px;
}
body.imep.index.imep_floor .areaWrap .map_j {
  left: 170px;
  top: 100px;
}
body.imep.index.imep_floor .areaWrap .map_k {
  left: 127px;
  top: 100px;
}
body.imep.index.imep_floor .areaWrap .map_l {
  left: 74px;
  top: 117px;
}
body.imep.index.imep_floor .areaWrap .map_h {
  left: 320px;
  top: 210px;
}
body.imep.index.imep_floor .floor_movie {
  margin: auto;
  width: 640px;
  height: auto;
}
body.imep.index.imep_floor .column_contents {
  position: relative;
}
body.imep.index.imep_floor .guide {
  position: absolute;
  top: 15px;
  right: 200px;
}
body.imep.index.imep_floor .guide .floor_guide {
  color: black;
  font-weight: 700;
  border: thin solid #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  background: white;
  width: 160px;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
body.imep.index.imep_floor .guide .floor_guide .floor_num {
  color: white;
  background: #006cb9;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  font-size: 19.2px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  float: left;
}
body.imep.index.imep_floor .guide .floor_guide .floor_name {
  font-size: 1.3em;
  line-height: 1.4em;
  margin-left: 32px;
  margin-bottom: 16px;
}
body.imep.index.imep_floor .guide .floor_guide p {
  clear: both;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6em;
}
body.imep.index.imep_floor .guide .floor_guide p span {
  font-size: 0.8em;
  display: block;
}
body.imep.index.imep_floor .inner_col_01 {
  padding-bottom: 30px;
}
body.imep.index.imep_floor .column_contents {
  width: 860px;
  margin: 50px auto 0;
}
body.imep.index.imep_floor .column_contents .column_content_l {
  width: 180px;
}
body.imep.index.imep_floor
  .column_contents
  .column_content_l
  .floor_title:before {
  /*
  border-top: 13px solid #dedede;
  border-left: 80px	solid transparent;
  border-right: 80px	solid transparent;
  border-bottom: 13px	solid transparent;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  */
}
body.imep.index.imep_floor .column_contents .column_content_l .floor_title p {
  font-size: 4em;
  color: #006cb9;
}
body.imep.index.imep_floor
  .column_contents
  .column_content_l
  .floor_title
  p:first-letter {
  font-size: 1.2em;
}
body.imep.index.imep_floor .column_contents .column_content_r {
  width: 640px;
}
body.imep.index.imep_floor .column_contents .column_content_r .floor_content {
  width: 297px;
}
body.imep.index.imep_floor
  .column_contents
  .column_content_r
  .floor_content
  .thumb {
  margin-bottom: 15px;
}
body.imep.index.imep_floor
  .column_contents
  .column_content_r
  .floor_content
  .copy_blue {
  text-align: center;
  font-weight: normal;
  font-size: 123.1%;
  margin-bottom: 5px;
}
body.imep.index.imep_floor .preload_img {
  position: absolute;
  left: -100%;
  top: -100%;
}

/* imep_access
------------------------------------------------- */
body.imep.index.imep_access .inner_col_01 {
  padding-bottom: 30px;
}
body.imep.index.imep_access .title_box h2 {
  float: left;
}
body.imep.index.imep_access .title_box .print_btn {
  float: right;
}
body.imep.index.imep_access .title_box .print_btn a {
  padding: 6px 10px 4px;
}
body.imep.index.imep_access .title_box .print_btn a span {
  background: url(/resource/med_img_common/icon_print.png) no-repeat left center;
  padding-left: 25px;
}
body.imep.index.imep_access .column_contents {
  width: 860px;
  margin: 50px auto 0;
}
body.imep.index.imep_access .column_contents .info_content_box dl {
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
}
body.imep.index.imep_access .column_contents .info_content_box dl dt {
  float: left;
  clear: left;
  width: 160px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  text-indent: 15px;
}
body.imep.index.imep_access .column_contents .info_content_box dl dd {
  float: left;
  width: 700px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
body.imep.index.imep_access .print_btn_box .print_btn {
  width: 145px;
  margin: 0 auto;
}
body.imep.index.imep_access .print_btn_box .print_btn a {
  padding: 6px 10px 4px;
}
body.imep.index.imep_access .print_btn_box .print_btn a span {
  background: url(/resource/med_img_common/icon_print.png) no-repeat left center;
  padding-left: 25px;
}

body.career section {
  margin-bottom: 50px;
}
body.career .btn {
  margin-top: 45px;
}
body.career .btn a {
  padding: 20px 40px;
  color: #ffffff;
  background: linear-gradient(#2860b7, #348ef5);
  border-radius: 6px;
}
body.career .btn a:hover,
body.career .btn .sub_column .side_info_seminar li:hover a,
.sub_column .side_info_seminar li:hover body.career .btn a,
body.career .btn .sub_column .side_info_seminar .more:hover a,
.sub_column .side_info_seminar .more:hover body.career .btn a {
  text-decoration: none;
  opacity: 0.8;
}
body.career .contact_box {
  width: 510px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-top: 20px;
}
body.career .hx {
  color: #006bb6;
  font-weight: bold;
  font-size: 153.9%;
  margin-bottom: 5px;
}

/* imep_oversea
------------------------------------------------- */
body.imep.oversea .detail_thumbnail {
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.imep.oversea .detail_thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
body.imep.oversea .map {
  width: 780px;
  margin: 0 auto;
}
body.imep.oversea .inner_col_01 {
  width: 860px;
  margin: 0 auto;
}
body.imep.oversea .imep_europe {
  margin-bottom: 40px;
  overflow: hidden;
}
body.imep.oversea .imep_europe .left {
  float: left;
  width: 420px;
}
body.imep.oversea .imep_europe .right {
  float: right;
  width: 420px;
  overflow: hidden;
}

body.imep .local_nav li {
  font-size: 102% !important;
}

/* -------------------------------------------------------------------------

		med_eq_news

		med_eq_newsのスタイルを定義

------------------------------------------------------------------------- */
/* common
body.med_eq_news{
}
*/
/* index
------------------------------------------------- */
/* devices_products_news_top
------------------------------------------------- */
body.med_eq_news.index .inner_col_01 {
  padding-bottom: 37px;
  margin: 0 auto;
  width: 860px;
}
@media screen and (max-width: 640px) {
  body.med_eq_news.index .inner_col_01 {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  body.med_eq_news.index .inner_col_01 .category_nav {
    display: none;
  }
}
body.med_eq_news.index .inner_col_01 .category_nav li span {
  font-size: 131%;
}
body.med_eq_news.index .inner_col_01 .category_nav li a {
  font-size: 131%;
}
body.med_eq_news.index .inner_col_01 .no_plan {
  text-align: center;
  border: 1px solid #e5e5e5;
  line-height: 1;
  padding: 35px 0;
  margin-top: 10px;
}
body.med_eq_news.index .title_box {
  overflow: hidden;
  *zoom: 1;
}
@media screen and (max-width: 640px) {
  body.med_eq_news.index .title_box {
    margin-bottom: 0;
  }
}
body.med_eq_news.index .title_box h2 {
  float: left;
}
body.med_eq_news.index .title_box .sort_item {
  float: right;
}
body.med_eq_news.index .title_box .sort_item .custom_select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #ffffff),
    color-stop(100%, #e5e5e5)
  );
  background: -moz-linear-gradient(top, #ffffff, #e5e5e5);
  background: -webkit-linear-gradient(top, #ffffff, #e5e5e5);
  background: linear-gradient(to bottom, #ffffff, #e5e5e5);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 2px 2px 0 #c4c4c4;
  -webkit-box-shadow: 2px 2px 0 #c4c4c4;
  box-shadow: 2px 2px 0 #c4c4c4;
  border: 1px solid #e5e5e5;
  border-right: none;
  border-radius: 5px;
  height: 34px;
  line-height: 34px;
  margin-left: 5px;
  width: 200px;
  position: relative;
  overflow: hidden\9;
}
body.med_eq_news.index .title_box .sort_item .custom_select:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 34px;
  line-height: 34px;
  background: #c4c4c4;
  text-align: center;
  border-radius: 3px 5px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: url(resource/med_img_common/icon_arrow_news.png) no-repeat center
    middle;
}
body.med_eq_news.index .title_box .sort_item .custom_select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  display: block;
  display: inline-block\9;
  height: 34px;
  height: auto\9;
  line-height: 34px;
  width: 100%;
  width: 120% \9;
  padding: 0 10px;
  padding: 10px\9;
  border-radius: 5px 0 0 5px;
  position: relative;
  z-index: 3;
  text-indent: 0.01px;
  text-overflow: "";
}
body.med_eq_news.index .update_contents .update {
  border-bottom: 1px solid #e5e5e5;
}
body.med_eq_news.index .update_contents .attr {
  display: table-cell;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  body.med_eq_news.index .update_contents .attr {
    padding: 15px 0 0;
  }
}
body.med_eq_news.index .update_contents .content {
  display: table-cell;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  body.med_eq_news.index .update_contents .content {
    padding: 10px 0;
  }
}
body.med_eq_news.index .update_contents .attr {
  width: 234px;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  body.med_eq_news.index .update_contents .attr {
    width: auto;
    display: block;
  }
}
body.med_eq_news.index .update_contents .attr time {
  display: table-cell;
  width: 115px;
}
@media screen and (max-width: 640px) {
  body.med_eq_news.index .update_contents .attr time {
    width: auto;
  }
}
body.med_eq_news.index .update_contents .attr .category {
  display: table-cell;
  width: 115px;
}
@media screen and (max-width: 640px) {
  body.med_eq_news.index .update_contents .attr .category {
    width: auto;
  }
}
body.med_eq_news.index .update_contents .attr .category span {
  margin-left: 15px;
  border-color: #9fc1d8;
  color: #006bb6;
  border-radius: 2px;
  vertical-align: middle;
  text-align: center;
  width: 100px;
  position: relative;
  padding: 0 !important;
}
body.med_eq_news.index .update_contents .content {
  padding-left: 10px;
}
@media screen and (max-width: 640px) {
  body.med_eq_news.index .update_contents .content {
    width: auto;
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  body.med_eq_news.index .update_contents .content p {
    display: flex;
  }
}
body.med_eq_news.index .update_contents .content p i img {
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}
@media screen and (max-width: 640px) {
  body.med_eq_news.index .update_contents .content p i img {
    padding-right: 0;
  }
}
body.med_eq_news.index .update_contents .content p a {
  display: inline-block;
  vertical-align: top;
  width: 585px;
}
@media screen and (max-width: 640px) {
  body.med_eq_news.index .update_contents .content p a {
    width: auto;
  }
}
body.med_eq_news.index .archive_links {
  display: none;
}
@media screen and (max-width: 640px) {
  body.med_eq_news.index .archive_links {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
body.med_eq_news.index .archive_links li {
  width: 100%;
  height: 65px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 17px;
}
body.med_eq_news.index .archive_links li a {
  color: #333;
  display: flex;
  align-items: center;
  font-size: 17px;
}
body.med_eq_news.index .archive_links .active {
  background: #006bb6 !important;
}
body.med_eq_news.index .archive_links .active a {
  color: #fff;
}

@media all and (-ms-high-contrast: none) {
  body.med_eq_news.index .title_box .sort_item .custom_select {
    overflow: hidden;
  }
  body.med_eq_news.index .title_box .sort_item .custom_select select {
    width: 120%;
  }
}
/* -------------------------------------------------------------------------

		med_eq_help

		med_eq_helpのスタイルを定義

------------------------------------------------------------------------- */
/* common
body.med_eq_news{
}
*/
/* index
------------------------------------------------- */
/* med_eq_help
------------------------------------------------- */
body.help.index .inner_col_01 {
  padding-bottom: 37px;
  margin: 0 auto;
  width: 860px;
}
body.help.index .inner_col_01 .category_nav li span {
  font-size: 138.5%;
}
body.help.index .inner_col_01 .category_nav li a {
  font-size: 138.5%;
}
body.help.index .inner_col_01 .category_nav {
  margin-bottom: 40px;
}
body.help.index .copy {
  margin-bottom: 30px;
}
body.help.index .subtitle {
  margin-bottom: 12px;
}
body.help.index .article_box {
  margin-bottom: 60px;
}
body.help.index .article_box .text {
  margin: -5px 0 15px;
  line-height: 1.25;
}
body.help.index .article_box:last-child {
  margin-bottom: 0;
}

@media all and (-ms-high-contrast: none) {
  body.med_eq_news.index .title_box .sort_item .custom_select {
    overflow: hidden;
  }
  body.med_eq_news.index .title_box .sort_item .custom_select select {
    width: 120%;
  }
}
/* -------------------------------------------------------------------------

		solution.sass

		solutionのスタイルを定義

------------------------------------------------------------------------- */
/* solution_top
------------------------------------------------- */
body.solution.index .inner_col_01 .img_text_box ul {
  margin-left: -7px;
}
body.solution.index .inner_col_01 .img_text_box ul .list_box {
  width: 202px;
  display: inline-block;
  margin: 0 0 20px 18px;
  vertical-align: top;
}
body.solution.index .inner_col_01 .img_text_box ul .list_box .font_icon_arrow {
  line-height: 1.25;
}
body.solution.index .inner_col_01 .img_text_box ul .list_box a {
  font-size: 108%;
  display: inline-block;
  vertical-align: top;
  width: 180px;
}
body.solution.index .inner_col_01 .img_text_box ul .list_box:hover a {
  text-decoration: underline;
}
body.solution.index .inner_col_01 .img_text_box ul .list_box:hover a img {
  opacity: 0.7;
}
body.solution.index .inner_col_01 .img_text_box ul .list_box .list_box_inner {
  position: relative;
  height: 121px;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.solution.index
  .inner_col_01
  .img_text_box
  ul
  .list_box
  .list_box_inner
  .list_img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 10px #aaa;
  opacity: 0.1;
  -ms-filter: "alpha(opacity=10)";
}
body.solution.index
  .inner_col_01
  .img_text_box
  ul
  .list_box
  .list_box_inner
  img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  border-radius: 4px;
}
body.solution.index
  .inner_col_01
  .img_text_box
  ul
  .list_box
  .list_box_inner
  .new {
  position: absolute;
  padding: 0 5px;
  top: 0;
  left: 0;
  border-radius: 3px 0 3px 0;
}
body.solution.index
  .inner_col_01
  .img_text_box
  ul
  .list_box
  .font_icon_arrow
  a {
  font-size: 108%;
}
body.solution.index .info_box {
  margin: 10px 0 30px;
}
body.solution.index .info_box .info_box_inner {
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.solution.index .info_box .info_box_inner .info_title h4 {
  float: left;
  font-size: 138.5%;
}
body.solution.index .info_box .info_box_inner .info_title h4 span:before {
  font-size: 138.5%;
}
body.solution.index .info_box .info_box_inner .info_title p {
  float: right;
  margin-top: 3px;
}
body.solution.index .info_box .info_box_inner .info_title p span:before {
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
body.solution.index .info_box .info_box_inner .info_scroll {
  height: 220px;
}
body.solution.index .info_box .info_box_inner .info_scroll dl {
  padding: 15px 0 0 0;
}
body.solution.index .info_box .info_box_inner .info_scroll dl dt {
  padding: 0 10px 5px 10px;
}
body.solution.index .info_box .info_box_inner .info_scroll dl dt span,
body.solution.index .info_box .info_box_inner .info_scroll dl dt a {
  margin-left: 5px;
}
body.solution.index .info_box .info_box_inner .info_scroll dl dd {
  padding: 0 10px 15px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

/* solution_detail
------------------------------------------------- */
body.solution.detail .detail_thumbnail {
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.solution.detail .detail_thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
body.solution.detail h3 {
  margin: 30px 0 10px;
}
body.solution.detail .seminar_box {
  margin-top: 30px;
}
body.solution.detail .seminar_box .seminar_box_inner {
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.solution.detail .seminar_box .seminar_box_inner .seminar_title {
  background: #ededed;
  border-radius: 4px 4px 0 0;
  padding: 10px 10px;
}
body.solution.detail .seminar_box .seminar_box_inner .seminar_title h4 {
  font-weight: normal;
}
body.solution.detail
  .seminar_box
  .seminar_box_inner
  .seminar_title
  h4
  .font_icon_note {
  font-size: 138.5%;
}
body.solution.detail
  .seminar_box
  .seminar_box_inner
  .seminar_title
  h4
  .font_icon_note:before {
  font-size: 160%;
}
body.solution.detail .seminar_box dl {
  padding: 10px 0 0 0;
}
body.solution.detail .seminar_box dl dt {
  padding: 0 10px 5px 10px;
}
body.solution.detail .seminar_box dl dt span,
body.solution.detail .seminar_box dl dt a {
  margin-left: 5px;
}
body.solution.detail .seminar_box dl dd {
  padding: 0 10px 15px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
body.solution.detail .seminar_box dl .last {
  border-bottom: none;
  padding-bottom: 0;
}
body.solution.detail .eq_box {
  margin-top: 30px;
}
body.solution.detail .eq_box .eq_box_inner {
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.solution.detail .eq_box .eq_box_inner .eq_title {
  background: #ededed;
  border-radius: 4px 4px 0 0;
  padding: 10px 10px;
}
body.solution.detail .eq_box .eq_box_inner .eq_title h4 {
  font-weight: normal;
}
body.solution.detail .eq_box .eq_box_inner .eq_title h4 .font_icon_injection {
  font-size: 138.5%;
}
body.solution.detail
  .eq_box
  .eq_box_inner
  .eq_title
  h4
  .font_icon_injection:before {
  font-size: 180%;
}
body.solution.detail .eq_box ul {
  padding: 10px 0 0 0;
}
body.solution.detail .eq_box ul li {
  padding: 0 10px 10px 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
body.solution.detail .eq_box ul .last {
  border-bottom: none;
  padding-bottom: 0;
}
body.solution.detail p img {
  max-width: 100%;
  height: auto;
}
body.solution.detail .ph_box {
  margin-top: 30px;
}
body.solution.detail .ph_box .ph_box_inner {
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.solution.detail .ph_box .ph_box_inner .ph_title {
  background: #ededed;
  border-radius: 4px 4px 0 0;
  padding: 10px 10px;
}
body.solution.detail .ph_box .ph_box_inner .ph_title h4 {
  font-weight: normal;
}
body.solution.detail .ph_box .ph_box_inner .ph_title h4 .font_icon_medicine {
  font-size: 138.5%;
}
body.solution.detail
  .ph_box
  .ph_box_inner
  .ph_title
  h4
  .font_icon_medicine:before {
  font-size: 180%;
}
body.solution.detail .ph_box ul {
  padding: 10px 0 0 0;
}
body.solution.detail .ph_box ul li {
  padding: 0 10px 10px 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
body.solution.detail .ph_box ul .last {
  border-bottom: none;
  padding-bottom: 0;
}
body.solution.detail .doc_box {
  margin-top: 30px;
}
body.solution.detail .doc_box .doc_box_inner {
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.solution.detail .doc_box .doc_box_inner .doc_title {
  background: #ededed;
  border-radius: 4px 4px 0 0;
  padding: 10px 10px;
}
body.solution.detail .doc_box .doc_box_inner .doc_title h4 {
  font-weight: normal;
}
body.solution.detail .doc_box .doc_box_inner .doc_title h4 .font_icon_memo {
  font-size: 138.5%;
}
body.solution.detail
  .doc_box
  .doc_box_inner
  .doc_title
  h4
  .font_icon_memo:before {
  font-size: 180%;
}
body.solution.detail .doc_box ul {
  padding: 10px 0 0 0;
}
body.solution.detail .doc_box ul li {
  padding: 0 10px 10px 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
body.solution.detail .doc_box ul .last {
  border-bottom: none;
  padding-bottom: 0;
}

/* -------------------------------------------------------------------------

		med.sass

		medのスタイルを定義

------------------------------------------------------------------------- */
/* for_patients
------------------------------------------------- */
body.med.index.patients .inner_col_01 {
  width: 860px;
  margin: 0 auto;
  padding-bottom: 30px;
}
body.med.index.patients .patients_table__h4 {
  font-size: 20px;
  position: relative;
  padding-left: 15px;
}
body.med.index.patients .patients_table__h4:before {
  position: absolute;
  top: 12%;
  left: 0;
  width: 6px;
  height: 70%;
  content: "";
  background: #00a4c2;
}
body.med.index.patients .patients_table {
  margin-bottom: 30px;
}
body.med.index.patients .patients_table td {
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  padding: 15px 15px;
}
body.med.index.patients .patients_table tr:not(:first-child) td {
  vertical-align: top;
}
body.med.index.patients .patients_table tr:not(:first-child) td:first-child {
  padding-top: 55px;
}
body.med.index.patients .patients_table tr:not(:first-child) td:nth-child(2) {
  padding-top: 15px;
}
body.med.index.patients .patients_table tr:not(:first-child) td:nth-child(3) {
  padding-top: 50px;
}
body.med.index.patients .patients_table tr:not(:first-child) td:nth-child(3) {
  padding-top: 20px;
}
body.med.index.patients .patients_table tr:not(:first-child) td:last-child a {
  font-size: 12px;
}
body.med.index.patients .expandable_list li {
  display: none;
}
body.med.index.patients .expandable_list li:nth-child(-n + 3) {
  display: block;
}
body.med.index.patients .expandable_list__trigger {
  width: 130px;
  height: 30px;
  background: none;
  border: 1px solid #d1d1d1;
  padding: 0;
  display: block;
  margin: 10px auto 0;
  outline: none;
  cursor: pointer;
}
body.med.index.patients .td_color {
  background-color: #e5e5e5;
}
body.med.index.patients .td_color_line {
  background-color: #e5e5e5;
  border-right: 1px solid #ffffff !important;
}
body.med.index.patients .text_box {
  height: 100px;
  line-height: 100px;
}
body.med.index.patients .td_color {
  background-color: #e5e5e5;
}
body.med.index.patients .td_color_line {
  background-color: #e5e5e5;
  border-right: 1px solid #ffffff !important;
}
body.med.index.patients .text_box {
  height: 100px;
  line-height: 100px;
}
body.med.index.patients .contents_widget_table.new_table {
  display: block;
  background-color: #e5e5e5;
}
body.med.index.patients
  .contents_widget_table.new_table
  .contents_widget_table__top__input {
  display: flex;
  padding: 20px;
}
body.med.index.patients
  .contents_widget_table.new_table
  .contents_widget_table__top__input__inner {
  display: flex;
  align-items: center;
}
body.med.index.patients
  .contents_widget_table.new_table
  .contents_widget_table__top__input__inner__head {
  box-sizing: border-box;
  width: 74px;
  padding-right: 30px;
  white-space: nowrap;
  font-size: 114%;
  font-weight: bold;
  line-height: 1;
}
body.med.index.patients
  .contents_widget_table.new_table
  .contents_widget_table__top__input__inner__data
  input {
  box-sizing: border-box;
  font-family: "メイリオ", Meiryo, arial, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  margin: 0 !important;
  width: 315px;
  padding: 11px 10px 11px 20px;
  background-color: #fff;
  border: 1px solid #cecccd;
  border-radius: 50px;
  -webkit-box-shadow: 2px 2px 0px #cecccd inset;
  box-shadow: 2px 2px 0px #cecccd inset;
}
body.med.index.patients
  .contents_widget_table.new_table
  .contents_widget_table__top__input__inner__data
  input::-ms-clear {
  color: #666;
}
body.med.index.patients
  .contents_widget_table.new_table
  .contents_widget_table__head,
body.med.index.patients
  .contents_widget_table.new_table
  .contents_widget_table__data {
  border-top: 1px solid #fff;
  background-color: #e5e5e5;
}
body.med.index.patients .contents_widget_table.new_table .radio_box td {
  padding-right: 70px;
}
body.med.index.patients .contents_widget_table.new_table .radio_box td input {
  margin-right: 5px;
}
body.med.index.patients
  .contents_widget_table.new_table
  .product_btn_list__check__list
  td {
  padding-right: 40px;
}
body.med.index.patients
  .contents_widget_table.new_table
  .product_btn_list__check__list
  td
  input {
  margin-right: 5px;
}
body.med.index.patients
  .contents_widget_table.new_table
  .product_btn_list
  .active {
  color: #fff;
  background: -owg-linear-gradient(#0aa2d4, #0997c6);
  background: -webkit-linear-gradient(#0aa2d4, #0997c6);
  background: -moz-linear-gradient(#0aa2d4, #0997c6);
  background: -o-linear-gradient(#0aa2d4, #0997c6);
  -pie-background: -pie-linear-gradient(#0aa2d4, #0997c6);
  background: linear-gradient(#0aa2d4, #0997c6);
  top: 1px;
  box-shadow: none;
  pointer-events: none;
}
body.med.index.patients
  .contents_widget_table.new_table
  .contents_widget__item {
  background-color: #fff;
}
body.med.index.patients
  .contents_widget_table.new_table
  .contents_widget__item
  .search_wrapper {
  width: 240px;
  margin: 0 auto;
  padding: 20px 0;
}
body.med.index.patients
  .contents_widget_table.new_table
  .contents_widget__item
  .search_wrapper
  .search {
  box-shadow: 2px 2px #077da5;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  background: -owg-linear-gradient(#0aa2d4, #0997c6);
  background: -webkit-linear-gradient(#0aa2d4, #0997c6);
  background: -moz-linear-gradient(#0aa2d4, #0997c6);
  background: -o-linear-gradient(#0aa2d4, #0997c6);
  -pie-background: -pie-linear-gradient(#0aa2d4, #0997c6);
  background: linear-gradient(#0aa2d4, #0997c6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0aa2d4', endColorstr='#0997c6', GradientType=0)";
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border: none;
}
body.med.index.patients
  .contents_widget_table.new_table
  .contents_widget__item
  .search_wrapper
  .search:hover {
  background: -owg-linear-gradient(#0997c6, #0aa2d4);
  background: -webkit-linear-gradient(#0997c6, #0aa2d4);
  background: -moz-linear-gradient(#0997c6, #0aa2d4);
  background: -o-linear-gradient(#0997c6, #0aa2d4);
  -pie-background: -pie-linear-gradient(#0997c6, #0aa2d4);
  background: linear-gradient(#0997c6, #0aa2d4);
  top: 1px;
  box-shadow: none;
  text-decoration: none;
}

.patients_text_region {
  font-size: 60%;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px;
  display: inline-block;
  margin-bottom: 5px;
}

a.patients_text_region {
  color: #333;
}
a.patients_text_region:hover,
.sub_column .side_info_seminar li:hover a.patients_text_region,
.sub_column .side_info_seminar .more:hover a.patients_text_region {
  text-decoration: none;
  background-color: #d1d1d1;
}

.patients_text_right {
  margin-left: -50px;
  height: auto;
  padding-left: 20px;
  background: url(/resource/pharmaceuticals_img/icon_pdf.gif) no-repeat left 2px;
}

.patients_no_line {
  border-right: 1px solid #ffffff !important;
}

p.patients_spec {
  line-height: 110%;
}

.patients_list {
  line-height: 120%;
}

.module_ow_patients_01 .patients_text_region {
  font-size: 79%;
  line-height: 1.3;
  padding: 5px;
}
.module_ow_patients_01 .module_ow_patients_01__minicry_link.minicry_hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.module_ow_patients_01
  .module_ow_patients_01__minicry_link.minicry_hover
  + td
  a {
  text-decoration: underline;
}

/* -------------------------------------------------------------------------

		med_eq_inquiry.sass
		
		お問い合わせに関わるスタイルを定義
		
------------------------------------------------------------------------- */
/* index
------------------------------------------------- */
body.inquiry .inquiry_box {
  margin-right: 37px;
}
body.inquiry .phone_box {
  /* 電話のみ start */
  width: 330px;
}
body.inquiry .phone_box .phone_number {
  font-size: 258.6%;
  background: url(/resource/med_img_eq_inquiry/icon_eq_inquiry.gif) no-repeat
    left center;
  padding-left: 50px;
  color: #006bb6;
}
body.inquiry .mail_box {
  width: 330px;
  float: right;
  padding-right: 10px;
}
body.inquiry .mail_box .blue_btn,
body.inquiry .mail_box .search_engine_widget .search_box .search_btn,
.search_engine_widget .search_box body.inquiry .mail_box .search_btn,
body.inquiry
  .mail_box
  body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn,
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  body.inquiry
  .mail_box
  .search_btn,
body.inquiry
  .mail_box
  body.med_eq.category
  .eq_search
  form
  .search_box
  .search_btn,
body.med_eq.category
  .eq_search
  form
  .search_box
  body.inquiry
  .mail_box
  .search_btn,
body.inquiry
  .mail_box
  body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  .search_btn,
body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  body.inquiry
  .mail_box
  .search_btn,
body.inquiry
  .mail_box
  body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn,
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  body.inquiry
  .mail_box
  .search_btn {
  margin-top: 20px;
  padding: 14px 0;
}
body.inquiry .copy_blue {
  font-size: 182%;
  font-weight: normal;
}
body.inquiry .blue_text {
  color: #006bb6;
  font-weight: bold;
  font-size: 153.9%;
  margin-bottom: 5px;
}
body.inquiry .contact_box {
  width: 510px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-top: 20px;
}
body.inquiry .contact_imep {
  margin-bottom: 55px;
}

/* -------------------------------------------------------------------------

		ph

------------------------------------------------------------------------- */
body.ph_news.index .inner_col_01 {
  padding-bottom: 37px;
  margin: 0 auto;
  width: 860px;
}
body.ph_news.index .inner_col_01 .no_plan {
  text-align: center;
  border: 1px solid #e5e5e5;
  line-height: 1;
  padding: 35px 0;
  margin-top: 10px;
}

body.ph_product .title_box {
  padding-left: 50px;
  padding-right: 50px;
}
body.ph_product .contents > .inner_col_01 {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
}

body.ph_product.list .category_nav a,
body.ph_product.list .category_nav span {
  font-size: 129%;
}
body.ph_product.list .category_nav + .contents_widget {
  margin-right: 2px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  position: relative;
}
body.ph_product.list .category_nav + .contents_widget:before {
  content: "";
  background-color: #d1d4d6;
  width: 2px;
  height: 2px;
  position: absolute;
  z-index: 2;
  right: -3px;
  top: -1px;
}
body.ph_product.list .media_type_list {
  overflow: hidden;
  *zoom: 1;
}
body.ph_product.list .media_type_list ul {
  float: right;
}
body.ph_product.list .media_type_list ul li {
  display: inline-block;
  font-size: 86%;
}
body.ph_product.list .media_type_list ul li + li {
  margin-left: 15px;
}
body.ph_product.list .media_type_list ul li i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}
body.ph_product.list .media_type_list ul li i img {
  vertical-align: middle;
}
body.ph_product.list .table_title.attr_clone {
  display: none;
  background-color: #fff;
  padding: 5px 0;
  position: fixed;
  z-index: 100;
  left: auto;
  top: 0;
}
body.ph_product.list .table_title.attr_clone.attr_show {
  background-image: none;
  padding-left: 0;
  font-size: 114%;
  display: block;
  width: 862px;
  margin-bottom: 0;
}
body.ph_product.list .table_title.attr_clone.attr_show .h_min {
  font-size: 100%;
}
body.ph_product.list .module_product_list_table .label {
  color: #00a4c2;
}
body.ph_product.list .module_product_list_table .info {
  font-size: 79%;
}
body.ph_product.list .module_product_list_table .info + .info {
  margin-top: 5px;
}
body.ph_product.list .module_product_list_table .info .inn {
  display: inline-block;
  border: 1px solid;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.3;
  padding: 3px;
}
body.ph_product.list .module_product_list_table .info.point .inn {
  color: #9880c5;
  border-color: #9880c5;
}
body.ph_product.list .module_product_list_table .info.mind .inn {
  color: #7fba2b;
  border-color: #7fba2b;
}
body.ph_product.list .module_product_list_table .info.attention .inn {
  color: #f19410;
  border-color: #f19410;
}
body.ph_product.list .module_product_list_table .info.effect .inn {
  color: #f14c8e;
  border-color: #f14c8e;
}
body.ph_product.list .module_product_list_table .info.peace .inn {
  color: #006bb6;
  border-color: #006bb6;
}
body.ph_product.list .module_product_list_table .info.ban .inn {
  color: #999999;
  border-color: #999999;
}
body.ph_product.list .module_product_list_table th {
  padding: 13px;
}
body.ph_product.list .module_product_list_table th .v_write {
  text-align: left;
}
body.ph_product.list .module_product_list_table thead.scroll_fix_top {
  font-size: 86%;
}
body.ph_product.list .module_product_list_table thead.scroll_fix_top .min {
  font-size: 83%;
}
body.ph_product.list
  .module_product_list_table
  thead.scroll_fix_top.attr_clone {
  display: none;
  position: fixed;
  z-index: 100;
  left: auto;
  top: 35px;
  margin-left: 0;
}
body.ph_product.list
  .module_product_list_table
  thead.scroll_fix_top.attr_clone.attr_show {
  display: table;
}
body.ph_product.list
  .module_product_list_table
  thead.scroll_fix_top.attr_clone.attr_layout_fix {
  table-layout: fixed;
}
body.ph_product.list .module_product_list_table tbody th,
body.ph_product.list .module_product_list_table tbody th + td {
  padding: 13px;
  text-align: left;
  line-height: 1.3;
}
body.ph_product.list .module_product_list_table tbody td {
  padding: 15px 0;
  vertical-align: middle;
  text-align: center;
}
body.ph_product.list
  .module_product_list_table
  tbody
  td
  .icon_link
  + .icon_link {
  margin-top: 5px;
}
body.ph_product.list .module_product_list_table tbody th.hover,
body.ph_product.list .module_product_list_table tbody td.hover {
  background: #f3fafd;
}
body.ph_product.list .module_product_list_table tbody td.hover:hover {
  background: #d5f0f9;
}
body.ph_product.list .module_product_list_table .min {
  font-size: 71%;
}
body.ph_product.list #cboxTopLeft,
body.ph_product.list #cboxTopCenter,
body.ph_product.list #cboxTopRight {
  height: 35px;
}
body.ph_product.list #cboxClose {
  right: 20px;
}
body.ph_product.list #cboxLoadedContent {
  padding: 0 20px;
}
body.ph_product.list .ph_qa__type__list {
  border: 2px solid #ebebeb;
  box-sizing: border-box;
  margin-left: 10px;
  width: 78px;
}
body.ph_product.list .ph_qa__type__list__wrapper {
  display: flex;
}
body.ph_product.list .ph_qa__type__list a {
  color: #333;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.ph_product.list .ph_qa__type__list a .font_icon_arrow:before {
  transform: rotate(90deg);
}
body.ph_product.list .ph_qa__type__list a .type {
  font-size: 22px;
  padding-right: 5px;
}
body.ph_product.list .ph_qa__type__list:first-child {
  margin-left: 0;
}
body.ph_product.list .ph_qa__type__list:hover a {
  opacity: 0.8;
  text-decoration: none;
}
body.ph_product.list .ph_qa__type__list.type_none {
  background-color: #dad9da;
}
body.ph_product.list .ph_qa__type__list.type_none a {
  color: #fff;
  pointer-events: none;
}
body.ph_product.list .ph_qa {
  margin-bottom: 40px;
}
body.ph_product.list .ph_qa .ph_qa__list__wrapper {
  display: flex;
  flex-wrap: wrap;
}
body.ph_product.list .ph_qa .ph_qa__list__wrapper .ph_qa__list {
  display: block;
  background-color: #f6f6f6;
  display: block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px #dad9da;
  box-shadow: 2px 2px #dad9da;
  border: solid 1px #dad9da;
  position: relative;
  padding: 8px;
  width: 260px;
  margin-right: 10px;
  min-height: 80px;
}
body.ph_product.list
  .ph_qa
  .ph_qa__list__wrapper
  .ph_qa__list
  .ph_qa__list__text {
  overflow: hidden;
  background-color: #fff;
  min-height: 50px;
  height: 100%;
}
body.ph_product.list
  .ph_qa
  .ph_qa__list__wrapper
  .ph_qa__list
  .ph_qa__list__text
  div {
  padding: 15px 20px;
}
body.ph_product.list
  .ph_qa
  .ph_qa__list__wrapper
  .ph_qa__list
  .ph_qa__list__text
  div
  p {
  color: #333;
  font-size: 12px;
  margin-top: 5px;
}
body.ph_product.list
  .ph_qa
  .ph_qa__list__wrapper
  .ph_qa__list
  .ph_qa__list__text
  div
  b {
  font-size: 15px;
  color: #333;
  line-height: 1;
}
body.ph_product.list .ph_qa .ph_qa__list__wrapper .ph_qa__list a:hover,
body.ph_product.list
  .ph_qa
  .ph_qa__list__wrapper
  .ph_qa__list
  .sub_column
  .side_info_seminar
  li:hover
  a,
.sub_column
  .side_info_seminar
  li:hover
  body.ph_product.list
  .ph_qa
  .ph_qa__list__wrapper
  .ph_qa__list
  a,
body.ph_product.list
  .ph_qa
  .ph_qa__list__wrapper
  .ph_qa__list
  .sub_column
  .side_info_seminar
  .more:hover
  a,
.sub_column
  .side_info_seminar
  .more:hover
  body.ph_product.list
  .ph_qa
  .ph_qa__list__wrapper
  .ph_qa__list
  a {
  text-decoration: none;
}
body.ph_product.list .ph_qa .ph_qa__list__wrapper .ph_qa__list:nth-of-type(3n) {
  margin-right: 0;
}
body.ph_product.list
  .ph_qa
  .ph_qa__list__wrapper
  .ph_qa__list:nth-child(n + 4) {
  margin-top: 10px;
}
body.ph_product.list .ph_qa .ph_qa__list__wrapper .ph_qa__list:hover {
  opacity: 0.8;
}
body.ph_product.list .ph_qa .slide_menu {
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
body.ph_product.list .ph_qa .slide_menu .slide_menu__question {
  position: relative;
  padding: 20px 50px 15px 50px;
  font-size: 16px;
  background-color: #fcfcfc;
}
body.ph_product.list
  .ph_qa
  .slide_menu
  .slide_menu__question
  .slide_menu__handler {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  right: 25px;
}
body.ph_product.list
  .ph_qa
  .slide_menu
  .slide_menu__question
  .slide_menu__handler::before {
  content: "";
  background-color: #0aa2d4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 3px;
}
body.ph_product.list
  .ph_qa
  .slide_menu
  .slide_menu__question
  .slide_menu__handler::after {
  content: "";
  background-color: #0aa2d4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3px;
  height: 15px;
  transition: 0.2s;
}
body.ph_product.list .ph_qa .slide_menu .slide_menu__question::before {
  position: absolute;
  content: "Q.";
  font-weight: bold;
  left: 25px;
  color: #0aa2d4;
  font-size: 18px;
  line-height: 1.5;
}
body.ph_product.list .ph_qa .slide_menu .slide_menu__inner {
  display: none;
}
body.ph_product.list
  .ph_qa
  .slide_menu
  .slide_menu__inner
  dl
  .slide_menu__anser {
  position: relative;
  padding: 20px 50px 15px 50px;
  font-size: 16px;
}
body.ph_product.list
  .ph_qa
  .slide_menu
  .slide_menu__inner
  dl
  .slide_menu__anser::before {
  position: absolute;
  content: "A.";
  font-weight: bold;
  left: 25px;
  color: #f53838;
  font-size: 18px;
  line-height: 1.5;
}
body.ph_product.list
  .ph_qa
  .slide_menu
  .slide_menu__inner
  dl:nth-of-type(n + 2) {
  margin-top: 10px;
}
body.ph_product.list .ph_qa .slide_menu.active .slide_menu__handler::after {
  opacity: 0;
  transition: 0.2s;
}
body.ph_product.list .ph_qa .slide_menu.active .slide_menu__handler::before {
  background-color: #c1bfc0;
  transition: 0.2s;
}
body.ph_product.list .ph_qa .slide_menu:first-child {
  border-top: 1px solid #e5e5e5;
}
body.ph_product.list .ph_qa .ph_qa__detail__btn {
  margin: 40px auto 0;
}
body.ph_product.list .ph_qa .ph_qa__detail__btn .default_banner {
  box-shadow: 2px 2px #dad9da;
  border: solid 1px #dad9da;
  font-size: 93%;
  color: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  background: -owg-linear-gradient(#0aa2d4, #0997c6);
  background: -webkit-linear-gradient(#0aa2d4, #0997c6);
  background: -moz-linear-gradient(#0aa2d4, #0997c6);
  background: -o-linear-gradient(#0aa2d4, #0997c6);
  -pie-background: -pie-linear-gradient(#0aa2d4, #0997c6);
  background: linear-gradient(#0aa2d4, #0997c6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0aa2d4', endColorstr='#0997c6', GradientType=0)";
  display: block;
  width: 300px;
  margin: 0 auto;
}
body.ph_product.list .ph_qa .ph_qa__detail__btn .default_banner__inner {
  padding: 20px;
  text-align: center;
  position: relative;
  padding-left: 35px;
}
body.ph_product.list
  .ph_qa
  .ph_qa__detail__btn
  .default_banner
  .attr_arrow:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 90px;
  top: -100%;
  bottom: -100%;
  margin: auto;
}
body.ph_product.list .ph_qa .ph_qa__detail__btn .default_banner:hover {
  text-decoration: none;
  box-shadow: none;
  background: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #0997c6),
    color-stop(100%, #0aa2d4)
  );
  background: -moz-linear-gradient(#0997c6, #0aa2d4);
  background: -webkit-linear-gradient(#0997c6, #0aa2d4);
  background: linear-gradient(#0997c6, #0aa2d4);
  top: 1px;
}

body.ph_product.detail .title_box h2 {
  width: 670px;
  float: left;
}
body.ph_product.detail .title_box .print_btn {
  float: right;
}
body.ph_product.detail .title_box .print_btn a {
  padding: 6px 10px 4px;
}
body.ph_product.detail .title_box .print_btn a span {
  background: url(/resource/med_img_common/icon_print.png) no-repeat left center;
  padding-left: 25px;
}
body.ph_product.detail .img_text_box .right_box {
  float: right;
  width: 373px;
}
body.ph_product.detail .img_text_box .right_box .table_style {
  font-size: 11px;
}
body.ph_product.detail .img_text_box .right_box .table_style th:first-child {
  width: 90px;
}
body.ph_product.detail .img_text_box .right_box .table_style th,
body.ph_product.detail .img_text_box .right_box .table_style td {
  padding: 10px;
}
body.ph_product.detail .img_text_box .view_img {
  width: 455px;
  display: block;
}
body.ph_product.detail .img_text_box .view_img .view_img_inner {
  position: relative;
  height: 300px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
  overflow: hidden;
}
body.ph_product.detail .img_text_box .view_img .view_img_inner .list_img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 10px #aaa;
  opacity: 0.1;
  -ms-filter: "alpha(opacity=10)";
}
body.ph_product.detail .img_text_box .view_img .view_img_inner img {
  position: static;
}
body.ph_product.detail .img_text_box .view_img .view_img_inner a {
  outline: none;
  display: block;
}
body.ph_product.detail .img_text_box .view_img .view_img_inner a .img_mask {
  text-align: center;
  background: #ccc;
}
body.ph_product.detail .img_text_box .view_img .view_img_inner a .img_mask img {
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  max-height: 100%;
  width: auto;
  border: none;
  height: auto;
  border-radius: 4px;
  margin: auto;
}
body.ph_product.detail .img_text_box .view_img .view_img_inner a span {
  display: block;
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 100;
}
body.ph_product.detail .img_text_box .view_img .view_img_inner a:hover span img,
body.ph_product.detail
  .img_text_box
  .view_img
  .view_img_inner
  .sub_column
  .side_info_seminar
  li:hover
  a
  span
  img,
.sub_column
  .side_info_seminar
  li:hover
  body.ph_product.detail
  .img_text_box
  .view_img
  .view_img_inner
  a
  span
  img,
body.ph_product.detail
  .img_text_box
  .view_img
  .view_img_inner
  .sub_column
  .side_info_seminar
  .more:hover
  a
  span
  img,
.sub_column
  .side_info_seminar
  .more:hover
  body.ph_product.detail
  .img_text_box
  .view_img
  .view_img_inner
  a
  span
  img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
body.ph_product.detail .img_text_box .img_box {
  float: left;
}
body.ph_product.detail .img_text_box .img_box .list_box {
  float: none;
  width: 259px;
  display: block;
}
body.ph_product.detail .img_text_box .img_box .list_box p {
  margin-top: -5px;
}
body.ph_product.detail .img_text_box .img_box .list_box .list_box_inner {
  position: relative;
  height: 171px;
  border-radius: 5px;
}
body.ph_product.detail .img_text_box .img_box .list_box .list_box_inner img {
  position: static;
}
body.ph_product.detail .img_text_box .img_box .list_box .list_box_inner a {
  outline: none;
  display: block;
}
body.ph_product.detail
  .img_text_box
  .img_box
  .list_box
  .list_box_inner
  a
  .img_mask {
  text-align: center;
  background: #ccc;
}
body.ph_product.detail
  .img_text_box
  .img_box
  .list_box
  .list_box_inner
  a
  .img_mask
  img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  width: auto;
  border: none;
  height: auto;
  border-radius: 4px;
}
body.ph_product.detail .img_text_box .img_box .list_box .list_box_inner a span {
  display: block;
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 100;
}
body.ph_product.detail
  .img_text_box
  .img_box
  .list_box
  .list_box_inner
  a:hover
  span
  img,
body.ph_product.detail
  .img_text_box
  .img_box
  .list_box
  .list_box_inner
  .sub_column
  .side_info_seminar
  li:hover
  a
  span
  img,
.sub_column
  .side_info_seminar
  li:hover
  body.ph_product.detail
  .img_text_box
  .img_box
  .list_box
  .list_box_inner
  a
  span
  img,
body.ph_product.detail
  .img_text_box
  .img_box
  .list_box
  .list_box_inner
  .sub_column
  .side_info_seminar
  .more:hover
  a
  span
  img,
.sub_column
  .side_info_seminar
  .more:hover
  body.ph_product.detail
  .img_text_box
  .img_box
  .list_box
  .list_box_inner
  a
  span
  img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
body.ph_product.detail .img_text_box .img_box .sp-grab,
body.ph_product.detail .img_text_box .img_box .sp-grabbing {
  cursor: pointer;
}
body.ph_product.detail .img_text_box .img_box .sp-bottom-thumbnails {
  width: 100% !important;
}
body.ph_product.detail
  .img_text_box
  .img_box
  .sp-bottom-thumbnails
  .sp-thumbnails {
  width: 100% !important;
  margin-top: 10px;
}
body.ph_product.detail
  .img_text_box
  .img_box
  .sp-bottom-thumbnails
  .sp-thumbnails
  .sp-thumbnail-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
  border-radius: 3px;
  width: 83px !important;
  height: 57px !important;
  overflow: hidden;
  margin: 10px 0 0 10px !important;
  position: relative;
}
body.ph_product.detail
  .img_text_box
  .img_box
  .sp-bottom-thumbnails
  .sp-thumbnails
  .sp-thumbnail-container:first-child,
body.ph_product.detail
  .img_text_box
  .img_box
  .sp-bottom-thumbnails
  .sp-thumbnails
  .sp-thumbnail-container:nth-child(5n + 1) {
  margin-left: 0 !important;
  clear: both;
}
body.ph_product.detail
  .img_text_box
  .img_box
  .sp-bottom-thumbnails
  .sp-thumbnails
  .sp-thumbnail-container.sp-selected-thumbnail {
  border-color: #0aa2d4;
}
body.ph_product.detail .img_text_box .img_box .sp-top-thumbnails,
body.ph_product.detail .img_text_box .img_box .sp-bottom-thumbnails {
  margin: 0;
}
body.ph_product.detail .img_text_box .breed_table {
  margin-left: 0;
}
body.ph_product.detail .img_text_box .breed_table .w80 {
  width: 80px;
}
body.ph_product.detail .img_text_box .breed_table .w117 {
  width: 117px;
}
body.ph_product.detail .img_text_box .breed_table .w204 {
  width: 204px;
}
body.ph_product.detail .img_text_box .breed_table .w71 {
  width: 71px;
}
body.ph_product.detail .img_text_box .breed_table .w73 {
  width: 73px;
}
body.ph_product.detail .img_text_box .breed_table .w77 {
  width: 77px;
}
body.ph_product.detail .img_text_box .breed_table .w232 {
  width: 232px;
}
body.ph_product.detail .img_text_box .breed_table .breed_tab .breed_tab_btn {
  border-bottom: 4px solid #0aa2d4;
  margin: 0 0 20px;
}
body.ph_product.detail .img_text_box .breed_table .breed_tab .breed_tab_btn li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 123.1%;
  padding: 5px 0 2px 0;
  cursor: pointer;
  background: linear-gradient(to bottom, #ffffff, #efefef);
  border-radius: 5px 5px 0 0;
  border: 1px solid #e5e5e5;
  border-bottom: 0;
}
body.ph_product.detail
  .img_text_box
  .breed_table
  .breed_tab
  .breed_tab_btn
  .select {
  background: #0aa2d4;
  color: #fff;
  border-color: #0aa2d4;
}
body.ph_product.detail .img_text_box .breed_table .breed_box {
  height: auto;
  overflow: inherit;
  font-size: 11px;
}
body.ph_product.detail .img_text_box .breed_table .breed_box .table_style th,
body.ph_product.detail .img_text_box .breed_table .breed_box .table_style td {
  padding: 10px;
}
body.ph_product.detail .img_text_box .breed_table .breed_box td:first-child {
  width: 80px;
}
body.ph_product.detail
  .img_text_box
  .breed_table
  .breed_box
  td:first-child
  div {
  display: inline;
  vertical-align: middle;
}
body.ph_product.detail .img_text_box .breed_table .breed_box .pdf_attach {
  text-align: center;
}
body.ph_product.detail .img_text_box .breed_table .breed_box .pdf_btn {
  display: inline;
}
body.ph_product.detail
  .img_text_box
  .breed_table
  .breed_box
  .pdf_btn
  .white_btn {
  padding: 2px 10px 0px 19px;
  display: inline-block;
}
body.ph_product.detail .img_text_box .breed_table .breed_box .notes_btn {
  display: inline;
}
body.ph_product.detail .img_text_box .breed_table .breed_box .product_code {
  width: 200px;
}
body.ph_product.detail .img_text_box .breed_table .breed_box.hide {
  overflow: hidden;
  height: 0;
}
body.ph_product.detail
  .module_product_detail_table
  .elem_align_column.horizontal {
  white-space: nowrap;
}
body.ph_product.detail
  .module_product_detail_table
  .elem_align_column.horizontal
  > *
  + * {
  margin-left: 5px;
}
body.ph_product.detail
  .module_product_detail_table
  thead
  tr:last-child
  .td_color_line {
  border-bottom: #fff 1px solid;
}
body.ph_product.detail .module_product_detail_table tr .td_color_line {
  border-bottom: #fff 1px solid;
  border-left: none;
}
body.ph_product.detail
  .module_product_detail_table
  tr:last-child
  .td_color_line,
body.ph_product.detail .module_product_detail_table tr .td_color_line_gray {
  border-bottom-color: #e5e5e5;
}
body.ph_product.detail
  .module_product_detail_table
  tr:first-child
  .td_color_line {
  border-top-color: #e5e5e5;
}
body.ph_product.detail .module_product_detail_table th,
body.ph_product.detail .module_product_detail_table td {
  line-height: 1.3;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
body.ph_product.detail .module_product_detail_table th.w_med,
body.ph_product.detail .module_product_detail_table td.w_med {
  width: 170px;
}
body.ph_product.detail .module_product_detail_table th.w_med_long,
body.ph_product.detail .module_product_detail_table td.w_med_long {
  width: 280px;
}
body.ph_product.detail .module_product_detail_table th.w_auto,
body.ph_product.detail .module_product_detail_table td.w_auto {
  width: auto;
}
body.ph_product.detail .module_product_detail_table th.w_normal,
body.ph_product.detail .module_product_detail_table td.w_normal {
  width: inherit;
}
body.ph_product.detail .module_product_detail_table th.h_half,
body.ph_product.detail .module_product_detail_table td.h_half {
  padding-top: 5px;
  padding-bottom: 5px;
}
body.ph_product.detail .module_product_detail_table thead th,
body.ph_product.detail .module_product_detail_table thead td {
  padding: 15px 10px;
}
body.ph_product.detail .module_product_detail_table tbody th,
body.ph_product.detail .module_product_detail_table tbody td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
}
body.ph_product.detail .module_product_detail_table tbody th {
  width: 110px;
  text-align: left;
}
body.ph_product.detail .module_product_detail_table tbody td {
  text-align: center;
  word-wrap: break-word;
}
body.ph_product.detail
  .module_product_detail_table
  tbody
  td
  .icon_link
  + .icon_link {
  margin-left: 5px;
}

body.ph_product.different .module_product_different_table th,
body.ph_product.different .module_product_different_table td {
  padding: 13px;
  line-height: 1.3;
}

body.ph_product.limit .module_product_limit_table th,
body.ph_product.limit .module_product_limit_table td {
  padding: 13px;
  line-height: 1.3;
}
body.ph_product.limit .module_product_limit_table td {
  padding-top: 20px;
  padding-bottom: 20px;
}

body.ph_product.code .contents_widget_table__head {
  width: 210px;
}
body.ph_product.code .module_product_code_table tr .td_color_line {
  border-color: #fff;
}
body.ph_product.code .module_product_code_table th,
body.ph_product.code .module_product_code_table td {
  line-height: 1.3;
}
body.ph_product.code .module_product_code_table th.h_half,
body.ph_product.code .module_product_code_table td.h_half {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* top
------------------------------------------------- */
body.top_news .info_box {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
  margin: 40px 0　0 0;
}
body.top_news .info_box .info_box_inner {
  width: 466px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.top_news .info_box .info_box_inner .info_title h4 {
  float: left;
  font-size: 131%;
}
body.top_news .info_box .info_box_inner .info_title p {
  float: right;
}
body.top_news .info_box .info_box_inner .info_scroll {
  height: 385px;
}
body.top_news .info_box .info_box_inner .info_scroll dl {
  padding: 15px 0 0 0;
}
body.top_news .info_box .info_box_inner .info_scroll dl dt {
  padding: 0 10px 10px 20px;
}
body.top_news .info_box .info_box_inner .info_scroll dl dd {
  padding: 0 10px 10px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
body.top_news .info_box .float_l dl span {
  margin-left: 10px;
}
body.top_news .info_box .float_r dl span {
  margin-left: 10px;
}
body.top_news .info_box .ph_tag {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
}
body.top_news .info_box .ph_tag.category_imep {
  color: #f19410;
  border-color: #f19410;
}
body.top_news .info_box .one_column {
  width: 100%;
}
body.top_news .info_box .info_search_query {
  border-bottom: 2px solid #006bb6;
  margin-bottom: 5px;
}
body.top_news .info_box .info_search_query ul {
  overflow: hidden;
  *zoom: 1;
}
body.top_news .info_box .info_search_query ul li {
  float: left;
  font-size: 79%;
}
body.top_news .info_box .info_search_query ul li .query_btn {
  display: block;
  height: 38px;
  color: #000000;
  padding: 5px 8px 5px 8px;
  vertical-align: middle;
  cursor: pointer;
  border-right: 1px solid #ccc;
}
body.top_news .info_box .info_search_query ul li .query_btn:before {
  width: 1px;
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
body.top_news .info_box .info_search_query ul li .query_btn:hover {
  background-color: #d9e9f4;
}
body.top_news .info_box .info_search_query ul li .query_btn.active {
  background-color: #006bb6;
  color: #fff;
}
body.top_news .info_box .info_search_query ul li .query_btn.no_border {
  border-right: 1px solid #fff !important;
}

body.pharmaceuticals .top_wrapper {
  padding-bottom: 90px;
}
body.pharmaceuticals .global_nav li.gnav_med {
  border-right: 1px solid #006bb6;
}
body.pharmaceuticals .global_nav li.gnav_med a {
  background-color: #006bb6;
  color: #fff;
}
body.pharmaceuticals
  .module_pharmaceuticals_effect
  .contents_widget_table.attr_vertical
  .contents_widget_table__head {
  padding-top: 15px;
}
body.pharmaceuticals
  .module_pharmaceuticals_effect
  .contents_widget_table.attr_vertical
  .contents_widget_table__data {
  padding-top: 5px;
  padding-bottom: 15px;
}
body.pharmaceuticals .lnav_med {
  display: block;
}
body.pharmaceuticals .module_float_banner {
  -moz-transition: ease 150ms;
  -o-transition: ease 150ms;
  -webkit-transition: ease 150ms;
  transition: ease 150ms;
  -moz-transition-property: right;
  -o-transition-property: right;
  -webkit-transition-property: right;
  transition-property: right;
  position: fixed;
  z-index: 300;
  right: -280px;
  top: 293px;
}
body.pharmaceuticals .module_float_banner:hover {
  right: 0;
}
body.pharmaceuticals .module_banner_area {
  margin-left: -25px;
  margin-top: -30px;
}
body.pharmaceuticals .module_banner_area:after {
  content: "";
  display: block;
  clear: both;
}
body.pharmaceuticals .module_banner_area li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.33%;
  padding-left: 25px;
  margin-top: 30px;
}
body.pharmaceuticals .module_banner_area li.col2 {
  width: 50%;
}
body.pharmaceuticals .module_banner_area li.pharmaceuticals_top_banner__btn a {
  height: 90px;
  display: flex;
  align-items: center;
  color: #0aa2d4;
  background: #fff !important;
  border: solid 1px #0aa2d4;
  font-size: 16px;
}
body.pharmaceuticals
  .module_banner_area
  li.pharmaceuticals_top_banner__btn
  a
  span::before {
  border-color: transparent transparent transparent #0aa2d4 !important;
}
body.pharmaceuticals
  .module_banner_area
  li.pharmaceuticals_top_banner__btn
  a.emphasis {
  color: red;
  border: solid 1px red;
}
body.pharmaceuticals
  .module_banner_area
  li.pharmaceuticals_top_banner__btn
  a.emphasis
  span::before {
  border-color: transparent transparent transparent red !important;
}
body.pharmaceuticals
  .module_banner_area
  li.pharmaceuticals_top_banner__btn
  a:hover,
body.pharmaceuticals
  .module_banner_area
  li.pharmaceuticals_top_banner__btn
  .sub_column
  .side_info_seminar
  li:hover
  a,
.sub_column
  .side_info_seminar
  li:hover
  body.pharmaceuticals
  .module_banner_area
  li.pharmaceuticals_top_banner__btn
  a,
body.pharmaceuticals
  .module_banner_area
  li.pharmaceuticals_top_banner__btn
  .sub_column
  .side_info_seminar
  .more:hover
  a,
.sub_column
  .side_info_seminar
  .more:hover
  body.pharmaceuticals
  .module_banner_area
  li.pharmaceuticals_top_banner__btn
  a {
  text-decoration: underline;
}
body.pharmaceuticals .info_line_box .ticker {
  overflow: hidden;
  position: relative;
  text-align: left;
  padding: 9px 0;
}
body.pharmaceuticals .info_line_box .ticker ul {
  overflow: hidden;
  position: relative;
  width: 800px;
  height: 25px;
}
body.pharmaceuticals .info_line_box .ticker ul li {
  display: none;
  line-height: 1.5;
}
body.pharmaceuticals .top_eq_main_box {
  background-color: #efefef;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
body.pharmaceuticals .top_eq_main_box .top_eq_main {
  height: 314px;
  background-color: #f4f3f8;
  background-image: url(/resource/pharmaceuticals_img/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  border-bottom: 1px solid #e5e5e5;
}
body.pharmaceuticals .top_eq_main_box .top_eq_main .title_box {
  padding-top: 45px;
  border-bottom: none;
  text-align: center;
}
body.pharmaceuticals .top_eq_main_box .top_eq_main .title_box h2 {
  letter-spacing: 0.2em;
  margin-bottom: 5px;
}
body.pharmaceuticals .top_eq_main_box .top_eq_main .title_box p {
  color: #aaa;
  font-size: 116%;
}
body.pharmaceuticals .top_eq_main_box .top_eq_main .top_eq_search {
  text-align: center;
  width: 584px;
  margin: 0 auto;
}
body.pharmaceuticals .top_eq_main_box .top_eq_main .top_eq_search .search_nav {
  width: 100%;
  /* background: url(/resource/pharmaceuticals_img/bg_search_box.png) repeat; */
  /* border: 1px solid #d1d6d8; */
  margin-bottom: 15px;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .search_nav
  ul {
  margin: 0 auto;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .search_nav
  li {
  padding: 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 25%;
  /* border-left: 1px solid #d1d6d8; */
  font-size: 100%;
  text-align: center;
  position: relative;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .search_nav
  li
  span {
  background-color: #fff;
  border: solid 2px #0aa2d4;
  color: #0aa2d4;
  border-radius: 5px;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .search_nav
  li:first-child {
  border-left: none;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .search_nav
  li.select
  span {
  background: #0aa2d4;
  color: #fff;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .search_nav
  li.select
  span:after {
  border-top: 8px solid #0aa2d4;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: " ";
  position: absolute;
  left: 50%;
  top: 47px;
  margin-left: -8px;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .search_nav
  li
  span {
  display: block;
  padding: 13px 10px 13px;
  cursor: pointer;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .search_nav
  li
  span:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
body.pharmaceuticals .top_eq_main_box .top_eq_main .top_eq_search form {
  height: 60px;
  margin: 0;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box {
  position: absolute;
  z-index: 100;
  width: 584px;
  top: auto;
  left: auto;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_text_box {
  font-family: "メイリオ", Meiryo, arial, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  padding: 0 !important;
  font-size: 123.1%;
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 454px;
  height: 60px;
  line-height: 65px;
  text-indent: 50px;
  background-color: #fff;
  background-image: url(/resource/med_img_top/search_icon.gif);
  background-repeat: no-repeat;
  background-position: 15px center;
  border: none;
  border-radius: 50px 0 0 50px;
  -moz-box-shadow: 3px 3px 0px #cecccd inset;
  -webkit-box-shadow: 3px 3px 0px #cecccd inset;
  box-shadow: 3px 3px 0px #cecccd inset;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_text_box:focus {
  outline: none;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box.hide {
  display: none;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn {
  font-family: "メイリオ", Meiryo, arial, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  padding: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 0;
  _top: 1px;
  left: 454px;
  width: 130px;
  height: 60px;
  color: #fff;
  font-size: 153.9%;
  border: none;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
  -moz-box-shadow: 0px 3px 0px #0883ac inset;
  -webkit-box-shadow: 0px 3px 0px #0883ac inset;
  box-shadow: 0px 3px 0px #0883ac inset;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn:hover {
  -moz-box-shadow: 0px 3px 0px #0883ac inset;
  -webkit-box-shadow: 0px 3px 0px #0883ac inset;
  box-shadow: 0px 3px 0px #0883ac inset;
  top: 0;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn:focus {
  outline: none;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  *:first-child
  + html
  .search_btn {
  top: 1px;
}
body.pharmaceuticals .top_eq_main_box .top_eq_main .top_eq_search .new_search {
  font-family: "メイリオ", Meiryo, arial, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  padding: 0 !important;
  font-size: 123.1%;
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 454px;
  height: 60px;
  line-height: 65px;
  text-indent: 50px;
  background-color: #fff;
  background-image: url(/resource/med_img_top/search_icon.gif);
  background-repeat: no-repeat;
  background-position: 15px center;
  border: none;
  border-radius: 50px 0 0 50px;
  -moz-box-shadow: 3px 3px 0px #cecccd inset;
  -webkit-box-shadow: 3px 3px 0px #cecccd inset;
  box-shadow: 3px 3px 0px #cecccd inset;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .new_search:focus {
  outline: none;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .search_notes {
  margin: 10px 0 0 17px;
  text-align: left;
  color: #f53838;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .contents_widget__inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
body.pharmaceuticals .top_eq_main_box .top_eq_main .top_eq_search .search_nav {
  text-align: left;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .kana_btn_list {
  text-align: left;
  white-space: nowrap;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .kana_btn_list:after {
  content: "";
  display: block;
  clear: both;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .kana_btn_list
  li {
  float: left;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .kana_btn_list
  li.active
  a:after {
  display: none;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .kana_btn_list
  li
  + li {
  margin-left: 6px;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .kana_btn_list
  li
  a {
  outline: none;
  min-width: 42px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .kana_btn_list
  li
  ul
  li {
  margin: 0;
  padding: 0;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .kana_btn_list
  li
  ul
  li
  + li {
  margin-top: 5px;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .kana_btn_list
  li
  ul
  li
  a {
  min-width: 35px;
  width: 35px;
  padding-top: 3px;
  padding-bottom: 3px;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .product_btn_list
  li
  a {
  font-size: 93%;
}
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  .product_btn_list
  li
  a
  .smaller {
  font-size: 85%;
}
body.pharmaceuticals .top_eq_main_box .info_line_box {
  width: 960px;
  margin: 0 auto;
  height: 37px;
  line-height: 37px;
}
body.pharmaceuticals .top_eq_main_box .info_line_box .info_line_title {
  background: #f53838;
  height: 37px;
  color: #fff;
  padding: 0 10px;
  margin-right: 20px;
  position: relative;
}
body.pharmaceuticals .top_eq_main_box .info_line_box .info_line_title:after {
  border-top: 19px solid transparent;
  border-left: 10px solid #f53838;
  border-right: 10px solid transparent;
  border-bottom: 19px solid transparent;
  content: " ";
  position: absolute;
  right: -20px;
  top: 0;
}
body.pharmaceuticals .module_new_product {
  margin-left: -25px;
}
body.pharmaceuticals .module_new_product:after {
  content: "";
  clear: both;
  display: block;
}
body.pharmaceuticals .module_new_product .module_new_product__item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.33%;
  padding-left: 25px;
}
body.pharmaceuticals
  .module_new_product
  .module_new_product__item:nth-child(3n + 1) {
  clear: both;
}
body.pharmaceuticals .list_new_product_archives {
  margin-left: -25px;
}
body.pharmaceuticals .list_new_product_archives > li {
  padding-left: 25px;
}
body.pharmaceuticals .ph_product__list {
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}
body.pharmaceuticals .ph_product__list__inner {
  padding-left: 20px;
  margin-bottom: 15px;
}
body.pharmaceuticals .ph_product__list__inner__box {
  width: 305px;
  position: relative;
}
body.pharmaceuticals .ph_product__list__inner__box .detail_btn {
  position: absolute;
  left: 20px;
  top: 100px;
}
body.pharmaceuticals .ph_product__list__inner__box .white_btn {
  width: 120px;
  border-radius: 20px;
  font-size: 14px;
}
body.pharmaceuticals .ph_product__list__inner__box:hover .white_btn {
  top: 1px;
  background: linear-gradient(#eeeeee, #ffffff);
  box-shadow: none;
  text-decoration: none;
}
body.pharmaceuticals .slide_box {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
body.pharmaceuticals .slide_box .slide_box_inner {
  width: 637px;
  height: 317px;
  position: relative;
}
body.pharmaceuticals .slide_box .slide_box_inner .detail_btn {
  position: absolute;
  left: 30px;
  top: 168px;
}
body.pharmaceuticals .slide_box .slide_box_inner .detail_btn .white_btn {
  width: 125px;
  border-radius: 15px;
}
body.pharmaceuticals .slide_box .slide_box_inner:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
body.pharmaceuticals .slide_box .sp-slide.multiProducts {
  padding: 10px;
}
body.pharmaceuticals .slide_box .sp-slide.multiProducts .clickable {
  width: 259px;
  float: left;
  position: relative;
}
body.pharmaceuticals .slide_box .sp-slide.multiProducts .clickable:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
body.pharmaceuticals .slide_box .sp-slide.multiProducts .clickable .detail_btn {
  position: absolute;
  left: 10px;
}
body.pharmaceuticals
  .slide_box
  .sp-slide.multiProducts
  .clickable
  .detail_btn
  .white_btn {
  width: 82px;
  font-size: 10px;
}
body.pharmaceuticals .slide_box .sp-slide.multiProducts .clickable img {
  width: 100%;
}
body.pharmaceuticals .slide_box .sp-slide.multiProducts.four_products {
  background: url(/resource/pharmaceuticals_img/top_bnr_06_bg.png) no-repeat;
}
body.pharmaceuticals
  .slide_box
  .sp-slide.multiProducts.four_products
  .detail_btn {
  top: 65px;
}
body.pharmaceuticals .slide_box .sp-slide.multiProducts.two_products {
  background: url(/resource/pharmaceuticals_img/top_bnr_08_bg.png) no-repeat;
}
body.pharmaceuticals
  .slide_box
  .sp-slide.multiProducts.two_products
  .detail_btn {
  top: 165px;
}
body.pharmaceuticals .slide_box .sp-slide.multiProducts .slide_box_inner:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}
body.pharmaceuticals .info_box {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
  margin: 40px 0　0 0;
}
body.pharmaceuticals .info_box .info_box_inner {
  width: 466px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.pharmaceuticals .info_box .info_box_inner .info_title h4 {
  float: left;
  font-size: 131%;
}
body.pharmaceuticals .info_box .info_box_inner .info_title p {
  float: right;
}
body.pharmaceuticals .info_box .info_box_inner .info_scroll {
  height: auto;
}
body.pharmaceuticals .info_box .info_box_inner .info_scroll dl {
  width: 100% !important;
  height: 385px;
  padding: 15px 0 0 0;
}
body.pharmaceuticals .info_box .info_box_inner .info_scroll dl dt {
  padding: 0 15px 10px 20px;
}
body.pharmaceuticals .info_box .info_box_inner .info_scroll dl dd {
  width: 100%;
  padding: 0 15px 10px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  display: block;
}
body.pharmaceuticals .info_box .info_box_inner .info_scroll dl dd:before {
  display: none;
}
body.pharmaceuticals .info_box .float_l dl span {
  margin-left: 10px;
}
body.pharmaceuticals .info_box .float_r dl span {
  margin-left: 10px;
}
body.pharmaceuticals .info_box .one_column {
  width: 100%;
}
body.pharmaceuticals .img_text_box {
  margin-bottom: 30px;
}
body.pharmaceuticals .img_text_box ul {
  margin-left: -23px;
}
body.pharmaceuticals .img_text_box ul .list_box {
  width: 222px;
  display: inline-block;
  margin: 0 0 20px 20px;
  vertical-align: top;
}
body.pharmaceuticals .img_text_box ul .list_box:hover a {
  text-decoration: underline;
}
body.pharmaceuticals .img_text_box ul .list_box:hover a img {
  opacity: 0.7;
}
body.pharmaceuticals .img_text_box ul .list_box .list_box_inner {
  position: relative;
  height: 121px;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.1);
  border: solid 1px #d1d4d6;
}
body.pharmaceuticals .img_text_box ul .list_box .list_box_inner .list_img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 10px #aaa;
  opacity: 0.1;
  -ms-filter: "alpha(opacity=10)";
}
body.pharmaceuticals .img_text_box ul .list_box .list_box_inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 4px;
}
body.pharmaceuticals .img_text_box ul .list_box .list_box_inner .new {
  position: absolute;
  padding: 4px 5px 2px;
  top: 0;
  left: 0;
  border-radius: 3px 0 3px 0;
}
body.pharmaceuticals .bnr_box {
  padding: 20px 0 40px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}
body.pharmaceuticals .bnr_box li {
  position: relative;
}
body.pharmaceuticals .bnr_box li a:hover,
body.pharmaceuticals .bnr_box .sub_column .side_info_seminar li:hover a,
.sub_column .side_info_seminar body.pharmaceuticals .bnr_box li:hover a,
body.pharmaceuticals .bnr_box li .sub_column .side_info_seminar .more:hover a,
.sub_column .side_info_seminar .more:hover body.pharmaceuticals .bnr_box li a {
  opacity: 1;
}
body.pharmaceuticals .bnr_box li .detail_btn {
  position: absolute;
  top: 140px;
  left: 27px;
}
body.pharmaceuticals .bnr_box li .detail_btn .white_btn {
  width: 125px;
  border-radius: 15px;
}

.info_box_inner .info_search_query {
  border-bottom: 2px solid #006bb6;
  margin-bottom: 5px;
}
.info_box_inner .info_search_query ul {
  overflow: hidden;
  *zoom: 1;
}
.info_box_inner .info_search_query ul li {
  float: left;
  font-size: 79%;
}
.info_box_inner .info_search_query ul li .query_btn {
  display: block;
  height: 38px;
  color: #000000;
  padding: 5px 8px 5px 8px;
  vertical-align: middle;
  cursor: pointer;
  border-right: 1px solid #ccc;
}
.info_box_inner .info_search_query ul li .query_btn:before {
  width: 1px;
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.info_box_inner .info_search_query ul li .query_btn:hover {
  background-color: #d9e9f4;
}
.info_box_inner .info_search_query ul li .query_btn.active {
  background-color: #006bb6;
  color: #fff;
}
.info_box_inner .info_search_query ul li .query_btn.no_border {
  border-right: none !important;
}
.info_box_inner .info_scroll .ph_tag {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
}
.info_box_inner .info_scroll .ph_tag.category_imep {
  color: #f19410 !important;
  border-color: #f19410 !important;
}
.info_box_inner .info_scroll dl dd {
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.info_box_inner .info_scroll dl dd:before {
  display: none;
}

.list_new_product_archives.adjustItem .producet_nav_btn__thumb {
  width: 90px;
  height: 60px;
  text-align: center;
}

.es_link {
  width: 600px;
  margin: auto;
  margin-top: 20px;
  text-align: right;
}

body.ph_commitment .inner_col_01 {
  padding: 0 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  body.ph_commitment .inner_col_01 {
    padding: 0 15px;
    margin-bottom: 0;
  }
}
body.ph_commitment .inner_col_01 .ph_commitment__content .top_text strong {
  color: #006bb6;
  font-size: 18px;
  padding-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  body.ph_commitment .inner_col_01 .ph_commitment__content .top_text {
    font-size: 13px;
    padding-bottom: 0;
  }
}
body.ph_commitment .inner_col_01 .ph_commitment__content .module_category_nav {
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  body.ph_commitment
    .inner_col_01
    .ph_commitment__content
    .module_category_nav
    a,
  body.ph_commitment
    .inner_col_01
    .ph_commitment__content
    .module_category_nav
    li
    span {
    font-size: 13px;
  }
}
body.ph_commitment .inner_col_01 .ph_commitment__content .module_category_nav a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.ph_commitment .inner_col_01 .ph_commitment__content .module_category_nav span {
  background: transparent !important;
  border-color: transparent !important;
}
body.ph_commitment .inner_col_01 .ph_commitment__content .module_category_nav div {
  height: 100%;
}
body.ph_commitment .inner_col_01 .ph_commitment__content h3.subtitle {
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  body.ph_commitment .inner_col_01 .ph_commitment__content h3.subtitle {
    font-size: 18px;
    background: url(/resource/med_img_common/subtitle_bg.png) no-repeat left -2px;
    background-size: contain;
    line-height: 1.2;
    padding-left: 25px;
    font-weight: bold;
  }
}
body.ph_commitment .inner_col_01 .ph_commitment__content .flow_content {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
@media screen and (max-width: 640px) {
  body.ph_commitment .inner_col_01 .ph_commitment__content .flow_content {
    margin: 25px 0;
  }
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .flow_content__img
  img {
  width: 100%;
}
body.ph_commitment .inner_col_01 .ph_commitment__content .flow_content__inner {
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}
@media screen and (max-width: 640px) {
  body.ph_commitment
    .inner_col_01
    .ph_commitment__content
    .flow_content__inner {
    padding: 0 5px;
    width: 20%;
  }
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .flow_content__inner
  .flow_img {
  margin-top: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  body.ph_commitment
    .inner_col_01
    .ph_commitment__content
    .flow_content__inner
    .flow_img {
    margin-bottom: 5px;
  }
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .flow_content__inner
  .flow_img
  img {
  width: 100%;
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .flow_content__inner
  .flow_text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  body.ph_commitment
    .inner_col_01
    .ph_commitment__content
    .flow_content__inner
    .flow_text {
    font-size: 11px;
  }
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .flow_content__inner:first-child {
  padding-left: 0;
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .flow_content__inner:last-child {
  padding-right: 0;
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .flow_content
  .arrow_wrapper {
  display: flex;
  align-items: center;
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .flow_content
  .arrow_wrapper
  .arrow {
  display: flex;
  align-items: center;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #e5e5e5;
  position: relative;
  bottom: 20px;
}
@media screen and (max-width: 640px) {
  body.ph_commitment
    .inner_col_01
    .ph_commitment__content
    .flow_content
    .arrow_wrapper
    .arrow {
    border-width: 8px 0 8px 8px;
    bottom: 0;
  }
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .slide_flame
  .slide_menu {
  border: 1px solid #ddd;
}
@media screen and (max-width: 640px) {
  body.ph_commitment
    .inner_col_01
    .ph_commitment__content
    .slide_flame
    .slide_menu {
    border-left: none;
    border-right: none;
  }
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .slide_flame
  .slide_menu
  h4 {
  cursor: pointer;
  font-weight: bold;
  color: #00a4c2;
  font-size: 22px;
  position: relative;
  padding: 25px 55px 20px 30px;
}
@media screen and (max-width: 640px) {
  body.ph_commitment
    .inner_col_01
    .ph_commitment__content
    .slide_flame
    .slide_menu
    h4 {
    font-size: 18px;
    padding: 15px 20px 10px 0;
  }
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .slide_flame
  .slide_menu
  h4
  .slide_menu__handler {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  right: 30px;
}
@media screen and (max-width: 640px) {
  body.ph_commitment
    .inner_col_01
    .ph_commitment__content
    .slide_flame
    .slide_menu
    h4
    .slide_menu__handler {
    right: 0;
  }
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .slide_flame
  .slide_menu
  h4
  .slide_menu__handler::before {
  content: "";
  background-color: #00a4c2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 2px;
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .slide_flame
  .slide_menu
  h4
  .slide_menu__handler::after {
  content: "";
  background-color: #00a4c2;
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 15px;
  transition: 0.2s;
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .slide_flame
  .slide_menu
  .slide_menu__inner {
  display: none;
  margin-bottom: 30px;
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .slide_flame
  .slide_menu
  .slide_menu__inner__block__inner {
  padding: 0 30px;
  display: flex;
}
@media screen and (max-width: 640px) {
  body.ph_commitment
    .inner_col_01
    .ph_commitment__content
    .slide_flame
    .slide_menu
    .slide_menu__inner__block__inner {
    display: block;
    padding: 0;
  }
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .slide_flame
  .slide_menu
  .slide_menu__inner__block__inner
  .disc {
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  body.ph_commitment
    .inner_col_01
    .ph_commitment__content
    .slide_flame
    .slide_menu
    .slide_menu__inner__block__inner
    .disc {
    margin-right: 0;
  }
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .slide_flame
  .slide_menu
  .slide_menu__inner__block__inner
  .disc
  .disc_text {
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  body.ph_commitment
    .inner_col_01
    .ph_commitment__content
    .slide_flame
    .slide_menu
    .slide_menu__inner__block__inner
    .disc
    .disc_text {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .slide_flame
  .slide_menu
  .slide_menu__inner__block__inner
  .disc
  .other_text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  body.ph_commitment
    .inner_col_01
    .ph_commitment__content
    .slide_flame
    .slide_menu
    .slide_menu__inner__block__inner
    .disc
    .other_list {
    margin-bottom: 10px;
  }
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .slide_flame
  .slide_menu
  .slide_menu__inner__block__inner
  .tumbnail {
  width: 240px;
  margin-left: auto;
  flex: none;
}
@media screen and (max-width: 640px) {
  body.ph_commitment
    .inner_col_01
    .ph_commitment__content
    .slide_flame
    .slide_menu
    .slide_menu__inner__block__inner
    .tumbnail {
    width: 100%;
  }
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .slide_flame
  .slide_menu
  .slide_menu__inner__block__inner
  .tumbnail
  img {
  width: 100%;
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .slide_flame
  .slide_menu
  .slide_menu__inner__block:nth-of-type(n + 2) {
  margin-top: 10px;
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .slide_flame
  .slide_menu:last-child {
  margin-bottom: 20px;
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .slide_flame
  .slide_menu:not(:first-child) {
  border-top: none;
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .slide_flame
  .slide_menu.active
  h4 {
  padding-bottom: 10px !important;
  transition: 0.2s;
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .slide_flame
  .slide_menu.active
  .slide_menu__handler::before {
  background-color: #c1bfc0;
}
body.ph_commitment
  .inner_col_01
  .ph_commitment__content
  .slide_flame
  .slide_menu.active
  .slide_menu__handler::after {
  opacity: 0;
  transition: 0.2s;
}
body.ph_commitment .inner_col_01 .pc_none {
  display: none !important;
}
@media screen and (max-width: 640px) {
  body.ph_commitment .inner_col_01 .sp_none {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  body.ph_commitment .inner_col_01 .sp_inline {
    display: inline !important;
  }
}
@media screen and (max-width: 640px) {
  body.ph_commitment .inner_col_01 .sp_block {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  body.ph_commitment #cboxClose {
    right: 0;
    width: 70px;
    height: 30px;
    background-size: contain;
  }
}
@media screen and (max-width: 640px) {
  body.ph_commitment #cboxClose:hover {
    background-size: contain;
  }
}
body.ph_commitment #cboxTitle {
  padding-left: 0;
  background: none !important;
  padding-left: 0 !important;
  width: 80%;
  position: static;
  margin-bottom: 15px;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  body.ph_commitment #cboxTitle {
    font-size: 18px;
    margin-left: 0;
    width: 74%;
  }
}
body.ph_commitment #cboxLoadedContent {
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  body.ph_commitment #cboxLoadedContent {
    padding: 0;
  }
}
body.ph_commitment #cboxDescription {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}
body.ph_commitment #cboxPrevious,
body.ph_commitment #cboxNext {
  top: calc(50% - 20px);
  bottom: auto;
}
@media screen and (max-width: 640px) {
  body.ph_commitment #cboxPrevious,
  body.ph_commitment #cboxNext {
    top: 50%;
    width: 30px;
    height: 30px;
    background-size: contain;
  }
}
@media screen and (max-width: 640px) {
  body.ph_commitment #cboxTopLeft,
  body.ph_commitment #cboxTopRight,
  body.ph_commitment #cboxBottomLeft,
  body.ph_commitment #cboxBottomRight {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 640px) {
  body.ph_commitment #cboxTopRight {
    background-position-x: -136px;
  }
}
@media screen and (max-width: 640px) {
  body.ph_commitment #cboxBottomRight {
    background-position: -136px -36px;
  }
}
@media screen and (max-width: 640px) {
  body.ph_commitment #cboxBottomLeft {
    background-position-y: -36px;
  }
}
@media screen and (max-width: 640px) {
  body.ph_commitment #cboxTopCenter,
  body.ph_commitment #cboxBottomCenter {
    height: 15px;
  }
}
@media screen and (max-width: 640px) {
  body.ph_commitment #cboxBottomCenter {
    background-position-y: -36px;
  }
}
@media screen and (max-width: 640px) {
  body.ph_commitment #cboxMiddleLeft,
  body.ph_commitment #cboxMiddleRight {
    width: 15px;
  }
}

/* -------------------------------------------------------------------------

		notfound.sass

		notfoundのスタイルを定義

------------------------------------------------------------------------- */
/* common
body.notfound{
}
*/
/* index
------------------------------------------------- */
/* notfound
------------------------------------------------- */
body.notfound .inner_col_01 {
  width: 860px;
  margin: 0 auto;
  padding-bottom: 30px;
}
body.notfound .inner_col_01 .blue_btn,
body.notfound .inner_col_01 .search_engine_widget .search_box .search_btn,
.search_engine_widget .search_box body.notfound .inner_col_01 .search_btn,
body.notfound
  .inner_col_01
  body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn,
body.med_eq.index
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  body.notfound
  .inner_col_01
  .search_btn,
body.notfound
  .inner_col_01
  body.med_eq.category
  .eq_search
  form
  .search_box
  .search_btn,
body.med_eq.category
  .eq_search
  form
  .search_box
  body.notfound
  .inner_col_01
  .search_btn,
body.notfound
  body.med_eq.product_search
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  .search_btn,
body.med_eq.product_search
  body.notfound
  .inner_col_01
  .search_wrapper
  .search_inner
  form
  .search_box
  .search_btn,
body.notfound
  .inner_col_01
  body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  .search_btn,
body.pharmaceuticals
  .top_eq_main_box
  .top_eq_main
  .top_eq_search
  form
  .search_box
  body.notfound
  .inner_col_01
  .search_btn {
  width: 390px;
  margin: 0 auto;
}

/* -------------------------------------------------------------------------

		print.sass
		
		印刷用のスタイルを定義
		
------------------------------------------------------------------------- */
@media print {
  a:link,
  a:visited {
    text-decoration: underline;
    color: #000000;
  }

  img {
    border: 0;
  }

  /* IE zoom
  ------------------------------------------------- */
  /* for IE6 or older */
  * html body {
    zoom: 0.7;
  }

  /* for IE7 */
  * + html body {
    zoom: 1;
  }

  body {
    -webkit-print-color-adjust: exact;
  }

  .print_non {
    display: none;
  }

  .wrapper {
    background: none;
  }

  .breadcrumb {
    display: none;
  }

  .header_wrap {
    display: none;
  }

  .footer_wrap {
    display: none;
  }

  .bottom_breadcrumb {
    display: none;
  }

  .local_nav {
    display: none;
  }

  .h1_field {
    display: none;
  }

  .print_btn {
    display: none;
  }

  .font_icon_arrow_left {
    display: none;
  }

  .update_contents {
    display: none;
  }

  .med_eq .local_nav.lnav_med_eq,
  .imep .local_nav.lnav_imep,
  .local_nav.lnav_med {
    display: none;
  }

  .comparison_table .td_color_line {
    background-color: #e5e5e5 !important;
    border-right: 1px solid #ffffff !important;
  }

  .new-pg {
    page-break-after: always;
  }

  h3.print_non {
    display: none;
  }

  .print_non {
    display: none;
  }

  body.detail .view_img_inner a span {
    display: none !important;
  }

  body.med_eq.detail .title_box .font_icon_arrow_left {
    display: none !important;
  }
  body.med_eq.detail .img_text_box .view_img .view_img_inner a span {
    display: none;
  }
  body.med_eq.detail .img_text_box .sp-slides {
    transform: translate3d(0px, 0px, 0px);
    position: relative;
  }
  body.med_eq.detail .img_text_box .sp-slides .sp-slide {
    display: none;
  }
  body.med_eq.detail .img_text_box .sp-slides .sp-selected {
    position: absolute;
    display: block;
    left: 465px;
  }
  body.med_eq.detail .sp-thumbnails {
    display: table;
  }
  body.med_eq.detail .sp-thumbnails .sp-thumbnail-container {
    display: table-cell;
    overflow: hidden;
    position: relative;
  }
  body.med_eq.detail .print_btn {
    display: none;
  }
  body.med_eq.detail .search_box {
    display: none;
  }
}
