@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
	font-family: 'Noto Sans JP', sans-serif;
}

.logos{
  position: absolute;
  top: 25px;
  left: 25px;
}

.base-q{
    background-color: #EDF6FF;
    background-image: url('../form/image/back_img.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.base-a{
    background-color: #4CABFE;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}


.q-title{
  background-color: #4CABFE;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.q-title > p{
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  font-family: "noto-";
}


.q-body{
  background-color: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 60px;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.q-body > p{
  color: #4A4F54;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#first .wrap,
#second .wrap,
#third .wrap,
#forth .wrap{
  width: 1047px;
  border-radius: 20px;
  box-shadow: 5px 5px 5px 0px #00000033;
}

#standard .wrap,
#business .wrap,
#dx .wrap{
  width: 1276px;
  border-radius: 10px;
}

.card{
  background-color: white;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 0px #00000033;
  padding-block: 25px;
}
div.catch{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.card p.catch{
  color: #4A4F54;
  font-size: 24px;
  font-weight: bold;
  justify-content: center;
  background-color: #EDF6FF;
  padding: 10px 15px;
  display: inline-block;
  position: relative;
}
.card p.catch:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #EDF6FF;
}
.card h2{
  color: #4A4F54;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.card h2>span{
  color: #4CABFE;
  font-size: 48px;
  font-weight: bold;
}
.card .spac{
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: center;
  margin-bottom: 40px;
}
.card .spac ul{
  line-height: 2em;
}
.card .feebox{
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.card .feebox .fee{
  display: inline-block;
  background-color: #F3F8FD;
  border-radius: 10px;
  padding-block: 10px;
  width: 448px;
  text-align: center;
  color: #4A4F54;
}

.card .feebox .fee p.t1{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.card .feebox .fee p.t1>span{
  font-weight: bold;
  font-size: 40px;
  padding-left: 15px;
}
#dx .card .feebox .fee p.t1>span{
  font-weight: bold;
  font-size: 28px;
  padding-left: 15px;
}
.card .feebox .fee p.t2{
  font-size: 14px;
}

.card p.btncatch{
  font-size: 16px;
  color: #4A4F54;
  text-align: center;
  margin-bottom: 10px;
}
.area-btn{
  display: flex;
  justify-content: center;
}
.cta-1,.cta-2,.cta-3{
  color: white;
  font-weight: bold;
  font-size: 24.9px;
  background-color: #FF6DBC;
  border-radius: 83px;
  padding: 20px 50px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}
.cta-1:hover,.cta-2:hover,.cta-3:hover{
  opacity: 0.7;
}

#button-group1{
  width: 869px;
  margin: 0 auto;
}
#button-group2{
  width: 600px;
  margin: 0 auto;
}
#button-group3{
  width: 600px;
  margin: 0 auto;
}
#button-group4{
  width: 600px;
  margin: 0 auto;
}



.points{
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}


.f16{
  font-size: 16px;
}


/* 非表示用クラス */
.hidden {
  display: none !important;
}
/* 大きなボタン行のレイアウト */
.big-button-row {
  display: flex;
  gap: 24px;
  margin-top: 32px;
  justify-content: center;
}

/* 大きなボタンのスタイル */
.big-btn {
  flex: 1;
  min-width: 180px;
  /* min-height: 60px; */
  font-size: 1.5rem;
}
/* ボタングループのレイアウト */
.button-group {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

/* ボタン共通スタイル */
.custom-btn {
  flex: 1;
  height: 206px;
  font-size: 1.2em;
  border: 3px solid #EDF6FF;
  border-radius: 10px;
  box-shadow: 0x 4px 4px 0px #00000012;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s;
  font-weight: bold;
  padding-inline: 20px;
  line-height: 0.9em;
}
.custom-btn:hover {
  border-color: #4CABFE;
}

#button-group1 .custom-btn img{
  height: 76.55px;
  width: auto;
  object-fit: contain;
  margin-bottom: 30px;
}

#button-group2 .custom-btn img{
  height: 37.26px;
  width: auto;
  object-fit: contain;
  margin-bottom: 10px;
}
#button-group3 .custom-btn img,
#button-group4 .custom-btn img{
  height: 53px;
  width: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

#button-group2 span.min1,
#button-group3 span.min1,
#button-group4 span.min1{
  font-size: 14px;
}
#button-group2 span.min2,
#button-group3 span.min2,
#button-group4 span.min2{
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-align: left;
}

