@charset "UTF-8";
/* =========================================================
	Reset
========================================================= */
abbr,address,article,aside,audio,b,blockquote,body,button,caption,cite,code,dd,del,dfn,dialog,div,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:1em}html{font-size:62.5%}h1,h2,h3,h4,h5,h6{font-weight:bold}input,option,select,table,textarea{line-height:1.1}ol,ul{list-style:none}blockquote,q{quotes:none}fieldset{min-width:100%;width:100%;display:table}button{margin:0;padding:0;border:none;background:none;cursor:pointer}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}img{vertical-align:top}@media only screen and (max-width:768px){img{max-width:100%;height:auto}}

/* =========================================================
	Base Setting
========================================================= */
body,button,h1,h2,h3,h4,h5,h6,input,option,select,table,textarea{
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.1;
}
h1#mainvisual {
	width:1200px;
	margin:0 auto;
}

h1#mainvisual img {
	width:100%;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* =========================================================
	Common Layout
========================================================= */

/* Header
--------------------------------------------------------- */
header {
	padding: 10px 0;
	background: #FFF;
	border-top: 3px solid #E60012;
	border-bottom: 1px solid #DDD;
}

header .inner {
	width: 960px;
	margin: 0 auto;
}

/* Contents
--------------------------------------------------------- */
#wrap {
	min-width: 1224px;
}

#contents {
	width: 1224px;
	margin: 0 auto;
	padding-bottom: 60px;
}

#main {
	width: 960px;
	margin: 50px auto 0;
}

#main .ttl {
	color: #333;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
}

#main .ttl:after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background: #333;
	position: absolute;
	bottom:-18px;
	left:50%;
	margin-left:-50px;
}

#main .lead {
	margin: 60px auto 0;
	font-size: 1.6em;
	line-height: 1.5;
}

#main .summary {
	padding-top: 15px;
}

#main .summary dl {
	display:block;
	margin-top: 20px;
	width: 100%;
}

#main .summary dl:first-child {
	padding-top: 20px;
}

#main .summary dl dt,
#main .summary dl dd {
	display:block;
	font-size: 1.6em;
	vertical-align: middle;
	padding-bottom: 20px;
	vertical-align: top;
}

#main .summary dl dd {
	border-bottom: 1px dotted #ccc;

}

#main .summary dl dt span {
	display:block;
	padding:13px 18px;
	border-bottom:4px #4a9a37 solid;
	background: #f3f3f3;
	color: #444;
	font-weight:bold;
}

#main .summary dl dd {
	padding: 2px 0 20px 20px;
	line-height: 1.9;
}

#main .summary dl dd span {
	font-weight: bold;
}

#main .summary dl dd span.products img {
	display:block;
	width:100%;
}

#main .summary dl dd span.case {
	display:block;
	width:850px;
	margin:0 auto;
}

#main .summary dl dd span.case img {
	display:block;
	width:100%;
}

#main .btn {
	width: 398px;
	margin: 40px auto 0;
}

#main .btn a,
#main input.btn {
	display: block;
	padding: 20px 0;
	border: 2px solid #e70012;
	background:#fff;
	color: #e70012;
	font-size: 2.6em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	position: relative;
	cursor:pointer;
}

#main .btn:hover {
	opacity: .7;
}

/* Not Found
--------------------------------------------------------- */
.notFound #main h1 {
	margin-top: 60px;
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
}

.notFound #main p {
	margin-top: 60px;
	font-size: 1.6em;
	line-height: 1.9;
	text-align: center;
}


/*add*/
.btn-notes {
	padding-top:40px;
	font-size:16px;
	line-height:140%;
}

em {
	color:#c00;
	font-style:normal;
}

dd small {
	display:block;
	margin-top:10px;
	font-size:14px;
}

dd small.remarks {
	color:#c00;
}

#main .summary dl dd span.step {
	display:block;
	width:auto !important;
	font-weight:normal;
}

#main .summary dl dd span.step:first-child {
	margin-bottom:10px;
}

h3 {
	padding-top:60px;
	font-size:20px;
	line-height:150%;
	text-align:center;
}

#main div.notes .lead {
	margin-top:35px;
}

div.notes p {
	margin-top:35px;
	font-size:16px;
	line-height:150%;
}

div.notes ul {
	padding:15px 0 35px 0;
	margin:0;
	list-style:none;
}

