@charset "UTF-8";
/* =========================================================
reset
========================================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li,
ol {
  list-style: none;
}

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

img {
  vertical-align: inherit;
}

/* =========================================================
base
========================================================= */

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3",
    HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic",
    YuGothic, sans-serif;
  font-size: 16px;
  color: #333;
}

/* =========================================================
button
========================================================= */

/* =========================================================
form
========================================================= */

/* =========================================================
cta
========================================================= */

.btn_submit,
.contactform .contactformBtn .btn_submit-contactform {
  cursor: pointer;
  padding: 8px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 4px #808080;
  font-weight: bold;
  color: #fff;
  transition: opacity 0.3s;
  background: #ff4500;
}

.btn_submit:hover,
.contactform .contactformBtn .btn_submit-contactform:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.btn_submit-typeB,
.cta .ctaContent_form,
.ctaSp .ctaContent_form {
  cursor: pointer;
  padding: 8px;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s;
  background: #ff4500;
  box-shadow: 3px 3px 0 0 #9a4000;
}

.cta .ctaContent_form2,
.ctaSp .ctaContent_form2 {
  background: #1dcd00;
  box-shadow: 3px 3px 0 0 #0f6700;
  padding: 24px 55px;
}

.ctaContent_p_sp {
  padding: 6px 0;
}

.btn_submit-typeB:hover,
.cta .ctaContent_form:hover,
.ctaSp .ctaContent_form:hover {
  transform: translate(3px, 3px);
  box-shadow: none;
  transition: all 0.3s;
}

.btn_tel-typeB,
.header_box .headerFrombtn {
  cursor: pointer;
  padding: 8px;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s;
  background: #ff4500;;
  box-shadow: 3px 3px 0 0 #87221D;
}

.btn_tel-typeB:hover,
.header_box .headerFrombtn:hover {
  transform: translate(3px, 3px);
  box-shadow: none;
  transition: all 0.3s;
}

.sectionHeading {
  position: relative;
  display: block;
  background: #3a91c5;
  color: #fff;
  text-align: center;
  margin-bottom: 64px;
  padding: 24px 0;
}

.sectionHeading_content {
  display: block;
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .sectionHeading_content {
    font-size: 18px;
  }
}

.sectionHeading:before {
  content: "";
  position: absolute;
  bottom: -56px;
  left: calc(50% - 29px);
  border-top: 29px solid #3a91c5;
  border-right: 29px solid transparent;
  border-bottom: 29px solid transparent;
  border-left: 29px solid transparent;
}

.contentHeading,
.troubleSection .troubleWrap .troubleContent .troubleHeading {
  width: 100%;
  padding: 16px 0;
  text-align: center;
  font-size: 24px;
  color: #3a91c5;
}

@media screen and (max-width: 599px) {
  .contentHeading,
  .troubleSection .troubleWrap .troubleContent .troubleHeading {
    font-size: 18px;
  }
}

.contentHeading_sub {
  display: block;
}

@media screen and (max-width: 768px) {
  .contentHeading_sub {
    font-size: 16px;
  }
}

.contentHeading_main {
  display: inline-block;
  position: relative;
  font-size: 32px;
  z-index: 0;
}

.contentHeading_main:before {
  content: "";
  position: absolute;
  bottom: 0;
  list-style-position: outside;
  background: #fff39a;
  width: 100%;
  height: 16px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .contentHeading_main {
    font-size: 20px;
  }
  .contentHeading_main:before {
    height: 10px;
  }
}

.descriptionSection .contentHeading,
.supportSection .contentHeading,
.resonSection .contentHeading,
.descriptionSection
  .troubleSection
  .troubleWrap
  .troubleContent
  .troubleHeading,
.troubleSection
  .troubleWrap
  .troubleContent
  .descriptionSection
  .troubleHeading,
.supportSection .troubleSection .troubleWrap .troubleContent .troubleHeading,
.troubleSection .troubleWrap .troubleContent .supportSection .troubleHeading,
.resonSection .troubleSection .troubleWrap .troubleContent .troubleHeading,
.troubleSection .troubleWrap .troubleContent .resonSection .troubleHeading,
.descriptionSection-sm .contentHeading,
.descriptionSection-sm
  .troubleSection
  .troubleWrap
  .troubleContent
  .troubleHeading,
.troubleSection
  .troubleWrap
  .troubleContent
  .descriptionSection-sm
  .troubleHeading {
  margin-bottom: 24px;
}

.subHeading {
  margin-bottom: 8px;
  line-height: 1;
  font-size: 18px;
  padding-left: 8px;
  border-left: 4px solid #3a91c5;
  color: #3a91c5;
}

.subHeading span {
  font-size: initial;
  color: initial;
}

/* =========================================================
reset
========================================================= */

input[type="text"],
input[type="email"],
input[type="number"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button,
input[type="submit"],
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

/* =========================================================
common
========================================================= */

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="checkbox"],
select,
textarea {
  width: 100%;
  border: 1px solid #a8a8a8;
  border-radius: 0;
  padding: 4px;
  font-size: 12px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="checkbox"]:focus,
select:focus,
textarea:focus {
  outline: 1px solid #3a91c5;
  box-shadow: 0 0 3px #3a91c5;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: #fff;
  border: 2px solid #a8a8a8;
  border-radius: 100%;
  cursor: pointer;
  transition: border 0.2s;
}

.radioBox {
  margin-right: 20px;
  cursor: pointer;
}

.radioBox .radioBtn {
  position: relative;
  transform: translateY(2px);
}

.radioBox .radioBtn:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: #009a9a;
  border-radius: 50%;
}

.pageSection,
.three-reasonSection {
  margin-bottom: 72px;
}

.breakSp {
  display: none;
}

@media screen and (max-width: 599px) {
  .breakSp {
    display: block;
  }
}

.descriptionSection,
.supportSection,
.resonSection {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  margin-bottom: 48px;
}

@media screen and (max-width: 999px) {
  .descriptionSection,
  .supportSection,
  .resonSection {
    max-width: 720px;
  }
}

@media screen and (max-width: 719px) {
  .descriptionSection,
  .supportSection,
  .resonSection {
    max-width: 600px;
  }
}

@media screen and (max-width: 599px) {
  .descriptionSection,
  .supportSection,
  .resonSection {
    width: 100%;
  }
}

.descriptionSection-sm {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 48px;
  padding: 0 16px;
  box-sizing: content-box;
}

@media screen and (max-width: 719px) {
  .descriptionSection-sm {
    width: 100%;
  }
}

@media screen and (max-width: 719px) {
  .descriptionSection-sm {
    box-sizing: border-box;
  }
}

.columnContent,
.judgeContent,
.casestudyHead,
.agentWrap {
  display: flex;
  align-items: flex-start;
}

.columnContent > *,
.judgeContent > *,
.casestudyHead > *,
.agentWrap > * {
  margin-right: 16px;
}

.columnContent > *:last-child,
.judgeContent > *:last-child,
.casestudyHead > *:last-child,
.agentWrap > *:last-child {
  margin-right: 0;
}

