@charset "UTF-8";


/* ///////////////補助教材（kou/english2022/subtext）用/////////////////////// */
.movie-intro {
	margin: 100px auto 0;
	max-width: 1300px;
	background: #effbff;
}

.movie-intro  h2.ttl {
	background: #fff;
	max-width: 600px; 
	margin: 0 auto 20px;
    padding: 0;
}

.movie-intro .ttl p {   
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 0.7em 0.5em;
}

.movie-intro h2.ttl:before {
    display:none;	
}

.movie-intro .ttl p:after {
	position: absolute;
	content: " ";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 6.5px 0 6.5px;
	border-color: #fff transparent transparent transparent;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/* //////スマートレクチャーコレクション スピーキングプラス(kou/english2022/subtext/pokesupi1)//////////// */
div.pupi_pink{
    border-bottom:2px solid #fa669b;
}
.fg_intro .container.no_leftcolumn .item2.b_Pink .fg_btn.bg_white {
    background: #fff;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
}
.fg_intro .container.no_leftcolumn .item2.b_Pink .fg_btn .container .item a.icon2.b_Pink {
    background: #fa669b;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
    width: 180px;
}
.fg_intro .container.no_leftcolumn .item2.b_Pink .fg_btn .container .item {
    width: auto;
}
.fg_intro .container .item2 .contents li.pupi_pink {
    background: #fa669b;
    color: #fff;
}
.fg_intro .container .item2.b_Pink{
    background: #ffebf6;
}
.fg_intro .container.no_leftcolumn .item2.b_Pink{
    margin-top: 20px;
}
.fg_intro .container.no_leftcolumn .item2.b_Pink img{
    width: 100%;
}
.fg_intro .container .item2 .contents h4.c_Pink{
    color: #fa669b;
    border-bottom: 2.5px dotted #fa669b;
}
.fg_intro .container .item2 .contents dl dt.b_Pink{
    background: #fa669b;
}

.fg_btn .container .item a.icon1.b_Pink{
    background: #fa669b;
} 
.fg_btn .container .item a.icon2.b_Pink{
    background: #fa669b;
} 
.fg_btn .container .item a.icon3.b_gray{
    background: #a5a5a5;
}
.title .t_name h3.spiplu:before{
  top:inherit;
  bottom:0;
}
@media screen and (max-width:750px) {
.title .t_name h3.spiplu:before{
  top:inherit;
  bottom:5px;
}
}
/* ////////////スマートレクチャーコレクション（kou/english2022/subtext/slc1）/////////////////////// */
.flex_gap {
    gap:3%;
}
.icon-new {
    position: relative;
}

.icon-new::before {  
    content: "NEW";
    width: 40px;
    height: 40px;
    background: #ffc000;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    font-size: 10px;
    top: -4%;
    right: -6%;
    text-align: center;
    line-height: 4.0em;
}
.fg_btn .container .item a.icon3 {
    background:#ffc000 url(../subtext/img/btn_arrow02.png) no-repeat 95% center;
    background-size: 8px auto;
    position: relative;
}

.fg_btn .container .item a.icon3 span{
    position: absolute;
    top:-38%;
    right: -25%;
    z-index: 2;
    border:0;
    box-shadow: 0;
}
.fg_btn .container .item a.icon3 span img{
    border:0;
    box-shadow: none;
}

.fg_btn .container .item p.icon3 {
    background:#ffc000 url(../subtext/img/btn_arrow02.png) no-repeat 95% center;
    background-size: 8px auto;
    position: relative;
}
.fg_btn .container .item p {
    font-size: 15px;
    text-align: center;
    width: 220px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    padding: 15px 0;
    color: #FFF;
    border-radius: 5px;
}
.fg_btn .container .item p.icon3 span{
    position: absolute;
    top:-38%;
    right: -25%;
    z-index: 2;
    border:0;
    box-shadow: 0;
}
.fg_btn .container .item p.icon3 span img{
    border:0;
    box-shadow: none;
}

.smart_video {
    width: 70%;
    margin: 70px auto 0 auto;
    aspect-ratio: 16/9;
}
.title div.t_nameSlc {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* //////////////////////////////////////////////////// */

.fg_intro .container .item2 .contents dl.flot0{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.fg_intro .container .item2 .contents dl.flot0 dt {  
    float: none;
    
}
.fg_intro .container .item2 .contents dl.flot0 dd {  
    float: none;
    width: calc(100% - 70px);
    margin: 0;
    padding: 0;
}
@media screen and (max-width:750px) {
    .icon-new::before {  
        width: 35px;
        height: 35px;
        font-size: 3px;
        top: -6%;
        right: -18%;
        line-height: 11em;
    }
    
    .fg_btn .container .item a.icon3 span{
        width: 31%;
        top: -45%;
        right: -27%;
    }
    .fg_btn .container .item p.icon3 span{
        width: 31%;
        top: -45%;
        right: -27%;
    }
    .fg_btn .container .item p {
        font-size: 12px;
        padding: 10px 0;
        width: auto;
    }
    .smart_video {
        width: 100%;
    }
    .title div.t_nameSlc {
        display: block;
    }
    .t_nameNav {
        width: 150px;
        margin-top: 10px;
    }
    .title div.t_nameSlc .t_nameNav_size {
        width: 85px;
        padding-left: 5px;
    }
}


/* ///////////////////教科書・指導書（kou/english2022/text）用////////////////// */
.sec-kyouju-intro .point li:nth-child(3) {
	margin-bottom: 10px;
}
.sec-kyouju-intro .point li:nth-child(4):before {
	content: "point4";
 } 
 .sec-kyouju-intro .point li:nth-child(4) {
	margin: 0;
}
 .sec-kyouju-intro .point li:nth-child(4) img {
	position:relative; top:-5px;	
 }
.intro_logo{
    margin:0 0 0 10px;
}
.sec-kyouju-intro .sec-line-up .line-up .box .inn {
	max-width: 1100px;
}
.sec-kyouju-intro .sec-line-up .line-up .box .manual_box {
	width: 20%;
}
.sec-kyouju-intro .sec-line-up .line-up .box .inn .manual_box:nth-child(5) {
    border-right: none;
	margin-right: 0;
	padding: 0;
}
.sec-kyouju-intro .sec-line-up .line-up .box .inn .manual_box:nth-child(6) {
	display: none;
}
.wrap_scroll_table table.info tr td ul:nth-child(2){
	width: 50%;	
}
.wrap_scroll_table table.info tr td ul li img {
	width: 68%;
	vertical-align: middle;
	margin-left: 2px;
}

 @media screen and (max-width:750px) {
	.sec-kyouju-intro .point li:nth-child(4) img {
		position:relative; top:0px;	
	 }	
	 .intro_logo {
		max-width: 55%;
	 }
	 .intro_logo04 {
		max-width: 80%;
		padding-bottom: 2px;
	 }
	 .sec-kyouju-intro .sec-line-up .line-up .box .manual_box {
		width: 50%;
	}
	 .sec-kyouju-intro .sec-line-up .line-up .box .inn .manual_box:nth-child(3) {
		border-bottom: dotted 2px #d8d7d5;
	}
	 .sec-kyouju-intro .sec-line-up .line-up .box .inn .manual_box:nth-child(4) {
		border-right: none;
		border-bottom: dotted 2px #d8d7d5;
	}
	 .sec-kyouju-intro .sec-line-up .line-up .box .inn .manual_box:nth-child(5) {
		padding: 10px 0;
		border-right: dotted 2px #d8d7d5;
		border-bottom: none;
	}
	 .sec-kyouju-intro .sec-line-up .line-up .box .inn .manual_box:nth-child(6) {
		display: block;
		border-bottom: none;
	}
}


