@charset "UTF-8";

/*リード解説*/
div.lead-txt {
width: 700px;
padding-right: 50px;
}


/*申し込み案内*/
div.info-style  {
margin-top: 50px;
}
.info-style  {
width: 500px;
border-radius: 10px;
border: 1px solid #EDDCC8;
padding-top: 40px;
padding-right: 50px;
padding-left: 50px;
padding-bottom: 30px;
background-color: hsla(36,88%,97%,1.00);
overflow: hidden;
font-size: 16px;
line-height: 1.7em;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
margin-bottom: 30px;
text-align: center;
}
.info-style h4 {
font-size: 24px;
margin-bottom: 20px;
}


/*テーブル*/
td {
padding-left: 0px;
}
.txt-area table tr th {
font-weight: bold;
}
.lead-txt h2  {
line-height: 36px;
}
.lead-txt .txt-area table th,
.lead-txt .txt-area table td {
padding-bottom: 8px;
line-height: 26px;
}
.lead-txt h2 .small {
font-size: 70%;
}
.lead-txt p {
font-size: 16px;
line-height: 2em;
}
.program h4 {
font-size: 24px;
margin-bottom: 8px;
}
.txt-box2 h3 {
font-size: 20px;
background-color: hsla(26,74%,91%,1.00);
padding-top: 8px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 8px;
margin-bottom: 30px;
}