/* ボタンごとのマージン調整 */
/* .btn1 {
  margin-right: 10px;
}
.btn2 {
  margin: 0 10px;
}
.btn3 {
  margin-left: 10px;
} */

.endlink{
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-decoration: none;
  color: #4A4F54;
}















@media screen and (max-width: 700px) {

.base-q {
  background-color: #edf6ff;
  background-image: url('./image/back_img.png');
  background-size: cover;
  background-repeat: repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 100px;
}

.base-a {
  background-color: #4cabfe;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.q-title {
  background-color: #4cabfe;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.q-title > p {
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  font-family: "noto-";
}
.q-body > p.thankyou {
  color: rgba(76, 171, 254, 1);
  font-weight: bold;
  text-align: center;
  font-size: 50px;
}

.q-body {
  background-color: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
#forth .q-body {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.q-body > p {
  color: #4a4f54;
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.q-body > p.third {
  color: #4a4f54;
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  padding-top: 20px;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
#first .wrap,
#second .wrap,
#third .wrap,
#forth .wrap {
  width: 80%;
  border-radius: 20px;
  box-shadow: 5px 5px 5px 0px #00000033;
  margin: 0 auto;
}

#standard .wrap,
#business .wrap,
#dx .wrap {
  width: 100% ;
  border-radius: 10px;
}

.card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 0px #00000033;
  padding-block: 50px;
}
div.catch {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.card p.catch {
  color: #4a4f54;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  background-color: #edf6ff;
  padding: 10px 15px;
  display: inline-block;
  position: relative;
}
.card p.catch:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #edf6ff;
}
.card h2 {
  color: #4a4f54;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.card h2 > span {
  color: #4cabfe;
  font-size: 30px;
  font-weight: bold;
}
.card .spac {
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: center;
  margin-bottom: 40px;
  flex-direction: column;
}
.card .spac ul {
  line-height: 2em;
}
.card .feebox {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.card .feebox .fee {
  display: inline-block;
  background-color: #f3f8fd;
  border-radius: 10px;
  padding-block: 10px;
  width: 100%;
  text-align: center;
  color: #4a4f54;
}

.card .feebox .fee p.t1 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.card .feebox .fee p.t1 > span {
  font-weight: bold;
  font-size: 40px;
  padding-left: 15px;
}
#dx .card .feebox .fee p.t1 > span {
  font-weight: bold;
  font-size: 28px;
  padding-left: 15px;
}
.card .feebox .fee p.t2 {
  font-size: 14px;
}

.card p.btncatch {
  font-size: 16px;
  color: #4a4f54;
  text-align: center;
  margin-bottom: 10px;
}
.area-btn {
  display: flex;
  justify-content: center;
}
.cta-1,
.cta-2,
.cta-3 {
  color: white;
  font-weight: bold;
  font-size: 24.9px;
  background-color: #ff6dbc;
  border-radius: 83px;
  padding: 20px 50px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}
.cta-1:hover,
.cta-2:hover,
.cta-3:hover {
  opacity: 0.7;
}

#button-group1 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#button-group2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#button-group3 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#button-group4 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#button-group5 {
  width: 100%;
  margin: 0 auto;
}
#button-group6 {
  width: 100%;
  margin: 0 auto;
}
#button-group7 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.points {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.radiogroup1 {
  width: 100%;
  margin: 0 auto;
  line-height: 3em;
  margin-bottom: 43px;
}
.checkboxgroup1 {
  width: 100%;
  margin: 0 auto;
  line-height: 3em;
  margin-bottom: 43px;
}
.checkboxwidth {
  width: 100%;
  margin: 0 auto;
  line-height: 3em;
}
.checkboxwidth>span.sp {
  font-size: 9px;
}


.inputgroup1 {
  width: 100%;
  margin: 0 auto;
  line-height: 3em;
  margin-bottom: 10px;
}

.radiogroup1 span,
.checkboxgroup1 span {
  margin-right: 30px;
  white-space: nowrap;
}

.radiolabel,
.checkboxlabel {
  font-size: 20px;
  font-weight: bold;
  color: rgba(74, 79, 84, 1);
}

input[type="radio"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #4cabfe;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  margin-right: 6px;
  top: 3px;
}
input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 19px;
  background-color: white;
  border-radius: 50%;
  border: 6px solid #4cabfe;
}

