@charset "UTF-8";

@media (min-width: 640px) {
  #transplant body body, #transplant body *::before, #transplant body *::after {
    letter-spacing: 0.05em;
  }
}
#transplant *, #transplant *::before, #transplant *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#transplant p, #transplant ul, #transplant ol, #transplant dl, #transplant dt, #transplant dd, #transplant table, #transplant blockquote, #transplant form {
  margin: 0;
  padding: 0;
}
#transplant h1, #transplant h2, #transplant h3, #transplant h4, #transplant h5, #transplant h6 {
  line-height: 1.45;
}
#transplant h5, #transplant h6 {
  font-size: inherit;
}
#transplant dfn, #transplant cite {
  font-style: normal;
}
#transplant small {
  font-size: 100%;
}
#transplant a {
  /* color: #5192c8; */
  color: #0074bf;
  text-decoration: underline;
  word-break: break-word;
}
#transplant a.icon_link, #transplant a.icon_anc {
  text-decoration: none;
}
#transplant a:hover, #transplant a:active {
  text-decoration: none;
}
#transplant em {
  font-weight: bold;
  font-style: normal;
}
#transplant sup, #transplant sub {
  font-weight: normal;
  font-size: 1rem;
}
#transplant sub {
  vertical-align: baseline;
}
#transplant sup {
  vertical-align: super;
}
#transplant i {
  font-style: normal;
}
#transplant table {
  width: 100%;
  margin-top: 60px;
  line-height: 1.6;
  /* word-break: break-all; */
  border-spacing: 0;
  border-collapse: collapse;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
