@charset "utf-8";


@media screen and (max-width: 1100px){
	.pconly{
		display: none !important;
	}
	
	.baseW{
		position: relative;
		width: 95%;
		margin: auto;
	}
	
	.sec_ttl_g{
		position: relative;
		padding: 6vw 0;
		margin: 1em 0;
		line-height: 1.4;
		color: white;
		font-weight: bold;
		font-size: 17px;
	}
	
	.sec_ttl_g:before,
	.sec_ttl_g:after{
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-image: url(../images/sp/bg_ttl_side.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.sec_ttl_g:before{
		left: 0;
		background-position: left top;
	}
	.sec_ttl_g:after{
		right: 0;
		background-position: right top;
		transform: scale(-1,-1);
	}
	
	.sec_ttl_g .t_in{
		display: inline-block;
		padding: 5px .8em;
		border-radius: 10px;
		background-color: #009944;
	}
	
	.bg_border{
		width: 300px;
		height: 6px;
		margin: 2em auto 2.5em;
		background-image: url(../images/bg_border.png);
		background-repeat: no-repeat;
	}

	.cnt_text{
	}

	.wrap_btn a{
		display: inline-block;
		transition: all 0.1s ease;
	}
	
	/*---------------------------
	 header
	-----------------------------*/
	.header{
	}

	.header .baseW{
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 64px;
	}
	
	.logo_robot {
		width: 210px;
	}
	.logo_edion {
		width: 62px;
	}



	/*---------------------------
	 MV
	-----------------------------*/
	.sec_mv{
	}

	.mv_ttl{
		display: none;
	}

	/*---------------------------
	 小学校から1人1台パソコンを使って学ぶ時代へ
	-----------------------------*/
	.sec_giga .sec_sub{
		font-weight: bold;
		font-size: 15px;
	}

	.giga_text {

	}
	.giga_text .text_a {
		margin-bottom: 0.5em;
		font-weight: bold;
	}
	.giga_text .text_b {
		font-size: 12px;
	}
	
	.bg_fukidashi .t_in{
		position: relative;
		padding: 0 .5em 5px;
		font-size: 15px;
	}

	.bg_fukidashi .t_in:before{
		content: "";
		position: absolute;
		z-index: 1;
		bottom: -28px;
		left: 0;
		right: 0;
		margin: auto;
		height: 24px;
		background-image: url(../images/bg_fukidashi_a.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: contain;
	}

	.bg_fukidashi.bg_fukidashi_b .t_in:before{
		background-image: url(../images/bg_fukidashi_b.png);
	}

	.bg_fukidashi.bg_fukidashi_c .t_in:before{
		background-image: url(../images/bg_fukidashi_c.png);
	}


	.border_dot{
		position: relative;
		display: inline-block;
		font-size: 15px;
	}
	.border_dot:before{
		content: "";
		position: absolute;
		z-index: 1;
		bottom: -5px;
		left: 0;
		right: 0;
		margin: auto;
		height: 1px;
		border-bottom: 2px dashed;
	}
	
	.border_dot .big{
		font-size: 20px;
	}

	.bg_dot{
		padding: 0 0 2em;
		background-image: url(../images/bg_dot.png);
	}
	
	.ac_wrap {
		border: 1px solid;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		overflow: hidden;
	}
	.ac_wrap .ac_ttl {
		position: relative;
		padding: 8px 5px;
		background-color: #00A0E9;
		line-height: 1.4;
		color: white;
		font-weight: bold;
		font-size: 12px;
	}
	
	.ac_wrap:not(.is_active){
		border-radius: 8px;
	}
	
	.ac_wrap .ac_ttl .icon{
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		width: 18px;
		height: 18px;
		border-radius: 50%;
		background-color: white;
	}
	
	.ac_wrap .ac_ttl .icon:before,
	.ac_wrap .ac_ttl .icon:after{
		content: "";
		position: absolute;
		z-index: 2;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 10px;
		height: 3px;
		background-color: #00A0E9;
		transition: all 0.3s ease;
	}
	
	.ac_wrap:not(.is_active) .ac_ttl .icon:after{
		transform: rotate(90deg);
	}
	
	.ac_wrap .ac_cnt {
		display: none;
		background-color: white;
	}
	
	.pw_text{
		text-align: left;
		color: #FBB03B;
	}
	
	/*---------------------------
	 パソコンを使ったプログラミング教育が今後取り入れられる
	-----------------------------*/
	.sec_edu{}

	.wrap_edu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.wrap_edu .cnt {
		position: relative;
		width: calc(50% - 10px);
		margin-bottom: 15px;
		border: 1px solid;
		border-radius: 8px;
	}
	.wrap_edu .cnt:nth-of-type(2n-1):before{
		content: "";
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		right: -17px;
		margin: auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 0 10px 10px;
		border-color: transparent transparent transparent #bad200;
	}

	.wrap_edu .type {
		padding: 6px;
		border-top-left-radius: 7px;
		border-top-right-radius: 7px;
		background-color: #00A0E9;
		color: white;
		font-weight: bold;
		font-size: 14px;
	}
	.wrap_edu .img{
		margin: 1.5em auto .5em;
	}
	.wrap_edu .ttl {
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1.4;
		font-weight: bold;
	}
	.wrap_edu .text {
		margin: 1em .5em;
		text-align: left;
	}
	
	/*---------------------------
	 ロボットアカデミーを開設
	-----------------------------*/
	.sec_ac{
		position: relative;
		padding-bottom: 2em;
		margin: 1em 0 0;
		background-color: #D3EDF9;
	}

	.sec_ac .bg_ac{
	}


	.sec_ac .baseW{
	}

	.sec_ac .ttl_ac{
	}

	.sec_ac .cnt_text{
		font-weight: bold;
	}

	.wrap_attitude {
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}
	.wrap_attitude .attitude {
		display: flex;
		justify-content: space-around;
	}
	.wrap_attitude li {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100px;
		height: 100px;
		border-radius: 50%;
		background-color: #00A0E9;
		line-height: 1.4;
		color: white;
		font-weight: bold;
		font-size: 14px;
	}

	.wrap_attitude li:nth-of-type(2){
		background-color: #FFE100;
		color: #00A0E9;
	}

	.wrap_attitude li:nth-of-type(3){
		background-color: #B8D200;
	}

	.wrap_attitude .img_robot{
	}

	.sec_ac .border{
		border-bottom: 2px dashed;
	}

	.sec_ac .list_point{
	}

	.sec_ac .list_point li.sponly{
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 1.2em;
	}

	.sec_ac .list_point .ttl{
		padding: .5em;
		margin-bottom: .5em;
		border-radius: 6px;
		background-color: #00A0E9;
		text-align: left;
		color: white;
	}

	.sec_ac .list_point li:nth-of-type(5) .ttl{
		background-color: #B8D200;
	}

	.sec_ac .list_point li:nth-of-type(6) .ttl{
		background-color: #009FA8;
	}

	.sec_ac .list_point .img{
		width: 42%;
	}
	
	.sec_ac .list_point .wrap_text{
		width: 55%;
	}

	.sec_ac .list_point .text{
		text-align: left;
		font-size: 12px;
	}

	.wrap_room {
		padding: 1.5em 1em;
		margin-bottom: 1em;
		border-radius: 10px;
		background-color: white;
	}

	.wrap_room .ttl{
		margin-bottom: 2em;
	}

	.wrap_room .ttl .t_in {
		border-bottom: 1px solid;
		font-size: 15px;
	}
	.wrap_room .list_room {
	}
	.wrap_room li {
	}
	.wrap_room .img {
		margin-bottom: 14px;
	}
	.wrap_room .name {
		display: inline-block;
		padding: 0 .8em;
		margin-bottom: 5px;
		border-radius: 6px;
		background-color: #00A0E9;
		color: white;
	}
	.wrap_room .address {
	}
	.wrap_room .text {
		max-width: 264px;
		margin: auto;
		text-align: left;
		font-size: 12px;
	}
	.wrap_room li:not(:last-of-type) .text{
		margin-bottom: 1.5em;
	}
	.wrap_room .text .tel {
		padding-left: 20px;
		background-image: url(../images/icon_tel.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 16px;
	}
	
	.wrap_room a{
		color: #00A0E9;
	}
	
	/*---------------------------
	 子供に習わせたい習い事で第1位
	-----------------------------*/
	.sec_chart{
		padding: 2em 0;
		background-color: #00A0E9;
	}

	.sec_chart .baseW {
	}
	.sec_chart .wrap_chart {
		border-radius: 10px;
		background-color: white;
		padding: 1em;
	}
	.sec_chart .cnt {
	}
	.sec_chart .box_top {
	}
	.sec_chart .ttl {
		padding-top: 36px;
		margin-bottom: 1em;
		background-image: url(../images/icon_pen.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 25px;
		font-size: 15px;
	}
	.sec_chart .cnt:last-of-type .ttl{
		background-image: url(../images/icon_chart.png);
	}

	.sec_chart .text {
		margin-bottom: 2em;
		text-align: left;
	}
	.sec_chart .img {
	}
	.sec_chart .border {
	}
	
	/*---------------------------
	 「エディオンロボットアカデミー」友だち限定特典がいっぱい！
	-----------------------------*/
	.sec_line{
		padding: 3em 0;
		background-color: #00C300;
	}

	.line_ttl{
		font-size: 15px;
	}

	.line_ttl .t_in{
		position: relative;
		display: inline-block;
	}

	.line_ttl .t_in:before,
	.line_ttl .t_in:after{
		content: "";
		position: absolute;
		z-index: 1;
		top: -.3em;
		bottom: -.3em;
		margin: auto;
		width: 2px;
		background-color: white;
	}

	.line_ttl .t_in:before{
		left: -1em;
		transform: rotate(-25deg);
	}

	.line_ttl .t_in:after{
		right: -1em;
		transform: rotate(25deg);
	}

	.sec_line .sub_text{
		line-height: 1.35;
		font-size: 15px;
	}
	.sec_line .sub_text .big{
		display: block;
		font-size: 25px;
	}

	.sec_line .cnt_text{
	}

	.sec_line .list_benefits{
		margin-bottom: 0;
	}
	
	.sec_line .list_benefits li.sponly{
		margin-bottom: 1.2em;
	}

	.box_friend {
		border: 1px solid #FFFF00;
		border-radius: 8px;
		background-color: white;
		overflow: hidden;
	}
	.box_friend .ttl {
		padding: 6px;
		background-color: #FFFF00;
		font-size: 14px;
	}
	.box_friend .text {
		margin-bottom: 1em;
		font-size: 10px;
	}
	.box_friend .wrap_qr {
		margin: 1.5em auto .5em;
	}
	.box_friend .qr_line {
	}
	.box_friend .btn_line {
	}
	.box_friend .btn_line img{
		width: 90px;
		height: auto;
		border-radius: 4px;
	}
	
	
	
	
	/*---------------------------
	 エディオンが勧めるお子さまのためのマイパソコンはこちら。
	-----------------------------*/
	.sec_mypc{
		padding: 3em 0;
	}

	.sec_mypc .baseW {
	}
	.sec_mypc .pc_ttl {
		line-height: 1.3;
		font-size: 16px;
	}
	.sec_mypc .cnt_text {
	}

	.sec_mypc .big {
		background: linear-gradient(transparent 65%, #FFE100 0%);
		display: inline;
		/*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
		padding: 0 2px 0px;
		font-size: 14px;
	}
	
    .sec_mypc .list_pc {
        width: 85%;
        margin: 0 auto;
		display: flex;
		justify-content: space-between;
        flex-wrap: wrap;
	}
    
    .sec_mypc .list_pc li{
        width: calc((100% - 10px) / 2);
        margin-bottom: 1.0rem;
    }
	
	/*---------------------------
	 footer
	-----------------------------*/
	.footer{
		padding: 15px 0 5px;
		background-image: url(../images/bg_footer.png);
		background-repeat: repeat-x;
		background-position: top;
		background-size: 50%;
		color: #333;
		font-size: 11px;
	}


	/* ページトップへ */
	#page_top a {
		position: fixed;
		z-index: 1200;
		bottom: -50px;
		right: 20px;
		width: 40px;
		height: 40px;
		border: 1px solid white;
		border-radius: 50%;
		background: #00A0E9;
		opacity: 0;
		transition: all .5s ease-out;
	}

	#page_top a:after {
		content: "";
		position: absolute;
		z-index: 1;
		top: 15px;
		left: 0;
		right: 0;
		margin: auto;
		width: 12px;
		height: 12px;
		border-top: 3px solid white;
		border-right: 3px solid white;
		transform: rotate(-45deg);
	}

	#page_top a span {
		/* テキストを消す */
		display: none;
	}

	#page_top.is_active a {
		bottom: 20px;
		opacity: 1;
	}
	
}