@charset "utf-8";
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');

.pace-running .hidden{
    visibility: hidden;
}

/*ローディング画面*/

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 50px;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  display: block;
  position: absolute;
  right: 100%;
  margin-right: -7px;
  width: 93%;
  top: 7px;
  height: 14px;
  font-size: 12px;
  background: #29d;
  color: #29d;
  line-height: 60px;
  font-weight: bold;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;

  -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
  -ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
  box-shadow: 120px 0 #fff, 240px 0 #fff;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
  position: fixed;
  width: 45px;
  text-align: right;
  right: 0;
  padding-right: 16px;
  top: 4px;
}

.pace .pace-progress[data-progress-text="0%"]:after { right: -200px }
.pace .pace-progress[data-progress-text="1%"]:after { right: -198.14px }
.pace .pace-progress[data-progress-text="2%"]:after { right: -196.28px }
.pace .pace-progress[data-progress-text="3%"]:after { right: -194.42px }
.pace .pace-progress[data-progress-text="4%"]:after { right: -192.56px }
.pace .pace-progress[data-progress-text="5%"]:after { right: -190.7px }
.pace .pace-progress[data-progress-text="6%"]:after { right: -188.84px }
.pace .pace-progress[data-progress-text="7%"]:after { right: -186.98px }
.pace .pace-progress[data-progress-text="8%"]:after { right: -185.12px }
.pace .pace-progress[data-progress-text="9%"]:after { right: -183.26px }
.pace .pace-progress[data-progress-text="10%"]:after { right: -181.4px }
.pace .pace-progress[data-progress-text="11%"]:after { right: -179.54px }
.pace .pace-progress[data-progress-text="12%"]:after { right: -177.68px }
.pace .pace-progress[data-progress-text="13%"]:after { right: -175.82px }
.pace .pace-progress[data-progress-text="14%"]:after { right: -173.96px }
.pace .pace-progress[data-progress-text="15%"]:after { right: -172.1px }
.pace .pace-progress[data-progress-text="16%"]:after { right: -170.24px }
.pace .pace-progress[data-progress-text="17%"]:after { right: -168.38px }
.pace .pace-progress[data-progress-text="18%"]:after { right: -166.52px }
.pace .pace-progress[data-progress-text="19%"]:after { right: -164.66px }
.pace .pace-progress[data-progress-text="20%"]:after { right: -162.8px }
.pace .pace-progress[data-progress-text="21%"]:after { right: -160.94px }
.pace .pace-progress[data-progress-text="22%"]:after { right: -159.08px }
.pace .pace-progress[data-progress-text="23%"]:after { right: -157.22px }
.pace .pace-progress[data-progress-text="24%"]:after { right: -155.36px }
.pace .pace-progress[data-progress-text="25%"]:after { right: -153.5px }
.pace .pace-progress[data-progress-text="26%"]:after { right: -151.64px }
.pace .pace-progress[data-progress-text="27%"]:after { right: -149.78px }
.pace .pace-progress[data-progress-text="28%"]:after { right: -147.92px }
.pace .pace-progress[data-progress-text="29%"]:after { right: -146.06px }
.pace .pace-progress[data-progress-text="30%"]:after { right: -144.2px }
.pace .pace-progress[data-progress-text="31%"]:after { right: -142.34px }
.pace .pace-progress[data-progress-text="32%"]:after { right: -140.48px }
.pace .pace-progress[data-progress-text="33%"]:after { right: -138.62px }
.pace .pace-progress[data-progress-text="34%"]:after { right: -136.76px }
.pace .pace-progress[data-progress-text="35%"]:after { right: -134.9px }
.pace .pace-progress[data-progress-text="36%"]:after { right: -133.04px }
.pace .pace-progress[data-progress-text="37%"]:after { right: -131.18px }
.pace .pace-progress[data-progress-text="38%"]:after { right: -129.32px }
.pace .pace-progress[data-progress-text="39%"]:after { right: -127.46px }
.pace .pace-progress[data-progress-text="40%"]:after { right: -125.6px }
.pace .pace-progress[data-progress-text="41%"]:after { right: -123.74px }
.pace .pace-progress[data-progress-text="42%"]:after { right: -121.88px }
.pace .pace-progress[data-progress-text="43%"]:after { right: -120.02px }
.pace .pace-progress[data-progress-text="44%"]:after { right: -118.16px }
.pace .pace-progress[data-progress-text="45%"]:after { right: -116.3px }
.pace .pace-progress[data-progress-text="46%"]:after { right: -114.44px }
.pace .pace-progress[data-progress-text="47%"]:after { right: -112.58px }
.pace .pace-progress[data-progress-text="48%"]:after { right: -110.72px }
.pace .pace-progress[data-progress-text="49%"]:after { right: -108.86px }
.pace .pace-progress[data-progress-text="50%"]:after { right: -107px }
.pace .pace-progress[data-progress-text="51%"]:after { right: -105.14px }
.pace .pace-progress[data-progress-text="52%"]:after { right: -103.28px }
.pace .pace-progress[data-progress-text="53%"]:after { right: -101.42px }
.pace .pace-progress[data-progress-text="54%"]:after { right: -99.56px }
.pace .pace-progress[data-progress-text="55%"]:after { right: -97.7px }
.pace .pace-progress[data-progress-text="56%"]:after { right: -95.84px }
.pace .pace-progress[data-progress-text="57%"]:after { right: -93.98px }
.pace .pace-progress[data-progress-text="58%"]:after { right: -92.12px }
.pace .pace-progress[data-progress-text="59%"]:after { right: -90.26px }
.pace .pace-progress[data-progress-text="60%"]:after { right: -88.4px }
.pace .pace-progress[data-progress-text="61%"]:after { right: -86.53999999999999px }
.pace .pace-progress[data-progress-text="62%"]:after { right: -84.68px }
.pace .pace-progress[data-progress-text="63%"]:after { right: -82.82px }
.pace .pace-progress[data-progress-text="64%"]:after { right: -80.96000000000001px }
.pace .pace-progress[data-progress-text="65%"]:after { right: -79.1px }
.pace .pace-progress[data-progress-text="66%"]:after { right: -77.24px }
.pace .pace-progress[data-progress-text="67%"]:after { right: -75.38px }
.pace .pace-progress[data-progress-text="68%"]:after { right: -73.52px }
.pace .pace-progress[data-progress-text="69%"]:after { right: -71.66px }
.pace .pace-progress[data-progress-text="70%"]:after { right: -69.8px }
.pace .pace-progress[data-progress-text="71%"]:after { right: -67.94px }
.pace .pace-progress[data-progress-text="72%"]:after { right: -66.08px }
.pace .pace-progress[data-progress-text="73%"]:after { right: -64.22px }
.pace .pace-progress[data-progress-text="74%"]:after { right: -62.36px }
.pace .pace-progress[data-progress-text="75%"]:after { right: -60.5px }
.pace .pace-progress[data-progress-text="76%"]:after { right: -58.64px }
.pace .pace-progress[data-progress-text="77%"]:after { right: -56.78px }
.pace .pace-progress[data-progress-text="78%"]:after { right: -54.92px }
.pace .pace-progress[data-progress-text="79%"]:after { right: -53.06px }
.pace .pace-progress[data-progress-text="80%"]:after { right: -51.2px }
.pace .pace-progress[data-progress-text="81%"]:after { right: -49.34px }
.pace .pace-progress[data-progress-text="82%"]:after { right: -47.480000000000004px }
.pace .pace-progress[data-progress-text="83%"]:after { right: -45.62px }
.pace .pace-progress[data-progress-text="84%"]:after { right: -43.76px }
.pace .pace-progress[data-progress-text="85%"]:after { right: -41.9px }
.pace .pace-progress[data-progress-text="86%"]:after { right: -40.04px }
.pace .pace-progress[data-progress-text="87%"]:after { right: -38.18px }
.pace .pace-progress[data-progress-text="88%"]:after { right: -36.32px }
.pace .pace-progress[data-progress-text="89%"]:after { right: -34.46px }
.pace .pace-progress[data-progress-text="90%"]:after { right: -32.6px }
.pace .pace-progress[data-progress-text="91%"]:after { right: -30.740000000000002px }
.pace .pace-progress[data-progress-text="92%"]:after { right: -28.880000000000003px }
.pace .pace-progress[data-progress-text="93%"]:after { right: -27.02px }
.pace .pace-progress[data-progress-text="94%"]:after { right: -25.16px }
.pace .pace-progress[data-progress-text="95%"]:after { right: -23.3px }
.pace .pace-progress[data-progress-text="96%"]:after { right: -21.439999999999998px }
.pace .pace-progress[data-progress-text="97%"]:after { right: -19.58px }
.pace .pace-progress[data-progress-text="98%"]:after { right: -17.72px }
.pace .pace-progress[data-progress-text="99%"]:after { right: -15.86px }
.pace .pace-progress[data-progress-text="100%"]:after { right: -14px }


