@charset "UTF-8";

/**************************************

common

**************************************/

.section_cmn .section_sub {
  font-size: 2.2rem;
  font-weight: 700;
  color: #4A2087;
  margin-bottom: 20px;
}

.page_lead {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 70px;
}

@media screen and (max-width: 760px) {

  .section_cmn .section_sub {
    font-size: 1.6rem;
    margin-bottom: 5%;
  }

  .page_lead {
    font-size: 1.3rem;
    margin: 0 auto 10%;
    text-align: left;
    width: 86%;
  }
}


.pager {
  text-align: center;
  width: 100%;
}

.pager p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}

.pager .no a,
.pager a,
.pager span {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  line-height: 38px;
  background: #FFF;
  border: 1px solid rgba(0,0,0,.1);
  color: #CCC;
  border-radius: 50%;
  font-size: 1.3rem;
}

.pager .no.current a,
.pager .current,
.pager a:hover {
  background: #4A2087;
  border-color: #4A2087;
  color: #FFF;
  opacity: 1;
  border-radius: 50%;
}

.pager .no.current a {
  pointer-events: none;
}

.pager .next a,
.pager .prev a,
.pager a.next,
.pager a.prev {
  position: relative;
  width: 40px;
  height: 40px;
  white-space: nowrap;
  text-indent: 105%;
  overflow: hidden;
  background: none;
  border: none;
}

.pager a.next::after,
.pager a.prev::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #212121;
  border-right: 1px solid #212121;
  top: 15px;
  left: 10px;
  transform: rotate(45deg);
}

.pager a.next:hover::after,
.pager a.prev:hover::after {
  border-color: #4A2087;
}

.pager .arrow.prev a,
.pager a.prev {
  transform: rotate(180deg);
}

@media screen and (max-width: 760px) {
  .pager p {
    margin: 0;
  }

  .pager .no a {
    width: 36px;
    height: 36px;
    line-height: 33px;
  }

  .pager .arrow a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-size: 11px 11px;
  }

  .pager .arrow a::after {
    width: 6px;
    height: 6px;
    top: 15px;
    left: 10px;
  }


}


/**************************************

about

**************************************/

.main_about .container {
  padding-bottom: 0;
}

.main_about .article_h2 {
  margin-bottom: 0;
}

.section_visual {
  padding: 0 0 60px;
  position: relative;
}

