.slider_image {
    width: 430px;
}
ul {
    margin: 0;
    padding: 0;
}
.layout {
    width: 430px;
}
.layout a {
    color: #666;
}
.slide {
    display: none;
}
.slide li {
    list-style: none;
}
.slide.slick-initialized {
    display: block;
}
.slick-dots {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    right: -70px;
}
.slick-dots li {
    list-style: none;
    display: inline-block;
    max-width: 60px;
    margin-bottom: 5px;
}
.slick-dots li img {
    opacity: 0.5;
    width: 100%;
    height: auto;
	cursor:pointer;
}
.slick-dots li img:hover {
    opacity: 1;
    transition:1s;
	cursor:pointer;
}
.slick-dots li.slick-active img {
    opacity: 1;
}

/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



.prof_school {
    text-align: center;
    margin-bottom: 40px;
}
.kaigyou{
	display: none;
}


.prof_info_box02{
	width: 100%;
}

.prof_info_boxL02{
	float:left;
	width:470px;
	height:auto;
	margin-top: 80px;
}
.prof_info_boxR02{
	float:right;
	width:470px;
	height:auto;
	margin-top: 80px;
	text-align:left;
}
.prof_icon01 img{
	width:64px;
	padding-top: 10px;
	padding-right: 20px;
}
.prof_icon02 img{
	width:90px;
}	

.prof_sche{
	width:100%;
	height:100%;
	margin:0;
	padding:5px 0 0 0;
	clear:both;
	overflow:hidden;
}
.prof_sche:before, .prof_sche:after { content: ""; display: block;}
.prof_sche:after { clear: both;}

.prof_sche_day{
	font-family: "Font_PUS01";
	float:left;
    width: 40%;
}
.prof_sche_time{
	float:right;
    width: 60%;
	text-align:left;
}

