/*---------------------------
イントロ
---------------------------*/
.intro {
  padding-top: 0.80rem;
}
@media screen and (max-width: 640px) {
  .intro {
    padding-top: 0.30rem;
  }
}

.intro .lead {
  text-align: center;
  font-size: 0.20rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .intro .lead {
    font-size: 0.15rem;
    font-weight: 500;
    text-align: justify;
  }
}

.intro .lead .marker_green {
  background: linear-gradient(transparent 60%, #97d18e 0%);
}
.intro .lead .marker_orange {
  background: linear-gradient(transparent 60%, #f3c27d 0%);
}

/*---------------------------
タブボタン
---------------------------*/
.tab_btn {
  padding-top: 0.50rem;
}

.tab_btn .in {
  max-width: 10.80rem;
  margin: auto;
}

.tab_btn .in .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 640px) {
  .tab_btn .in .list {
    justify-content: space-between;
    padding: 0 0.10rem;
  }
}

.tab_btn .in .list::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.tab_btn.regist .in .list::before {
  background-color: #45B035;
}
.tab_btn.consul .in .list::before {
  background-color: #FC9303;
}

.tab_btn .in .list .tab {
  width: 4.00rem;
  background-color: #FFF;
  text-align: center;
  border-radius: 0.10rem 0.10rem 0 0;
  margin: 0 0.10rem;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .tab_btn .in .list .tab {
    width: 49%;
    box-sizing: border-box;
    margin: 0;
  }
}

.tab_btn .in .list .tab.regist {
  border: 2px solid #45B035;
  border-bottom: 0;
  background-color: #45B035;
}

.tab_btn .in .list .tab.consul {
  border: 2px solid #FC9303;
  border-bottom: 0;
  background-color: #FC9303;
}

.tab_btn .in .list .tab a {
  display: block;
  padding: 0.20rem 0 0.22rem;
  font-size: 0.20rem;
  font-weight: 700;
  color: #FFF;
  border-radius: 0.08rem 0.08rem 0 0;
}
@media screen and (max-width: 640px) {
  .tab_btn .in .list .tab a {
    padding: 0.08rem 0 0.10rem;
    font-size: 0.15rem;
    line-height: 1.5;
    border-radius: 0.06rem 0.06rem 0 0;
  }
}

.tab_btn .in .list .tab.regist a {
  background-color: #45B035;
}
.tab_btn .in .list .tab.consul a {
  background-color: #FC9303;
}

.tab_btn .in .list .tab a:hover {
  padding: 0.24rem 0 0.26rem;
}

.tab_btn .in .list .tab.active {
  z-index: 1;
}

.tab_btn .in .list .tab.active.regist {
  border-color: #45B035;
}
.tab_btn .in .list .tab.active.consul {
  border-color: #FC9303;
}

.tab_btn .in .list .tab.active a {
  background-color: #FFF;
  border-radius: 0.08rem 0.08rem 0 0;
  padding: 0.24rem 0 0.26rem;
}
@media screen and (max-width: 640px) {
  .tab_btn .in .list .tab.active a {
    padding: 0.10rem 0 0.12rem;
  }
}

.tab_btn .in .list .tab.active.regist a {
  color: #45B035;
}
.tab_btn .in .list .tab.active.consul a {
  color: #FC9303;
}

/*---------------------------
コンテンツ
---------------------------*/
.tab_cont_wrap {
  padding-top: 0.50rem;
  display: none;
}

.tab_cont_wrap.active {
  display: block;
}

.tab_cont_wrap .in {
  max-width: 10.80rem;
  margin: auto;
}

.tab_cont_wrap .in .cont_box {
  padding-bottom: 0.80rem;
}

.tab_cont_wrap .in .cont_box .tit {
  font-size: 0.24rem;
  font-weight: 700;
  padding-bottom: 0.15rem;
  margin-bottom: 0.20rem;
}
@media screen and (max-width: 640px) {
  .tab_cont_wrap .in .cont_box .tit {
    font-size: 0.18rem;
    padding-bottom: 0.10rem;
    margin-bottom: 0.10rem;
  }
}

.tab_cont_wrap.regist .in .cont_box .tit {
  border-bottom: 1px solid #45B035;
}
.tab_cont_wrap.consul .in .cont_box .tit {
  border-bottom: 1px solid #FC9303;
}

.tab_cont_wrap.regist .in .cont_box .btn_common a {
  background-color: #45B035;
}
.tab_cont_wrap.consul .in .cont_box .btn_common a {
  background-color: #FC9303;
}

.tab_cont_wrap .in .cont_box .txt {
  font-size: 0.16rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .tab_cont_wrap .in .cont_box .txt {
    font-size: 0.14rem;
  }
  .tab_cont_wrap .in .cont_box .txt.list {
    font-size: 0.12rem;
  }
}

.tab_cont_wrap .in .cont_box .caption {
  font-size: 0.15rem;
  padding-top: 0.20rem;
  line-height: 1.75;
}

.tab_cont_wrap .in .cont_box .caption.red {
  color: #dd0000;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .tab_cont_wrap .in .cont_box .caption {
    font-size: 0.13rem;
    line-height: 1.75;
  }
}

