@charset "UTF-8";
/*---------------------
		フォント設定
---------------------*/
/*
@font-face {
	font-family: 'rounded';
	font-weight: normal;
	src: url('../fonts/rounded-mplus-2p-light.ttf')  format('truetype');
} */
/*---------------------
		タグ初期設定
---------------------*/
/* line 17, ../di/sass/style.scss */
img {
  max-width: 100%;
  height: auto;
  border: none;
}

/*---------------------
		共通クラス
---------------------*/
/* line 26, ../di/sass/style.scss */
.clearfix {
  zoom: 1;
}
/* line 28, ../di/sass/style.scss */
.clearfix:after {
  content: " ";
  clear: both;
  display: block;
}

/* line 34, ../di/sass/style.scss */
.pc {
  display: block;
}

/* line 37, ../di/sass/style.scss */
.sp {
  display: none;
}

/*---------------------
		di
---------------------*/
/* line 45, ../di/sass/style.scss */
div#column_one * {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 51, ../di/sass/style.scss */
div#column_one.pc_column_one {
  min-width: 641px;
}

/* line 57, ../di/sass/style.scss */
#di #column_one .find_tab_list {
  border-bottom: 3px solid #9c1a1a;
  margin: 2rem 0 1.5rem;
  justify-content: space-between;
}
/* line 60, ../di/sass/style.scss */
#di #column_one .find_tab_list li {
  text-align: center;
  float: left;
  border-radius: 5px 5px 0 0;
  width: 24.25%;
}
#di #column_one .find_tab_list li:not(:last-child) {
  margin: 0 1% 0 0 !important;
}
/* line 72, ../di/sass/style.scss */
#di #column_one .find_tab_list li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 13px 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: linear-gradient(#ffffff, #dddddd);
}
/* line 77, ../di/sass/style.scss */
#di #column_one .find_tab_list li a i {
  font-size: 1.4rem;
  vertical-align: bottom;
  margin: 0 3px 0 0;
}
/* line 82, ../di/sass/style.scss */
#di #column_one .find_tab_list li a .under_arrow_img {
  margin: 0 6px 0 0;
  display: inline-block;
  width: 1rem;
}
/* line 86, ../di/sass/style.scss */
#di #column_one .find_tab_list li a .under_arrow_img img {
  display: none;
}
/* line 88, ../di/sass/style.scss */
#di #column_one .find_tab_list li a .under_arrow_img img.off {
  display: block;
}
/* line 94, ../di/sass/style.scss */
#di #column_one .find_tab_list li.active {
}
/* line 98, ../di/sass/style.scss */
#di #column_one .find_tab_list li.active a,
#di #column_one .find_tab_list li:hover a {
  background: linear-gradient(#b03131, #941d1d) !important;
  border-top: 1px solid #941d1d;
  border-left: 1px solid #941d1d;
  border-right: 1px solid #941d1d;
  color: #fff;
}
/* line 102, ../di/sass/style.scss */
#di #column_one .find_tab_list li.active a .under_arrow_img img.off {
  display: none;
}
/* line 105, ../di/sass/style.scss */
#di #column_one .find_tab_list li.active a .under_arrow_img img.on {
  display: block;
}
/* line 112, ../di/sass/style.scss */
#di #column_one .find_tab_list li:last-child {
  margin: 0;
}
/* line 115, ../di/sass/style.scss */
#di #column_one .find_tab_list li:hover {
}
/* line 119, ../di/sass/style.scss */
/* line 123, ../di/sass/style.scss */
#di #column_one .find_tab_list li:hover a .under_arrow_img img.off {
  display: none;
}
/* line 126, ../di/sass/style.scss */
#di #column_one .find_tab_list li:hover a .under_arrow_img img.on {
  display: block;
}
/* line 135, ../di/sass/style.scss */
#di #column_one .med_table {
  border-collapse: collapse;
}
/* line 138, ../di/sass/style.scss */
#di #column_one .med_table tbody tr {
  background: #fff;
}
/* line 140, ../di/sass/style.scss */
#di #column_one .med_table tbody tr th {
  width: 5%;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #ccc;
  position: relative;
}
/* line 151, ../di/sass/style.scss */
#di #column_one .med_table tbody tr th .col_ttl {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.75rem 0.75rem 0 0;
}
/* line 156, ../di/sass/style.scss */
#di #column_one .med_table tbody tr th .row_ttl {
  position: absolute;
  bottom: 5px;
  left: 10px;
  /* transform: translateY(85%); */
}
/* line 162, ../di/sass/style.scss */
#di #column_one .med_table tbody tr th:first-child {
  width: 18%;
  text-decoration: none;
  padding: 0.17rem 0.5rem;
  text-align: left;
  position: relative;
}
/* line 162, ../di/sass/style.scss */
#di #column_one .med_table tbody tr:first-child th:first-child {
  position: relative;
}
#di #column_one .med_table tbody tr:first-child th:first-child .col_ttl {
  position: absolute;
  top: 0;
  display: block;
}
/* line 168, ../di/sass/style.scss */
#di #column_one .med_table tbody tr th:first-child p {
  font-size: 0.658rem;
  line-height: 0.9rem;
}
/* line 172, ../di/sass/style.scss */
#di #column_one .med_table tbody tr th:first-child > a {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
}
#di #column_one .med_table tbody tr th:first-child > a:hover {
  text-decoration: underline;
}
/* line 178, ../di/sass/style.scss */
#di #column_one .med_table tbody tr td {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}
/* line 182, ../di/sass/style.scss */
#di #column_one .med_table tbody tr td .tb_inner_btn {
  width: 90.5%;
  margin: 0 auto;
  border: 1px solid #999999;
}
/* line 186, ../di/sass/style.scss */
#di #column_one .med_table tbody tr td .tb_inner_btn a {
  display: block;
  text-decoration: none;
  font-size: 0.65rem;
  padding: 1px 0;
  color: #000;
}
/* line 194, ../di/sass/style.scss */
#di #column_one .med_table tbody tr td .sbl_btn {
  background: linear-gradient(to bottom, #fff 0%, #cff0fa 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cff0fa', GradientType=0)";
}
/* line 198, ../di/sass/style.scss */
#di #column_one .med_table tbody tr td .egr_btn {
  background: linear-gradient(to bottom, #fff 0%, #c8f9f2 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c8f9f2', GradientType=0)";
}
/* line 202, ../di/sass/style.scss */
#di #column_one .med_table tbody tr td .grn_btn {
  background: linear-gradient(to bottom, #fff 0%, #ccf4d8 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ccf4d8', GradientType=0)";
}
/* line 206, ../di/sass/style.scss */
#di #column_one .med_table tbody tr td .ylw_btn {
  background: linear-gradient(to bottom, #fff 0%, #f1f9c8 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f9c8', GradientType=0)";
}
#di #column_one .med_table tbody tr td .greige_btn {
  background: linear-gradient(to bottom, #fff 0%, #ebe5c3 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f9c8', GradientType=0)";
}
/* line 210, ../di/sass/style.scss */
#di #column_one .med_table tbody tr td .ora_btn {
  background: linear-gradient(to bottom, #fff 0%, #f9e8c8 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9e8c8', GradientType=0)";
}
/* line 214, ../di/sass/style.scss */
#di #column_one .med_table tbody tr td .red_btn {
  background: linear-gradient(to bottom, #fff 0%, #f9c8c8 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9c8c8', GradientType=0)";
}
/* line 218, ../di/sass/style.scss */
#di #column_one .med_table tbody tr td .pnk_btn {
  background: linear-gradient(to bottom, #fff 0%, #f3cede 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3cede', GradientType=0)";
}
/* line 222, ../di/sass/style.scss */
#di #column_one .med_table tbody tr td .ppl_btn {
  background: linear-gradient(to bottom, #fff 0%, #decef3 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#decef3', GradientType=0)";
}
/* line 226, ../di/sass/style.scss */
#di #column_one .med_table tbody tr td .pbl_btn {
  background: linear-gradient(to bottom, #fff 0%, #d0cef3 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d0cef3', GradientType=0)";
}
#di #column_one .med_table tbody tr td .bl_btn {
  background: linear-gradient(to bottom, #fff 0%, #cedbf3 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cedbf3', GradientType=0)";
}
/* line 232, ../di/sass/style.scss */
#di #column_one .med_table tbody tr:nth-child(odd) {
  background: #eff9fd;
}
/* line 235, ../di/sass/style.scss */
#di #column_one .med_table tbody tr:first-child {
  background: #9a1e20 !important;
  background: linear-gradient(to bottom, #a71212 0%, #711313 100%) !important;
}
/* line 239, ../di/sass/style.scss */
#di #column_one .med_table tbody tr:first-child th {
  color: #fff;
  padding: 0;
}
/* line 242, ../di/sass/style.scss */
#di #column_one .med_table tbody tr:first-child th a {
  font-size: 0.78rem;
  padding: 0 5px;
  color: #fff;
  text-decoration: underline;
  display: block;
}
#di #column_one .med_table tbody tr:first-child th a:hover {
  text-decoration: none;
  color: #ccffff;
  text-decoration: underline;
}
/* line 248, ../di/sass/style.scss */
#di #column_one .med_table tbody tr:first-child th:first-child {
  position: relative;
}
/* line 250, ../di/sass/style.scss */
#di #column_one .med_table tbody tr:first-child th:first-child:before {
  content: "";
  background: #bbb;
  width: 105%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 36px 0 0 -5px;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
