@charset "UTF-8";
/*------------------------------
cvpページ free_st
------------------------------*/
.page_decoration .cvp_decoration h2::before {
  background: #cf121c;
}

.cvp_decoration h2 {
  margin: 45px 0 30px;
}
.cvp_decoration h2:first-of-type {
  margin-top: 40px;
}
.cvp_decoration h2 b {
  color: #cf121c;
}
.cvp_decoration strong {
  font-weight: 600;
  color: #cf121c;
}
.cvp_decoration p:not([class]) {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 18px;
}
.cvp_decoration .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 400px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  letter-spacing: 0.01em;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 18px;
  margin: 20px auto 0;
  transition: 0.2s;
  position: relative;
}
.cvp_decoration .btn:hover {
  background: #dd1211;
  border: 1px solid #dd1211;
  color: #fff;
  text-decoration: none;
}

.cvp_contactarea .telnum_img.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .cvp_decoration h2 {
    margin: 50px 0 35px;
  }
  .cvp_decoration h2:first-of-type {
    margin-top: 50px;
  }
  .cvp_decoration p:not([class]) {
    font-size: 1.6rem;
  }
}
/*cvp　お問い合わせ*/
@media screen and (max-width: 959px) {
  .cvp_contactarea {
    margin: 30px auto 25px;
  }
  .cvp_contactarea .contact_ttl {
    width: 234px;
    margin: 0 auto 10px;
  }
  .cvp_contactarea a.Tel {
    display: block;
    background: rgb(93, 160, 29);
    background: linear-gradient(0deg, rgb(93, 160, 29) 0%, rgb(121, 181, 64) 100%);
    border: 2px solid #60a81d;
    padding: 13px 0 15px;
    margin: 0 auto;
    max-width: 490px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  }
  .cvp_contactarea a.Tel:hover {
    text-decoration: none;
  }
  .cvp_contactarea .tapde {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    line-height: 22px;
    text-align: center;
    color: #fff;
    display: block;
    width: 156px;
    margin: 0 auto;
    left: 10px;
    border-radius: 30px;
    background: #60a81d;
    padding: 0 5px;
    position: relative;
  }
  .cvp_contactarea .tapde img {
    width: 22px;
    height: auto;
    position: absolute;
    top: -5px;
    left: -23px;
  }
  .cvp_contactarea .telnum_img {
    height: 40px;
    width: auto;
    display: block;
    margin: 6px auto 0;
  }
  .cvp_contact_txtset {
    display: block;
    text-align: center;
  }
  .cvp_contactarea .cvp_contact_txt {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    color: #ffea69;
    padding-left: 12px;
    position: relative;
  }
  .cvp_contactarea .cvp_contact_txt::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffea69;
    position: absolute;
    top: 3px;
    left: 0;
  }
  .cvp_contactarea .cvp_contact_txt + .cvp_contact_txt {
    margin-left: 6px;
  }
}
@media screen and (min-width: 960px) {
  .cvp_contactarea {
    background: #f4f4f4;
    padding: 23px 30px;
    margin: 40px 0;
  }
  .cvp_contactarea .tapde {
    display: none;
  }
  .cvp_contact_frame {
    background: #fff;
    border: 2px solid #58a020;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cvp_contactarea .contact_ttl {
    background: #58a020;
    position: relative;
    width: 185px;
    height: 90px;
    padding-top: 20px;
    padding-left: 25px;
    margin: 0 38px 0 0;
  }
  .cvp_contactarea .contact_ttl::before {
    content: "";
    display: inline-block;
    border-left: 12px solid #58a020;
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-right: 45px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .cvp_contactarea .contact_ttl img {
    width: 132px;
    height: 48px;
  }
  .cvp_contactarea a.Tel {
    flex: 1;
    background: #fff;
    pointer-events: none;
    display: flex;
  }
  .cvp_contactarea .telnum_img.pc {
    width: 290px;
    display: block;
  }
  .cvp_contactarea .cvp_contact_txtset {
    display: flex;
    margin-left: 15px;
  }
  .cvp_contactarea .cvp_contact_txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    display: flex;
    align-items: center;
  }
  .cvp_contactarea .cvp_contact_txt::before {
    content: "";
    flex: 0 0 11px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #58a020;
    display: block;
    margin-right: 6px;
  }
}
/*cvp お悩みリスト*/
.cvp_decoration .onayami_list {
  background: url(/souzoku/wp-content/uploads/pinch.png) no-repeat;
  background-size: 120px 120px;
  background-position: right 0 bottom 0;
  max-width: 470px;
  margin: 0 auto 20px;
}
.cvp_decoration .onayami_list li {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  padding-left: 19px;
  width: 45vw;
}
.cvp_decoration .onayami_list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 11px;
  left: 0;
  top: 3px;
  background: url(/souzoku/wp-content/uploads/cvp_pinch_arr.svg) no-repeat;
  background-size: contain;
}
.cvp_decoration .onayami_list li + li {
  margin-top: 13px;
}
.cvp_decoration .onayami_list li:nth-child(2) {
  margin-left: 0.8em;
}
.cvp_decoration .onayami_list li:nth-child(3) {
  margin-left: 1.6em;
}
.cvp_decoration .onayami_list + p {
  text-align: center;
}

