@charset "UTF-8";

/* ********** SMART RISK  ********** */

section#smartrisk {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section#smartrisk .fixed_box_wrap {
  right: 330px;
}

@media screen and (max-width: 1100px) {
  section#smartrisk .fixed_box_wrap {
    right: 10px;
  }
}

section#smartrisk .mainColumn {
  width: calc(100% - 320px);
  overflow: hidden;
}

section#smartrisk .sideColumn {
  width: 320px;
  padding: 20px;
  background: #eaeffb;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}

section#smartrisk .sideColumn .sticky {
  position: sticky;
  top: 100px;
  left: 0;
}

section#smartrisk .sideColumn h3 {
  margin: 0 0 10px 0;
  padding: 8px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  background: #236cd5;
}

section#smartrisk .sideColumn h3 span {
  font-size: 18px;
  font-weight: 700;
}

section#smartrisk .sideColumn iframe {
  width: 100%;
  height: calc(100vh - 150px);
  overflow: hidden;
  display: block;
}

section#smartrisk .sp_button {
  display: none;
}

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

  section#smartrisk .mainColumn {
    width: 100%;
  }

  section#smartrisk .sideColumn {
    display: none;
  }

  section#smartrisk .sp_button {
    width: 100%;
    background: #fff;
    position: sticky;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 50;
  }

  section#smartrisk .sp_button a {
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background: #2a62d3;
    display: block;
  }

}

section#smartrisk .visual {
  padding: 40px 5%;
}

section#smartrisk .visual .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

section#smartrisk .visual .box {
  width: 57%;
}

section#smartrisk .visual .box .txt {
  display: flex;
  align-items: center;
}

section#smartrisk .visual .box .txt p {
  padding: 0 7px;
  color: #236cd5;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
}

section#smartrisk .visual .box .txt::before {
  content: "";
  margin: 3px 0 0 0;
  width: 1.8px;
  height: 17px;
  background: #236cd5;
  transform: rotate(-30deg);
}

section#smartrisk .visual .box .txt::after {
  content: "";
  margin: 3px 0 0 0;
  width: 1.8px;
  height: 17px;
  background: #236cd5;
  transform: rotate(30deg);
}

section#smartrisk .visual .box h1 {
  margin: 20px 0 0 0;
  font-weight: 700;
  container-type: inline-size;
  line-height: 1.2;
}

section#smartrisk .visual .box h1 span.sub {
  font-size: 30px;
  font-size: 5.5cqw;
  font-weight: 700;
  display: block;
}
section#smartrisk .visual .box h1 span.ttl {
  font-size: 10.5cqw;
  font-weight: 600;
  display: block;
}

section#smartrisk .visual .box .apply_pc {
  width: 420px;
  max-width: 80%;
  margin: 30px 0 0 0;
  padding: 12px;
  color: #fff;
  background: #236cd5 url(../images/smartrisk/arrow.jpg) no-repeat right -0.5px center / auto 100%;
  container-type: inline-size;
}

section#smartrisk .visual .box .apply_pc p {
  font-size: 3.2cqw;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

section#smartrisk .visual .box .apply_pc p strong {
  margin: 0 10px 0 0;
  padding: 4px 5px 2px;
  color: #236cd5;
  font-size: 6cqw;
  background: #fff;
  border-radius: 3px;
}

section#smartrisk .visual .box .apply_pc p span {
  font-size: 8.6cqw;
  font-weight: 700;
}

section#smartrisk .visual .box .apply_tbl {
  display: none;
}

section#smartrisk .visual .apply_sp {
  display: none;
}

