@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
  border: none;
}

/*---------------------
		共通クラス
---------------------*/
.clearfix {
  zoom: 1;
}

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

.sp {
  display: none;
}

.pc {
  display: block;
}

#jb_square .blue {
  background: #479eca;
}

#jb_square .orange {
  background: #ef6631;
}

#jb_square .purple {
  background: #714d9e;
}

#jb_square .yellow {
  background: #f1b73b;
}

#jb_square .green {
  background: #72b061;
}

#jb_square .glay {
  background: #666666;
}

#jb_square .pink {
  background: #eb6289;
}

#jb_square #contents #contentsinner #column_one .title_area {
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

#jb_square #contents #contentsinner #column_one .title_area .title {
  border: none;
}

#jb_square #contents #contentsinner #column_one .title_area .title span img {
  width: 4%;
}

#jb_square #contents #contentsinner #column_one .title_area p {
  font-weight: bold;
  font-size: 0.8rem;
}

#jb_square #contents #contentsinner #column_one .link_area {
  background: rgba(71, 158, 202, 0.4);
}

#jb_square #contents #contentsinner #column_one .link_area .link_inner {
  padding: 1rem;
}

#jb_square #contents #contentsinner #column_one .link_area .link_inner ul li {
  text-align: center;
  display: inline-block;
  margin-right: 0.1rem;
  width: 24%;
  vertical-align: middle;
  position: relative;
}

#jb_square #contents #contentsinner #column_one .link_area .link_inner ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  display: block;
  padding: 1.5rem 1rem;
}

#jb_square #contents #contentsinner #column_one .link_area .link_inner ul li .triangle {
  position: absolute;
  content: " ";
  z-index: 100;
}

#jb_square #contents #contentsinner #column_one .link_area .link_inner ul li:after {
  position: absolute;
  content: " ";
  height: 0;
  width: 0;
  bottom: 0.2rem;
  right: 0.2rem;
  border-top: 0.6rem solid transparent;
  border-right: 0.6rem solid #fff;
}

#jb_square #contents #contentsinner #column_one .link_area .link_inner ul :hover {
  opacity: 0.8;
}

#jb_square #contents #contentsinner #column_one .link_area .link_inner ul .new_line a {
  padding: 0.75rem 1rem;
}

#jb_square #contents #contentsinner #column_one .link_area .link_inner .link_list2 {
  margin-top: 0.5rem;
}

#jb_square #contents #contentsinner #column_one .info {
  margin: 1rem auto;
  width: 80%;
}

#jb_square #contents #contentsinner #column_one .info .right,
#jb_square #contents #contentsinner #column_one .info .left {
  display: inline-block;
  width: 48%;
}

#jb_square #contents #contentsinner #column_one .info .right a,
#jb_square #contents #contentsinner #column_one .info .left a {
  display: block;
}

#jb_square #contents #contentsinner #column_one .info .left {
  margin-right: 0.5rem;
}

#jb_square #contents #contentsinner #column_one .regi {
  background: #fff;
  width: 70%;
  margin: 0 auto;
  padding: 0.8rem 0.5rem;
}

#jb_square #contents #contentsinner #column_one .regi .text {
  display: inline-block;
  width: 64%;
}

#jb_square #contents #contentsinner #column_one .regi .regi_button {
  width: 35%;
  display: inline-block;
}

#jb_square #contents #contentsinner .pickup {
  background: #f9f9f9;
  margin-top: 0.5rem;
}

#jb_square #contents #contentsinner .pickup .pickup_inner {
  padding: 0.5rem 0.8rem;
}

#jb_square #contents #contentsinner .pickup .pickup_inner h2 {
  margin: 1rem 0;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .left {
  margin-right: 0.5rem;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .left,
#jb_square #contents #contentsinner .pickup .pickup_inner .right {
  display: inline-block;
  width: 49%;
  background: #fff;
  vertical-align: top;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .left .category,
#jb_square #contents #contentsinner .pickup .pickup_inner .right .category {
  border: 1px #ccc solid;
  padding: 1rem 0.5rem;
  text-align: left;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .left .category li,
#jb_square #contents #contentsinner .pickup .pickup_inner .right .category li {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  width: 32%;
  text-align: center;
  padding: 0.2rem;
  font-size: 0.8rem;
  margin-top: 0.2rem;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .left .category .long,
#jb_square #contents #contentsinner .pickup .pickup_inner .right .category .long {
  width: 50%;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .topic {
  border: 1px #ccc solid;
  border-top: none;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .topic .topic_inner {
  padding: 0.5rem;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .topic .topic_inner .topic_index {
  padding: 0.5rem 0 0.5rem;
  font-weight: bold;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .topic .topic_inner .topic_index span {
  border: 1px #333 solid;
  border-radius: 2px;
  padding: 0.2rem;
  margin-right: 0.5rem;
  font-size: 0.8rem;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .topic .topic_inner .topic_title span {
  color: #bf0d0d;
  border: 1px #bf0d0d solid;
  font-size: 0.8rem;
  border-radius: 2px;
  padding: 0.1rem 0.5rem;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .topic .topic_inner .topic_title .pdf_icon {
  border: none;
  margin-left: -0.8rem;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .topic .topic_inner .doctor {
  margin: 0.5rem 0;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .topic .topic_inner .doctor .doctor_img {
  float: left;
  width: 40%;
  vertical-align: top;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .topic .topic_inner .doctor .doctor_img img {
  width: 100%;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .topic .topic_inner .doctor .doctor_info {
  float: right;
  width: 55%;
  text-align: right;
  vertical-align: top;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .topic .topic_inner .doctor .doctor_info p {
  color: #666;
  font-size: 0.9rem;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .topic .topic_inner .doctor .pdf_img {
  float: left;
  width: 20%;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .topic .topic_inner .doctor .pdf_info {
  width: 80%;
  text-align: left;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .topic .topic_inner .more {
  border: 2px #2b5186 solid;
  color: #2b5186;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.2rem 0;
  font-weight: bold;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .topic .topic_inner .more span {
  margin-right: 0.2rem;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .topic .topic_inner .more .pdf_icon {
  vertical-align: top;
}

#jb_square #contents #contentsinner .pickup .pickup_inner .topic .topic_inner .more .pdf_icon img {
  width: 3.5%;
}

#jb_square #contents #contentsinner .literature {
  padding: 1rem 0.8rem;
  background: #f18e3e;
  margin-top: 0.5rem;
}

#jb_square #contents #contentsinner .literature .literature_title_area {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}

#jb_square #contents #contentsinner .literature .literature_title_area .sub-title {
  font-weight: bold;
}

#jb_square #contents #contentsinner .literature .literature_title_area .sub-title span {
  border: 1px #333 solid;
  padding: 0.2rem;
  margin-right: 0.5rem;
}

#jb_square #contents #contentsinner .literature .literature_title_area h3 {
  margin-top: 1rem;
}

#jb_square #contents #contentsinner .literature .info_area {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
  float: right;
  background: #fff;
}

#jb_square #contents #contentsinner .literature .info_area dl {
  padding: 0.5rem 1rem;
}

#jb_square #contents #contentsinner .literature .info_area dl dd,
#jb_square #contents #contentsinner .literature .info_area dl dt {
  width: 40%;
  display: inline-block;
  margin: 0.5rem 0;
}

#jb_square #contents #contentsinner .literature_glay {
  background: #d2e2e8;
}

#jb_square #contents #contentsinner .view {
  margin-top: 1rem;
}

#jb_square #contents #contentsinner .view a {
  color: #333;
  text-decoration: none;
}

#jb_square #contents #contentsinner .view .left {
  width: 48%;
  float: left;
  background: #fff;
  border: 1px #ccc solid;
  position: relative;
}

#jb_square #contents #contentsinner .view .left:after {
  position: absolute;
  content: " ";
  height: 0;
  width: 0;
  bottom: 0.2rem;
  right: 0.2rem;
  border-top: 1rem solid transparent;
  border-right: 1rem solid #083e7c;
}

#jb_square #contents #contentsinner .view .right {
  width: 48%;
  float: right;
  background: #fff;
  border: 1px #ccc solid;
  position: relative;
}

#jb_square #contents #contentsinner .view .right:after {
  position: absolute;
  content: " ";
  height: 0;
  width: 0;
  bottom: 0.2rem;
  right: 0.2rem;
  border-top: 1rem solid transparent;
  border-right: 1rem solid #083e7c;
}

#jb_square #contents #contentsinner .view .view_inner {
  padding: 0.5rem;
}

#jb_square #contents #contentsinner .view .view_inner .inner_left {
  display: inline-block;
  width: 35%;
  text-align: center;
  vertical-align: middle;
}

