@charset "UTF-8";
.form-control {
  padding-left: 8px;
  padding-right: 8px; }
  .form-control.error {
    border-color: #e53119;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 101, 101, 0.6); }

.mypage-lead-body {
  padding-top: 24px;
  padding-bottom: 24px; }

.mypage-lead-group {
  padding-left: 20px;
  padding-right: 20px; }
  .mypage-lead-group .mypage-lead-supplement {
    margin-top: 8px;
    font-size: 14px; }
    @media (max-width: 767.98px) {
      .mypage-lead-group .mypage-lead-supplement {
        font-size: 12px; } }

.mypage-item-common-btn {
  margin-top: 40px; }

.mypage-item-fixed-footer-btn {
  margin-top: 24px; }

.mypage-item-common-btn-beneath-lead {
  margin-top: 16px; }

.mypage-item-section {
  padding-top: 24px; }

.mypage-item-beneath-dot-heading {
  margin-top: 12px; }

.mypage-item-beneath-lead {
  margin-top: 16px; }

.mypage-item-next {
  margin-top: 12px; }

.mypage-sub-title {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 8px; }

.mypage-note {
  font-size: calc(1rem - 2px);
  margin-top: 4px; }

.mypage-btn-beneath-text,
.mypage-text-beneath-button {
  margin-top: 16px; }

.mypage-input-body {
  padding-top: 16px;
  padding-bottom: 16px; }

.mypage-birth-input-body {
  padding-top: 16px;
  padding-bottom: 16px;
  flex-direction: column; }
  .mypage-birth-input-body .birth-year {
    margin-bottom: 12px; }

.mypage-input-group {
  padding-left: 5px;
  padding-right: 5px; }
  .mypage-input-group > * {
    margin-left: 4px;
    margin-right: 4px; }
  .mypage-input-group > *:first-child {
    margin-left: 0; }
  .mypage-input-group > *:last-child {
    margin-right: 0; }
  .mypage-input-group .birth-year {
    margin-bottom: 12px; }

.mypage-confirm-body {
  padding-top: 16px;
  padding-bottom: 16px; }

.mypage-confirm-group {
  padding-left: 20px;
  padding-right: 20px; }
  .mypage-confirm-group .dialog-link {
    padding-top: 8px; }

.mypage-btn-group-vertical > label:not(:last-child),
.mypage-btn-group-vertical > button:not(:last-child),
.mypage-btn-group-vertical > div:not(:last-child) {
  margin-bottom: 16px; }

.mypage-vertical-btn-group {
  padding: 0 40px; }

.mypage-center-btn-group {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 100%; }
  .mypage-center-btn-group > button {
    max-width: 480px; }

.mypage-left-right-btn-group {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 540px;
  width: 100%; }
  .mypage-left-right-btn-group .mypage-left-btn {
    margin-right: 15px;
    width: 34%; }
  .mypage-left-right-btn-group .mypage-right-btn {
    margin-left: 15px;
    width: 66%; }

.mypage-bottom-label {
  margin-top: 8px;
  padding: 0 15px; }

.mypage-bottom-link {
  margin-top: 24px; }

.mypage-dialog-content {
  text-align: center;
  color: #000;
  border-color: #00a08e;
  border-width: 2px;
  border-radius: 20px;
  padding-top: 24px;
  padding-bottom: 24px; }
  .mypage-dialog-content .mypage-confirm-dialog-title,
  .mypage-dialog-content .mypage-alert-dialog-title {
    font-size: calc(1rem + 2px);
    font-weight: bold;
    margin-left: 24px;
    margin-right: 24px; }
  .mypage-dialog-content .mypage-hs-confirm-dialog-title,
  .mypage-dialog-content .mypage-simple-claim-check-dialog-title {
    font-size: calc(1rem + 2px);
    font-weight: bold;
    text-align: left;
    margin-left: 24px;
    margin-right: 24px; }
  .mypage-dialog-content .mypage-confirm-dialog-body,
  .mypage-dialog-content .mypage-alert-dialog-body {
    margin: 24px;
    text-align: left;
    white-space: pre-line; }
  .mypage-dialog-content .mypage-confirm-dialog-footer,
  .mypage-dialog-content .mypage-alert-dialog-footer {
    padding-left: 32px;
    padding-right: 32px; }
    .mypage-dialog-content .mypage-confirm-dialog-footer .left-btn-area,
    .mypage-dialog-content .mypage-alert-dialog-footer .left-btn-area {
      margin-right: 15px; }
    .mypage-dialog-content .mypage-confirm-dialog-footer .right-btn-area,
    .mypage-dialog-content .mypage-alert-dialog-footer .right-btn-area {
      margin-left: 15px; }
    .mypage-dialog-content .mypage-confirm-dialog-footer .single-btn-area,
    .mypage-dialog-content .mypage-alert-dialog-footer .single-btn-area {
      margin: 0 72px; }
  .mypage-dialog-content .arrow-btn-footer {
    padding-left: 24px;
    padding-right: 24px; }

.mypage-card {
  border-radius: 8px;
  border-width: 1px;
  border-color: #737373; }
  .mypage-card .mypage-card-body {
    border-radius: 8px;
    padding: 16px 16px; }

.mypage-text-card-title {
  font-size: calc(1rem + 2px); }

.mypage-item-beneath-card-title {
  margin-top: 24px; }

.mypage-item-card-next {
  margin-top: 16px; }

.mypage-plan-card {
  border-radius: 11px;
  border-width: 2px;
  border-color: #00a08e; }
  .mypage-plan-card > .mypage-card-header {
    padding: 12px;
    background-color: #00a08e;
    color: #fff;
    border-radius: 8px 8px 0 0; }
    .mypage-plan-card > .mypage-card-header.closed {
      border-radius: 8px; }
  .mypage-plan-card > .mypage-card-body {
    padding: 0 12px; }
    .mypage-plan-card > .mypage-card-body .plan-input-body {
      margin: 0;
      padding: 12px 0; }
    .mypage-plan-card > .mypage-card-body .plan-input-body-border {
      border-bottom: 1px solid #c3c3c3; }
  .mypage-plan-card > .mypage-card-footer {
    padding: 4px;
    background-color: #00a08e;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }

.mypage-contract {
  padding: 12px 20px 12px 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #c3c3c3; }
  .mypage-contract .mypage-checkbox-area {
    padding-left: 5px;
    padding-right: 15px;
    text-align: center; }
  .mypage-contract .mypage-checkbox-area-change-point-program {
    padding-left: 5px;
    padding-right: 13px !important; }
  .mypage-contract .contract-area {
    padding: 0; }
    .mypage-contract .contract-area .contract-info-text {
      margin-bottom: 8px; }

.mypage-contract:first-child {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #c3c3c3; }

.row-with-long-text {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.mypage-checkbox-point-program {
  padding: 12px 20px 0px 15px; }
  .mypage-checkbox-point-program .mypage-checkbox-area {
    padding-left: 5px;
    padding-right: 15px;
    text-align: center; }
  .mypage-checkbox-point-program .mypage-checkbox-area-change-point-program {
    padding-left: 5px;
    padding-right: 13px;
    text-align: center; }
  .mypage-checkbox-point-program .statement-area {
    padding: 0; }

.mypage-waon-no-input-text {
  padding-top: 4px;
  padding-bottom: 16px; }

.mypage-waon-no-show-area {
  display: flex;
  align-items: center; }

.mypage-check-icon-area {
  display: flex;
  flex-direction: row; }

.mypage-text-under-check-icon {
  padding-left: 35px; }

.mypage-claim-reason .claim-checkbox-area {
  padding-top: 12px;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #c3c3c3; }
  .mypage-claim-reason .claim-checkbox-area:last-child {
    padding-bottom: 0; }
  .mypage-claim-reason .claim-checkbox-area .claim-text {
    margin-bottom: 8px; }
  .mypage-claim-reason .claim-checkbox-area .claim-checkbox-group .mypage-btn-group-vertical .btn-group:last-child {
    margin-bottom: 0 !important; }
  .mypage-claim-reason .claim-checkbox-area .mypage-btn-toggle {
    height: 60px; }

.claim-reason-error, .claim-error {
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px; }

.claim-error-area {
  padding-bottom: 16px; }

.claim-confirm-area .claim-confirm-body {
  width: 100%;
  padding-top: 16px; }
  .claim-confirm-area .claim-confirm-body:last-child {
    padding-bottom: 16px; }

.agreement-scroll {
  max-height: 200px;
  overflow-y: scroll; }

.alert-warning {
  padding: 12px;
  margin: 12px 5px 0;
  background-color: #ffedea;
  border-style: none;
  border-radius: 2px;
  color: #a00000; }

.dot-heading-above-mypage-item {
  margin-bottom: 12px; }

.mypage-list-item-group {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.mypage-icon-list {
  padding: 20px; }

.padding-top-one-line {
  padding-top: 1rem; }

@media (min-width: 767.98px) {
  .mypage-icon-list {
    padding: 20px 100px; }
  .mypage-icon-hidden {
    display: none; } }

.btn {
  font-size: calc(1rem + 2px); }

.btn-font-size-sm {
  font-size: calc(1rem - 1px) !important; }

.mypage-btn-primary {
  white-space: normal;
  color: #fff;
  background-color: #00a08e;
  border-color: #00a08e; }
  .mypage-btn-primary:hover {
    color: #fff;
    background-color: #00927f;
    border-color: #00927f;
    filter: opacity(60%); }
  .mypage-btn-primary:focus, .mypage-btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 160, 142, 0.5); }
  .mypage-btn-primary.disabled, .mypage-btn-primary:disabled {
    color: #fff;
    background-color: #c3c3c3;
    border-color: #c3c3c3; }
  .mypage-btn-primary:not(:disabled):not(.disabled):active, .mypage-btn-primary:not(:disabled):not(.disabled).active,
  .show > .mypage-btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #008370;
    border-color: #008370;
    filter: brightness(70%); }
    .mypage-btn-primary:not(:disabled):not(.disabled):active:focus, .mypage-btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .mypage-btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 160, 142, 0.5); }
  .mypage-btn-primary:focus, .mypage-btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 160, 142, 0.5); }
  .mypage-btn-primary.disabled, .mypage-btn-primary:disabled {
    background-color: #b2e3dd;
    border-color: #b2e3dd; }
    .mypage-btn-primary.disabled:hover, .mypage-btn-primary:disabled:hover {
      background-color: #b2e3dd; }
  .mypage-btn-primary:hover {
    filter: opacity(100%); }
    .mypage-btn-primary:hover:focus, .mypage-btn-primary:hover.focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 146, 127, 0.5); }
  .mypage-btn-primary:not(:disabled):not(.disabled):active, .mypage-btn-primary:not(:disabled):not(.disabled).active {
    filter: opacity(100%); }
    .mypage-btn-primary:not(:disabled):not(.disabled):active:focus, .mypage-btn-primary:not(:disabled):not(.disabled):active.focus, .mypage-btn-primary:not(:disabled):not(.disabled).active:focus, .mypage-btn-primary:not(:disabled):not(.disabled).active.focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 131, 112, 0.5); }

.mypage-login-button {
  color: #2e2e2e;
  background: linear-gradient(to right, #FFD858, #FABF00);
  border: none;
  font-weight: 400;
  font-size: 16px; }
  .mypage-login-button:focus, .mypage-login-button.focus {
    box-shadow: 0 0 0 0.2rem #101010; }
    .mypage-login-button:focus:not(:focus-visible), .mypage-login-button.focus:not(:focus-visible) {
      box-shadow: none; }
  .mypage-login-button:hover, .mypage-login-button:not(:disabled):not(.disabled):active, .mypage-login-button:not(:disabled):not(.disabled).active {
    color: #2e2e2e;
    background: linear-gradient(to right, #FFD858, #FABF00), rgba(230, 173, 0, 0.4);
    background-blend-mode: multiply;
    filter: opacity(100%); }
    .mypage-login-button:hover:focus, .mypage-login-button:hover.focus, .mypage-login-button:not(:disabled):not(.disabled):active:focus, .mypage-login-button:not(:disabled):not(.disabled):active.focus, .mypage-login-button:not(:disabled):not(.disabled).active:focus, .mypage-login-button:not(:disabled):not(.disabled).active.focus {
      box-shadow: none; }
    .mypage-login-button:hover:focus-visible, .mypage-login-button:hover.focus-visible, .mypage-login-button:not(:disabled):not(.disabled):active:focus-visible, .mypage-login-button:not(:disabled):not(.disabled):active.focus-visible, .mypage-login-button:not(:disabled):not(.disabled).active:focus-visible, .mypage-login-button:not(:disabled):not(.disabled).active.focus-visible {
      box-shadow: 0 0 0 0.2rem #101010; }

.mypage-btn-outline {
  white-space: normal;
  color: #000;
  background-color: #fcfcfc;
  border-color: #a3a3a3; }
  .mypage-btn-outline:hover {
    color: #000;
    background-color: #fcfcfc;
    border-color: #a3a3a3;
    filter: opacity(60%); }
  .mypage-btn-outline:focus, .mypage-btn-outline.focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 163, 163, 0.5); }
  .mypage-btn-outline.disabled, .mypage-btn-outline:disabled {
    color: #fff;
    background-color: #c3c3c3;
    border-color: #c3c3c3; }
  .mypage-btn-outline:not(:disabled):not(.disabled):active, .mypage-btn-outline:not(:disabled):not(.disabled).active,
  .show > .mypage-btn-outline.dropdown-toggle {
    color: #000;
    background-color: #fcfcfc;
    border-color: #a3a3a3;
    filter: brightness(70%); }
    .mypage-btn-outline:not(:disabled):not(.disabled):active:focus, .mypage-btn-outline:not(:disabled):not(.disabled).active:focus,
    .show > .mypage-btn-outline.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(163, 163, 163, 0.5); }

.mypage-btn-outline-secondary {
  white-space: normal;
  color: #0e8072;
  background-color: #fff;
  border-color: #00a08e; }
  .mypage-btn-outline-secondary:hover {
    color: #fff;
    background-color: #00a08e;
    border-color: #00a08e;
    filter: opacity(60%); }
  .mypage-btn-outline-secondary:focus, .mypage-btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 160, 142, 0.5); }
  .mypage-btn-outline-secondary.disabled, .mypage-btn-outline-secondary:disabled {
    color: #fff;
    background-color: #c3c3c3;
    border-color: #c3c3c3; }
  .mypage-btn-outline-secondary:not(:disabled):not(.disabled):active, .mypage-btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .mypage-btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #008370;
    border-color: #008370;
    filter: brightness(70%); }
    .mypage-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .mypage-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .mypage-btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 160, 142, 0.5); }
  .mypage-btn-outline-secondary.disabled, .mypage-btn-outline-secondary:disabled {
    color: #0e8072;
    background-color: #fff;
    border-color: #00a08e;
    filter: opacity(40%); }
    .mypage-btn-outline-secondary.disabled:hover, .mypage-btn-outline-secondary:disabled:hover {
      background-color: #fff;
      filter: opacity(40%); }
  .mypage-btn-outline-secondary:hover, .mypage-btn-outline-secondary:not(:disabled):not(.disabled):active, .mypage-btn-outline-secondary:not(:disabled):not(.disabled).active {
    filter: opacity(100%); }

.mypage-btn-secondary {
  white-space: normal;
  color: #fff;
  background-color: #0e8072;
  border-color: #0e8072; }
  .mypage-btn-secondary:hover {
    color: #fff;
    background-color: #0e8072;
    border-color: #0e8072;
    filter: opacity(60%); }
  .mypage-btn-secondary:focus, .mypage-btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(14, 128, 114, 0.5); }
  .mypage-btn-secondary.disabled, .mypage-btn-secondary:disabled {
    color: #fff;
    background-color: #c3c3c3;
    border-color: #c3c3c3; }
  .mypage-btn-secondary:not(:disabled):not(.disabled):active, .mypage-btn-secondary:not(:disabled):not(.disabled).active,
  .show > .mypage-btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0e8072;
    border-color: #0e8072;
    filter: brightness(70%); }
    .mypage-btn-secondary:not(:disabled):not(.disabled):active:focus, .mypage-btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .mypage-btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(14, 128, 114, 0.5); }

.mypage-btn-tertiary {
  white-space: normal;
  color: #4180e3;
  background-color: #fff;
  border-color: #a3a3a3; }
  .mypage-btn-tertiary:hover {
    color: #4180e3;
    background-color: #fff;
    border-color: #a3a3a3;
    filter: opacity(60%); }
  .mypage-btn-tertiary:focus, .mypage-btn-tertiary.focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 163, 163, 0.5); }
  .mypage-btn-tertiary.disabled, .mypage-btn-tertiary:disabled {
    color: #fff;
    background-color: #c3c3c3;
    border-color: #c3c3c3; }
  .mypage-btn-tertiary:not(:disabled):not(.disabled):active, .mypage-btn-tertiary:not(:disabled):not(.disabled).active,
  .show > .mypage-btn-tertiary.dropdown-toggle {
    color: #4180e3;
    background-color: #fff;
    border-color: #a3a3a3;
    filter: brightness(70%); }
    .mypage-btn-tertiary:not(:disabled):not(.disabled):active:focus, .mypage-btn-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .mypage-btn-tertiary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(163, 163, 163, 0.5); }

.mypage-btn-toggle {
  white-space: normal;
  color: #0e8072;
  background-color: #fff;
  border-color: #00a08e; }
  .mypage-btn-toggle:hover {
    color: #fff;
    background-color: #00a08e;
    border-color: #00a08e;
    filter: opacity(60%); }
  .mypage-btn-toggle:focus, .mypage-btn-toggle.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 160, 142, 0.5); }
  .mypage-btn-toggle.disabled, .mypage-btn-toggle:disabled {
    color: #fff;
    background-color: #c3c3c3;
    border-color: #c3c3c3; }
  .mypage-btn-toggle:not(:disabled):not(.disabled):active, .mypage-btn-toggle:not(:disabled):not(.disabled).active,
  .show > .mypage-btn-toggle.dropdown-toggle {
    color: #fff;
    background-color: #008370;
    border-color: #008370;
    filter: brightness(70%); }
    .mypage-btn-toggle:not(:disabled):not(.disabled):active:focus, .mypage-btn-toggle:not(:disabled):not(.disabled).active:focus,
    .show > .mypage-btn-toggle.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 160, 142, 0.5); }

