@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background: #FFF;
  font-family: Helvetica Neue, Helvetica, Roboto, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Noto, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

img {
  border: none;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: underline;
  color: #0C7DC3;
}

a:hover {
  text-decoration: none;
}

a img {
  transition: opacity 300ms;
}

a:hover img {
  opacity: 0.85;
}

a:focus {
  outline: 4px solid #4e98ff;
}

.inner {
  margin: 0 auto;
  width: 1000px;
}

.cap {
  font-family: sans-serif;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
}

.nav-inner {
  position: relative;
  margin: 0 auto;
  width: 980px;
}

.nav-btn {
  position: absolute;
  right: 39px;
  z-index: 151;
  -webkit-filter: drop-shadow(0 0 1px #004372);
  filter: drop-shadow(0 0 1px #004372);
}

.nav-btn a:focus {
  outline: none;
}

.nav-btn a:hover img {
  opacity: 1;
}

.nav-menu {
  background: rgba(0, 67, 114, 0.97);
  width: 100%;
  height: 290px;
}

.nav-menu .nav-inner {
  padding: 97px 0 0 0;
}

.nav-menu-list {
  display: flex;
  margin: 0 auto;
  width: 901px;
}

.nav-menu-list li {
  border-right: 1px solid #FFF;
}

.nav-menu-list li:first-child {
  border-left: 1px solid #FFF;
}

.nav-menu-list a:focus {
  outline: none;
}

.title {
  background: url("../images/title_bg_photo.png?ver=20240222") 50% 0 no-repeat, url("../images/mask_bottom_over.png?ver=20240222") 50% 100% no-repeat, url("../images/mask_bottom.svg?ver=20240222") 50% 100% no-repeat, url("../images/title_bg_scape.jpg?ver=20240222") 50% 0 no-repeat;
  background-size: auto auto, auto auto, 100% auto, cover;
  width: 100%;
  min-width: 1000px;
}

.title-image {
  text-align: center;
}

.cp {
  padding: 0 0 40px 0;
  background: #FFF;
  width: 100%;
  min-width: 1000px;
}

.cp-head {
  text-align: center;
}

.cp-box {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0 auto;
  background: #f5f4f8;
  width: 980px;
}

.cp-box:first-child {
  margin: 0 auto;
}

.cp-box:nth-child(2) {
  background: #e7f9f4;
}

.cp-box:nth-child(2) .cp-box-text-head p {
  color: #22ac38;
}

.cp-box-text {
  width: 460px;
}

.cp-box-text-head {
  padding: 30px 30px 15px 30px;
}

.cp-box-text-head p {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #ea6da4;
}

.cp-box-text-head .icon {
  padding-bottom: 12px;
  line-height: 1;
  letter-spacing: normal;
}

.cp-box-text-body {
  padding: 0 0 30px 30px;
}

.cp-box-text-body p {
  font-size: 20px;
  line-height: 1.5;
}

.cp-box-text-body .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.cp-box-image {
  width: 520px;
}

.cp-box-notice {
  box-sizing: border-box;
  padding: 0 30px 90px 30px;
  width: 980px;
}

.cp-box-notice p {
  font-size: 14px;
  line-height: 1.5;
  color: #FFF;
}

.cp-box-notice .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.cp-notice {
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: 980px;
}

.cp-notice p {
  font-size: 14px;
  line-height: 1.5;
}

.cp-notice .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.cp-banner {
  margin: 55px 0 0 0;
}

.cp-banner ul {
  margin: 0 auto;
  width: 980px;
}

.cp-banner ul li {
  text-align: center;
}

.ft {
  padding: 0 0 210px 0;
  background: url("../images/mask_top_over.png?ver=20240222") 50% 0 no-repeat, url("../images/mask_top.svg?ver=20240222") 50% 0 no-repeat, url("../images/mask_bottom_over.png?ver=20240222") 50% 100% no-repeat, url("../images/mask_bottom.svg?ver=20240222") 50% 100% no-repeat, url("../images/bg_blue_fig.png?ver=20240222") 50% 977px repeat-y;
  background-size: auto auto, 100% auto, auto auto, 100% auto, 100% auto;
  width: 100%;
  min-width: 1000px;
}

.ft-head {
  text-align: center;
}

.ft-h3 {
  font-weight: bold;
  font-size: 29px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #FFF;
}

.ft-h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #FFF;
}

.ft-body {
  margin: 0 auto;
  width: 980px;
}

.ft-metpo-box {
  margin: 30px 0 0 0;
}

.ft-metpo-box-image {
  margin: 10px 0 15px 0;
}

.ft-metpo-box-notice {
  padding: 0 0 10px 0;
}

.ft-metpo-box-notice p {
  font-size: 14px;
  line-height: 1.7;
  color: #FFF;
}

.ft-metpo-box-notice .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.ft-metpo-link {
  padding: 30px 0 70px 0;
  text-align: center;
}

.ft-metpo-link p {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.7;
  color: #ffff00;
}

.ft-metpo-link a {
  color: #FFF;
}

.ft-metpo-link a[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  margin-right: 2px;
  margin-bottom: 1px;
  background: url("../images/icon_link_ext_white.svg?ver=20240222") 50% 50% no-repeat;
  width: 13px;
  height: 13px;
  vertical-align: -2px;
}

.ft-autocharge {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 980px;
}

.ft-autocharge-box {
  padding: 0 0 65px 0;
  width: 470px;
}

.ft-autocharge-box .image {
  padding-bottom: 15px;
}

.ft-autocharge-box-text {
  padding: 25px 0 0 0;
}

.ft-autocharge-box-text p {
  font-size: 21px;
  line-height: 1.6;
  color: #FFF;
}

.ft-autocharge-box-notice {
  padding: 10px 0 0 0;
}

.ft-autocharge-box-notice p {
  font-size: 14px;
  line-height: 1.7;
  color: #FFF;
}

.ft-autocharge-box-notice a {
  color: #FFF;
}

.ft-autocharge-box-notice a[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  margin-right: 2px;
  margin-bottom: 1px;
  background: url("../images/icon_link_ext_white.svg?ver=20240222") 50% 50% no-repeat;
  width: 13px;
  height: 13px;
  vertical-align: -2px;
}

.ft-autocharge-box-notice .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.ft-credit {
  margin: 10px 0 0 0;
}

.ft-credit-box {
  margin: 30px 0 0 0;
}

.ft-credit-box .image {
  margin: 10px 0 25px 0;
}

.ft-credit-box-row {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
  width: 980px;
}

.ft-credit-box-row-cell {
  width: 470px;
}

.ft-credit-box-text {
  padding: 0 0 10px 0;
}

.ft-credit-box-text p {
  font-size: 21px;
  line-height: 1.6;
  color: #FFF;
}

.ft-credit-box-notice p {
  font-size: 14px;
  line-height: 1.7;
  color: #FFF;
}

.ft-credit-box-notice a {
  color: #FFF;
}

.ft-credit-box-notice a[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  margin-right: 2px;
  margin-bottom: 1px;
  background: url("../images/icon_link_ext_white.svg?ver=20240222") 50% 50% no-repeat;
  width: 13px;
  height: 13px;
  vertical-align: -2px;
}

.ft-credit-box-notice .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.ft-credit-box-notice .indent-num {
  padding-left: 1.85em;
  text-indent: -1.85em;
}

.ft-use {
  margin: 60px 0 0 0;
}

.ft-use-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
  width: 980px;
}

