@charset "utf-8";

/*=================================

	reset

================================ */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;background: #fff;color: #000;}article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary {display: block;}ol, ul {list-style:none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}a {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;background: transparent;}ins {background-color: #ff9;color: #000;text-decoration: none;}mark {background-color: #ff9;color: #000; font-style: italic;font-weight: bold;}del {text-decoration: line-through;}abbr[title], dfn[title] {border-bottom: 1px dotted #000;cursor: help;}table {border-collapse: collapse;border-spacing: 0;}hr {display: block;height: 1px;border: 0;border-top: 1px solid #cccccc;margin: 1em 0;padding: 0;}input, select {vertical-align: middle;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/*=================================

	layout

================================ */
* {
	box-sizing: border-box;
}
body {
	-webkit-text-size-adjust: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	color: #333333;
	letter-spacing: 0.08em;
}

@media (max-width: 1024px) {
	body {
		font-size: 14px!important;
	}
}
#pageContainer {
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
.sub,footer {
	max-width: 920px;
	margin: 0 auto;
	padding: 8px 24px;
}

section {
	margin: 0 0 0px;
}

@media (max-width: 769px) {
	section {
	margin: 0 0 40px;
	}
}

.innerWrap > *:last-child {
	margin-bottom: 0;
}

.sub {
	max-width: 920px;
	margin: 0 auto;
	padding: 24px;
}
.sp {
	display: none;
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 1em;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	header,.sub,footer {
		width: 100%;
		padding: 10px;
	}
	.sub {
		width: 100%;
		padding: 0 16px;
	}
}