.mypage-btn-toggle.selected {
  white-space: normal;
  color: #fff;
  background-color: #008370;
  border-color: #008370; }
  .mypage-btn-toggle.selected:hover {
    color: #fff;
    background-color: #008370;
    border-color: #008370;
    filter: opacity(60%); }
  .mypage-btn-toggle.selected:focus, .mypage-btn-toggle.selected.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 131, 112, 0.5); }
  .mypage-btn-toggle.selected.disabled, .mypage-btn-toggle.selected:disabled {
    color: #fff;
    background-color: #c3c3c3;
    border-color: #c3c3c3; }
  .mypage-btn-toggle.selected:not(:disabled):not(.disabled):active, .mypage-btn-toggle.selected:not(:disabled):not(.disabled).active,
  .show > .mypage-btn-toggle.selected.dropdown-toggle {
    color: #fff;
    background-color: #008370;
    border-color: #008370;
    filter: brightness(70%); }
    .mypage-btn-toggle.selected:not(:disabled):not(.disabled):active:focus, .mypage-btn-toggle.selected:not(:disabled):not(.disabled).active:focus,
    .show > .mypage-btn-toggle.selected.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 131, 112, 0.5); }

.mypage-btn-toggle:hover {
  filter: opacity(100%) !important; }

.mypage-btn-xs {
  min-width: 80px; }

