@charset "UTF-8";

body, td, th {
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, 
	
	  'Noto Sans JP',
    sans-serif;
    position: relative;
	
	;
}
#wrap {
width: 860px;
margin: 10px auto;
text-align: center;
}
#wrap #wrap_inner {
width: 810px;
margin: 20px auto;
}
#enfry_form h1 {
font-size: 20px;
line-height: 140%;
font-weight: bold;
padding: 5px;
}
#enfry_form h2 {
font-size: 16px;
line-height: 140%;
font-weight: bold;
border-bottom: 4px solid #900;
padding: 10px 5px 5px 5px;
margin: 20px 0 10px 0;
text-align: left;
}
#enfry_form h3 {
margin: 10px 0 0 0;
padding: 10px 5px;
background-color: #CCC;
font-size: 16px;
font-weight: bold;
text-align: left;
}

#appDueDate {
  border-collapse: collapse;
}

#appDueDate tr th {
border-collapse: collapse;
width: 650px; 
text-align: left;
padding: 1em;
border: solid 1px;
border-color: #CCCCCC;
}


#appDueDate tr td {
border-collapse: collapse;
width: 180px; 
padding-left: 1em;
font-size: 14px;
background-color: #EEEEEE;
border: solid 1px;
border-color: #CCCCCC;
}



.closing_date {
text-align: left;
}
.closing_date p {
font-size: 14PX;
font-weight: bold;
line-height: 160%;
padding: 0px 10px 10px 10px;
margin: 0;
}
.closing_date span {
display: block;
font-size: 90%;
font-weight: normal;
}
.material ul {
margin: 0 0 15px 0;
padding: 0 10px;
text-align: left;
}
.material ul li {
margin: 0 10px 0 0;
display: inline-block;
}
.material a {
font-size: 14px;
line-height: 160%;
}
.material a.get_pdf {
padding: 0 20px 0 0;
background-image: url("/document_request/imgdir/common/pdficon_small.gif");
background-position: right center;
background-repeat: no-repeat;
display: inline-block;
}
.material a.content_dl {
font-size: 16px;
font-weight: bold;
}
.contact {
text-align: left;
}
.contact h2 span {
font-weight: normal;
font-size: 90%;
padding: 0 10px;
display: inline-block;
}
.contact dl {
width:95%;
text-align: left;
margin: 0 0 40px 10px;
padding: 10px;
background-color: #EFEFEF;
display: inline-block;
}
.contact dt {
font-size: 14px;
font-weight: bold;
line-height: 140%;
margin: 0 0 5px 0;
}
.contact dd {
font-size: 14px;
line-height: 180%;
}
.contact dd span {
width: 5em;
display: inline-block;
}
.web p {
font-size: 20px;
line-height: 160%;
text-align: left;
}
.form_btn {
display: inline-block;
}


.form_btn {
  display: inline-block;
}

.left_align {
  text-align: left;
  margin-left: 8px;
}

.form_btn a {
  display: flex;
  flex-direction: column;         /* ← 縦に並べる */
  justify-content: center;        /* 横方向の中央 */
  align-items: center;            /* 縦方向の中央 */
  text-align: center;

  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none;
  color: #fff;

  background: linear-gradient(to bottom, rgba(255,169,63,1) 0%, rgba(234,152,50,1) 100%);
  border: 1px solid #ffffff;
  border-radius: 60px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  box-sizing: border-box;

  width: 200px;
  height: 50px;                  /* ← ここで高さ統一！ */
  padding: 0 10px;

  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); /* ← 追加 */

  margin: 8px;
}

.form_btn.wide a {
  width: 380px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); /* ← 追加 */
}

.form_btn.short a {
  width: 150px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); /* ← 追加 */
}


/* 募集要項・お申込書専用ボタンカラー */
.form_btn.custom-color a {
  background: linear-gradient(to bottom, hsl(188, 82%, 63%), #48b5dd); /* 青系 */
  border: 1px solid #ffffff;
  width: 170px; /* お好みで幅を指定 */
}

.form_btn.custom-color a:hover {
  opacity: 0.6; /* または他の演出 */
}

.form_btn.custom-color.custom-width a {
  width: 260px;
}


/* テキストの上下間隔を統一 */
.ja {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
.en {
  font-size: 14px;
  margin: 0;
}

.form_btn a:hover {
  opacity: 0.7;
}



/* 以下coms追記 */

/* 新しいスタイル */