@charset "utf-8";
/* CSS Document */
body {
	color:#333;
	padding:0;
	margin:0;
	font-size:100%;/* =16px */
	line-height:1.3;
}
a {color: #003366; text-decoration: none;}
a:active,a:hover {color: #CC0066;}

*{
	margin:0;
	padding:0;
	}
/*clearfix ie対策済み*/
.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}
#Container {
	width:920px;
	margin:0 auto;
	padding:22px 0 0 0;
	background:url(line_bg.png) repeat-x left top;
}
p {
	margin:0 0 1em 0;
}
small {
	font-size:0.9rem;
}
strong{
	font-weight: 900;
}
/*header*/
header {
}
@media(max-width:920px){
	#Container{
		width: 100%;
	}
	h1 img,h2 img,.mark img,.support_inq img{
		width: 100%;
		height: auto;
	}
}

/*contents*/
article{
	margin: 0 10px 10px 10px;
}
section > div{
	border:4px solid #E4E4E4;
	margin-bottom: 10px;
	padding:15px;
	border-radius: 10px;
}
h1 {
	text-align:center;
	font-size: 1.4rem;
	font-weight: 900;
}
h2 {
	text-align:center;
	font-size: 1.4rem;
	line-height: 1;
}
h3 {
	margin:0 0 10px 0;
	padding:2px 5px 2px 5px;
	background:#C00;
	border-bottom:4px solid #600;
	color:#FFF;
	font-size: 1.2rem;
}
h3 img {
	vertical-align:bottom;
}
h4{
	background:#900;
	color:#FFF;
	padding:1px 5px;
	margin: 0 -15px 15px -15px;
	font-size: 1rem;
}
/*-----------------------
   entry 内部
-------------------------*/
/*対象製品*/
.entry_products ul{
	list-style:none;
	margin:0 auto;
	padding:0;
	text-align: center;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}
.entry_products ul li{
	display:inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
	margin:0 8px 5px 8px;
	/*width:100px;*/
	height:200px;
	text-align:center;
}
.entry_products ul li img{
	width:auto;
}

.entry_products ul li a:active img,
.entry_products ul li a:hover img {
	filter: alpha(opacity=60);
    opacity:0.60;
}
p.mark{
	clear:both;
	display:block;
	text-align:center;
	background:#FFF;
	border:1px solid #AAA;
	padding:4px;
	margin:0 0 15px 0;
	border-radius: 4px;
}
p.mark img{
	vertical-align:bottom;
}
.entry_products p{
	text-align:center;
	margin:5px 0 10px 0;
}

/*申込方法*/
.process{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.process > div{
	background:#EFEFEF;
	box-sizing: border-box;
	padding: 0 15px 15px;
	border-radius: 10px;
	
}
.process div:first-child {
	width:470px;
	margin-right: 10px;
}
.process div:last-child {
	width:380px;
}

@media(max-width:920px){
	.process{
		display: block;
	}
	.process div:first-child,
	.process div:last-child{
		width:100%;
	}
	.process div:first-child{
		margin-right: 0;
		margin-bottom: 20px;
	}
}
.process p{
	margin: 0 0 0.5em 1em;
	text-indent: -1em;
	font-size: 0.9rem;
}

/*送付品*/
.process div ul{
	list-style:none;
}
.process div li{
	padding:0 0 5px 0;
	text-indent:0;
	margin-bottom:5px;
	border-bottom:1px solid #CCC;
}
.process div li:last-child{
	border-bottom: none;
}

/*pdfボタン*/
.pdfdl {
	margin: 10px 0;
	padding: 0;
	text-align:center;
}
.pdfdl a {
	display:block;
	padding: 15px;
	margin:3px auto;
	color: #FFF;
	font-weight: 900;
	background: #900;
	border-radius: 10px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 -4px 5px -2px #630505 inset;
}
.pdfdl a:hover {
	background: #7D7D7D;
	box-shadow: 0 0px 0px rgba(0,0,0,0.2), 0 2px 5px 2px #666 inset;
}
/*住所*/
.address{
	margin: 0 0 1em 0;
}

/*注意事項ul*/
ul.attention {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
}
ul.attention li {
	margin:0 0 0.5em 1.1rem;
	padding:0;
	text-indent: -1.1rem;
}
ul.attention li::before {	
	content: "\025cf";
	color: #600;
	font-size: 0.9rem;
	margin-right: 0.2rem;
}

/*お問い合わせ*/
.support_inq{
	padding: 15px;	
	text-align: center;
}
.support_inq:hover{
	border-color: #8ACCFF;
  background-image: -webkit-linear-gradient(top, #FFF 0%, #F0F9FF 100%);
  background-image: linear-gradient(to bottom, #FFF 0%, #F0F9FF 100%);
}
.support_inq h3 {
	color:#666;
	border-bottom:2px solid #004DA1;
	margin:0;
	padding:0;
}
.support_inq p {
	margin:0;
	padding:0;
}
/*--------------------------
footer
-----------------------------*/
footer {
	margin:10px auto;
	padding-bottom:25px;
	font-size:90%;
	background:url(line_bg.png) repeat-x left bottom;
}
footer a{
	color: #333;
}
.pageNavi {
	text-align:right;
}
.pageNavi a{
	padding:1px 10px;
	border:1px solid #AAA;
	border-radius: 10px;
}
.pageNavi a:active,
.pageNavi a:hover{
	border:1px solid #600;
	background: #600;
	color:#FFF;
}
footer ul {
	list-style:none;
	margin:0;
	padding:5px 0;
	text-align:center;
	border-top:2px solid #999;
}
footer ul li {
	display:inline-block;
	margin:0 0 5px 0;
	padding:0;
}

footer ul li a {
	padding:1px 10px;
	border:1px solid #AAA;
	border-radius: 10px;
}
footer ul li a:active,
footer ul li a:hover{
	border:1px solid #600;
	background: #600;
	color:#FFF;
}
	
footer p {
	clear:both;
	margin:0 0 5px 0;
	padding:0;
}
p.copyright, p.disclaimer {
	font-size:0.8rem;
	text-align:center;
}


