* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #3f2020;
  background-color: #fff;
  width: 100%;
  font-size: 16px;
  font-family: 'M PLUS 1p', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-display: swap;
}

img {
  border: 0;
  width: 100%;
  height: auto;
}

a {
  color: #3f2020;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

button {
  border: 0;
  background: transparent;
}

.container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.cv-button {
  max-width: 700px;
  width: 100%;
  display: block;
  margin: 0 auto 30px;
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@media screen and (min-width:769px){
.cv-button02 {
  max-width: 700px;
  width: 100%;
  display: block;
  margin: 50px auto 0;
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
}


@-webkit-keyframes poyopoyo {
  0%, 20%, 40%, 60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30%, 50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes poyopoyo {
  0%, 20%, 40%, 60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30%, 50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@media screen and (max-width: 540px) {
  .cv-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width:768px){
  .cv-button02 {
    margin-top: 60px;
    padding: 0 10px;
    -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
  }
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inline-block {
  display: inline-block;
}

@media screen and (max-width: 540px) {
  .pc-view {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .sp-view {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .sp-view {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .sp-view {
    display: block;
  }
}

header {
  background-color: #fff;
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-content {
  border-radius: 10px;
  border: solid 2px #3f2020;
  width: 400px;
  height: 50px;
  padding: 10px;
  margin-left: 30px;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 1023px) {
  .info-content {
    width: 350px;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
  }
}

@media screen and (max-width: 540px) {
  .info-content {
    border-width: 1px;
    width: 220px;
    height: 35px;
    font-size: 10px;
    margin-left: 5px;
    padding: 5px 5px 5px 0;
  }
}

.info-content:hover {
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 540px) {
  .info-content a {
    line-height: 1.2;
  }
}

.info-content a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.info-content a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  top: 12px;
  right: 20px;
}

@media screen and (max-width: 1023px) {
  .info-content a::after {
    font-size: 16px;
    top: 14px;
  }
}

@media screen and (max-width: 540px) {
  .info-content a::after {
    font-size: 14px;
    top: 9px;
    right: 6px;
  }
}

.top_bg {
  background: url(../images/top_bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

.top_bg div p {
  text-align: right;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px 10px;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .top_bg div p {
    font-size: 14px;
  }
}

@media screen and (max-width: 540px) {
  .top_bg div p {
    font-size: 10px;
  }
}

.logo {
  width: 130px;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
  left: 1%;
  top: 10px;
}

@media screen and (max-width: 1023px) {
  .logo {
    width: 100px;
  }
}

@media screen and (max-width: 540px) {
  .logo {
    width: 100px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.ribbon {
  max-width: 350px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .ribbon {
    max-width: 300px;
  }
}

@media screen and (max-width: 540px) {
  .ribbon {
    max-width: 150px;
    width: 40%;
    padding: 10px 0 0 0;
  }
}

.ribbon img {
  vertical-align: top;
}

.top_title {
  max-width: 700px;
  width: 100%;
  height: auto;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .top_title {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 540px) {
  .top_title {
    max-width: 400px;
  }
}

.top_title img {
  vertical-align: top;
}

.top_novelty-img {
  max-width: 700px;
  width: 100%;
  height: auto;
  margin: 0 auto 5px;
  text-align: center;
}

@media screen and (max-width: 540px) {
  .top_novelty-img {
    margin-bottom: 0;
  }
}

.top_novelty-img img {
  vertical-align: top;
}

.question {
  background-color: #c4eeeb;
  padding-top: 40px;
  padding-bottom: 20px;
}

@media screen and (max-width: 540px) {
  .question {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#scrollArea {
  width: 700px;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  #scrollArea {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  #scrollArea {
    margin-bottom: 0;
  }
}

#inner {
  width: 3500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1023px) {
  #inner {
    width: 500%;
  }
}

.q-box {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
}

@media screen and (max-width: 540px) {
  .q-box {
    margin-bottom: 10px;
    border-radius: 10px;
  }
}

.q-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}

@media screen and (max-width: 540px) {
  .q-title {
    padding: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.q-title img {
  width: 80px;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .q-title img {
    width: 70px;
  }
}

@media screen and (max-width: 540px) {
  .q-title img {
    width: 50px;
  }
}

.q-title p:nth-of-type(1) {
  font-size: 50px;
  font-weight: 700;
  color: #eb8080;
  margin-right: 20px;
  margin-left: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .q-title p:nth-of-type(1) {
    font-size: 40px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 540px) {
  .q-title p:nth-of-type(1) {
    font-size: 36px;
    margin-right: 10px;
    margin-left: 0;
    padding-bottom: 0;
  }
}

.q-title p:nth-of-type(2) {
  font-size: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .q-title p:nth-of-type(2) {
    font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  .q-title p:nth-of-type(2) {
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.q-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.q-box-inner img {
  width: 300px;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .q-box-inner img {
    width: 47%;
  }
}

@media screen and (max-width: 540px) {
  .q-box-inner img {
    margin-left: 5px;
    margin-bottom: 10px;
  }
}

.q-box-inner-q5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.q-box-inner-q5 a {
  width: 48%;
}

@media screen and (max-width: 1023px) {
  .q-box-inner-q5 a {
    width: 45%;
  }
}

@media screen and (max-width: 540px) {
  .q-box-inner-q5 a {
    width: 48%;
    max-width: 250px;
  }
}

.q-button-box {
  width: 260px;
  height: auto;
  text-align: center;
}

.q-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 95%;
  height: 50px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 15px;
  background-color: #f4a4a4;
  color: #3f2020;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  border: solid 3px #f4a4a4;
  border-radius: 100px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

@media screen and (max-width: 1023px) {
  .q-button {
    height: 40px;
    text-align: center;
    font-size: 14px;
  }
}

@media screen and (max-width: 540px) {
  .q-button {
    height: 35px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    border-width: 2px;
    font-size: 12px;
  }
}

.q-button a {
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 540px) {
  .q-button:nth-of-type(even) {
    margin-right: 0;
  }
}

.q-button:hover {
  background-color: #fff09d;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

@media screen and (max-width: 540px) {
  .q-button:hover {
    border-width: 2px;
  }
}

.q-button.clicked2 {
  background-color: #fff09d;
  position: relative;
}

@media screen and (max-width: 540px) {
  .q-button.clicked2 {
    border-width: 2px;
  }
}

.page-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-number p {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  color: #3f2020;
  background: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 2;
  border: solid 2px #3f2020;
  border-radius: 50px;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .page-number p {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .page-number p {
    width: 35px;
    height: 35px;
    font-size: 16px;
    border-width: 1.5px;
  }
}

.page-number p.clicked {
  color: #fff;
  background-color: #3f2020;
}

.finish {
  background: #f8e0e0;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 540px) {
  .finish {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.finish-title h2 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.finish-title p {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .finish-title p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 540px) {
  .finish-title p {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.finish_novelty-img {
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .finish_novelty-img img {
    width: 100%;
    max-width: 700px;
  }
}

.finish_novelty-img p {
  text-align: right;
}

@media screen and (max-width: 1023px) {
  .finish_novelty-img p {
    font-size: 14px;
  }
}

@media screen and (max-width: 540px) {
  .finish_novelty-img p {
    font-size: 10px;
  }
}






@media screen and (min-width:769px){
.fp_container {
  max-width: 800px;
  padding-top: 30px;
  display: block;
  margin: 0 auto;
  position: relative;
}
}

@media screen and (max-width:768px){
.fp_container {
  max-width: 400px;
  padding-top: 30px;
  display: block;
  margin: 0 auto;
  position: relative;
}
}

@media screen and (min-width:769px){
.fp_title {
  font-size: 30px;
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
.fp_title::before,
.fp_title::after {
  background-color: #3f2020; /* 線の色 */
  border-radius: 4px; /* 線の両端を丸く */
  content: "";
  height: 4px; /* 線の高さ */
  width: 40px; /* 線の長さ */
}
.fp_title::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.fp_title::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}
}

@media screen and (max-width:768px){
.fp_title {
  font-size: 16px;
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
.fp_title::before,
.fp_title::after {
  background-color: #3f2020; /* 線の色 */
  border-radius: 4px; /* 線の両端を丸く */
  content: "";
  height: 2px; /* 線の高さ */
  width: 20px; /* 線の長さ */
}
.fp_title::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.fp_title::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}
}

.title_red {
  color: #eb8080;
}

.fp_point {
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5px;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (min-width:769px){
.fp_point p{
  display: inline-block;
  font-size: 34px;
  min-width: 160px;
  height: 60px;
  background-color:#fff;
  border-radius: 10px;
  padding: 5px 27px;
  margin: 3px;
  letter-spacing: 0.2em;
  text-align: center;
}
.fp_comment {
  font-size: 24px;
  line-height: 38px;
  margin: 30px 0 0 30px;
}
}

@media screen and (max-width:768px){
.fp_point p{
  display: inline-block;
  font-size: 18px;
  min-width: 78px;
  height: 40px;
  background-color:#fff;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 3px;
  letter-spacing: 0.2em;
  text-align: center;
}
.fp_comment {
  font-size: 14px;
  line-height: 1.4rem;
  margin: 20px 0 0 10px;
}
}

@media screen and (min-width:769px){
.fp_line {
  max-width: 257px;
  position: absolute;
  bottom: -40px;
  right: 45px;
}
}

@media screen and (max-width:768px){
.fp_line {
  max-width: 115px;
  position: absolute;
  bottom: -20px;
  right: 0;
}
}




.flow {
  background-color: #fff9f2;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 540px) {
  .flow_title {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.flow_title img:nth-of-type(1), .flow_title img:nth-of-type(3) {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.flow_title img:nth-of-type(2) {
  max-width: 300px;
  height: auto;
  margin-right: 10px;
  margin-left: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 1023px) {
  .flow_title img:nth-of-type(2) {
    max-width: 280px;
  }
}

@media screen and (max-width: 540px) {
  .flow_title img:nth-of-type(2) {
    max-width: 230px;
    width: 70%;
    margin-right: 5px;
    margin-left: 5px;
  }
}

.flow_img {
  text-align: center;
  padding-left: 20px;
}

.flow_img img {
  max-width: 550px;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.strength {
  background-color: #8dd9d6;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 540px) {
  .strength {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.strength_title {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.strength-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.strength-circle {
  margin-right: 10px;
}

.strength-circle:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1023px) {
  .strength-circle {
    margin-right: 5px;
  }
}

.strength_yellowcard {
  margin: 50px auto 0;
  position: relative;
}

.yellowcard-title {
  max-width: 640px;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

@media screen and (max-width: 540px) {
  .yellowcard-title {
    max-width: 300px;
    width: 100%;
  }
}

.yellowcard-box {
  position: relative;
  top: 10px;
  max-width: 700px;
  width: 100%;
  height: auto;
  padding: 40px 40px 25px;
  font-size: 20px;
  text-align: left;
  line-height: 1.7;
  background-color: #fff;
  border: solid 10px #fff09d;
  border-radius: 30px;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .yellowcard-box {
    font-size: 17px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 540px) {
  .yellowcard-box {
    top: 25px;
    font-size: 14px;
    padding: 30px 15px 20px;
    border-width: 6px;
    border-radius: 20px;
  }
}

.voice {
  background: #f8e0e0;
  padding-top: 30px;
  padding-bottom: 10px;
}

@media screen and (max-width: 540px) {
  .voice {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

.voice_title {
  margin-bottom: 20px;
}

@media screen and (max-width: 540px) {
  .voice_title {
    margin-bottom: 10px;
  }
}

.voice_title img:nth-of-type(2) {
  width: 300px;
  height: auto;
  margin-right: 20px;
  margin-left: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 1023px) {
  .voice_title img:nth-of-type(2) {
    width: 280px;
  }
}

@media screen and (max-width: 540px) {
  .voice_title img:nth-of-type(2) {
    width: 200px;
    margin-right: 5px;
    margin-left: 5px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.balloon {
  width: 70px;
  height: 110px;
}

@media screen and (max-width: 540px) {
  .balloon {
    width: 40px;
    height: auto;
  }
}

.voice-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 540px) {
  .voice-inner {
    display: block;
  }
}

.voice-box {
  max-width: 380px;
  width: 100%;
  height: auto;
  margin-right: 20px;
  margin-bottom: 50px;
}

.voice-box:last-child {
  margin-right: 0;
}

.voice-box img:nth-of-type(2) {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .voice-box {
    min-width: 200px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 540px) {
  .voice-box {
    margin-right: 0;
    min-width: 100%;
  }
}

.voice-profile {
  font-size: 18px;
  text-align: right;
  margin-right: 10px;
  color: #eb8080;
}

@media screen and (max-width: 1023px) {
  .voice-profile {
    font-size: 15px;
  }
}

@media screen and (max-width: 540px) {
  .voice-profile {
    font-size: 16px;
  }
}

.voice-comment {
  margin-top: 10px;
  line-height: 1.7;
}

@media screen and (max-width: 1023px) {
  .voice-comment {
    font-size: 14px;
  }
}

@media screen and (max-width: 540px) {
  .voice-comment {
    padding-right: 10px;
    padding-left: 10px;
  }
}

footer {
  background-color: #fff9f2;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 540px) {
  footer {
    padding-top: 15px;
  }
}

footer img {
  display: block;
  margin: 0 auto 20px;
}

.footer-time {
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .footer-time {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 540px) {
  .footer-time {
    font-size: 14px;
    margin-top: 15px;
  }
}

.footer-link {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 540px) {
  .footer-link {
    font-size: 14px;
    margin-top: 10px;
  }
}

.footer-link a {
  margin-right: 20px;
  margin-bottom: 10px;
}

.footer-link a:last-child {
  margin-right: 0;
}

.under-line {
  border-bottom: solid 1px;
}
/*# sourceMappingURL=main.css.map */



/* 追加要素 */
.fp_margin {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width:768px){
  .fp_margin {
  margin-top: 40px;
}
}
.fp_margin p {
  position: relative;
  display: inline-block;
  padding: 15px 25px;
  background-color: #fff9be;
  color: #3f2020;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width:768px){
  .fp_margin p {
  padding: 10px 20px;
  font-size: 16px;
}
}
.fp_margin p::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  border-width: 15px 10px 0 10px;
  border-style: solid;
  border-color: #fff9be transparent transparent transparent; 
}
.fp_plan_text {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:768px){
  .fp_plan_text {
  font-size: 23px;
}
}
.fp_bg {
  background-color: #fff;
  padding: 20px;
  margin: 10px 20px 10px;
  border-radius: 10px;
  align-content: center;
  position: relative;
}
@media screen and (max-width:768px){
  .fp_bg {
  background-color: #fff;
  padding: 10px 0;
  margin: 5px 10px 5px;
  border-radius: 10px;
  position: relative;
}
}
.fp_bg_img img {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 10px;
  left: 10px;
}
@media screen and (max-width:768px){
  .fp_bg_img img {
  position: absolute;
  width: 75px;
  height: 75px;
  top: -10px;
  left: -18px;
}
}
@media screen and (min-width:769px){
  .fp_bg article {
  padding: 15px 15px 0;
}
}
@media screen and (max-width:768px){
  .fp_bg article {
  font-size: 12px;
  padding: 10px 15px 0 15px;
}
}
.fp_flex {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width:768px){
  .fp_flex {
  gap: 10px;
}
}
.fp_flex img {
  max-width: 260px;
}
@media screen and (max-width:768px){
  .fp_flex img {
  max-width: 42%;
  max-height: 42%;
}
}
.fp_flex p {
  font-size: 26px;
  font-weight: bold;
  align-content: center;
}
@media screen and (max-width:768px){
  .fp_flex p {
  font-size: 15px;
}
}