.ft-use-box {
  width: 470px;
}

.ft-use-box:nth-child(1), .ft-use-box:nth-child(2) {
  padding: 0 0 50px 0;
}

.ft-use-box .image {
  margin: 10px 0 0 0;
}

.fee {
  padding: 0 0 75px 0;
  background: #FFF;
  width: 100%;
  min-width: 1000px;
}

.fee-head {
  text-align: center;
}

.fee-table {
  border-collapse: collapse;
  box-sizing: border-box;
  margin: 0 auto;
  width: 980px;
}

.fee-table th {
  box-sizing: border-box;
  padding: 35px 20px;
  width: 290px;
  text-align: center;
  vertical-align: middle;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.fee-table th p {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.fee-table td {
  box-sizing: border-box;
  padding: 35px 20px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 2px solid #000;
}

.fee-table td p {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.fee-table td sup {
  vertical-align: top;
}

.fee-table tr:first-child th {
  border-top: 2px solid #000;
}

.fee-table tr:first-child td {
  border-top: 2px solid #000;
}

.fee-table .pink {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #ea6da4;
}

.fee-notice {
  margin: 0 auto;
  padding: 30px 0 0 0;
  width: 980px;
}

.fee-notice p {
  font-size: 14px;
  line-height: 1.5;
}

.fee-notice .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.card {
  padding: 0 0 215px 0;
  background: url("../images/mask_top_over.png?ver=20240222") 50% 0 no-repeat, url("../images/mask_top.svg?ver=20240222") 50% 0 no-repeat, url("../images/mask_bottom_over.png?ver=20240222") 50% 100% no-repeat, url("../images/mask_bottom.svg?ver=20240222") 50% 100% no-repeat, url("../images/bg_blue_fig.png?ver=20240222") 50% -659px repeat-y;
  background-size: auto auto, 100% auto, auto auto, 100% auto, 100% auto;
  width: 100%;
  min-width: 1000px;
}

.card-head {
  text-align: center;
}

.card-top {
  display: flex;
  justify-content: space-between;
  margin: 10px auto 0 auto;
  width: 800px;
}

.card-top-box {
  width: 360px;
}

.card-top-box .card-name {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFF;
}

.card-top-box .card-image {
  padding: 25px 0 35px 0;
  text-align: center;
}

.card-top-box .card-button {
  text-align: center;
}

.card-table {
  border-collapse: collapse;
  box-sizing: border-box;
  margin: 82px auto 0 auto;
  width: 980px;
}

.card-table th {
  box-sizing: border-box;
  padding: 35px 20px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 2px solid #FFF;
}

.card-table th p {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #FFF;
}

.card-table td {
  box-sizing: border-box;
  padding: 35px 20px;
  text-align: center;
  vertical-align: middle;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}

.card-table td p {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #FFF;
}

.card-table td sup {
  vertical-align: top;
}

.card-table td:last-child {
  width: 626px;
}

.card-table tr:first-child th {
  border-top: 2px solid #FFF;
}

.card-table tr:first-child td {
  border-top: 2px solid #FFF;
}

.card-table .bold {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFF;
}

.card-notice {
  margin: 0 auto;
  padding: 30px 0 0 0;
  width: 980px;
}

.card-notice p {
  font-size: 14px;
  line-height: 1.5;
  color: #FFF;
}

.card-notice .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.notes {
  padding: 0 0 110px 0;
  background: #FFF;
  width: 100%;
  min-width: 1000px;
}

.notes-head {
  text-align: center;
}

.notes-text {
  margin: 0 auto;
  width: 980px;
}

.notes-text-box {
  margin: 30px 0 0 0;
}

.notes-text-box:first-child {
  margin: 0;
}

.notes-text-box p {
  font-size: 14px;
  line-height: 1.7;
}

.notes-text-box a {
  color: #0C7DC3;
}

.notes-text-box a[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  margin-right: 2px;
  margin-bottom: 1px;
  background: url("../images/icon_link_ext_blue.svg?ver=20240222") 50% 50% no-repeat;
  width: 13px;
  height: 13px;
  vertical-align: -2px;
}

.notes-text-box .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.notes-myj-check {
  box-sizing: border-box;
  display: flex;
  margin: 60px auto 0 auto;
  width: 770px;
  border: 1px solid #000;
}

.notes-myj-check-logo {
  box-sizing: border-box;
  padding: 32px 0 32px 30px;
  width: 154px;
}

.notes-myj-check-body {
  flex: 1;
  padding: 32px 28px 32px 0;
}

.notes-myj-check-text p {
  font-size: 16px;
  line-height: 1.7;
}

.notes-myj-check-notice {
  margin: 20px 0 0 0;
}

.notes-myj-check-notice p {
  font-size: 13px;
  line-height: 1.5;
}

.notes-myj-check-notice .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.notes-myj-check-link {
  margin: 20px 0 0 0;
}

.notes-myj-check-link li {
  margin: 2px 0 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.notes-myj-check-link li:first-child {
  margin: 0;
}

.notes-myj-check-link a {
  color: #0C7DC3;
}

.notes-myj-check-link a[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  margin-right: 2px;
  margin-bottom: 1px;
  background: url("../images/icon_link_ext_blue.svg?ver=20240222") 50% 50% no-repeat;
  width: 13px;
  height: 13px;
  vertical-align: -2px;
}

.footer {
  padding: 32px 0 150px 0;
  background: #eef1f2;
  width: 100%;
  min-width: 1000px;
}

.footer-jcb {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 0 20px 0;
  width: 980px;
}

.footer-jcb-logo {
  width: 86px;
}

.footer-jcb-body {
  flex: 1;
}

.footer-jcb-text p {
  font-size: 13px;
  line-height: 1.5;
}

.footer-jcb-text .head {
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.footer-jcb-link {
  display: flex;
  padding: 5px 0 0 0;
}

.footer-jcb-link li {
  margin: 0 0 0 25px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-jcb-link li:first-child {
  margin: 0;
}

.footer-jcb-link a {
  color: #0C7DC3;
}

.footer-jcb-link a[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  margin-right: 2px;
  margin-bottom: 1px;
  background: url("../images/icon_link_ext_blue.svg?ver=20240222") 50% 50% no-repeat;
  width: 13px;
  height: 13px;
  vertical-align: -2px;
}

.footer-inquiry {
  margin: 0 auto;
  padding: 20px 0 20px 0;
  width: 980px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.footer-inquiry-head {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.footer-inquiry-tel {
  display: flex;
  align-items: flex-end;
  margin: 12px 0 0 0;
}

.footer-inquiry-tel-normal p {
  font-size: 14px;
  line-height: 1.5;
}

.footer-inquiry-tel-normal .name {
  padding-bottom: 2px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #004372;
}

.footer-inquiry-tel-normal .number {
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  color: #004372;
}

.footer-inquiry-tel-mobile {
  flex: 1;
  padding: 0 0 3px 15px;
}

.footer-inquiry-tel-mobile p {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #004372;
}

.footer-inquiry-tel-mobile .number {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  color: #004372;
}

.footer-inquiry-hours {
  padding: 10px 0 0 0;
}

.footer-inquiry-hours p {
  font-size: 14px;
  line-height: 1.7;
}

.footer-inquiry-hours .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.footer-inquiry-notice p {
  font-size: 14px;
  line-height: 1.7;
}

.footer-inquiry-notice a {
  color: #0C7DC3;
}

.footer-inquiry-notice a[target="_blank"]::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  margin-right: 2px;
  margin-bottom: 1px;
  background: url("../images/icon_link_ext_blue.svg?ver=20240222") 50% 50% no-repeat;
  width: 13px;
  height: 13px;
  vertical-align: -2px;
}

.footer-inquiry-notice .link {
  padding-bottom: 5px;
}

.footer-inquiry-number {
  display: flex;
  margin: 5px 0;
}

.footer-inquiry-number-head {
  padding: 0 10px 0 0;
}

.footer-inquiry-number-body {
  flex: 1;
}

.footer-inquiry-number-box {
  display: flex;
}

.footer-inquiry-number-box-text {
  flex: 1;
}

.footer-inquiry-number-box-num {
  padding: 0 20px 0 0;
}

.footer-inquiry-update {
  padding: 15px 0 0 0;
}

.footer-inquiry-update p {
  font-size: 14px;
  line-height: 1.5;
}

.footer-notice {
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: 980px;
}

.footer-notice p {
  font-size: 14px;
  line-height: 1.5;
}

.footer-notice .head {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.footer-copyright {
  margin: 0 auto;
  padding: 40px 0 0 0;
  width: 980px;
  text-align: center;
}

.footer-copyright p {
  font-size: 14px;
  line-height: 1.5;
}

.fixed-bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 20px 0;
  background: rgba(180, 180, 180, 0.6);
  width: 100%;
  text-align: center;
  z-index: 100;
}
