.l-page__body-inner img {
	width: auto;
	max-width: 100%;
}

.l-page__body-inner table th {
	width: 13em;
}

.c-text-contents>h1 {
	font-size: 1em;
	line-height: 1.4em;
}

.c-text-contents>h1>span {
	display: block;
}

.c-text-contents>h1>span.sub {
	font-size: 1.2em;
	line-height: 1.4em;
}

.c-text-contents>h1>span.main {
	color: #00bbc3;
	font-size: 2.6em;
	line-height: 1.4em;
}

.movie__list {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 20px;
	width: calc(100% + 20px);
}

.movie__item {
	margin: 0 20px 20px 0;
	width: calc((100% - 40px)/2);
	max-width: 640px;
}

.movie__link {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 1;
	border: 2px solid #00bbc3;
	padding: 2px;
	background: #fff;
}

.movie__link::after {
	opacity: .8;
	position: absolute;
	left: calc(50% - 40px);
	top: calc(50% - 40px);
	z-index: 10;
	border-radius: 100%;
	width: 80px !important;
	height: 80px !important;
	background: #fff url(/assets/images/icon/icon_arrow_gray.svg) center/40px auto no-repeat !important;
}

.local-nav>ul {
	display: flex;
	flex-flow: row wrap;
}

.local-nav>ul>li {
	margin: 0 20px 10px 0;
}

.local-nav>ul>li .c-btn.c-ico-arrow__white::after {
	transform: translate(-5%, -45%) rotate(90deg);
}

.local-nav>ul>li.cur .c-btn.c-btn-secondary {
	background: #00bbc3;
}

.local-nav>ul>li.cur .c-btn.c-btn-secondary.c-ico-arrow__white::before {
	transform: translateY(-50%) scale(0.8);
	transform-origin: center;
	transition: .3s;
}

.local-contents>.series:not(.cur) {
	display: none;
}

.local-contents>.series.cur {
	opacity: 1;
	animation: series 1s 1 ease-in;
}

.series-nav>ul {
	display: flex;
	flex-flow: row wrap;
	margin-top: -10px;
}

.series-nav>ul>li {
	margin: 10px 10px 0 0;
}

.series-nav>ul>li .c-btn.c-ico-arrow__white::after {
	transform: translate(-5%, -45%) rotate(90deg);
}

.series-nav a[href="#series01-01"] {
	background: #0b9e84;
}

.series-nav a[href="#series01-02"] {
	background: #e4107e;
}

.series-nav a[href="#series01-03"] {
	background: #9c4997;
}

.series-nav a[href="#series01-04"] {
	background: #f8ac01;
}

.series-nav a[href="#series01-05"] {
	background: #00a1e9;
}

.series-nav a[href="#series03-01"] {
	background: #0b9e84;
}

.series-nav a[href="#series03-02"] {
	background: #9c4997;
}

.series-nav a[href="#series03-03"] {
	background: #00a1e9;
}

.series-nav a[href="#series04-01"] {
	background: #0b9e84;
}

.usage p {
	color: #00bbc3;
	font-weight: 700;
}

.usage .buttons,
.storage .buttons {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.usage .buttons>li:not(:first-child),
.storage .buttons>li:not(:first-child) {
	margin-left: 15px;
}

.products .c-btn__large {
	margin: 0 auto;
}

.products .lead {
	padding-left: 24px;
	color: #d90021;
	font-size: 1.9rem;
	line-height: 1.5em;
	font-weight: 700;
}

.item {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.item>figure {
	width: 400px;
	line-height: 0;
	text-align: center;
}

.item>div {
	width: calc(100% - 400px - 40px);
}

.item>div h1 {
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
	font-size: 1em;
	line-height: 1em;
	font-weight: 700;
}

.item>div h1 .icon {
	box-sizing: border-box;
	display: inline-flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin-right: .8em;
	border-radius: 1.1em;
	padding: 0 1em;
	height: 2.2em;
	background: #00bbc3;
	color: #fff;
	font-size: 1.2em;
	line-height: 0;
}

.item>div h1 .size {
	color: #758382;
	font-size: 1.3em;
	line-height: 1em;
}

.item>div p {
	margin: 0;
}

.category>article.item:not(:nth-of-type(1)) {
	margin-top: 40px !important;
	border-top: 1px solid #ddd;
	padding-top: 40px !important;
}

#series01-01>h1.c-ttl-h3>span::before {
	background: #0b9e84;
}

article#bsp-01>div>h1 .icon {
	background: #6eb92c;
}

