@charset "UTF-8";

@import url("../content.css");

div.about_bg{
	background:url(../../images/abg.jpg) no-repeat;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:top right;
}

div.b_bg{
	background:url(../../images/bbg.jpg) no-repeat;
	background-size:100%;
	background-repeat:no-repeat;
	background-position:top right;
}

#outline {
	padding-bottom: 0;
}

#sect001{
	padding-top:5%;
	padding-bottom: 0;
}

.list-decimal{
	list-style:decimal inside;
}

.list-decimal li{
	color:#FFF;
	line-height: 1.8;
	padding-bottom:25px;
	font-size:110%;
}

#outline dl {
	color: #fff;
	font-size: 116%;
	overflow: hidden;
	margin: 0 0 30px;
	padding: 0;
}

#outline dl dt {
	width: 25%;
	margin: 0;
	padding: 1.2em 2.5% 1em;
	position: absolute;
	left: 0;
	line-height: 1.5;
}

#outline dl dt:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #cfbd7c;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	margin-right: .5em;
}

#outline dl dd {
	margin: 0;
	padding: 1.2em 1.5% 1em 27%;
	border-bottom: 1px solid #4d5358;
	line-height: 1.5;
}

div.textbox p{
	color:#FFF;
	font-size:110%;
}




#outline dl dd:nth-of-type(2n) {
	//background-color: #fafbfc;
	background: -moz-linear-gradient(left,  rgba(250,251,252,0) 0%,rgba(250,251,252,0.04) 7%,rgba(250,251,252,0.04) 50%,rgba(250,251,252,0.04) 93%,rgba(250,251,252,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(250,251,252,0) 0%,rgba(250,251,252,0.04) 7%,rgba(250,251,252,0.04) 50%,rgba(250,251,252,0.04) 93%,rgba(250,251,252,0) 100%);
	background: linear-gradient(to right,  rgba(250,251,252,0) 0%,rgba(250,251,252,0.04) 7%,rgba(250,251,252,0.04) 50%,rgba(250,251,252,0.04) 93%,rgba(250,251,252,0) 100%);
}

#outline dl span {
	display: inline-block;
	padding-left: .7em;
}


span.fwb3{
	font-size:150%;
	font-weight:bold;
	color:#FFF;
}


/* Minimum width 959px and Tablet */
@media all and (max-width: 960px) and (min-width: 569px) {
#outline dl {
	font-size: 108%;
}

#outline dl dt {
	padding: 1.2em 2.5% 1em 4%;
}

#outline dl dt:before {
	width: 11px;
	height: 11px;
}

#outline dl dd.l2 {
	padding: 1.0em 3% 1em 27%;
	line-height: 2.2em;
}

}


/* Phone Landscape (Retina) */
@media all and (max-width: 568px) {

#outline dl {
	font-size: 14px;
	width: 100%;
	overflow: hidden;
}

#outline dl dt {
	width: 100%;
	padding: 1em 1.5% .3em;
	position: static;
	left: 0;
	display: block;
	font-weight: bold;
}

#outline dl dd {
	padding: 0 1.5% 1em 1.5em;
}

#outline dl dd:nth-of-type(2n) {
	background: transparent;
}

#outline dl span {
	display: block;
	padding-left: 0;
}

#outline dl dd.l2 {
	margin: 0;
	padding: 0.3em 1.5% 1em 6%;
	border-bottom: 1px solid #4d5358;
	line-height: 2.0em;
}

}