/* 料金表

.corporate-registration

*/

/* corporate-registration */

@media screen and (max-width: 768px) {
  .page-header.corporate-registration-header {
    background-color: #ebe7f4;
  }
}

.page-header.corporate-registration-header h2 {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 32px 0 12px;
}
@media screen and (max-width: 768px) {
  .page-header.corporate-registration-header h2 {
  }
}

.corporate-registration {
  padding: 0 0 140px 0;
}
@media screen and (max-width: 768px) {
  .corporate-registration {
    width: 100%;
    padding: 0;
  }
}

.corporate-registration > h3 {
  width: 606px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  color: #642d82;
}
@media screen and (max-width: 768px) {
  .corporate-registration > h3 {
    width: 100%;
    line-height: 1.4em;
    background-size: calc((25 / 390) * 100vw) calc((54 / 390) * 100vw);
    font-size: calc((22 / 390) * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .corporate-registration > h3 {
    background-position: left 2.564vw center, right 2.564vw center;
  }
}

/* corporate-registration_chart */
.corporate-registration_chart {
  width: 1080px;
  margin: 0 auto 28px;
  padding: 30px 220px 20px;
  background-color: #ebe7f4;
}
@media screen and (max-width: 768px) {
  .corporate-registration_chart {
    width: 100%;
    padding: 7.333vw calc((30 / 390) * 100vw);
  }
}

.corporate-registration_chart h3 {
  width: 606px;
  margin: 0 auto 20px;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1em;
  font-size: 22px;
  background-size: 25px 54px;
  color: #642d82;
}
@media screen and (max-width: 768px) {
  .corporate-registration_chart h3 {
    background-size: calc((25 / 390) * 100vw) calc((54 / 390) * 100vw);
    width: calc((220 / 390) * 100vw);
    margin: 0 auto calc((18 / 390) * 100vw);
    line-height: 1.1em;
    font-size: calc((22 / 390) * 100vw);
  }
}

.corporate-registration_chart > p {
  font-size: 16px;
  color: #642d82;
  margin: 0 0 28px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_chart > p {
    font-size: calc((16 / 390) * 100vw);
    margin: 0 0 calc((8 / 390) * 100vw);
  }
}

.corporate-registration_chart ul li {
  background-image: url('../img/registration/registration_arrow01-01.png'),
    url('../img/registration/registration_arrow02-01.png');
  background-position: left 30px bottom, left 30px top;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 14px 200px;
  background-size: 6.5px 12.5px, 6.5px 300px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .corporate-registration_chart ul li {
    background-position: left calc((25 / 390) * 100vw) bottom,
      left calc((25 / 390) * 100vw) top;
    background-size: auto, 14px calc((400 / 390) * 100vw);
    background-size: 6.5px 12.5px, 6.5px 400px;
  }
}

.corporate-registration_chart ul li h4 {
  display: flex;
  align-items: center;
  border-radius: 25px;
  margin: 0 0 10px;
  padding: 0 15px;
  width: 100%;
  height: 46px;
  background-color: #fff;
  border: 1px solid #642d82;
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  color: #642d82;
}
@media screen and (max-width: 768px) {
  .corporate-registration_chart ul li h4 {
    font-size: calc((16 / 390) * 100vw);
    height: calc((46 / 390) * 100vw);
    border-radius: calc((25 / 390) * 100vw);
  }
}

.corporate-registration_chart ul li h4 span {
  display: inline-block;
  border-right: 1px solid #642d82;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .corporate-registration_chart ul li h4 span {
    display: inline-block;
    border-right: 1px solid #642d82;
    padding: 0 calc((8 / 390) * 100vw) 0 calc((5 / 390) * 100vw);
  }
}

.corporate-registration_chart ul li h4 div {
  flex: 1;
  text-align: center;
}

.chart-content {
  display: flex;
  justify-content: space-between;
  color: #484848;
  padding: 0 0 20px 60px;
}
@media screen and (max-width: 768px) {
  .chart-content {
    display: block;
    padding: 0 0 calc((20 / 390) * 100vw) calc((45 / 390) * 100vw);
  }
}

.chart-content .left {
  width: 265px;
}
@media screen and (max-width: 768px) {
  .chart-content .left {
    width: 100%;
  }
}

.chart-content .right {
  width: calc(592px / 2);
}
@media screen and (max-width: 768px) {
  .chart-content .right {
    width: 100%;
  }
}

.chart-content .right p {
  font-size: 16px;
  color: #484848;
}
@media screen and (max-width: 768px) {
  .chart-content .right p {
    font-size: calc((16 / 390) * 100vw);
    margin: 0 0 calc((8 / 390) * 100vw);
  }
}

.chart03 .left span {
  color: #642d82;
}

/* corporate-registration_case */
.corporate-registration_case {
  width: 1080px;
  margin: 0 auto 82px;
  padding: 30px 220px 20px;
  background-color: #ebe7f4;
}
@media screen and (max-width: 768px) {
  .corporate-registration_case {
    width: 100%;
    padding: calc((16 / 390) * 100vw) calc((30 / 390) * 100vw);
  }
}

.corporate-registration_case h3 {
  width: 606px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 22px;
  color: #642d82;
}
@media screen and (max-width: 768px) {
  .corporate-registration_case h3 {
    width: calc((316 / 390) * 100vw);
    margin: 0 auto calc((18 / 390) * 100vw);
    line-height: 1.1em;
    font-size: calc((22 / 390) * 100vw);
  }
}

.corporate-registration_case h4 {
  width: 606px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  color: #642d82;
  height: 46px;
  background-color: #fff;
  border: 1px solid #642d82;
}
@media screen and (max-width: 768px) {
  .corporate-registration_case h4 {
    width: 100%;
    height: auto;
    margin: 0 0 calc((10 / 390) * 100vw);
    padding: calc((10 / 390) * 100vw) 0;
    font-size: calc((22 / 390) * 100vw);
    border-radius: calc((10 / 390) * 100vw);
  }
}

.corporate-registration_case ul {
  margin: 0 0 30px;
  padding: 0 18px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_case ul {
    margin: 0 0 calc((20 / 390) * 100vw);
    padding: 0;
  }
}

.corporate-registration_case ul li {
  padding: 0;
  margin: 0;
  color: #484848;
}
@media screen and (max-width: 768px) {
  .corporate-registration_case ul li {
    font-size: calc((16 / 390) * 100vw);
  }
}

.corporate-registration_case ul li span {
  color: #642d82;
}

.corporate-registration_case ul li h4 {
  display: flex;
  align-items: center;
  border-radius: 25px;
  margin: 0 0 10px;
  padding: 0 15px;
  width: 100%;
  height: 46px;
  background-color: #fff;
  border: 1px solid #642d82;
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  color: #642d82;
}

.corporate-registration_case ul li h4 span {
  display: inline-block;
  border-right: 1px solid #642d82;
  padding: 0 10px 0 0;
}

.corporate-registration_case ul li h4 div {
  flex: 1;
  text-align: center;
}

/* corporate-registration */

.corporate-registration_contents {
  padding: 15px 0 0 0;
}

/* 不動産登記 テーブル */
.corporate-registration_contents_tbl01 {
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_tbl01 {
    width: 84vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  /* まとめてブロック化 */
  .corporate-registration_contents_tbl01,
  .corporate-registration_contents_tbl01 tbody,
  .corporate-registration_contents_tbl01 tr,
  .corporate-registration_contents_tbl01 tr th,
  .corporate-registration_contents_tbl01 tr td {
    display: block;
  }
}

.corporate-registration_contents_tbl01 th {
  padding: 0;
  width: 330px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_tbl01 th {
    padding: 0 0 1.333vw;
    width: 100%;
  }
}

.corporate-registration_contents_tbl01 th h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  padding: 15px 0;
  width: 330px;
  /* height: 46.93px; */
  border-radius: 8px;
  background: transparent;
  border: 1px solid #642d82;
  text-align: center;
  color: #642d82;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_tbl01 th h4 {
    height: auto;
    font-size: 4vw;
    width: 100%;
    padding: 3.333vw 0;
  }
}

