<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ---------- #header ---------- */
#header {
  position: relative;
  background-color: #fff;
}
#header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 13px;
}
.inner {
    max-width: 1100px;
    margin: auto;
    padding-bottom: 1px;
    position: relative;
}
#header::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 0.6666666667vw;
  background: left top/2px auto repeat-x url("https://d18f657670wm8u.cloudfront.net/portal/cancer-insurance/believe/img/header_btm.png?20211001");
}
@media screen and (min-width: 768px) {
  #header::after {
    height: 2px;
    background-size: 2px;
    background: #CC0022;
  }
}
#header .inner {
  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;
  padding: 0 2.6666666667vw 0.6666666667vw 1.8666666667vw;
  height: 17.0666666667vw;
}
@media screen and (min-width: 768px) {
  #header .inner {
    margin: 0 auto;
    padding: 0;
    max-width: 1100px;
    height: 64px;
  }
}
#header .logo {
  width: 17.3333333333vw;
}
@media screen and (min-width: 768px) {
  #header .logo {
    width: 65px;
  }
}
#header .banner img {
  width: 38.2666666667vw;
}
@media screen and (min-width: 768px) {
  #header .banner img {
    width: 143.5px;
  }
}

.note.top {
  margin: 0 3.3333333333vw 10.6666666667vw;
  font-size: 12px;
  line-height: 23px;
}
@media screen and (min-width: 768px) {
  .note.top {
    margin: 0 0 50px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .note.top ul {
    margin: 0 auto;
  }
}
.note.top ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.note.top ul li::before {
  display: block;
  content: "◯";
  margin-right: 1em;
}

/* ---------- footer ---------- */
footer .area1 {
  background: #e3e3e3;
  padding: 0 0;
}

footer .area1 .inner {
  padding: 7vw 2vw;
}

footer .area1 .bnr_space {
  padding: 0 0;
}

footer .area1 .bnr_space picture img {
  margin: 0 0 3%;
}

footer .area1 .bnr_space .bnr {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 2px 3px #d5d1c5;
  margin: 0 0 7vw;
  padding: 5.8666666667vw 6.6666666667vw;
  position: relative;
}

footer .area1 .bnr_space .bnr p {
  color: #333;
  line-height: 1.6;
  margin: 0;
}

footer .area1 .bnr_space .bnr .font1 {
  font-size: 12px;
  font-weight: bold;
}

footer .area1 .bnr_space .bnr .font2 {
  font-size: 5.3333333333vw;
  font-weight: bold;
  margin: 0 0 7px;
}

footer .area1 .bnr_space .bnr .font3 {
  font-size: 3.2vw;
  font-weight: bold;
}

footer .area1 .bnr_space .bnr .font4 {
  margin-top: 10px;
  font-size: 3.2vw;
  font-weight: bold;
}

footer .area1 p {
  font-size: 12px;
  line-height: 1.8;
  margin: 0 0 1em;
}

footer .area1 ul.indent1 {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 0 1em;
}

footer .copyright {
  background: #CC0022;
}

footer .copyright p {
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  padding: 20px 0;
}

footer .copyright .inner {
  position: relative;
  padding: 0 60px;
}
footer .text_area a {
    color: #4d6991;
    text-decoration: underline;
}

.btn_top {
  display: block;
  background: #4d7288;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -40px;
  right: 10px;
}

.btn_top:before {
  background: none;
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 2px);
  left: 15px;
}
.txt01,.txt02{
    font-size: 12px;
    margin: 0 0 10px;
  }

