@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* resetここまで */

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.5;
	background-color: white;
	text-align: center;
	color: #00A0E9;
	font-size: 13px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

a {
	display: block;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

.mb0{
	margin-bottom: 0 !important;
}

.mb1{
	margin-bottom: 1em;
}

.mb2{
	margin-bottom: 2em;
}

.mb3{
	margin-bottom: 3em;
}

.mb4{
	margin-bottom: 4em;
}

.mb5{
	margin-bottom: 5em;
}

.bold{
	font-weight: bold;
}

.c_green{
	color: #009944;
}

.c_ygreen{
	color: #B8D200;
}

.c_bgreen{
	color: #009FA8;
}

.c_yellow{
	color: #FFFF00;
}

.c_white{
	color: white;
}

section{
}

@media screen and (min-width: 1101px){
	
	.sponly{
		display: none;
	}

	.baseW{
		position: relative;
		width: 1000px;
		margin: auto;
	}

	.sec_ttl_g{
		position: relative;
		color: white;
		font-weight: bold;
		font-size: 30px;
	}

	.sec_ttl_g:before,
	.sec_ttl_g:after{
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 418px;
		height: 65px;
		background-image: url(../images/bg_ttl_side.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.sec_ttl_g:before{
		left: 0;
		background-position: left center;
	}
	.sec_ttl_g:after{
		right: 0;
		background-position: right center;
		transform: scale(-1,1);
	}

	.sec_ttl_g .t_in{
		display: inline-block;
		padding: 5px .5em;
		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{
		font-size: 16px;
	}

	.wrap_btn a{
		display: inline-block;
		transition: all 0.1s ease;
	}
	.wrap_btn a:hover{
		opacity: .8;
	}


	/*---------------------------
	 header
	-----------------------------*/
	.header{
	}

	.header .baseW{
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 143px;
	}



	/*---------------------------
	 MV
	-----------------------------*/
	.sec_mv{
		max-width: 1914px;
		height: 603px;
		margin: auto;
		background-image: url(../images/img_mv.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.mv_ttl{
		display: none;
	}

	/*---------------------------
	 小学校から1人1台パソコンを使って学ぶ時代へ
	-----------------------------*/
	.sec_giga{
		position: relative;
		padding: 3em 0;
	}

	.sec_giga:before,
	.sec_giga:after{
		content: "";
		position: absolute;
		z-index: -1;
		top: 78px;
		bottom: 0;
		margin: auto;
		width: 242px;
	}

	.sec_giga:before{
		left: 0;
		background-image: url(../images/bg_giga_l.png);
		background-repeat: repeat-y;
		background-position: left top;
	}
	.sec_giga:after{
		right: 0;
		background-image: url(../images/bg_giga_r.png);
		background-repeat: repeat-y;
		background-position: right top:
	}

	.sec_giga .baseW{
		background-color: white;
	}

	.sec_giga .sec_sub{
		font-weight: bold;
		font-size: 24px;
	}

	.giga_text {

	}
	.giga_text .text_a {
		margin-bottom: 0.5em;
		font-weight: bold;
		font-size: 16px;
	}
	.giga_text .text_b {
	}

	.bg_fukidashi .t_in{
		position: relative;
		padding: 0 .5em 5px;
		font-size: 24px;
	}

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

	.bg_fukidashi.bg_fukidashi_b .t_in:before{
		width: 234px;
		height: 29px;
		background-image: url(../images/bg_fukidashi_b.png);
	}

	.bg_fukidashi.bg_fukidashi_c .t_in:before{
		width: 444px;
		height: 15px;
		background-image: url(../images/bg_fukidashi_c.png);
	}

	.border_dot{
		padding-bottom: 6px;
		border-bottom: 2px dashed;
		font-size: 24px;
	}
	.border_dot .big{
		font-size: 30px;
	}

	.bg_dot{
		background-image: url(../images/bg_dot.png);
	}

	.bg_dot .baseW{
		display: flex;
		justify-content: space-between;
		padding: 2em 0;
	}

	.bg_dot .border{
		width: 1px;
		border-left: 2px dashed;
	}

	.img_pw {
		position: absolute;
		z-index: -1;
		bottom: 464px;
		right: 0;
	}
	.img_block {
		position: absolute;
		z-index: -1;
		bottom: 0;
		left: 0;
	}

	/*---------------------------
	 パソコンを使ったプログラミング教育が今後取り入れられる
	-----------------------------*/
	.sec_edu{}

	.wrap_edu {
		display: flex;
		justify-content: space-between;
	}
	.wrap_edu .cnt {
		position: relative;
		width: 232px;
		border: 1px solid;
		border-radius: 8px;
	}
	.wrap_edu .cnt:not(:last-of-type):before{
		content: "";
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		right: -19px;
		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: 8px;
		border-top-right-radius: 8px;
		background-color: #00A0E9;
		color: white;
		font-weight: bold;
		font-size: 18px;
	}
	.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;
		font-size: 16px;
	}
	.wrap_edu .text {
		margin: 1em .5em;
		text-align: left;
		font-size: 14px;
	}

	/*---------------------------
	 ロボットアカデミーを開設
	-----------------------------*/
	.sec_ac{
		position: relative;
		padding-bottom: 3em;
		background-color: #D3EDF9;
	}

	.sec_ac:before,
	.sec_ac:after{
		content: "";
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 242px;
	}

	.sec_ac:before{
		left: 0;
		background-image: url(../images/bg_ac_l.png);
		background-repeat: repeat-y;
		background-position: left top;
	}
	.sec_ac:after{
		right: 0;
		background-image: url(../images/bg_ac_r.png);
		background-repeat: repeat-y;
		background-position: right top:
	}

	.sec_ac .bg_ac{
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		right: 0;
		height: 229px;
		background-image: url(../images/bg_ac.png);
		background-repeat: no-repeat;
		background-position: center 0px;
		background-size: cover;
	}


	.sec_ac .baseW{
		position: relative;
		z-index: 2;
	}

	.sec_ac .ttl_ac{
		padding-top: 100px;
	}

	.sec_ac .cnt_text{
		font-weight: bold;
		font-size: 20px;
	}

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

	.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{
		position: absolute;
		z-index: 1;
		bottom: -40px;
		right: -140px;
	}

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

	.sec_ac .list_point{
		display: flex;
		justify-content: space-between;
	}

	.sec_ac .list_point li.pconly{
		width: 305px;
	}

	.sec_ac .list_point .ttl{
		padding: 1em 0;
		border-radius: 10px;
		background-color: #00A0E9;
		color: white;
		font-size: 17px;
	}

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

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

	.sec_ac .list_point .img{
		margin: 1em 0;
	}

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

	.wrap_room {
		padding: 1em 34px 2.5em;
		border-radius: 10px;
		background-color: white;
	}

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

	.wrap_room .ttl .t_in {
		border-bottom: 1px solid;
		font-size: 24px;
	}
	.wrap_room .list_room {
		display: flex;
		justify-content: space-between;
	}
	.wrap_room li {
		display: flex;
		align-items: flex-end;
	}
	.wrap_room .img {
		margin-right: 14px;
	}
	.wrap_room .name {
		display: inline-block;
		padding: 0 .8em;
		margin-bottom: 5px;
		border-radius: 6px;
		background-color: #00A0E9;
		color: white;
		font-size: 18px;
	}
	.wrap_room .address {
	}
	.wrap_room .text {
		text-align: left;
		font-size: 16px;
	}
	.wrap_room .text .tel {
		padding-left: 26px;
		background-image: url(../images/icon_tel.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 20px;
	}
	
	.wrap_room a{
		color: #00A0E9;
	}
	
	/*---------------------------
	 子供に習わせたい習い事で第1位
	-----------------------------*/
	.sec_chart{
		padding: 3em 0;
		background-color: #00A0E9;
	}

	.sec_chart .baseW {
	}
	.sec_chart .wrap_chart {
		display: flex;
		justify-content: space-between;
		border-radius: 10px;
		background-color: white;
		padding: 30px 24px;
	}
	.sec_chart .cnt {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 490px;
	}
	.sec_chart .box_top {
	}
	.sec_chart .ttl {
		padding-top: 48px;
		margin-bottom: 1em;
		background-image: url(../images/icon_pen.png);
		background-repeat: no-repeat;
		background-position: center top;
		font-size: 24px;
	}
	.sec_chart .cnt:last-of-type .ttl{
		background-image: url(../images/icon_chart.png);
	}

	.sec_chart .text {
		margin-bottom: 2em;
		text-align: left;
		font-size: 16px;
	}
	.sec_chart .img {
	}
	.sec_chart .border {
		width: 1px;
		margin: 0 20px;
		border-left: 1px solid;
	}

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

	.line_ttl{
		font-size: 24px;
	}

	.line_ttl .t_in{
		position: relative;
	}

	.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: -.6em;
		transform: rotate(-25deg);
	}

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

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

	.sec_line .cnt_text{
	}

	.sec_line .list_benefits{
		display: flex;
		justify-content: space-between;
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}

	.box_friend {
		width: 830px;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #FFFF00;
		border-radius: 8px;
		background-color: white;
		overflow: hidden;
	}
	.box_friend .ttl {
		padding: 6px;
		background-color: #FFFF00;
		font-size: 28px;
	}
	.box_friend .text {
		margin: .5em 0;
		font-size: 20px;
	}
	.box_friend .wrap_qr {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 1em;
	}
	.box_friend .qr_line {
		margin-right: 2em;
	}
	.box_friend .btn_line {
		transition: all 0.1s ease;
	}
	.box_friend .btn_line:hover{
		opacity: .8;
	}
	.box_friend .btn_line img{
		border-radius: 8px;
	}

	/*---------------------------
	 エディオンが勧めるお子さまのためのマイパソコンはこちら。
	-----------------------------*/
	.sec_mypc{
		padding: 3em 0;
	}

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

	.sec_mypc .big {
		background: linear-gradient(transparent 65%, #FFE100 0%);
		display: inline;
		/*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
		padding: 0 2px 0px;
		font-size: 18px;
	}
	.sec_mypc .list_pc {
        width: 68%;
        margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.sec_mypc .cnt {
		width: 234px;
		text-align: left;
		line-height: 1.4;
		color: #2389BC;
	}
    
    .sec_mypc .cnt a:hover{
        opacity: .8;
    }
    
	.sec_mypc .type {
		position: relative;
		display: inline-block;
		padding: 2px 20px 2px 8px;
		margin-bottom: 6px;
		background-color: #00A0E9;
		color: white;
		font-weight: bold;
		font-size: 16px;
	}
	.sec_mypc .type:before{
		content: "";
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 12px 8px 12px 0;
		border-color: transparent #ffffff transparent transparent;
	}

	.sec_mypc .name {
		margin-bottom: 5px;
		font-weight: bold;
		font-size: 18px;
	}
	.sec_mypc .catch {
		margin-bottom: .5em;
		font-weight: bold;
		color: #009FA8;
		font-size: 16px;
	}
	.sec_mypc .text {
		font-size: 14px;
	}
	.sec_mypc .img {
		margin: 10px auto;
	}
	.sec_mypc .spec {
	}
	.sec_mypc .spec li {
		position: relative;
		padding-left: 6px;
	}
	.sec_mypc .spec li:before{
		content: "";
		position: absolute;
		z-index: 1;
		top: 8px;
		left: 0;
		width: 2px;
		height: 2px;
		border-radius: 50%;
		background-color: #2389BC;
	}

	/*---------------------------
	 footer
	-----------------------------*/
	.footer{
		padding: 20px 0 10px;
		background-image: url(../images/bg_footer.png);
		background-repeat: repeat-x;
		background-position: top;
		color: #333;
		font-size: 11px;
	}


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

	#page_top a:after {
		content: "";
		position: absolute;
		z-index: 1;
		top: 20px;
		left: 0;
		right: 0;
		margin: auto;
		width: 15px;
		height: 15px;
		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;
	}
	
}