.section_visual .inner {
  height: 535px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.section_visual .txt_box {
  flex-basis: 600px;
  min-width: 600px;
}

.section_visual .txt_box .lead {
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.0;
  margin-bottom: 10px;
}

.section_visual .txt_box h2 {
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.section_visual .txt_box h2 em {
  color: #4A2087;
}

.section_visual .ph {
  flex-basis: 45%;
}

.section_visual .nav_box {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 1200px;
  box-sizing: content-box;
  padding: 0 6%;
  margin: 0 auto;
  column-gap: 30px;
}

.section_visual .nav_box .btn {
  flex-basis: 31.5%;
}

.section_visual .nav_box .btn a {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  color: #4A2087;
  font-size: 1.8rem;
  font-weight: 700;
  border: 1px solid #4A2087;
  border-radius: 6px;
  position: relative;
  background: #FFF;
}

.section_visual .nav_box .btn a:hover {
  background: #F4F2F8;
  opacity: 1;
}

.section_visual .nav_box .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #4A2087;
  border-right: 2px solid #4A2087;
  transform: rotate(45deg) translateY(-50%);
}

.section_visual .nav_box .btn.down a::after {
  transform: rotate(135deg) translateY(-50%);
  margin-top: -7px;
}

.section_visual .bg_text_box {
  position: absolute;
  overflow:hidden;
  width: 100%;
  white-space:nowrap;
  color: rgba(0,0,0,.03);
  top: 440px;
  right: 0;
  z-index: -1;
}

@keyframes flowing {
  0% { transform:translateX(0); }
}

.section_visual .bg_text {
  transform:translateX(-100%);
  animation: flowing 20s linear infinite;
}

.section_visual .bg_text span {
  font-size: 16rem;
  line-height: 110px;
  padding: 0 10px;
  font-weight: 300;
}

@media screen and (max-width: 760px) {
  .section_visual {
    padding: 0 0 10%;
  }

  .section_visual .inner {
    height: auto;
    display: block;
    padding: 10% 6% 12%;
  }

  .section_visual .txt_box {
    min-width: auto;
  }

  .section_visual .txt_box .lead {
    font-size: 1.6rem;
    margin-bottom: 1%;
  }

  .section_visual .txt_box h2 {
    font-size: 2.8rem;
  }

  .section_visual .ph {
    flex-basis: 100%;
    margin-top: 8%;
  }

  .section_visual .nav_box {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .section_visual .nav_box .btn {
    flex-basis: 100%;
  }

  .section_visual .nav_box .btn a {
    height: 60px;
    width: 100%;
    font-size: 1.4rem;
    border-radius: 6px;
  }

  .section_visual .nav_box .btn a::after {
    right: 25px;
    width: 6px;
    height: 6px;
  }

  .section_visual .nav_box .btn.down a::after {
    transform: rotate(135deg) translateY(-50%);
    margin-top: -7px;
  }

  .section_visual .bg_text_box {
    top: auto;
    bottom: 220px;
  }

  .section_visual .bg_text {
    animation: flowing 10s linear infinite;
  }

  .section_visual .bg_text span {
    font-size: 10rem;
    line-height: 75px;
    padding: 0 8px;
  }

  .section_about .section_point.section.column .inner {
    padding-bottom: 0;
  }
}

.anc_box {
  padding-top: 105px;
  margin-top: -105px;
}

.section_about .section_funds .content_block {
  display: block;
}

.section_about .section_funds .slick-list {
  width: calc(50% + 50vw);
  overflow: visible;
}

.section_about .section_funds .fund_box {
  width: 360px;
  margin-right: 60px;
}

.section_about .section_funds .slick-dots {
  text-align: left;
  bottom: -66px;
}

@media screen and (max-width: 760px) {
  .anc_box {
    padding-top: 60px;
    margin-top: -60px;
  }

  .section_about .section_funds .slick-list {
    overflow: hidden;
  }

  .section_about .section_funds .fund_box {
    width: 285px;
    margin-right: 20px;
  }

  .section_about .section_funds .slick-dots {
    bottom: -46px;
  }
}


.section_about .section_service {
  padding-top: 120px;
}

.section_service .feature_block {
  margin-top: 80px;
}

.section_service .feature_block h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.section_service .feature_block .feature_box {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.section_service .feature_block .feature_box .box {
  flex-basis: 30%;
  text-align: center;
}

.section_service .feature_block .feature_box .num {
  color: #4A2087;
  opacity: .2;
  font-size: 3.0rem;
  font-weight: 300;
}

.section_service .feature_block .feature_box .catch {
  color: #4A2087;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 10px 0 20px;
}

.section_service .process_block {
  background: none;
  padding: 0;
  margin-top: 80px;
}

.section_service .process_block h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.0;
  margin-bottom: 40px;
}

.section_service .process_block .flow_block {
  display: block;
}

.section_service .process_block .flow_block .col01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 40px;
}

.section_service .process_block .flow_block .flow_box {
  box-shadow: none;
  border: 1px solid rgba(0,0,0,.1);
}

.section_service .process_block .flow_block .col02 {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(0,0,0,.2);
  position: relative;
}

.section_service .process_block .flow_block .col02::before {
  content: "";
  position: absolute;
  background: #FFF;
  width: 60px;
  height: 2px;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.section_service .process_block .flow_block .col02::after {
  content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -4px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #4A2087;
    border-right: 1px solid #4A2087;
    transform: rotate(135deg);
}

.section_service .process_block .flow_block .col02 .flow_box {
  width: 800px;
  padding: 40px 50px 35px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  column-gap: 40px;
  text-align: left;
  border: 1px solid #4A2087;
  background: rgba(74,32,135,.04);
}

.section_service .process_block .flow_block .flow_box:nth-child(1) .icon img {
  width: 34px;
}

.section_service .process_block .flow_block .flow_box:nth-child(2) .icon img {
  width: 64px;
}

.section_service .process_block .flow_block .flow_box:nth-child(3) .icon img {
  width: 38px;
}

.section_service .process_block .flow_block .flow_box:nth-child(4) .icon img {
  width: 52px;
}

.section_service .process_block .flow_block .col02 .flow_box .icon img {
  width: 50px;
}


@media screen and (max-width: 760px) {
  .section_about .section_service {
    padding-top: 15%;
  }

  .section_about.group .section_service .title_box .tit {
    margin-bottom: 8%;
  }

  .section_about.group .section_service .title_box .tit small {
    display: block;
    padding-left: 0;
    margin-top: 3%;
  }

  .section_service .feature_block {
    margin-top: 12%;
  }

  .section_service .feature_block h4 {
    font-size: 1.8rem;
    margin-bottom: 1%;
  }

  .section_service .feature_block .feature_box {
    margin-top: 6%;
    flex-wrap: wrap;
    row-gap: 25px;
    padding: 0 5%;
  }

  .section_service .feature_block .feature_box .box {
    flex-basis: 100%;
  }

  .section_service .feature_block .feature_box .num {
    font-size: 3.0rem;
  }

  .section_service .feature_block .feature_box .catch {
    font-size: 2.2rem;
    margin: 2% 0 4%;
  }

  .section_service .process_block {
    margin-top: 10%;
  }

  .section_service .process_block h4 {
    font-size: 2.0rem;
    margin-bottom: 5%;
  }

  .section_service .process_block .flow_block .col01 {
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 24px;
  }

  .section_service .process_block .flow_block .col02 {
    margin-top: 8%;
    padding-top: 8%;
  }

  .section_service .process_block .flow_block .col02::before {
    width: 60px;
  }

  .section_service .process_block .flow_block .col02::after {
      top: -8px;
      margin-left: -4px;
      width: 10px;
      height: 10px;
  }

  .section_service .process_block .flow_block .col02 .flow_box {
    width: 100%;
    padding: 6% 6% 6% 1%;
    column-gap: 0;
  }

  .section_service .process_block .flow_block .flow_box:nth-child(1) .icon img {
    width: 28px;
  }

  .section_service .process_block .flow_block .flow_box:nth-child(2) .icon img {
    width: 50px;
  }

  .section_service .process_block .flow_block .flow_box:nth-child(3) .icon img {
    width: 30px;
  }

  .section_service .process_block .flow_block .flow_box:nth-child(4) .icon img {
    width: 40px;
  }

  .section_service .process_block .flow_block .col02 .flow_box .icon img {
    width: 40px;
  }
}


.section_about.group .section_point .inner {
  display: block;
}

.section_about.group .section_point .point_block {
  border-top: 1px solid rgba(255,255,255,.6);
  border-left: 1px solid rgba(255,255,255,.6);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section_about.group .section_point .point_block .box {
  flex-basis: 50%;
  border-right: 1px solid rgba(255,255,255,.6);
  display: flex;
  column-gap: 20px;
  padding: 40px;
  align-items: center;
}

.section_about.group .section_point .point_block .icon {
  width: 125px;
  height: 125px;
  position: relative;
}

.section_about.group .section_point .point_block .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_about.group .section_point .point_block .txt_box {
  flex-basis: calc(100% - 145px);
}

.section_about.group .section_point .point_block .box h4 {
  line-height: 1.4;
  margin-bottom: 8px;
}

@media screen and (max-width: 760px) {
  .section_about.group .section_point .title_box {
    margin-bottom: 8%;
  }

  .section_about.group .section_point .title_box .tit small {
    display: block;
    padding-left: 0;
    margin-top: 3%;
  }

  .section_about.group .section_point .point_block .box {
    flex-basis: 100%;
    column-gap: 4%;
    padding: 8% 6%;
  }

  .section_about.group .section_point .point_block .icon {
    width: 60px;
    height: 60px;
  }

  .section_about.group .section_point .point_block .box:nth-child(1) .icon img {
    width: 30px;
  }

  .section_about.group .section_point .point_block .box:nth-child(2) .icon img {
    width: 34px;
  }

  .section_about.group .section_point .point_block .box:nth-child(3) .icon img {
    width: 42px;
  }

  .section_about.group .section_point .point_block .box:nth-child(4) .icon img {
    width: 38px;
  }

  .section_about.group .section_point .point_block .txt_box {
    flex-basis: calc(96% - 60px);
  }

  .section_about.group .section_point .point_block .box h4 {
    margin-bottom: 8px;
  }
}



.section_outline {
  background: #F9F9F9;
  padding: 120px 0;
}

.section_outline .company_info {
  background: #FFF;
  padding: 50px 100px 80px;
  border-radius: 6px;
}

.section_outline .company_info dl {
  border-bottom: 1px solid rgba(0,0,0,.15);
  position: relative;
}

.section_outline .company_info dl::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  height: 1px;
  background: #4A2087;
}

.section_outline .company_info dt {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  padding: 25px 20px;
}

.section_outline .company_info dd {
  width: 78%;
  display: inline-block;
  vertical-align: top;
  padding: 25px 35px;
}

.section_outline .company_info dd a {
  font-weight: 500;
  text-decoration: underline;
  color: #4A2087;
}

@media screen and (max-width: 760px) {
  .section_outline {
    padding: 15% 0;
  }

  .section_about.group .section_outline .title_box {
    margin-bottom: 6%;
  }

  .section_about.group .section_outline .title_box .tit small {
    display: block;
    padding-left: 0;
    margin-top: 3%;
    line-height: 1.4;
  }

  .section_outline .company_info {
    padding: 5% 6% 6%;
  }

  .section_outline .company_info dl {
    padding: 15px 0;
  }

  .section_outline .company_info dt {
    width: 100%;
    padding: 0 5px;
  }

  .section_outline .company_info dd {
    width: 100%;
    padding: 0 5px;
  }

}



/**************************************

beginner

**************************************/

.main_beginner .container {
  padding-bottom: 0;
}

.section_beginner .section_flow {
  background: #F9F9F9;
}

.section_beginner .content_block {
  position: relative;
  font-size: 1.6rem;
  text-align: left;
}

.section_beginner .section_flow .nav_box {
  position: sticky;
  top: 130px;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin-top: 10px;
}

.section_beginner .section_flow .nav_box li {
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.section_beginner .section_flow .nav_box li a {
  padding: 20px 15px;
  position: relative;
  display: block;
}

.section_beginner .section_flow .nav_box li a::after {
  content: "";
  position: absolute;
    top: 44%;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1.6px solid #4A2087;
    border-right: 1.6px solid #4A2087;
    transform: rotate(135deg);
}

.section_beginner .section_flow .content_main .content_box:not(:last-child) {
  margin-bottom: 60px;
}

.section_beginner .section_flow .content_box h4 {
  color: #4A2087;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.0;
  margin-bottom: 40px;
}

.section_beginner .section_flow .content_box h4 small {
  color: #212121;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.0;
  padding-left: 20px;
}

.section_beginner .section_flow .flow_box {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  margin-bottom: 20px;
}

.section_beginner .section_flow .flow_box .box {
  position: relative;
  flex-basis: 120px;
  text-align: center;
}

.section_beginner .section_flow .flow_box .box:not(:last-child):after {
  content: "";
  position: absolute;
    top: 40px;
    right: -15px;
    width: 6px;
    height: 6px;
    border-top: 1.6px solid #4A2087;
    border-right: 1.6px solid #4A2087;
    transform: rotate(45deg) translateY(-50%);
}

.section_beginner .section_flow .flow_box .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  background: rgba(74,32,135,.08);
  position: relative;
}

.section_beginner .section_flow .flow_box .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_beginner .section_flow .flow_box .box:nth-child(1) .icon img,
.section_beginner .section_flow .flow_box .box:nth-child(2) .icon img {
  width: 30px;
}

.section_beginner .section_flow .flow_box .box:nth-child(3) .icon img {
  width: 32px;
}

.section_beginner .section_flow .flow_box .box:nth-child(4) .icon img {
  width: 28px;
}

.section_beginner .section_flow.investment .flow_box .box:nth-child(1) .icon img{
  width: 30px;
}

.section_beginner .section_flow.investment .flow_box .box:nth-child(2) .icon img {
  width: 22px;
}

.section_beginner .section_flow.investment .flow_box .box:nth-child(3) .icon img {
  width: 26px;
}

.section_beginner .section_flow.investment .flow_box .box:nth-child(4) .icon img {
  width: 31px;
}

.section_beginner .section_flow.investment .flow_box .box:nth-child(5) .icon img {
  width: 33px;
}

.section_beginner .section_flow .flow_box .num {
  color: #4A2087;
  font-size: 1.1rem;
  margin: 10px 0;
}

.section_beginner .section_flow .flow_box .catch {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.0;
  word-break: keep-all;
  line-height: 1.32;
}

.section_beginner .section_flow.investment .flow_box .catch.col02 {
  padding: 10px 0;
}

.section_beginner .section_flow .flow_box .phrase {
  position: absolute;
  bottom: -65px;
  left: -100px;
  padding: 27px 15px 14px;
  background: url(../img_b/beginner/phrase.svg) top center no-repeat;
  background-size: 100% auto;
  width: 224px;
  height: 86px;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.6;
}

.section_beginner .section_flow .flow_box .phrase em {
  font-weight: 700;
}

.section_beginner .section_flow.investment .flow_box + .notice {
  padding-left: 300px;
}

.section_beginner .section_flow .notice {
  font-size: 1.0rem;
  line-height: 1.8;
  text-align: center;
}

.section_beginner .section_flow .detail_box {
  margin-top: 40px;
  position: relative;
}

.section_beginner .section_flow .detail_box::after {
  content: "";
  position: absolute;
  z-index: 9;
  top: 26px;
  left: 40px;
  width: 1px;
  height: 100%;
  background: #E9E4F1;
}

.section_beginner .section_flow .detail_box .box {
  display: flex;
  column-gap: 20px;
  flex-wrap: nowrap;
  align-items: flex-start;
  position: relative;
}

.section_beginner .section_flow .detail_box .box:last-child::after {
  content: "";
  position: absolute;
  z-index: 99;
  top: 26px;
  left: 40px;
  width: 1px;
  height: 100%;
  background: #FFF;
}

.section_beginner .section_flow .detail_box .box:not(:last-child) {
  margin-bottom: 40px;
}

.section_beginner .section_flow .detail_box .num {
  flex-basis: 82px;
  color: #4A2087;
  background: #E9E4F1;
  border-radius: 20px;
  line-height: 26px;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
  z-index: 999;
}

.section_beginner .section_flow .detail_box .detail {
  flex-basis: calc(100% - 100px);
  font-size: 1.8rem;
}

.section_beginner .section_flow h5 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.0;
  margin-bottom: 12px;
}

.section_beginner .section_flow h6 {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.0;
  color: #4A2087;
  border-bottom: 1px solid #4A2087;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.section_beginner .section_flow .caution em {
  font-weight: 700;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 5px;
}

.section_beginner .section_flow .caution em:first-child {
  margin-top: 0;
}

.section_beginner .section_flow .sub_catch {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.0;
  margin: 25px 0 15px;
  color: #4A2087;
}

.section_beginner .section_flow .detail_box .txt {
  line-height: 1.6;
}

.section_beginner .section_flow .detail_box em {
  color: #A41637;
}

.section_beginner .section_flow .detail_box .notice {
  margin-top: 10px;
  font-size: 1.3rem;
  opacity: .6;
  line-height: 1.6;
  text-align: left;
}

.section_beginner .section_flow .confirm_box {
  display: flex;
  column-gap: 20px;
  margin-top: 30px;
}

.section_beginner .section_flow .confirm_box .inner_box {
  border: 1px solid rgba(0,0,0,.2);
  flex-basis: 48%;
  padding: 20px;
  text-align: center;
  font-size: 1.6rem;
}

.section_beginner .section_flow .confirm_box .inner_box.rec {
  border: 1px solid #4A2087;
  background: rgba(74,32,135,.04);
  position: relative;
}

.section_beginner .section_flow .confirm_box .inner_box .icon {
  position: absolute;
  top: -10px;
  left: -10px;
  line-height: 27px;
  color: #FFF;
  background: #4A2087;
  border-radius: 20px;
  font-size: 1.3rem;
  font-weight: 700;
  width: 80px;
}

.section_beginner .section_flow .confirm_box .inner_box .catch {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}

.section_beginner .section_flow .confirm_box .inner_box.rec .catch {
  color: #4A2087;
}

.section_beginner .section_flow .confirm_box .inner_box .catch small {
  font-size: 1.5rem;
}

.section_beginner .section_flow .content_box > .box {
  margin-top: 40px;
  line-height: 1.6;
}

.section_beginner .section_flow .content_box .list {
  margin: 15px 0;
}

.section_beginner .section_flow .content_box .list li {
  padding-left: 25px;
  position: relative;
  line-height: 1.6;
  margin-bottom: 6px;
}

.section_beginner .section_flow .content_box .list li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #4A2087;
}