.corporate-registration_contents_tbl01 td {
  color: #642d82;
  vertical-align: middle;
  padding: 0 0 0 22px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_tbl01 td {
    padding: 0 0 1vw 2.933vw;
    font-size: 5.333vw;
  }
}

.corporate-registration_contents_tbl01 td.att {
  line-height: 1em;
  padding: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_tbl01 td.att {
    padding: 0 0 0 0;
  }
}

.corporate-registration_contents_tbl01 td small {
  position: relative;
  display: inline-block;
  font-size: 12px;
  top: -3px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_tbl01 td small {
    font-size: 3.333vw;
    top: -0.4vw;
  }
}

/* 不動産所有者の名前や住所が変更になった場合 */
.corporate-registration_contents_make {
  width: 640px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_make {
    width: 100%;
    padding: calc((16 / 390) * 100vw) calc((30 / 390) * 100vw);
    margin: 0 auto calc((30 / 390) * 100vw);
  }
}

.corporate-registration_contents_make > h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46.93px;
  border-radius: 10px;
  background-image: url(../img/registration/fukidashi-bk.webp);
  opacity: 0.8;
  font-family: 'Noto Sans JP';
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin: 0 0 42px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_make > h3 {
    width: 100%;
    border-radius: 10px;
    font-size: calc((16 / 390) * 100vw);
    padding: 5.128vw 0;
    height: auto;
    margin: 0 0 calc((20 / 390) * 100vw);
  }
}

.corporate-registration_contents_make p {
  margin: 0 0 37px;
  font-size: 16px;
  color: #484848;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_make p {
    font-size: calc((16 / 390) * 100vw);
  }
}