section#smartrisk .visual .image {
  width: 43%;
  padding: 40px 0 0 0;
}

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

  section#smartrisk .visual .box .apply_pc {
    display: none;
  }

  section#smartrisk .visual .box .apply_tbl {
    width: 400px;
    max-width: 70%;
    margin: 20px 0 0 0;
    display: block;
    container-type: inline-size;
  }

  section#smartrisk .visual .box .apply_tbl a {
    padding: 2.7cqw;
    color: #fff;
    line-height: 1;
    background: #236cd5;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section#smartrisk .visual .box .apply_tbl a strong {
    margin: 0 3cqw 0 0;
    padding: 1cqw 1.5cqw 2cqw;
    color: #236cd5;
    font-size: 7cqw;
    background: #fff;
    border-radius: 3px;
  }

  section#smartrisk .visual .box .apply_tbl a span {
    font-size: 8.5cqw;
    font-weight: 700;
  }

}

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

  section#smartrisk .visual {
    padding: 0 5% 40px;
  }

  section#smartrisk .visual .inner {
    flex-direction: column;
  }

  section#smartrisk .visual .box {
    width: 100%;
    padding: 40px 0 20px;
  }

  section#smartrisk .visual .box .txt {
    justify-content: center;
  }

  section#smartrisk .visual .box .txt p {
    font-size: 16px;
  }

  section#smartrisk .visual .box .txt::before {
    margin: 0;
    height: 15px;
  }

  section#smartrisk .visual .box .txt::after {
    margin: 0;
    height: 15px;
  }

  section#smartrisk .visual .box h1 {
    margin: 20px 0 0 0;
    text-align: center;
  }

  section#smartrisk .visual .box .apply_tbl {
    display: none;
  }

  section#smartrisk .visual .apply_sp {
    width: 400px;
    max-width: 80%;
    margin: 20px 0 0 0;
    display: block;
    container-type: inline-size;
  }

  section#smartrisk .visual .apply_sp a {
    padding: 2.7cqw;
    color: #fff;
    line-height: 1;
    background: #236cd5;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section#smartrisk .visual .apply_sp a strong {
    margin: 0 3cqw 0 0;
    padding: 1cqw 1.5cqw 2cqw;
    color: #236cd5;
    font-size: 7cqw;
    background: #fff;
    border-radius: 3px;
  }

  section#smartrisk .visual .apply_sp a span {
    font-size: 8.5cqw;
    font-weight: 700;
  }

  section#smartrisk .visual .image {
    width: 80%;
    max-width: 400px;
    padding: 0;
  }

}

section#smartrisk .campaign {
  padding: 0 5% 60px;
}

section#smartrisk .campaign .inner {
  max-width: 1200px;
  margin: 0 auto;
}

section#smartrisk .campaign .img_sp {
  display: none;
}

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

  section#smartrisk .campaign {
    padding: 0 5% 40px;
  }

  section#smartrisk .campaign .img_pc {
    display: none;
  }

  section#smartrisk .campaign .img_sp {
    display: block;
  }

}

section#smartrisk .feature {
  padding: 0 5% 60px;
}

section#smartrisk .feature .inner {
  max-width: 1200px;
  margin: 0 auto;
  container-type: inline-size;
}

section#smartrisk .feature h2 {
  margin: 0 0 40px 0;
  color: #236cd5;
  font-size: 2.3cqw;
  font-weight: 700;
  text-align: center;
}

section#smartrisk .feature ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

section#smartrisk .feature ul li {
  width: calc(25% - 2%);
  text-align: center;
}

section#smartrisk .feature ul li img {
  width: 100px;
  margin: 0 0 20px 0;
}

section#smartrisk .feature ul li p {
  font-size: 2.3cqw;
  font-weight: 700;
  line-height: 1.4;
}

section#smartrisk .feature ul li p span {
  color: #236cd5;
  font-weight: 700;
}

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

  section#smartrisk .feature {
    padding: 0 5% 40px;
  }

  section#smartrisk .feature h2 {
    margin: 0 0 20px 0;
    font-size: 5.5cqw;
    font-weight: 700;
    text-align: center;
  }

  section#smartrisk .feature ul {
    padding: 0 10px;
    gap: 30px 10px;
  }

  section#smartrisk .feature ul li {
    width: calc(50% - 5px);
    text-align: center;
  }

  section#smartrisk .feature ul li img {
    max-width: 80px;
    margin: 0 0 10px 0;
  }

  section#smartrisk .feature ul li p {
    font-size: 4.5cqw;
  }

}

section#smartrisk .issue {
  margin: 0 0 60px 0;
  padding: 0 5%;
  text-align: center;
  background: #d3e1f7;
}

section#smartrisk .issue .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  container-type: inline-size;
}

