html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.hidden {
  display: none; }

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "icons";
    src: url("../fonts/icons.svg#icons") format("svg"); } }
.icons:before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.icons-question:before {
  content: "\f100"; }

.icons-speed:before {
  content: "\f101"; }

.icons-blood-analysis:before {
  content: "\f102"; }

.icons-chat-bubbles:before {
  content: "\f103"; }

.icons-bell:before {
  content: "\f104"; }

.icons-chat:before {
  content: "\f105"; }

.icons-undo:before {
  content: "\f106"; }

.icons-message:before {
  content: "\f107"; }

.icons-chat-balloon:before {
  content: "\f108"; }

.icons-tick:before {
  content: "\f109"; }

.icons-mind:before {
  content: "\f10a"; }

.icons-daily-calendar-on-day-3:before {
  content: "\f10b"; }

.icons-event:before {
  content: "\f10c"; }

.icons-add-event:before {
  content: "\f10d"; }

.icons-event-1:before {
  content: "\f10e"; }

.icons-like:before {
  content: "\f10f"; }

.icons-verified:before {
  content: "\f110"; }

.icons-danger:before {
  content: "\f111"; }

.icons-error:before {
  content: "\f112"; }

.icons-flask-glass-container-with-liquid-inside:before {
  content: "\f113"; }

.icons-bottle-of-chemical-elements:before {
  content: "\f114"; }

.icons-up-arrow:before {
  content: "\f115"; }

/* base
----------------------------------------------------*/
body {
  color: #000;
  font-family: sans-serif; }

a {
  transition: all 0.4s ease; }

img {
  vertical-align: top; }

/* btn
----------------------------------------------------*/
.btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px 0px rgba(9, 1, 3, 0.65);
  text-align: center;
  text-decoration: none; }

