@charset "utf-8";
/* CSS Document */

/*-------------------
製品ページ　受発注受注TOPページ用CSS このページ以外で使用不可
/asp/seller/light.asp
-------------------*/
#light div, #light section, #light p, #light h1, #light h2, #light h3, #light h4, #light h5, #light ul, #light li, #light dl, #light dt, #light dd{
	line-height: 1.5;
}
h2 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 2.5rem;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
	text-align: center;
}
.text_link {
	color: #2684e2;
	text-decoration: underline;
}
/*この画面でだけヘッダの「資料請求」ボタン非表示*/
a.cv_btn_header{
	display: none;
}
/*-----------------
 *メインビジュアル
-----------------*/
.main-v {
	width: 100%;
	margin-bottom: 44px; 
	padding-top: 50px;
	padding-bottom: 80px;
}
.main-slideshow { 
	position: relative;
	z-index: 0;
}
.main-slideshow li {
	display: block;
}
.main-slideshow span { 
	min-height: 443px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	z-index: 0;
	animation: imgAnimation 14s linear infinite 0s;
}
.main-slideshow li:nth-child(1) span {
	background-image: url(/web/jp/asp/seller/images/light/light-mainv_1.png);
	background-position : right 38.3% bottom;
}
.main-slideshow li:nth-child(2) span {
	background-image: url(/web/jp/asp/seller/images/light/light-mainv_2.png);
	background-position : right 24% bottom;
	animation-delay: 7s;
}
@keyframes imgAnimation {
	0% { opacity: 0; }
	10% { opacity: 1; }
	20% { opacity: 1 }
	50% { opacity: 0 }
	100% { opacity: 0 }
}
.no-cssanimations span {
	opacity: 1;
}
.main-v .main-v_tx.contents{
	position: relative;
	padding-top: 2rem;
}
.main-v .main-v_tx.contents h1{
	margin-bottom: 1rem;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.25 !important;
}
@media screen and (max-width:374px) {
	.main-v .main-v_tx.contents h1{
		font-size: 2rem;
	}
}
.main-v .main-v_tx.contents h1 .logo-asp-light{
	display: inline-block;
	margin-bottom: 2rem;
}
.main-v .main-v_tx.contents h1 .logo-asp-light img{
	width: 200px;
}
.main-v .main-v_tx.contents .count_tx{
	margin-bottom: 10px;
	font-size: 20px;
}
.main-v .cnv_btn{
	width: 100%;
	margin: 0 auto;
}
.main-v .cnv_btn a{
	background-color: #00A5E7;
}
.bnr_area{
	position: relative;
}
.bnr_area .cnp-experiment{
	position: absolute;
	top: -98px;
	left: 0;
	right: 0;
	margin: auto;
}
.bnr_area .cnp-experiment a{
	display: inline-block;
	width: 246px;
	height: 113px;
	background: url("/web/jp/asp/seller/images/light/bnr_jisshoujikken.png") 0 0 no-repeat transparent;
	text-indent: -9999em;
}

article > section{
	padding: 3.5rem 0;
}
.sec-01 h2{
	font-size: 1rem;
}
.sec-01 .light-movie{
	margin-bottom: 2.5rem;
}
.sec-01 .light-movie iframe{
	width: 100%;
	height: 184px;
}
.sec-01 .light-merit{
	text-align: left;
}
.sec-01 .light-merit h3{
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: bold;
	color: #1071A4
}
.sec-01 .light-merit ol li{
	display: flex;
	width: 100%;
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #1071A4;
	font-size: 14px;
}
.sec-01 .light-merit ol li .merit-num{
	width: 24px;
}
.sec-01 .light-merit ol li .merit-txt{
	width: calc(100% - 24px);
}
.sec-01 .light-merit ol li:last-child{
	margin-bottom: 0;
}

.sec-02 h2,.sec-03 h2,.sec-04 h2,.sec-05 h2,.sec-06 h2,.sec-07 h2,.sec-08 h2,.sec-09 h2,.sec-10 h2{
	font-size: 1.5rem;
}
.sec-02{
	background-color: #CCE2F8;
}
.sec-02 ul li{
	margin-bottom: 1rem;
	padding: 1rem;
	background-color: #fff;
	border-radius: 12px;
	text-align: center;
	font-size: 1rem;
}
.sec-02 ul li:last-child{
	margin-bottom: 0;
}

.sec-03{
	background-color: #1192D4;
}
.sec-03 h2{
	color: #fff;
}
.sec-03 ul li{
	height: 220px;
	margin-bottom: 1rem;
	padding: 1.5rem;
	background-color: #fff;
	border-radius: 16px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
}
.sec-03 ul li:last-child{
	margin-bottom: 0;
}
.sec-03 ul li p.light-sol-txt{
	/*margin-bottom: 1rem;*/
}
.sec-03 ul li p.light-sol-txt img{
	vertical-align: top;
}