.pace .pace-activity {
  position: absolute;
  width: 100%;
  height: 28px;
  z-index: 2001;
  box-shadow: inset 0 0 0 2px #29d, inset 0 0 0 7px #FFF;
  border-radius: 10px;
}

.pace.pace-inactive {
  display: none;
}

/*ローディング画面*/

body {
	background: #000;
	font-family: Helvetica, ArialMT,"Noto Sans Japanese","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	color:#fb30ae;
	font-size:14px;
	font-weight:400;
	text-align: center;
}

nav{
	position:fixed;
	top:0;
	width:100%;
	background: #fb30ae;
	color:#fff;
	z-index: 9999;
}

h1{
	line-height: 0;
}

a{
text-decoration: none;
}

a:hover {
filter: brightness(110%);
}

.report,.report02,.report03{
	background: rgba(255,255,255,0.9);
	border-radius:10px;
	text-align: center;
	color:#000;
}

.report03{
    margin: 40px 0;
    padding-top: 5px;
}

.report_header{
	position:relative;
}

p.report_sns{
	text-align: right;
}

.report_text{
	text-align: center;
	line-height: 1.6;
	font-weight:600;
}

.pinkbox{
	background: #fb30ae;
	border-radius:5px;
	color:#fff;
}

.pinkbox p.mi span{
	border-bottom:3px solid #fff;
}