@media screen and (max-width: 719px) {
  .columnContent,
  .judgeContent,
  .casestudyHead,
  .agentWrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .columnContent > *,
  .judgeContent > *,
  .casestudyHead > *,
  .agentWrap > * {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .columnContent > *:last-child,
  .judgeContent > *:last-child,
  .casestudyHead > *:last-child,
  .agentWrap > *:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 599px) {
  .columnContent img,
  .judgeContent img,
  .casestudyHead img,
  .agentWrap img,
  .pointContent img {
    width: 100%;
  }
}

.contentTxt p {
  margin-bottom: 24px;
}

.contentTxt p:last-child {
  margin-bottom: 0;
}

.contentTxt-strong {
  font-weight: bold;
  color: #f5454e;
}

@media screen and (max-width: 599px) {
  .spimage {
    object-fit: cover;
    height: 150px;
    object-position: 70% 30%;
  }
}

.header {
  position: fixed;
  top: 0;
  padding: 8px 16px;
  border-top: 5px solid #003f8e;
  border-bottom: 2px solid rgba(0, 0, 0, 0.16);
  background: #fff;
  z-index: 3;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 8px;
  }
}

.header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_box-logo {
  width: 344px;
  height: 67px;
}

@media screen and (max-width: 768px) {
  .header_box-logo {
    width: 243px;
    height: 48px;
  }
}

.header_box .headerTel {
  display: flex;
}

@media screen and (max-width: 768px) {
  .header_box .headerTel {
    display: none;
  }
}

.header_box .headerTel_badge {
  padding: 4px;
  margin-right: 8px;
  border-radius: 5px;
  font-size: 29px;
  font-weight: bold;
  line-height: 30px;
  background: #ff4500;
  color: #fff;
}

.header_box .headerTelArea {
  padding-top: 8px;
}

.header_box .headerTel_number {
  line-height: 29px;
  font-size: 34px;
  font-weight: bold;
  color: #ff4500;
}

.header_box .headerTel_number-notice {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.header_box .headerFrombtn {
  display: none;
  position: relative;
  padding-right: 24px;
  border-radius: 5px;
  font-size: 12px;
}

.header_box .headerFrombtn span {
  display: block;
  font-size: 15px;
}

.header_box .headerFrombtn:after {
  content: url("/assets/img/lp/inheritance-tax/header_arrow.svg");
  position: absolute;
  top: calc(50% - 5px);
  right: 13px;
  width: 10px;
  height: 10px;
}

@media screen and (max-width: 768px) {
  .header_box .headerFrombtn {
    display: block;
  }
}

#top {
  padding-top: 83px;
  margin-top: -83px;
}

@keyframes slider {
  0% {
    top: 0px;
    left: 0px;
  }
  100% {
    top: 0px;
    left: -1800px;
  }
}

@keyframes sliderSp {
  0% {
    top: 0px;
    left: 0px;
  }
  100% {
    top: 0px;
    left: -1430px;
  }
}

/* ================= mainvisual =================  */

