.topicPath__wrap {
  padding-top: 60px;
}
@media only screen and (max-width: 1023px) {
  .topicPath__wrap.f-auth {
    padding-top: 100px;
  }
}

.company {
  margin-top: 60px !important;
  padding-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch
}
@media only screen and (max-width: 768px) {
  .company {
    display: block;
  }
}
.company__main {
  width: 670px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .company__main {
    width: 100%;
  }
}
.company__name {
  font-size: 2.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .company__name {
    padding: 0 20px;
    margin-bottom: 10px;
  }
}
.company__closed {
  padding: 0.25em 0.5em;
  font-weight: bold;
  color: #777;
  border: solid 2px #777;
  border-radius: 6px;
  font-size: 0.5em;
  vertical-align: top;
  margin-top: 3px;
  display: inline-block;
}
.company__head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch
}
@media only screen and (max-width: 768px) {
  .company__head {
    padding: 10px 15px;
  }
}

.company__logo {
  width: 160px;
  height: 160px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: #ddd 1px solid;
}

@media only screen and (max-width: 768px) {
  .company__logo {
    width: 25vw;
    height: 25vw;
    padding: 5px;
  }
}

.company__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.company__text {
  width: 490px;
  font-size: 1.3rem;
  line-height: 1.75;
}
.company__text--noimg {
  font-size: 1.3rem;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .company__text {
    width: 100%;
    font-size: 1.6rem;
    padding-left: 10px;
    flex: 1;
  }
}
.company__category {
  margin-top: 9px;
  display: flex;
  flex-flow: wrap;
}
.company__category__item {
  margin: 0 5px 9px 0;
  padding: 5px 6px 4px 5px;
  line-height: 1;
  font-size: 1.1rem;
  border-radius: 5px;
  background: #d4d4d4;
}

.company__link {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .company__link {
    display: block;
  }
}

.company__link a {
  transition: none;
  color: #777;
  text-decoration: none;
  transition: all 0.3s linear;
  font-size: 11px;
}

.company__link a:hover {
  color: #e82212;
}

.fa-angle-down {
  margin-left: 6px;
  color: #d9655c;
}

@media only screen and (max-width: 768px) {
  .fa-angle-down {
    margin-left: 3px;
  }
}

.company__link--detail {
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .company__link--detail {
    margin-right: 0;
  }
}

.company__link--detail:last-child {
  margin-right: 0;
}

.company__card {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .company__card {
    padding: 0 20px;
  }
}
.company__card__title {
  font-size: 2.2rem;
  border-bottom: #333 2px solid;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #333;
}

#company__card--basicInfo,
#company__card--tag,
#company__card--businesstag,
#company__card--results {
  padding-top: 60px;
  margin-top: -60px;
}

