@charset "UTF-8";

/*--------------------------------------------------------------------------------
 hero
--------------------------------------------------------------------------------*/
.c-raw-html .hero {
	background: #fff;
}

.c-raw-html .heroInner {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.c-raw-html .hero {
		margin: -20px auto 0;
	}
}

/*--------------------------------------------------------------------------------
 situations / situation  --- for crossfade view
--------------------------------------------------------------------------------*/
.c-raw-html .situationsInner {
	position: relative;
	height: 516px;
	border-bottom: 1px solid #ccc;
}

.c-raw-html .situationsSwitcher {
	padding: 19px 0;
	text-align: center;
}

.c-raw-html .situationsSwitcherItems {
	display: inline-block;
	vertical-align: bottom;
	border: 1px solid #ccc;
	overflow: hidden;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.c-raw-html .situationsSwitcherItem {
	float: left;
	width: 45px;
	border-right: 1px solid #ccc;
	letter-spacing: normal;
}

.c-raw-html .situationsSwitcherItem > a {
	position: relative;
	display: block;
	padding-top: 30px;
	transition: background 250ms;
}

.c-raw-html .situationsSwitcherItem > a i.icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 26px;
	line-height: 30px;
	color: #ccc;
	transition: color 250ms;
}

.c-raw-html .situationsSwitcherItem > a i.icon.iconCar:before {
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
}

.c-raw-html .situationsSwitcherItem.is-active a, .c-raw-html .situationsSwitcherItem.is-mouseover a {
	background: #262993;
	transition: background 250ms;
}

.c-raw-html .situationsSwitcherItem.is-active a i.icon, .c-raw-html .situationsSwitcherItem.is-mouseover a i.icon {
	color: #fff;
	transition: color 250ms;
}

.c-raw-html .situationsSwitcherItem:last-child {
	border: none;
}

.c-raw-html .situation {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	height: 100%;
	background: #fff;
}

.c-raw-html .situation.is-show {
	display: block;
}

.c-raw-html .situationInner {
	height: 100%;
}

.c-raw-html .situationImage {
	float: left;
	width: 53.3%;
	height: 100%;
}