#jb_square #contents #contentsinner .view .view_inner .inner_right {
  display: inline-block;
  width: 63%;
  vertical-align: middle;
  font-weight: bold;
}

/* line 366, ../html/sass/style.scss */
#jb_square #contents #contentsinner .view .view_inner .inner_right p {
  margin-top: 0.2rem;
  font-size: 0.7rem;
}

/* line 376, ../html/sass/style.scss */
.jb_square_top {
  background: url(../img/square_bg.png) no-repeat !important;
  background-size: 100% auto !important;
}

/* line 387, ../html/sass/style.scss */
#s_infection #contents #contentsinner #column_left .header_area h1 {
  position: relative;
  padding: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  border-left: 5px solid #bf0d0d;
  color: #333;
}

#contents #contentsinner #column_left .index_area .index {
  border-bottom: 2px #ccc solid;
}

#contents #contentsinner #column_left .index_area .index a:link,
#contents #contentsinner #column_left .index_area .index a:visited,
#contents #contentsinner #column_left .index_area .index a:hover,
#contents #contentsinner #column_left .index_area .index a:active {
  color: #333;
  text-decoration: none;
}

/* line 779, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .header_area h1 {
  position: absolute;
  top: 50%;
  /* Safari用 */
  transform: translate(3px, -50%);
  padding: 0.4rem 1rem;
  color: #fff;
  font-size: 1.5rem;
  vertical-align: middle;
}

/* line 399, ../html/sass/style.scss */
#contents #contentsinner #column_left section article .pdf_link a {
  background: #666;
}

#contents #contentsinner #column_left section .page ul .active a {
  background: #666;
}

/* line 413, ../html/sass/style.scss */
#contents #contentsinner #column_left section h4 {
  color: #333;
}

/* line 418, ../html/sass/style.scss */
#contents #contentsinner #column_left section .bucknum ul li {
  background: url(../img/gray_arrow.png) no-repeat;
}

/* line 435, ../html/sass/style.scss */
#autoimmune #contents #contentsinner #column_left .header_area h1 {
  background: #ef6631;
}

/* line 483, ../html/sass/style.scss */
#pmdm #contents #contentsinner #column_left .header_area h1 {
  background: #714d9e;
}

/* line 483, ../html/sass/style.scss */
#kd #contents #contentsinner #column_left .header_area h1 {
  background: #6083be;
}

/* line 531, ../html/sass/style.scss */
#mg #contents #contentsinner #column_left .header_area h1 {
  background: #f1b73b;
}

/* line 579, ../html/sass/style.scss */
#aom #contents #contentsinner #column_left .header_area h1 {
  background: #72b061;
}

/* line 483, ../html/sass/style.scss */
#hemophilia #contents #contentsinner #column_left .header_area h1 {
  background: #c0504d;
}

/* line 509, ../html/sass/style.scss */
#hemophilia #contents #contentsinner #column_left section h4 {
  color: #c0504d;
}

#hemophilia #contents #contentsinner #column_left span img.window {
  max-width: 100%;
  height: auto;
  padding: 0 0 1px 5px;
}

#hemophilia #contents #contentsinner #column_left .reference span img.window {
  padding: 0 0 5px 5px;
}

.jb_square #hemophilia #contents #contentsinner #column_left section article .article_text p span {
  border: none;
  margin-right: 0;
  padding: 0;
}

/* line 627, ../html/sass/style.scss */
#hbv #contents #contentsinner #column_left .header_area h1 {
  background: #666666;
}

/* line 673, ../html/sass/style.scss */
#dic #contents #contentsinner #column_left .header_area h1 {
  background: #eb6289;
}

/* line 699, ../html/sass/style.scss */
#dic #contents #contentsinner #column_left section h4 {
  color: #eb6289;
}

/* line 721, ../html/sass/style.scss */
#tetanus #contents #contentsinner #column_left .header_area h1 {
  background: #826150;
}

/* line 747, ../html/sass/style.scss */
#tetanus #contents #contentsinner #column_left section h4 {
  color: #826150;
}

/* line 768, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .header_area {
  width: 100%;
  position: relative;
}

/* line 771, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .header_area .header_bg {
  z-index: -1;
  width: 100%;
  position: relative;
}

/* line 775, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .header_area .header_bg img {
  width: 100%;
}

/* line 779, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .header_area h1 {
  position: absolute;
  top: 50%;
  /* Safari用 */
  transform: translate(3px, -50%);
  padding: 0.4rem 1rem;
  color: #fff;
  font-size: 1.5rem;
  vertical-align: middle;
}

/* line 791, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .info_head h1 {
  border-left: 5px #bf0d0d solid;
  padding-left: 0.5rem;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

/* line 797, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .info_head p {
  font-size: 0.8rem;
  color: #333;
}

/* line 802, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .index_area {
  margin-top: 1rem;
}

/* line 804, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .index_area .index {
  font-weight: bold;
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  vertical-align: middle;
}

.jb_square #contents #contentsinner #column_left .index_area .fontS {
  font-size: 1.4rem;
}

/* line 808, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .index_area .index span {
  border: 1px #333 solid;
  padding: 0.15rem 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.15rem;
  font-size: 0.8rem;
  line-height: 1rem;
  background: #fff;
  font-weight: normal;
  vertical-align: bottom;
  display: block;
  float: left;
  text-align: center;
  /*width: 70px;*/
}

/* line 820, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .index_area p {
  margin-top: 0.5rem;
}

/* line 824, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .article_area {
  margin-top: 0.5rem;
}

/* line 827, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section {
  margin-top: 1rem;
  border: 1px #ccc solid;
  background: #fff;
}

.jb_square #contents #contentsinner #column_left section div.listLink {
  border-top: 1px solid #ccc;
  text-align: center;
  padding: 0.4rem 0 0.2rem 0;
}

.jb_square #contents #contentsinner #column_left section div.listLink i {
  margin-right: 0.5rem;
}

/* line 831, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section .doctor {
  background: #eee;
}

/* line 834, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section .doctor ul li {
  font-size: 0.8rem;
}

/* line 838, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section .doctor a {
  font-size: 0.8rem;
}

/* line 842, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section .doctor .article_text p {
  margin-top: 0;
}

/* line 848, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section .text_area p {
  margin-bottom: 1rem;
  font-size: 0.8rem;
}

/* line 853, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article {
  padding: 0.5rem 0.8rem;
  position: relative;
}

/* line 853, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article.series {
  padding: 0;
}

/* line 856, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .doctor_area {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px #ccc dotted;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

/* line 860, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .doctor_area .left,
.jb_square #contents #contentsinner #column_left section article .doctor_area .right {
  width: 48%;
}

/* COVID layout */
.jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  text-decoration: none;
  width: 100% !important;
  box-sizing: border-box;
}

.jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame:before {
  position: absolute;
  content: "";
  display: block;
  height: calc(100% - 0.5rem);
  width: 1px;
  background: #ccc;
  top: 0;
  left: 50%;
  text-decoration: none;
}

.jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame {
  display: block !important;
  justify-content: space-between;
  position: relative;
  width: 100% !important;
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 0 0 5px !important;
}

.jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame .left {
  width: 49%;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame .right {
  width: 49%;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame .covid_bgarea .covid_info {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  margin: 50px -10px;
  position: relative;
}

.jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame .covid_bgarea .covid_info .date {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 0.8rem;
  background-color: #fff;
  color: #c00;
  line-height: 1.2rem;
  padding: 0 8px;
  border-radius: 4px;
}

.jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame .covid_bgarea .covid_info .count {
  right: 10px;
  bottom: 10px;
  background-color: #fff;
  border: 1px solid #666;
  color: #333;
  line-height: 1.4rem;
  padding: 0 8px;
  font-size: 0.9rem;
  display: inline-block;
  border-radius: 4px;
  margin-right: 5px;
  vertical-align: 1px;
}

.jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame .covid_bgarea .covid_info a:hover {
  opacity: 1 !important;
}

.jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame .left .covid_bgarea {
  display: block;
  width: 100%;
  background: url(../covid-19/img/bg_asakura.jpg) top center;
  background-size: cover;
  padding: 10px;
}

.jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame .right .covid_bgarea {
  display: block;
  width: 100%;
  background: url(../covid-19/img/bg_gando.jpg) top center;
  background-size: cover;
  padding: 10px;
}

.jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame .covid_info {
  font-weight: bold;
}

.jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame a.nolink:hover {
  color: #333;
  text-decoration: none;
  opacity: 1;
}

.jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame p.txt_right {
  text-align: right;
  padding: 10px 0;
  font-size: 0.8rem;
}

.jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame .listLink {
  margin-top: 10px;
  background: #fff;
  border: none;
  border: 1px solid #000;
  line-height: 1;
  padding: 9px 0 7px;
}

.covid_banner_column_area_a {
  display: none;
}

.covid_banner_column_area_g {
  display: none;
}

#column_right.column_g .covid_banner_column_area_g {
  display: block;
}

#column_right.column_a .covid_banner_column_area_a {
  display: block;
}