.sec-04,.sec-06{
	background-color: #F5F9FB;
}
.sec-04 .light-costdown{
	padding: 1.5rem 1rem;
	background-color: #fff;
}
.sec-04 .light-costdown-img{
	margin-bottom: 1.5rem;
}
.sec-04 .light-costdown-img img{
	width: 100%;
	max-width: 468px;
	vertical-align: top;
}
.sec-04 p.light-costdown-txt{
	text-align: left;
	line-height: 1.8 !important;
	font-size: 11px;
}
@media screen and (max-width:375px) {
	.sec-04 .light-costdown-img img{
		width: 100%;
	}
}
.sec-05 ul{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.sec-05 ul li{
	margin-bottom: 1rem;
	padding: 1rem;
	background-color: #1192D4;
	border-radius: 12px;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
}
.sec-05 ul li:last-child{
	margin-bottom: 0;
}

.sec-06 dl{
	height: 240px;
	margin-bottom: 1rem;
	padding: 6px 9px 24px;
	border: 4px solid #1071A4;
	background-color: #fff;
	box-sizing: border-box;
}
.sec-06 dl.light-diff-light{
	margin-bottom: 0;
	border-color: #1192D4
}
.sec-06 dl .light-diff-logo{
	margin-bottom: 1rem;
	text-align: left;
}
.sec-06 dl .light-diff-logo img{
	height: 20px;
	vertical-align: middle;
}
.sec-06 dl .light-diff-txt span{
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #ff6 0%);
}
.sec-06 dl .light-diff-txt{
	margin-bottom: 24px;
}
@media screen and (max-width:360px) {
	.sec-06 dl .light-diff-txt span{
		font-size: 15px;
	}
}
@media screen and (max-width:345px) {
	.sec-06 dl .light-diff-txt span{
		font-size: 14px;
	}
}
@media screen and (max-width:328px) {
	.sec-06 dl .light-diff-txt span{
		font-size: 13px;
	}
}
.sec-06 dl .light-diff-img img{
	vertical-align: top;
}
.sec-06 dl .light-diff-img img{
	width: 260px;
}

@media screen and (max-width:374px) {
	.sec-06 dl .light-diff-img img{
		width: 100%;
	}
}
.sec-07 ul li{
	margin-bottom: 2rem;
}
.sec-07 ul li:nth-child(2){
	margin-bottom: 2.5rem;
}
.sec-07 ul li:last-child{
	margin-bottom: 0;
}
.sec-07 ul li .light-reason-img{
	margin-bottom: 24px;
}
.sec-07 ul li .light-reason-img img{
	vertical-align: top;
}
.sec-07 ul li:nth-child(1) .light-reason-img img{
	width: 136px;
}
.sec-07 ul li:nth-child(2) .light-reason-img img{
	width: 160px;
}
.sec-07 ul li:nth-child(3) .light-reason-img img{
	width: 147px;
}
.sec-07 ul li .light-reason-txt{
	font-size: 18px;
	font-weight: bold;
	color: #1071A4;
}
.sec-07 ul li .light-reason-txt .note{
	display: block;
	margin-top: 4px;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

.sec-08{
	background-color: #F5F9FB;
}
.sec-08 .light-experiment-img{
	margin-bottom: 24px;
}
.sec-08 .light-experiment-img img{
	width: 100%;
	vertical-align: top;
}
.sec-08 .light-experiment-txt{
	font-size: 16px;
	text-align: left;
}
.sec-08 .light-experiment-txt .light-experiment-lead{
	margin-bottom: 28px;
}
.sec-08 .cnd_btn.case-btn.btn{
	width: 320px;
}
@media screen and (max-width:374px) {
	.sec-08 h2 br{
		display: none;
	}
	.sec-08 .cnd_btn.case-btn.btn{
		width: 90%;
	}
}
.sec-09 .light-case-lead{
	margin-bottom: 2rem;
	font-size: 16px;
}
.sec-10{
	background-color: #F5F9FB;
}
.sec-10 .light-form-lead{
	margin-bottom: 3.5rem;
	font-size: 16px;
}
.case-interview_card *{
	line-height: 1em !important;
}
.case-interview_card .itv-tx{
	line-height: 1.8 !important;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em){
	.main-v{
		margin-bottom: 24px;
	}
	.main-v .main-v_tx.contents{
		padding-top: 5rem;
	}
	.main-v .main-v_tx.contents h1{
		margin-bottom: 20px;
		line-height: 1.4 !important;
	}
	.main-v .main-v_tx.contents h1 .logo-asp-light{
		margin-bottom: 2.5rem;
		line-height: 30px;
		vertical-align: top;
	}
	.main-v .main-v_tx.contents .count_tx{
		margin-bottom: 40px;
	}
	.main-slideshow li:nth-child(1) span{
		background-position: right 50% bottom;
		background-size: 1620px;
	}
	.main-slideshow li:nth-child(2) span{
		background-position: right 34% bottom;
		background-size: 1620px;
	}
	.bnr_area .cnp-experiment{
		top: -78px;
		left: 455px;
		right: auto;
	}
	.sec-01 h2{
		font-size: 1.5rem;
	}
	.sec-01 .light-merit ol li{
		font-size: 1rem;
	}
	.sec-01 .light-movie iframe{
		width: 465px;
		height: 254px;
	}
	.sec-01 .light-merit{
		width: 492px;
		margin: 0 auto;
	}
	.sec-02 ul,.sec-03 ul{
		width: 690px;
		margin: 0 auto -16px;
	}
	.sec-02 ul li,.sec-03 ul li{
		float: left;
		width: 337px;
		box-sizing: border-box;
	}
	.sec-02 ul li:nth-child(2n-1),.sec-03 ul li:nth-child(2n-1){
		margin-right: 1rem;
	}
	.sec-02 ul:after,.sec-03 ul:after{
		content: "";
		display: block;
		clear: both;
	}
	.sec-04 .light-costdown{
		width: 690px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.sec-04 p.light-costdown-txt{
		text-align: center;
		line-height: 1.5 !important;
	}
	.sec-04 .light-costdown-img img{
		position: relative;
		left: -6px;
	}
	.sec-05 ul li{
		font-size: 18px;
	}
	.sec-06 dl{
		width: 440px;
		height: 290px;
		margin-left: auto;
		margin-right: auto;
		padding: 12px 12px 24px;
	}
	.sec-06 dl .light-diff-logo{
		margin-bottom: 26px;
	}
	.sec-06 dl .light-diff-logo img{
		height: 26px;
	}
	.sec-06 dl .light-diff-txt span{
		font-size: 18px;
	}
	.sec-06 dl .light-diff-img img{
		width: 360px;
	}
	.sec-07 ul{
		position: relative;
		left: -10px;
		display: table;
		width: 696px;
		margin: 0 auto;
	}
	.sec-07 ul li{
		display: table-cell;
		width: 232px;
		border-right: 1px dashed #1192D4;
	}
	.sec-07 ul li:last-child{
		border-right: none;
	}
	.sec-07 ul li .light-reason-img{
		margin-bottom: 1.5rem !important;
	}
	.sec-07 ul li .light-reason-img img{
		width: auto !important;
		height: 97px;
	}
	.sec-08 .light-experiment-img{
		float: right;
		width: 297px;
		margin-bottom: 0;
	}
	.sec-08 .light-experiment-txt{
		position: relative;
		float: left;
		width: calc(100% - 321px);
		height: 187px;
	}
	.sec-08 .light-experiment-txt .light-experiment-lead{
		margin-bottom: 2rem;
	}
	.sec-08 .cnd_btn.case-btn.btn{
		position: absolute;
		bottom: 0;
		margin: 0;
	}
	.sec-08 .contents:after{
		content: "";
		display: block;
		clear: both;
	}
	article > section.sec-10{
		padding-top: 5rem;
	}
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.main-v .main-v_tx.contents{
		padding-top: 7.5rem;
	}
	.main-slideshow span{
		min-height: 483px;
	}
	.main-slideshow li:nth-child(1) span{
		background-size: 1920px;
		background-position: right 50% bottom;
	}
	.main-slideshow li:nth-child(2) span{
		background-size: 1920px;
		background-position: right 38% bottom;
	}
	.bnr_area .cnp-experiment{
		left: 685px;
	}
	article > section{
		padding: 5rem 0;
	}
	article > section.sec-01{
		padding-top: 2rem;
	}
	.sec-01 .contents:after{
		content: "";
		display: block;
		clear: both;
	}
	.sec-01 .light-movie{
		float: left;
		margin-bottom: 0;
	}
	.sec-01 .light-merit{
		float: right;
		width: calc(100% - 505px);
	}
	.sec-06 .contents{
		width: 920px;
	}
	.sec-06 .contents:after{
		content: "";
		display: block;
		clear: both;
	}
	.sec-06 dl{
		margin-bottom: 0;
	}
	.sec-06 dl.light-diff-asp{
		float: left;
	}
	.sec-06 dl.light-diff-light{
		float: right;
	}
	.sec-07 ul{
		width: auto;
		position: static;
	}
	.sec-07 ul li{
		width: 292px;
		box-sizing: border-box;
	}
	.sec-07 ul li:nth-child(1){
		padding-right: 2rem;
	}
	.sec-07 ul li:nth-child(2){
		width: 337px;
	}
	.sec-07 ul li:nth-child(3){
		padding-left: 2rem;
	}
	.sec-07 ul li .light-reason-img img{
		height: 147px;
	}
	.sec-08 .contents{
		width: 825px;
	}
	.sec-08 .light-experiment-txt{
		width: 496px;
	}
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.main-slideshow li:nth-child(1) span{
		background-size: 1920px;
		background-position:center bottom;
	}
	.main-slideshow li:nth-child(2) span{
		background-size: 1920px;
		background-position:center bottom;
	}
	.bnr_area .cnp-experiment{
		left: 786px;
	}
	article > section.sec-01{
		padding-top: 3.5rem;
	}
	.sec-02 ul,.sec-03 ul{
		width: 100%;
		margin: 0 auto;
	}
	.sec-02 ul li,.sec-03 ul li{
		width: 236px;
		margin-bottom: 0;
	}
	.sec-02 ul li:nth-child(2n-1), .sec-03 ul li:nth-child(2n-1){
		margin-right: 26px;
	}
	.sec-02 ul li:nth-child(2),.sec-03 ul li:nth-child(2){
		margin-right: 26px;
	}
	.sec-02 ul li{
		padding: 2em 1rem;
	}
	.sec-03 ul li{
		height: 270px;
		margin-bottom: 0;
		padding: 2rem 1rem 1.5rem;
	}
	.sec-03 ul li p.light-sol-txt{
		margin-bottom: 1.5rem;
	}
	.sec-04 .light-costdown{
		width: 710px;
	}
	.sec-05 ul{
		max-width: none;
	}
	.sec-05 ul:after{
		content: "";
		display: block;
		clear: both;
	}
	.sec-05 ul li{
		float: left;
		width: 324px;
		margin-bottom: 0;
		margin-right: 26px;
		padding: 2rem 1.5rem;
		box-sizing: border-box;
	}
	.sec-05 ul li:last-child{
		margin-right: 0;
	}
}

/*marketo*/
#mktoForm_4098 {
	margin: 0 auto!important;
}
.mktoFormRow .mktoField {
	margin-bottom: 8px!important;
}
.mktoFormRow .mktoFieldWrap .mktoHtmlText {
	margin-bottom: 16px!important;
}
.mktoFormRow .mktoFieldWrap .mktoHtmlText span {
	font-size: 14px!important;
}
.mktoButtonRow {
	text-align: center!important;
    display: block!important;
}
.mktoButtonRow .mktoButtonWrap.mktoNative {
	margin-left: 0!important;
}
.mktoForm button.mktoButton {
    position: relative;
    padding: .75em !important;
    background: #00A5E7 !important;
    border: 1px solid #00A5E7 !important;
    border-radius: 6px !important;
    font-size: 18px !important;
	font-weight: bold;
	color: #fff;
}
.mktoForm button.mktoButton:after {
	content: '>';
    font-weight: normal;
    display: inline-block;
    position: absolute;
    top: 0.75em;
    right: .625em;
    -webkit-transform: scale(0.8, 1.4);
    -moz-transform: scale(0.8, 1.4);
    -ms-transform: scale(0.8, 1.4);
    transform: scale(0.8, 1.4);
}
#mktoForm_4098 .mktoButtonRow .mktoButtonWrap.mktoRound{
	margin-left: auto !important;
}

#mktoForm_4098 input[type=text],#mktoForm_4098 input[type=email],#mktoForm_4098 select{
	border-radius: 0 !important;
	box-shadow: none !important;
}
#mktoForm_4098 select.mktoField{
	background-image: url("/web/jp/asp/images/arrow-down-bk.png") !important;
}
@media screen and (min-width:48em){
	#mktoForm_4098,.mktoHtmlText.mktoHasWidth{
		width: 558px !important;
	}
	.mktoForm .mktoButtonWrap.mktoRound .mktoButton{
		width: 300px !important;
	}
}

/*-----------------
 *メインビジュアルバナー　20201117追加
-----------------*/
.top_banner{
	display: none;
}

/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width:64em){
	.top_banner{
		display: block;
		height: 130px;
		position: absolute;
		top: 29em;
		right: 2%;
		box-shadow: 4px 6px 10px rgba(0,0,0,0.6);
		background-color: #fff;
		transition : all 300ms;
		animation:move 600ms both;
		animation-delay:2s;
	}
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	.top_banner{
		right: 6%;
	}
	#sec-news li {
		margin-bottom: .75em;
	}
}

@keyframes move {
	0% {
		top: 29em;
	}
	50% {
		top: 28.5em;
	}
	100% {
		top: 29em;
	}
}