.corporate-registration_contents_make table {
  margin: 0 0 47px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_make table {
    margin: 0 0 calc((17 / 390) * 100vw);
  }
}

.corporate-registration_contents_make_att {
  color: #642d82;
  font-size: 12px;
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_make_att {
    width: 100%;
    padding: 0 8vw;
    font-size: 3.333vw;
  }
}

/* 不動産所有者の名前や住所が変更になった場合 */
.corporate-registration_contents_transfer {
  width: 640px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_transfer {
    width: 100%;
    padding: calc((16 / 390) * 100vw) calc((30 / 390) * 100vw);
    margin: 0 auto calc((30 / 390) * 100vw);
  }
}

.corporate-registration_contents_transfer > h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46.93px;
  border-radius: 10px;
  background-image: url(../img/registration/fukidashi-bk.webp);
  opacity: 0.8;
  font-family: 'Noto Sans JP';
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin: 0 0 42px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_transfer > h3 {
    width: 100%;
    border-radius: 10px;
    font-size: calc((16 / 390) * 100vw);
    padding: 2.933vw 0;
    height: auto;
    margin: 0 0 calc((20 / 390) * 100vw);
  }
}

.corporate-registration_contents_transfer p {
  margin: 0 0 37px;
  font-size: 16px;
  color: #484848;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_transfer p {
    font-size: calc((16 / 390) * 100vw);
  }
}

.corporate-registration_contents_transfer table {
  margin: 0 0 47px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_transfer table {
    margin: 0 0 calc((16 / 390) * 100vw);
  }
}

.corporate-registration_contents_transfer_att {
  color: #642d82;
  font-size: 12px;
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_transfer_att {
    width: 100%;
    padding: 0 8vw;
    font-size: 3.333vw;
  }
}

/* 不動産所有者の名前や住所が変更になった場合 */
.corporate-registration_contents_dissolution {
  width: 640px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_dissolution {
    width: 100%;
    padding: calc((16 / 390) * 100vw) calc((30 / 390) * 100vw);
  }
}

.corporate-registration_contents_dissolution > h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46.93px;
  border-radius: 10px;
  background-image: url(../img/registration/fukidashi-bk.webp);
  opacity: 0.8;
  font-family: 'Noto Sans JP';
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin: 0 0 42px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_dissolution > h3 {
    width: 100%;
    border-radius: 10px;
    font-size: calc((16 / 390) * 100vw);
    padding: 5.128vw 0;
    height: auto;
    margin: 0 0 calc((20 / 390) * 100vw);
  }
}

.corporate-registration_contents_dissolution p {
  margin: 0 0 37px;
  font-size: 16px;
  color: #484848;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_dissolution p {
    font-size: calc((16 / 390) * 100vw);
  }
}

.corporate-registration_contents_dissolution table {
  margin: 0 0 47px;
}

.corporate-registration_contents_dissolution_att {
  color: #642d82;
  font-size: 12px;
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_dissolution_att {
    width: 100%;
    padding: 0 8vw;
    font-size: 3.333vw;
  }
}

/* 不動産所有者の名前や住所が変更になった場合 */
.corporate-registration_contents_completed {
  width: 640px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_completed {
    width: 100%;
  }
}

.corporate-registration_contents_completed > h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46.93px;
  border-radius: 10px;
  background-color: #8500a5;
  opacity: 0.8;
  font-family: 'Noto Sans JP';
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin: 0 0 42px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_completed > h3 {
    width: 100%;
    border-radius: 0;
    font-size: 5.333vw;
    padding: 2.933vw 0;
    height: auto;
  }
}

.corporate-registration_contents_completed p {
  margin: 0 0 37px;
  font-size: 16px;
  color: #484848;
}

/* 住宅ローンを組む場合 */
.corporate-registration_contents_loan {
  width: 640px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_loan {
    width: 100%;
  }
}

.corporate-registration_contents_loan > h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46.93px;
  border-radius: 10px;
  background-color: #8500a5;
  opacity: 0.8;
  font-family: 'Noto Sans JP';
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin: 0 0 42px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_loan > h3 {
    width: 100%;
    border-radius: 0;
    font-size: 5.333vw;
    padding: 2.933vw 0;
    height: auto;
  }
}

.corporate-registration_contents_loan p {
  margin: 0 0 37px;
  font-size: 16px;
  color: #484848;
}

/* 相続プレミアム */
.corporate-registration_contents_souzokuprm {
  width: 640px;
  margin: 0 auto 96px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_souzokuprm {
    width: 100%;
    padding: 8vw 0 0 0;
  }
}

.corporate-registration_contents_souzokuprm_tbl th {
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_souzokuprm_tbl th {
    padding: 0 0 1.333vw;
  }
}

.corporate-registration_contents_souzokuprm p {
  font-size: 16px;
  color: #005032;
  margin: 0 0 11px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_souzokuprm p {
    font-size: 4vw;
    width: 84vw;
    margin: 2vw auto;
  }
}