.mypage-btn-sm {
  min-width: 120px; }

.mypage-btn-md {
  min-width: 140px; }

.mypage-btn-lg {
  padding: 0.5rem 1rem;
  font-size: calc(1rem + 2px);
  line-height: 1.5;
  border-radius: 0.3rem;
  min-width: 160px; }

@media (max-width: 767.98px) {
  .mypage-btn-margin-resize {
    padding: 17.25px 0px; } }

@media (max-width: 767.98px) {
  .btn-word-break::before {
    content: "\A";
    white-space: pre; } }

.mypage-header {
  padding: 8px 15px; }

.mypage-bg-header {
  background-color: #fff; }

.mypage-bg-title-header {
  background-color: #00a08e; }

.mypage-bg-footer {
  background-color: #737373; }
  .mypage-bg-footer.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100; }

.mypage-text-header {
  color: #000; }

.mypage-text-footer {
  color: #fff; }

.mypage-font-header {
  font-size: calc(1rem - 4px); }

.mypage-font-footer {
  font-size: calc(1rem - 4px);
  height: 24px;
  line-height: 24px; }

.header-logo {
  height: 66px;
  width: auto; }

.contact-info {
  height: 66px; }

.contact-info-item {
  height: 13.2px;
  line-height: 13.2px; }

.mypage-title-header-area {
  color: #fff;
  font-weight: bold;
  height: 66px;
  font-size: calc(1rem + 4px); }

.mypage-title-header {
  position: relative; }

.error-label {
  font-size: small;
  color: #e53119;
  margin: 0;
  position: relative;
  top: 4px;
  text-align: left; }

.mypage-checkbox-area {
  padding-left: 5px; }
  .mypage-checkbox-area label {
    cursor: pointer; }
    .mypage-checkbox-area label.disabled {
      cursor: not-allowed; }
  .mypage-checkbox-area .mypage-icon {
    margin-bottom: 0; }
  .mypage-checkbox-area .check-label {
    margin-bottom: 0;
    font-weight: bold;
    text-decoration: underline; }
    .mypage-checkbox-area .check-label.disabled {
      color: #737373; }
  .mypage-checkbox-area .mypage-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0; }

.default-checkbox {
  vertical-align: middle;
  margin-bottom: 0.1em; }

.link {
  cursor: pointer;
  color: #4180e3;
  text-decoration: underline; }

.mypage-top-tel {
  color: #fabf00; }

.mypage-top-tel:hover {
  color: #f8af00;
  text-decoration: underline; }

.mypage-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-color: #00a08e; }

.mypage-dot-beside {
  margin-left: 8px; }

.mypage-text-highlight {
  color: #e53119; }

.mypage-text-highlight2 {
  color: #00a08e; }

.border-mypage {
  border-top: solid 1px #7fd0c7; }

.plan-logo {
  padding-left: 15px; }
  .plan-logo a {
    max-height: 3rem; }
    .plan-logo a img {
      min-height: 36px;
      max-width: 131px; }

.plan-logo-doc-request img {
  min-height: 36px;
  max-width: 131px; }

@media screen and (min-width: 767.98px) {
  .plan-logo-doc-request .only-sp {
    display: none; } }

.dialog-link {
  text-decoration: underline; }

.dialog-link::after {
  content: url(../images/icon-dialog.svg);
  vertical-align: middle;
  margin-left: 4px; }

.card-number {
  width: 64px;
  max-width: 64px; }

.expirationDate-month {
  width: 64px; }

.expirationDate-year {
  width: 80px; }

.security-code {
  width: 64px; }

.mypage-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle; }

.left-icon {
  margin-right: 4px; }

.right-icon {
  margin-left: 4px; }

.icon-small {
  line-height: inherit;
  font-size: 12px; }

.mypage-back-arrow-icon {
  width: 9px;
  background-image: url(../images/icon-back-arrow.svg);
  height: 14px;
  margin-bottom: 0.1em; }

.mypage-next-arrow-icon {
  width: 9px;
  background-image: url(../images/icon-next-arrow.svg);
  height: 14px;
  margin-bottom: 0.1em; }

.mypage-back-arrow-icon-for-primary {
  width: 9px;
  background-image: url(../images/icon-next-arrow.svg);
  transform: scaleX(-1);
  height: 14px;
  margin-bottom: 0.1em; }

.mypage-next-arrow-icon-for-outline {
  width: 9px;
  background-image: url(../images/icon-back-arrow.svg);
  transform: scaleX(-1);
  height: 14px;
  margin-bottom: 0.1em; }

.mypage-dialog-icon {
  width: 14px;
  background-image: url(../images/icon-dialog.svg);
  height: 14px;
  margin-bottom: 0.3em; }

.mypage-need-icon {
  width: 32px;
  background-image: url(../images/icon-need.svg);
  height: 20px;
  margin-left: 8px;
  margin-bottom: 0.15em; }

.mypage-check-icon {
  width: 20px;
  background-image: url(../images/icon-check.svg);
  height: 20px;
  margin-right: 8px; }

.mypage-no-check-icon {
  width: 20px;
  background-image: url(../images/icon-no_check.svg);
  height: 20px;
  margin-right: 8px; }

.mypage-invisible-check-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  opacity: 0; }

.mypage-check-white-icon {
  position: relative;
  top: -1.5px;
  width: 28px;
  background-position: left;
  background-image: url(../images/icon-checkbox-white-on.svg);
  height: 20px; }
  .mypage-check-white-icon.disabled {
    background-image: url(../images/icon-checkbox-disable-on.svg); }

.mypage-no-check-white-icon {
  position: relative;
  top: -1.5px;
  width: 28px;
  background-position: left;
  background-image: url(../images/icon-checkbox-white-off.svg);
  height: 20px; }
  .mypage-no-check-white-icon.disabled {
    background-image: url(../images/icon-checkbox-disable-off.svg); }

.mypage-check-black-icon {
  position: relative;
  top: -1.5px;
  width: 28px;
  background-position: left;
  background-image: url(../images/icon-checkbox-black-on.svg);
  height: 20px; }
  .mypage-check-black-icon.disabled {
    background-image: url(../images/icon-checkbox-disable-on.svg); }

.mypage-no-check-black-icon {
  position: relative;
  top: -1.5px;
  width: 28px;
  background-position: left;
  background-image: url(../images/icon-checkbox-black-off.svg);
  height: 20px; }
  .mypage-no-check-black-icon.disabled {
    background-image: url(../images/icon-checkbox-disable-off.svg); }

.mypage-check-blue-icon {
  position: relative;
  top: -1.5px;
  width: 28px;
  background-position: left;
  background-image: url(../images/icon-checkbox-blue-on.svg);
  height: 20px; }
  .mypage-check-blue-icon.disabled {
    background-image: url(../images/icon-checkbox-disable-on.svg); }

.mypage-no-check-blue-icon {
  position: relative;
  top: -1.5px;
  width: 28px;
  background-position: left;
  background-image: url(../images/icon-checkbox-blue-off.svg);
  height: 20px; }
  .mypage-no-check-blue-icon.disabled {
    background-image: url(../images/icon-checkbox-disable-off.svg); }

.mypage-check-on-display-pass-icon, .mypage-toggle-input:checked:not(:disabled) + .show-password-check,
.mypage-toggle-input:checked:not(.disabled) + .show-password-check {
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-check-on-display-pass.svg); }

.mypage-check-off-display-pass-icon, .mypage-toggle-input + .show-password-check {
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-check-off-display-pass.svg); }

.mypage-radio-on-icon, .mypage-radio-on-disable-icon, .mypage-toggle-input:checked:disabled + .mypage-radio,
.mypage-toggle-input:checked.disabled + .mypage-radio, .mypage-toggle-input:checked:not(:disabled) + .mypage-radio,
.mypage-toggle-input:checked:not(.disabled) + .mypage-radio {
  width: 16px;
  height: 16px;
  background-image: url(../images/agency/portal/icon-radio-on.svg); }

.mypage-radio-on-disable-icon, .mypage-toggle-input:checked:disabled + .mypage-radio,
.mypage-toggle-input:checked.disabled + .mypage-radio {
  background-image: url(../images/agency/portal/icon-radio-on-disable.svg); }

.mypage-radio-off-icon, .mypage-toggle-input + .mypage-radio {
  width: 16px;
  height: 16px;
  background-image: url(../images/agency/portal/icon-radio-off.svg); }

.mypage-toggle-input {
  opacity: 0;
  width: 0;
  height: 0;
  float: left; }

.mypage-toggle-input:focus + .mypage-radio {
  box-shadow: 0 0 0 0.2rem rgba(115, 115, 115, 0.5); }

.mypage-menubar-icon {
  width: 24px;
  background-image: url(../images/icon-menubar.svg);
  height: 22px;
  position: absolute;
  cursor: pointer; }

.mypage-menu-new-application-icon {
  width: 20px;
  background-image: url(../images/icon-menu-new-application.svg);
  height: 20px;
  margin-right: 8px; }

.mypage-menu-notice-list-icon {
  width: 20px;
  background-image: url(../images/icon-menu-notice-list.svg);
  height: 20px;
  margin-right: 8px; }

.mypage-menu-application-insurance-list-icon {
  width: 20px;
  background-image: url(../images/icon-menu-application-insurance-list.svg);
  height: 20px;
  margin-right: 8px; }

.mypage-menu-contract-inquiry-icon {
  width: 20px;
  background-image: url(../images/icon-menu-contract-inquiry.svg);
  height: 20px;
  margin-right: 8px; }

.mypage-menu-procedure-icon {
  width: 20px;
  background-image: url(../images/icon-menu-procedure.svg);
  height: 20px;
  margin-right: 8px; }

.mypage-menu-account-icon {
  width: 20px;
  background-image: url(../images/icon-menu-account.svg);
  height: 20px;
  margin-right: 8px; }

.mypage-menu-logout-icon {
  width: 20px;
  background-image: url(../images/icon-menu-logout.svg);
  height: 20px;
  margin-right: 8px; }

.mypage-menu-accordion-open-icon {
  width: 20px;
  background-image: url(../images/icon-accordion-open.svg);
  height: 20px;
  margin-left: 8px; }

.mypage-menu-accordion-close-icon {
  width: 20px;
  background-image: url(../images/icon-accordion-close.svg);
  height: 20px;
  margin-left: 8px; }

.clickable {
  cursor: pointer; }

.mypage-help-icon {
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-help.svg); }

.mypage-mail-icon {
  width: 45px;
  height: 45px;
  background-image: url(../images/mypage/plan/email.png); }

.mypage-line-icon {
  width: 45px;
  height: 45px;
  background-image: url(../images/mypage/plan/LINE.png); }

.mypage-link-icon {
  width: 45px;
  height: 45px;
  background-image: url(../images/mypage/plan/copy.png); }

.mypage-mastercard-icon {
  width: 100%;
  margin: auto;
  background-image: url(../images/mypage/confirm-noninitial-payment-method/mc_symbol_opt_45_3x.png);
  background-color: black;
  padding-top: 71.3%; }

.mypage-visa-icon {
  width: 100%;
  margin: auto;
  background-image: url(../images/mypage/confirm-noninitial-payment-method/visa.png);
  background-color: white;
  padding-top: 71.3%; }

.mypage-jcb-icon {
  width: 100%;
  margin: auto;
  background-image: url(../images/mypage/confirm-noninitial-payment-method/jcb-logomark-img-03.gif);
  padding-top: 76.8%; }

.link-area:active .mypage-mail-icon, .link-area:active .mypage-line-icon, .link-area:active .mypage-link-icon {
  position: relative;
  top: 3px;
  opacity: 0.5; }

.mypage-step-body {
  height: 40px;
  border: solid 1px #a3a3a3; }

.mypage-step {
  line-height: 38px;
  width: 20%;
  color: #a3a3a3;
  list-style: none;
  position: relative;
  background-color: #c3c3c3; }
  .mypage-step.done:not(.active) {
    color: #000;
    background-color: #fff; }
  .mypage-step.active {
    width: 40%;
    color: #4180e3;
    background-color: #fff;
    font-weight: bold; }

.mypage-step:before,
.mypage-step:after {
  position: absolute;
  left: -5px;
  display: block;
  content: "";
  background-color: #c3c3c3;
  border-left: 2px solid #a3a3a3;
  width: 9px;
  height: 20px; }

.mypage-step:after {
  top: 0;
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -webkit-transform: skew(20deg);
  transform: skew(20deg); }

.mypage-step:before {
  bottom: 0;
  -moz-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg); }

.mypage-step:not(.first-step).active:before {
  background-color: #fff; }

.mypage-step:not(.first-step).done:before {
  background-color: #fff; }

.mypage-step:not(.first-step).next-active:before {
  border-color: #4180e3; }

.mypage-step:not(.first-step).active:after {
  background-color: #fff; }

.mypage-step:not(.first-step).done:after {
  background-color: #fff; }

.mypage-step:not(.first-step).next-active:after {
  border-color: #4180e3; }

.mypage-step:first-child:before,
.mypage-step:first-child:after {
  content: none; }

.mypage-step-title-body {
  padding: 24px 0 8px; }

.mypage-step-title {
  color: #00a08e;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 4px;
  border-bottom: solid 4px #00a08e; }

.mypage-bg-title {
  background-color: #00a08e;
  margin: 0 -50vw; }

.mypage-bg-heading {
  background-color: #7fd0c7; }

.mypage-text-title {
  color: #fff; }

.mypage-text-heading,
.mypage-text-dot-heading {
  color: #000; }

.mypage-font-title {
  font-size: calc(1rem + 4px);
  font-weight: bold;
  line-height: 2; }

.mypage-font-heading,
.mypage-font-dot-heading {
  font-size: calc(1rem + 2px);
  font-weight: bold; }

.mypage-font-heading {
  line-height: 2; }

.mypage-font-dot-heading {
  line-height: 1; }

@media (min-width: 767.98px) {
  .pre-flow-image {
    max-width: 738px;
    max-height: 374px; }
  .finish-flow-image {
    max-width: 738px; }
  .about-declaration-image {
    max-width: 738px; } }

@media (max-width: 767.98px) {
  .pre-flow-image {
    max-width: 171px;
    max-height: 1341.5px; }
  .finish-flow-image {
    max-width: 171px; }
  .about-declaration-image {
    max-width: 311px; } }

.pre-necessity-image {
  max-width: 334px;
  max-height: 225px; }

.pre-identification-image {
  max-width: 326px;
  max-height: 220px; }

.pre-plus-image {
  max-width: 50px;
  max-height: 50px; }

.table {
  margin-bottom: 0; }
  .table + .table:not(.table-separate) {
    margin-top: -1px; }
  .table tbody .mypage-not-click-tr {
    pointer-events: none; }

.mypage-table-result thead tr {
  background-color: #7fd0c7; }

.mypage-table-result .fit-column {
  white-space: nowrap;
  width: 1px; }

.mypage-table-result .toggle-column {
  padding-left: 8px;
  padding-right: 8px; }

.body-message {
  padding: 12px 0px; }

@media (max-width: 767.98px) {
  .year-input-area {
    margin-bottom: 12px; } }

.year-input {
  width: 160px; }

@media (min-width: 767.98px) {
  .year-label {
    padding-right: 8px; } }

.month-input {
  width: 80px; }

.month-label {
  padding-right: 8px; }

.day-input {
  width: 80px; }

.hospitaization-date-prefix {
  padding-left: 8px;
  white-space: pre; }

.one-line-year-input {
  width: 80px; }

.one-line-month-input {
  width: 60px; }

.one-line-day-input {
  width: 60px; }

.input-post {
  width: 160px;
  margin-top: 1.5px; }
  .input-post .error-label {
    white-space: nowrap; }

.btn-post {
  margin-left: 20px; }

.inputPostalCode-TopPadding {
  padding-top: 0.3em; }

.addressCopyBtn-LeftMargin {
  margin-left: 1px; }

#notice-detail-dialog .mypage-alert-dialog-body .mypage-notice-dialog-date {
  font-size: 12px;
  margin-bottom: 8px;
  text-align: right; }

#notice-detail-dialog .mypage-alert-dialog-body .mypage-notice-dialog-link {
  margin-top: 16px; }

#menu-view .mypage-dialog-content:not(.term-description-dialog),
#plan-view .mypage-dialog-content:not(.term-description-dialog),
#design-plan-view .mypage-dialog-content:not(.term-description-dialog) {
  border-width: 5px; }
  #menu-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-header,
  #plan-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-header,
  #design-plan-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-header {
    padding: 0 48px; }
    #menu-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-header .plan-dialog-title,
    #plan-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-header .plan-dialog-title,
    #design-plan-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-header .plan-dialog-title {
      font-size: calc(1rem + 10px);
      font-weight: bold;
      line-height: 1; }
    #menu-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-header .plan-dialog-lead,
    #plan-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-header .plan-dialog-lead,
    #design-plan-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-header .plan-dialog-lead {
      margin-top: 18px; }
  #menu-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body,
  #plan-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body,
  #design-plan-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body {
    padding: 24px 48px; }
    #menu-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body .mypage-input-group,
    #plan-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body .mypage-input-group,
    #design-plan-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body .mypage-input-group {
      padding-left: 0;
      padding-right: 0; }
    #menu-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body .year-input-area,
    #plan-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body .year-input-area,
    #design-plan-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body .year-input-area {
      margin-bottom: 12px; }
    #menu-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body .year-label,
    #plan-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body .year-label,
    #design-plan-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body .year-label {
      padding-right: 0; }
    #menu-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body .plan-btn-group-area,
    #plan-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body .plan-btn-group-area,
    #design-plan-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body .plan-btn-group-area {
      margin-top: 16px; }
    #menu-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body .man-btn,
    #plan-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body .man-btn,
    #design-plan-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body .man-btn {
      padding-right: 12px; }
    #menu-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body .woman-btn,
    #plan-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body .woman-btn,
    #design-plan-view .mypage-dialog-content:not(.term-description-dialog) .mypage-dialog-body .woman-btn {
      padding-left: 12px; }
  #menu-view .mypage-dialog-content:not(.term-description-dialog) .plan-dialog-footer,
  #plan-view .mypage-dialog-content:not(.term-description-dialog) .plan-dialog-footer,
  #design-plan-view .mypage-dialog-content:not(.term-description-dialog) .plan-dialog-footer {
    padding-left: 24px;
    padding-right: 24px; }
    #menu-view .mypage-dialog-content:not(.term-description-dialog) .plan-dialog-footer .plan-link-area,
    #plan-view .mypage-dialog-content:not(.term-description-dialog) .plan-dialog-footer .plan-link-area,
    #design-plan-view .mypage-dialog-content:not(.term-description-dialog) .plan-dialog-footer .plan-link-area {
      margin-top: 24px; }

#menu-view .term-description-dialog-image,
#plan-view .term-description-dialog-image,
#design-plan-view .term-description-dialog-image {
  max-height: 440px;
  overflow-y: auto; }

