@charset "utf-8";
/* CSS Document */

/*--------------共通---------------*/
/*IE対応画像はみだし対応*/
span{
	box-sizing: border-box;
}
.content3 .display{
    float: left;
    width: 49%;
}
.content1 .display{
	width:100%;
}
.w980 table{
	table-layout: fixed;
}
.w980{
	width:100%;
	max-width:980px;
	margin:0 auto;
}
.w500_title{
	width:500px;
	margin:50px 0 50px auto;
	background-image:url(../img/bg_75.png);
	padding:30px 60px;
}
.bg_img {
	width:100%;
	position:relative;
}
.bg_img img {
	width:100%;
	max-width:1920px;
}
.main_pc{
	display:block;
}
.main_sp{
	display:none;
	position:relative;
}
.white_contents {
	background-color:#fff;
	width:100%;
	padding:40px 60px;
	display:inline-block;
}
.title_2 {
	margin-bottom:15px;
}
.top_margin {
	max-width:none;
	position:relative;
}
.vol_absolute{
	position:absolute;
	top:0;
	width:100%;
	margin:0 auto;
}
.menu_area{
	box-shadow:none!important;
}
.pan_link{
	background:#FADBDA;
}
.teacher {
	border-bottom:#222 dotted 1px;
	margin-bottom:15px;
}
.br_sp {
	display:none;
}
.teacher_img {
	float:right;
	width:20%;
	max-width:200px;
	display:inline-block;
}
.plofile{
	width:75%;
	float:left;
}
.teacher_img_s{
	display:none;
}
.intro_title{
	color:#e6002f;
	font-size:16px;
	font-weight:bold;
	margin:20px 0 10px;
}
.sub_title{
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 20px;
}
.okura_point .sub_title{
	margin-top: 0;
}
.left{
	float: left;
}
.right{
	float: right;
}

.show768, .show480, .show540,.show860{
	display: none;
}
.midashi{
	width: 100%;
	margin-bottom: 20px;
}