.corporate-registration_contents_souzokuprm_ul {
  border-top: 1px solid #005032;
  color: #005032;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_souzokuprm_ul {
    width: 84vw;
    margin: 0 auto;
  }
}

.corporate-registration_contents_souzokuprm_ul li {
  border-bottom: 1px solid #005032;
  font-size: 22px;
  line-height: 1.3em;
  padding: 2px 0 7px 0;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_souzokuprm_ul li {
    border-bottom: 1px solid #005032;
    font-size: 4vw;
    line-height: 1.3em;
    padding: 1.267vw 0 1.933vw 0;
  }
}

.corporate-registration_contents_souzokuprm_ul li small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_souzokuprm_ul li small {
    font-size: 3.333vw;
  }
}

.corporate-registration_contents_souzokuprm_att {
  color: #005032;
  font-size: 12px;
  width: 640px;
  margin: 0 auto 50px;
  padding: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_souzokuprm_att {
    font-size: 3.333vw;
    width: 84vw;
    margin: 0 auto;
    padding: 2vw 0 0 0;
  }
}

.corporate-registration_contents .common_souzoku-area {
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents .common_souzoku-area {
    margin: 0 auto 5.333vw;
  }
}

/* 相続放棄 */
.corporate-registration_contents_souzokuhouki {
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_souzokuhouki {
    width: 100%;
  }
}

.corporate-registration_contents_souzokuhouki_tbl th {
  padding: 0 0 10px;
  width: 330px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_souzokuhouki_tbl th {
    padding: 0 0 1.333vw;
    width: 100%;
  }
}

.corporate-registration_contents_souzokuhouki_tbl td {
  color: #005032;
  vertical-align: middle;
  padding: 0 0 10px 22px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_souzokuhouki_tbl td {
    color: #005032;
    vertical-align: middle;
    padding: 0 0 4vw 2.933vw;
    font-size: 5.333vw;
  }
}

.corporate-registration_contents_souzokuhouki p {
  font-size: 16px;
  color: #005032;
  margin: 0 0 11px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_souzokuhouki p {
    font-size: 4vw;
    width: 84vw;
    margin: 2vw auto;
  }
}

.corporate-registration_contents_souzokuhouki_att {
  color: #005032;
  font-size: 12px;
  width: 640px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_souzokuhouki_att {
    width: 100%;
    padding: 0 8vw;
    font-size: 3.333vw;
  }
}

/* その他・各種付随手続きなど */
.corporate-registration_contents_souzokuetc {
  width: 640px;
  margin: 0 auto 96px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_souzokuetc {
    width: 100%;
    margin: 0 auto 96px;
  }
}

.corporate-registration_contents_souzokuetc_tbl th {
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_souzokuetc_tbl th {
    padding: 0 0 1.333vw;
    width: 100%;
  }
}

.corporate-registration_contents_souzokuetc p {
  font-size: 16px;
  color: #005032;
  margin: 0 0 11px;
}

.corporate-registration_contents_souzokuetc_ul {
  color: #005032;
  list-style: disc;
  padding: 0 0 0 22px;
  margin: 0 0 14px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_souzokuetc_ul {
    width: 84vw;
    margin: 0 auto;
  }
}

.corporate-registration_contents_souzokuetc_ul li {
  font-size: 16px;
  line-height: 1.3em;
  padding: 2px 0 7px 0;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_souzokuetc_ul li {
    font-size: 4vw;
    line-height: 1.3em;
    padding: 1.267vw 0 1.933vw 0;
  }
}

.corporate-registration_contents_souzokuetc_ul li small {
  font-size: 16px;
}

.corporate-registration_contents_souzokuetc_att {
  color: #005032;
  font-size: 12px;
  width: 640px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_souzokuetc_att {
    font-size: 3.333vw;
    width: 84vw;
    margin: 0 auto;
    padding: 2vw 0 0 0;
  }
}

/* corporate-registration 終活・生前対策 */
.corporate-registration_contents_eol {
  width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol {
    width: 100%;
  }
}

.corporate-registration_contents_eol > h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1320px;
  height: 46.93px;
  border-radius: 10px;
  background: linear-gradient(to right, #bc6d13 0%, #d8a23e 100%);
  opacity: 0.8;
  font-family: 'Noto Sans JP';
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin: 0 0 42px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol > h3 {
    width: 100%;
    border-radius: 0;
    font-size: 5.333vw;
    padding: 2.933vw 0;
    height: auto;
  }
}

/* corporate-registration 終活・生前対策 遺言作成 */
/* 終活・生前対策 遺言作成 テーブル */
@media screen and (max-width: 768px) {
  /* まとめてブロック化 */
  .corporate-registration_contents_eol_tbl,
  .corporate-registration_contents_eol_tbl tbody,
  .corporate-registration_contents_eol_tbl tr,
  .corporate-registration_contents_eol_tbl tr th,
  .corporate-registration_contents_eol_tbl tr td {
    display: block;
  }
}

