/* ----------------------------------------
画像
---------------------------------------- */
.c-article table a {
  color: #008b56;
  text-decoration:underline;
}

.c-article table .hover {
  color: #008b56;
  text-decoration:none;
}


/* ----------------------------------------
画像
---------------------------------------- */
.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;
}



/* ----------------------------------------
study-adroad_detail
---------------------------------------- */
.study-adroad_detail {
  border-top:1px solid #e5ebeb;
  padding:30px 0 0;
  margin-top:35px;
  font-size:1.6rem;
  line-height: 1.75;
}
.study-adroad_detail:first-child {
  border-top:none;
  margin-top:0;}
.study-adroad_detail:last-child {margin-bottom:120px;}

.study-adroad_detail h3 {
  padding:0;
  font-size:2.4rem;
margin-bottom:5px;}



.study-adroad_detail ul {
}
.study-adroad_detail li {
  list-style:disc;
  margin-left:2rem;
  margin-bottom:10px;
}



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

.c-main .c-content__detail.close{
  background: none;
  padding: 0;
}
.c-main .c-content__detail.close .c-detail__text{
  font-size: 2.4rem;
}


/*募集*/
.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;
}


/* ----------------------------------------
table内コンテンツ調整
---------------------------------------- */
/*ul*/
.c-article table ul {
  font-size:1.6rem;
  line-height: 1.75;
  margin:0 0 0 5px;
}

.c-article table ul > li {
  margin-bottom:5px;
  list-style:disc;
  margin-left:2rem;
}

/*ol*/
.c-article table ol {
  counter-reset: adroad;
  list-style: none;
  font-size:1.6rem;
  line-height: 1.75;
  margin:0 0 0 5px;
}
.c-article table ol > li {
  margin-bottom:5px;
  padding-left:2.5rem;
  position: relative;
}
.c-article table ol > li:before {
  content: counter(adroad);
  counter-increment: adroad;
  border: 1px solid #333;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  width: 16px;
  color: #333;
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 7px;
  left: 0;
}





/* address */
.c-article table address {
  padding:20px;
  background: #f9fbf3;
  font-style: normal;
  margin:10px 0 20px;
}




/* ----------------------------------------
資料ダウンロード
---------------------------------------- */
.c-main .c-download__content {
  border-bottom:1px solid #e5ebeb;
  margin-bottom:0;
}
.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;
  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;
}



