@charset "utf-8";
/* CSS Document */
body, p, h1, h2, h3, h4, h5 img, ul, li, dl, dt, dd{
	color: #222;
}


/*-------------------
受発注製品ページ　スマートマットLP
/asp/other/automatic_ordering/index.asp
-------------------*/
#asp {
	font-size: 16px;
	font-feature-settings : "palt";
}
#asp header{
    position: static;
}
#asp header span{
    display: block;
	width: 90%;
    max-width: 64em;
    margin: auto;
}
.contents {
	width: 90%;
	max-width: 64em;
	margin: auto;
}
h1, h2, h3{
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
h1 {
	font-size: 2em;
	color: #fff;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.4);
	line-height: 1.25;
    margin-bottom: 24px;
}
h2 {
	font-size: 1.25em;
	margin-bottom: 20px;
}
a:hover{
	opacity: 0.85;
	cursor : pointer;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	h1 {
		font-size: 3em;
	}
	h2 {
		font-size: 1.875em;
		margin-bottom: 40px;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	h1 {
		font-size: 3.75em;
	}
}
/* モニターサイズ 1600px(16×100em)~ lgサイズ */
@media screen and (min-width:100em) {
	h1 {
		font-size: 4em;
		margin-bottom: 48px;
	}
}


/*-----------------
 *メインビジュアル
-----------------*/
#main-v { 
	width: 100%;
	height: auto;
	background-image: url(/web/jp/asp/other/automatic_ordering/images/bg_main.png);
    background-position: center bottom;
	background-size: cover;
	text-align: center;
	padding-bottom: 32px;
}
#breadcrumbs {
	margin-top: 0;
	position: static;
	text-align: left;
	padding: 0.8em 0 2em;
}
span.lead_tx {
    font-size: 1.25em;
	color: #fff;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.4);
	display: block;
    line-height: 1.25;
    margin-bottom: 16px;
}
#main-v dl {
	display: none;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	span.lead_tx {
		font-size: 2em;
	}
	#main-v .contents {
		margin-bottom: 16px;
	}
	#main-v dl {
		background: #fff;
		width: 90%;
		padding: 25px 15px;
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 20px;
		filter: drop-shadow(-8px 8px 0px rgba(0,0,0,0.2));
	}
	#main-v dl dt {
		margin-bottom: 16px;
	}
	#main-v dl dt img {
		width: 100%;
		max-width: 526px;
	}
	#main-v dl dd {
		font-size: 14px;
		line-height: 1.75;
		width: 88%;
		margin: auto;
		text-align: left;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#main-v {
		padding-bottom: 0;
	}
	#breadcrumbs {
		padding: 0.8em 0 4em;
	}
	#main-v .contents {
		margin-bottom: 8px;
	}
	#main-v dl {
		width: 45%;
		max-width: 540px;
		margin-right: 40px;
		margin-bottom: 0;
	}
	#main-v dl:before, #main-v dl:after {
		width: calc(100% - 20px);
		height: 0;
		display: block;
		position: absolute;
		left: 0;
		content: "";
	}
	#main-v dl:before {
		border-bottom: solid 20px #fff;
		border-left: solid 20px transparent;
		bottom: 100%;
	}
	#main-v dl:after {
		border-top: solid 20px #fff;
		border-right: solid 20px transparent;
		top: 100%;
	}
}
/* モニターサイズ 1600px(16×100em)~ lgサイズ */
@media screen and (min-width:100em) {
	#breadcrumbs {
		padding: 0.8em 0 4.75em;
	}
	#main-v dl {
		width: 65%;
	}
}


/*-----------------
 *システム紹介画像ループ
-----------------*/
#main-v span.introduction-loop {
	margin: auto;
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 400px;
    vertical-align: middle;
}
#main-v span.introduction-loop img {
	width: 100%;
	animation-name: loop;
	-webkit-animation-name: loop;
	animation-duration: 16s;
	-webkit-animation-duration: 16s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}
#main-v span.introduction-loop .loop1 {
	animation-delay:0s;
	-webkit-animation-delay:0s;
	display: block;
	margin: 0 auto;
}
#main-v span.introduction-loop .loop2 {
	animation-delay:4s;
	-webkit-animation-delay:4s;
	position: absolute;
	bottom: 0;
    left: 0;
}
#main-v span.introduction-loop .loop3 {
	animation-delay:8s;
	-webkit-animation-delay:8s;
	position: absolute;
	bottom: 0;
    left: 0;
}
#main-v span.introduction-loop .loop4 {
	animation-delay:12s;
	-webkit-animation-delay:12s;
	position: absolute;
	bottom: 0;
    left: 0;
}
@keyframes loop {
	0% { opacity: 1;}
	24%{ opacity: 1;}
	25% { opacity: 0;}
	100% { opacity: 0;}
}
@-webkit-keyframes loop {
	0% { opacity: 1;}
	24%{ opacity: 1;}
	25% { opacity: 0;}
	100% { opacity: 0;}
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
}