.corporate-registration_contents_eol_tbl {
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_tbl {
    width: 84vw;
  }
}

.corporate-registration_contents_eol_tbl th {
  padding: 0 0 23px;
  width: 330px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_tbl th {
    padding: 0 0 1.333vw;
    width: 100%;
  }
}

.corporate-registration_contents_eol_tbl th h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 46.93px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #aa6414;
  text-align: center;
  color: #aa6414;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_tbl th h4 {
    height: auto;
    font-size: 4vw;
    width: 100%;
    padding: 3.333vw 0;
  }
}

.corporate-registration_contents_eol_tbl th span {
  font-weight: normal;
  font-size: 12px;
  white-space: nowrap;
  color: #aa6414;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_tbl th span {
    white-space: wrap;
    font-size: 3.333vw;
  }
}

.corporate-registration_contents_eol_tbl td {
  color: #aa6414;
  vertical-align: middle;
  padding: 0 0 45px 22px;
  font-size: 22px;
}

.corporate-registration_contents_eol_tbl td small {
  position: relative;
  display: inline-block;
  font-size: 12px;
  top: -3px;
}

/* 遺言作成 */
.corporate-registration_contents_eol_yuigon {
  width: 640px;
  margin: 0 auto 96px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_yuigon {
    width: 100%;
  }
}

.corporate-registration_contents_eol_yuigon_tbl {
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_yuigon_tbl {
    width: 84vw;
    height: 13.333vw;
  }
}

.corporate-registration_contents_eol_yuigon_tbl th {
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_yuigon_tbl th {
    padding: 0 0 1.333vw;
  }
}

.corporate-registration_contents_eol_yuigon p {
  font-size: 16px;
  color: #aa6414;
  margin: 0 0 11px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_yuigon p {
    font-size: 4vw;
    width: 84vw;
    margin: 2vw auto;
  }
}

.corporate-registration_contents_eol_yuigon_ul {
  border-top: 1px solid #aa6414;
  color: #aa6414;
  margin: 0 0 23px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_yuigon_ul {
    width: 84vw;
    margin: 0 auto;
  }
}

.corporate-registration_contents_eol_yuigon_ul li {
  border-bottom: 1px solid #aa6414;
  font-size: 22px;
  line-height: 1.3em;
  padding: 2px 0 7px 0;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_yuigon_ul li {
    font-size: 4vw;
    line-height: 1.3em;
    padding: 1.267vw 0 1.933vw 0;
  }
}

.corporate-registration_contents_eol_yuigon_ul li small {
  position: relative;
  display: inline-block;
  font-size: 12px;
  top: -3px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_yuigon_ul li small {
    font-size: 3.333vw;
  }
}

.corporate-registration_contents_eol_yuigon_att {
  color: #aa6414;
  font-size: 12px;
  width: 640px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_yuigon_att {
    font-size: 3.333vw;
    width: 84vw;
    margin: 0 auto;
    padding: 2vw 0 0 0;
  }
}

/* 【生前贈与・親族間売買】 */
.corporate-registration_contents_eol_gdl {
  width: 640px;
  margin: 0 auto 96px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_gdl {
    width: 100%;
  }
}

.corporate-registration_contents_eol_gdl > h3 {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: center;
  color: #aa6414;
  margin: 0 0 34px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_gdl > h3 {
    font-size: 4vw;
  }
}

.corporate-registration_contents_eol_gdl_att {
  color: #aa6414;
  font-size: 12px;
  width: 640px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_gdl_att {
    width: 100%;
    padding: 0 8vw;
    font-size: 3.333vw;
  }
}

/* 【民事信託（家族信託）】 */
.corporate-registration_contents_eol_ft {
  width: 640px;
  margin: 0 auto 96px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_ft {
    width: 100%;
  }
}

.corporate-registration_contents_eol_ft > h3 {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: center;
  color: #aa6414;
  margin: 0 0 34px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_ft > h3 {
    font-size: 4vw;
  }
}

.corporate-registration_contents_eol_ft_att {
  color: #aa6414;
  font-size: 12px;
  width: 640px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_ft_att {
    width: 100%;
  }
}

.corporate-registration_contents_eol_ft p {
  font-size: 16px;
  color: #aa6414;
  margin: 0 0 11px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_ft p {
    font-size: 4vw;
    width: 84vw;
    margin: 2vw auto;
  }
}

.corporate-registration_contents_eol_ft_ul {
  border-top: 1px solid #aa6414;
  color: #aa6414;
  margin: 0 0 23px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_ft_ul {
    width: 84vw;
    margin: 0 auto 10.667vw;
  }
}