section#smartrisk .issue h2 {
  margin: 0 0 40px 0;
  font-size: 2.6cqw;
  font-weight: 700;
  line-height: 1;
}

section#smartrisk .issue h2 span {
  margin: 10px 0 0 0;
  font-size: 3.4cqw;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

section#smartrisk .issue h2 strong {
  margin: 0 3px;
  padding: 2px 5px 5px;
  color: #fff;
  font-size: 1.2em;
  background: #236cd5;
  display: inline-block;
}

section#smartrisk .issue ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

section#smartrisk .issue ul li {
  width: calc(33.33% - 20px);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  container-type: inline-size;
}

section#smartrisk .issue ul li p {
  margin: 0 0 30px 0;
  padding: 20px 0 30px 0;
  font-size: 7.5cqw;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

section#smartrisk .issue ul li p::after {
  content: "";
  width: 24px;
  height: 24px;
  border-right: 3px solid #236cd5;
  border-bottom: 3px solid #236cd5;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0) rotate(45deg);
}

section#smartrisk .issue ul li .box {
  padding: 15px;
  background: #f1f6fc;
}

section#smartrisk .issue ul li dl {
  padding: 0 0 20px 0;
  color: #236cd5;
}

section#smartrisk .issue ul li dl dt {
  font-size: 5cqw;
  font-weight: 700;
}

section#smartrisk .issue ul li dl dd {
  margin: 10px 0 0 0;
  font-size: 8cqw;
  font-weight: 700;
  line-height: 1.4;
}

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

  section#smartrisk .issue {
    margin: 0 0 40px 0;
  }

  section#smartrisk .issue .inner {
    padding: 40px 0;
  }

  section#smartrisk .issue h2 {
    margin: 0 0 20px 0;
    font-size: 4.2cqw;
  }

  section#smartrisk .issue h2 span {
    margin: 7px 0 0 0;
    font-size: 5.5cqw;
  }

  section#smartrisk .issue ul {
    gap: 25px;
  }

  section#smartrisk .issue ul li {
    width: 82%;
    margin: 0 auto;
  }

}

section#smartrisk .flow {
  margin: 0 0 60px 0;
  padding: 0 5%;
  text-align: center;
  background: #d3e1f7;
}

section#smartrisk .flow .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  container-type: inline-size;
}

section#smartrisk .flow h2 {
  margin: 0 0 20px 0;
  color: #236cd5;
  font-size: 2.3cqw;
  font-weight: 700;
  text-align: center;
}

section#smartrisk .flow ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

section#smartrisk .flow ul li {
  width: calc(33.33% - 20px);
  display: flex;
  flex-direction: column;
}

section#smartrisk .flow ul li p {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4;
}

section#smartrisk .flow ul li dl {
  background: #fff;
  flex: 1;
  position: relative;
  container-type: inline-size;
}

section#smartrisk .flow ul li:nth-child(1) dl {
  padding: 40px 0 40px 10px;
}

section#smartrisk .flow ul li:nth-child(2) dl {
  padding: 40px 10px 40px 30px;
}

section#smartrisk .flow ul li:nth-child(3) dl {
  padding: 40px 10px 40px 30px;
}

section#smartrisk .flow ul li dl dt {
  color: #236cd5;
  font-size: 6cqw;
  font-weight: 700;
}

section#smartrisk .flow ul li dl dt sup {
  font-size: 0.6em;
  font-weight: 700;
  vertical-align: super;
}

section#smartrisk .flow ul li dl dd {
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: 500;
}

section#smartrisk .flow ul li:nth-child(1) dl::after {
  content: "";
  width: 30px;
  height: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  position: absolute;
  top: 0;
  right: -29px;
}

section#smartrisk .flow ul li:nth-child(2) dl::before {
  content: "";
  width: 30px;
  height: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #d3e1f7;
  position: absolute;
  top: 0;
  left: -1px;
}

section#smartrisk .flow ul li:nth-child(2) dl::after {
  content: "";
  width: 30px;
  height: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  position: absolute;
  top: 0;
  right: -29px;
}

