/* ==================== 大阪スポーツ・運動指導者セミナー ==================== */
body {
	border-top: 20px solid #134a9d;
}
@media screen and (max-width:767px){
	body {
		font-size: 1.4rem;
	}
}
li { list-style-type: none;}
#container {
	width: 1000px;
	margin: 20px auto 0;
}
h1 {
	text-align: center;
	width: 80%;
	margin: 0px auto;
}
h1 img{
	width:100%;
}
.seminer h2 {
	color: #134a9d;
	font-size: 2.0rem;
	font-weight: bold;
	margin: 20px 0;
}
.seminer-box {
	border: 2px solid #ccc;
	padding: 20px;
	margin-top: 30px;
}
.seminer-detail {
	padding:1em;
}
.seminer-detail h3 { 
	font-size: 1.8rem; 
	color: #134a9d;
	font-weight: bold;
}
.seminer-detail .date{
	font-size: 1.8rem; 
	font-weight: bold;
}
.seminer-instructor { 
	background: #F5F5F5;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.seminer-instructor .t-img { 
	width: 20%;
}
.seminer-instructor .t-img img { 
	width: 100%;
}

.seminer-instructor .text { 
	width: 78%;
	padding: 15px 0;
}


.lisence {
	margin-top: 20px;
	border: 1px solid #134a9d;
	padding: 15px;
	border-radius: 5px;
}
.lisence h4{
	color: #134a9d;
	margin: 0 0 10px 0;
	font-size: 1.8rem; 
	font-weight: bold;
}
.seminer .subtitle {
	margin: 40px 0 20px 0;
	padding: 10px;
	background: #F5F5F5;
	border-radius: 5px;	
}
.seminer .subtitle span{
	border-left: 5px solid #134a9d;
	font-weight: bold;
	font-size: 2.2rem; 
	padding-left: 10px;
}
.seminer .subtitle02 {
	margin: 20px 0;
	padding: 10px;
	text-align: center;
	background: #134a9d;
	font-size: 1.8rem; 
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
}

.seminer table {
	border-collapse:collapse;border-spacing:0;
	width: 100%; 
}
.seminer table th { 
	background: #F5F5F5;
	border-bottom: 2px solid #fff;
	padding: 10px 0;
	width: 20%;
	font-weight: normal;
}
.seminer table td { 
	padding: 10px 20px;
}
.seminer-inquiry-btn a{
	display:block;
	margin-top: 30px;
	border: 3px solid #134a9d;
	background: #134a9d;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	font-size: 2.5rem;
	text-align: center;
	padding: 20px;
	text-decoration:none;
}
.seminer-inquiry-btn a:hover{
	background: #fff;
	color: #134a9d;
}
.seminer-inquiry-btn2{
	display:block;
	margin-top: 30px;
	border: 3px solid #134a9d;
	background: #134a9d;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	font-size: 2.5rem;
	text-align: center;
	padding: 20px;
	text-decoration:none;
}

.copyright {
	text-align: center;
	color: #fff;
	background: #134a9d;
	padding: 5px;
	margin-top: 40px;
}

@media screen and (max-width:767px){
	#container {
		width: 97%;
	}
	h1 {
		width: 70%;
		margin: 0px auto;
	}
	h1 img{
		max-width: 100%;
	}
	.seminer h2 {
		font-size: 1.6rem;
		margin: 10px 0;
	}
	.seminer-box {
		border: 0;
		padding: 0px;
		margin-top: 20px;
	}
	.seminer-instructor{ 
		display: flex;
		flex-direction: column;
	}
	.seminer-instructor .t-img { 
		width: 80%;
		margin: 20px auto 0;
	}

	.seminer-instructor .text { 
		width: 96%;
		margin: 0 auto;
	}
	.seminer-detail .date{
		font-size: 1.6rem; 
	}
	.seminer .subtitle {
		margin: 20px 0;
	}
	.seminer .subtitle span{
		border-left: 5px solid #134a9d;
		font-size: 1.8rem; 
		padding-left: 10px;
	}
	.seminer .subtitle02 {
		padding: 10px;
		font-size: 1.6rem; 
	}

	.seminer table {
		border-collapse:collapse;border-spacing:0;
		width: 100%;
		border: 1px solid #666;
	}
	.seminer table th {
		display: block;
		width: 100%;
	}
	.seminer table td { 
		display: block;
		width: 100%;
		padding: 10px;
	}
	.seminer-inquiry-btn2,
	.seminer-inquiry-btn a{
		font-size: 1.6rem;
		padding: 10px;
	}
	.copyright {
		margin-top: 20px;
	}

}

/* ==================== 大阪スポーツ・運動指導者セミナー 申し込みフォーム ==================== */
.inquiry h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.8rem;
	padding: 10px 0;
	background-color: #134a9d;
	color: #fff;
	font-weight: normal;
}
.caution {
	color: #ff0000;
}
.inquiry table {
	border-collapse:collapse;border-spacing:0;
	width: 100%; 
	margin: 20px 0 30px;
}
.inquiry table th { 
	background: #F5F5F5;
	border-bottom: 2px solid #fff;
	padding: 10px;
	width: 20%;
	font-weight: normal;
}
.inquiry table td { 
	padding: 10px 20px;
}
.inquiry table td input,
.inquiry table td select,
.inquiry table td textarea {
	margin: 0 10px;
	padding:5px;
	border:solid 1px #ccc;
}
.inquiry table td .input-s {
	width: 70px;
}
.inquiry table td .input-m {
	width:150px;
}
.inquiry table td .input-l {
	width:300px;
}
.inquiry table td textarea {
	width:350px;
}

#submit { text-align:center;}
#submit input {
	border:solid 1px #ccc;
	padding:10px 30px;
	font-size:1.8rem;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}
#submit input.historyback {
	margin-left: 20px;
	padding:5px 10px;
	font-size:1.6rem;
}
.confirm .previewnone { display:none; }
.thanks-msg {
	text-align: center;
	font-size: 1.6rem;
	margin: 50px 0 100px;
	padding: 20px;
	border: 1px solid #ccc;
	background-color: #F2F2F2;
}

@media screen and (max-width:767px){
	.inquiry h2 {
		font-size: 1.6rem;
		padding: 10px;
	}
	.inquiry table th {
		display: block;
		border-bottom: 2px solid #fff;
		width: 100%;
	}
	.inquiry table td {
		display: block;
		padding: 10px 0;
	}
	.inquiry table td input,
	.inquiry table td select,
	.inquiry table td textarea {
		margin: 0 10px;
		padding:5px;
		border:solid 1px #ccc;
	}
	.inquiry table td .input-s {
		width: 20%;
	}
	.inquiry table td .input-m {
		width:38%;
	}
	.inquiry table td .input-l {
		width:90%;
	}
	.inquiry table td textarea {
		width:90%;
	}

	#submit { text-align:center;}
	#submit input {
		padding:10px 30px;
		font-size:1.6rem;
	}
	#submit input.historyback {
		margin-left: 20px;
		padding:5px 10px;
		font-size: 1.4rem;
	}
	.thanks-msg {
		text-align: center;
		font-size: 1.4rem;
		margin: 40px 0;
		padding: 10px;
	}
}
