/* 共通 */
body {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  line-height: 1.75;
}
span {
  color: #666;
  font-size: 13px;
}

section.sub {
  all: unset;
  display: block;
}
section > * {
  max-width: unset;
}

/* 基本ブロック */
.contain {
  position: relative;
  width: 100%;
}
/* 基本ブロックインナー ワイド調整 */
.basicBlock {
  max-width: 100%;
  margin: auto;
  padding: 0 80px;
}
/* 基本フォント */
.contain p {
  font-size: 20px;
  color: #47525d;
  letter-spacing: 0em;
  line-height: 1.5;
}

/* トップワード */
.contain h2 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.45;
  margin: 90px 0 20px;
}

p.flat_btn {
  position: relative;
  display: inline-block;
  margin: 50px 0 0 0;
  font-size: 18px;
  color: #3593d1;
}
p.flat_btn::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #3593d1;
}
p.flat_btn::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-bottom: 2px solid #3593d1;
  transition: 0.2s;
}
p.flat_btn:hover::after {
  width: 100%;
}

table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  letter-spacing: 0.05em;
  font-size: 14px;
  color: #47525d;
}
tr:nth-child(2) {
  /* background-color: #fff; */
  border-top: 1px solid #d0d4d9;
}
th {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 400;
}
th:last-of-type {
  padding: 20px 60px 20px 0;
}
td {
  padding: 40px 0;
  border-bottom: 1px solid #d0d4d9;
  color: #222;
}
td:first-of-type {
  padding: 40px 60px;
  font-weight: 600;
}
td:last-of-type {
  padding: 40px 60px 40px 0;
}

/* サブページ */
section.sub .contain {
  padding: 40px 0 120px;
}
/* サービスページ */
section.sub .basicBlock {
  max-width: 920px;
  margin: auto;
  padding: 0;
}
.subpage h2 {
  font-size: 36px;
  margin: 40px 0 10px;
}
.subpage p {
  font-size: 14px;
  margin-bottom: 30px;
  color: #47525d;
}
.subpage span a {
  color: rgba(51, 146, 209, 1);
  text-decoration: underline;
  margin: 0 3px;
}
.subpage span a.gray {
  color: #47525d;
}
/* よくある質問 */
section.sub.inquiry h4 {
  margin-top: 60px;
}

/* 用語集 */
ul.wideBlock {
  width: 100%;
  overflow: auto;
  border-bottom: 3px solid #222;
  border-top: 3px solid #222;
}
ul.wideBlock li {
  width: 33.33%;
  /* line-height: 50px; */
  line-height: 3.125;
  border-bottom: 1px solid #dcdcdc;
  float: left;
}
ul.wideBlock li:nth-of-type(4n) {
  /* background-color: yellow; */
  margin-right: 0;
}

.block {
  width: 100%;
  overflow: auto;
}

ul.indentList {
  padding-left: 21px;
}
li.indentList__item {
  list-style-type: decimal;
  font-size: 14px;
  color: #47525d;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/* 以下レスポンシブ対応 */

@media screen and (max-width: 1180px) {
  .container__wrapper {
    max-width: 920px;
  }
}

@media screen and (max-width: 1024px) {
  /* 基本ブロック */
  .basicBlock {
    padding: 0 40px;
  }
  .contain h4 {
    margin: 75px 0 20px;
  }
  table {
    font-size: 13px;
  }
  th {
    font-size: 13px;
  }

  section.sub .contain {
    padding: 80px 0 130px;
  }
  section.sub .basicBlock {
    max-width: 100%;
    margin: auto;
    padding: 0 30px;
  }
  .right_1 li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  iframe {
    width: 100%;
  }
  .contain h2 {
    margin: 40px 0 20px;
  }
  .basicBlock {
    padding: 0 30px;
  }
  .contain h4 {
    text-align: left;
    margin: 60px 0 20px;
  }
  .contain p {
    text-align: left;
  }
}

@media screen and (max-width: 414px) {
  .contain h2 {
    font-size: 28px;
    margin: 50px 0 10px;
    padding: 0 20px;
    line-height: 1.25;
  }
  .contain p {
    line-height: 1.4;
  }
  .basicBlock {
    padding: 0 20px;
  }
  .contain h4 {
    font-size: 24px;
    line-height: 1.25;
    margin: 40px 0 20px;
  }
  p.flat_btn {
    display: table;
    text-align: center;
    margin: 30px auto 20px;
    font-size: 20px;
  }

  section.sub .basicBlock {
    padding: 0 20px;
  }
  section.sub h2 {
    padding: 0;
  }
  section.sub.inquiry h4 {
    font-size: 18px;
    margin: 30px 0 0;
  }
  section.sub .contain {
    padding: 0;
  }

  ul.wideBlock li:last-child {
    margin-right: 0;
    width: 48%;
  }

  @keyframes blink_effect {
    0% {
      visibility: hidden;
    }
    25% {
      visibility: hidden;
    }
    100% {
      visibility: visible;
    }
  }
}
/*--個人と法人の分岐ページ-----------------------------*/

.branchPage {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 80px;
}
@media screen and (min-width: 768px) {
  .branchPage {
    padding: 150px 0 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
  }
}

.branchPage > .signupBlock {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 18px;
}

.signupBlock h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}