@media only screen and (max-width: 980px) {
  .jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame {
    display: block;
  }
  .jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame .left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
  }
  .jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame .right {
    width: 100%;
    margin-left: 0%;
  }
  .jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame:before {
    display: none;
  }
  .jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame .left .listLink {
    margin-bottom: 5px;
  }
  .jb_square #contents #contentsinner #column_left section article .doctor_area.covid_frame .right .listLink {
    margin-bottom: 5px;
  }
}
.jb_square #contents #contentsinner #column_left section article .doctor_area p.covid_info a {
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
}

.jb_square #contents #contentsinner #column_left section article .doctor_area p.covid_info a.new:after {
  content: "NEW";
  border: 1px #df2d2d solid;
  color: #df2d2d;
  background: #fff;
  padding: 0.15rem 0.5rem;
  line-height: 0;
  display: inline;
  text-align: center;
  font-size: 0.65rem;
  border-radius: 2.5px;
  vertical-align: 2px;
  margin-left: 5px;
}

.jb_square #contents #contentsinner #column_left section article .doctor_area p.covid_info a:hover::after {
  text-decoration: none !important;
}

/* line 863, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .doctor_area .left .doctor_img,
.jb_square #contents #contentsinner #column_left section article .doctor_area .right .doctor_img {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
}

/* line 867, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .doctor_area .left .doctor_img img,
.jb_square #contents #contentsinner #column_left section article .doctor_area .right .doctor_img img {
  width: 100%;
}

/* line 871, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .doctor_area .left .doctor_info,
.jb_square #contents #contentsinner #column_left section article .doctor_area .right .doctor_info {
  display: inline-block;
  width: 55%;
  vertical-align: middle;
}

/* line 875, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .doctor_area .left .doctor_info p,
.jb_square #contents #contentsinner #column_left section article .doctor_area .right .doctor_info p {
  font-size: 0.8rem;
}

/* line 880, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .doctor_area .left {
  float: left;
}

/* line 883, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .doctor_area .right {
  float: right;
}

/* line 887, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .i_doctor_area {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 891, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .i_doctor_area .more {
  width: 100%;
  margin: 1rem auto 0;
}

.jb_square #contents #contentsinner #column_left section article {
  display: table;
  width: 100%;
}

/* line 905, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .series_title {
  font-size: 1.5rem;
  margin: 0 0 1rem;
  font-weight: bold;
  line-height: 2rem;
}

@media only screen and (max-width: 480px) {
  .jb_square #contents #contentsinner #column_left section article .series_title {
    font-size: 1.2rem !important;
  }
}
/* line 910, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .series_title span {
  border: 1px #333 solid;
  padding: 0.1rem 0.8rem;
  margin-right: 0.5rem;
  font-size: 1rem;
  line-height: normal;
  background: #fff;
  vertical-align: 3px;
  font-weight: bold;
  color: #000;
  display: inline-block;
}

/* line 923, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .series_title .seri {
  background: #df2d2d;
  color: #fff;
  border: 1px #df2d2d solid;
}

/* line 930, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .index_p {
  padding: 0.3rem 0.5rem 0 0.5rem;
  font-size: 0.9rem;
  width: 100%;
  display: block;
}

/* line 933, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .index_p sup {
  vertical-align: super;
}

/* line 896, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .image {
  display: table-cell;
  width: 180px;
  vertical-align: top;
  padding-right: 0.5rem;
}

/* line 901, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .image img {
  width: 100%;
}

.jb_square #contents #contentsinner #column_left section article .series_column {
  display: table;
  padding-top: 15px;
  width: 49%;
  float: left;
  font-size: 0.9rem;
}

.jb_square #contents #contentsinner #column_left section article .series_column:nth-child(2n+1) {
  padding-left: 2%;
}

.jb_square #contents #contentsinner #column_left section article .series_column:nth-child(2n+2) {
  clear: both;
}

@media only screen and (max-width: 480px) {
  .jb_square #contents #contentsinner #column_left section article .series_column {
    width: 100%;
    float: none;
  }
  .jb_square #contents #contentsinner #column_left section article .series_column:nth-child(2n+1) {
    padding-left: 0%;
  }
}
.jb_square #contents #contentsinner #column_left section article .series_column .img {
  width: 90px;
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
  box-sizing: border-box;
}

.jb_square #contents #contentsinner #column_left section article .series_column .img a img {
  border: 1px solid #ddd;
  width: 80px;
}

.jb_square #contents #contentsinner #column_left section article .series_column .link {
  display: table-cell;
  vertical-align: top;
}

.jb_square #contents #contentsinner #column_left section article .link .seri {
  padding: 0.1rem 0;
  margin-right: 0.3rem;
  font-size: 0.8rem;
  line-height: normal;
  vertical-align: middle;
  font-weight: 100;
  display: block;
  width: 60px;
  text-align: center;
  background: #df2d2d;
  color: #fff;
  border: 1px #df2d2d solid;
  border-radius: 3px;
}

/* line 937, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .article_text {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.jb_square #contents #contentsinner #column_left section article .inner .article_text p.data {
  padding-bottom: 0;
}

/* line 941, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .article_text p {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}

/* line 944, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .article_text p span {
  border: 1px #333 solid;
  padding: 0.2rem 0.5rem;
  margin-right: 0.5rem;
  background: #fff;
  color: #000;
}

/* line 952, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .article_text .pdf {
  border: none;
  padding: 0;
}

/* line 955, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .article_text .pdf img {
  vertical-align: -4px;
}

/* line 960, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .article_text ul li {
  font-size: 0.8rem;
}

/* line 964, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .inner .article_text p.new,
.jb_square #contents #contentsinner #column_left .article_text p.new,
.jb_square #contents #contentsinner #column_left .link p.new {
  border: 1px #df2d2d solid;
  color: #df2d2d;
  background: #fff;
  padding: 0.1rem 0.5rem;
  line-height: 0;
  display: inline;
  text-align: center;
  font-size: 0.65rem;
  border-radius: 2.5px;
  vertical-align: middle;
}

/* line 976, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .article_text .data {
  text-align: right;
}

/* line 976, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .article_text .inner .data {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.jb_square #hemophilia #contents #contentsinner #column_left section article .article_text .data {
  text-align: right;
  padding-bottom: 95px;
}

.jb_square #tetanus #contents #contentsinner #column_left section article .article_text {
  padding-bottom: 10px;
}

/* line 979, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .article_text h3 {
  font-weight: bold;
  font-size: 1.2rem;
}

/* line 983, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .article_text .right {
  text-align: right;
}

/* line 987, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .article_text_full {
  width: 100%;
}

/* line 990, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .article_list {
  width: 100%;
  clear: both;
}

/* line 993, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .article_list h4 {
  border-left: 5px #666666 solid;
  padding-left: 0.5rem;
  font-weight: bold;
  color: #333 !important;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

/* line 1001, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .article_list .article {
  margin-bottom: 1rem;
}

/* line 1005, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .article_list .commentary .text {
  width: 75%;
  display: inline-block;
  vertical-align: top;
}

/* line 1010, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .article_list .commentary .right {
  float: right;
  width: 50%;
}

/* line 1014, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .article_list .commentary .left {
  float: left;
  width: 48%;
}

/* line 1021, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .article_list .commentary ul li a img {
  vertical-align: bottom;
  width: auto;
  height: 22px;
}

.jb_square #contents #contentsinner #column_left section article .image_icn {
  width: 23%;
  float: left;
  margin-right: 2%;
}

/* line 1029, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .pdf_link {
  overflow: hidden;
  width: 100px;
  margin: 0 0 0 auto;
  text-align: center;
}

/* line 1034, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .pdf_link a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0.3rem 1rem;
}

/* line 1039, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .pdf_link a span {
  margin-left: 0.5rem;
}

/* line 1041, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .pdf_link a span img {
  vertical-align: -5px;
}

/* line 1047, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article h4 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

/* line 1052, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .text {
  margin-bottom: 1.5rem;
}

.jb_square #contents #contentsinner #column_left section article .text img {
  max-width: auto;
  width: 100%;
}

.jb_square #contents #contentsinner #column_left section article .text a.open img {
  width: auto;
}

/* line 1054, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .text .right {
  float: right;
  width: 25%;
  clear: both;
  margin: 0 0 1rem 1rem;
}

/* line 1060, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .text .left {
  float: left;
  clear: both;
  width: 25%;
  margin: 0 1rem 1rem 0;
}

/* line 1066, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .text span {
  font-weight: bold;
}

/* line 1070, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .center {
  margin: 0 auto 1rem;
  display: block;
}

/* line 1074, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .anno {
  font-size: 0.8rem;
  margin-left: 0.8rem;
}

/* line 1077, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .anno span {
  margin-left: -0.8rem;
}

/* line 1081, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .anno_two {
  font-size: 0.8rem;
  margin-left: 1.6rem;
}

/* line 1084, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .anno_two span {
  margin-left: -1.6rem;
}

/* line 1088, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .right_anno {
  text-align: right;
  font-size: 0.8rem;
}

/* line 1092, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .q_text {
  font-weight: bold;
  font-size: 1rem;
}

.jb_square #contents #contentsinner #column_left section article .text {
  line-height: 2;
  letter-spacing: 0.05em;
}

/* line 1096, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .graf_area {
  text-align: center;
  margin-bottom: 1.5rem;
}

/* line 1099, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .graf_area .graf_title {
  font-weight: bold;
  font-size: 1rem;
}

/* line 1103, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .graf_area .data {
  font-size: 0.5rem;
  text-align: right;
}

/* line 1108, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .table_area {
  margin-bottom: 1.5rem;
}

/* line 1110, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .table_area .table_title {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}

/* line 1115, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .table_area table {
  margin: 0 auto;
  border-right: 1px #ccc solid;
  border-left: 1px #ccc solid;
  border-top: 1px #ccc solid;
}

/* line 1120, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .table_area table tr {
  border-bottom: 1px #ccc solid;
}

/* line 1122, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .table_area table tr th,
.jb_square #contents #contentsinner #column_left section article .table_area table tr td {
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
}

/* line 1127, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .table_area table tr th {
  width: 50%;
}

/* line 1130, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .table_area table tr td {
  width: 40%;
}

/* line 1135, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .table_area .data {
  text-align: right;
  font-size: 0.8rem;
  font-weight: bold;
}

/* line 1141, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .pdf_file {
  font-size: 0.8rem;
  line-height: 1rem;
  display: inline-block;
}

/* line 1145, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section article .pdf_file span {
  border: none !important;
  margin: 0;
  padding: 0 !important;
}

.jb_square #contents #contentsinner #column_left section article .pdf_file span img {
  width: 1.2rem;
}

/* line 1152, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section .more {
  border: 2px #333333 solid;
  color: #333333;
  background: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.3rem 0 0.2rem;
  font-weight: bold;
  margin-top: 1rem;
  position: relative;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.jb_square #contents #contentsinner #column_left section .more:hover {
  opacity: 1;
}

/* line 1169, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section .more span {
  margin-right: 0.2rem;
  vertical-align: middle;
  display: inline-block;
}

.jb_square #contents #contentsinner #column_left section .more span img {
  height: 22px;
  width: auto;
}

/* line 1175, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section .page {
  margin: 2rem 0;
}

/* line 1177, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section .page ul {
  text-align: center;
}

/* line 1179, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section .page ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -0.1rem;
}

/* line 1183, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section .page ul li a {
  border: 1px #ccc solid;
  padding: 1rem 1.3rem;
  text-decoration: none;
  color: #666;
  display: block;
  font-size: 1.3rem;
}

/* line 1190, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section .page ul li img {
  margin: 0 1rem;
  vertical-align: top;
}

/* line 1197, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section .page ul .next a,
.jb_square #contents #contentsinner #column_left section .page ul .prev a {
  border: none;
  padding: 0;
}

/* line 1203, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section .page ul .active a {
  color: #fff;
}

/* line 1209, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section .bucknum {
  margin: 0 0.8rem 1rem;
  border: 5px #eee solid;
  padding: 1rem;
}

/* line 1213, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section .bucknum h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0.5rem 0 1.2rem;
}

/* line 1213, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section .bucknum h3 a {
  text-decoration: none;
  color: #333;
  line-height: 1.5;
}

.jb_square #contents #contentsinner #column_left section .bucknum h3 a:hover {
  text-decoration: none;
}

/* line 1220, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section .bucknum ul li {
  font-size: 0.8rem;
  margin: 0.5rem;
  padding-left: 1rem;
  background-position: 0 8px !important;
}

/* line 1225, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section .bucknum ul li a {
  text-decoration: none;
  color: #333;
}

/* line 1229, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left section .bucknum ul li span {
  margin-left: -1rem;
}

.jb_square #contents #contentsinner #column_left .hbv_article h5 {
  font-weight: bold;
}

/* line 1238, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article .hbv_head {
  padding-bottom: 0;
}

/* line 1240, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article .hbv_head .hbv_title {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

/* line 1244, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article .hbv_head .text {
  margin-bottom: 0;
}

/* line 1247, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article .hbv_head ul {
  display: table;
  background-color: #666666;
  width: 100%;
  margin-bottom: 0.8rem;
}

/* line 1251, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article .hbv_head ul li {
  display: table-cell;
  background-position: 0px center;
}

/* line 1255, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article .hbv_head ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0.5rem 0 0.5rem 1rem;
}

.jb_square #contents #contentsinner #column_left .hbv_article .hbv_head ul li a:before {
  content: "\f0d7";
  font-family: FontAwesome;
  padding-right: 3px;
  color: #fff;
}

/* line 1264, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article .hbv_head .vertical {
  display: block;
}

/* line 1266, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article .hbv_head .vertical li {
  display: block;
}

/* line 1269, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article .hbv_head .vertical li a span {
  vertical-align: -6px;
}

.jb_square #contents #contentsinner #column_left .hbv_article .hbv_head ul li.pdf_list a:before {
  content: none;
  font-family: none;
}

.jb_square #contents #contentsinner #column_left .hbv_article .hbv_head .vertical .pdf_list {
  background: none;
}

/* line 1276, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article .hbv_head .vertical .pdf_list a {
  padding: 0.5rem;
}

.jb_square #contents #contentsinner #column_left .hbv_article .hbv_head .vertical .pdf_list a img {
  width: auto;
  height: 22px;
}

/* line 1283, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .hbv_subtitle {
  font-size: 1.4rem;
  color: #000;
  border-bottom: 2px #999 solid;
  padding-bottom: 0.2rem;
  clear: both;
}

/* line 1290, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .hbv_text .right {
  float: right;
}

/* line 1293, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .hbv_text .left {
  float: left;
  width: 65%;
}

/* line 1297, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .hbv_text .sub_title {
  font-weight: bold;
}

/* line 1301, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .q_text {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

/* line 1305, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .q_text_margin {
  margin-top: 1.5rem;
}

/* line 1308, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .hbv_inner {
  background: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  border: 1px #ccc solid;
}

/* line 1313, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .hbv_inner .title {
  color: #083e7c;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

/* line 1319, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .hbv_inner .red {
  color: #bf0d0d;
}

/* line 1322, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .hbv_inner .anti_title {
  color: #083e7c;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

/* line 1328, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .hbv_inner .text {
  margin-bottom: 0;
}

/* line 1331, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .hbv_inner .image_title {
  font-weight: bold;
  text-align: center;
}

/* line 1336, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .hbv_inner ul li {
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}

/* line 1339, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .hbv_inner ul li span {
  margin-left: -1rem;
}

/* line 1345, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .hbv_inner_center {
  text-align: center;
}

/* line 1348, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .anti {
  margin-top: 2rem;
}

/* line 1351, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .red {
  color: #bf0d0d;
}

/* line 1355, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .ex .ex_title {
  font-weight: bold;
  font-size: 1rem;
}

/* line 1359, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .ex .right {
  float: right;
  width: 48%;
}

/* line 1363, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .ex .left {
  float: left;
  width: 48%;
}

/* line 1367, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .ex .image {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

/* line 1371, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .ex .image img {
  width: 80%;
}

/* line 1375, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .ex .text {
  display: inline-block;
  width: 65%;
  vertical-align: top;
}

/* line 1381, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .term {
  padding-top: 1rem;
  border-top: 1px #ccc dotted;
}

/* line 1384, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_article article .term h4 {
  margin-bottom: 0.5rem;
}

/* line 1390, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_top_link {
  margin: 2rem;
  text-align: center;
}

/* line 1393, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_top_link a {
  padding: 0.5rem 4rem;
  display: inline-block;
  border: 2px #333 solid;
  background: #fff;
  color: #333;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
}

/* line 1402, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .hbv_top_link a span {
  margin-right: 1rem;
  vertical-align: -2px;
}

.jb_square #contents #contentsinner #column_left .v_info {
  margin-top: 1rem;
  background: #fff;
  border: 1px solid #ccc;
}

/* line 1411, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .v_info h2 {
  background: #fff;
  color: #333;
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}

/* line 1418, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .v_info .v_info_inner {
  line-height: 130%;
  margin: 1rem;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

/* line 1422, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .v_info .v_info_inner .info {
  width: 50%;
  float: left;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.jb_square #contents #contentsinner #column_left .v_info .v_info_inner .info:nth-child(1) {
  border-right: 1px solid #ccc;
  padding-right: 2%;
}

.jb_square #contents #contentsinner #column_left .v_info .v_info_inner .info:nth-child(2) {
  padding-left: 2%;
}

/* line 1428, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .v_info .v_info_inner .info .image {
  display: inline-block;
  width: 35%;
  vertical-align: top;
}

/* line 1433, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .v_info .v_info_inner .info .text {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  font-size: 0.8rem;
}

/* line 1438, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .v_info .v_info_inner .info .text a {
  font-size: 1rem;
}

/* line 1441, ../html/sass/style.scss */
.jb_square #contents span.pdf img {
  vertical-align: -5px;
  width: auto;
  height: 22px;
}

