@charset "UTF-8";
.under {
  --secFirst: 100px;
  --secH3: 100px;
  --secH4: 49px;
  --secH5: 52px;
  --secH6: 23px;
}
.under .sitemap > ul > li {
  margin-bottom: 50px;
}
.under .sitemap > ul > li:last-child {
  margin-bottom: 0;
}
.under .sitemap > ul > li .lv2 {
  padding-left: 1.5em;
  margin-bottom: 40px;
}
.under .sitemap > ul > li .lv2:last-child {
  margin-bottom: 0;
}
.under .sitemap > ul > li .lv2sub > .title {
  width: fit-content;
  font-size: 22px;
  margin-bottom: 17px;
  border-bottom: 1px solid var(--clr1);
  color: var(--clr1);
  padding: 0 10px 7px;
  margin-top: 30px;
}
.under .sitemap > ul > li a,
.under .sitemap > ul > li p {
  display: block;
  width: 100%;
  padding: 15px;
  border-bottom: dotted 1px #ccc;
  color: rgb(51, 51, 51);
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
}
.under .sitemap > ul > li .title {
  margin-bottom: 0;
  font-family: var(--f-en);
  font-size: calc(var(--ttl_size) + 2px);
  line-height: 1;
  color: var(--main-color);
  position: relative;
  padding-left: 30px;
  --w: 16px;
  --h: 2px;
}
.under .sitemap > ul > li .title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto 0;
  width: var(--w);
  height: var(--h);
  background-color: var(--main-color);
}
.under .sitemap > ul > li .title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto 0;
  width: var(--h);
  height: var(--w);
  background-color: var(--main-color);
}
.under .sitemap > ul > li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.05);
}
.under .sitemap > ul > li li a {
  padding-left: 50px;
}
.under .sitemap > ul > li li a:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 30px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--clr1);
}
.under #mainContent {
  padding-bottom: 100px;
  background: url("../images/ubg.jpg") top center/100% auto repeat-y;
}
.under #mainContent .inner {
  max-width: 1210px;
}
.under .key {
  height: 400px;
  z-index: 0;
}
.under .key::before {
  content: "";
  position: absolute;
  inset: 0 -8px 0 -7px;
  z-index: -1;
  background: url("../images/umvs-img01.jpg") center/auto 100% no-repeat;
}
.under .key .inner {
  height: 100%;
}
.under .key .key_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.under .key .key_text h2 {
  display: table;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding-bottom: 7px;
}
.under h2,
.under h3,
.under h4,
.under h5,
.under h6 {
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.under h2:last-child,
.under h3:last-child,
.under h4:last-child,
.under h5:last-child,
.under h6:last-child {
  margin-bottom: 0;
}
.under #toc_container.secH4 {
  margin-top: var(--secH3);
}
.under h3 {
  position: relative;
  color: var(--main-color);
  font-size: 30px;
  font-weight: 200;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 35px;
}
.under h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 1px;
  background-color: var(--main-color);
}
.under .secH4 {
  margin-top: var(--secH4);
}
.under h4 {
  margin-bottom: 25px;
  font-weight: 200;
  font-size: 26px;
  color: #fff;
  background-color: var(--main-color);
  padding: 8px 22px 9px 22px;
  z-index: 0;
}
.under h4::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../images/uh4-bg.png") top center/100% auto no-repeat;
  mix-blend-mode: multiply;
}
.under .secH5 {
  margin-top: var(--secH5);
}
.under h5 {
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 24px;
  color: var(--main-color);
  padding: 0 5px 6px 5px;
  border-bottom: 1px solid #d6e0ec;
}
.under h6 {
  margin-top: var(--secH6);
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 200;
  color: var(--main-color2);
  padding-left: 6px;
  letter-spacing: 0.09em;
}

.under .inner > section,
.under .entry > section {
  padding-top: 1px;
  margin-top: var(--secH3);
}
.under .inner > section:first-child,
.under .entry > section:first-child {
  margin-top: var(--secFirst);
}
.under section > p:last-of-type {
  margin-bottom: 0;
}
.under section > p:last-of-type + table,
.under section > p:last-of-type + ul {
  margin-top: 15px;
}
.under .btn-group .btn.style01 {
  display: table;
  margin: 20px auto;
}
.under .btn-group .btn.style01 span {
  display: inline-block;
}
.under .imgBox.rowImg .image_l,
.under .imgBox.rowImg .image_r {
  --marginImg: 68px;
}
.under .imgBox.rowImg .image_l img,
.under .imgBox.rowImg .image_r img {
  width: auto;
  max-height: 500px;
}
.under .imgBox.rowImg .image_l {
  float: left;
  margin-right: var(--marginImg);
}
.under .imgBox.rowImg .image_r {
  float: right;
  margin-left: var(--marginImg);
}
.under .imgBox.rowImg .image_l,
.under .imgBox.rowImg .image_r {
  max-width: 450px;
  margin-bottom: 15px;
}
.under .imgBox.rowImg .txt_l {
  float: left;
}
.under .imgBox.rowImg .txt_r {
  float: right;
}
.under .imgBox.rowImg .txt_l,
.under .imgBox.rowImg .txt_r {
  width: calc(100% - 510px);
}
.under .imgBox.rowImg.large .image_l,
.under .imgBox.rowImg.large .image_r {
  max-width: 440px;
}
.under .imgBox.rowImg.large .txt_l,
.under .imgBox.rowImg.large .txt_r {
  width: calc(100% - 475px);
}
.under .imgBox.rowImg.full .image_l,
.under .imgBox.rowImg.full .image_r {
  max-width: 60vw;
}
.under .imgBox.colImg .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.under .imgBox.colImg p {
  margin-bottom: 5px;
}
.under .imgBox.colImg p:last-child {
  margin-bottom: 0;
}
.under .imgBox.colImg picture {
  margin-bottom: 15px;
}
.under .imgBox.colImg .text p {
  font-size: 1em;
}
.under .imgBox.colImg .text .ttl {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #a98c54;
  font-family: "Noto Serif JP", serif;
}
.under .imgBox.colImg3 picture, .under .imgBox.colImg2 picture {
  position: relative;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 380px;
  width: 100%;
  text-align: center;
}
.under .imgBox.colImg3 img, .under .imgBox.colImg2 img {
  max-height: 100%;
  max-width: 100%;
}
.under .imgBox.colImg3 .item {
  width: 32%;
}
.under .imgBox.colImg3 picture {
  height: 250px;
}
.under .imgBox.colImg2 .item {
  width: 49%;
}
.under .imgBox.colImg1 .item {
  width: 100%;
}
.under .imgBox.colImg1 .item img {
  max-height: 500px;
}
.under .faq_box .box {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 60px;
}
.under .faq_box h4 {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 0;
  padding: 1em 3.125em;
  transition: all 0.3s;
}
.under .faq_box h4:hover {
  cursor: pointer;
}
.under .faq_box h4:after {
  display: none;
}
.under .faq_box h4:before {
  content: "Q.";
  position: absolute;
  top: 0.375em;
  left: 0.5em;
  line-height: 1;
  font-family: var(--f-en);
  font-size: 1.6666666667em;
}
.under .faq_box .content {
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 30px;
  padding-bottom: 55px;
  background-color: #ddd;
  position: relative;
}
.under .faq_box .content:after {
  content: "A.";
  position: absolute;
  font-family: var(--f-en);
  top: 23px;
  left: 40px;
  font-size: 40px;
  color: var(--main-color);
  font-weight: 500;
}
.under .faq_box .content:before {
  content: "";
  position: absolute;
  background-color: #ccc;
  width: 36.6em;
  height: 37.7em;
  bottom: 10px;
  right: 20px;
  font-size: 3px;
  opacity: 0.2;
}

