﻿* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  font-size: 16px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  width: 100%;
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td {
  vertical-align: top;
  padding: 0;
}

th {
  vertical-align: top;
  padding: 0;
  text-align: left;
  font-weight: bold;
}

template,
[hidden] {
  display: none;
}

.wrap640 {
  max-width: 40rem;
}

.txt-center {
  text-align: center;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.abs.allCenter {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.mt-30 {
  margin-top: 4.6875vw;
}

@media screen and (min-width: 40.0625rem) {
  .mt-30 {
    margin-top: 1.875rem;
  }
}

.mb-40 {
  margin-bottom: 6.25vw;
}

.mt-40 {
  margin-top: 6.25vw;
}


@media screen and (min-width: 40.0625rem) {
  .mb-40 {
    margin-bottom: 2.5rem;
  }
  .mt-40 {
    margin-top: 2.5rem;
  }
  
}

@media screen and (min-width: 40.0625rem) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90.625vw;
  height: 12.34375vw;
  margin-bottom: 1.5625vw;
}

@media screen and (min-width: 40.0625rem) {
  input[type="radio"] + label {
    width: 36.25rem;
    height: 4.9375rem;
    margin-bottom: 0.625rem;
  }
}

input[type="radio"] + label:last-child {
  margin-bottom: 0;
}

/* Q1 */
input[type="radio"] + label[for="q1_btn_01"] {
  background-image: url("../img/q1_off_btn_01.png");
}

input[type="radio"] + label[for="q1_btn_02"] {
  background-image: url("../img/q1_off_btn_02.png");
}

input[type="radio"]:checked + label[for="q1_btn_01"] {
  background-image: url("../img/q1_on_btn_01.png");
}

input[type="radio"]:checked + label[for="q1_btn_02"] {
  background-image: url("../img/q1_on_btn_02.png");
}

/* Q2 */
input[type="checkbox"] + label[for="q2_btn_01"] {
  background-image: url("../img/q2_off_btn_01.png");
}

input[type="checkbox"] + label[for="q2_btn_02"] {
  background-image: url("../img/q2_off_btn_02.png");
}

input[type="checkbox"] + label[for="q2_btn_03"] {
  background-image: url("../img/q2_off_btn_03.png");
}

input[type="checkbox"] + label[for="q2_btn_04"] {
  background-image: url("../img/q2_off_btn_04.png");
}

input[type="checkbox"] + label[for="q2_btn_05"] {
  background-image: url("../img/q2_off_btn_05.png");
}

input[type="checkbox"]:checked + label[for="q2_btn_01"] {
  background-image: url("../img/q2_on_btn_01.png");
}

input[type="checkbox"]:checked + label[for="q2_btn_02"] {
  background-image: url("../img/q2_on_btn_02.png");
}

input[type="checkbox"]:checked + label[for="q2_btn_03"] {
  background-image: url("../img/q2_on_btn_03.png");
}

input[type="checkbox"]:checked + label[for="q2_btn_04"] {
  background-image: url("../img/q2_on_btn_04.png");
}

input[type="checkbox"]:checked + label[for="q2_btn_05"] {
  background-image: url("../img/q2_on_btn_05.png");
}

/* Q3 */
input[type="radio"] + label[for="q3_btn_01"] {
  background-image: url("../img/q3_off_btn_01.png");
}

input[type="radio"] + label[for="q3_btn_02"] {
  background-image: url("../img/q3_off_btn_02.png");
}

input[type="radio"] + label[for="q3_btn_03"] {
  background-image: url("../img/q3_off_btn_03.png");
}

input[type="radio"] + label[for="q3_btn_04"] {
  background-image: url("../img/q3_off_btn_04.png");
}

input[type="radio"]:checked + label[for="q3_btn_01"] {
  background-image: url("../img/q3_on_btn_01.png");
}

input[type="radio"]:checked + label[for="q3_btn_02"] {
  background-image: url("../img/q3_on_btn_02.png");
}

input[type="radio"]:checked + label[for="q3_btn_03"] {
  background-image: url("../img/q3_on_btn_03.png");
}

input[type="radio"]:checked + label[for="q3_btn_04"] {
  background-image: url("../img/q3_on_btn_04.png");
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90.625vw;
  height: 12.34375vw;
  margin-bottom: 1.5625vw;
}

@media screen and (min-width: 40.0625rem) {
  input[type="checkbox"] + label {
    width: 36.25rem;
    height: 4.9375rem;
    margin-bottom: 0.625rem;
  }
}

input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90.625vw;
  height: 12.34375vw;
  margin-bottom: 1.5625vw;
}

