@charset "UTF-8";
/*
トップLPページ用CSS

*/
#toptext{
	width:auto;
	height:78px;
	display: flex;
	justify-content: space-between;
  	align-items: center;
}
#contents #toptext{
	background-color: #f3f1ef;
}
h1{
	display: block;
}
#top-icon{
	width:40px;
}
.top-read-label-img{
	width:20px;
	height:auto;
}
#top-icon, #toptext div{
	display: flex;
}
.lp-basegray-bg{
	background-color: #f3f1ef;
}
.container-res nav, #contents section{
	background-color: #ffff;
}

.image-res, .image-res img{
	width:960px;
}
#contents .sp-only{
	display: none;
}
#contents .pc-only{
	display: block;
}


/*
navリンク
*/
.container-res nav{
	height:76px;
	width:100%;
	display: flex;
	justify-content: space-between;
  	align-items: center;
}
.container-res nav label{
	display: flex;
	align-items: center;
}
.nav-title img{
	width:60px;
	height:60px;
}
.nav-qr{
	width:70px;
	height:70px;
}
.nav-app{
	width:122px;
	height:45px;
}
.nav-google{
	width:148px;
	height:45px;
}
.icontainer-res nav label a{
	display: block;
	width: 100%;
	height: 100%;
}

/*
紹介セクション
*/
	/*
	ヘッダー
	*/
.section-inner{
	width: 960px;
	margin:0 auto;
	padding-top: 16px;
}
.section-inner header{
	display:flex;
	align-items: stretch;
}
.section-inner header h2{
	display:flex;
	align-items: center;
}
.section-inner header h2 br{
	display:none;
}
.border{
	width:872px;
	display:flex;
	align-items: center;
	border-bottom: solid 1px #FFA900;
	margin-left: 2px;
}
.section-inner header img{
	width: 56px;
	height:56px;
}
.section-inner header .border-img{
	border-bottom: solid 1px;
	display:flex;
	align-items: center;
}
	/*
	コンテンツ
	*/
.section-inner article{
	display: flex;
	justify-content: center;
	gap:24px;
}
.section-inner article ul{
	line-height: 30px;
}
.section-inner article img{
	display: inline-block;
	width: 20px;
	height:20px;
	margin-right: 8px;
	vertical-align: middle;
}

.heading-top {
    font-weight: bold;
	font-size: 1.4rem;
}
.heading-top::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #fa0;
	margin: 10px 0 16px;
}
#sensing-link{
	font-size: 16px;
	padding-bottom: 16px;
}
#sensing-link ul{
	font-size: 16px;
	padding-bottom: 16px;
	line-height: 30px;
}
#sensing-link li::before{
	top: 12px;
}
#introduction-lisk p, #introduction-online p, #introduction-medical p{
	font-size: 14px;
}

.parsona{
	list-style: none;
}
.parsona li {
	padding-left: 25px;
	line-height: 2em;
	background: url(/static_responsive/images/lp-top/ico_check.png) left 0px top 10px no-repeat;
	background-size: 20px auto;
}

.lp_footer {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.lp_footer li{
	margin: 0 16px 16px 0;
}

@media screen and (max-width:736px) {
	/*
	SP:メイン画像
	*/
	#sp-key-visual{
		position: relative;
		width: 100%;
	}
	#sp-key-visual #sp-key-img {
		width: 100%;
		height: auto;
		display: block;
	}
	#sp-key-items {
		position: absolute;
		bottom: 5%;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		gap: 20px;
		line-height: 0;
	}
	#sp-key-items a{
		line-height: 0;
	}
	#sp-key-items div {
		height: auto;
	}
	#sp-key-app{
		width: 135px;
		height: auto;
	}
	#sp-key-google{
		width: 168px;
		height: auto;
	}
	/*
	SP:navリンク
	*/
	.container-res nav{
		height:70px;
		width:100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.container-res nav label{
		display: flex;
		align-items: center;
		font-size: 15px;
	}
	.nav-title img{
		width:60px;
		height:60px;
	}
	.nav-app{
		width:88px;
		height:auto;
	}
	.nav-google{
		width:88px;
		height:auto;
	}
	.container-res nav .nav-link{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding-top: 8px;
	}

	/*
	紹介セクション
	*/
	.section-inner{
		width:100%;
	}
	.section-inner header h2 br{
		display:inline;
	}
	.border{
		width:100%;
	}
	.section-inner article{
		display: block;
	}
	.section-inner article ul{
		margin:0 auto;
	}
	.section-inner article img{
		width: 16px;
		height:16px
	}
	/*
	SP全体設定
	*/
	#toptext{
		width:auto;
		height:78px;
	}
	.toptext-left{
		align-self:flex-start;
		margin-top: 16px;
	}
	.toptext-right{
		align-self:flex-end;
		margin-bottom: 16px;
	}
	#contents .pc-only{
		display: none;
	}
	#contents .sp-only{
		display: block;
	}
	.image-res, .image-res img{
		width: 100%;
		padding: 0;
	}
}