/* line 272, ../di/sass/style.scss */
#di #column_one .item_list_area {
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
  padding: 1.5rem 1.5rem 0 1.5rem;
}
/* line 278, ../di/sass/style.scss */
#di #column_one .item_list_area .item_list li {
  color: #bf0d0d;
  display: inline-block;
  width: 32%;
  margin: 0 1% 1rem 0;
  position: relative;
  vertical-align: top;
}
/* line 285, ../di/sass/style.scss */
#di #column_one .item_list_area .item_list li span {
  font-size: 0.8rem;
}
/* line 288, ../di/sass/style.scss */
#di #column_one .item_list_area .item_list li:nth-child(3n) {
  margin: 0 0 1rem;
}
/* line 291, ../di/sass/style.scss */
#di #column_one .item_list_area .item_list li a {
  padding: 0 0 0 1.5rem;
}
/* line 293, ../di/sass/style.scss */
#di #column_one .item_list_area .item_list li a .small {
  font-size: 0.8rem;
}
/* line 302, ../di/sass/style.scss */
#di #column_one .drug_effect_table_area .drug_effect_table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  table-layout: fixed;
}
/* line 306, ../di/sass/style.scss */
#di #column_one .drug_effect_table_area .drug_effect_table thead {
  border: 1px solid #ccc;
}
/* line 310, ../di/sass/style.scss */
#di #column_one .drug_effect_table_area .drug_effect_table thead tr th {
  box-sizing: border-box;
  font-weight: bold;
  padding: 0.5rem;
  background: #9a1e20;
  background: linear-gradient(to bottom, #a71212 0%, #711313 100%);
  color: #fff;
  text-align: center;
}
/* line 317, ../di/sass/style.scss */
#di #column_one .drug_effect_table_area .drug_effect_table thead tr th:first-child {
  width: 27% !important;
}
/* line 320, ../di/sass/style.scss */
#di #column_one .drug_effect_table_area .drug_effect_table thead tr th:nth-child(2) {
  width: 27% !important;
}
/* line 323, ../di/sass/style.scss */
#di #column_one .drug_effect_table_area .drug_effect_table thead tr th:nth-child(3) {
  width: 46% !important;
}
/* line 329, ../di/sass/style.scss */
#di #column_one .drug_effect_table_area .drug_effect_table tbody {
  width: 100%;
}
/* line 334, ../di/sass/style.scss */
#di #column_one .drug_effect_table_area .drug_effect_table tbody tr th {
  border: 1px solid #ccc;
  font-weight: bold;
  padding: 0.5rem;
  box-sizing: border-box;
}
/* line 338, ../di/sass/style.scss */
#di #column_one .drug_effect_table_area .drug_effect_table tbody tr:first-child th {
  width: 27%;
}
/* line 341, ../di/sass/style.scss */
#di #column_one .drug_effect_table_area .drug_effect_table tbody tr:first-child td:nth-of-type(1) {
  width: 27%;
}
/* line 344, ../di/sass/style.scss */
#di #column_one .drug_effect_table_area .drug_effect_table tbody tr:first-child td:nth-of-type(2) {
  width: 46%;
}
/* line 348, ../di/sass/style.scss */
#di #column_one .drug_effect_table_area .drug_effect_table tbody tr td {
  border: 1px solid #ccc;
  vertical-align: middle;
  font-size: 0.9rem;
  padding: 0.3rem 0.2rem;
}
/* line 358, ../di/sass/style.scss */
#di #column_one .sp_page_link_list_area {
  overflow: hidden;
  background: #fff;
  border: 1px solid #a0a0a0;
  padding: 1rem;
  margin: 0.5rem 0 1rem;
}
/* line 365, ../di/sass/style.scss */
#di #column_one .sp_page_link_list_area .sp_page_link_list li {
  font-size: 0.5rem;
  color: #bf0d0d;
  margin: 0 0 0.5rem;
}
/* line 369, ../di/sass/style.scss */
#di #column_one .sp_page_link_list_area .sp_page_link_list li .arrow {
  vertical-align: top;
  display: inline-block;
  width: 5%;
}
/* line 374, ../di/sass/style.scss */
#di #column_one .sp_page_link_list_area .sp_page_link_list li a {
  font-size: 1.2rem;
  display: inline-block;
  width: 91%;
}
/* line 384, ../di/sass/style.scss */
#di #column_one .sp_drug_effect_list_area .sp_drug_effect_list > li {
  border: 1px solid #a0a0a0;
  background: #fff;
  padding: 1rem;
  margin: 0 0 1rem;
}
/* line 389, ../di/sass/style.scss */
#di #column_one .sp_drug_effect_list_area .sp_drug_effect_list > li .product_name {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 0 1rem;
}
/* line 396, ../di/sass/style.scss */
#di
  #column_one
  .sp_drug_effect_list_area
  .sp_drug_effect_list
  > li
  .sp_preparation_standard_list_area
  .sp_preparation_standard_list
  li {
  margin: 0 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px dotted #ddd;
}
/* line 400, ../di/sass/style.scss */
#di
  #column_one
  .sp_drug_effect_list_area
  .sp_drug_effect_list
  > li
  .sp_preparation_standard_list_area
  .sp_preparation_standard_list
  li:last-child {
  margin: 0;
}
/* line 403, ../di/sass/style.scss */
#di
  #column_one
  .sp_drug_effect_list_area
  .sp_drug_effect_list
  > li
  .sp_preparation_standard_list_area
  .sp_preparation_standard_list
  li:last-child {
  border-bottom: none;
}
/* line 406, ../di/sass/style.scss */
#di
  #column_one
  .sp_drug_effect_list_area
  .sp_drug_effect_list
  > li
  .sp_preparation_standard_list_area
  .sp_preparation_standard_list
  li
  .preparation_name {
  font-size: 1.2rem;
  position: relative;
  background-size: 1.1rem;
  width: 88%;
  margin: 0 auto 1rem;
}
/* line 413, ../di/sass/style.scss */
#di
  #column_one
  .sp_drug_effect_list_area
  .sp_drug_effect_list
  > li
  .sp_preparation_standard_list_area
  .sp_preparation_standard_list
  li
  .standard {
  background: #eee;
  padding: 0.8rem;
  width: 88%;
  margin: 0 auto;
}
/* line 418, ../di/sass/style.scss */
#di
  #column_one
  .sp_drug_effect_list_area
  .sp_drug_effect_list
  > li
  .sp_preparation_standard_list_area
  .sp_preparation_standard_list
  li
  .standard
  .standard_txt {
  color: #7f7f7f;
  margin: 0 1rem 0 0;
}
/* line 429, ../di/sass/style.scss */
#di #column_one .sp_find_tab_list {
  text-align: center;
}
/* line 431, ../di/sass/style.scss */
#di #column_one .sp_find_tab_list li {
  display: inline-block;
  width: 48%;
  margin: 0 1% 2% 0;
  background-size: 1rem;
}
/* line 436, ../di/sass/style.scss */
#di #column_one .sp_find_tab_list li a {
  padding: 0.5rem 0;
  display: block;
  color: #fff;
  background: #cccccc;
  text-decoration: none;
  font-weight: bold;
}
/* line 443, ../di/sass/style.scss */
#di #column_one .sp_find_tab_list li a span {
  padding: 0;
}
/* line 449, ../di/sass/style.scss */
#di #column_one .sp_find_tab_list li:nth-child(even) {
  margin: 0 0 2% 0;
}
/* line 453, ../di/sass/style.scss */
#di #column_one .sp_find_tab_list li.active a {
  background: #bf0d0d;
}
/* line 459, ../di/sass/style.scss */
#di #column_one .sp_find_ttl {
  border-bottom: 1px solid #bf0d0d;
  margin: 0.5rem 0 1rem;
  font-size: 1.5rem;
  display: none !important;
}
/* line 465, ../di/sass/style.scss */
#di #column_one .sp_find_list li {
  border: 1px solid #a0a0a0;
  position: relative;
  border-top: none;
}
/* line 469, ../di/sass/style.scss */
#di #column_one .sp_find_list li:first-child {
  border-top: 1px solid #a0a0a0;
}
/* line 472, ../di/sass/style.scss */
#di #column_one .sp_find_list li a {
  display: block;
  background: #fff url("../img/sp_arrow_right.png") no-repeat 95%;
  padding: 1rem 3rem 1rem 1rem;
  text-decoration: none;
}
/* line 478, ../di/sass/style.scss */
#di #column_one .sp_find_list li a p {
  font-size: 1.4rem;
}
/* line 481, ../di/sass/style.scss */
#di #column_one .sp_find_list li a .sp_arrow_right_img {
  position: absolute;
  width: 1.8rem;
  top: 50%;
  right: 0;
  margin: 0 1rem 0 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 496, ../di/sass/style.scss */
