@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

html {
  font-size: 16px;
}

body {
  color: #777;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

h1 {
  color: #333;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 48px;
  padding: 0 0 28px;
  position: relative;
  text-align: center;
}
h1:after {
  background-color: #4b9fee;
  border-radius: 2px;
  content: "";
  display: block;
  height: 5px;
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
}
h1 .strong {
  font-size: 2.4rem;
}


p {
  font-weight: 300;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

input, select, textarea {
  font-family: inherit;
  margin: 0;
  padding: 0;
  background: #f9fafb;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  outline: none;
}

a {
  color: #0072ff;
  text-decoration: none;
  transition: opacity .3s;
}
a:hover {
  opacity: .5;
}

.container {
  width: 100%;
  padding: 100px 0;
  background-color: #fff;
}

.wrap {
  margin: 0 auto;
  width: 940px;
  text-align: center;
}

.lineTitle01 {
  font-size: 1.7rem;
  border-bottom: solid 3px #4B9FEE;
  margin: 0.6em 0;
  padding-bottom: 10px;
  text-align: left;
}

.taLeft {
  text-align: left;
}

.section {
  margin-bottom: 40px;
}

.section.lead {
  font-size: 1.2rem;
}

.section h4 {
  font-size: 1.4rem;
  margin: 0.6em;
}

.section .subject {
  border: 1px dotted #ccc;
  background: #eee;
  text-align: left;
  padding: 10px 40px;
  margin-top: 20px;
  color: #333;
}
.section .btn {
  margin-top: 20px;
}
.section a {
  background:#0072ff;
  border-radius: 4px;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.2rem;
}

.itemDef {
  text-align: left;
}

.itemDef dd + dt {
  margin-top: 20px;
}

.copyright {
  margin-top: 60px;
  font-size: 0.8rem;
}

/* Modal Style*/
div:where(.swal2-container) div:where(.swal2-popup){
  width: auto !important;
  padding: 0 !important;
  background: transparent !important;
  color: #fff !important;
}
.confirmModal {
  width: 680px;
  height: 510px;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  background: url(/assets/jp/img/confirm_modal_bg.png) no-repeat center center;
  background-size: cover;
  padding: 30px;
}
.confirmModal .modalTitle {
  display: flex;
  font-size: 36px;
  font-weight: 700;
  gap: 0 22px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.confirmModal .modalTitle::before {
  content: "";
  display: block;
  width: 56px;
  height: 38px;
  background: url(/assets/jp/img/confirm_modal_icon_modal.png) no-repeat center center;
}
.confirmModal .leadText {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.confirmModal .step {
  display: flex;
  flex-flow: column;
  gap: 20px 0;
  margin-bottom: 30px;
}
.confirmModal .step__item {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 12px 16px;
  display: flex;
  gap: 0 12px;
}
.confirmModal .step__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  color: #0D3CDC;
}
.confirmModal .step__text {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.confirmModal .radio {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
  margin-bottom: 20px;
}
.confirmModal .radio__item {
  position: relative;
  display: inline-flex;
}
.confirmModal .radio__input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.confirmModal .radio__label {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.confirmModal .radio__check {
  position: relative;
  width: 18px;
  height: 18px;
}
.confirmModal .radio__check::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
}
.confirmModal .radio__input:checked + .radio__label .radio__check::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 4px;
  background-color: #0D3CDC;
}
.confirmModal .btn {
  text-align: center;
}
.confirmModal .btn__btn {
  display: none;
  align-items: center;
  justify-content: center;
  outline: none;
  appearance: none;
  text-decoration: none;
  border: none;
  width: 260px;
  height: 48px;
  color: #0D3CDC;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  background: #fff;
}
.confirmModal .btn__btn:disabled {
  background: #CCC;
  color: #AAA;
}
.confirmModal .contactBtn {
  display: none;
}
.confirmModal .btn__btn.is-active {
  display: inline-flex;
}
.confirmModal .bottomMessage {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  display: none;
}
.confirmModal .bottomMessage.is-active {
  display: block;
}