.corporate-registration_contents_eol_ft_ul li {
  border-bottom: 1px solid #aa6414;
  font-size: 22px;
  line-height: 1.3em;
  padding: 2px 0 7px 0;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_ft_ul li {
    font-size: 4vw;
    padding: 1.267vw 0 1.933vw 0;
  }
}

.corporate-registration_contents_eol_ft_ul li small {
  position: relative;
  display: inline-block;
  font-size: 12px;
  top: -3px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_ft_ul li small {
    font-size: 3.333vw;
  }
}

.corporate-registration_contents_eol_ft_price {
  color: #aa6414;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_ft_price {
    width: 84vw;
    margin: 0 auto;
    padding: 0 0 4vw;
    font-size: 5.333vw;
  }
}

.corporate-registration_contents_eol_ft_price small {
  position: relative;
  display: inline-block;
  font-size: 12px;
  top: -3px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_ft_price small {
    font-size: 3.333vw;
    top: -0.4vw;
  }
}

.corporate-registration_contents_eol_ft_att1 {
  color: #aa6414;
  font-size: 12px;
  width: 640px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_ft_att1 {
    width: 100%;
    padding: 0 8vw;
    font-size: 2.333vw;
  }
}

.corporate-registration_contents_eol_ft_att2 {
  color: #aa6414;
  font-size: 12px;
  width: 640px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_ft_att2 {
    width: 100%;
    padding: 0 8vw;
    font-size: 2.333vw;
  }
}

/* 成年後見・任意後見等 */
.corporate-registration_contents_eol_guardianship {
  width: 640px;
  margin: 0 auto 96px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_guardianship {
    width: 100%;
    margin: 0 auto 12.8vw;
  }
}

.corporate-registration_contents_eol_guardianship > h3 {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: center;
  color: #aa6414;
  margin: 0 0 34px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_guardianship > h3 {
    font-size: 4vw;
  }
}

.corporate-registration_contents_eol_guardianship_att {
  color: #aa6414;
  font-size: 16px;
  width: 640px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_eol_guardianship_att {
    font-size: 3.333vw;
    width: 84vw;
    margin: 0 auto;
    padding: 2vw 0 0 0;
  }
}

/* corporate-registration 不動産・法人登記 */
/* 不動産・法人登記　テーブル */

.corporate-registration_contents_corp_tbl {
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_corp_tbl {
    width: 84vw;
  }
}

@media screen and (max-width: 768px) {
  /* まとめてブロック化 */
  .corporate-registration_contents_corp_tbl,
  .corporate-registration_contents_corp_tbl tbody,
  .corporate-registration_contents_corp_tbl tr,
  .corporate-registration_contents_corp_tbl tr th,
  .corporate-registration_contents_corp_tbl tr td {
    display: block;
  }
}

.corporate-registration_contents_corp_tbl th {
  padding: 0 0 45px;
  width: 330px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_corp_tbl th {
    padding: 0 0 1.333vw;
    width: 100%;
  }
}

.corporate-registration_contents_corp_tbl th h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 46.93px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #642d82;
  text-align: center;
  color: #642d82;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_corp_tbl th h4 {
    height: auto;
    font-size: 4vw;
    width: 100%;
    padding: 3.333vw 0;
  }
}

.corporate-registration_contents_corp_tbl th span {
  font-weight: normal;
  font-size: 12px;
  white-space: nowrap;
  color: #642d82;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_corp_tbl th span {
    white-space: normal;
    font-size: 3.333vw;
  }
}

.corporate-registration_contents_corp_tbl td {
  color: #642d82;
  vertical-align: middle;
  padding: 0 0 45px 22px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_corp_tbl td {
    padding: 0 0 4vw 2.933vw;
    font-size: 5.333vw;
  }
}

.corporate-registration_contents_corp_tbl td small {
  position: relative;
  display: inline-block;
  font-size: 12px;
  top: -3px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_corp_tbl td small {
    font-size: 3.333vw;
    top: -0.4vw;
  }
}

.corporate-registration_contents_corp {
  width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_corp {
    width: 100%;
  }
}

.corporate-registration_contents_corp > h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1319px;
  height: 46.93px;
  border-radius: 10px;
  background: linear-gradient(to right, #642d82 0%, #b34bcc 100%);
  opacity: 0.8;
  font-family: 'Noto Sans JP';
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin: 0 0 42px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_corp > h3 {
    width: 100%;
    border-radius: 0;
    font-size: 5.333vw;
    padding: 2.933vw 0;
    height: auto;
  }
}

.corporate-registration_contents_corp_estate {
  width: 640px;
  margin: 0 auto 96px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_corp_estate {
    width: 100%;
  }
}

.corporate-registration_contents_corp_estate > h4 {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: center;
  color: #642d82;
  margin: 0 0 34px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_corp_estate > h4 {
    font-size: 4vw;
  }
}

.corporate-registration_contents_corp_estate_att {
  color: #642d82;
  font-size: 12px;
  width: 640px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_corp_estate_att {
    font-size: 3.333vw;
    width: 84vw;
    margin: 0 auto;
    padding: 2vw 0 0 0;
  }
}