@media screen and (min-width: 40.0625rem) {
  input[type="checkbox"] + label {
    width: 36.25rem;
    height: 4.9375rem;
    margin-bottom: 0.625rem;
  }
}

.dis-non {
  display: none;
}

.cv_btn {
	transition: .3s;
	top: 145vw;
	left: 0;
	right: 0;
	width: 84.6875vw;
	max-width: 33.875rem;
	height: 18.90625vw;
	max-height: 7.5625rem;
}
.cv_txt {
	display: none;
	color: #fff;
	top: 2.344vw;
	right: 13.594vw;
	font-size: 2.5vw;
}

@media screen and (min-width: 40.0625rem) {
  .cv_btn {
    top: 58rem;
  }
	.cv_txt {
    top: 15px;
    right: 87px;
    font-size: 1pc;
}

}

.cv_btn.mask {
  top: unset;
  bottom: 8vw !important;
  left: 1.5625vw;
}

@media screen and (min-width: 40.0625rem) {
  .cv_btn.mask {
    bottom: 2.8125rem !important;
    left: 0.625rem;
  }
}

.inner {
  width: 87%;
  margin: auto;
  padding-bottom: 1%;
}

#footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer li {
  margin: auto;
}

footer {
  padding: 5vw 0 5vw;
  background-color: #001388;
  color: #fff;
  line-height: 1.4;
  padding: 4.6875vw 0 3.59375vw;
  font-size: 2.5vw;
  margin-top: 20px;
}

@media screen and (min-width: 40.0625rem) {
  footer {
    font-size: 1rem;
    padding: 1.875rem 0 1.4375rem;
  }
}

.copy {
  font-size: 3.125vw;
}

@media screen and (min-width: 40.0625rem) {
  .copy {
    font-size: 1.25rem;
  }
}

.next-btn-01,
.next-btn-02,
.next-btn-03 {
  /*pointer-events: none;*/
  text-align: center;
}

.next-btn-01 img,
.next-btn-02 img,
.next-btn-03 img {
  width: 52.96875vw;
  height: 14.0625vw;
  margin-bottom: 12.5vw;
}

@media screen and (min-width: 40.0625rem) {
  .next-btn-01 img,
  .next-btn-02 img,
  .next-btn-03 img {
    width: 21.1875rem;
    height: 5.625rem;
    margin-bottom: 5rem;
  }
}

/*
.q2 {
  display: none;
}
*/

.q2_content {
  display: none;
}

/*
.q3 {
  display: none;
}
*/

.txt-center #q2_btn_02,
.txt-center #q2_btn_04 {
  height: 18.75vw;
}

@media screen and (min-width: 40.0625rem) {
  .txt-center #q2_btn_02,
  .txt-center #q2_btn_04 {
    height: 7.5rem;
  }
}

.q3_content {
  display: none;
}


.cta {
  display: none;
}


/* transiotion*/
.fade1-enter {
  opacity: 0;
}

.fade1-enter-to {
  opacity: 1;
}

/* .fade1-enter-active {
  -webkit-transition: all 1s 0s ease;
  transition: all 1s 0s ease;
} */

.fade1-leave {
  /*transform: translate(0, 0);*/
  opacity: 1;
}

.fade1-leave-to {
  /*  transform: translate(-100px, 0);*/
  opacity: .2;
}