.prof_sche ul { width: 100%; }
.prof_sche li {
	font-family: "Font_PUS01", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, "MS P Gothic", sans-serif;
    font-size: 14px;
	font-weight: bold;
    display: table;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    width: 510px;
}
.prof_sche .last-child { margin-bottom: 0px; }
.prof_sche li h4 {
    display: table-cell;
    width: 180px;
}
.prof_sche li .Sat { color: #008AFD; }
.prof_sche li .Sun { color: #FF518C; }
.prof_sche li p { display: table-cell; }










@media (max-width: 1200px) {
    .prof_info_area{
	width: 800px;
}
    .prof_info_box{
	width: 800px;
}
    .prof_info_boxL{
	width:400px;
	height:640px;
}
    .prof_info_boxR{
	width:380px;
	margin-left: 20px;
}
.prof_info_boxL02{
	float:left;
	width:400px;
	height:auto;
	margin-top: 30px;
}
.prof_info_boxR02{
	float:right;
	width:380px;
	height:auto;
	margin-top: 30px;
	text-align:left;
}

.prof_icon01 img{
	width:64px;
	padding-top: 10px;
	padding-right: 20px;
}
.prof_icon02 img{
	width:90px;
}	
	
	
.layout {
    width: 340px;
}
.slick-dots {
    right: -60px;
}
.slick-dots li {
    max-width: 50px;
}
.slider_image {
    width: 340px;
}
}
@media (max-width: 800px) {
    .prof_info_area{
        width: 600px;
    }
        .prof_info_box{
        width: 600px;
    }
        .prof_info_boxL{
        width:300px;
        height:480px;
    }
        .prof_info_boxR{
        width:280px;
        margin-left: 20px;
    }

.prof_info_boxL02{
	float:left;
	width:300px;
	height:auto;
	margin-top: 20px;
}
.prof_info_boxR02{
	float:right;
	width:280px;
	height:auto;
	margin-top: 20px;
	text-align:left;
}
.prof_icon01 img{
	width:54px;
	padding-top: 10px;
	padding-right: 20px;
}
.prof_icon02 img{
	width:70px;
}	
    .prof_text dt {
        width: 45px;
        height: 25px;
        font-size: 11px;
        margin: 0 20px 0 0;
    }
    .prof_text dd {
        font-size: 11px;
        height: 25px;
    }
    .prof_name {
        width: 100%;
        height: 30px;
        font-size: 23px;
    }
    .prof_title {
        width: 100%;
        height: 35px;
        font-size: 20px;
    }
    .prof_title span.fs12 {
        letter-spacing: 2px;
    }
    .prof_comment {
        font-size: 10px;
        line-height: 240%;
        letter-spacing: 0px;
    }
    .layout {
        width: 255px;
    }
    .slick-dots {
        right: -45px;
    }
    .slick-dots li {
        max-width: 40px;
    }
    .slider_image {
        width: 255px;
    }
}
@media (max-width: 649px) {
.kaigyou{
	display: block;
}
.prof_info_area{
    width: 500px;
}
    .prof_info_box{
    width: 500px;
}
    .prof_info_boxL{
    width:250px;
    height:360px;
}
    .prof_info_boxR{
    width:230px;
    margin-left: 20px;
}

	
.prof_sche li {
    font-size: 12px;
}
.prof_info_boxL02{
	float:left;
	width:500px;
	height:auto;
	margin-top: 20px;
}
.prof_info_boxR02{
	float:left;
	width:500px;
	height:auto;
	margin-top: 20px;
	text-align:left;
}

	
.layout {
    width: 210px;
}
.slick-dots {
    right: -40px;
}
.slick-dots li {
    max-width: 30px;
}
.slider_image {
    width: 210px;
}
.subTitle01{
    margin:0px auto;
}


.prof_text dt {
    width: 45px;
    height: 25px;
    font-size: 10px;
    margin: 0 5px 0 0;
}
.prof_text dd {
    font-size: 10px;
    height: 25px;
}
.prof_name {
    width: 100%;
    height: 40px;
    font-size: 20px;
}
.prof_title {
    width: 100%;
    height: 35px;
    font-size: 17px;
}
.prof_title span.fs12 {
    letter-spacing: 1px;
}
.prof_comment {
    font-size: 10px;
    line-height: 200%;
    letter-spacing: 0px;
}
}
@media (max-width: 500px) {
    .prof_info_area{
        width: 300px;
    }
        .prof_info_box{
        position: relative;
        width: 300px;
    }
        .prof_info_boxL{
        position: absolute;
        top: 80px;
        left: 50%;
        transform: translateX(-50%);
        width:300px;
        height:500px;  
        z-index: 100;
    }
        .prof_info_boxR{
        width:300px;
        margin-left: 0px;
    }
	
.prof_info_boxL02{
	float:left;
	width:100%;
	height:auto;
	margin-top: 0px;
}
.prof_info_boxR02{
	float:left;
	width:100%;
	height:auto;
	margin-top: 30px;
	text-align:left;
}	
.prof_icon01 img{
	width:54px;
	padding-top: 540px;
	padding-right: 20px;
}
.prof_icon02 img{
	padding-top: 530px;
	width:70px;
}	
	
	
    .slick-dots {
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 0;
        right: 0;
        width: 270px;       
        display: block;
        top: 410px;
    }
    .slick-dots li {
        list-style: none;
        display: inline-block;
        max-width: 50px;
        margin-bottom: 0px;        
        margin-right: 5px;
    }
    .layout {
        width: 270px;
    }
    .slider_image {
        width: 270px;
    }
    .prof_text {
        margin-top: 20px;
    }
    .prof_text dt {
        width: 45px;
        height: 25px;
        font-size: 11px;
        margin: 0 20px 0 0;
    }
    .prof_text dd {
        font-size: 11px;
        height: 25px;
    }
    .prof_name {
        width: 100%;
        height: 30px;
        font-size: 23px;
    }
    .prof_title {
        width: 100%;
        height: 35px;
        font-size: 20px;
    }
    .prof_title span.fs12 {
        letter-spacing: 2px;
    }
    .prof_comment {
        font-size: 10px;
        line-height: 240%;
        letter-spacing: 0px;
    }
}

