@charset "UTF-8";
/* --------------------------------------------------------------------------------
 * web fonts
-------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap");
/* ----------------------------------------------------------------------
 reset (exculding 'sup')
---------------------------------------------------------------------- */
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, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

img {
  vertical-align: middle;
}

/* ----------------------------------------------------------------------
 basic setting
---------------------------------------------------------------------- */
html {
  touch-action: manipulation;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3E3E3E;
  line-height: 1.5;
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */
  min-width: 1040px;
}
@media only screen and (max-width: 750px) {
  body {
    min-width: initial;
  }
}

body * {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

input, button, textarea, select {
  color: #3E3E3E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

button {
  -webkit-appearance: none;
  background: none;
  border-style: none;
}

textarea {
  vertical-align: top;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  backface-visibility: hidden;
}

/* ----------------------------------------------------------------------
 common class
---------------------------------------------------------------------- */
@media only screen and (min-width: 751px) {
  .pc-non {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .sp-non {
    display: none !important;
  }
}
.font-20 {
  font-size: 20px;
}

.font-18 {
  font-size: 18px;
}

.font-16 {
  font-size: 16px;
}

.font-14 {
  font-size: 14px;
}

.font-12 {
  font-size: 12px;
}

.font-05em {
  font-size: 0.5em;
}

.font-06em {
  font-size: 0.6em;
}

.font-07em {
  font-size: 0.7em;
}

.font-08em {
  font-size: 0.8em;
}

.font-09em {
  font-size: 0.9em;
}

.font-11em {
  font-size: 1.1em;
}

.font-12em {
  font-size: 1.2em;
}

.font-13em {
  font-size: 1.3em;
}

.font-14em {
  font-size: 1.4em;
}

.font-15em {
  font-size: 1.5em;
}

/* ----------------------------------------------------------------------
 Color
---------------------------------------------------------------------- */
.fontcolorBlue {
  color: #0000ff;
}

.fontcolorYellow {
  color: #ffff00;
}

.fontcolorGreen {
  color: #00cc00;
}

.fontcolorRed {
  color: #ff0000;
}

.fontcolorPink {
  color: #ff00ff;
}

.fontcolorGrayblack {
  color: #404040;
}

.mb0 {
  margin-bottom: 0;
}

.strong {
  font-weight: bold;
}

.tCenter {
  text-align: center;
}

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

.telLink {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 751px) {
  .telLink {
    pointer-events: none;
  }
}

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .container {
    width: 100%;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
.container-min {
  width: 840px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .container-min {
    width: 100%;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}

@media only screen and (min-width: 751px) {
  .hover {
    transition: opacity 0.2s;
  }
  .hover:hover {
    opacity: 0.8;
  }
}

.hoverText {
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 751px) {
  .hoverText:hover {
    text-decoration: underline;
    cursor: pointer;
  }
}

.anker-dummy {
  position: absolute;
}
.anker-dummy#mypageContent__anker {
  top: -80px;
}

.categorySelected {
  background-color: #a5d994 !important;
}

/* ----------------------------------------------------------------------
 Archive Pager
---------------------------------------------------------------------- */
.archiveSlider .slick-arrow {
  position: absolute;
  bottom: -50px;
  right: 0px;
  z-index: 5;
}
@media only screen and (max-width: 750px) {
  .archiveSlider .slick-arrow {
    bottom: -34px;
  }
}
.archiveSlider .slick-arrow.prev {
  right: 74px;
}
@media only screen and (max-width: 750px) {
  .archiveSlider .slick-arrow.prev {
    right: 52px;
  }
}
.archiveSlider .slick-disabled {
  display: none !important;
}

.archivePager {
  position: relative;
  text-align: center;
}
.archivePagerNum {
  font-family: "Lato", sans-serif;
}
.archivePagerNum__current {
  font-size: 30px;
}
@media only screen and (max-width: 750px) {
  .archivePagerNum__current {
    font-size: 24px;
  }
}
.archivePagerNum__all {
  font-size: 22px;
}
@media only screen and (max-width: 750px) {
  .archivePagerNum__all {
    font-size: 18px;
  }
}
.archivePagerArrow {
  position: absolute;
  top: 0px;
  right: 0px;
}
.archivePagerArrow .button-circle-green:not(button) {
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  .archivePagerArrow .button-circle-green:not(button) {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-left: 10px;
  }
}

/* ----------------------------------------------------------------------
 Border
---------------------------------------------------------------------- */
.bd-rank-a {
  border: 2px solid #5396d7;
}
.bd-rank-b {
  border: 2px solid #6db853;
}
.bd-rank-c {
  border: 2px solid #7b7b7b;
}
.bd-rank-d {
  border: 2px solid #f59747;
}
.bd-rank-e {
  border: 2px solid #e34c4c;
}

/* ----------------------------------------------------------------------
 Background
---------------------------------------------------------------------- */
.bg-tile {
  background: url(../img/bg_tile.png);
}
@media only screen and (min-width: 751px) {
  .bg-tile-pc {
    background: url(../img/bg_tile.png);
  }
}
.bg-gray {
  background-color: #ececec;
}
.bg-rank-a {
  background-color: #5396d7;
}
.bg-rank-a-light {
  background-color: #eef6fc;
}
.bg-rank-b {
  background-color: #6db853;
}
.bg-rank-b-light {
  background-color: #edf6ea;
}
.bg-rank-c {
  background-color: #7b7b7b;
}
.bg-rank-c-light {
  background-color: #f2f2f2;
}
.bg-rank-d {
  background-color: #f59747;
}
.bg-rank-d-light {
  background-color: #fef0e4;
}
.bg-rank-e {
  background-color: #e34c4c;
}
.bg-rank-e-light {
  background-color: #fceded;
}
.bg-appeal {
  background-color: #f2fefb;
}

/* ----------------------------------------------------------------------
 Button
---------------------------------------------------------------------- */
.button-grad-green {
  -webkit-appearance: none;
  border-style: none;
  width: 200px;
  line-height: 56px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #1dca73, #138f6f);
  border-radius: 58px;
  display: inline-block;
}
.button-grad-green:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .button-grad-green {
    line-height: 12.5vw;
    width: 41.40625vw;
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .button-grad-green.-min {
    line-height: 9.375vw;
    width: 38.4375vw;
    font-size: 16px;
  }
}
.button-grad-back {
  -webkit-appearance: none;
  border-style: none;
  width: 200px;
  line-height: 56px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  background: #818181;
  border-radius: 58px;
  display: inline-block;
}
.button-grad-back:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .button-grad-back {
    line-height: 12.5vw;
    width: 41.40625vw;
    font-size: 16px;
  }
}
.button-circle-green {
  background-color: #029765;
  border-radius: 50%;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 50px;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  padding: 0;
}
@media only screen and (min-width: 751px) {
  .button-circle-green:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}
@media only screen and (max-width: 750px) {
  .button-circle-green {
    font-size: 16px;
    width: 32px;
    height: 32px;
  }
}
.button-circle-green:not(button) {
  display: inline-block;
  text-align: center;
  line-height: 50px;
}
@media only screen and (max-width: 750px) {
  .button-circle-green:not(button) {
    line-height: 32px;
  }
}
.button-shadow {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: inherit;
  width: 100%;
}
@media only screen and (min-width: 751px) {
  .button-shadow {
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .button-shadow:hover {
    transform: translate(0, 8px);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
}
.button-arrow {
  position: relative;
}
.button-arrow:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  width: 18px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #029765;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  font-size: 12px;
  font-weight: bold;
  padding-left: 2px;
}

/* ----------------------------------------------------------------------
 Color
---------------------------------------------------------------------- */
.color-rank-a {
  color: #5396d7 !important;
}
.color-rank-b {
  color: #6db853 !important;
}
.color-rank-c {
  color: #7b7b7b !important;
}
.color-rank-d {
  color: #f59747 !important;
}
.color-rank-e {
  color: #e34c4c !important;
}
.color-red {
  color: #e34c4c;
}

/* ----------------------------------------------------------------------
 DSC結果ページデータ使用CSS
---------------------------------------------------------------------- */
/* 文字色 */
.dscdescColorImpact {
  color: #e34c4c;
  font-weight: 700;
}
.dscdescColorAttention {
  color: #029765;
}
.dscdescColorInfomation {
  color: #5396d7;
}

/* 太字 */
.dscdescWeightFontBold {
  font-weight: 700;
}

/* 蛍光ペン */
.dscdescMakerBlue {
  background: linear-gradient(transparent 10%, #9eceff 10%);
}
.dscdescMakerYellow {
  background: linear-gradient(transparent 10%, #fff799 10%);
}
.dscdescMakerRed {
  background: linear-gradient(transparent 10%, #ff7f7f 10%);
}
.dscdescMakerGreen {
  background: linear-gradient(transparent 10%, #b2ffb2 10%);
}
.dscdescMakerPink {
  background: linear-gradient(transparent 10%, #ff9ece 10%);
}

/* 2行目以降1文字字下げ */
.dscdescIndentation {
  padding-left: 1em;
  text-indent: -1em;
}

/* 段落の下を1文字分空ける */
.dscdescLineSpace {
  margin-bottom: 1em;
}

/* 段落の下を半文字分空ける */
.dscdescLineHalfSpace {
  margin-bottom: 0.5em;
}

/* ----------------------------------------------------------------------
 Form Parts
---------------------------------------------------------------------- */
.form-text {
  border: 2px solid #8c8c8c;
  border-radius: 4px;
}

.form-textarea {
  border-style: none;
  background-color: #ececec;
  border-radius: 6px;
  font-size: 15px;
  width: 100%;
  padding: 10px 16px;
}

/* ----------------------------------------------------------------------
 Help
---------------------------------------------------------------------- */
.help-exclamation {
  display: inline-block;
}
.help-exclamation:before {
  content: "\f06a";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  margin-right: 4px;
}
.help-exclamation-right {
  display: inline-block;
}
.help-exclamation-right:after {
  content: "\f06a";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  font-size: 21px;
  color: #e34c4c;
  position: absolute;
  top: 10px;
  right: 15px;
}
@media only screen and (max-width: 750px) {
  .help-exclamation-right:after {
    font-size: 18px;
  }
}
.help-question-right {
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 751px) {
  .help-question-right:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}
.help-question-right:after {
  content: "\f059";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  color: #4b4b4b;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  line-height: 1;
  right: -26px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .help-question-right:after {
    right: -20px;
  }
}

/* ----------------------------------------------------------------------
 Modal
---------------------------------------------------------------------- */
.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  padding: 4%;
  height: 100vh;
}
@media only screen and (max-width: 750px) {
  .modal {
    padding: 6.25vw;
  }
}
.modal .button-grad-green {
  min-width: 200px;
  padding-left: 1em;
  padding-right: 1em;
  width: auto;
}
.modalWrapper {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalBack {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 751px) {
  .modalBack:hover {
    cursor: pointer;
  }
}
.modalInner {
  position: relative;
  width: 100%;
}
.modalBlock {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-height: 80vh;
  overflow: auto;
}
.modalMenu .modalWrapper {
  width: 560px;
}
.modalMenu .modalBlock {
  padding: 80px 40px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .modalMenu .modalBlock {
    padding: 12.5vw 6.25vw;
  }
}
.modalMenu__title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #029765;
}
@media only screen and (max-width: 750px) {
  .modalMenu__title {
    font-size: 5.625vw;
  }
}
.modalMenu__buttons {
  display: flex;
  justify-content: space-between;
}
.modalMenu__button {
  border: 1px solid #029765;
  background-color: #fff;
  color: #029765;
  height: 64px;
  width: 220px;
  font-size: 24px;
  border-radius: 32px;
}
@media only screen and (min-width: 751px) {
  .modalMenu__button:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media only screen and (max-width: 750px) {
  .modalMenu__button {
    width: 34.375vw;
    height: 12.1875vw;
    font-size: 14px;
  }
}
.modalMenu__button.is-active {
  color: #fff;
  background-color: #029765;
}
.modalFirst .modalWrapper {
  width: 1000px;
}
.modalFirst .modalBlock {
  padding: 70px 80px 80px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .modalFirst .modalBlock {
    padding: 12.5vw 6.25vw;
  }
}
.modalFirst__title {
  font-size: 36px;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #029765;
  color: #029765;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .modalFirst__title {
    font-size: 5.625vw;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.modalFirst__subtitle {
  font-size: 32px;
  color: #029765;
  font-weight: 500;
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  .modalFirst__subtitle {
    font-size: 5vw;
    margin-bottom: 15px;
  }
}
.modalFirst__img {
  margin-bottom: 35px;
}
.modalFirst__img iframe {
  max-width: 100%;
}
@media only screen and (max-width: 750px) {
  .modalFirst__img iframe {
    height: 45vw;
  }
}
@media only screen and (max-width: 750px) {
  .modalFirst__img {
    margin-bottom: 18px;
  }
}
.modalFirst__copy {
  font-size: 27px;
  font-weight: 500;
  color: #029765;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .modalFirst__copy {
    font-size: 3.75vw;
  }
}
.modalFirst__text {
  font-size: 17px;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .modalFirst__text {
    font-size: 3.4375vw;
  }
}
.modalFirst__btn {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .modalFirst__btn {
    margin-top: 22px;
  }
}
.modalQuestion .modalWrapper {
  width: 1000px;
}
.modalQuestion .modalBlock {
  padding: 70px 80px 80px;
}
@media only screen and (max-width: 750px) {
  .modalQuestion .modalBlock {
    padding: 12.5vw 6.25vw;
  }
}
.modalQuestion__title {
  font-size: 32px;
  margin-bottom: 40px;
  color: #029765;
  margin-bottom: 16px;
}
@media only screen and (max-width: 750px) {
  .modalQuestion__title {
    font-size: 5.625vw;
    margin-bottom: 20px;
  }
}
.modalQuestion__text {
  font-size: 17px;
  line-height: 1.8;
}
@media only screen and (max-width: 750px) {
  .modalQuestion__text {
    font-size: 3.4375vw;
  }
}
.modalMethod .modalWrapper {
  width: 1000px;
}
.modalMethod .modalBlock {
  padding: 70px 80px 80px;
}
@media only screen and (max-width: 750px) {
  .modalMethod .modalBlock {
    padding: 12.5vw 6.25vw;
  }
}
.modalMethod__title {
  font-size: 32px;
  margin-bottom: 40px;
  color: #029765;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .modalMethod__title {
    font-size: 5.625vw;
    margin-bottom: 20px;
  }
}
.modalMethod__text {
  font-size: 17px;
  line-height: 1.8;
}
@media only screen and (max-width: 750px) {
  .modalMethod__text {
    font-size: 3.4375vw;
  }
}
.modalMethod__img {
  text-align: center;
  margin-top: 30px;
}
.modalMethod__img iframe {
  max-width: 100%;
}
.modalRank .modalWrapper {
  width: 1000px;
}
.modalRank .modalBlock {
  padding: 70px 80px 80px;
}
@media only screen and (max-width: 750px) {
  .modalRank .modalBlock {
    padding: 12.5vw 0 0;
  }
}
.modalRank__title {
  font-size: 32px;
  margin-bottom: 30px;
  color: #029765;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .modalRank__title {
    font-size: 5.625vw;
    margin-bottom: 20px;
    padding: 0 6.25vw;
  }
}
.modalRank__table {
  width: 100%;
  display: block;
}
.modalRank__table tbody {
  display: block;
}
.modalRank__table tr {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}
.modalRank__table tr:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .modalRank__table tr {
    display: block;
    margin-bottom: 0;
    border-radius: 0px;
  }
}
.modalRank__table th {
  width: 280px;
  min-height: 88px;
  vertical-align: middle;
  color: #fff;
  padding: 0 0 0 35px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.modalRank__table th span {
  font-size: 40px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  .modalRank__table th span {
    font-size: 6.875vw;
  }
}
@media only screen and (max-width: 750px) {
  .modalRank__table th {
    display: block;
    width: 100%;
    height: auto;
    min-height: initial;
    padding: 10px 6.25vw;
    font-size: 3.4375vw;
  }
}
.modalRank__table td {
  padding: 0 30px;
  font-size: 14px;
  line-height: 1.8;
  flex: 1;
  display: flex;
  align-items: center;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media only screen and (max-width: 750px) {
  .modalRank__table td {
    display: block;
    font-size: 3.125vw;
    padding: 3.125vw 6.25vw;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.modalRank__table .rankA th {
  background-color: #5396d7;
}
.modalRank__table .rankA td {
  background-color: #eef6fc;
  border: 2px solid #5396d7;
}
.modalRank__table .rankB th {
  background-color: #6db853;
}
.modalRank__table .rankB td {
  background-color: #edf6ea;
  border: 2px solid #6db853;
}
.modalRank__table .rankC th {
  background-color: #7b7b7b;
}
.modalRank__table .rankC td {
  background-color: #f2f2f2;
  border: 2px solid #7b7b7b;
}
.modalRank__table .rankD th {
  background-color: #f59747;
}
.modalRank__table .rankD td {
  background-color: #fef0e4;
  border: 2px solid #f59747;
}
.modalRank__table .rankE th {
  background-color: #e34c4c;
}
.modalRank__table .rankE td {
  background-color: #fceded;
  border: 2px solid #e34c4c;
}
.modalCalendar .modalWrapper {
  width: 1000px;
}
.modalCalendar .modalBlock {
  padding: 70px 80px 80px;
}
@media only screen and (max-width: 750px) {
  .modalCalendar .modalBlock {
    padding: 12.5vw 6.25vw 6.25vw;
    max-width: 100%;
    overflow: hidden;
  }
}
.modalCalendar__title {
  font-size: 32px;
  margin-bottom: 30px;
  color: #029765;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .modalCalendar__title {
    font-size: 5.625vw;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .modalCalendar__scroll {
    width: 100%;
    overflow: auto;
    padding-bottom: 3.125vw;
    direction: rtl;
  }
}
.modalCalendar__rows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -45px;
  direction: ltr;
}
@media only screen and (max-width: 750px) {
  .modalCalendar__rows {
    margin-bottom: 0;
    flex-wrap: nowrap;
    width: 481.25vw;
  }
}
.modalCalendar__item {
  width: 45.2%;
  margin-bottom: 45px;
}
@media only screen and (max-width: 750px) {
  .modalCalendar__item {
    width: 75vw;
    margin-bottom: 0;
  }
}
.modalCalendar__month {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 12px;
}
@media only screen and (max-width: 750px) {
  .modalCalendar__month {
    font-size: 4.6875vw;
  }
}
.modalCalendar__border {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  overflow: hidden;
}
.modalCalendar__table {
  width: 100%;
  border-radius: 10px;
}
.modalCalendar__table th {
  height: 30px;
  background-color: #029765;
  border: 1px solid #eaeaea;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.modalCalendar__table td {
  height: 54px;
  border: 1px solid #eaeaea;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  .modalCalendar__table td {
    height: 10.625vw;
  }
}
.modalCalendar__table td span {
  display: inline-block;
  width: 36px;
  line-height: 32px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  border-radius: 50%;
  border: 2px solid #029765;
}
@media only screen and (max-width: 750px) {
  .modalCalendar__table td span {
    width: 28px;
    height: 28px;
    font-size: 14px;
    padding-top: 5px;
    line-height: 1;
  }
}
.modalCalendar__table td span.noBorder {
  height: 36px;
  border-style: none;
}
@media only screen and (max-width: 750px) {
  .modalCalendar__table td span.noBorder {
    height: 28px;
    padding-top: 7px;
  }
}
.modalCalendar__caution {
  font-size: 2.8125vw;
  color: #4b4b4b;
}
@media only screen and (min-width: 751px) {
  .modalCalendar__caution {
    display: none;
  }
}
.modalBookmark .modalWrapper {
  width: 1000px;
}
.modalBookmark .modalBlock {
  padding: 70px 80px 80px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .modalBookmark .modalBlock {
    padding: 12.5vw 6.25vw;
  }
}
.modalBookmark__text {
  font-size: 17px;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .modalBookmark__text {
    font-size: 3.4375vw;
  }
}
.modalBookmarkSp .modalWrapper {
  width: 1000px;
}
.modalBookmarkSp .modalBlock {
  padding: 70px 80px 80px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .modalBookmarkSp .modalBlock {
    padding: 12.5vw 6.25vw;
  }
}
.modalBookmarkSp__text {
  font-size: 17px;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .modalBookmarkSp__text {
    font-size: 3.4375vw;
  }
}
.modalClose {
  padding: 0px;
  width: 60px;
  position: absolute;
  top: -30px;
  right: -24px;
  z-index: 3;
}
@media only screen and (min-width: 751px) {
  .modalClose:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media only screen and (max-width: 750px) {
  .modalClose {
    width: 36px;
    height: 36px;
    top: -15px;
    right: -10px;
  }
}

/* ----------------------------------------------------------------------
 Module
---------------------------------------------------------------------- */
.module-more {
  color: #029765;
  font-size: 16px;
  white-space: nowrap;
}
.module-more:after {
  content: "\f105";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  width: 16px;
  font-size: 10px;
  display: inline-block;
  background-color: #029765;
  color: #fff;
  text-align: center;
  line-height: 16px;
  vertical-align: 2px;
  margin-left: 6px;
  border-radius: 50%;
}

/* ----------------------------------------------------------------------
 Single Pager
---------------------------------------------------------------------- */
.singleSlider .slick-arrow {
  position: absolute;
  bottom: -182px;
  right: 0px;
  z-index: 5;
}
@media only screen and (max-width: 750px) {
  .singleSlider .slick-arrow {
    bottom: -113px;
  }
}
.singleSlider .slick-arrow.prev {
  right: 74px;
}
@media only screen and (max-width: 750px) {
  .singleSlider .slick-arrow.prev {
    right: 52px;
  }
}
.singleSlider .slick-disabled {
  display: none !important;
}
.singleSlider .slick-slide img {
  display: inline-block;
}

.singlePager {
  position: relative;
  padding-top: 45px;
  margin-top: 80px;
  border-top: 2px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .singlePager {
    margin-top: 54px;
    padding-top: 30px;
  }
}
.singlePagerBack {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .singlePagerBack {
    font-size: 14px;
  }
}
.singlePagerBack a {
  color: #029765;
  text-decoration: none;
}
.singlePagerBack a:before {
  content: "\f104";
  font-size: 10px;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  background-color: #029765;
  display: inline-block;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  vertical-align: 4px;
}
@media only screen and (max-width: 750px) {
  .singlePagerBack a:before {
    vertical-align: 1px;
  }
}
.singlePagerBack a:hover {
  text-decoration: underline;
}
.singlePagerArrow {
  position: absolute;
  top: 50px;
  right: 0px;
}
@media only screen and (max-width: 750px) {
  .singlePagerArrow {
    top: 24px;
  }
}
.singlePagerArrow .button-circle-green:not(button) {
  margin-left: 20px;
}
@media only screen and (max-width: 750px) {
  .singlePagerArrow .button-circle-green:not(button) {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-left: 10px;
  }
}

/* ----------------------------------------------------------------------
 Title
---------------------------------------------------------------------- */
.title-line-green {
  font-size: 34px;
  font-weight: 500;
  color: #029765;
  text-align: center;
  padding: 14px 0;
  border-top: 3px solid #029765;
  border-bottom: 3px solid #029765;
  margin-bottom: 65px;
}
@media only screen and (max-width: 750px) {
  .title-line-green {
    font-size: 6.25vw;
    margin-bottom: 25px;
    padding: 5px 0;
  }
}
.title-block-green {
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 18px 0;
  background-color: #029765;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 27px;
}
@media only screen and (max-width: 750px) {
  .title-block-green {
    font-size: 5vw;
    padding: 13px 6.25vw;
    text-align: left;
    border-radius: 0px;
  }
  .container .title-block-green, .container-min .title-block-green {
    margin-left: -6.25vw;
    margin-right: -6.25vw;
  }
}
.title-block-green.js-ac-open {
  position: relative;
}
@media only screen and (min-width: 751px) {
  .title-block-green.js-ac-open:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}
.title-block-green.js-ac-open:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  background-color: #fff;
  color: #029765;
  width: 24px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  border-radius: 12px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 20px;
}
@media only screen and (max-width: 750px) {
  .title-block-green.js-ac-open:after {
    width: 18px;
    line-height: 18px;
    font-size: 11px;
    margin-top: -9px;
    right: 10px;
  }
}
.title-block-green.js-ac-open.is-active:after {
  transform: rotate(180deg);
}

/* ----------------------------------------------------------------------
 advice
---------------------------------------------------------------------- */
.l-adviceBlock {
  margin-bottom: 70px;
  padding-bottom: 25px;
  border-bottom: 3px solid #cdcdcd;
}
.l-adviceBlock:last-child {
  margin-bottom: 0;
}
.l-adviceBlock__title {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  padding: 8px 0;
  border-top: 3px solid #029765;
  border-bottom: 3px solid #029765;
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  .l-adviceBlock__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.l-adviceBlock__thumb {
  text-align: center;
  font-size: 24px;
}
.l-adviceBlockHDmark {
  border-left: solid 5px #000000;
  margin-right: 5px;
}
.l-adviceBlockContent {
  padding-top: 25px;
  display: none;
}
.l-adviceBlockContent.is-show {
  display: block !important;
}
.l-adviceBlockContent > *:first-child {
  margin-top: 0;
}
.l-adviceBlockContent__img {
  text-align: center;
  margin-bottom: 30px;
}
.l-adviceBlockContent__img iframe {
  width: 100%;
  height: 470px;
}
@media only screen and (max-width: 750px) {
  .l-adviceBlockContent__img iframe {
    height: 60vw;
  }
}
.l-adviceBlockContent__title {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 2px solid #029765;
}
.l-adviceBlockContent__text {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (min-width: 751px) {
  .l-adviceBlockContent__row {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 751px) {
  .l-adviceBlockContent__clm {
    width: 48%;
  }
}
.l-adviceBlock__btn {
  text-align: right;
  color: #029765;
  font-size: 16px;
  margin-top: 10px;
}
@media only screen and (min-width: 751px) {
  .l-adviceBlock__btn span:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}
.l-adviceBlock__btn span:after {
  content: "\f107";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  width: 18px;
  font-size: 11px;
  display: inline-block;
  background-color: #029765;
  color: #fff;
  text-align: center;
  line-height: 17px;
  vertical-align: 1px;
  margin-left: 6px;
  border-radius: 50%;
  padding-top: 1px;
  box-sizing: border-box;
}
.l-adviceBlock__btn span.is-active:after {
  transform: rotate(180deg);
}

/* ----------------------------------------------------------------------
 breadcrumb
---------------------------------------------------------------------- */
.breadcrumb {
  padding-top: 10px;
  font-size: 13px;
  color: #4b4b4b;
  margin-bottom: 45px;
}
@media only screen and (max-width: 750px) {
  .breadcrumb {
    font-size: 12px;
    margin-bottom: 33px;
  }
}
.breadcrumb__inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .breadcrumb__inner {
    padding: 0 6.25vw;
  }
}
.breadcrumb a {
  text-decoration: none;
  color: inherit;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb i {
  color: #029765;
}
.bg-gray .breadcrumb {
  padding: 10px 0;
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------
 l-comment
---------------------------------------------------------------------- */
.l-comment {
  display: flex;
  margin-top: 30px;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .l-comment {
    display: block;
    border-radius: 6px;
  }
}
.l-comment__left {
  width: 33.2%;
  display: flex;
  align-items: center;
  padding: 20px 0 20px 38px;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .l-comment__left {
    width: 100%;
    padding: 1.875vw 6.25vw;
  }
}
.l-comment__inner {
  display: flex;
  align-items: center;
}
.l-comment__rank {
  font-size: 40px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  .l-comment__rank {
    font-size: 32px;
  }
}
.l-comment__ratio {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 750px) {
  .l-comment__ratio {
    font-size: 16px;
    line-height: 2;
  }
}
.l-comment__right {
  width: 66.8%;
  display: flex;
  align-items: center;
  padding: 10px 35px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media only screen and (max-width: 750px) {
  .l-comment__right {
    width: 100%;
    padding: 20px 6.25vw;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}
.l-comment__text {
  font-size: 14px;
}
.l-comment__more {
  text-align: right;
}
.l-comment.rank-a .l-comment__left {
  background-color: #5396d7;
}
.l-comment.rank-a .l-comment__right {
  background-color: #eef6fc;
  border: 2px solid #5396d7;
}
.l-comment.rank-b .l-comment__left {
  background-color: #6db853;
}
.l-comment.rank-b .l-comment__right {
  background-color: #edf6ea;
  border: 2px solid #6db853;
}
.l-comment.rank-c .l-comment__left {
  background-color: #7b7b7b;
}
.l-comment.rank-c .l-comment__right {
  background-color: #f2f2f2;
  border: 2px solid #7b7b7b;
}
.l-comment.rank-d .l-comment__left {
  background-color: #f59747;
}
.l-comment.rank-d .l-comment__right {
  background-color: #fef0e4;
  border: 2px solid #f59747;
}
.l-comment.rank-e .l-comment__left {
  background-color: #e34c4c;
}
.l-comment.rank-e .l-comment__right {
  background-color: #fceded;
  border: 2px solid #e34c4c;
}

/* ----------------------------------------------------------------------
 Footer
---------------------------------------------------------------------- */
.footer {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .footer {
    padding-bottom: 120px;
  }
}
.footer__goTop {
  position: fixed;
  right: 0px;
  bottom: 0px;
}
@media only screen and (max-width: 750px) {
  .footer__goTop {
    bottom: 75px;
  }
}
.footer__goTop a {
  width: 80px;
  line-height: 80px;
  background-color: #029765;
  color: #fff;
  font-size: 40px;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 750px) {
  .footer__goTop a {
    width: 48px;
    line-height: 48px;
    font-size: 30px;
  }
}
.footer__logo {
  margin-bottom: 90px;
}
.page .footer__logo {
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .page .footer__logo {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .footer__logo {
    width: 39.0625vw;
    margin: 0 auto 3.125vw;
  }
}
.footer__copyright {
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  background-color: #029765;
  font-family: "Lato", sans-serif;
}
.footer__copyright span {
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 750px) {
  .footer__copyright {
    color: #4b4b4b;
    font-size: 2.8125vw;
    background-color: #fff;
    line-height: 1.5;
    padding-bottom: 5.625vw;
  }
}
.page .footer {
  padding: 50px 0 0;
}
@media only screen and (max-width: 750px) {
  .page .footer {
    padding-top: 36px;
    padding-bottom: 120px;
  }
}

/* ----------------------------------------------------------------------
 futureList
---------------------------------------------------------------------- */
.l-futureList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -17px;
}
@media only screen and (max-width: 750px) {
  .l-futureList {
    margin: 0 -1.5625vw;
  }
}
.l-futureList__item {
  width: 310px;
  height: 250px;
  margin: 0 17px 35px;
}
@media only screen and (max-width: 750px) {
  .l-futureList__item {
    width: 41.875vw;
    height: 46.5625vw;
    margin: 0 1.5625vw 4.375vw;
  }
}
.l-futureList__item a, .l-futureList__item button {
  height: 100%;
  padding-top: 32px;
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 751px) {
  .l-futureList__item a:hover, .l-futureList__item button:hover {
    cursor: pointer;
  }
}
@media only screen and (max-width: 750px) {
  .l-futureList__item a, .l-futureList__item button {
    padding-top: 3.90625vw;
  }
}
.l-futureList__item a.is-active, .l-futureList__item button.is-active {
  border: 4px solid #029765;
  background-color: #f2fefb;
  box-shadow: none;
  transform: translate(0, 4px);
  pointer-events: none;
}
.l-futureList__title {
  font-size: 22px;
  font-weight: 500;
  color: #029765;
  padding-left: 35px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 750px) {
  .l-futureList__title {
    font-size: 3.4375vw;
    padding-left: 0;
    text-align: center;
    margin-bottom: 3.125vw;
  }
}
.l-futureList__title .icon {
  margin-right: 7px;
}
@media only screen and (max-width: 750px) {
  .l-futureList__title .icon {
    margin-right: 0;
    width: 9.375vw;
    display: block;
    margin: 0 auto 5px;
  }
}
.l-futureList__title .text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
}
.l-futureList__title .text .help-exclamation-right {
  position: static;
}
.l-futureList__title .text .help-exclamation-right:after {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media only screen and (max-width: 750px) {
  .l-futureList__title .text {
    display: block;
  }
}
.l-futureList__row {
  display: flex;
  margin-bottom: 8px;
}
@media only screen and (max-width: 750px) {
  .l-futureList__row {
    margin-bottom: 2.8125vw;
    padding-left: 0;
    margin-bottom: 1.5625vw;
  }
}
.l-futureList__left {
  text-align: center;
  width: 162px;
}
@media only screen and (max-width: 750px) {
  .l-futureList__left {
    width: 22.5vw;
    position: relative;
    left: 3px;
  }
}
.l-futureList__judge {
  font-size: 15px;
  color: #4b4b4b;
  margin-bottom: 0px;
}
@media only screen and (max-width: 750px) {
  .l-futureList__judge {
    font-size: 2.34375vw;
    margin-bottom: 4px;
  }
}
.l-futureList__rank .rank {
  font-size: 60px;
  line-height: 1;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .l-futureList__rank .rank {
    font-size: 9.375vw;
    line-height: 0.8;
  }
}
.l-futureList__rank .text {
  font-size: 14px;
  display: block;
  line-height: 1;
  margin-top: -2px;
}
@media only screen and (max-width: 750px) {
  .l-futureList__rank .text {
    font-size: 11px;
  }
}
.l-futureList__right {
  padding-left: 35px;
  border-left: 1px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .l-futureList__right {
    width: 18.75vw;
    padding-left: 2.8125vw;
  }
}
.l-futureList__ratio dt {
  font-size: 15px;
  color: #4b4b4b;
  margin-right: 16px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .l-futureList__ratio dt {
    padding-left: 2.34375vw;
    font-size: 2.34375vw;
    margin-right: 1.71875vw;
    margin-bottom: 2.8125vw;
  }
}
.l-futureList__ratio dd {
  font-size: 30px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: 1;
  color: #029765;
  padding-left: 10px;
}
@media only screen and (max-width: 750px) {
  .l-futureList__ratio dd {
    font-size: 5.3125vw;
    padding-left: 4.21875vw;
  }
}
.l-futureList__ratio dd span {
  display: inline-block;
}
.l-futureList__ratio dd .upright {
  transform: rotate(45deg);
}
.l-futureList__ratio dd .right {
  transform: rotate(90deg);
}
.l-futureList__ratio dd .downright {
  transform: rotate(135deg);
}
.l-futureList__ratio dd .down {
  transform: rotate(180deg);
}
.l-futureList__more {
  text-align: right;
  padding-right: 20px;
}
@media only screen and (max-width: 750px) {
  .l-futureList__more {
    transform: scale(0.8);
    transform-origin: right;
  }
}

/* ----------------------------------------------------------------------
 bloodList
---------------------------------------------------------------------- */
.l-bloodList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -17px;
}
@media only screen and (max-width: 750px) {
  .l-bloodList {
    margin: 0 -1.5625vw;
  }
}
.l-bloodList__item {
  width: 310px;
  height: 250px;
  margin: 0 17px 35px;
}
@media only screen and (max-width: 750px) {
  .l-bloodList__item {
    width: 41.875vw;
    height: 46.5625vw;
    margin: 0 1.5625vw 4.375vw;
  }
}
.l-bloodList__item a, .l-bloodList__item button {
  height: 100%;
  padding-top: 26px;
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 751px) {
  .l-bloodList__item a:hover, .l-bloodList__item button:hover {
    cursor: pointer;
  }
}
@media only screen and (max-width: 750px) {
  .l-bloodList__item a, .l-bloodList__item button {
    padding-top: 3.90625vw;
  }
}
.l-bloodList__item a.is-active, .l-bloodList__item button.is-active {
  border: 4px solid #029765;
  background-color: #f2fefb;
  box-shadow: none;
  transform: translate(0, 4px);
  pointer-events: none;
}
.l-bloodList__title {
  font-size: 22px;
  font-weight: 500;
  color: #029765;
  padding-left: 25px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .l-bloodList__title {
    display: block;
    font-size: 3.4375vw;
    padding-left: 0;
    text-align: center;
    margin-bottom: 3.125vw;
  }
}
.l-bloodList__title .icon {
  margin-right: 7px;
}
@media only screen and (max-width: 750px) {
  .l-bloodList__title .icon {
    margin-right: 0;
    width: 9.375vw;
    display: block;
    margin: 0 auto 5px;
  }
}
.l-bloodList__title .text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
}
.l-bloodList__title .text .help-exclamation-right {
  position: static;
}
.l-bloodList__title .text .help-exclamation-right:after {
  position: absolute;
  top: 5px;
  right: 10px;
}
@media only screen and (max-width: 750px) {
  .l-bloodList__title .text {
    display: block;
  }
}
.l-bloodList__row {
  display: flex;
  margin-bottom: 8px;
}
@media only screen and (max-width: 750px) {
  .l-bloodList__row {
    margin-bottom: 2.8125vw;
    padding-left: 0;
    margin-bottom: 1.5625vw;
  }
}
.l-bloodList__left {
  text-align: center;
  width: 162px;
}
@media only screen and (max-width: 750px) {
  .l-bloodList__left {
    width: 22.5vw;
    position: relative;
    left: 3px;
  }
}
.l-bloodList__judge {
  font-size: 15px;
  color: #4b4b4b;
  margin-bottom: 0px;
}
@media only screen and (max-width: 750px) {
  .l-bloodList__judge {
    font-size: 2.34375vw;
    margin-bottom: 4px;
  }
}
.l-bloodList__rank .rank {
  font-size: 60px;
  line-height: 1;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .l-bloodList__rank .rank {
    font-size: 9.375vw;
    line-height: 0.8;
  }
}
.l-bloodList__rank .text {
  font-size: 14px;
  display: block;
  line-height: 1;
  margin-top: -2px;
}
@media only screen and (max-width: 750px) {
  .l-bloodList__rank .text {
    font-size: 11px;
  }
}
.l-bloodList__right {
  padding-left: 35px;
  border-left: 1px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .l-bloodList__right {
    width: 18.75vw;
    padding-left: 2.8125vw;
  }
}
.l-bloodList__ratio dt {
  font-size: 15px;
  color: #4b4b4b;
  margin-right: 16px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .l-bloodList__ratio dt {
    padding-left: 2.34375vw;
    font-size: 2.34375vw;
    margin-right: 1.71875vw;
    margin-bottom: 2.8125vw;
  }
}
.l-bloodList__ratio dd {
  font-size: 30px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: 1;
  color: #029765;
  padding-left: 10px;
}
@media only screen and (max-width: 750px) {
  .l-bloodList__ratio dd {
    font-size: 5.3125vw;
    padding-left: 4.21875vw;
  }
}
.l-bloodList__ratio dd span {
  display: inline-block;
}
.l-bloodList__ratio dd .upright {
  transform: rotate(45deg);
}
.l-bloodList__ratio dd .right {
  transform: rotate(90deg);
}
.l-bloodList__ratio dd .downright {
  transform: rotate(135deg);
}
.l-bloodList__ratio dd .down {
  transform: rotate(180deg);
}
.l-bloodList__more {
  text-align: right;
  padding-right: 20px;
}
@media only screen and (max-width: 750px) {
  .l-bloodList__more {
    transform: scale(0.8);
    transform-origin: right;
  }
}

/* ----------------------------------------------------------------------
 Header
---------------------------------------------------------------------- */
.header {
  height: 100px;
}
@media only screen and (max-width: 750px) {
  .header {
    display: none;
  }
}
.header__inner {
  padding-top: 20px;
  position: relative;
  height: 100px;
}
.header__inner.is-fixed {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  height: auto;
  padding-top: 0;
  z-index: 800;
}
.headerTop {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.is-fixed .headerTop {
  display: none;
}
.headerTopNavi {
  display: flex;
  align-items: center;
}
.headerTopNavi__name {
  color: #029765;
  font-size: 13px;
  font-weight: 500;
  margin-right: 30px;
}
.headerTopNavi__list {
  display: flex;
  font-size: 13px;
}
.headerTopNavi__list li:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #4b4b4b;
}
.headerTopNavi__list li a {
  text-decoration: none;
  color: #4b4b4b;
}
.headerTopNavi__list li a:hover {
  text-decoration: underline;
}
.headerNavi {
  padding-top: 13px;
  top: -100px;
  transition: top 0.3s;
}
.is-fixed .headerNavi {
  position: relative;
  padding-top: 10px;
  background-color: #fdfdfd;
  top: 0px;
}
.headerNaviList {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.headerNaviList > li > a {
  font-size: 15px;
  color: #029765;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 13px;
}
.headerNaviList > li input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border-style: none;
  font-size: 15px;
  color: #029765;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 13px;
}
.headerNaviList > li input:hover {
  cursor: pointer;
}
.headerNaviList > li.has-child:hover > a {
  position: relative;
}
.headerNaviList > li.has-child:hover > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 10px;
}
.headerNaviList > li.has-child:hover .child {
  display: block;
}
.headerNavi .child {
  position: absolute;
  top: 100%;
  background-color: #029765;
  left: 0px;
  width: 100%;
  display: none;
}
.headerNavi .childList {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}
.headerNavi .childList li {
  margin-right: 50px;
}
.headerNavi .childList li a {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 8px 0;
  text-decoration: none;
}
.headerNavi .childList li a:hover {
  text-decoration: underline;
}

/* ----------------------------------------------------------------------
 Main
---------------------------------------------------------------------- */
@media only screen and (max-width: 750px) {
  .main {
    background: url(../img/bg_tile.png);
  }
}
@media only screen and (max-width: 750px) {
  .main.-page {
    background: none;
  }
}
.main.-page > *:last-child {
  padding-bottom: 120px;
}
@media only screen and (max-width: 750px) {
  .main.-page > *:last-child {
    padding-bottom: 34px;
  }
}

/* ----------------------------------------------------------------------
 pageH1Area
---------------------------------------------------------------------- */
.pageH1Area {
  height: 180px;
  padding-top: 44px;
  background-size: cover;
  background-position: center;
  background-image: url(../img/bg_header.png);
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .pageH1Area {
    height: 166px;
    padding-top: 48px;
  }
}
@media only screen and (max-width: 750px) {
  .pageH1Area {
    background-image: url(../img/bg_header_sp.png);
  }
}
.pageH1Area__h1 {
  max-width: 764px;
  margin: 0 auto 18px;
}
@media only screen and (max-width: 750px) {
  .pageH1Area__h1 {
    border-style: none;
  }
}
.pageH1Area__h1 .icon {
  display: block;
  height: 48px;
}
@media only screen and (max-width: 750px) {
  .pageH1Area__h1 .icon {
    height: 40px;
  }
}
.pageH1Area__h1 .text {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  display: block;
}
@media only screen and (max-width: 750px) {
  .pageH1Area__h1 .text {
    font-size: 28px;
  }
}

/* ----------------------------------------------------------------------
 pageheader
---------------------------------------------------------------------- */
.pageHeader {
  height: 270px;
  padding-top: 40px;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .pageHeader {
    height: 296px;
    padding-top: 27px;
  }
}
.pageHeader.-mypage {
  background-image: url(../img/mypage/bg_header.png);
  padding-top: 30px;
}
@media only screen and (max-width: 750px) {
  .pageHeader.-mypage {
    background-image: url(../img/mypage/bg_header_sp.png);
  }
}
.pageHeader__logo {
  padding-bottom: 24px;
}
@media only screen and (min-width: 751px) {
  .pageHeader__logo {
    display: none;
  }
}
.pageHeader__h1 {
  /*    max-width: 394px; */
  max-width: 764px;
  margin: 0 auto 10px;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
}
@media only screen and (max-width: 750px) {
  .pageHeader__h1 {
    border-style: none;
    margin-bottom: 0;
  }
}
.pageHeader__h1 .icon {
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .pageHeader__h1 .icon {
    display: block;
    margin-bottom: 1px;
  }
  .pageHeader__h1 .icon img {
    width: 30px;
  }
}
.pageHeader__h1 .name {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
  margin-left: 4px;
}
@media only screen and (min-width: 751px) {
  .pageHeader__h1 .name {
    display: none;
  }
}
.pageHeader__h1 .name span {
  font-size: 18px;
  margin-right: 4px;
}
.pageHeader__h1 .text {
  font-size: 34px;
  font-weight: 500;
  display: block;
}
@media only screen and (min-width: 751px) {
  .pageHeader__h1 .text {
    pointer-events: none;
  }
}
@media only screen and (max-width: 750px) {
  .pageHeader__h1 .text {
    font-size: 12px;
    display: inline-block;
    position: relative;
  }
  .pageHeader__h1 .text:after {
    content: "\f059";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: -18px;
    font-weight: bold;
  }
}
.pageHeader__subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  .pageHeader__subtitle {
    font-size: 16px;
  }
}
.pageHeader__text {
  font-size: 15px;
}
@media only screen and (max-width: 750px) {
  .pageHeader__text {
    display: none;
  }
}

.l-reviewLink {
  text-align: center;
  margin-top: 60px;
}
.l-reviewLink__text {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .l-reviewLink__text {
    font-size: 14px;
  }
}
.l-reviewLink__btn .button-grad-green {
  width: 240px;
}

/* ----------------------------------------------------------------------
 SP Navi
---------------------------------------------------------------------- */
.spNavi {
  position: fixed;
  z-index: 800;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #ececec;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .spNavi {
    display: none;
  }
}
.spNavi.is-bottom {
  position: absolute;
  bottom: 60px;
}
.spNavi__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
}
.spNavi__list li {
  height: 100%;
  flex: 1;
  padding-top: 6px;
}
.spNavi__list li a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.spNavi__icon {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
}
.spNavi__icon img {
  vertical-align: bottom;
}
.spNavi__icon.-dsc {
  background-size: 34px 20px;
  background-position: center;
}
.spNavi__icon.-total {
  background-size: 30px 30px;
  background-position: center;
}
.spNavi__icon.-future {
  background-size: 24px 28px;
  background-position: center;
}
.spNavi__icon.-blood {
  background-size: 24px 24px;
  background-position: center;
}
.spNavi__icon.-menu {
  background-size: 22px 20px;
  background-position: center;
}
.is-active .spNavi__icon img {
  opacity: 0;
}
.is-active .spNavi__icon.-dsc {
  background-image: url(../img/menu_sp_01_on.png);
}
.is-active .spNavi__icon.-total {
  background-image: url(../img/menu_sp_03_on.png);
}
.is-active .spNavi__icon.-future {
  background-image: url(../img/menu_sp_04_on.png);
}
.is-active .spNavi__icon.-blood {
  background-image: url(../img/menu_sp_bl_on.png);
}
.is-active .spNavi__icon.-menu {
  background-image: url(../img/menu_sp_05_on.png);
}
.spNavi__text {
  font-size: 10px;
}
.is-active .spNavi__text {
  color: #029765;
}

.spMenu {
  visibility: hidden;
  text-align: left;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 800;
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 751px) {
  .spMenu {
    display: none;
  }
}
.spMenu.is-active {
  visibility: visible;
}
.spMenu__inner {
  overflow: auto;
  height: 100%;
  position: relative;
  z-index: 2;
  transition: 0.3s;
  transform: translate(100vw, 0);
  width: 87.5%;
  margin-left: 12.5%;
}
.is-active .spMenu__inner {
  transform: translate(0, 0);
}
.spMenu__title {
  background: linear-gradient(to left, #1dca73, #138f6f);
  color: #fff;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  padding: 18px 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
.spMenu__list {
  background-color: #fff;
}
.spMenu__list li {
  border-bottom: 1px solid #cdcdcd;
}
.spMenu__list li a, .spMenu__list li span, .spMenu__list li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-style: none;
  display: block;
  padding: 18px 60px;
  position: relative;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
  width: 100%;
  text-align: left;
}
.spMenu__list li a:after, .spMenu__list li span:after, .spMenu__list li button:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  line-height: 1;
  color: #cdcdcd;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -6px;
}
.spMenu__list li.has-child > span:after {
  transform: rotate(90deg);
}
.spMenu__list li.has-child.is-open > span:after {
  transform: rotate(-90deg);
}
.spMenu__list li .sub {
  padding-left: 40px;
  background-color: #ececec;
  font-size: 12px;
}
.spMenu__list .child {
  display: none;
}
.spMenu__list .child li:first-child {
  border-top: 1px solid #cdcdcd;
}
.spMenu__list .child li:last-child {
  border-style: none;
}
.spMenu__list .child li a {
  background-color: #ececec;
  padding-left: 24px;
}
.spMenu__icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spMenu__back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.spMega {
  visibility: hidden;
  text-align: left;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 800;
}
@media only screen and (min-width: 751px) {
  .spMega {
    display: none;
  }
}
.spMega.is-active {
  visibility: visible;
}
.spMega__balloon {
  position: absolute;
  bottom: 12px;
  left: 3.90625vw;
  width: 92.1875vw;
  background-color: #ececec;
  padding: 24px 0;
  border-radius: 10px;
  z-index: 2;
}
.spMega__balloon .mypageLinks__row {
  margin: 0 24px;
}
.spMega__balloon .mypageLinks__item:last-child {
  margin-bottom: 0;
}
.spMega__balloon:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(205, 205, 205, 0);
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 6px;
  border-right-width: 6px;
  margin-left: -6px;
  border-top-color: #ececec;
  top: 100%;
  left: 50%;
}
.spMega__balloon.-left:after {
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 0px;
  border-right-width: 12px;
  margin-left: -6px;
  border-top-color: #ececec;
  top: 100%;
  left: 8%;
}
.spMega__balloon.-right:after {
  left: 71.5%;
}
.spMegaButtons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.spMegaButtons__item {
  width: 28%;
  margin: 0 1% 15px;
  text-align: center;
}
.spMegaButtons__item a {
  padding: 12px 0 10px;
  box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 751px) {
  .spMegaButtons__item a {
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .spMegaButtons__item a:hover {
    transform: translate(0, 6px);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
}
.spMegaButtons__icon {
  width: 10.9375vw;
  margin: 0 auto 3px;
}
.spMegaButtons__text {
  color: #029765;
  font-size: 2.8125vw;
  font-weight: 500;
}
.spMega__back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* ----------------------------------------------------------------------
 totalList
---------------------------------------------------------------------- */
.l-totalList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -17px;
}
@media only screen and (max-width: 750px) {
  .l-totalList {
    margin: 0 -1.5625vw;
  }
}
.l-totalList__item {
  width: 310px;
  height: 250px;
  margin: 0 17px 35px;
}
@media only screen and (max-width: 750px) {
  .l-totalList__item {
    width: 41.875vw;
    height: 46.5625vw;
    margin: 0 1.5625vw 4.375vw;
  }
}
.l-totalList__item a, .l-totalList__item button {
  height: 100%;
  padding-top: 32px;
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 751px) {
  .l-totalList__item a:hover, .l-totalList__item button:hover {
    cursor: pointer;
  }
}
@media only screen and (max-width: 750px) {
  .l-totalList__item a, .l-totalList__item button {
    padding-top: 3.90625vw;
  }
}
.l-totalList__item a.is-active, .l-totalList__item button.is-active {
  border: 4px solid #029765;
  background-color: #f2fefb;
  box-shadow: none;
  transform: translate(0, 4px);
  pointer-events: none;
}
.l-totalList__title {
  font-size: 22px;
  font-weight: 500;
  color: #029765;
  padding-left: 35px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 750px) {
  .l-totalList__title {
    font-size: 3.4375vw;
    padding-left: 0;
    text-align: center;
    margin-bottom: 3.125vw;
  }
}
.l-totalList__title .icon {
  margin-right: 7px;
}
@media only screen and (max-width: 750px) {
  .l-totalList__title .icon {
    margin-right: 0;
    width: 9.375vw;
    display: block;
    margin: 0 auto 5px;
  }
}
.l-totalList__title .text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
}
@media only screen and (max-width: 750px) {
  .l-totalList__title .text {
    display: block;
  }
}
.l-totalList__title .text .help-exclamation-right {
  position: static;
}
.l-totalList__title .text .help-exclamation-right:after {
  position: absolute;
  top: 10px;
  right: 10px;
}
.l-totalList__row {
  display: flex;
  padding-left: 16px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 750px) {
  .l-totalList__row {
    margin-bottom: 2.8125vw;
    padding-left: 0;
    margin-bottom: 1.5625vw;
  }
}
.l-totalList__left {
  text-align: center;
  width: 124px;
}
@media only screen and (max-width: 750px) {
  .l-totalList__left {
    width: 17.8125vw;
    position: relative;
    left: 1px;
  }
}
.l-totalList__judge {
  font-size: 15px;
  color: #4b4b4b;
}
@media only screen and (max-width: 750px) {
  .l-totalList__judge {
    font-size: 2.34375vw;
    margin-bottom: 4px;
  }
}
.l-totalList__rank .rank {
  font-size: 60px;
  line-height: 1;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .l-totalList__rank .rank {
    font-size: 9.375vw;
    line-height: 0.8;
  }
}
.l-totalList__rank .text {
  font-size: 14px;
  display: block;
  line-height: 1;
  margin-top: -2px;
}
@media only screen and (max-width: 750px) {
  .l-totalList__rank .text {
    font-size: 11px;
  }
}
.l-totalList__right {
  padding-left: 32px;
  border-left: 1px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .l-totalList__right {
    width: 24.375vw;
    padding-left: 2.8125vw;
    padding-top: 1.5625vw;
  }
}
.l-totalList__point {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .l-totalList__point {
    margin-bottom: 1.875vw;
  }
}
.l-totalList__point dt {
  font-size: 15px;
  color: #4b4b4b;
  margin-right: 26px;
}
@media only screen and (max-width: 750px) {
  .l-totalList__point dt {
    font-size: 2.8125vw;
    margin-right: 3.4375vw;
  }
}
.l-totalList__point dd {
  font-size: 30px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  .l-totalList__point dd {
    font-size: 5.3125vw;
  }
}
.l-totalList__ratio {
  display: flex;
  align-items: center;
}
.l-totalList__ratio dt {
  font-size: 15px;
  color: #4b4b4b;
  margin-right: 16px;
}
@media only screen and (max-width: 750px) {
  .l-totalList__ratio dt {
    font-size: 2.8125vw;
    margin-right: 1.71875vw;
  }
}
.l-totalList__ratio dd {
  font-size: 30px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: 1;
  color: #029765;
}
@media only screen and (max-width: 750px) {
  .l-totalList__ratio dd {
    font-size: 5.3125vw;
  }
}
.l-totalList__ratio dd span {
  display: inline-block;
}
.l-totalList__ratio dd .upright {
  transform: rotate(45deg);
}
.l-totalList__ratio dd .right {
  transform: rotate(90deg);
}
.l-totalList__ratio dd .rightdown {
  transform: rotate(135deg);
}
.l-totalList__ratio dd .down {
  transform: rotate(180deg);
}
.l-totalList__more {
  text-align: right;
  padding-right: 20px;
}
@media only screen and (max-width: 750px) {
  .l-totalList__more {
    transform: scale(0.8);
    transform-origin: right;
  }
}

/* ----------------------------------------------------------------------
 wp
---------------------------------------------------------------------- */
.wp-post {
  /* img */
}
.wp-post * {
  max-width: 100%;
}
.wp-post p {
  font-size: 18px;
  line-height: 2.2;
}
@media only screen and (max-width: 750px) {
  .wp-post p {
    font-size: 16px;
    line-height: 2;
  }
}
.wp-post strong {
  font-weight: bold;
}
.wp-post em {
  font-style: italic;
}
.wp-post pre {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 7px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 16px;
}
.wp-post blockquote {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  border: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 20px 55px;
  position: relative;
  font-size: 16px;
}
.wp-post blockquote:before {
  color: #C8C8C8;
  content: "“";
  font-family: serif;
  font-size: 600%;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
}
.wp-post blockquote:after {
  color: #C8C8C8;
  content: "”";
  font-family: serif;
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -16px;
}
.wp-post h1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #B53630;
  border-top: 2px solid #B53630;
  clear: both;
}
.wp-post h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #B53630;
  border-top: 2px solid #B53630;
  clear: both;
}
.wp-post h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 2em;
  margin-bottom: 1em;
  border-left: 5px solid #B53630;
  padding-left: 6px;
  clear: both;
}
.wp-post h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #B53630;
  padding-bottom: 5px;
  clear: both;
}
.wp-post h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 2em;
  margin-bottom: 1em;
  clear: both;
}
.wp-post h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  margin-top: 2em;
  margin-bottom: 1em;
  clear: both;
}
.wp-post table {
  width: 100%;
  margin-bottom: 2em;
  border-collapse: collapse;
  border-spacing: 0;
}
.wp-post table th {
  background-color: #eee;
  padding: 8px;
  border: 1px solid #AAAAAA;
  font-size: 16px;
}
.wp-post table td {
  padding: 8px;
  border: 1px solid #AAAAAA;
  font-size: 16px;
}
.wp-post ul {
  list-style: disc;
  padding-left: 1.2em;
  margin-bottom: 1em;
}
.wp-post ol {
  list-style: decimal;
  padding-left: 1.2em;
  margin-bottom: 1em;
}
.wp-post ul li,
.wp-post ol li {
  margin: 10px 0;
  font-size: 16px;
}
.wp-post a:not(.telLink) {
  text-decoration: underline;
  color: #003CFF;
}
.wp-post a:hover {
  color: #FF0004;
}
.wp-post dt {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
.wp-post dd {
  margin-bottom: 20px;
  font-size: 16px;
}
.wp-post img {
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}
.wp-post img[class*=wp-image-],
.wp-post img[class*=attachment-],
.wp-post img.pict {
  margin: 1em 1em 2em 0;
  vertical-align: bottom;
}
.wp-post img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-post img.alignright {
  padding: 4px;
  margin: 0 0 2em 1em;
  display: inline;
  vertical-align: top;
  float: right;
}
.wp-post img.alignleft {
  padding: 4px;
  margin: 0 1em 2em 0;
  display: inline;
  vertical-align: top;
  float: left;
}
.wp-post figure {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .wp-post figure iframe {
    width: 100%;
    height: 52.5vw;
  }
}

/* ----------------------------------------------------------------------
 age
---------------------------------------------------------------------- */
.ageHeader {
  padding-top: 45px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .ageHeader {
    margin-bottom: 60px;
    padding-top: 30px;
  }
}
.ageHeaderRow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .ageHeaderRow {
    display: block;
  }
}
.ageHeaderRow__left {
  width: 510px;
}
@media only screen and (max-width: 750px) {
  .ageHeaderRow__left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ageHeaderRow__right {
  width: 300px;
}
@media only screen and (max-width: 750px) {
  .ageHeaderRow__right {
    width: 100%;
  }
}
.ageHeaderRow__title {
  color: #029765;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
}
.ageHeaderRow__text {
  font-size: 14px;
  line-height: 1.5;
}
.ageHeaderRowTable {
  border: 2px solid #cdcdcd;
  border-radius: 8px;
  overflow: hidden;
}
.ageHeaderRowTable__th {
  background-color: #ececec;
  font-size: 12px;
  color: #808080;
  text-align: center;
  padding: 3px 0;
  border-bottom: 1px solid #cdcdcd;
}
.ageHeaderRowTableRow {
  display: flex;
}
.ageHeaderRowTableLeft {
  width: 175px;
  border-right: 1px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .ageHeaderRowTableLeft {
    width: 52.1875vw;
  }
}
.ageHeaderRowTableRight {
  width: calc(100% - 175px);
}
@media only screen and (max-width: 750px) {
  .ageHeaderRowTableRight {
    flex: 1;
  }
}
.ageHeaderRowTableNum {
  text-align: center;
  padding-top: 29px;
  padding-bottom: 7px;
  padding-left: 4px;
}
.ageHeaderRowTableNum__age {
  display: inline-block;
  font-size: 50px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.ageHeaderRowTableNum__text {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #7b7b7b;
  position: relative;
  top: -2px;
}
.ageHeaderRowTableNum__arrow {
  display: inline-block;
  color: #029765;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  top: -10px;
  margin-left: 5px;
}
.ageHeaderRowTableNum__arrow span {
  display: inline-block;
}
.ageHeaderRowTableNum__arrow .upright {
  transform: rotate(45deg);
}
.ageHeaderRowTableNum__arrow .right {
  transform: rotate(90deg);
}
.ageHeaderRowTableNum__arrow .downright {
  transform: rotate(135deg);
}
.ageHeaderRowTableNum__arrow .down {
  transform: rotate(180deg);
}
.ageHeaderRowTableScore {
  position: relative;
}
.ageHeaderRowTableScore .rank {
  font-size: 23px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-weight: 500;
  margin-right: 5px;
}
.ageHeaderRowTableScore .text {
  font-size: 14px;
  font-weight: 500;
  vertical-align: 2px;
}
.ageHeaderRowTableDiff {
  text-align: center;
  padding-top: 36px;
}
.ageHeaderRowTableDiff__text {
  font-size: 17px;
  color: #7b7b7b;
}
.ageHeaderRowTableDiff__text .age {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  margin-right: 5px;
}
.ageData {
  margin-bottom: 95px;
}
@media only screen and (max-width: 750px) {
  .ageData {
    margin-bottom: 60px;
  }
}
.ageDataRow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  .ageDataRow {
    display: block;
  }
}
.ageDataLeft {
  width: 360px;
  min-height: 170px;
  border: 1px solid #029765;
  border-radius: 6px;
  padding: 20px 23px 15px;
}
@media only screen and (max-width: 750px) {
  .ageDataLeft {
    width: 100%;
    min-height: initial;
    margin-bottom: 15px;
  }
}
.ageDataLeft__title {
  font-size: 20px;
  font-weight: 500;
  color: #029765;
}
.ageDataLeft__title:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 6px;
}
.ageDataLeft__list {
  padding-left: 0.3em;
}
.ageDataLeft__list li {
  margin-left: 1.2em;
  text-indent: -1.2em;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .ageDataLeft__list li {
    font-size: 13px;
  }
}
.ageDataRight {
  width: 450px;
  height: 170px;
}
@media only screen and (max-width: 750px) {
  .ageDataRight {
    width: 100%;
    height: auto;
  }
}
.ageDataTable {
  border-top: 1px solid #cdcdcd;
  border-left: 2px solid #cdcdcd;
  border-radius: 8px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ageDataTable__th {
  background-color: #ececec;
  font-size: 12px;
  color: #808080;
  text-align: center;
  padding: 3px 0;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.ageDataTable__th span {
  margin-left: 0.5em;
}
@media only screen and (max-width: 750px) {
  .ageDataTable__th span {
    margin: 0;
    display: block;
  }
}
.ageDataTable__th.-full {
  width: 100%;
  border-bottom-style: none;
  border-right: 1px solid #cdcdcd;
  border-top-right-radius: 8px;
}
.ageDataTableColumn {
  border-bottom: 2px solid #cdcdcd;
  height: 145px;
}
@media only screen and (max-width: 750px) {
  .ageDataTableColumn {
    height: auto;
  }
}
.ageDataTableColumn.-first {
  width: 132px;
  border-right: 1px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .ageDataTableColumn.-first {
    width: 25vw;
  }
}
.ageDataTableColumn.-second {
  width: 132px;
}
@media only screen and (max-width: 750px) {
  .ageDataTableColumn.-second {
    width: 25vw;
  }
}
.ageDataTableColumn.-third {
  width: calc(100% - 264px);
  border: 2px solid #029765;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
.ageDataTableColumn.-third .ageDataTable__th {
  padding-top: 1px;
}
@media only screen and (max-width: 750px) {
  .ageDataTableColumn.-third {
    width: auto;
    flex: 1;
  }
}
.ageDataTableFirst {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-left: 4px;
}
.ageDataTableFirst__age {
  font-size: 17px;
  line-height: 1;
  color: #7b7b7b;
}
@media only screen and (max-width: 750px) {
  .ageDataTableFirst__age {
    font-size: 4.21875vw;
  }
}
.ageDataTableFirst__age .age {
  font-size: 40px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-right: 5px;
}
@media only screen and (max-width: 750px) {
  .ageDataTableFirst__age .age {
    font-size: 9.375vw;
  }
}
.ageDataTableFirst__score {
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 750px) {
  .ageDataTableFirst__score {
    top: 1.3vw;
  }
}
.ageDataTableFirst__score .age {
  font-size: 23px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  margin-right: 5px;
}
@media only screen and (max-width: 750px) {
  .ageDataTableFirst__score .age {
    font-size: 5.25vw;
  }
}
.ageDataTableFirst__score .text {
  font-size: 14px;
  font-weight: 500;
  vertical-align: 1px;
}
@media only screen and (max-width: 750px) {
  .ageDataTableFirst__score .text {
    font-size: 3.2vw;
  }
}
.ageDataTableSecond {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-left: 4px;
}
.ageDataTableSecond__age {
  font-size: 17px;
  line-height: 1;
  color: #7b7b7b;
}
@media only screen and (max-width: 750px) {
  .ageDataTableSecond__age {
    font-size: 4.21875vw;
  }
}
.ageDataTableSecond__age .age {
  font-size: 40px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-right: 5px;
}
@media only screen and (max-width: 750px) {
  .ageDataTableSecond__age .age {
    font-size: 9.375vw;
  }
}
.ageDataTableSecond__score {
  position: relative;
  top: 5px;
}
@media only screen and (max-width: 750px) {
  .ageDataTableSecond__score {
    top: 1.3vw;
  }
}
.ageDataTableSecond__score .age {
  font-size: 23px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  margin-right: 5px;
}
@media only screen and (max-width: 750px) {
  .ageDataTableSecond__score .age {
    font-size: 5.25vw;
  }
}
.ageDataTableSecond__score .text {
  font-size: 14px;
  font-weight: 500;
  vertical-align: 1px;
}
@media only screen and (max-width: 750px) {
  .ageDataTableSecond__score .text {
    font-size: 3.2vw;
  }
}
.ageDataTableThird {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 8px;
  height: 100%;
}
.ageDataTableThird__age .age {
  display: inline-block;
  font-size: 50px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  .ageDataTableThird__age .age {
    font-size: 12.5vw;
  }
}
.ageDataTableThird__age .text {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #7b7b7b;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 750px) {
  .ageDataTableThird__age .text {
    font-size: 4.21875vw;
  }
}
.ageDataTableThird__age .arrow {
  display: inline-block;
  color: #029765;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  top: -10px;
  margin-left: 5px;
}
.ageDataTableThird__age .arrow span {
  display: inline-block;
}
.ageDataTableThird__age .arrow .upright {
  transform: rotate(45deg);
}
.ageDataTableThird__age .arrow .right {
  transform: rotate(90deg);
}
.ageDataTableThird__age .arrow .downright {
  transform: rotate(135deg);
}
.ageDataTableThird__age .arrow .down {
  transform: rotate(180deg);
}
.ageDataTableThird__score {
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 750px) {
  .ageDataTableThird__score {
    top: 0.6vw;
  }
}
.ageDataTableThird__score .age {
  font-size: 23px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-weight: 500;
  margin-right: 5px;
}
@media only screen and (max-width: 750px) {
  .ageDataTableThird__score .age {
    font-size: 5.25vw;
  }
}
.ageDataTableThird__score .text {
  font-size: 14px;
  font-weight: 500;
  vertical-align: 2px;
}
@media only screen and (max-width: 750px) {
  .ageDataTableThird__score .text {
    font-size: 3.2vw;
  }
}

.ageGraph {
  margin-bottom: 80px;
}

.ageRecord {
  margin-bottom: 80px;
  overflow: hidden;
}
.ageRecordDataLedends {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
@media only screen and (max-width: 750px) {
  .ageRecordDataLedends {
    padding-top: 3.125vw;
  }
}
.ageRecordDataLedends__item {
  margin-top: 20px;
  font-size: 14px;
  margin-right: 2em;
}
@media only screen and (max-width: 750px) {
  .ageRecordDataLedends__item {
    font-size: 3.125vw;
    width: 50%;
    margin-top: 3.125vw;
    margin-right: 0;
  }
}
.ageRecordDataLedends__item:after {
  content: "";
  display: inline-block;
  vertical-align: 5px;
  margin-left: 16px;
  width: 60px;
  height: 2px;
  background-color: #000;
}
@media only screen and (max-width: 750px) {
  .ageRecordDataLedends__item:after {
    width: 12.5vw;
  }
}
.ageRecordDataLedends__item.-self:after {
  background-color: #ee9402;
}
.ageRecordDataLedends__item.-dummy:after {
  background: none;
  border-bottom: 2px dashed #ee9402;
}
.ageRecordDataWrapper {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .ageRecordDataWrapper {
    margin-left: -6vw;
    margin-right: -6vw;
  }
}
.ageRecordDataGraph {
  margin-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  overflow: auto;
  direction: rtl;
}
.ageRecordDataGraph::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}
.ageRecordDataGraph::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: 0 0 4px #aaa inset;
}
.ageRecordDataGraph::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
.ageRecordDataGraph__inner {
  direction: ltr;
  width: 900%;
  min-width: 100%;
}
@media only screen and (max-width: 750px) {
  .ageRecordDataGraph__inner {
    width: 900%;
  }
}
.ageRecordDataGraph .ageGraphY {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}
.ageRecordDataDates {
  margin-top: 1em;
  font-size: 14px;
  text-align: center;
}

/* ----------------------------------------------------------------------
 column
---------------------------------------------------------------------- */
.columnArchiveList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .columnArchiveList {
    display: block;
  }
}
.columnArchiveList__item {
  width: 48%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .columnArchiveList__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.columnArchiveList__item a {
  padding: 20px 20px 45px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  .columnArchiveList__item a {
    padding: 6.25vw 6.25vw 10.9375vw;
  }
}
.columnArchiveList__thumb {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 6px;
}
@media only screen and (max-width: 750px) {
  .columnArchiveList__thumb {
    width: 25vw;
    height: 25vw;
  }
}
.columnArchiveList__right {
  width: calc(100% - 180px);
  padding-top: 10px;
}
@media only screen and (max-width: 750px) {
  .columnArchiveList__right {
    width: 45.3125vw;
    padding-top: 0;
  }
}
.columnArchiveList__date {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  margin-right: 16px;
}
@media only screen and (max-width: 750px) {
  .columnArchiveList__date {
    font-size: 3.4375vw;
    margin-right: 3.75vw;
  }
}
.columnArchiveList__cat {
  display: inline-block;
  min-width: 102px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  padding: 0 4px;
  border-radius: 4px;
  background-color: #029765;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .columnArchiveList__cat {
    font-size: 2.8125vw;
    min-width: 19.6875vw;
    line-height: 5vw;
  }
}
.columnArchiveList__title {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.7;
}
@media only screen and (max-width: 750px) {
  .columnArchiveList__title {
    font-size: 16px;
    margin-top: 10px;
  }
}
.columnArchiveList__more {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .columnArchiveList__more {
    bottom: 10px;
  }
}
.columnArchive__btn {
  text-align: center;
}

.columnSingle {
  padding-top: 40px;
}
@media only screen and (max-width: 750px) {
  .columnSingle {
    padding-top: 30px;
  }
}
.columnSingle__thumb {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .columnSingle__thumb {
    margin-bottom: 30px;
  }
}
.columnSingleCat {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.columnSingleCat__date {
  font-size: 24px;
  font-family: "Lato", sans-serif;
  color: #4b4b4b;
  margin-right: 18px;
}
@media only screen and (max-width: 750px) {
  .columnSingleCat__date {
    font-size: 16px;
  }
}
.columnSingleCat__cat {
  font-size: 14px;
  line-height: 28px;
  padding: 0 5px;
  min-width: 100px;
  border-radius: 6px;
  background-color: #029765;
  color: #fff;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .columnSingleCat__cat {
    font-size: 11px;
    line-height: 19px;
    min-width: 80px;
  }
}
.columnSingle__title {
  font-size: 26px;
  letter-spacing: 0.06em;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .columnSingle__title {
    font-size: 18px;
    border-style: none;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}

.columnRecent {
  margin-top: 130px;
  padding: 60px 0 160px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .columnRecent {
    margin-top: 72px;
    padding: 0 0 66px;
  }
}
.columnRecentWrapper {
  position: relative;
  margin: 0 auto 75px;
  max-width: 1800px;
}
@media only screen and (max-width: 750px) {
  .columnRecentWrapper {
    position: relative;
    padding-bottom: 0;
  }
}
.columnRecentList__item {
  padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .columnRecentList__item {
    height: 100%;
    padding: 0 6.25vw 10px;
  }
}
.columnRecentList__item a {
  width: 560px;
  margin: 0 auto;
  height: 255px;
  background-color: #fff;
  border-radius: 10px;
  padding: 33px 36px 0;
  display: block;
}
@media only screen and (max-width: 750px) {
  .columnRecentList__item a {
    width: 100%;
    height: 100%;
    padding: 4.6875vw 6.25vw 4.6875vw;
  }
}
.columnRecentList__top {
  display: flex;
  align-items: center;
}
.columnRecentList__thumb {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
}
@media only screen and (max-width: 750px) {
  .columnRecentList__thumb {
    width: 18.125vw;
    height: 18.125vw;
  }
}
.columnRecentList__title {
  flex: 1;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 500;
  color: #029765;
}
@media only screen and (max-width: 750px) {
  .columnRecentList__title {
    padding-left: 3.90625vw;
    font-size: 4.0625vw;
  }
}
.columnRecentList__text {
  margin-top: 15px;
  margin-bottom: 10px;
}
.columnRecentList__more {
  text-align: right;
}
@media only screen and (max-width: 750px) {
  .columnRecent .slick-track:before, .columnRecent .slick-track:after {
    display: none;
  }
  .columnRecent .slick-slide {
    float: none;
    height: auto;
  }
  .columnRecent .slick-slide > div {
    height: 100%;
  }
  .columnRecent .slick-track {
    height: 100%;
    display: flex;
  }
}
.columnRecent .prev,
.columnRecent .next {
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -25px;
}
@media only screen and (max-width: 750px) {
  .columnRecent .prev,
  .columnRecent .next {
    bottom: -36px;
  }
}
.columnRecent .prev {
  left: 50%;
  margin-left: -324px;
}
@media only screen and (max-width: 750px) {
  .columnRecent .prev {
    top: auto;
    margin-top: 0;
    bottom: -32px;
    margin-left: 0;
    left: 7.8125vw;
  }
}
.columnRecent .next {
  right: 50%;
  margin-right: -324px;
}
@media only screen and (max-width: 750px) {
  .columnRecent .next {
    top: auto;
    margin-top: 0;
    bottom: -32px;
    margin-right: 0;
    right: 7.8125vw;
  }
}
.columnRecent .slick-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -40px;
  left: 0px;
}
@media only screen and (max-width: 750px) {
  .columnRecent .slick-dots {
    bottom: -36px;
  }
}
.columnRecent .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.columnRecent .slick-dots li button {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #029765;
  text-indent: -9999px;
  border-radius: 50%;
}
.columnRecent .slick-dots li.slick-active button {
  background-color: #029765;
}

.searchInputBlock {
  padding: 35px 20px 0;
}
@media only screen and (max-width: 750px) {
  .searchInputBlock {
    padding: 20px 6.25vw 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.2);
  }
  .-confirm .searchInputBlock {
    border-radius: 0px;
    box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0);
  }
}
.searchInputBlockColumn__item {
  display: flex;
  align-items: center;
  padding: 25px 0;
}
@media only screen and (max-width: 750px) {
  .searchInputBlockColumn__item {
    display: block;
    padding: 25px 0 15px;
  }
}
.searchInputBlockColumn__tag {
  min-width: 150px;
  padding-right: 0.5em;
  padding-left: 8px;
  font-size: 17px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .searchInputBlockColumn__tag {
    min-width: initial;
    width: 100%;
    font-size: 16px;
  }
  .-confirm .searchInputBlockColumn__tag {
    padding-left: 0;
  }
}
.searchInputBlockColumn__right {
  font-size: 17px;
  flex: 1;
}
@media only screen and (max-width: 750px) {
  .searchInputBlockColumn__right {
    margin-top: 8px;
    font-size: 16px;
  }
}