@media only screen and (max-width: 767px) {
  #transplant table {
    margin-top: 32px;
    word-break: break-all;
  }
}
#transplant th, #transplant td {
  padding: 1.6%;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#transplant tbody th {
  vertical-align: top;
  text-align: left;
}
#transplant td {
  vertical-align: top;
}
#transplant caption {
  margin-bottom: 0.75em;
  text-align: right;
}
#transplant input, #transplant select, #transplant button, #transplant textarea {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  line-height: normal;
  border: 0;
  border-radius: 0;
}
#transplant input[type=image] {
  vertical-align: middle;
}
#transplant input[type=reset], #transplant input[type=image], #transplant input[type=submit], #transplant input[type=button], #transplant button {
  cursor: pointer;
}
#transplant button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
}
#transplant select, #transplant input[type=number] {
  padding: 0.3em;
  background-color: #fff;
  border: solid 1px #999;
}
#transplant textarea {
  width: 100%;
  padding: 2%;
  line-height: inherit;
  border: solid 1px #999;
}
#transplant input[type=text], #transplant input[type=tel] {
  padding: 0.3em 1em;
  border: solid 1px #999;
}
#transplant input[type=tel] {
  padding: 0.3em;
  font-family: dinFs;
}
#transplant fieldset {
  border: solid 1px #999;
}
@media screen and (max-width: 767px) {
  #transplant selevt, #transplant textarea, #transplant input[type=text], #transplant input[type=list] {
    width: 100%;
  }
}
#transplant hr {
  border-top: solid 1px #999;
  border-bottom: none;
}
#transplant img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
#transplant p {
  margin: 1em 0;
}
#transplant [href^="tel:"] {
  color: #333;
  text-decoration: none;
  cursor: default;
}
@media only screen and (max-width: 767px) {
  #transplant [href^="tel:"] {
    color: #5192c8;
    text-decoration: underline;
  }
}
#transplant ul, #transplant ol {
  padding-left: 2em;
  line-height: 1.6;
}
#transplant th ul,
#transplant td ul {
  padding-left: 1.5em;
}
#transplant li {
  margin: 0.5em 0;
}
#transplant li ul {
  list-style: disc;
}
#transplant li > ul, #transplant li > ol {
  padding-left: 1.5em;
}
@media only screen and (max-width: 767px) {
  #transplant ul, #transplant li > ul {
    padding-left: 1.3em;
  }
}
#transplant ul, #transplant ol, #transplant dl {
  margin: 1em 0;
}
#transplant ul > li > ul, #transplant ul > li > ol, #transplant ol > li > ul, #transplant ol > li > ol, #transplant dl > li > ul, #transplant dl > li > ol {
  margin-top: 0;
}
#transplant h1:first-child, #transplant h2:first-child, #transplant h3:first-child, #transplant h4:first-child, #transplant h5:first-child, #transplant h6:first-child {
  margin-top: 0;
}
#transplant h1:last-child, #transplant h2:last-child, #transplant h3:last-child, #transplant h4:last-child, #transplant h5:last-child, #transplant h6:last-child {
  margin-bottom: 0;
}
#transplant p:first-child, #transplant ul:first-child, #transplant ol:first-child, #transplant table:first-child {
  margin-top: 0;
}
#transplant p:last-child, #transplant ul:last-child, #transplant ol:first-child, #transplant table:last-child {
  margin-bottom: 0;
}
#transplant .tit_lv2_wrap {
  margin: 60px 0 0;
}
#transplant .tit_lv3_wrap, #transplant .tit_lv4_wrap {
  margin: 50px 0 0;
}
#transplant .tit_lv2_wrap, #transplant .tit_lv3_wrap, #transplant .tit_lv4_wrap, #transplant .tit_lv5_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#transplant .tit_lv2 .sub_txt, #transplant .tit_lv3 .sub_txt, #transplant .tit_lv4 .sub_txt, #transplant .tit_lv5 .sub_txt {
  display: block;
  font-size: 1.4rem;
}
#transplant .tit_lv2_wrap > .item, #transplant .tit_lv3_wrap > .item, #transplant .tit_lv4_wrap > .item, #transplant .tit_lv5_wrap > .item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
}
#transplant .tit_lv2_wrap > .item > :first-child, #transplant .tit_lv3_wrap > .item > :first-child, #transplant .tit_lv4_wrap > .item > :first-child, #transplant .tit_lv5_wrap > .item > :first-child {
  margin-top: 0;
}
#transplant .tit_lv2_wrap > .item > :last-child, #transplant .tit_lv3_wrap > .item > :last-child, #transplant .tit_lv4_wrap > .item > :last-child, #transplant .tit_lv5_wrap > .item > :last-child {
  margin-bottom: 0;
}
#transplant .tit_lv2_wrap > .item._icon img, #transplant .tit_lv3_wrap > .item._icon img, #transplant .tit_lv4_wrap > .item._icon img, #transplant .tit_lv5_wrap > .item._icon img {
  width: 34px;
}
@media only screen and (max-width: 767px) {
  #transplant .tit_lv2_wrap, #transplant .tit_lv3_wrap, #transplant .tit_lv4_wrap, #transplant .tit_lv5_wrap {
    display: block;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  #transplant .tit_lv2_wrap {
    margin: 40px 0 0;
  }
  #transplant .tit_lv3_wrap, #transplant .tit_lv4_wrap, #transplant .tit_lv5_wrap {
    margin: 30px 0 0;
  }
  #transplant .tit_lv2_wrap > .item, #transplant .tit_lv3_wrap > .item, #transplant .tit_lv4_wrap > .item, #transplant .tit_lv5_wrap > .item {
    margin-top: 2px;
    margin-left: 0;
  }
}
#transplant .tit_lv2 {
  width: 100%;
  margin: 60px 0 0;
  padding: 0 0 8px;
  font-size: 2.4rem;
  color: #002673;
  line-height: 1.45;
  border-bottom: 2px solid #002673;
}
@media only screen and (max-width: 767px) {
  #transplant .tit_lv2 {
    margin-top: 50px;
    font-size: 1.9rem;
  }
}
#transplant .tit_lv2_wrap {
  padding: 0 0 8px;
  border-bottom: 2px solid #002673;
}
#transplant .tit_lv2_wrap.c_tv {
  border-bottom: 2px solid #652273;
}
#transplant .tit_lv2_wrap.c_tv .tit_lv2 {
  color: #652273;
}
#transplant .tit_lv2_wrap.c_vd {
  border-bottom: 2px solid #d92189;
}
#transplant .tit_lv2_wrap.c_vd .tit_lv2 {
  color: #d92189;
}
#transplant .tit_lv2_wrap .tit_lv2 {
  margin: 0 auto 0 0;
  padding: 0;
  border-bottom: none;
}
#transplant .tit_lv3 {
  width: 100%;
  margin: 50px 0 0;
  padding: 0 0 8px;
  font-size: 2rem;
  line-height: 1.45;
  border-bottom: 2px solid #ccc;
}
@media only screen and (max-width: 767px) {
  #transplant .tit_lv3 {
    margin-top: 60px;
    font-size: 1.8rem;
  }
}
#transplant .tit_lv3_wrap {
  padding: 0 0 8px;
  border-bottom: 2px solid #ccc;
}
#transplant .tit_lv3_wrap.c_tv {
  color: inherit !important;
  border-bottom: 2px solid #652273;
}
#transplant .tit_lv3_wrap.c_vd {
  color: inherit !important;
  border-bottom: 2px solid #d92189;
}
#transplant .tit_lv3_wrap .tit_lv3 {
  margin: 0 auto 0 0;
  padding: 0;
  border-bottom: none;
}
#transplant .tit_lv4_wrap.c_tv {
  color: inherit !important;
}
#transplant .tit_lv4_wrap.c_tv .tit_lv4::before {
  background: #652273;
}
#transplant .tit_lv4_wrap.c_vd {
  color: inherit !important;
}
#transplant .tit_lv4_wrap.c_vd .tit_lv4::before {
  background: #d92189;
}
#transplant .tit_lv4_wrap .tit_lv4 {
  margin-top: 0;
  margin-right: auto;
}
#transplant .tit_lv4 {
  position: relative;
  margin: 50px 0 0;
  padding: 0 0 0 18px;
  font-size: 1.9rem;
  line-height: 1.45;
}
#transplant .tit_lv4::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 3px;
  height: calc(100% - 9px);
  background: #002673;
  content: "";
}
@media only screen and (max-width: 767px) {
  #transplant .tit_lv4 {
    padding-left: 10px;
    font-size: 1.7rem;
  }
  #transplant .tit_lv4::before {
    width: 2px;
  }
}
#transplant .tit_lv5_wrap {
  margin: 40px 0 0;
}
#transplant .tit_lv5_wrap .tit_lv5 {
  margin-top: 0;
  margin-right: auto;
}
#transplant .tit_lv5 {
  margin: 40px 0 0;
  padding: 0;
  font-size: 1.9rem;
  line-height: 1.45;
}
@media only screen and (max-width: 767px) {
  #transplant .tit_lv5 {
    font-size: 1.7rem;
  }
}
#transplant .tit_lv6 {
  margin-top: 1.75em;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: inherit;
}
#transplant .tit_lv6:first-child {
  margin-top: 0;
}
#transplant .tit_lv6 + * {
  margin-top: 0.5em;
}
#transplant .section_head {
  font-size: 1.6rem;
}
#transplant .section_head.embed_colabo {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #transplant .section_head.is_active .local_nav_wrap {
    display: block;
  }
  #transplant .section_head.is_active .local_nav_btn {
    background-position: bottom;
  }
}
#transplant .txt_em_a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fbe380), color-stop(80%, #fbe380), color-stop(90%, transparent));
  background: linear-gradient(transparent 60%, #fbe380 60%, #fbe380 80%, transparent 90%);
}
#transplant .txt_em_b {
  background: #ffe57f;
}
#transplant .txt_em_c {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #fbe380), color-stop(90%, #fbe380), color-stop(90%, transparent));
  background: linear-gradient(transparent 80%, #fbe380 80%, #fbe380 90%, transparent 90%);
}
#transplant .txt_lead {
  /* margin: 100px 0 0; */
  margin-top: 80px;
  font-weight: bold;
  font-size: 3.2rem;
  color: #002673;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #transplant .txt_lead {
    margin-top: 50px;
    /* margin: 50px 0 0;
    padding-bottom: 21px; */
    font-size: 2rem;
    text-align: left;
  }
  #transplant .txt_lead::after {
    width: 30px;
  }
}
#transplant .lyt_txt_a {
  margin: 80px 0 0;
}
@media only screen and (max-width: 767px) {
  #transplant .lyt_txt_a {
    margin-top: 50px;
  }
}
#transplant .lyt_txt_b {
  margin: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  #transplant .lyt_txt_b {
    margin-top: 30px;
  }
}
#transplant .txt_marker_a {
  font-weight: bold;
  font-size: 2.4rem;
}
#transplant .txt_marker_a > em {
  font-size: 3.6rem;
  /* color: #ff6c00; */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fbe380), color-stop(80%, #fbe380), color-stop(90%, transparent));
  background: linear-gradient(transparent 60%, #fbe380 60%, #fbe380 80%, transparent 90%);
}
#transplant .txt_marker_a._smaller {
  font-size: 1.4rem;
}
#transplant .txt_marker_a._smaller > em {
  font-size: 2.6rem;
}
#transplant .txt_marker_b {
  font-weight: bold;
  font-size: 3.2rem;
  color: #ff6c00;
  line-height: 1.2;
}
#transplant .txt_marker_b._smaller {
  font-size: 1.4rem;
}
#transplant .txt_strong {
  color: #f00;
}
#transplant .txt_tel {
  margin: 80px 0 0;
  word-break: break-word;
}
#transplant .txt_tel > img {
  max-width: 28px;
  margin-right: 8px;
  margin-bottom: 6px;
}
#transplant .txt_tel .item > .ff_dinfs {
  font-family: dinFs;
  /* font-weight: bold; */
  font-size: 2.5rem;
  color: #333;
  text-decoration: none;
}
#transplant .txt_tel .item > .ff_dinfs:hover, #transplant .txt_tel .item > .ff_dinfs:active {
  opacity: 1;
}
#transplant .txt_tel .item > .sub {
  display: inline-block;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  #transplant .txt_tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 50px;
  }
  #transplant .txt_tel > img {
    margin: 4px 4px 0 0;
  }
  #transplant .txt_tel .item > .ff_dinfs {
    font-size: 2.2rem;
    line-height: 1;
  }
}
#transplant .txt_label {
  display: inline-block;
  margin: 0 0.3em;
  padding: 0.3em 0.5em;
  font-size: 88%;
  line-height: 1.5;
  color: #fff;
  background: #002673;
  border-radius: 4px;
}
@font-face {
  font-family: dinFs;
  src: url("/assets/font/fdin.woff2") format("woff2"), url("/assets/font/fdin.woff") format("woff");
}
@font-face {
  font-family: icomoon;
  src: url("/assets/font/icomoon.woff2") format("woff2"), url("/assets/font/icomoon.woff") format("woff");
}
#transplant a.icon_link::before, #transplant span.icon_link::before, #transplant ul.icon_link > li:not(.ls_bul)::before, #transplant li.icon_link::before, #transplant a.icon_anc::before, #transplant span.icon_anc::before, #transplant ul.icon_anc > li::before, #transplant li.icon_anc::before, #transplant .page_top > a::before, #transplant .anc_lnk > li > a::before, #transplant .box_toggle > .item > .tit > .tit_inner > span::before {
  display: inline-block;
  overflow: hidden;
  width: 1em;
  height: 1em;
  font-weight: normal;
  font-style: normal;
  font-family: "icomoon";
  vertical-align: middle;
  line-height: 1;
}
#transplant span.icon_link, #transplant span.icon_anc {
  color: #5192c8;
}
#transplant a.icon_link::before, #transplant span.icon_link::before, #transplant ul.icon_link > li:not(.ls_bul):not(.icon_anc)::before, #transplant li.icon_link::before {
  margin: 0 0.1em;
  content: "\e900";
}
#transplant a.icon_anc::before, #transplant span.icon_anc::before, #transplant ul.icon_anc > li:not(.ls_bul)::before, #transplant li.icon_anc::before, #transplant .anc_lnk > li > a::before, #transplant .page_top > a::before {
  margin: 0 0.1em;
  content: "\e901";
}
#transplant ul[class*=icon_] > li:not(.ls_bul)::before {
  position: absolute;
  top: 0.23em;
  left: -1.5em;
  color: #0074bf;
  line-height: 1;
}
#transplant ul[class*=icon_] > li:not(.ls_bul).icon_off::before {
  color: #999;
}
#transplant .box_b ul[class*=icon_] > li:not(.ls_bul)::before {
  color: #fff;
}
#transplant li[class*=icon_]:not(.ls_bul)::before {
  position: absolute;
  top: 0.23em;
  left: -1.3em;
  color: #0074bf;
  line-height: 1;
}
#transplant li[class*=icon_]:not(.ls_bul).icon_off::before {
  color: #999;
}
#transplant p[class^=tit] {
  line-height: 1.45;
}
#transplant .box_toggle > .item > .tit > .tit_inner > .txt::before {
  position: absolute;
  top: 0.23em;
  left: -1.3em;
  line-height: 1;
  content: "\e902";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#transplant .page_top > a::before {
  color: #0074bf;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#transplant .icon_blank_a {
  margin: 0 6px;
  vertical-align: middle;
}
#transplant .icon_file_a {
  margin: 0 6px 6px;
  vertical-align: middle;
}
#transplant .icon_dl_a {
  margin: 0 6px;
  vertical-align: baseline;
}
#transplant .icon_image_a {
  margin: 24px 0;
  text-align: center;
}
#transplant .icon_image_a + * {
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  #transplant .icon_image_a {
    margin: 12px 0;
  }
}
#transplant .icon_movie {
  position: absolute;
  top: 0.3em;
  left: 0;
}
#transplant [data-script-enabled=true] .local_nav a.js_dropdown_hook::before, #transplant .local_nav ul.item_a a.js_dropdown_hook::before, #transplant .local_nav ul.dropdown_content a::before, #transplant .local_nav ul[class*=item] > li.anc > a::before {
  position: absolute;
  top: 50%;
  left: 0.7em;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  font-weight: normal;
  font-style: normal;
  font-family: "icomoon";
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#transplant .local_nav ul.dropdown_content a::before {
  content: "\e900";
}
#transplant .local_nav li.anc a::before {
  content: "\e901";
}
#transplant [data-script-enabled=true] nav.local_nav a.js_dropdown_hook::before {
  content: "\e902";
}
#transplant [data-script-enabled=true] nav.local_nav a.js_dropdown_hook::before {
  content: "\e902";
}
#transplant nav.local_nav > ul > li > a.is_active::before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
@media only screen and (max-width: 767px) {
  #transplant nav.local_nav > ul > li > a::before, #transplant nav.local_nav li > span.off::before {
    position: absolute;
    top: 50%;
    left: 0.7em;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-top: -0.55em;
    font-weight: normal;
    font-style: normal;
    font-family: "icomoon";
    vertical-align: middle;
    line-height: 1;
    content: "\e900";
  }
}
#transplant .icon_fm .icon, #transplant .icon_mn .icon {
  margin: 0 10px 0 0;
  vertical-align: 0;
}
#transplant .anc_lnk > li > a::before {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto 0;
}
#transplant .ls_cir {
  list-style: circle;
}
#transplant .ls_squ {
  list-style: square;
}
#transplant .list_order {
  list-style-type: decimal;
}
@media only screen and (max-width: 767px) {
  #transplant .list_order {
    padding-left: 2em;
  }
}
#transplant .list_order_a {
  list-style-type: upper-latin;
}
@media only screen and (max-width: 767px) {
  #transplant .list_order_a {
    padding-left: 2em;
  }
}
#transplant .notes, #transplant .notes_a {
  font-size: 1.3rem;
}
#transplant .notes_a {
  padding: 0 0 0 1.5em;
}
#transplant .notes {
  padding: 0;
  list-style: none;
}
#transplant .notes > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#transplant .notes > li > div:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.5em;
}
#transplant .notes > li > div:nth-child(2) {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#transplant .notes > li > div:nth-child(2) > ul {
  margin-top: 0;
}
#transplant .notes > li.mark_em > div:first-child {
  font-weight: bold;
}
#transplant .notes._center > li > div:nth-child(2), #transplant .notes._right > li > div:nth-child(2) {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
#transplant .notes._center > li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#transplant .notes._right > li {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#transplant .list_desc_a {
  margin-top: 40px;
}
#transplant .list_desc_a dt > :first-child, #transplant .list_desc_a dd > :first-child {
  margin-top: 0;
}
#transplant .list_desc_a dt > :last-child, #transplant .list_desc_a dd > :last-child {
  margin-bottom: 0;
}
#transplant .list_desc_a > dt {
  font-weight: bold;
}
#transplant .list_desc_a > dd {
  margin: 2px 0 0;
}
#transplant .list_desc_a > dd + dt {
  margin: 18px 0 0;
}
@media only screen and (max-width: 767px) {
  #transplant .list_desc_a {
    margin-top: 20px;
  }
}
#transplant .list_desc_b {
  display: table;
  margin-top: 40px;
}
#transplant .list_desc_b > .item {
  display: table-row;
}
#transplant .list_desc_b > .item > dt, #transplant .list_desc_b > .item > dd {
  display: table-cell;
}
#transplant .list_desc_b > .item > dt > :first-child, #transplant .list_desc_b > .item > dd > :first-child {
  margin-top: 0;
}
#transplant .list_desc_b > .item > dt > :last-child, #transplant .list_desc_b > .item > dd > :last-child {
  margin-bottom: 0;
}
#transplant .list_desc_b > .item > dt {
  font-weight: bold;
  white-space: nowrap;
}
#transplant .list_desc_b > .item > dd {
  padding: 0 0 0 14px;
}
@media only screen and (max-width: 767px) {
  #transplant .list_desc_b {
    display: block;
    margin-top: 20px;
  }
  #transplant .list_desc_b > .item {
    display: block;
  }
  #transplant .list_desc_b > .item > dt, #transplant .list_desc_b > .item > dd {
    display: block;
  }
  #transplant .list_desc_b > .item > dt {
    margin: 18px 0 0;
  }
  #transplant .list_desc_b > .item > dd {
    margin: 2px 0 0;
    padding-left: 0;
  }
}
#transplant .list_info {
  margin: 80px 0 0;
  padding: 0;
  list-style: none;
}
#transplant .list_info > li {
  margin: 0;
  border-top: 1px dashed #999;
}
#transplant .list_info > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 13px;
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#transplant .list_info > li > a:hover, #transplant .list_info > li > a:active {
  opacity: 0.85;
}
#transplant .list_info > li > a > .date {
  color: #999;
}
@media (min-width: 640px) {
  #transplant .list_info > li > a > .date {
    width: 9.5em;
  }
}
#transplant .list_info > li > a > .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 75px 0 0;
}
#transplant .list_info > li > a > .item > .tit {
  margin: 0 0 6px;
}
#transplant .list_info > li > a > .item > .content {
  font-size: 1.4rem;
}
#transplant .list_info > li > a > .item > .content > :first-child {
  margin-top: 0;
}
#transplant .list_info > li > a > .item > .content > :last-child {
  margin-bottom: 0;
}
#transplant .list_info > li > a::after {
  position: absolute;
  top: 0;
  right: 27px;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border-top: 1px solid #5192c8;
  border-right: 1px solid #5192c8;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#transplant .list_info > li:first-child {
  border-top: 1px solid #999;
}
#transplant .list_info > li:last-child {
  border-bottom: 1px solid #999;
}
@media only screen and (max-width: 767px) {
  #transplant .list_info {
    font-size: 1.4rem;
  }
  #transplant .list_info > li > a {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #transplant .list_info > li > a > .date {
    margin-bottom: 2px;
    padding-right: 24px;
  }
  #transplant .list_info > li > a > .item {
    margin-left: 0;
    padding-right: 24px;
  }
  #transplant .list_info > li > a:after {
    right: 2px;
    width: 14px;
    height: 14px;
  }
}
#transplant .qa_q > .mark {
  color: #fff;
  background: #7f92b9;
}
#transplant .qa_a > .mark {
  color: #ff6c00;
  background: #ffe57f;
}
#transplant .qa_q, #transplant .qa_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#transplant .qa_q > .mark, #transplant .qa_a > .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.8em;
  height: 1.8em;
  margin-right: 8px;
  padding: 0 8px;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 50%;
}
#transplant .qa_q > .item, #transplant .qa_a > .item {
  line-height: 1.875;
}
#transplant .qa_q > .item > :first-child, #transplant .qa_a > .item > :first-child {
  margin-top: 0;
}
#transplant .qa_q > .item > :last-child, #transplant .qa_a > .item > :last-child {
  margin-bottom: 0;
}
#transplant .qa_q > .item > a, #transplant .qa_a > .item > a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#transplant .qa_q > .item > a:hover, #transplant .qa_q > .item > a:active, #transplant .qa_a > .item > a:hover, #transplant .qa_a > .item > a:active {
  text-decoration: underline;
  opacity: 0.85;
}
#transplant .list_qa {
  margin: 80px 0 0;
}
#transplant .list_qa > dt {
  padding: 24px 0 0;
  border-top: 1px dashed #999;
}
#transplant .list_qa > dt:first-child {
  border-top: 1px solid #999;
}
#transplant .list_qa > dd {
  padding: 13px 0 23px;
}
#transplant .list_qa > dd:last-child {
  border-bottom: 1px solid #999;
}
@media only screen and (max-width: 767px) {
  #transplant .list_qa {
    margin-top: 50px;
  }
  #transplant .list_qa > dt {
    padding-top: 19px;
  }
  #transplant .list_qa > dd {
    padding-top: 10px;
    padding-bottom: 14px;
  }
}
#transplant .list_flow_a {
  margin: 50px 0;
  padding: 0;
  list-style: none;
}
#transplant .list_flow_a > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 37px 0 28px;
  border-top: 1px dashed #999;
}
#transplant .list_flow_a > li:first-child {
  border-top: 1px solid #999;
}
#transplant .list_flow_a > li:last-child {
  border-bottom: 1px solid #999;
}
#transplant .list_flow_a > li:last-child::after {
  display: none;
}
#transplant .list_flow_a > li::after {
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 22px solid #002673;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  content: "";
}
#transplant .list_flow_a > li > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#transplant .list_flow_a > li > .item > :first-child {
  margin-top: 0;
}
#transplant .list_flow_a > li > .item > :last-child {
  margin-bottom: 0;
}
#transplant .list_flow_a > li > .item .tit {
  margin: 0 0 6px;
  font-weight: bold;
  font-size: 1.8rem;
}
#transplant .list_flow_a > li > .item .content > :first-child {
  margin-top: 0;
}
#transplant .list_flow_a > li > .item .content > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #transplant .list_flow_a {
    margin-top: 50px;
  }
  #transplant .list_flow_a > li {
    display: block;
    padding-top: 27px;
    text-align: center;
  }
  #transplant .list_flow_a > li > .item {
    text-align: left;
  }
  #transplant .list_flow_a > li > .item > .tit {
    margin-top: 21px;
  }
  #transplant .list_flow_a > li::after {
    bottom: -11px;
    border-top: 11px solid #002673;
    border-right: 12.5px solid transparent;
    border-left: 12.5px solid transparent;
  }
}
#transplant .list_flow_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1000px) {
  #transplant .list_flow_b._col2 > li {
    width: calc((100% - 77px) / 2);
    margin-left: 77px;
  }
  #transplant .list_flow_b._col2 > li:nth-child(2n+1) {
    margin-left: 0;
  }
  #transplant .list_flow_b._col2 > li:first-child, #transplant .list_flow_b._col2 > li:nth-child(2) {
    margin-top: 0;
  }
  #transplant .list_flow_b._col2 > li:nth-child(2n)::before, #transplant .list_flow_b._col2 > li:nth-child(2n)::after {
    position: absolute;
    display: block;
    content: "";
  }
  #transplant .list_flow_b._col2 > li:nth-child(2n)::before {
    top: 0;
    bottom: 0;
    left: -39px;
    width: 0;
    height: 0;
    margin: auto 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #002673;
  }
  #transplant .list_flow_b._col2 > li:nth-child(2n)::after {
    top: 0;
    left: -39px;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #999;
  }
  #transplant .list_flow_b._col3 > li {
    width: calc((100% - 154.5px) / 3);
    margin-left: 77px;
  }
  #transplant .list_flow_b._col3 > li:nth-child(3n+1) {
    margin-left: 0;
  }
  #transplant .list_flow_b._col3 > li:first-child, #transplant .list_flow_b._col3 > li:nth-child(2), #transplant .list_flow_b._col3 > li:nth-child(3) {
    margin-top: 0;
  }
  #transplant .list_flow_b._col3 > li:nth-child(3n+2)::before, #transplant .list_flow_b._col3 > li:nth-child(3n+2)::after, #transplant .list_flow_b._col3 > li:nth-child(3n)::before, #transplant .list_flow_b._col3 > li:nth-child(3n)::after {
    position: absolute;
    display: block;
    content: "";
  }
  #transplant .list_flow_b._col3 > li:nth-child(3n+2)::before, #transplant .list_flow_b._col3 > li:nth-child(3n)::before {
    top: 0;
    bottom: 0;
    left: -39px;
    width: 0;
    height: 0;
    margin: auto 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #002673;
  }
  #transplant .list_flow_b._col3 > li:nth-child(3n+2)::after, #transplant .list_flow_b._col3 > li:nth-child(3n)::after {
    top: 0;
    left: -39px;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #999;
  }
  #transplant .list_flow_b._col4 > li {
    width: calc((100% - 231px) / 4);
    margin-left: 77px;
  }
  #transplant .list_flow_b._col4 > li:nth-child(4n+1) {
    margin-left: 0;
  }
  #transplant .list_flow_b._col4 > li:first-child, #transplant .list_flow_b._col4 > li:nth-child(2), #transplant .list_flow_b._col4 > li:nth-child(3), #transplant .list_flow_b._col4 > li:nth-child(4) {
    margin-top: 0;
  }
  #transplant .list_flow_b._col4 > li:nth-child(4n+2)::before, #transplant .list_flow_b._col4 > li:nth-child(4n+2)::after, #transplant .list_flow_b._col4 > li:nth-child(4n+3)::before, #transplant .list_flow_b._col4 > li:nth-child(4n+3)::after, #transplant .list_flow_b._col4 > li:nth-child(4n)::before, #transplant .list_flow_b._col4 > li:nth-child(4n)::after {
    position: absolute;
    display: block;
    content: "";
  }
  #transplant .list_flow_b._col4 > li:nth-child(4n+2)::before, #transplant .list_flow_b._col4 > li:nth-child(4n+3)::before, #transplant .list_flow_b._col4 > li:nth-child(4n)::before {
    top: 0;
    bottom: 0;
    left: -39px;
    width: 0;
    height: 0;
    margin: auto 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #002673;
  }
  #transplant .list_flow_b._col4 > li:nth-child(4n+2)::after, #transplant .list_flow_b._col4 > li:nth-child(4n+3)::after, #transplant .list_flow_b._col4 > li:nth-child(4n)::after {
    top: 0;
    left: -39px;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #999;
  }
}
#transplant .list_flow_b > li {
  position: relative;
  margin: 56px 0 0;
}
#transplant .list_flow_b > li > .item_wrap {
  position: relative;
}
#transplant .list_flow_b > li > .item_wrap > .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#transplant .list_flow_b > li > .item_wrap > .tit > .tit_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 86px;
  margin: 0;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
}
#transplant .list_flow_b > li > .item_wrap > .item {
  margin: 14px 0 0;
}
#transplant .list_flow_b > li > .item_wrap > .item > :first-child {
  margin-top: 0;
}
#transplant .list_flow_b > li > .item_wrap > .item > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  #transplant .list_flow_b {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 50px;
  }
  #transplant .list_flow_b > li {
    position: relative;
    margin-top: 0;
    padding: 27px 0 28px;
    border-top: 1px dashed #999;
  }
  #transplant .list_flow_b > li:first-child {
    border-top: 1px solid #999;
  }
  #transplant .list_flow_b > li:last-child {
    border-bottom: 1px solid #999;
  }
  #transplant .list_flow_b > li:last-child::before {
    display: none;
  }
  #transplant .list_flow_b > li::before {
    position: absolute;
    right: 0;
    bottom: -11px;
    left: 0;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 11px solid #002673;
    border-right: 12.5px solid transparent;
    border-left: 12.5px solid transparent;
    content: "";
  }
  #transplant .list_flow_b > li > .item_wrap > .tit {
    display: block;
    text-align: center;
  }
  #transplant .list_flow_b > li > .item_wrap > .tit > .icon_flow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 64px;
    height: 64px;
    margin-right: 0;
    padding-top: 2px;
    font-size: 1.2rem;
  }
  #transplant .list_flow_b > li > .item_wrap > .tit > .icon_flow > .flow_num {
    font-size: 2.6rem;
  }
  #transplant .list_flow_b > li > .item_wrap > .tit > .tit_txt {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    min-height: 0;
    margin-top: 18px;
    text-align: left;
  }
  #transplant .list_flow_b > li > .item_wrap > .item {
    margin-top: 4px;
  }
}
#transplant .icon_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 80px;
  height: 80px;
  margin: 0 18px 0 0;
  padding: 4px 0 0;
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: #4c679d;
  border-radius: 50%;
}
#transplant .icon_flow > .flow_num {
  display: block;
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  #transplant .icon_flow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 64px;
    height: 64px;
    margin-right: 0;
    padding-top: 2px;
    font-size: 1.2rem;
  }
  #transplant .icon_flow > .flow_num {
    font-size: 2.6rem;
  }
}
#transplant .list_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  font-size: 1.6rem;
  border-bottom: 1px solid #4c679d;
}
#transplant .list_tab > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32.7%;
  margin: 0 6px;
  background: #fff;
}
#transplant .list_tab > li > :first-child {
  margin-top: 0;
}
#transplant .list_tab > li > :last-child {
  margin-bottom: 0;
}
#transplant .list_tab > li.is_active > a {
  font-weight: bold;
  color: #fff;
  background: #4c679d;
}
#transplant .list_tab > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 18px 10px 16px;
  color: #4c679d;
  text-align: center;
  line-height: 1.5;
  text-decoration: none;
  border: 1px solid #4c679d;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#transplant .list_tab > li > a:hover, #transplant .list_tab > li > a:active {
  opacity: 0.85;
}
@media only screen and (max-width: 767px) {
  #transplant .list_tab {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: -1px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.4rem;
    border-bottom: none;
    border-bottom: 2px solid #4c679d;
  }
  #transplant .list_tab > li {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }
  #transplant .list_tab > li > a {
    padding: 4px 10px;
    border-top: none;
    border-right: 1px solid #4c679d;
    border-bottom: 1px solid #4c679d;
    border-left: none;
    border-radius: 0;
  }
  #transplant .list_tab > li:first-child > a {
    border-top: 1px solid #4c679d;
    border-radius: 8px 0 0 0;
  }
  #transplant .list_tab > li:nth-child(2) > a {
    border-top: 1px solid #4c679d;
    border-radius: 0 8px 0 0;
  }
  #transplant .list_tab > li:nth-child(odd) > a {
    border-left: 1px solid #4c679d;
  }
  #transplant .list_tab > li:nth-child(odd):last-child > a {
    border-bottom: none;
  }
  #transplant .list_tab > li:nth-child(even):last-child > a {
    border-bottom: none;
  }
  #transplant .list_tab > li:nth-last-child(2):nth-child(odd) > a {
    border-bottom: none;
  }
  #transplant .list_tab > li.is_active > a {
    border-bottom: none;
  }
}
#transplant .list_image {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
#transplant .list_image > li {
  margin: 12px 0 0 12px;
  text-align: center;
}
#transplant .list_image > li > a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#transplant .list_image > li > a:hover, #transplant .list_image > li > a:active {
  opacity: 0.85;
}
@media (min-width: 640px) {
  #transplant .list_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #transplant .list_image._col2 > li {
    width: calc((100% - 12px) / 2);
  }
  #transplant .list_image._col2 > li:first-child, #transplant .list_image._col2 > li:nth-child(2) {
    margin-top: 0;
  }
  #transplant .list_image._col2 > li:nth-child(2n+1) {
    margin-left: 0;
  }
  #transplant .list_image._col3 > li {
    width: calc((100% - 24.5px) / 3);
  }
  #transplant .list_image._col3 > li:first-child, #transplant .list_image._col3 > li:nth-child(2), #transplant .list_image._col3 > li:nth-child(3) {
    margin-top: 0;
  }
  #transplant .list_image._col3 > li:nth-child(3n+1) {
    margin-left: 0;
  }
  #transplant .list_image._col4 > li {
    width: calc((100% - 36px) / 4);
  }
  #transplant .list_image._col4 > li:first-child, #transplant .list_image._col4 > li:nth-child(2), #transplant .list_image._col4 > li:nth-child(3), #transplant .list_image._col4 > li:nth-child(4) {
    margin-top: 0;
  }
  #transplant .list_image._col4 > li:nth-child(4n+1) {
    margin-left: 0;
  }
  #transplant .list_image._col5 > li {
    width: calc((100% - 48.5px) / 5);
  }
  #transplant .list_image._col5 > li:first-child, #transplant .list_image._col5 > li:nth-child(2), #transplant .list_image._col5 > li:nth-child(3), #transplant .list_image._col5 > li:nth-child(4), #transplant .list_image._col5 > li:nth-child(5) {
    margin-top: 0;
  }
  #transplant .list_image._col5 > li:nth-child(5n+1) {
    margin-left: 0;
  }
}
#transplant .list_image .caption {
  display: block;
  margin-top: 19px;
  font-size: 1.4rem;
  color: #6c6c6c;
}
@media only screen and (max-width: 767px) {
  #transplant .list_image {
    margin-top: 64px;
  }
  #transplant .list_image > li {
    margin-top: 0;
    margin-left: 0;
  }
  #transplant .list_image > li + li {
    margin-top: 27px;
  }
  #transplant .list_image > li > a {
    display: block;
  }
}
#transplant .list_caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  list-style: none;
}
#transplant .list_caption > li {
  margin: 0 0 8px;
  margin-left: auto;
}
#transplant .list_caption + table, #transplant .list_caption + .scroll_wrap {
  margin-top: 0;
}
#transplant .icon_link, #transplant .icon_anc {
  list-style: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#transplant .ta_r > .icon_link, #transplant .ta_r > .icon_anc {
  display: inline-block;
  text-align: left;
}
#transplant .ta_c > .icon_link, #transplant .ta_c > .icon_anc {
  display: inline-block;
  /* margin: 1em 0; */
  text-align: left;
}
#transplant p .icon_link::before, #transplant p .icon_anc::before {
  line-height: 0.8;
}
#transplant p .icon_link:hover, #transplant p .icon_link:active, #transplant p .icon_anc:hover,
#transplant p .icon_anc:active {
  text-decoration: underline;
  opacity: 0.85;
}
#transplant .icon_link > li, #transplant .icon_anc > li {
  position: relative;
}
#transplant .icon_link > li a, #transplant .icon_anc > li a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#transplant .icon_link > li a:hover, #transplant .icon_link > li a:active, #transplant .icon_anc > li a:hover, #transplant .icon_anc > li a:active {
  text-decoration: underline;
  opacity: 0.85;
}
#transplant .icon_link > li.ls_bul, #transplant .icon_anc > li.ls_bul {
  list-style-type: disc;
}
#transplant .icon_link > li.icon_off, #transplant .icon_anc > li.icon_off {
  color: #999;
}
#transplant .icon_link._row, #transplant .icon_anc._row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2.5em;
  padding-left: 0;
}
#transplant .icon_link._row > li, #transplant .icon_anc._row > li {
  margin-left: 4em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