.section_beginner .section_flow .case_box {
  font-size: 1.6rem;
  margin-top: 20px;
}

.section_beginner .section_flow .case_box .inner_box:not(:last-child) {
  margin-bottom: 20px;
}

.section_beginner .section_flow .case_box .catch {
  font-size: 1.8rem;
  font-weight: 600;
  color: #4A2087;
}

.section_beginner .section_flow .point_box .box {
  border: 1px solid rgba(0,0,0,.1);
  padding: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.section_beginner .section_flow .point_box .box:not(:last-child) {
  margin-bottom: 20px;
}

.section_beginner .section_flow .point_box .box .icon {
  width: 100px;
  height: 100px;
  position: relative;
  flex-basis: 100px;
}

.section_beginner .section_flow .point_box .box .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.section_beginner .section_flow .point_box .txt_box {
  flex-basis: calc(100% - 120px);
}

.section_beginner .section_flow .point_box .num {
  color: #4A2087;
  font-size: 1.2rem;
}

.section_beginner .section_flow .point_box .catch {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.0;
  margin: 10px 0 15px;
}

.section_beginner .section_flow .point_box .txt {
  font-size: 1.6rem;
  line-height: 1.6;
  opacity: .6;
}

.section_beginner .section_flow .point_box .txt {
  font-size: 1.6rem;
  line-height: 1.6;
  opacity: .6;
}

@media screen and (max-width: 760px) {

  .section_beginner .section_visual .ph {
    margin: 8% auto 0;
    width: 60%;
  }

  .section_beginner .section_flow .inner {
    padding-bottom: 0;
  }

  .section_beginner .section_flow .nav_box {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    margin-top: 10px;
  }

  .section_beginner .section_flow .nav_box li a {
    padding: 3% 2%;
  }

  .section_beginner .section_flow .nav_box li a::after {
      top: 44%;
      right: 3%;
  }

  .section_beginner .section_flow .content_main {
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .section_beginner .section_flow .content_main .content_box:not(:last-child) {
    margin-bottom: 5%;
  }

  .section_beginner .section_flow .content_box h4 {
    font-size: 2.0rem;
    margin-bottom: 6%;
  }

  .section_beginner .section_flow .content_box h4 small {
    font-size: 1.0rem;
    padding-left: 4%;
  }

  .section_beginner .section_flow .flow_box {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    margin-bottom: 4%;
  }

  .section_beginner.investment .section_flow .flow_box {
    overflow-x: scroll;
    overflow-y: auto;
    overscroll-behavior: contain;
    height: 188px;
    margin-bottom: 4%;
  }

  .section_beginner .section_flow .flow_box .box {
    flex-basis: 80px;
    word-break: keep-all;
  }

  .section_beginner .section_flow .flow_box .box:not(:last-child):after {
      top: 30px;
      right: -10px;
      width: 6px;
      height: 6px;
  }

  .section_beginner .section_flow .flow_box .icon {
    width: 60px;
    height: 60px;
  }

  .section_beginner .section_flow .flow_box .box:nth-child(1) .icon img,
  .section_beginner .section_flow .flow_box .box:nth-child(2) .icon img {
    width: 22px;
  }

  .section_beginner .section_flow .flow_box .box:nth-child(3) .icon img {
    width: 24px;
  }

  .section_beginner .section_flow .flow_box .box:nth-child(4) .icon img {
    width: 21px;
  }

  .section_beginner .section_flow.investment .flow_box .box:nth-child(1) .icon img{
    width: 22px;
  }

  .section_beginner .section_flow.investment .flow_box .box:nth-child(2) .icon img {
    width: 17px;
  }

  .section_beginner .section_flow.investment .flow_box .box:nth-child(3) .icon img {
    width: 20px;
  }

  .section_beginner .section_flow.investment .flow_box .box:nth-child(4) .icon img {
    width: 23px;
  }

  .section_beginner .section_flow.investment .flow_box .box:nth-child(5) .icon img {
    width: 24px;
  }

  .section_beginner .section_flow .flow_box .num {
    font-size: 0.9rem;
    margin: 10% 0 8%;
  }

  .section_beginner .section_flow .flow_box .catch {
    font-size: 1.2rem;
  }

  .section_beginner .section_flow.investment .flow_box .catch.col02 {
    padding: 6px 0;
  }

  .section_beginner .section_flow .flow_box .phrase {
    bottom: -75px;
    left: -80px;
    padding: 23px 10px 12px;
    width: 186px;
    height: 72px;
    font-size: 1.2rem;
  }

  .section_beginner .section_flow.investment .flow_box + .notice {
    padding-left: 0;
  }

  .section_beginner .section_flow .notice {
    font-size: 1.1rem;
  }

  .section_beginner .section_flow .detail_box {
    margin-top: 8%;
  }

  .section_beginner .section_flow .detail_box .box {
    column-gap: 0;
    row-gap: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .section_beginner .section_flow .detail_box::after,
  .section_beginner .section_flow .detail_box .box:last-child::after {
    top: 22px;
    left: 10px;
  }

  .section_beginner .section_flow .detail_box .box:not(:last-child) {
    margin-bottom: 20px;
  }

  .section_beginner .section_flow .detail_box .num {
    flex-basis: 60px;
    line-height: 22px;
    font-size: 1.0rem;
  }

  .section_beginner .section_flow .detail_box .detail {
    flex-basis: 100%;
    padding-left: 25px;
  }

  .section_beginner .section_flow h5 {
    font-size: 1.6rem;
    margin-bottom: 3%;
    line-height: 1.4;
  }

  .section_beginner .section_flow h6 {
    font-size: 1.6rem;
    padding-bottom: 2%;
    margin-bottom: 3%;
    margin-top: 5%;
  }

  .section_beginner .section_flow .detail_box .detail {
    font-size: 1.3rem;
  }

  .section_beginner .section_flow .detail_box .notice {
    margin-top: 2%;
    font-size: 1.0rem;
  }

  .section_beginner .section_flow .confirm_box {
    display: block;
    margin-top: 8%;
  }

  .section_beginner .section_flow .confirm_box .inner_box {
    padding: 6%;
    font-size: 1.3rem;
    margin-top: 3%;
  }

  .section_beginner .section_flow .confirm_box .inner_box .icon {
    top: -11px;
    left: -8px;
    line-height: 22px;
    font-size: 1.1rem;
    width: 72px;
  }

  .section_beginner .section_flow .confirm_box .inner_box .catch {
    font-size: 1.6rem;
    margin-bottom: 3%;
  }

  .section_beginner .section_flow .confirm_box .inner_box .catch small {
    font-size: 1.2rem;
  }

  .section_beginner .section_flow .content_box > .box {
    margin-top: 10%;
  }

  .section_beginner .section_flow .content_box .list {
    margin: 4% 0;
  }

  .section_beginner .section_flow .content_box .list li {
    padding-left: 20px;
    margin-bottom: 1%;
  }

  .section_beginner .section_flow .content_box .list li::before {
    top: 4px;
    width: 14px;
    height: 14px;
  }

  .section_beginner .section_flow .case_box {
    font-size: 1.3rem;
    margin-top: 4%;
  }

  .section_beginner .section_flow .case_box .inner_box:not(:last-child) {
    margin-bottom: 4%;
  }

  .section_beginner .section_flow .case_box .catch {
    font-size: 1.4rem;
  }

  .section_beginner .section_flow .point_box .box {
    padding: 6%;
    display: block;
  }

  .section_beginner .section_flow .point_box .box:not(:last-child) {
    margin-bottom: 4%;
  }

  .section_beginner .section_flow .point_box .box .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 5%;
  }

  .section_beginner .section_flow .point_box .box:nth-child(1) .icon img {
    width: 30px;
  }
  .section_beginner .section_flow .point_box .box:nth-child(2) .icon img {
    width: 36px;
  }
  .section_beginner .section_flow .point_box .box:nth-child(3) .icon img {
    width: 28px;
  }

  .section_beginner .section_flow .point_box .num {
    font-size: 1.0rem;
    text-align: center;
  }

  .section_beginner .section_flow .point_box .catch {
    font-size: 1.8rem;
    margin: 3% 0 4%;
    text-align: center;
  }

  .section_beginner .section_flow .point_box .txt {
    font-size: 1.4rem;
  }

}



/**************************************

news

**************************************/

.section_news.section_low {
  position: relative;
  background: none;
  padding: 0;
}

.section_news h3.category_tit {
  font-size: 2.6rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  position: relative;
  text-align: left;
}

.section_news h3.category_tit span {
  font-size: 1.4rem;
  color: #4A2087;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  margin-top: -5px;
}

.section_news h3.category_tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100px;
  height: 1px;
  background: #4A2087;
}

.section_news .news_list {
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 4%;
}

.section_news .news_list .box {
  margin-bottom: 50px;
}


@media screen and (max-width: 760px) {

  .section_news h3.category_tit {
    font-size: 1.6rem;
    padding-bottom: 4%;
    margin-bottom: 8%;
  }

  .section_news h3.category_tit span {
    font-size: 1.1rem;
    padding-right: 3%;
    margin-top: -5px;
  }

  .section_news h3.category_tit::after {
    width: 80px;
  }

  .section_news .news_list {
    padding-bottom: 0;
  }

  .section_news .news_list .box {
    margin-bottom: 8%;
    padding-right: 0;
  }

}


/* detail
--------------------------------------------------*/

.section_news.detail {
  padding-top: 100px;
  padding-bottom: 0;
}

.section_news .detail_box .head_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.section_news .detail_box .head_box .main_ph {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
  background: #f0f0f0;
  aspect-ratio: 8 / 5;
}

.section_news .detail_box .head_box .main_ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_news .detail_box .head_box .info {
  width: calc(50% - 70px);
}

.section_news .detail_box .date {
  opacity: .6;
  font-size: 1.4rem;
  background: url(../img_b/cmn/icon_date.svg) center left no-repeat;
  background-size: 18px auto;
}

.section_news .detail_box h3.tit {
  line-height: 1.4;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.section_news .detail_box .icon li {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  font-size: 1.4rem;
  color: #FFF;
  background: #4A2087;
  padding: 0 10px;
  text-align: center;
  border-radius: 15px;
}

.system_article {
  font-size: 1.8rem;
  line-height: 2.0;
  padding: 50px 8%;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.section_document .system_article {
  border-top: none;
}

.system_article h1 {
  font-size: 3.0rem;
  color: #FFF;
  background: #4A2087;
  border-radius: 4px;
  font-weight: 700;
  padding: 8px 20px 10px;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 40px;
}

.system_article h2 {
  font-size: 2.8rem;
  color: #4A2087;
  font-weight: 700;
  border-bottom: 2px solid rgba(0,0,0,.1);
  line-height: 1.6;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 40px;
  position: relative;
}

.system_article h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 120px;
  height: 2px;
  background: #4A2087;
}

.system_article h3 {
  font-size: 2.4rem;
  background: rgba(74,32,135,.06);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 30px;
  border-radius: 4px;
  padding: 8px 20px 12px;
}

.system_article h4 {
  font-size: 2.0rem;
  font-weight: 700;
  border-bottom: 1px solid #000;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 10px 6px;
}

.system_article .table_box dl {
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 30px 10px;
}

.system_article .table_box dt {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #4A2087;
}

.system_article .table_box dd {
  width: 78%;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 1.4rem;
}

.system_article ul {
  margin: 30px 15px;
}

.system_article ol {
  counter-reset: li_count;
  margin: 30px 30px;
}

.system_article li {
  margin: 15px 0;
}

.system_article ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #4A2087;
  display: inline-block;
  position: relative;
  margin-right: 7px;
}

.system_article ol li::marker {
  color: #4A2087;
  margin-right: 7px;
  font-weight: bold;
}

.system_article a {
  text-decoration: underline;
  color: #4A2087;
  font-weight: bold;
}

.system_article strong,
.system_article b {
  font-weight: bold;
}

.system_article table {
  margin: 40px 0;
  max-width: 100%;
}

.system_article table th,
.system_article table td {
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 10px 20px;
}

.system_article table th {
  border-bottom: 1px solid #4A2087;
  padding: 10px 20px;
  font-weight: bold;
}

.system_article blockquote {
  background: #F9F9F9;
  margin: 50px 0;
  padding: 25px 30px;
  position: relative;
}

.system_article blockquote::before {
  display: inline-block;
    position: absolute;
    top: -10px;
    left: 10px;
    width: 25px;
    height: 25px;
    content: "";
    background: url(../img_b/common/icon_quote.svg) top center no-repeat;
    background-size: cover;
    line-height: 1;
    font-weight: 900;
    opacity: .3;
}

.system_article blockquote cite {
  opacity: .6;
  font-size: 12px;
  font-style: normal;
}

.system_article .wp-block-image {
  margin: 20px 0;
}

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

.system_article .wp-block-button {
  margin: 30px 0;
}

.system_article .wp-block-button a {
  color: #FFF;
  background: #000;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  padding: 8px 45px;
  border-radius: 4px;
}

.system_article .wp-block-button a::after {
  content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    top: 18px;
    right: 15px;
    transform: rotate(45deg);
}

.category_block {
  margin-top: 100px;
  display: flex;
  border-bottom: 2px solid rgba(0,0,0,.1);
  margin-bottom: 60px;
  position: relative;
  padding: 0 10px 40px;
}

.category_block::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 140px;
  height: 2px;
  background: #4A2087;
}