.under table {
  border-radius: 3px;
}
.under table.rollTable {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
.under table.tbl-roll1 th:first-child {
  width: 40%;
}
.under table.tbl_style01 + p {
  margin-top: 10px;
}
.under table.tbl_style01 th,
.under table.tbl_style01 td {
  border: 1px solid #ddd;
  padding: 0.625rem;
  line-height: 2.25;
}
.under table.tbl_style01 th img,
.under table.tbl_style01 td img {
  max-width: 100%;
}
.under table.tbl_style01 th {
  background-color: var(--main-color);
  color: #fff;
  font-size: 1.125em;
  font-weight: normal;
  text-align: center;
}
.under table.tbl_style01 td {
  background-color: #fff;
  font-size: 1em;
  color: var(--clr1);
}
.under table.tbl_style01.rowHead tr th:not(:last-child) {
  border-right: 1px solid #fff;
}
.under table.tbl_style01.rowHead tr th:first-child {
  border-left: 1px solid var(--main-color);
}
.under table.tbl_style01.rowHead tr th:last-child {
  border-right: 1px solid var(--main-color);
}
.under table.tbl_style01.colHead tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}
.under table.tbl_style01.colHead tr:first-child th {
  border-top-color: var(--main-color);
}
.under table.tbl_style01.colHead tr:last-child th {
  border-bottom-color: var(--main-color);
}
.under table.tbl_style02 th,
.under table.tbl_style02 td {
  border: 2px solid #9dba38;
  border-left: none;
  border-right: none;
  padding: 0.625em;
}
.under table.tbl_style02 th img,
.under table.tbl_style02 td img {
  max-width: 100%;
}
.under table.tbl_style02 th {
  background: none;
  font-weight: normal;
  font-size: 1.125em;
  color: #9dba38;
}
.under table.tbl_style02 td {
  font-size: 1em;
}
.under table.tbl_block th {
  width: 280px;
}
.under table.tbl_block td {
  text-align: left;
  vertical-align: top;
}
.under table.tbl_time {
  text-align: center;
}
.under table.tbl_time th:first-child {
  width: 30%;
}
.under table.tbl_time th:not(:first-child) {
  width: 10%;
}
.under table.tbl_time td:not(:first-child) {
  color: var(--main-color);
}
.under table.td-left td {
  text-align: left;
}
.under table.td-center td {
  text-align: center;
}
.under table.td-mid td {
  vertical-align: middle;
}
.under .tbl_note {
  display: none;
  margin-top: 10px;
  color: #b4b4b4;
  font-size: 11px;
  letter-spacing: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .under .clinic_tbl01 th {
    width: 19em;
  }
  .under table.tbl_style01 th,
  .under table.tbl_style01 td {
    padding: 0.5rem;
  }
  .under table.tbl_style01 th {
    font-size: 1em;
  }
  .under table.tbl_style01 td {
    font-size: 0.9em;
  }
  .under table.tbl_style02 th {
    font-size: 1em;
  }
  .under table.tbl_style02 td {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 769px) {
  .under .rowImg ul.list01.mcol-2 li {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.under ul.list01 {
  background: url("../images/ulist-bg.jpg") center/cover no-repeat;
  padding: 60px 84px 62px;
}
.under ul.list01 + p {
  margin-top: 15px;
}
.under ul.list01.mcol-2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.under ul.list01.mcol-2 li {
  width: 50%;
  padding-right: 10px;
}
.under ul.list01 li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.7777777778em;
  letter-spacing: 0.1em;
  text-align: left;
  font-size: 16px;
  line-height: 1.889;
}
.under ul.list01 li:last-child {
  margin-bottom: 0;
}
.under ul.list01 li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--main-color);
  box-shadow: 2px 2px 0px var(--main-color2);
}
.under ul.list01 .lst-note {
  width: 100% !important;
  padding-left: 0;
}
.under ul.list01 .lst-note::before {
  display: none;
}
.under .list_note {
  margin-top: 15px;
  padding-left: 20px;
}
.under .list_note.no_mt {
  margin-top: 0;
}
.under .topic_path {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 1.5px;
  padding: 8px 0 7px;
}
.under .topic_path ul {
  display: block;
  padding: 4px 10px 4px 0px;
}
.under .topic_path ul::after {
  content: "";
  display: block;
  clear: both;
}
.under .topic_path ul li {
  float: left;
}
.under .topic_path ul li:first-child a {
  text-decoration: underline;
  text-underline-offset: 7px;
}
.under .topic_path a {
  text-decoration: none;
  color: var(--main-color);
}
.under .topic_path a:hover {
  opacity: 1;
  text-decoration: underline;
}
.under .topic_path span {
  display: inline-block;
  padding: 0 11px 0 4px;
  transform: scaleX(0.7);
  color: var(--main-color);
  line-height: 1;
}
.under .toc_list {
  justify-content: space-between;
  padding: 50px;
  background-color: rgba(80, 167, 228, 0.2);
  position: relative;
  z-index: 0;
}
.under .toc_list::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: -1;
  border: 1px solid rgba(23, 50, 101, 0.5);
}
.under .toc_list:empty {
  display: none;
}
.under .toc_list li {
  display: table;
  margin: 7px 0px;
  width: 50%;
  padding-right: 1em;
}
.under .toc_list li a {
  position: relative;
  padding-left: 1em;
  display: table;
  text-decoration: none;
  color: var(--clr1);
}
.under .toc_list li a::before {
  content: "";
  width: 0.5em;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  left: 0;
  top: 0.75em;
}
.under .toc_list.style1 li {
  width: 100%;
  padding-right: 0;
  max-width: 100%;
}
@media only screen and (min-width: 993px) {
  .under .toc_list.style3 li {
    width: auto;
    max-width: 33%;
  }
}
.under .anchor-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 0;
}
.under .anchor-links > div {
  background-color: var(--main-color);
  border-radius: 3px;
  position: relative;
  display: block;
  min-width: 250px;
  width: 49%;
  margin: 0% 0.5% 1%;
  text-align: center;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 993px) {
  .under .anchor-links > div {
    width: 32.3%;
  }
}
.under .anchor-links > div a {
  display: block;
  width: 100%;
  padding: 10px 5px 9px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}
