@charset "UTF-8";

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #414141;
}

body a {
  color: #414141;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

.sp_only {
  display: none !important;
}

.bold {
  font-weight: bold;
}

.test {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.inner {
  box-sizing: content-box;
  max-width: 700px;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }

  .inner {
    padding: 0 5%;
  }
}

/*----------------------------------------------------- */
/*  cmn           */
/*----------------------------------------------------- */
.cmn_ttl {
  text-align: center;
  color: #FF7A21;
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 50px;
  margin-bottom: 40px;
  background: url(../images/bg_ttl.png) center bottom no-repeat;
  background-size: 20px;
}

@media screen and (max-width: 767px) {
  .cmn_ttl {
    font-size: 28px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: url(../images/bg_ttl.png) center bottom no-repeat;
    background-size: 12px;
  }
}

/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv {
  padding: 30px 2%;
  background: url(../images/fv_bg.png) center bottom no-repeat;
  background-size: cover;
}

.mv_box {
  max-width: 940px;
  margin: 0 auto;
}

.mv_box>img {
  width: 100%;
}

.mv_box .sp-only {
  display: none;
}

.mv_bkImg {
  position: absolute;
}

.mv_box_inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.mv_box_content {
  background-color: #FFE364;
  border-radius: 20px;
  outline: 3px solid #fff;
  outline-offset: -7px;
  padding: .5em 0;
  align-items: center;
  text-align: center;
  display: flex;
  font-weight: bold;
  font-size: 25px;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  line-height: normal;
  flex-grow: 1;
  justify-content: center;
}

.mv_box_content .big_text {
  font-size: 40px;
}

.mv_box_content .blue_text {
  color: #0E9BF2;
}

.mv_box_content .number {
  font-size: 55px;
  line-height: 0;
}

.mv_box_content .reference-mark {
  font-size: 16px;
}

.mv_box>p {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .mv {
    padding: 18px 2% 10px;
  }

  .mv_box_content {
    border-radius: 10px;
    outline: 1px solid #fff;
    outline-offset: -3px;
    font-size: 10px;
    padding: .8em 0 .5em;
  }

  .mv_box_content .number {
    font-size: 20px;
  }

  .mv_box_content .big_text {
    font-size: 14px;
  }

  .mv_box>p {
    font-size: 10px;
  }
}

/*----------------------------------------------------- */
/*  transfer           */
/*----------------------------------------------------- */
.transfer {
  border: 8px solid #0559A8;
  background: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.transfer .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.transfer .minutes {
  color: #0559A8;
}

.transfer .number {
  color: #F95C0C;
  font-size: 60px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .transfer {
    border: 5px solid #0559A8;
    font-size: 14px;
  }

  .transfer .number {
    color: #F95C0C;
    font-size: 30px;
    padding-bottom: 6px;
  }
}

/*----------------------------------------------------- */
/*  rate           */
/*----------------------------------------------------- */
.rate {
  background: #E5F2FF;
  text-align: center;
  padding: 60px 0;
}

.rate .date_text {
  background: #fff;
  padding: 6px 16px;
  border-radius: 100vh;
}

.rate .date_text .month,
.rate .date_text .date {
  font-size: 20px;
  font-weight: bold;
}

.rate p {
  font-size: 18px;
}

.rate h2 {
  color: #092E62;
  font-size: 30px;
  font-weight: bold;
  padding: 16px 0;
}

.rate .rate_box {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 16px 0;
  max-width: 700px;
  margin: 30px auto 0;
}

.rate .rate_box .rate_title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rate .rate_box .rate_title img {
  width: 60px;
  height: auto;
}

.rate .rate_box .rate_title span {
  font-size: 32px;
  font-weight: bold;
}

.rate .rate_box .rate_wrap {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin-top: 10px;
}

.rate .rate_box .rate_wrap .first_box,
.rate .rate_box .rate_wrap .second_box {
  display: flex;
  flex-direction: column;
  width: 200px;
}

.rate .rate_box .rate_wrap .first_box {
  border-right: 2px solid #E6E6E6;
  padding-right: 70px;
  width: 270px;
}

.rate .rate_box .rate_wrap .first_box span {
  font-size: 28px;
  background: #E5F2FF;
  border-radius: 10px;
}

.rate .rate_box .rate_wrap .second_box span {
  font-size: 28px;
  background: #FFF5CA;
  border-radius: 10px;
}

.rate .rate_box .rate_wrap .first_box .rate_text,
.rate .rate_box .rate_wrap .second_box .rate_text {
  font-size: 55px;
  background: none;
}

.rate .rate_box .rate_wrap .first_box .rate_number,
.rate .rate_box .rate_wrap .second_box .rate_number {
  font-size: 90px;
  color: #F95C0C;
  background: none;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .rate {
    padding: 40px 0;
  }

  .rate .date_text .month,
  .rate .date_text .date {
    font-size: 18px;
  }

  .rate p {
    font-size: 16px;
  }

  .rate h2 {
    color: #092E62;
    font-size: 23px;
    font-weight: bold;
    padding: 10px 0;
  }

  .rate .rate_box {
    padding: 10px 0;
    margin: 25px auto 0;
  }

  .rate .rate_box .rate_title img {
    width: 30px;
    height: auto;
  }

  .rate .rate_box .rate_title span {
    font-size: 16px;
  }

  .rate .rate_box .rate_wrap {
    gap: 35px;
  }

  .rate .rate_box .rate_wrap .first_box,
  .rate .rate_box .rate_wrap .second_box {
    width: 94px;
  }

  .rate .rate_box .rate_wrap .first_box {
    padding-right: 35px;
    width: 129px;
  }

  .rate .rate_box .rate_wrap .first_box span,
  .rate .rate_box .rate_wrap .second_box span {
    font-size: 14px;
    border-radius: 5px;
  }

  .rate .rate_box .rate_wrap .first_box .rate_text,
  .rate .rate_box .rate_wrap .second_box .rate_text {
    font-size: 30px;
  }

  .rate .rate_box .rate_wrap .first_box .rate_number,
  .rate .rate_box .rate_wrap .second_box .rate_number {
    font-size: 50px;
  }
}

/*----------------------------------------------------- */
/*  simulation           */
/*----------------------------------------------------- */
.simulation {
  background: url(../images/bg_dot.png);
  background-size: 37px;
  padding: 60px 0;
  text-align: center;
}

.simulation img {
  width: 280px;
  margin: auto;
}

.simulation h2 {
  color: #092E62;
  font-size: 30px;
  font-weight: bold;
}

.simulation .simulation_wrap {
  background: #fff;
  border: 3px solid #F29600;
  margin-top: 30px;
  border-radius: 10px;
  padding: 35px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.simulation .simulation_wrap ul {
  display: flex;
  justify-content: flex-start;
  width: 90%;
  margin: auto;
  text-align: left;
  align-items: center;
}

.simulation .simulation_wrap ul li {
  width: 50%;
}

.simulation .simulation_wrap ul li:first-child {
  font-size: 20px;
}

.simulation .simulation_wrap ul li span {
  font-weight: bold;
}

.simulation .simulation_wrap ul li.flex_label {
  display: flex;
  justify-content: space-between;
}

.simulation .simulation_wrap ul li label {
  width: 48%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #6A6A6A;
  height: 55px;
  border-radius: 10px;
}

.simulation .simulation_wrap ul li label.error {
  background: #FEECEC;
  border: 1px solid #F57979;
}

.simulation .simulation_wrap ul li input[type="radio"]:checked+label {
  background: #FFFDF3;
}

.simulation .simulation_wrap ul li input[type="radio"] {
  display: none;
}

.simulation .simulation_wrap ul li input {
  padding: 0 10px;
  border: 1px solid #6A6A6A;
  font-size: 16px;
  height: 55px;
  border-radius: 10px;
  width: 70%;
  margin-right: 10px;
}

.simulation .simulation_wrap ul li input.error {
  background: #FEECEC;
  border: 1px solid #F57979;
}

.simulation .simulation_wrap ul img {
  width: 25px;
  height: auto;
}

.simulation .simulation_wrap .result {
  max-width: 455px;
  width: 90%;
  background: #FFFDF3;
  border: 2px solid #F29600;
  margin: auto;
  border-radius: 10px;
  padding: 20px 0;
}

.simulation .simulation_wrap .result .result_title {
  font-weight: bold;
}

.simulation .simulation_wrap .result div {
  margin: 10px 0;
  font-size: 14px;
  font-weight: bold;
}

.simulation .simulation_wrap .result .amount {
  font-size: 32px;
}

.simulation .simulation_wrap .result .result_annotations {
  color: #676767;
  font-size: 14px;
}

.simulation .simulation_wrap a {
  max-width: 350px;
  width: 90%;
  background: #FF874A;
  color: #fff;
  margin: auto;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 100vh;
}

.simulation .simulation_wrap p {
  display: none;
}

.simulation .simulation_wrap p.error {
  display: block;
  color: #706D6E;
  margin-top: -25px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .simulation {
    padding: 40px 0;
  }

  .simulation img {
    width: 196px;
  }

  .simulation h2 {
    font-size: 23px;
  }

  .simulation .simulation_wrap {
    margin-top: 24px;
    padding: 30px 0;
    gap: 24px;
  }

  .simulation .simulation_wrap ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .simulation .simulation_wrap ul li {
    width: 100%;
  }

  .simulation .simulation_wrap ul li:first-child {
    font-size: 16px;
  }

  .simulation .simulation_wrap ul li label {
    height: 48px;
  }

  .simulation .simulation_wrap ul li input {
    height: 48px;
    width: 85%;
  }

  .simulation .simulation_wrap a {
    font-size: 16px;
  }

  .simulation .simulation_wrap .result div {
    margin: 0;
  }

  .simulation .simulation_wrap .result .amount {
    font-size: 23px;
  }

  .simulation .simulation_wrap .result .result_annotations {
    font-size: 12px;
  }
}

/*----------------------------------------------------- */
/*  flow           */
/*----------------------------------------------------- */
.flow {
  padding: 60px 0;
  text-align: center;
}

.flow h2 {
  color: #092E62;
  font-size: 30px;
  font-weight: bold;
}

.flow .card {
  margin-top: 30px;
  display: flex;
  background: #F1F1F1;
  border-radius: 10px;
  padding: 30px 20px;
  align-items: center;
  gap: 10px;
}

.flow .card .text {
  background: #fff;
  border-radius: 5px;
  width: fit-content;
  height: fit-content;
  padding: 10px 20px;
  font-weight: bold;
  text-align: left;
  flex: 0 0 auto;
}

.flow .card .text span {
  font-weight: lighter;
}

.flow .card .text span .small {
  font-size: 14px;
  font-weight: unset;
}

.flow .card .images {
  display: flex;
  gap: 10px;
}

.flow .card .images div {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 6px;
}

.flow .card .images div span {
  font-size: 14px;
  line-height: 1;
}

.flow .flow_step {
  background: #fff;
  border: 1px solid #0559A8;
  border-radius: 10px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}

.flow .flow_step .flow_step_wrap {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
  align-items: center;
  gap: 16px;
}

.flow .flow_step .flow_step_wrap .title {
  color: #0559A8;
  font-weight: bold;
}

.flow .flow_step .flow_step_wrap .title span {
  color: #fff;
  background: #0559A8;
  font-size: 14px;
  border-radius: 100vh;
  padding: 0 10px;
  margin-right: 6px;
}

.flow .flow_step .flow_step_wrap .flow_step_annotations {
  font-size: 14px;
  line-height: normal;
  margin-top: 10px;
  display: inline-block;
}

.flow .flow_step .flow_step_wrap img {
  width: 130px;
}

.flow .flow_step>img {
  width: 20px;
  height: fit-content;
}

@media screen and (max-width: 767px) {
  .flow {
    padding: 40px 0;
  }

  .flow h2 {
    font-size: 23px;
  }

  .flow .card {
    flex-direction: column;
    padding: 10px;
  }

  .flow .card .text {
    display: flex;
    width: 100%;
    font-size: 12px;
    text-align: center;
    align-items: center;
    gap: 10px;
  }

  .flow .card .text span {
    font-size: 14px;
    text-align: center;
  }

  .flow .card .text span .small {
    font-size: 12px;
  }

  .flow .card .images {
    gap: 4px;
  }

  .flow .card .images div span {
    font-size: 11px;
    line-height: normal;
  }

  .flow .flow_step {
    border: unset;
    padding: unset;
    text-align: left;
  }
  .flow .flow_step>img {
    height: 50px;
    width: auto;
    margin-left: 65px;
  }
  .flow .flow_step .flow_step_wrap {
    flex-direction: row;
    width: 100%;
        text-align: left;
  }
  .flow .flow_step .flow_step_wrap .flow_step_annotations {
    margin-top: 4px;
    font-size: 12px;
  }
}

/*----------------------------------------------------- */
/*  cta           */
/*----------------------------------------------------- */
.cta {
  background-image: linear-gradient(90deg, #0061c1, #6fb1f1);
}

.cta .inner {
  background-image: url(../images/cta_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 940px;
  aspect-ratio: 1940 / 740;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 110px;
}

.cta .cta_wrap {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 30px;
}

.cta .text {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  width: 100%;
}

.cta .text .big {
  font-size: 35px;
}

.cta .text img {
  width: 255px;
}

.cta .cta_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}

.cta .cta_button span {
  color: #F95C0C;
  font-size: 25px;
  font-weight: bold;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}

.cta .cta_button a {
  background: #F95C0C;
  color: #fff;
  width: 100%;
  border-radius: 100vh;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .cta .inner {
    background-image: url(../images/cta_bg_sp.png);
    aspect-ratio: 750 / 370;
    padding: 0;
    background-size: cover;
    background-position: center;
  }

  .cta .cta_wrap {
    width: auto;
    gap: 16px;
    margin: 0 5%;
  }

  .cta .text {
    font-size: 16px;
  }

  .cta .text .big {
    font-size: 18px;
  }

  .cta .text img {
    width: 135px;
  }

  .cta .cta_button span {
    font-size: 14px;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
  }

  .cta .cta_button a {
    width: 90%;
    font-size: 16px;
    padding: 7px 0;
    margin-top: 2px;
  }
}

/*----------------------------------------------------- */
/*  promise           */
/*----------------------------------------------------- */
.promise {
  background: #E5F2FF;
  padding: 60px 0;
}

.promise .title {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #092E62;
  margin-bottom: 30px;
}

.promise .title img {
  width: 142px;
}

.promise .title .under-line {
  font-size: 30px;
  background: linear-gradient(transparent 70%, #FFDE4B 30%);
}

.promise .title p>span {
  font-size: 30px;
}

.promise_wrap {
  display: flex;
  justify-content: space-between;
}

.promise_wrap li {
  width: 32%;
  background: #fff;
  border-radius: 16px;
  padding: 30px 16px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.promise_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.promise_list img {
  width: 90%;
}

.promise_list .text {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: normal;
}

.promise_list .text .orange_text {
  color: #FF8000;
  font-size: 20px;
}

.promise_list .text .promise_annotations {
  font-size: 12px;
}

.promise_list div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.promise_list div .box {
  background: #EFEFEF;
  font-size: 14px;
  width: 50%;
  border-radius: 3px;
  text-align: center;
  height: fit-content;
}

.promise_list div .time {
  line-height: 1;
}

.promise_list div .small {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .promise {
    padding: 40px 0;
  }

  .promise .title {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .promise .title img {
    width: 112px;
  }

  .promise .title .under-line {
    font-size: 23px;
  }

  .promise .title p>span {
    font-size: 23px;
  }

  .promise_wrap {
    flex-direction: column;
    gap: 16px;
  }

  .promise_wrap li {
    width: 100%;
    background: #fff;
    border-radius: 16px;
    padding: 30px 16px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  }

  .promise_list {
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .promise_list img {
    width: 105px;
  }

  .promise_list .text {
    text-align: left;
  }

  .promise_list div {
    justify-content: left;
    gap: 10px;
  }

  .promise_list div .box {
    width: 40%;
  }

  .promise_list p {
    font-size: 16px;
  }
}

/*----------------------------------------------------- */
/*  paidy           */
/*----------------------------------------------------- */
.paidy {
  border: 8px solid;
  border-image: linear-gradient(180deg, #E5019D, #C1019C) 1;
  background-image: linear-gradient(180deg, #FDF5F7, #F9E1F5);
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 30px 0;
}

.paidy .inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.paidy .paidy_cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.paidy .paidy_cta span {
  background: linear-gradient(180deg, #FF019C, #BF009C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paidy .paidy_cta a {
  background-image: linear-gradient(90deg, #FF019C, #8A38F5);
  color: #fff;
  border-radius: 100vh;
  padding: 10px 0;
  box-shadow: 0 3px 0 #9F9F9F;
  position: relative;
}

.paidy .paidy_cta a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
}

.paidy img {
  width: 147px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .paidy .inner {
    padding: 0;
  }

  .paidy .paidy_cta span {
    font-size: 20px;
  }

  .paidy .paidy_cta a {
    font-size: 18px;
  }

  .paidy .paidy_cta a::before {
    content: "";
    display: inline-block;
    width: 42px;
    height: 49px;
    background-image: url('../images/paidy.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50px;
    top: 0;
  }
}

/*----------------------------------------------------- */
/*  form           */
/*----------------------------------------------------- */
.form {
  background: #E5E5E5;
  padding: 60px 0;
  text-align: center;
}

.form h2 {
  color: #092E62;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .form {
    padding: 40px 0;
  }
}

/*----------------------------------------------------- */
/*  question           */
/*----------------------------------------------------- */
.question {
  background: #E5F2FF;
  padding: 60px 0;
  text-align: center;
}

.question h2 {
  color: #092E62;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.question_dl {
  margin: 0 auto 15px;
  background: #fff;
  padding: 15px 25px;
  border-radius: 10px;
  text-align: left;
  transition: 0.3s ease-in-out;
}

.question_dl dt {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: flex;
}

.question_dl dt span {
  color: #0559A8;
  padding-right: 10px;
}

.question_dl dt:before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #0559A8;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}

.question_dl dt::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #0559A8;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
}

.question_dl dt.active::after {
  display: none;
}

.question_dl dd {
  display: none;
  border-top: 1px solid #9F9F9F;
  padding: 10px 0 0 0;
  margin-top: 10px;
}

.question_dl dd span {
  color: #0E9BF2;
  padding-right: 10px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .question {
    padding: 40px 0;
  }

  .question_dl {
    margin: 0 auto 10px;
    padding: 15px 10px;
  }

  .question_dl dt {
    font-size: 16px;
    padding-right: 25px;
  }

  .question_dl dt:before {
    right: 10px;
  }

  .question_dl dt::after {
    right: 10px;
  }
}

/*----------------------------------------------------- */
/*  privacypolicy & terms           */
/*----------------------------------------------------- */
.policy {
  padding: 40px 0 30px;
  background: #E5F2FF;
}

.policy h2 {
  color: #092E62;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.policy .text {
  margin-top: 30px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

.policy .text span {
  font-size: 20px;
  color: #0559A8;
  font-weight: bold;
}

/*----------------------------------------------------- */
/*  company           */
/*----------------------------------------------------- */
.company {
  padding: 40px 0 30px;
  background: #E5F2FF;
}

.company h2 {
  color: #092E62;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.company .text {
  margin: auto;
  margin-top: 30px;
  background: #fff;
  max-width: 540px;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */