a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

/* テーブルデザイン */
table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

table th:first-child{
  border-radius: 5px 0 0 0;
}

table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  padding: 10px 0;
}

table td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 10px 0;
}

table td:last-child{
  border-right: 1px solid #a8b7c5;
}

table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

/* 目次のタイトル */
.article .toc-title {
  text-align: left;
  color: #585c5b;
  font-size: 16px;
  font-weight: 600;
  padding: 0px;
}

.article .toc-title::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  margin-right: 0.4em;
  margin-left: 0.0em;
  transform: scale(1);
  color: #585c5b;
  font-size: 16px;
  font-weight: 700;
}

.cta-mail {
position: fixed;
z-index: 9999999; 
bottom: 0;
left: 0;
}
.cta-mail .cta-img{
object-fit: cover;}

/* 目次の項目 */
.toc-content {
  color: #585c5b;
  font-size: 16px;
  font-weight: normal;
}

.toc ol.toc-list {
  margin: 0;
  padding-left: 0;
  list-style-position: inside;
}


.article .toc-list>li {
  padding: 8px 0;
  border-top: 1px solid #d6d6d6;
}

.article .toc-list>li a {
  color: #585c5b;
  padding: 0px;
  font-weight: normal;
}

.article .toc-list>li:first-child {
  padding-top: 8px;
  border-top: none;
}

/* 目次（第２レベル） */

.article .toc-list>li li {
  list-style: none;
  padding-left: 0.4em;
}

.toc-list>li li a {
  font-weight: normal;
}

.toc-list>li li ::before {
  display: inline-block;
  position: relative;
  content: '';
  width: 4px;
  height: 4px;
  left: -0.4em;
  top: -0.2em;
  margin-bottom: 4px;
  border-radius: 100%;
  background: #585c5b;
}


@media screen and (min-width: 829px) {
	.sp{
	display:none;
  }}

@media screen and (max-width: 829px) {
	.pc{
	display:none;
  }}


@media screen and (min-width: 1300px) {
		.cta-mail .cta-img{
    width: 80%;
    margin-left: auto;
	}}


@media screen and (max-width: 1299px) {
		.cta-mail .cta-img {
    width: 100%;
    margin-left: auto;}}