/* 不動産・法人登記 法人・商業登記 */
.corporate-registration_contents_corp_business {
  width: 640px;
  margin: 0 auto 96px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_corp_business {
    width: 100%;
  }
}

.corporate-registration_contents_corp_business > h4 {
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-align: center;
  color: #642d82;
  margin: 0 0 34px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_corp_business > h4 {
    font-size: 4vw;
  }
}

.corporate-registration_contents_corp_business_att {
  color: #642d82;
  font-size: 12px;
  width: 640px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_corp_business_att {
    width: 100%;
    padding: 0 8vw;
    font-size: 3.333vw;
  }
}

/* corporate-registration お支払い方法 */
.corporate-registration_contents_payment {
  width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_payment {
    width: 100%;
  }
}

.corporate-registration_contents_payment > h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1319px;
  height: 46.93px;
  border-radius: 10px;
  background: linear-gradient(to right, #0070ff 0%, #86e2ff 100%);
  opacity: 0.8;
  font-family: 'Noto Sans JP';
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin: 0 0 42px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_payment > h3 {
    width: 100%;
    border-radius: 0;
    font-size: 5.333vw;
    padding: 2.933vw 0;
    height: auto;
  }
}

.corporate-registration_contents_payment_method {
  display: flex;
  width: 620px;
  justify-content: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_payment_method {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 0 auto 30px;
  }
}

.corporate-registration_contents_payment_method .card {
  color: #003477;
  border: 1px solid #003477;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px;
  width: 300px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_payment_method .card {
    font-size: 4vw;
    width: 85.333vw;
    margin: 0 0 4vw;
  }
}

.corporate-registration_contents_payment_att {
  color: #003477;
  font-size: 16px;
  width: 640px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .corporate-registration_contents_payment_att {
    font-size: 3.333vw;
    width: 84vw;
    margin: 0 auto 17.333vw;
    padding: 2vw 0 0 0;
  }
}

.corporate-registration .common_pr-area {
  margin: 0 0 20px;
}

.corporate-registration .common_ending-note-btn {
  margin: 0 auto 94px;
}

/* civil-trust_2clmcontent */
.civil-trust_2clmcontent {
  position: relative;
  display: flex;
  /* top:-640px; */
  margin: 0 auto 120px;
  width: 1320px;
}
@media screen and (max-width: 768px) {
  .civil-trust_2clmcontent {
    display: block;
    /* top:-72.667vw; */
    margin: 0 auto 0;
    width: 100%;
  }
}

.civil-trust_2clmcontent .left {
  background: linear-gradient(
    to right,
    white 0%,
    white 30%,
    transparent 30%,
    transparent 70%,
    white 70%,
    white 100%
  );
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 10%,
      rgba(255, 255, 255, 0) 90%,
      rgba(255, 255, 255, 1) 100%
    ),
    url('../img/front_2clmcontent_pr_bk.png') center/cover no-repeat;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top 56px;
  width: 660px;
  height: 280px;
}
@media screen and (max-width: 768px) {
  .civil-trust_2clmcontent .left {
    background-color: #deedff;
    background: linear-gradient(
      to bottom,
      #deedff 50%,
      #ffffff 50%
    ); /* ç·šå½¢ã‚°ãƒ©ãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³ã‚’åˆ©ç”¨ */
    background: none;
    width: 100%;
    height: auto;
  }
}

.civil-trust_2clmcontent_pr_arrow {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .civil-trust_2clmcontent_pr_arrow img {
    width: 10vw;
  }
}

.civil-trust_2clmcontent .right {
  background: linear-gradient(
    to right,
    white 0%,
    white 30%,
    transparent 30%,
    transparent 70%,
    white 70%,
    white 100%
  );
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 10%,
      rgba(255, 255, 255, 0) 90%,
      rgba(255, 255, 255, 1) 100%
    ),
    url('../img/front_2clmcontent_estimate_bk.png') center/cover no-repeat;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top 56px;
  width: 660px;
  height: 280px;
}
@media screen and (max-width: 768px) {
  .civil-trust_2clmcontent .right {
    background: none;
    width: 100%;
    height: auto;
    padding: 4vw 0 10vw 0;
  }
}

.civil-trust_2clmcontent_pr {
  font-family: 'Noto Sans JP';
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  color: #003477;
  padding: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .civil-trust_2clmcontent_pr {
    font-family: 'Noto Sans JP';
    font-weight: normal;
    font-size: 4.103vw;
    line-height: 5.641vw;
    text-align: center;
    color: #003477;
  }
}

.civil-trust_2clmcontent_pr_link {
  position: relative;
  display: block;
  background: url('../img/front_2clmcontent_pr_link_bk.png');
  margin: 0 auto;
  padding: 60px 0 0 0;
  width: 390px;
  height: 188px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .civil-trust_2clmcontent_pr_link {
    background-size: cover;
    padding: 13.333vw 0 0 0;
    width: 100%;
    height: 48.205vw;
    margin: -2.667vw auto;
  }
}