/* header */
header {
	max-width: 1200px;
	margin: 0 auto;
	padding: 17px 16px 15px;
	overflow: hidden;
	zoom: 1;
}
header dl {
	float: right;
	color: #376092;
}
header dl dt,
header dl dd {
	display: inline-block;
	font-size: 0.75em;
}
header dl dt {
	margin: 0 10px 0 0;
	border: 2px solid #376092;
	border-radius: 5px;
	padding: 8px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
}
header dl dd {
	vertical-align: bottom;
	line-height: 1.2em;
}
header dl dd span.tel {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
}
@media only screen and (max-width: 480px) {
	header p {
		margin: 5px 0 0;
	}
	header p img {
		max-width: 100px;
	}
	header dl {
		display: flex;
	}
	header dl dt {
		margin: 0 0.2em 0 0;
		padding: 0;
		border: none;
	}
	header dl dt img {
		max-width: 14px;
	}
	header dl dd {
		text-align: center;
	}
	header dl dd span.tel {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	header dl dd a {
		display: block;
		font-size: 1.4em;
		font-weight: bold;
		line-height: 1.2em;
	}
}

/*=================================

	parts

================================ */
img {
	vertical-align: middle;
	max-width: 100%;
}
p img {
	width: 100%;
	max-width: 677px;
}
em {
	color: #ed0b15;
}
a {
	color: #063d78;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.txtLarge {
	font-size: 2.4em;
	line-height: 1.4em;
}
.txtSmall {
	font-size: 0.8em;
	line-height: 1.4em;
}
.txtLead {
    text-align: center;
    margin-bottom: 24px;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
.attention {
	padding-left: 1em;
	text-indent: -1em;
}
.break {
	word-break: break-all;
}

.w80 {
	width: 80%;
}

.mt16 {
	margin-top: 16px!important;
}

@media only screen and (max-width: 769px) {
	.w80 {
	width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.txtLarge {
	font-size: 1.8em;
		line-height: 1.2em;
	}
}

/* heading */
h1 {
	margin-bottom: 8px;
	font-size: 60px;
	color: #003460;
}
h1 span {
	color: #3D9BF5;
}
h2.h2DesignA1,
h2.h2DesignA2,
h2.h2DesignA3 {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	color: #003460;
	line-height: 1.6;
}
h2.h2DesignA2 {
	color: #fff;
}

h2.h2DesignA3 {
	text-align: left;
}

h2.h2DesignA1 span,
h2.h2DesignA2 span,
h2.h2DesignA3 span {
	font-size: 1.4em;
}

.txtColorA1 {
	color: #3D9BF5;
}

h2.h2DesignB1 {
	text-align: center;
	color: #fff;
	font-size: 20px;
}

h3.h3DesignA1 {
	text-align: center;
	margin-bottom: 24px;
	font-size: 24px;
	color: #08539e;
}

@media only screen and (max-width: 1199px) {
	h1 {
		font-size: 52px;
	}
}

@media only screen and (max-width: 1024px) {
	h1 {
		font-size: 48px;
	}
	h2.h2DesignA1,
	h2.h2DesignA2,
	h2.h2DesignA3 { 
		margin-bottom: 30px;
		font-size: 24px;
	}

	h3.h3DesignA1 {
	margin-bottom: 20px;
	font-size: 20px;
}
}

@media (max-width: 899px) {
	h1 {
		font-size: 44px;
	}

	h2.h2DesignA1,
	h2.h2DesignA2,
	h2.h2DesignA3 { 
		font-size: 22px;
	}

	h2.h2DesignA1 span,
	h2.h2DesignA2 span,
	h2.h2DesignA3 span {
	font-size: 1.2em;
}
	h2.h2DesignA3 {
		text-align: center;
	}

	h3.h3DesignA1 {
	margin-bottom: 20px;
	font-size: 18px;
}

}

@media only screen and (max-width: 769px) {
	h1 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 479px) {
	h1 {
		font-size: 24px;
	}
}

/* btn */
.btn {
	text-align: right;
}
.btn a {
	display: inline-block;
	padding: 16px 24px 10px 24px;
	background: #ed0b15;
	border-radius: 5px;
	box-shadow: 3px 3px 0 1px #c00000;
	text-shadow: none;
	font-size: 0.75em;
	color: #fff;
	text-align: center;
}
.btn a:hover {
	background: #ff0b15;
	text-decoration: none;
}
@media only screen and (max-width: 480px) {
	.btn {
		text-align: center;
	}
	.btn a {
		padding: 16px 24px 14px;
		font-size: 0.8em;
	}
}

/* icon */
.arrow {
	text-align: right;
}
.arrow a {
	display: inline-block;
	padding-left: 0.8em;
	background: url(/jp/ja/lp/201708_smart-scanning/images/com_ic01.png) no-repeat left center;
}

/* contact */
.contact {
	display: flex;
	margin: 32px auto;
	padding: 24px 0;
	border: 2px solid #376092;
	border-radius: 5px;
}
.contact dl {
	width: 50%;
	padding: 0 24px;
	text-align: center;
}
.contact dl:first-child {
	border-right: 1px dotted #376092;
}
.contact dl dt span {
	padding-left: 32px;
	font-weight: bold;
	color: #376092;
}
.contact dl:first-child dt span {
	background: url(/jp/ja/lp/201708_smart-scanning/images/com_ic02.png) no-repeat left 4px / 18px auto;
}
.contact dl:last-child dt span {
	background: url(/jp/ja/lp/201708_smart-scanning/images/com_ic03.png) no-repeat left 4px / 18px auto;
}
.contact dl dd {
	margin: 8px 0 0;
}
.contact dl:first-child dd a {
	display: block;
	max-width: 332px;
	margin: 8px auto 0;
	padding: 16px 13px 13px 16px;
	background: #ed0b15;
	border-radius: 5px;
	box-shadow: 3px 3px 0 1px #c00000;
	text-shadow: none;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.contact dl:first-child dd a:hover {
	background: #ff0b15;
	text-decoration: none;
}
.contact dl dd span {
	display: block;
	margin: 8px 0;
	font-size: 1.6em;
	font-weight: bold;
}
@media only screen and (max-width: 480px) {
	.contact {
		display: block;
		padding: 0 24px;
	}
	.contact dl {
		width: 100%;
		margin: 0 0 24px;
		padding: 24px 0;
	}
	.contact dl:first-child {
		margin: 0;
		border-right: none;
		border-bottom: 1px dotted #376092;
	}
	.contact dl:first-child dt span {
		background: url(/jp/ja/lp/201708_smart-scanning/images/com_ic02.png) no-repeat left top / 16px auto;
	}
	.contact dl:last-child dt span {
		background: url(/jp/ja/lp/201708_smart-scanning/images/com_ic03.png) no-repeat left top / 16px auto;
	}
	.contact dl:first-child dd a {
		display: block;
		padding: 16px;
	}
}
@media screen and (max-width: 768px) {
	.contact dl dd span {
		display: none;
	}
	.contact dl:last-child dd a {
		display: block;
		margin: 8px 0;
		font-size: 1.6em;
		font-weight: bold;
	}
}

/*=================================

	redirect

================================ */
#redirect section {
	margin: 0 0 40px;
}
#redirect h1 {
	display: block;
	margin: 16px auto;
	background: rgba(55, 96, 146, 1.0);
	font-size: 1.4em;
	text-align: center;
}
#redirect .tel {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}