@charset "UTF-8";
/* CSS Document */
/*start page reset*/
h3, h2, h4, dl, dt, dd, ul, li{
    margin-block-start: 0;
    margin-block-end: 0;
	margin-inline-start: 0;
	padding-inline-start:0;
}
.product_comments_content_intro{
	max-width:inherit;
}
/*end page reset*/
.jw-seminar{
	margin-bottom: 5%;
	padding-top: 5%;
	font-size: clamp(16px, 1vw, 25px);
	line-height: 1.8;
	background: #000;
	color: #FFF;
}
.product_main .product_comments_content_intro_html img.h2ttl{
	width: 60%;
	max-width: 511px;
}
@media screen and (max-width:640px){
	.jw-seminar .pc{
		display: none;
	}
}
@media screen and (min-width:641px){
	.jw-seminar .sp{
		display: none;
	}
}
.jw_intro{
	margin-top: 1em;
	padding: 0 5%;
}
h2.jw_ttl{
	border-top:3px solid #ffba00;
	padding: 2em 0;
}
h2.jw_ttl img{
	width: 70%;
	max-width: 511px;
	margin: 0 auto;
}
h3.jw_sttl{
	max-width: 200px;
	margin:0 auto;
}
.jw-seminar .jw_main-v{
}
.jw_bottle{
	background: #000;
	color: #FFF;
	margin: 5% auto;
}
ul.jw_blonde{
	width: 90%;
	margin: 30px auto;
}
ul.jw_blonde li h4{
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin: 15px 0;
}
ul.jw_blonde li:nth-child(2) span{
	background: #333;
	color: #FFF;
	padding: 3%;
	display: block;
	margin-top: 1em;
	text-align: center;
}
@media screen and (max-width:640px){
	ul.jw_blonde li:nth-child(1) img{
		width: 60%;
		margin: 0 auto;
	}
}
@media screen and (min-width:641px){
	ul.jw_blonde{
		display: flex;
	}
	ul.jw_blonde li:nth-child(1){
	width: 35%;
}
	ul.jw_blonde li:nth-child(2){
		width: 65%;
	}
}
@media screen and (min-width:641px){
	ul.jw_bottle_list{
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	ul.jw_bottle_list li{
		width: 46%;
        padding: 2%;
        border: 1px solid #999;
        margin: 2% 1%;
	}
}
@media screen and (max-width:640px){
	ul.jw_bottle_list{
		width: 90%;
		margin: 0 auto;
	}
	ul.jw_bottle_list li{
		margin-top: 2em;
		border-top:1px solid #999;
		padding-top: 1em;
	}
	ul.jw_bottle_list li:first-child{
		border:none;
		padding-top:0;
	}
	.jw_bottle{
		padding-bottom: 5%;
	}
}
ul.jw_bottle_list dl.jw_bo_col{

}
ul.jw_bottle_list dl.jw_bo_col dt{
	position: relative;
}
ul.jw_bottle_list dl.jw_bo_col dt img{
	width:60%;
	margin: 1em auto;
}
ul.jw_bottle_list dl.jw_bo_col dt img.i_new{
	width:30%;
	max-width: 100px;
	position: absolute;
	left:0;
	top:0;
	margin-top: -1em;
}
ul.jw_bottle_list dl.jw_bo_col dd{

}
h4.jw_bo-ttl{
	font-size: 1.3em;
	line-height: 1.2;
}
.jw_bo-spec{
	text-align: right;
}
.jw_bo-txt{
	font-size: 0.9em;
	margin-top: 1em;
}
.jw_teacher{
	background: #000;
	color: #FFF;
	margin:5% 0;
}
.jw_teacher h2.jw_teacher_ttl{
	font-size: 1.5em;
	text-align: center;
}
@media screen and (min-width:641px){
	.jw_teacher ul.jw_teacher_list{
		display: flex;
		margin-left:5%;
	}
	.jw_teacher ul.jw_teacher_list li:nth-child(odd){
		width:55%;
	}
	.jw_teacher ul.jw_teacher_list li:nth-child(even){
		width: 40%;
		margin-left: 3%;
	}
}
@media screen and (max-width:640px){
	.jw_teacher ul.jw_teacher_list{
		width: 90%;
		margin: 0 auto;
	}
	.jw_teacher_list_sholder{
		margin-top: 1em;
	}
	.jw_teacher ul.jw_teacher_list li:nth-child(even){
		margin-top:15px;
	}
	.jw_teacher ul.jw_teacher_list li:nth-child(even) img{
		width:70%;
		margin: 0 auto;
	}
}
span.ttl_profile{
	display: block;
	width: 30%;
	max-width: 100px;
	margin-bottom: 10px;
}
.jw_teacher_list_sholder{
	line-height: 1.2;
	font-size: 1.3em;
	font-weight: bold;
}
.jw_teacher_list_name{
	text-align:right;
	font-size: 1.5em;
	margin-top: 0.5em;
	font-weight: bold;
}
.jw_teacher_list_txt{
	margin-top: 1em;
}
.jw_outline{
	margin:5% 0;
	padding: 5% 0;
	background: #FFF;
	color: #000;
}
.jw_outline h2.jw_ttl{
	border: none;
}
.jw_outline dl.jw_outline_list{
	display: flex;
	flex-wrap: wrap;
	max-width: 700px;
	margin: 0 auto;
}
.jw_outline dl.jw_outline_list dt,
.jw_outline dl.jw_outline_list dd{
	border-bottom: 1px solid #000;
	padding: 0.25em 1em;
	margin-top: 1em;
}
@media screen and (min-width:641px){
	.jw_outline dl.jw_outline_list dt{
		width: 15%;
	}
	.jw_outline dl.jw_outline_list dd{
		width: 85%;
	}
}
@media screen and (max-width:640px){
	.jw_outline dl.jw_outline_list dt{
		width: 25%;
	}
	.jw_outline dl.jw_outline_list dd{
		width: 75%;
	}
}
.jw_outline dl.jw_outline_list dd a{
	color:#9E0306;
}
.jw_lab{
	width: 90%;
	max-width: 600px;
	margin: 2em auto;
	text-align: center;
}
.jw_lab .jw_lab_add{
	margin-top: 1em;
}
.jw_lab .jw_lab_traffic{
	margin-top: 1em;
}
.jw_lab .jw_lab_map{
	max-width: 300px;
	margin: 1.5em auto;
	border: 1px solid #FFF;
	padding: 0.5em 1em;
}
.jw_lab .jw_lab_map a{
	color:#FFF;
}
.jw_attention{
	background: #FFF;
	color: #000;
	padding: 5% 0;
	font-size: 0.9em;
}
dl.jw_stop-alc{
	display: flex;
	width: 90%;
	margin: 2em auto;
	font-size: 0.9em;
}
@media screen and (min-width:641px){
	dl.jw_stop-alc dt{
		width: 5%;
	}
	dl.jw_stop-alc dd{
		width: 92%;
		margin-left: 3%;
	}
}
@media screen and (max-width:640px){
	dl.jw_stop-alc dt{
		width: 10%;
	}
	dl.jw_stop-alc dd{
		width: 87%;
		margin-left: 3%;
	}
}
dl.jw_stop-alc dd span{
	border:1px solid #FFF;
	padding: 0.25em;
}