@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
form,
input,
button,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica", "Hiragino Sans", "Helvetica Neue", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #333;
  font-weight: 400;
  height: 100dvh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  /* Chrome, Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
  /* Standard */
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
}

button {
  font-size: 1em;
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-thumb {
  background: #4aa2ea;
}

body::-webkit-scrollbar-track {
  background: #F1F8FF;
}

.wi900 {
  width: 900px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.op0 {
  opacity: 0;
}

.c {
  text-align: center !important;
}

.cm {
  margin-left: auto;
  margin-right: auto;
}

.b {
  font-weight: 900;
}

.margint20 {
  margin-top: 20px;
}

.margint50 {
  margin-top: 50px;
}

.margint100 {
  margin-top: 100px;
}

.margint150 {
  margin-top: 150px;
}

.margint200 {
  margin-top: 200px;
}

.margint_30 {
  margin-top: -30px;
}

.margint_100 {
  margin-top: -100px;
}

.relative {
  position: relative;
}

.z1 {
  z-index: +1;
}

.z2 {
  z-index: +2;
}

.z3 {
  z-index: +3;
}

.z99 {
  z-index: +9999;
}

.w100 {
  width: 100%;
}

.w95 {
  width: 95%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w50 {
  width: 50%;
}

.span span {
  display: inline-block;
}

.inline_b {
  display: inline-block;
}

.pointer_evNone {
  pointer-events: none;
}

main,
article,
aside,
nav,
header,
footer,
img,
button,
picture,
picture source {
  display: block;
}

body {
  /*iphone用*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.back_blue {
  background-color: #f3fcff;
}

.pink {
  color: #F16F7B;
}

.blue {
  color: #0056D1;
}

.green {
  color: #06C755;
}

/*--------------------------------------------------------
各種レイアウト
--------------------------------------------------------*/
.rkfk_btn_01 {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%);
}

.rkfk_14 {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translate(-50%);
}

.rkfk_08 {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translate(-50%);
}


.changeImage {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0, -50%);
  width: auto;
}

#answer_area1,
#answer_area2,
#answer_area3 {
  position: relative;
  background-color: #fef9f2;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.answer_box {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  padding: 2% 5%;
}

.answer_box p {
  font-size: 30px;
  margin-left: 20px;
}

.question_area {
  position: relative;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.question_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2% 5%;
  position: relative;
  height: 120px;
  border-bottom: 1px solid;
}

.question_box p {
  font-size: 30px;
  margin-left: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}

.question_label {
  margin-right: 10px;
}

.question_text {
  flex-grow: 1;
}

.toggle-icon {
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.q_circle,
.a_circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  flex-shrink: 0;
  font-size: 20px !important;
}

.q_circle {
  background-color: #4aa2ea;
}

.a_circle {
  background-color: #f08d03;
  margin-right: 10px;
}

.law_area {
  background-color: #4aa2ea;
  color: #fff;
  padding: 2%;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

#answer_area4 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 2px solid #4aa2ea;
  padding: 2%;
}

footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.fa-caret-down {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0, -50%);
  font-size: 30px;
}