.company__info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .company__info {
    display: block;
  }
}
.company__info__item {
  width: 325px;
}
@media only screen and (max-width: 768px) {
  .company__info__item {
    width: 100%;
  }
}
.company__info__table {
  width: 100%;
}
.company__info__table th, .company__info__table td {
  padding: 5px;
  border-bottom: #ddd 1px solid;
}
.company__info__table th {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.company__info__table .tooltip-mark {
  margin-top: -2px;
  margin-left: 4px;
  padding-top: 3px;
  font-size: 13px;
}

@media only screen and (max-width: 768px) {
  .company__info__table th {
    width: 30%;
    font-size: 1.4rem;
  }
}
.company__info__table td {
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .company__info__table td {
    font-size: 1.6rem;
  }
}
.company__info__table td::before {
  content: ":";
  padding-right: 10px;
}
.company__info__table .td_no_before:before {
  content: none;
}
.company__info__table td a {
  transition: all 0.3s linear;
  word-break: break-all;
}

.company__info__table td i {
  font-size: 8px;
  margin-left: 3px;
  position: relative;
  top: -1px;
}
.company__info__table td .credit_rating_class {
  margin-right: 2rem;
}

@media only screen and (max-width: 768px) {
  .company__info__table td img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
}

/* 非ログイン時の企業基本情報欄で使用 */
.company__info__item .tr {
  padding: 5px;
  border-bottom: #ddd 1px solid;
  display: grid;
  grid-template-columns: 35% 65%;
}
@media only screen and (max-width: 768px) {
  .company__info__item .tr {
    height: 4rem;
    grid-template-columns: 30% 70%;
  }
}
.company__info__item .th {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .company__info__item .th {
    font-size: 1.4rem;
  }
}
.company__info__item .td::before {
  content: ":";
  padding-right: 10px;
}
.company__info__item .td {
  font-size: 1.3rem;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .company__info__item .td {
    font-size: 1.6rem;
  }
}

.company__subInfo__item .item {
  padding-bottom: 10px;
  overflow: hidden;
}
.company__subInfo__item .item:last-child {
  padding-bottom: 0px;
}
.company__subInfo__item .label {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .company__subInfo__item .label {
    font-size: 1.4rem;
  }
}
.company__subInfo__item .data {
  font-size: 1.3rem;
  height: 100%;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .company__subInfo__item .data {
    font-size: 1.6rem;
  }
}

.company__news__item {
  border-bottom: #ededed 1px solid;
}
.company__news__item a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  padding: 10px 0;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 768px) {
  .company__news__item a {
    display: block;
  }
}
.company__news__item a .company__news__time {
  width: 70px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .company__news__item a .company__news__time {
    width: 100%;
    font-weight: 1.6rem;
    margin-bottom: 5px;
  }
}
.company__news__item a .company__news__text {
  width: 590px;
  font-size: 1.3rem;
  color: #333;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 768px) {
  .company__news__item a .company__news__text {
    width: 100%;
    font-size: 1.6rem;
  }
}
.company__news__item a:hover .company__news__text {
  color: #e82212;
}

.company__source--tag,
.company__source--businesstag {
  font-size: 13px;
  color: #777;
  line-height: 1.5;
  margin-bottom: 4px;
  margin-right: 7px;
  display: inline-block;
}

.company__settlements__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-top: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .company__settlements__title {
    font-size: 1.6rem;
  }
}

.company__performance {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.company__performance__card {
  width: 320px;
  margin-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .company__performance__card {
    width: 100%;
  }
}
.company__performance__card:nth-child(odd) {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .company__performance__card:nth-child(odd) {
    margin-right: 0;
  }
}
.company__performance__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .company__performance__title {
    font-size: 1.6rem;
  }
}

.company__performance__data {
  font-size: 13px;
}

@media only screen and (max-width: 768px) {
  .company__performance__data {
    width: 100%;
    text-align: center;
  }
}
.company__performance__data img {
  max-width: 100%;
  height: auto;
}
.company__performance__table th, .company__performance__table td {
  text-align: left;
  padding: 5px 3px 0;

}
.company__performance__table th {
  font-size: 13px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .company__performance__table th {
    font-size: 1.6rem;
  }
}
.company__performance__table td {
  font-size: 1.3rem
}
@media only screen and (max-width: 768px) {
  .company__performance__table td {
    font-size: 1.6rem;
  }
}
.company__performance__table td::before {
  content: "/"
}
.company__sub {
  width: 240px;
}
@media only screen and (max-width: 768px) {
  .company__sub {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    padding: 0 15px;
  }
}
.company__subInfo {
  padding-top: 15px;
}
@media only screen and (max-width: 768px) {
  .company__subInfo {
    padding-top: 0;
  }
}
.company__subInfo__title {
  background: #333;
  color: #fff;
  font-size: 1.4rem;
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  .company__subInfo__title {
    font-size: 1.6rem;
  }
}
.company__subInfo__contents {
  background: #f3f3ef;
  padding: 10px 15px;
}
.company__subInfo__table {
  width: 100%;
  word-break: break-all;
}
.company__subInfo__table th, .company__subInfo__table td {
  font-size: 1.2rem;
  padding: 5px 0
}

