@charset "UTF-8";
/* Custom colors ▼
-------------------------------- */
/* Theme setup ▼
-------------------------------- */
/* Reset ▼
-------------------------------- */
.main *, .main *:before, .main *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  background-color: #fff;
  overflow-y: auto;
  text-align: justify;
  color: #333; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ＭＳ Ｐゴシック", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .05em;
  padding: 0;
  margin: 0;
  -webkit-print-color-adjust: exact; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body {
      font-feature-settings: normal; } }
  @supports (-ms-ime-align: auto) {
    body {
      font-feature-settings: "palt"; } }

a, a:hover, a:active, a:focus, a:visited,
button, button:hover, button:active, button:focus {
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

ul, ul ul {
  padding: 0;
  margin: 0; }

li {
  list-style-type: none;
  list-style-position: outside;
  padding: 0; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ＭＳ Ｐゴシック", "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-size: rem-calc(20);
  line-height: 1; }

figure {
  margin: 0;
  padding: 0; }

img {
  vertical-align: bottom;
  max-width: 100%; }

*, *:before, *:after {
  box-sizing: border-box; }

p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

@media print {
  body {
    overflow: visible;
    padding: 0mm;
    margin: 0mm; } }

@page {
  size: A4 portrait;
  margin: 0;
  margin: 15mm 10mm; }

.linkOpacity {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .linkOpacity:hover, .linkOpacity:active {
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70); }

.titleBar {
  background-color: #0A5AAA;
  height: 60px; }
  .titleBar__inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 20px 20px; }
    @media screen and (min-width: 768px) {
      .titleBar__inner {
        padding: 17px 10px 18px; } }
    .titleBar__inner > p {
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      font-size: rem-calc(20);
      line-height: 1; }
      @media screen and (min-width: 768px) {
        .titleBar__inner > p {
          font-size: 25px;
          font-size: rem-calc(25);
          line-height: 1; } }

.buttonStd {
  font-size: 18px;
  font-size: rem-calc(18);
  line-height: 1;
  font-weight: bold;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  height: 70px;
  width: 100%;
  max-width: 280px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  position: relative; }
  @media screen and (min-width: 768px) {
    .buttonStd {
      font-size: 25px;
      font-size: rem-calc(25);
      line-height: 1;
      height: 80px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; } }
  .buttonStd__blue {
    background-color: #0A5AAA;
    color: #fff; }
  .buttonStd__blueBorder {
    background-color: #fff;
    border: 1px solid #0A5AAA;
    color: #0A5AAA; }
  .buttonStd:disabled {
    background-color: #CFCFCF !important;
    color: #fff !important;
    border: none;
    box-shadow: none; }
    .buttonStd:disabled:hover, .buttonStd:disabled:active {
      cursor: auto;
      opacity: 1;
      filter: alpha(opacity=100); }
  .buttonStd.buttonArrowLeft::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    left: 20px;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #0A5AAA;
    border-left: 2px solid #0A5AAA;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .buttonStd.buttonArrowLeft:disabled::before {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff; }

.header {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 20px; }
  @media screen and (min-width: 768px) {
    .header {
      padding: 20px; } }

.headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto; }
  .headerInner > img {
    height: 40px; }
    @media screen and (min-width: 768px) {
      .headerInner > img {
        height: 50px; } }
  .headerInner__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    letter-spacing: -.4em; }
    .headerInner__wrapper > * {
      letter-spacing: .05em; }
    .headerInner__wrapper > h1 {
      color: #0A5AAA;
      font-weight: bold;
      font-size: 18px;
      font-size: rem-calc(18);
      line-height: 1; }
      @media screen and (min-width: 768px) {
        .headerInner__wrapper > h1 {
          font-size: 22px;
          font-size: rem-calc(22);
          line-height: 1; } }
    .headerInner__wrapper > button {
      display: none; }
      @media screen and (min-width: 768px) {
        .headerInner__wrapper > button {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 15px;
          margin-left: 20px;
          background-color: #0A5AAA;
          color: #fff;
          border-radius: 5px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          font-size: 20px;
          font-size: rem-calc(20);
          line-height: 1;
          -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); }
          .headerInner__wrapper > button > .icon {
            width: 20px;
            height: 20px;
            fill: #fff;
            margin-right: 10px; } }

.footer {
  background-color: #0A5AAA !important;
  text-align: center;
  padding: 23px 0;
  height: 60px;
  margin-top: 60px; }
  .footer > p {
    color: #fff;
    font-size: 14px;
    font-size: rem-calc(14);
    line-height: 1; }