#menu-view .mypage-card .mypage-card-body .plan-text,
#plan-view .mypage-card .mypage-card-body .plan-text,
#design-plan-view .mypage-card .mypage-card-body .plan-text {
  margin-bottom: 6px; }

#menu-view .mypage-plan-card .mypage-card-header,
#plan-view .mypage-plan-card .mypage-card-header,
#design-plan-view .mypage-plan-card .mypage-card-header {
  cursor: pointer; }
  #menu-view .mypage-plan-card .mypage-card-header.disabled,
  #plan-view .mypage-plan-card .mypage-card-header.disabled,
  #design-plan-view .mypage-plan-card .mypage-card-header.disabled {
    cursor: not-allowed; }
  #menu-view .mypage-plan-card .mypage-card-header .mypage-checkbox-area,
  #plan-view .mypage-plan-card .mypage-card-header .mypage-checkbox-area,
  #design-plan-view .mypage-plan-card .mypage-card-header .mypage-checkbox-area {
    padding: 0; }
  #menu-view .mypage-plan-card .mypage-card-header .mypage-plan-title,
  #plan-view .mypage-plan-card .mypage-card-header .mypage-plan-title,
  #design-plan-view .mypage-plan-card .mypage-card-header .mypage-plan-title {
    font-size: calc(1rem + 2px);
    line-height: 1; }
  #menu-view .mypage-plan-card .mypage-card-header .mypage-plan-subtitle,
  #plan-view .mypage-plan-card .mypage-card-header .mypage-plan-subtitle,
  #design-plan-view .mypage-plan-card .mypage-card-header .mypage-plan-subtitle {
    line-height: 1;
    margin-top: 4px; }

