@charset "utf-8";

/*=============== ▼RESEARCH-GUIDE ===============*/

.p-guide.p-margin {
  margin: 100px 0 120px 0;
}

.p-guide__content {
  display: flex;
  max-width: 1400px;
  font-size: 1.6rem;
}

.p-guide__content-left {
  width: 100%;
  max-width: 1150px;
  line-height: 1.75;
}

.c-guide__table {
  width: 100%;
  margin-top: 41px;
}

.c-guide__table-icon {
  width: 180px;
  background-color: #f2f6f6;
  border: 1px solid #e5ebeb;
}

.c-guide__table-icon img {
  width: 85px;
  height: auto;
}

.c-guide__table-body {
  padding: 25px 36px;
  border: 1px solid #e5ebeb;
}

.c-content__title03 {
  line-height: 2;
  font-size: 2.4rem;
  font-weight: bold;
}

.c-guide__list-text + .c-guide__list-text {
  padding-top: 15px;
}

.p-indent {
  padding-left: 1em;
  text-indent: -1em;
}

a.c-guide__link {
  color: #008b56;
  font-weight: bold;
  text-decoration: underline;
}

a.c-guide__link:hover {
  text-decoration: none;
}

.title-environment {
  margin-top: 83px;
}

.c-content-title04 {
  margin-top: 35px;
  font-weight: bold;
}

.c-guide__list-environment {
  margin-bottom: 35px;
}

.c-content__description {
  margin-top: 35px;
  font-size: 1.6rem;
}

.c-border.p-margin {
  margin: 60px 0 80px 0;
}

.c-border::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e5ebeb;
}

.sp {
  display: block;
}

.c-info__btn-link-img {
  width: 40px;
  height: auto;
}

.c-info__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 24px 0;
  width: 58%;
  max-width: 670px;
  border: 4px solid #d9e7e5;
  border-radius: 3px;
  background-color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.c-info__btn-link.hover {
  background-color: #008b56;
  border-color: #008b56;
}

.c-info__btn-link-text {
  margin: 0 0 0 8px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #008b56;
  line-height: 1.33;
  transition: color 0.2s ease;
}

.c-info__btn-link.hover .c-info__btn-link-text {
  color: #fff;
}


/* ----------------------------------------
よくあるご質問ボタン（20220307）
---------------------------------------- */
.c-main .c-article__qa.qa_btn {
  margin:0 auto 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-main .c-information__btn--link {
  min-height: 100px;
  padding: 10px;
  align-items: center;}

.qa_btn a {position:relative;}

.qa_btn a figure {
  content: "";
  position:relative;
  left:-0.5em;
  margin-left:1em;
  width:42px;
  height:42px;
}

.qa_btn a figure img {
  width:42px;
  height:42px;}

_:-ms-input-placeholder, :root .c-main .c-information__btn--link {
height: 100px;
  padding: 10px;
  align-items: center;
}