@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;
}

.main_image img {
  border: 1px solid #c2c2c2; /* 1pxのグレーのボーダー */
}

.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;
*display:inline;
*zoom:1;
}
.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;
*display:inline;
*zoom:1;
}
.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;
*display:inline;
*zoom:1;
}
.contact dl {
width:95%;
text-align: left;
margin: 0 0 0 10px;
padding: 10px;
background-color: #EFEFEF;
display: inline-block;
*display:inline;
*zoom:1;
}
.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;
*display:inline;
*zoom:1;
}
.web p {
font-size: 14px;
line-height: 160%;
text-align: left;
}
.form_btn {
/* inline-blockを解除して、親要素の幅いっぱいに広げる */
display: block; 
padding: 30px 0; /* 左右のパディングを0にして中央計算を正確に */
text-align: center; /* 中にあるインライン要素(a)を中央に寄せる */
clear: both; /* 周囲の回り込みを解除 */


}


.form_btn a {

/* display: flex を活用してボタン内の文字を上下左右中央にする */
display: flex;
justify-content: center;
align-items: center;
text-align: center; /* 複数行の時のためのテキスト中央揃え */

/* ボタン自体のデザイン設定 */
font-size: 18px;
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 #ee8a10;
width: 350px;
margin: 0 auto; /* ボタン自体を中央に配置 */
border-radius: 60px;
box-shadow: 0 2px 4px rgba(0,0,0,0.3);
box-sizing: border-box;
padding: 15px 20px; /* 左右に少し余裕を持たせる */
min-height: 70px; /* 高さを確保 */
}
.form_btn a:hover {
filter: alpha(opacity=70);
opacity: 0.7;
} 



/* 以下coms追記 */

/* 新しいスタイル */