@charset "utf-8";
/* ***************************
relation
*************************** */
@media screen and (max-width: 767px) {
  .c-relation {
    padding: 0 20px;
  }
}

.c-relation__item {
  margin: 0;
  padding: 0;
  text-align: center;
}

.c-relation__item::before {
  content: none;
}

.c-relation__item + .c-relation__item {
  margin-top: 20px;
}

.c-relation__link {
  position: relative;
  display: inline-block;
}

.c-relation__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: background 0.3s linear;
}

.c-relation__link:hover {
  color: #222;
}

.c-relation__link:hover::after {
  background-color: rgba(0,0,0,0.15);
}

.c-relation__link p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  text-shadow: 0px 0px 2.91px rgba(0, 0, 0, 0.004);
}

.c-relation__link img {
  width: 100%;
}


/* ***************************
anchorLink
*************************** */
.p-anchorLink--square.c-anchorLink {
  justify-content: flex-start;
  margin: 40px -6px 0;
}

.p-anchorLink--square .c-anchorLink__item {
  width: 100%;
  max-width: 171px;
  margin: 6px;
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-anchorLink--square .c-anchorLink__item {
    width: calc(50% - 12px);
    max-width: 100%;
  }
}

.p-anchorLink--square .c-anchorLink__item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background linear .3s;
  width: 100%;
  padding: 7px 10px;
  box-sizing: border-box;
  color: #222;
}

.p-anchorLink--square .c-anchorLink__item__link:hover {
  background-color: #f2f2f2;
  color: #222;
}

.p-anchorLink--square .c-anchorLink__item__link::before {
  content: none;
}

.p-anchorLink--square .c-anchorLink__item__link span {
  position: relative;
  display: inline-block;
  padding-left: 17px;
}

.p-anchorLink--square .c-anchorLink__item__link span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  transform: rotate(90deg);
  display: inline-block;
  width: 8px;
  height: 12px;
  margin: auto;
  font-size: 12px;
  color: #666;
  content: "\e900";
}

/* ***************************
btn
*************************** */
.p-btn--media {
  margin-top: 50px;
}

.p-btn--media .c-btn__body {
  display: flex;
  align-items: center;
  min-width: auto;
  max-width: 384px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background-color: #eee;
  text-decoration: none;
  color: #222;
}

.p-btn--media .c-btn__body:hover {
  color: #222;
}

.p-btn--media .c-btn__link {
  position: relative;
  flex: 1 0 auto;
}