.searchInput__inputText {
  width: 90%;
  height: 50px;
  font-size: 17px;
  margin-right: 0.5em;
  padding-right: 0.5em;
  border-style: none;
  background-color: #fff;
}
.searchInput__inputText::-webkit-inner-spin-button, .searchInput__inputText::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
.searchInput__inputText:focus {
  background-color: #fff9d4;
  border: 3px solid #029765;
}
@media only screen and (max-width: 750px) {
  .searchInput__inputText {
    width: 80%;
    height: 46px;
  }
}

.searchInput__inputText_Total {
  width: 90%;
  height: 50px;
  font-size: 17px;
  margin-right: 0.5em;
  padding-right: 0.5em;
  border-style: none;
  background-color: #e3e3e3;
}
.searchInput__inputText_Total::-webkit-inner-spin-button, .searchInput__inputText_Total::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
.searchInput__inputText_Total:focus {
  background-color: #fff9d4;
  border: 3px solid #029765;
}
@media only screen and (max-width: 750px) {
  .searchInput__inputText_Total {
    width: 80%;
    height: 46px;
  }
}

/* ----------------------------------------------------------------------
 future
---------------------------------------------------------------------- */
.futureButtons {
  padding: 45px 0 60px;
}
@media only screen and (max-width: 750px) {
  .futureButtons {
    padding: 30px 0 40px;
  }
}
.futureButtons__title {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #029765;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .futureButtons__title {
    font-size: 18px;
  }
}
.futureButtons__text {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .futureButtons__text {
    text-align: left;
  }
}