/*-----------------
 *TOPボタン出し分け
-----------------*/
span.seemore,span.pc_toform  {
	display: none;
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	span.sp_toform {
		display: none!important;
	}
	span.seemore {
		display: inline-block;
		margin: 0 auto 16px;
		width: 60px;
		height: 60px;
	}
	span.seemore img {
		width: 100%;
	}
	span.pc_toform {
		display: block;
		position: fixed;
		top: 8px;
		right: 8px;
		z-index: 999;
	}
	span.pc_toform a{
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		line-height: 1.5;
		background-color: #DB1B6A;
		padding: 55px 15px 0;
	    width: 160px;
	    height: 135px;
		border-radius: 50%;
		display: block;
	    filter: drop-shadow(0px 6px 0px rgba(141, 0, 38,1))
	}
	span.pc_toform a span {
		font-size: 14px;
		display: block;
		margin-bottom: 8px;
	}
	span.pc_toform:hover {
		top: 12px;
		right: 8px;
	}
	span.pc_toform:hover a{
		background-color: #E42D78;
		opacity: 1;
		filter: drop-shadow(0px 2px 0px rgba(141, 0, 38,1))
	}	
}
/* モニターサイズ 1600px(16×100em)~ lgサイズ */
@media screen and (min-width:100em) {
	span.seemore {
		width: 80px;
		height: 80px;
	}
	span.pc_toform {
		top: 20px;
		right: 60px;
	}
	span.pc_toform a {
		font-size: 32px;
		padding: 65px 20px 0;
	    width: 180px;
	    height: 155px;
		border-radius: 50%;
		display: block;
	}
	span.pc_toform a span {
		font-size: 16px;
	}
	span.pc_toform:hover {
		top: 24px;
		right: 60px;
	}
}


/*-----------------
 *コンテンツ、タイトルまわり
-----------------*/
#service, #about, #form {
	background-color: #fff;
	padding: 60px 0;
}
#target, #case {
	background-color: #E3F0F9;
	padding: 60px 0;
}
#company {
	background-color: #F6F6F6;
	padding: 60px 0;
}
#service h2 span{
	color: #777;
	font-size: 16px;
	font-weight: normal;
	display: block;
}
#about h2 {
	width: 80%;
	max-width: 580px;
    margin: 0 auto 1.7em;
    line-height: 1.4;
}
#case h2 span{
    font-size: 16px;
	display: block;
}
#form h2{
	color: #10548F;
	margin-bottom: 20px;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#service, #about, #form {
		padding: 100px 0 80px;
	}
	#target, #case {
		padding: 80px 0;
	}
	#company {
		padding: 80px 0;
	}
	#case h2 span{
		font-size: 24px;
		vertical-align: middle;
		margin-right: 32px;
		display: inline-block;
	}
}


/*-----------------
 *service
-----------------*/
#service p{
	width: 80%;
    text-align: center;
    margin: 0 auto 40px;
    line-height: 1.5;
}
#service .contents {
	text-align: center;
}
#service figure.smartmat {
	margin-bottom: 80px;
}
#service figure.smartmat img {
	width: 50%;
	max-width: 254px;
}
#service h3 {
	font-size: 56px;
	color: #10548F;
	position: relative;
	text-align: left;
}
#service h3 span {
	font-size: 22px;
}
#service h3:after {
	content: "";
	display: block;
	position: absolute;
	height: 4px;
	width: 200px;
	background: #E6E6E6;
    left: 140px;
    top:48px;
}
#service ul {
	width: 100%;
	max-width: 950px;
    margin: 0 auto;
}
#service ul li {
	position: relative;
	margin-bottom: 60px;
}
#service ul li span {
	text-align: left;
}
#service ul li span.tx_merit {
	font-size: 16px;
    line-height: 1.5;
	text-align: left;
    display: block;
	width: 56%;
}
#service ul li figure.img_merit {
	display: block;
    text-align: right;
	width: 140px;
	max-width: 320px;
    position: absolute;
    top: 80px;
    right: 0px;
}
#service ul li figure.img_merit img {
	width: 100%;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#service p{
		width: 370px;
	}
	#service h3 {
		color: #10548F;
		font-size: 76px;
		text-align: left;
		position: relative;
	}
	#service h3 span {
		font-size: 30px;
	}
	#service h3:after {
		width: 260px;
		left: 180px;
		top: 64px;
	}
	#service ul li{
		margin-bottom: 50px;
	}
	#service ul li span.tx_merit {
		font-size: 20px;
	}
	#service ul li.merit1 span.tx_merit {
		width: 380px;
	}
	#service ul li.merit2 span.tx_merit {
		width: 380px;
	}
	#service ul li.merit3 span.tx_merit {
		width: 285px;
	}
	#service ul li.merit2 span.tx_merit span:after {
		content: "\A" ;
		white-space: pre;
	}
	#service ul li figure.img_merit {
		width: 30%;
		top: -20px;
	}
	#service ul li.merit2 figure.img_merit {
		left: 0;
	}
	#service ul li.merit2 h3, #service ul li.merit2 span.tx_merit {
		margin-left: 39%;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#service h3:after {
		width: 360px;
	}
	#service ul li{
		margin-bottom: 162px;
	}
	#service ul li figure.img_merit{
		width: 40%;
	}
}


