@charset 'utf-8';


#contentheader {
	top: 200px !important;
}

.specialclass #contentheader h1 {
	color: #8b93cc !important;
}

.articlebody > header:first-child {
	height: 450px;
	background: url(../image/carricuram/back_header.jpg) no-repeat;
	background-position: center center;
}

.specialclass .articlebody > header:first-child {
	background: none;
	background-size: auto;
	background-position: 0 0;
	height: 260px;
	background: #fff;
}


#firstblock {
	background: #ffe;
	z-index: 10;
}

#thirdblock {
	background: url(../image/carricuram/back_thirdblock.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.specialclass #thirdblock {
	background: url(../image/carricuram/back_thirdblock2.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

#fifthblock {
	background: #8b93cc url(../image/common/back_dog2.png) no-repeat center bottom;
}


#firstblock .inner {
	width: 900px;
	padding: 0 30px;
}

#firstblock p {
	font-size: 1.6em;
	line-height: 1.8em;
}

#firstblock strong {
	color: #8b93cc;
}

#firstblock span {
	color: #808080;
	font-size: .8em;
}


#secondblock figure,
#secondblock .sentence {
	padding: 30px;
	float: right;
}

#secondblock figure {
	width: 460px;
	text-align: center;
}

#secondblock .sentence {
	width: 540px;
	padding-top: 50px;
}

#secondblock .sentence p {
	margin-bottom: 1em;
	font-size: 1.6em;
	line-height: 1.8em;
}


#thirdblock h2 {
	margin-bottom: 40px;
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.6em;
	text-align: center;
}

#carricuramlist {
	list-style: none;
	letter-spacing: -.5em;
	width: 996px;
	margin: 0 auto;
}

#carricuramlist .carricuram {
	list-style: none;
	display: inline-block;
	width: 300px;
	margin: 0 16px;
	vertical-align: top;
	letter-spacing: normal;
}

.specialclass #carricuramlist .carricuram {
	padding-bottom: 30px;
	background: rgba(255,255,255,.8);
}

#carricuramlist .carricuram h3 {
	margin-bottom: 1em;
	color: #d1d5ff;
	font-size: 1.6em;
	font-weight: normal;
	text-align: center;
	line-height: 1.4em;
	position: relative;
}

.specialclass #carricuramlist .carricuram h3 {
	color: #8b93cc;
}

#carricuramlist .carricuram p {
	min-height: 6.4em;
	margin-bottom: 1em;
	color: #fff;
	font-size: 1.4em;
	line-height: 1.6em;
}

#carricuramlist .carricuram ul {
	list-style: disc;
	margin-left: 3em;
}

#carricuramlist .carricuram li {
	margin-bottom: 8px;
	color: #d1d5ff;
	font-size: 1.4em;
	line-height: 1.4em;
}

.specialclass #carricuramlist .carricuram li {
	color: #4d4d4d;
}


#carricuramlist .carricuram h3:before {
	display: block;
	width: 300px;
	height: 160px;
	font-weight: normal !important;
	text-align: center;
	line-height: 160px;
}

#carricuram1 h3:before {
	content: '\e029';
	font-size: 200px;
	font-family: 'Flaticon';
}

#carricuram2 h3:before {
	content: '\e005';
	font-size: 200px;
	font-family: 'Flaticon';
}

#carricuram3 h3:before {
	content: '\e03d';
	font-size: 200px;
	font-family: 'Flaticon';
}

#carricuram4 h3:before {
	content: '\e6c1';
	font-size: 100px;
	font-family: 'material-design-icons';
}

#carricuram5 h3:before {
	content: '\e882';
	font-size: 100px;
	font-family: 'material-design-icons';
}

#carricuram6 h3:before {
	content: '\e629';
	font-size: 100px;
	font-family: 'material-design-icons';
}


#fourthblock h2 {
	margin-bottom: 40px;
	color: #8b93cc;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.6em;
	text-align: center;
}

.articlebody .btnarea {
	padding: 20px;
	padding-top: 10px;
	font-size: 1.6em;
	text-align: left;
}

.articlebody .btnarea a {
	display: inline-block;
	margin-bottom: 10px;
	text-decoration: none;
	line-height: 1em;
	vertical-align: middle;
}

.articlebody .btnarea span:before {
	display: inline-block;
	content: '\e8a4';
	margin-right: 5px;
	margin-top: -5px;
	font-size: 18px;
	font-family: 'material-design-icons';
	font-weight: normal !important;
	text-align: center;
	vertical-align: middle;
}

#fifthblock {
	margin-bottom: 30px;
}

#fifthblock p {
	color: #fff;
	font-size: 2em;
	line-height: 1.6em;
	text-align: center;
}


.table {
	display: table;
	width: 100%;
	margin: 0 0 1.5em 0;
	border-top: 1px solid #ccc;
	font-size: 1.4em;
}

.table div {
	margin: 0 !important;
}

.table .caption {
	display: table-caption;
	margin: 0 !important;
	padding: 10px;
	border-top: 1px solid #ccc;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}

.table .thead,
.table .tbody {
	display: table-header-group;
	vertical-align: middle;
}

.table .tr {
	display: table-row;
}

.table .tr > div {
	display: table-cell;
}

.table .thead > .tr > div {
	padding: 7px 10px;
	border-bottom: 1px solid #ccc;
	background: #ececec;
	color: #000;
	text-align: center;
	line-height: 1.6em;
	white-space: nowrap;
}

.table .tbody > .tr > div:first-child {
	background: #ececec;
	color: #000;
}

.table .tbody > .tr > div {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	line-height: 1.6em;
	vertical-align: middle;
}

.table .tbody > .tr > .tc_center {
	text-align: center;
}