/* line 1446, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .v_info .v_info_inner .info .text .info_text {
  margin-bottom: 1rem;
}

/* line 1450, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .v_info .v_info_inner .info .data {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 1rem;
  line-height: 1.1rem;
}

/* line 1459, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .reference {
  margin-top: 1rem;
  background: #fff;
  border: 1px solid #ccc;
}

/* line 1464, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .reference h2 {
  background: #fff;
  color: #333;
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}

/* line 1471, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .reference .reference_inner {
  line-height: 130%;
  margin: 1rem;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

/* line 1473, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .reference .reference_inner .books {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin-right: 0.5rem;
}

.jb_square #contents #contentsinner #column_left .reference .reference_inner .books:nth-child(1) {
  margin-right: 2%;
  border-right: 1px solid #ccc;
  padding-right: 2%;
}

/* line 1478, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .reference .reference_inner .books .image {
  display: block;
  width: 35%;
  vertical-align: top;
  float: left;
}

/* line 1484, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .reference .reference_inner .books .text {
  display: block;
  width: 60%;
  vertical-align: top;
  font-size: 0.8rem;
  float: right;
}

/* line 1490, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .reference .reference_inner .books .text a {
  font-size: 1rem;
}

/* line 1493, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .reference .reference_inner .books .text p {
  margin-top: 0.5rem;
}

/* line 1493, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .reference .reference_inner .books .text span img,
.jb_square #contents #contentsinner #column_left .reference .reference_inner .book .text span img {
  height: 22px;
  width: auto;
  vertical-align: -5px;
}

/* line 1497, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .reference .reference_inner .books:after {
  display: block;
  content: " ";
  clear: both;
}

/* line 1502, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .reference .reference_inner .books:last-child {
  margin-right: 0;
}

/* line 1507, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .reference .reference_inner .book .image {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

/* line 1511, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .reference .reference_inner .book .image img {
  width: 70%;
}

/* line 1515, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .reference .reference_inner .book .text {
  display: inline-block;
  width: 70%;
  vertical-align: top;
  font-size: 0.8rem;
}

/* line 1520, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .reference .reference_inner .book .text a {
  font-size: 1rem;
}

/* line 1523, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .reference .reference_inner .book .text p {
  margin-top: 0.5rem;
}

/* line 1528, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .reference .reference_inner .more {
  border: 2px #2b5186 solid;
  color: #2b5186;
  background: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.2rem 0;
  font-weight: bold;
  margin-top: 1rem;
}

/* line 1539, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .reference .reference_inner .more span {
  margin-right: 0.2rem;
}

.jb_square #contents #contentsinner #column_left .reference .reference_inner .more span img {
  height: 22px;
}

/* line 1543, ../html/sass/style.scss */
.jb_square #contents #contentsinner #column_left .reference .reference_inner .more .pdf img {
  width: 3%;
}