.p-btn--media .c-btn__link::after {
  position: absolute;
  top: 0;
  left: 0;
  transition: background linear 0.3s;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.p-btn--media .c-btn__link:hover::after {
  background-color: rgba(0,0,0,0.3);
}

.p-btn--media .c-btn__text {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0 20px;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-btn--media .c-btn__text {
    padding: 0 10px;
    font-size: 13px;
  }
}

.p-btn--media .c-btn__text p + p {
  margin-top: 6px;
}


/* ***************************
list
*************************** */
.p-listBrackets {
  margin-left: 8px;
}

.p-listBrackets li {
  padding-left: 28px;
}

.p-listBrackets li::before {
  content: "[" counter(count-number) "]";
}

/* ***************************
table
*************************** */
.p-table {
  width: auto;
}

td {
  padding: 16px 16px 15px;
}

/* ***************************
mediaModal
*************************** */
.p-mediaModal {
  display: none;
}

.p-mediaModal__body{
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.p-mediaModal__body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-container {
  max-width: 760px;
}

.modaal-content-container {
  padding: 65px 20px 21px;
}

.modaal-close {
  position: absolute;
  top: 19px;
  right: 20px;
  width: 27px;
  height: 27px;
  border-radius: 0;
}

.modaal-close:focus, .modaal-close:hover {
  background-color: transparent;
}

.modaal-close::before, .modaal-close::after {
  top: 50%;
  right: -4px;
  left: auto;
  width: 35px;
  height: 3px;
  border-radius: 0;
  background: #999;
}

.modaal-close::before {
  transform: translateY(-50%) rotate(-45deg);
}

.modaal-close::after {
  transform: translateY(-50%) rotate(45deg);
}


/* ***************************
column
*************************** */
@media screen and (max-width: 767px) {
  .p-column--message .c-column__body {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .p-column--message .c-column--width3 {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-column--message .c-column--width9 {
    order: 2;
    margin-top: 15px;
  }
}

/* ***************************
memberList
*************************** */
* + .p-memberList {
  margin-top: 35px;
}

.p-memberList dl {
  display: flex;
  padding: 18px 0 20px;
  border-bottom: 1px dashed #c1c1c1;
}

@media screen and (max-width: 767px) {
  .p-memberList dl {
    display: block;
  }
}

.p-memberList dl:first-child {
  border-top: 1px dashed #c1c1c1;
}

.p-memberList dt {
  width: 280px;
  padding: 0 30px 0 18px;
  font-weight: bold;
  box-sizing: border-box;
}

.p-memberList dt span {
    padding: 0 4px 0 0;
    margin-left: -10px;
}

@media screen and (max-width: 767px) {
  .p-memberList dt {
    width: 100%;
    padding: 0;
  }
}

.p-memberList dd {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-memberList dd {
    margin-top: 10px;
  }
}

/* ***************************
companyData
*************************** */
.p-companyData dl {
  display: flex;
  padding: 19px 0 18px;
  border-bottom: 1px dashed #c1c1c1;
}

@media screen and (max-width: 767px) {
  .p-companyData dl {
    display: block;
  }
}

.p-companyData dl:first-child {
  border-top: 1px dashed #c1c1c1;
}

.p-companyData dl dt {
  width: 120px;
  padding-right: 15px;
  font-weight: bold;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-companyData dl dt {
    width: 100%;
    padding: 0;
  }
}

.p-companyData dl dd {
  width: calc(100% - 120px);
}

@media screen and (max-width: 767px) {
  .p-companyData dl dd {
    width: 100%;
    margin-top: 8px;
  }
}

* + .p-companyData {
  margin-top: 10px;
}

.p-companyData + * {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-companyData + * {
    margin-top: 45px;
  }
}

.p-companyData p + p {
  margin-top: 9px;
}

/*** tksadd250822 start ***/
.c-underPageTitle--h3 {
  margin-top: 10px;
  cursor: pointer;
}

.c-underPageTitle--h3 span::before, .c-underPageTitle--h3 span::after {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 2px;
  height: 15px;
  background-color: #ccc;
  content: "";
}

.c-underPageTitle--h3 span::before {
  transform: translateY(-50%);
  transition: transform .4s linear;
}

.c-underPageTitle--h3 span::after {
  transform: translateY(-50%) rotate(90deg);
}

.c-underPageTitle--h3.is-open span::before {
  transform: translateY(-50%) rotate(270deg);
  transition: transform .4s linear;
}

@media screen and (max-width: 900px) {
  .p-infoListWrap {
    padding: 0 10px;
  }
}

.p-infoListWrap__item {
  margin-top: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 900px) {
  .p-infoList {
    padding: 0;
  }
}

.p-infoList__item__heading {
  max-width: calc(100% - 214px);
}
@media screen and (max-width: 900px) {
  .p-infoList__item__heading {
    width: 100%;
    max-width: 100%;
  }
}

:not([class^=p-infoList__item__label]) + .p-infoList__item__heading {
  margin-left: 104px;
}
@media screen and (max-width: 900px) {
  :not([class^=p-infoList__item__label]) + .p-infoList__item__heading {
    margin-left: 0;
  }
}

.js-accordion + .p-infoList {
  display: none;
  margin-top: 8px;
  margin-bottom: 40px;
}

.c-underPageTitle--h3 {
  margin: 20px;
  font-size: 20px;
  line-height: 120%;
}

@media screen and (max-width: 767px) {
  .c-underPageTitle--h3 {
    margin-top: 8px;
    font-size: 20px;
    line-height: 150%;
  }
}

.c-underPageTitle--h3:before {
  height: 11px;
}

@media screen and (max-width: 767px) {
  .c-underPageTitle--h3:before {
    height: 11px;
  }
}

.l_clear {
  text-decoration: none;
}

.g_anchor {
  margin: 10px;
}

.p-infoList {
  width: 100%;
  box-sizing: border-box;
}

.p-companyData dl {
  display: flex;
  padding: 19px 0 18px;
  border-bottom: 1px dashed #c1c1c1;
}

.c-underPageTitle--h3 span {
  position: relative;
  display: block;
}

/*** tksadd250822 end ***/

.p-businessIcon {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}

.p-businessIcon__item {
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 5px;
  
  /*** tksadd250822 start ***/
  /* display: flex;
  align-items: center;
  margin: 0 0 8px;
  padding: 0 8px 0 0; */
  /*** tksadd250822 end ***/
}

.p-businessIcon__item:before {
  content: none;
}

.p-businessIcon__image {
  max-width: 100%;
  height: auto;
}

.p-businessIcon__text {
  width: 50px;
  margin: 0 0 0 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}

.p-categoryUnderLink__item__link:before {
  top: 50%;
  transform: translateY(-50%);
}

/* ***************************
utility
*************************** */
.u-white {
  color: #fff !important;
}