/* * * * * * * * * * * * * * * * * * * *
 article 
 * * * * * * * * * * * * * * * * * * * */
article {
  /* width: 780px; */
  flex: 1;
  padding: 2em 3em;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0px 2px 6px rgba(181, 247, 169, 0.3);
}

article h1 {
  margin-bottom: 1.6em;
  font-size: 32px;
  font-weight: 500;
  /* word-break: keep-all; */
}

article h2 {
  color: #58c280;
  border-bottom: solid 2px #58c280;
  padding: 0.8em 0.2em;
  margin-bottom: 1em;
  font-family: "Zen Maru Gothic", serif;
}

article h3 {
  color: #58c280;
  padding: 0.8em 0.2em;
  font-size: 1.3em;
  font-family: "Zen Maru Gothic", serif;
}

article .strong {
  font-weight: bold;
}

article p {
  font-size: 17px;
}

article a {
  text-decoration: underline;
  color: #2196f3;
}

.thumb {
  text-align: center;
  padding: 1em 0;
}

.normal-box-g {
  background-color: #f2f2f2;
  padding: 2em;
  margin-bottom: 1em;
}

.normal-box-g a {
  margin-bottom: 0.5em;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.normal-box-g a:hover {
  text-decoration: underline;
}

.normal-box-b,
.normal-box-y {
  background-color: #f2faef;
  padding: 1em 2em;
  margin-bottom: 1em;
}

/* 目次 */
#toc_container {
  padding: 35px 40px 20px;
  margin-top: 40px;
  background: #f4f5f7;
  /* border: 1px solid #d4d4d4; */
}

.toc_title {
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}

.toc_list,
.toc_list ul {
  padding-left: 0;
}

.toc_list li {
  line-height: 1.3;
  margin: 10px 0;
  padding-left: 0;
  list-style: none;
}

#toc_container .toc_list > li > a::before {
  content: "";
  display: block;
  width: 3px;
  height: 80%;
  background: #c2c2c2;
  border: none;
  position: absolute;
  top: 10%;
  left: 0;
}

.toc_list li a {
  line-height: 1.4;
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
  padding-left: 11px;
}

.toc_list > li > a {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 7px;
}

.toc_list li a:hover {
  text-decoration: underline;
}

/* マーカー */
.u-line_yellow {
  background: linear-gradient(transparent 60%, #fff7d1 60%);
}


/*吹き出し

---------------------------------------------------------------------------*/
.balloon {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
  display: relative;
}

.balloon .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon .faceicon img {
  width: 100%;
  height: auto;
  border: solid 3px #fff;
  border-radius: 50%;
}

.balloon .faceicon p {
  font-size: 11px !important;
  text-align: center;
  padding: 0;
  margin: 0;
}

.balloon .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 98px;
  padding: 0px 13px;
  border-radius: 12px;
  background: #f5f5f5;
  /* border: 1px solid #ccc; */
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #f5f5f5;
}

.says p {
  font-size: 16px;
  margin: 10px 0px;
  padding: 1em;
}

.says p + p {
  margin-top: -1em;
}

.balloon_img {
  width: 35px;
  position: absolute;
  top: 10px;
  right: 2px;
}

/*吹き出し終わり*/

/* * * * * * * * * * * * * * * * * * * *
 司法書士の紹介
 * * * * * * * * * * * * * * * * * * * */
#staff-come h3 {
  margin: 0;
}

/* * * * * * * * * * * * * * * * * * * *
 共通
 * * * * * * * * * * * * * * * * * * * */

.wp-block-separator {
  border-top: 2px solid #eee;
}

.wp-block-table thead {
  border-bottom: none;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.8em;
}

.wp-block-table p{
  margin: auto;
}

.wp-block-table p + p{
  margin-top: 1em;
}

.wp-block-table th {
  background-color: #f26f02;
}

.table-left-gray tr td:first-child {
  background-color: #f5f5f5;
}

tr{
  border-bottom: solid 1px #ddd;
}

td{
  padding: 0 1em;
}

.wp-block-list{
  padding-left: 1.4em;
}

.wp-block-list li{
  margin-bottom: .4em;
}

/* * * * * * * * * * * * * * * * * * * *
 responsive
 * * * * * * * * * * * * * * * * * * * */
 
 @media screen and (max-width: 1080px) {
  article {
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  article {
    max-width: 100%;
    padding: 1.2em;
  }

  aside.side-cont {
    width: 94%;
    margin: auto;
  }

  article h1 {
    font-size: 30px;
    word-break: break-all;
  }

  #toc_container {
    padding: 1.5em;
  }
}