.mainvisual {
  position: relative;
  margin-top: 82px;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

.mainvisualWrap {
  background: url(/assets/img/lp/inheritance-tax/FV_img_bg.webp);
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  background-size: contain;
  position: relative;
  display: block;
  width: 100vw;
  height: 100%;
  padding-top: 7px;
}

@media screen and (max-width: 719px) {
  .mainvisualWrap {
    background-size: cover;
    margin-bottom: -10px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mainvisualBox1 {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

.mainvisualBox2 {
  min-width: 220px;
  position: relative;
  left: 24px;
  margin-top: 6px;
}
@media screen and (max-width: 599px) {
  .mainvisualBox3 {
    max-height: 41.5px;
  }
}
.mainvisualBox3 {
  display: flex;
  justify-content: center;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.mainvisualCheckbox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: 2px;
  height: 35px;
  font-size: 21px;
}

.mainvisualCheckbox::before {
  content: "";
  display: inline-block;
  width: 48px;
  position: relative;
  left: 3px;
  top: 1px;
  height: 40px;
  background-image: url(/assets/img/lp/inheritance-tax/FV_check.png);
  transform: scale(0.7);
}

.FV_img {
  height: 250px;
  position: relative;
  top: 13px;
  right: 10px;
  z-index: 2;
}

.mainvisualContent1 {
  font-family: "Noto Sans JP", sans-serif;
  color: #355c9a;
  z-index: 1;
}

.mainvisualContent2 {
  width: 80%;
  margin: 18px 0 16px 13px;
  padding: 2px 0 7px;
  color: #333;
  background: #fff;
  text-align: center;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  z-index: 1;
}

@media screen and (max-width: 599px) {
  .mainvisualContent {
    padding: 16px 8px;
    border-top: 10px solid #3a91c5;
    border-bottom: 10px solid #3a91c5;
  }
}

.mainvisualCopy {
  max-width: 220px;
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}

.mainvisualCopy_sub_box {
  display: block;
}
.mainvisualCopy-strong1 {
  font-size: 25px;
}
.mainvisualCopy-strong2 {
  font-size: 30px;
}

.mainvisualLead {
  width: 305px;
  margin: 0 auto 3px;
  padding: 8px 0;
  border-bottom: 2px solid #355c9a;
  color: #355c9a;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}

.mainvisualLead_em {
  font-size: 18px;
}

.mainvisualCopy_sub_box_prefecture {
  margin: 6px 0;
}

.mainvisualCopy-border {
  position: relative;
  z-index: 0;
}

.mainvisualCopy-border:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 18px;
  width: 100%;
  background: #ffee73;
  z-index: -1;
}

.mainvisualCopy-laurelCrown:nth-child(1) {
  margin-right: 3px;
}

.mainvisualCopy-laurelCrown:nth-child(2) {
  position: relative;
  bottom: 4px;
}

.mainvisualCopy-laurelCrown:before,
.mainvisualCopy-laurelCrown:after {
  bottom: -2px;
}

.mainvisualCopy-laurelCrown:before {
  left: 1px;
}

.mainvisualCopy-laurelCrown:after {
  right: -1px;
}

.mainvisualCopy-laurelCrown:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 34px;
  background-image: url(/assets/img/lp/inheritance-tax/FV_laurel-crown-L.webp);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  bottom: -2px;
  left: 1px;
  transform: rotate(-25deg);
}

.mainvisualCopy-laurelCrown:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 34px;
  background-image: url(/assets/img/lp/inheritance-tax/FV_laurel-crown-R.webp);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  bottom: -2px;
  right: -1px;
  transform: rotate(25deg);
}

.mainvisualCopy-red {
  color: #f83640;
}

@media screen and (min-width: 719px) {
  .mainvisual {
    margin-top: 91px;
  }

  .mainvisualPrefecture {
    height: 533px;
  }

  .mainvisualLead {
    width: 645px;
    margin-bottom: 4px;
    font-size: 20px;
  }

  .mainvisualLead_em {
    font-size: 23px;
  }

  .mainvisualWrap {
    margin-bottom: -25px;
    padding-top: 16px;
  }

  .mainvisualBox3 {
    font-size: 30px;
  }

  .mainvisualCopy-strong1 {
    font-size: 45px;
  }

  .mainvisualBox1 {
    justify-content: center;
    height: initial;
    margin: 0 auto;
  }

  .mainvisualCopy {
    max-width: initial;
    font-size: 47px;
  }

  .mainvisualCopy-strong2 {
    font-size: 57px;
  }

  .mainvisualCopy-laurelCrown:before,
  .mainvisualCopy-laurelCrown:after {
    width: 38px;
    height: 78px;
  }

  .mainvisualCheckbox {
    height: initial;
    font-size: 35px;
  }

  .mainvisualContent2 {
    margin: 30px 0 16px 13px;
  }

  .FV_img {
    width: 280px;
    height: initial;
    position: relative;
    top: -10px;
    right: 27px;
    z-index: 2;
  }
}

/* ================= ./ mainvisual =================  */

.specialtySection {
  max-width: 960px;
  padding: 52px 0;
  margin: 52px auto;
  background: #f3fbff;
}

.specialtySection .sectionHeading {
  padding: 34px 16px;
  margin-bottom: initial;
  text-align: center;
  background: none;
}

.specialtySection .sectionHeading::before {
  content: none;
}

.specialtySection .sectionHeading .sectionHeading_content {
  color: #3a91c5;
  display: inline;
  background: linear-gradient(transparent 70%, #fff39a 0%);
  padding: 0 2px 2px;
}

.specialty_content {
  padding: 0 50px;
}

.specialtyTxt {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 18px;
}

.specialtyTxt_reference {
  display: block;
  color: #adadad;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}

.specialtyTxt_reference a {
  text-decoration: underline;
  color: #adadad;
}

.specialtyTxt_reference a:hover {
  color: #b9b9b9;
}

.select-pointSection {
  margin-bottom: 52px;
}

@media screen and (max-width: 768px) {
  .specialtySection .sectionHeading_content {
    font-size: 28px;
  }
}

@media screen and (max-width: 719px) {
  .select-pointSection .sectionHeading .sectionHeading_content {
    line-height: 1.2;
  }
}

@media screen and (max-width: 599px) {
  .specialtySection {
    margin: 0 auto;
  }
  .select-pointSection .sectionHeading {
    width: 100%;
    margin-bottom: 42px;
  }
}

.select-pointSection .sectionHeading:before {
  content: none;
}

.select-pointSection .sectionHeading .sectionHeading_content:before {
  content: "";
  position: absolute;
  bottom: -36px;
  left: calc(50% - 9px);
  border-top: 18px solid #3a91c5;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
}

.select-pointSection .sectionHeading .sectionHeading_content .breakSp {
  display: none;
}

@media screen and (max-width: 719px) {
  .select-pointSection .sectionHeading .sectionHeading_content .breakSp {
    display: block;
  }
}

.select-pointSection .sectionHeading .sectionHeading_content-sub {
  font-size: 25px;
}

.select-pointSection .sectionHeading .sectionHeading_content-main {
  font-size: 67px;
  color: #f5454e;
}

.select-pointSection .sectionHeading .sectionHeading_content-unit {
  font-size: 48px;
}

.select-pointSection .sectionHeading .sectionHeading_content-select-point {
  font-size: 48px;
}

.select-pointSection .select-pointWrap {
  margin-bottom: 32px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 999px) {
  .select-pointSection .select-pointWrap {
    max-width: 720px;
  }
}

@media screen and (max-width: 719px) {
  .select-pointSection .select-pointWrap {
    max-width: 600px;
  }
}

@media screen and (max-width: 599px) {
  .select-pointSection .select-pointWrap {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .select-pointSection .select-pointWrap {
    flex-direction: column;
    padding: 0 16px;
  }
}

.select-pointSection .select-pointWrap .select-pointList {
  display: flex;
  align-items: center;
  width: calc(50% - 16px);
  min-height: 60px;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .select-pointSection .select-pointWrap .select-pointList {
    width: 100%;
  }
}

.select-pointSection .select-pointWrap .select-pointList:nth-child(odd) {
  margin-right: 32px;
}

@media screen and (max-width: 959px) {
  .select-pointSection .select-pointWrap .select-pointList:nth-child(odd) {
    margin-right: 0;
  }
}

.select-pointSection .select-pointWrap .select-pointList_number {
  padding: 12px 10px;
  margin-right: 8px;
  font-size: 47px;
  color: #3a91c5;
  text-shadow: 5px 1px #ebf8ff;
}

.select-pointSection .select-pointWrap .select-pointList_content {
  font-size: 22px;
  line-height: 30px;
  position: relative;
  display: inline;
  background: linear-gradient(transparent 70%, #ebf8ff 0%);
  padding: 0 2px 2px;
}

@media screen and (max-width: 599px) {
  .select-pointSection .select-pointWrap .select-pointList_content {
    font-size: 19px;
  }
}

.select-pointSection .select-pointWrap .select-pointList_content span {
  font-size: 24px;
  color: #f5454e;
}

@media screen and (max-width: 599px) {
  .select-pointSection .select-pointWrap .select-pointList_content span {
    font-size: 20px;
  }
}

@media screen and (min-width: 719px) {
  .troubleSection {
    margin-bottom: 52px;
  }
}
/* FV下「こんなお悩み解決します」部分を2列に増やす場合、以下のCSSを使用（PC版は横並び）　ここから */

.troubleSection .sectionHeading {
  position: relative;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  margin-bottom: 0;
  padding: 56px 16px 32px;
  text-align: center;
  background: #3a91c5;
  color: #fff;
}

.troubleSection .troubleWrap {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 32px 32px;
  border: 5px solid #3a91c5;
  display: flex;
}

.troubleSection .troubleWrap .troubleContent {
  width: calc(50% - 16px);
}

.troubleSection .troubleWrap .troubleContent:nth-child(odd) {
  margin-right: 32px;
}

/* FV下「こんなお悩み解決します」部分を2列に増やす場合、以下のCSSを使用（PC版は横並び）　ここまで */

.troubleSection .sectionHeading {
  position: relative;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  margin-bottom: 0;
  padding: 56px 16px 32px;
  text-align: center;
  background: #3a91c5;
  color: #fff;
}

@media screen and (max-width: 999px) {
  .troubleSection .sectionHeading {
    max-width: 720px;
  }
}

@media screen and (max-width: 719px) {
  .troubleSection .sectionHeading {
    max-width: 600px;
  }
}

@media screen and (max-width: 599px) {
  .troubleSection .sectionHeading {
    width: 100%;
    padding: 24px 0 16px;
  }
}

.troubleSection .sectionHeading:before {
  content: none;
}

.troubleSection .sectionHeading:after {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 0;
  background: url("/assets/img/lp/inheritance-tax/trouble_arrow.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 32px;
}

.troubleSection .sectionHeading .sectionHeading_content {
  display: block;
  font-size: 32px;
  letter-spacing: 2.3px;
}

@media screen and (max-width: 599px) {
  .troubleSection .sectionHeading .sectionHeading_content {
    font-size: 22px;
  }
}

.troubleSection .sectionHeading .sectionHeading_content-main {
  position: relative;
  font-size: 46px;
}

@media screen and (max-width: 599px) {
  .troubleSection .sectionHeading .sectionHeading_content-main {
    font-size: 32px;
  }
}

.troubleSection .sectionHeading .sectionHeading_content-main:before {
  content: "";
  position: absolute;
  top: -16px;
  left: 15px;
  width: 12px;
  height: 12px;
  border-radius: 24px;
  background: #f2dc32;
}

@media screen and (max-width: 599px) {
  .troubleSection .sectionHeading .sectionHeading_content-main:before {
    top: -13px;
    left: 12px;
    width: 8px;
    height: 8px;
  }
}

.troubleSection .troubleWrap {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 32px 32px;
  border: 5px solid #3a91c5;
  display: flex;
}

@media screen and (max-width: 999px) {
  .troubleSection .troubleWrap {
    max-width: 720px;
  }
}

@media screen and (max-width: 719px) {
  .troubleSection .troubleWrap {
    max-width: 600px;
  }
}

@media screen and (max-width: 599px) {
  .troubleSection .troubleWrap {
    width: 100%;
    flex-direction: column;
  }
}

@media screen and (max-width: 599px) {
  .troubleSection .troubleWrap .troubleContent {
    width: 100%;
  }
  .troubleSection .troubleWrap .troubleContent:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 32px;
  }
}

.troubleSection .troubleWrap .troubleContent .troubleHeading {
  font-size: 22px;
  border-bottom: 1px solid #3a91c5;
}

.troubleSection .troubleWrap .troubleContent .troubleHeading br {
  display: none;
}

@media screen and (max-width: 999px) {
  .troubleSection .troubleWrap .troubleContent .troubleHeading br {
    display: block;
  }
}

.troubleSection .troubleWrap .troubleContent .troubleList {
  padding: 16px;
  border: none;
}

.troubleSection .troubleWrap .troubleContent .troubleList_item {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px dotted #333;
}

.troubleSection .troubleWrap .troubleContent .troubleList_item:before {
  content: url("/assets/img/lp/inheritance-tax/icon-checktypeb.svg");
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
}

.troubleSection .troubleWrap .troubleContent .troubleList_item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .troubleSection .troubleWrap .troubleContent .troubleList {
    padding: 16px;
  }
}

.cta,
.ctaSp {
  width: 100%;
  padding: 32px 0;
  background: #3a91c5;
}

.ctaWrap {
  max-width: 680px;
  margin: auto;
  padding: 32px 25px;
  background: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 719px) {
  .ctaWrap {
    padding: 24px;
  }
}

@media screen and (max-width: 599px) {
  .ctaWrap {
    flex-direction: column;
    width: calc(100% - 32px);
  }
}

.ctaWrap .ctaHeading {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
  color: #3a91c5;
}

div.cta .ctaContentPc {
  justify-content: center;
}

.telarea {
  margin-right: 40px;
  font-weight: bold;
}

.ctaContenttel_link,
.ctaContentline_link {
  display: none;
}

@media screen and (max-width: 599px) {
  .telarea {
    display: none;
  }
  .ctaContent {
    margin-bottom: 8px;
  }
  .tel,
  .mail {
    width: 100%;
  }
  .tel {
    margin-bottom: 8px;
  }
  .ctaContenttel_link {
    width: 100%;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 3px 0 0 #87221D;
    background: linear-gradient(0deg, rgba(255, 58, 46, 1), rgba(255, 123, 48, 1) 84%);
    border-radius: 5px;
    transition: all 0.3s;
    pointer-events: auto;
  }
  .ctaContentline_link {
    display: block;
    width: 100%;
  }
  .ctaContenttel_notice {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
  }
}

.telareanumber {
  font-size: 30px;
}

.ctaContent_tel-text {
  color: #fff;
  font-weight: bold;
}

.cta .ctaContent,
.ctaSp .ctaContent,
.cta .ctaContent_tel,
.ctaSp .ctaContent_tel {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 599px) {
  .cta .ctaContent,
  .ctaSp .ctaContent,
  .cta .ctaContent_tel,
  .ctaSp .ctaContent_tel {
    flex-direction: column;
  }
}

.cta .ctaContent_tel,
.ctaSp .ctaContent_tel {
  pointer-events: none;
  padding: 0;
}

@media screen and (max-width: 599px) {
  .cta .ctaContent_tel,
  .ctaSp .ctaContent_tel {
    cursor: pointer;
    padding: 8px;
    line-height: 1;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s;
    width: 100%;
    pointer-events: auto;
    background: #00b241;
    box-shadow: 3px 3px 0 0 #007b2d;
    margin-bottom: 8px;
  }
  .cta .ctaContent_tel:hover,
  .ctaSp .ctaContent_tel:hover {
    transform: translate(3px, 3px);
    box-shadow: none;
    transition: all 0.3s;
  }
}

.cta .ctaContent_tel-number,
.ctaSp .ctaContent_tel-number {
  font-size: 30px;
}

@media screen and (max-width: 599px) {
  .cta .ctaContent_tel-number,
  .ctaSp .ctaContent_tel-number {
    display: none;
  }
}

.cta .ctaContent_tel-number span,
.ctaSp .ctaContent_tel-number span {
  font-size: 16px;
}

.cta .ctaContent_tel-link,
.ctaSp .ctaContent_tel-link {
  display: none;
  width: 100%;
  font-size: 18px;
}

@media screen and (max-width: 599px) {
  .cta .ctaContent_tel-link,
  .ctaSp .ctaContent_tel-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.cta .ctaContent_tel-icon,
.ctaSp .ctaContent_tel-icon {
  margin-right: 8px;
}

.cta .ctaContent_tel-notice,
.ctaSp .ctaContent_tel-notice {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #ff4500;
  color: #fff;
}

.cta .ctaContent_form,
.ctaSp .ctaContent_form {
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 50px;
  font-size: 18px;
  background-image: linear-gradient(180deg, rgba(165, 239, 96, 1), rgba(21, 171, 35, 1) 83%);
  box-shadow: none;
}

.cta .ctaContent_form2,
.ctaSp .ctaContent_form2 {
  background: #1dcd00;
  box-shadow: 3px 3px 0 0 #0f6700;
  padding: 24px 55px;
}

@media screen and (max-width: 599px) {
  .cta .ctaContent_form,
  .ctaSp .ctaContent_form {
    width: 100%;
    height: 44px;
  }
}

.cta .ctaContent_form:hover,
.ctaSp .ctaContent_form:hover {
  transform: translate(3px, 3px);
  box-shadow: none;
  transition: all 0.3s;
}

@media screen and (max-width: 599px) {
  .cta .ctaContent_form,
  .ctaSp .ctaContent_form {
    width: 100%;
  }
}

.cta .ctaContent_form-icon,
.ctaSp .ctaContent_form-icon {
  margin-right: 8px;
}

.seal_area {
  max-width: 653px;
  margin: 30px auto 0;
  padding: 30px 20px 30px;
  border: 1px solid #ccc;
  background: #ffffff;
  height: 100%;
}

@media screen and (max-width: 599px) {
  .seal_area {
    width: 90%;
  }
}
.a_underline {
  text-decoration: underline;
  color: #0066ff;
}
.a_underline:hover {
  text-decoration: none;
}
.ctaSp {
  display: none;
}

@media screen and (max-width: 719px) {
  .ctaSp {
    display: block;
  }
}

@keyframes fadein {
  0% {
    bottom: -47px;
  }
  100% {
    bottom: 0;
  }
}

@keyframes fadeout {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: -47px;
  }
}

.ctaContent-fix-pc {
  position: fixed;
  padding: 8px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #ff4500;
  right: 8px;
  bottom: 0px;
  z-index: 1;
  font-size: 20px;
}

@media screen and (max-width: 599px) {
  .ctaContent-fix-pc {
    display: none;
  }
}

.ctaContent-fix-sp {
  display: none;
  position: fixed;
  padding: 8px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #ff4500;
  right: 8px;
  bottom: -47px;
  z-index: 1;
  font-size: 20px;
}

@media screen and (max-width: 599px) {
  .ctaContent-fix-sp {
    display: block;
  }
}

.ctaContent-fix-pc .ctaContent_form-icon,
.ctaContent-fix-sp .ctaContent_form-icon {
  margin-right: 3px;
}

.ctaContent-fix2 {
  right: 235px;
  background: #1dcd00;
}

.ctaContent-fix2 .ctaContent_form-icon {
  margin-right: 6px;
}

.ctaLineForm {
  display: none;
}

@media screen and (max-width: 599px) {
  .ctaLineForm {
    display: block;
    position: fixed;
    padding: 8px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #1dcd00;
    right: 8px;
    bottom: 0px;
    z-index: 1;
    font-size: 20px;
  }
  .ctaLineForm span {
    font-size: 17px;
  }
}

.ctaContent-fadeIn {
  animation: fadein 0.3s linear forwards;
}

.ctaContent-fadeOut {
  animation: fadeout 0.3s linear forwards;
}

.judgeContent {
  margin-bottom: 32px;
}

.compareTable {
  width: 100%;
  border: 2px solid #3a91c5;
  border-collapse: collapse;
}

.compareTable th,
.compareTable td {
  border: 1px solid #3a91c5;
}

@media screen and (max-width: 599px) {
  .compareTable .compareThead {
    font-size: 12px;
  }
}

.compareTable .compareThead_company {
  width: 155px;
}

.compareTable .compareThead_company-our {
  background: #e0efff;
}

.compareTable .compareTbody_item {
  width: 220px;
  padding: 8px;
  text-align: left;
  border-color: #fff;
  background: #3a91c5;
  color: #fff;
}

@media screen and (max-width: 599px) {
  .compareTable .compareTbody_item {
    font-size: 12px;
  }
}

.compareTable .compareTbody td {
  text-align: center;
}

.compareTable .compareTbody .compareCircle {
  color: #f0020e;
}

.supportSection .supportContent {
  margin-bottom: 24px;
}

.supportSection .supportContent:last-child {
  margin-bottom: 0;
}

.supportSection .supportContent_heading {
  padding-bottom: 4px;
  margin-bottom: 4px;
  color: #003f8e;
  border-bottom: 1px solid #003f8e;
}

.supportSection .supportContent_lead {
  margin-bottom: 16px;
  color: #ff4500;
}

.supportSection {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 719px) {
  .supportSection {
    width: 100%;
  }
}

.supportSection .supportWrap {
  display: flex;
  flex-wrap: wrap;
}

.supportSection .supportWrap .supportContent {
  margin-bottom: 0;
  border: 3px solid #3a91c5;
  width: calc(50% - 16px);
  margin-right: 32px;
}

.supportSection .supportWrap .supportContent:last-child {
  margin-right: 0;
}

@media screen and (max-width: 599px) {
  .supportSection .supportWrap .supportContent {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .supportSection .supportWrap .supportContent:last-child {
    margin-bottom: 0;
  }
}

.supportSection .supportWrap .supportContent_heading {
  text-align: center;
  background: #3a91c5;
  color: #fff;
  border-bottom: none;
}

.supportSection .supportWrap .supportContent_txt {
  padding: 8px;
}

.supportSection .supportWrap .supportContent_txt-lead {
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-weight: bold;
  border-bottom: 1px solid #3a91c5;
  color: #3a91c5;
}

/* ================= three-reason =================  */

.three-reasonList_flex {
  display: flex;
  align-items: center;
}

.three-reasonSection .sectionHeading {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  text-align: center;
  background: #fff;
}

@media screen and (max-width: 999px) {
  .three-reasonSection .sectionHeading {
    max-width: 720px;
  }
}

@media screen and (max-width: 719px) {
  .three-reasonSection .sectionHeading {
    max-width: 600px;
  }
}

@media screen and (max-width: 599px) {
  .three-reasonSection .sectionHeading {
    width: 100%;
  }
}

.three-reasonSection .sectionHeading:before {
  content: none;
}

.three-reasonSection .sectionHeading .sectionHeading_content {
  position: relative;
  display: block;
  border-bottom: 1px solid #3a91c5;
  text-align: center;
  font-size: 21px;
  color: #3a91c5;
}

@media screen and (max-width: 719px) {
  .three-reasonSection .sectionHeading .sectionHeading_content {
    line-height: 1.2;
  }
}

.three-reasonSection .sectionHeading .sectionHeading_content:before {
  content: "";
  position: absolute;
  bottom: -36px;
  left: calc(50% - 9px);
  border-top: 18px solid #3a91c5;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
}

.three-reasonSection .sectionHeading .sectionHeading_content:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: calc(50% - 9px);
  border-top: 18px solid #fff;
  border-right: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid transparent;
}

.three-reasonSection .sectionHeading .sectionHeading_content .breakSp {
  display: none;
}

@media screen and (max-width: 719px) {
  .three-reasonSection .sectionHeading .sectionHeading_content .breakSp {
    display: block;
  }
}

.three-reasonSection .sectionHeading .sectionHeading_content-sub {
  font-size: 25px;
}

.three-reasonSection .sectionHeading .sectionHeading_content-main {
  font-size: 67px;
  color: #f5454e;
}

.three-reasonSection .sectionHeading .sectionHeading_content-unit {
  font-size: 48px;
}

.three-reasonSection .sectionHeading .sectionHeading_content-three-reason {
  font-size: 48px;
}

.three-reasonSection .three-reasonWrap {
  margin-bottom: 72px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
}

@media screen and (max-width: 999px) {
  .three-reasonSection .three-reasonWrap {
    max-width: 720px;
  }
}

@media screen and (max-width: 719px) {
  .three-reasonSection .three-reasonWrap {
    max-width: 600px;
  }
}

@media screen and (max-width: 599px) {
  .three-reasonSection .three-reasonWrap {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .three-reasonSection .three-reasonWrap {
    flex-direction: column;
    padding: 0 16px;
  }
}

.three-reasonSection .three-reasonWrap .three-reasonList {
  display: block;
  position: relative;
  max-width: 720px;
  min-height: 60px;
  margin: 0 auto 32px auto;
  border: 3px solid #3a91c5;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .three-reasonSection .three-reasonWrap .three-reasonList {
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .three-reasonSection .three-reasonWrap .three-reasonList:nth-child(odd) {
    margin-right: 0;
  }
}

.three-reasonSection .three-reasonWrap .three-reasonList:last-child {
  margin-bottom: 0;
}

.three-reasonSection .three-reasonWrap .three-reasonList img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 599px) {
  .three-reasonList img {
    width: 100%;
  }
}

.three-reason-check {
  display: none;
}

.three-reason-label {
  cursor: pointer;
}

.three-reason-label:after {
  padding: 22px 23px;
  box-sizing: border-box;
  font-weight: 900;
  font-size: 26px;
  color: #3a91c5;
  display: block;
  height: 52px;
  position: absolute;
  right: 1px;
  top: -4px;
  content: "＋";
  text-shadow: 0.3px 0.3px 0, 0.3px -0.3px 0, -0.3px 0.3px 0, -0.3px -0.3px 0,
    0.3px 0 0, 0 0.3px 0, -0.3px 0 0, 0 -0.3px 0;
  letter-spacing: 1px;
}

.three-reason-check:checked + .three-reason-label + .three-reasonContent {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.three-reason-check:checked + .three-reason-label:after {
  content: "－";
}

.three-reasonContent {
  display: block;
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}

.three-reasonContent_txt {
  padding: 10px;
  font-weight: initial;
}

.three-reasonSection .three-reasonWrap .three-reasonList_number {
  padding: 22px 10px;
  margin-right: 8px;
  font-size: 24px;
  background: #3a91c5;
  color: #fff;
}

.three-reasonSection .three-reasonWrap .three-reasonList_content {
  font-size: 18px;
  line-height: 30px;
  position: relative;
}

@media screen and (max-width: 599px) {
  .three-reasonSection .three-reasonWrap .three-reasonList_content {
    font-size: 16px;
  }
}

.three-reasonSection .three-reasonWrap .three-reasonList_content:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  left: -45px;
  width: 37px;
  background: #3a91c5;
}

.three-reasonSection .three-reasonWrap .three-reasonList_content span {
  font-size: 24px;
  background: linear-gradient(transparent 70%, #fff39a 0%);
  padding: 0 2px 2px;
}

@media screen and (max-width: 599px) {
  .three-reasonSection .three-reasonWrap .three-reasonList_content span {
    font-size: 20px;
  }
}

/* ================= ./ three-reason ================= */

/* ================= price =================  */
.priceSection .sectionHeading {
  position: relative;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  margin-bottom: 0;
  padding: 56px 16px 32px;
  text-align: center;
  background: #f3fbff;
  color: #3a91c5;
}

@media screen and (max-width: 599px) {
  .priceSection .sectionHeading {
    width: 100%;
    padding: 34px 0 16px;
  }
}

.priceSection .sectionHeading::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  background: url(/assets/img/lp/inheritance-tax/price_arrow.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 32px;
}

.priceSection .sectionHeading_content {
  line-height: 1.7em;
}

.priceSection .sectionHeading_content-em {
  font-size: 28px;
}

.priceSection .sectionHeading_content-em:nth-child(1) {
  display: inline;
  background: linear-gradient(transparent 70%, #fff39a 0%);
  padding: 0 2px 2px;
}

.priceSection .sectionHeading:before {
  content: none;
}

.priceImg {
  width: 100%;
}

.priceSection .descriptionSection {
  padding-top: 40px;
}

@media screen and (min-width: 719px) {
  .priceSection .sectionHeading_content {
    font-size: 32px;
  }
  .priceSection .sectionHeading_content-em {
    font-size: 40px;
  }
  .priceSection .descriptionSection {
    display: flex;
  }
  .priceImg {
    width: 336px;
    height: 100%;
    margin-right: 32px;
  }
}

.priceContent {
  margin: 16px auto 32px;
}

.contentTxt-line {
  background: linear-gradient(transparent 70%, #fff39a 0%);
}

/* ================= ./ price =================  */

.pointContent {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
  padding: 0 16px;
  display: block;
}

@media screen and (max-width: 999px) {
  .pointContent {
    max-width: 720px;
  }
}

@media screen and (max-width: 719px) {
  .pointContent {
    max-width: 600px;
  }
}

@media screen and (max-width: 599px) {
  .pointContent {
    width: 100%;
  }
}

.pointContent .pointList {
  width: 100%;
  margin-bottom: 32px;
}

@media screen and (max-width: 599px) {
  .pointContent .pointList {
    width: 100%;
  }
}

.pointContent .pointList:nth-child(odd) {
  margin-right: 32px;
}

@media screen and (max-width: 599px) {
  .pointContent .pointList:nth-child(odd) {
    margin-right: 0;
  }
}

.pointContent .pointList_heading {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 16px;
}

.pointContent .pointList_heading:before {
  content: "";
  position: absolute;
  width: calc(100% - 22px);
  height: 2px;
  right: 0;
  bottom: 0;
  background: #3a91c5;
}

.pointContent .pointList_heading-txt {
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  color: #333;
}

@media screen and (max-width: 599px) {
  .pointContent .pointList_heading-txt {
    font-size: 16px;
  }
}

.pointContent .pointList_heading-badge {
  display: inline-block;
  margin-right: 16px;
  padding: 10px 5px 2px;
  border-radius: 100px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  background: #3a91c5;
}

.pointContent .pointList_heading-number {
  display: block;
  margin-top: -7px;
  font-size: 20px;
}

.flowContent {
  display: flex;
  justify-content: center;
  padding: 0 16px;
}

@media screen and (max-width: 959px) {
  .flowContent {
    flex-wrap: wrap;
  }
}

.flowContent_SP {
  display: none !important;
}

@media screen and (max-width: 559px) {
  .flowContent_PC {
    display: none !important;
  }
  .flowContent_SP {
    display: block !important;
  }
}

.flowList-check {
  display: none;
}

.flowList-label1:after,
.flowList-label2:after,
.flowList-label3:after,
.flowList-label4:after {
  padding: 22px 23px;
  box-sizing: border-box;
  font-weight: 900;
  font-size: 26px;
  color: #3a91c5;
  display: block;
  height: 52px;
  position: absolute;
  right: -2px;
  top: -12px;
  content: "＋";
  text-shadow: 0.3px 0.3px 0, 0.3px -0.3px 0, -0.3px 0.3px 0, -0.3px -0.3px 0,
    0.3px 0 0, 0 0.3px 0, -0.3px 0 0, 0 -0.3px 0;
  letter-spacing: 1px;
}

.flowList-label2:after {
  padding: 34px 23px;
}

.flowList-check:checked + .flowList-label1:after,
.flowList-check:checked + .flowList-label2:after,
.flowList-check:checked + .flowList-label3:after,
.flowList-check:checked + .flowList-label4:after {
  content: "－";
}

.flowList-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
}

.flowList-check:checked + .flowList-label1 + .flowList-content,
.flowList-check:checked + .flowList-label2 + .flowList-content,
.flowList-check:checked + .flowList-label3 + .flowList-content,
.flowList-check:checked + .flowList-label4 + .flowList-content {
  height: 100%;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.flowList-check:checked + .flowList-label3 + .flowList-content,
.flowList-check:checked + .flowList-label4 + .flowList-content {
  height: 100%;
}

.flowList {
  width: 238px;
  margin-right: 16px;
  border: 2px solid #3a91c5;
}

.flowList:last-child {
  margin-right: 0;
}

.flowList_number {
  display: block;
  padding: 8px;
  text-align: center;
  font-weight: bold;
  background: #f3fbff;
  color: #3a91c5;
  border-bottom: 2px solid #3a91c5;
}

.flowList_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 86px;
  padding: 16px 0;
  text-align: center;
  background: #fff;
  color: #3a91c5;
  font-weight: 700;
  font-size: 18px;
}

.flowList_txt {
  padding: 16px 0;
  margin: auto;
  border-top: 1px solid #3a91c5;
  width: calc(100% - 32px);
}

@media screen and (max-width: 959px) {
  .flowList {
    width: calc(50% - 16px);
  }
  .flowList:nth-child(even) {
    margin-right: 0;
  }
  .flowList:nth-child(-n + 2) {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 559px) {
  .flowList {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .flowList:last-child {
    margin-bottom: 0;
  }
  .flowList_txt {
    border-top: none;
  }
  .flowList_number {
    font-size: 16px;
    border-bottom: none;
  }
}

.casestudyHeading {
  font-size: 18px;
  color: #3a91c5;
  border: 2px solid #3a91c5;
  display: inline-block;
  border-bottom: none;
  padding: 8px;
  border-radius: 10px 10px 0 0;
}

.casestudyWrap {
  border: 2px solid #3a91c5;
  background: #f1f1f1;
  box-sizing: content-box;
}

.casestudyContent,
.casestudyHead {
  padding: 0 16px;
  margin-bottom: 24px;
}

.casestudyContent .subHeading,
.casestudyHead .subHeading {
  position: relative;
  border-left: none;
  text-align: center;
  padding-left: 0;
  font-size: 16px;
}

.casestudyContent .subHeading:before,
.casestudyHead .subHeading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #3a91c5;
  height: 1px;
  width: calc(50% - 240px / 2 - 8px);
}

.casestudyContent .subHeading:after,
.casestudyHead .subHeading:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: #3a91c5;
  height: 1px;
  width: calc(50% - 240px / 2 - 8px);
}

.casestudyContent .casestudyheadContent,
.casestudyHead .casestudyheadContent {
  width: 100%;
  padding: 0px 8px 8px 0;
}

@media screen and (max-width: 719px) {
  .casestudyContent .casestudyheadContent,
  .casestudyHead .casestudyheadContent {
    padding: 0 8px 8px;
  }
}

.casestudyContent .casestudyheadContent_ttl,
.casestudyHead .casestudyheadContent_ttl {
  text-align: center;
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px dashed #333;
}

.casestudyContent .casestudyheadContent_ttl-notice,
.casestudyHead .casestudyheadContent_ttl-notice {
  color: #f5454e;
  font-size: 18px;
}

.casestudyContent .casestudyheadContent_ttl-strong,
.casestudyHead .casestudyheadContent_ttl-strong {
  color: #f5454e;
  font-size: 28px;
}

@media screen and (max-width: 599px) {
  .casestudyContent .casestudyheadContent br,
  .casestudyHead .casestudyheadContent br {
    display: none;
  }
}

.casestudyContent .casestudyPoint .casestudyPoint_item,
.casestudyHead .casestudyPoint .casestudyPoint_item {
  margin-bottom: 8px;
}

.casestudyContent .casestudyPoint .casestudyPoint_item:last-child,
.casestudyHead .casestudyPoint .casestudyPoint_item:last-child {
  margin-bottom: 0;
}

.casestudyContent .casestudyPoint .casestudyPoint_item span,
.casestudyHead .casestudyPoint .casestudyPoint_item span {
  margin-right: 4px;
}

.casestudyHead {
  background: #fff;
  padding: 0;
  font-weight: bold;
}

.casestudyHead > * {
  margin-right: 8px;
}

@media screen and (max-width: 719px) {
  .casestudyHead > * {
    margin-right: 0;
  }
}

.casestudyHead_img {
  width: 229px;
  height: auto;
}

.agentWrap {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
}

@media screen and (max-width: 999px) {
  .agentWrap {
    max-width: 720px;
  }
}

@media screen and (max-width: 719px) {
  .agentWrap {
    max-width: 600px;
  }
}

@media screen and (max-width: 599px) {
  .agentWrap {
    width: 100%;
  }
}

.agentWrap .agentContent {
  background: #f1f1f1;
}

@media screen and (max-width: 599px) {
  .agentWrap .agentContent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .agentWrap .agentContent .agentImg {
    width: 131px;
    height: 115px;
    object-fit: cover;
    object-position: top;
  }
}

.agentWrap .agentInfo {
  display: block;
  padding: 16px;
  font-weight: bold;
  font-size: 14px;
}

.agentWrap .agentInfo_name {
  display: block;
  margin-top: 8px;
  font-size: 22px;
}

#contactform {
  padding-top: 83px;
  margin-top: -83px;
}

@media screen and (max-width: 559px) {
  #contactform {
    padding-top: 83px;
    margin-top: -83px;
  }
}

.contactformStep_item,
.contactformStep_item-active {
  position: relative;
  padding: 8px 32px;
  margin-right: 24px;
}

.contactformStep_item:last-child,
.contactformStep_item-active:last-child {
  margin-right: 0;
}

@media screen and (max-width: 599px) {
  .contactformStep_item,
  .contactformStep_item-active {
    padding: 8px 24px;
  }
}

.contactform .contactformWrap .contactformItem_content,
.contactform .contactformWrap .contactformItem_content-radio {
  width: calc(100% - 235px);
  padding: 32px;
}

@media screen and (max-width: 599px) {
  .contactform .contactformWrap .contactformItem_content,
  .contactform .contactformWrap .contactformItem_content-radio {
    width: 100%;
    padding: 0;
  }
}

.contactform .contactformWrap .contactformItem_content-radio,
.subcontactformWrap .subcontactform .contactformItem_content {
  display: flex;
  flex-wrap: wrap;
}

.contactform .contactformWrap .contactformItem_content-radio label,
.subcontactformWrap .subcontactform .contactformItem_content label {
  width: calc(50% - 20px);
}

.contactformItem_content-radio label:hover {
  cursor: pointer;
}

.contactformStep {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}

@media screen and (max-width: 599px) {
  .contactformStep {
    margin-bottom: 24px;
  }
}

.contactformStep_item {
  background: #f1f1f1;
}

.contactformStep_item:last-child {
  margin-right: 0;
}

.contactformStep_item:nth-child(n + 2):before {
  content: "";
  position: absolute;
  border-top: 10px solid transparent;
  border-left: 10px solid #333;
  border-bottom: 10px solid transparent;
  top: calc(50% - 10px);
  left: -15px;
}

.contactformStep_item-active {
  background: #003f8e;
  color: #fff;
}

@media screen and (max-width: 599px) {
  .contactformStep {
    font-size: 14px;
  }
}

.contactform .contactformWrap {
  max-width: 653px;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #f1f1f1;
}

@media screen and (max-width: 599px) {
  .contactform .contactformWrap {
    border: none;
    padding: 0 16px;
  }
}

.contactform .contactformWrap .contactformItem {
  display: flex;
  border-bottom: 1px dotted #000;
}

.contactform .contactformWrap .contactformItem:nth-last-child(1) {
  border-bottom: none;
}

@media screen and (max-width: 599px) {
  .contactform .contactformWrap .contactformItem {
    flex-direction: column;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .contactform .contactformWrap .contactformItem:nth-last-child(1) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.contactform .contactformWrap .contactformItem_name {
  width: 235px;
  padding: 32px;
  background: #f1f1f1;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .contactform .contactformWrap .contactformItem_name {
    width: 100%;
    display: block;
    margin-bottom: 4px;
    padding: 0;
    background: #fff;
  }
}

.contactform .contactformWrap .contactformItem_name-require {
  font-size: 12px;
  padding: 4px;
  margin-left: 8px;
  background: #f0020e;
  color: #fff;
}

.contactform .contactformWrap .contactformItem_name-notice {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 599px) {
  .contactform .contactformWrap .contactformItem_name-notice {
    display: inline;
  }
}

.contactform .contactformWrap .contactformItem_content-select {
  position: relative;
}

.contactform .contactformWrap .contactformItem_content-select:after {
  content: url("/assets/img/lp/inheritance-tax/form_arrow.svg");
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 8px;
}

.contactform .contactformWrap .contactformItem_content-select select {
  width: 100%;
}

.contactform .contactformBtn {
  margin-top: 32px;
  text-align: center;
}

.contactform .contactformBtn .btn_submit-contactform {
  font-size: 24px;
  border-radius: 10px;
  padding: 8px 40px;
}

.subcontactformWrap {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
  background: #f1f1f1;
  padding: 16px 32px 0;
}

@media screen and (max-width: 719px) {
  .subcontactformWrap {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .subcontactformWrap {
    padding: 16px;
  }
}

.subcontactformWrap_description {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .subcontactformWrap_description {
    text-align: left;
    font-size: 12px;
  }
}

.subcontactformWrap .subcontactform {
  margin-top: 16px;
  padding: 8px 0 0;
  background: #fff;
}

.subcontactformWrap .subcontactformBtn {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .subcontactformWrap .subcontactformBtn {
    font-size: 12px;
  }
}

.subcontactformWrap .subcontactformBtn-icon {
  width: 15px;
  height: 15px;
}

.subcontactformWrap .subcontactform .contactformItem {
  display: flex;
}

@media screen and (max-width: 599px) {
  .subcontactformWrap .subcontactform .contactformItem {
    flex-direction: column;
  }
}

.subcontactformWrap .subcontactform .contactformItem_name {
  padding: 24px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .subcontactformWrap .subcontactform .contactformItem_name {
    padding: 0 8px;
    margin-bottom: 8px;
  }
}

.subcontactformWrap .subcontactform .contactformItem_content {
  padding: 24px;
}

.subcontactformWrap
  .subcontactform
  .contactformItem_content
  input[type="text"] {
  width: 40px;
}

@media screen and (max-width: 599px) {
  .subcontactformWrap .subcontactform .contactformItem_content {
    padding: 0 8px;
  }
}

.subcontactformWrap .subcontactform .contactformBtn {
  background: #f1f1f1;
  padding: 32px 0;
}

@media screen and (max-width: 599px) {
  .subcontactformWrap .subcontactform .contactformBtn {
    margin-top: 16px;
    padding: 16px 0 0;
  }
}

/* ================= offer_btn =================  */
.ctaContent-offer-box {
  position: fixed;
  right: 8px;
  bottom: 53px;
  z-index: 99;
}

.ctaContent-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  padding: 0 10px;
  color: #555;
  border-radius: 10px;
  border: 2px solid #00b241;
  background: #fff;
  font-size: 16px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media screen and (min-width: 559px) {
  .ctaContent-offer:hover {
    background: #d1ffe2;
  }
}

@media screen and (max-width: 559px) {
  .ctaContent-offer:active {
    background: #d1ffe2;
  }
}

.ctaContent-offer-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 18px;
  right: -3px;
  width: 1.3em;
  line-height: 1.3em;
  border: 1px solid #00b241;
  border-radius: 100%;
  background-color: #fff;
  margin-left: auto;
  color: #00b241;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  z-index: 99;
  text-align: center;
  vertical-align: middle;
}

.ctaContent-offer-icon {
  width: 29px;
  height: 43px;
  margin-right: 8px;
}

.ctaContent-offer-txt {
  font-weight: 700;
  color: #333;
  line-height: 1.3em;
}

.ctaContent-offer::before,
.ctaContent-offer::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 15%;
}
/* ================= /offer_btn ================= */

/* ================= offer_casestudy =================  */
#offer_casestudy {
  padding-top: 91px;
  margin-top: -91px;
}

@media screen and (max-width: 559px) {
  #offer_casestudy {
    padding-top: 83px;
    margin-top: -83px;
  }
}

#offer_casestudy .sectionHeading {
  padding: 15px 0 24px;
  background: #00b241;
}

@media screen and (max-width: 559px) {
  #offer_casestudy .sectionHeading {
    padding: 20px 0 28px;
  }
}

#offer_casestudy .sectionHeading::before {
  border-top: 29px solid #00b241;
}