#transplant .icon_link._row._col2 > li, #transplant .icon_anc._row._col2 > li {
  width: calc(50% - 4em);
}
#transplant .icon_link._row._col3 > li, #transplant .icon_anc._row._col3 > li {
  width: calc(33.33% - 4em);
}
@media (min-width: 640px) {

  #transplant .icon_link._row._pc_col2 > li, #transplant .icon_anc._row._pc_col2 > li {
    width: calc(50% - 4em);
  }
  #transplant .icon_link._row._pc_col3 > li, #transplant .icon_anc._row._pc_col3 > li {
    width: calc(33.33% - 4em);
  }
  #transplant .icon_link._row._pc_col4 > li, #transplant .icon_anc._row._pc_col4 > li {
    width: calc(25% - 4em);
  }
}
@media only screen and (max-width: 767px) {
  #transplant .icon_link._row._sp_col1, #transplant .icon_anc._row._sp_col1 {
    display: block;
  }
  #transplant .icon_link._row._sp_col1 > li, #transplant .icon_anc._row._sp_col1 > li {
    width: auto;
  }
  #transplant .icon_link._row._sp_col2 > li, #transplant .icon_anc._row._sp_col2 > li {
    width: calc(50% - 4em);
  }
}
#transplant .icon_link._row._right, #transplant .icon_anc._row._right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#transplant .nav_pager_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 80px 0 0;
  list-style: none;
}
#transplant .nav_pager_a > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#transplant .nav_pager_a > li > a {
  text-decoration: none;
}
#transplant .nav_pager_a > li > a:hover, #transplant .nav_pager_a > li > a:active {
  text-decoration: underline;
  opacity: 0.85;
}
#transplant .nav_pager_a > li:not(.prev):not(.next):not(.last) {
  margin: 0 4px 0 0;
}
#transplant .nav_pager_a > li:not(.prev):not(.next) > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 43px;
  min-height: 44px;
  color: #002673;
  background: #fff;
  border: 1px solid #002673;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#transplant .nav_pager_a > li:not(.prev):not(.next).is_current > a {
  font-weight: normal;
  background: #e5e9f1;
  pointer-events: none;
}
#transplant .nav_pager_a > .prev > a, #transplant .nav_pager_a > .next > a {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  text-decoration: none;
}
#transplant .nav_pager_a > .prev > a::before, #transplant .nav_pager_a > .next > a::before {
  position: absolute;
  top: 0.4em;
  display: block;
  width: 0.65em;
  height: 0.65em;
  border-top: 1px solid #5192c8;
  border-right: 1px solid #5192c8;
  content: "";
}
#transplant .nav_pager_a > .prev {
  margin-right: 20px;
}
#transplant .nav_pager_a > .prev > a {
  padding-left: 15px;
}
#transplant .nav_pager_a > .prev > a::before {
  left: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#transplant .nav_pager_a > .next {
  margin-left: 20px;
}
#transplant .nav_pager_a > .next > a {
  padding-right: 15px;
}
#transplant .nav_pager_a > .next > a::before {
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  #transplant .nav_pager_a {
    position: relative;
    margin-top: 50px;
    padding-bottom: 27px;
    padding-left: 0;
  }
  #transplant .nav_pager_a > li:not(.prev):not(.next):not(.last) {
    margin: 0 2px 0 0;
  }
  #transplant .nav_pager_a > li:not(.prev):not(.next) > a {
    min-width: 40px;
    min-height: 40px;
  }
  #transplant .nav_pager_a > .prev, #transplant .nav_pager_a .next {
    position: absolute;
    bottom: 0;
    display: block;
    width: 50%;
    margin: 0;
    font-size: 1.4rem;
  }
  #transplant .nav_pager_a > .prev > a::before, #transplant .nav_pager_a .next > a::before {
    top: 0.25em;
    width: 0.9em;
    height: 0.9em;
  }
  #transplant .nav_pager_a > .prev {
    left: 0;
    text-align: left;
  }
  #transplant .nav_pager_a > .prev > a {
    padding-left: 20px;
  }
  #transplant .nav_pager_a > .next {
    right: 0;
    text-align: right;
  }
  #transplant .nav_pager_a > .next > a {
    padding-right: 20px;
  }
}
#transplant .nav_pager_wrap {
  margin-top: 100px;
  background: #f5f5f5;
}
#transplant .section_wrap + .nav_pager_wrap {
  margin-top: 55px;
}
#transplant .nav_pager_wrap > .nav_pager_content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 8px 20px;
}
#transplant .nav_pager_wrap + .box_b {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #transplant .nav_pager_wrap {
    margin-top: 50px;
    padding: 0 15px;
  }
  #transplant .nav_pager_wrap > .nav_pager_content {
    padding: 4px 0;
  }
}
#transplant .nav_pager_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  font-size: 2rem;
  list-style: none;
}
#transplant .nav_pager_b > li {
  width: 50%;
}
#transplant .nav_pager_b > li > a {
  position: relative;
  display: inline-block;
  color: #002673;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#transplant .nav_pager_b > li > a:hover, #transplant .nav_pager_b > li > a:active {
  text-decoration: underline;
  opacity: 0.85;
}
#transplant .nav_pager_b > li > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 0.4em;
  height: 0.4em;
  margin: auto 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}