input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #4cabfe;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  margin-right: 6px;
  top: 3px;
  background-color: transparent;
  overflow: hidden;
}
input[type="checkbox"]:checked::after {
  content: url("./image/Vector.svg");
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background-color: #4cabfe;
  font-size: 16px;
  font-weight: bold;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
input#agree[type="checkbox"] {
  border: 1px solid rgba(74, 79, 84, 1);
}
input#agree[type="checkbox"]:checked::after {
  background-color: rgba(74, 79, 84, 1);
  border: 1px solid rgba(74, 79, 84, 1);
}

.q-body p.small {
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}
.q-body p.small span {
  font-weight: bold;
}

.dblock {
  display: block;
  margin-bottom: 10px;
}
span.inq {
  color: white;
  font-size: 14px;
  font-weight: bold;
  background-color: rgba(255, 109, 188, 1);
  padding: 1px 7px;
  margin-right: 10px;
}
label[for="nickname"],
label[for="email"] {
  display: block;
  line-height: 3em;
  font-size: 14px;
  font-weight: bold;
  color: rgba(74, 79, 84, 1);
}
input[type="text"],
input[type="email"] {
  width: 100%;
  height: 35px;
  border: 1px solid rgba(74, 79, 84, 1);
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 16px;
}
label[for="agree"]{
  font-weight: 14px !important;
}

.thankyou-img{
  display: block;
  margin: 0 auto;
  width: 50px;
  height: auto;
}

.thankyou-text{
  color: #4a4f54 !important;
  font-weight: normal !important;
  text-align: center !important;
  font-size: 18px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.thankyou-text>span{
  font-weight: bold !important;
}



/* 非表示用クラス */
.hidden {
  display: none !important;
}
/* 大きなボタン行のレイアウト */
.big-button-row {
  display: flex;
  gap: 24px;
  margin-top: 32px;
  justify-content: center;
}

/* 大きなボタンのスタイル */
.big-btn {
  flex: 1;
  min-width: 180px;
  /* min-height: 60px; */
  font-size: 1.5rem;
}
/* ボタングループのレイアウト */
.button-group {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

/* ボタン共通スタイル */
.custom-btn {
  flex: 1;
  height: 206px;
  font-size: 1.2em;
  border: 3px solid #edf6ff;
  border-radius: 10px;
  box-shadow: 0x 4px 4px 0px #00000012;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s;
  font-weight: bold;
  padding-inline: 20px;
  line-height: 0.9em;
  padding-block: 20px;
}
.custom-btn:hover {
  border-color: #4cabfe;
}

.custom2-btn {
  flex: 1;
  height: 60px;
  max-width: 408px;
  font-size: 25px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  font-weight: bold;
  padding: 16px 8px;
  line-height: 0.9em;
  background-color: rgba(76, 171, 254, 1);
  color: white;
}
.custom2-btn:hover {
  opacity: 0.7;
}
.custom2-btn:disabled {
  background-color: #4a4f54;
  cursor: not-allowed;
}

.custom3-btn {
  flex: 1;
  height: 60px;
  max-width: 408px;
  font-size: 25px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  font-weight: bold;
  padding: 16px 8px;
  line-height: 0.9em;
  background-color: rgba(225, 109, 188, 1);
  color: white;
}
.custom3-btn:hover {
  opacity: 0.7;
}
.custom3-btn:disabled {
  background-color: #4a4f54;
  cursor: not-allowed;
}


.custom4-btn {
  flex: 1;
  height: 60px;
  max-width: 408px;
  font-size: 25px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  font-weight: bold;
  padding: 16px 8px;
  line-height: 0.9em;
  background-color: rgba(76, 171, 254, 1);
  color: white;
}
.custom4-btn:hover {
  opacity: 0.7;
}
.custom5-btn {
  flex: 1;
  height: 60px;
  max-width: 408px;
  font-size: 25px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  font-weight: bold;
  padding: 16px 8px;
  line-height: 0.9em;
  background-color: #FF6DBC;
  color: white;
}
.custom5-btn:hover {
  opacity: 0.7;
}


#button-group1 .custom-btn img {
  height: 76.55px;
  width: auto;
  object-fit: contain;
  margin-bottom: 30px;
}

#button-group2 .custom-btn img {
  height: 37.26px;
  width: auto;
  object-fit: contain;
  margin-bottom: 10px;
}
#button-group3 .custom-btn img,
#button-group4 .custom-btn img {
  height: 53px;
  width: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

#button-group2 span.min1,
#button-group3 span.min1,
#button-group4 span.min1 {
  font-size: 14px;
}
#button-group2 span.min2,
#button-group3 span.min2,
#button-group4 span.min2 {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-align: left;
}



}