.sectionHeading_content-beginner-icon {
  width: 39px;
  position: relative;
  top: 7px;
  right: 5px;
}

.sectionHeading_content-beginner {
  font-size: 26px;
}

#offer_casestudy .three-reasonSection {
  margin-bottom: 48px;
}

#offer_casestudy .three-reasonSection .sectionHeading {
  margin-bottom: 0;
  padding: 0 16px;
  background: none;
}

#offer_casestudy .three-reasonSection .sectionHeading_content {
  padding-bottom: 7px;
}

#offer_casestudy .three-reasonSection .sectionHeading_content::before {
  content: none;
}

#offer_casestudy .three-reasonSection .sectionHeading_content::after {
  content: none;
}

#offer_casestudy
  .three-reasonSection
  .sectionHeading
  .sectionHeading_content-main {
  font-size: 53px;
}

#offer_casestudy
  .three-reasonSection
  .sectionHeading
  .sectionHeading_content-three-reason {
  font-size: 38px;
}

#contactform2 .sectionHeading {
  background: #00b241;
}

#contactform2 .sectionHeading::before {
  border-top: 29px solid #00b241;
}
/* ================= /offer_casestudy ================= */

/* ================= grad-trigger ================= */

.grad-trigger {
  display: none;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 116px;
}

.grad-trigger:checked ~ .grad-item {
  height: auto;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.9) 50%,
    #fff 100%
  );
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.9) 50%,
    #fff 100%
  );
  content: "";
}