.civil-trust_2clmcontent_pr_link .title {
  color: #003477;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .civil-trust_2clmcontent_pr_link .title {
    font-size: 7.692vw;
    margin: 0 0 1.795vw 0;
  }
}

.civil-trust_2clmcontent_pr_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../img/common_arrow02.png');
  background-repeat: no-repeat;
  background-position: center left 10px;
  width: 167px;
  height: 26px;
  background-color: #fff;
  border: 1px solid #003477;
  text-align: center;
  border-radius: 13px;
  font-size: 12px;
  line-height: 1em;
  margin: 0 auto;
  color: #003477;
}
@media screen and (max-width: 768px) {
  .civil-trust_2clmcontent_pr_link a {
    border-radius: 3.333vw;
    font-size: 3.077vw;
    width: 42.821vw;
    height: 6.667vw;
  }
}

.civil-trust_2clmcontent_estimate {
  font-family: 'Noto Sans JP';
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  color: #005032;
  padding: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .civil-trust_2clmcontent_estimate {
    font-size: 4.103vw;
  }
}

.civil-trust_2clmcontent_estimate_link {
  display: block;
  background: url('../img/front_2clmcontent_estimate_link_bk.png');
  margin: 0 auto;
  padding: 60px 0 0 0;
  width: 390px;
  height: 188px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .civil-trust_2clmcontent_estimate_link {
    background-size: cover;
    padding: 13.333vw 0 0 0;
    width: 100%;
    height: 48.205vw;
  }
}

.civil-trust_2clmcontent_estimate_link .title {
  color: #005032;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .civil-trust_2clmcontent_estimate_link .title {
    font-size: 7.692vw;
    margin: 0 0 1.795vw 0;
  }
}

.civil-trust_2clmcontent_estimate_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../img/common_arrow03.png');
  background-repeat: no-repeat;
  background-position: center left 10px;
  width: 167px;
  height: 26px;
  background-color: #fff;
  border: 1px solid #005032;
  text-align: center;
  border-radius: 13px;
  font-size: 12px;
  line-height: 1em;
  color: #005032;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .civil-trust_2clmcontent_estimate_link a {
    border-radius: 3.333vw;
    font-size: 3.077vw;
    width: 42.821vw;
    height: 6.667vw;
  }
}

.civil-trust_ending-note h2 {
  font-family: 'Noto Sans JP';
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  color: #003477;
}

@media screen and (max-width: 768px) {
  .civil-trust_ending-note h2 {
    font-family: 'Noto Sans JP';
    font-weight: normal;
    font-size: 4.103vw;
    line-height: 5.641vw;
    text-align: center;
    color: #003477;
  }
}

.civil-trust_ending-note-btn {
  position: relative;
  width: 1320px;
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .civil-trust_ending-note-btn {
    text-align: center;
    margin: 0 auto 4.615vw;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .civil-trust_ending-note-btn_inner {
    position: relative;
    text-align: center;
    margin: 0 auto 32.231vw;
    padding: 2vw 0 0;
    width: 84.615vw;
    height: 35.385vw;
  }
}

@media screen and (max-width: 768px) {
  .civil-trust_ending-note-btn_inner {
    text-align: center;
    margin: 0 auto;
    padding: 2vw 0 0;
    width: 84.615vw;
    height: 35.385vw;
  }
}

.civil-trust_ending-note-btn .title {
  color: #003477;

  text-align: center;
}
@media screen and (max-width: 768px) {
  .civil-trust_ending-note-btn .title {
  }
}

.civil-trust_ending-note-btn .title span {
}
@media screen and (max-width: 768px) {
  .civil-trust_ending-note-btn .title span {
  }
}

.civil-trust_ending-note-btn a {
  transition: all 0.25s ease-in-out 0s;
}
@media screen and (max-width: 768px) {
  .civil-trust_ending-note-btn a {
  }
}

.civil-trust_ending-note-btn a img {
  width: 640px;
}
@media screen and (max-width: 768px) {
  .civil-trust_ending-note-btn a img {
    width: auto;
  }
}

/* fukidashi */
.fukidashi01 {
  position: absolute;
  top: 47px;
}
@media screen and (max-width: 768px) {
  .fukidashi01 {
    top: 18.133vw;
  }
}

.fukidashi02 {
  position: absolute;
  top: 47px;
}
@media screen and (max-width: 768px) {
  .fukidashi02 {
    top: 16.4vw;
  }
}

@media screen and (max-width: 768px) {
  .civil-trust_text {
    color: #642d82;
    font-size: calc((22 / 390) * 100vw);
    margin: 0 0 calc((17 / 390) * 100vw);
    text-align: center;
  }
}