.content {
  max-width: 920px;
  margin: 0 auto;
  padding: 20px 10px 0;
  min-height: calc(100vh - 190px); }
  @media screen and (min-width: 768px) {
    .content {
      min-height: calc(100vh - 210px); } }
  @media print {
    .content {
      overflow: visible; } }
  .content.onTitleBar {
    min-height: calc(100vh - 250px); }
    @media screen and (min-width: 768px) {
      .content.onTitleBar {
        min-height: calc(100vh - 270px); } }
  .content.regulationText {
    margin-bottom: -100px; }
  .content__family--inner {
    margin-bottom: 40px; }
  .content__title {
    background-color: #F1F7FB !important;
    padding: 10px;
    color: #0A5AAA;
    font-weight: bold;
    font-size: 16px;
    font-size: rem-calc(16);
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .content__title {
        font-size: 18px;
        font-size: rem-calc(18);
        line-height: 1; } }
    @media print {
      .content__title {
        padding: 5px;
        break-inside: avoid; } }
  .content__subTitle {
    border: 1px solid #0A5AAA;
    padding: 10px;
    color: #0A5AAA;
    font-weight: bold;
    font-size: 16px;
    font-size: rem-calc(16);
    line-height: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin: 15px 10px 0 10px; }
    @media screen and (min-width: 768px) {
      .content__subTitle {
        font-size: 18px;
        font-size: rem-calc(18);
        line-height: 1; } }
    @media print {
      .content__subTitle {
        padding: 5px;
        break-inside: avoid; } }
    .content__subTitle span {
      font-size: 16px;
      font-size: rem-calc(16);
      line-height: 1;
      font-weight: normal;
      margin-left: 10px; }
  .content__textBox {
    padding-top: 80px;
    text-align: center;
    margin-bottom: 80px; }
    .content__textBox > p {
      font-size: 16px;
      font-size: rem-calc(16);
      line-height: 1.75; }
      @media screen and (min-width: 768px) {
        .content__textBox > p {
          font-size: 22px;
          font-size: rem-calc(22);
          line-height: 1.63636; } }
  .content__button {
    display: flex;
    justify-content: center;
    width: 100%; }

