@font-face {
  font-family: 'icons';
  src: url("../font/icons.eot?id1ki");
  src: url("../font/icons.eot?id1ki#iefix") format("embedded-opentype"), url("../font/icons.ttf?id1ki") format("truetype"), url("../font/icons.woff?id1ki") format("woff"), url("../font/icons.svg?id1ki#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icons';
  src: url("../font/icons.eot?id1ki");
  src: url("../font/icons.eot?id1ki#iefix") format("embedded-opentype"), url("../font/icons.ttf?id1ki") format("truetype"), url("../font/icons.woff?id1ki") format("woff"), url("../font/icons.svg?id1ki#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.article-basic .jisyaku-table {
  font-size: 1.2rem;
}

.article-basic .jisyaku-table th,
.article-basic .jisyaku-table td {
  text-align: center;
  vertical-align: middle;
  padding: 3px 5px;
}

.article-basic .jisyaku-table-2col:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.article-basic .jisyaku-table-2col .col_item {
  width: 344px;
  float: left;
}

.article-basic .jisyaku-table-2col .col_item+.col_item {
  margin-left: 7px;
  margin-top: 0;
}

.article-basic .jisyaku-table-3col:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.article-basic .jisyaku-table-3col .col_item {
  width: 227px;
  float: left;
}

.article-basic .jisyaku-table-3col .col_item+.col_item {
  margin-left: 7px;
  margin-top: 0;
}

.jishaku-outline-img p,
.jishaku-outline-img .wp-caption,
.jishaku-outline-img--wide p,
.jishaku-outline-img--wide .wp-caption {
  display: inline-block;
  vertical-align: middle;
}

.jishaku-outline-img .wp-caption img,
.jishaku-outline-img--wide .wp-caption img {
  display: inline-block;
}

.jishaku-outline-img .wp-caption .wp-caption-text,
.jishaku-outline-img--wide .wp-caption .wp-caption-text {
  display: block;
}

.jishaku-outline-img img,
.jishaku-outline-img--wide img {
  display: inline-block;
  vertical-align: middle;
}

.jishaku-outline-img>*+*,
.jishaku-outline-img--wide>*+* {
  margin-left: 20px;
  margin-top: 0;
}

.jishaku-outline-img img+img,
.jishaku-outline-img--wide img+img {
  margin-left: 20px;
  margin-top: 0;
}

.simpleBox-technology {
  margin-top: 11px;
}

/*---------------------------------------------------------------
FAQページ追加分
---------------------------------------------------------------*/
.page_faq-list h1 {
  background-color: #003595;
  color: #fff;
  padding: 10px 20px;
  font-size: 24px;
}

.page_faq-list .faq-category-list {
  margin: 30px 0;
}

.page_faq-list .faq-category-list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page_faq-list .faq-category-list ul li {
  width: calc((100% - 80px) / 5);
  min-width: 180px;
  position: relative;
}

.page_faq-list .faq-category-list ul li a {
  background-color: #003595;
  color: #fff;
  font-weight: 600;
  padding: 10px 18px 5px 10px;
  font-size: 18px;
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
}

.page_faq-list .faq-category-list ul li a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.page_faq-list .faq-category {
  padding: 0 1rem;
}

.page_faq-list .faq-category h2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  border-bottom: solid 3px #003595;
  border-left: solid 10px #003595;
  padding: 0.5rem 0 0.5rem 1rem;
  margin-bottom: 1rem;
}

.page_faq-list .faq-category .faq-list {
  margin: 30px 0;
}

.page_faq-list .faq-category .faq-list li {
  margin-bottom: 30px;
}

.page_faq-list .faq-category .faq-list li .q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  border: solid 2px #003595;
  padding: 10px 0;
  border-radius: 10px;
  margin-right: 10px;
}

.page_faq-list .faq-category .faq-list li .q i {
  font-size: 24px;
    color: #003595;
    margin-right: 10px;
}

.page_faq-list .faq-category .faq-list li .q.open {
  
}

.page_faq-list .faq-category .faq-list li .q p {
  font-size: 16px;
  line-height: 1.8;
  text-indent: -38px;
  padding-left: 56px;
  width: calc(100% - 36px);
}

.page_faq-list .faq-category .faq-list li .q p .futu {
  font-size: 24px;
  color: #003595;
  margin-right: 5px;
}

.page_faq-list .faq-category .faq-list li .a {
  
}

.page_faq-list .faq-category .faq-list li .a {
  
}

.page_faq-list .faq-category .faq-list li .a p {
  font-size: 16px;
  line-height: 1.8;
  text-indent: -42px;
  padding-left: 56px;
  width: calc(100% - 36px);
}

.page_faq-list .faq-category .faq-list li .a p .futu {
  font-size: 24px;
  color: #003595;
  margin-right: 5px;
  font-weight: 700;
}

.page_faq-list .faq-category .faq-list li .a .faq_txtlink {
  text-align: right;
  margin-top: 10px;
  margin-right: 10px;
}