#di #column_one .sp_item_list_area {
  background: #fff;
  padding: 1rem;
  border: 1px solid #a0a0a0;
}
/* line 501, ../di/sass/style.scss */
#di #column_one .sp_item_list_area .sp_item_list li {
  margin: 0 0 1rem;
  vertical-align: top;
  font-size: 0.5rem;
  color: #bf0d0d;
  margin: 0 0 0.5rem;
  float: left;
  width: 50%;
}
/* line 509, ../di/sass/style.scss */
#di #column_one .sp_item_list_area .sp_item_list li .arrow {
  vertical-align: top;
  display: inline-block;
  width: 5%;
}
/* line 514, ../di/sass/style.scss */
#di #column_one .sp_item_list_area .sp_item_list li a {
  font-size: 1.2rem;
  display: inline-block;
  width: 91%;
}
/* line 518, ../di/sass/style.scss */
#di #column_one .sp_item_list_area .sp_item_list li a .small {
  font-size: 1rem;
}
/* line 526, ../di/sass/style.scss */
#di #column_one .disease_table_area {
  margin-top: 15px;
}
#di #column_one .disease_table_area .disease_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
/* line 530, ../di/sass/style.scss */
#di #column_one .disease_table_area .disease_table thead {
  width: 100%;
}
/* line 532, ../di/sass/style.scss */
#di #column_one .disease_table_area .disease_table thead tr {
  width: 100%;
  background: #9a1e20;
  background: linear-gradient(to bottom, #a71212 0%, #711313 100%);
  color: #fff;
}
/* line 536, ../di/sass/style.scss */
#di #column_one .disease_table_area .disease_table thead tr th {
  text-align: center;
  font-weight: bold;
  padding: 0.5rem;
  border: 1px solid #ccc;
  width: 50%;
}
/* line 541, ../di/sass/style.scss */
#di #column_one .disease_table_area .disease_table thead tr th.disease {
  width: 283px !important;
  border-right: none;
}
/* line 545, ../di/sass/style.scss */
#di #column_one .disease_table_area .disease_table thead tr th.shizai {
  width: 487px !important;
  border-right: none;
  border-left: none;
}
/* line 550, ../di/sass/style.scss */
#di #column_one .disease_table_area .disease_table thead tr th.seizai {
  width: 189px !important;
  border-left: none;
}
/* line 557, ../di/sass/style.scss */
#di #column_one .disease_table_area .disease_table tbody {
}
/* line 562, ../di/sass/style.scss */
#di #column_one .disease_table_area .disease_table tbody tr th {
  border: 1px solid #ccc;
  padding: 0.5rem;
  font-weight: bold;
}
/* line 566, ../di/sass/style.scss */
#di #column_one .disease_table_area .disease_table tbody tr th a {
  font-weight: bold;
}
/* line 579, ../di/sass/style.scss */
#di #column_one .disease_table_area .disease_table tbody tr td {
  border: 1px solid #ccc;
  padding: 0.4rem 0.5rem;
  vertical-align: middle;
  font-size: 0.9rem;
}
/* line 584, ../di/sass/style.scss */
#di #column_one .disease_table_area .disease_table tbody tr td .icn_page_img {
  display: inline-block;
  width: 1.5rem;
  vertical-align: middle;
}
/* line 589, ../di/sass/style.scss */
#di #column_one .disease_table_area .disease_table tbody tr td .icn_pdf_img {
  display: inline-block;
  width: 1.2rem;
  vertical-align: middle;
}
/* line 600, ../di/sass/style.scss */
#di #column_one .sp_disease_list > li {
  padding: 1rem;
  border: 1px solid #a0a0a0;
  margin: 0.5rem 0 1rem;
  background: #fff;
}
/* line 605, ../di/sass/style.scss */
#di #column_one .sp_disease_list > li:last-child {
  margin: 0;
}
/* line 608, ../di/sass/style.scss */
#di #column_one .sp_disease_list > li .disease_ttl {
  font-size: 1.3rem;
  margin: 0 0 1rem;
  font-weight: bold;
}
/* line 613, ../di/sass/style.scss */
#di #column_one .sp_disease_list > li .inner_content {
  width: 88%;
  margin: 1.5rem auto 0rem;
}
/* line 616, ../di/sass/style.scss */
#di #column_one .sp_disease_list > li .inner_content .inner_content_ttl {
  font-size: 1.1rem;
  padding: 5px;
  border: 1px solid #232323;
}
/* line 621, ../di/sass/style.scss */
#di #column_one .sp_disease_list > li .inner_content .inner_content_list_area {
  padding: 1rem;
}
/* line 624, ../di/sass/style.scss */
#di #column_one .sp_disease_list > li .inner_content .inner_content_list_area .inner_content_list li {
  margin: 0 0 3px;
}
/* line 626, ../di/sass/style.scss */
#di #column_one .sp_disease_list > li .inner_content .inner_content_list_area .inner_content_list li:last-child {
  margin: 0;
}
/* line 629, ../di/sass/style.scss */
#di #column_one .sp_disease_list > li .inner_content .inner_content_list_area .inner_content_list li a {
  font-size: 1.2rem;
}
/* line 632, ../di/sass/style.scss */
#di #column_one .sp_disease_list > li .inner_content .inner_content_list_area .inner_content_list li .icn_page_img {
  display: inline-block;
  width: 1.5rem;
  vertical-align: middle;
}
/* line 637, ../di/sass/style.scss */
#di #column_one .sp_disease_list > li .inner_content .inner_content_list_area .inner_content_list li .icn_pdf_img {
  display: inline-block;
  width: 1.5rem;
  vertical-align: middle;
}
/* line 647, ../di/sass/style.scss */
#di #column_one .sp_disease_list > li .connect_ph_area {
  /*
  border-bottom: 1px solid #c0c0c0;
	*/
}
/* line 653, ../di/sass/style.scss */
#di #column_one .sp_disease_list > li .to_detail a {
  font-size: 1.1rem;
  display: block;
  text-align: center;
  padding: 0.7rem;
  background: #bf0d0d;
  color: #fff;
  text-decoration: none;
}

