/* ノーマルリストここから */
.content ol:not([class]),
.content ul:not([class]) {
      background-color: #f7f7f7;
    padding: 20px 28px;
    border-radius: 16px;
    margin-top: 20px;
}
.content ol:not([class]) li,
.content ul:not([class]) li {
  position: relative;
  padding-left: 20px;
}
.content ul:not([class]) > li:before {
font-family: icomoon;
    content: "\ea57";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    color: #0068B1;
    font-size: 1rem;
    line-height: 1;
}
.content ol:not([class]) li + li,
.content ul:not([class]) li + li {
    margin-top: 8px;
}
/* ノーマルリストここまで */
/* 目次ここから */
.content .outline__toggle {
    display: none;
}
.outline__title {
  font-size: 2.4rem;
  font-weight: bold; }

.content .outline {
  display: block;
  border: none;
  background-color: #f8f8f8;
  padding: 20px 40px 0;
  border-radius: 8px;
  margin-top: 28px;
}

.content .outline__switch + .outline__list {
  margin-left: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.content .outline__link {
    display: inline-block;
    color: #191919;
    line-height: 1.6;
    font-size: 1.6rem;
    text-decoration: none;
    border: none;
    position: relative;
}

.outline__list-2 > li {
  border-top: 1px solid rgba(47, 47, 47, 0.1);
  padding: 16px 0;
  margin-top: 0;
}

#top .outline__list-3 {
  padding: 0 0 0 8px;
  background-color: transparent;
}

#top .outline__list-3 > li {
  margin-top: 8px;
  padding-left: 0; }

.content .outline__switch + .outline__list li {
  padding-left: 30px; }


label.outline__switch {
  vertical-align: 3px;
  margin-left: 8px; }

.content .outline__number {
  border-radius: 50%;
  background-color: #0068B1;
  color: #fff;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 1.44;
  text-align: center;
  font-size: 1.4rem;
  padding: 0;
  position: absolute;
  top:2px;
  left: -30px;
  letter-spacing: 0; }

.outline__list-3 .outline__number {
  display: none; }

.outline__list-2 > li > a {
  font-weight: bold; }

.outline__list-3 > li a:before {
  position: absolute;
  top: 9px;
  left: -16px;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #0068B1;
  border-radius: 100%; }

@media screen and (max-width: 450px) {
  .content .outline {
    padding: 16px 16px 0;
}

.content .outline__number {
    top: 0;}

  .outline__title {
    font-size: 2rem; }

  span.outline__title.icon-list2:before {
    width: 40px;
    line-height: 40px; }

  #top .content .outline__switch + .outline__list {
    margin-top: 16px;
    background-color: transparent; }

  .content .outline__link {
    line-height: 1.4; }

  #top .outline__list-3 {
    padding-left: 0; }

  #top .outline__list-3 > li {
    margin-top: 12px; }

.outline__list-3 > li a:before {
    top: 6px;}

  .outline__list-3 .outline__link {
    font-size: 1.4rem;
    vertical-align: top; } }