/*-----------------
 *target
-----------------*/
#target {
	background-image: url(/web/jp/asp/other/automatic_ordering/images/bg_target.png);
    background-repeat: no-repeat;
    background-position: right -4% bottom;
    background-size: 120px;
}
#target ul li {
	font-size: 16px;
	line-height: 1.5;
	background-image: url(/web/jp/asp/other/automatic_ordering/images/quotation.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: left top;
    padding: 25px 30px 0px 30px;
	margin-bottom: 20px;
}
#target ul li:nth-child(3) span {
	display: block;
	width: 12em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#target {
		background-image: url(/web/jp/asp/other/automatic_ordering/images/bg_target.png);
		background-repeat: no-repeat;
		background-position: right 10% bottom;
		background-size: 199px;
	}
	#target ul {
		width: 80%;
		margin: auto;
	}
	#target ul li {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#target ul li:nth-child(3) span {
		width: 100%;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#target {
		background-position: right 20% bottom;
	}
	#target ul li {
		display: inline-block;
		background-size: 51px;
		width: 300px;
		padding: 25px 0px 0px 70px;
		margin-bottom: 40px;
	}
	#target ul li span {
		display: block;
	}
	#target ul li:nth-child(3) ,#target ul li:nth-child(4) {
		margin-bottom: 0;
	}
	#target ul li:nth-child(1) span {
		width: 10em;
	}
	#target ul li:nth-child(2) span {
		width: 8em;
	}
	#target ul li:nth-child(3) span {
		width: 11em;
	}
	#target ul li:nth-child(4) span {
		width: 9em;
	}
}


/*-----------------
 *about
-----------------*/
#about span {
	display: block;
    margin: 0 auto;
}
#about span.system-image img {
	width: 100%;
}
#about figure {
	text-align: center;
    margin-top: -4px;
}
#about span {
	display: block;
}
#about span picture {
	display: block;
    text-align: center;
	margin-bottom: 20px;
}
#about span picture img {
	width: 100%;
	max-width: 360px;
}
#about h3 {
	color: #DB1B6A;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 40px;
}
#about h3 span {
	display: inline;
}
#about p.comment {
	color: #777;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 auto 40px;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#about h2 {
		width: 19em;
	}
	#about span picture {
		margin-left: 18%;
		margin-bottom: 40px;
	}
	#about span picture img {
		max-width: 557px;
	}
	#about h3 {
		font-size: 24px;
	}
	#about h3 span {
		display: block;
	}
	#about p.comment {
		width: 100%;
		max-width: 810px;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#about span picture {
		margin-left: 15%;
	}
	#about p.comment {
		margin-bottom: 0;
	}
}