/* line 1558, ../html/sass/style.scss */
#rightcolumn .link p {
  font-size: 0.8rem;
  padding-left: 0.6rem;
}

/* line 1563, ../html/sass/style.scss */
#rightcolumn .direction {
  margin-top: 0.5rem;
  border: 1px #ccc solid;
  padding: 0.5rem;
  background: linear-gradient(to bottom, #ffffff 0%, #dddddd 100%);
}

/* line 1569, ../html/sass/style.scss */
#rightcolumn .direction .icon {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
  background: url(../img/foma_icon.png) no-repeat;
  background-position: center left;
  height: 40px;
}

/* line 1577, ../html/sass/style.scss */
#rightcolumn .direction .text {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
  font-size: 0.8rem;
}

#ranking,
#info_jbsquare {
  margin-top: 10px;
  width: 100%;
  background: #fff;
}

#ranking .inner {
  padding: 10px;
  border: 1px solid #ccc;
}

#info_jbsquare .inner {
  padding: 0 10px 10px 10px;
  border: 1px solid #ccc;
}

#ranking .title,
#info_jbsquare .title {
  padding-bottom: 0.2rem;
  border-top: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-left: 1px #ccc solid;
  text-align: center;
  padding: 7px 0;
}

#ranking .title span,
#info_jbsquare .title span {
  font-size: 0.8rem;
}

#ranking .title .crown_icon {
  margin-right: 0.4rem;
  vertical-align: middle;
}

#ranking .title .crown_icon i {
  font-size: 18px;
  margin-top: 3px;
}

#info_jbsquare i {
  font-size: 1.2rem;
  padding-right: 8px;
}

#ranking .rank,
#info_jbsquare .box {
  margin-top: 0.5rem;
  border-bottom: 1px #ccc solid;
  font-size: 0.8rem;
  padding-bottom: 0.5rem;
  line-height: 130%;
}

#ranking .rank:last-child,
#info_jbsquare .box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#ranking .rank h4 {
  display: inline-block;
}

#ranking .rank span,
#info_jbsquare .box span {
  display: inline-block;
  background: #fff;
  padding: 3px;
  line-height: 100%;
  border: 1px solid #333;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  margin: -0.1rem 0 0 0.3rem;
}

#ranking .rank h5 a,
#ranking .rank span a,
#info_jbsquare .box h5 a,
#info_jbsquare .box span a {
  color: #333;
}

#ranking .rank h5 a:hover,
#ranking .rank span a:hover,
#info_jbsquare .box h5 a:hover,
#info_jbsquare .box span a:hover {
  color: #333;
  text-decoration: none;
}

#ranking .rank h5,
#info_jbsquare .box h5 {
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.3rem 0;
  margin-bottom: 0;
}

#ranking .rank a,
#info_jbsquare .box a {
  display: block;
}

.prescribe_frame {
  background: #f6eaea;
  margin-top: 15px;
  padding: 15px;
}

.prescribe_frame .head {
  font-size: 1.5rem;
  padding-bottom: 15px;
  padding-top: 3px;
  display: block;
  position: relative;
  padding-left: 1.7rem;
  line-height: 120%;
}

.prescribe_frame .head i {
  padding-right: 5px;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  top: 6px;
}

.prescribe_frame .inner {
  background: #fff;
  padding: 15px;
  width: 100%;
}

.prescribe_frame .inner .img {
  display: table-cell;
  vertical-align: top;
  width: 80px;
}

.prescribe_frame .inner .img img {
  vertical-align: bottom;
  width: 80px;
}

.prescribe_frame .inner .txt {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  font-size: 0.85rem;
}

.prescribe_frame .inner .txt a.pdf:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../img/pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -5px;
}