.company__snsArea {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.company__sns img {
  border-radius:50%;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 768px) {
  .company__sns img {
    width: 40px;
    height: 40px;
    margin-right: 30px;
  }
}

.company__sns img:hover {
  opacity: 0.8;
}

.company__sns--pocket {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #ee4256;
  color: #fff;
  border-radius: 16px;
  font-size: 20px;
  transition: all 0.3s linear;
}

.company__sns--pocket:hover {
  color: #fff;
  opacity: 0.8;
}

.fa-get-pocket {
  position: relative;
  top: 1px;
  left: 7px;
}

@media only screen and (max-width: 768px) {
  .company__sns--pocket {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 25px;
  }

  .fa-get-pocket {
    top: 2px;
    left: 9px;
  }

  .company__subInfo__table th, .company__subInfo__table td {
    font-size: 1.6rem;
  }
}
.company__subInfo__table th {
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
}
.company__subInfo__table td::before {
  content: ":";
  padding-right: 5px;
}
@media only screen and (max-width: 768px) {
  .company__subInfo__table td img {
    vertical-align: middle;
  }
}

.watchList {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .watchList {
    margin-top: 0;
    text-align: right;
  }
}

.watchList a {
  display: block;
  background: #e82212;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 10px;
  text-decoration: none;
  width: 240px;
  border-radius: 20px;
  transition: all 0.3s linear;
  cursor: pointer;
  vertical-align: middle;
}
.watchList a:hover {
  opacity: 0.8;
}

.watchList .fa-star {
  font-size: 11px;
  margin-right: 5px;
}

.itemDownload {
  margin-top: 10px;
  margin-bottom: 20px;
}

.itemDownload.disabled {
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .itemDownload {
    margin-top: 0;
    text-align: right;
  }
}

.itemDownload a {
  display: block;
  background: #e82212;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 10px;
  text-decoration: none;
  width: 240px;
  border-radius: 20px;
  transition: all 0.3s linear;
  cursor: pointer;
  vertical-align: middle;
}

.itemDownload a:hover {
  opacity: 0.8;
}

.itemDownload .fa-download {
  font-size: 11px;
  margin-right: 5px;
}

.footColumn {
  background: #f3f3ef;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .footColumn {
    padding: 30px 0;
  }
}
.footColumn__title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .footColumn__title {
    padding: 0 20px;
  }
}
.footColumn__title__img {
  width: 50px;
  margin-right: 15px;
}
.footColumn__title__text {
  font-size: 1.4rem;
  line-height: 1.25;
  color: #333
}
.footColumn__title__text span {
  font-size: 2.6rem;
}
.footColumn__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .footColumn__inner {
    padding: 0 20px;
    display: block;
  }
}
.footColumn__listArea {
  width: 440px;
}
@media only screen and (max-width: 768px) {
  .footColumn__listArea {
    width: 100%;
  }
}
.footColumn__listArea__title {
  font-size: 1.9rem;
  color: #333;
}
.footColumn__item {
  border-bottom: #ddd 1px solid;
  padding: 15px 0;
}
.footColumn__item:last-child {
  border: none;
}
.footColumn__item a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
}
.footColumn__item a:hover .footColumn__item__title {
  color: #e82212
}
.footColumn__item__img {
  width: 90px;
  height: 90px;
  background: #fff;
  padding: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .footColumn__item__img {
    width: 25vw;
    height: 25vw;
    padding: 5px;
    margin-right: 20px;
  }
}
.footColumn__item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footColumn__item__textArea {
  width: 330px;
}
@media only screen and (max-width: 768px) {
  .footColumn__item__textArea {
    width: 65%;
  }
}
.footColumn__item__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 768px) {
  .footColumn__item__title {
    font-size: 1.8rem;
  }
}
.footColumn__item__title span {
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 3px 5px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 5px;
}
.footColumn__item__text {
  font-size: 1.2rem;
  color: #777;
}
@media only screen and (max-width: 768px) {
  .footColumn__item__text {
    font-size: 1.6rem
  }
}
.footColumn__footer {
  margin-top: 15px;
  background: #DEDED6;
  padding: 10px 10px 10px 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .footColumn__footer {
    display: block;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.footColumn__footer__text {
  font-size: 1.2rem;
  color: #333;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .footColumn__footer__text {
    font-size: 1.4rem;
  }
}
.footColumn__footer__text em {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .footColumn__footer__text em {
    font-size: 1.8rem;
  }
}
.footColumn__footer__btn a {
  display: block;
  background: #e82212;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 10px;
  text-decoration: none;
  width: 200px;
  border-radius: 20px;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 768px) {
  .footColumn__footer__btn a {
    margin: 5px auto 0;
    font-size: 1.6rem;
  }
}
.footColumn__footer__btn a:hover {
  opacity: 0.8;
}
.footColumn__footer__btn a i {
  padding-right: 5px;
}
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(119, 119, 119, 0.8);
  z-index: 10000;
  display: none;
}
.modal__contents {
  width: 410px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  z-index: 11000;
  display: none;
}
@media only screen and (max-width: 768px) {
  .modal__contents {
    width: 95%;
  }
}
.modal__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff
}
@media only screen and (max-width: 768px) {
  .modal__title {
    font-size: 1.6rem;
  }
}
.modal__form__title, .modal__form__text {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .modal__form__title, .modal__form__text {
    font-size: 1.6rem;
  }
}
.modal__form__btn {
  margin-top: 10px;
  text-align: center;
}
.modal__form__btn input[type="submit"] {
  -webkit-appearance: none;
  width: 160px;
  background: #e82212;
  color: #fff;
  border: none;
  border-radius: 20px;
  outline: none;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s linear
}
@media only screen and (max-width: 768px) {
  .modal__form__btn input[type="submit"] {
    font-size: 1.6rem;
    width: 80%
  }
}
.modal__form__btn input[type="submit"]:hover {
  opacity: 0.8
}
.modal input[type="text"], .modal textarea {
  -webkit-appearance: none;
  width: 100%;
  border: #ddd 1px solid;
  border-radius: 5px;
  outline: none;
  font-size: 1.2rem;
  padding: 10px;
  color: #777
}
@media only screen and (max-width: 768px) {
  .modal input[type="text"], .modal textarea {
    font-size: 1.6rem;
  }
}
.modal__login {
  display: none;
  width: 580px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  z-index: 11000;
}
@media only screen and (max-width: 768px) {
  .modal__login {
    width: 95%;
  }
}
.modal__login__outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .modal__login__outer {
    display: block;
  }
}
.modal__login__inner {
  width: 100%;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .modal__login__inner {
    padding-left: 0;
  }
}
.modal__login__inner:first-child {
  border-right: #ddd 1px solid;
  padding-left: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .modal__login__inner:first-child {
    border: none;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.modal__login__entry {
  background: #FEEBE9;
  padding: 30px 20px;
  margin-top: 10px;
  border-radius: 5px;
}
.modal__login__entry__lead {
  font-size: 1.6rem;
  color: #e82212;
  text-align: center;
  margin-bottom: 10px;
}
.modal__login__entry__btn a {
  display: block;
  background: #e82212;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 10px;
  text-decoration: none;
  width: 200px;
  border-radius: 20px;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 768px) {
  .modal__login__entry__btn a {
    margin: 5px auto 0;
    font-size: 1.6rem;
  }
}
.modal__login__entry__btn a:hover {
  opacity: 0.8
}
.modal__login__mail {
  margin-bottom: 5px;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .modal__login__mail {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal__login__password {
  margin-bottom: 10px
}
@media only screen and (max-width: 768px) {
  .modal__login__password {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.modal__login__submit {
  width: 160px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .modal__login__submit {
    width: 60%;
  }
}
.modal__login input[type="text"], .modal__login input[type="password"] {
  -webkit-appearance: none;
  width: 235px;
  border: #ddd 1px solid;
  border-radius: 5px;
  outline: none;
  font-size: 1.2rem;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .modal__login input[type="text"], .modal__login input[type="password"] {
    width: 100%;
  }
}
.modal__login input[type="text"]::placeholder, .modal__login input[type="password"]::placeholder {
  opacity: 0.5;
  font-family: "Ionicons";
}
.modal__login input[type="submit"] {
  -webkit-appearance: none;
  width: 160px;
  background: #e82212;
  color: #fff;
  border: none;
  border-radius: 20px;
  outline: none;
  padding: 5px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .modal__login input[type="submit"] {
    width: 100%;
  }
}
.confirm .modal__form__title {
  border-bottom: #ddd 1px solid;
  padding-bottom: 15px;
}
.confirm .modal__form__text {
  height: 140px;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  .confirm .modal__form__text {
    height: 200px;
  }
}
.nologin {
  position: relative
}
.nologin__outer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.nologin__outer a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
  z-index: 2;
}
.nologin__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #e82212;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s linear;
    min-width: 190px;
    max-width: 240px;
    /*min-height: 60px;*/
  }
.nologin__inner img {
  max-width: 240px;
}
.nologin__outer:hover {
  filter: brightness(1.2);
}

.dl_required__inner {
  position: absolute;
  width: 85%;
  max-width: 240px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #e82212;
  background: #feebe9;
  font-size: 1.2rem;
  padding: 10px;
  border: #fff 1px solid;
  border-radius: 5px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}

.dl_required__inner_inline {
  position: relative;
  max-width: 240px;
  text-align: center;
  color: #e82212;
  background: #feebe9;
  /* font-size: 1rem; */
  border: #fff 1px solid;
  border-radius: 1px;
  box-shadow: 0 0 12px rgb(0 0 0 / 12%);
}

@media only screen and (max-width: 768px) {
  .nologin__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #e82212;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s linear;
    min-width: 224px;
    max-width: 260px;
    /*min-height: 60px;*/
  }
  .nologin__inner img {
    max-width: 260px;
  }

  .dl_required__inner {
    font-size: 1.8rem;
  }
}

/* スマホのときだけリンクをつける。 */
@media only screen and (min-width: 768px) {
  .telLink {
  pointer-events: none;
  }
}

@media only screen and (max-width: 1023px) {
  .wrapper.company {
    width: 90%;
  }

  .company__main {
    width: calc(100% - 280px);
  }

  .company__text {
    width: calc(100% - 180px);
  }

  .company__info__item {
    width: calc((100% - 20px) /2);
  }

  .footColumn .wrapper {
    width: 90%;
  }

  .footColumn__listArea {
    width: calc((100% - 40px) /2);
  }

  .footColumn__footer {
    display: block;
    text-align: center;
  }

  .footColumn__footer__text {
    margin-bottom: 4px;
  }

  .footColumn__footer__btn a {
    margin: 0 auto;
  }

  .footColumn__item__textArea {
    width: calc(100% - 110px);
  }
}

@media only screen and (max-width: 768px) {
  .company__main {
    width: 100%;
  }

  .company__info__item {
    width: 100%;
  }

  .company__category {
    display: block;
  }

  .company__category__item {
    display: inline-block;
  }

  .footColumn__listArea {
    width: 100%;
  }

  .footColumn__listArea:last-child {
    margin-top: 60px;
  }
}

.list_download_button {
  cursor: pointer;
  color: white !important;
}
/*# sourceMappingURL=company.css.map */

/*以下202105追記分*/
.company {
  margin-top: 60px;
  padding-top: 30px;
}

.company__service > li {
  padding: 20px 0;
  border-bottom: solid 1px #E8E8E5;
}

.company__service > li > a {
  display: flex;
  text-decoration: none;
  cursor: pointer;
}

.company__service > li > a:hover {
  opacity: .7;
}

.company__service > li figure {
  width: 35%;
  margin-right: 20px;
}

.company__service > li figure img{
  max-width: 100%;
}

.company__service > li div {
  width: calc((100% - 35%) - 20px);
}

.company__service > li h3 {
  color: #333333;
  font-size: 24px;
  font-family: "Noto Sans CJK JP", sans-serif;
  letter-spacing: 1.44px;
  line-height: 36px;
}

.company__service > li span {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.96px;
  font-family: "Noto Sans CJK JP", sans-serif;
  line-height: 24px;
}

.company__service > li p {
  margin-top: 10px;
  color: #919191;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.84px;
}

@media only screen and (max-width: 768px) {

  .company__service > li > a {
    flex-direction: column;
  }

  .company__service > li figure {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .company__service > li div {
    width: 100%;
  }

  .company__main {
    display: flex;
    flex-direction: column;
  }

  .company__sub {
    order: 1;
  }
}