.page_faq-list .faq-category .faq-list li .a .faq_txtlink a {
  color: #003595;
  font-size: 16px;
  font-weight: 600;
  border-bottom: solid 1px #003595;
}

.page_faq-list .faq-category .faq-list li .a .faq_txtlink a::before {
  font-family: icons;
  content: '\e901';
  font-size: 1rem;
  line-height: 1;
  color: #003595;
  position: relative;
  left: 0;
  top: -1px;
  margin-right: 0;
}

.page_faq .faq_ttl span,
.page_faq .faq_contents span {
  font-size: 2.4rem;
  font-weight: 600;
  color: #003595;
  display: inline-block;
  margin-right: 0.5rem;
}

.page_faq .faq_content h1 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  border-bottom: solid 3px #003595;
  padding: 0.8rem 0;
  margin-bottom: 2rem;
}

.page_faq .faq_content p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 16px;
}

.page_faq .faq_content ul {
  margin: 2rem 0;
}

.page_faq .faq_content ul li {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.page_faq .faq_content ul li:before {
  content: "●";
  color: #003595;
}

.page_faq .faq_content ol {
  margin: 2rem 0 2rem 2rem;
}

.page_faq .faq_content ol li {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.page_faq .faq_content table {
  border: solid 1px #666666;
  width: 100%;
  margin: 1rem 0;
  font-size: 1.6rem;
}

.page_faq .faq_content table tr {
  border-bottom: solid 1px #666666;
}

.page_faq .faq_content table tr:first-of-type {
  background-color: #003595;
}

.page_faq .faq_content table tr:first-of-type td {
  color: #fff;
  border-right: solid 1px #fff;
}

.page_faq .faq_content table tr:first-of-type td:last-of-type {
  border-right: solid 1px #003595;
}

.page_faq .faq_content table tr:last-of-type {
  border-bottom: none;
}

.page_faq .faq_content table tr td {
  border-right: solid 1px #666666;
  padding: 1rem;
}

.page_faq .faq_content table tr td:last-of-type {
  border-bottom: none;
}

.page_faq .back_btn {
  margin: 3rem auto;
}

/*.page_faq .back_btn a {
  display: block;
  background-color: #003595;
  color: #fff;
  padding: 1rem 3rem;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.6rem;
  min-width: 250px;
  text-align: center;
  border-radius: 30px;
}

.page_faq .back_btn a::after {
  font-family: icons;
  content: '\e901';
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  position: relative;
  left: 8px;
  top: -1px;
}*/

.page_faq .back_btn a {
  display: block;
  background-color: #fff;
  color: #003595;
  border: solid 2px #003595;
  padding: 1rem 3rem 0.8rem;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 600;
  min-width: 250px;
  text-align: center;
  border-radius: 10px;
}

.page_faq .back_btn a::after {
  font-family: icons;
  content: '\e901';
  font-size: 1rem;
  line-height: 1;
  color: #003595;
  position: relative;
  left: 8px;
  top: -1px;
}

.page_faq .back_btn a:hover {
  background-color: #003595;
  color: #fff;
}

.page_faq .back_btn a:hover::after {
  color: #fff;
}

.page_faq .faq_contents a {
  text-decoration: underline;
  color: #0000ff;
  font-weight: 600;
}

.page_faq .faq_contents .link_btn {
  color: #fff;
  background-color: #ffa819;
  padding: 16px 30px 12px 20px;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 5px 0 #d18913;
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
}

.page_faq .faq_contents .link_btn::after {
  font-family: icons;
  content: '\e901';
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  position: relative;
  left: 14px;
  top: -1px;
}

.page_faq .faq_contents img {
  margin: 0 auto;
  display: block;
}

.side .sidebar-widget:first-of-type {
  margin-bottom: 2rem;
}

.side .sidebar-widget h3 {
  background-color: #003595;
  color: #fff;
  padding: 1rem;
}

.side .sidebar-widget ul {
  border: solid 1px #333;
}

.side .sidebar-widget ul li {
  border-bottom: solid 1px #333;
  padding: 1rem;
  font-size: 1.4rem;
  line-height: 2rem;
  text-indent: -1rem;
  padding-left: 2rem;
}

.side .sidebar-widget ul li::before {
  font-family: icons;
  content: '\e901';
  font-size: 1rem;
  line-height: 1;
  color: #003595;
  position: relative;
  left: 0;
  top: -1px;
  margin-right: 0.5rem;
}

.side .sidebar-widget ul li:last-of-type {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .page_faq-list .faq-category-list ul {
    flex-direction: column;
  }

  .page_faq-list .faq-category-list ul li {
    width: 100%;
  }

  .page_faq-list .faq-category-list ul li a {
    text-align: left;
    line-height: 1.4;
    padding: 10px 18px 10px 10px;
  }

  .page_faq-list .faq-category-list ul li a::after {
    right: 8px;
  }

  .page_faq-list .faq-category .faq-list li .a p {
    width: 100%;
    text-indent: 0;
    padding-left: 16px;
  }

  .page_faq-list .faq-category .faq-list li .q p {
    text-indent: -34px;
    padding-left: 48px;
  }
}