.category_block h3 {
  font-size: 1.3rem;
  opacity: .3;
  width: 140px;
  line-height: 40px;
}

.category_block .category_box {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 140px);
}

.category_block .category_box li {
  width: 180px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}

.category_block .category_box li a {
  line-height: 40px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 20px;
  display: block;
  background: #FFF;
}

.category_block .category_box li a::before {
  content: "#";
}

.section_news.detail .btn_more {
  text-align: left;
}

.section_news.other_news {
  padding-top: 60px;
  padding-bottom: 0;
}

@media screen and (max-width: 760px) {
  .section_news.detail {
    padding: 5% 6% 0;
  }

  .section_news.detail .inner {
    padding: 0;
  }

  .section_news .detail_box .head_box {
    flex-wrap: wrap;
    padding-bottom: 10%;
    margin-bottom: 10%;
    border-bottom: 1px solid rgba(0,0,0,.1);
  }

  .section_news .detail_box .head_box .main_ph {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 5%;
  }

  .section_news .detail_box .head_box .info {
    width: 100%;
  }

  .section_news .detail_box .date {
    font-size: 1.2rem;
  }

  .section_news .detail_box h3.tit {
    font-size: 2.2rem;
    margin-bottom: 0;
    line-height: 1.4;
  }

  .section_news .detail_box .icon li {
    line-height: 24px;
    font-size: 1.3rem;
    padding: 0 10px;
  }

  .system_article {
    line-height: 1.8;
    font-size: 1.4rem;
    padding: 0 1% 8%;
    border-top: none;
    word-break: break-all;
  }

  .system_article h1 {
    font-size: 1.8rem;
    padding: 3% 5%;
    margin-bottom: 5%;
    margin-top: 10%;
    line-height: 1.4;
  }

  .system_article h2 {
    font-size: 1.6rem;
    padding-bottom: 3%;
    margin-bottom: 5%;
    margin-top: 10%;
    line-height: 1.4;
  }

  .system_article h3 {
    font-size: 1.4rem;
    margin-bottom: 5%;
    margin-top: 8%;
    line-height: 1.4;
    padding: 3% 5%;
  }

  .system_article h4 {
    font-size: 1.3rem;
    margin-bottom: 5%;
    margin-top: 5%;
    line-height: 1.4;
    padding: 0 2% 3%;
  }

  .system_article .table_box dl {
    padding: 30px 10px;
  }

  .system_article .table_box dt {
    font-size: 1.3rem;
  }

  .system_article .table_box dd {
    font-size: 1.3rem;
  }

  .system_article ul {
    margin: 5% 3%;
    font-size: 1.3rem;
  }

  .system_article ol {
    margin: 5% 3% 5% 8%;
    font-size: 1.3rem;
  }

  .system_article ul li::before {
    width: 8px;
    height: 8px;
    margin-right: 7px;
  }

  .system_article ol li::marker {
    margin-right: 7px;
    font-size: 1.4rem;
  }

  .system_article table {
    margin: 6% 0;
    max-width: 100%;
  }

  .system_article table th,
  .system_article table td {
    padding: 2% 4%;
  }

  .system_article table th {
    padding: 2% 4%;
  }

  .system_article blockquote {
    margin: 6% 0;
    padding: 3% 5%;
  }

  .system_article blockquote::before {
      top: -10px;
      left: 10px;
      width: 25px;
      height: 25px;
  }

  .system_article blockquote cite {
    font-size: 1.0rem;
  }

  .system_article .wp-block-image {
    margin: 5% 0;
  }

  .system_article .wp-block-button {
    margin: 5% 0;
  }

  .system_article .wp-block-button a {
    font-size: 1.3rem;
    padding: 2% 5%;
  }

  .system_article .wp-block-button a::after {
      width: 4px;
      height: 4px;
      top: 18px;
      right: 15px;
  }

  .category_block {
    margin: 10% 3% 8%;
    padding: 0 2% 6%;
  }

  .category_block::after {
    width: 80px;
  }

  .category_block h3 {
    font-size: .9rem;
    width: 75px;
    line-height: 40px;
  }

  .category_block .category_box {
    width: calc(100% - 75px);
  }

  .category_block .category_box li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  .category_block .category_box li a {
    line-height: 30px;
    font-size: 1.2rem;
  }

  .section_news.detail .inner .btn_more {
    padding: 0 3%;
    margin-top: 8%;
  }

  .system_article .table_box {
    white-space: nowrap;
    overflow-x: scroll;
  }

  .system_article table {
    margin: 0 0;
    max-width: none;
  }
}