/* ロット別使用期限検索 */
#di #column_one .lotsearch {
  margin: 10px 20px 0 20px;
}

#di #column_one .lotsearch form {
  border: 1px solid #ddd;
  background-color: #fff;
  margin: 20px 0px;
  padding: 1.6rem 2rem;
}

#di #column_one .lotsearch form .lot_no {
  padding: 0.4rem 0.6rem;
  width: 84%;
  font-size: 1.1rem;
  border: 1px solid #aaa;
  float: left;
}

#di #column_one .lotsearch form .search {
  width: 12%;
  margin-left: 3%;
  font-size: 0.9rem;
  padding: 0.4rem 1.2rem;
  -webkit-appearance: none;
  border: none;
  background-color: #bf0d0d;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  float: right;
}

#di #column_one .lotsearch form .search:hover {
  opacity: 0.7;
}

#di #column_one .lotsearch form .notice {
  text-align: left;
  color: #666;
  font-size: 0.8rem;
  clear: both;
}

#di #column_one .lotsearch table.results {
  margin-bottom: 25px;
  width: 100%;
  font-size: 0.8rem;
}

#di #column_one .lotsearch table.results,
#di #column_one .lotsearch table.results th,
#di #column_one .lotsearch table.results td {
  border-collapse: collapse;
  border: 1px solid #ccc;
}