#transplant .nav_pager_b > li > a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto 0;
  background: #002673;
  content: "";
}
#transplant .nav_pager_b > li.prev {
  margin-right: 15px;
  text-align: left;
}
#transplant .nav_pager_b > li.prev > a {
  padding-left: 28px;
}
#transplant .nav_pager_b > li.prev > a::after {
  left: 0.4em;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#transplant .nav_pager_b > li.prev > a::before {
  left: 0;
}
#transplant .nav_pager_b > li.next {
  margin-left: 15px;
  text-align: right;
}
#transplant .nav_pager_b > li.next:only-child {
  width: 100%;
  margin-left: 0;
}
#transplant .nav_pager_b > li.next > a {
  padding-right: 28px;
}
#transplant .nav_pager_b > li.next > a::after {
  right: 0.4em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#transplant .nav_pager_b > li.next > a::before {
  right: 0;
}
@media only screen and (max-width: 767px) {
  #transplant .nav_pager_b {
    font-size: 1.4rem;
  }
  #transplant .nav_pager_b > li.prev, #transplant .nav_pager_b > li.next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #transplant .nav_pager_b > li.prev > a {
    padding-left: 22px;
  }
  #transplant .nav_pager_b > li.next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #transplant .nav_pager_b > li.next > a {
    padding-right: 22px;
  }
}
#transplant .page_top {
  margin-top: 40px;
  text-align: right;
}
#transplant .page_top > a {
  position: relative;
  color: #5192c8;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#transplant .page_top > a:hover, #transplant .page_top > a:active {
  text-decoration: underline;
  opacity: 0.85;
}
#transplant .list_q_lnk {
  margin: 80px 0 0;
  padding: 0;
  list-style: none;
}
#transplant .list_q_lnk > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #transplant .list_q_lnk {
    margin: 50px 0 0;
  }
}
#transplant .list_movie_lnk {
  padding: 0;
  list-style: none;
}
#transplant .list_movie_lnk > li > a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#transplant .list_movie_lnk > li > a:hover, #transplant .list_movie_lnk > li > a:active {
  text-decoration: underline;
  opacity: 0.85;
}
#transplant .lyt_btn_a {
  margin: 30px 0 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #transplant .lyt_btn_a {
    margin-top: 24px;
  }
}
#transplant .btn_a, #transplant .btn_b {
  position: relative;
  display: inline-block;
  min-width: 180px;
  padding: 6px 30px 5px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 4em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#transplant .btn_a::after, #transplant .btn_b::after {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: auto 0;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#transplant .btn_a._no_bullet::after, #transplant .btn_b._no_bullet::after {
  display: none;
}
#transplant .btn_a.js_icon_blank::after, #transplant .btn_a.js_icon_modal::after, #transplant .btn_b.js_icon_blank::after, #transplant .btn_b.js_icon_modal::after {
  display: none;
}
#transplant .btn_a.js_icon_blank .icon_blank_a, #transplant .btn_a.js_icon_modal .icon_blank_a, #transplant .btn_b.js_icon_blank .icon_blank_a, #transplant .btn_b.js_icon_modal .icon_blank_a {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto 0;
}
#transplant .btn_a:hover, #transplant .btn_a:active, #transplant .btn_b:hover, #transplant .btn_b:active {
  opacity: 0.85;
}
#transplant .btn_a._close::after, #transplant .btn_b._close::after {
  display: none;
}
#transplant .btn_a.disabled, #transplant .btn_b.disabled {
  color: #939393;
  background: #fff;
  border-color: #bebebe;
  cursor: default;
  pointer-events: none;
}
#transplant .btn_a {
  color: #fff;
  background: #002673;
  border: 1px solid #002673;
}
#transplant .btn_a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#transplant .btn_a:hover:not(.disabled), #transplant .btn_a:active:not(.disabled) {
  color: #002673;
  background: #fff;
  border: 1px solid #002673;
  opacity: 1;
}
#transplant .btn_a:hover:not(.disabled)::after, #transplant .btn_a:active:not(.disabled)::after {
  border-top: 1px solid #002673;
  border-right: 1px solid #002673;
}
#transplant .btn_b {
  color: #002673;
  background: #fff;
  border: 1px solid #002673;
}
#transplant .btn_b::after {
  border-top: 1px solid #002673;
  border-right: 1px solid #002673;
}
#transplant .btn_b:hover:not(.disabled), #transplant .btn_b:active:not(.disabled) {
  color: #fff;
  background: #002673;
  border: 1px solid #fff;
  opacity: 1;
}
#transplant .btn_b:hover:not(.disabled)::after, #transplant .btn_b:active:not(.disabled)::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#transplant .btn_c {
  position: relative;
  display: inline-block;
  min-width: 340px;
  padding: 10px 20px 8px;
  font-weight: bold;
  color: #002673;
  text-align: center;
  text-decoration: none;
  background: #fc0;
  border-radius: 2em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#transplant .btn_c::after {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: auto 0;
  border-top: 1px solid #002673;
  border-right: 1px solid #002673;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#transplant .btn_c:hover, #transplant .btn_c:active {
  opacity: 0.85;
}
#transplant .btn_c.js_icon_blank::after, #transplant .btn_c.js_icon_modal::after {
  display: none;
}
#transplant .btn_c.js_icon_blank .icon_blank_a, #transplant .btn_c.js_icon_modal .icon_blank_a {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto 0;
}
@media only screen and (max-width: 767px) {
  #transplant .btn_c {
    min-width: 220px;
    padding: 1px 20px 1px;
  }
}
#transplant .list_btn_a, #transplant .list_btn_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  list-style: none;
}
#transplant .list_btn_a > li, #transplant .list_btn_b > li {
  margin: 0;
  text-align: center;
}
#transplant .list_btn_a._left, #transplant .list_btn_b._left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#transplant .list_btn_a._right, #transplant .list_btn_b._right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  #transplant .list_btn_a, #transplant .list_btn_b {
    display: block;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
#transplant .list_btn_a > li {
  margin: 32px 0 0;
  padding: 0 16px;
}
@media only screen and (max-width: 767px) {
  #transplant .list_btn_a {
    margin-top: 24px;
  }
  #transplant .list_btn_a > li {
    margin-top: 0;
  }
  #transplant .list_btn_a > li + li {
    margin-top: 20px;
  }
}
#transplant .list_btn_b > li {
  min-width: 212px;
  margin: 32px 0 0;
  padding: 0 12px;
}
#transplant .list_btn_b .txt_lnk {
  font-size: 1.4rem;
  color: #5192c8;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#transplant .list_btn_b .txt_lnk:hover, #transplant .list_btn_b .txt_lnk:active {
  text-decoration: underline;
  opacity: 0.85;
}
@media only screen and (max-width: 767px) {
  #transplant .list_btn_b {
    margin-top: 24px;
  }
  #transplant .list_btn_b > li {
    margin-top: 0;
  }
  #transplant .list_btn_b > li + li {
    margin-top: 14px;
  }
}
#transplant .btn_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
}
#transplant .btn_grid > li {
  width: 100%;
  margin: 12px 0 0;
  background-color: #fff;
  border-radius: 4px;
}
#transplant .btn_grid > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 24px 12px 24px 24px;
  color: #333;
  text-decoration: none;
  border: 1px solid #002673;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (min-width: 640px) {
  #transplant .btn_grid > li > a {
    padding: 16px 20px;
  }
}
#transplant .btn_grid > li > a > .content {
  width: 100%;
}
#transplant .btn_grid > li > a > .content .sub_txt {
  font-weight: bold;
}
#transplant .btn_grid > li > a > .content .tit {
  font-weight: bold;
  font-size: 2.1rem;
  color: #002673;
  line-height: 1.45;
  margin-top: 0.3em;
}
#transplant .btn_grid > li > a > .content .tit + .icon_link {
  display: inline-block;
  margin-top: 0.3em;
}
#transplant .btn_grid > li > a > .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 140px;
  margin: 0 0 0 20px;
  text-align: center;
}
@media (min-width: 961px) {
  #transplant .btn_grid._col3 > li > a > .image {
    width: 100px;
  }
}
#transplant .btn_grid > li > a:hover, #transplant .btn_grid > li > a:active {
  opacity: 0.85;
}
#transplant .btn_grid > li._tobz > a {
  border: 1px solid #28becc;
}
#transplant .btn_grid > li._tobz > a > .content > .tit {
  color: #28becc;
}
@media (min-width: 640px) {
  #transplant .btn_grid > li {
    width: calc((100% - 12px) / 2);
    margin: 0 0 12px 0;
  }
  #transplant .btn_grid > li._col1 {
    width: 100%;
  }
  #transplant .btn_grid._col3 > li {
    width: calc((100% - 24.5px) / 3);
  }
  #transplant .btn_grid._col3 > li._col1 {
    width: 100%;
  }
  #transplant .btn_grid._col3::after {
    display: block;
    width: calc(33.3333333333% - 10px);
    content: "";
  }
  #transplant .btn_grid._col1 > li {
    width: 100%;
  }
  #transplant .btn_grid._col1 > li + li {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 960px) {
  #transplant .btn_grid > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #transplant .btn_grid > li > a > .image {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #transplant .btn_grid {
    display: block;
    margin-top: 40px;
  }
  #transplant .btn_grid > li {
    margin-top: 0;
    margin-bottom: 12px;
  }
  #transplant .btn_grid > li > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
  }
  #transplant .btn_grid > li > a > .content > .sub_txt {
    font-size: 1.4rem;
  }
  #transplant .btn_grid > li > a > .content > .tit {
    font-size: 1.6rem;
  }
  #transplant .btn_grid > li > a > .image {
    width: auto;
    max-width: 106px;
    margin-top: 0;
    margin-left: 12px;
  }
}
#transplant .btn_offer, #transplant .btn_mail {
  display: inline-block;
  min-width: 320px;
  padding: 10px 20px 8px;
  font-weight: bold;
  color: #002673;
  text-align: center;
  text-decoration: none;
  background: #fc0;
  border-radius: 2em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.875;
}
@media only screen and (min-width: 640px) and (max-width: 1000px) {
  #transplant .lyt_col._col2 .btn_offer,
  #transplant .lyt_col._col2 .btn_mail {
    min-width: 180px;
  }
}
#transplant .btn_offer:hover, #transplant .btn_offer:active, #transplant .btn_mail:hover, #transplant .btn_mail:active {
  opacity: 0.85;
}
#transplant .btn_offer > span, #transplant .btn_mail > span {
  padding: 0 0 0 25px;
}
@media only screen and (max-width: 767px) {
  #transplant .btn_offer, #transplant .btn_mail {
    min-width: 220px;
    padding: 6px 20px 5px;
  }
}
#transplant .btn_offer > span {
  background: url(/assets/css/images/icon_document_02.png) no-repeat left center;
}
#transplant .btn_mail > span {
  background: url(/assets/css/images/icon_mail_01.png) no-repeat left center;
}
#transplant .lyt_col {
  display: block;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
}
#transplant .lyt_col > .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 30px 0 0;
}
#transplant .lyt_col > .col > :first-child {
  margin-top: 0;
}
#transplant .lyt_col > .col > :last-child {
  margin-bottom: 0;
}
#transplant .lyt_col > .col > .box_a {
  height: 100%;
}
@media (min-width: 640px) {
  #transplant .lyt_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #transplant .lyt_col._col2 > .col {
    width: calc((100% - 40px) / 2);
  }
  #transplant .lyt_col._col2 > .col:first-child, #transplant .lyt_col._col2 > .col:nth-child(2) {
    margin-top: 0;
  }
  #transplant .lyt_col._col3 > .col {
    width: calc((100% - 10%) / 3);
  }
  #transplant .lyt_col._col3 > .col:first-child, #transplant .lyt_col._col3 > .col:nth-child(2), #transplant .lyt_col._col3 > .col:nth-child(3) {
    margin-top: 0;
  }
  #transplant .lyt_col._col4 > .col {
    width: calc((100% - 120px) / 4);
  }
  #transplant .lyt_col._col4 > .col:first-child, #transplant .lyt_col._col4 > .col:nth-child(2), #transplant .lyt_col._col4 > .col:nth-child(3), #transplant .lyt_col._col4 > .col:nth-child(4) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #transplant .lyt_col > .col {
    display: block;
    margin-top: 0;
  }
  #transplant .lyt_col > .col > .box_a {
    height: auto;
  }
  #transplant .lyt_col > .col + .col {
    margin-top: 32px;
  }
}
#transplant .lyt_image {
  /* margin: 80px 0 0; */
  margin: 40px 0 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #transplant .lyt_image {
    margin: 20px 0;
  }
}
#transplant .lyt_image > a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#transplant .lyt_image > a:hover, #transplant .lyt_image > a:active {
  opacity: 0.85;
}
#transplant .lyt_image .caption {
  display: block;
  margin-top: 19px;
  font-size: 1.4rem;
  color: #6c6c6c;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #transplant .lyt_image > a {
    display: block;
  }
  #transplant .lyt_image .caption {
    margin-top: 11px;
  }
}
#transplant .caption {
  display: block;
  margin-top: 19px;
  font-size: 1.4rem;
  color: #6c6c6c;
  text-align: center;
}
#transplant .lyt_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; justify-content: center;
  margin: 40px 0 0;
}

#transplant .lyt_item > .item > :first-child {
  margin-top: 0;
}
#transplant .lyt_item > .item > :last-child {
  margin-bottom: 0;
}
#transplant .lyt_item > .item .txt_reader {
  font-size: 1.4rem;
  line-height: 1.4;
}
#transplant .lyt_item > .image {
  margin: 0 0 0 40px;
}
#transplant .lyt_item > .image > a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#transplant .lyt_item > .image > a:hover, #transplant .lyt_item > .image > a:active {
  opacity: 0.85;
}
#transplant .lyt_item._row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#transplant .lyt_item._row_reverse > .image {
  margin-right: 40px;
  margin-left: 0;
}
@media (min-width: 640px) {
  #transplant .lyt_item > .image img {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  #transplant .lyt_item {
    display: block;
  }
  #transplant .lyt_item > .image {
    margin-top: 16px;
    margin-left: 0;
    text-align: center;
  }
  #transplant .lyt_item._row_reverse > .image {
    margin-right: 0;
  }
  #transplant .lyt_item._col_reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #transplant .lyt_item._col_reverse > .image {
    margin-top: 0;
    margin-left: 0;
  }
  #transplant .lyt_item._col_reverse > .item {
    margin-top: 16px;
  }
}
#transplant .mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
#transplant .mv > .image {
  width: 50%;
  text-align: center;
}
#transplant .mv > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50%;
  padding: 0 20px;
  text-align: right;
  background: #fff;
  opacity: 0.9;
}
#transplant .mv > .content > .tit_mv {
  margin: 0;
  font-weight: bold;
  font-size: 3.8rem;
  color: #002673;
  line-height: 1.5;
}
#transplant .mv > .content > .tit_mv > .sub_txt {
  display: block;
  font-weight: normal;
  font-size: 2.6rem;
}
#transplant .mv > .content .lyt_btn_a {
  text-align: right;
}
#transplant .mv > .content .btn_b {
  min-width: 220px;
}
@media only screen and (max-width: 1000px) {
  #transplant .mv > .content > .tit_mv {
    font-size: 3rem;
  }
  #transplant .mv > .content > .tit_mv > .sub_txt {
    font-size: 1.6rem;
  }
  #transplant .mv > .content > .lyt_btn_a {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #transplant .mv {
    display: block;
  }
  #transplant .mv > .image {
    width: auto;
  }
  #transplant .mv > .content {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
  }
  #transplant .mv > .content > .tit_mv {
    font-size: 2rem;
  }
  #transplant .mv > .content > .tit_mv > .sub_txt {
    font-size: 1.4rem;
    text-align: center;
  }
  #transplant .mv > .content .lyt_btn_a {
    text-align: center;
  }
  #transplant .mv > .content .btn_b {
    min-width: 180px;
  }
}
#transplant .box_a {
  /* margin: 64px 0 0; */
  margin: 40px 0 30px;
  padding: 27px 30px;
  background: #f5f5f5;
}
#transplant .box_a > :first-child {
  margin-top: 0;
}
#transplant .box_a > :last-child {
  margin-bottom: 0;
}
#transplant .box_a.bg_tv {
  background: #e8deea !important;
}
#transplant .box_a.bg_vd {
  background: #f9deed !important;
}
#transplant .box_a .tit {
  /* margin: 0; */
  font-weight: bold;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  #transplant .box_a .tit {
    font-size: 1.7rem;
  }
}
#transplant .box_a .tit_a {
  font-weight: bold;
  font-size: 1.8rem;
  color: #002673;
  text-align: center;
}
#transplant .box_a .tit_att {
  padding: 0 0 0 24px;
  background: url(/assets/css/images/icon_attn_01.png) no-repeat left 6px;
}
#transplant .box_a > .content {
  margin: 2px 0 0;
}
#transplant .box_a > .content > :first-child {
  margin-top: 0;
}
#transplant .box_a > .content > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #transplant .box_a {
    /* modifi */
    padding: 15px;
    margin-top: 20px;
  }
  #transplant .box_a .tit_a {
    margin-bottom: 2px;
  }
}
#transplant .box_b {
  margin: 80px 0 0;
  background: #002673;
}
#transplant .box_b .icon_link a {
  color: #fff;
}
#transplant .box_b .icon_link > li::before {
  color: #fff;
}
#transplant .box_b > .box_b_content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 32px 20px;
}
#transplant .box_b > .box_b_content > .tit {
  margin: 0;
  font-weight: normal;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
