@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: 95px 60px 0 0;
}
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: -60px;
	padding-top: 80px;
}
body#idea .box02 .cassette {
	margin-top: 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 120px;
}
}

@media screen and (max-width: 740px) {
body#idea .box02 {
	margin-top: -2em;
	padding-top: 4em;
}
body#idea .box02 .cassette {
	margin-top: 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 {
	font-size: 105%;
	text-indent: -1em;
}
body#idea .box02 span {
	color: #c09873;
}


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

body#idea .box03 {
	margin-top: -30px;
	padding-top: 80px;
}
body#idea .box03 .copy {
	margin-bottom: 1.5em;
}

@media screen and (max-width: 740px) {
body#idea .box03 {
	margin-top: -2em;
	padding-top: 4em;
}
}


/* ==================================================
	slideshow
================================================== */

body#idea .slideshow {
	background: #f6f1ec;
	padding: 20px 0 38px;
}

@media screen and (min-width: 741px) {
body#idea .slideshow {
	margin: 20px 30px;
}
body#idea .slideshow .bx-wrapper {
	width: 585px;
	margin: 0 auto;
}
}

@media screen and (max-width: 740px) {
body#idea .slideshow .bx-wrapper {
	width: auto;
	margin: 0 1.5em;
}
}


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

@media screen and (min-width: 741px) {
body#idea .box04 {
	margin-right: -60px;
	background: url(../../idea/images/box_border.png) left 50px repeat-y;
}
body#idea .box04 .cassette {
	float: left;
	width: 260px;
	margin-right: 60px;
}
body#idea .box04 .cassette h4 {
	margin-bottom: 20px;
}
}

@media screen and (max-width: 740px) {
body#idea #content_body .inbox.box04 {
	margin-bottom: 0;
}
body#idea .box04 .cassette {
	padding-bottom: 1.5em;
	background: url(../../idea/images/box_border_sp.png) center bottom no-repeat;
	background-size: 100% auto;
	margin-bottom: 1.5em;
}
body#idea .box04 .cassette:last-child {
	padding-bottom: 0;
	background: none;
	margin-bottom: 0;
}
body#idea .box04 .cassette h4 {
	margin-bottom: 1em;
}
}