@charset "UTF-8";

/* --------------------------------------------------------------

	清光学園 嫩幼稚園 [教育目標CSS]
	/common/css/con_idea.css

-------------------------------------------------------------- */

/* ==================================================
	base
================================================== */

body#idea #content_wrap {
	background: url(../../idea/images/title_bg.png) center top no-repeat;
	padding-bottom: 2em;
}

@media screen and (max-width: 740px) {
body#idea #content_wrap {
	background: none;
}
body#idea #content_wrap h1 {
	margin-bottom: 0;
}
}


/* ==================================================
	box01
================================================== */

body#idea .box01 dl {
	float: right;
	width: 500px;
	padding: 55px 60px 0 0;
	font-size: 110%;
}
body#idea .box01 dl dt {
	margin-bottom: 30px;
}

@media screen and (max-width: 740px) {
body#idea .box01 dl {
	float: none;
	width: auto;
	padding: 0;
}
body#idea .box01 dl dt {
	margin-bottom: 0;
}
body#idea .box01 dl dd {
	margin: 1em 1em 0;
}
}


/* ==================================================
	box02
================================================== */

@media screen and (min-width: 741px) {
body#idea .box02 {
	margin-top: -30px;
	padding-top: 80px;
}
body#idea .box02 .cassette {
	margin-bottom: 40px;
}
body#idea .box02 .txt {
	width: 410px;
	height: 310px;
}
body#idea .box02 .txt01 { background: url(../../idea/images/text_bg01_01.png) no-repeat; }
body#idea .box02 .txt02 { background: url(../../idea/images/text_bg01_02.png) no-repeat; }
body#idea .box02 .txt03 { background: url(../../idea/images/text_bg01_03.png) no-repeat; }
body#idea .box02 .txt ul {
	padding: 140px 0 0 110px;
}
}

@media screen and (max-width: 740px) {
body#idea .box02 {
	margin-top: -1em;
	padding-top: 4em;
}
body#idea .box02 .cassette {
	margin-bottom: 2em;
}
body#idea .box02 .cassette img {
	width: 100%;
}
body#idea .box02 .fl,
body#idea .box02 .fr {
	float: none;
}
body#idea .box02 .txt {
	padding: 22% 0 9% 23%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
body#idea .box02 .txt01 { background-image: url(../../idea/images/text_bg01_01_sp.png); }
body#idea .box02 .txt02 { background-image: url(../../idea/images/text_bg01_02_sp.png); }
body#idea .box02 .txt03 { background-image: url(../../idea/images/text_bg01_03_sp.png); }
body#idea .box02 ul li {
	padding-right: 1.5em;
}
}
body#idea .box02 ul li {
	font-size: 105%;
	padding-right: 2em;
	text-indent: -1em;
}
body#idea .box02 span {
	color: #4aaa80;
}


/* ==================================================
	box03
================================================== */

body#idea .box03 {
	background: url(../../idea/images/box03_bg01.png) left top no-repeat;
}
body#idea .box03 > div {
	background: url(../../idea/images/box03_bg02.png) right bottom no-repeat;
	padding: 40px 30px;
}
body#idea .box03 h4 {
	font-size: 171%;
}
body#idea .box03 dl {
	width: 400px;
	margin-top: 35px;
}
body#idea .box03 dl dt {
	color: #4AAA80;
	font-size: 107%;
	font-weight: bold;
	border-bottom: solid 3px #B7DDCC;
	padding-bottom: 0.3em;
	margin-bottom: 1em;
}

@media screen and (max-width: 740px) {
body#idea .box03 {
	background-size: cover;
}
body#idea .box03 > div {
	padding: 1.5em 1em 180px;
	background-size: 250px auto;
}
body#idea .box03 h4 {
	font-size: 130%;
	font-weight: bold;
	line-height: 1.5;
}
body#idea .box03 dl {
	width: auto;
	margin-top: 1em;
}
body#idea .box03 .fl,
body#idea .box03 .fr {
	float: none;
}
}


/* ==================================================
	box04
================================================== */

body#idea .box04 {
	margin-top: -30px;
	padding-top: 80px;
}
body#idea .box04 h3 {
	margin-bottom: 0;
}
body#idea .box04 div {
	width: 425px;
	margin-top: 2em;
}
body#idea .box04 div h4 {
	margin: 1em 0 0.5em;
	font-size: 126%;
	font-weight: bold;
	color: #4AAA80;
}

@media screen and (max-width: 740px) {
body#idea .box04 {
	margin-top: -4em;
	padding-top: 4em;
}
body#idea .box04 div {
	width: auto;
}
body#idea .box04 .fl,
body#idea .box04 .fr {
	float: none;
}
}