@charset "utf-8";
/* 大阪明星学園　塾の先生方対象入試説明会　申し込みフォーム */

body	{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*background-color:#bdd6ab;2018.3白に変更*/
	background-color:#fff;
	margin:0;
	padding:0;
	word-break: normal;
	word-wrap: break-word;
}
img {
    max-width: 100%;
    height: auto;
}
header,footer {
	width:100%;
	margin:0 0 20px 0;
    padding:10px;
    background-color: #51B3A0;
}
header h1 {
    text-align: center;
	color:#fff;
	line-height:1em;
	font-size:1.2em;
	margin-bottom: 30px;
}
header h2{
    text-align: center;
	color:#fff;
	line-height:1.5em;
	font-size:1.5em;
}
header h3{
    text-align: center;
	color:#fff;
	line-height:1.5em;
	font-size:1em;
}
/*footer*/
footer {
	margin:20px 0 0 0;
}
#info {
	width:700px;
    margin: 0 auto;
	padding:0px;
}
#info p {
	color:#fff;
	line-height:1.5em;
	font-size:0.85em;
}
#info a {color: #fff}
#info a:hover {color:darksalmon}

/*-------------------------------------*/
main#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:0.9em;
}
table {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table th,table td {
	border:1px solid #ccc;
	padding:8px !important;
    line-height: 1.5em;
}


table th {
	/*width:30%;*/
	white-space: nowrap;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

.hissu {
    color: crimson;
    font-size: 0.8em;
    padding-left: 0.5em;
}

/*　レスポンシブ　スマホ等　*/
@media screen and (max-width:699px) {
main#formWrap {
	width:95%;
	margin:0 auto;
}
header h1{
    width: 80%;
    margin: 0 auto;}
header h2{font-size:1.3em;}
#info p {font-size:0.7em;}
table {
	width:100%;
	margin:0;
}    
table th,table td {
	font-size:0.85em;
	width:auto;
	/*display:block;*/
}
table th {
	margin-top:5px;
	border-bottom:0;
	background-color:lightgray !important;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}

}



/* 学園祭2024　展示の部用　追加CSS */

/* h4 span{
background-image: linear-gradient(transparent 80%, rgba(13, 154, 255, 0.5) 60%);	
} */

h4 {
	position: relative;
	padding: 0.9rem .5rem;
  }
  
  h4:before,
  h4:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	border-radius: 3px;
	background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
	background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
	background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
  
  }
  
  h4:before {
	top: 0;
  }
  
  h4:after {
	bottom: 0;
  }