#menu-view .mypage-plan-card .mypage-card-body .plan-input-body .form-control,
#plan-view .mypage-plan-card .mypage-card-body .plan-input-body .form-control,
#design-plan-view .mypage-plan-card .mypage-card-body .plan-input-body .form-control {
  min-width: 100px; }
  #menu-view .mypage-plan-card .mypage-card-body .plan-input-body .form-control.insuarance-period,
  #plan-view .mypage-plan-card .mypage-card-body .plan-input-body .form-control.insuarance-period,
  #design-plan-view .mypage-plan-card .mypage-card-body .plan-input-body .form-control.insuarance-period {
    margin-bottom: 4px; }

#menu-view .mypage-plan-card .mypage-card-body .plan-input-body .mypage-plan-form-next,
#plan-view .mypage-plan-card .mypage-card-body .plan-input-body .mypage-plan-form-next,
#design-plan-view .mypage-plan-card .mypage-card-body .plan-input-body .mypage-plan-form-next {
  margin-top: 8px; }

#menu-view .mypage-plan-card .mypage-card-body .plan-input-body .payment-amount,
#plan-view .mypage-plan-card .mypage-card-body .plan-input-body .payment-amount,
#design-plan-view .mypage-plan-card .mypage-card-body .plan-input-body .payment-amount {
  font-size: calc(1rem + 2px); }

#menu-view .mypage-plan-card .mypage-card-body .plan-input-body .postfix,
#plan-view .mypage-plan-card .mypage-card-body .plan-input-body .postfix,
#design-plan-view .mypage-plan-card .mypage-card-body .plan-input-body .postfix {
  padding-left: 8px; }

#menu-view .mypage-plan-card .mypage-card-body .plan-input-body > *:first-child,
#plan-view .mypage-plan-card .mypage-card-body .plan-input-body > *:first-child,
#design-plan-view .mypage-plan-card .mypage-card-body .plan-input-body > *:first-child {
  padding-right: 12px; }

#menu-view .mypage-plan-card .mypage-card-body .plan-input-body > *:last-child,
#plan-view .mypage-plan-card .mypage-card-body .plan-input-body > *:last-child,
#design-plan-view .mypage-plan-card .mypage-card-body .plan-input-body > *:last-child {
  padding-left: 12px; }