.c-raw-html .situationImage > div {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.c-raw-html .situationImage img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.c-raw-html .situationBody {
	float: right;
	width: 46.7%;
	height: 100%;
	letter-spacing: -0.5em;
}

.c-raw-html .situationBody:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

.c-raw-html .situationBody > div {
	display: inline-block;
	vertical-align: middle;
	padding-left: 70px;
	letter-spacing: normal;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.c-raw-html .situationHeading {
	margin: 0 auto 22px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	color: #262993;
}

.c-raw-html .situationCopy {
	font-size: 20px;
	line-height: 2.1;
}

.c-raw-html .situationCopy a {
	position: relative;
	display: inline-block;
	color: #262993;
	text-decoration: none;
	transition: opacity 250ms;
}

.c-raw-html .situationCopy a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	padding-top: 1px;
	background: #262993;
}

.c-raw-html .situationCopy a:hover {
	opacity: 0.7;
	transition: opacity 250ms;
}

.c-raw-html .situationCopy .strong {
	font-weight: bold;
}

@media screen and (max-width: 1200px) {
	.c-raw-html .situations {
		height: auto;
	}

	.c-raw-html .situationsInner {
		height: auto;
		padding-top: 43.16%;
	}

	.c-raw-html .situationsSwitcherItem {
		width: 50px;
	}

	.c-raw-html .situationsSwitcherItem > a {
		padding-top: 32px;
	}

	.c-raw-html .situationsSwitcherItem > a i.icon {
		font-size: 28px;
		line-height: 32px;
	}

	.c-raw-html .situationImage img {
		position: static;
		width: 100%;
		height: auto;
		min-width: 0;
		min-height: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		vertical-align: bottom;
	}

	.c-raw-html .situationBody > div {
		padding-left: 40px;
	}
}

@media screen and (max-width: 767px) {
	.c-raw-html .situationsInner {
		padding-top: 0;
		padding-bottom: 156px;
		border: none;
	}

	.c-raw-html .situationsInner:before {
		content: '';
		display: block;
		padding-top: 93.75%;
	}

	.c-raw-html .situationsSwitcher {
		padding: 14px 0 25px;
	}

	.c-raw-html .situationsSwitcherItems {
		overflow: hidden;
		letter-spacing: normal;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.c-raw-html .situationsSwitcherItem {
		float: left;
	}

	.c-raw-html .situation {
		border-bottom: 1px solid #ccc;
	}

	.c-raw-html .situationInner {
		position: relative;
		display: table;
		width: 100%;
		height: auto;
		border: none;
	}

	.c-raw-html .situationImage {
		float: none;
		width: auto;
		height: auto;
		display: table-header-group;
	}

	.c-raw-html .situationImage > div {
		position: relative;
		height: auto;
		overflow: hidden;
	}

	.c-raw-html .situationBody {
		float: none;
		width: auto;
		height: auto;
		letter-spacing: normal;
		display: table-footer-group;
		background: #24278d;
	}

	.c-raw-html .situationBody:before {
		display: none;
	}

	.c-raw-html .situationBody > div {
		display: block;
    padding: 14px 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.c-raw-html .situationBody > div > a {
		display: block;
		padding: 14px 0;
		transition: opacity 250ms;
	}

	.c-raw-html .situationBody > div > a:hover {
		opacity: 0.6;
		transition: opacity 250ms;
	}

	.c-raw-html .situationHeading {
		margin-bottom: 0;
		text-align: center;
    font-size: 15px;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    font-weight: bold;
	}

	.c-raw-html .situationCopy {
		font-size: 15px;
		line-height: 1.7;
		color: #fff;
		text-align: center;
	}

	.c-raw-html .situationCopy a {
		font-size: 20px;
		color: #fff;
		text-decoration: underline;
	}

	.c-raw-html .situationCopy a:after {
		display: none;
	}

	.c-raw-html .situationCopy strong {
		display: inline-block;
		font-size: 20px;
		color: #fff;
		text-decoration: underline;
	}
}

/*--------------------------------------------------------------------------------
 section
--------------------------------------------------------------------------------*/
.c-raw-html .front.bgWhite {
	background: #fff;
}

.c-raw-html .frontInner {
	max-width: 950px;
	margin: 0 auto;
	padding: 60px 10px 40px;
	box-sizing: border-box;
}

.c-raw-html .frontHeading {
	margin: 0 auto 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #262993;
	text-align: center;
}

.c-raw-html .frontLead {
	margin: 0 auto 17px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
}

.c-raw-html .frontLead > span {
	display: inline-block;
}

.c-raw-html .frontDetail {
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
}

.c-raw-html .front#front01 .frontLead > span {
	position: relative;
}

.c-raw-html .front#front01 .frontLead > span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	width: 68px;
	height: 69px;
	background: url("/assets/aneron/top/images/pic_capsule.png") no-repeat center;
	-webkit-transform: translate(4px, -35px);
	-ms-transform: translate(4px, -35px);
	transform: translate(4px, -35px);
}

.c-raw-html .front#front02 .frontHeading {
	margin-bottom: 25px;
}

.c-raw-html .front#front02 .frontInner {
	padding-bottom: 40px;
}

.c-raw-html .front#front02 .frontLead {
	margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
	.c-raw-html .frontInner {
		padding: 40px 15px 25px !important;
	}

	.c-raw-html .frontHeading {
		margin: 0 auto 20px;
		font-size: 20px;
	}

	.c-raw-html .frontLead {
		margin: 0 auto 28px;
		font-size: 14px;
		line-height: 1.5;
		text-align: center;
	}

	.c-raw-html .frontDetail {
		margin: 0 -5px;
		font-size: 14px;
		text-align: left;
	}

	.c-raw-html .front#front01 .frontLead > span {
		position: static;
	}

	.c-raw-html .front#front01 .frontLead > span:after {
		display: none;
	}

	.c-raw-html .front#front02 .frontHeading {
		margin-bottom: 20px;
	}

	.c-raw-html .front#front02 .frontLead {
		margin-bottom: 28px;
	}
}