#transplant .box_b > .box_b_content > .lyt_btn_offer {
  margin: 12px 0 0;
  text-align: center;
}
#transplant .box_b > .box_b_content > .list_btn_offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -24px 0 0;
  padding: 0;
  line-height: 1.875;
  list-style: none;
}
#transplant .box_b > .box_b_content > .list_btn_offer > li {
  margin: 24px 0 0;
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  #transplant .box_b {
    margin-top: 40px;
    padding: 20px 0;
  }
  #transplant .box_b > .box_b_content {
    padding: 0 54px;
  }
  #transplant .box_b > .box_b_content > .tit {
    line-height: 1.4;
  }
  #transplant .box_b > .box_b_content > .lyt_btn_offer {
    margin-top: 11px;
  }
  #transplant .box_b > .box_b_content > .list_btn_offer {
    margin-bottom: -16px;
  }
  #transplant .box_b > .box_b_content > .list_btn_offer > li {
    padding: 0 0 16px;
  }
}
#transplant .box_c {
  margin: 80px auto 0;
  padding: 32px 40px;
  background: repeating-linear-gradient(135deg, #fcdacc 0, #fcdacc 5px, #f2cfc2 5px, #f2cfc2 7px);
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 0 #f2e0d9;
  box-shadow: 2px 2px 0 #f2e0d9;
}
#transplant .box_c > .tit_wrap {
  margin: 0 0 20px;
  text-align: center;
}
#transplant .box_c > .tit_wrap > .tit {
  display: inline-block;
  padding: 7px 44px 2px 44px;
  font-size: 2.4rem;
  color: #ffe57f;
  background: #f04400;
  border-radius: 27px;
}
#transplant .box_c > .content {
  padding: 32px;
  background: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  #transplant .box_c {
    margin-top: 40px;
    padding: 15px;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 2px #f2e0d9;
    box-shadow: 0 2px 2px #f2e0d9;
  }
  #transplant .box_c > .tit_wrap {
    margin-right: -15px;
    margin-left: -15px;
  }
  #transplant .box_c > .tit_wrap > .tit {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 2rem;
    border-radius: 0;
  }
  #transplant .box_c > .content {
    padding: 20px;
  }
}
#transplant .box_price {
  margin: 64px 0 0;
  padding: 44px 0 45px;
  background: #f5f5f5;
}
#transplant .box_price > :first-child {
  margin-top: 0;
}
#transplant .box_price > :last-child {
  margin-bottom: 0;
}
#transplant .box_price > p {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #transplant .box_price {
    margin-top: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #transplant .box_price .txt_marker_a {
    font-size: 1.8rem;
  }
  #transplant .box_price .txt_marker_a > em {
    font-size: 2.4rem;
  }
}
#transplant .box_strong_a {
  margin: 64px 0 0;
  padding: 35px 38px 29px;
  border: 1px solid #f00;
}
#transplant .box_strong_a > :first-child {
  margin-top: 0;
}
#transplant .box_strong_a > :last-child {
  margin-bottom: 0;
}
#transplant .box_strong_a > .tit {
  margin: 0;
  padding: 0 0 0 24px;
  font-size: 1.8rem;
  color: #f00;
  line-height: 1.6;
  background: url(/assets/css/images/icon_attn_01.png) no-repeat left 5px;
}
#transplant .box_strong_a > .content {
  margin: 2px 0 0;
}
#transplant .box_strong_a > .content > :first-child {
  margin-top: 0;
}
#transplant .box_strong_a > .content > :last-child {
  margin-bottom: 0;
}
#transplant .box_strong_a > .content > p > strong {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #transplant .box_strong_a {
    margin-top: 40px;
    padding: 19px 19px 16px;
  }
}
#transplant .box_scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 360px;
  margin: 64px 0 0;
  padding: 31px 39px;
  background: #fff;
  border: 1px solid #c5c5c5;
}
#transplant .box_scroll > :first-child {
  margin-top: 0;
}
#transplant .box_scroll > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #transplant .box_scroll {
    height: 180px;
    margin-top: 40px;
    padding: 11px 18px;
  }
}
#transplant .box_form_a {
  margin: 64px 0 0;
  background: #ffe57f;
}
#transplant .box_form_a > .box_form_inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 32px 20px;
}
#transplant .box_form_a > .box_form_inner > .tit {
  font-weight: bold;
  font-size: 1.8rem;
  color: #002673;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #transplant .box_form_a > .box_form_inner {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  #transplant .box_form_a > .box_form_inner > .tit {
    margin-bottom: 2px;
  }
}
#transplant .box_form_b {
  margin: 80px 0 0;
  padding: 49px 40px 56px;
  background: #f5f5f5;
}
#transplant .box_form_b > .tit {
  margin: 0;
  font-weight: bold;
  font-size: 1.8rem;
  color: #002673;
  text-align: center;
}
#transplant .box_form_b > .lnk {
  margin: 10px 0 0;
  text-align: center;
}
#transplant .box_form_b > .list_form_a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}
#transplant .box_form_b .lyt_btn_a {
  margin: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  #transplant .box_form_b {
    margin-top: 40px;
    padding: 18px 16px 9px;
    text-align: center;
  }
  #transplant .box_form_b > .tit {
    font-size: 1.7rem;
    text-align: left;
    line-height: 1.5;
  }
  #transplant .box_form_b > .lnk {
    margin-top: 4px;
    text-align: left;
  }
  #transplant .box_form_b > .lnk > .icon_link {
    position: relative;
    display: inline-block;
    padding-left: 1.2em;
  }
  #transplant .box_form_b > .lnk > .icon_link::before {
    position: absolute;
    top: 0.23em;
    left: 0;
    line-height: 1;
  }
  #transplant .box_form_b > .list_form_a {
    display: inline-block;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 11px;
  }
  #transplant .box_form_b > .list_form_a > li {
    text-align: left;
  }
  #transplant .box_form_b > .list_form_a > li:first-child {
    margin-top: 0;
  }
  #transplant .box_form_b .lyt_btn_a {
    margin-top: 20px;
  }
}
#transplant .box_tel {
  margin: 64px 0 0;
  padding: 51px 32px 18px;
  background: #f5f5f5;
}
#transplant .box_tel > .tit {
  margin: 0 0 23px;
  font-size: 1.6rem;
  color: #004060;
  text-align: center;
}
#transplant .box_tel > .lyt_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 20px;
  border-radius: 4px;
}
#transplant .box_tel > .lyt_tel > .col {
  width: calc((100% - 25px) / 2);
}
#transplant .box_tel > .lyt_tel > .col:only-child {
  width: 100%;
}
#transplant .box_tel > .lyt_tel > .col > .col_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 24px 10px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
}
#transplant .box_tel > .lyt_tel .notes > li {
  text-align: left;
}
#transplant .box_tel > .lyt_tel .notes > li > div:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
#transplant .box_tel > .lyt_tel > .col > .col_inner > .desc {
  margin: 10px 0 0;
  font-size: 1.4rem;
}
#transplant .box_tel > .lyt_tel > .col > .col_inner > .notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0 0;
  font-size: 1.3rem;
}
#transplant .box_tel > .lyt_tel > .col > .col_inner > .notes > .mark {
  margin: 0 5px 0 0;
}
#transplant .box_tel > .lyt_tel > .col .tit {
  margin-bottom: 0;
  font-size: 1.8rem;
}
#transplant .box_tel > .lyt_tel > .col .tit_inner {
  position: relative;
  display: inline-block;
  font-weight: normal;
  color: #002673;
}
#transplant .box_tel > .lyt_tel > .col .txt_tel {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8px 0 0;
  line-height: 1.4;
}
#transplant .box_tel > .lyt_tel > .col .txt_tel a {
  font-size: 3.6rem;
  letter-spacing: -0.05em;
}
#transplant .box_tel > .lyt_tel > .col .txt_tel img {
  margin-bottom: 13px;
}
#transplant .box_tel > .lyt_tel > .col._fixed .tit_inner {
  padding: 0 0 0 24px;
  background: url(/assets/css/images/icon_tel_01.png) no-repeat left center;
}
#transplant .box_tel > .lyt_tel > .col._mobile .tit_inner {
  padding: 0 0 0 20px;
  background: url(/assets/css/images/icon_sp_01.png) no-repeat left center;
}
@media only screen and (max-width: 880px) {
  #transplant .box_tel > .lyt_tel > .col .txt_tel a {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #transplant .box_tel {
    margin-top: 40px;
    padding: 18px 10px 10px;
  }
  #transplant .box_tel > .tit {
    margin-bottom: 12px;
    font-size: 1.7rem;
  }
  #transplant .box_tel > .lyt_tel {
    display: block;
    margin-bottom: 16px;
    margin-left: 0;
  }
  #transplant .box_tel > .lyt_tel > .col {
    width: 100%;
    padding-left: 0;
  }
  #transplant .box_tel > .lyt_tel > .col + .col {
    margin-top: 10px;
  }
  #transplant .box_tel > .lyt_tel > .col > .col_inner {
    padding: 14px 30px 13px;
  }
  #transplant .box_tel > .lyt_tel > .col > .col_inner > .desc {
    font-size: 1.2rem;
  }
  #transplant .box_tel > .lyt_tel > .col > .col_inner > .notes {
    font-size: 1.2rem;
  }
  #transplant .box_tel > .lyt_tel > .col .tit {
    font-size: 1.6rem;
  }
  #transplant .box_tel > .lyt_tel > .col .txt_tel {
    margin-top: 6px;
    padding: 0 8px;
  }
  #transplant .box_tel > .lyt_tel > .col .txt_tel a {
    font-size: 2.4rem;
  }
}
#transplant .box_app {
  margin: 64px 0 0;
  padding: 38px 20px;
  background: #f5f5f5;
}
#transplant .box_app > .lyt_app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px 0 0;
}
#transplant .box_app > .lyt_app > .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  margin: 15px 0 0;
  padding: 0 20px;
}
#transplant .box_app > .lyt_app > .item > .desc {
  margin: 0 32px 0 0;
}
#transplant .box_app > .lyt_app > .item > p {
  margin: 0;
}
#transplant .box_app > .lyt_app > .item > p > a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#transplant .box_app > .lyt_app > .item > p > a:hover, #transplant .box_app > .lyt_app > .item > p > a:active {
  opacity: 0.85;
}
#transplant .box_app > .lyt_app > .item:nth-child(2n)::before {
  position: absolute;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #999;
  content: "";
}
@media only screen and (max-width: 767px) {
  #transplant .box_app {
    margin-top: 40px;
    padding: 20px 54px;
  }
  #transplant .box_app > .lyt_app {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 0;
  }
  #transplant .box_app > .lyt_app > .item {
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 0;
    text-align: center;
  }
  #transplant .box_app > .lyt_app > .item + .item {
    position: relative;
    margin-top: 15px;
    padding-top: 19px;
  }
  #transplant .box_app > .lyt_app > .item + .item::before {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #999;
    content: "";
  }
  #transplant .box_app > .lyt_app > .item > .desc {
    margin-right: 0;
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
}
#transplant .box_list {
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
  line-height: inherit;
}
#transplant .box_list > li {
  margin: 0;
  background-color: #fff;
}
#transplant .box_list > li + li {
  margin: 40px 0 0;
}
#transplant .box_list > li > .box_icon_a, #transplant .box_list > li > .box_icon_b {
  margin-top: 0;
}
@media (min-width: 1000px) {
  #transplant .box_list._col2, #transplant .box_list._col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #transplant .box_list._col2 > li, #transplant .box_list._col3 > li {
    margin: 40px 0 0;
  }
  #transplant .box_list._col2 > li {
    width: calc((100% - 40px) / 2);
  }
  #transplant .box_list._col2 > li:first-child, #transplant .box_list._col2 > li:nth-child(2) {
    margin-top: 0;
  }
  #transplant .box_list._col3 > li {
    width: calc((100% - 80.5px) / 3);
  }
  #transplant .box_list._col3 > li:first-child, #transplant .box_list._col3 > li:nth-child(2), #transplant .box_list._col3 > li:nth-child(3) {
    margin-top: 0;
  }
}
#transplant .box_list._box > li {
  padding: 40px;
  border: 1px solid #c0c0c0;
}
#transplant .box_list._box > li + li {
  margin-top: 40px;
}
#transplant .box_list._box > li > .box_icon_a, #transplant .box_list._box > li > .box_icon_b {
  margin-top: 0;
}
@media (min-width: 1000px) {
  #transplant .box_list._box._col2 > li, #transplant .box_list._box._col3 > li {
    margin-top: 12px;
  }
  #transplant .box_list._box._col2 > li {
    width: calc((100% - 12px) / 2);
  }
  #transplant .box_list._box._col2 > li:first-child, #transplant .box_list._box._col2 > li:nth-child(2) {
    margin-top: 0;
  }
  #transplant .box_list._box._col3 > li {
    width: calc((100% - 24px) / 3);
  }
  #transplant .box_list._box._col3 > li:first-child, #transplant .box_list._box._col3 > li:nth-child(2), #transplant .box_list._box._col3 > li:nth-child(3) {
    margin-top: 0;
  }
}
#transplant .box_list._bg > li {
  padding: 40px;
  background: #f5f5f5;
}
#transplant .box_list._bg > li + li {
  margin-top: 12px;
}
@media only screen and (max-width: 1000px) {
  #transplant .box_list {
    margin-top: 40px;
  }
  #transplant .box_list > li + li {
    margin-top: 14px;
  }
  #transplant .box_list._box > li {
    padding: 27px 18px 28px;
  }
  #transplant .box_list._box > li + li {
    margin-top: 40px;
  }
  #transplant .box_list._bg > li {
    padding: 27px 18px 28px;
  }
}
#transplant .box_icon_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 64px 0 0;
}
#transplant .box_icon_a + .box_icon_a {
  margin: 15px 0 0;
}
#transplant .box_icon_a > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#transplant .box_icon_a > .item > .image {
  margin: 0 0 0 40px;
}
#transplant .box_icon_a > .item > .image img {
  max-width: none;
}
#transplant .box_icon_a > .item .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 14px;
}
#transplant .box_icon_a > .item .content > .tit {
  margin: 0;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