/*-----------------
 *case
-----------------*/
#case .staff-icon {
    display: block;
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 30px;
	text-align: center;
}
#case .staff-icon img {
	display: block;
    margin: 0 auto 8px;
}
#case .staff-comment {
	position: relative;
	font-size: 16px;
	line-height: 1.75;
    padding: 20px;
    max-width: 100%;
    border-radius: 20px;
	background: #fff;
	margin-bottom: 40px;
    display: inline-block;
}
#case .staff-comment:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 45%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-bottom: 20px solid #fff;
}
#case ul {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px 20px 40px;
}
#case ul li:first-child {
	margin-bottom: 20px;
}
#case ul li:first-child h3 {
	color: #10548F;
	font-size: 24px;
	font-weight: bold;
	position: relative;
    z-index: 0;
	width: 270px;
    margin: 0 auto;
}
#case ul li:first-child span {
	font-size: 16px;
	line-height: 1.5; 
}
#case ul li:first-child h3 span {
	font-size: 40px;
}
#case ul li:first-child h3:after {
	content: "";
    width: 100px;
    height: 16px;
    background-color: #FFC012;
    display: inline-block;
    position: absolute;
    bottom: 12px;
    left: 118px;
    z-index: -3;
}
#case ul li:last-child img {
	width: 90%;
    max-width: 325px;	
	margin: 0 auto;
	display: block;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#case .contents {
		max-width: 800px;
		margin: 0 auto;
	}
	#case .staff-icon {
	    display: inline-block;
	    margin-right: 5%;
    	width: 17%;
	}
	#case .staff-comment {
		display: inline-block;
		max-width: 68%;
		vertical-align: top;
	}
	#case .staff-comment:before {
		top: 30%;
		left: -33px;
		border: 15px solid transparent;
		border-right: 20px solid #fff;
	}
	#case ul {
		display: flex;
		flex-flow: row-reverse;
	    padding: 40px 20px;
	}
	#case ul li:first-child {
		width: 350px;
		margin: 60px 20px 0 0;
	}
	#case ul li:last-child img {
		width: 100%;
		margin-right: 40px;
	}
	#case ul li:first-child h3 {
		margin: 0;
		text-align: left;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#case .staff-comment {
		max-width: 68%;
		padding: 20px 34px;
	}
}


/*-----------------
 *form
-----------------*/
#form .contents {
	text-align: center;
}
#form figure.smartmat {
    margin-bottom: 80px;
}
#form figure.smartmat img {
	width: 50%;
    max-width: 254px;
}
#form p {
	text-align: center;
    margin: 0 auto 40px;
    line-height: 1.5;
}
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#form p {
		width: 28em;
	}
}


/*-----------------
 *company
-----------------*/
#company h2 {
	font-size: 20px;
	font-weight: normal;
}
#company ul li {
	color: #666;
	font-size: 14px;
}
#company ul li:first-child {
	margin-bottom: 32px;
}
#company ul li img {
	margin-bottom: 8px;
}
#company ul li span {
	display: block;
	line-height: 1.5;
}
#company ul li a span{
	display: inline-block!important;
    font-size: 12px;
    margin-left: 4px;	
}
#company ul li span.company_name {
	margin-bottom: 16px;
}
#company ul li a {
	color: #2684e2;
	margin-top: 16px;
    display: block;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	#company h2 {
		font-size: 24px;
	}
	#company ul {
		width: 60%;
		margin: 0 auto;
	}
}

/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
	#company ul {
		width: 94%;
		margin: 0 0 0 80px;
	}
	#company ul li {
		display: inline-block;
    	width: 48%;
	}
	#company ul li:first-child {
		margin-bottom: 0;
	}
	#company ul li a:hover {
		opacity: 0.8;
	}
	#company ul li a:active {
		color: #2684e2;
	}
}

/*-----------------
 *ボタン
-----------------*/
span.sp_toform {
	display: block;
	text-align: center;
}
span.sp_toform a {
	color: #fff;
    display: block;
    width: 80%;
    max-width: 280px;
    margin: 0 auto;
    padding: 1em;
    background: #DB1B6A;
    border-radius: 6px;
    position: relative;
    font-size: 20px;
}
span.sp_toform a:after {
	content: '>';
    font-weight: normal;
    display: inline-block;
    position: absolute;
    top: 1em;
    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_2711 {
	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 {
	color: #fff;
	width: 300px !important;
    padding: .75em !important;
    font-size: 18px !important;
    background: #DB1B6A !important;
    border: 1px solid #DB1B6A !important;
    border-radius: 6px !important;
    position: relative;
}
.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);
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width:48em) {
	.mktoFormRow .mktoFieldWrap #food_industry {
		width: 400px!important;
	}
	.mktoFormRow .mktoFieldWrap #FirstName, .mktoFormRow .mktoFieldWrap #LastName {
		width: 189px!important;
	}
	.mktoFormRow .mktoFieldWrap {
		margin-bottom: 16px!important;
	}
	.mktoForm button.mktoButton:hover {
		background: #E42D78 !important;
		border: 1px solid #E42D78 !important;
	}
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width:75em) {
}