.prescribe_frame .inner ul {
  width: 100%;
  overflow: hidden;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.prescribe_frame .inner ul li {
  width: 49%;
  float: left;
  padding: 12px 12px 1.8rem 12px;
  margin-top: 15px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  position: relative;
}

.prescribe_frame .inner ul li span {
  position: absolute;
  right: 0.6rem;
  bottom: 0.4rem;
  font-size: 0.8rem;
  line-height: 1.4;
}

.prescribe_frame .inner ul li:nth-child(1),
.prescribe_frame .inner ul li:nth-child(2) {
  margin-top: 0;
}

.prescribe_frame .inner ul li:nth-child(even) {
  margin-left: 2%;
}

@media only screen and (max-width: 767px) {
  .prescribe_frame .inner ul li {
    width: 100%;
    float: none;
  }
  .prescribe_frame .inner ul li:nth-child(even) {
    margin-left: 0;
  }
  .prescribe_frame .inner ul li:nth-child(2) {
    margin-top: 15px;
  }
}
/*---------------------
		スマホ対応
---------------------*/
@media only screen and (max-width: 1260px) {
  /* line 1624, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .hbv_article .hbv_head {
    z-index: 2;
  }
  /*.jb_square #contents #contentsinner #column_left .hbv_article article {
    margin-top: -80px;
    padding-top: 90px;
  }*/
}
@media only screen and (max-width: 980px) {
  /* line 1642, ../html/sass/style.scss */
  #rightcolumn {
    overflow: hidden;
  }
  #rightcolumn .info_area {
    display: none;
  }
  /*
   #rightcolumn .info_area {
     display: block;
     vertical-align: top;
     width: 49%;
  float: left;
   }
   #rightcolumn .info_area:nth-child(2) {
    margin-left: 2%;
   }
  */
  /* line 1647, ../html/sass/style.scss */
  #rightcolumn .direction {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  #rightcolumn .info_area:nth-child(2) {
    margin-left: 0%;
  }
  /* line 1658, ../html/sass/style.scss */
  .sp {
    display: block;
  }
  /* line 1661, ../html/sass/style.scss */
  .pc {
    display: none !important;
  }
  /* line 1664, ../html/sass/style.scss */
  .container {
    width: 97%;
    margin: 0 auto;
  }
  /* line 1674, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .header_area h1 {
    font-size: 1rem;
    transform: translate(1.5px, -60%);
    -webkit-transform: translate(1.5px, -60%);
    padding: 0.1rem 0.3rem;
  }
  /* line 1682, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .info_head h1 {
    font-size: 1.2rem;
  }
  /* line 1697, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left section article .doctor_area {
    display: block;
  }
  .jb_square #contents #contentsinner #column_left section article .doctor_area:before {
    display: none;
  }
  .jb_square #contents #contentsinner #column_left section article .doctor_area .left,
  .jb_square #contents #contentsinner #column_left section article .doctor_area .right {
    clear: both;
    width: 100%;
  }
  /* line 1702, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left section article .doctor_area .left {
    margin-bottom: 1rem;
  }
  /* line 896, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left section article .image {
    width: 100px;
  }
  /* line 1706, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left section article .article_text {
    display: block;
    width: 100%;
  }
  /* line 1709, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left section article .article_text p {
    margin-top: 0.5rem;
    font-size: 0.8rem;
  }
  /* line 1713, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left section article .article_text h3 {
    font-weight: bold;
    font-size: 1.2rem;
  }
  /* line 1717, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left section article .article_text .pdf_file {
    line-height: normal;
  }
  /* line 1723, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left section article .article_list .commentary .left,
  .jb_square #contents #contentsinner #column_left section article .article_list .commentary .right {
    width: 100%;
    clear: both;
  }
  /* line 1727, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left section article .article_list .commentary .left .image,
  .jb_square #contents #contentsinner #column_left section article .article_list .commentary .right .image {
    display: inline-block;
    width: 25%;
    vertical-align: top;
  }
  /* line 1733, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left section article .article_list .commentary .left {
    margin-bottom: 1rem;
  }
  /* line 1738, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left section article .pdf_link {
    position: static;
    text-align: center;
    margin: 1rem auto 0 auto;
    width: 100%;
  }
  /* line 1742, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left section article .pdf_link a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0.2rem 0.5rem;
  }
  /* line 1747, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left section article .pdf_link a span {
    margin-left: 0.5rem;
  }
  /* line 1749, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left section article .pdf_link a span img {
    width: 7%;
    vertical-align: middle;
  }
  /* line 1757, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left section article .text .right,
  .jb_square #contents #contentsinner #column_left section article .text .left {
    float: none;
    width: 100%;
    margin: 0.5rem 0;
  }
  /* line 1422, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .v_info .v_info_inner .info {
    width: 100%;
    float: none;
    position: relative;
    vertical-align: top;
    box-sizing: border-box;
    padding-bottom: 20px;
    display: table;
  }
  .jb_square #contents #contentsinner #column_left .v_info .v_info_inner .info:nth-child(1) {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
    margin-bottom: 15px;
  }
  /* line 1428, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .v_info .v_info_inner .info .image {
    width: 120px;
  }
  /* line 1433, ../html/sass/style.scss */
  /* line 1785, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .reference .reference_inner .books {
    width: 100%;
    display: block;
    margin: 0 auto 0.5rem;
  }
  /* line 1789, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .reference .reference_inner .books:last-child {
    margin-bottom: 0;
  }
  /* line 1796, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .hbv_article .hbv_head {
    z-index: 2;
  }
  /* line 1798, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .hbv_article .hbv_head ul {
    display: block;
  }
  /* line 1800, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .hbv_article .hbv_head ul li {
    display: block;
  }
  /* line 1802, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .hbv_article .hbv_head ul li a {
    font-size: 0.8rem;
    padding: 0.1rem 0 0.1rem 1rem;
  }
  /* line 1808, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .hbv_article .hbv_head .vertical li {
    background-position: 0.5rem 0.7rem;
  }
  /* line 1810, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .hbv_article .hbv_head .vertical li a {
    padding: 0.5rem 0.2rem 0.5rem 1.5rem;
    line-height: 0.8rem;
  }
  /* line 1815, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .hbv_article .hbv_head .vertical .pdf_list {
    background-position: 0.5rem 1.3rem;
  }
  /* line 1817, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .hbv_article .hbv_head .vertical .pdf_list a {
    line-height: normal;
  }
  /* line 1823, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .hbv_article article {
    margin-top: -60px;
    padding-top: 70px;
  }
  /* line 1827, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .hbv_article article .hbv_text .left,
  .jb_square #contents #contentsinner #column_left .hbv_article article .hbv_text .right {
    width: 100%;
    clear: both;
  }
  /* line 1831, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .hbv_article article .hbv_text .left img,
  .jb_square #contents #contentsinner #column_left .hbv_article article .hbv_text .right img {
    display: block;
    margin: 0 auto 1rem;
  }
  /* line 1838, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .hbv_article article .ex .left,
  .jb_square #contents #contentsinner #column_left .hbv_article article .ex .right {
    width: 100%;
    clear: both;
  }
  /* line 1847, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .hbv_top_link a {
    font-size: 0.8rem;
    padding: 0.5rem 2rem;
  }
  /* line 1850, ../html/sass/style.scss */
  .jb_square #contents #contentsinner #column_left .hbv_top_link a span {
    vertical-align: -3px;
  }
  /* line 1860, ../html/sass/style.scss */
  /*
   #rightcolumn .info_area {
     display: block;
     width: 100%;
   }
  */
  /* line 1864, ../html/sass/style.scss */
  #rightcolumn .direction {
    display: block;
    width: 95%;
    margin-top: 0.5rem;
  }
}
.pdf_link a span img {
  width: 22px;
}

.jb_square #contents #contentsinner #column_left section article .number1 {
  right: 2rem;
  bottom: 1.2rem;
  border-radius: 5px;
  font-size: 0.8rem;
  line-height: 1rem;
  text-align: right;
  padding-bottom: 10px;
}

.frame1 {
  border: #7f7f7f solid 2px;
  padding: 5px;
}

@media only screen and (max-width: 640px) {
  .jb_square #contents #contentsinner #column_left section article .number1 {
    position: static;
    text-align: right;
  }
}
.jb_square #contents #contentsinner #column_left section article .inner {
  overflow: hidden;
  padding: 0.4rem 0.5rem 0.2rem 0.5rem;
  width: 100%;
  display: table;
}

/*.jb_square #contents #contentsinner #column_left section article .inner .article_text p {
	line-height: 150%;
}*/
.jb_square #contents #contentsinner #column_left section article #series_head {
  color: #fff;
  padding: 0.3rem 0.6rem;
}

.jb_square #contents #contentsinner #column_left section article #series_head h2 span {
  font-size: 0.8rem;
  margin-bottom: 3px;
}

.jb_square #contents #contentsinner #column_left section article #series_head h2 {
  padding: 0;
  margin: 0;
  line-height: 130%;
  font-size: 1.5rem;
  font-weight: 600;
}

.jb_square #contents #contentsinner #column_left section article #series_head h2 strong {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}

.jb_square #contents #contentsinner #column_left section article #series_head p {
  font-size: 0.85rem;
  line-height: 1.2rem;
  padding-top: 3px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}

.jb_square #contents #contentsinner #column_left section article a.series_head {
  text-decoration: none;
}

.jb_square #contents #contentsinner #column_left section article a.series_head:hover {
  text-decoration: none;
}