/* .fade1-leave-active {
  -webkit-transition: all .5s 0s ease;
  transition: all .5s 0s ease;
} */

 /* Q1 */
#next-btn-01_qa01,
#next-btn-01_qa02{
  display: none;
}

#q1_btn_01:checked ~ #next-btn-01_qa01,
#q1_btn_02:checked ~ #next-btn-01_qa01{
  display: block;
}
  
#q1_btn_01:checked ~ #next-btn-01_off,
#q1_btn_02:checked ~ #next-btn-01_off{
  display: none;
}

 /* Q2 */
#next-btn-02_qa01,#next-btn-02_qa02,#next-btn-02_qa03,#next-btn-02_qa04,#next-btn-02_qa05{
  display: none;
}

#q2_btn_01:checked ~ #next-btn-02_qa01,
#q2_btn_01:checked ~ #next-btn-02_qa02,
#q2_btn_01:checked ~ #next-btn-02_qa03,
#q2_btn_01:checked ~ #next-btn-02_qa04,
#q2_btn_01:checked ~ #next-btn-02_qa05{
  display: block;
}

#q2_btn_02:checked ~ #next-btn-02_qa01,
#q2_btn_02:checked ~ #next-btn-02_qa02,
#q2_btn_02:checked ~ #next-btn-02_qa03,
#q2_btn_02:checked ~ #next-btn-02_qa04,
#q2_btn_02:checked ~ #next-btn-02_qa05{
  display: block;
}

#q2_btn_03:checked ~ #next-btn-02_qa01,
#q2_btn_03:checked ~ #next-btn-02_qa02,
#q2_btn_03:checked ~ #next-btn-02_qa03,
#q2_btn_03:checked ~ #next-btn-02_qa04,
#q2_btn_03:checked ~ #next-btn-02_qa05{
  display: block;
}

#q2_btn_04:checked ~ #next-btn-02_qa01,
#q2_btn_04:checked ~ #next-btn-02_qa02,
#q2_btn_04:checked ~ #next-btn-02_qa03,
#q2_btn_04:checked ~ #next-btn-02_qa04,
#q2_btn_04:checked ~ #next-btn-02_qa05{
  display: block;
}

#q2_btn_05:checked ~ #next-btn-02_qa01,
#q2_btn_05:checked ~ #next-btn-02_qa02,
#q2_btn_05:checked ~ #next-btn-02_qa03,
#q2_btn_05:checked ~ #next-btn-02_qa04,
#q2_btn_05:checked ~ #next-btn-02_qa05{
  display: block;
}
  
#q2_btn_01:checked ~ #next-btn-02_off,
#q2_btn_02:checked ~ #next-btn-02_off,
#q2_btn_03:checked ~ #next-btn-02_off,
#q2_btn_04:checked ~ #next-btn-02_off,
#q2_btn_05:checked ~ #next-btn-02_off{
  display: none;
}


 /* Q3 */
 #next-btn-03_qa01,#next-btn-03_qa02,#next-btn-03_qa03,#next-btn-03_qa04{
  display: none;
}

#q3_btn_01:checked ~ #next-btn-03_qa01,
#q3_btn_01:checked ~ #next-btn-03_qa02,
#q3_btn_01:checked ~ #next-btn-03_qa03,
#q3_btn_01:checked ~ #next-btn-03_qa04{
  display: block;
}

#q3_btn_02:checked ~ #next-btn-03_qa01,
#q3_btn_02:checked ~ #next-btn-03_qa02,
#q3_btn_02:checked ~ #next-btn-03_qa03,
#q3_btn_02:checked ~ #next-btn-03_qa04{
  display: block;
}

#q3_btn_03:checked ~ #next-btn-03_qa01,
#q3_btn_03:checked ~ #next-btn-03_qa02,
#q3_btn_03:checked ~ #next-btn-03_qa03,
#q3_btn_03:checked ~ #next-btn-03_qa04{
  display: block;
}