.futureHeader {
  padding-top: 45px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .futureHeader {
    margin-bottom: 60px;
    padding-top: 30px;
  }
}
.futureHeaderRow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .futureHeaderRow {
    display: block;
  }
}
.futureHeaderRow__left {
  width: 510px;
}
@media only screen and (max-width: 750px) {
  .futureHeaderRow__left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.futureHeaderRow__right {
  width: 278px;
}
@media only screen and (max-width: 750px) {
  .futureHeaderRow__right {
    width: 100%;
  }
}
.futureHeaderRow__title {
  color: #029765;
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .futureHeaderRow__title {
    text-align: center;
    font-size: 22px;
  }
  .futureHeaderRow__title img {
    display: block;
    width: 36px;
    margin: 0 auto;
  }
}
.futureHeaderRow__text {
  font-size: 14px;
  line-height: 1.5;
}
.futureHeaderRowTable {
  border-top: 2px solid #cdcdcd;
  border-left: 2px solid #cdcdcd;
  border-radius: 8px;
  overflow: hidden;
}
.futureHeaderRowTable__th {
  background-color: #ececec;
  font-size: 12px;
  color: #808080;
  text-align: center;
  padding: 3px 0;
}
.futureHeaderRowTable__th.-full {
  border-right: 2px solid #cdcdcd;
}
.futureHeaderRowTableRow {
  display: flex;
}
.futureHeaderRowTableLeft {
  width: calc(100% - 154px);
  border-bottom: 2px solid #cdcdcd;
  border-bottom-left-radius: 8px;
}
.futureHeaderRowTableLeft .futureHeaderRowTable__th {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .futureHeaderRowTableLeft {
    flex: 1;
  }
}
.futureHeaderRowTableRight {
  width: 154px;
}
@media only screen and (max-width: 750px) {
  .futureHeaderRowTableRight {
    width: 48.4375vw;
  }
}
.futureHeaderRowTableRight .futureHeaderRowTable__th {
  border-top: 2px solid #029765;
  border-left: 2px solid #029765;
  border-right: 2px solid #029765;
  border-bottom: 1px solid #cdcdcd;
}
.futureHeaderRowTableNum {
  text-align: center;
  padding-top: 25px;
  color: #7b7b7b;
}
@media only screen and (max-width: 750px) {
  .futureHeaderRowTableNum {
    padding-top: 28px;
  }
}
.futureHeaderRowTableNum__rank {
  display: inline-block;
}
.futureHeaderRowTableNum__rank .rank {
  display: block;
  line-height: 1;
  font-size: 54px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-weight: 400;
}
.futureHeaderRowTableNum__rank .text {
  display: block;
  font-size: 14px;
  line-height: 0.7;
  font-weight: 500;
}
.futureHeaderRowTableNum__arrow {
  display: inline-block;
  color: #029765;
  font-weight: bold;
  font-size: 25px;
  position: relative;
  vertical-align: top;
  margin-left: 5px;
  padding-top: 6px;
}
.futureHeaderRowTableNum__arrow span {
  display: inline-block;
}
.futureHeaderRowTableNum__arrow .upright {
  transform: rotate(45deg);
}
.futureHeaderRowTableNum__arrow .right {
  transform: rotate(90deg);
}
.futureHeaderRowTableNum__arrow .downright {
  transform: rotate(135deg);
}
.futureHeaderRowTableNum__arrow .down {
  transform: rotate(180deg);
}
@media only screen and (max-width: 750px) {
  .futureHeaderRowTableNum__arrow {
    padding-top: 4px;
    font-size: 6.25vw;
  }
}
.futureHeaderRowTableDiff {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 9px;
  border-bottom-right-radius: 8px;
  border-bottom: 2px solid #029765;
  border-right: 2px solid #029765;
  border-left: 2px solid #029765;
  padding-left: 24px;
}
.futureHeaderRowTableDiff__rank {
  display: inline-block;
  position: relative;
  top: -6px;
}
@media only screen and (max-width: 750px) {
  .futureHeaderRowTableDiff__rank {
    top: -2px;
  }
}
.futureHeaderRowTableDiff__rank .rank {
  display: block;
  line-height: 1;
  font-size: 70px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-weight: 400;
  line-height: 0.9;
}
.futureHeaderRowTableDiff__rank .text {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  line-height: 0.9;
}
.futureHeaderRowTableDiff__arrow {
  display: inline-block;
  color: #029765;
  font-weight: bold;
  font-size: 25px;
  position: relative;
  vertical-align: top;
  padding-top: 6px;
}
.futureHeaderRowTableDiff__arrow span {
  display: inline-block;
}
.futureHeaderRowTableDiff__arrow .upright {
  transform: rotate(45deg);
}
.futureHeaderRowTableDiff__arrow .right {
  transform: rotate(90deg);
}
.futureHeaderRowTableDiff__arrow .downright {
  transform: rotate(135deg);
}
.futureHeaderRowTableDiff__arrow .down {
  transform: rotate(180deg);
}
@media only screen and (max-width: 750px) {
  .futureHeaderRowTableDiff__arrow {
    font-size: 6.25vw;
  }
}

.futureDesc {
  margin-bottom: 70px;
}
.futureDesc__text {
  font-size: 14px;
  line-height: 1.8;
  padding: 0 1em;
}
@media only screen and (max-width: 750px) {
  .futureDesc__text {
    padding: 0;
  }
}

.futureData {
  margin-bottom: 55px;
}
.futureDataCheck {
  padding: 16px 20px;
  border-radius: 6px;
  border: 1px solid #029765;
  width: 644px;
  margin: 0 auto 25px;
}
@media only screen and (max-width: 750px) {
  .futureDataCheck {
    width: 100%;
  }
}
.futureDataCheck__title {
  font-size: 20px;
  font-weight: 500;
  color: #029765;
}
.futureDataCheck__title:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 6px;
}
.futureDataCheck__list {
  padding-left: 0.3em;
}
.futureDataCheck__list li {
  margin-left: 1.2em;
  text-indent: -1.2em;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .futureDataCheck__list li {
    font-size: 15px;
  }
}
.futureDataTable {
  width: 644px;
  margin: 0 auto 30px;
  border-collapse: separate;
  border-top: 2px solid #cdcdcd;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
@media only screen and (max-width: 750px) {
  .futureDataTable {
    width: 100%;
  }
}
.futureDataTable th {
  background: #ececec;
  color: #808080;
  border: 2px solid #cdcdcd;
  text-align: center;
  font-size: 13px;
  padding: 8px 3px;
  vertical-align: middle;
  border-top-style: none;
  border-right-style: none;
}
.futureDataTable th.bd-bottom-none {
  border-bottom-style: none;
}
.futureDataTable th:last-child {
  border-right: 2px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .futureDataTable th {
    font-size: 2.8125vw;
    padding: 2px 0px;
  }
}
.futureDataTable th.left {
  width: 264px;
  text-align: left;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .futureDataTable th.left {
    width: 34.375vw;
    font-size: 3.125vw;
    padding-left: 3.125vw;
  }
}
.futureDataTable th.clm {
  font-size: 12px;
  border-top-style: solid;
}
@media only screen and (max-width: 750px) {
  .futureDataTable th.clm {
    font-size: 2.65625vw;
  }
}
.futureDataTable th.clm:first-child {
  width: 110px;
}
@media only screen and (max-width: 750px) {
  .futureDataTable th.clm:first-child {
    width: 15.625vw;
  }
}
.futureDataTable th.today {
  border-top: 2px solid #029765;
  border-left: 2px solid #029765;
  width: 140px;
}
@media only screen and (max-width: 750px) {
  .futureDataTable th.today {
    width: 18.75vw;
  }
}
.futureDataTable th.today:not(:last-child) + th {
  border-left: 2px solid #029765;
}
.futureDataTable th.today:last-child {
  border-right: 2px solid #029765;
}
.futureDataTable td {
  vertical-align: middle;
  text-align: center;
  border: 2px solid #cdcdcd;
  padding: 12px 0;
  position: relative;
  border-top-style: none;
}
.futureDataTable td:not(.large) {
  padding: 15px 0 9px;
}
.futureDataTable td:not(:last-child) {
  border-right-style: none;
}
.futureDataTable td:nth-child(2) .futureDataTable__num {
  padding-left: 0;
}
.futureDataTable td.today {
  border-left: 2px solid #029765;
}
.futureDataTable td.today:not(:last-child) + td {
  border-left: 2px solid #029765;
}
.futureDataTable td.today:last-child {
  border-right: 2px solid #029765;
}
.futureDataTable td.large {
  text-align: left;
  font-size: 23px;
  font-weight: 500;
  color: #029765;
  padding: 0 0px 0 20px;
}
@media only screen and (max-width: 750px) {
  .futureDataTable td.large {
    font-size: 3.4375vw;
    padding-left: 3.125vw;
  }
}
.futureDataTable td.large .help-question-right {
  max-width: 8.5em;
}
@media only screen and (max-width: 750px) {
  .futureDataTable td.large .help-question-right {
    max-width: 7em;
  }
  .futureDataTable td.large .help-question-right:after {
    font-size: 14px;
  }
}
.futureDataTable td.large .min {
  color: #808080;
  font-size: 14px;
}
@media only screen and (max-width: 750px) {
  .futureDataTable td.large .min {
    font-size: 2.8125vw;
  }
}
.futureDataTable td.large .tekisei {
  color: #808080;
  font-size: 14px;
  display: block;
}
@media only screen and (max-width: 750px) {
  .futureDataTable td.large .tekisei {
    font-size: 2.8125vw;
  }
}
.futureDataTable thead tr th.left {
  border-top-left-radius: 8px;
}
.futureDataTable thead tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
.futureDataTable tr:last-child td.today {
  border-bottom: 2px solid #029765;
}
.futureDataTable tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.futureDataTable tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.futureDataTable__num {
  font-size: 22px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #7b7b7b;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1px;
  padding-left: 0.5em;
}
@media only screen and (max-width: 750px) {
  .futureDataTable__num {
    font-size: 4.375vw;
    padding-left: 0;
    margin-right: -1px;
  }
}
.futureDataTable__num.-middle {
  font-size: 28px;
}
@media only screen and (max-width: 750px) {
  .futureDataTable__num.-middle {
    font-size: 5vw;
    margin-bottom: 1px;
  }
}
@media only screen and (max-width: 750px) {
  .futureDataTable__num.-large {
    font-size: 4.375vw;
  }
}
.futureDataTable__numbl {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #7b7b7b;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1px;
  padding-left: 0.5em;
}
@media only screen and (max-width: 750px) {
  .futureDataTable__numbl {
    font-size: 3.125vw;
    padding-left: 0;
    margin-right: -1px;
  }
}
.futureDataTable__numbl.-middle {
  font-size: 24px;
}
@media only screen and (max-width: 750px) {
  .futureDataTable__numbl.-middle {
    font-size: 3.75vw;
    margin-bottom: 1px;
  }
}
@media only screen and (max-width: 750px) {
  .futureDataTable__numbl.-large {
    font-size: 3.4375vw;
  }
}
.futureDataTable__non {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #7b7b7b;
  position: relative;
  margin: 22px 0;
  top: 2px;
}
@media only screen and (max-width: 750px) {
  .futureDataTable__rank {
    line-height: 1;
  }
}
.futureDataTable__rank .rank {
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-weight: 500;
  margin-right: 5px;
}
@media only screen and (max-width: 750px) {
  .futureDataTable__rank .rank {
    font-size: 3.28125vw;
    margin-right: 2px;
  }
}
.futureDataTable__rank .text {
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .futureDataTable__rank .text {
    font-size: 2.65625vw;
  }
}
.futureDataTable__arrow {
  font-size: 14px;
  color: #029765;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 750px) {
  .futureDataTable__arrow {
    line-height: 1;
    font-size: 3.125vw;
    top: -1px;
    right: 3px;
    margin-right: -1.25vw;
  }
}
.futureDataTable__arrow span {
  display: inline-block;
}
.futureDataTable__arrow .upright {
  transform: rotate(45deg);
}
.futureDataTable__arrow .right {
  transform: rotate(90deg);
}
.futureDataTable__arrow .downright {
  transform: rotate(135deg);
}
.futureDataTable__arrow .down {
  transform: rotate(180deg);
}
.futureDataLast {
  width: 644px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .futureDataLast {
    width: 100%;
  }
}
.futureDataLast__title {
  color: #029765;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.futureDataLast__text {
  font-size: 15px;
}

.futureLisk {
  margin-bottom: 90px;
}
.futureLisk__text {
  font-size: 14px;
  line-height: 1.8;
  padding: 0 1em;
}
@media only screen and (max-width: 750px) {
  .futureLisk__text {
    padding: 0;
  }
}

.futureSickList {
  text-align: center;
  padding-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .futureSickList {
    text-align: left;
  }
}
.futureSickList li {
  display: inline-block;
  margin: 0 10px 20px;
}
@media only screen and (max-width: 750px) {
  .futureSickList li {
    margin: 0 5px 10px;
  }
}
.futureSickList li a {
  display: inline-block;
  font-size: 17px;
  padding: 10px 30px;
  color: #029765;
  text-decoration: none;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #029765;
  text-decoration: none;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.futureSickList li a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 750px) {
  .futureSickList li a {
    padding: 3.125vw 6.25vw;
    font-size: 3.75vw;
  }
}

.futureRecord {
  overflow: hidden;
}
.futureRecordBlock {
  padding-bottom: 80px;
}
.futureRecordDataSelect {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .futureRecordDataSelect {
    display: flex;
    justify-content: space-between;
    margin-top: 7.8125vw;
  }
}
.futureRecordDataSelect__span {
  display: inline-block;
  position: relative;
}
.futureRecordDataSelect__span:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #029765;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  top: 50%;
  margin-top: -10px;
  right: 30px;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .futureRecordDataSelect__span:after {
    right: 10px;
  }
}
.futureRecordDataSelect__span.is-hide {
  display: none;
}
.futureRecordDataSelect select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #029765;
  font-size: 24px;
  padding: 0 120px 0 20px;
  height: 56px;
  margin-right: 12px;
  border-radius: 6px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.futureRecordDataSelect select::-ms-expand {
  display: none;
}
@media only screen and (max-width: 750px) {
  .futureRecordDataSelect select {
    margin: 0;
    padding: 0 12.5vw 0 4.6875vw;
    font-size: 16px;
    height: 8.75vw;
    padding-left: 3.125vw;
  }
}
.futureRecordDataLedends {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
@media only screen and (max-width: 750px) {
  .futureRecordDataLedends {
    padding-top: 3.125vw;
  }
}
.futureRecordDataLedends__item {
  margin-top: 20px;
  font-size: 16px;
  margin-right: 2em;
}
@media only screen and (max-width: 750px) {
  .futureRecordDataLedends__item {
    font-size: 3.125vw;
    width: auto;
    min-width: 50%;
    margin-top: 3.125vw;
    margin-right: 0;
  }
}
.futureRecordDataLedends__item:after {
  content: "";
  display: inline-block;
  vertical-align: 5px;
  margin-left: 16px;
  width: 60px;
  height: 2px;
  background-color: #000;
}
@media only screen and (max-width: 750px) {
  .futureRecordDataLedends__item:after {
    width: 12.5vw;
  }
}
.futureRecordDataLedends__item.-fat:after {
  background-color: #ee9402;
}
.futureRecordDataLedends__item.-west:after {
  background-color: #9fb94c;
}
.futureRecordDataLedends__item.-bmi:after {
  background-color: #ed617a;
}
.futureRecordDataWrapper {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .futureRecordDataWrapper {
    margin-left: -6vw;
    margin-right: -6vw;
  }
}
.futureRecordDataGraph {
  margin-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  overflow: auto;
  direction: rtl;
}
.futureRecordDataGraph::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}
.futureRecordDataGraph::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: 0 0 4px #aaa inset;
}
.futureRecordDataGraph::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
.futureRecordDataGraph__inner {
  direction: ltr;
  width: 900%;
  min-width: 100%;
}
@media only screen and (max-width: 750px) {
  .futureRecordDataGraph__inner {
    width: 900%;
  }
}
.futureRecordDataGraph .futureGraphY {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}
.futureRecordDataGraph .futureGraphYRight {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.futureRecordDataDates {
  margin-top: 1em;
  font-size: 14px;
  text-align: center;
}

/* ----------------------------------------------------------------------
 blood
---------------------------------------------------------------------- */
.bloodButtons {
  padding: 45px 0 60px;
}
@media only screen and (max-width: 750px) {
  .bloodButtons {
    padding: 30px 0 40px;
  }
}
.bloodButtons__title {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #029765;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .bloodButtons__title {
    font-size: 18px;
  }
}
.bloodButtons__text {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .bloodButtons__text {
    text-align: left;
  }
}