/*
logo_only_header用css
*/
#logo-only-header{
	height:60px;
	box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 3;
}
#logo-only-header .container-res{
	display:flex;
	align-items: center;
	height:60px;
}
#logo, #logo img{
	width:290px;
	height:32px;
}

/*
MPアグロ用LP
*/
#contents .lp-yellow-bg{
	background-color: #FCF3DD;
}
#poster #key-v-header{
	background: #FCF3DD url(../images/lp-top/top_img_01head_pc.png) center / 960px repeat-x;
    height: 67.4px;
	min-width: 960px;
}
.lp-yellow-bg img{
    width:960px;
	margin: 0 auto;
}
#key-v{
	padding-top: 50px;
	padding-bottom: 60px;
}
#contents .lp-green-bg{
	background-color: #10B297;
}
.green-inner{
	width: 960px;
	padding: 50px 0;
}
.green-inner dt, .green-inner dt img{
	width:680px;
	display: block;
	margin: 0 auto 16px;
}
.green-inner dd, .green-inner dd a{
	margin: 0 auto;
	border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}
.green-inner dd, .green-inner dd img{
	width:420px;
}

#point-header{
	background: #FCF3DD url(../images/lp-top/pre_img_01head_pc.png) center / 960px repeat-x;
    height: 67.3px;
	min-width: 960px;
}
.yellow-inner{
	width: 960px;
	padding-bottom: 95px;
}
.yellow-inner dt{
	display: block;
	margin: 16px auto 40px;
}
.yellow-inner dt img{
	width:500px;
	display: block;
	margin: 0 auto;
}
.yellow-inner dd{
	display: block;
	padding: 0 16px 0 16px;
}

.yellow-inner dd img{
	width: 100%;
	height: auto;
}
#contents #introduction-karteco{
	background-color: #f3f1ef;
}
#campaign-table{
	width: 100%;
	border:solid 1px;
}
#campaign-table tr{
	border-bottom:solid 1px;
}
#campaign-table th{
	border-right:solid 1px;
	width: 30%;
	vertical-align: middle;
}
#campaign-table td{
	border-right:solid 1px;
	width: 70%;
	padding:10px;
}
#campaign-table td a{
	border-bottom: solid #3641de 1px;
	color: #3641de;
}
#campaign-table td ul{
    display: inline-block;
    padding-left: 1.4em;
    list-style-type: inherit;
}
#campaign-table td ol{
    display: inline-block;
    padding-left: 1.4em;
    list-style-type: decimal;
}

@media screen and (max-width:736px) {
	/*
	SP:logo_only_header用css
	*/
	#logo, #logo a, #logo a img{
		width:285px;
		height:34px;
	}
	#logo-only-header .container-res{
		display:flex;
		align-items: center;
		justify-content:center;
		height:60px;
	}
	/*
	MPアグロ用LP
	*/
	#key-v{
		padding-top: 0;
	}
	.lp-yellow-bg img{
		width:100%;
	}
	.yellow-inner, .green-inner{
		width:100%;
	}
	.green-inner{
		padding:40px 0 60px 0;
	}
	.green-inner dt, .green-inner dt img{
		width:100%;
		display: block;
		margin: 0 auto 28px;
	}
	.green-inner dt{
		padding: 0 16px 0;
	}
	.green-inner dt img{
		width:100%;
	}
	.green-inner dd, .green-inner dd img{
		width:75%;
		display: block;
		margin: 0 auto;
	}
	.green-inner dd img{
		width:100%;
	}
	.yellow-inner dt{
		margin: 0 auto 32px;
	}
	.yellow-inner dt img{
		width:100%;
	}
	.yellow-inner dd .arrow{
		width:13px;
		height:8px;
		display: block;
		margin: 12px auto 12px;
	}
	.yellow-inner{
		padding-bottom: 62px;
	}


}