#transplant .box_icon_a > .item .content .tit_content {
  margin: 7px 0 0;
}
#transplant .box_icon_a > .item .content .tit_content > :first-child {
  margin-top: 0;
}
#transplant .box_icon_a > .item .content .tit_content > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #transplant .box_icon_a > .item {
    display: block;
    text-align: center;
  }
  #transplant .box_icon_a > .item .content {
    margin-top: 21px;
    padding-left: 0;
    text-align: left;
  }
  #transplant .box_icon_a > .item > .image {
    margin-top: 15px;
    margin-left: 0;
  }
}
#transplant .box_icon_b > .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#transplant .box_icon_b > .tit > .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 86px;
  margin: 0;
  padding: 0 0 0 14px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
}
#transplant .box_icon_b > .content {
  margin: 14px 0 0;
}
#transplant .box_icon_b > .content > :first-child {
  margin-top: 0;
}
#transplant .box_icon_b > .content > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #transplant .box_icon_b > .tit {
    display: block;
    text-align: center;
  }
  #transplant .box_icon_b > .tit > .tit {
    min-height: auto;
    margin-top: 18px;
    padding-left: 0;
  }
  #transplant .box_icon_b > .content {
    margin-top: 4px;
  }
}
#transplant .box_toggle {
  margin: 80px 0 0;
}
#transplant .box_toggle + .box_toggle {
  margin-top: 8px;
}
#transplant .box_toggle > .item {
  border: 1px solid #e5e9f1;
}
#transplant .box_toggle > .item > .tit {
  margin: 0;
  background: #e5e9f1;
}
#transplant .box_toggle > .item > .tit > .tit_inner {
  display: block;
  width: 100%;
  padding: 11px 39px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #002673;
  text-align: left;
  line-height: 1.8;
  background: none;
  border: none;
  border-radius: 0;
  cursor: default;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#transplant .box_toggle > .item > .tit > .tit_inner > .txt {
  position: relative;
}
#transplant .box_toggle > .item > .item_content {
  padding: 34px 32px;
}
@media only screen and (max-width: 767px) {
  #transplant .box_toggle {
    margin-top: 64px;
  }
  #transplant .box_toggle > .item > .tit > .tit_inner {
    padding: 7px 27px;
  }
  #transplant .box_toggle > .item > .item_content {
    padding: 19px 15px;
  }
}
#transplant .lyt_idx_a {
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1000px) {
  #transplant .lyt_idx_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #transplant .lyt_idx_a._col2 > li {
    width: calc((100% - 12px) / 2);
  }
  #transplant .lyt_idx_a._col2 > li:first-child, #transplant .lyt_idx_a._col2 > li:nth-child(2) {
    margin-top: 0;
  }
  #transplant .lyt_idx_a._col2 > li:nth-child(2n+1) {
    margin-left: 0;
  }
  #transplant .lyt_idx_a._col3 > li {
    width: calc((100% - 24.5px) / 3);
  }
  #transplant .lyt_idx_a._col3 > li:first-child, #transplant .lyt_idx_a._col3 > li:nth-child(2), #transplant .lyt_idx_a._col3 > li:nth-child(3) {
    margin-top: 0;
  }
  #transplant .lyt_idx_a._col3 > li:nth-child(3n+1) {
    margin-left: 0;
  }
  #transplant .lyt_idx_a._col4 > li {
    width: calc((100% - 36px) / 4);
  }
  #transplant .lyt_idx_a._col4 > li:first-child, #transplant .lyt_idx_a._col4 > li:nth-child(2), #transplant .lyt_idx_a._col4 > li:nth-child(3), #transplant .lyt_idx_a._col4 > li:nth-child(4) {
    margin-top: 0;
  }
  #transplant .lyt_idx_a._col4 > li:nth-child(4n+1) {
    margin-left: 0;
  }
}
#transplant .lyt_idx_a > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 12px 0 0 12px;
  padding: 0 0 48px;
  border: 1px solid #c0c0c0;
}
#transplant .lyt_idx_a > li > .image {
  min-height: 0%;
  text-align: center;
}
#transplant .lyt_idx_a > li > .image > img {
  width: 100%;
  vertical-align: bottom;
}
#transplant .lyt_idx_a > li > .item {
  padding: 26px 23px 34px;
}
#transplant .lyt_idx_a > li > .item > .tit {
  margin: 0 0 14px;
  font-weight: bold;
  font-size: 2rem;
  color: #002673;
}
#transplant .lyt_idx_a > li > .item > .content > :first-child {
  margin-top: 0;
}
#transplant .lyt_idx_a > li > .item > .content > :last-child {
  margin-bottom: 0;
}
#transplant .lyt_idx_a > li > .lyt_btn_a {
  margin-top: auto;
  padding: 0 24px;
}
@media only screen and (max-width: 1000px) {
  #transplant .lyt_idx_a {
    margin-top: 20px;
  }
  #transplant .lyt_idx_a > li {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 26px;
  }
  #transplant .lyt_idx_a > li + li {
    margin-top: 20px;
  }
  #transplant .lyt_idx_a > li > .item {
    padding: 18px 18px 20px;
  }
  #transplant .lyt_idx_a > li > .item > .tit {
    margin-bottom: 10px;
    line-height: 1.3;
  }
  #transplant .lyt_idx_a > li > .lyt_btn_a {
    padding-right: 18px;
    padding-left: 18px;
  }
}
#transplant .lyt_idx_b {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1000px) {
  #transplant .lyt_idx_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #transplant .lyt_idx_b._icon._col3 > li {
    width: calc((100% - 74.5px) / 2);
  }
  #transplant .lyt_idx_b._icon._col3 > li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 50px;
    padding: 0;
    border: none;
  }
  #transplant .lyt_idx_b._icon._col3 > li:nth-child(3n+1) {
    margin-left: 0;
  }
  #transplant .lyt_idx_b._icon._col5 > li {
    width: calc((100% - 148.5px) / 3);
  }
  #transplant .lyt_idx_b._icon._col5 > li:first-child, #transplant .lyt_idx_b._icon._col5 > li:nth-child(2), #transplant .lyt_idx_b._icon._col5 > li:nth-child(3), #transplant .lyt_idx_b._icon._col5 > li:nth-child(4), #transplant .lyt_idx_b._icon._col5 > li:nth-child(5) {
    margin-top: 0;
  }
  #transplant .lyt_idx_b._icon._col5 > li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    width: 100%;
    max-width: 50px;
    padding: 0;
    border: none;
  }
  #transplant .lyt_idx_b._icon._col5 > li:nth-child(5n+1) {
    margin-left: 0;
  }
  #transplant .lyt_idx_b._col2 > li {
    width: calc((100% - 12px) / 2);
  }
  #transplant .lyt_idx_b._col2 > li:first-child, #transplant .lyt_idx_b._col2 > li:nth-child(2) {
    margin-top: 0;
  }
  #transplant .lyt_idx_b._col2 > li:nth-child(2n+1) {
    margin-left: 0;
  }
  #transplant .lyt_idx_b._col3 > li {
    width: calc((100% - 24.5px) / 3);
  }
  #transplant .lyt_idx_b._col3 > li:first-child, #transplant .lyt_idx_b._col3 > li:nth-child(2), #transplant .lyt_idx_b._col3 > li:nth-child(3) {
    margin-top: 0;
  }
  #transplant .lyt_idx_b._col3 > li:nth-child(3n+1) {
    margin-left: 0;
  }
  #transplant .lyt_idx_b._col4 > li {
    width: calc((100% - 36px) / 4);
  }
  #transplant .lyt_idx_b._col4 > li:first-child, #transplant .lyt_idx_b._col4 > li:nth-child(2), #transplant .lyt_idx_b._col4 > li:nth-child(3), #transplant .lyt_idx_b._col4 > li:nth-child(4) {
    margin-top: 0;
  }
  #transplant .lyt_idx_b._col4 > li:nth-child(4n+1) {
    margin-left: 0;
  }
}
#transplant .lyt_idx_b > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0;
  margin: 12px 0 0 12px;
  padding: 24px 24px 32px;
  border: 1px solid #c0c0c0;
}
#transplant .lyt_idx_b > li > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 24px;
}
#transplant .lyt_idx_b > li > .item > .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin: 0 8px 0 0;
  font-weight: bold;
  color: #002673;
  background: #e5e9f1;
  border-radius: 50%;
}
#transplant .lyt_idx_b > li > .item > .tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 4px 0 0;
  font-weight: bold;
  font-size: 1.8rem;
  color: #002673;
}
#transplant .lyt_idx_b > li > .content {
  padding: 22px 0 0;
  border-top: 1px dashed #999;
}
#transplant .lyt_idx_b > li > .content > :first-child {
  margin-top: 0;
}
#transplant .lyt_idx_b > li > .content > :last-child {
  margin-bottom: 0;
}
#transplant .lyt_idx_b > li > .lyt_btn_a {
  margin-top: auto;
  padding-top: 25px;
}
@media only screen and (max-width: 1000px) {
  #transplant .lyt_idx_b {
    margin-top: 20px;
  }
  #transplant .lyt_idx_b > li {
    margin-top: 0;
    margin-left: 0;
    padding: 19px 20px 27px;
  }
  #transplant .lyt_idx_b > li + li {
    margin-top: 20px;
  }
  #transplant .lyt_idx_b > li > .item {
    padding-bottom: 10px;
  }
  #transplant .lyt_idx_b > li > .content {
    margin-top: 13px;
    margin-bottom: 23px;
  }
  #transplant .lyt_idx_b > li .pc_icon_trans90 {
    -webkit-transform: none;
    transform: none;
  }
  #transplant .lyt_idx_b > li .pc_icon_trans45 {
    -webkit-transform: none;
    transform: none;
  }
  #transplant .lyt_idx_b._icon > li:nth-child(even) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding: 0;
    border: none;
  }
}
#transplant .lyt_idx_c {
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1000px) {
  #transplant .lyt_idx_c._col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #transplant .lyt_idx_c._col2 > li {
    margin: 12px 0 0 12px;
  }
  #transplant .lyt_idx_c._col2 > li {
    width: calc((100% - 12px) / 2);
  }
  #transplant .lyt_idx_c._col2 > li:first-child, #transplant .lyt_idx_c._col2 > li:nth-child(2) {
    margin-top: 0;
  }
  #transplant .lyt_idx_c._col2 > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