#di #column_one .lotsearch table.results th,
#di #column_one .lotsearch table.results td {
  text-align: left;
  padding: 5px;
  vertical-align: middle;
}

#di #column_one .lotsearch table.results tr.head th {
  background: #d27d7d;
  color: #fff;
  height: 40px;
  text-align: center;
}

#di #column_one .lotsearch table.results th {
  background: #f4ecec;
  text-align: left;
}

#di #column_one .lotsearch table#code_table.results td {
  background-color: transparent;
}

#di #column_one .lotsearch table.results td {
  background-color: #fff;
}

#di #column_one .lotsearch a.btn {
  width: 370px;
}

/* Firefox用ハック */
@-moz-document url-prefix() {
  /* line 673, ../di/sass/style.scss */
  #di #column_one .med_table tr th {
    position: relative;
  }
  /* line 676, ../di/sass/style.scss */
  #di #column_one .med_table tr th:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin: -1px 0 0 0;
    width: 1px;
    height: 101%;
    background: #ccc;
  }
  /* line 686, ../di/sass/style.scss */
  #di #column_one .med_table tr th:first-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 0 -1px;
    width: 101%;
    height: 1px;
    background: #ccc;
  }
}
/* Edge用ハック */
@supports (-ms-accelerator: true) {
  /* line 707, ../di/sass/style.scss */
  #di #column_one .med_table {
    border-collapse: separate;
    border: 1px solid #ccc;
  }
}
/* IE10用ハック */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 718, ../di/sass/style.scss */
  #di #column_one .med_table {
    border-collapse: separate;
    border: 1px solid #ccc;
  }
}
/* IE10用ハック */
@media all and (-ms-high-contrast: none) {
  /* line 730, ../di/sass/style.scss */
  #di #column_one .med_table {
    border-collapse: separate;
    border: 1px solid #ccc;
  }
}
/* Android ハック */
/* line 741, ../di/sass/style.scss */
.android #di #column_one .sp_disease_list > li .disease_ttl {
  background: url("../img/sp_item_arrow_r.png") no-repeat 0 2px;
  background-size: 0.5rem;
}
/* line 746, ../di/sass/style.scss */
.android
  #di
  #column_one
  .sp_drug_effect_list_area
  .sp_drug_effect_list
  > li
  .sp_preparation_standard_list_area
  .sp_preparation_standard_list
  li
  .preparation_name {
  background: url("../img/red_arrow_right.png") no-repeat 0 2px;
  background-size: 1.1rem;
}

.disease_link {
  background: #fff;
  border: 1px solid #999;
  padding: 1rem;
  margin: 1rem 0;
}
.disease_link li {
  display: inline-block;
  width: 32%;
  position: relative;
  font-size: 0.9rem;
  background-size: 1rem;
  vertical-align: top;
  box-sizing: border-box;
  margin: 5px 0;
}
.disease_link li:nth-child(3n + 1) {
  clear: both;
}
.disease_link li a:before {
  content: "\f0d7";
  font-family: FontAwesome;
  padding-right: 3px;
  color: #bf0d0d;
}