div.notes ul li {
	padding:8px 0 0 0;
	margin:0;
	font-size:16px;
	line-height:150%;
}

.btn {
	width: 598px;
	margin: 60px auto;
}

.btn input {
	width:594px;
	display: block;
	padding: 30px 0 23px;
	border: 2px solid #e70012;
	color: #e70012;
	font-size: 3.6em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	position: relative;
	cursor: pointer;
	background:none;
}

.btn input:hover {
	opacity: .7;
}

.asterisk {
	color:#c00;
}

.check-mail {
	width:598px;
	display: block;
	padding: 30px 0 23px;
	margin:0 auto;
	border: 2px solid #F6EF81;
	text-decoration: none;
	text-align: center;
	position: relative;
}

.check-mail h4 {
	padding-bottom:8px;
	color: #F6EF81;
	font-size: 16px;
	line-height:150%;
	font-weight: bold;
}
.check-mail p {
	font-size: 18px;
	line-height:150%;
}

.result-massege {
	margin:60px 0;
}

.result-massege p {
	font-size: 16px;
	line-height:150%;
}

.result-massege p.remarks {
	padding:0 0 20px 0;
	font-size: 18px;
	color:#c00;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*form*/
input[type=radio],
input[type=checkbox]{
	margin-right:0.5em;
}

/* inputField enqField --------------------------*/
.inputField,
.enqField,
.passChangeField,
.serialField {
	margin:40px auto;
	border-bottom: 1px solid #CCC;
}
	.inputField .section,
	.enqField .section,
	.passChangeField .section,
	.serialField .section{
		border-top: 1px solid #CCC;
		padding: 15px 0;
	}
	
	.enqField .body input,
	.inputField .body input,
	.passChangeField .body input,
	.serialField .body input {
		line-height:30px;
		outline:none;
		height:30px;
		vertical-align:middle;
	}
	
	.enqField .body select,
	.inputField .body select {
		line-height: 2;
		outline:none;
		height:35px;
		padding: 0;
		vertical-align:middle;
		/font-size:22px;
	}
/* inputField ------------------------------------*/
.inputField .head,
.inputField .body,
.passChangeField .head,
.passChangeField .body,
.serialField .body,
.serialField .head {
	padding: 10px 0 10px 10px;
	vertical-align:middle;
	display:inline-block;
	/display:inline;
	/zoom:1;
}

.inputField .head,
.passChangeField .head,
.serialField .head {
	width:130px;
	font-size:14px;
	font-weight:bold;
}

.inputField .body,
.passChangeField .body,
.serialField .body {
	font-size:14px;
	margin:0;
}

.inputField .body span,
.passChangeField .body span,
.serialField .body span {
	font-size:14px;
	margin:0;
}

/* enqField ----------------------------------------*/
.enqField .head {
	font-size:20px;
	font-weight:bold;
}

.enqField .body {
	font-size:18px;
	padding: 10px 25px;
}

.enqField label{
	margin-right:30px;
}

.enqField input[type=text]{
	width:60%;
}

.enqField textarea{
	width:100%;
}

.form_error_msg {
	padding-top:10px;
	color:#c00;
}

/*footer*/
.footer {
	width:100%;
	background:url('../../img/pc/footer-bg.png') repeat-x 0 0;
}
.footer p img {
	display:block;
	width:960px;
	margin:0 auto;
}


.teaser p,
.closer p  {
	padding: 30px 0 23px;
	margin:30px 0;
	border: 2px solid #e70012;
	color: #e70012;
	font-size: 2.6em;
	font-weight: bold;
	line-height:150%;
	text-decoration: none;
	text-align: center;
}

footer {
	display:block;
	width:100%;
	border-top:1px #ddd solid;
}

footer p {
	padding:20px;
	text-align:center;
}

ul.notes li {
	padding-top:20px;
	font-size:16px;
}
footer p {
	font-size:14px;
	line-height:140%;
}
footer p.image {
	width:1200px;
	padding-bottom:0;
	margin:0 auto;
}

footer p.image img {
	width:100%;
}
input[type="text"],
input[type="password"],
textarea {
	padding:4px 5px;
	border:0;
	font-size:14px;
	color:#666;
	border:1px #ccc solid;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

textarea {
	width:90%;
	height:100px;
}