/* 目次ここまで */
/* 吹き出しここから */
#top .speech-balloon {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px 0;
}
#top .speech-balloon .speech-balloon-icon {
    margin-right: 16px;
    width: 80px;
    height: 80px;
    background: #F7F7F7;
    border-radius: 50%;
}
#top .speech-balloon p {
    position: relative;
    flex: 1;
    margin: 0;
    padding: 12px;
    border-radius: 4px;
    border: 3px solid #373737;
    line-height: 1.6;
}
#top .speech-balloon p:before, #top .speech-balloon p:after {
    content: "";
    position: absolute;
    top: 20px;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
}
#top .speech-balloon.character1 p:before {
    left: -11px;
    border-right: 8px solid #373737;
}
#top .speech-balloon.character1 p:after {
    border-right: 10px solid #fff;
    left: -7px;
}
#top .speech-balloon.character2 {
    flex-direction: row-reverse;
}
#top .speech-balloon.character2 .speech-balloon-icon {
    margin: 0 0 0 16px;
}
#top .speech-balloon.character2 p:before {
    right: -11px;
    border-left: 8px solid #373737;
}
#top .speech-balloon.character2 p:after {
    right: -7px;
    border-left: 10px solid #fff;
}
@media only screen and (max-width: 450px) {
#top .speech-balloon .speech-balloon-icon {
    width: 60px;
    height: 60px;
}
}
/* 吹き出しここまで */
/* メリット・デメリットここから */
.merit-box.merit {
    border: 2px solid #e01f46;
}
.merit-box.demerit {
    border: 2px solid #0068B1;
}
.content .merit-box ul {
    background-color: transparent;
    margin-top: 0;
    padding: 12px 20px 16px;
}
#top .merit-box > div {
    width: fit-content;
    margin-top: -13px;
    margin-left: 12px;
    padding: 0 8px;
    font-weight: bold;
    background-color: #fff;
    font-size: 1.7rem;
    line-height: 1.4;
}
.merit-box.merit > div {
    color: #e01f46;
}
.merit-box.demerit > div {
    color: #0068B1;
}
.content .merit-box ul li {
    padding-left: 24px;
    line-height: 1.4;
}
.content .merit-box ul li + li {
    margin-top: 12px;
}
.content .merit-box ul li::before {
    font-family: "icomoon";
    font-size: 1.6rem;
    position: absolute;
    top: 4px;
    left: 0;
}
.merit-box.merit ul li::before {
    content: "\e9e2";
    color: #e01f46;
}
.merit-box.demerit ul li::before {
    content: "\e9e6";
    color: #0068B1;
}
.content .merit-box ul li a {
    color: #191919;
}
@media (min-width:451px) {
.content .merit-box-group {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
}
.merit-box-group > .merit-box {
    max-width: calc(50% - 10px);
    width: 100%;
}
.merit-box + .merit-box {
    margin-top: 0;
}
}
/* メリット・デメリットここまで */

/* 問い合わせボタンここから */
.follow-button {
    width: 80%;
    line-height: 44px;
    font-size: 2.8rem;
    letter-spacing: 4pt;
    text-align: center;
    margin: 0 auto;
}
.postContents #button {
    margin-top: 40px;
}
@media only screen and (max-width: 450px) {
.follow-button {
    width: 100%;
    font-size: 2.2rem;
    letter-spacing: 2pt;
    padding: 8px 0;
    border-radius: 8px;
}
}
/* 問い合わせボタンここまで */

/* 赤字ここから */
span.red {
    color: red;
    font-weight: bold;
}
/* 赤字ここまで */
/* テーブルレイアウトここから */
.content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 20px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.content table thead {
  background-color: #373737;
  color: #fff;
}

table td,
table th {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  padding: 10px;
  vertical-align: middle;
}

table td {
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

table tbody .column-1 {
  background-color: #f7f7f7;
  border-left: 1px solid #e5e5e5;
  border-right: none;
}

table thead+tbody .row-2 td {
  border-top: none;
}

.content .column-2,
.content .column-237,
.content .column-273 {
  display: table-cell;
  position: static;
}


table tbody td.column-1 a {
  color: #fff705;
}

#top .card-image td {
  background-color: #fff;
  border-right: 1px solid #E5E5E5;
}

table.row2gr td.column-2 {
  background-color: #f7f7f7;
  border-right: none;
  border-left: 1px solid #e5e5e5;
}

table th+th {
  border-left: 1px solid #fff;
}

.hane+table {
  margin-top: 5px;
}

table label {
  display: inline-block;
  background-color: #bdbdbd;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
}

table .active {
  background-color: #ffffff;
  border: 1px solid #fa224d;
  color: #fa224d;
}

.purpose {
  white-space: nowrap;
}

table label+label {
  margin-left: 4px;
}

#top table .table-button {
    display: inline-block;
    border: 1px solid #373737;
    border-bottom: 3px solid #373737;
    color: #373737;
    text-decoration: none;
    text-align: center;
    border-radius: 4px;
    padding: 8px 12px;
    flex: 1;
}

#top table .official {
  margin-bottom: 8px;
}

@media (max-width: 450px) {

  table td,
  table th {
    line-height: 1.6;
    padding: 7px;
    word-break: break-word;
  }

  .hane+table {
    margin-top: 10px;
  }
}

/* テーブルレイアウトここまで */