#transplant .lyt_idx_c > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #c0c0c0;
}
#transplant .lyt_idx_c > li + li {
  margin: 30px 0 0;
}
#transplant .lyt_idx_c > li > .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 200px;
  margin: 0 15px 0 0;
  text-align: center;
}
#transplant .lyt_idx_c > li > .image > img {
  max-width: 200px;
  max-height: 150px;
}
#transplant .lyt_idx_c > li > .content {
  width: 100%;
  padding: 0 0 0 16px;
  border-left: 1px dashed #999;
}
#transplant .lyt_idx_c > li > .content > :first-child {
  margin-top: 0;
}
#transplant .lyt_idx_c > li > .content > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #transplant .lyt_idx_c > li {
    display: block;
    padding: 20px;
  }
  #transplant .lyt_idx_c > li > .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  #transplant .lyt_idx_c > li > .content {
    padding-top: 9px;
    padding-left: 0;
    border-top: 1px dashed #999;
    border-left: none;
  }
}
#transplant table.tl_f {
  table-layout: fixed;
}
#transplant table.va_m th, #transplant table.va_m td, #transplant th.va_m td, #transplant td.va_m td {
  vertical-align: middle;
}
#transplant table.ta_c th, #transplant table.ta_c td, #transplant th.ta_c, #transplant td.ta_c {
  text-align: center;
}
#transplant table.ta_c th .icon_link, #transplant table.ta_c td .icon_link, #transplant th.ta_c .icon_link, #transplant td.ta_c .icon_link {
  text-align: left;
}
#transplant table thead th, #transplant table thead td {
  background: #e5e9f1;
}
#transplant table tbody th {
  background: #f2f4f8;
}
#transplant tbody.ta_r td, #transplant th.ta_r, #transplant td.ta_r {
  text-align: right;
}
#transplant table.p_sm th, #transplant table.p_sm td {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  #transplant table.sp_ta_l th, #transplant table.sp_ta_l td, #transplant thead.sp_ta_l th {
    text-align: left;
  }
}
#transplant th.bl_0, #transplant td.bl_0 {
  border-left: none;
}
#transplant .pcolor {
  background-color: #fffcf2;
}
#transplant table th > :first-child, #transplant table td > :first-child {
  margin-top: 0;
}
#transplant table th > :last-child, #transplant table td > :last-child {
  margin-bottom: 0;
}
#transplant table th.bg_tv {
  color: #652273;
  background: #d1bdd5 !important;
}
#transplant table th.bg_vd {
  color: #d92189;
  background: #f4bcdc !important;
}
#transplant .scroll_wrap {
  overflow: auto;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  #transplant .scroll_wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-top: 32px;
    padding-right: 7px;
    padding-bottom: 2px;
  }
  #transplant .scroll_wrap > table {
    width: 160%;
  }
  #transplant .scroll_wrap > .list_caption {
    width: 160%;
  }
  #transplant .scroll_wrap::before {
    padding: 0 20px 0 0;
    background: url(/assets/css/images/icon_arrow_01.png) no-repeat right center;
    content: "横にスクロールします";
  }
}
#transplant .tbl_a {
  background: #fff;
  border-right: 1px solid #7f92b9;
  border-bottom: 1px solid #7f92b9;
}
#transplant .tbl_a th {
  font-weight: bold;
  color: #002673;
}
#transplant .tbl_a th, #transplant .tbl_a td {
  padding: 15px 20px;
  border-top: 1px solid #7f92b9;
  border-left: 1px solid #7f92b9;
}
@media only screen and (max-width: 767px) {
  #transplant .tbl_a th, #transplant .tbl_a td {
    display: block;
    width: 100% !important;
    padding: 13px 16px 13px;
  }
}
#transplant .tbl_b {
  background: #fff;
  border-right: 1px solid #7f92b9;
  border-bottom: 1px solid #7f92b9;
}
#transplant .tbl_b thead th {
  vertical-align: middle;
  text-align: center;
}
#transplant .tbl_b thead td {
  color: #002673;
}
#transplant .tbl_b th {
  font-weight: bold;
  color: #002673;
}
#transplant .tbl_b th, #transplant .tbl_b td {
  padding: 15px 20px;
  border-top: 1px solid #7f92b9;
  border-left: 1px solid #7f92b9;
}
@media only screen and (max-width: 767px) {
  #transplant .tbl_a .tbl_b th, #transplant .tbl_a .tbl_b td {
    display: table-cell;
    width: auto !important;
  }
  #transplant .tbl_b th, #transplant .tbl_b td {
    padding: 13px 16px 13px;
  }
}
#transplant :placeholder-shown {
  color: #6c6c6c;
}
#transplant ::-webkit-input-placeholder, #transplant ::-moz-placeholder, #transplant :-ms-input-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
#transplant [data-browser=Edge] ::-webkit-input-placeholder {
  color: #6c6c6c;
  opacity: 1 !important;
}
#transplant input[type=submit], #transplant input[type=button], #transplant button {
  padding: 0.25em 0.75em;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
  background: linear-gradient(#fff, #f5f5f5);
  background-color: #fff;
  border: solid 1px #666;
  border-radius: 0.4em;
}
#transplant input[type=submit]:not(.local_nav_btn):not(.close_btn):not(.btn_a):not(.btn_b):not(.btn_c):not(.global_nav_btn):not(.tit_inner):not(.js_dropdown_hook):hover, #transplant input[type=submit]:not(.local_nav_btn):not(.close_btn):not(.btn_a):not(.btn_b):not(.btn_c):not(.global_nav_btn):not(.tit_inner):not(.js_dropdown_hook):active, #transplant input[type=button]:not(.local_nav_btn):not(.close_btn):not(.btn_a):not(.btn_b):not(.btn_c):not(.global_nav_btn):not(.tit_inner):not(.js_dropdown_hook):hover, #transplant input[type=button]:not(.local_nav_btn):not(.close_btn):not(.btn_a):not(.btn_b):not(.btn_c):not(.global_nav_btn):not(.tit_inner):not(.js_dropdown_hook):active, #transplant button:not(.local_nav_btn):not(.close_btn):not(.btn_a):not(.btn_b):not(.btn_c):not(.global_nav_btn):not(.tit_inner):not(.js_dropdown_hook):hover, #transplant button:not(.local_nav_btn):not(.close_btn):not(.btn_a):not(.btn_b):not(.btn_c):not(.global_nav_btn):not(.tit_inner):not(.js_dropdown_hook):active {
  color: #002673;
  background-color: #fff;
  border-color: #002673;
}
#transplant .list_form_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px 0 0 -38px;
  padding: 0;
  list-style: none;
}
#transplant .list_form_a > li {
  margin: 20px 0 0 38px;
}
@media only screen and (max-width: 767px) {
  #transplant .list_form_a {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -16px;
    margin-left: 0;
  }
  #transplant .list_form_a > li {
    margin-top: 16px;
    margin-left: 0;
  }
}
#transplant .list_form_b {
  padding: 0;
  list-style: none;
}
#transplant .list_form_b > li {
  width: 100%;
  margin: 20px 0 0;
}
@media (min-width: 640px) {
  #transplant .list_form_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #transplant .list_form_b._col2 > li {
    width: calc((100% - 4px) / 2);
  }
  #transplant .list_form_b._col2 > li:first-child, #transplant .list_form_b._col2 > li:nth-child(2) {
    margin-top: 0;
  }
  #transplant .list_form_b._col3 > li {
    width: calc((100% - 8px) / 3);
  }
  #transplant .list_form_b._col3 > li:first-child, #transplant .list_form_b._col3 > li:nth-child(2), #transplant .list_form_b._col3 > li:nth-child(3) {
    margin-top: 0;
  }
  #transplant .list_form_b._col4 > li {
    width: calc((100% - 12px) / 4);
  }
  #transplant .list_form_b._col4 > li:first-child, #transplant .list_form_b._col4 > li:nth-child(2), #transplant .list_form_b._col4 > li:nth-child(3), #transplant .list_form_b._col4 > li:nth-child(4) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #transplant .list_form_b > li:first-child {
    margin-top: 0;
  }
}
#transplant .form_radio, #transplant .form_cb {
  position: relative;
  display: inline-block;
  padding-left: 36px;
  cursor: pointer;
}
#transplant .form_radio > input {
  position: absolute;
  top: 3px;
  left: 5px;
}
#transplant .form_radio > input + span::before, #transplant .form_radio > input + b::before {
  position: absolute;
  top: -3px;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px -2px #999 inset;
  box-shadow: 0 2px 5px -2px #999 inset;
  content: "";
}
#transplant .form_radio > input + span::after, #transplant .form_radio > input + b::after {
  position: absolute;
  top: 2px;
  left: 5px;
  display: block;
  width: 18px;
  height: 18px;
  background: #4c679d;
  border-radius: 50%;
  content: "";
  opacity: 0;
}
#transplant .form_radio > input:checked + span::after, #transplant .form_radio > input:checked + b::after {
  opacity: 1;
}
#transplant .form_radio > input:focus + span::before, #transplant .form_radio > input:focus + b::before {
  border: 1px solid #18ade7;
}
#transplant .form_cb {
  padding-top: 4px;
  font-size: 1.4rem;
}
#transplant .form_cb > input {
  position: absolute;
  top: 3px;
  left: 5px;
}
#transplant .form_cb > input + span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 2px solid #999;
  border-radius: 4px;
  content: "";
}
#transplant .form_cb > input + span::after {
  position: absolute;
  top: 7px;
  left: 6px;
  display: block;
  width: 18px;
  height: 11px;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#transplant .form_cb > input:checked {
  position: absolute;
  top: 3px;
  left: 5px;
}
#transplant .form_cb > input:checked + span::before {
  background: #4c679d;
  border: 0;
}
#transplant .form_cb > input:checked + span::after {
  display: block;
  opacity: 1;
}
#transplant .form_cb > input:focus + span::before {
  border: 2px solid #18ade7;
}
@media only screen and (max-width: 767px) {
  #transplant .form_cb {
    padding-top: 2px;
    padding-left: 31px;
  }
  #transplant .form_cb > input + span::before {
    width: 25px;
    height: 25px;
  }
  #transplant .form_cb > input + span::after {
    top: 8px;
    left: 5px;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
  }
}
#transplant .lyt_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#transplant .lyt_form > p {
  margin-top: 0;
}
#transplant .lyt_form > .txt_a, #transplant .lyt_form .txt_b {
  font-size: 2.6rem;
}
#transplant .lyt_form > .txt_a {
  margin: 0 16px 0 0;
  line-height: 1.875;
}
#transplant .lyt_form > .txt_b {
  margin: 0 18px;
}
#transplant .lyt_form .btn {
  position: relative;
  margin: 0 0 0 24px;
  padding: 0 40px 0 0;
}
#transplant .lyt_form .btn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: calc(100% + 8px);
  margin: auto 0;
  background: #999;
  content: "";
}
#transplant .lyt_form .lnk {
  margin: 0 0 0 33px;
}
#transplant .lyt_form .form_txt {
  width: 100%;
  max-width: 480px;
  min-height: 40px;
  border-radius: 4px;
}
#transplant .lyt_form .form_txt._zip-a {
  max-width: 120px;
  ime-mode: inactive;
}
#transplant .lyt_form .form_txt._zip-b {
  max-width: 180px;
  ime-mode: inactive;
}
#transplant .lyt_form .search {
  min-height: 40px;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 1000px) {
  #transplant .lyt_form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #transplant .lyt_form > .txt_a, #transplant .lyt_form .txt_b {
    font-size: 2rem;
  }
  #transplant .lyt_form > .txt_a {
    margin-right: 4px;
  }
  #transplant .lyt_form > .txt_b {
    margin: 0 8px;
  }
  #transplant .lyt_form .form_txt {
    max-width: none;
    min-height: 32px;
  }
  #transplant .lyt_form .form_txt._zip-a {
    max-width: 90px;
  }
  #transplant .lyt_form .form_txt._zip-b {
    max-width: 120px;
  }
  #transplant .lyt_form .btn {
    position: static;
    width: 100%;
    margin-top: 13px;
    margin-left: 0;
    padding-right: 0;
    text-align: center;
  }
  #transplant .lyt_form .btn::after {
    display: none;
  }
  #transplant .lyt_form .lnk {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
  }
  #transplant .lyt_form .search {
    margin-top: 10px;
    margin-left: 0;
  }
}
#transplant .tab_a {
  margin: 80px 0 0;
}
@media only screen and (max-width: 767px) {
  #transplant .tab_a {
    margin-top: 64px;
  }
}
#transplant .js_tab {
  margin: 80px 0 0;
}
#transplant .js_tab > .tab_a {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #transplant .js_tab {
    margin-top: 64px;
  }
}
#transplant .tab_panel {
  margin: 40px 0 0;
}
#transplant .tab_panel > :first-child {
  margin-top: 0;
}
#transplant .tab_panel > :last-child {
  margin-bottom: 0;
}
#transplant [data-script-enabled=true] .tab_panel {
  display: none;
}
#transplant [data-script-enabled=true] .tab_panel.is_active {
  display: block;
}
#transplant body:not(.mfp-iframe-inner) .modal-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0;
}
#transplant [data-script-enabled=true] .box_toggle > .item > .tit > .tit_inner {
  cursor: pointer;
}
#transplant [data-script-enabled=true] .box_toggle > .item.is_open > .tit > .tit_inner > span::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#transplant [data-script-enabled=true] .box_toggle > .item.is_close > .item_content {
  display: none;
}
#transplant .toggle_status {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  opacity: 0;
}
#transplant .modal_fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#transplant .mfp-bg {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  z-index: 1042;
  width: 100%;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.6);
}
#transplant .mfp-wrap {
  position: absolute !important;
  top: 50% !important;
  left: 50%;
  z-index: 1043;
  width: calc(100% - 20px);
  max-width: 1200px;
  height: auto;
  min-height: 250px;
  max-height: calc(100vh - 110px) !important;
  background: #fff;
  border-radius: 4px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#transplant .mfp-wrap.mfp-ready {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#transplant .mfp-container {
  height: 100%;
}
#transplant .mfp-content {
  height: 100%;
}
#transplant .mfp-inline-holder .mfp-content {
  overflow: auto;
}
#transplant .modal_close_btn {
  padding: 20px 20px 20px 0;
  text-align: right;
  background: #fff;
  border-radius: 4px;
}
#transplant .modal_close_btn > button {
  position: relative;
  padding: 0 0 0 15px;
  background: none;
  border: none;
  border-radius: 0;
}
#transplant .modal_close_btn > button::before, #transplant .modal_close_btn > button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  margin: auto 0;
  background: #000;
  content: "";
}
#transplant .modal_close_btn > button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#transplant .modal_close_btn > button::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#transplant .modal_close_btn > button > .txt {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1rem;
  opacity: 0;
}
#transplant .mfp_iframe_scaler {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 70px);
}
#transplant .mfp-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#transplant .modal_wrap {
  margin: 0 40px 40px;
}
@media only screen and (max-width: 767px) {
  #transplant .modal_wrap {
    margin: 0 20px 40px;
  }
}
#transplant .modal_wrap > :first-child {
  margin-top: 0;
}
#transplant .modal_wrap > :last-child {
  margin-bottom: 0;
}
#transplant .video-wrap {
  position: relative;
  max-width: 705px;
  margin: 0 auto;
  padding-bottom: 396px;
}
#transplant .video-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 397px;
  vertical-align: top;
  border: 0 !important;
}
#transplant .js_modal_content {
  display: none;
}
#transplant .modal_fixed .js_modal_content {
  display: block;
}
#transplant .tit_lv2 + *, #transplant .tit_lv3 + *, #transplant .tit_lv4 + *, #transplant .tit_lv5 + * {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #transplant .tit_lv2, #transplant .tit_lv3, #transplant .tit_lv4, #transplant .tit_lv5 {
    margin-top: 40px;
  }
}
#transplant .tit_lv2_wrap + *, #transplant .tit_lv3_wrap + *, #transplant .tit_lv4_wrap + *, #transplant .tit_lv5_wrap + * {
  margin-top: 30px;
}
#transplant .tit_lv2_wrap .tit_lv2 + *, #transplant .tit_lv2_wrap .tit_lv3 + *, #transplant .tit_lv2_wrap .tit_lv4 + *, #transplant .tit_lv2_wrap .tit_lv5 + *, #transplant .tit_lv3_wrap .tit_lv2 + *, #transplant .tit_lv3_wrap .tit_lv3 + *, #transplant .tit_lv3_wrap .tit_lv4 + *, #transplant .tit_lv3_wrap .tit_lv5 + *, #transplant .tit_lv4_wrap .tit_lv2 + *, #transplant .tit_lv4_wrap .tit_lv3 + *, #transplant .tit_lv4_wrap .tit_lv4 + *, #transplant .tit_lv4_wrap .tit_lv5 + *, #transplant .tit_lv5_wrap .tit_lv2 + *, #transplant .tit_lv5_wrap .tit_lv3 + *, #transplant .tit_lv5_wrap .tit_lv4 + *, #transplant .tit_lv5_wrap .tit_lv5 + * {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #transplant .tit_lv2_wrap + *, #transplant .tit_lv3_wrap + *, #transplant .tit_lv4_wrap + *, #transplant .tit_lv5_wrap + * {
    margin-top: 16px;
  }
}
#transplant p + .txt_tel, #transplant .txt_tel + .txt_tel {
  margin-top: 14px;
}
@media (min-width: 1240px) {
  #transplant .anc_lnk + .lyt_col {
    margin-top: 0;
  }
}
#transplant table i {
  font-weight: normal !important;
  font-family: dinFs;
}
#transplant .c_red {
  color: #ce0000 !important;
}
#transplant .c_org {
  color: #ff8c00 !important;
}
#transplant .c_blu {
  color: #002673 !important;
}
#transplant .c_blu_dm {
  color: #4182a0 !important;
}
#transplant .c_cyn {
  color: #00b4ed !important;
}
#transplant .c_wht {
  color: #fff !important;
}
#transplant .c_blk {
  color: #000 !important;
}
#transplant .c_tv {
  color: #652273 !important;
}
#transplant .c_vd {
  color: #d92189 !important;
}
#transplant .c_biz {
  color: #28becc !important;
}
#transplant .bg_hs {
  background: #007ab7 !important;
}
#transplant .bg_mn {
  background: #228b22 !important;
}
#transplant .bg_tv {
  background: #652273 !important;
}
#transplant .bg_vd {
  background: #d92189 !important;
}
#transplant .bg_biz {
  background: #def0f3 !important;
}
#transplant .bg_cs {
  background: #6bb32a !important;
}
#transplant .bg_ntt {
  background: #03c !important;
}
#transplant .bg_wht {
  background: #fff !important;
}
#transplant .bg_blk {
  background: #000000 !important;
}
#transplant .bg_blu {
  background: #002673 !important;
}
#transplant .bg_org {
  background: #ff8c00 !important;
}
#transplant .bg_gry {
  background: #919191 !important;
}
#transplant .bg_lbu {
  background: #e5e9f1 !important;
}
#transplant .bg_pnk {
  background: #fadce9 !important;
}
#transplant .bg_lgr {
  background: #e1efce !important;
}
#transplant .bg_yel {
  background: #fc0 !important;
}
#transplant .bc_yel2,
#transplant tr.bc_yel2 > th,
#transplant tr.bc_yel2 > td {
  background-color: #fffae5;
}
@media (min-width: 640px) {
  #transplant .pc_icon_trans90 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@media only screen and (max-width: 767px) {
  #transplant .sp_icon_trans90 {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@media (min-width: 640px) {
  #transplant .pc_icon_trans45 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) {
  #transplant .sp_icon_trans45 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
#transplant .bg_tv p.ws_pl,
#transplant .bg_vd p.ws_pl {
  margin-top: -1.5em;
}
#transplant .bb_thumb {
  margin: 1em auto;
  border: solid 1px #fff;
  width: 100%;
  max-width: 280px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#transplant .bb_thumb:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#transplant .bb_thumb_wrap {
  -ms-flex-preferred-size: 282px;
  flex-basis: 282px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#transplant .bb_thumb_wrap .bb_thumb {
  margin: 0 auto;
}
#transplant .js_icon_external::after {
  content: url("/assets/images/icon_blank_04.png");
  margin: 0.2em;
}
#transplant .btn_offer.js_icon_external::after {
  content: url("/assets/images/icon_blank_02.png");
  margin: 0.2em;
}
#transplant ul.wfi_lnk {
  list-style: none;
  padding-left: 1em;
}
#transplant ul.wfi_lnk li {
  text-indent: -1em;
}
#transplant ul.wfi_lnk li::before {
  content: "\e900";
  font-family: "icomoon";
  color: #0074bf;
}
@media (min-width: 640px) {
  #transplant .pc_fs_xxs {
    font-size: 62.5% !important;
  }
  #transplant .pc_fs_xs {
    font-size: 75% !important;
  }
  #transplant .pc_fs_s {
    font-size: 87.5% !important;
  }
  #transplant .pc_fs_l {
    font-size: 112.5% !important;
  }
  #transplant .pc_fs_xl {
    font-size: 137.5% !important;
  }
  #transplant .pc_fs_xxl {
    font-size: 162.5% !important;
  }
}
@media only screen and (max-width: 767px) {
  #transplant .sp_fs_xxs {
    font-size: 62.5% !important;
  }
  #transplant .sp_fs_xs {
    font-size: 75% !important;
  }
  #transplant .sp_fs_s {
    font-size: 87.5% !important;
  }
  #transplant .sp_fs_l {
    font-size: 112.5% !important;
  }
  #transplant .sp_fs_xl {
    font-size: 137.5% !important;
  }
  #transplant .sp_fs_xxl {
    font-size: 162.5% !important;
  }
}
#transplant .fs_0 {
  font-size: 0 !important;
}
#transplant .fs_10 {
  font-size: 1rem !important;
}
#transplant .fs_11 {
  font-size: 1.1rem !important;
}
#transplant .fs_12 {
  font-size: 1.2rem !important;
}
#transplant .fs_13 {
  font-size: 1.3rem !important;
}
#transplant .fs_14 {
  font-size: 1.4rem !important;
}
#transplant .fs_15 {
  font-size: 1.5rem !important;
}
#transplant .fs_16 {
  font-size: 1.6rem !important;
}
#transplant .fs_17 {
  font-size: 1.7rem !important;
}
#transplant .fs_18 {
  font-size: 1.8rem !important;
}
#transplant .fs_19 {
  font-size: 1.9rem !important;
}
#transplant .fs_20 {
  font-size: 2rem !important;
}
#transplant .fs_21 {
  font-size: 2.1rem !important;
}
#transplant .fs_22 {
  font-size: 2.2rem !important;
}
#transplant .fs_23 {
  font-size: 2.3rem !important;
}
#transplant .fs_24 {
  font-size: 2.4rem !important;
}
#transplant .fs_25 {
  font-size: 2.5rem !important;
}
#transplant .fs_26 {
  font-size: 2.6rem !important;
}
#transplant .fs_27 {
  font-size: 2.7rem !important;
}
#transplant .fs_28 {
  font-size: 2.8rem !important;
}
#transplant .fs_29 {
  font-size: 2.9rem !important;
}
#transplant .fs_30 {
  font-size: 3rem !important;
}
#transplant .fs_31 {
  font-size: 3.1rem !important;
}
#transplant .fs_32 {
  font-size: 3.2rem !important;
}
#transplant .fs_33 {
  font-size: 3.3rem !important;
}
#transplant .fs_34 {
  font-size: 3.4rem !important;
}
#transplant .fs_35 {
  font-size: 3.5rem !important;
}
#transplant .fs_36 {
  font-size: 3.6rem !important;
}
#transplant .fs_37 {
  font-size: 3.7rem !important;
}
#transplant .fs_38 {
  font-size: 3.8rem !important;
}
#transplant .fs_39 {
  font-size: 3.9rem !important;
}
#transplant .fs_40 {
  font-size: 4rem !important;
}
#transplant .fs_41 {
  font-size: 4.1rem !important;
}
#transplant .fs_42 {
  font-size: 4.2rem !important;
}
#transplant .fs_43 {
  font-size: 4.3rem !important;
}
#transplant .fs_44 {
  font-size: 4.4rem !important;
}
#transplant .fs_45 {
  font-size: 4.5rem !important;
}
#transplant .fs_46 {
  font-size: 4.6rem !important;
}
#transplant .fs_47 {
  font-size: 4.7rem !important;
}
#transplant .fs_48 {
  font-size: 4.8rem !important;
}
#transplant .fs_49 {
  font-size: 4.9rem !important;
}
#transplant .fs_50 {
  font-size: 5rem !important;
}
@media (min-width: 640px) {
  #transplant .pc_fs_10 {
    font-size: 1rem !important;
  }
  #transplant .pc_fs_11 {
    font-size: 1.1rem !important;
  }
  #transplant .pc_fs_12 {
    font-size: 1.2rem !important;
  }
  #transplant .pc_fs_13 {
    font-size: 1.3rem !important;
  }
  #transplant .pc_fs_14 {
    font-size: 1.4rem !important;
  }
  #transplant .pc_fs_15 {
    font-size: 1.5rem !important;
  }
  #transplant .pc_fs_16 {
    font-size: 1.6rem !important;
  }
  #transplant .pc_fs_17 {
    font-size: 1.7rem !important;
  }
  #transplant .pc_fs_18 {
    font-size: 1.8rem !important;
  }
  #transplant .pc_fs_19 {
    font-size: 1.9rem !important;
  }
  #transplant .pc_fs_20 {
    font-size: 2rem !important;
  }
  #transplant .pc_fs_21 {
    font-size: 2.1rem !important;
  }
  #transplant .pc_fs_22 {
    font-size: 2.2rem !important;
  }
  #transplant .pc_fs_23 {
    font-size: 2.3rem !important;
  }
  #transplant .pc_fs_24 {
    font-size: 2.4rem !important;
  }
  #transplant .pc_fs_25 {
    font-size: 2.5rem !important;
  }
  #transplant .pc_fs_26 {
    font-size: 2.6rem !important;
  }
  #transplant .pc_fs_27 {
    font-size: 2.7rem !important;
  }
  #transplant .pc_fs_28 {
    font-size: 2.8rem !important;
  }
  #transplant .pc_fs_29 {
    font-size: 2.9rem !important;
  }
  #transplant .pc_fs_30 {
    font-size: 3rem !important;
  }
  #transplant .pc_fs_31 {
    font-size: 3.1rem !important;
  }
  #transplant .pc_fs_32 {
    font-size: 3.2rem !important;
  }
  #transplant .pc_fs_33 {
    font-size: 3.3rem !important;
  }
  #transplant .pc_fs_34 {
    font-size: 3.4rem !important;
  }
  #transplant .pc_fs_35 {
    font-size: 3.5rem !important;
  }
  #transplant .pc_fs_36 {
    font-size: 3.6rem !important;
  }
  #transplant .pc_fs_37 {
    font-size: 3.7rem !important;
  }
  #transplant .pc_fs_38 {
    font-size: 3.8rem !important;
  }
  #transplant .pc_fs_39 {
    font-size: 3.9rem !important;
  }
  #transplant .pc_fs_40 {
    font-size: 4rem !important;
  }
  #transplant .pc_fs_41 {
    font-size: 4.1rem !important;
  }
  #transplant .pc_fs_42 {
    font-size: 4.2rem !important;
  }
  #transplant .pc_fs_43 {
    font-size: 4.3rem !important;
  }
  #transplant .pc_fs_44 {
    font-size: 4.4rem !important;
  }
  #transplant .pc_fs_45 {
    font-size: 4.5rem !important;
  }
  #transplant .pc_fs_46 {
    font-size: 4.6rem !important;
  }
  #transplant .pc_fs_47 {
    font-size: 4.7rem !important;
  }
  #transplant .pc_fs_48 {
    font-size: 4.8rem !important;
  }
  #transplant .pc_fs_49 {
    font-size: 4.9rem !important;
  }
  #transplant .pc_fs_50 {
    font-size: 5rem !important;
  }
}
@media only screen and (max-width: 767px) {
  #transplant .sp_fs_10 {
    font-size: 1rem !important;
  }
  #transplant .sp_fs_11 {
    font-size: 1.1rem !important;
  }
  #transplant .sp_fs_12 {
    font-size: 1.2rem !important;
  }
  #transplant .sp_fs_13 {
    font-size: 1.3rem !important;
  }
  #transplant .sp_fs_14 {
    font-size: 1.4rem !important;
  }
  #transplant .sp_fs_15 {
    font-size: 1.5rem !important;
  }
  #transplant .sp_fs_16 {
    font-size: 1.6rem !important;
  }
  #transplant .sp_fs_17 {
    font-size: 1.7rem !important;
  }
  #transplant .sp_fs_18 {
    font-size: 1.8rem !important;
  }
  #transplant .sp_fs_19 {
    font-size: 1.9rem !important;
  }
  #transplant .sp_fs_20 {
    font-size: 2rem !important;
  }
  #transplant .sp_fs_21 {
    font-size: 2.1rem !important;
  }
  #transplant .sp_fs_22 {
    font-size: 2.2rem !important;
  }
  #transplant .sp_fs_23 {
    font-size: 2.3rem !important;
  }
  #transplant .sp_fs_24 {
    font-size: 2.4rem !important;
  }
  #transplant .sp_fs_25 {
    font-size: 2.5rem !important;
  }
  #transplant .sp_fs_26 {
    font-size: 2.6rem !important;
  }
  #transplant .sp_fs_27 {
    font-size: 2.7rem !important;
  }
  #transplant .sp_fs_28 {
    font-size: 2.8rem !important;
  }
  #transplant .sp_fs_29 {
    font-size: 2.9rem !important;
  }
  #transplant .sp_fs_30 {
    font-size: 3rem !important;
  }
  #transplant .sp_fs_31 {
    font-size: 3.1rem !important;
  }
  #transplant .sp_fs_32 {
    font-size: 3.2rem !important;
  }
  #transplant .sp_fs_33 {
    font-size: 3.3rem !important;
  }
  #transplant .sp_fs_34 {
    font-size: 3.4rem !important;
  }
  #transplant .sp_fs_35 {
    font-size: 3.5rem !important;
  }
  #transplant .sp_fs_36 {
    font-size: 3.6rem !important;
  }
  #transplant .sp_fs_37 {
    font-size: 3.7rem !important;
  }
  #transplant .sp_fs_38 {
    font-size: 3.8rem !important;
  }
  #transplant .sp_fs_39 {
    font-size: 3.9rem !important;
  }
  #transplant .sp_fs_40 {
    font-size: 4rem !important;
  }
}