footer{
	background: #fb30ae;
	color:#fff;
}

.logo{
	font-weight:100;
}

hr.inner{
    border: 0;
    border-top: 3px solid #000000;
    margin-bottom: 30px;
    padding: 0;
}

a.brightness:hover{
    filter: brightness(110%);
}

.floatR{
    float: right;
}

.floatL{
    float: left;
}


.clearfix:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*PC*/
@media print, screen and (min-width: 768px)
{

	html,body{
		min-width: 1024px;
	}

	.hide_pc{
		display: none;
	}

	a:focus,input:focus,textarea:focus {
		outline: 0;
	}
	
	header,nav article,.w1024,footer article{
		width: 1024px;
		margin:0 auto;
		position:relative;
	}
	
	.w980{
		width: 980px;
		margin:0 auto;
		position:relative;
	}
	
    .w890{
        width: 890px;
        margin: 0 auto;
    }
    
	/*nav*/
	nav article{
		text-align: left;
		padding:5px 0;
	}

	nav img{
		vertical-align: middle;
		margin:0 10px;
		height:45px;
	}
	
	nav a:nth-child(2) img{
		height:35px;
	}

	nav article .social{
		position:absolute;
		top:12px;
		right:0;
		font-weight:700;
	}

	nav article .social img{
		margin:0 2px;
		height:30px;
	}
	
	nav article .social span{
		font-size:14px;
		vertical-align: middle;
	}
	
	nav article .social .menu img{
		margin:0 15px;
		height:14px;
	}
	
	nav article .social .menu a img:hover{
		opacity: 0.8;
	}
	
	/*nav*/
	
	.room{
		background: url('../img/bg.jpg') top center no-repeat;
	}
	
	.contents{
		padding:100px 0 10px;
	}
		
	p.report_sns a{
		margin-left:5px;
	}
	
	.report,.report02,.report03{
		padding: 30px;
        margin: 0 auto 50px;
	}
	
	.report_text{
		padding:15px 0 0;
		font-size:18px;
        width: 795px;
        margin: 0 auto;
	}
	
    .title{
        display: -webkit-flex;
        display: flex;
        justify-content:space-between;
    }
    
	h1 {
		margin-bottom:40px;
	}
	
	h1 img{
		width:428px;
	}
	
    .title p{
        margin-top: 30px;
    }
    
	.text01{
		margin-bottom:30px;
	}
	
    h2{
        background-image: url("../img/homework_bg_pc.jpg") ;
        background-repeat: no-repeat;
        background-size: 830px;
        height: 100px;
        background-position: top center;
        margin:10px auto 10px;
        font-size:26px;
        font-weight: 400;
        padding: 20px 0 0;
        line-height: 1.5;
        /*filter: drop-shadow(6px 8px 5px rgba(0,0,0,0.3));*/
    }
    
    .menber{
        display: -webkit-flex;
        display: flex;
        justify-content:space-between;
        margin-bottom:50px;
    }
    
    .dashline{
        background-image: url("../img/dashline_dot.png");
        background-repeat: repeat-y;
        width: 5px;
        height: 1004px;
    }
    
    .team01,.team02{
        width: 457.5px;
        margin:auto 0;
        text-align: center;
    }
    
    .team01{
        padding-right: 25px;
        margin-top: 20px;
    }
    
    .team02{
        padding-left: 25px;
        margin-top: 19.5px;
    }
    
    .teacher{
        margin-bottom: 35px;
    }
    
    .teacherimg02{
        margin-top: -3px;
    }
    
    .teachername{
        font-size:20px;
        font-weight:bold;
        color: #ff0000;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 1.1;
    }
 
    .teachercap{
        line-height: 1.4;
        margin-bottom: 15px;
        font-size:14px;
    }
    
    .teacherprofile{
        line-height: 1.4;
        font-size:14px;
    }
    
    .crew01,.crew02{
        margin-bottom: 20px;
        display: -webkit-flex;
        display: flex;
        justify-content:space-between;
    }
    
    .crew01 figure,.crew02 figure{
        width: 190px;
    }
    
    /*.crew01{
        margin-top: 45px;
    }*/
    
    .crewname{
        font-size: 14px;
        line-height: 1.3;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    
    .crewname03{
        font-size:13px;
    }
    
    .crewcap{
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
    }
    
       
    
/*LINE風宿題の添削の様子部分*/
    
    .time{
        background-color: rgba(23,28,97,0.3);
        padding: 5px 10px;
        border-radius:25px;
        color: #fff;
        width: 60px;
        margin: 0 auto 20px;
    }
    
	.cp_container .time{
        background-color: rgba(23,28,97,0.3);
        padding: 5px 10px;
        border-radius:25px;
        color: #fff;
        width: 70px;
        margin: 0 auto 20px;
    }
	
    article.day_homework{
        padding: 40px 20px 20px;
    }
    
    .linename01,.linename02{
        color: #fff;
        margin-bottom: 5px;
    }
    
    .linename01{
        text-align: left;
        padding-left: 5px;
    }
    
    .linename02{
        text-align: right;
        padding-right: 5px;
    }
    
    .talk{
        color: #000;
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
        background-color: #85e249;
        border-radius:15px;
        border-radius:21px;
        padding: 15px 15px;
    }
    
    .linecrew{
        width: 460px;
        float: right;
        margin-bottom: 20px;
        position: relative;
        margin-right: 89px;
    }
    
    .lineteacher{
        width: 460px;
        float: left;
        margin-bottom: 20px;
        position: relative;
        margin-left: 89px;
    }
    
    .teacher_01:before,.teacher_02:before{
        position: absolute;
        content: "";
        width: 89px;
        height: 97px;
        top:-9px;
        left: -85px;
    }
    
    .teacher_01:before{
        background-image: url("../img/teacherE_lineicon.png");
        background-repeat: no-repeat;
    }
    
    .teacher_02:before{
        background-image: url("../img/teacherA_lineicon.png");
        background-repeat: no-repeat;
    }
    
    .crew_01:after,.crew_02:after,.crew_03:after,.crew_04:after{
        position: absolute;
        content: "";
        width: 89px;
        height: 97px;
        top:-9px;
    }
    
    .crew_01:after{
        background-image: url("../img/crew01_lineicon.png");
        background-repeat: no-repeat;
        }
    
    .crew_02:after{
        background-image: url("../img/crew02_lineicon.png");
        background-repeat: no-repeat;
        }
    
    .crew_03:after{
        background-image: url("../img/crew03_lineicon.png");
        background-repeat: no-repeat;
        }
    
    .crew_04:after{
        background-image: url("../img/crew04_lineicon.png");
        background-repeat: no-repeat;
        }
    
    
/*LINE風宿題の添削の様子部分*/
    
    .text03{
        margin:20px auto;
        font-size: 16px;
    }
    
	.pinkbox{
		margin:30px auto;
		width:630px;
		box-sizing: border-box;
		padding:15px 15px;
	}
	
	.pinkbox p.mi{
		font-size:24px;
		margin-bottom:30px;
	}
	
	.btn01{
		margin-top:30px;
	}
	
	footer article{
		padding:80px 0;
	}
	
	.logo{
		text-align: center;
		font-size:30px;
	}
	
	.logo img{
		vertical-align: middle;
		height:55px;
		margin:0 15px;
	}
	
	footer div.copyright{
		font-size:10px;
		padding:25px 0 0;
	}
	
	.banner{
		padding:60px 0 0;
	}
	
	#pagetop{
		display:inline;
		position:fixed;
		bottom:0;
		right:20px;
		opacity:0.7;
		width:50px;
		text-align: right;
		line-height: 0;
	}
	
	#pagetop img{
		width:50px;
	}
	
	#pagetop img:hover{
		cursor: pointer;
		opacity:0.5;
	}


}