/**************************************

company

**************************************/

.section_company {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.6rem;
  padding: 0;
}

.section_company.section_faq {
  background: none;
}

.section_company h2 {
  margin: 2.5em 0 1em;
  font-size: 28px;
  font-weight: 700;
}

@media screen and (max-width: 760px) {
  .section_company {
    width: 100%;
    font-size: 1.3rem;
    padding: 0 6%;
  }

  .section_company h2 {
    font-size: 18px;
    margin: 0 0 8%;
    line-height: 1.4;
  }

}

.company-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2em 0;
}

.company-detail th, .company-detail td {
  padding: 8px;
  font-size: 14px;
  vertical-align: top;
}

.company-detail th {
  white-space: nowrap;
  vertical-align: top;
}

.section_company iframe {
  height: 400px;
}

@media (max-width: 760px) {
  .company-detail tr, .company-detail th, .company-detail td {
    display: block;
    padding: 0;
  }
  .company-detail tr {
    margin-bottom: 1.5em;
  }
  .company-detail td {
    padding-left: 1em;
  }

  .section_company iframe {
    height: 250px;
  }
}

.section_company figure {
  margin: 0;
}

.company-map iframe {
  width: 100%;
  height: 400px;
}

@media (max-width: 760px) {
  .company-map iframe {
    height: 160px;
  }
}