body {

#example_wrap .col {
    position: relative;
    padding: 30px 0 0;
    border: 2px solid #999; border-radius: 16px;
    text-align: center;
}

#example_wrap h3 {
    margin: 0.5em 0 0 !important;
}

#example_wrap .col:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    -webkit-transform: translateX(-20%) translateY(-50%);
    transform: translateX(-15%) translateY(-40%);
}

#example_wrap .problem h3 {
    color: #e52d27;
}

#example_wrap .problem .col {
    border-color: #e52d27;
}

#example_wrap .problem .col:before {
    background: url(/flets-hikari/fvc/images/icon_problem.png) no-repeat;
		background-size: contain;
    width: 70px;
    height: 70px;
}

#example_wrap .solve h3 {
    margin: 2em 0 0 !important;
    color: #0ea8da;
}

#example_wrap .solve .col {
    padding: 0 0 2em;
    border-color: #0ea8da;
}

#example_wrap .solve .col:before {
    background: url(/flets-hikari/fvc/images/icon_shield.png) no-repeat;
    width: 60px;
    height: 70px; background-size: contain;
}

#example_wrap .solve h5 {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 10px;
    width: 100%;
    background: #0ea8da;
    color: #ffef3b;
    letter-spacing: 0.05em;
}

/* ウイルスクリア訴求（マルチOS） */
#example_wrap .fvc_text {
    position: relative;
    overflow: hidden;
    margin: 0;
    background: url(/flets-hikari/fvc/images/index_bg_arrow.png) no-repeat center bottom;
	background-size: 74%;
    line-height: 1.4;
    zoom: 1;
}

#example_wrap .fvc_text .col {
    margin: 2.5em 0 9.5em;
    padding: 40px 20px 40px;
    border: none;
    background: #0ea8da;
    background-color: rgba(38, 177, 222, 0.9);
    color: #fff;
    letter-spacing: 0.05em;
}

#example_wrap .fvc_text .col strong {
    display: block;
    text-align: center;
    line-height: 1.3;
}

#example_wrap .fvc_text .ex {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0;
    padding: 15px 0;
    background: #fff;
    color: #0ea8da;
    white-space: nowrap;
    letter-spacing: 0.05em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#example_wrap .multios {
    overflow: hidden;
    margin: 1em 1em 0;
    padding: 1.5em 1em 1em 2em;
    border: 1px solid #fff;
    border-radius: 8px;
    zoom: 1;
}

#example_wrap .multios .text .em {
    background: none;
    color: #ffef3b;
}

#example_wrap .multios .text a {
    margin-top: 0.5em;
    color: #fff;
}

#other-function_wrap {
    position: relative;
    margin: 3em 0 0.75em;
    padding: 40px 30px 10px;
    border: 3px solid #0ea8da;
    border-radius: 12px;
    text-align: center;
}

#other-function_wrap h2 {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 15px;
    background: #fff;
    color: #333;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.05em;
    font-size: 28px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#other-function_wrap ul.function {
    display: inline-block;
    margin: 1em auto;
    padding: 0;
    list-style: none;
}

#other-function_wrap .col .circle {
    position: relative;
    display: block;
    padding: 0;
    padding: 50%;
    border-radius: 50%;
    background: #0ea8da;
    text-align: center;
    text-decoration: none;
}

#other-function_wrap ul.function li:first-child {
    margin: 0;
}

#other-function_wrap .col h3 {
    top: 24%;
    left: 50%;
    padding: 0;
    border: none;
    color: #ffef3b;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.05em;
    line-height: 1.5;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#other-function_wrap .col p {
    top: 35%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#other-function_wrap .col .circle > * {
    position: absolute;
}

#other-function_wrap .col .circle img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .circle_wrap {
        margin: 0 auto;
        max-width: 250px;
    }

    #example_wrap .fvc_text .col {
        margin-bottom: 7.5em;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    #other-function_wrap .col h3 {
        font-size: 1.7vw !important;
    }

    .lyt_item._row_reverse > .image {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    #example_wrap .fvc_text {
        background: none;
    }

    .problem,
    .solve {
        position: relative;
    }

    .problem:after {
        position: absolute;
        top: 100%;
        left: 50%;
        border-top: 28px solid #b6b8ba;
        border-right: 20px solid transparent;
        border-bottom: none;
        border-left: 20px solid transparent;
        content: "";
        -webkit-transform: translateX(-50%) translateY(1em);
        transform: translateX(-50%) translateY(1em);
    }

    .solve:before {
        position: absolute;
        top: -30px;
        left: 50%;
        border-top: 28px solid #b6b8ba;
        border-right: 20px solid transparent;
        border-bottom: none;
        border-left: 20px solid transparent;
        content: "";
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
    }
}

@media only screen and (min-width: 640px) {
    #example_wrap .lyt_col._col3 > .col {
        width: calc((100% - 40px) / 3);
    }
}

@media only screen and (max-width: 767px) {
    #example_wrap .lyt_col > .col + .col {
        margin-top: 40px;
    }

    #example_wrap .multios {
        padding: 1.5em 1em 1em;
    }
}

@media (min-width: 640px) {
    .pc_fs_38 {
        font-size: 3.8rem !important;
    }
    .pc_fs_50 {
            font-size: 5rem !important;
    }
}
@media only screen and (max-width: 767px) {
    .sp_fs_18 {
        font-size: 1.8rem !important;
    }
}

#transplant h4 {padding: 0 16px;}
#transplant h5,
#transplant h3 + p img {border-radius: 0 0 14px 14px;}
#other-function_wrap .lyt_col {max-width: 960px; margin: 0 auto;}
.box_info_b {overflow-y: auto; height: 60vh; border-radius: 16px 0 0 16px;}
@media (min-width: 600px) {
.box_info_b {height: 20em;}
}
#ac_order {margin: 0;}
}