.contentEmailMagazine {
  margin: 0 auto;
  padding-top: calc(100dvh - 88.5px);
  padding-top: calc(100vh - 88.5px); }
  .contentEmailMagazine__textBox {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .contentEmailMagazine__textBox > p {
      font-size: 18px;
      font-size: rem-calc(18);
      line-height: 1.66667;
      font-weight: bold; }
      @media screen and (min-width: 768px) {
        .contentEmailMagazine__textBox > p {
          font-size: 24px;
          font-size: rem-calc(24);
          line-height: 1.58333; } }
  .contentEmailMagazine__logo {
    margin: 0 auto;
    padding: 0 0 38px;
    max-width: 154px; }
    .contentEmailMagazine__logo > img {
      width: 100%; }

.contentList:not(:last-child) {
  margin-bottom: 40px; }

.content__family .contentList {
  margin-bottom: 30px; }

.contentList.paymentContent {
  display: block; }
  @media screen and (min-width: 768px) {
    .contentList.paymentContent {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  @media print {
    .contentList.paymentContent {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  .contentList.paymentContent > li {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .contentList.paymentContent > li {
        width: calc(calc(100% - 60px) / 2); } }
    @media print {
      .contentList.paymentContent > li {
        width: calc(calc(100% - 60px) / 2); } }

.contentList > li {
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .contentList > li {
      padding-bottom: 15px; } }
  .contentList > li.noBorder {
    border-bottom: none;
    padding-bottom: 0; }

.contentList__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 10px 0; }
  @media screen and (min-width: 768px) {
    .contentList__wrapper {
      flex-wrap: nowrap;
      padding: 15px 10px 0; } }
  @media print {
    .contentList__wrapper {
      flex-wrap: nowrap;
      padding: 15px 10px 0;
      break-inside: avoid; } }
  .contentList__wrapper p {
    color: #333; }
  .contentList__wrapper > img {
    width: 100%; }

.contentList__title {
  font-weight: bold;
  font-size: 14px;
  font-size: rem-calc(14);
  line-height: 1.42857;
  width: 100%;
  margin: 0 0 5px 0; }
  @media screen and (min-width: 768px) {
    .contentList__title {
      font-size: 16px;
      font-size: rem-calc(16);
      line-height: 1.375;
      width: 200px;
      margin: 0 30px 0 0; } }
  @media print {
    .contentList__title {
      font-size: 15px;
      font-size: rem-calc(15);
      line-height: 1.4;
      width: 200px;
      margin: 0 30px 0 0; } }
  .indentLine .contentList__title {
    padding-left: 20px; }
  .paymentContent .contentList__title {
    width: 100%;
    margin: 0 0 5px 0; }
    @media screen and (min-width: 768px) {
      .paymentContent .contentList__title {
        width: 270px;
        margin: 0 20px 0 0; } }
    @media print {
      .paymentContent .contentList__title {
        width: 270px;
        margin: 0 20px 0 0; } }

.contentList__content {
  flex-shrink: 1000;
  font-size: 16px;
  font-size: rem-calc(16);
  line-height: 1.375;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .contentList__content {
      font-size: 18px;
      font-size: rem-calc(18);
      line-height: 1.33333;
      width: auto; } }
  @media print {
    .contentList__content {
      font-size: 15px;
      font-size: rem-calc(15);
      line-height: 1.4;
      width: auto; } }
  .indentLine .contentList__content {
    padding-left: 20px; }
    @media screen and (min-width: 768px) {
      .indentLine .contentList__content {
        padding-left: 0; } }
    @media print {
      .indentLine .contentList__content {
        padding-left: 0; } }
  .contentList__content__change {
    display: flex; }
    .contentList__content__change:not(:last-child) {
      margin-bottom: 4px; }
    .contentList__content__change > p:nth-child(odd) {
      margin-right: 20px; }
    .contentList__content__change > p:nth-child(even) {
      flex-shrink: 4500; }
    .contentList__content__change.afterChange > p {
      color: #0A5AAA;
      font-weight: bold; }
      .contentList__content__change.afterChange > p:nth-child(even) {
        font-size: 20px;
        font-size: rem-calc(20);
        line-height: 1.1; }
  .paymentContent .contentList__content {
    text-align: left;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .paymentContent .contentList__content {
        width: 110px;
        text-align: right; } }
    @media print {
      .paymentContent .contentList__content {
        width: 110px;
        text-align: right; } }

.authenticationForm {
  margin: 0 auto;
  padding: 80px 10px 0; }
  @media screen and (min-width: 768px) {
    .authenticationForm {
      padding: 80px 0 0; } }
  .authenticationForm__wrapper {
    margin-bottom: 40px; }
    .authenticationForm__wrapper > p {
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 15px;
      font-size: rem-calc(15);
      line-height: 1; }
      @media screen and (min-width: 768px) {
        .authenticationForm__wrapper > p {
          font-size: 18px;
          font-size: rem-calc(18);
          line-height: 1; } }
    .authenticationForm__wrapper input, .authenticationForm__wrapper select {
      border: 1px solid #CFCFCF;
      background-color: #fff;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      width: 100%;
      font-size: 16px;
      font-size: rem-calc(16);
      line-height: 1;
      padding: 18px 10px; }
      @media screen and (min-width: 768px) {
        .authenticationForm__wrapper input, .authenticationForm__wrapper select {
          font-size: 25px;
          font-size: rem-calc(25);
          line-height: 1;
          padding: 25px 10px; } }
    .authenticationForm__wrapper select {
      -webkit-appearance: none;
      appearance: none; }
    .authenticationForm__wrapper select::-ms-expand {
      display: none; }
  .authenticationForm__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) {
      .authenticationForm__flex {
        flex-wrap: nowrap; } }
    .authenticationForm__flex p {
      font-weight: bold;
      font-size: 16px;
      font-size: rem-calc(16);
      line-height: 1; }
      @media screen and (min-width: 768px) {
        .authenticationForm__flex p {
          font-size: 25px;
          font-size: rem-calc(25);
          line-height: 1; } }
  .authenticationForm__flexChild {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 18px; }
    @media screen and (min-width: 768px) {
      .authenticationForm__flexChild {
        width: 70%;
        margin-bottom: 0; } }
    .authenticationForm__flexChild > p {
      margin-left: 10px; }
    @media screen and (min-width: 768px) {
      .authenticationForm__flexChild:not(:last-child) > p {
        margin-right: 20px; } }
    .authenticationForm__flexChild--large {
      width: 100%; }

.selectWrap {
  position: relative;
  width: 100%; }
  .selectWrap::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 10px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #333;
    border-bottom: 0;
    pointer-events: none; }
    @media screen and (min-width: 768px) {
      .selectWrap::after {
        top: 32px;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-top: 12px solid #333; } }

.contentNotes {
  margin-bottom: 15px; }
  .contentNotes > p {
    font-size: 18px;
    font-size: rem-calc(18);
    line-height: 1.5;
    color: #333; }

.content {
  max-width: 920px;
  margin: 0 auto;
  padding: 20px 10px 0;
  min-height: calc(100vh - 190px); }
  @media screen and (min-width: 768px) {
    .content {
      min-height: calc(100vh - 210px); } }
  @media print {
    .content {
      overflow: visible; } }
  .content.onTitleBar {
    min-height: calc(100vh - 250px); }
    @media screen and (min-width: 768px) {
      .content.onTitleBar {
        min-height: calc(100vh - 270px); } }
  .content.regulationText {
    margin-bottom: -100px; }
  .content__family--inner {
    margin-bottom: 40px; }
  .content__title {
    background-color: #F1F7FB !important;
    padding: 10px;
    color: #0A5AAA;
    font-weight: bold;
    font-size: 16px;
    font-size: rem-calc(16);
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .content__title {
        font-size: 18px;
        font-size: rem-calc(18);
        line-height: 1; } }
    @media print {
      .content__title {
        padding: 5px;
        break-inside: avoid; } }
  .content__subTitle {
    border: 1px solid #0A5AAA;
    padding: 10px;
    color: #0A5AAA;
    font-weight: bold;
    font-size: 16px;
    font-size: rem-calc(16);
    line-height: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin: 15px 10px 0 10px; }
    @media screen and (min-width: 768px) {
      .content__subTitle {
        font-size: 18px;
        font-size: rem-calc(18);
        line-height: 1; } }
    @media print {
      .content__subTitle {
        padding: 5px;
        break-inside: avoid; } }
    .content__subTitle span {
      font-size: 16px;
      font-size: rem-calc(16);
      line-height: 1;
      font-weight: normal;
      margin-left: 10px; }
  .content__textBox {
    padding-top: 80px;
    text-align: center;
    margin-bottom: 80px; }
    .content__textBox > p {
      font-size: 16px;
      font-size: rem-calc(16);
      line-height: 1.75; }
      @media screen and (min-width: 768px) {
        .content__textBox > p {
          font-size: 22px;
          font-size: rem-calc(22);
          line-height: 1.63636; } }
  .content__button {
    display: flex;
    justify-content: center;
    width: 100%; }

.contentEmailMagazine {
  margin: 0 auto;
  padding-top: calc(100dvh - 88.5px);
  padding-top: calc(100vh - 88.5px); }
  .contentEmailMagazine__textBox {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .contentEmailMagazine__textBox > p {
      font-size: 18px;
      font-size: rem-calc(18);
      line-height: 1.66667;
      font-weight: bold; }
      @media screen and (min-width: 768px) {
        .contentEmailMagazine__textBox > p {
          font-size: 24px;
          font-size: rem-calc(24);
          line-height: 1.58333; } }
  .contentEmailMagazine__logo {
    margin: 0 auto;
    padding: 0 0 38px;
    max-width: 154px; }
    .contentEmailMagazine__logo > img {
      width: 100%; }

.contentList:not(:last-child) {
  margin-bottom: 40px; }

.content__family .contentList {
  margin-bottom: 30px; }

.contentList.paymentContent {
  display: block; }
  @media screen and (min-width: 768px) {
    .contentList.paymentContent {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  @media print {
    .contentList.paymentContent {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  .contentList.paymentContent > li {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .contentList.paymentContent > li {
        width: calc(calc(100% - 60px) / 2); } }
    @media print {
      .contentList.paymentContent > li {
        width: calc(calc(100% - 60px) / 2); } }

.contentList > li {
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .contentList > li {
      padding-bottom: 15px; } }
  .contentList > li.noBorder {
    border-bottom: none;
    padding-bottom: 0; }

.contentList__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 10px 0; }
  @media screen and (min-width: 768px) {
    .contentList__wrapper {
      flex-wrap: nowrap;
      padding: 15px 10px 0; } }
  @media print {
    .contentList__wrapper {
      flex-wrap: nowrap;
      padding: 15px 10px 0;
      break-inside: avoid; } }
  .contentList__wrapper p {
    color: #333; }
  .contentList__wrapper > img {
    width: 100%; }

.contentList__title {
  font-weight: bold;
  font-size: 14px;
  font-size: rem-calc(14);
  line-height: 1.42857;
  width: 100%;
  margin: 0 0 5px 0; }
  @media screen and (min-width: 768px) {
    .contentList__title {
      font-size: 16px;
      font-size: rem-calc(16);
      line-height: 1.375;
      width: 200px;
      margin: 0 30px 0 0; } }
  @media print {
    .contentList__title {
      font-size: 15px;
      font-size: rem-calc(15);
      line-height: 1.4;
      width: 200px;
      margin: 0 30px 0 0; } }
  .indentLine .contentList__title {
    padding-left: 20px; }
  .paymentContent .contentList__title {
    width: 100%;
    margin: 0 0 5px 0; }
    @media screen and (min-width: 768px) {
      .paymentContent .contentList__title {
        width: 270px;
        margin: 0 20px 0 0; } }
    @media print {
      .paymentContent .contentList__title {
        width: 270px;
        margin: 0 20px 0 0; } }

.contentList__content {
  flex-shrink: 1000;
  font-size: 16px;
  font-size: rem-calc(16);
  line-height: 1.375;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .contentList__content {
      font-size: 18px;
      font-size: rem-calc(18);
      line-height: 1.33333;
      width: auto; } }
  @media print {
    .contentList__content {
      font-size: 15px;
      font-size: rem-calc(15);
      line-height: 1.4;
      width: auto; } }
  .indentLine .contentList__content {
    padding-left: 20px; }
    @media screen and (min-width: 768px) {
      .indentLine .contentList__content {
        padding-left: 0; } }
    @media print {
      .indentLine .contentList__content {
        padding-left: 0; } }
  .contentList__content__change {
    display: flex; }
    .contentList__content__change:not(:last-child) {
      margin-bottom: 4px; }
    .contentList__content__change > p:nth-child(odd) {
      margin-right: 20px; }
    .contentList__content__change > p:nth-child(even) {
      flex-shrink: 4500; }
    .contentList__content__change.afterChange > p {
      color: #0A5AAA;
      font-weight: bold; }
      .contentList__content__change.afterChange > p:nth-child(even) {
        font-size: 20px;
        font-size: rem-calc(20);
        line-height: 1.1; }
  .paymentContent .contentList__content {
    text-align: left;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .paymentContent .contentList__content {
        width: 110px;
        text-align: right; } }
    @media print {
      .paymentContent .contentList__content {
        width: 110px;
        text-align: right; } }

.authenticationForm {
  margin: 0 auto;
  padding: 80px 10px 0; }
  @media screen and (min-width: 768px) {
    .authenticationForm {
      padding: 80px 0 0; } }
  .authenticationForm__wrapper {
    margin-bottom: 40px; }
    .authenticationForm__wrapper > p {
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 15px;
      font-size: rem-calc(15);
      line-height: 1; }
      @media screen and (min-width: 768px) {
        .authenticationForm__wrapper > p {
          font-size: 18px;
          font-size: rem-calc(18);
          line-height: 1; } }
    .authenticationForm__wrapper input, .authenticationForm__wrapper select {
      border: 1px solid #CFCFCF;
      background-color: #fff;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      width: 100%;
      font-size: 16px;
      font-size: rem-calc(16);
      line-height: 1;
      padding: 18px 10px; }
      @media screen and (min-width: 768px) {
        .authenticationForm__wrapper input, .authenticationForm__wrapper select {
          font-size: 25px;
          font-size: rem-calc(25);
          line-height: 1;
          padding: 25px 10px; } }
    .authenticationForm__wrapper select {
      -webkit-appearance: none;
      appearance: none; }
    .authenticationForm__wrapper select::-ms-expand {
      display: none; }
  .authenticationForm__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) {
      .authenticationForm__flex {
        flex-wrap: nowrap; } }
    .authenticationForm__flex p {
      font-weight: bold;
      font-size: 16px;
      font-size: rem-calc(16);
      line-height: 1; }
      @media screen and (min-width: 768px) {
        .authenticationForm__flex p {
          font-size: 25px;
          font-size: rem-calc(25);
          line-height: 1; } }
  .authenticationForm__flexChild {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 18px; }
    @media screen and (min-width: 768px) {
      .authenticationForm__flexChild {
        width: 70%;
        margin-bottom: 0; } }
    .authenticationForm__flexChild > p {
      margin-left: 10px; }
    @media screen and (min-width: 768px) {
      .authenticationForm__flexChild:not(:last-child) > p {
        margin-right: 20px; } }
    .authenticationForm__flexChild--large {
      width: 100%; }

.selectWrap {
  position: relative;
  width: 100%; }
  .selectWrap::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 10px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #333;
    border-bottom: 0;
    pointer-events: none; }
    @media screen and (min-width: 768px) {
      .selectWrap::after {
        top: 32px;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-top: 12px solid #333; } }

.contentNotes {
  margin-bottom: 15px; }
  .contentNotes > p {
    font-size: 18px;
    font-size: rem-calc(18);
    line-height: 1.5;
    color: #333; }