article#bsp-02>div>h1 .icon {
	background: #009d85;
}

article#bsp-03>div>h1 .icon {
	background: #006960;
}

#series01-02>h1.c-ttl-h3>span::before {
	background: #e4107e;
}

article#bsp-04>div>h1 .icon {
	background: #ee87b4;
}

article#bsp-05>div>h1 .icon {
	background: #e5007f;
}

article#bsp-06>div>h1 .icon {
	background: #b71649;
}

#series01-03>h1.c-ttl-h3>span::before {
	background: #9c4997;
}

article#bsp-07>div>h1 .icon {
	background: #947eb8;
}

article#bsp-08>div>h1 .icon {
	background: #9b4997;
}

article#bsp-09>div>h1 .icon {
	background: #752273;
}

#series01-04>h1.c-ttl-h3>span::before {
	background: #f8ac01;
}

article#bsp-10>div>h1 .icon {
	background: #f6e600;
}

article#bsp-11>div>h1 .icon {
	background: #f7ac00;
}

article#bsp-12>div>h1 .icon {
	background: #ed6c00;
}

#series01-05>h1.c-ttl-h3>span::before {
	background: #00a1e9;
}

article#bsp-13>div>h1 .icon {
	background: #6fc8e2;
}

article#bsp-14>div>h1 .icon {
	background: #00a7eb;
}

article#bsp-15>div>h1 .icon {
	background: #17298c;
}

#series03-01>h1.c-ttl-h3>span::before {
	background: #0b9e84;
}

article#bsp-16>div>h1 .icon {
	background: #6eb92c;
}

article#bsp-17>div>h1 .icon {
	background: #009d85;
}

#series03-02>h1.c-ttl-h3>span::before {
	background: #9c4997;
}

article#bsp-18>div>h1 .icon {
	background: #947eb8;
}

article#bsp-19>div>h1 .icon {
	background: #9b4997;
}

#series03-03>h1.c-ttl-h3>span::before {
	background: #00a1e9;
}

article#bsp-20>div>h1 .icon {
	background: #6fc8e2;
}

article#bsp-21>div>h1 .icon {
	background: #00a7eb;
}

#series04-01>h1.c-ttl-h3>span::before {
	background: #0b9e84;
}

article#bsp-22>div>h1 .icon {
	background: #6eb92c;
}

article#bsp-23>div>h1 .icon {
	background: #009d85;
}

.normal-slider {
	line-height: 0;
}

.normal-slider .slick-dots {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin: 10px 0 0;
}

.normal-slider .slick-dots>li {
	margin: 0 5px;
}

.normal-slider .slick-dots>li button {
	overflow: hidden;
	opacity: .4;
	border-radius: 3px;
	width: 60px;
	height: 6px;
	background: #00bbc3;
	text-indent: -9999px;
	transition: opacity 1s ease-in-out;
}

.normal-slider .slick-dots>li.slick-active button {
	opacity: 1;
}

@media (hover: hover) {

.movie__link:hover img {
	transform: scale(1.05);
}

}

@media screen and (max-width:1024px) {

.movie__list {
	width: auto;
}

.movie__item {
	margin-right: 0;
	width: auto;
	max-width: none;
}

.item {
	display: block;
}

.item>figure {
	margin: 0 auto 20px;
	width: auto;
	max-width: 600px;
}

.item>div {
	width: auto;
}

}

@media screen and (max-width:767px) {

.l-page__body-inner table th {
	width: 10em;
}

.l-page__body-inner table td {
	vertical-align: middle;
}

.local-nav>ul {
	display: block;
}

.local-nav>ul>li {
	margin-right: 0;
}

.local-nav>ul>li .c-btn.c-ico-arrow__white {
	display: flex;
}

.products .lead {
	padding-left: 14px;
	font-size: 1.6rem;
	line-height: 1.5em;
}

.item {
	padding-top: 0 !important;
}

}

@keyframes series {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}


/*# sourceMappingURL=../map/style.css.map */
