/**------------------------------------------------------------
 *
 * CSS - cancer type -
 *
 ------------------------------------------------------------**/
/**-------------------------------------------------------------------
 * Main id="cancer_type" CSS
 -------------------------------------------------------------------*/
.cancer_type_page #cancer_types_block {
  border: none;
}
.cancer_type_page #top_search_block.cancer_type_page {
  max-width: 100%;
  height: inherit;
  padding-bottom: 30px;
  background-image: none;
  background-color: #F0F0F0;
}
.cancer_type_page #top_search_block.cancer_type_page .textboxTheme {
  background-color: white !important;
}
@media print, screen and (min-width: 811px) {
  .cancer_type_page #cancer_types_block div > ul > li {
    height: calc(352px / 2);
  }
}
/**-------------------------------------------------------------------
 * Main class="cancer_type_sidebar" CSS
 -------------------------------------------------------------------*/
main.contents_page .cancer_type_sidebar nav {
  border: none;
}
@media print, screen and (min-width: 811px) {
  main.contents_page .cancer_type_sidebar nav .cancer_type_sidebar_title {
    width: 230px;
    height: 230px;
    margin-bottom: 20px;
    background-color: white;
    border: solid 1px #999;
    border-radius: 10px;
    box-shadow: 0 0 8px #666;
  }
  main.contents_page .cancer_type_sidebar nav .cancer_type_sidebar_title a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    text-align: center;
  }
  main.contents_page .cancer_type_sidebar nav .cancer_type_sidebar_title img {
    margin-top: 15px;
    width: 190px;
    height: auto;
  }
  main.contents_page .cancer_type_sidebar nav .cancer_type_sidebar_title p {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 160%;
  }
  main.contents_page .cancer_type_sidebar nav ul {
    padding: 10px 0;
  }
  main.contents_page .cancer_type_sidebar nav ul li {
    padding: 8px 0;
  }
  main.contents_page .cancer_type_sidebar nav ul li:last-of-type {
    padding-top: 14px;
    border-top: solid 2px #999;
  }
  main.contents_page .cancer_type_sidebar nav ul li:nth-last-of-type(2) {
    padding-bottom: 14px;
  }
  main.contents_page .cancer_type_sidebar nav ul li p {
    font-size: 1.4rem;
  }
  main.contents_page .cancer_type_sidebar nav ul li p a {
    position: relative;
    display: inline-block;
    padding-left: 2rem;
    color: black;
  }
  main.contents_page .cancer_type_sidebar nav ul li p a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto 0;
    width: 19px;
    height: 19px;
    border-radius: 1rem;
    border: solid 2px #666;
  }
  main.contents_page .cancer_type_sidebar nav ul li p a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    display: block;
    margin: auto 0;
    width: 7px;
    height: 7px;
    border-top: solid 2px #666;
    border-right: solid 2px #666;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 810px) {
  main.contents_page .cancer_type_sidebar nav {
    display: flex;
    justify-content: space-between;
  }
  main.contents_page .cancer_type_sidebar nav .cancer_type_sidebar_title {
    width: 165px;
    height: 165px;
    background-color: white;
    border-radius: 10px;
    border: solid 1px #999;
    box-shadow: 0 0 8px #666;
  }
  main.contents_page .cancer_type_sidebar nav .cancer_type_sidebar_title a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: bold;
    color: black;
  }
  main.contents_page .cancer_type_sidebar nav .cancer_type_sidebar_title a img {
    width: 100%;
  }
  main.contents_page .cancer_type_sidebar nav .cancer_type_sidebar_title a p {
    font-size: 1.4rem;
  }
  main.contents_page .cancer_type_sidebar nav .cancer_type_sidebar_nav {
    width: 170px;
    min-height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  main.contents_page .cancer_type_sidebar nav .cancer_type_sidebar_nav li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
    height: 100%;
    background-color: #F0F0F0;
    border-bottom: solid 2px white;
  }
  main.contents_page .cancer_type_sidebar nav .cancer_type_sidebar_nav li p {
    font-size: 1.2rem;
  }
  main.contents_page .cancer_type_sidebar nav .cancer_type_sidebar_nav li p a {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    color: #333;
  }
  main.contents_page .cancer_type_sidebar nav .cancer_type_sidebar_nav li p a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    display: block;
    margin: auto 0;
    width: 15px;
    height: 15px;
    border-radius: 1rem;
    border: solid 2px #666;
  }
  main.contents_page .cancer_type_sidebar nav .cancer_type_sidebar_nav li p a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    display: block;
    margin: auto 0;
    width: 7px;
    height: 7px;
    border-top: solid 2px #666;
    border-right: solid 2px #666;
    transform: rotate(45deg);
  }
}
/**-------------------------------------------------------------------
 * Main class="cancer_type_contents" CSS
 -------------------------------------------------------------------*/