.grad-btn {
  display: block;
  background: #fff;
  color: #666;
  text-align: center;
  cursor: pointer;
}

.grad-btn span {
  display: inline-block;
  position: relative;
  bottom: 6px;
  transform: scale(3, 1);
}

.grad-trigger:checked ~ .grad-btn {
  display: none;
}

.grad-trigger:checked ~ .grad-item::before {
  display: none;
}

/* ================= /grad-trigger ================= */

.sp_none {
  display: none;
}

.footer {
  padding: 24px 0 72px;
  text-align: center;
  background: #003f8e;
  color: #fff;
}

.footerNav {
  display: flex;
  justify-content: center;
}

.footerNav_item {
  position: relative;
  margin-right: 16px;
  font-size: 14px;
}

.footerNav_item:last-child {
  margin-right: 0;
}

.footerNav_item:nth-child(n + 2):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  top: calc(50% - 7px);
  left: -8px;
  background: #fff;
}

.footerNav_item a {
  color: #fff;
}

.footer_allianceLink {
  margin-top: 8px;
}

.footer_allianceLink a {
  color: #fff;
}

.footer_allianceLink img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

.footer .copyright {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 16px;
  margin-top: 24px;
  padding-top: 24px;
  font-size: 12px;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 999px) {
  .footer .copyright {
    max-width: 720px;
  }
}

@media screen and (max-width: 719px) {
  .footer .copyright {
    max-width: 600px;
  }
}

@media screen and (max-width: 599px) {
  .footer .copyright {
    width: 100%;
  }
}

.mainvisualLeadTxt {
  color: red;
}

.Btn_free {
  width: 30px;
}

@media screen and (max-width: 599px) {
  .sp_none {
    display: block !important;
  }
}

.error_message {
  width: 636px;
  margin: 0 auto 16px;
  padding: 12px;
  background: #fcd6d6;
  border: solid 1px #f0020e;
  color: #f0020e;
}