/*---------------------
	レスポンシブ対応
---------------------*/
@media only screen and (max-width: 1080px) {
  /* line 761, ../di/sass/style.scss */
  #di #column_one .item_list_area .item_list li {
    width: 48%;
    margin: 0 1% 1rem 0;
  }
  /* line 764, ../di/sass/style.scss */
  #di #column_one .item_list_area .item_list li:nth-child(even) {
    margin: 0 0 1rem;
  }
  /* line 767, ../di/sass/style.scss */
  #di #column_one .item_list_area .item_list li:nth-child(3n) {
    margin: 0 1% 1rem 0;
  }
}
@media only screen and (max-width: 980px) {
  .disease_link li {
    width: 48%;
  }
  .disease_link li:nth-child(3n + 1) {
    clear: inherit;
  }
  .disease_link li:nth-child(2n + 1) {
    clear: both;
  }
  /* line 781, ../di/sass/style.scss */
  #di #column_one .find_tab_list li a {
    font-size: 0.9rem;
  }
  /* line 783, ../di/sass/style.scss */
  #di #column_one .find_tab_list li a .under_arrow_img {
    width: 0.9rem;
  }
  /* line 793, ../di/sass/style.scss */
  #di #column_one .med_table tbody tr th .th_ttl {
    font-size: 0.9rem;
  }
  /* line 796, ../di/sass/style.scss */
  #di #column_one .med_table tbody tr th .col_ttl {
    margin: 0.3rem 0.3rem 0 0;
  }
  /* line 799, ../di/sass/style.scss */
  #di #column_one .med_table tbody tr th .row_ttl {
    margin: 0 0 0.25rem 0.3rem;
  }
  /* line 802, ../di/sass/style.scss */
  #di #column_one .med_table tbody tr th:first-child {
    width: 15%;
    min-width: 145px;
  }
  /* line 808, ../di/sass/style.scss */
  #di #column_one .med_table tbody tr td .tb_inner_btn {
    width: 98%;
  }
  /* line 810, ../di/sass/style.scss */
  #di #column_one .med_table tbody tr td .tb_inner_btn a {
    font-size: 0.55rem;
  }
  /* line 817, ../di/sass/style.scss */
  #di #column_one .med_table tbody tr:first-child th a {
    font-size: 0.75rem;
    padding: 0;
  }
  /* line 822, ../di/sass/style.scss */
  #di #column_one .med_table tbody tr:first-child th:first-child:before {
    width: 107%;
    margin: 33px 0 0 -6px;
    -webkit-transform: rotate(20.5deg);
    -moz-transform: rotate(20.5deg);
    -ms-transform: rotate(20.5deg);
    -o-transform: rotate(20.5deg);
    transform: rotate(20.5deg);
  }
}
@media only screen and (max-width: 640px) {
  /* line 844, ../di/sass/style.scss */
  .pc {
    display: none !important;
  }

  /* line 847, ../di/sass/style.scss */
  .sp {
    display: block !important;
  }

  /* line 853, ../di/sass/style.scss */
  #di #column_one.sp_column_one {
    min-width: 300px;
  }
  /* line 858, ../di/sass/style.scss */
  #di #column_one .sp_item_list_area .sp_item_list li {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .disease_link li {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  /* line 872, ../di/sass/style.scss */
  html,
  body {
    font-size: 14px;
  }
}

/* アルブミン インフォームドコンセント動画 */

a.banner_link {
  transition: 0.3s;
}

a.banner_link:hover {
  opacity: 0.8;
}

a.banner_back {
  transition: 0.3s;
}

a.banner_back:hover {
  opacity: 0.8;
}

.alb_mov .mov {
  padding: 15px 0;
  max-width: 848px;
  width: 100%;
  margin: 0 auto;
}

.alb_mov p.date.right {
  text-align: right;
  font-feature-settings: "palt";
  font-size: 0.8rem;
  line-height: 1.5;
}

.alb_mov .mov.ivig {
  max-width: 700px;
}

.alb_mov h1.col2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.alb_mov h2.title {
  border-bottom: 2px solid #bf0d0d;
  line-height: 1.3;
  margin: 30px 0 15px;
  font-size: 1.4rem;
}

.alb_mov h1.col2 div {
  width: calc(100% - 280px);
}

.alb_mov div.info {
  border: 1px solid #e9e9e9;
  clear: both;
  padding: 10px;
  max-width: 850px;
  margin: 30px auto 20px;
  background: #fff;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.alb_mov div.closed {
  border: 1px solid #e9e9e9;
  padding: 10px;
  max-width: 850px;
  margin: 20px auto;
  background: #fff;
}

.alb_mov div.closed p {
  padding: 0;
  text-align: center;
}

.alb_mov div.info img {
  margin: 0 20px 0 0;
  width: 136px;
}

.alb_mov div.info p {
  padding: 0;
  width: calc(100% - 156px);
}

.alb_mov h1 .limited {
  background: #c00;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  font-size: 1rem;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
}

.alb_mov .mov * {
  z-index: 0;
}

.alb_mov .mov_col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.alb_mov .mov_col2 > div {
  width: 49%;
}