/*SP*/
@media screen and (max-width: 767px)
{
	body{
		font-size:14px;
	}
	
	.hide_sp{
		display: none;
	}

	img {
		width: 100%;
	}

	nav article{
		padding:8px 5px 8px 0;
		text-align: left;
	}

	nav img{
		vertical-align: middle;
		margin:0 5px;
		width: initial;
		height:25px;
	}

	nav article .social{
		position:absolute;
		top:5px;
		right:5px;
	}

	nav article .social img{
		height:30px;
		margin:0 2px;
	}
	
	.room{
		background: url('../img/bg_sp.jpg') top center no-repeat;
		background-size:100%;
	}
	
	header{
		padding:80px 0 0 ;
	}
	
	.contents{
		padding:60px 10px;
	}
	
	.report{
		padding:10px 10px 10px;
	}
	
    .report02{
		padding:10px 10px 10px;
	}
    
	p.report_sns{
	}
	
	.report_header p.report_sns img{
		width:initial;
		height:30px;
	}
	
	.report_text{
		padding:10px 0 0;
		font-size:14px;
	}
	
	h1 {
		margin-bottom:20px;
	}
	
    .title{
        margin-top: 10px;
    }
	
    .title p{
        margin-bottom: 30px;
    }
    
    h2{
        background-image: url("../img/homework_bg_sp.jpg") ;
        background-repeat: no-repeat;
        background-size: 97%;
        height: 74px;
        background-position: top center;
        font-size:16px;
        font-weight: 400;
        margin-top: 20px;
        padding: 7px 0;
        line-height: 1.0;
        /*filter: drop-shadow(6px 8px 5px rgba(0,0,0,0.3));*/
    }
    
    .menber{
        padding: 30px 15px 30px;
        margin-bottom: 50px;
    }
    
    .team01{
        margin-bottom: 60px;
    }
    
    .teacher{
        margin-bottom: 35px;
    }
    
    .teachername{
        font-size:20px;
        font-weight:bold;
        color: #ff0000;
    }
    
    .text01{
		margin-bottom:15px;
	}
    
    .teacher p{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    .teacher figure img{
        width: 223px;
    }
    
    .crew01,.crew02{
        margin-bottom: 30px;
    }
    
    .crew01 figure,.crew02 figure{
        margin-bottom: 30px;
    }
    
    .crew01 figure img,.crew02 figure img{
        width: 137px;
    }
    
    .crewname{
        font-size: 14px;
        line-height: 1.4;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    
    
    .crewcap{
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
    }
    
    
/*LINE風宿題の添削の様子部分*/
    
    article.day_homework:first-child{
        padding-top: 30px;
    }
    
    article.day_homework{
        padding-top: 60px;
    }
    
    .time{
        background-color: rgba(23,28,97,0.3);
        padding: 5px 10px;
        border-radius:25px;
        color: #fff;
        width: 60px;
        margin: 0 auto 20px;
    } 
    
    .cp_container .time{
        background-color: rgba(23,28,97,0.3);
        padding: 5px 10px;
        border-radius:25px;
        color: #fff;
        width: 70px;
        margin: 0 auto 20px;
    }
    
    .linename01,.linename02{
        color: #fff;
        margin-bottom: 3px;
    }
    
    .linename01{
        text-align: left;
        padding-left: 2%;
    }
    
    .linename02{
        text-align: right;
        padding-right: 2%;
    }
    
    .talk{
        color: #000;
        font-size: 14px;
        line-height: 1.4;
        text-align: left;
        background-color: #85e249;
        border-radius:21px;
        padding: 10px 15px;
    }
    
    .linecrew{
        width: 65%;
        float: right;
        margin-bottom: 20px;
        position: relative;
        margin-right: 21%;
    }
    
    .lineteacher{
        width: 65%;
        float: left;
        margin-bottom: 20px;
        position: relative;
        margin-left: 22%;
    }
    
    .crew_01:after,.crew_02:after,.crew_03:after,.crew_04:after{
        position: absolute;
        content: "";
        width: 100%;
        height: 110%;
        top:-9px;
    }
    
    .crew_01:after{
        background-image: url("../img/crew01_lineicon_sp.png");
        background-repeat: no-repeat;
        background-size:30% auto;
    }
    
    .crew_02:after{
        background-image: url("../img/crew02_lineicon_sp.png");
        background-repeat: no-repeat;
        background-size:30% auto;
    }
    
    .crew_03:after{
        background-image: url("../img/crew03_lineicon_sp.png");
        background-repeat: no-repeat;
        background-size:30% auto;
    }
    
    .crew_04:after{
        background-image: url("../img/crew04_lineicon_sp.png");
        background-repeat: no-repeat;
        background-size:30% auto;
    }
    
    .teacher_01:before,.teacher_02:before{
        position: absolute;
        content: "";
        width: 100%;
        height: 110%;
        top:-9px;
        left:-68px;
    }
    
    .teacher_01:before{
        background-image: url("../img/teacherE_lineicon_sp.png");
        background-repeat: no-repeat;
        background-size:30% auto;
    }
    
    .teacher_02:before{
        background-image: url("../img/teacherA_lineicon_sp.png");
        background-repeat: no-repeat;
        background-size:30% auto;
    }
    
    .audio{
        width: 50%;
    }
    
    
/*LINE風宿題の添削の様子部分*/
    
    
    .title2{
        margin-top: 10px;
    }
    
    .text02{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    
	.pinkbox{
		margin:20px auto;
		box-sizing: border-box;
		padding:15px 10px;
	}
	
	.pinkbox p.mi{
		font-size:18px;
		margin-bottom:15px;
	}
	
	.btn01{
		margin-top:15px;
	}
	
	footer{
		padding:40px 0;
	}
	
	.logo{
		font-size:26px;
		text-align: center;
	}
	
	.logo a img{
		vertical-align: middle;
		width:30%;
		margin:0 15px;
	}
	
	footer div.copyright{
		font-size:10px;
		padding:25px 0 20px;
	}
	
	.banner{
		padding:20px ;
	}
	
	#pagetop{
		position:fixed;
		bottom:0;
		right:10px;
		line-height:0;
		text-align:right;
		width:100%;
	}

	#pagetop img{
		width:12%;
		opacity:0.8;
	}
	
}

@media screen and (max-width: 320px)
{   
    .crew_01:after,.crew_02:after,.crew_03:after,.crew_04:after{
        position: absolute;
        content: "";
        width: 100%;
        height: 110%;
        top:-9px;
    }
    
	.crew_01:after{
        background-image: url("../img/crew01_lineicon_sp320.png");
        background-repeat: no-repeat;
    }
    
    .crew_02:after{
        background-image: url("../img/crew02_lineicon_sp320.png");
        background-repeat: no-repeat;
    }
    
    .crew_03:after{
        background-image: url("../img/crew03_lineicon_sp320.png");
        background-repeat: no-repeat;
    }
    
    .crew_04:after{
        background-image: url("../img/crew04_lineicon_sp320.png");
        background-repeat: no-repeat;
    }
    
    .teacher_01:before,.teacher_02:before{
        position: absolute;
        content: "";
        width: 100%;
        height: 110%;
        top:-9px;
        left:-68px;
    }
    
    .teacher_01:before{
        background-image: url("../img/teacherE_lineicon_sp320.png");
        background-repeat: no-repeat;
    }
    
    .teacher_02:before{
        background-image: url("../img/teacherA_lineicon_sp320.png");
        background-repeat: no-repeat;
    }
}

/*もっと読み込むボタン*/
.cp_box *, .cp_box *:before, .cp_box *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_box {
position: relative;
}
.cp_box label {
position: absolute;
z-index: 1;
bottom: 0;
width: 100%;
left: 0;
height: 140px; /* グラデーションの高さ */
cursor: pointer;
text-align: center;
/* 以下グラデーションは背景を自身のサイトに合わせて設定してください 
background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);*/
}
.cp_box input:checked + label {
background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
line-height: 2.5rem;
position: absolute;
z-index: 2;
bottom: 20px;
left: 50%;
width:100% ;
content: 'もっと読む';
transform: translate(-50%, 0);
letter-spacing: 0.05em;
color: #ffffff;
border-radius: 20px;
background-color: rgba(23,28,97,0.3);
padding:5px 10px;
}
.cp_box input {
display: none;
}
.cp_box .cp_container {
overflow: hidden;
height: 0; /* 開く前に見えている部分の高さ */
transition: all 0.5s;
}
.cp_box input:checked + label {
/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
content: ' 閉じる';
}

.cp_box input:checked ~ .cp_container {
height: auto;
padding-bottom: 70px; /* 閉じるボタンのbottomからの位置 */
transition: all 0.5s;
}


/*もっと読み込むボタン*/




.ChangeElem_Panel{
  display: none;
}

/*PC*/
@media print, screen and (min-width: 768px)
{
    /*-------タブ-------------------*/
    
    #homeworktab{
        height: 40px;
        margin-top:-100px;
        padding-top:100px;
    }
    
    /*タブ切り替え全体のスタイル*/
    .tabs {
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
        margin:0 auto 70px;
    }
    
    .tabs:nth-last-child(1) {
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
        margin:0 auto 40px;
    }
    
        /*タブのスタイル*/
    .tab_item01,.tab_item02,.tab_item03,.tab_item04,.tab_item05,.tab_item06,.tab_item07,.tab_item08,.tab_item09,.tab_item10{
        width: 444px;
        height: 50px;
        background-color: #d9d9d9;
        line-height: 50px;
        font-size: 16px;
        text-align: center;
        color: #565656;
        display: block;
        float: left;
        text-align: center;
        font-weight: bold;
        transition: all 0.2s ease;
    }
    
    .tab_item01,.tab_item03,.tab_item05,.tab_item07,.tab_item09{
    border-bottom: 3px solid #22a8e2;
    border-radius: 10px 10px 0 0;
    margin-right: 1px;
    }
     
    .tab_item02,.tab_item04,.tab_item06,.tab_item08,.tab_item10{
    border-bottom: 3px solid #fd6cb1;
    border-radius: 10px 10px 0 0;
    margin-left: 1px;
    }
        
    .tab_item01:hover,.tab_item02:hover,.tab_item03:hover,.tab_item04:hover,.tab_item05:hover,.tab_item06:hover,.tab_item07:hover,.tab_item08:hover,.tab_item09:hover,.tab_item10:hover {
        opacity: 0.8;
    }
    /*ラジオボタンを全て消す*/
    /*input[name="tab_item"] {
        display: none;
    }*/
    /*タブ切り替えの中身のスタイル*/
    /*.tab_content {
        display: none;
        padding: 20px;
        clear: both;
        overflow: hidden;
    }*/
    
    .tabs-content{
        margin-top: 63px;
        
    }
    
    .teamE_content01,.teamE_content03,.teamE_content05,.teamE_content07,.teamE_content09{
        display: block;
        background-color: #aee3f9;
        border-radius:0 0 10px 10px;
        overflow: auto;
    }
    
    .teamA_content02,.teamA_content04,.teamA_content06,.teamA_content08,.teamA_content10{
        display: block;
        background-color: #fcb4d6;
        border-radius:0 0 10px 10px;
        overflow: auto;
    }
    
    /*.eHeight01{
        height: 1890px;
    }
    
    .aHeight01{
        height: 1470px;
    }*/
    
.tabs-menu a {
    display: block;
    padding: 4px 20px;
    color: #557F95;
    text-decoration: none;
}*/

/* 非選択のタブにマウスを乗せたら色を変える */
.tabs-menu li:not(.active):hover {
    border-color: #f0f0f0 #f0f0f0 #999;
    background-color: #f0f0f0;
}

/* 選択中のタブ */
.tabs-menu .tab_item01.active,.tabs-menu .tab_item03.active,.tabs-menu .tab_item05.active,.tabs-menu .tab_item07.active,.tabs-menu .tab_item09.active {
    border-color: #999 #999 transparent #999;
    background-color: #22a8e2;
    color: #fff;
}
    
.tabs-menu .tab_item02.active,.tabs-menu .tab_item04.active,.tabs-menu .tab_item06.active,.tabs-menu .tab_item08.active,.tabs-menu .tab_item10.active {
    border-color: #999 #999 transparent #999;
    background-color: #fd6cb1;
    color: #fff;
}

/* 各タブのコンテンツはデフォルトで非表示 */
.tabs-content section {
    
}
    
 /*-------タブ-------------------*/ 
}