main.contents_page .cancer_type_contents h1 {
  background-color: #EA2935 !important;
  font-weight: bold;
  color: white !important;
}
@media print, screen and (min-width: 811px) {
  main.contents_page .cancer_type_contents h1 {
    margin-bottom: 30px;
    padding: 0 40px;
    font-size: 2rem;
    line-height: 48px;
  }
}
@media screen and (max-width: 810px) {
  main.contents_page .cancer_type_contents h1 {
    display: block;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 1.8rem;
    line-height: 38px;
  }
}
main.contents_page .cancer_type_contents dl dt h2 {
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  font-weight: bold;
}
@media print, screen and (min-width: 811px) {
  main.contents_page .cancer_type_contents dl dt h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: calc((50px - 1.8em) / 2) 0px;
    font-size: 1.8rem;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 810px) {
  main.contents_page .cancer_type_contents dl dt h2 {
    margin: 10px 0;
    padding: calc((40px - 1.8em) / 2) 0px;
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}
@media print, screen and (min-width: 811px) {
  main.contents_page .cancer_type_contents dl dt h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 810px) {
  main.contents_page .cancer_type_contents dl dt h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
main.contents_page .cancer_type_contents dl dt h2 .search_dic_button {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.8em;
}
@media screen and (max-width: 810px) {
  main.contents_page .cancer_type_contents dl dt h2 .search_dic_button {
    display: inline-block;
    line-height: 1.8em;
  }
}
main.contents_page .cancer_type_contents dl dt h2 .search_dic_button img {
  width: 1.4rem;
  height: 1.4rem;
  vertical-align: top;
}
main.contents_page .cancer_type_contents dl dt h2 .search_dic_button a {
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0.2rem 1.6rem 0.2rem 1rem;
  background-color: #F08F00;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  color: white;
}
main.contents_page .cancer_type_contents dl dt h2 .search_dic_button a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.6rem;
  display: block;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border-top: solid 1px white;
  border-right: solid 1px white;
  transform: rotate(45deg);
}
main.contents_page .cancer_type_contents dl dt ul.category_information {
  position: relative;
  background-color: #F0F0F0 !important;
}
@media print, screen and (min-width: 811px) {
  main.contents_page .cancer_type_contents dl dt ul.category_information {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 810px) {
  main.contents_page .cancer_type_contents dl dt ul.category_information {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 5px 10px;
  }
}
@media print, screen and (min-width: 811px) {
  main.contents_page .cancer_type_contents dl dt ul.category_information.draw_next_link_arrow {
    margin-bottom: 40px;
  }
}
main.contents_page .cancer_type_contents dl dt ul.category_information.draw_next_link_arrow::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc((100% - 40px) / 2);
  display: block;
  width: 40px;
  border-top: solid 20px #F0F0F0;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
}
@media print, screen and (min-width: 811px) {
  main.contents_page .cancer_type_contents dl dt ul.category_information li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 810px) {
  main.contents_page .cancer_type_contents dl dt ul.category_information li {
    padding: 0 0px;
  }
}
main.contents_page .cancer_type_contents dl dt ul.category_information li:first-of-type {
  display: flex;
  justify-content: left;
  align-items: center;
}
@media print, screen and (min-width: 811px) {
  main.contents_page .cancer_type_contents dl dt ul.category_information li:first-of-type {
    border-right: solid 1px black;
  }
}
main.contents_page .cancer_type_contents dl dt ul.category_information li:first-of-type p {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
main.contents_page .cancer_type_contents dl dt ul.category_information li:first-of-type p span.sci_title {
  font-size: 1.1rem;
  vertical-align: top;
}
@media screen and (max-width: 810px) {
  main.contents_page .cancer_type_contents dl dt ul.category_information li:last-of-type {
    width: 100%;
    padding-top: 6px;
    border-top: solid 1px black;
  }
}
main.contents_page .cancer_type_contents dl dt ul.category_information li img {
  vertical-align: middle;
}
@media print, screen and (min-width: 811px) {
  main.contents_page .cancer_type_contents dl dt ul.category_information li img {
    margin-left: -10px;
  }
}
@media screen and (max-width: 810px) {
  main.contents_page .cancer_type_contents dl dt ul.category_information li img {
    margin-left: -6px;
  }
}
main.contents_page .cancer_type_contents dl dt ul.category_information p,
main.contents_page .cancer_type_contents dl dt ul.category_information p * {
  margin: 0;
  font-weight: bold;
  line-height: 120%;
}
@media print, screen and (min-width: 811px) {
  main.contents_page .cancer_type_contents dl dt ul.category_information p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 810px) {
  main.contents_page .cancer_type_contents dl dt ul.category_information p {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 811px) {
  main.contents_page .cancer_type_contents dl dt ul.category_information p span {
    font-size: 1.2rem;
    line-height: 100%;
  }
}
main.contents_page .cancer_type_contents dl dt ul.category_information .mark-for_kanja,
main.contents_page .cancer_type_contents dl dt ul.category_information .mark-for_doctor {
  display: inline-block;
  margin: 2px 0;
  padding: 0 10px;
  min-width: 130px;
  line-height: 26px;
  font-size: 1.1rem;
  font-weight: normal;
  text-align: center;
}
@media print, screen and (min-width: 811px) {
  main.contents_page .cancer_type_contents dl dd {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 810px) {
  main.contents_page .cancer_type_contents dl dd {
    margin-bottom: 40px;
  }
}
main.contents_page .cancer_type_contents dl dd p {
  margin: 0;
  padding: 0;
}
main.contents_page .cancer_type_contents dl dd .mark-for_kanja,
main.contents_page .cancer_type_contents dl dd .mark-for_doctor {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: white;
}
main.contents_page .cancer_type_contents dl dd .mark-for_kanja::after,
main.contents_page .cancer_type_contents dl dd .mark-for_doctor::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 811px) {
  main.contents_page .cancer_type_contents dl dd .mark-for_kanja::after,
  main.contents_page .cancer_type_contents dl dd .mark-for_doctor::after {
    right: 10px;
    border-top: solid 1px white;
    border-right: solid 1px white;
  }
}
@media screen and (max-width: 810px) {
  main.contents_page .cancer_type_contents dl dd .mark-for_kanja::after,
  main.contents_page .cancer_type_contents dl dd .mark-for_doctor::after {
    right: 2px;
    border-top: solid 1px black;
    border-right: solid 1px black;
  }
}
@media print, screen and (min-width: 811px) {
  main.contents_page .cancer_type_contents dl dd .mark-for_kanja,
  main.contents_page .cancer_type_contents dl dd .mark-for_doctor {
    padding: 0 20px 0 10px;
    min-width: 130px;
    font-size: 1rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 810px) {
  main.contents_page .cancer_type_contents dl dd .mark-for_kanja,
  main.contents_page .cancer_type_contents dl dd .mark-for_doctor {
    padding: 15px;
    overflow: hidden;
    width: 44px;
    height: 30px;
    background-color: transparent !important;
  }
}
@media print {
  main.contents_page .cancer_type_contents dl dd .mark-for_kanja,
  main.contents_page .cancer_type_contents dl dd .mark-for_doctor {
    min-width: 150px;
  }
}
@media screen and (max-width: 810px) {
  main.contents_page .cancer_type_contents dl dd .mark-for_kanja::before {
    content: "\60A3";
    position: absolute;
    line-height: 30px;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #74A9C7;
  }
  main.contents_page .cancer_type_contents dl dd .mark-for_doctor::before {
    content: "\533B";
    position: absolute;
    line-height: 30px;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #EA2935;
  }
}
main.contents_page .cancer_type_contents dl dd > ul > li {
  border-bottom: dashed 1px black;
}
@media print, screen and (min-width: 811px) {
  main.contents_page .cancer_type_contents dl dd > ul > li {
    padding: 20px 0;
  }
}
@media screen and (max-width: 810px) {
  main.contents_page .cancer_type_contents dl dd > ul > li {
    padding: 15px 0;
  }
}
main.contents_page .cancer_type_contents dl dd > ul > li:first-of-type {
  border-top: dashed 1px black;
}
@media print, screen and (min-width: 811px) {
  main.contents_page .cancer_type_contents dl dd > ul > li > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 810px) {
  main.contents_page .cancer_type_contents dl dd > ul > li > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
main.contents_page .cancer_type_contents dl dd > ul > li > ul > li > p {
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
}
main.contents_page .cancer_type_contents dl dd > ul > li > ul > li > p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
  margin: auto 0;
  display: block;
  width: 34px;
  height: 34px;
  background-image: url('/images/top/doc_icon_gray_46x46.svg') !important;
  background-size: contain;
}
main.contents_page .cancer_type_contents dl dd > ul > li > ul > li > p[data-new_record="true"]::after {
  content: "NEW";
  display: inline-block;
  vertical-align: baseline;
  padding: 3px 4px;
  font-size: 1rem;
  line-height: 100%;
  text-align: center;
  background-color: #EA2935 !important;
  border-radius: 4px;
  color: white !important;
}
@media screen and (max-width: 810px) {
  main.contents_page .cancer_type_contents dl dd > ul > li > ul > li > p[data-new_record="true"]::after {
    font-size: 0.8rem;
  }
}
main.contents_page .cancer_type_contents dl dd > ul > li > ul > li > p[data-update_record="true"]::after {
  content: "UPDATE";
  display: inline-block;
  vertical-align: baseline;
  padding: 3px 4px;
  font-size: 1rem;
  line-height: 100%;
  text-align: center;
  background-color: cornflowerblue !important;
  border-radius: 4px;
  color: white !important;
}
@media screen and (max-width: 810px) {
  main.contents_page .cancer_type_contents dl dd > ul > li > ul > li > p[data-update_record="true"]::after {
    font-size: 0.8rem;
  }
}
@media print, screen and (min-width: 811px) {
  main.contents_page .cancer_type_contents dl dd > ul > li > ul > li > p {
    font-size: 1.4rem;
    line-height: 140%;
  }
}
@media screen and (max-width: 810px) {
  main.contents_page .cancer_type_contents dl dd > ul > li > ul > li > p {
    font-size: 1.2rem;
    line-height: 120%;
  }
}
main.contents_page .cancer_type_contents dl dd > ul > li > ul > li > ul {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width: 811px) {
  main.contents_page .cancer_type_contents dl dd > ul > li > ul > li > ul {
    width: 270px;
  }
}
@media screen and (max-width: 810px) {
  main.contents_page .cancer_type_contents dl dd > ul > li > ul > li > ul {
    width: 100px;
  }
}
@media print {
  main.contents_page .cancer_type_contents dl dd > ul > li > ul > li > ul {
    width: 310px;
  }
}
/*# sourceMappingURL=cancer_type.css.map */