/* .content1 */
.content1{
	margin: 50px auto 20px auto;
}
.content1 .right{
position: relative;
width: 400px;
}
.content1 .right img:nth-child(3){
position: absolute;
max-width: 100px;
left: -28px;
top: -27px;
}
.content1 .right {
	width: 54%;
}
.content1 .left {
	width: 46%;
}
/* .content2 */
.content2{
	margin: 70px auto 30px auto;
}
.content2 .titleimg{
text-align: center;
margin-bottom: 30px;
width: 100%;
}
.content2 .right {
	width: calc(50% - 15px)
}
.content2 .left {
	width: calc(50% - 20px)
}
.content2 .fattext{
border-left :solid 3px #e5005a;
padding: 0px 10px 0px 10px;
font-weight: bold;
font-size: 16px;
color: #e5005a;
display: inline-block;
width: 100%;
margin: 0px auto 0px auto;
line-height: 1.4;
}
.content2 .itembox .right{
	width: 25%;
}
.content2 .itembox .left{
	width: 65%;
}
.content2 .block{
	margin: 20px auto 20px auto;
}
/* .content3 */
.content3{
	margin: 60px auto 30px auto;
}
.content3 .right img{
position: relative;
}
.content3 .right {
    width: calc(50% - 10px);
}
.content3 .left {
	width:  calc(50% - 20px);
}
.nrtext{
	width: 68%;
	float: left;
	margin-top: 5px;
}
.content3 .midashi{
	float: left;
	width: 50%;
}
@media screen and (max-width: 860px) {
	.show860{
		display: block;
	}
	.hide860{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.show768{
		display: block;
	}
	.hide768{
		display: none;
	}
}
@media screen and (max-width: 540px) {
	.show540{
		display: block;
	}
	.hide540{
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.show480{
		display: block;
	}
	.hide480{
		display: none;
	}
}


/*--------------/共通---------------*/

.material_ul li.star::before{
	content: "★";
	display:inline-block;
	width:1.2rem;
	margin-left:-1.5rem;
}
.step{
	margin-top: 20px;
}
.content3 .step .cf img, .content2 .step .cf img{
	width: 49.4%;
}
.step b {
	font-size: 15px;
	vertical-align: middle;
	margin-right: 5px;
}
.step .text_red{
	font-weight: bold;
}
.text_box, .text_box_top {
    text-indent: -0.6rem;
    padding-left: 0.6rem;
}
.text_box_top {
    margin-top: 10px;
}
.content1 .titleimg{
	margin: 10px auto 15px auto;
    text-align: center;
}

.point{
	font-weight: bold;
	margin-top: 5px;
}
.point img {
    vertical-align: middle;
    padding-right: 5px;
}
.shortcomment{
	padding: 20px;
	border :#ccc 1px dashed;
	border-radius: 10px;
	margin-top: 20px;
}
.shortcomment .left{
	width: 30%;
}
.shortcomment .right{
	width: 66%;
}
.shortcomment .text_red{
	padding: 7px 0;
	font-size: 18px;
	font-weight: bold;

} 
@media screen and (max-width: 1000px) {
	.content5 .right{
	    width: calc(100% - 402px);
	}
}
@media screen and (max-width: 860px) {
	.content2 .block{
		margin: 0px auto 0px auto;
	}
	.content1{
		margin-top: 30px;
	}
	.content2 {
		margin: 30px auto 30px auto;
	}
	.content2 .titleimg {
    text-align: center;
    margin-bottom: 10px;
	}
	.content2 .left {
		width: 100%;
		margin: 15px auto 0px auto;
	}
	.content2 .right {
		width: 100%;
		margin: 15px auto 0px auto;
	}
	.content2 .itembox .right {
		width: 20%;
		margin: 0px auto 0px auto;
	}
	.content2 .itembox .left {
		width: 75%;
	}
	.nrtext{
		width: 75%;
	}
	.content3 .midashi{
		width: 100%;
	}
	.content3 .display{
		display: block;
		float: none;	
	}
	.content3 .midashi img{
		margin: 0 auto;
		width: 80%;
	}
	.content3 .right {
		width: calc(50% - 10px);
	}
}

@media screen and (max-width: 768px) {
	.mainimg{
		width: 100%;
	}
	.mainimg .show768{
		width: 50%;
		float: left;
	}
}
@media screen and (max-width: 640px) {
	.container{
		max-width: 400px;
	}
	.content1 .block .left{
		width: 100%;
		text-align: left;
	}
	.content1 .block .right{
		width:103%;
		text-align: center;
	}
	.content1 .block .right img:nth-child(1) {
		width: 100%;
		text-align: center;
		margin: 30px auto 20px auto;
	}
	.content1 .right img:nth-child(3) {
		left: 18px;
		top: 2px;
	}
}
@media screen and (max-width: 540px) {
	.content1 .block .right .show540 {
		width: 80%;
		padding: -1px;
		margin: 0 auto;
	}
	.content1 .right img:nth-child(3) {
		left: -28px;
		top: 20px;
	}
	.content3 .midashi {
		width:100%;
		display: block;
	}
	.content3 .right {
		width:100%;
		margin: 20px auto 20px auto;
	}
	.content3 .midashi img{
		margin: 0 auto;
		width: 100%;
	}
	.content3 .display{
		display: block;
		float: none;
		width:100%;	
	}
	.nrtext{
		width: 100%;
	}
	.content3 .right {
		width: 100%;
		margin: 0px auto 20px auto;
	}
	.content2 .itembox .right {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}
	.content2 .itembox .left {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}

}
@media screen and (max-width: 480px) {
	.content_title{
		top: 13px;
		width: 78%!important;
	}
	.content1{
		padding: 0px;
	}
	.content1 p{
		font-size: 14px;
	}
	.block{
		margin-top: 0;
	}
	.block .text {
	    width: 100%;
	}
	.content1 ul li{
		width: 100%;
		float: none;
	}
	.content5 .absolute{
		top: 145px;
	}
	.content5 .right .box p{
		font-size: 13px;
	}
	.title480{
		margin: 0 auto 20px auto;
		padding: 0 20px;
	    box-sizing: border-box;
	}
	.content2 .itembox .right {
		margin-top: -2px;
		margin-left: 10px;
	}
}

/*--------------/消してOK------------*/
@media screen and (max-width: 768px) {

	/*--------------共通---------------*/
	.main_pc{
		display:none;
	}
	.main_sp{
		display:block;
	}
	.w500_title{
		width:80%;
		margin:0 10%;
		padding:20px 20px 0;
		margin-top:-120px;
		display:inline-block;
		text-align:center;
	}
	.title_1,.title_2 {
		margin:0 auto 15px;
	}
	.w980 {
		padding-top:0;
	}
	.white_contents{
		padding:40px 30px;
	}
	/*--------------/共通--------------*/

	/*-------消してOK------------------*/
	.teacher_img{
		display:none;
	}
	.teacher_img_s{
		display:block;
		float:right;
		width:150px;
		margin:0 0 0 15px;
	}
	.plofile{
		width:100%;
	}
	.gray_line{
		margin: 60px 0;
	}
	/*-------/消してOK-----------------*/

}

@media screen and (max-width: 640px) {

	/*--------------/消してok--------------*/
	.plofile{
		margin-top:0;
	}
	.teacher_img_s{
		display:block;
		float:right;
		width:100px;
		margin:0 0 15px 15px;
	}
}
@media screen and (max-width: 480px) {
	.w500_title {
		margin:-70px 6% 0;
		width:88%;
	}
	.br_sp {
		display:block;
	}
	.br_pc {
		display:none;
	}
	.white_contents {
		padding:40px 5%;
	}
	/*-------共通-----------------*/

}
