/* ----------------------------------------
基本調整
---------------------------------------- */



/* ----------------------------------------
画像
---------------------------------------- */
.c-main .c-content__image {
  font-size:1.4rem;
  margin-bottom:30px;
}
.c-main .c-content__image img {vertical-align: bottom;}
.c-main .c-content__image figcaption {
  font-weight: bold;
  margin-bottom:10px;
}



/* ----------------------------------------
応募要項
---------------------------------------- */
.c-main .c-content__detail {
    margin: 40px 0 0 0;
}




/*募集*/
.c-main .c-content__detail.recruitment {
  background-color:#FFF8F8;
  color:#e60012;
  font-size: 1.6rem;
  line-height: 1.75;
}
.c-main .c-content__detail.recruitment p {margin-bottom: 10px;}

.txt-red{
  color: #e60012;}


/* ----------------------------------------
table
---------------------------------------- */
.c-article table {
  width: 100%;
  font-size:1.6rem;
  line-height: 1.75;
  margin:40px 0 120px;}

.c-article table th,table td {
  padding:20px 40px;
  border: 1px solid #e5ebeb;
  border-collapse: collapse;}

.c-article table th {
  width:250px;
  background: #f2f6f6;
  text-align: left;
  vertical-align: top;
}



/* ----------------------------------------
資料ダウンロード
---------------------------------------- */
.c-main .c-download__content {
  margin-bottom:120px;
}
.c-main .c-download__btn {
    margin: 30px auto 60px;
  display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
}

.c-main .c-download__item--link {width: calc((100% / 4) - 12px);}
.c-main .c-download__btn a {margin-right:16px;}
.c-main .c-download__btn a:nth-child(4n) {margin-right:0;}
.c-main .c-download__item--detail {display: inline-block;}


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

}

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


.qa_btn a {
  position:relative;
}

.qa_btn a::before {
  content: "";
  position:relative;
  left:-0.5em;
  margin-left:1em;
  width:50px;
  height:50px;
  background: url("/images/common/btn-qa.png") no-repeat center center;
  background-size:40px 40px;
}


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