/**************************************

policy

**************************************/

.section_policy {
  width: 1070px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.6rem;
  padding-bottom: 150px;
}

.section_policy .policy_box:not(:last-child) {
  margin-bottom: 60px;
}

.section_policy .box {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section_policy h3 {
  font-size: 2.4rem;
  color: #4A2087;
  font-weight: 700;
  border-bottom: 2px solid #4A2087;
  line-height: 1.6;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.section_policy h4 {
  font-size: 2.0rem;
  color: #4A2087;
  font-weight: 700;
}

@media screen and (max-width: 760px) {
  .section_policy {
    width: 86%;
    font-size: 1.3rem;
    padding-bottom: 15%;
  }

  .section_policy .policy_box:not(:last-child) {
    margin-bottom: 10%;
  }

  .section_policy .box {
    margin-top: 8%;
    margin-bottom: 8%;
  }

  .section_policy h3 {
    font-size: 1.8rem;
    padding-bottom: 2%;
    margin-bottom: 4%;
  }

  .section_policy h4 {
    font-size: 1.6rem;
    margin-bottom: 2%;
    line-height: 1.4;
  }
}


/**************************************

contact

**************************************/

.contact-form dl > div {
  margin-bottom: 2.5em;
}

.contact-form dl > div input,
.contact-form dl > div textarea {
  padding: 12px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  outline: none;
  border-radius: 4px;
}

.contact-form dl > div input ::-webkit-input-placeholder,
.contact-form dl > div textarea ::-webkit-input-placeholder {
  color: #909090;
}

.contact-form dl > div input ::-moz-placeholder,
.contact-form dl > div textarea ::-moz-placeholder {
  color: #909090;
}

.contact-form dl > div input :-ms-input-placeholder,
.contact-form dl > div textarea :-ms-input-placeholder {
  color: #909090;
}

.contact-form dl > div input ::-ms-input-placeholder,
.contact-form dl > div textarea ::-ms-input-placeholder {
  color: #909090;
}

.contact-form dl > div input ::placeholder,
.contact-form dl > div textarea ::placeholder {
  color: #909090;
}

.link-list li {
  position: relative;
  margin: 0 0 0;
  padding: 0 0 0 16px;
}

.link-list li > a {
  color: #4A2087;
}

.link-list li > a:hover {
  opacity: 0.5;
  text-decoration: underline;
}

.link-list li > a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  display: inline-block;
  border: solid 5px transparent;
  border-left-color: #4A2087;
  margin-right: 6px;
}

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
}