@media (max-width: 767.98px) {
  #menu-view .mypage-plan-card .mypage-card-body .plan-input-body .pension-value-text,
  #plan-view .mypage-plan-card .mypage-card-body .plan-input-body .pension-value-text,
  #design-plan-view .mypage-plan-card .mypage-card-body .plan-input-body .pension-value-text {
    font-size: 12px; } }

#menu-view .mypage-plan-card .mypage-card-body .plan-heading,
#plan-view .mypage-plan-card .mypage-card-body .plan-heading,
#design-plan-view .mypage-plan-card .mypage-card-body .plan-heading {
  color: #fff;
  background-color: #00a08e;
  padding: 8px;
  margin: 10px -8px; }
  #menu-view .mypage-plan-card .mypage-card-body .plan-heading .heading-item,
  #plan-view .mypage-plan-card .mypage-card-body .plan-heading .heading-item,
  #design-plan-view .mypage-plan-card .mypage-card-body .plan-heading .heading-item {
    width: calc(100% / 3); }
  #menu-view .mypage-plan-card .mypage-card-body .plan-heading .heading-title,
  #plan-view .mypage-plan-card .mypage-card-body .plan-heading .heading-title,
  #design-plan-view .mypage-plan-card .mypage-card-body .plan-heading .heading-title {
    margin-top: 4px; }

#menu-view .mypage-plan-card .mypage-card-body .plan-heading-option,
#plan-view .mypage-plan-card .mypage-card-body .plan-heading-option,
#design-plan-view .mypage-plan-card .mypage-card-body .plan-heading-option {
  color: #fff;
  background-color: #5B9BD5;
  padding: 8px;
  margin: 10px -8px; }
  #menu-view .mypage-plan-card .mypage-card-body .plan-heading-option .heading-item,
  #plan-view .mypage-plan-card .mypage-card-body .plan-heading-option .heading-item,
  #design-plan-view .mypage-plan-card .mypage-card-body .plan-heading-option .heading-item {
    width: calc(100% / 3); }
  #menu-view .mypage-plan-card .mypage-card-body .plan-heading-option .heading-title,
  #plan-view .mypage-plan-card .mypage-card-body .plan-heading-option .heading-title,
  #design-plan-view .mypage-plan-card .mypage-card-body .plan-heading-option .heading-title {
    margin-top: 4px; }

#menu-view .mypage-plan-card .mypage-card-body .option-heading-checkbox,
#plan-view .mypage-plan-card .mypage-card-body .option-heading-checkbox,
#design-plan-view .mypage-plan-card .mypage-card-body .option-heading-checkbox {
  height: 100%;
  min-width: 30px;
  margin: 0 !important;
  font-size: 8px; }

#menu-view .mypage-plan-card .mypage-card-body .option-heading-content,
#plan-view .mypage-plan-card .mypage-card-body .option-heading-content,
#design-plan-view .mypage-plan-card .mypage-card-body .option-heading-content {
  height: 100%;
  flex: 1; }

#menu-view .mypage-plan-card .mypage-card-body .option-heading,
#plan-view .mypage-plan-card .mypage-card-body .option-heading,
#design-plan-view .mypage-plan-card .mypage-card-body .option-heading {
  background-color: #eff5fb;
  padding: 8px; }
  #menu-view .mypage-plan-card .mypage-card-body .option-heading:hover,
  #plan-view .mypage-plan-card .mypage-card-body .option-heading:hover,
  #design-plan-view .mypage-plan-card .mypage-card-body .option-heading:hover {
    background-color: #f3f9ff; }

#menu-view .mypage-plan-card .mypage-card-body .option-heading-secondary,
#plan-view .mypage-plan-card .mypage-card-body .option-heading-secondary,
#design-plan-view .mypage-plan-card .mypage-card-body .option-heading-secondary {
  background-color: #ededed;
  color: #7F7f7f;
  padding: 8px; }
  #menu-view .mypage-plan-card .mypage-card-body .option-heading-secondary:hover,
  #plan-view .mypage-plan-card .mypage-card-body .option-heading-secondary:hover,
  #design-plan-view .mypage-plan-card .mypage-card-body .option-heading-secondary:hover {
    background-color: #f1f1f1; }
  #menu-view .mypage-plan-card .mypage-card-body .option-heading-secondary .select-color-secondary,
  #plan-view .mypage-plan-card .mypage-card-body .option-heading-secondary .select-color-secondary,
  #design-plan-view .mypage-plan-card .mypage-card-body .option-heading-secondary .select-color-secondary {
    color: #7F7f7f; }

#menu-view .mypage-plan-card .mypage-card-body .icon-vertical-margin,
#plan-view .mypage-plan-card .mypage-card-body .icon-vertical-margin,
#design-plan-view .mypage-plan-card .mypage-card-body .icon-vertical-margin {
  margin: 0 5px; }

#menu-view .mypage-plan-card .mypage-card-body .cash-back-balloon,
#plan-view .mypage-plan-card .mypage-card-body .cash-back-balloon,
#design-plan-view .mypage-plan-card .mypage-card-body .cash-back-balloon {
  position: absolute;
  top: -40px;
  left: -100px; }

#menu-view .mypage-plan-card .mypage-card-body .balloon,
#plan-view .mypage-plan-card .mypage-card-body .balloon,
#design-plan-view .mypage-plan-card .mypage-card-body .balloon {
  position: relative;
  width: auto;
  padding: 5px;
  height: 30px;
  background: #fff;
  border: 1.5px solid #00a08e;
  color: #00a08e;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  align-items: center;
  justify-content: center;
  display: flex; }
  #menu-view .mypage-plan-card .mypage-card-body .balloon::after, #menu-view .mypage-plan-card .mypage-card-body .balloon::before,
  #plan-view .mypage-plan-card .mypage-card-body .balloon::after,
  #plan-view .mypage-plan-card .mypage-card-body .balloon::before,
  #design-plan-view .mypage-plan-card .mypage-card-body .balloon::after,
  #design-plan-view .mypage-plan-card .mypage-card-body .balloon::before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%; }
  #menu-view .mypage-plan-card .mypage-card-body .balloon::before,
  #plan-view .mypage-plan-card .mypage-card-body .balloon::before,
  #design-plan-view .mypage-plan-card .mypage-card-body .balloon::before {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 21px;
    border-right-width: 21px;
    margin-left: -21px;
    margin-top: 1px;
    border-top-color: #00a08e; }
  #menu-view .mypage-plan-card .mypage-card-body .balloon::after,
  #plan-view .mypage-plan-card .mypage-card-body .balloon::after,
  #design-plan-view .mypage-plan-card .mypage-card-body .balloon::after {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 20px;
    border-right-width: 20px;
    margin-left: -20px;
    border-top-color: #FFFFFF; }

#menu-view .mypage-plan-card .mypage-card-body .margin-top-balloon,
#plan-view .mypage-plan-card .mypage-card-body .margin-top-balloon,
#design-plan-view .mypage-plan-card .mypage-card-body .margin-top-balloon {
  margin-top: 21px; }

#menu-view .summary-area,
#plan-view .summary-area,
#design-plan-view .summary-area {
  border-top: 1px solid #c3c3c3; }
  #menu-view .summary-area .product-sum,
  #plan-view .summary-area .product-sum,
  #design-plan-view .summary-area .product-sum {
    font-weight: bold;
    color: #e53119; }
  #menu-view .summary-area .payment-summary,
  #plan-view .summary-area .payment-summary,
  #design-plan-view .summary-area .payment-summary {
    font-size: 24px;
    font-weight: bold;
    color: #00a08e; }
  #menu-view .summary-area .border-summary,
  #plan-view .summary-area .border-summary,
  #design-plan-view .summary-area .border-summary {
    padding-top: 12px; }
  #menu-view .summary-area .postfix,
  #plan-view .summary-area .postfix,
  #design-plan-view .summary-area .postfix {
    padding-left: 8px; }
  #menu-view .summary-area .payment-summary-label,
  #plan-view .summary-area .payment-summary-label,
  #design-plan-view .summary-area .payment-summary-label {
    margin-right: 20px; }

#menu-view .summary .payment-summary,
#plan-view .summary .payment-summary,
#design-plan-view .summary .payment-summary {
  font-size: 24px;
  font-weight: bold;
  color: #00a08e; }

#menu-view .summary .postfix,
#plan-view .summary .postfix,
#design-plan-view .summary .postfix {
  padding-left: 8px; }

#menu-view .summary .payment-summary-label,
#plan-view .summary .payment-summary-label,
#design-plan-view .summary .payment-summary-label {
  margin-right: 20px; }