/*--------------------------------------------------------------------------------
 product
--------------------------------------------------------------------------------*/
.c-raw-html .product {
	margin: 35px auto 0;
}

.c-raw-html .productInner {
	overflow: hidden;
}

.c-raw-html .productFigure {
	float: left;
	width: 420px;
	letter-spacing: -0.5em;
}

.c-raw-html .productFigure figure {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 28px 0 0;
	letter-spacing: normal;
}

.c-raw-html .productFigure figure > div {
	position: relative;
}

.c-raw-html .productFigure figure > div:before {
	content: '';
	display: block;
	margin-bottom: 7px;
	padding-top: 18px;
}

.c-raw-html .productFigure figure img {
	display: block;
	width: auto;
}

.c-raw-html .productFigure figure figcaption {
	display: block;
	margin: 10px auto 0;
}

.c-raw-html .productFigure figure figcaption small {
	display: inline-block;
	vertical-align: bottom;
	padding: 4px 6px;
	font-size: 10px;
	line-height: 1;
	border: 1px solid #333;
}

.c-raw-html .productFigure figure:last-of-type {
	margin-right: 0;
}

.c-raw-html .productFigure figure[data-product-id="01"] > div:before {
	padding-top: 9%;
	background: url("/assets/aneron/top/images/title_aneron_niscap.png") no-repeat center top;
	background-size: contain;
}

.c-raw-html .productFigure figure[data-product-id="02"] > div:before {
	padding-top: 9.3%;
	background-size: contain;
}

.c-raw-html .productDetail {
	float: right;
	width: 465px;
}

.c-raw-html .productDetail p {
	font-size: 16px;
	line-height: 1.65;
}

.c-raw-html .productToDetail {
	margin: 44px auto 0;
}

.c-raw-html .productToDetail > a {
	display: inline-block;
	vertical-align: bottom;
	padding: 11px 35px 11px 16px;
	border: 1px solid #262993;
	color: #262993;
	background: #fff;
	text-decoration: none;
	line-height: 1;
	transition: background 250ms, color 250ms;
}