.flex-list > div {
  width: 100%;
}

.btn-std,
input.btn-std {
  background: #4A2087;
  color: white;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 1em;
  cursor: pointer;
  width: 400px;
  border: none;
  border-radius: 30px;
}

.btn-wire,
input.btn-wire {
  background: #FFF;
  color: #4A2087;
  border: 1px solid #4A2087;
  border-radius: 30px;
  font-weight: 700;
}

.btn-std:hover,
input.btn-std:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .contact-form dl > div {
      margin-bottom: 2em;
  }
  .contact-form dl > div input,
  .contact-form dl > div textarea {
      width: 100%;
  }
  .contact-form .contact-form-name dd:not(:last-child) {
      margin-right: 0;
  }

  .btn-std,
  input.btn-std {
    font-size: 16px;
    padding: 15px 1em;
    width: 100%;
  }
}

.contact-form-name dd:not(:last-child) {
  margin-right: 24px;
}

@media (max-width: 768px) {
  .contact-form-name dd:not(:last-child) {
      margin-right: 0;
  }
}

.contact-form-mail input {
  width: 100%;
  max-width: 540px;
}

.contact-form-comment textarea {
  width: 100%;
}

.contact-submit-txt ul {
  padding: 0;
}

.contact-submit-txt ul li::marker {
  content: none;
}