#menu-view .summary .margin-1,
#plan-view .summary .margin-1,
#design-plan-view .summary .margin-1 {
  margin: 0.25rem; }

#menu-view.fixed-footer,
#plan-view.fixed-footer,
#design-plan-view.fixed-footer {
  padding-bottom: calc(24px + 24px + 24px + calc((1rem + 2px) * 2.5) + 60px); }
  #menu-view.fixed-footer .summary-area,
  #plan-view.fixed-footer .summary-area,
  #design-plan-view.fixed-footer .summary-area {
    position: fixed;
    bottom: calc(24px);
    max-width: 768px;
    padding: 12px 15px;
    width: 100%;
    z-index: 100;
    background-color: #fcfcfc; }
    #menu-view.fixed-footer .summary-area .share-icon,
    #plan-view.fixed-footer .summary-area .share-icon,
    #design-plan-view.fixed-footer .summary-area .share-icon {
      margin: 0 5px 0 0; }

#menu-view .w-100-not-impt,
#plan-view .w-100-not-impt,
#design-plan-view .w-100-not-impt {
  width: 100%; }

#menu-view .help-area,
#plan-view .help-area,
#design-plan-view .help-area {
  width: 100%;
  margin-top: 2px;
  margin-bottom: 20px; }

#menu-view .font-size-sm,
#plan-view .font-size-sm,
#design-plan-view .font-size-sm {
  font-size: 12px; }

#menu-view .help-icon-margin-left,
#plan-view .help-icon-margin-left,
#design-plan-view .help-icon-margin-left {
  margin-left: 8px; }

@media (min-width: 767.98px) {
  #menu-view .pc-flex,
  #plan-view .pc-flex,
  #design-plan-view .pc-flex {
    display: flex; }
  #menu-view .pc-w-50,
  #plan-view .pc-w-50,
  #design-plan-view .pc-w-50 {
    width: 50% !important; }
  #menu-view .plan-heading .heading-title,
  #plan-view .plan-heading .heading-title,
  #design-plan-view .plan-heading .heading-title {
    line-height: 2; }
  #menu-view .select-area,
  #plan-view .select-area,
  #design-plan-view .select-area {
    width: 50%;
    margin-left: auto;
    padding-top: 5px; } }

@media (max-width: 767.98px) {
  #menu-view .select-area,
  #plan-view .select-area,
  #design-plan-view .select-area {
    width: calc(100% - 30px);
    margin-left: 30px;
    padding-top: 5px;
    padding-left: 0px; } }

#menu-view .agency-resouce-no,
#plan-view .agency-resouce-no,
#design-plan-view .agency-resouce-no {
  text-align: right;
  margin-top: 5px; }

#menu-view .btn-share,
#plan-view .btn-share,
#design-plan-view .btn-share {
  justify-content: center;
  display: flex; }
  #menu-view .btn-share:after,
  #plan-view .btn-share:after,
  #design-plan-view .btn-share:after {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/mypage/plan/share-solid.svg) no-repeat 0 0/100%;
    margin-left: 5px;
    margin-top: -5px;
    display: block; }

#menu-view .gap-8,
#plan-view .gap-8,
#design-plan-view .gap-8 {
  gap: 8px; }

#menu-view .non-min-width,
#plan-view .non-min-width,
#design-plan-view .non-min-width {
  min-width: 0px; }

#design-plan-view #reset-alert .mypage-dialog-content {
  border-width: 2px; }

#confirm-important-terms-view .mypage-plan-card .btn {
  width: 100%; }

#cancelltion-refund .mypage-plan-card .plan-input-body .confirm {
  margin-bottom: 8px; }

#cancelltion-refund .mypage-plan-card .plan-input-body .confirm-description > li {
  list-style: none; }

#login-view .login-btn-body {
  margin: 32px 0; }

#login-view .link-margin-top {
  margin-top: 24px; }

#top-menu {
  min-height: calc(100vh - 82px);
  background-color: #00a08e;
  color: #fcfcfc; }
  #top-menu .menu-item-group {
    height: 100%; }
    #top-menu .menu-item-group .menu-item {
      font-size: calc(1rem + 4px);
      font-weight: bold;
      padding-top: 12px;
      padding-bottom: 12px;
      border-top: 1px solid #fcfcfc;
      border-bottom: 1px solid #fcfcfc; }
      #top-menu .menu-item-group .menu-item:first-child {
        border-top: none; }
      #top-menu .menu-item-group .menu-item:last-child {
        border-bottom: 2px solid #fcfcfc; }
      #top-menu .menu-item-group .menu-item:hover {
        cursor: pointer;
        opacity: 0.8; }
  #top-menu .sub-menu-item-group {
    height: 100%;
    border-top: 1px solid #fcfcfc;
    border-bottom: 1px solid #fcfcfc; }
    #top-menu .sub-menu-item-group .sub-menu-item {
      font-size: calc(1rem + 2px);
      font-weight: normal;
      padding: 12px 0;
      border-top: 1px solid #fcfcfc;
      border-bottom: 1px solid #fcfcfc; }
      #top-menu .sub-menu-item-group .sub-menu-item:first-child {
        border-top: none; }
      #top-menu .sub-menu-item-group .sub-menu-item:last-child {
        border-bottom: none; }
      #top-menu .sub-menu-item-group .sub-menu-item:hover {
        cursor: pointer;
        opacity: 0.8; }
  #top-menu .menu-text {
    margin: 0 auto;
    width: 225px;
    text-align: left; }
  #top-menu .footer-label {
    padding-top: 48px;
    padding-bottom: 24px; }

#application-detail .mypage-security-area:not(.last-area) {
  border-bottom: 1px solid #a3a3a3; }

#application-detail .mypage-specific-organ-border {
  border: solid 1px solid #a3a3a3; }

#application-detail .mypage-security {
  padding-top: 12px;
  padding-bottom: 12px; }

#application-detail .mypage-security-header {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  background-color: #a3a3a3; }

#application-detail .download-area {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #a3a3a3; }
  #application-detail .download-area.last-area {
    border-bottom: 1px solid #a3a3a3; }

#change-contact-input-view .contact-sub-title {
  margin-bottom: 16px; }

#change-contact-input-view .item-group {
  padding-left: 5px;
  padding-right: 5px; }

#upload-verification-document .image-area {
  margin: 0 60px 12px; }
  #upload-verification-document .image-area .size-info {
    margin-top: 4px; }

#upload-verification-document .add-button {
  margin: 0 100px; }

#upload-verification-document .file-input-button {
  position: fixed;
  opacity: 0;
  width: 0;
  height: 0; }

#upload-verification-document .first-upload-area {
  margin-top: 24px; }

#upload-verification-document #verification-document-dialog .modal-title {
  font-size: calc(1em + 2px); }

#upload-verification-document #verification-document-dialog .modal-lead {
  border-bottom: 1px solid #c3c3c3;
  padding: 24px 24px 16px;
  text-align: left; }

#upload-verification-document #verification-document-dialog .document-area {
  text-align: left;
  margin: 0 24px;
  padding: 14px 0; }
  #upload-verification-document #verification-document-dialog .document-area .document-title {
    font-weight: bold;
    margin-bottom: 8px; }
  #upload-verification-document #verification-document-dialog .document-area .document-description {
    padding-left: 8px; }

#upload-verification-document #verification-document-dialog .document-area:not(.last-area) {
  border-bottom: 1px solid #c3c3c3; }

#upload-verification-document #verification-document-dialog .modal-supplement {
  border-top: 1px solid #c3c3c3;
  padding: 14px 24px 24px;
  text-align: left; }

#upload-verification-document #verification-document-dialog .caution-sentense {
  margin-top: 8px; }

#sign-off-view .explanation > p:not(:last-child) {
  margin-bottom: 6px; }

#sign-off-view .plan-input-body > *:first-child {
  padding-right: 12px; }

#sign-off-view .plan-input-body > *:last-child {
  padding-left: 12px; }

#interview-view .physique-input-form {
  max-width: 234px; }

#confirm-authorized-claimant-view .disease-name {
  display: inline; }

#confirm-authorized-claimant-view .disease-class {
  white-space: normal; }