.c-raw-html .productToDetail > a > span {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	padding: 0 0 0 34px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

.c-raw-html .productToDetail > a > span i.icon {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1em;
}

.c-raw-html .productToDetail > a:hover {
	background: #262993;
	color: #fff;
	transition: background 250ms, color 250ms;
}

@media screen and (max-width: 767px) {
	.c-raw-html .product {
		margin: 37px auto 0;
	}

	.c-raw-html .productInner {
		overflow: visible;
	}

	.c-raw-html .productFigure {
		float: none;
		display: table;
		width: 100%;
		table-layout: fixed;
		letter-spacing: normal;
	}

	.c-raw-html .productFigure figure {
		display: table-cell;
	}

	.c-raw-html .productFigure figure:first-of-type {
		width: 52%;
		padding: 0 15px 0 0;
	}

	.c-raw-html .productFigure figure:last-of-type {
		width: 46.2%;
	}

	.c-raw-html .productFigure figure img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	.c-raw-html .productDetail {
		float: none;
		width: auto;
		margin: 37px auto 0;
	}

	.c-raw-html .productDetail p {
		margin: 0 -5px;
		font-size: 14px;
		line-height: 1.6;
	}

	.c-raw-html .productToDetail {
		margin: 42px auto 0 !important;
		padding: 0 15px;
	}

	.c-raw-html .productToDetail > a {
		display: block;
		padding: 17px 0;
	}

	.c-raw-html .productToDetail > a > span {
		display: block;
		padding: 0;
		font-size: 14px;
		text-align: center;
	}

	.c-raw-html .productToDetail > a > span i.icon {
		left: 10px;
	}
}

/*--------------------------------------------------------------------------------
 mv
--------------------------------------------------------------------------------*/
.c-raw-html .mv {
	margin: 30px auto 0;
	background: #fff;
	padding: 20px 20px 20px 30px;
	border: 1px solid #cfcfcf;
}

.c-raw-html .mvInner {
	position: relative;
}

.c-raw-html .mvHeader {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	color: #262993;
}

.c-raw-html .mvHeader span {
	display: block;
}

.c-raw-html .mvBody {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.c-raw-html .mvFrame {
	position: relative;
	width: 520px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.c-raw-html .mvFrame:before {
	content: '';
	display: block;
	margin: 0;
	padding-top: 56.25%;
}

.c-raw-html .mvFrame > iframe,
    .c-raw-html .mvFrame > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.c-raw-html .mvDetail {
	width: 310px;
	font-size: 16px;
	line-height: 1.75;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

@media screen and (max-width: 767px) {
	.c-raw-html .mv {
		padding: 20px 15px;
	}

	.c-raw-html .mvInner {
		padding-top: 44px;
	}

	.c-raw-html .mvHeader {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		padding: 0;
		font-size: 16px;
		line-height: 1.4;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.c-raw-html .mvBody {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.c-raw-html .mvFrame {
		position: relative;
		width: 100%;
		margin: 10px auto 0;
	}

	.c-raw-html .mvFrame:before {
		content: '';
		display: block;
		margin: 0;
		padding-top: 56.25%;
	}

	.c-raw-html .mvFrame > iframe,
      .c-raw-html .mvFrame > img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.c-raw-html .mvDetail {
		width: 100%;
		margin: 10px auto 0;
		padding: 0;
		font-size: 13px;
		line-height: 1.7;
		box-sizing: border-box;
	}

	.c-raw-html .mvDetail br {
		display: none;
	}
}

/*--------------------------------------------------------------------------------
 explanation
--------------------------------------------------------------------------------*/
.c-raw-html .explanation {
	margin: 23px auto 0;
}

.c-raw-html .explanationInner {
	margin: 0 -30px;
}

.c-raw-html .explanationBody {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 28px 0;
}

.c-raw-html .explanationItem {
	display: table-cell;
	vertical-align: top;
}

.c-raw-html .explanationItem > a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #333;
	border: 1px solid #cfcfcf;
	transition: background 250ms;
}

.c-raw-html .explanationItem > a:hover {
	background: #e6f3ff;
	transition: background 250ms;
}

.c-raw-html .explanationItem > a:hover .explanationHeading span {
	color: #262993;
	transition: color 250ms;
}

.c-raw-html .explanationHeading {
	margin: 0 auto;
	padding: 20px 20px 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #262993;
}

.c-raw-html .explanationHeading i {
	margin: 0 3px 0 0;
	font-size: 15px;
}

.c-raw-html .explanationHeading span {
	display: inline-block;
	vertical-align: middle;
}

.c-raw-html .explanationDetail {
	position: relative;
	z-index: 1;
	padding: 0 20px 10px;
	font-size: 13px;
	line-height: 1.7;
	border-bottom: 1px solid #ccc;
	letter-spacing: normal;
}

.c-raw-html .explanationImage img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media screen and (max-width: 767px) {
	.c-raw-html .explanation {
		margin: 24px auto 0;
		overflow: hidden;
	}

	.c-raw-html .explanationInner {
		margin: 0 auto;
	}

	.c-raw-html .explanationBody {
		display: block;
		width: auto;
		height: auto;
		margin: 0 auto -20px;
	}

	.c-raw-html .explanationItem {
		display: block;
		margin: 0 auto 20px;
	}

	.c-raw-html .explanationItem > a {
		height: auto;
		padding-bottom: 0;
	}

	.c-raw-html .explanationHeading {
		margin: 0 auto 10px;
		padding: 15px 20px 0;
		font-size: 16px;
	}

	.c-raw-html .explanationDetail {
		padding: 0 20px 10px;
	}
}