.bloodHeader {
  padding-top: 45px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .bloodHeader {
    /* margin-bottom: 60px; */
    margin-bottom: 0px;
    padding-bottom: 60px;
    padding-top: 30px;
    background-color: #FFF;
  }
}
.bloodHeaderRow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .bloodHeaderRow {
    display: block;
  }
}
.bloodHeaderRow__left {
  width: 510px;
}
@media only screen and (max-width: 750px) {
  .bloodHeaderRow__left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.bloodHeaderRow__right {
  width: 278px;
}
@media only screen and (max-width: 750px) {
  .bloodHeaderRow__right {
    width: 100%;
  }
}
.bloodHeaderRow__title {
  color: #029765;
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .bloodHeaderRow__title {
    text-align: center;
    font-size: 22px;
  }
  .bloodHeaderRow__title img {
    display: block;
    width: 36px;
    margin: 0 auto;
  }
}
.bloodHeaderRow__text {
  font-size: 14px;
  line-height: 1.5;
}
.bloodHeaderRowTable {
  border-top: 2px solid #cdcdcd;
  border-left: 2px solid #cdcdcd;
  border-radius: 8px;
  overflow: hidden;
}
.bloodHeaderRowTable__th {
  background-color: #ececec;
  font-size: 12px;
  color: #808080;
  text-align: center;
  padding: 3px 0;
}
.bloodHeaderRowTable__th.-full {
  border-right: 2px solid #cdcdcd;
}
.bloodHeaderRowTableRow {
  display: flex;
}
.bloodHeaderRowTableLeft {
  width: calc(100% - 154px);
  border-bottom: 2px solid #cdcdcd;
  border-bottom-left-radius: 8px;
}
.bloodHeaderRowTableLeft .bloodHeaderRowTable__th {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .bloodHeaderRowTableLeft {
    flex: 1;
  }
}
.bloodHeaderRowTableRight {
  width: 154px;
}
@media only screen and (max-width: 750px) {
  .bloodHeaderRowTableRight {
    width: 48.4375vw;
  }
}
.bloodHeaderRowTableRight .bloodHeaderRowTable__th {
  border-top: 2px solid #029765;
  border-left: 2px solid #029765;
  border-right: 2px solid #029765;
  border-bottom: 1px solid #cdcdcd;
}
.bloodHeaderRowTableNum {
  text-align: center;
  padding-top: 25px;
  color: #7b7b7b;
}
@media only screen and (max-width: 750px) {
  .bloodHeaderRowTableNum {
    padding-top: 28px;
  }
}
.bloodHeaderRowTableNum__rank {
  display: inline-block;
}
.bloodHeaderRowTableNum__rank .rank {
  display: block;
  line-height: 1;
  font-size: 54px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-weight: 400;
}
.bloodHeaderRowTableNum__rank .text {
  display: block;
  font-size: 14px;
  line-height: 0.7;
  font-weight: 500;
}
.bloodHeaderRowTableNum__arrow {
  display: inline-block;
  color: #029765;
  font-weight: bold;
  font-size: 25px;
  position: relative;
  vertical-align: top;
  margin-left: 5px;
  padding-top: 6px;
}
.bloodHeaderRowTableNum__arrow span {
  display: inline-block;
}
.bloodHeaderRowTableNum__arrow .upright {
  transform: rotate(45deg);
}
.bloodHeaderRowTableNum__arrow .right {
  transform: rotate(90deg);
}
.bloodHeaderRowTableNum__arrow .downright {
  transform: rotate(135deg);
}
.bloodHeaderRowTableNum__arrow .down {
  transform: rotate(180deg);
}
@media only screen and (max-width: 750px) {
  .bloodHeaderRowTableNum__arrow {
    padding-top: 4px;
    font-size: 6.25vw;
  }
}
.bloodHeaderRowTableDiff {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 9px;
  border-bottom-right-radius: 8px;
  border-bottom: 2px solid #029765;
  border-right: 2px solid #029765;
  border-left: 2px solid #029765;
  padding-left: 24px;
}
.bloodHeaderRowTableDiff__rank {
  display: inline-block;
  position: relative;
  top: -6px;
}
@media only screen and (max-width: 750px) {
  .bloodHeaderRowTableDiff__rank {
    top: -2px;
  }
}
.bloodHeaderRowTableDiff__rank .rank {
  display: block;
  line-height: 1;
  font-size: 70px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-weight: 400;
  line-height: 0.9;
}
.bloodHeaderRowTableDiff__rank .text {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  line-height: 0.9;
}
.bloodHeaderRowTableDiff__arrow {
  display: inline-block;
  color: #029765;
  font-weight: bold;
  font-size: 25px;
  position: relative;
  vertical-align: top;
  padding-top: 6px;
}
.bloodHeaderRowTableDiff__arrow span {
  display: inline-block;
}
.bloodHeaderRowTableDiff__arrow .upright {
  transform: rotate(45deg);
}
.bloodHeaderRowTableDiff__arrow .right {
  transform: rotate(90deg);
}
.bloodHeaderRowTableDiff__arrow .downright {
  transform: rotate(135deg);
}
.bloodHeaderRowTableDiff__arrow .down {
  transform: rotate(180deg);
}
@media only screen and (max-width: 750px) {
  .bloodHeaderRowTableDiff__arrow {
    font-size: 6.25vw;
  }
}

.bloodDesc {
  margin-bottom: 70px;
}
.bloodDesc__text {
  font-size: 14px;
  line-height: 1.8;
  padding: 0 1em;
}
@media only screen and (max-width: 750px) {
  .bloodDesc__text {
    padding: 0;
  }
}

.bloodData {
  margin-bottom: 55px;
}
@media only screen and (max-width: 750px) {
  .bloodData {
    margin-bottom: 0px;
    padding-bottom: 55px;
    background-color: #FFF;
  }
}
.bloodDataCheck {
  padding: 16px 20px;
  border-radius: 6px;
  border: 1px solid #029765;
  width: 644px;
  margin: 0 auto 25px;
}
@media only screen and (max-width: 750px) {
  .bloodDataCheck {
    width: 100%;
  }
}
.bloodDataCheck__title {
  font-size: 20px;
  font-weight: 500;
  color: #029765;
}
.bloodDataCheck__title:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 6px;
}
.bloodDataCheck__list {
  padding-left: 0.3em;
}
.bloodDataCheck__list li {
  margin-left: 1.2em;
  text-indent: -1.2em;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .bloodDataCheck__list li {
    font-size: 15px;
  }
}
.bloodDataTable {
  width: 644px;
  margin: 0 auto;
  border-collapse: separate;
  border-top: 2px solid #cdcdcd;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
@media only screen and (max-width: 750px) {
  .bloodDataTable {
    width: 100%;
  }
}
.bloodDataTable th {
  background: #ececec;
  color: #808080;
  border: 2px solid #cdcdcd;
  text-align: center;
  font-size: 13px;
  padding: 8px 3px;
  vertical-align: middle;
  border-top-style: none;
  border-right-style: none;
}
.bloodDataTable th.bd-bottom-none {
  border-bottom-style: none;
}
.bloodDataTable th:last-child {
  border-right: 2px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .bloodDataTable th {
    font-size: 2.8125vw;
    padding: 2px 0px;
  }
}
.bloodDataTable th.right {
  width: 320px;
}
@media only screen and (max-width: 750px) {
  .bloodDataTable th.right {
    width: auto;
  }
}
.bloodDataTable th.left {
  width: 324px;
  text-align: left;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .bloodDataTable th.left {
    width: 31.25vw;
    font-size: 3.125vw;
    padding-left: 3.125vw;
  }
}
.bloodDataTable th.clm {
  font-size: 12px;
  border-top-style: solid;
}
@media only screen and (max-width: 750px) {
  .bloodDataTable th.clm {
    font-size: 2.65625vw;
  }
}
.bloodDataTable th.clm:last-child {
  width: 120px;
}
@media only screen and (max-width: 750px) {
  .bloodDataTable th.clm:last-child {
    width: 21.875vw;
  }
}
.bloodDataTable th.today {
  border-top: 2px solid #029765;
  border-left: 2px solid #029765;
}
.bloodDataTable th.today:not(:last-child) + th {
  border-left: 2px solid #029765;
}
.bloodDataTable th.today:last-child {
  border-right: 2px solid #029765;
}
.bloodDataTable__tekisei {
  font-size: 14px;
  color: #808080;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 750px) {
  .bloodDataTable__tekisei {
    font-size: 12px;
  }
}
.bloodDataTable td {
  vertical-align: middle;
  text-align: center;
  border: 2px solid #cdcdcd;
  padding: 17px 0 7px;
  position: relative;
  border-top-style: none;
}
.bloodDataTable td:not(:last-child) {
  border-right-style: none;
}
.bloodDataTable td.today {
  border-left: 2px solid #029765;
}
.bloodDataTable td.today:not(:last-child) + td {
  border-left: 2px solid #029765;
}
.bloodDataTable td.today:last-child {
  border-right: 2px solid #029765;
}
.bloodDataTable td.large {
  text-align: left;
  font-size: 23px;
  font-weight: 500;
  color: #029765;
  padding: 0 0px 0 20px;
}
@media only screen and (max-width: 750px) {
  .bloodDataTable td.large {
    font-size: 3.75vw;
    padding-left: 3.125vw;
  }
}
.bloodDataTable td.large .help-question-right {
  max-width: 10em;
}
@media only screen and (max-width: 750px) {
  .bloodDataTable td.large .help-question-right {
    max-width: 5em;
  }
}
.bloodDataTable thead tr th.left {
  border-top-left-radius: 8px;
}
.bloodDataTable thead tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
@media only screen and (min-width: 751px) {
  .bloodDataTable tr td:nth-child(2) .bloodDataTable__num {
    font-size: 22px;
  }
  .bloodDataTable tr td:nth-child(3) .bloodDataTable__num {
    font-size: 22px;
  }
  .bloodDataTable tr td:last-child .bloodDataTable__num {
    font-size: 28px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 750px) {
  .bloodDataTable tr td:last-child .bloodDataTable__num {
    font-size: 9.375vw;
  }
}
@media only screen and (max-width: 750px) {
  .bloodDataTable tr td:last-child .bloodDataTable__num {
    font-size: 7.5vw;
  }
}
.bloodDataTable tr:last-child td.today {
  border-bottom: 2px solid #029765;
}
.bloodDataTable tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.bloodDataTable tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.bloodDataTable__num {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #7b7b7b;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 750px) {
  .bloodDataTable__num {
    font-size: 6.25vw;
  }
}
.bloodDataTable__non {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #7b7b7b;
  position: relative;
  margin: 22px 0px;
  top: 2px;
}
.bloodDataTable__rank .rank {
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-weight: 500;
  margin-right: 5px;
}
@media only screen and (max-width: 750px) {
  .bloodDataTable__rank .rank {
    font-size: 3.28125vw;
  }
}
.bloodDataTable__rank .text {
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .bloodDataTable__rank .text {
    font-size: 2.8125vw;
  }
}
.bloodDataTable__arrow {
  display: inline-block;
  font-size: 16px;
  color: #029765;
  vertical-align: middle;
  margin-left: 3px;
  line-height: 1;
  margin-right: -20px;
}
@media only screen and (max-width: 750px) {
  .bloodDataTable__arrow {
    font-size: 3.125vw;
    top: 3px;
    right: 3px;
    margin-left: 0;
    margin-right: -3.125vw;
  }
}
.bloodDataTable__arrow span {
  display: inline-block;
}
.bloodDataTable__arrow .upright {
  transform: rotate(45deg);
}
.bloodDataTable__arrow .right {
  transform: rotate(90deg);
}
.bloodDataTable__arrow .downright {
  transform: rotate(135deg);
}
.bloodDataTable__arrow .down {
  transform: rotate(180deg);
}

.bloodLisk {
  margin-bottom: 90px;
}
@media only screen and (max-width: 750px) {
  .bloodLisk {
    margin-bottom: 0px;
    padding-bottom: 90px;
    background-color: #FFF;
  }
}
.bloodLisk__text {
  font-size: 14px;
  line-height: 1.8;
  padding: 0 1em;
}
@media only screen and (max-width: 750px) {
  .bloodLisk__text {
    padding: 0;
  }
}

.bloodSickList {
  text-align: center;
  padding-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .bloodSickList {
    text-align: left;
  }
}
.bloodSickList li {
  display: inline-block;
  margin: 0 10px 20px;
}
@media only screen and (max-width: 750px) {
  .bloodSickList li {
    margin: 0 5px 10px;
  }
}
.bloodSickList li a {
  display: inline-block;
  font-size: 17px;
  padding: 10px 30px;
  color: #029765;
  text-decoration: none;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #029765;
  text-decoration: none;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.bloodSickList li a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 750px) {
  .bloodSickList li a {
    padding: 3.125vw 6.25vw;
    font-size: 3.75vw;
  }
}

.bloodRecord {
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .bloodRecord {
    background-color: #FFF;
  }
}
.bloodRecordBlock {
  padding-bottom: 80px;
}
.bloodRecordDataSelect {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .bloodRecordDataSelect {
    display: flex;
    justify-content: space-between;
    margin-top: 7.8125vw;
  }
}
.bloodRecordDataSelect__span {
  display: inline-block;
  position: relative;
}
.bloodRecordDataSelect__span:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #029765;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  top: 50%;
  margin-top: -10px;
  right: 30px;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .bloodRecordDataSelect__span:after {
    right: 10px;
  }
}
.bloodRecordDataSelect select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #029765;
  font-size: 24px;
  padding: 0 120px 0 20px;
  height: 56px;
  margin-right: 12px;
  border-radius: 6px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.bloodRecordDataSelect select::-ms-expand {
  display: none;
}
@media only screen and (max-width: 750px) {
  .bloodRecordDataSelect select {
    margin: 0;
    padding: 0 12.5vw 0 4.6875vw;
    font-size: 16px;
    height: 8.75vw;
    padding-left: 3.125vw;
  }
}
.bloodRecordDataLedends {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
@media only screen and (max-width: 750px) {
  .bloodRecordDataLedends {
    padding-top: 3.125vw;
  }
}
.bloodRecordDataLedends__item {
  margin-top: 20px;
  font-size: 14px;
  margin-right: 2em;
}
@media only screen and (max-width: 750px) {
  .bloodRecordDataLedends__item {
    font-size: 3.125vw;
    width: auto;
    min-width: 50%;
    margin-top: 3.125vw;
    margin-right: 0;
  }
}
.bloodRecordDataLedends__item:after {
  content: "";
  display: inline-block;
  vertical-align: 5px;
  margin-left: 16px;
  width: 60px;
  height: 2px;
  background-color: #000;
}
@media only screen and (max-width: 750px) {
  .bloodRecordDataLedends__item:after {
    width: 12.5vw;
  }
}
.bloodRecordDataLedends__item.-taishibou:after {
  background-color: #ee9402;
}
.bloodRecordDataLedends__item.-naizou:after {
  background-color: #9fb94c;
}
.bloodRecordDataLedends__item.-kinnniku:after {
  background-color: #ed617a;
}
.bloodRecordDataLedends__item.-taisya:after {
  background-color: #000;
}
.bloodRecordDataWrapper {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .bloodRecordDataWrapper {
    margin-left: -6vw;
    margin-right: -6vw;
  }
}
.bloodRecordDataGraph {
  margin-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  overflow: auto;
  direction: rtl;
}
.bloodRecordDataGraph::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}
.bloodRecordDataGraph::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: 0 0 4px #aaa inset;
}
.bloodRecordDataGraph::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
.bloodRecordDataGraph__inner {
  direction: ltr;
  width: 900%;
  min-width: 100%;
}
@media only screen and (max-width: 750px) {
  .bloodRecordDataGraph__inner {
    width: 900%;
  }
}
.bloodRecordDataGraph .bloodGraphY {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}
.bloodRecordDataGraph .bloodGraphYRight {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.bloodRecordDataDates {
  margin-top: 1em;
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .bloodAdvice {
    background-color: #FFF;
  }
}

/* ----------------------------------------------------------------------
 mypage
---------------------------------------------------------------------- */
.mypageSlider {
  padding: 45px 0 60px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .mypageSlider {
    padding: 45px 0 0;
    margin-top: -100px;
  }
}
.mypageSlider__wrapper {
  position: relative;
  margin-bottom: 75px;
  max-width: 1800px;
}
@media only screen and (max-width: 750px) {
  .mypageSlider__wrapper {
    position: relative;
    left: 0px;
    margin-left: 0;
    width: 100%;
    padding-bottom: 0;
  }
}
.mypageSlider__item {
  padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .mypageSlider__item {
    height: 100%;
    padding: 0 6.25vw 10px;
  }
}
.mypageSlider__inner {
  width: 560px;
  margin: 0 auto;
  height: 255px;
  background-color: #fff;
  border-radius: 10px;
  padding: 33px 36px 0;
  display: block;
}
.mypageSlider__inner.-link {
  box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: inherit;
}
@media only screen and (min-width: 751px) {
  .mypageSlider__inner.-link {
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .mypageSlider__inner.-link:hover {
    transform: translate(0, 8px);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 750px) {
  .mypageSlider__inner.-link {
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: inherit;
  }
}
@media only screen and (max-width: 750px) and (min-width: 751px) {
  .mypageSlider__inner.-link {
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .mypageSlider__inner.-link:hover {
    transform: translate(0, 6px);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 750px) {
  .mypageSlider__inner {
    width: 100%;
    height: 100%;
    padding: 4.6875vw 6.25vw 4.6875vw;
  }
}
.mypageSlider__row {
  display: flex;
}
.mypageSlider__icon {
  /**    width: 92px;
      height: 92px; **/
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .mypageSlider__icon {
    width: 18.125vw;
    height: 18.125vw;
    /**      max-width: 92px;
          max-height: 92px; **/
    max-width: 70px;
    max-height: 70px;
  }
}
.mypageSlider__info {
  flex: 1;
  padding-left: 25px;
}
@media only screen and (max-width: 750px) {
  .mypageSlider__info {
    padding-left: 3.90625vw;
  }
}
.mypageSlider__plus {
  color: #029765;
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .mypageSlider__plus {
    font-size: 3.59375vw;
  }
}
.mypageSlider__plus:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 3px;
}
.mypageSlider__title {
  font-size: 20px;
  font-weight: 500;
  color: #029765;
}
@media only screen and (max-width: 750px) {
  .mypageSlider__title {
    font-size: 4.0625vw;
  }
}
.mypageSlider__text {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 1em;
}
@media only screen and (max-width: 750px) {
  .mypageSlider__text {
    line-height: 1.6;
    margin-bottom: 1.5625vw;
    font-size: 3.75vw;
  }
}
.mypageSlider__multtext {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .mypageSlider__multtext {
    line-height: 1.6;
    margin-bottom: 1.5625vw;
    font-size: 3.75vw;
  }
}
.mypageSlider__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mypageSlider__date {
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
.mypageSlider__more {
  text-align: right;
}
.mypageSlider .slick-disabled {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .mypageSlider .slick-track:before, .mypageSlider .slick-track:after {
    display: none;
  }
  .mypageSlider .slick-slide {
    float: none;
    height: auto;
  }
  .mypageSlider .slick-slide > div {
    height: 100%;
  }
  .mypageSlider .slick-track {
    height: 100%;
    display: flex;
  }
}
.mypageSlider .prev,
.mypageSlider .next {
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -25px;
}
@media only screen and (max-width: 750px) {
  .mypageSlider .prev,
  .mypageSlider .next {
    bottom: -36px;
  }
}
.mypageSlider .prev {
  left: 50%;
  margin-left: -324px;
}
@media only screen and (max-width: 750px) {
  .mypageSlider .prev {
    top: auto;
    margin-top: 0;
    bottom: -32px;
    margin-left: 0;
    left: 7.8125vw;
  }
}
.mypageSlider .next {
  right: 50%;
  margin-right: -324px;
}
@media only screen and (max-width: 750px) {
  .mypageSlider .next {
    top: auto;
    margin-top: 0;
    bottom: -32px;
    margin-right: 0;
    right: 7.8125vw;
  }
}
.mypageSlider .slick-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -40px;
  left: 0px;
}
@media only screen and (max-width: 750px) {
  .mypageSlider .slick-dots {
    bottom: -36px;
  }
}
.mypageSlider .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.mypageSlider .slick-dots li button {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #029765;
  text-indent: -9999px;
  border-radius: 50%;
}
.mypageSlider .slick-dots li.slick-active button {
  background-color: #029765;
}

.mypageContent {
  position: relative;
}
.mypageContent .container {
  max-width: 840px;
}
.mypageContentAge {
  text-align: center;
}
.mypageContentAge a {
  padding: 30px 0 36px;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .mypageContentAge a {
    padding: 4.6875vw 0 12.5vw;
    flex-wrap: wrap;
    position: relative;
  }
}
.mypageContentAge__left {
  width: 41.7%;
  border-right: 1px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .mypageContentAge__left {
    width: 100%;
    border-style: none;
    text-align: center;
  }
}
.mypageContentAge__ageArea {
  width: 26.1%;
  border-right: 1px solid #cdcdcd;
  padding-left: 4px;
}
@media only screen and (max-width: 750px) {
  .mypageContentAge__ageArea {
    width: 36.40625vw;
  }
}
.mypageContentAge__ratioArea {
  width: 16.1%;
  border-right: 1px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .mypageContentAge__ratioArea {
    width: 24.6875vw;
  }
}
.mypageContentAge__judgeArea {
  width: 16.1%;
}
@media only screen and (max-width: 750px) {
  .mypageContentAge__judgeArea {
    width: 24.6875vw;
  }
}
.mypageContentAge__title {
  font-size: 26px;
  font-weight: 500;
  color: #029765;
  margin-bottom: 12px;
}
@media only screen and (max-width: 750px) {
  .mypageContentAge__title {
    font-size: 4.6875vw;
    margin-bottom: 1.875vw;
  }
}
.mypageContentAge__title img {
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  .mypageContentAge__title img {
    width: 7.8125vw;
  }
}
@media only screen and (max-width: 750px) {
  .mypageContentAge__more {
    position: absolute;
    bottom: 3.90625vw;
    right: 6.25vw;
    font-size: 16px;
  }
}
.mypageContentAge__tag {
  font-size: 15px;
  color: #4b4b4b;
}
@media only screen and (max-width: 750px) {
  .mypageContentAge__tag {
    font-size: 2.8125vw;
  }
}
.mypageContentAge__age {
  line-height: 1;
  color: #7b7b7b;
  font-size: 26px;
}
@media only screen and (max-width: 750px) {
  .mypageContentAge__age {
    font-size: 4.0625vw;
    margin-top: 8px;
  }
}
.mypageContentAge__age span {
  display: inline-block;
  font-size: 70px;
  font-weight: bold;
  margin-right: 6px;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 750px) {
  .mypageContentAge__age span {
    font-size: 14.0625vw;
    margin-right: 3px;
  }
}
.mypageContentAge__ratio {
  line-height: 1;
  color: #7b7b7b;
  font-size: 26px;
  margin-top: 18px;
}
@media only screen and (max-width: 750px) {
  .mypageContentAge__ratio {
    font-size: 4.0625vw;
  }
}
.mypageContentAge__ratio span {
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  margin-right: 6px;
  color: #029765;
}
@media only screen and (max-width: 750px) {
  .mypageContentAge__ratio span {
    font-size: 10.9375vw;
  }
}
.mypageContentAge__judge {
  margin-top: 20px;
}
.mypageContentAge__judge .rank {
  font-size: 50px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  .mypageContentAge__judge .rank {
    font-size: 11.25vw;
  }
}
.mypageContentAge__judge .text {
  display: block;
  line-height: 1;
  margin-top: -2px;
  font-size: 14px;
}
@media only screen and (max-width: 750px) {
  .mypageContentAge__judge .text {
    font-size: 13px;
  }
}
.mypageContentChange {
  max-width: 1000px;
  margin: 40px auto 50px;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #cdcdcd;
  border-bottom: 2px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .mypageContentChange {
    display: block;
    margin: 6.25vw 6.25vw 9.375vw;
    padding: 6.25vw 0;
  }
}
.mypageContentChange__list {
  display: flex;
}
@media only screen and (max-width: 750px) {
  .mypageContentChange__list {
    display: block;
  }
}
.mypageContentChange__list li {
  position: relative;
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  .mypageContentChange__list li {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 10px;
  }
}
.mypageContentChange__list li:not(:last-child) {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .mypageContentChange__list li:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    border-style: none;
  }
}
.mypageContentChange__list li .large {
  font-size: 20px;
}
@media only screen and (max-width: 750px) {
  .mypageContentChange__list li .large {
    font-size: 16px;
  }
}
.mypageContentChange__list li input {
  font-size: 20px;
  width: 190px;
}
@media only screen and (max-width: 750px) {
  .mypageContentChange__list li input {
    font-size: 16px;
    width: 140px;
  }
}
.mypageContentChange__list li input.readonly {
  border-style: none;
  background-color: transparent;
  padding: 0;
}
.mypageContentChange__list li input.readonly + .ui-datepicker-trigger {
  display: none;
}
.mypageContentChange__list li input:disabled {
  color: #3E3E3E;
  -webkit-text-fill-color: black;
  opacity: 1;
}
.mypageContentChange__list li .ui-datepicker-trigger {
  padding: 0;
  margin-left: 6px;
}
@media only screen and (min-width: 751px) {
  .mypageContentChange__list li .ui-datepicker-trigger:hover {
    cursor: pointer;
  }
}
.mypageContentChange__list li .ui-datepicker-trigger img {
  width: 30px;
  vertical-align: -5px;
}
@media only screen and (max-width: 750px) {
  .mypageContentChange__list li .ui-datepicker-trigger img {
    width: 24px;
  }
}
.mypageContentChange__list li .calendar {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  background-color: #029765;
  border-radius: 6px;
  position: absolute;
  left: 102%;
  top: 0px;
  display: none;
}
@media only screen and (max-width: 750px) {
  .mypageContentChange__list li .calendar {
    position: static;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 750px) {
  .mypageContentChange__btn {
    text-align: center;
  }
}
.mypageContentChange__btn button:after {
  content: "変更する";
}
.mypageContentChange__btn button.is-active:after {
  content: "確定する";
}

.mypageLinks {
  margin-bottom: 75px;
}
@media only screen and (max-width: 750px) {
  .mypageLinks {
    margin-bottom: 11.25vw;
  }
}
.mypageLinks__row {
  display: flex;
  justify-content: center;
  margin: 0 -15px;
}
@media only screen and (max-width: 750px) {
  .mypageLinks__row {
    display: block;
    margin: 0;
  }
}
.mypageLinks__item {
  width: calc(50% - 30px);
  margin: 0 15px;
}
@media only screen and (max-width: 750px) {
  .mypageLinks__item {
    width: 100%;
    margin: 0 0 3.75vw;
  }
}
.mypageLinks__item a,
.mypageLinks__item button {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  text-align: left;
}
.mypageLinks__item a:hover,
.mypageLinks__item button:hover {
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .mypageLinks__item a,
  .mypageLinks__item button {
    padding: 3.90625vw 3.125vw;
  }
}
.mypageLinks__icon {
  margin-right: 12px;
}
@media only screen and (max-width: 750px) {
  .mypageLinks__icon {
    width: 18.75vw;
  }
}
.mypageLinks__title {
  font-size: 30px;
  font-weight: bold;
  color: #029765;
}
@media only screen and (max-width: 750px) {
  .mypageLinks__title {
    font-size: 5.3125vw;
  }
}
.mypageLinks__text {
  font-size: 16px;
}
.mypageLinks__text .help-exclamation-right:after {
  top: 6px;
  right: 8px;
}
@media only screen and (max-width: 750px) {
  .mypageLinks__text .help-exclamation-right:after {
    top: 4px;
  }
}
@media only screen and (max-width: 750px) {
  .mypageLinks__text {
    padding-right: 45px;
    font-size: 3.4375vw;
  }
}

.mypageTotal {
  margin-bottom: 65px;
}
@media only screen and (max-width: 750px) {
  .mypageTotal {
    margin-bottom: 14.84375vw;
  }
}

.mypageAfter {
  padding-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .mypageAfter {
    padding-bottom: 15.625vw;
  }
}
.mypageAfterLink {
  margin: 15px -15px 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .mypageAfterLink {
    display: block;
    margin: 15px 0 0;
  }
}
.mypageAfterLink a,
.mypageAfterLink button {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  text-align: left;
}
.mypageAfterLink a:hover,
.mypageAfterLink button:hover {
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .mypageAfterLink a,
  .mypageAfterLink button {
    padding: 3.90625vw 3.125vw;
  }
}
.mypageAfterLink__link {
  width: calc(50% - 30px);
  margin: 0 15px;
}
@media only screen and (max-width: 750px) {
  .mypageAfterLink__link {
    width: 100%;
    margin: 0 0 3.75vw;
  }
}
.mypageAfterLink__icon {
  margin-right: 12px;
}
@media only screen and (max-width: 750px) {
  .mypageAfterLink__icon {
    width: 18.75vw;
  }
}
.mypageAfterLink__right {
  flex: 1;
}
.mypageAfterLink__title {
  font-size: 30px;
  font-weight: bold;
  color: #029765;
}
@media only screen and (max-width: 750px) {
  .mypageAfterLink__title {
    font-size: 5.3125vw;
  }
}
.mypageAfterLink__text {
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .mypageAfterLink__text {
    font-size: 3.4375vw;
    padding-right: 45px;
  }
}

.mypageBlood {
  padding-bottom: 65px;
}
@media only screen and (max-width: 750px) {
  .mypageBlood {
    padding-bottom: 14.84375vw;
  }
}

.mypageRecord {
  padding: 80px 40px;
}
@media only screen and (max-width: 750px) {
  .mypageRecord .container {
    padding: 0 2.34375vw;
  }
}
@media only screen and (max-width: 750px) {
  .mypageRecord {
    padding: 40px 0 60px;
    background-color: #fff;
  }
}
.mypageRecordChange {
  max-width: 840px;
  margin: 0 auto;
  border-bottom: 3px solid #029765;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 750px) {
  .mypageRecordChange {
    width: 100%;
  }
}
.mypageRecordChange li {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  padding: 14px 0;
  width: 48.5%;
  color: #029765;
  border: 2px solid #029765;
  border-bottom-style: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
@media only screen and (min-width: 751px) {
  .mypageRecordChange li:hover {
    cursor: pointer;
    background-color: #029765;
    color: #fff;
  }
}
@media only screen and (max-width: 750px) {
  .mypageRecordChange li {
    font-size: 4.0625vw;
    padding: 2.34375vw;
  }
}
.mypageRecordChange li.is-active {
  background-color: #029765;
  color: #fff;
}
.mypageRecordBlock {
  max-width: 840px;
  margin: 0 auto;
  padding-top: 36px;
  position: absolute;
  top: 0px;
  left: -300vw;
}
@media only screen and (max-width: 750px) {
  .mypageRecordBlock {
    max-width: 100%;
  }
}
.mypageRecordBlock.is-active {
  position: static;
}
.mypageRecordGoal {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordGoal {
    margin-bottom: 15px;
    display: block;
    text-align: center;
  }
}
.mypageRecordGoal__tag {
  width: 144px;
  padding: 6px;
  border: 1px solid #3e3e3e;
  border-radius: 4px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .mypageRecordGoal__tag {
    display: inline-block;
    padding: 3px 16px;
    font-size: 14px;
    margin-bottom: 10px;
    width: auto;
  }
}
.mypageRecordGoal__text {
  padding-left: 16px;
  font-size: 26px;
  font-weight: 500;
  color: #029765;
}
@media only screen and (max-width: 750px) {
  .mypageRecordGoal__text {
    font-size: 18px;
  }
}
.mypageRecordWeek {
  margin-bottom: 40px;
}
.mypageRecordWeekHeader {
  position: relative;
  z-index: 1;
}
.mypageRecordWeekHeader__old {
  display: inline-block;
  top: 6px;
  left: 0px;
}
.mypageRecordWeekHeader__old button {
  -webkit-appearance: none;
  font-size: 20px;
  font-weight: 500;
  color: #029765;
  padding: 0;
}
@media only screen and (min-width: 751px) {
  .mypageRecordWeekHeader__old button:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}
@media only screen and (max-width: 750px) {
  .mypageRecordWeekHeader__old button {
    font-size: 14px;
  }
}
.mypageRecordWeekHeader__old button:before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 12px;
  width: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  background-color: #029765;
  border-radius: 6px;
  margin-right: 5px;
  vertical-align: 3px;
}
.mypageRecordWeekTable__month {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordWeekTable__month {
    font-size: 13px;
    margin-bottom: 0;
  }
}
.mypageRecordWeekTable__month .large {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  margin-right: 5px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordWeekTable__month .large {
    font-size: 24px;
  }
}
@media only screen and (max-width: 750px) {
  .mypageRecordWeekTable__item {
    padding: 0 2px;
  }
}
.mypageRecordWeekTable__table {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: separate;
  table-layout: fixed;
}
.mypageRecordWeekTable__table th {
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  background-color: #029765;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.mypageRecordWeekTable__table th:first-child {
  border-left: 1px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .mypageRecordWeekTable__table th {
    font-size: 10px;
    padding: 5px 0;
  }
}
.mypageRecordWeekTable__table td {
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  text-align: center;
  padding: 10px 0 0;
  width: 120px;
}
.mypageRecordWeekTable__table td:first-child {
  border-left: 1px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .mypageRecordWeekTable__table td {
    padding: 1px 1px 0;
    width: 14.2857142857%;
  }
}
.mypageRecordWeekTable__table td.canPush {
  box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.1);
}
.mypageRecordWeekTable__table thead th:first-child {
  border-radius: 10px 0 0 0;
}
.mypageRecordWeekTable__table thead th:last-child {
  border-radius: 0 10px 0 0;
}
.mypageRecordWeekTable__table tbody td:first-child {
  border-radius: 0 0 0 10px;
}
.mypageRecordWeekTable__table tbody td:last-child {
  border-radius: 0 0 10px 0;
}
.mypageRecordWeekTable__date {
  font-size: 15px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordWeekTable__date {
    font-size: 10px;
  }
}
.mypageRecordWeekTable__img img {
  height: 190px;
  display: inline !important;
}
@media only screen and (max-width: 750px) {
  .mypageRecordWeekTable__img img {
    height: 23.4375vw;
  }
}
.mypageRecordWeekTable__push {
  height: 190px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 751px) {
  .mypageRecordWeekTable__push:not(:disabled) {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media only screen and (max-width: 750px) {
  .mypageRecordWeekTable__push {
    padding: 0 4px;
    height: 23.4375vw;
  }
  .mypageRecordWeekTable__push img {
    display: inline !important;
    width: 100%;
  }
}
.mypageRecordWeekTable__push span {
  width: 60px;
  line-height: 60px;
  padding: 0;
  font-size: 16px;
  color: #b3b3b3;
  border: 1px dashed #b3b3b3;
  border-radius: 50%;
}
@media only screen and (max-width: 750px) {
  .mypageRecordWeekTable__push span {
    width: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}
.mypageRecordWeekTable .prev,
.mypageRecordWeekTable .next {
  position: absolute;
  bottom: -75px;
  z-index: 5;
}
@media only screen and (max-width: 750px) {
  .mypageRecordWeekTable .prev,
  .mypageRecordWeekTable .next {
    bottom: -30px;
  }
}
.mypageRecordWeekTable .prev {
  right: 64px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordWeekTable .prev {
    right: 12.5vw;
  }
}
.mypageRecordWeekTable .next {
  right: 0px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordWeekTable .next {
    right: 0;
  }
}
.mypageRecordWeekTable .slick-disabled {
  display: none !important;
}
.mypageRecordWeek__text {
  margin-top: 28px;
  font-size: 15px;
  color: #4b4b4b;
  line-height: 1.8;
}
@media only screen and (max-width: 750px) {
  .mypageRecordWeek__text {
    font-size: 10px;
    margin-top: 35px;
  }
}
.mypageRecordWeek__text a {
  color: #029765;
  text-decoration: none;
}
.mypageRecordWeek__text a:hover {
  text-decoration: underline;
}
.mypageRecordRank {
  border: 2px solid #029765;
  border-radius: 10px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordRank {
    display: block;
    padding: 12px 0;
    text-align: center;
    margin-bottom: 24px;
  }
}
.mypageRecordRank__tag {
  font-size: 22px;
  font-weight: 500;
  color: #029765;
}
@media only screen and (max-width: 750px) {
  .mypageRecordRank__tag {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.mypageRecordRank__num {
  font-family: "Lato", "Noto Snas JP", sans-serif;
  font-size: 18px;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  .mypageRecordRank__num {
    font-size: 16px;
  }
}
.mypageRecordRank__num .large {
  font-size: 44px;
  color: #029765;
  margin-right: 5px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordRank__num .large {
    font-size: 32px;
  }
}
.mypageRecordComment {
  max-width: 630px;
  margin: 80px auto 40px;
  border: 16px solid #f4f4f4;
  border-radius: 6px;
  padding-top: 18px;
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .mypageRecordComment {
    margin-top: 60px;
    padding: 7px 0 12px;
    border-width: 8px;
    margin-bottom: 24px;
  }
}
.mypageRecordComment__tag {
  background-color: #029765;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 7px 46px;
  position: relative;
  left: -16px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordComment__tag {
    padding: 5px 24px;
    left: -8px;
    font-size: 10px;
  }
}
.mypageRecordComment__text {
  margin-top: 12px;
  margin-left: 32px;
  margin-bottom: 15px;
  width: 270px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordComment__text {
    width: calc(100% - 155px);
    margin: 2.34375vw 0 1.5625vw;
    padding-left: 2.34375vw;
  }
}
.mypageRecordComment__text .line {
  font-size: 18px;
  line-height: 50px;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 12px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .mypageRecordComment__text .line {
    line-height: 2.6;
    font-size: 12px;
    padding-bottom: 6px;
  }
}
.mypageRecordComment__name {
  width: 302px;
  text-align: right;
  font-size: 14px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordComment__name {
    width: calc(100% - 155px);
    font-size: 10px;
  }
}
.mypageRecordComment__img {
  position: absolute;
  bottom: -16px;
  right: 27px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordComment__img {
    width: 145px;
    right: -8px;
    bottom: -8px;
  }
}
.mypageRecordButtons {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .mypageRecordButtons {
    display: flex;
    justify-content: space-between;
  }
}
.mypageRecordButtons a, .mypageRecordButtons button {
  margin: 0 24px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordButtons a, .mypageRecordButtons button {
    margin: 0;
  }
}
.mypageRecordButtons__modal:disabled {
  opacity: 0.5;
  cursor: unset;
}
.mypageRecordData {
  padding-bottom: 80px;
}
.mypageRecordDataSlider .slick-disabled {
  display: none !important;
}
.mypageRecordDataSlider .slick-arrow {
  position: absolute;
  bottom: 0px;
  z-index: 3;
}
@media only screen and (max-width: 750px) {
  .mypageRecordDataSlider .slick-arrow {
    bottom: 3px;
  }
}
.mypageRecordDataSlider .slick-arrow.prev {
  left: 0px;
}
.mypageRecordDataSlider .slick-arrow.next {
  right: 0px;
}
.mypageRecordData__title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordData__title {
    font-size: 3.75vw;
    margin-bottom: 10px;
  }
}
.mypageRecordDataInput {
  width: 647px;
  margin: 0 auto;
  background-color: #f4f4f4;
  border-radius: 6px;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordDataInput {
    width: 100%;
    padding: 15px 6.25vw 30px;
  }
}
.mypageRecordDataInput__block {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .mypageRecordDataInput__tag {
    text-align: center;
    font-size: 4.0625vw;
    display: block;
    margin-bottom: 5px;
  }
}
.mypageRecordDataInput select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  height: 62px;
  width: 194px;
  font-size: 40px;
  font-family: "Lato", sans-serif;
  padding: 0 53px 0 40px;
  color: #4b4b4b;
  margin-left: 12px;
  vertical-align: middle;
  direction: rtl;
}
.mypageRecordDataInput select::-ms-expand {
  display: none;
}
.mypageRecordDataInput select:disabled {
  background-color: transparent;
  opacity: 1;
}
.mypageRecordDataInput select option {
  font-size: 30px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordDataInput select {
    width: 35.3125vw;
    margin-left: 0;
    font-size: 7.8125vw;
    height: 14.0625vw;
    padding: 0 9.375vw 0 6.25vw;
  }
}
.mypageRecordDataInput .unit {
  pointer-events: none;
  position: absolute;
  bottom: 10px;
  right: 14px;
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordDataInput .unit {
    font-size: 3.125vw;
  }
}
.mypageRecordDataInput__btn {
  text-align: center;
  margin-top: 20px;
}
.mypageRecordDataArrows {
  position: relative;
}
.mypageRecordDataArrows__left {
  position: absolute;
  top: -55px;
  left: 0px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordDataArrows__left {
    top: -9.375vw;
  }
}
.mypageRecordDataArrows__right {
  position: absolute;
  top: -55px;
  right: 0px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordDataArrows__right {
    top: -9.375vw;
  }
}
.mypageRecordDataSelect {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordDataSelect {
    display: flex;
    margin-top: 7.8125vw;
  }
}
.mypageRecordDataSelect__span {
  display: inline-block;
  position: relative;
}
.mypageRecordDataSelect__span:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #029765;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  top: 50%;
  margin-top: -10px;
  right: 30px;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .mypageRecordDataSelect__span:after {
    right: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .mypageRecordDataSelect__span:first-child {
    margin-right: 4px;
  }
}
.mypageRecordDataSelect select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #029765;
  font-size: 24px;
  padding: 0 80px 0 20px;
  height: 56px;
  margin-right: 12px;
  border-radius: 6px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.mypageRecordDataSelect select::-ms-expand {
  display: none;
}
@media only screen and (max-width: 750px) {
  .mypageRecordDataSelect select {
    margin: 0;
    padding: 0 7.8125vw 0 4.6875vw;
    font-size: 16px;
    height: 8.75vw;
    padding-left: 3.125vw;
  }
}
@media only screen and (max-width: 750px) {
  .mypageRecordDataSelect select.record_cat {
    width: auto;
  }
}
@media only screen and (max-width: 750px) {
  .mypageRecordDataSelect select.record_month {
    width: auto;
  }
}
.mypageRecordDataLedends {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordDataLedends {
    padding-top: 3.125vw;
  }
}
.mypageRecordDataLedends__item {
  margin-top: 20px;
  font-size: 16px;
  margin-right: 2em;
}
@media only screen and (max-width: 750px) {
  .mypageRecordDataLedends__item {
    font-size: 3.125vw;
    width: 50%;
    margin-top: 3.125vw;
    margin-right: 0;
  }
}
.mypageRecordDataLedends__item:after {
  content: "";
  display: inline-block;
  vertical-align: 5px;
  margin-left: 16px;
  width: 60px;
  height: 2px;
  background-color: #000;
}
@media only screen and (max-width: 750px) {
  .mypageRecordDataLedends__item:after {
    width: 12.5vw;
  }
}
.mypageRecordDataLedends__item.-weight:after {
  background-color: #ee9402;
}
.mypageRecordDataLedends__item.-fat:after {
  background-color: #9fb94c;
}
.mypageRecordDataLedends__item.-bmi:after {
  background-color: #ed617a;
}
.mypageRecordDataWrapper {
  position: relative;
}
.mypageRecordDataGraph {
  margin-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  overflow: auto;
  direction: rtl;
}
.mypageRecordDataGraph::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}
.mypageRecordDataGraph::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: 0 0 4px #aaa inset;
}
.mypageRecordDataGraph::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
.mypageRecordDataGraph__inner {
  direction: ltr;
  width: 1200%;
}
@media only screen and (max-width: 750px) {
  .mypageRecordDataGraph__inner {
    width: 900%;
  }
}
.mypageRecordDataGraph .mypageGraphY {
  position: absolute;
  top: 0px;
  left: -1px;
  height: 100%;
}
.mypageRecordDataGraph .mypageGraphYRight {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.mypageRecordDataButtons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.mypageRecordDataButtons button {
  font-size: 18px;
  color: #029765;
}
@media only screen and (min-width: 751px) {
  .mypageRecordDataButtons button:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}
@media only screen and (max-width: 750px) {
  .mypageRecordDataButtons button {
    font-size: 14px;
  }
}
.mypageRecordDataButtons span {
  display: inline-block;
  background-color: #029765;
  border-radius: 50%;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  line-height: 32px;
  width: 32px;
  color: #fff;
  font-size: 14px;
  padding: 0;
}
@media only screen and (max-width: 750px) {
  .mypageRecordDataButtons span {
    font-size: 2.1875vw;
    width: 5vw;
    line-height: 5vw;
  }
}
.mypageRecordDataButtons .-prev span {
  margin-right: 6px;
}
.mypageRecordDataButtons .-next span {
  margin-left: 6px;
}
.mypageRecordDataDates {
  margin-top: 1em;
  font-size: 14px;
  text-align: center;
}
.mypageRecord .changeplanBlock {
  display: none;
}
.mypageRecord .changeplanBlock.is-active {
  display: block;
}
.mypageRecordChangePlan {
  text-align: center;
}
.mypageRecordChangePlan__title {
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  padding: 0 20px;
  border: 1px solid #4b4b4b;
  color: #4b4b4b;
  margin: 0 auto 24px;
  border-radius: 6px;
}
@media only screen and (max-width: 750px) {
  .mypageRecordChangePlan__title {
    font-size: 13px;
    line-height: 27px;
    padding: 0 12px;
  }
}
.mypageRecordChangePlan__list {
  max-width: 700px;
  margin: 0 auto 35px;
}
.mypageRecordChangePlan__list li {
  margin-bottom: 15px;
}
.mypageRecordChangePlan__btn {
  width: 100%;
  font-size: 22px;
  height: 60px;
  border: 2px solid #029765;
  background-color: #fff;
  border-radius: 30px;
  color: #029765;
  font-weight: 500;
  box-shadow: 0px 2px 5px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 750px) {
  .mypageRecordChangePlan__btn {
    height: 48px;
    font-size: 16px;
  }
}
.mypageRecordChangePlan__btn.is-active {
  background-color: #029765;
  color: #fff;
}
@media only screen and (min-width: 751px) {
  .mypageRecordChangePlan__btn:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

.mypageRank {
  padding-top: 70px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 750px) {
  .mypageRank {
    padding-top: 48px;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 750px) {
  .mypageRankSlider__item {
    padding: 0 2px;
  }
}
.mypageRankBlock {
  border: 2px solid #029765;
  border-radius: 10px;
  padding: 20px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .mypageRankBlock {
    padding: 10px 40px;
    margin-bottom: 6px;
    display: block;
    text-align: center;
  }
}
.mypageRankBlock__tag {
  font-size: 22px;
  font-weight: 500;
  color: #029765;
}
@media only screen and (max-width: 750px) {
  .mypageRankBlock__tag {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.mypageRankBlock__num {
  font-family: "Lato", "Noto Snas JP", sans-serif;
  font-size: 18px;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  .mypageRankBlock__num {
    font-size: 16px;
  }
}
.mypageRankBlock__num .large {
  font-size: 44px;
  color: #029765;
  margin-right: 5px;
}
@media only screen and (max-width: 750px) {
  .mypageRankBlock__num .large {
    font-size: 32px;
  }
}
.mypageRank .prev,
.mypageRank .next {
  position: absolute;
  bottom: -75px;
}
@media only screen and (max-width: 750px) {
  .mypageRank .prev,
  .mypageRank .next {
    bottom: -36px;
  }
}
.mypageRank .prev {
  right: 64px;
}
@media only screen and (max-width: 750px) {
  .mypageRank .prev {
    right: 12.5vw;
  }
}
.mypageRank .next {
  right: 0px;
}

.mypageColumn {
  margin-bottom: 85px;
}
.mypageColumnList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .mypageColumnList {
    display: block;
  }
}
.mypageColumnList__item {
  width: 48%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .mypageColumnList__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.mypageColumnList__item a {
  padding: 20px 20px 45px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  .mypageColumnList__item a {
    padding: 6.25vw 6.25vw 10.9375vw;
  }
}
.mypageColumnList__thumb {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 6px;
}
@media only screen and (max-width: 750px) {
  .mypageColumnList__thumb {
    width: 25vw;
    height: 25vw;
  }
}
.mypageColumnList__right {
  width: calc(100% - 180px);
  padding-top: 10px;
}
@media only screen and (max-width: 750px) {
  .mypageColumnList__right {
    width: 45.3125vw;
    padding-top: 0;
  }
}
.mypageColumnList__date {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  margin-right: 16px;
}
@media only screen and (max-width: 750px) {
  .mypageColumnList__date {
    font-size: 3.4375vw;
    margin-right: 3.75vw;
  }
}
.mypageColumnList__cat {
  display: inline-block;
  min-width: 102px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  padding: 0 4px;
  border-radius: 4px;
  background-color: #029765;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .mypageColumnList__cat {
    font-size: 2.8125vw;
    min-width: 19.6875vw;
    line-height: 5vw;
  }
}
.mypageColumnList__title {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.7;
}
@media only screen and (max-width: 750px) {
  .mypageColumnList__title {
    font-size: 16px;
    margin-top: 10px;
  }
}
.mypageColumnList__more {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .mypageColumnList__more {
    bottom: 10px;
  }
}
.mypageColumn__btn {
  text-align: center;
}

.mypageVoice {
  padding-bottom: 100px;
}
.mypageVoiceList {
  margin: 0 0 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .mypageVoiceList {
    display: block;
  }
}
.mypageVoiceList__item {
  width: 48%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .mypageVoiceList__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.mypageVoiceList__item a {
  padding: 20px 20px 45px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  .mypageVoiceList__item a {
    padding: 6.25vw 6.25vw 10.9375vw;
  }
}
.mypageVoiceList__img {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 6px;
}
@media only screen and (max-width: 750px) {
  .mypageVoiceList__img {
    width: 25vw;
    height: 25vw;
  }
}
.mypageVoiceList__right {
  width: calc(100% - 180px);
  padding-top: 10px;
}
@media only screen and (max-width: 750px) {
  .mypageVoiceList__right {
    width: 45.3125vw;
    padding-top: 0;
  }
}
.mypageVoiceList__date {
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 750px) {
  .mypageVoiceList__date {
    font-size: 3.4375vw;
  }
}
.mypageVoiceList__text {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.7;
}
@media only screen and (max-width: 750px) {
  .mypageVoiceList__text {
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 6.25vw;
  }
}
.mypageVoiceList__more {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .mypageVoiceList__more {
    bottom: 6.25vw;
  }
}

.mypageMail {
  padding: 70px 0 90px;
}
@media only screen and (max-width: 750px) {
  .mypageMail {
    background-color: #fff;
  }
}
.mypageMailList__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #cdcdcd;
}
.mypageMailList__date {
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
.mypageMailList__cat {
  display: inline-block;
  min-width: 102px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  padding: 0 4px;
  border-radius: 4px;
  background-color: #029765;
  color: #fff;
  margin-left: 16px;
}
.mypageMailList__title {
  margin-top: 10px;
  font-size: 18px;
  padding-right: 45px;
  position: relative;
}
.mypageMailList__title:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  width: 28px;
  line-height: 28px;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #029765;
  font-size: 14px;
  transition: transform 0.3s;
}
@media only screen and (min-width: 751px) {
  .mypageMailList__title:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}
.mypageMailList__title.is-open:after {
  transform: rotate(180deg);
}
.mypageMailList__text {
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.6;
  display: none;
  word-break: break-all;
}
@media only screen and (max-width: 750px) {
  .mypageMailList__text {
    line-height: 2;
  }
}

.mypageNews {
  margin-bottom: 90px;
}
@media only screen and (max-width: 750px) {
  .mypageNews {
    background-color: #fff;
  }
}
.mypageNewsList__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #cdcdcd;
}
.mypageNewsList__date {
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
.mypageNewsList__cat {
  display: inline-block;
  min-width: 102px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  padding: 0 4px;
  border-radius: 4px;
  background-color: #029765;
  color: #fff;
  margin-left: 16px;
}
.mypageNewsList__title {
  margin-top: 10px;
  font-size: 18px;
  padding-right: 45px;
  position: relative;
}
.mypageNewsList__title:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  width: 28px;
  line-height: 28px;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #029765;
  font-size: 14px;
  transition: transform 0.3s;
}
@media only screen and (min-width: 751px) {
  .mypageNewsList__title:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}
.mypageNewsList__title.is-open:after {
  transform: rotate(180deg);
}
.mypageNewsList__text {
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.6;
  display: none;
  word-break: break-all;
}
@media only screen and (max-width: 750px) {
  .mypageNewsList__text {
    line-height: 2;
  }
}

/* ----------------------------------------------------------------------
 page
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
 review
---------------------------------------------------------------------- */
.reviewMain {
  padding-top: 45px;
}
@media only screen and (max-width: 750px) {
  .reviewMain__read {
    font-size: 16px;
  }
}
.reviewMainForm {
  padding-top: 30px;
}
@media only screen and (max-width: 750px) {
  .reviewMainForm {
    padding-top: 24px;
  }
}
.reviewMainTable {
  width: 100%;
  border-top: 1px solid #e8e8e8;
  margin-bottom: 65px;
}
@media only screen and (max-width: 750px) {
  .reviewMainTable {
    display: block;
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 750px) {
  .reviewMainTable tbody {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .reviewMainTable tr {
    display: block;
  }
}
.reviewMainTable th {
  vertical-align: middle;
  width: 310px;
  font-size: 18px;
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (max-width: 750px) {
  .reviewMainTable th {
    display: block;
    width: 100%;
    font-size: 16px;
    border-style: none;
    padding: 18px 0;
  }
}
.reviewMainTable td {
  padding: 20px 0;
  vertical-align: middle;
  font-size: 15px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .reviewMainTable td {
    display: block;
    width: 100%;
    font-size: 16px;
    padding-top: 0;
  }
}
.reviewMainBtn {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .reviewMainBtn {
    display: flex;
    justify-content: center;
    margin: 0 -2vw;
  }
}
.reviewMainBtn > button {
  margin: 0 10px;
}
@media only screen and (max-width: 750px) {
  .reviewMainBtn > button {
    width: 48%;
    margin: 0 1vw;
  }
}

.reviewComplete {
  padding-top: 80px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .reviewComplete {
    padding-top: 30px;
  }
}
.reviewComplete__title {
  font-size: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .reviewComplete__title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
  }
}
.reviewComplete__text {
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  .reviewComplete__text {
    font-size: 14px;
    text-align: left;
  }
}
.reviewComplete__btn {
  margin-top: 45px;
}

/* ----------------------------------------------------------------------
 total
---------------------------------------------------------------------- */
.totalButtons {
  padding: 45px 0 60px;
}
@media only screen and (max-width: 750px) {
  .totalButtons {
    padding: 30px 0 40px;
  }
}
.totalButtons__title {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #029765;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .totalButtons__title {
    font-size: 18px;
  }
}
.totalButtons__text {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .totalButtons__text {
    text-align: left;
  }
}

.totalHeader {
  padding-top: 45px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .totalHeader {
    margin-bottom: 60px;
    padding-top: 30px;
  }
}
.totalHeaderRow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .totalHeaderRow {
    display: block;
  }
}
.totalHeaderRow__left {
  width: 510px;
}
@media only screen and (max-width: 750px) {
  .totalHeaderRow__left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.totalHeaderRow__right {
  width: 300px;
}
@media only screen and (max-width: 750px) {
  .totalHeaderRow__right {
    width: 100%;
  }
}
.totalHeaderRow__title {
  color: #029765;
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .totalHeaderRow__title {
    text-align: center;
    font-size: 22px;
  }
  .totalHeaderRow__title img {
    display: block;
    width: 36px;
    margin: 0 auto;
  }
}
.totalHeaderRow__text {
  font-size: 14px;
  line-height: 1.5;
}
.totalHeaderRowTable {
  border-top: 2px solid #cdcdcd;
  border-left: 2px solid #cdcdcd;
  border-radius: 8px;
  overflow: hidden;
}
.totalHeaderRowTable__th {
  background-color: #ececec;
  font-size: 12px;
  color: #808080;
  text-align: center;
  padding: 3px 0;
}
.totalHeaderRowTable__th.-full {
  border-right: 2px solid #cdcdcd;
}
.totalHeaderRowTableRow {
  display: flex;
}
.totalHeaderRowTableLeft {
  width: calc(100% - 154px);
  border-bottom: 2px solid #cdcdcd;
  border-bottom-left-radius: 8px;
}
.totalHeaderRowTableLeft .totalHeaderRowTable__th {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .totalHeaderRowTableLeft {
    flex: 1;
  }
}
.totalHeaderRowTableRight {
  width: 154px;
}
@media only screen and (max-width: 750px) {
  .totalHeaderRowTableRight {
    width: 48.4375vw;
  }
}
.totalHeaderRowTableRight .totalHeaderRowTable__th {
  border-top: 2px solid #029765;
  border-left: 2px solid #029765;
  border-right: 2px solid #029765;
  border-bottom: 1px solid #cdcdcd;
}
.totalHeaderRowTableNum {
  text-align: center;
  padding-top: 27px;
  color: #7b7b7b;
  padding-left: 4px;
}
.totalHeaderRowTableNum__age {
  display: inline-block;
  font-size: 44px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.totalHeaderRowTableNum__text {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #7b7b7b;
  position: relative;
  top: -2px;
}
.totalHeaderRowTableNum__arrow {
  display: inline-block;
  color: #029765;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  top: -10px;
  margin-left: 5px;
}
.totalHeaderRowTableNum__arrow span {
  display: inline-block;
}
.totalHeaderRowTableNum__arrow .upright {
  transform: rotate(45deg);
}
.totalHeaderRowTableNum__arrow .right {
  transform: rotate(90deg);
}
.totalHeaderRowTableNum__arrow .downright {
  transform: rotate(135deg);
}
.totalHeaderRowTableNum__arrow .down {
  transform: rotate(180deg);
}
.totalHeaderRowTableNum__score .rank {
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-weight: 500;
  margin-right: 5px;
}
.totalHeaderRowTableNum__score .text {
  font-size: 14px;
  font-weight: 500;
  vertical-align: 2px;
}
.totalHeaderRowTableDiff {
  text-align: center;
  padding-top: 19px;
  padding-bottom: 8px;
  padding-left: 4px;
  border-bottom-right-radius: 8px;
  border-bottom: 2px solid #029765;
  border-right: 2px solid #029765;
  border-left: 2px solid #029765;
}
.totalHeaderRowTableDiff__age {
  display: inline-block;
  font-size: 50px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.totalHeaderRowTableDiff__text {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  color: #7b7b7b;
  position: relative;
  top: -2px;
}
.totalHeaderRowTableDiff__arrow {
  display: inline-block;
  color: #029765;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  top: -10px;
  margin-left: 5px;
}
.totalHeaderRowTableDiff__arrow span {
  display: inline-block;
}
.totalHeaderRowTableDiff__arrow .upright {
  transform: rotate(45deg);
}
.totalHeaderRowTableDiff__arrow .right {
  transform: rotate(90deg);
}
.totalHeaderRowTableDiff__arrow .downright {
  transform: rotate(135deg);
}
.totalHeaderRowTableDiff__arrow .down {
  transform: rotate(180deg);
}
.totalHeaderRowTableDiff__score .rank {
  font-size: 22px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-weight: 500;
  margin-right: 5px;
}
.totalHeaderRowTableDiff__score .text {
  font-size: 14px;
  font-weight: 500;
  vertical-align: 2px;
}
.totalDesc {
  margin-bottom: 70px;
}
.totalDesc__text {
  font-size: 14px;
  line-height: 1.8;
  padding: 0 1em;
}
@media only screen and (max-width: 750px) {
  .totalDesc__text {
    padding: 0;
  }
}

.totalData {
  margin-bottom: 55px;
}
.totalDataCheck {
  padding: 16px 20px;
  border-radius: 6px;
  border: 1px solid #029765;
  width: 644px;
  margin: 0 auto 25px;
}
@media only screen and (max-width: 750px) {
  .totalDataCheck {
    width: 100%;
  }
}
.totalDataCheck__title {
  font-size: 20px;
  font-weight: 500;
  color: #029765;
}
.totalDataCheck__title:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 6px;
}
.totalDataCheck__list {
  padding-left: 0.3em;
}
.totalDataCheck__list li {
  margin-left: 1.2em;
  text-indent: -1.2em;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .totalDataCheck__list li {
    font-size: 15px;
  }
}
.totalDataTable {
  width: 644px;
  margin: 0 auto;
  border-collapse: separate;
  border-top: 2px solid #cdcdcd;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
@media only screen and (max-width: 750px) {
  .totalDataTable {
    width: 100%;
  }
}
.totalDataTable th {
  background: #ececec;
  color: #808080;
  border: 2px solid #cdcdcd;
  text-align: center;
  font-size: 13px;
  padding: 8px 3px;
  vertical-align: middle;
  border-top-style: none;
  border-right-style: none;
}
.totalDataTable th.bd-bottom-none {
  border-bottom-style: none;
}
.totalDataTable th:last-child {
  border-right: 2px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .totalDataTable th {
    font-size: 2.8125vw;
    padding: 2px 0px;
  }
}
.totalDataTable th.right {
  width: 320px;
}
@media only screen and (max-width: 750px) {
  .totalDataTable th.right {
    width: auto;
  }
}
.totalDataTable th.left {
  width: 324px;
  text-align: left;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .totalDataTable th.left {
    width: 31.25vw;
    font-size: 3.125vw;
    padding-left: 3.125vw;
  }
}
.totalDataTable th.clm {
  font-size: 12px;
  border-top-style: solid;
}
@media only screen and (max-width: 750px) {
  .totalDataTable th.clm {
    font-size: 2.65625vw;
  }
}
.totalDataTable th.clm:last-child {
  width: 120px;
}
@media only screen and (max-width: 750px) {
  .totalDataTable th.clm:last-child {
    width: 21.875vw;
  }
}
.totalDataTable th.today {
  border-top: 2px solid #029765;
  border-left: 2px solid #029765;
}
.totalDataTable th.today:not(:last-child) + th {
  border-left: 2px solid #029765;
}
.totalDataTable th.today:last-child {
  border-right: 2px solid #029765;
}
.totalDataTable td {
  vertical-align: middle;
  text-align: center;
  border: 2px solid #cdcdcd;
  padding: 17px 0 7px;
  position: relative;
  border-top-style: none;
}
.totalDataTable td:not(:last-child) {
  border-right-style: none;
}
.totalDataTable td.today {
  border-left: 2px solid #029765;
}
.totalDataTable td.today:not(:last-child) + td {
  border-left: 2px solid #029765;
}
.totalDataTable td.today:last-child {
  border-right: 2px solid #029765;
}
.totalDataTable td.large {
  text-align: left;
  font-size: 23px;
  font-weight: 500;
  color: #029765;
  padding: 0 0px 0 20px;
}
@media only screen and (max-width: 750px) {
  .totalDataTable td.large {
    font-size: 3.75vw;
    padding-left: 3.125vw;
  }
}
.totalDataTable td.large .help-question-right {
  max-width: 10em;
}
@media only screen and (max-width: 750px) {
  .totalDataTable td.large .help-question-right {
    max-width: 5em;
  }
}
.totalDataTable thead tr th.left {
  border-top-left-radius: 8px;
}
.totalDataTable thead tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
@media only screen and (min-width: 751px) {
  .totalDataTable tr td:nth-child(2) .totalDataTable__num {
    font-size: 22px;
  }
  .totalDataTable tr td:nth-child(3) .totalDataTable__num {
    font-size: 22px;
  }
  .totalDataTable tr td:last-child .totalDataTable__num {
    font-size: 28px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 750px) {
  .totalDataTable tr td:last-child .totalDataTable__num {
    font-size: 9.375vw;
  }
}
@media only screen and (max-width: 750px) {
  .totalDataTable tr td:last-child .totalDataTable__num {
    font-size: 7.5vw;
  }
}
.totalDataTable tr:last-child td.today {
  border-bottom: 2px solid #029765;
}
.totalDataTable tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.totalDataTable tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.totalDataTable__num {
  font-size: 30px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #7b7b7b;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 750px) {
  .totalDataTable__num {
    font-size: 6.25vw;
  }
}
.totalDataTable__non {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #7b7b7b;
  position: relative;
  margin: 22px 0px;
  top: 2px;
}
.totalDataTable__rank .rank {
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-weight: 500;
  margin-right: 5px;
}
@media only screen and (max-width: 750px) {
  .totalDataTable__rank .rank {
    font-size: 3.28125vw;
  }
}
.totalDataTable__rank .text {
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .totalDataTable__rank .text {
    font-size: 2.8125vw;
  }
}
.totalDataTable__arrow {
  display: inline-block;
  font-size: 16px;
  color: #029765;
  vertical-align: middle;
  margin-left: 3px;
  line-height: 1;
  margin-right: -20px;
}
@media only screen and (max-width: 750px) {
  .totalDataTable__arrow {
    font-size: 3.125vw;
    top: 3px;
    right: 3px;
    margin-left: 0;
    margin-right: -3.125vw;
  }
}
.totalDataTable__arrow span {
  display: inline-block;
}
.totalDataTable__arrow .upright {
  transform: rotate(45deg);
}
.totalDataTable__arrow .right {
  transform: rotate(90deg);
}
.totalDataTable__arrow .downright {
  transform: rotate(135deg);
}
.totalDataTable__arrow .down {
  transform: rotate(180deg);
}

.totalLisk {
  margin-bottom: 90px;
}
.totalLisk__text {
  font-size: 14px;
  line-height: 1.8;
  padding: 0 1em;
}
@media only screen and (max-width: 750px) {
  .totalLisk__text {
    padding: 0;
  }
}

.totalSickList {
  padding-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .totalSickList {
    text-align: left;
  }
}
.totalSickList li {
  display: inline-block;
  margin: 0 10px 20px;
}
@media only screen and (max-width: 750px) {
  .totalSickList li {
    margin: 0 5px 10px;
  }
}
.totalSickList li a {
  display: inline-block;
  font-size: 17px;
  padding: 10px 30px;
  color: #029765;
  text-decoration: none;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #029765;
  text-decoration: none;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.totalSickList li a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 750px) {
  .totalSickList li a {
    padding: 3.125vw 6.25vw;
    font-size: 3.75vw;
  }
}

.totalSick-imp {
  border: 3px solid #029765;
  font-weight: 700;
}

.totalRecord {
  overflow: hidden;
}
.totalRecordBlock {
  padding-bottom: 80px;
}
.totalRecordDataSelect {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .totalRecordDataSelect {
    display: flex;
    justify-content: space-between;
    margin-top: 7.8125vw;
  }
}
.totalRecordDataSelect__span {
  display: inline-block;
  position: relative;
}
.totalRecordDataSelect__span:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #029765;
  font-weight: bold;
  position: absolute;
  line-height: 1;
  top: 50%;
  margin-top: -10px;
  right: 30px;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .totalRecordDataSelect__span:after {
    right: 10px;
  }
}
.totalRecordDataSelect select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #029765;
  font-size: 24px;
  padding: 0 120px 0 20px;
  height: 56px;
  margin-right: 12px;
  border-radius: 6px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.totalRecordDataSelect select::-ms-expand {
  display: none;
}
@media only screen and (max-width: 750px) {
  .totalRecordDataSelect select {
    margin: 0;
    padding: 0 12.5vw 0 4.6875vw;
    font-size: 16px;
    height: 8.75vw;
    padding-left: 3.125vw;
  }
}
.totalRecordDataLedends {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
@media only screen and (max-width: 750px) {
  .totalRecordDataLedends {
    padding-top: 3.125vw;
  }
}
.totalRecordDataLedends__item {
  margin-top: 20px;
  font-size: 14px;
  margin-right: 2em;
}
@media only screen and (max-width: 750px) {
  .totalRecordDataLedends__item {
    font-size: 3.125vw;
    width: auto;
    min-width: 50%;
    margin-top: 3.125vw;
    margin-right: 0;
  }
}
.totalRecordDataLedends__item:after {
  content: "";
  display: inline-block;
  vertical-align: 5px;
  margin-left: 16px;
  width: 60px;
  height: 2px;
  background-color: #000;
}
@media only screen and (max-width: 750px) {
  .totalRecordDataLedends__item:after {
    width: 12.5vw;
  }
}
.totalRecordDataLedends__item.-taishibou:after {
  background-color: #ee9402;
}
.totalRecordDataLedends__item.-naizou:after {
  background-color: #9fb94c;
}
.totalRecordDataLedends__item.-kinnniku:after {
  background-color: #ed617a;
}
.totalRecordDataLedends__item.-taisya:after {
  background-color: #000;
}
.totalRecordDataWrapper {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .totalRecordDataWrapper {
    margin-left: -6vw;
    margin-right: -6vw;
  }
}
.totalRecordDataGraph {
  margin-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  overflow: auto;
  direction: rtl;
}
.totalRecordDataGraph::-webkit-scrollbar {
  width: 20px;
  height: 20px;
}
.totalRecordDataGraph::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: 0 0 4px #aaa inset;
}
.totalRecordDataGraph::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}
.totalRecordDataGraph__inner {
  direction: ltr;
  width: 900%;
  min-width: 100%;
}
@media only screen and (max-width: 750px) {
  .totalRecordDataGraph__inner {
    width: 900%;
  }
}
.totalRecordDataGraph .totalGraphY {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
}
.totalRecordDataGraph .totalGraphYRight {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.totalRecordDataDates {
  margin-top: 1em;
  font-size: 14px;
  text-align: center;
}

/* ----------------------------------------------------------------------
 column
---------------------------------------------------------------------- */
.voiceArchiveList {
  margin: 0 0 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .voiceArchiveList {
    display: block;
  }
}
.voiceArchiveList__item {
  width: 48%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .voiceArchiveList__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.voiceArchiveList__item a {
  padding: 20px 20px 45px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  .voiceArchiveList__item a {
    padding: 6.25vw 6.25vw 10.9375vw;
  }
}
.voiceArchiveList__img {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 6px;
}
@media only screen and (max-width: 750px) {
  .voiceArchiveList__img {
    width: 25vw;
    height: 25vw;
  }
}
.voiceArchiveList__right {
  width: calc(100% - 180px);
  padding-top: 10px;
}
@media only screen and (max-width: 750px) {
  .voiceArchiveList__right {
    width: 45.3125vw;
    padding-top: 0;
  }
}
.voiceArchiveList__date {
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
@media only screen and (max-width: 750px) {
  .voiceArchiveList__date {
    font-size: 3.4375vw;
  }
}
.voiceArchiveList__text {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.7;
}
@media only screen and (max-width: 750px) {
  .voiceArchiveList__text {
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 6.25vw;
  }
}
.voiceArchiveList__more {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .voiceArchiveList__more {
    bottom: 6.25vw;
  }
}

.voiceSingle {
  padding-top: 40px;
}
@media only screen and (max-width: 750px) {
  .voiceSingle {
    padding-top: 30px;
  }
}
.voiceSingle__thumb {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .voiceSingle__thumb {
    margin-bottom: 30px;
  }
}
.voiceSingleCat {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.voiceSingleCat__date {
  font-size: 24px;
  font-family: "Lato", sans-serif;
  color: #4b4b4b;
}
@media only screen and (max-width: 750px) {
  .voiceSingleCat__date {
    font-size: 16px;
  }
}
.voiceSingleCat__cat {
  font-size: 14px;
  line-height: 28px;
  padding: 0 5px;
  min-width: 100px;
  border-radius: 6px;
  background-color: #029765;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-left: 18px;
}
@media only screen and (max-width: 750px) {
  .voiceSingleCat__cat {
    font-size: 11px;
    line-height: 19px;
    min-width: 80px;
  }
}
.voiceSingle__title {
  font-size: 26px;
  letter-spacing: 0.06em;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .voiceSingle__title {
    font-size: 18px;
    border-style: none;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}

.voiceRecent {
  margin-top: 130px;
  padding: 60px 0 160px;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .voiceRecent {
    margin-top: 72px;
    padding: 0 0 66px;
  }
}
.voiceRecentWrapper {
  position: relative;
  margin: 0 auto 75px;
  max-width: 1800px;
}
@media only screen and (max-width: 750px) {
  .voiceRecentWrapper {
    position: relative;
    padding-bottom: 0;
  }
}
.voiceRecentList__item {
  padding-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .voiceRecentList__item {
    height: 100%;
    padding: 0 6.25vw 10px;
  }
}
.voiceRecentList__item a {
  width: 560px;
  margin: 0 auto;
  height: 255px;
  background-color: #fff;
  border-radius: 10px;
  padding: 33px 36px 0;
  display: block;
}
@media only screen and (max-width: 750px) {
  .voiceRecentList__item a {
    width: 100%;
    height: 100%;
    padding: 4.6875vw 6.25vw 4.6875vw;
  }
}
.voiceRecentList__top {
  display: flex;
  align-items: center;
}
.voiceRecentList__thumb {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
}
@media only screen and (max-width: 750px) {
  .voiceRecentList__thumb {
    width: 18.125vw;
    height: 18.125vw;
  }
}
.voiceRecentList__title {
  flex: 1;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 500;
  color: #029765;
}
@media only screen and (max-width: 750px) {
  .voiceRecentList__title {
    padding-left: 3.90625vw;
    font-size: 4.0625vw;
  }
}
.voiceRecentList__text {
  margin-top: 15px;
  margin-bottom: 10px;
}
.voiceRecentList__more {
  text-align: right;
}
@media only screen and (max-width: 750px) {
  .voiceRecent .slick-track:before, .voiceRecent .slick-track:after {
    display: none;
  }
  .voiceRecent .slick-slide {
    float: none;
    height: auto;
  }
  .voiceRecent .slick-slide > div {
    height: 100%;
  }
  .voiceRecent .slick-track {
    height: 100%;
    display: flex;
  }
}
.voiceRecent .prev,
.voiceRecent .next {
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -25px;
}
@media only screen and (max-width: 750px) {
  .voiceRecent .prev,
  .voiceRecent .next {
    bottom: -36px;
  }
}
.voiceRecent .prev {
  left: 50%;
  margin-left: -324px;
}
@media only screen and (max-width: 750px) {
  .voiceRecent .prev {
    top: auto;
    margin-top: 0;
    bottom: -42px;
    margin-left: 0;
    left: 7.8125vw;
  }
}
.voiceRecent .next {
  right: 50%;
  margin-right: -324px;
}
@media only screen and (max-width: 750px) {
  .voiceRecent .next {
    top: auto;
    margin-top: 0;
    bottom: -42px;
    margin-right: 0;
    right: 7.8125vw;
  }
}
.voiceRecent .slick-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -40px;
  left: 0px;
}
@media only screen and (max-width: 750px) {
  .voiceRecent .slick-dots {
    bottom: -36px;
  }
}
.voiceRecent .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.voiceRecent .slick-dots li button {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #029765;
  text-indent: -9999px;
  border-radius: 50%;
}
.voiceRecent .slick-dots li.slick-active button {
  background-color: #029765;
}

/* ----------------------------------------------------------------------
 check
---------------------------------------------------------------------- */
@media only screen and (max-width: 750px) {
  .check .pageH1Area {
    height: 58px;
    padding-top: 12px;
    text-align: left;
  }
  .check .pageH1Area__h1 .icon {
    height: auto;
    margin-left: 10px;
  }
  .check .pageH1Area__h1 .icon img {
    width: 128px;
  }
  .check .pageH1Area__h1 .text {
    display: none;
  }
}

.checkEntry {
  padding-top: 56px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .checkEntry {
    padding-top: 30px;
  }
}
.checkEntry__title {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  color: #029765;
}
@media only screen and (max-width: 750px) {
  .checkEntry__title {
    font-size: 22px;
  }
}
.checkEntry__read {
  text-align: center;
  font-size: 16px;
  margin-top: 14px;
}
.checkEntryButtons {
  margin-top: 30px;
}
.checkEntryButtons__button {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .checkEntryButtons__button {
    margin-bottom: 3.75vw;
  }
}
.checkEntryButtons__button:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .checkEntryButtons__button:last-child {
    margin-bottom: 0;
  }
}
.checkEntryButtons__button a {
  -webkit-appearance: none;
  border-style: none;
  width: 320px;
  height: 90px;
  text-align: center;
  padding-top: 12px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #1dca73, #138f6f);
  border-radius: 45px;
  display: inline-block;
}
.checkEntryButtons__button a:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .checkEntryButtons__button a {
    width: 62.5vw;
    height: 17.1875vw;
    padding-top: 1.5625vw;
  }
}
.checkEntryButtons__button .__name {
  font-size: 27px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .checkEntryButtons__button .__name {
    font-size: 5.3125vw;
  }
}
.checkEntryButtons__button .__status {
  display: block;
  width: 150px;
  height: 20px;
  border-radius: 10px;
  margin: 0 auto;
  background-color: #fff;
  color: #029765;
  font-size: 13px;
  font-weight: 500;
  margin-top: 2px;
}
@media only screen and (max-width: 750px) {
  .checkEntryButtons__button .__status {
    font-size: 3.125vw;
    width: 37.5vw;
    height: 4.6875vw;
    line-height: 1.4;
  }
}
.checkEntryButtons__button .__status i {
  color: #e34c4c;
  margin-right: 4px;
}
.checkEntryButtons__button .__status i.-green {
  color: #029765;
}
.checkEntryButtons__result {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .checkEntryButtons__result {
    margin-top: 7.8125vw;
  }
}
.checkEntryButtons__result a {
  -webkit-appearance: none;
  border-style: none;
  width: 280px;
  height: 90px;
  text-align: center;
  padding-top: 22px;
  color: #029765;
  text-decoration: none;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 3px solid #029765;
  border-radius: 45px;
  display: inline-block;
  font-size: 27px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .checkEntryButtons__result a {
    width: 56.25vw;
    height: 17.1875vw;
    font-size: 5.3125vw;
    padding-top: 3.75vw;
  }
}
.checkEntryButtons__result a:hover {
  opacity: 0.8;
  cursor: pointer;
}
.checkEntryButtons__back {
  text-align: center;
  margin-top: 30px;
}
.checkEntryButtons__back a {
  color: #029765;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.checkEntryButtons__back a:before {
  content: "\f104";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  width: 16px;
  font-size: 10px;
  display: inline-block;
  background-color: #029765;
  color: #fff;
  text-align: center;
  line-height: 16px;
  vertical-align: 1px;
  margin-right: 3px;
  border-radius: 50%;
}

.checkInput {
  padding-bottom: 70px;
}

.checkInputHeader {
  padding-top: 45px;
  max-width: 1000px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 750px) {
  .checkInputHeader {
    padding-top: 30px;
  }
}
.checkInputHeaderRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkInputHeaderRow__left {
  font-size: 34px;
  font-weight: 500;
  color: #029765;
}
@media only screen and (max-width: 750px) {
  .checkInputHeaderRow__left {
    font-size: 24px;
  }
}
.checkInputHeaderRow__right {
  font-size: 30px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  color: #029765;
}
@media only screen and (max-width: 750px) {
  .checkInputHeaderRow__right {
    font-size: 24px;
  }
}
.checkInputHeader__caution {
  margin-top: 10px;
}
.checkInputHeaderButton {
  text-align: center;
  margin-top: 30px;
}
.checkInputHeaderButton__btn {
  width: 198px;
  height: 60px;
  border-radius: 30px;
  background: linear-gradient(to right, #1dca73, #138f6f);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.checkInputHeaderButton__btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.checkInputBody {
  max-width: 1000px;
  margin: 0 auto;
}
.checkInputBody__inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 30px 50px;
  box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 750px) {
  .checkInputBody__inner {
    padding: 0;
    background-color: transparent;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .-confirm .checkInputBody__inner {
    border-radius: 10px;
    box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
}

.checkInputBlock {
  padding: 35px 20px 0;
}
@media only screen and (max-width: 750px) {
  .checkInputBlock {
    padding: 20px 6.25vw 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.2);
  }
  .-confirm .checkInputBlock {
    border-radius: 0px;
    box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0);
  }
}
.checkInputBlock__title {
  font-size: 27px;
  font-weight: 500;
  color: #029765;
  border-bottom: 3px solid #029765;
  padding-bottom: 8px;
}
@media only screen and (max-width: 750px) {
  .checkInputBlock__title {
    font-size: 19px;
  }
}
.checkInputBlockColumn__item {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .checkInputBlockColumn__item {
    display: block;
    padding: 25px 0 15px;
  }
}
.checkInputBlockColumn__next {
  text-align: right;
}
@media only screen and (min-width: 751px) {
  .checkInputBlockColumn__next {
    display: none;
  }
}
.checkInputBlockColumn__next button {
  color: #029765;
}
.checkInputBlockColumn__next button:after {
  content: "\f107";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  width: 16px;
  font-size: 10px;
  display: inline-block;
  background-color: #029765;
  color: #fff;
  text-align: center;
  line-height: 16px;
  vertical-align: 1px;
  margin-left: 3px;
  border-radius: 50%;
}
.checkInputBlockColumn__tag {
  min-width: 212px;
  padding-right: 0.5em;
  padding-left: 8px;
  font-size: 17px;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .checkInputBlockColumn__tag {
    min-width: initial;
    width: 100%;
    font-size: 16px;
  }
  .-confirm .checkInputBlockColumn__tag {
    padding-left: 0;
  }
}
.checkInputBlockColumn__tag .__required {
  color: #e34c4c;
  font-size: 11px;
  margin-left: 0.2em;
}
.checkInputBlockColumn__right {
  font-size: 17px;
  flex: 1;
}
@media only screen and (max-width: 750px) {
  .checkInputBlockColumn__right {
    margin-top: 8px;
    font-size: 16px;
  }
}
.checkInputBlockColumn__back {
  margin-top: 4px;
  text-align: right;
}
.checkInputBlockColumn__back a {
  color: #029765;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.checkInputBlockColumn__back a:before {
  content: "\f104";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  width: 16px;
  font-size: 10px;
  display: inline-block;
  background-color: #029765;
  color: #fff;
  text-align: center;
  line-height: 16px;
  vertical-align: 2px;
  margin-right: 8px;
  border-radius: 50%;
}
.checkInputBlockColumn__back a:hover {
  opacity: 0.8;
}
.checkInputBlockColumnRadio {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
@media only screen and (max-width: 750px) {
  .checkInputBlockColumnRadio {
    display: block;
    margin: 12px 0 0;
    border: 1px solid #bfbfbf;
    border-radius: 8px;
    overflow: hidden;
  }
  .checkInputBlockColumnRadio.-gram {
    display: flex;
    justify-content: space-between;
    border-style: none;
    border-radius: 0px;
    overflow: auto;
  }
}
.checkInputBlockColumnRadio__item {
  margin: 5px;
  width: calc(25% - 10px);
}
@media only screen and (max-width: 750px) {
  .checkInputBlockColumnRadio__item {
    width: 100%;
    margin: 0;
  }
  .checkInputBlockColumnRadio__item:first-child label {
    border-style: none;
  }
  .-gram .checkInputBlockColumnRadio__item {
    width: 48.5%;
    margin: 0;
  }
}
.checkInputBlockColumnRadio__item label {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #029765;
  font-size: 17px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
}
@media only screen and (max-width: 750px) {
  .checkInputBlockColumnRadio__item label {
    border-style: none;
    border-top: 1px solid #bfbfbf;
    border-radius: 0px;
  }
}
.checkInputBlockColumnRadio__item label.label-gram {
  display: block;
  text-align: center;
  height: auto;
  border-style: none;
  margin-bottom: 20px;
}
.checkInputBlockColumnRadio__item label.label-gram .label-gram__text {
  display: block;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  height: 40px;
  font-size: 16px;
  padding-top: 6px;
}
.checkInputBlockColumnRadio__item label.label-gram .label-gram__img {
  display: block;
  margin-top: 6px;
}
.checkInputBlockColumnRadio__item input[type=radio] {
  visibility: hidden;
  position: absolute;
}
.checkInputBlockColumnRadio__item input[type=radio]:focus {
  background-color: #029765;
}
.checkInputBlockColumnRadio__item input[type=radio]:checked + label:not(.label-gram) {
  background-color: #029765;
  border-color: #029765;
  color: #fff;
}
.checkInputBlockColumnRadio__item input[type=radio]:checked + label.label-gram .label-gram__text {
  background-color: #029765;
  border-color: #029765;
  color: #fff;
}
.checkInputBlockColumnRow {
  display: flex;
}
@media only screen and (max-width: 750px) {
  .checkInputBlockColumnRow {
    display: block;
  }
}
.checkInputBlockColumnRow__left {
  width: 280px;
  margin-right: 35px;
}
@media only screen and (max-width: 750px) {
  .checkInputBlockColumnRow__left {
    width: 100%;
    margin: 0;
  }
}
.checkInputBlockColumnRow__caption {
  font-size: 14px;
  margin-top: 0.4em;
}
.checkInputBlockColumnRow__right {
  width: 360px;
}
@media only screen and (max-width: 750px) {
  .checkInputBlockColumnRow__right {
    width: 100%;
  }
}
.checkInputBlockColumnRowRadio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .checkInputBlockColumnRowRadio {
    display: block;
    margin-top: 12px;
    border: 1px solid #bfbfbf;
    border-radius: 8px;
    overflow: hidden;
  }
}
.checkInputBlockColumnRowRadio__item {
  width: 24%;
  margin-bottom: 10px;
}
.checkInputBlockColumnRow__right .checkInputBlockColumnRowRadio__item {
  width: 172px;
}
@media only screen and (max-width: 750px) {
  .checkInputBlockColumnRowRadio__item {
    width: 100%;
    margin-bottom: 0;
  }
  .checkInputBlockColumnRowRadio__item:first-child label {
    border-style: none;
  }
  .checkInputBlockColumnRow__right .checkInputBlockColumnRowRadio__item {
    width: 100%;
  }
}
.checkInputBlockColumnRowRadio__item label {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #029765;
  font-size: 17px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .checkInputBlockColumnRowRadio__item label {
    border-style: none;
    border-top: 1px solid #bfbfbf;
    border-radius: 0px;
  }
}
.checkInputBlockColumnRowRadio__item input[type=radio] {
  visibility: hidden;
  position: absolute;
}
.checkInputBlockColumnRowRadio__item input[type=radio]:focus {
  background-color: #029765;
}
.checkInputBlockColumnRowRadio__item input[type=radio]:checked + label {
  background-color: #029765;
  border-color: #029765;
  color: #fff;
}
.checkInputBlockColumnSelect__item {
  margin-bottom: 6px;
}
.checkInputBlockColumnSelect__item:last-child {
  margin-bottom: 0;
}
.checkInputBlockColumnSelect__item > label {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #029765;
  font-size: 17px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  line-height: 1.3;
  text-align: center;
}
.checkInputBlockColumnSelect__item input[type=radio] {
  display: none;
}
.checkInputBlockColumnSelect__item input[type=radio]:focus {
  background-color: #029765;
}
.checkInputBlockColumnSelect__item input[type=radio]:checked + label {
  background-color: #029765;
  border-color: #029765;
  color: #fff;
}
.checkInputBlockColumnSelectChild {
  background-color: #f1f1f1;
  padding: 15px 24px;
  display: none;
}
.checkInputBlockColumnSelectChild__text {
  font-size: 14px;
  margin-bottom: 15px;
}
.checkInputBlockColumnSelectChild__item {
  margin-bottom: 9px;
  font-size: 17px;
}
@media only screen and (max-width: 750px) {
  .checkInputBlockColumnSelectChild__item {
    font-size: 15px;
  }
}
.checkInputBlockColumnSelectChild__item .__tag {
  display: inline-block;
  margin-right: 0.5em;
}
.checkInputBlockColumnSelectChild__item:last-child {
  margin-bottom: 0;
}

.checkRadioBody {
  max-width: 1000px;
  margin: 0 auto;
}
.checkRadioBody__inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 30px 50px;
  box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 750px) {
  .checkRadioBody__inner {
    padding: 0;
    background-color: transparent;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .-confirm .checkRadioBody__inner {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
}

.checkInputRadioBlock {
  padding: 20px 0px;
  border-bottom: 1px solid #cdcdcd;
}
@media only screen and (max-width: 750px) {
  .checkInputRadioBlock {
    border-bottom-style: none;
    padding-bottom: 0;
    padding: 20px 6.25vw 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.2);
  }
  .-confirm .checkInputRadioBlock {
    padding: 20px 0 16px;
    margin: 0 6.25vw;
    border-bottom: 1px solid #cdcdcd;
    border-radius: 0px;
    box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0);
  }
}
.checkInputRadioBlock__inner {
  padding: 7px;
  border-radius: 5px;
}
@media only screen and (max-width: 750px) {
  .-confirm .checkInputRadioBlock__inner {
    padding: 0;
  }
}
@media only screen and (min-width: 751px) {
  .checkInputRadioBlock.is-current .checkInputRadioBlock__inner {
    background-color: #ffffda;
    border: 3px solid #029765;
  }
}
.checkInputRadioBlock__text {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .checkInputRadioBlock__text {
    font-size: 16px;
    min-height: 48px;
  }
}
.checkInputRadioBlock__dummy {
  height: 1px;
}
.checkInputRadioBlock__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
@media only screen and (max-width: 750px) {
  .checkInputRadioBlock__row {
    display: block;
    margin: 12px 0 0;
    border: 1px solid #bfbfbf;
    border-radius: 8px;
    overflow: hidden;
  }
  .-confirm .checkInputRadioBlock__row {
    border-style: none;
    margin-top: 8px;
  }
}
.checkInputRadioBlock__back {
  margin-top: 4px;
  text-align: right;
}
.checkInputRadioBlock__back a {
  color: #029765;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.checkInputRadioBlock__back a:before {
  content: "\f104";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  width: 16px;
  font-size: 10px;
  display: inline-block;
  background-color: #029765;
  color: #fff;
  text-align: center;
  line-height: 16px;
  vertical-align: 2px;
  margin-right: 8px;
  border-radius: 50%;
}
.checkInputRadioBlock__back a:hover {
  opacity: 0.8;
}
.checkInputRadioBlock__item {
  margin: 2px 6px;
  width: calc(25% - 12px);
}
@media only screen and (max-width: 750px) {
  .checkInputRadioBlock__item {
    margin: 0;
    width: 100%;
  }
  .checkInputRadioBlock__item:first-child label {
    border-style: none;
  }
}
.checkInputRadioBlock__item label {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #029765;
  font-size: 17px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  padding: 0 4px;
}
@media only screen and (max-width: 750px) {
  .checkInputRadioBlock__item label {
    border-style: none;
    border-top: 1px solid #bfbfbf;
    border-radius: 0px;
  }
}
.checkInputRadioBlock__item input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.checkInputRadioBlock__item input[type=radio]:focus {
  background-color: #029765;
}
.checkInputRadioBlock__item input[type=radio]:checked + label {
  background-color: #029765;
  border-color: #029765;
  color: #fff;
}

.checkButons {
  max-width: 410px;
  margin: 130px auto 0;
  position: relative;
}
.checkRadioBody + .checkButons {
  margin-top: 130px;
}
@media only screen and (max-width: 750px) {
  .checkButons {
    margin-top: 100px;
  }
  .-confirm + .checkButons {
    margin-top: 60px;
  }
  .checkRadioBody + .checkButons {
    margin-top: 100px;
  }
}
.checkButons button {
  -webkit-appearance: none;
  border-style: none;
}
.checkButons button:focus {
  box-shadow: 0px 0px 0px 3px #1875bc;
}
.checkButonsValidate__button {
  display: none;
}
@media only screen and (max-width: 750px) {
  .checkButonsValidate__button {
    display: block;
    position: absolute;
    height: 50px;
    width: 48%;
    right: 0px;
    top: -81px;
    background-color: #000;
    opacity: 0;
  }
}
.checkButonsTop {
  justify-content: space-between;
  position: absolute;
  top: -91px;
  right: 0px;
}
.-normal .checkButonsTop {
  display: block;
}
@media only screen and (max-width: 750px) {
  .checkButonsTop {
    width: 48%;
    top: -81px;
  }
}
.checkButonsTop__item {
  width: 198px;
}
@media only screen and (max-width: 750px) {
  .checkButonsTop__item {
    width: 100%;
  }
}
.checkButonsTop__back {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #818181;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 750px) {
  .checkButonsTop__back {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    font-size: 18px;
  }
}
.checkButonsTop__back:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  position: absolute;
  left: 20px;
  top: calc(50% - 10px);
  font-weight: bold;
}
.checkButonsTop__back:hover {
  opacity: 0.8;
  cursor: pointer;
}
.checkButonsTop__next {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background: linear-gradient(to right, #1dca73, #138f6f);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 750px) {
  .checkButonsTop__next {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    font-size: 18px;
  }
}
.checkButonsTop__next:disabled {
  opacity: 0.2;
  pointer-events: none;
}
.checkButonsTop__next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  font-weight: bold;
}
.checkButonsTop__next:hover {
  opacity: 0.8;
  cursor: pointer;
}
.checkButonsConfirm {
  margin-top: 20px;
  display: none;
}
.checkButonsConfirm__btn {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background: linear-gradient(to right, #1dca73, #138f6f);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 750px) {
  .checkButonsConfirm__btn {
    height: 50px;
    border-radius: 25px;
    font-size: 18px;
  }
}
.checkButonsConfirm__btn:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  font-weight: bold;
}
.checkButonsConfirm__btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.checkButonsBack {
  margin-top: 35px;
  text-align: center;
}
.checkButonsBack__btn {
  color: #029765;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.checkButonsBack__btn:before {
  content: "\f104";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  width: 16px;
  font-size: 10px;
  display: inline-block;
  background-color: #029765;
  color: #fff;
  text-align: center;
  line-height: 16px;
  vertical-align: 1px;
  margin-right: 3px;
  border-radius: 50%;
}
.checkButonsBack__btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.checkButonsSend {
  text-align: center;
  margin-top: 30px;
}
.checkButonsSend__btn {
  width: 198px;
  height: 60px;
  border-radius: 30px;
  background: linear-gradient(to right, #1dca73, #138f6f);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
}
.checkButonsSend__btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.checkInput__inputNum {
  width: 120px;
  height: 50px;
  font-size: 17px;
  margin-right: 0.5em;
  padding-right: 0.5em;
  border-style: none;
  background-color: #ececec;
  text-align: right;
}
.checkInput__inputNum::-webkit-inner-spin-button, .checkInput__inputNum::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
.checkInput__inputNum.-white {
  background-color: #fff;
}
.checkInput__inputNum:focus {
  background-color: #fff9d4;
  border: 3px solid #029765;
}
@media only screen and (max-width: 750px) {
  .checkInput__inputNum {
    width: 88px;
    height: 46px;
  }
}

.checkRadioBodySlide .slick-list {
  padding-bottom: 10px;
  box-sizing: content-box;
}
.checkRadioBodySlide .prev {
  width: 198px;
  height: 60px;
  border-radius: 30px;
  background-color: #818181;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -150px;
  left: calc(50% - 210px);
  text-align: center;
}
.checkRadioBodySlide .prev.slick-disabled {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .checkRadioBodySlide .prev {
    width: 48%;
    bottom: -70px;
    height: 50px;
    border-radius: 25px;
    left: 0px;
    font-size: 18px;
  }
}
.checkRadioBodySlide .prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  position: absolute;
  left: 20px;
  top: calc(50% - 10px);
  font-weight: bold;
}
.checkRadioBodySlide .prev:hover {
  opacity: 0.8;
  cursor: pointer;
}
.checkRadioBodySlide .prev:focus {
  box-shadow: 0px 0px 0px 3px #1875bc;
}
.checkRadioBodySlide .next {
  visibility: hidden;
  width: 198px;
  height: 60px;
  border-radius: 230px;
  background: linear-gradient(to right, #1dca73, #138f6f);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -150px;
  right: calc(50% - 210px);
  text-align: center;
}
.checkRadioBodySlide .next.slick-disabled {
  display: none !important;
}
.checkRadioBodySlide .next:disabled {
  opacity: 0.2;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .checkRadioBodySlide .next {
    width: 48%;
    bottom: -70px;
    height: 50px;
    border-radius: 25px;
    right: 0px;
    font-size: 18px;
  }
}
.checkRadioBodySlide .next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  font-weight: bold;
}
.checkRadioBodySlide .next:hover {
  opacity: 0.8;
  cursor: pointer;
}

.js-slideSP .slick-list {
  padding-bottom: 10px;
  box-sizing: content-box;
}
.js-slideSP .slick-disabled {
  display: none !important;
}
.js-slideSP .prev {
  width: 48%;
  height: 50px;
  border-radius: 30px;
  background-color: #818181;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -70px;
  left: 0px;
  text-align: center;
}
.js-slideSP .prev:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  position: absolute;
  left: 20px;
  top: calc(50% - 12px);
  font-weight: bold;
}
.js-slideSP .prev:hover {
  opacity: 0.8;
  cursor: pointer;
}
.js-slideSP .next {
  width: 48%;
  height: 50px;
  border-radius: 25px;
  background: linear-gradient(to right, #1dca73, #138f6f);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -70px;
  right: 0px;
  text-align: center;
}
.js-slideSP .next:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  font-weight: bold;
}
.js-slideSP .next:hover {
  opacity: 0.8;
  cursor: pointer;
}

.spKeyboard {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
}
.spKeyboard__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.spKeyboard__block {
  width: 100%;
  background-color: #f1f1f1;
  padding: 10px 2px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
.spKeyboard__back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.spKeyboard .spKeyboardTable {
  width: 100%;
}
.spKeyboard .spKeyboardTable td {
  width: 25%;
  vertical-align: bottom;
  padding: 4px;
}
.spKeyboard .spKeyboardTable td button {
  font-size: 23px;
  width: 100%;
  height: 46px;
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  vertical-align: middle;
}
.spKeyboard .spKeyboardTable td button.-white {
  background-color: transparent;
}
.spKeyboard .spKeyboardTable td button.-next {
  height: 154px;
  font-size: 14px;
}
.spKeyboard .spKeyboardTable td img {
  width: 24px;
}
.spKeyboard .spKeyboardTable td img.img-back {
  position: relative;
  top: -2px;
}

.checkAlert {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: none;
}
.checkAlert__back {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.checkAlert__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.checkAlertBlock {
  width: 300px;
  padding: 12px 10px 18px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.checkAlertBlock__close {
  text-align: right;
  margin-bottom: 8px;
  line-height: 1;
}
.checkAlertBlock__close img {
  width: 14px;
}
.checkAlertBlock__title {
  font-size: 20px;
  font-weight: 500;
  color: #029765;
  margin-bottom: 4px;
}
.checkAlertBlock__text {
  font-size: 14px;
  margin-bottom: 18px;
}
.checkAlertBlockButtons {
  display: flex;
  justify-content: space-between;
  width: 192px;
  margin: 0 auto;
}
.checkAlertBlockButtons__item {
  width: 48%;
}
.checkAlertBlockButtons__item a {
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.checkAlertBlockButtons__item a:hover {
  opacity: 0.8;
}
.checkAlertBlockButtons__item a.-no {
  background-color: #818181;
}
.checkAlertBlockButtons__item a.-yes {
  background-color: #029765;
}

.check .formError.inline {
  width: 100%;
  padding-top: 10px;
}
.check .formError.inline .formErrorContent {
  background-color: #fdeaec;
  border: 1px solid #e60012;
  border-radius: 4px;
  color: #e34c4c;
  font-size: 13px;
  font-weight: 500;
}
.check .style-validate.is-error {
  border: 3px solid #e34c4c;
}
.check .style-validate.is-error:focus {
  border: 3px solid #029765;
}

.question_outer_box {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .question_outer_box {
    width: 100%;
  }
}
.question_outer_box .question_inner_box {
  width: 172px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .question_outer_box .question_inner_box {
    width: 100%;
  }
}
.question_outer_box .question_inner_box .label-gram__text {
  width: 88px;
  display: inline-block;
  padding-left: 2px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 750px) {
  .question_outer_box .question_inner_box .label-gram__text {
    float: left;
    transform: translate(0, 50%);
    width: 50%;
    display: block;
  }
}
.question_outer_box .question_inner_box .label-gram__img {
  display: inline-block;
  vertical-align: middle;
  width: 75px;
}
@media only screen and (max-width: 750px) {
  .question_outer_box .question_inner_box .label-gram__img {
    width: 37%;
    float: right;
    display: block;
  }
}

.scroll-hint {
  position: static !important;
}/*# sourceMappingURL=style.css.map */