@media screen and (min-width: 650px) {
  .cvp_decoration .onayami_list {
    padding: 30px 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .cvp_decoration .onayami_list {
    max-width: 540px;
    background-size: 128px 128px;
  }
  .cvp_decoration .onayami_list li {
    font-size: 1.8rem;
    padding-left: 22px;
    width: auto;
  }
  .cvp_decoration .onayami_list li::before {
    width: 16px;
    height: 13px;
  }
  .cvp_decoration .onayami_list li + li {
    margin-top: 18px;
  }
}
/*cvp 税理士ができる活動*/
.cvp_katsudouarea {
  padding: 38px 0 30px;
  margin-top: 45px;
  text-align: center;
  letter-spacing: 1px;
  background: url(/souzoku/wp-content/uploads/katsudou_bg.jpg) no-repeat;
  background-size: contain;
  background-position: top;
  position: relative;
}
.cvp_katsudouarea::before {
  content: "";
  display: block;
  width: 44px;
  height: 74px;
  background: url(/souzoku/wp-content/uploads/cvp_katsudou_law.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.katsudou_ttl_img {
  height: 19px;
  width: auto;
  display: block;
  margin: auto;
}

.katsudou_txtset {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 20px;
}

.katsudou_txtset_item {
  flex: 0 0 90px;
}

.cvp_latsudou_txt {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  border-bottom: 1px solid #fff;
  width: 240px;
  margin: 0 auto;
  padding: 0 0 3px;
}

@media screen and (min-width: 768px) {
  .cvp_katsudouarea {
    padding: 60px 0 50px;
    margin: 30px auto 0;
    background-size: cover;
  }
  .cvp_katsudouarea::before {
    width: 67px;
    height: 113px;
    top: -18px;
    left: 67%;
  }
  .katsudou_ttl_img {
    height: 27px;
    position: relative;
  }
  .katsudou_txtset {
    margin-bottom: 30px;
  }
  .katsudou_txtset_item {
    margin-top: 15px;
    flex: 0 0 145px;
  }
  .cvp_latsudou_txt {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 960px) {
  .cvp_katsudouarea {
    padding: 80px 0 37px;
  }
}
/* cvp 費用0円 */
.atom_free_fee {
  text-align: center;
  background-color: #f0f9ff;
  padding: 20px;
}
.atom_free_fee .atom_ff_box {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.atom_free_fee .atom_ff_item {
  border-radius: 8px;
  padding: 4px;
  width: 140px;
  background-color: #2a71cb;
}
.atom_free_fee .ff_bg_white {
  background-color: #fff;
  padding: 6px;
  border-radius: 6px 6px 0 0;
}
.atom_free_fee .ff_bg_white img {
  height: 16px;
  width: auto;
}
.atom_free_fee .ff_bg_blgr {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #5a94c7 0%, #4a92d8 50%, #3b87d8 51%, #0f52ba 100%);
  border-radius: 0 0 6px 6px;
}
.atom_free_fee .ff_bg_blgr img {
  height: 40px;
  width: auto;
}
.atom_free_fee .btn {
  border-radius: 30px;
  font-size: 1.4rem;
  width: 100%;
  box-shadow: none;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .atom_free_fee {
    padding: 34px;
  }
  .atom_free_fee .atom_ff_box {
    gap: 34px;
  }
  .atom_free_fee .atom_ff_item {
    padding: 3px;
    width: 190px;
  }
  .atom_free_fee .ff_bg_white {
    padding: 12px;
  }
  .atom_free_fee .ff_bg_white img {
    height: 22px;
  }
  .atom_free_fee .ff_bg_blgr {
    padding: 21px;
  }
  .atom_free_fee .ff_bg_blgr img {
    height: 58px;
  }
  .atom_free_fee .btn {
    border-radius: 30px;
  }
}
/*cvp 選ばれる理由*/
.reason_ttl_arrow {
  font-size: 1.7rem;
  line-height: 1.2;
  color: #235891;
  margin: 35px 0 15px;
  padding-left: 65px;
  position: relative;
}
.reason_ttl_arrow span {
  display: block;
  background: url(/souzoku/wp-content/uploads/deco_flag.svg) no-repeat left;
  background-size: contain;
  width: 57px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 12px;
  padding-left: 11px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.reason_img {
  margin: 0 auto 18px;
}

.cvp_decoration .reason_list {
  margin-bottom: 18px;
}
.cvp_decoration .reason_list li {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  padding-left: 25px;
}
.cvp_decoration .reason_list li::before {
  content: "";
  width: 20px;
  height: 18px;
  background: url(/souzoku/wp-content/uploads/cvp_checkbox.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.cvp_decoration .reason_list li + li {
  margin-top: 7px;
}

.cvp_reason_item + .cvp_reason_item {
  margin-top: 40px;
}
.cvp_reason_item .zu_bengoshi {
  background: #e4f3fd;
  border-radius: 3px;
  padding: 18px 15px 20px;
  text-align: center;
  margin-bottom: 18px;
}
.cvp_reason_item .zu_bengoshi .zu_ttl {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #064461;
  margin-bottom: 12px;
}
.cvp_reason_item .zu_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cvp_reason_item .zu_bengoshi .zu_txt {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  background: #fff;
  border-radius: 5px;
  width: 150px;
  padding: 15px 10px;
}
.cvp_reason_item .zu_tasu {
  width: 24px;
  height: 24px;
  background: #064461;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin: 0 -5px;
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 768px) {
  .reason_ttl_arrow {
    padding-left: 72px;
  }
  .reason_ttl_arrow span {
    width: 64px;
    height: 25px;
    font-size: 1.3rem;
    line-height: 25px;
  }
  .cvp_reason_item .zu_bengoshi {
    padding: 25px;
    margin-bottom: 30px;
  }
  .cvp_reason_item .zu_bengoshi .zu_ttl {
    font-size: 1.8rem;
  }
  .cvp_reason_item .zu_bengoshi .zu_txt {
    font-size: 1.8rem;
    width: 225px;
  }
  .cvp_reason_item .zu_bengoshi .zu_txt br {
    display: inline;
  }
  .cvp_reason_item .zu_tasu {
    font-size: 1.3rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (min-width: 960px) {
  .cvp_reason_item .rside {
    width: 218px;
    float: right;
    margin-left: 25px;
  }
}
/*cvp 5つのメリット*/
.cvp_meritto_item + .cvp_meritto_item {
  margin-top: 20px;
}
.cvp_meritto_item .cvp_meritto_ttl {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 8px;
}

.cvp_meritto_ttl b {
  color: #2873a9;
}
.cvp_meritto_ttl .number {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
  color: #fff;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #2873a9;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.cvp_meritto_item .zu_meritto {
  display: flex;
  justify-content: space-between;
}
.cvp_meritto_item .zu_txt1 {
  padding: 13px 10px;
  background: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.45;
  flex: 1;
  display: flex;
  align-items: center;
}
.cvp_meritto_item .zu_txt2 {
  background: #2873a9;
  border-radius: 5px;
  padding: 13px 10px 13px 25px;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.45;
  color: #fff;
  flex: 1;
  display: flex;
  align-items: center;
}
.cvp_meritto_item .zu_txt2 b {
  color: #f9f56e;
}
.cvp_meritto_item .zu_arr {
  width: 24px;
  margin: 0 -8px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .cvp_meritto_item .cvp_meritto_ttl {
    font-size: 1.8rem;
  }
  .cvp_meritto_item .zu_txt1,
  .cvp_meritto_item .zu_txt2 {
    padding: 19px;
    font-size: 1.7rem;
  }
  .cvp_meritto_item .zu_arr {
    margin: 0 -10px;
  }
}
/*cvp 4つのステップ*/
.cvp_flow_wrap {
  background: #3692d5;
  padding: 35px 15px 40px;
}

.cvp_flow_item {
  background: #fff;
  padding: 20px 28px 17px 38px;
  border-radius: 5px;
  position: relative;
}
.cvp_flow_item .number {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  color: #2873a9;
  width: 46px;
  height: 46px;
  background: #e6edf8;
  border-radius: 50%;
  position: absolute;
  top: -17px;
  left: -8px;
}
.cvp_flow_item .step_ttl {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  color: #2873a9;
  margin: 0 0 5px;
}
.cvp_flow_item .step_txt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 !important;
}
.cvp_flow_item + .cvp_flow_item {
  margin-top: 30px;
  position: relative;
}
.cvp_flow_item + .cvp_flow_item::before {
  content: "";
  width: 30px;
  height: 40px;
  display: block;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/souzoku/wp-content/uploads/cvp_flow_arr.svg) no-repeat;
  background-size: contain;
}

.cvp_flow_txt {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  padding: 20px 10px 0;
}

@media screen and (min-width: 768px) {
  .cvp_flow_wrap {
    padding: 40px 15px 40px;
  }
  .cvp_flow_item {
    max-width: 550px;
    margin: 0 auto;
    padding: 30px 40px;
  }
  .cvp_flow_item .step_ttl {
    font-size: 1.8rem;
  }
  .cvp_flow_item + .cvp_flow_item {
    margin-top: 20px;
  }
  .cvp_flow_item + .cvp_flow_item::before {
    width: 34px;
    height: 44px;
    top: -30px;
    left: 170px;
  }
  .cvp_flow_txt {
    width: 550px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  .cvp_flow_item .step_txt {
    font-size: 1.5rem;
  }
}
/* 事務所概要 */
.cvp_about {
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  width: 600px;
}
.cvp_about th,
.cvp_about td {
  border: 1px solid #e5e5e5;
  padding: 25px 45px;
}
.cvp_about th {
  background: #f2f2f2;
  white-space: nowrap;
}
.cvp_about td {
  padding-left: 20px;
}

@media (max-width: 768px) {
  .cvp_about th,
  .cvp_about td {
    display: block;
    text-align: left;
  }
  .cvp_about th {
    padding: 10px 20px;
  }
  .cvp_about td {
    padding: 15px 20px;
  }
}/*# sourceMappingURL=cvp.css.map */