.under .anchor-links > div::after {
  content: "";
  border: 4px solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: auto;
  bottom: 2px;
  left: calc(50% - 4px);
  right: auto;
  line-height: 1;
}
.under .anchor-links > div:hover a {
  opacity: 1;
}
.under .anchor-links > div:hover::after {
  bottom: 0;
}
.under .anchor-links > div.ext::after {
  content: ">";
  border: 0;
  position: absolute;
  top: calc(50% - 0.5em);
  bottom: auto;
  left: auto;
  right: 7px;
  font-size: 0.857em;
  line-height: 1;
  letter-spacing: 0;
  transform: scaleX(0.5);
}
.under .anchor-links > div.ext:hover::after {
  right: 5px;
}
.under .doctor_box {
  max-width: 700px;
  margin: auto;
  position: relative;
}
.under .doctor_box p {
  margin-bottom: 0;
}
.under .doctor_box .doctor_name {
  position: absolute !important;
  right: 15px;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  z-index: 1;
  color: var(--main-color);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.under .doctor_box .doctor_name .en {
  font-weight: 500;
  font-size: 70%;
  display: block;
}
.under .ud_map {
  height: 450px;
}
.under .exp li {
  --w: 8em;
  padding: 0.7em 0;
  display: flex;
  border-bottom: 1px solid #3b7ca3;
  line-height: 1.8;
}
.under .exp li .year {
  width: var(--w);
  color: var(--main-color);
  font-weight: 500;
}
.under .exp li .txt {
  width: calc(100% - var(--w));
  padding-left: 10px;
}

.under .clinic_tbl01 th {
  width: 350px;
  text-align: right;
}
.under .clinic_tbl02 {
  text-align: center;
}
.under .clinic_tbl02 th:first-child {
  width: 30%;
}
.under .clinic_tbl02 th:not(:first-child) {
  width: 10%;
}

/* START BLOG
------------------------------------------------------------------------*/
#pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
}
#pagination:empty {
  display: none;
}
#pagination a,
#pagination span {
  background-color: var(--main-color);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: 10px 5px;
  width: 32px;
  height: 32px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
#pagination a.prev, #pagination a.next,
#pagination span.prev,
#pagination span.next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px auto;
  color: transparent;
}
#pagination a.prev,
#pagination span.prev {
  background-image: url(../images/shared_blog_arrow_prev.svg);
}
#pagination a.next,
#pagination span.next {
  background-image: url(../images/shared_blog_arrow_next.svg);
}
#pagination a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pagination span {
  opacity: 0.5;
}
#pagination .active a,
#pagination a.active:hover {
  background: none repeat scroll 0 0 #000000;
  color: #ffffff;
}

.blog-content .date {
  margin-bottom: 20px;
  text-align: center;
  color: var(--main-color);
}