.alb_mov .mov_opening {
  display: block;
  max-width: 250px;
  text-align: center;
  margin: 10px auto 0;
  background: #fff;
  line-height: 1;
  padding: 12px 0;
  box-sizing: border-box;
  border-radius: 5px;
  color: #333;
  font-size: 1rem;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.alb_mov .mov_opening:hover {
  text-decoration: none;
  border: 1px solid #c00;
}

.alb_mov .mov_opening::before {
  content: "";
  display: inline-block;
  background: url("../movie/bol/img/play.png");
  background-size: cover;
  width: 20px;
  height: 20px;
  vertical-align: -4px;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  .alb_mov h1.col2 {
    display: block;
    margin: 15px 0;
  }

  .alb_mov h1.col2 div {
    width: 100%;
  }

  .alb_mov h1 .limited {
    margin: 10px 0 0;
  }

  .alb_mov div.info {
    display: block;
  }

  .alb_mov div.info img {
    margin: 0 auto 0;
    display: block;
  }

  .alb_mov div.info p {
    padding: 15px 0 0;
    width: 100%;
  }

  .alb_mov h2.title {
    margin: 0;
    font-size: 1.2rem;
  }

  .alb_mov .mov_col2 {
    display: block;
  }

  .alb_mov .mov_col2 > div {
    width: 100%;
  }
}

.alb_mov a.back {
  max-width: 200px;
  width: 100%;
  display: block;
  background: #bf0d0d;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 4px;
  margin: 35px auto 0;
  transition: 0.3s;
  text-decoration: none;
}

.alb_mov a.back:hover {
  opacity: 0.8;
}

.alb_mov p {
  padding-top: 15px;
  max-width: 848px;
  width: 100%;
  margin: 0 auto;
}

.alb_mov .mov.ivig + p {
  max-width: 700px;
}

.alb_mov p strong {
  font-weight: bold;
}

.alb_mov p.examination {
  text-align: right;
  font-size: .8rem;
  line-height: 1.5;
}

.alb_mov .banner_link {
  display: none;
}

.mov_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0 0;
}

.mov_list ul li {
  width: 48%;
  margin: 0 0 20px;
}

.mov_list ul li span {
  display: block;
  text-align: center;
  padding-top: 5px;
  line-height: 1.4;
}

.mov_list ul li a:hover {
  text-decoration: none;
}

.mov_list ul li a img {
  width: 100%;
  transition: 0.3s;
}

.mov_list ul li a:hover img {
  opacity: 0.8;
}

.bol_mov h2 {
  border-bottom: 1px solid #bb1919;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

/* 追加修正分 */

#di #column_one .med_table tbody tr th:first-child {
  padding: 7px;
}

.block.is-hidden {
  display: none;
}

.more_list {
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  width: 130px;
  color: #bb1919;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  padding: 0.5rem 0;
}

/* ロット別使用期限検索 */
#di #column_one .lotsearch {
  margin: 10px 0 0 0;
}

#di #column_one .lotsearch form {
  border: 1px solid #ddd;
  background-color: #fff;
  margin: 20px 0px;
  padding: 1.6rem 2rem;
}

#di #column_one .lotsearch form .lot_no {
  padding: 0.4rem 0.6rem;
  width: 84%;
  font-size: 1.1rem;
  border: 1px solid #aaa;
  float: left;
}

#di #column_one .lotsearch form .search {
  width: 12%;
  margin-left: 3%;
  font-size: 0.9rem;
  padding: 0.4rem 1.2rem;
  -webkit-appearance: none;
  border: none;
  background-color: #bf0d0d;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  float: right;
}

#di #column_one .lotsearch form .search:hover {
  opacity: 0.7;
}

#di #column_one .lotsearch form .notice {
  text-align: left;
  color: #666;
  font-size: 0.8rem;
  clear: both;
}

#di #column_one .lotsearch a.btn {
  width: 370px;
}

@media only screen and (max-width: 640px) {
  /* ロット別使用期限検索 */
  #di #column_one .lotsearch {
    margin: 10px 0px 0 0px;
  }

  #di #column_one .lotsearch form .lot_no {
    width: 70%;
    font-size: 1.1rem;
  }

  #di #column_one .lotsearch form .search {
    width: 22%;
    margin-left: 3%;
    font-size: 0.9rem;
  }

  #di #column_one .lotsearch a.btn {
    width: 100%;
  }
}

/* 逆引き検索 */
#di #column_one .r_search {
  margin: 10px 0 0 0;
}

#di #column_one .r_search form {
  border: 1px solid #ddd;
  background-color: #fff;
  margin: 20px 0px;
  padding: 1.6rem 2rem;
}

#di #column_one .r_search form .keyword {
  padding: 0.4rem 0.6rem;
  width: 84%;
  font-size: 1.1rem;
  border: 1px solid #aaa;
  float: left;
}

#di #column_one .r_search form .search {
  width: 12%;
  margin-left: 3%;
  font-size: 0.9rem;
  padding: 0.4rem 1.2rem;
  -webkit-appearance: none;
  border: none;
  background-color: #bf0d0d;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  float: right;
}

#di #column_one .r_search form .search:hover {
  opacity: 0.7;
}

#di #column_one .r_search form .notice {
  text-align: left;
  color: #666;
  font-size: 0.8rem;
  clear: both;
}

#di #column_one .r_search form h2 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 1rem 0 0.5rem;
}

#di #column_one .r_search form h2 span {
  font-size: 0.8rem;
  font-weight: 100;
  display: inline-block;
  margin-left: 5px;
}

#di #column_one .r_search form .checklist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}

#di #column_one .r_search form .checklist li {
  width: 33%;
  font-size: 0.9rem;
}

#di #column_one .r_search form .checklist li label {
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem 0;
  transition: 0.3s;
  color: #666;
}

#di #column_one .r_search form .checklist li label:hover {
  color: #000;
}

#di #column_one .r_search form .checklist li :checked + span {
  color: #000;
}

#di #column_one .r_search form .checklist li input {
  cursor: pointer;
  margin-right: 5px;
}