#q3_btn_04:checked ~ #next-btn-03_qa01,
#q3_btn_04:checked ~ #next-btn-03_qa02,
#q3_btn_04:checked ~ #next-btn-03_qa03,
#q3_btn_04:checked ~ #next-btn-03_qa04{
  display: block;
}

#q3_btn_05:checked ~ #next-btn-03_qa01,
#q3_btn_05:checked ~ #next-btn-03_qa02,
#q3_btn_05:checked ~ #next-btn-03_qa03,
#q3_btn_05:checked ~ #next-btn-03_qa04{
  display: block;
}


#q3_btn_01:checked ~ #next-btn-03_off,
#q3_btn_02:checked ~ #next-btn-03_off,
#q3_btn_03:checked ~ #next-btn-03_off,
#q3_btn_04:checked ~ #next-btn-03_off,
#q3_btn_05:checked ~ #next-btn-03_off{
  display: none;
}

/* LINE CTA */
.line_sns {
  position: relative;
}
.line_btn {
  position: absolute;
  max-width: 100%;
  bottom: 4vw;
  margin: 0 10px ;
}
.line_btn img {
  box-shadow: 0px 9px 8px 2px rgb(17 17 26 / 20%);
  border-radius: 2vw;
}
@media screen and (min-width: 40.0625rem) {
  .line_btn {
    bottom: 30px;
  }
  .line_btn img {
    border-radius: 13px;
  }
}

/* モーダルCSS */
.fv h1 {
  position: relative;
}
#openModal {
  position: absolute;
  bottom: 2.8%;
  left: 15%;
  display: block;
  width: 45.5%;
  height: 2%;
  border: none;
  background: transparent;
}
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 80%;
  max-width: 570px;
}

.modalContents {
  position: relative;
}

.closeModal {
  position: absolute;
  top: 1%;
  right: 1%;
  width: 6%;
  font-size: 0;
  cursor: pointer;
}
@media screen and (max-width: 639px) {
  #openModal {
    bottom: 3vw;
    left: 15vw;
    width: 46vw;
    height: 4vw;
  }
}

/* アンケートLP HTML構造変更追加記述 */
/* 共通のコンテナスタイル */
.q1,
.q2,
.q3,
.thanks {
    max-width: 640px;
}

/* 共通のボタンエリアスタイル */
.q1_btn_area,
.q2_btn_area,
.q3_btn_area {
    display: flex;
    max-width: 90%;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    gap: 6px;
    padding: 1.875rem 0 12px;
    cursor: pointer;
}
.q1_btn_area {
  padding: 18px 0 45px;
}
@media screen and (max-width: 768px) {
  .q1_btn_area {
      padding: 18px 0 6vw;
  }
}
/* 共通のラベルスタイル */
.q1_btn_area input[type="radio"] + label,
.q2_btn_area input[type="checkbox"] + label,
.q3_btn_area input[type="radio"] + label {
    width: 100%;
    height: 80px;
    background-color: #b7bfc6;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    justify-content: left;
    align-items: center;
    color: #fff;
}

/* 共通のラベルテキストスタイル */
.q1_btn_area input[type="radio"] + label span,
.q2_btn_area input[type="checkbox"] + label span,
.q3_btn_area input[type="radio"] + label span {
    margin-left: 80px;
    font-size: 28px;
    position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 2px;
}

/* 共通のチェックマークスタイル */
.q1_btn_area input[type="radio"] + label span::after,
.q2_btn_area input[type="checkbox"] + label span::after,
.q3_btn_area input[type="radio"] + label span::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 10px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    left: -40px;
}

/* 共通の選択時スタイル */
.q1_btn_area input[type="radio"]:checked + label,
.q2_btn_area input[type="checkbox"]:checked + label,
.q3_btn_area input[type="radio"]:checked + label {
    background-color: #041488;
}

/* 入力要素を非表示 */
input[type="radio"],
input[type="checkbox"] {
    display: none;
}