/*SP*/
@media screen and (max-width: 767px)
{
    /*-------タブ-------------------*/
    /*タブ切り替え全体のスタイル*/
    #homeworktab{
        height: 40px;
       margin-top:-40px;
        padding-top:40px;
    }
    
    .tabs{
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
        margin:0 auto 40px;
    }
    
        /*タブのスタイル*/
  .tab_item01,.tab_item02,.tab_item03,.tab_item04,.tab_item05,.tab_item06,.tab_item07,.tab_item08,.tab_item09,.tab_item10{
        width: 47.6%;
        height: 50px;
        background-color: #d9d9d9;
        line-height: 50px;
        font-size: 15px;
        text-align: center;
        color: #565656;
        display: block;
        float: left;
        text-align: center;
        font-weight: bold;
        transition: all 0.2s ease;
    }
    
    .tab_item01,.tab_item03,.tab_item05,.tab_item07,.tab_item09{
    border-bottom: 3px solid #22a8e2;
    border-radius: 10px 10px 0 0;
    margin-left: 1.9%;
    filter: drop-shadow(6px 10px 5px rgba(0,0,0,0.4));
    }
     
    .tab_item02,.tab_item04,.tab_item06,.tab_item08,.tab_item10{
    border-bottom: 3px solid #fd6cb1;
    border-radius: 10px 10px 0 0;
    margin-left: 0.9%;
    filter: drop-shadow(6px 10px 5px rgba(0,0,0,0.4));
    }
        
    .tab_item01:hover,.tab_item02:hover,.tab_item03:hover,.tab_item04:hover,.tab_item05:hover,.tab_item06:hover,.tab_item07:hover,.tab_item08:hover,.tab_item09:hover,.tab_item10:hover {
        opacity: 0.75;
    }
    /*選択されているタブのコンテンツのみを表示*/
    
    .tabs-content{
        margin-top: 53px;
    }
    
   .teamE_content01,.teamE_content03,.teamE_content05,.teamE_content07,.teamE_content09{
        display: block;
        background-color: #aee3f9;
        border-radius:0 0 10px 10px;
        margin: 0 2%;
        filter: drop-shadow(6px 10px 5px rgba(0,0,0,0.4));
        overflow-y: scroll;
        overflow-x: hidden;
        height: 1400px;
    }

    .teamA_content02,.teamA_content04,.teamA_content06,.teamA_content08,.teamA_content10{
        display: block;
        background-color: #fcb4d6;
        border-radius:0 0 10px 10px;
        margin: 0 2%;
        filter: drop-shadow(6px 10px 5px rgba(0,0,0,0.4));
        overflow-y: scroll;
        overflow-x: hidden;
        height: 1400px;
    }
    
    
    .tabs-menu a {
    display: block;
    /*padding: 4px 20px;*/
    color: #557F95;
    text-decoration: none;
}