#di #column_one .r_search form #clearAll {
  border: none;
  cursor: pointer;
  margin: 20px auto 0;
  display: block;
  max-width: 300px;
  width: 100%;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0.5rem;
  border-radius: 5px;
  color: #666;
  transition: 0.3s;
}

#di #column_one .r_search form #clearAll:hover {
  background: #f6f6f6;
  color: #333;
}

#di #column_one .r_search a.back {
  background: #fff;
  color: #bb1919;
  border: 1px solid #bb1919;
  display: block;
  padding: 18px;
  max-width: 300px;
  width: 100%;
  border-radius: 5px;
  font-size: 1rem;
  box-sizing: border-box;
  text-align: center;
  margin: 40px auto 0;
  text-decoration: none;
  transition: 0.3s;
}

#di #column_one .r_search a.back:hover {
  background: #bb1919;
  color: #fff;
}

#di #column_one .r_search .error {
  color: #bb1919;
  background: #faeeee;
  border: 1px solid #e9d3d3;
  padding: 0.5rem;
  line-height: 1;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

#di #column_one .r_search .result {
  background: #eee;
  border: 1px solid #ddd;
  padding: 0.5rem;
  line-height: 1;
  font-size: 0.9rem;
  margin-bottom: 25px;
  font-weight: bold;
}

#di #column_one .r_search .result_list .frame:not(:last-of-type) {
  margin-bottom: 30px;
}

#di #column_one .r_search .result_list h2 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#di #column_one .r_search .result_list h2 a {
  display: inline-block;
  width: 140px;
  font-size: 0.9rem;
  color: #fff;
  background: #bb1919;
  border: 1px solid #bb1919;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  border-radius: 5px;
  vertical-align: 2px;
  transition: 0.3s;
  text-decoration: none;
}

#di #column_one .r_search .result_list h2 a:hover {
  background: #fff;
  color: #bb1919;
}

#di #column_one .r_search .result_list .frame {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
}

#di #column_one .r_search .result_list .frame div:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

#di #column_one .r_search .result_list .frame div p {
  font-weight: bold;
}

#di #column_one .r_search .result_list .frame div ul.code {
  display: flex;
  flex-wrap: wrap;
}

#di #column_one .r_search .result_list .frame div ul.code li {
  width: 360px;
  position: relative;
  padding-left: 180px;
  line-height: 1.5;
  font-size: 0.9rem;
  margin: 10px 0 0;
}
/* Alternative method for <meta name="format-detection" content="telephone=no"> */
#di #column_one .r_search .result_list .frame div ul.code li a {
  color: #333;
  pointer-events: none;
}

#di #column_one .r_search .result_list .frame div ul.code li span.highlight {
  font-weight: 100 !important;
  background: rgba(187, 25, 25, 0.15);
  display: inline-block;
  margin: 0 1px;
  padding: 0 2px;
}

#di #column_one .r_search .result_list .frame div ul.code li strong {
  position: absolute;
  display: block;
  text-align: center;
  left: 0;
  top: 0;
  width: 170px;
  background: #f7f0e8;
  line-height: 1.8;
  font-size: 0.8rem;
  border-radius: 4px;
  font-weight: normal;
}

@media only screen and (max-width: 1024px) {
  #di #column_one .r_search .result_list .frame div ul.code li {
    width: 50%;
  }
}

@media only screen and (max-width: 980px) {
  #di #column_one .r_search .result_list .frame div ul.code li {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  #di #column_one .r_search form .checklist li {
    width: 48%;
  }
  #di #column_one .r_search .result_list .frame div ul.code {
    display: block;
  }
  #di #column_one .r_search .result_list .frame div ul.code li {
    width: 100%;
    padding-left: 170px;
  }
  #di #column_one .r_search .result_list .frame div ul.code li:not(:last-child) {
    margin-bottom: 5px;
  }

  #di #column_one .r_search .result_list .frame div ul.code li strong {
    width: 160px;
  }
}

@media only screen and (max-width: 640px) {
  /* 逆引き検索 */

  #di #column_one .r_search form {
    margin: 20px 0px;
    padding: 1rem;
  }

  #di #column_one .r_search form .checklist li {
    width: 100%;
  }

  #di #column_one .r_search form .checklist li label {
    padding: 0.25rem 0;
  }

  #di #column_one .r_search form .checklist li label input {
    vertical-align: -2px;
  }

  #di #column_one .r_search {
    margin: 10px 0px 0 0px;
  }

  #di #column_one .r_search form .keyword {
    width: 70%;
    font-size: 1.1rem;
  }

  #di #column_one .r_search form .search {
    width: 22%;
    margin-left: 3%;
    font-size: 0.9rem;
  }
}

/* 210729add 吹き出しの追加*/

.pickup a.balloon {
  display: block;
  position: relative;
  transition: 0.3s;
}

.pickup a.balloon span {
  position: absolute;
  top: -90px;
  left: calc(-2.5% - 50px);
  width: calc(100% + 100px);
  box-sizing: border-box;
  padding: 5px;
  border-radius: 3px;
  background: #223148;
  color: #fff;
  font-size: 1rem;
  transition: 0.3s;
  line-height: 1.5;
  opacity: 0;
  z-index: -1;
}

.pickup a.balloon span sup {
  line-height: 1;
}

@media only screen and (max-width: 1180px) {
  .pickup a.balloon span {
    left: 0;
    width: 100%;
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 980px) {
  .pickup a.balloon span {
    display: none;
  }
}

.pickup a.balloon:hover span {
  opacity: 1;
  top: -80px;
  z-index: 1;
}
.pickup a.balloon span:after {
  position: absolute;
  top: 100%;
  left: calc(50% - 6px);
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-top: 6px solid #223148;
  content: "";
}

@media only screen and (min-width: 768px) {
  .disp_sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .disp_pc {
    display: none !important;
  }
}