.btn-flat {
  position: relative;
  margin: 0 0 20px 0;
  padding: 20px 10px 20px 120px;
  box-shadow: none;
  background: rgba(239, 246, 255, 0.3);
  color: #fff;
  text-align: left;
  font-size: 1.25rem; }
  @media screen and (max-width: 747px) {
    .btn-flat {
      padding-left: 80px; } }
  .btn-flat p {
    margin: 0; }
    .btn-flat p.ja {
      margin: 5px 0 0 0;
      font-size: 0.75rem;
      color: #a4bedd; }
  .btn-flat:before {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    width: 120px;
    margin-top: -32px;
    font-size: 4rem;
    text-align: center; }
    @media screen and (max-width: 747px) {
      .btn-flat:before {
        width: 80px;
        margin-top: -24px;
        font-size: 3rem; } }
  .checked .btn-flat {
    background: #b2c7e1; }
    .checked .btn-flat p.ja {
      color: #d9e3f0; }

.btn-round {
  display: inline-block;
  width: auto;
  padding: 16px 100px;
  box-sizing: border-box;
  border-radius: 40px;
  border: 2px solid #fff;
  box-shadow: none;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1; }
  @media screen and (max-width: 747px) {
    .btn-round {
      display: block;
      padding-left: 0;
      padding-right: 0;
      font-size: 1.125rem; } }

.btn-single {
  display: inline-block;
  width: auto;
  padding: 30px 60px;
  background-image: linear-gradient(180deg, #ffffff 0%, #ccdaeb 100%);
  color: #00479d; }
  @media screen and (max-width: 747px) {
    .btn-single {
      display: block;
      padding-left: 0;
      padding-right: 0; } }

/* header
----------------------------------------------------*/
.header {
  height: 60px;
  box-sizing: border-box;
  border-bottom: 1px solid #dedede;
  text-align: center;
  line-height: 59px; }
  @media screen and (max-width: 747px) {
    .header {
      height: 45px;
      line-height: 44px; } }

.logo {
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: bold; }
  @media screen and (max-width: 747px) {
    .logo {
      font-size: 1.125rem; } }
  .logo:before {
    display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    background: url(../images/logo.png) no-repeat;
    vertical-align: middle; }
    @media screen and (max-width: 747px) {
      .logo:before {
        width: 20px;
        height: 20px;
        background-size: cover; } }

.logo_only {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  padding: 15px 0 0 15px; }
  @media screen and (max-width: 747px) {
    .logo_only {
      padding: 12px; }
      .logo_only img {
        width: 20px;
        height: 20px; } }

.now {
  font-size: 1.125rem; }
  @media screen and (max-width: 747px) {
    .now {
      font-size: 1rem; } }

/* footer
----------------------------------------------------*/
footer {
  padding: 10px;
  text-align: center;
  font-size: 0.75rem; }

/* header
----------------------------------------------------*/
.mainimg {
  display: table;
  width: 100%;
  height: 200px; }
  @media screen and (max-width: 747px) {
    .mainimg {
      height: auto; } }
  .mainimg h1 {
    display: table-cell;
    background: url(../images/mainimg.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.1; }
    @media screen and (max-width: 747px) {
      .mainimg h1 {
        padding: 10% 5%;
        font-size: 1.25rem; } }

/* main
----------------------------------------------------*/
.main {
  text-align: center; }
  .main p {
    margin: 40px 0;
    font-size: 1.125rem; }
    @media screen and (max-width: 747px) {
      .main p {
        margin: 10% 0;
        font-size: 1rem; } }

.main_mmenu {
  margin: 0 calc(40px - 1%); }
  @media screen and (max-width: 747px) {
    .main_mmenu {
      margin: 0 3%; } }
  .main_mmenu li {
    float: left;
    width: 50%;
    padding: 0 1%;
    margin: 0 0 2% 0;
    box-sizing: border-box; }
    @media screen and (max-width: 747px) {
      .main_mmenu li {
        margin: 0 0 4% 0;
        padding: 0 2%; } }
    .main_mmenu li .btn {
      height: 200px;
      padding: 50px 0 0 0;
      background-image: linear-gradient(180deg, #336bb0 0%, #00479d 100%);
      color: #fff;
      font-size: 1.875rem; }
      @media screen and (max-width: 747px) {
        .main_mmenu li .btn {
          height: 150px;
          padding: 40px 0 0 0;
          font-size: 1.25rem; } }
      .main_mmenu li .btn:before {
        display: block;
        margin: 0 0 10px 0;
        font-size: 3rem; }
        @media screen and (max-width: 747px) {
          .main_mmenu li .btn:before {
            font-size: 2.5rem; } }
      .main_mmenu li .btn.txt {
        padding-top: 70px; }
        @media screen and (max-width: 747px) {
          .main_mmenu li .btn.txt {
            padding-top: 55px; } }
        .main_mmenu li .btn.txt span {
          font-size: 1.25rem; }
          @media screen and (max-width: 747px) {
            .main_mmenu li .btn.txt span {
              font-size: 1rem; } }
  .main_mmenu:after {
    content: "";
    float: left;
    display: block;
    width: 50%;
    height: 200px;
    padding: 0 1%;
    margin: 0 0 2% 0;
    box-sizing: border-box;
    background: url(../images/qr.png) no-repeat center center; }
    @media screen and (max-width: 747px) {
      .main_mmenu:after {
        height: 150px;
        margin: 0 0 4% 0;
        padding: 0 2%;
        background-size: auto 100%; } }

.howto {
  clear: both;
  margin: 40px;
  padding: 40px 0 0 0; }
  @media screen and (max-width: 747px) {
    .howto {
      margin: 20px 5%;
      padding: 20px 0 0 0; } }
  .howto .btn {
    padding: 20px;
    background-image: linear-gradient(180deg, #9fbbe0 0%, #88abda 100%);
    color: #fff;
    font-size: 1.5rem; }
    @media screen and (max-width: 747px) {
      .howto .btn {
        font-size: 1.125rem; } }
    .howto .btn:before {
      margin: 0 20px 0 0;
      font-size: 2.25rem;
      vertical-align: middle; }
      @media screen and (max-width: 747px) {
        .howto .btn:before {
          margin: 0 10px 0 0;
          font-size: 1.5rem; } }

/* howto
----------------------------------------------------*/
.howto_panel {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-overflow-scrolling: touch;
  overflow: auto; }
  .howto-open .howto_panel {
    opacity: 1;
    visibility: visible; }
  .howto_panel p {
    margin: 40px 0;
    font-size: 1.125rem;
    text-align: center; }
    @media screen and (max-width: 747px) {
      .howto_panel p {
        margin: 10% 0;
        font-size: 1rem; } }
  .howto_panel ul {
    padding: 0 40px 0 60px; }
    @media screen and (max-width: 747px) {
      .howto_panel ul {
        padding: 0 5% 10% 10%; } }
    .howto_panel ul li {
      list-style-type: disc;
      margin: 0 0 20px 0;
      font-size: 1.125rem;
      line-height: 1.7; }
      @media screen and (max-width: 747px) {
        .howto_panel ul li {
          margin: 0 0 5% 0;
          font-size: 1rem; } }
      .howto_panel ul li img {
        margin: 15px 0 0 0; }
      .howto_panel ul li .icons-undo {
        background: #00479d;
        color: #fff; }
      .howto_panel ul li .icons-verified {
        color: #aaa; }
      .howto_panel ul li p {
        margin-top: 10px;
        text-align: left; }
      .howto_panel ul li .btn {
        display: inline-block;
        width: 20%;
        height: 120px;
        padding: 30px 0 0 0;
        margin: 0 2% 0 0;
        background-image: linear-gradient(180deg, #336bb0 0%, #00479d 100%);
        color: #fff;
        font-size: 1.25rem;
        vertical-align: top; }
        @media screen and (max-width: 747px) {
          .howto_panel ul li .btn {
            width: 22%;
            height: 80px;
            margin: 0 1% 0 0;
            padding: 15px 0 0 0;
            font-size: 0.75rem; } }
        .howto_panel ul li .btn:before {
          display: block;
          margin: 0 0 10px 0;
          font-size: 1.875rem; }
          @media screen and (max-width: 747px) {
            .howto_panel ul li .btn:before {
              margin: 0 0 5px 0;
              font-size: 1.5rem; } }
        .howto_panel ul li .btn.txt {
          padding-top: 30px; }
          @media screen and (max-width: 747px) {
            .howto_panel ul li .btn.txt {
              padding-top: 20px; } }
          .howto_panel ul li .btn.txt span {
            font-size: 0.875rem; }
            @media screen and (max-width: 747px) {
              .howto_panel ul li .btn.txt span {
                font-size: 0.625rem; } }

.howto_panel_title {
  display: block;
  margin: 80px 0 50px;
  font-size: 1.875rem;
  text-align: center; }
  @media screen and (max-width: 747px) {
    .howto_panel_title {
      margin: 15% 0 10%;
      font-size: 1.5rem; } }
  .howto_panel_title:before {
    display: block;
    margin: 0 0 10px 0;
    font-size: 3rem; }
    @media screen and (max-width: 747px) {
      .howto_panel_title:before {
        font-size: 2.25rem; } }

/* language
----------------------------------------------------*/
.language_select {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-overflow-scrolling: touch;
  overflow: auto; }
  @media screen and (max-width: 747px) {
    .language_select {
      overflow: auto;
      -webkit-overflow-scrolling: touch; } }
  .lang-open .language_select {
    opacity: 1;
    visibility: visible; }
  .language_select p {
    margin: 40px 0;
    font-size: 1.125rem;
    text-align: center; }
    @media screen and (max-width: 747px) {
      .language_select p {
        margin: 10% 0;
        font-size: 1rem; } }

.language_select_title {
  margin: 80px 0 50px;
  font-size: 1.875rem;
  text-align: center; }
  @media screen and (max-width: 747px) {
    .language_select_title {
      margin: 15% 0 10%;
      font-size: 1.5rem; } }
  .language_select_title:before {
    display: block;
    margin: 0 0 10px 0;
    font-size: 3rem; }
    @media screen and (max-width: 747px) {
      .language_select_title:before {
        font-size: 2.25rem; } }

.languages {
  *zoom: 1;
  margin: 0 calc(40px - 1%); }
  .languages:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  @media screen and (max-width: 747px) {
    .languages {
      margin: 0 5%;
      padding: 0 0 10% 0; } }
  .languages li {
    float: left;
    width: 50%;
    padding: 0 1%;
    margin: 0 0 2% 0;
    box-sizing: border-box; }
    @media screen and (max-width: 747px) {
      .languages li {
        float: none;
        width: auto;
        margin: 0 0 4%;
        padding: 0; } }
    .languages li .btn {
      height: 100px;
      padding: 25px 0 0 0;
      color: #fff;
      font-size: 1.875rem; }
      @media screen and (max-width: 747px) {
        .languages li .btn {
          height: 80px;
          padding: 20px 0 0 0;
          font-size: 1.25rem; } }
      .languages li .btn:before {
        display: block;
        margin: 0 0 10px 0;
        font-size: 3rem; }
      .languages li .btn span {
        display: block;
        margin: 10px 0 0 0;
        font-size: 1rem; }
        @media screen and (max-width: 747px) {
          .languages li .btn span {
            font-size: 0.875rem; } }
    .languages li.en .btn {
      background-image: linear-gradient(180deg, #314996 0%, #001f7e 100%); }
    .languages li.zh .btn {
      background-image: linear-gradient(180deg, #e5533f 0%, #de2910 100%); }
    .languages li.th .btn {
      background-image: linear-gradient(180deg, #56536d 0%, #2d2a4a 100%); }
    .languages li.pt .btn {
      background-image: linear-gradient(180deg, #328431 0%, #016701 100%); }
    .languages li.es .btn {
      background-image: linear-gradient(180deg, #e1b932 0%, #daa801 100%); }
    .languages li.vi .btn {
      background-image: linear-gradient(180deg, #e14f49 0%, #da261e 100%); }
    .languages li.tl .btn {
      background-image: linear-gradient(180deg, #325fb8 0%, #0139a8 100%); }
    .languages li.id .btn {
      background-image: linear-gradient(180deg, #ff3332 0%, #ff0101 100%); }
    .languages li.ne .btn {
      background-image: linear-gradient(180deg, #e34362 0%, #dc153d 100%); }
    .languages li.my .btn {
      background-image: linear-gradient(180deg, #60b95d 0%, #3aa938 100%); }

.howto_back,
.language_back,
.back {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  z-index: 3;
  width: 60px;
  height: 60px;
  background: #00479d;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 1.5rem; }
  @media screen and (max-width: 747px) {
    .howto_back,
    .language_back,
    .back {
      width: 45px;
      height: 45px;
      line-height: 45px;
      font-size: 1rem; } }

/* article
----------------------------------------------------*/
article {
  transition: all 0.4s ease; }
  .selected-open article {
    margin: 0 0 320px 0; }
  article p {
    position: relative;
    z-index: 2;
    margin: 0 0 20px 0;
    font-size: 1rem;
    line-height: 1.5; }
    article p.ja {
      font-size: 0.75rem;
      color: #666; }
  @media screen and (max-width: 747px) {
    article .btn p {
      font-size: 0.875rem; } }

.lead,
section {
  padding: 40px 40px 20px; }
  @media screen and (max-width: 747px) {
    .lead,
    section {
      padding: 5% 5% 2%; } }
  .lead h2,
  section h2 {
    position: relative;
    z-index: 2;
    margin: 10px 0 30px;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.2; }
    @media screen and (max-width: 747px) {
      .lead h2,
      section h2 {
        margin: 3% 0 7%;
        font-size: 1.125rem; } }
    .lead h2 .ja,
    section h2 .ja {
      display: block;
      margin: 5px 0 0 0;
      font-size: 0.75rem;
      color: #666; }
  .lead.bg-blue,
  section.bg-blue {
    background: #eff6ff; }
  .lead.bg-white,
  section.bg-white {
    background: #336cb1; }
  .lead.question,
  section.question {
    padding-top: 30px;
    background: #00479d;
    color: #fff;
    transition: all 0.4s ease; }
    @media screen and (max-width: 747px) {
      .lead.question,
      section.question {
        padding-top: 5%; } }
    .lead.question *,
    section.question * {
      transition: all 0.4s ease; }
    .lead.question h2:before,
    section.question h2:before {
      display: block;
      margin: 0 0 15px 0;
      font-size: 3.75rem;
      text-align: center; }
      @media screen and (max-width: 747px) {
        .lead.question h2:before,
        section.question h2:before {
          margin: 0 0 5% 0;
          font-size: 2.8125rem; } }
    .lead.question h2 .ja,
    section.question h2 .ja {
      color: rgba(255, 255, 255, 0.8); }
    .lead.question.checked,
    section.question.checked {
      background: #eff6ff; }
      .lead.question.checked h2,
      section.question.checked h2 {
        color: #00479d; }
        .lead.question.checked h2 .ja,
        section.question.checked h2 .ja {
          color: #779ece; }

#chk03_after .question.checked {
  background: #fff; }

.first {
  margin: 0 0 50px 0; }
  @media screen and (max-width: 747px) {
    .first {
      margin: 0 0 10% 0; } }

.answer {
  *zoom: 1;
  margin: 0 0 20px 0;
  transition: all 0.4s ease; }
  .answer:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden; }
  @media screen and (max-width: 747px) {
    .answer {
      margin: 0 0 3% 0; } }
  .answer * {
    transition: all 0.4s ease; }
  .answer .btn {
    position: relative;
    background-image: linear-gradient(180deg, #ffffff 0%, #ccdaeb 100%); }
    .answer .btn.checked {
      background: #00479d;
      box-shadow: none; }
      .answer .btn.checked:before, .answer .btn.checked p {
        color: #fff; }
      .answer .btn.checked p.ja {
        color: rgba(255, 255, 255, 0.8); }
      .answer .btn.checked:after {
        position: absolute;
        display: block;
        left: calc(50% - 50px);
        bottom: -90px;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 50px 70px 50px;
        border-color: transparent transparent #00479d transparent; }
        @media screen and (max-width: 747px) {
          .answer .btn.checked:after {
            bottom: -80px; } }
      .answer .btn.checked[data-answer="chk01-01"]:after {
        border-color: transparent transparent #fff transparent; }
      .answer .btn.checked[data-answer="chk05-00"] {
        background: #eff6ff; }
        .answer .btn.checked[data-answer="chk05-00"]:after {
          border-color: transparent transparent #eff6ff transparent; }
      .answer .btn.checked[data-answer="chk04-02"]:after, .answer .btn.checked[data-answer="chk05-02"]:after, .answer .btn.checked[data-answer="chk05-03"]:after {
        display: none; }
    .answer .btn p {
      margin: 0; }
      .answer .btn p.ja {
        margin: 10px 0 0 0; }
  .answer.double {
    margin-left: -1%;
    margin-right: -1%; }
    @media screen and (max-width: 747px) {
      .answer.double {
        margin-left: -2%;
        margin-right: -2%; } }
    .answer.double li {
      float: left;
      width: 50%;
      padding: 0 1%;
      margin: 0 0 2% 0;
      box-sizing: border-box; }
      @media screen and (max-width: 747px) {
        .answer.double li {
          margin: 0 0 4% 0;
          padding: 0 2%; } }
      .answer.double li .btn {
        padding: 20px 30px;
        color: #fff;
        font-size: 1.875rem;
        text-align: left;
        color: #00479d; }
        @media screen and (max-width: 747px) {
          .answer.double li .btn {
            padding: 7%; } }
        .answer.double li .btn:before {
          display: block;
          margin: 0 0 10px 0;
          font-size: 4rem;
          text-align: center; }
          @media screen and (max-width: 747px) {
            .answer.double li .btn:before {
              font-size: 2.8125rem; } }
  .answer.triple {
    margin-left: -1%;
    margin-right: -1%; }
    @media screen and (max-width: 747px) {
      .answer.triple {
        margin-left: -2%;
        margin-right: -2%; } }
    .answer.triple li {
      float: left;
      width: 33.33%;
      padding: 0 1%;
      margin: 0 0 2% 0;
      box-sizing: border-box; }
      @media screen and (max-width: 747px) {
        .answer.triple li {
          margin: 0 0 4% 0;
          padding: 0 2%; } }
      .answer.triple li .btn {
        padding: 20px 30px;
        color: #fff;
        font-size: 1.875rem;
        text-align: left;
        color: #00479d; }
        @media screen and (max-width: 747px) {
          .answer.triple li .btn {
            padding: 7%; } }
        .answer.triple li .btn:before {
          display: block;
          margin: 0 0 10px 0;
          font-size: 4rem;
          text-align: center; }
          @media screen and (max-width: 747px) {
            .answer.triple li .btn:before {
              font-size: 2.8125rem; } }

#chk02_after.next .answer .btn.checked:after {
  border-color: transparent transparent #fff transparent; }

.chk_wrap {
  padding: 40px 40px 20px;
  background: #00479d;
  color: #fff; }
  @media screen and (max-width: 747px) {
    .chk_wrap {
      padding: 5% 5% 2%; } }

.chk {
  display: none; }
  .chk p.ja {
    color: rgba(255, 255, 255, 0.8); }

.after {
  display: none; }

.end {
  background: #00479d; }
  .end section {
    color: #fff; }
    .end section .ja {
      color: rgba(255, 255, 255, 0.8); }

.center {
  text-align: center; }
  .center p.ja {
    margin-top: -20px; }

.date_card {
  margin: 40px 0 20px;
  padding: 50px 10px 20px;
  background: #fff;
  color: #000;
  text-align: center; }
  @media screen and (max-width: 747px) {
    .date_card {
      padding: 5% 3% 2%; } }
  .date_card p {
    font-size: 1.25rem; }
    @media screen and (max-width: 747px) {
      .date_card p {
        font-size: 1.125rem; } }
    .date_card p.ja {
      margin-top: -20px;
      font-size: 0.75rem;
      color: #666; }
    .date_card p br.sp {
      display: none; }
      @media screen and (max-width: 747px) {
        .date_card p br.sp {
          display: block; } }

.print {
  margin: 0 0 40px 0;
  text-align: center; }

.interpreter {
  margin: 0 0 20px 0;
  text-align: center; }

/* selected
----------------------------------------------------*/
.selected_check {
  position: fixed;
  left: 10px;
  bottom: 10px;
  color: #000;
  font-size: 2rem;
  opacity: 0.2;
  z-index: 5; }

.selected {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 6;
  width: 100%;
  padding: 10px 8px 8px;
  box-sizing: border-box;
  background: #c9d4e4;
  transform: translateY(calc(100% + 55%));
  transition: all 0.4s ease; }
  .selected-open .selected {
    transform: translateY(0); }
  .selected b {
    position: absolute;
    display: block;
    left: 27.5%;
    top: -55px;
    width: 45%;
    background: #c9d4e4;
    margin: 0 auto;
    border-top: 5px solid #00479d;
    line-height: 50px;
    text-align: center;
    color: #00479d;
    font-weight: bold; }
    .selected b:before {
      margin: 0 10px 0 0; }
  .selected > ul {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .selected > ul > li {
      display: table-cell;
      padding: 0 1px;
      vertical-align: top; }
      .selected > ul > li li {
        margin: 0 0 2px 0;
        background: rgba(0, 71, 157, 0.2);
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-size: 0.875rem; }
        @media screen and (max-width: 747px) {
          .selected > ul > li li {
            font-size: 0.625rem;
            line-height: 40px;
            white-space: nowrap;
            overflow: hidden; } }
        .selected > ul > li li.checked {
          background: #00479d; }
  .selected a {
    display: block;
    margin: 10px 0 0 0;
    padding: 20px;
    background: #00479d;
    color: #fff;
    text-decoration: none;
    text-align: center; }
    .selected a i {
      margin-right: 10px; }

a.mainback {
  display: block;
  margin: 10px;
  padding: 20px;
  background: #00479d;
  color: #fff;
  text-decoration: none;
  text-align: center; }
  a.mainback i {
    margin-right: 10px; }

/* print
----------------------------------------------------*/
#print .back {
  display: none; }

.print-open #print {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .print-open #print * {
    color: #000; }
  .print-open #print .back {
    display: block;
    background: #000; }
    .print-open #print .back i {
      color: #fff; }
  .print-open #print .date_card {
    border: 1px solid #000; }
  .print-open #print h2 {
    display: none; }
  .print-open #print .btn-round {
    border-color: #000; }