.jb_square #contents #contentsinner #column_left section article a.series_head div {
  text-decoration: none;
  transition: 0.4s;
}

.jb_square #contents #contentsinner #column_left section article a.series_head:hover div {
  text-decoration: none;
  opacity: 0.7;
}

.jb_square #contents #contentsinner #column_left section article .number2 {
  font-size: 0.8rem;
  line-height: 1rem;
  margin-top: 10px;
  margin-right: 1rem;
}

.jb_square #contents #contentsinner #column_left section article .series_title br {
  clear: both;
}

/*　各疾患TOPイメージ　*/
.jb_square #contents #contentsinner #column_left section article .s_infection_c01 {
  background: url(../s_infection/img/contentsbg_01.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .s_infection_c02 {
  background: url(../s_infection/img/contentsbg_02.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .s_infection_c03 {
  background: url(../s_infection/img/contentsbg_03.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .autoimmune_c01 {
  background: url(../autoimmune/img/contentsbg_01.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .kd_c01 {
  background: url(../kd/img/contentsbg_01.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .kd_c02 {
  background: url(../kd/img/contentsbg_02.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .itp_c01 {
  background: url(../itp/img/contentsbg_01.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .itp_c02 {
  background: url(../itp/img/contentsbg_02.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .pmdm_c01 {
  background: url(../pmdm/img/contentsbg_01.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .pmdm_c02 {
  background: url(../pmdm/img/contentsbg_02.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .pmdm_c03 {
  background: url(../pmdm/img/contentsbg_03.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .cidp_c01 {
  background: url(../cidp/img/contentsbg_01.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .cidp_c02 {
  background: url(../cidp/img/contentsbg_02.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .mg_c01 {
  background: url(../mg/img/contentsbg_01.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .mg_c02 {
  background: url(../mg/img/contentsbg_02.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .mg_c03 {
  background: url(../mg/img/contentsbg_03.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .gbs_c01 {
  background: url(../gbs/img/contentsbg_01.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .aom_c01 {
  background: url(../aom/img/contentsbg_01.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .aom_c02 {
  background: url(../aom/img/contentsbg_02.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .aom_c03 {
  background: url(../aom/img/contentsbg_03.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .aom_c04 {
  background: url(../aom/img/contentsbg_04.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .aom_c05 {
  background: url(../aom/img/contentsbg_05.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .dic_c01 {
  background: url(../dic/img/contentsbg_01.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .dic_c02 {
  background: url(../dic/img/contentsbg_02.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .dic_c03 {
  background: url(../dic/img/contentsbg_03.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .dic_c04 {
  background: url(../dic/img/contentsbg_04.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .alb_c03 {
  background: url(../aph/img/contentsbg_03.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .abj_c01 {
  background: url(../abj/img/contentsbg_01.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .abj_c02 {
  background: url(../abj/img/contentsbg_02.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .abj_c03 {
  background: url(../abj/img/contentsbg_03.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .hemophilia_c01 {
  background: url(../hemophilia/img/contentsbg_01.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .hemophilia_c02 {
  background: url(../hemophilia/img/contentsbg_02.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .tetanus_c01 {
  background: url(../tetanus/img/contentsbg_01.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .tetanus_c02 {
  background: url(../tetanus/img/contentsbg_02.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .tetanus_c03 {
  background: url(../tetanus/img/contentsbg_03.jpg) no-repeat center right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .hbv_c01 {
  background: url(../hbv/img/contentsbg_01.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .hbv_c02 {
  background: url(../hbv/img/contentsbg_02.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .hbv_c03 {
  background: url(../hbv/img/contentsbg_03.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .hbv_c04 {
  background: url(../hbv/img/contentsbg_04.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .rhip_c01 {
  background: url(../rhip/img/contentsbg_01.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .vg_c01 {
  background: url(../vg/img/contentsbg_01.jpg) no-repeat center right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .vwd_c01 {
  background: url(../vwd/img/contentsbg_01.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .vwd_c01 h2 strong {
  display: inline-block;
}

.jb_square #contents #contentsinner #column_left section article .vwd_c01 h2 strong::first-letter {
  font-feature-settings: "palt" !important;
}

.jb_square #contents #contentsinner #column_left section article .covid-19_c01 {
  background: url(../covid-19/img/contentsbg_01.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .gamma_c01 {
  background: url(../gamma/img/contentsbg_01.jpg) no-repeat top right;
  background-size: cover;
}

.jb_square #contents #contentsinner #column_left section article .surgery_c01 {
  background: url(../surgery/img/contentsbg_01.jpg) no-repeat top right;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .jb_square #contents #contentsinner #column_left section article .vwd_c01 h2 strong {
    font-size: 1.4rem;
  }
}
#contents #contentsinner #column_left section h4 {
  color: #333;
  border-left: 5px solid #333;
  border-bottom: 1px solid #333;
  padding: 0.2rem 0.5rem;
}

@media only screen and (max-width: 640px) {
  .jb_square #contents #contentsinner #column_left .reference .reference_inner .books:nth-child(1),
  .jb_square #contents #contentsinner #column_left .v_info .v_info_inner .info:nth-child(1) {
    margin: 0 0 1rem 0;
    border-bottom: 1px solid #ccc;
    border-right: none;
    padding-bottom: 0.8rem;
  }
  .jb_square #contents #contentsinner #column_left .v_info .v_info_inner .info .text .info_text {
    margin-bottom: 2rem;
  }
  .jb_square #contents #contentsinner #column_left .v_info .v_info_inner .info p.space_b {
    padding-bottom: 0.8rem;
  }
  #contents #contentsinner #column_left .index_area .index {
    padding-right: 0;
  }
  #contents #contentsinner #column_left .index_area .series_link {
    text-align: right;
    float: none;
    margin-top: 0;
    padding: 8px 0;
  }
  .jb_square #contents #contentsinner #column_left .index_area .index span {
    border: 1px #333 solid;
    display: inline-block;
    margin-left: -77px;
    margin-bottom: 0;
  }
  .jb_square #contents #contentsinner #column_left .index_area .index {
    display: block;
    padding-left: 80px;
  }
  .jb_square #contents #contentsinner #column_left .index_area .index small {
    display: block;
    font-feature-settings: "palt";
    margin-top: 4px;
  }
  .jb_square #contents #contentsinner #column_left .index_area .index.nopd {
    padding-left: 0;
  }
  .jb_square #contents #contentsinner #column_left section .bucknum h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .jb_square #hemophilia #contents #contentsinner #column_left section article .article_text .data {
    padding-bottom: 0;
  }
  .jb_square #tetanus #contents #contentsinner #column_left section article .article_text {
    padding-bottom: 0;
  }
  .jb_square #contents #contentsinner #column_left section article {
    padding: 0.6rem 0.8rem;
  }
  .jb_square #contents #contentsinner #column_left .index_area .index {
    padding-left: 0;
    font-size: 1.3rem;
  }
  .jb_square #contents #contentsinner #column_left .index_area .index span {
    display: block;
    float: none;
    width: 7rem;
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
  #contents #contentsinner #column_left .index_area .series_link {
    padding: 8px 0 0 0;
  }
}
/* 20200528 add */
#rightcolumn .info_area a img {
  vertical-align: bottom;
}

#rightcolumn .info_area.banner_area {
  margin-bottom: 10px !important;
  display: block;
  margin: 0 auto;
  text-align: center;
}

#rightcolumn .banner_area a {
  display: block;
  position: relative;
  transition: 0.3s;
}

#rightcolumn .banner_area a span {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  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;
}

@media only screen and (max-width: 1080px) {
  #rightcolumn .banner_area a span {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 980px) {
  #rightcolumn .banner_area a span {
    display: none;
  }
}
#rightcolumn .banner_area a:hover span {
  opacity: 1;
  top: -50px;
  z-index: 1;
}

#rightcolumn .banner_area a span:after {
  position: absolute;
  top: 100%;
  left: calc(50% - 6px);
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-top: 6px solid #223148;
  content: "";
}

#rightcolumn .info_area.banner_area a:not(:first-child) img {
  margin-top: 10px;
}

#rightcolumn .info_area.column_area .link {
  padding: 5px 10px;
}

#rightcolumn .info_area.column_area .link ul li {
  line-height: 1.4;
  text-indent: 0;
  padding: 0;
}

#rightcolumn .info_area.column_area .link ul li:not(:first-child) {
  border-top: 1px solid #ccc;
  margin-top: 3px;
  padding-top: 3px;
}

.index_area h2.index.covid {
  line-height: 1.3;
  font-size: 1.4rem !important;
  position: relative;
  padding-right: 170px !important;
}

.index_area h2.index.covid strong {
  font-size: 2.1rem;
}

.index_area h2.index.covid span {
  text-indent: 0;
}

.index_area h2.index.covid span {
  background: #e87601 !important;
  color: #fff;
  border-radius: 4px !important;
  padding: 7px 10px !important;
  font-size: 20px !important;
  border: none !important;
  margin-right: 15px !important;
  margin-top: 3px !important;
  line-height: 1 !important;
  font-weight: bold !important;
}

.index_area h2.index.covid a.list_link {
  position: absolute;
  right: 0;
  bottom: 5px;
  display: inline-block;
  background: #fff;
  color: #bf0d0d !important;
  font-size: 0.9rem;
  line-height: 2rem;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #bf0d0d;
}

@media only screen and (max-width: 768px) {
  .index_area h2.index.covid {
    padding-right: 0 !important;
  }
  .index_area h2.index.covid a.list_link {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 10px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .index_area h2.index.covid {
    font-size: 1.2rem !important;
  }
  .index_area h2.index.covid strong {
    font-size: 1.5rem;
  }
  .index_area h2.index.covid a.list_link {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}
#rightcolumn .info_area.lecture h1 {
  background: #e97f22 !important;
  color: #fff !important;
}

#rightcolumn .info_area.lecture h1 img {
  width: 30px;
  vertical-align: -1px;
  padding-right: 5px;
}

@media only screen and (max-width: 980px) {
  #rightcolumn .info_area.lecture {
    display: block;
  }
  #rightcolumn .info_area.banner_area {
    display: block;
  }
  #rightcolumn .info_area.covid_banner_column_area_g,
  #rightcolumn .info_area.covid_banner_column_area_a {
    display: block;
    text-align: center;
  }
}
.column_a #rightcolumn .info_area.covid_banner_column_area_g,
.column_g #rightcolumn .info_area.covid_banner_column_area_a,
.covid-19_index #rightcolumn .info_area.covid_banner_column_area_g,
.covid-19_index #rightcolumn .info_area.covid_banner_column_area_a {
  display: none !important;
}

.ex_num {
  text-align: right;
}

/* 20210203追加css */
/* urlの改行 */
.jb_square #contents #contentsinner #column_left .article_area [href] {
  word-break: break-all;
}

.index_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.index_area h2.index {
  border-bottom: 2px solid #ccc;
  width: 100%;
}

.index_area h2.index span {
  white-space: nowrap;
}

.index_area .series_link {
  position: relative;
  display: block;
  font-size: 0.8rem;
  color: #333;
  margin: 10px 0 0 auto;
}

@media only screen and (max-width: 640px) {
  .index_area {
    display: block;
    border-bottom: none !important;
  }
  .index_area h2.index {
    border-bottom: 2px solid #ccc !important;
  }
  .index_area .series_link {
    position: relative;
    margin: 0 0 0 auto;
  }
}
/* 20210312 見出しデザインの変更 */
.jb_square #contents #contentsinner #column_left section article .article_text h3.new {
  position: relative;
  margin: 0 -13px 0 -20px;
  padding: 0.6rem 1.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  background: #51802f;
}

.jb_square #contents #contentsinner #column_left section article .article_text h3.new:before,
.jb_square #contents #contentsinner #column_left section article .article_text h3.new:after {
  position: absolute;
  content: "";
}

.jb_square #contents #contentsinner #column_left section article .article_text h3.new:before {
  bottom: -7px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 7px solid #294017;
  border-left: 7px solid transparent;
}

#contents #contentsinner #column_left section h4.new {
  position: relative;
  padding: 0.5rem 0;
  border: none;
}

#contents #contentsinner #column_left section h4.new:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #d3dfcb;
  content: "";
  background-image: repeating-linear-gradient(-45deg, #6d8c4d, #6d8c4d 1px, transparent 2px, transparent 3px);
  background-size: 8px 8px;
  backface-visibility: hidden;
  opacity: 0.7;
}

#contents #contentsinner #column_left section h5.q_text.new {
  background: #cad9c0;
  line-height: 1.7 !important;
  padding: 0.7rem 1rem;
  border-radius: 6px;
  font-size: 0.9rem !important;
}

#contents #contentsinner #column_left section sup {
  line-height: 1 !important;
  font-size: 0.5rem !important;
  letter-spacing: -1px !important;
}

/* 見出しカラーの変更 */
.jb_square #contents #contentsinner #column_left section article .article_text h3.color-1 {
  background: #002153 !important;
}

.jb_square #contents #contentsinner #column_left section article .article_text h3.color-1:before {
  border-top: 7px solid #0a1320 !important;
}

#contents #contentsinner #column_left section h4.color-1:after {
  background: #cbd3df !important;
  background-image: repeating-linear-gradient(-45deg, #4d698c, #4d698c 1px, transparent 2px, transparent 2.8px) !important;
}

#contents #contentsinner #column_left section h5.color-1.new {
  background: #cbd3df !important;
}

.jb_square #contents #contentsinner #column_left section article .article_text h3.color-2 {
  background: #30a9c4 !important;
}

.jb_square #contents #contentsinner #column_left section article .article_text h3.color-2:before {
  border-top: 7px solid #317888 !important;
}

#contents #contentsinner #column_left section h4.color-2:after {
  background: #e4f4f8 !important;
  background-image: repeating-linear-gradient(-45deg, #7eb1be, #7eb1be 1px, transparent 2px, transparent 2.8px) !important;
}

#contents #contentsinner #column_left section h5.color-2.new {
  background: #d4ebf0 !important;
}

/*  */
.jb_square #contents #contentsinner #column_left section article .article_text h3.color-3 {
  background: #5ab67b !important;
}

.jb_square #contents #contentsinner #column_left section article .article_text h3.color-3:before {
  border-top: 7px solid #24643b !important;
}

#contents #contentsinner #column_left section h4.color-3:after {
  background: #dff2e6 !important;
  background-image: repeating-linear-gradient(-45deg, #5ab67b, #5ab67b 1px, transparent 2px, transparent 2.8px) !important;
}

#contents #contentsinner #column_left section h5.color-3.new {
  background: #cde7d6 !important;
}

/*  */
.jb_square #contents #contentsinner #column_left section article .article_text h3.color-4 {
  background: #003149 !important;
}

.jb_square #contents #contentsinner #column_left section article .article_text h3.color-4:before {
  border-top: 7px solid #011017 !important;
}

#contents #contentsinner #column_left section h4.color-4:after {
  background: #e0edf3 !important;
  background-image: repeating-linear-gradient(-45deg, #003149, #003149 1px, transparent 2px, transparent 2.8px) !important;
}

#contents #contentsinner #column_left section h5.color-4.new {
  background: #bbcdd6 !important;
}

/* 211121追加 */
#contents #contentsinner #column_left .listPage .bannerlink {
  border: none;
  background: none;
  text-align: center;
}

#contents #contentsinner #column_left .listPage .bannerlink a {
  transition: 0.3s;
}

#contents #contentsinner #column_left .listPage .bannerlink a.new {
  position: relative;
  display: inline-block;
}

#contents #contentsinner #column_left .listPage .bannerlink a.new:after {
  content: "NEW";
  position: absolute;
  top: -3px;
  left: -3px;
  background: #fff;
  border: 1px solid #bb1919;
  color: #bb1919;
  line-height: 1;
  font-size: 0.9rem;
  padding: 4px 10px;
  border-radius: 3px;
  letter-spacing: 0.1rem;
}

#contents #contentsinner #column_left .listPage .bannerlink a:hover {
  opacity: 0.8;
}

#contents #contentsinner #column_left .listPage .bannerlink img {
  vertical-align: bottom;
  border: 1px solid #ccc;
}

#contents #contentsinner #column_left section article .article_text .col2_contents {
  display: table;
}

#contents #contentsinner #column_left section article .article_text .col2_contents .img {
  width: 310px;
  padding-right: 10px;
  padding-top: 5px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}

#contents #contentsinner #column_left section article .article_text .col2_contents .img img {
  width: 300px;
  height: 210px;
}

#contents #contentsinner #column_left section article .article_text .col2_contents .text {
  width: calc(100% - 300px);
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  #contents #contentsinner #column_left section article .article_text .col2_contents {
    display: block;
  }
  #contents #contentsinner #column_left section article .article_text .col2_contents .img {
    width: 100%;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    display: block;
    text-align: center;
  }
  #contents #contentsinner #column_left section article .article_text .col2_contents .img img {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  #contents #contentsinner #column_left section article .article_text .col2_contents .text {
    width: 100%;
    display: block;
  }
}
/* 20220311 css追加 */
h3.mov_title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  h3.mov_title {
    font-size: 1rem;
    text-align: left;
  }
}