/* 非選択のタブにマウスを乗せたら色を変える */
.tabs-menu li:not(.active):hover {
    border-color: #f0f0f0 #f0f0f0 #999;
    background-color: #f0f0f0;
}

/* 選択中のタブ */
.tabs-menu .tab_item01.active,.tabs-menu .tab_item03.active,.tabs-menu .tab_item05.active,.tabs-menu .tab_item07.active,.tabs-menu .tab_item09.active {
    border-color: #999 #999 transparent #999;
    background-color: #22a8e2;
    color: #fff;
}
    
.tabs-menu .tab_item02.active,.tabs-menu .tab_item04.active,.tabs-menu .tab_item06.active,.tabs-menu .tab_item08.active,.tabs-menu .tab_item10.active {
    border-color: #999 #999 transparent #999;
    background-color: #fd6cb1;
    color: #fff;
}
    
 /*-------タブ-------------------*/
}

#pagenation{
    text-align: center;
    width: 300px;
    margin: 0 auto;
}

#pagenation::after {
  content: "";
  display: block;
  clear: both;
}



#pagenation p{
    width: 110px;
    margin: 0 auto;
    background-color: #fb30ae;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}

#pagenation p.prev{
    float: left;
}

#pagenation p.prev0{
    float: none;
}

#pagenation p.next{
    float: right;
}

#pagenation p.next0{
    float: none;
}

/*SP*/
@media screen and (max-width: 767px)
{
   #pagenation{
    text-align: center;
    width: 300px;
    margin: 0 auto;
    padding-bottom: 20px;
} 
}