@charset "utf-8";
/*****************************************************************************
CSS only for /sumai_create/reform_chishiki/
*****************************************************************************/

/* Set
-----------------------------------------*/
.ex_h2style {
  font-size: 21px;
}
.chart {
  line-height: 1.5;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
  .PcShow {
    display: none !important;
  }
}
.SpShow {
  display: none !important;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .SpShow {
    display: block !important;
  }
}

/* Content
-----------------------------------------*/
.Content {
  padding: 34px 0 100px;
}
.Content * {
  box-sizing: border-box;
}
.Content img {
  max-width: 100%;
  height: auto;
}

.Content__inner {
  max-width: 976px;
  margin: 0 auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Content__inner {
    margin: 0 10px;
  }
}
.Content__lead {
  margin-top: 62px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Content__lead {
    margin-top: 54px;
  }
}
.Content__sec {
  margin-top: 50px;
}
.Content__wrapper {
  font-size: 16px;
  line-height: 1.85;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Content__wrapper {
    font-size: 14px;
  }
}
.Content__wrapper > p,
.Content__wrapper > ul {
  margin-bottom: 15px;
}
.Content__wrapper > *:last-child {
  margin-bottom: 0;
}
.Content__wrapper + .Content__wrapper {
  margin-top: 40px;
}

.TextRed {
  color: #ff0004;
}
p.Caution {
  margin: 23px 0 6px;
  color: #ff0004;
  font-weight: bold;
  line-height: 1.5;
}

/* TabArea
-----------------------------------------*/
.TabArea {
  margin-top: 36px;
}
.TabArea__body {
  margin-top: 33px;
}

.TabBtn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding-bottom: 13px;
}
.TabBtn__item {
  position: relative;
}
.TabBtn__item.js-tabActive::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);
  width: 19px;
  height: 13px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #b15d16;
}
.TabBtn__item button {
  width: 100%;
  padding: 13px;
  border: none;
  background-color: #f1f1f1;
  color: #777;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TabBtn__item button {
    font-size: 16px;
  }
}
.TabBtn__item.js-tabActive button {
  background-color: #b15d16;
  color: #fff;
  font-size: 24px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TabBtn__item.js-tabActive button {
    font-size: 18px;
  }
}

[data-tabContent]{
  display: none
}
[data-tabContent].js-tabActive{
  display: block;
}

/* Anchor
-----------------------------------------*/
.Anchor {
  margin-top: 28px;
  padding: 26px 40px 36px 40px;
  border-top: 2px solid #666;
  background-color: #f1f1f1;
  line-height: 1.5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Anchor {
    padding: 20px 25px 30px 25px;
  }
}
.Anchor__title {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Anchor__title {
    font-size: 14px;
  }
}
.Anchor__detail {
  margin-top: 17px;
}
.Anchor__item {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Anchor__item {
    font-size: 14px;
  }
}
.Anchor__item:nth-child(n+2) {
  margin-top: 9px;
}

.Anchor__item a:link    { color: #1f1f1f; text-decoration: none; }
.Anchor__item a:visited { color: #1f1f1f; text-decoration: none; }
.Anchor__item a:hover   { color: #1f1f1f; text-decoration: underline; }
.Anchor__item a:focus   { color: #1f1f1f; text-decoration: underline; }
.Anchor__item a:active  { color: #1f1f1f; text-decoration: underline; }

.Anchor__item::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999;
}

/* Title
-----------------------------------------*/
.Heading {
  font-size: 27px;
  line-height: 1.5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .Heading {
    font-size: 24px;
  }
}

.SecTitle {
  margin-bottom: 18px;
  padding: 18px 12px 14px 12px;
  border-radius: 8px;
  background-color: #f6f4ed;
  font-size: 20px;
  line-height: 1.5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .SecTitle {
    font-size: 18px;
  }
}

.CatTitle {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .CatTitle {
    font-size: 18px;
  }
}

.LineTitle {
  margin: 30px 0px 13px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .LineTitle {
    font-size: 16px;
  }
}

/* MemoList
-----------------------------------------*/
.MemoList {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .MemoList {
    font-size: 12px;
  }
}
.MemoList li {
  padding-left: 1em;
  text-indent: -1em;
}
.MemoList--num li {
  padding-left: 2em;
  text-indent: -2em;
}
.MemoList li:nth-child(n+2) {
  margin-top: 4px;
}

/* LinkList
-----------------------------------------*/
.LinkList {
  font-size: 16px;
  line-height: 1.85;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .LinkList {
    font-size: 14px;
  }
}
.LinkList li {
  position: relative;
  padding-left: 15px;
}
.LinkList li:after {
  content: " \f0da";
  position: absolute;
  top: -1px;
  left: 3px;
  font-family: FontAwesome;
}

.LinkList a:link    { color: #1f1f1f; text-decoration: underline; }
.LinkList a:visited { color: #1f1f1f; text-decoration: underline; }
.LinkList a:hover   { color: #1f1f1f; text-decoration: none; }
.LinkList a:focus   { color: #1f1f1f; text-decoration: none; }
.LinkList a:active  { color: #1f1f1f; text-decoration: none; }

/* ImgArea
-----------------------------------------*/
.ImgArea {
  margin: 20px 0 25px;
  text-align: center;
}

/* TblData
-----------------------------------------*/
.TblData table {
  width: 100%;
  border: 1px solid #7e7e7e;
  line-height: 1.5;
}
.TblData th {
  padding: 11px 8px;
  border-right: 1px solid #7e7e7e;
  border-bottom: 1px solid #7e7e7e;
  background-color: #d3d3d3;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.TblData th:nth-child(1) {
  width: 30%;
}
.TblData th:nth-child(2) {
  width: 19%;
}
.TblData th:nth-child(3) {
  width: 51%;
}

.TblData td {
  height: 91px;
  padding: 21px 8px;
  border-right: 1px solid #7e7e7e;
  border-bottom: 1px solid #7e7e7e;
  background-color: #f9f9f9;
  vertical-align: middle;
}
@media only screen and (max-width:640px) and (max-device-width:1280px) {
  .TblData td {
    height: 80px;
  }
}

/* Suprevise
-----------------------------------------*/
.Suprevise {
  display: grid;
  grid-template-columns: 22.54% 1fr;
  align-items: center;
  gap: 0 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Suprevise {
    grid-template-columns: auto;
    gap: 20px 0;
  }
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Suprevise__img {
    text-align: center;
  }
  .Suprevise__img img {
    width: 53%;
  }
}
.Suprevise__text {
  line-height: 1.7;
}
.Suprevise__name {
  margin-bottom: 15px;
  font-size: 16px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Suprevise__name {
    text-align: center;
  }
}
.Suprevise__detail {
  font-size: 13px;
}