.blog_list_style01 .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #bababa;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.blog_list_style01 .item picture {
  background-color: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
  border: 3px solid var(--main-color);
  width: 220px;
  height: 220px;
}
.blog_list_style01 .item picture img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog_list_style01 .item .info {
  width: calc(100% - 250px);
  position: relative;
  padding-bottom: 40px;
}
.blog_list_style01 .item .info p {
  margin-bottom: 0;
  line-height: 1.5;
}
.blog_list_style01 .item .info .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 15px;
  font-size: 90%;
}
.blog_list_style01 .item .info .date .tag {
  display: inline-block;
  color: transparent;
  font-size: 90%;
  letter-spacing: -1em;
}
.blog_list_style01 .item .info .date .tag a {
  background-color: var(--main-color);
  display: inline-block;
  margin-right: 2px;
  padding: 0 10px;
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
  margin-bottom: 1px;
  margin-top: 1px;
}
.blog_list_style01 .item .info .date .tag a.news {
  background-color: var(--main-color2);
}
.blog_list_style01 .item .info .date .day {
  margin-right: 1em;
}
.blog_list_style01 .item .info .ttl {
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
  font-size: 120%;
  font-weight: 600;
  color: #333333;
}
.blog_list_style01 .item .info .ttl a {
  color: inherit;
}
.blog_list_style01 .item .info .des {
  padding-bottom: 45px;
}
.blog_list_style01 .item .info .button {
  background-color: #fff;
  border: 3px solid #ddd;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.blog_list_style01 .item .info .button a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 10px;
  font-size: 90%;
  color: #333;
  text-decoration: none;
}
.blog_list_style01 .item .info .button a span {
  display: block;
  position: absolute;
  right: 5px;
  line-height: 1em;
  top: calc(50% - 0.55em);
}
.blog_list_style01 .item .info .button a::before {
  opacity: 0;
}
.blog_list_style01 .item .info .button::after {
  content: "";
  background-color: var(--main-color);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .blog_list_style01 .item .info .button:hover a {
    opacity: 1;
    color: #fff;
  }
  .blog_list_style01 .item .info .button:hover::after {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .blog_list_style01 .item {
    display: block;
  }
  .blog_list_style01 .item picture {
    margin: 0 auto;
  }
  .blog_list_style01 .item .info {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .blog_list_style01 .item .info .button {
    position: relative;
    display: table;
  }
}
@media only screen and (max-width: 768px) {
  .blog_list_style01 .item .info .des {
    padding-bottom: 25px;
  }
}
.main_blog_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_blog_container .main_blog_content {
  max-width: 100%;
  width: calc(100% - 250px);
}
.main_blog_container .main_blog_content > div {
  padding-top: 0;
}
.main_blog_container .sidebar {
  width: 220px;
}
.main_blog_container .sidebar .txt_head,
.main_blog_container .sidebar .widgettitle {
  background-color: var(--main-color);
  transform: none;
  position: static;
  display: block;
  margin-bottom: 0;
  padding: 15px 10px;
  width: 100%;
  writing-mode: horizontal-tb;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.main_blog_container .sidebar ul:not(.children) {
  background-color: #fff;
  border: 1px solid #ddebf2;
  border-top: 0;
  padding: 0 10px;
}
.main_blog_container .sidebar ul:not(.children) > li {
  border-bottom: 1px solid #959595;
  padding: 12px 10px;
  font-size: 80%;
}
.main_blog_container .sidebar ul:not(.children) > li:last-child {
  border-bottom: 0;
}
.main_blog_container .sidebar ul:not(.children) > li a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}
.main_blog_container .sidebar ul:not(.children) > li a:hover {
  text-decoration: none;
}
.main_blog_container .sidebar ul.children {
  padding: 7px 7px;
}
.main_blog_container .sidebar ul.children li {
  padding-bottom: 5px;
}
.main_blog_container .sidebar ul.children li:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .main_blog_container .main_blog_content {
    width: auto;
    margin: 0 auto;
  }
  .main_blog_container .sidebar {
    display: none;
  }
}
.blog_post_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 100px auto 0;
}
.blog_post_button > div {
  position: relative;
  width: 32%;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 0.9em;
  overflow: hidden;
}
.blog_post_button > div:empty::before, .blog_post_button > div:empty::after {
  display: none;
}
.blog_post_button > div::before, .blog_post_button > div::after {
  content: "";
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog_post_button > div::before {
  background-color: var(--main-color);
}
.blog_post_button > div::after {
  border: 1px solid var(--main-color);
}
.blog_post_button > div a {
  transition: all 0.3s;
  display: block;
  position: relative;
  z-index: 1;
  padding: 11px 10px 10px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .blog_post_button > div a:not(.tel_click):hover,
  .blog_post_button > div a:not(.tel_click):active {
    opacity: 1;
    color: #fff;
  }
}
@media only screen and (min-width: 769px) {
  .blog_post_button > div:hover::before {
    opacity: 0;
    transform: scale(0.8);
  }
  .blog_post_button > div:hover::after {
    opacity: 1;
    transform: scale(1);
  }
  .blog_post_button > div:hover a {
    color: #000;
  }
}

/* END BLOG
------------------------------------------------------------------------*/
/* START Mail
------------------------------------------------------------------------*/
.contact-form-style01 .contact-table {
  background-size: cover;
  width: 100%;
  margin: 0 auto 0px;
  overflow: hidden;
  position: relative;
}
.contact-form-style01 .contact-table textarea {
  min-width: 100%;
}
.contact-form-style01 .contact-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
  border: 1px solid;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 1rem;
}
.contact-form-style01 .contact-table input {
  width: 100%;
}
.contact-form-style01 .contact-table textarea {
  max-width: 100%;
  width: 100%;
  height: 7em;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table textarea {
  transition: all 0.2s ease-in-out;
}
.contact-form-style01 .contact-table input[type=radio],
.contact-form-style01 .contact-table input[type=checkbox] {
  margin: 5px 3px 5px 0px;
  width: auto;
}
.contact-form-style01 .contact-table [readonly*=readonly] {
  background: none;
  border: 0;
  font-weight: bold;
}
.contact-form-style01 .contact-table dl {
  position: relative;
  z-index: 1;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form-style01 .contact-table dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 400px;
  padding: 15px 20px;
  font-size: 1.125em;
}
.contact-form-style01 .contact-table dt span {
  display: inline-block;
  border-radius: 7px;
  padding: 2px 7px;
  margin-left: 5px;
  font-size: 70%;
  line-height: 1;
}
.contact-form-style01 .contact-table dd {
  width: calc(100% - 400px);
  padding: 15px 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-form-style01 .contact-table .postal_code {
  display: flex;
  flex-wrap: wrap;
}
.contact-form-style01 .contact-table .inline span {
  max-width: 75px;
  margin: 0 5px;
  text-align: center;
}
.contact-form-style01 .contact-table .inline input {
  text-align: center;
}
.contact-form-style01 .contact-table .clockpicker input {
  width: 70px;
  text-align: center;
}
.contact-form-style01 .contact-table input:not([type=radio]):not([type=checkbox]):focus, .contact-form-style01 .contact-table textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.contact-form-style01 .confirm-table textarea {
  resize: none;
  width: 100%;
}
.contact-form-style01 .confirm-table input:not([type=radio]):not([type=checkbox]):focus,
.contact-form-style01 .confirm-table textarea:focus {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.contact-form-style01 .input_btn,
.contact-form-style01 .button.thanks_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 520px;
  margin: 40px auto 0;
}
.contact-form-style01 .input_btn input,
.contact-form-style01 .input_btn a,
.contact-form-style01 .button.thanks_btn input,
.contact-form-style01 .button.thanks_btn a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
.contact-form-style01 .input_btn a,
.contact-form-style01 .button.thanks_btn a {
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form-style01 .input_btn input[type=button],
.contact-form-style01 .input_btn input[type=submit],
.contact-form-style01 .button.thanks_btn a {
  width: 200px;
  height: 45px;
  border: none;
  padding: 10px;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  margin: 0px 10px 10px;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.contact-form-style01 .input_btn input[type=button]:hover,
.contact-form-style01 .input_btn input[type=submit]:hover,
.contact-form-style01 .button.thanks_btn a:hover {
  opacity: 1;
  background-color: #ccc;
}
.contact-form-style01 .input_btn input[type=button],
.contact-form-style01 .input_btn input[type=submit],
.contact-form-style01 .button.thanks_btn {
  background-color: var(--main-color);
  color: #fff;
  font-family: var(--f-jp);
}
.contact-form-style01 .contact-table {
  border: 1px solid #ddd;
}
.contact-form-style01 .contact-table input,
.contact-form-style01 .contact-table select,
.contact-form-style01 .contact-table textarea {
  border-color: #ddd;
}
@media only screen and (min-width: 769px) {
  .contact-form-style01 .contact-table dl:last-child dt,
  .contact-form-style01 .contact-table dl:last-child dd {
    border-bottom: none;
  }
}
.contact-form-style01 .contact-table dt {
  background-color: var(--main-color);
  border-bottom: 1px solid #ddd;
  color: #fff;
}
.contact-form-style01 .contact-table dt span {
  background-color: #ffffff;
  color: #ff3c7f;
}
@-moz-document url-prefix() {
  .contact-form-style01 .contact-table dt span {
    /* Fire Fox */
    padding-bottom: 3px;
  }
}
.contact-form-style01 .contact-table dd {
  border-bottom: 1px solid #ddd;
}
.contact-form-style01 .wpcf7-not-valid-tip {
  display: block;
  margin: 3px 7px 0;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 80%;
  color: #ff3c7f;
}

.wpcf7-response-output {
  padding-top: 20px;
}

.wpcf7-list-item {
  margin-right: 15px;
}

.wpcf7-list-item-label {
  color: #000;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.cf7msm-ro {
  white-space: pre-wrap;
}

.captcha_box {
  display: table;
  margin: 50px auto 0;
}
@-moz-document url-prefix() {
  .captcha_box {
    /* Fire Fox */
    display: block;
    width: 304px;
    height: 78px;
  }
}
@supports (-webkit-touch-callout: none) {
  .captcha_box {
    /* Specific to iOS devices */
    display: block;
    width: 304px;
    height: 78px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .captcha_box {
      /* Safari */
      display: block;
      width: 304px;
      height: 78px;
    }
  }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .contact-form-style01 .contact-table dt {
    width: 40%;
  }
  .contact-form-style01 .contact-table dd {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .contact-form-style01 .contact-table {
    border: none;
  }
  .contact-form-style01 .contact-table dl {
    display: block;
  }
  .contact-form-style01 .contact-table dt {
    border-bottom: none;
    border-left: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
  }
  .contact-form-style01 .contact-table dt,
  .contact-form-style01 .contact-table dd {
    width: 100%;
  }
  .contact-form-style01 .contact-table dd {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .contact-form-style01 .contact-table input,
  .contact-form-style01 .contact-table textarea {
    width: 100%;
  }
  .contact-form-style01 .contact-table input[type=checkbox],
  .contact-form-style01 .contact-table input[type=radio] {
    width: auto;
  }
  .contact-form-style01 .wpcf7-list-item {
    display: block;
  }
}
/* END Mail*/
/*INTERVIEW PAGE*/
.under {
  counter-reset: count;
}
.under.page-interview, .under.page-interview-debt {
  --secH3: 80px;
}
.under.page-interview .key, .under.page-interview-debt .key {
  max-height: 650px;
  background-image: url(../images/key_interview.jpg);
  height: 50vw;
}
.under.page-interview .key::before, .under.page-interview-debt .key::before {
  background-image: url(../images/key_interview.jpg);
  background-position: right 15% center;
}
.under.page-interview .key .key_text, .under.page-interview-debt .key .key_text {
  justify-content: flex-start;
}
.under.page-interview .key .catch, .under.page-interview-debt .key .catch {
  min-width: 50em;
  font-size: 0.625em;
}
.under.page-interview .key .catch h2,
.under.page-interview .key .catch p, .under.page-interview-debt .key .catch h2,
.under.page-interview-debt .key .catch p {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.under.page-interview .key .catch h2, .under.page-interview-debt .key .catch h2 {
  margin-bottom: 0.1em;
  font-size: 4.6em;
  border-bottom: 1px solid var(--clr1);
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: var(--main-color);
  text-align: left;
}
.under.page-interview .key .key-if, .under.page-interview-debt .key .key-if {
  font-size: 10px;
}
.under.page-interview .key .key-lb, .under.page-interview-debt .key .key-lb {
  font-size: 1.8em;
  color: var(--main-color);
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: 0.1277777778em;
}
.under.page-interview .key .key-n-jp, .under.page-interview-debt .key .key-n-jp {
  font-size: 3.6em;
  font-weight: 500;
  line-height: 1.15;
  color: var(--main-color);
  margin-bottom: 0.1666666667em;
}
.under.page-interview .key .key-n-en, .under.page-interview-debt .key .key-n-en {
  line-height: 1.2;
  font-size: 1.6em;
  color: var(--main-color2);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.interview_catch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 26em;
  max-width: 100%;
  min-height: 5em;
  background-color: #eee;
  background-color: rgba(80, 167, 228, 0.2);
  border: 0 solid var(--main-color);
  border-width: 3px 0;
  position: relative;
  z-index: 1;
  padding: 0.8333333333em;
  font-size: 24px;
}
.interview_catch p {
  line-height: 1.45;
  text-align: center;
  font-weight: 500;
  color: var(--main-color);
}
.interview_sec {
  margin-bottom: var(--secH3);
}
.interview_sec:last-child {
  margin-bottom: 0;
}
.interview_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.interview_box.box_right {
  flex-direction: row-reverse;
}
.interview_img {
  position: relative;
  max-width: 45%;
}
@media only screen and (min-width: 769px) {
  .interview_img::before {
    content: counter(count, decimal-leading-zero);
    counter-increment: count;
  }
}
.interview_img:before {
  position: absolute;
  bottom: 0.35em;
  left: 0.1em;
  line-height: 0.5;
  font-size: 110px;
  color: var(--main-color2);
}
.interview_content {
  max-width: 51%;
}

@media only screen and (max-width: 1366px) and (min-width: 769px) and (max-height: 720px) {
  .under.page-interview .key, .under.page-interview-debt .key {
    max-height: 500px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .under .interview_img:before {
    font-size: 8.59375vw;
  }
  .under.page-interview, .under.page-interview-debt {
    --secH3: calc(80 / 1280 * 100vw);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .interview_catch {
    border-width: 2px 0;
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 992px) and (min-width: 769px) {
  .under.page-interview .key .catch, .under.page-interview-debt .key .catch {
    font-size: 0.8064516129vw;
  }
  .under.page-interview .key .key-if, .under.page-interview-debt .key .key-if {
    font-size: 1.1428571429em;
  }
}
/*---------add post---------*/
.blog-content .entry > h4 {
  margin-top: 2em;
}

.blog-content .entry > h5 {
  margin-top: 2em;
}

.blog-content .entry .colImg1 img,
.img_wcap_ct img {
  margin: 0px auto;
  max-height: 500px;
}

.blog-content .entry .list01 {
  margin-top: 30px;
}

.center_img {
  margin: 0 auto 1.5em;
  text-align: center;
}

.img_wcap_ct {
  margin: 40px auto 40px;
  text-align: center;
}

.box_center {
  max-width: 760px;
  margin: 0 auto 40px;
}

p:empty {
  display: none;
}

.box_lig01 {
  margin-top: 40px;
  position: relative;
  padding: 40px;
  background: #e3edf7;
  margin-bottom: 40px;
}

.box_lig01 p:last-child {
  margin-bottom: 0;
}

.box_lig02 {
  margin-top: 40px;
  position: relative;
  padding: 40px;
  background: var(--main-color);
  color: #fff;
  margin-bottom: 40px;
}

.box_lig02 p:last-child {
  margin-bottom: 0;
}

.note01 {
  margin-bottom: 30px;
}

.note01 {
  position: relative;
  padding-left: 20px;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.note01:before {
  content: "※";
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0;
  line-height: 2.25;
}

.note01.note_c {
  margin-top: 1em;
  color: #d90029;
}

.note01.note_c:before {
  color: #d90029;
}

.box_ctwimg {
  clear: both;
  margin-bottom: 40px;
}

.box_ctwimg p:last-child {
  margin-bottom: 0;
}

.catption_txt {
  padding-top: 10px;
  color: #8e8e8e;
  font-size: 15px;
  display: block;
}
.catption_txt:empty {
  display: none;
}

blockquote p,
blockquote li,
blockquote dt,
blockquote dd,
blockquote a {
  font-size: 16px;
}

blockquote {
  position: relative;
  padding: 25px 30px 25px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
  margin-bottom: 40px;
  border-left: 2px solid #e5127c;
  -webkit-box-shadow: 1px 2px 2px 0px #e0e0e0;
  box-shadow: 1px 2px 2px 0px #e0e0e0;
}

blockquote:before {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 2;
  background-size: 40px;
  width: 50px;
  height: 50px;
  content: "";
}

blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/*---------add post sp---------*/
.blog-content .imgBox.colImg2 picture {
  height: 320px;
}

.blog-content .imgBox.colImg3 picture {
  height: 250px;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .blog-content .imgBox.colImg2 picture {
    height: 21.875vw;
  }
  .blog-content .imgBox.colImg3 picture {
    height: 17.1875vw;
  }
  .under .imgBox.colImg1 .item img {
    max-height: 39.0625vw;
  }
  .box_lig01,
  .box_lig02 {
    padding: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  .img_wcap_ct {
    margin-bottom: 30px;
    width: auto !important;
  }
  .under .blog-content .entry .colImg1 img,
  .under .img_wcap_ct img {
    max-width: 100%;
  }
  .box_lig01,
  .box_lig02 {
    padding: 20px;
    margin-top: 30px;
  }
}
.ugreet {
  margin-bottom: 30px;
}
.ugreet:last-child {
  margin-bottom: 0;
}
.ugreet .ugreet-info {
  text-align: right;
  margin-top: 30px;
  font-size: 28px;
}
.ugreet .ugreet-name {
  letter-spacing: 0.1em;
  line-height: 1.5;
  display: block;
  font-size: 80%;
}
.ugreet .ugreet-job {
  display: block;
  color: var(--main-color);
  font-weight: 600;
  font-size: 100%;
  line-height: 1.5;
}
.ugreet .ugreet-job span {
  font-size: 65%;
}

.ustep {
  counter-reset: count;
}
.ustep .ustep-item {
  --mb: 43px;
  position: relative;
  margin-bottom: var(--mb);
  padding: 45px;
  z-index: 0;
  background: url("../images/ustep-bg.jpg") center/cover no-repeat;
}
.ustep .ustep-item:last-child {
  margin-bottom: 0;
}
.ustep .ustep-num {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--main-color2);
  width: 140px;
  height: 126px;
  line-height: 1;
  clip-path: polygon(0 0, 101% 0, 101% 100%);
  margin-bottom: 0;
}
.ustep .ustep-num span {
  position: absolute;
  top: -11px;
  right: -13px;
  font-weight: 300;
  font-family: var(--f-en);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  transform-origin: center left;
  transform: rotate(46deg);
  letter-spacing: 0.0388888889em;
}
.ustep .ustep-num span::after {
  content: counter(count, decimal-leading-zero);
  counter-increment: count;
  font-family: var(--f-serif);
  font-size: 30px;
  font-weight: 200;
  display: inline-block;
}
.ustep .ustep-desc {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 74px 93px 68px;
  width: 100%;
  position: relative;
  z-index: 0;
}
.ustep .ustep-desc h4,
.ustep .ustep-desc h5 {
  background: transparent;
  padding: 0 0 28px;
  margin: 0 0 27px;
  color: var(--main-color);
  border: none;
  font-size: 24px;
}
.ustep .ustep-desc h4::before,
.ustep .ustep-desc h5::before {
  display: none;
}
.ustep .ustep-desc h4::after,
.ustep .ustep-desc h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 100px;
  height: 1px;
  background-color: var(--main-color);
}
.ustep .ustep-desc p {
  padding-left: 2px;
  letter-spacing: -0.6px;
}

.upoint {
  counter-reset: upoint;
}
.upoint .upoint-item {
  position: relative;
  margin-top: 50px;
  background-color: #f3f6f8;
  display: flex;
  --w: 120px;
}
.upoint .upoint-item:first-child {
  margin-top: 0;
}
.upoint .upoint-num {
  color: var(--main-color);
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 0 0.7142857143em 0;
  flex-shrink: 0;
  width: var(--w);
}
.upoint .upoint-num::before {
  content: "";
  display: block;
  width: 1px;
  height: 2.1428571429em;
  margin: 0 auto 0.7142857143em;
  background-color: var(--main-color);
}
.upoint .upoint-num::after {
  content: counter(upoint, decimal-leading-zero);
  counter-increment: upoint;
  font-size: 3.5714285714em;
  line-height: 1;
  font-family: var(--f-serif);
  font-weight: 400;
  display: block;
}
.upoint .upoint-desc {
  --p: 40px;
  padding: var(--p);
  padding-left: 0;
  width: calc(100% - var(--w));
  margin-left: auto;
}

.ufaq .ufaq-item {
  margin-bottom: 50px;
  padding: 50px;
  background-color: rgba(97, 184, 229, 0.15);
  border: 1px solid var(--main-color2);
  border-radius: 4px;
}
.ufaq .ufaq-item:last-child {
  margin-bottom: 0;
}
.ufaq .ufaq-head {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
.ufaq .ufaq-a,
.ufaq .ufaq-q {
  flex-shrink: 0;
  text-align: center;
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
  color: var(--main-color);
  text-transform: uppercase;
  margin: 0;
}
.ufaq .ufaq-q {
  margin-right: 15px;
  margin-top: -5px;
}
.ufaq .ufaq-a {
  margin-right: 15px;
}
.ufaq .ufaq-tt {
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  color: var(--clr1);
  font-size: 26px;
}
.ufaq .ufaq-body {
  display: flex;
  padding-left: 40px;
}
.ufaq .ufaq-desc {
  background-color: rgba(37, 96, 163, 0.2);
  padding: 20px;
  border-radius: 4px;
}

.under p + .ubtn {
  margin-top: 30px;
}

.under p + .ubtn-gr {
  margin-top: 30px;
}

.ubtn {
  --w: 350px;
  width: min(100%, var(--w));
  margin: 0 auto;
  line-height: 1.5;
  margin-bottom: 20px;
}
.ubtn:last-child {
  margin-bottom: 0;
}
.ubtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 50px;
  color: #fff !important;
  text-decoration: none;
  position: relative;
  z-index: 0;
  background-color: var(--main-color2);
  transition: all 0.3s ease;
  padding: 10px 30px;
  opacity: 1;
}
.ubtn a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/ibtn-bg.jpg") center/cover no-repeat;
  z-index: -1;
  transition: all 0.3s ease;
  opacity: 1;
}
.ubtn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 14px;
  height: 8px;
  background: url("../images/ibtn-ic.png") center/contain no-repeat;
  filter: brightness(0) invert(1);
}

.tlink {
  text-decoration: none;
  color: var(--main-color2);
}

.tblank {
  opacity: 1;
  text-decoration: none;
  color: var(--main-color2);
}

.ustep-sm {
  counter-reset: ustm;
}
.ustep-sm .ustm-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
}
.ustep-sm .ustm-item:last-child {
  margin-bottom: 0;
}
.ustep-sm .ustm-item::before {
  content: counter(ustm, decimal-leading-zero);
  counter-increment: ustm;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--main-color);
  color: #fff;
  font-size: 20px;
  margin-right: 30px;
  flex-shrink: 0;
}
.ustep-sm .ustm-desc {
  background-color: #eee;
  width: 100%;
  border-radius: 8px;
  padding: 30px;
}
@media screen and (min-width: 769px) {
  .ubtn-gr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .ubtn-gr .ubtn {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
  .ubtn-gr.col2 .ubtn {
    margin: 0;
    width: calc((100% - 15px) / 2);
    max-width: var(--w);
  }
  .ubtn-gr.col3 .ubtn {
    margin: 0;
    width: calc((100% - 30px) / 3);
    max-width: var(--w);
  }
  .ubtn a:not([target]):hover {
    opacity: 1;
    color: #fff;
  }
  .ubtn a:not([target]):hover::before {
    opacity: 0;
    visibility: hidden;
  }
  .tlink:hover {
    text-decoration: underline;
  }
  .under .topic_path a {
    transition: all 0.3s ease;
  }
  .under .topic_path a:hover {
    color: var(--main-color2);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .under .key {
    height: max(31.25vw, 300px);
  }
  .under .key .key_text h2 {
    font-size: 30px;
    padding-bottom: 0;
  }
  .under .imgBox.rowImg .image_l,
  .under .imgBox.rowImg .image_r {
    max-width: 35.15625vw;
    --marginImg: calc(50 / 1280 * 100vw);
  }
  .under ul.list01 {
    padding: 4.6875vw;
  }
  .under table.tbl_block th {
    width: 21.875vw;
  }
  .ustep .ustep-desc {
    padding: 5.78125vw 7.265625vw 5.3125vw;
  }
  .blog_list_style01 .item {
    --w: calc(220 / 1280 * 100vw);
  }
  .blog_list_style01 .item picture {
    width: var(--w);
    height: var(--w);
  }
  .blog_list_style01 .item .info {
    width: calc(100% - var(--w) - 20px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .under {
    --secFirst: 70px;
    --secH3: 70px;
    --secH4: 50px;
    --secH5: 40px;
    --secH6: 23px;
  }
  .under .key .key_text h2 {
    font-size: 30px;
    padding-bottom: 0;
  }
  .under h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .under h4 {
    font-size: 24px;
    padding: 6px 15px;
  }
  .under h5 {
    font-size: 22px;
  }
  .under h6 {
    font-size: 20px;
  }
  .under ul.list01 li {
    padding-left: 15px;
  }
  .under .toc_list {
    padding: 3.90625vw;
  }
  .under .toc_list::before {
    inset: 8px;
  }
  .ubtn {
    --w: 310px;
  }
  .ustep .ustep-num {
    font-size: 1.3671875vw;
    width: 7.7777777778em;
    height: 7em;
  }
  .ustep .ustep-num span {
    top: -0.6111111111em;
    right: -0.7222222222em;
    font-size: 1em;
  }
  .ustep .ustep-num span::after {
    font-size: 1.6666666667em;
  }
  .ustep .ustep-item {
    padding: 3.41796875vw;
  }
  .ustep .ustep-desc {
    padding: 3.90625vw;
  }
  .ustep .ustep-desc h4,
  .ustep .ustep-desc h5 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .upoint .upoint-item {
    --w: calc(120 / 1024 * 100vw);
  }
  .upoint .upoint-num {
    font-size: 1.3671875vw;
  }
  .upoint .upoint-desc {
    --p: calc(40 / 1024 * 100vw);
  }
  .upoint .upoint-desc h4 {
    margin-bottom: 1.953125vw;
  }
  .ustep-sm .ustm-item {
    margin-bottom: 20px;
  }
  .ustep-sm .ustm-item::before {
    margin-right: 20px;
  }
  .ustep-sm .ustm-desc {
    padding: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .under table.tbl_time th:first-child {
    width: 19%;
  }
  .under .imgBox.rowImg .image_l,
  .under .imgBox.rowImg .image_r {
    max-width: 35.15625vw;
    display: table;
    float: none;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .main_blog_container {
    --wsidebar: calc(220 / 992 * 100vw);
  }
  .main_blog_container .main_blog_content {
    width: calc(100% - var(--wsidebar) - 20px);
  }
  .main_blog_container .sidebar {
    width: var(--wsidebar);
  }
  .main_blog_container .sidebar .widgettitle {
    font-size: 1.814516129vw;
  }
  .blog_list_style01 .item picture {
    border-width: 2px;
  }
  .blog_list_style01 .item .info .des {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  ul.list01.mcol-2.lst-1439 li {
    width: 100% !important;
    padding-right: 0;
  }
  ul.list01.mcol-2.lst-1439 li:nth-child(2n+1) {
    margin-bottom: 0.7777777778em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1366px) {
  ul.list01.mcol-2.lst-1366 li {
    width: 100% !important;
    padding-right: 0;
  }
  ul.list01.mcol-2.lst-1366 li:nth-child(2n+1) {
    margin-bottom: 0.7777777778em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1279px) {
  ul.list01.mcol-2.lst-1279 li {
    width: 100% !important;
    padding-right: 0;
  }
  ul.list01.mcol-2.lst-1279 li:nth-child(2n+1) {
    margin-bottom: 0.7777777778em;
  }
  .page-compensation-claim .toc_list li {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  ul.list01.mcol-2.lst-1023 li {
    width: 100% !important;
    padding-right: 0;
  }
  ul.list01.mcol-2.lst-1023 li:nth-child(2n+1) {
    margin-bottom: 0.7777777778em;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  ul.list01.mcol-2.lst-991 li {
    width: 100% !important;
    padding-right: 0;
  }
  ul.list01.mcol-2.lst-991 li:nth-child(2n+1) {
    margin-bottom: 0.7777777778em;
  }
  .page-debt-limitation .toc_list li,
  .page-mortgage-loan .toc_list li,
  .page-scholarship .toc_list li,
  .page-bank-borrow .toc_list li,
  .page-card-loan .toc_list li,
  .page-blacklist .toc_list li,
  .page-overpayment-return .toc_list li,
  .page-individual-rehabilitation .toc_list li,
  .page-voluntary-settlement .toc_list li,
  .page-personal-bankruptcy .toc_list li,
  .page-corporate-law .toc_list li,
  .page-real-estate .toc_list li,
  .page-criminal-case .toc_list li,
  .page-asset-division .toc_list li,
  .page-middleaged-divorce .toc_list li,
  .page-child-support .toc_list li,
  .page-divorce .toc_list li,
  .page-negotiation .toc_list li,
  .page-traffic-accident .toc_list li,
  .page-renunciation .toc_list li,
  .page-inheritance-division .toc_list li,
  .page-inheritance .toc_list li,
  .page-consultation .toc_list li {
    width: 100%;
    padding-right: 0;
  }
}

/*# sourceMappingURL=under_pc.css.map */