.disease-table .mypage-btn-collapse {
  text-align: left;
  padding: 0.375rem 0;
  width: 100% !important; }
  .disease-table .mypage-btn-collapse > div[aria-expanded='false'] {
    white-space: normal;
    color: #fff;
    background-color: #597bbc;
    border-color: #00a08e;
    border-radius: 0.25rem; }
    .disease-table .mypage-btn-collapse > div[aria-expanded='false']:hover {
      color: #fff;
      background-color: #597bbc;
      border-color: #00a08e;
      filter: opacity(60%); }
    .disease-table .mypage-btn-collapse > div[aria-expanded='false']:focus, .disease-table .mypage-btn-collapse > div[aria-expanded='false'].focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 160, 142, 0.5); }
    .disease-table .mypage-btn-collapse > div[aria-expanded='false'].disabled, .disease-table .mypage-btn-collapse > div[aria-expanded='false']:disabled {
      color: #fff;
      background-color: #c3c3c3;
      border-color: #c3c3c3; }
    .disease-table .mypage-btn-collapse > div[aria-expanded='false']:not(:disabled):not(.disabled):active, .disease-table .mypage-btn-collapse > div[aria-expanded='false']:not(:disabled):not(.disabled).active,
    .show > .disease-table .mypage-btn-collapse > div[aria-expanded='false'].dropdown-toggle {
      color: #fff;
      background-color: #597bbc;
      border-color: #00a08e;
      filter: brightness(70%); }
      .disease-table .mypage-btn-collapse > div[aria-expanded='false']:not(:disabled):not(.disabled):active:focus, .disease-table .mypage-btn-collapse > div[aria-expanded='false']:not(:disabled):not(.disabled).active:focus,
      .show > .disease-table .mypage-btn-collapse > div[aria-expanded='false'].dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 160, 142, 0.5); }
    .disease-table .mypage-btn-collapse > div[aria-expanded='false']:before {
      content: '\f067'; }
  .disease-table .mypage-btn-collapse > div[aria-expanded='true'] {
    white-space: normal;
    color: #fff;
    background-color: #f1984a;
    border-color: #00a08e;
    border-radius: 0.25rem; }
    .disease-table .mypage-btn-collapse > div[aria-expanded='true']:hover {
      color: #fff;
      background-color: #f1984a;
      border-color: #00a08e;
      filter: opacity(60%); }
    .disease-table .mypage-btn-collapse > div[aria-expanded='true']:focus, .disease-table .mypage-btn-collapse > div[aria-expanded='true'].focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 160, 142, 0.5); }
    .disease-table .mypage-btn-collapse > div[aria-expanded='true'].disabled, .disease-table .mypage-btn-collapse > div[aria-expanded='true']:disabled {
      color: #fff;
      background-color: #c3c3c3;
      border-color: #c3c3c3; }
    .disease-table .mypage-btn-collapse > div[aria-expanded='true']:not(:disabled):not(.disabled):active, .disease-table .mypage-btn-collapse > div[aria-expanded='true']:not(:disabled):not(.disabled).active,
    .show > .disease-table .mypage-btn-collapse > div[aria-expanded='true'].dropdown-toggle {
      color: #fff;
      background-color: #f1984a;
      border-color: #00a08e;
      filter: brightness(70%); }
      .disease-table .mypage-btn-collapse > div[aria-expanded='true']:not(:disabled):not(.disabled):active:focus, .disease-table .mypage-btn-collapse > div[aria-expanded='true']:not(:disabled):not(.disabled).active:focus,
      .show > .disease-table .mypage-btn-collapse > div[aria-expanded='true'].dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 160, 142, 0.5); }
    .disease-table .mypage-btn-collapse > div[aria-expanded='true']:before {
      content: '\f068'; }

.disease-table .mypage-checkbox {
  font-size: 14px !important; }

.disease-table .check-label {
  font-size: 14px; }

.disease-table .other-disease-label {
  display: flex; }
  .disease-table .other-disease-label > input[type="checkbox"] {
    display: table-cell;
    margin-right: 10px;
    font-size: 14px; }

.disease-table .other-disease-name {
  margin-bottom: 8px; }

.disease-view .bg-header {
  font-weight: bold; }

.disease-view .category-name {
  border-radius: 0.25rem;
  color: #fff;
  background-color: #00a08e;
  border-color: #00a08e;
  margin: 5px 15px; }

.disease-view .disease-list {
  padding: 16px 15px; }

.interview3-detail-notice .lead-content {
  font-weight: bold; }

.interview3-detail-radio .year-input {
  margin-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px; }

.interview3-detail-radio .month-input {
  padding-left: 0px;
  padding-right: 0px; }

.interview3-detail-radio .date-unit {
  padding-left: 2px;
  padding-right: 2px; }

.interview3-detail-radio .number-input {
  padding-right: 8px; }

.sixdiseases-detail .mb-5px {
  margin-bottom: 5px; }

.sixdiseases-detail .year-input {
  margin-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px; }

.sixdiseases-detail .month-input {
  padding-left: 0px;
  padding-right: 0px; }

.sixdiseases-detail .date-unit {
  padding-left: 2px;
  padding-right: 2px; }

.sixdiseases-detail .number-input {
  padding-right: 8px; }

.add-detail-comment {
  font-weight: bold; }

.add-detail-btn {
  border-radius: 0.25rem; }
  .add-detail-btn:before {
    content: '\f067';
    margin-right: 8px; }

#confirm-policyholder-view .explanation > p:not(:last-child) {
  margin-bottom: 6px; }

#confirm-policyholder-dialog-view .dialog-title {
  font-size: calc(1rem + 2px);
  font-weight: bold;
  line-height: 1; }

#confirm-policyholder-dialog-view .item-area {
  margin-top: 24px; }

.display-password input {
  margin: 0px 3px 0px 8px;
  position: relative;
  top: 1px; }

#premium-change-alert-dialog .next-paragraph {
  margin-top: 16px; }

@media (max-width: 767.98px) {
  #premium-change-alert-dialog .back-btn-margin-resize {
    padding-top: 12px; } }

#example-security-code-dialog .security-code-image {
  max-width: 334px; }

#health-support-list .hs-list-body {
  min-height: 200px;
  padding: 12px 0; }

#health-support-bonus-input .image-area {
  margin: 0 60px 12px; }
  #health-support-bonus-input .image-area .size-info {
    margin-top: 4px; }

#health-support-bonus-input .add-button {
  margin: 0 100px; }

#health-support-bonus-input .file-input-button {
  position: fixed;
  opacity: 0;
  width: 0;
  height: 0; }

#health-support-bonus-input .first-upload-area {
  margin-top: 24px; }

#redirect-plan {
  height: calc(100vh - 40px); }

#register-account-view .disable-radio {
  color: #fff;
  background-color: #c3c3c3;
  border-color: #c3c3c3; }

#confirm-noninitial-payment-method-view .aeon-card-logo-area {
  width: 25%;
  margin: auto; }
  #confirm-noninitial-payment-method-view .aeon-card-logo-area .aeon-card-logo-container {
    width: 40px;
    display: inline-block; }

#confirm-noninitial-payment-method-view .aeon-card-info-area {
  width: 75%;
  text-align: left;
  min-height: 48px; }
  #confirm-noninitial-payment-method-view .aeon-card-info-area .aeon-card-name {
    font-size: calc(1rem - 2px);
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis; }

#point-award-info-list .point-award-info-list-body {
  min-height: 200px;
  padding: 12px 0; }

#point-award-info-list .point-award-info-list-number {
  text-align: right; }

@media (max-width: 767.98px) {
  html {
    font-size: 14px; }
  input, select, textarea {
    font-size: 16px !important; } }

body {
  font-family: 'ヒラギノ角ゴ Std W3', 'Hiragino Kaku Gothic W3 JIS2004', 'メイリオ', 'Meiryo', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif, FontAwesome;
  background-color: #fcfcfc; }

p,
ul, ol,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0; }

ul, ol {
  padding-inline-start: inherit; }

a {
  color: #4180e3; }

#mypage-view {
  overflow-x: hidden; }

.mypage-expand {
  max-width: 768px; }

.mypage-body {
  min-height: calc(100vh - 82px - 24px); }

.mypage-common-area {
  padding-bottom: 48px; }
  .mypage-common-area.fixed-footer {
    position: fixed;
    bottom: 24px;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fcfcfc;
    padding-bottom: 24px; }

#dialog-block-controll {
  opacity: 0;
  position: absolute;
  padding: 0;
  border: none; }

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

.text-block {
  display: inline-block; }

.text-with-newLine {
  white-space: pre-wrap; }

.indent-contents {
  margin-left: 1em;
  text-indent: -1em; }

.word-wrap-contents {
  word-wrap: break-word; }

@media screen and (min-width: 375px) {
  br.only-small-sp {
    display: none; } }

.copyright-android {
  font-family: Verdana, 'Droid Sans', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Std W3', 'Hiragino Kaku Gothic W3 JIS2004', sans-serif, FontAwesome; }