.tab_cont_wrap .in .cont_box .kakomi {
  background-color: #f2f2f2;
  padding: 0.15rem 0.20rem;
  margin: 0.10rem 0;
  border-radius: 0.06rem;
}
@media screen and (max-width: 640px) {
  .tab_cont_wrap .in .cont_box .kakomi .txt {
    line-height: 1.85;
  }
}

.tab_cont_wrap .in .cont_box .txt.need {
  color: red;
  font-weight: 700;
}

.tab_cont_wrap .in .cont_box .btn_common {
  margin: 0.20rem 0 0;
}
@media screen and (max-width: 640px) {
  .tab_cont_wrap .in .cont_box .step_box .btn_common {
    margin: 0.10rem 0 0;
  }
  .tab_cont_wrap .in .cont_box .step_box .btn_common a {
    line-height: 1.3;
    padding: 0.16rem 0;
  }
  .tab_cont_wrap .in .cont_box .btn_common.wide {
    width: 100%;
  }
}


.tab_cont_wrap .in .cont_box .btn_common.auto {
  max-width: fit-content;
}
@media screen and (max-width: 640px) {
  .tab_cont_wrap .in .cont_box .btn_common.auto {
    max-width: 100%;
  }
}

.tab_cont_wrap .in .cont_box .btn_common.auto a {
  padding-left: 0.60rem;
  padding-right: 0.60rem;
}
@media screen and (max-width: 640px) {
  .tab_cont_wrap .in .cont_box .btn_common.auto a {
    padding-left: 0;
    padding-right: 0;
  }
}

.tab_cont_wrap .in .cont_box .step_box {
  padding-bottom: 0.20rem;
}

.tab_cont_wrap .in .cont_box .step_box .step_tit {
  font-size: 0.20rem;
  font-weight: 700;
  padding-bottom: 0.10rem;
  padding-top: 0.20rem;
}
@media screen and (max-width: 640px) {
  .tab_cont_wrap .in .cont_box .step_box .step_tit {
    font-size: 0.16rem;
  }
}

.tab_cont_wrap .in .cont_box .step_box .txt::before {
  content: "●";
  font-size: 0.10rem;
  display: inline-block;
  padding-right: 0.10rem;
  position: relative;
  top: -0.02rem;
}
@media screen and (max-width: 640px) {
  .tab_cont_wrap .in .cont_box .step_box .txt {
    line-height: 1.75;
    padding-bottom: 0.10rem;
    text-indent: -0.12rem;
    margin-left: 0.3rem;
  }
}

.tab_cont_wrap.regist .in .cont_box .step_box .txt::before {
  color: #45B035;
}
.tab_cont_wrap.consul .in .cont_box .step_box .txt::before {
  color: #FC9303;
}

.tab_cont_wrap .in .cont_box .flow_list_wrap {
  display: flex;
  padding: 0.10rem 0 0.20rem;
}
@media screen and (max-width: 640px) {
  .tab_cont_wrap .in .cont_box .flow_list_wrap {
    flex-wrap: wrap;
  }
}

.tab_cont_wrap .in .cont_box .flow_list_wrap .flow_box {
  width: 2.00rem;
  height: 2.00rem;
  background-color: #FA7D91;
  border-radius: 50%;
  position: relative;
  margin-right: 0.50rem;
}
@media screen and (max-width: 640px) {
  .tab_cont_wrap .in .cont_box .flow_list_wrap .flow_box {
    width: 100%;
    height: auto;
    border-radius: 0.06rem;
    margin-right: 0;
    margin-bottom: 0.30rem;
  }
  .tab_cont_wrap .in .cont_box .flow_list_wrap .flow_box:last-child {
    margin-bottom: 0;
  }
}

.tab_cont_wrap.regist .in .cont_box .flow_list_wrap .flow_box {
  background-color: #45B035;
}
.tab_cont_wrap.consul .in .cont_box .flow_list_wrap .flow_box {
  background-color: #FC9303;
}

.tab_cont_wrap .in .cont_box .flow_list_wrap .flow_box::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.15rem solid transparent;
  border-bottom: 0.15rem solid transparent;
  border-left: 0.20rem solid #CCC;
  border-right: 0;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  right: -0.35rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .tab_cont_wrap .in .cont_box .flow_list_wrap .flow_box::after {
    border-right: 0.15rem solid transparent;
    border-left: 0.15rem solid transparent;
    border-top: 0.12rem solid #CCC;
    border-bottom: 0;
    opacity: 0.8;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -0.22rem;
    transform: translateY(0) translateX(-50%);
  }
}

.tab_cont_wrap .in .cont_box .flow_list_wrap .flow_box:last-child::after {
  content: none;
}

.tab_cont_wrap .in .cont_box .flow_list_wrap .flow_box .txt_box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  font-size: 0.20rem;
  line-height: 1.45;
  font-weight: 700;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .tab_cont_wrap .in .cont_box .flow_list_wrap .flow_box .txt_box {
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(0);
    font-size: 0.16rem;
    padding: 0.10rem 0;
  }
}