/* 次へボタンエリアのスタイル */
.next_btn_area {
    display: flex;
    max-width: 50%;
    justify-content: center;
    margin: 0 auto;
    padding: 18px 0;
}

/* 次へボタンのスタイル */
.next_btn {
    width: 100%;
    height: 80px;
    background-color: #b7bfc6;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    max-width: 320px;
    margin: 0 auto;
}

.next_btn.active {
    background-color: #041488;
}

.next_btn span {
    font-size: 28px;
    position: relative;
    padding-right: 30px;
}

.next_btn span::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    right: 0;
    top: 50%;
    margin-top: -5px;
}

/* q2の高さ違いボタンのスタイル */
.q2_btn_area input[type="checkbox"] + label[for="blk_q2_btn_02"],
.q2_btn_area input[type="checkbox"] + label[for="blk_q2_btn_04"],
.q2_btn_area input[type="checkbox"] + label[for="blk_q2_btn_07"],
.q2_btn_area input[type="checkbox"] + label[for="blk_q2_btn_09"] {
    height: auto;
    min-height: 120px;
    padding: 0;
    border-radius: 58px !important;
}

/* q1_btn_04の※3スタイル */
.q1_btn_area label[for="blk_q1_btn_04"] span sup {
    font-size: 16px;
    vertical-align: super;
}

/* 改行の余白調整 */
.q2_btn_area label[for="blk_q2_btn_02"] span br {
    display: inline-block;
    margin: 5px 0;
}

/* thanksエリアのスタイル */
.thanks_offer {
    position: relative;
}

.blk_cv_btn {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

/* SP表示時のblk_cv_btnスタイル */
@media screen and (max-width: 768px) {
    .blk_cv_btn {
        width: 80%;
        left: 50%;
        transform: translateX(-50%); /* 中央寄せ */
    }

    .blk_cv_btn img {
        width: 100%; /* 画像も縮小 */
        height: auto;
    }
}

/* SP表示時のフォントサイズ調整 */
@media screen and (max-width: 768px) {
    .q1_btn_area input[type="radio"] + label,
    .q2_btn_area input[type="checkbox"] + label,
    .q3_btn_area input[type="radio"] + label {
        height: 14.0625vw;
        letter-spacing: 0.26041;
    }

    /* 選択肢ボタンのフォントサイズ調整 */
    .q1_btn_area input[type="radio"] + label span,
    .q2_btn_area input[type="checkbox"] + label span,
    .q3_btn_area input[type="radio"] + label span {
      font-size: 4.375vw;
      margin-left: 12.5vw; /* 左側の余白も調整 */
    }
    /* q2の高さ違いボタンのスタイル */
    .q2_btn_area input[type="checkbox"] + label[for="blk_q2_btn_02"],
    .q2_btn_area input[type="checkbox"] + label[for="blk_q2_btn_04"] {
        min-height: 16vw;
    }
    /* チェックマークの位置とサイズ調整 */
    .q1_btn_area input[type="radio"] + label span::after,
    .q2_btn_area input[type="checkbox"] + label span::after,
    .q3_btn_area input[type="radio"] + label span::after {
      width: 2.5vw;
      height: 1.25vw;
      left: -6.25vw;
      border-left: 2px solid #fff;
      border-bottom: 2px solid #fff;
    }
    .next_btn {
        height: 14.0625vw;
    }
    /* 次へボタンのフォントサイズ調整 */
    .next_btn span {
      font-size: 3.733333vw;
      padding-right: 4vw;
    }
    
    .next_btn span::after {
      width: 1.33333vw;
      height: 1.33333vw;
      border-top: 0.4vw solid #fff;
      border-right: 0.4vw solid #fff;
      margin-top: -0.66666vw;
    }

    /* ※3のフォントサイズ調整 */
    .q1_btn_area label[for="blk_q1_btn_04"] span sup {
        font-size: 12px;
    }

    .blk_cv_btn {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
    }

    .blk_cv_btn img {
        width: 100%;
        height: auto;
    }
}