section#smartrisk .flow ul li:nth-child(3) dl::before {
  content: "";
  width: 30px;
  height: 100%;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #d3e1f7;
  position: absolute;
  top: 0;
  left: -1px;
}

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

  section#smartrisk .flow {
    margin: 0 0 40px 0;
  }

  section#smartrisk .flow h2 {
    font-size: 5.5cqw;
  }

  section#smartrisk .flow ul {
    gap: 40px;
  }

  section#smartrisk .flow ul li {
    width: 90%;
    margin: 0 auto;
  }

  section#smartrisk .flow ul li p {
    /* font-size: 30px; */
    line-height: 1.6;
  }

  section#smartrisk .flow ul li:nth-child(1) dl {
    padding: 30px 20px 15px 20px;
  }

  section#smartrisk .flow ul li:nth-child(2) dl {
    padding: 30px 20px 15px 20px;
  }

  section#smartrisk .flow ul li:nth-child(3) dl {
    padding: 30px 20px;
  }

  section#smartrisk .flow ul li dl dt {
    font-size: 6.5cqw;
  }

  section#smartrisk .flow ul li dl dd {
    margin: 10px 0 0 0;
    font-size: 5cqw;
    line-height: 1.4;
  }

  section#smartrisk .flow ul li:nth-child(1) dl::after {
    width: 100%;
    height: 30px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    top: auto;
    right: 0;
    bottom: -29.5px;
  }

  section#smartrisk .flow ul li:nth-child(2) dl::before {
    display: none;
  }

  section#smartrisk .flow ul li:nth-child(2) dl::after {
    width: 100%;
    height: 30px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    top: auto;
    right: 0;
    bottom: -29.5px;
  }

  section#smartrisk .flow ul li:nth-child(3) dl::before {
    display: none;
  }

}

section#smartrisk .bottom {
  padding: 0 5% 60px;
}

section#smartrisk .bottom .inner {
  max-width: 1200px;
  margin: 0 auto;
}

section#smartrisk .bottom .inner .apply_pc {
  max-width: 700px;
  margin: 0 auto;
  padding: 12px;
  color: #fff;
  background: #236cd5 url(../images/smartrisk/arrow.jpg) no-repeat right -0.5px center / auto 100%;
  container-type: inline-size;
}

section#smartrisk .bottom .inner .apply_pc p {
  font-size: 3.2cqw;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
}

section#smartrisk .bottom .inner .apply_pc p strong {
  margin: 0 10px 0 0;
  padding: 3px 5px 5px;
  color: #236cd5;
  font-size: 3.8cqw;
  background: #fff;
  border-radius: 3px;
}

section#smartrisk .bottom .inner .apply_pc p span {
  font-size: 4.8cqw;
  font-weight: 700;
}

section#smartrisk .bottom .inner .apply_sp {
  display: none;
}

section#smartrisk .bottom .inner .note {
  max-width: 560px;
  margin: 80px auto 0;
}

section#smartrisk .bottom .inner .note dl {
  display: flex;
}

section#smartrisk .bottom .inner .note dl + dl {
  margin-top: 5px;
}

section#smartrisk .bottom .inner .note dl dt {
  padding: 0 5px 0 0;
}

@media screen and (max-width: 1100px) {
  section#smartrisk .bottom .inner .apply_pc {
    display: none;
  }

  section#smartrisk .bottom .inner .apply_sp {
    width: 400px;
    max-width: 80%;
    margin: 20px auto 0;
    display: block;
    container-type: inline-size;
  }

  section#smartrisk .bottom .inner .apply_sp a {
    padding: 2.7cqw;
    color: #fff;
    line-height: 1;
    background: #236cd5;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section#smartrisk .bottom .inner .apply_sp a strong {
    margin: 0 3cqw 0 0;
    padding: 1cqw 1.5cqw 2cqw;
    color: #236cd5;
    font-size: 7cqw;
    background: #fff;
    border-radius: 3px;
  }

  section#smartrisk .bottom .inner .apply_sp a span {
    font-size: 8.5cqw;
    font-weight: 700;
  }
}

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

  section#smartrisk .bottom {
    padding: 0 5% 40px;
  }



  section#smartrisk .bottom .inner .note {
    margin: 30px 0 0 0;
    font-size: 12px;
  }

}