@media screen and (min-width: 768px) {


  footer .area1 p {
    color: #000;
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 1em;
  }

  footer .area1 ul.indent1 {
    font-size: 10px;
    padding-left: 1em;
    text-indent: -1em;
    margin: 0 0 1em;
  }

  footer .area1 .inner {
    padding: 40px 0 10px;
    max-width: 1100px;
  }

  footer .area1 .bnr_space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1100px;
    border-collapse: separate;
    border-spacing: 1.5vw 0;
    font-size: 0;
    padding: 0 0 0;
    margin: 0 auto 20px;
    flex-wrap: wrap;
  }

  footer .area1 .bnr_space .bnr {
    width: 49%;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 15px;
    padding: 40px 30px ;
  }

  footer .area1 .bnr_space .bnr:nth-child(odd) {
    /*margin-right: 2%*/
  }

  footer .area1 .bnr_space .bnr picture img {
    margin: 0 0 0;
  }

  footer .area1 .bnr_space .bnr p {
    color: #000;
    line-height: 1.6;
    letter-spacing: .05em;
    margin: 0;
  }

  footer .area1 .bnr_space .bnr .font1 {
    font-size: 18px;
  }

  footer .area1 .bnr_space .bnr .font2 {
    font-size: 26px;
  }

  footer .area1 .bnr_space .bnr .font3 {
    font-size: 12px;
  }

  footer .area1 .bnr_space .bnr .font4 {
    font-size: 12px;
  }

  footer .area1 .bnr_space .bnr2 .hdr1 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 1em;
  }

  footer .area1 .bnr_space .bnr2 .hdr2 {
    background-color: #c8151d;
    display: table-cell;
    vertical-align: middle;
    font-size: 1vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    padding: 0;
    padding-left: 0;
    text-align: center;
    width: 9vw;
  }

  footer .area1 .bnr_space .bnr2 .hdr3 {
    background-color: #e3e3e3;
    display: table-cell;
    vertical-align: middle;
    font-size: 1vw;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
    padding: 0;
    padding-left: 0;
    text-align: center;
    width: 9vw;
  }

  footer .area1 .bnr_space .bnr2 .text {
    font-size: 9px;
    font-weight: bold;
    letter-spacing: .02em;
    margin: 8px 0 0;
  }

  footer .area1 .bnr_space .bnr2 .web_wrap {
    display: table;
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 8px;
  }

  footer .area1 .bnr_space .bnr2 .tel_wrap {
    display: table;
    border-collapse: collapse;
  }

  footer .area1 .bnr_space .bnr2 .tel_cell {
    display: table-cell;
    padding-left: 1vw;
  }

  footer .area1 .bnr_space .bnr2 a.web {
    color: #c8151d;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6vw;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    padding-left: 1.4vw;
  }

  footer .area1 .bnr_space .bnr2 a.web span {
    border-bottom: 1px solid #ff0000;
    display: inline-block;
    margin: auto;
    padding: 2px 0 0px;
    white-space: nowrap;
  }

  footer .area1 .bnr_space .bnr2 a.web span:hover {
    border-bottom: none;
    padding-bottom: 1px;
  }

  footer .area1 .bnr_space .bnr2 .qr {
    display: table-cell;
    vertical-align: middle;
  }

  footer .area1 .bnr_space .bnr2 .qr img {
    display: block;
    margin: 0px auto;
    margin-left: 1vw;
    width: 5vw;
  }

  footer .area1 .bnr_space .bnr2 .tel_cell2 {
    display: table;
    width: 100%;
  }

  footer .area1 .bnr_space .bnr2 .tel_cell2:after {
    content: "";
    display: block;
    clear: both;
  }

  footer .area1 .bnr_space .bnr2 .tel {
    display: table-cell;
    vertical-align: middle;
    padding-right: 7px;
    position: relative;
    width: auto;
  }

  footer .area1 .bnr_space .bnr2 .tel img {
    padding: 0 0 0;
    width: 100%;
  }

  footer .area1 .bnr_space .bnr2 .time {
    display: table-cell;
    vertical-align: top;
    font-size: 9px;
    font-weight: bold;
    margin: 0 0;
    width: 120px;
  }

  footer .area1 .bnr_space .bnr2 .time dt {
    display: block;
    background-color: #1c96dc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    color: #fff;
    letter-spacing: .1em;
    text-align: center;
    padding: 5px 10px;
  }

  footer .area1 .bnr_space .bnr2 .time dd {
    display: block;
    background-color: #e3e3e3;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 1.4;
    padding: 3px 0 3px 0px;
    text-align: center;
    width: auto;
  }

  footer .area1 .inner .text_area {
    margin: 0 auto;
    padding: 0;
    max-width: 1100px;
  }

  footer .copyright .inner {
    padding: 0 0;
  }

  footer .copyright p {
    font-size: 10px;
    padding: 30px 0;
  }

  .btn_top {
    display: block;
    background: #4d7288;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: 11px;
  }

  .btn_top:before {
    background: none;
    content: '';
    width: 18px;
    height: 18px;
    border: 0px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 4px);
    left: 11px;
  }
  .txt01,.txt02{
    font-size: 14px;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1100px) {
  footer .area1 .inner .text_area {
    padding: 0;
  }

  footer .area1 .bnr_space {
    border-spacing: 15px 0;
  }

  footer .area1 .bnr_space .bnr2 .hdr1 {
    font-size: 12px;
  }

  footer .area1 .bnr_space .bnr2 .hdr2 {
    font-size: 12px;
    padding-left: 30px;
    text-align: left;
    width: 120px;
  }

  footer .area1 .bnr_space .bnr2 .hdr3 {
    font-size: 12px;
    padding-left: 30px;
    text-align: left;
    width: 120px;
  }

  footer .area1 .bnr_space .bnr2 .text {
    font-size: 9px;
  }

  footer .area1 .bnr_space .bnr2 a.web {
    font-size: 16px;
    padding-left: 8px;
  }

  footer .area1 .bnr_space .bnr2 .qr {
    width: 56px;
  }

  footer .area1 .bnr_space .bnr2 .qr img {
    width: 56px;
    margin-left: 2px;
  }

  footer .area1 .bnr_space .bnr2 .tel_cell {
    padding-left: 8px;
  }

  footer .area1 .bnr_space .bnr2 .tel {
    position: relative;
    width: 253px;
  }

  footer .area1 .bnr_space .bnr2 .tel img {
    padding: 0 0 0;
    width: 100%;
  }
  .txt01,.txt02{
    font-size: 12px;
    margin: 0 0 10px;
  }
}

strong {
color: #000000;
}

.control input{
    -moz-appearance: radio-button;
    -webkit-appearance: radio-button;
    appearance: radio-button;
    -webkit-writing-mode: horizontal-tb !important;
    background-color: initial;
    cursor: default;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.7rem;
}
.is-grouped .control .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.7rem;
}
.control select {
    -moz-appearance: menulist;
   -webkit-appearance: menulist;
   appearance: menulist;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    margin: 0em;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    border-radius: 0px;
  }
    .feature-detail-genomic__head {
    position: relative;
    display: block;
    padding: 16.5px 20px;
    color: #ec072c;
    font-size: 2rem;
    line-height: 1.3;
}
</pre></body></html>