.contact-submit-btn {
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 768px) {
  .contact-submit-btn {
      margin-top: 6%;
  }
}

/* confirm
----------------------------------------------- */
.contact-confirm dt {
  margin-bottom: 0.5em;
  font-weight: bold;
}

@media (max-width: 768px) {
  .contact-confirm .contact-form-name {
      margin-right: 0;
  }
  .contact-confirm .contact-form-name dd:not(:last-child) {
      margin-right: 1em;
  }
  .contact-confirm .contact-form-name .flex-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
}

.contact-confirm-btn {
  margin-top: 80px;
}

.contact-confirm-btn input:not(:last-child) {
  margin-right: 24px;
}

@media (max-width: 768px) {
  .contact-confirm-btn {
      margin-top: 40px;
      text-align: center;
  }
  .contact-confirm-btn input:not(:last-child) {
      margin-right: 0;
  }
}

.box-submit {
  padding-top: 0;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.box-submit .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0;
}

.box-submit .btn-list li {
  float: none;
}

.sign-up .box-normal {
  padding: 16px;
}

main > section.procedure {
  padding: 0;
}

.procedure.forms dl,
.procedure.sign-up dl {
  padding: 0;
}

.procedure.forms .btn-list,
.procedure.sign-up .btn-list {
  width: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.procedure .form-btns a {
  text-decoration: none;
}
