@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* サイズ */
/* マージン */
/* カラー */
/* フォントサイズ */
/* 角丸 */
/* 文字間 */
/* レスポンシブテーブル */
/* カードレイアウト */
/* コンテンツカード */
/*
14px bold padding(10 20)
18px bold padding(15 30)
25px bold padding(20 40)
*/
/* ボタン */
/* Scss Document */
/* サイズ */
/* マージン */
/* カラー */
/* フォントサイズ */
/* 角丸 */
/* 文字間 */
.confidential-doc-flow {
  margin-top: 40px;
  padding: 30px;
  background: #EAF1FA;
  border-radius: 10px; }
  .confidential-doc-flow .flow-title {
    padding: 5px 0 10px 0;
    font-size: 25px;
    text-align: center; }
  .confidential-doc-flow .flow-list > li {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px; }
    .confidential-doc-flow .flow-list > li > div:first-of-type {
      width: 40%;
      margin-right: 2%; }
      .confidential-doc-flow .flow-list > li > div:first-of-type .flow-list-title {
        font-size: 18px; }
        .confidential-doc-flow .flow-list > li > div:first-of-type .flow-list-title span {
          display: inline-block;
          width: 35px;
          height: 35px;
          line-height: 35px;
          margin-right: 5px;
          border-radius: 50%;
          background: #0075C2;
          font-size: 18px;
          font-weight: bold;
          text-align: center;
          color: white;
          font-family: 'Noto Serif JP', serif; }
      .confidential-doc-flow .flow-list > li > div:first-of-type p {
        margin-top: 15px; }
      .confidential-doc-flow .flow-list > li > div:first-of-type .security {
        margin-top: 15px;
        border: 1px solid black;
        background: white;
        padding: 20px; }
        .confidential-doc-flow .flow-list > li > div:first-of-type .security h6 {
          font-size: 18px;
          font-weight: bold; }
        .confidential-doc-flow .flow-list > li > div:first-of-type .security ul {
          margin: 5px 0 0 1.1em; }
          .confidential-doc-flow .flow-list > li > div:first-of-type .security ul li {
            list-style: disc; }
    .confidential-doc-flow .flow-list > li > div:last-of-type {
      width: 58%;
      display: flex;
      flex-wrap: wrap; }
      .confidential-doc-flow .flow-list > li > div:last-of-type > div {
        display: inline-block;
        width: 49%; }
        .confidential-doc-flow .flow-list > li > div:last-of-type > div:first-of-type {
          margin-right: 2%; }
        .confidential-doc-flow .flow-list > li > div:last-of-type > div img {
          width: 100%; }
        .confidential-doc-flow .flow-list > li > div:last-of-type > div p {
          margin-top: 5px;
          text-align: center; }
  @media screen and (max-width: 834px) {
    .confidential-doc-flow .flow-list li > div:first-of-type {
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px; }
    .confidential-doc-flow .flow-list li > div:last-of-type {
      width: 100%; } }
  @media screen and (max-width: 428px) {
    .confidential-doc-flow .flow-title {
      padding: 0;
      font-size: 18px; } }

.reassurance {
  padding: 30px;
  background: #FBE6EF;
  border-radius: 10px; }
  .reassurance h4 {
    font-size: 25px;
    color: #E95383;
    text-align: center; }
  .reassurance dl {
    width: 100%; }
    .reassurance dl dt {
      margin-top: 40px;
      font-size: 18px; }
    .reassurance dl dd {
      margin-top: 5px; }
  .reassurance .security {
    margin: 40px 0 15px 0;
    text-align: center; }
    .reassurance .security .link-btn {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 10px;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
      font-size: 18px;
      font-weight: bold;
      color: white;
      background: #E95383;
      transition: opacity 0.3s; }
      .reassurance .security .link-btn .material-icons {
        font-size: 30px;
        margin-right: -8px; }
      .reassurance .security .link-btn span {
        display: inline-block; }
      .reassurance .security .link-btn:hover {
        opacity: 0.8;
        transition: opacity 0.3s; }
  @media screen and (max-width: 834px) {
    .reassurance dl dt {
      margin-top: 25px; } }
  @media screen and (max-width: 428px) {
    .reassurance h4 {
      font-size: 18px; } }

/* 番号の丸 */
.number {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  background: #0075C2;
  border-radius: 50%;
  box-shadow: 2px 2px 6px 0 black;
  text-align: center;
  line-height: 40px;
  font-size: 23px;
  font-weight: bold;
  color: white;
  font-family: 'Noto Serif JP', serif; }
  @media screen and (max-width: 428px) {
    .number {
      left: -6px;
      top: -6px;
      width: 32px;
      height: 32px;
      line-height: 32px;
      font-size: 18px; } }
