@charset "utf-8";
/**
@prefix :<http://purl.org/net/ns/doas#> .
</concept/css/style.css> a :CSSstylesheet;
    :shortdesc "style.css";
    :dependencies "none";
*/

/* ==========================================================================
   common
   ========================================================================== */

.conceptArea {
	margin-bottom: 50px;
	padding: 5px;
	border: 1px solid #e2e0de;
/*
	background-color: #eeebe7;
*/
	background-color: #fff;
}
.conceptAreaInner1 {
	position: relative;
	padding: 70px 75px 50px;
/*
	background: url(../../common_images/content_bac_paper.png) repeat;
*/
}
.conceptAreaInner2 {
	position: relative;
	padding: 70px 75px 110px;
/*
	background: url(../../common_images/content_bac_paper.png) repeat;
*/
}
.conceptArea h4 {
	margin-bottom: 5px;
	text-align: center;
	font-size: 34px;
	font-weight: normal;
	font-family: Georgia, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro W3', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	line-height: 1.4;
}
.conceptArea p {
	color: #303235;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
}
.conceptArea dl {
	position: relative;
	min-height: 175px;
	margin-top: 50px;
	padding-top: 50px;
	background: url(../../common_images/content_bac_title.png) repeat-x left top;
}
.conceptArea dl.firstChild {
	margin-top: 0;
	padding-top: 0;
	background: none;
}
.conceptArea dt {
	margin: 20px 60px 5px 310px;
	color: #303235;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro W3', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	line-height: 1.4;
}
.conceptArea dd.img {
	position: absolute;
	width: 220px;
	left: 60px;
	top: 50px;
	text-align: center;
}
.conceptArea dd.text1 {
	margin: 40px 60px 0 310px;
	color: #303235;
	font-size: 16px;
	line-height: 1.8;
}
.conceptArea dd.text2 {
	margin: 0 60px 0 310px;
	color: #303235;
	font-size: 14px;
	line-height: 1.6;
}
#blankLink {
	position: absolute;
	left: 50%;
	margin: 20px 0 0 -140px;
	width: 280px;
	color: #3e4451;
	font-size: 16px;
	line-height: 1.4;
	background: #fff url(../../common_images/common_ico_blueblank1.png) no-repeat right bottom;
	border: 1px solid #cacaca;
}
#blankLink:hover {
	border: 1px solid #3e4451;
	background: #3e4451 url(../../common_images/content_bac_blank_on.png) no-repeat right bottom;
}
#blankLink a {
	display: block;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #333;
/*
	background: url(../../common_images/content_ico_bulearrow.png) no-repeat 20px center;
*/
}
#blankLink a:hover {
	color: #fff;
/*
	background: url(../../common_images/content_ico_bulearrow_on.png) no-repeat 20px center;
*/
}
 @media (min-width: 1200px) {
.conceptArea dt {
	margin: 0 160px 15px 400px;
}
.conceptArea dd.img {
	left: 160px;
}
.conceptArea dd.text1 {
	margin: 40px 160px 0 400px;
}
.conceptArea dd.text2 {
	margin: 0 160px 0 400px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.conceptArea h4 {
	font-size: 24px;
}
.conceptArea dt {
	margin: 20px 10px 5px 260px;
	font-size: 14px;
}
.conceptArea dd.img {
	left: 10px;
}
.conceptArea dd.text1 {
	margin: 40px 10px 0 260px;
	font-size: 14px;
}
.conceptArea dd.text2 {
	margin: 0 10px 0 260px;
	font-size: 12px;
}
}
@media (max-width: 767px) {
.conceptArea {
	width: 90%;
	margin: 0 auto 30px;
}
.conceptAreaInner1,
.conceptAreaInner2 {
	padding: 30px 15px;
}
.conceptArea h4 {
	font-size: 18px;
}
.conceptArea p {
	font-size: 14px;
}
.conceptArea dt {
	margin: 0 0 20px 0;
	font-size: 16px;
	text-align: center;
}
.conceptArea dd.img {
	position: relative;
	width: auto;
	left: 0;
	top: 0;
	margin-bottom: 20px;
	text-align: center;
}
.conceptArea dd.text1 {
	margin: 0;
	font-size: 14px;
	text-align: center;
}
.conceptArea dd.text2 {
	margin: 0;
	font-size: 14px;
	text-align: center;
}
#blankLink {
	position: relative;
	left: 0;
	width: 200px;
	margin: 20px auto 0;
	font-size: 14px;
}
/*
#blankLink:hover {
	border: 1px solid #cacaca;
	background: #fff url(../../common_images/common_ico_blueblank1.png) no-repeat right bottom;
}
*/
#blankLink a {
	padding: 5px;
	-webkit-background-size: 9px 9px;
	background-size: 9px 9px;
	width: 100%;
/*
	background: url(../../common_images/content_ico_bulearrow.png) no-repeat 10px center;
*/
}
/*
#blankLink a:hover {
	color: #3e4451;
	background: url(../../common_images/content_ico_bulearrow.png) no-repeat 10px center;
	-webkit-background-size: 9px 9px;
	background-size: 9px 9px;
}
*/
}
@media (max-width: 480px) {
}
